diff --git a/README.md b/README.md index 2a6c68fc2b..9077c7dbc3 100644 --- a/README.md +++ b/README.md @@ -6,37 +6,43 @@ With more than 50,000 customer installations across the five continents, Pandora Pandora FMS gives you the agility to find and solve problems quickly, scaling them so they can be derived from any source, on-premise, multi cloud or both of them mixed. Now you have that capability across your entire IT stack and analytics to find any problem, even the ones that are hard to find. -Thanks to more than 500 plugins available, you can control and manage any application and technology, from SAP, Oracle, Lotus, Citrix or Jboss to VMware, AWS, SQL Server, Redhat, Websphere, etc. - ### Support -For community support you can visit our forums at https://pandorafms.com/community/ and if you need commercial information or/and professional support visit https://pandorafms.com +For community support you can visit our forums at https://pandorafms.com/community/ + +Pandora FMS has a "commercial" solution, with different features, oriented to companies that do not want to spend time using open source solutions, but closed packaged products, with periodic updates and professional support. Its name is Pandora FMS Enterprise, and you can find more information about it at https://pandorafms.com. ### How to install Pandora FMS -Installing Pandora FMS is a very easy task. Please visit our wiki and follow all the steps described for a quick and proper installation. https://pandorafms.com/manual/en/documentation/02_installation/01_installing +Installing Pandora FMS from sources is a complex task. Please visit our wiki and follow all the steps described for a proper installation. https://pandorafms.com/manual/ ### What is Pandora FMS? -Pandora FMS is a monitoring application to watch systems and applications that allows to know the status of any element of the business systems. Pandora FMS watches your hardware, software, your multilayer system and, of course, your OS. Pandora FMS can detect if a network interface is down or the movement of any NASDAQ new technology market value. If you wish, Pandora FMS can send a SMS message when your system or your application fails or when Google stock value drops below 330 US\$. Pandora FMS will fit your systems and requirements, because it has been designed to be open, modular, multiplattform and easy to customize. +Pandora FMS is an open source monitoring application whose origin dates back to 2004. It integrates in the same application the monitoring of different infrastructure elements: networks, applications, servers, web, and other specific data sources such as logs, WMI, Netflow or SNMP traps. -### Other things Pandora FMS can do +It allows you to supervise systems and applications of all types, through remote monitoring or with software agents installed on the equipment to be monitored. -Pandora FMS is a monitoring tool that not only measures if a parameter is right or wrong. Pandora FMS can quantify the state (right or wrong), or store a value (numeric or alphanumeric) for months if necessary. Pandora FMS can measure performances, compare values among different systems and set alarms over thresholds. Pandora FMS works against a Database so it can generate reports, statistics, SLA and meausre anything: OS, applications and hardware systems, such as firewalls, proxies, Databases, web servers, VPN, routers, switches, processes, services, [remote accesses to servers](https://pandorafms.com/server-monitoring/), etc. Everything integrated in an open and distributed architecture. Pandora FMS can be deployed over any OS, with specific agents for each platform. There are agents for Windows (2000, XP, 2003), GNU/Linux, Solaris, HP-UX, BSD, AIX, IPSO and OpenWRT. Pandora FMS not only gathers information through its agents, but it can also monitor any hardware system with TCP/IP connectivity, such as load balancing systems, routers, switches or printers, through SNMP and TCP/ICMP checks. +Pandora FMS monitors your hardware, software, your multilayer system and, of course, your operating system. Pandora FMS can detect if a network interface is down or the movement of the market value of any new NASDAQ technology. If desired, Pandora FMS can send an SMS message when your system or application fails or when the value of Tesla's stock drops below $180. Pandora FMS will adapt to your systems and requirements, because it has been designed to be open, modular, multiplatform and easy to customize. + +Pandora FMS can be deployed over any OS, with specific agents for each platform. There are agents for Windows (2000, XP, 2003), GNU/Linux, Solaris, HP-UX, BSD, AIX, IPSO and OpenWRT. Pandora FMS not only gathers information through its agents, but it can also monitor any hardware system with TCP/IP connectivity, such as load balancing systems, routers, switches or printers, through SNMP and TCP/ICMP checks. + +Pandora FMS is a monitoring tool that not only measures if a parameter is right or wrong. Pandora FMS can quantify the state (right or wrong), or store a value (numeric or alphanumeric) for months if necessary. Pandora FMS can measure performances, compare values among different systems and set alarms over thresholds. Pandora FMS works against a MySQL Database so it can generate reports, statistics, SLA and measure anything. ### Main features - Network monitoring -- WMI monitoring -- Agent monitoring (for all OS) -- Graphical reporting, based on it's own SQL backend +- Server monitoring (using agents for Windows, Linux, Mac, BSD and legacy Unix) +- SSH/WMI remote monitorin. +- Graphical reporting, based on SQL backend - SLA, and ITIL KPI metrics on reporting - Status & Performance monitoring - GIS tracking and viewing - Inventory management (Local and remote) +- Netflow support +- Centralized log collection. - User defined visual console screens and Dashboards WYSIWYG - Very high capacity (Thousands of devices) -- Multiuser, several levels of ACL management. +- Multitenant, several levels of ACL management. ### Screenshots diff --git a/extras/bin/gotty b/extras/bin/gotty deleted file mode 100755 index 1a1de33cf6..0000000000 Binary files a/extras/bin/gotty and /dev/null differ diff --git a/extras/docker/centos8/base/Dockerfile b/extras/docker/centos8/base/Dockerfile index eac2152d3c..a45080629f 100644 --- a/extras/docker/centos8/base/Dockerfile +++ b/extras/docker/centos8/base/Dockerfile @@ -92,12 +92,10 @@ RUN dnf install -y --setopt=tsflags=nodocs \ php-yaml \ libzstd \ openldap-clients \ - http://firefly.artica.es/centos8/chromium-110.0.5481.177-1.el7.x86_64.rpm \ - http://firefly.artica.es/centos8/chromium-common-110.0.5481.177-1.el7.x86_64.rpm \ + chromium \ http://firefly.artica.es/centos8/perl-Net-Telnet-3.04-1.el8.noarch.rpm \ - http://firefly.artica.es/centos7/wmic-1.4-1.el7.x86_64.rpm \ - http://firefly.artica.es/centos8/phantomjs-2.1.1-1.el7.x86_64.rpm - + http://firefly.artica.es/centos7/wmic-1.4-1.el7.x86_64.rpm + RUN mkdir -p /run/php-fpm/ ; chown -R root:apache /run/php-fpm/ # Not installed perl-Net-Telnet gtk-update-icon-cach ghostscript-fonts diff --git a/extras/docker/centos8/build_image_el8.sh b/extras/docker/centos8/build_image_el8.sh index d4abd11eb8..c31be67d00 100755 --- a/extras/docker/centos8/build_image_el8.sh +++ b/extras/docker/centos8/build_image_el8.sh @@ -64,7 +64,7 @@ wget $oconsoleurl wget $oserverurl if [ "$BASEBUILD" == 1 ] ; then - docker pull centos:8 + docker pull rockylinux:8 # Open Base image echo "building Base el8 image" cd $DOCKER_PATH/base @@ -77,11 +77,11 @@ else fi if [ "$DBBUILD" == 1 ] ; then - docker pull percona:5.7 + docker pull percona:8.0 # Percona image echo "building Percona image" - cd $OPEN/extras/docker/percona - docker build -t $PERCONA_IMAGE:latest -f $OPEN/extras/docker/percona/Dockerfile $OPEN/extras/docker/percona + cd $OPEN/extras/docker/percona/8.0 + docker build -t $PERCONA_IMAGE:latest -f $OPEN/extras/docker/percona/8.0/Dockerfile $OPEN/extras/docker/percona/8.0/ echo -e ">>>> \n" fi diff --git a/extras/docker/centos8/docker-compose.yml b/extras/docker/centos8/docker-compose.yml index 37df7251f5..06f5cf1c31 100644 --- a/extras/docker/centos8/docker-compose.yml +++ b/extras/docker/centos8/docker-compose.yml @@ -8,6 +8,8 @@ services: image: pandorafms/pandorafms-percona-base restart: always #command: ["mysqld", "--innodb-buffer-pool-size=900M"] + cap_add: + - SYS_NICE # CAP_SYS_NICE environment: MYSQL_ROOT_PASSWORD: pandora MYSQL_DATABASE: pandora diff --git a/extras/docker/percona/Dockerfile b/extras/docker/percona/5.7/Dockerfile similarity index 100% rename from extras/docker/percona/Dockerfile rename to extras/docker/percona/5.7/Dockerfile diff --git a/extras/docker/percona/8.0/Dockerfile b/extras/docker/percona/8.0/Dockerfile new file mode 100644 index 0000000000..ae8f544c7a --- /dev/null +++ b/extras/docker/percona/8.0/Dockerfile @@ -0,0 +1,11 @@ +#docker build -t pandorafms/pandorafms-percona-base:80 . +#docker tag pandorafms/pandorafms-percona-base:80 pandorafms/pandorafms-percona-base:latest +#docker push pandorafms/pandorafms-percona-base:80 + + +FROM percona:8.0 +ADD pandora.cnf /etc/my.cnf.d/ +USER root +RUN chown mysql:mysql /etc/my.cnf.d/pandora.cnf +USER mysql +EXPOSE 3306 diff --git a/extras/docker/percona/8.0/compose/docker-compose.yml b/extras/docker/percona/8.0/compose/docker-compose.yml new file mode 100644 index 0000000000..293efb63a2 --- /dev/null +++ b/extras/docker/percona/8.0/compose/docker-compose.yml @@ -0,0 +1,20 @@ +# Use root/example as user/password credentials +# este compose incluye la base de datos en otro docker y levanta aplicacion y DB juntos +version: '3.1' + +services: + db: + image: pandorafms/pandorafms-percona-base:80 + restart: always + command: ["mysqld", "--innodb-buffer-pool-size=1G"] + cap_add: + - SYS_NICE # CAP_SYS_NICE + environment: + MYSQL_ROOT_PASSWORD: pandora + MYSQL_DATABASE: pandora + MYSQL_USER: pandora + MYSQL_PASSWORD: pandora + networks: + - pandora +networks: + pandora: \ No newline at end of file diff --git a/extras/docker/percona/8.0/pandora.cnf b/extras/docker/percona/8.0/pandora.cnf new file mode 100644 index 0000000000..802b181b61 --- /dev/null +++ b/extras/docker/percona/8.0/pandora.cnf @@ -0,0 +1,39 @@ +# copy this file to /etc/my.cnf.d/pandora.cnf directory inside the container to set the onfiguration + +[mysqld] +datadir=/var/lib/mysql +user=mysql +character-set-server=utf8mb4 +skip-character-set-client-handshake +# Disabling symbolic-links is recommended to prevent assorted security risks +symbolic-links=0 +# Mysql optimizations for Pandora FMS +# Please check the documentation in http://pandorafms.com for better results + +max_allowed_packet = 64M +innodb_lock_wait_timeout = 90 +innodb_file_per_table +innodb_flush_log_at_trx_commit = 0 +innodb_flush_method = O_DIRECT +innodb_log_file_size = 64M +innodb_log_buffer_size = 16M +innodb_io_capacity = 300 +thread_cache_size = 8 +thread_stack = 256K +max_connections = 100 + +key_buffer_size=4M +read_buffer_size=128K +read_rnd_buffer_size=128K +sort_buffer_size=128K +join_buffer_size=4M + +# legacy compatibility +default_authentication_plugin=mysql_native_password +log_error_suppression_list='MY-013360' + +skip-log-bin + +sql_mode="" + + \ No newline at end of file diff --git a/extras/docker/percona/8.0/run_docker b/extras/docker/percona/8.0/run_docker new file mode 100644 index 0000000000..3757a78d4a --- /dev/null +++ b/extras/docker/percona/8.0/run_docker @@ -0,0 +1,6 @@ +docker run --name pandora-percona \ +-e MYSQL_ROOT_PASSWORD=pandora \ +-e MYSQL_DATABASE=pandora \ +-e MYSQL_USER=pandora \ +-e MYSQL_PASSWORD=pandora \ +-d pandora_percona:80 diff --git a/extras/scripts/mail_transfer/PandoraFMS_mail_transfer.en.odt b/extras/scripts/mail_transfer/PandoraFMS_mail_transfer.en.odt deleted file mode 100644 index 9e9bf58549..0000000000 Binary files a/extras/scripts/mail_transfer/PandoraFMS_mail_transfer.en.odt and /dev/null differ diff --git a/extras/scripts/mail_transfer/PandoraFMS_mail_transfer.es.odt b/extras/scripts/mail_transfer/PandoraFMS_mail_transfer.es.odt deleted file mode 100644 index 6460a512b7..0000000000 Binary files a/extras/scripts/mail_transfer/PandoraFMS_mail_transfer.es.odt and /dev/null differ diff --git a/extras/scripts/mail_transfer/config_file.conf b/extras/scripts/mail_transfer/config_file.conf deleted file mode 100644 index 6169ee2a77..0000000000 --- a/extras/scripts/mail_transfer/config_file.conf +++ /dev/null @@ -1,33 +0,0 @@ -########################################### -### SMTP DATA -########################################### - -smtp_user devtest@artica.es -smtp_pass pass1212 -smtp_hostname mail.artica.es - -########################################### -### POP3 DATA -########################################### - -pop3_user devtest@artica.es -pop3_pass pass1212 -pop3_hostname mail.artica.es - -# Enable or disable SSL. 1 means Enabled, 0 Disabled -pop3_ssl 0 - -# SSL port -pop3_ssl_port 995 - -########################################### -### TO SEND INFO -########################################### -# Email receiver where to send the email -receiver_email devtest@artica.es - -########################################### -### PATH TO SAVE THE ATTACHED FILE -########################################### -# Desired path where the attached file will be stored -pathtosave /tmp/ diff --git a/extras/scripts/mail_transfer/mail_transfer.pl b/extras/scripts/mail_transfer/mail_transfer.pl deleted file mode 100755 index 096979b9eb..0000000000 --- a/extras/scripts/mail_transfer/mail_transfer.pl +++ /dev/null @@ -1,318 +0,0 @@ -#!/usr/bin/perl -########################################################################## -# Pandora FMS Mail Transfer -# This is a tool for transfering Pandora FMS data files by mail (SMTP/POP) -########################################################################## -# Copyright (c) 2011-2023 Pandora FMS -# -# 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; version 2 -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -########################################################################## - -use strict; -use warnings; -use Net::SMTP; -use Mail::POP3Client; -use MIME::Parser; -$| = 1; - -# GLOBAL VARIABLES - -my $boundary='frontier'; - -####### FUNCTIONS ####### - -######################################################################## -## SUB check_args -## Checks the command line arguments given at the function call. -######################################################################## -sub check_args(){ - my $num_args = $#ARGV + 1; - my $action = $ARGV[0]; - my $conf_file = $ARGV[1]; - my $filename = $ARGV[2]; - my $error = "Usage: mail_transfer.pl {send|receive conf_file [FILE]}\n"; - my $error_conf_file = "conf_file does not exist or is not readable\n"; - my $error_filename = "File to send does not exist or is not readable\n"; - - if (($num_args < 2) || (($action ne "send") && ($action ne "receive"))) { - die $error; - } elsif ((!(-e $conf_file)) || (!(-r $conf_file))) { - die $error_conf_file; - } elsif (($action eq "send") && ((!(-e $filename)) || (!(-r $filename)))) { - die $error_filename; - } -} - -######################################################################## -## SUB parse_conf -## Reads the entire conf file and stores all the information given -######################################################################## -sub parse_conf ($$) { - - my $conf_file = $_[0]; - my $conf_hash = $_[1]; - - open (CONF, $conf_file); - my $line; - - while () - { - $line = $_; - # Get the smtp user - if ($line =~ /^smtp_user\s([a-zA-Z0-9\.\_\-\@]+)/) { - $conf_hash -> {smtp_user} = $1; - } - # Get the smtp pass - elsif ($line =~ /^smtp_pass\s(.+)/) { - $conf_hash -> {smtp_pass} = $1; - } - # Get the smtp hostname - elsif ($line =~ /^smtp_hostname\s([a-zA-Z0-9\.\_\-\@]+)/) { - $conf_hash -> {smtp_hostname} = $1; - } - # Get the pop3 user - elsif ($line =~ /^pop3_user\s([a-zA-Z0-9\.\_\-\@]+)/) { - $conf_hash -> {pop3_user} = $1; - } - # Get the pop3 pass - elsif ($line =~ /^pop3_pass\s(.+)/) { - $conf_hash -> {pop3_pass} = $1; - } - # Get the pop3 hostname - elsif ($line =~ /^pop3_hostname\s([a-zA-Z0-9\.\_\-\@]+)/) { - $conf_hash -> {pop3_hostname} = $1; - } - # Get the pop3 ssl flag to know if it's enabled or not - elsif ($line =~ /^pop3_ssl\s(0|1)/) { - $conf_hash -> {pop3_ssl} = $1; - } - # Get the pop3 ssl port - elsif ($line =~ /^pop3_ssl_port\s([0-9]{1,5})/) { - $conf_hash -> {pop3_ssl_port} = $1; - } - # Get the path where to save the attached file - elsif ($line =~ /^pathtosave\s(.+)/) { - $conf_hash -> {pathtosave} = $1; - } - # Get the receiver's email where to send the attached file - elsif ($line =~ /^receiver_email\s([a-zA-Z0-9\.\_\-\@]+)/) { - $conf_hash -> {receiver_email} = $1; - } - } - close CONF; -} - -######################################################################## -## SUB send_mail -## Sends an attachement file via email using smtp -######################################################################## -sub send_mail($) { - - my $conf_hash = $_[0]; - my $smtp; - my $attachment = $conf_hash -> {filename}; - - # Get the filename in case the full path was given - # Split the full path with '/', the last item will be the filename - my @file_path = split ('/', $attachment); - - # Get the array's last position with '-1' index - my $attach_file = $file_path[-1]; - - my $host = $conf_hash -> {smtp_hostname}; - my $from = $conf_hash -> {smtp_user}; - my $password = $conf_hash -> {smtp_pass}; - my $to = $conf_hash -> {receiver_email}; - - open(DATA, $attachment) || die("mail_transfer.pl: ERROR: Could not open the file $attach_file"); - my @xml = ; - close(DATA); - - $smtp = Net::SMTP->new($host, - Hello => $host, - Timeout => 30, - Debug => 0, - ) || die("mail_trasfer.pl: ERROR: Could not connect to $host"); - - $smtp->auth($from, $password); - $smtp->mail($from); - $smtp->to($to); - $smtp->data(); - $smtp->datasend("To: $to\n"); - $smtp->datasend("From: $from\n"); - $smtp->datasend("Subject: Pandora mail transfer\n"); - $smtp->datasend("MIME-Version: 1.0\n"); - $smtp->datasend("Content-Type: application/text; name=" . $attach_file . "\n"); - $smtp->datasend("Content-Disposition: attachment; filename=" . $attach_file . "\n"); - $smtp->datasend("Content-type: multipart/mixed boundary=" . $boundary . "\n"); - $smtp->datasend("\n"); - $smtp->datasend("@xml\n"); - $smtp->dataend() || print "mail_transfer.pl: ERROR: Data end failed: $!"; - $smtp->quit; -} - -######################################################################## -## SUB receive_mail -## Fetch the last email with 'Pandora mail transfer' as subject and -## download the attached file into the specified folder -######################################################################## -sub receive_mail ($) { - - my $conf_hash = $_[0]; - my $user = $conf_hash -> {pop3_user}; - my $password = $conf_hash -> {pop3_pass}; - my $host = $conf_hash -> {pop3_hostname}; - my $ssl = $conf_hash -> {pop3_ssl}; - my $ssl_port = $conf_hash -> {pop3_ssl_port}; - my $pathtosave = $conf_hash -> {pathtosave}; - my $pop3; - - if ($ssl == 1){ - $pop3 = new Mail::POP3Client( - USER => $user, - PASSWORD => $password, - HOST => $host, - USESSL => 1, - PORT => $ssl_port, - DEBUG => 0 - ) or die "mail_transfer.pl: Connection failed\n"; - } else { - $pop3 = new Mail::POP3Client( - USER => $user, - PASSWORD => $password, - HOST => $host, - USESSL => 0, - PORT => 110, - DEBUG => 0 - ) or die "mail_transfer.pl: Connection failed\n"; - } - - my $tot_msg = $pop3->Count(); - - if ($tot_msg == 0){ - print "No more emails avalaible\n"; - return (0); # End program - } - elsif ($tot_msg eq '0E0'){ - print "No new emails available\n"; - return (0); - } - else{ - printf "There are $tot_msg messages \n\n"; - } - - # the list of valid file extensions. we do extensions, not - # mime-types, because they're easier to understand from - # an end-user perspective (no research is required). - - my $valid_exts = "txt xml data"; - my %msg_ids; # used to keep track of seen emails. - - # create a subdirectory if does not exist - #print "Using directory '$pathtosave' for newly downloaded files.\n"; - if (!(-d $pathtosave)) { - mkdir($pathtosave, 0777) or die "mail_transfer.pl: Error creating output directory\n"; - } - - # get the message to feed to MIME::Parser. - my $msg = $pop3->HeadAndBody($tot_msg); - my $header = $pop3->Head($tot_msg); - - if (($header !~ /Subject:\sPandora\smail\stransfer/) || ($header !~ /boundary=$boundary/)) { - print "Deleting message not valid\n"; - - # delete current email - $pop3->Delete($tot_msg); - - # clean up and close the connection. - $pop3->Close; - - return -1; - - } - - # create a MIME::Parser object to - # extract any attachments found within. - my $parser = new MIME::Parser; - - $parser->output_dir($pathtosave); - my $entity = $parser->parse_data($msg); - - # extract our mime parts and go through each one. - my @parts = $entity->parts; - - foreach my $part (@parts) { - - # determine the path to the file in question. - my $path = ($part->bodyhandle) ? $part->bodyhandle->path : undef; - - # move on if it's not defined, - # else figure out the extension. - next unless $path; - $path =~ /\w+\.([^.]+)$/; - my $ext = $1; - next unless $ext; - - # we continue only if our extension is correct. - my $continue; $continue++ if $valid_exts =~ /$ext/i; - - # delete the blasted thing. - unless ($valid_exts =~ /$ext/) { - print " Removing unwanted filetype ($ext): $path\n"; - unlink $path or print " > Error removing file at $path: $!."; - next; # move on to the next attachment or message. - } - - # a valid file type. yummy! - print " Keeping valid file: $path.\n"; - } - - # delete current email - $pop3->Delete($tot_msg); - - # clean up and close the connection. - $pop3->Close; -} - - -####### MAIN ####### - -# Check the given command line arguments -check_args(); - -# Once checked store them -my $action = $ARGV[0]; -my $conf_file = $ARGV[1]; -my $filename = $ARGV[2]; - -# If the action is 'send', store the 'file_to_send' -my %conf_hash; -if ($action eq "send") { - $conf_hash {filename} = $filename; -} - -# Parse the config file -parse_conf($conf_file, \%conf_hash); - -# Call 'send_mail' function in its case -if ($action eq "send") { - send_mail(\%conf_hash); -} - -# Or call the 'receive_mail' function. -my $returncode = 1; - -if ($action eq "receive") { - while ($returncode != 0) { - $returncode = receive_mail(\%conf_hash); - } -} diff --git a/extras/scripts/mail_transfer/readme.txt b/extras/scripts/mail_transfer/readme.txt deleted file mode 100644 index 4ef166a44b..0000000000 --- a/extras/scripts/mail_transfer/readme.txt +++ /dev/null @@ -1,106 +0,0 @@ -Pandora Mail Transfer -====================== - -1st Edition , 3 May 2011 - -(c) Pandora FMS 2005-2023 -(c) Juan Manuel Ramon -(c) Javier Lanz - -Description ------------ - -Pandora Mail Transfer is a tool for sending and receiving xml files via email. -This script sends through a SMTP server, to the desired address, an email with an attached file. -Is able as well to fetch via POP3 that mail and its attached file. -It's designed to be used with an specific email account, so every time the script is called in “receive” mode, all emails on that account will be deleted. Do not use this script in a personal account because all your emails will be deleted. - -This script is designed to send only text files, no binary files. - -It's only possible to send .data, .txt, or .xml files. - -Requisites ----------- - -In order to be able to use this application, it's a must having the following Perl's CPAN packages installed in your system: - - Mail::POP3Client - MIME::Parser - Authen::SASL - Net::SMTP; - -To install these libraries with CPAN, for example Mail::POP3Client: - - cpan install Mail::POP3Client - -To use the program under Windows, you will need to compile with a compiler like ActiveState PERL. The ActiveState environment allows as well to install CPAN modules easily. - -Previous the script execution, it's a must having a configuration file, in which the mail server connection parameters will be defined. - -Below it's shown a configuration file example, in which the necessary fields for the proper use of the mail transfer script are detailed. - -Sample configuration file -------------------------- - -########################################### -### SMTP DATA -########################################### - -smtp_user username@domain.com -smtp_pass pass -smtp_hostname mailserver.domain.com -########################################### -### POP3 DATA -########################################### -pop3_user username@domain.com -pop3_pass pass -pop3_hostname mailserver.domain.com -# Enable or disable SSL. 1 means Enabled , 0 Disabled -pop3_ssl 0 -# SSL port -pop3_ssl_port 995 -########################################### -### TO SEND INFO -########################################### -# Email receiver where to send the email -receiver_email desired.mail@domain.com -########################################### -### PATH TO SAVE THE ATTACHED FILE -########################################### -# Desired path where the attached file will be stored -pathtosave /path/to/save/attached - - -Pandora mail transfer execution -------------------------------- - -The proper way of executing the script should be according to... - - ./mail_transfer [file_to_send] - -Where the meaning of the fields are: - - could be 'send' or 'receive' - - configuration file, explained above, contains every necessary data for sending and receiving emails. - -[file_to_send] desired xml file to send (Only necessary in case of action = 'send') - -Execution examples: - - ./mail_transfer send config_file.conf textfile.txt - - ./mail_transfer receive config_file.conf - -Restrictions ------------- - -SSL Protocol - -In this first version, SSL protocol is only implemented for the mail reception, not for sending. -Another related SSL Protocol restriction is the email erasing once read and downloaded to disk. In case of using SSL, deleting is not possible, on the other hand, if it's not used, the read mail will be properly deleted from the server once download to disk. - -Attached file - -There is a wee bug not fixed yet about the attached file name. If this one contains special characters such as '(' ')' '\' and more, while downloading from the server, it will be saved to disk with a different file name, probably wrong, although its content will be the right one. Thus, it's recommended not to use special characters in the file name. - diff --git a/extras/scripts/webserver/PandoraFMS_Monitorizacion_Webserver.odt b/extras/scripts/webserver/PandoraFMS_Monitorizacion_Webserver.odt deleted file mode 100644 index 6558b35d4e..0000000000 Binary files a/extras/scripts/webserver/PandoraFMS_Monitorizacion_Webserver.odt and /dev/null differ diff --git a/extras/scripts/webserver/pandora_webserver.pl b/extras/scripts/webserver/pandora_webserver.pl deleted file mode 100755 index 3749ca52fc..0000000000 --- a/extras/scripts/webserver/pandora_webserver.pl +++ /dev/null @@ -1,664 +0,0 @@ -#!/usr/bin/perl -# Pandora FMS Agent Plugin for SunONE -# (c) Pandora FMS 2011 -# v2, 1 Sep 2011 -# ------------------------------------------------------------------------ - -use strict; -use warnings; - -use IO::Socket::INET; - -# OS and OS version -my $OS = $^O; - - -# Load on Win32 only -if ($OS eq "MSWin32"){ - - # Check dependencies - eval 'local $SIG{__DIE__}; use Win32::OLE("in");'; - if ($@) { - print "Error loading Win32::Ole library. Cannot continue\n"; - exit; - } - - use constant wbemFlagReturnImmediately => 0x10; - use constant wbemFlagForwardOnly => 0x20; -} - -my %plugin_setup; # This stores plugin parameters -my $archivo_cfg = $ARGV[0]; - -my $volume_items = 0; -my $log_items = 0; -my $webcheck_items = 0; -my $process_items = 0; - - -# FLUSH in each IO -$| = 1; - -# ---------------------------------------------------------------------------- -# This cleans DOS-like line and cleans ^M character. VERY Important when you process .conf edited from DOS -# ---------------------------------------------------------------------------- - -sub parse_dosline ($){ - my $str = $_[0]; - - $str =~ s/\r//g; - return $str; -} - -# ---------------------------------------------------------------------------- -# Strips blank likes -# ---------------------------------------------------------------------------- - -sub trim ($){ - my $string = shift; - $string =~ s/^\s+//; - $string =~ s/\s+$//; - return $string; -} - - -# ---------------------------------------------------------------------------- -# clean_blank -# -# This function return a string without blankspaces, given a simple text string -# ---------------------------------------------------------------------------- - -sub clean_blank($){ - my $input = $_[0]; - $input =~ s/[\s\r\n]*//g; - return $input; -} - -# ---------------------------------------------------------------------------- -# print_module -# -# This function return a pandora FMS valid module fiven name, type, value, description -# ---------------------------------------------------------------------------- - -sub print_module ($$$$){ - my $MODULE_NAME = $_[0]; - my $MODULE_TYPE = $_[1]; - my $MODULE_VALUE = $_[2]; - my $MODULE_DESC = $_[3]; - - # If not a string type, remove all blank spaces! - if ($MODULE_TYPE !~ m/string/){ - $MODULE_VALUE = clean_blank($MODULE_VALUE); - } - - print "\n"; - print "$MODULE_NAME\n"; - print "$MODULE_TYPE\n"; - print "\n"; - print "\n"; - print "\n"; - -} - - -# ---------------------------------------------------------------------------- -# load_external_setup -# -# Load external file containing configuration -# ---------------------------------------------------------------------------- -sub load_external_setup ($); # Declaration due a recursive call to itself on includes -sub load_external_setup ($){ - - my $archivo_cfg = $_[0]; - my $buffer_line; - my @config_file; - my $parametro = ""; - - # Collect items from config file and put in an array - if (! open (CFG, "< $archivo_cfg")) { - print "[ERROR] Error opening configuration file $archivo_cfg: $!.\n"; - exit 1; - } - - while (){ - $buffer_line = parse_dosline ($_); - # Parse configuration file, this is specially difficult because can contain SQL code, with many things - if ($buffer_line !~ /^\#/){ # begins with anything except # (for commenting) - if ($buffer_line =~ m/(.+)\s(.*)/){ - push @config_file, $buffer_line; - } - } - } - close (CFG); - - # Some plugin setup default options - - $plugin_setup{"logparser"}="/etc/pandora/plugins/grep_log"; - $plugin_setup{"timeout"} = 5; - $plugin_setup{"apache_stats"} = ""; - - foreach (@config_file){ - $parametro = $_; - - if ($parametro =~ m/^include\s(.*)/i) { - load_external_setup ($1); - } - - if ($parametro =~ m/^logparser\s(.*)/i) { - $plugin_setup{"logparser"}=$1; - - } - - if ($parametro =~ m/^timeout\s(.*)/i) { - $plugin_setup{"timeout"}=clean_blank($1); - - } - - # Log check - if ($parametro =~ m/^log\s(.*)/i) { - $plugin_setup{"log"}->[$log_items]=$1; - $log_items++; - } - - # Volume check - if ($parametro =~ m/^volume\s(.*)/i) { - $plugin_setup{"volume"}->[$volume_items]=$1; - $volume_items++; - } - - # Webcheck - if ($parametro =~ m/^webcheck\s(.*)/i) { - $plugin_setup{"webcheck"}->[$webcheck_items]=$1; - $webcheck_items++; - } - - # Processcheck - if ($parametro =~ m/^process\s(.*)/i) { - $plugin_setup{"process"}->[$process_items]=$1; - $process_items++; - } - - # Apachestats - if ($parametro =~ m/^apache_stats\s(.*)/i) { - $plugin_setup{"apache_stats"}=$1; - } - - } -} - - -# ---------------------------------------------------------------------------- -# http_check -# -# This function recives something like 0.0.0.0:80 / 200 OK -# to check a HTTP response, given Host:PORT, URL and Search string -# Return 0 if not, and 1 if found -# ---------------------------------------------------------------------------- - -sub http_check ($$$$$){ - my $name = $_[0]; - my $host = $_[1]; - my $port = $_[2]; - my $query_string = $_[3]; - my $search_string = $_[4]; - - - my $tcp_send = "GET $query_string HTTP/1.0\n\n"; - my $temp; my $match = 0; - - my $sock = new IO::Socket::INET ( - PeerAddr => $host, - PeerPort => $port, - Proto => 'tcp', - Timeout=> $plugin_setup{"timeout"}, - Blocking=>1 ); # Non block gives non-accurate results. We need to be SURE about this results :( - - if (!$sock){ - print_module("web_$name", "generic_proc", 0, "HTTP Check on $host for $query_string"); - return; - } - - # Send data - $sock->autoflush(1); - - $tcp_send =~ s/\^M/\r\n/g; - # Replace Carriage return and line feed - - print $sock $tcp_send; - my @buffer = <$sock>; - - # Search on buffer - foreach (@buffer) { - if ($_ =~ /$search_string/){ - $match = 1; - last; - } - } - $sock->close; - - print_module ("web_$name", "generic_proc", $match, "HTTP Check on $host for $query_string"); - - return; - -} - - -# ---------------------------------------------------------------------------- -# apache_stats -# -# This function uses mod_status from apache to get information -# Given Instance, Host:PORT, URL (usually should be /server-status) -# ---------------------------------------------------------------------------- - -sub apache_stats ($$$$){ - my $name = $_[0]; - my $host = $_[1]; - my $port = $_[2]; - my $query_string = $_[3]; - - if ($query_string eq ""){ - $query_string = "/"; - } - - my $tcp_send = "GET $query_string HTTP/1.0\n\n"; - my $temp; my $match = 0; - - # First at all, check response on apache (200 OK) - - http_check ("Apache_Status_$name", $host, $port, $query_string, "200 OK"); - - my $sock = new IO::Socket::INET ( - PeerAddr => $host, - PeerPort => $port, - Proto => 'tcp', - Timeout=> $plugin_setup{"timeout"}, - Blocking=>1 ); # Non block gives non-accurate results. We need to be SURE about this results :( - - if (!$sock){ - return; - } - - # Send data - $sock->autoflush(1); - - $tcp_send =~ s/\^M/\r\n/g; - # Replace Carriage return and line feed - - print $sock $tcp_send; - my @buffer = <$sock>; - - # Search on buffer - foreach (@buffer) { - - if ($_ =~ /Restart Time: ([aA-zZ]+\,\s[0-9]{2}\-[aA-zZ]{3}\-[0-9]{4}\s[0-9]{2}\:[0-9]{2}\:[0-9]{2}\s[aA-zZ]+)/ ) { - print_module ("apache_restart_time_$name", "generic_data_string", $1, "" ); - } - - if ($_ =~ /Server uptime: ([aA-zZ 0-9]+)/) { - print_module ("apache_server_uptime_$name", "generic_data_string", $1, "" ); - } - - if ($_ =~ /Total accesses: ([0-9]+)/ ) { - print_module ("apache_accesses_$name", "generic_data_inc", $1, "" ); - } - - if ($_ =~ /Total Traffic: ([0-9]+)/ ) { - print_module ("apache_total_traffic_$name", "generic_data_inc", $1, "" ); - } - - if ($_ =~ /([0-9]+\.[0-9]+)\%\sCPU\sload/ ){ - print_module ("apache_CPU_Load_$name", "generic_data", $1, "" ); - } - - if ($_ =~ /CPU Usage\: u([\.0-9]*)/ ){ - print_module ("apache_CPU_User_Load_$name", "generic_data", $1, "" ); - } - - if ($_ =~ /CPU Usage\: u[\.0-9]* s([\.0-9]*)/ ){ - print_module ("apache_CPU_System_Load_$name", "generic_data", $1, "" ); - } - - if ($_ =~ /([\.0-9]+)\srequests\/sec/){ - print_module ("apache_Req/Sec_$name", "generic_data", $1, "" ); - } - - if ($_ =~ /([0-9]+)\sB\/second/) { - print_module ("apache_B/Sec_$name", "generic_data_inc", $1, "" ); - } - - if ($_ =~ /([0-9]+)\skB\/request/) { - print_module ("apache_KB/Request_$name", "generic_data_inc", $1, "" ); - } - - if ($_ =~ /([0-9]+)\srequests\scurrently/) { - print_module ("apache_request_currently_$name", "generic_data", $1, "" ); - } - - if ($_ =~ /([0-9]+)\sidle\sworkers/) { - print_module ("apache_idle_workers_$name", "generic_data", $1, "" ); - } - - } - $sock->close; - - return; - -} - - -# ---------------------------------------------------------------------------- -# alert_log -# -# Do a call to alertlog plugin and output the result -# Receives logfile, and module name -# ---------------------------------------------------------------------------- - -sub alert_log($$$){ - my $alertlog = $_[0]; - my $module_name = $_[1]; - my $log_expression = $_[2]; - - my $plugin_call = ""; - # Call to logparser - - if ($OS eq "MSWin32") { - $plugin_call = $plugin_setup{"logparser"}. " $alertlog $module_name $log_expression"; - } else { - $plugin_call = $plugin_setup{"logparser"}. " $alertlog $module_name $log_expression 2> /dev/null"; - } - - my $output = `$plugin_call`; - - if ($output ne ""){ - print $output; - } else { - print_module($module_name, "async_string", "", "Alertlog for $alertlog ($log_expression)"); - } - -} - -# ---------------------------------------------------------------------------- -# spare_system_disk_win -# -# This function return % free disk on Windows, using WMI call -# ---------------------------------------------------------------------------- - -sub spare_system_disk_win ($$){ - - my $name = $_[0]; - my $volume = $_[1]; - - - my $computer = "localhost"; - my $objWMIService = Win32::OLE->GetObject("winmgmts:\\\\$computer\\root\\CIMV2") or return; - my $colItems = $objWMIService->ExecQuery("SELECT * from CIM_LogicalDisk WHERE Name = '$volume'", "WQL", wbemFlagReturnImmediately | wbemFlagForwardOnly); - - foreach my $objItem (in $colItems) { - my $data = ($objItem->{"FreeSpace"} / $objItem->{"Size"}) * 100; - print_module("Volume_$volume" . "_" . "$name", "generic_data", "$data", "Free disk on $volume"); - return; - } -} - -# ---------------------------------------------------------------------------- -# spare_system_disk -# -# Check free space on volume -# Receives volume name and instance -# ---------------------------------------------------------------------------- - -sub spare_system_disk ($$) { - my $name = $_[0]; - my $vol = $_[1]; - - - if ($vol eq ""){ - return; - } - - # This is a posix call, should be the same on all systems ! - my $output = `df -kP | grep "$vol\$" | awk '{ print \$5 }' | tr -d "%"`; - my $disk_space = 100 - $output; - print_module("Volume_$vol" . "_" . "$name", "generic_data", $disk_space, "% of volume free"); -} - -# ---------------------------------------------------------------------------- -# process_status_unix -# -# Generates a pandora module about the running status of a given process -# ---------------------------------------------------------------------------- - -sub process_status_unix ($$){ - my $proc = $_[0]; - my $proc_name = $_[1]; - - if ($proc eq ""){ - return; - } - - my $data = trim (`ps aux | grep "$proc" | grep -v grep | wc -l`); - print_module("Process_$proc_name", "generic_proc", $data, "Status of process $proc"); -} - - -# ---------------------------------------------------------------------------- -# process_status_win -# -# Generates a pandora module about the running status of a given process -# ---------------------------------------------------------------------------- - -sub process_status_win ($$){ - my $proc = $_[0]; - my $proc_name = $_[1]; - - if ($proc eq ""){ - return; - } - - my $computer = "localhost"; - my $objWMIService = Win32::OLE->GetObject("winmgmts:\\\\$computer\\root\\CIMV2") or return; - my $colItems = $objWMIService->ExecQuery("SELECT * FROM Win32_Process WHERE Caption = '$proc'", "WQL", wbemFlagReturnImmediately | wbemFlagForwardOnly); - - foreach my $objItem (in $colItems) { - - if ($objItem->{"Caption"} eq $proc){ - print_module("Process_$proc_name", "generic_proc", 1, "Status of process $proc"); - return; - } else { - print_module("Process_$proc_name", "generic_proc", 0, "Status of process $proc"); - return; - } - } - - # no matches, process is not running - print_module("Process_$proc_name", "generic_proc", 0, "Status of process $proc"); - -} - -# ---------------------------------------------------------------------------- -# process_mem_win -# -# Generates a Pandora FMS about memory usage of a given process "pepito.exe" -# only works with EXACT names. -# ---------------------------------------------------------------------------- - -sub process_mem_win ($$){ - my $proc = $_[0]; - my $proc_name = $_[1]; - - if ($proc eq ""){ - return; - } - - my $computer = "localhost"; - my $objWMIService = Win32::OLE->GetObject("winmgmts:\\\\$computer\\root\\CIMV2") or return; - my $colItems = $objWMIService->ExecQuery("SELECT * FROM Win32_Process WHERE Caption = '$proc'", "WQL", wbemFlagReturnImmediately | wbemFlagForwardOnly); - - foreach my $objItem (in $colItems) { - - if ($objItem->{"Caption"} eq $proc){ - print_module("Process_MEM_$proc_name", "generic_data", $objItem->{"WorkingSetSize"}, "Memory in bytes of process $proc"); - } else { - return; - } - } -} - -# ---------------------------------------------------------------------------- -# process_mem_unix -# -# Generates a Pandora FMS about memory usage of a given process -# ---------------------------------------------------------------------------- - -sub process_mem_unix ($$){ - my $vol = $_[0]; - my $proc_name = $_[1]; - - if ($vol eq ""){ - return; - } - - my $data = `ps aux | grep "$vol" | grep -v grep | awk '{ print \$6 }'`; - my @data2 = split ("\n", $data), - my $tot = 0; - - foreach (@data2){ - $tot = $tot + $_; - } - print_module("Proc_MEM_$proc_name", "generic_data", $tot, "Memory used (in bytes) for process $vol"); -} - -# ---------------------------------------------------------------------------- -# process_cpu_unix -# -# Generates a Pandora FMS about memory usage of a given process -# ---------------------------------------------------------------------------- -sub process_cpu_unix ($$) { - my $vol = $_[0]; - my $proc_name = $_[1]; - - if ($vol eq ""){ - return; - } - - my $data = `ps aux | grep "$vol" | grep -v grep | awk '{ print \$3 }'`; - my @data2 = split ("\n", $data), - my $tot = 0; - - foreach (@data2){ - $tot = $tot + $_; - } - print_module("Proc_CPU_$proc_name", "generic_data", $tot, "CPU (%) used for process $vol"); -} - -#-------------------------------------------------------------------------------- -#-------------------------------------------------------------------------------- -# MAIN PROGRAM -# ------------------------------------------------------------------------------- -#-------------------------------------------------------------------------------- - -# Parse external configuration file - -# Load config file from command line -if ($#ARGV == -1 ){ - print "I need at least one parameter: Complete path to external configuration file \n"; - exit; -} - -# Check for file -if ( ! -f $archivo_cfg ) { - printf "\n [ERROR] Cannot open configuration file at $archivo_cfg. \n\n"; - exit 1; -} - -load_external_setup ($archivo_cfg); - -# Check for logparser, if not ready, skip all log check -if ( ! -f $plugin_setup{"logparser"} ) { - # Create a dummy check module with and advise warning - if ($log_items > 0) { - print_module("Error: Log parser not found", "async_string", 0, "Log parser not found, please check your configuration file and set it"); - } - $log_items =0; -} - - - - -# Webchecks -if ($webcheck_items > 0){ - my $ax; - - for ($ax=0; $ax < $webcheck_items; $ax++){ - - my ($name, $host, $port, $url, $string) = split (";",$plugin_setup{"webcheck"}[$ax]); - http_check ($name, $host, $port, $url, $string); - } -} - -# Check individual defined volumes -if ($volume_items > 0){ - my $ax; - - for ($ax=0; $ax < $volume_items; $ax++){ - my ($name, $volume) = split (";",$plugin_setup{"volume"}[$ax]); - if ($OS eq "MSWin32"){ - spare_system_disk_win ($name, $volume); - } else { - spare_system_disk ($name, $volume); - } - } -} - -# Check individual defined logs -if ($log_items > 0){ - my $ax; - - for ($ax=0; $ax < $log_items; $ax++){ - my ($logfile, $name, $expression) = split (";",$plugin_setup{"log"}[$ax]); - - # Verify proper valid values here or skip - if (!defined($logfile)){ - next; - } - - if (!defined($name)){ - next; - } - - if (!defined($expression)){ - next; - } - - alert_log ($logfile, $name, $expression); - } -} - - -# Check individual defined process -if ($process_items > 0){ - my $ax; - - for ($ax=0; $ax < $process_items; $ax++){ - - my ($name, $process) = split (";",$plugin_setup{"process"}[$ax]); - - if ($OS eq "MSWin32") { - process_status_win ($process, $name); - process_mem_win ($process, $name); - } else { - process_status_unix ($process, $name); - process_mem_unix ($process, $name); - process_cpu_unix ($process, $name); - } - } -} - -# Apache stats - -if ($plugin_setup{"apache_stats"} ne "") { - my ($name, $host, $port, $url) = split (";",$plugin_setup{"apache_stats"}); - apache_stats ($name, $host, $port, $url); -} - - diff --git a/pandora_agents/pc/Linux/pandora_agent.conf b/pandora_agents/pc/Linux/pandora_agent.conf index 45c7eb54bb..eb73fa06a3 100644 --- a/pandora_agents/pc/Linux/pandora_agent.conf +++ b/pandora_agents/pc/Linux/pandora_agent.conf @@ -311,4 +311,4 @@ module_plugin pandora_df #module_type log #module_regexp /var/log/messages #module_pattern .* -#module_end \ No newline at end of file +#module_end diff --git a/pandora_agents/unix/DEBIAN/control b/pandora_agents/unix/DEBIAN/control index c6c1a5d4ba..dc39cfc24b 100644 --- a/pandora_agents/unix/DEBIAN/control +++ b/pandora_agents/unix/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-agent-unix -Version: 7.0NG.776-240415 +Version: 7.0NG.776-240423 Architecture: all Priority: optional Section: admin diff --git a/pandora_agents/unix/DEBIAN/make_deb_package.sh b/pandora_agents/unix/DEBIAN/make_deb_package.sh index 5a5ba493a4..f0610328a3 100644 --- a/pandora_agents/unix/DEBIAN/make_deb_package.sh +++ b/pandora_agents/unix/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.776-240415" +pandora_version="7.0NG.776-240423" echo "Test if you has the tools for to make the packages." whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index 716b7a33d3..4e5cdf4648 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -1039,7 +1039,7 @@ my $Sem = undef; my $ThreadSem = undef; use constant AGENT_VERSION => '7.0NG.776'; -use constant AGENT_BUILD => '240415'; +use constant AGENT_BUILD => '240423'; # Agent log default file size maximum and instances use constant DEFAULT_MAX_LOG_SIZE => 600000; diff --git a/pandora_agents/unix/pandora_agent.redhat.spec b/pandora_agents/unix/pandora_agent.redhat.spec index bc946945ea..5e55531ea6 100644 --- a/pandora_agents/unix/pandora_agent.redhat.spec +++ b/pandora_agents/unix/pandora_agent.redhat.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_agent_linux %define version 7.0NG.776 -%define release 240415 +%define release 240423 Summary: Pandora FMS Linux agent, PERL version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent.redhat_bin.el8.spec b/pandora_agents/unix/pandora_agent.redhat_bin.el8.spec index 7b3b86bf3e..d5265d6628 100644 --- a/pandora_agents/unix/pandora_agent.redhat_bin.el8.spec +++ b/pandora_agents/unix/pandora_agent.redhat_bin.el8.spec @@ -5,7 +5,7 @@ %define name pandorafms_agent_linux_bin %define source_name pandorafms_agent_linux %define version 7.0NG.776 -%define release 240415 +%define release 240423 %define debug_package %{nil} Summary: Pandora FMS Linux agent, binary version diff --git a/pandora_agents/unix/pandora_agent.redhat_bin.el9.spec b/pandora_agents/unix/pandora_agent.redhat_bin.el9.spec index 0ea18b9521..326cc0ce03 100644 --- a/pandora_agents/unix/pandora_agent.redhat_bin.el9.spec +++ b/pandora_agents/unix/pandora_agent.redhat_bin.el9.spec @@ -5,7 +5,7 @@ %define name pandorafms_agent_linux_bin %define source_name pandorafms_agent_linux %define version 7.0NG.776 -%define release 240415 +%define release 240423 %define debug_package %{nil} Summary: Pandora FMS Linux agent, binary version diff --git a/pandora_agents/unix/pandora_agent.redhat_bin.spec b/pandora_agents/unix/pandora_agent.redhat_bin.spec index 8ec99fa455..459397699e 100644 --- a/pandora_agents/unix/pandora_agent.redhat_bin.spec +++ b/pandora_agents/unix/pandora_agent.redhat_bin.spec @@ -5,7 +5,7 @@ %define name pandorafms_agent_linux_bin %define source_name pandorafms_agent_linux %define version 7.0NG.776 -%define release 240415 +%define release 240423 Summary: Pandora FMS Linux agent, binary version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 67d4db51aa..3718053ee7 100644 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_agent_linux %define version 7.0NG.776 -%define release 240415 +%define release 240423 Summary: Pandora FMS Linux agent, PERL version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index bb68b0547e..6ef156d08e 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -10,7 +10,7 @@ # ********************************************************************** PI_VERSION="7.0NG.776" -PI_BUILD="240415" +PI_BUILD="240423" OS_NAME=`uname -s` FORCE=0 diff --git a/pandora_agents/unix/plugins/autodiscover b/pandora_agents/unix/plugins/autodiscover old mode 100644 new mode 100755 index 01b9bd3d96..ca0f1be293 --- a/pandora_agents/unix/plugins/autodiscover +++ b/pandora_agents/unix/plugins/autodiscover @@ -22,12 +22,19 @@ try: from subprocess import PIPE from subprocess import DEVNULL from subprocess import getstatusoutput + import signal except ModuleNotFoundError as err: print("{} error: {}. Exiting...".format(argv[0], err), file=stderr) exit(1) module_list = [] -VERSION = "1.2" +VERSION = "1.3" + +# Define a function to handle the SIGTERM signal +def sigterm_handler(signum, frame): + print("Received SIGTERM signal. Cleaning up...") + sys.exit(0) +signal.signal(signal.SIGTERM, sigterm_handler) def win_service(servicelist, option=False, memcpu=False): @@ -74,7 +81,7 @@ def win_service(servicelist, option=False, memcpu=False): def lnx_service(services_list, memcpu=False): """Creates modules for Linux servers""" modules = [] - sysctl = getstatusoutput("command -v systemctl")[0] + sysctl = getstatusoutput("systemd-notify --booted")[0] servic = getstatusoutput("command -v service")[0] for srvc in services_list: status = None diff --git a/pandora_agents/win32/installer/pandora.mpi b/pandora_agents/win32/installer/pandora.mpi index 915940c8f4..2707a4c614 100644 --- a/pandora_agents/win32/installer/pandora.mpi +++ b/pandora_agents/win32/installer/pandora.mpi @@ -186,7 +186,7 @@ UpgradeApplicationID {} Version -{240415} +{240423} ViewReadme {Yes} diff --git a/pandora_agents/win32/pandora.cc b/pandora_agents/win32/pandora.cc index 8361ccfafc..097813d952 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.776 Build 240415") +#define PANDORA_VERSION ("7.0NG.776 Build 240423") string pandora_path; string pandora_dir; diff --git a/pandora_agents/win32/versioninfo.rc b/pandora_agents/win32/versioninfo.rc index 02a4d1a9e5..e06b44d182 100644 --- a/pandora_agents/win32/versioninfo.rc +++ b/pandora_agents/win32/versioninfo.rc @@ -11,7 +11,7 @@ BEGIN VALUE "LegalCopyright", "Pandora FMS" VALUE "OriginalFilename", "PandoraAgent.exe" VALUE "ProductName", "Pandora FMS Windows Agent" - VALUE "ProductVersion", "(7.0NG.776(Build 240415))" + VALUE "ProductVersion", "(7.0NG.776(Build 240423))" VALUE "FileVersion", "1.0.0.0" END END diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index a29cfd48d9..0bc9ced292 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-console -Version: 7.0NG.776-240415 +Version: 7.0NG.776-240423 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 85a218609f..26096d98bd 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.776-240415" +pandora_version="7.0NG.776-240423" package_pear=0 package_pandora=1 diff --git a/pandora_console/api/v2/public/swagger.json b/pandora_console/api/v2/public/swagger.json index c432271fef..0b7acb3284 100644 --- a/pandora_console/api/v2/public/swagger.json +++ b/pandora_console/api/v2/public/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "API Pandora FMS", - "description": "

This is the new API framework for Pandora FMS.

\n

The old API is deprecated but still functional, and not all old endpoints are supported in the new API, but new endpoints will be added in each release.

\n

Using this web interface, you can play around and see how it works each endpoint interactively.

\n\nMore useful links:\n\n* Pandora FMS Licence \n* Pandora FMS Official Support \n* Pandora FMS Community \n* Vulnerability Disclosure Policy \n* Pandora FMS FAQ ", + "description": "

This is the new API framework for Pandora FMS.

\n

The old API is deprecated but still functional, and not all old endpoints are supported in the new API, but new endpoints will be added in each release.

\n

Using this web interface, you can play around and see how it works each endpoint interactively.

\n\nMore useful links:\n\n * Pandora FMS Licence \n * Pandora FMS Official Support \n * Pandora FMS Community \n * Vulnerability Disclosure Policy \n * Pandora FMS FAQ ", "version": "0.0.1" }, "servers": [ @@ -1791,6 +1791,46 @@ ] } }, + "/user/{idUser}/login": { + "get": { + "tags": ["Users"], + "summary": "show user when login process", + "operationId": "1b50ee1984a43d87d69342174571775c", + "parameters": [ + { + "$ref": "#/components/parameters/parameterIdUser" + }, + { + "$ref": "#/components/parameters/parameterIdUserPass" + } + ], + "responses": { + "200": { + "$ref": "#/components/responses/ResponseUser" + }, + "400": { + "$ref": "#/components/responses/BadRequest" + }, + "401": { + "$ref": "#/components/responses/Unauthorized" + }, + "403": { + "$ref": "#/components/responses/Forbidden" + }, + "404": { + "$ref": "#/components/responses/NotFound" + }, + "500": { + "$ref": "#/components/responses/InternalServerError" + } + }, + "security": [ + { + "bearerAuth": [] + } + ] + } + }, "/user/list": { "post": { "tags": ["Users"], @@ -4038,6 +4078,16 @@ "default": 1 } }, + "parameterIdUserPass": { + "name": "password", + "in": "query", + "description": "User password", + "required": true, + "schema": { + "type": "string", + "default": null + } + }, "parameterIdUser": { "name": "idUser", "in": "path", diff --git a/pandora_console/extensions/db_status.php b/pandora_console/extensions/db_status.php index 456e97be54..d62ea49561 100755 --- a/pandora_console/extensions/db_status.php +++ b/pandora_console/extensions/db_status.php @@ -50,10 +50,14 @@ function extension_db_status() } ui_print_info_message( - __('This extension checks the DB is correct. Because sometimes the old DB from a migration has not some fields in the tables or the data is changed.') - ); - ui_print_info_message( - __('At the moment the checks is for MySQL/MariaDB.') + " - " . + __('This extension checks the DB is correct. Because sometimes the old DB from a migration has not some fields in the tables or the data is changed.') . + "
" . + " - " . + __('At the moment the checks is for MySQL/MariaDB.') . + "
" . + " - " . + __('User must have Select, Drop, Create and References privileges.') ); echo "
"; @@ -164,61 +168,109 @@ function extension_db_status_execute_checks($db_user, $db_password, $db_host, $d $db_name = explode(' ', $db_name); $db_name = $db_name[0]; - if ($config['mysqli'] === true) { - $connection_test = mysqli_connect($db_host, $db_user, $db_password); - } else { - $connection_test = mysql_connect($db_host, $db_user, $db_password); + if (!$db_host) { + ui_print_error_message(__('A host must be provided')); + return; + } + + if (!$db_name) { + ui_print_error_message(__('A DB name must be provided')); + return; + } + + try { + if ($config['mysqli']) { + $connection_test = mysqli_connect($db_host, $db_user, $db_password); + } else { + $connection_test = mysql_connect($db_host, $db_user, $db_password); + } + } catch (Exception $e) { + $connection_test = false; } if (!$connection_test) { - ui_print_error_message( - __('Unsuccessful connected to the DB') - ); - } else { - if ($config['mysqli'] === true) { + ui_print_error_message(__('Unsuccessful connected to the DB')); + return; + } + + try { + $query = "SELECT IF(EXISTS(SELECT 1 FROM information_schema.SCHEMATA WHERE schema_name = '$db_name'), 'true', 'false') AS result"; + if ($config['mysqli']) { + $exist_db = mysqli_fetch_assoc(mysqli_query($connection_test, $query))['result']; + } else { + $exist_db = mysql_fetch_assoc(mysqli_query($connection_test, $query))['result']; + } + } catch (Exception $e) { + ui_print_error_message(__("There was a problem during verification of the existence of the `$db_name` table")); + return; + } + + if ($exist_db == 'true') { + ui_print_error_message(__("The testing DB `$db_name` already exists")); + return; + } + + if (check_drop_privileges($connection_test) == 0) { + return; + } + + try { + if ($config['mysqli']) { $create_db = mysqli_query($connection_test, "CREATE DATABASE `$db_name`"); } else { $create_db = mysql_query("CREATE DATABASE `$db_name`"); } - - if (!$create_db) { - ui_print_error_message( - __('Unsuccessful created the testing DB') - ); - } else { - if ($config['mysqli'] === true) { - mysqli_select_db($connection_test, $db_name); - } else { - mysql_select_db($db_name, $connection_test); - } - - $install_tables = extension_db_status_execute_sql_file( - $config['homedir'].'/pandoradb.sql', - $connection_test - ); - - if (!$install_tables) { - ui_print_error_message( - __('Unsuccessful installed tables into the testing DB') - ); - } else { - extension_db_check_tables_differences( - $connection_test, - $connection_system, - $db_name, - $config['dbname'] - ); - } - - if ($config['mysqli'] === true) { - mysqli_select_db($connection_test, $db_name); - mysqli_query($connection_test, "DROP DATABASE IF EXISTS `$db_name`"); - } else { - mysql_select_db($db_name, $connection_test); - mysql_query("DROP DATABASE IF EXISTS `$db_name`", $connection_test); - } - } + } catch (Exception $e) { + $connection_test = false; } + + if (!$create_db) { + ui_print_error_message(__('Unsuccessful created the testing DB')); + return; + } + + if (check_ref_privileges($connection_test) == 0) { + drop_database($connection_test, $db_name); + ui_print_error_message(__("Unable to create references with the provided user please check its privileges")); + return; + } + + if (check_explain_privileges($connection_test) == 0) { + drop_database($connection_test, $db_name); + ui_print_error_message(__("Unable to explain with the provided user please check its privileges")); + return; + } + + try { + if ($config['mysqli'] === true) { + mysqli_select_db($connection_test, $db_name); + } else { + mysql_select_db($db_name, $connection_test); + } + } catch (Exception $e) { + drop_database($connection_test, $db_name); + ui_print_error_message(__('There was an error selecting the DB')); + return; + } + + $install_tables = extension_db_status_execute_sql_file( + $config['homedir'].'/pandoradb.sql', + $connection_test + ); + + if (!$install_tables) { + ui_print_error_message(__('Unsuccessful installed tables into the testing DB')); + return; + } + + extension_db_check_tables_differences( + $connection_test, + $connection_system, + $db_name, + $config['dbname'] + ); + + drop_database($connection_test, $db_name); } @@ -296,25 +348,19 @@ function extension_db_check_tables_differences( if ($config['mysqli'] === true) { mysqli_select_db($connection_test, $db_name_test); $result = mysqli_query($connection_test, 'SHOW CREATE TABLE '.$table); - $tables_test = []; - while ($row = mysql_fetch_array($result)) { - ui_print_info_message( - __('You can execute this SQL query for to fix.').'
'.'
'.$row[1].'
' - ); - } - + $create_query = mysqli_fetch_assoc($result)["Create Table"]; mysqli_free_result($result); + ui_print_info_message( + __('You can execute this SQL query for to fix.').'
'.'
'.$create_query.'
' + ); } else { mysql_select_db($db_name_test, $connection_test); $result = mysql_query('SHOW CREATE TABLE '.$table, $connection_test); - $tables_test = []; - while ($row = mysql_fetch_array($result)) { - ui_print_info_message( - __('You can execute this SQL query for to fix.').'
'.'
'.$row[1].'
' - ); - } - + $create_query = mysqli_fetch_assoc($result)["Create Table"]; mysql_free_result($result); + ui_print_info_message( + __('You can execute this SQL query for to fix.').'
'.'
'.$create_query.'
' + ); } } } @@ -489,19 +535,15 @@ function extension_db_status_execute_sql_file($url, $connection) $query .= $sql_line; if (preg_match("/;[\040]*\$/", $sql_line)) { if ($config['mysqli'] === true) { - if (!$result = mysqli_query($connection, $query)) { - echo mysqli_error(); - // Uncomment for debug - echo "
$query
"; - return 0; - } + $result = mysqli_query($connection, $query); } else { - if (!$result = mysql_query($query, $connection)) { - echo mysql_error(); - // Uncomment for debug - echo "
$query
"; - return 0; - } + $result = mysql_query($query, $connection); + } + if (!$result) { + echo mysqli_error($connection); + // Uncomment for debug + echo "
$query
"; + return 0; } $query = ''; @@ -516,5 +558,204 @@ function extension_db_status_execute_sql_file($url, $connection) } +function check_explain_privileges($connection) +{ + global $config; + $has_privileges = 1; + + $explain_check= "EXPLAIN tb1"; + + $create_tb1= "CREATE TABLE tb1 ( + id INT AUTO_INCREMENT PRIMARY KEY + )"; + + drop_database($connection, 'pandora_tmp_privilege_check'); + + try { + if ($config['mysqli']) { + mysqli_query($connection, "CREATE DATABASE `pandora_tmp_privilege_check`"); + } else { + mysql_query("CREATE DATABASE `pandora_tmp_privilege_check`", $connection); + } + } catch (Exception $e) { + ui_print_error_message(__('There was an error creating the DB during reference check')); + return 0; + } + + try { + if ($config['mysqli'] === true) { + mysqli_select_db($connection, "pandora_tmp_privilege_check"); + } else { + mysql_select_db("reference_check", $connection); + } + } catch (Exception $e) { + ui_print_error_message(__('There was an error selecting the DB during reference check')); + return 0; + } + + try { + if ($config['mysqli'] === true) { + $result = mysqli_query($connection, $create_tb1); + } else { + $result = mysql_query($create_tb1, $connection); + } + + if(!$result){ + throw new Exception("Error on explain check: " . $connection->error); + } + + if ($config['mysqli'] === true) { + $result = mysqli_query($connection, $explain_check); + } else { + $result = mysql_query($explain_check, $connection); + } + + if(!$result){ + throw new Exception("Error on explain check: " . $connection->error); + } + + } catch (Exception $e) { + $has_privileges = 0; + } finally { + drop_database($connection, 'pandora_tmp_privilege_check'); + return $has_privileges; + } +} + + +function check_drop_privileges($connection) +{ + global $config; + $has_privileges = 1; + + try { + if ($config['mysqli']) { + $create_db = mysqli_query($connection, "CREATE DATABASE IF NOT EXISTS`pandora_tmp_privilege_check`"); + } else { + $create_db = mysql_query("CREATE DATABASE IF NOT EXISTS `pandora_tmp_privilege_check`", $connection); + } + } catch (Exception $e) { + $error_message = $e->getMessage(); + } + + if (!$create_db) { + if (stripos($error_message, "access denied for user") !== false) { + preg_match("/'.+?'\@'.+?'/", $error_message, $error_user); + $error_user = $error_user[0]; + ui_print_error_message(__("Unable to create databases with the provided user please check its privileges")); + return 0; + } + + ui_print_error_message(__('There was an error creating the DB during drop check')); + return 0; + } + + try { + if ($config['mysqli'] === true) { + mysqli_select_db($connection, "pandora_tmp_privilege_check"); + } else { + mysql_select_db("reference_check", $connection); + } + } catch (Exception $e) { + ui_print_error_message(__('There was an error selecting the DB during drop check')); + return 0; + } + + try { + drop_database($connection, 'pandora_tmp_privilege_check'); + } catch (Exception $e) { + $has_privileges = 0; + ui_print_error_message( + __("Unable to drop databases with the provided user please check its privileges.") . + "
" . + __("Test databases may have been left over due to lack of drop privileges.") + ); + } finally { + return $has_privileges; + } +} + + +function check_ref_privileges($connection) +{ + global $config; + $has_privileges = 1; + + drop_database($connection, 'pandora_tmp_privilege_check'); + + $create_tb1= "CREATE TABLE tb1 ( + id INT AUTO_INCREMENT PRIMARY KEY + )"; + + $create_tb2 = "CREATE TABLE tb2 ( + id INT AUTO_INCREMENT PRIMARY KEY, + id_tb1 INT, + FOREIGN KEY (id_tb1) REFERENCES tb2(id) + )"; + + try { + if ($config['mysqli']) { + mysqli_query($connection, "CREATE DATABASE `pandora_tmp_privilege_check`"); + } else { + mysql_query("CREATE DATABASE `pandora_tmp_privilege_check`", $connection); + } + } catch (Exception $e) { + ui_print_error_message(__('There was an error creating the DB during reference check')); + return 0; + } + + try { + if ($config['mysqli'] === true) { + mysqli_select_db($connection, "pandora_tmp_privilege_check"); + } else { + mysql_select_db("reference_check", $connection); + } + } catch (Exception $e) { + ui_print_error_message(__('There was an error selecting the DB during reference check')); + return 0; + } + + try { + if ($config['mysqli'] === true) { + $result = mysqli_query($connection, $create_tb1); + } else { + $result = mysql_query($create_tb1, $connection); + } + + if(!$result){ + throw new Exception("Error on reference check: " . $connection->error); + } + + if ($config['mysqli'] === true) { + $result = mysqli_query($connection, $create_tb2); + } else { + $result = mysql_query($create_tb2, $connection); + } + + if(!$result){ + throw new Exception("Error on reference check: " . $connection->error); + } + + } catch (Exception $e) { + $has_privileges = 0; + } finally { + drop_database($connection, 'pandora_tmp_privilege_check'); + return $has_privileges; + } +} + + +function drop_database($connection, $database) +{ + global $config; + + if ($config['mysqli'] === true) { + mysqli_query($connection, "DROP DATABASE IF EXISTS `$database`"); + } else { + mysql_query("DROP DATABASE IF EXISTS `$database`", $connection); + } +} + + extensions_add_godmode_function('extension_db_status'); extensions_add_godmode_menu_option(__('DB Schema check'), 'DM', 'gextensions', null, 'v1r1', 'gdbman'); diff --git a/pandora_console/extensions/realtime_graphs.php b/pandora_console/extensions/realtime_graphs.php index 77b660fd1c..bf466f001d 100644 --- a/pandora_console/extensions/realtime_graphs.php +++ b/pandora_console/extensions/realtime_graphs.php @@ -81,30 +81,34 @@ function pandora_realtime_graphs() $table->style = []; $table->data = []; - $graph_fields['cpu_load'] = __('%s Server CPU', get_product_name()); - $graph_fields['pending_packets'] = __( - 'Pending packages from %s Server', - get_product_name() - ); - $graph_fields['disk_io_wait'] = __( - '%s Server Disk IO Wait', - get_product_name() - ); - $graph_fields['apache_load'] = __( - '%s Server Apache load', - get_product_name() - ); - $graph_fields['mysql_load'] = __( - '%s Server MySQL load', - get_product_name() - ); - $graph_fields['server_load'] = __( - '%s Server load', - get_product_name() - ); + $graph = get_parameter('graph', 'snmp_interface'); + if ((bool) check_acl($config['id_user'], 0, 'PM') === true) { + $graph = get_parameter('graph', 'cpu_load'); + $graph_fields['cpu_load'] = __('%s Server CPU', get_product_name()); + $graph_fields['pending_packets'] = __( + 'Pending packages from %s Server', + get_product_name() + ); + $graph_fields['disk_io_wait'] = __( + '%s Server Disk IO Wait', + get_product_name() + ); + $graph_fields['apache_load'] = __( + '%s Server Apache load', + get_product_name() + ); + $graph_fields['mysql_load'] = __( + '%s Server MySQL load', + get_product_name() + ); + $graph_fields['server_load'] = __( + '%s Server load', + get_product_name() + ); + } + $graph_fields['snmp_interface'] = __('SNMP Interface throughput'); - $graph = get_parameter('graph', 'cpu_load'); $refresh = get_parameter('refresh', '1000'); if ($graph != 'snmp_module') { diff --git a/pandora_console/extras/delete_files/delete_files.txt b/pandora_console/extras/delete_files/delete_files.txt index 91943a5994..7319ddee4b 100644 --- a/pandora_console/extras/delete_files/delete_files.txt +++ b/pandora_console/extras/delete_files/delete_files.txt @@ -1749,3 +1749,6 @@ enterprise/include/class/SAP.app.php enterprise/include/class/VMware.app.php enterprise/include/class/DatabaseHA.class.php enterprise/godmode/servers/HA_cluster.php +enterprise/godmode/setup/edit_skin.php +enterprise/godmode/setup/setup_skins.php +enterprise/include/functions_skins.php \ No newline at end of file diff --git a/pandora_console/extras/discovery/DiscoveryApplicationsMigrateCodes.ini b/pandora_console/extras/discovery/DiscoveryApplicationsMigrateCodes.ini index 2fcd79a8ce..c4b4591ce2 100644 --- a/pandora_console/extras/discovery/DiscoveryApplicationsMigrateCodes.ini +++ b/pandora_console/extras/discovery/DiscoveryApplicationsMigrateCodes.ini @@ -1,4 +1,4 @@ -pandorafms.vmware=a272ee00a9b5f201bb708bef72bbe276 +pandorafms.vmware=3d1785e1baa07db0a40b9e47bb30472c pandorafms.mysql=33d470c7492214d4b384ed307e81adf4 pandorafms.vmware=1deafce1d55d3574645d8b136104e9ad pandorafms.mysql=ca7dd8b80a1a03a25eb0fb077818ad63 diff --git a/pandora_console/extras/mr/68.sql b/pandora_console/extras/mr/68.sql index b27f4ee495..fc08eb8b12 100644 --- a/pandora_console/extras/mr/68.sql +++ b/pandora_console/extras/mr/68.sql @@ -64,7 +64,7 @@ ALTER TABLE `tmerge_queries` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_09 -- Update version for plugin oracle UPDATE `tdiscovery_apps` SET `version` = '1.2' WHERE `short_name` = 'pandorafms.oracle'; -- Update version for plugin oracle -UPDATE `tdiscovery_apps` SET `version` = '1.3' WHERE `short_name` = 'pandorafms.vmware'; +UPDATE `tdiscovery_apps` SET `version` = '1.4' WHERE `short_name` = 'pandorafms.vmware'; ALTER TABLE `tevent_sound` MODIFY COLUMN `name` text NULL; ALTER TABLE `tevent_sound` MODIFY COLUMN `sound` text NULL; diff --git a/pandora_console/extras/mr/69.sql b/pandora_console/extras/mr/69.sql index 63e3a21b32..ea49c68624 100644 --- a/pandora_console/extras/mr/69.sql +++ b/pandora_console/extras/mr/69.sql @@ -1,6 +1,12 @@ START TRANSACTION; -DROP TABLE tskin; +-- Remove column id_usuario_destino from tmensajes -- +SET @exist = (SELECT count(*) FROM information_schema.columns WHERE TABLE_NAME='tmensajes' AND COLUMN_NAME='id_usuario_destino' AND table_schema = DATABASE()); +SET @sqlstmt = IF (@exist>0, 'ALTER TABLE `tmensajes` DROP COLUMN `id_usuario_destino`', 'SELECT ""'); +prepare stmt from @sqlstmt; +execute stmt; + +DROP TABLE IF EXISTS tskin; ALTER TABLE tfavmenu_user CONVERT TO CHARACTER SET UTF8MB4; ALTER TABLE tfiles_repo CONVERT TO CHARACTER SET UTF8MB4; @@ -7712,6 +7718,8 @@ UPDATE `twelcome_tip` SET url = 'https://pandorafms.com/manual/!current/start?id DELETE FROM tconfig WHERE `token` = 'legacy_database_ha'; +UPDATE tncm_script SET `content` = 'sleep:1 capture:export\n\r exit\n\r' where `content` = 'sleep:1 capture:system resource print\n\r exit\n\r'; + -- Add new columns in tdeployment_hosts ALTER TABLE `tdeployment_hosts` ADD COLUMN `deploy_method` ENUM('SSH', 'HTTP', 'HTTPS') DEFAULT 'SSH'; ALTER TABLE `tdeployment_hosts` ADD COLUMN `deploy_port` INT UNSIGNED NOT NULL DEFAULT 22; @@ -7723,7 +7731,7 @@ UPDATE SET `tdeployment_hosts`.`deploy_method` = 'HTTP', `tdeployment_hosts`.`deploy_port` = 5985, - `tdeployment_hosts`.`temp_folder` = 'C:\Widnows\Temp' + `tdeployment_hosts`.`temp_folder` = 'C:\Windows\Temp' WHERE `tdeployment_hosts`.`id_os` = `tconfig_os`.`id_os` AND `tconfig_os`.`name` = 'Windows' AND `tdeployment_hosts`.`deployed` = 0; diff --git a/pandora_console/godmode/menu.php b/pandora_console/godmode/menu.php index 649e730155..3440719a89 100644 --- a/pandora_console/godmode/menu.php +++ b/pandora_console/godmode/menu.php @@ -386,52 +386,32 @@ if ($access_console_node === true) { $menu_godmode['galertas']['sub'] = $sub; } - if ((bool) check_acl($config['id_user'], 0, 'AW') === true || (bool) check_acl($config['id_user'], 0, 'PM') === true) { + if ((bool) check_acl($config['id_user'], 0, 'PM') === true) { // Servers. $menu_godmode['gservers']['text'] = __('Servers'); $menu_godmode['gservers']['sec2'] = 'godmode/servers/modificar_server'; $menu_godmode['gservers']['id'] = 'god-servers'; - $sub = []; - - if ((bool) check_acl($config['id_user'], 0, 'AW') === true) { - $sub['godmode/servers/modificar_server']['text'] = __('Manage servers'); - $sub['godmode/servers/modificar_server']['id'] = 'Manage_servers'; - } - - if ((bool) check_acl($config['id_user'], 0, 'PM') === true - || is_user_admin($config['id_user']) === true - ) { - $sub['godmode/consoles/consoles']['text'] = __('Manage consoles'); - $sub['godmode/consoles/consoles']['id'] = 'Manage consoles'; - } - + $sub['godmode/servers/modificar_server']['text'] = __('Manage servers'); + $sub['godmode/servers/modificar_server']['id'] = 'Manage_servers'; + $sub['godmode/consoles/consoles']['text'] = __('Manage consoles'); + $sub['godmode/consoles/consoles']['id'] = 'Manage consoles'; // This subtabs are only for Pandora Admin. - if ((bool) check_acl($config['id_user'], 0, 'PM') === true) { - enterprise_hook('ha_cluster'); - - $sub['godmode/servers/plugin']['text'] = __('Plugins'); - $sub['godmode/servers/plugin']['id'] = 'Plugins'; - - $sub['godmode/servers/plugin_registration']['text'] = __('Register Plugin'); - $sub['godmode/servers/plugin_registration']['id'] = 'register_plugin'; - - enterprise_hook('export_target_submenu'); - - enterprise_hook('manage_satellite_submenu'); - } - + enterprise_hook('ha_cluster'); + $sub['godmode/servers/plugin']['text'] = __('Plugins'); + $sub['godmode/servers/plugin']['id'] = 'Plugins'; + $sub['godmode/servers/plugin_registration']['text'] = __('Register Plugin'); + $sub['godmode/servers/plugin_registration']['id'] = 'register_plugin'; + enterprise_hook('export_target_submenu'); + enterprise_hook('manage_satellite_submenu'); $menu_godmode['gservers']['sub'] = $sub; - } - if ((bool) check_acl($config['id_user'], 0, 'PM') === true) { // Setup. $menu_godmode['gsetup']['text'] = __('Settings'); $menu_godmode['gsetup']['sec2'] = 'general'; $menu_godmode['gsetup']['id'] = 'god-setup'; $sub = []; - // Options Setup. $sub['general']['text'] = __('System Settings'); $sub['general']['id'] = 'Setup'; @@ -457,41 +437,31 @@ if ($access_console_node === true) { $sub2['godmode/setup/setup§ion=vis']['text'] = __('Visual styles'); $sub2['godmode/setup/setup§ion=vis']['refr'] = 0; - if ((bool) check_acl($config['id_user'], 0, 'AW') === true) { - if ((bool) $config['activate_netflow'] === true) { - $sub2['godmode/setup/setup§ion=net']['text'] = __('Netflow'); - $sub2['godmode/setup/setup§ion=net']['refr'] = 0; - } + if ((bool) $config['activate_netflow'] === true) { + $sub2['godmode/setup/setup§ion=net']['text'] = __('Netflow'); + $sub2['godmode/setup/setup§ion=net']['refr'] = 0; + } - if ((bool) $config['activate_sflow'] === true) { - $sub2['godmode/setup/setup§ion=sflow']['text'] = __('Sflow'); - $sub2['godmode/setup/setup§ion=sflow']['refr'] = 0; - } + if ((bool) $config['activate_sflow'] === true) { + $sub2['godmode/setup/setup§ion=sflow']['text'] = __('Sflow'); + $sub2['godmode/setup/setup§ion=sflow']['refr'] = 0; } $sub2['godmode/setup/setup§ion=pandorarc']['text'] = __('Pandora RC'); $sub2['godmode/setup/setup§ion=pandorarc']['refr'] = 0; - $sub2['godmode/setup/setup§ion=ITSM']['text'] = __('ITSM'); $sub2['godmode/setup/setup§ion=ITSM']['refr'] = 0; - enterprise_hook('module_library_submenu'); - $sub2['godmode/setup/setup§ion=notifications']['text'] = __('Notifications'); $sub2['godmode/setup/setup§ion=notifications']['refr'] = 0; - $sub2['godmode/setup/setup§ion=quickshell']['text'] = __('QuickShell'); $sub2['godmode/setup/setup§ion=quickshell']['refr'] = 0; - $sub2['godmode/setup/setup§ion=external_tools']['text'] = __('External Tools'); $sub2['godmode/setup/setup§ion=external_tools']['refr'] = 0; - $sub2['godmode/setup/setup§ion=welcome_tips']['text'] = __('Welcome Tips'); $sub2['godmode/setup/setup§ion=welcome_tips']['refr'] = 0; - $sub2['godmode/setup/setup§ion=demo_data']['text'] = __('Demo data'); $sub2['godmode/setup/setup§ion=demo_data']['refr'] = 0; - if ((bool) $config['activate_gis'] === true) { $sub2['godmode/setup/setup§ion=gis']['text'] = __('Map conections GIS'); } diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 9cab099760..5af45c53c4 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -52,6 +52,11 @@ if (! check_acl($config['id_user'], 0, 'RW') exit; } +// Get pandora black theme. +if ($config['style'] === 'pandora_black') { + html_print_input_hidden('selected_style_theme', 'pandora_black'); +} + $meta = false; if (($config['metaconsole'] == 1) && (defined('METACONSOLE'))) { $meta = true; @@ -2338,7 +2343,7 @@ if (is_metaconsole() === true) { if ($idAgent) { $sql = 'SELECT id_agente_modulo, nombre FROM tagente_modulo - WHERE id_agente = "'.$idAgent["id_agent"].'" AND delete_pending = 0'; + WHERE id_agente = "'.$idAgent.'" AND delete_pending = 0'; if ($meta) { $connection = metaconsole_get_connection($server_name); @@ -6190,7 +6195,12 @@ $(document).ready (function () { }); }); - defineTinyMCE('#textarea_render_definition'); + var consoleStyle = $("#hidden-selected_style_theme").val(); + if (consoleStyle == "pandora_black") { + defineTinyMCEDark('#textarea_render_definition'); + } else { + defineTinyMCE('#textarea_render_definition'); + } $("#checkbox-select_by_group").change(function () { var select_by_group = $('#checkbox-select_by_group').prop('checked'); diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 9681d79102..07499e6162 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -1328,6 +1328,25 @@ switch ($action) { ], true ); + } else if (check_acl($config['id_user'], 0, 'RR')) { + $tablePagination = ui_pagination( + $total_reports, + $url, + $offset, + $pagination, + true, + 'offset', + $show_count + ); + + echo html_print_action_buttons( + '', + [ + 'type' => 'form_action', + 'right_content' => $tablePagination, + ], + true + ); } return; diff --git a/pandora_console/godmode/reporting/visual_console_builder.elements.php b/pandora_console/godmode/reporting/visual_console_builder.elements.php index bd96be794b..f03b26cc9d 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.elements.php +++ b/pandora_console/godmode/reporting/visual_console_builder.elements.php @@ -114,6 +114,7 @@ foreach ($all_images as $image_file) { $table = new stdClass(); $table->width = '100%'; $table->class = 'databox filter-table-adv'; +$table->styleTable = 'min-width: 900px; table-layout:fixed;'; $table->head = []; $table->head['icon'] = ''; @@ -122,8 +123,7 @@ $table->head[1] = __('Image').'
'.__('Module').' / '.__('Custom graph'); $table->head[2] = __('Width x Height
Max value'); $table->head[3] = __('Position').'
'.__('Period'); $table->head[4] = __('Parent').'
'.__('Map linked'); -$table->head[5] = ''; -$table->head[5] .= '   '.html_print_checkbox( +$table->head[5] = html_print_checkbox( 'head_multiple_delete', '', false, @@ -133,41 +133,66 @@ $table->head[5] .= '   '.html_print_checkbox( ); $table->head[5] .= '   '.__('A.').''; -$table->size = []; -$table->size['icon'] = '1%'; -$table->size[0] = '28%'; -$table->size[1] = ''; -$table->size[2] = '25%'; -$table->size[3] = '27%'; -$table->size[4] = '7%'; -$table->size[5] = '15%'; - +$table->headstyle = []; +$table->headstyle['icon'] = 'text-align:left; width: 1%;'; +$table->headstyle[0] = 'text-align:left; width: 19%;'; +$table->headstyle[1] = 'text-align:left; width: 19%;'; +$table->headstyle[2] = 'text-align:left; width: 19%;'; +$table->headstyle[3] = 'text-align:left; width: 19%;'; +$table->headstyle[4] = 'text-align:left; width: 19%;'; +$table->headstyle[5] = 'text-align:right; width: 4%;'; $table->align = []; - -if (!defined('METACONSOLE')) { - $table->headstyle[0] = 'text-align:left;'; - $table->headstyle[1] = 'text-align:left'; - $table->headstyle[2] = 'text-align:left'; - $table->headstyle[3] = 'text-align:left'; - $table->headstyle[4] = 'text-align:left'; - $table->headstyle[5] = 'text-align:left'; - $table->align[0] = 'left'; - $table->align[1] = 'left'; - $table->align[2] = 'left'; - $table->align[3] = 'left'; - $table->align[4] = 'left'; - $table->align[5] = 'left'; -} +$table->align[0] = 'left'; +$table->align[1] = 'left'; +$table->align[2] = 'left'; +$table->align[3] = 'left'; +$table->align[4] = 'left'; +$table->align[5] = 'right'; $table->data = []; -// Background +// Background. $table->data[0]['icon'] = ''; -$table->data[0][0] = '
'.__('Background').'
'; -$table->data[0][1] = '
'.html_print_select($backgrounds_list, 'background', $visualConsole['background'], '', 'None', '', true, false, true, '', false, 'width: 120px;').'
'; -$table->data[0][2] = '
'.html_print_input_text('width', $visualConsole['width'], '', 3, 5, true).' x '.html_print_input_text('height', $visualConsole['height'], '', 3, 5, true).'
'; -$table->data[0][3] = $table->data[0][4] = $table->data[0][5] = ''; +$table->data[0][0] = '
'.__('Background').'
'; +$table->data[0][1] = '
'; +$table->data[0][1] .= html_print_select( + $backgrounds_list, + 'background', + $visualConsole['background'], + '', + 'None', + '', + true, + false, + true, + '', + false, + 'width: 100%;' +); +$table->data[0][1] .= '
'; +$table->data[0][2] = '
'; +$table->data[0][2] .= html_print_input_text( + 'width', + $visualConsole['width'], + '', + 3, + 5, + true +); +$table->data[0][2] .= 'x'; +$table->data[0][2] .= html_print_input_text( + 'height', + $visualConsole['height'], + '', + 3, + 5, + true +); +$table->data[0][2] .= '
'; +$table->data[0][3] = ''; +$table->data[0][4] = ''; +$table->data[0][5] = ''; $i = 1; $layoutDatas = db_get_all_rows_field_filter( @@ -186,7 +211,7 @@ $x = 0; foreach ($layoutDatas as $layoutData) { $idLayoutData = $layoutData['id']; - // line between rows + // Line between rows. $table->data[$i][0] = '
'; $table->colspan[$i][0] = '8'; @@ -208,7 +233,7 @@ foreach ($layoutDatas as $layoutData) { true, [ 'title' => __('Percentile Bar'), - 'class' => 'invert_filter', + 'class' => 'main_menu_icon invert_filter', ] ); break; @@ -219,7 +244,7 @@ foreach ($layoutDatas as $layoutData) { true, [ 'title' => __('Percentile Bubble'), - 'class' => 'invert_filter', + 'class' => 'main_menu_icon invert_filter', ] ); break; @@ -231,7 +256,7 @@ foreach ($layoutDatas as $layoutData) { true, [ 'title' => __('Percentile'), - 'class' => 'invert_filter', + 'class' => 'main_menu_icon invert_filter', ] ); break; @@ -413,7 +438,7 @@ foreach ($layoutDatas as $layoutData) { break; default: - if (enterprise_installed()) { + if (enterprise_installed() === true) { $table->data[($i + 1)]['icon'] = enterprise_visual_map_print_list_element('icon', $layoutData); } else { $table->data[($i + 1)]['icon'] = ''; @@ -421,26 +446,27 @@ foreach ($layoutDatas as $layoutData) { break; } - - // First row - // Label + // Label. switch ($layoutData['type']) { case ICON: case BOX_ITEM: case NETWORK_LINK: case LINE_ITEM: - // hasn't the label. + // Hasn't the label. $table->data[($i + 1)][0] = ''; break; default: - $table->data[($i + 1)][0] = ''.html_print_input_hidden('label_'.$idLayoutData, $layoutData['label'], true).''.__('Edit label').''.''; + $table->data[($i + 1)][0] = ''; + $table->data[($i + 1)][0] .= html_print_input_hidden('label_'.$idLayoutData, $layoutData['label'], true); + $table->data[($i + 1)][0] .= ''; + $table->data[($i + 1)][0] .= __('Edit label'); + $table->data[($i + 1)][0] .= ''; break; } - - // Image + // Image. switch ($layoutData['type']) { case STATIC_GRAPH: case ICON: @@ -458,7 +484,7 @@ foreach ($layoutDatas as $layoutData) { true, '', false, - 'width: 120px' + 'width: 100%' ); break; @@ -467,47 +493,102 @@ foreach ($layoutDatas as $layoutData) { break; } + // Position. + $readonly = false; + if ($layoutData['type'] == NETWORK_LINK || $layoutData['type'] == LINE_ITEM) { + $readonly = true; + } - - // Width and height + // Width and height. switch ($layoutData['type']) { - case NETWORK_LINK: - case LINE_ITEM: - // hasn't the width and height. - $table->data[($i + 1)][2] = ''; - break; - case COLOR_CLOUD: - $table->data[($i + 1)][2] = html_print_input_text('width_'.$idLayoutData, $layoutData['width'], '', 2, 5, true).' x '.html_print_input_text('height_'.$idLayoutData, $layoutData['width'], '', 2, 5, true); + $table->data[($i + 1)][2] = '
'; + $table->data[($i + 1)][2] .= html_print_input_text( + 'width_'.$idLayoutData, + $layoutData['width'], + '', + 2, + 5, + true + ); + $table->data[($i + 1)][2] .= 'x'; + $table->data[($i + 1)][2] .= html_print_input_text( + 'height_'.$idLayoutData, + $layoutData['width'], + '', + 2, + 5, + true + ); + $table->data[($i + 1)][2] .= '
'; break; case CIRCULAR_PROGRESS_BAR: case CIRCULAR_INTERIOR_PROGRESS_BAR: case PERCENTILE_BUBBLE: case PERCENTILE_BAR: - $table->data[($i + 1)][2] = html_print_input_text('width_'.$idLayoutData, $layoutData['width'], '', 2, 5, true); + $table->data[($i + 1)][2] = '
'; + $table->data[($i + 1)][2] .= html_print_input_text( + 'width_'.$idLayoutData, + $layoutData['width'], + '', + 2, + 5, + true + ); + $table->data[($i + 1)][2] .= '
'; break; default: - $table->data[($i + 1)][2] = html_print_input_text('width_'.$idLayoutData, $layoutData['width'], '', 2, 5, true).' x '.html_print_input_text('height_'.$idLayoutData, $layoutData['height'], '', 2, 5, true); + $table->data[($i + 1)][2] = '
'; + $table->data[($i + 1)][2] .= html_print_input_text( + 'width_'.$idLayoutData, + $layoutData['width'], + '', + 2, + 5, + true, + $readonly + ); + $table->data[($i + 1)][2] .= 'x'; + $table->data[($i + 1)][2] .= html_print_input_text( + 'height_'.$idLayoutData, + $layoutData['height'], + '', + 2, + 5, + true, + $readonly + ); + $table->data[($i + 1)][2] .= '
'; break; } - // Position - switch ($layoutData['type']) { - case NETWORK_LINK: - case LINE_ITEM: - // hasn't the width and height. - $table->data[($i + 1)][3] = ''; - break; + $table->data[($i + 1)][3] = '
'; + $table->data[($i + 1)][3] .= '('; + $table->data[($i + 1)][3] .= html_print_input_text( + 'left_'.$idLayoutData, + $layoutData['pos_x'], + '', + 2, + 5, + true, + $readonly + ); + $table->data[($i + 1)][3] .= ','; + $table->data[($i + 1)][3] .= html_print_input_text( + 'top_'.$idLayoutData, + $layoutData['pos_y'], + '', + 2, + 5, + true, + $readonly + ); + $table->data[($i + 1)][3] .= ')'; + $table->data[($i + 1)][3] .= '
'; - default: - $table->data[($i + 1)][3] = '( '.html_print_input_text('left_'.$idLayoutData, $layoutData['pos_x'], '', 2, 5, true).' , '.html_print_input_text('top_'.$idLayoutData, $layoutData['pos_y'], '', 2, 5, true).' )'; - break; - } - - - // Parent + // Parent. switch ($layoutData['type']) { case BOX_ITEM: case NETWORK_LINK: @@ -517,39 +598,57 @@ foreach ($layoutDatas as $layoutData) { break; default: - $table->data[($i + 1)][4] = html_print_select( + $table->data[($i + 1)][4] = '
'.html_print_select( $parents, 'parent_'.$idLayoutData, $layoutData['parent_item'], '', __('None'), 0, - true - ); + true, + false, + true, + '', + false, + 'width: 100%;' + ).'
'; + break; } - // Delete row button - if (!defined('METACONSOLE')) { - $url_delete = 'index.php?'.'sec=network&'.'sec2=godmode/reporting/visual_console_builder&'.'tab='.$activeTab.'&'.'action=delete&'.'id_visual_console='.$visualConsole['id'].'&'.'id_element='.$idLayoutData; - } else { - $url_delete = 'index.php?'.'operation=edit_visualmap&'.'sec=screen&'.'sec2=screens/screens&'.'action=visualmap&'.'pure='.(int) get_parameter('pure', 0).'&'.'tab=list_elements&'.'action2=delete&'.'id_visual_console='.$visualConsole['id'].'&'.'id_element='.$idLayoutData; + // Delete row button. + $url_delete = 'index.php?sec=network&sec2=godmode/reporting/visual_console_builder'; + $url_delete .= '&tab='.$activeTab.'&action=delete'; + $url_delete .= '&id_visual_console='.$visualConsole['id'].'&id_element='.$idLayoutData; + if (is_metaconsole() === true) { + $url_delete = 'index.php?operation=edit_visualmap&sec=screen&sec2=screens/screens&action=visualmap'; + $url_delete .= '&pure='.(int) get_parameter('pure', 0); + $url_delete .= '&tab=list_elements&action2=delete'; + $url_delete .= '&id_visual_console='.$visualConsole['id'].'&id_element='.$idLayoutData; } - $table->data[($i + 1)][5] = ''; + $table->data[($i + 1)][5] = '
'; $table->data[($i + 1)][5] .= html_print_checkbox('multiple_delete_items', $idLayoutData, false, true); - $table->data[($i + 1)][5] .= ''.html_print_image('images/delete.svg', true, ['class' => 'main_menu_icon invert_filter']).''; + $table->data[($i + 1)][5] .= ''; + $table->data[($i + 1)][5] .= html_print_image( + 'images/delete.svg', + true, + ['class' => 'main_menu_icon invert_filter'] + ); + $table->data[($i + 1)][5] .= ''; $table->data[($i + 1)][5] .= html_print_input_hidden('updated_'.$idLayoutData, '0', true); $table->data[($i + 1)][5] .= html_print_input_hidden('rowtype_'.$idLayoutData, $layoutData['type'], true); + $table->data[($i + 1)][5] .= '
'; - // Second row + // Second row. $table->data[($i + 2)]['icon'] = ''; - - // Agent + // Agent. switch ($layoutData['type']) { case GROUP_ITEM: $own_info = get_user_info($config['id_user']); - if (!$own_info['is_admin'] && !check_acl($config['id_user'], 0, 'PM')) { + if ((bool) $own_info['is_admin'] === false + && (bool) check_acl($config['id_user'], 0, 'PM') === false + ) { $return_all_group = false; } else { $return_all_group = true; @@ -564,7 +663,12 @@ foreach ($layoutDatas as $layoutData) { '', '', 0, - true + true, + false, + false, + '', + false, + 'width:100%' ); break; @@ -579,24 +683,25 @@ foreach ($layoutDatas as $layoutData) { default: $cell_content_enterprise = false; - if (enterprise_installed()) { + if (enterprise_installed() === true) { $cell_content_enterprise = enterprise_visual_map_print_list_element('agent', $layoutData); } if ($cell_content_enterprise === false) { $params = []; $params['return'] = true; - $params['show_helptip'] = true; + $params['show_helptip'] = false; $params['size'] = 20; $params['input_name'] = 'agent_'.$idLayoutData; $params['javascript_is_function_select'] = true; $params['selectbox_id'] = 'module_'.$idLayoutData; - if (defined('METACONSOLE')) { + if (is_metaconsole() === true) { $params['javascript_ajax_page'] = '../../ajax.php'; $params['disabled_javascript_on_blur_function'] = true; $params['print_input_id_server'] = true; - $params['input_id_server_id'] = $params['input_id_server_name'] = 'id_server_id_'.$idLayoutData; + $params['input_id_server_id'] = 'id_server_id_'.$idLayoutData; + $params['input_id_server_name'] = 'id_server_id_'.$idLayoutData; $params['input_id_server_value'] = $layoutData['id_metaconsole']; $params['metaconsole_enabled'] = true; $params['print_hidden_input_idagent'] = true; @@ -616,7 +721,7 @@ foreach ($layoutDatas as $layoutData) { $params['value'] = db_get_value('alias', 'tagente', 'id_agente', $layoutData['id_agent']); } - if ($layoutData['id_custom_graph'] != 0) { + if ((int) $layoutData['id_custom_graph'] !== 0) { $table->data[($i + 2)][0] = __('Custom graph'); } else { $table->data[($i + 2)][0] = ui_print_agent_autocomplete_input($params); @@ -627,8 +732,7 @@ foreach ($layoutDatas as $layoutData) { break; } - - // Module + // Module. switch ($layoutData['type']) { case ICON: case LABEL: @@ -642,21 +746,21 @@ foreach ($layoutDatas as $layoutData) { default: if ($layoutData['id_layout_linked'] != 0) { - // It is a item that links with other visualmap + // It is a item that links with other visualmap. $table->data[($i + 2)][1] = ''; break; } $cell_content_enterprise = false; - if (enterprise_installed()) { + if (enterprise_installed() === true) { $cell_content_enterprise = enterprise_visual_map_print_list_element('module', $layoutData); } if ($cell_content_enterprise === false) { - if (!defined('METACONSOLE')) { + if (is_metaconsole() === false) { $modules = agents_get_modules($layoutData['id_agent']); } else { - if ($layoutData['id_agent'] != 0) { + if ((int) $layoutData['id_agent'] !== 0) { $server = db_get_row('tmetaconsole_setup', 'id', $layoutData['id_metaconsole']); if (metaconsole_connect($server) == NOERR) { $modules = agents_get_modules($layoutData['id_agent']); @@ -668,7 +772,7 @@ foreach ($layoutDatas as $layoutData) { $modules = io_safe_output($modules); if ($layoutData['id_custom_graph'] != 0) { - if (is_metaconsole()) { + if (is_metaconsole() === true) { $graphs = []; $graphs = metaconsole_get_custom_graphs(true); $table->data[($i + 2)][1] = html_print_select( @@ -678,7 +782,12 @@ foreach ($layoutDatas as $layoutData) { '', __('None'), 0, - true + true, + false, + true, + '', + false, + 'width:100%' ); } else { $table->data[($i + 2)][1] = html_print_select_from_sql( @@ -688,7 +797,11 @@ foreach ($layoutDatas as $layoutData) { '', __('None'), 0, - true + true, + false, + true, + false, + 'width:100%' ); } } else { @@ -704,7 +817,7 @@ foreach ($layoutDatas as $layoutData) { true, '', false, - 'width: 120px' + 'width: 100%' ); } } else { @@ -713,16 +826,17 @@ foreach ($layoutDatas as $layoutData) { break; } - // Empty + // Empty. $table->data[($i + 2)][2] = ''; - // Period + // Period. switch ($layoutData['type']) { case MODULE_GRAPH: case SIMPLE_VALUE_MAX: case SIMPLE_VALUE_MIN: case SIMPLE_VALUE_AVG: - $table->data[($i + 2)][3] = html_print_extended_select_for_time( + $table->data[($i + 2)][3] .= '
'; + $table->data[($i + 2)][3] .= html_print_extended_select_for_time( 'period_'.$idLayoutData, $layoutData['period'], '', @@ -731,6 +845,7 @@ foreach ($layoutDatas as $layoutData) { 10, true ); + $table->data[($i + 2)][3] .= '
'; break; default: @@ -738,7 +853,7 @@ foreach ($layoutDatas as $layoutData) { break; } - // Map linked + // Map linked. switch ($layoutData['type']) { case NETWORK_LINK: case LINE_ITEM: @@ -761,9 +876,8 @@ foreach ($layoutDatas as $layoutData) { true, false, true, - '', false, - 'width: 120px' + 'width:100%' ); break; } diff --git a/pandora_console/godmode/servers/modificar_server.php b/pandora_console/godmode/servers/modificar_server.php index e4c5d7aa09..1c3e90c84e 100644 --- a/pandora_console/godmode/servers/modificar_server.php +++ b/pandora_console/godmode/servers/modificar_server.php @@ -34,7 +34,7 @@ require_once $config['homedir'].'/include/functions_graph.php'; check_login(); -if (! check_acl($config['id_user'], 0, 'AW')) { +if (! check_acl($config['id_user'], 0, 'PM')) { db_pandora_audit( AUDIT_LOG_ACL_VIOLATION, 'Trying to access Server Management' diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index 348f98b31d..d3b0a497ba 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -597,7 +597,7 @@ if (enterprise_installed() === true) { $config['custom_splash_login'], '', __('Default'), - 'default', + 'default.png', true, false, true, @@ -1301,10 +1301,9 @@ $table_chars->data[$row][] = html_print_label_input_block( 'content' => html_print_div( [ 'class' => '', - 'content' => __('Area').' '.html_print_radio_button( + 'content' => __('Area').' '.html_print_checkbox_switch( 'type_module_charts', 'area', - '', $config['type_module_charts'] == 'area', true ), @@ -1313,10 +1312,9 @@ $table_chars->data[$row][] = html_print_label_input_block( ).html_print_div( [ 'class' => '', - 'content' => __('Line').' '.html_print_radio_button( + 'content' => __('Line').' '.html_print_checkbox_switch( 'type_module_charts', 'line', - '', $config['type_module_charts'] != 'area', true ), diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index f2aa2b1890..c0fef7bec0 100755 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -786,7 +786,7 @@ if ($create_alert || $update_alert) { 2, 2, $custom_value, - 'class="w100p" required="required"', + 'class="w100p"', true ) ); @@ -806,7 +806,7 @@ if ($create_alert || $update_alert) { 255, true, false, - true + false ) ); echo ''; diff --git a/pandora_console/godmode/users/configure_token.php b/pandora_console/godmode/users/configure_token.php index 6b2f796edf..45cc887b4d 100644 --- a/pandora_console/godmode/users/configure_token.php +++ b/pandora_console/godmode/users/configure_token.php @@ -122,7 +122,7 @@ $table->data[1][1] = html_print_input_text( 50, 255, true -); +).html_print_input_hidden('today_date', date('Y-m-d'), true); $table->data[1][2] = __('Expiration Time'); $table->data[1][3] = html_print_input_text( @@ -132,9 +132,9 @@ $table->data[1][3] = html_print_input_text( 50, 255, true -); +).html_print_input_hidden('today_time', date('H:i:s'), true); -echo ''; +echo ''; html_print_table($table); @@ -143,7 +143,7 @@ $actionButtons = []; if (empty($id_token) === true) { $actionButtons[] = html_print_submit_button( __('Create'), - 'crt', + 'next', false, ['icon' => 'wand'], true @@ -152,7 +152,7 @@ if (empty($id_token) === true) { } else { $actionButtons[] = html_print_submit_button( __('Update'), - 'upd', + 'next', false, ['icon' => 'update'], true @@ -201,4 +201,41 @@ ui_require_jquery_file('ui.datepicker-'.get_user_language(), 'include/javascript closeText: '' }); }); + + function errordate() { + confirmDialog({ + title: "", + message: "", + hideCancelButton: true, + }); + } + + $('#button-next').on('click', function() { + event.preventDefault(); + var date = $('#text-date-expiration').val(); + var time = date+' '+$('#text-time-expiration').val(); + if (date !== '' && $('#text-time-expiration').val() !== '') { + if (date < $('#hidden-today_date').val() || time < $('#hidden-today_date').val()+' '+$('#hidden-today_time').val()) { + errordate(); + } else{ + $('#form_token').submit(); + } + } else if (date !== '' && time === ' ') { + if (date < $('#hidden-today_date').val()) { + errordate(); + } else{ + $('#form_token').submit(); + } + } else if (date === '' && time !== ' ') { + errordate(); + } else if (date !== '' && $('#text-time-expiration').val() === '') { + if (date < $('#hidden-today_date').val()) { + errordate(); + } else{ + $('#form_token').submit(); + } + }else { + $('#form_token').submit(); + } + }) diff --git a/pandora_console/godmode/users/token_list.php b/pandora_console/godmode/users/token_list.php index f8c198e3b1..27d93076b9 100644 --- a/pandora_console/godmode/users/token_list.php +++ b/pandora_console/godmode/users/token_list.php @@ -77,10 +77,13 @@ if ($create_token === true || $update_token === true) { $expirationDate = get_parameter('date-expiration', null); $expirationTime = get_parameter('time-expiration', null); $validity = null; + if (empty($expirationDate) === false) { $validity = $expirationDate; if (empty($expirationTime) === false) { $validity .= ' '.$expirationTime; + } else { + $validity .= ' 23:59:59'; } } diff --git a/pandora_console/include/ajax/alert_list.ajax.php b/pandora_console/include/ajax/alert_list.ajax.php index 23b8197297..a213541ee7 100644 --- a/pandora_console/include/ajax/alert_list.ajax.php +++ b/pandora_console/include/ajax/alert_list.ajax.php @@ -331,7 +331,7 @@ if ($show_update_action_menu) { false, '', false, - false + true ); $data .= ''; $data .= ''; diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 86787142d4..37fac4ccac 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1929,13 +1929,13 @@ if (check_login()) { ); } - + // Search module name. if (empty($search) === false) { - $where .= ' AND tagente_modulo.nombre LIKE "%%'.$search.'%%"'; + $where .= ' AND tagente_modulo.nombre LIKE "%%'.io_safe_output($search).'%%"'; } if (empty($search_agent) === false) { - $where .= ' AND tagente.alias LIKE "%%'.$search_agent.'%%"'; + $where .= ' AND tagente.alias LIKE "%%'.io_safe_output($search_agent).'%%"'; } if (str_contains($status, '6') === true) { diff --git a/pandora_console/include/class/CalendarManager.class.php b/pandora_console/include/class/CalendarManager.class.php index b5ef6456a7..4c15b6f874 100644 --- a/pandora_console/include/class/CalendarManager.class.php +++ b/pandora_console/include/class/CalendarManager.class.php @@ -210,6 +210,17 @@ class CalendarManager if ($op === 'edit' && $action === '') { $tab = 'list_edit'; + $buttons['list_edit'] = [ + 'active' => false, + 'text' => ''.html_print_image( + 'images/edit.svg', + true, + [ + 'title' => __('Edit calendar'), + 'class' => 'main_menu_icon invert_filter', + ] + ).'', + ]; } $buttons[$tab]['active'] = true; diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 317a54dcf2..d4928c2d05 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -22,7 +22,7 @@ use DI\ContainerBuilder; /* * Pandora build version and version */ -$build_version = 'PC240415'; +$build_version = 'PC240423'; $pandora_version = 'v7.0NG.776'; // Do not overwrite default timezone set if defined. diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index e3418a0f48..083fda60d8 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -1006,10 +1006,10 @@ function get_parameter($name, $default='') function get_parameter_date($name, $default='', $date_format='Y/m/d') { - // TODO: Configure default value. $date_end = get_parameter('date_end', 0); $time_end = get_parameter('time_end'); $datetime_end = strtotime($date_end.' '.$time_end); + $date_none = get_parameter($name, $default); $custom_date = get_parameter('custom_date', 0); $range = get_parameter($name, SECONDS_1DAY); @@ -1055,6 +1055,9 @@ function get_parameter_date($name, $default='', $date_format='Y/m/d') $date_init = $first_of_week; $period = (strtotime($date_end) - strtotime($first_of_week)); } + } else if ($date_none === 'none') { + // Prioritize the report item period based on the current local date/time. + $date_end = date('Y/m/d H:i:s'); } else { $date_end = date('Y/m/d H:i:s'); $date_init = date('Y/m/d H:i:s', (strtotime($date_end) - $range)); @@ -4419,7 +4422,18 @@ function generator_chart_to_pdf( $browserFactory = new BrowserFactory($chromium_dir); // Starts headless chrome. - $browser = $browserFactory->createBrowser(['noSandbox' => true]); + $browser = $browserFactory->createBrowser( + [ + 'noSandbox' => true, + 'customFlags' => [ + '--disable-dev-shm-usage', + '--disable-gpu', + '--disable-web-security', + '--font-render-hinting=medium', + ], + 'ignoreCertificateErrors' => true, + ] + ); // Creates a new page. $page = $browser->createPage(); diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 856d91575c..6e6068f386 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -1675,8 +1675,15 @@ function events_get_all( } if (!$user_is_admin && users_can_manage_group_all('ER') === false) { - if (str_contains($fields[0], 'te.id_grupo') === false) { - $fields[0] .= ', te.id_grupo'; + $exists_id_grupo = false; + foreach ($fields as $field) { + if (str_contains($field, 'te.id_grupo') === true || str_contains($field, 'te.*') === true) { + $exists_id_grupo = true; + } + } + + if ($exists_id_grupo === false) { + $fields[] = 'te.id_grupo'; } } diff --git a/pandora_console/include/functions_groups.php b/pandora_console/include/functions_groups.php index 1cce0ec199..5dd99ebce9 100644 --- a/pandora_console/include/functions_groups.php +++ b/pandora_console/include/functions_groups.php @@ -1653,42 +1653,46 @@ function groups_monitor_fired_alerts($group_array) function groups_monitor_alerts_total_counters($group_array, $secondary_group=true) { - // If there are not groups to query, we jump to nextone + // If there are not groups to query, we jump to nextone. $default_total = [ 'total' => 0, 'fired' => 0, ]; - if (empty($group_array)) { + + if (empty($group_array) === true) { return $default_total; - } else if (!is_array($group_array)) { + } else if (is_array($group_array) === false) { $group_array = [$group_array]; } $group_clause = implode(',', $group_array); if ($secondary_group === true) { - $group_clause = "(tasg.id_group IN ($group_clause) OR ta.id_grupo IN ($group_clause))"; + $group_clause = '(tagent_secondary_group.id_group IN ('.$group_clause.') OR tagente.id_grupo IN ('.$group_clause.'))'; } else { - $group_clause = "(ta.id_grupo IN ($group_clause))"; + $group_clause = '(tagente.id_grupo IN ('.$group_clause.'))'; } - $sql = 'SELECT - COUNT(tatm.id) AS total, - SUM(IF(tatm.times_fired > 0, 1, 0)) AS fired - FROM talert_template_modules tatm - INNER JOIN tagente_modulo tam - ON tatm.id_agent_module = tam.id_agente_modulo - INNER JOIN tagente ta - ON ta.id_agente = tam.id_agente - WHERE ta.id_agente IN ( - SELECT ta.id_agente - FROM tagente ta'; + $sql_join_secondary_group = ''; if ($secondary_group === true) { - $sql .= ' LEFT JOIN tagent_secondary_group tasg ON ta.id_agente = tasg.id_agent'; + $sql_join_secondary_group = 'LEFT JOIN tagent_secondary_group ON tagente.id_agente = tagent_secondary_group.id_agent'; } - $sql .= " WHERE ta.disabled = 0 - AND $group_clause - ) AND tam.disabled = 0"; + $sql = sprintf( + 'SELECT + COUNT(talert_template_modules.id) AS total, + SUM(IF(talert_template_modules.times_fired > 0, 1, 0)) AS fired + FROM talert_template_modules + INNER JOIN tagente_modulo + ON talert_template_modules.id_agent_module = tagente_modulo.id_agente_modulo + INNER JOIN tagente + ON tagente.id_agente = tagente_modulo.id_agente + %s + WHERE tagente.disabled = 0 + AND tagente_modulo.disabled = 0 + AND %s', + $sql_join_secondary_group, + $group_clause + ); $alerts = db_get_row_sql($sql); @@ -2697,7 +2701,7 @@ function tactical_groups_get_stats_alerts($id_groups, $data='') global $config; if ($data === '') { - $alerts = groups_monitor_alerts_total_counters($id_groups, false); + $alerts = groups_monitor_alerts_total_counters($id_groups, true); $data = [ 'monitor_alerts' => $alerts['total'], 'monitor_alerts_fired' => $alerts['fired'], diff --git a/pandora_console/include/functions_groupview.php b/pandora_console/include/functions_groupview.php index 9c1ae5841c..a8ae938099 100644 --- a/pandora_console/include/functions_groupview.php +++ b/pandora_console/include/functions_groupview.php @@ -84,6 +84,7 @@ function groupview_get_modules_counters($groups_ids=false) INNER JOIN $table_sec tasg ON ta.id_agente = tasg.id_agent WHERE tasg.id_group IN ($groups_ids) + AND ta.disabled = 0 GROUP BY tasg.id_group ) x GROUP BY g"; $data = db_get_all_rows_sql($sql); diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index a3a46dbc52..bee6de0c11 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -774,6 +774,7 @@ function html_print_select( $order=false, $custom_id=null, $placeholder='', + $select2_container_class=false ) { $output = "\n"; @@ -1190,6 +1191,12 @@ function html_print_select( $output .= ''; } + if ($select2_container_class !== false) { + $output .= ''; + } + if ($return) { return $output; } @@ -6616,7 +6623,12 @@ function html_print_input($data, $wrapper='div', $input_only=false) false, true, true, - true + true, + '', + false, + null, + '', + 'select2-multiselect-widget-width select2-multiselect-text-wrap' ); $output .= ''; @@ -6684,7 +6696,12 @@ function html_print_input($data, $wrapper='div', $input_only=false) false, true, true, - true + true, + '', + false, + null, + '', + 'select2-multiselect-widget-width select2-multiselect-text-wrap' ); $output .= ''; diff --git a/pandora_console/include/functions_inventory.php b/pandora_console/include/functions_inventory.php index fb7f9e8323..e710039e85 100644 --- a/pandora_console/include/functions_inventory.php +++ b/pandora_console/include/functions_inventory.php @@ -1053,6 +1053,154 @@ function get_data_basic_info_sql($params, $count=false) } +function get_inventory_basic_info_sql($params, $count=false) +{ + $table = 'tagente'; + if (is_metaconsole() === true) { + $table = 'tmetaconsole_agent'; + } + + $where = 'WHERE 1=1 '; + if ($params['id_agent'] > 0) { + $where .= sprintf(' AND %s.id_agente = %d', $table, $params['id_agent']); + } + + if ($params['status'] >= 0) { + $where .= sprintf(' AND %s.disabled = %d', $table, $params['status']); + } + + if ($params['id_group'] > 0) { + $where .= sprintf(' AND id_grupo = %d', $params['id_group']); + } else { + global $config; + $user_groups = implode(',', array_keys(users_get_groups($config['id_user']))); + // Avoid errors if there are no groups. + if (empty($user_groups) === true) { + $user_groups = '"0"'; + } + + $where .= sprintf(' AND id_grupo IN (%s)', $user_groups); + } + + if ($params['search'] > 0) { + $where .= sprintf( + ' AND ( REPLACE(alias, " ", " ") LIKE "%%%s%%" )', + $params['search'] + ); + } + + if ($params['utimestamp'] > 0) { + $where .= sprintf( + ' AND UNIX_TIMESTAMP(ultimo_contacto) BETWEEN %d AND %d', + ($params['utimestamp'] - $params['period']), + $params['utimestamp'] + ); + } + + if ($params['order'] > 0) { + $str_split = explode(' ', $params['order']); + switch ($str_split[0]) { + case 'alias': + $params['order'] = 'alias '.$str_split[1]; + break; + + case 'ip': + $params['order'] = 'direccion '.$str_split[1]; + break; + + case 'secondoaryIp': + $params['order'] = 'fixed_ip '.$str_split[1]; + break; + + case 'group': + $params['order'] = 'id_grupo '.$str_split[1]; + break; + + case 'description': + $params['order'] = 'comentarios '.$str_split[1]; + break; + + case 'os': + $params['order'] = 'id_os '.$str_split[1]; + break; + + case 'interval': + $params['order'] = 'intervalo '.$str_split[1]; + break; + + case 'lastContact': + $params['order'] = 'ultimo_contacto '.$str_split[1]; + break; + + default: + $params['order'] = 'alias '.$str_split[1]; + break; + } + } + + $limit_condition = ''; + $order_condition = ''; + $groupby = ''; + + if (is_metaconsole() === true) { + $fields = 'tmetaconsole_agent.*'; + } else { + $fields = 'tagente.*'; + } + + if ($count !== true) { + $limit_condition = sprintf( + 'LIMIT %d, %d', + $params['start'], + $params['length'] + ); + + $order_condition = sprintf('ORDER BY %s', $params['order']); + } else { + $fields = 'COUNT(*)'; + } + + $groupby = 'GROUP BY '.$table.'.id_agente'; + + $sql = sprintf( + 'SELECT %s + FROM %s + %s + %s + %s + %s + %s', + $fields, + $table, + $innerjoin, + $where, + $groupby, + $order_condition, + $limit_condition + ); + + $sql_count = sprintf( + 'SELECT COUNT(*) + FROM (%s) AS sub_sql', + $sql + ); + + if ($count !== true) { + $result = db_get_all_rows_sql($sql); + if ($result === false) { + $result = []; + } + } else { + $result = db_get_sql($sql_count); + if ($result === false) { + $result = 0; + } + } + + return $result; +} + + function inventory_get_dates($module_inventory_name, $inventory_agent, $inventory_id_group) { $sql = 'SELECT tagente_datos_inventory.utimestamp, diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 27ea241de8..71ac93dc19 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -205,14 +205,21 @@ function reporting_make_reporting_data( $contents = io_safe_output($report['contents']); } else { $report = io_safe_output(db_get_row('treport', 'id_report', $id_report)); - $contents = io_safe_output( - db_get_all_rows_field_filter( - 'treport_content', - 'id_report', - $id_report, - db_escape_key_identifier('order') - ) + + $contents = db_get_all_rows_field_filter( + 'treport_content', + 'id_report', + $id_report, + db_escape_key_identifier('order') ); + + foreach ($contents as $key_content => $content) { + foreach ($content as $key_item => $item) { + if ($key_item !== 'macros_definition') { + $contents[$key_content][$key_item] = io_safe_output($item); + } + } + } } $datetime = strtotime($date.' '.$time); @@ -5772,10 +5779,17 @@ function reporting_custom_render($report, $content, $type='dinamic', $pdf=0) if (isset($content['macros_definition']) === true && empty($content['macros_definition']) === false ) { - $macros = json_decode( - io_safe_output($content['macros_definition']), - true - ); + $macros = json_decode($content['macros_definition'], true); + if ($macros === null && json_last_error() !== JSON_ERROR_NONE) { + $return['data'] = ui_print_error_message( + __('Error decoded json macros definition'), + '', + true + ); + + return reporting_check_structure_content($return); + } + if (empty($macros) === false && is_array($macros) === true) { foreach ($macros as $key_macro => $data_macro) { switch ($data_macro['type']) { @@ -5784,7 +5798,7 @@ function reporting_custom_render($report, $content, $type='dinamic', $pdf=0) $patterns[] = addslashes( '/_'.$data_macro['name'].'_/' ); - $substitutions[] = $data_macro['value']; + $substitutions[] = io_safe_output($data_macro['value']); break; case 1: @@ -5800,7 +5814,7 @@ function reporting_custom_render($report, $content, $type='dinamic', $pdf=0) $error_reporting = error_reporting(); error_reporting(0); $value_query = db_get_value_sql( - trim($data_macro['value'], ';') + trim(io_safe_output($data_macro['value']), ';') ); if ($value_query === false) { @@ -5826,7 +5840,7 @@ function reporting_custom_render($report, $content, $type='dinamic', $pdf=0) $error_reporting = error_reporting(); error_reporting(0); $data_query = db_get_all_rows_sql( - trim($data_macro['value'], ';') + trim(io_safe_output($data_macro['value']), ';') ); error_reporting($error_reporting); diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 03c920f577..67415900b5 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -3693,7 +3693,7 @@ function reporting_html_group_report($table, $item, $pdf=0) if ((int) $ttl === 2) { $out .= ''; + $out .= '
'; } $out .= pie_graph($data, $options); @@ -3735,7 +3735,7 @@ function reporting_html_group_report($table, $item, $pdf=0) if ((int) $ttl === 2) { $out .= ''; + $out .= '
'; } $out .= pie_graph($data, $options); diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 640ccafc51..f60db0b560 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -436,7 +436,7 @@ function ui_print_message($message, $class='', $attributes='', $return=false, $t $_SESSION['info_box_count']++; } - $position = (20 + ((int) $_SESSION['info_box_count'] * 100)); + $position = (20 + (int) $_SESSION['info_box_count'] + 120); $output = html_print_div( [ @@ -3546,7 +3546,7 @@ function ui_print_status_sets( } if (empty($title) === false) { - $options['title'] = (empty($extra_info) === true) ? $title : $title.' '.$extra_info; + // $options['title'] = (empty($extra_info) === true) ? $title : $title.' '.$extra_info; $options['data-title'] = (empty($extra_info) === true) ? $title : $title.'
'.$extra_info; $options['data-use_title_for_force_title'] = 1; if (isset($options['class']) === true) { diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 9415862686..1fe95ae9a9 100755 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -4177,126 +4177,132 @@ function visual_map_create_internal_name_item( $idData='' ) { $text = ''; + switch ($type) { + case 'box_item': + case BOX_ITEM: + $text = __('Box'); + break; - if (empty($label)) { - switch ($type) { - case 'box_item': - case BOX_ITEM: - $text = __('Box'); - break; + case 'module_graph': + case MODULE_GRAPH: + $text = __('Module graph'); + break; - case 'module_graph': - case MODULE_GRAPH: - $text = __('Module graph'); - break; + case 'clock': + case CLOCK: + $text = __('Clock'); + break; - case 'clock': - case CLOCK: - $text = __('Clock'); - break; + case 'bars_graph': + case BARS_GRAPH: + $text = __('Bars graph'); + break; - case 'bars_graph': - case BARS_GRAPH: - $text = __('Bars graph'); - break; + case 'auto_sla_graph': + case AUTO_SLA_GRAPH: + $text = __('Event history graph'); + break; - case 'auto_sla_graph': - case AUTO_SLA_GRAPH: - $text = __('Event history graph'); - break; + case 'percentile_bar': + case PERCENTILE_BAR: + $text = __('Percentile bar'); + break; - case 'percentile_bar': - case PERCENTILE_BAR: - $text = __('Percentile bar'); - break; + case 'circular_progress_bar': + case CIRCULAR_PROGRESS_BAR: + $text = __('Circular progress bar'); + break; - case 'circular_progress_bar': - case CIRCULAR_PROGRESS_BAR: - $text = __('Circular progress bar'); - break; + case 'interior_circular_progress_bar': + case CIRCULAR_INTERIOR_PROGRESS_BAR: + $text = __('Circular progress bar (interior)'); + break; - case 'interior_circular_progress_bar': - case CIRCULAR_INTERIOR_PROGRESS_BAR: - $text = __('Circular progress bar (interior)'); - break; + case 'static_graph': + case STATIC_GRAPH: + $text = __('Static Image').' - '.$image; + break; - case 'static_graph': - case STATIC_GRAPH: - $text = __('Static Image').' - '.$image; - break; + case 'simple_value': + case SIMPLE_VALUE: + $text = __('Simple Value'); + break; - case 'simple_value': - case SIMPLE_VALUE: - $text = __('Simple Value'); - break; + case 'label': + case LABEL: + $text = __('Label'); + break; - case 'label': - case LABEL: - $text = __('Label'); - break; + case GROUP_ITEM: + case 'group_item': + $text = __('Group').' - '; + break; - case GROUP_ITEM: - case 'group_item': - $text = __('Group').' - '; - break; + case COLOR_CLOUD: + case 'color_cloud': + $text = __('Color cloud').' - '; + break; - case COLOR_CLOUD: - case 'color_cloud': - $text = __('Color cloud').' - '; - break; + case 'icon': + case ICON: + $text = __('Icon').' - '.$image; + break; - case 'icon': - case ICON: - $text = __('Icon').' - '.$image; - break; - } + case BASIC_CHART: + $text = __('Basic chart').' - '.$image; + break; - if (!empty($agent)) { - $text .= ' ('.ui_print_truncate_text($agent, 'agent_small', false); + case ODOMETER: + $text = __('Odometer').' - '.$image; + break; - $moduleName = io_safe_output(db_get_value('nombre', 'tagente_modulo', 'id_agente_modulo', $id_module)); - if (!empty($moduleName)) { - $text .= ' - '.ui_print_truncate_text($moduleName, 'module_small', false); - } - - $text .= ')'; - } - - $text .= ' ('.$idData.')'; - } else { - $text = $label; + default: + $text = __('Not assigned'); + break; } + if (!empty($agent)) { + $text .= ' ('.ui_print_truncate_text($agent, 'agent_small', false); + + $moduleName = io_safe_output(db_get_value('nombre', 'tagente_modulo', 'id_agente_modulo', $id_module)); + if (!empty($moduleName)) { + $text .= ' - '.ui_print_truncate_text($moduleName, 'module_small', false); + } + + $text .= ')'; + } + + $text .= ' ('.$idData.')'; + return io_safe_output($text); } function visual_map_get_items_parents($idVisual) { - // Avoid the sort by 'label' in the query cause oracle cannot sort by columns with CLOB type $items = db_get_all_rows_filter('tlayout_data', ['id_layout' => $idVisual]); - if ($items == false) { - $items = []; - } else { - // Sort by label - sort_by_column($items, 'label'); - } $return = []; foreach ($items as $item) { + if ($item['type'] == LINE_ITEM) { + continue; + } + $agent = null; if ($item['id_agent'] != 0) { $agent = io_safe_output(agents_get_alias($item['id_agent'])); } - $return[$item['id']] = visual_map_create_internal_name_item( - $item['label'], + $text = visual_map_create_internal_name_item( + ($item['type'] != COLOR_CLOUD) ? $item['label'] : null, $item['type'], $item['image'], $agent, $item['id_agente_modulo'], $item['id'] ); + + $return[$item['id']] = $text; } return $return; diff --git a/pandora_console/include/functions_welcome_wizard.php b/pandora_console/include/functions_welcome_wizard.php index 249fa53e20..8967789999 100644 --- a/pandora_console/include/functions_welcome_wizard.php +++ b/pandora_console/include/functions_welcome_wizard.php @@ -43,7 +43,7 @@ function create_module_latency_goliat($id_agent, $module_name, $id_group, $url_search, $string_search='') { if ($string_search !== '') { - $str_search = 'check_string '.$string_search.''; + $str_search = "check_string $string_search"; } include_once 'include/functions_modules.php'; @@ -65,11 +65,7 @@ function create_module_latency_goliat($id_agent, $module_name, $id_group, $url_s 'id_export' => '0', 'plugin_user' => '', 'plugin_pass' => '0', - 'plugin_parameter' => 'task_begin -get '.$url_search.' -resource 1 -'.$str_search.' -task_end', + 'plugin_parameter' => io_safe_input("task_begin\nget $url_search\nresource 1\n$str_search\ntask_end\n"), 'id_plugin' => '0', 'post_process' => '0', 'prediction_module' => '0', @@ -137,7 +133,7 @@ task_end', function create_module_status_goliat($id_agent, $module_name, $id_group, $url_search, $string_search='') { if ($string_search !== '') { - $str_search = 'check_string '.$string_search.' '; + $str_search = "check_string $string_search"; } include_once 'include/functions_modules.php'; @@ -157,13 +153,9 @@ function create_module_status_goliat($id_agent, $module_name, $id_group, $url_se 'tcp_rcv' => '', 'tcp_send' => '', 'id_export' => '0', - 'plugin_user' => '', - 'plugin_pass' => '0', - 'plugin_parameter' => 'task_begin -get '.$url_search.' -resource 1 -'.$str_search.' -task_end', + 'plugin_user' => io_safe_input('Pandora FMS / Webcheck'), + 'plugin_pass' => '1', + 'plugin_parameter' => io_safe_input("task_begin\nget $url_search\nresource 1\n$str_search\ntask_end\n"), 'id_plugin' => '0', 'post_process' => '0', 'prediction_module' => '0', diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index 435ac8dded..174d43ede0 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -92,7 +92,7 @@ if (empty($file) === true || empty($hash) === true || $hash !== md5($file_raw.$c break; case $main_collections: - $downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/attachment/collection/'.$file; + $downloadable_file = io_safe_output($config['attachment_store']).'/collection/'.$file; break; case 'godmode/setup/file_manager': diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index 0ddc26c102..ad17d670a2 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -1490,7 +1490,12 @@ function defineTinyMCEDark(selector) { { text: "C#", value: "csharp" }, { text: "C++", value: "cpp" } ], - toolbar: defaultToolbar + toolbar: defaultToolbar, + content_style: ` + body { + color: #fff; + } + ` }); } diff --git a/pandora_console/include/javascript/pandora_events.js b/pandora_console/include/javascript/pandora_events.js index fc8f4dd3dc..fd20082b9c 100644 --- a/pandora_console/include/javascript/pandora_events.js +++ b/pandora_console/include/javascript/pandora_events.js @@ -1345,7 +1345,7 @@ function check_event_sound(settings) { let element_time = $(this) .children(".li-hidden") .val(); - let obj_time = new Date(element_time); + let obj_time = new Date(element_time * 1000); let current_dt = new Date(); let timestamp = current_dt.getTime() - obj_time.getTime(); timestamp = timestamp / 1000; @@ -1427,7 +1427,7 @@ function check_event_sound(settings) { li.insertAdjacentHTML( "beforeend", '' ); $("#tabs-sound-modal .elements-discovered-alerts ul").prepend(li); diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo index 6adf6a7dec..087021de1b 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 f3033f14f9..b76cd2d1dd 100644 --- a/pandora_console/include/languages/es.po +++ b/pandora_console/include/languages/es.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-12 11:19+0100\n" -"PO-Revision-Date: 2024-03-12 11:39+0100\n" +"PO-Revision-Date: 2024-04-01 12:24+0200\n" "Last-Translator: Laura Cano \n" "Language-Team: Spanish\n" "Language: es\n" @@ -24,8 +24,7 @@ msgstr "" msgid "%s registered consoles" msgstr "%s consolas registradas" -#: ../../views/consoles/list.php:40 -#: ../../enterprise/meta/advanced/servers.build_table.php:44 +#: ../../views/consoles/list.php:40 ../../enterprise/meta/advanced/servers.build_table.php:44 #: ../../enterprise/meta/advanced/policymanager.apply.php:200 #: ../../enterprise/godmode/servers/new_HA_cluster.php:90 #: ../../enterprise/godmode/servers/HA_cluster.php:120 @@ -35,15 +34,14 @@ msgstr "%s consolas registradas" #: ../../enterprise/godmode/servers/manage_export_form.php:85 #: ../../enterprise/godmode/servers/list_satellite.php:37 ../../godmode/menu.php:408 #: ../../godmode/setup/license.php:438 ../../godmode/setup/os_version.php:239 -#: ../../godmode/setup/os.php:132 -#: ../../godmode/reporting/visual_console_builder.wizard.php:371 +#: ../../godmode/setup/os.php:132 ../../godmode/reporting/visual_console_builder.wizard.php:371 #: ../../godmode/servers/modificar_server.php:174 #: ../../godmode/servers/modificar_server.php:332 #: ../../godmode/servers/modificar_server.php:351 #: ../../godmode/servers/modificar_server.php:406 -#: ../../godmode/servers/plugin_registration.php:73 -#: ../../godmode/servers/plugin.php:333 ../../godmode/servers/plugin.php:410 -#: ../../godmode/servers/plugin.php:855 ../../mobile/include/functions_web.php:28 +#: ../../godmode/servers/plugin_registration.php:73 ../../godmode/servers/plugin.php:333 +#: ../../godmode/servers/plugin.php:410 ../../godmode/servers/plugin.php:855 +#: ../../mobile/include/functions_web.php:28 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:372 msgid "Servers" msgstr "Servidores" @@ -55,12 +53,9 @@ msgstr "ID de consola" #: ../../views/consoles/list.php:70 ../../views/calendar/list.php:98 #: ../../views/calendar/special_days_edit.php:138 ../../views/calendar/edit.php:112 #: ../../views/cluster/list.php:70 ../../views/ITSM/ITSMTicketDetailView.php:207 -#: ../../views/ITSM/ITSMTicketDetailView.php:285 -#: ../../views/ITSM/ITSMTicketDetailView.php:352 -#: ../../views/ITSM/ITSMTicketEditView.php:229 -#: ../../enterprise/views/ncm/devices/list.php:126 -#: ../../enterprise/views/ipam/sites/list.php:47 -#: ../../enterprise/views/ipam/sites/edit.php:71 +#: ../../views/ITSM/ITSMTicketDetailView.php:285 ../../views/ITSM/ITSMTicketDetailView.php:352 +#: ../../views/ITSM/ITSMTicketEditView.php:229 ../../enterprise/views/ncm/devices/list.php:126 +#: ../../enterprise/views/ipam/sites/list.php:47 ../../enterprise/views/ipam/sites/edit.php:71 #: ../../enterprise/meta/advanced/collections.data.php:465 #: ../../enterprise/meta/advanced/collections.php:406 #: ../../enterprise/meta/include/functions_autoprovision.php:496 @@ -243,8 +238,7 @@ msgstr "ID de consola" #: ../../enterprise/tools/ipam/ipam_supernet_config.php:61 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:820 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:1202 -#: ../../enterprise/tools/ipam/ipam_list.php:59 -#: ../../enterprise/tools/ipam/ipam_list.php:696 +#: ../../enterprise/tools/ipam/ipam_list.php:59 ../../enterprise/tools/ipam/ipam_list.php:696 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:488 #: ../../enterprise/tools/ipam/ipam_vlan_network.php:40 #: ../../enterprise/tools/ipam/ipam_excel.php:138 @@ -263,9 +257,8 @@ msgstr "ID de consola" #: ../../godmode/modules/manage_inventory_modules_form.php:128 #: ../../godmode/modules/module_list.php:100 #: ../../godmode/modules/manage_network_templates.php:249 -#: ../../godmode/groups/configure_group.php:258 -#: ../../godmode/groups/group_list.php:1041 ../../godmode/users/user_list.php:519 -#: ../../godmode/agentes/agent_template.php:276 +#: ../../godmode/groups/configure_group.php:258 ../../godmode/groups/group_list.php:1041 +#: ../../godmode/users/user_list.php:519 ../../godmode/agentes/agent_template.php:276 #: ../../godmode/agentes/inventory_manager.php:238 #: ../../godmode/agentes/modificar_agente.php:709 #: ../../godmode/agentes/planned_downtime.list.php:734 @@ -273,25 +266,20 @@ msgstr "ID de consola" #: ../../godmode/agentes/pandora_networkmap_empty.editor.php:170 #: ../../godmode/agentes/agent_manager.php:640 #: ../../godmode/agentes/module_manager_editor_common.php:1059 -#: ../../godmode/agentes/module_manager.php:711 -#: ../../godmode/netflow/nf_item_list.php:175 -#: ../../godmode/snmpconsole/snmp_alert.php:769 -#: ../../godmode/snmpconsole/snmp_alert.php:1910 +#: ../../godmode/agentes/module_manager.php:711 ../../godmode/netflow/nf_item_list.php:175 +#: ../../godmode/snmpconsole/snmp_alert.php:769 ../../godmode/snmpconsole/snmp_alert.php:1910 #: ../../godmode/snmpconsole/snmp_filters.php:203 #: ../../godmode/snmpconsole/snmp_filters.php:313 #: ../../godmode/massive/massive_edit_plugins.php:494 #: ../../godmode/massive/massive_edit_agents.php:805 #: ../../godmode/massive/massive_edit_modules.php:855 #: ../../godmode/alerts/configure_alert_command.php:283 -#: ../../godmode/alerts/alert_commands.php:1004 -#: ../../godmode/alerts/alert_templates.php:45 +#: ../../godmode/alerts/alert_commands.php:1004 ../../godmode/alerts/alert_templates.php:45 #: ../../godmode/alerts/configure_alert_template.php:1223 #: ../../godmode/setup/os.builder.php:285 ../../godmode/setup/os.list.php:82 -#: ../../godmode/setup/snmp_wizard.php:41 -#: ../../godmode/files_repo/files_repo_form.php:88 +#: ../../godmode/setup/snmp_wizard.php:41 ../../godmode/files_repo/files_repo_form.php:88 #: ../../godmode/files_repo/files_repo_list.php:50 -#: ../../godmode/reporting/create_container.php:336 -#: ../../godmode/reporting/graphs.php:370 +#: ../../godmode/reporting/create_container.php:336 ../../godmode/reporting/graphs.php:370 #: ../../godmode/reporting/reporting_builder.item_editor.php:77 #: ../../godmode/reporting/reporting_builder.item_editor.php:87 #: ../../godmode/reporting/reporting_builder.item_editor.php:1340 @@ -312,12 +300,11 @@ msgstr "ID de consola" #: ../../include/functions_reporting_html.php:4872 #: ../../include/functions_reporting_html.php:4920 #: ../../include/functions_reporting_html.php:6707 -#: ../../include/functions_reporting_html.php:7593 -#: ../../include/ajax/events_extended.php:91 ../../include/ajax/heatmap.ajax.php:289 -#: ../../include/ajax/heatmap.ajax.php:414 ../../include/ajax/heatmap.ajax.php:474 -#: ../../include/ajax/module.php:1077 ../../include/ajax/events.php:2725 -#: ../../include/functions_treeview.php:126 ../../include/functions_treeview.php:720 -#: ../../include/class/ConfigPEN.class.php:450 +#: ../../include/functions_reporting_html.php:7593 ../../include/ajax/events_extended.php:91 +#: ../../include/ajax/heatmap.ajax.php:289 ../../include/ajax/heatmap.ajax.php:414 +#: ../../include/ajax/heatmap.ajax.php:474 ../../include/ajax/module.php:1077 +#: ../../include/ajax/events.php:2725 ../../include/functions_treeview.php:126 +#: ../../include/functions_treeview.php:720 ../../include/class/ConfigPEN.class.php:450 #: ../../include/class/ConfigPEN.class.php:601 #: ../../include/class/ExtensionsDiscovery.class.php:1465 #: ../../include/class/ManageNetScanScripts.class.php:404 @@ -328,29 +315,24 @@ msgstr "ID de consola" #: ../../include/class/ModuleTemplates.class.php:1191 #: ../../include/class/SatelliteCollection.class.php:134 #: ../../include/class/AgentWizard.class.php:1313 -#: ../../include/class/AgentWizard.class.php:4219 -#: ../../include/functions_container.php:147 +#: ../../include/class/AgentWizard.class.php:4219 ../../include/functions_container.php:147 #: ../../include/lib/Dashboard/Widgets/inventory.php:1066 -#: ../../include/lib/ClusterViewer/ClusterWizard.php:820 -#: ../../include/lib/Group.php:583 ../../include/functions_snmp_browser.php:571 -#: ../../include/functions_snmp_browser.php:1941 ../../operation/search_users.php:48 -#: ../../operation/search_agents.php:36 ../../operation/agentes/gis_view.php:222 -#: ../../operation/agentes/estado_agente.php:1102 +#: ../../include/lib/ClusterViewer/ClusterWizard.php:820 ../../include/lib/Group.php:583 +#: ../../include/functions_snmp_browser.php:571 ../../include/functions_snmp_browser.php:1941 +#: ../../operation/search_users.php:48 ../../operation/search_agents.php:36 +#: ../../operation/agentes/gis_view.php:222 ../../operation/agentes/estado_agente.php:1102 #: ../../operation/agentes/pandora_networkmap.editor.php:374 #: ../../operation/agentes/custom_fields.php:69 #: ../../operation/agentes/pandora_networkmap.view.php:146 -#: ../../operation/agentes/estado_generalagente.php:169 -#: ../../operation/gis_maps/ajax.php:325 ../../operation/gis_maps/ajax.php:459 -#: ../../operation/search_reports.php:43 ../../operation/search_reports.php:59 -#: ../../operation/inventory/inventory.php:1330 ../../operation/search_graphs.php:31 -#: ../../operation/reporting/custom_reporting.php:35 -#: ../../operation/reporting/graph_viewer.php:598 -#: ../../operation/search_policies.php:36 +#: ../../operation/agentes/estado_generalagente.php:169 ../../operation/gis_maps/ajax.php:325 +#: ../../operation/gis_maps/ajax.php:459 ../../operation/search_reports.php:43 +#: ../../operation/search_reports.php:59 ../../operation/inventory/inventory.php:1330 +#: ../../operation/search_graphs.php:31 ../../operation/reporting/custom_reporting.php:35 +#: ../../operation/reporting/graph_viewer.php:598 ../../operation/search_policies.php:36 msgid "Description" msgstr "Descripción" -#: ../../views/consoles/list.php:71 -#: ../../enterprise/meta/advanced/servers.build_table.php:140 +#: ../../views/consoles/list.php:71 ../../enterprise/meta/advanced/servers.build_table.php:140 #: ../../enterprise/meta/advanced/metasetup.consoles.php:931 #: ../../enterprise/godmode/servers/list_satellite.php:56 #: ../../enterprise/include/ajax/vulnerabilities.ajax.php:360 @@ -364,8 +346,7 @@ msgstr "Descripción" #: ../../enterprise/tools/ipam/ipam_calculator.php:53 ../../godmode/extensions.php:160 #: ../../godmode/update_manager/update_manager.history.php:40 #: ../../godmode/setup/os_version.builder.php:160 -#: ../../godmode/setup/os_version.builder.php:161 -#: ../../godmode/setup/os_version.list.php:54 +#: ../../godmode/setup/os_version.builder.php:161 ../../godmode/setup/os_version.list.php:54 #: ../../godmode/reporting/reporting_builder.item_editor.php:81 #: ../../godmode/wizards/ManageExtensions.class.php:361 #: ../../godmode/servers/servers.build_table.php:84 @@ -373,8 +354,7 @@ msgstr "Descripción" #: ../../include/functions_reporting_html.php:676 #: ../../include/functions_reporting_html.php:2288 ../../include/functions_menu.php:969 #: ../../include/functions_menu.php:1312 ../../include/functions_menu.php:1371 -#: ../../include/functions_snmp_browser.php:784 -#: ../../general/reporting_console_node.php:74 +#: ../../include/functions_snmp_browser.php:784 ../../general/reporting_console_node.php:74 msgid "Version" msgstr "Versión" @@ -387,13 +367,11 @@ msgid "Console type" msgstr "Tipo de consola" #: ../../views/consoles/list.php:74 ../../godmode/users/configure_user.php:1151 -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../operation/users/user_edit.php:527 +#: ../../godmode/massive/massive_edit_users.php:467 ../../operation/users/user_edit.php:527 msgid "Timezone" msgstr "Zona horaria" -#: ../../views/consoles/list.php:75 -#: ../../enterprise/meta/advanced/metasetup.setup.php:262 +#: ../../views/consoles/list.php:75 ../../enterprise/meta/advanced/metasetup.setup.php:262 #: ../../enterprise/meta/include/functions_meta.php:171 #: ../../godmode/setup/setup_general.php:480 ../../include/functions_config.php:317 msgid "Public URL" @@ -406,8 +384,7 @@ msgstr "URL pública" #: ../../enterprise/views/ncm/templates/list.php:77 #: ../../enterprise/views/ncm/firmwares/list.php:76 #: ../../enterprise/views/ncm/AgentDataTemplates/list.php:77 -#: ../../enterprise/views/ncm/models/list.php:73 -#: ../../enterprise/views/ncm/vendors/list.php:71 +#: ../../enterprise/views/ncm/models/list.php:73 ../../enterprise/views/ncm/vendors/list.php:71 #: ../../enterprise/views/ipam/sites/list.php:49 #: ../../enterprise/extensions/vmware/vmware_view.php:1423 #: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:261 @@ -424,17 +401,15 @@ msgstr "URL pública" #: ../../include/ajax/events.php:2364 ../../include/class/ConfigPEN.class.php:603 #: ../../include/class/EventSound.class.php:308 #: ../../include/class/CredentialStore.class.php:819 -#: ../../include/class/ExternalTools.class.php:468 -#: ../../include/functions_events.php:363 +#: ../../include/class/ExternalTools.class.php:468 ../../include/functions_events.php:363 #: ../../operation/agentes/pandora_networkmap.view.php:2341 #: ../../operation/events/sound_events.php:108 msgid "Options" msgstr "Opciones" #: ../../views/consoles/list.php:114 ../../views/consoles/list.php:124 -#: ../../views/ITSM/ITSMTicketDetailView.php:288 -#: ../../views/ITSM/ITSMTicketDetailView.php:309 ../../views/dashboard/list.php:98 -#: ../../enterprise/meta/advanced/servers.build_table.php:262 +#: ../../views/ITSM/ITSMTicketDetailView.php:288 ../../views/ITSM/ITSMTicketDetailView.php:309 +#: ../../views/dashboard/list.php:98 ../../enterprise/meta/advanced/servers.build_table.php:262 #: ../../enterprise/meta/advanced/metasetup.visual.php:517 #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:689 #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:720 @@ -539,86 +514,71 @@ msgstr "Opciones" #: ../../godmode/agentes/planned_downtime.editor.php:1459 #: ../../godmode/agentes/fields_manager.php:206 #: ../../godmode/agentes/module_manager_editor_common.php:1600 -#: ../../godmode/agentes/module_manager.php:1097 -#: ../../godmode/netflow/nf_item_list.php:263 +#: ../../godmode/agentes/module_manager.php:1097 ../../godmode/netflow/nf_item_list.php:263 #: ../../godmode/netflow/nf_item_list.php:273 ../../godmode/netflow/nf_edit.php:203 #: ../../godmode/netflow/nf_edit.php:223 ../../godmode/snmpconsole/snmp_alert.php:1954 #: ../../godmode/snmpconsole/snmp_filters.php:326 -#: ../../godmode/snmpconsole/snmp_filters.php:337 -#: ../../godmode/alerts/alert_actions.php:356 -#: ../../godmode/alerts/alert_actions.php:484 -#: ../../godmode/alerts/alert_list.list.php:1048 +#: ../../godmode/snmpconsole/snmp_filters.php:337 ../../godmode/alerts/alert_actions.php:356 +#: ../../godmode/alerts/alert_actions.php:484 ../../godmode/alerts/alert_list.list.php:1048 #: ../../godmode/alerts/alert_templates.php:481 ../../godmode/setup/news.php:358 #: ../../godmode/setup/gis.php:71 ../../godmode/setup/os.list.php:182 #: ../../godmode/setup/os.list.php:194 ../../godmode/setup/links.php:200 #: ../../godmode/setup/links.php:219 ../../godmode/setup/snmp_wizard.php:110 -#: ../../godmode/setup/setup_visuals.php:1930 -#: ../../godmode/setup/setup_visuals.php:2022 -#: ../../godmode/setup/setup_visuals.php:2097 -#: ../../godmode/setup/os_version.list.php:139 -#: ../../godmode/setup/os_version.list.php:158 -#: ../../godmode/files_repo/files_repo_list.php:144 +#: ../../godmode/setup/setup_visuals.php:1930 ../../godmode/setup/setup_visuals.php:2022 +#: ../../godmode/setup/setup_visuals.php:2097 ../../godmode/setup/os_version.list.php:139 +#: ../../godmode/setup/os_version.list.php:158 ../../godmode/files_repo/files_repo_list.php:144 #: ../../godmode/reporting/reporting_builder.list_items.php:634 #: ../../godmode/reporting/reporting_builder.list_items.php:678 #: ../../godmode/reporting/reporting_builder.list_items.php:803 #: ../../godmode/reporting/create_container.php:747 -#: ../../godmode/reporting/create_container.php:802 -#: ../../godmode/reporting/map_builder.php:427 -#: ../../godmode/reporting/map_builder.php:550 -#: ../../godmode/reporting/map_builder.php:561 ../../godmode/reporting/graphs.php:426 -#: ../../godmode/reporting/graphs.php:427 ../../godmode/reporting/graphs.php:457 -#: ../../godmode/reporting/graphs.php:488 +#: ../../godmode/reporting/create_container.php:802 ../../godmode/reporting/map_builder.php:427 +#: ../../godmode/reporting/map_builder.php:550 ../../godmode/reporting/map_builder.php:561 +#: ../../godmode/reporting/graphs.php:426 ../../godmode/reporting/graphs.php:427 +#: ../../godmode/reporting/graphs.php:457 ../../godmode/reporting/graphs.php:488 #: ../../godmode/reporting/graph_builder.graph_editor.php:209 #: ../../godmode/reporting/graph_builder.graph_editor.php:271 #: ../../godmode/reporting/schedule.php:230 #: ../../godmode/reporting/visual_console_builder.elements.php:827 #: ../../godmode/reporting/reporting_builder.php:1212 -#: ../../godmode/reporting/reporting_builder.php:1310 -#: ../../godmode/events/event_filter.php:222 ../../godmode/events/event_filter.php:264 -#: ../../godmode/events/event_responses.list.php:96 -#: ../../godmode/servers/servers.build_table.php:316 -#: ../../godmode/servers/plugin.php:1122 ../../godmode/category/category.php:190 -#: ../../godmode/category/category.php:227 ../../include/functions_cron.php:929 -#: ../../include/functions_cron.php:954 ../../include/ajax/dashboard.ajax.php:97 -#: ../../include/ajax/token.php:122 ../../include/functions_ui.php:1626 -#: ../../include/functions_ui.php:1627 ../../include/class/ConfigPEN.class.php:264 -#: ../../include/class/SatelliteAgent.class.php:445 +#: ../../godmode/reporting/reporting_builder.php:1310 ../../godmode/events/event_filter.php:222 +#: ../../godmode/events/event_filter.php:264 ../../godmode/events/event_responses.list.php:96 +#: ../../godmode/servers/servers.build_table.php:316 ../../godmode/servers/plugin.php:1122 +#: ../../godmode/category/category.php:190 ../../godmode/category/category.php:227 +#: ../../include/functions_cron.php:929 ../../include/functions_cron.php:954 +#: ../../include/ajax/dashboard.ajax.php:97 ../../include/ajax/token.php:122 +#: ../../include/functions_ui.php:1626 ../../include/functions_ui.php:1627 +#: ../../include/class/ConfigPEN.class.php:264 ../../include/class/SatelliteAgent.class.php:445 #: ../../include/class/SatelliteAgent.class.php:1189 #: ../../include/class/NetworkMap.class.php:2953 #: ../../include/class/ManageNetScanScripts.class.php:405 #: ../../include/class/CredentialStore.class.php:1266 #: ../../include/class/CredentialStore.class.php:1703 -#: ../../include/class/SnmpConsole.class.php:470 -#: ../../include/class/SnmpConsole.class.php:522 -#: ../../include/class/SnmpConsole.class.php:881 -#: ../../include/class/SnmpConsole.class.php:893 +#: ../../include/class/SnmpConsole.class.php:470 ../../include/class/SnmpConsole.class.php:522 +#: ../../include/class/SnmpConsole.class.php:881 ../../include/class/SnmpConsole.class.php:893 #: ../../include/class/TipsWindow.class.php:487 #: ../../include/class/ModuleTemplates.class.php:899 #: ../../include/class/ModuleTemplates.class.php:1192 #: ../../include/class/CalendarManager.class.php:744 #: ../../include/class/WelcomeWindow.class.php:1034 -#: ../../include/class/WelcomeWindow.class.php:1138 -#: ../../include/functions_filemanager.php:822 +#: ../../include/class/WelcomeWindow.class.php:1138 ../../include/functions_filemanager.php:822 #: ../../include/functions_container.php:191 ../../include/functions_container.php:325 #: ../../include/lib/ClusterViewer/ClusterManager.php:701 #: ../../include/lib/ITSM/Manager.php:1321 ../../operation/visual_console/view.php:1134 #: ../../operation/agentes/pandora_networkmap.php:850 #: ../../operation/agentes/status_monitor.php:2356 -#: ../../operation/messages/message_list.php:197 -#: ../../operation/messages/message_list.php:300 -#: ../../operation/messages/message_list.php:336 -#: ../../operation/gis_maps/gis_map.php:203 +#: ../../operation/messages/message_list.php:197 ../../operation/messages/message_list.php:300 +#: ../../operation/messages/message_list.php:336 ../../operation/gis_maps/gis_map.php:203 #: ../../operation/reporting/graph_analytics.php:431 msgid "Delete" msgstr "Eliminar" #: ../../views/consoles/list.php:122 msgid "" -"Are you sure?

WARNING: you also need to delete config.php " -"options in your console or delete the whole console." +"Are you sure?

WARNING: you also need to delete config.php options in " +"your console or delete the whole console." msgstr "" -"¿Está seguro?

ADVERTENCIA: También debe eliminar las opciones " -"de config.php en su consola o eliminar la consola completa." +"¿Está seguro?

ADVERTENCIA: También debe eliminar las opciones de " +"config.php en su consola o eliminar la consola completa." #: ../../views/consoles/list.php:128 ../../views/calendar/special_days_edit.php:210 #: ../../views/calendar/special_days.php:430 ../../views/calendar/special_days.php:530 @@ -660,8 +620,7 @@ msgstr "" #: ../../enterprise/tools/ipam/ipam_vlan_config.php:1055 #: ../../update_manager_client/views/register.php:86 #: ../../godmode/agentes/status_monitor_custom_fields.php:274 -#: ../../godmode/agentes/agent_manager.php:1557 -#: ../../godmode/snmpconsole/snmp_alert.php:2233 +#: ../../godmode/agentes/agent_manager.php:1557 ../../godmode/snmpconsole/snmp_alert.php:2233 #: ../../godmode/snmpconsole/snmp_alert.php:2248 ../../godmode/menu.php:818 #: ../../godmode/massive/massive_operations.php:472 ../../godmode/setup/os.list.php:198 #: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/os_version.list.php:162 @@ -669,9 +628,8 @@ msgstr "" #: ../../godmode/wizards/ManageExtensions.class.php:333 #: ../../godmode/wizards/ManageExtensions.class.php:1249 #: ../../include/functions_visual_map_editor.php:926 -#: ../../include/functions_visual_map_editor.php:930 -#: ../../include/functions_register.php:179 ../../include/class/ConfigPEN.class.php:675 -#: ../../include/class/ConfigPEN.class.php:699 +#: ../../include/functions_visual_map_editor.php:930 ../../include/functions_register.php:179 +#: ../../include/class/ConfigPEN.class.php:675 ../../include/class/ConfigPEN.class.php:699 #: ../../include/class/SatelliteAgent.class.php:1148 #: ../../include/class/SatelliteAgent.class.php:1193 #: ../../include/class/SatelliteAgent.class.php:1241 @@ -697,16 +655,15 @@ msgstr "" #: ../../operation/snmpconsole/snmp_browser.php:630 #: ../../operation/snmpconsole/snmp_browser.php:691 #: ../../operation/snmpconsole/snmp_browser.php:706 -#: ../../operation/custom_fields/custom_fields_view.php:1173 -#: ../../general/header.php:912 ../../general/header.php:1053 +#: ../../operation/custom_fields/custom_fields_view.php:1173 ../../general/header.php:912 +#: ../../general/header.php:1053 msgid "Cancel" msgstr "Cancelar" #: ../../views/consoles/list.php:165 #: ../../enterprise/godmode/services/services.elements.php:956 #: ../../enterprise/godmode/services/services.elements.php:967 -#: ../../enterprise/godmode/setup/setup.php:609 -#: ../../enterprise/godmode/setup/setup.php:625 +#: ../../enterprise/godmode/setup/setup.php:609 ../../enterprise/godmode/setup/setup.php:625 #: ../../enterprise/include/functions_visual_map.php:677 #: ../../enterprise/include/functions_HA_cluster.php:637 #: ../../enterprise/include/class/DeploymentCenter.class.php:1647 @@ -718,16 +675,14 @@ msgstr "Cancelar" #: ../../include/ajax/snmp_browser.ajax.php:262 ../../include/functions_ui.php:339 #: ../../include/class/ConfigPEN.class.php:743 #: ../../include/class/SatelliteAgent.class.php:1088 -#: ../../include/class/HelpFeedBack.class.php:360 -#: ../../include/class/AlertsList.class.php:380 +#: ../../include/class/HelpFeedBack.class.php:360 ../../include/class/AlertsList.class.php:380 #: ../../include/class/Diagnostics.class.php:2191 #: ../../include/class/CredentialStore.class.php:1598 #: ../../include/class/ModuleTemplates.class.php:1404 #: ../../include/class/AgentDeployWizard.class.php:604 #: ../../include/class/SatelliteCollection.class.php:616 #: ../../include/class/WebServerModuleDebug.class.php:359 -#: ../../include/class/AgentWizard.class.php:6055 -#: ../../operation/visual_console/view.php:1224 +#: ../../include/class/AgentWizard.class.php:6055 ../../operation/visual_console/view.php:1224 msgid "Success" msgstr "Finalizado correctamente" @@ -758,15 +713,12 @@ msgstr "Finalizado correctamente" #: ../../godmode/reporting/reporting_builder.item_editor.php:4590 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1158 #: ../../godmode/wizards/DiscoveryTaskList.class.php:2024 -#: ../../include/ajax/snmp_browser.ajax.php:261 -#: ../../include/class/ConfigPEN.class.php:750 +#: ../../include/ajax/snmp_browser.ajax.php:261 ../../include/class/ConfigPEN.class.php:750 #: ../../include/class/ConfigPEN.class.php:755 #: ../../include/class/SatelliteAgent.class.php:1097 #: ../../include/class/SatelliteAgent.class.php:1102 -#: ../../include/class/HelpFeedBack.class.php:355 -#: ../../include/class/AlertsList.class.php:387 -#: ../../include/class/AlertsList.class.php:392 -#: ../../include/class/Diagnostics.class.php:2190 +#: ../../include/class/HelpFeedBack.class.php:355 ../../include/class/AlertsList.class.php:387 +#: ../../include/class/AlertsList.class.php:392 ../../include/class/Diagnostics.class.php:2190 #: ../../include/class/CredentialStore.class.php:1605 #: ../../include/class/CredentialStore.class.php:1610 #: ../../include/class/ModuleTemplates.class.php:1411 @@ -780,8 +732,7 @@ msgstr "Finalizado correctamente" #: ../../include/class/AgentWizard.class.php:6062 #: ../../include/class/AgentWizard.class.php:6067 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:697 -#: ../../operation/visual_console/view.php:1231 -#: ../../operation/visual_console/view.php:1236 +#: ../../operation/visual_console/view.php:1231 ../../operation/visual_console/view.php:1236 msgid "Failed" msgstr "Fallo" @@ -816,8 +767,7 @@ msgstr "Estado (%)" #: ../../views/tacticalView/view.php:162 ../../views/tacticalView/view.php:270 #: ../../views/tacticalView/view.php:296 #: ../../enterprise/include/class/CommandCenter.class.php:448 -#: ../../include/class/Heatmap.class.php:1364 -#: ../../general/reporting_console_node.php:70 +#: ../../include/class/Heatmap.class.php:1364 ../../general/reporting_console_node.php:70 msgid "Info" msgstr "Información" @@ -845,8 +795,7 @@ msgstr "Registros de datos" msgid "String records" msgstr "Registros de cadenas" -#: ../../views/tacticalView/view.php:126 -#: ../../enterprise/meta/monitoring/tactical.php:271 +#: ../../views/tacticalView/view.php:126 ../../enterprise/meta/monitoring/tactical.php:271 #: ../../enterprise/meta/general/main_header.php:154 #: ../../enterprise/meta/general/logon_ok.php:56 #: ../../enterprise/meta/general/main_menu.php:269 @@ -873,10 +822,8 @@ msgid "Writes (last 24 hrs)" msgstr "Escritos (últimas 24h)" #: ../../views/tacticalView/view.php:162 ../../views/cluster/list.php:74 -#: ../../views/ITSM/ITSMTicketListView.php:80 -#: ../../views/ITSM/ITSMTicketListView.php:120 -#: ../../views/ITSM/ITSMTicketDetailView.php:85 -#: ../../views/ITSM/ITSMTicketEditView.php:161 +#: ../../views/ITSM/ITSMTicketListView.php:80 ../../views/ITSM/ITSMTicketListView.php:120 +#: ../../views/ITSM/ITSMTicketDetailView.php:85 ../../views/ITSM/ITSMTicketEditView.php:161 #: ../../enterprise/meta/advanced/servers.build_table.php:137 #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:584 #: ../../enterprise/meta/advanced/policymanager.queue.php:225 @@ -929,8 +876,7 @@ msgstr "Escritos (últimas 24h)" #: ../../enterprise/operation/services/services.list.php:246 #: ../../enterprise/operation/services/services.list.php:545 #: ../../enterprise/operation/services/services.table_services.php:183 -#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:489 -#: ../../godmode/groups/tactical.php:180 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:489 ../../godmode/groups/tactical.php:180 #: ../../godmode/agentes/status_monitor_custom_fields.php:117 #: ../../godmode/agentes/status_monitor_custom_fields.php:166 #: ../../godmode/agentes/module_manager.php:712 @@ -939,36 +885,32 @@ msgstr "Escritos (últimas 24h)" #: ../../godmode/massive/massive_delete_modules.php:453 #: ../../godmode/massive/massive_edit_users.php:499 #: ../../godmode/massive/massive_edit_agents.php:957 -#: ../../godmode/alerts/alert_list.list.php:174 -#: ../../godmode/alerts/alert_list.list.php:569 ../../godmode/alerts/alert_view.php:120 -#: ../../godmode/setup/setup_ITSM.php:385 ../../godmode/setup/setup_ITSM.php:512 +#: ../../godmode/alerts/alert_list.list.php:174 ../../godmode/alerts/alert_list.list.php:569 +#: ../../godmode/alerts/alert_view.php:120 ../../godmode/setup/setup_ITSM.php:385 +#: ../../godmode/setup/setup_ITSM.php:512 #: ../../godmode/reporting/reporting_builder.item_editor.php:80 #: ../../godmode/events/custom_events.php:99 #: ../../godmode/wizards/DiscoveryTaskList.class.php:651 -#: ../../godmode/servers/servers.build_table.php:81 -#: ../../mobile/operation/agents.php:97 ../../mobile/operation/agents.php:145 -#: ../../mobile/operation/agents.php:244 ../../mobile/operation/agents.php:245 -#: ../../mobile/operation/agents.php:407 ../../mobile/operation/modules.php:163 -#: ../../mobile/operation/modules.php:164 ../../mobile/operation/modules.php:275 -#: ../../mobile/operation/modules.php:276 ../../mobile/operation/modules.php:614 -#: ../../mobile/operation/modules.php:620 ../../mobile/operation/modules.php:626 -#: ../../mobile/operation/modules.php:632 ../../mobile/operation/modules.php:643 -#: ../../mobile/operation/modules.php:651 ../../mobile/operation/modules.php:659 -#: ../../mobile/operation/modules.php:732 ../../mobile/operation/modules.php:742 -#: ../../mobile/operation/modules.php:751 ../../mobile/operation/modules.php:763 -#: ../../mobile/operation/modules.php:909 ../../mobile/operation/alerts.php:105 -#: ../../mobile/operation/alerts.php:106 ../../mobile/operation/alerts.php:247 -#: ../../mobile/operation/alerts.php:248 ../../mobile/operation/alerts.php:334 -#: ../../mobile/operation/module_data.php:262 ../../mobile/operation/events.php:674 -#: ../../mobile/operation/events.php:675 ../../mobile/operation/events.php:849 -#: ../../mobile/operation/events.php:1003 ../../mobile/operation/events.php:1004 -#: ../../mobile/operation/server_status.php:154 -#: ../../mobile/operation/server_status.php:155 -#: ../../mobile/operation/server_status.php:281 -#: ../../mobile/operation/server_status.php:319 -#: ../../mobile/operation/server_status.php:349 -#: ../../mobile/operation/server_status.php:445 -#: ../../include/functions_reporting_html.php:817 +#: ../../godmode/servers/servers.build_table.php:81 ../../mobile/operation/agents.php:97 +#: ../../mobile/operation/agents.php:145 ../../mobile/operation/agents.php:244 +#: ../../mobile/operation/agents.php:245 ../../mobile/operation/agents.php:407 +#: ../../mobile/operation/modules.php:163 ../../mobile/operation/modules.php:164 +#: ../../mobile/operation/modules.php:275 ../../mobile/operation/modules.php:276 +#: ../../mobile/operation/modules.php:614 ../../mobile/operation/modules.php:620 +#: ../../mobile/operation/modules.php:626 ../../mobile/operation/modules.php:632 +#: ../../mobile/operation/modules.php:643 ../../mobile/operation/modules.php:651 +#: ../../mobile/operation/modules.php:659 ../../mobile/operation/modules.php:732 +#: ../../mobile/operation/modules.php:742 ../../mobile/operation/modules.php:751 +#: ../../mobile/operation/modules.php:763 ../../mobile/operation/modules.php:909 +#: ../../mobile/operation/alerts.php:105 ../../mobile/operation/alerts.php:106 +#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/alerts.php:248 +#: ../../mobile/operation/alerts.php:334 ../../mobile/operation/module_data.php:262 +#: ../../mobile/operation/events.php:674 ../../mobile/operation/events.php:675 +#: ../../mobile/operation/events.php:849 ../../mobile/operation/events.php:1003 +#: ../../mobile/operation/events.php:1004 ../../mobile/operation/server_status.php:154 +#: ../../mobile/operation/server_status.php:155 ../../mobile/operation/server_status.php:281 +#: ../../mobile/operation/server_status.php:319 ../../mobile/operation/server_status.php:349 +#: ../../mobile/operation/server_status.php:445 ../../include/functions_reporting_html.php:817 #: ../../include/functions_reporting_html.php:946 #: ../../include/functions_reporting_html.php:1204 #: ../../include/functions_reporting_html.php:1706 @@ -981,15 +923,12 @@ msgstr "Escritos (últimas 24h)" #: ../../include/functions_reporting_html.php:4205 #: ../../include/functions_reporting_html.php:4873 #: ../../include/functions_reporting_html.php:4923 -#: ../../include/functions_reporting_html.php:6519 -#: ../../include/ajax/heatmap.ajax.php:392 ../../include/ajax/module.php:1078 -#: ../../include/ajax/module.php:1847 ../../include/ajax/custom_fields.php:499 -#: ../../include/functions_snmp.php:369 +#: ../../include/functions_reporting_html.php:6519 ../../include/ajax/heatmap.ajax.php:392 +#: ../../include/ajax/module.php:1078 ../../include/ajax/module.php:1847 +#: ../../include/ajax/custom_fields.php:499 ../../include/functions_snmp.php:369 #: ../../include/functions_massive_operations.php:152 -#: ../../include/class/NetworkMap.class.php:3074 -#: ../../include/class/AgentsAlerts.class.php:912 -#: ../../include/class/SnmpConsole.class.php:277 -#: ../../include/class/SnmpConsole.class.php:386 +#: ../../include/class/NetworkMap.class.php:3074 ../../include/class/AgentsAlerts.class.php:912 +#: ../../include/class/SnmpConsole.class.php:277 ../../include/class/SnmpConsole.class.php:386 #: ../../include/class/SnmpConsole.class.php:504 #: ../../include/class/ExternalTools.class.php:933 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:322 @@ -998,12 +937,11 @@ msgstr "Escritos (últimas 24h)" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:540 #: ../../include/lib/Dashboard/Widgets/events_list.php:860 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 -#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 -#: ../../include/lib/Group.php:563 ../../include/lib/ITSM/ITSM.php:515 -#: ../../include/functions_snmp_browser.php:595 ../../include/functions_events.php:256 -#: ../../include/functions_events.php:312 ../../include/functions_events.php:2563 -#: ../../include/functions_events.php:5114 ../../operation/search_agents.php:41 -#: ../../operation/agentes/estado_agente.php:359 +#: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 ../../include/lib/Group.php:563 +#: ../../include/lib/ITSM/ITSM.php:515 ../../include/functions_snmp_browser.php:595 +#: ../../include/functions_events.php:256 ../../include/functions_events.php:312 +#: ../../include/functions_events.php:2563 ../../include/functions_events.php:5114 +#: ../../operation/search_agents.php:41 ../../operation/agentes/estado_agente.php:359 #: ../../operation/agentes/estado_agente.php:1125 #: ../../operation/agentes/interface_view.functions.php:517 #: ../../operation/agentes/status_monitor.php:1579 @@ -1038,8 +976,8 @@ msgstr "Agentes de los datos almacenados" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:104 #: ../../enterprise/meta/include/functions_meta.php:2352 #: ../../enterprise/include/ajax/ipam.ajax.php:521 -#: ../../enterprise/tools/ipam/ipam_editor.php:369 -#: ../../godmode/alerts/alert_templates.php:72 ../../include/functions_config.php:1778 +#: ../../enterprise/tools/ipam/ipam_editor.php:369 ../../godmode/alerts/alert_templates.php:72 +#: ../../include/functions_config.php:1778 msgid "Days" msgstr "Días" @@ -1084,10 +1022,8 @@ msgstr "Eventos activos (" #: ../../enterprise/include/functions_reporting_csv.php:1580 #: ../../enterprise/operation/services/services.treeview_services.php:293 #: ../../godmode/db/db_main.php:101 ../../godmode/groups/group_list.php:1279 -#: ../../mobile/operation/groups.php:187 -#: ../../include/functions_reporting_html.php:7112 -#: ../../include/class/Diagnostics.class.php:634 -#: ../../include/functions_reporting.php:12853 +#: ../../mobile/operation/groups.php:187 ../../include/functions_reporting_html.php:7112 +#: ../../include/class/Diagnostics.class.php:634 ../../include/functions_reporting.php:12853 #: ../../include/lib/Dashboard/Widgets/tree_view.php:690 #: ../../include/functions_groups.php:2672 ../../operation/tree.php:502 msgid "Total agents" @@ -1113,8 +1049,7 @@ msgstr "Sistema operativo" #: ../../enterprise/meta/include/functions_wizard_meta.php:1534 #: ../../enterprise/meta/include/functions_wizard_meta.php:1627 #: ../../enterprise/meta/include/functions_wizard_meta.php:1752 -#: ../../enterprise/meta/agentsearch.php:140 -#: ../../enterprise/meta/general/main_menu.php:518 +#: ../../enterprise/meta/agentsearch.php:140 ../../enterprise/meta/general/main_menu.php:518 #: ../../enterprise/godmode/policies/policy_alerts.php:46 #: ../../enterprise/godmode/policies/policy_alerts.php:59 #: ../../enterprise/godmode/policies/policies.php:589 @@ -1124,51 +1059,41 @@ msgstr "Sistema operativo" #: ../../enterprise/include/functions_policies.php:3882 #: ../../enterprise/operation/agentes/tag_view.php:761 #: ../../enterprise/operation/services/massive/services.create.php:906 -#: ../../godmode/groups/configure_group.php:243 -#: ../../godmode/groups/group_list.php:1037 ../../godmode/groups/tactical.php:181 -#: ../../godmode/agentes/configurar_agente.php:442 +#: ../../godmode/groups/configure_group.php:243 ../../godmode/groups/group_list.php:1037 +#: ../../godmode/groups/tactical.php:181 ../../godmode/agentes/configurar_agente.php:442 #: ../../godmode/agentes/configurar_agente.php:750 -#: ../../godmode/agentes/modificar_agente.php:849 -#: ../../godmode/snmpconsole/snmp_alert.php:114 ../../godmode/menu.php:370 -#: ../../godmode/massive/massive_copy_modules.php:241 +#: ../../godmode/agentes/modificar_agente.php:849 ../../godmode/snmpconsole/snmp_alert.php:114 +#: ../../godmode/menu.php:370 ../../godmode/massive/massive_copy_modules.php:241 #: ../../godmode/massive/massive_add_policies_alerts.php:165 #: ../../godmode/massive/massive_delete_policies_alerts_action_external.php:183 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:169 #: ../../godmode/massive/massive_delete_policies_alerts.php:183 #: ../../godmode/alerts/configure_alert_command.php:58 -#: ../../godmode/alerts/alert_actions.php:70 -#: ../../godmode/alerts/alert_commands.php:835 -#: ../../godmode/alerts/alert_templates.php:130 -#: ../../godmode/alerts/alert_templates.php:139 -#: ../../godmode/alerts/alert_templates.php:193 -#: ../../godmode/alerts/alert_templates.php:216 +#: ../../godmode/alerts/alert_actions.php:70 ../../godmode/alerts/alert_commands.php:835 +#: ../../godmode/alerts/alert_templates.php:130 ../../godmode/alerts/alert_templates.php:139 +#: ../../godmode/alerts/alert_templates.php:193 ../../godmode/alerts/alert_templates.php:216 #: ../../godmode/alerts/alert_templates.php:237 #: ../../godmode/alerts/configure_alert_action.php:80 #: ../../godmode/alerts/configure_alert_action.php:100 #: ../../godmode/alerts/configure_alert_template.php:95 #: ../../godmode/alerts/configure_alert_template.php:126 -#: ../../godmode/alerts/configure_alert_template.php:165 -#: ../../godmode/alerts/alert_view.php:74 ../../godmode/alerts/alert_list.php:598 -#: ../../godmode/alerts/alert_list.php:617 ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/agents.php:98 ../../mobile/operation/agents.php:408 -#: ../../mobile/operation/home.php:72 ../../mobile/operation/agent.php:358 -#: ../../mobile/operation/alerts.php:194 -#: ../../include/functions_reporting_html.php:6887 -#: ../../include/functions_treeview.php:437 ../../include/functions_reports.php:864 -#: ../../include/functions_reports.php:868 ../../include/functions_reports.php:874 -#: ../../include/functions_reports.php:880 +#: ../../godmode/alerts/configure_alert_template.php:165 ../../godmode/alerts/alert_view.php:74 +#: ../../godmode/alerts/alert_list.php:598 ../../godmode/alerts/alert_list.php:617 +#: ../../mobile/include/functions_web.php:26 ../../mobile/operation/agents.php:98 +#: ../../mobile/operation/agents.php:408 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/agent.php:358 ../../mobile/operation/alerts.php:194 +#: ../../include/functions_reporting_html.php:6887 ../../include/functions_treeview.php:437 +#: ../../include/functions_reports.php:864 ../../include/functions_reports.php:868 +#: ../../include/functions_reports.php:874 ../../include/functions_reports.php:880 #: ../../include/class/AgentsAlerts.class.php:565 -#: ../../include/lib/TacticalView/elements/Alerts.php:38 -#: ../../operation/search_agents.php:42 ../../operation/search_results.php:108 -#: ../../operation/agentes/estado_agente.php:1128 -#: ../../operation/agentes/ver_agente.php:1595 -#: ../../operation/agentes/ver_agente.php:2050 +#: ../../include/lib/TacticalView/elements/Alerts.php:38 ../../operation/search_agents.php:42 +#: ../../operation/search_results.php:108 ../../operation/agentes/estado_agente.php:1128 +#: ../../operation/agentes/ver_agente.php:1595 ../../operation/agentes/ver_agente.php:2050 msgid "Alerts" msgstr "Alertas" #: ../../views/calendar/list.php:50 ../../views/calendar/edit.php:51 -#: ../../views/calendar/special_days.php:52 -#: ../../include/class/CalendarManager.class.php:727 +#: ../../views/calendar/special_days.php:52 ../../include/class/CalendarManager.class.php:727 msgid "Special days" msgstr "Días especiales" @@ -1213,14 +1138,12 @@ msgstr "Días especiales" #: ../../godmode/massive/massive_delete_profiles.php:45 #: ../../godmode/massive/massive_add_profiles.php:45 #: ../../godmode/alerts/configure_alert_command.php:194 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_commands.php:982 +#: ../../godmode/alerts/alert_actions.php:218 ../../godmode/alerts/alert_commands.php:982 #: ../../godmode/alerts/alert_templates.php:271 #: ../../godmode/alerts/configure_alert_action.php:133 -#: ../../godmode/alerts/configure_alert_template.php:448 -#: ../../godmode/setup/os.list.php:49 ../../godmode/servers/plugin_registration.php:89 -#: ../../godmode/servers/plugin.php:871 ../../godmode/tag/tag.php:186 -#: ../../godmode/category/category.php:96 +#: ../../godmode/alerts/configure_alert_template.php:448 ../../godmode/setup/os.list.php:49 +#: ../../godmode/servers/plugin_registration.php:89 ../../godmode/servers/plugin.php:871 +#: ../../godmode/tag/tag.php:186 ../../godmode/category/category.php:96 #: ../../include/lib/Modules/Shared/Services/Management.php:18 #: ../../operation/users/user_edit.php:274 msgid "metaconsole" @@ -1262,13 +1185,11 @@ msgstr "metaconsola" #: ../../godmode/massive/massive_delete_profiles.php:47 #: ../../godmode/massive/massive_add_profiles.php:47 #: ../../godmode/alerts/configure_alert_command.php:196 -#: ../../godmode/alerts/alert_actions.php:220 -#: ../../godmode/alerts/alert_commands.php:984 +#: ../../godmode/alerts/alert_actions.php:220 ../../godmode/alerts/alert_commands.php:984 #: ../../godmode/alerts/alert_templates.php:273 #: ../../godmode/alerts/configure_alert_action.php:135 -#: ../../godmode/alerts/configure_alert_template.php:450 -#: ../../godmode/setup/os.list.php:51 ../../godmode/tag/tag.php:188 -#: ../../godmode/category/category.php:98 +#: ../../godmode/alerts/configure_alert_template.php:450 ../../godmode/setup/os.list.php:51 +#: ../../godmode/tag/tag.php:188 ../../godmode/category/category.php:98 #: ../../include/lib/Modules/Shared/Services/Management.php:20 #: ../../operation/users/user_edit.php:276 msgid "any node" @@ -1278,23 +1199,20 @@ msgstr "cualquier nodo" #: ../../views/calendar/edit.php:69 ../../views/calendar/special_days.php:70 #, php-format msgid "" -"This node is configured with centralized mode. All alert calendar information is " -"read only. Go to %s to manage it." +"This node is configured with centralized mode. All alert calendar information is read only. " +"Go to %s to manage it." msgstr "" -"Este nodo se configura en modo centralizado. Toda la información de plantillas de " -"alertas es solo de lectura. Vaya a %s para gestionarlo." +"Este nodo se configura en modo centralizado. Toda la información de plantillas de alertas es " +"solo de lectura. Vaya a %s para gestionarlo." #: ../../views/calendar/list.php:95 ../../views/ITSM/ITSMTicketListView.php:77 #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:76 #: ../../enterprise/operation/agentes/security_hardening.php:475 -#: ../../enterprise/tools/ipam/ipam_list.php:677 -#: ../../enterprise/tools/ipam/ipam_excel.php:136 +#: ../../enterprise/tools/ipam/ipam_list.php:677 ../../enterprise/tools/ipam/ipam_excel.php:136 #: ../../enterprise/tools/ipam/ipam_excel.php:207 -#: ../../enterprise/tools/ipam/ipam_vlan_config.php:770 -#: ../../extensions/api_checker.php:296 ../../godmode/modules/module_list.php:97 -#: ../../godmode/groups/group_list.php:1031 -#: ../../godmode/groups/modu_group_list.php:260 -#: ../../godmode/agentes/fields_manager.php:152 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:770 ../../extensions/api_checker.php:296 +#: ../../godmode/modules/module_list.php:97 ../../godmode/groups/group_list.php:1031 +#: ../../godmode/groups/modu_group_list.php:260 ../../godmode/agentes/fields_manager.php:152 #: ../../godmode/agentes/agent_manager.php:376 #: ../../godmode/agentes/module_manager_editor_common.php:199 #: ../../godmode/alerts/alert_commands.php:1002 ../../godmode/setup/os.list.php:74 @@ -1308,8 +1226,7 @@ msgstr "ID" #: ../../views/calendar/list.php:96 ../../views/calendar/edit.php:89 #: ../../views/cluster/list.php:69 ../../views/ITSM/ITSMTicketEditView.php:82 #: ../../views/dashboard/list.php:88 ../../views/dashboard/list.php:128 -#: ../../views/dashboard/formDashboard.php:77 -#: ../../enterprise/views/ncm/snippets/list.php:70 +#: ../../views/dashboard/formDashboard.php:77 ../../enterprise/views/ncm/snippets/list.php:70 #: ../../enterprise/views/ncm/snippets/edit.php:83 #: ../../enterprise/views/ncm/templates/list.php:73 #: ../../enterprise/views/ncm/templates/edit.php:81 @@ -1318,11 +1235,9 @@ msgstr "ID" #: ../../enterprise/views/ncm/firmwares/edit.php:80 #: ../../enterprise/views/ncm/AgentDataTemplates/list.php:73 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:80 -#: ../../enterprise/views/ncm/models/list.php:71 -#: ../../enterprise/views/ncm/models/edit.php:68 +#: ../../enterprise/views/ncm/models/list.php:71 ../../enterprise/views/ncm/models/edit.php:68 #: ../../enterprise/views/ncm/vendors/list.php:70 -#: ../../enterprise/views/ncm/vendors/edit.php:67 -#: ../../enterprise/views/ipam/sites/list.php:46 +#: ../../enterprise/views/ncm/vendors/edit.php:67 ../../enterprise/views/ipam/sites/list.php:46 #: ../../enterprise/views/ipam/sites/edit.php:40 #: ../../enterprise/meta/advanced/servers.build_table.php:136 #: ../../enterprise/meta/advanced/collections.data.php:350 @@ -1401,8 +1316,7 @@ msgstr "ID" #: ../../enterprise/operation/security/vulnerabilities.php:406 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:60 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:1194 -#: ../../enterprise/tools/ipam/ipam_list.php:58 -#: ../../enterprise/tools/ipam/ipam_list.php:690 +#: ../../enterprise/tools/ipam/ipam_list.php:58 ../../enterprise/tools/ipam/ipam_list.php:690 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:134 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:329 #: ../../enterprise/tools/ipam/ipam_excel.php:137 @@ -1418,8 +1332,7 @@ msgstr "ID" #: ../../godmode/modules/manage_inventory_modules_form.php:115 #: ../../godmode/modules/module_list.php:99 #: ../../godmode/modules/manage_network_templates.php:248 -#: ../../godmode/groups/configure_group.php:142 -#: ../../godmode/groups/group_list.php:1033 +#: ../../godmode/groups/configure_group.php:142 ../../godmode/groups/group_list.php:1033 #: ../../godmode/groups/configure_modu_group.php:82 #: ../../godmode/groups/modu_group_list.php:261 ../../godmode/users/user_list.php:512 #: ../../godmode/agentes/inventory_manager.php:237 @@ -1432,15 +1345,13 @@ msgstr "ID" #: ../../godmode/agentes/module_manager.php:672 ../../godmode/netflow/nf_edit.php:166 #: ../../godmode/netflow/nf_edit_form.php:242 #: ../../godmode/alerts/configure_alert_command.php:220 -#: ../../godmode/alerts/alert_actions.php:351 -#: ../../godmode/alerts/alert_commands.php:1001 +#: ../../godmode/alerts/alert_actions.php:351 ../../godmode/alerts/alert_commands.php:1001 #: ../../godmode/alerts/alert_templates.php:415 #: ../../godmode/alerts/configure_alert_action.php:207 #: ../../godmode/alerts/configure_alert_template.php:1168 #: ../../godmode/setup/os.builder.php:269 ../../godmode/setup/os.builder.php:270 #: ../../godmode/setup/os.list.php:81 ../../godmode/setup/setup_ITSM.php:327 -#: ../../godmode/setup/setup_ITSM.php:453 -#: ../../godmode/files_repo/files_repo_list.php:49 +#: ../../godmode/setup/setup_ITSM.php:453 ../../godmode/files_repo/files_repo_list.php:49 #: ../../godmode/reporting/visual_console_builder.data.php:159 #: ../../godmode/reporting/create_container.php:247 #: ../../godmode/reporting/manage_schedule.php:85 @@ -1449,8 +1360,7 @@ msgstr "ID" #: ../../godmode/reporting/schedule.php:168 #: ../../godmode/reporting/reporting_builder.main.php:91 #: ../../godmode/reporting/reporting_builder.main.php:95 -#: ../../godmode/reporting/graph_builder.main.php:128 -#: ../../godmode/events/event_filter.php:166 +#: ../../godmode/reporting/graph_builder.main.php:128 ../../godmode/events/event_filter.php:166 #: ../../godmode/events/event_responses.editor.php:97 #: ../../godmode/events/event_responses.list.php:66 #: ../../godmode/wizards/ManageExtensions.class.php:357 @@ -1458,12 +1368,9 @@ msgstr "ID" #: ../../godmode/servers/modificar_server.php:204 ../../godmode/servers/plugin.php:474 #: ../../godmode/servers/plugin.php:1047 ../../godmode/tag/tag.php:231 #: ../../godmode/tag/edit_tag.php:194 ../../godmode/category/edit_category.php:189 -#: ../../mobile/operation/module_data.php:264 -#: ../../mobile/operation/server_status.php:283 -#: ../../mobile/operation/server_status.php:321 -#: ../../mobile/operation/server_status.php:351 -#: ../../mobile/operation/server_status.php:447 -#: ../../include/functions_reporting_html.php:670 +#: ../../mobile/operation/module_data.php:264 ../../mobile/operation/server_status.php:283 +#: ../../mobile/operation/server_status.php:321 ../../mobile/operation/server_status.php:351 +#: ../../mobile/operation/server_status.php:447 ../../include/functions_reporting_html.php:670 #: ../../include/functions_reporting_html.php:1709 #: ../../include/functions_reporting_html.php:1717 #: ../../include/functions_reporting_html.php:2420 @@ -1471,21 +1378,17 @@ msgstr "ID" #: ../../include/functions_reporting_html.php:4202 #: ../../include/functions_reporting_html.php:4918 #: ../../include/functions_reporting_html.php:7592 -#: ../../include/functions_reporting_html.php:7785 -#: ../../include/ajax/dashboard.ajax.php:89 ../../include/functions_treeview.php:69 -#: ../../include/class/EventSound.class.php:306 -#: ../../include/class/NetworkMap.class.php:3073 -#: ../../include/class/NetworkMap.class.php:3119 -#: ../../include/class/NetworkMap.class.php:3131 -#: ../../include/class/NetworkMap.class.php:3501 +#: ../../include/functions_reporting_html.php:7785 ../../include/ajax/dashboard.ajax.php:89 +#: ../../include/functions_treeview.php:69 ../../include/class/EventSound.class.php:306 +#: ../../include/class/NetworkMap.class.php:3073 ../../include/class/NetworkMap.class.php:3119 +#: ../../include/class/NetworkMap.class.php:3131 ../../include/class/NetworkMap.class.php:3501 #: ../../include/class/ManageNetScanScripts.class.php:403 #: ../../include/class/ManageNetScanScripts.class.php:549 #: ../../include/class/ModuleTemplates.class.php:853 #: ../../include/class/ModuleTemplates.class.php:1035 #: ../../include/class/CalendarManager.class.php:1033 #: ../../include/class/SatelliteCollection.class.php:132 -#: ../../include/functions_filemanager.php:705 -#: ../../include/functions_snmp_browser.php:1908 +#: ../../include/functions_filemanager.php:705 ../../include/functions_snmp_browser.php:1908 #: ../../include/functions_events.php:4396 ../../include/functions_events.php:4554 #: ../../operation/search_users.php:44 ../../operation/search_helps.php:31 #: ../../operation/agentes/pandora_networkmap.editor.php:338 @@ -1499,8 +1402,7 @@ msgstr "Nombre" #: ../../views/calendar/list.php:97 ../../views/calendar/special_days_edit.php:105 #: ../../views/calendar/edit.php:100 ../../views/calendar/special_days.php:117 #: ../../views/cluster/list.php:71 ../../views/ITSM/ITSMTicketListView.php:79 -#: ../../views/ITSM/ITSMTicketListView.php:136 -#: ../../views/ITSM/ITSMTicketDetailView.php:87 +#: ../../views/ITSM/ITSMTicketListView.php:136 ../../views/ITSM/ITSMTicketDetailView.php:87 #: ../../views/ITSM/ITSMTicketEditView.php:123 ../../views/dashboard/list.php:90 #: ../../views/dashboard/list.php:135 ../../views/dashboard/formDashboard.php:92 #: ../../enterprise/views/ncm/agent/manage.php:290 @@ -1553,8 +1455,7 @@ msgstr "Nombre" #: ../../enterprise/include/class/Omnishell.class.php:410 #: ../../enterprise/include/class/Omnishell.class.php:439 #: ../../enterprise/include/class/Omnishell.class.php:865 -#: ../../enterprise/include/class/DB2.app.php:477 -#: ../../enterprise/include/class/Aws.S3.php:441 +#: ../../enterprise/include/class/DB2.app.php:477 ../../enterprise/include/class/Aws.S3.php:441 #: ../../enterprise/include/class/SAP.app.php:644 #: ../../enterprise/include/class/Aws.cloud.php:569 #: ../../enterprise/include/class/Aws.cloud.php:1255 @@ -1591,16 +1492,14 @@ msgstr "Nombre" #: ../../enterprise/operation/security/hardening.php:450 #: ../../enterprise/operation/security/hardening.php:521 #: ../../enterprise/operation/security/hardening.php:574 -#: ../../enterprise/tools/ipam/ipam_editor.php:340 -#: ../../extensions/agents_modules.php:449 +#: ../../enterprise/tools/ipam/ipam_editor.php:340 ../../extensions/agents_modules.php:449 #: ../../godmode/modules/manage_network_templates_form.php:235 #: ../../godmode/modules/manage_network_templates_form.php:303 #: ../../godmode/modules/manage_network_templates_form.php:339 #: ../../godmode/modules/manage_network_components_form_common.php:141 #: ../../godmode/modules/manage_network_components.php:649 #: ../../godmode/modules/manage_network_components.php:787 -#: ../../godmode/users/user_list.php:407 -#: ../../godmode/agentes/configurar_agente.php:531 +#: ../../godmode/users/user_list.php:407 ../../godmode/agentes/configurar_agente.php:531 #: ../../godmode/agentes/modificar_agente.php:314 #: ../../godmode/agentes/modificar_agente.php:707 #: ../../godmode/agentes/planned_downtime.list.php:735 @@ -1627,21 +1526,17 @@ msgstr "Nombre" #: ../../godmode/massive/massive_add_action_alerts.php:198 #: ../../godmode/massive/massive_add_profiles.php:206 #: ../../godmode/alerts/configure_alert_command.php:247 -#: ../../godmode/alerts/alert_actions.php:269 -#: ../../godmode/alerts/alert_actions.php:353 -#: ../../godmode/alerts/alert_list.list.php:220 -#: ../../godmode/alerts/alert_commands.php:1003 +#: ../../godmode/alerts/alert_actions.php:269 ../../godmode/alerts/alert_actions.php:353 +#: ../../godmode/alerts/alert_list.list.php:220 ../../godmode/alerts/alert_commands.php:1003 #: ../../godmode/alerts/alert_templates.php:416 #: ../../godmode/alerts/configure_alert_action.php:244 -#: ../../godmode/alerts/configure_alert_template.php:1204 -#: ../../godmode/setup/news.php:216 ../../godmode/setup/gis.php:70 -#: ../../godmode/setup/gis_step_2.php:237 ../../godmode/setup/setup_ITSM.php:352 -#: ../../godmode/setup/setup_ITSM.php:478 +#: ../../godmode/alerts/configure_alert_template.php:1204 ../../godmode/setup/news.php:216 +#: ../../godmode/setup/gis.php:70 ../../godmode/setup/gis_step_2.php:237 +#: ../../godmode/setup/setup_ITSM.php:352 ../../godmode/setup/setup_ITSM.php:478 #: ../../godmode/reporting/visual_console_builder.data.php:171 #: ../../godmode/reporting/create_container.php:261 #: ../../godmode/reporting/create_container.php:635 -#: ../../godmode/reporting/create_container.php:742 -#: ../../godmode/reporting/map_builder.php:368 +#: ../../godmode/reporting/create_container.php:742 ../../godmode/reporting/map_builder.php:368 #: ../../godmode/reporting/map_builder.php:424 ../../godmode/reporting/graphs.php:234 #: ../../godmode/reporting/graphs.php:252 ../../godmode/reporting/graphs.php:372 #: ../../godmode/reporting/visual_console_favorite.php:182 @@ -1658,12 +1553,10 @@ msgstr "Nombre" #: ../../godmode/reporting/reporting_builder.main.php:119 #: ../../godmode/reporting/reporting_builder.php:725 #: ../../godmode/reporting/reporting_builder.php:925 -#: ../../godmode/reporting/graph_builder.main.php:176 -#: ../../godmode/events/event_filter.php:167 +#: ../../godmode/reporting/graph_builder.main.php:176 ../../godmode/events/event_filter.php:167 #: ../../godmode/events/event_responses.editor.php:120 #: ../../godmode/events/event_edit_filter.php:362 -#: ../../godmode/events/event_responses.list.php:68 -#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/event_responses.list.php:68 ../../godmode/events/custom_events.php:98 #: ../../godmode/wizards/HostDevices.class.php:993 ../../mobile/operation/agents.php:95 #: ../../mobile/operation/agents.php:158 ../../mobile/operation/agents.php:235 #: ../../mobile/operation/agents.php:236 ../../mobile/operation/agents.php:406 @@ -1691,13 +1584,10 @@ msgstr "Nombre" #: ../../include/functions_profile.php:204 ../../include/functions_visual_map.php:4240 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:697 #: ../../include/rest-api/models/VisualConsole/Item.php:2140 -#: ../../include/functions_html.php:1623 -#: ../../include/functions_massive_operations.php:124 +#: ../../include/functions_html.php:1623 ../../include/functions_massive_operations.php:124 #: ../../include/class/ExtensionsDiscovery.class.php:1504 -#: ../../include/class/NetworkMap.class.php:2995 -#: ../../include/class/NetworkMap.class.php:3056 -#: ../../include/class/NetworkMap.class.php:3422 -#: ../../include/class/AgentsAlerts.class.php:772 +#: ../../include/class/NetworkMap.class.php:2995 ../../include/class/NetworkMap.class.php:3056 +#: ../../include/class/NetworkMap.class.php:3422 ../../include/class/AgentsAlerts.class.php:772 #: ../../include/class/CredentialStore.class.php:814 #: ../../include/class/CredentialStore.class.php:846 #: ../../include/class/CredentialStore.class.php:937 @@ -1715,20 +1605,17 @@ msgstr "Nombre" #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:357 #: ../../include/lib/Dashboard/Widgets/inventory.php:272 #: ../../include/lib/Dashboard/Widgets/inventory.php:1064 -#: ../../include/lib/ClusterViewer/ClusterWizard.php:831 -#: ../../include/lib/Group.php:567 ../../include/lib/ITSM/ITSM.php:514 -#: ../../include/functions_snmp_browser.php:1920 ../../include/functions_events.php:255 -#: ../../include/functions_events.php:309 ../../include/functions_events.php:5145 -#: ../../operation/heatmap.php:124 ../../operation/heatmap.php:126 -#: ../../operation/search_agents.php:39 ../../operation/users/user_edit.php:942 -#: ../../operation/visual_console/view.php:375 -#: ../../operation/agentes/estado_agente.php:329 -#: ../../operation/agentes/estado_agente.php:1115 +#: ../../include/lib/ClusterViewer/ClusterWizard.php:831 ../../include/lib/Group.php:567 +#: ../../include/lib/ITSM/ITSM.php:514 ../../include/functions_snmp_browser.php:1920 +#: ../../include/functions_events.php:255 ../../include/functions_events.php:309 +#: ../../include/functions_events.php:5145 ../../operation/heatmap.php:124 +#: ../../operation/heatmap.php:126 ../../operation/search_agents.php:39 +#: ../../operation/users/user_edit.php:942 ../../operation/visual_console/view.php:375 +#: ../../operation/agentes/estado_agente.php:329 ../../operation/agentes/estado_agente.php:1115 #: ../../operation/agentes/pandora_networkmap.editor.php:350 #: ../../operation/agentes/pandora_networkmap.editor.php:434 #: ../../operation/agentes/interface_view.functions.php:37 -#: ../../operation/agentes/exportdata.php:334 -#: ../../operation/agentes/status_monitor.php:825 +#: ../../operation/agentes/exportdata.php:334 ../../operation/agentes/status_monitor.php:825 #: ../../operation/agentes/group_view.php:246 #: ../../operation/agentes/pandora_networkmap.view.php:140 #: ../../operation/agentes/pandora_networkmap.view.php:176 @@ -1737,22 +1624,19 @@ msgstr "Nombre" #: ../../operation/gis_maps/gis_map.php:116 ../../operation/gis_maps/ajax.php:332 #: ../../operation/gis_maps/ajax.php:438 ../../operation/inventory/inventory.php:587 #: ../../operation/inventory/inventory.php:1328 -#: ../../operation/reporting/graph_analytics.php:678 -#: ../../operation/events/events.php:1973 -#: ../../operation/custom_fields/custom_fields_view.php:141 -#: ../../operation/search_maps.php:29 ../../general/ui/agents_list.php:76 +#: ../../operation/reporting/graph_analytics.php:678 ../../operation/events/events.php:1973 +#: ../../operation/custom_fields/custom_fields_view.php:141 ../../operation/search_maps.php:29 +#: ../../general/ui/agents_list.php:76 msgid "Group" msgstr "Grupo" #: ../../views/calendar/list.php:122 ../../views/cluster/list.php:108 -#: ../../views/ITSM/ITSMTicketListView.php:114 -#: ../../enterprise/views/ncm/snippets/list.php:103 +#: ../../views/ITSM/ITSMTicketListView.php:114 ../../enterprise/views/ncm/snippets/list.php:103 #: ../../enterprise/views/ncm/templates/list.php:109 #: ../../enterprise/views/ncm/devices/list.php:169 #: ../../enterprise/views/ncm/firmwares/list.php:108 #: ../../enterprise/views/ncm/AgentDataTemplates/list.php:109 -#: ../../enterprise/views/ncm/models/list.php:97 -#: ../../enterprise/views/ncm/vendors/list.php:95 +#: ../../enterprise/views/ncm/models/list.php:97 ../../enterprise/views/ncm/vendors/list.php:95 #: ../../enterprise/views/ipam/sites/list.php:73 #: ../../enterprise/meta/advanced/metasetup.consoles.php:973 #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 @@ -1765,20 +1649,16 @@ msgstr "Grupo" #: ../../enterprise/include/functions_events.php:50 #: ../../enterprise/include/functions_ipam.php:1685 #: ../../godmode/update_manager/update_manager.history.php:67 -#: ../../godmode/users/token_list.php:177 -#: ../../godmode/agentes/modificar_agente.php:381 +#: ../../godmode/users/token_list.php:177 ../../godmode/agentes/modificar_agente.php:381 #: ../../godmode/snmpconsole/snmp_alert.php:1746 ../../godmode/setup/os.list.php:131 -#: ../../godmode/setup/os_version.list.php:83 -#: ../../godmode/events/event_edit_filter.php:437 ../../mobile/operation/agents.php:254 -#: ../../mobile/operation/modules.php:318 ../../mobile/operation/alerts.php:241 -#: ../../mobile/operation/events.php:1032 ../../include/ajax/module.php:374 -#: ../../include/class/ConfigPEN.class.php:630 +#: ../../godmode/setup/os_version.list.php:83 ../../godmode/events/event_edit_filter.php:437 +#: ../../mobile/operation/agents.php:254 ../../mobile/operation/modules.php:318 +#: ../../mobile/operation/alerts.php:241 ../../mobile/operation/events.php:1032 +#: ../../include/ajax/module.php:374 ../../include/class/ConfigPEN.class.php:630 #: ../../include/class/EventSound.class.php:337 #: ../../include/class/CredentialStore.class.php:858 -#: ../../include/class/SnmpConsole.class.php:378 -#: ../../include/class/AuditLog.class.php:239 -#: ../../include/lib/Dashboard/Widgets/inventory.php:260 -#: ../../operation/events/events.php:2123 +#: ../../include/class/SnmpConsole.class.php:378 ../../include/class/AuditLog.class.php:239 +#: ../../include/lib/Dashboard/Widgets/inventory.php:260 ../../operation/events/events.php:2123 msgid "Free search" msgstr "Búsqueda libre" @@ -1786,8 +1666,7 @@ msgstr "Búsqueda libre" #: ../../views/calendar/special_days_edit.php:209 ../../views/calendar/edit.php:129 #: ../../views/calendar/special_days.php:346 ../../views/calendar/special_days.php:429 #: ../../views/calendar/special_days.php:504 ../../views/calendar/special_days.php:529 -#: ../../views/ITSM/ITSMTicketListView.php:162 -#: ../../views/ITSM/ITSMTicketEditView.php:249 +#: ../../views/ITSM/ITSMTicketListView.php:162 ../../views/ITSM/ITSMTicketEditView.php:249 #: ../../enterprise/views/ncm/snippets/list.php:129 #: ../../enterprise/views/ncm/snippets/edit.php:123 #: ../../enterprise/views/ncm/templates/list.php:135 @@ -1801,8 +1680,7 @@ msgstr "Búsqueda libre" #: ../../enterprise/views/ncm/vendors/list.php:121 #: ../../enterprise/views/ncm/vendors/edit.php:127 #: ../../enterprise/views/ipam/sites/list.php:100 -#: ../../enterprise/views/ipam/sites/edit.php:106 -#: ../../enterprise/meta/advanced/links.php:137 +#: ../../enterprise/views/ipam/sites/edit.php:106 ../../enterprise/meta/advanced/links.php:137 #: ../../enterprise/meta/advanced/collections.data.php:42 #: ../../enterprise/meta/advanced/collections.data.php:71 #: ../../enterprise/meta/advanced/collections.data.php:93 @@ -1846,8 +1724,7 @@ msgstr "Búsqueda libre" #: ../../enterprise/godmode/servers/manage_export.php:216 #: ../../enterprise/godmode/servers/manage_export_form.php:186 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3427 -#: ../../enterprise/tools/ipam/ipam.php:425 -#: ../../enterprise/tools/ipam/ipam_list.php:861 +#: ../../enterprise/tools/ipam/ipam.php:425 ../../enterprise/tools/ipam/ipam_list.php:861 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:531 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:171 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:397 @@ -1862,33 +1739,25 @@ msgstr "Búsqueda libre" #: ../../godmode/modules/manage_network_templates.php:311 #: ../../godmode/groups/configure_group.php:296 #: ../../godmode/groups/configure_modu_group.php:102 -#: ../../godmode/users/configure_token.php:145 -#: ../../godmode/users/configure_user.php:1634 +#: ../../godmode/users/configure_token.php:145 ../../godmode/users/configure_user.php:1634 #: ../../godmode/agentes/module_manager_editor.php:823 #: ../../godmode/agentes/planned_downtime.list.php:680 #: ../../godmode/agentes/planned_downtime.list.php:989 -#: ../../godmode/agentes/agent_manager.php:1343 -#: ../../godmode/agentes/configure_field.php:207 -#: ../../godmode/agentes/module_manager.php:1217 -#: ../../godmode/netflow/nf_edit_form.php:454 -#: ../../godmode/snmpconsole/snmp_alert.php:1715 -#: ../../godmode/snmpconsole/snmp_alert.php:2204 +#: ../../godmode/agentes/agent_manager.php:1343 ../../godmode/agentes/configure_field.php:207 +#: ../../godmode/agentes/module_manager.php:1217 ../../godmode/netflow/nf_edit_form.php:454 +#: ../../godmode/snmpconsole/snmp_alert.php:1715 ../../godmode/snmpconsole/snmp_alert.php:2204 #: ../../godmode/snmpconsole/snmp_filters.php:275 #: ../../godmode/snmpconsole/snmp_filters.php:366 #: ../../godmode/alerts/configure_alert_command.php:395 -#: ../../godmode/alerts/alert_actions.php:513 -#: ../../godmode/alerts/alert_list.list.php:1121 -#: ../../godmode/alerts/alert_commands.php:1102 -#: ../../godmode/alerts/alert_templates.php:525 -#: ../../godmode/alerts/configure_alert_action.php:472 -#: ../../godmode/alerts/alert_list.php:630 ../../godmode/setup/news.php:325 -#: ../../godmode/setup/gis.php:100 ../../godmode/setup/os_version.php:91 -#: ../../godmode/setup/os_version.php:163 ../../godmode/setup/os.builder.php:66 -#: ../../godmode/setup/os.builder.php:120 ../../godmode/setup/os.builder.php:235 -#: ../../godmode/setup/links.php:169 ../../godmode/setup/os_version.builder.php:69 -#: ../../godmode/setup/os_version.builder.php:142 -#: ../../godmode/reporting/create_container.php:383 -#: ../../godmode/reporting/map_builder.php:592 +#: ../../godmode/alerts/alert_actions.php:513 ../../godmode/alerts/alert_list.list.php:1121 +#: ../../godmode/alerts/alert_commands.php:1102 ../../godmode/alerts/alert_templates.php:525 +#: ../../godmode/alerts/configure_alert_action.php:472 ../../godmode/alerts/alert_list.php:630 +#: ../../godmode/setup/news.php:325 ../../godmode/setup/gis.php:100 +#: ../../godmode/setup/os_version.php:91 ../../godmode/setup/os_version.php:163 +#: ../../godmode/setup/os.builder.php:66 ../../godmode/setup/os.builder.php:120 +#: ../../godmode/setup/os.builder.php:235 ../../godmode/setup/links.php:169 +#: ../../godmode/setup/os_version.builder.php:69 ../../godmode/setup/os_version.builder.php:142 +#: ../../godmode/reporting/create_container.php:383 ../../godmode/reporting/map_builder.php:592 #: ../../godmode/reporting/reporting_builder.item_editor.php:2880 #: ../../godmode/reporting/reporting_builder.main.php:45 #: ../../godmode/reporting/graph_builder.main.php:305 @@ -1896,8 +1765,7 @@ msgstr "Búsqueda libre" #: ../../godmode/events/event_edit_filter.php:985 ../../godmode/servers/plugin.php:766 #: ../../godmode/tag/edit_tag.php:262 ../../godmode/category/edit_category.php:201 #: ../../include/functions_visual_map_editor.php:930 -#: ../../include/class/EventSound.class.php:199 -#: ../../include/class/EventSound.class.php:282 +#: ../../include/class/EventSound.class.php:199 ../../include/class/EventSound.class.php:282 #: ../../include/class/ManageNetScanScripts.class.php:765 #: ../../include/class/ModuleTemplates.class.php:938 #: ../../include/class/ModuleTemplates.class.php:992 @@ -1905,10 +1773,8 @@ msgstr "Búsqueda libre" #: ../../include/class/WelcomeWindow.class.php:793 #: ../../include/class/WelcomeWindow.class.php:846 #: ../../include/class/WelcomeWindow.class.php:1164 -#: ../../include/class/WelcomeWindow.class.php:1275 -#: ../../include/functions_filemanager.php:935 -#: ../../include/functions_filemanager.php:1009 -#: ../../operation/gis_maps/gis_map.php:220 +#: ../../include/class/WelcomeWindow.class.php:1275 ../../include/functions_filemanager.php:935 +#: ../../include/functions_filemanager.php:1009 ../../operation/gis_maps/gis_map.php:220 #: ../../operation/reporting/graph_analytics.php:403 msgid "Create" msgstr "Crear" @@ -1917,8 +1783,7 @@ msgstr "Crear" msgid "Configure special day" msgstr "Configurar día especial" -#: ../../views/calendar/special_days_edit.php:79 -#: ../../enterprise/include/functions_log.php:284 +#: ../../views/calendar/special_days_edit.php:79 ../../enterprise/include/functions_log.php:284 #: ../../enterprise/include/functions_log.php:287 #: ../../enterprise/include/functions_reporting_pdf.php:792 #: ../../enterprise/include/functions_reporting_csv.php:659 @@ -1935,11 +1800,9 @@ msgstr "Configurar día especial" #: ../../enterprise/operation/agentes/security_hardening.php:368 #: ../../enterprise/operation/agentes/security_hardening.php:474 #: ../../enterprise/operation/agentes/security_hardening.php:544 -#: ../../enterprise/operation/log/log_viewer.php:589 -#: ../../extensions/insert_data.php:196 +#: ../../enterprise/operation/log/log_viewer.php:589 ../../extensions/insert_data.php:196 #: ../../godmode/reporting/reporting_builder.item_editor.php:2750 -#: ../../mobile/operation/tactical.php:351 -#: ../../include/functions_reporting_html.php:895 +#: ../../mobile/operation/tactical.php:351 ../../include/functions_reporting_html.php:895 #: ../../include/functions_reporting_html.php:2685 #: ../../include/functions_reporting_html.php:4044 #: ../../include/functions_reporting_html.php:4053 @@ -1951,10 +1814,8 @@ msgstr "Configurar día especial" #: ../../include/functions_reporting_html.php:4203 #: ../../include/functions_reporting_html.php:7236 #: ../../include/functions_reporting_html.php:7858 ../../include/functions.php:3195 -#: ../../include/functions_inventory.php:1229 -#: ../../include/class/AuditLog.class.php:154 -#: ../../include/class/AuditLog.class.php:246 -#: ../../include/functions_reporting.php:5068 +#: ../../include/functions_inventory.php:1229 ../../include/class/AuditLog.class.php:154 +#: ../../include/class/AuditLog.class.php:246 ../../include/functions_reporting.php:5068 #: ../../include/functions_reporting.php:5109 #: ../../include/lib/Dashboard/Widgets/DataMatrix.php:646 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:269 @@ -1963,17 +1824,15 @@ msgstr "Configurar día especial" #: ../../include/lib/TacticalView/elements/Events.php:447 #: ../../operation/agentes/agent_inventory.php:135 #: ../../operation/network/network_usage_map.php:239 -#: ../../operation/netflow/nf_live_view.php:506 -#: ../../operation/inventory/inventory.php:753 +#: ../../operation/netflow/nf_live_view.php:506 ../../operation/inventory/inventory.php:753 #: ../../operation/reporting/reporting_viewer.php:320 #: ../../operation/reporting/reporting_viewer.php:325 #: ../../operation/reporting/graph_viewer.php:388 msgid "Date" msgstr "Fecha" -#: ../../views/calendar/special_days_edit.php:116 -#: ../../views/calendar/special_days.php:96 ../../views/calendar/special_days.php:381 -#: ../../enterprise/views/ncm/agent/manage.php:377 +#: ../../views/calendar/special_days_edit.php:116 ../../views/calendar/special_days.php:96 +#: ../../views/calendar/special_days.php:381 ../../enterprise/views/ncm/agent/manage.php:377 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:95 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1915 #: ../../enterprise/include/functions_reporting.php:1752 @@ -1982,16 +1841,14 @@ msgstr "Fecha" #: ../../enterprise/include/functions_reporting.php:3660 #: ../../enterprise/include/functions_reporting.php:4637 #: ../../enterprise/include/lib/NetworkManager.php:251 -#: ../../godmode/alerts/alert_templates.php:63 -#: ../../godmode/setup/setup_visuals.php:764 +#: ../../godmode/alerts/alert_templates.php:63 ../../godmode/setup/setup_visuals.php:764 #: ../../godmode/reporting/reporting_builder.item_editor.php:2031 #: ../../include/functions_html.php:2401 msgid "Monday" msgstr "Lunes" -#: ../../views/calendar/special_days_edit.php:117 -#: ../../views/calendar/special_days.php:97 ../../views/calendar/special_days.php:385 -#: ../../enterprise/views/ncm/agent/manage.php:378 +#: ../../views/calendar/special_days_edit.php:117 ../../views/calendar/special_days.php:97 +#: ../../views/calendar/special_days.php:385 ../../enterprise/views/ncm/agent/manage.php:378 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:96 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1923 #: ../../enterprise/include/functions_reporting.php:1753 @@ -2000,16 +1857,14 @@ msgstr "Lunes" #: ../../enterprise/include/functions_reporting.php:3661 #: ../../enterprise/include/functions_reporting.php:4638 #: ../../enterprise/include/lib/NetworkManager.php:255 -#: ../../godmode/alerts/alert_templates.php:64 -#: ../../godmode/setup/setup_visuals.php:765 +#: ../../godmode/alerts/alert_templates.php:64 ../../godmode/setup/setup_visuals.php:765 #: ../../godmode/reporting/reporting_builder.item_editor.php:2039 #: ../../include/functions_html.php:2402 msgid "Tuesday" msgstr "Martes" -#: ../../views/calendar/special_days_edit.php:118 -#: ../../views/calendar/special_days.php:98 ../../views/calendar/special_days.php:389 -#: ../../enterprise/views/ncm/agent/manage.php:379 +#: ../../views/calendar/special_days_edit.php:118 ../../views/calendar/special_days.php:98 +#: ../../views/calendar/special_days.php:389 ../../enterprise/views/ncm/agent/manage.php:379 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:97 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1931 #: ../../enterprise/include/functions_reporting.php:1754 @@ -2018,16 +1873,14 @@ msgstr "Martes" #: ../../enterprise/include/functions_reporting.php:3662 #: ../../enterprise/include/functions_reporting.php:4639 #: ../../enterprise/include/lib/NetworkManager.php:259 -#: ../../godmode/alerts/alert_templates.php:65 -#: ../../godmode/setup/setup_visuals.php:766 +#: ../../godmode/alerts/alert_templates.php:65 ../../godmode/setup/setup_visuals.php:766 #: ../../godmode/reporting/reporting_builder.item_editor.php:2047 #: ../../include/functions_html.php:2403 msgid "Wednesday" msgstr "Miércoles" -#: ../../views/calendar/special_days_edit.php:119 -#: ../../views/calendar/special_days.php:99 ../../views/calendar/special_days.php:393 -#: ../../enterprise/views/ncm/agent/manage.php:380 +#: ../../views/calendar/special_days_edit.php:119 ../../views/calendar/special_days.php:99 +#: ../../views/calendar/special_days.php:393 ../../enterprise/views/ncm/agent/manage.php:380 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:98 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1939 #: ../../enterprise/include/functions_reporting.php:1755 @@ -2036,16 +1889,14 @@ msgstr "Miércoles" #: ../../enterprise/include/functions_reporting.php:3663 #: ../../enterprise/include/functions_reporting.php:4640 #: ../../enterprise/include/lib/NetworkManager.php:263 -#: ../../godmode/alerts/alert_templates.php:66 -#: ../../godmode/setup/setup_visuals.php:767 +#: ../../godmode/alerts/alert_templates.php:66 ../../godmode/setup/setup_visuals.php:767 #: ../../godmode/reporting/reporting_builder.item_editor.php:2055 #: ../../include/functions_html.php:2404 msgid "Thursday" msgstr "Jueves" -#: ../../views/calendar/special_days_edit.php:120 -#: ../../views/calendar/special_days.php:100 ../../views/calendar/special_days.php:397 -#: ../../enterprise/views/ncm/agent/manage.php:381 +#: ../../views/calendar/special_days_edit.php:120 ../../views/calendar/special_days.php:100 +#: ../../views/calendar/special_days.php:397 ../../enterprise/views/ncm/agent/manage.php:381 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:99 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1947 #: ../../enterprise/include/functions_reporting.php:1756 @@ -2054,16 +1905,14 @@ msgstr "Jueves" #: ../../enterprise/include/functions_reporting.php:3664 #: ../../enterprise/include/functions_reporting.php:4641 #: ../../enterprise/include/lib/NetworkManager.php:267 -#: ../../godmode/alerts/alert_templates.php:67 -#: ../../godmode/setup/setup_visuals.php:768 +#: ../../godmode/alerts/alert_templates.php:67 ../../godmode/setup/setup_visuals.php:768 #: ../../godmode/reporting/reporting_builder.item_editor.php:2063 #: ../../include/functions_html.php:2405 msgid "Friday" msgstr "Viernes" -#: ../../views/calendar/special_days_edit.php:121 -#: ../../views/calendar/special_days.php:101 ../../views/calendar/special_days.php:401 -#: ../../enterprise/views/ncm/agent/manage.php:382 +#: ../../views/calendar/special_days_edit.php:121 ../../views/calendar/special_days.php:101 +#: ../../views/calendar/special_days.php:401 ../../enterprise/views/ncm/agent/manage.php:382 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:100 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1955 #: ../../enterprise/include/functions_reporting.php:1757 @@ -2072,16 +1921,14 @@ msgstr "Viernes" #: ../../enterprise/include/functions_reporting.php:3665 #: ../../enterprise/include/functions_reporting.php:4642 #: ../../enterprise/include/lib/NetworkManager.php:271 -#: ../../godmode/alerts/alert_templates.php:68 -#: ../../godmode/setup/setup_visuals.php:769 +#: ../../godmode/alerts/alert_templates.php:68 ../../godmode/setup/setup_visuals.php:769 #: ../../godmode/reporting/reporting_builder.item_editor.php:2071 #: ../../include/functions_html.php:2406 msgid "Saturday" msgstr "Sábado" -#: ../../views/calendar/special_days_edit.php:122 -#: ../../views/calendar/special_days.php:102 ../../views/calendar/special_days.php:405 -#: ../../enterprise/views/ncm/agent/manage.php:376 +#: ../../views/calendar/special_days_edit.php:122 ../../views/calendar/special_days.php:102 +#: ../../views/calendar/special_days.php:405 ../../enterprise/views/ncm/agent/manage.php:376 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:101 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1963 #: ../../enterprise/include/functions_reporting.php:1758 @@ -2090,26 +1937,22 @@ msgstr "Sábado" #: ../../enterprise/include/functions_reporting.php:3666 #: ../../enterprise/include/functions_reporting.php:4643 #: ../../enterprise/include/lib/NetworkManager.php:276 -#: ../../godmode/alerts/alert_templates.php:69 -#: ../../godmode/setup/setup_visuals.php:763 +#: ../../godmode/alerts/alert_templates.php:69 ../../godmode/setup/setup_visuals.php:763 #: ../../godmode/reporting/reporting_builder.item_editor.php:2079 #: ../../include/functions_html.php:2400 msgid "Sunday" msgstr "Domingo" -#: ../../views/calendar/special_days_edit.php:123 -#: ../../views/calendar/special_days.php:409 +#: ../../views/calendar/special_days_edit.php:123 ../../views/calendar/special_days.php:409 msgid "Holidays" msgstr "Vacaciones" -#: ../../views/calendar/special_days_edit.php:127 -#: ../../views/calendar/special_days.php:106 +#: ../../views/calendar/special_days_edit.php:127 ../../views/calendar/special_days.php:106 msgid "Same day of the week" msgstr "Mismo día de la semana" #: ../../views/calendar/special_days_edit.php:162 ../../views/calendar/edit.php:129 -#: ../../views/ITSM/ITSMTicketEditView.php:259 -#: ../../enterprise/views/ncm/snippets/edit.php:123 +#: ../../views/ITSM/ITSMTicketEditView.php:259 ../../enterprise/views/ncm/snippets/edit.php:123 #: ../../enterprise/views/ncm/templates/edit.php:328 #: ../../enterprise/views/ncm/firmwares/edit.php:183 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:190 @@ -2173,8 +2016,7 @@ msgstr "Mismo día de la semana" #: ../../enterprise/godmode/services/services.service.php:981 #: ../../enterprise/godmode/setup/setup_history.php:745 #: ../../enterprise/godmode/setup/translate_string.php:268 -#: ../../enterprise/godmode/setup/setup.php:300 -#: ../../enterprise/godmode/setup/setup.php:508 +#: ../../enterprise/godmode/setup/setup.php:300 ../../enterprise/godmode/setup/setup.php:508 #: ../../enterprise/godmode/setup/setup_module_library.php:76 #: ../../enterprise/godmode/setup/setup_metaconsole.php:245 #: ../../enterprise/godmode/setup/setup_log_collector.php:189 @@ -2221,28 +2063,22 @@ msgstr "Mismo día de la semana" #: ../../godmode/groups/configure_group.php:287 #: ../../godmode/groups/configure_modu_group.php:99 #: ../../godmode/update_manager/update_manager.setup.php:410 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/users/configure_token.php:154 +#: ../../godmode/users/configure_profile.php:370 ../../godmode/users/configure_token.php:154 #: ../../godmode/users/configure_user.php:1638 #: ../../godmode/agentes/status_monitor_custom_fields.php:231 #: ../../godmode/agentes/module_manager_editor.php:801 #: ../../godmode/agentes/inventory_manager.php:188 -#: ../../godmode/agentes/inventory_manager.php:271 -#: ../../godmode/agentes/agent_conf_gis.php:161 +#: ../../godmode/agentes/inventory_manager.php:271 ../../godmode/agentes/agent_conf_gis.php:161 #: ../../godmode/agentes/planned_downtime.list.php:891 #: ../../godmode/agentes/planned_downtime.list.php:936 #: ../../godmode/agentes/planned_downtime.editor.php:1305 -#: ../../godmode/agentes/agent_manager.php:1305 -#: ../../godmode/agentes/configure_field.php:203 -#: ../../godmode/netflow/nf_edit_form.php:450 -#: ../../godmode/snmpconsole/snmp_alert.php:1704 -#: ../../godmode/snmpconsole/snmp_alert.php:2007 -#: ../../godmode/snmpconsole/snmp_filters.php:264 +#: ../../godmode/agentes/agent_manager.php:1305 ../../godmode/agentes/configure_field.php:203 +#: ../../godmode/netflow/nf_edit_form.php:450 ../../godmode/snmpconsole/snmp_alert.php:1704 +#: ../../godmode/snmpconsole/snmp_alert.php:2007 ../../godmode/snmpconsole/snmp_filters.php:264 #: ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 #: ../../godmode/alerts/configure_alert_command.php:386 -#: ../../godmode/alerts/alert_list.list.php:227 -#: ../../godmode/alerts/alert_list.list.php:1066 +#: ../../godmode/alerts/alert_list.list.php:227 ../../godmode/alerts/alert_list.list.php:1066 #: ../../godmode/alerts/configure_alert_action.php:450 ../../godmode/setup/news.php:333 #: ../../godmode/setup/setup_ehorus.php:228 ../../godmode/setup/os_version.php:72 #: ../../godmode/setup/os_version.php:128 ../../godmode/setup/setup_sflow.php:95 @@ -2251,8 +2087,7 @@ msgstr "Mismo día de la semana" #: ../../godmode/setup/snmp_wizard.php:100 ../../godmode/setup/setup_netflow.php:121 #: ../../godmode/setup/setup_ITSM.php:622 ../../godmode/setup/setup_visuals.php:2196 #: ../../godmode/setup/setup_general.php:957 ../../godmode/setup/performance.php:893 -#: ../../godmode/setup/setup_quickshell.php:42 -#: ../../godmode/setup/os_version.builder.php:65 +#: ../../godmode/setup/setup_quickshell.php:42 ../../godmode/setup/os_version.builder.php:65 #: ../../godmode/files_repo/files_repo_form.php:109 #: ../../godmode/reporting/visual_console_builder.data.php:321 #: ../../godmode/reporting/create_container.php:365 @@ -2260,23 +2095,18 @@ msgstr "Mismo día de la semana" #: ../../godmode/reporting/reporting_builder.main.php:56 #: ../../godmode/reporting/graph_builder.main.php:305 #: ../../godmode/events/event_responses.editor.php:337 -#: ../../godmode/events/event_edit_filter.php:982 -#: ../../godmode/events/custom_events.php:193 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/modificar_server.php:247 ../../godmode/servers/plugin.php:246 -#: ../../godmode/servers/plugin.php:774 ../../godmode/tag/edit_tag.php:251 -#: ../../godmode/category/edit_category.php:196 -#: ../../include/functions_visual_map_editor.php:926 -#: ../../include/ajax/alert_list.ajax.php:340 -#: ../../include/class/ConfigPEN.class.php:703 -#: ../../include/class/ConfigPEN.class.php:704 +#: ../../godmode/events/event_edit_filter.php:982 ../../godmode/events/custom_events.php:193 +#: ../../godmode/servers/modificar_server.php:48 ../../godmode/servers/modificar_server.php:247 +#: ../../godmode/servers/plugin.php:246 ../../godmode/servers/plugin.php:774 +#: ../../godmode/tag/edit_tag.php:251 ../../godmode/category/edit_category.php:196 +#: ../../include/functions_visual_map_editor.php:926 ../../include/ajax/alert_list.ajax.php:340 +#: ../../include/class/ConfigPEN.class.php:703 ../../include/class/ConfigPEN.class.php:704 #: ../../include/class/ManageNetScanScripts.class.php:769 #: ../../include/class/CredentialStore.class.php:1659 #: ../../include/class/ModuleTemplates.class.php:997 -#: ../../include/class/ExternalTools.class.php:476 -#: ../../include/functions_events.php:3553 ../../include/functions_events.php:3639 -#: ../../include/functions_events.php:4736 ../../operation/users/user_edit.php:894 -#: ../../operation/visual_console/view.php:520 +#: ../../include/class/ExternalTools.class.php:476 ../../include/functions_events.php:3553 +#: ../../include/functions_events.php:3639 ../../include/functions_events.php:4736 +#: ../../operation/users/user_edit.php:894 ../../operation/visual_console/view.php:520 #: ../../operation/agentes/datos_agente.php:220 #: ../../operation/reporting/reporting_viewer.php:342 #: ../../operation/reporting/reporting_viewer.php:354 @@ -2284,8 +2114,8 @@ msgstr "Mismo día de la semana" msgid "Update" msgstr "Actualizar" -#: ../../views/calendar/special_days_edit.php:214 -#: ../../views/calendar/special_days.php:434 ../../views/calendar/special_days.php:534 +#: ../../views/calendar/special_days_edit.php:214 ../../views/calendar/special_days.php:434 +#: ../../views/calendar/special_days.php:534 #: ../../enterprise/godmode/wizards/consoletask_js.php:108 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:4646 #: ../../godmode/agentes/planned_downtime.list.php:819 @@ -2308,16 +2138,14 @@ msgid "Check this box, if you want to overwrite existing same days." msgstr "Marca esta casilla si quieres sobrescribir los días existentes." #: ../../views/calendar/special_days.php:145 ../../views/calendar/special_days.php:172 -#: ../../views/calendar/special_days.php:173 -#: ../../views/ITSM/ITSMTicketDetailView.php:265 +#: ../../views/calendar/special_days.php:173 ../../views/ITSM/ITSMTicketDetailView.php:265 #: ../../enterprise/include/functions_policies.php:4605 #: ../../enterprise/tools/ipam/ipam_network.php:1105 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:1664 #: ../../enterprise/tools/ipam/ipam_list.php:888 #: ../../enterprise/tools/ipam/ipam_vlan_config.php:1054 #: ../../extensions/extension_uploader.php:134 -#: ../../godmode/servers/plugin_registration.php:119 -#: ../../include/functions_html.php:4971 +#: ../../godmode/servers/plugin_registration.php:119 ../../include/functions_html.php:4971 msgid "Upload" msgstr "Subir" @@ -2338,10 +2166,8 @@ msgstr "Mostrar rango " #: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:123 #: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 #: ../../enterprise/operation/agentes/policy_view.php:333 -#: ../../godmode/users/configure_user.php:56 -#: ../../godmode/users/configure_user.php:1145 -#: ../../godmode/users/user_management.php:39 -#: ../../godmode/users/user_management.php:709 +#: ../../godmode/users/configure_user.php:56 ../../godmode/users/configure_user.php:1145 +#: ../../godmode/users/user_management.php:39 ../../godmode/users/user_management.php:709 #: ../../godmode/agentes/module_manager_editor_common.php:700 #: ../../godmode/massive/massive_edit_users.php:242 #: ../../godmode/massive/massive_edit_users.php:272 @@ -2353,65 +2179,65 @@ msgstr "Mostrar rango " #: ../../godmode/setup/setup_visuals.php:733 ../../godmode/setup/setup_visuals.php:1598 #: ../../godmode/events/event_edit_filter.php:491 ../../include/auth/mysql.php:803 #: ../../include/functions_ui.php:1568 ../../include/class/AgentsAlerts.class.php:946 -#: ../../include/class/SnmpConsole.class.php:303 -#: ../../include/functions_events.php:5342 ../../operation/users/user_edit.php:426 -#: ../../operation/users/user_edit.php:429 ../../operation/users/user_edit.php:440 -#: ../../operation/users/user_edit.php:465 ../../operation/gis_maps/gis_map.php:119 +#: ../../include/class/SnmpConsole.class.php:303 ../../include/functions_events.php:5342 +#: ../../operation/users/user_edit.php:426 ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:440 ../../operation/users/user_edit.php:465 +#: ../../operation/gis_maps/gis_map.php:119 msgid "Default" msgstr "Por defecto" #: ../../views/calendar/special_days.php:247 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:426 -#: ../../godmode/agentes/planned_downtime.editor.php:1059 -#: ../../include/functions.php:1240 ../../include/class/CalendarManager.class.php:1042 +#: ../../godmode/agentes/planned_downtime.editor.php:1059 ../../include/functions.php:1240 +#: ../../include/class/CalendarManager.class.php:1042 #: ../../include/functions_reporting.php:15476 msgid "Sun" msgstr "Dom" #: ../../views/calendar/special_days.php:248 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:420 -#: ../../godmode/agentes/planned_downtime.editor.php:1053 -#: ../../include/functions.php:1216 ../../include/class/CalendarManager.class.php:1036 +#: ../../godmode/agentes/planned_downtime.editor.php:1053 ../../include/functions.php:1216 +#: ../../include/class/CalendarManager.class.php:1036 #: ../../include/functions_reporting.php:15446 msgid "Mon" msgstr "Lun" #: ../../views/calendar/special_days.php:249 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:421 -#: ../../godmode/agentes/planned_downtime.editor.php:1054 -#: ../../include/functions.php:1220 ../../include/class/CalendarManager.class.php:1037 +#: ../../godmode/agentes/planned_downtime.editor.php:1054 ../../include/functions.php:1220 +#: ../../include/class/CalendarManager.class.php:1037 #: ../../include/functions_reporting.php:15451 msgid "Tue" msgstr "Mar" #: ../../views/calendar/special_days.php:250 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:422 -#: ../../godmode/agentes/planned_downtime.editor.php:1055 -#: ../../include/functions.php:1224 ../../include/class/CalendarManager.class.php:1038 +#: ../../godmode/agentes/planned_downtime.editor.php:1055 ../../include/functions.php:1224 +#: ../../include/class/CalendarManager.class.php:1038 #: ../../include/functions_reporting.php:15456 msgid "Wed" msgstr "Mié" #: ../../views/calendar/special_days.php:251 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:423 -#: ../../godmode/agentes/planned_downtime.editor.php:1056 -#: ../../include/functions.php:1228 ../../include/class/CalendarManager.class.php:1039 +#: ../../godmode/agentes/planned_downtime.editor.php:1056 ../../include/functions.php:1228 +#: ../../include/class/CalendarManager.class.php:1039 #: ../../include/functions_reporting.php:15461 msgid "Thu" msgstr "Jue" #: ../../views/calendar/special_days.php:252 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:424 -#: ../../godmode/agentes/planned_downtime.editor.php:1057 -#: ../../include/functions.php:1232 ../../include/class/CalendarManager.class.php:1040 +#: ../../godmode/agentes/planned_downtime.editor.php:1057 ../../include/functions.php:1232 +#: ../../include/class/CalendarManager.class.php:1040 #: ../../include/functions_reporting.php:15466 msgid "Fri" msgstr "Vie" #: ../../views/calendar/special_days.php:253 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:425 -#: ../../godmode/agentes/planned_downtime.editor.php:1058 -#: ../../include/functions.php:1236 ../../include/class/CalendarManager.class.php:1041 +#: ../../godmode/agentes/planned_downtime.editor.php:1058 ../../include/functions.php:1236 +#: ../../include/class/CalendarManager.class.php:1041 #: ../../include/functions_reporting.php:15471 msgid "Sat" msgstr "Sáb" @@ -2541,37 +2367,29 @@ msgstr "Mostrar plantillas" #: ../../enterprise/include/lib/Metaconsole/Node.php:1098 #: ../../enterprise/include/lib/Metaconsole/Node.php:1099 #: ../../enterprise/operation/agentes/tag_view.php:1256 -#: ../../enterprise/tools/ipam/ipam.php:420 -#: ../../enterprise/tools/ipam/ipam_ajax.php:122 -#: ../../enterprise/tools/ipam/ipam_ajax.php:530 -#: ../../godmode/groups/group_list.php:1119 ../../godmode/groups/group_list.php:1120 -#: ../../godmode/users/profile_list.php:399 -#: ../../godmode/agentes/agent_template.php:306 -#: ../../godmode/agentes/modificar_agente.php:830 +#: ../../enterprise/tools/ipam/ipam.php:420 ../../enterprise/tools/ipam/ipam_ajax.php:122 +#: ../../enterprise/tools/ipam/ipam_ajax.php:530 ../../godmode/groups/group_list.php:1119 +#: ../../godmode/groups/group_list.php:1120 ../../godmode/users/profile_list.php:399 +#: ../../godmode/agentes/agent_template.php:306 ../../godmode/agentes/modificar_agente.php:830 #: ../../godmode/agentes/planned_downtime.list.php:747 #: ../../godmode/agentes/planned_downtime.editor.php:1416 -#: ../../godmode/agentes/fields_manager.php:191 -#: ../../godmode/agentes/configure_field.php:83 -#: ../../godmode/snmpconsole/snmp_alert.php:2010 -#: ../../godmode/setup/snmp_wizard.php:110 ../../godmode/setup/os_version.list.php:129 -#: ../../godmode/files_repo/files_repo_list.php:131 +#: ../../godmode/agentes/fields_manager.php:191 ../../godmode/agentes/configure_field.php:83 +#: ../../godmode/snmpconsole/snmp_alert.php:2010 ../../godmode/setup/snmp_wizard.php:110 +#: ../../godmode/setup/os_version.list.php:129 ../../godmode/files_repo/files_repo_list.php:131 #: ../../godmode/reporting/reporting_builder.list_items.php:627 #: ../../godmode/reporting/reporting_builder.item_editor.php:2888 -#: ../../godmode/reporting/schedule.php:211 -#: ../../godmode/reporting/reporting_builder.php:1167 +#: ../../godmode/reporting/schedule.php:211 ../../godmode/reporting/reporting_builder.php:1167 #: ../../godmode/events/event_responses.list.php:111 -#: ../../godmode/servers/servers.build_table.php:280 -#: ../../godmode/servers/plugin.php:227 ../../godmode/servers/plugin.php:1105 -#: ../../godmode/category/category.php:182 ../../godmode/category/category.php:211 -#: ../../include/functions_cron.php:917 ../../include/functions_cron.php:942 -#: ../../include/class/NetworkMap.class.php:3202 +#: ../../godmode/servers/servers.build_table.php:280 ../../godmode/servers/plugin.php:227 +#: ../../godmode/servers/plugin.php:1105 ../../godmode/category/category.php:182 +#: ../../godmode/category/category.php:211 ../../include/functions_cron.php:917 +#: ../../include/functions_cron.php:942 ../../include/class/NetworkMap.class.php:3202 #: ../../include/class/CredentialStore.class.php:1262 #: ../../include/class/TipsWindow.class.php:486 #: ../../include/class/CalendarManager.class.php:710 #: ../../include/lib/ClusterViewer/ClusterManager.php:685 #: ../../include/lib/ITSM/Manager.php:1048 ../../include/lib/ITSM/Manager.php:1297 -#: ../../operation/visual_console/view.php:531 -#: ../../operation/agentes/estado_agente.php:1336 +#: ../../operation/visual_console/view.php:531 ../../operation/agentes/estado_agente.php:1336 #: ../../operation/agentes/pandora_networkmap.php:841 #: ../../operation/agentes/status_monitor.php:2323 #: ../../operation/agentes/status_monitor.php:2338 ../../operation/menu.php:738 @@ -2579,8 +2397,7 @@ msgstr "Mostrar plantillas" msgid "Edit" msgstr "Editar" -#: ../../views/calendar/special_days.php:461 -#: ../../views/ITSM/ITSMTicketDetailView.php:303 +#: ../../views/calendar/special_days.php:461 ../../views/ITSM/ITSMTicketDetailView.php:303 #: ../../enterprise/views/ncm/agent/manage.php:781 #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:685 #: ../../enterprise/meta/advanced/metasetup.relations.php:584 @@ -2656,74 +2473,59 @@ msgstr "Editar" #: ../../godmode/modules/manage_network_components.php:861 #: ../../godmode/modules/manage_network_templates.php:274 #: ../../godmode/modules/manage_network_templates.php:289 -#: ../../godmode/groups/group_list.php:1128 -#: ../../godmode/groups/modu_group_list.php:284 +#: ../../godmode/groups/group_list.php:1128 ../../godmode/groups/modu_group_list.php:284 #: ../../godmode/groups/modu_group_list.php:287 ../../godmode/extensions.php:283 #: ../../godmode/extensions.php:301 ../../godmode/users/profile_list.php:407 #: ../../godmode/users/user_list.php:925 ../../godmode/users/configure_user.php:1912 -#: ../../godmode/users/configure_user.php:1955 -#: ../../godmode/users/configure_user.php:2204 -#: ../../godmode/agentes/agent_template.php:298 -#: ../../godmode/agentes/inventory_manager.php:266 +#: ../../godmode/users/configure_user.php:1955 ../../godmode/users/configure_user.php:2204 +#: ../../godmode/agentes/agent_template.php:298 ../../godmode/agentes/inventory_manager.php:266 #: ../../godmode/agentes/modificar_agente.php:985 #: ../../godmode/agentes/planned_downtime.editor.php:1453 -#: ../../godmode/agentes/fields_manager.php:210 -#: ../../godmode/agentes/agent_manager.php:1554 -#: ../../godmode/agentes/module_manager.php:1095 -#: ../../godmode/agentes/module_manager.php:1111 -#: ../../godmode/agentes/module_manager.php:1342 -#: ../../godmode/netflow/nf_item_list.php:262 ../../godmode/netflow/nf_edit.php:202 -#: ../../godmode/snmpconsole/snmp_alert.php:1949 -#: ../../godmode/snmpconsole/snmp_alert.php:2353 -#: ../../godmode/snmpconsole/snmp_filters.php:326 +#: ../../godmode/agentes/fields_manager.php:210 ../../godmode/agentes/agent_manager.php:1554 +#: ../../godmode/agentes/module_manager.php:1095 ../../godmode/agentes/module_manager.php:1111 +#: ../../godmode/agentes/module_manager.php:1342 ../../godmode/netflow/nf_item_list.php:262 +#: ../../godmode/netflow/nf_edit.php:202 ../../godmode/snmpconsole/snmp_alert.php:1949 +#: ../../godmode/snmpconsole/snmp_alert.php:2353 ../../godmode/snmpconsole/snmp_filters.php:326 #: ../../godmode/snmpconsole/snmp_filters.php:337 ../../godmode/menu.php:815 #: ../../godmode/massive/massive_operations.php:470 #: ../../godmode/massive/massive_standby_alerts.php:255 #: ../../godmode/massive/massive_edit_plugins.php:576 #: ../../godmode/massive/massive_enable_disable_alerts.php:227 -#: ../../godmode/alerts/alert_actions.php:455 -#: ../../godmode/alerts/alert_list.list.php:1277 -#: ../../godmode/alerts/alert_commands.php:1070 -#: ../../godmode/alerts/alert_commands.php:1073 +#: ../../godmode/alerts/alert_actions.php:455 ../../godmode/alerts/alert_list.list.php:1277 +#: ../../godmode/alerts/alert_commands.php:1070 ../../godmode/alerts/alert_commands.php:1073 #: ../../godmode/alerts/alert_templates.php:471 ../../godmode/setup/news.php:396 #: ../../godmode/setup/os.list.php:192 ../../godmode/setup/links.php:214 -#: ../../godmode/setup/os_version.list.php:156 -#: ../../godmode/files_repo/files_repo_list.php:139 -#: ../../godmode/reporting/create_container.php:801 -#: ../../godmode/reporting/map_builder.php:550 +#: ../../godmode/setup/os_version.list.php:156 ../../godmode/files_repo/files_repo_list.php:139 +#: ../../godmode/reporting/create_container.php:801 ../../godmode/reporting/map_builder.php:550 #: ../../godmode/reporting/map_builder.php:561 ../../godmode/reporting/graphs.php:421 #: ../../godmode/reporting/schedule.php:225 #: ../../godmode/reporting/visual_console_builder.elements.php:540 #: ../../godmode/reporting/reporting_builder.php:1179 -#: ../../godmode/reporting/reporting_builder.php:1204 -#: ../../godmode/events/event_filter.php:218 +#: ../../godmode/reporting/reporting_builder.php:1204 ../../godmode/events/event_filter.php:218 #: ../../godmode/wizards/DiscoveryTaskList.class.php:717 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1044 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1055 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1093 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1106 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1117 -#: ../../godmode/servers/plugin.php:1117 ../../godmode/tag/tag.php:421 -#: ../../godmode/category/category.php:186 ../../godmode/category/category.php:222 -#: ../../include/functions_cron.php:930 ../../include/functions_cron.php:955 -#: ../../include/ajax/dashboard.ajax.php:216 ../../include/ajax/token.php:117 -#: ../../include/class/ConfigPEN.class.php:672 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1117 ../../godmode/servers/plugin.php:1117 +#: ../../godmode/tag/tag.php:421 ../../godmode/category/category.php:186 +#: ../../godmode/category/category.php:222 ../../include/functions_cron.php:930 +#: ../../include/functions_cron.php:955 ../../include/ajax/dashboard.ajax.php:216 +#: ../../include/ajax/token.php:117 ../../include/class/ConfigPEN.class.php:672 #: ../../include/class/SatelliteAgent.class.php:1187 #: ../../include/class/SatelliteAgent.class.php:1235 #: ../../include/class/SatelliteAgent.class.php:1297 #: ../../include/class/TreeGroupEdition.class.php:170 #: ../../include/class/CredentialStore.class.php:1701 -#: ../../include/class/SnmpConsole.class.php:476 -#: ../../include/class/SnmpConsole.class.php:1279 -#: ../../include/class/SnmpConsole.class.php:1306 -#: ../../include/class/TipsWindow.class.php:657 +#: ../../include/class/SnmpConsole.class.php:476 ../../include/class/SnmpConsole.class.php:1279 +#: ../../include/class/SnmpConsole.class.php:1306 ../../include/class/TipsWindow.class.php:657 #: ../../include/class/ModuleTemplates.class.php:879 #: ../../include/class/ModuleTemplates.class.php:894 #: ../../include/class/WelcomeWindow.class.php:174 #: ../../include/class/SatelliteCollection.class.php:531 #: ../../include/class/SatelliteCollection.class.php:574 -#: ../../include/functions_filemanager.php:824 -#: ../../include/functions_container.php:190 ../../include/functions_container.php:324 +#: ../../include/functions_filemanager.php:824 ../../include/functions_container.php:190 +#: ../../include/functions_container.php:324 #: ../../include/lib/Dashboard/Widgets/events_list.php:741 #: ../../include/lib/ITSM/Manager.php:1315 ../../include/functions_events.php:3700 #: ../../operation/users/user_edit.php:1287 @@ -2732,8 +2534,8 @@ msgstr "Editar" #: ../../operation/messages/message_list.php:304 #: ../../operation/snmpconsole/snmp_browser.php:627 #: ../../operation/snmpconsole/snmp_browser.php:703 -#: ../../operation/custom_fields/custom_fields_view.php:1171 -#: ../../general/header.php:459 ../../general/header.php:1050 +#: ../../operation/custom_fields/custom_fields_view.php:1171 ../../general/header.php:459 +#: ../../general/header.php:1050 msgid "Are you sure?" msgstr "¿Estás seguro?" @@ -2763,8 +2565,7 @@ msgstr "Cargar calendario" msgid "Cluster view" msgstr "Vista de clústers" -#: ../../views/cluster/list.php:40 -#: ../../enterprise/meta/monitoring/custom_fields_view.php:53 +#: ../../views/cluster/list.php:40 ../../enterprise/meta/monitoring/custom_fields_view.php:53 #: ../../enterprise/meta/monitoring/group_view.php:55 #: ../../enterprise/meta/monitoring/tactical.php:55 #: ../../enterprise/meta/general/main_header.php:91 @@ -2785,24 +2586,19 @@ msgstr "Vista de clústers" #: ../../enterprise/include/class/SAPView.class.php:248 #: ../../enterprise/operation/agentes/tag_view.php:50 #: ../../enterprise/operation/log/log_viewer.php:479 -#: ../../enterprise/tools/ipam/ipam_list.php:62 -#: ../../enterprise/tools/ipam/ipam_editor.php:308 +#: ../../enterprise/tools/ipam/ipam_list.php:62 ../../enterprise/tools/ipam/ipam_editor.php:308 #: ../../extensions/agents_modules.php:586 ../../extensions/module_groups.php:260 #: ../../extensions/realtime_graphs.php:67 ../../godmode/groups/tactical.php:71 #: ../../godmode/groups/tactical.php:125 #: ../../godmode/agentes/status_monitor_custom_fields.php:44 #: ../../godmode/snmpconsole/snmp_trap_generator.php:47 -#: ../../godmode/snmpconsole/snmp_filters.php:55 -#: ../../include/class/AgentsAlerts.class.php:749 +#: ../../godmode/snmpconsole/snmp_filters.php:55 ../../include/class/AgentsAlerts.class.php:749 #: ../../include/class/SnmpConsole.class.php:221 ../../operation/heatmap.php:142 #: ../../operation/tree.php:185 ../../operation/agentes/alerts_status.php:202 -#: ../../operation/agentes/estado_agente.php:282 -#: ../../operation/agentes/interface_view.php:76 -#: ../../operation/agentes/status_monitor.php:340 -#: ../../operation/agentes/group_view.php:97 +#: ../../operation/agentes/estado_agente.php:282 ../../operation/agentes/interface_view.php:76 +#: ../../operation/agentes/status_monitor.php:340 ../../operation/agentes/group_view.php:97 #: ../../operation/network/network_usage_map.php:63 -#: ../../operation/netflow/nf_live_view.php:188 -#: ../../operation/netflow/netflow_explorer.php:55 +#: ../../operation/netflow/nf_live_view.php:188 ../../operation/netflow/netflow_explorer.php:55 #: ../../operation/snmpconsole/snmp_statistics.php:100 #: ../../operation/snmpconsole/snmp_browser.php:95 #: ../../operation/snmpconsole/snmp_mib_uploader.php:56 ../../operation/menu.php:159 @@ -2845,18 +2641,15 @@ msgstr "Clústers" #: ../../godmode/modules/manage_network_components_form_common.php:79 #: ../../godmode/modules/manage_network_components.php:785 #: ../../godmode/update_manager/update_manager.history.php:41 -#: ../../godmode/agentes/agent_template.php:275 -#: ../../godmode/agentes/modificar_agente.php:706 +#: ../../godmode/agentes/agent_template.php:275 ../../godmode/agentes/modificar_agente.php:706 #: ../../godmode/agentes/planned_downtime.list.php:736 #: ../../godmode/agentes/planned_downtime.editor.php:926 #: ../../godmode/agentes/module_manager_editor_common.php:295 #: ../../godmode/agentes/module_manager_editor_common.php:1598 -#: ../../godmode/agentes/module_manager.php:697 -#: ../../godmode/alerts/alert_templates.php:39 -#: ../../godmode/alerts/alert_templates.php:313 -#: ../../godmode/alerts/alert_templates.php:418 ../../godmode/setup/news.php:354 -#: ../../godmode/setup/gis_step_2.php:256 ../../godmode/setup/setup_ITSM.php:421 -#: ../../godmode/setup/setup_ITSM.php:548 +#: ../../godmode/agentes/module_manager.php:697 ../../godmode/alerts/alert_templates.php:39 +#: ../../godmode/alerts/alert_templates.php:313 ../../godmode/alerts/alert_templates.php:418 +#: ../../godmode/setup/news.php:354 ../../godmode/setup/gis_step_2.php:256 +#: ../../godmode/setup/setup_ITSM.php:421 ../../godmode/setup/setup_ITSM.php:548 #: ../../godmode/reporting/reporting_builder.list_items.php:245 #: ../../godmode/reporting/reporting_builder.list_items.php:374 #: ../../godmode/reporting/reporting_builder.item_editor.php:1238 @@ -2870,8 +2663,7 @@ msgstr "Clústers" #: ../../mobile/operation/visualmaps.php:125 ../../mobile/operation/visualmaps.php:126 #: ../../mobile/operation/events.php:683 ../../mobile/operation/events.php:684 #: ../../mobile/operation/events.php:837 ../../mobile/operation/events.php:1012 -#: ../../mobile/operation/events.php:1013 -#: ../../include/functions_visual_map_editor.php:750 +#: ../../mobile/operation/events.php:1013 ../../include/functions_visual_map_editor.php:750 #: ../../include/functions_visual_map_editor.php:768 #: ../../include/functions_visual_map_editor.php:894 #: ../../include/functions_reporting_html.php:1707 @@ -2879,8 +2671,7 @@ msgstr "Clústers" #: ../../include/functions_reporting_html.php:1957 #: ../../include/functions_reporting_html.php:1965 #: ../../include/functions_reporting_html.php:3838 -#: ../../include/functions_reporting_html.php:6706 -#: ../../include/ajax/heatmap.ajax.php:96 +#: ../../include/functions_reporting_html.php:6706 ../../include/ajax/heatmap.ajax.php:96 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:467 #: ../../include/functions_reports.php:1177 ../../include/functions_html.php:6155 #: ../../include/class/AlertsList.class.php:316 @@ -2895,11 +2686,9 @@ msgstr "Clústers" #: ../../include/lib/Dashboard/Widgets/custom_graph.php:364 #: ../../include/lib/Dashboard/Widgets/clock.php:221 #: ../../include/functions_snmp_browser.php:565 ../../include/functions_events.php:2545 -#: ../../include/functions_events.php:5068 -#: ../../operation/agentes/estado_agente.php:1119 -#: ../../operation/agentes/ver_agente.php:1221 -#: ../../operation/netflow/nf_live_view.php:563 ../../operation/search_modules.php:36 -#: ../../operation/reporting/graph_viewer.php:401 +#: ../../include/functions_events.php:5068 ../../operation/agentes/estado_agente.php:1119 +#: ../../operation/agentes/ver_agente.php:1221 ../../operation/netflow/nf_live_view.php:563 +#: ../../operation/search_modules.php:36 ../../operation/reporting/graph_viewer.php:401 msgid "Type" msgstr "Tipo" @@ -2928,10 +2717,10 @@ msgstr "Nodos" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:719 #: ../../enterprise/include/ajax/log_viewer.ajax.php:445 #: ../../enterprise/include/class/Omnishell.class.php:1020 -#: ../../enterprise/include/class/Omnishell.class.php:1099 -#: ../../include/ajax/module.php:2537 ../../include/ajax/agent.php:599 -#: ../../include/ajax/events.php:795 ../../include/functions_html.php:1338 -#: ../../include/functions_html.php:1489 ../../include/functions_snmp_browser.php:1664 +#: ../../enterprise/include/class/Omnishell.class.php:1099 ../../include/ajax/module.php:2537 +#: ../../include/ajax/agent.php:599 ../../include/ajax/events.php:795 +#: ../../include/functions_html.php:1338 ../../include/functions_html.php:1489 +#: ../../include/functions_snmp_browser.php:1664 msgid "Filter group" msgstr "Filtrar grupo" @@ -2952,8 +2741,7 @@ msgstr "Detalles del clúster" msgid "Edit this cluster" msgstr "Editar el clúster" -#: ../../views/cluster/view.php:121 -#: ../../operation/agentes/estado_generalagente.php:175 +#: ../../views/cluster/view.php:121 ../../operation/agentes/estado_generalagente.php:175 msgid "Events (Last 24h)" msgstr "Eventos (últimas 24h)" @@ -2978,23 +2766,18 @@ msgstr "clúster " msgid "View this cluster" msgstr "Ver clúster" -#: ../../views/ITSM/ITSMTicketListView.php:36 -#: ../../views/ITSM/ITSMTicketListView.php:49 -#: ../../views/ITSM/ITSMTicketDetailView.php:46 -#: ../../views/ITSM/ITSMTicketEditView.php:49 +#: ../../views/ITSM/ITSMTicketListView.php:36 ../../views/ITSM/ITSMTicketListView.php:49 +#: ../../views/ITSM/ITSMTicketDetailView.php:46 ../../views/ITSM/ITSMTicketEditView.php:49 msgid "ITSM Tickets" msgstr "Ticket ITSM" -#: ../../views/ITSM/ITSMTicketListView.php:45 -#: ../../views/ITSM/ITSMTicketDetailView.php:42 +#: ../../views/ITSM/ITSMTicketListView.php:45 ../../views/ITSM/ITSMTicketDetailView.php:42 #: ../../views/ITSM/ITSMDashboardView.php:90 ../../views/ITSM/ITSMTicketEditView.php:45 -#: ../../godmode/menu.php:492 ../../godmode/setup/setup.php:179 -#: ../../operation/menu.php:722 +#: ../../godmode/menu.php:492 ../../godmode/setup/setup.php:179 ../../operation/menu.php:722 msgid "ITSM" msgstr "ITSM" -#: ../../views/ITSM/ITSMTicketListView.php:78 -#: ../../views/ITSM/ITSMTicketEditView.php:78 +#: ../../views/ITSM/ITSMTicketListView.php:78 ../../views/ITSM/ITSMTicketEditView.php:78 #: ../../enterprise/include/ajax/security_hardening.ajax.php:461 #: ../../enterprise/include/ajax/security_hardening.ajax.php:523 #: ../../enterprise/include/ajax/log_viewer.ajax.php:66 @@ -3065,10 +2848,8 @@ msgstr "ITSM" #: ../../include/graphs/fgraph.php:969 ../../include/functions_reporting_html.php:944 #: ../../include/functions_reporting_html.php:1040 ../../include/functions_ui.php:8136 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:399 -#: ../../include/class/TipsWindow.class.php:483 -#: ../../include/class/TipsWindow.class.php:759 -#: ../../include/class/TipsWindow.class.php:926 -#: ../../include/lib/Dashboard/Widget.php:634 +#: ../../include/class/TipsWindow.class.php:483 ../../include/class/TipsWindow.class.php:759 +#: ../../include/class/TipsWindow.class.php:926 ../../include/lib/Dashboard/Widget.php:634 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:958 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:299 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:356 @@ -3083,8 +2864,7 @@ msgstr "Título" msgid "Company" msgstr "Organización" -#: ../../views/ITSM/ITSMTicketListView.php:80 -#: ../../views/ITSM/ITSMTicketDetailView.php:86 +#: ../../views/ITSM/ITSMTicketListView.php:80 ../../views/ITSM/ITSMTicketDetailView.php:86 #: ../../views/ITSM/ITSMTicketEditView.php:211 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:301 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:358 @@ -3092,8 +2872,7 @@ msgstr "Organización" msgid "Resolution" msgstr "Resolución" -#: ../../views/ITSM/ITSMTicketListView.php:81 -#: ../../views/ITSM/ITSMTicketDetailView.php:88 +#: ../../views/ITSM/ITSMTicketListView.php:81 ../../views/ITSM/ITSMTicketDetailView.php:88 #: ../../views/ITSM/ITSMTicketEditView.php:141 #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:582 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:82 @@ -3104,14 +2883,11 @@ msgstr "Resolución" #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:538 #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:591 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:931 -#: ../../godmode/snmpconsole/snmp_alert.php:1617 -#: ../../godmode/snmpconsole/snmp_alert.php:1779 -#: ../../godmode/alerts/alert_list.list.php:146 -#: ../../godmode/alerts/alert_templates.php:50 +#: ../../godmode/snmpconsole/snmp_alert.php:1617 ../../godmode/snmpconsole/snmp_alert.php:1779 +#: ../../godmode/alerts/alert_list.list.php:146 ../../godmode/alerts/alert_templates.php:50 #: ../../godmode/alerts/configure_alert_template.php:1237 #: ../../godmode/alerts/alert_view.php:130 ../../godmode/setup/setup_ITSM.php:403 -#: ../../godmode/setup/setup_ITSM.php:530 -#: ../../include/functions_reporting_html.php:6590 +#: ../../godmode/setup/setup_ITSM.php:530 ../../include/functions_reporting_html.php:6590 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:302 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:359 #: ../../include/lib/ITSM/ITSM.php:516 ../../include/functions_events.php:4675 @@ -3136,16 +2912,14 @@ msgstr "Actualizado" msgid "Started" msgstr "Iniciado hace" -#: ../../views/ITSM/ITSMTicketListView.php:84 -#: ../../views/ITSM/ITSMTicketEditView.php:179 +#: ../../views/ITSM/ITSMTicketListView.php:84 ../../views/ITSM/ITSMTicketEditView.php:179 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:305 #: ../../include/lib/Dashboard/Widgets/ITSMIncidences.php:362 #: ../../include/lib/ITSM/ITSM.php:519 msgid "Creator" msgstr "Creador" -#: ../../views/ITSM/ITSMTicketListView.php:85 -#: ../../views/ITSM/ITSMTicketEditView.php:198 +#: ../../views/ITSM/ITSMTicketListView.php:85 ../../views/ITSM/ITSMTicketEditView.php:198 #: ../../enterprise/meta/include/functions_events_meta.php:118 #: ../../godmode/setup/setup_ITSM.php:370 ../../godmode/setup/setup_ITSM.php:496 #: ../../godmode/events/custom_events.php:109 ../../mobile/operation/events.php:833 @@ -3166,22 +2940,18 @@ msgstr "Propietario" #: ../../enterprise/godmode/policies/policies.php:445 #: ../../enterprise/godmode/alerts/alert_inventory_list.php:243 #: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:261 -#: ../../godmode/users/profile_list.php:314 -#: ../../godmode/alerts/alert_list.list.php:572 +#: ../../godmode/users/profile_list.php:314 ../../godmode/alerts/alert_list.list.php:572 #: ../../godmode/alerts/alert_templates.php:419 #: ../../godmode/reporting/reporting_builder.list_items.php:429 -#: ../../godmode/reporting/graphs.php:382 -#: ../../godmode/reporting/reporting_builder.php:934 +#: ../../godmode/reporting/graphs.php:382 ../../godmode/reporting/reporting_builder.php:934 #: ../../godmode/reporting/reporting_builder.php:1154 -#: ../../godmode/servers/servers.build_table.php:93 -#: ../../include/functions_container.php:157 ../../operation/gis_maps/gis_map.php:122 +#: ../../godmode/servers/servers.build_table.php:93 ../../include/functions_container.php:157 +#: ../../operation/gis_maps/gis_map.php:122 msgid "Op." msgstr "Op." -#: ../../views/ITSM/ITSMTicketListView.php:124 -#: ../../views/ITSM/ITSMTicketListView.php:132 -#: ../../views/ITSM/ITSMTicketListView.php:140 -#: ../../views/ITSM/ITSMTicketListView.php:148 +#: ../../views/ITSM/ITSMTicketListView.php:124 ../../views/ITSM/ITSMTicketListView.php:132 +#: ../../views/ITSM/ITSMTicketListView.php:140 ../../views/ITSM/ITSMTicketListView.php:148 #: ../../enterprise/godmode/massive/massive_add_modules_policy.php:169 #: ../../enterprise/godmode/services/services.elements.php:294 #: ../../enterprise/godmode/setup/setup_auth.php:68 @@ -3204,11 +2974,9 @@ msgstr "Op." #: ../../enterprise/operation/services/services.list.php:290 #: ../../enterprise/operation/services/services.table_services.php:189 #: ../../enterprise/operation/services/services.table_services.php:254 -#: ../../godmode/users/token_list.php:153 -#: ../../godmode/agentes/planned_downtime.list.php:411 +#: ../../godmode/users/token_list.php:153 ../../godmode/agentes/planned_downtime.list.php:411 #: ../../godmode/agentes/planned_downtime.editor.php:1216 -#: ../../godmode/agentes/agent_manager.php:218 -#: ../../godmode/agentes/agent_manager.php:282 +#: ../../godmode/agentes/agent_manager.php:218 ../../godmode/agentes/agent_manager.php:282 #: ../../godmode/massive/massive_copy_modules.php:203 #: ../../godmode/massive/massive_delete_modules.php:415 #: ../../godmode/massive/massive_delete_modules.php:544 @@ -3253,8 +3021,7 @@ msgstr "Fecha de creación" msgid "Incidence type not fields" msgstr "El tipo de incidencia no tiene campos" -#: ../../views/ITSM/ITSMTicketDetailView.php:33 -#: ../../views/ITSM/ITSMTicketDetailView.php:50 +#: ../../views/ITSM/ITSMTicketDetailView.php:33 ../../views/ITSM/ITSMTicketDetailView.php:50 msgid "ITSM Detailed" msgstr "ITSM Detallado" @@ -3387,9 +3154,8 @@ msgstr "Fechas" #: ../../enterprise/operation/security/vulnerabilities.php:457 #: ../../enterprise/operation/security/hardening.php:549 #: ../../enterprise/tools/ipam/ipam_network.php:587 -#: ../../enterprise/tools/ipam/ipam_ajax.php:382 -#: ../../extensions/agents_modules_csv.php:96 ../../extensions/insert_data.php:194 -#: ../../godmode/modules/manage_inventory_modules.php:317 +#: ../../enterprise/tools/ipam/ipam_ajax.php:382 ../../extensions/agents_modules_csv.php:96 +#: ../../extensions/insert_data.php:194 ../../godmode/modules/manage_inventory_modules.php:317 #: ../../godmode/agentes/status_monitor_custom_fields.php:97 #: ../../godmode/agentes/status_monitor_custom_fields.php:161 #: ../../godmode/agentes/planned_downtime.list.php:420 @@ -3403,9 +3169,8 @@ msgstr "Fechas" #: ../../godmode/massive/massive_enable_disable_alerts.php:196 #: ../../godmode/massive/massive_enable_disable_alerts.php:231 #: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../godmode/alerts/alert_list.list.php:564 -#: ../../godmode/alerts/alert_list.list.php:827 ../../godmode/alerts/alert_view.php:93 -#: ../../godmode/alerts/alert_list.builder.php:58 +#: ../../godmode/alerts/alert_list.list.php:564 ../../godmode/alerts/alert_list.list.php:827 +#: ../../godmode/alerts/alert_view.php:93 ../../godmode/alerts/alert_list.builder.php:58 #: ../../godmode/alerts/alert_list.builder.php:74 #: ../../godmode/reporting/reporting_builder.list_items.php:393 #: ../../godmode/reporting/create_container.php:473 @@ -3455,11 +3220,10 @@ msgstr "Fechas" #: ../../include/functions_reporting_html.php:6252 #: ../../include/functions_reporting_html.php:6587 #: ../../include/functions_reporting_html.php:6627 -#: ../../include/functions_reporting_html.php:6877 -#: ../../include/ajax/heatmap.ajax.php:295 ../../include/ajax/heatmap.ajax.php:420 -#: ../../include/ajax/heatmap.ajax.php:455 ../../include/ajax/alert_list.ajax.php:230 -#: ../../include/ajax/module.php:1845 ../../include/functions_inventory.php:409 -#: ../../include/functions_inventory.php:1227 +#: ../../include/functions_reporting_html.php:6877 ../../include/ajax/heatmap.ajax.php:295 +#: ../../include/ajax/heatmap.ajax.php:420 ../../include/ajax/heatmap.ajax.php:455 +#: ../../include/ajax/alert_list.ajax.php:230 ../../include/ajax/module.php:1845 +#: ../../include/functions_inventory.php:409 ../../include/functions_inventory.php:1227 #: ../../include/functions_inventory.php:1283 ../../include/functions_graph.php:4979 #: ../../include/functions_gis.php:229 ../../include/functions_ui.php:1676 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:546 @@ -3472,15 +3236,11 @@ msgstr "Fechas" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:778 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:214 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:363 -#: ../../include/functions_reports.php:1423 -#: ../../include/class/AlertsList.class.php:314 -#: ../../include/class/NetworkMap.class.php:2989 -#: ../../include/class/NetworkMap.class.php:3041 -#: ../../include/class/NetworkMap.class.php:3373 -#: ../../include/class/AgentsAlerts.class.php:430 +#: ../../include/functions_reports.php:1423 ../../include/class/AlertsList.class.php:314 +#: ../../include/class/NetworkMap.class.php:2989 ../../include/class/NetworkMap.class.php:3041 +#: ../../include/class/NetworkMap.class.php:3373 ../../include/class/AgentsAlerts.class.php:430 #: ../../include/class/AgentsAlerts.class.php:980 -#: ../../include/class/WelcomeWindow.class.php:1214 -#: ../../include/functions_reporting.php:7717 +#: ../../include/class/WelcomeWindow.class.php:1214 ../../include/functions_reporting.php:7717 #: ../../include/lib/Dashboard/Widgets/sla_percent.php:341 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:282 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:416 @@ -3504,17 +3264,14 @@ msgstr "Fechas" #: ../../include/lib/Dashboard/Widgets/top_n.php:225 #: ../../include/lib/Dashboard/Widgets/top_n.php:321 #: ../../include/functions_snmp_browser.php:1866 ../../operation/search_agents.php:35 -#: ../../operation/agentes/exportdata.csv.php:74 -#: ../../operation/agentes/estado_agente.php:1098 +#: ../../operation/agentes/exportdata.csv.php:74 ../../operation/agentes/estado_agente.php:1098 #: ../../operation/agentes/interface_view.functions.php:500 -#: ../../operation/agentes/exportdata.php:119 -#: ../../operation/agentes/status_monitor.php:1549 -#: ../../operation/agentes/estado_monitores.php:123 -#: ../../operation/agentes/ver_agente.php:1237 -#: ../../operation/agentes/exportdata.excel.php:74 -#: ../../operation/gis_maps/ajax.php:236 ../../operation/gis_maps/ajax.php:269 -#: ../../operation/search_alerts.php:34 ../../operation/inventory/inventory.php:706 -#: ../../operation/search_modules.php:35 ../../operation/events/events.php:3131 +#: ../../operation/agentes/exportdata.php:119 ../../operation/agentes/status_monitor.php:1549 +#: ../../operation/agentes/estado_monitores.php:123 ../../operation/agentes/ver_agente.php:1237 +#: ../../operation/agentes/exportdata.excel.php:74 ../../operation/gis_maps/ajax.php:236 +#: ../../operation/gis_maps/ajax.php:269 ../../operation/search_alerts.php:34 +#: ../../operation/inventory/inventory.php:706 ../../operation/search_modules.php:35 +#: ../../operation/events/events.php:3131 #: ../../operation/custom_fields/custom_fields_view.php:708 msgid "Agent" msgstr "Agente" @@ -3548,26 +3305,23 @@ msgstr "Nombre del archivo" #: ../../enterprise/operation/agentes/tag_view.php:850 #: ../../godmode/update_manager/update_manager.history.php:44 #: ../../godmode/agentes/status_monitor_custom_fields.php:137 -#: ../../godmode/agentes/status_monitor_custom_fields.php:171 -#: ../../godmode/setup/news.php:356 ../../godmode/events/custom_events.php:100 -#: ../../mobile/operation/modules.php:672 ../../mobile/operation/modules.php:911 -#: ../../mobile/operation/module_data.php:165 ../../mobile/operation/events.php:829 -#: ../../include/functions_reporting_html.php:1713 +#: ../../godmode/agentes/status_monitor_custom_fields.php:171 ../../godmode/setup/news.php:356 +#: ../../godmode/events/custom_events.php:100 ../../mobile/operation/modules.php:672 +#: ../../mobile/operation/modules.php:911 ../../mobile/operation/module_data.php:165 +#: ../../mobile/operation/events.php:829 ../../include/functions_reporting_html.php:1713 #: ../../include/functions_reporting_html.php:1721 #: ../../include/functions_reporting_html.php:1961 #: ../../include/functions_reporting_html.php:1968 #: ../../include/functions_reporting_html.php:3846 -#: ../../include/functions_reporting_html.php:6522 -#: ../../include/ajax/events_extended.php:90 ../../include/ajax/custom_fields.php:498 -#: ../../include/functions_inventory.php:151 ../../include/functions_inventory.php:185 -#: ../../include/functions_inventory.php:395 ../../include/functions_inventory.php:415 -#: ../../include/functions_inventory.php:601 ../../include/functions_netflow.php:278 -#: ../../include/class/SnmpConsole.class.php:283 +#: ../../include/functions_reporting_html.php:6522 ../../include/ajax/events_extended.php:90 +#: ../../include/ajax/custom_fields.php:498 ../../include/functions_inventory.php:151 +#: ../../include/functions_inventory.php:185 ../../include/functions_inventory.php:395 +#: ../../include/functions_inventory.php:415 ../../include/functions_inventory.php:601 +#: ../../include/functions_netflow.php:278 ../../include/class/SnmpConsole.class.php:283 #: ../../include/lib/Dashboard/Widgets/events_list.php:861 #: ../../include/functions_events.php:257 ../../include/functions_events.php:315 #: ../../include/functions_events.php:2559 ../../include/functions_events.php:5020 -#: ../../operation/agentes/exportdata.csv.php:74 -#: ../../operation/agentes/exportdata.php:119 +#: ../../operation/agentes/exportdata.csv.php:74 ../../operation/agentes/exportdata.php:119 #: ../../operation/agentes/status_monitor.php:1611 #: ../../operation/agentes/exportdata.excel.php:74 #: ../../operation/messages/message_list.php:196 ../../operation/search_modules.php:41 @@ -3600,11 +3354,9 @@ msgstr "Marca temporal" #: ../../godmode/events/custom_events.php:97 ../../mobile/operation/tactical.php:350 #: ../../include/functions_reporting_html.php:7233 ../../include/functions.php:3195 #: ../../include/functions_cron.php:497 ../../include/functions_users.php:1105 -#: ../../include/functions_config.php:794 -#: ../../include/class/CredentialStore.class.php:817 +#: ../../include/functions_config.php:794 ../../include/class/CredentialStore.class.php:817 #: ../../include/class/CredentialStore.class.php:1300 -#: ../../include/class/AuditLog.class.php:152 -#: ../../include/class/AuditLog.class.php:267 +#: ../../include/class/AuditLog.class.php:152 ../../include/class/AuditLog.class.php:267 #: ../../include/class/WelcomeWindow.class.php:946 #: ../../include/class/WelcomeWindow.class.php:1082 #: ../../include/lib/Dashboard/Widgets/events_list.php:858 @@ -3634,8 +3386,7 @@ msgstr "Tamaño" msgid "Add attachment" msgstr "Añadir adjunto" -#: ../../views/ITSM/ITSMTicketDetailView.php:321 -#: ../../views/ITSM/ITSMTicketDetailView.php:329 +#: ../../views/ITSM/ITSMTicketDetailView.php:321 ../../views/ITSM/ITSMTicketDetailView.php:329 msgid "Attached files" msgstr "Archivos adjuntos" @@ -3694,8 +3445,7 @@ msgstr "Archivos adjuntos" #: ../../godmode/gis_maps/configure_gis_map.php:643 #: ../../godmode/alerts/alert_list.list.php:907 ../../godmode/setup/news.php:405 #: ../../godmode/setup/links.php:233 ../../godmode/setup/setup_visuals.php:1890 -#: ../../godmode/setup/setup_visuals.php:1980 -#: ../../godmode/setup/setup_visuals.php:2062 +#: ../../godmode/setup/setup_visuals.php:1980 ../../godmode/setup/setup_visuals.php:2062 #: ../../godmode/files_repo/files_repo_form.php:135 #: ../../godmode/reporting/graph_builder.graph_editor.php:183 #: ../../godmode/reporting/visual_console_builder.wizard.php:613 @@ -3717,22 +3467,19 @@ msgstr "Añadir" msgid "No comments found" msgstr "No se han encontrado comentarios" -#: ../../views/ITSM/ITSMTicketDetailView.php:400 -#: ../../include/functions_events.php:3670 ../../include/functions_events.php:5409 +#: ../../views/ITSM/ITSMTicketDetailView.php:400 ../../include/functions_events.php:3670 +#: ../../include/functions_events.php:5409 msgid "Add comment" msgstr "Añadir comentario" -#: ../../views/ITSM/ITSMTicketDetailView.php:404 -#: ../../views/ITSM/ITSMTicketDetailView.php:411 +#: ../../views/ITSM/ITSMTicketDetailView.php:404 ../../views/ITSM/ITSMTicketDetailView.php:411 #: ../../enterprise/include/functions_reporting_csv.php:2532 #: ../../enterprise/include/functions_reporting.php:2571 #: ../../enterprise/include/functions_ipam.php:2117 #: ../../enterprise/tools/ipam/ipam_network.php:593 #: ../../enterprise/tools/ipam/ipam_network.php:862 -#: ../../enterprise/tools/ipam/ipam_ajax.php:295 -#: ../../enterprise/tools/ipam/ipam_ajax.php:482 -#: ../../enterprise/tools/ipam/ipam_massive.php:105 -#: ../../godmode/users/configure_user.php:1261 +#: ../../enterprise/tools/ipam/ipam_ajax.php:295 ../../enterprise/tools/ipam/ipam_ajax.php:482 +#: ../../enterprise/tools/ipam/ipam_massive.php:105 ../../godmode/users/configure_user.php:1261 #: ../../godmode/users/user_management.php:856 ../../mobile/operation/events.php:874 #: ../../include/functions_reporting_html.php:7238 ../../include/functions.php:3195 #: ../../include/ajax/events.php:1811 ../../include/class/AuditLog.class.php:156 @@ -3783,8 +3530,7 @@ msgstr "Editar ITSM" #: ../../enterprise/operation/services/massive/services.create.php:943 #: ../../enterprise/operation/services/massive/services.create.php:955 #: ../../enterprise/operation/services/massive/services.create.php:967 -#: ../../extensions/insert_data.php:218 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:165 +#: ../../extensions/insert_data.php:218 ../../godmode/snmpconsole/snmp_trap_generator.php:165 #: ../../godmode/massive/massive_copy_modules.php:154 #: ../../godmode/massive/massive_delete_modules.php:332 #: ../../godmode/massive/massive_delete_modules.php:505 @@ -3793,14 +3539,12 @@ msgstr "Editar ITSM" #: ../../godmode/massive/massive_edit_modules.php:311 #: ../../godmode/massive/massive_edit_modules.php:473 #: ../../godmode/alerts/alert_list.builder.php:91 -#: ../../godmode/alerts/alert_list.builder.php:175 -#: ../../godmode/setup/setup_ITSM.php:391 ../../godmode/setup/setup_ITSM.php:409 -#: ../../godmode/setup/setup_ITSM.php:427 ../../godmode/setup/setup_ITSM.php:484 -#: ../../godmode/setup/setup_ITSM.php:518 ../../godmode/setup/setup_ITSM.php:536 -#: ../../godmode/setup/setup_ITSM.php:554 +#: ../../godmode/alerts/alert_list.builder.php:175 ../../godmode/setup/setup_ITSM.php:391 +#: ../../godmode/setup/setup_ITSM.php:409 ../../godmode/setup/setup_ITSM.php:427 +#: ../../godmode/setup/setup_ITSM.php:484 ../../godmode/setup/setup_ITSM.php:518 +#: ../../godmode/setup/setup_ITSM.php:536 ../../godmode/setup/setup_ITSM.php:554 #: ../../godmode/reporting/manage_schedule.php:111 -#: ../../godmode/reporting/manage_schedule.php:135 -#: ../../include/functions_reports.php:1461 +#: ../../godmode/reporting/manage_schedule.php:135 ../../include/functions_reports.php:1461 #: ../../include/class/AgentsAlerts.class.php:365 #: ../../include/class/WelcomeWindow.class.php:1257 ../../general/header.php:299 msgid "Select" @@ -3808,15 +3552,13 @@ msgstr "Seleccionar" #: ../../views/ITSM/ITSMTicketEditView.php:180 msgid "This field corresponds to the ITSM user specified in ITSM setup" -msgstr "" -"Este campo corresponde al usuario de ITSM especificado en la configuración de ITSM" +msgstr "Este campo corresponde al usuario de ITSM especificado en la configuración de ITSM" #: ../../views/ITSM/ITSMTicketEditView.php:198 msgid "Type at least two characters to search the user." msgstr "Escriba al menos dos caracteres para buscar el usuario." -#: ../../views/ITSM/ITSMTicketEditView.php:217 -#: ../../enterprise/views/ncm/agent/manage.php:663 +#: ../../views/ITSM/ITSMTicketEditView.php:217 ../../enterprise/views/ncm/agent/manage.php:663 #: ../../enterprise/views/ipam/sites/edit.php:61 #: ../../enterprise/meta/advanced/metasetup.visual.php:371 #: ../../enterprise/meta/advanced/metasetup.visual.php:656 @@ -3988,8 +3730,7 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../enterprise/tools/ipam/ipam_network.php:784 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:627 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:810 -#: ../../enterprise/tools/ipam/ipam_list.php:147 -#: ../../enterprise/tools/ipam/ipam_list.php:172 +#: ../../enterprise/tools/ipam/ipam_list.php:147 ../../enterprise/tools/ipam/ipam_list.php:172 #: ../../enterprise/tools/ipam/ipam_list.php:197 #: ../../enterprise/tools/ipam/ipam_editor.php:211 #: ../../enterprise/tools/ipam/ipam_editor.php:241 @@ -4002,28 +3743,20 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../godmode/modules/manage_network_components_form.php:680 #: ../../godmode/modules/manage_network_components_form.php:689 #: ../../godmode/modules/manage_network_components_form.php:695 -#: ../../godmode/groups/configure_group.php:189 -#: ../../godmode/groups/configure_group.php:211 -#: ../../godmode/users/configure_user.php:1313 -#: ../../godmode/users/configure_user.php:1329 -#: ../../godmode/users/configure_user.php:1399 -#: ../../godmode/users/configure_user.php:1415 -#: ../../godmode/users/configure_user.php:1540 -#: ../../godmode/users/configure_user.php:1559 -#: ../../godmode/users/configure_user.php:1719 -#: ../../godmode/users/configure_user.php:1727 -#: ../../godmode/users/configure_user.php:1736 -#: ../../godmode/users/configure_user.php:1743 -#: ../../godmode/users/user_management.php:725 -#: ../../godmode/users/user_management.php:756 +#: ../../godmode/groups/configure_group.php:189 ../../godmode/groups/configure_group.php:211 +#: ../../godmode/users/configure_user.php:1313 ../../godmode/users/configure_user.php:1329 +#: ../../godmode/users/configure_user.php:1399 ../../godmode/users/configure_user.php:1415 +#: ../../godmode/users/configure_user.php:1540 ../../godmode/users/configure_user.php:1559 +#: ../../godmode/users/configure_user.php:1719 ../../godmode/users/configure_user.php:1727 +#: ../../godmode/users/configure_user.php:1736 ../../godmode/users/configure_user.php:1743 +#: ../../godmode/users/user_management.php:725 ../../godmode/users/user_management.php:756 #: ../../godmode/agentes/status_monitor_custom_fields.php:250 #: ../../godmode/agentes/status_monitor_custom_fields.php:298 #: ../../godmode/agentes/module_manager_editor.php:871 #: ../../godmode/agentes/module_manager_editor_plugin.php:55 #: ../../godmode/agentes/module_manager_editor_network.php:177 #: ../../godmode/agentes/module_manager_editor_network.php:528 -#: ../../godmode/agentes/agent_manager.php:629 -#: ../../godmode/agentes/agent_manager.php:971 +#: ../../godmode/agentes/agent_manager.php:629 ../../godmode/agentes/agent_manager.php:971 #: ../../godmode/agentes/agent_manager.php:1257 #: ../../godmode/agentes/module_manager_editor_common.php:790 #: ../../godmode/agentes/module_manager_editor_common.php:1165 @@ -4032,8 +3765,7 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../godmode/agentes/module_manager_editor_common.php:1730 #: ../../godmode/agentes/module_manager_editor_common.php:1741 #: ../../godmode/agentes/module_manager_editor_common.php:1749 -#: ../../godmode/snmpconsole/snmp_alert.php:40 -#: ../../godmode/snmpconsole/snmp_alert.php:1785 +#: ../../godmode/snmpconsole/snmp_alert.php:40 ../../godmode/snmpconsole/snmp_alert.php:1785 #: ../../godmode/massive/massive_copy_modules.php:408 #: ../../godmode/massive/massive_copy_modules.php:542 #: ../../godmode/massive/massive_delete_modules.php:523 @@ -4082,26 +3814,20 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../godmode/massive/massive_edit_modules.php:2103 #: ../../godmode/massive/massive_edit_modules.php:2162 #: ../../godmode/resources/resources_export_import.php:187 -#: ../../godmode/alerts/alert_actions.php:304 -#: ../../godmode/alerts/alert_list.list.php:845 -#: ../../godmode/alerts/alert_commands.php:333 -#: ../../godmode/alerts/alert_commands.php:357 -#: ../../godmode/alerts/alert_commands.php:538 -#: ../../godmode/alerts/alert_commands.php:719 +#: ../../godmode/alerts/alert_actions.php:304 ../../godmode/alerts/alert_list.list.php:845 +#: ../../godmode/alerts/alert_commands.php:333 ../../godmode/alerts/alert_commands.php:357 +#: ../../godmode/alerts/alert_commands.php:538 ../../godmode/alerts/alert_commands.php:719 #: ../../godmode/alerts/alert_commands.php:732 #: ../../godmode/alerts/configure_alert_template.php:693 #: ../../godmode/alerts/configure_alert_template.php:760 #: ../../godmode/alerts/configure_alert_template.php:854 #: ../../godmode/alerts/configure_alert_template.php:876 #: ../../godmode/alerts/configure_alert_template.php:893 -#: ../../godmode/alerts/configure_alert_template.php:910 -#: ../../godmode/setup/os.builder.php:359 ../../godmode/setup/setup_visuals.php:615 -#: ../../godmode/setup/setup_visuals.php:655 ../../godmode/setup/setup_visuals.php:1134 -#: ../../godmode/setup/setup_general.php:1055 -#: ../../godmode/setup/setup_general.php:1072 -#: ../../godmode/setup/setup_general.php:1081 -#: ../../godmode/setup/setup_general.php:1098 -#: ../../godmode/reporting/create_container.php:572 +#: ../../godmode/alerts/configure_alert_template.php:910 ../../godmode/setup/os.builder.php:359 +#: ../../godmode/setup/setup_visuals.php:615 ../../godmode/setup/setup_visuals.php:655 +#: ../../godmode/setup/setup_visuals.php:1134 ../../godmode/setup/setup_general.php:1055 +#: ../../godmode/setup/setup_general.php:1072 ../../godmode/setup/setup_general.php:1081 +#: ../../godmode/setup/setup_general.php:1098 ../../godmode/reporting/create_container.php:572 #: ../../godmode/reporting/graph_builder.graph_editor.php:154 #: ../../godmode/reporting/reporting_builder.item_editor.php:234 #: ../../godmode/reporting/reporting_builder.item_editor.php:1077 @@ -4127,12 +3853,9 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../godmode/reporting/visual_console_builder.wizard.php:821 #: ../../godmode/reporting/visual_console_builder.wizard.php:831 #: ../../godmode/reporting/visual_console_builder.wizard.php:863 -#: ../../godmode/events/event_edit_filter.php:1005 -#: ../../godmode/events/custom_events.php:211 -#: ../../godmode/events/custom_events.php:259 -#: ../../godmode/wizards/HostDevices.class.php:1170 -#: ../../mobile/operation/events.php:970 -#: ../../include/functions_visual_map_editor.php:398 +#: ../../godmode/events/event_edit_filter.php:1005 ../../godmode/events/custom_events.php:211 +#: ../../godmode/events/custom_events.php:259 ../../godmode/wizards/HostDevices.class.php:1170 +#: ../../mobile/operation/events.php:970 ../../include/functions_visual_map_editor.php:398 #: ../../include/functions_visual_map_editor.php:400 #: ../../include/functions_visual_map_editor.php:616 #: ../../include/functions_visual_map_editor.php:1003 @@ -4161,16 +3884,11 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../include/functions_html.php:1432 ../../include/functions_html.php:1433 #: ../../include/functions_html.php:1484 ../../include/functions_html.php:1534 #: ../../include/functions_html.php:6886 ../../include/functions_html.php:7400 -#: ../../include/class/NetworkMap.class.php:2944 -#: ../../include/class/NetworkMap.class.php:3213 -#: ../../include/class/NetworkMap.class.php:3236 -#: ../../include/class/NetworkMap.class.php:3309 -#: ../../include/class/NetworkMap.class.php:3319 -#: ../../include/class/NetworkMap.class.php:3430 -#: ../../include/class/NetworkMap.class.php:3451 -#: ../../include/class/SnmpConsole.class.php:318 -#: ../../include/class/SnmpConsole.class.php:1379 -#: ../../include/class/AgentWizard.class.php:729 +#: ../../include/class/NetworkMap.class.php:2944 ../../include/class/NetworkMap.class.php:3213 +#: ../../include/class/NetworkMap.class.php:3236 ../../include/class/NetworkMap.class.php:3309 +#: ../../include/class/NetworkMap.class.php:3319 ../../include/class/NetworkMap.class.php:3430 +#: ../../include/class/NetworkMap.class.php:3451 ../../include/class/SnmpConsole.class.php:318 +#: ../../include/class/SnmpConsole.class.php:1379 ../../include/class/AgentWizard.class.php:729 #: ../../include/class/AgentWizard.class.php:785 #: ../../include/lib/Dashboard/Widgets/sla_percent.php:369 #: ../../include/lib/Dashboard/Widgets/sla_percent.php:381 @@ -4198,24 +3916,21 @@ msgstr "Escriba al menos dos caracteres para buscar el usuario." #: ../../include/lib/Dashboard/Widgets/single_graph.php:423 #: ../../include/lib/Dashboard/Widgets/single_graph.php:447 #: ../../include/lib/Dashboard/Widgets/reports.php:561 -#: ../../include/lib/Dashboard/Widgets/top_n.php:260 -#: ../../include/lib/ITSM/Manager.php:1230 ../../include/functions_events.php:3542 -#: ../../operation/users/user_edit.php:522 ../../operation/users/user_edit.php:575 -#: ../../operation/users/user_edit.php:609 ../../operation/users/user_edit.php:628 -#: ../../operation/users/user_edit.php:1023 ../../operation/users/user_edit.php:1030 -#: ../../operation/users/user_edit.php:1039 ../../operation/users/user_edit.php:1046 +#: ../../include/lib/Dashboard/Widgets/top_n.php:260 ../../include/lib/ITSM/Manager.php:1230 +#: ../../include/functions_events.php:3542 ../../operation/users/user_edit.php:522 +#: ../../operation/users/user_edit.php:575 ../../operation/users/user_edit.php:609 +#: ../../operation/users/user_edit.php:628 ../../operation/users/user_edit.php:1023 +#: ../../operation/users/user_edit.php:1030 ../../operation/users/user_edit.php:1039 +#: ../../operation/users/user_edit.php:1046 #: ../../operation/agentes/pandora_networkmap.editor.php:494 #: ../../operation/agentes/pandora_networkmap.view.php:227 -#: ../../operation/agentes/ver_agente.php:1232 -#: ../../operation/agentes/ver_agente.php:1288 -#: ../../operation/agentes/ver_agente.php:1303 -#: ../../operation/snmpconsole/snmp_browser.php:395 +#: ../../operation/agentes/ver_agente.php:1232 ../../operation/agentes/ver_agente.php:1288 +#: ../../operation/agentes/ver_agente.php:1303 ../../operation/snmpconsole/snmp_browser.php:395 #: ../../operation/snmpconsole/snmp_browser.php:410 #: ../../operation/snmpconsole/snmp_browser.php:420 #: ../../operation/snmpconsole/snmp_browser.php:539 #: ../../operation/gis_maps/render_view.php:164 ../../operation/gis_maps/ajax.php:548 -#: ../../operation/reporting/graph_analytics.php:561 -#: ../../operation/events/events.php:3087 +#: ../../operation/reporting/graph_analytics.php:561 ../../operation/events/events.php:3087 #: ../../operation/custom_fields/custom_fields_view.php:251 msgid "None" msgstr "Ninguno" @@ -4239,8 +3954,7 @@ msgstr "Modo pantalla completa" #: ../../operation/visual_console/legacy_view.php:260 #: ../../operation/gis_maps/render_view.php:139 #: ../../operation/reporting/reporting_viewer.php:247 -#: ../../operation/reporting/graph_viewer.php:280 -#: ../../operation/events/events.php:1679 +#: ../../operation/reporting/graph_viewer.php:280 ../../operation/events/events.php:1679 msgid "Back to normal mode" msgstr "Volver a modo normal" @@ -4254,10 +3968,8 @@ msgstr "Actualizar el panel de control" #: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:454 #: ../../enterprise/godmode/services/services.elements.php:959 #: ../../enterprise/godmode/services/services.elements.php:970 -#: ../../enterprise/godmode/setup/setup.php:596 -#: ../../enterprise/godmode/setup/setup.php:611 -#: ../../enterprise/godmode/setup/setup.php:618 -#: ../../enterprise/godmode/setup/setup.php:627 +#: ../../enterprise/godmode/setup/setup.php:596 ../../enterprise/godmode/setup/setup.php:611 +#: ../../enterprise/godmode/setup/setup.php:618 ../../enterprise/godmode/setup/setup.php:627 #: ../../enterprise/include/class/Omnishell.class.php:1959 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3327 #: ../../enterprise/include/lib/Metaconsole/Node.php:406 @@ -4268,16 +3980,13 @@ msgstr "Actualizar el panel de control" #: ../../enterprise/operation/services/services.list.php:597 #: ../../enterprise/operation/security/vulnerabilities.php:629 #: ../../enterprise/operation/security/hardening.php:670 -#: ../../godmode/snmpconsole/snmp_alert.php:2234 -#: ../../godmode/snmpconsole/snmp_alert.php:2249 +#: ../../godmode/snmpconsole/snmp_alert.php:2234 ../../godmode/snmpconsole/snmp_alert.php:2249 #: ../../godmode/massive/massive_edit_agents.php:1074 #: ../../godmode/reporting/graph_builder.graph_editor.php:236 #: ../../godmode/reporting/graph_builder.graph_editor.php:257 -#: ../../godmode/wizards/ManageExtensions.class.php:335 -#: ../../include/functions_config.php:1398 ../../include/functions_config.php:3712 -#: ../../include/class/SatelliteAgent.class.php:1311 -#: ../../operation/network/network_report.php:703 -#: ../../operation/gis_maps/render_view.php:167 +#: ../../godmode/wizards/ManageExtensions.class.php:335 ../../include/functions_config.php:1398 +#: ../../include/functions_config.php:3712 ../../include/class/SatelliteAgent.class.php:1311 +#: ../../operation/network/network_report.php:703 ../../operation/gis_maps/render_view.php:167 msgid "Ok" msgstr "Ok" @@ -4303,13 +4012,11 @@ msgstr "Mostrar el enlace al dashboard público" #: ../../enterprise/godmode/servers/HA_cluster.php:460 #: ../../enterprise/include/class/Omnishell.class.php:563 #: ../../enterprise/include/class/Omnishell.class.php:1716 -#: ../../enterprise/include/functions_ipam.php:1401 -#: ../../extensions/agents_modules.php:649 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:212 -#: ../../include/ajax/heatmap.ajax.php:49 ../../include/ajax/module.php:1409 -#: ../../include/functions_ui.php:1370 ../../include/functions_ui.php:7953 -#: ../../include/class/NetworkMap.class.php:2956 ../../operation/heatmap.php:177 -#: ../../operation/visual_console/view.php:579 +#: ../../enterprise/include/functions_ipam.php:1401 ../../extensions/agents_modules.php:649 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:212 ../../include/ajax/heatmap.ajax.php:49 +#: ../../include/ajax/module.php:1409 ../../include/functions_ui.php:1370 +#: ../../include/functions_ui.php:7953 ../../include/class/NetworkMap.class.php:2956 +#: ../../operation/heatmap.php:177 ../../operation/visual_console/view.php:579 #: ../../operation/visual_console/legacy_public_view.php:141 #: ../../operation/visual_console/legacy_view.php:274 #: ../../operation/visual_console/public_view.php:131 @@ -4323,16 +4030,14 @@ msgstr "Actualizar" msgid "Add Cell" msgstr "Añadir celda" -#: ../../views/dashboard/header.php:298 -#: ../../enterprise/extensions/vmware/vmware_view.php:1401 +#: ../../views/dashboard/header.php:298 ../../enterprise/extensions/vmware/vmware_view.php:1401 #: ../../enterprise/extensions/vmware/vmware_view.php:1438 #: ../../godmode/users/configure_user.php:64 ../../godmode/users/user_management.php:47 -#: ../../godmode/massive/massive_edit_users.php:279 -#: ../../mobile/include/functions_web.php:22 ../../include/auth/mysql.php:811 -#: ../../include/class/Prd.class.php:498 -#: ../../include/class/OrderInterpreter.class.php:226 -#: ../../include/lib/ITSM/Manager.php:1036 ../../operation/users/user_edit.php:472 -#: ../../operation/menu.php:497 ../../operation/menu.php:744 +#: ../../godmode/massive/massive_edit_users.php:279 ../../mobile/include/functions_web.php:22 +#: ../../include/auth/mysql.php:811 ../../include/class/Prd.class.php:498 +#: ../../include/class/OrderInterpreter.class.php:226 ../../include/lib/ITSM/Manager.php:1036 +#: ../../operation/users/user_edit.php:472 ../../operation/menu.php:497 +#: ../../operation/menu.php:744 msgid "Dashboard" msgstr "Dashboard" @@ -4368,16 +4073,16 @@ msgstr "Más información" #: ../../extensions/insert_data.php:285 ../../godmode/users/configure_token.php:201 #: ../../godmode/agentes/planned_downtime.editor.php:2013 #: ../../godmode/alerts/configure_alert_template.php:1701 -#: ../../godmode/alerts/configure_alert_template.php:1785 -#: ../../godmode/setup/news.php:443 ../../godmode/reporting/manage_schedule.php:295 +#: ../../godmode/alerts/configure_alert_template.php:1785 ../../godmode/setup/news.php:443 +#: ../../godmode/reporting/manage_schedule.php:295 #: ../../godmode/reporting/reporting_builder.item_editor.php:6143 #: ../../godmode/reporting/visual_console_builder.elements.php:1037 #: ../../godmode/wizards/HostDevices.class.php:854 -#: ../../godmode/servers/servers.build_table.php:361 -#: ../../mobile/include/ui.class.php:716 ../../mobile/include/ui.class.php:774 -#: ../../include/functions_menu.php:955 ../../include/functions_menu.php:1297 -#: ../../include/functions_clippy.php:335 ../../include/functions_html.php:7569 -#: ../../include/functions_html.php:7625 ../../include/class/AlertsList.class.php:437 +#: ../../godmode/servers/servers.build_table.php:361 ../../mobile/include/ui.class.php:716 +#: ../../mobile/include/ui.class.php:774 ../../include/functions_menu.php:955 +#: ../../include/functions_menu.php:1297 ../../include/functions_clippy.php:335 +#: ../../include/functions_html.php:7569 ../../include/functions_html.php:7625 +#: ../../include/class/AlertsList.class.php:437 #: ../../include/lib/Dashboard/Widgets/tree_view.php:736 #: ../../include/functions_snmp_browser.php:601 ../../operation/tree.php:632 #: ../../operation/agentes/stat_win.php:482 @@ -4386,12 +4091,11 @@ msgstr "Más información" #: ../../operation/agentes/estado_monitores.php:496 #: ../../operation/network/network_report.php:677 #: ../../operation/network/network_usage_map.php:420 -#: ../../operation/netflow/nf_live_view.php:971 -#: ../../operation/inventory/inventory.php:1432 +#: ../../operation/netflow/nf_live_view.php:971 ../../operation/inventory/inventory.php:1432 #: ../../operation/inventory/inventory.php:1458 ../../operation/search_modules.php:361 #: ../../operation/reporting/reporting_viewer.php:453 -#: ../../operation/reporting/graph_viewer.php:510 -#: ../../operation/events/events.php:3708 ../../general/header.php:1035 +#: ../../operation/reporting/graph_viewer.php:510 ../../operation/events/events.php:3708 +#: ../../general/header.php:1035 msgid "Close" msgstr "Cerrar" @@ -4428,35 +4132,28 @@ msgstr "Dashboards" #: ../../godmode/users/profile_list.php:97 ../../godmode/users/token_list.php:64 #: ../../godmode/users/user_list.php:294 ../../godmode/users/user_list.php:348 #: ../../godmode/agentes/planned_downtime.list.php:290 -#: ../../godmode/netflow/nf_item_list.php:120 -#: ../../godmode/netflow/nf_item_list.php:148 ../../godmode/netflow/nf_edit.php:111 -#: ../../godmode/netflow/nf_edit.php:144 ../../godmode/snmpconsole/snmp_alert.php:686 -#: ../../godmode/snmpconsole/snmp_filters.php:180 +#: ../../godmode/netflow/nf_item_list.php:120 ../../godmode/netflow/nf_item_list.php:148 +#: ../../godmode/netflow/nf_edit.php:111 ../../godmode/netflow/nf_edit.php:144 +#: ../../godmode/snmpconsole/snmp_alert.php:686 ../../godmode/snmpconsole/snmp_filters.php:180 #: ../../godmode/massive/massive_delete_action_alerts.php:171 #: ../../godmode/massive/massive_delete_modules.php:162 #: ../../godmode/massive/massive_delete_alerts.php:201 -#: ../../godmode/alerts/alert_actions.php:208 -#: ../../godmode/alerts/alert_commands.php:950 +#: ../../godmode/alerts/alert_actions.php:208 ../../godmode/alerts/alert_commands.php:950 #: ../../godmode/alerts/alert_templates.php:262 ../../godmode/alerts/alert_list.php:271 #: ../../godmode/alerts/alert_list.php:434 ../../godmode/setup/news.php:137 #: ../../godmode/setup/gis.php:61 ../../godmode/setup/links.php:93 -#: ../../godmode/files_repo/files_repo.php:156 -#: ../../godmode/reporting/map_builder.php:209 ../../godmode/reporting/graphs.php:150 -#: ../../godmode/reporting/graphs.php:162 ../../godmode/reporting/graphs.php:213 -#: ../../godmode/reporting/schedule.php:73 -#: ../../godmode/reporting/reporting_builder.php:634 -#: ../../godmode/events/event_filter.php:77 ../../godmode/events/event_filter.php:114 -#: ../../include/class/ConfigPEN.class.php:488 -#: ../../operation/messages/message_list.php:109 -#: ../../operation/messages/message_list.php:131 -#: ../../operation/gis_maps/gis_map.php:99 -#: ../../operation/reporting/graph_viewer.php:57 +#: ../../godmode/files_repo/files_repo.php:156 ../../godmode/reporting/map_builder.php:209 +#: ../../godmode/reporting/graphs.php:150 ../../godmode/reporting/graphs.php:162 +#: ../../godmode/reporting/graphs.php:213 ../../godmode/reporting/schedule.php:73 +#: ../../godmode/reporting/reporting_builder.php:634 ../../godmode/events/event_filter.php:77 +#: ../../godmode/events/event_filter.php:114 ../../include/class/ConfigPEN.class.php:488 +#: ../../operation/messages/message_list.php:109 ../../operation/messages/message_list.php:131 +#: ../../operation/gis_maps/gis_map.php:99 ../../operation/reporting/graph_viewer.php:57 #: ../../operation/reporting/graph_viewer.php:65 msgid "Successfully deleted" msgstr "Eliminado correctamente" -#: ../../views/dashboard/list.php:58 -#: ../../enterprise/godmode/modules/local_components.php:432 +#: ../../views/dashboard/list.php:58 ../../enterprise/godmode/modules/local_components.php:432 #: ../../enterprise/godmode/policies/policy_alerts.php:324 #: ../../enterprise/godmode/policies/policy_modules.php:1575 #: ../../enterprise/godmode/policies/policy_external_alerts.php:159 @@ -4482,15 +4179,13 @@ msgstr "Eliminado correctamente" #: ../../godmode/massive/massive_delete_policies_alerts_action_external.php:115 #: ../../godmode/massive/massive_delete_alerts.php:202 #: ../../godmode/massive/massive_delete_policies_alerts.php:115 -#: ../../godmode/alerts/alert_actions.php:209 -#: ../../godmode/alerts/alert_commands.php:951 +#: ../../godmode/alerts/alert_actions.php:209 ../../godmode/alerts/alert_commands.php:951 #: ../../godmode/alerts/alert_templates.php:263 ../../godmode/alerts/alert_list.php:272 #: ../../godmode/alerts/alert_list.php:435 ../../godmode/setup/news.php:138 #: ../../godmode/setup/gis.php:59 ../../godmode/files_repo/files_repo.php:156 #: ../../godmode/reporting/reporting_builder.php:635 #: ../../operation/agentes/pandora_networkmap.php:587 -#: ../../operation/messages/message_list.php:110 -#: ../../operation/gis_maps/gis_map.php:100 +#: ../../operation/messages/message_list.php:110 ../../operation/gis_maps/gis_map.php:100 msgid "Could not be deleted" msgstr "No se pudo eliminar" @@ -4519,21 +4214,18 @@ msgstr "Favorito" #: ../../operation/heatmap.php:92 ../../operation/agentes/networkmap.dinamic.php:115 #: ../../operation/agentes/pandora_networkmap.view.php:2319 #: ../../operation/snmpconsole/snmp_statistics.php:54 -#: ../../operation/snmpconsole/snmp_browser.php:68 -#: ../../operation/events/events.php:1729 +#: ../../operation/snmpconsole/snmp_browser.php:68 ../../operation/events/events.php:1729 msgid "Full screen" msgstr "Pantalla completa" -#: ../../views/dashboard/list.php:97 -#: ../../enterprise/godmode/policies/policy_modules.php:2046 +#: ../../views/dashboard/list.php:97 ../../enterprise/godmode/policies/policy_modules.php:2046 #: ../../enterprise/godmode/policies/policies.php:650 #: ../../enterprise/godmode/massive/massive_add_modules_policy.php:229 #: ../../godmode/agentes/planned_downtime.list.php:746 #: ../../godmode/agentes/planned_downtime.list.php:879 #: ../../godmode/agentes/planned_downtime.list.php:925 -#: ../../godmode/alerts/alert_actions.php:355 -#: ../../godmode/reporting/map_builder.php:426 ../../include/ajax/dashboard.ajax.php:96 -#: ../../include/functions_filemanager.php:1077 +#: ../../godmode/alerts/alert_actions.php:355 ../../godmode/reporting/map_builder.php:426 +#: ../../include/ajax/dashboard.ajax.php:96 ../../include/functions_filemanager.php:1077 #: ../../operation/agentes/pandora_networkmap.php:832 msgid "Copy" msgstr "Copiar" @@ -4555,8 +4247,7 @@ msgid "Please select widget" msgstr "Seleccione un widget" #: ../../views/dashboard/jsLayout.php:42 ../../extensions/agents_modules.php:78 -#: ../../include/class/SnmpConsole.class.php:1554 -#: ../../operation/events/events.php:3629 +#: ../../include/class/SnmpConsole.class.php:1554 ../../operation/events/events.php:3629 msgid "Until next" msgstr "Hasta el próximo" @@ -4617,8 +4308,7 @@ msgstr "Parar" msgid "Pause" msgstr "Pausar" -#: ../../views/dashboard/slides.php:240 -#: ../../enterprise/include/class/Azure.cloud.php:910 +#: ../../views/dashboard/slides.php:240 ../../enterprise/include/class/Azure.cloud.php:910 #: ../../enterprise/include/class/Azure.cloud.php:965 #: ../../enterprise/include/class/VMware.app.php:543 #: ../../enterprise/include/class/Omnishell.class.php:830 @@ -4631,9 +4321,8 @@ msgstr "Pausar" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:390 #: ../../godmode/alerts/configure_alert_template.php:1315 #: ../../godmode/alerts/configure_alert_template.php:1327 -#: ../../godmode/wizards/HostDevices.class.php:808 -#: ../../godmode/wizards/Cloud.class.php:638 ../../include/functions_ui.php:2817 -#: ../../include/class/ExtensionsDiscovery.class.php:624 +#: ../../godmode/wizards/HostDevices.class.php:808 ../../godmode/wizards/Cloud.class.php:638 +#: ../../include/functions_ui.php:2817 ../../include/class/ExtensionsDiscovery.class.php:624 #: ../../include/class/CustomNetScan.class.php:565 #: ../../include/lib/ClusterViewer/ClusterWizard.php:1232 msgid "Next" @@ -4645,11 +4334,11 @@ msgstr "Modo en caja" #: ../../views/dashboard/slides.php:254 msgid "" -"This mode will show the dashboard with all the widgets in the screen. Click to " -"change to single screen mode." +"This mode will show the dashboard with all the widgets in the screen. Click to change to " +"single screen mode." msgstr "" -"Este modo mostrará el cuadro de mando con todos los widgets en la pantalla. Haga " -"clic para cambiar al modo de pantalla única." +"Este modo mostrará el cuadro de mando con todos los widgets en la pantalla. Haga clic para " +"cambiar al modo de pantalla única." #: ../../views/dashboard/slides.php:259 msgid "Single screen" @@ -4657,11 +4346,11 @@ msgstr "Pantalla única" #: ../../views/dashboard/slides.php:261 msgid "" -"This mode will show each widget in a screen, rotating between elements in each " -"dashboard. Click to change to boxed mode." +"This mode will show each widget in a screen, rotating between elements in each dashboard. " +"Click to change to boxed mode." msgstr "" -"Este modo mostrará cada widget en una pantalla, rotando entre los elementos de cada " -"cuadro de mando. Haga clic para cambiar al modo en caja." +"Este modo mostrará cada widget en una pantalla, rotando entre los elementos de cada cuadro " +"de mando. Haga clic para cambiar al modo en caja." #: ../../enterprise/views/ncm/snippets/list.php:32 #: ../../enterprise/views/ncm/snippets/edit.php:42 @@ -4674,8 +4363,7 @@ msgstr "" #: ../../enterprise/views/ncm/firmwares/edit.php:41 #: ../../enterprise/views/ncm/AgentDataTemplates/list.php:32 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:42 -#: ../../enterprise/views/ncm/models/list.php:32 -#: ../../enterprise/views/ncm/models/edit.php:37 +#: ../../enterprise/views/ncm/models/list.php:32 ../../enterprise/views/ncm/models/edit.php:37 #: ../../enterprise/views/ncm/vendors/list.php:32 #: ../../enterprise/views/ncm/vendors/edit.php:35 ../../include/functions.php:1377 #: ../../include/functions_events.php:3204 @@ -4698,11 +4386,10 @@ msgstr "Snippets" #: ../../enterprise/views/ncm/firmwares/edit.php:55 #: ../../enterprise/views/ncm/AgentDataTemplates/list.php:46 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:56 -#: ../../enterprise/views/ncm/models/list.php:46 -#: ../../enterprise/views/ncm/models/edit.php:51 +#: ../../enterprise/views/ncm/models/list.php:46 ../../enterprise/views/ncm/models/edit.php:51 #: ../../enterprise/views/ncm/vendors/list.php:46 -#: ../../enterprise/views/ncm/vendors/edit.php:49 -#: ../../include/functions_reports.php:971 ../../include/functions_reports.php:976 +#: ../../enterprise/views/ncm/vendors/edit.php:49 ../../include/functions_reports.php:971 +#: ../../include/functions_reports.php:976 msgid "NCM" msgstr "NCM" @@ -4789,15 +4476,13 @@ msgstr "conectarse mediante telnet" #: ../../enterprise/include/class/Azure.cloud.php:828 #: ../../enterprise/include/class/VMware.app.php:632 #: ../../enterprise/include/class/Aws.S3.php:580 -#: ../../enterprise/include/class/Aws.cloud.php:547 -#: ../../extensions/quick_shell.php:172 ../../extensions/quick_shell.php:445 +#: ../../enterprise/include/class/Aws.cloud.php:547 ../../extensions/quick_shell.php:172 +#: ../../extensions/quick_shell.php:445 #: ../../godmode/modules/manage_network_components_form_network.php:88 #: ../../godmode/agentes/module_manager_editor_network.php:84 #: ../../godmode/massive/massive_edit_modules.php:1415 -#: ../../godmode/servers/modificar_server.php:230 -#: ../../include/functions_config.php:1745 -#: ../../include/class/AgentWizard.class.php:648 -#: ../../include/functions_snmp_browser.php:746 +#: ../../godmode/servers/modificar_server.php:230 ../../include/functions_config.php:1745 +#: ../../include/class/AgentWizard.class.php:648 ../../include/functions_snmp_browser.php:746 msgid "Port" msgstr "Puerto" @@ -4862,9 +4547,8 @@ msgstr "Iniciar evento si cambia la configuración" #: ../../godmode/massive/massive_delete_alerts.php:312 #: ../../godmode/massive/massive_delete_policies_alerts.php:154 #: ../../godmode/massive/massive_add_action_alerts.php:210 -#: ../../godmode/massive/massive_edit_modules.php:373 -#: ../../include/functions_html.php:1352 ../../include/functions_html.php:1502 -#: ../../include/functions_massive_operations.php:136 +#: ../../godmode/massive/massive_edit_modules.php:373 ../../include/functions_html.php:1352 +#: ../../include/functions_html.php:1502 ../../include/functions_massive_operations.php:136 #: ../../include/lib/Dashboard/Widgets/groups_status.php:243 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:334 #: ../../include/lib/Dashboard/Widgets/events_list.php:491 @@ -4903,8 +4587,7 @@ msgstr "Recursión de grupos" #: ../../enterprise/operation/services/massive/service.create.elements.php:483 #: ../../enterprise/operation/services/services.service_map.php:208 #: ../../extensions/agents_modules.php:504 ../../extensions/agents_modules.php:902 -#: ../../godmode/groups/tactical.php:213 -#: ../../godmode/agentes/planned_downtime.list.php:84 +#: ../../godmode/groups/tactical.php:213 ../../godmode/agentes/planned_downtime.list.php:84 #: ../../godmode/agentes/planned_downtime.list.php:109 #: ../../godmode/massive/massive_standby_alerts.php:204 #: ../../godmode/massive/massive_delete_modules.php:517 @@ -4927,25 +4610,21 @@ msgstr "Recursión de grupos" #: ../../include/functions_reporting_html.php:2766 #: ../../include/functions_reporting_html.php:4558 ../../include/functions_cron.php:700 #: ../../include/functions_html.php:1751 ../../include/functions_html.php:1767 -#: ../../include/functions_html.php:6117 -#: ../../include/functions_massive_operations.php:240 +#: ../../include/functions_html.php:6117 ../../include/functions_massive_operations.php:240 #: ../../include/class/Diagnostics.class.php:1255 #: ../../include/class/Diagnostics.class.php:1259 #: ../../include/class/Diagnostics.class.php:1263 -#: ../../include/class/Diagnostics.class.php:1267 -#: ../../include/class/NetworkMap.class.php:3449 +#: ../../include/class/Diagnostics.class.php:1267 ../../include/class/NetworkMap.class.php:3449 #: ../../include/class/AgentsAlerts.class.php:252 #: ../../include/class/AgentsAlerts.class.php:565 #: ../../include/lib/Dashboard/Widgets/groups_status.php:350 #: ../../include/lib/Dashboard/Widgets/groups_status.php:355 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 #: ../../include/lib/TacticalView/elements/Agents.php:41 -#: ../../include/lib/TacticalView/elements/Agents.php:136 -#: ../../include/functions_groups.php:53 ../../operation/heatmap.php:100 -#: ../../operation/search_results.php:82 +#: ../../include/lib/TacticalView/elements/Agents.php:136 ../../include/functions_groups.php:53 +#: ../../operation/heatmap.php:100 ../../operation/search_results.php:82 #: ../../operation/agentes/interface_view.functions.php:78 -#: ../../operation/agentes/group_view.php:183 -#: ../../operation/agentes/group_view.php:240 +#: ../../operation/agentes/group_view.php:183 ../../operation/agentes/group_view.php:240 #: ../../operation/reporting/graph_analytics.php:839 #: ../../operation/reporting/graph_analytics.php:844 msgid "Agents" @@ -4979,8 +4658,7 @@ msgstr "Plantillas de datos de agentes NCM a utilizar" #: ../../enterprise/views/ncm/agent/manage.php:426 msgid "Agents data templates Backup schedule (if defined)" -msgstr "" -"Programación de copia de seguridad de plantillas de datos de agentes (si se define)" +msgstr "Programación de copia de seguridad de plantillas de datos de agentes (si se define)" #: ../../enterprise/views/ncm/agent/manage.php:506 #: ../../enterprise/godmode/reporting/mysql_builder.php:252 @@ -5006,8 +4684,8 @@ msgstr "Guardar" #: ../../extensions/insert_data.php:279 ../../godmode/users/configure_token.php:195 #: ../../godmode/agentes/planned_downtime.editor.php:2007 #: ../../godmode/alerts/configure_alert_template.php:1695 -#: ../../godmode/alerts/configure_alert_template.php:1779 -#: ../../godmode/setup/news.php:437 ../../godmode/reporting/manage_schedule.php:289 +#: ../../godmode/alerts/configure_alert_template.php:1779 ../../godmode/setup/news.php:437 +#: ../../godmode/reporting/manage_schedule.php:289 #: ../../godmode/reporting/reporting_builder.item_editor.php:6137 #: ../../include/functions_html.php:7563 ../../include/functions_html.php:7619 #: ../../include/lib/Dashboard/Widgets/tree_view.php:730 ../../operation/tree.php:626 @@ -5017,12 +4695,10 @@ msgstr "Guardar" #: ../../operation/agentes/estado_monitores.php:490 #: ../../operation/network/network_report.php:671 #: ../../operation/network/network_usage_map.php:414 -#: ../../operation/netflow/nf_live_view.php:965 -#: ../../operation/inventory/inventory.php:1426 +#: ../../operation/netflow/nf_live_view.php:965 ../../operation/inventory/inventory.php:1426 #: ../../operation/inventory/inventory.php:1452 ../../operation/search_modules.php:355 #: ../../operation/reporting/reporting_viewer.php:447 -#: ../../operation/reporting/graph_viewer.php:504 -#: ../../operation/events/events.php:3702 +#: ../../operation/reporting/graph_viewer.php:504 ../../operation/events/events.php:3702 msgid "Choose time" msgstr "Seleccionar hora" @@ -5042,8 +4718,8 @@ msgstr "Seleccionar hora" #: ../../extensions/insert_data.php:280 ../../godmode/users/configure_token.php:196 #: ../../godmode/agentes/planned_downtime.editor.php:2008 #: ../../godmode/alerts/configure_alert_template.php:1696 -#: ../../godmode/alerts/configure_alert_template.php:1780 -#: ../../godmode/setup/news.php:438 ../../godmode/reporting/manage_schedule.php:290 +#: ../../godmode/alerts/configure_alert_template.php:1780 ../../godmode/setup/news.php:438 +#: ../../godmode/reporting/manage_schedule.php:290 #: ../../godmode/reporting/reporting_builder.item_editor.php:6138 #: ../../include/functions_html.php:7564 ../../include/functions_html.php:7620 #: ../../include/lib/Dashboard/Widgets/tree_view.php:731 ../../operation/tree.php:627 @@ -5053,12 +4729,10 @@ msgstr "Seleccionar hora" #: ../../operation/agentes/estado_monitores.php:491 #: ../../operation/network/network_report.php:672 #: ../../operation/network/network_usage_map.php:415 -#: ../../operation/netflow/nf_live_view.php:966 -#: ../../operation/inventory/inventory.php:1427 +#: ../../operation/netflow/nf_live_view.php:966 ../../operation/inventory/inventory.php:1427 #: ../../operation/inventory/inventory.php:1453 ../../operation/search_modules.php:356 #: ../../operation/reporting/reporting_viewer.php:448 -#: ../../operation/reporting/graph_viewer.php:505 -#: ../../operation/events/events.php:3703 +#: ../../operation/reporting/graph_viewer.php:505 ../../operation/events/events.php:3703 msgid "Time" msgstr "Hora" @@ -5077,25 +4751,22 @@ msgstr "Hora" #: ../../extensions/insert_data.php:281 ../../godmode/users/configure_token.php:197 #: ../../godmode/agentes/planned_downtime.editor.php:2009 #: ../../godmode/alerts/configure_alert_template.php:1697 -#: ../../godmode/alerts/configure_alert_template.php:1781 -#: ../../godmode/setup/news.php:439 ../../godmode/reporting/manage_schedule.php:224 +#: ../../godmode/alerts/configure_alert_template.php:1781 ../../godmode/setup/news.php:439 +#: ../../godmode/reporting/manage_schedule.php:224 #: ../../godmode/reporting/manage_schedule.php:291 #: ../../godmode/reporting/reporting_builder.item_editor.php:6139 #: ../../include/functions_html.php:2420 ../../include/functions_html.php:7565 -#: ../../include/functions_html.php:7621 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:732 ../../operation/tree.php:628 -#: ../../operation/agentes/stat_win.php:478 +#: ../../include/functions_html.php:7621 ../../include/lib/Dashboard/Widgets/tree_view.php:732 +#: ../../operation/tree.php:628 ../../operation/agentes/stat_win.php:478 #: ../../operation/agentes/interface_traffic_graph_win.php:447 #: ../../operation/agentes/datos_agente.php:316 #: ../../operation/agentes/estado_monitores.php:492 #: ../../operation/network/network_report.php:673 #: ../../operation/network/network_usage_map.php:416 -#: ../../operation/netflow/nf_live_view.php:967 -#: ../../operation/inventory/inventory.php:1428 +#: ../../operation/netflow/nf_live_view.php:967 ../../operation/inventory/inventory.php:1428 #: ../../operation/inventory/inventory.php:1454 ../../operation/search_modules.php:357 #: ../../operation/reporting/reporting_viewer.php:449 -#: ../../operation/reporting/graph_viewer.php:506 -#: ../../operation/events/events.php:3704 +#: ../../operation/reporting/graph_viewer.php:506 ../../operation/events/events.php:3704 msgid "Hour" msgstr "Hora" @@ -5114,24 +4785,21 @@ msgstr "Hora" #: ../../extensions/insert_data.php:282 ../../godmode/users/configure_token.php:198 #: ../../godmode/agentes/planned_downtime.editor.php:2010 #: ../../godmode/alerts/configure_alert_template.php:1698 -#: ../../godmode/alerts/configure_alert_template.php:1782 -#: ../../godmode/setup/news.php:440 ../../godmode/reporting/manage_schedule.php:292 +#: ../../godmode/alerts/configure_alert_template.php:1782 ../../godmode/setup/news.php:440 +#: ../../godmode/reporting/manage_schedule.php:292 #: ../../godmode/reporting/reporting_builder.item_editor.php:6140 #: ../../include/functions_html.php:2421 ../../include/functions_html.php:7566 -#: ../../include/functions_html.php:7622 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:733 ../../operation/tree.php:629 -#: ../../operation/agentes/stat_win.php:479 +#: ../../include/functions_html.php:7622 ../../include/lib/Dashboard/Widgets/tree_view.php:733 +#: ../../operation/tree.php:629 ../../operation/agentes/stat_win.php:479 #: ../../operation/agentes/interface_traffic_graph_win.php:448 #: ../../operation/agentes/datos_agente.php:317 #: ../../operation/agentes/estado_monitores.php:493 #: ../../operation/network/network_report.php:674 #: ../../operation/network/network_usage_map.php:417 -#: ../../operation/netflow/nf_live_view.php:968 -#: ../../operation/inventory/inventory.php:1429 +#: ../../operation/netflow/nf_live_view.php:968 ../../operation/inventory/inventory.php:1429 #: ../../operation/inventory/inventory.php:1455 ../../operation/search_modules.php:358 #: ../../operation/reporting/reporting_viewer.php:450 -#: ../../operation/reporting/graph_viewer.php:507 -#: ../../operation/events/events.php:3705 +#: ../../operation/reporting/graph_viewer.php:507 ../../operation/events/events.php:3705 msgid "Minute" msgstr "Minuto" @@ -5150,8 +4818,8 @@ msgstr "Minuto" #: ../../extensions/insert_data.php:283 ../../godmode/users/configure_token.php:199 #: ../../godmode/agentes/planned_downtime.editor.php:2011 #: ../../godmode/alerts/configure_alert_template.php:1699 -#: ../../godmode/alerts/configure_alert_template.php:1783 -#: ../../godmode/setup/news.php:441 ../../godmode/reporting/manage_schedule.php:293 +#: ../../godmode/alerts/configure_alert_template.php:1783 ../../godmode/setup/news.php:441 +#: ../../godmode/reporting/manage_schedule.php:293 #: ../../godmode/reporting/reporting_builder.item_editor.php:6141 #: ../../include/functions_html.php:7567 ../../include/functions_html.php:7623 #: ../../include/lib/Dashboard/Widgets/tree_view.php:734 ../../operation/tree.php:630 @@ -5161,12 +4829,10 @@ msgstr "Minuto" #: ../../operation/agentes/estado_monitores.php:494 #: ../../operation/network/network_report.php:675 #: ../../operation/network/network_usage_map.php:418 -#: ../../operation/netflow/nf_live_view.php:969 -#: ../../operation/inventory/inventory.php:1430 +#: ../../operation/netflow/nf_live_view.php:969 ../../operation/inventory/inventory.php:1430 #: ../../operation/inventory/inventory.php:1456 ../../operation/search_modules.php:359 #: ../../operation/reporting/reporting_viewer.php:451 -#: ../../operation/reporting/graph_viewer.php:508 -#: ../../operation/events/events.php:3706 +#: ../../operation/reporting/graph_viewer.php:508 ../../operation/events/events.php:3706 msgid "Second" msgstr "Segundo" @@ -5185,8 +4851,8 @@ msgstr "Segundo" #: ../../extensions/insert_data.php:284 ../../godmode/users/configure_token.php:200 #: ../../godmode/agentes/planned_downtime.editor.php:2012 #: ../../godmode/alerts/configure_alert_template.php:1700 -#: ../../godmode/alerts/configure_alert_template.php:1784 -#: ../../godmode/setup/news.php:442 ../../godmode/reporting/manage_schedule.php:294 +#: ../../godmode/alerts/configure_alert_template.php:1784 ../../godmode/setup/news.php:442 +#: ../../godmode/reporting/manage_schedule.php:294 #: ../../godmode/reporting/reporting_builder.item_editor.php:6142 #: ../../include/functions.php:536 ../../include/functions.php:667 #: ../../include/functions_html.php:7568 ../../include/functions_html.php:7624 @@ -5198,12 +4864,10 @@ msgstr "Segundo" #: ../../operation/agentes/agent_inventory.php:141 #: ../../operation/network/network_report.php:676 #: ../../operation/network/network_usage_map.php:419 -#: ../../operation/netflow/nf_live_view.php:970 -#: ../../operation/inventory/inventory.php:1431 +#: ../../operation/netflow/nf_live_view.php:970 ../../operation/inventory/inventory.php:1431 #: ../../operation/inventory/inventory.php:1457 ../../operation/search_modules.php:360 #: ../../operation/reporting/reporting_viewer.php:452 -#: ../../operation/reporting/graph_viewer.php:509 -#: ../../operation/events/events.php:3707 +#: ../../operation/reporting/graph_viewer.php:509 ../../operation/events/events.php:3707 msgid "Now" msgstr "Ahora" @@ -5252,17 +4916,14 @@ msgstr "Operaciones masivas" #: ../../enterprise/operation/agentes/ux_console_view.php:391 #: ../../enterprise/operation/agentes/wux_console_view.php:407 #: ../../extensions/module_groups.php:53 ../../godmode/menu.php:817 -#: ../../godmode/massive/massive_operations.php:471 -#: ../../godmode/setup/setup_visuals.php:2308 -#: ../../godmode/setup/setup_general.php:1024 -#: ../../godmode/setup/setup_general.php:1042 +#: ../../godmode/massive/massive_operations.php:471 ../../godmode/setup/setup_visuals.php:2308 +#: ../../godmode/setup/setup_general.php:1024 ../../godmode/setup/setup_general.php:1042 #: ../../godmode/reporting/reporting_builder.item_editor.php:3422 #: ../../include/functions_reporting_html.php:1318 #: ../../include/functions_reporting_html.php:1513 #: ../../include/functions_reporting_html.php:4778 #: ../../include/functions_reporting_html.php:6075 ../../include/functions_db.php:1974 -#: ../../include/class/ConfigPEN.class.php:674 -#: ../../include/class/ConfigPEN.class.php:698 +#: ../../include/class/ConfigPEN.class.php:674 ../../include/class/ConfigPEN.class.php:698 #: ../../include/class/SatelliteAgent.class.php:1147 #: ../../include/class/ExtensionsDiscovery.class.php:257 #: ../../include/class/HelpFeedBack.class.php:370 @@ -5304,23 +4965,19 @@ msgstr "Se requieren agente." #: ../../enterprise/include/functions_login.php:584 #: ../../enterprise/include/lib/Metaconsole/Node.php:541 #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:4129 -#: ../../godmode/users/configure_user.php:2100 -#: ../../godmode/users/configure_user.php:2169 +#: ../../godmode/users/configure_user.php:2100 ../../godmode/users/configure_user.php:2169 #: ../../godmode/massive/massive_edit_plugins.php:856 #: ../../godmode/massive/massive_edit_plugins.php:857 #: ../../godmode/reporting/manage_schedule.php:332 #: ../../godmode/wizards/ManageExtensions.class.php:334 #: ../../mobile/operation/visualmap.php:181 ../../include/functions.php:1375 -#: ../../include/ajax/double_auth.ajax.php:270 -#: ../../include/ajax/double_auth.ajax.php:368 -#: ../../include/ajax/double_auth.ajax.php:414 -#: ../../include/ajax/double_auth.ajax.php:531 ../../include/ajax/events.php:2329 -#: ../../include/functions_menu.php:936 ../../include/functions_ui.php:335 -#: ../../include/class/SatelliteAgent.class.php:873 -#: ../../include/class/Diagnostics.class.php:1931 -#: ../../include/functions_events.php:2992 ../../include/functions_events.php:3192 -#: ../../index.php:1614 ../../operation/users/user_edit.php:1183 -#: ../../operation/users/user_edit.php:1249 +#: ../../include/ajax/double_auth.ajax.php:270 ../../include/ajax/double_auth.ajax.php:368 +#: ../../include/ajax/double_auth.ajax.php:414 ../../include/ajax/double_auth.ajax.php:531 +#: ../../include/ajax/events.php:2329 ../../include/functions_menu.php:936 +#: ../../include/functions_ui.php:335 ../../include/class/SatelliteAgent.class.php:873 +#: ../../include/class/Diagnostics.class.php:1931 ../../include/functions_events.php:2992 +#: ../../include/functions_events.php:3192 ../../index.php:1614 +#: ../../operation/users/user_edit.php:1183 ../../operation/users/user_edit.php:1249 #: ../../operation/reporting/graph_analytics_public.php:162 #: ../../operation/reporting/graph_analytics_public.php:170 #: ../../operation/reporting/graph_analytics_public.php:176 @@ -5409,8 +5066,7 @@ msgstr "Ejecución sin copia de seguridad" #: ../../enterprise/views/ncm/agent/details.php:259 msgid "Latest configuration retrieved is different from backed one" -msgstr "" -"La última configuración recuperada es diferente de la que tiene copia de seguridad" +msgstr "La última configuración recuperada es diferente de la que tiene copia de seguridad" #: ../../enterprise/views/ncm/agent/details.php:262 msgid "Backup up to date with latest configuration" @@ -5451,23 +5107,19 @@ msgstr "Copia de seguridad actualizada con la configuración más reciente" #: ../../godmode/alerts/alert_list.builder.php:346 #: ../../godmode/reporting/reporting_builder.item_editor.php:4799 #: ../../mobile/operation/agents.php:60 ../../mobile/operation/modules.php:72 -#: ../../include/graphs/functions_flot.php:346 -#: ../../include/functions_reporting_html.php:4772 +#: ../../include/graphs/functions_flot.php:346 ../../include/functions_reporting_html.php:4772 #: ../../include/functions_reporting_html.php:5175 ../../include/functions.php:1364 #: ../../include/functions.php:4320 ../../include/ajax/module.php:1132 #: ../../include/ajax/module.php:2230 ../../include/functions_agents.php:5038 #: ../../include/functions_ui.php:642 ../../include/functions_ui.php:643 -#: ../../include/functions_visual_map.php:2457 -#: ../../include/functions_visual_map.php:2485 -#: ../../include/functions_visual_map.php:2503 -#: ../../include/functions_visual_map.php:2521 ../../include/functions_alerts.php:768 +#: ../../include/functions_visual_map.php:2457 ../../include/functions_visual_map.php:2485 +#: ../../include/functions_visual_map.php:2503 ../../include/functions_visual_map.php:2521 +#: ../../include/functions_alerts.php:768 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:585 #: ../../include/functions_reports.php:569 ../../include/functions_maps.php:54 -#: ../../include/functions_massive_operations.php:149 -#: ../../include/functions_netflow.php:2117 +#: ../../include/functions_massive_operations.php:149 ../../include/functions_netflow.php:2117 #: ../../include/class/ExtensionsDiscovery.class.php:789 -#: ../../include/functions_reporting.php:7137 -#: ../../include/functions_filemanager.php:769 +#: ../../include/functions_reporting.php:7137 ../../include/functions_filemanager.php:769 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:322 #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:378 #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:390 @@ -5478,10 +5130,8 @@ msgstr "Copia de seguridad actualizada con la configuración más reciente" #: ../../include/lib/TacticalView/elements/Alerts.php:218 #: ../../include/functions_events.php:3152 ../../operation/tree.php:211 #: ../../operation/tree.php:302 ../../operation/tree.php:524 -#: ../../operation/agentes/estado_agente.php:313 -#: ../../operation/agentes/status_monitor.php:576 -#: ../../operation/agentes/group_view.php:248 -#: ../../operation/agentes/group_view.php:253 +#: ../../operation/agentes/estado_agente.php:313 ../../operation/agentes/status_monitor.php:576 +#: ../../operation/agentes/group_view.php:248 ../../operation/agentes/group_view.php:253 #: ../../operation/agentes/estado_monitores.php:547 #: ../../operation/agentes/pandora_networkmap.view.php:1754 #: ../../operation/events/events.php:926 @@ -5579,8 +5229,7 @@ msgstr "Ejecutar snippet" #: ../../enterprise/include/functions_reporting.php:8288 #: ../../enterprise/include/functions_reporting.php:8359 #: ../../godmode/modules/manage_network_components.php:303 ../../godmode/menu.php:277 -#: ../../godmode/menu.php:382 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2568 +#: ../../godmode/menu.php:382 ../../godmode/reporting/reporting_builder.item_editor.php:2568 #: ../../include/functions_menu.php:614 ../../include/class/ConfigPEN.class.php:334 #: ../../include/class/ModuleTemplates.class.php:196 #: ../../include/class/ModuleTemplates.class.php:214 ../../operation/menu.php:471 @@ -5605,8 +5254,7 @@ msgstr "Fabricantes" #: ../../enterprise/views/ncm/firmwares/edit.php:133 #: ../../enterprise/views/ncm/AgentDataTemplates/list.php:75 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:133 -#: ../../enterprise/views/ncm/models/list.php:32 -#: ../../enterprise/views/ncm/models/list.php:50 +#: ../../enterprise/views/ncm/models/list.php:32 ../../enterprise/views/ncm/models/list.php:50 msgid "Models" msgstr "Modelos" @@ -5622,25 +5270,23 @@ msgstr "Scripts definidos" #: ../../enterprise/views/ncm/firmwares/list.php:49 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:42 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:60 -#: ../../enterprise/views/ncm/models/edit.php:37 -#: ../../enterprise/views/ncm/models/edit.php:55 +#: ../../enterprise/views/ncm/models/edit.php:37 ../../enterprise/views/ncm/models/edit.php:55 msgid "Devices" msgstr "Dispositivos" #: ../../enterprise/views/ncm/templates/edit.php:102 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:101 -msgid "" -"Comma separated, a vendors list compatible with scripts defined within template." +msgid "Comma separated, a vendors list compatible with scripts defined within template." msgstr "" -"Separado por comas, una lista de proveedores compatible con scripts definidos dentro " -"de la plantilla." +"Separado por comas, una lista de proveedores compatible con scripts definidos dentro de la " +"plantilla." #: ../../enterprise/views/ncm/templates/edit.php:130 #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:129 msgid "Comma separated, a model list compatible with scripts defined within template." msgstr "" -"Separado por comas, una lista de modelos compatibles con scripts definidos dentro de " -"la plantilla." +"Separado por comas, una lista de modelos compatibles con scripts definidos dentro de la " +"plantilla." #: ../../enterprise/views/ncm/templates/edit.php:148 msgid "This script will be used to test devices availability" @@ -5659,11 +5305,10 @@ msgid "Script: Get configuration" msgstr "Script: obtener configuración" #: ../../enterprise/views/ncm/templates/edit.php:203 -msgid "" -"This script will be used to apply configuration, previously backed up, to devices" +msgid "This script will be used to apply configuration, previously backed up, to devices" msgstr "" -"Este script se utilizará para aplicar la configuración, previamente respaldada, a " -"los dispositivos" +"Este script se utilizará para aplicar la configuración, previamente respaldada, a los " +"dispositivos" #: ../../enterprise/views/ncm/templates/edit.php:208 msgid "Script: set configuration" @@ -5671,8 +5316,7 @@ msgstr "Script: establecer la configuración" #: ../../enterprise/views/ncm/templates/edit.php:231 msgid "This script will be used to retrieve firmware version from devices" -msgstr "" -"Este script se utilizará para recuperar la versión del firmware de los dispositivos" +msgstr "Este script se utilizará para recuperar la versión del firmware de los dispositivos" #: ../../enterprise/views/ncm/templates/edit.php:236 msgid "Script: get firmware" @@ -5680,8 +5324,7 @@ msgstr "Script: obtener firmware" #: ../../enterprise/views/ncm/templates/edit.php:258 msgid "This script will be used to upgrade firmware version of the devices" -msgstr "" -"Este script se utilizará para actualizar la versión de firmware de los dispositivos" +msgstr "Este script se utilizará para actualizar la versión de firmware de los dispositivos" #: ../../enterprise/views/ncm/templates/edit.php:263 msgid "Script: set firmware" @@ -5749,23 +5392,19 @@ msgstr "Diferencia" #: ../../godmode/agentes/fields_manager.php:155 ../../godmode/menu.php:386 #: ../../godmode/massive/massive_delete_policies_alerts_action_external.php:202 #: ../../godmode/massive/massive_delete_policies_alerts.php:202 -#: ../../godmode/alerts/alert_list.list.php:136 -#: ../../godmode/alerts/alert_list.list.php:571 +#: ../../godmode/alerts/alert_list.list.php:136 ../../godmode/alerts/alert_list.list.php:571 #: ../../godmode/alerts/alert_commands.php:1005 ../../godmode/alerts/alert_view.php:307 #: ../../godmode/alerts/alert_list.builder.php:130 #: ../../godmode/reporting/reporting_builder.item_editor.php:2633 #: ../../godmode/events/event_responses.list.php:69 #: ../../godmode/wizards/ManageExtensions.class.php:362 ../../godmode/tag/tag.php:310 -#: ../../godmode/category/category.php:161 -#: ../../include/functions_reporting_html.php:4659 ../../include/functions_cron.php:504 -#: ../../include/ajax/module.php:1083 ../../include/functions_treeview.php:445 -#: ../../include/class/SatelliteAgent.class.php:176 +#: ../../godmode/category/category.php:161 ../../include/functions_reporting_html.php:4659 +#: ../../include/functions_cron.php:504 ../../include/ajax/module.php:1083 +#: ../../include/functions_treeview.php:445 ../../include/class/SatelliteAgent.class.php:176 #: ../../include/class/AgentsAlerts.class.php:254 -#: ../../include/class/AgentsAlerts.class.php:332 -#: ../../include/class/SnmpConsole.class.php:285 +#: ../../include/class/AgentsAlerts.class.php:332 ../../include/class/SnmpConsole.class.php:285 #: ../../include/class/SatelliteCollection.class.php:135 -#: ../../include/functions_reporting.php:3410 -#: ../../include/functions_filemanager.php:708 +#: ../../include/functions_reporting.php:3410 ../../include/functions_filemanager.php:708 #: ../../operation/agentes/pandora_networkmap.php:747 #: ../../operation/agentes/status_monitor.php:1618 msgid "Actions" @@ -5836,19 +5475,17 @@ msgstr "¿Copia de seguridad de la última configuración?" #: ../../enterprise/views/ncm/backups/backup.php:161 msgid "" -"This action will overwrite current backup to use latest retrieved configuration. Are " -"you sure?" -msgstr "" -"Esta acción sobrescribirá la copia de seguridad actual para utilizar la última " -"configuración recuperada. ¿Estás seguro?" - -#: ../../enterprise/views/ncm/backups/backup.php:162 -msgid "" -"This action will overwrite current backup to use selected configuration. Are you " +"This action will overwrite current backup to use latest retrieved configuration. Are you " "sure?" msgstr "" -"Esta acción sobreescribirá la copia de seguridad actual para utilizar la " -"configuración seleccionada. ¿Está seguro?" +"Esta acción sobrescribirá la copia de seguridad actual para utilizar la última configuración " +"recuperada. ¿Estás seguro?" + +#: ../../enterprise/views/ncm/backups/backup.php:162 +msgid "This action will overwrite current backup to use selected configuration. Are you sure?" +msgstr "" +"Esta acción sobreescribirá la copia de seguridad actual para utilizar la configuración " +"seleccionada. ¿Está seguro?" #: ../../enterprise/views/ncm/backups/backup.php:182 msgid "Configurations registry" @@ -5859,35 +5496,33 @@ msgid "Restore device configuration?" msgstr "¿Restaurar la configuración del dispositivo?" #: ../../enterprise/views/ncm/backups/backup.php:199 -msgid "" -"This action will overwrite device configuration with latest backup. Are you sure?" +msgid "This action will overwrite device configuration with latest backup. Are you sure?" msgstr "" -"Esta acción sobrescribirá la configuración del dispositivo con la copia de seguridad " -"más reciente. ¿Estás seguro?" +"Esta acción sobrescribirá la configuración del dispositivo con la copia de seguridad más " +"reciente. ¿Estás seguro?" #: ../../enterprise/views/ncm/devices/list.php:78 msgid "" -"WARNING: This is a new feature and is still at an early stage. It is available with " -"limited features, use it with caution and send us your feedback to improve these " -"current capabilities." +"WARNING: This is a new feature and is still at an early stage. It is available with limited " +"features, use it with caution and send us your feedback to improve these current " +"capabilities." msgstr "" -"ADVERTENCIA: Esta es una nueva característica y todavía se encuentra en una etapa " -"temprana. Está disponible con funciones limitadas, úselo con precaución y envíenos " -"sus comentarios para mejorar estas capacidades actuales." +"ADVERTENCIA: Esta es una nueva característica y todavía se encuentra en una etapa temprana. " +"Está disponible con funciones limitadas, úselo con precaución y envíenos sus comentarios " +"para mejorar estas capacidades actuales." #: ../../enterprise/views/ncm/devices/list.php:81 msgid "" -"Network configuration manager is used to keep configurations and software versions " -"of any network device in your infrastructure under your control." +"Network configuration manager is used to keep configurations and software versions of any " +"network device in your infrastructure under your control." msgstr "" -"El administrador de configuración de red se utiliza para mantener las " -"configuraciones y versiones de software de cualquier dispositivo de red en su " -"infraestructura bajo su control." +"El administrador de configuración de red se utiliza para mantener las configuraciones y " +"versiones de software de cualquier dispositivo de red en su infraestructura bajo su control." #: ../../enterprise/views/ncm/devices/list.php:86 msgid "" -"To start using it, navigatenavigate to your desired agent, tab Network Config " -"Manager, and enable the ncm features,\n" +"To start using it, navigatenavigate to your desired agent, tab Network Config Manager, and " +"enable the ncm features,\n" " you will be asked for the vendor and model of the device." msgstr "" "Para comenzar a usarlo, navegue por el agente que desee, seleccione Administrador de " @@ -5914,18 +5549,15 @@ msgstr "Última copia de seguridad" #: ../../enterprise/tools/ipam/ipam_supernet_config.php:733 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:53 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:252 -#: ../../enterprise/tools/ipam/ipam_excel.php:139 -#: ../../enterprise/tools/ipam/ipam_ajax.php:362 -#: ../../enterprise/tools/ipam/ipam_calculator.php:69 -#: ../../extensions/quick_shell.php:433 ../../include/functions_html.php:7713 -#: ../../operation/agentes/ver_agente.php:1249 +#: ../../enterprise/tools/ipam/ipam_excel.php:139 ../../enterprise/tools/ipam/ipam_ajax.php:362 +#: ../../enterprise/tools/ipam/ipam_calculator.php:69 ../../extensions/quick_shell.php:433 +#: ../../include/functions_html.php:7713 ../../operation/agentes/ver_agente.php:1249 msgid "Address" msgstr "Dirección" #: ../../enterprise/views/ncm/devices/list.php:130 #: ../../enterprise/views/ncm/firmwares/list.php:74 -#: ../../enterprise/views/ncm/models/list.php:72 -#: ../../enterprise/views/ncm/models/edit.php:88 +#: ../../enterprise/views/ncm/models/list.php:72 ../../enterprise/views/ncm/models/edit.php:88 #: ../../enterprise/include/functions_reporting_csv.php:3600 #: ../../include/functions_reporting_html.php:7787 msgid "Vendor" @@ -5949,8 +5581,8 @@ msgstr "Última tarea en cola" #: ../../enterprise/include/functions_reporting_csv.php:3603 #: ../../enterprise/operation/services/services.service.php:124 #: ../../enterprise/operation/services/services.list.php:548 -#: ../../enterprise/tools/ipam/ipam_list.php:745 -#: ../../extensions/agents_modules.php:347 ../../operation/agentes/group_view.php:80 +#: ../../enterprise/tools/ipam/ipam_list.php:745 ../../extensions/agents_modules.php:347 +#: ../../operation/agentes/group_view.php:80 msgid "Last update" msgstr "Última actualización" @@ -5961,11 +5593,9 @@ msgstr "Última actualización" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:488 #: ../../enterprise/include/functions_tasklist.php:205 #: ../../godmode/massive/massive_copy_modules.php:215 -#: ../../godmode/alerts/alert_list.list.php:572 -#: ../../godmode/reporting/schedule.php:173 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:663 -#: ../../godmode/servers/plugin.php:1051 ../../operation/agentes/alerts_status.php:242 -#: ../../operation/agentes/alerts_status.php:243 +#: ../../godmode/alerts/alert_list.list.php:572 ../../godmode/reporting/schedule.php:173 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:663 ../../godmode/servers/plugin.php:1051 +#: ../../operation/agentes/alerts_status.php:242 ../../operation/agentes/alerts_status.php:243 msgid "Operations" msgstr "Operaciones" @@ -5976,11 +5606,10 @@ msgid "Execute action" msgstr "Ejecutar acción" #: ../../enterprise/views/ncm/devices/list.php:206 -#: ../../enterprise/include/lib/NetworkManager.php:84 -#: ../../extensions/quick_shell.php:496 ../../extensions/quick_shell.php:549 -#: ../../godmode/users/user_management.php:952 ../../godmode/setup/setup_ehorus.php:153 -#: ../../godmode/setup/setup_ITSM.php:162 ../../godmode/setup/setup_ITSM.php:243 -#: ../../operation/users/user_edit.php:869 +#: ../../enterprise/include/lib/NetworkManager.php:84 ../../extensions/quick_shell.php:496 +#: ../../extensions/quick_shell.php:549 ../../godmode/users/user_management.php:952 +#: ../../godmode/setup/setup_ehorus.php:153 ../../godmode/setup/setup_ITSM.php:162 +#: ../../godmode/setup/setup_ITSM.php:243 ../../operation/users/user_edit.php:869 msgid "Test" msgstr "Probar" @@ -6005,15 +5634,14 @@ msgstr "Restaurar configuración de copia de seguridad" #: ../../enterprise/include/functions_cron.php:423 #: ../../enterprise/include/lib/NetworkManager.php:89 #: ../../godmode/agentes/module_manager_editor_wmi.php:54 -#: ../../godmode/agentes/module_manager_editor_network.php:101 -#: ../../godmode/menu.php:153 ../../godmode/massive/massive_edit_modules.php:964 -#: ../../godmode/wizards/Custom.class.php:130 -#: ../../godmode/wizards/Custom.class.php:138 ../../include/functions_html.php:2010 -#: ../../include/functions_html.php:2011 ../../include/functions_html.php:2121 -#: ../../include/functions_html.php:2122 ../../include/functions_html.php:2275 -#: ../../include/functions_html.php:2276 ../../include/functions_html.php:7076 -#: ../../include/functions_html.php:7077 ../../include/functions_html.php:7398 -#: ../../include/class/ExtensionsDiscovery.class.php:524 +#: ../../godmode/agentes/module_manager_editor_network.php:101 ../../godmode/menu.php:153 +#: ../../godmode/massive/massive_edit_modules.php:964 +#: ../../godmode/wizards/Custom.class.php:130 ../../godmode/wizards/Custom.class.php:138 +#: ../../include/functions_html.php:2010 ../../include/functions_html.php:2011 +#: ../../include/functions_html.php:2121 ../../include/functions_html.php:2122 +#: ../../include/functions_html.php:2275 ../../include/functions_html.php:2276 +#: ../../include/functions_html.php:7076 ../../include/functions_html.php:7077 +#: ../../include/functions_html.php:7398 ../../include/class/ExtensionsDiscovery.class.php:524 #: ../../include/class/ExtensionsDiscovery.class.php:531 #: ../../include/class/CredentialStore.class.php:959 #: ../../operation/netflow/nf_live_view.php:327 @@ -6056,17 +5684,16 @@ msgid "Firmware" msgstr "Firmware" #: ../../enterprise/views/ncm/firmwares/edit.php:101 -msgid "" -"Comma separated, a vendors list compatible with scripts defined within firmware." +msgid "Comma separated, a vendors list compatible with scripts defined within firmware." msgstr "" -"Separado por comas, una lista de proveedores compatible con scripts definidos dentro " -"del firmware." +"Separado por comas, una lista de proveedores compatible con scripts definidos dentro del " +"firmware." #: ../../enterprise/views/ncm/firmwares/edit.php:129 msgid "Comma separated, a model list compatible with scripts defined within firmware." msgstr "" -"Separado por comas, una lista de modelos compatibles con scripts definidos dentro " -"del firmware." +"Separado por comas, una lista de modelos compatibles con scripts definidos dentro del " +"firmware." #: ../../enterprise/views/ncm/firmwares/edit.php:149 #: ../../enterprise/meta/advanced/metasetup.consoles.php:484 @@ -6138,15 +5765,14 @@ msgstr "" #: ../../enterprise/operation/services/services.table_services.php:142 #: ../../update_manager_client/views/offline.php:80 ../../extensions/dbmanager.php:124 #: ../../godmode/groups/group_list.php:1296 ../../godmode/users/configure_user.php:1027 -#: ../../godmode/users/configure_user.php:2004 -#: ../../godmode/agentes/agent_manager.php:1577 +#: ../../godmode/users/configure_user.php:2004 ../../godmode/agentes/agent_manager.php:1577 #: ../../godmode/massive/massive_copy_modules.php:124 #: ../../godmode/massive/massive_copy_modules.php:312 #: ../../godmode/massive/massive_delete_modules.php:428 #: ../../godmode/massive/massive_edit_agents.php:1092 #: ../../godmode/massive/massive_edit_modules.php:392 -#: ../../godmode/massive/massive_edit_modules.php:508 -#: ../../godmode/setup/setup_sflow.php:84 ../../godmode/setup/setup_netflow.php:80 +#: ../../godmode/massive/massive_edit_modules.php:508 ../../godmode/setup/setup_sflow.php:84 +#: ../../godmode/setup/setup_netflow.php:80 #: ../../godmode/reporting/reporting_builder.item_editor.php:1690 #: ../../godmode/reporting/reporting_builder.item_editor.php:1704 #: ../../godmode/reporting/reporting_builder.item_editor.php:1840 @@ -6159,14 +5785,13 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.item_editor.php:4797 #: ../../godmode/reporting/graph_builder.main.php:193 #: ../../godmode/reporting/graph_builder.main.php:207 -#: ../../godmode/wizards/ManageExtensions.class.php:331 -#: ../../mobile/operation/agents.php:59 ../../mobile/operation/modules.php:70 -#: ../../include/functions.php:1174 ../../include/functions.php:1412 -#: ../../include/functions.php:1415 ../../include/functions.php:1454 -#: ../../include/ajax/module.php:2226 ../../include/functions_agents.php:5036 -#: ../../include/functions_graph.php:3237 ../../include/functions_graph.php:3239 -#: ../../include/functions_graph.php:4764 ../../include/functions_ui.php:343 -#: ../../include/functions_ui.php:3228 +#: ../../godmode/wizards/ManageExtensions.class.php:331 ../../mobile/operation/agents.php:59 +#: ../../mobile/operation/modules.php:70 ../../include/functions.php:1174 +#: ../../include/functions.php:1412 ../../include/functions.php:1415 +#: ../../include/functions.php:1454 ../../include/ajax/module.php:2226 +#: ../../include/functions_agents.php:5036 ../../include/functions_graph.php:3237 +#: ../../include/functions_graph.php:3239 ../../include/functions_graph.php:4764 +#: ../../include/functions_ui.php:343 ../../include/functions_ui.php:3228 #: ../../include/rest-api/models/VisualConsole/Items/BasicChart.php:320 #: ../../include/rest-api/models/VisualConsole/Items/BasicChart.php:321 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:843 @@ -6210,19 +5835,14 @@ msgstr "" #: ../../include/lib/Dashboard/Widgets/tree_view.php:437 #: ../../include/lib/Dashboard/Widgets/tree_view.php:707 #: ../../include/lib/Dashboard/Widgets/top_n.php:263 -#: ../../include/lib/Dashboard/Widgets/top_n.php:264 -#: ../../include/functions_events.php:3248 ../../index.php:1282 -#: ../../operation/tree.php:209 ../../operation/tree.php:300 +#: ../../include/lib/Dashboard/Widgets/top_n.php:264 ../../include/functions_events.php:3248 +#: ../../index.php:1282 ../../operation/tree.php:209 ../../operation/tree.php:300 #: ../../operation/tree.php:519 ../../operation/users/user_edit.php:302 -#: ../../operation/agentes/alerts_status.php:631 -#: ../../operation/agentes/estado_agente.php:311 ../../operation/agentes/graphs.php:239 -#: ../../operation/agentes/graphs.php:253 -#: ../../operation/agentes/status_monitor.php:574 -#: ../../operation/agentes/group_view.php:251 -#: ../../operation/agentes/group_view.php:256 -#: ../../operation/agentes/estado_monitores.php:546 -#: ../../operation/netflow/nf_live_view.php:392 -#: ../../operation/gis_maps/render_view.php:166 +#: ../../operation/agentes/alerts_status.php:631 ../../operation/agentes/estado_agente.php:311 +#: ../../operation/agentes/graphs.php:239 ../../operation/agentes/graphs.php:253 +#: ../../operation/agentes/status_monitor.php:574 ../../operation/agentes/group_view.php:251 +#: ../../operation/agentes/group_view.php:256 ../../operation/agentes/estado_monitores.php:546 +#: ../../operation/netflow/nf_live_view.php:392 ../../operation/gis_maps/render_view.php:166 #: ../../operation/custom_fields/custom_fields_view.php:175 msgid "Warning" msgstr "Advertencia" @@ -6243,8 +5863,8 @@ msgstr "Plantillas de datos de agentes" #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:147 msgid "This script output will be used to update agents OS version" msgstr "" -"La salida de este script se utilizará para actualizar la versión del sistema " -"operativo de agentes" +"La salida de este script se utilizará para actualizar la versión del sistema operativo de " +"agentes" #: ../../enterprise/views/ncm/AgentDataTemplates/edit.php:152 msgid "Script: OS version" @@ -6254,15 +5874,12 @@ msgstr "Script: versión del sistema operativo" msgid "icon" msgstr "icono" -#: ../../enterprise/views/ipam/sites/list.php:48 -#: ../../enterprise/views/ipam/sites/edit.php:54 +#: ../../enterprise/views/ipam/sites/list.php:48 ../../enterprise/views/ipam/sites/edit.php:54 #: ../../godmode/modules/manage_nc_groups_form.php:73 -#: ../../godmode/groups/configure_group.php:225 -#: ../../godmode/groups/group_list.php:1039 +#: ../../godmode/groups/configure_group.php:225 ../../godmode/groups/group_list.php:1039 #: ../../godmode/massive/massive_edit_agents.php:686 #: ../../godmode/reporting/visual_console_builder.elements.php:124 -#: ../../include/functions_visual_map_editor.php:1002 -#: ../../include/functions_agents.php:4848 +#: ../../include/functions_visual_map_editor.php:1002 ../../include/functions_agents.php:4848 #: ../../include/rest-api/models/VisualConsole/Item.php:2176 #: ../../operation/agentes/ver_agente.php:1286 msgid "Parent" @@ -6326,8 +5943,7 @@ msgstr "Principal" #: ../../enterprise/operation/services/massive/services.create.php:995 #: ../../enterprise/operation/services/massive/service.create.elements.php:380 #: ../../enterprise/operation/services/services.service_map.php:213 -#: ../../extensions/agents_modules.php:902 -#: ../../godmode/agentes/configurar_agente.php:424 +#: ../../extensions/agents_modules.php:902 ../../godmode/agentes/configurar_agente.php:424 #: ../../godmode/agentes/configurar_agente.php:740 #: ../../godmode/agentes/modificar_agente.php:840 #: ../../godmode/agentes/planned_downtime.list.php:85 @@ -6344,18 +5960,17 @@ msgstr "Principal" #: ../../godmode/reporting/reporting_builder.item_editor.php:2487 #: ../../godmode/reporting/reporting_builder.item_editor.php:2708 #: ../../godmode/reporting/visual_console_builder.wizard.php:475 -#: ../../godmode/servers/servers.build_table.php:85 -#: ../../mobile/operation/agents.php:96 ../../mobile/operation/agents.php:410 -#: ../../mobile/operation/modules.php:236 ../../mobile/operation/home.php:86 -#: ../../mobile/operation/agent.php:330 ../../include/functions_reporting_html.php:2766 -#: ../../include/functions_reporting_html.php:6878 -#: ../../include/functions_reports.php:745 ../../include/functions_reports.php:749 -#: ../../include/functions_reports.php:753 ../../include/functions_reports.php:757 -#: ../../include/functions_reports.php:761 ../../include/functions_reports.php:765 -#: ../../include/functions_reports.php:769 ../../include/functions_reports.php:773 -#: ../../include/functions_reports.php:777 ../../include/functions_reports.php:781 -#: ../../include/functions_html.php:1831 ../../include/functions_html.php:6185 -#: ../../include/class/AgentsAlerts.class.php:253 +#: ../../godmode/servers/servers.build_table.php:85 ../../mobile/operation/agents.php:96 +#: ../../mobile/operation/agents.php:410 ../../mobile/operation/modules.php:236 +#: ../../mobile/operation/home.php:86 ../../mobile/operation/agent.php:330 +#: ../../include/functions_reporting_html.php:2766 +#: ../../include/functions_reporting_html.php:6878 ../../include/functions_reports.php:745 +#: ../../include/functions_reports.php:749 ../../include/functions_reports.php:753 +#: ../../include/functions_reports.php:757 ../../include/functions_reports.php:761 +#: ../../include/functions_reports.php:765 ../../include/functions_reports.php:769 +#: ../../include/functions_reports.php:773 ../../include/functions_reports.php:777 +#: ../../include/functions_reports.php:781 ../../include/functions_html.php:1831 +#: ../../include/functions_html.php:6185 ../../include/class/AgentsAlerts.class.php:253 #: ../../include/lib/Dashboard/Widgets/groups_status.php:459 #: ../../include/lib/Dashboard/Widgets/groups_status.php:465 #: ../../include/lib/Dashboard/Widgets/agent_module.php:512 @@ -6363,11 +5978,9 @@ msgstr "Principal" #: ../../include/lib/Dashboard/Widgets/tree_view.php:347 #: ../../include/lib/TacticalView/elements/Configurations.php:76 #: ../../operation/search_agents.php:40 ../../operation/tree.php:115 -#: ../../operation/search_results.php:160 -#: ../../operation/agentes/estado_agente.php:1122 +#: ../../operation/search_results.php:160 ../../operation/agentes/estado_agente.php:1122 #: ../../operation/agentes/graphs.php:204 ../../operation/agentes/exportdata.php:360 -#: ../../operation/agentes/group_view.php:184 -#: ../../operation/agentes/group_view.php:241 +#: ../../operation/agentes/group_view.php:184 ../../operation/agentes/group_view.php:241 #: ../../operation/reporting/graph_analytics.php:888 #: ../../operation/reporting/graph_analytics.php:911 msgid "Modules" @@ -6416,8 +6029,7 @@ msgstr "Hilos/Cola actual de módulos" #: ../../enterprise/include/functions_reporting_csv.php:2537 #: ../../enterprise/include/functions_reporting.php:2591 #: ../../godmode/update_manager/update_manager.setup.php:399 -#: ../../godmode/agentes/agent_conf_gis.php:133 -#: ../../godmode/agentes/agent_manager.php:1556 +#: ../../godmode/agentes/agent_conf_gis.php:133 ../../godmode/agentes/agent_manager.php:1556 #: ../../godmode/massive/massive_edit_agents.php:702 #: ../../godmode/massive/massive_edit_agents.php:1115 #: ../../godmode/massive/massive_edit_agents.php:1147 @@ -6430,17 +6042,15 @@ msgstr "Hilos/Cola actual de módulos" #: ../../godmode/massive/massive_edit_modules.php:1293 #: ../../godmode/massive/massive_edit_modules.php:1326 #: ../../godmode/massive/massive_edit_modules.php:1370 -#: ../../godmode/massive/massive_edit_modules.php:1552 -#: ../../godmode/alerts/alert_view.php:135 ../../godmode/alerts/alert_view.php:265 -#: ../../godmode/reporting/reporting_builder.php:1087 +#: ../../godmode/massive/massive_edit_modules.php:1552 ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:265 ../../godmode/reporting/reporting_builder.php:1087 #: ../../godmode/reporting/visual_console_builder.wizard.php:400 #: ../../godmode/reporting/visual_console_builder.wizard.php:509 #: ../../godmode/servers/servers.build_table.php:157 #: ../../godmode/servers/modificar_server.php:193 #: ../../include/functions_reporting_html.php:2324 ../../include/functions_cron.php:685 #: ../../include/functions_profile.php:305 ../../include/functions_snmp.php:390 -#: ../../include/class/EventSound.class.php:349 -#: ../../include/class/SnmpConsole.class.php:407 +#: ../../include/class/EventSound.class.php:349 ../../include/class/SnmpConsole.class.php:407 #: ../../operation/users/user_edit.php:430 ../../operation/netflow/nf_live_view.php:393 msgid "Yes" msgstr "Sí" @@ -6466,21 +6076,17 @@ msgstr "-" #: ../../enterprise/include/lib/Metaconsole/Node.php:1130 #: ../../enterprise/tools/ipam/ipam_network.php:625 #: ../../enterprise/tools/ipam/ipam_network.php:705 -#: ../../enterprise/tools/ipam/ipam_ajax.php:369 -#: ../../enterprise/tools/ipam/ipam_ajax.php:390 +#: ../../enterprise/tools/ipam/ipam_ajax.php:369 ../../enterprise/tools/ipam/ipam_ajax.php:390 #: ../../godmode/modules/manage_network_components.php:811 -#: ../../godmode/modules/manage_network_components.php:812 -#: ../../godmode/extensions.php:207 ../../godmode/extensions.php:222 -#: ../../godmode/agentes/planned_downtime.list.php:942 -#: ../../godmode/alerts/alert_view.php:141 -#: ../../godmode/servers/servers.build_table.php:172 +#: ../../godmode/modules/manage_network_components.php:812 ../../godmode/extensions.php:207 +#: ../../godmode/extensions.php:222 ../../godmode/agentes/planned_downtime.list.php:942 +#: ../../godmode/alerts/alert_view.php:141 ../../godmode/servers/servers.build_table.php:172 #: ../../godmode/servers/servers.build_table.php:173 -#: ../../godmode/servers/servers.build_table.php:179 -#: ../../mobile/operation/agent.php:198 ../../mobile/operation/agent.php:203 -#: ../../mobile/operation/events.php:303 ../../mobile/operation/events.php:315 -#: ../../mobile/operation/events.php:327 ../../mobile/operation/events.php:435 -#: ../../mobile/operation/events.php:485 ../../mobile/operation/events.php:495 -#: ../../include/functions_servers.php:1490 +#: ../../godmode/servers/servers.build_table.php:179 ../../mobile/operation/agent.php:198 +#: ../../mobile/operation/agent.php:203 ../../mobile/operation/events.php:303 +#: ../../mobile/operation/events.php:315 ../../mobile/operation/events.php:327 +#: ../../mobile/operation/events.php:435 ../../mobile/operation/events.php:485 +#: ../../mobile/operation/events.php:495 ../../include/functions_servers.php:1490 #: ../../include/functions_reporting_html.php:1310 #: ../../include/functions_reporting_html.php:1313 #: ../../include/functions_reporting_html.php:6780 @@ -6528,8 +6134,7 @@ msgstr "-" #: ../../operation/agentes/estado_generalagente.php:163 #: ../../operation/agentes/estado_generalagente.php:167 #: ../../operation/agentes/estado_generalagente.php:170 -#: ../../operation/inventory/inventory.php:225 -#: ../../operation/inventory/inventory.php:245 +#: ../../operation/inventory/inventory.php:225 ../../operation/inventory/inventory.php:245 #: ../../operation/inventory/inventory.php:272 msgid "N/A" msgstr "N/A" @@ -6549,12 +6154,10 @@ msgstr "Lista de alertas pendientes" #: ../../enterprise/meta/advanced/servers.build_table.php:247 #: ../../enterprise/godmode/policies/policy_agents.php:959 #: ../../godmode/agentes/configurar_agente.php:620 -#: ../../godmode/agentes/configurar_agente.php:772 -#: ../../godmode/agentes/agent_manager.php:1087 +#: ../../godmode/agentes/configurar_agente.php:772 ../../godmode/agentes/agent_manager.php:1087 #: ../../godmode/massive/massive_edit_agents.php:997 #: ../../godmode/reporting/reporting_builder.item_editor.php:82 -#: ../../godmode/servers/servers.build_table.php:303 -#: ../../include/functions_agents.php:4874 +#: ../../godmode/servers/servers.build_table.php:303 ../../include/functions_agents.php:4874 msgid "Remote configuration" msgstr "Configuración remota" @@ -6562,8 +6165,7 @@ msgstr "Configuración remota" #: ../../godmode/servers/servers.build_table.php:317 msgid "Modules run by this server will stop working. Do you want to continue?" msgstr "" -"Los módulos ejecutados por este servidor podrían dejar de funcionar. ¿Quieres " -"continuar?" +"Los módulos ejecutados por este servidor podrían dejar de funcionar. ¿Quieres continuar?" #: ../../enterprise/meta/advanced/servers.build_table.php:290 #: ../../godmode/servers/servers.build_table.php:346 @@ -6580,15 +6182,14 @@ msgstr "Demasiados módulos en cola" #: ../../godmode/servers/servers.build_table.php:360 msgid "" "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. If it is associated with a delay in monitoring, with modules going to " -"unknown, try increasing the number of threads." +"overloaded and/or improperly configured. This could be something temporary, or a bottleneck. " +"If it is associated with a delay in monitoring, with modules going to unknown, try " +"increasing the number of threads." msgstr "" -"Tiene demasiados elementos en la cola de procesamiento. Esto puede suceder si su " -"servidor está sobrecargado y/o configurado incorrectamente. Podría tratarse de algo " -"temporal o un cuello de botella. Si está asociado con un retraso en la " -"monitorización, con módulos que pasan a desconocido, intente aumentar el número de " -"subprocesos." +"Tiene demasiados elementos en la cola de procesamiento. Esto puede suceder si su servidor " +"está sobrecargado y/o configurado incorrectamente. Podría tratarse de algo temporal o un " +"cuello de botella. Si está asociado con un retraso en la monitorización, con módulos que " +"pasan a desconocido, intente aumentar el número de subprocesos." #: ../../enterprise/meta/advanced/massive_operations.php:55 #: ../../enterprise/meta/general/metaconsole_maintenance_mode.php:64 @@ -6598,11 +6199,9 @@ msgstr "command center" #: ../../enterprise/meta/advanced/massive_operations.php:52 #, php-format -msgid "" -"You should centralise management in order to use Wizard section. Please go to %s" +msgid "You should centralise management in order to use Wizard section. Please go to %s" msgstr "" -"Debe centralizar la administración para utilizar la sección Asistente. Por favor, " -"vaya a %s" +"Debe centralizar la administración para utilizar la sección Asistente. Por favor, vaya a %s" #: ../../enterprise/meta/advanced/component_management.php:35 #: ../../include/functions_menu.php:645 @@ -6618,16 +6217,14 @@ msgid "OS Management" msgstr "Administración de SO" #: ../../enterprise/meta/advanced/component_management.php:51 -#: ../../extensions/module_groups.php:492 -#: ../../godmode/groups/configure_modu_group.php:43 +#: ../../extensions/module_groups.php:492 ../../godmode/groups/configure_modu_group.php:43 #: ../../godmode/groups/modu_group_list.php:83 ../../godmode/menu.php:206 #: ../../godmode/reporting/reporting_builder.item_editor.php:89 #: ../../include/lib/Dashboard/Widgets/tree_view.php:346 ../../operation/tree.php:103 msgid "Module groups" msgstr "Grupos de módulos" -#: ../../enterprise/meta/advanced/component_management.php:56 -#: ../../operation/tree.php:141 +#: ../../enterprise/meta/advanced/component_management.php:56 ../../operation/tree.php:141 msgid "tags" msgstr "Etiquetas" @@ -6680,8 +6277,7 @@ msgid "Date format string" msgstr "Formato de fecha a mostrar" #: ../../enterprise/meta/advanced/metasetup.visual.php:108 -#: ../../enterprise/tools/ipam/ipam_editor.php:152 -#: ../../godmode/setup/setup_visuals.php:1821 +#: ../../enterprise/tools/ipam/ipam_editor.php:152 ../../godmode/setup/setup_visuals.php:1821 msgid "Example" msgstr "Ejemplo" @@ -6750,12 +6346,10 @@ msgstr "Valor para la interfaz gráfica" #: ../../enterprise/meta/advanced/metasetup.visual.php:279 #: ../../enterprise/meta/include/functions_meta.php:1602 -#: ../../godmode/users/configure_user.php:1342 -#: ../../godmode/users/user_management.php:733 -#: ../../godmode/massive/massive_edit_users.php:263 -#: ../../godmode/setup/setup_visuals.php:96 -#: ../../godmode/events/event_edit_filter.php:485 -#: ../../include/functions_config.php:1091 ../../operation/users/user_edit.php:417 +#: ../../godmode/users/configure_user.php:1342 ../../godmode/users/user_management.php:733 +#: ../../godmode/massive/massive_edit_users.php:263 ../../godmode/setup/setup_visuals.php:96 +#: ../../godmode/events/event_edit_filter.php:485 ../../include/functions_config.php:1091 +#: ../../operation/users/user_edit.php:417 msgid "Block size for pagination" msgstr "Tamaño de bloque para la paginación" @@ -6880,10 +6474,8 @@ msgstr "Deshabilitar ayuda" #: ../../godmode/massive/massive_edit_modules.php:355 #: ../../godmode/massive/massive_edit_modules.php:404 #: ../../godmode/massive/massive_edit_modules.php:520 -#: ../../godmode/alerts/alert_list.list.php:137 -#: ../../godmode/alerts/alert_list.list.php:152 -#: ../../godmode/alerts/alert_list.list.php:169 -#: ../../godmode/alerts/alert_list.list.php:201 +#: ../../godmode/alerts/alert_list.list.php:137 ../../godmode/alerts/alert_list.list.php:152 +#: ../../godmode/alerts/alert_list.list.php:169 ../../godmode/alerts/alert_list.list.php:201 #: ../../godmode/alerts/alert_templates.php:319 ../../godmode/alerts/alert_list.php:647 #: ../../godmode/alerts/alert_list.php:673 ../../godmode/alerts/alert_list.php:687 #: ../../godmode/setup/gis_step_2.php:238 ../../godmode/setup/setup_visuals.php:1135 @@ -6930,14 +6522,10 @@ msgstr "Deshabilitar ayuda" #: ../../include/functions_massive_operations.php:225 #: ../../include/class/EventSound.class.php:347 #: ../../include/class/CredentialStore.class.php:509 -#: ../../include/class/SnmpConsole.class.php:294 -#: ../../include/class/SnmpConsole.class.php:300 -#: ../../include/class/SnmpConsole.class.php:312 -#: ../../include/class/AuditLog.class.php:259 -#: ../../include/class/AuditLog.class.php:269 -#: ../../include/class/TipsWindow.class.php:756 -#: ../../include/class/TipsWindow.class.php:923 -#: ../../include/functions_reporting.php:3520 +#: ../../include/class/SnmpConsole.class.php:294 ../../include/class/SnmpConsole.class.php:300 +#: ../../include/class/SnmpConsole.class.php:312 ../../include/class/AuditLog.class.php:259 +#: ../../include/class/AuditLog.class.php:269 ../../include/class/TipsWindow.class.php:756 +#: ../../include/class/TipsWindow.class.php:923 ../../include/functions_reporting.php:3520 #: ../../include/functions_reporting.php:3617 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:430 #: ../../include/lib/Dashboard/Widgets/events_list.php:444 @@ -6951,9 +6539,8 @@ msgstr "Deshabilitar ayuda" #: ../../include/lib/Dashboard/Widgets/tree_view.php:435 #: ../../include/lib/TacticalView/elements/Groups.php:495 #: ../../include/functions_groups.php:671 ../../include/functions_groups.php:1984 -#: ../../operation/heatmap.php:124 ../../operation/tree.php:205 -#: ../../operation/tree.php:297 ../../operation/agentes/estado_agente.php:365 -#: ../../operation/agentes/estado_agente.php:440 +#: ../../operation/heatmap.php:124 ../../operation/tree.php:205 ../../operation/tree.php:297 +#: ../../operation/agentes/estado_agente.php:365 ../../operation/agentes/estado_agente.php:440 #: ../../operation/agentes/status_monitor.php:608 #: ../../operation/agentes/status_monitor.php:689 #: ../../operation/agentes/status_monitor.php:989 @@ -6964,12 +6551,9 @@ msgstr "Deshabilitar ayuda" #: ../../operation/agentes/alerts_status.functions.php:148 #: ../../operation/agentes/alerts_status.functions.php:184 #: ../../operation/agentes/alerts_status.functions.php:203 -#: ../../operation/inventory/inventory.php:137 -#: ../../operation/inventory/inventory.php:138 -#: ../../operation/inventory/inventory.php:393 -#: ../../operation/inventory/inventory.php:394 -#: ../../operation/inventory/inventory.php:573 -#: ../../operation/inventory/inventory.php:606 +#: ../../operation/inventory/inventory.php:137 ../../operation/inventory/inventory.php:138 +#: ../../operation/inventory/inventory.php:393 ../../operation/inventory/inventory.php:394 +#: ../../operation/inventory/inventory.php:573 ../../operation/inventory/inventory.php:606 #: ../../operation/inventory/inventory.php:641 ../../operation/events/events.php:964 #: ../../operation/events/events.php:2031 ../../operation/events/events.php:2142 #: ../../operation/events/events.php:2348 @@ -7023,12 +6607,10 @@ msgstr "Tipo de gráficos de módulos" #: ../../enterprise/godmode/reporting/graph_template_editor.php:260 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:746 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2727 -#: ../../godmode/setup/setup_visuals.php:1282 -#: ../../godmode/reporting/create_container.php:430 +#: ../../godmode/setup/setup_visuals.php:1282 ../../godmode/reporting/create_container.php:430 #: ../../godmode/reporting/reporting_builder.item_editor.php:3392 #: ../../godmode/reporting/graph_builder.main.php:215 -#: ../../include/functions_visual_map_editor.php:552 -#: ../../include/functions_graph.php:5600 +#: ../../include/functions_visual_map_editor.php:552 ../../include/functions_graph.php:5600 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:877 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:960 #: ../../include/lib/Dashboard/Widgets/BasicChart.php:491 @@ -7045,15 +6627,13 @@ msgstr "Área" #: ../../enterprise/godmode/reporting/graph_template_editor.php:262 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:747 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2728 -#: ../../godmode/setup/setup_visuals.php:1294 -#: ../../godmode/reporting/create_container.php:431 +#: ../../godmode/setup/setup_visuals.php:1294 ../../godmode/reporting/create_container.php:431 #: ../../godmode/reporting/reporting_builder.item_editor.php:3393 #: ../../godmode/reporting/visual_console_builder.elements.php:365 #: ../../godmode/reporting/graph_builder.main.php:217 #: ../../include/functions_visual_map_editor.php:72 #: ../../include/functions_visual_map_editor.php:551 -#: ../../include/functions_visual_map_editor.php:1453 -#: ../../include/functions_graph.php:5601 +#: ../../include/functions_visual_map_editor.php:1453 ../../include/functions_graph.php:5601 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:876 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:961 #: ../../include/lib/Dashboard/Widgets/custom_graph.php:354 @@ -7061,8 +6641,7 @@ msgstr "Área" #: ../../include/lib/Dashboard/Widgets/single_graph.php:605 #: ../../operation/visual_console/view.php:385 ../../operation/agentes/graphs.php:272 #: ../../operation/agentes/graphs.php:278 ../../operation/agentes/graphs.php:474 -#: ../../operation/agentes/graphs.php:488 -#: ../../operation/reporting/graph_viewer.php:394 +#: ../../operation/agentes/graphs.php:488 ../../operation/reporting/graph_viewer.php:394 msgid "Line" msgstr "Línea" @@ -7084,10 +6663,8 @@ msgstr "Número de elementos recuperados para cada instancia en algunas vistas" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:599 #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:612 #: ../../enterprise/include/ajax/log_viewer.ajax.php:375 -#: ../../godmode/snmpconsole/snmp_alert.php:1612 -#: ../../godmode/setup/setup_visuals.php:1374 -#: ../../godmode/setup/setup_visuals.php:1375 -#: ../../godmode/setup/setup_visuals.php:1955 +#: ../../godmode/snmpconsole/snmp_alert.php:1612 ../../godmode/setup/setup_visuals.php:1374 +#: ../../godmode/setup/setup_visuals.php:1375 ../../godmode/setup/setup_visuals.php:1955 #: ../../include/functions_visual_map_editor.php:1278 #: ../../include/functions_visual_map_editor.php:1279 ../../include/functions.php:530 #: ../../include/functions.php:661 ../../include/ajax/events.php:2408 @@ -7097,14 +6674,10 @@ msgstr "Número de elementos recuperados para cada instancia en algunas vistas" #: ../../include/ajax/events.php:2418 ../../include/ajax/events.php:2419 #: ../../include/ajax/events.php:2420 ../../include/functions_html.php:2228 #: ../../include/functions_html.php:7445 ../../operation/events/sound_events.php:153 -#: ../../operation/events/sound_events.php:154 -#: ../../operation/events/sound_events.php:155 -#: ../../operation/events/sound_events.php:156 -#: ../../operation/events/sound_events.php:160 -#: ../../operation/events/sound_events.php:161 -#: ../../operation/events/sound_events.php:162 -#: ../../operation/events/sound_events.php:163 -#: ../../operation/events/sound_events.php:164 +#: ../../operation/events/sound_events.php:154 ../../operation/events/sound_events.php:155 +#: ../../operation/events/sound_events.php:156 ../../operation/events/sound_events.php:160 +#: ../../operation/events/sound_events.php:161 ../../operation/events/sound_events.php:162 +#: ../../operation/events/sound_events.php:163 ../../operation/events/sound_events.php:164 #: ../../operation/events/sound_events.php:165 msgid "seconds" msgstr "segundos" @@ -7115,10 +6688,8 @@ msgstr "segundos" #: ../../enterprise/meta/advanced/metasetup.visual.php:1011 #: ../../enterprise/meta/advanced/metasetup.visual.php:1012 #: ../../enterprise/include/ajax/log_viewer.ajax.php:377 -#: ../../godmode/setup/setup_visuals.php:1376 -#: ../../godmode/setup/setup_visuals.php:1377 -#: ../../godmode/setup/setup_visuals.php:1378 -#: ../../godmode/setup/setup_visuals.php:1379 +#: ../../godmode/setup/setup_visuals.php:1376 ../../godmode/setup/setup_visuals.php:1377 +#: ../../godmode/setup/setup_visuals.php:1378 ../../godmode/setup/setup_visuals.php:1379 #: ../../godmode/setup/setup_visuals.php:1956 #: ../../include/functions_visual_map_editor.php:1280 #: ../../include/functions_visual_map_editor.php:1281 @@ -7139,11 +6710,10 @@ msgid "hours" msgstr "horas" #: ../../enterprise/meta/advanced/metasetup.visual.php:467 -#: ../../enterprise/include/ajax/log_viewer.ajax.php:381 -#: ../../godmode/db/db_main.php:85 ../../godmode/db/db_main.php:91 -#: ../../godmode/setup/setup_visuals.php:1958 ../../include/functions.php:531 -#: ../../include/functions.php:662 ../../include/functions_html.php:2231 -#: ../../include/functions_html.php:7448 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:381 ../../godmode/db/db_main.php:85 +#: ../../godmode/db/db_main.php:91 ../../godmode/setup/setup_visuals.php:1958 +#: ../../include/functions.php:531 ../../include/functions.php:662 +#: ../../include/functions_html.php:2231 ../../include/functions_html.php:7448 msgid "days" msgstr "días" @@ -7208,11 +6778,11 @@ msgstr "Personalizar favicon" #: ../../enterprise/meta/advanced/metasetup.visual.php:612 msgid "" -"You can place your favicon into the folder images/custom_favicon/. This file should " -"be in .ico format with a size of 16x16." +"You can place your favicon into the folder images/custom_favicon/. This file should be in ." +"ico format with a size of 16x16." msgstr "" -"Puede poner su favicon en la carpeta images/custom_favicon/. Este archivo debe estar " -"en formato .ico y tener un tamaño de 16x16." +"Puede poner su favicon en la carpeta images/custom_favicon/. Este archivo debe estar en " +"formato .ico y tener un tamaño de 16x16." #: ../../enterprise/meta/advanced/metasetup.visual.php:646 #: ../../enterprise/meta/include/functions_meta.php:1884 @@ -7233,22 +6803,20 @@ msgstr "Puedes poner tus propias imágenes en el directorio images/backgrounds/" #: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:123 #: ../../enterprise/operation/agentes/policy_view.php:70 #: ../../godmode/agentes/configurar_agente.php:387 -#: ../../godmode/agentes/modificar_agente.php:83 -#: ../../godmode/agentes/modificar_agente.php:857 ../../godmode/menu.php:735 -#: ../../godmode/setup/setup_visuals.php:379 ../../godmode/setup/setup_visuals.php:446 -#: ../../godmode/setup/setup_visuals.php:469 ../../godmode/setup/setup_visuals.php:494 -#: ../../godmode/setup/setup_visuals.php:520 ../../godmode/setup/setup_visuals.php:545 -#: ../../godmode/setup/setup_visuals.php:586 ../../godmode/setup/setup_visuals.php:624 -#: ../../godmode/setup/setup_visuals.php:664 ../../godmode/setup/setup_visuals.php:702 -#: ../../godmode/setup/setup_visuals.php:742 ../../godmode/setup/setup_visuals.php:953 -#: ../../godmode/setup/demo.php:201 +#: ../../godmode/agentes/modificar_agente.php:83 ../../godmode/agentes/modificar_agente.php:857 +#: ../../godmode/menu.php:735 ../../godmode/setup/setup_visuals.php:379 +#: ../../godmode/setup/setup_visuals.php:446 ../../godmode/setup/setup_visuals.php:469 +#: ../../godmode/setup/setup_visuals.php:494 ../../godmode/setup/setup_visuals.php:520 +#: ../../godmode/setup/setup_visuals.php:545 ../../godmode/setup/setup_visuals.php:586 +#: ../../godmode/setup/setup_visuals.php:624 ../../godmode/setup/setup_visuals.php:664 +#: ../../godmode/setup/setup_visuals.php:702 ../../godmode/setup/setup_visuals.php:742 +#: ../../godmode/setup/setup_visuals.php:953 ../../godmode/setup/demo.php:201 #: ../../godmode/reporting/visual_console_builder.php:972 #: ../../godmode/module_library/module_library_view.php:59 #: ../../include/lib/ClusterViewer/ClusterManager.php:668 ../../operation/tree.php:189 #: ../../operation/visual_console/view.php:216 #: ../../operation/visual_console/legacy_view.php:189 -#: ../../operation/agentes/status_monitor.php:78 -#: ../../operation/agentes/status_monitor.php:310 +#: ../../operation/agentes/status_monitor.php:78 ../../operation/agentes/status_monitor.php:310 msgid "View" msgstr "Vista" @@ -7436,8 +7004,7 @@ msgstr "Tamaño del texto del agente" #: ../../enterprise/meta/advanced/metasetup.visual.php:1160 #: ../../enterprise/meta/advanced/metasetup.visual.php:1182 -#: ../../godmode/setup/setup_visuals.php:1057 -#: ../../godmode/setup/setup_visuals.php:1079 +#: ../../godmode/setup/setup_visuals.php:1057 ../../godmode/setup/setup_visuals.php:1079 msgid "Small" msgstr "Pequeño" @@ -7465,8 +7032,7 @@ msgstr "Pequeño" #: ../../godmode/massive/massive_delete_modules.php:427 #: ../../godmode/massive/massive_edit_modules.php:391 #: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/setup/setup_visuals.php:1063 -#: ../../godmode/setup/setup_visuals.php:1085 +#: ../../godmode/setup/setup_visuals.php:1063 ../../godmode/setup/setup_visuals.php:1085 #: ../../godmode/reporting/reporting_builder.item_editor.php:4796 #: ../../mobile/operation/agents.php:58 ../../mobile/operation/modules.php:69 #: ../../include/functions.php:1170 ../../include/functions.php:1410 @@ -7487,10 +7053,8 @@ msgstr "Pequeño" #: ../../include/lib/Dashboard/Widgets/tree_view.php:722 #: ../../include/functions_events.php:3244 ../../operation/tree.php:208 #: ../../operation/tree.php:299 ../../operation/tree.php:534 -#: ../../operation/agentes/estado_agente.php:310 -#: ../../operation/agentes/status_monitor.php:573 -#: ../../operation/agentes/group_view.php:250 -#: ../../operation/agentes/group_view.php:255 +#: ../../operation/agentes/estado_agente.php:310 ../../operation/agentes/status_monitor.php:573 +#: ../../operation/agentes/group_view.php:250 ../../operation/agentes/group_view.php:255 #: ../../operation/agentes/estado_monitores.php:544 #: ../../operation/netflow/nf_live_view.php:327 #: ../../operation/custom_fields/custom_fields_view.php:174 @@ -7515,11 +7079,10 @@ msgstr "Mostrar la información del informe con la descripción" #: ../../enterprise/meta/advanced/metasetup.visual.php:1228 msgid "" -"Custom report description info. It will be applied to all reports and templates by " -"default." +"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." +"Descripción del informe personalizado. Será aplicado a todas las plantillas e informes por " +"defecto." #: ../../enterprise/meta/advanced/metasetup.visual.php:1255 #: ../../enterprise/meta/advanced/metasetup.performance.php:198 @@ -7529,11 +7092,9 @@ msgstr "Portada de informe personalizado" #: ../../enterprise/meta/advanced/metasetup.visual.php:1256 #: ../../enterprise/meta/advanced/metasetup.performance.php:199 -msgid "" -"Custom report front page. It will be applied to all reports and templates by default." +msgid "Custom report front page. It will be applied to all reports and templates by default." msgstr "" -"Portada de informe personalizado. Se aplicará por defecto a todos los informes y " -"plantillas." +"Portada de informe personalizado. Se aplicará por defecto a todos los informes y plantillas." #: ../../enterprise/meta/advanced/metasetup.visual.php:1268 #: ../../enterprise/meta/include/functions_meta.php:1549 @@ -7555,11 +7116,10 @@ msgstr "Altura de la imagen de la gráfica en informes HTML" #: ../../enterprise/meta/advanced/metasetup.visual.php:1279 msgid "" -"This is the height in pixels of the module graph or custom graph in the reports " -"(only: HTML)" +"This is the height in pixels of the module graph or custom graph in the reports (only: HTML)" msgstr "" -"Esta es la altura en pixeles de la gráfica de módulos o la gráfica personalizada en " -"los informes (solo HTML)" +"Esta es la altura en pixeles de la gráfica de módulos o la gráfica personalizada en los " +"informes (solo HTML)" #: ../../enterprise/meta/advanced/metasetup.visual.php:1340 #: ../../enterprise/meta/include/functions_meta.php:1569 @@ -7581,11 +7141,11 @@ msgstr "Descripción del intervalo" #: ../../enterprise/meta/advanced/metasetup.visual.php:1360 msgid "" -"A long interval description is for example 10 hours, 20 minutes 33 seconds”, a short " -"one is 10h 20m 33s" +"A long interval description is for example 10 hours, 20 minutes 33 seconds”, a short one is " +"10h 20m 33s" msgstr "" -"Una descripción larga del intervalo dura por ejemplo 10 horas, 20 minutos 33 " -"segundos”, una corta es 10h 20m 33s" +"Una descripción larga del intervalo dura por ejemplo 10 horas, 20 minutos 33 segundos”, una " +"corta es 10h 20m 33s" #: ../../enterprise/meta/advanced/metasetup.visual.php:1377 #: ../../enterprise/meta/include/functions_meta.php:1744 @@ -7601,11 +7161,11 @@ msgstr "Logo personalizado" #: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:114 #: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:126 msgid "" -"The path of custom logos is 'images/custom_logo' in the console installation. You " -"can upload more files (ONLY JPEG AND PNG) with the upload tool." +"The path of custom logos is 'images/custom_logo' in the console installation. You can upload " +"more files (ONLY JPEG AND PNG) with the upload tool." msgstr "" -"La ruta de los logos personalizados es \"images/custom_logo\" en la instalación de " -"la consola. Puede añadir más archivos (SOLO JPEG Y PNG) con la herramienta de añadir." +"La ruta de los logos personalizados es \"images/custom_logo\" en la instalación de la " +"consola. Puede añadir más archivos (SOLO JPEG Y PNG) con la herramienta de añadir." #: ../../enterprise/meta/advanced/metasetup.visual.php:1397 #: ../../enterprise/meta/advanced/metasetup.visual.php:1408 @@ -7617,10 +7177,8 @@ msgstr "" #: ../../enterprise/meta/include/functions_meta.php:2005 #: ../../enterprise/meta/include/functions_meta.php:2015 #: ../../enterprise/meta/include/functions_meta.php:2025 -#: ../../godmode/setup/setup_visuals.php:1589 -#: ../../godmode/setup/setup_visuals.php:1604 -#: ../../godmode/setup/setup_visuals.php:1610 -#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/setup/setup_visuals.php:1589 ../../godmode/setup/setup_visuals.php:1604 +#: ../../godmode/setup/setup_visuals.php:1610 ../../godmode/setup/setup_visuals.php:1623 #: ../../godmode/setup/setup_visuals.php:1637 ../../include/functions_config.php:1558 #: ../../include/functions_config.php:1562 ../../include/functions_config.php:1566 #: ../../include/functions_config.php:1570 ../../include/functions_config.php:1574 @@ -7633,8 +7191,7 @@ msgstr "Portada de informe personalizado" #: ../../enterprise/meta/include/functions_wizard_meta.php:1632 #: ../../enterprise/meta/include/functions_wizard_meta.php:1757 #: ../../enterprise/meta/include/functions_wizard_meta.php:1832 -#: ../../godmode/setup/setup_visuals.php:1604 -#: ../../include/class/TipsWindow.class.php:814 +#: ../../godmode/setup/setup_visuals.php:1604 ../../include/class/TipsWindow.class.php:814 #: ../../include/class/TipsWindow.class.php:981 msgid "Preview" msgstr "Vista previa" @@ -7665,8 +7222,7 @@ msgstr "Información de la consola visual heredada" #: ../../godmode/setup/setup_visuals.php:74 msgid "Visual console in legacy mode will no longer be supported as of LTS 772" msgstr "" -"A partir de la versión LTS 772 Pandora FMS no soportará la consola visual en modo " -"Legacy" +"A partir de la versión LTS 772 Pandora FMS no soportará la consola visual en modo Legacy" #: ../../enterprise/meta/advanced/metasetup.visual.php:1650 #: ../../godmode/setup/setup_visuals.php:2433 @@ -7705,9 +7261,7 @@ msgstr " grupo no existe en el nodo de destino" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:138 msgid " policies definitions does not match with defined ones in target node" -msgstr "" -" definiciones de políticas no concuerdan con aquellas definidas en el nodo de " -"destino." +msgstr " definiciones de políticas no concuerdan con aquellas definidas en el nodo de destino." #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 msgid " plugins does not exist in target node" @@ -7774,16 +7328,14 @@ msgstr "El agente: %d ya se ha añadido a la cola de migración" #: ../../enterprise/tools/ipam/ipam_network_location_config.php:88 #: ../../godmode/modules/manage_nc_groups.php:177 #: ../../godmode/agentes/planned_downtime.list.php:291 -#: ../../godmode/netflow/nf_item_list.php:121 -#: ../../godmode/netflow/nf_item_list.php:149 ../../godmode/netflow/nf_edit.php:112 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/setup/os.list.php:219 -#: ../../godmode/setup/os.list.php:226 ../../godmode/setup/os_version.list.php:183 -#: ../../godmode/setup/os_version.list.php:190 +#: ../../godmode/netflow/nf_item_list.php:121 ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/netflow/nf_edit.php:112 ../../godmode/netflow/nf_edit.php:145 +#: ../../godmode/setup/os.list.php:219 ../../godmode/setup/os.list.php:226 +#: ../../godmode/setup/os_version.list.php:183 ../../godmode/setup/os_version.list.php:190 #: ../../godmode/reporting/map_builder.php:210 ../../godmode/reporting/graphs.php:152 #: ../../godmode/reporting/graphs.php:163 ../../godmode/reporting/graphs.php:214 #: ../../godmode/events/event_filter.php:78 ../../godmode/events/event_filter.php:115 -#: ../../operation/reporting/graph_viewer.php:59 -#: ../../operation/reporting/graph_viewer.php:67 +#: ../../operation/reporting/graph_viewer.php:59 ../../operation/reporting/graph_viewer.php:67 msgid "Not deleted. Error deleting data" msgstr "No se pudo borrar. Error al borrar los datos." @@ -7871,13 +7423,12 @@ msgstr "Todos los inventarios necesarios se sincronizaron con el servidor de des #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:544 msgid "All alert templates definitions needed are syncronized with target server." msgstr "" -"Todas las definiciones de modelos de alertas necesarias se sincronizaron con el " -"servidor de destino." +"Todas las definiciones de modelos de alertas necesarias se sincronizaron con el servidor de " +"destino." #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:545 msgid "All alert actions needed are syncronized with target server." -msgstr "" -"Todas las acciones de alertas necesarias se sincronizaron con el servidor de destino." +msgstr "Todas las acciones de alertas necesarias se sincronizaron con el servidor de destino." #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:546 msgid "Agents conf does not exists in target server." @@ -7900,9 +7451,8 @@ msgstr "Mover" #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:130 #: ../../enterprise/include/functions_reporting_csv.php:3483 #: ../../godmode/agentes/modificar_agente.php:700 -#: ../../include/functions_reporting_html.php:3225 -#: ../../include/functions_inventory.php:150 ../../include/functions_inventory.php:184 -#: ../../include/class/WelcomeWindow.class.php:816 +#: ../../include/functions_reporting_html.php:3225 ../../include/functions_inventory.php:150 +#: ../../include/functions_inventory.php:184 ../../include/class/WelcomeWindow.class.php:816 #: ../../include/functions_events.php:303 msgid "Agent alias" msgstr "Alias del agente" @@ -7951,8 +7501,7 @@ msgstr "Creando módulos en el nodo de destino" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:642 msgid "Disabling agent in source node and enabling in target one" -msgstr "" -"Deshabilitando el agente en el nodo de origen y habilitándolo en el nodo de destino" +msgstr "Deshabilitando el agente en el nodo de origen y habilitándolo en el nodo de destino" #: ../../enterprise/meta/advanced/agents_setup.move_agents.php:646 msgid "Transferring data" @@ -7994,13 +7543,11 @@ msgstr "Ejecutándose" msgid "checking migration requirements" msgstr "Comprobando requisitos de migración" -#: ../../enterprise/meta/advanced/servers.php:37 -#: ../../godmode/servers/modificar_server.php:443 +#: ../../enterprise/meta/advanced/servers.php:37 ../../godmode/servers/modificar_server.php:443 msgid "Server deleted successfully" msgstr "Servidor eliminado correctamente" -#: ../../enterprise/meta/advanced/servers.php:39 -#: ../../godmode/servers/modificar_server.php:445 +#: ../../enterprise/meta/advanced/servers.php:39 ../../godmode/servers/modificar_server.php:445 msgid "There was a problem deleting the server" msgstr "Hubo un problema al eliminar el servidor" @@ -8027,8 +7574,7 @@ msgid "Imei" msgstr "IMEI" #: ../../enterprise/meta/advanced/metasetup.relations.php:330 -#: ../../include/class/NetworkMap.class.php:3275 -#: ../../include/class/NetworkMap.class.php:3276 +#: ../../include/class/NetworkMap.class.php:3275 ../../include/class/NetworkMap.class.php:3276 msgid "Relations" msgstr "Relaciones" @@ -8068,8 +7614,7 @@ msgstr "Mostrar lista de relaciones" #: ../../godmode/snmpconsole/snmp_trap_generator.php:126 #: ../../godmode/massive/massive_edit_modules.php:1078 #: ../../godmode/alerts/configure_alert_template.php:921 -#: ../../godmode/setup/setup_visuals.php:1880 -#: ../../godmode/setup/setup_visuals.php:1970 +#: ../../godmode/setup/setup_visuals.php:1880 ../../godmode/setup/setup_visuals.php:1970 #: ../../godmode/setup/setup_visuals.php:2052 #: ../../godmode/reporting/reporting_builder.item_editor.php:3291 #: ../../godmode/reporting/visual_console_builder.wizard.php:348 @@ -8087,10 +7632,8 @@ msgstr "Valor" #: ../../enterprise/meta/advanced/metasetup.relations.php:451 #: ../../enterprise/meta/advanced/collections.php:227 -#: ../../enterprise/meta/advanced/collections.php:246 -#: ../../enterprise/meta/agentsearch.php:108 -#: ../../enterprise/meta/general/header.php:45 -#: ../../enterprise/meta/general/header.php:47 +#: ../../enterprise/meta/advanced/collections.php:246 ../../enterprise/meta/agentsearch.php:108 +#: ../../enterprise/meta/general/header.php:45 ../../enterprise/meta/general/header.php:47 #: ../../enterprise/meta/general/main_header.php:700 #: ../../enterprise/meta/general/main_header.php:702 #: ../../enterprise/godmode/policies/policy_modules.php:1713 @@ -8111,45 +7654,37 @@ msgstr "Valor" #: ../../enterprise/tools/ipam/ipam_supernet_config.php:592 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:676 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:693 -#: ../../enterprise/tools/ipam/ipam_list.php:116 -#: ../../enterprise/tools/ipam/ipam_list.php:210 +#: ../../enterprise/tools/ipam/ipam_list.php:116 ../../enterprise/tools/ipam/ipam_list.php:210 #: ../../enterprise/tools/ipam/ipam_list.php:227 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:198 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:223 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:240 #: ../../enterprise/tools/ipam/ipam_vlan_config.php:393 #: ../../enterprise/tools/ipam/ipam_vlan_config.php:416 -#: ../../enterprise/tools/ipam/ipam_vlan_config.php:433 -#: ../../godmode/groups/group_list.php:940 ../../godmode/users/user_list.php:422 -#: ../../godmode/users/user_list.php:442 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:433 ../../godmode/groups/group_list.php:940 +#: ../../godmode/users/user_list.php:422 ../../godmode/users/user_list.php:442 #: ../../godmode/agentes/planned_downtime.list.php:372 #: ../../godmode/agentes/planned_downtime.list.php:697 -#: ../../godmode/agentes/module_manager.php:64 -#: ../../godmode/alerts/alert_actions.php:250 -#: ../../godmode/alerts/alert_actions.php:317 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/alerts/alert_actions.php:333 -#: ../../godmode/alerts/alert_templates.php:331 -#: ../../godmode/alerts/alert_templates.php:348 -#: ../../godmode/reporting/map_builder.php:363 ../../godmode/reporting/graphs.php:241 +#: ../../godmode/agentes/module_manager.php:64 ../../godmode/alerts/alert_actions.php:250 +#: ../../godmode/alerts/alert_actions.php:317 ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_actions.php:333 ../../godmode/alerts/alert_templates.php:331 +#: ../../godmode/alerts/alert_templates.php:348 ../../godmode/reporting/map_builder.php:363 +#: ../../godmode/reporting/graphs.php:241 #: ../../godmode/reporting/visual_console_favorite.php:177 #: ../../godmode/reporting/reporting_builder.item_editor.php:1598 #: ../../godmode/module_library/module_library_view.php:102 #: ../../godmode/module_library/module_library_view.php:112 #: ../../mobile/operation/agent.php:323 ../../include/ajax/heatmap.ajax.php:76 -#: ../../include/functions_snmp.php:358 -#: ../../include/class/SatelliteAgent.class.php:212 +#: ../../include/functions_snmp.php:358 ../../include/class/SatelliteAgent.class.php:212 #: ../../include/class/CalendarManager.class.php:1078 #: ../../include/class/SatelliteCollection.class.php:164 #: ../../include/class/AgentWizard.class.php:2782 #: ../../include/lib/Dashboard/Widgets/heatmap.php:236 -#: ../../include/functions_snmp_browser.php:1044 -#: ../../include/functions_snmp_browser.php:1688 ../../operation/search_results.php:194 -#: ../../operation/search_results.php:203 ../../operation/agentes/estado_agente.php:377 -#: ../../operation/agentes/status_monitor.php:927 -#: ../../operation/agentes/agent_inventory.php:153 -#: ../../operation/inventory/inventory.php:718 ../../general/ui/agents_list.php:100 -#: ../../general/ui/agents_list.php:113 +#: ../../include/functions_snmp_browser.php:1044 ../../include/functions_snmp_browser.php:1688 +#: ../../operation/search_results.php:194 ../../operation/search_results.php:203 +#: ../../operation/agentes/estado_agente.php:377 ../../operation/agentes/status_monitor.php:927 +#: ../../operation/agentes/agent_inventory.php:153 ../../operation/inventory/inventory.php:718 +#: ../../general/ui/agents_list.php:100 ../../general/ui/agents_list.php:113 msgid "Search" msgstr "Buscar" @@ -8189,11 +7724,9 @@ msgstr "Dirección del nodo" #: ../../godmode/modules/manage_network_templates.php:250 #: ../../godmode/agentes/agent_template.php:277 #: ../../godmode/agentes/planned_downtime.editor.php:1446 -#: ../../godmode/agentes/module_manager.php:714 -#: ../../godmode/netflow/nf_item_list.php:178 ../../godmode/netflow/nf_edit.php:168 -#: ../../godmode/snmpconsole/snmp_alert.php:1919 -#: ../../godmode/snmpconsole/snmp_alert.php:2081 -#: ../../godmode/snmpconsole/snmp_filters.php:315 +#: ../../godmode/agentes/module_manager.php:714 ../../godmode/netflow/nf_item_list.php:178 +#: ../../godmode/netflow/nf_edit.php:168 ../../godmode/snmpconsole/snmp_alert.php:1919 +#: ../../godmode/snmpconsole/snmp_alert.php:2081 ../../godmode/snmpconsole/snmp_filters.php:315 #: ../../godmode/massive/massive_operations.php:512 #: ../../godmode/massive/massive_standby_alerts.php:251 #: ../../godmode/massive/massive_delete_action_alerts.php:272 @@ -8212,15 +7745,11 @@ msgstr "Dirección del nodo" #: ../../include/functions_reporting_html.php:7235 ../../include/functions.php:3195 #: ../../include/ajax/alert_list.ajax.php:266 ../../include/functions_profile.php:207 #: ../../include/functions_ui.php:1688 ../../include/class/AgentsAlerts.class.php:910 -#: ../../include/class/SnmpConsole.class.php:516 -#: ../../include/class/AuditLog.class.php:153 -#: ../../include/class/AuditLog.class.php:257 -#: ../../include/class/ModuleTemplates.class.php:855 -#: ../../include/functions_ui_renders.php:117 -#: ../../operation/agentes/alerts_status.php:289 +#: ../../include/class/SnmpConsole.class.php:516 ../../include/class/AuditLog.class.php:153 +#: ../../include/class/AuditLog.class.php:257 ../../include/class/ModuleTemplates.class.php:855 +#: ../../include/functions_ui_renders.php:117 ../../operation/agentes/alerts_status.php:289 #: ../../operation/agentes/alerts_status.php:290 -#: ../../operation/agentes/alerts_status.functions.php:197 -#: ../../operation/search_alerts.php:37 +#: ../../operation/agentes/alerts_status.functions.php:197 ../../operation/search_alerts.php:37 msgid "Action" msgstr "Acción" @@ -8392,26 +7921,24 @@ msgstr "Error al actualizar las variables de configuración de la URL." #: ../../enterprise/meta/advanced/metasetup.mail.php:111 msgid "" -"Please notice that some providers like Gmail or Office365 need to setup/enable " -"manually external connections using SMTP and you need to use STARTTLS on port 587.\n" +"Please notice that some providers like Gmail or Office365 need to setup/enable manually " +"external connections using SMTP and you need to use STARTTLS on port 587.\n" "\n" -"If you have manual settings in your pandora_server.conf, please note these settings " -"will ignore this console setup." +"If you have manual settings in your pandora_server.conf, please note these settings will " +"ignore this console setup." msgstr "" -"Tenga en cuenta que algunos proveedores como Gmail o Office 365 necesitan ajustar/" -"habilitar conexiones externas manualmente utilizando SMTP y necesita usar STARTTLS " -"en el puerto 587.\n" +"Tenga en cuenta que algunos proveedores como Gmail o Office 365 necesitan ajustar/habilitar " +"conexiones externas manualmente utilizando SMTP y necesita usar STARTTLS en el puerto 587.\n" "\n" -"Si tiene configuraciones manuales en su pandora_server.conf, tenga presente que " -"dichos ajustes ignorarán los ajustes de la consola." +"Si tiene configuraciones manuales en su pandora_server.conf, tenga presente que dichos " +"ajustes ignorarán los ajustes de la consola." #: ../../enterprise/meta/advanced/metasetup.mail.php:117 #: ../../godmode/setup/setup_general.php:808 msgid "Mail configuration" msgstr "Configuración de email" -#: ../../enterprise/meta/advanced/metasetup.mail.php:122 -#: ../../include/functions_config.php:425 +#: ../../enterprise/meta/advanced/metasetup.mail.php:122 ../../include/functions_config.php:425 msgid "From dir" msgstr "Desde dir" @@ -8420,13 +7947,11 @@ msgstr "Desde dir" msgid "From name" msgstr "Desde nombre" -#: ../../enterprise/meta/advanced/metasetup.mail.php:132 -#: ../../include/functions_config.php:421 +#: ../../enterprise/meta/advanced/metasetup.mail.php:132 ../../include/functions_config.php:421 msgid "Server SMTP" msgstr "Servidor SMTP" -#: ../../enterprise/meta/advanced/metasetup.mail.php:137 -#: ../../include/functions_config.php:433 +#: ../../enterprise/meta/advanced/metasetup.mail.php:137 ../../include/functions_config.php:433 msgid "Port SMTP" msgstr "Puerto SMTP" @@ -8440,8 +7965,7 @@ msgstr "Encriptación" #: ../../enterprise/include/functions_reporting.php:9750 #: ../../enterprise/include/functions_vulnerabilities.php:526 #: ../../enterprise/include/functions_vulnerabilities.php:552 -#: ../../godmode/gis_maps/configure_gis_map.php:590 -#: ../../godmode/setup/setup_general.php:906 +#: ../../godmode/gis_maps/configure_gis_map.php:590 ../../godmode/setup/setup_general.php:906 #: ../../godmode/reporting/create_container.php:291 #: ../../godmode/reporting/create_container.php:310 ../../include/ajax/module.php:2835 #: ../../include/ajax/events.php:1116 ../../include/ajax/graph.ajax.php:149 @@ -8489,13 +8013,12 @@ msgstr "Configuración de contraseñas" #: ../../enterprise/operation/log/elasticsearch_interface.php:30 #: ../../enterprise/operation/log/log_viewer.php:409 #: ../../enterprise/operation/log/log_viewer.php:435 -#: ../../enterprise/operation/log/log_viewer.php:483 -#: ../../enterprise/operation/menu.php:162 ../../operation/agentes/ver_agente.php:2095 +#: ../../enterprise/operation/log/log_viewer.php:483 ../../enterprise/operation/menu.php:162 +#: ../../operation/agentes/ver_agente.php:2095 msgid "Log viewer" msgstr "Visor de logs" -#: ../../enterprise/meta/advanced/metasetup.php:89 -#: ../../enterprise/godmode/menu.php:132 +#: ../../enterprise/meta/advanced/metasetup.php:89 ../../enterprise/godmode/menu.php:132 #: ../../enterprise/include/functions_setup.php:67 #: ../../enterprise/include/functions_setup.php:119 #: ../../operation/agentes/datos_agente.php:181 @@ -8504,9 +8027,8 @@ msgstr "Base de datos histórica" #: ../../enterprise/meta/advanced/metasetup.php:100 #: ../../enterprise/meta/advanced/metasetup.php:253 -#: ../../enterprise/include/functions_vulnerabilities.php:111 -#: ../../godmode/menu.php:468 ../../godmode/setup/setup.php:113 -#: ../../godmode/setup/setup.php:279 +#: ../../enterprise/include/functions_vulnerabilities.php:111 ../../godmode/menu.php:468 +#: ../../godmode/setup/setup.php:113 ../../godmode/setup/setup.php:279 msgid "Authentication" msgstr "Autentificación" @@ -8615,9 +8137,8 @@ msgstr "Actualización en línea" #: ../../godmode/setup/gis_step_2.php:67 ../../godmode/setup/gis_step_2.php:100 #: ../../godmode/setup/gis_step_2.php:104 #: ../../godmode/module_library/module_library_view.php:48 -#: ../../operation/agentes/estado_agente.php:260 -#: ../../operation/gis_maps/render_view.php:174 ../../general/header.php:373 -#: ../../general/header.php:375 +#: ../../operation/agentes/estado_agente.php:260 ../../operation/gis_maps/render_view.php:174 +#: ../../general/header.php:373 ../../general/header.php:375 msgid "Setup" msgstr "Configuración" @@ -8676,9 +8197,8 @@ msgstr "Aplicar políticas" #: ../../godmode/massive/massive_delete_policies_alerts.php:165 #: ../../include/functions_networkmap.php:1303 ../../include/functions_maps.php:42 #: ../../include/lib/Dashboard/Widgets/tree_view.php:349 -#: ../../include/lib/TacticalView/elements/Configurations.php:103 -#: ../../operation/tree.php:128 ../../operation/search_results.php:173 -#: ../../operation/agentes/estado_agente.php:434 +#: ../../include/lib/TacticalView/elements/Configurations.php:103 ../../operation/tree.php:128 +#: ../../operation/search_results.php:173 ../../operation/agentes/estado_agente.php:434 #: ../../operation/agentes/ver_agente.php:2062 ../../operation/search_main.php:145 msgid "Policies" msgstr "Políticas" @@ -8739,8 +8259,8 @@ msgstr "Error al sincronizar con el nodo" #: ../../enterprise/meta/advanced/metasetup.consoles.php:229 #: ../../enterprise/meta/advanced/metasetup.consoles.php:343 msgid "" -"If you are trying to migrate this node to a new metaconsole, please use the form " -"available at Settings > Enterprise at node console." +"If you are trying to migrate this node to a new metaconsole, please use the form available " +"at Settings > Enterprise at node console." msgstr "" "Si intenta migrar este nodo a una Metaconsola nueva, use el formulario disponible en " "Configuración > Enterprise en la consola de nodos." @@ -8784,8 +8304,7 @@ msgstr "No se puede eliminar" #: ../../enterprise/godmode/policies/policy_alerts.php:137 #: ../../enterprise/godmode/policies/policy_modules.php:555 #: ../../enterprise/godmode/setup/setup_metaconsole.php:147 -#: ../../godmode/users/user_list.php:386 -#: ../../godmode/agentes/configurar_agente.php:2465 +#: ../../godmode/users/user_list.php:386 ../../godmode/agentes/configurar_agente.php:2465 #: ../../godmode/agentes/modificar_agente.php:227 #: ../../godmode/massive/massive_enable_disable_alerts.php:102 #: ../../godmode/alerts/alert_list.php:476 ../../include/ajax/alert_list.ajax.php:106 @@ -8807,8 +8326,7 @@ msgstr "No se pudo activar" #: ../../enterprise/godmode/policies/policy_alerts.php:163 #: ../../enterprise/godmode/policies/policy_modules.php:572 #: ../../enterprise/godmode/setup/setup_metaconsole.php:156 -#: ../../godmode/users/user_list.php:380 -#: ../../godmode/agentes/configurar_agente.php:2489 +#: ../../godmode/users/user_list.php:380 ../../godmode/agentes/configurar_agente.php:2489 #: ../../godmode/agentes/modificar_agente.php:270 #: ../../godmode/massive/massive_enable_disable_alerts.php:124 #: ../../godmode/alerts/alert_list.php:512 ../../include/ajax/alert_list.ajax.php:127 @@ -8826,40 +8344,37 @@ msgstr "El sistema está centralizado, pero se ha modificado un nodo." #: ../../enterprise/meta/advanced/metasetup.consoles.php:452 msgid "" -"If you have changed the node database to a different one, please go to Command " -"center and perform a database unification process." +"If you have changed the node database to a different one, please go to Command center and " +"perform a database unification process." msgstr "" -"Si ha cambiado la base de datos de nodos a una diferente, vaya al Centro de comando " -"y realice el proceso de unificación de la base de datos." +"Si ha cambiado la base de datos de nodos a una diferente, vaya al Centro de comando y " +"realice el proceso de unificación de la base de datos." #: ../../enterprise/meta/advanced/metasetup.consoles.php:455 msgid "Please note that this node will not be usable until the environment is unified." -msgstr "" -"Tenga en cuenta que este nodo no se podrá utilizar hasta que se unifique el entorno." +msgstr "Tenga en cuenta que este nodo no se podrá utilizar hasta que se unifique el entorno." #: ../../enterprise/meta/advanced/metasetup.consoles.php:461 msgid "" -"System is centralised, please go to command center to perform a database merge " -"process to add new nodes." +"System is centralised, please go to command center to perform a database merge process to " +"add new nodes." msgstr "" -"El sistema está centralizado, vaya al centro de comando para realizar un proceso de " -"fusión de base de datos para agregar nuevos nodos." +"El sistema está centralizado, vaya al centro de comando para realizar un proceso de fusión " +"de base de datos para agregar nuevos nodos." #: ../../enterprise/meta/advanced/metasetup.consoles.php:464 -msgid "" -"Please note that the new node will not be usable until the environment is unified." +msgid "Please note that the new node will not be usable until the environment is unified." msgstr "" -"Tenga en cuenta que el nuevo nodo no se podrá utilizar hasta que se unifique el " -"entorno." +"Tenga en cuenta que el nuevo nodo no se podrá utilizar hasta que se unifique el entorno." #: ../../enterprise/meta/advanced/metasetup.consoles.php:470 #, php-format msgid "" -"System is centralised, but you just modify nodes registered, please go to %s to " -"perform a database merge process." +"System is centralised, but you just modify nodes registered, please go to %s to perform a " +"database merge process." msgstr "" -"El sistema está centralizado, pero solo modifica los nodos registrados, vaya a %s " -"para realizar un proceso de combinación de bases de datos." +"El sistema está centralizado, pero solo modifica los nodos registrados, vaya a %s para " +"realizar un proceso de combinación de bases de datos." #: ../../enterprise/meta/advanced/metasetup.consoles.php:473 msgid "This node will not be usable until unifying the environment" @@ -8989,18 +8504,15 @@ msgstr "Puerto de la BD" #: ../../godmode/agentes/module_manager_editor.php:756 #: ../../godmode/agentes/agent_manager.php:1160 #: ../../godmode/massive/massive_edit_agents.php:1207 -#: ../../godmode/massive/massive_add_action_alerts.php:251 -#: ../../godmode/setup/demo.php:299 ../../include/functions_visual_map_editor.php:941 -#: ../../operation/agentes/status_monitor.php:1034 -#: ../../operation/events/events.php:2580 +#: ../../godmode/massive/massive_add_action_alerts.php:251 ../../godmode/setup/demo.php:299 +#: ../../include/functions_visual_map_editor.php:941 +#: ../../operation/agentes/status_monitor.php:1034 ../../operation/events/events.php:2580 msgid "Advanced options" msgstr "Opciones avanzadas" #: ../../enterprise/meta/advanced/metasetup.consoles.php:681 msgid "Define database connection from Pandora FMS node to this Metaconsole" -msgstr "" -"Definir conexión con la base de datos desde el nodo de Pandora FMs a esta " -"Metaconsola." +msgstr "Definir conexión con la base de datos desde el nodo de Pandora FMs a esta Metaconsola." #: ../../enterprise/meta/advanced/metasetup.consoles.php:699 msgid "Metaconsole DB Host" @@ -9037,13 +8549,13 @@ msgstr "Los datos del nodo se borrarán" #: ../../enterprise/meta/advanced/metasetup.consoles.php:861 msgid "" -"Information contained in this node is not needed. Node information will be erased, " -"and replaced with new data from this metaconsole automatically after register the " -"node. Are you sure?" +"Information contained in this node is not needed. Node information will be erased, and " +"replaced with new data from this metaconsole automatically after register the node. Are you " +"sure?" msgstr "" -"La información contenida en este nodo no es necesaria. La información del nodo se " -"borrará y se reemplazará con nuevos datos de esta metaconsola automáticamente " -"después de registrar el nodo. ¿Estás seguro?" +"La información contenida en este nodo no es necesaria. La información del nodo se borrará y " +"se reemplazará con nuevos datos de esta metaconsola automáticamente después de registrar el " +"nodo. ¿Estás seguro?" #: ../../enterprise/meta/advanced/metasetup.consoles.php:877 msgid "Node data will be merged" @@ -9051,14 +8563,13 @@ msgstr "Los datos del nodo se fusionarán" #: ../../enterprise/meta/advanced/metasetup.consoles.php:878 msgid "" -"Information contained in this node is useful. After register the node, you must " -"launch a merge process from command center, which will combine information in " -"current environment with information contained in this new node. Are you sure?" +"Information contained in this node is useful. After register the node, you must launch a " +"merge process from command center, which will combine information in current environment " +"with information contained in this new node. Are you sure?" msgstr "" -"La información contenida en este nodo es útil. Después de registrar el nodo, debe " -"iniciar un proceso de combinación desde el centro de comandos, que combinará la " -"información del entorno actual con la información contenida en este nuevo nodo. " -"¿Estás seguro?" +"La información contenida en este nodo es útil. Después de registrar el nodo, debe iniciar un " +"proceso de combinación desde el centro de comandos, que combinará la información del entorno " +"actual con la información contenida en este nuevo nodo. ¿Estás seguro?" #: ../../enterprise/meta/advanced/metasetup.consoles.php:924 #: ../../enterprise/godmode/setup/setup_metaconsole.php:270 @@ -9114,8 +8625,7 @@ msgstr "Sincronizar todo" msgid "There was a problem creating link" msgstr "Error al crear el enlace" -#: ../../enterprise/meta/advanced/links.php:48 -#: ../../enterprise/meta/advanced/cron_main.php:163 +#: ../../enterprise/meta/advanced/links.php:48 ../../enterprise/meta/advanced/cron_main.php:163 #: ../../enterprise/meta/advanced/cron_main.php:207 #: ../../enterprise/meta/advanced/cron_main.php:277 #: ../../enterprise/godmode/alerts/alert_inventory_builder.php:79 @@ -9138,13 +8648,11 @@ msgstr "Error al crear el enlace" #: ../../enterprise/include/class/NetworkConfigManager.class.php:2561 #: ../../enterprise/tools/ipam/ipam_action.php:239 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:50 -#: ../../godmode/modules/manage_nc_groups.php:108 -#: ../../godmode/users/profile_list.php:233 ../../godmode/users/token_list.php:105 -#: ../../godmode/users/configure_user.php:510 +#: ../../godmode/modules/manage_nc_groups.php:108 ../../godmode/users/profile_list.php:233 +#: ../../godmode/users/token_list.php:105 ../../godmode/users/configure_user.php:510 #: ../../godmode/agentes/configurar_agente.php:919 #: ../../godmode/agentes/planned_downtime.editor.php:660 -#: ../../godmode/snmpconsole/snmp_alert.php:302 -#: ../../godmode/snmpconsole/snmp_filters.php:164 +#: ../../godmode/snmpconsole/snmp_alert.php:302 ../../godmode/snmpconsole/snmp_filters.php:164 #: ../../godmode/alerts/alert_commands.php:920 #: ../../godmode/alerts/configure_alert_template.php:580 #: ../../godmode/alerts/alert_list.php:198 ../../godmode/setup/news.php:83 @@ -9184,24 +8692,21 @@ msgstr "Error al modificar el enlace" #: ../../enterprise/tools/ipam/ipam_action.php:279 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:71 #: ../../enterprise/tools/ipam/ipam_massive.php:47 -#: ../../godmode/modules/manage_nc_groups.php:142 -#: ../../godmode/users/profile_list.php:216 ../../godmode/users/token_list.php:117 +#: ../../godmode/modules/manage_nc_groups.php:142 ../../godmode/users/profile_list.php:216 +#: ../../godmode/users/token_list.php:117 #: ../../godmode/agentes/status_monitor_custom_fields.php:77 #: ../../godmode/agentes/configurar_agente.php:1265 #: ../../godmode/agentes/planned_downtime.editor.php:662 -#: ../../godmode/netflow/nf_edit_form.php:172 -#: ../../godmode/snmpconsole/snmp_alert.php:444 +#: ../../godmode/netflow/nf_edit_form.php:172 ../../godmode/snmpconsole/snmp_alert.php:444 #: ../../godmode/snmpconsole/snmp_filters.php:110 #: ../../godmode/massive/massive_edit_modules.php:198 #: ../../godmode/alerts/configure_alert_command.php:149 #: ../../godmode/alerts/alert_templates.php:166 -#: ../../godmode/alerts/configure_alert_template.php:598 -#: ../../godmode/alerts/alert_list.php:94 ../../godmode/alerts/alert_list.php:388 -#: ../../godmode/setup/news.php:124 ../../godmode/setup/gis.php:39 -#: ../../godmode/setup/links.php:80 ../../godmode/files_repo/files_repo.php:147 -#: ../../godmode/reporting/schedule.php:84 -#: ../../godmode/events/event_edit_filter.php:259 -#: ../../include/functions_alerts.php:2838 +#: ../../godmode/alerts/configure_alert_template.php:598 ../../godmode/alerts/alert_list.php:94 +#: ../../godmode/alerts/alert_list.php:388 ../../godmode/setup/news.php:124 +#: ../../godmode/setup/gis.php:39 ../../godmode/setup/links.php:80 +#: ../../godmode/files_repo/files_repo.php:147 ../../godmode/reporting/schedule.php:84 +#: ../../godmode/events/event_edit_filter.php:259 ../../include/functions_alerts.php:2838 #: ../../include/class/CalendarManager.class.php:541 #: ../../include/class/CalendarManager.class.php:898 #: ../../include/functions_planned_downtimes.php:125 @@ -9216,15 +8721,13 @@ msgstr "Error al borrar el enlace" msgid "Link Name error" msgstr "Error en el nombre de link" -#: ../../enterprise/meta/advanced/links.php:126 -#: ../../enterprise/meta/advanced/links.php:169 ../../godmode/setup/links.php:135 -#: ../../godmode/setup/links.php:199 +#: ../../enterprise/meta/advanced/links.php:126 ../../enterprise/meta/advanced/links.php:169 +#: ../../godmode/setup/links.php:135 ../../godmode/setup/links.php:199 msgid "Link name" msgstr "Nombre del enlace" #: ../../enterprise/meta/advanced/links.php:129 -#: ../../enterprise/godmode/policies/policy_linking.php:251 -#: ../../godmode/setup/links.php:152 +#: ../../enterprise/godmode/policies/policy_linking.php:251 ../../godmode/setup/links.php:152 msgid "Link" msgstr "Enlace" @@ -9245,14 +8748,11 @@ msgstr "Cola de políticas" msgid "Policies apply" msgstr "Aplicar políticas" -#: ../../enterprise/meta/advanced/policymanager.php:85 -#: ../../enterprise/meta/agentsearch.php:48 -#: ../../enterprise/meta/general/logon_ok.php:16 -#: ../../enterprise/meta/general/logon_ok.php:22 +#: ../../enterprise/meta/advanced/policymanager.php:85 ../../enterprise/meta/agentsearch.php:48 +#: ../../enterprise/meta/general/logon_ok.php:16 ../../enterprise/meta/general/logon_ok.php:22 #: ../../enterprise/extensions/vmware/vmware_view.php:1458 #: ../../enterprise/include/class/CommandCenter.class.php:145 -#: ../../godmode/netflow/nf_item_list.php:49 -#: ../../operation/agentes/ver_agente.php:1549 +#: ../../godmode/netflow/nf_item_list.php:49 ../../operation/agentes/ver_agente.php:1549 #: ../../operation/agentes/ver_agente.php:2037 msgid "Main" msgstr "Principal" @@ -9278,8 +8778,7 @@ msgstr "Gestor de políticas" #: ../../enterprise/godmode/menu.php:61 #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:2196 #: ../../enterprise/include/functions_policies.php:3918 -#: ../../godmode/servers/modificar_server.php:313 -#: ../../general/first_task/collections.php:22 +#: ../../godmode/servers/modificar_server.php:313 ../../general/first_task/collections.php:22 msgid "Collections" msgstr "Colecciones" @@ -9360,26 +8859,22 @@ msgstr "Colecciones" #: ../../include/functions_reporting_html.php:4073 #: ../../include/functions_reporting_html.php:4080 #: ../../include/functions_reporting_html.php:4130 -#: ../../include/functions_reporting_html.php:4204 -#: ../../include/ajax/heatmap.ajax.php:337 ../../include/ajax/module.php:1080 -#: ../../include/ajax/custom_fields.php:495 ../../include/functions_graph.php:3400 -#: ../../include/functions_netflow.php:301 ../../include/functions_reporting.php:5069 -#: ../../include/functions_reporting.php:5110 +#: ../../include/functions_reporting_html.php:4204 ../../include/ajax/heatmap.ajax.php:337 +#: ../../include/ajax/module.php:1080 ../../include/ajax/custom_fields.php:495 +#: ../../include/functions_graph.php:3400 ../../include/functions_netflow.php:301 +#: ../../include/functions_reporting.php:5069 ../../include/functions_reporting.php:5110 #: ../../include/lib/Dashboard/Widgets/events_list.php:874 #: ../../include/functions_events.php:270 ../../include/functions_events.php:354 -#: ../../operation/agentes/exportdata.csv.php:74 -#: ../../operation/agentes/exportdata.php:119 +#: ../../operation/agentes/exportdata.csv.php:74 ../../operation/agentes/exportdata.php:119 #: ../../operation/agentes/status_monitor.php:1603 -#: ../../operation/agentes/exportdata.excel.php:74 -#: ../../operation/search_modules.php:40 +#: ../../operation/agentes/exportdata.excel.php:74 ../../operation/search_modules.php:40 msgid "Data" msgstr "Datos" #: ../../enterprise/meta/advanced/collections.data.php:76 #: ../../enterprise/godmode/agentes/collections.data.php:196 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." +msgstr "No se ha podido crear la colección. Hay otra colección con el mismo nombre corto." #: ../../enterprise/meta/advanced/collections.data.php:97 #: ../../enterprise/meta/advanced/collections.data.php:117 @@ -9501,11 +8996,10 @@ msgstr "Abreviación" #: ../../enterprise/meta/advanced/collections.data.php:452 #: ../../enterprise/godmode/agentes/collections.data.php:562 msgid "" -"The collection's short name is the name of dir in attachment dir and the package " -"collection." +"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 de " -"adjuntos y la colección de paquetes." +"El nombre corto de la colección es el nombre del directorio en el directorio de adjuntos y " +"la colección de paquetes." #: ../../enterprise/meta/advanced/collections.data.php:452 #: ../../enterprise/godmode/agentes/collections.data.php:564 @@ -9515,9 +9009,7 @@ msgstr "Los nombres cortos deben contener solo caracteres alfanuméricos, - o _. #: ../../enterprise/meta/advanced/collections.data.php:452 #: ../../enterprise/godmode/agentes/collections.data.php:566 msgid "Empty for default short name fc_X where X is the collection id." -msgstr "" -"Déjalo vacío para el nombre corto por defecto (fc_X) donde X es el ID de la " -"colección." +msgstr "Déjalo vacío para el nombre corto por defecto (fc_X) donde X es el ID de la colección." #: ../../enterprise/meta/advanced/agents_setup.autoprovision.php:72 #, php-format @@ -9575,8 +9067,7 @@ msgstr "Error al actualizar el archivo" msgid "Please, first save a new collection before to upload files." msgstr "Por favor, antes de subir archivos, guarda una nueva colección." -#: ../../enterprise/meta/advanced/cron_main.php:79 -#: ../../enterprise/extensions/cron.php:156 +#: ../../enterprise/meta/advanced/cron_main.php:79 ../../enterprise/extensions/cron.php:156 msgid "Cron jobs" msgstr "Tareas cron" @@ -9622,8 +9113,7 @@ msgstr "Editar tarea" #: ../../enterprise/meta/advanced/metasetup.setup.php:78 #: ../../enterprise/godmode/modules/configure_local_component.php:166 #: ../../godmode/modules/manage_network_components_form_common.php:54 -#: ../../godmode/users/configure_user.php:1367 -#: ../../godmode/alerts/alert_commands.php:171 +#: ../../godmode/users/configure_user.php:1367 ../../godmode/alerts/alert_commands.php:171 #: ../../godmode/alerts/alert_commands.php:212 #: ../../godmode/alerts/configure_alert_template.php:1035 #: ../../godmode/alerts/configure_alert_template.php:1080 @@ -9632,8 +9122,7 @@ msgid "Basic" msgstr "Básico" #: ../../enterprise/meta/advanced/metasetup.setup.php:82 -#: ../../enterprise/meta/include/functions_meta.php:80 -#: ../../include/functions_config.php:199 +#: ../../enterprise/meta/include/functions_meta.php:80 ../../include/functions_config.php:199 msgid "Language settings" msgstr "Configuración de idioma" @@ -9713,12 +9202,10 @@ msgstr "Ruta de Chromium" #: ../../enterprise/meta/advanced/metasetup.setup.php:205 msgid "Directory where Chromium binary file exists and has execution grants." msgstr "" -"Directorio donde se encuentra el archivo binario de Chromium y tiene permisos de " -"ejecución." +"Directorio donde se encuentra el archivo binario de Chromium y tiene permisos de ejecución." #: ../../enterprise/meta/advanced/metasetup.setup.php:217 -#: ../../enterprise/godmode/setup/setup_auth.php:352 -#: ../../godmode/setup/setup_general.php:80 +#: ../../enterprise/godmode/setup/setup_auth.php:352 ../../godmode/setup/setup_general.php:80 #: ../../include/functions_visual_map_editor.php:286 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:271 #: ../../include/functions_register.php:134 @@ -9726,8 +9213,7 @@ msgid "Africa" msgstr "África" #: ../../enterprise/meta/advanced/metasetup.setup.php:218 -#: ../../enterprise/godmode/setup/setup_auth.php:353 -#: ../../godmode/setup/setup_general.php:81 +#: ../../enterprise/godmode/setup/setup_auth.php:353 ../../godmode/setup/setup_general.php:81 #: ../../include/functions_visual_map_editor.php:287 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:272 #: ../../include/functions_register.php:135 @@ -9735,8 +9221,7 @@ msgid "America" msgstr "América" #: ../../enterprise/meta/advanced/metasetup.setup.php:219 -#: ../../enterprise/godmode/setup/setup_auth.php:354 -#: ../../godmode/setup/setup_general.php:82 +#: ../../enterprise/godmode/setup/setup_auth.php:354 ../../godmode/setup/setup_general.php:82 #: ../../include/functions_visual_map_editor.php:288 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:273 #: ../../include/functions_register.php:136 @@ -9744,8 +9229,7 @@ msgid "Antarctica" msgstr "Antártida" #: ../../enterprise/meta/advanced/metasetup.setup.php:220 -#: ../../enterprise/godmode/setup/setup_auth.php:355 -#: ../../godmode/setup/setup_general.php:83 +#: ../../enterprise/godmode/setup/setup_auth.php:355 ../../godmode/setup/setup_general.php:83 #: ../../include/functions_visual_map_editor.php:289 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:274 #: ../../include/functions_register.php:137 @@ -9753,8 +9237,7 @@ msgid "Arctic" msgstr "Ártico" #: ../../enterprise/meta/advanced/metasetup.setup.php:221 -#: ../../enterprise/godmode/setup/setup_auth.php:356 -#: ../../godmode/setup/setup_general.php:84 +#: ../../enterprise/godmode/setup/setup_auth.php:356 ../../godmode/setup/setup_general.php:84 #: ../../include/functions_visual_map_editor.php:290 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:275 #: ../../include/functions_register.php:138 @@ -9762,8 +9245,7 @@ msgid "Asia" msgstr "Asia" #: ../../enterprise/meta/advanced/metasetup.setup.php:222 -#: ../../enterprise/godmode/setup/setup_auth.php:357 -#: ../../godmode/setup/setup_general.php:85 +#: ../../enterprise/godmode/setup/setup_auth.php:357 ../../godmode/setup/setup_general.php:85 #: ../../include/functions_visual_map_editor.php:291 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:276 #: ../../include/functions_register.php:139 @@ -9771,8 +9253,7 @@ msgid "Atlantic" msgstr "Atlántico" #: ../../enterprise/meta/advanced/metasetup.setup.php:223 -#: ../../enterprise/godmode/setup/setup_auth.php:358 -#: ../../godmode/setup/setup_general.php:86 +#: ../../enterprise/godmode/setup/setup_auth.php:358 ../../godmode/setup/setup_general.php:86 #: ../../include/functions_visual_map_editor.php:292 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:277 #: ../../include/functions_register.php:140 @@ -9780,8 +9261,7 @@ msgid "Australia" msgstr "Australia" #: ../../enterprise/meta/advanced/metasetup.setup.php:224 -#: ../../enterprise/godmode/setup/setup_auth.php:359 -#: ../../godmode/setup/setup_general.php:87 +#: ../../enterprise/godmode/setup/setup_auth.php:359 ../../godmode/setup/setup_general.php:87 #: ../../include/functions_visual_map_editor.php:293 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:278 #: ../../include/functions_register.php:141 @@ -9789,8 +9269,7 @@ msgid "Europe" msgstr "Europa" #: ../../enterprise/meta/advanced/metasetup.setup.php:225 -#: ../../enterprise/godmode/setup/setup_auth.php:360 -#: ../../godmode/setup/setup_general.php:88 +#: ../../enterprise/godmode/setup/setup_auth.php:360 ../../godmode/setup/setup_general.php:88 #: ../../include/functions_visual_map_editor.php:294 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:279 #: ../../include/functions_register.php:142 @@ -9798,8 +9277,7 @@ msgid "Indian" msgstr "Índico" #: ../../enterprise/meta/advanced/metasetup.setup.php:226 -#: ../../enterprise/godmode/setup/setup_auth.php:361 -#: ../../godmode/setup/setup_general.php:89 +#: ../../enterprise/godmode/setup/setup_auth.php:361 ../../godmode/setup/setup_general.php:89 #: ../../include/functions_visual_map_editor.php:295 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:280 #: ../../include/functions_register.php:143 @@ -9807,8 +9285,7 @@ msgid "Pacific" msgstr "Pacífico" #: ../../enterprise/meta/advanced/metasetup.setup.php:227 -#: ../../enterprise/godmode/setup/setup_auth.php:362 -#: ../../godmode/setup/setup_general.php:90 +#: ../../enterprise/godmode/setup/setup_auth.php:362 ../../godmode/setup/setup_general.php:90 #: ../../include/functions_visual_map_editor.php:296 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:281 #: ../../include/functions_register.php:144 @@ -9829,11 +9306,11 @@ msgstr "Configuración de zona horaria" #: ../../enterprise/meta/advanced/metasetup.setup.php:263 #, php-format msgid "" -"Set this value when you need your %s to be accessible via a public URL (for example " -"using Apache mod_proxy settings)." +"Set this value when you need your %s to be accessible via a public URL (for example using " +"Apache mod_proxy settings)." msgstr "" -"Ajuste este valor cuando necesite que %s esté accesible a través de una URL pública " -"(por ejemplo usando los ajustes mod_proxy de Apache)." +"Ajuste este valor cuando necesite que %s esté accesible a través de una URL pública (por " +"ejemplo usando los ajustes mod_proxy de Apache)." #: ../../enterprise/meta/advanced/metasetup.setup.php:305 #: ../../godmode/setup/setup_general.php:115 @@ -9864,11 +9341,10 @@ msgstr "Desactiva los filtros de vista activa personalizados" #: ../../enterprise/meta/advanced/metasetup.setup.php:366 msgid "" -"Disable the definition of custom filters in the live view. Only existing filters can " -"be used." +"Disable the definition of custom filters in the live view. Only existing filters can be used." msgstr "" -"Desactiva la definición de filtros personalizados en la vista activa. Solo pueden " -"usarse los filtros existentes." +"Desactiva la definición de filtros personalizados en la vista activa. Solo pueden usarse los " +"filtros existentes." #: ../../enterprise/meta/advanced/metasetup.setup.php:396 msgid "Disabled sections" @@ -9899,13 +9375,11 @@ msgstr "Salida de comandos como capturas" #: ../../enterprise/meta/advanced/metasetup.setup.php:446 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" +"Los módulos de tipo cadena de texto con varias líneas se mostrarán como una salida de comando" #: ../../enterprise/meta/advanced/metasetup.setup.php:462 msgid "Please be careful if you put a password put https access." -msgstr "" -"Por favor, ten cuidado. Si tienes que introducir una contraseña pon acceso https." +msgstr "Por favor, ten cuidado. Si tienes que introducir una contraseña pon acceso https." #: ../../enterprise/meta/advanced/metasetup.setup.php:485 #: ../../enterprise/meta/include/functions_meta.php:241 @@ -9929,11 +9403,11 @@ msgstr "Máx. de agentes a añadir a una política simultáneamente" #: ../../enterprise/meta/advanced/metasetup.setup.php:546 msgid "" -"Maximum allowed number of agents to be added in policy concurrently (adding a high " -"number of agents at a time can lead to performance issues)" +"Maximum allowed number of agents to be added in policy concurrently (adding a high number of " +"agents at a time can lead to performance issues)" msgstr "" -"Número máximo de agentes permitido a añadir a una política simultáneamente (añadir " -"un gran número de agentes de una vex puede causar problemas de funcionamiento)" +"Número máximo de agentes permitido a añadir a una política simultáneamente (añadir un gran " +"número de agentes de una vex puede causar problemas de funcionamiento)" #: ../../enterprise/meta/advanced/metasetup.setup.php:560 msgid "Warning for synchronization queue" @@ -9941,11 +9415,11 @@ msgstr "Advertencia para la cola de sincronización" #: ../../enterprise/meta/advanced/metasetup.setup.php:561 msgid "" -"If the number of pending items (per node) is higher than this number, a notification " -"will be shown" +"If the number of pending items (per node) is higher than this number, a notification will be " +"shown" msgstr "" -"Si el número de elementos pendientes (por nodo) es superior a este número, se " -"mostrará una notificación" +"Si el número de elementos pendientes (por nodo) es superior a este número, se mostrará una " +"notificación" #: ../../enterprise/meta/advanced/metasetup.setup.php:599 msgid "Enable Agent API" @@ -9977,8 +9451,7 @@ msgstr "Localización de logs: pandora_console/log/audit.log" #: ../../enterprise/meta/advanced/metasetup.setup.php:760 #: ../../enterprise/meta/advanced/metasetup.setup.php:761 -#: ../../enterprise/meta/include/functions_meta.php:326 -#: ../../include/functions_config.php:405 +#: ../../enterprise/meta/include/functions_meta.php:326 ../../include/functions_config.php:405 msgid "Enable console report" msgstr "Habilitar informe de consola" @@ -9996,12 +9469,11 @@ msgstr "Mantener el estado En proceso para nuevos eventos con ID adicional" #: ../../enterprise/meta/advanced/metasetup.setup.php:816 msgid "" -"If there are any "In process" events with a specific Extra ID and a New " -"event with that Extra ID is received, it will be created as "In process" " -"instead." +"If there are any "In process" events with a specific Extra ID and a New event with " +"that Extra ID is received, it will be created as "In process" instead." msgstr "" -"Si hay algún evento \"En proceso\" con un ID adicional específico y se recibe un " -"evento Nuevo con ese ID adicional, se creará como \"En proceso\" en su lugar." +"Si hay algún evento \"En proceso\" con un ID adicional específico y se recibe un evento " +"Nuevo con ese ID adicional, se creará como \"En proceso\" en su lugar." #: ../../enterprise/meta/advanced/metasetup.setup.php:831 #: ../../godmode/setup/setup_general.php:750 @@ -10092,8 +9564,7 @@ msgstr "%s alertas de políticas eliminadas correctamente" #: ../../enterprise/operation/log/log_viewer.php:607 #: ../../godmode/massive/massive_copy_modules.php:162 #: ../../godmode/reporting/reporting_builder.item_editor.php:2243 -#: ../../godmode/events/event_edit_filter.php:825 -#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/event_edit_filter.php:825 ../../godmode/events/custom_events.php:107 #: ../../include/lib/Dashboard/Widgets/events_list.php:868 #: ../../include/functions_events.php:264 ../../include/functions_events.php:336 #: ../../include/functions_events.php:4636 ../../include/functions_events.php:4718 @@ -10104,8 +9575,8 @@ msgstr "%s alertas de políticas eliminadas correctamente" msgid "Source" msgstr "Origen" -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../extensions/dbmanager.php:191 ../../include/lib/Dashboard/Widget.php:680 +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 ../../extensions/dbmanager.php:191 +#: ../../include/lib/Dashboard/Widget.php:680 msgid "This metaconsole" msgstr "Esta Metaconsola" @@ -10128,10 +9599,9 @@ msgstr "Esta Metaconsola" #: ../../enterprise/operation/agentes/collection_view.php:83 #: ../../godmode/agentes/status_monitor_custom_fields.php:93 #: ../../godmode/agentes/status_monitor_custom_fields.php:160 -#: ../../godmode/agentes/inventory_manager.php:236 -#: ../../godmode/agentes/module_manager.php:686 ../../godmode/alerts/alert_view.php:154 -#: ../../include/ajax/module.php:1074 ../../include/class/Prd.class.php:335 -#: ../../operation/agentes/alerts_status.php:258 +#: ../../godmode/agentes/inventory_manager.php:236 ../../godmode/agentes/module_manager.php:686 +#: ../../godmode/alerts/alert_view.php:154 ../../include/ajax/module.php:1074 +#: ../../include/class/Prd.class.php:335 ../../operation/agentes/alerts_status.php:258 #: ../../operation/agentes/alerts_status.php:259 #: ../../operation/agentes/status_monitor.php:1544 msgid "Policy" @@ -10143,8 +9613,7 @@ msgstr "Política" msgid "Targets" msgstr "Destinos" -#: ../../enterprise/meta/advanced/license_meta.php:78 -#: ../../godmode/setup/license.php:108 +#: ../../enterprise/meta/advanced/license_meta.php:78 ../../godmode/setup/license.php:108 msgid "Failed to Update license file" msgstr "Error al actualizar el archivo de licencia" @@ -10156,15 +9625,14 @@ msgstr "Licencia de la Metaconsola y todos sus módulos actualizada correctament #, php-format msgid "Metaconsole license updated but %d of %d node synchronization failed" msgstr "" -"Licencia de la Metaconsola actualizada pero %d de %d de los nodos no se " -"sincronizaron correctamente" +"Licencia de la Metaconsola actualizada pero %d de %d de los nodos no se sincronizaron " +"correctamente" #: ../../enterprise/meta/advanced/metasetup.auth.php:27 -msgid "" -"Be aware that group synchronization can change the group configuration of the node" +msgid "Be aware that group synchronization can change the group configuration of the node" msgstr "" -"Tenga en cuenta que la sincronización de grupos puede cambiar la configuración de " -"grupo del nodo" +"Tenga en cuenta que la sincronización de grupos puede cambiar la configuración de grupo del " +"nodo" #: ../../enterprise/meta/advanced/metasetup.performance.php:88 #: ../../godmode/setup/performance.php:185 @@ -10195,9 +9663,8 @@ msgstr "Pandora_db en ejecución en la base de datos histórica." msgid "not executed" msgstr "No ejecutado" -#: ../../enterprise/meta/advanced/metasetup.performance.php:171 -#: ../../godmode/menu.php:471 ../../godmode/setup/setup.php:125 -#: ../../godmode/setup/setup.php:284 +#: ../../enterprise/meta/advanced/metasetup.performance.php:171 ../../godmode/menu.php:471 +#: ../../godmode/setup/setup.php:125 ../../godmode/setup/setup.php:284 msgid "Performance" msgstr "Rendimiento" @@ -10268,19 +9735,18 @@ msgstr "Máx. días antes de purga de datos" #: ../../enterprise/meta/advanced/metasetup.performance.php:342 #: ../../godmode/setup/performance.php:821 msgid "" -"Before increasing this value, be aware that a large number can affect performance in " -"PDF generation. Set to 0 to disregard this limit." +"Before increasing this value, be aware that a large number can affect performance in PDF " +"generation. Set to 0 to disregard this limit." msgstr "" -"Antes de aumentar este valor, tenga en cuenta que un valor alto puede afectar al " -"rendimiento en la generación de PDFs. Introduzca 0 para desactivar este límite." +"Antes de aumentar este valor, tenga en cuenta que un valor alto puede afectar al rendimiento " +"en la generación de PDFs. Introduzca 0 para desactivar este límite." #: ../../enterprise/meta/advanced/metasetup.performance.php:347 msgid "Rows limit for SQL report item PDF (per node)" msgstr "Límite de líneas para el PDF de elementos del informe SQL (por nodo)" #: ../../enterprise/meta/advanced/metasetup.performance.php:362 -#: ../../enterprise/godmode/setup/setup_history.php:727 -#: ../../godmode/setup/performance.php:864 +#: ../../enterprise/godmode/setup/setup_history.php:727 ../../godmode/setup/performance.php:864 msgid "Database maintenance status" msgstr "Estado de mantenimiento de la base de datos" @@ -10331,8 +9797,8 @@ msgstr "No se puede volver a crear los directorios de la colección." msgid "To manage collections you must activate centralized management" msgstr "Para administrar colecciones, active la gestión centralizada" -#: ../../enterprise/meta/advanced/collections.php:227 -#: ../../godmode/users/user_list.php:426 ../../godmode/users/user_list.php:431 +#: ../../enterprise/meta/advanced/collections.php:227 ../../godmode/users/user_list.php:426 +#: ../../godmode/users/user_list.php:431 msgid "Search by username, fullname or email" msgstr "Buscar por nombre de usuario, nombre completo o email" @@ -10374,15 +9840,13 @@ msgstr "Buscar por nombre de usuario, nombre completo o email" #: ../../godmode/reporting/reporting_builder.list_items.php:283 #: ../../godmode/reporting/map_builder.php:406 ../../godmode/reporting/graphs.php:306 #: ../../godmode/reporting/visual_console_favorite.php:220 -#: ../../godmode/reporting/reporting_builder.php:785 -#: ../../godmode/events/events.php:105 ../../godmode/events/events.php:124 -#: ../../godmode/tag/tag.php:264 ../../include/functions_ui.php:4164 -#: ../../include/functions_ui.php:4177 ../../include/class/AgentsAlerts.class.php:878 -#: ../../include/functions_snmp_browser.php:1013 +#: ../../godmode/reporting/reporting_builder.php:785 ../../godmode/events/events.php:105 +#: ../../godmode/events/events.php:124 ../../godmode/tag/tag.php:264 +#: ../../include/functions_ui.php:4164 ../../include/functions_ui.php:4177 +#: ../../include/class/AgentsAlerts.class.php:878 ../../include/functions_snmp_browser.php:1013 #: ../../operation/agentes/estado_agente.php:550 #: ../../operation/agentes/status_monitor.php:1094 -#: ../../operation/agentes/agent_inventory.php:188 -#: ../../operation/inventory/inventory.php:789 +#: ../../operation/agentes/agent_inventory.php:188 ../../operation/inventory/inventory.php:789 #: ../../operation/reporting/reporting_viewer.php:378 #: ../../operation/reporting/graph_viewer.php:453 #: ../../operation/custom_fields/custom_fields_view.php:323 @@ -10400,8 +9864,7 @@ msgstr "Error: el directorio principal de las colecciones no existe" #: ../../enterprise/godmode/agentes/collections.php:520 #: ../../enterprise/include/functions_groups.php:81 #: ../../enterprise/operation/agentes/ver_agente.php:210 -#: ../../godmode/agentes/configurar_agente.php:716 -#: ../../operation/agentes/ver_agente.php:2058 +#: ../../godmode/agentes/configurar_agente.php:716 ../../operation/agentes/ver_agente.php:2058 msgid "Collection" msgstr "Colección" @@ -10562,12 +10025,9 @@ msgstr "Incompleto" #: ../../godmode/agentes/modificar_agente.php:412 #: ../../godmode/agentes/modificar_agente.php:413 #: ../../godmode/agentes/planned_downtime.list.php:647 -#: ../../godmode/agentes/module_manager.php:93 -#: ../../godmode/agentes/module_manager.php:108 -#: ../../godmode/agentes/module_manager.php:109 -#: ../../godmode/netflow/nf_item_list.php:174 -#: ../../godmode/netflow/nf_edit_form.php:283 -#: ../../godmode/snmpconsole/snmp_alert.php:1801 +#: ../../godmode/agentes/module_manager.php:93 ../../godmode/agentes/module_manager.php:108 +#: ../../godmode/agentes/module_manager.php:109 ../../godmode/netflow/nf_item_list.php:174 +#: ../../godmode/netflow/nf_edit_form.php:283 ../../godmode/snmpconsole/snmp_alert.php:1801 #: ../../godmode/snmpconsole/snmp_filters.php:216 #: ../../godmode/snmpconsole/snmp_filters.php:314 #: ../../godmode/reporting/reporting_builder.list_items.php:267 @@ -10578,9 +10038,9 @@ msgstr "Incompleto" #: ../../include/ajax/agent.php:653 ../../include/functions_ui.php:4146 #: ../../include/functions_notifications.php:1073 #: ../../include/functions_notifications.php:1126 -#: ../../include/class/ModuleTemplates.class.php:713 -#: ../../include/functions_events.php:5367 ../../operation/tree.php:340 -#: ../../operation/agentes/estado_agente.php:504 ../../operation/agentes/graphs.php:289 +#: ../../include/class/ModuleTemplates.class.php:713 ../../include/functions_events.php:5367 +#: ../../operation/tree.php:340 ../../operation/agentes/estado_agente.php:504 +#: ../../operation/agentes/graphs.php:289 #: ../../operation/agentes/interface_view.functions.php:134 #: ../../operation/agentes/status_monitor.php:1046 #: ../../operation/agentes/estado_monitores.php:649 @@ -10592,17 +10052,14 @@ msgstr "Incompleto" #: ../../operation/network/network_usage_map.php:297 #: ../../operation/network/network_usage_map.php:330 #: ../../operation/network/network_usage_map.php:331 -#: ../../operation/netflow/nf_live_view.php:326 -#: ../../operation/netflow/nf_live_view.php:641 -#: ../../operation/netflow/nf_live_view.php:642 -#: ../../operation/inventory/inventory.php:772 +#: ../../operation/netflow/nf_live_view.php:326 ../../operation/netflow/nf_live_view.php:641 +#: ../../operation/netflow/nf_live_view.php:642 ../../operation/inventory/inventory.php:772 #: ../../operation/reporting/graph_viewer.php:437 msgid "Filter" msgstr "Filtro" #: ../../enterprise/meta/advanced/policymanager.queue.php:246 -#: ../../enterprise/meta/agentsearch.php:111 -#: ../../godmode/alerts/alert_templates.php:363 +#: ../../enterprise/meta/agentsearch.php:111 ../../godmode/alerts/alert_templates.php:363 #: ../../godmode/alerts/alert_templates.php:364 msgid "Show Options" msgstr "Mostrar opciones" @@ -10622,8 +10079,7 @@ msgstr "Mostrar opciones" #: ../../enterprise/include/functions_events.php:216 #: ../../enterprise/operation/log/log_viewer.php:744 #: ../../godmode/modules/manage_network_components.php:784 -#: ../../godmode/agentes/agent_manager.php:622 -#: ../../godmode/agentes/module_manager.php:690 +#: ../../godmode/agentes/agent_manager.php:622 ../../godmode/agentes/module_manager.php:690 #: ../../godmode/massive/massive_edit_agents.php:788 #: ../../godmode/reporting/reporting_builder.item_editor.php:1480 #: ../../godmode/reporting/reporting_builder.item_editor.php:1501 @@ -10634,8 +10090,8 @@ msgstr "Mostrar opciones" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1143 #: ../../include/functions_reporting_html.php:3022 #: ../../include/functions_reporting_html.php:3222 -#: ../../include/class/AgentWizard.class.php:1311 -#: ../../operation/inventory/inventory.php:567 ../../operation/events/events.php:2262 +#: ../../include/class/AgentWizard.class.php:1311 ../../operation/inventory/inventory.php:567 +#: ../../operation/events/events.php:2262 #: ../../operation/custom_fields/custom_fields_view.php:710 msgid "Server" msgstr "Servidor" @@ -10696,11 +10152,10 @@ msgstr "Cola vacía" #: ../../include/functions_visual_map_editor.php:1508 #: ../../include/functions_reporting_html.php:3226 #: ../../include/functions_reporting_html.php:4538 -#: ../../include/functions_reporting_html.php:4871 -#: ../../include/ajax/heatmap.ajax.php:462 ../../include/class/AuditLog.class.php:250 +#: ../../include/functions_reporting_html.php:4871 ../../include/ajax/heatmap.ajax.php:462 +#: ../../include/class/AuditLog.class.php:250 #: ../../include/lib/Dashboard/Widgets/inventory.php:1062 -#: ../../operation/network/network_report.php:410 -#: ../../operation/inventory/inventory.php:1326 +#: ../../operation/network/network_report.php:410 ../../operation/inventory/inventory.php:1326 msgid "IP" msgstr "IP" @@ -10773,10 +10228,8 @@ msgstr "Estado de agente" #: ../../include/lib/Dashboard/Widgets/tree_view.php:702 #: ../../include/functions_events.php:3252 ../../operation/tree.php:210 #: ../../operation/tree.php:301 ../../operation/tree.php:514 -#: ../../operation/agentes/estado_agente.php:312 -#: ../../operation/agentes/status_monitor.php:575 -#: ../../operation/agentes/group_view.php:252 -#: ../../operation/agentes/group_view.php:257 +#: ../../operation/agentes/estado_agente.php:312 ../../operation/agentes/status_monitor.php:575 +#: ../../operation/agentes/group_view.php:252 ../../operation/agentes/group_view.php:257 #: ../../operation/agentes/estado_monitores.php:542 #: ../../operation/gis_maps/render_view.php:165 #: ../../operation/custom_fields/custom_fields_view.php:176 @@ -10805,8 +10258,7 @@ msgstr "Vista de campos personalizados" #: ../../enterprise/meta/monitoring/custom_fields_view.php:182 #: ../../enterprise/godmode/policies/policies.php:303 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:742 -#: ../../extensions/agents_modules.php:469 -#: ../../godmode/agentes/modificar_agente.php:333 +#: ../../extensions/agents_modules.php:469 ../../godmode/agentes/modificar_agente.php:333 #: ../../godmode/agentes/planned_downtime.editor.php:1197 #: ../../godmode/reporting/reporting_builder.item_editor.php:2168 #: ../../include/functions_html.php:1638 ../../include/class/NetworkMap.class.php:3437 @@ -10838,8 +10290,7 @@ msgstr "Recurrencia" #: ../../include/lib/Dashboard/Widgets/tree_view.php:441 #: ../../include/lib/Dashboard/Widgets/tree_view.php:727 #: ../../include/functions_events.php:3200 ../../operation/tree.php:539 -#: ../../operation/agentes/estado_agente.php:314 -#: ../../operation/agentes/status_monitor.php:577 +#: ../../operation/agentes/estado_agente.php:314 ../../operation/agentes/status_monitor.php:577 #: ../../operation/events/events.php:2025 #: ../../operation/custom_fields/custom_fields_view.php:178 msgid "Not normal" @@ -10852,28 +10303,23 @@ msgstr "No normal" #: ../../enterprise/godmode/massive/massive_add_modules_policy.php:124 #: ../../enterprise/operation/agentes/tag_view.php:136 #: ../../enterprise/operation/services/services.treeview_services.php:320 -#: ../../godmode/groups/group_list.php:1306 -#: ../../godmode/massive/massive_copy_modules.php:128 +#: ../../godmode/groups/group_list.php:1306 ../../godmode/massive/massive_copy_modules.php:128 #: ../../godmode/massive/massive_copy_modules.php:316 #: ../../godmode/massive/massive_delete_modules.php:432 #: ../../godmode/massive/massive_edit_modules.php:396 #: ../../godmode/massive/massive_edit_modules.php:512 #: ../../godmode/reporting/reporting_builder.item_editor.php:4801 -#: ../../mobile/operation/modules.php:75 -#: ../../include/functions_reporting_html.php:1311 +#: ../../mobile/operation/modules.php:75 ../../include/functions_reporting_html.php:1311 #: ../../include/functions_reporting_html.php:5887 ../../include/ajax/module.php:2235 -#: ../../include/functions_agents.php:5040 -#: ../../include/functions_massive_operations.php:151 +#: ../../include/functions_agents.php:5040 ../../include/functions_massive_operations.php:151 #: ../../include/class/ExtensionsDiscovery.class.php:790 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:323 #: ../../include/lib/Dashboard/Widgets/tree_view.php:405 #: ../../include/lib/Dashboard/Widgets/tree_view.php:440 #: ../../include/lib/Dashboard/Widgets/tree_view.php:717 ../../operation/tree.php:212 #: ../../operation/tree.php:303 ../../operation/tree.php:529 -#: ../../operation/agentes/estado_agente.php:315 -#: ../../operation/agentes/status_monitor.php:579 -#: ../../operation/agentes/group_view.php:249 -#: ../../operation/agentes/group_view.php:254 +#: ../../operation/agentes/estado_agente.php:315 ../../operation/agentes/status_monitor.php:579 +#: ../../operation/agentes/group_view.php:249 ../../operation/agentes/group_view.php:254 #: ../../operation/custom_fields/custom_fields_view.php:180 msgid "Not init" msgstr "No iniciados" @@ -10894,13 +10340,10 @@ msgstr "Módulo de estado" #: ../../enterprise/include/ajax/log_viewer.ajax.php:503 #: ../../enterprise/operation/log/log_viewer.php:940 #: ../../enterprise/operation/log/log_viewer.php:2118 -#: ../../enterprise/operation/log/log_viewer.php:2157 -#: ../../include/ajax/audit_log.php:344 ../../include/ajax/events.php:880 -#: ../../include/class/AuditLog.class.php:209 -#: ../../include/class/AuditLog.class.php:509 -#: ../../include/class/AuditLog.class.php:549 -#: ../../operation/reporting/graph_analytics.php:448 -#: ../../operation/events/events.php:2180 +#: ../../enterprise/operation/log/log_viewer.php:2157 ../../include/ajax/audit_log.php:344 +#: ../../include/ajax/events.php:880 ../../include/class/AuditLog.class.php:209 +#: ../../include/class/AuditLog.class.php:509 ../../include/class/AuditLog.class.php:549 +#: ../../operation/reporting/graph_analytics.php:448 ../../operation/events/events.php:2180 #: ../../operation/custom_fields/custom_fields_view.php:217 #: ../../operation/custom_fields/custom_fields_view.php:223 #: ../../operation/custom_fields/custom_fields_view.php:224 @@ -10914,20 +10357,16 @@ msgstr "Guardar filtro" #: ../../enterprise/include/ajax/log_viewer.ajax.php:820 #: ../../enterprise/operation/log/log_viewer.php:925 #: ../../enterprise/operation/log/log_viewer.php:2170 -#: ../../enterprise/operation/log/log_viewer.php:2207 -#: ../../include/ajax/audit_log.php:164 ../../include/ajax/audit_log.php:182 -#: ../../include/ajax/module.php:2435 ../../include/ajax/module.php:2459 -#: ../../include/ajax/agent.php:495 ../../include/ajax/agent.php:519 -#: ../../include/ajax/custom_fields.php:672 ../../include/ajax/events.php:571 -#: ../../include/ajax/events.php:596 ../../include/class/AuditLog.class.php:201 -#: ../../include/class/AuditLog.class.php:570 -#: ../../include/class/AuditLog.class.php:608 -#: ../../operation/agentes/estado_agente.php:515 -#: ../../operation/agentes/status_monitor.php:1057 -#: ../../operation/netflow/nf_live_view.php:330 +#: ../../enterprise/operation/log/log_viewer.php:2207 ../../include/ajax/audit_log.php:164 +#: ../../include/ajax/audit_log.php:182 ../../include/ajax/module.php:2435 +#: ../../include/ajax/module.php:2459 ../../include/ajax/agent.php:495 +#: ../../include/ajax/agent.php:519 ../../include/ajax/custom_fields.php:672 +#: ../../include/ajax/events.php:571 ../../include/ajax/events.php:596 +#: ../../include/class/AuditLog.class.php:201 ../../include/class/AuditLog.class.php:570 +#: ../../include/class/AuditLog.class.php:608 ../../operation/agentes/estado_agente.php:515 +#: ../../operation/agentes/status_monitor.php:1057 ../../operation/netflow/nf_live_view.php:330 #: ../../operation/reporting/graph_analytics.php:555 -#: ../../operation/reporting/graph_analytics.php:573 -#: ../../operation/events/events.php:2171 +#: ../../operation/reporting/graph_analytics.php:573 ../../operation/events/events.php:2171 #: ../../operation/custom_fields/custom_fields_view.php:231 #: ../../operation/custom_fields/custom_fields_view.php:237 #: ../../operation/custom_fields/custom_fields_view.php:238 @@ -10946,8 +10385,7 @@ msgid "Custom Fields Data" msgstr "Datos de campos personalizados" #: ../../enterprise/meta/monitoring/custom_fields_view.php:307 -#: ../../godmode/events/event_edit_filter.php:808 -#: ../../operation/events/events.php:2278 +#: ../../godmode/events/event_edit_filter.php:808 ../../operation/events/events.php:2278 #: ../../operation/custom_fields/custom_fields_view.php:288 msgid "Module search" msgstr "Búsqueda por módulo" @@ -10968,46 +10406,41 @@ msgstr "Mostrar" #: ../../enterprise/meta/monitoring/custom_fields_view.php:372 #: ../../enterprise/meta/monitoring/custom_fields_view.php:374 #: ../../enterprise/include/class/DatabaseHA.class.php:217 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:2049 -#: ../../include/functions_ui.php:4190 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:2049 ../../include/functions_ui.php:4190 #: ../../operation/custom_fields/custom_fields_view.php:344 #: ../../operation/custom_fields/custom_fields_view.php:346 msgid "Processing" msgstr "Procesando" #: ../../enterprise/meta/monitoring/custom_fields_view.php:399 -#: ../../mobile/operation/groups.php:193 -#: ../../include/functions_reporting_html.php:7059 +#: ../../mobile/operation/groups.php:193 ../../include/functions_reporting_html.php:7059 #: ../../include/functions_agents.php:3987 #: ../../operation/custom_fields/custom_fields_view.php:381 msgid "Agents critical" msgstr "Agentes críticos" #: ../../enterprise/meta/monitoring/custom_fields_view.php:412 -#: ../../include/functions_reporting_html.php:7062 -#: ../../include/functions_agents.php:3997 +#: ../../include/functions_reporting_html.php:7062 ../../include/functions_agents.php:3997 #: ../../operation/custom_fields/custom_fields_view.php:394 msgid "Agents warning" msgstr "Agentes en estado de advertencia" #: ../../enterprise/meta/monitoring/custom_fields_view.php:425 -#: ../../include/functions_reporting_html.php:7068 -#: ../../include/functions_agents.php:3977 ../../include/functions_agents.php:4031 +#: ../../include/functions_reporting_html.php:7068 ../../include/functions_agents.php:3977 +#: ../../include/functions_agents.php:4031 #: ../../operation/custom_fields/custom_fields_view.php:407 msgid "Agents ok" msgstr "Agentes OK" #: ../../enterprise/meta/monitoring/custom_fields_view.php:438 -#: ../../mobile/operation/groups.php:196 -#: ../../include/functions_reporting_html.php:7071 +#: ../../mobile/operation/groups.php:196 ../../include/functions_reporting_html.php:7071 #: ../../include/functions_agents.php:4007 #: ../../operation/custom_fields/custom_fields_view.php:420 msgid "Agents unknown" msgstr "Agentes desconocidos" #: ../../enterprise/meta/monitoring/custom_fields_view.php:451 -#: ../../mobile/operation/groups.php:190 -#: ../../include/functions_reporting_html.php:7077 +#: ../../mobile/operation/groups.php:190 ../../include/functions_reporting_html.php:7077 #: ../../include/functions_agents.php:4021 #: ../../operation/custom_fields/custom_fields_view.php:433 msgid "Agents not init" @@ -11051,9 +10484,8 @@ msgid "Agents by status" msgstr "Agentes por estado" #: ../../enterprise/meta/monitoring/custom_fields_view.php:544 -#: ../../include/functions_reporting.php:12814 -#: ../../include/functions_reporting.php:12820 ../../include/functions_groups.php:2870 -#: ../../include/functions_groups.php:2876 +#: ../../include/functions_reporting.php:12814 ../../include/functions_reporting.php:12820 +#: ../../include/functions_groups.php:2870 ../../include/functions_groups.php:2876 #: ../../operation/custom_fields/custom_fields_view.php:528 msgid "Monitors by status" msgstr "Monitores por estado" @@ -11086,8 +10518,7 @@ msgstr "Agentes en normal" #: ../../enterprise/operation/services/services.treeview_services.php:313 #: ../../godmode/groups/group_list.php:1299 #: ../../include/lib/Dashboard/Widgets/tree_view.php:710 -#: ../../include/lib/TacticalView/elements/Configurations.php:214 -#: ../../operation/tree.php:522 +#: ../../include/lib/TacticalView/elements/Configurations.php:214 ../../operation/tree.php:522 #: ../../operation/custom_fields/custom_fields_view.php:571 msgid "Unknown agents" msgstr "Agentes en desconocido" @@ -11151,8 +10582,7 @@ msgid "Total counters" msgstr "Contadores totales" #: ../../enterprise/meta/monitoring/custom_fields_view.php:700 -#: ../../godmode/setup/license.php:399 -#: ../../operation/custom_fields/custom_fields_view.php:683 +#: ../../godmode/setup/license.php:399 ../../operation/custom_fields/custom_fields_view.php:683 msgid "Total Agents" msgstr "Agentes totales" @@ -11167,8 +10597,7 @@ msgid "I.P" msgstr "IP" #: ../../enterprise/meta/monitoring/custom_fields_view.php:744 -#: ../../include/functions_api.php:176 -#: ../../operation/custom_fields/custom_fields_view.php:727 +#: ../../include/functions_api.php:176 ../../operation/custom_fields/custom_fields_view.php:727 msgid "No data to show." msgstr "No hay datos." @@ -11192,9 +10621,8 @@ msgstr "Confirmar" msgid "Group View" msgstr "Vista de grupo" -#: ../../enterprise/meta/monitoring/group_view.php:64 -#: ../../godmode/groups/group_list.php:337 ../../godmode/users/configure_user.php:59 -#: ../../godmode/users/user_management.php:42 +#: ../../enterprise/meta/monitoring/group_view.php:64 ../../godmode/groups/group_list.php:337 +#: ../../godmode/users/configure_user.php:59 ../../godmode/users/user_management.php:42 #: ../../godmode/massive/massive_edit_users.php:275 ../../include/auth/mysql.php:806 #: ../../operation/users/user_edit.php:468 ../../operation/agentes/group_view.php:88 #: ../../operation/menu.php:176 @@ -11244,8 +10672,7 @@ msgstr "% módulos no iniciados" #: ../../enterprise/meta/monitoring/group_view.php:203 #: ../../godmode/agentes/modificar_agente.php:1060 -#: ../../operation/agentes/estado_agente.php:1385 -#: ../../operation/agentes/group_view.php:606 +#: ../../operation/agentes/estado_agente.php:1385 ../../operation/agentes/group_view.php:606 msgid "There are no defined agents" msgstr "No hay ningún agente definido" @@ -11265,13 +10692,11 @@ msgstr "Grupo o etiqueta" #: ../../enterprise/include/functions_reporting_csv.php:744 #: ../../enterprise/operation/agentes/security_hardening.php:373 #: ../../enterprise/operation/services/services.treeview_services.php:295 -#: ../../godmode/groups/group_list.php:1281 -#: ../../include/functions_reporting_html.php:582 +#: ../../godmode/groups/group_list.php:1281 ../../include/functions_reporting_html.php:582 #: ../../include/functions_inventory.php:527 ../../include/functions_inventory.php:670 #: ../../include/functions_alerts.php:3470 #: ../../include/lib/Dashboard/Widgets/tree_view.php:692 ../../operation/tree.php:504 -#: ../../operation/agentes/group_view.php:247 -#: ../../operation/agentes/agent_inventory.php:321 +#: ../../operation/agentes/group_view.php:247 ../../operation/agentes/agent_inventory.php:321 msgid "Total" msgstr "Total" @@ -11281,9 +10706,9 @@ msgstr "Total" #: ../../mobile/operation/alerts.php:324 ../../include/functions.php:1367 #: ../../include/functions_agents.php:2998 ../../include/functions_agents.php:3009 #: ../../include/functions_ui.php:1582 ../../include/class/AgentsAlerts.class.php:955 -#: ../../include/class/SnmpConsole.class.php:854 -#: ../../include/functions_reporting.php:13688 ../../include/functions_events.php:2968 -#: ../../include/functions_events.php:3168 ../../operation/agentes/group_view.php:258 +#: ../../include/class/SnmpConsole.class.php:854 ../../include/functions_reporting.php:13688 +#: ../../include/functions_events.php:2968 ../../include/functions_events.php:3168 +#: ../../operation/agentes/group_view.php:258 msgid "Alert fired" msgstr "Alerta disparada" @@ -11291,21 +10716,20 @@ msgstr "Alerta disparada" #: ../../operation/agentes/group_view.php:349 #, php-format msgid "" -"This %s installation are using the secondary groups feature. For this reason, an " -"agent can be counted several times." +"This %s installation are using the secondary groups feature. For this reason, an agent can " +"be counted several times." msgstr "" -"Esta instalación de %s está usando la funcionalidad de grupos secundarios. Por ello, " -"los agentes se pueden contar varias veces." +"Esta instalación de %s está usando la funcionalidad de grupos secundarios. Por ello, los " +"agentes se pueden contar varias veces." #: ../../enterprise/meta/monitoring/tactical.php:46 #: ../../enterprise/meta/general/main_header.php:103 -#: ../../enterprise/meta/general/main_menu.php:205 -#: ../../godmode/users/configure_user.php:60 ../../godmode/users/user_management.php:43 -#: ../../godmode/massive/massive_edit_users.php:276 ../../mobile/operation/home.php:45 -#: ../../mobile/operation/tactical.php:97 ../../include/auth/mysql.php:807 -#: ../../include/lib/Dashboard/Widgets/tactical.php:176 -#: ../../include/lib/Dashboard/Widgets/tactical.php:545 -#: ../../operation/users/user_edit.php:469 ../../operation/menu.php:173 +#: ../../enterprise/meta/general/main_menu.php:205 ../../godmode/users/configure_user.php:60 +#: ../../godmode/users/user_management.php:43 ../../godmode/massive/massive_edit_users.php:276 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../include/auth/mysql.php:807 ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:545 ../../operation/users/user_edit.php:469 +#: ../../operation/menu.php:173 msgid "Tactical view" msgstr "Vista táctica" @@ -11338,9 +10762,8 @@ msgstr "Más eventos" msgid "View events" msgstr "Ver eventos" -#: ../../enterprise/meta/event/custom_events.php:42 -#: ../../godmode/netflow/nf_edit.php:211 ../../godmode/netflow/nf_edit_form.php:80 -#: ../../godmode/snmpconsole/snmp_filters.php:37 +#: ../../enterprise/meta/event/custom_events.php:42 ../../godmode/netflow/nf_edit.php:211 +#: ../../godmode/netflow/nf_edit_form.php:80 ../../godmode/snmpconsole/snmp_filters.php:37 #: ../../godmode/events/event_filter.php:252 ../../include/ajax/custom_fields.php:744 msgid "Create filter" msgstr "Crear filtro" @@ -11353,21 +10776,16 @@ msgstr "Respuestas de evento" #: ../../enterprise/meta/event/custom_events.php:54 #: ../../enterprise/meta/event/custom_events.php:59 #: ../../enterprise/meta/event/custom_events.php:72 -#: ../../enterprise/meta/event/custom_events.php:90 -#: ../../godmode/agentes/fields_manager.php:59 +#: ../../enterprise/meta/event/custom_events.php:90 ../../godmode/agentes/fields_manager.php:59 #: ../../godmode/agentes/agent_manager.php:1283 ../../godmode/menu.php:193 #: ../../godmode/massive/massive_edit_agents.php:1299 #: ../../godmode/reporting/reporting_builder.item_editor.php:79 #: ../../include/functions_reporting_html.php:2280 #: ../../include/lib/Dashboard/Widgets/inventory.php:1071 -#: ../../include/functions_events.php:4522 -#: ../../operation/agentes/status_monitor.php:65 -#: ../../operation/agentes/status_monitor.php:88 -#: ../../operation/agentes/status_monitor.php:297 -#: ../../operation/agentes/status_monitor.php:320 -#: ../../operation/agentes/ver_agente.php:1732 -#: ../../operation/agentes/ver_agente.php:2025 -#: ../../operation/inventory/inventory.php:1335 +#: ../../include/functions_events.php:4522 ../../operation/agentes/status_monitor.php:65 +#: ../../operation/agentes/status_monitor.php:88 ../../operation/agentes/status_monitor.php:297 +#: ../../operation/agentes/status_monitor.php:320 ../../operation/agentes/ver_agente.php:1732 +#: ../../operation/agentes/ver_agente.php:2025 ../../operation/inventory/inventory.php:1335 msgid "Custom fields" msgstr "Campos personalizados" @@ -11410,8 +10828,7 @@ msgstr "Añadir campos para seleccionar" msgid "Delete fields to select" msgstr "Eliminar campos para seleccionar" -#: ../../enterprise/meta/event/custom_events.php:205 -#: ../../godmode/events/custom_events.php:74 +#: ../../enterprise/meta/event/custom_events.php:205 ../../godmode/events/custom_events.php:74 msgid "Show event fields" msgstr "Mostrar campos de eventos" @@ -11420,8 +10837,7 @@ msgstr "Mostrar campos de eventos" #: ../../godmode/events/custom_events.php:233 msgid "There must be at least one custom field. Timestamp will be set by default" msgstr "" -"Debe haber al menos un campo personalizado. La marca horaria está establecida por " -"defecto." +"Debe haber al menos un campo personalizado. La marca horaria está establecida por defecto." #: ../../enterprise/meta/include/functions_autoprovision.php:391 msgid "Round Robin" @@ -11434,36 +10850,34 @@ msgstr "Menos cargado" #: ../../enterprise/meta/include/functions_autoprovision.php:435 msgid "" "It uses the Round-robin planning method to distribute, \n" -" in an equitable way and in a rational order, all the new Pandora " -"software agents that reach the Metaconsole.\n" -" The distribution of the agents will be done in a circular way, " -"assigning the corresponding server to each new agent.\n" +" in an equitable way and in a rational order, all the new Pandora software " +"agents that reach the Metaconsole.\n" +" The distribution of the agents will be done in a circular way, assigning the " +"corresponding server to each new agent.\n" " " msgstr "" "Utiliza el método de planificación Round-robin para distribuir, \n" -" de forma equitativa y en un orden racional, todos los nuevos agentes " -"de software de Pandora que llegan a la Metaconsola.\n" -" La distribución de los agentes se realizará de forma circular, " -"asignando el servidor correspondiente a cada nuevo agente.\n" +" de forma equitativa y en un orden racional, todos los nuevos agentes de " +"software de Pandora que llegan a la Metaconsola.\n" +" La distribución de los agentes se realizará de forma circular, asignando el " +"servidor correspondiente a cada nuevo agente.\n" " " #: ../../enterprise/meta/include/functions_autoprovision.php:443 msgid "The new agents will be dynamically assigned to those servers with less load." -msgstr "" -"Los nuevos agentes se asignarán dinámicamente a aquellos servidores con menos carga." +msgstr "Los nuevos agentes se asignarán dinámicamente a aquellos servidores con menos carga." #: ../../enterprise/meta/include/functions_autoprovision.php:448 msgid "" -"In the customized classification, we will be able to define our own classification " -"rules, \n" -" based on certain parameters retrieved from the information reported " -"by the agent (name of the agent and its IP address).\n" +"In the customized classification, we will be able to define our own classification rules, \n" +" based on certain parameters retrieved from the information reported by the " +"agent (name of the agent and its IP address).\n" " " msgstr "" "En la clasificación personalizada, podremos definir nuestras propias reglas de " "clasificación, \n" -" basado en ciertos parámetros recuperados de la información reportada " -"por el agente (nombre del agente y su dirección IP).\n" +" basado en ciertos parámetros recuperados de la información reportada por el " +"agente (nombre del agente y su dirección IP).\n" " " #: ../../enterprise/meta/include/functions_autoprovision.php:494 @@ -11478,12 +10892,10 @@ msgid "Sort" msgstr "Ordenar" #: ../../enterprise/meta/include/functions_autoprovision.php:552 -msgid "" -"There is no custom entries defined. Click on \"Create custom entry\" to add the " -"first." +msgid "There is no custom entries defined. Click on \"Create custom entry\" to add the first." msgstr "" -"Ninguna entrada personalizada definida. Haz clic en \"Crear entrada personalizada\" " -"para añadir la primera." +"Ninguna entrada personalizada definida. Haz clic en \"Crear entrada personalizada\" para " +"añadir la primera." #: ../../enterprise/meta/include/functions_autoprovision.php:557 msgid "Create custom entry" @@ -11499,11 +10911,10 @@ msgstr "Configuración:" #: ../../enterprise/meta/include/functions_autoprovision.php:668 msgid "" -"There is no rules configured for this custom entry. Click on Add button to create " -"the first." +"There is no rules configured for this custom entry. Click on Add button to create the first." msgstr "" -"No hay reglas configuradas en esta entrada personalizada. Haz clic en el botón " -"Añadir para crear la primera." +"No hay reglas configuradas en esta entrada personalizada. Haz clic en el botón Añadir para " +"crear la primera." #: ../../enterprise/meta/include/functions_autoprovision.php:699 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:502 @@ -11560,24 +10971,21 @@ msgstr "Error al duplicar nombre" #: ../../enterprise/meta/general/main_menu.php:576 #: ../../enterprise/meta/general/main_menu.php:641 #: ../../enterprise/meta/general/main_menu.php:665 -#: ../../enterprise/meta/general/main_menu.php:672 -#: ../../include/functions_users.php:1050 ../../include/functions_users.php:1102 -#: ../../operation/users/user_edit_header.php:89 +#: ../../enterprise/meta/general/main_menu.php:672 ../../include/functions_users.php:1050 +#: ../../include/functions_users.php:1102 ../../operation/users/user_edit_header.php:89 msgid "User management" msgstr "Gestión de usuarios" #: ../../enterprise/meta/include/functions_users_meta.php:192 -#: ../../enterprise/meta/include/functions_users_meta.php:237 -#: ../../godmode/menu.php:252 ../../include/functions_users.php:1062 -#: ../../include/functions_users.php:1094 +#: ../../enterprise/meta/include/functions_users_meta.php:237 ../../godmode/menu.php:252 +#: ../../include/functions_users.php:1062 ../../include/functions_users.php:1094 msgid "Profile management" msgstr "Gestionar perfiles" #: ../../enterprise/meta/include/functions_users_meta.php:200 #: ../../enterprise/meta/include/functions_users_meta.php:209 #: ../../enterprise/meta/include/functions_users_meta.php:233 -#: ../../enterprise/meta/general/header.php:219 -#: ../../enterprise/meta/general/header.php:229 +#: ../../enterprise/meta/general/header.php:219 ../../enterprise/meta/general/header.php:229 #: ../../enterprise/meta/general/header.php:241 #: ../../enterprise/meta/general/main_header.php:635 #: ../../enterprise/meta/general/main_header.php:641 ../../operation/menu.php:694 @@ -11589,9 +10997,8 @@ msgstr "Editar mi usuario" msgid "User synchronization" msgstr "Sincronización de usuarios" -#: ../../enterprise/meta/include/functions_users_meta.php:229 -#: ../../godmode/menu.php:257 ../../include/functions_users.php:1075 -#: ../../include/functions_users.php:1087 +#: ../../enterprise/meta/include/functions_users_meta.php:229 ../../godmode/menu.php:257 +#: ../../include/functions_users.php:1075 ../../include/functions_users.php:1087 msgid "Token management" msgstr "Gestión de tokens" @@ -11614,8 +11021,8 @@ msgstr "Gestión de usuarios" #: ../../include/functions_reporting_html.php:2252 #: ../../include/functions_reporting_html.php:2416 #: ../../include/lib/Dashboard/Widgets/security_hardening.php:1052 -#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 -#: ../../include/lib/Group.php:555 ../../operation/inventory/inventory.php:1325 +#: ../../include/lib/Dashboard/Widgets/inventory.php:1061 ../../include/lib/Group.php:555 +#: ../../operation/inventory/inventory.php:1325 msgid "Alias" msgstr "Alias" @@ -11625,13 +11032,11 @@ msgstr "Alias" #: ../../enterprise/meta/include/functions_wizard_meta.php:1465 #: ../../enterprise/meta/include/functions_wizard_meta.php:1813 #: ../../enterprise/include/functions_reporting_csv.php:1272 -#: ../../godmode/agentes/agent_manager.php:436 -#: ../../godmode/servers/modificar_server.php:208 +#: ../../godmode/agentes/agent_manager.php:436 ../../godmode/servers/modificar_server.php:208 #: ../../include/functions_reporting_html.php:2256 #: ../../include/functions_reporting_html.php:5348 -#: ../../include/functions_reporting_html.php:5442 -#: ../../include/functions_treeview.php:701 ../../include/functions_events.php:4454 -#: ../../operation/gis_maps/ajax.php:290 +#: ../../include/functions_reporting_html.php:5442 ../../include/functions_treeview.php:701 +#: ../../include/functions_events.php:4454 ../../operation/gis_maps/ajax.php:290 msgid "IP Address" msgstr "Dirección IP" @@ -11673,26 +11078,22 @@ msgstr "Comprobar" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2268 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3548 #: ../../enterprise/include/lib/NetworkManager.php:211 -#: ../../enterprise/include/lib/NetworkManager.php:235 -#: ../../godmode/groups/group_list.php:1110 -#: ../../godmode/agentes/modificar_agente.php:799 -#: ../../godmode/agentes/agent_manager.php:1132 +#: ../../enterprise/include/lib/NetworkManager.php:235 ../../godmode/groups/group_list.php:1110 +#: ../../godmode/agentes/modificar_agente.php:799 ../../godmode/agentes/agent_manager.php:1132 #: ../../godmode/agentes/module_manager_editor_common.php:255 #: ../../godmode/agentes/module_manager_editor_common.php:716 #: ../../godmode/agentes/module_manager_editor_common.php:1356 -#: ../../godmode/agentes/module_manager.php:1071 -#: ../../godmode/agentes/module_manager.php:1084 +#: ../../godmode/agentes/module_manager.php:1071 ../../godmode/agentes/module_manager.php:1084 #: ../../godmode/massive/massive_edit_agents.php:969 #: ../../godmode/massive/massive_edit_agents.php:1168 #: ../../godmode/massive/massive_edit_modules.php:881 #: ../../godmode/alerts/alert_list.list.php:172 #: ../../godmode/alerts/configure_alert_template.php:1000 #: ../../godmode/alerts/alert_view.php:557 ../../mobile/operation/agent.php:173 -#: ../../mobile/operation/alerts.php:68 -#: ../../include/functions_visual_map_editor.php:872 -#: ../../include/functions_reporting_html.php:4885 -#: ../../include/functions_agents.php:1494 ../../include/functions_agents.php:4609 -#: ../../include/functions_treeview.php:66 ../../include/functions_treeview.php:647 +#: ../../mobile/operation/alerts.php:68 ../../include/functions_visual_map_editor.php:872 +#: ../../include/functions_reporting_html.php:4885 ../../include/functions_agents.php:1494 +#: ../../include/functions_agents.php:4609 ../../include/functions_treeview.php:66 +#: ../../include/functions_treeview.php:647 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:400 #: ../../include/functions_reporting.php:7377 #: ../../operation/agentes/alerts_status.functions.php:115 @@ -11708,9 +11109,9 @@ msgstr "Deshabilitado" #: ../../enterprise/include/functions_reporting_csv.php:1589 #: ../../enterprise/include/class/Aws.cloud.php:346 #: ../../godmode/alerts/configure_alert_template.php:246 -#: ../../godmode/alerts/configure_alert_template.php:250 -#: ../../godmode/servers/plugin.php:469 ../../include/ajax/events.php:1788 -#: ../../include/functions_reports.php:787 ../../include/functions_reporting.php:10604 +#: ../../godmode/alerts/configure_alert_template.php:250 ../../godmode/servers/plugin.php:469 +#: ../../include/ajax/events.php:1788 ../../include/functions_reports.php:787 +#: ../../include/functions_reporting.php:10604 msgid "General" msgstr "General" @@ -11774,12 +11175,10 @@ msgstr "Forzar clave primaria" #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:536 #: ../../extensions/api_checker.php:270 #: ../../godmode/modules/manage_network_components_form_wmi.php:63 -#: ../../godmode/users/configure_user.php:1169 -#: ../../godmode/users/user_management.php:346 +#: ../../godmode/users/configure_user.php:1169 ../../godmode/users/user_management.php:346 #: ../../godmode/agentes/module_manager_editor_wmi.php:143 -#: ../../godmode/massive/massive_edit_modules.php:1110 -#: ../../godmode/setup/setup_ehorus.php:116 ../../include/functions_ui.php:7699 -#: ../../include/functions_config.php:798 +#: ../../godmode/massive/massive_edit_modules.php:1110 ../../godmode/setup/setup_ehorus.php:116 +#: ../../include/functions_ui.php:7699 ../../include/functions_config.php:798 #: ../../include/class/CredentialStore.class.php:974 #: ../../include/class/CredentialStore.class.php:1024 #: ../../include/class/CredentialStore.class.php:1301 @@ -11787,9 +11186,8 @@ msgstr "Forzar clave primaria" #: ../../include/class/CredentialStore.class.php:1351 #: ../../include/class/WelcomeWindow.class.php:978 #: ../../include/class/WelcomeWindow.class.php:1114 -#: ../../include/class/AgentWizard.class.php:690 -#: ../../operation/users/user_edit.php:860 ../../general/login_page.php:292 -#: ../../general/login_page.php:353 +#: ../../include/class/AgentWizard.class.php:690 ../../operation/users/user_edit.php:860 +#: ../../general/login_page.php:292 ../../general/login_page.php:353 msgid "Password" msgstr "Contraseña" @@ -11817,8 +11215,7 @@ msgstr "Comprobaciones web" #: ../../enterprise/meta/include/functions_wizard_meta.php:642 #: ../../godmode/tag/edit_tag.php:216 ../../include/class/TipsWindow.class.php:763 -#: ../../include/class/TipsWindow.class.php:930 -#: ../../include/functions_reporting.php:7855 +#: ../../include/class/TipsWindow.class.php:930 ../../include/functions_reporting.php:7855 #: ../../include/lib/Dashboard/Widgets/url.php:216 msgid "Url" msgstr "URL" @@ -11896,8 +11293,7 @@ msgstr "Las comprobaciones web se han efectuado correctamente." #: ../../enterprise/godmode/servers/manage_export_form.php:131 #: ../../enterprise/include/class/Azure.cloud.php:894 #: ../../enterprise/include/class/VMware.app.php:667 -#: ../../enterprise/include/class/DB2.app.php:544 -#: ../../enterprise/include/class/Aws.S3.php:513 +#: ../../enterprise/include/class/DB2.app.php:544 ../../enterprise/include/class/Aws.S3.php:513 #: ../../enterprise/include/class/SAP.app.php:503 #: ../../enterprise/include/class/Aws.cloud.php:582 #: ../../enterprise/include/class/Aws.cloud.php:1340 @@ -11912,18 +11308,15 @@ msgstr "Las comprobaciones web se han efectuado correctamente." #: ../../godmode/modules/manage_network_components_form_common.php:156 #: ../../godmode/agentes/status_monitor_custom_fields.php:113 #: ../../godmode/agentes/status_monitor_custom_fields.php:165 -#: ../../godmode/agentes/inventory_manager.php:240 -#: ../../godmode/agentes/agent_manager.php:558 +#: ../../godmode/agentes/inventory_manager.php:240 ../../godmode/agentes/agent_manager.php:558 #: ../../godmode/agentes/module_manager_editor_common.php:1107 #: ../../godmode/agentes/module_manager.php:704 #: ../../godmode/massive/massive_edit_agents.php:745 #: ../../godmode/massive/massive_edit_modules.php:867 -#: ../../godmode/setup/setup_visuals.php:1976 -#: ../../godmode/setup/setup_visuals.php:2058 +#: ../../godmode/setup/setup_visuals.php:1976 ../../godmode/setup/setup_visuals.php:2058 #: ../../godmode/wizards/HostDevices.class.php:856 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:645 -#: ../../mobile/operation/modules.php:668 ../../mobile/operation/modules.php:670 -#: ../../mobile/operation/modules.php:910 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:645 ../../mobile/operation/modules.php:668 +#: ../../mobile/operation/modules.php:670 ../../mobile/operation/modules.php:910 #: ../../include/functions_reporting_html.php:4921 ../../include/ajax/events.php:2428 #: ../../include/functions_agents.php:4792 ../../include/functions_treeview.php:83 #: ../../include/functions_treeview.php:707 ../../include/functions_ui.php:7632 @@ -12193,9 +11586,8 @@ msgstr "Gestionar módulos de agentes" #: ../../godmode/massive/massive_enable_disable_alerts.php:231 #: ../../godmode/massive/massive_edit_agents.php:713 #: ../../godmode/massive/massive_edit_agents.php:1178 -#: ../../godmode/alerts/alert_list.list.php:566 -#: ../../godmode/alerts/alert_list.list.php:831 ../../godmode/alerts/alert_view.php:97 -#: ../../godmode/alerts/alert_list.builder.php:85 +#: ../../godmode/alerts/alert_list.list.php:566 ../../godmode/alerts/alert_list.list.php:831 +#: ../../godmode/alerts/alert_view.php:97 ../../godmode/alerts/alert_list.builder.php:85 #: ../../godmode/reporting/reporting_builder.list_items.php:412 #: ../../godmode/reporting/create_container.php:490 #: ../../godmode/reporting/create_container.php:662 @@ -12212,8 +11604,7 @@ msgstr "Gestionar módulos de agentes" #: ../../godmode/reporting/visual_console_builder.wizard.php:490 #: ../../godmode/reporting/visual_console_builder.wizard.php:859 #: ../../godmode/servers/plugin.php:116 ../../godmode/servers/plugin.php:135 -#: ../../mobile/operation/services.php:332 -#: ../../include/functions_visual_map_editor.php:491 +#: ../../mobile/operation/services.php:332 ../../include/functions_visual_map_editor.php:491 #: ../../include/functions_reporting_html.php:1200 #: ../../include/functions_reporting_html.php:1599 #: ../../include/functions_reporting_html.php:2684 @@ -12229,12 +11620,10 @@ msgstr "Gestionar módulos de agentes" #: ../../include/functions_reporting_html.php:5350 #: ../../include/functions_reporting_html.php:5444 #: ../../include/functions_reporting_html.php:6166 -#: ../../include/functions_reporting_html.php:6214 -#: ../../include/ajax/alert_list.ajax.php:251 -#: ../../include/functions_inventory.php:1228 -#: ../../include/functions_inventory.php:1284 ../../include/functions_graph.php:5086 -#: ../../include/functions_ui.php:1680 ../../include/functions_ui.php:7601 -#: ../../include/functions_ui.php:7626 +#: ../../include/functions_reporting_html.php:6214 ../../include/ajax/alert_list.ajax.php:251 +#: ../../include/functions_inventory.php:1228 ../../include/functions_inventory.php:1284 +#: ../../include/functions_graph.php:5086 ../../include/functions_ui.php:1680 +#: ../../include/functions_ui.php:7601 ../../include/functions_ui.php:7626 #: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:563 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:411 #: ../../include/rest-api/models/VisualConsole/Items/BasicChart.php:299 @@ -12245,12 +11634,10 @@ msgstr "Gestionar módulos de agentes" #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:797 #: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:232 #: ../../include/rest-api/models/VisualConsole/Items/Odometer.php:380 -#: ../../include/functions_reports.php:1454 -#: ../../include/class/AlertsList.class.php:315 +#: ../../include/functions_reports.php:1454 ../../include/class/AlertsList.class.php:315 #: ../../include/class/AgentsAlerts.class.php:432 #: ../../include/class/AgentsAlerts.class.php:909 -#: ../../include/class/WelcomeWindow.class.php:1222 -#: ../../include/functions_reporting.php:7718 +#: ../../include/class/WelcomeWindow.class.php:1222 ../../include/functions_reporting.php:7718 #: ../../include/lib/Dashboard/Widgets/sla_percent.php:359 #: ../../include/lib/Dashboard/Widgets/BlockHistogram.php:281 #: ../../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php:434 @@ -12269,8 +11656,7 @@ msgstr "Gestionar módulos de agentes" #: ../../include/lib/Dashboard/Widgets/tree_view.php:729 #: ../../include/lib/Dashboard/Widgets/top_n.php:240 #: ../../include/lib/Dashboard/Widgets/top_n.php:322 -#: ../../operation/agentes/exportdata.csv.php:74 -#: ../../operation/agentes/exportdata.php:119 +#: ../../operation/agentes/exportdata.csv.php:74 ../../operation/agentes/exportdata.php:119 #: ../../operation/agentes/estado_monitores.php:125 #: ../../operation/agentes/agent_inventory.php:118 #: ../../operation/agentes/exportdata.excel.php:74 ../../operation/search_alerts.php:35 @@ -12298,8 +11684,7 @@ msgstr "y" #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:318 #: ../../enterprise/godmode/alerts/alert_inventory_builder.php:254 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2476 -#: ../../godmode/snmpconsole/snmp_alert.php:1593 -#: ../../godmode/alerts/alert_templates.php:90 +#: ../../godmode/snmpconsole/snmp_alert.php:1593 ../../godmode/alerts/alert_templates.php:90 #: ../../godmode/alerts/configure_alert_template.php:721 #: ../../godmode/alerts/alert_view.php:268 msgid "Time threshold" @@ -12319,10 +11704,8 @@ msgstr "Umbral de tiempo" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2623 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2627 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3675 -#: ../../godmode/alerts/alert_list.list.php:744 -#: ../../godmode/alerts/alert_list.list.php:747 -#: ../../godmode/alerts/alert_templates.php:95 -#: ../../include/functions_reporting_html.php:154 +#: ../../godmode/alerts/alert_list.list.php:744 ../../godmode/alerts/alert_list.list.php:747 +#: ../../godmode/alerts/alert_templates.php:95 ../../include/functions_reporting_html.php:154 #: ../../include/functions_reporting_html.php:4411 #: ../../include/functions_reporting_html.php:5222 ../../include/rest-api/index.php:373 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:449 @@ -12345,15 +11728,12 @@ msgstr "De" #: ../../godmode/massive/massive_add_policies_alerts.php:202 #: ../../godmode/massive/massive_add_policies_alerts_action_external.php:206 #: ../../godmode/massive/massive_add_action_alerts.php:255 -#: ../../godmode/alerts/alert_list.list.php:744 -#: ../../godmode/alerts/alert_list.list.php:869 -#: ../../godmode/alerts/alert_templates.php:97 -#: ../../godmode/alerts/alert_list.builder.php:144 +#: ../../godmode/alerts/alert_list.list.php:744 ../../godmode/alerts/alert_list.list.php:869 +#: ../../godmode/alerts/alert_templates.php:97 ../../godmode/alerts/alert_list.builder.php:144 #: ../../include/functions_reporting_html.php:155 -#: ../../include/functions_reporting_html.php:4416 -#: ../../include/ajax/alert_list.ajax.php:298 ../../include/functions_ui.php:1718 -#: ../../include/functions_html.php:7425 ../../include/class/AgentsAlerts.class.php:321 -#: ../../include/functions_reporting.php:15429 +#: ../../include/functions_reporting_html.php:4416 ../../include/ajax/alert_list.ajax.php:298 +#: ../../include/functions_ui.php:1718 ../../include/functions_html.php:7425 +#: ../../include/class/AgentsAlerts.class.php:321 ../../include/functions_reporting.php:15429 msgid "to" msgstr "a" @@ -12380,20 +11760,17 @@ msgstr "Identificación del evento" #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:587 #: ../../include/functions_reporting_html.php:1958 #: ../../include/functions_reporting_html.php:1966 -#: ../../include/functions_reporting_html.php:6520 -#: ../../include/functions_events.php:252 ../../include/functions_events.php:2549 -#: ../../include/functions_events.php:5007 +#: ../../include/functions_reporting_html.php:6520 ../../include/functions_events.php:252 +#: ../../include/functions_events.php:2549 ../../include/functions_events.php:5007 msgid "Event name" msgstr "Nombre del evento" #: ../../enterprise/meta/include/functions_events_meta.php:66 #: ../../enterprise/include/functions_reporting_csv.php:1468 #: ../../enterprise/include/class/Omnishell.class.php:646 -#: ../../enterprise/include/functions_ipam.php:2116 -#: ../../godmode/agentes/agent_manager.php:358 ../../mobile/operation/modules.php:608 -#: ../../mobile/operation/modules.php:908 -#: ../../include/functions_reporting_html.php:4868 -#: ../../include/functions_treeview.php:652 +#: ../../enterprise/include/functions_ipam.php:2116 ../../godmode/agentes/agent_manager.php:358 +#: ../../mobile/operation/modules.php:608 ../../mobile/operation/modules.php:908 +#: ../../include/functions_reporting_html.php:4868 ../../include/functions_treeview.php:652 #: ../../include/class/SatelliteAgent.class.php:555 ../../include/lib/Group.php:551 #: ../../include/functions_events.php:253 ../../include/functions_events.php:300 #: ../../include/functions_events.php:2554 ../../operation/events/events.php:3109 @@ -12407,8 +11784,7 @@ msgstr "Nombre del agente" #: ../../enterprise/include/lib/AlertCorrelation.class.php:1208 #: ../../enterprise/include/functions_events.php:60 #: ../../godmode/reporting/reporting_builder.item_editor.php:3713 -#: ../../godmode/events/event_filter.php:168 -#: ../../godmode/events/event_edit_filter.php:380 +#: ../../godmode/events/event_filter.php:168 ../../godmode/events/event_edit_filter.php:380 #: ../../include/lib/Dashboard/Widgets/events_list.php:361 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:268 #: ../../include/functions_events.php:258 ../../operation/events/events.php:2035 @@ -12447,8 +11823,7 @@ msgstr "Nombre del módulo" #: ../../godmode/alerts/configure_alert_template.php:1791 #: ../../godmode/events/custom_events.php:103 ../../include/functions.php:4313 #: ../../include/functions_snmp.php:324 ../../include/class/SnmpConsole.class.php:284 -#: ../../include/class/SnmpConsole.class.php:356 -#: ../../include/class/SnmpConsole.class.php:510 +#: ../../include/class/SnmpConsole.class.php:356 ../../include/class/SnmpConsole.class.php:510 #: ../../include/class/SnmpConsole.class.php:511 #: ../../include/lib/Dashboard/Widgets/events_list.php:864 #: ../../include/functions_events.php:260 ../../include/functions_events.php:324 @@ -12473,8 +11848,7 @@ msgstr "Alerta" #: ../../enterprise/operation/security/vulnerabilities.php:474 #: ../../godmode/reporting/reporting_builder.item_editor.php:3686 #: ../../godmode/reporting/reporting_builder.item_editor.php:4464 -#: ../../godmode/events/event_filter.php:170 -#: ../../godmode/events/event_edit_filter.php:400 +#: ../../godmode/events/event_filter.php:170 ../../godmode/events/event_edit_filter.php:400 #: ../../godmode/events/custom_events.php:104 ../../mobile/operation/events.php:703 #: ../../mobile/operation/events.php:704 ../../mobile/operation/events.php:845 #: ../../mobile/operation/events.php:1022 ../../mobile/operation/events.php:1023 @@ -12484,8 +11858,7 @@ msgstr "Alerta" #: ../../include/functions_reporting_html.php:1959 #: ../../include/functions_reporting_html.php:1967 #: ../../include/functions_reporting_html.php:3844 ../../include/functions_snmp.php:335 -#: ../../include/class/SnmpConsole.class.php:367 -#: ../../include/class/SnmpConsole.class.php:487 +#: ../../include/class/SnmpConsole.class.php:367 ../../include/class/SnmpConsole.class.php:487 #: ../../include/lib/Dashboard/Widgets/events_list.php:436 #: ../../include/lib/Dashboard/Widgets/events_list.php:865 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:398 @@ -12496,8 +11869,7 @@ msgstr "Gravedad" #: ../../enterprise/meta/include/functions_events_meta.php:102 #: ../../enterprise/tools/ipam/ipam_network.php:252 -#: ../../godmode/events/event_edit_filter.php:857 -#: ../../godmode/events/custom_events.php:105 +#: ../../godmode/events/event_edit_filter.php:857 ../../godmode/events/custom_events.php:105 #: ../../godmode/wizards/HostDevices.class.php:1014 #: ../../include/class/CustomNetScan.class.php:474 #: ../../include/lib/Dashboard/Widgets/events_list.php:866 @@ -12528,18 +11900,15 @@ msgstr "Comentar" #: ../../godmode/reporting/reporting_builder.item_editor.php:4930 #: ../../godmode/events/custom_events.php:106 ../../mobile/operation/events.php:870 #: ../../include/functions_reporting_html.php:2432 -#: ../../include/functions_reporting_html.php:4924 -#: ../../include/functions_treeview.php:152 ../../include/functions_profile.php:205 +#: ../../include/functions_reporting_html.php:4924 ../../include/functions_treeview.php:152 +#: ../../include/functions_profile.php:205 #: ../../include/lib/Dashboard/Widgets/events_list.php:505 #: ../../include/lib/Dashboard/Widgets/events_list.php:867 -#: ../../include/lib/Dashboard/Widgets/tree_view.php:345 -#: ../../include/functions_events.php:263 ../../include/functions_events.php:333 -#: ../../include/functions_events.php:5174 ../../operation/tree.php:67 -#: ../../operation/users/user_edit.php:943 -#: ../../operation/agentes/status_monitor.php:887 -#: ../../operation/agentes/group_view.php:246 -#: ../../operation/agentes/alerts_status.functions.php:160 -#: ../../general/first_task/tags.php:22 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:345 ../../include/functions_events.php:263 +#: ../../include/functions_events.php:333 ../../include/functions_events.php:5174 +#: ../../operation/tree.php:67 ../../operation/users/user_edit.php:943 +#: ../../operation/agentes/status_monitor.php:887 ../../operation/agentes/group_view.php:246 +#: ../../operation/agentes/alerts_status.functions.php:160 ../../general/first_task/tags.php:22 msgid "Tags" msgstr "Etiquetas" @@ -12569,8 +11938,8 @@ msgstr "Instrucciones" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1050 #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:77 #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:292 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:642 -#: ../../include/lib/Group.php:579 ../../include/functions_events.php:269 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:642 ../../include/lib/Group.php:579 +#: ../../include/functions_events.php:269 msgid "Server name" msgstr "Nombre del servidor" @@ -12630,14 +11999,13 @@ msgstr "Ir a la Wiki de Pandora FMS" #: ../../enterprise/meta/include/reset_pass.php:58 #: ../../enterprise/godmode/modules/configure_local_component.php:789 #: ../../godmode/servers/plugin.php:668 ../../include/functions_ui.php:1968 -#: ../../include/functions_ui.php:2949 -#: ../../include/class/ManageNetScanScripts.class.php:694 ../../general/header.php:419 +#: ../../include/functions_ui.php:2949 ../../include/class/ManageNetScanScripts.class.php:694 +#: ../../general/header.php:419 msgid "Help" msgstr "Ayuda" #: ../../enterprise/meta/include/process_reset_pass.php:96 -#: ../../enterprise/include/process_reset_pass.php:127 -#: ../../operation/users/user_edit.php:407 +#: ../../enterprise/include/process_reset_pass.php:127 ../../operation/users/user_edit.php:407 msgid "New Password" msgstr "Contraseña nueva" @@ -12651,8 +12019,7 @@ msgstr "Repetir contraseña" msgid "Change password" msgstr "Cambiar contraseña" -#: ../../enterprise/meta/include/process_reset_pass.php:123 -#: ../../enterprise/meta/index.php:698 +#: ../../enterprise/meta/include/process_reset_pass.php:123 ../../enterprise/meta/index.php:698 #: ../../enterprise/include/process_reset_pass.php:151 ../../index.php:857 msgid "Passwords must be the same" msgstr "Las contraseñas deben coincidir" @@ -12677,8 +12044,8 @@ msgstr "METACONSOLA" #: ../../enterprise/meta/include/reset_pass.php:161 #: ../../enterprise/meta/general/login_page.php:316 #: ../../enterprise/include/process_reset_pass.php:239 -#: ../../enterprise/include/reset_pass.php:213 -#: ../../enterprise/include/reset_pass.php:320 ../../general/login_page.php:462 +#: ../../enterprise/include/reset_pass.php:213 ../../enterprise/include/reset_pass.php:320 +#: ../../general/login_page.php:462 msgid "Build" msgstr "Crear" @@ -12755,8 +12122,7 @@ msgstr "Operaciones de usuario" #: ../../enterprise/meta/include/functions_agents_meta.php:653 #: ../../enterprise/meta/include/functions_agents_meta.php:663 #: ../../enterprise/extensions/disabled/check_acls.php:50 -#: ../../enterprise/extensions/disabled/check_acls.php:137 -#: ../../include/functions_menu.php:596 +#: ../../enterprise/extensions/disabled/check_acls.php:137 ../../include/functions_menu.php:596 msgid "Agents management" msgstr "Gestión de agentes" @@ -12770,8 +12136,7 @@ msgstr "Gestión de usuarios" msgid "No admin user" msgstr "No hay usuario administrador" -#: ../../enterprise/meta/include/functions_meta.php:71 -#: ../../include/functions_config.php:469 +#: ../../enterprise/meta/include/functions_meta.php:71 ../../include/functions_config.php:469 msgid "Activate Metaconsole" msgstr "Activar la Metaconsola" @@ -12779,8 +12144,7 @@ msgstr "Activar la Metaconsola" msgid "Centralized management" msgstr "Gestión centralizada" -#: ../../enterprise/meta/include/functions_meta.php:123 -#: ../../include/functions_config.php:245 +#: ../../enterprise/meta/include/functions_meta.php:123 ../../include/functions_config.php:245 msgid "Attachment store." msgstr "Almacenamiento de adjuntos." @@ -12801,8 +12165,7 @@ msgstr "Sección personalizable" msgid "Agent API" msgstr "API del agente" -#: ../../enterprise/meta/include/functions_meta.php:366 -#: ../../include/functions_config.php:413 +#: ../../enterprise/meta/include/functions_meta.php:366 ../../include/functions_config.php:413 msgid "Max hours old event comments" msgstr "Máx. horas de antigüedad de los comentarios de eventos" @@ -12840,22 +12203,21 @@ msgstr "Contraseña de OpenSearch" msgid "Https OpenSearch" msgstr "Https OpenSearch" -#: ../../enterprise/meta/include/functions_meta.php:624 -#: ../../godmode/setup/setup_auth.php:503 ../../include/functions_config.php:594 -#: ../../include/class/CredentialStore.class.php:1161 +#: ../../enterprise/meta/include/functions_meta.php:624 ../../godmode/setup/setup_auth.php:503 +#: ../../include/functions_config.php:594 ../../include/class/CredentialStore.class.php:1161 #: ../../include/class/CredentialStore.class.php:1463 #: ../../include/class/AgentWizard.class.php:954 msgid "Authentication method" msgstr "Método de autentificación" -#: ../../enterprise/meta/include/functions_meta.php:634 -#: ../../godmode/setup/setup_auth.php:56 ../../include/functions_config.php:754 +#: ../../enterprise/meta/include/functions_meta.php:634 ../../godmode/setup/setup_auth.php:56 +#: ../../include/functions_config.php:754 msgid "Fallback to local authentication" msgstr "Alternativa si falla la autentificación" #: ../../enterprise/meta/include/functions_meta.php:644 -#: ../../enterprise/meta/include/functions_meta.php:940 -#: ../../godmode/setup/setup_auth.php:69 ../../include/functions_config.php:598 +#: ../../enterprise/meta/include/functions_meta.php:940 ../../godmode/setup/setup_auth.php:69 +#: ../../include/functions_config.php:598 msgid "Autocreate remote users" msgstr "Crear usuarios remotos automáticamente" @@ -12863,8 +12225,7 @@ msgstr "Crear usuarios remotos automáticamente" #: ../../enterprise/godmode/setup/setup_auth.php:54 #: ../../enterprise/godmode/setup/setup_auth.php:324 #: ../../enterprise/godmode/setup/setup_auth.php:456 -#: ../../enterprise/godmode/setup/setup_auth.php:1508 -#: ../../include/functions_config.php:602 +#: ../../enterprise/godmode/setup/setup_auth.php:1508 ../../include/functions_config.php:602 msgid "Autocreate profile" msgstr "Crear el perfil automáticamente" @@ -12872,8 +12233,7 @@ msgstr "Crear el perfil automáticamente" #: ../../enterprise/godmode/setup/setup_auth.php:60 #: ../../enterprise/godmode/setup/setup_auth.php:330 #: ../../enterprise/godmode/setup/setup_auth.php:462 -#: ../../enterprise/godmode/setup/setup_auth.php:1514 -#: ../../include/functions_config.php:606 +#: ../../enterprise/godmode/setup/setup_auth.php:1514 ../../include/functions_config.php:606 msgid "Autocreate profile group" msgstr "Crear perfil de grupo automáticamente" @@ -12881,21 +12241,18 @@ msgstr "Crear perfil de grupo automáticamente" #: ../../enterprise/godmode/setup/setup_auth.php:67 #: ../../enterprise/godmode/setup/setup_auth.php:339 #: ../../enterprise/godmode/setup/setup_auth.php:471 -#: ../../enterprise/godmode/setup/setup_auth.php:1538 -#: ../../include/functions_config.php:610 +#: ../../enterprise/godmode/setup/setup_auth.php:1538 ../../include/functions_config.php:610 msgid "Autocreate profile tags" msgstr "Crear etiquetas de perfil automáticamente" #: ../../enterprise/meta/include/functions_meta.php:684 -#: ../../enterprise/godmode/setup/setup_auth.php:345 -#: ../../include/functions_config.php:614 +#: ../../enterprise/godmode/setup/setup_auth.php:345 ../../include/functions_config.php:614 msgid "Automatically assigned no hierarchy" msgstr "Jerarquía no asignada automáticamente" #: ../../enterprise/meta/include/functions_meta.php:694 #: ../../enterprise/godmode/setup/setup_auth.php:667 -#: ../../enterprise/godmode/setup/setup_auth.php:1735 -#: ../../include/functions_config.php:622 +#: ../../enterprise/godmode/setup/setup_auth.php:1735 ../../include/functions_config.php:622 msgid "Autocreate blacklist" msgstr "Crear una lista negra automáticamente" @@ -12915,16 +12272,16 @@ msgid "Control session timeout" msgstr "Control de expiración de la sesión" #: ../../enterprise/meta/include/functions_meta.php:736 -#: ../../enterprise/meta/include/functions_meta.php:1096 -#: ../../include/functions_config.php:854 ../../include/functions_config.php:860 +#: ../../enterprise/meta/include/functions_meta.php:1096 ../../include/functions_config.php:854 +#: ../../include/functions_config.php:860 msgid "Session timeout" msgstr "Sesión expirada" #: ../../enterprise/meta/include/functions_meta.php:752 #: ../../enterprise/meta/include/functions_meta.php:1292 #: ../../enterprise/godmode/setup/setup_auth.php:81 -#: ../../enterprise/godmode/setup/setup_auth.php:440 -#: ../../include/functions_config.php:767 ../../include/functions_config.php:869 +#: ../../enterprise/godmode/setup/setup_auth.php:440 ../../include/functions_config.php:767 +#: ../../include/functions_config.php:869 msgid "Save Password" msgstr "Guardar contraseña" @@ -12934,38 +12291,33 @@ msgstr "Visualización de zona horaria" #: ../../enterprise/meta/include/functions_meta.php:774 #: ../../enterprise/godmode/setup/setup_auth.php:675 -#: ../../enterprise/godmode/setup/setup_auth.php:1743 -#: ../../include/functions_config.php:626 +#: ../../enterprise/godmode/setup/setup_auth.php:1743 ../../include/functions_config.php:626 msgid "Active directory server" msgstr "Servidor de directorio activo" #: ../../enterprise/meta/include/functions_meta.php:784 #: ../../enterprise/godmode/setup/setup_auth.php:681 -#: ../../enterprise/godmode/setup/setup_auth.php:1760 -#: ../../include/functions_config.php:630 +#: ../../enterprise/godmode/setup/setup_auth.php:1760 ../../include/functions_config.php:630 msgid "Active directory port" msgstr "Puerto del directorio activo" #: ../../enterprise/meta/include/functions_meta.php:794 #: ../../enterprise/meta/include/functions_meta.php:1138 #: ../../enterprise/godmode/setup/setup_auth.php:687 -#: ../../enterprise/godmode/setup/setup_auth.php:1777 -#: ../../godmode/setup/setup_auth.php:146 ../../include/functions_config.php:634 -#: ../../include/functions_config.php:698 +#: ../../enterprise/godmode/setup/setup_auth.php:1777 ../../godmode/setup/setup_auth.php:146 +#: ../../include/functions_config.php:634 ../../include/functions_config.php:698 msgid "Start TLS" msgstr "Start TLS" #: ../../enterprise/meta/include/functions_meta.php:804 #: ../../enterprise/godmode/setup/setup_auth.php:445 -#: ../../enterprise/godmode/setup/setup_auth.php:1497 -#: ../../include/functions_config.php:642 +#: ../../enterprise/godmode/setup/setup_auth.php:1497 ../../include/functions_config.php:642 msgid "Advanced Config AD" msgstr "Configuración avanzada AD" #: ../../enterprise/meta/include/functions_meta.php:814 #: ../../enterprise/godmode/setup/setup_auth.php:693 -#: ../../enterprise/godmode/setup/setup_auth.php:1783 -#: ../../include/functions_config.php:650 +#: ../../enterprise/godmode/setup/setup_auth.php:1783 ../../include/functions_config.php:650 msgid "Domain" msgstr "Dominio" @@ -12974,46 +12326,40 @@ msgid "Secondary advanced Config AD" msgstr "Configuración AD avanzada secundaria" #: ../../enterprise/meta/include/functions_meta.php:834 -#: ../../enterprise/godmode/setup/setup_auth.php:705 -#: ../../include/functions_config.php:658 +#: ../../enterprise/godmode/setup/setup_auth.php:705 ../../include/functions_config.php:658 msgid "Secondary active directory server" msgstr "Servidor de directorio activo" #: ../../enterprise/meta/include/functions_meta.php:844 -#: ../../enterprise/godmode/setup/setup_auth.php:711 -#: ../../include/functions_config.php:662 +#: ../../enterprise/godmode/setup/setup_auth.php:711 ../../include/functions_config.php:662 msgid "Secondary active directory port" msgstr "Puerto del directorio activo" #: ../../enterprise/meta/include/functions_meta.php:854 #: ../../enterprise/meta/include/functions_meta.php:864 #: ../../enterprise/meta/include/functions_meta.php:1238 -#: ../../enterprise/godmode/setup/setup_auth.php:717 -#: ../../godmode/setup/setup_auth.php:306 ../../include/functions_config.php:666 +#: ../../enterprise/godmode/setup/setup_auth.php:717 ../../godmode/setup/setup_auth.php:306 +#: ../../include/functions_config.php:666 msgid "Secondary start TLS" msgstr "TLS de inicio secundario" -#: ../../enterprise/meta/include/functions_meta.php:874 -#: ../../include/functions_config.php:674 +#: ../../enterprise/meta/include/functions_meta.php:874 ../../include/functions_config.php:674 msgid "Secondary domain" msgstr "Dominio secundario" #: ../../enterprise/meta/include/functions_meta.php:884 #: ../../enterprise/godmode/setup/setup_auth.php:505 -#: ../../enterprise/godmode/setup/setup_auth.php:1572 -#: ../../include/functions_config.php:678 +#: ../../enterprise/godmode/setup/setup_auth.php:1572 ../../include/functions_config.php:678 msgid "Advanced Permisions AD" msgstr "Permisos avanzados de AD" #: ../../enterprise/meta/include/functions_meta.php:894 -#: ../../enterprise/godmode/setup/setup_auth.php:150 -#: ../../include/functions_config.php:682 +#: ../../enterprise/godmode/setup/setup_auth.php:150 ../../include/functions_config.php:682 msgid "Advanced Permissions LDAP" msgstr "Permisos LDAP avanzados" #: ../../enterprise/meta/include/functions_meta.php:904 -#: ../../enterprise/godmode/setup/setup_auth.php:127 -#: ../../include/functions_config.php:646 +#: ../../enterprise/godmode/setup/setup_auth.php:127 ../../include/functions_config.php:646 msgid "Advanced Config LDAP" msgstr "Configuración LDAP avanzada" @@ -13025,43 +12371,35 @@ msgstr "Configuración LDAP avanzada" msgid "Auto enable node access" msgstr "Auto-habilitar acceso al nodo" -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../include/functions_config.php:802 +#: ../../enterprise/meta/include/functions_meta.php:953 ../../include/functions_config.php:802 msgid "Saml path" msgstr "Ruta de SAML" -#: ../../enterprise/meta/include/functions_meta.php:966 -#: ../../include/functions_config.php:806 +#: ../../enterprise/meta/include/functions_meta.php:966 ../../include/functions_config.php:806 msgid "Saml source" msgstr "Saml origen" -#: ../../enterprise/meta/include/functions_meta.php:979 -#: ../../include/functions_config.php:810 +#: ../../enterprise/meta/include/functions_meta.php:979 ../../include/functions_config.php:810 msgid "Saml user id parameter" msgstr "Parámetro de ID de usuario saml" -#: ../../enterprise/meta/include/functions_meta.php:992 -#: ../../include/functions_config.php:814 +#: ../../enterprise/meta/include/functions_meta.php:992 ../../include/functions_config.php:814 msgid "Saml mail parameter" msgstr "Parámetro de correo de saml" -#: ../../enterprise/meta/include/functions_meta.php:1005 -#: ../../include/functions_config.php:818 +#: ../../enterprise/meta/include/functions_meta.php:1005 ../../include/functions_config.php:818 msgid "Saml group name parameter" msgstr "Parámetro de nombre de grupo saml" -#: ../../enterprise/meta/include/functions_meta.php:1018 -#: ../../include/functions_config.php:822 +#: ../../enterprise/meta/include/functions_meta.php:1018 ../../include/functions_config.php:822 msgid "Saml attr type parameter" msgstr "Parámetro de tipo de attr saml" -#: ../../enterprise/meta/include/functions_meta.php:1031 -#: ../../include/functions_config.php:826 +#: ../../enterprise/meta/include/functions_meta.php:1031 ../../include/functions_config.php:826 msgid "Saml profiles and tags parameter" msgstr "Parámetro de perfiles y etiquetas saml" -#: ../../enterprise/meta/include/functions_meta.php:1044 -#: ../../include/functions_config.php:838 +#: ../../enterprise/meta/include/functions_meta.php:1044 ../../include/functions_config.php:838 msgid "Saml profile and tag separator" msgstr "Separador de perfil y etiqueta saml" @@ -13069,105 +12407,97 @@ msgstr "Separador de perfil y etiqueta saml" msgid "SAML profile parameters" msgstr "Parámetros de perfil SAML" -#: ../../enterprise/meta/include/functions_meta.php:1070 -#: ../../include/functions_config.php:834 +#: ../../enterprise/meta/include/functions_meta.php:1070 ../../include/functions_config.php:834 msgid "Saml tag parameter" msgstr "Parámetro de etiqueta saml" -#: ../../enterprise/meta/include/functions_meta.php:1108 -#: ../../godmode/setup/setup_auth.php:90 ../../include/functions_config.php:686 +#: ../../enterprise/meta/include/functions_meta.php:1108 ../../godmode/setup/setup_auth.php:90 +#: ../../include/functions_config.php:686 msgid "LDAP server" msgstr "Servidor LDAP" -#: ../../enterprise/meta/include/functions_meta.php:1118 -#: ../../godmode/setup/setup_auth.php:107 ../../include/functions_config.php:690 +#: ../../enterprise/meta/include/functions_meta.php:1118 ../../godmode/setup/setup_auth.php:107 +#: ../../include/functions_config.php:690 msgid "LDAP port" msgstr "Puerto LDAP" -#: ../../enterprise/meta/include/functions_meta.php:1128 -#: ../../godmode/setup/setup_auth.php:129 ../../include/functions_config.php:694 +#: ../../enterprise/meta/include/functions_meta.php:1128 ../../godmode/setup/setup_auth.php:129 +#: ../../include/functions_config.php:694 msgid "LDAP version" msgstr "Versión LDAP" -#: ../../enterprise/meta/include/functions_meta.php:1148 -#: ../../godmode/setup/setup_auth.php:157 ../../include/functions_config.php:702 +#: ../../enterprise/meta/include/functions_meta.php:1148 ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:702 msgid "Base DN" msgstr "DN base" -#: ../../enterprise/meta/include/functions_meta.php:1158 -#: ../../godmode/setup/setup_auth.php:170 ../../include/functions_config.php:706 +#: ../../enterprise/meta/include/functions_meta.php:1158 ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:706 msgid "Login attribute" msgstr "Atributo de acceso" -#: ../../enterprise/meta/include/functions_meta.php:1168 -#: ../../godmode/setup/setup_auth.php:183 ../../include/functions_config.php:710 +#: ../../enterprise/meta/include/functions_meta.php:1168 ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:710 msgid "Admin LDAP login" msgstr "Inicio de sesión de administrador LDAP" -#: ../../enterprise/meta/include/functions_meta.php:1179 -#: ../../godmode/setup/setup_auth.php:196 ../../include/functions_config.php:714 +#: ../../enterprise/meta/include/functions_meta.php:1179 ../../godmode/setup/setup_auth.php:196 +#: ../../include/functions_config.php:714 msgid "Admin LDAP password" msgstr "Contraseña de administrador LDAP" -#: ../../enterprise/meta/include/functions_meta.php:1189 -#: ../../godmode/setup/setup_auth.php:215 +#: ../../enterprise/meta/include/functions_meta.php:1189 ../../godmode/setup/setup_auth.php:215 msgid "Ldap search timeout (secs)" msgstr "Tiempo de espera de búsqueda LDAP (segundos)" -#: ../../enterprise/meta/include/functions_meta.php:1199 -#: ../../include/functions_config.php:778 +#: ../../enterprise/meta/include/functions_meta.php:1199 ../../include/functions_config.php:778 msgid "LDAP secondary enabled" msgstr "LDAP secundario habilitado" -#: ../../enterprise/meta/include/functions_meta.php:1208 -#: ../../godmode/setup/setup_auth.php:250 ../../include/functions_config.php:722 +#: ../../enterprise/meta/include/functions_meta.php:1208 ../../godmode/setup/setup_auth.php:250 +#: ../../include/functions_config.php:722 msgid "Secondary LDAP server" msgstr "Servidor LDAP secundario" -#: ../../enterprise/meta/include/functions_meta.php:1218 -#: ../../godmode/setup/setup_auth.php:267 ../../include/functions_config.php:726 +#: ../../enterprise/meta/include/functions_meta.php:1218 ../../godmode/setup/setup_auth.php:267 +#: ../../include/functions_config.php:726 msgid "Secondary LDAP port" msgstr "Puerto LDAP secundario" -#: ../../enterprise/meta/include/functions_meta.php:1228 -#: ../../godmode/setup/setup_auth.php:289 ../../include/functions_config.php:730 +#: ../../enterprise/meta/include/functions_meta.php:1228 ../../godmode/setup/setup_auth.php:289 +#: ../../include/functions_config.php:730 msgid "Secondary LDAP version" msgstr "Versión LDAP secundaria" -#: ../../enterprise/meta/include/functions_meta.php:1248 -#: ../../include/functions_config.php:738 +#: ../../enterprise/meta/include/functions_meta.php:1248 ../../include/functions_config.php:738 msgid "Secondary base DN" msgstr "Base secundaria DN" -#: ../../enterprise/meta/include/functions_meta.php:1258 -#: ../../include/functions_config.php:742 +#: ../../enterprise/meta/include/functions_meta.php:1258 ../../include/functions_config.php:742 msgid "Secondary login attribute" msgstr "Atributo de inicio de sesión secundario" -#: ../../enterprise/meta/include/functions_meta.php:1268 -#: ../../godmode/setup/setup_auth.php:343 ../../include/functions_config.php:746 +#: ../../enterprise/meta/include/functions_meta.php:1268 ../../godmode/setup/setup_auth.php:343 +#: ../../include/functions_config.php:746 msgid "Admin secondary LDAP login" msgstr "Inicio de sesión LDAP secundario del administrador" -#: ../../enterprise/meta/include/functions_meta.php:1279 -#: ../../godmode/setup/setup_auth.php:356 ../../include/functions_config.php:750 +#: ../../enterprise/meta/include/functions_meta.php:1279 ../../godmode/setup/setup_auth.php:356 +#: ../../include/functions_config.php:750 msgid "Admin secondary LDAP password" msgstr "Contraseña LDAP secundaria del administrador" #: ../../enterprise/meta/include/functions_meta.php:1312 -#: ../../enterprise/godmode/setup/setup_auth.php:111 -#: ../../include/functions_config.php:758 +#: ../../enterprise/godmode/setup/setup_auth.php:111 ../../include/functions_config.php:758 msgid "Login user attribute" msgstr "Identificar atributo de usuario" -#: ../../enterprise/meta/include/functions_meta.php:1322 -#: ../../include/functions_config.php:774 +#: ../../enterprise/meta/include/functions_meta.php:1322 ../../include/functions_config.php:774 msgid "Save profile" msgstr "Guardar perfil" #: ../../enterprise/meta/include/functions_meta.php:1333 -#: ../../enterprise/godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:762 +#: ../../enterprise/godmode/setup/setup_auth.php:93 ../../include/functions_config.php:762 msgid "LDAP function" msgstr "Función LDAP" @@ -13178,8 +12508,7 @@ msgstr "Host %s" #: ../../enterprise/meta/include/functions_meta.php:1355 #: ../../enterprise/meta/include/functions_meta.php:1409 -#: ../../enterprise/godmode/setup/setup_auth.php:1408 -#: ../../include/functions_config.php:786 +#: ../../enterprise/godmode/setup/setup_auth.php:1408 ../../include/functions_config.php:786 msgid "MySQL port" msgstr "Puerto de MySQL" @@ -13187,8 +12516,8 @@ msgstr "Puerto de MySQL" #: ../../enterprise/meta/include/functions_meta.php:1419 #: ../../enterprise/meta/include/functions_meta.php:2297 #: ../../enterprise/godmode/setup/setup_history.php:210 -#: ../../enterprise/godmode/setup/setup_auth.php:1414 -#: ../../include/functions_config.php:790 ../../include/functions_config.php:1749 +#: ../../enterprise/godmode/setup/setup_auth.php:1414 ../../include/functions_config.php:790 +#: ../../include/functions_config.php:1749 msgid "Database name" msgstr "Nombre de la base de datos" @@ -13360,8 +12689,7 @@ msgid "Active and historical database cannot be the same." msgstr "La base de datos activa y la histórica no pueden ser la misma." #: ../../enterprise/meta/include/functions_meta.php:2287 -#: ../../enterprise/godmode/setup/setup_history.php:178 -#: ../../include/functions_config.php:1741 +#: ../../enterprise/godmode/setup/setup_history.php:178 ../../include/functions_config.php:1741 msgid "Host" msgstr "Host" @@ -13376,14 +12704,12 @@ msgid "Enable history event" msgstr "Activar histórico de eventos" #: ../../enterprise/meta/include/functions_meta.php:2313 -#: ../../enterprise/godmode/setup/setup_history.php:226 -#: ../../include/functions_config.php:1766 +#: ../../enterprise/godmode/setup/setup_history.php:226 ../../include/functions_config.php:1766 msgid "Database user" msgstr "Usuario de la base de datos" #: ../../enterprise/meta/include/functions_meta.php:2318 -#: ../../enterprise/godmode/setup/setup_history.php:242 -#: ../../include/functions_config.php:1770 +#: ../../enterprise/godmode/setup/setup_history.php:242 ../../include/functions_config.php:1770 msgid "Database password" msgstr "Contraseña de la base de datos" @@ -13426,9 +12752,9 @@ msgstr "Purga de eventod de base de datos histórica" msgid "Historical database string purge" msgstr "Purga de cadenas de base de datos histórica" -#: ../../enterprise/meta/include/functions_meta.php:2523 -#: ../../extensions/dbmanager.php:93 ../../extensions/dbmanager.php:311 -#: ../../extensions/dbmanager.php:322 ../../godmode/menu.php:609 +#: ../../enterprise/meta/include/functions_meta.php:2523 ../../extensions/dbmanager.php:93 +#: ../../extensions/dbmanager.php:311 ../../extensions/dbmanager.php:322 +#: ../../godmode/menu.php:609 msgid "DB interface" msgstr "Interfaz de la BD" @@ -13470,15 +12796,13 @@ msgstr "Gestión de plugins" #: ../../enterprise/include/functions_policies.php:3874 #: ../../godmode/modules/manage_inventory_modules.php:45 #: ../../godmode/modules/manage_inventory_modules.php:58 -#: ../../godmode/modules/manage_inventory_modules_form.php:49 -#: ../../godmode/menu.php:291 +#: ../../godmode/modules/manage_inventory_modules_form.php:49 ../../godmode/menu.php:291 msgid "Inventory modules" msgstr "Módulos de inventario" #: ../../enterprise/meta/include/functions_components_meta.php:124 #: ../../enterprise/meta/include/functions_components_meta.php:164 -#: ../../godmode/servers/plugin_registration.php:105 -#: ../../godmode/servers/plugin.php:401 +#: ../../godmode/servers/plugin_registration.php:105 ../../godmode/servers/plugin.php:401 msgid "Plugin registration" msgstr "Registro de plugins" @@ -13507,8 +12831,7 @@ msgid "%s - the Flexible Monitoring System" msgstr "%s - Flexible Monitoring System" #: ../../enterprise/meta/include/functions_alerts_meta.php:137 -#: ../../enterprise/meta/include/functions_alerts_meta.php:172 -#: ../../godmode/menu.php:389 +#: ../../enterprise/meta/include/functions_alerts_meta.php:172 ../../godmode/menu.php:389 msgid "Commands" msgstr "Comandos" @@ -13524,8 +12847,7 @@ msgstr "Constructor de alertas" msgid "Alert Management" msgstr "Gestión de alertas" -#: ../../enterprise/meta/include/reset_pass.php:93 -#: ../../enterprise/include/reset_pass.php:187 +#: ../../enterprise/meta/include/reset_pass.php:93 ../../enterprise/include/reset_pass.php:187 msgid "User to reset password" msgstr "Usuario de la contraseña a resetear" @@ -13538,31 +12860,28 @@ msgstr "Restablecer la contraseña" #: ../../enterprise/meta/general/login_page.php:327 #: ../../enterprise/include/process_reset_pass.php:171 #: ../../enterprise/include/process_reset_pass.php:174 -#: ../../enterprise/include/reset_pass.php:295 -#: ../../enterprise/include/reset_pass.php:298 ../../include/functions_config.php:2849 -#: ../../include/functions_config.php:2901 ../../general/login_page.php:529 -#: ../../general/login_page.php:532 +#: ../../enterprise/include/reset_pass.php:295 ../../enterprise/include/reset_pass.php:298 +#: ../../include/functions_config.php:2849 ../../include/functions_config.php:2901 +#: ../../general/login_page.php:529 ../../general/login_page.php:532 msgid "ONE TOOL TO RULE THEM ALL" msgstr "UNA HERRAMIENTA PARA GOBERNARLOS A TODOS" #: ../../enterprise/meta/include/reset_pass.php:147 -#: ../../enterprise/meta/general/login_page.php:335 -#: ../../enterprise/include/reset_pass.php:285 ../../include/functions_config.php:2905 +#: ../../enterprise/meta/general/login_page.php:335 ../../enterprise/include/reset_pass.php:285 +#: ../../include/functions_config.php:2905 msgid "COMMAND CENTER" msgstr "CENTRO DE COMANDO" #: ../../enterprise/meta/include/reset_pass.php:165 -#: ../../enterprise/meta/include/reset_pass.php:168 -#: ../../enterprise/include/reset_pass.php:324 +#: ../../enterprise/meta/include/reset_pass.php:168 ../../enterprise/include/reset_pass.php:324 #: ../../enterprise/include/reset_pass.php:327 msgid "Reset password failed" msgstr "Error al restablecer la contraseña" #: ../../enterprise/meta/include/reset_pass.php:172 #: ../../enterprise/meta/general/login_page.php:368 -#: ../../enterprise/meta/general/login_page.php:410 -#: ../../enterprise/include/reset_pass.php:331 ../../general/login_page.php:575 -#: ../../general/login_page.php:647 +#: ../../enterprise/meta/general/login_page.php:410 ../../enterprise/include/reset_pass.php:331 +#: ../../general/login_page.php:575 ../../general/login_page.php:647 msgid "ERROR" msgstr "ERROR" @@ -13605,11 +12924,11 @@ msgstr "Dirección del nodo personalizada vacía" #: ../../enterprise/meta/include/functions_relations.php:208 #, php-format msgid "" -"The relation type: %s to %s -> %s was not saved. This relationship already exists in " -"the database" +"The relation type: %s to %s -> %s was not saved. This relationship already exists in the " +"database" msgstr "" -"El tipo de relación: %s a %s -> %s no se ha guardado. Esta relación ya existe en la " -"base de datos" +"El tipo de relación: %s a %s -> %s no se ha guardado. Esta relación ya existe en la base de " +"datos" #: ../../enterprise/meta/include/functions_relations.php:230 #, php-format @@ -13628,11 +12947,9 @@ msgstr "Error al eliminar la relación" msgid "Relation deleted successfully" msgstr "Relación eliminada con éxito" -#: ../../enterprise/meta/index.php:219 ../../enterprise/meta/index.php:223 -#: ../../index.php:1543 ../../index.php:1547 -#: ../../operation/visual_console/legacy_public_view.php:57 -#: ../../operation/visual_console/public_view.php:38 -#: ../../operation/agentes/stat_win.php:92 +#: ../../enterprise/meta/index.php:219 ../../enterprise/meta/index.php:223 ../../index.php:1543 +#: ../../index.php:1547 ../../operation/visual_console/legacy_public_view.php:57 +#: ../../operation/visual_console/public_view.php:38 ../../operation/agentes/stat_win.php:92 #: ../../operation/gis_maps/public_console.php:277 msgid "Connection with console has been lost" msgstr "Se ha perdido la conexión con la consola" @@ -13643,8 +12960,7 @@ msgstr "Estado de conexión: " #: ../../enterprise/meta/index.php:224 ../../index.php:1548 #: ../../operation/visual_console/legacy_public_view.php:58 -#: ../../operation/visual_console/public_view.php:39 -#: ../../operation/agentes/stat_win.php:93 +#: ../../operation/visual_console/public_view.php:39 ../../operation/agentes/stat_win.php:93 #: ../../operation/gis_maps/public_console.php:278 msgid "Connection to the console has been lost. Please check your internet connection." msgstr "Se ha perdido la conexión con la consola. Compruebe su conexión a Internet ." @@ -13662,8 +12978,8 @@ msgstr "El código no debería estar vacío" msgid "Expired login" msgstr "Inicio de sesión caducado" -#: ../../enterprise/meta/index.php:379 ../../enterprise/meta/index.php:385 -#: ../../index.php:412 ../../index.php:418 +#: ../../enterprise/meta/index.php:379 ../../enterprise/meta/index.php:385 ../../index.php:412 +#: ../../index.php:418 msgid "Login error" msgstr "Error de conexión" @@ -13719,8 +13035,8 @@ msgstr "Error al enviar el email" #, php-format msgid "System is not centralised, please go to %s to perform a database merge process." msgstr "" -"El sistema no está centralizado, vaya a %s para realizar un proceso de fusión de " -"bases de datos." +"El sistema no está centralizado, vaya a %s para realizar un proceso de fusión de bases de " +"datos." #: ../../enterprise/meta/index.php:1009 #, php-format @@ -13776,8 +13092,7 @@ msgstr "Agentes encontrados" #: ../../mobile/operation/agents.php:94 ../../mobile/operation/agents.php:405 #: ../../include/functions_reporting_html.php:813 #: ../../include/functions_reporting_html.php:2260 -#: ../../include/functions_reporting_html.php:4870 -#: ../../include/ajax/heatmap.ajax.php:468 +#: ../../include/functions_reporting_html.php:4870 ../../include/ajax/heatmap.ajax.php:468 #: ../../include/functions_massive_operations.php:219 #: ../../include/class/Diagnostics.class.php:832 #: ../../include/lib/Dashboard/Widgets/inventory.php:1067 @@ -13790,8 +13105,7 @@ msgstr "Agentes encontrados" msgid "OS" msgstr "SO" -#: ../../enterprise/meta/agentsearch.php:141 -#: ../../enterprise/godmode/reporting/aws_view.php:62 +#: ../../enterprise/meta/agentsearch.php:141 ../../enterprise/godmode/reporting/aws_view.php:62 #: ../../enterprise/include/ajax/vulnerabilities.ajax.php:789 #: ../../enterprise/include/functions_reporting_csv.php:576 #: ../../enterprise/include/class/Omnishell.class.php:648 @@ -13800,20 +13114,18 @@ msgstr "SO" #: ../../enterprise/operation/agentes/tag_view.php:762 #: ../../enterprise/operation/agentes/ver_agente.php:95 #: ../../extensions/users_connected.php:180 ../../godmode/users/user_list.php:514 -#: ../../godmode/agentes/planned_downtime.editor.php:1359 -#: ../../mobile/operation/agents.php:99 ../../mobile/operation/agents.php:418 -#: ../../mobile/operation/agents.php:420 ../../mobile/operation/agents.php:423 -#: ../../mobile/operation/agent.php:199 ../../include/functions_reporting_html.php:821 -#: ../../include/ajax/heatmap.ajax.php:484 ../../include/ajax/module.php:1081 -#: ../../include/functions_agents.php:4798 ../../include/functions_treeview.php:736 +#: ../../godmode/agentes/planned_downtime.editor.php:1359 ../../mobile/operation/agents.php:99 +#: ../../mobile/operation/agents.php:418 ../../mobile/operation/agents.php:420 +#: ../../mobile/operation/agents.php:423 ../../mobile/operation/agent.php:199 +#: ../../include/functions_reporting_html.php:821 ../../include/ajax/heatmap.ajax.php:484 +#: ../../include/ajax/module.php:1081 ../../include/functions_agents.php:4798 +#: ../../include/functions_treeview.php:736 #: ../../include/lib/Dashboard/Widgets/inventory.php:1069 #: ../../include/functions_events.php:4471 ../../operation/search_users.php:46 -#: ../../operation/search_agents.php:43 -#: ../../operation/agentes/log_sources_status.php:60 -#: ../../operation/agentes/estado_agente.php:1131 -#: ../../operation/agentes/ver_agente.php:1096 ../../operation/gis_maps/ajax.php:239 -#: ../../operation/gis_maps/ajax.php:349 ../../operation/gis_maps/ajax.php:466 -#: ../../operation/inventory/inventory.php:1333 +#: ../../operation/search_agents.php:43 ../../operation/agentes/log_sources_status.php:60 +#: ../../operation/agentes/estado_agente.php:1131 ../../operation/agentes/ver_agente.php:1096 +#: ../../operation/gis_maps/ajax.php:239 ../../operation/gis_maps/ajax.php:349 +#: ../../operation/gis_maps/ajax.php:466 ../../operation/inventory/inventory.php:1333 msgid "Last contact" msgstr "Último contacto" @@ -13826,20 +13138,17 @@ msgstr "No hay ningún agente en este grupo" msgid "Policies found" msgstr "Políticas encontradas" -#: ../../enterprise/meta/agentsearch.php:415 -#: ../../enterprise/godmode/policies/policies.php:548 +#: ../../enterprise/meta/agentsearch.php:415 ../../enterprise/godmode/policies/policies.php:548 #: ../../operation/search_policies.php:50 msgid "Policy updated" msgstr "Política actualizada" -#: ../../enterprise/meta/agentsearch.php:423 -#: ../../enterprise/godmode/policies/policies.php:556 +#: ../../enterprise/meta/agentsearch.php:423 ../../enterprise/godmode/policies/policies.php:556 #: ../../operation/search_policies.php:58 msgid "Pending update policy only database" msgstr "Pendiente de actualizar la política, solo para cambios en base de datos." -#: ../../enterprise/meta/agentsearch.php:431 -#: ../../enterprise/godmode/policies/policies.php:564 +#: ../../enterprise/meta/agentsearch.php:431 ../../enterprise/godmode/policies/policies.php:564 #: ../../operation/search_policies.php:66 msgid "Pending update policy" msgstr "Pendiente actualizar política" @@ -13872,8 +13181,7 @@ msgstr "Página generada en" msgid "You don't have access to this page" msgstr "No tienes permiso para acceder a esta página" -#: ../../enterprise/meta/general/metaconsole_no_activated.php:20 -#: ../../general/noaccess2.php:28 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:20 ../../general/noaccess2.php:28 msgid "No access" msgstr "Acceso denegado" @@ -13882,11 +13190,10 @@ 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. Contacta " -"con el administrador del sistema si necesitas asistencia.
" +"La Metaconsola necesita una activación previa desde una consola regular. Contacta con el " +"administrador del sistema si necesitas asistencia.
" -#: ../../enterprise/meta/general/header.php:76 -#: ../../enterprise/meta/general/header.php:82 +#: ../../enterprise/meta/general/header.php:76 ../../enterprise/meta/general/header.php:82 #: ../../enterprise/meta/general/main_header.php:529 #: ../../enterprise/meta/general/main_header.php:535 ../../general/header.php:70 #: ../../general/header.php:76 @@ -13913,20 +13220,18 @@ msgstr "Preparado" msgid "Configure autorefresh" msgstr "Configurar actualización automática" -#: ../../enterprise/meta/general/header.php:149 -#: ../../enterprise/meta/general/header.php:161 +#: ../../enterprise/meta/general/header.php:149 ../../enterprise/meta/general/header.php:161 #: ../../enterprise/meta/general/main_header.php:580 #: ../../enterprise/meta/general/main_header.php:592 ../../general/header.php:335 #: ../../general/header.php:354 msgid "Disabled autorefresh" msgstr "Actualización automática desactivada" -#: ../../enterprise/meta/general/header.php:271 -#: ../../enterprise/meta/general/header.php:273 -#: ../../enterprise/meta/general/main_header.php:546 -#: ../../mobile/include/functions_web.php:34 ../../mobile/include/ui.class.php:225 -#: ../../mobile/include/user.class.php:527 ../../mobile/operation/home.php:165 -#: ../../general/header.php:464 ../../general/header.php:466 +#: ../../enterprise/meta/general/header.php:271 ../../enterprise/meta/general/header.php:273 +#: ../../enterprise/meta/general/main_header.php:546 ../../mobile/include/functions_web.php:34 +#: ../../mobile/include/ui.class.php:225 ../../mobile/include/user.class.php:527 +#: ../../mobile/operation/home.php:165 ../../general/header.php:464 +#: ../../general/header.php:466 msgid "Logout" msgstr "Salir" @@ -13977,8 +13282,8 @@ msgstr "Visor de monitores" #: ../../enterprise/include/functions_reporting.php:64 #: ../../enterprise/include/functions_reporting.php:8267 #: ../../enterprise/include/functions_reporting.php:8293 -#: ../../godmode/reporting/visual_console_builder.php:967 -#: ../../include/functions_menu.php:620 ../../operation/visual_console/view.php:206 +#: ../../godmode/reporting/visual_console_builder.php:967 ../../include/functions_menu.php:620 +#: ../../operation/visual_console/view.php:206 #: ../../operation/visual_console/legacy_view.php:171 msgid "Wizard" msgstr "Asistente" @@ -14009,22 +13314,19 @@ msgstr "Plantillas de informes" #: ../../enterprise/meta/general/main_header.php:211 #: ../../enterprise/meta/general/main_menu.php:357 -#: ../../enterprise/include/functions_reporting.php:139 -#: ../../include/functions_menu.php:613 +#: ../../enterprise/include/functions_reporting.php:139 ../../include/functions_menu.php:613 msgid "Templates wizard" msgstr "Asistente de plantillas" #: ../../enterprise/meta/general/main_header.php:221 #: ../../enterprise/meta/general/main_menu.php:399 -#: ../../enterprise/meta/general/main_menu.php:400 -#: ../../enterprise/godmode/menu.php:121 +#: ../../enterprise/meta/general/main_menu.php:400 ../../enterprise/godmode/menu.php:121 #: ../../enterprise/godmode/services/services.massive.meta.php:40 #: ../../enterprise/godmode/services/services.service.php:525 #: ../../enterprise/godmode/services/services.elements.php:920 #: ../../enterprise/godmode/services/services.massive.elements.php:45 #: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:314 -#: ../../enterprise/include/functions_groups.php:65 -#: ../../enterprise/operation/menu.php:64 +#: ../../enterprise/include/functions_groups.php:65 ../../enterprise/operation/menu.php:64 #: ../../enterprise/operation/services/services.service.php:74 #: ../../enterprise/operation/services/massive/services.delete.php:54 #: ../../enterprise/operation/services/massive/services.create.php:616 @@ -14040,8 +13342,7 @@ msgstr "Asistente de plantillas" #: ../../enterprise/operation/services/services.table_services.php:67 #: ../../godmode/setup/demo.php:572 ../../godmode/setup/demo.php:609 #: ../../mobile/operation/home.php:101 ../../mobile/operation/services.php:123 -#: ../../operation/agentes/ver_agente.php:1835 -#: ../../general/first_task/service_list.php:38 +#: ../../operation/agentes/ver_agente.php:1835 ../../general/first_task/service_list.php:38 #: ../../general/first_task/service_list.php:41 msgid "Services" msgstr "Servicios" @@ -14103,10 +13404,8 @@ msgstr "Vista en vivo" #: ../../enterprise/godmode/agentes/plugins_manager.php:154 #: ../../enterprise/godmode/policies/policy_plugins.php:126 #: ../../godmode/modules/manage_network_components_form_common.php:55 -#: ../../godmode/users/configure_user.php:1368 -#: ../../godmode/netflow/nf_edit_form.php:296 -#: ../../godmode/alerts/alert_commands.php:187 -#: ../../godmode/alerts/alert_commands.php:224 +#: ../../godmode/users/configure_user.php:1368 ../../godmode/netflow/nf_edit_form.php:296 +#: ../../godmode/alerts/alert_commands.php:187 ../../godmode/alerts/alert_commands.php:224 #: ../../godmode/alerts/configure_alert_template.php:1048 #: ../../godmode/alerts/configure_alert_template.php:1093 #: ../../godmode/alerts/configure_alert_template.php:1257 @@ -14198,16 +13497,13 @@ msgstr "Registros de auditoría" #: ../../enterprise/godmode/reporting/mysql_builder.php:158 #: ../../godmode/reporting/create_container.php:205 #: ../../godmode/reporting/graph_builder.php:394 -#: ../../godmode/reporting/graph_container.php:118 -#: ../../godmode/reporting/graphs.php:129 -#: ../../godmode/reporting/manage_schedule.php:41 -#: ../../godmode/reporting/schedule.php:59 +#: ../../godmode/reporting/graph_container.php:118 ../../godmode/reporting/graphs.php:129 +#: ../../godmode/reporting/manage_schedule.php:41 ../../godmode/reporting/schedule.php:59 #: ../../godmode/reporting/reporting_builder.php:560 #: ../../godmode/reporting/reporting_builder.php:4042 #: ../../godmode/reporting/reporting_builder.php:4141 -#: ../../godmode/reporting/reporting_builder.php:4169 -#: ../../include/ajax/consoles.ajax.php:61 ../../operation/menu.php:456 -#: ../../operation/reporting/reporting_viewer.php:271 +#: ../../godmode/reporting/reporting_builder.php:4169 ../../include/ajax/consoles.ajax.php:61 +#: ../../operation/menu.php:456 ../../operation/reporting/reporting_viewer.php:271 #: ../../operation/reporting/custom_reporting.php:23 #: ../../operation/reporting/graph_viewer.php:304 #: ../../operation/reporting/graph_viewer.php:586 @@ -14215,43 +13511,40 @@ msgstr "Registros de auditoría" msgid "Reporting" msgstr "Informes" -#: ../../enterprise/meta/general/noaccesssaml.php:135 -#: ../../general/noaccesssaml.php:135 +#: ../../enterprise/meta/general/noaccesssaml.php:135 ../../general/noaccesssaml.php:135 msgid "" -"Access to this page is restricted to authorized users SAML only, please contact " -"system administrator if you need assistance." +"Access to this page is restricted to authorized users SAML only, please contact system " +"administrator if you need assistance." msgstr "" -"El acceso a esta página está restringido solo a los los usuarios SAML, póngase en " -"contacto con el administrador del sistema si necesita ayuda." +"El acceso a esta página está restringido solo a los los usuarios SAML, póngase en contacto " +"con el administrador del sistema si necesita ayuda." -#: ../../enterprise/meta/general/noaccesssaml.php:137 -#: ../../general/noaccesssaml.php:137 +#: ../../enterprise/meta/general/noaccesssaml.php:137 ../../general/noaccesssaml.php:137 #, php-format msgid "" -"Please make sure you have SAML authentication properly configured. For more " -"information the error to access this page are recorded in security logs of %s System " -"Database" +"Please make sure you have SAML authentication properly configured. For more information the " +"error to access this page are recorded in security logs of %s System Database" msgstr "" -"Asegúrese de que la autenticación SAML esta configurada correctamente. Para más " -"información, el error de acceso a esta página está grabado en los logs de seguridad " -"de la base de datos del sistema de %s" +"Asegúrese de que la autenticación SAML esta configurada correctamente. Para más información, " +"el error de acceso a esta página está grabado en los logs de seguridad de la base de datos " +"del sistema de %s" #: ../../enterprise/meta/general/noaccess.php:135 ../../general/noaccess.php:152 msgid "" "Access to this page is restricted to authorized users only, please contact system " "administrator if you need assistance." msgstr "" -"El acceso a esta página está restringido a usuarios autorizados, póngase en contacto " -"con el administrador del sistema si necesita ayuda." +"El acceso a esta página está restringido a usuarios autorizados, póngase en contacto con el " +"administrador del sistema si necesita ayuda." #: ../../enterprise/meta/general/noaccess.php:137 ../../general/noaccess.php:154 #, php-format msgid "" -"Please know that all attempts to access this page are recorded in security logs of " -"%s System Database" +"Please know that all attempts to access this page are recorded in security logs of %s System " +"Database" msgstr "" -"Todos los intentos de acceso a está página se grabarán en los logs de seguridad de " -"la base de datos del sistema de %s" +"Todos los intentos de acceso a está página se grabarán en los logs de seguridad de la base " +"de datos del sistema de %s" #: ../../enterprise/meta/general/main_menu.php:235 #: ../../operation/snmpconsole/snmp_browser.php:86 @@ -14264,15 +13557,14 @@ msgstr "Navegador SNMP" #: ../../enterprise/operation/agentes/ver_agente.php:230 #: ../../enterprise/operation/snmpconsole/snmp_view.php:23 #: ../../godmode/agentes/configurar_agente.php:481 -#: ../../godmode/agentes/configurar_agente.php:725 -#: ../../include/functions_reports.php:899 ../../include/functions_reports.php:906 -#: ../../include/functions_reports.php:913 ../../include/functions_reports.php:914 -#: ../../include/functions_reports.php:918 ../../include/functions_reporting.php:3292 +#: ../../godmode/agentes/configurar_agente.php:725 ../../include/functions_reports.php:899 +#: ../../include/functions_reports.php:906 ../../include/functions_reports.php:913 +#: ../../include/functions_reports.php:914 ../../include/functions_reports.php:918 +#: ../../include/functions_reporting.php:3292 #: ../../include/lib/Dashboard/Widgets/inventory.php:171 #: ../../include/lib/Dashboard/Widgets/inventory.php:1229 -#: ../../operation/agentes/ver_agente.php:1610 -#: ../../operation/agentes/ver_agente.php:2054 ../../operation/menu.php:203 -#: ../../operation/inventory/inventory.php:375 +#: ../../operation/agentes/ver_agente.php:1610 ../../operation/agentes/ver_agente.php:2054 +#: ../../operation/menu.php:203 ../../operation/inventory/inventory.php:375 msgid "Inventory" msgstr "Inventario" @@ -14281,8 +13573,7 @@ msgstr "Inventario" msgid "Events list" msgstr "Lista de eventos" -#: ../../enterprise/meta/general/main_menu.php:289 -#: ../../operation/events/events.php:1790 +#: ../../enterprise/meta/general/main_menu.php:289 ../../operation/events/events.php:1790 msgid "Sound Console" msgstr "Consola sonora" @@ -14305,8 +13596,7 @@ msgstr "Sin alertas" msgid "Silence alarm" msgstr "Silenciar alarma" -#: ../../enterprise/meta/general/main_menu.php:302 -#: ../../operation/events/events.php:2996 +#: ../../enterprise/meta/general/main_menu.php:302 ../../operation/events/events.php:2996 msgid "Sound Events" msgstr "Eventos sonoros" @@ -14317,8 +13607,7 @@ msgstr "Eventos sonoros" msgid "Custom SQL" msgstr "SQL personalizado" -#: ../../enterprise/meta/general/main_menu.php:388 -#: ../../operation/messages/message_list.php:86 +#: ../../enterprise/meta/general/main_menu.php:388 ../../operation/messages/message_list.php:86 #: ../../operation/messages/message_edit.php:98 ../../operation/menu.php:705 msgid "Messages" msgstr "Mensajes" @@ -14328,8 +13617,7 @@ msgstr "Mensajes" msgid "List of services" msgstr "Lista de servicios" -#: ../../enterprise/meta/general/main_menu.php:519 -#: ../../enterprise/godmode/menu.php:241 +#: ../../enterprise/meta/general/main_menu.php:519 ../../enterprise/godmode/menu.php:241 msgid "Event Alerts" msgstr "Alertas de eventos" @@ -14358,8 +13646,8 @@ msgstr "Herramienta de fusión" msgid "List of Links" msgstr "Lista de enlaces" -#: ../../enterprise/meta/general/main_menu.php:791 -#: ../../enterprise/godmode/menu.php:216 ../../enterprise/godmode/menu.php:220 +#: ../../enterprise/meta/general/main_menu.php:791 ../../enterprise/godmode/menu.php:216 +#: ../../enterprise/godmode/menu.php:220 msgid "Manage database HA" msgstr "Gestionar la base de datos de alta disponibilidad" @@ -14385,19 +13673,18 @@ msgstr "Documentos" msgid "Authentication code" msgstr "Código de autentificación" -#: ../../enterprise/meta/general/login_page.php:185 -#: ../../mobile/include/user.class.php:595 ../../general/login_page.php:395 +#: ../../enterprise/meta/general/login_page.php:185 ../../mobile/include/user.class.php:595 +#: ../../general/login_page.php:395 msgid "Check code" msgstr "Código de comprobación" #: ../../enterprise/meta/general/login_page.php:229 -#: ../../enterprise/meta/general/login_page.php:288 -#: ../../mobile/include/user.class.php:470 +#: ../../enterprise/meta/general/login_page.php:288 ../../mobile/include/user.class.php:470 msgid "Login" msgstr "Iniciar sesión" -#: ../../enterprise/meta/general/login_page.php:245 -#: ../../mobile/include/user.class.php:490 ../../general/login_page.php:318 +#: ../../enterprise/meta/general/login_page.php:245 ../../mobile/include/user.class.php:490 +#: ../../general/login_page.php:318 msgid "Login with SAML" msgstr "Entrar con SAML" @@ -14444,11 +13731,10 @@ msgstr "Error de inicio de sesión" msgid "Logged out" msgstr "Desconectado" -#: ../../enterprise/meta/general/login_page.php:436 -#: ../../mobile/include/user.class.php:361 ../../general/login_page.php:680 +#: ../../enterprise/meta/general/login_page.php:436 ../../mobile/include/user.class.php:361 +#: ../../general/login_page.php:680 #, php-format -msgid "" -"Your session has ended. Please close your browser window to close this %s session." +msgid "Your session has ended. Please close your browser window to close this %s session." msgstr "La sesión ha terminado. Cierre el navegador para cerrar la sesión de %s." #: ../../enterprise/load_enterprise.php:580 ../../godmode/setup/license.php:111 @@ -14477,15 +13763,12 @@ msgstr "Póngase en contacto con %s para obtener una licencia válida." msgid "Or disable %s enterprise" msgstr "O deshabilite %s Enterprise" -#: ../../enterprise/load_enterprise.php:773 -#: ../../enterprise/godmode/reporting/aws_view.php:186 +#: ../../enterprise/load_enterprise.php:773 ../../enterprise/godmode/reporting/aws_view.php:186 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3464 #: ../../godmode/setup/license.php:314 ../../godmode/wizards/Cloud.class.php:379 #: ../../mobile/operation/events.php:883 ../../include/class/SnmpConsole.class.php:460 -#: ../../include/class/SnmpConsole.class.php:518 -#: ../../include/class/SnmpConsole.class.php:867 -#: ../../operation/agentes/alerts_status.php:312 -#: ../../operation/agentes/alerts_status.php:466 +#: ../../include/class/SnmpConsole.class.php:518 ../../include/class/SnmpConsole.class.php:867 +#: ../../operation/agentes/alerts_status.php:312 ../../operation/agentes/alerts_status.php:466 #: ../../operation/agentes/alerts_status.php:480 msgid "Validate" msgstr "Validar" @@ -14496,22 +13779,21 @@ msgstr "Solicitar una nueva licencia" #: ../../enterprise/load_enterprise.php:877 msgid "" -"Metaconsole unreached

This node " -"has a metaconsole license and cannot contact with the metaconsole." +"Metaconsole unreached

This node has a " +"metaconsole license and cannot contact with the metaconsole." msgstr "" -"No se pudo conectar con la Metaconsola " -"

Este nodo tiene una licencia de Metaconsola pero no pudo establecer " -"contacto." +"No se pudo conectar con la Metaconsola

" +"Este nodo tiene una licencia de Metaconsola pero no pudo establecer contacto." #: ../../enterprise/load_enterprise.php:894 ../../enterprise/load_enterprise.php:900 #: ../../enterprise/load_enterprise.php:916 #, php-format msgid "" -"License exceeded

This license " -"allows %d agents and you have %d agents configured." +"License exceeded

This license allows %d " +"agents and you have %d agents configured." msgstr "" -"Ha excedido los términos de la licencia " -"

Esta licencia permite %d agentes y tiene %d agentes configurados." +"Ha excedido los términos de la licencia

" +"Esta licencia permite %d agentes y tiene %d agentes configurados." #: ../../enterprise/load_enterprise.php:895 ../../enterprise/load_enterprise.php:902 #: ../../enterprise/load_enterprise.php:911 ../../enterprise/load_enterprise.php:918 @@ -14525,34 +13807,33 @@ msgstr "Póngase en contacto con %s para ampliar la licencia." #: ../../enterprise/load_enterprise.php:946 ../../enterprise/load_enterprise.php:954 msgid "This console will work in limited mode. Enterprise features will not work." msgstr "" -"Esta consola funcionará en modo limitado. Las funcionalidades Enterprise no " -"funcionarán." +"Esta consola funcionará en modo limitado. Las funcionalidades Enterprise no funcionarán." #: ../../enterprise/load_enterprise.php:910 #, php-format msgid "" -"License exceeded

This license " -"allows %d agents and you have %d agents configured." +"License exceeded

This license allows %d " +"agents and you have %d agents configured." msgstr "" -"Licencia superada

Esta licencia " -"permite %d agentes y tiene %d agentes configurados." +"Licencia superada

Esta licencia permite " +"%d agentes y tiene %d agentes configurados." #: ../../enterprise/load_enterprise.php:929 #, php-format msgid "" -"License exceeded

This license " -"allows %d modules and you have %d modules configured." +"License exceeded

This license allows %d " +"modules and you have %d modules configured." msgstr "" -"Ha excedido los términos de la licencia " -"

Esta licencia permite %d módulos y tiene %d módulos configurados." +"Ha excedido los términos de la licencia

" +"Esta licencia permite %d módulos y tiene %d módulos configurados." #: ../../enterprise/load_enterprise.php:939 ../../enterprise/load_enterprise.php:945 msgid "" -"This license has expired.

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

You can not get " +"updates until you renew the license." msgstr "" -"Licencia caducada.

No podrás " -"actualizar Pandora FMS hasta que no renueves la licencia." +"Licencia caducada.

No podrás actualizar " +"Pandora FMS hasta que no renueves la licencia." #: ../../enterprise/load_enterprise.php:940 ../../enterprise/load_enterprise.php:947 #, php-format @@ -14567,13 +13848,13 @@ msgstr "Renovar" #: ../../enterprise/load_enterprise.php:961 #, php-format msgid "" -"This license is outside of support. " -"

This %s installation will continue working normally and without limitations, " -"but without support or updates." +"This license is outside of support.

This " +"%s installation will continue working normally and without limitations, but without support " +"or updates." msgstr "" -"Esta licencia no incluye soporte. " -"

La instalación de %s continuará funcionando con normalidad y sin límites, " -"pero sin soporte ni actualizaciones." +"Esta licencia no incluye soporte.

La " +"instalación de %s continuará funcionando con normalidad y sin límites, pero sin soporte ni " +"actualizaciones." #: ../../enterprise/extensions/disabled/check_acls.php:16 msgid "ACL users for this agent" @@ -14642,9 +13923,8 @@ msgstr "Gestión de sistemas" #: ../../enterprise/extensions/disabled/check_acls.php:63 #: ../../enterprise/extensions/disabled/check_acls.php:150 #: ../../enterprise/godmode/setup/setup_metaconsole.php:276 -#: ../../enterprise/godmode/servers/HA_cluster.php:205 -#: ../../godmode/users/user_list.php:517 ../../godmode/users/user_list.php:705 -#: ../../include/lib/TacticalView/elements/Alerts.php:210 +#: ../../enterprise/godmode/servers/HA_cluster.php:205 ../../godmode/users/user_list.php:517 +#: ../../godmode/users/user_list.php:705 ../../include/lib/TacticalView/elements/Alerts.php:210 #: ../../operation/search_users.php:62 msgid "Admin" msgstr "Administrador" @@ -14684,9 +13964,8 @@ msgstr "Vista VMware" #: ../../enterprise/tools/ipam/ipam.php:457 ../../extensions/extension_uploader.php:39 #: ../../extensions/api_checker.php:219 ../../extensions/db_status.php:34 #: ../../extensions/pandora_logs.php:95 ../../godmode/extensions.php:38 -#: ../../godmode/menu.php:543 ../../godmode/setup/news.php:39 -#: ../../godmode/setup/links.php:29 ../../godmode/setup/file_manager.php:56 -#: ../../include/class/EventSound.class.php:226 +#: ../../godmode/menu.php:543 ../../godmode/setup/news.php:39 ../../godmode/setup/links.php:29 +#: ../../godmode/setup/file_manager.php:56 ../../include/class/EventSound.class.php:226 #: ../../include/class/Diagnostics.class.php:166 msgid "Admin tools" msgstr "Herramientas administrativas" @@ -14756,15 +14035,12 @@ msgstr "Ir" #: ../../enterprise/extensions/resource_registration/functions.php:61 #, php-format msgid "Error create '%s' policy, the name exist and there aren't free name." -msgstr "" -"Error al crear la política '%s', el nombre ya existe. Ese nombre no está disponible." +msgstr "Error al crear la política '%s', el nombre ya existe. Ese nombre no está disponible." #: ../../enterprise/extensions/resource_registration/functions.php:69 #, php-format msgid "Warning create '%s' policy, the name exist, the policy have a name %s." -msgstr "" -"Política de advertencia '%s' creada, el nombre existe, la política tiene el nombre " -"%s." +msgstr "Política de advertencia '%s' creada, el nombre existe, la política tiene el nombre %s." #: ../../enterprise/extensions/resource_registration/functions.php:78 msgid "Error the policy haven't name." @@ -14921,20 +14197,19 @@ msgstr "Host ESX" #: ../../enterprise/operation/agentes/tag_view.php:1134 #: ../../enterprise/operation/agentes/tag_view.php:1140 #: ../../enterprise/operation/agentes/tag_view.php:1181 -#: ../../enterprise/operation/agentes/tag_view.php:1187 -#: ../../mobile/operation/modules.php:548 ../../mobile/operation/modules.php:571 -#: ../../mobile/operation/modules.php:622 ../../mobile/operation/modules.php:645 -#: ../../mobile/operation/services.php:427 ../../include/functions.php:1499 -#: ../../include/functions.php:1538 ../../include/functions_modules.php:2959 -#: ../../include/functions_modules.php:2965 ../../include/functions_modules.php:4320 -#: ../../include/functions_modules.php:4352 ../../include/functions_ui.php:4450 -#: ../../include/functions_ui.php:4526 ../../include/class/Tree.class.php:698 +#: ../../enterprise/operation/agentes/tag_view.php:1187 ../../mobile/operation/modules.php:548 +#: ../../mobile/operation/modules.php:571 ../../mobile/operation/modules.php:622 +#: ../../mobile/operation/modules.php:645 ../../mobile/operation/services.php:427 +#: ../../include/functions.php:1499 ../../include/functions.php:1538 +#: ../../include/functions_modules.php:2959 ../../include/functions_modules.php:2965 +#: ../../include/functions_modules.php:4320 ../../include/functions_modules.php:4352 +#: ../../include/functions_ui.php:4450 ../../include/functions_ui.php:4526 +#: ../../include/class/Tree.class.php:698 #: ../../include/lib/TacticalView/elements/Events.php:212 #: ../../include/lib/TacticalView/elements/Events.php:384 -#: ../../include/lib/TacticalView/elements/Agents.php:386 -#: ../../include/lib/Module.php:603 ../../include/functions_events.php:64 -#: ../../include/functions_events.php:116 ../../include/functions_events.php:231 -#: ../../operation/agentes/status_monitor.php:1825 +#: ../../include/lib/TacticalView/elements/Agents.php:386 ../../include/lib/Module.php:603 +#: ../../include/functions_events.php:64 ../../include/functions_events.php:116 +#: ../../include/functions_events.php:231 ../../operation/agentes/status_monitor.php:1825 #: ../../operation/agentes/status_monitor.php:1831 #: ../../operation/agentes/status_monitor.php:1929 #: ../../operation/agentes/status_monitor.php:1935 @@ -14965,10 +14240,9 @@ msgstr "NORMAL" #: ../../include/functions_ui.php:4536 ../../include/class/Tree.class.php:668 #: ../../include/lib/TacticalView/elements/Events.php:187 #: ../../include/lib/TacticalView/elements/Events.php:379 -#: ../../include/lib/TacticalView/elements/Agents.php:383 -#: ../../include/lib/Module.php:587 ../../include/functions_events.php:67 -#: ../../include/functions_events.php:120 ../../include/functions_events.php:216 -#: ../../operation/agentes/status_monitor.php:1839 +#: ../../include/lib/TacticalView/elements/Agents.php:383 ../../include/lib/Module.php:587 +#: ../../include/functions_events.php:67 ../../include/functions_events.php:120 +#: ../../include/functions_events.php:216 ../../operation/agentes/status_monitor.php:1839 #: ../../operation/agentes/status_monitor.php:1852 #: ../../operation/agentes/status_monitor.php:1945 #: ../../operation/agentes/status_monitor.php:1951 @@ -15001,10 +14275,9 @@ msgstr "CRÍTICO" #: ../../include/class/NetworkMap.class.php:2959 #: ../../include/lib/TacticalView/elements/Events.php:217 #: ../../include/lib/TacticalView/elements/Events.php:389 -#: ../../include/lib/TacticalView/elements/Agents.php:384 -#: ../../include/lib/Module.php:591 ../../include/functions_events.php:78 -#: ../../include/functions_events.php:112 ../../include/functions_events.php:234 -#: ../../operation/agentes/status_monitor.php:1860 +#: ../../include/lib/TacticalView/elements/Agents.php:384 ../../include/lib/Module.php:591 +#: ../../include/functions_events.php:78 ../../include/functions_events.php:112 +#: ../../include/functions_events.php:234 ../../operation/agentes/status_monitor.php:1860 #: ../../operation/agentes/status_monitor.php:1873 #: ../../operation/agentes/status_monitor.php:1961 #: ../../operation/agentes/status_monitor.php:1967 @@ -15026,19 +14299,18 @@ msgstr "ADVERTENCIA" #: ../../enterprise/operation/agentes/tag_view.php:1197 #: ../../enterprise/operation/agentes/tag_view.php:1203 #: ../../enterprise/operation/agentes/tag_view.php:1213 -#: ../../enterprise/operation/agentes/tag_view.php:1219 -#: ../../mobile/operation/modules.php:571 ../../mobile/operation/modules.php:579 -#: ../../mobile/operation/modules.php:587 ../../mobile/operation/modules.php:645 -#: ../../mobile/operation/modules.php:653 ../../mobile/operation/modules.php:661 -#: ../../mobile/operation/services.php:458 ../../include/functions.php:1503 -#: ../../include/functions.php:1529 ../../include/functions_modules.php:2965 -#: ../../include/functions_modules.php:2969 ../../include/functions_modules.php:2973 -#: ../../include/functions_modules.php:4332 ../../include/functions_ui.php:4463 -#: ../../include/functions_ui.php:4551 ../../include/class/Tree.class.php:682 -#: ../../include/lib/TacticalView/elements/Events.php:223 -#: ../../include/lib/Module.php:594 ../../include/functions_events.php:81 -#: ../../include/functions_events.php:125 ../../include/functions_events.php:237 -#: ../../operation/agentes/status_monitor.php:1881 +#: ../../enterprise/operation/agentes/tag_view.php:1219 ../../mobile/operation/modules.php:571 +#: ../../mobile/operation/modules.php:579 ../../mobile/operation/modules.php:587 +#: ../../mobile/operation/modules.php:645 ../../mobile/operation/modules.php:653 +#: ../../mobile/operation/modules.php:661 ../../mobile/operation/services.php:458 +#: ../../include/functions.php:1503 ../../include/functions.php:1529 +#: ../../include/functions_modules.php:2965 ../../include/functions_modules.php:2969 +#: ../../include/functions_modules.php:2973 ../../include/functions_modules.php:4332 +#: ../../include/functions_ui.php:4463 ../../include/functions_ui.php:4551 +#: ../../include/class/Tree.class.php:682 +#: ../../include/lib/TacticalView/elements/Events.php:223 ../../include/lib/Module.php:594 +#: ../../include/functions_events.php:81 ../../include/functions_events.php:125 +#: ../../include/functions_events.php:237 ../../operation/agentes/status_monitor.php:1881 #: ../../operation/agentes/status_monitor.php:1894 #: ../../operation/agentes/status_monitor.php:1929 #: ../../operation/agentes/status_monitor.php:1935 @@ -15190,9 +14462,7 @@ msgstr "VMware" #: ../../enterprise/extensions/vmware/vmware_view.php:1588 msgid "Some ESX Hosts are not up to date, please check VMware plugin configuration." -msgstr "" -"Algunos hosts ESX no están actualizados. Compruebe la configuración del plugin " -"VMware." +msgstr "Algunos hosts ESX no están actualizados. Compruebe la configuración del plugin VMware." #: ../../enterprise/extensions/vmware/vmware_view.php:1590 msgid "VMware plugin is working." @@ -15262,13 +14532,12 @@ msgstr "aquí" #: ../../enterprise/extensions/vmware/vmware_view.php:1896 #, php-format msgid "" -"This map is a quick representation of all your VMware entities detected. You can " -"create a custom VMware map by defining a network map based on your VMware discovery " -"task %s" +"This map is a quick representation of all your VMware entities detected. You can create a " +"custom VMware map by defining a network map based on your VMware discovery task %s" msgstr "" -"Este mapa es una representación rápida de todas las entidades VMWare detectadas. " -"Puede crear un mapa VMWare personalizado definiendo un mapa de red basado en sus " -"tareas de descubrimiento VMWare %s" +"Este mapa es una representación rápida de todas las entidades VMWare detectadas. Puede crear " +"un mapa VMWare personalizado definiendo un mapa de red basado en sus tareas de " +"descubrimiento VMWare %s" #: ../../enterprise/extensions/vmware/vmware_manager.php:227 msgid "Power Status: " @@ -15290,19 +14559,18 @@ msgstr "Exportar agentes" #: ../../enterprise/extensions/resource_exportation/functions.php:46 #: ../../enterprise/include/functions_reporting.php:8415 #: ../../godmode/resources/resources_export_import.php:207 -#: ../../operation/agentes/exportdata.php:470 -#: ../../operation/reporting/graph_analytics.php:696 +#: ../../operation/agentes/exportdata.php:470 ../../operation/reporting/graph_analytics.php:696 msgid "Export" msgstr "Exportar" #: ../../enterprise/extensions/csv_import_group.php:46 #, php-format msgid "" -"This node is configured with centralized mode. All group information is read only. " -"Go to %s to import the CSV." +"This node is configured with centralized mode. All group information is read only. Go to %s " +"to import the CSV." msgstr "" -"Este nodo se configura con el modo centralizado. Toda la información del grupo es de " -"solo lectura. Vaya a %s para importar el CSV." +"Este nodo se configura con el modo centralizado. Toda la información del grupo es de solo " +"lectura. Vaya a %s para importar el CSV." #: ../../enterprise/extensions/csv_import_group.php:61 msgid "Import groups with CSV file" @@ -15323,11 +14591,11 @@ msgstr "Tu clave es:" #: ../../enterprise/load_html_extra.php:206 #, php-format msgid "" -"You can activate it manually here or " -"automatically filling the form below:" +"You can activate it manually here or automatically " +"filling the form below:" msgstr "" -"Lo puedes activar manualmente aquí o " -"automáticamente rellenando el siguiente formulario:" +"Lo puedes activar manualmente aquí o automáticamente " +"rellenando el siguiente formulario:" #: ../../enterprise/load_html_extra.php:213 msgid "Auth Key:" @@ -15365,8 +14633,7 @@ msgstr "Generar eventos desconocidos" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2112 #: ../../enterprise/include/functions_reporting_csv.php:1310 #: ../../enterprise/operation/agentes/tag_view.php:174 -#: ../../enterprise/operation/agentes/ver_agente.php:53 -#: ../../extensions/agents_modules.php:478 +#: ../../enterprise/operation/agentes/ver_agente.php:53 ../../extensions/agents_modules.php:478 #: ../../godmode/modules/manage_network_components_form_common.php:115 #: ../../godmode/agentes/module_manager_editor_common.php:294 #: ../../godmode/massive/massive_edit_modules.php:1087 @@ -15374,17 +14641,14 @@ msgstr "Generar eventos desconocidos" #: ../../godmode/reporting/reporting_builder.item_editor.php:2261 #: ../../mobile/operation/modules.php:183 ../../mobile/operation/modules.php:184 #: ../../mobile/operation/modules.php:293 ../../mobile/operation/modules.php:294 -#: ../../mobile/operation/server_status.php:174 -#: ../../mobile/operation/server_status.php:175 -#: ../../include/functions_reporting_html.php:2428 -#: ../../include/ajax/heatmap.ajax.php:222 ../../include/ajax/heatmap.ajax.php:306 -#: ../../include/ajax/heatmap.ajax.php:431 ../../include/functions_graph.php:5002 -#: ../../include/functions_treeview.php:121 ../../include/functions_html.php:1664 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:328 +#: ../../mobile/operation/server_status.php:174 ../../mobile/operation/server_status.php:175 +#: ../../include/functions_reporting_html.php:2428 ../../include/ajax/heatmap.ajax.php:222 +#: ../../include/ajax/heatmap.ajax.php:306 ../../include/ajax/heatmap.ajax.php:431 +#: ../../include/functions_graph.php:5002 ../../include/functions_treeview.php:121 +#: ../../include/functions_html.php:1664 ../../include/lib/Dashboard/Widgets/heatmap.php:328 #: ../../include/functions_events.php:4560 ../../operation/heatmap.php:105 #: ../../operation/heatmap.php:107 ../../operation/agentes/status_monitor.php:868 -#: ../../operation/agentes/estado_monitores.php:619 -#: ../../operation/agentes/ver_agente.php:1225 +#: ../../operation/agentes/estado_monitores.php:619 ../../operation/agentes/ver_agente.php:1225 msgid "Module group" msgstr "Grupo del módulo" @@ -15396,9 +14660,8 @@ msgstr "Grupo del módulo" #: ../../godmode/massive/massive_edit_modules.php:1085 #: ../../godmode/reporting/reporting_builder.item_editor.php:4894 #: ../../include/ajax/heatmap.ajax.php:228 ../../include/functions_graph.php:4952 -#: ../../include/functions_treeview.php:115 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:338 ../../operation/heatmap.php:105 -#: ../../operation/agentes/status_monitor.php:582 +#: ../../include/functions_treeview.php:115 ../../include/lib/Dashboard/Widgets/heatmap.php:338 +#: ../../operation/heatmap.php:105 ../../operation/agentes/status_monitor.php:582 msgid "Not assigned" msgstr "Sin asignar" @@ -15437,9 +14700,8 @@ msgstr "El segundo rango dínámico falla: " #: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:511 #: ../../godmode/modules/manage_network_components_form_common.php:220 #: ../../godmode/modules/manage_network_components_form_wizard.php:406 -#: ../../godmode/massive/massive_edit_modules.php:757 -#: ../../include/functions_treeview.php:95 ../../include/functions_alerts.php:689 -#: ../../include/class/TreeService.class.php:448 +#: ../../godmode/massive/massive_edit_modules.php:757 ../../include/functions_treeview.php:95 +#: ../../include/functions_alerts.php:689 ../../include/class/TreeService.class.php:448 #: ../../include/class/TreeService.class.php:658 msgid "Warning status" msgstr "Estado advertencia" @@ -15460,10 +14722,9 @@ msgstr "Estado advertencia" #: ../../godmode/massive/massive_edit_modules.php:769 #: ../../godmode/massive/massive_edit_modules.php:1068 #: ../../godmode/alerts/configure_alert_template.php:952 -#: ../../include/functions_reporting_html.php:6744 -#: ../../include/functions_treeview.php:91 ../../include/functions_treeview.php:103 -#: ../../include/functions_alerts.php:686 ../../include/functions_alerts.php:713 -#: ../../include/lib/Dashboard/Widgets/top_n.php:303 +#: ../../include/functions_reporting_html.php:6744 ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:103 ../../include/functions_alerts.php:686 +#: ../../include/functions_alerts.php:713 ../../include/lib/Dashboard/Widgets/top_n.php:303 msgid "Min." msgstr "Mín." @@ -15483,10 +14744,9 @@ msgstr "Mín." #: ../../godmode/massive/massive_edit_modules.php:782 #: ../../godmode/massive/massive_edit_modules.php:1073 #: ../../godmode/alerts/configure_alert_template.php:965 -#: ../../include/functions_reporting_html.php:6745 -#: ../../include/functions_treeview.php:91 ../../include/functions_treeview.php:103 -#: ../../include/functions_alerts.php:685 ../../include/functions_alerts.php:712 -#: ../../include/lib/Dashboard/Widgets/top_n.php:302 +#: ../../include/functions_reporting_html.php:6745 ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:103 ../../include/functions_alerts.php:685 +#: ../../include/functions_alerts.php:712 ../../include/lib/Dashboard/Widgets/top_n.php:302 msgid "Max." msgstr "Máx." @@ -15503,8 +14763,8 @@ msgstr "Máx." #: ../../godmode/agentes/module_manager_editor_common.php:507 #: ../../godmode/agentes/module_manager_editor_common.php:606 #: ../../godmode/massive/massive_edit_modules.php:689 -#: ../../godmode/massive/massive_edit_modules.php:795 -#: ../../include/functions_treeview.php:89 ../../include/functions_treeview.php:101 +#: ../../godmode/massive/massive_edit_modules.php:795 ../../include/functions_treeview.php:89 +#: ../../include/functions_treeview.php:101 msgid "Str." msgstr "Str." @@ -15550,9 +14810,8 @@ msgstr "intervalos en estado de advertencia." #: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:602 #: ../../godmode/modules/manage_network_components_form_common.php:298 #: ../../godmode/modules/manage_network_components_form_wizard.php:491 -#: ../../godmode/massive/massive_edit_modules.php:851 -#: ../../include/functions_treeview.php:107 ../../include/functions_alerts.php:690 -#: ../../include/class/TreeService.class.php:444 +#: ../../godmode/massive/massive_edit_modules.php:851 ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:690 ../../include/class/TreeService.class.php:444 #: ../../include/class/TreeService.class.php:654 msgid "Critical status" msgstr "Estado crítico" @@ -15629,8 +14888,8 @@ msgstr "A crítico" #: ../../enterprise/include/functions_reporting_csv.php:2772 #: ../../godmode/modules/manage_network_components_form_common.php:406 #: ../../godmode/agentes/module_manager_editor_common.php:629 -#: ../../godmode/massive/massive_edit_modules.php:1292 -#: ../../mobile/operation/modules.php:860 ../../include/functions_reporting.php:5004 +#: ../../godmode/massive/massive_edit_modules.php:1292 ../../mobile/operation/modules.php:860 +#: ../../include/functions_reporting.php:5004 msgid "Historical data" msgstr "Histórico de datos" @@ -15645,11 +14904,11 @@ msgstr "FF tiempo de espera" #: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:995 #: ../../godmode/massive/massive_edit_modules.php:1278 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." +"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" +"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/godmode/modules/configure_local_component.php:565 msgid "This value can be set only in the async modules." @@ -15684,8 +14943,7 @@ msgstr "Cualquier valor por encima de este número será descartado." #: ../../godmode/modules/manage_network_components_form_network.php:249 #: ../../godmode/modules/manage_network_components_form_wmi.php:83 #: ../../godmode/agentes/module_manager_editor_common.php:1373 -#: ../../godmode/massive/massive_edit_modules.php:903 -#: ../../godmode/setup/snmp_wizard.php:43 +#: ../../godmode/massive/massive_edit_modules.php:903 ../../godmode/setup/snmp_wizard.php:43 msgid "Post process" msgstr "Posprocesado" @@ -15717,20 +14975,18 @@ msgstr "La última línea tiene que ser \"module_end\"." #: ../../enterprise/godmode/modules/configure_local_component.php:636 #: ../../enterprise/godmode/agentes/module_manager_editor_data.php:256 msgid "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to data " -"configuration" +"Name is missed. Please add a line with \"module_name yourmodulename\" to data configuration" msgstr "" -"Falta el nombre. Por favor, introduce una línea con \"module_name yourmodulename\" a " -"la configuración de datos." +"Falta el nombre. Por favor, introduce una línea con \"module_name yourmodulename\" a la " +"configuración de datos." #: ../../enterprise/godmode/modules/configure_local_component.php:637 #: ../../enterprise/godmode/agentes/module_manager_editor_data.php:257 msgid "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to data " -"configuration" +"Type is missed. Please add a line with \"module_type yourmoduletype\" to data configuration" msgstr "" -"Falta el tipo. Por favor, introduce una línea con \"module_type yourmoduletype\" a " -"la configuración de datos." +"Falta el tipo. Por favor, introduce una línea con \"module_type yourmoduletype\" a la " +"configuración de datos." #: ../../enterprise/godmode/modules/configure_local_component.php:638 #: ../../enterprise/godmode/agentes/module_manager_editor_data.php:258 @@ -15841,14 +15097,12 @@ msgid "Macros" msgstr "Macros" #: ../../enterprise/godmode/modules/configure_local_component.php:781 -#: ../../godmode/servers/plugin.php:634 -#: ../../include/class/ManageNetScanScripts.class.php:640 +#: ../../godmode/servers/plugin.php:634 ../../include/class/ManageNetScanScripts.class.php:640 msgid "Default value" msgstr "Valor por defecto" #: ../../enterprise/godmode/modules/configure_local_component.php:799 -#: ../../godmode/servers/plugin.php:693 -#: ../../include/class/ManageNetScanScripts.class.php:728 +#: ../../godmode/servers/plugin.php:693 ../../include/class/ManageNetScanScripts.class.php:728 msgid "Add macro" msgstr "Añadir macro" @@ -15879,8 +15133,7 @@ msgstr "Estado crítico" #: ../../godmode/modules/manage_network_components_form_common.php:844 #: ../../godmode/agentes/module_manager_editor_common.php:2350 msgid "Please introduce a maximum warning higher than the minimun warning" -msgstr "" -"Por favor, introduce un máximo de advertencia mayor que el mínimo de advertencia." +msgstr "Por favor, introduce un máximo de advertencia mayor que el mínimo de advertencia." #: ../../enterprise/godmode/modules/configure_local_component.php:1152 #: ../../godmode/modules/manage_network_components_form_common.php:845 @@ -15915,8 +15168,7 @@ msgstr "Creado correctamente desde %s" #: ../../godmode/modules/manage_nc_groups.php:109 #: ../../godmode/modules/manage_network_components.php:199 #: ../../godmode/modules/manage_network_components.php:426 -#: ../../godmode/users/configure_user.php:511 -#: ../../godmode/agentes/configurar_agente.php:364 +#: ../../godmode/users/configure_user.php:511 ../../godmode/agentes/configurar_agente.php:364 #: ../../godmode/agentes/configurar_agente.php:914 #: ../../godmode/agentes/planned_downtime.editor.php:650 #: ../../godmode/alerts/alert_commands.php:907 @@ -15925,8 +15177,7 @@ msgstr "Creado correctamente desde %s" #: ../../godmode/alerts/alert_list.php:185 ../../godmode/setup/news.php:84 #: ../../godmode/setup/gis.php:49 ../../godmode/setup/links.php:61 #: ../../godmode/reporting/reporting_builder.item_editor.php:7099 -#: ../../include/functions_alerts.php:2839 -#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_alerts.php:2839 ../../include/functions_planned_downtimes.php:113 #: ../../include/functions_planned_downtimes.php:887 #: ../../operation/agentes/pandora_networkmap.php:140 #: ../../operation/agentes/pandora_networkmap.php:389 @@ -15940,11 +15191,11 @@ msgstr "Gestión de componentes locales" #: ../../enterprise/godmode/modules/local_components.php:275 #, php-format msgid "" -"This node is configured with centralized mode. All local components are read only. " -"Go to %s to manage them." +"This node is configured with centralized mode. All local components are read only. Go to %s " +"to manage them." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../enterprise/godmode/modules/local_components.php:339 #: ../../enterprise/godmode/policies/policy_external_alerts.php:135 @@ -15971,10 +15222,9 @@ msgstr "Creado correctamente" #: ../../godmode/agentes/planned_downtime.editor.php:652 #: ../../godmode/alerts/configure_alert_command.php:150 #: ../../godmode/alerts/alert_templates.php:167 -#: ../../godmode/alerts/configure_alert_template.php:599 -#: ../../godmode/alerts/alert_list.php:95 ../../godmode/alerts/alert_list.php:389 -#: ../../godmode/setup/gis.php:41 ../../include/functions_alerts.php:2839 -#: ../../include/functions_planned_downtimes.php:123 +#: ../../godmode/alerts/configure_alert_template.php:599 ../../godmode/alerts/alert_list.php:95 +#: ../../godmode/alerts/alert_list.php:389 ../../godmode/setup/gis.php:41 +#: ../../include/functions_alerts.php:2839 ../../include/functions_planned_downtimes.php:123 #: ../../operation/agentes/pandora_networkmap.php:216 #: ../../operation/agentes/pandora_networkmap.php:538 msgid "Could not be updated" @@ -16022,10 +15272,8 @@ msgstr "Búsqueda de lista de concidencias por nombre, descripción o datos." #: ../../enterprise/include/class/NetworkConfigManager.class.php:704 #: ../../enterprise/include/class/NetworkConfigManager.class.php:940 #: ../../godmode/modules/manage_network_components.php:850 -#: ../../godmode/agentes/module_manager.php:1058 -#: ../../godmode/snmpconsole/snmp_alert.php:1989 -#: ../../godmode/snmpconsole/snmp_alert.php:1990 -#: ../../godmode/alerts/alert_actions.php:467 +#: ../../godmode/agentes/module_manager.php:1058 ../../godmode/snmpconsole/snmp_alert.php:1989 +#: ../../godmode/snmpconsole/snmp_alert.php:1990 ../../godmode/alerts/alert_actions.php:467 #: ../../godmode/alerts/alert_templates.php:464 #: ../../godmode/reporting/reporting_builder.php:1197 msgid "Duplicate" @@ -16045,11 +15293,11 @@ msgstr "Pinche en el botón de crear o actualizar para una correcta configuraci #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:98 msgid "" -"Cannot create autoconfiguration from read only console, please create from " -"metaconsole (centralized management)" +"Cannot create autoconfiguration from read only console, please create from metaconsole " +"(centralized management)" msgstr "" -"No se ha podido crear la autoconfiguración desde la consola exclusiva de lectura, " -"créela desde la Metaconsola (gestión centralizada)" +"No se ha podido crear la autoconfiguración desde la consola exclusiva de lectura, créela " +"desde la Metaconsola (gestión centralizada)" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:139 msgid "Cannot create autoconfiguration in metaconsole" @@ -16061,11 +15309,11 @@ msgstr "No se ha podido crear una autoconfiguración sin nombre" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:157 msgid "" -"Cannot udpate autoconfiguration from read only console, please create from " -"metaconsole (centralized management)" +"Cannot udpate autoconfiguration from read only console, please create from metaconsole " +"(centralized management)" msgstr "" -"No se ha podido actualizar la autoconfiguración desde la consola exclusiva de " -"lectura, créela desde la Metaconsola (gestión centralizada)" +"No se ha podido actualizar la autoconfiguración desde la consola exclusiva de lectura, " +"créela desde la Metaconsola (gestión centralizada)" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:194 msgid "Cannot update autoconfiguration" @@ -16074,11 +15322,11 @@ msgstr "No se ha podido actualizar la autoconfiguración" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:204 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:243 msgid "" -"Cannot modify autoconfiguration from read only console, please create from " -"metaconsole (centralized management)" +"Cannot modify autoconfiguration from read only console, please create from metaconsole " +"(centralized management)" msgstr "" -"No se ha podido crear la autoconfiguración desde la consola exclusiva de lectura, " -"créela desde la Metaconsola (gestión centralizada)" +"No se ha podido crear la autoconfiguración desde la consola exclusiva de lectura, créela " +"desde la Metaconsola (gestión centralizada)" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:304 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:93 @@ -16091,11 +15339,11 @@ msgstr "Lista de autoconfiguración de agentes" #: ../../godmode/modules/manage_inventory_modules.php:74 #, php-format msgid "" -"This console is not manager of this environment, please manage this feature from " -"centralized manager console. Go to %s to manage it." +"This console is not manager of this environment, please manage this feature from centralized " +"manager console. Go to %s to manage it." msgstr "" -"Esta consola no es el administrador de este entorno, administre esta función desde " -"la consola del administrador centralizado. Vaya a %s para gestionarlo." +"Esta consola no es el administrador de este entorno, administre esta función desde la " +"consola del administrador centralizado. Vaya a %s para gestionarlo." #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:373 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:146 @@ -16258,9 +15506,8 @@ msgstr "Lanzar script" #: ../../godmode/massive/massive_edit_modules.php:1346 #: ../../godmode/massive/massive_edit_modules.php:1369 #: ../../godmode/massive/massive_edit_modules.php:1526 -#: ../../godmode/massive/massive_edit_modules.php:1551 -#: ../../include/functions_html.php:1970 ../../include/functions_html.php:2071 -#: ../../include/functions_html.php:2211 +#: ../../godmode/massive/massive_edit_modules.php:1551 ../../include/functions_html.php:1970 +#: ../../include/functions_html.php:2071 ../../include/functions_html.php:2211 msgid "No change" msgstr "Sin cambios" @@ -16300,11 +15547,11 @@ msgstr "Bloque de configuración extra" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:818 msgid "" -"Put here any extra configuration you want to be applied to any new agent matching " -"previously defined rules" +"Put here any extra configuration you want to be applied to any new agent matching previously " +"defined rules" msgstr "" -"Añada cualquier configuración extra que desee que se aplique a cualquier agente " -"nuevo que coincida con las reglas definidas" +"Añada cualquier configuración extra que desee que se aplique a cualquier agente nuevo que " +"coincida con las reglas definidas" #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:870 #: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:910 @@ -16373,14 +15620,12 @@ msgstr "No hay autoconfiguraciones definidas" #: ../../enterprise/godmode/policies/policy_alerts.php:763 #: ../../enterprise/include/functions_HA_cluster.php:61 #: ../../enterprise/include/lib/Metaconsole/Node.php:1114 -#: ../../enterprise/include/lib/Metaconsole/Node.php:1115 -#: ../../godmode/extensions.php:290 ../../godmode/users/user_list.php:787 -#: ../../godmode/massive/massive_edit_users.php:527 +#: ../../enterprise/include/lib/Metaconsole/Node.php:1115 ../../godmode/extensions.php:290 +#: ../../godmode/users/user_list.php:787 ../../godmode/massive/massive_edit_users.php:527 #: ../../godmode/alerts/alert_list.list.php:931 #: ../../include/class/SatelliteAgent.class.php:426 #: ../../include/class/SatelliteAgent.class.php:1237 -#: ../../include/class/TipsWindow.class.php:485 -#: ../../include/class/TipsWindow.class.php:771 +#: ../../include/class/TipsWindow.class.php:485 ../../include/class/TipsWindow.class.php:771 #: ../../include/class/TipsWindow.class.php:938 msgid "Enable" msgstr "Activar" @@ -16391,9 +15636,8 @@ msgstr "Activar" #: ../../enterprise/godmode/policies/policy_alerts.php:755 #: ../../enterprise/include/functions_HA_cluster.php:58 #: ../../enterprise/include/lib/Metaconsole/Node.php:1140 -#: ../../enterprise/include/lib/Metaconsole/Node.php:1141 -#: ../../godmode/extensions.php:308 ../../godmode/users/user_list.php:782 -#: ../../godmode/massive/massive_edit_users.php:516 +#: ../../enterprise/include/lib/Metaconsole/Node.php:1141 ../../godmode/extensions.php:308 +#: ../../godmode/users/user_list.php:782 ../../godmode/massive/massive_edit_users.php:516 #: ../../godmode/alerts/alert_list.list.php:944 ../../include/functions.php:3499 #: ../../include/class/SatelliteAgent.class.php:426 #: ../../include/class/SatelliteAgent.class.php:1237 @@ -16414,8 +15658,7 @@ msgid "This collection has not been added to any agents" msgstr "Esta colección no ha sido añadida a ningún agente." #: ../../enterprise/godmode/agentes/configurar_agente.php:62 -#: ../../enterprise/godmode/menu.php:74 -#: ../../enterprise/operation/agentes/ver_agente.php:425 +#: ../../enterprise/godmode/menu.php:74 ../../enterprise/operation/agentes/ver_agente.php:425 #: ../../godmode/agentes/configurar_agente.php:720 msgid "Network config manager" msgstr "Administrador de configuración de red" @@ -16469,8 +15712,7 @@ msgstr "Mostrar archivos" #: ../../include/functions_reporting.php:3376 #: ../../include/lib/Dashboard/Widgets/inventory.php:815 #: ../../include/lib/Dashboard/Widgets/groups_status_map.php:345 -#: ../../operation/agentes/agent_inventory.php:334 -#: ../../operation/inventory/inventory.php:1079 +#: ../../operation/agentes/agent_inventory.php:334 ../../operation/inventory/inventory.php:1079 msgid "No data found." msgstr "No se encontraron datos." @@ -16600,8 +15842,7 @@ msgstr "Configuración del administrador" #: ../../enterprise/godmode/agentes/collections.data.php:272 #: ../../enterprise/godmode/agentes/collections.data.php:336 #: ../../include/lib/ITSM/Manager.php:1025 ../../include/functions_events.php:3295 -#: ../../include/functions_events.php:3583 -#: ../../operation/reporting/graph_analytics.php:740 +#: ../../include/functions_events.php:3583 ../../operation/reporting/graph_analytics.php:740 msgid "New" msgstr "Nuevo" @@ -16617,11 +15858,10 @@ msgstr "Collección actualizada con éxito" #: ../../enterprise/godmode/agentes/collections.editor.php:130 #: ../../enterprise/godmode/agentes/collections.php:176 #, php-format -msgid "" -"This console is not manager of this environment, please manage this feature from %s." +msgid "This console is not manager of this environment, please manage this feature from %s." msgstr "" -"La consola no administra este entorno, gestione esta funcionalidad desde el " -"administrador centralizado de %s." +"La consola no administra este entorno, gestione esta funcionalidad desde el administrador " +"centralizado de %s." #: ../../enterprise/godmode/agentes/collections.data.php:463 msgid "Please go to the metaconsole and apply this collection" @@ -16763,11 +16003,11 @@ msgstr "Eliminar configuración remota" #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:329 msgid "" -"Delete this conf file implies that for restore you must reactive remote config in " -"the local agent.

Are you sure?" +"Delete this conf file implies that for restore you must reactive remote config in the local " +"agent.

Are you sure?" msgstr "" -"Eliminar este archivo conf implica que para restaurar debe reactivar la " -"configuración remota en el agente local.

¿Está seguro?" +"Eliminar este archivo conf implica que para restaurar debe reactivar la configuración remota " +"en el agente local.

¿Está seguro?" #: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:339 msgid "Add Modules" @@ -16800,11 +16040,10 @@ msgid "Browser" msgstr "Explorador" #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:184 -msgid "" -"Support for IE and Edge browsers is experimental. Tests might not work as expected." +msgid "Support for IE and Edge browsers is experimental. Tests might not work as expected." msgstr "" -"El soporte para IE y navegadores Edge es experimental. Las pruebas podrían no " -"funcionar según lo esperado." +"El soporte para IE y navegadores Edge es experimental. Las pruebas podrían no funcionar " +"según lo esperado." #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:210 msgid "User data dir" @@ -16814,13 +16053,12 @@ msgstr "Directorio de datos de usuario" #, php-format msgid "Google Chrome only. Set user data dir, specify the full path %s." msgstr "" -"Solo Google Chrome. Establezca el directorio de datos, especifique la ruta completa " -"%s." +"Solo Google Chrome. Establezca el directorio de datos, especifique la ruta completa %s." #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:231 #: ../../godmode/tag/edit_tag.php:76 ../../include/functions_users.php:1097 -#: ../../include/class/TipsWindow.class.php:755 -#: ../../include/class/TipsWindow.class.php:922 ../../operation/search_users.php:47 +#: ../../include/class/TipsWindow.class.php:755 ../../include/class/TipsWindow.class.php:922 +#: ../../operation/search_users.php:47 msgid "Profile" msgstr "Perfil" @@ -16828,8 +16066,8 @@ msgstr "Perfil" #, php-format msgid "Google Chrome only. Use a custom profile, specify the full folder name %s." msgstr "" -"Solo Google Chrome. Utilice un perfil personalizado, especifique el nombre completo " -"de la carpeta %s." +"Solo Google Chrome. Utilice un perfil personalizado, especifique el nombre completo de la " +"carpeta %s." #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:252 msgid "Accept insecure certificates" @@ -16865,8 +16103,7 @@ msgstr "Pega el test de selenium, exportado como HTML, aquí" #: ../../enterprise/tools/ipam/ipam_vlan_config.php:55 #: ../../enterprise/tools/ipam/ipam_vlan_config.php:477 #: ../../enterprise/tools/ipam/ipam_vlan_config.php:784 -#: ../../godmode/groups/configure_group.php:253 -#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/groups/configure_group.php:253 ../../godmode/agentes/agent_manager.php:195 #: ../../godmode/agentes/module_manager_editor_common.php:768 #: ../../godmode/massive/massive_edit_agents.php:843 msgid "Custom ID" @@ -16883,11 +16120,10 @@ msgstr "Intervalo del agente x %s" #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:497 #: ../../godmode/agentes/module_manager.php:999 msgid "" -"The policy modules of data type will only update their intervals when policy is " -"applied." +"The policy modules of data type will only update their intervals when policy is applied." msgstr "" -"Los módulos de política de tipo dato solo actualizarán sus intervalos cuando la " -"política sea aplicada." +"Los módulos de política de tipo dato solo actualizarán sus intervalos cuando la política sea " +"aplicada." #: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:527 #: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:992 @@ -16952,9 +16188,8 @@ msgstr "Editor de mapas de red vacío" #: ../../operation/agentes/networkmap.dinamic.php:146 #: ../../operation/agentes/pandora_networkmap.editor.php:238 #: ../../operation/agentes/pandora_networkmap.php:705 -#: ../../operation/agentes/pandora_networkmap.view.php:2364 -#: ../../operation/menu.php:443 ../../operation/gis_maps/gis_map.php:47 -#: ../../operation/gis_maps/render_view.php:189 +#: ../../operation/agentes/pandora_networkmap.view.php:2364 ../../operation/menu.php:443 +#: ../../operation/gis_maps/gis_map.php:47 ../../operation/gis_maps/render_view.php:189 msgid "Topology maps" msgstr "Mapas topológicos" @@ -17044,8 +16279,7 @@ msgstr "archivo/s de configuración" #: ../../enterprise/godmode/agentes/manage_config_remote.php:175 msgid "Error copying config file/s: origin and destiny agent are the same." msgstr "" -"Error al copiar el archivo(s) de configuración: el agente de origen y destino es el " -"mismo." +"Error al copiar el archivo(s) de configuración: el agente de origen y destino es el mismo." #: ../../enterprise/godmode/agentes/manage_config_remote.php:268 msgid "Source Group" @@ -17065,11 +16299,11 @@ msgstr "Replicar configuración" #: ../../enterprise/godmode/agentes/manage_config_remote.php:342 msgid "" -"This process will copy the entire agent completely. If an agent_name is configured, " -"the agent monitoring will be lost." +"This process will copy the entire agent completely. If an agent_name is configured, the " +"agent monitoring will be lost." msgstr "" -"Este proceso copiará el agente por completo. Si ha configurado agent_name, se " -"perderá la monitorización del agente." +"Este proceso copiará el agente por completo. Si ha configurado agent_name, se perderá la " +"monitorización del agente." #: ../../enterprise/godmode/agentes/manage_config_remote.php:350 msgid "The action to be performed cannot be reversed. Are you sure to continue?" @@ -17099,19 +16333,18 @@ msgstr "Crear un módulo de análisis web nuevo" #: ../../enterprise/operation/agentes/policy_view.php:58 #, php-format msgid "" -"This node is configured with centralized mode. All policies information is read " -"only. Go to %s to manage it." +"This node is configured with centralized mode. All policies information is read only. Go to " +"%s to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../enterprise/godmode/policies/policy_plugins.php:56 msgid "" -"Successfully added to delete pending plugins. Will be deleted in the next policy " -"application." +"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." +"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:57 msgid "Cannot be added to delete pending plugins." @@ -17155,11 +16388,11 @@ msgstr "No hay plugins definidos" #: ../../enterprise/godmode/policies/policy_plugins.php:288 msgid "" -"Warning: you are exceeding the recommended number of elements of type \"Plugins\" in " -"the policy (" +"Warning: you are exceeding the recommended number of elements of type \"Plugins\" in the " +"policy (" msgstr "" -"Advertencia: ha excedido el número recomendado de elementos de tipo “Plugins” en la " -"política (" +"Advertencia: ha excedido el número recomendado de elementos de tipo “Plugins” en la política " +"(" #: ../../enterprise/godmode/policies/policy_plugins.php:289 #: ../../enterprise/godmode/policies/policy_alerts.php:795 @@ -17167,8 +16400,8 @@ msgstr "" #: ../../enterprise/godmode/policies/policy_external_alerts.php:723 #: ../../enterprise/godmode/policies/policy_inventory_modules.php:357 #: ../../enterprise/godmode/policies/policy_collections.php:389 -#: ../../include/ajax/double_auth.ajax.php:221 -#: ../../include/ajax/double_auth.ajax.php:313 ../../include/functions_register.php:188 +#: ../../include/ajax/double_auth.ajax.php:221 ../../include/ajax/double_auth.ajax.php:313 +#: ../../include/functions_register.php:188 msgid "Continue" msgstr "Continuar" @@ -17196,26 +16429,22 @@ msgid "Could not be disabled" msgstr "No se pudo desactivar" #: ../../enterprise/godmode/policies/policy_alerts.php:189 -#: ../../godmode/massive/massive_standby_alerts.php:132 -#: ../../godmode/alerts/alert_list.php:539 +#: ../../godmode/massive/massive_standby_alerts.php:132 ../../godmode/alerts/alert_list.php:539 msgid "Successfully set standby" msgstr "Modo standby activado" #: ../../enterprise/godmode/policies/policy_alerts.php:190 -#: ../../godmode/massive/massive_standby_alerts.php:132 -#: ../../godmode/alerts/alert_list.php:540 +#: ../../godmode/massive/massive_standby_alerts.php:132 ../../godmode/alerts/alert_list.php:540 msgid "Could not be set standby" msgstr "No se pudo establecer el modo standby" #: ../../enterprise/godmode/policies/policy_alerts.php:215 -#: ../../godmode/massive/massive_standby_alerts.php:102 -#: ../../godmode/alerts/alert_list.php:566 +#: ../../godmode/massive/massive_standby_alerts.php:102 ../../godmode/alerts/alert_list.php:566 msgid "Successfully set off standby" msgstr "Se ha desactivado el modo standby" #: ../../enterprise/godmode/policies/policy_alerts.php:216 -#: ../../godmode/massive/massive_standby_alerts.php:102 -#: ../../godmode/alerts/alert_list.php:567 +#: ../../godmode/massive/massive_standby_alerts.php:102 ../../godmode/alerts/alert_list.php:567 msgid "Could not be set off standby" msgstr "No se pudo desactivar el modo standby" @@ -17229,11 +16458,10 @@ msgstr " creado correctamente: " #: ../../enterprise/godmode/policies/policy_alerts.php:303 msgid "" -"Alerts could not be created for the following modules because they already have an " -"alert: " +"Alerts could not be created for the following modules because they already have an alert: " msgstr "" -"No se han podido crear las alertas para los siguientes módulos porque ya contienen " -"una alerta: " +"No se han podido crear las alertas para los siguientes módulos porque ya contienen una " +"alerta: " #: ../../enterprise/godmode/policies/policy_alerts.php:313 msgid " could not be created. " @@ -17242,11 +16470,10 @@ msgstr " no se ha podido crear. " #: ../../enterprise/godmode/policies/policy_alerts.php:323 #: ../../enterprise/godmode/policies/policy_external_alerts.php:157 msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next policy " -"application." +"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." +"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:348 #: ../../enterprise/godmode/policies/policy_external_alerts.php:212 @@ -17289,8 +16516,7 @@ msgstr "Acción añadida correctamente" #: ../../godmode/alerts/alert_list.builder.php:169 #: ../../godmode/reporting/reporting_builder.item_editor.php:241 #: ../../godmode/reporting/reporting_builder.item_editor.php:977 -#: ../../mobile/operation/alerts.php:349 -#: ../../include/functions_reporting_html.php:4658 +#: ../../mobile/operation/alerts.php:349 ../../include/functions_reporting_html.php:4658 #: ../../include/functions_reporting_html.php:4661 ../../include/functions_cron.php:690 #: ../../include/functions_treeview.php:444 ../../include/functions_treeview.php:485 #: ../../include/class/AgentsAlerts.class.php:359 @@ -17310,8 +16536,7 @@ msgstr "Siempre" #: ../../enterprise/godmode/policies/policy_alerts.php:511 #: ../../enterprise/godmode/policies/policy_external_alerts.php:510 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3668 -#: ../../godmode/alerts/alert_list.list.php:738 -#: ../../include/class/Diagnostics.class.php:1275 +#: ../../godmode/alerts/alert_list.list.php:738 ../../include/class/Diagnostics.class.php:1275 #: ../../include/class/Diagnostics.class.php:1279 msgid "On" msgstr "Activado" @@ -17347,11 +16572,11 @@ msgstr "Activar modo standby" #: ../../enterprise/godmode/policies/policy_alerts.php:794 msgid "" -"Warning: you are exceeding the recommended number of elements of type \"Alerts\" in " -"the policy (" +"Warning: you are exceeding the recommended number of elements of type \"Alerts\" in the " +"policy (" msgstr "" -"Advertencia: ha excedido el número recomendado de elementos de tipo “Alertas” en la " -"política (" +"Advertencia: ha excedido el número recomendado de elementos de tipo “Alertas” en la política " +"(" #: ../../enterprise/godmode/policies/policy_alerts.php:818 #: ../../enterprise/godmode/alerts/alert_inventory_builder.php:330 @@ -17367,17 +16592,15 @@ msgstr "Añadir alerta" #: ../../enterprise/godmode/alerts/alert_inventory_list.php:369 #: ../../enterprise/godmode/alerts/alert_inventory_list.php:478 #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:544 -#: ../../godmode/snmpconsole/snmp_alert.php:2026 -#: ../../godmode/alerts/alert_list.list.php:1020 -#: ../../godmode/alerts/alert_list.list.php:1031 -#: ../../godmode/alerts/alert_list.list.php:1291 ../../include/functions_ui.php:1636 -#: ../../operation/agentes/alerts_status.php:744 +#: ../../godmode/snmpconsole/snmp_alert.php:2026 ../../godmode/alerts/alert_list.list.php:1020 +#: ../../godmode/alerts/alert_list.list.php:1031 ../../godmode/alerts/alert_list.list.php:1291 +#: ../../include/functions_ui.php:1636 ../../operation/agentes/alerts_status.php:744 msgid "Add action" msgstr "Añadir acción" #: ../../enterprise/godmode/policies/configure_policy.php:60 -#: ../../enterprise/operation/services/services.list.php:670 -#: ../../operation/heatmap.php:75 ../../operation/heatmap.php:289 +#: ../../enterprise/operation/services/services.list.php:670 ../../operation/heatmap.php:75 +#: ../../operation/heatmap.php:289 msgid "Config" msgstr "Configuración" @@ -17387,11 +16610,9 @@ msgstr "Forzar aplicación" #: ../../enterprise/godmode/policies/configure_policy.php:151 msgid "" -"Force the creation of modules even if the software agent does not have remote " -"configuration" +"Force the creation of modules even if the software agent does not have remote configuration" msgstr "" -"Forzar la creación de módulos incluso si el agente software no tiene configuración " -"remota" +"Forzar la creación de módulos incluso si el agente software no tiene configuración remota" #: ../../enterprise/godmode/policies/configure_policy.php:156 msgid "Use secondary groups" @@ -17399,18 +16620,16 @@ msgstr "Usar grupos secundarios" #: ../../enterprise/godmode/policies/configure_policy.php:156 msgid "" -"Policy will be applied to those agents belonging to groups or secondary groups that " -"have been selected" +"Policy will be applied to those agents belonging to groups or secondary groups that have " +"been selected" msgstr "" -"La política se aplicará a aquellos agentes pertenecientes a grupos o grupos " -"secundarios que hayan sido seleccionados" +"La política se aplicará a aquellos agentes pertenecientes a grupos o grupos secundarios que " +"hayan sido seleccionados" #: ../../enterprise/godmode/policies/policy_modules.php:304 -msgid "" -"If you change this description, you must change into the text of Data configuration." +msgid "If you change this description, you must change into the text of Data configuration." msgstr "" -"Si cambias esta descripción, tienes que cambiarla en el texto de la configuración de " -"datos." +"Si cambias esta descripción, tienes que cambiarla en el texto de la configuración de datos." #: ../../enterprise/godmode/policies/policy_modules.php:384 msgid "Invalid module type." @@ -17453,32 +16672,28 @@ msgstr "El módulo no se pudo añadir." #: ../../enterprise/godmode/policies/policy_modules.php:1527 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, elige uno del combo del formulario." +msgstr "El tipo de datos en la configuración está vacío, elige uno del combo del formulario." #: ../../enterprise/godmode/policies/policy_modules.php:1531 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, elige uno del combo del " -"formulario." +"El nombre del módulo en la configuración está vacío, elige uno del combo del formulario." #: ../../enterprise/godmode/policies/policy_modules.php:1561 #: ../../enterprise/godmode/policies/policy_modules.php:1574 #: ../../enterprise/godmode/policies/policy_inventory_modules.php:171 msgid "" -"Successfully added to delete pending modules. Will be deleted in the next policy " -"application." +"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." +"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_modules.php:1565 msgid "Could not be added to deleted all modules." msgstr "No se pudo añadir a la lista para eliminar todos los módulos." #: ../../enterprise/godmode/policies/policy_modules.php:1625 -#: ../../godmode/agentes/configurar_agente.php:2404 -#: ../../include/functions_reports.php:1066 +#: ../../godmode/agentes/configurar_agente.php:2404 ../../include/functions_reports.php:1066 #, php-format msgid "copy of %s" msgstr "copia de %s" @@ -17499,8 +16714,7 @@ msgid "Could not be duplicated" msgstr "No se puede duplicar" #: ../../enterprise/godmode/policies/policy_modules.php:1729 -#: ../../godmode/agentes/module_manager.php:81 -#: ../../operation/agentes/estado_monitores.php:637 +#: ../../godmode/agentes/module_manager.php:81 ../../operation/agentes/estado_monitores.php:637 msgid "Show in hierachy mode" msgstr "Mostrar en modo jerarquía" @@ -17542,15 +16756,14 @@ msgstr "No hay módulos definidos" #: ../../enterprise/operation/log/log_viewer.php:1004 #: ../../enterprise/operation/log/log_viewer.php:1026 #: ../../enterprise/operation/services/services.treeview_services.php:201 -#: ../../godmode/groups/group_list.php:758 -#: ../../godmode/massive/massive_copy_modules.php:256 +#: ../../godmode/groups/group_list.php:758 ../../godmode/massive/massive_copy_modules.php:256 #: ../../godmode/massive/massive_operations.php:440 #: ../../godmode/massive/massive_add_profiles.php:295 #: ../../include/lib/Dashboard/Widgets/tree_view.php:595 #: ../../include/functions_events.php:4339 ../../operation/tree.php:375 #: ../../operation/reporting/reporting_viewer.php:420 -#: ../../operation/reporting/graph_viewer.php:468 -#: ../../operation/events/events.php:2834 ../../general/ui/agents_list.php:146 +#: ../../operation/reporting/graph_viewer.php:468 ../../operation/events/events.php:2834 +#: ../../general/ui/agents_list.php:146 msgid "Loading" msgstr "Cargando" @@ -17571,11 +16784,11 @@ msgstr "No se proporcionó ningún OID de SMTP." #: ../../enterprise/godmode/policies/policy_modules.php:2135 msgid "" -"Warning: you are exceeding the recommended number of elements of type \"Modules\" in " -"the policy (" +"Warning: you are exceeding the recommended number of elements of type \"Modules\" in the " +"policy (" msgstr "" -"Advertencia: ha excedido el número recomendado de elementos de tipo “Módulos” en la " -"política (" +"Advertencia: ha excedido el número recomendado de elementos de tipo “Módulos” en la política " +"(" #: ../../enterprise/godmode/policies/policy_modules.php:2296 msgid "Are you sure to copy modules into policy?\\n" @@ -17592,11 +16805,11 @@ msgstr "No hay políticas con este identificador" #: ../../enterprise/godmode/policies/policy_queue.php:80 #: ../../enterprise/godmode/policies/policy_agents.php:61 msgid "" -"Starting with Pandora FMS version 760, assigning an entire group to a policy will " -"apply it automatically to all the new agents added to that group." +"Starting with Pandora FMS version 760, assigning an entire group to a policy will apply it " +"automatically to all the new agents added to that group." msgstr "" -"A partir de Pandora FMS versión 760, la asignación de un grupo completo a una " -"política la aplicará automáticamente a todos los nuevos agentes añadidos a ese grupo." +"A partir de Pandora FMS versión 760, la asignación de un grupo completo a una política la " +"aplicará automáticamente a todos los nuevos agentes añadidos a ese grupo." #: ../../enterprise/godmode/policies/policy_queue.php:148 #, php-format @@ -17711,8 +16924,8 @@ msgstr "Resumen de cola" #: ../../enterprise/godmode/policies/policy_queue.php:636 #: ../../enterprise/godmode/alerts/alert_inventory_list.php:186 -#: ../../godmode/snmpconsole/snmp_alert.php:1816 -#: ../../godmode/alerts/alert_list.list.php:260 ../../operation/agentes/graphs.php:323 +#: ../../godmode/snmpconsole/snmp_alert.php:1816 ../../godmode/alerts/alert_list.list.php:260 +#: ../../operation/agentes/graphs.php:323 msgid "Toggle filter(s)" msgstr "Conmutar filtro(s)" @@ -17755,20 +16968,16 @@ msgstr "Gestión de políticas" #: ../../enterprise/godmode/policies/policies.php:231 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:423 -#: ../../godmode/alerts/alert_actions.php:132 -#: ../../godmode/alerts/alert_commands.php:971 -#: ../../godmode/reporting/map_builder.php:321 -#: ../../godmode/reporting/map_builder.php:328 -#: ../../godmode/reporting/reporting_builder.php:703 -#: ../../include/functions_agents.php:1080 +#: ../../godmode/alerts/alert_actions.php:132 ../../godmode/alerts/alert_commands.php:971 +#: ../../godmode/reporting/map_builder.php:321 ../../godmode/reporting/map_builder.php:328 +#: ../../godmode/reporting/reporting_builder.php:703 ../../include/functions_agents.php:1080 #: ../../include/functions_planned_downtimes.php:1021 msgid "Successfully copied" msgstr "Copia realizada correctamente" #: ../../enterprise/godmode/policies/policies.php:232 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:424 -#: ../../godmode/alerts/alert_actions.php:133 -#: ../../godmode/alerts/alert_commands.php:972 +#: ../../godmode/alerts/alert_actions.php:133 ../../godmode/alerts/alert_commands.php:972 #: ../../godmode/reporting/reporting_builder.php:704 #: ../../include/functions_planned_downtimes.php:1018 msgid "Could not be copied" @@ -17889,8 +17098,7 @@ msgstr "No hay alertas externas configuradas en esta política" #: ../../enterprise/godmode/policies/policy_external_alerts.php:655 #: ../../enterprise/include/ajax/policy.ajax.php:494 #: ../../godmode/massive/massive_add_action_alerts.php:253 -#: ../../godmode/alerts/alert_list.list.php:857 -#: ../../godmode/alerts/alert_list.builder.php:144 +#: ../../godmode/alerts/alert_list.list.php:857 ../../godmode/alerts/alert_list.builder.php:144 #: ../../include/ajax/alert_list.ajax.php:287 ../../include/functions_ui.php:1706 #: ../../include/class/AgentsAlerts.class.php:319 msgid "Number of alerts match from" @@ -17898,11 +17106,11 @@ msgstr "Número de alertas coincidentes con" #: ../../enterprise/godmode/policies/policy_external_alerts.php:722 msgid "" -"Warning: you are exceeding the recommended number of elements of type \"External " -"alerts\" in the policy (" +"Warning: you are exceeding the recommended number of elements of type \"External alerts\" in " +"the policy (" msgstr "" -"Advertencia: ha excedido el número recomendado de elementos de tipo “Alertas " -"externas” en la política (" +"Advertencia: ha excedido el número recomendado de elementos de tipo “Alertas externas” en la " +"política (" #: ../../enterprise/godmode/policies/policy_external_alerts.php:746 msgid "Add external alert" @@ -17945,11 +17153,11 @@ msgstr "No hay módulos de inventario definidos" #: ../../enterprise/godmode/policies/policy_inventory_modules.php:356 msgid "" -"Warning: you are exceeding the recommended number of elements of type \"Inventory " -"Modules\" in the policy (" +"Warning: you are exceeding the recommended number of elements of type \"Inventory Modules\" " +"in the policy (" msgstr "" -"Advertencia: ha excedido el número recomendado de elementos de tipo “Módulos de " -"inventario” en la política (" +"Advertencia: ha excedido el número recomendado de elementos de tipo “Módulos de inventario” " +"en la política (" #: ../../enterprise/godmode/policies/policy_inventory_modules.php:378 msgid "Inventory module" @@ -17957,11 +17165,9 @@ msgstr "Módulo de inventario" #: ../../enterprise/godmode/policies/policy_collections.php:118 msgid "" -"Successfully added to delete the collection. Will be deleted in the next policy " -"application." +"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." +"Añadido correctamente a la colección. Se eliminará en la próxima aplicación de política." #: ../../enterprise/godmode/policies/policy_collections.php:295 #: ../../enterprise/godmode/policies/policy_collections.php:356 @@ -17986,25 +17192,23 @@ msgstr "No hay colecciones a añadir disponibles" #: ../../enterprise/godmode/policies/policy_collections.php:388 msgid "" -"Warning: you are exceeding the recommended number of elements of type \"Collections" -"\" in the policy (" +"Warning: you are exceeding the recommended number of elements of type \"Collections\" in the " +"policy (" msgstr "" -"Advertencia: ha excedido el número recomendado de elementos de tipo “Colecciones” en " -"la política (" +"Advertencia: ha excedido el número recomendado de elementos de tipo “Colecciones” en la " +"política (" #: ../../enterprise/godmode/policies/policy_agents.php:101 #: ../../enterprise/operation/agentes/policy_manager.php:346 msgid "" -"Successfully added to delete pending agents. Will be deleted in the next policy " -"application." +"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." +"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:123 msgid "" -"Successfully added to delete pending groups. Will be deleted in the next policy " -"application." +"Successfully added to delete pending groups. Will be deleted in the next policy application." msgstr "" "Añadido correctamente para eliminar grupos pendientes. Se eliminará en la siguiente " "aplicación de política." @@ -18035,8 +17239,8 @@ msgid "" "Number of agents added to the policy concurrently is too large. This might cause the " "operation to fail or lead to performance issues." msgstr "" -"El número de agentes añadidos a la política simultáneamente es demasiado alto. Esto " -"podría causar fallos o problemas en el funcionamiento." +"El número de agentes añadidos a la política simultáneamente es demasiado alto. Esto podría " +"causar fallos o problemas en el funcionamiento." #: ../../enterprise/godmode/policies/policy_agents.php:288 msgid "Successfully added to policy" @@ -18063,8 +17267,7 @@ msgstr "No aplicado" #: ../../enterprise/operation/services/massive/services.create.php:719 #: ../../enterprise/operation/services/services.list.php:289 #: ../../enterprise/operation/services/services.table_services.php:253 -#: ../../godmode/massive/massive_edit_modules.php:1146 -#: ../../godmode/alerts/alert_view.php:423 +#: ../../godmode/massive/massive_edit_modules.php:1146 ../../godmode/alerts/alert_view.php:423 #: ../../godmode/reporting/reporting_builder.item_editor.php:3388 #: ../../include/functions_graph.php:5598 msgid "Mode" @@ -18094,8 +17297,7 @@ msgstr "Agentes en la política" #: ../../enterprise/godmode/policies/policy_agents.php:851 #: ../../enterprise/godmode/setup/setup_auth.php:251 #: ../../enterprise/godmode/setup/setup_auth.php:601 -#: ../../enterprise/godmode/setup/setup_auth.php:1670 -#: ../../extensions/module_groups.php:351 +#: ../../enterprise/godmode/setup/setup_auth.php:1670 ../../extensions/module_groups.php:351 #: ../../godmode/files_repo/files_repo_form.php:61 #: ../../godmode/reporting/visual_console_builder.wizard.php:386 #: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 @@ -18145,8 +17347,8 @@ msgstr "R." #: ../../enterprise/operation/agentes/policy_view.php:66 #: ../../enterprise/operation/agentes/policy_view.php:167 #: ../../enterprise/operation/agentes/policy_view.php:258 -#: ../../enterprise/operation/agentes/policy_view.php:263 -#: ../../mobile/operation/agents.php:407 ../../include/class/AuditLog.class.php:172 +#: ../../enterprise/operation/agentes/policy_view.php:263 ../../mobile/operation/agents.php:407 +#: ../../include/class/AuditLog.class.php:172 msgid "S." msgstr "S." @@ -18231,11 +17433,11 @@ msgstr "T." #: ../../enterprise/godmode/policies/policy.php:61 msgid "" -"Some features of policy management are disabled because an instance of DB Tool is " -"running on a node." +"Some features of policy management are disabled because an instance of DB Tool is running on " +"a node." msgstr "" -"Algunas características de la gestión de políticas están deshabilitadas porque se " -"está ejecutando una instancia de la herramienta de la base de datos en un nodo." +"Algunas características de la gestión de políticas están deshabilitadas porque se está " +"ejecutando una instancia de la herramienta de la base de datos en un nodo." #: ../../enterprise/godmode/policies/policy.php:115 #: ../../enterprise/include/functions_policies.php:3953 @@ -18277,21 +17479,18 @@ msgstr "OID personalizado" #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:410 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2287 #: ../../enterprise/include/functions_reporting_csv.php:2984 -#: ../../enterprise/include/functions_reporting_csv.php:2998 -#: ../../godmode/setup/news.php:291 ../../godmode/setup/setup_visuals.php:1886 +#: ../../enterprise/include/functions_reporting_csv.php:2998 ../../godmode/setup/news.php:291 +#: ../../godmode/setup/setup_visuals.php:1886 #: ../../godmode/reporting/reporting_builder.item_editor.php:2899 #: ../../include/functions_reports.php:856 ../../include/class/TipsWindow.class.php:484 -#: ../../include/class/TipsWindow.class.php:767 -#: ../../include/class/TipsWindow.class.php:934 -#: ../../include/functions_reporting.php:7894 -#: ../../include/lib/Dashboard/Widgets/post.php:214 +#: ../../include/class/TipsWindow.class.php:767 ../../include/class/TipsWindow.class.php:934 +#: ../../include/functions_reporting.php:7894 ../../include/lib/Dashboard/Widgets/post.php:214 msgid "Text" msgstr "Texto" #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:44 #: ../../enterprise/operation/snmpconsole/snmp_view.php:82 -#: ../../enterprise/operation/menu.php:151 -#: ../../include/class/SnmpConsole.class.php:928 +#: ../../enterprise/operation/menu.php:151 ../../include/class/SnmpConsole.class.php:928 #: ../../include/class/SnmpConsole.class.php:929 msgid "SNMP trap editor" msgstr "Editor de traps SNMP" @@ -18352,8 +17551,8 @@ msgstr "Actualizar MIB" #: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:394 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." +"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 archivos MIB se cargarán; se buscaron las definiciones de trap SNMP. ¡No serán " "instalados en el sistema! Puedes usar el cargador de MIB para instalarlos." @@ -18381,8 +17580,7 @@ msgstr "Operaciones Satélite" msgid "Duplicate config" msgstr "Duplicar configuración" -#: ../../enterprise/godmode/menu.php:92 -#: ../../enterprise/include/functions_policies.php:3830 +#: ../../enterprise/godmode/menu.php:92 ../../enterprise/include/functions_policies.php:3830 msgid "Manage policies" msgstr "Gestionar políticas" @@ -18420,8 +17618,7 @@ msgstr "Nueva tarea de consola" msgid "Enterprise ACL Setup" msgstr "Configuración ACL Enterprise" -#: ../../enterprise/godmode/menu.php:189 -#: ../../enterprise/godmode/setup/setup_skins.php:40 +#: ../../enterprise/godmode/menu.php:189 ../../enterprise/godmode/setup/setup_skins.php:40 msgid "Skins" msgstr "Apariencia" @@ -18429,8 +17626,7 @@ msgstr "Apariencia" msgid "Translate String" msgstr "Palabra a traducir " -#: ../../enterprise/godmode/menu.php:231 -#: ../../enterprise/godmode/servers/manage_export.php:60 +#: ../../enterprise/godmode/menu.php:231 ../../enterprise/godmode/servers/manage_export.php:60 #: ../../enterprise/godmode/servers/manage_export_form.php:76 msgid "Export targets" msgstr "Servidores de exportación" @@ -18443,15 +17639,13 @@ msgstr "Colector de logs" msgid "Password policy" msgstr "Política de contraseñas" -#: ../../enterprise/godmode/menu.php:279 -#: ../../enterprise/include/functions_setup.php:44 +#: ../../enterprise/godmode/menu.php:279 ../../enterprise/include/functions_setup.php:44 #: ../../enterprise/include/functions_setup.php:108 ../../godmode/extensions.php:161 #: ../../godmode/setup/setup.php:367 msgid "Enterprise" msgstr "Enterprise" -#: ../../enterprise/godmode/menu.php:292 -#: ../../enterprise/include/class/Omnishell.class.php:601 +#: ../../enterprise/godmode/menu.php:292 ../../enterprise/include/class/Omnishell.class.php:601 #: ../../enterprise/include/class/Omnishell.class.php:1635 #: ../../enterprise/operation/agentes/ver_agente.php:274 #: ../../general/first_task/omnishell.php:31 ../../general/first_task/omnishell.php:34 @@ -18468,8 +17662,7 @@ msgstr "IPAM" msgid "Module Library" msgstr "Biblioteca de módulos" -#: ../../enterprise/godmode/menu.php:323 -#: ../../enterprise/godmode/alerts/alert_inventory.php:88 +#: ../../enterprise/godmode/menu.php:323 ../../enterprise/godmode/alerts/alert_inventory.php:88 #: ../../enterprise/godmode/alerts/alert_inventory.php:107 msgid "Inventory alerts" msgstr "Alertas de inventario" @@ -18609,21 +17802,19 @@ msgstr "a políticas" #: ../../godmode/massive/massive_edit_agents.php:1439 #: ../../godmode/massive/massive_delete_alerts.php:389 msgid "" -"Unsucessful sending the data, please contact with your administrator or make with " -"less elements." +"Unsucessful sending the data, please contact with your administrator or make with less " +"elements." msgstr "" -"Error al enviar los datos. Por favor, contacta con el administrador o inténtalo con " -"menos elementos." +"Error al enviar los datos. Por favor, contacta con el administrador o inténtalo con menos " +"elementos." #: ../../enterprise/godmode/massive/massive_add_modules_policy.php:372 -#: ../../godmode/massive/massive_copy_modules.php:585 -#: ../../include/functions_agents.php:898 +#: ../../godmode/massive/massive_copy_modules.php:585 ../../include/functions_agents.php:898 msgid "No source agent to copy" msgstr "No hay agente de origen del que copiar" #: ../../enterprise/godmode/massive/massive_add_modules_policy.php:377 -#: ../../godmode/massive/massive_copy_modules.php:598 -#: ../../include/functions_agents.php:929 +#: ../../godmode/massive/massive_copy_modules.php:598 ../../include/functions_agents.php:929 msgid "No modules have been selected" msgstr "No se ha seleccionado ningún módulo" @@ -18696,40 +17887,35 @@ msgstr "No ha habido cambios." #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -#: ../../godmode/snmpconsole/snmp_alert.php:41 -#: ../../include/class/SnmpConsole.class.php:319 +#: ../../godmode/snmpconsole/snmp_alert.php:41 ../../include/class/SnmpConsole.class.php:319 #: ../../include/class/SnmpConsole.class.php:1383 msgid "Cold start (0)" msgstr "Inicio cero (0)" #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -#: ../../godmode/snmpconsole/snmp_alert.php:42 -#: ../../include/class/SnmpConsole.class.php:320 +#: ../../godmode/snmpconsole/snmp_alert.php:42 ../../include/class/SnmpConsole.class.php:320 #: ../../include/class/SnmpConsole.class.php:1387 msgid "Warm start (1)" msgstr "Comienzo de inicio (1)" #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -#: ../../godmode/snmpconsole/snmp_alert.php:43 -#: ../../include/class/SnmpConsole.class.php:321 +#: ../../godmode/snmpconsole/snmp_alert.php:43 ../../include/class/SnmpConsole.class.php:321 #: ../../include/class/SnmpConsole.class.php:1391 msgid "Link down (2)" msgstr "Enlace interrumpido (2)" #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -#: ../../godmode/snmpconsole/snmp_alert.php:44 -#: ../../include/class/SnmpConsole.class.php:322 +#: ../../godmode/snmpconsole/snmp_alert.php:44 ../../include/class/SnmpConsole.class.php:322 #: ../../include/class/SnmpConsole.class.php:1395 msgid "Link up (3)" msgstr "Enlace activo (3)" #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 -#: ../../godmode/snmpconsole/snmp_alert.php:45 -#: ../../include/class/SnmpConsole.class.php:323 +#: ../../godmode/snmpconsole/snmp_alert.php:45 ../../include/class/SnmpConsole.class.php:323 #: ../../include/class/SnmpConsole.class.php:1399 msgid "Authentication failure (4)" msgstr "Fallo de autentificación (4)" @@ -18738,15 +17924,14 @@ msgstr "Fallo de autentificación (4)" #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:35 #: ../../enterprise/godmode/setup/setup_acl.php:530 #: ../../enterprise/godmode/setup/setup_acl.php:534 -#: ../../enterprise/include/class/Aws.cloud.php:348 -#: ../../extensions/api_checker.php:313 ../../godmode/groups/configure_group.php:268 -#: ../../godmode/users/configure_user.php:63 ../../godmode/users/user_management.php:46 -#: ../../godmode/snmpconsole/snmp_alert.php:46 +#: ../../enterprise/include/class/Aws.cloud.php:348 ../../extensions/api_checker.php:313 +#: ../../godmode/groups/configure_group.php:268 ../../godmode/users/configure_user.php:63 +#: ../../godmode/users/user_management.php:46 ../../godmode/snmpconsole/snmp_alert.php:46 #: ../../godmode/massive/massive_edit_users.php:278 ../../include/auth/mysql.php:810 #: ../../include/functions_graph.php:3439 ../../include/class/SnmpConsole.class.php:324 #: ../../include/class/SnmpConsole.class.php:1376 -#: ../../include/class/SnmpConsole.class.php:1403 -#: ../../operation/users/user_edit.php:471 ../../operation/gis_maps/render_view.php:168 +#: ../../include/class/SnmpConsole.class.php:1403 ../../operation/users/user_edit.php:471 +#: ../../operation/gis_maps/render_view.php:168 msgid "Other" msgstr "Otros" @@ -18770,18 +17955,17 @@ msgstr "Seleccione una alerta SNMP" #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:198 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:263 msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), Single " -"value, each Custom OIDs/Datas." +"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/Datos personalizado." +"Búsqueda por descripción de los campos, OIS, Valores personalizados, Agentes (IP) SNMP, " +"Valor único, cada OIDs/Datos personalizado." #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:202 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:267 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:310 -#: ../../godmode/snmpconsole/snmp_alert.php:867 -#: ../../godmode/snmpconsole/snmp_alert.php:1761 ../../include/functions_snmp.php:433 -#: ../../include/class/SnmpConsole.class.php:419 +#: ../../godmode/snmpconsole/snmp_alert.php:867 ../../godmode/snmpconsole/snmp_alert.php:1761 +#: ../../include/functions_snmp.php:433 ../../include/class/SnmpConsole.class.php:419 msgid "Trap type" msgstr "Clase de trap" @@ -18819,8 +18003,7 @@ msgstr "Valor/OID personalizado" #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:308 #: ../../godmode/snmpconsole/snmp_trap_generator.php:138 -#: ../../godmode/snmpconsole/snmp_alert.php:816 -#: ../../godmode/snmpconsole/snmp_alert.php:1900 +#: ../../godmode/snmpconsole/snmp_alert.php:816 ../../godmode/snmpconsole/snmp_alert.php:1900 #: ../../include/class/SnmpConsole.class.php:278 msgid "SNMP Agent" msgstr "Agente SNMP" @@ -18848,8 +18031,7 @@ msgid "Other value" msgstr "Otros valores" #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:337 -#: ../../godmode/snmpconsole/snmp_alert.php:1655 -#: ../../godmode/snmpconsole/snmp_alert.php:1895 +#: ../../godmode/snmpconsole/snmp_alert.php:1655 ../../godmode/snmpconsole/snmp_alert.php:1895 #: ../../godmode/reporting/reporting_builder.list_items.php:373 #: ../../godmode/reporting/reporting_builder.list_items.php:718 #: ../../godmode/reporting/reporting_builder.list_items.php:780 @@ -18929,20 +18111,18 @@ msgstr "Dinámico máximo" #: ../../godmode/massive/massive_edit_modules.php:1293 #: ../../godmode/massive/massive_edit_modules.php:1327 #: ../../godmode/massive/massive_edit_modules.php:1371 -#: ../../godmode/massive/massive_edit_modules.php:1553 -#: ../../godmode/alerts/alert_view.php:135 ../../godmode/alerts/alert_view.php:265 -#: ../../godmode/alerts/alert_view.php:368 ../../godmode/setup/news.php:389 -#: ../../godmode/reporting/reporting_builder.php:1089 +#: ../../godmode/massive/massive_edit_modules.php:1553 ../../godmode/alerts/alert_view.php:135 +#: ../../godmode/alerts/alert_view.php:265 ../../godmode/alerts/alert_view.php:368 +#: ../../godmode/setup/news.php:389 ../../godmode/reporting/reporting_builder.php:1089 #: ../../godmode/reporting/visual_console_builder.wizard.php:411 #: ../../godmode/reporting/visual_console_builder.wizard.php:520 #: ../../godmode/servers/modificar_server.php:191 ../../mobile/operation/events.php:358 -#: ../../mobile/operation/events.php:366 -#: ../../include/functions_reporting_html.php:2324 ../../include/functions_cron.php:685 -#: ../../include/functions_profile.php:305 ../../include/functions_snmp.php:382 -#: ../../include/class/EventSound.class.php:348 -#: ../../include/class/SnmpConsole.class.php:406 -#: ../../include/functions_events.php:5081 ../../include/functions_events.php:5086 -#: ../../operation/users/user_edit.php:431 ../../operation/netflow/nf_live_view.php:403 +#: ../../mobile/operation/events.php:366 ../../include/functions_reporting_html.php:2324 +#: ../../include/functions_cron.php:685 ../../include/functions_profile.php:305 +#: ../../include/functions_snmp.php:382 ../../include/class/EventSound.class.php:348 +#: ../../include/class/SnmpConsole.class.php:406 ../../include/functions_events.php:5081 +#: ../../include/functions_events.php:5086 ../../operation/users/user_edit.php:431 +#: ../../operation/netflow/nf_live_view.php:403 msgid "No" msgstr "No" @@ -18956,12 +18136,11 @@ msgstr "MADE habilitado" #: ../../godmode/agentes/module_manager_editor_common.php:1401 #: ../../godmode/massive/massive_edit_modules.php:921 msgid "" -"By activating this option, the module data will be processed by the MADE engine (if " -"active), and events will be generated automatically by the IA engine" +"By activating this option, the module data will be processed by the MADE engine (if active), " +"and events will be generated automatically by the IA engine" msgstr "" -"Al activar esta opción, los datos del módulo se procesarán a través del motor MADE " -"(si está activado), y los eventos se generarán automáticamente mediante el motor de " -"la IA" +"Al activar esta opción, los datos del módulo se procesarán a través del motor MADE (si está " +"activado), y los eventos se generarán automáticamente mediante el motor de la IA" #: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:764 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:269 @@ -18985,8 +18164,7 @@ msgstr "SNMP OID" #: ../../godmode/agentes/module_manager_editor_wmi.php:92 #: ../../godmode/agentes/module_manager_editor_network.php:82 #: ../../godmode/massive/massive_edit_modules.php:967 -#: ../../include/class/AgentWizard.class.php:633 -#: ../../include/functions_snmp_browser.php:731 +#: ../../include/class/AgentWizard.class.php:633 ../../include/functions_snmp_browser.php:731 msgid "Target IP" msgstr "IP objetivo" @@ -19037,8 +18215,7 @@ msgstr "La longitud de la contraseña debe ser mínimo de ocho caracteres." #: ../../godmode/massive/massive_edit_modules.php:1024 #: ../../include/class/CredentialStore.class.php:1195 #: ../../include/class/CredentialStore.class.php:1497 -#: ../../include/class/AgentWizard.class.php:983 -#: ../../include/functions_snmp_browser.php:891 +#: ../../include/class/AgentWizard.class.php:983 ../../include/functions_snmp_browser.php:891 msgid "Privacy method" msgstr "Método de privacidad" @@ -19071,8 +18248,7 @@ msgstr "AES" #: ../../godmode/massive/massive_edit_modules.php:1029 #: ../../include/class/CredentialStore.class.php:1212 #: ../../include/class/CredentialStore.class.php:1518 -#: ../../include/class/AgentWizard.class.php:997 -#: ../../include/functions_snmp_browser.php:907 +#: ../../include/class/AgentWizard.class.php:997 ../../include/functions_snmp_browser.php:907 msgid "Privacy pass" msgstr "Conexión privada" @@ -19115,8 +18291,7 @@ msgstr "SHA" #: ../../godmode/massive/massive_edit_modules.php:1039 #: ../../include/class/CredentialStore.class.php:1124 #: ../../include/class/CredentialStore.class.php:1422 -#: ../../include/class/AgentWizard.class.php:924 -#: ../../include/functions_snmp_browser.php:935 +#: ../../include/class/AgentWizard.class.php:924 ../../include/functions_snmp_browser.php:935 msgid "Security level" msgstr "Nivel de seguridad" @@ -19152,8 +18327,7 @@ msgstr "Método con autentificación y privacidad" #: ../../extensions/quick_shell.php:164 #: ../../godmode/modules/manage_network_components_form_wmi.php:58 #: ../../godmode/agentes/module_manager_editor_wmi.php:123 -#: ../../godmode/massive/massive_edit_modules.php:1105 -#: ../../include/functions_ui.php:7683 +#: ../../godmode/massive/massive_edit_modules.php:1105 ../../include/functions_ui.php:7683 #: ../../include/class/CredentialStore.class.php:973 #: ../../include/class/CredentialStore.class.php:1350 #: ../../include/class/AgentWizard.class.php:677 @@ -19192,10 +18366,9 @@ msgid "Linked" msgstr "Enlazado" #: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1022 -#: ../../godmode/agentes/module_manager.php:921 -#: ../../godmode/agentes/module_manager.php:924 -#: ../../godmode/massive/massive_edit_modules.php:1346 -#: ../../include/ajax/module.php:1147 ../../include/ajax/module.php:1150 +#: ../../godmode/agentes/module_manager.php:921 ../../godmode/agentes/module_manager.php:924 +#: ../../godmode/massive/massive_edit_modules.php:1346 ../../include/ajax/module.php:1147 +#: ../../include/ajax/module.php:1150 msgid "Unlinked" msgstr "Desenlazado" @@ -19216,11 +18389,9 @@ msgstr "Descartar eventos desconocidos" #: ../../godmode/agentes/module_manager_editor_common.php:1456 #: ../../godmode/agentes/module_manager.php:832 #: ../../godmode/massive/massive_edit_agents.php:1139 -#: ../../godmode/massive/massive_edit_modules.php:1366 -#: ../../mobile/operation/agent.php:180 ../../include/ajax/module.php:1189 -#: ../../include/functions_agents.php:4611 -#: ../../operation/agentes/estado_agente.php:1218 -#: ../../operation/search_agents.getdata.php:180 +#: ../../godmode/massive/massive_edit_modules.php:1366 ../../mobile/operation/agent.php:180 +#: ../../include/ajax/module.php:1189 ../../include/functions_agents.php:4611 +#: ../../operation/agentes/estado_agente.php:1218 ../../operation/search_agents.getdata.php:180 msgid "Quiet" msgstr "Modo silencioso" @@ -19292,13 +18463,11 @@ msgstr "Plugin" #: ../../godmode/massive/massive_edit_plugins.php:480 #: ../../godmode/massive/massive_edit_modules.php:1491 #: ../../godmode/alerts/configure_alert_command.php:266 -#: ../../godmode/alerts/alert_actions.php:298 -#: ../../godmode/alerts/alert_actions.php:352 +#: ../../godmode/alerts/alert_actions.php:298 ../../godmode/alerts/alert_actions.php:352 #: ../../godmode/alerts/configure_alert_action.php:295 #: ../../godmode/events/event_responses.editor.php:230 -#: ../../godmode/events/event_responses.editor.php:255 -#: ../../godmode/servers/plugin.php:514 ../../godmode/servers/plugin.php:1049 -#: ../../include/class/ManageNetScanScripts.class.php:434 +#: ../../godmode/events/event_responses.editor.php:255 ../../godmode/servers/plugin.php:514 +#: ../../godmode/servers/plugin.php:1049 ../../include/class/ManageNetScanScripts.class.php:434 #: ../../include/class/ExternalTools.class.php:438 msgid "Command" msgstr "Comando" @@ -19348,13 +18517,12 @@ msgstr "Ignorar desconocidos" #: ../../godmode/agentes/agent_manager.php:1147 #: ../../godmode/massive/massive_edit_agents.php:1189 msgid "" -"This disables the calculation of the unknown state in the agent and any of its " -"modules, so it will never transition to unknown. The state it reflects is the last " -"known status." +"This disables the calculation of the unknown state in the agent and any of its modules, so " +"it will never transition to unknown. The state it reflects is the last known status." msgstr "" "Esto deshabita el cálculo del estado desconocido en el agente y en cualquiera de sus " -"módulos, por lo que nunca pasará a desconocido. El estado mostrado es el último " -"estado conocido." +"módulos, por lo que nunca pasará a desconocido. El estado mostrado es el último estado " +"conocido." #: ../../enterprise/godmode/admin_access_logs.php:78 msgid "Show extended info" @@ -19362,11 +18530,11 @@ msgstr "Mostrar más info" #: ../../enterprise/godmode/admin_access_logs.php:99 msgid "" -"The security check cannot be performed. There are no data in tsession_extended to " -"check the hash." +"The security check cannot be performed. There are no data in tsession_extended to check the " +"hash." msgstr "" -"La comprobación de seguridad no se puede realizar. No hay datos en tsession_extended " -"para verificar el hash." +"La comprobación de seguridad no se puede realizar. No hay datos en tsession_extended para " +"verificar el hash." #: ../../enterprise/godmode/admin_access_logs.php:108 msgid "Security check is ok." @@ -19428,10 +18596,8 @@ msgstr "Nombre de la alerta" #: ../../enterprise/godmode/alerts/alert_inventory_list.php:240 #: ../../enterprise/operation/agentes/policy_view.php:262 -#: ../../godmode/snmpconsole/snmp_alert.php:1916 -#: ../../godmode/alerts/alert_view.php:105 -#: ../../include/functions_reporting_html.php:6710 -#: ../../include/functions_treeview.php:487 +#: ../../godmode/snmpconsole/snmp_alert.php:1916 ../../godmode/alerts/alert_view.php:105 +#: ../../include/functions_reporting_html.php:6710 ../../include/functions_treeview.php:487 #: ../../include/class/AgentsAlerts.class.php:911 msgid "Last fired" msgstr "Disparada por última vez" @@ -19441,15 +18607,13 @@ msgstr "Disparada por última vez" #: ../../enterprise/operation/agentes/policy_view.php:349 #: ../../godmode/alerts/alert_list.list.php:662 ../../godmode/alerts/alert_view.php:114 #: ../../mobile/operation/alerts.php:327 ../../include/functions_ui.php:1585 -#: ../../include/class/AgentsAlerts.class.php:958 -#: ../../include/functions_reporting.php:13697 +#: ../../include/class/AgentsAlerts.class.php:958 ../../include/functions_reporting.php:13697 msgid "Alert disabled" msgstr "Alerta desactivada" #: ../../enterprise/godmode/alerts/alert_inventory_list.php:339 -#: ../../godmode/snmpconsole/snmp_alert.php:2039 -#: ../../godmode/alerts/alert_list.list.php:773 ../../include/functions_ui.php:1521 -#: ../../include/functions_ui.php:1522 +#: ../../godmode/snmpconsole/snmp_alert.php:2039 ../../godmode/alerts/alert_list.list.php:773 +#: ../../include/functions_ui.php:1521 ../../include/functions_ui.php:1522 msgid "Delete action" msgstr "Eliminar acción" @@ -19482,15 +18646,14 @@ msgid "Inventory alert builder" msgstr "Montador de alertas de inventario" #: ../../enterprise/godmode/alerts/alert_inventory.php:92 -#: ../../godmode/agentes/planned_downtime.editor.php:58 -#: ../../godmode/alerts/alert_list.php:611 ../../include/functions_html.php:2026 -#: ../../include/functions_html.php:2027 ../../include/functions_html.php:2137 -#: ../../include/functions_html.php:2138 ../../include/functions_html.php:2321 -#: ../../include/functions_html.php:2322 ../../include/functions_html.php:7091 -#: ../../include/functions_html.php:7092 ../../include/functions_html.php:7435 -#: ../../include/functions_html.php:7436 ../../include/functions_html.php:7484 -#: ../../include/functions_html.php:7485 ../../include/class/SnmpConsole.class.php:196 -#: ../../include/lib/ITSM/Manager.php:1014 +#: ../../godmode/agentes/planned_downtime.editor.php:58 ../../godmode/alerts/alert_list.php:611 +#: ../../include/functions_html.php:2026 ../../include/functions_html.php:2027 +#: ../../include/functions_html.php:2137 ../../include/functions_html.php:2138 +#: ../../include/functions_html.php:2321 ../../include/functions_html.php:2322 +#: ../../include/functions_html.php:7091 ../../include/functions_html.php:7092 +#: ../../include/functions_html.php:7435 ../../include/functions_html.php:7436 +#: ../../include/functions_html.php:7484 ../../include/functions_html.php:7485 +#: ../../include/class/SnmpConsole.class.php:196 ../../include/lib/ITSM/Manager.php:1014 #: ../../operation/snmpconsole/snmp_statistics.php:67 ../../operation/menu.php:735 #: ../../operation/events/events.php:1868 msgid "List" @@ -19620,11 +18783,9 @@ msgstr "Nombre aleatorio" #: ../../enterprise/godmode/services/services.service.php:616 #: ../../enterprise/operation/services/massive/services.create.php:688 -msgid "" -"This group will be used also to control access to this service and its elements." +msgid "This group will be used also to control access to this service and its elements." msgstr "" -"Este grupo se usará también para controlar el acceso a este servicio y a sus " -"elementos." +"Este grupo se usará también para controlar el acceso a este servicio y a sus elementos." #: ../../enterprise/godmode/services/services.service.php:622 msgid "Server assigned" @@ -19645,8 +18806,7 @@ msgstr "Agentes para almacenar datos" #: ../../enterprise/godmode/services/services.service.php:694 #: ../../enterprise/include/class/VMware.app.php:678 -#: ../../enterprise/include/class/DB2.app.php:555 -#: ../../enterprise/include/class/Aws.S3.php:524 +#: ../../enterprise/include/class/DB2.app.php:555 ../../enterprise/include/class/Aws.S3.php:524 #: ../../enterprise/include/class/SAP.app.php:514 #: ../../enterprise/include/class/Aws.cloud.php:1351 #: ../../enterprise/include/class/MySQL.app.php:581 @@ -19728,14 +18888,13 @@ msgstr "SLA" #: ../../enterprise/godmode/services/services.service.php:883 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." +"\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." +"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:909 #: ../../enterprise/operation/services/massive/services.create.php:925 @@ -19759,19 +18918,19 @@ msgstr "Alerta de servicio en crítico de S.L.A" #: ../../enterprise/godmode/services/services.service.php:1042 msgid "" -"This change in the service configuration will delete the history of the service " -"modules. Do you wish to continue?" +"This change in the service configuration will delete the history of the service modules. Do " +"you wish to continue?" msgstr "" -"Este cambio en la configuración del servicio borrará el historial de módulos de " -"servicio. ¿Desea contiinuar?" +"Este cambio en la configuración del servicio borrará el historial de módulos de servicio. " +"¿Desea contiinuar?" #: ../../enterprise/godmode/services/services.service.php:1044 msgid "" -"This change in the service configuration will prevent the SLA modules from being " -"created. Do you wish to continue?" +"This change in the service configuration will prevent the SLA modules from being created. Do " +"you wish to continue?" msgstr "" -"Este cambio en la configuración del servicio impedirá que se creen módulos SLA. " -"¿Desea continuar?" +"Este cambio en la configuración del servicio impedirá que se creen módulos SLA. ¿Desea " +"continuar?" #: ../../enterprise/godmode/services/services.elements.php:72 msgid "Invalid service" @@ -19780,9 +18939,8 @@ msgstr "Servicio no válido" #: ../../enterprise/godmode/services/services.elements.php:99 #: ../../enterprise/include/functions_reporting.php:2789 #: ../../enterprise/include/functions_reporting.php:3734 -#: ../../enterprise/include/functions_reporting.php:4710 -#: ../../include/functions_maps.php:50 ../../include/functions_reporting.php:1243 -#: ../../include/functions_reporting.php:10130 +#: ../../enterprise/include/functions_reporting.php:4710 ../../include/functions_maps.php:50 +#: ../../include/functions_reporting.php:1243 ../../include/functions_reporting.php:10130 #: ../../operation/agentes/pandora_networkmap.php:815 msgid "Dynamic" msgstr "Dinámico" @@ -19804,8 +18962,7 @@ msgstr "Campo de valor personalizado" #: ../../enterprise/godmode/services/services.elements.php:260 msgid "Both 'name' and 'value' must be defined to filter. Ignored otherwise." msgstr "" -"Tanto el 'nombre' como el 'valor' deben estar definidos para filtrar. Si no, serán " -"ignorados." +"Tanto el 'nombre' como el 'valor' deben estar definidos para filtrar. Si no, serán ignorados." #: ../../enterprise/godmode/services/services.elements.php:265 msgid "MySQL Regular expressions case sensitive." @@ -19919,12 +19076,12 @@ msgstr "Ajustes de activa a histórica" #, php-format msgid "" "Data will be available in active database as time as days you specify here. Older " -"information will be sent to historical database. Note data will be purged from " -"active database after %d days." +"information will be sent to historical database. Note data will be purged from active " +"database after %d days." msgstr "" -"Los datos estarán activos en la base de datos activa tanto tiempo como especifique " -"aquí. La información más antigua se enviará a la base de datos histórica. Los datos " -"se purgarán de la base de datos activa después de %d días." +"Los datos estarán activos en la base de datos activa tanto tiempo como especifique aquí. La " +"información más antigua se enviará a la base de datos histórica. Los datos se purgarán de la " +"base de datos activa después de %d días." #: ../../enterprise/godmode/setup/setup_history.php:300 msgid "Data days old to keep in active database" @@ -19933,13 +19090,13 @@ msgstr "Antigüedad de los datos a mantener en la base de datos activa" #: ../../enterprise/godmode/setup/setup_history.php:321 #, php-format msgid "" -"String data will be available in active database as time as days you specify here. " -"Older information will be sent to historical database. Note data will be purged from " -"active database after %d days." +"String data will be available in active database as time as days you specify here. Older " +"information will be sent to historical database. Note data will be purged from active " +"database after %d days." msgstr "" -"Los datos de cadena estarán disponibles en la base de datos activa a la hora y los " -"días que especifique aquí. La información más antigua se enviará a la base de datos " -"de histórico. Los datos se purgarán de la base de datos activa después de %d días." +"Los datos de cadena estarán disponibles en la base de datos activa a la hora y los días que " +"especifique aquí. La información más antigua se enviará a la base de datos de histórico. Los " +"datos se purgarán de la base de datos activa después de %d días." #: ../../enterprise/godmode/setup/setup_history.php:332 msgid "String data days old to keep in active database" @@ -19947,11 +19104,11 @@ msgstr "Antigüedad de los datos en cadena a mantener en la base de datos activa #: ../../enterprise/godmode/setup/setup_history.php:349 msgid "" -"Number of rows to be sent to historical database each 'delay' seconds. If you " -"experience issues running pandora_db, try decreasing this value." +"Number of rows to be sent to historical database each 'delay' seconds. If you experience " +"issues running pandora_db, try decreasing this value." msgstr "" -"Número de filas a enviar a la base de datos histórica cada 'retraso' en segundos. Si " -"tiene problemas al ejecutar pandora_db, pruebe a reducir este valor." +"Número de filas a enviar a la base de datos histórica cada 'retraso' en segundos. Si tiene " +"problemas al ejecutar pandora_db, pruebe a reducir este valor." #: ../../enterprise/godmode/setup/setup_history.php:353 msgid "Transference block size (Step)" @@ -19976,8 +19133,7 @@ msgstr "Antigüedad máxima de los datos de cadenas de histórico (días)" #: ../../enterprise/godmode/setup/setup_history.php:419 msgid "Data older than 'days' is compacted in order to improve disk utilization." msgstr "" -"Los datos de más antigüedad de 'días' se compactan para mejorar la utilización del " -"disco." +"Los datos de más antigüedad de 'días' se compactan para mejorar la utilización del disco." #: ../../enterprise/godmode/setup/setup_history.php:424 msgid "" @@ -19999,12 +19155,12 @@ msgstr "Ajustes de eventos de histórico" #, php-format msgid "" "Events will remain in active database a maximum of specified days, then they will be " -"transferred to historical database. Note events will be purged from active database " -"after %d days." +"transferred to historical database. Note events will be purged from active database after %d " +"days." msgstr "" -"Los eventos permanecerán en la base de datos activa un máximo de días especificados, " -"después se transferirán a la base de datos histórica. Los eventos se purgarán de la " -"base de datos activa después de %d días." +"Los eventos permanecerán en la base de datos activa un máximo de días especificados, después " +"se transferirán a la base de datos histórica. Los eventos se purgarán de la base de datos " +"activa después de %d días." #: ../../enterprise/godmode/setup/setup_history.php:456 msgid "Events days old to keep in active database" @@ -20037,12 +19193,12 @@ msgstr "Ajustes de traps de histórico" #, php-format msgid "" "Traps will remain in active database a maximum of specified days, then they will be " -"transferred to historical database. Note traps will be purged from active database " -"after %d days." +"transferred to historical database. Note traps will be purged from active database after %d " +"days." msgstr "" -"Los traps permanecerán en la base de datos activa un máximo de días especificados, " -"después se transferirán a la base de datos de histórico. Los eventos se purgarán de " -"la base de datos activa después de %d días." +"Los traps permanecerán en la base de datos activa un máximo de días especificados, después " +"se transferirán a la base de datos de histórico. Los eventos se purgarán de la base de datos " +"activa después de %d días." #: ../../enterprise/godmode/setup/setup_history.php:531 msgid "Days old to keep in active database" @@ -20094,9 +19250,7 @@ msgstr "Esta acción instalará el esquema en el objetivo, ¿está seguro?" #: ../../enterprise/godmode/setup/setup_history.php:681 msgid "History database schema is up to date with active database." -msgstr "" -"El esquema de la base de datos histórica está actualizado con la base de datos " -"activa." +msgstr "El esquema de la base de datos histórica está actualizado con la base de datos activa." #: ../../enterprise/godmode/setup/setup_history.php:690 #, php-format @@ -20113,60 +19267,57 @@ msgstr "Actualizar el esquema de la base de datos" #: ../../enterprise/godmode/setup/setup_history.php:713 msgid "" -"This action will schedule the installation or upgrade of database schema into the " -"target, are you sure?" +"This action will schedule the installation or upgrade of database schema into the target, " +"are you sure?" msgstr "" -"Esta acción programará la instalación o la actualización del esquema de la base de " -"datos en el objetivo, ¿está seguro?" +"Esta acción programará la instalación o la actualización del esquema de la base de datos en " +"el objetivo, ¿está seguro?" #: ../../enterprise/godmode/setup/setup_history.php:754 msgid "" -"By enabling historical database, target connection will be tested. If needed, " -"database schema will be applied on your selected target, do you want to proceed?" +"By enabling historical database, target connection will be tested. If needed, database " +"schema will be applied on your selected target, do you want to proceed?" msgstr "" -"Al habilitar la base de datos histórica, se probará la conexión con el objetivo. Si " -"lo necesita, el esquema de la base de datos se aplicará al objetivo seleccionado, " -"¿desea proceder?" +"Al habilitar la base de datos histórica, se probará la conexión con el objetivo. Si lo " +"necesita, el esquema de la base de datos se aplicará al objetivo seleccionado, ¿desea " +"proceder?" #: ../../enterprise/godmode/setup/setup_history.php:755 msgid "" -"Changing historical database target, schema will be recreated in new one, but old " -"data will remain in previous node, unlinked from this console and not maintained, do " -"you want to proceed?" +"Changing historical database target, schema will be recreated in new one, but old data will " +"remain in previous node, unlinked from this console and not maintained, do you want to " +"proceed?" msgstr "" -"Al cambiar el objetivo de la base de datos histórica, el esquema se recreará en uno " -"nuevo, pero los datos antiguos permanecerán en el nodo anterior, sin estar enlazados " -"con la consola y sin estar mantenidos, ¿desea proceder?" +"Al cambiar el objetivo de la base de datos histórica, el esquema se recreará en uno nuevo, " +"pero los datos antiguos permanecerán en el nodo anterior, sin estar enlazados con la consola " +"y sin estar mantenidos, ¿desea proceder?" #: ../../enterprise/godmode/setup/setup_history.php:757 #, php-format msgid "" -"Disabling historical database, you will not keep any data older than %d days. Are " -"you sure?" +"Disabling historical database, you will not keep any data older than %d days. Are you sure?" msgstr "" -"Al deshabilitar la base de datos histórica, no tendrá datos de mayor antigüedad que " -"%d días. ¿Está seguro?" +"Al deshabilitar la base de datos histórica, no tendrá datos de mayor antigüedad que %d días. " +"¿Está seguro?" #: ../../enterprise/godmode/setup/setup_history.php:761 #, php-format msgid "" -"Historical database allows you to keep data older than %d days. This action will " -"produce no changes. Historical database will remain disabled." +"Historical database allows you to keep data older than %d days. This action will produce no " +"changes. Historical database will remain disabled." msgstr "" -"La base de datos histórica le permite mantener datos de más antigüedad que %d días. " -"Está acción no producirá cambios. La base de datos histórica permanecerá " -"deshabilitada." +"La base de datos histórica le permite mantener datos de más antigüedad que %d días. Está " +"acción no producirá cambios. La base de datos histórica permanecerá deshabilitada." #: ../../enterprise/godmode/setup/setup_history.php:766 msgid "" -"By changing historical database target, the new connection will be tested. If " -"needed, database schema will be applied on your selected target. Information stored " -"in previous configuration will be IGNORED, do you want to proceed?" +"By changing historical database target, the new connection will be tested. If needed, " +"database schema will be applied on your selected target. Information stored in previous " +"configuration will be IGNORED, do you want to proceed?" msgstr "" -"Al cambiar el objetivo de la base de datos histórica, se probará la nueva conexión. " -"Si lo necesita, el esquema de la base de datos se aplicará en el objetivo " -"seleccionado. La información almacenada en configuraciones previas será IGNORADA, " -"¿desea proceder?" +"Al cambiar el objetivo de la base de datos histórica, se probará la nueva conexión. Si lo " +"necesita, el esquema de la base de datos se aplicará en el objetivo seleccionado. La " +"información almacenada en configuraciones previas será IGNORADA, ¿desea proceder?" #: ../../enterprise/godmode/setup/setup_history.php:769 msgid "Please ensure all fields matches your needs." @@ -20197,11 +19348,9 @@ msgid "Translation string could not be updated" msgstr "No se ha podido actualizar la cadena de traducción" #: ../../enterprise/godmode/setup/translate_string.php:162 -#: ../../godmode/users/configure_user.php:1139 -#: ../../godmode/users/user_management.php:703 +#: ../../godmode/users/configure_user.php:1139 ../../godmode/users/user_management.php:703 #: ../../godmode/massive/massive_edit_users.php:248 -#: ../../include/class/TipsWindow.class.php:482 -#: ../../include/class/TipsWindow.class.php:739 +#: ../../include/class/TipsWindow.class.php:482 ../../include/class/TipsWindow.class.php:739 #: ../../include/class/TipsWindow.class.php:906 ../../operation/users/user_edit.php:434 msgid "Language" msgstr "Idioma" @@ -20233,16 +19382,16 @@ msgstr "No hay datos que mostrar" #: ../../enterprise/godmode/setup/setup.php:38 msgid "" -" If you are replicating events, events validated or deleted on the metaconsole WILL " -"NOT be deleted or validated here. This option is just to allow local pandora users " -"to see events, but not to operate with them. Operation, when event replication is " -"enabled, should be done only in metaconsole" +" If you are replicating events, events validated or deleted on the metaconsole WILL NOT be " +"deleted or validated here. This option is just to allow local pandora users to see events, " +"but not to operate with them. Operation, when event replication is enabled, should be done " +"only in metaconsole" msgstr "" -" Si está replicando eventos, los eventos validados o eliminados en la Metaconsola NO " -"se eliminarán o validarán aquí. Esta opción solo permite a los usuarios locales de " -"Pandora FMS ver los eventos, pero gestionarlos.\r\n" -"Su gestión solo puede llevarse a cabo en la Metaconsola cuando la replicación de " -"eventos está activa." +" Si está replicando eventos, los eventos validados o eliminados en la Metaconsola NO se " +"eliminarán o validarán aquí. Esta opción solo permite a los usuarios locales de Pandora FMS " +"ver los eventos, pero gestionarlos.\r\n" +"Su gestión solo puede llevarse a cabo en la Metaconsola cuando la replicación de eventos " +"está activa." #: ../../enterprise/godmode/setup/setup.php:45 msgid "Yes and change status" @@ -20312,8 +19461,8 @@ msgstr "Umbral crítico para las direcciones ocupadas" #: ../../enterprise/godmode/setup/setup.php:261 msgid "" -"Threshold for the IPAM extension supernet map, it indicates the critical range of " -"occupied addresses." +"Threshold for the IPAM extension supernet map, it indicates the critical range of occupied " +"addresses." msgstr "" "Umbral para el mapa de superred de la extensión IPAM, indica un intervalo crítico de " "direcciones ocupadas." @@ -20324,11 +19473,11 @@ msgstr "Umbral de advertencia para las direcciones ocupadas" #: ../../enterprise/godmode/setup/setup.php:273 msgid "" -"Threshold for the IPAM extension supernet map, it indicates the warning range of " -"occupied addresses." +"Threshold for the IPAM extension supernet map, it indicates the warning range of occupied " +"addresses." msgstr "" -"Umbral para el mapa de superred de la extensión IPAM, indica un intervalo en " -"advertencia de direcciones ocupadas." +"Umbral para el mapa de superred de la extensión IPAM, indica un intervalo en advertencia de " +"direcciones ocupadas." #: ../../enterprise/godmode/setup/setup.php:291 msgid "Enterprise options" @@ -20342,8 +19491,7 @@ msgstr "Política de contraseña Enterprise" msgid "Delete session users" msgstr "Eliminar sesiones de usuarios" -#: ../../enterprise/godmode/setup/setup.php:593 -#: ../../godmode/snmpconsole/snmp_alert.php:2231 +#: ../../enterprise/godmode/setup/setup.php:593 ../../godmode/snmpconsole/snmp_alert.php:2231 #: ../../godmode/snmpconsole/snmp_alert.php:2246 msgid "Confirmation" msgstr "Confirmación" @@ -20356,8 +19504,7 @@ msgstr "Esta acción eliminará todos las sesiones de usuarios, ¿está seguro?" msgid "All sessions deleted" msgstr "Todas las sesiones han sido eliminadas" -#: ../../enterprise/godmode/setup/setup.php:617 -#: ../../enterprise/godmode/setup/setup.php:626 +#: ../../enterprise/godmode/setup/setup.php:617 ../../enterprise/godmode/setup/setup.php:626 msgid "Unexpected error" msgstr "Error inesperado" @@ -20393,11 +19540,11 @@ msgstr "Crear apariencia" #: ../../enterprise/godmode/setup/setup_module_library.php:52 msgid "" -"If you have Enterprise support, enter the support username and password here to " -"access the plugins covered by Enterprise support." +"If you have Enterprise support, enter the support username and password here to access the " +"plugins covered by Enterprise support." msgstr "" -"Si cuenta con soporte Enterprise, introduzca el nombre de usuario y la contraseña de " -"soporte aquí para acceder a los plugins incluidos en el soporte Enterprise." +"Si cuenta con soporte Enterprise, introduzca el nombre de usuario y la contraseña de soporte " +"aquí para acceder a los plugins incluidos en el soporte Enterprise." #: ../../enterprise/godmode/setup/setup_module_library.php:87 #: ../../godmode/wizards/Cloud.class.php:440 @@ -20420,11 +19567,11 @@ msgstr "Edición de elementos de la Metaconsola de Pandora FMS" #: ../../enterprise/godmode/setup/setup_metaconsole.php:202 msgid "" -"Token previously configured on the destination Pandora console in order to use " -"delegated authentification." +"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 la autentificación delegada." +"Token configurado anteriormente en la consola de destino de Pandora FMS con el fin de " +"utilizar la autentificación delegada." #: ../../enterprise/godmode/setup/setup_metaconsole.php:274 msgid "Console URLxxxxxx" @@ -20510,8 +19657,7 @@ msgid "Groups selected" msgstr "Grupos seleccionados" #: ../../enterprise/godmode/setup/setup_auth.php:196 -#: ../../enterprise/godmode/setup/setup_auth.php:253 -#: ../../include/functions_profile.php:206 +#: ../../enterprise/godmode/setup/setup_auth.php:253 ../../include/functions_profile.php:206 msgid "No hierarchy" msgstr "No hay jerarquía" @@ -20525,17 +19671,16 @@ msgstr "Atributos LDAP" #: ../../enterprise/godmode/setup/setup_auth.php:552 #: ../../enterprise/godmode/setup/setup_auth.php:604 #: ../../enterprise/godmode/setup/setup_auth.php:1619 -#: ../../enterprise/godmode/setup/setup_auth.php:1673 -#: ../../godmode/setup/snmp_wizard.php:44 +#: ../../enterprise/godmode/setup/setup_auth.php:1673 ../../godmode/setup/snmp_wizard.php:44 msgid "OP" msgstr "OP" #: ../../enterprise/godmode/setup/setup_auth.php:250 #: ../../enterprise/godmode/setup/setup_auth.php:600 #: ../../enterprise/godmode/setup/setup_auth.php:1669 -#: ../../enterprise/godmode/setup/setup_acl.php:68 -#: ../../godmode/groups/configure_group.php:108 ../../godmode/groups/group_list.php:390 -#: ../../godmode/users/profile_list.php:287 ../../godmode/menu.php:263 +#: ../../enterprise/godmode/setup/setup_acl.php:68 ../../godmode/groups/configure_group.php:108 +#: ../../godmode/groups/group_list.php:390 ../../godmode/users/profile_list.php:287 +#: ../../godmode/menu.php:263 msgid "Profiles" msgstr "Perfiles" @@ -20600,8 +19745,7 @@ msgstr "Selecciona un perfil de la lista de perfiles" msgid "You must select a group from the list of groups." msgstr "Seleccione un grupo de la lista de grupos" -#: ../../enterprise/godmode/setup/setup_auth.php:1402 -#: ../../include/functions_config.php:782 +#: ../../enterprise/godmode/setup/setup_auth.php:1402 ../../include/functions_config.php:782 msgid "MySQL host" msgstr "Dirección de MySQL" @@ -20630,22 +19774,20 @@ msgid "SAML mail attribute" msgstr "Atributo de correo SAML" #: ../../enterprise/godmode/setup/setup_auth.php:1454 -msgid "" -"SAML field where search for the user email (while autocreate remote users is enabled)" +msgid "SAML field where search for the user email (while autocreate remote users is enabled)" msgstr "" -"Campo SAML donde buscar el correo electrónico del usuario (mientras auto crear " -"usuarios remotos esté activado)" +"Campo SAML donde buscar el correo electrónico del usuario (mientras auto crear usuarios " +"remotos esté activado)" #: ../../enterprise/godmode/setup/setup_auth.php:1461 msgid "SAML group name attribute" msgstr "Atributo de nombre de grupo SAML" #: ../../enterprise/godmode/setup/setup_auth.php:1462 -msgid "" -"SAML field where search for the group name (while autocreate remote users is enabled)" +msgid "SAML field where search for the group name (while autocreate remote users is enabled)" msgstr "" -"Campo SAML donde buscar el nombre del grupo (mientras auto crear usuarios remotos " -"esté activado)" +"Campo SAML donde buscar el nombre del grupo (mientras auto crear usuarios remotos esté " +"activado)" #: ../../enterprise/godmode/setup/setup_auth.php:1469 msgid "Simple attribute / Multivalue attribute" @@ -20740,8 +19882,8 @@ msgstr "Añadir elemento personalizado al perfil" #: ../../enterprise/godmode/setup/setup_acl.php:730 #: ../../godmode/users/configure_profile.php:228 #: ../../godmode/massive/massive_delete_profiles.php:171 -#: ../../godmode/massive/massive_add_profiles.php:205 -#: ../../include/functions_profile.php:203 ../../operation/users/user_edit.php:941 +#: ../../godmode/massive/massive_add_profiles.php:205 ../../include/functions_profile.php:203 +#: ../../operation/users/user_edit.php:941 msgid "Profile name" msgstr "Nombre del perfil" @@ -20819,15 +19961,15 @@ msgstr "No se pudo aplicar." #: ../../godmode/massive/massive_operations.php:426 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" +"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 necesitas una configuración correcta de " -"los parámetros de tiempo de espera. Por favor, abre el archivo de configuración PHP " -"(php.ini), por ejemplo: sudo vi /etc/php5/apache2/php.ini;
y fija los " -"parámetros del tiempo de espera en un valor correcto:
max_execution_time = " -"0 y max_input_time = -1" +"Para poder realizar operaciones masivas, PHP necesitas una configuración correcta de los " +"parámetros de tiempo de espera. Por favor, abre el archivo de configuración PHP (php.ini), " +"por ejemplo: sudo vi /etc/php5/apache2/php.ini;
y fija los parámetros del tiempo " +"de espera en un valor correcto:
max_execution_time = 0 y max_input_time = -1" #: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:205 @@ -20843,20 +19985,18 @@ msgstr "Crear informe por agente" #: ../../enterprise/include/functions_tasklist.php:402 #: ../../enterprise/include/functions_reporting_csv.php:2815 #: ../../enterprise/include/functions_reporting_csv.php:2819 -#: ../../godmode/reporting/reporting_builder.php:887 -#: ../../include/functions_cron.php:702 ../../operation/search_reports.php:42 -#: ../../operation/search_reports.php:58 +#: ../../godmode/reporting/reporting_builder.php:887 ../../include/functions_cron.php:702 +#: ../../operation/search_reports.php:42 ../../operation/search_reports.php:58 #: ../../operation/reporting/custom_reporting.php:34 msgid "Report name" msgstr "Nombre del informe" #: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:293 msgid "" -"Left in blank if you want to use default name: Template name - agents (num agents) - " -"Date" +"Left in blank if you want to use default name: Template name - agents (num agents) - Date" msgstr "" -"Déjalo en blanco si quieres usar el nombre por defecto: Nombre plantilla - agentes " -"(num agentes) - Fecha" +"Déjalo en blanco si quieres usar el nombre por defecto: Nombre plantilla - agentes (num " +"agentes) - Fecha" #: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:314 #: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:377 @@ -20865,14 +20005,12 @@ msgstr "Grupo objetivo" #: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:348 #: ../../godmode/reporting/create_container.php:668 -#: ../../godmode/reporting/create_container.php:746 -#: ../../mobile/operation/modules.php:194 ../../mobile/operation/modules.php:195 -#: ../../mobile/operation/modules.php:308 ../../mobile/operation/modules.php:309 -#: ../../mobile/operation/server_status.php:185 +#: ../../godmode/reporting/create_container.php:746 ../../mobile/operation/modules.php:194 +#: ../../mobile/operation/modules.php:195 ../../mobile/operation/modules.php:308 +#: ../../mobile/operation/modules.php:309 ../../mobile/operation/server_status.php:185 #: ../../mobile/operation/server_status.php:186 ../../include/ajax/heatmap.ajax.php:158 -#: ../../include/ajax/heatmap.ajax.php:439 -#: ../../include/lib/Dashboard/Widgets/heatmap.php:301 ../../operation/heatmap.php:118 -#: ../../operation/agentes/group_view.php:356 +#: ../../include/ajax/heatmap.ajax.php:439 ../../include/lib/Dashboard/Widgets/heatmap.php:301 +#: ../../operation/heatmap.php:118 ../../operation/agentes/group_view.php:356 msgid "Tag" msgstr "Etiqueta" @@ -20892,8 +20030,7 @@ msgstr "Filtro por etiqueta" #: ../../enterprise/godmode/reporting/graph_template_wizard.php:313 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:828 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:830 -#: ../../include/functions_snmp_browser.php:1700 -#: ../../include/functions_snmp_browser.php:1707 +#: ../../include/functions_snmp_browser.php:1700 ../../include/functions_snmp_browser.php:1707 msgid "Select all" msgstr "Seleccionar todo" @@ -20948,11 +20085,11 @@ msgstr "Por favor, escoge un agente distinto a " #: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:761 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:568 msgid "" -"This will be delete all reports created in previous template applications. Do you " -"want to continue?" +"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. ¿Quieres continuar?" +"Esta acción eliminará todos los informes creados en aplicaciones anteriores de plantillas. " +"¿Quieres continuar?" #: ../../enterprise/godmode/reporting/aws_view.php:54 msgid "Instance" @@ -21014,17 +20151,16 @@ msgstr "CREAR TAREA DE DISCOVERY DE MONITORIZACIÓN EN LA NUBE" #: ../../enterprise/godmode/reporting/aws_view.php:194 msgid "" -"Within this view you will find information collected using Discovery Cloud AWS task. " -"You will be able to see the most relevant information about your infrastructure, " -"such as the current cost of your contracted services, the number of instances per " -"region or resource usage metrics. In order to collect this information you must " -"create a Cloud Monitoring Discovery task." +"Within this view you will find information collected using Discovery Cloud AWS task. You " +"will be able to see the most relevant information about your infrastructure, such as the " +"current cost of your contracted services, the number of instances per region or resource " +"usage metrics. In order to collect this information you must create a Cloud Monitoring " +"Discovery task." msgstr "" -"En esta vista encontrará la información recogida mediante la tarea de Discovery " -"Cloud AWS. Podrá ver la información más relevante sobre su infraestructura, como el " -"coste actual de los servicios contratados, el número de instancias por región o las " -"métricas de uso de los recursos. Para recoger esta información, cree una tarea de " -"Cloud Monitoring Discovery." +"En esta vista encontrará la información recogida mediante la tarea de Discovery Cloud AWS. " +"Podrá ver la información más relevante sobre su infraestructura, como el coste actual de los " +"servicios contratados, el número de instancias por región o las métricas de uso de los " +"recursos. Para recoger esta información, cree una tarea de Cloud Monitoring Discovery." #: ../../enterprise/godmode/reporting/aws_view.php:197 msgid "Press the create button to begin." @@ -21036,8 +20172,7 @@ msgstr "Tabla de instancias" #: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:75 #: ../../enterprise/godmode/reporting/visual_console_template.php:78 -#: ../../godmode/reporting/map_builder.php:75 -#: ../../godmode/reporting/map_builder.php:120 +#: ../../godmode/reporting/map_builder.php:75 ../../godmode/reporting/map_builder.php:120 #: ../../godmode/reporting/visual_console_favorite.php:72 msgid "Visual Console List" msgstr "Lista de la consola visual" @@ -21073,8 +20208,8 @@ msgstr "Asistente de plantillas" #: ../../godmode/massive/massive_edit_users.php:273 #: ../../godmode/reporting/visual_console_builder.php:1000 #: ../../godmode/reporting/map_builder.php:133 -#: ../../godmode/reporting/visual_console_favorite.php:130 -#: ../../include/auth/mysql.php:804 ../../include/class/Prd.class.php:293 +#: ../../godmode/reporting/visual_console_favorite.php:130 ../../include/auth/mysql.php:804 +#: ../../include/class/Prd.class.php:293 #: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:360 #: ../../operation/users/user_edit.php:466 ../../operation/visual_console/view.php:255 #: ../../operation/visual_console/legacy_view.php:219 ../../operation/menu.php:303 @@ -21088,21 +20223,21 @@ msgstr "Nombre de la consola visual" #: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:336 msgid "" -"You can use macro _agentalias_ here. Left in blank if you want to use default name: " -"Template name - agent alias" +"You can use macro _agentalias_ here. Left in blank if you want to use default name: Template " +"name - agent alias" msgstr "" -"Puede usar macro _agentalias_ aquí. En caso de estar vacío, use el nombre por " -"defecto: Nombre de plantilla - alias de agente" +"Puede usar macro _agentalias_ aquí. En caso de estar vacío, use el nombre por defecto: " +"Nombre de plantilla - alias de agente" #: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:248 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:901 msgid "" -"Case insensitive regular expression for agent alias. For example: Network.* will " -"match with the following agent alias: network_agent1, NetworK CHECKS" +"Case insensitive regular expression for agent alias. For example: Network.* will match with " +"the following agent alias: network_agent1, NetworK CHECKS" msgstr "" -"Expresión regular que no distingue mayúsculas ni minúsculas para el alias de agente. " -"Por ejemplo: Network.* coincidirá con los siguientes alias de agente: " -"network_agent1, NetworK CHECKS" +"Expresión regular que no distingue mayúsculas ni minúsculas para el alias de agente. Por " +"ejemplo: Network.* coincidirá con los siguientes alias de agente: network_agent1, NetworK " +"CHECKS" #: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:263 #: ../../godmode/reporting/reporting_builder.main.php:220 @@ -21119,9 +20254,9 @@ msgstr "Generar índice en formato PDF" #: ../../enterprise/godmode/reporting/graph_template_list.php:87 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:99 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:113 -#: ../../godmode/reporting/graph_builder.php:315 -#: ../../godmode/reporting/graph_container.php:77 ../../godmode/reporting/graphs.php:67 -#: ../../godmode/reporting/graphs.php:81 ../../operation/reporting/graph_viewer.php:219 +#: ../../godmode/reporting/graph_builder.php:315 ../../godmode/reporting/graph_container.php:77 +#: ../../godmode/reporting/graphs.php:67 ../../godmode/reporting/graphs.php:81 +#: ../../operation/reporting/graph_viewer.php:219 #: ../../operation/reporting/graph_viewer.php:251 msgid "Graph list" msgstr "Lista de la gráfica" @@ -21146,9 +20281,8 @@ msgstr "Gestión de plantillas gráficas" #: ../../godmode/setup/demo.php:584 ../../godmode/setup/demo.php:631 #: ../../godmode/reporting/create_container.php:209 #: ../../godmode/reporting/graph_builder.php:398 -#: ../../godmode/reporting/graph_container.php:122 -#: ../../godmode/reporting/graphs.php:133 ../../operation/menu.php:479 -#: ../../operation/reporting/graph_viewer.php:308 +#: ../../godmode/reporting/graph_container.php:122 ../../godmode/reporting/graphs.php:133 +#: ../../operation/menu.php:479 ../../operation/reporting/graph_viewer.php:308 msgid "Custom graphs" msgstr "Gráficos personalizados" @@ -21179,8 +20313,7 @@ msgstr "Editor de plantillas gráficas" #: ../../enterprise/godmode/reporting/graph_template_editor.php:155 #: ../../enterprise/tools/ipam/ipam_network_location_config.php:61 -#: ../../godmode/modules/manage_nc_groups.php:119 -#: ../../godmode/netflow/nf_edit_form.php:146 +#: ../../godmode/modules/manage_nc_groups.php:119 ../../godmode/netflow/nf_edit_form.php:146 #: ../../godmode/events/event_edit_filter.php:247 msgid "Not updated. Blank name" msgstr "No actualizado; nombre en blanco" @@ -21210,16 +20343,15 @@ msgstr "Anchura" #: ../../godmode/setup/gis_step_2.php:399 #: ../../godmode/reporting/visual_console_builder.wizard.php:193 #: ../../godmode/events/event_responses.editor.php:198 -#: ../../include/functions_visual_map_editor.php:712 -#: ../../include/functions_reports.php:1374 ../../include/functions_reports.php:1474 +#: ../../include/functions_visual_map_editor.php:712 ../../include/functions_reports.php:1374 +#: ../../include/functions_reports.php:1474 msgid "Height" msgstr "Altura" #: ../../enterprise/godmode/reporting/graph_template_editor.php:235 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:732 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2713 -#: ../../godmode/setup/performance.php:623 -#: ../../godmode/reporting/create_container.php:418 +#: ../../godmode/setup/performance.php:623 ../../godmode/reporting/create_container.php:418 #: ../../godmode/reporting/reporting_builder.item_editor.php:3378 #: ../../include/functions.php:2837 ../../include/functions.php:3509 #: ../../include/ajax/module.php:283 ../../include/ajax/graph.ajax.php:150 @@ -21247,8 +20379,7 @@ msgstr "6 horas" #: ../../enterprise/godmode/reporting/graph_template_editor.php:239 #: ../../godmode/setup/performance.php:624 #: ../../godmode/reporting/reporting_builder.item_editor.php:1794 -#: ../../include/ajax/module.php:285 -#: ../../include/lib/Dashboard/Widgets/service_level.php:255 +#: ../../include/ajax/module.php:285 ../../include/lib/Dashboard/Widgets/service_level.php:255 #: ../../include/functions_events.php:5353 msgid "12 hours" msgstr "12 horas" @@ -21455,17 +20586,16 @@ msgstr "Elementos para aplicar" #: ../../include/lib/Dashboard/Widgets/single_graph.php:533 #: ../../include/lib/Dashboard/Widgets/single_graph.php:534 #: ../../include/lib/Dashboard/Widgets/top_n.php:263 -#: ../../include/lib/Dashboard/Widgets/top_n.php:264 -#: ../../operation/agentes/graphs.php:239 ../../operation/agentes/graphs.php:253 +#: ../../include/lib/Dashboard/Widgets/top_n.php:264 ../../operation/agentes/graphs.php:239 +#: ../../operation/agentes/graphs.php:253 msgid "" -"Displaying items with extended historical data can have an impact on system " -"performance. We do not recommend that you use intervals longer than 30 days, " -"especially if you combine several of them in a report, dashboard or visual console." +"Displaying items with extended historical data can have an impact on system performance. We " +"do not recommend that you use intervals longer than 30 days, especially if you combine " +"several of them in a report, dashboard or visual console." msgstr "" "Mostrar los elementos con datos de histórico extendidos puede tener un impacto en el " -"funcionamiento del sistema. No le recomendamos utilizar intervalos más amplios de 30 " -"días, en particular si combina varios en un informe, panel de control o consola " -"visual." +"funcionamiento del sistema. No le recomendamos utilizar intervalos más amplios de 30 días, " +"en particular si combina varios en un informe, panel de control o consola visual." #: ../../enterprise/godmode/reporting/reporting_builder.global.php:190 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:211 @@ -21487,13 +20617,11 @@ msgstr "Último valor" #: ../../godmode/reporting/reporting_builder.item_editor.php:1865 #: ../../godmode/reporting/reporting_builder.item_editor.php:8720 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" +"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: los informes en período 0 no pueden mostrar la información pasada. La " -"información contenida en este tipo de informes mostrará siempre la información más " -"reciente." +"información contenida en este tipo de informes mostrará siempre la información más reciente." #: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:229 @@ -21519,8 +20647,7 @@ msgstr "Tasa" #: ../../enterprise/include/class/Omnishell.class.php:721 #: ../../enterprise/operation/services/services.list.php:771 #: ../../godmode/snmpconsole/snmp_alert.php:2165 -#: ../../include/class/ModuleTemplates.class.php:948 -#: ../../operation/events/events.php:2936 +#: ../../include/class/ModuleTemplates.class.php:948 ../../operation/events/events.php:2936 msgid "Delete selected" msgstr "Borrar seleccionado(s)" @@ -21546,8 +20673,7 @@ msgstr "Mostrar un módulo por fila con todas sus operaciones" #: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:445 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2493 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3191 -#: ../../enterprise/operation/log/log_viewer.php:802 -#: ../../godmode/netflow/nf_item_list.php:173 +#: ../../enterprise/operation/log/log_viewer.php:802 ../../godmode/netflow/nf_item_list.php:173 #: ../../godmode/reporting/reporting_builder.item_editor.php:3055 #: ../../godmode/reporting/reporting_builder.item_editor.php:3907 #: ../../include/lib/Dashboard/Widgets/top_n.php:288 @@ -21642,11 +20768,10 @@ msgstr "Mostrar resumen" #: ../../enterprise/godmode/reporting/reporting_builder.global.php:458 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2917 -msgid "" -"Show a resume table with max, min, average of total modules on the report bottom" +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" +"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.global.php:473 #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:957 @@ -21708,11 +20833,10 @@ msgid "Order:" msgstr "Orden:" #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:356 -msgid "" -"Show a resume table with max, min, average of total modules on the report bottom:" +msgid "Show a resume table with max, min, average of total modules on the report bottom:" msgstr "" -"Muestra una tabla de resumen con el máximo, mínimo y media del total de módulos en " -"la parte inferior del informe:" +"Muestra una tabla de resumen con el máximo, mínimo y media del total de módulos en la parte " +"inferior del informe:" #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:376 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2896 @@ -21746,11 +20870,11 @@ msgstr "Modo conmutación" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3258 #: ../../godmode/reporting/reporting_builder.item_editor.php:3964 msgid "" -"SLA calculation must be performed taking into account the failover modules assigned " -"to the primary module" +"SLA calculation must be performed taking into account the failover modules assigned to the " +"primary module" msgstr "" -"El SLA debe calcularse teniendo en cuenta los módulos de conmutación asignados al " -"módulo primario" +"El SLA debe calcularse teniendo en cuenta los módulos de conmutación asignados al módulo " +"primario" #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:488 #: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:416 @@ -21834,11 +20958,11 @@ msgstr "Gráfica a resolución completa (TIP)" #: ../../include/functions_graph.php:5774 #: ../../operation/agentes/interface_traffic_graph_win.php:258 msgid "" -"TIP mode charts do not support average - maximum - minimum series, you can only " -"enable TIP or average, maximum or minimum series" +"TIP mode charts do not support average - maximum - minimum series, you can only enable TIP " +"or average, maximum or minimum series" msgstr "" -"Tablas en modo TIP no soportan las series media - máximo - mínimo, solo puede " -"habilitar las series TIP o media, máximo o mínimo" +"Tablas en modo TIP no soportan las series media - máximo - mínimo, solo puede habilitar las " +"series TIP o media, máximo o mínimo" #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:631 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2616 @@ -21857,11 +20981,8 @@ msgstr "Percentil" #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:646 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2625 msgid "" -"If this option was checked, only adding in elements that type of modules support " -"this option." -msgstr "" -"Si se marca esta casilla, la opción solo es posible si se añaden este tipo de " -"módulos." +"If this option was checked, only adding in elements that type of modules support this option." +msgstr "Si se marca esta casilla, la opción solo es posible si se añaden este tipo de módulos." #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:660 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2641 @@ -21878,8 +20999,8 @@ msgstr "Máximo" #: ../../enterprise/include/functions_reporting_csv.php:1832 #: ../../godmode/reporting/reporting_builder.item_editor.php:3320 #: ../../include/functions_reporting_html.php:5041 -#: ../../include/functions_reporting_html.php:5112 -#: ../../include/functions_graph.php:2540 ../../include/functions_graph.php:5553 +#: ../../include/functions_reporting_html.php:5112 ../../include/functions_graph.php:2540 +#: ../../include/functions_graph.php:5553 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:912 #: ../../include/functions_reporting.php:11003 #: ../../include/lib/Dashboard/Widgets/single_graph.php:551 @@ -21893,8 +21014,8 @@ msgstr "Mínimo" #: ../../enterprise/include/functions_reporting_pdf.php:676 #: ../../godmode/reporting/reporting_builder.item_editor.php:3334 #: ../../include/functions_reporting_html.php:5050 -#: ../../include/functions_reporting_html.php:5120 -#: ../../include/functions_graph.php:2524 ../../include/functions_graph.php:5561 +#: ../../include/functions_reporting_html.php:5120 ../../include/functions_graph.php:2524 +#: ../../include/functions_graph.php:5561 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:921 #: ../../include/lib/Dashboard/Widgets/single_graph.php:563 msgid "Average" @@ -21949,8 +21070,7 @@ msgstr "1 mes" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2729 #: ../../enterprise/operation/log/log_viewer.php:864 #: ../../godmode/reporting/reporting_builder.item_editor.php:3394 -#: ../../godmode/reporting/graph_builder.main.php:222 -#: ../../include/functions_graph.php:5603 +#: ../../godmode/reporting/graph_builder.main.php:222 ../../include/functions_graph.php:5603 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:962 #: ../../include/lib/Dashboard/Widgets/single_graph.php:606 #: ../../include/lib/Dashboard/Widgets/top_n.php:206 @@ -22043,8 +21163,7 @@ msgstr "Separador de línea" #: ../../godmode/reporting/reporting_builder.item_editor.php:3021 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" +"Separador en diferentes líneas (compuestas por campos) de la cadena de texto serializada" #: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:990 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3594 @@ -22157,8 +21276,7 @@ msgstr "Mostrar solo los SLA incorrectos" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1596 #: ../../include/functions_reporting_html.php:6054 #: ../../include/functions_reporting_html.php:6326 -#: ../../include/functions_reporting_html.php:6489 -#: ../../include/functions_netflow.php:1350 +#: ../../include/functions_reporting_html.php:6489 ../../include/functions_netflow.php:1350 #: ../../include/lib/Dashboard/Widgets/tactical.php:299 msgid "Summary" msgstr "Lista de agentes" @@ -22196,8 +21314,7 @@ msgstr "Editor de elementos" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:159 #: ../../enterprise/godmode/reporting/reporting_builder.template.php:202 -#: ../../godmode/reporting/reporting_builder.php:4083 -#: ../../include/functions_menu.php:618 +#: ../../godmode/reporting/reporting_builder.php:4083 ../../include/functions_menu.php:618 #: ../../operation/reporting/reporting_viewer.php:200 msgid "List items" msgstr "Listado de elementos" @@ -22212,8 +21329,7 @@ msgstr "Lista de plantillas" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 #: ../../godmode/agentes/configurar_agente.php:833 ../../godmode/setup/setup.php:406 #: ../../godmode/setup/demo.php:587 ../../godmode/setup/demo.php:637 -#: ../../godmode/reporting/schedule.php:63 -#: ../../godmode/reporting/reporting_builder.php:564 +#: ../../godmode/reporting/schedule.php:63 ../../godmode/reporting/reporting_builder.php:564 #: ../../godmode/reporting/reporting_builder.php:4046 #: ../../godmode/reporting/reporting_builder.php:4145 #: ../../godmode/reporting/reporting_builder.php:4173 @@ -22223,16 +21339,14 @@ msgid "Custom reports" msgstr "Reportes personalizados" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:469 -#: ../../godmode/reporting/reporting_builder.php:889 -#: ../../operation/search_reports.php:44 ../../operation/search_reports.php:60 -#: ../../operation/reporting/custom_reporting.php:36 +#: ../../godmode/reporting/reporting_builder.php:889 ../../operation/search_reports.php:44 +#: ../../operation/search_reports.php:60 ../../operation/reporting/custom_reporting.php:36 msgid "HTML" msgstr "HTML" #: ../../enterprise/godmode/reporting/reporting_builder.template.php:470 -#: ../../godmode/reporting/reporting_builder.php:890 -#: ../../operation/search_reports.php:45 ../../operation/search_reports.php:61 -#: ../../operation/reporting/custom_reporting.php:37 +#: ../../godmode/reporting/reporting_builder.php:890 ../../operation/search_reports.php:45 +#: ../../operation/search_reports.php:61 ../../operation/reporting/custom_reporting.php:37 msgid "XML" msgstr "XML" @@ -22363,8 +21477,7 @@ msgstr "Editor de elementos de plantilla de gráfico" #: ../../enterprise/godmode/reporting/graph_template_item_editor.php:181 #: ../../enterprise/godmode/reporting/graph_template_item_editor.php:244 #: ../../godmode/reporting/graph_builder.graph_editor.php:173 -#: ../../godmode/reporting/graph_builder.graph_editor.php:208 -#: ../../include/functions.php:4186 +#: ../../godmode/reporting/graph_builder.graph_editor.php:208 ../../include/functions.php:4186 msgid "Weight" msgstr "Peso" @@ -22525,28 +21638,26 @@ msgstr "Metaconsola local" #: ../../godmode/reporting/reporting_builder.item_editor.php:1434 #: ../../include/lib/Dashboard/Widgets/top_n.php:226 msgid "" -"Case insensitive regular expression for agent name. For example: Network.* will " -"match with the following agent names: network_agent1, NetworK CHECKS" +"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" +"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:2154 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3889 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4121 #: ../../godmode/reporting/reporting_builder.item_editor.php:1457 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." +"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 usas este campo con \"Coincidencia exacta de módulo\" activado, entonces " -"este campo tiene que rellenarse con la cadena literal del nombre del módulo. Si no, " -"usará una expresión regular, por ejemplo: .*usage.* coincidiría con : cpu_usage, " -"vram usage in machine 1." +"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el módulo. Por ejemplo: " +"si usas este campo con \"Coincidencia exacta de módulo\" activado, entonces este campo tiene " +"que rellenarse con la cadena literal del nombre del módulo. Si no, usará una expresión " +"regular, por ejemplo: .*usage.* coincidiría con : cpu_usage, vram usage in machine 1." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2176 msgid "Module exact match" @@ -22559,20 +21670,19 @@ msgstr "Coincidencia exacta de módulo" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4128 msgid "Check it if you want to match module name literally" msgstr "" -"Actívala si quieres que haya una coincidencia exacta y literal en el nombre del " -"módulo." +"Actívala si quieres que haya una coincidencia exacta y literal en el nombre del módulo." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2193 msgid "Case insensitive regular expression or string for templates name." msgstr "" -"Expresión regular o cadena sin sensibilidad de mayúsculas y minúsculas para el " -"nombre de las plantillas." +"Expresión regular o cadena sin sensibilidad de mayúsculas y minúsculas para el nombre de las " +"plantillas." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2216 msgid "Case insensitive regular expression or string for actions name." msgstr "" -"Expresión regular o cadena sin sensibilidad de mayúsculas y minúsculas para el " -"nombre de las acciones." +"Expresión regular o cadena sin sensibilidad de mayúsculas y minúsculas para el nombre de las " +"acciones." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2238 msgid "Hide items without data" @@ -22612,11 +21722,11 @@ msgstr "Plantilla SQL personalizada" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2350 #: ../../godmode/reporting/reporting_builder.item_editor.php:2936 msgid "" -"The entities of the fields that contain them must be included. Also is possible use " -"macros like `_start_date_` or `_end_date_`." +"The entities of the fields that contain them must be included. Also is possible use macros " +"like `_start_date_` or `_end_date_`." msgstr "" -"Deben incluirse las entidades de los campos que los contienen. También es posible " -"utilizar macros como '_start_date_' o '_end_date_'." +"Deben incluirse las entidades de los campos que los contienen. También es posible utilizar " +"macros como '_start_date_' o '_end_date_'." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2364 #: ../../enterprise/include/functions_reporting_csv.php:1272 @@ -22628,8 +21738,7 @@ msgstr "" #: ../../godmode/events/event_responses.editor.php:229 #: ../../godmode/events/event_responses.editor.php:255 #: ../../include/functions_reporting_html.php:2276 -#: ../../include/class/WelcomeWindow.class.php:683 -#: ../../operation/gis_maps/ajax.php:316 +#: ../../include/class/WelcomeWindow.class.php:683 ../../operation/gis_maps/ajax.php:316 msgid "URL" msgstr "URL" @@ -22646,8 +21755,7 @@ msgstr "Agrupar por" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2554 #: ../../enterprise/include/functions_reporting_csv.php:1627 #: ../../godmode/reporting/reporting_builder.item_editor.php:3131 -#: ../../include/functions_reporting_html.php:6215 -#: ../../include/functions_reporting.php:1713 +#: ../../include/functions_reporting_html.php:6215 ../../include/functions_reporting.php:1713 msgid "Avg" msgstr "Media" @@ -22793,8 +21901,7 @@ msgstr "Módulos a comparar (texto libre)" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3435 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 usa esta plantilla." +msgstr "Texto libre para filtrar los módulos de los agentes cuando se usa esta plantilla." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3452 msgid "Create a graph for each agent" @@ -22802,11 +21909,11 @@ msgstr "Crear un gráfico por cada agente" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3454 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." +"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 módulo hará coincidencia en cada " -"módulo de cada agente, y creará un gráfico que contenga módulos de todos los agentes." +"Si se activa, la expresión regular o el nombre de módulo hará coincidencia en cada módulo de " +"cada agente, y creará un gráfico que contenga módulos de todos los agentes." #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3481 #: ../../godmode/reporting/reporting_builder.item_editor.php:4055 @@ -22826,8 +21933,7 @@ msgstr "Intervalos de tiempo transcurrido" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3506 #: ../../godmode/reporting/reporting_builder.item_editor.php:4070 msgid "Lapses of time in which the period is divided to make more precise calculations" -msgstr "" -"Lapsos de tiempo en los que el intervalo se divide para obtener cálculos más precisos" +msgstr "Lapsos de tiempo en los que el intervalo se divide para obtener cálculos más precisos" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3557 #: ../../godmode/reporting/reporting_builder.item_editor.php:4117 @@ -22900,11 +22006,11 @@ msgstr "No literal" #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3880 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4112 msgid "" -"Case insensitive regular expression for agent name. For example: Network* will match " -"with the following agent names: network_agent1, NetworK CHECKS" +"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" +"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:3896 #: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4127 @@ -22934,8 +22040,7 @@ msgid "Name and SLA limit should not be empty" msgstr "El nombre y el límite SLA no deberían estar vacíos." #: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:151 -#: ../../godmode/modules/module_list.php:98 -#: ../../godmode/groups/configure_group.php:164 +#: ../../godmode/modules/module_list.php:98 ../../godmode/groups/configure_group.php:164 #: ../../godmode/groups/group_list.php:1035 ../../godmode/setup/os.builder.php:274 #: ../../godmode/setup/os.list.php:78 #: ../../godmode/reporting/visual_console_builder.elements.php:321 @@ -22999,14 +22104,12 @@ msgid "Name or Description" msgstr "Nombre o descripción" #: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:312 -#: ../../godmode/netflow/nf_item_list.php:228 -#: ../../godmode/netflow/nf_item_list.php:230 +#: ../../godmode/netflow/nf_item_list.php:228 ../../godmode/netflow/nf_item_list.php:230 msgid "Move to up" msgstr "Subir" #: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:325 -#: ../../godmode/netflow/nf_item_list.php:226 -#: ../../godmode/netflow/nf_item_list.php:231 +#: ../../godmode/netflow/nf_item_list.php:226 ../../godmode/netflow/nf_item_list.php:231 msgid "Move to down" msgstr "Bajar" @@ -23099,17 +22202,13 @@ msgstr "Crear nueva tarea de la consola" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:335 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:411 #: ../../godmode/modules/manage_network_components_form.php:398 -#: ../../godmode/groups/configure_group.php:305 -#: ../../godmode/reporting/manage_schedule.php:262 +#: ../../godmode/groups/configure_group.php:305 ../../godmode/reporting/manage_schedule.php:262 #: ../../godmode/reporting/graph_builder.main.php:319 #: ../../godmode/wizards/HostDevices.class.php:680 -#: ../../godmode/wizards/HostDevices.class.php:783 -#: ../../godmode/wizards/Wizard.main.php:441 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:200 -#: ../../include/functions_html.php:6993 +#: ../../godmode/wizards/HostDevices.class.php:783 ../../godmode/wizards/Wizard.main.php:441 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:200 ../../include/functions_html.php:6993 #: ../../include/class/CustomNetScan.class.php:314 -#: ../../include/class/CustomNetScan.class.php:425 -#: ../../include/class/HTML.class.php:427 +#: ../../include/class/CustomNetScan.class.php:425 ../../include/class/HTML.class.php:427 #: ../../include/lib/ClusterViewer/ClusterManager.php:819 #: ../../include/lib/ClusterViewer/ClusterWizard.php:356 msgid "Go back" @@ -23119,8 +22218,8 @@ msgstr "Volver" msgid "Updating console task" msgstr "Actualizar tarea de la consola" -#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:597 -#: ../../godmode/menu.php:56 ../../godmode/wizards/DiscoveryTaskList.class.php:114 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:597 ../../godmode/menu.php:56 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:114 msgid "Task list" msgstr "Lista de tareas" @@ -23158,9 +22257,8 @@ msgstr "Consola" #: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:825 #: ../../enterprise/include/ajax/cron.ajax.php:183 #: ../../godmode/reporting/manage_schedule.php:235 -#: ../../godmode/events/event_responses.editor.php:213 -#: ../../include/ajax/events.php:2224 ../../include/ajax/events.php:2741 -#: ../../include/class/ExternalTools.class.php:439 +#: ../../godmode/events/event_responses.editor.php:213 ../../include/ajax/events.php:2224 +#: ../../include/ajax/events.php:2741 ../../include/class/ExternalTools.class.php:439 #: ../../include/lib/Dashboard/Widgets/events_list.php:726 #: ../../operation/events/events.php:3059 msgid "Parameters" @@ -23193,8 +22291,7 @@ msgid "SQL Node status" msgstr "Estado del nodo SQL" #: ../../enterprise/godmode/servers/new_HA_cluster.php:144 -#: ../../enterprise/godmode/servers/HA_cluster.php:195 -#: ../../extensions/quick_shell.php:135 +#: ../../enterprise/godmode/servers/HA_cluster.php:195 ../../extensions/quick_shell.php:135 #: ../../godmode/agentes/module_manager_editor_network.php:549 msgid "SSH" msgstr "SSH" @@ -23266,25 +22363,25 @@ msgid "" " If you wish to continue to have HA you must disable Legacy HA database " "management option, since it doesn't correspond to MySQL 8" msgstr "" -"La versión 772LTS es la versión más reciente que es compatible con la alta " -"disponibilidad legacy. \n" -" Si desea continuar disponiendo de la alta disponibilidad, desactive la " -"opción de gestión de la base de datos de alta disponibilidad legacy, puesto que no " -"se corresponde con MySQL 8" +"La versión 772LTS es la versión más reciente que es compatible con la alta disponibilidad " +"legacy. \n" +" Si desea continuar disponiendo de la alta disponibilidad, desactive la opción de " +"gestión de la base de datos de alta disponibilidad legacy, puesto que no se corresponde con " +"MySQL 8" #: ../../enterprise/godmode/servers/HA_cluster.php:59 msgid "" "Version 772LTS is the latest version to support MySQL5.\n" -" The HA system you are using uses MySQL5 so it will not be supported from " -"version 772 onwards.\n" -" If you wish to continue to have HA you must migrate to the new HA system " -"and to the MySQL 8 version" +" The HA system you are using uses MySQL5 so it will not be supported from version " +"772 onwards.\n" +" If you wish to continue to have HA you must migrate to the new HA system and to " +"the MySQL 8 version" msgstr "" "La versión 772LTS es la versión más reciente que es compatible con MySQL5.\n" -" El sistema de alta disponibilidad que está utilizando hace uso de " -"MySQL5, por tanto no será compatible a partir de la versión 772 en adelante.\n" -" Si desea continuar disponiendo de la alta disponibilidad, migre al nuevo " -"sistema de alta disponibilidad y a la versión MySQL 8" +" El sistema de alta disponibilidad que está utilizando hace uso de MySQL5, por " +"tanto no será compatible a partir de la versión 772 en adelante.\n" +" Si desea continuar disponiendo de la alta disponibilidad, migre al nuevo sistema " +"de alta disponibilidad y a la versión MySQL 8" #: ../../enterprise/godmode/servers/HA_cluster.php:164 msgid "" @@ -23305,8 +22402,7 @@ msgstr "" " nodos se limparán" #: ../../enterprise/godmode/servers/HA_cluster.php:191 -#: ../../enterprise/include/functions_reporting_csv.php:2945 -#: ../../operation/tree.php:265 +#: ../../enterprise/include/functions_reporting_csv.php:2945 ../../operation/tree.php:265 msgid "Agent status" msgstr "Estado de agente" @@ -23356,10 +22452,9 @@ msgstr "Registrar nodo" #: ../../enterprise/godmode/servers/HA_cluster.php:502 msgid "" -"Target node will be erased from this list but not removed from cluster. Do you want " -"to continue?" -msgstr "" -"El nodo objetivo se eliminará de la lista pero no del cluster. ¿Desea continuar?" +"Target node will be erased from this list but not removed from cluster. Do you want to " +"continue?" +msgstr "El nodo objetivo se eliminará de la lista pero no del cluster. ¿Desea continuar?" #: ../../enterprise/godmode/servers/manage_export.php:73 msgid "Exports" @@ -23379,8 +22474,7 @@ msgstr "Error al borrar el servidor de exportación" #: ../../enterprise/godmode/servers/manage_export.php:112 msgid "" -"Successfully deleted export target. All the linked modules will be automatically " -"unattached" +"Successfully deleted export target. All the linked modules will be automatically unattached" msgstr "" "Objetivo de exportación eliminado correctamente. Todos los módulos enlazados se " "desvincularán automáticamente" @@ -23388,8 +22482,8 @@ msgstr "" #: ../../enterprise/godmode/servers/manage_export.php:135 msgid "Can't be created export target: User and password must be filled with FTP mode" msgstr "" -"No pudo crearse un servidor de exportación: el usuario y la contraseña deben ser " -"completados con el modo de FTP." +"No pudo crearse un servidor de exportación: el usuario y la contraseña deben ser completados " +"con el modo de FTP." #: ../../enterprise/godmode/servers/manage_export.php:155 msgid "There are no defined export targets" @@ -23416,9 +22510,9 @@ msgstr "Casillas de credenciales" #: ../../enterprise/godmode/servers/credential_boxes_satellite.php:55 #: ../../enterprise/godmode/servers/manage_credential_boxes.php:33 -#: ../../enterprise/godmode/servers/list_satellite.php:41 -#: ../../godmode/setup/license.php:265 ../../godmode/servers/modificar_server.php:188 -#: ../../include/functions_ui.php:1035 ../../include/class/Diagnostics.class.php:1278 +#: ../../enterprise/godmode/servers/list_satellite.php:41 ../../godmode/setup/license.php:265 +#: ../../godmode/servers/modificar_server.php:188 ../../include/functions_ui.php:1035 +#: ../../include/class/Diagnostics.class.php:1278 msgid "Satellite" msgstr "Satélite" @@ -23456,18 +22550,16 @@ msgstr "Valor predeterminado: " #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:357 #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:506 -#: ../../godmode/servers/modificar_server.php:74 -#: ../../include/functions_servers.php:767 ../../include/functions_servers.php:773 -#: ../../include/functions_ui.php:7494 +#: ../../godmode/servers/modificar_server.php:74 ../../include/functions_servers.php:767 +#: ../../include/functions_servers.php:773 ../../include/functions_ui.php:7494 #: ../../include/lib/ClusterViewer/ClusterWizard.php:848 msgid "Prediction server" msgstr "Servidor de predicción" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:363 #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:548 -#: ../../godmode/servers/modificar_server.php:95 -#: ../../include/functions_servers.php:837 ../../include/functions_servers.php:843 -#: ../../include/functions_servers.php:1463 +#: ../../godmode/servers/modificar_server.php:95 ../../include/functions_servers.php:837 +#: ../../include/functions_servers.php:843 ../../include/functions_servers.php:1463 msgid "Event server" msgstr "Servidor de eventos" @@ -23561,24 +22653,22 @@ msgid "Autocreate" msgstr "Autocrear" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:482 -#: ../../godmode/servers/modificar_server.php:54 -#: ../../include/functions_servers.php:697 ../../include/functions_servers.php:703 -#: ../../include/functions_servers.php:1430 ../../include/functions_ui.php:7479 +#: ../../godmode/servers/modificar_server.php:54 ../../include/functions_servers.php:697 +#: ../../include/functions_servers.php:703 ../../include/functions_servers.php:1430 +#: ../../include/functions_ui.php:7479 msgid "Data server" msgstr "Servidor de datos" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:488 -#: ../../godmode/servers/modificar_server.php:58 -#: ../../include/functions_servers.php:711 ../../include/functions_servers.php:717 -#: ../../include/functions_servers.php:1433 ../../include/functions_ui.php:7484 -#: ../../include/class/AgentWizard.class.php:1411 +#: ../../godmode/servers/modificar_server.php:58 ../../include/functions_servers.php:711 +#: ../../include/functions_servers.php:717 ../../include/functions_servers.php:1433 +#: ../../include/functions_ui.php:7484 ../../include/class/AgentWizard.class.php:1411 msgid "Network server" msgstr "Servidor de red" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:494 -#: ../../godmode/servers/modificar_server.php:147 -#: ../../include/functions_servers.php:1019 ../../include/functions_servers.php:1025 -#: ../../include/functions_servers.php:1478 +#: ../../godmode/servers/modificar_server.php:147 ../../include/functions_servers.php:1019 +#: ../../include/functions_servers.php:1025 ../../include/functions_servers.php:1478 msgid "Alert server" msgstr "Servidor de alertas" @@ -23586,8 +22676,7 @@ msgstr "Servidor de alertas" #: ../../enterprise/include/ajax/ipam.ajax.php:357 #: ../../enterprise/include/class/Azure.cloud.php:785 #: ../../enterprise/include/class/VMware.app.php:593 -#: ../../enterprise/include/class/DB2.app.php:456 -#: ../../enterprise/include/class/Aws.S3.php:419 +#: ../../enterprise/include/class/DB2.app.php:456 ../../enterprise/include/class/Aws.S3.php:419 #: ../../enterprise/include/class/SAP.app.php:471 #: ../../enterprise/include/class/Aws.cloud.php:513 #: ../../enterprise/include/class/Aws.cloud.php:1234 @@ -23597,20 +22686,17 @@ msgstr "Servidor de alertas" #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:472 #: ../../enterprise/tools/ipam/ipam_editor.php:205 #: ../../godmode/wizards/HostDevices.class.php:902 -#: ../../godmode/servers/modificar_server.php:66 -#: ../../include/functions_servers.php:739 ../../include/functions_servers.php:745 -#: ../../include/functions_servers.php:1466 +#: ../../godmode/servers/modificar_server.php:66 ../../include/functions_servers.php:739 +#: ../../include/functions_servers.php:745 ../../include/functions_servers.php:1466 #: ../../include/class/ExtensionsDiscovery.class.php:1477 -#: ../../include/class/CustomNetScan.class.php:485 -#: ../../general/first_task/recon_view.php:22 +#: ../../include/class/CustomNetScan.class.php:485 ../../general/first_task/recon_view.php:22 msgid "Discovery server" msgstr "Servidor Discovery" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:512 -#: ../../godmode/servers/modificar_server.php:70 -#: ../../include/functions_servers.php:753 ../../include/functions_servers.php:759 -#: ../../include/functions_servers.php:1445 ../../include/functions_ui.php:7489 -#: ../../include/class/AgentWizard.class.php:1392 +#: ../../godmode/servers/modificar_server.php:70 ../../include/functions_servers.php:753 +#: ../../include/functions_servers.php:759 ../../include/functions_servers.php:1445 +#: ../../include/functions_ui.php:7489 ../../include/class/AgentWizard.class.php:1392 msgid "Plugin server" msgstr "Servidor de plugins" @@ -23625,24 +22711,21 @@ msgid "SNMP server" msgstr "Servidor SNMP" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:530 -#: ../../godmode/servers/modificar_server.php:91 -#: ../../include/functions_servers.php:823 ../../include/functions_servers.php:829 -#: ../../include/functions_servers.php:1454 +#: ../../godmode/servers/modificar_server.php:91 ../../include/functions_servers.php:823 +#: ../../include/functions_servers.php:829 ../../include/functions_servers.php:1454 msgid "Web server" msgstr "Servidor web" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:536 -#: ../../godmode/servers/modificar_server.php:87 -#: ../../include/functions_servers.php:809 ../../include/functions_servers.php:815 -#: ../../include/functions_servers.php:1460 +#: ../../godmode/servers/modificar_server.php:87 ../../include/functions_servers.php:809 +#: ../../include/functions_servers.php:815 ../../include/functions_servers.php:1460 msgid "Inventory server" msgstr "Servidor de inventario" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:542 #: ../../enterprise/godmode/servers/manage_export_form.php:111 -#: ../../godmode/servers/modificar_server.php:82 -#: ../../include/functions_servers.php:795 ../../include/functions_servers.php:801 -#: ../../include/functions_servers.php:1457 +#: ../../godmode/servers/modificar_server.php:82 ../../include/functions_servers.php:795 +#: ../../include/functions_servers.php:801 ../../include/functions_servers.php:1457 msgid "Export server" msgstr "Servidor de exportación" @@ -23656,17 +22739,15 @@ msgid "WUX server" msgstr "Servidor WUX" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:566 -#: ../../godmode/servers/modificar_server.php:135 -#: ../../include/functions_servers.php:977 ../../include/functions_servers.php:983 -#: ../../include/functions_servers.php:1481 +#: ../../godmode/servers/modificar_server.php:135 ../../include/functions_servers.php:977 +#: ../../include/functions_servers.php:983 ../../include/functions_servers.php:1481 msgid "NCM server" msgstr "Servidor NCM" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:572 -#: ../../godmode/servers/modificar_server.php:78 -#: ../../include/functions_servers.php:781 ../../include/functions_servers.php:787 -#: ../../include/functions_servers.php:1451 ../../include/functions_ui.php:7499 -#: ../../include/class/AgentWizard.class.php:1402 +#: ../../godmode/servers/modificar_server.php:78 ../../include/functions_servers.php:781 +#: ../../include/functions_servers.php:787 ../../include/functions_servers.php:1451 +#: ../../include/functions_ui.php:7499 ../../include/class/AgentWizard.class.php:1402 msgid "WMI server" msgstr "Servidor WMI" @@ -23676,11 +22757,10 @@ msgid "Syslog server" msgstr "Servidor Syslog" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:584 -#: ../../godmode/servers/modificar_server.php:131 -#: ../../include/functions_servers.php:1047 ../../include/functions_servers.php:1053 -#: ../../include/functions_servers.php:1469 +#: ../../godmode/servers/modificar_server.php:131 ../../include/functions_servers.php:1047 +#: ../../include/functions_servers.php:1053 ../../include/functions_servers.php:1469 msgid "Log server" -msgstr "Servidor de registros" +msgstr "Recolección de logs" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:678 msgid "Event threads" @@ -23697,11 +22777,11 @@ msgstr "Deshabilitar agente" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:718 msgid "" -"When activated, the satellite does not launch anything remotely, but remains on " -"standby for possible changes" +"When activated, the satellite does not launch anything remotely, but remains on standby for " +"possible changes" msgstr "" -"Si está activado, el Satélite no lanza nada a distancia, pero se mantiene en modo " -"standby para posibles cambios" +"Si está activado, el Satélite no lanza nada a distancia, pero se mantiene en modo standby " +"para posibles cambios" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:724 msgid "Agent configuration files directory" @@ -23767,8 +22847,8 @@ msgstr "Ejecutar en segundo plano si se establece en 1" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:799 msgid "" -"Set to 1 to move dynamic auto-discovered modules (SNMP, WMI...) to separate files so " -"that they don't interfere with remote agent configuration" +"Set to 1 to move dynamic auto-discovered modules (SNMP, WMI...) to separate files so that " +"they don't interfere with remote agent configuration" msgstr "" "Ajustado a 1 para mover módulos dinámicos auto-detectados (SNMP, WMI...) a archivos " "separados para que no interfieran con la configuración de agente remoto" @@ -23795,13 +22875,13 @@ msgstr "Ruta de acceso al binario fping" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:820 msgid "" -"Used by the Enterprise ICMP Server. Default path is /usr/sbin/fping for installation " -"in Centos, if you are installing in another distro, install fping in /usr/bin/fping " -"and update this field with the new path" +"Used by the Enterprise ICMP Server. Default path is /usr/sbin/fping for installation in " +"Centos, if you are installing in another distro, install fping in /usr/bin/fping and update " +"this field with the new path" msgstr "" -"Utilizado por el servidor Enterprise ICMP. La ruta predeterminada es /usr/sbin/fping " -"para la instalación en Centos, si va a instalarlo en otra distribución, instale " -"fping en /usr/bin/fping y actualice este campo con la nueva ruta" +"Utilizado por el servidor Enterprise ICMP. La ruta predeterminada es /usr/sbin/fping para la " +"instalación en Centos, si va a instalarlo en otra distribución, instale fping en /usr/bin/" +"fping y actualice este campo con la nueva ruta" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:826 msgid "Path to Pandora Fast SNMP binary" @@ -23813,11 +22893,11 @@ msgstr "Adición forzada" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:833 msgid "" -"If set to 1, manually added hosts (via add_host or host_file) will always be " -"created, whether they respond to ping or not" +"If set to 1, manually added hosts (via add_host or host_file) will always be created, " +"whether they respond to ping or not" msgstr "" -"Si se ajusta a 1, siempre se crearán hosts agregados manualmente (a través de " -"add_host o host_file), ya sea que respondan al ping o no." +"Si se ajusta a 1, siempre se crearán hosts agregados manualmente (a través de add_host o " +"host_file), ya sea que respondan al ping o no." #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:839 msgid "General GIS exec" @@ -23829,8 +22909,7 @@ msgstr "Ruta al generador general de coordenadas SIG. Debe ser un archivo ejecut #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:846 msgid "Group where agents will be placed (must exist in the Pandora FMS console)" -msgstr "" -"Grupo donde se añadirán los agentes (debe existir en la consola de Pandora FMS)" +msgstr "Grupo donde se añadirán los agentes (debe existir en la consola de Pandora FMS)" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:852 msgid "Host file" @@ -23839,8 +22918,8 @@ msgstr "Archivo host" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:853 msgid "File containing hosts to be scanned. The address may be followed by a hostname" msgstr "" -"Archivo que contiene hosts que se van a analizar. La dirección puede ir seguida de " -"un nombre de host" +"Archivo que contiene hosts que se van a analizar. La dirección puede ir seguida de un nombre " +"de host" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:859 msgid "Latency block" @@ -23990,8 +23069,7 @@ msgstr "Comunidad de reconocimento" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1002 msgid "Comma separated list of SNMP communities to try for SNMP auto-discovery" msgstr "" -"Lista separada por comas de comunidades SNMP para probar la detección automática de " -"SNMP" +"Lista separada por comas de comunidades SNMP para probar la detección automática de SNMP" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1008 msgid "Recon enabled" @@ -24035,11 +23113,11 @@ msgstr "Plantilla de tiempo de reconocimiento" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1037 msgid "" -"Like nmap_timing_template, but applies to Satellite Server and Recon Server network " -"scans. 3 by default" +"Like nmap_timing_template, but applies to Satellite Server and Recon Server network scans. 3 " +"by default" msgstr "" -"Similar a nmap_timing_template, pero se aplica a los análisis de red de los " -"servidores Satellite y Recon. 3 por defecto" +"Similar a nmap_timing_template, pero se aplica a los análisis de red de los servidores " +"Satellite y Recon. 3 por defecto" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1043 #: ../../enterprise/include/class/DeploymentCenter.class.php:721 @@ -24049,13 +23127,12 @@ msgstr "IP del servidor" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1044 msgid "Tentacle server address. Put here your Pandora FMS data server address" msgstr "" -"Dirección del servidor de Tentacle. Introduzca aquí la dirección de tu servidor de " -"datos de Pandora FMS" +"Dirección del servidor de Tentacle. Introduzca aquí la dirección de tu servidor de datos de " +"Pandora FMS" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1051 msgid "Name of the Satellite server (the hostname is used by default)" -msgstr "" -"Nombre del servidor Satélite (el nombre de host se utiliza de forma predeterminada)" +msgstr "Nombre del servidor Satélite (el nombre de host se utiliza de forma predeterminada)" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1057 msgid "Server path" @@ -24105,11 +23182,11 @@ msgstr "Keepalive" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1093 msgid "" -"Interval of the main server loop in seconds. Status updates are sent to Pandora " -"every keepalive seconds" +"Interval of the main server loop in seconds. Status updates are sent to Pandora every " +"keepalive seconds" msgstr "" -"Intervalo del bucle del servidor principal en segundos. Las actualizaciones de " -"estado se envían a Pandora FMS en el intervalo de segundos de keepalive" +"Intervalo del bucle del servidor principal en segundos. Las actualizaciones de estado se " +"envían a Pandora FMS en el intervalo de segundos de keepalive" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1099 msgid "SNMP blacklist" @@ -24161,18 +23238,16 @@ msgstr "Verificación de SNMP" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1142 msgid "Enable (1) or disable (0) the verification of SNMPv1 modules that break braa" -msgstr "" -"Habilitar (1) o deshabilitar (0) la verificación de los módulos SNMPv1 que rompen " -"braa" +msgstr "Habilitar (1) o deshabilitar (0) la verificación de los módulos SNMPv1 que rompen braa" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1149 msgid "" -"Default SNMP version to use (1 or 2c, SNMPv3 modules explicitly state their " -"version). WARNING: some modules could stop working if you change this setting" +"Default SNMP version to use (1 or 2c, SNMPv3 modules explicitly state their version). " +"WARNING: some modules could stop working if you change this setting" msgstr "" -"Versión SNMP predeterminada para usar (1 o 2c, los módulos SNMPv3 indican " -"explícitamente su versión). ADVERTENCIA: algunos módulos podrían dejar de funcionar " -"si cambia esta configuración" +"Versión SNMP predeterminada para usar (1 o 2c, los módulos SNMPv3 indican explícitamente su " +"versión). ADVERTENCIA: algunos módulos podrían dejar de funcionar si cambia esta " +"configuración" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1155 msgid "SNMPv2c block" @@ -24220,8 +23295,7 @@ msgstr "Verificación de SNMPv2c" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1191 msgid "Enable (1) or disable (0) the verification of SNMPv2 modules that break braa" -msgstr "" -"Habilitar (1) o deshabilitar (0) la verificación de módulos SNMPv2 que rompen braa" +msgstr "Habilitar (1) o deshabilitar (0) la verificación de módulos SNMPv2 que rompen braa" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1197 msgid "SNMPv3 block" @@ -24268,11 +23342,9 @@ msgid "SNMPv3 verify" msgstr "Verificación de SNMPv3" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1233 -msgid "" -"Enable (1) or disable (0) the verification of SNMPv3 modules that break pandorafsnmp" +msgid "Enable (1) or disable (0) the verification of SNMPv3 modules that break pandorafsnmp" msgstr "" -"Habilitar (1) o deshabilitar (0) la verificación de módulos SNMPv3 que rompen " -"pandorafsnmp" +"Habilitar (1) o deshabilitar (0) la verificación de módulos SNMPv3 que rompen pandorafsnmp" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1239 msgid "SNMPv3 security level" @@ -24280,8 +23352,7 @@ msgstr "Nivel de seguridad SNMPv3" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1240 msgid "Security level used for SNMPv3 messages (noauth, authnopriv or authpriv)" -msgstr "" -"Nivel de seguridad utilizado para mensajes SNMPv3 (noauth, authnopriv o authpriv)" +msgstr "Nivel de seguridad utilizado para mensajes SNMPv3 (noauth, authnopriv o authpriv)" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1246 msgid "SNMPv3 security name" @@ -24329,8 +23400,7 @@ msgstr "Retraso en el inicio" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1282 msgid "Wait startup_delay seconds before sending XML data files for the first time" -msgstr "" -"Espere startup_delay segundos antes de enviar archivos de datos XML por primera vez" +msgstr "Espere startup_delay segundos antes de enviar archivos de datos XML por primera vez" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1288 msgid "TCP interval" @@ -24370,8 +23440,7 @@ msgstr "Tamaño mínimo temporal" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1317 msgid "Minimum available bytes in the temporal directory to enable the XML buffer" -msgstr "" -"Mínimo de bytes disponibles en el directorio temporal para habilitar el búfer XML" +msgstr "Mínimo de bytes disponibles en el directorio temporal para habilitar el búfer XML" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1323 msgid "Full path to tentacle client" @@ -24412,8 +23481,8 @@ msgstr "Caché de VLAN habilitada" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1358 msgid "Enable (1) or disable (0) the VLAN cache for host auto-discovery" msgstr "" -"Habilitar (1) o deshabilitar (0) la memoria caché de VLAN para la detección " -"automática del host" +"Habilitar (1) o deshabilitar (0) la memoria caché de VLAN para la detección automática del " +"host" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1364 msgid "Enable XML buffer" @@ -24459,11 +23528,11 @@ msgstr "Tarea de IPAM" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1405 msgid "" -"Comma separated list of networks (in slash notation) to scan for IPAM. Must be " -"preceded by the ID of the IPAM task in Pandora FMS (E.g. 1,192.168.0.0/24)" +"Comma separated list of networks (in slash notation) to scan for IPAM. Must be preceded by " +"the ID of the IPAM task in Pandora FMS (E.g. 1,192.168.0.0/24)" msgstr "" -"Lista de redes separadas por comas (en notación de barra) para explorar en busca de " -"IPAM. Debe ir precedido del ID de la tarea IPAM en Pandora FMS (ej. 1.192.168.0.0/24)" +"Lista de redes separadas por comas (en notación de barra) para explorar en busca de IPAM. " +"Debe ir precedido del ID de la tarea IPAM en Pandora FMS (ej. 1.192.168.0.0/24)" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1411 msgid "Timeout bin" @@ -24471,11 +23540,11 @@ msgstr "Tiempo de espera de binario" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1412 msgid "" -"If defined, the timeout program (usually /usr/bin/timeout) will be used to call the " -"Tentacle client" +"If defined, the timeout program (usually /usr/bin/timeout) will be used to call the Tentacle " +"client" msgstr "" -"Si se define, el programa de tiempo de espera (normalmente /usr/bin/timeout) se " -"utilizará para llamar al cliente Tentacle" +"Si se define, el programa de tiempo de espera (normalmente /usr/bin/timeout) se utilizará " +"para llamar al cliente Tentacle" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1418 msgid "IPAM interval" @@ -24491,14 +23560,13 @@ msgstr "Modo secundario" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1428 msgid "" -"If secondary_mode is set to on_error, data files are copied to the secondary server " -"only if the primary server fails. If set to always, data files are always copied to " -"the secondary server" +"If secondary_mode is set to on_error, data files are copied to the secondary server only if " +"the primary server fails. If set to always, data files are always copied to the secondary " +"server" msgstr "" -"Si secondary_mode se establece en on_error, los archivos de datos se copian en el " -"servidor secundario solo si se produce un error en el servidor principal. Si se " -"establece en siempre, los archivos de datos siempre se copian en el servidor " -"secundario" +"Si secondary_mode se establece en on_error, los archivos de datos se copian en el servidor " +"secundario solo si se produce un error en el servidor principal. Si se establece en siempre, " +"los archivos de datos siempre se copian en el servidor secundario" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1434 msgid "Secondary server IP" @@ -24530,11 +23598,10 @@ msgid "Delete remote configuration file" msgstr "Borrar el archivo de configuración remota" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1576 -msgid "" -"Delete this conf file implies that server will send back local config to console" +msgid "Delete this conf file implies that server will send back local config to console" msgstr "" -"Eliminar este archivo de configuración significa que el servidor devolverá la " -"configuración local a la consola" +"Eliminar este archivo de configuración significa que el servidor devolverá la configuración " +"local a la consola" #: ../../enterprise/godmode/servers/server_disk_conf_editor.php:1620 msgid "General server configuration" @@ -24599,8 +23666,7 @@ msgstr "Enviar a emails (separados por comas)" #: ../../enterprise/include/functions_reporting.php:8466 #: ../../enterprise/operation/reporting/custom_reporting.php:161 #: ../../godmode/setup/news.php:204 ../../godmode/setup/news.php:353 -#: ../../operation/messages/message_list.php:195 -#: ../../operation/messages/message_edit.php:394 +#: ../../operation/messages/message_list.php:195 ../../operation/messages/message_edit.php:394 msgid "Subject" msgstr "Asunto" @@ -24628,8 +23694,7 @@ msgid "Regexp agent filter" msgstr "Filtro de agente RegEx" #: ../../enterprise/include/functions_cron.php:124 -#: ../../enterprise/include/functions_tasklist.php:401 -#: ../../include/functions_cron.php:701 +#: ../../enterprise/include/functions_tasklist.php:401 ../../include/functions_cron.php:701 msgid "Report per agent" msgstr "Informe por agente" @@ -24642,8 +23707,8 @@ msgstr "Guardar disco en la ruta" #: ../../enterprise/include/functions_cron.php:161 msgid "The apache user should have read-write access on this folder. Ex: " msgstr "" -"El usuario de Apache debería tener acceso de lectura y escritura en esta carpeta. " -"Por ejemplo: " +"El usuario de Apache debería tener acceso de lectura y escritura en esta carpeta. Por " +"ejemplo: " #: ../../enterprise/include/functions_cron.php:167 msgid "File name prefix" @@ -24654,8 +23719,7 @@ msgid "Active backups" msgstr "Copias de seguridad activas" #: ../../enterprise/include/functions_cron.php:195 -#: ../../enterprise/include/functions_tasklist.php:447 -#: ../../include/functions_cron.php:740 +#: ../../enterprise/include/functions_tasklist.php:447 ../../include/functions_cron.php:740 msgid "Custom script" msgstr "Script personalizado" @@ -24693,8 +23757,7 @@ msgstr "Ejecutar script personalizado" msgid "Not scheduled" msgstr "No programado" -#: ../../enterprise/include/functions_cron.php:396 -#: ../../include/functions_netflow.php:2101 +#: ../../enterprise/include/functions_cron.php:396 ../../include/functions_netflow.php:2101 msgid "Hourly" msgstr "Cada hora" @@ -24714,17 +23777,15 @@ msgstr "Este campo es opcional" #: ../../enterprise/include/functions_cron.php:1223 msgid "Scheduled report had an attempt to send an email without attachments." msgstr "" -"El informe programado tenía un intento de enviar un correo electrónico sin archivos " -"adjuntos." +"El informe programado tenía un intento de enviar un correo electrónico sin archivos adjuntos." #: ../../enterprise/include/functions_cron.php:1226 msgid "Scheduled report had an attempt to send an email with some attachments." msgstr "" -"El informe programado tenía un intento de enviar un correo electrónico con algunos " -"archivos adjuntos." +"El informe programado tenía un intento de enviar un correo electrónico con algunos archivos " +"adjuntos." -#: ../../enterprise/include/functions_cron.php:1469 -#: ../../include/functions_reporting.php:16390 +#: ../../enterprise/include/functions_cron.php:1469 ../../include/functions_reporting.php:16390 msgid "Greetings" msgstr "Saludos" @@ -24732,28 +23793,24 @@ msgstr "Saludos" msgid "Attached to this email there's a CSV file of the logs" msgstr "Hay un archivo CSV de los logs adjunto a este correo electrónico" -#: ../../enterprise/include/functions_cron.php:1473 -#: ../../mobile/include/functions_web.php:84 ../../mobile/include/ui.class.php:327 -#: ../../include/functions_reporting.php:16396 +#: ../../enterprise/include/functions_cron.php:1473 ../../mobile/include/functions_web.php:84 +#: ../../mobile/include/ui.class.php:327 ../../include/functions_reporting.php:16396 msgid "Generated at" msgstr "Generado el" -#: ../../enterprise/include/functions_cron.php:1475 -#: ../../include/functions_reporting.php:16398 +#: ../../enterprise/include/functions_cron.php:1475 ../../include/functions_reporting.php:16398 msgid "Thanks for your time." msgstr "Gracias por tu tiempo." -#: ../../enterprise/include/functions_cron.php:1477 -#: ../../include/functions_reporting.php:16400 +#: ../../enterprise/include/functions_cron.php:1477 ../../include/functions_reporting.php:16400 msgid "Best regards, Pandora FMS" msgstr "Saludos cordiales, Pandora FMS" -#: ../../enterprise/include/functions_cron.php:1479 -#: ../../include/functions_reporting.php:16402 +#: ../../enterprise/include/functions_cron.php:1479 ../../include/functions_reporting.php:16402 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 respondas a " -"este email." +"Este es un email generado automáticamente por Pandora FMS. Por favor, no respondas a este " +"email." #: ../../enterprise/include/functions_cron.php:1481 msgid "logs csv" @@ -24777,8 +23834,8 @@ msgstr "DiscoveryConsoleTasks no funciona adecuadamente" #: ../../enterprise/include/functions_tasklist.php:58 msgid "Discovery relies on a proper setup of cron, the time-based scheduling service" msgstr "" -"El Discovery se basa en la correcta configuración de cron, el servicio de " -"programación en función del tiempo" +"El Discovery se basa en la correcta configuración de cron, el servicio de programación en " +"función del tiempo" #: ../../enterprise/include/functions_tasklist.php:59 #: ../../include/class/ConsoleSupervisor.php:2793 @@ -24805,8 +23862,7 @@ msgstr "Aún no hay tareas de consola definidas." msgid "Next execution" msgstr "Siguiente ejecución" -#: ../../enterprise/include/functions_tasklist.php:201 -#: ../../include/functions_cron.php:501 +#: ../../enterprise/include/functions_tasklist.php:201 ../../include/functions_cron.php:501 msgid "Last run" msgstr "Última ejecución" @@ -24816,11 +23872,11 @@ msgstr "Última ejecución" #: ../../enterprise/include/functions_tasklist.php:472 #: ../../enterprise/include/functions_tasklist.php:527 #: ../../enterprise/include/functions_tasklist.php:566 -#: ../../enterprise/include/functions_tasklist.php:603 -#: ../../include/functions_cron.php:535 ../../include/functions_cron.php:573 -#: ../../include/functions_cron.php:628 ../../include/functions_cron.php:720 -#: ../../include/functions_cron.php:756 ../../include/functions_cron.php:802 -#: ../../include/functions_cron.php:844 ../../include/functions_cron.php:878 +#: ../../enterprise/include/functions_tasklist.php:603 ../../include/functions_cron.php:535 +#: ../../include/functions_cron.php:573 ../../include/functions_cron.php:628 +#: ../../include/functions_cron.php:720 ../../include/functions_cron.php:756 +#: ../../include/functions_cron.php:802 ../../include/functions_cron.php:844 +#: ../../include/functions_cron.php:878 msgid "Force run" msgstr "Forzar ejecución" @@ -24842,15 +23898,13 @@ msgstr "Forzar ejecución" msgid "Report type" msgstr "Tipo de informe" -#: ../../enterprise/include/functions_tasklist.php:375 -#: ../../include/functions_cron.php:675 +#: ../../enterprise/include/functions_tasklist.php:375 ../../include/functions_cron.php:675 msgid "regex" msgstr "expresión regular" #: ../../enterprise/include/functions_tasklist.php:499 -#: ../../godmode/reporting/manage_schedule.php:105 -#: ../../godmode/reporting/schedule.php:169 ../../include/functions_cron.php:784 -#: ../../include/functions_cron.php:825 +#: ../../godmode/reporting/manage_schedule.php:105 ../../godmode/reporting/schedule.php:169 +#: ../../include/functions_cron.php:784 ../../include/functions_cron.php:825 #: ../../include/lib/Dashboard/Widgets/reports.php:369 #: ../../include/lib/Dashboard/Widgets/reports.php:415 #: ../../include/lib/Dashboard/Widgets/reports.php:421 @@ -24872,25 +23926,23 @@ msgstr "Tarea deshabilitada" #: ../../enterprise/include/functions_ipam.php:2153 #: ../../enterprise/include/functions_ipam.php:2154 #: ../../enterprise/include/functions_ipam.php:2155 -#: ../../enterprise/tools/ipam/ipam_list.php:791 -#: ../../enterprise/tools/ipam/ipam_ajax.php:505 ../../godmode/db/db_main.php:176 -#: ../../godmode/snmpconsole/snmp_alert.php:1972 ../../include/functions_cron.php:906 -#: ../../include/ajax/heatmap.ajax.php:480 ../../include/ajax/token.php:88 -#: ../../include/ajax/token.php:94 ../../include/functions_agents.php:4765 -#: ../../include/functions_treeview.php:728 ../../include/functions_ui.php:642 -#: ../../operation/gis_maps/ajax.php:351 ../../operation/gis_maps/ajax.php:362 -#: ../../operation/gis_maps/ajax.php:468 ../../operation/gis_maps/ajax.php:479 +#: ../../enterprise/tools/ipam/ipam_list.php:791 ../../enterprise/tools/ipam/ipam_ajax.php:505 +#: ../../godmode/db/db_main.php:176 ../../godmode/snmpconsole/snmp_alert.php:1972 +#: ../../include/functions_cron.php:906 ../../include/ajax/heatmap.ajax.php:480 +#: ../../include/ajax/token.php:88 ../../include/ajax/token.php:94 +#: ../../include/functions_agents.php:4765 ../../include/functions_treeview.php:728 +#: ../../include/functions_ui.php:642 ../../operation/gis_maps/ajax.php:351 +#: ../../operation/gis_maps/ajax.php:362 ../../operation/gis_maps/ajax.php:468 +#: ../../operation/gis_maps/ajax.php:479 msgid "Never" msgstr "Nunca" #: ../../enterprise/include/functions_tasklist.php:777 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:1120 -#: ../../include/functions_cron.php:975 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1120 ../../include/functions_cron.php:975 msgid "Disable task" msgstr "Deshabilitar tarea" -#: ../../enterprise/include/functions_tasklist.php:777 -#: ../../include/functions_cron.php:975 +#: ../../enterprise/include/functions_tasklist.php:777 ../../include/functions_cron.php:975 msgid "Enable task" msgstr "Habilitar tarea" @@ -24982,14 +24034,13 @@ msgstr "Iniciando red" #: ../../enterprise/include/ajax/ipam.ajax.php:316 msgid "" -"The networks will be created/added starting from this address in the subnetting " -"range given by the mask. Use CIDR format (e.g.: 192.168.72.0/22). If no value was " -"provided, it uses the starting address of the supernet by default." +"The networks will be created/added starting from this address in the subnetting range given " +"by the mask. Use CIDR format (e.g.: 192.168.72.0/22). If no value was provided, it uses the " +"starting address of the supernet by default." msgstr "" -"Las redes se crearán/agregarán a partir de esta dirección en el rango de subredes " -"dado por la máscara. Utilice el formato CIDR (por ejemplo: 192.168.72.0/22). Si no " -"se proporcionó ningún valor, utilizará la dirección inicial de la superred de forma " -"predeterminada." +"Las redes se crearán/agregarán a partir de esta dirección en el rango de subredes dado por " +"la máscara. Utilice el formato CIDR (por ejemplo: 192.168.72.0/22). Si no se proporcionó " +"ningún valor, utilizará la dirección inicial de la superred de forma predeterminada." #: ../../enterprise/include/ajax/ipam.ajax.php:320 msgid "Max. number" @@ -24997,8 +24048,8 @@ msgstr "Número máximo" #: ../../enterprise/include/ajax/ipam.ajax.php:320 msgid "" -"Maximum number of networks to be created/added from starting address of the range " -"specified above" +"Maximum number of networks to be created/added from starting address of the range specified " +"above" msgstr "" "Número máximo de redes que se crearán/agregarán desde la dirección inicial del rango " "especificado anteriormente" @@ -25006,8 +24057,7 @@ msgstr "" #: ../../enterprise/include/ajax/ipam.ajax.php:385 #: ../../enterprise/include/functions_ipam.php:1371 #: ../../enterprise/include/functions_ipam.php:2060 -#: ../../enterprise/tools/ipam/ipam_list.php:141 -#: ../../enterprise/tools/ipam/ipam_list.php:702 +#: ../../enterprise/tools/ipam/ipam_list.php:141 ../../enterprise/tools/ipam/ipam_list.php:702 #: ../../enterprise/tools/ipam/ipam_editor.php:232 #: ../../godmode/events/event_responses.editor.php:160 msgid "Location" @@ -25018,9 +24068,8 @@ msgstr "Ubicación" msgid "For example: Central Data Center" msgstr "Por ejemplo: Central General de Datos" -#: ../../enterprise/include/ajax/ipam.ajax.php:418 -#: ../../enterprise/tools/ipam/ipam.php:171 ../../enterprise/tools/ipam/ipam.php:415 -#: ../../enterprise/tools/ipam/ipam_editor.php:264 +#: ../../enterprise/include/ajax/ipam.ajax.php:418 ../../enterprise/tools/ipam/ipam.php:171 +#: ../../enterprise/tools/ipam/ipam.php:415 ../../enterprise/tools/ipam/ipam_editor.php:264 msgid "Sites" msgstr "Sitios" @@ -25045,8 +24094,7 @@ msgstr "Enrutamiento y reenvío virtual" msgid "Include statistical monitors" msgstr "Incluir monitores estadísticos" -#: ../../enterprise/include/ajax/ipam.ajax.php:471 -#: ../../enterprise/tools/ipam/ipam_list.php:63 +#: ../../enterprise/include/ajax/ipam.ajax.php:471 ../../enterprise/tools/ipam/ipam_list.php:63 #: ../../enterprise/tools/ipam/ipam_editor.php:322 msgid "Lightweight mode" msgstr "Modo ligero" @@ -25061,8 +24109,7 @@ msgstr "Usar escaneado de red rápido" msgid "Target group for monitoring agent" msgstr "Grupo de destino para agente de monitorización" -#: ../../enterprise/include/ajax/ipam.ajax.php:509 -#: ../../enterprise/tools/ipam/ipam_list.php:64 +#: ../../enterprise/include/ajax/ipam.ajax.php:509 ../../enterprise/tools/ipam/ipam_list.php:64 #: ../../enterprise/tools/ipam/ipam_editor.php:366 msgid "Scan interval" msgstr "Comprobar intervalo" @@ -25115,10 +24162,10 @@ msgstr "Superred" #: ../../enterprise/tools/ipam/ipam_editor.php:132 #: ../../godmode/reporting/reporting_builder.item_editor.php:4560 #: ../../godmode/wizards/HostDevices.class.php:971 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:648 -#: ../../include/functions_ui.php:1050 ../../operation/network/network_usage_map.php:67 -#: ../../operation/netflow/nf_live_view.php:192 -#: ../../operation/netflow/netflow_explorer.php:59 ../../operation/menu.php:214 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:648 ../../include/functions_ui.php:1050 +#: ../../operation/network/network_usage_map.php:67 +#: ../../operation/netflow/nf_live_view.php:192 ../../operation/netflow/netflow_explorer.php:59 +#: ../../operation/menu.php:214 msgid "Network" msgstr "Red" @@ -25208,8 +24255,8 @@ msgid "Unknown option" msgstr "Opción desconocida" #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:296 -#: ../../godmode/agentes/configure_field.php:79 -#: ../../include/functions_treeview.php:969 ../../operation/agentes/agent_fields.php:44 +#: ../../godmode/agentes/configure_field.php:79 ../../include/functions_treeview.php:969 +#: ../../operation/agentes/agent_fields.php:44 #: ../../operation/agentes/estado_generalagente.php:305 msgid "Custom field" msgstr "Campo personalizado" @@ -25224,8 +24271,7 @@ msgstr "Salida del script (> 0)" #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:490 #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:603 -#: ../../godmode/snmpconsole/snmp_alert.php:1637 -#: ../../godmode/snmpconsole/snmp_alert.php:1898 +#: ../../godmode/snmpconsole/snmp_alert.php:1637 ../../godmode/snmpconsole/snmp_alert.php:1898 msgid "Alert action" msgstr "Acción de alerta" @@ -25249,9 +24295,8 @@ msgid "Script argument" msgstr "Argumento del script" #: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:526 -#: ../../godmode/alerts/alert_list.list.php:788 -#: ../../godmode/alerts/alert_list.list.php:1328 ../../include/functions_ui.php:1536 -#: ../../operation/agentes/alerts_status.php:717 +#: ../../godmode/alerts/alert_list.list.php:788 ../../godmode/alerts/alert_list.list.php:1328 +#: ../../include/functions_ui.php:1536 ../../operation/agentes/alerts_status.php:717 msgid "Update action" msgstr "Actualizar acción" @@ -25267,8 +24312,8 @@ msgstr "Plantilla de alerta" msgid "Policy module" msgstr "Módulo de la política" -#: ../../enterprise/include/ajax/policy.ajax.php:319 -#: ../../godmode/alerts/alert_actions.php:79 ../../include/functions_reporting.php:3403 +#: ../../enterprise/include/ajax/policy.ajax.php:319 ../../godmode/alerts/alert_actions.php:79 +#: ../../include/functions_reporting.php:3403 msgid "Alert actions" msgstr "Acciones de alerta" @@ -25344,20 +24389,19 @@ msgstr "OpenSearch se está ejecutando." msgid "OpenSearch not running." msgstr "OpenSearch no se está ejecutando." -#: ../../enterprise/include/ajax/log_viewer.ajax.php:416 -#: ../../include/ajax/audit_log.php:313 ../../include/ajax/module.php:2510 -#: ../../include/ajax/agent.php:572 ../../include/ajax/events.php:765 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:416 ../../include/ajax/audit_log.php:313 +#: ../../include/ajax/module.php:2510 ../../include/ajax/agent.php:572 +#: ../../include/ajax/events.php:765 msgid "New filter" msgstr "Nuevo filtro" #: ../../enterprise/include/ajax/log_viewer.ajax.php:424 #: ../../enterprise/include/ajax/log_viewer.ajax.php:520 -#: ../../godmode/netflow/nf_edit_form.php:80 -#: ../../godmode/snmpconsole/snmp_filters.php:35 ../../include/ajax/audit_log.php:327 -#: ../../include/ajax/audit_log.php:382 ../../include/ajax/module.php:2626 -#: ../../include/ajax/agent.php:700 ../../include/ajax/custom_fields.php:808 -#: ../../include/ajax/events.php:773 ../../include/ajax/events.php:897 -#: ../../operation/reporting/graph_analytics.php:486 +#: ../../godmode/netflow/nf_edit_form.php:80 ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../include/ajax/audit_log.php:327 ../../include/ajax/audit_log.php:382 +#: ../../include/ajax/module.php:2626 ../../include/ajax/agent.php:700 +#: ../../include/ajax/custom_fields.php:808 ../../include/ajax/events.php:773 +#: ../../include/ajax/events.php:897 ../../operation/reporting/graph_analytics.php:486 msgid "Update filter" msgstr "Actualizar filtro" @@ -25372,26 +24416,24 @@ msgstr "Actualizar filtro" msgid "Filter name" msgstr "Nombre del filtro" -#: ../../enterprise/include/ajax/log_viewer.ajax.php:443 -#: ../../include/ajax/module.php:2539 ../../include/ajax/agent.php:601 -#: ../../include/ajax/events.php:793 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:443 ../../include/ajax/module.php:2539 +#: ../../include/ajax/agent.php:601 ../../include/ajax/events.php:793 msgid "Save in Group" msgstr "Guardar en el grupo" -#: ../../enterprise/include/ajax/log_viewer.ajax.php:479 -#: ../../include/ajax/audit_log.php:367 ../../include/ajax/module.php:2578 -#: ../../include/ajax/events.php:829 ../../operation/reporting/graph_analytics.php:471 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:479 ../../include/ajax/audit_log.php:367 +#: ../../include/ajax/module.php:2578 ../../include/ajax/events.php:829 +#: ../../operation/reporting/graph_analytics.php:471 msgid "Overwrite filter" msgstr "Sobrescribir filtro" -#: ../../enterprise/include/ajax/log_viewer.ajax.php:575 -#: ../../include/ajax/audit_log.php:437 ../../include/ajax/module.php:2687 -#: ../../include/ajax/agent.php:762 ../../include/ajax/events.php:961 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:575 ../../include/ajax/audit_log.php:437 +#: ../../include/ajax/module.php:2687 ../../include/ajax/agent.php:762 +#: ../../include/ajax/events.php:961 msgid "Filter name cannot be left blank" msgstr "El nombre del filtro no se puede dejar en blanco." -#: ../../enterprise/include/ajax/log_viewer.ajax.php:618 -#: ../../include/ajax/audit_log.php:472 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:618 ../../include/ajax/audit_log.php:472 msgid "Filter name already on use" msgstr "El nombre del filtro ya está en uso" @@ -25470,11 +24512,9 @@ msgstr "Informe de %s automatizado para informe definido por el usuario" #: ../../include/functions_reporting_html.php:5105 #: ../../include/functions_reporting_html.php:5128 #: ../../include/functions_reporting_html.php:5131 -#: ../../include/functions_reporting_html.php:5138 -#: ../../include/functions_graph.php:2532 ../../include/functions_reporting.php:7719 -#: ../../include/functions_reporting.php:7742 -#: ../../include/functions_reporting.php:7757 -#: ../../include/functions_reporting.php:7773 +#: ../../include/functions_reporting_html.php:5138 ../../include/functions_graph.php:2532 +#: ../../include/functions_reporting.php:7719 ../../include/functions_reporting.php:7742 +#: ../../include/functions_reporting.php:7757 ../../include/functions_reporting.php:7773 #: ../../include/functions_reporting.php:7788 msgid "Maximun" msgstr "Máximo" @@ -25496,8 +24536,7 @@ msgstr "Mínimo" #: ../../include/functions_reporting_html.php:5111 #: ../../include/functions_reporting_html.php:5119 #: ../../include/functions_reporting_html.php:5130 -#: ../../include/functions_reporting_html.php:5135 -#: ../../include/functions_reporting.php:7737 +#: ../../include/functions_reporting_html.php:5135 ../../include/functions_reporting.php:7737 msgid "Lapse" msgstr "Tiempo transcurrido" @@ -25566,8 +24605,7 @@ msgstr "Para" #: ../../enterprise/include/functions_reporting_pdf.php:2331 #: ../../include/functions_reporting_html.php:92 -#: ../../include/functions_reporting_html.php:7032 -#: ../../include/functions_treeview.php:303 +#: ../../include/functions_reporting_html.php:7032 ../../include/functions_treeview.php:303 #: ../../operation/agentes/interface_view.functions.php:561 msgid "Last data" msgstr "Últimos datos" @@ -25614,11 +24652,10 @@ msgid "The mysqldump execution goes wrong." msgstr "La ejecución de mysqldump ha salido mal." #: ../../enterprise/include/functions_backup.php:198 -msgid "" -"In order to make backups it is necessary to check if the configuration is correct." +msgid "In order to make backups it is necessary to check if the configuration is correct." msgstr "" -"Para poder realizar copias de seguridad es necesario comprobar si la configuración " -"es correcta." +"Para poder realizar copias de seguridad es necesario comprobar si la configuración es " +"correcta." #: ../../enterprise/include/functions_backup.php:264 msgid "No description" @@ -25632,16 +24669,16 @@ msgstr "Restaurar una copia de seguridad" #, php-format msgid "Restoring a %s database backup must be done manually." msgstr "" -"La restauración de la copia de seguridad de la base de datos de %s debe llevarse a " -"cabo manualmente." +"La restauración de la copia de seguridad de la base de datos de %s debe llevarse a cabo " +"manualmente." #: ../../enterprise/include/functions_backup.php:435 msgid "" -"It's a complex operation that needs human intervation to avoid system failures and " -"data loosing" +"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." +"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:437 msgid "To restore the selected backup, please follow these steps" @@ -25688,8 +24725,7 @@ msgstr "Modifica la configuración de los servidores para usar esta nueva base d #: ../../enterprise/include/functions_backup.php:504 msgid "Find servers configuration file and replace the following lines" msgstr "" -"Accede al archivo de configuración de los servidores y reemplázalo por las " -"siguientes líneas" +"Accede al archivo de configuración de los servidores y reemplázalo por las siguientes líneas" #: ../../enterprise/include/functions_backup.php:513 msgid "Restart the servers and login again into the console" @@ -25743,8 +24779,8 @@ msgstr "Cuenta" #: ../../enterprise/include/functions_security_hardening.php:672 #: ../../enterprise/include/functions_security_hardening.php:690 #: ../../enterprise/include/functions_security_hardening.php:706 -#: ../../enterprise/include/functions_security_hardening.php:715 -#: ../../general/main_menu.php:80 ../../general/main_menu.php:87 +#: ../../enterprise/include/functions_security_hardening.php:715 ../../general/main_menu.php:80 +#: ../../general/main_menu.php:87 msgid "Management" msgstr "Gestión" @@ -25765,8 +24801,7 @@ msgstr "Continuo" #: ../../enterprise/include/functions_reporting_csv.php:576 #: ../../enterprise/operation/security/agent_security.php:96 #: ../../include/functions_reporting_html.php:581 -#: ../../include/functions_reporting_html.php:820 -#: ../../include/functions_agents.php:4941 +#: ../../include/functions_reporting_html.php:820 ../../include/functions_agents.php:4941 msgid "Vulnerability" msgstr "Vulnerabilidad" @@ -25887,10 +24922,8 @@ msgstr "No se ha encontrado la sección" #: ../../enterprise/include/rest-api/models/VisualConsole/Items/Service.php:238 #: ../../godmode/reporting/visual_console_builder.elements.php:121 #: ../../godmode/reporting/visual_console_builder.wizard.php:149 -#: ../../mobile/operation/module_data.php:263 -#: ../../mobile/operation/server_status.php:282 -#: ../../mobile/operation/server_status.php:320 -#: ../../mobile/operation/server_status.php:350 +#: ../../mobile/operation/module_data.php:263 ../../mobile/operation/server_status.php:282 +#: ../../mobile/operation/server_status.php:320 ../../mobile/operation/server_status.php:350 #: ../../mobile/operation/server_status.php:446 #: ../../include/functions_visual_map_editor.php:246 #: ../../include/rest-api/models/VisualConsole/Items/Icon.php:180 @@ -26007,9 +25040,8 @@ msgstr "Integridad" #: ../../enterprise/include/functions_vulnerabilities.php:82 #: ../../enterprise/include/functions_vulnerabilities.php:135 #: ../../enterprise/include/functions_vulnerabilities.php:742 -#: ../../include/functions_reporting_html.php:684 -#: ../../include/functions_reports.php:851 ../../include/functions_reporting.php:9326 -#: ../../include/functions_reporting.php:9721 +#: ../../include/functions_reporting_html.php:684 ../../include/functions_reports.php:851 +#: ../../include/functions_reporting.php:9326 ../../include/functions_reporting.php:9721 msgid "Availability" msgstr "Disponibilidad" @@ -26107,8 +25139,7 @@ msgstr "SO" #: ../../enterprise/operation/menu.php:204 #: ../../enterprise/operation/security/agent_security.php:113 #: ../../enterprise/operation/security/hardening.php:38 -#: ../../include/functions_reporting_html.php:819 -#: ../../include/functions_agents.php:4931 +#: ../../include/functions_reporting_html.php:819 ../../include/functions_agents.php:4931 msgid "Hardening" msgstr "Hardening" @@ -26206,9 +25237,9 @@ msgid "Agents inventory" msgstr "Inventario de agentes" #: ../../enterprise/include/functions_reporting_csv.php:1272 -#: ../../enterprise/operation/agentes/tag_view.php:754 -#: ../../include/ajax/heatmap.ajax.php:484 ../../include/functions_agents.php:4798 -#: ../../operation/gis_maps/ajax.php:360 ../../operation/gis_maps/ajax.php:477 +#: ../../enterprise/operation/agentes/tag_view.php:754 ../../include/ajax/heatmap.ajax.php:484 +#: ../../include/functions_agents.php:4798 ../../operation/gis_maps/ajax.php:360 +#: ../../operation/gis_maps/ajax.php:477 msgid "Remote" msgstr "Remoto" @@ -26295,17 +25326,15 @@ msgstr "Alertas definidas" #: ../../enterprise/operation/services/services.treeview_services.php:300 #: ../../godmode/groups/group_list.php:1284 ../../godmode/groups/group_list.php:1285 #: ../../godmode/groups/group_list.php:1286 ../../include/functions_graph.php:2699 -#: ../../include/functions_reporting.php:12716 -#: ../../include/functions_reporting.php:12737 +#: ../../include/functions_reporting.php:12716 ../../include/functions_reporting.php:12737 #: ../../include/lib/Dashboard/Widgets/tree_view.php:407 #: ../../include/lib/Dashboard/Widgets/tree_view.php:442 #: ../../include/lib/Dashboard/Widgets/tree_view.php:695 #: ../../include/lib/Dashboard/Widgets/tree_view.php:696 #: ../../include/lib/Dashboard/Widgets/tree_view.php:697 #: ../../include/functions_groups.php:2750 ../../include/functions_groups.php:2773 -#: ../../operation/tree.php:213 ../../operation/tree.php:304 -#: ../../operation/tree.php:507 ../../operation/tree.php:508 -#: ../../operation/tree.php:509 +#: ../../operation/tree.php:213 ../../operation/tree.php:304 ../../operation/tree.php:507 +#: ../../operation/tree.php:508 ../../operation/tree.php:509 msgid "Fired alerts" msgstr "Alertas disparadas" @@ -26355,8 +25384,8 @@ msgstr "Valor máximo" #: ../../enterprise/include/functions_reporting_csv.php:1922 #: ../../enterprise/include/functions_reporting_csv.php:1926 #: ../../enterprise/include/functions_reporting_csv.php:1937 -#: ../../include/functions_reporting_html.php:5226 -#: ../../include/functions_reports.php:774 ../../include/functions_reporting.php:10459 +#: ../../include/functions_reporting_html.php:5226 ../../include/functions_reports.php:774 +#: ../../include/functions_reporting.php:10459 msgid "Increment" msgstr "Incremento" @@ -26521,8 +25550,8 @@ msgstr "Estado " #: ../../enterprise/include/functions_reporting.php:4222 #: ../../enterprise/include/functions_reporting.php:6416 #: ../../enterprise/operation/agentes/security_hardening.php:519 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_config.php:1402 ../../include/functions_config.php:3716 +#: ../../include/functions_reporting_html.php:1321 ../../include/functions_config.php:1402 +#: ../../include/functions_config.php:3716 msgid "Fail" msgstr "Fallo" @@ -26807,8 +25836,7 @@ msgstr "Redes IPAM" #: ../../enterprise/include/functions_reporting_csv.php:2531 #: ../../enterprise/include/functions_reporting.php:2570 -#: ../../enterprise/tools/ipam/ipam_network.php:251 -#: ../../godmode/events/custom_events.php:94 +#: ../../enterprise/tools/ipam/ipam_network.php:251 ../../godmode/events/custom_events.php:94 #: ../../include/lib/Dashboard/Widgets/events_list.php:855 #: ../../include/functions_events.php:297 ../../operation/events/events.php:3105 msgid "Agent ID" @@ -27078,10 +26106,8 @@ msgstr "Informe de permisos" #: ../../enterprise/include/functions_reporting_csv.php:3146 #: ../../enterprise/include/functions_reporting_csv.php:3156 #: ../../godmode/users/user_list.php:510 ../../godmode/users/configure_user.php:1015 -#: ../../godmode/users/configure_user.php:1096 -#: ../../godmode/users/user_management.php:209 -#: ../../godmode/users/user_management.php:221 -#: ../../include/functions_reporting_html.php:6521 +#: ../../godmode/users/configure_user.php:1096 ../../godmode/users/user_management.php:209 +#: ../../godmode/users/user_management.php:221 ../../include/functions_reporting_html.php:6521 #: ../../include/functions_reporting_html.php:7658 #: ../../include/functions_reporting_html.php:7681 #: ../../include/class/SnmpConsole.class.php:282 ../../operation/search_users.php:43 @@ -27091,8 +26117,7 @@ msgstr "ID usuario" #: ../../enterprise/include/functions_reporting_csv.php:3146 #: ../../enterprise/include/functions_reporting_csv.php:3156 -#: ../../godmode/users/user_management.php:232 -#: ../../include/functions_reporting_html.php:7659 +#: ../../godmode/users/user_management.php:232 ../../include/functions_reporting_html.php:7659 #: ../../include/functions_reporting_html.php:7682 msgid "Full name" msgstr "Nombre completo" @@ -27205,8 +26230,8 @@ msgstr "Última modificación" #: ../../enterprise/include/functions_reporting_csv.php:3453 #: ../../enterprise/include/functions_reporting_csv.php:3487 #: ../../godmode/reporting/reporting_builder.item_editor.php:1398 -#: ../../include/functions_reporting_html.php:3229 -#: ../../include/functions_reports.php:823 ../../include/functions_reporting.php:3794 +#: ../../include/functions_reporting_html.php:3229 ../../include/functions_reports.php:823 +#: ../../include/functions_reporting.php:3794 msgid "End of life" msgstr "Tiempo de vida" @@ -27221,10 +26246,9 @@ msgid "Netflow top-N connections" msgstr "Conexiones Netflow top-N" #: ../../enterprise/include/functions_reporting_csv.php:3547 -#: ../../mobile/operation/tactical.php:352 -#: ../../include/functions_reporting_html.php:7237 ../../include/functions.php:3195 -#: ../../include/functions_netflow.php:349 ../../include/functions_netflow.php:357 -#: ../../include/class/AuditLog.class.php:155 +#: ../../mobile/operation/tactical.php:352 ../../include/functions_reporting_html.php:7237 +#: ../../include/functions.php:3195 ../../include/functions_netflow.php:349 +#: ../../include/functions_netflow.php:357 ../../include/class/AuditLog.class.php:155 #: ../../operation/snmpconsole/snmp_statistics.php:183 msgid "Source IP" msgstr "IP origen" @@ -27236,8 +26260,7 @@ msgstr "IP de destino" #: ../../enterprise/include/functions_reporting_csv.php:3547 #: ../../include/functions_config.php:1073 ../../include/functions_config.php:3628 -#: ../../include/functions_netflow.php:351 -#: ../../operation/network/network_report.php:432 +#: ../../include/functions_netflow.php:351 ../../operation/network/network_report.php:432 #: ../../operation/network/network_report.php:464 msgid "Bytes" msgstr "Bytes" @@ -27260,8 +26283,7 @@ msgstr "Dispositivos NCM" #: ../../enterprise/include/functions_reporting_csv.php:3599 #: ../../include/functions_reporting_html.php:816 #: ../../include/functions_reporting_html.php:7786 -#: ../../include/class/Diagnostics.class.php:822 -#: ../../include/class/Diagnostics.class.php:840 +#: ../../include/class/Diagnostics.class.php:822 ../../include/class/Diagnostics.class.php:840 #: ../../include/class/NetworkMap.class.php:3076 msgid "Ip" msgstr "IP" @@ -27395,9 +26417,8 @@ msgstr "Azure" #: ../../enterprise/include/class/Aws.cloud.php:157 #: ../../enterprise/include/class/Google.cloud.php:184 ../../godmode/menu.php:178 #: ../../godmode/wizards/ManageExtensions.class.php:256 -#: ../../godmode/wizards/HostDevices.class.php:190 -#: ../../godmode/wizards/Custom.class.php:124 ../../godmode/wizards/Cloud.class.php:207 -#: ../../godmode/wizards/Applications.class.php:201 +#: ../../godmode/wizards/HostDevices.class.php:190 ../../godmode/wizards/Custom.class.php:124 +#: ../../godmode/wizards/Cloud.class.php:207 ../../godmode/wizards/Applications.class.php:201 #: ../../godmode/servers/discovery.php:65 ../../godmode/servers/discovery.php:74 msgid "Discovery" msgstr "Discovery" @@ -27442,8 +26463,7 @@ msgstr "Acceso no autorizado" #: ../../enterprise/include/class/Azure.cloud.php:773 #: ../../enterprise/include/class/VMware.app.php:583 -#: ../../enterprise/include/class/DB2.app.php:445 -#: ../../enterprise/include/class/Aws.S3.php:408 +#: ../../enterprise/include/class/DB2.app.php:445 ../../enterprise/include/class/Aws.S3.php:408 #: ../../enterprise/include/class/SAP.app.php:459 #: ../../enterprise/include/class/Aws.cloud.php:1223 #: ../../enterprise/include/class/MySQL.app.php:454 @@ -27479,8 +26499,7 @@ msgstr "No se han encontrado instancias." #: ../../mobile/operation/groups.php:75 ../../mobile/operation/services.php:128 #: ../../mobile/operation/agent.php:154 ../../mobile/operation/alerts.php:199 #: ../../mobile/operation/visualmap.php:255 ../../mobile/operation/visualmaps.php:189 -#: ../../mobile/operation/module_data.php:130 -#: ../../mobile/operation/module_graph.php:361 +#: ../../mobile/operation/module_data.php:130 ../../mobile/operation/module_graph.php:361 #: ../../mobile/operation/module_graph.php:374 ../../mobile/operation/events.php:953 #: ../../mobile/operation/server_status.php:232 ../../mobile/operation/tactical.php:102 msgid "Back" @@ -27526,17 +26545,15 @@ msgstr "Resumen del rendimiento de la red" #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:841 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:390 #: ../../godmode/alerts/configure_alert_template.php:1304 -#: ../../godmode/wizards/HostDevices.class.php:1646 -#: ../../godmode/wizards/Cloud.class.php:638 ../../include/functions_ui.php:3668 -#: ../../include/class/CustomNetScan.class.php:767 +#: ../../godmode/wizards/HostDevices.class.php:1646 ../../godmode/wizards/Cloud.class.php:638 +#: ../../include/functions_ui.php:3668 ../../include/class/CustomNetScan.class.php:767 #: ../../include/lib/ClusterViewer/ClusterWizard.php:1238 msgid "Finish" msgstr "Finalizar" #: ../../enterprise/include/class/Azure.cloud.php:1120 #: ../../enterprise/include/class/VMware.app.php:1047 -#: ../../enterprise/include/class/DB2.app.php:896 -#: ../../enterprise/include/class/Aws.S3.php:665 +#: ../../enterprise/include/class/DB2.app.php:896 ../../enterprise/include/class/Aws.S3.php:665 #: ../../enterprise/include/class/SAP.app.php:959 #: ../../enterprise/include/class/Aws.cloud.php:1624 #: ../../enterprise/include/class/MySQL.app.php:975 @@ -27562,14 +26579,11 @@ msgid "Wizard failed. Cannot configure task." msgstr "Error del asistente. No puede configurar la tarea." #: ../../enterprise/include/class/VMware.app.php:230 -msgid "" -"This VMware configuration has been already defined. Please edit it or create a new " -"one." +msgid "This VMware configuration has been already defined. Please edit it or create a new one." msgstr "Ya se ha definido la configuración VMware. Edítela o cree una nueva." #: ../../enterprise/include/class/VMware.app.php:264 -#: ../../enterprise/include/class/DB2.app.php:197 -#: ../../enterprise/include/class/Aws.S3.php:183 +#: ../../enterprise/include/class/DB2.app.php:197 ../../enterprise/include/class/Aws.S3.php:183 #: ../../enterprise/include/class/SAP.app.php:187 #: ../../enterprise/include/class/Aws.cloud.php:934 #: ../../enterprise/include/class/MySQL.app.php:206 @@ -27581,8 +26595,7 @@ msgid "You must provide a task name." msgstr "Añada un nombre a la tarea" #: ../../enterprise/include/class/VMware.app.php:269 -#: ../../enterprise/include/class/DB2.app.php:202 -#: ../../enterprise/include/class/Aws.S3.php:188 +#: ../../enterprise/include/class/DB2.app.php:202 ../../enterprise/include/class/Aws.S3.php:188 #: ../../enterprise/include/class/SAP.app.php:192 #: ../../enterprise/include/class/Aws.cloud.php:939 #: ../../enterprise/include/class/MySQL.app.php:211 @@ -27598,8 +26611,7 @@ msgid "You must provide a valid V-Center IP or FQDN." msgstr "Añada una IP V-Center o FQDN válida." #: ../../enterprise/include/class/VMware.app.php:279 -#: ../../enterprise/include/class/DB2.app.php:212 -#: ../../enterprise/include/class/Aws.S3.php:193 +#: ../../enterprise/include/class/DB2.app.php:212 ../../enterprise/include/class/Aws.S3.php:193 #: ../../enterprise/include/class/SAP.app.php:202 #: ../../enterprise/include/class/Aws.cloud.php:944 #: ../../enterprise/include/class/MySQL.app.php:226 @@ -27636,8 +26648,7 @@ msgstr "VMware" #: ../../enterprise/include/class/MySQL.app.php:610 #: ../../enterprise/include/class/Oracle.app.php:591 #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:599 -#: ../../godmode/setup/setup_ITSM.php:630 -#: ../../godmode/wizards/HostDevices.class.php:811 +#: ../../godmode/setup/setup_ITSM.php:630 ../../godmode/wizards/HostDevices.class.php:811 #: ../../include/class/CustomNetScan.class.php:568 #: ../../include/lib/ClusterViewer/ClusterWizard.php:1234 msgid "Update and continue" @@ -27647,15 +26658,14 @@ msgstr "Actualizar y continuar" #: ../../enterprise/include/class/Aws.S3.php:560 #: ../../enterprise/include/class/Aws.cloud.php:491 msgid "" -"This kind of task uses multipurpose plugins in order to generate monitoring data, " -"configure your desired tentacle target." +"This kind of task uses multipurpose plugins in order to generate monitoring data, configure " +"your desired tentacle target." msgstr "" -"Este tipo de tarea usa plugins multi función para generar datos de monitorización, " -"configure el objetivo Tentacle deseado." +"Este tipo de tarea usa plugins multi función para generar datos de monitorización, configure " +"el objetivo Tentacle deseado." #: ../../enterprise/include/class/VMware.app.php:594 -#: ../../enterprise/include/class/DB2.app.php:457 -#: ../../enterprise/include/class/Aws.S3.php:420 +#: ../../enterprise/include/class/DB2.app.php:457 ../../enterprise/include/class/Aws.S3.php:420 #: ../../enterprise/include/class/SAP.app.php:472 #: ../../enterprise/include/class/Aws.cloud.php:1235 #: ../../enterprise/include/class/MySQL.app.php:466 @@ -27664,35 +26674,32 @@ msgstr "" #: ../../godmode/wizards/HostDevices.class.php:903 #: ../../include/class/CustomNetScan.class.php:486 msgid "" -"You must select a Discovery Server to run the Task, otherwise the Recon Task will " -"never run" +"You must select a Discovery Server to run the Task, otherwise the Recon Task will never run" msgstr "" -"Seleccione un servidos de Discovery para ejecutar la tarea, si no la tarea de " -"reconocimiento no se ejecutará" +"Seleccione un servidos de Discovery para ejecutar la tarea, si no la tarea de reconocimiento " +"no se ejecutará" #: ../../enterprise/include/class/VMware.app.php:656 msgid "Datacenter user" msgstr "Usuario del datacenter" #: ../../enterprise/include/class/VMware.app.php:668 -#: ../../enterprise/include/class/DB2.app.php:545 -#: ../../enterprise/include/class/Aws.S3.php:514 +#: ../../enterprise/include/class/DB2.app.php:545 ../../enterprise/include/class/Aws.S3.php:514 #: ../../enterprise/include/class/SAP.app.php:504 #: ../../enterprise/include/class/Aws.cloud.php:1341 #: ../../enterprise/include/class/MySQL.app.php:571 #: ../../enterprise/include/class/Oracle.app.php:552 #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:560 msgid "" -"Manual interval means that it will be executed only On-demand, The minimum " -"recomended interval is 5 minutes" +"Manual interval means that it will be executed only On-demand, The minimum recomended " +"interval is 5 minutes" msgstr "" "Intervalo manual significa que se ejecutará solo bajo demanda, el intervalo mínimo " "recomendado es de 5 minutos" #: ../../enterprise/include/class/VMware.app.php:677 #: ../../enterprise/include/class/VMware.app.php:901 -#: ../../enterprise/include/class/DB2.app.php:554 -#: ../../enterprise/include/class/Aws.S3.php:523 +#: ../../enterprise/include/class/DB2.app.php:554 ../../enterprise/include/class/Aws.S3.php:523 #: ../../enterprise/include/class/SAP.app.php:513 #: ../../enterprise/include/class/Aws.cloud.php:1350 #: ../../enterprise/include/class/MySQL.app.php:580 @@ -27712,19 +26719,16 @@ msgid "Datacenter name" msgstr "Nombre del centro de datos" #: ../../enterprise/include/class/VMware.app.php:718 -msgid "" -"This name must match with the name wich appears when you log in you VMware manager" +msgid "This name must match with the name wich appears when you log in you VMware manager" msgstr "" -"El nombre debe coincidir con el nombre que aparece al iniciar sesión en el gestor de " -"VMware." +"El nombre debe coincidir con el nombre que aparece al iniciar sesión en el gestor de VMware." #: ../../enterprise/include/class/VMware.app.php:755 msgid "Encrypt passwords" msgstr "Cifrar contraseñas" #: ../../enterprise/include/class/VMware.app.php:769 -#: ../../enterprise/include/class/DB2.app.php:478 -#: ../../enterprise/include/class/Aws.S3.php:442 +#: ../../enterprise/include/class/DB2.app.php:478 ../../enterprise/include/class/Aws.S3.php:442 #: ../../enterprise/include/class/SAP.app.php:644 #: ../../enterprise/include/class/Aws.cloud.php:1256 #: ../../enterprise/include/class/MySQL.app.php:487 @@ -27743,8 +26747,7 @@ msgstr "Intervalo de re-escaneo" #: ../../enterprise/include/class/VMware.app.php:894 msgid "Enables re-scan entities process every interval defined." -msgstr "" -"Hace posible que las entidades de re-escaneo procesen todos los intervalos definidos." +msgstr "Hace posible que las entidades de re-escaneo procesen todos los intervalos definidos." #: ../../enterprise/include/class/VMware.app.php:927 msgid "Retry send" @@ -27855,24 +26858,21 @@ msgstr "El identificador de credenciales %s no existe, añádalo a su repositori #, php-format msgid "OS %s does not math any existing, please, add it to OS list %s" msgstr "" -"El sistema operativo %s no coincide con ninguno existente, añádalo a la lista de " -"sistemas operativos %s" +"El sistema operativo %s no coincide con ninguno existente, añádalo a la lista de sistemas " +"operativos %s" #: ../../enterprise/include/class/DeploymentCenter.class.php:504 #, php-format -msgid "" -"Sofware agent version with id %s does not exist, please, add it to your repository " -"%s " -msgstr "" -"La versión del agente software con el ID %s no existe, añádalo al repositorio %s " +msgid "Sofware agent version with id %s does not exist, please, add it to your repository %s " +msgstr "La versión del agente software con el ID %s no existe, añádalo al repositorio %s " #: ../../enterprise/include/class/DeploymentCenter.class.php:526 msgid "No target could be added. " msgstr "No se ha podido añadir ningún objetivo. " #: ../../enterprise/include/class/DeploymentCenter.class.php:602 -#: ../../enterprise/include/class/CSVImportAgents.class.php:98 -#: ../../godmode/menu.php:74 ../../godmode/wizards/HostDevices.class.php:196 +#: ../../enterprise/include/class/CSVImportAgents.class.php:98 ../../godmode/menu.php:74 +#: ../../godmode/wizards/HostDevices.class.php:196 #: ../../include/class/ManageNetScanScripts.class.php:104 #: ../../include/class/CustomNetScan.class.php:355 msgid "Host & Devices" @@ -28085,8 +27085,7 @@ msgstr "Ya se está sincronizando un nodo, espere hasta que el proceso termine." #: ../../enterprise/include/class/DatabaseHA.class.php:172 msgid "Please verify resync configuration is set before use this feature." -msgstr "" -"Compruebe la configuración de resincronización antes de usar esta funcionalidad" +msgstr "Compruebe la configuración de resincronización antes de usar esta funcionalidad" #: ../../enterprise/include/class/DatabaseHA.class.php:190 #: ../../enterprise/include/class/NetworkConfigManager.class.php:3700 @@ -28102,16 +27101,14 @@ msgstr "Programado correctamente" #: ../../enterprise/tools/ipam/ipam_ajax.php:422 #: ../../enterprise/tools/ipam/ipam_massive.php:140 #: ../../godmode/modules/manage_network_components_form_wizard.php:249 -#: ../../godmode/groups/group_list.php:1110 -#: ../../godmode/agentes/agent_manager.php:1133 +#: ../../godmode/groups/group_list.php:1110 ../../godmode/agentes/agent_manager.php:1133 #: ../../godmode/agentes/module_manager_editor_common.php:717 #: ../../godmode/agentes/module_manager_editor_common.php:720 #: ../../godmode/agentes/module_manager_editor_common.php:731 #: ../../godmode/massive/massive_edit_agents.php:1167 #: ../../godmode/alerts/configure_alert_template.php:1001 #: ../../include/functions_visual_map_editor.php:871 -#: ../../include/functions_reporting_html.php:4883 -#: ../../include/functions_agents.php:4875 +#: ../../include/functions_reporting_html.php:4883 ../../include/functions_agents.php:4875 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:401 msgid "Enabled" msgstr "Habilitado" @@ -28177,8 +27174,7 @@ msgstr "Resincronizar directorio de datos" #: ../../enterprise/include/class/DatabaseHA.class.php:847 msgid "Directory where mysql files are stored (must be common to all nodes)" -msgstr "" -"Directorio donde se guardan los archivos MySQL (debe ser común a todos los nodos)" +msgstr "Directorio donde se guardan los archivos MySQL (debe ser común a todos los nodos)" #: ../../enterprise/include/class/DatabaseHA.class.php:857 msgid "Resync tmp directory" @@ -28186,11 +27182,11 @@ msgstr "Resincronizar directorio tmp" #: ../../enterprise/include/class/DatabaseHA.class.php:858 msgid "" -"Temporary working directory where to store the backups that will be used to re-" -"synchronize a slave node" +"Temporary working directory where to store the backups that will be used to re-synchronize a " +"slave node" msgstr "" -"Directorio funcional temporal donde guardar las copias de seguridad que se " -"utilizarán para re-sincronizar un módulo esclavo" +"Directorio funcional temporal donde guardar las copias de seguridad que se utilizarán para " +"re-sincronizar un módulo esclavo" #: ../../enterprise/include/class/DatabaseHA.class.php:868 msgid "Resync MySQL user" @@ -28198,23 +27194,21 @@ msgstr "Resincronizar usuario MySQL" #: ../../enterprise/include/class/DatabaseHA.class.php:869 msgid "" -"User of the system that owns the MySQL files, necessary for the adjustment of " -"permissions (by default mysql)" +"User of the system that owns the MySQL files, necessary for the adjustment of permissions " +"(by default mysql)" msgstr "" -"Usuario del sistema que posee los archivos MySQL, necesario para el ajuste de los " -"permisos (por defecto MySQL)" +"Usuario del sistema que posee los archivos MySQL, necesario para el ajuste de los permisos " +"(por defecto MySQL)" #: ../../enterprise/include/class/DatabaseHA.class.php:879 msgid "Resync MySQL group" msgstr "Resincronizar grupo MySQL" #: ../../enterprise/include/class/DatabaseHA.class.php:880 -msgid "" -"System group that owns the MySQL files, needed for permissions setting (default " -"mysql)" +msgid "System group that owns the MySQL files, needed for permissions setting (default mysql)" msgstr "" -"Grupo del sistema que posee los archivos MySQL, necesario para los ajustes de " -"permisos (MySQL por defecto)" +"Grupo del sistema que posee los archivos MySQL, necesario para los ajustes de permisos " +"(MySQL por defecto)" #: ../../enterprise/include/class/DatabaseHA.class.php:941 #: ../../enterprise/include/class/NewDatabaseHA.class.php:263 @@ -28224,11 +27218,10 @@ msgstr "IP o FQDN" #: ../../enterprise/include/class/DatabaseHA.class.php:942 #: ../../enterprise/include/class/NewDatabaseHA.class.php:264 msgid "" -"This action only registers an already configured node. This action does not " -"configure any resource." +"This action only registers an already configured node. This action does not configure any " +"resource." msgstr "" -"Esta acción solo registra un nodo ya configurado. Esta acción no configura ninguna " -"fuente." +"Esta acción solo registra un nodo ya configurado. Esta acción no configura ninguna fuente." #: ../../enterprise/include/class/DatabaseHA.class.php:952 #: ../../enterprise/include/class/NewDatabaseHA.class.php:275 @@ -28353,8 +27346,7 @@ msgstr "Plantilla actualizada" #: ../../enterprise/include/class/NetworkConfigManager.class.php:3729 #: ../../enterprise/include/lib/Metaconsole/Node.php:1464 #: ../../include/class/CalendarManager.class.php:577 -#: ../../include/class/CalendarManager.class.php:953 -#: ../../include/functions_reporting.php:5802 +#: ../../include/class/CalendarManager.class.php:953 ../../include/functions_reporting.php:5802 #: ../../include/functions_reporting.php:5830 #, php-format msgid "Error: %s" @@ -28450,11 +27442,9 @@ msgstr "Error al guardar el firmware: " #: ../../enterprise/include/class/NetworkConfigManager.class.php:2647 msgid "" -"Upload only official binary files from your device provide in raw format (not " -"compressed)" +"Upload only official binary files from your device provide in raw format (not compressed)" msgstr "" -"Cargue solo archivos binarios oficiales desde su dispositivo en formato RAW (no " -"comprimido)" +"Cargue solo archivos binarios oficiales desde su dispositivo en formato RAW (no comprimido)" #: ../../enterprise/include/class/NetworkConfigManager.class.php:2696 #: ../../godmode/modules/manage_network_templates.php:83 @@ -28513,16 +27503,16 @@ msgstr "Firmware eliminado correctamente" #: ../../enterprise/include/class/NetworkConfigManager.class.php:3060 msgid "Not executed yet, no content to display, define your own in following textarea." msgstr "" -"Aún no se ha ejecutado, no hay contenido que mostrar, defina el suyo propio en el " -"siguiente área de texto." +"Aún no se ha ejecutado, no hay contenido que mostrar, defina el suyo propio en el siguiente " +"área de texto." #: ../../enterprise/include/class/NetworkConfigManager.class.php:3069 msgid "" "Following content is already queued to be executed! You must wait until execution is " "finished before being able to modify this." msgstr "" -"¡El siguiente contenido ya está en cola para ser ejecutado! Debe esperar hasta que " -"finalice la ejecución antes de poder modificarla." +"¡El siguiente contenido ya está en cola para ser ejecutado! Debe esperar hasta que finalice " +"la ejecución antes de poder modificarla." #: ../../enterprise/include/class/NetworkConfigManager.class.php:3161 msgid "Check progress" @@ -28574,11 +27564,11 @@ msgstr "ID no válido" #: ../../enterprise/include/class/NetworkConfigManager.class.php:3672 msgid "" -"Is highly recommendable to execute this kind of operation from agent details to " -"preview the script content" +"Is highly recommendable to execute this kind of operation from agent details to preview the " +"script content" msgstr "" -"Es muy recomendable ejecutar este tipo de operación desde los detalles del agente " -"para obtener una vista previa del contenido del script" +"Es muy recomendable ejecutar este tipo de operación desde los detalles del agente para " +"obtener una vista previa del contenido del script" #: ../../enterprise/include/class/NetworkConfigManager.class.php:3681 #: ../../enterprise/include/class/NetworkConfigManager.class.php:3752 @@ -28658,8 +27648,7 @@ msgstr "Añadir nuevo software" #: ../../enterprise/include/class/AgentRepository.class.php:861 #: ../../include/class/EventSound.class.php:117 msgid "File is too large to upload. Check the configuration in php.ini." -msgstr "" -"El archivo es demasiado grande para cargarlo. Compruebe la configuración en php.ini." +msgstr "El archivo es demasiado grande para cargarlo. Compruebe la configuración en php.ini." #: ../../enterprise/include/class/AgentRepository.class.php:1003 msgid "Add new Software agent" @@ -28744,8 +27733,8 @@ msgstr "Condiciones previas " #: ../../enterprise/include/class/Omnishell.class.php:896 msgid "All commands defined line per line must success to execute main commands" msgstr "" -"Todos los comandos definidos en cada línea deben ser correctos para ejecutar los " -"comandos principales" +"Todos los comandos definidos en cada línea deben ser correctos para ejecutar los comandos " +"principales" #: ../../enterprise/include/class/Omnishell.class.php:908 msgid "Execute commands " @@ -28762,8 +27751,8 @@ msgstr "Condiciones posteriores " #: ../../enterprise/include/class/Omnishell.class.php:922 msgid "All commands defined line per line must success to consider command success" msgstr "" -"Todos los comandos definidos en cada línea deben ser correctos para que el comando " -"se considere correcto" +"Todos los comandos definidos en cada línea deben ser correctos para que el comando se " +"considere correcto" #: ../../enterprise/include/class/Omnishell.class.php:1351 msgid "Show agent list" @@ -28856,8 +27845,7 @@ msgid "Update log source" msgstr "Actualizar fuente del log" #: ../../enterprise/include/class/DB2.app.php:165 -msgid "" -"This DB2 configuration has been already defined. Please edit it or create a new one." +msgid "This DB2 configuration has been already defined. Please edit it or create a new one." msgstr "Esta configuración DB2 ya se ha definido. Edite o cree una nueva." #: ../../enterprise/include/class/DB2.app.php:207 @@ -28881,11 +27869,10 @@ msgid "DB2 target strings" msgstr "Cadenas objetivo de DB2" #: ../../enterprise/include/class/DB2.app.php:495 -msgid "" -"SERVER:PORT/DATABASE, comma separated or line by line, as many targets as you need." +msgid "SERVER:PORT/DATABASE, comma separated or line by line, as many targets as you need." msgstr "" -"SERVIDOR:PUERTO/BASE DE DATOS, separados por coma o línea por línea, tantos " -"objetivos como desee." +"SERVIDOR:PUERTO/BASE DE DATOS, separados por coma o línea por línea, tantos objetivos como " +"desee." #: ../../enterprise/include/class/DB2.app.php:495 #: ../../enterprise/include/class/Oracle.app.php:502 @@ -28905,12 +27892,12 @@ msgstr "Agente objetivo" #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:670 msgid "" "Defines a target agent where this task will store data detected, if you have defined " -"multiple targets, define a comma separated list of names here or leave in blank to " -"use target as name." +"multiple targets, define a comma separated list of names here or leave in blank to use " +"target as name." msgstr "" -"Define un objetivo de agente donde la tarea almacenará los datos detectados. Si ha " -"definido varios objetivos, defina una lista de nombres separados por coma o déjelo " -"en blanco para usar el objetivo como nombre." +"Define un objetivo de agente donde la tarea almacenará los datos detectados. Si ha definido " +"varios objetivos, defina una lista de nombres separados por coma o déjelo en blanco para " +"usar el objetivo como nombre." #: ../../enterprise/include/class/DB2.app.php:674 #: ../../enterprise/include/class/MySQL.app.php:700 @@ -28923,12 +27910,10 @@ msgstr "Prefijo de módulo personalizado" #: ../../enterprise/include/class/MySQL.app.php:701 #: ../../enterprise/include/class/Oracle.app.php:682 #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:690 -msgid "" -"Defines a custom prefix to be concatenated before module names generated by this " -"task." +msgid "Defines a custom prefix to be concatenated before module names generated by this task." msgstr "" -"Define un prefijo personalizado para concatenar antes de los nombres de módulos " -"generados por esta tarea." +"Define un prefijo personalizado para concatenar antes de los nombres de módulos generados " +"por esta tarea." #: ../../enterprise/include/class/DB2.app.php:693 msgid "Get database summary" @@ -29033,12 +28018,12 @@ msgstr "Alias de agente, dirección IP, ID del SO, Intervalo, ID de grupo, Descr #: ../../enterprise/include/class/CSVImportAgents.class.php:128 msgid "" -"Warning, this CSV importer will not perform any discovery, it will only create empty " -"agents with the name, IP, OS type, description and group provided in the CSV." +"Warning, this CSV importer will not perform any discovery, it will only create empty agents " +"with the name, IP, OS type, description and group provided in the CSV." msgstr "" -"Advertencia, este importador CSV no realizará ningún descubrimiento, solo creará " -"agentes vacíos con el nombre, IP, tipo de sistema operativo, descripción y grupo " -"proporcionados en el CSV." +"Advertencia, este importador CSV no realizará ningún descubrimiento, solo creará agentes " +"vacíos con el nombre, IP, tipo de sistema operativo, descripción y grupo proporcionados en " +"el CSV." #: ../../enterprise/include/class/CSVImportAgents.class.php:182 msgid "Alias as name" @@ -29113,13 +28098,11 @@ msgstr "SAP" #: ../../enterprise/include/class/SAPView.class.php:675 msgid "" -"SAP view offers you to see the most important modules Discovery Server is usually " -"configured to retry. You have not configured a Discovery SAP R3 task yet, please " -"visit" +"SAP view offers you to see the most important modules Discovery Server is usually configured " +"to retry. You have not configured a Discovery SAP R3 task yet, please visit" msgstr "" -"La vista SAP le ofrece los módulos más importantes. El servidor Discovery " -"normalmente está configurado para hacer reintentos. Si aún no ha configurado la " -"tarea Discovery SAP R3, visite" +"La vista SAP le ofrece los módulos más importantes. El servidor Discovery normalmente está " +"configurado para hacer reintentos. Si aún no ha configurado la tarea Discovery SAP R3, visite" #: ../../enterprise/include/class/SAPView.class.php:675 msgid "to start monitoring your SAP infrastructure." @@ -29130,8 +28113,7 @@ msgid "Discover SAP" msgstr "Descubrir SAP" #: ../../enterprise/include/class/SAP.app.php:155 -msgid "" -"This SAP configuration has been already defined. Please edit it or create a new one." +msgid "This SAP configuration has been already defined. Please edit it or create a new one." msgstr "Ya se ha definido esta configuración SAP. Edítela o cree una nueva." #: ../../enterprise/include/class/SAP.app.php:197 @@ -29180,84 +28162,70 @@ msgstr "Opcional" msgid "SAP License" msgstr "Licencia SAP" -#: ../../enterprise/include/class/SAP.app.php:756 -#: ../../include/functions_agents.php:4127 +#: ../../enterprise/include/class/SAP.app.php:756 ../../include/functions_agents.php:4127 msgid "SAP Login OK" msgstr "Inicio de sesión SAP correcto" -#: ../../enterprise/include/class/SAP.app.php:757 -#: ../../include/functions_agents.php:4128 +#: ../../enterprise/include/class/SAP.app.php:757 ../../include/functions_agents.php:4128 msgid "SAP Dumps" msgstr "Volcados SAP" -#: ../../enterprise/include/class/SAP.app.php:758 -#: ../../include/functions_agents.php:4129 +#: ../../enterprise/include/class/SAP.app.php:758 ../../include/functions_agents.php:4129 msgid "SAP lock entry list" msgstr "Lista de entradas de bloqueo SAP" -#: ../../enterprise/include/class/SAP.app.php:759 -#: ../../include/functions_agents.php:4130 +#: ../../enterprise/include/class/SAP.app.php:759 ../../include/functions_agents.php:4130 msgid "SAP canceled Jobs" msgstr "Trabajos SAP cancelados" -#: ../../enterprise/include/class/SAP.app.php:760 -#: ../../include/functions_agents.php:4131 +#: ../../enterprise/include/class/SAP.app.php:760 ../../include/functions_agents.php:4131 msgid "SAP Batch inputs erroneous" msgstr "Entradas SAP en grupo erróneas" -#: ../../enterprise/include/class/SAP.app.php:761 -#: ../../include/functions_agents.php:4132 +#: ../../enterprise/include/class/SAP.app.php:761 ../../include/functions_agents.php:4132 msgid "SAP IDOC erroneous" msgstr "SAP IDOC erróneo" -#: ../../enterprise/include/class/SAP.app.php:762 -#: ../../include/functions_agents.php:4133 +#: ../../enterprise/include/class/SAP.app.php:762 ../../include/functions_agents.php:4133 msgid "SAP IDOC OK" msgstr "SAP IDOC OK" -#: ../../enterprise/include/class/SAP.app.php:763 -#: ../../include/functions_agents.php:4134 +#: ../../enterprise/include/class/SAP.app.php:763 ../../include/functions_agents.php:4134 msgid "SAP WP without active restart" msgstr "WP SAP sin reinicio activo" -#: ../../enterprise/include/class/SAP.app.php:764 -#: ../../include/functions_agents.php:4135 +#: ../../enterprise/include/class/SAP.app.php:764 ../../include/functions_agents.php:4135 msgid "SAP WP stopped" msgstr "WP SAP parado" -#: ../../enterprise/include/class/SAP.app.php:765 -#: ../../include/functions_agents.php:4136 +#: ../../enterprise/include/class/SAP.app.php:765 ../../include/functions_agents.php:4136 msgid "Average time of SAPGUI response" msgstr "Media de tiempo de respuesta de SAPGUI" -#: ../../enterprise/include/class/SAP.app.php:766 -#: ../../include/functions_agents.php:4138 +#: ../../enterprise/include/class/SAP.app.php:766 ../../include/functions_agents.php:4138 msgid "Dialog Logged users" msgstr "Usuarios conectados en el diálogo" -#: ../../enterprise/include/class/SAP.app.php:767 -#: ../../include/functions_agents.php:4139 +#: ../../enterprise/include/class/SAP.app.php:767 ../../include/functions_agents.php:4139 msgid "TRFC in error" msgstr "TRFC en error" -#: ../../enterprise/include/class/SAP.app.php:768 -#: ../../include/functions_agents.php:4140 +#: ../../enterprise/include/class/SAP.app.php:768 ../../include/functions_agents.php:4140 msgid "QRFC in error SMQ2" msgstr "QRFC en error SMQ2" -#: ../../enterprise/include/class/SAP.app.php:769 -#: ../../include/functions_agents.php:4141 +#: ../../enterprise/include/class/SAP.app.php:769 ../../include/functions_agents.php:4141 msgid "Number of Update WPs in error" msgstr "Número de WPs de actualización en error" #: ../../enterprise/include/class/SAP.app.php:793 #, php-format msgid "" -"Module 180 must be customized before being used, please use advanced options to " -"define the module following the documentation:
%s" +"Module 180 must be customized before being used, please use advanced options to define the " +"module following the documentation:
%s" msgstr "" -"El módulo 180 debe personalizarse antes de usarse, use las opciones avanzadas para " -"definir el módulo siguiendo la documentación:
%s" +"El módulo 180 debe personalizarse antes de usarse, use las opciones avanzadas para definir " +"el módulo siguiendo la documentación:
%s" #: ../../enterprise/include/class/SAP.app.php:814 #: ../../godmode/agentes/planned_downtime.editor.php:1257 @@ -29294,8 +28262,8 @@ msgstr "Definiciones de módulos personalizadas" #: ../../enterprise/include/class/SAP.app.php:912 msgid "" -"Each line is a module definition using following format: module name ; module_type ; " -"SAP check definition." +"Each line is a module definition using following format: module name ; module_type ; SAP " +"check definition." msgstr "" "Cada línea es una definición de módulo con el siguiente formato: nombre del módulo ; " "tipo_de_módulo ; definición de comprobación SAP." @@ -29368,11 +28336,11 @@ msgstr "Debe seleccionar al menos una instancia RDS" #: ../../enterprise/include/class/Aws.cloud.php:1004 msgid "" -"You cannot monitor RDS instances from different types. Please define several tasks " -"for several types." +"You cannot monitor RDS instances from different types. Please define several tasks for " +"several types." msgstr "" -"No puede monitorizar las instancias RDS desde diferentes tipos. Defina varias tareas " -"para diferentes tipos." +"No puede monitorizar las instancias RDS desde diferentes tipos. Defina varias tareas para " +"diferentes tipos." #: ../../enterprise/include/class/Aws.cloud.php:1011 msgid "Discovery.Cloud.AWS.RDS" @@ -29415,9 +28383,7 @@ msgid "Engine not supported" msgstr "Motor no compatible" #: ../../enterprise/include/class/MySQL.app.php:173 -msgid "" -"This MySQL configuration has been already defined. Please edit it or create a new " -"one." +msgid "This MySQL configuration has been already defined. Please edit it or create a new one." msgstr "Ya se ha definido esta configuración MySQL. Edítela o cree una nueva." #: ../../enterprise/include/class/MySQL.app.php:216 @@ -29451,12 +28417,12 @@ msgstr "Puerto del servidor MySQL" #: ../../enterprise/include/class/MySQL.app.php:681 msgid "" "Defines a target agent where this task will store data detected, if you have defined " -"multiple targets, define a comma separated list of names here or leave in blank to " -"use server IP address/ FQDN." +"multiple targets, define a comma separated list of names here or leave in blank to use " +"server IP address/ FQDN." msgstr "" -"Define un agente de destino donde la tarea almacenará los datos detectados. Si tiene " -"varios objetivos definidos, defina una lista de nombres separados por coma aquí o " -"déjelo en blanco para usar la dirección IP/FQDN del servidor." +"Define un agente de destino donde la tarea almacenará los datos detectados. Si tiene varios " +"objetivos definidos, defina una lista de nombres separados por coma aquí o déjelo en blanco " +"para usar la dirección IP/FQDN del servidor." #: ../../enterprise/include/class/MySQL.app.php:722 msgid "Scan databases" @@ -29472,11 +28438,11 @@ msgstr "Prefijo de agente de base de datos personalizado" #: ../../enterprise/include/class/MySQL.app.php:760 msgid "" -"Defines a custom prefix to be concatenated before database agent names generated by " -"this task." +"Defines a custom prefix to be concatenated before database agent names generated by this " +"task." msgstr "" -"Define un prefijo personalizado a concatenar antes de los nombres de agentes de base " -"de datos generados por esta tarea." +"Define un prefijo personalizado a concatenar antes de los nombres de agentes de base de " +"datos generados por esta tarea." #: ../../enterprise/include/class/MySQL.app.php:781 #: ../../enterprise/include/class/Oracle.app.php:700 @@ -29534,9 +28500,7 @@ msgid "FAILED" msgstr "ERROR" #: ../../enterprise/include/class/Oracle.app.php:172 -msgid "" -"This Oracle configuration has been already defined. Please edit it or create a new " -"one." +msgid "This Oracle configuration has been already defined. Please edit it or create a new one." msgstr "Esta configuración Oracle ya se ha definido. Edítela o cree una nueva." #: ../../enterprise/include/class/Oracle.app.php:214 @@ -29557,8 +28521,7 @@ msgstr "Cadenas objetivo de Oracle" #: ../../enterprise/include/class/Oracle.app.php:502 msgid "SERVER:PORT/SID, comma separated or line by line, as many targets as you need." -msgstr "" -"SERVER:PORT/SID, separados por coma o línea por línea, tantos objetivos como precise." +msgstr "SERVER:PORT/SID, separados por coma o línea por línea, tantos objetivos como precise." #: ../../enterprise/include/class/Oracle.app.php:748 msgid "Calculate fragmentation ratio" @@ -29570,11 +28533,9 @@ msgstr "Espacio de tablas del monitor" #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:171 msgid "" -"This Microsoft SQL Server configuration has been already defined. Please edit it or " -"create a new one." -msgstr "" -"La configuración del servidor Microsoft SQL ya se ha definido. Edite o cree una " -"nueva." +"This Microsoft SQL Server configuration has been already defined. Please edit it or create a " +"new one." +msgstr "La configuración del servidor Microsoft SQL ya se ha definido. Edite o cree una nueva." #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:213 msgid "You must provide a valid Microsoft SQL Server server IP or FQDN." @@ -29582,8 +28543,7 @@ msgstr "Debe añadir una IP de servidor Microsoft SQL o FQDN." #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:282 msgid "Failed to find discovery Microsoft SQL Server task." -msgstr "" -"No se ha podido encontrar la tarea de descubrimiento del servidor Microsoft SQL." +msgstr "No se ha podido encontrar la tarea de descubrimiento del servidor Microsoft SQL." #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:425 msgid "Microsoft SQL Server" @@ -29594,11 +28554,10 @@ msgid "Microsoft SQL Server targets" msgstr "Objetivos del servidor Microsoft SQL" #: ../../enterprise/include/class/MicrosoftSQLServer.app.php:510 -msgid "" -"SERVER:PORT\\INSTANCE, comma separated or line by line, as many targets as you need." +msgid "SERVER:PORT\\INSTANCE, comma separated or line by line, as many targets as you need." msgstr "" -"SERVIDOR:PUERTO\\INSTANCIA, separados por coma o línea por línea, tantos objetivos " -"como necesite." +"SERVIDOR:PUERTO\\INSTANCIA, separados por coma o línea por línea, tantos objetivos como " +"necesite." #: ../../enterprise/include/class/AlertCorrelationManager.class.php:496 msgid "The alert name cannot be blank" @@ -29659,8 +28618,8 @@ msgstr "Utilizar lista de días especiales" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:1085 #: ../../godmode/alerts/configure_alert_template.php:708 -#: ../../godmode/reporting/manage_schedule.php:32 -#: ../../godmode/reporting/schedule.php:50 ../../operation/menu.php:473 +#: ../../godmode/reporting/manage_schedule.php:32 ../../godmode/reporting/schedule.php:50 +#: ../../operation/menu.php:473 msgid "Schedule" msgstr "Programar" @@ -29879,10 +28838,8 @@ msgstr "Recuperación de alerta" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2315 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2984 -#: ../../godmode/alerts/alert_commands.php:119 -#: ../../godmode/alerts/alert_commands.php:124 -#: ../../godmode/alerts/alert_commands.php:140 -#: ../../godmode/alerts/alert_commands.php:146 +#: ../../godmode/alerts/alert_commands.php:119 ../../godmode/alerts/alert_commands.php:124 +#: ../../godmode/alerts/alert_commands.php:140 ../../godmode/alerts/alert_commands.php:146 #: ../../godmode/alerts/configure_alert_template.php:1073 #: ../../godmode/alerts/alert_view.php:500 ../../godmode/alerts/alert_view.php:619 #, php-format @@ -29892,8 +28849,7 @@ msgstr "Campo %s" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2334 msgid "Agent and module event recovery macros are not available in this section" msgstr "" -"Las macros de recuperación de eventos de agente y módulo no están disponibles en " -"esta sección" +"Las macros de recuperación de eventos de agente y módulo no están disponibles en esta sección" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2334 #, php-format @@ -29919,15 +28875,13 @@ msgstr "Disparado" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2588 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2800 #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3683 -#: ../../godmode/alerts/alert_list.list.php:751 -#: ../../godmode/alerts/alert_list.list.php:885 -#: ../../godmode/alerts/configure_alert_action.php:311 -#: ../../godmode/alerts/alert_view.php:378 +#: ../../godmode/alerts/alert_list.list.php:751 ../../godmode/alerts/alert_list.list.php:885 +#: ../../godmode/alerts/configure_alert_action.php:311 ../../godmode/alerts/alert_view.php:378 #: ../../godmode/alerts/alert_list.builder.php:187 #: ../../include/functions_reporting_html.php:4919 -#: ../../include/functions_reporting_html.php:6709 -#: ../../include/ajax/alert_list.ajax.php:316 ../../include/ajax/custom_fields.php:496 -#: ../../include/functions_ui.php:1734 ../../include/class/AgentsAlerts.class.php:398 +#: ../../include/functions_reporting_html.php:6709 ../../include/ajax/alert_list.ajax.php:316 +#: ../../include/ajax/custom_fields.php:496 ../../include/functions_ui.php:1734 +#: ../../include/class/AgentsAlerts.class.php:398 #: ../../include/class/AgentWizard.class.php:1314 msgid "Threshold" msgstr "Umbral" @@ -29947,10 +28901,8 @@ msgid "Recovering" msgstr "Recuperado" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2869 -msgid "" -"Select the desired action and mode to view the Triggering fields for this action" -msgstr "" -"Seleccione la acción y el modo deseados para ver los campos de disparo de esta acción" +msgid "Select the desired action and mode to view the Triggering fields for this action" +msgstr "Seleccione la acción y el modo deseados para ver los campos de disparo de esta acción" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2887 #: ../../godmode/alerts/alert_view.php:411 @@ -29966,8 +28918,7 @@ msgstr "Campos de disparado" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2947 #: ../../godmode/alerts/alert_view.php:453 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" +msgstr "Campos pasados al comando ejecutado por esta acción cuando la alerta es disparada" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:2951 #: ../../godmode/agentes/fields_manager.php:153 ../../godmode/alerts/alert_view.php:457 @@ -30015,8 +28966,8 @@ msgstr "Campos usados en la ejecución cuando la alerta es disparada" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3016 #: ../../godmode/users/configure_user.php:61 ../../godmode/users/user_management.php:44 #: ../../godmode/massive/massive_edit_users.php:277 ../../include/auth/mysql.php:808 -#: ../../operation/users/user_edit.php:470 -#: ../../operation/agentes/alerts_status.php:193 ../../operation/menu.php:194 +#: ../../operation/users/user_edit.php:470 ../../operation/agentes/alerts_status.php:193 +#: ../../operation/menu.php:194 msgid "Alert detail" msgstr "Detalle de alertas" @@ -30065,12 +29016,12 @@ msgstr "No hay alertas correlacionadas definidas" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3408 msgid "" -"Log correlation and log correlation with events will be disabled in this update. " -"Some event alerts may need to be modified to adapt to the new format" +"Log correlation and log correlation with events will be disabled in this update. Some event " +"alerts may need to be modified to adapt to the new format" msgstr "" "La correlación de logs y la correlación de logs con eventos se deshabitarán en esta " -"actualización. Algunas alertas de correlación podrían tener que modificarse para " -"adaptarse al nuevo formato" +"actualización. Algunas alertas de correlación podrían tener que modificarse para adaptarse " +"al nuevo formato" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3549 msgid "Are you sure you want to disable the alert" @@ -30085,9 +29036,8 @@ msgid "Disabled Alert" msgstr "Alerta desactivada" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3604 -#: ../../godmode/alerts/alert_list.list.php:193 -#: ../../godmode/alerts/alert_list.list.php:965 ../../mobile/operation/alerts.php:74 -#: ../../operation/agentes/alerts_status.functions.php:119 +#: ../../godmode/alerts/alert_list.list.php:193 ../../godmode/alerts/alert_list.list.php:965 +#: ../../mobile/operation/alerts.php:74 ../../operation/agentes/alerts_status.functions.php:119 msgid "Standby off" msgstr "Modo standby desactivado" @@ -30097,9 +29047,8 @@ msgstr "¿Está seguro de que quiere poner la alerta en suspensión?" #: ../../enterprise/include/class/AlertCorrelationManager.class.php:3610 #: ../../enterprise/operation/agentes/policy_view.php:293 -#: ../../godmode/alerts/alert_list.list.php:192 -#: ../../godmode/alerts/alert_list.list.php:978 ../../mobile/operation/alerts.php:73 -#: ../../include/functions_ui.php:1360 +#: ../../godmode/alerts/alert_list.list.php:192 ../../godmode/alerts/alert_list.list.php:978 +#: ../../mobile/operation/alerts.php:73 ../../include/functions_ui.php:1360 #: ../../operation/agentes/alerts_status.functions.php:118 msgid "Standby on" msgstr "Modo standby activado" @@ -30151,29 +29100,27 @@ msgstr "Metaconsola" #: ../../enterprise/include/class/CommandCenter.class.php:231 msgid "" -"Be sure you have all your server plugins scripts located in all your Pandora FMS " -"nodes and Metaconsole in the proper path" +"Be sure you have all your server plugins scripts located in all your Pandora FMS nodes and " +"Metaconsole in the proper path" msgstr "" -"Asegúrese de que todos los scripts de sus plugins de servidor se encuentran en todos " -"sus nodos Pandora FMS y la Metaconsola en la ruta adecuada" +"Asegúrese de que todos los scripts de sus plugins de servidor se encuentran en todos sus " +"nodos Pandora FMS y la Metaconsola en la ruta adecuada" #: ../../enterprise/include/class/CommandCenter.class.php:233 msgid "" -"Be sure you have all the needed dependencies by your inventory modules located in " -"all your Pandora FMS nodes and Metaconsole in the proper path" +"Be sure you have all the needed dependencies by your inventory modules located in all your " +"Pandora FMS nodes and Metaconsole in the proper path" msgstr "" -"Asegúrese de que dispone de todas las dependencias necesarias por módulos de " -"inventario localizadas en todos sus nodos Pandora FMS y la Metaconsola en la ruta " -"adecuada" +"Asegúrese de que dispone de todas las dependencias necesarias por módulos de inventario " +"localizadas en todos sus nodos Pandora FMS y la Metaconsola en la ruta adecuada" #: ../../enterprise/include/class/CommandCenter.class.php:235 msgid "" -"Be sure you have any custom script needed by your alert commands located in all your " -"Pandora FMS nodes and Metaconsole in the proper path" +"Be sure you have any custom script needed by your alert commands located in all your Pandora " +"FMS nodes and Metaconsole in the proper path" msgstr "" -"Asegúrese de que dispone de cualquier script personalizado que necesite por comandos " -"de alertas localizado en todos sus nodos Pandora FMS y la Metaconsola en la ruta " -"adecuada" +"Asegúrese de que dispone de cualquier script personalizado que necesite por comandos de " +"alertas localizado en todos sus nodos Pandora FMS y la Metaconsola en la ruta adecuada" #: ../../enterprise/include/class/CommandCenter.class.php:237 msgid "Be sure you apply your policies to push the changes to the agents" @@ -30181,40 +29128,37 @@ msgstr "Asegúrese de que aplica las políticas para efectuar los cambios en los #: ../../enterprise/include/class/CommandCenter.class.php:239 msgid "Be sure your nodes have the right datetime (NTP is recommended)" -msgstr "" -"Asegúrese de que los nodos tienen la fecha y hora correctas (se recomienda NTP)" +msgstr "Asegúrese de que los nodos tienen la fecha y hora correctas (se recomienda NTP)" #: ../../enterprise/include/class/CommandCenter.class.php:252 msgid "Ensure autocreate_group token is set to a valid value in all nodes after merge" msgstr "" -"Verifique que el token autocreate_group tiene un valor válido definido en todos los " -"nodos después de la fusión" +"Verifique que el token autocreate_group tiene un valor válido definido en todos los nodos " +"después de la fusión" #: ../../enterprise/include/class/CommandCenter.class.php:254 msgid "" -"During the sync process your servers could get errors and shut down, even if they " -"are still processing data. We recommend to stop servers during all the process" +"During the sync process your servers could get errors and shut down, even if they are still " +"processing data. We recommend to stop servers during all the process" msgstr "" -"Durante el proceso de sincronización, los servidores podrán devolver errores o " -"apagarse, incluso si aún están procesando datos. Es recomendable detener los " -"servidores durante todo el proceso" +"Durante el proceso de sincronización, los servidores podrán devolver errores o apagarse, " +"incluso si aún están procesando datos. Es recomendable detener los servidores durante todo " +"el proceso" #: ../../enterprise/include/class/CommandCenter.class.php:256 msgid "" -"During event synchronization, there may be a slowdown in the creation of events. If " -"you can, keep the servers stopped" +"During event synchronization, there may be a slowdown in the creation of events. If you can, " +"keep the servers stopped" msgstr "" -"Durante la sincronización de eventos, puede ralentizarse la creación de eventos. Si " -"le es posible, mantenga los servidores detenidos" +"Durante la sincronización de eventos, puede ralentizarse la creación de eventos. Si le es " +"posible, mantenga los servidores detenidos" #: ../../enterprise/include/class/CommandCenter.class.php:260 #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:973 -msgid "" -"Memory limit is recomended to be unlimited in metaconsole, please set to -1 in php." -"ini." +msgid "Memory limit is recomended to be unlimited in metaconsole, please set to -1 in php.ini." msgstr "" -"Se recomienda que el límite de memoria sea ilimitado en la metaconsola, establezca " -"en -1 en php.ini." +"Se recomienda que el límite de memoria sea ilimitado en la metaconsola, establezca en -1 en " +"php.ini." #: ../../enterprise/include/class/CommandCenter.class.php:306 msgid "Nodes priority order" @@ -30273,11 +29217,11 @@ msgstr "Detalles del proceso" #: ../../enterprise/include/class/CommandCenter.class.php:452 msgid "" -"System is not unified yet, something is wrong, please troubleshoot the errors and " -"retry the merge process. Your data have not been modified." +"System is not unified yet, something is wrong, please troubleshoot the errors and retry the " +"merge process. Your data have not been modified." msgstr "" -"El sistema aún no está unificado, algo está mal, solucione los errores y vuelva a " -"intentar el proceso de fusión. Sus datos no han sido modificados." +"El sistema aún no está unificado, algo está mal, solucione los errores y vuelva a intentar " +"el proceso de fusión. Sus datos no han sido modificados." #: ../../enterprise/include/class/CommandCenter.class.php:453 msgid "Errors while merging" @@ -30288,8 +29232,8 @@ msgid "The process has been completed correctly" msgstr "El proceso se ha completado correctamente" #: ../../enterprise/include/class/CommandCenter.class.php:455 -#: ../../enterprise/include/functions_login.php:213 -#: ../../include/functions_menu.php:927 ../../include/class/Diagnostics.class.php:1922 +#: ../../enterprise/include/functions_login.php:213 ../../include/functions_menu.php:927 +#: ../../include/class/Diagnostics.class.php:1922 msgid "Successfully" msgstr "Correcto" @@ -30343,11 +29287,11 @@ msgstr "No se pudieron actualizar los nodos de orden de prioridad" #: ../../enterprise/include/class/CommandCenter.class.php:559 msgid "" -"By unifying databases all information across your infrastructure will be merged to " -"gain integrity" +"By unifying databases all information across your infrastructure will be merged to gain " +"integrity" msgstr "" -"Al unificar las bases de datos, toda la información de su infraestructura se " -"fusionará para obtener integridad." +"Al unificar las bases de datos, toda la información de su infraestructura se fusionará para " +"obtener integridad." #: ../../enterprise/include/class/CommandCenter.class.php:572 #: ../../enterprise/include/class/CommandCenter.class.php:582 @@ -30361,8 +29305,7 @@ msgstr "Este proceso ya se está ejecutando" #: ../../enterprise/include/class/CommandCenter.class.php:583 msgid "You cannot start a new merge because system is merging events data." msgstr "" -"No puede iniciar una nueva combinación porque el sistema está combinando datos de " -"eventos." +"No puede iniciar una nueva combinación porque el sistema está combinando datos de eventos." #: ../../enterprise/include/class/CommandCenter.class.php:591 msgid "Press OK button to start the process" @@ -30370,13 +29313,12 @@ msgstr "Presione el botón OK para iniciar el proceso" #: ../../enterprise/include/class/CommandCenter.class.php:593 msgid "" -"There are backups from a previous merging process, are you sure you want to " -"overwrite those backups? Press OK button to ignore this message and start the " -"process." +"There are backups from a previous merging process, are you sure you want to overwrite those " +"backups? Press OK button to ignore this message and start the process." msgstr "" "Hay copias de seguridad de un proceso de fusión anterior, ¿está seguro de que desea " -"sobrescribir esas copias de seguridad? Presione el botón OK para ignorar este " -"mensaje e iniciar el proceso." +"sobrescribir esas copias de seguridad? Presione el botón OK para ignorar este mensaje e " +"iniciar el proceso." #: ../../enterprise/include/class/CommandCenter.class.php:640 msgid "System is merging events..." @@ -30456,8 +29398,8 @@ msgstr "Gestor de copia de seguridad de la BBDD" #, php-format msgid "To schedule a periodic (or one-time) backup task you can do it through %s." msgstr "" -"Para programar una tarea de copia de seguridad periódica (o única), puede hacerlo a " -"través de %s." +"Para programar una tarea de copia de seguridad periódica (o única), puede hacerlo a través " +"de %s." #: ../../enterprise/include/class/ManageBackups.class.php:191 msgid "Path backups" @@ -30506,11 +29448,11 @@ msgstr "No hay información adicional que mostrar" #: ../../enterprise/include/class/ManageBackups.class.php:499 msgid "" -"Are you sure you want to delete this database backup file? Once deleted you will not " -"be able to recover it." +"Are you sure you want to delete this database backup file? Once deleted you will not be able " +"to recover it." msgstr "" -"¿Está seguro de que desea eliminar este archivo de copia de seguridad de la base de " -"datos? Una vez eliminado no podrás recuperarlo." +"¿Está seguro de que desea eliminar este archivo de copia de seguridad de la base de datos? " +"Una vez eliminado no podrás recuperarlo." #: ../../enterprise/include/class/ManageBackups.class.php:501 msgid "Do you like perform a database restoration?" @@ -30518,43 +29460,38 @@ msgstr "¿Desea realizar una restauración de base de datos?" #: ../../enterprise/include/class/ManageBackups.class.php:589 msgid "" -"Are you sure you want to delete all LOST database backup? Once deleted you will not " -"be able to recover it." +"Are you sure you want to delete all LOST database backup? Once deleted you will not be able " +"to recover it." msgstr "" -"¿Está seguro de que desea eliminar todas copia de seguridad de la base de datos " -"PERDIDAS? Una vez eliminadas no podrás recuperarlas." +"¿Está seguro de que desea eliminar todas copia de seguridad de la base de datos PERDIDAS? " +"Una vez eliminadas no podrás recuperarlas." #: ../../enterprise/include/functions_enterprise.php:534 msgid "" -"If the interval of days until events data purge is shorter than the events data " -"history storage interval, data will be lost. It is recommended that the storage " -"frequency is higher than the purge frequency." +"If the interval of days until events data purge is shorter than the events data history " +"storage interval, data will be lost. It is recommended that the storage frequency is higher " +"than the purge frequency." msgstr "" -"Si el intervalo de días hasta la purga de datos de eventos es inferior que el " -"intervalo de almacenamiento de histórico de datos de eventos, se perderán los datos. " -"Se recomienda configurar una frecuencia de almacenamiento inferior a la frecuencia " -"de purga." +"Si el intervalo de días hasta la purga de datos de eventos es inferior que el intervalo de " +"almacenamiento de histórico de datos de eventos, se perderán los datos. Se recomienda " +"configurar una frecuencia de almacenamiento inferior a la frecuencia de purga." #: ../../enterprise/include/functions_enterprise.php:536 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." +"Problemas con la fecha de purga de eventos y la fecha de traspaso de información a histórico." #: ../../enterprise/include/functions_enterprise.php:547 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" +"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." +"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:549 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 al histórico" +msgstr "Problemas con la fecha de purga y la fecha de traspaso de información al histórico" #: ../../enterprise/include/functions_reporting.php:75 msgid "Wizard SLA" @@ -30653,16 +29590,14 @@ msgstr "Log" #: ../../enterprise/include/functions_reporting.php:2747 #: ../../enterprise/include/functions_reporting.php:3692 #: ../../enterprise/include/functions_reporting.php:4668 -#: ../../include/functions_reporting.php:1179 -#: ../../include/functions_reporting.php:9763 +#: ../../include/functions_reporting.php:1179 ../../include/functions_reporting.php:9763 msgid "There are no SLAs defined" msgstr "No hay SLA definidos" #: ../../enterprise/include/functions_reporting.php:2800 #: ../../enterprise/include/functions_reporting.php:3745 #: ../../enterprise/include/functions_reporting.php:4721 -#: ../../include/functions_reporting.php:1254 -#: ../../include/functions_reporting.php:10141 +#: ../../include/functions_reporting.php:1254 ../../include/functions_reporting.php:10141 msgid "Inverse" msgstr "Inverso" @@ -30786,8 +29721,7 @@ msgstr "Comprobaciones Advertencia" #: ../../include/functions_reporting_html.php:1460 #: ../../include/functions_reporting_html.php:5732 #: ../../include/functions_reporting_html.php:6284 -#: ../../include/functions_reporting_html.php:6287 -#: ../../include/functions_reporting.php:1824 +#: ../../include/functions_reporting_html.php:6287 ../../include/functions_reporting.php:1824 #: ../../include/functions_reporting.php:4072 msgid "There are no Agent/Modules defined" msgstr "No hay Agentes/Módulos definidos" @@ -30901,8 +29835,8 @@ msgstr "Vulnerabilidades: Primeros agentes con peor valoración" #, php-format msgid "Vulnerabilities: Agent %s | IP %s | OS %s | OS Version %s | Group %s" msgstr "" -"Vulnerabilidades: Agente %s | IP %s | Sistema operativo %s | Versión del sistema " -"operativo %s | Grupo %s" +"Vulnerabilidades: Agente %s | IP %s | Sistema operativo %s | Versión del sistema operativo " +"%s | Grupo %s" #: ../../enterprise/include/functions_reporting.php:10566 #: ../../enterprise/include/functions_reporting.php:10569 @@ -30963,32 +29897,30 @@ msgstr "ID de política %d ya pendiente de aplicar en el ID de agente %d." #: ../../enterprise/include/functions_enterprise_api.php:4061 #: ../../enterprise/include/functions_enterprise_api.php:4088 msgid "" -"Error adding web analysis module to policy. Id_module_type is not correct for web " -"analysis modules." +"Error adding web analysis module to policy. Id_module_type is not correct for web analysis " +"modules." msgstr "" -"Error al añadir el módulo de análisis web a la política. Id_module_type no es " -"correcto para los módulos de análisis web." +"Error al añadir el módulo de análisis web a la política. Id_module_type no es correcto para " +"los módulos de análisis web." #: ../../enterprise/include/functions_enterprise_api.php:4070 msgid "" -"Network Module could not be added to policy. Id_module_type is not correct for " -"network modules." +"Network Module could not be added to policy. Id_module_type is not correct for network " +"modules." msgstr "" -"No se ha podido añadir el módulo de red a la política. Id_module_type no es correcto " -"para módulos de red." +"No se ha podido añadir el módulo de red a la política. Id_module_type no es correcto para " +"módulos de red." #: ../../enterprise/include/functions_enterprise_api.php:4079 -msgid "" -"Error adding web module to policy. Id_module_type is not correct for web modules." +msgid "Error adding web module to policy. Id_module_type is not correct for web modules." msgstr "" -"Error al añadir módulo web a la política. Id_module_type no es correcto para módulos " -"web." +"Error al añadir módulo web a la política. Id_module_type no es correcto para módulos web." #: ../../enterprise/include/functions_enterprise_api.php:4100 msgid "Error adding module to policy configuration_data is not a valid base64." msgstr "" -"Error al añadir módulo a la configuración de la política, configuration_data no es " -"una base64 válida." +"Error al añadir módulo a la configuración de la política, configuration_data no es una " +"base64 válida." #: ../../enterprise/include/functions_enterprise_api.php:6126 msgid "The agent could not be added to the policy." @@ -31083,51 +30015,43 @@ msgstr "Peso OK" #: ../../enterprise/include/functions_services.php:1740 #: ../../enterprise/include/functions_services.php:1793 -#: ../../enterprise/include/functions_services.php:1861 -#: ../../mobile/operation/services.php:231 ../../mobile/operation/services.php:272 -#: ../../mobile/operation/services.php:338 +#: ../../enterprise/include/functions_services.php:1861 ../../mobile/operation/services.php:231 +#: ../../mobile/operation/services.php:272 ../../mobile/operation/services.php:338 msgid "Nonexistent. This element should be deleted" msgstr "Inexistente. Este elemento debería eliminarse." #: ../../enterprise/include/functions_services.php:1776 #: ../../enterprise/include/functions_services.php:1843 -#: ../../enterprise/include/functions_services.php:1897 -#: ../../mobile/operation/services.php:255 ../../mobile/operation/services.php:320 -#: ../../mobile/operation/services.php:363 +#: ../../enterprise/include/functions_services.php:1897 ../../mobile/operation/services.php:255 +#: ../../mobile/operation/services.php:320 ../../mobile/operation/services.php:363 msgid "This element does not affect service weigth because is disabled." msgstr "El elemento no afecta al peso del servicio porque está deshabilitado." -#: ../../enterprise/include/functions_services.php:1912 -#: ../../mobile/operation/services.php:386 +#: ../../enterprise/include/functions_services.php:1912 ../../mobile/operation/services.php:386 #, php-format msgid "Dynamic element (%d) '%s' does not match any target" msgstr "El elemento dinámico (%d) '%s' no coincide con ningún objetivo" -#: ../../enterprise/include/functions_services.php:1921 -#: ../../mobile/operation/services.php:395 +#: ../../enterprise/include/functions_services.php:1921 ../../mobile/operation/services.php:395 #, php-format msgid "Dynamic element (%d) '%s' causes an error: %s" msgstr "El elemento dinámico (%d) '%s' provoca un error: %s" -#: ../../enterprise/include/functions_services.php:1933 -#: ../../mobile/operation/services.php:377 +#: ../../enterprise/include/functions_services.php:1933 ../../mobile/operation/services.php:377 msgid "Dynamic element" msgstr "Elemento dinámico" -#: ../../enterprise/include/functions_services.php:1939 -#: ../../mobile/operation/services.php:405 +#: ../../enterprise/include/functions_services.php:1939 ../../mobile/operation/services.php:405 #, php-format msgid "agents like \"%s\"" msgstr "agentes como \"%s\"" -#: ../../enterprise/include/functions_services.php:1944 -#: ../../mobile/operation/services.php:410 +#: ../../enterprise/include/functions_services.php:1944 ../../mobile/operation/services.php:410 #, php-format msgid "modules like \"%s\"" msgstr "módulos como \"%s\"" -#: ../../enterprise/include/functions_services.php:2079 -#: ../../mobile/operation/services.php:450 +#: ../../enterprise/include/functions_services.php:2079 ../../mobile/operation/services.php:450 msgid "NOT INITIALIZED" msgstr "NO INICIADO" @@ -31234,32 +30158,25 @@ msgstr "Las contraseñas no coinciden." msgid "Password empty" msgstr "La contraseña está vacía." -#: ../../enterprise/include/functions_login.php:581 -#: ../../godmode/users/configure_user.php:2098 -#: ../../godmode/users/configure_user.php:2167 -#: ../../godmode/users/configure_user.php:2238 -#: ../../include/ajax/double_auth.ajax.php:267 -#: ../../include/ajax/double_auth.ajax.php:365 -#: ../../include/ajax/double_auth.ajax.php:411 -#: ../../include/ajax/double_auth.ajax.php:527 ../../operation/users/user_edit.php:1180 -#: ../../operation/users/user_edit.php:1246 ../../operation/users/user_edit.php:1317 -#: ../../general/register.php:167 ../../general/logon_failed.php:18 +#: ../../enterprise/include/functions_login.php:581 ../../godmode/users/configure_user.php:2098 +#: ../../godmode/users/configure_user.php:2167 ../../godmode/users/configure_user.php:2238 +#: ../../include/ajax/double_auth.ajax.php:267 ../../include/ajax/double_auth.ajax.php:365 +#: ../../include/ajax/double_auth.ajax.php:411 ../../include/ajax/double_auth.ajax.php:527 +#: ../../operation/users/user_edit.php:1180 ../../operation/users/user_edit.php:1246 +#: ../../operation/users/user_edit.php:1317 ../../general/register.php:167 +#: ../../general/logon_failed.php:18 msgid "Authentication error" msgstr "Error de autentificación" -#: ../../enterprise/include/functions_login.php:588 -#: ../../godmode/users/configure_user.php:2104 -#: ../../godmode/users/configure_user.php:2173 -#: ../../include/ajax/double_auth.ajax.php:274 -#: ../../include/ajax/double_auth.ajax.php:372 -#: ../../include/ajax/double_auth.ajax.php:418 +#: ../../enterprise/include/functions_login.php:588 ../../godmode/users/configure_user.php:2104 +#: ../../godmode/users/configure_user.php:2173 ../../include/ajax/double_auth.ajax.php:274 +#: ../../include/ajax/double_auth.ajax.php:372 ../../include/ajax/double_auth.ajax.php:418 #: ../../include/ajax/double_auth.ajax.php:535 ../../operation/users/user_edit.php:1187 #: ../../operation/users/user_edit.php:1253 ../../general/register.php:174 msgid "There was an error loading the data" msgstr "Error al cargar los datos" -#: ../../enterprise/include/functions_login.php:597 -#: ../../godmode/users/configure_user.php:2181 +#: ../../enterprise/include/functions_login.php:597 ../../godmode/users/configure_user.php:2181 #: ../../godmode/users/configure_user.php:2257 ../../operation/users/user_edit.php:1261 #: ../../operation/users/user_edit.php:1337 ../../general/register.php:183 msgid "Double authentication activation" @@ -31342,8 +30259,7 @@ msgstr "Riesgo alto" #: ../../enterprise/include/functions_vulnerabilities.php:649 #, php-format msgid "" -"%s agents with %s vulnerabilities with significant impact require " -"attention." +"%s agents with %s vulnerabilities with significant impact require attention." msgstr "" "%s agentes con %s vulnerabilidades con impacto significativo requieren " "atención." @@ -31359,12 +30275,9 @@ msgstr "Riesgo medio" #: ../../enterprise/include/functions_vulnerabilities.php:664 #, php-format -msgid "" -"%s agents with %s vulnerabilities with moderate impact require " -"attention." +msgid "%s agents with %s vulnerabilities with moderate impact require attention." msgstr "" -"%s agentes con %s vulnerabilidades con impacto moderado requieren " -"atención." +"%s agentes con %s vulnerabilidades con impacto moderado requieren atención." #: ../../enterprise/include/functions_vulnerabilities.php:669 #, php-format @@ -31377,10 +30290,8 @@ msgstr "Riesgo bajo" #: ../../enterprise/include/functions_vulnerabilities.php:679 #, php-format -msgid "" -"%s agents with %s vulnerabilities with low impact require attention." -msgstr "" -"%s agentes con %s vulnerabilidades con bajo impacto requieren atención." +msgid "%s agents with %s vulnerabilities with low impact require attention." +msgstr "%s agentes con %s vulnerabilidades con bajo impacto requieren atención." #: ../../enterprise/include/functions_vulnerabilities.php:684 #, php-format @@ -31438,8 +30349,7 @@ msgstr "El plugin %s ya está definido" msgid "Invalid plugin definition" msgstr "Definición de plugin no válida" -#: ../../enterprise/include/lib/NetworkManager.php:90 -#: ../../godmode/setup/setup_general.php:198 +#: ../../enterprise/include/lib/NetworkManager.php:90 ../../godmode/setup/setup_general.php:198 msgid "On demand" msgstr "Por demanda" @@ -31570,8 +30480,7 @@ msgstr "Agente de NCM sin plantilla asignada." #: ../../enterprise/include/lib/NetworkManager/NetworkAgent.php:233 msgid "Current selected template does not match vendor configured." -msgstr "" -"La plantilla seleccionada actual no coincide con la configuración del fabricante." +msgstr "La plantilla seleccionada actual no coincide con la configuración del fabricante." #: ../../enterprise/include/lib/NetworkManager/NetworkAgent.php:240 msgid "Current selected template does not match model configured." @@ -31622,14 +30531,13 @@ msgstr "Los hijos de servicios no se han podido extraer completamente: %s
" #: ../../enterprise/include/lib/Service.php:314 msgid "" -" Cannot switch from SMART to MANUAL if there are dynamic elements attached to the " -"service. Please erase dynamic elements before change to MANUAL" +" Cannot switch from SMART to MANUAL if there are dynamic elements attached to the service. " +"Please erase dynamic elements before change to MANUAL" msgstr "" " No se puede cambiar de INTELIGENTE a MANUAL si hay elementos dinámicos adjuntos al " "servicio. Elimine los elementos dinámicos antes de cambiar a MANUAL" -#: ../../enterprise/include/lib/Service.php:398 -#: ../../enterprise/include/lib/Service.php:741 +#: ../../enterprise/include/lib/Service.php:398 ../../enterprise/include/lib/Service.php:741 #: ../../enterprise/include/lib/Service.php:922 #: ../../enterprise/include/lib/Metaconsole/Node.php:1354 #: ../../enterprise/include/lib/Metaconsole/Synchronizer.php:559 @@ -31745,8 +30653,7 @@ msgstr "Nodo no encontrado" #: ../../enterprise/include/lib/Metaconsole/Node.php:396 #, php-format msgid "There are %d queries pending to be applied, click in the eye to see results" -msgstr "" -"Hay %d consultas pendientes de aplicar, haga clic en el ojo para ver los resultados" +msgstr "Hay %d consultas pendientes de aplicar, haga clic en el ojo para ver los resultados" #: ../../enterprise/include/lib/Metaconsole/Node.php:405 msgid "Database synchronization state and pending tasks" @@ -31759,29 +30666,26 @@ msgstr "Funcionamiento y tabla" #: ../../enterprise/include/lib/Metaconsole/Node.php:655 #, php-format msgid "" -"Failed synchronizing %s, please check node PHP configuration issues and collection " -"max sizes" +"Failed synchronizing %s, please check node PHP configuration issues and collection max sizes" msgstr "" -"Error al sincronizar %s, verifique los problemas de configuración de PHP del nodo y " -"los tamaños máximos de colección" +"Error al sincronizar %s, verifique los problemas de configuración de PHP del nodo y los " +"tamaños máximos de colección" #: ../../enterprise/include/lib/Metaconsole/Node.php:1174 msgid "" -"The elimination of this node will lead to the suppression of its agents from " -"metaconsole and all the configuration assigned to them. " +"The elimination of this node will lead to the suppression of its agents from metaconsole and " +"all the configuration assigned to them. " msgstr "" -"La eliminación de este nodo conllevará la supresión de sus agentes de la metaconsola " -"y de toda la configuración que se les asigne. " +"La eliminación de este nodo conllevará la supresión de sus agentes de la metaconsola y de " +"toda la configuración que se les asigne. " #: ../../enterprise/include/lib/Metaconsole/Node.php:1178 msgid "The rules for this node may stop working. " msgstr "Y las reglas para este nodo podrían dejar de funcionar. " #: ../../enterprise/include/lib/Metaconsole/Node.php:1182 -msgid "" -"The deleted node will lose its license, and you must license it manually again. " -msgstr "" -"El nodo eliminado perderá su licencia y debe volver a licenciarlo manualmente. " +msgid "The deleted node will lose its license, and you must license it manually again. " +msgstr "El nodo eliminado perderá su licencia y debe volver a licenciarlo manualmente. " #: ../../enterprise/include/lib/Metaconsole/Node.php:1696 #, php-format @@ -31853,8 +30757,8 @@ msgstr "valor actual de memory_limit " #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:937 msgid "Check current packages, all nodes and metaconsole, are not in the same version" msgstr "" -"Compruebe que los paquetes actuales, todos los nodos y la metaconsola, no están en " -"la misma versión" +"Compruebe que los paquetes actuales, todos los nodos y la metaconsola, no están en la misma " +"versión" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:949 msgid "Check Minor release, All nodes and metaconsole, do not have the same mr" @@ -31873,11 +30777,9 @@ msgstr "" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1001 #, php-format -msgid "" -"Upload max file size, nodes cannot be smaller than the size of the metaconsole %s" +msgid "Upload max file size, nodes cannot be smaller than the size of the metaconsole %s" msgstr "" -"Upload max file size: los nodos no pueden ser más pequeños que el tamaño de la " -"metaconsola %s" +"Upload max file size: los nodos no pueden ser más pequeños que el tamaño de la metaconsola %s" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1063 #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1079 @@ -31886,8 +30788,7 @@ msgstr "Problemas con el directorio de copia de seguridad" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1064 msgid "Cannot create \"merge_backups\" folder in attachment directory" -msgstr "" -"No se puede crear la carpeta \"merge_backups\" en el directorio de datos adjuntos" +msgstr "No se puede crear la carpeta \"merge_backups\" en el directorio de datos adjuntos" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1080 msgid "The \"merge_backpus\" directory does not have the correct permissions" @@ -31904,14 +30805,13 @@ msgstr "La extensión ZIP no está cargada, instale esta dependencia" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1191 msgid "Inserts backups, disable foreings keys, exceptions in tmerge_queries" msgstr "" -"Inserta copias de seguridad, deshabilita claves de antecesos, excepciones en " -"tmerge_queries" +"Inserta copias de seguridad, deshabilita claves de antecesos, excepciones en tmerge_queries" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1217 msgid "Resets foreing keys and exceptions and ends the merge preparation process" msgstr "" -"Restablece las claves previas y las excepciones y finaliza el proceso de preparación " -"de la combinación" +"Restablece las claves previas y las excepciones y finaliza el proceso de preparación de la " +"combinación" #: ../../enterprise/include/lib/Metaconsole/MergeQueue.php:1264 msgid "Enable exceptions in tmerge_queries" @@ -32246,8 +31146,7 @@ msgstr "Operación no válida %s" msgid "Policy already defined: \"%s\"" msgstr "La política ya se ha definido: \"%s\"" -#: ../../enterprise/include/functions_events.php:40 -#: ../../godmode/events/event_filter.php:169 +#: ../../enterprise/include/functions_events.php:40 ../../godmode/events/event_filter.php:169 #: ../../godmode/events/event_edit_filter.php:419 #: ../../include/lib/Dashboard/Widgets/events_list.php:421 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:302 @@ -32256,8 +31155,7 @@ msgid "Event status" msgstr "Estado del evento" #: ../../enterprise/include/functions_events.php:101 -#: ../../godmode/events/event_edit_filter.php:529 -#: ../../operation/events/events.php:2317 +#: ../../godmode/events/event_edit_filter.php:529 ../../operation/events/events.php:2317 msgid "User ack." msgstr "Validación del usuario" @@ -32280,8 +31178,7 @@ msgid "Repeated" msgstr "Repetido" #: ../../enterprise/include/functions_events.php:141 -#: ../../godmode/events/event_edit_filter.php:787 -#: ../../operation/events/events.php:2363 +#: ../../godmode/events/event_edit_filter.php:787 ../../operation/events/events.php:2363 msgid "Alert events" msgstr "Eventos de la alerta" @@ -32290,9 +31187,8 @@ msgid "Id source events" msgstr "Eventos fuente de ID" #: ../../enterprise/include/functions_events.php:162 -#: ../../godmode/events/event_edit_filter.php:503 -#: ../../mobile/operation/events.php:1037 ../../include/functions_snmp.php:401 -#: ../../include/class/SnmpConsole.class.php:411 +#: ../../godmode/events/event_edit_filter.php:503 ../../mobile/operation/events.php:1037 +#: ../../include/functions_snmp.php:401 ../../include/class/SnmpConsole.class.php:411 #: ../../include/lib/Dashboard/Widgets/events_list.php:376 #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:287 #: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:270 @@ -32307,24 +31203,22 @@ msgid "More than 5 tags" msgstr "Más de 5 etiquetas" #: ../../enterprise/include/functions_events.php:184 -#: ../../godmode/events/event_edit_filter.php:657 -#: ../../operation/events/events.php:2564 ../../operation/events/events.php:2567 +#: ../../godmode/events/event_edit_filter.php:657 ../../operation/events/events.php:2564 +#: ../../operation/events/events.php:2567 msgid "Events with following tags" msgstr "Eventos con las siguientes etiquetas" #: ../../enterprise/include/functions_events.php:206 -#: ../../godmode/events/event_edit_filter.php:722 -#: ../../operation/events/events.php:2565 ../../operation/events/events.php:2568 +#: ../../godmode/events/event_edit_filter.php:722 ../../operation/events/events.php:2565 +#: ../../operation/events/events.php:2568 msgid "Events without following tags" msgstr "Eventos sin las siguientes etiquetas" -#: ../../enterprise/include/functions_events.php:224 -#: ../../include/functions_snmp.php:441 +#: ../../enterprise/include/functions_events.php:224 ../../include/functions_snmp.php:441 msgid "Active filter" msgstr "Filtro activo" -#: ../../enterprise/include/functions_events.php:224 -#: ../../include/functions_snmp.php:441 +#: ../../enterprise/include/functions_events.php:224 ../../include/functions_snmp.php:441 msgid "Active filters" msgstr "Filtros activos" @@ -32342,8 +31236,7 @@ msgstr "El inventario de agente no existe en el nodo objetivo" #: ../../enterprise/include/functions_metaconsole.php:2903 msgid "Exists agent conf please remove configuration file from target node." -msgstr "" -"Existe archivo de configuración de agente, elimine el fichero del nodo objetivo." +msgstr "Existe archivo de configuración de agente, elimine el fichero del nodo objetivo." #: ../../enterprise/include/functions_metaconsole.php:2910 msgid "Agent collections does not exist in target node" @@ -32356,8 +31249,7 @@ msgstr "El plugin de agente no existe en el nodo objetivo" #: ../../enterprise/include/functions_metaconsole.php:2924 msgid "Agent policies definitions does not match with defined ones in target node" msgstr "" -"Las definiciones de políticas de agentes no coinciden con las definidas en el nodo " -"objetivo" +"Las definiciones de políticas de agentes no coinciden con las definidas en el nodo objetivo" #: ../../enterprise/include/functions_metaconsole.php:2931 msgid "Agent group does not exist in target node" @@ -32383,9 +31275,8 @@ msgstr "Perpetuo" msgid "Subscription" msgstr "Suscripción" -#: ../../enterprise/include/functions_license.php:120 -#: ../../include/functions_menu.php:974 ../../include/functions_menu.php:1316 -#: ../../include/class/Diagnostics.class.php:1250 +#: ../../enterprise/include/functions_license.php:120 ../../include/functions_menu.php:974 +#: ../../include/functions_menu.php:1316 ../../include/class/Diagnostics.class.php:1250 msgid "Support expires" msgstr "El soporte caduca" @@ -32410,8 +31301,7 @@ msgstr "Siguiente IP disponible" #: ../../godmode/agentes/inventory_manager.php:275 #: ../../godmode/wizards/DiscoveryTaskList.class.php:635 #: ../../godmode/wizards/DiscoveryTaskList.class.php:727 -#: ../../operation/visual_console/view.php:428 -#: ../../operation/agentes/group_view.php:245 +#: ../../operation/visual_console/view.php:428 ../../operation/agentes/group_view.php:245 #: ../../operation/agentes/group_view.php:308 msgid "Force" msgstr "Forzar" @@ -32481,8 +31371,7 @@ msgstr "Ascendente" #: ../../enterprise/include/functions_ipam.php:2114 #: ../../enterprise/tools/ipam/ipam_network.php:250 #: ../../enterprise/tools/ipam/ipam_network.php:586 -#: ../../enterprise/tools/ipam/ipam_ajax.php:367 -#: ../../include/class/Diagnostics.class.php:818 +#: ../../enterprise/tools/ipam/ipam_ajax.php:367 ../../include/class/Diagnostics.class.php:818 #: ../../include/class/Diagnostics.class.php:836 msgid "Hostname" msgstr "Nombre de host" @@ -32659,8 +31548,7 @@ msgid "PANDORA FMS NEXT GENERATION" msgstr "PANDORA FMS NEXT GENERATION" #: ../../enterprise/include/functions_policies.php:443 -#: ../../enterprise/include/functions_policies.php:458 -#: ../../include/functions_alerts.php:484 +#: ../../enterprise/include/functions_policies.php:458 ../../include/functions_alerts.php:484 msgid "copy" msgstr "copiar" @@ -32720,8 +31608,7 @@ msgstr "El módulo será desenlazado en la próxima aplicación." #: ../../enterprise/include/functions_policies.php:3856 #: ../../godmode/agentes/configurar_agente.php:575 -#: ../../godmode/agentes/configurar_agente.php:779 -#: ../../godmode/setup/snmp_wizard.php:31 +#: ../../godmode/agentes/configurar_agente.php:779 ../../godmode/setup/snmp_wizard.php:31 msgid "SNMP Wizard" msgstr "Asistente SNMP" @@ -32747,8 +31634,8 @@ msgstr "Error: por favor, instale la librería PHP LibXML en el sistema." #: ../../enterprise/include/functions_policies.php:4579 #, php-format msgid "" -"This extension makes registration of policies enterprise.
You can get more " -"policies in our Public Resource Library" +"This extension makes registration of policies enterprise.
You can get more policies in " +"our Public Resource Library" msgstr "" "Esta extensión permite registrar las políticas Enterprise.
Puedes conseguir más " "políticas en nuestra Librería de recursos pública." @@ -32763,8 +31650,8 @@ msgstr "Registro" #: ../../enterprise/include/functions_policies.php:4630 msgid "" -"Error uploading resource. Check if the selected file is a valid resource template " -"in .ptr format" +"Error uploading resource. Check if the selected file is a valid resource template in .ptr " +"format" msgstr "" "Error al cargar el recurso. Compruebe si el archivo seleccionado es una plantilla de " "recursos válida en formato .ptr" @@ -32800,8 +31687,7 @@ msgid "Empty OS" msgstr "SO vacío" #: ../../enterprise/include/functions_local_components.php:354 -#: ../../include/functions_alerts.php:1175 -#: ../../include/functions_network_components.php:590 +#: ../../include/functions_alerts.php:1175 ../../include/functions_network_components.php:590 msgid "Copy of" msgstr "Copia de" @@ -32873,8 +31759,7 @@ msgid "Toggle the alert table" msgstr "Cambia a la tabla de alertas" #: ../../enterprise/operation/agentes/policy_view.php:258 -#: ../../godmode/alerts/alert_list.list.php:195 -#: ../../operation/agentes/alerts_status.php:238 +#: ../../godmode/alerts/alert_list.list.php:195 ../../operation/agentes/alerts_status.php:238 #: ../../operation/agentes/alerts_status.php:239 #: ../../operation/agentes/alerts_status.functions.php:178 msgid "Standby" @@ -32895,8 +31780,7 @@ msgstr "Veces" #: ../../godmode/alerts/alert_list.list.php:665 ../../godmode/alerts/alert_view.php:117 #: ../../mobile/operation/alerts.php:330 ../../include/functions_agents.php:3000 #: ../../include/functions_agents.php:3011 ../../include/functions_ui.php:1588 -#: ../../include/class/AgentsAlerts.class.php:961 -#: ../../include/class/SnmpConsole.class.php:856 +#: ../../include/class/AgentsAlerts.class.php:961 ../../include/class/SnmpConsole.class.php:856 #: ../../include/functions_reporting.php:13611 msgid "Alert not fired" msgstr "Alerta no disparada" @@ -32943,12 +31827,11 @@ msgstr "Módulo no iniciado" #: ../../enterprise/operation/agentes/tag_view.php:1197 #: ../../enterprise/operation/agentes/tag_view.php:1203 #: ../../enterprise/operation/agentes/tag_view.php:1213 -#: ../../enterprise/operation/agentes/tag_view.php:1219 -#: ../../mobile/operation/modules.php:571 ../../mobile/operation/modules.php:579 -#: ../../mobile/operation/modules.php:587 ../../mobile/operation/modules.php:645 -#: ../../mobile/operation/modules.php:653 ../../mobile/operation/modules.php:661 -#: ../../include/functions_modules.php:2965 ../../include/functions_modules.php:2969 -#: ../../include/functions_modules.php:2973 +#: ../../enterprise/operation/agentes/tag_view.php:1219 ../../mobile/operation/modules.php:571 +#: ../../mobile/operation/modules.php:579 ../../mobile/operation/modules.php:587 +#: ../../mobile/operation/modules.php:645 ../../mobile/operation/modules.php:653 +#: ../../mobile/operation/modules.php:661 ../../include/functions_modules.php:2965 +#: ../../include/functions_modules.php:2969 ../../include/functions_modules.php:2973 #: ../../operation/agentes/status_monitor.php:1929 #: ../../operation/agentes/status_monitor.php:1935 #: ../../operation/agentes/status_monitor.php:1945 @@ -33018,8 +31901,8 @@ msgstr "Valoración" msgid "History data" msgstr "Datos históricos" -#: ../../enterprise/operation/agentes/security_hardening.php:528 -#: ../../godmode/menu.php:738 ../../godmode/module_library/module_library_view.php:54 +#: ../../enterprise/operation/agentes/security_hardening.php:528 ../../godmode/menu.php:738 +#: ../../godmode/module_library/module_library_view.php:54 #: ../../godmode/module_library/module_library_view.php:68 #: ../../godmode/module_library/module_library_view.php:104 msgid "Categories" @@ -33030,20 +31913,16 @@ msgstr "Categorías" msgid "Results for audit on %s" msgstr "Resultados para la auditoría en %s" -#: ../../enterprise/operation/agentes/tag_view.php:41 -#: ../../enterprise/operation/menu.php:172 +#: ../../enterprise/operation/agentes/tag_view.php:41 ../../enterprise/operation/menu.php:172 msgid "Tag view" msgstr "Visor de etiquetas" -#: ../../enterprise/operation/agentes/tag_view.php:54 -#: ../../extensions/agents_modules.php:590 ../../extensions/module_groups.php:264 -#: ../../extensions/realtime_graphs.php:71 +#: ../../enterprise/operation/agentes/tag_view.php:54 ../../extensions/agents_modules.php:590 +#: ../../extensions/module_groups.php:264 ../../extensions/realtime_graphs.php:71 #: ../../godmode/agentes/status_monitor_custom_fields.php:48 #: ../../include/class/AgentsAlerts.class.php:753 ../../operation/heatmap.php:146 -#: ../../operation/agentes/alerts_status.php:206 -#: ../../operation/agentes/estado_agente.php:286 -#: ../../operation/agentes/interface_view.php:80 -#: ../../operation/agentes/status_monitor.php:344 +#: ../../operation/agentes/alerts_status.php:206 ../../operation/agentes/estado_agente.php:286 +#: ../../operation/agentes/interface_view.php:80 ../../operation/agentes/status_monitor.php:344 #: ../../operation/agentes/group_view.php:101 ../../operation/menu.php:165 msgid "Views" msgstr "Vistas" @@ -33132,8 +32011,7 @@ msgid "Data type" msgstr "Tipo de dato" #: ../../enterprise/operation/agentes/tag_view.php:515 -#: ../../operation/agentes/estado_agente.php:491 -#: ../../operation/agentes/agent_fields.php:37 +#: ../../operation/agentes/estado_agente.php:491 ../../operation/agentes/agent_fields.php:37 #: ../../operation/agentes/status_monitor.php:1019 msgid "Agent custom fields" msgstr "Campos personalizados de agente" @@ -33153,14 +32031,12 @@ msgstr "Configuración remota" #: ../../extensions/realtime_graphs.php:112 #: ../../godmode/agentes/status_monitor_custom_fields.php:125 #: ../../godmode/agentes/status_monitor_custom_fields.php:168 -#: ../../mobile/operation/modules.php:856 -#: ../../include/functions_visual_map_editor.php:58 +#: ../../mobile/operation/modules.php:856 ../../include/functions_visual_map_editor.php:58 #: ../../include/class/NetworkMap.class.php:3075 #: ../../include/lib/Dashboard/Widgets/custom_graph.php:340 #: ../../include/functions_events.php:4590 #: ../../operation/agentes/interface_view.functions.php:559 -#: ../../operation/agentes/status_monitor.php:1592 -#: ../../operation/search_modules.php:39 +#: ../../operation/agentes/status_monitor.php:1592 ../../operation/search_modules.php:39 #: ../../operation/reporting/graph_analytics.php:337 #: ../../operation/reporting/graph_analytics.php:338 msgid "Graph" @@ -33173,18 +32049,16 @@ msgstr "Gráfico" msgid "Warn" msgstr "Advertencia" -#: ../../enterprise/operation/agentes/tag_view.php:1127 -#: ../../mobile/operation/modules.php:542 ../../mobile/operation/modules.php:616 -#: ../../include/functions_modules.php:2950 ../../include/functions_modules.php:4336 -#: ../../include/functions_events.php:70 -#: ../../operation/agentes/status_monitor.php:1818 -#: ../../operation/search_modules.php:114 ../../operation/events/events.php:857 +#: ../../enterprise/operation/agentes/tag_view.php:1127 ../../mobile/operation/modules.php:542 +#: ../../mobile/operation/modules.php:616 ../../include/functions_modules.php:2950 +#: ../../include/functions_modules.php:4336 ../../include/functions_events.php:70 +#: ../../operation/agentes/status_monitor.php:1818 ../../operation/search_modules.php:114 +#: ../../operation/events/events.php:857 msgid "NOT INIT" msgstr "No iniciado" #: ../../enterprise/operation/agentes/tag_view.php:1286 -#: ../../include/functions_reporting.php:13733 -#: ../../include/functions_reporting.php:13742 +#: ../../include/functions_reporting.php:13733 ../../include/functions_reporting.php:13742 #, php-format msgid "%d Total modules" msgstr "%d módulos totales" @@ -33255,9 +32129,8 @@ msgstr "Auditoría" msgid "Main IP" msgstr "IP principal" -#: ../../enterprise/operation/agentes/ver_agente.php:96 -#: ../../godmode/groups/tactical.php:182 ../../include/functions_events.php:4517 -#: ../../operation/agentes/ver_agente.php:1097 +#: ../../enterprise/operation/agentes/ver_agente.php:96 ../../godmode/groups/tactical.php:182 +#: ../../include/functions_events.php:4517 ../../operation/agentes/ver_agente.php:1097 msgid "Last remote contact" msgstr "Último contacto remoto" @@ -33266,8 +32139,7 @@ msgstr "Último contacto remoto" msgid "Monitors down" msgstr "Monitores caídos" -#: ../../enterprise/operation/agentes/ver_agente.php:182 -#: ../../mobile/operation/groups.php:214 +#: ../../enterprise/operation/agentes/ver_agente.php:182 ../../mobile/operation/groups.php:214 #: ../../include/lib/Dashboard/Widgets/system_group_status.php:613 #: ../../operation/agentes/ver_agente.php:1183 msgid "Alerts fired" @@ -33306,11 +32178,11 @@ msgstr "Este agente no tiene ningún omnishell asignado" #: ../../enterprise/operation/agentes/policy_manager.php:286 msgid "" -"This node is configured with centralized mode. All policies information is read " -"only. Go to metaconsole to manage it." +"This node is configured with centralized mode. All policies information is read only. Go to " +"metaconsole to manage it." msgstr "" -"Este nodo esta configurado en modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a la Metaconsola para administrarlo." +"Este nodo esta configurado en modo centralizado. Toda la información de las políticas está " +"en modo lectura. Vaya a la Metaconsola para administrarlo." #: ../../enterprise/operation/agentes/policy_manager.php:390 #, php-format @@ -33323,11 +32195,10 @@ msgstr "Seleccione una política para aplicarla" #: ../../enterprise/operation/agentes/policy_manager.php:430 #, php-format -msgid "" -"%s added to delete pending agents. Will be deleted in the next policy application." +msgid "%s added to delete pending agents. Will be deleted in the next policy application." msgstr "" -"%s añadido a los agentes pendientes de eliminación. Será eliminado en la próxima " -"aplicación de políticas." +"%s añadido a los agentes pendientes de eliminación. Será eliminado en la próxima aplicación " +"de políticas." #: ../../enterprise/operation/agentes/policy_manager.php:435 msgid "Select one policy for delete" @@ -33429,9 +32300,9 @@ msgid "View all stats" msgstr "Ver todas las estadísticas" #: ../../enterprise/operation/agentes/wux_console_view.php:570 -#: ../../include/class/SnmpConsole.class.php:906 -#: ../../include/class/SnmpConsole.class.php:907 ../../operation/menu.php:383 -#: ../../operation/menu.php:385 ../../operation/events/events.php:1007 +#: ../../include/class/SnmpConsole.class.php:906 ../../include/class/SnmpConsole.class.php:907 +#: ../../operation/menu.php:383 ../../operation/menu.php:385 +#: ../../operation/events/events.php:1007 msgid "Show more" msgstr "Mostrar más" @@ -33441,21 +32312,20 @@ msgstr "Transacción no válida" #: ../../enterprise/operation/log/elasticsearch_interface.php:37 #: ../../enterprise/operation/log/elasticsearch_interface.php:50 -#: ../../enterprise/operation/log/log_viewer.php:423 -#: ../../enterprise/operation/menu.php:192 +#: ../../enterprise/operation/log/log_viewer.php:423 ../../enterprise/operation/menu.php:192 msgid "OpenSearch Interface" msgstr "Interfaz de OpenSearch" #: ../../enterprise/operation/log/elasticsearch_interface.php:57 msgid "" "This is a view to interface with Opensearch directly from WEB console.\n" -"Please note that you can damage your Opensearch if you don`t know exactly what are " -"you are doing.\n" +"Please note that you can damage your Opensearch if you don`t know exactly what are you are " +"doing.\n" "This view is intended to be used only by users with a knowledge of Opensearch" msgstr "" "Esta es una vista de la interfaz de OpenSearch directamente desde la consola WEB. \n" -"Tenga en cuenta que puede provocar fallos en OpenSearch si no sabe lo que está " -"haciendo con exactitud. \n" +"Tenga en cuenta que puede provocar fallos en OpenSearch si no sabe lo que está haciendo con " +"exactitud. \n" "Esta vista esta destinada a aquellos usuarios que conocen bien OpenSearch" #: ../../enterprise/operation/log/log_viewer.php:497 @@ -33521,12 +32391,10 @@ msgid "Advanced options " msgstr "Opciones avanzadas " #: ../../enterprise/operation/log/log_viewer.php:1054 -msgid "" -"The maximum limit of rows has been exceeded. Please enter an email to send the csv " -"file" +msgid "The maximum limit of rows has been exceeded. Please enter an email to send the csv file" msgstr "" -"El límite máximo de filas se ha superado. Añada un correo electrónico para enviar el " -"archivo CSV" +"El límite máximo de filas se ha superado. Añada un correo electrónico para enviar el archivo " +"CSV" #: ../../enterprise/operation/log/log_viewer.php:1056 msgid "e-mail address" @@ -33534,11 +32402,11 @@ msgstr "dirección de correo electrónico" #: ../../enterprise/operation/log/log_viewer.php:1059 msgid "" -"WARNING: If your email size exceeds your mail attachment size limit, the file will " -"be saved in the local attachment folder." +"WARNING: If your email size exceeds your mail attachment size limit, the file will be saved " +"in the local attachment folder." msgstr "" -"ADVERTENCIA: Si el tamaño del correo electrónico supera el límite de tamaño de " -"archivo adjunto, el archivo se guardará en la carpeta de adjuntos local." +"ADVERTENCIA: Si el tamaño del correo electrónico supera el límite de tamaño de archivo " +"adjunto, el archivo se guardará en la carpeta de adjuntos local." #: ../../enterprise/operation/log/log_viewer.php:1130 msgid "The start date cannot be greater than the end date" @@ -33586,12 +32454,11 @@ msgstr "Vista de árbol de servicios" #: ../../enterprise/operation/security/vulnerabilities.php:39 #: ../../enterprise/operation/security/vulnerabilities.php:228 #: ../../enterprise/operation/security/hardening.php:296 -#: ../../godmode/agentes/configurar_agente.php:763 -#: ../../include/functions_reports.php:1017 ../../include/functions_reports.php:1022 -#: ../../include/functions_reports.php:1027 ../../include/functions_reports.php:1032 -#: ../../include/functions_reports.php:1037 ../../include/functions_reports.php:1042 -#: ../../include/functions_reports.php:1047 ../../operation/agentes/ver_agente.php:1910 -#: ../../operation/agentes/ver_agente.php:2124 +#: ../../godmode/agentes/configurar_agente.php:763 ../../include/functions_reports.php:1017 +#: ../../include/functions_reports.php:1022 ../../include/functions_reports.php:1027 +#: ../../include/functions_reports.php:1032 ../../include/functions_reports.php:1037 +#: ../../include/functions_reports.php:1042 ../../include/functions_reports.php:1047 +#: ../../operation/agentes/ver_agente.php:1910 ../../operation/agentes/ver_agente.php:2124 msgid "Vulnerabilities" msgstr "Vulnerabilidades" @@ -33704,8 +32571,7 @@ msgstr "Encabezado de servicios" #: ../../enterprise/operation/services/massive/services.create.php:814 msgid "All services names created will start with selected name." -msgstr "" -"Todos los nombres de servicios creados deben empezar con el nombre seleccionado." +msgstr "Todos los nombres de servicios creados deben empezar con el nombre seleccionado." #: ../../enterprise/operation/services/massive/services.create.php:868 msgid "SLA calculation" @@ -33714,8 +32580,7 @@ msgstr "Cálculo de SLA" #: ../../enterprise/operation/services/massive/services.create.php:975 msgid "Items selected here will be added to the lists at Service items summary." msgstr "" -"Los elementos aquí seleccionados se añadirán a las listas de resumen de elementos de " -"servicio" +"Los elementos aquí seleccionados se añadirán a las listas de resumen de elementos de servicio" #: ../../enterprise/operation/services/massive/services.create.php:978 msgid "Item(s) definition" @@ -33728,11 +32593,11 @@ msgstr "Añadir seleccionado" #: ../../enterprise/operation/services/massive/services.create.php:1218 msgid "" -"Weights configured are common for every item added to the service, if you want to " -"customize them, please edit the service." +"Weights configured are common for every item added to the service, if you want to customize " +"them, please edit the service." msgstr "" -"Los pesos configurados son comunes a todos los elementos añadidos al servicio. Si " -"desea personalizarlos, edite el servicio." +"Los pesos configurados son comunes a todos los elementos añadidos al servicio. Si desea " +"personalizarlos, edite el servicio." #: ../../enterprise/operation/services/massive/services.create.php:1222 #: ../../enterprise/operation/services/massive/service.delete.elements.php:209 @@ -33862,11 +32727,11 @@ msgstr "En el modo inteligente, los pesos se calculan automáticamente." #: ../../enterprise/operation/services/massive/service.create.elements.php:552 #: ../../enterprise/operation/services/massive/service.edit.elements.php:281 msgid "" -"Weights configured are common for every item added to the service, if you want to " -"customize them, please edit each element at service element editor." +"Weights configured are common for every item added to the service, if you want to customize " +"them, please edit each element at service element editor." msgstr "" -"Los pesos configurados son comunes a todos los elementos añadidos al servicio. Si " -"desea personalizarlos, edite el servicio." +"Los pesos configurados son comunes a todos los elementos añadidos al servicio. Si desea " +"personalizarlos, edite el servicio." #: ../../enterprise/operation/services/massive/service.create.elements.php:675 msgid "Item type to be added" @@ -33952,8 +32817,7 @@ msgstr "Grupos encontrados" #: ../../enterprise/operation/services/services.treeview_services.php:380 #: ../../operation/tree.php:592 ../../operation/agentes/status_monitor.php:2526 -#: ../../operation/agentes/estado_monitores.php:428 -#: ../../operation/search_modules.php:304 +#: ../../operation/agentes/estado_monitores.php:428 ../../operation/search_modules.php:304 msgid "Module: " msgstr "Módulo: " @@ -34165,13 +33029,11 @@ msgstr "Estadísticas de superred" msgid "Supernet map" msgstr "Mapa de superred" -#: ../../enterprise/tools/ipam/ipam.php:283 -#: ../../enterprise/tools/ipam/ipam_list.php:801 +#: ../../enterprise/tools/ipam/ipam.php:283 ../../enterprise/tools/ipam/ipam_list.php:801 msgid "Manage addresses" msgstr "Administrar direcciones" -#: ../../enterprise/tools/ipam/ipam.php:324 -#: ../../enterprise/tools/ipam/ipam_list.php:810 +#: ../../enterprise/tools/ipam/ipam.php:324 ../../enterprise/tools/ipam/ipam_list.php:810 msgid "Addresses view" msgstr "Vista de direcciones" @@ -34486,8 +33348,7 @@ msgstr "Filtro de búsqueda por nombre, dirección de red o descripción" #: ../../enterprise/tools/ipam/ipam_supernet_config.php:621 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:804 #: ../../enterprise/tools/ipam/ipam_supernet_config.php:1205 -#: ../../enterprise/tools/ipam/ipam_list.php:166 -#: ../../enterprise/tools/ipam/ipam_list.php:709 +#: ../../enterprise/tools/ipam/ipam_list.php:166 ../../enterprise/tools/ipam/ipam_list.php:709 msgid "Site" msgstr "Sitio" @@ -34582,8 +33443,7 @@ msgstr "ID del servidor recon" msgid "VRF" msgstr "VRF" -#: ../../enterprise/tools/ipam/ipam_list.php:191 -#: ../../enterprise/tools/ipam/ipam_list.php:716 +#: ../../enterprise/tools/ipam/ipam_list.php:191 ../../enterprise/tools/ipam/ipam_list.php:716 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:58 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:62 #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:67 @@ -34637,8 +33497,7 @@ msgstr "Eliminar red" #: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:487 #: ../../operation/agentes/interface_view.functions.php:97 #: ../../operation/agentes/interface_view.functions.php:150 -#: ../../operation/agentes/ver_agente.php:1578 -#: ../../operation/agentes/ver_agente.php:2046 +#: ../../operation/agentes/ver_agente.php:1578 ../../operation/agentes/ver_agente.php:2046 msgid "Interfaces" msgstr "Interfaces" @@ -34715,8 +33574,7 @@ msgstr "No se pudo actualizar" msgid "Successfully updated." msgstr "Actualizado correctamente" -#: ../../enterprise/tools/ipam/ipam_action.php:456 -#: ../../include/functions_reporting.php:3270 +#: ../../enterprise/tools/ipam/ipam_action.php:456 ../../include/functions_reporting.php:3270 msgid "No changes found." msgstr "No se han encontrado cambios" @@ -34726,9 +33584,8 @@ msgid "Could not be created. Blank name" msgstr "No pudo ser creado. Nombre en blanco" #: ../../enterprise/tools/ipam/ipam_network_location_config.php:72 -#: ../../godmode/modules/manage_nc_groups.php:143 -#: ../../godmode/netflow/nf_edit_form.php:173 ../../godmode/setup/news.php:125 -#: ../../godmode/events/event_edit_filter.php:260 +#: ../../godmode/modules/manage_nc_groups.php:143 ../../godmode/netflow/nf_edit_form.php:173 +#: ../../godmode/setup/news.php:125 ../../godmode/events/event_edit_filter.php:260 msgid "Not updated. Error updating data" msgstr "No se ha podido actualizar. Error al actualizar los datos." @@ -34793,8 +33650,7 @@ msgstr "Modo de concesión" msgid "leased expiration" msgstr "Concesión caducada" -#: ../../enterprise/tools/ipam/ipam_ajax.php:476 -#: ../../include/class/NetworkMap.class.php:3077 +#: ../../enterprise/tools/ipam/ipam_ajax.php:476 ../../include/class/NetworkMap.class.php:3077 msgid "MAC" msgstr "MAC" @@ -34815,8 +33671,7 @@ msgstr "Ping" msgid "Executing command: %s" msgstr "Ejecutar comando: %s" -#: ../../enterprise/tools/ipam/ipam_ajax.php:555 -#: ../../include/functions_events.php:6013 +#: ../../enterprise/tools/ipam/ipam_ajax.php:555 ../../include/functions_events.php:6013 msgid "Execute again" msgstr "Ejecutar de nuevo" @@ -35049,12 +33904,11 @@ msgstr "Se ha subido correctamente el paquete." #: ../../update_manager_client/views/offline.php:68 #, php-format msgid "" -"Please keep in mind that this package is going to override your actual %s files and " -"that it's recommended to conduct a backup before continuing the updating process." +"Please keep in mind that this package is going to override your actual %s files and that " +"it's recommended to conduct a backup before continuing the updating process." msgstr "" "Tenga en cuenta que este paquete anulará los archivos de %s actuales, por lo que se " -"recomienda hacer una copia de seguridad antes de continuar con el proceso de " -"actualización." +"recomienda hacer una copia de seguridad antes de continuar con el proceso de actualización." #: ../../update_manager_client/views/offline.php:69 msgid "Click on the file below to begin." @@ -35097,25 +33951,24 @@ msgstr "Paquete rechazado. Los cambios de este paquete no se aplicarán." #: ../../update_manager_client/views/offline.php:81 #, php-format msgid "" -"This update does not correspond with next version of %s. Are you sure you want to " -"install it?" +"This update does not correspond with next version of %s. Are you sure you want to install it?" msgstr "" -"Esta actualización no se corresponde con la siguiente versión de %s. ¿Estás seguro " -"de que quieres instalarlo?" +"Esta actualización no se corresponde con la siguiente versión de %s. ¿Estás seguro de que " +"quieres instalarlo?" #: ../../update_manager_client/views/offline.php:82 msgid "" -"This server update does not correspond with current console version. Are you sure " -"you want to install it?" +"This server update does not correspond with current console version. Are you sure you want " +"to install it?" msgstr "" -"Esta actualización del servidor no se corresponde con la versión actual de la " -"consola. ¿Estás seguro de que quieres instalarlo?" +"Esta actualización del servidor no se corresponde con la versión actual de la consola. " +"¿Estás seguro de que quieres instalarlo?" #: ../../update_manager_client/views/offline.php:83 msgid "" "File name does not match required format: package_NUMBER.oum or " -"pandorafms_server[_enterprise]-7.0NG.NUMBER_x86[_64].tar.gz, you can use numbers " -"with decimals." +"pandorafms_server[_enterprise]-7.0NG.NUMBER_x86[_64].tar.gz, you can use numbers with " +"decimals." msgstr "" "El nombre del archivo no coincide con el formato requerido: package_NUMBER.oum o " "pandorafms_server[_enterprise]-7.0NG. NUMBER_x86[_64].tar.gz, puede usar números con " @@ -35136,33 +33989,30 @@ msgstr "Verificar la firma del paquete" #: ../../update_manager_client/views/offline.php:87 #, php-format msgid "" -"Copy into the textarea the signature validation token you can retrieve from %s and " -"press OK to verify the package, press ignore to avoid signature verification" +"Copy into the textarea the signature validation token you can retrieve from %s and press OK " +"to verify the package, press ignore to avoid signature verification" msgstr "" -"Copie en el área de texto el token de validación de firma que puede recuperar de %s " -"y presione OK para verificar el paquete, presione ignorar para evitar la " -"verificación de firma" +"Copie en el área de texto el token de validación de firma que puede recuperar de %s y " +"presione OK para verificar el paquete, presione ignorar para evitar la verificación de firma" #: ../../update_manager_client/views/offline.php:88 msgid "" -"This server update does not correspond with current console version and is not going " -"to be installed unless patches are allowed. Please enable patches in update manager " -"settings." +"This server update does not correspond with current console version and is not going to be " +"installed unless patches are allowed. Please enable patches in update manager settings." msgstr "" -"Esta actualización del servidor no se corresponde con la versión actual de la " -"consola y no se va a instalar a menos que se permitan parches. Habilite los parches " -"en la configuración del administrador de actualizaciones." +"Esta actualización del servidor no se corresponde con la versión actual de la consola y no " +"se va a instalar a menos que se permitan parches. Habilite los parches en la configuración " +"del administrador de actualizaciones." #: ../../update_manager_client/views/offline.php:89 #, php-format msgid "" -"This update does not correspond with next version of %s and is not going to be " -"installed unless patches are allowed. Please enable patches in update manager " -"settings." +"This update does not correspond with next version of %s and is not going to be installed " +"unless patches are allowed. Please enable patches in update manager settings." msgstr "" -"Esta actualización no se corresponde con la siguiente versión de %s y no se va a " -"instalar a menos que se permitan parches. Habilite los parches en la configuración " -"del administrador de actualizaciones." +"Esta actualización no se corresponde con la siguiente versión de %s y no se va a instalar a " +"menos que se permitan parches. Habilite los parches en la configuración del administrador de " +"actualizaciones." #: ../../update_manager_client/views/register.php:48 msgid "Register to Warp Update" @@ -35177,17 +34027,17 @@ msgstr "Mantener la consola %s actualizada con las últimas actualizaciones." #, php-format msgid "" "When you subscribe to the Warp update service for %s, you accept that we\n" -" register your %s instance as an identifier on a database owned by %s. " -"This data will solely be used to\n" -" provide you with information about %s and will not be conceded to third " -"parties. You can unregister from\n" +" register your %s instance as an identifier on a database owned by %s. This data " +"will solely be used to\n" +" provide you with information about %s and will not be conceded to third parties. " +"You can unregister from\n" " said database at any time from the Warp update options." msgstr "" "Al suscribirse al servicio Warp Update para %s, acepta que\n" -" registremos su %s instancia como identificador en una base de datos " -"propiedad de %s. Estos datos se usarán exclusivamente para\n" -" proporcionarle información sobre %s y no se compartirá con terceros. " -"Puede darse de baja de la\n" +" registremos su %s instancia como identificador en una base de datos propiedad de " +"%s. Estos datos se usarán exclusivamente para\n" +" proporcionarle información sobre %s y no se compartirá con terceros. Puede darse " +"de baja de la\n" " base de datos en cualquier momento desde las opciones de Warp update." #: ../../update_manager_client/views/register.php:75 @@ -35212,8 +34062,8 @@ msgid "" "You will need to update your system manually, through source code or RPM\n" " packages to be up to date with latest updates." msgstr "" -"Deberá actualizar su sistema manualmente a través del código fuente o de los " -"paquetes RPM para estar al día con las últimas actualizaciones." +"Deberá actualizar su sistema manualmente a través del código fuente o de los paquetes RPM " +"para estar al día con las últimas actualizaciones." #: ../../update_manager_client/views/register.php:218 msgid "Unsuccessful subscription" @@ -35230,27 +34080,26 @@ msgstr "La última versión instalada del paquete es:" #: ../../update_manager_client/views/online.php:72 #: ../../update_manager_client/views/online.php:81 msgid "" -"Attention. You are about to install an LTS version. LTS versions are the most stable " -"and are released twice a year. Before installing this LTS version, please make sure " -"you have an Before installing this RRR version, please make sure you have an Before " +"installing this RRR version, please make sure you have an Antes de instalar esta versión RRR, asegúrese " -"de tener un Antes de instalar esta versión RRR, asegúrese de tener un you can damage your " -"%s installation\n" +"This is an advanced extension to interface with %s database directly from WEB console\n" +" using native SQL sentences. Please note that you can damage your %s " +"installation\n" " if you don't know exactly what you are doing,\n" -" this means that you can severily damage your setup using this " -"extension.\n" +" this means that you can severily damage your setup using this extension.\n" " This extension is intended to be used only by experienced users\n" " with a depth knowledge of %s internals." msgstr "" -"Esta es una extensión avanzada de la interfaz con la base de datos %s directamente " -"desde la consola WEB\n" +"Esta es una extensión avanzada de la interfaz con la base de datos %s directamente desde la " +"consola WEB\n" "\t\tusando comandos SQL nativos. Tenga en cuenta que puede perjudicar a la %s " "instalación\n" "\t\tsi no sabe exactamente lo que hace,\n" -"\t\testo significa que puede dañar seriamente la configuración al usar esta " -"extensión.\n" +"\t\testo significa que puede dañar seriamente la configuración al usar esta extensión.\n" "\t\tEsta extensión está destinada solamente a usuarios expertos\n" "\t\tcon amplios conocimientos sobre el funcionamiento %s interno." @@ -35729,28 +34574,23 @@ msgstr "Módulos anteriores" msgid "More modules" msgstr "Más módulos" -#: ../../extensions/agents_modules.php:1091 -#: ../../include/functions_reporting_html.php:2954 +#: ../../extensions/agents_modules.php:1091 ../../include/functions_reporting_html.php:2954 msgid "Orange cell when the module has fired alerts" msgstr "Cuadro naranja cuando el módulo ha disparado alertas" -#: ../../extensions/agents_modules.php:1093 -#: ../../include/functions_reporting_html.php:2955 +#: ../../extensions/agents_modules.php:1093 ../../include/functions_reporting_html.php:2955 msgid "Red cell when the module has a critical status" msgstr "Celda roja cuando el módulo está en estado crítico" -#: ../../extensions/agents_modules.php:1096 -#: ../../include/functions_reporting_html.php:2956 +#: ../../extensions/agents_modules.php:1096 ../../include/functions_reporting_html.php:2956 msgid "Yellow cell when the module has a warning status" msgstr "Cuadro amarillo cuando el módulo está en estado advertencia" -#: ../../extensions/agents_modules.php:1098 -#: ../../include/functions_reporting_html.php:2957 +#: ../../extensions/agents_modules.php:1098 ../../include/functions_reporting_html.php:2957 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:1100 -#: ../../include/functions_reporting_html.php:2958 +#: ../../extensions/agents_modules.php:1100 ../../include/functions_reporting_html.php:2958 msgid "Grey cell when the module has an unknown status" msgstr "Cuadro gris cuando el módulo está en estado desconocido" @@ -35776,8 +34616,7 @@ msgstr "No es posible generar una vista previa del archivo" #: ../../extensions/pandora_logs.php:39 ../../extensions/pandora_logs.php:46 msgid "The folder /var/log/pandora must have pandora:apache and its content too." -msgstr "" -"La carpeta /var/log/pandora debe contener pandora:apache y también su contenido." +msgstr "La carpeta /var/log/pandora debe contener pandora:apache y también su contenido." #: ../../extensions/pandora_logs.php:103 msgid "System logfile viewer" @@ -35786,16 +34625,15 @@ msgstr "Visor de archivos de log del sistema" #: ../../extensions/pandora_logs.php:109 #, php-format msgid "Use this tool to view your %s logfiles directly on the console" -msgstr "" -"Utilice esta herramienta para ver los %s ficheros log directamente desde la consola" +msgstr "Utilice esta herramienta para ver los %s ficheros log directamente desde la consola" #: ../../extensions/pandora_logs.php:110 msgid "" -"You can choose the amount of information shown in general setup (Log size limit in " -"system logs viewer extension), " +"You can choose the amount of information shown in general setup (Log size limit in system " +"logs viewer extension), " msgstr "" -"Puedes elegir la cantidad de información que se muestra en la configuración general " -"(límite de tamaño de logs en la extensión del visor de logs del sistema) " +"Puedes elegir la cantidad de información que se muestra en la configuración general (límite " +"de tamaño de logs en la extensión del visor de logs del sistema) " #: ../../extensions/pandora_logs.php:127 msgid "System logfiles" @@ -35832,52 +34670,51 @@ msgstr "Buscar por grupo de módulos" #: ../../extensions/module_groups.php:460 msgid "Orange cell when the module group and agent have at least one alarm fired." msgstr "" -"Celda naranja cuando el grupo de módulos y el agente del módulo tengan al menos una " -"alerta disparada." +"Celda naranja cuando el grupo de módulos y el agente del módulo tengan al menos una alerta " +"disparada." #: ../../extensions/module_groups.php:461 msgid "" -"Red cell when the module group and agent have at least one module in critical status " -"and the others in any status" +"Red cell when the module group and agent have at least one module in critical status and the " +"others in any status" msgstr "" -"Celda roja 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." +"Celda roja 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:462 msgid "" -"Yellow cell when the module group and agent have at least one in warning status and " -"the others in grey or green status" +"Yellow cell when the module group and agent have at least one in warning status and the " +"others in grey or green status" msgstr "" -"Celda amarilla 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" +"Celda amarilla 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:463 msgid "" -"Grey cell when the module group and agent have at least one in unknown status and " -"the others in green status" +"Grey cell when the module group and agent have at least one in unknown status and the others " +"in green status" msgstr "" -"Celda gris cuando el grupo de módulos y el agente tengan al menos un módulo en " -"estado desconocido y todos los demás están en OK" +"Celda gris cuando el grupo de módulos y el agente tengan al menos un módulo en estado " +"desconocido y todos los demás están en OK" #: ../../extensions/module_groups.php:464 msgid "Green cell when the module group and agent have all modules in OK status" msgstr "" -"Celda verde cuando el grupo de módulos y el agente tengan todos los módulos en " -"estado OK" +"Celda verde cuando el grupo de módulos y el agente tengan todos los módulos en estado OK" #: ../../extensions/module_groups.php:465 msgid "Blue cell when the module group and agent have all modules in not init status." msgstr "" -"Celda azul cuando el grupo de módulos y el agente tengan todos los módulos en estado " -"no iniciado." +"Celda azul cuando el grupo de módulos y el agente tengan todos los módulos en estado no " +"iniciado." #: ../../extensions/module_groups.php:471 msgid "" -"This table shows in columns the modules group and in rows agents group. The cell " -"shows all modules" +"This table shows in columns the modules group and in rows agents group. The cell shows all " +"modules" msgstr "" -"La tabla muestra los grupos de módulos en columnas y los grupos de agente en filas. " -"La celda muestra todos los módulos." +"La tabla muestra los grupos de módulos en columnas y los grupos de agente en filas. La celda " +"muestra todos los módulos." #: ../../extensions/module_groups.php:472 msgid "There are no defined groups or module groups" @@ -35889,30 +34726,26 @@ msgid "Insert Data" msgstr "Insertar datos" #: ../../extensions/insert_data.php:84 ../../godmode/modules/manage_nc_groups.php:62 -#: ../../godmode/modules/module_list.php:54 -#: ../../godmode/groups/configure_modu_group.php:39 -#: ../../godmode/groups/modu_group_list.php:79 -#: ../../godmode/agentes/configurar_agente.php:847 +#: ../../godmode/modules/module_list.php:54 ../../godmode/groups/configure_modu_group.php:39 +#: ../../godmode/groups/modu_group_list.php:79 ../../godmode/agentes/configurar_agente.php:847 #: ../../godmode/agentes/configurar_agente.php:873 -#: ../../godmode/agentes/modificar_agente.php:105 -#: ../../godmode/agentes/fields_manager.php:55 +#: ../../godmode/agentes/modificar_agente.php:105 ../../godmode/agentes/fields_manager.php:55 #: ../../godmode/agentes/configure_field.php:75 ../../godmode/netflow/nf_edit.php:59 #: ../../godmode/menu.php:225 ../../godmode/category/category.php:81 -#: ../../godmode/category/edit_category.php:92 -#: ../../operation/agentes/ver_agente.php:2165 +#: ../../godmode/category/edit_category.php:92 ../../operation/agentes/ver_agente.php:2165 msgid "Resources" msgstr "Recursos" #: ../../extensions/insert_data.php:122 #, 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." +"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, comprueba que el usuario de Apache puede escribir en el directorio '%s'. " -"

El formato del archivo CSV es date;value<newline>date;value<" -"newline>... La fecha en CVS está en formato a/m/d H:i:s." +"Por favor, comprueba que el usuario de Apache puede escribir en el directorio '%s'.

El formato del archivo CSV es date;value<newline>date;value<newline>... " +"La fecha en CVS está en formato a/m/d H:i:s." #: ../../extensions/insert_data.php:129 msgid "You haven't privileges for insert data in the agent." @@ -35989,10 +34822,9 @@ msgstr "Usar esta OID" msgid "List of users connected" msgstr "Lista de usuarios conectados" -#: ../../extensions/users_connected.php:64 -#: ../../operation/users/user_edit_header.php:125 -#: ../../operation/messages/message_list.php:82 -#: ../../operation/messages/message_edit.php:94 ../../operation/menu.php:685 +#: ../../extensions/users_connected.php:64 ../../operation/users/user_edit_header.php:125 +#: ../../operation/messages/message_list.php:82 ../../operation/messages/message_edit.php:94 +#: ../../operation/menu.php:685 msgid "Workspace" msgstr "Área de trabajo" @@ -36099,11 +34931,11 @@ msgstr "Gestión de grupos de componentes de red" #: ../../godmode/modules/manage_nc_groups.php:322 #, php-format msgid "" -"This node is configured with centralized mode. Component groups are read only. Go to " -"%s to manage it." +"This node is configured with centralized mode. Component groups are read only. Go to %s to " +"manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/modules/manage_nc_groups.php:334 msgid "There are no defined component groups" @@ -36153,12 +34985,11 @@ msgstr "Remoto/Local" #: ../../godmode/modules/manage_inventory_modules.php:410 msgid "" "The configurations of inventory modules from the nodes have been unified.\n" -"\t\tFrom this point on, changes to the inventory scripts must be made through this " -"screen." +"\t\tFrom this point on, changes to the inventory scripts must be made through this screen." msgstr "" "Las configuraciones de los módulos de inventario de los nodos se han unificado.\n" -"\t\tA partir de este momento, los cambios en los scripts de inventario deben " -"realizarse a través de esta pantalla." +"\t\tA partir de este momento, los cambios en los scripts de inventario deben realizarse a " +"través de esta pantalla." #: ../../godmode/modules/manage_inventory_modules.php:412 msgid "You can find more information at:" @@ -36201,11 +35032,11 @@ msgstr "Gestión remota de componentes" #: ../../godmode/modules/manage_network_components.php:322 #, php-format msgid "" -"This node is configured with centralized mode. All remote components are read only. " -"Go to %s to manage them." +"This node is configured with centralized mode. All remote components are read only. Go to %s " +"to manage them." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/modules/manage_network_components.php:666 #: ../../include/rest-api/models/VisualConsole/Items/Group.php:715 @@ -36214,8 +35045,7 @@ msgstr "Recursivo" #: ../../godmode/modules/manage_network_components.php:684 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 coincidencias." +msgstr "Búsqueda por nombre, descripción, envío TCP o TCP RCV, lista las coincidencias." #: ../../godmode/modules/manage_network_components.php:788 msgid "Max/Min" @@ -36279,8 +35109,7 @@ msgstr "ID del fabricante" #: ../../godmode/modules/manage_network_components_form_wizard.php:348 #: ../../godmode/massive/massive_delete_modules.php:326 -#: ../../godmode/massive/massive_edit_modules.php:305 -#: ../../include/ajax/module.php:1075 +#: ../../godmode/massive/massive_edit_modules.php:305 ../../include/ajax/module.php:1075 msgid "Module type" msgstr "Tipo módulo" @@ -36381,18 +35210,17 @@ msgid "Use inline code" msgstr "Usar código en línea" #: ../../godmode/modules/manage_inventory_modules_form.php:223 -#: ../../include/ajax/double_auth.ajax.php:167 -#: ../../include/ajax/double_auth.ajax.php:307 +#: ../../include/ajax/double_auth.ajax.php:167 ../../include/ajax/double_auth.ajax.php:307 msgid "Code" msgstr "Código" #: ../../godmode/modules/manage_inventory_modules_form.php:232 msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory modules " -"don't use this field" +"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." +"Aquí se coloca el script para los módulos de inventario REMOTOS. Los módulos de inventario " +"locales no usan este campo." #: ../../godmode/modules/module_list.php:45 msgid "Defined module types" @@ -36482,13 +35310,13 @@ msgstr "Última vez en mantenimiento de base de datos" #: ../../godmode/db/db_main.php:195 #, php-format msgid "" -"Please make sure your %s 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 %s." +"Please make sure your %s 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 %s." msgstr "" "Asegúrese de que la configuración del servidor de %s es correcta y que el demonio de " -"mantenimiento de la base de datos está en ejecución. Es muy importante tener la base " -"de datos actualizada para que el funcionamiento y los resultados de %s sean óptimos." +"mantenimiento de la base de datos está en ejecución. Es muy importante tener la base de " +"datos actualizada para que el funcionamiento y los resultados de %s sean óptimos." #: ../../godmode/groups/configure_group.php:95 msgid "Update group" @@ -36512,13 +35340,12 @@ msgstr "Contraseña del grupo" #: ../../godmode/groups/configure_group.php:237 msgid "" -"If a group is password protected, it will only accept XML from those software agents " -"that have a group password configured with the same name. Do not use spaces or " -"symbols." +"If a group is password protected, it will only accept XML from those software agents that " +"have a group password configured with the same name. Do not use spaces or symbols." msgstr "" -"Si un grupo está protegido por una contraseña, solo aceptará archivos XML de " -"aquellos agentes software que tengan una contraseña de grupo configurada con el " -"mismo nombre. No utilice espacios o símbolos." +"Si un grupo está protegido por una contraseña, solo aceptará archivos XML de aquellos " +"agentes software que tengan una contraseña de grupo configurada con el mismo nombre. No " +"utilice espacios o símbolos." #: ../../godmode/groups/configure_group.php:243 msgid "Enable alert use in this group." @@ -36530,14 +35357,12 @@ msgstr "Propagar ACL" #: ../../godmode/groups/configure_group.php:248 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." +msgstr "Propaga la misma seguridad ACL del padre a todos los grupos hijos que dependen de él." #: ../../godmode/groups/configure_group.php:253 msgid "It is an external ID used for integrations. Do not use spaces or symbols." msgstr "" -"Si se utiliza una ID externa para las integraciones. No introduzca espacios ni " -"símbolos." +"Si se utiliza una ID externa para las integraciones. No introduzca espacios ni símbolos." #: ../../godmode/groups/configure_group.php:263 ../../include/functions_events.php:5162 msgid "Contact" @@ -36573,20 +35398,19 @@ msgid "Groups defined in %s" msgstr "Grupos definidos en %s" #: ../../godmode/groups/group_list.php:365 -#: ../../godmode/agentes/module_manager_editor_network.php:168 -#: ../../godmode/menu.php:332 ../../include/class/AgentWizard.class.php:723 -#: ../../include/class/AgentWizard.class.php:779 +#: ../../godmode/agentes/module_manager_editor_network.php:168 ../../godmode/menu.php:332 +#: ../../include/class/AgentWizard.class.php:723 ../../include/class/AgentWizard.class.php:779 msgid "Credential store" msgstr "Almacén de credenciales" #: ../../godmode/groups/group_list.php:413 #, php-format msgid "" -"This node is configured with centralized mode. All groups information is read only. " -"Go to %s to manage it." +"This node is configured with centralized mode. All groups information is read only. Go to %s " +"to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/groups/group_list.php:478 ../../godmode/groups/modu_group_list.php:129 msgid "Group successfully created" @@ -36615,16 +35439,12 @@ msgstr "Ha habido un problema al modificar el grupo" #: ../../godmode/groups/group_list.php:616 #, php-format msgid "The group %s could not be deleted because it is not empty in the nodes" -msgstr "" -"El grupo %s no puede ser borrado porque en el nodo se está usando en este grupo" +msgstr "El grupo %s no puede ser borrado porque en el nodo se está usando en este grupo" #: ../../godmode/groups/group_list.php:690 -msgid "" -"The group has not been deleted in the metaconsole due to an error in the node " -"database" +msgid "The group has not been deleted in the metaconsole due to an error in the node database" msgstr "" -"El grupo no se ha eliminado de la Metaconsola por un error en la base de datos de " -"los nodos" +"El grupo no se ha eliminado de la Metaconsola por un error en la base de datos de los nodos" #: ../../godmode/groups/group_list.php:699 #, php-format @@ -36700,19 +35520,17 @@ msgstr "Lista de grupos de módulos" #: ../../godmode/groups/modu_group_list.php:102 #, php-format msgid "" -"This node is configured with centralized mode. All module groups information is read " -"only. Go to %s to manage it." +"This node is configured with centralized mode. All module groups information is read only. " +"Go to %s to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." -#: ../../godmode/groups/modu_group_list.php:137 -#: ../../godmode/groups/modu_group_list.php:173 +#: ../../godmode/groups/modu_group_list.php:137 ../../godmode/groups/modu_group_list.php:173 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:141 -#: ../../godmode/groups/modu_group_list.php:177 +#: ../../godmode/groups/modu_group_list.php:141 ../../godmode/groups/modu_group_list.php:177 msgid "Module group must have a name" msgstr "El grupo de módulos debe tener un nombre" @@ -36732,8 +35550,7 @@ msgstr "Vista táctica de grupo" msgid "Distribution by os" msgstr "Distribución por sistema operativo" -#: ../../godmode/groups/tactical.php:145 -#: ../../include/functions_reporting_html.php:1855 +#: ../../godmode/groups/tactical.php:145 ../../include/functions_reporting_html.php:1855 #: ../../include/functions_reporting_html.php:2079 #: ../../include/functions_reporting_html.php:3660 msgid "Events by agent" @@ -36849,11 +35666,10 @@ msgstr "%s recordatorio de la comunidad" #: ../../godmode/update_manager/update_manager.setup.php:397 #, php-format msgid "" -"Every 8 days, a message is displayed to admin users to remember to register this %s " -"instance" +"Every 8 days, a message is displayed to admin users to remember to register this %s instance" msgstr "" -"Cada 8 días, se mostrará un mensaje a los usuarios administradores para que " -"recuerden registrar esta instancia %s." +"Cada 8 días, se mostrará un mensaje a los usuarios administradores para que recuerden " +"registrar esta instancia %s." #: ../../godmode/update_manager/update_manager.history.php:42 msgid "Origin" @@ -36865,32 +35681,30 @@ msgstr "Versiones LTS" #: ../../godmode/update_manager/modal_lts_update.php:70 msgid "" -"There are two types of versions in Pandora FMS: the LTS versions (Long-Term " -"Support), e.g: 772 LTS, and the RRR (Regular Rolling Release) versions, e.g: 771, " -"773, 774, 775." +"There are two types of versions in Pandora FMS: the LTS versions (Long-Term Support), e.g: " +"772 LTS, and the RRR (Regular Rolling Release) versions, e.g: 771, 773, 774, 775." msgstr "" -"Existen dos tipos de versiones en Pandora FMS: las versiones LTS (Long-Term " -"Support), por ejemplo: 772 LTS, y las versiones RRR (Regular Rolling Release), por " -"ejemplo: 771, 773, 774, 775." +"Existen dos tipos de versiones en Pandora FMS: las versiones LTS (Long-Term Support), por " +"ejemplo: 772 LTS, y las versiones RRR (Regular Rolling Release), por ejemplo: 771, 773, 774, " +"775." #: ../../godmode/update_manager/modal_lts_update.php:75 msgid "" -"LTS versions have frequent, periodic updates (fixes), correcting both security " -"problems and critical bugs detected in the tool. These are the versions we recommend " -"to use in production environments." +"LTS versions have frequent, periodic updates (fixes), correcting both security problems and " +"critical bugs detected in the tool. These are the versions we recommend to use in production " +"environments." msgstr "" -"Las versiones LTS tienen actualizaciones periódicas frecuentes (parche), que " -"corrigen problemas de seguridad y errores críticos detectados en la herramienta. " -"Estas son las versiones recomendadas para utilizar en entornos de producción." +"Las versiones LTS tienen actualizaciones periódicas frecuentes (parche), que corrigen " +"problemas de seguridad y errores críticos detectados en la herramienta. Estas son las " +"versiones recomendadas para utilizar en entornos de producción." #: ../../godmode/update_manager/modal_lts_update.php:80 msgid "" -"RRR versions incorporate new features in each version, as well as bug fixes, but due " -"to their dynamic nature, errors are more likely." +"RRR versions incorporate new features in each version, as well as bug fixes, but due to " +"their dynamic nature, errors are more likely." msgstr "" -"Las versiones RRR incluyen nuevas características en cada versión, así como " -"corrección de errores, pero debido a su carácter dinámico, es posible que contengan " -"errores." +"Las versiones RRR incluyen nuevas características en cada versión, así como corrección de " +"errores, pero debido a su carácter dinámico, es posible que contengan errores." #: ../../godmode/update_manager/update_manager.php:64 #: ../../godmode/update_manager/update_manager.php:83 @@ -36920,11 +35734,11 @@ msgstr "Por favor, inicie sesión en la Metaconsola primero." #: ../../godmode/users/profile_list.php:79 #, php-format msgid "" -"This node is configured with centralized mode. All profiles information is read " -"only. Go to %s to manage it." +"This node is configured with centralized mode. All profiles information is read only. Go to " +"%s to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/users/profile_list.php:91 ../../godmode/users/user_list.php:349 msgid "There was a problem deleting the profile" @@ -36966,8 +35780,7 @@ msgstr "Gestionar alertas" msgid "Database Management" msgstr "Gestión de la base de datos" -#: ../../godmode/users/profile_list.php:296 -#: ../../include/class/OrderInterpreter.class.php:202 +#: ../../godmode/users/profile_list.php:296 ../../include/class/OrderInterpreter.class.php:202 msgid "View Events" msgstr "Ver eventos" @@ -37019,13 +35832,11 @@ msgstr "Gestionar consolas visuales" msgid "View NCM Data" msgstr "Ver datos de NCM" -#: ../../godmode/users/profile_list.php:309 -#: ../../godmode/users/configure_profile.php:330 +#: ../../godmode/users/profile_list.php:309 ../../godmode/users/configure_profile.php:330 msgid "Operate NCM" msgstr "Operar NCM" -#: ../../godmode/users/profile_list.php:310 -#: ../../godmode/users/configure_profile.php:334 +#: ../../godmode/users/profile_list.php:310 ../../godmode/users/configure_profile.php:334 msgid "Manage NCM" msgstr "Administrar NCM" @@ -37037,8 +35848,7 @@ msgstr "Gestión de Pandora FMS" msgid "There are no defined profiles" msgstr "No hay perfiles definidos" -#: ../../godmode/users/profile_list.php:436 -#: ../../godmode/users/configure_profile.php:105 +#: ../../godmode/users/profile_list.php:436 ../../godmode/users/configure_profile.php:105 #: ../../godmode/users/configure_profile.php:367 msgid "Create profile" msgstr "Crear perfil" @@ -37104,8 +35914,7 @@ msgstr "Actualizar perfil" msgid "Create Profile" msgstr "Crear perfil" -#: ../../godmode/users/configure_profile.php:235 -#: ../../operation/agentes/ver_agente.php:2169 +#: ../../godmode/users/configure_profile.php:235 ../../operation/agentes/ver_agente.php:2169 msgid "View agents" msgstr "Ver agentes" @@ -37121,8 +35930,8 @@ msgstr "Editar agentes" msgid "Edit alerts" msgstr "Editar alertas" -#: ../../godmode/users/configure_profile.php:254 -#: ../../godmode/alerts/alert_list.php:607 ../../godmode/alerts/alert_list.php:626 +#: ../../godmode/users/configure_profile.php:254 ../../godmode/alerts/alert_list.php:607 +#: ../../godmode/alerts/alert_list.php:626 msgid "Manage alerts" msgstr "Gestionar alertas" @@ -37236,11 +36045,11 @@ msgstr "Error al habilitar el usuario" #: ../../godmode/users/user_list.php:482 ../../operation/users/user_edit.php:281 #, php-format msgid "" -"This node is configured with centralized mode. All users information is read only. " -"Go to %s to manage it." +"This node is configured with centralized mode. All users information is read only. Go to %s " +"to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a%s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a%s para administrarlo." #: ../../godmode/users/user_list.php:518 msgid "Profile / Group" @@ -37260,11 +36069,11 @@ msgstr "Otros perfiles también han sido asignados" #: ../../godmode/users/user_list.php:756 msgid "" -"Other profiles you cannot manage are also assigned. These profiles are not shown. " -"You cannot enable/disable or delete this user." +"Other profiles you cannot manage are also assigned. These profiles are not shown. You cannot " +"enable/disable or delete this user." msgstr "" -"Otros perfiles que no puede gestionar también han sido asignados. Estos perfiles no " -"se muestran. No puede habilitar/deshabilitar o borrar este usuario." +"Otros perfiles que no puede gestionar también han sido asignados. Estos perfiles no se " +"muestran. No puede habilitar/deshabilitar o borrar este usuario." #: ../../godmode/users/user_list.php:765 ../../include/functions_reporting.php:5480 #: ../../include/functions_reporting.php:5527 ../../operation/search_users.php:87 @@ -37332,8 +36141,7 @@ msgstr "La ID de este usuario ya existe." #: ../../godmode/users/configure_user.php:436 msgid "Invalid user ID: leading or trailing blank spaces not allowed" msgstr "" -"ID de usuario no válido: no están permitidos los espacios en blanco al principio o " -"al final" +"ID de usuario no válido: no están permitidos los espacios en blanco al principio o al final" #: ../../godmode/users/configure_user.php:444 msgid "Passwords cannot be empty" @@ -37349,43 +36157,33 @@ msgid "The password provided is not valid. Please set another one." msgstr "La contraseña proporcionada no es válida. Por favor, introduzca otra." #: ../../godmode/users/configure_user.php:520 -msgid "" -"Strict ACL is not recommended for admin users because performance could be affected." +msgid "Strict ACL is not recommended for admin users because performance could be affected." msgstr "" -"ACL estricto no está recomendado para usuarios administradores porque el rendimiento " -"podría verse afectado." +"ACL estricto no está recomendado para usuarios administradores porque el rendimiento podría " +"verse afectado." -#: ../../godmode/users/configure_user.php:604 -#: ../../godmode/users/configure_user.php:977 +#: ../../godmode/users/configure_user.php:604 ../../godmode/users/configure_user.php:977 msgid "Profile added successfully" msgstr "Perfil añadido correctamente" -#: ../../godmode/users/configure_user.php:605 -#: ../../godmode/users/configure_user.php:978 +#: ../../godmode/users/configure_user.php:605 ../../godmode/users/configure_user.php:978 msgid "Profile cannot be added" msgstr "El perfil no se puede añadir." #: ../../godmode/users/configure_user.php:723 -msgid "" -"It is not possible to change the password because external authentication is being " -"used" +msgid "It is not possible to change the password because external authentication is being used" msgstr "" -"No puede cambiar la contraseña porque se está utilizado actualmente la autenticación " -"externa" +"No puede cambiar la contraseña porque se está utilizado actualmente la autenticación externa" -#: ../../godmode/users/configure_user.php:763 -#: ../../godmode/users/configure_user.php:791 -#: ../../godmode/users/configure_user.php:866 -#: ../../godmode/users/configure_user.php:873 +#: ../../godmode/users/configure_user.php:763 ../../godmode/users/configure_user.php:791 +#: ../../godmode/users/configure_user.php:866 ../../godmode/users/configure_user.php:873 #: ../../godmode/users/configure_user.php:905 ../../operation/users/user_edit.php:213 #: ../../operation/users/user_edit.php:259 msgid "User info successfully updated" msgstr "Información del usuario actualizada correctamente" -#: ../../godmode/users/configure_user.php:764 -#: ../../godmode/users/configure_user.php:792 -#: ../../godmode/users/configure_user.php:867 -#: ../../godmode/users/configure_user.php:874 +#: ../../godmode/users/configure_user.php:764 ../../godmode/users/configure_user.php:792 +#: ../../godmode/users/configure_user.php:867 ../../godmode/users/configure_user.php:874 #: ../../godmode/users/configure_user.php:906 msgid "Error updating user info (no change?)" msgstr "Error al actualizar la información del usuario (¿no hubo cambios?)" @@ -37409,16 +36207,15 @@ msgstr "Ha generado un nuevo token de API." #: ../../godmode/users/configure_user.php:895 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." +"ACL estricto no está recomendado para este usuario. El rendimiento podría verse afectado." #: ../../godmode/users/configure_user.php:1028 ../../operation/users/user_edit.php:303 msgid "" -"The API token will be renewed. After this action, the last token you were using will " -"not work. Are you sure?" +"The API token will be renewed. After this action, the last token you were using will not " +"work. Are you sure?" msgstr "" -"Se renovará el token de la API. Después de esta acción, el último token que estabs " -"usando no funcionará. ¿Está seguro?" +"Se renovará el token de la API. Después de esta acción, el último token que estabs usando no " +"funcionará. ¿Está seguro?" #: ../../godmode/users/configure_user.php:1044 ../../operation/users/user_edit.php:336 msgid "Your API Token is:" @@ -37428,40 +36225,35 @@ msgstr "Su token de API es:" msgid "Please, avoid share this string with others." msgstr "Por favor, evite compartir esta cadena con otros." -#: ../../godmode/users/configure_user.php:1134 -#: ../../godmode/users/user_management.php:244 ../../operation/users/user_edit.php:381 +#: ../../godmode/users/configure_user.php:1134 ../../godmode/users/user_management.php:244 +#: ../../operation/users/user_edit.php:381 msgid "Full (display) name" msgstr "Nombre completo" -#: ../../godmode/users/configure_user.php:1152 -#: ../../godmode/users/user_management.php:836 -#: ../../godmode/massive/massive_edit_users.php:467 -#: ../../operation/users/user_edit.php:527 +#: ../../godmode/users/configure_user.php:1152 ../../godmode/users/user_management.php:836 +#: ../../godmode/massive/massive_edit_users.php:467 ../../operation/users/user_edit.php:527 msgid "The timezone must be that of the associated server." msgstr "La zona horaria debe ser la del servidor asociado." -#: ../../godmode/users/configure_user.php:1185 -#: ../../godmode/users/user_management.php:366 ../../operation/users/user_edit.php:408 +#: ../../godmode/users/configure_user.php:1185 ../../godmode/users/user_management.php:366 +#: ../../operation/users/user_edit.php:408 msgid "Password confirmation" msgstr "Confirmar contraseña" -#: ../../godmode/users/configure_user.php:1203 -#: ../../godmode/users/user_management.php:389 +#: ../../godmode/users/configure_user.php:1203 ../../godmode/users/user_management.php:389 msgid "Own password confirmation" msgstr "Confirmación de contraseña propia" -#: ../../godmode/users/configure_user.php:1213 -#: ../../godmode/users/user_management.php:299 +#: ../../godmode/users/configure_user.php:1213 ../../godmode/users/user_management.php:299 msgid "Administrator user" msgstr "Usuario administrador" -#: ../../godmode/users/configure_user.php:1240 -#: ../../godmode/users/user_management.php:264 ../../operation/users/user_edit.php:401 +#: ../../godmode/users/configure_user.php:1240 ../../godmode/users/user_management.php:264 +#: ../../operation/users/user_edit.php:401 msgid "E-mail" msgstr "Correo electrónico" -#: ../../godmode/users/configure_user.php:1256 -#: ../../godmode/users/user_management.php:272 +#: ../../godmode/users/configure_user.php:1256 ../../godmode/users/user_management.php:272 #: ../../godmode/users/user_management.php:284 ../../operation/users/user_edit.php:403 msgid "Phone number" msgstr "Número de teléfono" @@ -37470,14 +36262,14 @@ msgstr "Número de teléfono" msgid "Login allowed IP list" msgstr "Lista de IP permitidas para iniciar sesión" -#: ../../godmode/users/configure_user.php:1273 -#: ../../godmode/users/user_management.php:909 ../../operation/users/user_edit.php:753 +#: ../../godmode/users/configure_user.php:1273 ../../godmode/users/user_management.php:909 +#: ../../operation/users/user_edit.php:753 msgid "" -"Add the source IPs that will allow console access. Each IP must be separated only by " -"comma. * allows all." +"Add the source IPs that will allow console access. Each IP must be separated only by comma. " +"* allows all." msgstr "" -"Agregue las direcciones IP de origen que permitirán el acceso a la consola. Cada IP " -"debe estar separada solo por comas. * permite todo." +"Agregue las direcciones IP de origen que permitirán el acceso a la consola. Cada IP debe " +"estar separada solo por comas. * permite todo." #: ../../godmode/users/configure_user.php:1312 msgid "Skin" @@ -37529,8 +36321,7 @@ msgstr "Habilitar el acceso al nodo" #: ../../godmode/users/configure_user.php:1588 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." +msgstr "Con esta opción habilitada, el usuario podrá tener acceso a los nodos de la consola." #: ../../godmode/users/configure_user.php:1817 msgid "yes" @@ -37544,18 +36335,17 @@ msgstr "no" msgid "Please select profile and group" msgstr "Seleccione un perfil y grupo" -#: ../../godmode/users/configure_user.php:1838 -#: ../../godmode/users/configure_user.php:1889 +#: ../../godmode/users/configure_user.php:1838 ../../godmode/users/configure_user.php:1889 msgid "This profile is already defined" msgstr "Este perfil ya está definido" #: ../../godmode/users/configure_user.php:1910 msgid "" -"Deleting this profile will leave your user without a profile or group. You can " -"continue by deleting the user or preserving it." +"Deleting this profile will leave your user without a profile or group. You can continue by " +"deleting the user or preserving it." msgstr "" -"Al eliminar este archivo, su usuario no tendrá perfil o grupo. Puede continuar " -"eliminando el usuario o guardándolo." +"Al eliminar este archivo, su usuario no tendrá perfil o grupo. Puede continuar eliminando el " +"usuario o guardándolo." #: ../../godmode/users/configure_user.php:1955 msgid "Deleting last profile will delete this user" @@ -37563,10 +36353,8 @@ msgstr "Eliminar el último perfil eliminará este usuario" #: ../../godmode/users/configure_user.php:2005 msgid "" -"User will be created without profiles assigned and won't be able to log in, are you " -"sure?" -msgstr "" -"El usuario se creará sin perfiles asignados y no podrá identificarse, ¿está seguro?" +"User will be created without profiles assigned and won't be able to log in, are you sure?" +msgstr "El usuario se creará sin perfiles asignados y no podrá identificarse, ¿está seguro?" #: ../../godmode/users/configure_user.php:2115 ../../operation/users/user_edit.php:1198 msgid "Double autentication information" @@ -37584,9 +36372,8 @@ msgstr "Desactivado" msgid "The double autentication was deactivated successfully" msgstr "La doble autentificación fue desactivada correctamente" -#: ../../godmode/users/configure_user.php:2243 -#: ../../godmode/users/configure_user.php:2247 ../../operation/users/user_edit.php:1323 -#: ../../operation/users/user_edit.php:1327 +#: ../../godmode/users/configure_user.php:2243 ../../godmode/users/configure_user.php:2247 +#: ../../operation/users/user_edit.php:1323 ../../operation/users/user_edit.php:1327 msgid "There was an error deactivating the double autentication" msgstr "Error al desactivar la doble autentificación" @@ -37600,17 +36387,17 @@ msgstr "Información de perfil para" #: ../../godmode/users/user_management.php:252 msgid "" -"This will be the email used in those alert actions that the email makes use of. It " -"will also be the email used for user notifications that wer configured in this way." +"This will be the email used in those alert actions that the email makes use of. It will also " +"be the email used for user notifications that wer configured in this way." msgstr "" -"Este será el email empleado en aquellas acciones de alerta utilizadas por el email. " -"También será el email utilizado para las notificaciones al usuario en caso de que " -"haya sido configurado." +"Este será el email empleado en aquellas acciones de alerta utilizadas por el email. También " +"será el email utilizado para las notificaciones al usuario en caso de que haya sido " +"configurado." #: ../../godmode/users/user_management.php:299 msgid "" -"This type of 'superadmin' has no restrictions whatsoever. If you want to create " -"partial administrators, use the profile and group-based privilege system." +"This type of 'superadmin' has no restrictions whatsoever. If you want to create partial " +"administrators, use the profile and group-based privilege system." msgstr "" "Este tipo de “superadministrador” no tiene ninguna restricción. Si desea crear " "administradores parciales, utilice los privilegios basados en perfiles y grupos." @@ -37644,11 +36431,9 @@ msgid "Local User" msgstr "Usuario local" #: ../../godmode/users/user_management.php:460 -msgid "" -"The user with local authentication enabled will always use local authentication." +msgid "The user with local authentication enabled will always use local authentication." msgstr "" -"El usuario con la autenticación local habilitada siempre utilizará la autenticación " -"local." +"El usuario con la autenticación local habilitada siempre utilizará la autenticación local." #: ../../godmode/users/user_management.php:478 msgid "Session time" @@ -37656,20 +36441,15 @@ msgstr "TIempo de sesión" #: ../../godmode/users/user_management.php:488 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 quieres una sesión permanente, pon -1 en este " -"campo." +"This is defined in minutes, If you wish a permanent session should putting -1 in this field." +msgstr "Esto está definido en minutos; si quieres una sesión permanente, pon -1 en este campo." -#: ../../godmode/users/user_management.php:493 -#: ../../godmode/massive/massive_edit_users.php:376 +#: ../../godmode/users/user_management.php:493 ../../godmode/massive/massive_edit_users.php:376 #: ../../operation/users/user_edit.php:642 msgid "Autorefresh" msgstr "Actualización automática" -#: ../../godmode/users/user_management.php:528 -#: ../../godmode/massive/massive_edit_users.php:416 +#: ../../godmode/users/user_management.php:528 ../../godmode/massive/massive_edit_users.php:416 #: ../../operation/users/user_edit.php:678 msgid "Full list of pages" msgstr "Lista completa de páginas" @@ -37678,21 +36458,19 @@ msgstr "Lista completa de páginas" msgid "Pages with autorefresh" msgstr "Páginas con auto-refresco" -#: ../../godmode/users/user_management.php:560 -#: ../../godmode/users/user_management.php:561 +#: ../../godmode/users/user_management.php:560 ../../godmode/users/user_management.php:561 #: ../../godmode/massive/massive_edit_users.php:425 -#: ../../godmode/massive/massive_edit_users.php:426 -#: ../../include/functions_html.php:1443 ../../include/functions_html.php:1444 -#: ../../operation/users/user_edit.php:687 ../../operation/users/user_edit.php:688 +#: ../../godmode/massive/massive_edit_users.php:426 ../../include/functions_html.php:1443 +#: ../../include/functions_html.php:1444 ../../operation/users/user_edit.php:687 +#: ../../operation/users/user_edit.php:688 msgid "Push selected pages into autorefresh list" msgstr "Añadir las páginas seleccionadas a la lista de actualización automática" -#: ../../godmode/users/user_management.php:577 -#: ../../godmode/users/user_management.php:578 +#: ../../godmode/users/user_management.php:577 ../../godmode/users/user_management.php:578 #: ../../godmode/massive/massive_edit_users.php:435 -#: ../../godmode/massive/massive_edit_users.php:436 -#: ../../include/functions_html.php:1455 ../../include/functions_html.php:1456 -#: ../../operation/users/user_edit.php:696 ../../operation/users/user_edit.php:697 +#: ../../godmode/massive/massive_edit_users.php:436 ../../include/functions_html.php:1455 +#: ../../include/functions_html.php:1456 ../../operation/users/user_edit.php:696 +#: ../../operation/users/user_edit.php:697 msgid "Pop selected pages out of autorefresh list" msgstr "Quitar las páginas seleccionadas de la lista de actualización automática" @@ -37704,27 +36482,24 @@ msgstr "Auto-refrescar páginas" msgid "Time for autorefresh" msgstr "Tiempo de auto-refresco" -#: ../../godmode/users/user_management.php:643 -#: ../../godmode/massive/massive_edit_users.php:452 +#: ../../godmode/users/user_management.php:643 ../../godmode/massive/massive_edit_users.php:452 #: ../../operation/users/user_edit.php:713 msgid "" -"Interval of autorefresh of the elements, by default they are 30 seconds, needing to " -"enable the autorefresh first" +"Interval of autorefresh of the elements, by default they are 30 seconds, needing to enable " +"the autorefresh first" msgstr "" -"Intervalo de auto refresco de los elementos, 30 segundos por defecto, pero debe " -"habilitar primero el auto refresco." +"Intervalo de auto refresco de los elementos, 30 segundos por defecto, pero debe habilitar " +"primero el auto refresco." #: ../../godmode/users/user_management.php:649 msgid "Pandora RC user access enabled" msgstr "Acceso de usuario Pandora RC habilitado" -#: ../../godmode/users/user_management.php:659 -#: ../../godmode/users/user_management.php:671 +#: ../../godmode/users/user_management.php:659 ../../godmode/users/user_management.php:671 msgid "Pandora RC User" msgstr "Usuario de Pandora RC" -#: ../../godmode/users/user_management.php:678 -#: ../../godmode/users/user_management.php:690 +#: ../../godmode/users/user_management.php:678 ../../godmode/users/user_management.php:690 msgid "Pandora RC Password" msgstr "Contraseña de Pandora RC" @@ -37734,25 +36509,22 @@ msgstr "Idioma y aspecto" #: ../../godmode/users/user_management.php:715 msgid "" -"When changing the theme, the login screen logo will be restricted to the default for " -"that color scheme, if you have a custom logo, adjust it after changing the theme." +"When changing the theme, the login screen logo will be restricted to the default for that " +"color scheme, if you have a custom logo, adjust it after changing the theme." msgstr "" -"Al cambiar el tema, la pantalla de inicio de sesión se limitara a aquella por " -"defecto para ese esquema de colores, si tiene un logo personalizado, ajústelo " -"después de cambiar el tema." +"Al cambiar el tema, la pantalla de inicio de sesión se limitara a aquella por defecto para " +"ese esquema de colores, si tiene un logo personalizado, ajústelo después de cambiar el tema." #: ../../godmode/users/user_management.php:724 msgid "User color scheme" msgstr "Combinación de colores del usuario" -#: ../../godmode/users/user_management.php:749 -#: ../../godmode/massive/massive_edit_users.php:339 +#: ../../godmode/users/user_management.php:749 ../../godmode/massive/massive_edit_users.php:339 #: ../../operation/users/user_edit.php:568 msgid "Event filter" msgstr "Filtro de eventos" -#: ../../godmode/users/user_management.php:775 -#: ../../godmode/massive/massive_edit_users.php:270 +#: ../../godmode/users/user_management.php:775 ../../godmode/massive/massive_edit_users.php:270 #: ../../operation/users/user_edit.php:463 msgid "Home screen" msgstr "Pantalla de inicio" @@ -37800,16 +36572,14 @@ msgstr "Error al añadir los módulos. Ocurrieron los siguientes errores: " msgid "Modules successfully added" msgstr "Módulos añadidos correctamente" -#: ../../godmode/agentes/agent_template.php:204 -#: ../../godmode/agentes/configurar_agente.php:457 +#: ../../godmode/agentes/agent_template.php:204 ../../godmode/agentes/configurar_agente.php:457 #: ../../godmode/agentes/configurar_agente.php:754 ../../godmode/menu.php:282 #: ../../godmode/wizards/HostDevices.class.php:1152 #: ../../include/lib/TacticalView/elements/Configurations.php:166 msgid "Module templates" msgstr "Plantillas de módulos" -#: ../../godmode/agentes/agent_template.php:222 -#: ../../godmode/agentes/agent_template.php:236 +#: ../../godmode/agentes/agent_template.php:222 ../../godmode/agentes/agent_template.php:236 #: ../../godmode/agentes/agent_template.php:237 msgid "Assign" msgstr "Asignar" @@ -37824,11 +36594,11 @@ msgstr "Opcional. Campo de nombre WMI. Ante la duda, dejar en blanco." #: ../../godmode/agentes/module_manager_editor_wmi.php:188 msgid "" -"Optional. Substring to look for in the WQL query result. The module returns 1 if " -"found, 0 if not." +"Optional. Substring to look for in the WQL query result. The module returns 1 if found, 0 if " +"not." msgstr "" -"Opcional. Subcadena para buscar en los resultados de la consulta WQL. El módulo " -"devuelve 1 si se ha encontrado algún resultado, 0 en caso contrario." +"Opcional. Subcadena para buscar en los resultados de la consulta WQL. El módulo devuelve 1 " +"si se ha encontrado algún resultado, 0 en caso contrario." #: ../../godmode/agentes/module_manager_editor_wmi.php:212 msgid "Column number to retrieve from the WQL query result (starting from zero)." @@ -37897,8 +36667,7 @@ msgstr "Detalle del monitor" #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:521 #: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:539 #: ../../include/lib/Dashboard/Widgets/inventory.php:1070 -#: ../../operation/agentes/status_monitor.php:1585 -#: ../../operation/inventory/inventory.php:1334 +#: ../../operation/agentes/status_monitor.php:1585 ../../operation/inventory/inventory.php:1334 msgid "Last status change" msgstr "Último cambio de estado" @@ -37913,8 +36682,7 @@ msgstr "No se ha especificado el alias del agente" #: ../../godmode/agentes/configurar_agente.php:261 msgid "Agent cannot be created due to the maximum agent limit for this group" -msgstr "" -"El agente no puede crearse por el límite de máximo número de agentes de este grupo" +msgstr "El agente no puede crearse por el límite de máximo número de agentes de este grupo" #: ../../godmode/agentes/configurar_agente.php:366 msgid "Could not be created, because name already exists" @@ -37924,21 +36692,18 @@ msgstr "No se pudo crear, el nombre ya existe." msgid "Manage policy" msgstr "Gestionar políticas" -#: ../../godmode/agentes/configurar_agente.php:549 -#: ../../operation/agentes/ver_agente.php:1678 +#: ../../godmode/agentes/configurar_agente.php:549 ../../operation/agentes/ver_agente.php:1678 #: ../../operation/agentes/ver_agente.php:2029 msgid "GIS data" msgstr "Datos GIS" -#: ../../godmode/agentes/configurar_agente.php:758 -#: ../../godmode/setup/gis_step_2.php:67 ../../godmode/setup/gis_step_2.php:104 +#: ../../godmode/agentes/configurar_agente.php:758 ../../godmode/setup/gis_step_2.php:67 +#: ../../godmode/setup/gis_step_2.php:104 msgid "Gis" msgstr "GIS" -#: ../../godmode/agentes/configurar_agente.php:768 -#: ../../operation/agentes/ver_agente.php:1704 -#: ../../operation/agentes/ver_agente.php:2087 -#: ../../general/first_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:768 ../../operation/agentes/ver_agente.php:1704 +#: ../../operation/agentes/ver_agente.php:2087 ../../general/first_task/incidents.php:28 msgid "Incidents" msgstr "Incidentes" @@ -37951,8 +36716,8 @@ msgid "SNMP explorer" msgstr "Explorador SNMP" #: ../../godmode/agentes/configurar_agente.php:824 ../../godmode/setup/setup.php:394 -#: ../../operation/agentes/estado_agente.php:273 -#: ../../operation/agentes/ver_agente.php:2139 ../../operation/menu.php:182 +#: ../../operation/agentes/estado_agente.php:273 ../../operation/agentes/ver_agente.php:2139 +#: ../../operation/menu.php:182 msgid "Agent detail" msgstr "Detalle de agente" @@ -37971,8 +36736,7 @@ msgstr "Vista de configuración del agente" #: ../../godmode/agentes/configurar_agente.php:864 #: ../../godmode/agentes/modificar_agente.php:1068 -#: ../../include/class/SnmpConsole.class.php:794 -#: ../../operation/agentes/estado_agente.php:1393 +#: ../../include/class/SnmpConsole.class.php:794 ../../operation/agentes/estado_agente.php:1393 #: ../../operation/snmpconsole/snmp_statistics.php:195 msgid "Create agent" msgstr "Crear agente" @@ -38030,16 +36794,12 @@ msgid "There was a problem loading the agent" msgstr "Hubo un problema al cargar el agente" #: ../../godmode/agentes/configurar_agente.php:1970 -msgid "" -"There was a problem updating module. Another module already exists with the same " -"name." -msgstr "" -"Hubo un problema al actualizar el módulo. Ya existe otro módulo con el mismo nombre." +msgid "There was a problem updating module. Another module already exists with the same name." +msgstr "Hubo un problema al actualizar el módulo. Ya existe otro módulo con el mismo nombre." #: ../../godmode/agentes/configurar_agente.php:1974 msgid "There was a problem updating module. Some required fields are missed: (name)" -msgstr "" -"Hubo un problema al actualizar el módulo. Faltan algunos campos requeridos: (nombre)" +msgstr "Hubo un problema al actualizar el módulo. Faltan algunos campos requeridos: (nombre)" #: ../../godmode/agentes/configurar_agente.php:1978 msgid "There was a problem updating module. \"No change\"" @@ -38054,15 +36814,12 @@ msgid "Module successfully updated" msgstr "Módulo actualizado correctamente" #: ../../godmode/agentes/configurar_agente.php:2152 -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. Ya existe otro módulo con el mismo nombre." +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. Ya existe otro módulo con el mismo nombre." #: ../../godmode/agentes/configurar_agente.php:2156 msgid "There was a problem adding module. Some required fields are missed : (name)" -msgstr "" -"Hubo un problema al añadir el módulo. Faltan algunos campos requeridos: (nombre)" +msgstr "Hubo un problema al añadir el módulo. Faltan algunos campos requeridos: (nombre)" #: ../../godmode/agentes/configurar_agente.php:2162 msgid "There was a problem adding module. Processing error" @@ -38081,20 +36838,17 @@ msgstr "Hubo un problema al borrar el módulo" msgid "Module deleted succesfully" msgstr "Módulo borrado correctamente" -#: ../../godmode/agentes/configurar_agente.php:2525 -#: ../../include/functions_api.php:11284 +#: ../../godmode/agentes/configurar_agente.php:2525 ../../include/functions_api.php:11284 #, php-format msgid "Save by %s Console" msgstr "Guardar por consola de %s" -#: ../../godmode/agentes/configurar_agente.php:2543 -#: ../../include/functions_api.php:11285 +#: ../../godmode/agentes/configurar_agente.php:2543 ../../include/functions_api.php:11285 #, php-format msgid "Update by %s Console" msgstr "Actualizar por consola de %s" -#: ../../godmode/agentes/configurar_agente.php:2559 -#: ../../include/functions_api.php:11286 +#: ../../godmode/agentes/configurar_agente.php:2559 ../../include/functions_api.php:11286 #, php-format msgid "Insert by %s Console" msgstr "Insertar por consola de %s" @@ -38138,24 +36892,23 @@ msgstr "Tipo de módulo no válido" #: ../../godmode/agentes/module_manager_editor.php:768 msgid "" -"Allows you to set custom macros for this module (e.g. name '_location_', value " -"'Office'). These macros can then be used in alerts to provide additional information " -"about the module in question." +"Allows you to set custom macros for this module (e.g. name '_location_', value 'Office'). " +"These macros can then be used in alerts to provide additional information about the module " +"in question." msgstr "" -"Permite establecer macros personalizadas para este módulo (por ejemplo: " -"“_location_”, valor “Office”). Estas macros pueden utilizarse posteriormente en las " -"alertas para aportar información adicional sobre el módulo en cuestión." +"Permite establecer macros personalizadas para este módulo (por ejemplo: “_location_”, valor " +"“Office”). Estas macros pueden utilizarse posteriormente en las alertas para aportar " +"información adicional sobre el módulo en cuestión." #: ../../godmode/agentes/module_manager_editor.php:787 msgid "Module relations" msgstr "Relaciones entre módulos" #: ../../godmode/agentes/module_manager_editor.php:787 -msgid "" -"Used to replace the module in SLA reports, either directly () or in Failover mode ()." +msgid "Used to replace the module in SLA reports, either directly () or in Failover mode ()." msgstr "" -"Utilizado para sustituir al módulo en informes SLA, directamente () o en modo " -"tolerancia a fallos ()." +"Utilizado para sustituir al módulo en informes SLA, directamente () o en modo tolerancia a " +"fallos ()." #: ../../godmode/agentes/module_manager_editor.php:918 msgid "No module to predict" @@ -38170,11 +36923,10 @@ msgid "No server provided" msgstr "Ningún servidor especificado" #: ../../godmode/agentes/module_manager_editor.php:969 -msgid "" -"Error, The field name and name in module_name in data configuration are different." +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." +"Error, el nombre del campo y el nombre de module_name en los datos de configuración son " +"diferentes." #: ../../godmode/agentes/module_manager_editor.php:1007 msgid "The File APIs are not fully supported in this browser." @@ -38187,8 +36939,8 @@ msgstr "Elemento de archivo de entrada no encontrado" #: ../../godmode/agentes/module_manager_editor.php:1009 msgid "This browser doesn`t seem to support the files property of file inputs." msgstr "" -"Este navegador parece no ser compatible con los archivos pertenecientes al archivo " -"de entrada." +"Este navegador parece no ser compatible con los archivos pertenecientes al archivo de " +"entrada." #: ../../godmode/agentes/module_manager_editor.php:1010 msgid "Please select a file before clicking Load" @@ -38214,8 +36966,7 @@ msgstr "Agentes definidos en %s" #: ../../godmode/agentes/modificar_agente.php:125 #, php-format msgid "This node is configured with centralized mode. Go to %s to delete an agent" -msgstr "" -"Este nodo está configurado en modo centralizado. Para eliminar un agente, vaya %s" +msgstr "Este nodo está configurado en modo centralizado. Para eliminar un agente, vaya %s" #: ../../godmode/agentes/modificar_agente.php:170 msgid "Success deleted agent." @@ -38234,8 +36985,7 @@ msgstr "Los archivos conf o md5 no han podido ser borrados." msgid "Everyone" msgstr "Todos" -#: ../../godmode/agentes/modificar_agente.php:345 -#: ../../godmode/setup/os_version.list.php:135 +#: ../../godmode/agentes/modificar_agente.php:345 ../../godmode/setup/os_version.list.php:135 #: ../../godmode/reporting/reporting_builder.item_editor.php:1810 #: ../../include/functions_massive_operations.php:163 #: ../../include/class/SatelliteAgent.class.php:221 @@ -38243,8 +36993,7 @@ msgstr "Todos" msgid "Show agents" msgstr "Mostrar agentes" -#: ../../godmode/agentes/modificar_agente.php:363 -#: ../../operation/agentes/estado_agente.php:409 +#: ../../godmode/agentes/modificar_agente.php:363 ../../operation/agentes/estado_agente.php:409 msgid "Operating System" msgstr "Sistema Operativo" @@ -38263,13 +37012,11 @@ msgstr "Configuración remota del agente" msgid "R" msgstr "R" -#: ../../godmode/agentes/modificar_agente.php:792 -#: ../../godmode/agentes/module_manager.php:865 +#: ../../godmode/agentes/modificar_agente.php:792 ../../godmode/agentes/module_manager.php:865 msgid "Module in scheduled downtime" msgstr "Módulo en tiempo de inactividad programado" -#: ../../godmode/agentes/modificar_agente.php:878 -#: ../../include/functions_agents.php:4880 +#: ../../godmode/agentes/modificar_agente.php:878 ../../include/functions_agents.php:4880 msgid "Edit remote config" msgstr "Editar configuración remota" @@ -38289,13 +37036,11 @@ msgstr "¿Esta seguro de que desea deshabilitar el cluster de agentes?" msgid "You are going to delete a cluster agent" msgstr "Va a eliminar un agente del cluster" -#: ../../godmode/agentes/modificar_agente.php:979 -#: ../../godmode/agentes/agent_manager.php:1384 +#: ../../godmode/agentes/modificar_agente.php:979 ../../godmode/agentes/agent_manager.php:1384 msgid "This agent belongs to the clusters" msgstr "Este agente pertenece a los ilustres" -#: ../../godmode/agentes/modificar_agente.php:1007 -#: ../../godmode/agentes/agent_manager.php:1329 +#: ../../godmode/agentes/modificar_agente.php:1007 ../../godmode/agentes/agent_manager.php:1329 #: ../../godmode/agentes/agent_manager.php:1391 msgid "Delete agent" msgstr "Borrar agente" @@ -38308,23 +37053,21 @@ msgstr "Desplegar agente" #: ../../godmode/agentes/agent_conf_gis.php:38 ../../operation/agentes/gis_view.php:59 msgid "There is no default map. Please go to the setup for to set a default map." msgstr "" -"No existe ningún mapa por defecto. Por favor, selecciona uno en la sección de " -"configuración." +"No existe ningún mapa por defecto. Por favor, selecciona uno en la sección de configuración." #: ../../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." +msgid "There is no GIS data for this agent, so it's positioned in default position of map." msgstr "" -"No hay datos de GIS para este agente, por lo que es colocado en posición por defecto " -"del mapa." +"No hay datos de GIS para este agente, por lo que es colocado en posición por defecto del " +"mapa." #: ../../godmode/agentes/agent_conf_gis.php:58 msgid "" -"When you change the Agent position, the agent automatically activates the 'Ignore " -"new GIS data' option" +"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\"." +"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:68 msgid "Agent position" @@ -38442,11 +37185,11 @@ msgstr "Agentes y módulos afectados" #: ../../godmode/agentes/planned_downtime.list.php:1036 msgid "" -"WARNING: If you delete this scheduled downtime, it will not be taken into account in " -"future SLA reports" +"WARNING: If you delete this scheduled 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" +"ADVERTENCIA: si se borra esta parada planificada, no se tendrá en cuenta en futuros informes " +"SLA" #: ../../godmode/agentes/planned_downtime.list.php:1042 msgid "WARNING: There are malformed scheduled downtimes" @@ -38461,17 +37204,15 @@ msgstr "¿Quiere migrar automáticamente los elementos mal formados?" #: ../../godmode/agentes/planned_downtime.editor.php:1775 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." +"Estos elementos no se pueden modificar mientras se está ejecutando el tiempo de inactividad." #: ../../godmode/agentes/planned_downtime.editor.php:262 #: ../../include/functions_planned_downtimes.php:41 #: ../../include/functions_planned_downtimes.php:802 -msgid "" -"Not created. Error inserting data. Start time must be higher than the current time" +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 anterior a " -"la fecha actual." +"No ha sido creado. Error insertando datos. La fecha de comienzo debe ser anterior a la fecha " +"actual." #: ../../godmode/agentes/planned_downtime.editor.php:266 #: ../../godmode/agentes/planned_downtime.editor.php:270 @@ -38695,11 +37436,10 @@ msgstr "Por favor, seleccione un módulo." #: ../../godmode/agentes/planned_downtime.editor.php:2042 msgid "" -"WARNING: If you edit this scheduled downtime, the data of future SLA reports may be " -"altered" +"WARNING: If you edit this scheduled 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" +"ADVERTENCIA: si se modifica esta parada planificada, los datos de los futuros informes SLA " +"pueden ser alterados" #: ../../godmode/agentes/fields_manager.php:46 msgid "Agents custom fields manager" @@ -38733,20 +37473,16 @@ msgstr "Ha surgido un problema al borrar el campo." msgid "Field successfully deleted" msgstr "El campo se ha borrado correctamente." -#: ../../godmode/agentes/fields_manager.php:154 -#: ../../godmode/agentes/configure_field.php:127 +#: ../../godmode/agentes/fields_manager.php:154 ../../godmode/agentes/configure_field.php:127 #: ../../operation/agentes/custom_fields.php:67 msgid "Display on front" msgstr "Mostrar en la vista principal" -#: ../../godmode/agentes/fields_manager.php:154 -#: ../../godmode/agentes/configure_field.php:128 +#: ../../godmode/agentes/fields_manager.php:154 ../../godmode/agentes/configure_field.php:128 #: ../../operation/agentes/custom_fields.php:67 -msgid "" -"The fields with display on front enabled will be displayed into the agent details" +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." +"Si esta opción está activada, los campos mostrarán la información en la vista principal." #: ../../godmode/agentes/fields_manager.php:229 msgid "Create field" @@ -38765,32 +37501,28 @@ msgid "" msgstr "" "Utilice comillas simples cuando sea necesario. \n" "\n" -"Si se necesitan comillas dobles, escápase de ellas con una barra diagonal inversa " -"(\\")" +"Si se necesitan comillas dobles, escápase de ellas con una barra diagonal inversa (\\")" #: ../../godmode/agentes/module_manager_editor_network.php:550 msgid "Windows remote" msgstr "Windows remoto" -#: ../../godmode/agentes/agent_manager.php:330 -#: ../../godmode/agentes/agent_manager.php:965 +#: ../../godmode/agentes/agent_manager.php:330 ../../godmode/agentes/agent_manager.php:965 #: ../../godmode/massive/massive_edit_agents.php:1045 msgid "Agent icon" msgstr "Icono de agente" #: ../../godmode/agentes/agent_manager.php:358 msgid "" -"The agent name is a unique identifier (which is automatically generated in software " -"agents). If you set it manually, make sure it is not duplicated. Although it accepts " -"spaces, we do not recommend you to use them in the agent name, you may use them in " -"the agent alias. The agent name is not displayed in the interface, it is an internal " -"name." +"The agent name is a unique identifier (which is automatically generated in software agents). " +"If you set it manually, make sure it is not duplicated. Although it accepts spaces, we do " +"not recommend you to use them in the agent name, you may use them in the agent alias. The " +"agent name is not displayed in the interface, it is an internal name." msgstr "" -"El nombre del agente es un identificador único (que se genera automáticamente el los " -"agentes software). Si lo configura manualmente, asegúrese de que no está duplicado. " -"Aunque permite introducir espacios, no es recomendable su uso en el nombre del " -"agente, puede utilizarlos en el alias del agente. El nombre del agente no se muestra " -"en la interfaz, es un nombre interno." +"El nombre del agente es un identificador único (que se genera automáticamente el los agentes " +"software). Si lo configura manualmente, asegúrese de que no está duplicado. Aunque permite " +"introducir espacios, no es recomendable su uso en el nombre del agente, puede utilizarlos en " +"el alias del agente. El nombre del agente no se muestra en la interfaz, es un nombre interno." #: ../../godmode/agentes/agent_manager.php:393 msgid "Edit agent name" @@ -38798,11 +37530,11 @@ msgstr "Editar nombre de agente" #: ../../godmode/agentes/agent_manager.php:408 msgid "" -"This will be the text label that will represent the agent on all types of screens " -"and reports. It may be duplicated, contain spaces and non-ASCII characters." +"This will be the text label that will represent the agent on all types of screens and " +"reports. It may be duplicated, contain spaces and non-ASCII characters." msgstr "" -"Esta será la etiqueta de texto que representará el agente en todo tipo de pantallas " -"e informes. Puede estar duplicado, contener espacios y caracteres que no sean ASCII." +"Esta será la etiqueta de texto que representará el agente en todo tipo de pantallas e " +"informes. Puede estar duplicado, contener espacios y caracteres que no sean ASCII." #: ../../godmode/agentes/agent_manager.php:414 msgid "Use alias as name" @@ -38812,8 +37544,7 @@ msgstr "Usar el alias como nombre" msgid "Check unique IP" msgstr "Comprobar IP única" -#: ../../godmode/agentes/agent_manager.php:461 -#: ../../godmode/agentes/agent_manager.php:487 +#: ../../godmode/agentes/agent_manager.php:461 ../../godmode/agentes/agent_manager.php:487 msgid "Delete selected IPs" msgstr "Eliminar direcciones IP seleccionadas" @@ -38823,8 +37554,7 @@ msgstr "Corregir dirección IP" #: ../../godmode/agentes/agent_manager.php:479 msgid "Avoid automatic IP address update when agent IP changes." -msgstr "" -"Evite la actualización automática de la dirección IP cuando cambie la IP del agente." +msgstr "Evite la actualización automática de la dirección IP cuando cambie la IP del agente." #: ../../godmode/agentes/agent_manager.php:483 msgid "IP Address list" @@ -38835,30 +37565,25 @@ msgid "Primary group" msgstr "Grupo primario" #: ../../godmode/agentes/agent_manager.php:491 -msgid "" -"Although an agent can belong to multiple groups, it can only have a parent group." -msgstr "" -"Aunque un agente puede pertenecer a múltiples grupos, solo puede tener un grupo " -"padre." +msgid "Although an agent can belong to multiple groups, it can only have a parent group." +msgstr "Aunque un agente puede pertenecer a múltiples grupos, solo puede tener un grupo padre." #: ../../godmode/agentes/agent_manager.php:558 msgid "" -"Time that elapses when updating data in the agent. Remote modules have their own " -"interval, but this time is used to find out if an agent stopped responding (unknown " -"state). When twice the time interval defined in an agent goes by, it is considered " -"to be in unknown state (or also if all its remote modules are in unknown state). An " -"agent may be in unknown state if all of its local (software agent-based) modules " -"have a last contact time longer than twice the agent interval, even if it has " -"updated remote modules." +"Time that elapses when updating data in the agent. Remote modules have their own interval, " +"but this time is used to find out if an agent stopped responding (unknown state). When twice " +"the time interval defined in an agent goes by, it is considered to be in unknown state (or " +"also if all its remote modules are in unknown state). An agent may be in unknown state if " +"all of its local (software agent-based) modules have a last contact time longer than twice " +"the agent interval, even if it has updated remote modules." msgstr "" -"El tiempo que transcurre al actualizar los datos en el agente. Los módulos remotos " -"tienen su propio intervalo, pero este tiempo se utiliza para averiguar si un agente " -"ya no responde (estado desconocido). Cuando transcurre el doble de tiempo del " -"intervalo definido, se considera que este está en estado desconocido (o también si " -"todos sus modelos remotos se encuentran en estado desconocido). Un agente puede " -"encontrarse en estado desconocido si el último contacto de todos sus módulos locales " -"(basados en agentes software) es mayor del doble del intervalo del agente, incluso " -"si tiene módulos remotos actualizados." +"El tiempo que transcurre al actualizar los datos en el agente. Los módulos remotos tienen su " +"propio intervalo, pero este tiempo se utiliza para averiguar si un agente ya no responde " +"(estado desconocido). Cuando transcurre el doble de tiempo del intervalo definido, se " +"considera que este está en estado desconocido (o también si todos sus modelos remotos se " +"encuentran en estado desconocido). Un agente puede encontrarse en estado desconocido si el " +"último contacto de todos sus módulos locales (basados en agentes software) es mayor del " +"doble del intervalo del agente, incluso si tiene módulos remotos actualizados." #: ../../godmode/agentes/agent_manager.php:607 msgid "OS version" @@ -38871,8 +37596,7 @@ msgstr "Servidor que ejecutará preferentemente las tareas remotas." #: ../../godmode/agentes/agent_manager.php:741 msgid "Remote config disabled, please activate to enable agent basic options" msgstr "" -"Configuración remota deshabilitada, actívela para habilitar las opciones básicas de " -"agente" +"Configuración remota deshabilitada, actívela para habilitar las opciones básicas de agente" #: ../../godmode/agentes/agent_manager.php:746 msgid "Enable security hardening monitoring" @@ -38898,8 +37622,7 @@ msgstr "Este agente no tiene ningún agente Pandora RC instalado, instale uno." msgid "Enable remote control" msgstr "Habilitar control remoto" -#: ../../godmode/agentes/agent_manager.php:816 -#: ../../godmode/agentes/agent_manager.php:817 +#: ../../godmode/agentes/agent_manager.php:816 ../../godmode/agentes/agent_manager.php:817 msgid "Only available for agents 774 or higher" msgstr "Solo disponible para agentes 774 o superiores" @@ -38941,20 +37664,19 @@ msgstr "Definición de módulos" #: ../../godmode/agentes/agent_manager.php:939 msgid "" -"Three working modes can be selected for module definition. Learning mode: Default " -"mode, if an XML arrives with new modules, they will be created automatically; it is " -"a learning behavior. Normal mode: If an XML arrives with new modules, they will only " -"be created if they are previously declared in the Console. Autodisable mode: It is " -"the same as learning mode, but if all modules go into unknown, the agent will be " -"disabled until information arrives again." +"Three working modes can be selected for module definition. Learning mode: Default mode, if " +"an XML arrives with new modules, they will be created automatically; it is a learning " +"behavior. Normal mode: If an XML arrives with new modules, they will only be created if they " +"are previously declared in the Console. Autodisable mode: It is the same as learning mode, " +"but if all modules go into unknown, the agent will be disabled until information arrives " +"again." msgstr "" "Se pueden seleccionar tres modos de trabajo en la definición de módulos. Módulo de " "aprendizaje: Módulo por defecto, si llega un XML con nuevos módulos, se crearán " -"automáticamente; es un comportamiento de aprendizaje. Modo normal: si llega un XML " -"con nuevos módulos, solamente se crearán si se han declarado previamente en la " -"Consola. Modo de autodeshabilitado: Es el mismo que el modo de aprendizaje, pero si " -"todos loa módulos entran en estado desconocido, el agente se deshabitará hasta que " -"se vuelva a recibir información." +"automáticamente; es un comportamiento de aprendizaje. Modo normal: si llega un XML con " +"nuevos módulos, solamente se crearán si se han declarado previamente en la Consola. Modo de " +"autodeshabilitado: Es el mismo que el modo de aprendizaje, pero si todos loa módulos entran " +"en estado desconocido, el agente se deshabitará hasta que se vuelva a recibir información." #: ../../godmode/agentes/agent_manager.php:951 msgid "Cascade protection services" @@ -38963,17 +37685,17 @@ msgstr "Servicios de protección en cascada" #: ../../godmode/agentes/agent_manager.php:951 #: ../../godmode/agentes/module_manager_editor_common.php:1465 msgid "" -"To avoid an avalanche of cascading alerts. You may choose any agent module (any) or " -"a specific module. In the first case, when there is at least one module in critical, " -"that event/alert will be launched, but no other of another module of the same agent. " -"In the second case, when the specified module is in critical, the agent will not " -"generate alerts/events." +"To avoid an avalanche of cascading alerts. You may choose any agent module (any) or a " +"specific module. In the first case, when there is at least one module in critical, that " +"event/alert will be launched, but no other of another module of the same agent. In the " +"second case, when the specified module is in critical, the agent will not generate alerts/" +"events." msgstr "" -"Para evitar una avalancha de alertas en cascada, puede elegir cualquier módulo de " -"agente (cualquiera) o un módulo específico. En el primer caso, cuando haya al menos " -"un módulo en crítico, dicho evento/alerta será lanzado, pero ningún otro de " -"cualquier otro módulo del mismo agente. En El Segundo caso, cuando el módulo " -"especificado se encuentre en crítico, el agente no generará alertas/eventos." +"Para evitar una avalancha de alertas en cascada, puede elegir cualquier módulo de agente " +"(cualquiera) o un módulo específico. En el primer caso, cuando haya al menos un módulo en " +"crítico, dicho evento/alerta será lanzado, pero ningún otro de cualquier otro módulo del " +"mismo agente. En El Segundo caso, cuando el módulo especificado se encuentre en crítico, el " +"agente no generará alertas/eventos." #: ../../godmode/agentes/agent_manager.php:958 msgid "Update new GIS data" @@ -38989,19 +37711,19 @@ msgstr "Modo deshabilitado" #: ../../godmode/agentes/agent_manager.php:1040 msgid "" -"A deactivated agent does not generate activity (or issue events/alerts) or process " -"data or actively generate monitoring. In many listings it does not even appear." +"A deactivated agent does not generate activity (or issue events/alerts) or process data or " +"actively generate monitoring. In many listings it does not even appear." msgstr "" -"Un agente desactivado no genera actividad (o crea eventos/alertas) o procesa datos o " -"genera monitorización activamente. In muchos listados ni siquiera aparece." +"Un agente desactivado no genera actividad (o crea eventos/alertas) o procesa datos o genera " +"monitorización activamente. In muchos listados ni siquiera aparece." #: ../../godmode/agentes/agent_manager.php:1051 msgid "" -"A 'silent' agent continues to process monitoring data, but does not generate events " -"or alerts." +"A 'silent' agent continues to process monitoring data, but does not generate events or " +"alerts." msgstr "" -"Un agente “muteado” continúa procesando datos de monitorización, pero no genera " -"eventos o alertas." +"Un agente “muteado” continúa procesando datos de monitorización, pero no genera eventos o " +"alertas." #: ../../godmode/agentes/agent_manager.php:1117 #: ../../godmode/massive/massive_edit_agents.php:1158 @@ -39010,17 +37732,16 @@ msgstr "Modo seguro de operación" #: ../../godmode/agentes/agent_manager.php:1117 msgid "" -"When the module set in this option goes into critical state, the other modules of " -"the agent are automatically deactivated. This option can be very useful to avoid " -"wasting resources, especially in remote checks. For example, if a Host alive module " -"is chosen, SNMP checks will not be performed on the device when there is no " -"connectivity with it." +"When the module set in this option goes into critical state, the other modules of the agent " +"are automatically deactivated. This option can be very useful to avoid wasting resources, " +"especially in remote checks. For example, if a Host alive module is chosen, SNMP checks will " +"not be performed on the device when there is no connectivity with it." msgstr "" -"Cuando el módulo establecido en esta opción entra en estado crítico, los otros " -"módulos del agente se desactivan automáticamente. Dicha opción puede ser muy útil " -"para evitar el malgasto de recursos, particularmente en comprobaciones remotas. Por " -"ejemplo, si se elige un módulo Host alive, las comprobaciones SNMP no se llevarán a " -"cabo en el dispositivo con el que no esté conectado." +"Cuando el módulo establecido en esta opción entra en estado crítico, los otros módulos del " +"agente se desactivan automáticamente. Dicha opción puede ser muy útil para evitar el " +"malgasto de recursos, particularmente en comprobaciones remotas. Por ejemplo, si se elige un " +"módulo Host alive, las comprobaciones SNMP no se llevarán a cabo en el dispositivo con el " +"que no esté conectado." #: ../../godmode/agentes/agent_manager.php:1129 msgid "Vulnerability scanning" @@ -39038,8 +37759,7 @@ msgstr "Texto del enlace:" msgid "Link URL:" msgstr "URL del enlace:" -#: ../../godmode/agentes/agent_manager.php:1392 -#: ../../godmode/setup/setup_visuals.php:2376 +#: ../../godmode/agentes/agent_manager.php:1392 ../../godmode/setup/setup_visuals.php:2376 msgid "This action is not reversible. Are you sure" msgstr "Esta acción no es reversible. ¿Está seguro?" @@ -39053,16 +37773,15 @@ msgstr "Esta dirección IP está en uso. ¿Está seguro de que desea guardarla?" #: ../../godmode/agentes/agent_manager.php:1578 msgid "Change the internal name of the agent may cause duplicity and malfunction" -msgstr "" -"El cambio del nombre interno del agente podría causar duplicidad y dar errores." +msgstr "El cambio del nombre interno del agente podría causar duplicidad y dar errores." #: ../../godmode/agentes/agent_incidents.php:36 msgid "" -"In order to access ticket management system, integration with ITSM must be enabled " -"and properly configured" +"In order to access ticket management system, integration with ITSM must be enabled and " +"properly configured" msgstr "" -"Para acceder al sistema de gestión de tickets, la integración con ITSM debe estar " -"activada y correctamente configurada" +"Para acceder al sistema de gestión de tickets, la integración con ITSM debe estar activada y " +"correctamente configurada" #: ../../godmode/agentes/configure_field.php:60 msgid "Update agent custom field" @@ -39072,28 +37791,23 @@ msgstr "Actualizar campo personalizado del agente" msgid "Create agent custom field" msgstr "Crear campo personalizado" -#: ../../godmode/agentes/configure_field.php:88 -#: ../../godmode/agentes/configure_field.php:92 -#: ../../godmode/agentes/configure_field.php:96 -#: ../../godmode/agentes/configure_field.php:100 +#: ../../godmode/agentes/configure_field.php:88 ../../godmode/agentes/configure_field.php:92 +#: ../../godmode/agentes/configure_field.php:96 ../../godmode/agentes/configure_field.php:100 msgid "Agent Custom Fields Information" msgstr "Información de los campos de personalización de agentes" #: ../../godmode/agentes/configure_field.php:89 msgid "" -"You cannot set the Password type until you clear the combo values and click on " -"update button." +"You cannot set the Password type until you clear the combo values and click on update button." msgstr "" -"No puede establecer el tipo de contraseña hasta que elimine los valores del combo y " -"pinche en el botón actualizar." +"No puede establecer el tipo de contraseña hasta que elimine los valores del combo y pinche " +"en el botón actualizar." #: ../../godmode/agentes/configure_field.php:93 -msgid "" -"You cannot unset the enable combo until you clear the combo values and click on " -"update." +msgid "You cannot unset the enable combo until you clear the combo values and click on update." msgstr "" -"No puede desactivar el combo habilitado hasta que elimine los valores del combo y " -"pinche en actualizar." +"No puede desactivar el combo habilitado hasta que elimine los valores del combo y pinche en " +"actualizar." #: ../../godmode/agentes/configure_field.php:97 msgid "If you select Enabled combo the Password type will be disabled." @@ -39112,10 +37826,8 @@ msgid "Pass type" msgstr "Tipo de contraseña" #: ../../godmode/agentes/configure_field.php:154 -msgid "" -"The fields with pass type enabled will be displayed like html input type pass in html" -msgstr "" -"Los campos con el tipo de contraseña habilitado se mostrarán con asteriscos en HTML." +msgid "The fields with pass type enabled will be displayed like html input type pass in html" +msgstr "Los campos con el tipo de contraseña habilitado se mostrarán con asteriscos en HTML." #: ../../godmode/agentes/configure_field.php:170 msgid "Enabled combo" @@ -39150,21 +37862,19 @@ msgstr "Reducir / aumentar" #: ../../godmode/agentes/module_manager_editor_common.php:451 msgid "" -"Normal: Any value within the specified range will cause a state change. Inverse " -"interval: Any value outside the specified range will cause a state change. " -"Percentage: This mode takes into account the module variation percentage (regarding " -"its previous value), and will cause a change of state if it complies with the " -"indicated increase or decrease values. A value that matches the Warning and Critical " -"thresholds will trigger the Critical status. In numeric modules, a Max 0 value " -"represents infinity." +"Normal: Any value within the specified range will cause a state change. Inverse interval: " +"Any value outside the specified range will cause a state change. Percentage: This mode takes " +"into account the module variation percentage (regarding its previous value), and will cause " +"a change of state if it complies with the indicated increase or decrease values. A value " +"that matches the Warning and Critical thresholds will trigger the Critical status. In " +"numeric modules, a Max 0 value represents infinity." msgstr "" -"Normal: Cualquier valor dentro del intervalo especificado cambiará el estado. " -"Intervalo inverso: Cualquier valor fuera del intervalo especificado cambiará el " -"estado. Porcentaje: Este modo toma en cuenta el porcentaje de variación del módulo " -"(comparado con su valor previo), y cambiará el estado si cumple con los valores de " -"aumento o reducción indicados. Un valor que coincida con los umbrales de Advertencia " -"y Crítico desencadenará el estado Crítico. En módulos numéricos, el valor Más 0 " -"representa el infinito." +"Normal: Cualquier valor dentro del intervalo especificado cambiará el estado. Intervalo " +"inverso: Cualquier valor fuera del intervalo especificado cambiará el estado. Porcentaje: " +"Este modo toma en cuenta el porcentaje de variación del módulo (comparado con su valor " +"previo), y cambiará el estado si cumple con los valores de aumento o reducción indicados. Un " +"valor que coincida con los umbrales de Advertencia y Crítico desencadenará el estado " +"Crítico. En módulos numéricos, el valor Más 0 representa el infinito." #: ../../godmode/agentes/module_manager_editor_common.php:538 #: ../../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php:438 @@ -39173,41 +37883,39 @@ msgstr "Umbral crítico" #: ../../godmode/agentes/module_manager_editor_common.php:541 msgid "" -"Normal: Any value within the specified range will cause a state change.\\nInverse " -"interval: Any value outside the specified range will cause a state change. " -"Percentage: This mode takes into account the module variation percentage (regarding " -"its previous value), and will cause a change of state if it complies with the " -"indicated increase or decrease values. A value that matches the Warning and Critical " -"thresholds will trigger the Critical status. In numeric modules, a Max 0 value " -"represents infinity." +"Normal: Any value within the specified range will cause a state change.\\nInverse interval: " +"Any value outside the specified range will cause a state change. Percentage: This mode takes " +"into account the module variation percentage (regarding its previous value), and will cause " +"a change of state if it complies with the indicated increase or decrease values. A value " +"that matches the Warning and Critical thresholds will trigger the Critical status. In " +"numeric modules, a Max 0 value represents infinity." msgstr "" -"Normal: Cualquier valor dentro del intervalo especificado cambiará el estado." -"\\nIntervalo inverso: Cualquier valor fuera del intervalo especificado cambiará el " -"estado. Porcentaje: Este modo toma en cuenta el porcentaje de variación del módulo " -"(comparado con su valor previo), y cambiará el estado si cumple con los valores de " -"aumento o reducción indicados. Un valor que coincida con los umbrales de Advertencia " -"y Crítico desencadenará el estado Crítico. En módulos numéricos, el valor Más 0 " -"representa el infinito." +"Normal: Cualquier valor dentro del intervalo especificado cambiará el estado.\\nIntervalo " +"inverso: Cualquier valor fuera del intervalo especificado cambiará el estado. Porcentaje: " +"Este modo toma en cuenta el porcentaje de variación del módulo (comparado con su valor " +"previo), y cambiará el estado si cumple con los valores de aumento o reducción indicados. Un " +"valor que coincida con los umbrales de Advertencia y Crítico desencadenará el estado " +"Crítico. En módulos numéricos, el valor Más 0 representa el infinito." #: ../../godmode/agentes/module_manager_editor_common.php:629 msgid "" -"If disabled, it will only save the last known data, being unable to display graphs. " -"It is useful to save DB space. It should be disabled only in those cases where it is " -"necessary for the system to flow faster and save resources." +"If disabled, it will only save the last known data, being unable to display graphs. It is " +"useful to save DB space. It should be disabled only in those cases where it is necessary for " +"the system to flow faster and save resources." msgstr "" -"Si se encuentra desactivado, solamente guardará el último dato conocido, lo que " -"impedirá que muestre gráficas. Esto es útil para ahorrar espacio en la base de " -"datos. Debería encontrarse deshabitado solo en aquellos casos en los que sea " -"necesario que el sistema funcione con mayor fluidez y ahorre recursos." +"Si se encuentra desactivado, solamente guardará el último dato conocido, lo que impedirá que " +"muestre gráficas. Esto es útil para ahorrar espacio en la base de datos. Debería encontrarse " +"deshabitado solo en aquellos casos en los que sea necesario que el sistema funcione con " +"mayor fluidez y ahorre recursos." #: ../../godmode/agentes/module_manager_editor_common.php:652 #: ../../godmode/massive/massive_edit_modules.php:1548 msgid "" -"This disables the module's state calculation to unknown, so it will never transition " -"to unknown. The state it reflects is the last known status." +"This disables the module's state calculation to unknown, so it will never transition to " +"unknown. The state it reflects is the last known status." msgstr "" -"Esto deshabita el cálculo del estado del módulo en desconocido, por lo que nunca " -"pasará a desconocido. El estado mostrado es el último estado conocido." +"Esto deshabita el cálculo del estado del módulo en desconocido, por lo que nunca pasará a " +"desconocido. El estado mostrado es el último estado conocido." #: ../../godmode/agentes/module_manager_editor_common.php:765 msgid "Identification and Categorization" @@ -39231,13 +37939,13 @@ msgstr "Umbrales y cambios de estado" #: ../../godmode/agentes/module_manager_editor_common.php:1141 msgid "" -"It indicates the minimum and maximum values accepted by the module. Any value " -"outside this range will be discarded. For example, with a Max. value of 100, a data " -"value of 200 will not be saved in a database." +"It indicates the minimum and maximum values accepted by the module. Any value outside this " +"range will be discarded. For example, with a Max. value of 100, a data value of 200 will not " +"be saved in a database." msgstr "" -"Indica los valores mínimos y máximos que acepta el módulo. Cualquier valor fuera de " -"este intervalo será descartado. Por ejemplo, con un valor máximo de 100, un valor de " -"datos de 200 no se guardará en la base de datos." +"Indica los valores mínimos y máximos que acepta el módulo. Cualquier valor fuera de este " +"intervalo será descartado. Por ejemplo, con un valor máximo de 100, un valor de datos de 200 " +"no se guardará en la base de datos." #: ../../godmode/agentes/module_manager_editor_common.php:1159 msgid "Dynamic Threshold Interval" @@ -39245,38 +37953,33 @@ msgstr "Intervalo de rango dinámico" #: ../../godmode/agentes/module_manager_editor_common.php:1159 msgid "" -"If this option is enabled, the module thresholds will be automatically adjusted " -"based on the mean and standard deviation of their values in the specified time " -"interval." +"If this option is enabled, the module thresholds will be automatically adjusted based on the " +"mean and standard deviation of their values in the specified time interval." msgstr "" -"Si esta opción se encuentra activada, los umbrales del módulo se ajustarán " -"automáticamente en basa a la desviación media y estándar de sus valores en el " -"intervalo de tiempo especificado." +"Si esta opción se encuentra activada, los umbrales del módulo se ajustarán automáticamente " +"en basa a la desviación media y estándar de sus valores en el intervalo de tiempo " +"especificado." #: ../../godmode/agentes/module_manager_editor_common.php:1181 #, php-format msgid "" -"It allows to adjust the lower limit of the dynamic threshold, in percentage. For " -"example, if the module average value is 60 and the lower critical state threshold " -"was set to 80, a Dynamic Threshold Max to 10 would set the threshold to 88, " -"10% lower than what was set." +"It allows to adjust the lower limit of the dynamic threshold, in percentage. For example, if " +"the module average value is 60 and the lower critical state threshold was set to 80, a " +"Dynamic Threshold Max to 10 would set the threshold to 88, 10% lower than what was set." msgstr "" -"Permite ajustar el límite inferior del umbral dinámico, en porcentaje. Por ejemplo, " -"si el valor medio del módulo es 60 y el umbral inferior de estado critico es 80, el " -"Max del Umbral Dinámico a 10 ajustaría el umbral a 88, un 10% menos de lo que se " -"había establecido." +"Permite ajustar el límite inferior del umbral dinámico, en porcentaje. Por ejemplo, si el " +"valor medio del módulo es 60 y el umbral inferior de estado critico es 80, el Max del Umbral " +"Dinámico a 10 ajustaría el umbral a 88, un 10% menos de lo que se había establecido." #: ../../godmode/agentes/module_manager_editor_common.php:1182 msgid "" -"It allows to adjust the upper limit of the dynamic threshold, in percentage. For " -"example, if the module average value is 60 and the upper critical state threshold " -"has been set to 80, a Dynamic Threshold Max to 10 would set the threshold to 88, 10% " -"higher than what was set." +"It allows to adjust the upper limit of the dynamic threshold, in percentage. For example, if " +"the module average value is 60 and the upper critical state threshold has been set to 80, a " +"Dynamic Threshold Max to 10 would set the threshold to 88, 10% higher than what was set." msgstr "" -"Permite ajustar el límite superior del umbral dinámico, en porcentaje. Por ejemplo " -"si el valor medio del módulo es 60 y el umbral superior del estado crítico se " -"encuentra en 80, un Máximo de Umbral Dinámico a 10 modificaría el umbral a 88, un " -"10% más del valor establecido." +"Permite ajustar el límite superior del umbral dinámico, en porcentaje. Por ejemplo si el " +"valor medio del módulo es 60 y el umbral superior del estado crítico se encuentra en 80, un " +"Máximo de Umbral Dinámico a 10 modificaría el umbral a 88, un 10% más del valor establecido." #: ../../godmode/agentes/module_manager_editor_common.php:1212 msgid "Two Tailed" @@ -39284,29 +37987,29 @@ msgstr "Dos colas" #: ../../godmode/agentes/module_manager_editor_common.php:1212 msgid "" -"It allows to set a lower threshold in addition to the upper one by default. If " -"enabled, both very high and very low values will cause a state change." +"It allows to set a lower threshold in addition to the upper one by default. If enabled, both " +"very high and very low values will cause a state change." msgstr "" -"Permite establecer un umbral menor además de un umbral superior por defecto. Si se " -"habilita, tanto los valores muy altos como muy bajos provocarán cambios de estado." +"Permite establecer un umbral menor además de un umbral superior por defecto. Si se habilita, " +"tanto los valores muy altos como muy bajos provocarán cambios de estado." #: ../../godmode/agentes/module_manager_editor_common.php:1231 msgid "" -"It indicates the number of consecutive values at a threshold that must be received " -"for the module to change state. For example, with a value 0 (default) the module " -"will change state as soon as it receives a data within the critical threshold, but " -"with a value 2 the module must receive two more critical data (consecutively) to " -"change to critical state. It is possible to set the same 'tolerance' for all status " -"changes or choose a different value for each one. This option is especially useful " -"in unstable environments, as it helps prevent false positives." +"It indicates the number of consecutive values at a threshold that must be received for the " +"module to change state. For example, with a value 0 (default) the module will change state " +"as soon as it receives a data within the critical threshold, but with a value 2 the module " +"must receive two more critical data (consecutively) to change to critical state. It is " +"possible to set the same 'tolerance' for all status changes or choose a different value for " +"each one. This option is especially useful in unstable environments, as it helps prevent " +"false positives." msgstr "" -"Indica el número de valores consecutivos en un umbral de deben recibirse para que el " -"módulo cambie de estado. Por ejemplo, con un valor de 0 (por defecto) el módulo " -"cambiará de estado en cuanto reciba datos dentro del umbral crítico, pero con un " -"valor de 2, el módulo debe recibir dos datos críticos más (consecutivos) para " -"cambiar a estado crítico. Es posible establecer la misma “tolerancia” para todos los " -"cambios de estado o elegir un valor diferente para cada uno. Esta función es " -"particularmente útil en entornos inestables, porque impide recibir falsos positivos." +"Indica el número de valores consecutivos en un umbral de deben recibirse para que el módulo " +"cambie de estado. Por ejemplo, con un valor de 0 (por defecto) el módulo cambiará de estado " +"en cuanto reciba datos dentro del umbral crítico, pero con un valor de 2, el módulo debe " +"recibir dos datos críticos más (consecutivos) para cambiar a estado crítico. Es posible " +"establecer la misma “tolerancia” para todos los cambios de estado o elegir un valor " +"diferente para cada uno. Esta función es particularmente útil en entornos inestables, porque " +"impide recibir falsos positivos." #: ../../godmode/agentes/module_manager_editor_common.php:1368 msgid "Data and their processing" @@ -39315,15 +38018,15 @@ msgstr "Datos y su tratamiento" #: ../../godmode/agentes/module_manager_editor_common.php:1373 msgid "" "It allows you to change the unit of the received data. To do this, multiply the data " -"received by the value set in this option (e.g. Seconds * 0.016666666667 = Minutes). " -"The data is saved already transformed in the database, so changing this parameter " -"when the module has data can cause anomalies in graphs and other elements." +"received by the value set in this option (e.g. Seconds * 0.016666666667 = Minutes). The data " +"is saved already transformed in the database, so changing this parameter when the module has " +"data can cause anomalies in graphs and other elements." msgstr "" -"Permite cambiar la unidad de los datos recibidos. Para llevar esto a cabo, " -"multiplique los datos recibidos por el valor establecido en esta opción (por ejemplo " -"en Segundos *0.016666666667 = Minutos). Los datos se guardan ya transformados en la " -"base de datos, por lo que cambiar este parámetro cuando el módulo contiene datos " -"podría causar anomalías en los gráficos y otros elementos." +"Permite cambiar la unidad de los datos recibidos. Para llevar esto a cabo, multiplique los " +"datos recibidos por el valor establecido en esta opción (por ejemplo en Segundos " +"*0.016666666667 = Minutos). Los datos se guardan ya transformados en la base de datos, por " +"lo que cambiar este parámetro cuando el módulo contiene datos podría causar anomalías en los " +"gráficos y otros elementos." #: ../../godmode/agentes/module_manager_editor_common.php:1415 msgid "Notifications and alerts" @@ -39335,17 +38038,16 @@ msgstr "No necesario" #: ../../godmode/agentes/module_manager_editor_common.php:1447 #: ../../godmode/massive/massive_edit_modules.php:1322 -msgid "" -"With this mode, the unknown state will be detected, but it will not generate events." +msgid "With this mode, the unknown state will be detected, but it will not generate events." msgstr "Con este modo se detectará el estado desconocido, pero no generará eventos." #: ../../godmode/agentes/module_manager_editor_common.php:1456 msgid "" -"A module in silent mode will continue to receive and store data, but will not " -"trigger alerts or generate events." +"A module in silent mode will continue to receive and store data, but will not trigger alerts " +"or generate events." msgstr "" -"Un modulo silenciado seguirá recibiendo y almacenando datos, pero ya no " -"desencadenará alertas o generará eventos." +"Un modulo silenciado seguirá recibiendo y almacenando datos, pero ya no desencadenará " +"alertas o generará eventos." #: ../../godmode/agentes/module_manager_editor_common.php:1465 msgid "Cascade Protection Services" @@ -39385,21 +38087,18 @@ msgstr "Cambios" msgid "There was a problem completing the operation" msgstr "Hubo un problema al completar la operación" -#: ../../godmode/agentes/module_manager.php:286 -#: ../../godmode/agentes/module_manager.php:332 +#: ../../godmode/agentes/module_manager.php:286 ../../godmode/agentes/module_manager.php:332 #: ../../godmode/agentes/module_manager.php:378 #, php-format msgid "There was a problem completing the operation. Applied to 0/%d modules." msgstr "Ha habido un problema al completar la operación. Aplicado a los módulos 0/%d." -#: ../../godmode/agentes/module_manager.php:292 -#: ../../godmode/agentes/module_manager.php:338 +#: ../../godmode/agentes/module_manager.php:292 ../../godmode/agentes/module_manager.php:338 #: ../../godmode/agentes/module_manager.php:384 msgid "Operation finished successfully." msgstr "Operación concluida correctamente." -#: ../../godmode/agentes/module_manager.php:296 -#: ../../godmode/agentes/module_manager.php:342 +#: ../../godmode/agentes/module_manager.php:296 ../../godmode/agentes/module_manager.php:342 #: ../../godmode/agentes/module_manager.php:388 #, php-format msgid "There was a problem completing the operation. Applied to %d/%d modules." @@ -39414,9 +38113,8 @@ msgstr "P" msgid "S" msgstr "S" -#: ../../godmode/agentes/module_manager.php:913 -#: ../../godmode/agentes/module_manager.php:921 ../../include/ajax/module.php:1139 -#: ../../include/ajax/module.php:1147 +#: ../../godmode/agentes/module_manager.php:913 ../../godmode/agentes/module_manager.php:921 +#: ../../include/ajax/module.php:1139 ../../include/ajax/module.php:1147 msgid "Adopted" msgstr "Adoptado" @@ -39424,13 +38122,11 @@ msgstr "Adoptado" msgid "Normalize" msgstr "Normalizar" -#: ../../godmode/agentes/module_manager.php:1082 -#: ../../include/functions_snmp_browser.php:639 +#: ../../godmode/agentes/module_manager.php:1082 ../../include/functions_snmp_browser.php:639 msgid "Create network component" msgstr "Crear componentes de red" -#: ../../godmode/agentes/module_manager.php:1117 -#: ../../godmode/reporting/map_builder.php:491 +#: ../../godmode/agentes/module_manager.php:1117 ../../godmode/reporting/map_builder.php:491 #: ../../godmode/reporting/map_builder.php:508 ../../include/ajax/module.php:655 #: ../../operation/agentes/datos_agente.php:297 msgid "No available data to show" @@ -39455,8 +38151,7 @@ msgstr "Crear módulo" #: ../../godmode/agentes/module_manager.php:1346 msgid "This module has children modules.The following modules will also be deleted: " -msgstr "" -"Este módulo tiene módulos secundarios. También se eliminarán los siguientes módulos: " +msgstr "Este módulo tiene módulos secundarios. También se eliminarán los siguientes módulos: " #: ../../godmode/netflow/nf_item_list.php:27 msgid "Report list" @@ -39523,19 +38218,15 @@ msgstr "Dirección IP origen" msgid "Dst Ip Address" msgstr "Dirección IP destino" -#: ../../godmode/netflow/nf_edit_form.php:226 -#: ../../godmode/netflow/nf_edit_form.php:359 +#: ../../godmode/netflow/nf_edit_form.php:226 ../../godmode/netflow/nf_edit_form.php:359 #: ../../include/lib/Dashboard/Widgets/netflow.php:227 -#: ../../operation/netflow/nf_live_view.php:316 -#: ../../operation/netflow/nf_live_view.php:374 +#: ../../operation/netflow/nf_live_view.php:316 ../../operation/netflow/nf_live_view.php:374 msgid "Src Port" msgstr "Puerto origen" -#: ../../godmode/netflow/nf_edit_form.php:227 -#: ../../godmode/netflow/nf_edit_form.php:347 +#: ../../godmode/netflow/nf_edit_form.php:227 ../../godmode/netflow/nf_edit_form.php:347 #: ../../include/lib/Dashboard/Widgets/netflow.php:228 -#: ../../operation/netflow/nf_live_view.php:317 -#: ../../operation/netflow/nf_live_view.php:366 +#: ../../operation/netflow/nf_live_view.php:317 ../../operation/netflow/nf_live_view.php:366 msgid "Dst Port" msgstr "Puerto destino" @@ -39543,129 +38234,107 @@ msgstr "Puerto destino" msgid "Aggregate by" msgstr "Agregado por" -#: ../../godmode/netflow/nf_edit_form.php:323 -#: ../../operation/netflow/nf_live_view.php:347 +#: ../../godmode/netflow/nf_edit_form.php:323 ../../operation/netflow/nf_live_view.php:347 msgid "Dst Ip" msgstr "Dst IP" -#: ../../godmode/netflow/nf_edit_form.php:331 -#: ../../operation/netflow/nf_live_view.php:347 +#: ../../godmode/netflow/nf_edit_form.php:331 ../../operation/netflow/nf_live_view.php:347 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" +"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:335 -#: ../../operation/netflow/nf_live_view.php:355 +#: ../../godmode/netflow/nf_edit_form.php:335 ../../operation/netflow/nf_live_view.php:355 msgid "Src Ip" msgstr "IP Origen" -#: ../../godmode/netflow/nf_edit_form.php:343 -#: ../../operation/netflow/nf_live_view.php:355 +#: ../../godmode/netflow/nf_edit_form.php:343 ../../operation/netflow/nf_live_view.php:355 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" +"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" +"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:355 -#: ../../operation/netflow/nf_live_view.php:366 +#: ../../godmode/netflow/nf_edit_form.php:355 ../../operation/netflow/nf_live_view.php:366 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:367 -#: ../../operation/netflow/nf_live_view.php:374 -msgid "" -"Source port. A comma separated list of source ports. If we leave the field blank, " +"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 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" +"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:367 ../../operation/netflow/nf_live_view.php:374 +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:372 msgid "Advanced filters" msgstr "Filtros avanzados" -#: ../../godmode/netflow/nf_edit_form.php:380 -#: ../../operation/netflow/nf_live_view.php:421 +#: ../../godmode/netflow/nf_edit_form.php:380 ../../operation/netflow/nf_live_view.php:421 msgid "Enable Netflow monitoring" msgstr "Activar monitorización de Netflow" -#: ../../godmode/netflow/nf_edit_form.php:389 -#: ../../operation/netflow/nf_live_view.php:421 +#: ../../godmode/netflow/nf_edit_form.php:389 ../../operation/netflow/nf_live_view.php:421 msgid "" -"Allows you to create an agent that monitors the traffic volume of this filter. It " -"also creates a module that measures if the traffic of any IP of this filter exceeds " -"a certain threshold. A text type module will be created with the traffic rate for " -"each IP within this filter every five minutes (the 10 IP's with the most traffic). " -"Only available for Enterprise version." +"Allows you to create an agent that monitors the traffic volume of this filter. It also " +"creates a module that measures if the traffic of any IP of this filter exceeds a certain " +"threshold. A text type module will be created with the traffic rate for each IP within this " +"filter every five minutes (the 10 IP's with the most traffic). Only available for Enterprise " +"version." msgstr "" -"Le permite crear un agente que monitor ice el volumen del tráfico de este filtro. " -"También crea un módulo que mide si el tráfico de cualquier IP de este filtro " -"sobrepasa un cierto umbral. Se creará un módulo de tipo texto con la tasa de tráfico " -"de cada IP dentro de este filtro cada cinco minutos (las 10 IPs con más tráfico). " -"Solo disponible en la versión Enterprise." +"Le permite crear un agente que monitor ice el volumen del tráfico de este filtro. También " +"crea un módulo que mide si el tráfico de cualquier IP de este filtro sobrepasa un cierto " +"umbral. Se creará un módulo de tipo texto con la tasa de tráfico de cada IP dentro de este " +"filtro cada cinco minutos (las 10 IPs con más tráfico). Solo disponible en la versión " +"Enterprise." -#: ../../godmode/netflow/nf_edit_form.php:395 -#: ../../operation/netflow/nf_live_view.php:435 +#: ../../godmode/netflow/nf_edit_form.php:395 ../../operation/netflow/nf_live_view.php:435 msgid "Netflow monitoring interval" msgstr "Intérvalo de monitorización de Netflow" -#: ../../godmode/netflow/nf_edit_form.php:403 -#: ../../operation/netflow/nf_live_view.php:435 +#: ../../godmode/netflow/nf_edit_form.php:403 ../../operation/netflow/nf_live_view.php:435 msgid "Netflow monitoring interval in secs." msgstr "Intérvalo de monitorización Netflow en segundos" -#: ../../godmode/netflow/nf_edit_form.php:407 -#: ../../operation/netflow/nf_live_view.php:445 +#: ../../godmode/netflow/nf_edit_form.php:407 ../../operation/netflow/nf_live_view.php:445 msgid "Maximum traffic value of the filter" msgstr "Valor máximo de tráfico del filtro" -#: ../../godmode/netflow/nf_edit_form.php:415 -#: ../../operation/netflow/nf_live_view.php:445 +#: ../../godmode/netflow/nf_edit_form.php:415 ../../operation/netflow/nf_live_view.php:445 #, php-format msgid "" -"Specifies the maximum rate (in bytes/sec) of traffic in the filter. It is then used " -"to calculate the % of maximum traffic per IP." +"Specifies the maximum rate (in bytes/sec) of traffic in the filter. It is then used to " +"calculate the % of maximum traffic per IP." msgstr "" -"Especifica la tasa máxima (en bytes/seg) del tráfico del filtro. Posteriormente se " -"utiliza para calcular el % del tráfico máximo por IP." +"Especifica la tasa máxima (en bytes/seg) del tráfico del filtro. Posteriormente se utiliza " +"para calcular el % del tráfico máximo por IP." -#: ../../godmode/netflow/nf_edit_form.php:421 -#: ../../operation/netflow/nf_live_view.php:459 +#: ../../godmode/netflow/nf_edit_form.php:421 ../../operation/netflow/nf_live_view.php:459 #, php-format msgid "CRITICAL threshold for the maximum % of traffic for an IP." msgstr "Umbral CRÍTICO para el máximo % de tráfico para una IP." -#: ../../godmode/netflow/nf_edit_form.php:431 -#: ../../operation/netflow/nf_live_view.php:459 -msgid "" -"If this % is exceeded by any IP within the filter, a CRITICAL status will be " -"generated." -msgstr "" -"Si cualquier IP dentro del filtro sobrepasa el %, se generará el estado CRÍTICO." +#: ../../godmode/netflow/nf_edit_form.php:431 ../../operation/netflow/nf_live_view.php:459 +msgid "If this % is exceeded by any IP within the filter, a CRITICAL status will be generated." +msgstr "Si cualquier IP dentro del filtro sobrepasa el %, se generará el estado CRÍTICO." #: ../../godmode/netflow/nf_edit_form.php:435 #, php-format msgid "WARNING threshold for the maximum % of traffic for an IP." msgstr "Umbral de ADVERTENCIA para el máximo % de tráfico para una IP." -#: ../../godmode/netflow/nf_edit_form.php:445 -#: ../../operation/netflow/nf_live_view.php:469 -msgid "" -"If this % is exceeded by any IP within the filter, a WARNING status will be " -"generated." +#: ../../godmode/netflow/nf_edit_form.php:445 ../../operation/netflow/nf_live_view.php:469 +msgid "If this % is exceeded by any IP within the filter, a WARNING status will be generated." msgstr "" -"Si cualquier IP dentro del filtro sobrepasa el %, se generará el estado de " -"ADVERTENCIA." +"Si cualquier IP dentro del filtro sobrepasa el %, se generará el estado de ADVERTENCIA." #: ../../godmode/snmpconsole/snmp_trap_generator.php:38 msgid "SNMP Trap generator" @@ -39694,8 +38363,7 @@ msgid "Community" msgstr "Comunidad" #: ../../godmode/snmpconsole/snmp_trap_generator.php:114 -#: ../../godmode/snmpconsole/snmp_alert.php:800 -#: ../../godmode/snmpconsole/snmp_alert.php:1904 +#: ../../godmode/snmpconsole/snmp_alert.php:800 ../../godmode/snmpconsole/snmp_alert.php:1904 #: ../../include/class/SnmpConsole.class.php:279 msgid "Enterprise String" msgstr "Cadena Enterprise" @@ -39708,8 +38376,7 @@ msgstr "Tipo de SNMP" msgid "Generate trap" msgstr "Generar trap" -#: ../../godmode/snmpconsole/snmp_alert.php:97 -#: ../../operation/agentes/alerts_status.php:494 +#: ../../godmode/snmpconsole/snmp_alert.php:97 ../../operation/agentes/alerts_status.php:494 msgid "Create alert" msgstr "Crear alerta" @@ -39717,8 +38384,7 @@ msgstr "Crear alerta" msgid "Alert overview" msgstr "Vista general de alertas" -#: ../../godmode/snmpconsole/snmp_alert.php:118 -#: ../../godmode/snmpconsole/snmp_filters.php:46 +#: ../../godmode/snmpconsole/snmp_alert.php:118 ../../godmode/snmpconsole/snmp_filters.php:46 #: ../../include/class/SnmpConsole.class.php:208 msgid "SNMP Console" msgstr "Consola SNMP" @@ -39731,8 +38397,7 @@ msgstr "Hubo un problema al crear la alerta" msgid "There was a problem updating the alert" msgstr "Hubo un problema al actualizar la alerta" -#: ../../godmode/snmpconsole/snmp_alert.php:637 -#: ../../godmode/snmpconsole/snmp_alert.php:656 +#: ../../godmode/snmpconsole/snmp_alert.php:637 ../../godmode/snmpconsole/snmp_alert.php:656 msgid "There was a problem duplicating the alert" msgstr "Hubo un problema al duplicar la alerta" @@ -39747,39 +38412,29 @@ msgstr "Error al borrar la alerta" #: ../../godmode/snmpconsole/snmp_alert.php:800 msgid "Matches substrings. End the string with $ for exact matches." msgstr "" -"Coincide con las subcadenas. Escriba $ al final de la cadena para encontrar " -"coincidencias exactas." +"Coincide con las subcadenas. Escriba $ al final de la cadena para encontrar coincidencias " +"exactas." -#: ../../godmode/snmpconsole/snmp_alert.php:907 -#: ../../godmode/snmpconsole/snmp_alert.php:935 -#: ../../godmode/snmpconsole/snmp_alert.php:967 -#: ../../godmode/snmpconsole/snmp_alert.php:995 -#: ../../godmode/snmpconsole/snmp_alert.php:1027 -#: ../../godmode/snmpconsole/snmp_alert.php:1055 -#: ../../godmode/snmpconsole/snmp_alert.php:1087 -#: ../../godmode/snmpconsole/snmp_alert.php:1115 -#: ../../godmode/snmpconsole/snmp_alert.php:1147 -#: ../../godmode/snmpconsole/snmp_alert.php:1175 -#: ../../godmode/snmpconsole/snmp_alert.php:1207 -#: ../../godmode/snmpconsole/snmp_alert.php:1235 -#: ../../godmode/snmpconsole/snmp_alert.php:1267 -#: ../../godmode/snmpconsole/snmp_alert.php:1295 -#: ../../godmode/snmpconsole/snmp_alert.php:1327 -#: ../../godmode/snmpconsole/snmp_alert.php:1355 -#: ../../godmode/snmpconsole/snmp_alert.php:1387 -#: ../../godmode/snmpconsole/snmp_alert.php:1415 -#: ../../godmode/snmpconsole/snmp_alert.php:1447 -#: ../../godmode/snmpconsole/snmp_alert.php:1475 +#: ../../godmode/snmpconsole/snmp_alert.php:907 ../../godmode/snmpconsole/snmp_alert.php:935 +#: ../../godmode/snmpconsole/snmp_alert.php:967 ../../godmode/snmpconsole/snmp_alert.php:995 +#: ../../godmode/snmpconsole/snmp_alert.php:1027 ../../godmode/snmpconsole/snmp_alert.php:1055 +#: ../../godmode/snmpconsole/snmp_alert.php:1087 ../../godmode/snmpconsole/snmp_alert.php:1115 +#: ../../godmode/snmpconsole/snmp_alert.php:1147 ../../godmode/snmpconsole/snmp_alert.php:1175 +#: ../../godmode/snmpconsole/snmp_alert.php:1207 ../../godmode/snmpconsole/snmp_alert.php:1235 +#: ../../godmode/snmpconsole/snmp_alert.php:1267 ../../godmode/snmpconsole/snmp_alert.php:1295 +#: ../../godmode/snmpconsole/snmp_alert.php:1327 ../../godmode/snmpconsole/snmp_alert.php:1355 +#: ../../godmode/snmpconsole/snmp_alert.php:1387 ../../godmode/snmpconsole/snmp_alert.php:1415 +#: ../../godmode/snmpconsole/snmp_alert.php:1447 ../../godmode/snmpconsole/snmp_alert.php:1475 msgid "Variable bindings/Data" msgstr "Enlaces variables/Datos" #: ../../godmode/snmpconsole/snmp_alert.php:1747 msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), Single " -"value, each Variable bindings/Datas." +"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), Valor individual, cada Enlace Variable/Datos." +"Búsqueda por estos campos de descripción: OID, Valor personalizado, Agente SNMP (IP), Valor " +"individual, cada Enlace Variable/Datos." #: ../../godmode/snmpconsole/snmp_alert.php:1815 msgid "Alert SNMP control filter" @@ -39795,8 +38450,7 @@ msgstr "Valor personalizado/Cadena Enterprise" #: ../../godmode/snmpconsole/snmp_alert.php:1912 #: ../../include/functions_reporting_html.php:6589 -#: ../../include/functions_reporting_html.php:6711 -#: ../../include/functions_treeview.php:486 +#: ../../include/functions_reporting_html.php:6711 ../../include/functions_treeview.php:486 msgid "Times fired" msgstr "Nº de veces disparada" @@ -39857,11 +38511,11 @@ msgstr "Haz clic para añadir filtro nuevo" #: ../../godmode/snmpconsole/snmp_filters.php:234 #: ../../godmode/snmpconsole/snmp_filters.php:244 msgid "" -"This field contains a substring, could be part of a IP address, a numeric OID, or a " -"plain substring" +"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." +"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_filters.php:236 msgid "Click to remove the filter" @@ -40139,8 +38793,8 @@ msgstr "Cancelar ventana de configuración" msgid "Are you sure you want to cancel this tutorial?" msgstr "¿Está seguro de que desea borrar este tutorial?" -#: ../../godmode/gis_maps/configure_gis_map.php:86 -#: ../../operation/gis_maps/gis_map.php:30 ../../operation/gis_maps/render_view.php:131 +#: ../../godmode/gis_maps/configure_gis_map.php:86 ../../operation/gis_maps/gis_map.php:30 +#: ../../operation/gis_maps/render_view.php:131 msgid "GIS Maps list" msgstr "Lista de mapas GIS" @@ -40221,8 +38875,7 @@ msgstr "Longitud por defecto" msgid "Default Altitude" msgstr "Altitud por defecto" -#: ../../godmode/gis_maps/configure_gis_map.php:565 -#: ../../godmode/setup/gis_step_2.php:416 +#: ../../godmode/gis_maps/configure_gis_map.php:565 ../../godmode/setup/gis_step_2.php:416 msgid "Layers" msgstr "Capas" @@ -40319,8 +38972,7 @@ msgstr "A los agentes" msgid "No operation selected" msgstr "No se seleccionó ninguna operación" -#: ../../godmode/massive/massive_copy_modules.php:603 -#: ../../include/functions_agents.php:903 +#: ../../godmode/massive/massive_copy_modules.php:603 ../../include/functions_agents.php:903 msgid "No destiny agent(s) to copy" msgstr "No hay agentes destino a los que copiar" @@ -40407,17 +39059,16 @@ msgstr "Alertas externas de políticas" #: ../../godmode/massive/massive_operations.php:468 #, php-format msgid "" -"No changes have been made because they exceed the maximum allowed (%d). Make fewer " -"changes or contact the administrator." +"No changes have been made because they exceed the maximum allowed (%d). Make fewer changes " +"or contact the administrator." msgstr "" -"No se han hecho cambios porque exceden el máximo permitido (%d). Haga menos cambios " -"o póngase en contacto con el administrador." +"No se han hecho cambios porque exceden el máximo permitido (%d). Haga menos cambios o " +"póngase en contacto con el administrador." #: ../../godmode/massive/massive_operations.php:497 #, php-format msgid "This node is configured with centralized mode. To delete agents go to %s" -msgstr "" -"Este nodo está configurado en modo centralizado. Para eliminar un agente, vaya a %s" +msgstr "Este nodo está configurado en modo centralizado. Para eliminar un agente, vaya a %s" #: ../../godmode/massive/massive_operations.php:506 msgid "The blank fields will not be updated" @@ -40455,10 +39106,8 @@ msgstr "Agentes con plantillas" #: ../../godmode/massive/massive_delete_action_alerts.php:241 #: ../../godmode/massive/massive_add_action_alerts.php:219 -#: ../../godmode/alerts/alert_templates.php:143 -#: ../../godmode/alerts/alert_templates.php:193 -#: ../../godmode/alerts/alert_templates.php:216 -#: ../../godmode/alerts/alert_templates.php:237 +#: ../../godmode/alerts/alert_templates.php:143 ../../godmode/alerts/alert_templates.php:193 +#: ../../godmode/alerts/alert_templates.php:216 ../../godmode/alerts/alert_templates.php:237 msgid "Alert templates" msgstr "Plantillas de alertas" @@ -40479,8 +39128,7 @@ msgstr "No se seleccionó ningún módulo" #: ../../godmode/massive/massive_edit_agents.php:218 #: ../../godmode/massive/massive_delete_alerts.php:113 #: ../../godmode/massive/massive_add_action_alerts.php:75 -#: ../../include/functions_visual_map.php:2572 -#: ../../include/functions_visual_map.php:2932 +#: ../../include/functions_visual_map.php:2572 ../../include/functions_visual_map.php:2932 msgid "No agents selected" msgstr "No se seleccionó ningún agente" @@ -40551,11 +39199,11 @@ msgstr "Primero seleccione un agente" #: ../../godmode/massive/massive_add_profiles.php:52 #, php-format msgid "" -"This node is configured with centralized mode. All profiles user information is read " -"only. Go to %s to manage it." +"This node is configured with centralized mode. All profiles user information is read only. " +"Go to %s to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/massive/massive_edit_users.php:153 #, php-format @@ -40574,30 +39222,25 @@ msgstr "Los usuarios no se pueden actualizar (%s)" msgid "Users" msgstr "Usuarios" -#: ../../godmode/massive/massive_edit_users.php:270 -#: ../../operation/users/user_edit.php:463 +#: ../../godmode/massive/massive_edit_users.php:270 ../../operation/users/user_edit.php:463 msgid "" -"User can customize the home page. By default, will display 'Agent Detail'. Example: " -"Select 'Other' and type index.php?sec=estado&sec2=operation/agentes/" -"ver_agente&id_agente=1 to show agent detail view" +"User can customize the home page. By default, will display 'Agent Detail'. Example: Select " +"'Other' and type index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 to show " +"agent detail view" msgstr "" -"El usuario puede personalizar la página de inicio. Mostrará \"Detalle de agente\" " -"por defecto. Ejemplo: seleccionar \"otro\" y escribir index.php?" -"sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 para mostrar la vista de " -"detalle de agente" +"El usuario puede personalizar la página de inicio. Mostrará \"Detalle de agente\" por " +"defecto. Ejemplo: seleccionar \"otro\" y escribir index.php?sec=estado&sec2=operation/" +"agentes/ver_agente&id_agente=1 para mostrar la vista de detalle de agente" -#: ../../godmode/massive/massive_edit_users.php:377 -#: ../../operation/users/user_edit.php:643 +#: ../../godmode/massive/massive_edit_users.php:377 ../../operation/users/user_edit.php:643 msgid "This will activate autorefresh in selected pages" msgstr "Esto activará la actualización automática en las páginas seleccionadas." -#: ../../godmode/massive/massive_edit_users.php:441 -#: ../../operation/users/user_edit.php:702 +#: ../../godmode/massive/massive_edit_users.php:441 ../../operation/users/user_edit.php:702 msgid "List of pages with autorefresh" msgstr "Lista de páginas con actualización automática" -#: ../../godmode/massive/massive_edit_users.php:450 -#: ../../operation/users/user_edit.php:711 +#: ../../godmode/massive/massive_edit_users.php:450 ../../operation/users/user_edit.php:711 msgid "Time autorefresh" msgstr "Tiempo de actualización automática" @@ -40623,11 +39266,11 @@ msgstr "No se seleccionó ninguna alerta" #: ../../godmode/massive/massive_delete_agents.php:126 #, php-format msgid "" -"There was an error deleting the agent, the operation has been cancelled Could not " -"delete agent %s" +"There was an error deleting the agent, the operation has been cancelled Could not delete " +"agent %s" msgstr "" -"Se produjo un error al eliminar el agente. La operación ha sido cancelada. No se " -"pudo eliminar el agente %s." +"Se produjo un error al eliminar el agente. La operación ha sido cancelada. No se pudo " +"eliminar el agente %s." #: ../../godmode/massive/massive_delete_agents.php:136 #, php-format @@ -40759,11 +39402,10 @@ msgstr "Protección en cascada" #: ../../godmode/massive/massive_edit_agents.php:971 msgid "" -"If the remote configuration is enabled, it will also go into standby mode when " -"disabling it." +"If the remote configuration is enabled, it will also go into standby mode when disabling it." msgstr "" -"Si la configuración remota está habilitada, también entrará en modo de espera cuando " -"se deshabilite." +"Si la configuración remota está habilitada, también entrará en modo de espera cuando se " +"deshabilite." #: ../../godmode/massive/massive_edit_agents.php:984 #: ../../include/class/EventSound.class.php:344 ../../include/lib/Cluster.php:289 @@ -40795,11 +39437,11 @@ msgstr "El agente seguirá ejecutándose, pero las alertas y eventos se detendr #: ../../godmode/massive/massive_edit_agents.php:1160 #, php-format msgid "" -"This mode allow %s to disable all modules of this agent while the selected module is " -"on CRITICAL status" +"This mode allow %s to disable all modules of this agent while the selected module is on " +"CRITICAL status" msgstr "" -"Este modo permite que %s deshabilite todos los módulos de este agente mientras el " -"módulo seleccionado esté en estado CRÍTICO" +"Este modo permite que %s deshabilite todos los módulos de este agente mientras el módulo " +"seleccionado esté en estado CRÍTICO" #: ../../godmode/massive/massive_delete_profiles.php:152 msgid "Profiles deleted successfully" @@ -40847,8 +39489,7 @@ msgstr "Error al actualizar los módulos desde un grupo de agentes" #: ../../godmode/massive/massive_edit_modules.php:192 msgid "Error updating the modules (maybe there was no field to update)" -msgstr "" -"Error al actualizar los módulos (puede que no hubiera ningún campo para actualizar)" +msgstr "Error al actualizar los módulos (puede que no hubiera ningún campo para actualizar)" #: ../../godmode/massive/massive_edit_modules.php:556 #: ../../godmode/reporting/visual_console_builder.wizard.php:447 @@ -40866,11 +39507,11 @@ msgstr "Cambiar al estado crítico después." #: ../../godmode/consoles/consoles.php:67 msgid "" -"If you want to have your consoles registered, you must define them by editing config." -"php in each individual console and wait for cron to run in order to be registered." +"If you want to have your consoles registered, you must define them by editing config.php in " +"each individual console and wait for cron to run in order to be registered." msgstr "" -"Si desea tener sus consolas registradas, debe definirlas editando config.php en cada " -"consola individual y esperar a que cron se ejecute para registrarse." +"Si desea tener sus consolas registradas, debe definirlas editando config.php en cada consola " +"individual y esperar a que cron se ejecute para registrarse." #: ../../godmode/resources/resources_export_import.php:82 msgid "Import resources to" @@ -40917,11 +39558,11 @@ msgstr "Configurar comando de alerta" #: ../../godmode/alerts/alert_commands.php:989 #, php-format msgid "" -"This node is configured with centralized mode. All alert commands information is " -"read only. Go to %s to manage it." +"This node is configured with centralized mode. All alert commands information is read only. " +"Go to %s to manage it." msgstr "" -"Este nodo se configura en modo centralizado. Toda la información de plantillas de " -"alertas es solo de lectura. Vaya a %s para gestionarlo." +"Este nodo se configura en modo centralizado. Toda la información de plantillas de alertas es " +"solo de lectura. Vaya a %s para gestionarlo." #: ../../godmode/alerts/configure_alert_command.php:304 #, php-format @@ -40945,24 +39586,23 @@ msgstr "Ocultar" #: ../../godmode/alerts/configure_alert_action.php:140 #, php-format msgid "" -"This node is configured with centralized mode. All alert actions information is read " -"only. Go to %s to manage it." +"This node is configured with centralized mode. All alert actions information is read only. " +"Go to %s to manage it." msgstr "" -"Este nodo se configura en modo centralizado. Toda la información de plantillas de " -"alertas es solo de lectura. Vaya a %s para gestionarlo." +"Este nodo se configura en modo centralizado. Toda la información de plantillas de alertas es " +"solo de lectura. Vaya a %s para gestionarlo." #: ../../godmode/alerts/alert_actions.php:427 msgid "You cannot edit this action, You don't have the permission to edit All group." -msgstr "" -"No puede editar esta acción, no tiene permisos para editar el grupo All (todos)." +msgstr "No puede editar esta acción, no tiene permisos para editar el grupo All (todos)." #: ../../godmode/alerts/alert_actions.php:438 msgid "" -"The action and the command associated with it do not have the same group. Please " -"contact an administrator to fix it." +"The action and the command associated with it do not have the same group. Please contact an " +"administrator to fix it." msgstr "" -"La acción y el comando asociado no pertenecen al mismo grupo. Póngase en contacto " -"con el administrador para solucionarlo." +"La acción y el comando asociado no pertenecen al mismo grupo. Póngase en contacto con el " +"administrador para solucionarlo." #: ../../godmode/alerts/alert_actions.php:507 msgid "No alert actions configured" @@ -40989,11 +39629,11 @@ msgstr "Filtro de control de alertas" #: ../../godmode/alerts/alert_list.list.php:762 ../../include/functions_ui.php:1513 msgid "" -"The default actions will be executed every time that the alert is fired and no other " -"action is executed" +"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." +"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:1086 msgid "View alert advanced details" @@ -41006,24 +39646,21 @@ msgstr "No hay alertas definidas" #: ../../godmode/alerts/alert_commands.php:173 msgid "" -"For sending emails, text must be HTML format, if you want to use plain text, type it " -"between the following labels:
"
+"For sending emails, text must be HTML format, if you want to use plain text, type it between "
+"the following labels: 
"
 msgstr ""
 "Para envíar emails, el texto debe estar en formato HTML, si quiere usar texto plano, "
 "escríbelo entre las etiquetas: 
"
 
-#: ../../godmode/alerts/alert_commands.php:249
-#: ../../godmode/alerts/alert_commands.php:280
+#: ../../godmode/alerts/alert_commands.php:249 ../../godmode/alerts/alert_commands.php:280
 msgid "Text/plain"
 msgstr "Texto/plano"
 
-#: ../../godmode/alerts/alert_commands.php:251
-#: ../../godmode/alerts/alert_commands.php:282
+#: ../../godmode/alerts/alert_commands.php:251 ../../godmode/alerts/alert_commands.php:282
 msgid "For sending emails only text plain"
 msgstr "Para mandar emails solo en texto plano"
 
-#: ../../godmode/alerts/alert_commands.php:265
-#: ../../godmode/alerts/alert_commands.php:296
+#: ../../godmode/alerts/alert_commands.php:265 ../../godmode/alerts/alert_commands.php:296
 msgid "Text/html"
 msgstr "Texto/HTML"
 
@@ -41033,11 +39670,10 @@ msgstr "Alerta de permisos"
 
 #: ../../godmode/alerts/alert_commands.php:820
 msgid ""
-"Command management is limited to administrator users or user profiles with "
-"permissions PM"
+"Command management is limited to administrator users or user profiles with permissions PM"
 msgstr ""
-"La gestión de comandos está limitado a los usuarios de administrador o los perfiles "
-"de usuario con permisos PM"
+"La gestión de comandos está limitado a los usuarios de administrador o los perfiles de "
+"usuario con permisos PM"
 
 #: ../../godmode/alerts/alert_commands.php:844
 msgid "Alert commands"
@@ -41062,18 +39698,17 @@ msgstr "Comandos de alertas no configurados"
 #: ../../godmode/alerts/alert_templates.php:278
 #, php-format
 msgid ""
-"This node is configured with centralized mode. All alert templates information is "
-"read only. Go to %s to manage it."
+"This node is configured with centralized mode. All alert templates information is read only. "
+"Go to %s to manage it."
 msgstr ""
-"Este nodo se configura en modo centralizado. Toda la información de plantillas de "
-"alertas es solo de lectura. Vaya a %s para gestionarlo."
+"Este nodo se configura en modo centralizado. Toda la información de plantillas de alertas es "
+"solo de lectura. Vaya a %s para gestionarlo."
 
 #: ../../godmode/alerts/alert_templates.php:444
-msgid ""
-"You cannot edit this alert template, You don't have the permission to edit All group."
+msgid "You cannot edit this alert template, You don't have the permission to edit All group."
 msgstr ""
-"No puede edit esta plantilla de alerta. No tiene los permisos para editar el grupo "
-"All (todos)."
+"No puede edit esta plantilla de alerta. No tiene los permisos para editar el grupo All "
+"(todos)."
 
 #: ../../godmode/alerts/alert_templates.php:516
 msgid "No alert templates defined"
@@ -41094,19 +39729,18 @@ msgstr "Crear comando"
 
 #: ../../godmode/alerts/configure_alert_action.php:311
 msgid ""
-"An alert action is executed only once within this time interval, regardless of how "
-"many times the alert is triggered."
+"An alert action is executed only once within this time interval, regardless of how many "
+"times the alert is triggered."
 msgstr ""
-"La acción de alerta solo se ejecuta una vez dentro de este intervalo de tiempo, sin "
-"importar cuántas veces se active la alerta."
+"La acción de alerta solo se ejecuta una vez dentro de este intervalo de tiempo, sin importar "
+"cuántas veces se active la alerta."
 
 #: ../../godmode/alerts/configure_alert_action.php:344
 msgid "Triggering"
 msgstr "Activación"
 
-#: ../../godmode/alerts/configure_alert_action.php:354
-#: ../../godmode/alerts/alert_view.php:543 ../../godmode/alerts/alert_view.php:670
-#: ../../godmode/servers/plugin.php:567
+#: ../../godmode/alerts/configure_alert_action.php:354 ../../godmode/alerts/alert_view.php:543
+#: ../../godmode/alerts/alert_view.php:670 ../../godmode/servers/plugin.php:567
 msgid "Command preview"
 msgstr "Vista previa del comando"
 
@@ -41116,16 +39750,15 @@ msgstr "Crear unidad de trabajo en recuperación"
 
 #: ../../godmode/alerts/configure_alert_action.php:388
 msgid ""
-"If closed status is set on recovery, a workunit will be added to the ticket in "
-"Pandora ITSM rather that closing the ticket."
+"If closed status is set on recovery, a workunit will be added to the ticket in Pandora ITSM "
+"rather that closing the ticket."
 msgstr ""
-"Si el estado cerrado está en recuperación, se añadirá una unidad de trabajo al "
-"ticket en Pandora ITSM en vez de cerrar el ticket."
+"Si el estado cerrado está en recuperación, se añadirá una unidad de trabajo al ticket en "
+"Pandora ITSM en vez de cerrar el ticket."
 
 #: ../../godmode/alerts/configure_alert_template.php:104
 #: ../../godmode/alerts/configure_alert_template.php:135
-#: ../../godmode/alerts/configure_alert_template.php:174
-#: ../../include/functions_menu.php:598
+#: ../../godmode/alerts/configure_alert_template.php:174 ../../include/functions_menu.php:598
 msgid "Configure alert template"
 msgstr "Configurar plantilla de alerta"
 
@@ -41152,11 +39785,11 @@ msgstr "Ya existe una plantilla con el mismo nombre"
 #: ../../godmode/alerts/configure_alert_template.php:455
 #, php-format
 msgid ""
-"This node is configured with centralized mode. All alerts templates information is "
-"read only. Go to Go to %s to manage it."
+"This node is configured with centralized mode. All alerts templates information is read "
+"only. Go to Go to %s to manage it."
 msgstr ""
-"Este nodo se configura en modo centralizado. Toda la información de plantillas de "
-"alertas es solo de lectura. Vaya a %s para gestionarlo."
+"Este nodo se configura en modo centralizado. Toda la información de plantillas de alertas es "
+"solo de lectura. Vaya a %s para gestionarlo."
 
 #: ../../godmode/alerts/configure_alert_template.php:575
 msgid "No template name specified"
@@ -41164,19 +39797,18 @@ msgstr "Ningún nombre de plantilla especificado"
 
 #: ../../godmode/alerts/configure_alert_template.php:721
 msgid ""
-"Reset the alert counter within the configured period if there is no manual recovery "
-"or validation of the alert."
+"Reset the alert counter within the configured period if there is no manual recovery or "
+"validation of the alert."
 msgstr ""
-"Resetear el contador de alerta dentro del periodo configurado si la alerta no se "
-"recupera o valida manualmente."
+"Resetear el contador de alerta dentro del periodo configurado si la alerta no se recupera o "
+"valida manualmente."
 
 #: ../../godmode/alerts/configure_alert_template.php:752
 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."
+"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:797
 msgid "Reset counter for non-sustained alerts"
@@ -41184,11 +39816,11 @@ msgstr "Reiniciar el contador para las alertas no sostenidas"
 
 #: ../../godmode/alerts/configure_alert_template.php:798
 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"
+"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 "
-"dispare de forma consecutiva, incluso si está dentro del umbral."
+"Activa esta opción si quieres que el contador se reinicie cuando la alerta no se dispare de "
+"forma consecutiva, incluso si está dentro del umbral."
 
 #: ../../godmode/alerts/configure_alert_template.php:848
 msgid "Condition type"
@@ -41229,8 +39861,7 @@ msgstr "No hay asistente"
 #: ../../godmode/alerts/configure_alert_template.php:1354
 #: ../../godmode/alerts/alert_view.php:172 ../../include/functions_ui.php:1848
 msgid "The alert would fire when the value matches "
-msgstr ""
-"La alerta se disparará cuando el valor coincida con ."
+msgstr "La alerta se disparará cuando el valor coincida con ."
 
 #: ../../godmode/alerts/configure_alert_template.php:1355
 #, php-format
@@ -41250,31 +39881,29 @@ msgstr "La alerta se disparará cuando el valor no sea  and "
+"The alert would fire when the value is between  and "
 msgstr ""
-"La alerta se disparará cuando el valor esté entre  y ."
+"La alerta se disparará cuando el valor esté entre  y ."
 
 #: ../../godmode/alerts/configure_alert_template.php:1359
 msgid ""
-"The alert would fire when the value is not between  and "
+"The alert would fire when the value is not between  and "
 msgstr ""
-"La alerta se dispararía cuando el valor no esté entre  y "
+"La alerta se dispararía cuando el valor no esté entre  y "
 
 #: ../../godmode/alerts/configure_alert_template.php:1360
 #: ../../godmode/alerts/alert_view.php:206
 msgid "The alert would fire when the value is below "
-msgstr ""
-"La alerta se disparará cuando el valor sea inferior a  ."
+msgstr "La alerta se disparará cuando el valor sea inferior a  ."
 
 #: ../../godmode/alerts/configure_alert_template.php:1361
 #: ../../godmode/alerts/alert_view.php:211
 msgid "The alert would fire when the value is above "
-msgstr ""
-"La alerta se disparará cuando el valor sea superior a ."
+msgstr "La alerta se disparará cuando el valor sea superior a ."
 
 #: ../../godmode/alerts/configure_alert_template.php:1362
 #: ../../godmode/alerts/alert_view.php:224 ../../include/functions_ui.php:1879
@@ -41303,8 +39932,7 @@ msgstr "La alerta se disparará cuando el módulo esté en estado desconocido."
 
 #: ../../godmode/alerts/configure_alert_template.php:1367
 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."
+msgstr "La plantilla de alerta no puede tener el mismo valor para los umbrales max y min."
 
 #: ../../godmode/alerts/configure_alert_template.php:1368
 #: ../../godmode/alerts/alert_view.php:232
@@ -41313,8 +39941,8 @@ msgstr "La alerta se disparará cuando el módulo no esté en estado normal"
 
 #: ../../godmode/alerts/configure_alert_template.php:1369
 msgid ""
-"Alert would fire when the  within    "
+"Alert would fire when the  within    "
 msgstr ""
 "La alerta se disparará cuando el  en    "
@@ -41337,8 +39965,8 @@ msgstr "Última [ventana]"
 
 #: ../../godmode/alerts/configure_alert_template.php:1645
 msgid ""
-"The alert would fire when the module is in unknown status. Warning: unknown_updates "
-"of pandora_server.conf must be equal to 1"
+"The alert would fire when the module is in unknown status. Warning: unknown_updates of "
+"pandora_server.conf must be equal to 1"
 msgstr ""
 "La alerta se disparará cuando el módulo esté en estado desconocido. Advertencia: "
 "unknown_updates de pandora_server.conf debe ser igual a 1"
@@ -41361,16 +39989,15 @@ msgstr "En espera"
 
 #: ../../godmode/alerts/alert_view.php:174 ../../include/functions_ui.php:1851
 msgid "The alert would fire when the value doesn't match "
-msgstr ""
-"La alerta se disparará cuando el valor no coincida con ."
+msgstr "La alerta se disparará cuando el valor no coincida con ."
 
 #: ../../godmode/alerts/alert_view.php:197 ../../include/functions_ui.php:1863
 msgid ""
-"The alert would fire when the value is not between  and "
-""
+"The alert would fire when the value is not between  and "
 msgstr ""
-"La alerta se disparará cuando el valor no esté entre  y "
-"."
+"La alerta se disparará cuando el valor no esté entre  y ."
 
 #: ../../godmode/alerts/alert_view.php:287
 msgid "Firing conditions"
@@ -41385,11 +40012,10 @@ msgid "No action defined."
 msgstr "No hay acciones definidas."
 
 #: ../../godmode/alerts/alert_view.php:401
-msgid ""
-"Select the desired action and mode to see the Firing/Recovery fields for this action"
+msgid "Select the desired action and mode to see the Firing/Recovery fields for this action"
 msgstr ""
-"Selecciona la acción deseada y el modo para ver los campos de Disparado/Recuperación "
-"para dicha acción."
+"Selecciona la acción deseada y el modo para ver los campos de Disparado/Recuperación para "
+"dicha acción."
 
 #: ../../godmode/alerts/alert_view.php:462
 msgid "Template fields"
@@ -41408,10 +40034,8 @@ msgid "Recovering fields"
 msgstr "Campos de recuperación"
 
 #: ../../godmode/alerts/alert_view.php:576
-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"
+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:590
 msgid "Template recovery fields"
@@ -41526,11 +40150,11 @@ msgstr "Clave de cifrado de licencia"
 
 #: ../../godmode/setup/license.php:293
 msgid ""
-"This key is used to encrypt your Pandora FMS license when it is shared with other "
-"Pandora FMS components"
+"This key is used to encrypt your Pandora FMS license when it is shared with other Pandora "
+"FMS components"
 msgstr ""
-"Esta clave se utiliza para cifrar la licencia de Pandora FMS cuando se comparte con "
-"otros componentes de Pandora FMS"
+"Esta clave se utiliza para cifrar la licencia de Pandora FMS cuando se comparte con otros "
+"componentes de Pandora FMS"
 
 #: ../../godmode/setup/license.php:321 ../../godmode/setup/license.php:361
 msgid "Request new license"
@@ -41552,8 +40176,7 @@ msgstr "Ir a %s"
 
 #: ../../godmode/setup/license.php:371
 msgid "Enter the auth key and the following request key:"
-msgstr ""
-"Introduce la clave de autentificación y la siguiente clave de petición:"
+msgstr "Introduce la clave de autentificación y la siguiente clave de petición:"
 
 #: ../../godmode/setup/license.php:377
 msgid "Enter your name (or a company name) and a contact email address."
@@ -41565,11 +40188,11 @@ msgstr "Haz clic en Generar"
 
 #: ../../godmode/setup/license.php:383
 msgid ""
-"Click 
here, enter the " -"generated license key and click on Validate." +"Click here, enter the generated " +"license key and click on Validate." msgstr "" -"Haz clic aquí, introduce la " -"clave de licencia generada y pulsa en Validar." +"Haz clic aquí, introduce la clave " +"de licencia generada y pulsa en Validar." #: ../../godmode/setup/license.php:412 msgid "Network & other devices" @@ -41611,8 +40234,7 @@ msgstr "No hay noticias definidas" msgid "Author" msgstr "Autor" -#: ../../godmode/setup/news.php:364 -#: ../../include/lib/TacticalView/elements/NewsBoard.php:63 +#: ../../godmode/setup/news.php:364 ../../include/lib/TacticalView/elements/NewsBoard.php:63 msgid "Welcome to Pandora FMS Console" msgstr "Bienvenido/a a la Consola de Pandora FMS" @@ -41716,8 +40338,7 @@ msgstr "Para guardarlo, será necesario usar un campo personalizado del agente." #: ../../godmode/setup/setup_ehorus.php:201 msgid "Possibly the Pandora RC id will have to be filled in by hand for every agent" msgstr "" -"Es posible que el ID de Pandora RC tenga que ser introducido manualmente en cada " -"agente" +"Es posible que el ID de Pandora RC tenga que ser introducido manualmente en cada agente" #: ../../godmode/setup/setup_ehorus.php:206 msgid "The custom field does not exists already" @@ -41756,8 +40377,8 @@ msgid "Version expiration date editor" msgstr "Editor de fecha de expiración de versión" #: ../../godmode/setup/os_version.php:211 ../../godmode/setup/os_version.php:243 -#: ../../godmode/setup/os.php:87 ../../godmode/setup/os.php:93 -#: ../../godmode/setup/os.php:101 ../../godmode/setup/os.php:136 +#: ../../godmode/setup/os.php:87 ../../godmode/setup/os.php:93 ../../godmode/setup/os.php:101 +#: ../../godmode/setup/os.php:136 msgid "Edit OS" msgstr "Editar SO" @@ -41856,11 +40477,11 @@ msgstr "Se produjo un error al actualizar el icono" #: ../../godmode/setup/os.list.php:56 #, php-format msgid "" -"This node is configured with centralized mode. All OS definitions are read only. Go " -"to %s to manage them." +"This node is configured with centralized mode. All OS definitions are read only. Go to %s to " +"manage them." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/setup/os.list.php:151 ../../godmode/setup/os.list.php:160 #: ../../godmode/setup/os.php:95 @@ -41922,8 +40543,7 @@ msgstr "Google Maps" #: ../../godmode/setup/gis_step_2.php:254 #: ../../godmode/reporting/visual_console_builder.elements.php:199 #: ../../include/functions_visual_map_editor.php:1441 -#: ../../include/functions_visual_map.php:4225 -#: ../../operation/visual_console/view.php:320 +#: ../../include/functions_visual_map.php:4225 ../../operation/visual_console/view.php:320 msgid "Static Image" msgstr "Imagen estática" @@ -42003,11 +40623,10 @@ msgstr "URL del servidor WMS" #: ../../godmode/setup/gis_step_2.php:451 msgid "" -"Preview to select the center of the map and the default position of an agent without " -"gis data" +"Preview to select the center of the map and the default position of an agent without gis data" msgstr "" -"Vista previa para elegir el centro del mapa y la posición por defecto de un agente " -"sin información GIS" +"Vista previa 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:452 msgid "Load preview map" @@ -42076,8 +40695,7 @@ msgstr "Control de expiración de la sesión" #: ../../godmode/setup/setup_auth.php:431 msgid "Select 'ignore activity' to ignore user activity when checking the session." msgstr "" -"Seleccione “ignorar actividad” para ignorar la actividad de usuario al comprobar la " -"sesión." +"Seleccione “ignorar actividad” para ignorar la actividad de usuario al comprobar la sesión." #: ../../godmode/setup/setup_auth.php:448 msgid "Session timeout (mins)" @@ -42154,11 +40772,11 @@ msgstr "Habilitar Sflow" #: ../../godmode/setup/setup_netflow.php:104 msgid "" -"SFLow uses a different protocol and needs an alternative collector that must be " -"activated with this switch" +"SFLow uses a different protocol and needs an alternative collector that must be activated " +"with this switch" msgstr "" -"SFLow utiliza un protocolo diferente y precisa que un colector alternativo esté " -"activado con este switch" +"SFLow utiliza un protocolo diferente y precisa que un colector alternativo esté activado con " +"este switch" #: ../../godmode/setup/setup_ITSM.php:82 #, php-format @@ -42178,11 +40796,9 @@ msgid "URL to Pandora ITSM setup" msgstr "URL a la configuración de Pandora ITSM" #: ../../godmode/setup/setup_ITSM.php:126 -msgid "" -"Full URL to your Pandora ITSM setup (e.g., http://192.168.1.20/integria/api/v1)." +msgid "Full URL to your Pandora ITSM setup (e.g., http://192.168.1.20/integria/api/v1)." msgstr "" -"URL completa a su configuración de Pandora ITSM (por ejemplo, http://192.168.1.20/" -"integria)." +"URL completa a su configuración de Pandora ITSM (por ejemplo, http://192.168.1.20/integria)." #: ../../godmode/setup/setup_ITSM.php:193 msgid "Test connection pandora to ITSM" @@ -42235,11 +40851,11 @@ msgstr "Haz clic para mostrar el menú lateral" #: ../../godmode/setup/setup_visuals.php:112 msgid "" -"When the side menu is collapsed, it allows you to define whether it is displayed by " -"hovering the mouse over it or you need to click to display it." +"When the side menu is collapsed, it allows you to define whether it is displayed by hovering " +"the mouse over it or you need to click to display it." msgstr "" -"Cuando el menú lateral se encuentra oculto, le permite definir si se muestra al " -"colocar el ratón sobre este o si necesita hacer click para visualizarlo." +"Cuando el menú lateral se encuentra oculto, le permite definir si se muestra al colocar el " +"ratón sobre este o si necesita hacer click para visualizarlo." #: ../../godmode/setup/setup_visuals.php:124 msgid "Paginated module view" @@ -42247,15 +40863,14 @@ msgstr "Vista del módulo paginada" #: ../../godmode/setup/setup_visuals.php:133 msgid "" -"It allows to define the message that appears when you hover over a color box that " -"shows the status of an agent or a module. If you want to change what the default " -"color box looks like, choose another form of visual representation in the \"Status " -"icon set\" option." +"It allows to define the message that appears when you hover over a color box that shows the " +"status of an agent or a module. If you want to change what the default color box looks like, " +"choose another form of visual representation in the \"Status icon set\" option." msgstr "" -"Le permite definir el mensaje que aparecerá cuando coloca el ratón sobre un recuadro " -"de color que muestra el estado de un agente o un módulo. Si desea cambiar la " -"apariencia del recuadro de color, elija otra forma de representarlo visualmente en " -"la opción de “Icono de estado establecido." +"Le permite definir el mensaje que aparecerá cuando coloca el ratón sobre un recuadro de " +"color que muestra el estado de un agente o un módulo. Si desea cambiar la apariencia del " +"recuadro de color, elija otra forma de representarlo visualmente en la opción de “Icono de " +"estado establecido." #: ../../godmode/setup/setup_visuals.php:156 ../../include/functions_config.php:1412 msgid "Service label font size" @@ -42288,12 +40903,12 @@ msgstr "Icono de estado en" #: ../../godmode/setup/setup_visuals.php:361 msgid "" "It changes the appearance of the agent or module status icon. Useful for people with " -"problems when discriminating colors, you may overlay a text in the box or add an " -"emoji (that icon can be replaced by a custom one, replacing the files on disk)." +"problems when discriminating colors, you may overlay a text in the box or add an emoji (that " +"icon can be replaced by a custom one, replacing the files on disk)." msgstr "" "Modifica la apariencia del icono de estado de agente o módulo. Es útil para personas " -"daltónicas. Podrá superponer texto sobre el recuadro o añadir un emoticono (el icono " -"puede reemplazarse por uno personalizado si se sustituyen los archivos en el disco)." +"daltónicas. Podrá superponer texto sobre el recuadro o añadir un emoticono (el icono puede " +"reemplazarse por uno personalizado si se sustituyen los archivos en el disco)." #: ../../godmode/setup/setup_visuals.php:606 ../../include/functions_config.php:1143 msgid "Custom documentation logo" @@ -42346,27 +40961,25 @@ msgstr "Grupo de iconos de agente" #: ../../godmode/setup/setup_visuals.php:1050 msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the text is " -"in a small area it can have a maximum length and if it is in a larger section, it " -"can have another size." +"In the lists or sections where the agent name is displayed, the name will be shortened if " +"its extension is greater than the number indicated here. If the text is in a small area it " +"can have a maximum length and if it is in a larger section, it can have another size." msgstr "" -"En las listas o secciones en los que se muestre el nombre del agente, el nombre se " -"acortará si su extensión es mayor que el número aquí indicado. Si el texto ocupa un " -"espacio pequeño, puede tener una extensión máxima y si se encuentra en una sección " -"de mayor tamaño, puede tener otras dimensiones." +"En las listas o secciones en los que se muestre el nombre del agente, el nombre se acortará " +"si su extensión es mayor que el número aquí indicado. Si el texto ocupa un espacio pequeño, " +"puede tener una extensión máxima y si se encuentra en una sección de mayor tamaño, puede " +"tener otras dimensiones." #: ../../godmode/setup/setup_visuals.php:1072 msgid "" -"In the lists or sections where the agent name is displayed, the name will be " -"shortened if its extension is greater than the number indicated here. If the text " -"is in a small area it can have a maximum length and if it is in a larger section, it " -"can have another size." +"In the lists or sections where the agent name is displayed, the name will be shortened if " +"its extension is greater than the number indicated here. If the text is in a small area it " +"can have a maximum length and if it is in a larger section, it can have another size." msgstr "" -"En las listas o secciones en los que se muestre el nombre del agente, el nombre se " -"acortará si su extensión es mayor que el número aquí indicado. Si el texto ocupa un " -"espacio pequeño, puede tener una extensión máxima y si se encuentra en una sección " -"de mayor tamaño, puede tener otras dimensiones." +"En las listas o secciones en los que se muestre el nombre del agente, el nombre se acortará " +"si su extensión es mayor que el número aquí indicado. Si el texto ocupa un espacio pequeño, " +"puede tener una extensión máxima y si se encuentra en una sección de mayor tamaño, puede " +"tener otras dimensiones." #: ../../godmode/setup/setup_visuals.php:1096 ../../include/functions_config.php:1303 #: ../../include/functions_config.php:1307 @@ -42383,11 +40996,10 @@ msgstr "Color del gráfico #" #: ../../godmode/setup/setup_visuals.php:1173 msgid "" -"Number of decimals to display in reports and visual consoles. It must be between 0 " -"and 5." +"Number of decimals to display in reports and visual consoles. It must be between 0 and 5." msgstr "" -"Número de decimales a mostrar en los informes y consolas visuales. Debe encontrarse " -"entre el 0 y el 5." +"Número de decimales a mostrar en los informes y consolas visuales. Debe encontrarse entre el " +"0 y el 5." #: ../../godmode/setup/setup_visuals.php:1178 msgid "Data precision" @@ -42407,37 +41019,36 @@ msgstr "Espesor de la línea predeterminada para el gráfico personalizado" #: ../../godmode/setup/setup_visuals.php:1265 msgid "" -"There are graphs whose values are percentages and the top of the graph exceeds the " -"maximum value one hundred, you may configure the graphs to stop adding a " -"proportional upper margin by activating this option." +"There are graphs whose values are percentages and the top of the graph exceeds the maximum " +"value one hundred, you may configure the graphs to stop adding a proportional upper margin " +"by activating this option." msgstr "" -"Existen gráficos cuyos valores son porcentajes y la parte superior del gráfico " -"sobrepasa el valor máximo de cien, puede configurar los gráficos para que dejen de " -"añadir un margen proporcional superior al activar esta opción." +"Existen gráficos cuyos valores son porcentajes y la parte superior del gráfico sobrepasa el " +"valor máximo de cien, puede configurar los gráficos para que dejen de añadir un margen " +"proporcional superior al activar esta opción." #: ../../godmode/setup/setup_visuals.php:1323 msgid "" -"TIP graphs show the full data resolution, they are much more expensive in BD/CPU " -"time, but they allow to \"zoom\" interactively and show all the data, without " -"compacting the information in fewer points. By default (off), TIPs can be seen, but " -"manually, if this mode is selected in each graph, but you may also define that they " -"always come out as TIP or also define that this is so, but only for those of Boolean " -"data." +"TIP graphs show the full data resolution, they are much more expensive in BD/CPU time, but " +"they allow to \"zoom\" interactively and show all the data, without compacting the " +"information in fewer points. By default (off), TIPs can be seen, but manually, if this mode " +"is selected in each graph, but you may also define that they always come out as TIP or also " +"define that this is so, but only for those of Boolean data." msgstr "" -"Las gráficas TIP muestran la resolución de datos completa, conllevan un mayor tiempo " -"de CPU/base de datos, pero permiten ampliar de forma interactiva y mostrar todos los " -"datos sin compactar la información en menos puntos. Por defecto (off), los TIPs se " -"pueden visualizar, pero de forma manual, si este modo se encuentra seleccionado en " -"cada gráfico, pero también puede definir que siempre se muestren como TIP o también " -"definir que se así pero solo en el caso de datos boleados." +"Las gráficas TIP muestran la resolución de datos completa, conllevan un mayor tiempo de CPU/" +"base de datos, pero permiten ampliar de forma interactiva y mostrar todos los datos sin " +"compactar la información en menos puntos. Por defecto (off), los TIPs se pueden visualizar, " +"pero de forma manual, si este modo se encuentra seleccionado en cada gráfico, pero también " +"puede definir que siempre se muestren como TIP o también definir que se así pero solo en el " +"caso de datos boleados." #: ../../godmode/setup/setup_visuals.php:1339 msgid "" -"It displays the default graphs with three overlapping data series (Maximum, Average, " -"and Minimum) or with only one data series (Average)." +"It displays the default graphs with three overlapping data series (Maximum, Average, and " +"Minimum) or with only one data series (Average)." msgstr "" -"Muestra las gráficas por defecto con series de datos que se superponen (Máximo, " -"Media y Mínimo) o con solo una serie de datos (Media)." +"Muestra las gráficas por defecto con series de datos que se superponen (Máximo, Media y " +"Mínimo) o con solo una serie de datos (Media)." #: ../../godmode/setup/setup_visuals.php:1354 msgid "Zoom graphs" @@ -42470,26 +41081,23 @@ msgstr "Orientación de pantalla de bloqueo en la visualización en dispositivos #: ../../godmode/setup/setup_visuals.php:1470 msgid "It displays an orange box around items that have triggered an alert." msgstr "" -"Muestra un recuadro naranja alrededor de los elementos que han desencadenado una " -"alerta." +"Muestra un recuadro naranja alrededor de los elementos que han desencadenado una alerta." #: ../../godmode/setup/setup_visuals.php:1492 msgid "Number of favorite services to show in the menu" msgstr "Número de servicios favoritos a mostrar en el menú" -#: ../../godmode/setup/setup_visuals.php:1590 -#: ../../godmode/setup/setup_visuals.php:1604 -#: ../../godmode/setup/setup_visuals.php:1610 -#: ../../godmode/setup/setup_visuals.php:1623 +#: ../../godmode/setup/setup_visuals.php:1590 ../../godmode/setup/setup_visuals.php:1604 +#: ../../godmode/setup/setup_visuals.php:1610 ../../godmode/setup/setup_visuals.php:1623 #: ../../godmode/setup/setup_visuals.php:1637 msgid "" "You may use the following macros: _REPORT_NAME_ indicating the name of the report, " -"_DATETIME_END_ indicates the end of the period (if it is a periodic report), " -"_DATETIME_ date/time of the generation of the report." +"_DATETIME_END_ indicates the end of the period (if it is a periodic report), _DATETIME_ date/" +"time of the generation of the report." msgstr "" "Puede utilizar las siguientes macros: _REPORT_NAME_ indicando el nombre del informe, " -"_DATETIME_END_ indica el final del intervalo (si es un informe periódico), " -"_DATETIME_ fecha/hora de la generación del informe." +"_DATETIME_END_ indica el final del intervalo (si es un informe periódico), _DATETIME_ fecha/" +"hora de la generación del informe." #: ../../godmode/setup/setup_visuals.php:1779 ../../include/functions_config.php:1363 msgid "Networkmap max width" @@ -42521,15 +41129,13 @@ msgstr "Valores personalizados para postprocesado" #: ../../godmode/setup/setup_visuals.php:1873 msgid "" -"Custom conversion values for post-processing. It updates a table in the database to " -"have custom conversions from one unit to another." +"Custom conversion values for post-processing. It updates a table in the database to have " +"custom conversions from one unit to another." msgstr "" -"Valores de conversión personalizados para el post procesamiento. Actualiza una tabla " -"de la base de datos para que contenga conversiones personalizadas de una unidad a " -"otra." +"Valores de conversión personalizados para el post procesamiento. Actualiza una tabla de la " +"base de datos para que contenga conversiones personalizadas de una unidad a otra." -#: ../../godmode/setup/setup_visuals.php:1913 -#: ../../godmode/setup/setup_visuals.php:2080 +#: ../../godmode/setup/setup_visuals.php:1913 ../../godmode/setup/setup_visuals.php:2080 msgid "Delete custom values" msgstr "Eliminar valores personalizados" @@ -42547,19 +41153,17 @@ msgstr "Unidades de módulo" #: ../../godmode/setup/setup_visuals.php:2129 msgid "" -"Value by which it will multiply the data shown to represent them in graphs. This is " -"useful in case the value unit is bytes; for other conversions use Custom value post " -"processing." +"Value by which it will multiply the data shown to represent them in graphs. This is useful " +"in case the value unit is bytes; for other conversions use Custom value post processing." msgstr "" -"Valor por el que se multiplicarán los datos mostrados para representarlos en " -"gráficos. Es útil en caso de que la unidad del valor sean bytes; para otras " -"conversiones utilice el post procesamiento de los valores personalizados." +"Valor por el que se multiplicarán los datos mostrados para representarlos en gráficos. Es " +"útil en caso de que la unidad del valor sean bytes; para otras conversiones utilice el post " +"procesamiento de los valores personalizados." #: ../../godmode/setup/setup_visuals.php:2133 ../../include/functions_config.php:1594 msgid "Hide general stats for non admin users in tactical view" msgstr "" -"Ocultar las estadísticas generales para los usuarios no administradores en la vista " -"táctica" +"Ocultar las estadísticas generales para los usuarios no administradores en la vista táctica" #: ../../godmode/setup/setup_visuals.php:2150 msgid "Behaviour configuration" @@ -42609,8 +41213,7 @@ msgstr "Vista previa de los iconos GIS" msgid "Status set preview" msgstr "Vista previa del estado" -#: ../../godmode/setup/demo.php:227 -#: ../../godmode/wizards/DiscoveryTaskList.class.php:992 +#: ../../godmode/setup/demo.php:227 ../../godmode/wizards/DiscoveryTaskList.class.php:992 msgid "View summary" msgstr "Ver el resumen" @@ -42619,8 +41222,8 @@ msgid "" "You may need to increase the value of the plugin_timeout parameter in your server " "configuration to get all your agents data updated" msgstr "" -"Puede que necesite aumentar el valor del parámetro plugin_timeout en la " -"configuración de su servidor para actualizar los datos de los agentes" +"Puede que necesite aumentar el valor del parámetro plugin_timeout en la configuración de su " +"servidor para actualizar los datos de los agentes" #: ../../godmode/setup/demo.php:331 msgid "Agents interval" @@ -42632,9 +41235,7 @@ msgstr "Generar datos de histórico para todos los agentes" #: ../../godmode/setup/demo.php:346 msgid "Days of historical data to insert in the agent data" -msgstr "" -"Antigüedad en días de los datos de histórico para introducirlos en los datos de " -"agente" +msgstr "Antigüedad en días de los datos de histórico para introducirlos en los datos de agente" #: ../../godmode/setup/demo.php:363 msgid "Create services" @@ -42697,15 +41298,13 @@ msgid "Create demo data" msgstr "Crear datos de demo" #: ../../godmode/setup/demo.php:578 ../../godmode/setup/demo.php:617 -#: ../../include/functions_groups.php:251 -#: ../../operation/agentes/networkmap.dinamic.php:150 +#: ../../include/functions_groups.php:251 ../../operation/agentes/networkmap.dinamic.php:150 #: ../../operation/agentes/pandora_networkmap.view.php:2368 msgid "Network maps" msgstr "Mapas de red" #: ../../godmode/setup/demo.php:581 ../../godmode/setup/demo.php:623 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 -#: ../../include/functions_groups.php:203 +#: ../../include/lib/Dashboard/Widgets/GisMap.php:240 ../../include/functions_groups.php:203 msgid "GIS maps" msgstr "Mapas GIS" @@ -42785,8 +41384,8 @@ msgstr "Ruta de red general" #: ../../godmode/setup/setup_general.php:408 msgid "" -"Base directory where the netflow and sflow subdirectories will be located to store " -"the corresponding data." +"Base directory where the netflow and sflow subdirectories will be located to store the " +"corresponding data." msgstr "" "Directorio base en el que se encontrarán los subdirectorios de netflow y sflow para " "almacenar los datos correspondientes." @@ -42797,8 +41396,7 @@ msgstr "Habilitar comentarios" #: ../../godmode/setup/setup_general.php:420 msgid " It enables the 'give feedback' window in the help menu at the top right." -msgstr "" -"Habilita la ventana de “dar valoración” en el menú de ayuda en la parte superior." +msgstr "Habilita la ventana de “dar valoración” en el menú de ayuda en la parte superior." #: ../../godmode/setup/setup_general.php:434 msgid "Server timezone setup" @@ -42806,8 +41404,8 @@ msgstr "Configuración de zona horaria del servidor" #: ../../godmode/setup/setup_general.php:480 msgid "" -"It is useful to complete this field when you have a reverse proxy, for example, with " -"the mod_proxy mode of the Apache web server." +"It is useful to complete this field when you have a reverse proxy, for example, with the " +"mod_proxy mode of the Apache web server." msgstr "" "Es útil completar este campo cuando tiene un proxy inverso, por ejemplo con el modo " "mod_proxy del servidor web Apache." @@ -42818,11 +41416,10 @@ msgstr "Lista negra ante cambios de inventario" #: ../../godmode/setup/setup_general.php:523 msgid "" -"Inventory modules included within the denied list will not generate events when they " -"change." +"Inventory modules included within the denied list will not generate events when they change." msgstr "" -"Los módulos de inventario incluidos en la lista negra de cambios no generarán " -"eventos cuando cambien." +"Los módulos de inventario incluidos en la lista negra de cambios no generarán eventos cuando " +"cambien." #: ../../godmode/setup/setup_general.php:528 ../../include/functions_config.php:345 msgid "Server logs directory" @@ -42830,11 +41427,11 @@ msgstr "Directorio de logs del servidor" #: ../../godmode/setup/setup_general.php:539 msgid "" -"While this option is enabled, no events or alerts will be generated, but data will " -"continue to be received." +"While this option is enabled, no events or alerts will be generated, but data will continue " +"to be received." msgstr "" -"Mientras esta opción esté activa, ningún evento o alerta se generará, pero se " -"continuará recibiendo datos." +"Mientras esta opción esté activa, ningún evento o alerta se generará, pero se continuará " +"recibiendo datos." #: ../../godmode/setup/setup_general.php:543 ../../include/functions_config.php:333 msgid "Event storm protection" @@ -42842,11 +41439,11 @@ msgstr "Protección de tormenta de eventos" #: ../../godmode/setup/setup_general.php:553 msgid "" -"String modules that return more than one line will display their content as " -"formatted text in the form of a command console." +"String modules that return more than one line will display their content as formatted text " +"in the form of a command console." msgstr "" -"Los módulos de cadenas que devuelven más de una línea mostrarán su contenido como " -"texto formateado en forma de consola de comandos." +"Los módulos de cadenas que devuelven más de una línea mostrarán su contenido como texto " +"formateado en forma de consola de comandos." #: ../../godmode/setup/setup_general.php:563 msgid "Change remote config encoding" @@ -42854,11 +41451,11 @@ msgstr "Cambiar codificación de configuración remota" #: ../../godmode/setup/setup_general.php:563 msgid "" -"Enabling this parameter uses encoding of the configuration files generated by the " -"agents instead of converting everything to UTF-8." +"Enabling this parameter uses encoding of the configuration files generated by the agents " +"instead of converting everything to UTF-8." msgstr "" -"Habilitar este parámetro utiliza la codificación de los archivos de configuración " -"generados por los agentes en lugar de convertir todo a UTF-8." +"Habilitar este parámetro utiliza la codificación de los archivos de configuración generados " +"por los agentes en lugar de convertir todo a UTF-8." #: ../../godmode/setup/setup_general.php:572 ../../include/functions_config.php:329 msgid "Referer security" @@ -42866,13 +41463,11 @@ msgstr "Seguridad de Referer" #: ../../godmode/setup/setup_general.php:572 msgid "" -"When it is active, the source of the requests is checked. If the user comes from a " -"URL external to Pandora FMS, the source of the activity will be considered " -"suspicious." +"When it is active, the source of the requests is checked. If the user comes from a URL " +"external to Pandora FMS, the source of the activity will be considered suspicious." msgstr "" -"Cuando está activo, se comprueba la fuente de las solicitudes. Si el usuario viene " -"de una URL externa a Pandora FMS, la fuente de la actividad se considerará " -"sospechosa." +"Cuando está activo, se comprueba la fuente de las solicitudes. Si el usuario viene de una " +"URL externa a Pandora FMS, la fuente de la actividad se considerará sospechosa." #: ../../godmode/setup/setup_general.php:582 ../../include/functions_config.php:349 msgid "Log size limit in system logs viewer extension" @@ -42888,19 +41483,19 @@ msgstr "Permitir la creación de paradas planificadas con fecha anterior a la ac #: ../../godmode/setup/setup_general.php:616 msgid "" -"It allows the possibility to create scheduled downtimes on past dates and thus " -"modify SLA reports retroactively." +"It allows the possibility to create scheduled downtimes on past dates and thus modify SLA " +"reports retroactively." msgstr "" -"Permite la posibilidad de crear paradas planificadas en fechas pasadas y así " -"modificar los informes SLA de forma retroactiva." +"Permite la posibilidad de crear paradas planificadas en fechas pasadas y así modificar los " +"informes SLA de forma retroactiva." #: ../../godmode/setup/setup_general.php:625 msgid "" -"Limit of elements that can be modified by one-time bulk operations. The limit " -"prevents the operation from failing due to lack of memory." +"Limit of elements that can be modified by one-time bulk operations. The limit prevents the " +"operation from failing due to lack of memory." msgstr "" -"Límite de elementos que se pueden modificar por operaciones en masa de una " -"ejecución. El límite impide la operación de errores debidos a la falta de memoria." +"Límite de elementos que se pueden modificar por operaciones en masa de una ejecución. El " +"límite impide la operación de errores debidos a la falta de memoria." #: ../../godmode/setup/setup_general.php:641 msgid "Include agents manually disabled" @@ -42909,8 +41504,8 @@ msgstr "Incluir agentes deshabilitados manualmente" #: ../../godmode/setup/setup_general.php:641 msgid "It enables the display of manually disabled agents in certain Console views." msgstr "" -"Habilita la visualización de agentes deshabitados manualmente en determinadas vistas " -"de la Consola." +"Habilita la visualización de agentes deshabitados manualmente en determinadas vistas de la " +"Consola." #: ../../godmode/setup/setup_general.php:650 msgid "Set alias as name by default in agent creation" @@ -42918,13 +41513,12 @@ msgstr "Poner alias como nombre por defecto en la creación de agente" #: ../../godmode/setup/setup_general.php:650 msgid "" -"When this parameter is activated, the selection box of the agent creation menu " -"collects the alias entered in the form and also saves it as the name of the agent " -"(unique identifier)." +"When this parameter is activated, the selection box of the agent creation menu collects the " +"alias entered in the form and also saves it as the name of the agent (unique identifier)." msgstr "" -"Cuando este parámetro esté activado, la casilla de selección del menú de creación de " -"agente recoge el alias introducido en el formulario y también lo guarda como nombre " -"del agente (identificador único)." +"Cuando este parámetro esté activado, la casilla de selección del menú de creación de agente " +"recoge el alias introducido en el formulario y también lo guarda como nombre del agente " +"(identificador único)." #: ../../godmode/setup/setup_general.php:660 ../../include/functions_config.php:417 msgid "Unique IP" @@ -42932,11 +41526,11 @@ msgstr "IP única" #: ../../godmode/setup/setup_general.php:660 msgid "" -"By activating this parameter, the console will prevent users from creating an agent " -"with the same IP address as another one." +"By activating this parameter, the console will prevent users from creating an agent with the " +"same IP address as another one." msgstr "" -"Al activar este parámetro, la consola impedirá que los usuarios creen un agente con " -"la misma dirección IP que otra." +"Al activar este parámetro, la consola impedirá que los usuarios creen un agente con la misma " +"dirección IP que otra." #: ../../godmode/setup/setup_general.php:670 msgid "Module custom ID readonly" @@ -42944,13 +41538,13 @@ msgstr "Solo lectura del ID personalizado de módulo" #: ../../godmode/setup/setup_general.php:670 msgid "" -"It blocks the editing of the module custom ID from the Console, but editing from CLI " -"and API is allowed. This is useful for integrations with third-party tools that " -"manage the value of this field automatically." +"It blocks the editing of the module custom ID from the Console, but editing from CLI and API " +"is allowed. This is useful for integrations with third-party tools that manage the value of " +"this field automatically." msgstr "" -"Bloquea la edición del ID personalizado de módulo desde la Consola, pero está " -"permitido editarlo desde el CLI y la API. Esto es útil para integraciones con " -"herramientas de tercero que gestionan el valor de este campo automáticamente." +"Bloquea la edición del ID personalizado de módulo desde la Consola, pero está permitido " +"editarlo desde el CLI y la API. Esto es útil para integraciones con herramientas de tercero " +"que gestionan el valor de este campo automáticamente." #: ../../godmode/setup/setup_general.php:677 msgid "Useful for integrations" @@ -42958,11 +41552,11 @@ msgstr "Útil para integraciones" #: ../../godmode/setup/setup_general.php:683 msgid "" -"This log is recommended to be DISABLED by default due to the large amount of debug " -"data it generates." +"This log is recommended to be DISABLED by default due to the large amount of debug data it " +"generates." msgstr "" -"Es recomendable DESACTIVAR el registro por defecto debido a la gran cantidad de " -"datos de depurado que genera." +"Es recomendable DESACTIVAR el registro por defecto debido a la gran cantidad de datos de " +"depurado que genera." #: ../../godmode/setup/setup_general.php:694 ../../godmode/setup/setup_general.php:707 msgid "Log location" @@ -42974,37 +41568,37 @@ msgstr "Consola dedicada a la generación de informes" #: ../../godmode/setup/setup_general.php:714 msgid "" -"It allows you to enable the Web Console in dedicated reporting mode, see section " -"'Dedicated Console for Reports' for more information." +"It allows you to enable the Web Console in dedicated reporting mode, see section 'Dedicated " +"Console for Reports' for more information." msgstr "" -"Le permite habilitar la Consola web en modo de informe dedicado, ver sección " -"“Consola dedicada a informes” para más información." +"Le permite habilitar la Consola web en modo de informe dedicado, ver sección “Consola " +"dedicada a informes” para más información." #: ../../godmode/setup/setup_general.php:724 msgid "" -"Time interval (in seconds) to check the connection to the database server. Default " -"180, minimum value 60." +"Time interval (in seconds) to check the connection to the database server. Default 180, " +"minimum value 60." msgstr "" -"Intervalo de tiempo (en segundos) para comprobar la conexión al servidor de la base " -"de datos. Por defecto 180, valor mínimo 60." +"Intervalo de tiempo (en segundos) para comprobar la conexión al servidor de la base de " +"datos. Por defecto 180, valor mínimo 60." #: ../../godmode/setup/setup_general.php:735 msgid "" -"If there is any event “In process” with a specific additional ID and a “New” event " -"with that additional ID is received, it will be created as “In process.” New events " -"will also inherit the Event Custom ID from the old event." +"If there is any event “In process” with a specific additional ID and a “New” event with that " +"additional ID is received, it will be created as “In process.” New events will also inherit " +"the Event Custom ID from the old event." msgstr "" -"Si hay algún evento “En procesoâ con un ID adicional específico y se recibe un " -"“Nuevo” evento con ese ID adicional, se creará como “En proceso.â Los nuevos eventos " -"heredarán el ID personalizado del antiguo evento" +"Si hay algún evento “En procesoâ con un ID adicional específico y se recibe un “Nuevo” " +"evento con ese ID adicional, se creará como “En proceso.â Los nuevos eventos heredarán el ID " +"personalizado del antiguo evento" #: ../../godmode/setup/setup_general.php:750 msgid "" -"When the grouped events are displayed, the comments of all the grouped identical " -"events are displayed, but limiting it to the last N hours." +"When the grouped events are displayed, the comments of all the grouped identical events are " +"displayed, but limiting it to the last N hours." msgstr "" -"Cuando se muestran los eventos agrupados, se muestran los comentarios de todos " -"eventos idénticos agrupados, pero limitándolo a las últimas N horas." +"Cuando se muestran los eventos agrupados, se muestran los comentarios de todos eventos " +"idénticos agrupados, pero limitándolo a las últimas N horas." #: ../../godmode/setup/setup_general.php:780 msgid "Easter eggs" @@ -43016,15 +41610,14 @@ msgstr "Opciones generales" #: ../../godmode/setup/setup_general.php:812 msgid "" -"Please notice that some providers like Gmail or Office365 need to setup/enable " -"manually external connections using SMTP and you need to use STARTTLS on port 587.\n" +"Please notice that some providers like Gmail or Office365 need to setup/enable manually " +"external connections using SMTP and you need to use STARTTLS on port 587.\n" "\n" -" If you have manual settings in your pandora_server.conf, please note these " -"settings will ignore this console setup." +" If you have manual settings in your pandora_server.conf, please note these settings will " +"ignore this console setup." msgstr "" -"Algunos de los proveedores como Gmail u Office365 necesitan ajustar/habilitar las " -"conexiones externas manualmente utilizando SNMP y necesita usar STARTTLS en el " -"puerto 587." +"Algunos de los proveedores como Gmail u Office365 necesitan ajustar/habilitar las conexiones " +"externas manualmente utilizando SNMP y necesita usar STARTTLS en el puerto 587." #: ../../godmode/setup/setup_general.php:827 msgid "From address" @@ -43151,11 +41744,11 @@ msgstr "Binario walk SNMP" #: ../../godmode/setup/performance.php:784 msgid "" -"SNMP bulk walk is not able to request V1 SNMP, this option will be used instead (by " -"default snmpwalk, slower)." +"SNMP bulk walk is not able to request V1 SNMP, this option will be used instead (by default " +"snmpwalk, slower)." msgstr "" -"El walk en bloque SNMP no puede solicitar V1 SNMP, esta opción se utilizará en su " -"lugar (por defecto snmpwalk, más lento)." +"El walk en bloque SNMP no puede solicitar V1 SNMP, esta opción se utilizará en su lugar (por " +"defecto snmpwalk, más lento)." #: ../../godmode/setup/performance.php:789 msgid "SNMP walk binary (fallback)" @@ -43163,11 +41756,10 @@ msgstr "Binario walk SNMP (alternativa)" #: ../../godmode/setup/performance.php:802 #, php-format -msgid "" -"%s web2image cache system cleanup. It is always cleaned up after perform an upgrade" +msgid "%s web2image cache system cleanup. It is always cleaned up after perform an upgrade" msgstr "" -"%s limpieza del sistema de caché web2image. Siempre se limpia después de realizar " -"una actualización" +"%s limpieza del sistema de caché web2image. Siempre se limpia después de realizar una " +"actualización" #: ../../godmode/setup/performance.php:809 msgid "WMI binary" @@ -43224,8 +41816,7 @@ msgid "Error in delete tip" msgstr "Error al eliminar el Tip" #: ../../godmode/setup/os_version.builder.php:155 -#: ../../godmode/setup/os_version.builder.php:156 -#: ../../godmode/setup/os_version.list.php:53 +#: ../../godmode/setup/os_version.builder.php:156 ../../godmode/setup/os_version.list.php:53 #: ../../include/class/CredentialStore.class.php:816 #: ../../include/class/CredentialStore.class.php:951 msgid "Product" @@ -43253,11 +41844,11 @@ msgstr "Repositorio de archivos" #: ../../godmode/files_repo/files_repo.php:113 msgid "" -"Problem uploading. Please check this PHP runtime variable values:
  "
-"post_max_size (currently "
+"Problem uploading. Please check this PHP runtime variable values: 
  post_max_size "
+"(currently "
 msgstr ""
-"Problema de carga. Compruebe los valores de esta variable de tiempo de ejecución de "
-"PHP: 
  post_max_size (actualmente "
+"Problema de carga. Compruebe los valores de esta variable de tiempo de ejecución de PHP: "
+"
  post_max_size (actualmente "
 
 #: ../../godmode/files_repo/files_repo_get_file.php:79
 msgid "Unreliable petition"
@@ -43277,8 +41868,7 @@ msgstr "Máximo 200 caracteres"
 msgid "Public link"
 msgstr "Enlace público"
 
-#: ../../godmode/files_repo/files_repo_list.php:52
-#: ../../include/functions_filemanager.php:706
+#: ../../godmode/files_repo/files_repo_list.php:52 ../../include/functions_filemanager.php:706
 msgid "Last modification"
 msgstr "Última modificación"
 
@@ -43303,8 +41893,7 @@ msgstr "Crear consola visual"
 #: ../../godmode/reporting/visual_console_builder.data.php:190
 #: ../../godmode/reporting/visual_console_builder.elements.php:167
 #: ../../include/functions_visual_map_editor.php:55
-#: ../../include/functions_visual_map_editor.php:626
-#: ../../include/lib/Dashboard/Widget.php:645
+#: ../../include/functions_visual_map_editor.php:626 ../../include/lib/Dashboard/Widget.php:645
 msgid "Background"
 msgstr "Imagen de fondo"
 
@@ -43462,11 +42051,11 @@ msgstr "Borrar lo que está debajo de"
 
 #: ../../godmode/reporting/reporting_builder.list_items.php:846
 msgid ""
-"Are you sure to sort the items into the report?\\n. This action change the sorting "
-"of items into data base."
+"Are you sure to sort the items into the report?\\n. This action change the sorting of items "
+"into data base."
 msgstr ""
-"¿Está seguro de que quiere clasificar los elementos en el informe?\\n. Esta acción "
-"podría cambiar la clasificación de los elementos en la base de datos."
+"¿Está seguro de que quiere clasificar los elementos en el informe?\\n. Esta acción podría "
+"cambiar la clasificación de los elementos en la base de datos."
 
 #: ../../godmode/reporting/reporting_builder.list_items.php:868
 #: ../../godmode/reporting/graph_builder.graph_editor.php:363
@@ -43529,8 +42118,8 @@ msgid "%s hours"
 msgstr "%s horas"
 
 #: ../../godmode/reporting/create_container.php:423
-#: ../../godmode/reporting/create_container.php:424
-#: ../../include/ajax/graph.ajax.php:155 ../../include/ajax/graph.ajax.php:156
+#: ../../godmode/reporting/create_container.php:424 ../../include/ajax/graph.ajax.php:155
+#: ../../include/ajax/graph.ajax.php:156
 #, php-format
 msgid "%s days"
 msgstr "%s días"
@@ -43539,12 +42128,11 @@ msgstr "%s días"
 #: ../../godmode/reporting/create_container.php:557
 #: ../../godmode/reporting/create_container.php:628
 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. "
+"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 período de tiempo en el que se obtendrán los datos de la "
-"gráfica. Por ejemplo, una semana significa que habrá datos desde hace una semana "
-"hasta ahora. "
+"Este es el intervalo o período de tiempo en el que se obtendrán los datos de la gráfica. Por "
+"ejemplo, una semana significa que habrá datos desde hace una semana hasta ahora. "
 
 #: ../../godmode/reporting/create_container.php:498
 #: ../../godmode/reporting/create_container.php:686
@@ -43557,8 +42145,7 @@ msgstr "Tipo de gráfica"
 #: ../../godmode/reporting/create_container.php:505
 #: ../../godmode/reporting/create_container.php:576
 #: ../../godmode/reporting/create_container.php:691
-#: ../../godmode/reporting/graph_builder.main.php:297
-#: ../../include/functions_graph.php:5772
+#: ../../godmode/reporting/graph_builder.main.php:297 ../../include/functions_graph.php:5772
 #: ../../operation/agentes/interface_traffic_graph_win.php:256
 msgid "Show full scale graph (TIP)"
 msgstr "Mostrar gráfica a escala completa (TIP)"
@@ -43589,8 +42176,7 @@ msgstr "Agente/módulo"
 msgid "M.Group"
 msgstr "M.Grupo"
 
-#: ../../godmode/reporting/map_builder.php:324
-#: ../../godmode/reporting/map_builder.php:332
+#: ../../godmode/reporting/map_builder.php:324 ../../godmode/reporting/map_builder.php:332
 msgid "Not copied. Error copying data"
 msgstr "Se ha producido un error al copiar los datos."
 
@@ -43611,13 +42197,11 @@ msgstr "Elementos"
 msgid "There are no visual console defined yet."
 msgstr "No hay consola visual definida todavía."
 
-#: ../../godmode/reporting/graph_builder.php:337
-#: ../../operation/reporting/graph_viewer.php:241
+#: ../../godmode/reporting/graph_builder.php:337 ../../operation/reporting/graph_viewer.php:241
 msgid "Graph editor"
 msgstr "Editor de gráficas"
 
-#: ../../godmode/reporting/graph_builder.php:348
-#: ../../include/functions_events.php:4624
+#: ../../godmode/reporting/graph_builder.php:348 ../../include/functions_events.php:4624
 #: ../../operation/reporting/graph_viewer.php:260
 msgid "View graph"
 msgstr "Ver gráfica"
@@ -43663,14 +42247,12 @@ msgid "List of custom graphs"
 msgstr "Lista de gráficos personalizados"
 
 #: ../../godmode/reporting/graphs.php:236 ../../godmode/reporting/graphs.php:275
-#: ../../godmode/reporting/schedule.php:141
-#: ../../godmode/reporting/reporting_builder.php:748
+#: ../../godmode/reporting/schedule.php:141 ../../godmode/reporting/reporting_builder.php:748
 msgid "Free text for search: "
 msgstr "Texto libre de búsqueda "
 
 #: ../../godmode/reporting/graphs.php:237 ../../godmode/reporting/graphs.php:275
-#: ../../godmode/reporting/schedule.php:142
-#: ../../godmode/reporting/reporting_builder.php:749
+#: ../../godmode/reporting/schedule.php:142 ../../godmode/reporting/reporting_builder.php:749
 msgid "Search by report name or description, list matches."
 msgstr "Búsqueda por nombre del informe o descripción, lista de coincidencias"
 
@@ -43714,11 +42296,11 @@ msgstr "Nombre, Informe, Tarea y Grupo son obligatorios."
 #: ../../godmode/reporting/graph_builder.graph_editor.php:92
 #, php-format
 msgid ""
-"The maximum number of items in a chart is %d. You have %d elements, only first %d "
-"will be displayed."
+"The maximum number of items in a chart is %d. You have %d elements, only first %d will be "
+"displayed."
 msgstr ""
-"El número máximo de elementos en una tabla es %d. Tiene %d elementos, solo se "
-"mostrarán los primeros %d."
+"El número máximo de elementos en una tabla es %d. Tiene %d elementos, solo se mostrarán los "
+"primeros %d."
 
 #: ../../godmode/reporting/graph_builder.graph_editor.php:121
 msgid "Sort selected items"
@@ -43746,11 +42328,11 @@ msgstr "No válido"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1258
 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."
+"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."
+"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:1377
 msgid "Operating system version"
@@ -43758,14 +42340,14 @@ msgstr "Versión de sistema operativo"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1378
 msgid ""
-"Case insensitive regular expression for OS version. For example: Centos.* will match "
-"with the following OS versions: Centos 6.4, Centos 7. Important: OS version must be "
-"registered in Operating Systems editor."
+"Case insensitive regular expression for OS version. For example: Centos.* will match with "
+"the following OS versions: Centos 6.4, Centos 7. Important: OS version must be registered in "
+"Operating Systems editor."
 msgstr ""
-"Expresión regular no sensible a mayúsculas/minúsculas para la versión de sistema "
-"operativo. Por ejemplo: Centos.* coincidirá con las siguientes versiones de sistema "
-"operativo: Centos 6.4, Centos 7. Importante: la versión del sistema operativo debe "
-"estar registrada en el editor de sistemas operativos."
+"Expresión regular no sensible a mayúsculas/minúsculas para la versión de sistema operativo. "
+"Por ejemplo: Centos.* coincidirá con las siguientes versiones de sistema operativo: Centos "
+"6.4, Centos 7. Importante: la versión del sistema operativo debe estar registrada en el "
+"editor de sistemas operativos."
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1531
 msgid "All nodes"
@@ -43776,21 +42358,18 @@ msgid "Log number"
 msgstr "Número de logs"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1620
-msgid ""
-"Warning: this parameter limits the contents of the logs and affects the performance."
-msgstr ""
-"Advertencia: este parámetro limita los contenidos de los logs y afecta al "
-"rendimiento."
+msgid "Warning: this parameter limits the contents of the logs and affects the performance."
+msgstr "Advertencia: este parámetro limita los contenidos de los logs y afecta al rendimiento."
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1681
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1784
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1918
 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. "
+"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. "
+"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:1715
 msgid "Show aggregate by destination port"
@@ -43835,11 +42414,11 @@ msgstr "Intervalo"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:1831
 msgid ""
-"This is the time range in which the files are grouped. For example, 1 day will group "
-"the files by day and will count them."
+"This is the time range in which the files are grouped. For example, 1 day will group the "
+"files by day and will count them."
 msgstr ""
-"Este es el intervalo de tiempo en el que se agrupan los ficheros. Por ejemplo, 1 "
-"agrupará los ficheros por día y los contará."
+"Este es el intervalo de tiempo en el que se agrupan los ficheros. Por ejemplo, 1 agrupará "
+"los ficheros por día y los contará."
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2178
 msgid "Group NCM"
@@ -43854,8 +42433,7 @@ msgid "Show modules"
 msgstr "Mostrar módulos"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:2771
-#: ../../include/functions_ui.php:2849
-#: ../../include/lib/Dashboard/Widgets/inventory.php:335
+#: ../../include/functions_ui.php:2849 ../../include/lib/Dashboard/Widgets/inventory.php:335
 #: ../../include/lib/Dashboard/Widgets/inventory.php:1196
 msgid "Last"
 msgstr "Último"
@@ -43874,8 +42452,7 @@ msgstr "Definición de renderizado"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3196
 msgid "Please note that not all CSS styles are supported by PDF reports."
-msgstr ""
-"Tenga en cuenta que no todos los estilos CSS son compatibles con los informes PDF."
+msgstr "Tenga en cuenta que no todos los estilos CSS son compatibles con los informes PDF."
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3416
 msgid "Greater or equal (>=)"
@@ -43903,11 +42480,11 @@ msgstr "No igual a (!=)"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3546
 msgid ""
-"Show a summary chart with max, min and average number of total modules at the end of "
-"the report and Checks."
+"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."
+"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:3601
 msgid "Checks in Warning status"
@@ -43943,11 +42520,11 @@ msgstr "Validado vs invalidado "
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:3850
 msgid ""
-"With the token enabled the query will affect the Historical Database, which may mean "
-"a small drop in performance."
+"With the token enabled the query will affect the Historical Database, which may mean a small "
+"drop in performance."
 msgstr ""
-"Con el token habilitado, la consulta afectará a la base de datos histórica, que "
-"puede acarrear una bajada del rendimiento."
+"Con el token habilitado, la consulta afectará a la base de datos histórica, que puede "
+"acarrear una bajada del rendimiento."
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4035
 msgid "Include filter"
@@ -43964,11 +42541,11 @@ msgstr "Excluir filtro"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4158
 msgid ""
-"Use prefix notation for numeric values (example: 20,8Kbytes/sec), otherwise full "
-"value will be displayed (example: 20.742 bytes/sec)"
+"Use prefix notation for numeric values (example: 20,8Kbytes/sec), otherwise full value will "
+"be displayed (example: 20.742 bytes/sec)"
 msgstr ""
-"Utilice la notación de prefijo para los valores numéricos (ejemplo: 20,8 Kbytes/"
-"seg), de lo contrario se mostrará el valor completo (ejemplo: 20,742 bytes/seg)"
+"Utilice la notación de prefijo para los valores numéricos (ejemplo: 20,8 Kbytes/seg), de lo "
+"contrario se mostrará el valor completo (ejemplo: 20,742 bytes/seg)"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:4196
 #: ../../include/functions_reporting.php:5503
@@ -44081,11 +42658,11 @@ msgstr "tasa"
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5612
 msgid ""
-"Please be careful, when the module have diferent intervals in their life, the "
-"summatory maybe get bad result."
+"Please be careful, when the module have diferent intervals in their life, the summatory "
+"maybe get bad result."
 msgstr ""
-"Por favor, ten en cuenta que cuando el módulo tiene diferentes intervalos a lo largo "
-"de su historia, el sumatorio puede obtener resultados incorrectos."
+"Por favor, ten en cuenta que cuando el módulo tiene diferentes intervalos a lo largo de su "
+"historia, el sumatorio puede obtener resultados incorrectos."
 
 #: ../../godmode/reporting/reporting_builder.item_editor.php:5632
 msgid "Please save the report to start adding items into the list."
@@ -44150,8 +42727,7 @@ msgstr "Programa / Día"
 msgid "No name"
 msgstr "Sin nombre"
 
-#: ../../godmode/reporting/schedule.php:255
-#: ../../godmode/reporting/reporting_builder.php:1292
+#: ../../godmode/reporting/schedule.php:255 ../../godmode/reporting/reporting_builder.php:1292
 msgid "Create report"
 msgstr "Crear informe"
 
@@ -44172,8 +42748,7 @@ msgid "Percentile Bubble"
 msgstr "Burbuja percentil"
 
 #: ../../godmode/reporting/visual_console_builder.elements.php:244
-#: ../../mobile/operation/events.php:862
-#: ../../include/functions_visual_map_editor.php:1443
+#: ../../mobile/operation/events.php:862 ../../include/functions_visual_map_editor.php:1443
 #: ../../include/functions_graph.php:5621 ../../include/functions_graph.php:5811
 #: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:748
 #: ../../operation/visual_console/view.php:330
@@ -44183,8 +42758,7 @@ msgstr "Gráfico de módulo"
 #: ../../godmode/reporting/visual_console_builder.elements.php:255
 #: ../../include/functions_visual_map_editor.php:59
 #: ../../include/functions_visual_map_editor.php:1446
-#: ../../include/functions_visual_map.php:4205
-#: ../../operation/visual_console/view.php:350
+#: ../../include/functions_visual_map.php:4205 ../../operation/visual_console/view.php:350
 msgid "Event history graph"
 msgstr "Gráfica de histórico de eventos"
 
@@ -44211,8 +42785,7 @@ msgstr "Valor simple (media)"
 #: ../../godmode/reporting/visual_console_builder.elements.php:332
 #: ../../include/functions_visual_map_editor.php:71
 #: ../../include/functions_visual_map_editor.php:1452
-#: ../../include/functions_visual_map.php:4185
-#: ../../operation/visual_console/view.php:380
+#: ../../include/functions_visual_map.php:4185 ../../operation/visual_console/view.php:380
 msgid "Box"
 msgstr "Caja"
 
@@ -44263,11 +42836,11 @@ msgstr "Editar etiqueta"
 
 #: ../../godmode/reporting/visual_console_builder.elements.php:788
 msgid ""
-"You have to change the \"max_input_vars\" and set bigger value on php.ini for update, there is too much elements to update"
+"You have to change the \"max_input_vars\" and set bigger value on php.ini for "
+"update, there is too much elements to update"
 msgstr ""
-"Debe cambiar el ”max_input_vars” e introducir un valor mayor en php.ini para su actualización, existen demasiados elementos a actualizar"
+"Debe cambiar el ”max_input_vars” e introducir un valor mayor en php.ini para "
+"su actualización, existen demasiados elementos a actualizar"
 
 #: ../../godmode/reporting/visual_console_builder.elements.php:1035
 msgid "Error."
@@ -44295,11 +42868,11 @@ msgstr "Permisos de escritura"
 
 #: ../../godmode/reporting/reporting_builder.main.php:163
 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."
+"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, quieres un informe que las personas de \"Todos\" los grupos pueden ver, "
-"pero quieres que solo tú o tu grupo podáis editarlo."
+"Por ejemplo, quieres un informe que las personas de \"Todos\" los grupos pueden ver, pero "
+"quieres que solo tú o tu grupo podáis editarlo."
 
 #: ../../godmode/reporting/reporting_builder.main.php:184
 msgid "Write Access Group"
@@ -44351,9 +42924,8 @@ msgid "Percentile Item"
 msgstr "Elemento percentil"
 
 #: ../../godmode/reporting/visual_console_builder.wizard.php:125
-#: ../../mobile/operation/home.php:116
-#: ../../include/functions_visual_map_editor.php:391 ../../include/ajax/module.php:1343
-#: ../../include/functions_visual_map.php:4190
+#: ../../mobile/operation/home.php:116 ../../include/functions_visual_map_editor.php:391
+#: ../../include/ajax/module.php:1343 ../../include/functions_visual_map.php:4190
 #: ../../include/rest-api/models/VisualConsole/Item.php:2100
 msgid "Module graph"
 msgstr "Gráfico de módulo"
@@ -44540,32 +43112,32 @@ msgstr "Módulos y series"
 #: ../../godmode/um_client/index.php:97
 #, php-format
 msgid ""
-"You cannot use update manager %s. You are exceding monitoring limits by %s elements. "
-"Please update your license or disable enterprise section by moving enterprise "
-"directory to another location and try again."
+"You cannot use update manager %s. You are exceding monitoring limits by %s elements. Please "
+"update your license or disable enterprise section by moving enterprise directory to another "
+"location and try again."
 msgstr ""
-"No puede utilizar el administrador de actualizaciones %s. Estás exiendo los límites "
-"de supervisión al %s elementos. Actualice su licencia."
+"No puede utilizar el administrador de actualizaciones %s. Estás exiendo los límites de "
+"supervisión al %s elementos. Actualice su licencia."
 
 #: ../../godmode/um_client/index.php:108
 #, php-format
 msgid ""
-"You cannot use update manager %s. This license has expired %d days ago. Please "
-"update your license or disable enterprise section by moving enterprise directory to "
-"another location and try again."
+"You cannot use update manager %s. This license has expired %d days ago. Please update your "
+"license or disable enterprise section by moving enterprise directory to another location and "
+"try again."
 msgstr ""
-"No puede utilizar el administrador de actualizaciones %s. Esta licencia ha caducado "
-"hace %d días. Actualice su licencia."
+"No puede utilizar el administrador de actualizaciones %s. Esta licencia ha caducado hace %d "
+"días. Actualice su licencia."
 
 #: ../../godmode/um_client/index.php:121
 #, php-format
 msgid ""
-"You cannot use update manager %s. This license is a trial license to test all %s "
-"features. Please update your license to unlock all %s features."
+"You cannot use update manager %s. This license is a trial license to test all %s features. "
+"Please update your license to unlock all %s features."
 msgstr ""
-"No puede utilizar el administrador de actualizaciones %s. Esta licencia es una "
-"licencia de prueba para probar todas las características %s. Actualice su licencia "
-"para desbloquear todas %s funciones."
+"No puede utilizar el administrador de actualizaciones %s. Esta licencia es una licencia de "
+"prueba para probar todas las características %s. Actualice su licencia para desbloquear "
+"todas %s funciones."
 
 #: ../../godmode/um_client/index.php:217
 #, php-format
@@ -44575,8 +43147,8 @@ msgstr "La versión maestra del servidor %s no coincide con la versión de conso
 #: ../../godmode/um_client/index.php:230
 #, php-format
 msgid ""
-"'%s' recommended value is %s or greater. Please, change it on your PHP configuration "
-"file (php.ini) or contact with administrator"
+"'%s' recommended value is %s or greater. Please, change it on your PHP configuration file "
+"(php.ini) or contact with administrator"
 msgstr ""
 "El valor recomendado \"%s\" es %s o mayor. Por favor, cámbielo en su archivo de "
 "configuración PHP (php.ini) o póngase en contacto con el administrador"
@@ -44587,12 +43159,12 @@ msgstr "Para actualizar online debe estar registrado."
 
 #: ../../godmode/um_client/index.php:324
 msgid ""
-"Applying offline patches may make your console unusable, we recommend to completely "
-"backup your files before applying any patch."
+"Applying offline patches may make your console unusable, we recommend to completely backup "
+"your files before applying any patch."
 msgstr ""
-"La aplicación de parches sin conexión puede hacer que su consola sea inutilizable, "
-"le recomendamos que haga una copia de seguridad completa de sus archivos antes de "
-"aplicar cualquier parche."
+"La aplicación de parches sin conexión puede hacer que su consola sea inutilizable, le "
+"recomendamos que haga una copia de seguridad completa de sus archivos antes de aplicar "
+"cualquier parche."
 
 #: ../../godmode/events/event_responses.editor.php:156
 msgid "Modal window"
@@ -44607,8 +43179,7 @@ msgid "For Command type Modal Window mode is enforced"
 msgstr "Para tipo comando, se aplica el modo ventana modal"
 
 #: ../../godmode/events/event_responses.editor.php:268
-#: ../../include/class/AgentWizard.class.php:558
-#: ../../include/functions_snmp_browser.php:806
+#: ../../include/class/AgentWizard.class.php:558 ../../include/functions_snmp_browser.php:806
 msgid "Local console"
 msgstr "Consola local"
 
@@ -44627,11 +43198,10 @@ msgstr "Mostrar comando"
 
 #: ../../godmode/events/event_responses.editor.php:320
 msgid ""
-"If enabled the command will be displayed to any user that can execute this event "
-"response"
+"If enabled the command will be displayed to any user that can execute this event response"
 msgstr ""
-"Si está habilitado, el comando se mostrará a cualquier usuario que pueda ejecutar "
-"esta respuesta de evento"
+"Si está habilitado, el comando se mostrará a cualquier usuario que pueda ejecutar esta "
+"respuesta de evento"
 
 #: ../../godmode/events/event_edit_filter.php:332
 msgid "Save in group"
@@ -44649,40 +43219,33 @@ msgstr "Escoge entre los usuarios que tienen validado un evento. "
 msgid "Owner."
 msgstr "Propietario."
 
-#: ../../godmode/events/event_edit_filter.php:563
-#: ../../operation/events/events.php:2069
+#: ../../godmode/events/event_edit_filter.php:563 ../../operation/events/events.php:2069
 msgid "All events"
 msgstr "Todos los eventos"
 
-#: ../../godmode/events/event_edit_filter.php:564
-#: ../../operation/events/events.php:2070 ../../operation/events/events.php:2786
+#: ../../godmode/events/event_edit_filter.php:564 ../../operation/events/events.php:2070
+#: ../../operation/events/events.php:2786
 msgid "Group events"
 msgstr "Eventos agrupados"
 
-#: ../../godmode/events/event_edit_filter.php:565
-#: ../../include/ajax/heatmap.ajax.php:99
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:252
-#: ../../operation/events/events.php:2071
+#: ../../godmode/events/event_edit_filter.php:565 ../../include/ajax/heatmap.ajax.php:99
+#: ../../include/lib/Dashboard/Widgets/heatmap.php:252 ../../operation/events/events.php:2071
 msgid "Group agents"
 msgstr "Grupos de agente"
 
-#: ../../godmode/events/event_edit_filter.php:566
-#: ../../operation/events/events.php:2072
+#: ../../godmode/events/event_edit_filter.php:566 ../../operation/events/events.php:2072
 msgid "Group extra id"
 msgstr "ID adicional de grupo"
 
-#: ../../godmode/events/event_edit_filter.php:791
-#: ../../operation/events/events.php:2342
+#: ../../godmode/events/event_edit_filter.php:791 ../../operation/events/events.php:2342
 msgid "Filter alert events"
 msgstr "Filtrar eventos de alertas"
 
-#: ../../godmode/events/event_edit_filter.php:792
-#: ../../operation/events/events.php:2343
+#: ../../godmode/events/event_edit_filter.php:792 ../../operation/events/events.php:2343
 msgid "Only alert events"
 msgstr "Solo eventos de alertas"
 
-#: ../../godmode/events/event_edit_filter.php:841
-#: ../../operation/events/events.php:2202
+#: ../../godmode/events/event_edit_filter.php:841 ../../operation/events/events.php:2202
 msgid "Extra ID"
 msgstr "ID extra"
 
@@ -44698,8 +43261,7 @@ msgstr "Filtrar datos personalizados por campo de nombre"
 msgid "Filter custom data by value field"
 msgstr "Filtrar datos personalizados por campo de valor"
 
-#: ../../godmode/events/event_edit_filter.php:892
-#: ../../godmode/events/custom_events.php:117
+#: ../../godmode/events/event_edit_filter.php:892 ../../godmode/events/custom_events.php:117
 #: ../../include/functions_reporting_html.php:1725
 #: ../../include/functions_reporting_html.php:1973
 #: ../../include/functions_reporting_html.php:3848 ../../include/ajax/events.php:1846
@@ -44747,8 +43309,7 @@ msgstr "Id de evento"
 msgid "Event Name"
 msgstr "Nombre del evento"
 
-#: ../../godmode/events/custom_events.php:95
-#: ../../include/class/SatelliteAgent.class.php:174
+#: ../../godmode/events/custom_events.php:95 ../../include/class/SatelliteAgent.class.php:174
 #: ../../include/lib/Dashboard/Widgets/events_list.php:856
 msgid "Agent Name"
 msgstr "Nombre de agente"
@@ -44881,8 +43442,8 @@ msgstr "Error al actualizar la extensión: Error al parsear discovery_definition
 
 #: ../../godmode/wizards/ManageExtensions.class.php:734
 msgid ""
-"Deleting this application will also delete all the discovery tasks using it. Do you "
-"want to delete it?"
+"Deleting this application will also delete all the discovery tasks using it. Do you want to "
+"delete it?"
 msgstr ""
 "El borrado de esta aplicación también eliminará las tareas de Discovery que la estén "
 "utilizando. ¿Desea eliminarla?"
@@ -44903,32 +43464,32 @@ msgstr "Migrar tarea discovery antiguas."
 
 #: ../../godmode/wizards/ManageExtensions.class.php:1016
 msgid ""
-"The 'short_name' starting with 'pandorafms.' is reserved for Pandora FMS "
-"applications. If this is not an official Pandora FMS application, consider changing "
-"the 'short_name'. Do you want to continue?"
+"The 'short_name' starting with 'pandorafms.' is reserved for Pandora FMS applications. If "
+"this is not an official Pandora FMS application, consider changing the 'short_name'. Do you "
+"want to continue?"
 msgstr ""
-"El “short_name” que empieza con “pandorafms” está reservado para las aplicaciones de "
-"Pandora FMS. No se trata de una aplicación oficial de Pandora FMS, es recomendable "
-"cambiar el “short_name”. ¿Desea continuar?"
+"El “short_name” que empieza con “pandorafms” está reservado para las aplicaciones de Pandora "
+"FMS. No se trata de una aplicación oficial de Pandora FMS, es recomendable cambiar el "
+"“short_name”. ¿Desea continuar?"
 
 #: ../../godmode/wizards/ManageExtensions.class.php:1025
 #, php-format
 msgid ""
-"There is another application with the same 'short_name': '%s'. Do you want to "
-"overwrite the application and all of its contents?"
+"There is another application with the same 'short_name': '%s'. Do you want to overwrite the "
+"application and all of its contents?"
 msgstr ""
-"Existe otra aplicación con el mismo “short_name”: “%s”. ¿Desea sobreescribir la "
-"aplicación y todo su contenido?"
+"Existe otra aplicación con el mismo “short_name”: “%s”. ¿Desea sobreescribir la aplicación y "
+"todo su contenido?"
 
 #: ../../godmode/wizards/ManageExtensions.class.php:1209
 msgid ""
-"All ‘legacy‘ tasks for this application will be migrated to the new ‘.disco’ package "
-"system. All configurations and executions will be managed with the new system. This "
-"process will not be reversible.

" +"All ‘legacy‘ tasks for this application will be migrated to the new ‘.disco’ package system. " +"All configurations and executions will be managed with the new system. This process will not " +"be reversible.

" msgstr "" -"Todas las tareas legacy de esta aplicación se migrarán al nuevo sistema de paquetes " -"disco. Todas las configuraciones y ejecuciones se gestionarán con el nuevo sistema. " -"El proceso no será reversible.

" +"Todas las tareas legacy de esta aplicación se migrarán al nuevo sistema de paquetes disco. " +"Todas las configuraciones y ejecuciones se gestionarán con el nuevo sistema. El proceso no " +"será reversible.

" #: ../../godmode/wizards/ManageExtensions.class.php:1211 msgid "Please check the migration code for the application before proceeding." @@ -44989,8 +43550,7 @@ msgid "Invalid content readed from csv file: %s" msgstr "Lector de contenido del archivo CSV no válido: %s" #: ../../godmode/wizards/HostDevices.class.php:391 -msgid "" -"This network scan task has been already defined. Please edit it or create a new one." +msgid "This network scan task has been already defined. Please edit it or create a new one." msgstr "Esta tarea de escaneo de red ya ha sido definida, Edítela o cree una nueva." #: ../../godmode/wizards/HostDevices.class.php:433 @@ -45032,8 +43592,8 @@ msgstr "Redes (CSV)" #: ../../godmode/wizards/HostDevices.class.php:942 msgid "" -"You can upload a CSV file. Each line must contain a network in IP/MASK format. For " -"instance: 192.168.1.1/32" +"You can upload a CSV file. Each line must contain a network in IP/MASK format. For instance: " +"192.168.1.1/32" msgstr "" "Puede subir un archivo CSV. Cada línea debe contener una red en formato IP/MASK. Por " "ejemplo: 192.168.1.1/32" @@ -45048,22 +43608,21 @@ msgstr "Sube un nuevo archivo para sobrescribir este contenido." #: ../../godmode/wizards/HostDevices.class.php:972 msgid "" -"You can specify networks or fully qualified domain names of a specific host, " -"separated by commas, for example: 192.168.50.0/24,192.168.60.0/24, hostname.artica.es" +"You can specify networks or fully qualified domain names of a specific host, separated by " +"commas, for example: 192.168.50.0/24,192.168.60.0/24, hostname.artica.es" msgstr "" -"Puede especificar redes o nombres de dominio completos de un host específico, " -"separados por comas, por ejemplo: 192.168.50.0/24,192.168.60.0/24, hostname.artica.es" +"Puede especificar redes o nombres de dominio completos de un host específico, separados por " +"comas, por ejemplo: 192.168.50.0/24,192.168.60.0/24, hostname.artica.es" #: ../../godmode/wizards/HostDevices.class.php:1122 msgid "Filter by opened ports" msgstr "Filtrar por puertos abiertos" #: ../../godmode/wizards/HostDevices.class.php:1124 -msgid "" -"Targets will be scanned if at least one of defined ports (comma separated) is open." +msgid "Targets will be scanned if at least one of defined ports (comma separated) is open." msgstr "" -"Los objetivos se escanearán si al menos uno de los puertos definidos (separados por " -"comas) está abierto." +"Los objetivos se escanearán si al menos uno de los puertos definidos (separados por comas) " +"está abierto." #: ../../godmode/wizards/HostDevices.class.php:1137 msgid "Auto discover known hardware" @@ -45071,11 +43630,10 @@ msgstr "Auto descubrir el hardware conocido" #: ../../godmode/wizards/HostDevices.class.php:1139 msgid "" -"Targets will be monitorized based on its Private Enterprise Number. Requires " -"SNMP." +"Targets will be monitorized based on its Private Enterprise Number. Requires SNMP." msgstr "" -"Los objetivos se monitorizarán en base a su Número de empresa privado. " -"Precisa de SNMP." +"Los objetivos se monitorizarán en base a su Número de empresa privado. Precisa de " +"SNMP." #: ../../godmode/wizards/HostDevices.class.php:1154 msgid "Module Host Alive will be added to discovered agents by default." @@ -45084,11 +43642,11 @@ msgstr "El módulo Host Alive se añadirá a los agentes descubiertos por #: ../../godmode/wizards/HostDevices.class.php:1199 #, php-format msgid "" -"Configured networks could generate %d agents, your license only allows %d, 'review " -"results' is mandatory." +"Configured networks could generate %d agents, your license only allows %d, 'review results' " +"is mandatory." msgstr "" -"Las redes configuradas pueden generar %d agentes, su licencia solo permite %d, " -"'revisar resultados' es obligatorio." +"Las redes configuradas pueden generar %d agentes, su licencia solo permite %d, 'revisar " +"resultados' es obligatorio." #: ../../godmode/wizards/HostDevices.class.php:1207 #: ../../godmode/wizards/DiscoveryTaskList.class.php:980 @@ -45108,8 +43666,8 @@ msgid "" "System is able to auto configure detected host & devices by applying your defined " "configuration rules." msgstr "" -"El sistema puede auto configurar el host y los dispositivos detectados aplicando las " -"normas de configuración." +"El sistema puede auto configurar el host y los dispositivos detectados aplicando las normas " +"de configuración." #: ../../godmode/wizards/HostDevices.class.php:1253 msgid "SNMP enabled" @@ -45126,12 +43684,9 @@ msgstr "Comunidades SNMP con las que probar" #: ../../godmode/wizards/HostDevices.class.php:1315 #: ../../include/class/WelcomeWindow.class.php:898 -msgid "" -"You can specify several values, separated by commas, for example: public," -"mysecret,1234" +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" +"Puede especificar varios valores, separados por coma, por ejemplo: public,mysecret,1234" #: ../../godmode/wizards/HostDevices.class.php:1414 msgid "OS detection" @@ -45157,43 +43712,43 @@ msgstr "VLAN habilitada" msgid "WMI enabled" msgstr "WMI habilitado" -#: ../../godmode/wizards/HostDevices.class.php:1619 -#: ../../include/functions_html.php:650 ../../include/functions_html.php:6737 +#: ../../godmode/wizards/HostDevices.class.php:1619 ../../include/functions_html.php:650 +#: ../../include/functions_html.php:6737 msgid "Please select..." msgstr "Seleccione..." #: ../../godmode/wizards/Wizard.main.php:596 msgid "" -"Starting with version 773, the new modular system of discovery 2.0 has been " -"implemented. The current\n" -" discovery (1.0) and its defined tasks will continue to function " -"normally until the next LTS version,\n" +"Starting with version 773, the new modular system of discovery 2.0 has been implemented. The " +"current\n" +" discovery (1.0) and its defined tasks will continue to function normally " +"until the next LTS version,\n" " in which migration to the new system will be mandatory.\n" -" The tasks of the current discovery (1.0) will be marked as legacy " -"although it will not affect their\n" -" operation, it will only be a visual indicator to identify and " -"differentiate the tasks of discovery 1.0\n" +" The tasks of the current discovery (1.0) will be marked as legacy although " +"it will not affect their\n" +" operation, it will only be a visual indicator to identify and differentiate " +"the tasks of discovery 1.0\n" " from those of the new version 2.0.\n" -" In the intermediate versions between the 773 and the next LTS " -"version, more applications of the new\n" -" discovery 2.0 will be added. Both new and those that will come to " -"replace the applications of the\n" -" current discovery 1.0. In addition, an automatic migration tool for " -"legacy (1.0) tasks to the new 2.0\n" +" In the intermediate versions between the 773 and the next LTS version, more " +"applications of the new\n" +" discovery 2.0 will be added. Both new and those that will come to replace " +"the applications of the\n" +" current discovery 1.0. In addition, an automatic migration tool for legacy " +"(1.0) tasks to the new 2.0\n" " model will be included." msgstr "" -"Comenzando con la versión 773, se ha implementado el nuevo sistema modular de " -"discovery 2.0. El \n" +"Comenzando con la versión 773, se ha implementado el nuevo sistema modular de discovery 2.0. " +"El \n" " discovery (1.0) actual y las tareas que tiene definidas continuarán " "funcionando con normalidad hasta la próxima versión LTS,\n" " en la que será obligatoria la migración al nuevo sistema.\n" -" Las tareas del discovery (1.0) actual estarán marcadas como legacy " -"aunque esto no afectará a su\n" -" funcionamiento, únicamente servirá de indicador visual para " -"identificar y diferenciar las tareas de discovery 1.0\n" +" Las tareas del discovery (1.0) actual estarán marcadas como legacy aunque " +"esto no afectará a su\n" +" funcionamiento, únicamente servirá de indicador visual para identificar y " +"diferenciar las tareas de discovery 1.0\n" " de aquellas de la nueva versión 2.0.\n" -" En las versiones intermedias entre la 773 y la siguiente versión " -"LTS, se añadirán más aplicaciones del nuevo\n" +" En las versiones intermedias entre la 773 y la siguiente versión LTS, se " +"añadirán más aplicaciones del nuevo\n" " discovery 2.0. Tanto nuevas como aquellas que reemplazarán a las " "aplicaciones la" @@ -45442,11 +43997,11 @@ msgstr "Tarea encolada, espere." #: ../../godmode/wizards/DiscoveryTaskList.class.php:1697 msgid "" -"Please ensure instances or regions are being monitorized and 'scan and general " -"monitoring' is enabled." +"Please ensure instances or regions are being monitorized and 'scan and general monitoring' " +"is enabled." msgstr "" -"Asegúrese de que las instancias o las regiones están siendo monitorizadas y 'escaneo " -"y monitorización general' está habilitado." +"Asegúrese de que las instancias o las regiones están siendo monitorizadas y 'escaneo y " +"monitorización general' está habilitado." #: ../../godmode/wizards/DiscoveryTaskList.class.php:1715 #: ../../godmode/wizards/DiscoveryTaskList.class.php:1857 @@ -45476,8 +44031,7 @@ msgstr "plegar todo" #: ../../godmode/wizards/DiscoveryTaskList.class.php:1840 msgid "No devices found in temporary resources, please re-launch." msgstr "" -"No se han encontrado dispositivos en los recursos temporales, por favor vuelva a " -"lanzarlo." +"No se han encontrado dispositivos en los recursos temporales, por favor vuelva a lanzarlo." #: ../../godmode/wizards/DiscoveryTaskList.class.php:1907 #, php-format @@ -45503,8 +44057,7 @@ msgstr "Cancelado" #: ../../godmode/wizards/DiscoveryTaskList.class.php:2016 msgid "Server has been restarted while executing this task, please retry." -msgstr "" -"El servidor se ha reiniciado mientras ejecutaba esta tarea, vuelva a intentarlo." +msgstr "El servidor se ha reiniciado mientras ejecutaba esta tarea, vuelva a intentarlo." #: ../../godmode/wizards/DiscoveryTaskList.class.php:2026 #: ../../include/help/clippy/operation_agentes_ver_agente.php:40 @@ -45530,14 +44083,13 @@ msgstr "No instalado" #: ../../godmode/wizards/Custom.class.php:174 ../../godmode/wizards/Cloud.class.php:256 #: ../../godmode/wizards/Applications.class.php:251 msgid "" -"All company names used here are for identification purposes only. Use of these " -"names, logos, and brands does not imply endorsement." +"All company names used here are for identification purposes only. Use of these names, logos, " +"and brands does not imply endorsement." msgstr "" -"Todos los nombres de compañías aquí utilizados tienen fines identificatorios. El uso " -"de estos nombres, logos y marcas no implica patrocinio alguno." +"Todos los nombres de compañías aquí utilizados tienen fines identificatorios. El uso de " +"estos nombres, logos y marcas no implica patrocinio alguno." -#: ../../godmode/wizards/Cloud.class.php:166 -#: ../../godmode/wizards/Applications.class.php:160 +#: ../../godmode/wizards/Cloud.class.php:166 ../../godmode/wizards/Applications.class.php:160 msgid "This legacy app has been migrated to new discovery 2.0 system" msgstr "Se ha migrado esta app legacy al nuevo sistema Discovery 2.0" @@ -45548,11 +44100,11 @@ msgstr "Credenciales de %s" #: ../../godmode/wizards/Cloud.class.php:313 msgid "" -"If a task with the selected credentials is already running, it will be edited. To " -"create a new one, another account from the credential store must be selected." +"If a task with the selected credentials is already running, it will be edited. To create a " +"new one, another account from the credential store must be selected." msgstr "" -"Si una tarea con las credenciales seleccionadas ya se está ejecutando, se editará. " -"Para crear una nueva, se debe seleccionar otra cuenta del almacén de credenciales." +"Si una tarea con las credenciales seleccionadas ya se está ejecutando, se editará. Para " +"crear una nueva, se debe seleccionar otra cuenta del almacén de credenciales." #: ../../godmode/wizards/Cloud.class.php:333 msgid "Manage accounts" @@ -45588,8 +44140,7 @@ msgid "Failed updating credentials process" msgstr "Error en el proceso de actualización de credenciales" #: ../../godmode/servers/servers.build_table.php:133 -#: ../../mobile/operation/server_status.php:269 -#: ../../mobile/operation/server_status.php:307 +#: ../../mobile/operation/server_status.php:269 ../../mobile/operation/server_status.php:307 #: ../../mobile/operation/server_status.php:337 msgid "Server has crashed." msgstr "El servidor se ha caído." @@ -45599,8 +44150,7 @@ msgid "Server was manually disabled." msgstr "Se ha deshabilitado manualmente el servidor." #: ../../godmode/servers/servers.build_table.php:149 -#: ../../mobile/operation/server_status.php:275 -#: ../../mobile/operation/server_status.php:313 +#: ../../mobile/operation/server_status.php:275 ../../mobile/operation/server_status.php:313 #: ../../mobile/operation/server_status.php:343 msgid "Server is stopped." msgstr "El servidor se ha parado." @@ -45625,73 +44175,68 @@ msgstr "Recuperar módulos SNMP" msgid "Manage server conf" msgstr "Gestionar configuración del servidorservidor Satélite" -#: ../../godmode/servers/modificar_server.php:62 -#: ../../include/functions_servers.php:725 ../../include/functions_servers.php:731 +#: ../../godmode/servers/modificar_server.php:62 ../../include/functions_servers.php:725 +#: ../../include/functions_servers.php:731 msgid "SNMP Trap server" msgstr "Servidor de traps SNMP" -#: ../../godmode/servers/modificar_server.php:99 -#: ../../include/functions_servers.php:851 ../../include/functions_servers.php:857 +#: ../../godmode/servers/modificar_server.php:99 ../../include/functions_servers.php:851 +#: ../../include/functions_servers.php:857 msgid "Correlation server" msgstr "Servidor de correlación" -#: ../../godmode/servers/modificar_server.php:103 -#: ../../include/functions_servers.php:865 ../../include/functions_servers.php:871 -#: ../../include/functions_servers.php:1439 +#: ../../godmode/servers/modificar_server.php:103 ../../include/functions_servers.php:865 +#: ../../include/functions_servers.php:871 ../../include/functions_servers.php:1439 msgid "Enterprise ICMP server" msgstr "Servidor ICMP Enterprise" -#: ../../godmode/servers/modificar_server.php:107 -#: ../../include/functions_servers.php:879 ../../include/functions_servers.php:885 -#: ../../include/functions_servers.php:1442 +#: ../../godmode/servers/modificar_server.php:107 ../../include/functions_servers.php:879 +#: ../../include/functions_servers.php:885 ../../include/functions_servers.php:1442 msgid "Enterprise SNMP server" msgstr "Servidor SNMP Enterprise" -#: ../../godmode/servers/modificar_server.php:111 -#: ../../include/functions_servers.php:893 ../../include/functions_servers.php:899 -#: ../../include/class/AgentWizard.class.php:1382 +#: ../../godmode/servers/modificar_server.php:111 ../../include/functions_servers.php:893 +#: ../../include/functions_servers.php:899 ../../include/class/AgentWizard.class.php:1382 msgid "Enterprise Satellite server" msgstr "Servidor Enterprise Satélite" -#: ../../godmode/servers/modificar_server.php:115 -#: ../../include/functions_servers.php:907 ../../include/functions_servers.php:913 +#: ../../godmode/servers/modificar_server.php:115 ../../include/functions_servers.php:907 +#: ../../include/functions_servers.php:913 msgid "Enterprise Transactional server" msgstr "Servidor transaccional Enterprise" -#: ../../godmode/servers/modificar_server.php:119 -#: ../../include/functions_servers.php:921 ../../include/functions_servers.php:927 +#: ../../godmode/servers/modificar_server.php:119 ../../include/functions_servers.php:921 +#: ../../include/functions_servers.php:927 msgid "Mainframe server" msgstr "Servidor mainframe" -#: ../../godmode/servers/modificar_server.php:123 -#: ../../include/functions_servers.php:935 ../../include/functions_servers.php:941 +#: ../../godmode/servers/modificar_server.php:123 ../../include/functions_servers.php:935 +#: ../../include/functions_servers.php:941 msgid "Sync server" msgstr "Servidor sync" -#: ../../godmode/servers/modificar_server.php:127 -#: ../../include/functions_servers.php:949 ../../include/functions_servers.php:955 +#: ../../godmode/servers/modificar_server.php:127 ../../include/functions_servers.php:949 +#: ../../include/functions_servers.php:955 msgid "Wux server" msgstr "Servidor WUX" -#: ../../godmode/servers/modificar_server.php:139 -#: ../../include/functions_servers.php:991 ../../include/functions_servers.php:997 -#: ../../include/functions_servers.php:1484 +#: ../../godmode/servers/modificar_server.php:139 ../../include/functions_servers.php:991 +#: ../../include/functions_servers.php:997 ../../include/functions_servers.php:1484 msgid "Autoprovision server" msgstr "Servidor de auto aprovisionamiento" -#: ../../godmode/servers/modificar_server.php:143 -#: ../../include/functions_servers.php:1005 ../../include/functions_servers.php:1011 -#: ../../include/functions_servers.php:1487 +#: ../../godmode/servers/modificar_server.php:143 ../../include/functions_servers.php:1005 +#: ../../include/functions_servers.php:1011 ../../include/functions_servers.php:1487 msgid "Migration server" msgstr "Servidor de migración" -#: ../../godmode/servers/modificar_server.php:151 -#: ../../include/functions_servers.php:1033 ../../include/functions_servers.php:1039 +#: ../../godmode/servers/modificar_server.php:151 ../../include/functions_servers.php:1033 +#: ../../include/functions_servers.php:1039 msgid "Netflow server" msgstr "Servidor Netflow" -#: ../../godmode/servers/modificar_server.php:155 -#: ../../include/functions_servers.php:1061 ../../include/functions_servers.php:1067 +#: ../../godmode/servers/modificar_server.php:155 ../../include/functions_servers.php:1061 +#: ../../include/functions_servers.php:1067 msgid "MADE server" msgstr "Servidor MADE" @@ -45755,8 +44300,8 @@ msgstr "Servidor actualizado correctamente" msgid "There was a problem updating the server" msgstr "Hubo un problema al actualizar el servidor" -#: ../../godmode/servers/plugin_registration.php:58 -#: ../../godmode/servers/plugin.php:396 ../../godmode/servers/plugin.php:804 +#: ../../godmode/servers/plugin_registration.php:58 ../../godmode/servers/plugin.php:396 +#: ../../godmode/servers/plugin.php:804 msgid "To manage plugin you must activate centralized management" msgstr "Active la gestión centralizada para gestionar el plugin" @@ -45768,15 +44313,14 @@ msgstr "REGISTRO DE PLUGINS" msgid "Register plugin" msgstr "Registrar plugin" -#: ../../godmode/servers/plugin_registration.php:86 -#: ../../godmode/servers/plugin.php:868 +#: ../../godmode/servers/plugin_registration.php:86 ../../godmode/servers/plugin.php:868 #, php-format msgid "" -"This console is not manager of this environment, please manage this feature from " -"feature from %s." +"This console is not manager of this environment, please manage this feature from feature " +"from %s." msgstr "" -"La consola no administra este entorno, gestione esta funcionalidad desde la " -"funcionalidad desde %s." +"La consola no administra este entorno, gestione esta funcionalidad desde la funcionalidad " +"desde %s." #: ../../godmode/servers/plugin_registration.php:101 msgid "Plugin Registration" @@ -45784,13 +44328,13 @@ msgstr "Registro de puglins" #: ../../godmode/servers/plugin_registration.php:107 msgid "" -"This extension makes registering server plugins an easier task. Here you can upload " -"a server plugin in .pspz zipped format. Please refer to the official documentation " -"on how to obtain and use Server Plugins." +"This extension makes registering server plugins an easier task. Here you can upload a server " +"plugin in .pspz zipped format. Please refer to the official documentation on how to obtain " +"and use Server Plugins." msgstr "" -"Esta extensión facilita el registro de los plugins de servidor. Aquí puede subir un " -"plugin de servidor en formato .pspz comprimido. Consulte la documentación oficial " -"para saber como obtener y utilizar los plugins de servidor." +"Esta extensión facilita el registro de los plugins de servidor. Aquí puede subir un plugin " +"de servidor en formato .pspz comprimido. Consulte la documentación oficial para saber como " +"obtener y utilizar los plugins de servidor." #: ../../godmode/servers/plugin_registration.php:109 msgid "You can get more plugins in our" @@ -45865,12 +44409,11 @@ msgstr "Actualización de plugin" #: ../../godmode/servers/plugin.php:422 msgid "" "This console is not manager of this environment,\n" -" \t\tplease manage this feature from centralized manager console " -"(Metaconsole)." +" \t\tplease manage this feature from centralized manager console (Metaconsole)." msgstr "" "Esta consola no administra este entorno,\n" -" \t\tadministre esta funcionalidad desde el administrador centralizado de la " -"consola (Metaconsola)." +" \t\tadministre esta funcionalidad desde el administrador centralizado de la consola " +"(Metaconsola)." #: ../../godmode/servers/plugin.php:454 ../../godmode/servers/plugin.php:1135 msgid "Nagios" @@ -45882,8 +44425,8 @@ msgstr "Tipo de plugin" #: ../../godmode/servers/plugin.php:488 msgid "" -"This value only will be applied if is minor than the server general configuration " -"plugin timeout" +"This value only will be applied if is minor than the server general configuration plugin " +"timeout" msgstr "" "Este valor solo se aplicará si es menor que el tiempo de espera del plugin de la " "configuración general del servidor." @@ -45891,8 +44434,8 @@ msgstr "" #: ../../godmode/servers/plugin.php:488 msgid "If you set a 0 seconds timeout, the server plugin timeout will be used" msgstr "" -"Si configuras en 0 segundos el tiempo de espera, se utilizará el tiempo de espera " -"del plugin del servidor." +"Si configuras en 0 segundos el tiempo de espera, se utilizará el tiempo de espera del plugin " +"del servidor." #: ../../godmode/servers/plugin.php:490 msgid "Max. timeout" @@ -45920,13 +44463,11 @@ msgstr "Parámetros del plugin" msgid "Parameters macros" msgstr "Macros de los parámetros" -#: ../../godmode/servers/plugin.php:646 -#: ../../include/class/ManageNetScanScripts.class.php:671 +#: ../../godmode/servers/plugin.php:646 ../../include/class/ManageNetScanScripts.class.php:671 msgid "Hide value" msgstr "Ocultar valor" -#: ../../godmode/servers/plugin.php:657 -#: ../../include/class/ManageNetScanScripts.class.php:673 +#: ../../godmode/servers/plugin.php:657 ../../include/class/ManageNetScanScripts.class.php:673 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." @@ -45989,11 +44530,11 @@ msgstr "Algunos módulos o componentes están usando el plugin." #: ../../godmode/servers/plugin.php:1279 msgid "" -"The modules or components should be updated manually or using the bulk operations " -"for plugins after this change" +"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." +"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:1281 msgid "Are you sure you want to perform this action?" @@ -46001,11 +44542,10 @@ msgstr "¿Estás seguro de que quieres realizar esta acción?" #: ../../godmode/servers/plugin.php:1290 msgid "" -"The plugin macros cannot be updated because some modules or components are using the " -"plugin" +"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." +"Las macros del plugin no pueden ser actualizadas porque algunos módulos o componentes están " +"usando el plugin." #: ../../godmode/servers/discovery.php:202 msgid "You must create a task first" @@ -46038,11 +44578,11 @@ msgstr "Error al eliminar la etiqueta" #: ../../godmode/tag/tag.php:193 #, php-format msgid "" -"This node is configured with centralized mode. All tags information is read only. Go " -"to %s to manage it." +"This node is configured with centralized mode. All tags information is read only. Go to %s " +"to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/tag/tag.php:303 msgid "Tag name" @@ -46104,13 +44644,11 @@ msgstr "Hipervínculo a la información de ayuda que debe existir previamente" #: ../../godmode/tag/edit_tag.php:229 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 etiquetas" +msgstr "Direccion de email asociada para utilizarla después en alertas asociadas a etiquetas" #: ../../godmode/tag/edit_tag.php:238 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 etiquetas" +msgstr "Número de teléfono asociado para usar posteriormente en alertas asociadas a etiquetas" #: ../../godmode/category/category.php:62 ../../godmode/category/edit_category.php:65 msgid "List categories" @@ -46123,11 +44661,11 @@ msgstr "Configuración de categorías" #: ../../godmode/category/category.php:103 #, php-format msgid "" -"This node is configured with centralized mode. All categories information is read " -"only. Go to %s to manage it." +"This node is configured with centralized mode. All categories information is read only. Go " +"to %s to manage it." msgstr "" -"Este nodo esta configurado con el modo centralizado. Toda la información de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Este nodo esta configurado con el modo centralizado. Toda la información de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../godmode/category/category.php:118 msgid "Error deleting category" @@ -46209,8 +44747,7 @@ msgstr "La categoría no existe" msgid "Error loading results" msgstr "Error al cargar los resultados" -#: ../../mobile/include/functions_web.php:24 -#: ../../include/functions_reporting_html.php:6628 +#: ../../mobile/include/functions_web.php:24 ../../include/functions_reporting_html.php:6628 #: ../../include/functions_reporting_html.php:6782 msgid "Monitor" msgstr "Monitor" @@ -46222,27 +44759,25 @@ msgstr "Pandora FMS %s - Revisión %s" #: ../../mobile/include/system.class.php:175 msgid "" -"Access to this page is restricted to authorized users only, please contact your " -"system administrator if you should need help." +"Access to this page is restricted to authorized users only, please contact your system " +"administrator if you should need help." msgstr "" -"El acceso a esta página está restringido únicamente a los usuarios autorizados. " -"Póngase en contacto con el administrador de sistemas si necesita ayuda." +"El acceso a esta página está restringido únicamente a los usuarios autorizados. Póngase en " +"contacto con el administrador de sistemas si necesita ayuda." #: ../../mobile/include/system.class.php:175 ../../mobile/include/system.class.php:181 #, php-format msgid "" -"Please remember that any attempts to access this page will be recorded on the %s " -"System Database." +"Please remember that any attempts to access this page will be recorded on the %s System " +"Database." msgstr "" -"Recuerde que cualquier intento de acceso a esta página quedara grabado en la base de " -"datos del sistema de %s." +"Recuerde que cualquier intento de acceso a esta página quedara grabado en la base de datos " +"del sistema de %s." #: ../../mobile/include/system.class.php:181 -msgid "" -"Invalid license, please contact your system administrator if you should need help." +msgid "Invalid license, please contact your system administrator if you should need help." msgstr "" -"Licencia no válida, póngase en contacto con el administrador de sistemas si necesita " -"ayuda." +"Licencia no válida, póngase en contacto con el administrador de sistemas si necesita ayuda." #: ../../mobile/include/ui.class.php:120 #, php-format @@ -46290,8 +44825,7 @@ msgstr "Plegable incorrecto" #: ../../mobile/include/user.class.php:171 msgid "User cannot log in into this console, please contact administrator" msgstr "" -"El usuario no puede identificarse en esta consola, póngase en contacto con el " -"administrador" +"El usuario no puede identificarse en esta consola, póngase en contacto con el administrador" #: ../../mobile/include/user.class.php:287 ../../mobile/include/user.class.php:302 #: ../../mobile/include/user.class.php:309 @@ -46304,8 +44838,7 @@ msgstr "Código secreto no encontrado" #: ../../mobile/include/user.class.php:288 msgid "Please contact the administrator to reset your double authentication" -msgstr "" -"Por favor, contacta con el administrador para restablecer la doble autentificación." +msgstr "Por favor, contacta con el administrador para restablecer la doble autentificación." #: ../../mobile/include/user.class.php:310 msgid "There was an error checking the code" @@ -46468,8 +45001,7 @@ msgstr "No hay mapas famritos que mostrar" msgid "Module data" msgstr "Datos del módulo" -#: ../../mobile/operation/module_data.php:184 -#: ../../include/graphs/functions_flot.php:546 +#: ../../mobile/operation/module_data.php:184 ../../include/graphs/functions_flot.php:546 #: ../../include/functions_reporting_html.php:1314 #: ../../include/functions_reporting_html.php:5890 ../../include/ajax/events.php:1333 #: ../../include/functions_graph.php:4740 ../../include/functions_treeview.php:299 @@ -46477,8 +45009,7 @@ msgstr "Datos del módulo" msgid "No data" msgstr "Sin datos" -#: ../../mobile/operation/module_graph.php:356 -#: ../../mobile/operation/module_graph.php:369 +#: ../../mobile/operation/module_graph.php:356 ../../mobile/operation/module_graph.php:369 #, php-format msgid "%s: %s" msgstr "%s: %s" @@ -46524,30 +45055,24 @@ msgstr "Actualizar gráfico" msgid "Error get the graph" msgstr "Error al obtener el gráfico" -#: ../../mobile/operation/events.php:442 -#: ../../include/functions_reporting_html.php:1746 +#: ../../mobile/operation/events.php:442 ../../include/functions_reporting_html.php:1746 #: ../../include/functions_reporting_html.php:1988 -#: ../../include/functions_reporting_html.php:3858 -#: ../../include/functions_events.php:2591 ../../include/functions_events.php:4848 -#: ../../operation/events/events.php:890 +#: ../../include/functions_reporting_html.php:3858 ../../include/functions_events.php:2591 +#: ../../include/functions_events.php:4848 ../../operation/events/events.php:890 msgid "New event" msgstr "Nuevo evento" -#: ../../mobile/operation/events.php:447 -#: ../../include/functions_reporting_html.php:1735 +#: ../../mobile/operation/events.php:447 ../../include/functions_reporting_html.php:1735 #: ../../include/functions_reporting_html.php:1993 -#: ../../include/functions_reporting_html.php:3863 -#: ../../include/functions_events.php:2596 ../../include/functions_events.php:4854 -#: ../../operation/events/events.php:903 +#: ../../include/functions_reporting_html.php:3863 ../../include/functions_events.php:2596 +#: ../../include/functions_events.php:4854 ../../operation/events/events.php:903 msgid "Event validated" msgstr "Evento validado" -#: ../../mobile/operation/events.php:452 -#: ../../include/functions_reporting_html.php:1740 +#: ../../mobile/operation/events.php:452 ../../include/functions_reporting_html.php:1740 #: ../../include/functions_reporting_html.php:1998 -#: ../../include/functions_reporting_html.php:3868 -#: ../../include/functions_events.php:2601 ../../include/functions_events.php:4860 -#: ../../operation/events/events.php:915 +#: ../../include/functions_reporting_html.php:3868 ../../include/functions_events.php:2601 +#: ../../include/functions_events.php:4860 ../../operation/events/events.php:915 msgid "Event in process" msgstr "Evento en proceso" @@ -46571,8 +45096,7 @@ msgstr "ID del evento" msgid "Acknowledged by" msgstr "Admitido por" -#: ../../mobile/operation/events.php:890 -#: ../../include/lib/TacticalView/elements/Events.php:289 +#: ../../mobile/operation/events.php:890 ../../include/lib/TacticalView/elements/Events.php:289 #: ../../include/functions_events.php:3297 ../../include/functions_events.php:3584 #: ../../include/functions_events.php:3593 msgid "In process" @@ -46603,10 +45127,8 @@ msgstr "Filtrar eventos por %s" msgid "Preset Filters" msgstr "Fijar los filtros" -#: ../../mobile/operation/events.php:1187 -#: ../../include/functions_reporting_html.php:7398 -#: ../../include/functions_reporting_html.php:7557 -#: ../../include/functions_reporting.php:2357 +#: ../../mobile/operation/events.php:1187 ../../include/functions_reporting_html.php:7398 +#: ../../include/functions_reporting_html.php:7557 ../../include/functions_reporting.php:2357 #: ../../include/functions_reporting.php:2732 ../../include/functions_events.php:2517 #: ../../include/functions_events.php:2520 msgid "No events" @@ -46656,12 +45178,11 @@ msgstr "Generando contenido, espere" #: ../../include/functions_visual_map_editor.php:62 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." +"\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 texto para reemplazar '(_VALUE_)' y el valor del módulo se grabará al " -"final." +"\t\t\t\t\tun texto para reemplazar '(_VALUE_)' y el valor del módulo se grabará al final." #: ../../include/functions_visual_map_editor.php:107 #: ../../include/functions_visual_map_editor.php:133 @@ -46682,8 +45203,7 @@ msgstr "Color de relleno" #: ../../include/functions_visual_map_editor.php:235 msgid "Scroll the mouse wheel over the label editor to change the background color" msgstr "" -"Desliza la rueda del ratón sobre el editor de etiquetas para cambiar el color de " -"fondo." +"Desliza la rueda del ratón sobre el editor de etiquetas para cambiar el color de fondo." #: ../../include/functions_visual_map_editor.php:251 #: ../../include/rest-api/models/VisualConsole/Items/Clock.php:333 @@ -46827,13 +45347,11 @@ msgstr "Color predeterminado" #: ../../include/functions_visual_map_editor.php:850 msgid "" -"The color of the element will be the one selected in the first range created in " -"which the value of the module is found (with the initial and final values of the " -"range included)" +"The color of the element will be the one selected in the first range created in which the " +"value of the module is found (with the initial and final values of the range included)" msgstr "" -"El color del elemento será el seleccionado en el primer intervalo creado, en el que " -"se encuentra el valor del módulo (con los valores iniciales y finales del intervalo " -"incluidos)" +"El color del elemento será el seleccionado en el primer intervalo creado, en el que se " +"encuentra el valor del módulo (con los valores iniciales y finales del intervalo incluidos)" #: ../../include/functions_visual_map_editor.php:853 msgid "Ranges" @@ -46847,8 +45365,7 @@ msgstr "Desde el valor" msgid "To value" msgstr "Hasta el valor" -#: ../../include/functions_visual_map_editor.php:853 -#: ../../include/rest-api/index.php:377 +#: ../../include/functions_visual_map_editor.php:853 ../../include/rest-api/index.php:377 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:471 #: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:533 #: ../../include/rest-api/models/VisualConsole/Items/Line.php:480 @@ -46861,10 +45378,8 @@ msgid "Always show on top" msgstr "Mostrar siempre arriba" #: ../../include/functions_visual_map_editor.php:861 -msgid "" -"It allows the element to be superimposed to the rest of items of the visual console" -msgstr "" -"Permite que el elemento se superponga al resto de los elementos de la consola visual" +msgid "It allows the element to be superimposed to the rest of items of the visual console" +msgstr "Permite que el elemento se superponga al resto de los elementos de la consola visual" #: ../../include/functions_visual_map_editor.php:870 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:399 @@ -46877,8 +45392,7 @@ msgstr "Mostrar último valor" #: ../../include/functions_visual_map_editor.php:980 msgid "For use the original image file size, set 0 width and 0 height." -msgstr "" -"Para usar el tamaño original de la imagen, configura en 0 el ancho y en 0 el alto." +msgstr "Para usar el tamaño original de la imagen, configura en 0 el ancho y en 0 el alto." #: ../../include/functions_visual_map_editor.php:1020 #: ../../include/rest-api/models/VisualConsole/Item.php:2439 @@ -46921,13 +45435,12 @@ msgstr "Restringir acceso al grupo" #: ../../include/functions_visual_map_editor.php:1259 msgid "" -"If selected, restrict visualization of this item in the visual console to users who " -"have access to selected group. This is also used on calculating child visual " -"consoles." +"If selected, restrict visualization of this item in the visual console to users who have " +"access to selected group. This is also used on calculating child visual consoles." msgstr "" -"Si se selecciona, se restringirá la visualización de este elemento en la consola " -"visual a los usuarios que tengan acceso al grupo seleccionado. También se utiliza " -"para calcular consolas visuales de los hijos." +"Si se selecciona, se restringirá la visualización de este elemento en la consola visual a " +"los usuarios que tengan acceso al grupo seleccionado. También se utiliza para calcular " +"consolas visuales de los hijos." #: ../../include/functions_visual_map_editor.php:1303 #: ../../include/rest-api/models/VisualConsole/Item.php:2202 @@ -47093,14 +45606,12 @@ msgid "Satellite server" msgstr "Servidor Satélite" #: ../../include/functions_reporting_html.php:88 -#: ../../include/functions_reporting_html.php:7039 -#: ../../include/ajax/alert_list.ajax.php:373 +#: ../../include/functions_reporting_html.php:7039 ../../include/ajax/alert_list.ajax.php:373 msgid "From:" msgstr "Desde:" #: ../../include/functions_reporting_html.php:88 -#: ../../include/functions_reporting_html.php:7039 -#: ../../include/ajax/alert_list.ajax.php:387 +#: ../../include/functions_reporting_html.php:7039 ../../include/ajax/alert_list.ajax.php:387 msgid "To:" msgstr "Hasta:" @@ -47188,16 +45699,13 @@ msgstr "Sec. grupos" msgid "Remote conf." msgstr "Configuración remota" -#: ../../include/functions_reporting_html.php:2579 -#: ../../include/functions_inventory.php:1232 +#: ../../include/functions_reporting_html.php:2579 ../../include/functions_inventory.php:1232 #: ../../include/functions_inventory.php:1295 msgid "Added" msgstr "Añadido" -#: ../../include/functions_reporting_html.php:2590 -#: ../../include/functions_inventory.php:1238 -#: ../../include/functions_inventory.php:1303 -#: ../../include/functions_filemanager.php:387 +#: ../../include/functions_reporting_html.php:2590 ../../include/functions_inventory.php:1238 +#: ../../include/functions_inventory.php:1303 ../../include/functions_filemanager.php:387 #: ../../include/functions_filemanager.php:404 msgid "Deleted" msgstr "Eliminado(s)" @@ -47286,10 +45794,8 @@ msgstr "Comprobaciones en desconocido" msgid "Primary" msgstr "Primario" -#: ../../include/functions_reporting_html.php:6426 -#: ../../include/functions_reporting.php:12575 -#: ../../include/functions_reporting.php:12596 -#: ../../include/functions_reporting.php:12641 +#: ../../include/functions_reporting_html.php:6426 ../../include/functions_reporting.php:12575 +#: ../../include/functions_reporting.php:12596 ../../include/functions_reporting.php:12641 msgid "Alert level" msgstr "Nivel de alerta" @@ -47310,13 +45816,13 @@ msgstr "N/A(*)" msgid "Monitors" msgstr "Monitores" -#: ../../include/functions_reporting_html.php:7121 -#: ../../include/functions_reporting.php:12867 ../../include/functions_groups.php:2680 +#: ../../include/functions_reporting_html.php:7121 ../../include/functions_reporting.php:12867 +#: ../../include/functions_groups.php:2680 msgid "Monitor checks" msgstr "Comprobaciones de monitores" -#: ../../include/functions_reporting_html.php:7128 -#: ../../include/functions_reporting.php:12886 ../../include/functions_groups.php:2699 +#: ../../include/functions_reporting_html.php:7128 ../../include/functions_reporting.php:12886 +#: ../../include/functions_groups.php:2699 msgid "Total agents and monitors" msgstr "Total de agentes y monitores" @@ -47365,16 +45871,15 @@ msgstr "Información de eventos (1h)" #: ../../include/functions_reporting_html.php:7587 msgid "This SLA has been affected by the following scheduled downtimes" -msgstr "" -"Este SLA se ha visto afectado por los siguientes tiempos de inactividad programados" +msgstr "Este SLA se ha visto afectado por los siguientes tiempos de inactividad programados" #: ../../include/functions_reporting_html.php:7588 msgid "" -"If the duration of the scheduled downtime is less than 5 minutes it will not be " -"represented in the graph" +"If the duration of the scheduled downtime is less than 5 minutes it will not be represented " +"in the graph" msgstr "" -"Si la duración de la parada planificada es de menos de 5 minutos, no se representará " -"en el gráfico" +"Si la duración de la parada planificada es de menos de 5 minutos, no se representará en el " +"gráfico" #: ../../include/functions_reporting_html.php:7626 msgid "This item is affected by a malformed scheduled downtime" @@ -47531,8 +46036,7 @@ msgid "The file exceeds the maximum size" msgstr "El archivo excede el tamaño máximo" #: ../../include/functions.php:3040 -msgid "" -"Please check this PHP runtime variable values:
  upload_max_filesize (currently "
+msgid "Please check this PHP runtime variable values: 
  upload_max_filesize (currently "
 msgstr ""
 "Compruebe los valores de esta variable de tiempo de ejecución de PHP: "
 "
upload_max_filesize (actualmente "
@@ -47650,11 +46154,10 @@ msgstr "Probando el email de Pandora FMS"
 
 #: ../../include/functions.php:6384
 msgid ""
-"This is an email test sent from Pandora FMS. If you can read this, your "
-"configuration works."
+"This is an email test sent from Pandora FMS. If you can read this, your configuration works."
 msgstr ""
-"Este es un email de prueba enviado desde Pandora FMS. Si lo ha recibido significa "
-"que la configuración funciona."
+"Este es un email de prueba enviado desde Pandora FMS. Si lo ha recibido significa que la "
+"configuración funciona."
 
 #: ../../include/functions.php:6618 ../../include/class/ConsoleSupervisor.php:1793
 #: ../../include/class/ConsoleSupervisor.php:1818
@@ -47672,11 +46175,10 @@ msgstr "El valor recomendado es: -1"
 #: ../../include/class/ConsoleSupervisor.php:1938
 #: ../../include/class/ConsoleSupervisor.php:1971
 msgid ""
-"Please, change it on your PHP configuration file (php.ini) or contact with "
-"administrator"
+"Please, change it on your PHP configuration file (php.ini) or contact with administrator"
 msgstr ""
-"Por favor, cámbialo en el archivo de configuración de PHP (php.ini) o contacta con "
-"un administrador."
+"Por favor, cámbialo en el archivo de configuración de PHP (php.ini) o contacta con un "
+"administrador."
 
 #: ../../include/functions.php:6621 ../../general/login_help_dialog.php:96
 #: ../../general/login_help_dialog.php:101 ../../general/mysqlerr.php:41
@@ -47712,8 +46214,8 @@ msgid ""
 "This console is not the environment administrator. Please, manage this feature from "
 "centralized manager console (Metaconsole)."
 msgstr ""
-"Esta consola no es el administrador del entorno. Gestione esta funcionalidad desde "
-"la consola de gestión centralizada (Metaconsola)."
+"Esta consola no es el administrador del entorno. Gestione esta funcionalidad desde la "
+"consola de gestión centralizada (Metaconsola)."
 
 #: ../../include/functions_api.php:196
 msgid "Auth error"
@@ -47724,11 +46226,9 @@ msgid "License not allowed for this operation."
 msgstr "Licencia no permitida para esta operación."
 
 #: ../../include/functions_api.php:1535
-msgid ""
-"The agent could not be modified. For security reasons, use a group other than 0."
+msgid "The agent could not be modified. For security reasons, use a group other than 0."
 msgstr ""
-"No se ha podido modificar el agente. Por motivos de seguridad, use un grupo "
-"diferente de 0."
+"No se ha podido modificar el agente. Por motivos de seguridad, use un grupo diferente de 0."
 
 #: ../../include/functions_api.php:1891
 #, php-format
@@ -47782,19 +46282,19 @@ msgstr "Error al crear plantilla de alerta. Id_group no puede estar en blanco."
 
 #: ../../include/functions_api.php:5795
 msgid ""
-"Error creating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
+"Error creating alert template. Invalid id_group or the user has not enough permission to "
+"make this action."
 msgstr ""
-"Error al crear plantilla de alerta. Id_group no válido o no tiene permisos "
-"suficientes para ejecutar esta acción."
+"Error al crear plantilla de alerta. Id_group no válido o no tiene permisos suficientes para "
+"ejecutar esta acción."
 
 #: ../../include/functions_api.php:5939
 msgid ""
-"Error updating alert template. Invalid id_group or the user has not enough "
-"permission to make this action."
+"Error updating alert template. Invalid id_group or the user has not enough permission to "
+"make this action."
 msgstr ""
-"Error al cargar la plantilla de la alerta. Id_group no válido o el usuario no tiene "
-"los permisos suficientes para ejecutar esta acción."
+"Error al cargar la plantilla de la alerta. Id_group no válido o el usuario no tiene los "
+"permisos suficientes para ejecutar esta acción."
 
 #: ../../include/functions_api.php:6023
 msgid "Successful update of the alert template"
@@ -47853,8 +46353,7 @@ msgid "Correct validation of all policy alerts."
 msgstr "Validación correcta de las alertas de política."
 
 #: ../../include/functions_api.php:7113
-msgid ""
-"Error stopping downtime. Periodical and running scheduled downtime cannot be stopped."
+msgid "Error stopping downtime. Periodical and running scheduled downtime cannot be stopped."
 msgstr ""
 "Error al detener el tiempo de inactividad. Las paradas planificadas periódicas y en "
 "ejecución no pueden detenerse."
@@ -48045,20 +46544,17 @@ msgstr "Recuento de módulos/alertas actualizado correctamente en todos los agen
 #: ../../include/functions_api.php:17240
 #, php-format
 msgid "Successfully added to delete pending id agent %d to id policy %d."
-msgstr ""
-"Se ha añadido correctamente el agente %d a pendiente de eliminación en la política "
-"%d."
+msgstr "Se ha añadido correctamente el agente %d a pendiente de eliminación en la política %d."
 
 #: ../../include/functions_api.php:17429
 msgid "Error enable/disable discovery task. Id_user cannot be left blank."
-msgstr ""
-"Error al habilitar/deshabilitar la tarea discovery. Id_user no puede estar vacío."
+msgstr "Error al habilitar/deshabilitar la tarea discovery. Id_user no puede estar vacío."
 
 #: ../../include/functions_api.php:17437
 msgid "Error enable/disable discovery task. Enable/disable value cannot be left blank."
 msgstr ""
-"Error al habilitar/deshabilitar la tarea discovery. El valor de habilitar/"
-"deshabilitar no puede estar vacío."
+"Error al habilitar/deshabilitar la tarea discovery. El valor de habilitar/deshabilitar no "
+"puede estar vacío."
 
 #: ../../include/functions_api.php:17462
 msgid "Error in discovery task enabling/disabling."
@@ -48112,18 +46608,14 @@ msgstr "Privado por (%s)"
 
 #: ../../include/ajax/double_auth.ajax.php:162
 msgid "This is the private code that you should use with your authenticator app"
-msgstr ""
-"Esta es la clave privada que deberías usar con la aplicación de autentificación."
+msgstr "Esta es la clave privada que deberías usar con la aplicación de autentificación."
 
-#: ../../include/ajax/double_auth.ajax.php:163
-#: ../../include/ajax/double_auth.ajax.php:303
+#: ../../include/ajax/double_auth.ajax.php:163 ../../include/ajax/double_auth.ajax.php:303
 msgid "You could enter the code manually or use the QR code to add it automatically"
 msgstr ""
-"Puedes introducir el código manualmente o usar el código QR para añadirlo "
-"automáticamente."
+"Puedes introducir el código manualmente o usar el código QR para añadirlo automáticamente."
 
-#: ../../include/ajax/double_auth.ajax.php:169
-#: ../../include/ajax/double_auth.ajax.php:309
+#: ../../include/ajax/double_auth.ajax.php:169 ../../include/ajax/double_auth.ajax.php:309
 msgid "QR"
 msgstr "QR"
 
@@ -48141,8 +46633,7 @@ msgstr ""
 
 #: ../../include/ajax/double_auth.ajax.php:215
 msgid "You will need to install the app from the following link before continue"
-msgstr ""
-"Tienes que instalar la aplicación desde el siguiente vínculo antes de continuar."
+msgstr "Tienes que instalar la aplicación desde el siguiente vínculo antes de continuar."
 
 #: ../../include/ajax/double_auth.ajax.php:220
 msgid "Download the app"
@@ -48194,18 +46685,15 @@ msgstr "El código es válido, pero hubo un error al guardar los datos."
 msgid "3 minutes"
 msgstr "3 minutos"
 
-#: ../../include/ajax/heatmap.ajax.php:100
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:253
+#: ../../include/ajax/heatmap.ajax.php:100 ../../include/lib/Dashboard/Widgets/heatmap.php:253
 msgid "Group modules by tag"
 msgstr "Agrupar módulos por etiqueta"
 
-#: ../../include/ajax/heatmap.ajax.php:101
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:254
+#: ../../include/ajax/heatmap.ajax.php:101 ../../include/lib/Dashboard/Widgets/heatmap.php:254
 msgid "Group modules by module group"
 msgstr "Agrupar módulos por grupo de módulos"
 
-#: ../../include/ajax/heatmap.ajax.php:102
-#: ../../include/lib/Dashboard/Widgets/heatmap.php:255
+#: ../../include/ajax/heatmap.ajax.php:102 ../../include/lib/Dashboard/Widgets/heatmap.php:255
 msgid "Group modules by agents"
 msgstr "Agrupar módulos por agentes"
 
@@ -48233,8 +46721,7 @@ msgstr "Si se asigna el valor 0, se utilizará el umbral de la acción."
 msgid "Insufficient permissions to validate alerts"
 msgstr "Permisos insuficientes para validar alertas"
 
-#: ../../include/ajax/snmp_browser.ajax.php:113
-#: ../../include/ajax/snmp_browser.ajax.php:124
+#: ../../include/ajax/snmp_browser.ajax.php:113 ../../include/ajax/snmp_browser.ajax.php:124
 #: ../../include/ajax/snmp_browser.ajax.php:134
 msgid "SNMP modules"
 msgstr "Módulos SNMP"
@@ -48286,14 +46773,13 @@ msgstr "Frase exacta"
 #: ../../include/ajax/module.php:481 ../../include/functions_graph.php:5859
 #: ../../operation/agentes/interface_traffic_graph_win.php:319
 msgid ""
-"In Pandora FMS, data is stored compressed. The data visualization in database, "
-"charts or CSV exported data won't match, because is interpreted at runtime. Please "
-"check 'Pandora FMS Engineering' chapter from documentation."
+"In Pandora FMS, data is stored compressed. The data visualization in database, charts or CSV "
+"exported data won't match, because is interpreted at runtime. Please check 'Pandora FMS "
+"Engineering' chapter from documentation."
 msgstr ""
-"En Pandora FMS los datos se almacenan comprimidos. La visualización de los datos en "
-"la base de datos, las tablas o los datos exportados en CSV no coincidirán porque se "
-"interpretan en el momento de la ejecución. Lea la documentación del capítulo de "
-"'Ingeniería de Pandora FMS'."
+"En Pandora FMS los datos se almacenan comprimidos. La visualización de los datos en la base "
+"de datos, las tablas o los datos exportados en CSV no coincidirán porque se interpretan en "
+"el momento de la ejecución. Lea la documentación del capítulo de 'Ingeniería de Pandora FMS'."
 
 #: ../../include/ajax/module.php:1075
 msgid "T"
@@ -48306,8 +46792,7 @@ msgstr "T"
 #: ../../include/functions_reports.php:687 ../../include/functions_reports.php:693
 #: ../../include/functions_reports.php:698 ../../include/functions_groups.php:123
 #: ../../include/functions_groups.php:187 ../../operation/search_results.php:121
-#: ../../operation/agentes/ver_agente.php:1745
-#: ../../operation/agentes/ver_agente.php:2083
+#: ../../operation/agentes/ver_agente.php:1745 ../../operation/agentes/ver_agente.php:2083
 msgid "Graphs"
 msgstr "Gráficos"
 
@@ -48360,8 +46845,7 @@ msgid "Save current filter"
 msgstr "Guardar filtro actual"
 
 #: ../../include/ajax/module.php:2614 ../../include/ajax/agent.php:688
-#: ../../include/ajax/custom_fields.php:796
-#: ../../operation/reporting/graph_analytics.php:503
+#: ../../include/ajax/custom_fields.php:796 ../../operation/reporting/graph_analytics.php:503
 #: ../../operation/reporting/graph_analytics.php:517
 msgid "Delete filter"
 msgstr "Eliminar filtro"
@@ -48504,8 +46988,8 @@ msgstr "No se han encontrado archivos de configuración o error de parchado de a
 #: ../../include/ajax/demo_data.ajax.php:183
 #, php-format
 msgid ""
-"Error in %s: name and/or alias is not specified or does not have a valid format. "
-"Skipping agent creation"
+"Error in %s: name and/or alias is not specified or does not have a valid format. Skipping "
+"agent creation"
 msgstr ""
 "Error en %s: el nombre y/o alias no está especificado o no tiene un formato válido. "
 "Omitiendo creación de agentes"
@@ -48513,19 +46997,17 @@ msgstr ""
 #: ../../include/ajax/demo_data.ajax.php:217
 #, php-format
 msgid ""
-"Error in %s: address is not specified or does not have a valid format. Skipping "
-"agent creation"
+"Error in %s: address is not specified or does not have a valid format. Skipping agent "
+"creation"
 msgstr ""
-"Error en %s: la dirección no está especificada o no tiene un formato válido. "
-"Omitiendo creación de agentes"
+"Error en %s: la dirección no está especificada o no tiene un formato válido. Omitiendo "
+"creación de agentes"
 
 #: ../../include/ajax/demo_data.ajax.php:239
 #, php-format
-msgid ""
-"Error in %s: failed to create the specified operating system. Skipping agent creation"
+msgid "Error in %s: failed to create the specified operating system. Skipping agent creation"
 msgstr ""
-"Error en %s: error al crear el sistema operativo especificado. Omitiendo creación e "
-"agentes"
+"Error en %s: error al crear el sistema operativo especificado. Omitiendo creación e agentes"
 
 #: ../../include/ajax/demo_data.ajax.php:347 ../../include/ajax/demo_data.ajax.php:357
 #, php-format
@@ -48534,86 +47016,82 @@ msgstr "Error no identificado (fuente %s): no se ha podido crear el agente %s"
 
 #: ../../include/ajax/demo_data.ajax.php:417
 #, php-format
-msgid ""
-"Error in %s: all modules must have a name. Skipping creation of item with index %d"
+msgid "Error in %s: all modules must have a name. Skipping creation of item with index %d"
 msgstr ""
-"Error en %s: todos los módulos deben tener nombre. Omitiendo creación de elemento "
-"con índice %d"
+"Error en %s: todos los módulos deben tener nombre. Omitiendo creación de elemento con índice "
+"%d"
 
 #: ../../include/ajax/demo_data.ajax.php:429
 #, php-format
 msgid ""
-"Error in %s: module type is not specified or does not have a valid format (%s). "
-"Skipping creation of item with index %d"
+"Error in %s: module type is not specified or does not have a valid format (%s). Skipping "
+"creation of item with index %d"
 msgstr ""
-"Error en %s: no se ha especificado el tipo de módulo o no tiene un formato válido "
-"(%s). Omitiendo creación del elemento con índice %d"
+"Error en %s: no se ha especificado el tipo de módulo o no tiene un formato válido (%s). "
+"Omitiendo creación del elemento con índice %d"
 
 #: ../../include/ajax/demo_data.ajax.php:440
 #, php-format
 msgid ""
-"Error in %s: the specified module type is not defined in the system (%s). Skipping "
-"creation of item with index %d"
+"Error in %s: the specified module type is not defined in the system (%s). Skipping creation "
+"of item with index %d"
 msgstr ""
-"Error en %s: el tipo de módulo especificado no se ha definido en el sistema (%s). "
-"Omitiendo creación del elemento con índice %d"
+"Error en %s: el tipo de módulo especificado no se ha definido en el sistema (%s). Omitiendo "
+"creación del elemento con índice %d"
 
 #: ../../include/ajax/demo_data.ajax.php:485 ../../include/ajax/demo_data.ajax.php:599
 #, php-format
 msgid "Uncaught error (source %s): could not create module with index %d"
-msgstr ""
-"Error no identificado (fuente %s): no se ha podido crear el módulo con índice %d"
+msgstr "Error no identificado (fuente %s): no se ha podido crear el módulo con índice %d"
 
 #: ../../include/ajax/demo_data.ajax.php:636
 #, php-format
 msgid ""
-"Error in %s: all inventory modules must have a name. Skipping creation of item with "
-"index %d"
+"Error in %s: all inventory modules must have a name. Skipping creation of item with index %d"
 msgstr ""
-"Error en %s: todos los módulos de inventario deben tener nombre. Omitiendo creación "
-"de elemento con índice %d"
+"Error en %s: todos los módulos de inventario deben tener nombre. Omitiendo creación de "
+"elemento con índice %d"
 
 #: ../../include/ajax/demo_data.ajax.php:648
 #, php-format
 msgid ""
-"Error in %s: one or more required fields (format, values) were not found for "
-"inventory module %s. Skipping creation of item with index %d"
+"Error in %s: one or more required fields (format, values) were not found for inventory "
+"module %s. Skipping creation of item with index %d"
 msgstr ""
-"Error en %s: no se han encontrado uno o más campos obligatorios (formato, valores) "
-"para el módulo de inventario %s. Omitiendo creación del elemento con índice %d"
+"Error en %s: no se han encontrado uno o más campos obligatorios (formato, valores) para el "
+"módulo de inventario %s. Omitiendo creación del elemento con índice %d"
 
 #: ../../include/ajax/demo_data.ajax.php:676 ../../include/ajax/demo_data.ajax.php:685
 #, php-format
 msgid "Uncaught error (source %s): could not create inventory module with index %d"
 msgstr ""
-"Error no identificado (fuente %s): no se ha podido crear el módulo de inventario con "
-"índice %d"
+"Error no identificado (fuente %s): no se ha podido crear el módulo de inventario con índice "
+"%d"
 
 #: ../../include/ajax/demo_data.ajax.php:970
 #, php-format
 msgid ""
-"Error in plugin creation: the specified agent for the plugin does not exist in the "
-"system: %s. Skipping plugin creation"
+"Error in plugin creation: the specified agent for the plugin does not exist in the system: "
+"%s. Skipping plugin creation"
 msgstr ""
-"Error en la creación de plugins: el agente especificado para el plugin no existe en "
-"el sistema: %s. Omitiendo creación de plugin"
+"Error en la creación de plugins: el agente especificado para el plugin no existe en el "
+"sistema: %s. Omitiendo creación de plugin"
 
-#: ../../include/ajax/demo_data.ajax.php:1009
-#: ../../include/ajax/demo_data.ajax.php:1052
+#: ../../include/ajax/demo_data.ajax.php:1009 ../../include/ajax/demo_data.ajax.php:1052
 msgid ""
-"Error in plugin creation: the plugin could not be registered. Skipping creation of "
-"plugin module"
+"Error in plugin creation: the plugin could not be registered. Skipping creation of plugin "
+"module"
 msgstr ""
-"Error en la creación de plugin: no se ha podido registrar el plugin. Omitiendo "
-"creación del módulo del plugin"
+"Error en la creación de plugin: no se ha podido registrar el plugin. Omitiendo creación del "
+"módulo del plugin"
 
 #: ../../include/ajax/demo_data.ajax.php:1020
 msgid ""
 "Error in plugin creation: module type \"generic_proc\" does not exist in the system. "
 "Skipping creation of plugin module"
 msgstr ""
-"Error en la creación del plugin: el tipo de módulo “generic_proc” no existe en el "
-"sistema. Omitiendo creación del módulo de plugin"
+"Error en la creación del plugin: el tipo de módulo “generic_proc” no existe en el sistema. "
+"Omitiendo creación del módulo de plugin"
 
 #: ../../include/ajax/events.php:128
 msgid "Failed to retrieve comments"
@@ -48676,8 +47154,7 @@ msgid "These commands will apply to all selected events"
 msgstr "Estos comandos se aplicarán en todos los eventos seleccionados"
 
 #: ../../include/ajax/events.php:2255 ../../include/class/ExternalTools.class.php:702
-#: ../../include/functions_snmp_browser.php:995
-#: ../../include/functions_snmp_browser.php:1171
+#: ../../include/functions_snmp_browser.php:995 ../../include/functions_snmp_browser.php:1171
 #: ../../include/functions_events.php:3761
 msgid "Execute"
 msgstr "Ejecutar"
@@ -48853,8 +47330,7 @@ msgstr "Crear un nuevo módulo de servidor web"
 
 #: ../../include/auth/mysql.php:302 ../../include/auth/mysql.php:330
 msgid "Problems with configuration permissions. Please contact with Administrator"
-msgstr ""
-"Error con la configuración de los permisos. Por favor, contacta con el administrador."
+msgstr "Error con la configuración de los permisos. Por favor, contacta con el administrador."
 
 #: ../../include/auth/mysql.php:343
 msgid ""
@@ -48937,8 +47413,7 @@ msgstr "Mostrar eventos"
 msgid "Show alerts"
 msgstr "Mostrar alertas"
 
-#: ../../include/functions_graph.php:5718
-#: ../../operation/reporting/graph_viewer.php:428
+#: ../../include/functions_graph.php:5718 ../../operation/reporting/graph_viewer.php:428
 msgid "Zoom"
 msgstr "Ampliación"
 
@@ -49044,8 +47519,7 @@ msgid "Interface information"
 msgstr "Interfaz de información"
 
 #: ../../include/functions_treeview.php:905
-#: ../../operation/agentes/estado_generalagente.php:166
-#: ../../operation/gis_maps/ajax.php:341
+#: ../../operation/agentes/estado_generalagente.php:166 ../../operation/gis_maps/ajax.php:341
 msgid "Agent Version"
 msgstr "Versión del agente"
 
@@ -49221,15 +47695,12 @@ msgstr "Versión MR"
 
 #: ../../include/functions_menu.php:978 ../../include/functions_menu.php:1320
 msgid "This system has official support, warranty and official updates."
-msgstr ""
-"Este sistema cuenta con soporte oficial, garantías y actualizaciones oficiales."
+msgstr "Este sistema cuenta con soporte oficial, garantías y actualizaciones oficiales."
 
 #: ../../include/functions_menu.php:980 ../../include/functions_menu.php:1322
-msgid ""
-"This system has no active support contract, and has no support, upgrades or warranty."
+msgid "This system has no active support contract, and has no support, upgrades or warranty."
 msgstr ""
-"Este sistema no tiene contrato de soporte activo y no tiene soporte, mejoras o "
-"garantías."
+"Este sistema no tiene contrato de soporte activo y no tiene soporte, mejoras o garantías."
 
 #: ../../include/functions_menu.php:981 ../../include/functions_menu.php:1323
 msgid "Contact Pandora FMS for expand your support contract."
@@ -49241,8 +47712,7 @@ msgstr "La versión open source no tiene ningún tipo de soporte o garantía."
 
 #: ../../include/functions_menu.php:984 ../../include/functions_menu.php:1326
 msgid "Contact Pandora FMS for official support contract."
-msgstr ""
-"Póngase en contacto con Pandora FMS para obtener un contrato de soporte oficial."
+msgstr "Póngase en contacto con Pandora FMS para obtener un contrato de soporte oficial."
 
 #: ../../include/functions_menu.php:991
 msgid "Warp update"
@@ -49275,13 +47745,11 @@ msgstr "Está utilizando la versión gratuita open source de Pandora FMS."
 
 #: ../../include/functions_menu.php:1373
 msgid ""
-"This version has no official support or warranty, you can purchase the Enterprise "
-"version, which offers support, warranty and additional features to the Opensource "
-"version."
+"This version has no official support or warranty, you can purchase the Enterprise version, "
+"which offers support, warranty and additional features to the Opensource version."
 msgstr ""
-"Esta versión no cuenta con soporte oficial o garantías, puede cobrar la versión "
-"Enterprise, que ofrece soporte, garantías y funcionalidad adicionales a la versión "
-"open source."
+"Esta versión no cuenta con soporte oficial o garantías, puede cobrar la versión Enterprise, "
+"que ofrece soporte, garantías y funcionalidad adicionales a la versión open source."
 
 #: ../../include/functions_menu.php:1374
 msgid "Click on this link for more information."
@@ -49293,11 +47761,11 @@ msgstr "Tipología de grupo"
 
 #: ../../include/help/clippy/topology_group.php:35
 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. "
+"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 ""
-"Ten en cuenta que el grupo de mapas de topología no muestra la relación padre entre "
-"los nodos, solo muestra el grupo padre y el agente de distribución dentro de ellos. "
+"Ten en cuenta que el grupo de mapas de topología no muestra la relación padre entre los "
+"nodos, solo muestra el grupo padre y el agente de distribución dentro de ellos. "
 
 #: ../../include/help/clippy/homepage.php:75
 msgid "Hi, can I help you?"
@@ -49306,12 +47774,11 @@ msgstr "Hola. ¿Te puedo ayudar?"
 #: ../../include/help/clippy/homepage.php:75
 #, php-format
 msgid ""
-"Let me introduce my self: I am Pandorin, the annoying assistant of %s. You can "
-"follow my steps to do basic tasks in %s or you can close me and never see me again."
+"Let me introduce my self: I am Pandorin, the annoying assistant of %s. You can follow my "
+"steps to do basic tasks in %s or you can close me and never see me again."
 msgstr ""
-"Déjame que me presente: Soy Pandorín, el molestoso asistente de %s. Puedes seguir "
-"los pasos que te indico para llevar a cabo tareas básicas en %s o cerrarme y no "
-"volverme a ver nunca."
+"Déjame que me presente: Soy Pandorín, el molestoso asistente de %s. Puedes seguir los pasos "
+"que te indico para llevar a cabo tareas básicas en %s o cerrarme y no volverme a ver nunca."
 
 #: ../../include/help/clippy/homepage.php:75
 msgid "Close this wizard and don't open it again."
@@ -49334,8 +47801,8 @@ msgstr "Crear una alerta que avise por email para un módulo crítico"
 #, php-format
 msgid "The first thing you have to do is to setup the e-mail config on the %s Server."
 msgstr ""
-"Lo primero que tiene que hacer es establecer la configuración del correo electrónico "
-"del servidor de %s."
+"Lo primero que tiene que hacer es establecer la configuración del correo electrónico del "
+"servidor de %s."
 
 #: ../../include/help/clippy/homepage.php:190
 msgid "If you have it already configured you can go to the next step."
@@ -49345,85 +47812,80 @@ msgstr "Si ya está configurado, puedes ir al siguiente paso."
 msgid "Now, pull down the Manage alerts menu and click on Actions. "
 msgstr "Ahora, abre el menú Administrar alertas y haz clic en Acciones. "
 
-#: ../../include/help/clippy/module_unknow.php:35
-#: ../../include/functions_clippy.php:300
+#: ../../include/help/clippy/module_unknow.php:35 ../../include/functions_clippy.php:300
 msgid "You have unknown modules in this agent."
 msgstr "Tienes módulos en estado desconocido en este agente."
 
-#: ../../include/help/clippy/module_unknow.php:35
-#: ../../include/functions_clippy.php:301
+#: ../../include/help/clippy/module_unknow.php:35 ../../include/functions_clippy.php:301
 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."
+"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."
+"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_learning_mode.php:46
 msgid ""
-"Please note that you have your agent setup to do not add new modules coming from the "
-"data XML."
+"Please note that you have your agent setup to do not add new modules coming from the data "
+"XML."
 msgstr ""
-"Por favor, ten en cuenta que si no tienes activado el modo aprendizaje no se "
-"añadirán nuevos módulos que vengan del XML."
+"Por favor, ten en cuenta que si no tienes activado el modo aprendizaje no se añadirán nuevos "
+"módulos que vengan del XML."
 
 #: ../../include/help/clippy/modules_not_learning_mode.php:46
 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)."
+"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 archivo de configuración, no se encontrará en el agente a menos que se "
-"cree primero en la interfaz (con el mismo nombre y tipo que el archivo XML)."
+"Esto quiere decir que si se tiene un plugin local o se añaden manualmente nuevos módulos al "
+"archivo de configuración, no se encontrará en el agente a menos que se cree primero en la "
+"interfaz (con el mismo nombre y tipo que el archivo XML)."
 
 #: ../../include/help/clippy/modules_not_learning_mode.php:46
 msgid ""
-"You should use the \"normal\" mode (non learn) only when you don't intend to add "
-"more modules to the agent."
+"You should use the \"normal\" mode (non learn) only when you don't intend to add more "
+"modules to the agent."
 msgstr ""
-"Deberías usar el modo \"normal\" (no aprendizaje) solo cuando no tengas intención de "
-"añadir más módulos al agente."
+"Deberías usar el modo \"normal\" (no aprendizaje) solo cuando no tengas intención de añadir "
+"más módulos al agente."
 
 #: ../../include/help/clippy/operation_agentes_ver_agente.php:35
 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."
+"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 que la alerta ha sido creada. Haz clic 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."
+"El último paso es comprobar que la alerta ha sido creada. Haz clic 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:35
 msgid "And restart your pandora server to read again general configuration tokens."
 msgstr ""
-"Reinicia tu servidor de Pandora FMS para leer otra vez lo tokens generales de "
-"configuración."
+"Reinicia tu servidor de Pandora FMS para leer otra vez lo tokens generales de configuración."
 
 #: ../../include/help/clippy/godmode_alerts_alert_actions.php:35
 msgid ""
-"Let me show you how to create an email action: Click on Create button and fill the "
-"form showed in the following screen."
+"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 a crear una acción de correo electrónico: haz clic en el botón "
-"Crear y rellena el formulario que aparecerá en la siguiente pantalla."
+"Te voy a enseñar a crear una acción de correo electrónico: haz clic en el botón Crear y "
+"rellena el formulario que aparecerá en la siguiente pantalla."
 
 #: ../../include/help/clippy/godmode_alerts_alert_actions.php:49
 msgid ""
-"Now, you have to go to the monitors list and look for a critical module to apply the "
-"alert."
+"Now, you have to go to the monitors list and look for a critical module to apply the alert."
 msgstr ""
-"Ahora ve a la lista de monitores y busca un módulo en estado crítico para enlazarle "
-"la alerta."
+"Ahora ve 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:54
-msgid ""
-"Click on the arrow to drop down the Monitoring submenu and select Monitor Detail."
+msgid "Click on the arrow to drop down the Monitoring submenu and select Monitor Detail."
 msgstr ""
-"Haz clic en la flecha para desplegar el submenú Monitorización y selecciona Detalle "
-"del monitor."
+"Haz clic en la flecha para desplegar el submenú Monitorización y selecciona Detalle del "
+"monitor."
 
 #: ../../include/help/clippy/agent_out_of_limits.php:35
 msgid "Agent contact date passed it's ETA!."
@@ -49431,12 +47893,12 @@ msgstr "¡La fecha de contacto del agente pasó su plazo estimado!"
 
 #: ../../include/help/clippy/agent_out_of_limits.php:35
 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."
+"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 un agente deja de informar o el servidor tiene algún problema "
-"(demasiada carga o simplemente está caído). Comprueba también la conectividad entre "
-"el agente y el servidor."
+"Esto sucede cuando un agente deja de informar o el servidor tiene algún problema (demasiada "
+"carga o simplemente está caído). Comprueba también la conectividad entre el agente y el "
+"servidor."
 
 #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34
 msgid "I'm going to show you how to monitor a server."
@@ -49445,8 +47907,8 @@ msgstr "Te voy a mostrar cómo monitorizar un servidor."
 #: ../../include/help/clippy/godmode_agentes_modificar_agente.php:38
 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."
+"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:43
 msgid "If you have typed the name correctly you will see the agent."
@@ -49466,19 +47928,18 @@ msgstr "Tienes módulos sin iniciar."
 
 #: ../../include/help/clippy/modules_not_init.php:35
 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."
+"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 se debería iniciar y podrás 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 pueden ver/editar en la "
-"sección de administración del módulo, en el administrador de agente."
+"Esto sucede cuando se acaba de crear un módulo y no está ejecutado. Por lo general, en unos "
+"pocos segundos se debería iniciar y podrás 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 pueden 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:34
 msgid "Fill the name of your action."
@@ -49486,11 +47947,11 @@ msgstr "Rellena el nombre de la acción."
 
 #: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:38
 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)."
+"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 ""
-"Selecciona el grupo en la lista desplegable y un filtro para las ACL (el usuario en "
-"este grupo puede utilizar la acción de crear una alerta)."
+"Selecciona el grupo en la lista desplegable y 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:42
 msgid "In the command field select \"email\"."
@@ -49499,31 +47960,28 @@ msgstr "En este campo de comando elige \"email\"."
 #: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:46
 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á más ayuda."
+"En el campo de umbral se rellena con un número de segundos. El icono de ayuda te mostrará "
+"más ayuda."
 
 #: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:51
 msgid ""
-"In the first field enter the email address/addresses where you want to receive the "
-"email alerts separated with comas ( , ) or white spaces."
+"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 en las que deseas recibir las "
-"alertas de email separadas por comas (,) o espacios en blanco."
+"En el primer campo introduce la dirección/es de email en las que deseas recibir las alertas "
+"de email separadas por comas (,) o espacios en blanco."
 
 #: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:56
-msgid ""
-"In the \"Subject\"  field  you can use the macros _agent_ or _module_ for each name."
-msgstr ""
-"En el campo \"Asunto\" puedes usar macros _agent_ o _module_ para el asunto del "
-"email."
+msgid "In the \"Subject\"  field  you can use the macros _agent_ or _module_ for each name."
+msgstr "En el campo \"Asunto\" puedes usar macros _agent_ o _module_ para el asunto del email."
 
 #: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:61
 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 puedes utilizar las macros. Hay mas información acerca "
-"de las macros en el icono de ayuda."
+"En el campo de texto, también puedes utilizar las macros. Hay mas información acerca de las "
+"macros en el icono de ayuda."
 
 #: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:66
 msgid "Click on Create button to create the action."
@@ -49531,29 +47989,27 @@ msgstr "Haz clic en el botón de crear para crear la acción."
 
 #: ../../include/help/clippy/data_configuration_module.php:35
 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."
+"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, ten en cuenta que la información aquí proporcionada afecta la forma en "
-"que 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."
+"Por favor, ten en cuenta que la información aquí proporcionada afecta la forma en que 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:35
 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."
+"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 ""
-"La información importada por PRIMERA vez desde el XML llenará la información visible "
-"en la consola, pero después de la primera importación, el sistema ignorará cualquier "
-"actualización que viene del XML/Agente."
+"La información importada por PRIMERA vez desde el XML llenará la información visible 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/data_configuration_module.php:36
 msgid "Data Configuration Module."
@@ -49609,19 +48065,17 @@ msgstr "Y para terminar pulsa en este botón."
 
 #: ../../include/help/clippy/godmode_agentes_configurar_agente.php:114
 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." +"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 problemas, el color de estado pasará a rojo o verde." +"¡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 " +"problemas, el color de estado pasará a rojo o verde." #: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Haz clic en la pestaña de alertas para rellenar el formulario con la alerta a añadir." +msgstr "Haz clic en la pestaña de alertas para rellenar el formulario con la alerta a añadir." #: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 msgid "Select the critical module." @@ -49640,23 +48094,22 @@ msgid "Click on Add Alert button to create the alert." msgstr "Haz clic en el botón añadir alerta para crear la alerta." #: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 -msgid "" -"To test the alert you've just created go to the main view by clicking on the eye tab." +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." +"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:35 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." +"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 "" -"Tienes demasiados elementos en cola. Esto puede ocurrir si el 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ías pensar en consultarlo con soporte técnico." +"Tienes demasiados elementos en cola. Esto puede ocurrir si el 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ías pensar en " +"consultarlo con soporte técnico." #: ../../include/help/clippy/servers_down.php:35 msgid "All servers down" @@ -49664,28 +48117,27 @@ msgstr "Todo los servidores están caídos" #: ../../include/help/clippy/servers_down.php:35 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." +"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 "" "Puede activar todos los servidores. Vaya al terminal de Linux y ejecute el siguiente " -"comando: \"sudo /etc/init.d/pandora_server restart\". Es posible que necesite " -"introducir la contraseña raíz." +"comando: \"sudo /etc/init.d/pandora_server restart\". Es posible que necesite introducir la " +"contraseña raíz." #: ../../include/help/clippy/interval_agent_min.php:35 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." +"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, ten en cuenta que no se recomienda tener agentes con un intervalo de " "monitorización por debajo de los 300 segundos. Esto tendrá un impacto serio en el " -"rendimiento del servidor. Tener 200 agentes con un intervalo de un minuto, es lo " -"mismo que tener 1000 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." +"rendimiento del servidor. Tener 200 agentes con un intervalo de un minuto, es lo mismo que " +"tener 1000 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/interval_agent_min.php:36 msgid "Interval Agent." @@ -49693,21 +48145,21 @@ msgstr "Intervalo de agente" #: ../../include/help/clippy/operation_agentes_status_monitor.php:34 msgid "" -"Now, you have to go to the monitors list and look for a \"critical\" module to apply " -"the alert." +"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 \"crítico" -"\" para enlazarle una alerta." +"Ahora, tienes que ir a la lista de monitores y buscar un módulo en estado \"crítico\" para " +"enlazarle una alerta." #: ../../include/help/clippy/operation_agentes_status_monitor.php:38 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." +"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 solo una parte." +"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 solo " +"una parte." #: ../../include/help/clippy/operation_agentes_status_monitor.php:43 msgid "Click on Show button to get the modules list filtered." @@ -49716,14 +48168,14 @@ msgstr "Haz clic en botón Mostrar para obtener la lista filtrada." #: ../../include/help/clippy/operation_agentes_status_monitor.php:58 msgid "Now, to edit the module, click on the wrench that appears in the type column." msgstr "" -"Ahora, para editar el módulo, haz clic en la llave inglesa que aparece en la columna " -"del tipo." +"Ahora, para editar el módulo, haz clic en la llave inglesa que aparece en la columna del " +"tipo." #: ../../include/help/clippy/extension_cron_send_email.php:35 msgid "The configuration of email for the task email is in the enterprise setup:" msgstr "" -"La configuración del email para la tarea programada de emails está en la " -"configuración de Enterprise:" +"La configuración del email para la tarea programada de emails está en la configuración de " +"Enterprise:" #: ../../include/help/clippy/extension_cron_send_email.php:35 msgid "Please check if the email configuration is correct." @@ -49755,11 +48207,10 @@ msgid "Error processing request" msgstr "Error al procesar la petición" #: ../../include/functions_ui.php:719 -msgid "" -"Is possible that this view uses part of information which your user has not access" +msgid "Is possible that this view uses part of information which your user has not access" msgstr "" -"Es posible que esta vista utilice parte de la información a la cual tu usuario no " -"tenga acceso." +"Es posible que esta vista utilice parte de la información a la cual tu usuario no tenga " +"acceso." #: ../../include/functions_ui.php:1065 msgid "Software" @@ -49779,13 +48230,11 @@ msgstr "¿Está seguro de que desea eliminar la alerta?" #: ../../include/functions_ui.php:1869 msgid "The alert would fire when the value is over " -msgstr "" -"La alerta se disparará cuando el valor esté por encima de ." +msgstr "La alerta se disparará cuando el valor esté por encima de ." #: ../../include/functions_ui.php:1874 msgid "The alert would fire when the value is under " -msgstr "" -"La alerta se disparará cuando el valor esté por debajo de ." +msgstr "La alerta se disparará cuando el valor esté por debajo de ." #: ../../include/functions_ui.php:1889 msgid "Unknown option." @@ -49831,36 +48280,30 @@ msgstr "Aplique un filtro para mostrar los datos." msgid "ALERT" msgstr "ALERTA" -#: ../../include/functions_ui.php:4516 -#: ../../include/lib/TacticalView/elements/Events.php:192 +#: ../../include/functions_ui.php:4516 ../../include/lib/TacticalView/elements/Events.php:192 #: ../../include/functions_events.php:219 ../../operation/events/events.php:700 msgid "MAINTENANCE" msgstr "MANTENIMIENTO" -#: ../../include/functions_ui.php:4521 -#: ../../include/lib/TacticalView/elements/Events.php:197 +#: ../../include/functions_ui.php:4521 ../../include/lib/TacticalView/elements/Events.php:197 #: ../../include/functions_events.php:222 ../../operation/events/events.php:705 msgid "INFORMATIONAL" msgstr "INFORMATIVO" -#: ../../include/functions_ui.php:4541 -#: ../../include/lib/TacticalView/elements/Events.php:207 +#: ../../include/functions_ui.php:4541 ../../include/lib/TacticalView/elements/Events.php:207 #: ../../include/functions_events.php:228 ../../operation/events/events.php:715 msgid "MINOR" msgstr "MENOR" -#: ../../include/functions_ui.php:4546 -#: ../../include/lib/TacticalView/elements/Events.php:202 +#: ../../include/functions_ui.php:4546 ../../include/lib/TacticalView/elements/Events.php:202 #: ../../include/functions_events.php:225 ../../operation/events/events.php:710 msgid "MAJOR" msgstr "MAYOR" #: ../../include/functions_ui.php:5385 ../../include/functions_html.php:980 #: ../../include/functions_html.php:3804 ../../include/functions_html.php:4303 -#: ../../include/functions_reporting.php:12711 -#: ../../include/functions_reporting.php:12864 -#: ../../include/functions_reporting.php:12878 -#: ../../include/functions_reporting.php:15226 +#: ../../include/functions_reporting.php:12711 ../../include/functions_reporting.php:12864 +#: ../../include/functions_reporting.php:12878 ../../include/functions_reporting.php:15226 #: ../../include/functions_reporting.php:15307 ../../include/functions_groups.php:2677 #: ../../include/functions_groups.php:2691 ../../include/functions_groups.php:2743 msgid "Enterprise version not installed" @@ -49937,8 +48380,7 @@ msgstr "normal" msgid "critical" msgstr "crítico" -#: ../../include/functions_visual_map.php:1746 -#: ../../include/functions_visual_map.php:1748 +#: ../../include/functions_visual_map.php:1746 ../../include/functions_visual_map.php:1748 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:278 #: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:282 msgid "Last value: " @@ -50408,8 +48850,7 @@ msgid ". Read More..." msgstr "Más información…" #: ../../include/functions_reports.php:651 ../../include/functions_reports.php:1193 -#: ../../include/functions_reporting.php:11157 -#: ../../include/functions_reporting.php:11317 +#: ../../include/functions_reporting.php:11157 ../../include/functions_reporting.php:11317 msgid "Simple graph" msgstr "Gráfico simple" @@ -50640,9 +49081,7 @@ msgstr "El servidor HTTP no puede escribir en el directorio de adjuntos" #: ../../include/functions_files_repository.php:44 #, php-format msgid "Please check that the web server has write rights on the %s directory" -msgstr "" -"Por favor, comprueba que el directorio %s del servidor web tiene permisos de " -"escritura" +msgstr "Por favor, comprueba que el directorio %s del servidor web tiene permisos de escritura" #: ../../include/functions_files_repository.php:320 msgid "The file could not be copied" @@ -50674,8 +49113,7 @@ msgstr "Condición desconocida" #: ../../include/functions_welcome_wizard.php:663 msgid "This is a generic alert template to fire on UNKNOWN condition" -msgstr "" -"Este es un modelo de alerta genérica que se disparará bajo la condición DESCONOCIDO" +msgstr "Este es un modelo de alerta genérica que se disparará bajo la condición DESCONOCIDO" #: ../../include/functions_html.php:624 ../../include/functions_html.php:1020 msgid "Please select an item from this list." @@ -50769,13 +49207,11 @@ msgstr "Asistente de configuración de %s" #: ../../include/functions_register.php:108 #, php-format msgid "" -"Please fill the following information in order to configure your %s instance " -"successfully" +"Please fill the following information in order to configure your %s instance successfully" msgstr "Rellene esta información para configurar su instancia de %s correctamente" #: ../../include/functions_register.php:165 -msgid "" -"Must have the same time zone as the system or database to avoid mismatches of time." +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." @@ -50793,11 +49229,10 @@ msgid "Are you sure you don't want to configure a base email?" msgstr "¿Está seguro de que no desea configurar un correo base?" #: ../../include/functions_register.php:207 -msgid "" -"You could change this options later in \"alert actions\" and setting your account." +msgid "You could change this options later in \"alert actions\" and setting your account." msgstr "" -"Puede modificar las preferencias más tarde en \"acciones de alerta\" y configurar su " -"propia cuenta." +"Puede modificar las preferencias más tarde en \"acciones de alerta\" y configurar su propia " +"cuenta." #: ../../include/functions_massive_operations.php:234 msgid "Select OS version" @@ -50823,18 +49258,15 @@ msgstr "Ruta del certificado SSL" msgid "Use cert." msgstr "Usar certificado" -#: ../../include/functions_config.php:290 -#: ../../include/class/ExternalTools.class.php:274 +#: ../../include/functions_config.php:290 ../../include/class/ExternalTools.class.php:274 msgid "Sound for Alert fired" msgstr "Sonido para alertas disparadas" -#: ../../include/functions_config.php:294 -#: ../../include/class/ExternalTools.class.php:309 +#: ../../include/functions_config.php:294 ../../include/class/ExternalTools.class.php:309 msgid "Sound for Monitor critical" msgstr "Sonido para monitores en estado crítico" -#: ../../include/functions_config.php:298 -#: ../../include/class/ExternalTools.class.php:344 +#: ../../include/functions_config.php:298 ../../include/class/ExternalTools.class.php:344 msgid "Sound for Monitor warning" msgstr "Sonido para monitores en estado de advertencia" @@ -51134,8 +49566,7 @@ msgstr "Gráfico fijo" msgid "Paginate module" msgstr "Paginar vista de módulos" -#: ../../include/functions_config.php:1359 -#: ../../include/class/ExternalTools.class.php:379 +#: ../../include/functions_config.php:1359 ../../include/class/ExternalTools.class.php:379 msgid "Custom graphviz directory" msgstr "Directorio personalizado graphviz" @@ -51374,11 +49805,9 @@ msgstr "Contraseña de la biblioteca de módulos" #: ../../include/functions_config.php:2097 #, php-format msgid "Update failed. The next values could not be updated:
-%s" -msgstr "" -"Error de actualización. No se pudieron actualizar los siguientes valores:
-%s" +msgstr "Error de actualización. No se pudieron actualizar los siguientes valores:
-%s" -#: ../../include/functions_config.php:2829 -#: ../../operation/agentes/networkmap.dinamic.php:228 +#: ../../include/functions_config.php:2829 ../../operation/agentes/networkmap.dinamic.php:228 msgid "Pandora FMS" msgstr "Pandora FMS" @@ -51396,11 +49825,9 @@ msgstr "Error de seguridad. Contacta con el administrador." #: ../../include/get_file.php:109 msgid "File is missing in disk storage. Please contact the administrator." -msgstr "" -"El archivo no se encuentra en el disco. Por favor, contacta con el administrador." +msgstr "El archivo no se encuentra en el disco. Por favor, contacta con el administrador." -#: ../../include/functions_netflow.php:352 -#: ../../operation/network/network_report.php:423 +#: ../../include/functions_netflow.php:352 ../../operation/network/network_report.php:423 #: ../../operation/network/network_report.php:463 msgid "Packets" msgstr "Paquetes" @@ -51512,14 +49939,12 @@ msgstr "Alertas de módulo" msgid "(Quiet)" msgstr "(Silencioso)" -#: ../../include/class/ConfigPEN.class.php:430 -#: ../../include/class/ConfigPEN.class.php:599 +#: ../../include/class/ConfigPEN.class.php:430 ../../include/class/ConfigPEN.class.php:599 #: ../../include/class/ModuleTemplates.class.php:1059 msgid "PEN" msgstr "PEN" -#: ../../include/class/ConfigPEN.class.php:437 -#: ../../include/class/ConfigPEN.class.php:600 +#: ../../include/class/ConfigPEN.class.php:437 ../../include/class/ConfigPEN.class.php:600 msgid "Manufacturer" msgstr "Fabricante" @@ -51650,7 +50075,7 @@ msgstr "La aplicación de Discovery solo está disponible para clientes Enterpri #: ../../include/class/ExtensionsDiscovery.class.php:248 msgid "You can download this application from" -msgstr "Puede descargar este formulario de solicitud" +msgstr "Descargue esta aplicación desde" #: ../../include/class/ExtensionsDiscovery.class.php:465 msgid "No .disco file found" @@ -51720,52 +50145,48 @@ msgid "The file does not contain the block 'discovery_extension_definition'" msgstr "El archivo no contiene el bloque “discovery_extension_definition”" #: ../../include/class/ExtensionsDiscovery.class.php:2260 -msgid "" -"The 'discovery_extension_definition' block must contain a 'short_name' parameter" -msgstr "" -"El bloque “discovery_extension_definition” debe contener un parámetro “short_name”" +msgid "The 'discovery_extension_definition' block must contain a 'short_name' parameter" +msgstr "El bloque “discovery_extension_definition” debe contener un parámetro “short_name”" #: ../../include/class/ExtensionsDiscovery.class.php:2267 #, php-format msgid "" -"The 'discovery_extension_definition' block 'default_value' parameter has a key with " -"invalid format. Use only letters (A-Z and a-z) and numbers (0-9) between opening and " -"ending underscores (_): '%s'" +"The 'discovery_extension_definition' block 'default_value' parameter has a key with invalid " +"format. Use only letters (A-Z and a-z) and numbers (0-9) between opening and ending " +"underscores (_): '%s'" msgstr "" -"El parámetro “default_value” del bloque “discovery_extension_definition” contiene " -"una clave en un formato no válido. Utilice únicamente letras (A-Z y a-z) y números " -"(0-9) entre los guiones bajos de apertura y de cierre (_): “%s”" +"El parámetro “default_value” del bloque “discovery_extension_definition” contiene una clave " +"en un formato no válido. Utilice únicamente letras (A-Z y a-z) y números (0-9) entre los " +"guiones bajos de apertura y de cierre (_): “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2276 msgid "" "The 'discovery_extension_definition' block 'short_name' parameter contains illegal " -"characters. Use only letters (A-Z and a-z), numbers (0-9), points (.), hyphens (-) " -"and underscores (_)" +"characters. Use only letters (A-Z and a-z), numbers (0-9), points (.), hyphens (-) and " +"underscores (_)" msgstr "" -"El parámetro “short_name” del bloque “discovery_extension_definition’” contiene " -"caracteres no válidos. Utilice únicamente letras (A-Z y a-z), números (0-9), puntos " -"(.), guiones (-) y guiones bajos (_)" +"El parámetro “short_name” del bloque “discovery_extension_definition’” contiene caracteres " +"no válidos. Utilice únicamente letras (A-Z y a-z), números (0-9), puntos (.), guiones (-) y " +"guiones bajos (_)" #: ../../include/class/ExtensionsDiscovery.class.php:2280 msgid "" -"The 'discovery_extension_definition' block must contain a 'section' and a 'name' " -"parameters" +"The 'discovery_extension_definition' block must contain a 'section' and a 'name' parameters" msgstr "" -"El bloque “discovery_extension_definition” debe contener unos parámetros de " -"“section” y “name”" +"El bloque “discovery_extension_definition” debe contener unos parámetros de “section” y " +"“name”" #: ../../include/class/ExtensionsDiscovery.class.php:2287 msgid "" -"The 'discovery_extension_definition' block 'section' parameter must be 'app', " -"'cloud' or 'custom'" +"The 'discovery_extension_definition' block 'section' parameter must be 'app', 'cloud' or " +"'custom'" msgstr "" -"El parámetros “section” del bloque “discovery_extension_definition” debe ser “app”, " -"“colad” o “custom”" +"El parámetros “section” del bloque “discovery_extension_definition” debe ser “app”, “colad” " +"o “custom”" #: ../../include/class/ExtensionsDiscovery.class.php:2291 msgid "The 'discovery_extension_definition' block 'name' parameter can not be empty" -msgstr "" -"El parámetro “name” del bloque “discovery_extention_definition” no puede estar vacío" +msgstr "El parámetro “name” del bloque “discovery_extention_definition” no puede estar vacío" #: ../../include/class/ExtensionsDiscovery.class.php:2295 msgid "The 'discovery_extension_definition' block must contain an 'exec' parameter" @@ -51773,85 +50194,79 @@ msgstr "El bloque “discovery_extension_definition” debe contener un parámet #: ../../include/class/ExtensionsDiscovery.class.php:2302 msgid "" -"All the 'discovery_extension_definition' block 'exec' parameter definitions can not " -"be empty" +"All the 'discovery_extension_definition' block 'exec' parameter definitions can not be empty" msgstr "" -"Las definiciones de los parámetros “exec” del bloque " -"“discovery_extension_definition” no puede estar vacío" +"Las definiciones de los parámetros “exec” del bloque “discovery_extension_definition” no " +"puede estar vacío" #: ../../include/class/ExtensionsDiscovery.class.php:2315 #, php-format msgid "The 'discovery_extension_definition' block '%s' parameter can not be empty" -msgstr "" -"El parámetro “%s” del bloque “discovery_extension_definition” no puede esta vacío" +msgstr "El parámetro “%s” del bloque “discovery_extension_definition” no puede esta vacío" #: ../../include/class/ExtensionsDiscovery.class.php:2321 #, php-format msgid "" -"The 'discovery_extension_definition' block 'execution_file' parameter has a key with " -"invalid format. Use only letters (A-Z and a-z) and numbers (0-9) between opening and " -"ending underscores (_): '%s'" +"The 'discovery_extension_definition' block 'execution_file' parameter has a key with invalid " +"format. Use only letters (A-Z and a-z) and numbers (0-9) between opening and ending " +"underscores (_): '%s'" msgstr "" -"El parámetro “execution_file” del bloque “discovery_extension_definition” tiene una " -"clave con un formato no válido. Utilice únicamente letras (A-Z y a-z) y números " -"(0-9) entre los guiones bajos de apertura y de cierre (_): ‘%s’" +"El parámetro “execution_file” del bloque “discovery_extension_definition” tiene una clave " +"con un formato no válido. Utilice únicamente letras (A-Z y a-z) y números (0-9) entre los " +"guiones bajos de apertura y de cierre (_): ‘%s’" #: ../../include/class/ExtensionsDiscovery.class.php:2325 #, php-format msgid "" -"All the 'discovery_extension_definition' block 'execution_file' parameter " -"definitions can not be empty: '%s'" +"All the 'discovery_extension_definition' block 'execution_file' parameter definitions can " +"not be empty: '%s'" msgstr "" "Todas las definiciones del parámetro “execution_file” del bloque " "“discovery_extension_definition” no pueden estar vacíos: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2330 msgid "The 'config_steps' block must contain a 'name' parameter that can not be empty." -msgstr "" -"El bloque “config_steps” debe contener un parámetro “name” que no puede estar vacío." +msgstr "El bloque “config_steps” debe contener un parámetro “name” que no puede estar vacío." #: ../../include/class/ExtensionsDiscovery.class.php:2346 #, php-format -msgid "" -"All the 'config_steps' block parameters must use numbers greater than 0 as keys: " -"'%s'." +msgid "All the 'config_steps' block parameters must use numbers greater than 0 as keys: '%s'." msgstr "" -"Todos los parámetros del bloque “config_steps” deben utilizar números mayores que 0 " -"como claves: “%s”." +"Todos los parámetros del bloque “config_steps” deben utilizar números mayores que 0 como " +"claves: “%s”." #: ../../include/class/ExtensionsDiscovery.class.php:2350 #, php-format msgid "" -"The 'config_steps' block must contain a 'name' parameter for all the configuration " -"steps: '%s'" +"The 'config_steps' block must contain a 'name' parameter for all the configuration steps: " +"'%s'" msgstr "" "El bloque “config_steps” debe contener un parámetro “name” para todos los pasos de " "configuración: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2356 msgid "" -"The 'config_steps' block must contain a 'custom_fields' or 'script_data_fields' " -"parameter that can not be empty" +"The 'config_steps' block must contain a 'custom_fields' or 'script_data_fields' parameter " +"that can not be empty" msgstr "" -"El bloque “config_steps” debe contener un parámetro “custom_fields” o " -"“script_data_fields” que no deben estar vacíos" +"El bloque “config_steps” debe contener un parámetro “custom_fields” o “script_data_fields” " +"que no deben estar vacíos" #: ../../include/class/ExtensionsDiscovery.class.php:2359 #, php-format msgid "" -"The 'config_steps' block 'custom_fields' parameter has a key value reference that " -"does not exist: '%s'" +"The 'config_steps' block 'custom_fields' parameter has a key value reference that does not " +"exist: '%s'" msgstr "" -"El parámetro “custom_fields” de los bloques “config_steps” tiene una referencia de " -"valor de clave que no existe: “%s”" +"El parámetro “custom_fields” de los bloques “config_steps” tiene una referencia de valor de " +"clave que no existe: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2423 #: ../../include/class/ExtensionsDiscovery.class.php:2582 #, php-format msgid "All the '%s' block parameters must use numbers greater than 0 as keys: '%s'." msgstr "" -"Todos los parámetros del bloque “%s” debe utilizar cifras mayores que 0 como claves: " -"“%s”." +"Todos los parámetros del bloque “%s” debe utilizar cifras mayores que 0 como claves: “%s”." #: ../../include/class/ExtensionsDiscovery.class.php:2428 #, php-format @@ -51862,107 +50277,100 @@ msgstr "El parámetro “%s” del bloque “%s” no puede estar vacío: “%s #: ../../include/class/ExtensionsDiscovery.class.php:2612 #, php-format msgid "" -"The '%s' block 'macro' parameter has a definition with invalid format. Use only " -"letters (A-Z and a-z) and numbers (0-9) between opening and ending underscores (_): " -"'%s'" +"The '%s' block 'macro' parameter has a definition with invalid format. Use only letters (A-Z " +"and a-z) and numbers (0-9) between opening and ending underscores (_): '%s'" msgstr "" "La definición parámetro “macro” del bloque “%s” tiene un formato no válido. Utilice " -"únicamente letras (A-Z and a-z) y números (0-9) entre los guiones bajos de apertura " -"y de cierre (_): ‘%s’" +"únicamente letras (A-Z and a-z) y números (0-9) entre los guiones bajos de apertura y de " +"cierre (_): ‘%s’" #: ../../include/class/ExtensionsDiscovery.class.php:2437 #, php-format msgid "" -"The '%s' block 'type' parameter has a definition with invalid value. Must be " -"'string', 'number', 'password', 'textarea', 'checkbox', 'select', 'multiselect' or " -"'tree': '%s'" +"The '%s' block 'type' parameter has a definition with invalid value. Must be 'string', " +"'number', 'password', 'textarea', 'checkbox', 'select', 'multiselect' or 'tree': '%s'" msgstr "" -"La definición del parámetro “type” del bloque “%s” tiene un valor no válido. Este " -"debe ser “string”, “number”, “password”, “textarea”, “checkbox”, “select”, " -"“multiselect” o “tree”: “%s”" +"La definición del parámetro “type” del bloque “%s” tiene un valor no válido. Este debe ser " +"“string”, “number”, “password”, “textarea”, “checkbox”, “select”, “multiselect” o “tree”: " +"“%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2442 #, php-format msgid "All the '%s' block 'select_data' parameter definitions can not be empty: '%s'." msgstr "" -"Todas las definiciones del parámetro “select_data” del bloque “%s” no pueden estar " -"vacías: “%s”" +"Todas las definiciones del parámetro “select_data” del bloque “%s” no pueden estar vacías: " +"“%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2445 #, php-format msgid "" -"The '%s' block 'select_data' parameter has a definition with invalid select type. " -"Must be 'agent_groups', 'agents', 'module_groups', 'modules', 'module_types', " -"'tags', 'status', 'alert_templates', 'alert_actions', 'interval', 'credentials." -"custom', 'credentials.aws', 'credentials.azure', 'credentials.gcp', 'credentials." -"sap', 'credentials.snmp', 'os' or an existint reference: '%s'" +"The '%s' block 'select_data' parameter has a definition with invalid select type. Must be " +"'agent_groups', 'agents', 'module_groups', 'modules', 'module_types', 'tags', 'status', " +"'alert_templates', 'alert_actions', 'interval', 'credentials.custom', 'credentials.aws', " +"'credentials.azure', 'credentials.gcp', 'credentials.sap', 'credentials.snmp', 'os' or an " +"existint reference: '%s'" msgstr "" -"La definición del parámetro “select_data” del bloque “%s” tiene un tipo seleccionado " -"no válido. Este debe ser “agent_groups”, “agents”, “module_groups”, “modules’” " -"“module_types”, “tags”, “status”, “alert_templates”, “alert_actions”, “interval”, " -"“credentials.custom”, “credentials.aws”, “credentials.azure”, “credentials.gcp”, " -"“credentials.sap”, “credentials.snmp”, “os” o una referencia extinta: “%s”" +"La definición del parámetro “select_data” del bloque “%s” tiene un tipo seleccionado no " +"válido. Este debe ser “agent_groups”, “agents”, “module_groups”, “modules’” “module_types”, " +"“tags”, “status”, “alert_templates”, “alert_actions”, “interval”, “credentials.custom”, " +"“credentials.aws”, “credentials.azure”, “credentials.gcp”, “credentials.sap”, “credentials." +"snmp”, “os” o una referencia extinta: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2456 #, php-format msgid "All the '%s' block 'tree_data' parameter definitions can not be empty: '%s'" msgstr "" -"Todas las definiciones del parámetro “tree_data” del bloque “%s” no pueden estar " -"vacías: “%s”" +"Todas las definiciones del parámetro “tree_data” del bloque “%s” no pueden estar vacías: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2458 #, php-format msgid "" -"The '%s' block 'tree_data' parameter has a key value reference that does not exist: " -"'%s'" +"The '%s' block 'tree_data' parameter has a key value reference that does not exist: '%s'" msgstr "" -"El parámetro “tree_data” del bloque “%s” tiene una referencia de valor de clave que " -"no existe: “%s”" +"El parámetro “tree_data” del bloque “%s” tiene una referencia de valor de clave que no " +"existe: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2476 #, php-format msgid "" -"The '%s' block 'mandatory_field' parameter has a definition with invalid value. Must " -"be 'true' or 'false', '1' or '0', 'yes' or 'no': '%s'" +"The '%s' block 'mandatory_field' parameter has a definition with invalid value. Must be " +"'true' or 'false', '1' or '0', 'yes' or 'no': '%s'" msgstr "" -"La definición del parámetro “mandatory_field” del bloque “%s” no tiene un valor " -"válido. Este debe ser “verdadero” o “falso”, “1” o “0”, “sí” o “no”: “%s”" +"La definición del parámetro “mandatory_field” del bloque “%s” no tiene un valor válido. Este " +"debe ser “verdadero” o “falso”, “1” o “0”, “sí” o “no”: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2484 #, php-format msgid "All the '%s' block 'tip' parameter definitions can not be empty: '%s'." msgstr "" -"Todas las definiciones del parámetro “tip” del bloque “%s” no pueden estar vacías: " -"“%s”" +"Todas las definiciones del parámetro “tip” del bloque “%s” no pueden estar vacías: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2488 #, php-format msgid "All the '%s' block 'placeholder' parameter definitions can not be empty: '%s'." msgstr "" -"Todas las definiciones del parámetro “placeholder” del bloque “%s” no pueden estar " -"vacías: “%s”" +"Todas las definiciones del parámetro “placeholder” del bloque “%s” no pueden estar vacías: " +"“%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2494 #, php-format msgid "" -"The '%s' block 'show_on_true' parameter has a definition with invalid format. Use " -"only letters (A-Z and a-z) and numbers (0-9) between opening and ending underscores " -"(_): '%s'" +"The '%s' block 'show_on_true' parameter has a definition with invalid format. Use only " +"letters (A-Z and a-z) and numbers (0-9) between opening and ending underscores (_): '%s'" msgstr "" -"La definición del parámetro “show_on_true” del bloque “%s” tiene un formato no " -"válido. Utilice únicamente letras (A-Z and a-z) y números (0-9) entre los guiones " -"bajos de apertura y de cierre (_): “%s”" +"La definición del parámetro “show_on_true” del bloque “%s” tiene un formato no válido. " +"Utilice únicamente letras (A-Z and a-z) y números (0-9) entre los guiones bajos de apertura " +"y de cierre (_): “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2504 #, php-format msgid "" -"The '%s' block 'encrypt_on_true' parameter has a definition with invalid format. Use " -"only letters (A-Z and a-z) and numbers (0-9) between opening and ending underscores " -"(_): '%s'" +"The '%s' block 'encrypt_on_true' parameter has a definition with invalid format. Use only " +"letters (A-Z and a-z) and numbers (0-9) between opening and ending underscores (_): '%s'" msgstr "" -"La definición del parámetro “encrypt_on_true” del bloque “%s” tiene un formato no " -"válido. Utilice únicamente letras (A-Z and a-z) y números (0-9) entre los guiones " -"bajos de apertura y de cierre (_): “%s”" +"La definición del parámetro “encrypt_on_true” del bloque “%s” tiene un formato no válido. " +"Utilice únicamente letras (A-Z and a-z) y números (0-9) entre los guiones bajos de apertura " +"y de cierre (_): “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2522 #, php-format @@ -51973,8 +50381,7 @@ msgstr "El bloque “%s” debe contener el parámetro de “option”" #, php-format msgid "All the '%s' block 'option' parameter definitions can not be empty: '%s'." msgstr "" -"Todas las definiciones del parámetro “option” del bloque “%s” no pueden estar " -"vacías: “%s”." +"Todas las definiciones del parámetro “option” del bloque “%s” no pueden estar vacías: “%s”." #: ../../include/class/ExtensionsDiscovery.class.php:2533 msgid "The 'tempfile_confs' block must contain a 'file' parameter." @@ -51983,21 +50390,19 @@ msgstr "El bloque “tempfile_confs” debe contener el parámetro “file”." #: ../../include/class/ExtensionsDiscovery.class.php:2539 #, php-format msgid "" -"The 'tempfile_confs' block 'file' parameter has a key with invalid format. Use only " -"letters (A-Z and a-z) and numbers (0-9) between opening and ending underscores (_): " -"'%s'" +"The 'tempfile_confs' block 'file' parameter has a key with invalid format. Use only letters " +"(A-Z and a-z) and numbers (0-9) between opening and ending underscores (_): '%s'" msgstr "" -"El parámetro “file” del bloque “tempfile_confs” tiene una clave con un formato no " -"válido. Utilice únicamente letras (A-Z and a-z) y números (0-9) entre los guiones " -"bajos de apertura y de cierre (_): “%s”" +"El parámetro “file” del bloque “tempfile_confs” tiene una clave con un formato no válido. " +"Utilice únicamente letras (A-Z and a-z) y números (0-9) entre los guiones bajos de apertura " +"y de cierre (_): “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2545 #, php-format -msgid "" -"All the 'tempfile_confs' block 'file' parameter definitions can not be empty: '%s'." +msgid "All the 'tempfile_confs' block 'file' parameter definitions can not be empty: '%s'." msgstr "" -"Todas las definiciones del parámetro “file” del bloque “tempfile_confs” no pueden " -"estar vacías: “%s”." +"Todas las definiciones del parámetro “file” del bloque “tempfile_confs” no pueden estar " +"vacías: “%s”." #: ../../include/class/ExtensionsDiscovery.class.php:2577 #, php-format @@ -52008,42 +50413,38 @@ msgstr "El bloque “%s” debe contener el parámetro “name”, que no puede #, php-format msgid "The '%s' block must contain a 'name' parameter for all the tree elements: '%s'." msgstr "" -"El bloque “%s” debe contener el parámetro “name” para todos los elementos del árbol: " -"“%s”." +"El bloque “%s” debe contener el parámetro “name” para todos los elementos del árbol: “%s”." #: ../../include/class/ExtensionsDiscovery.class.php:2590 #, php-format msgid "All the '%s' block 'selectable' parameter definitions can not be empty: '%s'." msgstr "" -"Todas las definiciones del parámetro “selectable” del bloque “%s” no pueden estar " -"vacías: “%s”" +"Todas las definiciones del parámetro “selectable” del bloque “%s” no pueden estar vacías: " +"“%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2603 #, php-format msgid "" -"The '%s' block 'selectable' parameter has a definition with invalid value. Must be " -"'true' or 'false', '1' or '0', 'yes' or 'no': '%s'" +"The '%s' block 'selectable' parameter has a definition with invalid value. Must be 'true' or " +"'false', '1' or '0', 'yes' or 'no': '%s'" msgstr "" -"La definición del parámetro “selectable” del bloque “%s” tiene un valor nó válido. " -"Este debe ser “verdadero” o “falso”, “1” o “0”, “sí” o “no”: “%s”" +"La definición del parámetro “selectable” del bloque “%s” tiene un valor nó válido. Este debe " +"ser “verdadero” o “falso”, “1” o “0”, “sí” o “no”: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2619 #, php-format -msgid "" -"The '%s' block 'children' parameter has a key value reference that does not exist: " -"'%s'" +msgid "The '%s' block 'children' parameter has a key value reference that does not exist: '%s'" msgstr "" -"El parámetro “children” del bloque “%s” tiene una referencia de valor de una clave " -"que no existe: “%s”" +"El parámetro “children” del bloque “%s” tiene una referencia de valor de una clave que no " +"existe: “%s”" #: ../../include/class/ExtensionsDiscovery.class.php:2621 #, php-format msgid "" -"The '%s' block 'children' parameter has a key value reference to a parent tree " -"element: '%s'" +"The '%s' block 'children' parameter has a key value reference to a parent tree element: '%s'" msgstr "" -"El parámetro “children” del bloque “%s” tiene una referencia al valor de una clave a " -"un elemento padre del árbol: “%s”" +"El parámetro “children” del bloque “%s” tiene una referencia al valor de una clave a un " +"elemento padre del árbol: “%s”" #: ../../include/class/EventSound.class.php:102 msgid "Name already exist" @@ -52195,8 +50596,7 @@ msgstr "Fechas de logs de %s" msgid "%s Licence Information" msgstr "Información de la licencia %s" -#: ../../include/class/Diagnostics.class.php:281 -#: ../../include/class/Diagnostics.class.php:1345 +#: ../../include/class/Diagnostics.class.php:281 ../../include/class/Diagnostics.class.php:1345 msgid "Status of the attachment folder" msgstr "Estado de la carpeta de adjuntos" @@ -52422,15 +50822,13 @@ msgstr "InnoDB buffer pool size" #: ../../include/class/Diagnostics.class.php:872 #, php-format msgid "It has to be 40% of the server memory not recommended to be greater or less" -msgstr "" -"Debe ser un 40% de la memoria del servidor. No se recomienda ningún otro porcentaje." +msgstr "Debe ser un 40% de la memoria del servidor. No se recomienda ningún otro porcentaje." #: ../../include/class/Diagnostics.class.php:877 msgid "InnoDB file per table" msgstr "Archivo InnoDB por tabla" -#: ../../include/class/Diagnostics.class.php:880 -#: ../../include/class/Diagnostics.class.php:952 +#: ../../include/class/Diagnostics.class.php:880 ../../include/class/Diagnostics.class.php:952 msgid "Recommended ON" msgstr "ON recomendado" @@ -52447,18 +50845,12 @@ msgstr "Valor recomendado %d" msgid "InnoDB lock wait timeout" msgstr "Límite de tiempo de espera de InnoDB lock" -#: ../../include/class/Diagnostics.class.php:894 -#: ../../include/class/Diagnostics.class.php:901 -#: ../../include/class/Diagnostics.class.php:908 -#: ../../include/class/Diagnostics.class.php:915 -#: ../../include/class/Diagnostics.class.php:922 -#: ../../include/class/Diagnostics.class.php:931 -#: ../../include/class/Diagnostics.class.php:938 -#: ../../include/class/Diagnostics.class.php:945 -#: ../../include/class/Diagnostics.class.php:959 -#: ../../include/class/Diagnostics.class.php:966 -#: ../../include/class/Diagnostics.class.php:973 -#: ../../include/class/Diagnostics.class.php:987 +#: ../../include/class/Diagnostics.class.php:894 ../../include/class/Diagnostics.class.php:901 +#: ../../include/class/Diagnostics.class.php:908 ../../include/class/Diagnostics.class.php:915 +#: ../../include/class/Diagnostics.class.php:922 ../../include/class/Diagnostics.class.php:931 +#: ../../include/class/Diagnostics.class.php:938 ../../include/class/Diagnostics.class.php:945 +#: ../../include/class/Diagnostics.class.php:959 ../../include/class/Diagnostics.class.php:966 +#: ../../include/class/Diagnostics.class.php:973 ../../include/class/Diagnostics.class.php:987 #: ../../include/class/Diagnostics.class.php:994 msgid "Min. Recommended Value" msgstr "Valor mín. recomendado" @@ -52529,9 +50921,7 @@ msgstr "Hilos acumulados" #: ../../include/class/Diagnostics.class.php:1054 msgid "Table fragmentation is higher than recommended. They should be defragmented." -msgstr "" -"La fragmentación de tablas es mayor de la recomendada. Deberían estar " -"desfragmentadas." +msgstr "La fragmentación de tablas es mayor de la recomendada. Deberían estar desfragmentadas." #: ../../include/class/Diagnostics.class.php:1058 msgid "Table fragmentation is correct." @@ -52582,10 +50972,8 @@ msgid "License capacity exceeds 90 percent" msgstr "La capacidad de la licencia excede del 90 por ciento" #: ../../include/class/Diagnostics.class.php:1187 -msgid "" -"The average of modules per agent is more than 40. You can have performance problems" -msgstr "" -"La media de módulos por agente es más de 40. Puede sufrir problemas de rendimiento" +msgid "The average of modules per agent is more than 40. You can have performance problems" +msgstr "La media de módulos por agente es más de 40. Puede sufrir problemas de rendimiento" #: ../../include/class/Diagnostics.class.php:1192 msgid "The average of modules per agent is less than 40" @@ -52629,11 +51017,9 @@ msgid "Total files in the attached folder" msgstr "Total de archivos en la carpeta adjunta" #: ../../include/class/Diagnostics.class.php:1376 -msgid "" -"The tagente_datos table contains too much data. A historical database is recommended." +msgid "The tagente_datos table contains too much data. A historical database is recommended." msgstr "" -"La tabla tagente_datos contiene demasiados datos. Se recomienda una base de datos " -"histórica." +"La tabla tagente_datos contiene demasiados datos. Se recomienda una base de datos histórica." #: ../../include/class/Diagnostics.class.php:1381 msgid "The tagente_datos table contains an acceptable amount of data." @@ -52661,27 +51047,27 @@ msgstr "Hilos pandora_server en ejecución actualmente" #: ../../include/class/Diagnostics.class.php:1451 msgid "" -"There's more pandora_server threads than configured, are you running multiple " -"servers simultaneusly?." +"There's more pandora_server threads than configured, are you running multiple servers " +"simultaneusly?." msgstr "" -"Hay más hilos pandora_server de los configurados, ¿está ejecutando varios servidores " -"a la vez?" +"Hay más hilos pandora_server de los configurados, ¿está ejecutando varios servidores a la " +"vez?" #: ../../include/class/Diagnostics.class.php:1585 msgid "" -"Please check your Pandora Server setup and make sure that the database maintenance " -"daemon is running." +"Please check your Pandora Server setup and make sure that the database maintenance daemon is " +"running." msgstr "" "Compruebe la configuración del servidor de Pandora y asegúrese de que el demonio de " "mantenimiento de la base de datos está en ejecución." #: ../../include/class/Diagnostics.class.php:1589 msgid "" -"It' is very important to keep the database up-to-date to get the best performance " -"and results in Pandora" +"It' is very important to keep the database up-to-date to get the best performance and " +"results in Pandora" msgstr "" -"Es muy importante que la base de datos esté actualizada para conseguir un " -"rendimiento y resultados óptimos en Pandora FMS" +"Es muy importante que la base de datos esté actualizada para conseguir un rendimiento y " +"resultados óptimos en Pandora FMS" #: ../../include/class/Diagnostics.class.php:1856 msgid "You have more than 10 MB of logs" @@ -52722,8 +51108,7 @@ msgstr "CSV contiene los estados de cada archivo de producto" #: ../../include/class/Diagnostics.class.php:2097 #, php-format -msgid "" -"If you think this report must be escalated, feel free to forward this mail to \"%s\"" +msgid "If you think this report must be escalated, feel free to forward this mail to \"%s\"" msgstr "Si cree que el informe debe escalarse, reenvíe este correo a \"%s\"" #: ../../include/class/Diagnostics.class.php:2101 @@ -52732,20 +51117,19 @@ msgstr "AVISO LEGAL" #: ../../include/class/Diagnostics.class.php:2103 msgid "" -"The information contained in this transmission is privileged and confidential " -"information intended only for the use of the individual or entity named above" +"The information contained in this transmission is privileged and confidential information " +"intended only for the use of the individual or entity named above" msgstr "" -"La información aquí incluida es privilegiada y confidencial, destinada al uso del " -"individuo o la entidad arriba mencionada" +"La información aquí incluida es privilegiada y confidencial, destinada al uso del individuo " +"o la entidad arriba mencionada" #: ../../include/class/Diagnostics.class.php:2107 msgid "" -"If the reader of this message is not the intended recipient, you are hereby notified " -"that any dissemination, distribution or copying of this communication is strictly " -"prohibited" +"If the reader of this message is not the intended recipient, you are hereby notified that " +"any dissemination, distribution or copying of this communication is strictly prohibited" msgstr "" -"Si el lector del mensaje no es el destinatario deseado, le comunicamos que está " -"prohibido difundir, distribuir o copiar este comunicado" +"Si el lector del mensaje no es el destinatario deseado, le comunicamos que está prohibido " +"difundir, distribuir o copiar este comunicado" #: ../../include/class/Diagnostics.class.php:2111 msgid "If you have received this transmission in error, do not read it" @@ -52753,11 +51137,10 @@ msgstr "Si ha recibido este mensaje por error, no lo lea" #: ../../include/class/Diagnostics.class.php:2115 msgid "" -"Please immediately reply to the sender that you have received this communication in " -"error and then delete it" +"Please immediately reply to the sender that you have received this communication in error " +"and then delete it" msgstr "" -"Comuníquele al remitente que ha recibido esta comunicación por error y acto seguido " -"elimínela" +"Comuníquele al remitente que ha recibido esta comunicación por error y acto seguido elimínela" #: ../../include/class/Diagnostics.class.php:2194 msgid "Invalid cron task" @@ -52814,13 +51197,11 @@ msgstr "Establecer como hijo" msgid "Set parent" msgstr "Establecer como padre" -#: ../../include/class/NetworkMap.class.php:2952 -#: ../../include/class/NetworkMap.class.php:2964 +#: ../../include/class/NetworkMap.class.php:2952 ../../include/class/NetworkMap.class.php:2964 msgid "Abort the action of set relationship" msgstr "Cancelar la acción de relacionar por parentesco" -#: ../../include/class/NetworkMap.class.php:2954 -#: ../../include/class/NetworkMap.class.php:3354 +#: ../../include/class/NetworkMap.class.php:2954 ../../include/class/NetworkMap.class.php:3354 msgid "Add node" msgstr "Añadir nodo" @@ -52828,8 +51209,7 @@ msgstr "Añadir nodo" msgid "Set center" msgstr "Fijar centro" -#: ../../include/class/NetworkMap.class.php:2957 -#: ../../include/class/NetworkMap.class.php:2960 +#: ../../include/class/NetworkMap.class.php:2957 ../../include/class/NetworkMap.class.php:2960 msgid "Proceed" msgstr "Proceder" @@ -52838,8 +51218,8 @@ msgid "" "Resetting the map will delete all customizations you have done, including manual " "relationships between elements, new items, etc." msgstr "" -"Al resetear el mapa se borrarán todas las personalizaciones que hayas hecho, " -"incluyendo las relaciones manuales entre elementos, nuevos elementos, etc." +"Al resetear el mapa se borrarán todas las personalizaciones que hayas hecho, incluyendo las " +"relaciones manuales entre elementos, nuevos elementos, etc." #: ../../include/class/NetworkMap.class.php:2962 msgid "Restart map" @@ -52849,30 +51229,24 @@ msgstr "Resetear el mapa" msgid "Abort the interface relationship" msgstr "Abortar la relación de interfaz" -#: ../../include/class/NetworkMap.class.php:2981 -#: ../../include/class/NetworkMap.class.php:3030 +#: ../../include/class/NetworkMap.class.php:2981 ../../include/class/NetworkMap.class.php:3030 msgid "Edit node" msgstr "Modificar nodo" -#: ../../include/class/NetworkMap.class.php:2991 -#: ../../include/class/NetworkMap.class.php:3046 +#: ../../include/class/NetworkMap.class.php:2991 ../../include/class/NetworkMap.class.php:3046 msgid "Adresses" msgstr "Direcciones" -#: ../../include/class/NetworkMap.class.php:2993 -#: ../../include/class/NetworkMap.class.php:3051 +#: ../../include/class/NetworkMap.class.php:2993 ../../include/class/NetworkMap.class.php:3051 msgid "OS type" msgstr "Tipo de SO" -#: ../../include/class/NetworkMap.class.php:3000 -#: ../../include/class/NetworkMap.class.php:3001 -#: ../../include/class/NetworkMap.class.php:3062 -#: ../../include/class/NetworkMap.class.php:3063 +#: ../../include/class/NetworkMap.class.php:3000 ../../include/class/NetworkMap.class.php:3001 +#: ../../include/class/NetworkMap.class.php:3062 ../../include/class/NetworkMap.class.php:3063 msgid "Node Details" msgstr "Detalles de nodo" -#: ../../include/class/NetworkMap.class.php:3088 -#: ../../include/class/NetworkMap.class.php:3089 +#: ../../include/class/NetworkMap.class.php:3088 ../../include/class/NetworkMap.class.php:3089 msgid "Interface Information (SNMP)" msgstr "Información de interfaces (SNMP)" @@ -52896,13 +51270,11 @@ msgstr "Rombo" msgid "name node" msgstr "Nombrar nodo" -#: ../../include/class/NetworkMap.class.php:3135 -#: ../../include/class/NetworkMap.class.php:3505 +#: ../../include/class/NetworkMap.class.php:3135 ../../include/class/NetworkMap.class.php:3505 msgid "name fictional node" msgstr "Nombre de nodo ficticio" -#: ../../include/class/NetworkMap.class.php:3143 -#: ../../include/class/NetworkMap.class.php:3513 +#: ../../include/class/NetworkMap.class.php:3143 ../../include/class/NetworkMap.class.php:3513 msgid "Networkmap to link" msgstr "Enlace a mapa de red" @@ -52910,28 +51282,23 @@ msgstr "Enlace a mapa de red" msgid "Update fictional node" msgstr "Actualizar nodo ficticio" -#: ../../include/class/NetworkMap.class.php:3185 -#: ../../include/class/NetworkMap.class.php:3186 +#: ../../include/class/NetworkMap.class.php:3185 ../../include/class/NetworkMap.class.php:3186 msgid "Node options" msgstr "Opciones de nodo" -#: ../../include/class/NetworkMap.class.php:3197 -#: ../../include/class/NetworkMap.class.php:3291 +#: ../../include/class/NetworkMap.class.php:3197 ../../include/class/NetworkMap.class.php:3291 msgid "Node source" msgstr "Nodo origen" -#: ../../include/class/NetworkMap.class.php:3198 -#: ../../include/class/NetworkMap.class.php:3292 +#: ../../include/class/NetworkMap.class.php:3198 ../../include/class/NetworkMap.class.php:3292 msgid "Interface source" msgstr "Interfaz origen" -#: ../../include/class/NetworkMap.class.php:3199 -#: ../../include/class/NetworkMap.class.php:3293 +#: ../../include/class/NetworkMap.class.php:3199 ../../include/class/NetworkMap.class.php:3293 msgid "Interface Target" msgstr "Interfaz objetivo" -#: ../../include/class/NetworkMap.class.php:3201 -#: ../../include/class/NetworkMap.class.php:3294 +#: ../../include/class/NetworkMap.class.php:3201 ../../include/class/NetworkMap.class.php:3294 msgid "Node target" msgstr "Nodo objetivo" @@ -52947,12 +51314,9 @@ msgstr "No hay relaciones" msgid "Add interface link" msgstr "Añadir enlace de interfaz" -#: ../../include/class/NetworkMap.class.php:3382 -#: ../../include/class/NetworkMap.class.php:3409 -#: ../../include/class/NetworkMap.class.php:3410 -#: ../../include/class/NetworkMap.class.php:3473 -#: ../../include/class/NetworkMap.class.php:3489 -#: ../../include/class/NetworkMap.class.php:3546 +#: ../../include/class/NetworkMap.class.php:3382 ../../include/class/NetworkMap.class.php:3409 +#: ../../include/class/NetworkMap.class.php:3410 ../../include/class/NetworkMap.class.php:3473 +#: ../../include/class/NetworkMap.class.php:3489 ../../include/class/NetworkMap.class.php:3546 msgid "Add agent node" msgstr "Añadir nodo de agente" @@ -52982,8 +51346,7 @@ msgstr "Abrir Minimapa" msgid "Hide Labels" msgstr "Ocultar etiquetas" -#: ../../include/class/Prd.class.php:308 -#: ../../include/lib/Dashboard/Widgets/reports.php:166 +#: ../../include/class/Prd.class.php:308 ../../include/lib/Dashboard/Widgets/reports.php:166 #: ../../include/lib/Dashboard/Widgets/reports.php:512 msgid "Custom report" msgstr "Informe personalizado" @@ -52994,8 +51357,7 @@ msgstr "Informe personalizado" msgid "Network map" msgstr "Mapa de red" -#: ../../include/class/Prd.class.php:442 -#: ../../include/lib/Dashboard/Widgets/GisMap.php:510 +#: ../../include/class/Prd.class.php:442 ../../include/lib/Dashboard/Widgets/GisMap.php:510 msgid "GIS map" msgstr "Mapa GIS" @@ -53099,8 +51461,8 @@ msgstr "El identificador no puede estar vacío" #, php-format msgid "Database encryption is not enabled. Credentials will be stored in plaintext. %s" msgstr "" -"El cifrado de la base de datos no está disponible. Los credenciales se guardarán en " -"texto sin formato. %s" +"El cifrado de la base de datos no está disponible. Los credenciales se guardarán en texto " +"sin formato. %s" #: ../../include/class/CredentialStore.class.php:882 msgid "Add key" @@ -53208,10 +51570,8 @@ msgstr "Actualizar clave" msgid "Trap subtype" msgstr "Subtipo trap" -#: ../../include/class/SnmpConsole.class.php:295 -#: ../../include/functions_reporting.php:6230 -#: ../../include/functions_reporting.php:6247 -#: ../../include/functions_reporting.php:6264 +#: ../../include/class/SnmpConsole.class.php:295 ../../include/functions_reporting.php:6230 +#: ../../include/functions_reporting.php:6247 ../../include/functions_reporting.php:6264 msgid "Not triggered" msgstr "No disparado" @@ -53219,25 +51579,19 @@ msgstr "No disparado" msgid "Triggered" msgstr "Disparado" -#: ../../include/class/SnmpConsole.class.php:313 -#: ../../include/class/SnmpConsole.class.php:507 -#: ../../include/class/SnmpConsole.class.php:774 -#: ../../include/functions_reporting.php:2534 -#: ../../include/functions_reporting.php:4937 -#: ../../include/functions_reporting.php:11871 +#: ../../include/class/SnmpConsole.class.php:313 ../../include/class/SnmpConsole.class.php:507 +#: ../../include/class/SnmpConsole.class.php:774 ../../include/functions_reporting.php:2534 +#: ../../include/functions_reporting.php:4937 ../../include/functions_reporting.php:11871 #: ../../include/lib/TacticalView/elements/Events.php:297 msgid "Not validated" msgstr "Sin validar" -#: ../../include/class/SnmpConsole.class.php:314 -#: ../../include/class/SnmpConsole.class.php:505 -#: ../../include/class/SnmpConsole.class.php:784 -#: ../../include/functions_reporting.php:2533 -#: ../../include/functions_reporting.php:4936 -#: ../../include/functions_reporting.php:11870 ../../include/functions_events.php:2567 -#: ../../include/functions_events.php:3296 ../../include/functions_events.php:3585 -#: ../../include/functions_events.php:3594 ../../include/functions_events.php:3601 -#: ../../include/functions_events.php:3608 +#: ../../include/class/SnmpConsole.class.php:314 ../../include/class/SnmpConsole.class.php:505 +#: ../../include/class/SnmpConsole.class.php:784 ../../include/functions_reporting.php:2533 +#: ../../include/functions_reporting.php:4936 ../../include/functions_reporting.php:11870 +#: ../../include/functions_events.php:2567 ../../include/functions_events.php:3296 +#: ../../include/functions_events.php:3585 ../../include/functions_events.php:3594 +#: ../../include/functions_events.php:3601 ../../include/functions_events.php:3608 msgid "Validated" msgstr "Validado" @@ -53250,8 +51604,7 @@ msgstr "Agrupado por cadena Enterprise/IP" msgid "View agent details" msgstr "Ver detalles del agente" -#: ../../include/class/SnmpConsole.class.php:915 -#: ../../include/class/SnmpConsole.class.php:916 +#: ../../include/class/SnmpConsole.class.php:915 ../../include/class/SnmpConsole.class.php:916 msgid "Hide details" msgstr "Ocultar detalles" @@ -53304,8 +51657,8 @@ msgstr "Logs de auditoría del sistema" #: ../../include/class/AuditLog.class.php:239 msgid "Search filter by User, Action, Date, Source IP or Comments fields content" msgstr "" -"Filtro de búsqueda por contenido de los campos Usuario, Acción, Fecha, IP de origen " -"o Comentarios" +"Filtro de búsqueda por contenido de los campos Usuario, Acción, Fecha, IP de origen o " +"Comentarios" #: ../../include/class/OrderInterpreter.class.php:130 msgid "Agent Management" @@ -53363,23 +51716,19 @@ msgstr "Buscar por título" msgid "Tip created" msgstr "Tip creado" -#: ../../include/class/TipsWindow.class.php:780 -#: ../../include/class/TipsWindow.class.php:948 +#: ../../include/class/TipsWindow.class.php:780 ../../include/class/TipsWindow.class.php:948 msgid "Wrong size, we recommend images of 464x260 px" msgstr "Tamaño incorrecto, se recomiendan imágenes de 464x260 px" -#: ../../include/class/TipsWindow.class.php:788 -#: ../../include/class/TipsWindow.class.php:956 +#: ../../include/class/TipsWindow.class.php:788 ../../include/class/TipsWindow.class.php:956 msgid "Please select a image" msgstr "Por favor, seleccione una imagen" -#: ../../include/class/TipsWindow.class.php:792 -#: ../../include/class/TipsWindow.class.php:960 +#: ../../include/class/TipsWindow.class.php:792 ../../include/class/TipsWindow.class.php:960 msgid "Add image" msgstr "Añadir imagen" -#: ../../include/class/TipsWindow.class.php:795 -#: ../../include/class/TipsWindow.class.php:963 +#: ../../include/class/TipsWindow.class.php:795 ../../include/class/TipsWindow.class.php:963 msgid "Images" msgstr "Imágenes" @@ -53416,8 +51765,7 @@ msgstr "Recon script" msgid "Explanation" msgstr "Explicación" -#: ../../include/class/TreeService.class.php:439 -#: ../../include/class/TreeService.class.php:650 +#: ../../include/class/TreeService.class.php:439 ../../include/class/TreeService.class.php:650 msgid "Normal status" msgstr "Estado normal" @@ -53541,11 +51889,11 @@ msgstr "Rendimiento de las estadísticas de acceso" #: ../../include/class/ConsoleSupervisor.php:755 msgid "" -"Usage of agent access statistics IS NOT RECOMMENDED on systems with more than 200 " -"agents due performance penalty" +"Usage of agent access statistics IS NOT RECOMMENDED on systems with more than 200 agents due " +"performance penalty" msgstr "" -"NO SE RECOMIENDA el uso de estadísticas de acceso de agentes en sistemas con más de " -"200 agentes debido al impacto en el rendimiento" +"NO SE RECOMIENDA el uso de estadísticas de acceso de agentes en sistemas con más de 200 " +"agentes debido al impacto en el rendimiento" #: ../../include/class/ConsoleSupervisor.php:1077 msgid "Limited mode." @@ -53574,8 +51922,7 @@ msgstr "Soporte caducado" #: ../../include/class/ConsoleSupervisor.php:1117 msgid "This license is outside of support. Please, contact our sales department." msgstr "" -"Esta licencia ya no cuenta con soporte. Póngase en contacto con el departamento " -"comercial." +"Esta licencia ya no cuenta con soporte. Póngase en contacto con el departamento comercial." #: ../../include/class/ConsoleSupervisor.php:1199 msgid "Attachment directory is not writable" @@ -53584,8 +51931,7 @@ msgstr "No puede escribir en el directorio de adjuntos" #: ../../include/class/ConsoleSupervisor.php:1201 #, php-format msgid "Directory %s is not writable. Please, configure corresponding permissions." -msgstr "" -"No se ha podido escribir en el directorio de %s. Configure los permisos pertinentes." +msgstr "No se ha podido escribir en el directorio de %s. Configure los permisos pertinentes." #: ../../include/class/ConsoleSupervisor.php:1223 msgid "There are too many files in attachment directory" @@ -53594,10 +51940,9 @@ msgstr "Ha superado el límite de archivos en el directorio de adjuntos" #: ../../include/class/ConsoleSupervisor.php:1225 #, php-format msgid "" -"There are more than %d files in attachment, consider cleaning up attachment " -"directory manually." -msgstr "" -"Hay más de %d archivos en adjuntos, vacíe el directorio de adjuntos manualmente." +"There are more than %d files in attachment, consider cleaning up attachment directory " +"manually." +msgstr "Hay más de %d archivos en adjuntos, vacíe el directorio de adjuntos manualmente." #: ../../include/class/ConsoleSupervisor.php:1257 msgid "Remote configuration directory is not readable" @@ -53605,11 +51950,9 @@ msgstr "No se ha podido leer el directorio de configuración remota" #: ../../include/class/ConsoleSupervisor.php:1259 #, php-format -msgid "" -"Remote configuration directory %s is not readable. Please, adjust configuration." +msgid "Remote configuration directory %s is not readable. Please, adjust configuration." msgstr "" -"No se ha podido leer el directorio de configuración remota de %s. Modifique la " -"configuración." +"No se ha podido leer el directorio de configuración remota de %s. Modifique la configuración." #: ../../include/class/ConsoleSupervisor.php:1277 msgid "Remote configuration directory is not writable" @@ -53617,11 +51960,10 @@ msgstr "No se ha podido escribir en el directorio de configuración remota" #: ../../include/class/ConsoleSupervisor.php:1279 #, php-format -msgid "" -"Remote configuration directory %s is not writable. Please, adjust configuration." +msgid "Remote configuration directory %s is not writable. Please, adjust configuration." msgstr "" -"No se ha podido escribir en el directorio de configuración remota de %s. Modifique " -"la configuración." +"No se ha podido escribir en el directorio de configuración remota de %s. Modifique la " +"configuración." #: ../../include/class/ConsoleSupervisor.php:1296 msgid "Remote collections directory is not writable" @@ -53631,8 +51973,8 @@ msgstr "No se ha podido escribir en en el directorio de colecciones remotas." #, php-format msgid "Collections directory %s is not writable. Please, adjust configuration." msgstr "" -"No se ha podido escribir en en el directorio de colecciones remotas de %s. Modifique " -"la configuración." +"No se ha podido escribir en en el directorio de colecciones remotas de %s. Modifique la " +"configuración." #: ../../include/class/ConsoleSupervisor.php:1315 msgid "Remote md5 directory is not writable" @@ -53641,8 +51983,7 @@ msgstr "No se ha podido escribir en el directorio remoto md5" #: ../../include/class/ConsoleSupervisor.php:1317 #, php-format msgid "MD5 directory %s is not writable. Please, adjust configuration." -msgstr "" -"No se ha podido escribir en el directorio MD5 de %s. Modifique la configuración." +msgstr "No se ha podido escribir en el directorio MD5 de %s. Modifique la configuración." #: ../../include/class/ConsoleSupervisor.php:1357 msgid "There are too many files in spool" @@ -53672,8 +52013,7 @@ msgid "No servers available." msgstr "No hay servidores disponibles." #: ../../include/class/ConsoleSupervisor.php:1566 -msgid "" -"There are no servers registered in this console. Please, check installation guide." +msgid "There are no servers registered in this console. Please, check installation guide." msgstr "No hay servidores registrados en esta consola. Revise la guía de instalación." #: ../../include/class/ConsoleSupervisor.php:1613 @@ -53694,21 +52034,19 @@ msgstr "%s (%s) no está en ejecución." #: ../../include/class/ConsoleSupervisor.php:1633 #, php-format msgid "" -"%s (%s) is not running. Please, check configuration file or remove this server from " -"server list." +"%s (%s) is not running. Please, check configuration file or remove this server from server " +"list." msgstr "" -"%s (%s) no está en ejecución. Compruebe el archivo de configuración o elimine este " -"servidor de la lista de servidores." +"%s (%s) no está en ejecución. Compruebe el archivo de configuración o elimine este servidor " +"de la lista de servidores." #: ../../include/class/ConsoleSupervisor.php:1686 msgid "No master servers found." msgstr "No se han encontrado servidores maestros." #: ../../include/class/ConsoleSupervisor.php:1687 -msgid "" -"At least one server must be defined to run as master. Please, check documentation." -msgstr "" -"Al menos un servidor debe ejecutarse como maestro. Diríjase a la documentación." +msgid "At least one server must be defined to run as master. Please, check documentation." +msgstr "Al menos un servidor debe ejecutarse como maestro. Diríjase a la documentación." #: ../../include/class/ConsoleSupervisor.php:1748 msgid "PHP safe mode is enabled. Some features may not work properly" @@ -53718,11 +52056,11 @@ msgstr "" #: ../../include/class/ConsoleSupervisor.php:1749 msgid "" -"To disable it, go to your PHP configuration file (php.ini) and put safe_mode = Off " -"(Do not forget to restart apache process after changes)" +"To disable it, go to your PHP configuration file (php.ini) and put safe_mode = Off (Do not " +"forget to restart apache process after changes)" msgstr "" -"Para deshabilitarlo, diríjase al archivo de configuración PHP (php.ini) y escriba " -"safe_mode = Off (No olvide reiniciar el proceso de apache después de los cambios)" +"Para deshabilitarlo, diríjase al archivo de configuración PHP (php.ini) y escriba safe_mode " +"= Off (No olvide reiniciar el proceso de apache después de los cambios)" #: ../../include/class/ConsoleSupervisor.php:1768 #, php-format @@ -53741,11 +52079,11 @@ msgstr "Sin límite" #: ../../include/class/ConsoleSupervisor.php:1774 msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Do not forget to restart Apache process after)" +"Please, change it on your PHP configuration file (php.ini) or contact with administrator (Do " +"not forget to restart Apache process after)" msgstr "" -"Modifíquelo en el archivo de configuración PHP (php.ini) o póngase en contacto con " -"el administrador (no olvide reiniciar el proceso de Apache después)" +"Modifíquelo en el archivo de configuración PHP (php.ini) o póngase en contacto con el " +"administrador (no olvide reiniciar el proceso de Apache después)" #: ../../include/class/ConsoleSupervisor.php:1797 #: ../../include/class/ConsoleSupervisor.php:1822 @@ -53760,11 +52098,11 @@ msgstr "El valor recomendado es: %s" #: ../../include/class/ConsoleSupervisor.php:1824 #: ../../include/class/ConsoleSupervisor.php:1873 msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Dont forget restart apache process after changes)" +"Please, change it on your PHP configuration file (php.ini) or contact with administrator " +"(Dont forget restart apache process after changes)" msgstr "" -"Por favor, cámbialo en el archivo de configuración de PHP (php.ini) o contacta con " -"un administrador (no olvides reiniciar el proceso Apache tras los cambios)." +"Por favor, cámbialo en el archivo de configuración de PHP (php.ini) o contacta con un " +"administrador (no olvides reiniciar el proceso Apache tras los cambios)." #: ../../include/class/ConsoleSupervisor.php:1823 #: ../../include/class/ConsoleSupervisor.php:1853 @@ -53778,11 +52116,11 @@ msgstr "Problemas con diable_functions en php.ini" #: ../../include/class/ConsoleSupervisor.php:1873 msgid "" -"The variable disable_functions contains functions system() or exec() in PHP " -"configuration file (php.ini)" +"The variable disable_functions contains functions system() or exec() in PHP configuration " +"file (php.ini)" msgstr "" -"La variable disable_funtionc contiene las funciones system() o exec() en el archivo " -"de configuración PHP (php.ini)" +"La variable disable_funtionc contiene las funciones system() o exec() en el archivo de " +"configuración PHP (php.ini)" #: ../../include/class/ConsoleSupervisor.php:1890 msgid "chromium is not installed" @@ -53790,11 +52128,11 @@ msgstr "Chromium no está instalado" #: ../../include/class/ConsoleSupervisor.php:1891 msgid "" -"To be able to create images of the graphs for PDFs, please install the chromium " -"extension. For that, it is necessary to follow these steps:" +"To be able to create images of the graphs for PDFs, please install the chromium extension. " +"For that, it is necessary to follow these steps:" msgstr "" -"Para poder crear imágenes de las gráficas para PDFs, instale la extensión de " -"Chromium. Para ello siga estos pasos:" +"Para poder crear imágenes de las gráficas para PDFs, instale la extensión de Chromium. Para " +"ello siga estos pasos:" #: ../../include/class/ConsoleSupervisor.php:1913 #: ../../include/class/ConsoleSupervisor.php:1952 @@ -53802,11 +52140,10 @@ msgid "PHP UPDATE REQUIRED" msgstr "PHP DEBE ACTUALIZARSE" #: ../../include/class/ConsoleSupervisor.php:1914 ../../general/php_message.php:30 -msgid "" -"For a correct operation of PandoraFMS, PHP must be updated to version 8.0 or higher." +msgid "For a correct operation of PandoraFMS, PHP must be updated to version 8.0 or higher." msgstr "" -"Para que Pandora FMS funcione correctamente, PHP debe estar actualizado a la versión " -"8.0 o superior." +"Para que Pandora FMS funcione correctamente, PHP debe estar actualizado a la versión 8.0 o " +"superior." #: ../../include/class/ConsoleSupervisor.php:1914 ../../general/php_message.php:31 msgid "Otherwise, functionalities will be lost." @@ -53858,11 +52195,9 @@ msgid "Historical database not available" msgstr "Base de datos histórica no disponible" #: ../../include/class/ConsoleSupervisor.php:2042 -msgid "" -"Historical database is enabled, though not accessible with the current configuration." +msgid "Historical database is enabled, though not accessible with the current configuration." msgstr "" -"La base de datos histórica está habilitada pero no accesible con la configuración " -"actual." +"La base de datos histórica está habilitada pero no accesible con la configuración actual." #: ../../include/class/ConsoleSupervisor.php:2086 msgid "Database maintenance problem" @@ -53871,12 +52206,12 @@ msgstr "Problema de mantenimiento de la base de datos" #: ../../include/class/ConsoleSupervisor.php:2088 #, php-format msgid "" -"Your database hasn't been through maintenance for 48hrs. Please, check documentation " -"on how to perform this maintenance process on %s and enable it as soon as possible." +"Your database hasn't been through maintenance for 48hrs. Please, check documentation on how " +"to perform this maintenance process on %s and enable it as soon as possible." msgstr "" -"La base de datos no ha pasado por el proceso de mantenimiento durante 48h. Diríjase " -"a la documentación para ver cómo llevar a cabo el proceso de mantenimiento en %s y " -"habilítelo lo antes posible." +"La base de datos no ha pasado por el proceso de mantenimiento durante 48h. Diríjase a la " +"documentación para ver cómo llevar a cabo el proceso de mantenimiento en %s y habilítelo lo " +"antes posible." #: ../../include/class/ConsoleSupervisor.php:2149 msgid "Historical database maintenance problem." @@ -53886,12 +52221,12 @@ msgstr "Problema de mantenimiento de la base de datos histórica." #, php-format msgid "" "Your historical database hasn't been through maintenance for 48hrs. Please, check " -"documentation on how to perform this maintenance process on %s and enable it as soon " -"as possible." +"documentation on how to perform this maintenance process on %s and enable it as soon as " +"possible." msgstr "" -"La base de datos no ha pasado por el proceso de mantenimiento durante 48h. Diríjase " -"a la documentación para ver cómo llevar a cabo el proceso de mantenimiento en %s y " -"habilítelo lo antes posible." +"La base de datos no ha pasado por el proceso de mantenimiento durante 48h. Diríjase a la " +"documentación para ver cómo llevar a cabo el proceso de mantenimiento en %s y habilítelo lo " +"antes posible." #: ../../include/class/ConsoleSupervisor.php:2190 msgid "Historical database MR mismatch" @@ -53899,11 +52234,11 @@ msgstr "Error de coincidencia de la base de datos histórica MR" #: ../../include/class/ConsoleSupervisor.php:2191 msgid "" -"Your historical database is not using the same schema as the main DB. This could " -"produce anomalies while storing historical data." +"Your historical database is not using the same schema as the main DB. This could produce " +"anomalies while storing historical data." msgstr "" -"La base de datos histórica no usa el mismo esquema que la base de datos principal. " -"Esto podría causar anomalías al guardar datos de histórico." +"La base de datos histórica no usa el mismo esquema que la base de datos principal. Esto " +"podría causar anomalías al guardar datos de histórico." #: ../../include/class/ConsoleSupervisor.php:2232 msgid "Log collector cannot connect to OpenSearch" @@ -53919,8 +52254,7 @@ msgstr "La base de datos de la Metaconsola no está disponible." #: ../../include/class/ConsoleSupervisor.php:2304 msgid "Cannot connect with Metaconsole DB using current configuration." -msgstr "" -"No puede conectar con la base de datos de la Metaconsola con la configuración actual." +msgstr "No puede conectar con la base de datos de la Metaconsola con la configuración actual." #: ../../include/class/ConsoleSupervisor.php:2333 msgid "Scheduled downtime running." @@ -53928,11 +52262,11 @@ msgstr "Ejecución de parada planificada." #: ../../include/class/ConsoleSupervisor.php:2334 msgid "" -"A scheduled downtime is running. Some monitoring data won't be available while " -"downtime is taking place." +"A scheduled downtime is running. Some monitoring data won't be available while downtime is " +"taking place." msgstr "" -"Se está ejecutando una parada planificada. Algunos de los datos de monitorización no " -"estarán disponibles durante dicha parada." +"Se está ejecutando una parada planificada. Algunos de los datos de monitorización no estarán " +"disponibles durante dicha parada." #: ../../include/class/ConsoleSupervisor.php:2490 msgid "Downtime scheduled soon." @@ -53941,11 +52275,11 @@ msgstr "Parada planificada próximamente." #: ../../include/class/ConsoleSupervisor.php:2492 #, php-format msgid "" -"A scheduled downtime is going to be executed from %s to %s. Some monitoring data " -"won't be available while downtime is taking place." +"A scheduled downtime is going to be executed from %s to %s. Some monitoring data won't be " +"available while downtime is taking place." msgstr "" -"Se ejecutará una parada planificada de %s a %s. Algunos de los datos de " -"monitorización no estarán disponibles durante dicha parada." +"Se ejecutará una parada planificada de %s a %s. Algunos de los datos de monitorización no " +"estarán disponibles durante dicha parada." #: ../../include/class/ConsoleSupervisor.php:2523 msgid "This instance is not registered in the Warp Update section" @@ -53961,8 +52295,7 @@ msgstr "No se puede acceder a la API de Pandora FMS " #: ../../include/class/ConsoleSupervisor.php:2555 msgid "" -"Please check the configuration, some components may fail due to this " -"misconfiguration in " +"Please check the configuration, some components may fail due to this misconfiguration in " msgstr "" "Compruebe la configuración, algunos componentes podrían fallar debido a un error de " "configuración en " @@ -53972,8 +52305,7 @@ msgid "Default password for \"Admin\" user has not been changed" msgstr "No se ha cambiado la contraseña por defecto del usuario \"Admin\"" #: ../../include/class/ConsoleSupervisor.php:2589 -msgid "" -"Please, change the default password since it is a commonly reported vulnerability." +msgid "Please, change the default password since it is a commonly reported vulnerability." msgstr "Cambie la contraseña por defecto puesto que es una vulnerabilidad frecuente." #: ../../include/class/ConsoleSupervisor.php:2625 @@ -53982,11 +52314,11 @@ msgstr "No existe una fuente por defecto" #: ../../include/class/ConsoleSupervisor.php:2626 msgid "" -"Your defined font doesn't exist or is not defined. Please, check font parameters in " -"your config" +"Your defined font doesn't exist or is not defined. Please, check font parameters in your " +"config" msgstr "" -"La fuente seleccionada no existe o no está definida. Compruebe los parámetros de " -"fuente en la configuración" +"La fuente seleccionada no existe o no está definida. Compruebe los parámetros de fuente en " +"la configuración" #: ../../include/class/ConsoleSupervisor.php:2651 msgid "Developer mode is enabled" @@ -53995,13 +52327,12 @@ msgstr "El modo «desarrollador» está activado." #: ../../include/class/ConsoleSupervisor.php:2653 #, php-format msgid "" -"Your %s has the \"develop_bypass\" mode enabled. This is a developer mode and should " -"be disabled in a production environment. This value is located in the main index.php " -"file" +"Your %s has the \"develop_bypass\" mode enabled. This is a developer mode and should be " +"disabled in a production environment. This value is located in the main index.php file" msgstr "" -"%s tiene el modo \"develop_bypass\" habilitado. Este es un modo de desarrollo y debe " -"estar desactivado en un entorno de producción. El valor se encuentra en el archivo " -"principal index.php" +"%s tiene el modo \"develop_bypass\" habilitado. Este es un modo de desarrollo y debe estar " +"desactivado en un entorno de producción. El valor se encuentra en el archivo principal index." +"php" #: ../../include/class/ConsoleSupervisor.php:2677 msgid "Event storm protection is enabled." @@ -54009,11 +52340,11 @@ msgstr "La protección de tormenta de eventos está habilitada." #: ../../include/class/ConsoleSupervisor.php:2678 msgid "" -"Some events may get lost while this mode is enabled. The server must be restarted " -"after altering this setting." +"Some events may get lost while this mode is enabled. The server must be restarted after " +"altering this setting." msgstr "" -"Podrían perderse algunos elementos al habilitar este modo. Reinicie el servidor " -"después de las modificaciones" +"Podrían perderse algunos elementos al habilitar este modo. Reinicie el servidor después de " +"las modificaciones" #: ../../include/class/ConsoleSupervisor.php:2704 msgid "Failed to retrieve updates, please configure utility" @@ -54035,11 +52366,11 @@ msgstr "Actualización(es) menores disponibles" #: ../../include/class/ConsoleSupervisor.php:2763 #, php-format msgid "" -"There is one or more minor releases available. .About minor release update." +"There is one or more minor releases available. .About minor release update." msgstr "" -"Hay una o más releases menores disponibles, .Sobre la actualización menor." +"Hay una o más releases menores disponibles, .Sobre la actualización menor." #: ../../include/class/ConsoleSupervisor.php:2792 msgid "Discovery relies on an appropriate cron setup." @@ -54061,11 +52392,11 @@ msgstr "La versión de %s no está alineada con la consola" #: ../../include/class/ConsoleSupervisor.php:2921 #, php-format msgid "" -"Server %s and this console have different versions. This might cause several " -"malfunctions. Please, update this server." +"Server %s and this console have different versions. This might cause several malfunctions. " +"Please, update this server." msgstr "" -"El servidor de %s y la consola tienen diferentes versiones. Esto podría causar " -"diversos fallos. Actualice el servidor." +"El servidor de %s y la consola tienen diferentes versiones. Esto podría causar diversos " +"fallos. Actualice el servidor." #: ../../include/class/ConsoleSupervisor.php:2985 msgid "AllowOverride is disabled" @@ -54082,13 +52413,12 @@ msgstr "El archivo de logs de la consola de Pandora FMS ha cambiado de localizac #: ../../include/class/ConsoleSupervisor.php:3060 #, php-format msgid "" -"Pandora FMS console log file has been moved to new location %s/log. Currently you " -"have an outdated and inoperative version of this file at %s. Please, consider " -"deleting it." +"Pandora FMS console log file has been moved to new location %s/log. Currently you have an " +"outdated and inoperative version of this file at %s. Please, consider deleting it." msgstr "" -"El archivo de logs de la consola de Pandora FMS se ha movido a una nueva " -"localización %s/log. Actualmente tiene una versión operativa y obsoleta de este " -"archivo en %s. Piense en eliminarlo." +"El archivo de logs de la consola de Pandora FMS se ha movido a una nueva localización %s/" +"log. Actualmente tiene una versión operativa y obsoleta de este archivo en %s. Piense en " +"eliminarlo." #: ../../include/class/ConsoleSupervisor.php:3096 msgid "Pandora FMS audit log file changed location" @@ -54097,12 +52427,12 @@ msgstr "El archivo de log de auditoría de Pandora FMS ha cambiado de localizaci #: ../../include/class/ConsoleSupervisor.php:3100 #, php-format msgid "" -"Pandora FMS audit log file has been moved to new location %s/log. Currently you have " -"an outdated and inoperative version of this file at %s. Please, consider deleting it." +"Pandora FMS audit log file has been moved to new location %s/log. Currently you have an " +"outdated and inoperative version of this file at %s. Please, consider deleting it." msgstr "" -"El archivo de log de auditoría de Pandora FMS se ha movido a una nueva localización " -"%s/log. Actualmente tiene una versión obsoleta e inoperativa de este archivo en %s. " -"Piense en eliminarlo." +"El archivo de log de auditoría de Pandora FMS se ha movido a una nueva localización %s/log. " +"Actualmente tiene una versión obsoleta e inoperativa de este archivo en %s. Piense en " +"eliminarlo." #: ../../include/class/ConsoleSupervisor.php:3158 #, php-format @@ -54112,11 +52442,11 @@ msgstr "Longitud de la cola de sincronización de %s de nodo excedida, " #: ../../include/class/ConsoleSupervisor.php:3160 #, php-format msgid "" -"Synchronization queue lenght for node %s is %d items, this value should be 0 or " -"lower than %d, please check the queue status." +"Synchronization queue lenght for node %s is %d items, this value should be 0 or lower than " +"%d, please check the queue status." msgstr "" -"La longitud de la cola de sincronización para el %s de nodo es %d elementos, este " -"valor debe ser 0 o inferior a %d, compruebe el estado de la cola." +"La longitud de la cola de sincronización para el %s de nodo es %d elementos, este valor debe " +"ser 0 o inferior a %d, compruebe el estado de la cola." #: ../../include/class/ConsoleSupervisor.php:3214 #, php-format @@ -54125,11 +52455,10 @@ msgstr "Error en la cola de sincronización de %s de nodo, " #: ../../include/class/ConsoleSupervisor.php:3216 #, php-format -msgid "" -"Node %s cannot process synchronization queue due %s, please check the queue status." +msgid "Node %s cannot process synchronization queue due %s, please check the queue status." msgstr "" -"Los %s nodos no pueden procesar la cola de sincronización debido %s, verifique el " -"estado de la cola." +"Los %s nodos no pueden procesar la cola de sincronización debido %s, verifique el estado de " +"la cola." #: ../../include/class/ConsoleSupervisor.php:3248 msgid "Agent dependency error" @@ -54145,12 +52474,12 @@ msgstr "Correlación de alerta cambiada desde la versión 774" #: ../../include/class/ConsoleSupervisor.php:3278 msgid "" -"Log correlation and log correlation with events will be disabled in this update. " -"Some event correlation alerts may need to be modified to adapt to the new format" +"Log correlation and log correlation with events will be disabled in this update. Some event " +"correlation alerts may need to be modified to adapt to the new format" msgstr "" "La correlación de logs y la correlación de los con eventos se deshabitarán en esta " -"actualización. Algunas alertas de correlación podrían tener que modificarse para " -"adaptarse al nuevo formato" +"actualización. Algunas alertas de correlación podrían tener que modificarse para adaptarse " +"al nuevo formato" #: ../../include/class/ConsoleSupervisor.php:3301 #, php-format @@ -54159,11 +52488,11 @@ msgstr "Su sistema tiene un total de %s módulos" #: ../../include/class/ConsoleSupervisor.php:3302 msgid "" -"This is higher than the recommended maximum 80,000 modules per node. This may result " -"in poor performance of your system." +"This is higher than the recommended maximum 80,000 modules per node. This may result in poor " +"performance of your system." msgstr "" -"Este es mayor que el máximo recomendado de 80.000 módulos por nodo. Esto podría " -"resultar en un rendimiento inadecuado del sistema." +"Este es mayor que el máximo recomendado de 80.000 módulos por nodo. Esto podría resultar en " +"un rendimiento inadecuado del sistema." #: ../../include/class/ConsoleSupervisor.php:3333 #, php-format @@ -54172,11 +52501,11 @@ msgstr "Su sistema tiene una media de %s módulos por agente" #: ../../include/class/ConsoleSupervisor.php:3334 msgid "" -"This is higher than the recommended maximum (200). This may result in poor " -"performance of your system." +"This is higher than the recommended maximum (200). This may result in poor performance of " +"your system." msgstr "" -"Este es mayor que el máximo recomendado (200). Esto podría resultar en un " -"rendimiento inadecuado del sistema." +"Este es mayor que el máximo recomendado (200). Esto podría resultar en un rendimiento " +"inadecuado del sistema." #: ../../include/class/CalendarManager.class.php:168 msgid "Alert calendar list" @@ -54277,8 +52606,7 @@ msgid "Enterprise licence valid" msgstr "Licencia Enterprise válida" #: ../../include/class/WelcomeWindow.class.php:577 -msgid "" -"It seems that your Pandora FMS is working correctly and registered with ID:
#" +msgid "It seems that your Pandora FMS is working correctly and registered with ID:
#" msgstr "Pandora FMS funciona correctamente y está registrado con el ID:
#" #: ../../include/class/WelcomeWindow.class.php:601 @@ -54360,8 +52688,8 @@ msgstr "Seleccione una opción" #: ../../include/class/AgentDeployWizard.class.php:306 msgid "Please note that all OS must be 64-bit based architecture" msgstr "" -"Tenga en cuenta que todos los sistemas operativos deben tener una arquitectura " -"basada en 64-bits" +"Tenga en cuenta que todos los sistemas operativos deben tener una arquitectura basada en 64-" +"bits" #: ../../include/class/AgentDeployWizard.class.php:309 msgid "Choose your OS" @@ -54370,11 +52698,11 @@ msgstr "Seleccione su sistema operativo" #: ../../include/class/AgentDeployWizard.class.php:321 #, php-format msgid "" -"Use your %s Data Server IP address here. It must be possible to establish a " -"connection from the agent to port 41121/tcp of this address." +"Use your %s Data Server IP address here. It must be possible to establish a connection from " +"the agent to port 41121/tcp of this address." msgstr "" -"Utilice su dirección IP del servidor de datos %s aquí. La conexión desde el agente " -"al puerto 41121/tcp de esta dirección debe ser posible." +"Utilice su dirección IP del servidor de datos %s aquí. La conexión desde el agente al puerto " +"41121/tcp de esta dirección debe ser posible." #: ../../include/class/AgentDeployWizard.class.php:326 msgid "Server address" @@ -54398,20 +52726,17 @@ msgstr "Agente Linux" #: ../../include/class/AgentDeployWizard.class.php:446 msgid "" -"Run the following command in the shell of your Linux server to perform the " -"installation of the generated agent:" +"Run the following command in the shell of your Linux server to perform the installation of " +"the generated agent:" msgstr "" "Ejecute el siguiente comando en la Shell de su servidor Linux para llevar a cabo la " "instalación del agente generado:" #: ../../include/class/AgentDeployWizard.class.php:449 #: ../../include/class/AgentDeployWizard.class.php:491 -msgid "" -"Once installed, you must run the following command to start the software agent " -"service:" +msgid "Once installed, you must run the following command to start the software agent service:" msgstr "" -"Una vez instalado, ejecute el siguiente comando para iniciar el servicio del agente " -"software:" +"Una vez instalado, ejecute el siguiente comando para iniciar el servicio del agente software:" #: ../../include/class/AgentDeployWizard.class.php:458 msgid "dependencies" @@ -54419,8 +52744,8 @@ msgstr "dependencias" #: ../../include/class/AgentDeployWizard.class.php:460 msgid "" -"For the correct operation of the Linux agent it is necessary that the server has " -"installed the following " +"For the correct operation of the Linux agent it is necessary that the server has installed " +"the following " msgstr "" "Para la correcta operación del agente Linux es necesario que el servidor instale lo " "siguiente " @@ -54439,12 +52764,11 @@ msgstr "Agente Mac" #: ../../include/class/AgentDeployWizard.class.php:524 msgid "" -"To complete the installation process, please perform a manual installation and " -"configure the server address to XXX and specify the group as XXX. Thank you for your " -"cooperation." +"To complete the installation process, please perform a manual installation and configure the " +"server address to XXX and specify the group as XXX. Thank you for your cooperation." msgstr "" -"Para completar el proceso de instalación, lleve a cabo la instalación manual y " -"configure la dirección del servidor a XXX y especifique el grupo como XXX." +"Para completar el proceso de instalación, lleve a cabo la instalación manual y configure la " +"dirección del servidor a XXX y especifique el grupo como XXX." #: ../../include/class/AgentDeployWizard.class.php:530 msgid "Click to Download the agent" @@ -54503,8 +52827,7 @@ msgstr "Buscador WMI" msgid "namespace" msgstr "namespace" -#: ../../include/class/AgentWizard.class.php:835 -#: ../../include/class/AgentWizard.class.php:846 +#: ../../include/class/AgentWizard.class.php:835 ../../include/class/AgentWizard.class.php:846 #: ../../include/class/AgentWizard.class.php:3795 msgid "Create modules" msgstr "Crear módulos" @@ -54661,8 +52984,7 @@ msgstr "Añadir nuevo comando personalizado" #: ../../include/class/ExternalTools.class.php:439 msgid "Adding `_address_` macro will use agent's IP when perform the execution" msgstr "" -"Añadir la macro `_address_` utilizará la IP del agente cuando lleve a cabo la " -"ejecución" +"Añadir la macro `_address_` utilizará la IP del agente cuando lleve a cabo la ejecución" #: ../../include/class/ExternalTools.class.php:525 msgid "Delete this custom command" @@ -54709,8 +53031,7 @@ msgid "The command failed and obtained the return code:" msgstr "El comando falló y obtuvo el código de retorno:" #: ../../include/class/ExternalTools.class.php:862 -msgid "" -"Something went wrong while perform the execution. Please check the configuration." +msgid "Something went wrong while perform the execution. Please check the configuration." msgstr "Ha habido un error al llevar a cabo la ejecución. Revise la configuración." #: ../../include/class/ExternalTools.class.php:901 @@ -54785,9 +53106,7 @@ msgstr "Llevando a cabo ejecución %s" #: ../../include/functions_reporting.php:168 msgid "You have no memory for this operation, increase the memory limit." -msgstr "" -"No dispone de memoria suficiente para esta operación, aumente el límite de la " -"memoria." +msgstr "No dispone de memoria suficiente para esta operación, aumente el límite de la memoria." #: ../../include/functions_reporting.php:399 msgid " agents" @@ -54963,8 +53282,7 @@ msgstr "Base de datos serializada" msgid "Last Value" msgstr "Último valor" -#: ../../include/functions_reporting.php:5385 -#: ../../include/functions_reporting.php:5428 +#: ../../include/functions_reporting.php:5385 ../../include/functions_reporting.php:5428 msgid "No data to display within the selected interval" msgstr "No hay datos en el intervalo seleccionado" @@ -54976,11 +53294,9 @@ msgstr "Informe de las interfaces de red" msgid "Custom render report" msgstr "Informe de representación personalizado" -#: ../../include/functions_reporting.php:5793 -#: ../../include/functions_reporting.php:5819 +#: ../../include/functions_reporting.php:5793 ../../include/functions_reporting.php:5819 msgid "This query is insecure, it could apply unwanted modiffications on the schema" -msgstr "" -"Esta consulta es insegura, podría aplicar modificationes no deseadas en el esquema" +msgstr "Esta consulta es insegura, podría aplicar modificationes no deseadas en el esquema" #: ../../include/functions_reporting.php:5998 msgid "The group has no agents or none of the agents has any network interface" @@ -55028,22 +53344,20 @@ msgstr "Fecha de predicción" #: ../../include/functions_reporting.php:8133 msgid "" -"Illegal query: Due to security restrictions, there are some tokens or words you " -"cannot use: *, delete, drop, alter, modify, password, pass, insert or update." +"Illegal query: Due to security restrictions, there are some tokens or words you cannot use: " +"*, delete, drop, alter, modify, password, pass, insert or update." msgstr "" -"Consulta ilegal: debido a restricciones de seguridad, hay algunos tokens o palabras " -"que no se puede usar: *, borrar, eliminar, soltar, alterar, modificar, contraseña, " -"pass, insertar o actualizar." +"Consulta ilegal: debido a restricciones de seguridad, hay algunos tokens o palabras que no " +"se puede usar: *, borrar, eliminar, soltar, alterar, modificar, contraseña, pass, insertar o " +"actualizar." -#: ../../include/functions_reporting.php:9546 -#: ../../include/functions_reporting.php:10264 +#: ../../include/functions_reporting.php:9546 ../../include/functions_reporting.php:10264 msgid "No Address" msgstr "Sin dirección" #: ../../include/functions_reporting.php:10563 msgid "The monitor have no data in this range of dates or monitor type is not numeric" -msgstr "" -"El monitor no tiene datos en este rango de fecha o el tipo de monitor no es numérico." +msgstr "El monitor no tiene datos en este rango de fecha o el tipo de monitor no es numérico." #: ../../include/functions_reporting.php:10581 msgid "The monitor type is not numeric" @@ -55053,8 +53367,7 @@ msgstr "El tipo de monitor no es numérico." msgid "Automatic combined graph" msgstr "Gráfica combinada automática" -#: ../../include/functions_reporting.php:12560 -#: ../../include/functions_reporting.php:12584 +#: ../../include/functions_reporting.php:12560 ../../include/functions_reporting.php:12584 #: ../../include/functions_reporting.php:12623 msgid "Server health" msgstr "Estado del servidor" @@ -55064,8 +53377,7 @@ msgstr "Estado del servidor" msgid "%d Downed servers" msgstr "%d servidores caídos" -#: ../../include/functions_reporting.php:12565 -#: ../../include/functions_reporting.php:12588 +#: ../../include/functions_reporting.php:12565 ../../include/functions_reporting.php:12588 #: ../../include/functions_reporting.php:12629 msgid "Monitor health" msgstr "Estado del monitor" @@ -55075,13 +53387,11 @@ msgstr "Estado del monitor" msgid "%d Not Normal monitors" msgstr "%d monitores fuera de la normalidad" -#: ../../include/functions_reporting.php:12565 -#: ../../include/functions_reporting.php:12589 +#: ../../include/functions_reporting.php:12565 ../../include/functions_reporting.php:12589 msgid "of monitors up" msgstr "de monitores funcionando" -#: ../../include/functions_reporting.php:12570 -#: ../../include/functions_reporting.php:12592 +#: ../../include/functions_reporting.php:12570 ../../include/functions_reporting.php:12592 #: ../../include/functions_reporting.php:12635 msgid "Module sanity" msgstr "Estado de los módulos" @@ -55091,20 +53401,17 @@ msgstr "Estado de los módulos" msgid "%d Not inited monitors" msgstr "%d monitores sin iniciar" -#: ../../include/functions_reporting.php:12570 -#: ../../include/functions_reporting.php:12593 +#: ../../include/functions_reporting.php:12570 ../../include/functions_reporting.php:12593 msgid "of total modules inited" msgstr "del total de módulos iniciados" -#: ../../include/functions_reporting.php:12575 -#: ../../include/functions_reporting.php:13747 +#: ../../include/functions_reporting.php:12575 ../../include/functions_reporting.php:13747 #: ../../include/functions_reporting.php:13757 #, php-format msgid "%d Fired alerts" msgstr "%d alertas disparadas" -#: ../../include/functions_reporting.php:12575 -#: ../../include/functions_reporting.php:12597 +#: ../../include/functions_reporting.php:12575 ../../include/functions_reporting.php:12597 msgid "of defined alerts not fired" msgstr "de alertas definidas no disparadas" @@ -55174,22 +53481,16 @@ msgstr "%d agentes no iniciados" msgid "Total running modules" msgstr "Total de módulos en ejecución" -#: ../../include/functions_reporting.php:15196 -#: ../../include/functions_reporting.php:15211 -#: ../../include/functions_reporting.php:15223 -#: ../../include/functions_reporting.php:15241 -#: ../../include/functions_reporting.php:15253 -#: ../../include/functions_reporting.php:15265 +#: ../../include/functions_reporting.php:15196 ../../include/functions_reporting.php:15211 +#: ../../include/functions_reporting.php:15223 ../../include/functions_reporting.php:15241 +#: ../../include/functions_reporting.php:15253 ../../include/functions_reporting.php:15265 #: ../../include/functions_reporting.php:15277 msgid "Ratio" msgstr "Proporción" -#: ../../include/functions_reporting.php:15196 -#: ../../include/functions_reporting.php:15211 -#: ../../include/functions_reporting.php:15223 -#: ../../include/functions_reporting.php:15241 -#: ../../include/functions_reporting.php:15253 -#: ../../include/functions_reporting.php:15265 +#: ../../include/functions_reporting.php:15196 ../../include/functions_reporting.php:15211 +#: ../../include/functions_reporting.php:15223 ../../include/functions_reporting.php:15241 +#: ../../include/functions_reporting.php:15253 ../../include/functions_reporting.php:15265 #: ../../include/functions_reporting.php:15277 msgid "Modules by second" msgstr "Módulos por segundo" @@ -55251,15 +53552,12 @@ msgstr "En este correo encontrarás en adjunto un archivo del" msgid "report" msgstr "informe" -#: ../../include/functions_filemanager.php:148 -#: ../../include/functions_filemanager.php:237 -#: ../../include/functions_filemanager.php:292 -#: ../../include/functions_filemanager.php:385 +#: ../../include/functions_filemanager.php:148 ../../include/functions_filemanager.php:237 +#: ../../include/functions_filemanager.php:292 ../../include/functions_filemanager.php:385 msgid "Security error" msgstr "Error de seguridad" -#: ../../include/functions_filemanager.php:172 -#: ../../include/functions_filemanager.php:228 +#: ../../include/functions_filemanager.php:172 ../../include/functions_filemanager.php:228 msgid "Upload error" msgstr "Error de subida" @@ -55268,8 +53566,7 @@ msgstr "Error de subida" msgid "Issue setting umask: %s" msgstr "Problema al configurar umask: %s" -#: ../../include/functions_filemanager.php:186 -#: ../../include/functions_filemanager.php:243 +#: ../../include/functions_filemanager.php:186 ../../include/functions_filemanager.php:243 msgid "Upload correct" msgstr "Subida correcta" @@ -55279,11 +53576,11 @@ msgstr "Era imposible descomprimir el archivo" #: ../../include/functions_filemanager.php:256 msgid "" -"File size seems to be too large. Please check your php.ini configuration or contact " -"with the administrator" +"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, comprueba la configuración de " -"php.ini o contacta con el administrador." +"El tamaño del archivo es demasiado grande. Por favor, comprueba la configuración de php.ini " +"o contacta con el administrador." #: ../../include/functions_filemanager.php:305 msgid "File created correctly" @@ -55293,8 +53590,7 @@ msgstr "Filtro creado correctamente" msgid "Error creating file" msgstr "Error al crear el archivo" -#: ../../include/functions_filemanager.php:315 -#: ../../include/functions_filemanager.php:365 +#: ../../include/functions_filemanager.php:315 ../../include/functions_filemanager.php:365 msgid "Error creating file with empty name" msgstr "Error al crear archivo con nombre en blanco" @@ -55306,25 +53602,21 @@ msgstr "Directorio creado" msgid "Something gone wrong creating directory" msgstr "Algo salió mal al crear un directorio" -#: ../../include/functions_filemanager.php:599 -#: ../../include/functions_filemanager.php:895 +#: ../../include/functions_filemanager.php:599 ../../include/functions_filemanager.php:895 msgid "Create a Directory" msgstr "Crear directorio" -#: ../../include/functions_filemanager.php:605 -#: ../../include/functions_filemanager.php:907 +#: ../../include/functions_filemanager.php:605 ../../include/functions_filemanager.php:907 #: ../../include/functions_filemanager.php:910 msgid "Create File" msgstr "Crear archivo" -#: ../../include/functions_filemanager.php:610 -#: ../../include/functions_filemanager.php:921 +#: ../../include/functions_filemanager.php:610 ../../include/functions_filemanager.php:921 #: ../../include/functions_filemanager.php:924 msgid "Upload Files" msgstr "Subir archivos" -#: ../../include/functions_filemanager.php:644 -#: ../../include/functions_filemanager.php:865 +#: ../../include/functions_filemanager.php:644 ../../include/functions_filemanager.php:865 msgid "Real path" msgstr "Ruta real" @@ -55345,8 +53637,7 @@ msgstr "Directorio" msgid "Compressed file" msgstr "Archivo comprimido" -#: ../../include/functions_filemanager.php:750 -#: ../../include/functions_filemanager.php:757 +#: ../../include/functions_filemanager.php:750 ../../include/functions_filemanager.php:757 msgid "Text file" msgstr "Archivo de texto" @@ -55362,8 +53653,7 @@ msgstr "Asegúrate de que no puede desempeñar tareas peligrosas" msgid "No files or directories to show." msgstr "No hay archivos o directorios a mostrar." -#: ../../include/functions_filemanager.php:892 -#: ../../include/functions_filemanager.php:1030 +#: ../../include/functions_filemanager.php:892 ../../include/functions_filemanager.php:1030 msgid "Create directory" msgstr "Crear directorio" @@ -55391,8 +53681,7 @@ msgstr "Este directorio es solo de lectura" msgid "Click here to open a popup window with URL tag" msgstr "Haz clic aquí para abrir una ventana popup con la etiqueta URL" -#: ../../include/lib/Dashboard/Manager.php:679 -#: ../../include/lib/Dashboard/Manager.php:717 +#: ../../include/lib/Dashboard/Manager.php:679 ../../include/lib/Dashboard/Manager.php:717 #, php-format msgid "Copy of %s" msgstr "Copia de %s" @@ -55606,38 +53895,31 @@ msgstr "Color del texto" msgid "Welcome message to %s" msgstr "Mensaje de bienvenida a %s" -#: ../../include/lib/Dashboard/Widgets/example.php:245 -#: ../../general/login_help_dialog.php:39 +#: ../../include/lib/Dashboard/Widgets/example.php:245 ../../general/login_help_dialog.php:39 #, php-format msgid "Welcome to %s" msgstr "Bienvenido a %s" #: ../../include/lib/Dashboard/Widgets/example.php:249 msgid "This is an example of a dashboard widget. A widget may contain elements" -msgstr "" -"Este es un ejemplo de un widget del dashboard. Un widget puede contener elementos." +msgstr "Este es un ejemplo de un widget del dashboard. Un widget puede contener elementos." #: ../../include/lib/Dashboard/Widgets/example.php:250 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this page." +msgid "To add more elements, click on \"Add widgets\" on the top of this page." msgstr "" -"Para añadir más elementos, haz clic en \"Add widgets\" en la parte superior " -"de esta página." +"Para añadir más elementos, haz clic en \"Add widgets\" en la parte superior de esta " +"página." #: ../../include/lib/Dashboard/Widgets/example.php:251 #: ../../include/lib/Dashboard/Widgets/example.php:253 -msgid "" -"To delete this message, click on the delete button on top right corner of this " -"element." +msgid "To delete this message, click on the delete button on top right corner of this element." msgstr "" -"Para eliminar este mensaje, haz clic sobre el botón de la esquina derecha de este " -"elemento." +"Para eliminar este mensaje, haz clic sobre el botón de la esquina derecha de este elemento." #: ../../include/lib/Dashboard/Widgets/example.php:252 msgid "To do so, just click on the title and drag and drop it to the desired place." msgstr "" -"Para hacer eso, haz clic en el título, arrastra y suelta el elemento en el lugar " -"deseado." +"Para hacer eso, haz clic en el título, arrastra y suelta el elemento en el lugar deseado." #: ../../include/lib/Dashboard/Widgets/example.php:254 #, php-format @@ -55679,8 +53961,7 @@ msgstr "El número máximo de módulos a mostrar es %d, vuelva a configurar el w msgid "Data Matrix" msgstr "Matriz de datos" -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:278 -#: ../../operation/tree.php:233 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:278 ../../operation/tree.php:233 msgid "Search agent" msgstr "Buscar agente" @@ -55688,8 +53969,7 @@ msgstr "Buscar agente" msgid "Search filter by Agent name field content" msgstr "Filtro de búsqueda por contenido del campo Nombre del agente" -#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:290 -#: ../../operation/tree.php:307 +#: ../../include/lib/Dashboard/Widgets/ModulesByStatus.php:290 ../../operation/tree.php:307 msgid "Search module" msgstr "Buscar módulo" @@ -55882,8 +54162,7 @@ msgstr "Tarjeta de evento" #: ../../include/lib/Dashboard/Widgets/EventCardboard.php:331 msgid "Only the first group selected will be used on the redirect to events view." msgstr "" -"Solo se utilizará el primer grupo seleccionado para la redirección de la vista de " -"eventos." +"Solo se utilizará el primer grupo seleccionado para la redirección de la vista de eventos." #: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:172 #: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:378 @@ -55929,8 +54208,7 @@ msgid "Order by agent" msgstr "Ordenar por agente" #: ../../include/lib/Dashboard/Widgets/inventory.php:316 -#: ../../operation/inventory/inventory.php:612 -#: ../../operation/inventory/inventory.php:647 +#: ../../operation/inventory/inventory.php:612 ../../operation/inventory/inventory.php:647 msgid "Basic info" msgstr "Información básica" @@ -55952,16 +54230,11 @@ msgstr "Error al conectar con el nodo" #: ../../include/lib/Dashboard/Widgets/inventory.php:992 #: ../../include/lib/Dashboard/Widgets/inventory.php:1025 #: ../../include/lib/Dashboard/Widgets/inventory.php:1026 -#: ../../operation/inventory/inventory.php:881 -#: ../../operation/inventory/inventory.php:882 -#: ../../operation/inventory/inventory.php:996 -#: ../../operation/inventory/inventory.php:997 -#: ../../operation/inventory/inventory.php:1160 -#: ../../operation/inventory/inventory.php:1161 -#: ../../operation/inventory/inventory.php:1250 -#: ../../operation/inventory/inventory.php:1251 -#: ../../operation/inventory/inventory.php:1282 -#: ../../operation/inventory/inventory.php:1283 +#: ../../operation/inventory/inventory.php:881 ../../operation/inventory/inventory.php:882 +#: ../../operation/inventory/inventory.php:996 ../../operation/inventory/inventory.php:997 +#: ../../operation/inventory/inventory.php:1160 ../../operation/inventory/inventory.php:1161 +#: ../../operation/inventory/inventory.php:1250 ../../operation/inventory/inventory.php:1251 +#: ../../operation/inventory/inventory.php:1282 ../../operation/inventory/inventory.php:1283 msgid "No inventory found" msgstr "No se encontró inventario" @@ -55977,8 +54250,7 @@ msgstr "Valores de campos personalizados" #: ../../include/lib/Dashboard/Widgets/inventory.php:1097 #: ../../include/lib/Dashboard/Widgets/inventory.php:1098 -#: ../../operation/inventory/inventory.php:1359 -#: ../../operation/inventory/inventory.php:1360 +#: ../../operation/inventory/inventory.php:1359 ../../operation/inventory/inventory.php:1360 msgid "Agent info not found" msgstr "Información de agente no encontrada." @@ -56078,11 +54350,9 @@ msgstr "Mapa de servicio" #: ../../include/lib/Dashboard/Widgets/service_map.php:311 msgid "" -"ZOOM functionality is only available when there is only one such widget in the " -"dashboard" +"ZOOM functionality is only available when there is only one such widget in the dashboard" msgstr "" -"La funcionalidad ZOOM solo está disponible cuando solo hay un widget en el panel de " -"control" +"La funcionalidad ZOOM solo está disponible cuando solo hay un widget en el panel de control" #: ../../include/lib/Dashboard/Widgets/service_map.php:390 msgid "Missing Service id" @@ -56128,11 +54398,11 @@ msgstr "Gráfica de módulo de agente" #: ../../include/lib/Dashboard/Widgets/single_graph.php:413 msgid "" -"Warning, this requires to have data for a mid-term (days/weeks) of the source data, " -"if not, projection will not be reliable." +"Warning, this requires to have data for a mid-term (days/weeks) of the source data, if not, " +"projection will not be reliable." msgstr "" -"Advertencia, requiere que existan datos para una evaluación intermedia de los datos " -"de la fuente (días/semanas), si no, la proyección no será fiable." +"Advertencia, requiere que existan datos para una evaluación intermedia de los datos de la " +"fuente (días/semanas), si no, la proyección no será fiable." #: ../../include/lib/Dashboard/Widgets/single_graph.php:467 msgid "Chart color" @@ -56186,11 +54456,10 @@ msgstr "Estado de módulos" #: ../../include/lib/Dashboard/Widgets/tree_view.php:513 #, php-format msgid "" -"The user doesn't have permission to read agents. Please contact with your %s " -"administrator." +"The user doesn't have permission to read agents. Please contact with your %s administrator." msgstr "" -"El usuario no tiene permisos para leer agentes. Póngase en contacto con su " -"administrador de %s." +"El usuario no tiene permisos para leer agentes. Póngase en contacto con su administrador de " +"%s." #: ../../include/lib/Dashboard/Widgets/tree_view.php:647 ../../operation/tree.php:472 msgid "Operating systems found" @@ -56228,11 +54497,11 @@ msgstr "Primeros N módulos de agente" #: ../../include/lib/Dashboard/Widgets/top_n.php:241 msgid "" -"Case insensitive regular expression or string for module name. For example: .*usage." -"* will match: cpu_usage, vram usage." +"Case insensitive regular expression or string for module name. For example: .*usage.* will " +"match: cpu_usage, vram usage." msgstr "" -"Expresión regular o cadena para el nombre del módulo que diferencia entre mayúsculas " -"y minúsculas. Por ejemplo: .*usage.* coincidirá con: cpu_usage o vram usage." +"Expresión regular o cadena para el nombre del módulo que diferencia entre mayúsculas y " +"minúsculas. Por ejemplo: .*usage.* coincidirá con: cpu_usage o vram usage." #: ../../include/lib/Dashboard/Widgets/top_n.php:320 msgid "Agent & module" @@ -56244,8 +54513,7 @@ msgstr "Regex no válida" #: ../../include/lib/Dashboard/Widgets/top_n.php:516 msgid "There are no agents/modules found matching filter set" -msgstr "" -"No se han encontrado agentes/módulos que coincidan con los filtros establecidos" +msgstr "No se han encontrado agentes/módulos que coincidan con los filtros establecidos" #: ../../include/lib/Dashboard/Widgets/tactical.php:275 msgid "Status and Monitor checks" @@ -56296,20 +54564,19 @@ msgstr "ACL Acceso permitido únicamente al administrador" #: ../../include/lib/Modules/Shared/Services/ValidateAclSystem.php:97 msgid "ACL Forbidden only administrator access or pandora manage all groups" msgstr "" -"ACL prohibido solo se permite el acceso del administrador o que pandora gestione " -"todos los grupos" +"ACL prohibido solo se permite el acceso del administrador o que pandora gestione todos los " +"grupos" #: ../../include/lib/Modules/Shared/Services/ValidateAclSystem.php:119 #, php-format msgid "ACL Forbidden only user administrator edit token other users, not this user %s" msgstr "" -"ACL prohibido solo usuario administrador puede editar los tokens de otros usuarios, " -"no este usuario %s" +"ACL prohibido solo usuario administrador puede editar los tokens de otros usuarios, no este " +"usuario %s" #: ../../include/lib/Modules/Shared/Services/ValidateAclSystem.php:124 msgid "ACL Forbidden only user administrator edit token other users" -msgstr "" -"ACL prohibido solo el usuario administrador puede editar los tokens de otros usuarios" +msgstr "ACL prohibido solo el usuario administrador puede editar los tokens de otros usuarios" #: ../../include/lib/Modules/Shared/Services/FileService.php:55 msgid "Error remove file" @@ -56321,17 +54588,16 @@ msgstr "Error al cargar el archivo, extensión de archivo no permitida" #: ../../include/lib/Modules/Shared/Services/FileService.php:83 msgid "Error upload file, the file size exceeds the established limit" -msgstr "" -"Error al cargar el archivo, el tamaño del archivo sobrepasa el límite establecido" +msgstr "Error al cargar el archivo, el tamaño del archivo sobrepasa el límite establecido" #: ../../include/lib/Modules/Shared/Services/Management.php:25 #, php-format msgid "" -"This console is configured with centralized mode. All %s information is read only. " -"Go to %s to manage it." +"This console is configured with centralized mode. All %s information is read only. Go to %s " +"to manage it." msgstr "" -"Esta consola está configurado en modo centralizado. Toda la información %s de las " -"políticas está en modo lectura. Vaya a %s para administrarlo." +"Esta consola está configurado en modo centralizado. Toda la información %s de las políticas " +"está en modo lectura. Vaya a %s para administrarlo." #: ../../include/lib/Modules/Shared/Services/Audit.php:21 msgid "User " @@ -56596,11 +54862,11 @@ msgstr "Nombre del clúster" #: ../../include/lib/ClusterViewer/ClusterWizard.php:788 msgid "" -"An agent with the same name of the cluster will be created, as well a special " -"service with the same name" +"An agent with the same name of the cluster will be created, as well a special service with " +"the same name" msgstr "" -"Se creará un agente con el mismo nombre que el clúster y un servicio especial con el " -"mismo nombre." +"Se creará un agente con el mismo nombre que el clúster y un servicio especial con el mismo " +"nombre." #: ../../include/lib/ClusterViewer/ClusterWizard.php:802 msgid "Cluster type" @@ -56608,11 +54874,10 @@ msgstr "Tipo de clúster" #: ../../include/lib/ClusterViewer/ClusterWizard.php:803 msgid "" -"AA is a cluster where all members are working. In AP cluster only master member is " -"working" +"AA is a cluster where all members are working. In AP cluster only master member is working" msgstr "" -"AA es un clúster donde funcionan todos los miembros. En un clúster AP solo trabaja " -"el miembro maestro." +"AA es un clúster donde funcionan todos los miembros. En un clúster AP solo trabaja el " +"miembro maestro." #: ../../include/lib/ClusterViewer/ClusterWizard.php:811 msgid "Active - Active" @@ -56629,8 +54894,8 @@ msgstr "El agente del clúster objetivo se guardará bajo este grupo" #: ../../include/lib/ClusterViewer/ClusterWizard.php:849 msgid "You must select a Prediction Server to perform all cluster status calculations" msgstr "" -"Debe seleccionar un Servidor de Predicción para llevar a cabo todos los cálculos de " -"estado de clúster" +"Debe seleccionar un Servidor de Predicción para llevar a cabo todos los cálculos de estado " +"de clúster" #: ../../include/lib/ClusterViewer/ClusterWizard.php:1046 msgid "critical if" @@ -56656,11 +54921,9 @@ msgstr "Compruebe todos los módulos activo-pasivo críticos para este clúster" #: ../../include/lib/ClusterViewer/ClusterWizard.php:1212 msgid "" -"If a critical balanced module is going to critical status, then cluster will be " -"critical." +"If a critical balanced module is going to critical status, then cluster will be critical." msgstr "" -"Si un módulo equilibrado crítico pasa a estado crítico, el clúster entrará en estado " -"crítico." +"Si un módulo equilibrado crítico pasa a estado crítico, el clúster entrará en estado crítico." #: ../../include/lib/TacticalView/Element.php:84 msgid "Default element" @@ -56881,11 +55144,10 @@ msgid "And take control of your IT once and for all." msgstr "Y controla tu mundo TI de una vez por todas." #: ../../include/lib/TacticalView/elements/NewsBoard.php:104 -msgid "" -"You can replace this message with a personalized one at Admin tools -> Site news." +msgid "You can replace this message with a personalized one at Admin tools -> Site news." msgstr "" -"Puede reemplazar este mensaje por uno personalizado en Herramientas de administrador " -"-> Novedades del sitio." +"Puede reemplazar este mensaje por uno personalizado en Herramientas de administrador -> " +"Novedades del sitio." #: ../../include/lib/TacticalView/elements/Events.php:293 msgid "New events" @@ -57087,8 +55349,7 @@ msgstr "Expandir el árbol (podría llevar tiempo)" msgid "Collapse the tree" msgstr "Plegar el árbol" -#: ../../include/functions_snmp_browser.php:1136 -#: ../../include/functions_snmp_browser.php:1207 +#: ../../include/functions_snmp_browser.php:1136 ../../include/functions_snmp_browser.php:1207 msgid "Search options" msgstr "Opciones de búsqueda" @@ -57366,8 +55627,7 @@ msgstr "Formato de fecha incorrecto" #: ../../include/functions_planned_downtimes.php:967 msgid "This scheduled downtime are executed now. Can't delete in this moment." -msgstr "" -"Esta parada planificada se está ejecutando. No se puede borrar en este momento." +msgstr "Esta parada planificada se está ejecutando. No se puede borrar en este momento." #: ../../include/functions_planned_downtimes.php:974 msgid "Deleted this scheduled downtime successfully." @@ -57477,8 +55737,7 @@ msgstr "La contraseña actual del usuario no es correcta" #: ../../operation/users/user_edit.php:185 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." +"Las contraseñas no coincidían o se encontró otro problema al actualizar las contraseñas." #: ../../operation/users/user_edit.php:198 ../../operation/users/user_edit.php:217 msgid "Password successfully updated" @@ -57518,11 +55777,10 @@ msgstr "Mostrar token de API" #: ../../operation/users/user_edit.php:353 msgid "" -"Directive HTTP_AUTHORIZATION=$1 is not set. Please, add it to /etc/httpd/conf.d/php." -"conf" +"Directive HTTP_AUTHORIZATION=$1 is not set. Please, add it to /etc/httpd/conf.d/php.conf" msgstr "" -"La directiva HTTP_AUTHORIZATION=$1 no está configurada. Por favor, añádala a /etc/" -"httpd/conf.d/php.conf" +"La directiva HTTP_AUTHORIZATION=$1 no está configurada. Por favor, añádala a /etc/httpd/conf." +"d/php.conf" #: ../../operation/users/user_edit.php:411 msgid "You cannot change your password under the current authentication scheme" @@ -57530,8 +55788,7 @@ msgstr "No puede cambiar la contraseña con la configuración actual de autentic #: ../../operation/users/user_edit.php:426 msgid "If checkbox is clicked then block size global configuration is used" -msgstr "" -"Si se marca la casilla, se usará el tamaño de bloque de la configuración global." +msgstr "Si se marca la casilla, se usará el tamaño de bloque de la configuración global." #: ../../operation/users/user_edit.php:521 msgid "Theme" @@ -57548,8 +55805,7 @@ msgstr "Acceso de usuario eHorus habilitado" #: ../../operation/users/user_edit.php:891 msgid "You can not change your user info under the current authentication scheme" msgstr "" -"No puede cambiar la información de usuario con la configuración actual de " -"autenticación" +"No puede cambiar la información de usuario con la configuración actual de autenticación" #: ../../operation/users/user_edit.php:979 msgid "This user doesn't have any assigned profile/group." @@ -57601,8 +55857,7 @@ msgstr "Forzar comprobación remota" msgid "Grid" msgstr "Cuadrícula" -#: ../../operation/visual_console/view.php:476 -#: ../../operation/visual_console/view.php:899 +#: ../../operation/visual_console/view.php:476 ../../operation/visual_console/view.php:899 msgid "Grid style" msgstr "Estilo de cuadrícula" @@ -57620,11 +55875,9 @@ msgstr "Estilo de cuadrícula guardado." #: ../../operation/visual_console/view.php:954 msgid "Are you sure you wish to set the visual console in maintenance mode" -msgstr "" -"¿Está seguro de que desea configurar la consola visual en modo de mantenimiento?" +msgstr "¿Está seguro de que desea configurar la consola visual en modo de mantenimiento?" -#: ../../operation/visual_console/view.php:957 -#: ../../operation/visual_console/view.php:964 +#: ../../operation/visual_console/view.php:957 ../../operation/visual_console/view.php:964 msgid "Are you sure you wish to disable maintenance mode" msgstr "¿Está seguro de que desea desactivar el modo de mantenimiento?" @@ -57662,10 +55915,8 @@ msgstr "Gráfica %s" msgid "There was a problem locating the source of the graph" msgstr "Error al localizar la fuente del gráfico" -#: ../../operation/agentes/alerts_status.php:388 -#: ../../operation/agentes/alerts_status.php:389 -#: ../../operation/agentes/alerts_status.php:437 -#: ../../operation/agentes/alerts_status.php:438 +#: ../../operation/agentes/alerts_status.php:388 ../../operation/agentes/alerts_status.php:389 +#: ../../operation/agentes/alerts_status.php:437 ../../operation/agentes/alerts_status.php:438 msgid "No alerts found" msgstr "No se encontró ninguna alerta" @@ -57684,13 +55935,13 @@ msgstr "Lista completa de alertas" #: ../../operation/agentes/alerts_status.php:556 msgid "" -"Your system has a much higher rate of modules per agent than recommended (200 " -"modules per agent). This implies performance problems in the system, please consider " -"reducing the number of modules in this agent." +"Your system has a much higher rate of modules per agent than recommended (200 modules per " +"agent). This implies performance problems in the system, please consider reducing the number " +"of modules in this agent." msgstr "" -"Su sistema tiene una tasa de módulos por agente mucho mayor que lo recomendado (200 " -"módulos por agente). Esto implica problemas de rendimiento en el sistema, considere " -"reducir el número de módulos en este agente." +"Su sistema tiene una tasa de módulos por agente mucho mayor que lo recomendado (200 módulos " +"por agente). Esto implica problemas de rendimiento en el sistema, considere reducir el " +"número de módulos en este agente." #: ../../operation/agentes/alerts_status.php:669 msgid "You must select at least one alert." @@ -57729,14 +55980,12 @@ msgstr "# de paquetes" msgid "Manual placement" msgstr "Colocación manual" -#: ../../operation/agentes/exportdata.csv.php:66 -#: ../../operation/agentes/exportdata.php:107 +#: ../../operation/agentes/exportdata.csv.php:66 ../../operation/agentes/exportdata.php:107 #: ../../operation/agentes/exportdata.excel.php:66 msgid "Invalid time specified" msgstr "Hora especificada no válida" -#: ../../operation/agentes/exportdata.csv.php:181 -#: ../../operation/agentes/exportdata.php:245 +#: ../../operation/agentes/exportdata.csv.php:181 ../../operation/agentes/exportdata.php:245 #: ../../operation/agentes/exportdata.excel.php:164 msgid "No modules specified" msgstr "No se especificó ningún módulo" @@ -57767,11 +56016,11 @@ msgstr "Versión de sistema operativo" #: ../../operation/agentes/estado_agente.php:414 msgid "" -"Case insensitive regular expression, e.g. Rocky.* will match the following OS " -"version: Rocky Linux 8.7" +"Case insensitive regular expression, e.g. Rocky.* will match the following OS version: Rocky " +"Linux 8.7" msgstr "" -"Expresión regular sensible a mayúsculas/minúsculas. Por ejemplo: Rocky.* coincidiría " -"con la siguientes versión de sistema operativo: Rocky Linux 8.7" +"Expresión regular sensible a mayúsculas/minúsculas. Por ejemplo: Rocky.* coincidiría con la " +"siguientes versión de sistema operativo: Rocky Linux 8.7" #: ../../operation/agentes/estado_agente.php:527 #: ../../operation/agentes/status_monitor.php:1070 @@ -57827,8 +56076,7 @@ msgstr "La conexión se perdió y el token de autorización ha expirado." msgid "Reload the page to request a new authorization token" msgstr "Refresca la página para obtener otro token de autorización" -#: ../../operation/agentes/status_events.php:31 -#: ../../operation/agentes/status_events.php:32 +#: ../../operation/agentes/status_events.php:31 ../../operation/agentes/status_events.php:32 msgid "Latest events for this agent" msgstr "Últimos eventos para este agente" @@ -57844,8 +56092,7 @@ msgstr "Pantalla normal" msgid "List of networkmap" msgstr "Lista de mapas de red" -#: ../../operation/agentes/agent_fields.php:47 -#: ../../operation/agentes/custom_fields.php:90 +#: ../../operation/agentes/agent_fields.php:47 ../../operation/agentes/custom_fields.php:90 msgid "empty" msgstr "vacío" @@ -57868,31 +56115,30 @@ msgstr "Creando mapa..." #: ../../operation/agentes/pandora_networkmap.editor.php:287 msgid "" -"To create a network map that visually recreates link-level (L2) relationships, you " -"must first discover these relationships with Discovery Server. Network maps only " -"reflect relationships that have already been discovered." +"To create a network map that visually recreates link-level (L2) relationships, you must " +"first discover these relationships with Discovery Server. Network maps only reflect " +"relationships that have already been discovered." msgstr "" -"Para crear un mapa de red que recree visualmente las relaciones a nivel de enlace " -"(L2), primero debe descubrir estas relaciones con el servidor Discovery. Los mapas " -"de red solo reflejan relaciones que ya se han descubierto." +"Para crear un mapa de red que recree visualmente las relaciones a nivel de enlace (L2), " +"primero debe descubrir estas relaciones con el servidor Discovery. Los mapas de red solo " +"reflejan relaciones que ya se han descubierto." #: ../../operation/agentes/pandora_networkmap.editor.php:289 msgid "" "Discovery Server discovers relationships between interfaces (L2) through SNMP and " "relationships between hosts (L3) through route discovery." msgstr "" -"El servidor Discovery detecta relaciones entre interfaces (L2) a través de SNMP y " -"relaciones entre hosts (L3) a través de la detección de rutas." +"El servidor Discovery detecta relaciones entre interfaces (L2) a través de SNMP y relaciones " +"entre hosts (L3) a través de la detección de rutas." #: ../../operation/agentes/pandora_networkmap.editor.php:290 msgid "" -"You can also create these relationships manually by editing nodes or re-passing a " -"discovery task after adding new information (for example by adding new SNMP " -"communities)." +"You can also create these relationships manually by editing nodes or re-passing a discovery " +"task after adding new information (for example by adding new SNMP communities)." msgstr "" -"También puede crear estas relaciones manualmente editando nodos o volviendo a pasar " -"una tarea de descubrimiento después de añadir nueva información (por ejemplo, " -"agregando nuevas comunidades SNMP)." +"También puede crear estas relaciones manualmente editando nodos o volviendo a pasar una " +"tarea de descubrimiento después de añadir nueva información (por ejemplo, agregando nuevas " +"comunidades SNMP)." #: ../../operation/agentes/pandora_networkmap.editor.php:291 msgid "See our documentation for more information." @@ -57916,8 +56162,7 @@ msgstr "Escala de zoom" #: ../../operation/agentes/pandora_networkmap.editor.php:400 #: ../../operation/agentes/pandora_networkmap.view.php:171 msgid "Introduce zoom level. 1 = Highest resolution. Figures may include decimals" -msgstr "" -"Introducir nivel de zoom. 1 = Resolución máxima. Las cifras pueden incluir decimales." +msgstr "Introducir nivel de zoom. 1 = Resolución máxima. Las cifras pueden incluir decimales." #: ../../operation/agentes/pandora_networkmap.editor.php:436 #: ../../operation/agentes/pandora_networkmap.view.php:178 @@ -57930,8 +56175,7 @@ msgstr "Grupo de origen" #: ../../operation/agentes/pandora_networkmap.editor.php:465 msgid "Source id group changed. All elements in networkmap will be lost." -msgstr "" -"Grupo de ID de origen cambiado. Se perderán todos los elementos del mapa de red." +msgstr "Grupo de ID de origen cambiado. Se perderán todos los elementos del mapa de red." #: ../../operation/agentes/pandora_networkmap.editor.php:476 msgid "Don't show subgroups:" @@ -57945,11 +56189,10 @@ msgstr "Origen de tarea recon" #: ../../operation/agentes/pandora_networkmap.editor.php:502 #: ../../operation/agentes/pandora_networkmap.view.php:219 msgid "" -"It is setted any recon task, the nodes get from the recontask IP mask instead from " -"the group." +"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." +"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:508 #: ../../operation/agentes/pandora_networkmap.view.php:239 @@ -57974,11 +56217,10 @@ msgstr "Separación de rango" #: ../../operation/agentes/pandora_networkmap.editor.php:545 #: ../../operation/agentes/pandora_networkmap.view.php:313 msgid "" -"Only flat and radial. Separation between arrows. By default 0.5 in flat and 1.0 in " -"radial" +"Only flat and radial. Separation between arrows. By default 0.5 in flat and 1.0 in radial" msgstr "" -"Solo plano y radial. Separación entre flechas. Por defecto 0,5 en el plano y 1,0 en " -"el radial." +"Solo plano y radial. Separación entre flechas. Por defecto 0,5 en el plano y 1,0 en el " +"radial." #: ../../operation/agentes/pandora_networkmap.editor.php:549 #: ../../operation/agentes/pandora_networkmap.view.php:315 @@ -58002,8 +56244,7 @@ msgstr "Solo FDP. Separación ideal de nodos por defecto en el diseño. Por defe #: ../../operation/agentes/pandora_networkmap.editor.php:750 msgid "Source id group changed. All elements in Networkmap will be lost" -msgstr "" -"Grupo de ID de origen cambiado. Se perderán todos los elementos del mapa de red." +msgstr "Grupo de ID de origen cambiado. Se perderán todos los elementos del mapa de red." #: ../../operation/agentes/pandora_networkmap.php:139 #: ../../operation/agentes/pandora_networkmap.php:388 @@ -58138,11 +56379,9 @@ msgid "Main database" msgstr "Base de datos principal" #: ../../operation/agentes/datos_agente.php:182 -msgid "" -"Switch between the main database and the history database to retrieve module data" +msgid "Switch between the main database and the history database to retrieve module data" msgstr "" -"Cambiar entre base de datos principal e histórica para recoger los datos de los " -"módulos" +"Cambiar entre base de datos principal e histórica para recoger los datos de los módulos" #: ../../operation/agentes/datos_agente.php:213 #: ../../operation/agentes/alerts_status.functions.php:170 @@ -58248,11 +56487,10 @@ msgstr "Condition NOT" #: ../../operation/agentes/status_monitor.php:1008 msgid "" -"If you check this option, those elements that do NOT meet any of the requirements " -"will be shown" +"If you check this option, those elements that do NOT meet any of the requirements will be " +"shown" msgstr "" -"Si marca esta opción, se mostrarán aquellos elementos que NO cumplan alguno de los " -"requisitos" +"Si marca esta opción, se mostrarán aquellos elementos que NO cumplan alguno de los requisitos" #: ../../operation/agentes/status_monitor.php:1554 msgid "Data Type" @@ -58381,8 +56619,8 @@ msgstr "Vista principal del agente" #: ../../operation/agentes/estado_generalagente.php:57 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." +"El agente no ha sido asignado a ningún servidor. Quizá el agente no se esté ejecutando " +"correctamente." #: ../../operation/agentes/estado_generalagente.php:537 msgid "Agent data" @@ -58427,23 +56665,19 @@ msgstr "Buscar también en grupos secundarios" #: ../../operation/agentes/alerts_status.functions.php:171 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" +msgstr "Filtrar por nombre de agente, nombre de módulo, nombre de plantilla o de acción" -#: ../../operation/messages/message_list.php:46 -#: ../../operation/messages/message_list.php:55 +#: ../../operation/messages/message_list.php:46 ../../operation/messages/message_list.php:55 #: ../../operation/messages/message_edit.php:66 msgid "Sent messages" msgstr "Mensajes enviados" -#: ../../operation/messages/message_list.php:46 -#: ../../operation/messages/message_list.php:50 +#: ../../operation/messages/message_list.php:46 ../../operation/messages/message_list.php:50 #: ../../operation/messages/message_edit.php:54 msgid "Received messages" msgstr "Mensajes recibidos" -#: ../../operation/messages/message_list.php:64 -#: ../../operation/messages/message_list.php:314 +#: ../../operation/messages/message_list.php:64 ../../operation/messages/message_list.php:314 #: ../../operation/messages/message_edit.php:78 msgid "Create message" msgstr "Crear mensaje" @@ -58452,8 +56686,7 @@ msgstr "Crear mensaje" msgid "Not deleted. Error deleting messages" msgstr "No borrado. Error al suprimir mensajes." -#: ../../operation/messages/message_list.php:140 -#: ../../operation/messages/message_list.php:149 +#: ../../operation/messages/message_list.php:140 ../../operation/messages/message_list.php:149 msgid "You have" msgstr "Tienes" @@ -58469,13 +56702,11 @@ msgstr "mensaje(s) sin leer" msgid "There are no messages." msgstr "No hay mensajes." -#: ../../operation/messages/message_list.php:190 -#: ../../operation/messages/message_edit.php:382 +#: ../../operation/messages/message_list.php:190 ../../operation/messages/message_edit.php:382 msgid "Destination" msgstr "Destino" -#: ../../operation/messages/message_list.php:192 -#: ../../operation/messages/message_edit.php:321 +#: ../../operation/messages/message_list.php:192 ../../operation/messages/message_edit.php:321 msgid "Sender" msgstr "Remitente" @@ -58487,8 +56718,7 @@ msgstr "Haz clic para leer" msgid "Mark as unread" msgstr "Marcar como no leído" -#: ../../operation/messages/message_list.php:218 -#: ../../operation/messages/message_list.php:221 +#: ../../operation/messages/message_list.php:218 ../../operation/messages/message_list.php:221 msgid "Message unread - click to read" msgstr "Mensaje sin leer. Haz clic para leerlo." @@ -58728,12 +56958,12 @@ msgstr "Cargador MIB" #: ../../operation/snmpconsole/snmp_mib_uploader.php:86 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." +"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 "" -"Los archivos MIB se instalarán en el sistema. Por favor, ten en cuenta que un MIB " -"puede depender de otro MIB. Para personalizar las definiciones de trap, se debe usar " -"el editor de trap SNMP." +"Los archivos MIB se instalarán en el sistema. Por favor, ten en cuenta que un MIB puede " +"depender de otro MIB. Para personalizar las definiciones de trap, se debe usar el editor de " +"trap SNMP." #: ../../operation/menu.php:226 msgid "Netflow Live View" @@ -58893,8 +57123,7 @@ msgstr "Ver informe" #: ../../operation/reporting/reporting_viewer.php:391 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." +"Fecha seleccionada no válida. La fecha inicial debe ser anterior a la fecha de finalización." #: ../../operation/reporting/custom_reporting.php:28 #: ../../operation/reporting/graph_viewer.php:612 @@ -58916,11 +57145,11 @@ msgstr "Nueva gráfica" #: ../../operation/reporting/graph_analytics_public.php:154 #: ../../operation/reporting/graph_analytics.php:978 msgid "" -"If you create a new graph, the current settings will be deleted. Please save the " -"graph if you want to keep it." +"If you create a new graph, the current settings will be deleted. Please save the graph if " +"you want to keep it." msgstr "" -"Si crea una nueva gráfica, se eliminará la configuración actual. Guarde el gráfico " -"si desea mantenerlo." +"Si crea una nueva gráfica, se eliminará la configuración actual. Guarde el gráfico si desea " +"mantenerlo." #: ../../operation/reporting/graph_analytics_public.php:156 #: ../../operation/reporting/graph_analytics.php:980 @@ -58978,11 +57207,11 @@ msgstr "Ecualizar umbrales máximos" #: ../../operation/reporting/graph_viewer.php:406 msgid "" -"If an option is selected, all graphs will have the highest value from all modules " -"included in the graph as a maximum threshold" +"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." +"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:425 msgid "Zoom x1" @@ -59100,12 +57329,10 @@ msgid "Filter actions" msgstr "Filtrar acciones" #: ../../operation/events/sound_events.php:132 -msgid "" -"Warning: Minimizing this window will cause the Acoustic Console to not work as " -"expected" +msgid "Warning: Minimizing this window will cause the Acoustic Console to not work as expected" msgstr "" -"Advertencia: Minimizar esta ventana hará que la consola acústica no funcione según " -"lo esperado" +"Advertencia: Minimizar esta ventana hará que la consola acústica no funcione según lo " +"esperado" #: ../../operation/events/events_rss.php:195 msgid "Your IP is not into the IP list with API access." @@ -59318,30 +57545,29 @@ msgstr "Crear incidentes" #, php-format 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 subsystems within the system's monitoring process.\n" -"\t\t\tFor it, the %s 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\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 %s 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" msgstr "" "A parte recibir y procesar datos para monitorizar sistemas y aplicaciones,\n" -"\t\t\ttambién tiene que monitorizar las posibles incidencias que puedan ocurrir en " -"estos subsistemas en el proceso de monitorización del sistema.\n" -"\t\t\tPara ello, el equipo de %s ha diseñado un gestor de incidencias desde el que " -"cualquier usuario puede crear incidencias\n" -"\t\t\tque explican qué ha sucedido en la red y actualizar su estado a través de " -"comentarios y archivos en cualquier momento, en caso de que sea necesario hacerlo.\n" -"\t\t\tEste sistema permite que los usuarios trabajen como un equipo, junto con " -"diferentes tareas y sistemas de flujo de trabajo que permiten que la incidencia " -"pase\n" -"\t\t\t de un equipo a otro, y los diferentes miembros de los diferentes equipos " -"puedan trabajar sobre la misma incidencia, compartiendo información y archivos.\n" +"\t\t\ttambién tiene que monitorizar las posibles incidencias que puedan ocurrir en estos " +"subsistemas en el proceso de monitorización del sistema.\n" +"\t\t\tPara ello, el equipo de %s ha diseñado un gestor de incidencias desde el que cualquier " +"usuario puede crear incidencias\n" +"\t\t\tque explican qué ha sucedido en la red y actualizar su estado a través de comentarios " +"y archivos en cualquier momento, en caso de que sea necesario hacerlo.\n" +"\t\t\tEste sistema permite que los usuarios trabajen como un equipo, junto con diferentes " +"tareas y sistemas de flujo de trabajo que permiten que la incidencia pase\n" +"\t\t\t de un equipo a otro, y los diferentes miembros de los diferentes equipos puedan " +"trabajar sobre la misma incidencia, compartiendo información y archivos.\n" "\t\t" #: ../../general/first_task/recon_view.php:18 @@ -59355,21 +57581,21 @@ msgstr "Crear tarea de Discovery" #: ../../general/first_task/recon_view.php:28 msgid "" "Discovery Task are 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\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 "" "Las tareas de Discovery sirven para encontrar nuevos elementos en la red. \n" -"\t\tSi detecta alguno, lo añadirá a la monitorización y si ese elemento ya está " -"siendo monitorizado lo\n" -"\t\tignorará o actualizará la información de este. Hay tres tipos de detección: " -"Basada en ICMP (pings), \n" -"\t\tSNMP (detecta la topología de redes y sus " -"interfaces), y otro personalizado \n" +"\t\tSi detecta alguno, lo añadirá a la monitorización y si ese elemento ya está siendo " +"monitorizado lo\n" +"\t\tignorará o actualizará la información de este. Hay tres tipos de detección: Basada en " +" ICMP (pings), \n" +"\t\tSNMP (detecta la topología de redes y sus interfaces), y " +"otro personalizado \n" "\t\t. Puede definir su propio guión de reconocimiento personalizado." #: ../../general/first_task/recon_view.php:37 @@ -59386,19 +57612,19 @@ msgstr "CLUSTER DE LA BASE DE DATOS DE PANDORA FMS" #: ../../general/first_task/HA_cluster_builder.php:48 msgid "" -"With Pandora FMS Enterprise you can add high availability to your Pandora FMS " -"installation by adding redundant MySQL servers" +"With Pandora FMS Enterprise you can add high availability to your Pandora FMS installation " +"by adding redundant MySQL servers" msgstr "" -"Con Pandora FMS Enterprise puede añadir la alta disponibilidad a su instalación de " -"Pandora FMS añadiendo servidores MySQL redundantes" +"Con Pandora FMS Enterprise puede añadir la alta disponibilidad a su instalación de Pandora " +"FMS añadiendo servidores MySQL redundantes" #: ../../general/first_task/HA_cluster_builder.php:50 msgid "" -"Click on \"add new node\" to start transforming your Pandora FMS DB Cluster into a " -"Pandora FMS DB Cluster." +"Click on \"add new node\" to start transforming your Pandora FMS DB Cluster into a Pandora " +"FMS DB Cluster." msgstr "" -"Pinche en \"añadir nuevo módulo\" para empezar a convertir su cluster de base de " -"datos de Pandora FMS en un cluster de base de datos de Pandora FMS." +"Pinche en \"añadir nuevo módulo\" para empezar a convertir su cluster de base de datos de " +"Pandora FMS en un cluster de base de datos de Pandora FMS." #: ../../general/first_task/HA_cluster_builder.php:59 msgid "Add new node" @@ -59411,24 +57637,23 @@ msgstr "Consolas visuales" #: ../../general/first_task/map_builder.php:47 #, php-format msgid "" -"%s allows users to create visual maps on which each user is able to create his or " -"her own monitoring map. The new visual console editor is much more practical, " -"although the prior visual console editor had its advantages. On the new visual " -"console, we've been successful in imitating the sensation and touch of a drawing " -"application like GIMP. We've also simplified the editor by dividing it into several " -"subject-divided tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and " -"'Editor'. The items the %s Visual Map was designed to handle are 'static images', " -"'percentage bars', 'module graphs' and 'simple values'." +"%s allows users to create visual maps on which each user is able to create his or her own " +"monitoring map. The new visual console editor is much more practical, although the prior " +"visual console editor had its advantages. On the new visual console, we've been successful " +"in imitating the sensation and touch of a drawing application like GIMP. We've also " +"simplified the editor by dividing it into several subject-divided tabs named 'Data', " +"'Preview', 'Wizard', 'List of Elements' and 'Editor'. The items the %s Visual Map was " +"designed to handle are 'static images', 'percentage bars', 'module graphs' and 'simple " +"values'." msgstr "" -"%s permite a los usuarios crear mapas visuales en los que cada usuario puede crear " -"su propio mapa de monitorización. El nuevo editor de consola visual es mucho más " -"práctico, a pesar de que el editor de consola visual anterior tenía sus ventajas. " -"Hemos conseguido imitar la sensación y el toque de una aplicación de dibujo como " -"GIMP en la nueva consola visual. También hemos simplificado el editor dividiéndolo " -"en diferentes pestañas clasificadas temáticamente llamadas \"Datos\", \"Vista previa" -"\", \"Asistente\", \"Lista de elementos\" y \"Editor\". Los elementos para los que " -"el mapa visual de %s fue diseñado son las \"imágenes estáticas\", las \"barras de " -"porcentajes\" y los \"valores simples\"." +"%s permite a los usuarios crear mapas visuales en los que cada usuario puede crear su propio " +"mapa de monitorización. El nuevo editor de consola visual es mucho más práctico, a pesar de " +"que el editor de consola visual anterior tenía sus ventajas. Hemos conseguido imitar la " +"sensación y el toque de una aplicación de dibujo como GIMP en la nueva consola visual. " +"También hemos simplificado el editor dividiéndolo en diferentes pestañas clasificadas " +"temáticamente llamadas \"Datos\", \"Vista previa\", \"Asistente\", \"Lista de elementos\" y " +"\"Editor\". Los elementos para los que el mapa visual de %s fue diseñado son las \"imágenes " +"estáticas\", las \"barras de porcentajes\" y los \"valores simples\"." #: ../../general/first_task/map_builder.php:58 msgid "Create a Visual Console" @@ -59444,11 +57669,9 @@ msgid "Create Cluster" msgstr "Crear clúster" #: ../../general/first_task/cluster_builder.php:57 -msgid "" -"A cluster is a group of devices that provide the same service in high availability." +msgid "A cluster is a group of devices that provide the same service in high availability." msgstr "" -"Un clúster es un grupo de servicios que proporciona el mismo servicio en alta " -"disponibilidad." +"Un clúster es un grupo de servicios que proporciona el mismo servicio en alta disponibilidad." #: ../../general/first_task/cluster_builder.php:59 msgid "Depending on how they provide that service, we can find two types:" @@ -59457,31 +57680,30 @@ msgstr "Dependiendo de cómo proporcionen ese servicio, hay dos tipos:" #: ../../general/first_task/cluster_builder.php:61 msgid "" "Clusters to balance the service load: these are active - active (A/A) mode " -"clusters. It means that all the nodes (or machines that compose it) are working. " -"They must be working because if one stops working, it will overload the others." +"clusters. It means that all the nodes (or machines that compose it) are working. They must " +"be working because if one stops working, it will overload the others." msgstr "" -"Clústers para equilibrar la carga del servicio: son clústers de modo activo-" -"activo(A/A), por lo tanto todos los nodos (o máquinas que lo componen) están " -"funcionando. Tienen que estar todos en funcionamiento porque si uno se detiene, " -"sobrecargará a los demás." +"Clústers para equilibrar la carga del servicio: son clústers de modo activo-activo(A/" +"A), por lo tanto todos los nodos (o máquinas que lo componen) están funcionando. Tienen que " +"estar todos en funcionamiento porque si uno se detiene, sobrecargará a los demás." #: ../../general/first_task/cluster_builder.php:63 msgid "" -"Clusters to guarantee service: these are active - passive (A/P) mode " -"clusters. It means that one of the nodes (or machines that make up the cluster) will " -"be running (primary) and another won't (secondary). When the primary goes down, the " -"secondary must take over and give the service instead. Although many of the elements " -"of this cluster are active-passive, it will also have active elements in both of " -"them that indicate that the passive node is \"online\", so that in the case of a " -"service failure in the master, the active node collects this information." +"Clusters to guarantee service: these are active - passive (A/P) mode clusters. It " +"means that one of the nodes (or machines that make up the cluster) will be running (primary) " +"and another won't (secondary). When the primary goes down, the secondary must take over and " +"give the service instead. Although many of the elements of this cluster are active-passive, " +"it will also have active elements in both of them that indicate that the passive node is " +"\"online\", so that in the case of a service failure in the master, the active node collects " +"this information." msgstr "" -"Clústers para garantizar el servicio: son clústers de modo activo-pasivo (A/" -"P). Quiere decir que uno de los nodos (o máquinas que componen el clúster) estará en " -"funcionamiento (primario) y el otro no (secundario). Cuando uno primario se detiene, " -"el secundario lo releva y proporciona el servicio en su lugar. Aunque muchos de los " -"elementos de este clúster son activo-pasivo, también tendrá elementos activos en los " -"dos que indican que el nodo pasivo se encuentra \"en línea\", para que en caso de " -"fallo del sistema en el maestro, sea el nodo activo el que recoja esta información." +"Clústers para garantizar el servicio: son clústers de modo activo-pasivo (A/P). " +"Quiere decir que uno de los nodos (o máquinas que componen el clúster) estará en " +"funcionamiento (primario) y el otro no (secundario). Cuando uno primario se detiene, el " +"secundario lo releva y proporciona el servicio en su lugar. Aunque muchos de los elementos " +"de este clúster son activo-pasivo, también tendrá elementos activos en los dos que indican " +"que el nodo pasivo se encuentra \"en línea\", para que en caso de fallo del sistema en el " +"maestro, sea el nodo activo el que recoja esta información." #: ../../general/first_task/network_map.php:19 msgid "There are no network map defined yet." @@ -59491,8 +57713,7 @@ msgstr "No hay mapas de red definidos todavía." msgid "Network Map" msgstr "Mapa de red" -#: ../../general/first_task/network_map.php:29 -#: ../../general/first_task/network_map.php:50 +#: ../../general/first_task/network_map.php:29 ../../general/first_task/network_map.php:50 msgid "Create Network Map" msgstr "Crear mapa de red" @@ -59541,16 +57762,14 @@ msgstr "Crear etiquetas" #: ../../general/first_task/tags.php:28 msgid "" "Access to modules can be configured by a tagging system.\n" -"\t\t\t\t\t\t\t\tTags are configured on the system and are assigned to the chosen " -"modules.\n" -"\t\t\t\t\t\t\t\tA user's access can therefore be restricted to modules with certain " -"tags." +"\t\t\t\t\t\t\t\tTags are configured on the system and are assigned to the chosen modules.\n" +"\t\t\t\t\t\t\t\tA user's access can therefore be restricted to modules with certain tags." msgstr "" "El acceso a los módulos puede configurarse mediante etiquetas.\n" "\t\t\t\t\t\t\t\tLas etiquetas se configuran en el sistema y se asignan a los módulos " "elegidos.\n" -"\t\t\t\t\t\t\t\tPor ello, se puede restringir el acceso de un usuario a los módulos " -"mediante ciertas etiquetas." +"\t\t\t\t\t\t\t\tPor ello, se puede restringir el acceso de un usuario a los módulos mediante " +"ciertas etiquetas." #: ../../general/first_task/omnishell.php:27 msgid "There is no command defined yet." @@ -59559,33 +57778,31 @@ msgstr "Aún no hay un comando definido." #: ../../general/first_task/omnishell.php:37 #, php-format msgid "" -"Omnishell is an enterprise feature which allows you to execute a structured command " -"along any agent in your %s. The only requirement is to have remote configuration " -"enabled in your agent." +"Omnishell is an enterprise feature which allows you to execute a structured command along " +"any agent in your %s. The only requirement is to have remote configuration enabled in your " +"agent." msgstr "" -"Omnishell es una función Enterprise que le permite ejecutar un comando estructurado " -"junto con cualquier agente en %s. El único requisito es tener la configuración " -"remota habilitada en el agente." +"Omnishell es una función Enterprise que le permite ejecutar un comando estructurado junto " +"con cualquier agente en %s. El único requisito es tener la configuración remota habilitada " +"en el agente." #: ../../general/first_task/omnishell.php:42 msgid "" -"You can execute any command on as many agents you need, and check the execution on " -"all of them using the Omnishell Command View" +"You can execute any command on as many agents you need, and check the execution on all of " +"them using the Omnishell Command View" msgstr "" -"Puede ejecutar cualquier comando en tantos agentes como desee y comprobar la " -"ejecución de todos ellos mediante la vista del comando Omnishell" +"Puede ejecutar cualquier comando en tantos agentes como desee y comprobar la ejecución de " +"todos ellos mediante la vista del comando Omnishell" #: ../../general/first_task/omnishell.php:50 msgid "Define a command" msgstr "Definir un comando" -#: ../../general/first_task/custom_fields.php:35 -#: ../../general/first_task/fields_manager.php:18 +#: ../../general/first_task/custom_fields.php:35 ../../general/first_task/fields_manager.php:18 msgid "There are no custom fields defined yet." msgstr "No hay campos personalizados definidos todavía." -#: ../../general/first_task/custom_fields.php:43 -#: ../../general/first_task/custom_fields.php:57 +#: ../../general/first_task/custom_fields.php:43 ../../general/first_task/custom_fields.php:57 #: ../../general/first_task/custom_fields.php:66 msgid "Create Custom Fields" msgstr "Crear campos personalizados" @@ -59596,8 +57813,7 @@ msgid "" "\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 de personalizar la información del " -"agente.\n" +"Los campos personalizados son una manera fácil de personalizar la información del agente.\n" "\t \t Puedes crear campos personalizados haciendo clic en \"Administración\" -> " "\"Administrar monitorización\" -> \"Administrar campos personalizados\". " @@ -59612,8 +57828,8 @@ msgstr "Gestor de creación de archivos" #: ../../general/first_task/fields_manager.php:28 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'. " +"\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.\n" @@ -59641,20 +57857,20 @@ msgstr "Parada planificada" #, php-format msgid "" "%s contains a scheduled downtime management system.\n" -"\t\t\t\t\t\tThis system was designed to deactivate alerts during specific intervals " -"whenever there is down time by deactivating the agent.\n" -"\t\t\t\t\t\tIf an agent is deactivated, it doesn't gather information. During down " -"time, down-time intervals aren't taken into\n" -"\t\t\t\t\t\taccount for most metrics or report types, because agents don't contain " -"any data within those intervals." +"\t\t\t\t\t\tThis system was designed to deactivate alerts during specific intervals whenever " +"there is down time by deactivating the agent.\n" +"\t\t\t\t\t\tIf an agent is deactivated, it doesn't gather information. During down time, " +"down-time intervals aren't taken into\n" +"\t\t\t\t\t\taccount for most metrics or report types, because agents don't contain any data " +"within those intervals." msgstr "" "%s contiene un sistema de gestión de paradas planificadas.\n" "\t\t\t\t\t\tEste sistema fue diseñado para desactivar las alertas durante intervalos " "específicos siempre que haya una parada a causa de un agente desactivado.\n" -"\t\t\t\t\t\tSi un agente está desactivado, no recoge información. Durante esta " -"parada, los intervalos de parada no se tienen en\n" -"\t\t\t\t\t\tcuenta en la mayoría de las métricas e informes, porque los agentes no " -"contienen datos durante dichos intervalos." +"\t\t\t\t\t\tSi un agente está desactivado, no recoge información. Durante esta parada, los " +"intervalos de parada no se tienen en\n" +"\t\t\t\t\t\tcuenta en la mayoría de las métricas e informes, porque los agentes no contienen " +"datos durante dichos intervalos." #: ../../general/first_task/snmp_filters.php:18 msgid "There are no SNMP filter defined yet." @@ -59664,58 +57880,54 @@ msgstr "No hay filtro SNMP definido todavía." msgid "SNMP Filter" msgstr "Filtro SNMP" -#: ../../general/first_task/snmp_filters.php:25 -#: ../../general/first_task/snmp_filters.php:37 +#: ../../general/first_task/snmp_filters.php:25 ../../general/first_task/snmp_filters.php:37 msgid "Create SNMP Filter" msgstr "Crear un filtro SNMP" #: ../../general/first_task/snmp_filters.php:28 msgid "" "Some systems receive a high number of traps. \n" -"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From Pandora " -"FMS versions 3.2 and above, \n" +"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From Pandora FMS " +"versions 3.2 and above, \n" "\t\t\t\tit's possible to filter the traps that the server obtains in order to avoid " "straining the application unnecessarily.\n" -"\t\t\t\tIn order to define different filters, please go to 'Administration' -> " -"'Manage SNMP Console' and 'SNMP Filters'. \n" -"\t\t\t\tOne trap which is going to run in conjunction with any of them - just the " -"ones for the server are going to get ruled out automatically. " +"\t\t\t\tIn order to define different filters, please go to 'Administration' -> 'Manage SNMP " +"Console' and 'SNMP Filters'. \n" +"\t\t\t\tOne trap which is going to run in conjunction with any of them - just the ones for " +"the server are going to get ruled out automatically. " msgstr "" "Algunos sistemas reciben un alto número de traps.\n" -"\t \t \t \t Solo es interesante realizar un seguimiento de un pequeño porcentaje de " -"ellos. En las versiones de Pandora FMS 3.2 y superiores,\n" -"\t \t \t \t es posible filtrar los traps que el servidor obtiene con el fin de " -"evitar forzar la aplicación innecesariamente.\n" -"\t \t \t \t Con el fin de definir diferentes filtros, por favor ve a \"Administración" -"\" -> \"Administrar consola SNMP\" y \"Filtros SNMP\".\n" -"\t \t \t \t Un trap que se va a ejecutar en conjunto con cualquiera de ellos - solo " -"los del servidor van a ser descartado automáticamente. " +"\t \t \t \t Solo es interesante realizar un seguimiento de un pequeño porcentaje de ellos. " +"En las versiones de Pandora FMS 3.2 y superiores,\n" +"\t \t \t \t es posible filtrar los traps que el servidor obtiene con el fin de evitar forzar " +"la aplicación innecesariamente.\n" +"\t \t \t \t Con el fin de definir diferentes filtros, por favor ve a \"Administración\" -> " +"\"Administrar consola SNMP\" y \"Filtros SNMP\".\n" +"\t \t \t \t Un trap que se va a ejecutar en conjunto con cualquiera de ellos - solo los del " +"servidor van a ser descartado automáticamente. " #: ../../general/first_task/service_list.php:45 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\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." +"\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 recursos de TI basados en tus funcionalidades.\n" -"\t\t\t\t\t\tUn servicio puede ser por ejemplo tu página web oficial, tu sistema CRM, " -"tu aplicación de soporte o incluso tus 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\tUn servicio puede ser por ejemplo tu página web oficial, tu sistema CRM, tu " +"aplicación de soporte o incluso tus 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." +"\t\t\t\t\t\t\tSu empresa se compone de tres grandes departamentos: gestión, tienda online y " +"apoyo." #: ../../general/first_task/service_list.php:58 msgid "Create a service" @@ -59725,62 +57937,59 @@ msgstr "Crear un servicio" msgid "Custom Graphs" msgstr "Gráficos personalizados" -#: ../../general/first_task/custom_graphs.php:24 -#: ../../general/first_task/custom_graphs.php:39 +#: ../../general/first_task/custom_graphs.php:24 ../../general/first_task/custom_graphs.php:39 msgid "Create Custom Graph" msgstr "Crear gráfico personalizado" #: ../../general/first_task/custom_graphs.php:27 #, php-format msgid "" -"Graphs are designed to show the data collected by %s in a temporary scale defined by " -"the user.\n" -"\t\t\t\t%s 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." +"Graphs are designed to show the data collected by %s in a temporary scale defined by the " +"user.\n" +"\t\t\t\t%s 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 "" -"Las gráficas están diseñadas para mostrar los datos recogidos por %s en una escala " -"temporal definida por el usuario.\n" +"Las gráficas están diseñadas para mostrar los datos recogidos por %s en una escala temporal " +"definida por el usuario.\n" "\t\t\t\tLas gráficas de %s muestran datos en tiempo real. Se generan cada vez que el " "operador necesita cualquiera de ellas y muestran su estado actualizado.\n" -"\t\t\t\tHay dos tipos de gráficas: Las gráficas automatizadas del agente y las " -"gráficas personalizadas por el usuario mediante uno o más módulos." +"\t\t\t\tHay dos tipos de gráficas: Las gráficas automatizadas del agente y las gráficas " +"personalizadas por el usuario mediante uno o más módulos." -#: ../../general/first_task/collections.php:25 -#: ../../general/first_task/collections.php:39 +#: ../../general/first_task/collections.php:25 ../../general/first_task/collections.php:39 msgid "Create Collections" msgstr "Crear colecciones" #: ../../general/first_task/collections.php:28 msgid "" "A file collection is a group of files (e.g. scripts or executables) which are \n" -"\t\tautomatically copied to a specific directory of the agent (under Windows or " -"UNIX). The file collections allow to be propagated\n" -"\t\t along with the policies in order to be used by a group of agents, using a " -"'package' of scripts and modules which use them.\n" -"\t\tFirst we learn how to use the file collections in the agent's view, how to " -"conduct it manually, agent by agent, without using collections,\n" +"\t\tautomatically copied to a specific directory of the agent (under Windows or UNIX). The " +"file collections allow to be propagated\n" +"\t\t along with the policies in order to be used by a group of agents, using a 'package' of " +"scripts and modules which use them.\n" +"\t\tFirst we learn how to use the file collections in the agent's view, how to conduct it " +"manually, agent by agent, without using collections,\n" "\t\t and how to do the same thing by using policies.Our first task is to arrange a " "compilation of files. In order to do this, please go to the agent's \n" -"\t\t administrator. Subsequently, we're going to see a 'sub option' called " -"'Collections'. Please click on it in order to create a new collection as we can see " -"on \n" +"\t\t administrator. Subsequently, we're going to see a 'sub option' called 'Collections'. " +"Please click on it in order to create a new collection as we can see on \n" "\t\t the picture below. " msgstr "" -"Una colección de archivos es un grupo de archivos (ej: scripts o ejecutable) los " -"cuales son \n" -"\t\t automáticamente copiados a un directorio específico del agente (bajo Windows o " -"UNIX). Las colecciones de archivos permiten ser propagadas\n" +"Una colección de archivos es un grupo de archivos (ej: scripts o ejecutable) los cuales " +"son \n" +"\t\t automáticamente copiados a un directorio específico del agente (bajo Windows o UNIX). " +"Las colecciones de archivos permiten ser propagadas\n" "\t\t junto con las políticas con el fin de ser utilizadas por un grupo de agentes, " "utilizando un \"paquete\" de scripts y módulos que los utilizan.\n" -"\t\t Primero aprendemos a utilizar las colecciones de archivos en la vista del " -"agente y llevarla a cabo de forma manual, agente por agente, sin necesidad de " -"utilizar las colecciones,\n" -"\t\t y hacer lo mismo usando políticas. Nuestra primera tarea es organizar una " -"compilación de archivos. Para hacer esto, por favor ve al administrador \n" -"\t\t de agentes. Posteriormente, vamos a ver una \"sub opción\" llamada \"Colecciones" -"\". Por favor, pincha en ella para crear una nueva colección como se puede ver en \n" +"\t\t Primero aprendemos a utilizar las colecciones de archivos en la vista del agente y " +"llevarla a cabo de forma manual, agente por agente, sin necesidad de utilizar las " +"colecciones,\n" +"\t\t y hacer lo mismo usando políticas. Nuestra primera tarea es organizar una compilación " +"de archivos. Para hacer esto, por favor ve al administrador \n" +"\t\t de agentes. Posteriormente, vamos a ver una \"sub opción\" llamada \"Colecciones\". Por " +"favor, pincha en ella para crear una nueva colección como se puede ver en \n" "\t\t la imagen de abajo. " #: ../../general/header.php:45 ../../general/header.php:47 @@ -59858,104 +58067,101 @@ msgstr "Advertencia de la versión php" #: ../../general/alert_enterprise.php:107 #, php-format msgid "" -"This is the online help for %s console. This help is -in best cases- just a brief " -"contextual help, not intented to teach you how to use %s. Official documentation of " -"%s is about 900 pages, and you probably don't need to read it entirely, but sure, " -"you should download it and take a look.

\n" -" Download the official documentation" +"This is the online help for %s console. This help is -in best cases- just a brief contextual " +"help, not intented to teach you how to use %s. Official documentation of %s is about 900 " +"pages, and you probably don't need to read it entirely, but sure, you should download it and " +"take a look.

\n" +" Download the " +"official documentation" msgstr "" -"Esta es la ayuda en línea para la consola %s. Esta ayuda (en el mejor de los casos) " -"es solo una breve ayuda contextual, que no pretende enseñarle como usar %s. La " -"documentación oficial de %s es de unas 900 páginas, y probablemente no necesite " -"leerla entera, pero por supuesto debería descargarla y echarle un vistazo.

\n" -" Descargar la documentación oficial" +"Esta es la ayuda en línea para la consola %s. Esta ayuda (en el mejor de los casos) es solo " +"una breve ayuda contextual, que no pretende enseñarle como usar %s. La documentación oficial " +"de %s es de unas 900 páginas, y probablemente no necesite leerla entera, pero por supuesto " +"debería descargarla y echarle un vistazo.

\n" +" Descargar la " +"documentación oficial" #: ../../general/alert_enterprise.php:120 #, php-format msgid "" "Access to this page is restricted to authorized users only, please contact system " "administrator if you need assistance.

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

\n" -" Note que todos los intentos de acceso al la página se guardarán en los logs de " -"seguridad de la base de datos de %s." +"El acceso a esta página está restringido exclusivamente a usuarios autorizados, póngase en " +"contacto con el administrador del sistema si necesita ayuda.

\n" +" Note que todos los intentos de acceso al la página se guardarán en los logs de seguridad " +"de la base de datos de %s." #: ../../general/alert_enterprise.php:130 #, php-format msgid "" -"The Update Manager client is included on %s. It helps system administrators update " -"their %s automatically, since the Update Manager retrieves new modules, new plugins " -"and new features (even full migrations tools for future versions) automatically." +"The Update Manager client is included on %s. It helps system administrators update their %s " +"automatically, since the Update Manager retrieves new modules, new plugins and new features " +"(even full migrations tools for future versions) automatically." msgstr "" -"Update Manager cliente está incluido en %s. Ayuda a los administradores de sistemas " -"a actualizar su %s automáticamente, puesto que Update manager obtiene nuevos " -"módulos, plugins y funcionalidades (incluso herramientas de migración completa para " -"futuras versiones) automáticamente." +"Update Manager cliente está incluido en %s. Ayuda a los administradores de sistemas a " +"actualizar su %s automáticamente, puesto que Update manager obtiene nuevos módulos, plugins " +"y funcionalidades (incluso herramientas de migración completa para futuras versiones) " +"automáticamente." #: ../../general/alert_enterprise.php:130 msgid "" -"OpenSource version updates are automated packages generated each week. These " -"updates come WITHOUT ANY warranty or support. If your system is corrupted or a " -"feature stops working properly, you will need to recover a backup by yourself." +"OpenSource version updates are automated packages generated each week. These updates come " +"WITHOUT ANY warranty or support. If your system is corrupted or a feature stops working " +"properly, you will need to recover a backup by yourself." msgstr "" -"Las actualizaciones de la versión OpenSource son paquetes automatizados generados " -"cada semana. Estas actualizaciones vienen sin garantía o soporte. Si tu sistema está " -"dañado o una característica deja de funcionar correctamente, necesitarás recuperar " -"una copia de seguridad tú mismo." +"Las actualizaciones de la versión OpenSource son paquetes automatizados generados cada " +"semana. Estas actualizaciones vienen sin garantía o soporte. Si tu sistema está dañado o una " +"característica deja de funcionar correctamente, necesitarás recuperar una copia de seguridad " +"tú mismo." #: ../../general/alert_enterprise.php:130 #, php-format msgid "" "The Enterprise version comes with a different update system, with fully tested, " -"professionally-supported packages, and our support team is there to help you in case " -"of problems or queries. Update Manager is another feature present in the Enterprise " -"version and not included in the OpenSource version. There are lots of advanced " -"business-oriented features contained in %s Enterprise Edition. For more information " -"visit pandorafms.com" +"professionally-supported packages, and our support team is there to help you in case of " +"problems or queries. Update Manager is another feature present in the Enterprise version and " +"not included in the OpenSource version. There are lots of advanced business-oriented " +"features contained in %s Enterprise Edition. For more information visit pandorafms.com" msgstr "" "La versión Enterprise tiene un sistema de actualización diferente, con paquetes " -"completamente probados y con asistencia profesional. Nuestro equipo de soporte le " -"asistirá en caso de duda o problema. Update Manager es otra funcionalidad presente " -"en la versión Enterprise, no incluida en la versión OpenSource. La versión " -"Enterprise %s contiene cientos de funcionalidades diseñadas para las empresas. Para " -"más información visite pandorafms.com" +"completamente probados y con asistencia profesional. Nuestro equipo de soporte le asistirá " +"en caso de duda o problema. Update Manager es otra funcionalidad presente en la versión " +"Enterprise, no incluida en la versión OpenSource. La versión Enterprise %s contiene cientos " +"de funcionalidades diseñadas para las empresas. Para más información visite pandorafms.com" #: ../../general/alert_enterprise.php:132 #, php-format msgid "" -"The new Update Manager client " -"is included on %s. It helps system administrators update their %s automatically, " -"since the Update Manager retrieves new modules, new plugins and new features (even " -"full migrations tools for future versions) automatically." +"The new Update Manager client is " +"included on %s. It helps system administrators update their %s automatically, since the " +"Update Manager retrieves new modules, new plugins and new features (even full migrations " +"tools for future versions) automatically." msgstr "" -"El nuevo Update Manager " -"cliente está incluido en %s. Ayuda a los administradores de sistemas a actualizar %s " -"automáticamente, puesto que Update Manager obtiene nuevos módulos, plugins y " -"funcionalidades (incluso herramientas de migración completa para futuras versiones) " -"automáticamente." +"El nuevo Update Manager cliente está " +"incluido en %s. Ayuda a los administradores de sistemas a actualizar %s automáticamente, " +"puesto que Update Manager obtiene nuevos módulos, plugins y funcionalidades (incluso " +"herramientas de migración completa para futuras versiones) automáticamente." #: ../../general/alert_enterprise.php:132 #, php-format msgid "" -"The Update Manager is one of the most advanced features on the %s Enterprise " -"Edition. For more information visit https://" -"pandorafms.com." +"The Update Manager is one of the most advanced features on the %s Enterprise Edition. For " +"more information visit https://pandorafms.com." msgstr "" -"Update Manager es una de las funcionalidades más avanzadas de la %s versión " -"Enterprise. Para obtener más información visite http://pandorafms.com." +"Update Manager es una de las funcionalidades más avanzadas de la %s versión Enterprise. Para " +"obtener más información visite http://pandorafms.com." #: ../../general/alert_enterprise.php:132 #, php-format msgid "" -"Update Manager sends anonymous information about %s usage (number of agents and " -"modules running). To disable it, please remove the remote server address from the " -"Update Manager plugin setup." +"Update Manager sends anonymous information about %s usage (number of agents and modules " +"running). To disable it, please remove the remote server address from the Update Manager " +"plugin setup." msgstr "" "Update Manager envía información anónima sobre el uso de %s (número de agentes en " "ejecución). Para deshabilitarlo, elimine la dirección del servidor remoto de la " @@ -59963,70 +58169,66 @@ msgstr "" #: ../../general/alert_enterprise.php:138 msgid "" -"The community version doesn't have the ability to define your own library of local " -"modules, or distribute it to remote agents. You need to make those changes " -"individually on each agent which is possible by using external tools and time and " -"effort. Nor can it distribute local plugins, or have access to the library of " -"enterprise plugins to monitor applications such as VMWare, RHEV or Informix between " -"others. The Enterprise version will have all this, plus the ability to distribute " -"and manage your own local modules on your systems, individually or through " -"policies.\n" +"The community version doesn't have the ability to define your own library of local modules, " +"or distribute it to remote agents. You need to make those changes individually on each agent " +"which is possible by using external tools and time and effort. Nor can it distribute local " +"plugins, or have access to the library of enterprise plugins to monitor applications such as " +"VMWare, RHEV or Informix between others. The Enterprise version will have all this, plus the " +"ability to distribute and manage your own local modules on your systems, individually or " +"through policies.\n" "

pandorafms.com" +"Do you want to consolidate all your system monitoring? Do you have many systems, making it " +"difficult to manage them in a comprehensive manner? Would you like to deploy monitoring, " +"alerts and even local plugins with a single click? %s Enterprise Policies are exactly what " +"you need; you'll save time, effort and annoyances. More information pandorafms.com" msgstr "" -"¿Quiere consolidar toda la monitorización de sus sistemas? ¿Tiene tantos sistemas " -"que le resulta difícil gestionarlos completamente? ¿Le gustaría desplegar " -"monitorización, alertas e incluso plugins locales en un solo click? Las políticas " -"Enterprise de %s son exactamente lo que usted necesita. Se ahorrará tiempo, " -"esfuerzos y molestias. Más información en pandorafms.com" +"¿Quiere consolidar toda la monitorización de sus sistemas? ¿Tiene tantos sistemas que le " +"resulta difícil gestionarlos completamente? ¿Le gustaría desplegar monitorización, alertas e " +"incluso plugins locales en un solo click? Las políticas Enterprise de %s son exactamente lo " +"que usted necesita. Se ahorrará tiempo, esfuerzos y molestias. Más información en pandorafms.com" #: ../../general/alert_enterprise.php:148 #, php-format msgid "" -"%s Enterprise also features event correlation. Through correlation you can generate " -"realtime alerts and / or new events based on logical rules. This allows you to " -"automate troubleshooting. If you know the value of working with events, event " -"correlation will take you to a new level." +"%s Enterprise also features event correlation. Through correlation you can generate realtime " +"alerts and / or new events based on logical rules. This allows you to automate " +"troubleshooting. If you know the value of working with events, event correlation will take " +"you to a new level." msgstr "" -"%s Enterprise también incluye correlación de eventos. A través de esta correlación " -"puede generar alertas en tiempo real y / o nuevos eventos basados en reglas lógicas. " -"Esto le permite automatizar la resolución de errores. Si ya conoce la importancia de " -"trabajar con eventos, la correlación de eventos le llevará a otro nivel." +"%s Enterprise también incluye correlación de eventos. A través de esta correlación puede " +"generar alertas en tiempo real y / o nuevos eventos basados en reglas lógicas. Esto le " +"permite automatizar la resolución de errores. Si ya conoce la importancia de trabajar con " +"eventos, la correlación de eventos le llevará a otro nivel." #: ../../general/alert_enterprise.php:152 #, php-format msgid "" -"Report generating on the Enterprise version is also more powerful: it has wizards, " -"you can schedule emails in PDF to be sent according to the schedule you decide, and " -"it has a template system to create personalized reports quickly for each of your " -"customers. It will even allow your customers to generate their own reports from " -"templates created by you. If reports are key to your business, %s Enterprise version " -"is for you." +"Report generating on the Enterprise version is also more powerful: it has wizards, you can " +"schedule emails in PDF to be sent according to the schedule you decide, and it has a " +"template system to create personalized reports quickly for each of your customers. It will " +"even allow your customers to generate their own reports from templates created by you. If " +"reports are key to your business, %s Enterprise version is for you." msgstr "" -"La generación de informes en la versión Enterprise también es más potente: tiene " -"asistentes, puede programar el envío de emails en PDF cuando usted decida y tiene un " -"sistema de plantillas para crear informes personalizados rápidamente para todos sus " -"clientes. También le permitirá a sus clientes crear sus propios informes a partir de " -"las plantillas que usted haya creado. Si los informes son la clave de su negocio, %s " -"versión Enterprise es para usted." +"La generación de informes en la versión Enterprise también es más potente: tiene asistentes, " +"puede programar el envío de emails en PDF cuando usted decida y tiene un sistema de " +"plantillas para crear informes personalizados rápidamente para todos sus clientes. También " +"le permitirá a sus clientes crear sus propios informes a partir de las plantillas que usted " +"haya creado. Si los informes son la clave de su negocio, %s versión Enterprise es para usted." #: ../../general/alert_enterprise.php:156 msgid "These options are only effective on the Enterprise version." @@ -60034,84 +58236,80 @@ msgstr "Estas opciones solo funcionan en la versión Enterprise." #: ../../general/alert_enterprise.php:160 msgid "" -"WARNING: You are just one click away from an automated update. This may result in a " -"damaged system, including loss of data and operativity. Check you have a recent " -"backup. OpenSource updates are automatically created packages, and there is no " -"WARRANTY or SUPPORT. If you need professional support and warranty, please upgrade " -"to Enterprise Version." +"WARNING: You are just one click away from an automated update. This may result in a damaged " +"system, including loss of data and operativity. Check you have a recent backup. OpenSource " +"updates are automatically created packages, and there is no WARRANTY or SUPPORT. If you need " +"professional support and warranty, please upgrade to Enterprise Version." msgstr "" -"ADVERTENCIA: Estás a un solo clic de una actualización automática. Esto podría dañar " -"el sistema, incluyendo pérdida de datos y operatividad. Comprueba que tienes una " -"copia de seguridad reciente. Las actualizaciones de la versión OpenSource son " -"paquetes creados automáticamente, y no hay GARANTÍA o SOPORTE. Si necesitas " -"asistencia profesional y una garantía, actualiza a la versión Enterprise." +"ADVERTENCIA: Estás a un solo clic de una actualización automática. Esto podría dañar el " +"sistema, incluyendo pérdida de datos y operatividad. Comprueba que tienes una copia de " +"seguridad reciente. Las actualizaciones de la versión OpenSource son paquetes creados " +"automáticamente, y no hay GARANTÍA o SOPORTE. Si necesitas asistencia profesional y una " +"garantía, actualiza a la versión Enterprise." #: ../../general/alert_enterprise.php:164 msgid "" -"This system is heavily loaded. OpenSource version could get a lot more agents but " -"fine tuning requires knowledge and time. Checkout the Enterprise Version for a " -"professional supported system." +"This system is heavily loaded. OpenSource version could get a lot more agents but fine " +"tuning requires knowledge and time. Checkout the Enterprise Version for a professional " +"supported system." msgstr "" "Este sistema está muy congestionado. La versión OpenSource podría obtener muchos más " -"agentes, pero la precisión requiere de tiempo y conocimiento. Instala la versión " -"Enterprise para obtener un sistema profesional compatible." +"agentes, pero la precisión requiere de tiempo y conocimiento. Instala la versión Enterprise " +"para obtener un sistema profesional compatible." #: ../../general/alert_enterprise.php:173 #, php-format msgid "" -"This system has too many modules per agent. OpenSource version could manage " -"thousands of modules, but is not recommended to have more than 100 modules per " -"agent. This configuration has %d modules per agent. Checkout the Enterprise Version " -"for a professional supported system." +"This system has too many modules per agent. OpenSource version could manage thousands of " +"modules, but is not recommended to have more than 100 modules per agent. This configuration " +"has %d modules per agent. Checkout the Enterprise Version for a professional supported " +"system." msgstr "" -"El sistema tiene demasiados módulos por agente. La versión OpenSource puede manejar " -"miles de módulos, pero no es recomendable tener más de 100 módulos por agente. Esta " -"configuración tiene %d módulos por agente. Vea la versión Enterprise para tener un " -"sistema profesional con soporte." +"El sistema tiene demasiados módulos por agente. La versión OpenSource puede manejar miles de " +"módulos, pero no es recomendable tener más de 100 módulos por agente. Esta configuración " +"tiene %d módulos por agente. Vea la versión Enterprise para tener un sistema profesional con " +"soporte." #: ../../general/alert_enterprise.php:177 msgid "" -"Too much remote modules has been detected on this system. OpenSource version could " -"manage thousands of modules, but performance is limited on high amount of SNMP or " -"ICMP request. Checkout the Enterprise Version for a professional supported system " -"with improved capacity on network monitoring, including distributed servers." +"Too much remote modules has been detected on this system. OpenSource version could manage " +"thousands of modules, but performance is limited on high amount of SNMP or ICMP request. " +"Checkout the Enterprise Version for a professional supported system with improved capacity " +"on network monitoring, including distributed servers." msgstr "" -"Se han detectado muchos módulos remotos en este sistema. La versión OpenSource puede " -"manejar miles de módulos, pero el rendimiento será limitado con un gran número de " -"peticiones SNMP o ICMP. Instala la versión Enterprise para obtener un sistema " -"profesional compatible." +"Se han detectado muchos módulos remotos en este sistema. La versión OpenSource puede manejar " +"miles de módulos, pero el rendimiento será limitado con un gran número de peticiones SNMP o " +"ICMP. Instala la versión Enterprise para obtener un sistema profesional compatible." #: ../../general/alert_enterprise.php:181 msgid "" -"This system has too much events in the database. Checkout database purge options. " -"Checkout the Enterprise Version for a professional supported system." +"This system has too much events in the database. Checkout database purge options. Checkout " +"the Enterprise Version for a professional supported system." msgstr "" -"Este sistema tiene muchos eventos en la base de datos. Consulta las opciones de " -"purga de la base de datos. Instala la versión Enterprise para obtener un sistema " -"profesional compatible." +"Este sistema tiene muchos eventos en la base de datos. Consulta las opciones de purga de la " +"base de datos. Instala la versión Enterprise para obtener un sistema profesional compatible." #: ../../general/alert_enterprise.php:185 msgid "" -"You have defined a high number of alerts, this may cause you performance problems in " -"the future. In the Enterprise version, you can use event correlation alerts to " -"simplify the alerting system and have easier administration and increased " -"performance." +"You have defined a high number of alerts, this may cause you performance problems in the " +"future. In the Enterprise version, you can use event correlation alerts to simplify the " +"alerting system and have easier administration and increased performance." msgstr "" -"Tiene definido un gran número de agentes que podrían provocar problemas de " -"rendimiento en un futuro. En la versión Enterprise puedes usar la correlación de " -"alertas de eventos para simplificar el sistema de alertas y poder manejarlo de forma " -"sencilla y aumentar el rendimiento." +"Tiene definido un gran número de agentes que podrían provocar problemas de rendimiento en un " +"futuro. En la versión Enterprise puedes usar la correlación de alertas de eventos para " +"simplificar el sistema de alertas y poder manejarlo de forma sencilla y aumentar el " +"rendimiento." #: ../../general/login_help_dialog.php:43 #, php-format msgid "" -"If this is your first time using %s, 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 %s!" +"If this is your first time using %s, 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 %s!" msgstr "" -"Si esta es la primera vez que usa %s, le sugerimos algunos enlaces que le ayudarán a " -"saber más sobre este software. La monitorización puede ser abrumadora, pero tómese " -"su tiempo en aprender a aprovechar todo el potencial de %s!" +"Si esta es la primera vez que usa %s, le sugerimos algunos enlaces que le ayudarán a saber " +"más sobre este software. La monitorización puede ser abrumadora, pero tómese su tiempo en " +"aprender a aprovechar todo el potencial de %s!" #: ../../general/login_help_dialog.php:57 ../../general/login_help_dialog.php:62 msgid "Online help" @@ -60143,16 +58341,16 @@ msgstr "No se encontró ningún agente" #: ../../general/logon_failed.php:30 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." +"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. Comprueba 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 logs de Pandora FMS y pueden ser revisados por cada usuario. " -"Contacta al administrador cualquier incidente o fallo." +"La combinación usuario/contraseña es incorrecta. Comprueba 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 logs de Pandora FMS y pueden ser revisados por cada usuario. Contacta al administrador " +"cualquier incidente o fallo." #: ../../general/node_deactivated.php:36 msgid "You cannot use this node until system is unified" @@ -60171,13 +58369,13 @@ msgstr "El acceso a esta página está restringido" 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" +"\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, contacta con el administrador del sistema si necesitas ayuda.

\n" -"\t\t\tTen en cuenta que todos los intentos de acceso a esta página son guardados en " -"los logs de seguridad de la base de datos de Pandora FMS" +"El acceso a esta página está restringido a usuarios autorizados solamente. Por favor, " +"contacta con el administrador del sistema si necesitas ayuda.

\n" +"\t\t\tTen en cuenta que todos los intentos de acceso a esta página son guardados en los logs " +"de seguridad de la base de datos de Pandora FMS" #: ../../general/admin_maintenance_mode.php:41 msgid "You cannot use this console until merging process is finished" @@ -60185,20 +58383,19 @@ msgstr "No puede utilizar esta consola hasta que finalice el proceso de fusión" #: ../../general/mysqlerr.php:7 msgid "" -"Failure to connect to historical database, please check the configuration or contact " -"system administrator if you need assistance." +"Failure to connect to historical database, please check the configuration or contact system " +"administrator if you need assistance." msgstr "" -"Error al conectar con la base de datos histórica, revise la configuración o póngase " -"en contacto con el administrador del sistema si necesita ayuda." +"Error al conectar con la base de datos histórica, revise la configuración o póngase en " +"contacto con el administrador del sistema si necesita ayuda." #: ../../general/mysqlerr.php:9 msgid "" -"Failure to connect to Database server, please check the configuration file config." -"php or contact system administrator if you need assistance." +"Failure to connect to Database server, please check the configuration file config.php or " +"contact system administrator if you need assistance." msgstr "" -"Error al conectar con el servidor de la base de datos. Revise el archivo de " -"configuración config.php o póngase en contacto con el administrador del sistema si " -"necesita ayuda." +"Error al conectar con el servidor de la base de datos. Revise el archivo de configuración " +"config.php o póngase en contacto con el administrador del sistema si necesita ayuda." #: ../../general/mysqlerr.php:31 msgid "Mysql error" @@ -60234,12 +58431,10 @@ msgid "Centralized mode" msgstr "Modo centralizado" #: ../../general/login_page.php:439 -msgid "" -"This node is configured with centralized mode. Go to metaconsole to reset the " -"password" +msgid "This node is configured with centralized mode. Go to metaconsole to reset the password" msgstr "" -"Este nodo está configurado en modo centralizado. Vaya a la Metaconsola para respetar " -"la contraseña." +"Este nodo está configurado en modo centralizado. Vaya a la Metaconsola para respetar la " +"contraseña." #: ../../general/login_page.php:571 msgid "Forbidden" @@ -60266,8 +58461,8 @@ msgid "" "This user does not have access on node, please enable node access on this user from " "metaconsole." msgstr "" -"Este usuario no tiene acceso en el nodo, habilite el acceso al nodo en este usuario " -"desde la metaconsola." +"Este usuario no tiene acceso en el nodo, habilite el acceso al nodo en este usuario desde la " +"metaconsola." #: ../../general/login_page.php:720 ../../general/login_page.php:722 #, php-format @@ -60276,15 +58471,15 @@ msgstr "Problema con la base de datos de %s" #: ../../general/login_page.php:726 msgid "" -"Cannot connect to the database, please check your database setup in the include/" -"config.php file.

\n" +"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 con la base de datos, comprueba la configuración de su base de " -"datos en el archivo include/config.php.

\n" -"\t\tProbablemente, los valores de la base de datos, nombre del host, usuario o " -"contraseña son incorrectos o\n" +"No se pudo conectar con la base de datos, comprueba la configuración de su base de datos en " +"el archivo include/config.php.

\n" +"\t\tProbablemente, los valores de la base de datos, nombre del host, usuario o contraseña " +"son incorrectos o\n" "\t\t el servidor de la base de datos no está activo." #: ../../general/login_page.php:731 @@ -60294,15 +58489,13 @@ msgstr "ERROR de la BD" #: ../../general/login_page.php:737 #, php-format msgid "" -"If you have modified the auth system, the origin of this problem could be that %s " -"cannot override the authorization variables from the config database. Please remove " -"them from your database by executing:
DELETE FROM tconfig WHERE token = "
-"\"auth\";
" +"If you have modified the auth system, the origin of this problem could be that %s cannot " +"override the authorization variables from the config database. Please remove them from your " +"database by executing:
DELETE FROM tconfig WHERE token = \"auth\";
" msgstr "" -"Si ha modificado el sistema de permisos, el origen de este problema podría ser que " -"%s no puede saltarse las variables de permisos de la base de datos de configuración. " -"Elimínelas de la base de datos ejecutando:
DELETE FROM tconfig WHERE token = "
-"\"auth\";
" +"Si ha modificado el sistema de permisos, el origen de este problema podría ser que %s no " +"puede saltarse las variables de permisos de la base de datos de configuración. Elimínelas de " +"la base de datos ejecutando:
DELETE FROM tconfig WHERE token = \"auth\";
" #: ../../general/login_page.php:742 msgid "Empty configuration table" @@ -60311,25 +58504,22 @@ msgstr "Tabla de configuración vacía" #: ../../general/login_page.php:744 #, php-format msgid "" -"Cannot load configuration variables from database. Please check your database setup " -"in the\n" +"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

%s 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.
" +"\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

%s 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 puede añadir variables de configuración desde la base de datos. Revise la " "configuración de la base de datos en el\n" "\t\t\tinclude/config.php archivo.

\n" -"\t\t\tProbablemente el esquema de su base de datos se ha creado pero no contiene " -"datos, tiene un problema con los credenciales de acceso a la base de datos o su " -"esquema está desactualizado.\n" -"\t\t\t

%s La consola no ha podido encontrarinclude/config.php o este " -"archivo no tiene\n" +"\t\t\tProbablemente el esquema de su base de datos se ha creado pero no contiene datos, " +"tiene un problema con los credenciales de acceso a la base de datos o su esquema está " +"desactualizado.\n" +"\t\t\t

%s La consola no ha podido encontrarinclude/config.php o este archivo " +"no tiene\n" "\t\t\tpermisos válidos y el servidor HTTP no puede leerlo. Lea la documentación para " "solucionar el problema.
" @@ -60341,19 +58531,17 @@ msgstr "No se ha encontrado el archivo de configuración" #, php-format msgid "" "%s 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." +"\t\tpermissions and HTTP server cannot read it. Please read documentation to fix this " +"problem." msgstr "" -"La consola %s no ha podido encontrar include/config.php o este archivo no " -"tiene \n" +"La consola %s no ha podido encontrar include/config.php o este archivo no tiene \n" "\t\tpermisos válidos y el servidor HTTP no puede leerlo. Lea la documentación para " "solucionar el problema." #: ../../general/login_page.php:768 #, php-format msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" -"Puedes intentar ejecutar el %sasistente de instalación%s para crear uno." +msgstr "Puedes intentar ejecutar el %sasistente de instalación%s para crear uno." #: ../../general/login_page.php:772 msgid "Installer active" @@ -60362,12 +58550,11 @@ msgstr "Instalador activo" #: ../../general/login_page.php:774 #, php-format msgid "" -"For security reasons, normal operation is not possible until you delete installer " -"file.\n" +"For security reasons, normal operation is not possible until you delete installer file.\n" "\t\tPlease delete the ./install.php file before running %s Console." msgstr "" -"Por motivos de seguridad, el funcionamiento no es posible hasta que elimine el " -"archivo de instalador.\n" +"Por motivos de seguridad, el funcionamiento no es posible hasta que elimine el archivo de " +"instalador.\n" "\t\tBorre el archivo ./install.php antes de ejecutar la consola de %s." #: ../../general/login_page.php:781 @@ -60376,31 +58563,28 @@ msgstr "Permiso incorrecto para include/config.php" #: ../../general/login_page.php:783 msgid "" -"For security reasons, config.php must have restrictive permissions, and " -"\"other\" users\n" +"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." +"\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 motivos de seguridad, config.php ha de tener permisos restrictivos, y " -"\"otros\" usuarios\n" +"Por motivos de seguridad, config.php ha de tener permisos restrictivos, y \"otros\" " +"usuarios\n" "\t\t no deberían leerlo o editarlo. Debería escribirlo solo el propietario\n" -"\t\t (normalmente www-data o http daemon user), el funcionamiento normal no será " -"posible hasta que se cambien\n" -"\t\t los permisos para el archivo include/config.php. Por tu seguridad, " -"procede a cambiarlos." +"\t\t (normalmente www-data o http daemon user), el funcionamiento normal no será posible " +"hasta que se cambien\n" +"\t\t los permisos para el archivo include/config.php. Por tu seguridad, procede a " +"cambiarlos." #: ../../general/login_page.php:791 msgid "Bad defined homedir" msgstr "Homedir mal definida" #: ../../general/login_page.php:792 -msgid "" -"In the config.php file in the variable $config[\"homedir\"] = add the correct path" -msgstr "" -"En el archivo config.php en la variable $config[\"homedir\"] = añade la ruta correcta" +msgid "In the config.php file in the variable $config[\"homedir\"] = add the correct path" +msgstr "En el archivo config.php en la variable $config[\"homedir\"] = añade la ruta correcta" #: ../../general/login_page.php:796 msgid "Bad defined homeurl or homeurl_static" @@ -60408,11 +58592,11 @@ msgstr "Homeurl o homeurl_static mal definida" #: ../../general/login_page.php:797 msgid "" -"In the config.php file in the variable $config[\"homeurl\"] or " -"$config[\"homeurl_static\"] = add the correct path" +"In the config.php file in the variable $config[\"homeurl\"] or $config[\"homeurl_static\"] = " +"add the correct path" msgstr "" -"En el archivo config.php en la variable $config[\"homeurl\"] o " -"$config[\"homeurl_static\"] = añade la ruta correcta" +"En el archivo config.php en la variable $config[\"homeurl\"] o $config[\"homeurl_static\"] = " +"añade la ruta correcta" #: ../../general/pandora_help.php:23 #, php-format @@ -60426,8 +58610,8 @@ msgstr "Error del sistema de ayuda" #: ../../general/pandora_help.php:77 #, php-format msgid "" -"%s help system has been called with a help reference that currently don't exist. " -"There is no help content to show." +"%s 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 %s se ha solicitado con una petición de ayuda que no existe " "actualmente. No hay contenido de ayuda a mostrar." @@ -60436,66 +58620,62 @@ msgstr "" #~ msgstr "Tareas de informe" #~ msgid "To schedule a report, do it from the editing view of each report." -#~ msgstr "" -#~ "Para programar un informe, hágalo desde la vista de edición de cada informe." +#~ msgstr "Para programar un informe, hágalo desde la vista de edición de cada informe." #, php-format #~ msgid "" -#~ "Error in %s: name and/or group is not specified or does not have a valid format. " -#~ "Skipping service creation" +#~ "Error in %s: name and/or group is not specified or does not have a valid format. Skipping " +#~ "service creation" #~ msgstr "" -#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato " -#~ "válido. Omitiendo creación de servicios" +#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato válido. " +#~ "Omitiendo creación de servicios" #, php-format #~ msgid "" -#~ "Error in %s: the specified services agent does not exist in the system: %s. " +#~ "Error in %s: the specified services agent does not exist in the system: %s. Skipping " +#~ "service creation" +#~ msgstr "" +#~ "Error en %s: el agente de servicios especializado no existe en el sistema %s. Omitiendo " +#~ "creación del servicio" + +#, php-format +#~ msgid "" +#~ "Error in %s: the specified group does not exist in the system and could not be created. " #~ "Skipping service creation" #~ msgstr "" -#~ "Error en %s: el agente de servicios especializado no existe en el sistema %s. " +#~ "Error en %s: el grupo especificado no existe en el sistema y no se ha podido crear. " #~ "Omitiendo creación del servicio" -#, php-format -#~ msgid "" -#~ "Error in %s: the specified group does not exist in the system and could not be " -#~ "created. Skipping service creation" -#~ msgstr "" -#~ "Error en %s: el grupo especificado no existe en el sistema y no se ha podido " -#~ "crear. Omitiendo creación del servicio" - #, php-format #~ msgid "Uncaught error (source %s): could not create service %s" #~ msgstr "Error no identificado (fuente %s): no se ha podido crear el servicio %s" #, php-format #~ msgid "Uncaught error (source %s): could not create service module %s" -#~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el módulo del servicio %s" +#~ msgstr "Error no identificado (fuente %s): no se ha podido crear el módulo del servicio %s" #, php-format #~ msgid "Uncaught error (source %s): could not create service SLA module %s" -#~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el módulo del SLA %s" +#~ msgstr "Error no identificado (fuente %s): no se ha podido crear el módulo del SLA %s" #, php-format #~ msgid "Uncaught error (source %s): could not create service SLA value module %s" #~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el valor del módulo del " -#~ "SLA %s" +#~ "Error no identificado (fuente %s): no se ha podido crear el valor del módulo del SLA %s" #, php-format #~ msgid "" -#~ "Error in %s: all service items must have the following required fields: type. " -#~ "Skipping creation of item with index %d" +#~ "Error in %s: all service items must have the following required fields: type. Skipping " +#~ "creation of item with index %d" #~ msgstr "" #~ "Error en %s: todos los elementos de servicio deben tener los siguientes campos " #~ "obligatorios: tipo. Omitiendo creación del elemento con índice %d" #, php-format #~ msgid "" -#~ "Error in %s: the specified type of service item is not valid. All service items " -#~ "must have one of the following types: agent, module, dynamic, service. Skipping " -#~ "creation of item with index %d" +#~ "Error in %s: the specified type of service item is not valid. All service items must have " +#~ "one of the following types: agent, module, dynamic, service. Skipping creation of item " +#~ "with index %d" #~ msgstr "" #~ "Error en %s: el tipo especificado de elemento de servicio no es válido. Todos los " #~ "elementos de servicio deben contener uno de los siguientes tipos: agente, módulo, " @@ -60503,75 +58683,73 @@ msgstr "" #, php-format #~ msgid "" -#~ "Error in %s: the specified agent does not exist in the system: %s. Skipping " -#~ "creation of item with index %d" +#~ "Error in %s: the specified agent does not exist in the system: %s. Skipping creation of " +#~ "item with index %d" #~ msgstr "" -#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo " -#~ "creación del elemento con índice %d" +#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo creación del " +#~ "elemento con índice %d" #, php-format #~ msgid "" -#~ "Error in %s: the specified agent module does not exist in the system: %s. " -#~ "Skipping creation of item with index %d" +#~ "Error in %s: the specified agent module does not exist in the system: %s. Skipping " +#~ "creation of item with index %d" #~ msgstr "" -#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo " -#~ "creación del elemento con índice %d" +#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo creación del " +#~ "elemento con índice %d" #, php-format #~ msgid "" -#~ "Error in %s: the specified service does not exist in the system: %s. Skipping " -#~ "creation of item with index %d" +#~ "Error in %s: the specified service does not exist in the system: %s. Skipping creation of " +#~ "item with index %d" #~ msgstr "" -#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo " -#~ "creación del elemento con índice %d" +#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo creación del " +#~ "elemento con índice %d" #, php-format #~ msgid "Uncaught error (source %s): could not create service item with index %d" -#~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el módulo con índice %d" +#~ msgstr "Error no identificado (fuente %s): no se ha podido crear el módulo con índice %d" #, php-format #~ msgid "" -#~ "Error in %s: name and/or group is not specified or does not have a valid format. " -#~ "Skipping network map creation" +#~ "Error in %s: name and/or group is not specified or does not have a valid format. Skipping " +#~ "network map creation" #~ msgstr "" -#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato " -#~ "válido. Omitiendo creación de servicios" +#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato válido. " +#~ "Omitiendo creación de servicios" #, php-format #~ msgid "Uncaught error (source %s): could not create network map %s" -#~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el módulo del SLA %s" +#~ msgstr "Error no identificado (fuente %s): no se ha podido crear el módulo del SLA %s" #, php-format #~ msgid "" -#~ "Error in %s: all network map items must have the following required fields: " -#~ "agent_name. Skipping creation of item with index %d" +#~ "Error in %s: all network map items must have the following required fields: agent_name. " +#~ "Skipping creation of item with index %d" #~ msgstr "" -#~ "Error en %s: todos los elementos del mapa de red deben tener los siguientes " -#~ "campos obligatorios: agent_name. Omitiendo creación del elemento con índice %d" +#~ "Error en %s: todos los elementos del mapa de red deben tener los siguientes campos " +#~ "obligatorios: agent_name. Omitiendo creación del elemento con índice %d" #, php-format #~ msgid "Uncaught error (source %s): could not create network map item with index %d" #~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el elemento del mapa de " -#~ "red con índice %d" +#~ "Error no identificado (fuente %s): no se ha podido crear el elemento del mapa de red con " +#~ "índice %d" #, php-format #~ msgid "" -#~ "Error in %s: name and/or group is not specified or does not have a valid format. " +#~ "Error in %s: name and/or group is not specified or does not have a valid format. Skipping " +#~ "GIS map creation" +#~ msgstr "" +#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato válido. " +#~ "Omitiendo creación de mapa GIS" + +#, php-format +#~ msgid "" +#~ "Error in %s: the specified group does not exist in the system and could not be created. " #~ "Skipping GIS map creation" #~ msgstr "" -#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato " -#~ "válido. Omitiendo creación de mapa GIS" - -#, php-format -#~ msgid "" -#~ "Error in %s: the specified group does not exist in the system and could not be " -#~ "created. Skipping GIS map creation" -#~ msgstr "" -#~ "Error en %s: el grupo especificado no existe en el sistema y no se ha podido " -#~ "crear. Omitiendo creación del mapa GIS" +#~ "Error en %s: el grupo especificado no existe en el sistema y no se ha podido crear. " +#~ "Omitiendo creación del mapa GIS" #, php-format #~ msgid "Uncaught error (source %s): could not create GIS map %s" @@ -60580,23 +58758,22 @@ msgstr "" #, php-format #~ msgid "Uncaught error (source %s): could not create GIS map item with index %d" #~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el elemento del mapa GIS " -#~ "con índice %d" +#~ "Error no identificado (fuente %s): no se ha podido crear el elemento del mapa GIS con " +#~ "índice %d" #, php-format #~ msgid "Uncaught error (source %s): could not create custom graph %s" #~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear la gráfica personalizada " -#~ "%s" +#~ "Error no identificado (fuente %s): no se ha podido crear la gráfica personalizada %s" #, php-format #~ msgid "" -#~ "Error in %s: one or more required fields (agent_name, module) were not found for " -#~ "custom graph item with index %d. Skipping creation of item with index %d" +#~ "Error in %s: one or more required fields (agent_name, module) were not found for custom " +#~ "graph item with index %d. Skipping creation of item with index %d" #~ msgstr "" -#~ "Error en %s: no se han encontrado uno o más de los campos obligatorios " -#~ "(agent_name, módulo) para el elemento de la gráfica personalizada con índice %d. " -#~ "Omitiendo creación del elemento con índice %d" +#~ "Error en %s: no se han encontrado uno o más de los campos obligatorios (agent_name, " +#~ "módulo) para el elemento de la gráfica personalizada con índice %d. Omitiendo creación " +#~ "del elemento con índice %d" #, php-format #~ msgid "Uncaught error (source %s): could not create custom graph item with index %d" @@ -60606,100 +58783,95 @@ msgstr "" #, php-format #~ msgid "" -#~ "Error in %s: name and/or group is not specified or does not have a valid format. " -#~ "Skipping custom report creation" +#~ "Error in %s: name and/or group is not specified or does not have a valid format. Skipping " +#~ "custom report creation" #~ msgstr "" -#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato " -#~ "válido. Omitiendo creación de informe personalizado" +#~ "Error en %s: el nombre y/o alias no está especificado o no tiene un formato válido. " +#~ "Omitiendo creación de informe personalizado" #, php-format #~ msgid "Uncaught error (source %s): could not create custom report %s" #~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear el informe personalizada " -#~ "%s" +#~ "Error no identificado (fuente %s): no se ha podido crear el informe personalizada %s" #, php-format #~ msgid "" -#~ "Error in %s: all custom report items must have the following required fields: " -#~ "name, type. Skipping creation of item with index %d" -#~ msgstr "" -#~ "Error en %s: todos los elementos del informe personalizado deben tener los " -#~ "siguientes campos obligatorios: nombre, tipo. Omitiendo creación del elemento con " -#~ "índice %d" - -#, php-format -#~ msgid "" -#~ "Error in %s: the specified custom graph does not exist in the system: %s. " +#~ "Error in %s: all custom report items must have the following required fields: name, type. " #~ "Skipping creation of item with index %d" #~ msgstr "" -#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo " -#~ "creación del elemento con índice %d" +#~ "Error en %s: todos los elementos del informe personalizado deben tener los siguientes " +#~ "campos obligatorios: nombre, tipo. Omitiendo creación del elemento con índice %d" #, php-format #~ msgid "" -#~ "Uncaught error (source %s): could not create custom report item with index %d" +#~ "Error in %s: the specified custom graph does not exist in the system: %s. Skipping " +#~ "creation of item with index %d" +#~ msgstr "" +#~ "Error en %s: el agente especificado no existe en el sistema: %s. Omitiendo creación del " +#~ "elemento con índice %d" + +#, php-format +#~ msgid "Uncaught error (source %s): could not create custom report item with index %d" #~ msgstr "" #~ "Error no identificado (fuente %s): no se ha podido crear el elemento del informe " #~ "personalizado con índice %d" #, php-format #~ msgid "" -#~ "Error in %s: name and/or group is not specified or does not have a valid format. " -#~ "Skipping visual console creation" +#~ "Error in %s: name and/or group is not specified or does not have a valid format. Skipping " +#~ "visual console creation" #~ msgstr "" -#~ "Error en %s: el nombre y/o grupo no está especificado o no tiene un formato " -#~ "válido. Omitiendo creación de consola visual" +#~ "Error en %s: el nombre y/o grupo no está especificado o no tiene un formato válido. " +#~ "Omitiendo creación de consola visual" #, php-format #~ msgid "" -#~ "Error in %s: the specified group does not exist in the system and could not be " -#~ "created. Skipping visual console creation" +#~ "Error in %s: the specified group does not exist in the system and could not be created. " +#~ "Skipping visual console creation" #~ msgstr "" -#~ "Error en %s: el grupo especificado no existe en el sistema y no se ha podido " -#~ "crear. Omitiendo creación de consola visual" +#~ "Error en %s: el grupo especificado no existe en el sistema y no se ha podido crear. " +#~ "Omitiendo creación de consola visual" #, php-format #~ msgid "Uncaught error (source %s): could not create visual console %s" -#~ msgstr "" -#~ "Error no identificado (fuente %s): no se ha podido crear la consola visual %s" +#~ msgstr "Error no identificado (fuente %s): no se ha podido crear la consola visual %s" #, php-format #~ msgid "" -#~ "Error in %s: all visual console items must have the following required fields: " -#~ "type. Skipping creation of item with index %d" -#~ msgstr "" -#~ "Error en %s: todos los elementos de la consola visual deben tener los siguientes " -#~ "campos obligatorios: tipo. Omitiendo creación del elemento con índice %d" - -#, php-format -#~ msgid "" -#~ "Error in %s: the specified type is not a valid one. It must be one of the " -#~ "following values: static_image, module_graph, custom_graph, value, label, icon. " +#~ "Error in %s: all visual console items must have the following required fields: type. " #~ "Skipping creation of item with index %d" #~ msgstr "" -#~ "Error en %s: el tipo especificado no es válido. Debe contener uno de los " -#~ "siguientes valores: static_image, module_graph, custom_graph, valor, etiqueta, " -#~ "icono. Omitiendo creación del elemento con índice %d" +#~ "Error en %s: todos los elementos de la consola visual deben tener los siguientes campos " +#~ "obligatorios: tipo. Omitiendo creación del elemento con índice %d" #, php-format #~ msgid "" -#~ "Error in %s: image field must be specified for static image item type. Skipping " -#~ "creation of item with index %d" -#~ msgstr "" -#~ "Error en %s: el campo de imagen debe especificarse para el tipo de elemento de " -#~ "imagen estática. Omitiendo creación del elemento con índice %d" - -#, php-format -#~ msgid "" -#~ "Error in %s: image field must be specified for icon item type. Skipping creation " +#~ "Error in %s: the specified type is not a valid one. It must be one of the following " +#~ "values: static_image, module_graph, custom_graph, value, label, icon. Skipping creation " #~ "of item with index %d" #~ msgstr "" -#~ "Error en %s: el campo de imagen debe especificarse para el tipo de elemento de " -#~ "icono. Omitiendo creación del elemento con índice %d" +#~ "Error en %s: el tipo especificado no es válido. Debe contener uno de los siguientes " +#~ "valores: static_image, module_graph, custom_graph, valor, etiqueta, icono. Omitiendo " +#~ "creación del elemento con índice %d" #, php-format #~ msgid "" -#~ "Uncaught error (source %s): could not create visual console item with index %d" +#~ "Error in %s: image field must be specified for static image item type. Skipping creation " +#~ "of item with index %d" +#~ msgstr "" +#~ "Error en %s: el campo de imagen debe especificarse para el tipo de elemento de imagen " +#~ "estática. Omitiendo creación del elemento con índice %d" + +#, php-format +#~ msgid "" +#~ "Error in %s: image field must be specified for icon item type. Skipping creation of item " +#~ "with index %d" +#~ msgstr "" +#~ "Error en %s: el campo de imagen debe especificarse para el tipo de elemento de icono. " +#~ "Omitiendo creación del elemento con índice %d" + +#, php-format +#~ msgid "Uncaught error (source %s): could not create visual console item with index %d" #~ msgstr "" #~ "Error no identificado (fuente %s): no se ha podido crear el elemento del informe " #~ "personalizado con índice %d" @@ -60733,14 +58905,12 @@ msgstr "" #, 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." +#~ msgstr "Error al crear el informe '%s'. El nombre ya existe y no hay nombres disponibles." #, 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." +#~ "Advertencia al crear el informe '%s'. El nombre ya existe y el informe tiene el nombre %s." #~ msgid "Error the report haven't name." #~ msgstr "Error, el informe no tiene nombre" @@ -60775,14 +58945,13 @@ msgstr "" #, 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." +#~ "Error al crear el mapa visual '%s'. El nombre ya existe y no hay nombres disponibles." #, 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." +#~ "Advertencia al crear el mapa visual '%s'. El nombre ya existe y el informe tiene el " +#~ "nombre %s." #, php-format #~ msgid "Success create '%s' visual map." @@ -60821,9 +58990,7 @@ msgstr "" #, php-format #~ msgid "This node is configured with centralized mode. Go to %s to create a policy." -#~ msgstr "" -#~ "Este nodo está configurado en modo centralizado. Vaya a %s para crear una " -#~ "política." +#~ msgstr "Este nodo está configurado en modo centralizado. Vaya a %s para crear una política." #~ msgid "This extension makes registering resource templates easier." #~ msgstr "Esta extensión facilita el registro de plantillas de recursos." @@ -60833,11 +59000,11 @@ msgstr "" #, php-format #~ msgid "" -#~ "Please refer to our documentation for more information on how to obtain and use " -#~ "%s resources." +#~ "Please refer to our documentation for more information on how to obtain and use %s " +#~ "resources." #~ msgstr "" -#~ "Diríjase a nuestra documentación para encontrar más información sobre como " -#~ "obtener y usar los recursos de %s." +#~ "Diríjase a nuestra documentación para encontrar más información sobre como obtener y usar " +#~ "los recursos de %s." #~ msgid "" #~ "You can get more resurces in our " -#~ "here to start the registration process" +#~ "Click here " +#~ "to start the registration process" #~ msgstr "" -#~ "Haga click en aquí para comenzar el proceso de registro" +#~ "Haga click en aquí para comenzar el proceso de registro" #~ msgid "Cannot " #~ msgstr "No puede " @@ -62430,13 +60581,11 @@ msgstr "" #~ msgstr "Ha ocurrido un error mientras se migraban paradas planificadas mal formadas" #~ msgid "Please run the migration again or contact with the administrator" -#~ msgstr "" -#~ "Por favor, ejecuta el script de migración de nuevo o contacta con el administrador" +#~ msgstr "Por favor, ejecuta el script de migración de nuevo o contacta con el administrador" #~ msgid "Agents cannot be updated (maybe there was no field to update)" #~ msgstr "" -#~ "Los agentes no se pueden actualizar (puede que no hubiera ningún campo para " -#~ "actualizar)." +#~ "Los agentes no se pueden actualizar (puede que no hubiera ningún campo para actualizar)." #~ msgid "unique_ip" #~ msgstr "unique_ip" @@ -62498,11 +60647,11 @@ msgstr "" #~ msgstr "Rango" #~ msgid "" -#~ "Add those networks from the top selector that belong to the range specified " -#~ "herein. (e.g.: 192.168.30.0/24)" +#~ "Add those networks from the top selector that belong to the range specified herein. (e." +#~ "g.: 192.168.30.0/24)" #~ msgstr "" -#~ "Agregue aquellas redes del selector superior que pertenezcan al rango " -#~ "especificado aquí. (por ejemplo: 192.168.30.0/24)" +#~ "Agregue aquellas redes del selector superior que pertenezcan al rango especificado aquí. " +#~ "(por ejemplo: 192.168.30.0/24)" #~ msgid "all networks selected" #~ msgstr "Todas las redes seleccionadas" @@ -62539,12 +60688,10 @@ msgstr "" #~ msgid "Minor release rejected. Changes will not apply." #~ msgstr "Actualización menor rechazada. No se aplicarán los cambios." -#~ msgid "" -#~ "Minor release rejected. The database will not be updated and the package will " -#~ "apply." +#~ msgid "Minor release rejected. The database will not be updated and the package will apply." #~ msgstr "" -#~ "Actualización menor rechazada. La base de datos no se actualizará y el paquete no " -#~ "se aplicará." +#~ "Actualización menor rechazada. La base de datos no se actualizará y el paquete no se " +#~ "aplicará." #~ msgid "Database successfully updated" #~ msgstr "Base de datos actualizada correctamente" @@ -62560,18 +60707,17 @@ msgstr "" #~ msgid "Database MR version is inconsistent, do you want to apply the package?" #~ msgstr "" -#~ "La actualización menor de la base de datos es inconsistente, ¿quieres aplicar el " -#~ "paquete?" +#~ "La actualización menor de la base de datos es inconsistente, ¿quieres aplicar el paquete?" #~ msgid "There are db changes" #~ msgstr "Hay cambios en la BD" #~ msgid "" -#~ "There are new database changes available to apply. Do you want to start the DB " -#~ "update process?" +#~ "There are new database changes available to apply. Do you want to start the DB update " +#~ "process?" #~ msgstr "" -#~ "Hay nuevos cambios disponibles para aplicar a la base de datos. ¿Quieres comenzar " -#~ "el proceso de actualización de la BD?" +#~ "Hay nuevos cambios disponibles para aplicar a la base de datos. ¿Quieres comenzar el " +#~ "proceso de actualización de la BD?" #~ msgid "We recommend launching " #~ msgstr "Se recomienda lanzar " @@ -62579,11 +60725,10 @@ msgstr "" #~ msgid "There is a new update available" #~ msgstr "Hay una nueva actualización disponible" -#~ msgid "" -#~ "There is a new update available to apply. Do you want to start the update process?" +#~ msgid "There is a new update available to apply. Do you want to start the update process?" #~ msgstr "" -#~ "Hay una nueva actualización disponible para aplicar. ¿Quieres comenzar el proceso " -#~ "de actualización?" +#~ "Hay una nueva actualización disponible para aplicar. ¿Quieres comenzar el proceso de " +#~ "actualización?" #~ msgid "Applying DB MR" #~ msgstr "Aplicando actualización menor a la base de datos" @@ -62631,11 +60776,11 @@ msgstr "" #, php-format #~ msgid "" -#~ "This policy exist in node %s with other name (%s). Change the name to '%s' to " -#~ "apply the policy." +#~ "This policy exist in node %s with other name (%s). Change the name to '%s' to apply the " +#~ "policy." #~ msgstr "" -#~ "Esta política existe en el nodo %s con otro nombre (%s). Cambie el nombre a '%s' " -#~ "para aplicar la política." +#~ "Esta política existe en el nodo %s con otro nombre (%s). Cambie el nombre a '%s' para " +#~ "aplicar la política." #~ msgid "Custom logo (header)" #~ msgstr "Logo personalizado (cabecera)" @@ -62658,13 +60803,11 @@ msgstr "" #~ msgid "Prior" #~ msgstr "Anterior" -#~ msgid "" -#~ "Lapses of time in which the period is divided to make more precise calculations\n" +#~ msgid "Lapses of time in which the period is divided to make more precise calculations\n" #~ msgstr "Tiempos en los que el período se divide para hacer cálculos más precisos.\n" #~ msgid "Please save the SLA for start to add items in this list." -#~ msgstr "" -#~ "Por favor, guarda primero el SLA antes de intentar añadir elementos al mismo." +#~ msgstr "Por favor, guarda primero el SLA antes de intentar añadir elementos al mismo." #~ msgid "Could not be created, it already exists" #~ msgstr "No se ha podido crear, ya existe" @@ -62745,27 +60888,25 @@ msgstr "" #, php-format #~ msgid "" -#~ "There are groups that not exist in node. The followings elements groups/profiles/" -#~ "user profiles were created/updated sucessfully (%d/%d/%d)" +#~ "There are groups that not exist in node. The followings elements groups/profiles/user " +#~ "profiles were created/updated sucessfully (%d/%d/%d)" #~ msgstr "" #~ "Hay grupos que no existen en el nodo. Los siguientes grupos de elementos/perfiles/" #~ "perfiles de usuario se crearon/actualizaron correctamente (%d/%d/%d)." #, php-format #~ msgid "" -#~ "Error creating/updating the followings elements groups/profiles/user profiles (%d/" -#~ "%d/%d)" +#~ "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)" +#~ "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)" +#~ "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)." +#~ "Los perfiles de los siguientes elementos grupos/perfiles/usuarios han sido actualizados " +#~ "correctamente (%d/%d/%d)." #~ msgid "Synchronizing Users" #~ msgstr "Sincronizar usuarios" @@ -62776,19 +60917,16 @@ msgstr "" #~ msgid "Profile synchronization mode." #~ msgstr "Modo de perfil de sincronización" -#~ msgid "" -#~ "The selected user profile will be added to the selected users into the target" +#~ 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" +#~ "El perfil de usuario seleccionado se añadirá a los usuarios seleccionados en el objetivo" #~ msgid "Copy profile" #~ msgstr "Copiar perfil" #~ 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." +#~ "Los perfiles de usuario de destino se reemplazarán con los perfiles de usuario de origen." #~ msgid "Create groups if not exist" #~ msgstr "Crear grupos si no existen" @@ -62882,23 +61020,23 @@ msgstr "" #~ msgstr "Sincronizando SO" #~ msgid "" -#~ "The previous configuration of collections has been imported from the nodes. " -#~ "Please check that the definitions are correct." +#~ "The previous configuration of collections has been imported from the nodes. Please check " +#~ "that the definitions are correct." #~ msgstr "" -#~ "La configuración previa de las colecciones se ha importado desde los nodos. " -#~ "Compruebe que las definiciones son correctas." +#~ "La configuración previa de las colecciones se ha importado desde los nodos. Compruebe que " +#~ "las definiciones son correctas." #~ msgid "Note:" #~ msgstr "Nota:" #~ msgid "" #~ "These definitions will not be operational until you manually \n" -#~ " copy the files from the nodes to the atachment/collection/ directory of the " -#~ "meta console." +#~ " copy the files from the nodes to the atachment/collection/ directory of the meta " +#~ "console." #~ msgstr "" #~ "Estas definiciones no estarán operativas hasta que \n" -#~ " copie manualmente los archivos desde los nodos al directorio atachment/" -#~ "collection/ de la Metaconsola." +#~ " copie manualmente los archivos desde los nodos al directorio atachment/collection/ de " +#~ "la Metaconsola." #~ msgid "Deleted collection to the nodes" #~ msgstr "Colección eliminada de los nodos" @@ -62938,8 +61076,8 @@ msgstr "" #, php-format #~ msgid "Exceeded max. number (%d) of agents added to policy concurrently (%d added)" #~ msgstr "" -#~ "Ha superado el número máx. (%d) de agentes añadidos a una política " -#~ "simultáneamente (%d añadidos)" +#~ "Ha superado el número máx. (%d) de agentes añadidos a una política simultáneamente (%d " +#~ "añadidos)" #~ msgid "Successfully deleted from delete pending agents" #~ msgstr "Eliminado correctamente de los agentes pendientes de eliminación" @@ -62975,11 +61113,11 @@ msgstr "" #~ msgstr "Por favor, léelo." #~ msgid "" -#~ "Since the alert can have multiple actions. You can edit them from the alert list " -#~ "of events." +#~ "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, tienes que editarlas desde " -#~ "la lista de alertas de eventos." +#~ "Debido a que la alerta puede tener múltiples acciones, tienes que editarlas desde la " +#~ "lista de alertas de eventos." #~ msgid "Error processing action" #~ msgstr "Error al procesar la acción" @@ -62997,11 +61135,9 @@ msgstr "" #~ msgstr "Reglas de eventos" #~ msgid "" -#~ "This view will be removed in a future version. Please use \"Alert correlation\" " -#~ "instead." +#~ "This view will be removed in a future version. Please use \"Alert correlation\" instead." #~ msgstr "" -#~ "Esta vista se eliminará en una versión futura. Use \"Correlación de alertas\" en " -#~ "su lugar." +#~ "Esta vista se eliminará en una versión futura. Use \"Correlación de alertas\" en su lugar." #~ msgid "Error creating rule" #~ msgstr "Error al crear la regla" @@ -63067,27 +61203,26 @@ msgstr "" #, php-format #~ msgid "" -#~ "There are groups that not exist in node. The followings elements groups/profiles/" -#~ "user profiles were created/updated sucessfully (%d/%d/%d) " +#~ "There are groups that not exist in node. The followings elements groups/profiles/user " +#~ "profiles were created/updated sucessfully (%d/%d/%d) " #~ msgstr "" -#~ "Hay grupos que no existen en el nodo. Los siguientes elementos grupos/perfiles/" -#~ "perfiles de usuario se han creado/actualizado correctamente (%d/%d/%d) " +#~ "Hay grupos que no existen en el nodo. Los siguientes elementos grupos/perfiles/perfiles " +#~ "de usuario se han creado/actualizado correctamente (%d/%d/%d) " #, php-format #~ msgid "" -#~ "Error creating/updating the followings elements groups/profiles/user profiles (%d/" -#~ "%d/%d) " +#~ "Error creating/updating the followings elements groups/profiles/user profiles (%d/%d/%d) " #~ msgstr "" -#~ "Error al crear/actualizar los siguientes elementos grupos/perfiles/perfiles de " -#~ "usuario (%d/%d/%d) " +#~ "Error al crear/actualizar los siguientes elementos grupos/perfiles/perfiles de usuario " +#~ "(%d/%d/%d) " #, php-format #~ msgid "" -#~ "The followings elements groups/profiles/user profiles were created/updated " -#~ "sucessfully (%d/%d/%d) " +#~ "The followings elements groups/profiles/user profiles were created/updated sucessfully " +#~ "(%d/%d/%d) " #~ msgstr "" -#~ "Los siguientes elementos grupos/perfiles/perfiles de usuario se han creado/" -#~ "actualizado correctamente (%d/%d/%d) " +#~ "Los siguientes elementos grupos/perfiles/perfiles de usuario se han creado/actualizado " +#~ "correctamente (%d/%d/%d) " #, php-format #~ msgid "Error syncronizing the agents to node %s." @@ -63134,47 +61269,43 @@ msgstr "" #~ "This node is configured with centralized mode. This page is for read only. Go to " #~ "metaconsole to manage the component groups." #~ msgstr "" -#~ "Este nodo se configura en modo centralizado. Esta página es solo de lectura. Vaya " -#~ "a la metaconsola para gestionar los grupos de componentes" +#~ "Este nodo se configura en modo centralizado. Esta página es solo de lectura. Vaya a la " +#~ "metaconsola para gestionar los grupos de componentes" #~ 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. " +#~ "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. " +#~ "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. " #, php-format #~ msgid "" -#~ "Your PHP has set memory limit in %s. To use Update Manager Online, please set it " -#~ "to %s" +#~ "Your PHP has set memory limit in %s. To use Update Manager Online, please set it to %s" #~ msgstr "" #~ "PHP ha fijado el límite de memoria en %s. Para utilizar Update Manager Online, " #~ "configúrelo a %s." #, php-format #~ msgid "" -#~ "Your PHP has post_max_size limited to %s. To use Update Manager Online, please " -#~ "set it to %s" +#~ "Your PHP has post_max_size limited to %s. To use Update Manager Online, please set it to " +#~ "%s" #~ msgstr "" -#~ "PHP tiene post_max_size limitado a %s. Para usar Update Manager Online, " -#~ "configúrelo a %s." +#~ "PHP tiene post_max_size limitado a %s. Para usar Update Manager Online, configúrelo a %s." #, php-format #~ msgid "" -#~ "Your PHP has set maximum allowed size for uploaded files limit in %s. To use " -#~ "Update Manager Online, please set it to %s" +#~ "Your PHP has set maximum allowed size for uploaded files limit in %s. To use Update " +#~ "Manager Online, please set it to %s" #~ msgstr "" -#~ "PHP ha establecido un límite de tamaño máximo para los archivos subidos en %s. " -#~ "Para usar Update Manager Online, configúrelo a %s." +#~ "PHP ha establecido un límite de tamaño máximo para los archivos subidos en %s. Para usar " +#~ "Update Manager Online, configúrelo a %s." #~ msgid "The license has expired. Please contact Artica at info@artica.es" -#~ msgstr "" -#~ "La licencia ha caducado. Póngase en contacto con Ártica a través de info@artica.es" +#~ msgstr "La licencia ha caducado. Póngase en contacto con Ártica a través de info@artica.es" #~ msgid "Checking for the newest package." #~ msgstr "Buscando el paquete más reciente" @@ -63214,16 +61345,16 @@ msgstr "" #~ msgstr "No hay ninguna parada planificada" #~ msgid "" -#~ "The previous configuration of plugins has been imported from the nodes. Please " -#~ "check that the definitions are correct." +#~ "The previous configuration of plugins has been imported from the nodes. Please check that " +#~ "the definitions are correct." #~ msgstr "" -#~ "Se ha importado la configuración previa de los plugins de los nodos. Compruebe " -#~ "que las definiciones son correctas." +#~ "Se ha importado la configuración previa de los plugins de los nodos. Compruebe que las " +#~ "definiciones son correctas." #~ msgid "" #~ "These definitions will not be operational until you manually \n" -#~ " \t\t\tcopy the files from the nodes to the atachment/plugin/ directory of the " -#~ "meta console." +#~ " \t\t\tcopy the files from the nodes to the atachment/plugin/ directory of the meta " +#~ "console." #~ msgstr "" #~ "Estas definiciones no estarán operativas hasta que \n" #~ " \t\t\tcopie los archivos de los nodos al directorio atachment/plugin/ de la " @@ -63280,15 +61411,14 @@ msgstr "" #~ msgid "An error occurred while updating the database schema to the minor release " #~ msgstr "" -#~ "Ocurrió un error menor al actualizar el esquema de la base de datos a la " -#~ "actualización menor " +#~ "Ocurrió un error menor al actualizar el esquema de la base de datos a la actualización " +#~ "menor " #~ msgid "The directory " #~ msgstr "El directorio " #~ msgid " should have read permissions in order to update the database schema" -#~ msgstr "" -#~ " debería tener permisos de lectura para actualizar el esquema de la base de datos" +#~ msgstr " debería tener permisos de lectura para actualizar el esquema de la base de datos" #~ msgid "Fail the group synchronizing" #~ msgstr "Error al sincronizar los grupos" @@ -63336,16 +61466,15 @@ msgstr "" #, php-format #~ msgid "" -#~ "By subscribing to the newsletter, you accept that your email will be transferred " -#~ "to a database owned by %s. These data will be used only to provide you with " -#~ "information about %s and will not be given to third parties. You can unsubscribe " -#~ "from this database at any time from the newsletter subscription options." +#~ "By subscribing to the newsletter, you accept that your email will be transferred to a " +#~ "database owned by %s. These data will be used only to provide you with information about " +#~ "%s and will not be given to third parties. You can unsubscribe from this database at any " +#~ "time from the newsletter subscription options." #~ msgstr "" -#~ "Al suscribirse a la newsletter, acepta que su correo electrónico pase a formar " -#~ "parte de una base de datos propiedad de %s. Estos datos se usarán exclusivamente " -#~ "para proporcionarle información sobre %s y no se compartirán con terceros. Puede " -#~ "anular la suscripción en cualquier momento desde las opciones de suscripción de " -#~ "la newsletter." +#~ "Al suscribirse a la newsletter, acepta que su correo electrónico pase a formar parte de " +#~ "una base de datos propiedad de %s. Estos datos se usarán exclusivamente para " +#~ "proporcionarle información sobre %s y no se compartirán con terceros. Puede anular la " +#~ "suscripción en cualquier momento desde las opciones de suscripción de la newsletter." #~ msgid "Are you sure you don't want to subscribe?" #~ msgstr "¿Está seguro de que desea anular la suscripción?" @@ -63651,9 +61780,9 @@ msgstr "" #~ "In case you fill any Field 1, Field 2 or Field 3 above, those will replace the " #~ "corresponding fields of this associated \"Default action\"." #~ msgstr "" -#~ "En caso de que rellene alguno de los campos Field1,Field2 o Field3 de arriba, " -#~ "esos valores reemplazarán a los campos con el mismo nombre asociados a las " -#~ "Acciones aplicadas a la plantilla." +#~ "En caso de que rellene alguno de los campos Field1,Field2 o Field3 de arriba, esos " +#~ "valores reemplazarán a los campos con el mismo nombre asociados a las Acciones aplicadas " +#~ "a la plantilla." #~ msgid "Query SQL" #~ msgstr "Consulta SQL" @@ -63776,10 +61905,8 @@ msgstr "" #~ msgstr "Obtener datos de un agente" #~ 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)" +#~ "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)" #~ msgid "Deleting records for all agents" #~ msgstr "Borrando registros para el módulo" @@ -63797,8 +61924,7 @@ msgstr "" #~ msgstr "Obtener datos" #~ 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" +#~ msgstr "Pulse aquí para obtener los datos del agente especificado en la caja de selección" #, php-format #~ msgid "Information on agent %s in the database" @@ -63946,20 +62072,19 @@ msgstr "" #~ msgstr "Actualizar capa" #~ msgid "" -#~ "This extension can run as PHP script in a shell for extract more information, but " -#~ "it must be run as root or across sudo. For example: sudo php /var/www/" -#~ "pandora_console/extensions/system_info.php -d -s -c" +#~ "This extension can run as PHP script in a shell for extract more information, but it must " +#~ "be run as root or across sudo. For example: sudo php /var/www/pandora_console/" +#~ "extensions/system_info.php -d -s -c" #~ msgstr "" #~ "Esta extensión puede funcionar como un script PHP in una shell para extraer más " -#~ "información, pero debe ser lanzado como root o a través de sudo. Por ejemplo: " -#~ "sudo php /var/www/pandora_console/extensions/system_info.php -d -s -c" +#~ "información, pero debe ser lanzado como root o a través de sudo. Por ejemplo: sudo " +#~ "php /var/www/pandora_console/extensions/system_info.php -d -s -c" #~ msgid "" -#~ "This tool is used just to view your Pandora FMS system logfiles directly from " -#~ "console" +#~ "This tool is used just to view your Pandora FMS system logfiles directly from console" #~ msgstr "" -#~ "Esta herramienta se utiliza para ver los logfiles de sistema de Pandora FMS " -#~ "directamente desde la consola" +#~ "Esta herramienta se utiliza para ver los logfiles de sistema de Pandora FMS directamente " +#~ "desde la consola" #~ msgid "Pandora Diagnostic info" #~ msgstr "Información de diagnóstico de Pandora" @@ -63975,16 +62100,16 @@ msgstr "" #, php-format #~ msgid "" -#~ "This extension makes registration of server plugins more easy. Here you can " -#~ "upload a server plugin in Pandora FMS 3.x zipped format (.pspz). Please refer to " -#~ "documentation on how to obtain and use Pandora FMS Server Plugins.

You can " -#~ "get more plugins in our Public Resource Library" +#~ "This extension makes registration of server plugins more easy. Here you can upload a " +#~ "server plugin in Pandora FMS 3.x zipped format (.pspz). Please refer to documentation on " +#~ "how to obtain and use Pandora FMS Server Plugins.

You can get more plugins in our " +#~ "Public Resource Library" #~ msgstr "" -#~ "Esta extensión hace el registro de los plugins del servidor más fácil. Puedes " -#~ "descargar aqui un plugin del servidor en el formato zipp (.pspz) de Pandora FMS " -#~ "version 3x. Por favor, consulta la documentación acerca de como obtener y " -#~ "utilizar los plugins de servidor de Pandora FMS.

Puedes obtener más " -#~ "plugins en nuestroPublic Resource Library" +#~ "Esta extensión hace el registro de los plugins del servidor más fácil. Puedes descargar " +#~ "aqui un plugin del servidor en el formato zipp (.pspz) de Pandora FMS version 3x. Por " +#~ "favor, consulta la documentación acerca de como obtener y utilizar los plugins de " +#~ "servidor de Pandora FMS.

Puedes obtener más plugins en nuestroPublic " +#~ "Resource Library" #~ msgid "Traceroute to " #~ msgstr "Trazando ruta a " @@ -64089,50 +62214,46 @@ msgstr "" #~ msgstr "Error al actualizar el módulo SNMP. Id_module existe en el nuevo agente" #~ msgid "" -#~ "Error in creation SNMP module. snmp3_priv_method doesn't exists. Set it to 'AES' " -#~ "or 'DES'. " +#~ "Error in creation SNMP module. snmp3_priv_method doesn't exists. Set it to 'AES' or " +#~ "'DES'. " #~ msgstr "" -#~ "Error al crear módulo SNMP. El método snmp3_priv_method no existe. Cambie a 'AES' " -#~ "o 'DES'. " +#~ "Error al crear módulo SNMP. El método snmp3_priv_method no existe. Cambie a 'AES' o " +#~ "'DES'. " #~ msgid "" -#~ "Error in creation SNMP module. snmp3_auth_method doesn't exists. Set it to 'MD5' " -#~ "or 'SHA'. " -#~ msgstr "" -#~ "Error al crear módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o 'SHA'. " +#~ "Error in creation SNMP module. snmp3_auth_method doesn't exists. Set it to 'MD5' or " +#~ "'SHA'. " +#~ msgstr "Error al crear módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o 'SHA'. " #~ msgid "" -#~ "Error in creation SNMP module. snmp3_sec_level doesn't exists. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +#~ "Error in creation SNMP module. snmp3_sec_level doesn't exists. Set it to 'authNoPriv' or " +#~ "'authPriv' or 'noAuthNoPriv'. " #~ msgstr "" -#~ "Error al crear módulo SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' o " -#~ "'authPriv' o 'noAuthNoPriv'. " +#~ "Error al crear módulo SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' o 'authPriv' " +#~ "o 'noAuthNoPriv'. " #~ msgid "" -#~ "Error creating SNMP component. snmp3_sec_level doesn't exists. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +#~ "Error creating SNMP component. snmp3_sec_level doesn't exists. Set it to 'authNoPriv' or " +#~ "'authPriv' or 'noAuthNoPriv'. " #~ msgstr "" #~ "Error creando componente SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' o " #~ "'authPriv' o 'noAuthNoPriv'. " #~ msgid "" -#~ "Error creating SNMP component. snmp3_auth_method doesn't exists. Set it to 'MD5' " -#~ "or 'SHA'. " -#~ msgstr "" -#~ "Error creando componente SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o " +#~ "Error creating SNMP component. snmp3_auth_method doesn't exists. Set it to 'MD5' or " #~ "'SHA'. " +#~ msgstr "" +#~ "Error creando componente SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o 'SHA'. " #~ msgid "" -#~ "Error creating SNMP component. snmp3_priv_method doesn't exists. Set it to 'AES' " -#~ "or 'DES'. " -#~ msgstr "" -#~ "Error creando componente SNMP. snmp3_priv_method no existe. Cambie a 'AES' o " +#~ "Error creating SNMP component. snmp3_priv_method doesn't exists. Set it to 'AES' or " #~ "'DES'. " +#~ msgstr "" +#~ "Error creando componente SNMP. snmp3_priv_method no existe. Cambie a 'AES' o 'DES'. " #~ msgid "Error getting module value from all agents. Module name doesn't exists." #~ msgstr "" -#~ "Error obteniendo valor del módulo para todos los agentes. El nombre del módulo no " -#~ "existe." +#~ "Error obteniendo valor del módulo para todos los agentes. El nombre del módulo no existe." #~ msgid "Error updating alert template. Id_template doesn't exists." #~ msgstr "Error actualizando plantilla de alerta. Id_template no existe." @@ -64143,10 +62264,8 @@ msgstr "" #~ msgid "Error creating module from network component. Agent doesn't exists." #~ msgstr "Error creando módulo desde componente de red. El agente no existe." -#~ msgid "" -#~ "Error creating module from network component. Network component doesn't exists." -#~ msgstr "" -#~ "Error creando módulo desde componente de red. El componente de red no existe." +#~ msgid "Error creating module from network component. Network component doesn't exists." +#~ msgstr "Error creando módulo desde componente de red. El componente de red no existe." #~ msgid "Error assigning module to template. Id_module doesn't exists." #~ msgstr "Error asignando módulo a plantilla. Id_module no existe." @@ -64170,11 +62289,9 @@ msgstr "" #~ msgstr "Error actualizando módulo de plugin en la política. El módulo no existe." #~ msgid "" -#~ "Error updating SNMP module. snmp3_priv_method doesn't exists. Set it to 'AES' or " -#~ "'DES'. " +#~ "Error updating SNMP module. snmp3_priv_method doesn't exists. Set it to 'AES' or 'DES'. " #~ msgstr "" -#~ "Error actualizando módulo SNMP. snmp3_priv_method no existe. Cambie a 'AES' o " -#~ "'DES'. " +#~ "Error actualizando módulo SNMP. snmp3_priv_method no existe. Cambie a 'AES' o 'DES'. " #~ msgid "Error updating SNMP module in policy. Module doesn't exists." #~ msgstr "Error actualizando módulo SNMP de la política. El módulo no existe." @@ -64183,18 +62300,16 @@ msgstr "" #~ msgstr "Error creando grupo. Id_parent_group no existe." #~ msgid "" -#~ "Error updating SNMP module. snmp3_auth_method doesn't exists. Set it to 'MD5' or " -#~ "'SHA'. " +#~ "Error updating SNMP module. snmp3_auth_method doesn't exists. Set it to 'MD5' or 'SHA'. " #~ msgstr "" -#~ "Error actualizando módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o " -#~ "'SHA'. " +#~ "Error actualizando módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o 'SHA'. " #~ msgid "" -#~ "Error updating SNMP module. snmp3_sec_level doesn't exists. Set it to " -#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +#~ "Error updating SNMP module. snmp3_sec_level doesn't exists. Set it to 'authNoPriv' or " +#~ "'authPriv' or 'noAuthNoPriv'. " #~ msgstr "" -#~ "Error actualizando módulo SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' " -#~ "o 'authPriv' o 'noAuthNoPriv'. " +#~ "Error actualizando módulo SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' o " +#~ "'authPriv' o 'noAuthNoPriv'. " #~ msgid "Error updating user. Id_user doesn't exists." #~ msgstr "Error actualizando ususario. Id_user no existe." @@ -64267,12 +62382,10 @@ msgstr "" #~ msgid "Plugins registered in Pandora FMS" #~ msgstr "Plugins registrados en Pandora FMS" -#~ msgid "" -#~ "Maximum number of parent hosts that will be created if parent detection is " -#~ "enabled." +#~ 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)" +#~ "Máximo número de agentes padre que se podrán crear (si la activación del padre está " +#~ "activada)" #~ msgid "Kilobytes" #~ msgstr "Kilobytes" @@ -64356,11 +62469,11 @@ msgstr "" #~ msgstr "Macros de módulos" #~ msgid "" -#~ "If cron is set the module interval is ignored and the module runs on the " -#~ "specified date and time" +#~ "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" +#~ "Si el cron está instalado el intervalo del módulo es ignorado y el módulo corre con la " +#~ "fecha indicada" #~ msgid "Activate this to prevent the relation from being updated or deleted" #~ msgstr "Activar esta opción para evitar que sea actualizado o borrado" @@ -64424,8 +62537,7 @@ msgstr "" #~ 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" +#~ "Especifica el intervalo de tiempo en segundos para rotar los archivos de datos de Netflow" #~ msgid "Data will be compacted in intervals of the specified length." #~ msgstr "Los datos se compactarán en intervalos de la longitud especificada." @@ -64435,18 +62547,17 @@ msgstr "" #~ msgstr "La última versión de paquete instalado es: %d" #~ msgid "" -#~ "Update Manager sends anonymous information about Pandora FMS usage (number of " -#~ "agents and modules running). To disable it, remove remote server address from " -#~ "Update Manager plugin setup." +#~ "Update Manager sends anonymous information about Pandora FMS usage (number of agents and " +#~ "modules running). To disable it, remove remote server address from Update Manager plugin " +#~ "setup." #~ msgstr "" -#~ "Update Manager envía información anónima sobre el uso de Pandora FMS (número de " -#~ "agentes y módulos que se están ejecutando). Para desactivar esta opción, elimine " -#~ "la dirección del servidor remoto del setup del plugin del Update Manager." +#~ "Update Manager envía información anónima sobre el uso de Pandora FMS (número de agentes y " +#~ "módulos que se están ejecutando). Para desactivar esta opción, 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" +#~ "Si hubiera algún cambio en la base de datos, será aplicado en próximo login del usuario" #~ msgid "Successfully deleted export target" #~ msgstr "Servidor de exportación borrado correctamente" @@ -64455,15 +62566,15 @@ msgstr "" #~ msgstr "Error al crear servicio" #~ msgid "" -#~ "In manual mode you should set the weights manually. In auto mode the weights have " -#~ "default values.\n" -#~ "\t\tIn simple mode only the elements configured as \"critical element\" are used " -#~ "to calculate the service status." +#~ "In manual mode you should set the weights manually. In auto mode the weights have default " +#~ "values.\n" +#~ "\t\tIn simple mode only the elements configured as \"critical element\" are used to " +#~ "calculate the service status." #~ msgstr "" -#~ "En modo manual, se deben establecer los pesos de forma manual. En modo " -#~ "automático, los pesos tienen un valor por defecto.\n" -#~ "En modo simple, sólo se utilizarán los elementos configurados como 'elementos " -#~ "críticos' para calcular el estado del servicio." +#~ "En modo manual, se deben establecer los pesos de forma manual. En modo automático, los " +#~ "pesos tienen un valor por defecto.\n" +#~ "En modo simple, sólo se utilizarán los elementos configurados como 'elementos críticos' " +#~ "para calcular el estado del servicio." #~ msgid "Warning Service alert" #~ msgstr "Alerta de advertencia del servicio" @@ -64490,11 +62601,10 @@ msgstr "" #~ msgstr "Crear elemento de sevicio" #~ msgid "" -#~ "Maybe delete the extended data or the audit data is previous to table " -#~ "tsession_extended." +#~ "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." +#~ "Puede que se haya borrado información exntendida, o que la información de auditoría sea " +#~ "previa a la instalación enterprise." #~ msgid "Update all" #~ msgstr "Actualizar todo" @@ -64744,8 +62854,7 @@ msgstr "" #~ msgstr "Comprobar esto para copiar los perfiles originales de los usuarios" #~ 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 " +#~ msgstr "Completar ruta a la consola de Pandora FMS sin el último \"/\" carácter. Ejemplo " #~ msgid "Please search for anything text." #~ msgstr "Por favor haga una búsqueda de cualquier cadena de texto" @@ -64772,11 +62881,10 @@ msgstr "" #~ 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." +#~ 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" +#~ "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" @@ -64785,30 +62893,30 @@ msgstr "" #~ msgstr "No se puede mover" #~ 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" +#~ "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." +#~ "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 "" -#~ "In order to have the best user experience with Pandora FMS, we strongly " -#~ "recommend to use" +#~ "In order to have the best user experience with Pandora FMS, we strongly recommend " +#~ "to use" #~ msgstr "" -#~ "Para conseguir la mejor experiencia de usuario con Pandora FMS, le " -#~ "recomendamos encarecidamente
usar" +#~ "Para conseguir la mejor experiencia de usuario con Pandora FMS, le recomendamos " +#~ "encarecidamente
usar" #~ msgid "" #~ "Mozilla Firefox or Google Chrome browsers." #~ msgstr "" -#~ "Mozilla Firefox o Google Chrome browsers." +#~ "Mozilla Firefox o Google Chrome browsers." #~ msgid "Tag management" #~ msgstr "Gestión de Tags" @@ -64915,11 +63023,11 @@ msgstr "" #~ msgstr "First_execution" #~ msgid "" -#~ "Maybe the first run is not exactly equal to this value because the cron " -#~ "configuration is diferent." +#~ "Maybe the first run is not exactly equal to this value because the cron configuration is " +#~ "diferent." #~ msgstr "" -#~ "Quizá la primera ejecución no es exactamente igual a este valor porque la " -#~ "configuración de cron es diferente." +#~ "Quizá la primera ejecución no es exactamente igual a este valor porque la configuración " +#~ "de cron es diferente." #~ msgid "First execution" #~ msgstr "Primera ejecución" @@ -65029,30 +63137,28 @@ msgstr "" #~ msgstr "Vista general de Pandora FMS" #~ msgid "" -#~ "Pandora FMS frontend is built on advanced, modern technologies and does not " -#~ "support old browsers." +#~ "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." +#~ "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." +#~ "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." +#~ "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." +#~ "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." +#~ "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" @@ -65081,11 +63187,9 @@ msgstr "" #~ msgid "Bytes per second" #~ msgstr "Bytes por segundo" -#~ msgid "" -#~ "Agent statuses are re-calculated by the server, they are not shown in real time." +#~ 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." +#~ "Los estados de los agentes se calculan por el servidor, no se muestran en tiempo real." #~ msgid "one combined graph" #~ msgstr "gráfica combinada" @@ -65129,11 +63233,9 @@ msgstr "" #~ msgid "Shortcut bar" #~ msgstr "Barra de acceso directo" -#~ msgid "" -#~ "This will activate a shortcut bar with alerts, events, messages... information" +#~ msgid "This will activate a shortcut bar with alerts, events, messages... information" #~ msgstr "" -#~ "Esto activará una barra de acceso directo con alertas, eventos, mensaje..." -#~ "información" +#~ "Esto activará una barra de acceso directo con alertas, eventos, mensaje...información" #~ msgid "Helps" #~ msgstr "Ayudas" @@ -65145,11 +63247,11 @@ msgstr "" #~ msgstr "Borrar archivo" #~ msgid "" -#~ "There was a problem updating the incident, please check if any field was modified " -#~ "and the values are correct." +#~ "There was a problem updating the incident, please check if any field was modified and the " +#~ "values are correct." #~ msgstr "" -#~ "Ocurrió un problema al actualizar el incidente. Compruebe si alguno de los campos " -#~ "fue modificado y si los valores son correctos." +#~ "Ocurrió un problema al actualizar el incidente. Compruebe si alguno de los campos fue " +#~ "modificado y si los valores son correctos." #~ msgid "There was a problem creating incident" #~ msgstr "Ocurrió un problema al crear el incidente" @@ -65172,8 +63274,7 @@ msgstr "" #~ msgid "There was a problem adding workunit" #~ msgstr "Ocurrió un problema al añadir la unidad de trabajo." -#~ msgid "" -#~ "There is a error in the message from your Integria or there is not connection." +#~ msgid "There is a error in the message from your Integria or there is not connection." #~ msgstr "Existe un error en el mensaje desde su Integria o no hay conexión" #~ msgid "Opened tickets" @@ -65221,8 +63322,7 @@ msgstr "" #~ 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:" +#~ msgstr "La configuración de correo-e para el envío de la tarea se encuentra en el fichero:" #~ 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" @@ -65243,35 +63343,34 @@ msgstr "" #~ msgstr "Problema con la base de datos de Pandora FMS" #~ 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" +#~ "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 puede conectar a la base de datos, por favor, compruebe la confguración de " -#~ "su base de datos en
include/config.php
file.

\n" -#~ "\t\t\tProbablemente los valores de su BD, hostname, usuario o contraseña son " -#~ "incorrectos o \n" +#~ "No se puede conectar a la base de datos, por favor, compruebe la confguración de su base " +#~ "de datos en
include/config.php
file.

\n" +#~ "\t\t\tProbablemente los valores de su BD, hostname, usuario o contraseña son incorrectos " +#~ "o \n" #~ "\t\t\t la base de datos no se está ejecutando." #~ msgid "" -#~ "For security reasons, config.php must have restrictive permissions, and " -#~ "\"other\" users \n" +#~ "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." +#~ "\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 reguridad, config.phpdebe tener permisos restrictivos, y " -#~ "\"otros\" usuarios \n" -#~ "\t\t\tno deberían poder leerlo o escribir sobre él. Este archivo debería ser " -#~ "únicamente editado por el propietario \n" -#~ "\t\t\t(usually www-data or http daemon user), las operaciones normales no se " -#~ "podrán producer hasta que cambie \n" -#~ "\t\t\tlos permisos del include/config.php archivo. Por favor, hágalo. Es " -#~ "por su seguridad." +#~ "Por razones de reguridad, config.phpdebe tener permisos restrictivos, y \"otros\" " +#~ "usuarios \n" +#~ "\t\t\tno deberían poder leerlo o escribir sobre él. Este archivo debería ser únicamente " +#~ "editado por el propietario \n" +#~ "\t\t\t(usually www-data or http daemon user), las operaciones normales no se podrán " +#~ "producer hasta que cambie \n" +#~ "\t\t\tlos permisos del include/config.php archivo. Por favor, hágalo. Es por su " +#~ "seguridad." #~ msgid "Auto Save" #~ msgstr "Auto-guardar" @@ -65328,8 +63427,8 @@ msgstr "" #~ msgid "For to view the list modules paginated, set in setup visuals." #~ msgstr "" -#~ "Para ver el listado de módulos paginado, seleccionar esta opción en Configuración " -#~ "de estilos." +#~ "Para ver el listado de módulos paginado, seleccionar esta opción en Configuración de " +#~ "estilos." #~ msgid "Last activity in Pandora FMS console" #~ msgstr "Última actividad en la consola de Pandora FMS" @@ -65407,12 +63506,11 @@ msgstr "" #~ msgstr "ACL Estricto" #~ 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" +#~ "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" +#~ "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" #~ msgid "No tag selected" #~ msgstr "Ninguna etiqueta seleccionada" @@ -65442,80 +63540,67 @@ msgstr "" #~ msgstr "Lista de la consola visual" #~ msgid "Unsuccessful installed enterprise tables into the testing DB" -#~ msgstr "" -#~ "Instalación de las tablas enterprise en la base de datos de prueba sin éxito" +#~ msgstr "Instalación de las tablas enterprise en la base de datos de prueba sin éxito" #, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the default value as %s." +#~ msgid "Unsuccessful the field %s in the table %s must be setted the default value as %s." #~ msgstr "" -#~ "Sin éxito, el campo% s en la tabla % s debe establecer el valor por defecto como" -#~ "% s ." +#~ "Sin éxito, el campo% s en la tabla % s debe establecer el valor por defecto como% s ." #~ msgid "Please check the SQL file for to know the kind of default value needed." #~ msgstr "" -#~ "Por favor, consulte el archivo de SQL para conocer el tipo de valor " -#~ "predeterminado es necesario." +#~ "Por favor, consulte el archivo de SQL para conocer el tipo de valor predeterminado es " +#~ "necesario." #, php-format #~ msgid "Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" #~ msgstr "" -#~ "Sin éxito, la base de datos de Pandora no tiene todas las tablas. Las tablas " -#~ "perdidas son (%s)" +#~ "Sin éxito, la base de datos de Pandora no tiene todas las tablas. Las tablas perdidas son " +#~ "(%s)" #, php-format #~ msgid "Unsuccessful the field %s in the table %s must be setted the type with %s." -#~ msgstr "" -#~ "Sin éxito, los campos %s de la tabla %s debe tener establecidos el tipo con %s" +#~ msgstr "Sin éxito, los campos %s de la tabla %s debe tener establecidos el tipo con %s" + +#, php-format +#~ msgid "Unsuccessful the field %s in the table %s must be setted the null values with %s." +#~ msgstr "Sin éxito, el campo% s en la tabla % s debe establecer los valores nulos con % s ." #, php-format #~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the null values with %s." +#~ "Unsuccessful the field %s in the table %s must be setted the key as defined in the SQL " +#~ "file." #~ msgstr "" -#~ "Sin éxito, el campo% s en la tabla % s debe establecer los valores nulos con " -#~ "% s ." - -#, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted the key as defined in " -#~ "the SQL file." -#~ msgstr "" -#~ "Sin éxito, el campo% s en la tabla % s debe establecer la clave tal como se " -#~ "define en el archivo SQL ." +#~ "Sin éxito, el campo% s en la tabla % s debe establecer la clave tal como se define en el " +#~ "archivo SQL ." #~ msgid "Please check the SQL file for to know the kind of key needed." -#~ msgstr "" -#~ "Por favor, consulte el archivo de SQL para conocer el tipo de clave necesaria." +#~ msgstr "Por favor, consulte el archivo de SQL para conocer el tipo de clave necesaria." #~ msgid "Please check the SQL file for to know the kind of extra config needed." #~ msgstr "" -#~ "Por favor, comprueba el archivo SQL para conocer el tipo de configuración " -#~ "adicional necesaria." +#~ "Por favor, comprueba el archivo SQL para conocer el tipo de configuración adicional " +#~ "necesaria." #, php-format -#~ msgid "" -#~ "Unsuccessful the field %s in the table %s must be setted as defined in the SQL " -#~ "file." +#~ msgid "Unsuccessful the field %s in the table %s must be setted as defined in the SQL file." #~ msgstr "" -#~ "Sin éxito, el campo% s en la tabla % s debe establecese como se define en el " -#~ "archivo SQL ." +#~ "Sin éxito, el campo% s en la tabla % s debe establecese como se define en el archivo SQL ." #~ msgid "" -#~ "This item is affected by a malformed planned downtime. Go to the planned " -#~ "downtimes section to solve this." +#~ "This item is affected by a malformed planned downtime. Go to the planned downtimes " +#~ "section to solve this." #~ msgstr "" -#~ "Este item se ve afectado por un tiempo de inactividad planificado con formato " -#~ "incorrecto. Ir a la sección de los tiempos de parada planificada para resolver " -#~ "esto." +#~ "Este item se ve afectado por un tiempo de inactividad planificado con formato incorrecto. " +#~ "Ir a la sección de los tiempos de parada planificada para resolver esto." #~ msgid "" -#~ "Illegal query: Due security restrictions, there are some tokens or words you " -#~ "cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " +#~ "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." -#~ 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." #~ msgid "Networkmap list" #~ msgstr "Lista de mapas de red" @@ -65547,45 +63632,42 @@ msgstr "" #~ msgid "" #~ "Pandora FMS contains a scheduled downtime management system. \n" -#~ "\t\t\t\t\t\tThis system was designed to deactivate the alerts in the intervals " -#~ "whenever there is down time by deactivating the agent.\n" -#~ "\t\t\t\t\t\tIf an agent is deactivated, it doesn't collect information. In a down " -#~ "time, the down-time intervals aren't taken into \n" -#~ "\t\t\t\t\t\taccount for most of the metrics or types of reports, because the " -#~ "agents don't contain any data within those intervals. " +#~ "\t\t\t\t\t\tThis system was designed to deactivate the alerts in the intervals whenever " +#~ "there is down time by deactivating the agent.\n" +#~ "\t\t\t\t\t\tIf an agent is deactivated, it doesn't collect information. In a down time, " +#~ "the down-time intervals aren't taken into \n" +#~ "\t\t\t\t\t\taccount for most of the metrics or types of reports, because the agents don't " +#~ "contain any data within those intervals. " #~ msgstr "" #~ "Pandora FMS contiene un sistema de tiempo de inactividad planificado. \n" -#~ "\t\t\t\t\t\tEste sistema fue diseñado para desactivar las alertas en los " -#~ "intervalos cada vez que hay tiempo de inactividad desactivando el agente.\n" +#~ "\t\t\t\t\t\tEste sistema fue diseñado para desactivar las alertas en los intervalos cada " +#~ "vez que hay tiempo de inactividad desactivando el agente.\n" #~ "\t\t\t\t\t\tSi un agente está desactivado, no recoge información. En el tiempo de " #~ "inactividad, los intervalos de inactividad no se tienen \n" -#~ "\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. " +#~ "\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. " #~ msgid "" #~ "A service is a way to group your IT resources based on their functionalities. \n" -#~ "\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 Services are logical groups which can include hosts, routers, " -#~ "switches, firewalls, CRMs, ERPs, websites and numerous other services. \n" -#~ "\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\tA chip manufacturer sells computers by its website all around the " -#~ "world. \n" -#~ "\t\t\t\t\t\tHis company consists of three big departments: A management, an on-" -#~ "line shop and support." +#~ "\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 Services are logical groups which can include hosts, routers, switches, " +#~ "firewalls, CRMs, ERPs, websites and numerous other services. \n" +#~ "\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\tA chip manufacturer sells computers by its website all around the world. \n" +#~ "\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 tus recursos de IT basados en sus " -#~ "funcionalidades. \n" -#~ "\t\t\t\t\tUn servicio podría ser por ejemplo tu página web, tu sistema CRM, tu " -#~ "aplicación de soporte, o incluso tus impresoras.\n" -#~ "\t\t\t\t\t Los servicios son grupos lógicos en los que puedes incluir hosts, " -#~ "routers, switches, firewalls, CRMs, ERPs, páginas web y muchos otros servicios. \n" +#~ "Un servicio es una forma de agrupar tus recursos de IT basados en sus funcionalidades. \n" +#~ "\t\t\t\t\tUn servicio podría ser por ejemplo tu página web, tu sistema CRM, tu aplicación " +#~ "de soporte, o incluso tus impresoras.\n" +#~ "\t\t\t\t\t Los servicios son grupos lógicos en los que puedes incluir hosts, routers, " +#~ "switches, firewalls, CRMs, ERPs, páginas web y muchos otros servicios. \n" #~ "\t\t\t\t\t Con el siguiente ejemplo, verás más claramente que es un servicio:\n" -#~ "\t\t\t\t\t\tUn fabricante de chips vende ordenadores por su página web por todo " -#~ "el mundo. \n" -#~ "\t\t\t\t\t\tSu empresa consiste en tres grandes departamentos: dirección, tienda " -#~ "online y soporte." +#~ "\t\t\t\t\t\tUn fabricante de chips vende ordenadores por su página web por todo el " +#~ "mundo. \n" +#~ "\t\t\t\t\t\tSu empresa consiste en tres grandes departamentos: dirección, tienda online y " +#~ "soporte." #~ msgid "Display proc modules in binary format (OK/FAIL)." #~ msgstr "Mostrar los módulos proc en formato binario (OK/FALLO)" @@ -65618,15 +63700,13 @@ msgstr "" #~ msgstr "Error habilitar/deshabilitar agente. El agente no existe." #~ msgid "" -#~ "There is a new update please go to menu Administration and into extensions go to Update Manager for more " -#~ "details." +#~ "There is a new update please go to menu Administration and into extensions go to Update Manager for more details." #~ msgstr "" -#~ "Hay una nueva actualización, por favor vaya al menú Administración y en las " -#~ "extensiones Ir al Update " -#~ "Manager para más detalles." +#~ "Hay una nueva actualización, por favor vaya al menú Administración y en las extensiones " +#~ "Ir al Update Manager para más detalles." #~ msgid "Advance Config AD" #~ msgstr "Configuración avanzada de AD" @@ -65663,20 +63743,18 @@ msgstr "" #~ msgstr "Generar mapa de red con relaciones entre padres" #~ msgid "" -#~ "This feature is deprecated, be careful because in the next releases it will be " -#~ "disappear." -#~ msgstr "" -#~ "Esta función está obsoleta, tenga cuidado porque en próximos parches desaparecerá" +#~ "This feature is deprecated, be careful because in the next releases it will be disappear." +#~ msgstr "Esta función está obsoleta, tenga cuidado porque en próximos parches desaparecerá" #~ msgid "Refresh network map state" #~ msgstr "Refrescar el estado del mapa de red" #~ msgid "" -#~ "Enable this option will be synchronice the groups and tags each new user when he/" -#~ "she will login." +#~ "Enable this option will be synchronice the groups and tags each new user when he/she will " +#~ "login." #~ msgstr "" -#~ "Activar esta opción sincronizará grupos y etiquetas cuando el usuario vuelva a " -#~ "iniciar sesión" +#~ "Activar esta opción sincronizará grupos y etiquetas cuando el usuario vuelva a iniciar " +#~ "sesión" #~ msgid "Generate a dynamic report\"" #~ msgstr "Generar un informe dinámico" @@ -65704,8 +63782,7 @@ msgstr "" #~ 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" +#~ "Tiempo en segundos para establecer el tiempo máximo de respuesta para la API de eHorus" #~ msgid "0 to disable" #~ msgstr "0 para deshabilitar" @@ -65714,12 +63791,11 @@ msgstr "" #~ 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" +#~ "If you check this option, the lateral menus display with left click. Otherwise it will " +#~ "show by placing the mouse over" #~ msgstr "" -#~ "Si activas esta opción, los menús laterales se mostrarán al hacer click con el " -#~ "botón izquierdo del ratón. En otro caso se mostrarán al pasar el ratón por encima " -#~ "de ellos" +#~ "Si activas esta opción, los menús laterales se mostrarán al hacer click con el botón " +#~ "izquierdo del ratón. En otro caso se mostrarán al pasar el ratón por encima de ellos" #~ msgid "Mark as not read" #~ msgstr "Marcar como no leído" @@ -65786,31 +63862,29 @@ msgstr "" #~ msgstr "Tiempo total" #~ 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" +#~ "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." +#~ "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 "Event days" #~ msgstr "Días de eventos" #~ msgid "" -#~ "This is the online help for Pandora FMS console. This help is -in best cases- " -#~ "just a brief contextual help, not intented to teach you how to use Pandora FMS. " -#~ "Official documentation of Pandora FMS is about 900 pages, and you probably don't " -#~ "need to read it entirely, but sure, you should download it and take a look." -#~ "

\n" +#~ "This is the online help for Pandora FMS console. This help is -in best cases- just a " +#~ "brief contextual help, not intented to teach you how to use Pandora FMS. Official " +#~ "documentation of Pandora FMS is about 900 pages, and you probably don't need to read it " +#~ "entirely, but sure, you should download it and take a look.

\n" #~ "\tDownload the official documentation" #~ msgstr "" -#~ "Esta es la ayuda online para la consola de Pandora FMS. Esta ayuda es -en el " -#~ "mejor de los casos- solo una ayuda contextual, no trata de enseñarle a usar " -#~ "Pandora FMS. La documentación oficial de Pandora FMS contiene 900 páginas y es " -#~ "probable que necesite leerlo entero, debería descargarlo y echarle un vistazo." -#~ "

\n" +#~ "Esta es la ayuda online para la consola de Pandora FMS. Esta ayuda es -en el mejor de los " +#~ "casos- solo una ayuda contextual, no trata de enseñarle a usar Pandora FMS. La " +#~ "documentación oficial de Pandora FMS contiene 900 páginas y es probable que necesite " +#~ "leerlo entero, debería descargarlo y echarle un vistazo.

\n" #~ "\tDescargar la documentación oficial" @@ -65825,11 +63899,11 @@ msgstr "" #, php-format #~ msgid "" -#~ "Your PHP environment is setted with %d max_input_vars. Maybe you must not set " -#~ "this value with upper values." +#~ "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." +#~ "Su entorno PHP fue establecido con %d max_input_vars. Tal vez no deba establecer valores " +#~ "superiores en este parámetro." #~ msgid "® Ártica ST" #~ msgstr "Ártica ST" @@ -65865,28 +63939,26 @@ msgstr "" #~ msgstr "Parámetros de configuración" #~ 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" +#~ "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" +#~ "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 "Pandora Console URL" #~ msgstr "URL de la consola de Pandora FMS" -#~ msgid "" -#~ "Show events is disabled because this Pandora node is set the event replication." +#~ 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 FMS tiene la replicación " -#~ "de eventos activada." +#~ "Los eventos no se muestran porque este nodo de Pandora FMS tiene la replicación de " +#~ "eventos activada." #~ msgid "Error: there are cells not empty." #~ msgstr "Error: las celdas no pueden estar vacías" @@ -65898,18 +63970,18 @@ msgstr "" #~ msgstr "Carga Apache en el Servidor de Pandora FMS" #~ msgid "" -#~ "When the item title name have a lot of characters, in some places in Pandora " -#~ "Console it is necesary truncate to N characters." +#~ "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." +#~ "Cuando el texto de un título tenga muchos caracteres, en algunos lugares de la consola " +#~ "será necesario truncar su longitud a N caracteres." #~ msgid "" -#~ "Pandora FMS help system has been called with a help reference that currently " -#~ "don't exist. There is no help content to show." +#~ "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 solicitado con una referencia que no " -#~ "existe actualmente. No hay contenido que mostrar." +#~ "El sistema de ayuda de Pandora FMS ha sido solicitado con una referencia que no existe " +#~ "actualmente. No hay contenido que mostrar." #~ msgid "Successful the DB Pandora has all tables" #~ msgstr "La BD de Pandora FMS tiene todas las tablas" @@ -65918,11 +63990,11 @@ msgstr "" #~ msgstr "Número de alertas disparadas" #~ msgid "" -#~ "You can set the command path in the menu Administration -> Extensions -> " -#~ "Config Network Tools" +#~ "You can set the command path in the menu Administration -> Extensions -> Config " +#~ "Network Tools" #~ msgstr "" -#~ "Puedes establecer la ruta de comando en el menú Administración -> Extensiones -" -#~ "> Configuración de herramientas de red" +#~ "Puedes establecer la ruta de comando en el menú Administración -> Extensiones -> " +#~ "Configuración de herramientas de red" #~ msgid "If it is empty, Pandora searchs the ping system." #~ msgstr "Si está vacío, Pandora FMS buscará el sistema Ping" @@ -65935,20 +64007,20 @@ msgstr "" #~ msgid "" #~ "This extension makes registration of server plugins more easy. \n" -#~ "\t\t\t\t\t\tHere you can upload a server plugin in Pandora FMS 3.x zipped format " -#~ "(.pspz). \n" -#~ "\t\t\t\t\t\tPlease refer to documentation on how to obtain and use Pandora FMS " -#~ "Server Plugins.\n" -#~ "\t\t\t\t\t\t

You can get more plugins in our Public Resource Library " +#~ "\t\t\t\t\t\tHere you can upload a server plugin in Pandora FMS 3.x zipped format (." +#~ "pspz). \n" +#~ "\t\t\t\t\t\tPlease refer to documentation on how to obtain and use Pandora FMS Server " +#~ "Plugins.\n" +#~ "\t\t\t\t\t\t

You can get more plugins in our Public Resource Library " #~ msgstr "" #~ "Esta extensión facilita el registro de los plugins de servidor. \n" #~ "\t\t\t\t\t\tAquí puedes subir un plugin de servidor en Pandora FMS 3.x en formato " #~ "comprimido (.pspz). \n" -#~ "\t\t\t\t\t\tPor favor consulta la documentación sobre cómo obtener y usar los " -#~ "plugins del servidor de Pandora FMS.\n" -#~ "\t\t\t\t\t\t

Puedes conseguir más plugins en nuestra Librería de Recursos Públicos " +#~ "\t\t\t\t\t\tPor favor consulta la documentación sobre cómo obtener y usar los plugins del " +#~ "servidor de Pandora FMS.\n" +#~ "\t\t\t\t\t\t

Puedes conseguir más plugins en nuestra Librería de Recursos Públicos " #~ msgid "Pandora Server load" #~ msgstr "Cargar servidor de Pandora FMS" @@ -65963,141 +64035,133 @@ msgstr "" #~ msgstr "CPU del servidor de Pandora FMS" #~ 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). " +#~ "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 facilita la exportación de plantillas de recursos. Desde aquí " -#~ "puedes exportar plantillas de recursos en el formato de Pandora FMS 3.x (.ptr). " +#~ "Esta extensión facilita la exportación de plantillas de recursos. Desde aquí puedes " +#~ "exportar plantillas de recursos en el formato de Pandora FMS 3.x (.ptr). " #, 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" +#~ "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 facilita el registro de una plantilla de recursos. Puedes subir " -#~ "una plantilla de recursos en formato (.ptr), de Pandora FMS. Por favor, consulta " -#~ "la documentación sobre cómo obtener y usar los recursos de plantilla de Pandora " -#~ "FMS

Puedes obtener más recursos en nuestra Libreria Pública " -#~ "de recursos." +#~ "Esta extensión facilita el registro de una plantilla de recursos. Puedes subir una " +#~ "plantilla de recursos en formato (.ptr), de Pandora FMS. Por favor, consulta la " +#~ "documentación sobre cómo obtener y usar los recursos de plantilla de Pandora " +#~ "FMS

Puedes obtener más recursos en nuestra Libreria Pública de " +#~ "recursos." #~ msgid "" -#~ "Report generating on the Enterprise version is also more powerful: it has " -#~ "wizards, you can schedule emails in PDF to be sent according to the schedule you " -#~ "decide, and it has a template system to create personalized reports quickly for " -#~ "each of your customers. It will even allow your customers to generate their own " -#~ "reports from templates created by you. If reports are key to your business, " -#~ "Pandora FMS Enterprise version is for you." +#~ "Report generating on the Enterprise version is also more powerful: it has wizards, you " +#~ "can schedule emails in PDF to be sent according to the schedule you decide, and it has a " +#~ "template system to create personalized reports quickly for each of your customers. It " +#~ "will even allow your customers to generate their own reports from templates created by " +#~ "you. If reports are key to your business, Pandora FMS Enterprise version is for you." #~ msgstr "" -#~ "La generación de informes en la versión Enterprise también es más potente: cuenta " -#~ "con asistentes, puede programar los correos electrónicos en PDF para que se " -#~ "envíen según el calendario que decidas y tiene un sistema de plantillas para " -#~ "crear informes personalizados de manera rápida para cada uno de tus clientes. " -#~ "Incluso permitirá a tus clientes generar sus propios informes a partir de " -#~ "plantillas creadas por ti. Si los informes son clave para tu negocio, la versión " -#~ "Enterprise de Pandora FMS es para ti." +#~ "La generación de informes en la versión Enterprise también es más potente: cuenta con " +#~ "asistentes, puede programar los correos electrónicos en PDF para que se envíen según el " +#~ "calendario que decidas y tiene un sistema de plantillas para crear informes " +#~ "personalizados de manera rápida para cada uno de tus clientes. Incluso permitirá a tus " +#~ "clientes generar sus propios informes a partir de plantillas creadas por ti. Si los " +#~ "informes son clave para tu negocio, la versión Enterprise de Pandora FMS es para ti." #~ msgid "" -#~ "Pandora FMS Enterprise also features event correlation. Through correlation you " -#~ "can generate realtime alerts and / or new events based on logical rules. This " -#~ "allows you to automate troubleshooting. If you know the value of working with " -#~ "events, event correlation will take you to a new level." +#~ "Pandora FMS Enterprise also features event correlation. Through correlation you can " +#~ "generate realtime alerts and / or new events based on logical rules. This allows you to " +#~ "automate troubleshooting. If you know the value of working with events, event correlation " +#~ "will take you to a new level." #~ msgstr "" -#~ "Pandora FMS Enterprise también ofrece correlación de eventos. A través de la " -#~ "correlación puedes generar alertas en tiempo real y/o nuevos eventos basados en " -#~ "reglas lógicas. Esto te permite automatizar la solución de problemas. Si sabes lo " -#~ "importante que es trabajar con eventos, la correlación de eventos te llevará a un " -#~ "nuevo nivel." +#~ "Pandora FMS Enterprise también ofrece correlación de eventos. A través de la correlación " +#~ "puedes generar alertas en tiempo real y/o nuevos eventos basados en reglas lógicas. Esto " +#~ "te permite automatizar la solución de problemas. Si sabes lo importante que es trabajar " +#~ "con eventos, la correlación de eventos te llevará a un nuevo nivel." #~ 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\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 debes monitorizar posibles incidentes que podrían aparecer 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 puede abrir incidentes, \n" -#~ "\t\t\texplicando qué 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 workflow que permiten desplazar un incidente \n" -#~ "\t\t\tde 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" +#~ "Además de los datos recibidos y procesados para monitorizar sistemas o aplicaciones, \n" +#~ "\t\t\ttambién debes monitorizar posibles incidentes que podrían aparecer 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 puede abrir incidentes, \n" +#~ "\t\t\texplicando qué 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 workflow que permiten desplazar un incidente \n" +#~ "\t\t\tde 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" #~ 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." +#~ "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\tLos gráficos de Pandora FMS muestran los datos en tiempo real. Ellos se " -#~ "generan cada vez que el operador requiere cualquiera de ellos y muestra el estado " -#~ "actualizado.\n" -#~ "\t \t \t \t Hay dos tipos de gráficos: gráficos automatizados del agente y los " -#~ "gráficos que el usuario personaliza mediante el uso de uno o más módulos." +#~ "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\tLos gráficos de Pandora FMS muestran los datos en tiempo real. Ellos se generan " +#~ "cada vez que el operador requiere cualquiera de ellos y muestra el estado actualizado.\n" +#~ "\t \t \t \t Hay dos tipos de gráficos: gráficos automatizados del agente y los gráficos " +#~ "que el usuario personaliza mediante el uso de uno o más módulos." #~ 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'. " +#~ "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 monitorización.\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 conseguido 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 dividiéndolo en varias pestañas " -#~ "llamadas \"Datos\", \"Vista previa\", \"Asistente\", \"Lista de Elementos\" y " -#~ "\"Editor\".\n" -#~ "\t\t\t El mapa visual de Pandora FMS fue diseñado para manejar los elementos " -#~ "\"imagen estática\", \"barra de porcentaje\", \"gráfico del módulo\" y \"valor " -#~ "simple\". " +#~ "Pandora FMS permite crear mapas visuales en la que cada usuario es capaz de crear su " +#~ "propio mapa de monitorización.\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 conseguido 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 dividiéndolo en varias pestañas llamadas " +#~ "\"Datos\", \"Vista previa\", \"Asistente\", \"Lista de Elementos\" y \"Editor\".\n" +#~ "\t\t\t El mapa visual de Pandora FMS fue diseñado para manejar los elementos \"imagen " +#~ "estática\", \"barra de porcentaje\", \"gráfico del módulo\" y \"valor simple\". " #~ 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" +#~ "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 utilizada 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 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." #~ msgid "There are no recon task defined yet." @@ -66107,31 +64171,31 @@ msgstr "" #~ msgstr "Crear tarea recon" #~ msgid "" -#~ "From Pandora FMS versions 5 and above, the access to modules can be configured by " -#~ "a tags system.\n" +#~ "From Pandora FMS versions 5 and above, the access to modules can be configured by a tags " +#~ "system.\n" #~ "\t\t\t\t\t\t\t\tTags are configured on the system and be assigned to the chosen " #~ "modules. \n" -#~ "\t\t\t\t\t\t\t\tThe user's access can be limited to modules with certain tags in " -#~ "this way. " +#~ "\t\t\t\t\t\t\t\tThe user's access can be limited to modules with certain tags in this " +#~ "way. " #~ msgstr "" #~ "Desde la versión 5 y superior de Pandora FMS, el acceso a los módulos puede ser " #~ "configurado por etiquetas del sistema.\n" -#~ "\t\t\t\t\t\t\t\tLas etiquetas son configuradas en el sistema y pueden ser " -#~ "asignadas a los módulos elegidos. \n" -#~ "\t\t\t\t\t\t\t\tDe esta manera, el acceso de los usuarios puede estar limitado a " -#~ "módulos con ciertas etiquetas. " +#~ "\t\t\t\t\t\t\t\tLas etiquetas son configuradas en el sistema y pueden ser asignadas a los " +#~ "módulos elegidos. \n" +#~ "\t\t\t\t\t\t\t\tDe esta manera, el acceso de los usuarios puede estar limitado a módulos " +#~ "con ciertas etiquetas. " #~ msgid "System alerts detected - Please fix as soon as possible" #~ msgstr "Alertas de sistema detectadas. Por favor, corrígelo lo antes posible." #~ 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!" +#~ "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 la primera vez que lo usas, te proponemos unos enlaces para aprender " -#~ "más sobre Pandora FMS. La monitorización puede ser abrumadora, ¡pero tómate tu " -#~ "tiempo para aprender a usar Pandora FMS en todo su potencial!" +#~ "Si esta es la primera vez que lo usas, te proponemos unos enlaces para aprender más sobre " +#~ "Pandora FMS. La monitorización puede ser abrumadora, ¡pero tómate tu tiempo para aprender " +#~ "a usar Pandora FMS en todo su potencial!" #~ msgid "Pandora FMS instance identification wizard" #~ msgstr "Asistente de identificación de Pandora FMS" @@ -66143,18 +64207,16 @@ msgstr "" #~ msgstr "Ir a la web de Pandora FMS" #~ msgid "" -#~ "Your session is over. Please close your browser window to close this Pandora " -#~ "session." +#~ "Your session is over. Please close your browser window to close this Pandora session." #~ msgstr "" -#~ "Su sesión ha caducado. Cierra la ventana del navegador web para cerrar esta " -#~ "sesión de Pandora FMS." +#~ "Su sesión ha caducado. Cierra la ventana del navegador web para cerrar esta sesión de " +#~ "Pandora FMS." #~ msgid "" -#~ "Please fill the following information in order to configure your Pandora FMS " -#~ "instance successfully" +#~ "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." +#~ "Por favor, rellena la siguiente información para configurar tu cuenta de Pandora FMS." #~ msgid "This is your last activity in Pandora FMS console" #~ msgstr "Esta es tu última actividad en la consola de Pandora FMS" @@ -66169,11 +64231,9 @@ msgstr "" #~ msgstr "Icono de agente para mapas GIS" #~ msgid "" -#~ "Please, install the SNMP remote plugin (The name of the plugin must be " -#~ "snmp_remote.pl)" +#~ "Please, install the SNMP remote plugin (The name of the plugin must be snmp_remote.pl)" #~ msgstr "" -#~ "Por favor, instala el plugin remoto de SNMP (el nombre del plugin debe ser " -#~ "snmp_remote.pl)" +#~ "Por favor, instala el plugin remoto de SNMP (el nombre del plugin debe ser snmp_remote.pl)" #~ msgid "Disk use information" #~ msgstr "Información de uso del disco" @@ -66183,8 +64243,7 @@ msgstr "" #~ msgid "If the device is a network device, try with the SNMP Interfaces wizard" #~ msgstr "" -#~ "Si el dispositivo es un dispositivo de red, prueba con el asistente de interfaz " -#~ "SNMP." +#~ "Si el dispositivo es un dispositivo de red, prueba con el asistente de interfaz SNMP." #~ msgid "SNMP remote plugin is necessary for this feature" #~ msgstr "Se necesita el plugin remoto SNMP para esta funcionalidad." @@ -66233,21 +64292,21 @@ msgstr "" #~ msgstr "DEBUG: tipo de módulo no válido especificado en %s:%s" #~ msgid "" -#~ "Most likely you have recently upgraded from an earlier version of Pandora and " -#~ "either
\n" +#~ "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\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 hayas actualizado recientemente una versión anterior de " -#~ "Pandora FMS y, o bien
\n" +#~ "Lo más probable es que hayas actualizado recientemente una versión anterior de Pandora " +#~ "FMS y, o bien
\n" #~ "\n" #~ "\t \t \t \t 1) olvidaste utilizar el convertidor de la base de datos
\n" -#~ "\t \t \t \t 2) usaste una versión incorrecta del convertidor de base de datos " -#~ "(vea el informe de error #2124706 para solucionarlo)
\n" -#~ "\t \t \t \t 3) encontraste un nuevo error. Por favor, indica una manera de " -#~ "duplicar este error" +#~ "\t \t \t \t 2) usaste una versión incorrecta del convertidor de base de datos (vea el " +#~ "informe de error #2124706 para solucionarlo)
\n" +#~ "\t \t \t \t 3) encontraste un nuevo error. Por favor, indica una manera de duplicar este " +#~ "error" #~ msgid "Any value below this number is discarted." #~ msgstr "Cualquier valor por debajo de este número queda descartado." @@ -66262,41 +64321,39 @@ msgstr "" #~ msgstr "Habilitado/Deshabilitado" #~ msgid "" -#~ "The alert would fire when the value is not between and " -#~ "" +#~ "The alert would fire when the value is not between and " #~ msgstr "" -#~ "La alerta se disparará cuando no esté entre y ." +#~ "La alerta se disparará cuando no esté entre y ." #~ 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" +#~ "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úrate 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 FMS está " -#~ "correctamente instalado y funcionando. Es muy importante para el correcto " -#~ "funcionamiento y rendimiento de Pandora FMS." +#~ "Por favor, asegúrate 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 FMS está correctamente " +#~ "instalado y funcionando. Es muy importante para el correcto funcionamiento y rendimiento " +#~ "de Pandora FMS." #~ msgid "Descriptive name for the map" #~ msgstr "Nombre descriptivo para el mapa" #~ msgid "" -#~ "At least one map connection must be defined, it will be possible to change " -#~ "between the connections in the map" +#~ "At least one map connection must be defined, it will be possible to change between the " +#~ "connections in the map" #~ msgstr "" -#~ "Se tiene que definir por lo menos una conexión al mapa. Será posible intercambiar " -#~ "las conexiones del mapa." +#~ "Se tiene que definir por lo menos una conexión al mapa. Será posible intercambiar las " +#~ "conexiones del mapa." #~ msgid "Group that owns the map" #~ msgstr "Grupo propietario del mapa" -#~ msgid "" -#~ "Each layer can show agents from one group or the agents added to that layer or " -#~ "both." +#~ 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." +#~ "Cada capa puede mostrar agentes de un grupo o los agentes añadidos a esa capa o ambas " +#~ "cosas." #~ msgid "It is possible to edit, delete and reorder the layers." #~ msgstr "Es posible editar, borrar y reordenar las capas." @@ -66311,11 +64368,10 @@ msgstr "" #~ msgstr "No borrado. Selecciona un usuario existente." #~ msgid "" -#~ "In case you use an Export server you can link this module and export data to one " -#~ "these." +#~ "In case you use an Export server you can link this module and export data to one these." #~ msgstr "" -#~ "Si usas un Export server, puedes enlazar este módulo y exportar los datos con el " -#~ "export server." +#~ "Si usas un Export server, puedes enlazar este módulo y exportar los datos con el export " +#~ "server." #~ msgid "Output format" #~ msgstr "Formato de salida" @@ -66327,18 +64383,16 @@ msgstr "" #~ msgstr "Por favor, selecciona el agente." #~ msgid "" -#~ "Are you sure to sort the items into the report?\\nThis action change the sorting " -#~ "of items into data base." +#~ "Are you sure to sort the items into the report?\\nThis action change the sorting of items " +#~ "into data base." #~ msgstr "" -#~ "¿Estás seguro de que quieres ordenar los elementos en el informe?\\n Esta acción " -#~ "cambiará el orden de los elementos en la base de datos." +#~ "¿Estás seguro de que quieres ordenar los elementos en el informe?\\n Esta acción cambiará " +#~ "el orden de los elementos en la base de datos." #~ 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." +#~ "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." #~ msgid "The parent relationships in Pandora will be drawn in the map." #~ msgstr "Las relaciones de jerarquía en Pandora FMS serán dibujadas en el mapa." @@ -66351,8 +64405,7 @@ msgstr "" #~ msgid "Recon-task name already exists and incorrect format in Subnet field" #~ msgstr "" -#~ "El nombre de tarea recon ya existe y el formato es incorrecto en el campo de " -#~ "Subred." +#~ "El nombre de tarea recon ya existe y el formato es incorrecto en el campo de Subred." #~ msgid "Wrong format in Subnet field" #~ msgstr "Formato incorrecto en el campo Subret" @@ -66367,29 +64420,26 @@ msgstr "" #~ msgstr "No hay ninguna tarea recon configurada" #~ msgid "" -#~ "By default, in Windows, Pandora FMS only support Standard network sweep, not " -#~ "custom scripts" +#~ "By default, in Windows, Pandora FMS only support Standard network sweep, not custom " +#~ "scripts" #~ msgstr "" -#~ "Por defecto, en Windows, solo Standard Network Sweep es compatible en Pandora " -#~ "FMS, y no los scripts personalizados." +#~ "Por defecto, en Windows, solo Standard Network Sweep es compatible en Pandora FMS, y no " +#~ "los scripts personalizados." -#~ msgid "" -#~ "You must select a Recon Server for the Task, otherwise the Recon Task will never " -#~ "run" +#~ 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, si no la tarea recon nunca se " -#~ "ejecutará." +#~ "Debe seleccionar un Servidor Recon para la tarea, si no la tarea recon nunca se ejecutará." #~ 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 no." #~ 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" +#~ "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 detección en función de puertos " -#~ "TCP, conviene dejarlo en blanco." +#~ "comandos de Nmap). Si no es necesario hacer una detección en función de puertos TCP, " +#~ "conviene dejarlo en blanco." #~ msgid "Recon script creation" #~ msgstr "Creación del script recon" @@ -66425,75 +64475,70 @@ msgstr "" #~ msgstr "SO actualizado correctamente" #~ msgid "" -#~ "Set a value too high cause a slowdown on console and a performance penalty in the " -#~ "system." +#~ "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 ralentización en la consola y un " -#~ "problema de rendimiento en el sistema." +#~ "Establecer un valor demasiado alto causa una ralentización en la consola y un problema de " +#~ "rendimiento en el sistema." + +#~ msgid "If realtime statistics are disabled, statistics interval resfresh will be set here." +#~ msgstr "" +#~ "Si se deshabilitan las estadísticas en tiempo real, el intervalo de refresco de las " +#~ "estadísticas será definido aquí." #~ msgid "" -#~ "If realtime statistics are disabled, statistics interval resfresh will be set " -#~ "here." +#~ "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 "" -#~ "Si se deshabilitan las estadísticas en tiempo real, el intervalo de refresco de " -#~ "las estadísticas será definido aquí." +#~ "Nº máximo de archivos en el directorio de adjuntos. Si se alcanza el número se mostrará " +#~ "un mensaje en el área de notificaciones de la cabecera." #~ 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º máximo de archivos en el directorio de adjuntos. Si se alcanza el número se " -#~ "mostrará un mensaje en el área de notificaciones de la cabecera." - -#~ msgid "" -#~ "Enable this option if you want to fallback to local authentication when remote " -#~ "(ldap etc...) authentication failed." +#~ "Enable this option if you want to fallback to local authentication when remote (ldap " +#~ "etc...) authentication failed." #~ msgstr "" #~ "Activa esta opción si quieres volver a la autentificación local cuando falla la " #~ "autentificación remota (LDAP, etc.)." #~ msgid "" -#~ "If this option is enabled, the users can use double authentication with their " -#~ "accounts" +#~ "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 autentificación " -#~ "con sus cuentas." +#~ "Si esta opción está activada, los usuarios pueden usar la doble autentificación con sus " +#~ "cuentas." #~ msgid "e.g., 18080" #~ msgstr "ej. 18080" #~ msgid "" -#~ "Path where you put your cert and name of this cert. Remember your cert only in ." -#~ "pem extension." +#~ "Path where you put your cert and name of this cert. Remember your cert only in .pem " +#~ "extension." #~ msgstr "" -#~ "Ruta donde se ubica el certificado y el nombre del mismo. Recuerda que el " -#~ "certificado debe ir únicamente con la extensión .pem" +#~ "Ruta donde se ubica el certificado y el nombre del mismo. Recuerda que el certificado " +#~ "debe ir únicamente con la extensión .pem" #~ msgid "" -#~ "If SSL is not properly configured you will lose access to Pandora FMS Console. Do " -#~ "you want to continue?" +#~ "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 el SSL correctamente, podrías perder el acceso a la " -#~ "consola de Pandora FMS. ¿Quieres continuar?" +#~ "Si no se ha configurado el SSL correctamente, podrías perder el acceso a la consola de " +#~ "Pandora FMS. ¿Quieres continuar?" #~ msgid "" -#~ "When it is set as \"yes\" in some important sections check if the user have gone " -#~ "from url Pandora." +#~ "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 FMS." +#~ "Al estar activada, se comprobará si el usuario proviene de la URL de la consola de " +#~ "Pandora FMS." #~ msgid "" #~ "Access to this page is restricted to authorized users only, please contact system " #~ "administrator if you need assistance.

\n" -#~ "\tPlease know that all attempts to access this page are recorded in security logs " -#~ "of Pandora System Database" +#~ "\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 solo a usuarios autorizados. Por favor, " -#~ "contacta con el administrador del sistema si necesitas ayuda.

\n" -#~ "\tRecuerda que todos los accesos a esta página se registran en los logs de la " -#~ "base de datos de Pandora FMS." +#~ "El acceso a esta página está restringido solo a usuarios autorizados. Por favor, contacta " +#~ "con el administrador del sistema si necesitas ayuda.

\n" +#~ "\tRecuerda que todos los accesos a esta página se registran en los logs de la base de " +#~ "datos de Pandora FMS." #~ msgid "Directory where audit log is stored." #~ msgstr "Directorio donde se guarda el log" @@ -66520,42 +64565,42 @@ msgstr "" #~ 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" +#~ "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. Contacta con el " -#~ "administrador del sistema si necesitas ayuda.

Todos los intentos de " -#~ "acceso a esta página son grabados en los logs de seguridad de Pandora FMS." +#~ "administrador del sistema si necesitas ayuda.

Todos los intentos de acceso a esta " +#~ "página son grabados en los logs de seguridad de Pandora FMS." #~ 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." +#~ "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 logos personalizados está en tu www Pandora consola en " -#~ "\"images / custom_logo\". Puedes cargar más archivos (solo JPEG) en la " -#~ "herramienta de carga de la consola." +#~ "El directorio de logos personalizados está en tu www Pandora consola en \"images / " +#~ "custom_logo\". Puedes cargar más archivos (solo JPEG) en la herramienta de carga de la " +#~ "consola." #~ 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." +#~ "Las paradas planificadas creadas con fecha anterior a la actual afectarán a los informes " +#~ "SLA." #~ 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." +#~ "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 "" -#~ "Configuración del asistente. El \"modo total\" muestra el icono en la cabecera y " -#~ "en las ayudas contextuales con sonido. \"Bajo demanda\" es igual que el modo " -#~ "total pero sin sonido. En el \"modo experto\" no se mostrarán los iconos ni en la " -#~ "cabecera ni como ayuda contextual." +#~ "Configuración del asistente. El \"modo total\" muestra el icono en la cabecera y en las " +#~ "ayudas contextuales con sonido. \"Bajo demanda\" es igual que el modo total pero sin " +#~ "sonido. En el \"modo experto\" no se mostrarán los iconos ni en la cabecera ni como ayuda " +#~ "contextual." #~ msgid "" -#~ "If Enterprise ACL System is enabled without rules you will lose access to Pandora " -#~ "FMS Console (even admin). Do you want to continue?" +#~ "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 se activa el sistema ACL Enterprise sin reglas, perderás el acceso a la " -#~ "consola de Pandora FMS (incluso siendo administrador). ¿Deseas continuar?" +#~ "Si se activa el sistema ACL Enterprise sin reglas, perderás el acceso a la consola de " +#~ "Pandora FMS (incluso siendo administrador). ¿Deseas continuar?" #~ msgid "Directory where netflow data will be stored." #~ msgstr "Directorio donde los datos Netflow se almacenarán" @@ -66564,50 +64609,46 @@ msgstr "" #~ "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 área Netflow puede mostrar. Cuanto más " -#~ "alta sea la resolución, mejor será la ejecución. Se recomiendan los valores entre " -#~ "50 y 100." +#~ "Máximo número de puntos que una tabla de área Netflow puede mostrar. Cuanto más alta sea " +#~ "la resolución, mejor será la ejecución. Se recomiendan los valores entre 50 y 100." #~ msgid "Sets the maximum lifetime for netflow data in days." #~ msgstr "Fijar el tiempo máximo para los datos Netflow en días" #~ 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." +#~ "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 "" -#~ "Al habilitarlo, se obtiene una etiqueta con el nombre del agente en los mapas " -#~ "GIS. Si hay muchos agentes en el mapa, podría ser ilegible. Deshabilitado por " -#~ "defecto." +#~ "Al habilitarlo, se obtiene una etiqueta con el nombre del agente en los mapas GIS. Si hay " +#~ "muchos agentes en el mapa, podría ser ilegible. Deshabilitado por defecto." #~ 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." +#~ "Icono de agente para mapas GIS. Si el valor es \"none\", se usará el icono del grupo." #~ msgid "" -#~ "When the agent name have a lot of characters, in some places in Pandora Console " -#~ "it is necesary truncate to N characters." +#~ "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." +#~ "Cuando el nombre del agente tenga muchos caracteres, en algunos lugares de la consola " +#~ "será necesario truncar su longitud a N caracteres." #~ msgid "" -#~ "When the module name have a lot of characters, in some places in Pandora Console " -#~ "it is necesary truncate to N characters." +#~ "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 módulo sea muy largo, en algunos lugares de la consola será " #~ "necesario truncar su longitud a N caracteres." #~ msgid "" -#~ "When the description name have a lot of characters, in some places in Pandora " -#~ "Console it is necesary truncate to N characters." +#~ "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." +#~ "Cuando el texto de la descripción tiene muchos caracteres, en algunos lugares de la " +#~ "consola será necesario truncar su longitud a N caracteres." #~ msgid "This enabling this, max, min and avg values will be shown with units." -#~ msgstr "" -#~ "Si activas esta opción, el máximo, el mínimo y la media aparecerán con unidades." +#~ msgstr "Si activas esta opción, el máximo, el mínimo y la media aparecerán con unidades." #~ msgid "Graph resolution (1-low, 5-high)" #~ msgstr "Resolución gráfica (1 = baja, 5 = alta)" @@ -66615,8 +64656,7 @@ msgstr "" #~ msgid "Interactive charts" #~ msgstr "Gráficos interactivos" -#~ msgid "" -#~ "This interval will affect to the lines between elements on the Visual Console" +#~ 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" #~ msgid "Show QR Code icon in the header" @@ -66624,25 +64664,24 @@ msgstr "" #, 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" +#~ "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 " -#~ "configúralo en 100M." +#~ "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 configúralo en 100M." #, php-format #~ msgid "" -#~ "Your PHP has set post parameter max size limit in %s. For avoid problems with big " -#~ "updates please set to 100M" +#~ "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 configúralo en 100M." +#~ "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 configúralo en 100M." #, php-format #~ msgid "" -#~ "Your PHP has set memory limit in %s. For avoid problems with big updates please " -#~ "set to 500M" +#~ "Your PHP has set memory limit in %s. For avoid problems with big updates please set to " +#~ "500M" #~ msgstr "" #~ "Tu PHP tiene configurado el límite de memoria en %s. Para evitar problemas con " #~ "actualizaciones de gran tamaño, por favor configúralo en 500M." @@ -66651,14 +64690,13 @@ msgstr "" #~ msgstr "Perfiles definidos en Pandora FMS" #~ 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" +#~ "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: selecciona \"Otro\" e introduce " -#~ "sec=estado&sec2=operation/agentes/estado_agente para mostrar la vista detallada " -#~ "del agente." +#~ "El usuario puede personalizar la página principal. Por defecto, desplegará \"Detalle del " +#~ "Agente\". Ejemplo: selecciona \"Otro\" e introduce sec=estado&sec2=operation/agentes/" +#~ "estado_agente para mostrar la vista detallada del agente." #~ msgid "Users defined in Pandora" #~ msgstr "Usuarios definidos en Pandora FMS" @@ -66689,23 +64727,19 @@ msgstr "" #~ msgid "Error updating network module. Module name cannot be left blank." #~ msgstr "" -#~ "Error al actualizar el módulo de red. El nombre del módulo no puede dejarse en " -#~ "blanco." +#~ "Error al actualizar el módulo de red. El nombre del módulo no puede dejarse en blanco." #~ msgid "Error updating network module. Id_module exists in the new agent." -#~ msgstr "" -#~ "Error al actualizar el módulo de red. El id_module existe en el nuevo agente." +#~ msgstr "Error al actualizar el módulo de red. El id_module existe en el nuevo agente." #~ msgid "Error in creation plugin module." #~ msgstr "Error al crear el módulo plugin" #~ msgid "Error in creation synthetic module. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error al crear un módulo sintético. El nombre del módulo no puede estar vacío." +#~ msgstr "Error al crear un módulo sintético. El nombre del módulo no puede estar vacío." #~ msgid "Error updating plugin module. Id_module cannot be left blank." -#~ msgstr "" -#~ "Error al actualizar el módulo del plugin. Id_module no se puede dejar en blanco." +#~ msgstr "Error al actualizar el módulo del plugin. Id_module no se puede dejar en blanco." #~ msgid "Error updating plugin module. Id_module exists in the new agent." #~ msgstr "Error al actualizar el módulo plugin. Id_module existe en el nuevo agente." @@ -66717,40 +64751,33 @@ msgstr "" #~ msgstr "Error al crear el módulo SNMP. Id_module_type" #~ msgid "Error updating data module. Id_module exists in the new agent." -#~ msgstr "" -#~ "Error al actualizar los datos del módulo. Id_module existe en el nuevo agente." +#~ msgstr "Error al actualizar los datos del módulo. Id_module existe en el nuevo agente." #~ msgid "Error updating data module. Id_module cannot be left blank." -#~ msgstr "" -#~ "Error al actualizar los datos del módulo. Id_module no se puede dejar en blanco." +#~ msgstr "Error al actualizar los datos del módulo. Id_module no se puede dejar en blanco." #~ msgid "Error in creation data module." #~ msgstr "Error al crear datos del módulo" #~ msgid "Error updating data module in policy. Module type is not network type." -#~ msgstr "" -#~ "Error al actualizar datos de módulo en política. El tipo de módulo no es de red." +#~ msgstr "Error al actualizar datos de módulo en política. El tipo de módulo no es de red." #~ msgid "Error adding data module to policy. The module is already in the policy." #~ msgstr "" -#~ "Error al añadir los datos de módulo a la política. El módulo ya existe en la " -#~ "política." +#~ "Error al añadir los datos de módulo a la política. El módulo ya existe en la política." #~ msgid "Error adding data module to policy." #~ msgstr "Error al añadir los datos de módulo a la política" -#~ msgid "" -#~ "Error creating network component. Incorrect value for Network component type " -#~ "field." +#~ msgid "Error creating network component. Incorrect value for Network component type field." #~ msgstr "" -#~ "Error al crear componente de red. Valor incorrecto para el campo de tipo de " -#~ "componente de red." +#~ "Error al crear componente de red. Valor incorrecto para el campo de tipo de componente de " +#~ "red." -#~ msgid "" -#~ "Error creating network component. Network component name cannot be left blank." +#~ msgid "Error creating network component. Network component name cannot be left blank." #~ msgstr "" -#~ "Error al crear el componente de red. El nombre del componente de red no puede " -#~ "dejarse en blanco." +#~ "Error al crear el componente de red. El nombre del componente de red no puede dejarse en " +#~ "blanco." #~ msgid "Error in creation SNMP module." #~ msgstr "Error al crear módulo SNMP" @@ -66761,60 +64788,51 @@ msgstr "" #~ msgid "Error creating network component. This network component already exists." #~ msgstr "Error al crear componente de red. El componente de red ya existe." -#~ msgid "" -#~ "Error creating network component. Network component group cannot be left blank." +#~ msgid "Error creating network component. Network component group cannot be left blank." #~ msgstr "" -#~ "Error al crear componente de red. El grupo del componente de red no puede estar " -#~ "vacío." +#~ "Error al crear componente de red. El grupo del componente de red no puede estar vacío." #~ msgid "Error creating plugin component. Plugin component name cannot be left blank." #~ msgstr "" -#~ "Error al crear componente plugin. El nombre del componente plugin no puede estar " -#~ "en blanco." +#~ "Error al crear componente plugin. El nombre del componente plugin no puede estar en " +#~ "blanco." #~ msgid "Error creating plugin component. This plugin component already exists." #~ msgstr "Error al crear componente plugin. El componente plugin ya existe." -#~ msgid "" -#~ "Error creating plugin component. Plugin component group cannot be left blank." +#~ msgid "Error creating plugin component. Plugin component group cannot be left blank." #~ msgstr "" -#~ "Error al crear componente plugin. El grupo del componente plugin no puede estar " -#~ "en blanco." +#~ "Error al crear componente plugin. El grupo del componente plugin no puede estar en blanco." -#~ msgid "" -#~ "Error creating SNMP component. Incorrect value for Snmp component type field." +#~ msgid "Error creating SNMP component. Incorrect value for Snmp component type field." #~ msgstr "" -#~ "Error al crear componente SNMP. Valor incorrecto para el tipo de campo del " -#~ "componente SNMP." +#~ "Error al crear componente SNMP. Valor incorrecto para el tipo de campo del componente " +#~ "SNMP." #~ msgid "Error creating SNMP component. SNMP component name cannot be left blank." #~ msgstr "" -#~ "Error al crear componente SNMP. El nombre del componente SNMP no puede estar en " -#~ "blanco." +#~ "Error al crear componente SNMP. El nombre del componente SNMP no puede estar en blanco." #~ msgid "Error creating plugin component. Incorrect value for Id plugin." #~ msgstr "Error al crear componente plugin. Valor incorrecto para el ID del plugin." #~ msgid "Error creating SNMP component. Snmp component group cannot be left blank." #~ msgstr "" -#~ "Error al crear componente SNMP. El grupo del componente SNMP no puede estar en " -#~ "blanco." +#~ "Error al crear componente SNMP. El grupo del componente SNMP no puede estar en blanco." #~ msgid "Error creating alert template. Template name cannot be left blank." #~ msgstr "" -#~ "Error al crear la plantilla de alerta. El nombre de plantilla no puede estar en " -#~ "blanco." +#~ "Error al crear la plantilla de alerta. El nombre de plantilla no puede estar en blanco." -#~ msgid "" -#~ "Error getting module value from all agents. Module name cannot be left blank." +#~ msgid "Error getting module value from all agents. Module name cannot be left blank." #~ msgstr "" -#~ "Error al obtener el valor del módulo para todos los agentes. El nombre del módulo " -#~ "no puede estar en blanco." +#~ "Error al obtener el valor del módulo para todos los agentes. El nombre del módulo no " +#~ "puede estar en blanco." #~ msgid "Error creating local component. Local component group cannot be left blank." #~ msgstr "" -#~ "Error al crear el componente local. El grupo del componente local no puede estar " -#~ "en blanco." +#~ "Error al crear el componente local. El grupo del componente local no puede estar en " +#~ "blanco." #~ msgid "Error creating local component." #~ msgstr "Error al crear el componente local" @@ -66824,12 +64842,10 @@ msgstr "" #~ msgid "Error creating local component. Local component name cannot be left blank." #~ msgstr "" -#~ "Error al crear componente local. El nombre del componente local no puede estar en " -#~ "blanco." +#~ "Error al crear componente local. El nombre del componente local no puede estar en blanco." #~ msgid "Error in creation data module. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error al crear los datos del módulo. Module_name no puede dejarse en blanco." +#~ msgstr "Error al crear los datos del módulo. Module_name no puede dejarse en blanco." #~ msgid "Correct deleting of alert template." #~ msgstr "Plantilla de alerta borrada correctamente" @@ -66838,15 +64854,13 @@ msgstr "" #~ msgstr "Error al borrar plantilla de alerta" #~ msgid "Error updating alert template. Id_template cannot be left blank." -#~ msgstr "" -#~ "Error al actualizar plantilla de alerta. Id_template no puede estar en blanco." +#~ msgstr "Error al actualizar plantilla de alerta. Id_template no puede estar en blanco." #~ msgid "Error creating alert template." #~ msgstr "Error al crear plantilla de alerta" #~ msgid "Error deleting alert template. Id_template cannot be left blank." -#~ msgstr "" -#~ "Error al borrar plantilla de alerta. Id_template no puede dejarse en blanco." +#~ msgstr "Error al borrar plantilla de alerta. Id_template no puede dejarse en blanco." #~ msgid "Correct updating of alert template" #~ msgstr "Plantilla de alerta actualizada correctamente" @@ -66894,8 +64908,7 @@ msgstr "" #~ msgstr "Error al asignar módulo a plantilla" #~ msgid "Error deleting module template. Id_module_template cannot be left blank." -#~ msgstr "" -#~ "Error al borrar módulo de plantilla. Id_module_template no puede estar en blanco." +#~ msgstr "Error al borrar módulo de plantilla. Id_module_template no puede estar en blanco." #~ msgid "Error validating all alert policies." #~ msgstr "Error al validar todas las alertas de políticas" @@ -66913,144 +64926,116 @@ msgstr "" #~ msgstr "Todas las alertas de políticas se validaron correctamente" #~ msgid "Error stopping downtime. Id_downtime cannot be left blank." -#~ msgstr "" -#~ "Error al parar el tiempo de inactividad. Id_downtime no puede estar en blanco." +#~ msgstr "Error al parar el tiempo de inactividad. Id_downtime no puede estar en blanco." #~ msgid "Error updating data module in policy. Id_policy_module cannot be left blank." #~ msgstr "" -#~ "Error al actualizar datos del módulo en la política. Id_policy_module no puede " -#~ "estar en blanco." +#~ "Error al actualizar datos del módulo en la política. Id_policy_module no puede estar en " +#~ "blanco." #~ msgid "Error updating data module in policy. Id_policy cannot be left blank." #~ msgstr "" -#~ "Error al actualizar los datos del módulo en la política. Id_policy no puede estar " -#~ "en blanco." +#~ "Error al actualizar los datos del módulo en la política. Id_policy no puede estar en " +#~ "blanco." #~ msgid "Error adding agent to policy. The agent is already in the policy." #~ msgstr "Error al añadir agente a la política. El agente ya existe en la política." #~ msgid "Error adding data module to policy. Id_policy cannot be left blank." #~ msgstr "" -#~ "Error al añadir los datos de módulo a la política. Id_policy no puede estar en " -#~ "blanco." +#~ "Error al añadir los datos de módulo a la política. Id_policy no puede estar en blanco." #~ msgid "Error adding data module to policy. Module_name cannot be left blank." #~ msgstr "" -#~ "Error al añadir los datos de módulo a la política. Module_name no puede estar en " -#~ "blanco." +#~ "Error al añadir los datos de módulo a la política. Module_name no puede estar en blanco." #~ msgid "" -#~ "Error adding network module to policy. Id_module_type is not correct for network " -#~ "modules." +#~ "Error adding network module to policy. Id_module_type is not correct for network modules." #~ msgstr "" -#~ "Error al añadir módulos de red a la política. Id_module_type no es correcto para " -#~ "módulos de red." +#~ "Error al añadir módulos de red a la política. Id_module_type no es correcto para módulos " +#~ "de red." #~ msgid "Error adding network module to policy. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error al añadir módulos de red a la política. Module_name no puede estar en " -#~ "blanco." +#~ msgstr "Error al añadir módulos de red a la política. Module_name no puede estar en blanco." #~ msgid "Error adding network module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error al añadir módulos de red a la política. Id_policy no puede estar en blanco." +#~ msgstr "Error al añadir módulos de red a la política. Id_policy no puede estar en blanco." #~ msgid "Error updating network module in policy. Module type is not network type." -#~ msgstr "" -#~ "Error al actualizar módulo de red en la política. El tipo de módulo no es de red." +#~ msgstr "Error al actualizar módulo de red en la política. El tipo de módulo no es de red." #~ msgid "Error adding network module to policy." #~ msgstr "Error al añadir módulos de red a la política" #~ msgid "Error adding network module to policy. The module is already in the policy." -#~ msgstr "" -#~ "Error al añadir módulos de red a la política. El módulo ya existe en la política." +#~ msgstr "Error al añadir módulos de red a la política. El módulo ya existe en la política." #~ msgid "Error updating network module in policy. Id_policy cannot be left blank." #~ msgstr "" -#~ "Error al actualizar módulo de red en la política. Id_policy no puede estar en " -#~ "blanco." +#~ "Error al actualizar módulo de red en la política. Id_policy no puede estar en blanco." -#~ msgid "" -#~ "Error updating network module in policy. Id_policy_module cannot be left blank." +#~ msgid "Error updating network module in policy. Id_policy_module cannot be left blank." #~ msgstr "" -#~ "Error al actualizar módulo de red en la política. Id_policy_module no puede estar " -#~ "en blanco." +#~ "Error al actualizar módulo de red en la política. Id_policy_module no puede estar en " +#~ "blanco." #~ msgid "Error updating plugin module in policy. Module type is not network type." #~ msgstr "" -#~ "Error al actualizar módulo de plugin en la política. El tipo de módulo no es de " -#~ "tipo red." +#~ "Error al actualizar módulo de plugin en la política. El tipo de módulo no es de tipo red." -#~ msgid "" -#~ "Error updating plugin module in policy. Id_policy_module cannot be left blank." +#~ msgid "Error updating plugin module in policy. Id_policy_module cannot be left blank." #~ msgstr "" -#~ "Error al actualizar módulo de plugin en la política. Id_policy_module no puede " -#~ "estar en blanco." +#~ "Error al actualizar módulo de plugin en la política. Id_policy_module no puede estar en " +#~ "blanco." #~ msgid "Error adding plugin module to policy. The module is already in the policy." #~ msgstr "" -#~ "Error al añadir el módulo de plugin a la política. El módulo ya existe en la " -#~ "política." +#~ "Error al añadir el módulo de plugin a la política. El módulo ya existe en la política." #~ msgid "Error updating plugin module in policy. Id_policy cannot be left blank." #~ msgstr "" -#~ "Error al actualizar el módulo de plugin en la política. Id_policy no puede estar " -#~ "en blanco." +#~ "Error al actualizar el módulo de plugin en la política. Id_policy no puede estar en " +#~ "blanco." #~ msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." -#~ msgstr "" -#~ "Error al añadir módulo de plugin a la política. Id_plugin no puede estar en " -#~ "blanco." +#~ msgstr "Error al añadir módulo de plugin a la política. Id_plugin no puede estar en blanco." #~ msgid "Error adding plugin module to policy." #~ msgstr "Error al añadir módulo de plugin a la política" #~ msgid "Error adding plugin module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error al añadir módulo de plugin a la política. Id_policy no puede estar en " -#~ "blanco." +#~ msgstr "Error al añadir módulo de plugin a la política. Id_policy no puede estar en blanco." #~ msgid "Error adding plugin module to policy. Module_name cannot be left blank." #~ msgstr "" -#~ "Error al añadir módulo de plugin a la política. Module_name no puede estar en " -#~ "blanco." +#~ "Error al añadir módulo de plugin a la política. Module_name no puede estar en blanco." #~ msgid "Error adding SNMP module to policy." #~ msgstr "Error al añadir módulo SNMP a la política" -#~ msgid "" -#~ "Error adding SNMP module to policy. Id_module_type is not correct for SNMP " -#~ "modules." +#~ msgid "Error adding SNMP module to policy. Id_module_type is not correct for SNMP modules." #~ msgstr "" -#~ "Error al añadir módulo SNMP a la política. Id_module_type no es correcto para " -#~ "módulos SNMP." +#~ "Error al añadir módulo SNMP a la política. Id_module_type no es correcto para módulos " +#~ "SNMP." #~ msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error al añadir módulo SNMP a la política. Id_policy no puede estar en blanco." +#~ msgstr "Error al añadir módulo SNMP a la política. Id_policy no puede estar en blanco." #~ msgid "Error adding SNMP module to policy. Module_name cannot be left blank." -#~ msgstr "" -#~ "Error al añadir módulo SNMP a la política. Module_name no puede estar en blanco." +#~ msgstr "Error al añadir módulo SNMP a la política. Module_name no puede estar en blanco." #~ msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." -#~ msgstr "" -#~ "Error al actualizar módulo SNMP de la política. Id_policy no puede estar en " -#~ "blanco." +#~ msgstr "Error al actualizar módulo SNMP de la política. Id_policy no puede estar en blanco." #~ msgid "Error adding SNMP module to policy. The module is already in the policy." -#~ msgstr "" -#~ "Error al añadir módulo SNMP a la política. El módulo ya existe en la política." +#~ msgstr "Error al añadir módulo SNMP a la política. El módulo ya existe en la política." #~ msgid "Error updating SNMP module in policy. Id_policy_module cannot be left blank." #~ msgstr "" -#~ "Error al actualizar módulo SNMP de la política. Id_policy_module no puede estar " -#~ "en blanco." +#~ "Error al actualizar módulo SNMP de la política. Id_policy_module no puede estar en blanco." #~ msgid "Error updating SNMP module in policy. Module type is not SNMP type." -#~ msgstr "" -#~ "Error al actualizar módulo SNMP de la política. El tipo de módulo no es SNMP." +#~ msgstr "Error al actualizar módulo SNMP de la política. El tipo de módulo no es SNMP." #~ msgid "Error in group creation. Icon_name cannot be left blank." #~ msgstr "Error al crear el grupo. Icon_name no puede estar en blanco." @@ -67059,8 +65044,7 @@ msgstr "" #~ msgstr "Error al aplicar la política" #~ msgid "Error applying policy. This policy is already pending to apply." -#~ msgstr "" -#~ "Error al aplicar la política. Esta política ya está pendiente de ser aplicada." +#~ msgstr "Error al aplicar la política. Esta política ya está pendiente de ser aplicada." #~ msgid "Error applying all policies." #~ msgstr "Error al aplicar todas las políticas" @@ -67078,8 +65062,7 @@ msgstr "" #~ msgstr "Error al crear el filtro Netflow. Aggregate_by no puede estar en blanco." #~ msgid "Error in netflow filter creation. Filter name cannot be left blank." -#~ msgstr "" -#~ "Error al crear el filtro Netflow. El nombre del filtro no puede estar en blanco." +#~ msgstr "Error al crear el filtro Netflow. El nombre del filtro no puede estar en blanco." #~ msgid "Error in netflow filter creation. Group id cannot be left blank." #~ msgstr "Error al crear filtro Netflow. El ID de grupo no puede estar en blanco." @@ -67100,8 +65083,7 @@ msgstr "" #~ msgstr "Error al crear el filtro Netflow. Aggregate_by no puede estar en blanco." #~ msgid "Error enable/disable user. Id_user cannot be left blank." -#~ msgstr "" -#~ "Error al habilitar/deshabilitar el usuario. Id_user no puede estar en blanco." +#~ msgstr "Error al habilitar/deshabilitar el usuario. Id_user no puede estar en blanco." #~ msgid "Error in user enabling/disabling." #~ msgstr "Error al habilitar/deshabilitar el usuario" @@ -67111,8 +65093,8 @@ msgstr "" #~ msgid "Error enable/disable user. Enable/disable value cannot be left blank." #~ msgstr "" -#~ "Error al habilitar/deshabilitar el usuario. El valor de habilitar/deshabilitar no " -#~ "puede estar en blanco." +#~ "Error al habilitar/deshabilitar el usuario. El valor de habilitar/deshabilitar no puede " +#~ "estar en blanco." #~ msgid "Updated user." #~ msgstr "Usuario actualizado" @@ -67130,8 +65112,7 @@ msgstr "" #~ msgstr "Añadir perfil de usuario" #~ msgid "Error enable/disable agent. Id_agent cannot be left blank." -#~ msgstr "" -#~ "Error al habilitar/deshabilitar el agente. Id_agent no puede estar en blanco." +#~ msgstr "Error al habilitar/deshabilitar el agente. Id_agent no puede estar en blanco." #~ msgid "Correct module enable" #~ msgstr "Módulo habilitado correctamente" @@ -67150,8 +65131,8 @@ msgstr "" #~ msgid "Error enable/disable agent. Enable/disable value cannot be left blank." #~ msgstr "" -#~ "Error al habilitar/deshabilitar el agente. El valor de habilitar/deshabilitar no " -#~ "puede estar en blanco." +#~ "Error al habilitar/deshabilitar el agente. El valor de habilitar/deshabilitar no puede " +#~ "estar en blanco." #~ msgid "Error in agent enabling/disabling." #~ msgstr "Error al activar/desactivar el agente" @@ -67178,67 +65159,63 @@ msgstr "" #~ msgstr "Por defecto, mostrar solo la media, el máximo y el mínimo" #~ msgid "" -#~ "The new Update Manager " -#~ "client is shipped with Pandora FMS It helps system administrators to update their " -#~ "Pandora FMS automatically, since the Update Manager does the task of getting new " -#~ "modules, new plugins and new features (even full migrations tools for future " -#~ "versions) automatically." +#~ "The new Update Manager client is " +#~ "shipped with Pandora FMS It helps system administrators to update their Pandora FMS " +#~ "automatically, since the Update Manager does the task of getting new modules, new plugins " +#~ "and new features (even full migrations tools for future versions) automatically." #~ msgstr "" -#~ "El nuevo cliente Administrador " -#~ "de actualizaciones viene incorporado con Pandora FMS. Ayuda a los " -#~ "administradores de sistema a actualizar su Pandora FMS de forma automática, ya " -#~ "que el Administrador de actualizaciones realiza la tarea de obtener nuevos " -#~ "módulos, plugins y funcionalidades (incluso migraciones completas a versiones " -#~ "posteriores) automáticamente." +#~ "El nuevo cliente Administrador de " +#~ "actualizaciones viene incorporado con Pandora FMS. Ayuda a los administradores de " +#~ "sistema a actualizar su Pandora FMS de forma automática, ya que el Administrador de " +#~ "actualizaciones realiza la tarea de obtener nuevos módulos, plugins y funcionalidades " +#~ "(incluso migraciones completas a versiones posteriores) automáticamente." #~ msgid "" -#~ "Update Manager is one of the most advanced features of Pandora FMS Enterprise " -#~ "version, for more information visit http://" -#~ "pandorafms.com." +#~ "Update Manager is one of the most advanced features of Pandora FMS Enterprise version, " +#~ "for more information visit http://pandorafms.com." #~ msgstr "" -#~ "El Administrador de actualizaciones es una de las funcionalidades más avanzadas " -#~ "de la versión Enterprise de Pandora FMS. Para más información visita http://pandorafms.com." +#~ "El Administrador de actualizaciones es una de las funcionalidades más avanzadas de la " +#~ "versión Enterprise de Pandora FMS. Para más información visita http://pandorafms.com." #~ msgid "" -#~ "Update Manager sends anonymous information about Pandora FMS usage (number of " -#~ "agents and modules running). To disable it, please remove the remote server " -#~ "address from the Update Manager plugin setup." +#~ "Update Manager sends anonymous information about Pandora FMS usage (number of agents and " +#~ "modules running). To disable it, please remove the remote server address from the Update " +#~ "Manager plugin setup." #~ msgstr "" -#~ "El Administrador de actualizaciones manda información anónima acerca del uso de " -#~ "Pandora FMS (número de agentes o módulos en ejecución). Para desactivarlo, por " -#~ "favor, elimina la dirección del servidor remoto en la configuración del plugin " -#~ "del Administrador de actualizaciones." +#~ "El Administrador de actualizaciones manda información anónima acerca del uso de Pandora " +#~ "FMS (número de agentes o módulos en ejecución). Para desactivarlo, por favor, elimina la " +#~ "dirección del servidor remoto en la configuración del plugin del Administrador de " +#~ "actualizaciones." #~ msgid "" -#~ "When you subscribe to the Pandora FMS Update Manager service, you accept that we " -#~ "register your Pandora instance as an identifier on the database owned by Artica " -#~ "TS. This data will solely be used to provide you with information about Pandora " -#~ "FMS and will not be conceded to third parties. You'll be able to unregister from " -#~ "said database at any time from the Update Manager options" +#~ "When you subscribe to the Pandora FMS Update Manager service, you accept that we register " +#~ "your Pandora instance as an identifier on the database owned by Artica TS. This data will " +#~ "solely be used to provide you with information about Pandora FMS and will not be conceded " +#~ "to third parties. You'll be able to unregister from said database at any time from the " +#~ "Update Manager options" #~ msgstr "" -#~ "Cuando te suscribes al servicio de Administrador de actualizaciones de Pandora " -#~ "FMS, aceptas que registremos tu instancia de Pandora FMS como identificador en la " -#~ "base de datos propiedad de Ártica ST. Estos datos solo se utilizarán para " -#~ "proporcionarte información sobre Pandora FMS y no serán cedidos a terceros. " -#~ "Podrás cancelar el registro de dicha base de datos en cualquier momento desde las " -#~ "opciones del Administrador de actualizaciones." +#~ "Cuando te suscribes al servicio de Administrador de actualizaciones de Pandora FMS, " +#~ "aceptas que registremos tu instancia de Pandora FMS como identificador en la base de " +#~ "datos propiedad de Ártica ST. Estos datos solo se utilizarán para proporcionarte " +#~ "información sobre Pandora FMS y no serán cedidos a terceros. Podrás cancelar el registro " +#~ "de dicha base de datos en cualquier momento desde las opciones del Administrador de " +#~ "actualizaciones." #~ msgid "" #~ "The Enterprise version comes with a different update system, with fully tested, " -#~ "professionally-supported packages, and our support team is there to help you in " -#~ "case of problems or queries. Update Manager is another feature present in the " -#~ "Enterprise version and not included in the OpenSource version. There are lots of " -#~ "advanced business-oriented features contained in Pandora FMS Enterprise Edition. " -#~ "For more information visit pandorafms.com" +#~ "professionally-supported packages, and our support team is there to help you in case of " +#~ "problems or queries. Update Manager is another feature present in the Enterprise version " +#~ "and not included in the OpenSource version. There are lots of advanced business-oriented " +#~ "features contained in Pandora FMS Enterprise Edition. For more information visit pandorafms.com" #~ msgstr "" -#~ "La versión Enterprise viene con un sistema de actualización diferente, con " -#~ "paquetes totalmente probados y con un equipo de soporte dispuesto a ayudarte en " -#~ "caso de problemas o consultas. El Administrador de actualizaciones es otra " -#~ "característica incluida en la versión Enterprise y que no aparece en la versión " -#~ "OpenSource. Existen muchas funciones avanzadas orientadas a empresas incorporadas " -#~ "en Pandora FMS Enterprise Edition. Para obtener más información, visita pandorafms.com " +#~ "La versión Enterprise viene con un sistema de actualización diferente, con paquetes " +#~ "totalmente probados y con un equipo de soporte dispuesto a ayudarte en caso de problemas " +#~ "o consultas. El Administrador de actualizaciones es otra característica incluida en la " +#~ "versión Enterprise y que no aparece en la versión OpenSource. Existen muchas funciones " +#~ "avanzadas orientadas a empresas incorporadas en Pandora FMS Enterprise Edition. Para " +#~ "obtener más información, visita pandorafms.com " #~ msgid "There is not any update manager messages." #~ msgstr "No hay ningún mensaje del Administrador de actualizaciones" @@ -67250,36 +65227,32 @@ msgstr "" #~ "Click here to start the registration process" #~ msgstr "" -#~ "Haz clic aquí para empezar el proceso de " -#~ "registro." +#~ "Haz clic aquí para empezar el proceso de registro." #~ msgid "Remote configuration directory is not writtable for the console" #~ msgstr "El directorio de configuración remoto no es modificable por la consola." #~ msgid "" -#~ "There are too much files in attachment directory. This is not fatal, but you " -#~ "should consider cleaning up your attachment directory manually" +#~ "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 «adjuntos». No se trata de un error " -#~ "grave, pero deberías pensar en limpiar el directorio manualmente." +#~ "Hay demasiados archivos en el directorio «adjuntos». No se trata de un error grave, pero " +#~ "deberías pensar en limpiar el directorio manualmente." -#~ msgid "" -#~ "Please change the default password because is a common vulnerability reported." +#~ msgid "Please change the default password because is a common vulnerability reported." #~ msgstr "" -#~ "Por favor, cambia la contraseña por defecto ya que es una vulnerabilidad " -#~ "comúnmente reportada." +#~ "Por favor, cambia la contraseña por defecto ya que es una vulnerabilidad comúnmente " +#~ "reportada." #~ msgid "Default password for \"Admin\" user has not been changed." -#~ msgstr "" -#~ "La contraseña por defecto para el usuario \"Administrador\" no ha sido cambiada." +#~ msgstr "La contraseña por defecto para el usuario \"Administrador\" no ha sido cambiada." #~ msgid "" -#~ "Please check that the web server has write rights on the {HOMEDIR}/attachment " -#~ "directory" +#~ "Please check that the web server has write rights on the {HOMEDIR}/attachment directory" #~ msgstr "" -#~ "Comprueba que el servidor web tiene permisos de escritura en el directorio " -#~ "{HOMEDIR}/directorio_de_adjuntos" +#~ "Comprueba que el servidor web tiene permisos de escritura en el directorio {HOMEDIR}/" +#~ "directorio_de_adjuntos" #~ msgid "Remote configuration directory is not readble for the console" #~ msgstr "El directorio de configuración remota no es legible por la consola." @@ -67294,121 +65267,112 @@ msgstr "" #~ "Click here to start the newsletter subscription process" #~ msgstr "" -#~ "Haz clic aquí para empezar el proceso de " -#~ "registro a la newsletter." +#~ "Haz clic aquí para empezar el proceso de registro a la newsletter." #~ msgid "Not subscribed to the newsletter" #~ msgstr "No suscrito a la newsletter" #~ msgid "" -#~ "In the same fashion, when subscribed to the newsletter you accept that your email " -#~ "will pass on to a database property of Artica TS. This data will solely be used " -#~ "to provide you with information about Pandora FMS and will not be conceded to " -#~ "third parties. You'll be able to unregister from said database at any time from " -#~ "the newsletter subscription options" +#~ "In the same fashion, when subscribed to the newsletter you accept that your email will " +#~ "pass on to a database property of Artica TS. This data will solely be used to provide you " +#~ "with information about Pandora FMS and will not be conceded to third parties. You'll be " +#~ "able to unregister from said database at any time from the newsletter subscription options" #~ msgstr "" -#~ "De la misma manera, al suscribirte a la newsletter aceptas que tu correo " -#~ "electrónico se transmitirá a una base de datos de Ártica ST. Estos datos solo se " -#~ "utilizarán para proporcionarte información sobre Pandora FMS y no serán cedidos a " -#~ "terceros. Podrás cancelar el registro de dicha base de datos en cualquier momento " -#~ "desde las opciones de suscripción a las newsletter." +#~ "De la misma manera, al suscribirte a la newsletter aceptas que tu correo electrónico se " +#~ "transmitirá a una base de datos de Ártica ST. Estos datos solo se utilizarán para " +#~ "proporcionarte información sobre Pandora FMS y no serán cedidos a terceros. Podrás " +#~ "cancelar el registro de dicha base de datos en cualquier momento desde las opciones de " +#~ "suscripción a las newsletter." #~ 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" +#~ "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." +#~ "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." #~ msgid "Too much files in your tempora/attachment directory" #~ msgstr "Demasiados archivos en el directorio temporal de adjuntos" #~ 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" +#~ "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 "" -#~ "No estás llevando a cabo un buen mantenimiento de la base de datos desde hace más " -#~ "de 48 horas. Por favor, revisa la documentación de Pandora FMS acerca de cómo " -#~ "ejecutar este proceso de mantenimiento (pandora_db.pl) y habilítalo lo antes " -#~ "posible." +#~ "No estás llevando a cabo un buen mantenimiento de la base de datos desde hace más de 48 " +#~ "horas. Por favor, revisa la documentación de Pandora FMS acerca de cómo ejecutar este " +#~ "proceso de mantenimiento (pandora_db.pl) y habilítalo lo antes posible." #~ msgid "" -#~ "Your defined font doesnt exist or is not defined. Please check font parameters in " -#~ "your config" +#~ "Your defined font doesnt exist or is not defined. Please check font parameters in your " +#~ "config" #~ msgstr "" -#~ "La fuente no existe o no ha sido definida. Por favor, comprueba los parámetros de " -#~ "la fuente en tu configuración." +#~ "La fuente no existe o no ha sido definida. Por favor, comprueba los parámetros de la " +#~ "fuente en tu configuración." -#~ msgid "" -#~ "Event storm protection is activated. No events will be generated during this mode." +#~ msgid "Event storm protection is activated. No events will be generated during this mode." #~ msgstr "" -#~ "La protección contra tormentas de eventos está activada. No se generarán eventos " -#~ "durante este modo." +#~ "La protección contra tormentas de eventos está activada. No se generarán eventos durante " +#~ "este modo." #~ msgid "You need to restart server after altering this configuration setting." #~ msgstr "Es necesario reiniciar el servidor después de modificar esta configuración." #~ msgid "" -#~ "There is a new update available. Please " -#~ "go to Administration:Setup:Update Manager for more details." +#~ "There is a new update available. Please go to Administration:" +#~ "Setup:Update Manager for more details." #~ msgstr "" -#~ "Nueva actualización disponible. Por favor, " -#~ "ve a Administración:Configuración:Administrador de actualizaciones para más " -#~ "detalles." +#~ "Nueva actualización disponible. Por favor, ve a " +#~ "Administración:Configuración:Administrador de actualizaciones para más detalles." #~ msgid "New update of Pandora Console" #~ msgstr "Nueva actualización de la consola de Pandora FMS" #~ 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." +#~ "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ás operar con normalidad hasta que elimines el " -#~ "archivo de instalación.\n" -#~ "\t\t\tPor favor, elimina el archivo ./install.php antes de ejecutar la " -#~ "consola de Pandora FMS." +#~ "Por razones de seguridad no podrás operar con normalidad hasta que elimines el archivo de " +#~ "instalación.\n" +#~ "\t\t\tPor favor, elimina el archivo ./install.php antes de ejecutar la consola de " +#~ "Pandora FMS." #~ msgid "" -#~ "Cannot load configuration variables from database. Please check your database " -#~ "setup in the\n" +#~ "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.
" +#~ "\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, comprueba la configuración de la base de datos en el archivo\n" +#~ "No se pueden cargar las variables de configuración de la base de datos. Por favor, " +#~ "comprueba la configuración de la base de datos en el archivo\n" #~ "\t\t\tinclude/config.php.

\n" -#~ "\t\t\tLo más probable es que el esquema de la base de datos haya sido creado pero " -#~ "que no haya datos dentro, que haya un problema con las credenciales o que el " -#~ "esquema esté caducado.\n" -#~ "\t\t\t

La consola de Pandora FMS no puede encontrar include/config.php o este archivo tiene\n" +#~ "\t\t\tLo más probable es que el esquema de la base de datos haya sido creado pero que no " +#~ "haya datos dentro, que haya un problema con las credenciales o que el esquema esté " +#~ "caducado.\n" +#~ "\t\t\t

La consola de Pandora FMS no puede encontrar include/config.php o " +#~ "este archivo tiene\n" #~ "\t\t\tpermisos no válidos y el servidor HTTP no puede leerlo. Por favor, lee la " #~ "documentación para solucionar este problema.
" #~ 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." +#~ "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, lee la " -#~ "documentación para solucionar este problema." +#~ "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, lee la documentación para " +#~ "solucionar este problema." #~ msgid "" #~ "Remember that this package will override the actual Pandora FMS files and it is " @@ -67418,42 +65382,39 @@ msgstr "" #~ "recomienda hacer una copia de seguridad antes de continuar con el proceso." #~ msgid "Custom directory where the graphviz binaries are stored." -#~ msgstr "" -#~ "Directorio personalizado donde se almacenan los archivos binarios de graphviz" +#~ msgstr "Directorio personalizado donde se almacenan los archivos binarios de graphviz" #~ msgid "" -#~ "Variable disable_functions containts functions system() or exec(), in PHP " -#~ "configuration file (php.ini)" +#~ "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 " -#~ "archivo de configuración de php (php.ini)." +#~ "La variable disable_functions contiene las funciones system() o exec() en el archivo de " +#~ "configuración de php (php.ini)." #~ msgid "" -#~ "To disable, change it on your PHP configuration file (php.ini) and put safe_mode " -#~ "= Off (Dont forget restart apache process after changes)" +#~ "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 deshabilitarlo, hay que poner safe_mode = Off en el archivo de configuración " -#~ "de PHP (php.ini) (después de los cambios, hay que reiniciar Apache)." +#~ "Para deshabilitarlo, hay que poner safe_mode = Off en el archivo de configuración de PHP " +#~ "(php.ini) (después de los cambios, hay que reiniciar Apache)." #~ 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." #~ msgid "" -#~ "Cannot connect to the database, please check your database setup in the " -#~ "include/config.php file.

\n" +#~ "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, comprueba la configuración de " -#~ "la base de datos en el archivo include/config.php

\n" -#~ "\t\t\tProbablemente el valor de administrador, usuario o contraseña sean " -#~ "incorrectos.\n" +#~ "No se pudo conectar a la base de datos. Por favor, comprueba la configuración de la base " +#~ "de datos en el archivo include/config.php

\n" +#~ "\t\t\tProbablemente el valor de administrador, usuario o contraseña sean incorrectos.\n" #~ "\t\t\tLa base de datos no está en ejecución." #~ msgid "Please check that the web server has write rights on the file" #~ msgstr "" -#~ "Por favor, comprueba que el servidor web tenga permisos de escritura sobre este " -#~ "archivo." +#~ "Por favor, comprueba que el servidor web tenga permisos de escritura sobre este archivo." #~ msgid "The file is not readable by HTTP Server" #~ msgstr "El servidor HTTP no puede leer el archivo." @@ -67478,11 +65439,11 @@ msgstr "" #~ msgstr "Base de datos del histórico" #~ msgid "" -#~ "You can not delete the last group in Pandora. A common installation must has " -#~ "almost one group." +#~ "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 FMS. Una instalación normal debe " -#~ "tener al menos un grupo." +#~ "No se puede borrar el último grupo en Pandora FMS. Una instalación normal debe tener al " +#~ "menos un grupo." #~ msgid "Pie graph and Summary table" #~ msgstr "Gráfico circular y tabla resumen" @@ -67512,20 +65473,18 @@ msgstr "" #~ msgstr "Tabla de estadísticas de Netflow" #~ 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." +#~ "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 "" -#~ "Permíteme que me presente: soy Pandorin, el molesto asistente de Pandora FMS. " -#~ "Puedes seguir mis pasos para realizar las tareas básicas en Pandora FMS o puedes " -#~ "cerrarme y no verme nunca más." +#~ "Permíteme que me presente: soy Pandorin, el molesto asistente de Pandora FMS. Puedes " +#~ "seguir mis pasos para realizar las tareas básicas en Pandora FMS o puedes cerrarme y no " +#~ "verme nunca más." #~ msgid "" -#~ "The first thing you have to do is to setup the config email in the Pandora FMS " -#~ "Server." +#~ "The first thing you have to do is to setup the config email in the Pandora FMS Server." #~ msgstr "" -#~ "Lo primero que tienes que hacer es configurar el email en el servidor de Pandora " -#~ "FMS." +#~ "Lo primero que tienes que hacer es configurar el email en el servidor de Pandora FMS." #~ msgid "Avg Only" #~ msgstr "Solo media" @@ -67580,22 +65539,20 @@ msgstr "" #~ "You can find more help in the Pandora's wiki" #~ msgstr "" -#~ "Puedes encontrar más ayuda en la wiki de Pandora FMS" +#~ "Puedes encontrar más ayuda en la wiki de Pandora FMS" #~ msgid "" -#~ "You can not change your password from Pandora FMS under the current " -#~ "authentication scheme" +#~ "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 " #~ "autentificación." #~ msgid "" -#~ "You can not change your user info from Pandora FMS under the current " -#~ "authentication scheme" +#~ "You can not change your user info from Pandora FMS under the current authentication scheme" #~ msgstr "" -#~ "No puedes cambiar su información de usuario desde Pandora FMS bajo el actual " -#~ "esquema de autentificación." +#~ "No puedes cambiar su información de usuario desde Pandora FMS bajo el actual esquema de " +#~ "autentificación." #~ msgid "Webchat" #~ msgstr "Chat de la web" @@ -67604,15 +65561,14 @@ msgstr "" #~ msgstr "Conexión establecida. Obtener mensajes de las últimas 24 horas." #~ 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." +#~ "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, estás intentando añadir un widget en una celda vacía. Por favor, guarda el " -#~ "diseño antes de añadir cualquier control en esta celda." +#~ "Error, estás intentando añadir un widget en una celda vacía. Por favor, guarda el diseño " +#~ "antes de añadir cualquier control en esta celda." #~ 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." +#~ msgstr "Si la propagación de ACL está activada, este grupo incluirá los grupos hijos." #~ msgid "Show a defined custom graph" #~ msgstr "Mostrar un gráfico personalizado definido" @@ -67662,11 +65618,10 @@ msgstr "" #~ 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." +#~ "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" +#~ 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." @@ -67683,16 +65638,14 @@ msgstr "" #~ msgid "Delete remote conf server files in Pandora" #~ msgstr "Borrar los servidores de configuración remota en Pandora FMS" -#~ msgid "" -#~ "Delete this conf file implies that Pandora will send back local config to console" +#~ msgid "Delete this conf file implies that Pandora will send back local config to console" #~ msgstr "" -#~ "Si se borra este archivo de configuración, Pandora FMS enviará la configuración " -#~ "local a la consola." +#~ "Si se borra este archivo de configuración, Pandora FMS enviará la configuración local a " +#~ "la consola." #~ msgid "This values are by default because the service is auto calculate mode." #~ msgstr "" -#~ "Estos valores son valores por defecto porque el servicio está en modo cálculo " -#~ "automático." +#~ "Estos valores son valores por defecto porque el servicio está en modo cálculo automático." #~ msgid "Service element created successfully" #~ msgstr "Elemento de servicio creado correctamente" @@ -67701,8 +65654,7 @@ msgstr "" #~ msgstr "Error al crear el elemento de servicio" #~ 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." +#~ msgstr "Solo los elementos críticos son relevantes para calcular el estado del servicio." #~ msgid "Ok weight" #~ msgstr "Peso OK" @@ -67720,11 +65672,11 @@ msgstr "" #~ msgstr "Los pesos tienen valores por defecto." #~ msgid "" -#~ "Only the elements configured as 'critical element' are used to calculate the " -#~ "service status" +#~ "Only the elements configured as 'critical element' are used to calculate the service " +#~ "status" #~ msgstr "" -#~ "Solo los elementos configurados como \"elementos críticos\" se utilizan para " -#~ "calcular el estado del servicio." +#~ "Solo los elementos configurados como \"elementos críticos\" se utilizan para calcular el " +#~ "estado del servicio." #~ msgid "Please set limit between 0 to 100." #~ msgstr "Por favor, introduce un límite de 0 a 100." @@ -67733,15 +65685,14 @@ msgstr "" #~ msgstr "Alerta crítica del servicio SLA" #~ msgid "" -#~ "Before activating this option check your ACL Setup. You may lose access to the " -#~ "console." +#~ "Before activating this option check your ACL Setup. You may lose access to the console." #~ msgstr "" -#~ "Antes de activar esta opción comprueba la configuración ACL. Puede que pierdas el " -#~ "acceso a la consola." +#~ "Antes de activar esta opción comprueba la configuración ACL. Puede que pierdas el acceso " +#~ "a la consola." #~ msgid "" -#~ "Rules applied to the management of passwords. This policy applies to all users " -#~ "except the administrator." +#~ "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." @@ -67753,19 +65704,15 @@ msgstr "" #~ msgstr "Pandora FMS remoto" #~ msgid "Select the path where SimpleSAML has been installed (by default '/opt/')" -#~ msgstr "" -#~ "Selecciona la ruta donde se haya instalado SimpleSAML (por defecto \"/opt/\")" +#~ msgstr "Selecciona la ruta donde se haya instalado SimpleSAML (por defecto \"/opt/\")" -#~ msgid "" -#~ "Event history is ONLY used for event reports, is not used in graphs or event " -#~ "viewer." +#~ 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á utilizado para los informes de eventos, y no " -#~ "para los gráficos o el visor de eventos." +#~ "El histórico de eventos SOLO será utilizado para los informes de eventos, y no para los " +#~ "gráficos o el 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 del histórico" +#~ msgstr "Número de días antes de transferir los eventos a la base de datos del histórico" #~ msgid "Time interval between data transfer." #~ msgstr "Intervalo de tiempo entre cada transferencia de datos" @@ -67775,8 +65722,7 @@ msgstr "" #~ 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 del " -#~ "histórico" +#~ "Número de días antes de que los datos se transfieran a la base de datos del histórico" #~ msgid "Error accesing to API, auth error." #~ msgstr "Error al acceder a la API. Error de autentificación." @@ -67794,16 +65740,15 @@ msgstr "" #~ msgstr "Error al conectar con el servidor" #~ msgid "" -#~ "Server name doesnt match. Check the node server name and configure the same one " -#~ "on metasetup" +#~ "Server name doesnt match. Check the node server name and configure the same one on " +#~ "metasetup" #~ msgstr "" -#~ "El nombre del servidor no coincide. Comprueba el nombre del servidor del nodo y " -#~ "configura el mismo nombre en el metasetup." +#~ "El nombre del servidor no coincide. Comprueba el nombre del servidor del nodo y configura " +#~ "el mismo nombre en el metasetup." #~ msgid "Restoring a Pandora database backup must be done manually" #~ msgstr "" -#~ "Tienes que restaurar la copia de seguridad de la base de datos de Pandora FMS " -#~ "manualmente." +#~ "Tienes que restaurar la copia de seguridad de la base de datos de Pandora FMS manualmente." #~ msgid "Into your destination database." #~ msgstr "En la base de datos de destino" @@ -67811,8 +65756,7 @@ msgstr "" #~ msgid "Run import command using the following command" #~ msgstr "Ejecuta el comando de importación mediante el siguiente comando" -#~ msgid "" -#~ "Configure a purge period more frequent than a compact data period has no sense" +#~ msgid "Configure a purge period more frequent than a compact data period has no sense" #~ msgstr "" #~ "No tiene sentido configurar un período de purga más frecuente que el período de " #~ "compactación de datos." @@ -67821,8 +65765,8 @@ msgstr "" #~ "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 purga de datos es más frecuente que el borrado de eventos, " -#~ "pueden surgir anomalías en los gráficos de módulo." +#~ "Si la compactación o purga de datos es más frecuente que el borrado de eventos, pueden " +#~ "surgir anomalías en los gráficos de módulo." #~ msgid "Legend Graph" #~ msgstr "Leyenda del gráfico" @@ -67841,37 +65785,34 @@ msgstr "" #~ msgid "Please contact Artica at info@artica.es for a valid licence." #~ msgstr "" -#~ "Por favor, contacta con Ártica ST en info@artica.es para obtener una licencia " -#~ "válida." +#~ "Por favor, contacta con Ártica ST en info@artica.es para obtener una licencia válida." #~ 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:" +#~ "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, desactiva Pandora FMS Enterprise " -#~ "cambiando el nombre de la Enteprise en el directorio de la consola.

o " -#~ "contacta con Ártica ST para obtener una licencia válida (info@artica.es)." +#~ "Para continuar usando Pandora FMS, por favor, desactiva Pandora FMS Enterprise cambiando " +#~ "el nombre de la Enteprise en el directorio de la consola.

o contacta con Ártica ST " +#~ "para obtener una licencia válida (info@artica.es)." #, php-format #~ msgid "" -#~ "License out of limits

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

This license " +#~ "allows %d agents and you have %d agents configured." #~ msgstr "" -#~ "Licencia caducada

Esta " -#~ "licencia es para %d agentes y tiene %d agentes configurados." +#~ "Licencia caducada

Esta licencia es " +#~ "para %d agentes y tiene %d agentes configurados." #, php-format #~ msgid "" -#~ "License out of limits

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

This license " +#~ "allows %d modules and you have %d modules configured." #~ msgstr "" -#~ " Licencia caducada

Esta " -#~ "licencia permite %d módulos y tiene %d módulos configurados." +#~ " Licencia caducada

Esta licencia " +#~ "permite %d módulos y tiene %d módulos configurados." #~ msgid "Please contact Artica at info@artica.es to renew the license." -#~ msgstr "" -#~ "Por favor, contacta con Ártica ST (info@artica.es) para renovar la licencia." +#~ msgstr "Por favor, contacta con Ártica ST (info@artica.es) para renovar la licencia." #~ msgid "Could not be create, duplicated server name." #~ msgstr "No se puede crear, el nombre del servidor está duplicado." @@ -67886,14 +65827,13 @@ msgstr "" #~ 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" +#~ "\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, contacta con el administrador del sistema si necesitas ayuda.\n" +#~ "El acceso a esta página está restringido a usuarios autorizados solamente. Por favor, " +#~ "contacta con el administrador del sistema si necesitas ayuda.\n" #~ "\t \t \t \t \t
Recuerda que todos los intentos de acceso a esta página son " -#~ "registrados en los logs de seguridad de la base de datos del sistema de Pandora " -#~ "FMS." +#~ "registrados en los logs de seguridad de la base de datos del sistema de Pandora FMS." #~ msgid "There was a problem loading alert" #~ msgstr "Error al cargar la configuración de la alerta" @@ -67902,13 +65842,10 @@ msgstr "" #~ msgstr "Error al cargar las etiquetas" #~ 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." +#~ msgstr "No se muestra la consola visual debido a las limitaciones de tamaño de la pantalla." #~ msgid "All the items are not available in CSV, only the previous versions ones." -#~ msgstr "" -#~ "Todos los elementos no están disponibles en CSV, solo en versiones anteriores." +#~ msgstr "Todos los elementos no están disponibles en CSV, solo en versiones anteriores." #~ msgid "When connecting to Artica server." #~ msgstr "Cuando se conecta al servidor de Ártica ST." @@ -67918,102 +65855,96 @@ msgstr "" #~ msgstr "Error al borrar %s módulo(s) de %s" #~ msgid "" -#~ "The community version doesn't have the ability to define your own library of " -#~ "local modules, or distribute it to remote agents. You need to make those changes " -#~ "individually on each agent which is possible by using external tools and time and " -#~ "effort. Nor can it distribute local plugins, or have access to the library of " -#~ "enterprise plugins to monitor applications such as VMWare, RHEV or Informix " -#~ "between others. The Enterprise version will have all this, plus the ability to " -#~ "distribute and manage your own local modules on your systems, individually or " -#~ "through policies.\n" +#~ "The community version doesn't have the ability to define your own library of local " +#~ "modules, or distribute it to remote agents. You need to make those changes individually " +#~ "on each agent which is possible by using external tools and time and effort. Nor can it " +#~ "distribute local plugins, or have access to the library of enterprise plugins to monitor " +#~ "applications such as VMWare, RHEV or Informix between others. The Enterprise version will " +#~ "have all this, plus the ability to distribute and manage your own local modules on your " +#~ "systems, individually or through policies.\n" #~ "

pandorafms.com" +#~ "Do you want to consolidate all your system monitoring? Do you have many systems, making " +#~ "it difficult to manage them in a comprehensive manner? Would you like to deploy " +#~ "monitoring, alerts and even local plugins with a single click? Pandora FMS Enterprise " +#~ "Policies are exactly what you need; you'll save time, effort and annoyances. More " +#~ "information pandorafms.com" #~ msgstr "" -#~ "¿Quieres consolidar toda la supervisión de su sistema? ¿Tienes muchos sistemas, y " -#~ "te resulta difícil administrarlos de una manera integral? ¿Te gustaría " -#~ "implementar monitorización, alertas e incluso plugins locales con un solo clic? " -#~ "Las políticas de Pandora FMS Enterprise son exactamente lo que necesitas. " -#~ "Ahorrarás tiempo, esfuerzo y molestias. Más información pandorafms.com" +#~ "¿Quieres consolidar toda la supervisión de su sistema? ¿Tienes muchos sistemas, y te " +#~ "resulta difícil administrarlos de una manera integral? ¿Te gustaría implementar " +#~ "monitorización, alertas e incluso plugins locales con un solo clic? Las políticas de " +#~ "Pandora FMS Enterprise son exactamente lo que necesitas. Ahorrarás tiempo, esfuerzo y " +#~ "molestias. Más información pandorafms.com" #~ msgid "" -#~ "The Update Manager client is included on Pandora FMS. It helps system " -#~ "administrators update their Pandora FMS automatically, since the Update Manager " -#~ "retrieves new modules, new plugins and new features (even full migrations tools " -#~ "for future versions) automatically." +#~ "The Update Manager client is included on Pandora FMS. It helps system administrators " +#~ "update their Pandora FMS automatically, since the Update Manager retrieves new modules, " +#~ "new plugins and new features (even full migrations tools for future versions) " +#~ "automatically." #~ msgstr "" -#~ "El cliente de Administrador de actualizaciones se incluye en Pandora FMS. Esto " -#~ "ayuda a los administradores del sistema a actualizar su Pandora FMS " -#~ "automáticamente, ya que el Administrador de actualizaciones recupera " -#~ "automáticamente los nuevos módulos, plugins y funciones (incluso las herramientas " -#~ "de migración completas para versiones futuras)." +#~ "El cliente de Administrador de actualizaciones se incluye en Pandora FMS. Esto ayuda a " +#~ "los administradores del sistema a actualizar su Pandora FMS automáticamente, ya que el " +#~ "Administrador de actualizaciones recupera automáticamente los nuevos módulos, plugins y " +#~ "funciones (incluso las herramientas de migración completas para versiones futuras)." #~ msgid "Plugin creation" #~ msgstr "Creación de plugins" #~ msgid "" -#~ "For security reasons, config.php must have restrictive permissions, and " -#~ "\"other\" users\n" +#~ "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." +#~ "\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 él. Solo debería " -#~ "poder escribir el propietario\n" -#~ "\t\t\t(habitualmente www-data o http daemon usuario). La operación normal no es " -#~ "posible hasta que se cambien\n" -#~ "\t\t\tlos permisos para el archivo include/config.php . Por favor hazlo, " -#~ "es por tu seguridad." +#~ "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 él. Solo debería poder " +#~ "escribir el propietario\n" +#~ "\t\t\t(habitualmente www-data o http daemon usuario). La operación normal no es posible " +#~ "hasta que se cambien\n" +#~ "\t\t\tlos permisos para el archivo include/config.php . Por favor hazlo, es por tu " +#~ "seguridad." #~ msgid "Become owner" #~ msgstr "Convertirse en propietario" #~ msgid "Unsucessful delete profile. Because the profile is used by some admin users." #~ msgstr "" -#~ "Error al eliminar el perfil; está siendo utilizado por algunos usuarios " -#~ "administradores." +#~ "Error al eliminar el perfil; está siendo utilizado por algunos usuarios administradores." #~ msgid "Remote system doesnt support host SNMP information" #~ msgstr "El sistema remoto no es compatible la información del host SNMP" -#~ msgid "" -#~ "The current authentication scheme doesn't support creating users from Pandora FMS" +#~ msgid "The current authentication scheme doesn't support creating users from Pandora FMS" #~ msgstr "" -#~ "El esquema actual de autentificación no permite la creación de usuarios desde " -#~ "Pandora FMS." +#~ "El esquema actual de autentificación no permite la creación de usuarios desde Pandora FMS." #~ msgid "Whether to use Javascript or static PNG graphs" #~ msgstr "Usar Javascript o gráficos estáticos PNG" #~ 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\";
" +#~ "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 has modificado el sistema de autentificación, este problema puede ser porque " -#~ "Pandora FMS no puede anular las variables de autorización de la base de datos de " -#~ "configuración. Bórralas de la base de datos ejecutando
DELETE FROM "
-#~ "tconfig WHERE token = \"auth\";
" +#~ "Si has modificado el sistema de autentificación, este problema puede ser porque Pandora " +#~ "FMS no puede anular las variables de autorización de la base de datos de configuración. " +#~ "Bórralas de la base de datos ejecutando
DELETE FROM tconfig WHERE token = \"auth"
+#~ "\";
" #~ msgid "Hide not init agents" #~ msgstr "Ocultar agentes no iniciados" @@ -68028,15 +65959,15 @@ msgstr "" #~ msgstr "No hay dashboards" #~ msgid "" -#~ "This system has too many modules per agent. OpenSource version could manage " -#~ "thousands of modules, but is not recommended to have more than 40 modules per " -#~ "agent. This configuration has B/A modules per agent. Checkout the Enterprise " -#~ "Version for a professional supported system." +#~ "This system has too many modules per agent. OpenSource version could manage thousands of " +#~ "modules, but is not recommended to have more than 40 modules per agent. This " +#~ "configuration has B/A modules per agent. Checkout the Enterprise Version for a " +#~ "professional supported system." #~ msgstr "" -#~ "El sistema tiene muchos módulos por agente. La versión OpenSource puede manejar " -#~ "miles de módulos, pero no se recomienda tener más de 40 módulos por agente. Esta " -#~ "configuración tiene módulos B/A por agente. Instala la versión Enterprise para " -#~ "obtener un sistema profesional compatible." +#~ "El sistema tiene muchos módulos por agente. La versión OpenSource puede manejar miles de " +#~ "módulos, pero no se recomienda tener más de 40 módulos por agente. Esta configuración " +#~ "tiene módulos B/A por agente. Instala la versión Enterprise para obtener un sistema " +#~ "profesional compatible." #, php-format #~ msgid "Check if the process %s is running or not" @@ -68048,15 +65979,11 @@ msgstr "" #~ msgid "Error in creation plugin module. Id_plugin cannot be left blank." #~ msgstr "Error al crear el módulo plugin. Id_plugin no puede dejarse en blanco." -#~ msgid "" -#~ "Error in creation network module. Id_module_type is not correct for network " -#~ "modules." +#~ msgid "Error in creation network module. Id_module_type is not correct for network modules." #~ msgstr "" -#~ "Error al crear el módulo de red. Id_module_type no es correcto para los módulos " -#~ "de red." +#~ "Error al crear el módulo de red. Id_module_type no es correcto para los módulos de red." -#~ msgid "" -#~ "Limit the number of events that are replicated metaconsole each specified range." +#~ 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." @@ -68065,8 +65992,8 @@ msgstr "" #~ msgstr "No hay servidores añadidos a la Metaconsola" #~ msgid "" -#~ "\"Translate string\" extension is missed in the server. This extension is " -#~ "mandatory to be configured on metaconsole." +#~ "\"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 \"Traducir cadena\". Esta extensión es " -#~ "imprescindible para configurar la Metaconsola." +#~ "En el servidor, falta la extensión \"Traducir cadena\". Esta extensión es imprescindible " +#~ "para configurar la Metaconsola." diff --git a/pandora_console/include/lib/Dashboard/Manager.php b/pandora_console/include/lib/Dashboard/Manager.php index 9c823ead01..36769c4338 100644 --- a/pandora_console/include/lib/Dashboard/Manager.php +++ b/pandora_console/include/lib/Dashboard/Manager.php @@ -994,6 +994,27 @@ class Manager implements PublicLogin ui_require_css_file('modal'); ui_require_css_file('form'); + $hash_aux = get_parameter('hash'); + if (empty($dashboardId)) { + $dashboards = $this->getDashboards(); + $dashboards = array_reduce( + $dashboards, + function ($carry, $item) { + $carry[$item['id']] = $item['name']; + return $carry; + }, + [] + ); + + foreach ($dashboards as $key => $layout) { + $hash_compare = self::generatePublicHash($key); + if (hash_equals($hash_aux, $hash_compare)) { + $this->dashboardId = $key; + break; + } + } + } + if ($this->dashboardId === 0 || $this->deleteDashboard === true || $this->copyDashboard === true @@ -1164,11 +1185,10 @@ class Manager implements PublicLogin [ 'dashboards' => $dashboards, 'ajaxController' => $this->ajaxController, - 'dashboardId' => $this->dashboardId, 'refr' => $this->refr, 'url' => $this->url, 'dashboardName' => $this->dashboardFields['name'], - 'hash' => self::generatePublicHash(), + 'hash' => self::generatePublicHash($this->dashboardId), 'publicLink' => $this->publicLink, 'dashboardGroup' => $this->dashboardFields['id_group'], 'dashboardUser' => $this->dashboardFields['id_user'], @@ -1210,7 +1230,7 @@ class Manager implements PublicLogin 'updateDashboard' => $this->updateDashboard, 'cellIdCreate' => \get_parameter('cellIdCreate', 0), 'class' => (($config['public_dashboard'] === true) ? quotemeta(__CLASS__) : ''), - 'hash' => (($config['public_dashboard'] === true) ? self::generatePublicHash() : ''), + 'hash' => (($config['public_dashboard'] === true) ? self::generatePublicHash($this->dashboardId) : ''), ] ); } else { diff --git a/pandora_console/include/lib/Modules/Authentication/Controllers/CreateTokenController.php b/pandora_console/include/lib/Modules/Authentication/Controllers/CreateTokenController.php index e6b005408c..9f104c2f99 100644 --- a/pandora_console/include/lib/Modules/Authentication/Controllers/CreateTokenController.php +++ b/pandora_console/include/lib/Modules/Authentication/Controllers/CreateTokenController.php @@ -26,12 +26,12 @@ final class CreateTokenController extends Controller * path="/token", * summary="Creates a new tokens", * @OA\RequestBody(ref="#/components/requestBodies/requestBodyToken"), - * @OA\Response(response=200, ref="#/components/responses/ResponseToken"), - * @OA\Response(response=400, ref="#/components/responses/BadRequest"), - * @OA\Response(response=401, ref="#/components/responses/Unauthorized"), - * @OA\Response(response=403, ref="#/components/responses/Forbidden"), - * @OA\Response(response=404, ref="#/components/responses/NotFound"), - * @OA\Response(response=500, ref="#/components/responses/InternalServerError") + * @OA\Response(response=200, ref="#/components/responses/ResponseToken"), + * @OA\Response(response=400, ref="#/components/responses/BadRequest"), + * @OA\Response(response=401, ref="#/components/responses/Unauthorized"), + * @OA\Response(response=403, ref="#/components/responses/Forbidden"), + * @OA\Response(response=404, ref="#/components/responses/NotFound"), + * @OA\Response(response=500, ref="#/components/responses/InternalServerError") * ) */ public function __invoke(Request $request, Response $response): Response diff --git a/pandora_console/include/lib/Modules/Users/Actions/GetUserLoginAction.php b/pandora_console/include/lib/Modules/Users/Actions/GetUserLoginAction.php new file mode 100644 index 0000000000..a14df3564e --- /dev/null +++ b/pandora_console/include/lib/Modules/Users/Actions/GetUserLoginAction.php @@ -0,0 +1,19 @@ +getUserLoginService->__invoke($idUser, $pass); + } +} diff --git a/pandora_console/include/lib/Modules/Users/Controllers/GetUserLoginController.php b/pandora_console/include/lib/Modules/Users/Controllers/GetUserLoginController.php new file mode 100644 index 0000000000..a415a63eaa --- /dev/null +++ b/pandora_console/include/lib/Modules/Users/Controllers/GetUserLoginController.php @@ -0,0 +1,59 @@ +getParam($request, 'idUser'); + $userFilter = $this->fromRequest($request, UserFilter::class); + $pass = $userFilter->getEntityFilter()->getPassword(); + + $this->acl->validate(0, 'UM', ' tried to manage user'); + + $result = $this->getUserLoginAction->__invoke($idUser, $pass); + + return $this->getResponse($response, $result); + } +} diff --git a/pandora_console/include/lib/Modules/Users/Services/GetUserLoginService.php b/pandora_console/include/lib/Modules/Users/Services/GetUserLoginService.php new file mode 100644 index 0000000000..91252d973c --- /dev/null +++ b/pandora_console/include/lib/Modules/Users/Services/GetUserLoginService.php @@ -0,0 +1,27 @@ +getUserService->__invoke($idUser); + } +} diff --git a/pandora_console/include/lib/Modules/Users/Services/GetUserService.php b/pandora_console/include/lib/Modules/Users/Services/GetUserService.php index 97b670dbee..6e88cd4ab0 100644 --- a/pandora_console/include/lib/Modules/Users/Services/GetUserService.php +++ b/pandora_console/include/lib/Modules/Users/Services/GetUserService.php @@ -20,9 +20,7 @@ final class GetUserService { $userFilter = new UserFilter(); - /* - @var User $entityFilter - */ + /** @var User $entityFilter*/ $entityFilter = $userFilter->getEntityFilter(); $entityFilter->setIdUser($idUser); diff --git a/pandora_console/include/lib/Modules/Users/routes.php b/pandora_console/include/lib/Modules/Users/routes.php index c2d3dcaae3..7e336ff8b9 100644 --- a/pandora_console/include/lib/Modules/Users/routes.php +++ b/pandora_console/include/lib/Modules/Users/routes.php @@ -3,6 +3,7 @@ use PandoraFMS\Modules\Users\Controllers\CreateUserController; use PandoraFMS\Modules\Users\Controllers\DeleteUserController; use PandoraFMS\Modules\Users\Controllers\GetUserController; +use PandoraFMS\Modules\Users\Controllers\GetUserLoginController; use PandoraFMS\Modules\Users\Controllers\ListUserController; use PandoraFMS\Modules\Users\Controllers\UpdateUserController; use PandoraFMS\Modules\Users\UserProfiles\Controllers\CreateUserProfileController; @@ -17,6 +18,7 @@ return function (App $app) { $app->post('/user', CreateUserController::class); $app->put('/user/{idUser}', UpdateUserController::class); $app->delete('/user/{idUser}', DeleteUserController::class); + $app->get('/user/{idUser}/login', GetUserLoginController::class); $app->map(['GET', 'POST'], '/user/{idUser}/profiles', ListUserProfileController::class); $app->get('/user/{idUser}/profile/{idProfile}', GetUserProfileController::class); diff --git a/pandora_console/include/rest-api/models/VisualConsole/Items/Percentile.php b/pandora_console/include/rest-api/models/VisualConsole/Items/Percentile.php index 181ceeb020..0f80ec16ab 100644 --- a/pandora_console/include/rest-api/models/VisualConsole/Items/Percentile.php +++ b/pandora_console/include/rest-api/models/VisualConsole/Items/Percentile.php @@ -601,7 +601,7 @@ final class Percentile extends Item $values = parent::getDefaultGeneralValues($values); // Default values. - if (isset($values['width']) === false) { + if (isset($values['width']) === false || empty($values['width']) === true) { $values['width'] = 100; } diff --git a/pandora_console/include/styles/dashboards.css b/pandora_console/include/styles/dashboards.css index acbc96b28c..e94ce8f1d0 100644 --- a/pandora_console/include/styles/dashboards.css +++ b/pandora_console/include/styles/dashboards.css @@ -622,6 +622,7 @@ form.modal-dashboard .select2-selection__choice { margin: 0px; height: 100% !important; + box-sizing: border-box !important; } .container-tabs { @@ -1004,3 +1005,15 @@ input.resize_button { ul.select2-selection__rendered > li.select2-selection__choice { box-sizing: border-box !important; } + +.select2-container.select2-container--default.select2-container--open, +.select2-container.select2-container--default.select2-container--open + .select2-dropdown { + box-sizing: border-box !important; +} + +.select2-container.select2-container--default.select2-container--open + .select2-dropdown + .select2-results__option { + line-break: anywhere; +} diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3319dc0f80..c28d3cc010 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10946,6 +10946,7 @@ button.submitButton.link { box-shadow: none; justify-content: flex-start; height: 24px; + padding: 1px; } button.buttonButton.link > div, @@ -12818,7 +12819,7 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input { } .group_view_table > tbody > tr > td { - width: 350px !important; + width: 50% !important; } form.cfv_status_agent { @@ -14224,3 +14225,46 @@ button.ui-button-text-only.ui-widget.sub:hover, .invert_filter.black-and-white { filter: invert(1) saturate(0) !important; } + +div.tox .tox-editor-header { + z-index: 1; +} + +.select2-multiselect-widget-width { + max-width: 230px !important; +} + +.select2-container--default.select2-multiselect-text-wrap + .select2-selection--multiple + .select2-selection__rendered { + box-sizing: border-box !important; + padding-right: 0px !important; +} + +.select2-multiselect-text-wrap .select2-selection__choice { + text-wrap: wrap; + line-break: anywhere; + line-height: normal; +} + +.select2-multiselect-text-wrap .select2-selection__choice__remove { + flex-basis: 0% !important; +} + +table.filter-table-adv td > div.row-flex { + flex-direction: row; + align-items: center; + justify-content: space-between; +} + +table.filter-table-adv td > div.row-flex.flex-end { + justify-content: flex-end; +} + +table.filter-table-adv td > div.row-flex label.custom_checkbox { + margin: 0px; +} + +table.filter-table-adv td > div.row-flex input { + width: 100%; +} diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 8aa0014ee6..b1b404ae16 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -31,16 +31,16 @@ Description: The default Pandora FMS theme layout --text-color-3: #d5d5d5; --text-color-4: #dddddd; - --background-main-color: #f6f7fb; + --background-main-color: #111; --background-2: #95a3bf; --border-color: #484848; - --border-color-4: #e5e9ed; + --border-color-4: #404040; --border-dark-color: #e1e1e1; --input-border: #c0ccdc; - --table-hover-background: #edfffe; + --table-hover-background: #333; } /* General styles */ @@ -1263,7 +1263,7 @@ a.pandora_pagination, } a.pandora_pagination { - background-color: #111; + background-color: #111 !important; } a.pandora_pagination:hover { @@ -2090,3 +2090,7 @@ select option:checked { .basic-chart-widget .flot-base { background-color: unset; } + +#horizontalBar > .labels > .label > div[style^="background"] { + filter: invert(1); +} diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index c0be0717ff..7b3cafbb6e 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -248,7 +248,7 @@ .info_table > tbody > tr:hover { /* This !important is necessary to overwrite the white background of tables with less than 5 rows. */ /*background-color: #eee !important;*/ - background-color: #d9efee !important; + background-color: #d9efee; } .info_table > tbody > tr:hover .table_action_buttons > a, diff --git a/pandora_console/include/visual-console-client/vc.main.css b/pandora_console/include/visual-console-client/vc.main.css index e90f4b5903..27f64fda50 100644 --- a/pandora_console/include/visual-console-client/vc.main.css +++ b/pandora_console/include/visual-console-client/vc.main.css @@ -12,7 +12,11 @@ } .is-maintenance :nth-child(1) { - display: none; + display: none !important; +} + +.is-maintenance .vc-item-nl-arrow { + display: none !important; } .visual-console-item { diff --git a/pandora_console/include/visual-console-client/vc.main.css.map b/pandora_console/include/visual-console-client/vc.main.css.map index e4b53f9baa..65006d1cb9 100644 --- a/pandora_console/include/visual-console-client/vc.main.css.map +++ b/pandora_console/include/visual-console-client/vc.main.css.map @@ -1 +1 @@ -{"version":3,"file":"vc.main.css","mappings":"AAAA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,4BAA4B;EAC5B,0BAA0B;EAC1B,2BAA2B;EAC3B,eAAe;AACjB;;AAEA;EACE,oEAA2D;AAC7D;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,kBAAkB;EAClB,aAAa;EACb,uBAAuB;EACvB,qBAAqB;EACrB,mBAAmB;EACnB,iBAAiB;EACjB,UAAU;AACZ;;AAEA;EACE,UAAU;AACZ;;AAEA;EACE,iBAAiB;EACjB,oBAAoB;EACpB,oBAAoB;EACpB,mCAAmC;EACnC,kCAAkC;EAClC,kCAAkC;AACpC;;AAEA;EACE,0BAA0B;EAC1B,4CAA4C;EAC5C,iBAAiB;AACnB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,0BAA0B;EAC1B,YAAY;EACZ,WAAW;AACb;AACA;EACE,YAAY;EACZ,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,WAAW;EACX,YAAY;EACZ,mDAAoC;EACpC,iBAAiB;EACjB,WAAW;AACb;;AAEA;EACE,oBAAoB;AACtB;;AAEA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,wBAAwB;EAC1B;AACF;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,6BAA6B;EAC7B,gBAAgB;EAChB,qCAAqC;EACrC,uCAAuC;EACvC,wCAAwC;EACxC,4CAA4C;;EAE5C,+BAA+B;EAC/B,wBAAwB;EACxB,mCAAmC;EACnC,iCAAiC;AACnC;;AAEA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;EACE,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,YAAY;EACZ,8BAA8B;EAC9B,WAAW;AACb;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,aAAa;AACf;;AAEA,QAAQ;AACR;EACE,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,eAAe;EACf,gBAAgB;EAChB,cAAc;EACd,kBAAkB;AACpB;AACA;EACE,gBAAgB;AAClB;;AAEA;;EAEE,YAAY;EACZ,eAAe;EACf,6BAA6B;EAC7B,YAAY;EACZ,gBAAgB;EAChB,6BAA6B;EAC7B,oBAAoB;EACpB,wBAAwB;EACxB,sBAAsB;EACtB,kBAAkB;EAClB,iBAAiB;AACnB;;AAEA;EACE,kBAAkB;EAClB,WAAW;EACX,YAAY;AACd;;AAEA;EACE,oBAAoB;EACpB,eAAe;AACjB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;AACjB;;AAEA;EACE,WAAW;EACX,mBAAmB;EACnB,kBAAkB;AACpB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,uBAAuB;AACzB;;AAEA;EACE,kBAAkB;EAClB,gBAAgB;AAClB;;AAEA;;EAEE,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,mBAAmB;AACrB;;AAEA;EACE,uBAAuB;EACvB,kBAAkB;EAClB,kBAAkB;EAClB,0BAA0B;EAC1B,cAAc;AAChB;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,uBAAuB;EACvB,8BAA8B;EAC9B,YAAY;AACd;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,YAAY;AACd;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,iBAAiB;AACnB;;AAEA;;;EAGE,sBAAsB;AACxB;;AAEA;EACE,mBAAmB;AACrB;;AAEA;EACE,WAAW;EACX,WAAW;AACb;;AAEA;EACE,yBAAyB;AAC3B;;AAEA,+BAA+B;;AAE/B;EACE,qBAAqB;EACrB,SAAS;AACX;;AAEA;;;;EAIE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;EACE,qCAAqC;AACvC;;AAEA;EACE,uCAAuC;AACzC;;AAEA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,yBAAyB;EAC3B;AACF;;AAEA;EACE,6CAA6C;EAC7C,kBAAkB;EAClB,qBAAqB;AACvB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,yBAAyB;EACzB,mBAAmB;EACnB,gBAAgB;EAChB,yEAAyE;EACzE,kBAAkB;EAClB,UAAU;EACV,cAAc;EACd,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE,WAAW;EACX,aAAa;EACb,eAAe;EACf,sBAAsB;EACtB,gCAAgC;EAChC,6BAA6B;AAC/B;AACA;EACE,WAAW;EACX,yBAAyB;AAC3B;AACA;EACE,0DAA0D;EAC1D,uCAAuC;EACvC,cAAc;AAChB;;AAEA,kBAAkB;;AAElB;EACE,oBAAoB;EACpB,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,qBAAqB;EACrB,qBAAqB;EACrB,mBAAmB;AACrB;;AAEA;EACE,0BAA0B;EAC1B,kCAAkC;EAClC,wCAAwC;AAC1C;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA,iBAAiB;;AAEjB;EACE,kBAAkB;AACpB;;AAEA;EACE,6CAA6C;AAC/C;;AAEA;EACE,8CAA8C;AAChD;;AAEA;EACE,4CAA4C;AAC9C;;AAEA;EACE,yBAAyB;EACzB,WAAW;AACb;;AAEA;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,8BAA8B;AAChC;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,8BAA8B;AAChC;;AAEA;;EAEE,kBAAkB;AACpB;;AAEA;;EAEE,WAAW;AACb;;AAEA;;;;EAIE,cAAc;EACd,iBAAiB;AACnB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;AAC3B;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,mBAAmB;EACnB,cAAc;AAChB;;AAEA;EACE,wBAAwB;AAC1B;;AAEA;EACE,YAAY;AACd;;AAEA;;;;;;EAME,6BAA6B;AAC/B;AACA;;EAEE,gBAAgB;EAChB,cAAc;AAChB;;AAEA;;EAEE,aAAa;AACf;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,yBAAyB;AAC3B;;AAEA,kCAAkC;AAClC;EACE,aAAa;EACb,sBAAsB;EACtB,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;EACX,WAAW;EACX,yBAAyB;EACzB,YAAY;EACZ,iBAAiB;EACjB,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,WAAW;EACX,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,WAAW;EACX,mBAAmB;AACrB;;AAEA;EACE,aAAa;EACb,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,gBAAgB;EAChB,gBAAgB;EAChB,UAAU;AACZ;;AAEA;EACE,OAAO;EACP,WAAW;EACX,eAAe;EACf,WAAW;EACX,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA;EACE,OAAO;EACP,uBAAuB;EACvB,YAAY;EACZ,eAAe;EACf,WAAW;EACX,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA;;EAEE,sBAAsB;EACtB,uBAAuB;EACvB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;AACzB;;AAEA;EACE,kCAAkC;AACpC;;AAEA;EACE,YAAY;AACd;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,qBAAqB;EACrB,uBAAuB;AACzB;;AAEA;EACE,WAAW;EACX,WAAW;EACX,aAAa;AACf;;AAEA;EACE,SAAS;EACT,UAAU;EACV,YAAY;EACZ,UAAU;EACV,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,eAAe;AACjB;;AAEA;EACE,SAAS;EACT,UAAU;EACV,YAAY;EACZ,UAAU;EACV,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,kBAAkB;AACpB;;AAEA;EACE,eAAe;EACf,sBAAsB;EACtB,4BAA4B;EAC5B,kBAAkB;AACpB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,kBAAkB;EAClB,sBAAsB;EACtB,YAAY;EACZ,iBAAiB;EACjB,eAAe;AACjB;;AAEA;EACE,2BAA2B;AAC7B;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,kBAAkB;EAClB,aAAa;EACb,qBAAqB;AACvB;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,iBAAiB;EACjB,oCAAoC;EACpC,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,sBAAsB;EACtB,gBAAgB;AAClB;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,oCAAoC;EACpC,4BAA4B;EAC5B,gCAAgC;EAChC,cAAc;EACd,gBAAgB;AAClB;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,cAAc;EACd,yBAAyB;EACzB,iBAAiB;EACjB,kBAAkB;EAClB,oCAAoC;EACpC,4BAA4B;EAC5B,gCAAgC;AAClC;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,yBAAyB;EACzB,iBAAiB;EACjB,kBAAkB;EAClB,oCAAoC;EACpC,4BAA4B;EAC5B,gCAAgC;AAClC;;AAEA;EACE,UAAU;EACV,WAAW;EACX,gBAAgB;EAChB,WAAW;EACX,YAAY;EACZ,2BAA2B;EAC3B,kBAAkB;EAClB,aAAa;EACb,uBAAuB;EACvB,qBAAqB;AACvB;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,WAAW;AACb;;AAEA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;;AAEA;EACE,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,yBAAyB;AAC3B;;AAEA;EACE,uBAAuB;EACvB,qBAAqB;AACvB;;AAEA;EACE,kBAAkB;AACpB;;AC/uBA,+BAA+B;;AAE/B;EACE,qBAAqB;EACrB,SAAS;AACX;;AAEA;;;;EAIE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;EACE,qCAAqC;AACvC;;AAEA;EACE,uCAAuC;AACzC;;AAEA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,yBAAyB;EAC3B;AACF;;AC1CA;EACE,6CAA6C;EAC7C,kBAAkB;EAClB,qBAAqB;AACvB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,yBAAyB;EACzB,mBAAmB;EACnB,gBAAgB;EAChB,yEAAyE;EACzE,kBAAkB;EAClB,UAAU;EACV,cAAc;EACd,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE,WAAW;EACX,aAAa;EACb,eAAe;EACf,sBAAsB;EACtB,gCAAgC;EAChC,6BAA6B;AAC/B;AACA;EACE,WAAW;EACX,yBAAyB;AAC3B;AACA;EACE,0DAA0D;EAC1D,uCAAuC;EACvC,cAAc;AAChB;;ACnCA,kBAAkB;;AAElB;EACE,aAAa;EACb,sBAAsB;EACtB,6BAA6B;EAC7B,qBAAqB;EACrB,qBAAqB;EACrB,mBAAmB;AACrB;;AAEA;EACE,0BAA0B;EAC1B,mCAAmC;EACnC,kCAAkC;EAClC,kCAAkC;EAClC,wCAAwC;AAC1C;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA,iBAAiB;;AAEjB;EACE,kBAAkB;AACpB;;AAEA;EACE,6CAA6C;AAC/C;;AAEA;EACE,8CAA8C;AAChD;;AAEA;EACE,4CAA4C;AAC9C","sources":["webpack://pandora-fms-visual-console/./src/main.css","webpack://pandora-fms-visual-console/./src/lib/FontAwesomeIcon.styles.css","webpack://pandora-fms-visual-console/./src/lib/autocomplete.css","webpack://pandora-fms-visual-console/./src/items/Clock/styles.css"],"sourcesContent":["#visual-console-container {\n margin: 0px auto;\n position: relative;\n background-repeat: no-repeat;\n background-size: 100% 100%;\n background-position: center;\n margin-top: 5px;\n}\n\n.is-maintenance {\n background-image: url(./lib/maintenanceMode.png) !important;\n}\n\n.is-maintenance :nth-child(1) {\n display: none;\n}\n\n.visual-console-item {\n position: absolute;\n display: flex;\n flex-direction: initial;\n justify-items: center;\n align-items: center;\n user-select: text;\n z-index: 1;\n}\n\n.visual-console-item.is-on-top {\n z-index: 2;\n}\n\n.visual-console-item * {\n overflow: visible;\n font-family: inherit;\n line-height: inherit;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-rendering: optimizeLegibility;\n}\n\n.visual-console-item.is-editing {\n border: 2px dashed #b2b2b2;\n transform: translateX(-2px) translateY(-2px);\n user-select: none;\n}\n\n.visual-console-item.is-editing:hover {\n border-color: #2b2b2b;\n}\n\n.visual-console-item.is-editing.is-selected {\n border: 2px dashed #82b92e;\n cursor: move;\n z-index: 10;\n}\n.visual-console-item.is-editing > .resize-draggable {\n float: right;\n position: absolute;\n right: 0;\n bottom: 0;\n width: 15px;\n height: 15px;\n background: url(./resize-handle.svg);\n cursor: se-resize;\n z-index: 10;\n}\n\n.visual-console-item.is-editing :first-child {\n pointer-events: none;\n}\n\n@keyframes spinner-loading {\n 0% {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(1turn);\n }\n}\n\n.visual-console-item.is-alert-triggered {\n border: 3px solid #f36201;\n}\n\n.visual-console-spinner {\n background-color: transparent;\n margin: 0px auto;\n border-top: 5px solid rgb(82, 85, 87);\n border-right: 5px solid rgb(82, 85, 87);\n border-bottom: 5px solid rgb(82, 85, 87);\n border-left: 5px solid rgba(82, 85, 87, 0.2);\n\n animation-name: spinner-loading;\n animation-duration: 0.8s;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n}\n\n.visual-console-spinner,\n.visual-console-spinner :after {\n display: block;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n}\n\n.visual-console-spinner.small,\n.visual-console-spinner.small :after {\n width: 12px;\n height: 12px;\n}\n\n.div-visual-console-spinner {\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n opacity: 0.7;\n background: rgb(212, 215, 218);\n z-index: 10;\n}\n\n.show-elements {\n display: inline-block;\n}\n\n.hide-elements {\n display: none;\n}\n\n/*Forms*/\n.div-input-group label {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n font-size: 12pt;\n font-weight: 600;\n color: #343434;\n margin-right: 10px;\n}\n.div-input-group label img {\n margin-left: 4px;\n}\n\n.div-input-group input[type=\"text\"],\n.div-input-group input[type=\"number\"] {\n height: 25px;\n font-size: 10pt;\n background-color: transparent;\n border: none;\n border-radius: 0;\n border-bottom: 1px solid #ccc;\n font-weight: lighter;\n padding: 0px 0px 2px 0px;\n box-sizing: border-box;\n margin-right: 10px;\n padding-left: 2px;\n}\n\n.div-input-group input[type=\"radio\"] {\n margin-right: 10px;\n width: 17px;\n height: 17px;\n}\n\n.div-input-group select {\n font-weight: lighter;\n font-size: 10pt;\n}\n\n.input-groups {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n}\n\n.input-group {\n width: 100%;\n margin-bottom: 25px;\n padding-left: 20px;\n}\n\n.div-ranges-input-group {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n align-items: flex-start;\n}\n\n.div-ranges-input-group > div {\n padding-left: 20px;\n margin-top: 10px;\n}\n\n.div-input-group,\n.div-input-group div div {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n}\n\n.div-input-group h3 {\n text-transform: initial;\n text-align: center;\n font-style: italic;\n text-decoration: underline;\n margin: 0 auto;\n}\n\n.div-input-group div div a {\n margin-left: 10px;\n}\n\n.div-input-group-autocomplete-agent {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-between;\n height: 70px;\n}\n\n.div-input-group-inside {\n padding-left: 20px;\n}\n\n.input-group-link-console {\n height: 70px;\n}\n\n.show-elements > div.div-input-group-autocomplete-agent {\n margin-left: 20px;\n}\n\n.img-vc-elements {\n margin-left: 10px;\n}\n\ninput.error-input-validate[type=\"number\"],\ninput.error-input-validate[type=\"text\"],\nselect.error-input-validate {\n border: 1px solid #c00;\n}\n\nselect.error-input-validate:focus {\n outline-color: #c00;\n}\n\np.error-p-validate {\n width: 100%;\n color: #c00;\n}\n\n#modalVCItemForm #textarea_label_ifr {\n background-color: #c9cfcd;\n}\n\n/* Styles for the solid icons */\n\n.fa {\n display: inline-block;\n margin: 0;\n}\n\n.fa,\n.fa > svg,\n.fa.medium,\n.fa.medium > svg {\n width: 28px;\n height: 28px;\n}\n\n.fa.fa-small,\n.fa.fa-small > svg {\n width: 14px;\n height: 14px;\n}\n\n.fa.fa-large,\n.fa.fa-large > svg {\n width: 44px;\n height: 44px;\n}\n\n.fa-spin {\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n animation: fa-spin 1s infinite steps(8);\n}\n\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.autocomplete {\n /*the container must be positioned relative:*/\n position: relative;\n display: inline-block;\n}\n.autocomplete input {\n /*background: pink;*/\n}\n.autocomplete-items {\n border: 1px solid #d4d4d4;\n border-bottom: none;\n border-top: none;\n /*position the autocomplete items to be the same width as the container:*/\n position: absolute;\n z-index: 1;\n overflow: auto;\n max-height: 150px;\n max-width: 250px;\n}\n.autocomplete-items div {\n width: 100%;\n padding: 10px;\n cursor: pointer;\n background-color: #fff;\n border-bottom: 1px solid #d4d4d4;\n border-top: 1px solid #d4d4d4;\n}\n.autocomplete-items div:hover {\n width: 100%;\n background-color: #e9e9e9;\n}\n.autocomplete-active {\n /*when navigating through the items using the arrow keys:*/\n background-color: DodgerBlue !important;\n color: #ffffff;\n}\n\n/* Digital clock */\n\n.visual-console-item .digital-clock {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n flex-direction: column;\n justify-content: center;\n justify-items: center;\n align-content: center;\n align-items: center;\n}\n\n.visual-console-item .digital-clock > span {\n /* To improve legibility */\n text-rendering: optimizeLegibility;\n text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;\n}\n\n.visual-console-item .digital-clock > span.time {\n font-size: 50px;\n}\n\n.visual-console-item .digital-clock > span.date {\n font-size: 25px;\n}\n\n.visual-console-item .digital-clock > span.timezone {\n font-size: 25px;\n}\n\n/* Analog clock */\n\n.visual-console-item .analogic-clock {\n text-align: center;\n}\n\n.visual-console-item .analogic-clock .hour-hand {\n animation: rotate-hour 43200s infinite linear;\n}\n\n.visual-console-item .analogic-clock .minute-hand {\n animation: rotate-minute 3600s infinite linear;\n}\n\n.visual-console-item .analogic-clock .second-hand {\n animation: rotate-second 60s infinite linear;\n}\n\n#html-tabs .ui-widget-header {\n background-color: #ffffff;\n border: 0px;\n}\n\n#html-tabs .ui-tabs-anchor {\n float: none;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n\n#html-tabs .ui-tabs-anchor img {\n margin-right: 10px;\n}\n\n#html-tabs .ui-tabs-nav li {\n border-radius: 5px 5px 0px 0px;\n}\n\nli.interval-color-ranges > label,\nli#li-default-ranges > label {\n margin-right: 15px;\n}\n\nli.interval-color-ranges > input[type=\"number\"],\nli#li-default-ranges > input[type=\"number\"] {\n width: 80px;\n}\n\nli.interval-color-ranges > label:not(:first-child),\nli#li-default-ranges > label:not(:first-child),\nli#li-size-item > label:not(:first-child),\nli#li-position-item > label:not(:first-child) {\n width: initial;\n margin-left: 15px;\n}\n\nli#li-image-item label {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n}\n\nli#li-image-item label img {\n flex: initial;\n}\n\n.discovery.modal * {\n font-weight: normal;\n color: #343434;\n}\n\n.discovery.modal .tox-tinymce * {\n color: var(--text-color);\n}\n\n.discovery.modal select {\n width: 100px;\n}\n\n.discovery.modal div#period_manual select,\n.discovery.modal div#period_manual input,\n.discovery.modal div#period_default select,\n.discovery.modal div#cacheExpiration_manual select,\n.discovery.modal div#cacheExpiration_manual input,\n.discovery.modal div#cacheExpiration_default select {\n font-size: inherit !important;\n}\n.discovery.modal div#period_default select#period_select,\n.discovery.modal div#cacheExpiration_default select#cacheExpiration_select {\n max-width: 230px;\n width: inherit;\n}\n\nli#li-timeZone-item > label:not(:first-child),\n.discovery.modal li#div-textarea-label > label {\n flex: inherit;\n}\n\nli#li-timeZone-item > select:not(:first-child) {\n margin-left: 10px;\n}\n\n.discovery.modal li#div-textarea-label table tbody td.mceIframeContainer {\n background-color: #ededed;\n}\n\n/*style item group show statistic*/\n.group-container {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n}\n.group-container .group-item-title {\n width: 100%;\n height: 30%;\n background-color: #9d9ea0;\n color: black;\n font-weight: bold;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n.group-container .group-item-info {\n width: 100%;\n height: 70%;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n padding: 2%;\n align-items: center;\n}\n\n.group-container .group-item-info .group-item-info-container {\n flex: 1 1 20%;\n display: flex;\n flex-direction: row;\n border-radius: 2px;\n max-height: 50px;\n min-height: 35px;\n margin: 1%;\n}\n\n.group-container .group-item-info .group-item-info-container .value-style {\n flex: 1;\n color: #fff;\n font-size: 100%;\n padding: 0%;\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\n.group-container .group-item-info .group-item-info-container .name-style {\n flex: 1;\n background-color: white;\n color: black;\n font-size: 100%;\n padding: 0%;\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\ndiv.label,\ndiv.simple-value {\n min-width: fit-content;\n min-height: fit-content;\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\ndiv.simple-value > div {\n max-height: -webkit-fill-available;\n}\n\ndiv.module-graph .parent_graph p table tr {\n height: 25px;\n}\n\ndiv.module-graph {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n}\n\ndiv.basic-chart {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: flex-end;\n justify-content: center;\n}\n\n.basic-chart-header {\n height: 40%;\n width: 100%;\n display: flex;\n}\n\n.basic-chart-header-name {\n margin: 0;\n padding: 0;\n height: 100%;\n width: 80%;\n display: flex;\n align-items: center;\n font-size: 2.5vmin;\n margin-left: 3%;\n}\n\n.basic-chart-header-value {\n margin: 0;\n padding: 0;\n height: 100%;\n width: 20%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 2.5vmin;\n}\n\ndiv.module-graph .gauge_d3_class {\n flex: 1 1 100px;\n float: none !important;\n overflow: inherit !important;\n text-align: center;\n}\n\n.textDecorationNone:hover {\n text-decoration: none;\n}\n\n.vc-item-nl-label {\n border-radius: 5px;\n background-color: #fff;\n padding: 5px;\n padding-left: 1em;\n font-size: 14px;\n}\n\n.odometer {\n overflow: hidden !important;\n}\n\n.odometer-container {\n width: 100%;\n height: 100%;\n overflow: hidden;\n text-align: center;\n display: flex;\n align-items: flex-end;\n}\n\n.odometer-a {\n z-index: 5;\n position: absolute;\n width: 65%;\n height: 65%;\n left: calc(17.5%);\n border-radius: 1000px 1000px 0px 0px;\n display: flex;\n align-items: center;\n justify-content: flex-end;\n flex-direction: column;\n line-height: 0px;\n}\n\n.odometer-b {\n z-index: 4;\n position: relative;\n width: 95%;\n height: 95%;\n border-radius: 0px 0px 1000px 1000px;\n transform-origin: center top;\n transition: all 1.3s ease-in-out;\n top: calc(95%);\n left: calc(2.5%);\n}\n\n.odometer-c {\n z-index: 3;\n position: absolute;\n width: 96%;\n height: 96%;\n left: calc(2%);\n background-color: #202226;\n margin-left: auto;\n margin-right: auto;\n border-radius: 1000px 1000px 0px 0px;\n transform-origin: center top;\n transition: all 1.3s ease-in-out;\n}\n\n.odometer-d {\n z-index: 0;\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: #82b92e;\n margin-left: auto;\n margin-right: auto;\n border-radius: 1000px 1000px 0px 0px;\n transform-origin: center top;\n transition: all 1.3s ease-in-out;\n}\n\n.gauge-data {\n z-index: 4;\n color: #fff;\n font-size: 1.5em;\n width: 100%;\n height: 100%;\n transition: all 1s ease-out;\n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n}\n\n.svg_warning {\n fill: #f3b200;\n}\n\n.svg_warning_hide {\n fill: #fff !important;\n}\n\n.gauge-data #percent {\n color: #000;\n}\n\n.orange_background {\n background: #ffa631;\n}\n.red_background {\n background: #e63c52;\n}\n.yellow_background {\n background: #f3b200;\n}\n.grey_background {\n background: #b2b2b2;\n}\n.blue_background {\n background: #4a83f3;\n}\n.green_background {\n background: #82b92e;\n}\n\n#box-rectangle-selection {\n position: absolute;\n width: 0px;\n height: 0px;\n border: 2px solid #002f33;\n}\n\np {\n margin-block-start: 1em;\n margin-block-end: 1em;\n}\n\nstrong {\n font-size: inherit;\n}\n","/* Styles for the solid icons */\n\n.fa {\n display: inline-block;\n margin: 0;\n}\n\n.fa,\n.fa > svg,\n.fa.medium,\n.fa.medium > svg {\n width: 28px;\n height: 28px;\n}\n\n.fa.fa-small,\n.fa.fa-small > svg {\n width: 14px;\n height: 14px;\n}\n\n.fa.fa-large,\n.fa.fa-large > svg {\n width: 44px;\n height: 44px;\n}\n\n.fa-spin {\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n animation: fa-spin 1s infinite steps(8);\n}\n\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n",".autocomplete {\n /*the container must be positioned relative:*/\n position: relative;\n display: inline-block;\n}\n.autocomplete input {\n /*background: pink;*/\n}\n.autocomplete-items {\n border: 1px solid #d4d4d4;\n border-bottom: none;\n border-top: none;\n /*position the autocomplete items to be the same width as the container:*/\n position: absolute;\n z-index: 1;\n overflow: auto;\n max-height: 150px;\n max-width: 250px;\n}\n.autocomplete-items div {\n width: 100%;\n padding: 10px;\n cursor: pointer;\n background-color: #fff;\n border-bottom: 1px solid #d4d4d4;\n border-top: 1px solid #d4d4d4;\n}\n.autocomplete-items div:hover {\n width: 100%;\n background-color: #e9e9e9;\n}\n.autocomplete-active {\n /*when navigating through the items using the arrow keys:*/\n background-color: DodgerBlue !important;\n color: #ffffff;\n}\n","/* Digital clock */\n\n.visual-console-item .digital-clock {\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n justify-items: center;\n align-content: center;\n align-items: center;\n}\n\n.visual-console-item .digital-clock > span {\n /* To improve legibility */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-rendering: optimizeLegibility;\n text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;\n}\n\n.visual-console-item .digital-clock > span.time {\n font-size: 50px;\n}\n\n.visual-console-item .digital-clock > span.date {\n font-size: 25px;\n}\n\n.visual-console-item .digital-clock > span.timezone {\n font-size: 25px;\n}\n\n/* Analog clock */\n\n.visual-console-item .analogic-clock {\n text-align: center;\n}\n\n.visual-console-item .analogic-clock .hour-hand {\n animation: rotate-hour 43200s infinite linear;\n}\n\n.visual-console-item .analogic-clock .minute-hand {\n animation: rotate-minute 3600s infinite linear;\n}\n\n.visual-console-item .analogic-clock .second-hand {\n animation: rotate-second 60s infinite linear;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"vc.main.css","mappings":"AAAA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,4BAA4B;EAC5B,0BAA0B;EAC1B,2BAA2B;EAC3B,eAAe;AACjB;;AAEA;EACE,oEAA2D;AAC7D;;AAEA;EACE,wBAAwB;AAC1B;;AAEA;EACE,wBAAwB;AAC1B;;AAEA;EACE,kBAAkB;EAClB,aAAa;EACb,uBAAuB;EACvB,qBAAqB;EACrB,mBAAmB;EACnB,iBAAiB;EACjB,UAAU;AACZ;;AAEA;EACE,UAAU;AACZ;;AAEA;EACE,iBAAiB;EACjB,oBAAoB;EACpB,oBAAoB;EACpB,mCAAmC;EACnC,kCAAkC;EAClC,kCAAkC;AACpC;;AAEA;EACE,0BAA0B;EAC1B,4CAA4C;EAC5C,iBAAiB;AACnB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,0BAA0B;EAC1B,YAAY;EACZ,WAAW;AACb;AACA;EACE,YAAY;EACZ,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,WAAW;EACX,YAAY;EACZ,mDAAoC;EACpC,iBAAiB;EACjB,WAAW;AACb;;AAEA;EACE,oBAAoB;AACtB;;AAEA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,wBAAwB;EAC1B;AACF;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,6BAA6B;EAC7B,gBAAgB;EAChB,qCAAqC;EACrC,uCAAuC;EACvC,wCAAwC;EACxC,4CAA4C;;EAE5C,+BAA+B;EAC/B,wBAAwB;EACxB,mCAAmC;EACnC,iCAAiC;AACnC;;AAEA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;EACE,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,YAAY;EACZ,8BAA8B;EAC9B,WAAW;AACb;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,aAAa;AACf;;AAEA,QAAQ;AACR;EACE,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,eAAe;EACf,gBAAgB;EAChB,cAAc;EACd,kBAAkB;AACpB;AACA;EACE,gBAAgB;AAClB;;AAEA;;EAEE,YAAY;EACZ,eAAe;EACf,6BAA6B;EAC7B,YAAY;EACZ,gBAAgB;EAChB,6BAA6B;EAC7B,oBAAoB;EACpB,wBAAwB;EACxB,sBAAsB;EACtB,kBAAkB;EAClB,iBAAiB;AACnB;;AAEA;EACE,kBAAkB;EAClB,WAAW;EACX,YAAY;AACd;;AAEA;EACE,oBAAoB;EACpB,eAAe;AACjB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;AACjB;;AAEA;EACE,WAAW;EACX,mBAAmB;EACnB,kBAAkB;AACpB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,uBAAuB;AACzB;;AAEA;EACE,kBAAkB;EAClB,gBAAgB;AAClB;;AAEA;;EAEE,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,mBAAmB;AACrB;;AAEA;EACE,uBAAuB;EACvB,kBAAkB;EAClB,kBAAkB;EAClB,0BAA0B;EAC1B,cAAc;AAChB;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,uBAAuB;EACvB,8BAA8B;EAC9B,YAAY;AACd;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,YAAY;AACd;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,iBAAiB;AACnB;;AAEA;;;EAGE,sBAAsB;AACxB;;AAEA;EACE,mBAAmB;AACrB;;AAEA;EACE,WAAW;EACX,WAAW;AACb;;AAEA;EACE,yBAAyB;AAC3B;;AAEA,+BAA+B;;AAE/B;EACE,qBAAqB;EACrB,SAAS;AACX;;AAEA;;;;EAIE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;EACE,qCAAqC;AACvC;;AAEA;EACE,uCAAuC;AACzC;;AAEA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,yBAAyB;EAC3B;AACF;;AAEA;EACE,6CAA6C;EAC7C,kBAAkB;EAClB,qBAAqB;AACvB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,yBAAyB;EACzB,mBAAmB;EACnB,gBAAgB;EAChB,yEAAyE;EACzE,kBAAkB;EAClB,UAAU;EACV,cAAc;EACd,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE,WAAW;EACX,aAAa;EACb,eAAe;EACf,sBAAsB;EACtB,gCAAgC;EAChC,6BAA6B;AAC/B;AACA;EACE,WAAW;EACX,yBAAyB;AAC3B;AACA;EACE,0DAA0D;EAC1D,uCAAuC;EACvC,cAAc;AAChB;;AAEA,kBAAkB;;AAElB;EACE,oBAAoB;EACpB,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,qBAAqB;EACrB,qBAAqB;EACrB,mBAAmB;AACrB;;AAEA;EACE,0BAA0B;EAC1B,kCAAkC;EAClC,wCAAwC;AAC1C;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA,iBAAiB;;AAEjB;EACE,kBAAkB;AACpB;;AAEA;EACE,6CAA6C;AAC/C;;AAEA;EACE,8CAA8C;AAChD;;AAEA;EACE,4CAA4C;AAC9C;;AAEA;EACE,yBAAyB;EACzB,WAAW;AACb;;AAEA;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,8BAA8B;AAChC;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,8BAA8B;AAChC;;AAEA;;EAEE,kBAAkB;AACpB;;AAEA;;EAEE,WAAW;AACb;;AAEA;;;;EAIE,cAAc;EACd,iBAAiB;AACnB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;AAC3B;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,mBAAmB;EACnB,cAAc;AAChB;;AAEA;EACE,wBAAwB;AAC1B;;AAEA;EACE,YAAY;AACd;;AAEA;;;;;;EAME,6BAA6B;AAC/B;AACA;;EAEE,gBAAgB;EAChB,cAAc;AAChB;;AAEA;;EAEE,aAAa;AACf;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,yBAAyB;AAC3B;;AAEA,kCAAkC;AAClC;EACE,aAAa;EACb,sBAAsB;EACtB,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;EACX,WAAW;EACX,yBAAyB;EACzB,YAAY;EACZ,iBAAiB;EACjB,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,WAAW;EACX,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,WAAW;EACX,mBAAmB;AACrB;;AAEA;EACE,aAAa;EACb,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,gBAAgB;EAChB,gBAAgB;EAChB,UAAU;AACZ;;AAEA;EACE,OAAO;EACP,WAAW;EACX,eAAe;EACf,WAAW;EACX,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA;EACE,OAAO;EACP,uBAAuB;EACvB,YAAY;EACZ,eAAe;EACf,WAAW;EACX,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA;;EAEE,sBAAsB;EACtB,uBAAuB;EACvB,aAAa;EACb,sBAAsB;EACtB,uBAAuB;AACzB;;AAEA;EACE,kCAAkC;AACpC;;AAEA;EACE,YAAY;AACd;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,qBAAqB;EACrB,uBAAuB;AACzB;;AAEA;EACE,WAAW;EACX,WAAW;EACX,aAAa;AACf;;AAEA;EACE,SAAS;EACT,UAAU;EACV,YAAY;EACZ,UAAU;EACV,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,eAAe;AACjB;;AAEA;EACE,SAAS;EACT,UAAU;EACV,YAAY;EACZ,UAAU;EACV,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,kBAAkB;AACpB;;AAEA;EACE,eAAe;EACf,sBAAsB;EACtB,4BAA4B;EAC5B,kBAAkB;AACpB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,kBAAkB;EAClB,sBAAsB;EACtB,YAAY;EACZ,iBAAiB;EACjB,eAAe;AACjB;;AAEA;EACE,2BAA2B;AAC7B;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,kBAAkB;EAClB,aAAa;EACb,qBAAqB;AACvB;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,iBAAiB;EACjB,oCAAoC;EACpC,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,sBAAsB;EACtB,gBAAgB;AAClB;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,oCAAoC;EACpC,4BAA4B;EAC5B,gCAAgC;EAChC,cAAc;EACd,gBAAgB;AAClB;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,cAAc;EACd,yBAAyB;EACzB,iBAAiB;EACjB,kBAAkB;EAClB,oCAAoC;EACpC,4BAA4B;EAC5B,gCAAgC;AAClC;;AAEA;EACE,UAAU;EACV,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,yBAAyB;EACzB,iBAAiB;EACjB,kBAAkB;EAClB,oCAAoC;EACpC,4BAA4B;EAC5B,gCAAgC;AAClC;;AAEA;EACE,UAAU;EACV,WAAW;EACX,gBAAgB;EAChB,WAAW;EACX,YAAY;EACZ,2BAA2B;EAC3B,kBAAkB;EAClB,aAAa;EACb,uBAAuB;EACvB,qBAAqB;AACvB;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,WAAW;AACb;;AAEA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,mBAAmB;AACrB;;AAEA;EACE,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,yBAAyB;AAC3B;;AAEA;EACE,uBAAuB;EACvB,qBAAqB;AACvB;;AAEA;EACE,kBAAkB;AACpB;;ACnvBA,+BAA+B;;AAE/B;EACE,qBAAqB;EACrB,SAAS;AACX;;AAEA;;;;EAIE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;;EAEE,WAAW;EACX,YAAY;AACd;;AAEA;EACE,qCAAqC;AACvC;;AAEA;EACE,uCAAuC;AACzC;;AAEA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,yBAAyB;EAC3B;AACF;;AC1CA;EACE,6CAA6C;EAC7C,kBAAkB;EAClB,qBAAqB;AACvB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,yBAAyB;EACzB,mBAAmB;EACnB,gBAAgB;EAChB,yEAAyE;EACzE,kBAAkB;EAClB,UAAU;EACV,cAAc;EACd,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE,WAAW;EACX,aAAa;EACb,eAAe;EACf,sBAAsB;EACtB,gCAAgC;EAChC,6BAA6B;AAC/B;AACA;EACE,WAAW;EACX,yBAAyB;AAC3B;AACA;EACE,0DAA0D;EAC1D,uCAAuC;EACvC,cAAc;AAChB;;ACnCA,kBAAkB;;AAElB;EACE,aAAa;EACb,sBAAsB;EACtB,6BAA6B;EAC7B,qBAAqB;EACrB,qBAAqB;EACrB,mBAAmB;AACrB;;AAEA;EACE,0BAA0B;EAC1B,mCAAmC;EACnC,kCAAkC;EAClC,kCAAkC;EAClC,wCAAwC;AAC1C;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA,iBAAiB;;AAEjB;EACE,kBAAkB;AACpB;;AAEA;EACE,6CAA6C;AAC/C;;AAEA;EACE,8CAA8C;AAChD;;AAEA;EACE,4CAA4C;AAC9C","sources":["webpack://pandora-fms-visual-console/./src/main.css","webpack://pandora-fms-visual-console/./src/lib/FontAwesomeIcon.styles.css","webpack://pandora-fms-visual-console/./src/lib/autocomplete.css","webpack://pandora-fms-visual-console/./src/items/Clock/styles.css"],"sourcesContent":["#visual-console-container {\n margin: 0px auto;\n position: relative;\n background-repeat: no-repeat;\n background-size: 100% 100%;\n background-position: center;\n margin-top: 5px;\n}\n\n.is-maintenance {\n background-image: url(./lib/maintenanceMode.png) !important;\n}\n\n.is-maintenance :nth-child(1) {\n display: none !important;\n}\n\n.is-maintenance .vc-item-nl-arrow {\n display: none !important;\n}\n\n.visual-console-item {\n position: absolute;\n display: flex;\n flex-direction: initial;\n justify-items: center;\n align-items: center;\n user-select: text;\n z-index: 1;\n}\n\n.visual-console-item.is-on-top {\n z-index: 2;\n}\n\n.visual-console-item * {\n overflow: visible;\n font-family: inherit;\n line-height: inherit;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-rendering: optimizeLegibility;\n}\n\n.visual-console-item.is-editing {\n border: 2px dashed #b2b2b2;\n transform: translateX(-2px) translateY(-2px);\n user-select: none;\n}\n\n.visual-console-item.is-editing:hover {\n border-color: #2b2b2b;\n}\n\n.visual-console-item.is-editing.is-selected {\n border: 2px dashed #82b92e;\n cursor: move;\n z-index: 10;\n}\n.visual-console-item.is-editing > .resize-draggable {\n float: right;\n position: absolute;\n right: 0;\n bottom: 0;\n width: 15px;\n height: 15px;\n background: url(./resize-handle.svg);\n cursor: se-resize;\n z-index: 10;\n}\n\n.visual-console-item.is-editing :first-child {\n pointer-events: none;\n}\n\n@keyframes spinner-loading {\n 0% {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(1turn);\n }\n}\n\n.visual-console-item.is-alert-triggered {\n border: 3px solid #f36201;\n}\n\n.visual-console-spinner {\n background-color: transparent;\n margin: 0px auto;\n border-top: 5px solid rgb(82, 85, 87);\n border-right: 5px solid rgb(82, 85, 87);\n border-bottom: 5px solid rgb(82, 85, 87);\n border-left: 5px solid rgba(82, 85, 87, 0.2);\n\n animation-name: spinner-loading;\n animation-duration: 0.8s;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n}\n\n.visual-console-spinner,\n.visual-console-spinner :after {\n display: block;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n}\n\n.visual-console-spinner.small,\n.visual-console-spinner.small :after {\n width: 12px;\n height: 12px;\n}\n\n.div-visual-console-spinner {\n position: absolute;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n opacity: 0.7;\n background: rgb(212, 215, 218);\n z-index: 10;\n}\n\n.show-elements {\n display: inline-block;\n}\n\n.hide-elements {\n display: none;\n}\n\n/*Forms*/\n.div-input-group label {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n font-size: 12pt;\n font-weight: 600;\n color: #343434;\n margin-right: 10px;\n}\n.div-input-group label img {\n margin-left: 4px;\n}\n\n.div-input-group input[type=\"text\"],\n.div-input-group input[type=\"number\"] {\n height: 25px;\n font-size: 10pt;\n background-color: transparent;\n border: none;\n border-radius: 0;\n border-bottom: 1px solid #ccc;\n font-weight: lighter;\n padding: 0px 0px 2px 0px;\n box-sizing: border-box;\n margin-right: 10px;\n padding-left: 2px;\n}\n\n.div-input-group input[type=\"radio\"] {\n margin-right: 10px;\n width: 17px;\n height: 17px;\n}\n\n.div-input-group select {\n font-weight: lighter;\n font-size: 10pt;\n}\n\n.input-groups {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n}\n\n.input-group {\n width: 100%;\n margin-bottom: 25px;\n padding-left: 20px;\n}\n\n.div-ranges-input-group {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n align-items: flex-start;\n}\n\n.div-ranges-input-group > div {\n padding-left: 20px;\n margin-top: 10px;\n}\n\n.div-input-group,\n.div-input-group div div {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n}\n\n.div-input-group h3 {\n text-transform: initial;\n text-align: center;\n font-style: italic;\n text-decoration: underline;\n margin: 0 auto;\n}\n\n.div-input-group div div a {\n margin-left: 10px;\n}\n\n.div-input-group-autocomplete-agent {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-between;\n height: 70px;\n}\n\n.div-input-group-inside {\n padding-left: 20px;\n}\n\n.input-group-link-console {\n height: 70px;\n}\n\n.show-elements > div.div-input-group-autocomplete-agent {\n margin-left: 20px;\n}\n\n.img-vc-elements {\n margin-left: 10px;\n}\n\ninput.error-input-validate[type=\"number\"],\ninput.error-input-validate[type=\"text\"],\nselect.error-input-validate {\n border: 1px solid #c00;\n}\n\nselect.error-input-validate:focus {\n outline-color: #c00;\n}\n\np.error-p-validate {\n width: 100%;\n color: #c00;\n}\n\n#modalVCItemForm #textarea_label_ifr {\n background-color: #c9cfcd;\n}\n\n/* Styles for the solid icons */\n\n.fa {\n display: inline-block;\n margin: 0;\n}\n\n.fa,\n.fa > svg,\n.fa.medium,\n.fa.medium > svg {\n width: 28px;\n height: 28px;\n}\n\n.fa.fa-small,\n.fa.fa-small > svg {\n width: 14px;\n height: 14px;\n}\n\n.fa.fa-large,\n.fa.fa-large > svg {\n width: 44px;\n height: 44px;\n}\n\n.fa-spin {\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n animation: fa-spin 1s infinite steps(8);\n}\n\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.autocomplete {\n /*the container must be positioned relative:*/\n position: relative;\n display: inline-block;\n}\n.autocomplete input {\n /*background: pink;*/\n}\n.autocomplete-items {\n border: 1px solid #d4d4d4;\n border-bottom: none;\n border-top: none;\n /*position the autocomplete items to be the same width as the container:*/\n position: absolute;\n z-index: 1;\n overflow: auto;\n max-height: 150px;\n max-width: 250px;\n}\n.autocomplete-items div {\n width: 100%;\n padding: 10px;\n cursor: pointer;\n background-color: #fff;\n border-bottom: 1px solid #d4d4d4;\n border-top: 1px solid #d4d4d4;\n}\n.autocomplete-items div:hover {\n width: 100%;\n background-color: #e9e9e9;\n}\n.autocomplete-active {\n /*when navigating through the items using the arrow keys:*/\n background-color: DodgerBlue !important;\n color: #ffffff;\n}\n\n/* Digital clock */\n\n.visual-console-item .digital-clock {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n flex-direction: column;\n justify-content: center;\n justify-items: center;\n align-content: center;\n align-items: center;\n}\n\n.visual-console-item .digital-clock > span {\n /* To improve legibility */\n text-rendering: optimizeLegibility;\n text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;\n}\n\n.visual-console-item .digital-clock > span.time {\n font-size: 50px;\n}\n\n.visual-console-item .digital-clock > span.date {\n font-size: 25px;\n}\n\n.visual-console-item .digital-clock > span.timezone {\n font-size: 25px;\n}\n\n/* Analog clock */\n\n.visual-console-item .analogic-clock {\n text-align: center;\n}\n\n.visual-console-item .analogic-clock .hour-hand {\n animation: rotate-hour 43200s infinite linear;\n}\n\n.visual-console-item .analogic-clock .minute-hand {\n animation: rotate-minute 3600s infinite linear;\n}\n\n.visual-console-item .analogic-clock .second-hand {\n animation: rotate-second 60s infinite linear;\n}\n\n#html-tabs .ui-widget-header {\n background-color: #ffffff;\n border: 0px;\n}\n\n#html-tabs .ui-tabs-anchor {\n float: none;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n\n#html-tabs .ui-tabs-anchor img {\n margin-right: 10px;\n}\n\n#html-tabs .ui-tabs-nav li {\n border-radius: 5px 5px 0px 0px;\n}\n\nli.interval-color-ranges > label,\nli#li-default-ranges > label {\n margin-right: 15px;\n}\n\nli.interval-color-ranges > input[type=\"number\"],\nli#li-default-ranges > input[type=\"number\"] {\n width: 80px;\n}\n\nli.interval-color-ranges > label:not(:first-child),\nli#li-default-ranges > label:not(:first-child),\nli#li-size-item > label:not(:first-child),\nli#li-position-item > label:not(:first-child) {\n width: initial;\n margin-left: 15px;\n}\n\nli#li-image-item label {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n}\n\nli#li-image-item label img {\n flex: initial;\n}\n\n.discovery.modal * {\n font-weight: normal;\n color: #343434;\n}\n\n.discovery.modal .tox-tinymce * {\n color: var(--text-color);\n}\n\n.discovery.modal select {\n width: 100px;\n}\n\n.discovery.modal div#period_manual select,\n.discovery.modal div#period_manual input,\n.discovery.modal div#period_default select,\n.discovery.modal div#cacheExpiration_manual select,\n.discovery.modal div#cacheExpiration_manual input,\n.discovery.modal div#cacheExpiration_default select {\n font-size: inherit !important;\n}\n.discovery.modal div#period_default select#period_select,\n.discovery.modal div#cacheExpiration_default select#cacheExpiration_select {\n max-width: 230px;\n width: inherit;\n}\n\nli#li-timeZone-item > label:not(:first-child),\n.discovery.modal li#div-textarea-label > label {\n flex: inherit;\n}\n\nli#li-timeZone-item > select:not(:first-child) {\n margin-left: 10px;\n}\n\n.discovery.modal li#div-textarea-label table tbody td.mceIframeContainer {\n background-color: #ededed;\n}\n\n/*style item group show statistic*/\n.group-container {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n}\n.group-container .group-item-title {\n width: 100%;\n height: 30%;\n background-color: #9d9ea0;\n color: black;\n font-weight: bold;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n.group-container .group-item-info {\n width: 100%;\n height: 70%;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n padding: 2%;\n align-items: center;\n}\n\n.group-container .group-item-info .group-item-info-container {\n flex: 1 1 20%;\n display: flex;\n flex-direction: row;\n border-radius: 2px;\n max-height: 50px;\n min-height: 35px;\n margin: 1%;\n}\n\n.group-container .group-item-info .group-item-info-container .value-style {\n flex: 1;\n color: #fff;\n font-size: 100%;\n padding: 0%;\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\n.group-container .group-item-info .group-item-info-container .name-style {\n flex: 1;\n background-color: white;\n color: black;\n font-size: 100%;\n padding: 0%;\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\ndiv.label,\ndiv.simple-value {\n min-width: fit-content;\n min-height: fit-content;\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\ndiv.simple-value > div {\n max-height: -webkit-fill-available;\n}\n\ndiv.module-graph .parent_graph p table tr {\n height: 25px;\n}\n\ndiv.module-graph {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n}\n\ndiv.basic-chart {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: flex-end;\n justify-content: center;\n}\n\n.basic-chart-header {\n height: 40%;\n width: 100%;\n display: flex;\n}\n\n.basic-chart-header-name {\n margin: 0;\n padding: 0;\n height: 100%;\n width: 80%;\n display: flex;\n align-items: center;\n font-size: 2.5vmin;\n margin-left: 3%;\n}\n\n.basic-chart-header-value {\n margin: 0;\n padding: 0;\n height: 100%;\n width: 20%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 2.5vmin;\n}\n\ndiv.module-graph .gauge_d3_class {\n flex: 1 1 100px;\n float: none !important;\n overflow: inherit !important;\n text-align: center;\n}\n\n.textDecorationNone:hover {\n text-decoration: none;\n}\n\n.vc-item-nl-label {\n border-radius: 5px;\n background-color: #fff;\n padding: 5px;\n padding-left: 1em;\n font-size: 14px;\n}\n\n.odometer {\n overflow: hidden !important;\n}\n\n.odometer-container {\n width: 100%;\n height: 100%;\n overflow: hidden;\n text-align: center;\n display: flex;\n align-items: flex-end;\n}\n\n.odometer-a {\n z-index: 5;\n position: absolute;\n width: 65%;\n height: 65%;\n left: calc(17.5%);\n border-radius: 1000px 1000px 0px 0px;\n display: flex;\n align-items: center;\n justify-content: flex-end;\n flex-direction: column;\n line-height: 0px;\n}\n\n.odometer-b {\n z-index: 4;\n position: relative;\n width: 95%;\n height: 95%;\n border-radius: 0px 0px 1000px 1000px;\n transform-origin: center top;\n transition: all 1.3s ease-in-out;\n top: calc(95%);\n left: calc(2.5%);\n}\n\n.odometer-c {\n z-index: 3;\n position: absolute;\n width: 96%;\n height: 96%;\n left: calc(2%);\n background-color: #202226;\n margin-left: auto;\n margin-right: auto;\n border-radius: 1000px 1000px 0px 0px;\n transform-origin: center top;\n transition: all 1.3s ease-in-out;\n}\n\n.odometer-d {\n z-index: 0;\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: #82b92e;\n margin-left: auto;\n margin-right: auto;\n border-radius: 1000px 1000px 0px 0px;\n transform-origin: center top;\n transition: all 1.3s ease-in-out;\n}\n\n.gauge-data {\n z-index: 4;\n color: #fff;\n font-size: 1.5em;\n width: 100%;\n height: 100%;\n transition: all 1s ease-out;\n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n}\n\n.svg_warning {\n fill: #f3b200;\n}\n\n.svg_warning_hide {\n fill: #fff !important;\n}\n\n.gauge-data #percent {\n color: #000;\n}\n\n.orange_background {\n background: #ffa631;\n}\n.red_background {\n background: #e63c52;\n}\n.yellow_background {\n background: #f3b200;\n}\n.grey_background {\n background: #b2b2b2;\n}\n.blue_background {\n background: #4a83f3;\n}\n.green_background {\n background: #82b92e;\n}\n\n#box-rectangle-selection {\n position: absolute;\n width: 0px;\n height: 0px;\n border: 2px solid #002f33;\n}\n\np {\n margin-block-start: 1em;\n margin-block-end: 1em;\n}\n\nstrong {\n font-size: inherit;\n}\n","/* Styles for the solid icons */\n\n.fa {\n display: inline-block;\n margin: 0;\n}\n\n.fa,\n.fa > svg,\n.fa.medium,\n.fa.medium > svg {\n width: 28px;\n height: 28px;\n}\n\n.fa.fa-small,\n.fa.fa-small > svg {\n width: 14px;\n height: 14px;\n}\n\n.fa.fa-large,\n.fa.fa-large > svg {\n width: 44px;\n height: 44px;\n}\n\n.fa-spin {\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n animation: fa-spin 1s infinite steps(8);\n}\n\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n",".autocomplete {\n /*the container must be positioned relative:*/\n position: relative;\n display: inline-block;\n}\n.autocomplete input {\n /*background: pink;*/\n}\n.autocomplete-items {\n border: 1px solid #d4d4d4;\n border-bottom: none;\n border-top: none;\n /*position the autocomplete items to be the same width as the container:*/\n position: absolute;\n z-index: 1;\n overflow: auto;\n max-height: 150px;\n max-width: 250px;\n}\n.autocomplete-items div {\n width: 100%;\n padding: 10px;\n cursor: pointer;\n background-color: #fff;\n border-bottom: 1px solid #d4d4d4;\n border-top: 1px solid #d4d4d4;\n}\n.autocomplete-items div:hover {\n width: 100%;\n background-color: #e9e9e9;\n}\n.autocomplete-active {\n /*when navigating through the items using the arrow keys:*/\n background-color: DodgerBlue !important;\n color: #ffffff;\n}\n","/* Digital clock */\n\n.visual-console-item .digital-clock {\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n justify-items: center;\n align-content: center;\n align-items: center;\n}\n\n.visual-console-item .digital-clock > span {\n /* To improve legibility */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-rendering: optimizeLegibility;\n text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;\n}\n\n.visual-console-item .digital-clock > span.time {\n font-size: 50px;\n}\n\n.visual-console-item .digital-clock > span.date {\n font-size: 25px;\n}\n\n.visual-console-item .digital-clock > span.timezone {\n font-size: 25px;\n}\n\n/* Analog clock */\n\n.visual-console-item .analogic-clock {\n text-align: center;\n}\n\n.visual-console-item .analogic-clock .hour-hand {\n animation: rotate-hour 43200s infinite linear;\n}\n\n.visual-console-item .analogic-clock .minute-hand {\n animation: rotate-minute 3600s infinite linear;\n}\n\n.visual-console-item .analogic-clock .second-hand {\n animation: rotate-second 60s infinite linear;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/pandora_console/install.php b/pandora_console/install.php index 6050ade36a..5cebca051a 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -131,7 +131,7 @@
head[0] .= '   '.html_print_image( - 'images/op_inventory.menu.png', + 'images/op_inventory.png', true, [ 'alt' => __('Diff view'), diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index 7d12fb643d..85df4739c9 100755 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -599,6 +599,33 @@ function alerts_table_controls() { } }); + $("[id^='div_tip_']").click(function() { + var id = $(this) + .attr("id") + .split("_")[2]; + + $("#tip_dialog_" + id).dialog({ + title: $("#tip_dialog_" + id).data("title"), + modal: true, + maxWidth: 600, + minWidth: 400, + show: { + effect: "fade", + duration: 200 + }, + hide: { + effect: "fade", + duration: 200 + }, + closeOnEscape: true, + buttons: { + Close: function() { + $(this).dialog("close"); + } + } + }); + }); + } $(document).ready ( function () { diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index ace92311f0..e9a6382dcc 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -31,7 +31,9 @@ global $config; require_once 'include/functions_agents.php'; require_once 'include/functions_custom_graphs.php'; -ui_require_javascript_file('calendar'); +ui_require_css_file('datepicker'); +ui_include_time_picker(); +ui_require_jquery_file('ui.datepicker-'.get_user_language(), 'include/javascript/i18n/'); if ((bool) check_acl($config['id_user'], $id_grupo, 'AR') === false && (bool) check_acl($config['id_user'], 0, 'AW') === false) { db_pandora_audit( @@ -223,13 +225,6 @@ $table->data[0][1] = html_print_label_input_block( 10, 40, true - ).html_print_image( - 'images/calendar_view_day.png', - true, - [ - 'class' => 'invert_filter', - 'onclick' => "scwShow(scwID('text-start_date'),this);", - ] ).'
' ); @@ -472,6 +467,14 @@ echo '
'; // Load graphs $(document).ready(function() { + $('#text-start_date').datepicker ({ + dateFormat: 'yy-mm-dd', + changeMonth: true, + changeYear: true, + showAnim: 'slideDown', + firstDay: "", + }); + $('#combined').change(function() { if ($('#combined').val() == 1) { $('#option_type').empty(); diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php index e18b255089..1f45bf4c78 100644 --- a/pandora_console/operation/agentes/stat_win.php +++ b/pandora_console/operation/agentes/stat_win.php @@ -434,6 +434,10 @@ ui_include_time_picker(true); var browserZoomLevel = window.outerWidth / window.innerWidth; let height = ($('#chart-modal').height() + margin) * browserZoomLevel; let width = 800 * browserZoomLevel; + if (width === 800) { + width = 1000; + height = 550; + } window.resizeTo(width, height); } diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index 6511afb7f5..42ff6af0cb 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -437,7 +437,7 @@ function check_event_sound() { let element_time = $(this) .children(".li-hidden") .val(); - let obj_time = new Date(element_time); + let obj_time = new Date(element_time * 1000); let current_dt = new Date(); let timestamp = current_dt.getTime() - obj_time.getTime(); timestamp = timestamp / 1000; @@ -492,13 +492,13 @@ function check_event_sound() { // Remove audio. remove_audio(); var urlSound = '../../include/sounds/'+$('#sound_id :selected').val(); - console.log(urlSound) + // Apend audio. add_audio(urlSound); // Add elements. data.forEach(function(element) { - console.log(element); + var li = document.createElement("li"); var b64 = btoa(JSON.stringify(element)); li.insertAdjacentHTML( @@ -519,7 +519,7 @@ function check_event_sound() { ); li.insertAdjacentHTML( "beforeend", - '' + '' ); $("#tabs-sound-modal .elements-discovered-alerts ul").prepend(li); }); diff --git a/pandora_console/operation/inventory/inventory.php b/pandora_console/operation/inventory/inventory.php index cd793fe274..4d86c63558 100755 --- a/pandora_console/operation/inventory/inventory.php +++ b/pandora_console/operation/inventory/inventory.php @@ -200,8 +200,8 @@ if (is_ajax() === true) { 'status' => $status_agent, ]; - $data = get_data_basic_info_sql($params); - $count = get_data_basic_info_sql($params, true); + $data = get_inventory_basic_info_sql($params); // Aca se retorna + $count = get_inventory_basic_info_sql($params, true); try { ob_start(); diff --git a/pandora_console/operation/reporting/reporting_viewer.php b/pandora_console/operation/reporting/reporting_viewer.php index c59805beda..011dc1c82f 100755 --- a/pandora_console/operation/reporting/reporting_viewer.php +++ b/pandora_console/operation/reporting/reporting_viewer.php @@ -43,7 +43,7 @@ if (!reporting_user_can_see_report($id_report)) { exit; } -$date_params = get_parameter_date('date', '', 'U'); +$date_params = get_parameter_date('date', 'none', 'U'); $date_end = date('Y/m/d', $date_params['date_end']); $time_end = date('H:i:s', $date_params['date_end']); diff --git a/pandora_console/operation/visual_console/public_view.php b/pandora_console/operation/visual_console/public_view.php index 64529133b4..d7e85f88bc 100644 --- a/pandora_console/operation/visual_console/public_view.php +++ b/pandora_console/operation/visual_console/public_view.php @@ -64,7 +64,16 @@ $hash = (string) get_parameter('hash'); // Check input hash. // DO NOT move it after of get parameter user id. -if (User::validatePublicHash($hash) !== true) { +$vcs = visual_map_get_user_layouts(); +foreach ($vcs as $key => $data) { + $hash_compare = User::generatePublicHash($key); + if (hash_equals($hash_compare, $hash)) { + $visualConsoleId = (int) $key; + break; + } +} + +if (empty($visualConsoleId) === true) { db_pandora_audit( AUDIT_LOG_VISUAL_CONSOLE_MANAGEMENT, 'Trying to access public visual console' @@ -73,7 +82,6 @@ if (User::validatePublicHash($hash) !== true) { exit; } -$visualConsoleId = (int) get_parameter('id_layout'); $userAccessMaintenance = null; if (empty($config['id_user']) === true) { $config['id_user'] = (string) get_parameter('id_user'); diff --git a/pandora_console/operation/visual_console/view.php b/pandora_console/operation/visual_console/view.php index ef63456f6a..6b32bc21ef 100644 --- a/pandora_console/operation/visual_console/view.php +++ b/pandora_console/operation/visual_console/view.php @@ -154,10 +154,10 @@ if ($aclWrite === true || $aclManage === true) { $baseUrl = 'index.php?operation=edit_visualmap&sec=screen&sec2=screens/screens&action=visualmap&pure='.$pure.'&action2='.$action; } - $hash = User::generatePublicHash(); + $hash = User::generatePublicHash($visualConsoleId); $options['public_link']['text'] = ' $layout) { + $hash_compare = Manager::generatePublicHash($key); + if (hash_equals($hash, $hash_compare)) { + $dashboardId = $key; + break; + } + } +} + $queryFull = [ - 'dashboardId' => $dashboardId, - 'refr' => $refr, - 'pure' => 1, + 'refr' => $refr, + 'pure' => 1, + 'hash' => $hash, ]; $urlFull = $url.'&'.http_build_query($queryFull); $fullscreen['text'] = ''; @@ -124,10 +135,9 @@ $slides['text'] .= ''; // Public Url. $queryPublic = [ - 'dashboardId' => $dashboardId, - 'hash' => $hash, - 'id_user' => $config['id_user'], - 'pure' => 1, + 'hash' => $hash, + 'id_user' => $config['id_user'], + 'pure' => 1, ]; $publicUrl = ui_get_full_url( 'operation/dashboard/public_dashboard.php?'.http_build_query($queryPublic) diff --git a/pandora_console/views/tacticalView/view.php b/pandora_console/views/tacticalView/view.php index de03c3acd3..b021a5f725 100644 --- a/pandora_console/views/tacticalView/view.php +++ b/pandora_console/views/tacticalView/view.php @@ -239,7 +239,7 @@
- getCurrentlyTriggered(); ?> + getCurrentlyTriggered(); ?>
diff --git a/pandora_server/DEBIAN/control b/pandora_server/DEBIAN/control index c935f86b79..fe2670284f 100644 --- a/pandora_server/DEBIAN/control +++ b/pandora_server/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-server -Version: 7.0NG.776-240415 +Version: 7.0NG.776-240423 Architecture: all Priority: optional Section: admin diff --git a/pandora_server/DEBIAN/make_deb_package.sh b/pandora_server/DEBIAN/make_deb_package.sh index be94d99f75..0c080c2f42 100644 --- a/pandora_server/DEBIAN/make_deb_package.sh +++ b/pandora_server/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.776-240415" +pandora_version="7.0NG.776-240423" package_cpan=0 package_pandora=1 diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index 2e69846bc5..69e5a5a978 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -46,7 +46,7 @@ our @EXPORT = qw( # version: Defines actual version of Pandora Server for this module only my $pandora_version = "7.0NG.776"; -my $pandora_build = "240415"; +my $pandora_build = "240423"; our $VERSION = $pandora_version." ".$pandora_build; # Setup hash diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index 5221e7a699..1f78ab8079 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -2485,8 +2485,10 @@ sub pandora_process_module ($$$$$$$$$;$) { } # Generate alerts + my $inhibit_service_alerts = enterprise_hook('pandora_inhibit_service_alerts', [$pa_config, $module, $dbh, 0]); + $inhibit_service_alerts = 0 unless defined($inhibit_service_alerts); if (pandora_inhibit_alerts ($pa_config, $agent, $dbh, 0) == 0 && - (pandora_cps_enabled($agent, $module) == 0 || enterprise_hook('pandora_inhibit_service_alerts', [$pa_config, $module, $dbh, 0]) == 0)) + (pandora_cps_enabled($agent, $module) == 0 || $inhibit_service_alerts == 0)) { pandora_generate_alerts ($pa_config, $processed_data, $status, $agent, $module, $utimestamp, $dbh, $timestamp, $extra_macros, $last_data_value); } diff --git a/pandora_server/lib/PandoraFMS/PluginTools.pm b/pandora_server/lib/PandoraFMS/PluginTools.pm index 2f10307201..5c3be556bd 100644 --- a/pandora_server/lib/PandoraFMS/PluginTools.pm +++ b/pandora_server/lib/PandoraFMS/PluginTools.pm @@ -34,7 +34,7 @@ our @ISA = qw(Exporter); # version: Defines actual version of Pandora Server for this module only my $pandora_version = "7.0NG.776"; -my $pandora_build = "240415"; +my $pandora_build = "240423"; our $VERSION = $pandora_version." ".$pandora_build; our %EXPORT_TAGS = ( 'all' => [ qw() ] ); diff --git a/pandora_server/lib/PandoraFMS/PredictionServer.pm b/pandora_server/lib/PandoraFMS/PredictionServer.pm index c3f87d45db..282a8eeb20 100644 --- a/pandora_server/lib/PandoraFMS/PredictionServer.pm +++ b/pandora_server/lib/PandoraFMS/PredictionServer.pm @@ -197,13 +197,6 @@ sub exec_prediction_module ($$$$) { return; } - # Netflow modules - if ($agent_module->{'prediction_module'} == 4) { - logger ($pa_config, "Executing netflow module " . $agent_module->{'nombre'}, 10); - enterprise_hook ('exec_netflow_module', [$pa_config, $agent_module, $server_id, $dbh]); - return; - } - # Cluster status module. if ($agent_module->{'prediction_module'} == 5) { logger ($pa_config, "Executing cluster status module " . $agent_module->{'nombre'}, 10); diff --git a/pandora_server/pandora_server.redhat.spec b/pandora_server/pandora_server.redhat.spec index 0bf09b57dc..27d46670bf 100644 --- a/pandora_server/pandora_server.redhat.spec +++ b/pandora_server/pandora_server.redhat.spec @@ -7,7 +7,7 @@ %define debug_package %{nil} %define name pandorafms_server %define version 7.0NG.776 -%define release 240415 +%define release 240423 Summary: Pandora FMS Server Name: %{name} diff --git a/pandora_server/pandora_server.spec b/pandora_server/pandora_server.spec index afadb4b1aa..1dd21d9eb3 100644 --- a/pandora_server/pandora_server.spec +++ b/pandora_server/pandora_server.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_server %define version 7.0NG.776 -%define release 240415 +%define release 240423 Summary: Pandora FMS Server Name: %{name} diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index b3ba97856b..0b79e11657 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -9,7 +9,7 @@ # ********************************************************************** PI_VERSION="7.0NG.776" -PI_BUILD="240415" +PI_BUILD="240423" MODE=$1 if [ $# -gt 1 ]; then diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index a4df10de9d..75b1a8589a 100755 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -38,7 +38,7 @@ use PandoraFMS::Config; use PandoraFMS::DB; # version: define current version -my $version = "7.0NG.776 Build 240415"; +my $version = "7.0NG.776 Build 240423"; # Pandora server configuration my %conf; diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 1a0074cc32..3ccc5704a4 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -36,7 +36,7 @@ use Encode::Locale; Encode::Locale::decode_argv; # version: define current version -my $version = "7.0NG.776 Build 240415"; +my $version = "7.0NG.776 Build 240423"; # save program name for logging my $progname = basename($0); diff --git a/visual_console_client/src/main.css b/visual_console_client/src/main.css index 951724e76b..4b6557a6f9 100644 --- a/visual_console_client/src/main.css +++ b/visual_console_client/src/main.css @@ -12,7 +12,11 @@ } .is-maintenance :nth-child(1) { - display: none; + display: none !important; +} + +.is-maintenance .vc-item-nl-arrow { + display: none !important; } .visual-console-item {