diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.js b/pandora_console/godmode/reporting/visual_console_builder.editor.js
index 5e1480f592..dbca48c15c 100755
--- a/pandora_console/godmode/reporting/visual_console_builder.editor.js
+++ b/pandora_console/godmode/reporting/visual_console_builder.editor.js
@@ -187,7 +187,7 @@ function update_button_palette_callback() {
case 'background':
if(values['width'] < 1024 || values['height'] < 768){
- alert('Please min size recommend is 1024x768');
+ alert('Min allowed size is 1024x768');
return false;
}
@@ -414,11 +414,11 @@ function update_button_palette_callback() {
$('#' + idItem + ' table').remove();
$('#' + idItem).append(tempoimg);
$("#" + idItem + ' table').css('height','');
- $("#" + idItem + ' table').css('width','100%');
- $("#" + idItem + ' span').css('width','100%');
+ $("#" + idItem + ' table').css('width','70');
+ $("#" + idItem + ' span').css('width','70');
$("#" + idItem + ' img').css('margin-top','');
//if(parseInt($("#" + idItem).css('width'))-parseInt($("#" + idItem + " img").css('width'))/2 == 0 || values['height'] == 0 || values['width'] == 0){
- $("#" + idItem + ' img').css('margin-left',(parseInt($("#" + idItem).css('width'))/2)-(parseInt($("#" + idItem + " img").css('width'))/2)+'px');
+ //$("#" + idItem + ' img').css('margin-left',(parseInt($("#" + idItem).css('width'))/2)-(parseInt($("#" + idItem + " img").css('width'))/2)+'px');
//}
//else{
//$("#" + idItem + ' img').css('margin-left','');
@@ -433,15 +433,15 @@ function update_button_palette_callback() {
$('#' + idItem + ' img').remove();
$('#' + idItem).append(tempoimg);
$("#" + idItem + ' table').css('height','');
- $("#" + idItem + ' table').css('width','100%');
- $("#" + idItem + ' span').css('width','100%');
+ $("#" + idItem + ' table').css('width','70');
+ $("#" + idItem + ' span').css('width','70');
$("#" + idItem + ' img').css('margin-top','');
//if(parseInt($("#" + idItem).css('width'))-parseInt($("#" + idItem + " img").css('width'))/2 == 0 || values['height'] == 0 || values['width'] == 0){
//$("#" + idItem + ' img').css('margin-left','');
//}
//else{
- $("#" + idItem + ' img').css('margin-left',(parseInt($("#" + idItem).css('width'))/2)-(parseInt($("#" + idItem + " img").css('width'))/2)+'px');
+ //$("#" + idItem + ' img').css('margin-left',(parseInt($("#" + idItem).css('width'))/2)-(parseInt($("#" + idItem + " img").css('width'))/2)+'px');
//}
$("#" + idItem + ' > p').remove();
}
@@ -1464,7 +1464,7 @@ function set_static_graph_status(idElement, image, status) {
$('#'+idElement+ ' img').css('margin-top', parseInt($('#'+idElement).css('height'))/2 - parseInt($('#'+idElement+ ' img').css('height'))/2);
}
else{
- $('#'+idElement+ ' img').css('margin-left',parseInt($('#'+idElement).css('width'))/2 - parseInt($('#'+idElement+ ' img').css('width'))/2);
+ $('#'+idElement+ ' img').css('margin-left',parseInt($('#'+idElement).css('width'))/2 - parseInt($('#'+idElement+ ' img').css('width'))/2);
}
@@ -1990,19 +1990,19 @@ function createItem(type, values, id_data) {
.attr('value', -1)
.attr('name', 'status_' + id_data);
- if(values['label_position'] == 'up'){
- item
- .append('
')
- .append($image)
- .append($image)
- .append($input);
+ if(values['label_position'] == 'up'){
+ item
+ .append('')
+ .append($image)
+ .append($image)
+ .append($input);
}
else if(values['label_position'] == 'down'){
item
.append($image)
.append($image)
- .append('')
+ .append('')
.append($input);
}
else if(values['label_position'] == 'left'){
diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.php b/pandora_console/godmode/reporting/visual_console_builder.editor.php
index bff4bcb1e9..9d2f27c712 100755
--- a/pandora_console/godmode/reporting/visual_console_builder.editor.php
+++ b/pandora_console/godmode/reporting/visual_console_builder.editor.php
@@ -131,7 +131,7 @@ $backgroundSizes = getimagesize(
html_print_input_hidden('background_original_width', $backgroundSizes[0]);
html_print_input_hidden('background_original_height', $backgroundSizes[1]);
html_print_input_hidden('id_visual_console', $visualConsole['id']);
-html_print_input_hidden('message_size', __('Please min size recommend is 1024x768'));
+html_print_input_hidden('message_size', __('Min allowed size is 1024x768'));
// Loading dialog
@@ -240,7 +240,6 @@ ui_require_javascript_file ('encode_decode_base64');
else{
$('#period_row').css('display','');
}
- })
-
+ });
diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php
index 08e454a0ec..2ddf24b644 100755
--- a/pandora_console/godmode/setup/setup_visuals.php
+++ b/pandora_console/godmode/setup/setup_visuals.php
@@ -204,7 +204,7 @@ else{
$table_styles->data[$row][1] .= " " . html_print_button(__("View"), 'custom_logo_preview', $open, '', 'class="sub camera"', true,false,$open,'visualmodal');
$row++;
-$table_styles->data[$row][0] = __('Custom logo (login)') . ui_print_help_icon("custom_logo_login", true);
+$table_styles->data[$row][0] = __('Custom logo (login)') . ui_print_help_icon("custom_logo", true);
if(enterprise_installed()) {
$table_styles->data[$row][1] = html_print_select(
diff --git a/pandora_console/include/ajax/rolling_release.ajax.php b/pandora_console/include/ajax/rolling_release.ajax.php
index 7c2eb41f91..6f7f23698e 100644
--- a/pandora_console/include/ajax/rolling_release.ajax.php
+++ b/pandora_console/include/ajax/rolling_release.ajax.php
@@ -51,7 +51,7 @@ if (is_ajax ()) {
else {
if (file_exists($dir) && is_dir($dir)) {
if (is_readable($dir)) {
- if ($number >= $config['MR'] + 1) {
+ if ($number > $config['MR'] + 1) {
$message = "bad_mr_filename";
echo $message;
diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php
index 8f8676641f..ed83941dd3 100644
--- a/pandora_console/include/functions_config.php
+++ b/pandora_console/include/functions_config.php
@@ -301,7 +301,7 @@ function config_update_config () {
if (!config_update_value ('ad_start_tls', get_parameter ('ad_start_tls')))
$error_update[] = __('Start TLS');
if (!config_update_value ('ad_advanced_config', get_parameter ('ad_advanced_config')))
- $error_update[] = __('Advance Config AD');
+ $error_update[] = __('Advanced Config AD');
if (!config_update_value ('ad_domain', get_parameter ('ad_domain')))
$error_update[] = __('Domain');
if (!config_update_value ('ad_adv_perms', get_parameter ('ad_adv_perms')))
diff --git a/pandora_console/include/functions_update_manager.php b/pandora_console/include/functions_update_manager.php
index 8c69b665ea..d4ad0006f4 100755
--- a/pandora_console/include/functions_update_manager.php
+++ b/pandora_console/include/functions_update_manager.php
@@ -343,7 +343,7 @@ function update_manager_check_online_free_packages ($is_ajax=true) {
echo "There is a new version: " . $result[0]['version'] . "
";
echo "" .
- __("Update to the last version") . "";
+ __("Update to the next version") . "";
}
else {
echo __("There is no update available.");
diff --git a/pandora_console/include/javascript/tiny_mce/themes/advanced/editor_template.js b/pandora_console/include/javascript/tiny_mce/themes/advanced/editor_template.js
index 7bf23855ab..2ee8909b78 100644
--- a/pandora_console/include/javascript/tiny_mce/themes/advanced/editor_template.js
+++ b/pandora_console/include/javascript/tiny_mce/themes/advanced/editor_template.js
@@ -1,1508 +1 @@
-/**
- * editor_template_src.js
- *
- * Copyright 2009, Moxiecode Systems AB
- * Released under LGPL License.
- *
- * License: http://tinymce.moxiecode.com/license
- * Contributing: http://tinymce.moxiecode.com/contributing
- */
-
-(function(tinymce) {
- var DOM = tinymce.DOM, Event = tinymce.dom.Event, extend = tinymce.extend, each = tinymce.each, Cookie = tinymce.util.Cookie, lastExtID, explode = tinymce.explode;
-
- // Generates a preview for a format
- function getPreviewCss(ed, fmt) {
- var name, previewElm, dom = ed.dom, previewCss = '', parentFontSize, previewStylesName;
-
- previewStyles = ed.settings.preview_styles;
-
- // No preview forced
- if (previewStyles === false)
- return '';
-
- // Default preview
- if (!previewStyles)
- previewStyles = 'font-family font-size font-weight text-decoration text-transform color background-color';
-
- // Removes any variables since these can't be previewed
- function removeVars(val) {
- return val.replace(/%(\w+)/g, '');
- };
-
- // Create block/inline element to use for preview
- name = fmt.block || fmt.inline || 'span';
- previewElm = dom.create(name);
-
- // Add format styles to preview element
- each(fmt.styles, function(value, name) {
- value = removeVars(value);
-
- if (value)
- dom.setStyle(previewElm, name, value);
- });
-
- // Add attributes to preview element
- each(fmt.attributes, function(value, name) {
- value = removeVars(value);
-
- if (value)
- dom.setAttrib(previewElm, name, value);
- });
-
- // Add classes to preview element
- each(fmt.classes, function(value) {
- value = removeVars(value);
-
- if (!dom.hasClass(previewElm, value))
- dom.addClass(previewElm, value);
- });
-
- // Add the previewElm outside the visual area
- dom.setStyles(previewElm, {position: 'absolute', left: -0xFFFF});
- ed.getBody().appendChild(previewElm);
-
- // Get parent container font size so we can compute px values out of em/% for older IE:s
- parentFontSize = dom.getStyle(ed.getBody(), 'fontSize', true);
- parentFontSize = /px$/.test(parentFontSize) ? parseInt(parentFontSize, 10) : 0;
-
- each(previewStyles.split(' '), function(name) {
- var value = dom.getStyle(previewElm, name, true);
-
- // If background is transparent then check if the body has a background color we can use
- if (name == 'background-color' && /transparent|rgba\s*\([^)]+,\s*0\)/.test(value)) {
- value = dom.getStyle(ed.getBody(), name, true);
-
- // Ignore white since it's the default color, not the nicest fix
- if (dom.toHex(value).toLowerCase() == '#ffffff') {
- return;
- }
- }
-
- // Old IE won't calculate the font size so we need to do that manually
- if (name == 'font-size') {
- if (/em|%$/.test(value)) {
- if (parentFontSize === 0) {
- return;
- }
-
- // Convert font size from em/% to px
- value = parseFloat(value, 10) / (/%$/.test(value) ? 100 : 1);
- value = (value * parentFontSize) + 'px';
- }
- }
-
- previewCss += name + ':' + value + ';';
- });
-
- dom.remove(previewElm);
-
- return previewCss;
- };
-
- // Tell it to load theme specific language pack(s)
- tinymce.ThemeManager.requireLangPack('advanced');
-
- tinymce.create('tinymce.themes.AdvancedTheme', {
- sizes : [8, 10, 12, 14, 18, 24, 36],
-
- // Control name lookup, format: title, command
- controls : {
- bold : ['bold_desc', 'Bold'],
- italic : ['italic_desc', 'Italic'],
- underline : ['underline_desc', 'Underline'],
- strikethrough : ['striketrough_desc', 'Strikethrough'],
- justifyleft : ['justifyleft_desc', 'JustifyLeft'],
- justifycenter : ['justifycenter_desc', 'JustifyCenter'],
- justifyright : ['justifyright_desc', 'JustifyRight'],
- justifyfull : ['justifyfull_desc', 'JustifyFull'],
- bullist : ['bullist_desc', 'InsertUnorderedList'],
- numlist : ['numlist_desc', 'InsertOrderedList'],
- outdent : ['outdent_desc', 'Outdent'],
- indent : ['indent_desc', 'Indent'],
- cut : ['cut_desc', 'Cut'],
- copy : ['copy_desc', 'Copy'],
- paste : ['paste_desc', 'Paste'],
- undo : ['undo_desc', 'Undo'],
- redo : ['redo_desc', 'Redo'],
- link : ['link_desc', 'mceLink'],
- unlink : ['unlink_desc', 'unlink'],
- image : ['image_desc', 'mceImage'],
- cleanup : ['cleanup_desc', 'mceCleanup'],
- help : ['help_desc', 'mceHelp'],
- code : ['code_desc', 'mceCodeEditor'],
- hr : ['hr_desc', 'InsertHorizontalRule'],
- removeformat : ['removeformat_desc', 'RemoveFormat'],
- sub : ['sub_desc', 'subscript'],
- sup : ['sup_desc', 'superscript'],
- forecolor : ['forecolor_desc', 'ForeColor'],
- forecolorpicker : ['forecolor_desc', 'mceForeColor'],
- backcolor : ['backcolor_desc', 'HiliteColor'],
- backcolorpicker : ['backcolor_desc', 'mceBackColor'],
- charmap : ['charmap_desc', 'mceCharMap'],
- visualaid : ['visualaid_desc', 'mceToggleVisualAid'],
- anchor : ['anchor_desc', 'mceInsertAnchor'],
- newdocument : ['newdocument_desc', 'mceNewDocument'],
- blockquote : ['blockquote_desc', 'mceBlockQuote']
- },
-
- stateControls : ['bold', 'italic', 'underline', 'strikethrough', 'bullist', 'numlist', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'sub', 'sup', 'blockquote'],
-
- init : function(ed, url) {
- var t = this, s, v, o;
-
- t.editor = ed;
- t.url = url;
- t.onResolveName = new tinymce.util.Dispatcher(this);
- s = ed.settings;
-
- ed.forcedHighContrastMode = ed.settings.detect_highcontrast && t._isHighContrast();
- ed.settings.skin = ed.forcedHighContrastMode ? 'highcontrast' : ed.settings.skin;
-
- // Setup default buttons
- if (!s.theme_advanced_buttons1) {
- s = extend({
- theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect",
- theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code",
- theme_advanced_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap"
- }, s);
- }
-
- // Default settings
- t.settings = s = extend({
- theme_advanced_path : true,
- theme_advanced_toolbar_location : 'top',
- theme_advanced_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6",
- theme_advanced_toolbar_align : "left",
- theme_advanced_statusbar_location : "bottom",
- //theme_advanced_fonts : "Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats",
- theme_advanced_fonts : "Roboto=roboto;Lato=lato;Open sans=opensans;League gothic=leaguegothic",
- theme_advanced_more_colors : 1,
- theme_advanced_row_height : 23,
- theme_advanced_resize_horizontal : 1,
- theme_advanced_resizing_use_cookie : 1,
- theme_advanced_font_sizes : "1,2,3,4,5,6,7",
- theme_advanced_font_selector : "span",
- theme_advanced_show_current_color: 0,
- readonly : ed.settings.readonly
- }, s);
-
- // Setup default font_size_style_values
- if (!s.font_size_style_values)
- s.font_size_style_values = "8pt,10pt,12pt,14pt,18pt,24pt,36pt";
-
- if (tinymce.is(s.theme_advanced_font_sizes, 'string')) {
- s.font_size_style_values = tinymce.explode(s.font_size_style_values);
- s.font_size_classes = tinymce.explode(s.font_size_classes || '');
-
- // Parse string value
- o = {};
- ed.settings.theme_advanced_font_sizes = s.theme_advanced_font_sizes;
- each(ed.getParam('theme_advanced_font_sizes', '', 'hash'), function(v, k) {
- var cl;
-
- if (k == v && v >= 1 && v <= 7) {
- k = v + ' (' + t.sizes[v - 1] + 'pt)';
- cl = s.font_size_classes[v - 1];
- v = s.font_size_style_values[v - 1] || (t.sizes[v - 1] + 'pt');
- }
-
- if (/^\s*\./.test(v))
- cl = v.replace(/\./g, '');
-
- o[k] = cl ? {'class' : cl} : {fontSize : v};
- });
-
- s.theme_advanced_font_sizes = o;
- }
-
- if ((v = s.theme_advanced_path_location) && v != 'none')
- s.theme_advanced_statusbar_location = s.theme_advanced_path_location;
-
- if (s.theme_advanced_statusbar_location == 'none')
- s.theme_advanced_statusbar_location = 0;
-
- if (ed.settings.content_css !== false)
- ed.contentCSS.push(ed.baseURI.toAbsolute(url + "/skins/" + ed.settings.skin + "/content.css"));
-
- // Init editor
- ed.onInit.add(function() {
- if (!ed.settings.readonly) {
- ed.onNodeChange.add(t._nodeChanged, t);
- ed.onKeyUp.add(t._updateUndoStatus, t);
- ed.onMouseUp.add(t._updateUndoStatus, t);
- ed.dom.bind(ed.dom.getRoot(), 'dragend', function() {
- t._updateUndoStatus(ed);
- });
- }
- });
-
- ed.onSetProgressState.add(function(ed, b, ti) {
- var co, id = ed.id, tb;
-
- if (b) {
- t.progressTimer = setTimeout(function() {
- co = ed.getContainer();
- co = co.insertBefore(DOM.create('DIV', {style : 'position:relative'}), co.firstChild);
- tb = DOM.get(ed.id + '_tbl');
-
- DOM.add(co, 'div', {id : id + '_blocker', 'class' : 'mceBlocker', style : {width : tb.clientWidth + 2, height : tb.clientHeight + 2}});
- DOM.add(co, 'div', {id : id + '_progress', 'class' : 'mceProgress', style : {left : tb.clientWidth / 2, top : tb.clientHeight / 2}});
- }, ti || 0);
- } else {
- DOM.remove(id + '_blocker');
- DOM.remove(id + '_progress');
- clearTimeout(t.progressTimer);
- }
- });
-
- DOM.loadCSS(s.editor_css ? ed.documentBaseURI.toAbsolute(s.editor_css) : url + "/skins/" + ed.settings.skin + "/ui.css");
-
- if (s.skin_variant)
- DOM.loadCSS(url + "/skins/" + ed.settings.skin + "/ui_" + s.skin_variant + ".css");
- },
-
- _isHighContrast : function() {
- var actualColor, div = DOM.add(DOM.getRoot(), 'div', {'style': 'background-color: rgb(171,239,86);'});
-
- actualColor = (DOM.getStyle(div, 'background-color', true) + '').toLowerCase().replace(/ /g, '');
- DOM.remove(div);
-
- return actualColor != 'rgb(171,239,86)' && actualColor != '#abef56';
- },
-
- createControl : function(n, cf) {
- var cd, c;
-
- if (c = cf.createControl(n))
- return c;
-
- switch (n) {
- case "styleselect":
- return this._createStyleSelect();
-
- case "formatselect":
- return this._createBlockFormats();
-
- case "fontselect":
- return this._createFontSelect();
-
- case "fontsizeselect":
- return this._createFontSizeSelect();
-
- case "forecolor":
- return this._createForeColorMenu();
-
- case "backcolor":
- return this._createBackColorMenu();
- }
-
- if ((cd = this.controls[n]))
- return cf.createButton(n, {title : "advanced." + cd[0], cmd : cd[1], ui : cd[2], value : cd[3]});
- },
-
- execCommand : function(cmd, ui, val) {
- var f = this['_' + cmd];
-
- if (f) {
- f.call(this, ui, val);
- return true;
- }
-
- return false;
- },
-
- _importClasses : function(e) {
- var ed = this.editor, ctrl = ed.controlManager.get('styleselect');
-
- if (ctrl.getLength() == 0) {
- each(ed.dom.getClasses(), function(o, idx) {
- var name = 'style_' + idx, fmt;
-
- fmt = {
- inline : 'span',
- attributes : {'class' : o['class']},
- selector : '*'
- };
-
- ed.formatter.register(name, fmt);
-
- ctrl.add(o['class'], name, {
- style: function() {
- return getPreviewCss(ed, fmt);
- }
- });
- });
- }
- },
-
- _createStyleSelect : function(n) {
- var t = this, ed = t.editor, ctrlMan = ed.controlManager, ctrl;
-
- // Setup style select box
- ctrl = ctrlMan.createListBox('styleselect', {
- title : 'advanced.style_select',
- onselect : function(name) {
- var matches, formatNames = [], removedFormat;
-
- each(ctrl.items, function(item) {
- formatNames.push(item.value);
- });
-
- ed.focus();
- ed.undoManager.add();
-
- // Toggle off the current format(s)
- matches = ed.formatter.matchAll(formatNames);
- tinymce.each(matches, function(match) {
- if (!name || match == name) {
- if (match)
- ed.formatter.remove(match);
-
- removedFormat = true;
- }
- });
-
- if (!removedFormat)
- ed.formatter.apply(name);
-
- ed.undoManager.add();
- ed.nodeChanged();
-
- return false; // No auto select
- }
- });
-
- // Handle specified format
- ed.onPreInit.add(function() {
- var counter = 0, formats = ed.getParam('style_formats');
-
- if (formats) {
- each(formats, function(fmt) {
- var name, keys = 0;
-
- each(fmt, function() {keys++;});
-
- if (keys > 1) {
- name = fmt.name = fmt.name || 'style_' + (counter++);
- ed.formatter.register(name, fmt);
- ctrl.add(fmt.title, name, {
- style: function() {
- return getPreviewCss(ed, fmt);
- }
- });
- } else
- ctrl.add(fmt.title);
- });
- } else {
- each(ed.getParam('theme_advanced_styles', '', 'hash'), function(val, key) {
- var name, fmt;
-
- if (val) {
- name = 'style_' + (counter++);
- fmt = {
- inline : 'span',
- classes : val,
- selector : '*'
- };
-
- ed.formatter.register(name, fmt);
- ctrl.add(t.editor.translate(key), name, {
- style: function() {
- return getPreviewCss(ed, fmt);
- }
- });
- }
- });
- }
- });
-
- // Auto import classes if the ctrl box is empty
- if (ctrl.getLength() == 0) {
- ctrl.onPostRender.add(function(ed, n) {
- if (!ctrl.NativeListBox) {
- Event.add(n.id + '_text', 'focus', t._importClasses, t);
- Event.add(n.id + '_text', 'mousedown', t._importClasses, t);
- Event.add(n.id + '_open', 'focus', t._importClasses, t);
- Event.add(n.id + '_open', 'mousedown', t._importClasses, t);
- } else
- Event.add(n.id, 'focus', t._importClasses, t);
- });
- }
-
- return ctrl;
- },
-
- _createFontSelect : function() {
- var c, t = this, ed = t.editor;
-
- c = ed.controlManager.createListBox('fontselect', {
- title : 'advanced.fontdefault',
- onselect : function(v) {
- var cur = c.items[c.selectedIndex];
-
- if (!v && cur) {
- ed.execCommand('FontName', false, cur.value);
- return;
- }
-
- ed.execCommand('FontName', false, v);
-
- // Fake selection, execCommand will fire a nodeChange and update the selection
- c.select(function(sv) {
- return v == sv;
- });
-
- if (cur && cur.value == v) {
- c.select(null);
- }
-
- return false; // No auto select
- }
- });
-
- if (c) {
- each(ed.getParam('theme_advanced_fonts', t.settings.theme_advanced_fonts, 'hash'), function(v, k) {
- c.add(ed.translate(k), v, {style : v.indexOf('dings') == -1 ? 'font-family:' + v : ''});
- });
- }
-
- return c;
- },
-
- _createFontSizeSelect : function() {
- var t = this, ed = t.editor, c, i = 0, cl = [];
-
- c = ed.controlManager.createListBox('fontsizeselect', {title : 'advanced.font_size', onselect : function(v) {
- var cur = c.items[c.selectedIndex];
-
- if (!v && cur) {
- cur = cur.value;
-
- if (cur['class']) {
- ed.formatter.toggle('fontsize_class', {value : cur['class']});
- ed.undoManager.add();
- ed.nodeChanged();
- } else {
- ed.execCommand('FontSize', false, cur.fontSize);
- }
-
- return;
- }
-
- if (v['class']) {
- ed.focus();
- ed.undoManager.add();
- ed.formatter.toggle('fontsize_class', {value : v['class']});
- ed.undoManager.add();
- ed.nodeChanged();
- } else
- ed.execCommand('FontSize', false, v.fontSize);
-
- // Fake selection, execCommand will fire a nodeChange and update the selection
- c.select(function(sv) {
- return v == sv;
- });
-
- if (cur && (cur.value.fontSize == v.fontSize || cur.value['class'] && cur.value['class'] == v['class'])) {
- c.select(null);
- }
-
- return false; // No auto select
- }});
-
- if (c) {
- each(t.settings.theme_advanced_font_sizes, function(v, k) {
- var fz = v.fontSize;
-
- if (fz >= 1 && fz <= 7)
- fz = t.sizes[parseInt(fz) - 1] + 'pt';
-
- c.add(k, v, {'style' : 'font-size:' + fz, 'class' : 'mceFontSize' + (i++) + (' ' + (v['class'] || ''))});
- });
- }
-
- return c;
- },
-
- _createBlockFormats : function() {
- var c, fmts = {
- p : 'advanced.paragraph',
- address : 'advanced.address',
- pre : 'advanced.pre',
- h1 : 'advanced.h1',
- h2 : 'advanced.h2',
- h3 : 'advanced.h3',
- h4 : 'advanced.h4',
- h5 : 'advanced.h5',
- h6 : 'advanced.h6',
- div : 'advanced.div',
- blockquote : 'advanced.blockquote',
- code : 'advanced.code',
- dt : 'advanced.dt',
- dd : 'advanced.dd',
- samp : 'advanced.samp'
- }, t = this;
-
- c = t.editor.controlManager.createListBox('formatselect', {title : 'advanced.block', onselect : function(v) {
- t.editor.execCommand('FormatBlock', false, v);
- return false;
- }});
-
- if (c) {
- each(t.editor.getParam('theme_advanced_blockformats', t.settings.theme_advanced_blockformats, 'hash'), function(v, k) {
- c.add(t.editor.translate(k != v ? k : fmts[v]), v, {'class' : 'mce_formatPreview mce_' + v, style: function() {
- return getPreviewCss(t.editor, {block: v});
- }});
- });
- }
-
- return c;
- },
-
- _createForeColorMenu : function() {
- var c, t = this, s = t.settings, o = {}, v;
-
- if (s.theme_advanced_more_colors) {
- o.more_colors_func = function() {
- t._mceColorPicker(0, {
- color : c.value,
- func : function(co) {
- c.setColor(co);
- }
- });
- };
- }
-
- if (v = s.theme_advanced_text_colors)
- o.colors = v;
-
- if (s.theme_advanced_default_foreground_color)
- o.default_color = s.theme_advanced_default_foreground_color;
-
- o.title = 'advanced.forecolor_desc';
- o.cmd = 'ForeColor';
- o.scope = this;
-
- c = t.editor.controlManager.createColorSplitButton('forecolor', o);
-
- return c;
- },
-
- _createBackColorMenu : function() {
- var c, t = this, s = t.settings, o = {}, v;
-
- if (s.theme_advanced_more_colors) {
- o.more_colors_func = function() {
- t._mceColorPicker(0, {
- color : c.value,
- func : function(co) {
- c.setColor(co);
- }
- });
- };
- }
-
- if (v = s.theme_advanced_background_colors)
- o.colors = v;
-
- if (s.theme_advanced_default_background_color)
- o.default_color = s.theme_advanced_default_background_color;
-
- o.title = 'advanced.backcolor_desc';
- o.cmd = 'HiliteColor';
- o.scope = this;
-
- c = t.editor.controlManager.createColorSplitButton('backcolor', o);
-
- return c;
- },
-
- renderUI : function(o) {
- var n, ic, tb, t = this, ed = t.editor, s = t.settings, sc, p, nl;
-
- if (ed.settings) {
- ed.settings.aria_label = s.aria_label + ed.getLang('advanced.help_shortcut');
- }
-
- // TODO: ACC Should have an aria-describedby attribute which is user-configurable to describe what this field is actually for.
- // Maybe actually inherit it from the original textara?
- n = p = DOM.create('span', {role : 'application', 'aria-labelledby' : ed.id + '_voice', id : ed.id + '_parent', 'class' : 'mceEditor ' + ed.settings.skin + 'Skin' + (s.skin_variant ? ' ' + ed.settings.skin + 'Skin' + t._ufirst(s.skin_variant) : '') + (ed.settings.directionality == "rtl" ? ' mceRtl' : '')});
- DOM.add(n, 'span', {'class': 'mceVoiceLabel', 'style': 'display:none;', id: ed.id + '_voice'}, s.aria_label);
-
- if (!DOM.boxModel)
- n = DOM.add(n, 'div', {'class' : 'mceOldBoxModel'});
-
- n = sc = DOM.add(n, 'table', {role : "presentation", id : ed.id + '_tbl', 'class' : 'mceLayout', cellSpacing : 0, cellPadding : 0});
- n = tb = DOM.add(n, 'tbody');
-
- switch ((s.theme_advanced_layout_manager || '').toLowerCase()) {
- case "rowlayout":
- ic = t._rowLayout(s, tb, o);
- break;
-
- case "customlayout":
- ic = ed.execCallback("theme_advanced_custom_layout", s, tb, o, p);
- break;
-
- default:
- ic = t._simpleLayout(s, tb, o, p);
- }
-
- n = o.targetNode;
-
- // Add classes to first and last TRs
- nl = sc.rows;
- DOM.addClass(nl[0], 'mceFirst');
- DOM.addClass(nl[nl.length - 1], 'mceLast');
-
- // Add classes to first and last TDs
- each(DOM.select('tr', tb), function(n) {
- DOM.addClass(n.firstChild, 'mceFirst');
- DOM.addClass(n.childNodes[n.childNodes.length - 1], 'mceLast');
- });
-
- if (DOM.get(s.theme_advanced_toolbar_container))
- DOM.get(s.theme_advanced_toolbar_container).appendChild(p);
- else
- DOM.insertAfter(p, n);
-
- Event.add(ed.id + '_path_row', 'click', function(e) {
- e = e.target;
-
- if (e.nodeName == 'A') {
- t._sel(e.className.replace(/^.*mcePath_([0-9]+).*$/, '$1'));
- return false;
- }
- });
-/*
- if (DOM.get(ed.id + '_path_row')) {
- Event.add(ed.id + '_tbl', 'mouseover', function(e) {
- var re;
-
- e = e.target;
-
- if (e.nodeName == 'SPAN' && DOM.hasClass(e.parentNode, 'mceButton')) {
- re = DOM.get(ed.id + '_path_row');
- t.lastPath = re.innerHTML;
- DOM.setHTML(re, e.parentNode.title);
- }
- });
-
- Event.add(ed.id + '_tbl', 'mouseout', function(e) {
- if (t.lastPath) {
- DOM.setHTML(ed.id + '_path_row', t.lastPath);
- t.lastPath = 0;
- }
- });
- }
-*/
-
- if (!ed.getParam('accessibility_focus'))
- Event.add(DOM.add(p, 'a', {href : '#'}, ''), 'focus', function() {tinyMCE.get(ed.id).focus();});
-
- if (s.theme_advanced_toolbar_location == 'external')
- o.deltaHeight = 0;
-
- t.deltaHeight = o.deltaHeight;
- o.targetNode = null;
-
- ed.onKeyDown.add(function(ed, evt) {
- var DOM_VK_F10 = 121, DOM_VK_F11 = 122;
-
- if (evt.altKey) {
- if (evt.keyCode === DOM_VK_F10) {
- // Make sure focus is given to toolbar in Safari.
- // We can't do this in IE as it prevents giving focus to toolbar when editor is in a frame
- if (tinymce.isWebKit) {
- window.focus();
- }
- t.toolbarGroup.focus();
- return Event.cancel(evt);
- } else if (evt.keyCode === DOM_VK_F11) {
- DOM.get(ed.id + '_path_row').focus();
- return Event.cancel(evt);
- }
- }
- });
-
- // alt+0 is the UK recommended shortcut for accessing the list of access controls.
- ed.addShortcut('alt+0', '', 'mceShortcuts', t);
-
- return {
- iframeContainer : ic,
- editorContainer : ed.id + '_parent',
- sizeContainer : sc,
- deltaHeight : o.deltaHeight
- };
- },
-
- getInfo : function() {
- return {
- longname : 'Advanced theme',
- author : 'Moxiecode Systems AB',
- authorurl : 'http://tinymce.moxiecode.com',
- version : tinymce.majorVersion + "." + tinymce.minorVersion
- }
- },
-
- resizeBy : function(dw, dh) {
- var e = DOM.get(this.editor.id + '_ifr');
-
- this.resizeTo(e.clientWidth + dw, e.clientHeight + dh);
- },
-
- resizeTo : function(w, h, store) {
- var ed = this.editor, s = this.settings, e = DOM.get(ed.id + '_tbl'), ifr = DOM.get(ed.id + '_ifr');
-
- // Boundery fix box
- w = Math.max(s.theme_advanced_resizing_min_width || 100, w);
- h = Math.max(s.theme_advanced_resizing_min_height || 100, h);
- w = Math.min(s.theme_advanced_resizing_max_width || 0xFFFF, w);
- h = Math.min(s.theme_advanced_resizing_max_height || 0xFFFF, h);
-
- // Resize iframe and container
- DOM.setStyle(e, 'height', '');
- DOM.setStyle(ifr, 'height', h);
-
- if (s.theme_advanced_resize_horizontal) {
- DOM.setStyle(e, 'width', '');
- DOM.setStyle(ifr, 'width', w);
-
- // Make sure that the size is never smaller than the over all ui
- if (w < e.clientWidth) {
- w = e.clientWidth;
- DOM.setStyle(ifr, 'width', e.clientWidth);
- }
- }
-
- // Store away the size
- if (store && s.theme_advanced_resizing_use_cookie) {
- Cookie.setHash("TinyMCE_" + ed.id + "_size", {
- cw : w,
- ch : h
- });
- }
- },
-
- destroy : function() {
- var id = this.editor.id;
-
- Event.clear(id + '_resize');
- Event.clear(id + '_path_row');
- Event.clear(id + '_external_close');
- },
-
- // Internal functions
-
- _simpleLayout : function(s, tb, o, p) {
- var t = this, ed = t.editor, lo = s.theme_advanced_toolbar_location, sl = s.theme_advanced_statusbar_location, n, ic, etb, c;
-
- if (s.readonly) {
- n = DOM.add(tb, 'tr');
- n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
- return ic;
- }
-
- // Create toolbar container at top
- if (lo == 'top')
- t._addToolbars(tb, o);
-
- // Create external toolbar
- if (lo == 'external') {
- n = c = DOM.create('div', {style : 'position:relative'});
- n = DOM.add(n, 'div', {id : ed.id + '_external', 'class' : 'mceExternalToolbar'});
- DOM.add(n, 'a', {id : ed.id + '_external_close', href : 'javascript:;', 'class' : 'mceExternalClose'});
- n = DOM.add(n, 'table', {id : ed.id + '_tblext', cellSpacing : 0, cellPadding : 0});
- etb = DOM.add(n, 'tbody');
-
- if (p.firstChild.className == 'mceOldBoxModel')
- p.firstChild.appendChild(c);
- else
- p.insertBefore(c, p.firstChild);
-
- t._addToolbars(etb, o);
-
- ed.onMouseUp.add(function() {
- var e = DOM.get(ed.id + '_external');
- DOM.show(e);
-
- DOM.hide(lastExtID);
-
- var f = Event.add(ed.id + '_external_close', 'click', function() {
- DOM.hide(ed.id + '_external');
- Event.remove(ed.id + '_external_close', 'click', f);
- return false;
- });
-
- DOM.show(e);
- DOM.setStyle(e, 'top', 0 - DOM.getRect(ed.id + '_tblext').h - 1);
-
- // Fixes IE rendering bug
- DOM.hide(e);
- DOM.show(e);
- e.style.filter = '';
-
- lastExtID = ed.id + '_external';
-
- e = null;
- });
- }
-
- if (sl == 'top')
- t._addStatusBar(tb, o);
-
- // Create iframe container
- if (!s.theme_advanced_toolbar_container) {
- n = DOM.add(tb, 'tr');
- n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
- }
-
- // Create toolbar container at bottom
- if (lo == 'bottom')
- t._addToolbars(tb, o);
-
- if (sl == 'bottom')
- t._addStatusBar(tb, o);
-
- return ic;
- },
-
- _rowLayout : function(s, tb, o) {
- var t = this, ed = t.editor, dc, da, cf = ed.controlManager, n, ic, to, a;
-
- dc = s.theme_advanced_containers_default_class || '';
- da = s.theme_advanced_containers_default_align || 'center';
-
- each(explode(s.theme_advanced_containers || ''), function(c, i) {
- var v = s['theme_advanced_container_' + c] || '';
-
- switch (c.toLowerCase()) {
- case 'mceeditor':
- n = DOM.add(tb, 'tr');
- n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
- break;
-
- case 'mceelementpath':
- t._addStatusBar(tb, o);
- break;
-
- default:
- a = (s['theme_advanced_container_' + c + '_align'] || da).toLowerCase();
- a = 'mce' + t._ufirst(a);
-
- n = DOM.add(DOM.add(tb, 'tr'), 'td', {
- 'class' : 'mceToolbar ' + (s['theme_advanced_container_' + c + '_class'] || dc) + ' ' + a || da
- });
-
- to = cf.createToolbar("toolbar" + i);
- t._addControls(v, to);
- DOM.setHTML(n, to.renderHTML());
- o.deltaHeight -= s.theme_advanced_row_height;
- }
- });
-
- return ic;
- },
-
- _addControls : function(v, tb) {
- var t = this, s = t.settings, di, cf = t.editor.controlManager;
-
- if (s.theme_advanced_disable && !t._disabled) {
- di = {};
-
- each(explode(s.theme_advanced_disable), function(v) {
- di[v] = 1;
- });
-
- t._disabled = di;
- } else
- di = t._disabled;
-
- each(explode(v), function(n) {
- var c;
-
- if (di && di[n])
- return;
-
- // Compatiblity with 2.x
- if (n == 'tablecontrols') {
- each(["table","|","row_props","cell_props","|","row_before","row_after","delete_row","|","col_before","col_after","delete_col","|","split_cells","merge_cells"], function(n) {
- n = t.createControl(n, cf);
-
- if (n)
- tb.add(n);
- });
-
- return;
- }
-
- c = t.createControl(n, cf);
-
- if (c)
- tb.add(c);
- });
- },
-
- _addToolbars : function(c, o) {
- var t = this, i, tb, ed = t.editor, s = t.settings, v, cf = ed.controlManager, di, n, h = [], a, toolbarGroup, toolbarsExist = false;
-
- toolbarGroup = cf.createToolbarGroup('toolbargroup', {
- 'name': ed.getLang('advanced.toolbar'),
- 'tab_focus_toolbar':ed.getParam('theme_advanced_tab_focus_toolbar')
- });
-
- t.toolbarGroup = toolbarGroup;
-
- a = s.theme_advanced_toolbar_align.toLowerCase();
- a = 'mce' + t._ufirst(a);
-
- n = DOM.add(DOM.add(c, 'tr', {role: 'presentation'}), 'td', {'class' : 'mceToolbar ' + a, "role":"toolbar"});
-
- // Create toolbar and add the controls
- for (i=1; (v = s['theme_advanced_buttons' + i]); i++) {
- toolbarsExist = true;
- tb = cf.createToolbar("toolbar" + i, {'class' : 'mceToolbarRow' + i});
-
- if (s['theme_advanced_buttons' + i + '_add'])
- v += ',' + s['theme_advanced_buttons' + i + '_add'];
-
- if (s['theme_advanced_buttons' + i + '_add_before'])
- v = s['theme_advanced_buttons' + i + '_add_before'] + ',' + v;
-
- t._addControls(v, tb);
- toolbarGroup.add(tb);
-
- o.deltaHeight -= s.theme_advanced_row_height;
- }
- // Handle case when there are no toolbar buttons and ensure editor height is adjusted accordingly
- if (!toolbarsExist)
- o.deltaHeight -= s.theme_advanced_row_height;
- h.push(toolbarGroup.renderHTML());
- h.push(DOM.createHTML('a', {href : '#', accesskey : 'z', title : ed.getLang("advanced.toolbar_focus"), onfocus : 'tinyMCE.getInstanceById(\'' + ed.id + '\').focus();'}, ''));
- DOM.setHTML(n, h.join(''));
- },
-
- _addStatusBar : function(tb, o) {
- var n, t = this, ed = t.editor, s = t.settings, r, mf, me, td;
-
- n = DOM.add(tb, 'tr');
- n = td = DOM.add(n, 'td', {'class' : 'mceStatusbar'});
- n = DOM.add(n, 'div', {id : ed.id + '_path_row', 'role': 'group', 'aria-labelledby': ed.id + '_path_voice'});
- if (s.theme_advanced_path) {
- DOM.add(n, 'span', {id: ed.id + '_path_voice'}, ed.translate('advanced.path'));
- DOM.add(n, 'span', {}, ': ');
- } else {
- DOM.add(n, 'span', {}, ' ');
- }
-
-
- if (s.theme_advanced_resizing) {
- DOM.add(td, 'a', {id : ed.id + '_resize', href : 'javascript:;', onclick : "return false;", 'class' : 'mceResize', tabIndex:"-1"});
-
- if (s.theme_advanced_resizing_use_cookie) {
- ed.onPostRender.add(function() {
- var o = Cookie.getHash("TinyMCE_" + ed.id + "_size"), c = DOM.get(ed.id + '_tbl');
-
- if (!o)
- return;
-
- t.resizeTo(o.cw, o.ch);
- });
- }
-
- ed.onPostRender.add(function() {
- Event.add(ed.id + '_resize', 'click', function(e) {
- e.preventDefault();
- });
-
- Event.add(ed.id + '_resize', 'mousedown', function(e) {
- var mouseMoveHandler1, mouseMoveHandler2,
- mouseUpHandler1, mouseUpHandler2,
- startX, startY, startWidth, startHeight, width, height, ifrElm;
-
- function resizeOnMove(e) {
- e.preventDefault();
-
- width = startWidth + (e.screenX - startX);
- height = startHeight + (e.screenY - startY);
-
- t.resizeTo(width, height);
- };
-
- function endResize(e) {
- // Stop listening
- Event.remove(DOM.doc, 'mousemove', mouseMoveHandler1);
- Event.remove(ed.getDoc(), 'mousemove', mouseMoveHandler2);
- Event.remove(DOM.doc, 'mouseup', mouseUpHandler1);
- Event.remove(ed.getDoc(), 'mouseup', mouseUpHandler2);
-
- width = startWidth + (e.screenX - startX);
- height = startHeight + (e.screenY - startY);
- t.resizeTo(width, height, true);
-
- ed.nodeChanged();
- };
-
- e.preventDefault();
-
- // Get the current rect size
- startX = e.screenX;
- startY = e.screenY;
- ifrElm = DOM.get(t.editor.id + '_ifr');
- startWidth = width = ifrElm.clientWidth;
- startHeight = height = ifrElm.clientHeight;
-
- // Register envent handlers
- mouseMoveHandler1 = Event.add(DOM.doc, 'mousemove', resizeOnMove);
- mouseMoveHandler2 = Event.add(ed.getDoc(), 'mousemove', resizeOnMove);
- mouseUpHandler1 = Event.add(DOM.doc, 'mouseup', endResize);
- mouseUpHandler2 = Event.add(ed.getDoc(), 'mouseup', endResize);
- });
- });
- }
-
- o.deltaHeight -= 21;
- n = tb = null;
- },
-
- _updateUndoStatus : function(ed) {
- var cm = ed.controlManager, um = ed.undoManager;
-
- cm.setDisabled('undo', !um.hasUndo() && !um.typing);
- cm.setDisabled('redo', !um.hasRedo());
- },
-
- _nodeChanged : function(ed, cm, n, co, ob) {
- var t = this, p, de = 0, v, c, s = t.settings, cl, fz, fn, fc, bc, formatNames, matches;
-
- tinymce.each(t.stateControls, function(c) {
- cm.setActive(c, ed.queryCommandState(t.controls[c][1]));
- });
-
- function getParent(name) {
- var i, parents = ob.parents, func = name;
-
- if (typeof(name) == 'string') {
- func = function(node) {
- return node.nodeName == name;
- };
- }
-
- for (i = 0; i < parents.length; i++) {
- if (func(parents[i]))
- return parents[i];
- }
- };
-
- cm.setActive('visualaid', ed.hasVisual);
- t._updateUndoStatus(ed);
- cm.setDisabled('outdent', !ed.queryCommandState('Outdent'));
-
- p = getParent('A');
- if (c = cm.get('link')) {
- c.setDisabled((!p && co) || (p && !p.href));
- c.setActive(!!p && (!p.name && !p.id));
- }
-
- if (c = cm.get('unlink')) {
- c.setDisabled(!p && co);
- c.setActive(!!p && !p.name && !p.id);
- }
-
- if (c = cm.get('anchor')) {
- c.setActive(!co && !!p && (p.name || (p.id && !p.href)));
- }
-
- p = getParent('IMG');
- if (c = cm.get('image'))
- c.setActive(!co && !!p && n.className.indexOf('mceItem') == -1);
-
- if (c = cm.get('styleselect')) {
- t._importClasses();
-
- formatNames = [];
- each(c.items, function(item) {
- formatNames.push(item.value);
- });
-
- matches = ed.formatter.matchAll(formatNames);
- c.select(matches[0]);
- tinymce.each(matches, function(match, index) {
- if (index > 0) {
- c.mark(match);
- }
- });
- }
-
- if (c = cm.get('formatselect')) {
- p = getParent(ed.dom.isBlock);
-
- if (p)
- c.select(p.nodeName.toLowerCase());
- }
-
- // Find out current fontSize, fontFamily and fontClass
- getParent(function(n) {
- if (n.nodeName === 'SPAN') {
- if (!cl && n.className)
- cl = n.className;
- }
-
- if (ed.dom.is(n, s.theme_advanced_font_selector)) {
- if (!fz && n.style.fontSize)
- fz = n.style.fontSize;
-
- if (!fn && n.style.fontFamily)
- $( "#text-label_ifr" ).contents().find( "span" ).css("font-family",n.style.fontFamily);
- $( "#text-label_ifr" ).contents().find( "em" ).css("font-family",n.style.fontFamily);
- $( "#text-label_ifr").contents().find( "strong" ).css("font-family",n.style.fontFamily);
-
- $( "#text-label_ifr" ).contents().find( "span" ).attr("data-mce-style","color:"+n.style.color+";font-family:"+n.style.fontFamily+";");
- $( "#text-label_ifr" ).contents().find( "em" ).attr("data-mce-style","color:"+n.style.color+";font-family:"+n.style.fontFamily+";");
- $( "#text-label_ifr").contents().find( "strong" ).attr("data-mce-style","color:"+n.style.color+";font-family:"+n.style.fontFamily+";");
-
- fn = n.style.fontFamily.replace(/[\"\']+/g, '').replace(/^([^,]+).*/, '$1').toLowerCase();
-
- if (!fc && n.style.color)
-
- $( "#text-label_ifr" ).contents().find( "span" ).css("color",n.style.color);
- $( "#text-label_ifr" ).contents().find( "em" ).css("color",n.style.color);
- $( "#text-label_ifr").contents().find( "strong" ).css("color",n.style.color);
-
- $( "#text-label_ifr" ).contents().find( "span" ).attr("data-mce-style","color:"+n.style.color+";font-family:"+n.style.fontFamily+";");
- $( "#text-label_ifr" ).contents().find( "em" ).attr("data-mce-style","color:"+n.style.color+";font-family:"+n.style.fontFamily+";");
- $( "#text-label_ifr").contents().find( "strong" ).attr("data-mce-style","color:"+n.style.color+";font-family:"+n.style.fontFamily+";");
-
- fc = n.style.color;
-
- if (!bc && n.style.backgroundColor)
- bc = n.style.backgroundColor;
- }
-
- return false;
- });
-
- if (c = cm.get('fontselect')) {
- c.select(function(v) {
- return v.replace(/^([^,]+).*/, '$1').toLowerCase() == fn;
- });
- }
-
- // Select font size
- if (c = cm.get('fontsizeselect')) {
- // Use computed style
- if (s.theme_advanced_runtime_fontsize && !fz && !cl)
- fz = ed.dom.getStyle(n, 'fontSize', true);
-
- c.select(function(v) {
- if (v.fontSize && v.fontSize === fz)
- return true;
-
- if (v['class'] && v['class'] === cl)
- return true;
- });
- }
-
- if (s.theme_advanced_show_current_color) {
- function updateColor(controlId, color) {
- if (c = cm.get(controlId)) {
- if (!color)
- color = c.settings.default_color;
- if (color !== c.value) {
- c.displayColor(color);
- }
- }
- }
- updateColor('forecolor', fc);
- updateColor('backcolor', bc);
- }
-
- if (s.theme_advanced_show_current_color) {
- function updateColor(controlId, color) {
- if (c = cm.get(controlId)) {
- if (!color)
- color = c.settings.default_color;
- if (color !== c.value) {
- c.displayColor(color);
- }
- }
- };
-
- updateColor('forecolor', fc);
- updateColor('backcolor', bc);
- }
-
- if (s.theme_advanced_path && s.theme_advanced_statusbar_location) {
- p = DOM.get(ed.id + '_path') || DOM.add(ed.id + '_path_row', 'span', {id : ed.id + '_path'});
-
- if (t.statusKeyboardNavigation) {
- t.statusKeyboardNavigation.destroy();
- t.statusKeyboardNavigation = null;
- }
-
- DOM.setHTML(p, '');
-
- getParent(function(n) {
- var na = n.nodeName.toLowerCase(), u, pi, ti = '';
-
- // Ignore non element and bogus/hidden elements
- if (n.nodeType != 1 || na === 'br' || n.getAttribute('data-mce-bogus') || DOM.hasClass(n, 'mceItemHidden') || DOM.hasClass(n, 'mceItemRemoved'))
- return;
-
- // Handle prefix
- if (tinymce.isIE && n.scopeName !== 'HTML' && n.scopeName)
- na = n.scopeName + ':' + na;
-
- // Remove internal prefix
- na = na.replace(/mce\:/g, '');
-
- // Handle node name
- switch (na) {
- case 'b':
- na = 'strong';
- break;
-
- case 'i':
- na = 'em';
- break;
-
- case 'img':
- if (v = DOM.getAttrib(n, 'src'))
- ti += 'src: ' + v + ' ';
-
- break;
-
- case 'a':
- if (v = DOM.getAttrib(n, 'name')) {
- ti += 'name: ' + v + ' ';
- na += '#' + v;
- }
-
- if (v = DOM.getAttrib(n, 'href'))
- ti += 'href: ' + v + ' ';
-
- break;
-
- case 'font':
- if (v = DOM.getAttrib(n, 'face'))
- ti += 'font: ' + v + ' ';
-
- if (v = DOM.getAttrib(n, 'size'))
- ti += 'size: ' + v + ' ';
-
- if (v = DOM.getAttrib(n, 'color'))
- ti += 'color: ' + v + ' ';
-
- break;
-
- case 'span':
- if (v = DOM.getAttrib(n, 'style'))
- ti += 'style: ' + v + ' ';
-
- break;
- }
-
- if (v = DOM.getAttrib(n, 'id'))
- ti += 'id: ' + v + ' ';
-
- if (v = n.className) {
- v = v.replace(/\b\s*(webkit|mce|Apple-)\w+\s*\b/g, '');
-
- if (v) {
- ti += 'class: ' + v + ' ';
-
- if (ed.dom.isBlock(n) || na == 'img' || na == 'span')
- na += '.' + v;
- }
- }
-
- na = na.replace(/(html:)/g, '');
- na = {name : na, node : n, title : ti};
- t.onResolveName.dispatch(t, na);
- ti = na.title;
- na = na.name;
-
- //u = "javascript:tinymce.EditorManager.get('" + ed.id + "').theme._sel('" + (de++) + "');";
- pi = DOM.create('a', {'href' : "javascript:;", role: 'button', onmousedown : "return false;", title : ti, 'class' : 'mcePath_' + (de++)}, na);
-
- if (p.hasChildNodes()) {
- p.insertBefore(DOM.create('span', {'aria-hidden': 'true'}, '\u00a0\u00bb '), p.firstChild);
- p.insertBefore(pi, p.firstChild);
- } else
- p.appendChild(pi);
- }, ed.getBody());
-
- if (DOM.select('a', p).length > 0) {
- t.statusKeyboardNavigation = new tinymce.ui.KeyboardNavigation({
- root: ed.id + "_path_row",
- items: DOM.select('a', p),
- excludeFromTabOrder: true,
- onCancel: function() {
- ed.focus();
- }
- }, DOM);
- }
- }
- },
-
- // Commands gets called by execCommand
-
- _sel : function(v) {
- this.editor.execCommand('mceSelectNodeDepth', false, v);
- },
-
- _mceInsertAnchor : function(ui, v) {
- var ed = this.editor;
-
- ed.windowManager.open({
- url : this.url + '/anchor.htm',
- width : 320 + parseInt(ed.getLang('advanced.anchor_delta_width', 0)),
- height : 90 + parseInt(ed.getLang('advanced.anchor_delta_height', 0)),
- inline : true
- }, {
- theme_url : this.url
- });
- },
-
- _mceCharMap : function() {
- var ed = this.editor;
-
- ed.windowManager.open({
- url : this.url + '/charmap.htm',
- width : 550 + parseInt(ed.getLang('advanced.charmap_delta_width', 0)),
- height : 265 + parseInt(ed.getLang('advanced.charmap_delta_height', 0)),
- inline : true
- }, {
- theme_url : this.url
- });
- },
-
- _mceHelp : function() {
- var ed = this.editor;
-
- ed.windowManager.open({
- url : this.url + '/about.htm',
- width : 480,
- height : 380,
- inline : true
- }, {
- theme_url : this.url
- });
- },
-
- _mceShortcuts : function() {
- var ed = this.editor;
- ed.windowManager.open({
- url: this.url + '/shortcuts.htm',
- width: 480,
- height: 380,
- inline: true
- }, {
- theme_url: this.url
- });
- },
-
- _mceColorPicker : function(u, v) {
- var ed = this.editor;
-
- v = v || {};
-
- ed.windowManager.open({
- url : this.url + '/color_picker.htm',
- width : 375 + parseInt(ed.getLang('advanced.colorpicker_delta_width', 0)),
- height : 250 + parseInt(ed.getLang('advanced.colorpicker_delta_height', 0)),
- close_previous : false,
- inline : true
- }, {
- input_color : v.color,
- func : v.func,
- theme_url : this.url
- });
- },
-
- _mceCodeEditor : function(ui, val) {
- var ed = this.editor;
-
- ed.windowManager.open({
- url : this.url + '/source_editor.htm',
- width : parseInt(ed.getParam("theme_advanced_source_editor_width", 720)),
- height : parseInt(ed.getParam("theme_advanced_source_editor_height", 580)),
- inline : true,
- resizable : true,
- maximizable : true
- }, {
- theme_url : this.url
- });
- },
-
- _mceImage : function(ui, val) {
- var ed = this.editor;
-
- // Internal image object like a flash placeholder
- if (ed.dom.getAttrib(ed.selection.getNode(), 'class', '').indexOf('mceItem') != -1)
- return;
-
- ed.windowManager.open({
- url : this.url + '/image.htm',
- width : 355 + parseInt(ed.getLang('advanced.image_delta_width', 0)),
- height : 275 + parseInt(ed.getLang('advanced.image_delta_height', 0)),
- inline : true
- }, {
- theme_url : this.url
- });
- },
-
- _mceLink : function(ui, val) {
- var ed = this.editor;
-
- ed.windowManager.open({
- url : this.url + '/link.htm',
- width : 310 + parseInt(ed.getLang('advanced.link_delta_width', 0)),
- height : 200 + parseInt(ed.getLang('advanced.link_delta_height', 0)),
- inline : true
- }, {
- theme_url : this.url
- });
- },
-
- _mceNewDocument : function() {
- var ed = this.editor;
-
- ed.windowManager.confirm('advanced.newdocument', function(s) {
- if (s)
- ed.execCommand('mceSetContent', false, '');
- });
- },
-
- _mceForeColor : function() {
- var t = this;
-
- this._mceColorPicker(0, {
- color: t.fgColor,
- func : function(co) {
- t.fgColor = co;
- t.editor.execCommand('ForeColor', false, co);
- }
- });
- },
-
- _mceBackColor : function() {
- var t = this;
-
- this._mceColorPicker(0, {
- color: t.bgColor,
- func : function(co) {
- t.bgColor = co;
- t.editor.execCommand('HiliteColor', false, co);
- }
- });
- },
-
- _ufirst : function(s) {
- return s.substring(0, 1).toUpperCase() + s.substring(1);
- }
- });
-
- tinymce.ThemeManager.add('advanced', tinymce.themes.AdvancedTheme);
-}(tinymce));
+(function(h){var i=h.DOM,g=h.dom.Event,c=h.extend,f=h.each,a=h.util.Cookie,e,d=h.explode;function b(p,m){var k,l,o=p.dom,j="",n,r;previewStyles=p.settings.preview_styles;if(previewStyles===false){return""}if(!previewStyles){previewStyles="font-family font-size font-weight text-decoration text-transform color background-color"}function q(s){return s.replace(/%(\w+)/g,"")}k=m.block||m.inline||"span";l=o.create(k);f(m.styles,function(t,s){t=q(t);if(t){o.setStyle(l,s,t)}});f(m.attributes,function(t,s){t=q(t);if(t){o.setAttrib(l,s,t)}});f(m.classes,function(s){s=q(s);if(!o.hasClass(l,s)){o.addClass(l,s)}});o.setStyles(l,{position:"absolute",left:-65535});p.getBody().appendChild(l);n=o.getStyle(p.getBody(),"fontSize",true);n=/px$/.test(n)?parseInt(n,10):0;f(previewStyles.split(" "),function(s){var t=o.getStyle(l,s,true);if(s=="background-color"&&/transparent|rgba\s*\([^)]+,\s*0\)/.test(t)){t=o.getStyle(p.getBody(),s,true);if(o.toHex(t).toLowerCase()=="#ffffff"){return}}if(s=="font-size"){if(/em|%$/.test(t)){if(n===0){return}t=parseFloat(t,10)/(/%$/.test(t)?100:1);t=(t*n)+"px"}}j+=s+":"+t+";"});o.remove(l);return j}h.ThemeManager.requireLangPack("advanced");h.create("tinymce.themes.AdvancedTheme",{sizes:[8,10,12,14,18,24,36],controls:{bold:["bold_desc","Bold"],italic:["italic_desc","Italic"],underline:["underline_desc","Underline"],strikethrough:["striketrough_desc","Strikethrough"],justifyleft:["justifyleft_desc","JustifyLeft"],justifycenter:["justifycenter_desc","JustifyCenter"],justifyright:["justifyright_desc","JustifyRight"],justifyfull:["justifyfull_desc","JustifyFull"],bullist:["bullist_desc","InsertUnorderedList"],numlist:["numlist_desc","InsertOrderedList"],outdent:["outdent_desc","Outdent"],indent:["indent_desc","Indent"],cut:["cut_desc","Cut"],copy:["copy_desc","Copy"],paste:["paste_desc","Paste"],undo:["undo_desc","Undo"],redo:["redo_desc","Redo"],link:["link_desc","mceLink"],unlink:["unlink_desc","unlink"],image:["image_desc","mceImage"],cleanup:["cleanup_desc","mceCleanup"],help:["help_desc","mceHelp"],code:["code_desc","mceCodeEditor"],hr:["hr_desc","InsertHorizontalRule"],removeformat:["removeformat_desc","RemoveFormat"],sub:["sub_desc","subscript"],sup:["sup_desc","superscript"],forecolor:["forecolor_desc","ForeColor"],forecolorpicker:["forecolor_desc","mceForeColor"],backcolor:["backcolor_desc","HiliteColor"],backcolorpicker:["backcolor_desc","mceBackColor"],charmap:["charmap_desc","mceCharMap"],visualaid:["visualaid_desc","mceToggleVisualAid"],anchor:["anchor_desc","mceInsertAnchor"],newdocument:["newdocument_desc","mceNewDocument"],blockquote:["blockquote_desc","mceBlockQuote"]},stateControls:["bold","italic","underline","strikethrough","bullist","numlist","justifyleft","justifycenter","justifyright","justifyfull","sub","sup","blockquote"],init:function(k,l){var m=this,n,j,p;m.editor=k;m.url=l;m.onResolveName=new h.util.Dispatcher(this);n=k.settings;k.forcedHighContrastMode=k.settings.detect_highcontrast&&m._isHighContrast();k.settings.skin=k.forcedHighContrastMode?"highcontrast":k.settings.skin;if(!n.theme_advanced_buttons1){n=c({theme_advanced_buttons1:"bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect",theme_advanced_buttons2:"bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code",theme_advanced_buttons3:"hr,removeformat,visualaid,|,sub,sup,|,charmap"},n)}m.settings=n=c({theme_advanced_path:true,theme_advanced_toolbar_location:"top",theme_advanced_blockformats:"p,address,pre,h1,h2,h3,h4,h5,h6",theme_advanced_toolbar_align:"left",theme_advanced_statusbar_location:"bottom",theme_advanced_fonts:"Roboto=roboto;Lato=lato;Open sans=opensans;League gothic=leaguegothic",theme_advanced_more_colors:1,theme_advanced_row_height:23,theme_advanced_resize_horizontal:1,theme_advanced_resizing_use_cookie:1,theme_advanced_font_sizes:"1,2,3,4,5,6,7",theme_advanced_font_selector:"span",theme_advanced_show_current_color:0,readonly:k.settings.readonly},n);if(!n.font_size_style_values){n.font_size_style_values="8pt,10pt,12pt,14pt,18pt,24pt,36pt"}if(h.is(n.theme_advanced_font_sizes,"string")){n.font_size_style_values=h.explode(n.font_size_style_values);n.font_size_classes=h.explode(n.font_size_classes||"");p={};k.settings.theme_advanced_font_sizes=n.theme_advanced_font_sizes;f(k.getParam("theme_advanced_font_sizes","","hash"),function(r,q){var o;if(q==r&&r>=1&&r<=7){q=r+" ("+m.sizes[r-1]+"pt)";o=n.font_size_classes[r-1];r=n.font_size_style_values[r-1]||(m.sizes[r-1]+"pt")}if(/^\s*\./.test(r)){o=r.replace(/\./g,"")}p[q]=o?{"class":o}:{fontSize:r}});n.theme_advanced_font_sizes=p}if((j=n.theme_advanced_path_location)&&j!="none"){n.theme_advanced_statusbar_location=n.theme_advanced_path_location}if(n.theme_advanced_statusbar_location=="none"){n.theme_advanced_statusbar_location=0}if(k.settings.content_css!==false){k.contentCSS.push(k.baseURI.toAbsolute(l+"/skins/"+k.settings.skin+"/content.css"))}k.onInit.add(function(){if(!k.settings.readonly){k.onNodeChange.add(m._nodeChanged,m);k.onKeyUp.add(m._updateUndoStatus,m);k.onMouseUp.add(m._updateUndoStatus,m);k.dom.bind(k.dom.getRoot(),"dragend",function(){m._updateUndoStatus(k)})}});k.onSetProgressState.add(function(r,o,s){var t,u=r.id,q;if(o){m.progressTimer=setTimeout(function(){t=r.getContainer();t=t.insertBefore(i.create("DIV",{style:"position:relative"}),t.firstChild);q=i.get(r.id+"_tbl");i.add(t,"div",{id:u+"_blocker","class":"mceBlocker",style:{width:q.clientWidth+2,height:q.clientHeight+2}});i.add(t,"div",{id:u+"_progress","class":"mceProgress",style:{left:q.clientWidth/2,top:q.clientHeight/2}})},s||0)}else{i.remove(u+"_blocker");i.remove(u+"_progress");clearTimeout(m.progressTimer)}});i.loadCSS(n.editor_css?k.documentBaseURI.toAbsolute(n.editor_css):l+"/skins/"+k.settings.skin+"/ui.css");if(n.skin_variant){i.loadCSS(l+"/skins/"+k.settings.skin+"/ui_"+n.skin_variant+".css")}},_isHighContrast:function(){var j,k=i.add(i.getRoot(),"div",{style:"background-color: rgb(171,239,86);"});j=(i.getStyle(k,"background-color",true)+"").toLowerCase().replace(/ /g,"");i.remove(k);return j!="rgb(171,239,86)"&&j!="#abef56"},createControl:function(m,j){var k,l;if(l=j.createControl(m)){return l}switch(m){case"styleselect":return this._createStyleSelect();case"formatselect":return this._createBlockFormats();case"fontselect":return this._createFontSelect();case"fontsizeselect":return this._createFontSizeSelect();case"forecolor":return this._createForeColorMenu();case"backcolor":return this._createBackColorMenu()}if((k=this.controls[m])){return j.createButton(m,{title:"advanced."+k[0],cmd:k[1],ui:k[2],value:k[3]})}},execCommand:function(l,k,m){var j=this["_"+l];if(j){j.call(this,k,m);return true}return false},_importClasses:function(l){var j=this.editor,k=j.controlManager.get("styleselect");if(k.getLength()==0){f(j.dom.getClasses(),function(q,m){var p="style_"+m,n;n={inline:"span",attributes:{"class":q["class"]},selector:"*"};j.formatter.register(p,n);k.add(q["class"],p,{style:function(){return b(j,n)}})})}},_createStyleSelect:function(o){var l=this,j=l.editor,k=j.controlManager,m;m=k.createListBox("styleselect",{title:"advanced.style_select",onselect:function(q){var r,n=[],p;f(m.items,function(s){n.push(s.value)});j.focus();j.undoManager.add();r=j.formatter.matchAll(n);h.each(r,function(s){if(!q||s==q){if(s){j.formatter.remove(s)}p=true}});if(!p){j.formatter.apply(q)}j.undoManager.add();j.nodeChanged();return false}});j.onPreInit.add(function(){var p=0,n=j.getParam("style_formats");if(n){f(n,function(q){var r,s=0;f(q,function(){s++});if(s>1){r=q.name=q.name||"style_"+(p++);j.formatter.register(r,q);m.add(q.title,r,{style:function(){return b(j,q)}})}else{m.add(q.title)}})}else{f(j.getParam("theme_advanced_styles","","hash"),function(t,s){var r,q;if(t){r="style_"+(p++);q={inline:"span",classes:t,selector:"*"};j.formatter.register(r,q);m.add(l.editor.translate(s),r,{style:function(){return b(j,q)}})}})}});if(m.getLength()==0){m.onPostRender.add(function(p,q){if(!m.NativeListBox){g.add(q.id+"_text","focus",l._importClasses,l);g.add(q.id+"_text","mousedown",l._importClasses,l);g.add(q.id+"_open","focus",l._importClasses,l);g.add(q.id+"_open","mousedown",l._importClasses,l)}else{g.add(q.id,"focus",l._importClasses,l)}})}return m},_createFontSelect:function(){var l,k=this,j=k.editor;l=j.controlManager.createListBox("fontselect",{title:"advanced.fontdefault",onselect:function(m){var n=l.items[l.selectedIndex];if(!m&&n){j.execCommand("FontName",false,n.value);return}j.execCommand("FontName",false,m);l.select(function(o){return m==o});if(n&&n.value==m){l.select(null)}return false}});if(l){f(j.getParam("theme_advanced_fonts",k.settings.theme_advanced_fonts,"hash"),function(n,m){l.add(j.translate(m),n,{style:n.indexOf("dings")==-1?"font-family:"+n:""})})}return l},_createFontSizeSelect:function(){var m=this,k=m.editor,n,l=0,j=[];n=k.controlManager.createListBox("fontsizeselect",{title:"advanced.font_size",onselect:function(o){var p=n.items[n.selectedIndex];if(!o&&p){p=p.value;if(p["class"]){k.formatter.toggle("fontsize_class",{value:p["class"]});k.undoManager.add();k.nodeChanged()}else{k.execCommand("FontSize",false,p.fontSize)}return}if(o["class"]){k.focus();k.undoManager.add();k.formatter.toggle("fontsize_class",{value:o["class"]});k.undoManager.add();k.nodeChanged()}else{k.execCommand("FontSize",false,o.fontSize)}n.select(function(q){return o==q});if(p&&(p.value.fontSize==o.fontSize||p.value["class"]&&p.value["class"]==o["class"])){n.select(null)}return false}});if(n){f(m.settings.theme_advanced_font_sizes,function(p,o){var q=p.fontSize;if(q>=1&&q<=7){q=m.sizes[parseInt(q)-1]+"pt"}n.add(o,p,{style:"font-size:"+q,"class":"mceFontSize"+(l++)+(" "+(p["class"]||""))})})}return n},_createBlockFormats:function(){var l,j={p:"advanced.paragraph",address:"advanced.address",pre:"advanced.pre",h1:"advanced.h1",h2:"advanced.h2",h3:"advanced.h3",h4:"advanced.h4",h5:"advanced.h5",h6:"advanced.h6",div:"advanced.div",blockquote:"advanced.blockquote",code:"advanced.code",dt:"advanced.dt",dd:"advanced.dd",samp:"advanced.samp"},k=this;l=k.editor.controlManager.createListBox("formatselect",{title:"advanced.block",onselect:function(m){k.editor.execCommand("FormatBlock",false,m);return false}});if(l){f(k.editor.getParam("theme_advanced_blockformats",k.settings.theme_advanced_blockformats,"hash"),function(n,m){l.add(k.editor.translate(m!=n?m:j[n]),n,{"class":"mce_formatPreview mce_"+n,style:function(){return b(k.editor,{block:n})}})})}return l},_createForeColorMenu:function(){var n,k=this,l=k.settings,m={},j;if(l.theme_advanced_more_colors){m.more_colors_func=function(){k._mceColorPicker(0,{color:n.value,func:function(o){n.setColor(o)}})}}if(j=l.theme_advanced_text_colors){m.colors=j}if(l.theme_advanced_default_foreground_color){m.default_color=l.theme_advanced_default_foreground_color}m.title="advanced.forecolor_desc";m.cmd="ForeColor";m.scope=this;n=k.editor.controlManager.createColorSplitButton("forecolor",m);return n},_createBackColorMenu:function(){var n,k=this,l=k.settings,m={},j;if(l.theme_advanced_more_colors){m.more_colors_func=function(){k._mceColorPicker(0,{color:n.value,func:function(o){n.setColor(o)}})}}if(j=l.theme_advanced_background_colors){m.colors=j}if(l.theme_advanced_default_background_color){m.default_color=l.theme_advanced_default_background_color}m.title="advanced.backcolor_desc";m.cmd="HiliteColor";m.scope=this;n=k.editor.controlManager.createColorSplitButton("backcolor",m);return n},renderUI:function(l){var q,m,r,w=this,u=w.editor,x=w.settings,v,k,j;if(u.settings){u.settings.aria_label=x.aria_label+u.getLang("advanced.help_shortcut")}q=k=i.create("span",{role:"application","aria-labelledby":u.id+"_voice",id:u.id+"_parent","class":"mceEditor "+u.settings.skin+"Skin"+(x.skin_variant?" "+u.settings.skin+"Skin"+w._ufirst(x.skin_variant):"")+(u.settings.directionality=="rtl"?" mceRtl":"")});i.add(q,"span",{"class":"mceVoiceLabel",style:"display:none;",id:u.id+"_voice"},x.aria_label);if(!i.boxModel){q=i.add(q,"div",{"class":"mceOldBoxModel"})}q=v=i.add(q,"table",{role:"presentation",id:u.id+"_tbl","class":"mceLayout",cellSpacing:0,cellPadding:0});q=r=i.add(q,"tbody");switch((x.theme_advanced_layout_manager||"").toLowerCase()){case"rowlayout":m=w._rowLayout(x,r,l);break;case"customlayout":m=u.execCallback("theme_advanced_custom_layout",x,r,l,k);break;default:m=w._simpleLayout(x,r,l,k)}q=l.targetNode;j=v.rows;i.addClass(j[0],"mceFirst");i.addClass(j[j.length-1],"mceLast");f(i.select("tr",r),function(o){i.addClass(o.firstChild,"mceFirst");i.addClass(o.childNodes[o.childNodes.length-1],"mceLast")});if(i.get(x.theme_advanced_toolbar_container)){i.get(x.theme_advanced_toolbar_container).appendChild(k)}else{i.insertAfter(k,q)}g.add(u.id+"_path_row","click",function(n){n=n.target;if(n.nodeName=="A"){w._sel(n.className.replace(/^.*mcePath_([0-9]+).*$/,"$1"));return false}});if(!u.getParam("accessibility_focus")){g.add(i.add(k,"a",{href:"#"},""),"focus",function(){tinyMCE.get(u.id).focus()})}if(x.theme_advanced_toolbar_location=="external"){l.deltaHeight=0}w.deltaHeight=l.deltaHeight;l.targetNode=null;u.onKeyDown.add(function(p,n){var s=121,o=122;if(n.altKey){if(n.keyCode===s){if(h.isWebKit){window.focus()}w.toolbarGroup.focus();return g.cancel(n)}else{if(n.keyCode===o){i.get(p.id+"_path_row").focus();return g.cancel(n)}}}});u.addShortcut("alt+0","","mceShortcuts",w);return{iframeContainer:m,editorContainer:u.id+"_parent",sizeContainer:v,deltaHeight:l.deltaHeight}},getInfo:function(){return{longname:"Advanced theme",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",version:h.majorVersion+"."+h.minorVersion}},resizeBy:function(j,k){var l=i.get(this.editor.id+"_ifr");this.resizeTo(l.clientWidth+j,l.clientHeight+k)},resizeTo:function(j,n,l){var k=this.editor,m=this.settings,o=i.get(k.id+"_tbl"),p=i.get(k.id+"_ifr");j=Math.max(m.theme_advanced_resizing_min_width||100,j);n=Math.max(m.theme_advanced_resizing_min_height||100,n);j=Math.min(m.theme_advanced_resizing_max_width||65535,j);n=Math.min(m.theme_advanced_resizing_max_height||65535,n);i.setStyle(o,"height","");i.setStyle(p,"height",n);if(m.theme_advanced_resize_horizontal){i.setStyle(o,"width","");i.setStyle(p,"width",j);if(j"));i.setHTML(l,r.join(""))},_addStatusBar:function(p,k){var l,w=this,q=w.editor,x=w.settings,j,u,v,m;l=i.add(p,"tr");l=m=i.add(l,"td",{"class":"mceStatusbar"});l=i.add(l,"div",{id:q.id+"_path_row",role:"group","aria-labelledby":q.id+"_path_voice"});if(x.theme_advanced_path){i.add(l,"span",{id:q.id+"_path_voice"},q.translate("advanced.path"));i.add(l,"span",{},": ")}else{i.add(l,"span",{}," ")}if(x.theme_advanced_resizing){i.add(m,"a",{id:q.id+"_resize",href:"javascript:;",onclick:"return false;","class":"mceResize",tabIndex:"-1"});if(x.theme_advanced_resizing_use_cookie){q.onPostRender.add(function(){var n=a.getHash("TinyMCE_"+q.id+"_size"),r=i.get(q.id+"_tbl");if(!n){return}w.resizeTo(n.cw,n.ch)})}q.onPostRender.add(function(){g.add(q.id+"_resize","click",function(n){n.preventDefault()});g.add(q.id+"_resize","mousedown",function(E){var t,r,s,o,D,A,B,G,n,F,y;function z(H){H.preventDefault();n=B+(H.screenX-D);F=G+(H.screenY-A);w.resizeTo(n,F)}function C(H){g.remove(i.doc,"mousemove",t);g.remove(q.getDoc(),"mousemove",r);g.remove(i.doc,"mouseup",s);g.remove(q.getDoc(),"mouseup",o);n=B+(H.screenX-D);F=G+(H.screenY-A);w.resizeTo(n,F,true);q.nodeChanged()}E.preventDefault();D=E.screenX;A=E.screenY;y=i.get(w.editor.id+"_ifr");B=n=y.clientWidth;G=F=y.clientHeight;t=g.add(i.doc,"mousemove",z);r=g.add(q.getDoc(),"mousemove",z);s=g.add(i.doc,"mouseup",C);o=g.add(q.getDoc(),"mouseup",C)})})}k.deltaHeight-=21;l=p=null},_updateUndoStatus:function(k){var j=k.controlManager,l=k.undoManager;j.setDisabled("undo",!l.hasUndo()&&!l.typing);j.setDisabled("redo",!l.hasRedo())},_nodeChanged:function(o,u,E,r,F){var z=this,D,G=0,y,H,A=z.settings,x,l,w,C,m,k,j;h.each(z.stateControls,function(n){u.setActive(n,o.queryCommandState(z.controls[n][1]))});function q(p){var s,n=F.parents,t=p;if(typeof(p)=="string"){t=function(v){return v.nodeName==p}}for(s=0;s0){H.mark(p)}})}if(H=u.get("formatselect")){D=q(o.dom.isBlock);if(D){H.select(D.nodeName.toLowerCase())}}q(function(p){if(p.nodeName==="SPAN"){if(!x&&p.className){x=p.className}}if(o.dom.is(p,A.theme_advanced_font_selector)){if(!l&&p.style.fontSize){l=p.style.fontSize}if(!w&&p.style.fontFamily){w=p.style.fontFamily.replace(/[\"\']+/g,"").replace(/^([^,]+).*/,"$1").toLowerCase()}if(!C&&p.style.color){C=p.style.color}if(!m&&p.style.backgroundColor){m=p.style.backgroundColor}}return false});if(H=u.get("fontselect")){H.select(function(n){return n.replace(/^([^,]+).*/,"$1").toLowerCase()==w})}if(H=u.get("fontsizeselect")){if(A.theme_advanced_runtime_fontsize&&!l&&!x){l=o.dom.getStyle(E,"fontSize",true)}H.select(function(n){if(n.fontSize&&n.fontSize===l){return true}if(n["class"]&&n["class"]===x){return true}})}if(A.theme_advanced_show_current_color){function B(p,n){if(H=u.get(p)){if(!n){n=H.settings.default_color}if(n!==H.value){H.displayColor(n)}}}B("forecolor",C);B("backcolor",m)}if(A.theme_advanced_show_current_color){function B(p,n){if(H=u.get(p)){if(!n){n=H.settings.default_color}if(n!==H.value){H.displayColor(n)}}}B("forecolor",C);B("backcolor",m)}if(A.theme_advanced_path&&A.theme_advanced_statusbar_location){D=i.get(o.id+"_path")||i.add(o.id+"_path_row","span",{id:o.id+"_path"});if(z.statusKeyboardNavigation){z.statusKeyboardNavigation.destroy();z.statusKeyboardNavigation=null}i.setHTML(D,"");q(function(I){var p=I.nodeName.toLowerCase(),s,v,t="";if(I.nodeType!=1||p==="br"||I.getAttribute("data-mce-bogus")||i.hasClass(I,"mceItemHidden")||i.hasClass(I,"mceItemRemoved")){return}if(h.isIE&&I.scopeName!=="HTML"&&I.scopeName){p=I.scopeName+":"+p}p=p.replace(/mce\:/g,"");switch(p){case"b":p="strong";break;case"i":p="em";break;case"img":if(y=i.getAttrib(I,"src")){t+="src: "+y+" "}break;case"a":if(y=i.getAttrib(I,"name")){t+="name: "+y+" ";p+="#"+y}if(y=i.getAttrib(I,"href")){t+="href: "+y+" "}break;case"font":if(y=i.getAttrib(I,"face")){t+="font: "+y+" "}if(y=i.getAttrib(I,"size")){t+="size: "+y+" "}if(y=i.getAttrib(I,"color")){t+="color: "+y+" "}break;case"span":if(y=i.getAttrib(I,"style")){t+="style: "+y+" "}break}if(y=i.getAttrib(I,"id")){t+="id: "+y+" "}if(y=I.className){y=y.replace(/\b\s*(webkit|mce|Apple-)\w+\s*\b/g,"");if(y){t+="class: "+y+" ";if(o.dom.isBlock(I)||p=="img"||p=="span"){p+="."+y}}}p=p.replace(/(html:)/g,"");p={name:p,node:I,title:t};z.onResolveName.dispatch(z,p);t=p.title;p=p.name;v=i.create("a",{href:"javascript:;",role:"button",onmousedown:"return false;",title:t,"class":"mcePath_"+(G++)},p);if(D.hasChildNodes()){D.insertBefore(i.create("span",{"aria-hidden":"true"},"\u00a0\u00bb "),D.firstChild);D.insertBefore(v,D.firstChild)}else{D.appendChild(v)}},o.getBody());if(i.select("a",D).length>0){z.statusKeyboardNavigation=new h.ui.KeyboardNavigation({root:o.id+"_path_row",items:i.select("a",D),excludeFromTabOrder:true,onCancel:function(){o.focus()}},i)}}},_sel:function(j){this.editor.execCommand("mceSelectNodeDepth",false,j)},_mceInsertAnchor:function(l,k){var j=this.editor;j.windowManager.open({url:this.url+"/anchor.htm",width:320+parseInt(j.getLang("advanced.anchor_delta_width",0)),height:90+parseInt(j.getLang("advanced.anchor_delta_height",0)),inline:true},{theme_url:this.url})},_mceCharMap:function(){var j=this.editor;j.windowManager.open({url:this.url+"/charmap.htm",width:550+parseInt(j.getLang("advanced.charmap_delta_width",0)),height:265+parseInt(j.getLang("advanced.charmap_delta_height",0)),inline:true},{theme_url:this.url})},_mceHelp:function(){var j=this.editor;j.windowManager.open({url:this.url+"/about.htm",width:480,height:380,inline:true},{theme_url:this.url})},_mceShortcuts:function(){var j=this.editor;j.windowManager.open({url:this.url+"/shortcuts.htm",width:480,height:380,inline:true},{theme_url:this.url})},_mceColorPicker:function(l,k){var j=this.editor;k=k||{};j.windowManager.open({url:this.url+"/color_picker.htm",width:375+parseInt(j.getLang("advanced.colorpicker_delta_width",0)),height:250+parseInt(j.getLang("advanced.colorpicker_delta_height",0)),close_previous:false,inline:true},{input_color:k.color,func:k.func,theme_url:this.url})},_mceCodeEditor:function(k,l){var j=this.editor;j.windowManager.open({url:this.url+"/source_editor.htm",width:parseInt(j.getParam("theme_advanced_source_editor_width",720)),height:parseInt(j.getParam("theme_advanced_source_editor_height",580)),inline:true,resizable:true,maximizable:true},{theme_url:this.url})},_mceImage:function(k,l){var j=this.editor;if(j.dom.getAttrib(j.selection.getNode(),"class","").indexOf("mceItem")!=-1){return}j.windowManager.open({url:this.url+"/image.htm",width:355+parseInt(j.getLang("advanced.image_delta_width",0)),height:275+parseInt(j.getLang("advanced.image_delta_height",0)),inline:true},{theme_url:this.url})},_mceLink:function(k,l){var j=this.editor;j.windowManager.open({url:this.url+"/link.htm",width:310+parseInt(j.getLang("advanced.link_delta_width",0)),height:200+parseInt(j.getLang("advanced.link_delta_height",0)),inline:true},{theme_url:this.url})},_mceNewDocument:function(){var j=this.editor;j.windowManager.confirm("advanced.newdocument",function(k){if(k){j.execCommand("mceSetContent",false,"")}})},_mceForeColor:function(){var j=this;this._mceColorPicker(0,{color:j.fgColor,func:function(k){j.fgColor=k;j.editor.execCommand("ForeColor",false,k)}})},_mceBackColor:function(){var j=this;this._mceColorPicker(0,{color:j.bgColor,func:function(k){j.bgColor=k;j.editor.execCommand("HiliteColor",false,k)}})},_ufirst:function(j){return j.substring(0,1).toUpperCase()+j.substring(1)}});h.ThemeManager.add("advanced",h.themes.AdvancedTheme)}(tinymce));
\ No newline at end of file
diff --git a/pandora_console/include/languages/index.pot b/pandora_console/include/languages/index.pot
index 483cf84eee..f9686639f3 100644
--- a/pandora_console/include/languages/index.pot
+++ b/pandora_console/include/languages/index.pot
@@ -1,3317 +1,4925 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+#: ../../include/functions_api.php:9570
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-02-01 11:28+0100\n"
+"POT-Creation-Date: 2017-03-14 16:29+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-03-03 08:37+0000\n"
-"X-Generator: Launchpad (build 17925)\n"
-#: ../../enterprise/mobile/include/enterprise.class.php:63
-#: ../../enterprise/dashboard/main_dashboard.php:381
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:157
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:516
-#: ../../enterprise/meta/include/functions_wizard_meta.php:148
-#: ../../enterprise/meta/include/functions_wizard_meta.php:359
-#: ../../enterprise/meta/include/functions_wizard_meta.php:460
-#: ../../enterprise/meta/include/functions_wizard_meta.php:991
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1294
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1411
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1511
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1625
-#: ../../enterprise/meta/advanced/servers.build_table.php:59
-#: ../../enterprise/include/functions_reporting.php:1896
-#: ../../enterprise/include/functions_reporting.php:2010
-#: ../../enterprise/include/functions_reporting.php:3185
-#: ../../enterprise/include/functions_services.php:1413
-#: ../../enterprise/include/functions_reporting_pdf.php:1321
-#: ../../enterprise/include/functions_reporting_pdf.php:1457
-#: ../../enterprise/include/functions_reporting_pdf.php:2338
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1078
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1562
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1702
-#: ../../enterprise/operation/services/services.service.php:120
-#: ../../enterprise/operation/services/services.list.php:303
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298
-#: ../../enterprise/operation/agentes/policy_view.php:131
-#: ../../enterprise/operation/agentes/policy_view.php:305
-#: ../../enterprise/operation/agentes/collection_view.php:63
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259
-#: ../../enterprise/godmode/services/services.service.php:233
-#: ../../enterprise/godmode/alerts/alert_events_list.php:422
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131
-#: ../../enterprise/godmode/alerts/alert_events.php:488
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:407
-#: ../../enterprise/godmode/agentes/inventory_manager.php:233
-#: ../../enterprise/godmode/agentes/collection_manager.php:105
-#: ../../enterprise/godmode/agentes/collection_manager.php:163
-#: ../../enterprise/godmode/servers/manage_export.php:131
-#: ../../enterprise/godmode/servers/manage_export_form.php:67
-#: ../../enterprise/godmode/setup/edit_skin.php:207
-#: ../../enterprise/godmode/setup/setup_skins.php:82
-#: ../../enterprise/godmode/modules/local_components.php:469
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78
-#: ../../enterprise/godmode/modules/configure_local_component.php:141
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112
-#: ../../enterprise/godmode/reporting/mysql_builder.php:41
-#: ../../enterprise/godmode/reporting/mysql_builder.php:138
-#: ../../enterprise/godmode/reporting/mysql_builder.php:139
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:153
-#: ../../enterprise/godmode/policies/policies.php:253
-#: ../../enterprise/godmode/policies/configure_policy.php:65
-#: ../../enterprise/godmode/policies/policy_collections.php:121
-#: ../../enterprise/godmode/policies/policy_collections.php:192
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242
-#: ../../enterprise/godmode/policies/policy_agents.php:348
-#: ../../enterprise/godmode/policies/policy_modules.php:1019
-#: ../../mobile/operation/networkmaps.php:195
-#: ../../mobile/operation/visualmaps.php:139
-#: ../../extensions/files_repo/files_repo_list.php:58
-#: ../../include/functions_filemanager.php:578
-#: ../../include/functions_treeview.php:79
-#: ../../include/functions_reporting.php:4731
-#: ../../include/functions_reporting_html.php:482
-#: ../../include/functions_reporting_html.php:1095
-#: ../../include/functions_reporting_html.php:1514
-#: ../../include/functions_reporting_html.php:2978
-#: ../../include/functions_events.php:2013
-#: ../../include/functions_events.php:2063 ../../operation/extensions.php:47
-#: ../../operation/gis_maps/gis_map.php:89
-#: ../../operation/gis_maps/index.php:35
-#: ../../operation/agentes/networkmap_list.php:134
-#: ../../operation/agentes/networkmap.php:437
-#: ../../operation/search_maps.php:31
-#: ../../operation/netflow/nf_live_view.php:288
-#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41
-#: ../../godmode/events/event_filter.php:104
-#: ../../godmode/events/event_responses.editor.php:76
-#: ../../godmode/events/event_responses.list.php:54
-#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403
-#: ../../godmode/category/edit_category.php:155
-#: ../../godmode/alerts/alert_commands.php:323
-#: ../../godmode/alerts/configure_alert_command.php:146
-#: ../../godmode/alerts/configure_alert_template.php:707
-#: ../../godmode/alerts/alert_templates.php:298
-#: ../../godmode/alerts/configure_alert_action.php:112
-#: ../../godmode/alerts/alert_actions.php:340
-#: ../../godmode/agentes/module_manager_editor_common.php:130
-#: ../../godmode/agentes/module_manager_editor_common.php:578
-#: ../../godmode/agentes/planned_downtime.editor.php:472
-#: ../../godmode/agentes/planned_downtime.editor.php:722
-#: ../../godmode/agentes/module_manager.php:504
-#: ../../godmode/agentes/configure_field.php:48
-#: ../../godmode/servers/modificar_server.php:46
-#: ../../godmode/servers/plugin.php:243 ../../godmode/servers/plugin.php:685
-#: ../../godmode/servers/servers.build_table.php:63
-#: ../../godmode/servers/recon_script.php:95
-#: ../../godmode/servers/recon_script.php:348
-#: ../../godmode/servers/manage_recontask.php:287
-#: ../../godmode/netflow/nf_edit_form.php:189
-#: ../../godmode/netflow/nf_edit.php:118
-#: ../../godmode/groups/configure_modu_group.php:65
-#: ../../godmode/groups/group_list.php:333
-#: ../../godmode/groups/configure_group.php:114
-#: ../../godmode/groups/modu_group_list.php:182
-#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35
-#: ../../godmode/modules/manage_nc_groups.php:193
-#: ../../godmode/modules/manage_network_templates.php:181
-#: ../../godmode/modules/manage_nc_groups_form.php:66
-#: ../../godmode/modules/manage_network_components_form_common.php:52
-#: ../../godmode/modules/module_list.php:59
-#: ../../godmode/modules/manage_network_templates_form.php:144
-#: ../../godmode/reporting/reporting_builder.list_items.php:302
-#: ../../godmode/reporting/graph_builder.main.php:94
-#: ../../godmode/reporting/reporting_builder.item_editor.php:614
-#: ../../godmode/reporting/reporting_builder.main.php:65
-#: ../../godmode/reporting/reporting_builder.main.php:67
-#: ../../godmode/tag/edit_tag.php:164 ../../godmode/tag/tag.php:156
-msgid "Name"
+#: ../../operation/search_alerts.php:27 ../../operation/search_reports.php:29
+#: ../../operation/search_users.php:26 ../../operation/search_graphs.php:24
+#: ../../operation/search_maps.php:22 ../../operation/search_modules.php:26
+#: ../../operation/search_agents.php:33
+msgid "Zero results found"
msgstr ""
-#: ../../enterprise/mobile/include/enterprise.class.php:64
-#: ../../enterprise/meta/include/functions_wizard_meta.php:158
-#: ../../enterprise/meta/include/functions_wizard_meta.php:369
-#: ../../enterprise/meta/include/functions_wizard_meta.php:465
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1001
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1298
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1415
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1515
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1633
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:102
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1113
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1393
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1658
-#: ../../enterprise/extensions/cron/functions.php:37
-#: ../../enterprise/extensions/backup/main.php:65
-#: ../../enterprise/extensions/backup/main.php:160
-#: ../../enterprise/extensions/ipam/ipam_network.php:143
-#: ../../enterprise/extensions/ipam/ipam_editor.php:72
-#: ../../enterprise/extensions/ipam/ipam_list.php:61
-#: ../../enterprise/include/functions_update_manager.php:169
-#: ../../enterprise/include/functions_reporting.php:1897
-#: ../../enterprise/include/functions_reporting.php:2011
-#: ../../enterprise/include/functions_reporting.php:3186
-#: ../../enterprise/include/functions_reporting_csv.php:119
-#: ../../enterprise/include/functions_reporting_csv.php:182
-#: ../../enterprise/include/functions_reporting_csv.php:208
-#: ../../enterprise/include/functions_reporting_csv.php:231
-#: ../../enterprise/include/functions_reporting_csv.php:253
-#: ../../enterprise/include/functions_reporting_csv.php:274
-#: ../../enterprise/include/functions_reporting_csv.php:310
-#: ../../enterprise/include/functions_reporting_csv.php:337
-#: ../../enterprise/include/functions_reporting_csv.php:338
-#: ../../enterprise/include/functions_reporting_csv.php:360
-#: ../../enterprise/include/functions_reporting_csv.php:361
-#: ../../enterprise/include/functions_reporting_csv.php:383
-#: ../../enterprise/include/functions_reporting_csv.php:384
-#: ../../enterprise/include/functions_reporting_csv.php:406
-#: ../../enterprise/include/functions_reporting_csv.php:407
-#: ../../enterprise/include/functions_reporting_csv.php:427
-#: ../../enterprise/include/functions_reporting_csv.php:457
-#: ../../enterprise/include/functions_reporting_csv.php:458
-#: ../../enterprise/include/functions_reporting_csv.php:480
-#: ../../enterprise/include/functions_reporting_csv.php:481
-#: ../../enterprise/include/functions_reporting_csv.php:503
-#: ../../enterprise/include/functions_reporting_csv.php:504
-#: ../../enterprise/include/functions_reporting_csv.php:526
-#: ../../enterprise/include/functions_reporting_csv.php:527
-#: ../../enterprise/include/functions_reporting_csv.php:549
-#: ../../enterprise/include/functions_reporting_csv.php:550
-#: ../../enterprise/include/functions_reporting_csv.php:571
-#: ../../enterprise/include/functions_reporting_csv.php:593
-#: ../../enterprise/include/functions_reporting_csv.php:636
-#: ../../enterprise/include/functions_services.php:1414
-#: ../../enterprise/include/functions_reporting_pdf.php:2093
-#: ../../enterprise/include/functions_reporting_pdf.php:2236
-#: ../../enterprise/include/functions_reporting_pdf.php:2284
-#: ../../enterprise/include/functions_reporting_pdf.php:2339
-#: ../../enterprise/include/functions_netflow_pdf.php:166
-#: ../../enterprise/operation/services/services.service.php:121
-#: ../../enterprise/operation/services/services.list.php:308
-#: ../../enterprise/operation/agentes/policy_view.php:49
-#: ../../enterprise/operation/agentes/collection_view.php:65
-#: ../../enterprise/operation/agentes/ver_agente.php:58
-#: ../../enterprise/godmode/services/services.elements.php:365
-#: ../../enterprise/godmode/services/services.service.php:236
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:234
-#: ../../enterprise/godmode/alerts/alert_events.php:501
-#: ../../enterprise/godmode/agentes/collections.php:184
-#: ../../enterprise/godmode/agentes/inventory_manager.php:234
-#: ../../enterprise/godmode/agentes/collection_manager.php:107
-#: ../../enterprise/godmode/agentes/collection_manager.php:165
-#: ../../enterprise/godmode/setup/edit_skin.php:230
-#: ../../enterprise/godmode/setup/setup_skins.php:119
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80
-#: ../../enterprise/godmode/modules/configure_local_component.php:284
-#: ../../enterprise/godmode/modules/configure_local_component.php:422
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122
-#: ../../enterprise/godmode/reporting/graph_template_list.php:125
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1163
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:163
-#: ../../enterprise/godmode/policies/configure_policy.php:75
-#: ../../enterprise/godmode/policies/policy_collections.php:123
-#: ../../enterprise/godmode/policies/policy_collections.php:194
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243
-#: ../../mobile/operation/agent.php:141
-#: ../../mobile/operation/tactical.php:265
-#: ../../extensions/files_repo/files_repo_form.php:72
-#: ../../extensions/files_repo/files_repo_list.php:59
-#: ../../include/functions_treeview.php:129
-#: ../../include/functions_treeview.php:428
-#: ../../include/functions_snmp_browser.php:415
-#: ../../include/functions_reporting_html.php:1486
-#: ../../include/functions_reporting_html.php:1519
-#: ../../include/functions_reporting_html.php:2266
-#: ../../include/functions_reporting_html.php:2979
-#: ../../include/functions_events.php:1807 ../../include/ajax/module.php:709
-#: ../../operation/integria_incidents/incident.files.php:25
-#: ../../operation/integria_incidents/incident.files.php:44
-#: ../../operation/integria_incidents/incident.incident.php:105
-#: ../../operation/integria_incidents/incident.workunits.php:31
-#: ../../operation/integria_incidents/incident.tracking.php:21
-#: ../../operation/events/events.php:93 ../../operation/gis_maps/ajax.php:302
-#: ../../operation/search_reports.php:39
-#: ../../operation/agentes/custom_fields.php:64
-#: ../../operation/agentes/gis_view.php:183
-#: ../../operation/agentes/estado_agente.php:451
-#: ../../operation/agentes/estado_generalagente.php:172
-#: ../../operation/search_graphs.php:34
-#: ../../operation/incidents/incident_detail.php:454
-#: ../../operation/incidents/incident_detail.php:506
-#: ../../operation/search_users.php:53
-#: ../../operation/reporting/graph_viewer.php:289
-#: ../../operation/reporting/custom_reporting.php:39
-#: ../../godmode/events/event_responses.editor.php:87
-#: ../../godmode/events/event_responses.list.php:55
-#: ../../godmode/users/user_list.php:277
-#: ../../godmode/snmpconsole/snmp_alert.php:526
-#: ../../godmode/snmpconsole/snmp_alert.php:1057
-#: ../../godmode/snmpconsole/snmp_filters.php:94
-#: ../../godmode/snmpconsole/snmp_filters.php:131
-#: ../../godmode/alerts/alert_commands.php:325
-#: ../../godmode/alerts/configure_alert_special_days.php:87
-#: ../../godmode/alerts/configure_alert_command.php:155
-#: ../../godmode/alerts/alert_special_days.php:163
-#: ../../godmode/alerts/configure_alert_template.php:723
-#: ../../godmode/alerts/alert_templates.php:47
-#: ../../godmode/agentes/agent_manager.php:278
-#: ../../godmode/agentes/modificar_agente.php:434
-#: ../../godmode/agentes/module_manager_editor_common.php:309
-#: ../../godmode/agentes/planned_downtime.editor.php:476
-#: ../../godmode/agentes/planned_downtime.list.php:390
-#: ../../godmode/agentes/module_manager.php:522
-#: ../../godmode/agentes/agent_template.php:225
-#: ../../godmode/servers/modificar_server.php:48
-#: ../../godmode/servers/plugin.php:262 ../../godmode/servers/plugin.php:394
-#: ../../godmode/servers/recon_script.php:107
-#: ../../godmode/servers/recon_script.php:154
-#: ../../godmode/servers/recon_script.php:349
-#: ../../godmode/netflow/nf_item_list.php:149
-#: ../../godmode/groups/group_list.php:337
-#: ../../godmode/groups/configure_group.php:170
-#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36
-#: ../../godmode/massive/massive_edit_plugins.php:451
-#: ../../godmode/massive/massive_edit_agents.php:303
-#: ../../godmode/massive/massive_edit_modules.php:436
-#: ../../godmode/modules/manage_network_components.php:542
-#: ../../godmode/modules/manage_network_templates.php:182
-#: ../../godmode/modules/module_list.php:60
-#: ../../godmode/modules/manage_network_components_form.php:251
-#: ../../godmode/modules/manage_network_templates_form.php:148
-#: ../../godmode/modules/manage_network_templates_form.php:199
-#: ../../godmode/reporting/reporting_builder.list_items.php:302
-#: ../../godmode/reporting/graph_builder.main.php:111
-#: ../../godmode/reporting/reporting_builder.item_editor.php:643
-#: ../../godmode/reporting/graphs.php:143
-#: ../../godmode/reporting/reporting_builder.php:536
-#: ../../godmode/reporting/reporting_builder.main.php:121
-#: ../../godmode/tag/edit_tag.php:172 ../../godmode/tag/tag.php:156
-#: ../../godmode/tag/tag.php:200
-msgid "Description"
+#: ../../operation/search_alerts.php:39
+#: ../../operation/events/events.build_table.php:36
+#: ../../operation/events/sound_events.php:80
+#: ../../operation/gis_maps/ajax.php:216 ../../operation/gis_maps/ajax.php:247
+#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44
+#: ../../operation/search_agents.php:50
+#: ../../operation/agentes/status_monitor.php:948
+#: ../../operation/agentes/exportdata.php:96
+#: ../../operation/agentes/exportdata.excel.php:76
+#: ../../operation/agentes/estado_monitores.php:95
+#: ../../operation/agentes/alerts_status.php:427
+#: ../../operation/agentes/alerts_status.php:502
+#: ../../operation/agentes/ver_agente.php:818
+#: ../../operation/agentes/exportdata.csv.php:77
+#: ../../operation/agentes/estado_agente.php:490
+#: ../../operation/incidents/incident_detail.php:349
+#: ../../extensions/module_groups.php:41 ../../extensions/insert_data.php:158
+#: ../../extensions/agents_alerts.php:345 ../../mobile/operation/home.php:72
+#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69
+#: ../../mobile/operation/agents.php:310 ../../mobile/operation/events.php:510
+#: ../../mobile/operation/modules.php:496
+#: ../../include/functions_pandora_networkmap.php:1369
+#: ../../include/functions_pandora_networkmap.php:1532
+#: ../../include/ajax/alert_list.ajax.php:130
+#: ../../include/functions_visual_map_editor.php:277
+#: ../../include/functions_graph.php:5333
+#: ../../include/functions_reporting_html.php:396
+#: ../../include/functions_reporting_html.php:730
+#: ../../include/functions_reporting_html.php:810
+#: ../../include/functions_reporting_html.php:819
+#: ../../include/functions_reporting_html.php:1479
+#: ../../include/functions_reporting_html.php:1883
+#: ../../include/functions_reporting_html.php:1890
+#: ../../include/functions_reporting_html.php:1949
+#: ../../include/functions_reporting_html.php:2245
+#: ../../include/functions_reporting_html.php:2288
+#: ../../include/functions_reporting_html.php:2579
+#: ../../include/functions_reporting_html.php:2627
+#: ../../include/functions_reporting_html.php:2870
+#: ../../include/functions_reporting_html.php:3024
+#: ../../include/functions_reporting_html.php:3235
+#: ../../godmode/alerts/alert_view.php:66
+#: ../../godmode/alerts/alert_list.list.php:379
+#: ../../godmode/alerts/alert_list.list.php:590
+#: ../../godmode/alerts/alert_list.builder.php:59
+#: ../../godmode/massive/massive_enable_disable_alerts.php:154
+#: ../../godmode/massive/massive_enable_disable_alerts.php:171
+#: ../../godmode/massive/massive_standby_alerts.php:154
+#: ../../godmode/massive/massive_standby_alerts.php:171
+#: ../../godmode/massive/massive_copy_modules.php:86
+#: ../../godmode/massive/massive_copy_modules.php:200
+#: ../../godmode/reporting/graph_builder.graph_editor.php:84
+#: ../../godmode/reporting/visual_console_builder.wizard.php:303
+#: ../../godmode/reporting/visual_console_builder.wizard.php:577
+#: ../../godmode/reporting/visual_console_builder.wizard.php:600
+#: ../../godmode/reporting/visual_console_builder.elements.php:77
+#: ../../godmode/reporting/reporting_builder.item_editor.php:920
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1540
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1739
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1746
+#: ../../godmode/reporting/reporting_builder.list_items.php:291
+#: ../../godmode/gis_maps/configure_gis_map.php:420
+#: ../../godmode/servers/plugin.php:66
+#: ../../godmode/agentes/module_manager_editor_common.php:689
+#: ../../godmode/agentes/module_manager_editor_common.php:717
+#: ../../godmode/agentes/module_manager_editor_prediction.php:110
+#: ../../godmode/agentes/planned_downtime.list.php:171
+msgid "Agent"
msgstr ""
-#: ../../enterprise/mobile/include/functions_web.php:15
-#: ../../enterprise/meta/general/main_header.php:132
-#: ../../enterprise/meta/general/main_header.php:147
-#: ../../include/functions_groups.php:120
-#: ../../operation/search_results.php:113
-msgid "Reports"
+#: ../../operation/search_alerts.php:42 ../../operation/search_modules.php:35
+#: ../../operation/agentes/exportdata.php:97
+#: ../../operation/agentes/exportdata.excel.php:76
+#: ../../operation/agentes/estado_monitores.php:97
+#: ../../operation/agentes/alerts_status.php:428
+#: ../../operation/agentes/alerts_status.php:469
+#: ../../operation/agentes/alerts_status.php:503
+#: ../../operation/agentes/alerts_status.php:537
+#: ../../operation/agentes/exportdata.csv.php:77
+#: ../../extensions/module_groups.php:43 ../../extensions/insert_data.php:173
+#: ../../extensions/agents_modules.php:161
+#: ../../extensions/agents_alerts.php:280
+#: ../../mobile/operation/alerts.php:268
+#: ../../include/ajax/alert_list.ajax.php:139
+#: ../../include/functions_visual_map_editor.php:311
+#: ../../include/functions_graph.php:5449
+#: ../../include/functions_treeview.php:66
+#: ../../include/functions_reporting_html.php:397
+#: ../../include/functions_reporting_html.php:731
+#: ../../include/functions_reporting_html.php:1480
+#: ../../include/functions_reporting_html.php:1950
+#: ../../include/functions_reporting_html.php:2252
+#: ../../include/functions_reporting_html.php:2295
+#: ../../include/functions_reporting_html.php:2580
+#: ../../godmode/alerts/alert_view.php:71
+#: ../../godmode/alerts/alert_list.list.php:393
+#: ../../godmode/alerts/alert_list.list.php:599
+#: ../../godmode/alerts/alert_list.builder.php:71
+#: ../../godmode/massive/massive_edit_agents.php:296
+#: ../../godmode/massive/massive_enable_disable_alerts.php:154
+#: ../../godmode/massive/massive_enable_disable_alerts.php:171
+#: ../../godmode/massive/massive_standby_alerts.php:154
+#: ../../godmode/massive/massive_standby_alerts.php:171
+#: ../../godmode/reporting/graph_builder.graph_editor.php:85
+#: ../../godmode/reporting/visual_console_builder.wizard.php:302
+#: ../../godmode/reporting/visual_console_builder.wizard.php:609
+#: ../../godmode/reporting/visual_console_builder.elements.php:78
+#: ../../godmode/reporting/reporting_builder.item_editor.php:974
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1541
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1740
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1747
+#: ../../godmode/reporting/reporting_builder.list_items.php:296
+#: ../../godmode/servers/plugin.php:67
+#: ../../godmode/agentes/module_manager_editor_common.php:699
+#: ../../godmode/agentes/module_manager_editor_common.php:718
+#: ../../godmode/agentes/planned_downtime.editor.php:839
+#: ../../godmode/agentes/agent_manager.php:268
+#: ../../godmode/agentes/module_manager_editor_prediction.php:135
+#: ../../godmode/agentes/planned_downtime.list.php:175
+msgid "Module"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:69
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520
-#: ../../enterprise/meta/advanced/metasetup.visual.php:215
-#: ../../enterprise/meta/advanced/metasetup.visual.php:220
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:99
-#: ../../enterprise/operation/agentes/policy_view.php:253
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88
-#: ../../enterprise/godmode/policies/policy_alerts.php:304
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:199
-#: ../../extensions/agents_alerts.php:311 ../../include/functions_ui.php:896
+#: ../../operation/search_alerts.php:45
+#: ../../operation/servers/recon_view.php:101
+#: ../../operation/agentes/alerts_status.php:429
+#: ../../operation/agentes/alerts_status.php:470
+#: ../../operation/agentes/alerts_status.php:504
+#: ../../operation/agentes/alerts_status.php:538
+#: ../../extensions/agents_alerts.php:345
+#: ../../mobile/operation/alerts.php:270
+#: ../../include/functions_treeview.php:381
+#: ../../include/functions_treeview.php:422
+#: ../../include/functions_reporting_html.php:1951
+#: ../../include/functions_reporting_html.php:1954
+#: ../../godmode/alerts/alert_view.php:75
+#: ../../godmode/alerts/alert_list.list.php:407
+#: ../../godmode/alerts/alert_list.builder.php:113
+msgid "Template"
+msgstr ""
+
+#: ../../operation/search_alerts.php:48
+#: ../../operation/snmpconsole/snmp_view.php:540
+#: ../../operation/snmpconsole/snmp_view.php:838
+#: ../../operation/events/events.build_table.php:253
+#: ../../operation/agentes/alerts_status.php:430
+#: ../../operation/agentes/alerts_status.php:471
+#: ../../operation/agentes/alerts_status.php:505
+#: ../../operation/agentes/alerts_status.php:539
+#: ../../operation/agentes/alerts_status.functions.php:106
+#: ../../operation/incidents/incident.php:343
+#: ../../extensions/agents_alerts.php:281
+#: ../../mobile/operation/tactical.php:308 ../../general/logon_ok.php:225
+#: ../../general/logon_ok.php:422 ../../include/ajax/alert_list.ajax.php:147
+#: ../../include/functions_ui_renders.php:97
+#: ../../include/functions_reporting_html.php:1953
+#: ../../include/functions_reporting_html.php:3587
+#: ../../include/functions_events.php:3614 ../../include/functions.php:2313
+#: ../../godmode/snmpconsole/snmp_alert.php:1172
+#: ../../godmode/snmpconsole/snmp_alert.php:1264
+#: ../../godmode/snmpconsole/snmp_filters.php:133
+#: ../../godmode/alerts/alert_view.php:417
+#: ../../godmode/alerts/alert_list.list.php:607
+#: ../../godmode/events/event_filter.php:113
+#: ../../godmode/massive/massive_add_action_alerts.php:179
+#: ../../godmode/massive/massive_delete_action_alerts.php:181
+#: ../../godmode/massive/massive_enable_disable_alerts.php:163
+#: ../../godmode/massive/massive_operations.php:271
+#: ../../godmode/massive/massive_standby_alerts.php:163
+#: ../../godmode/users/configure_user.php:626
+#: ../../godmode/reporting/visual_console_builder.elements.php:85
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1546
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1741
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1750
+#: ../../godmode/netflow/nf_item_list.php:152
+#: ../../godmode/netflow/nf_edit.php:120
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/admin_access_logs.php:61
+#: ../../godmode/admin_access_logs.php:189
+#: ../../godmode/modules/manage_nc_groups.php:195
+#: ../../godmode/modules/manage_network_components.php:570
+#: ../../godmode/modules/manage_network_templates.php:192
+#: ../../godmode/agentes/planned_downtime.editor.php:840
+#: ../../godmode/agentes/module_manager.php:568
+#: ../../godmode/agentes/agent_template.php:231
+msgid "Action"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:30
+#: ../../operation/menu.php:89
+msgid "MIB uploader"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_mib_uploader.php:66
+msgid ""
+"MIB files will be installed on the system. Please note that a MIB may depend "
+"on other MIB. To customize trap definitions use the SNMP trap editor."
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:45
+#: ../../operation/snmpconsole/snmp_view.php:77
+#: ../../operation/snmpconsole/snmp_browser.php:86
+#: ../../operation/agentes/pandora_networkmap.view.php:731
+msgid "Normal screen"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:49
+#: ../../operation/snmpconsole/snmp_view.php:81
+#: ../../operation/snmpconsole/snmp_browser.php:90
+#: ../../operation/events/events.php:329
+#: ../../operation/agentes/pandora_networkmap.view.php:741
+#: ../../extensions/agents_alerts.php:118
+msgid "Full screen"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:55
+#: ../../operation/snmpconsole/snmp_view.php:73
+#: ../../operation/events/events.php:405 ../../include/functions_html.php:659
+#: ../../include/functions_html.php:660 ../../include/functions_html.php:785
+#: ../../include/functions_html.php:786
+#: ../../godmode/alerts/alert_list.php:326
+#: ../../godmode/category/category.php:58
+#: ../../godmode/agentes/planned_downtime.editor.php:38
+msgid "List"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:61
+#: ../../operation/snmpconsole/snmp_view.php:71 ../../operation/menu.php:278
+#: ../../operation/menu.php:365 ../../operation/events/event_statistics.php:32
+#: ../../operation/incidents/incident_statistics.php:30
+msgid "Statistics"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:64
+#: ../../operation/snmpconsole/snmp_view.php:85
+#: ../../godmode/snmpconsole/snmp_alert.php:78
+#: ../../godmode/snmpconsole/snmp_alert.php:82
+#: ../../godmode/snmpconsole/snmp_alert.php:86
+#: ../../godmode/snmpconsole/snmp_filters.php:35
+#: ../../godmode/snmpconsole/snmp_filters.php:38
+#: ../../godmode/snmpconsole/snmp_filters.php:42
+msgid "SNMP Console"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:116
+#: ../../operation/snmpconsole/snmp_view.php:467
+msgid "There are no SNMP traps in database"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:127
+msgid "Traps received by source"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:127
+#: ../../operation/snmpconsole/snmp_statistics.php:185
+#: ../../include/functions_reporting.php:959
+#, php-format
+msgid "Top %d"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:140
+#: ../../mobile/operation/tactical.php:311 ../../general/logon_ok.php:227
+#: ../../general/logon_ok.php:424
+#: ../../include/functions_reporting_html.php:3589
+#: ../../godmode/admin_access_logs.php:191
+msgid "Source IP"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:141
+#: ../../operation/snmpconsole/snmp_statistics.php:199
+msgid "Number"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:151
+#: ../../operation/snmpconsole/snmp_view.php:583
+#: ../../operation/agentes/estado_agente.php:626
+#: ../../operation/agentes/estado_agente.php:646
+#: ../../godmode/agentes/modificar_agente.php:654
+msgid "Create agent"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:156
+#: ../../operation/snmpconsole/snmp_view.php:589
+msgid "View agent details"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:172
+#: ../../operation/snmpconsole/snmp_statistics.php:219
+#: ../../operation/snmpconsole/snmp_view.php:429
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:741
+#: ../../operation/users/user_edit.php:282
+#: ../../operation/gis_maps/render_view.php:152
+#: ../../extensions/api_checker.php:152 ../../include/functions_graph.php:2594
+#: ../../include/functions_graph.php:2744
+#: ../../include/functions_graph.php:2785
+#: ../../include/functions_graph.php:2826
+#: ../../include/functions_graph.php:2882
+#: ../../include/functions_graph.php:2938
+#: ../../include/functions_graph.php:2992
+#: ../../include/functions_graph.php:3170
+#: ../../include/functions_graph.php:3315
+#: ../../include/functions_graph.php:3365
+#: ../../include/functions_graph.php:4364
+#: ../../godmode/snmpconsole/snmp_alert.php:33
+#: ../../godmode/groups/configure_group.php:190
+msgid "Other"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:185
+msgid "Traps received by Enterprise String"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_statistics.php:198
+msgid "Trap Enterprise String"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:97
+#: ../../operation/events/events.php:508
+#: ../../operation/reporting/graph_viewer.php:34
+#: ../../operation/reporting/graph_viewer.php:41
+#: ../../operation/gis_maps/gis_map.php:74
+#: ../../operation/messages/message_list.php:56
+#: ../../operation/messages/message_list.php:73
+#: ../../operation/incidents/incident_detail.php:85
+#: ../../operation/incidents/incident_detail.php:114
+#: ../../operation/incidents/incident.php:66
+#: ../../extensions/files_repo.php:166
+#: ../../godmode/snmpconsole/snmp_alert.php:560
+#: ../../godmode/snmpconsole/snmp_filters.php:76
+#: ../../godmode/alerts/alert_special_days.php:223
+#: ../../godmode/alerts/alert_actions.php:332
+#: ../../godmode/alerts/alert_commands.php:319
+#: ../../godmode/alerts/alert_list.php:145
+#: ../../godmode/alerts/alert_list.php:213
+#: ../../godmode/alerts/alert_templates.php:224
+#: ../../godmode/setup/news.php:97 ../../godmode/setup/gis.php:57
+#: ../../godmode/setup/links.php:69 ../../godmode/events/event_filter.php:56
+#: ../../godmode/events/event_filter.php:77
+#: ../../godmode/massive/massive_delete_action_alerts.php:114
+#: ../../godmode/massive/massive_delete_modules.php:236
+#: ../../godmode/massive/massive_delete_tags.php:151
+#: ../../godmode/massive/massive_delete_alerts.php:156
+#: ../../godmode/users/configure_user.php:415
+#: ../../godmode/users/profile_list.php:94
+#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188
+#: ../../godmode/reporting/map_builder.php:87
+#: ../../godmode/reporting/reporting_builder.php:412
+#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94
+#: ../../godmode/reporting/graphs.php:136
+#: ../../godmode/netflow/nf_item_list.php:105
+#: ../../godmode/netflow/nf_item_list.php:126
+#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100
+#: ../../godmode/modules/manage_nc_groups.php:122
+#: ../../godmode/modules/manage_network_components.php:372
+#: ../../godmode/agentes/planned_downtime.list.php:107
+msgid "Successfully deleted"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:98
+#: ../../operation/events/events.php:509
+#: ../../operation/gis_maps/gis_map.php:75
+#: ../../operation/messages/message_list.php:57
+#: ../../operation/agentes/pandora_networkmap.php:269
+#: ../../operation/incidents/incident_detail.php:86
+#: ../../operation/incidents/incident_detail.php:115
+#: ../../operation/incidents/incident.php:67
+#: ../../extensions/files_repo.php:166
+#: ../../godmode/alerts/alert_special_days.php:224
+#: ../../godmode/alerts/alert_actions.php:333
+#: ../../godmode/alerts/alert_commands.php:320
+#: ../../godmode/alerts/alert_list.php:145
+#: ../../godmode/alerts/alert_list.php:213
+#: ../../godmode/alerts/alert_templates.php:225
+#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55
+#: ../../godmode/massive/massive_delete_action_alerts.php:115
+#: ../../godmode/massive/massive_delete_tags.php:152
+#: ../../godmode/massive/massive_delete_alerts.php:157
+#: ../../godmode/users/configure_user.php:416
+#: ../../godmode/reporting/reporting_builder.php:413
+#: ../../godmode/modules/manage_network_components.php:373
+msgid "Could not be deleted"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:116
+#: ../../operation/incidents/incident.php:110
+#: ../../include/functions_planned_downtimes.php:125
+#: ../../godmode/snmpconsole/snmp_alert.php:318
+#: ../../godmode/snmpconsole/snmp_filters.php:54
+#: ../../godmode/alerts/alert_special_days.php:206
+#: ../../godmode/alerts/alert_actions.php:262
+#: ../../godmode/alerts/configure_alert_command.php:93
+#: ../../godmode/alerts/configure_alert_template.php:444
+#: ../../godmode/alerts/alert_list.php:196
+#: ../../godmode/alerts/alert_templates.php:151
+#: ../../godmode/setup/news.php:87 ../../godmode/setup/gis.php:39
+#: ../../godmode/setup/links.php:58
+#: ../../godmode/events/event_edit_filter.php:173
+#: ../../godmode/massive/massive_edit_modules.php:152
+#: ../../godmode/users/profile_list.php:223
+#: ../../godmode/netflow/nf_edit_form.php:131
+#: ../../godmode/modules/manage_nc_groups.php:98
+#: ../../godmode/agentes/configurar_agente.php:804
+#: ../../godmode/agentes/planned_downtime.editor.php:368
+msgid "Successfully updated"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:117
+#: ../../operation/agentes/pandora_networkmap.php:247
+#: ../../operation/incidents/incident.php:111
+#: ../../include/functions_planned_downtimes.php:122
+#: ../../godmode/alerts/alert_special_days.php:207
+#: ../../godmode/alerts/alert_actions.php:263
+#: ../../godmode/alerts/configure_alert_command.php:94
+#: ../../godmode/alerts/configure_alert_template.php:445
+#: ../../godmode/alerts/alert_list.php:196
+#: ../../godmode/alerts/alert_templates.php:152 ../../godmode/setup/gis.php:41
+#: ../../godmode/massive/massive_edit_modules.php:153
+#: ../../godmode/modules/manage_network_components.php:346
+#: ../../godmode/agentes/planned_downtime.editor.php:359
+msgid "Could not be updated"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:164
+#: ../../operation/snmpconsole/snmp_view.php:835
+#: ../../operation/agentes/alerts_status.functions.php:75
+#: ../../mobile/operation/alerts.php:39
+msgid "Not fired"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:164
+#: ../../operation/snmpconsole/snmp_view.php:832
+#: ../../operation/agentes/alerts_status.functions.php:74
+#: ../../mobile/operation/alerts.php:38
+#: ../../include/functions_reporting_html.php:1598
+#: ../../include/functions_reporting_html.php:1953
+#: ../../include/functions_reporting_html.php:1954
+msgid "Fired"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:382
+#: ../../operation/snmpconsole/snmp_view.php:536
+#: ../../operation/snmpconsole/snmp_view.php:830
+#: ../../operation/events/events_rss.php:185
+#: ../../operation/events/events.build_table.php:204
+#: ../../operation/agentes/estado_monitores.php:449
+#: ../../include/functions_events.php:43
+#: ../../include/functions_events.php:991
+#: ../../include/functions_events.php:3573
+#: ../../godmode/events/custom_events.php:95
+#: ../../godmode/events/custom_events.php:161
+#: ../../godmode/agentes/configurar_agente.php:538
+msgid "Alert"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:384
+#: ../../operation/snmpconsole/snmp_view.php:401
+#: ../../operation/snmpconsole/snmp_view.php:406
+#: ../../operation/snmpconsole/snmp_view.php:546
+#: ../../operation/events/export_csv.php:54
+#: ../../operation/events/events_list.php:450
+#: ../../operation/events/events_list.php:454
#: ../../operation/events/events_list.php:463
-#: ../../operation/users/user_edit.php:259
-#: ../../operation/users/user_edit.php:261
-#: ../../operation/users/user_edit.php:269
-#: ../../operation/users/user_edit.php:291
-#: ../../operation/snmpconsole/snmp_view.php:385
+#: ../../operation/events/events_list.php:566
+#: ../../operation/events/events_list.php:570
+#: ../../operation/events/events_rss.php:110
+#: ../../operation/events/events.build_table.php:506
+#: ../../operation/tree.php:130 ../../operation/tree.php:155
+#: ../../operation/gis_maps/render_view.php:148
+#: ../../operation/agentes/status_monitor.php:307
+#: ../../operation/agentes/status_monitor.php:324
+#: ../../operation/agentes/status_monitor.php:334
+#: ../../operation/agentes/status_monitor.php:353
+#: ../../operation/agentes/status_monitor.php:396
+#: ../../operation/agentes/status_monitor.php:398
+#: ../../operation/agentes/status_monitor.php:463
+#: ../../operation/agentes/estado_monitores.php:447
+#: ../../operation/agentes/estado_monitores.php:466
+#: ../../operation/agentes/alerts_status.functions.php:73
+#: ../../operation/agentes/alerts_status.functions.php:79
+#: ../../operation/agentes/alerts_status.functions.php:94
+#: ../../operation/agentes/alerts_status.functions.php:111
+#: ../../operation/agentes/alerts_status.functions.php:113
+#: ../../operation/agentes/estado_agente.php:194
+#: ../../extensions/agents_modules.php:134
+#: ../../extensions/files_repo/files_repo_form.php:50
+#: ../../mobile/operation/networkmaps.php:137
+#: ../../mobile/operation/networkmaps.php:227
+#: ../../mobile/operation/alerts.php:37 ../../mobile/operation/alerts.php:43
+#: ../../mobile/operation/agents.php:32 ../../mobile/operation/events.php:624
+#: ../../mobile/operation/events.php:634
+#: ../../mobile/operation/events.php:1082
+#: ../../mobile/operation/events.php:1101
+#: ../../mobile/operation/modules.php:38
+#: ../../mobile/operation/modules.php:225
+#: ../../mobile/operation/modules.php:240
+#: ../../general/subselect_data_module.php:42
+#: ../../include/functions_modules.php:2497
+#: ../../include/functions_modules.php:2498
+#: ../../include/functions_groups.php:616
+#: ../../include/functions_groups.php:2359
+#: ../../include/functions_graph.php:2872
+#: ../../include/functions_users.php:187 ../../include/functions_users.php:192
+#: ../../include/functions_users.php:886
+#: ../../include/functions_events.php:3339
+#: ../../include/functions_events.php:3852
+#: ../../include/functions_reporting.php:1657 ../../include/functions.php:906
+#: ../../include/functions.php:1129
+#: ../../godmode/alerts/alert_list.list.php:122
+#: ../../godmode/alerts/alert_list.list.php:128
+#: ../../godmode/alerts/alert_list.list.php:137
+#: ../../godmode/alerts/alert_list.list.php:142
+#: ../../godmode/alerts/alert_list.php:291
+#: ../../godmode/alerts/alert_list.php:345
+#: ../../godmode/alerts/alert_list.php:358
+#: ../../godmode/alerts/alert_templates.php:255
+#: ../../godmode/setup/gis_step_2.php:154
+#: ../../godmode/events/event_edit_filter.php:237
+#: ../../godmode/events/event_edit_filter.php:241
+#: ../../godmode/events/event_edit_filter.php:382
+#: ../../godmode/massive/massive_edit_agents.php:224
+#: ../../godmode/massive/massive_edit_agents.php:226
+#: ../../godmode/massive/massive_delete_agents.php:121
+#: ../../godmode/massive/massive_delete_agents.php:124
+#: ../../godmode/massive/massive_delete_modules.php:409
+#: ../../godmode/massive/massive_delete_modules.php:437
+#: ../../godmode/massive/massive_delete_modules.php:460
+#: ../../godmode/massive/massive_delete_modules.php:474
+#: ../../godmode/massive/massive_copy_modules.php:85
+#: ../../godmode/massive/massive_copy_modules.php:198
+#: ../../godmode/massive/massive_edit_modules.php:253
+#: ../../godmode/massive/massive_edit_modules.php:281
+#: ../../godmode/massive/massive_edit_modules.php:303
+#: ../../godmode/massive/massive_edit_modules.php:334
+#: ../../godmode/reporting/visual_console_builder.wizard.php:249
+#: ../../godmode/reporting/visual_console_builder.wizard.php:254
+#: ../../godmode/reporting/reporting_builder.item_editor.php:904
+#: ../../godmode/reporting/reporting_builder.item_editor.php:914
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1091
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1401
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1413
+#: ../../godmode/reporting/reporting_builder.list_items.php:163
+#: ../../godmode/reporting/reporting_builder.list_items.php:165
+#: ../../godmode/reporting/reporting_builder.list_items.php:167
+#: ../../godmode/reporting/reporting_builder.list_items.php:189
+#: ../../godmode/reporting/reporting_builder.list_items.php:192
+#: ../../godmode/reporting/reporting_builder.list_items.php:195
+#: ../../godmode/admin_access_logs.php:62
+#: ../../godmode/admin_access_logs.php:64
+#: ../../godmode/modules/manage_network_components.php:515
+#: ../../godmode/modules/manage_network_templates_form.php:267
+msgid "All"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:388
+#: ../../operation/events/events_list.php:468
+#: ../../operation/users/user_edit.php:238
+#: ../../include/functions_config.php:457
+#: ../../godmode/setup/setup_visuals.php:62
+#: ../../godmode/events/event_edit_filter.php:276
+#: ../../godmode/users/configure_user.php:519
+msgid "Block size for pagination"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:395
+#: ../../operation/events/events_list.php:474
+#: ../../operation/users/user_edit.php:247
+#: ../../operation/users/user_edit.php:249
+#: ../../operation/users/user_edit.php:257
+#: ../../operation/users/user_edit.php:276
#: ../../operation/gis_maps/gis_map.php:93
-#: ../../godmode/events/event_edit_filter.php:265
-#: ../../godmode/users/configure_user.php:448
-#: ../../godmode/gis_maps/index.php:74
-#: ../../godmode/alerts/alert_list.list.php:494
+#: ../../extensions/agents_alerts.php:313 ../../include/functions_ui.php:908
+#: ../../godmode/alerts/alert_special_days.php:275
+#: ../../godmode/alerts/alert_special_days.php:287
#: ../../godmode/alerts/alert_view.php:43
-#: ../../godmode/agentes/module_manager_editor_common.php:347
+#: ../../godmode/alerts/alert_list.list.php:504
#: ../../godmode/setup/gis_step_2.php:367
#: ../../godmode/setup/gis_step_2.php:451
-#: ../../godmode/setup/setup_visuals.php:141
-#: ../../godmode/setup/setup_visuals.php:454
-#: ../../godmode/setup/setup_visuals.php:466
-#: ../../godmode/massive/massive_edit_agents.php:385
+#: ../../godmode/setup/setup_visuals.php:182
+#: ../../godmode/setup/setup_visuals.php:570
+#: ../../godmode/setup/setup_visuals.php:582
+#: ../../godmode/events/event_edit_filter.php:278
+#: ../../godmode/massive/massive_edit_agents.php:404
+#: ../../godmode/users/configure_user.php:451
+#: ../../godmode/agentes/module_manager_editor_common.php:394
msgid "Default"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:168
-#: ../../extensions/agents_modules.php:100
-#: ../../extensions/agents_alerts.php:90 ../../extensions/matrix_events.php:31
-#: ../../operation/gis_maps/render_view.php:99
-#: ../../operation/visual_console/render_view.php:133
-#: ../../operation/reporting/graph_viewer.php:147
-#: ../../operation/reporting/reporting_viewer.php:103
-msgid "Full screen mode"
+#: ../../operation/snmpconsole/snmp_view.php:399
+#: ../../operation/events/events_list.php:568
+#: ../../operation/events/events.build_table.php:211
+#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374
+#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632
+#: ../../mobile/operation/events.php:633
+#: ../../include/functions_reporting_html.php:811
+#: ../../include/functions_reporting_html.php:820
+#: ../../include/functions_reporting_html.php:1024
+#: ../../include/functions_reporting_html.php:1034
+#: ../../include/functions_reporting_html.php:1642
+#: ../../include/functions_events.php:44
+#: ../../include/functions_events.php:898
+#: ../../include/functions_events.php:2387
+#: ../../include/functions_events.php:3579
+#: ../../godmode/events/event_filter.php:112
+#: ../../godmode/events/custom_events.php:98
+#: ../../godmode/events/custom_events.php:162
+#: ../../godmode/events/event_edit_filter.php:239
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1396
+msgid "Severity"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:173
-#: ../../extensions/agents_modules.php:105
-#: ../../extensions/agents_alerts.php:95 ../../operation/events/events.php:429
-#: ../../operation/gis_maps/render_view.php:103
-#: ../../operation/visual_console/render_view.php:139
-#: ../../operation/reporting/graph_viewer.php:152
-#: ../../operation/reporting/reporting_viewer.php:108
-msgid "Back to normal mode"
+#: ../../operation/snmpconsole/snmp_view.php:404
+#: ../../operation/snmpconsole/snmp_view.php:506
+#: ../../operation/snmpconsole/snmp_view.php:822
+#: ../../operation/events/events.build_table.php:144
+#: ../../operation/messages/message_list.php:121
+#: ../../operation/servers/recon_view.php:98
+#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64
+#: ../../operation/agentes/status_monitor.php:971
+#: ../../operation/agentes/alerts_status.php:432
+#: ../../operation/agentes/alerts_status.php:473
+#: ../../operation/agentes/alerts_status.php:507
+#: ../../operation/agentes/alerts_status.php:541
+#: ../../operation/agentes/alerts_status.functions.php:83
+#: ../../operation/agentes/estado_agente.php:193
+#: ../../operation/agentes/estado_agente.php:525
+#: ../../operation/incidents/incident_detail.php:276
+#: ../../operation/incidents/incident.php:240
+#: ../../operation/incidents/incident.php:336
+#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:283
+#: ../../mobile/operation/alerts.php:75 ../../mobile/operation/alerts.php:76
+#: ../../mobile/operation/alerts.php:194 ../../mobile/operation/alerts.php:195
+#: ../../mobile/operation/alerts.php:274 ../../mobile/operation/agents.php:81
+#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112
+#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185
+#: ../../mobile/operation/agents.php:322 ../../mobile/operation/events.php:342
+#: ../../mobile/operation/events.php:343 ../../mobile/operation/events.php:493
+#: ../../mobile/operation/events.php:613 ../../mobile/operation/events.php:614
+#: ../../mobile/operation/modules.php:119
+#: ../../mobile/operation/modules.php:120
+#: ../../mobile/operation/modules.php:212
+#: ../../mobile/operation/modules.php:213
+#: ../../mobile/operation/modules.php:503
+#: ../../mobile/operation/modules.php:507
+#: ../../mobile/operation/modules.php:511
+#: ../../mobile/operation/modules.php:515
+#: ../../mobile/operation/modules.php:523
+#: ../../mobile/operation/modules.php:528
+#: ../../mobile/operation/modules.php:533
+#: ../../mobile/operation/modules.php:623
+#: ../../mobile/operation/modules.php:754
+#: ../../include/functions_snmp_browser.php:435
+#: ../../include/functions_pandora_networkmap.php:1386
+#: ../../include/ajax/module.php:745
+#: ../../include/functions_reporting_html.php:401
+#: ../../include/functions_reporting_html.php:806
+#: ../../include/functions_reporting_html.php:816
+#: ../../include/functions_reporting_html.php:1021
+#: ../../include/functions_reporting_html.php:1031
+#: ../../include/functions_reporting_html.php:1636
+#: ../../include/functions_reporting_html.php:2077
+#: ../../include/functions_reporting_html.php:2112
+#: ../../include/functions_reporting_html.php:2814
+#: ../../include/functions_events.php:39
+#: ../../include/functions_events.php:2415
+#: ../../include/functions_events.php:3520
+#: ../../godmode/alerts/alert_view.php:96
+#: ../../godmode/alerts/alert_list.list.php:411
+#: ../../godmode/events/custom_events.php:83
+#: ../../godmode/events/custom_events.php:157
+#: ../../godmode/massive/massive_edit_agents.php:222
+#: ../../godmode/massive/massive_edit_agents.php:362
+#: ../../godmode/massive/massive_delete_agents.php:119
+#: ../../godmode/massive/massive_delete_modules.php:450
+#: ../../godmode/massive/massive_copy_modules.php:83
+#: ../../godmode/massive/massive_copy_modules.php:196
+#: ../../godmode/servers/servers.build_table.php:65
+#: ../../godmode/agentes/agent_manager.php:340
+#: ../../godmode/agentes/agent_incidents.php:86
+#: ../../godmode/agentes/module_manager.php:564
+msgid "Status"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:178
-#: ../../enterprise/dashboard/main_dashboard.php:305
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254
-#: ../../extensions/net_tools.php:322
-#: ../../godmode/update_manager/update_manager.php:28
-#: ../../godmode/reporting/reporting_builder.list_items.php:304
-msgid "Options"
+#: ../../operation/snmpconsole/snmp_view.php:407
+#: ../../operation/snmpconsole/snmp_view.php:569
+#: ../../operation/snmpconsole/snmp_view.php:827
+#: ../../include/functions_events.php:3154
+#: ../../include/functions_events.php:3159
+msgid "Not validated"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:194
-msgid "Slides mode"
+#: ../../operation/snmpconsole/snmp_view.php:408
+#: ../../operation/snmpconsole/snmp_view.php:573
+#: ../../operation/snmpconsole/snmp_view.php:824
+#: ../../include/functions_graph.php:3022
+#: ../../include/functions_events.php:895
+#: ../../include/functions_events.php:1505
+#: ../../include/functions_events.php:1719
+#: ../../include/functions_events.php:1725
+#: ../../include/functions_events.php:1729
+#: ../../include/functions_events.php:1734
+#: ../../include/functions_events.php:3151
+#: ../../include/functions_events.php:3159
+msgid "Validated"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:199
-msgid "Previous Dashboard"
+#: ../../operation/snmpconsole/snmp_view.php:413
+#: ../../operation/events/events_list.php:408
+#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194
+#: ../../mobile/operation/events.php:642
+#: ../../mobile/operation/modules.php:254
+#: ../../godmode/snmpconsole/snmp_alert.php:999
+#: ../../godmode/events/event_edit_filter.php:249
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1494
+msgid "Free search"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:204
-msgid "Next Dashboard"
+#: ../../operation/snmpconsole/snmp_view.php:414
+msgid ""
+"Search by any alphanumeric field in the trap.\n"
+"\t\tREMEMBER trap sources need to be searched by IP Address"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:209
-msgid "Play"
+#: ../../operation/snmpconsole/snmp_view.php:420
+#: ../../godmode/snmpconsole/snmp_alert.php:664
+#: ../../godmode/snmpconsole/snmp_alert.php:1003
+msgid "Trap type"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:214
-msgid "Pause"
+#: ../../operation/snmpconsole/snmp_view.php:421
+msgid "Search by trap type"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:218
-msgid "Next slide in"
+#: ../../operation/snmpconsole/snmp_view.php:423
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:723
+#: ../../operation/events/events_list.php:281
+#: ../../operation/events/events_list.php:881
+#: ../../operation/users/user_edit.php:323
+#: ../../operation/users/user_edit.php:347
+#: ../../operation/users/user_edit.php:387
+#: ../../operation/users/user_edit.php:401
+#: ../../operation/users/user_edit.php:554
+#: ../../operation/users/user_edit.php:561
+#: ../../operation/users/user_edit.php:570
+#: ../../operation/users/user_edit.php:577
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../operation/agentes/ver_agente.php:813
+#: ../../operation/agentes/ver_agente.php:856
+#: ../../operation/agentes/ver_agente.php:866
+#: ../../operation/agentes/pandora_networkmap.editor.php:204
+#: ../../mobile/operation/events.php:587
+#: ../../include/functions_pandora_networkmap.php:263
+#: ../../include/functions_pandora_networkmap.php:739
+#: ../../include/functions_pandora_networkmap.php:1450
+#: ../../include/functions_pandora_networkmap.php:1453
+#: ../../include/functions_pandora_networkmap.php:1504
+#: ../../include/functions_pandora_networkmap.php:1508
+#: ../../include/functions_pandora_networkmap.php:1560
+#: ../../include/functions_pandora_networkmap.php:1565
+#: ../../include/ajax/planned_downtime.ajax.php:85
+#: ../../include/ajax/alert_list.ajax.php:150
+#: ../../include/functions_visual_map_editor.php:268
+#: ../../include/functions_visual_map_editor.php:353
+#: ../../include/functions_visual_map_editor.php:528
+#: ../../include/functions_events.php:1698
+#: ../../include/functions_events.php:1705
+#: ../../include/functions_html.php:316 ../../include/functions_html.php:479
+#: ../../include/functions.php:909 ../../godmode/snmpconsole/snmp_alert.php:27
+#: ../../godmode/snmpconsole/snmp_alert.php:1008
+#: ../../godmode/alerts/configure_alert_action.php:131
+#: ../../godmode/alerts/alert_list.list.php:610
+#: ../../godmode/alerts/configure_alert_template.php:585
+#: ../../godmode/setup/setup_visuals.php:289
+#: ../../godmode/setup/os.builder.php:40
+#: ../../godmode/events/custom_events.php:213
+#: ../../godmode/events/custom_events.php:224
+#: ../../godmode/events/event_edit_filter.php:422
+#: ../../godmode/massive/massive_add_action_alerts.php:288
+#: ../../godmode/massive/massive_add_alerts.php:193
+#: ../../godmode/massive/massive_edit_agents.php:315
+#: ../../godmode/massive/massive_edit_plugins.php:284
+#: ../../godmode/massive/massive_delete_modules.php:490
+#: ../../godmode/massive/massive_delete_modules.php:564
+#: ../../godmode/massive/massive_delete_modules.php:609
+#: ../../godmode/massive/massive_delete_modules.php:610
+#: ../../godmode/massive/massive_delete_modules.php:611
+#: ../../godmode/massive/massive_delete_modules.php:612
+#: ../../godmode/massive/massive_delete_modules.php:679
+#: ../../godmode/massive/massive_edit_modules.php:319
+#: ../../godmode/massive/massive_edit_modules.php:536
+#: ../../godmode/massive/massive_edit_modules.php:564
+#: ../../godmode/massive/massive_edit_modules.php:625
+#: ../../godmode/massive/massive_edit_modules.php:684
+#: ../../godmode/massive/massive_edit_modules.php:769
+#: ../../godmode/massive/massive_edit_modules.php:770
+#: ../../godmode/massive/massive_edit_modules.php:771
+#: ../../godmode/massive/massive_edit_modules.php:772
+#: ../../godmode/massive/massive_edit_modules.php:967
+#: ../../godmode/massive/massive_delete_tags.php:226
+#: ../../godmode/massive/massive_delete_tags.php:253
+#: ../../godmode/massive/massive_delete_tags.php:289
+#: ../../godmode/massive/massive_add_tags.php:169
+#: ../../godmode/massive/massive_delete_alerts.php:243
+#: ../../godmode/users/configure_user.php:510
+#: ../../godmode/users/configure_user.php:682
+#: ../../godmode/users/configure_user.php:686
+#: ../../godmode/users/configure_user.php:691
+#: ../../godmode/reporting/graph_builder.graph_editor.php:135
+#: ../../godmode/reporting/graph_builder.graph_editor.php:194
+#: ../../godmode/reporting/graph_builder.graph_editor.php:214
+#: ../../godmode/reporting/visual_console_builder.wizard.php:199
+#: ../../godmode/reporting/visual_console_builder.wizard.php:296
+#: ../../godmode/reporting/visual_console_builder.wizard.php:304
+#: ../../godmode/reporting/visual_console_builder.wizard.php:326
+#: ../../godmode/reporting/visual_console_builder.wizard.php:335
+#: ../../godmode/reporting/visual_console_builder.wizard.php:374
+#: ../../godmode/reporting/visual_console_builder.wizard.php:571
+#: ../../godmode/reporting/visual_console_builder.wizard.php:581
+#: ../../godmode/reporting/visual_console_builder.wizard.php:613
+#: ../../godmode/reporting/visual_console_builder.elements.php:288
+#: ../../godmode/reporting/visual_console_builder.elements.php:429
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1072
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1100
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1141
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1151
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1176
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1469
+#: ../../godmode/netflow/nf_edit_form.php:226
+#: ../../godmode/gis_maps/configure_gis_map.php:414
+#: ../../godmode/servers/manage_recontask_form.php:270
+#: ../../godmode/groups/configure_group.php:197
+#: ../../godmode/modules/manage_nc_groups_form.php:72
+#: ../../godmode/modules/manage_network_components_form.php:455
+#: ../../godmode/modules/manage_network_components_form.php:461
+#: ../../godmode/modules/manage_network_components_form.php:470
+#: ../../godmode/modules/manage_network_components_form.php:476
+#: ../../godmode/modules/manage_network_components_form_common.php:191
+#: ../../godmode/modules/manage_network_components_form_plugin.php:24
+#: ../../godmode/agentes/module_manager_editor_common.php:429
+#: ../../godmode/agentes/module_manager_editor_common.php:631
+#: ../../godmode/agentes/module_manager_editor_common.php:791
+#: ../../godmode/agentes/module_manager_editor_common.php:797
+#: ../../godmode/agentes/module_manager_editor_common.php:806
+#: ../../godmode/agentes/module_manager_editor_common.php:812
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:331
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:409
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485
+#: ../../godmode/agentes/agent_manager.php:302
+#: ../../godmode/agentes/agent_manager.php:401
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:692
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:771
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:933
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:949
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:965
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:981
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:997
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1012
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1018
+#: ../../godmode/agentes/module_manager_editor_plugin.php:52
+msgid "None"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:229
-#: ../../enterprise/dashboard/widgets/top_n.php:289
-#: ../../enterprise/meta/advanced/policymanager.queue.php:236
-#: ../../enterprise/extensions/ipam/ipam_network.php:159
-#: ../../enterprise/include/functions_networkmap_enterprise.php:615
-#: ../../extensions/agents_modules.php:86
-#: ../../extensions/agents_alerts.php:78 ../../include/ajax/module.php:760
-#: ../../operation/agentes/networkmap.php:584
-#: ../../operation/servers/recon_view.php:49
-#: ../../operation/visual_console/render_view.php:178
-#: ../../operation/visual_console/public_console.php:100
-#: ../../operation/reporting/graph_viewer.php:227
-#: ../../general/login_page.php:46 ../../general/login_page.php:156
-msgid "Refresh"
+#: ../../operation/snmpconsole/snmp_view.php:424
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:726
+#: ../../godmode/snmpconsole/snmp_alert.php:28
+msgid "Cold start (0)"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:253
-msgid "Save the actual layout design"
+#: ../../operation/snmpconsole/snmp_view.php:425
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:729
+#: ../../godmode/snmpconsole/snmp_alert.php:29
+msgid "Warm start (1)"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:344
-msgid "Number Cells"
+#: ../../operation/snmpconsole/snmp_view.php:426
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:732
+#: ../../godmode/snmpconsole/snmp_alert.php:30
+msgid "Link down (2)"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:349
-msgid "Update cells"
+#: ../../operation/snmpconsole/snmp_view.php:427
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:735
+#: ../../godmode/snmpconsole/snmp_alert.php:31
+msgid "Link up (3)"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:351
-msgid "Name of dashboard"
+#: ../../operation/snmpconsole/snmp_view.php:428
+#: ../../operation/snmpconsole/snmp_view.php:719
+#: ../../operation/snmpconsole/snmp_view.php:738
+#: ../../godmode/snmpconsole/snmp_alert.php:32
+msgid "Authentication failure (4)"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:354
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286
-#: ../../godmode/reporting/reporting_builder.php:557
-msgid "Private"
+#: ../../operation/snmpconsole/snmp_view.php:435
+msgid "Group by Enterprise String/IP"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:359
-#: ../../enterprise/dashboard/main_dashboard.php:383
-#: ../../enterprise/dashboard/widgets/top_n.php:309
-#: ../../enterprise/dashboard/widgets/alerts_fired.php:28
-#: ../../enterprise/meta/agentsearch.php:95
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:91
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:158
-#: ../../enterprise/meta/include/functions_events_meta.php:67
-#: ../../enterprise/meta/include/functions_wizard_meta.php:153
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1629
-#: ../../enterprise/meta/advanced/synchronizing.user.php:553
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587
-#: ../../enterprise/include/functions_alert_event.php:926
-#: ../../enterprise/include/functions_reporting_pdf.php:2233
-#: ../../enterprise/include/functions_reporting_pdf.php:2283
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1674
-#: ../../enterprise/operation/log/log_viewer.php:192
-#: ../../enterprise/operation/services/services.service.php:123
-#: ../../enterprise/operation/services/services.list.php:160
-#: ../../enterprise/operation/services/services.list.php:312
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268
-#: ../../enterprise/operation/agentes/ver_agente.php:50
-#: ../../enterprise/operation/agentes/ver_agente.php:71
-#: ../../enterprise/operation/inventory/inventory.php:162
-#: ../../enterprise/godmode/services/services.service.php:239
-#: ../../enterprise/godmode/alerts/alert_events_list.php:361
-#: ../../enterprise/godmode/alerts/alert_events_list.php:423
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155
-#: ../../enterprise/godmode/alerts/alert_events.php:491
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:409
-#: ../../enterprise/godmode/agentes/collections.php:183
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167
-#: ../../enterprise/godmode/modules/local_components.php:389
-#: ../../enterprise/godmode/modules/local_components.php:471
-#: ../../enterprise/godmode/modules/configure_local_component.php:209
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114
-#: ../../enterprise/godmode/reporting/graph_template_list.php:126
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1347
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:158
-#: ../../enterprise/godmode/policies/policies.php:229
-#: ../../enterprise/godmode/policies/policies.php:255
-#: ../../enterprise/godmode/policies/configure_policy.php:68
-#: ../../enterprise/godmode/policies/policy_agents.php:334
+#: ../../operation/snmpconsole/snmp_view.php:436
+#: ../../operation/users/user_edit.php:249
+#: ../../operation/netflow/nf_live_view.php:276
+#: ../../general/login_identification_wizard.php:188
+#: ../../godmode/alerts/alert_view.php:107
+#: ../../godmode/alerts/alert_view.php:301
+#: ../../godmode/setup/performance.php:118
+#: ../../godmode/setup/performance.php:125
+#: ../../godmode/setup/performance.php:132
+#: ../../godmode/setup/setup_ehorus.php:55
+#: ../../godmode/setup/setup_general.php:71
+#: ../../godmode/setup/setup_general.php:75
+#: ../../godmode/setup/setup_general.php:79
+#: ../../godmode/setup/setup_general.php:103
+#: ../../godmode/setup/setup_general.php:112
+#: ../../godmode/setup/setup_general.php:167
+#: ../../godmode/setup/setup_general.php:175
+#: ../../godmode/setup/setup_general.php:184
+#: ../../godmode/setup/setup_general.php:205
+#: ../../godmode/setup/setup_general.php:214
+#: ../../godmode/setup/setup_netflow.php:63
+#: ../../godmode/setup/setup_netflow.php:71
+#: ../../godmode/setup/setup_visuals.php:86
+#: ../../godmode/setup/setup_visuals.php:106
+#: ../../godmode/setup/setup_visuals.php:128
+#: ../../godmode/setup/setup_visuals.php:225
+#: ../../godmode/setup/setup_visuals.php:239
+#: ../../godmode/setup/setup_visuals.php:247
+#: ../../godmode/setup/setup_visuals.php:276
+#: ../../godmode/setup/setup_visuals.php:369
+#: ../../godmode/setup/setup_visuals.php:455
+#: ../../godmode/setup/setup_visuals.php:461
+#: ../../godmode/setup/setup_visuals.php:471
+#: ../../godmode/setup/setup_visuals.php:500
+#: ../../godmode/setup/setup_visuals.php:615
+#: ../../godmode/setup/setup_visuals.php:642
+#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58
+#: ../../godmode/setup/setup_auth.php:94
+#: ../../godmode/setup/setup_auth.php:130
+#: ../../godmode/massive/massive_edit_agents.php:293
+#: ../../godmode/massive/massive_edit_agents.php:412
+#: ../../godmode/massive/massive_edit_agents.php:419
+#: ../../godmode/massive/massive_edit_modules.php:407
+#: ../../godmode/massive/massive_edit_modules.php:452
+#: ../../godmode/massive/massive_edit_modules.php:471
+#: ../../godmode/massive/massive_edit_modules.php:558
+#: ../../godmode/massive/massive_edit_modules.php:585
+#: ../../godmode/massive/massive_edit_modules.php:604
+#: ../../godmode/users/configure_user.php:516
+#: ../../godmode/reporting/reporting_builder.main.php:111
+#: ../../godmode/reporting/visual_console_builder.wizard.php:269
+#: ../../godmode/reporting/visual_console_builder.wizard.php:312
+#: ../../godmode/reporting/reporting_builder.php:637
+#: ../../godmode/servers/manage_recontask_form.php:310
+#: ../../godmode/servers/manage_recontask.php:335
+#: ../../godmode/update_manager/update_manager.setup.php:124
+#: ../../godmode/agentes/agent_conf_gis.php:79
+#: ../../godmode/agentes/agent_manager.php:411
+msgid "Yes"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:439
+#: ../../operation/users/user_edit.php:249
+#: ../../operation/netflow/nf_live_view.php:280
+#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193
+#: ../../general/login_identification_wizard.php:185
+#: ../../include/functions_events.php:2375
+#: ../../include/functions_events.php:2382
+#: ../../godmode/alerts/alert_view.php:107
+#: ../../godmode/alerts/alert_view.php:303
+#: ../../godmode/alerts/alert_view.php:385
+#: ../../godmode/setup/performance.php:119
+#: ../../godmode/setup/performance.php:126
+#: ../../godmode/setup/performance.php:133 ../../godmode/setup/news.php:264
+#: ../../godmode/setup/setup_ehorus.php:56
+#: ../../godmode/setup/setup_general.php:72
+#: ../../godmode/setup/setup_general.php:76
+#: ../../godmode/setup/setup_general.php:80
+#: ../../godmode/setup/setup_general.php:104
+#: ../../godmode/setup/setup_general.php:113
+#: ../../godmode/setup/setup_general.php:170
+#: ../../godmode/setup/setup_general.php:178
+#: ../../godmode/setup/setup_general.php:185
+#: ../../godmode/setup/setup_general.php:206
+#: ../../godmode/setup/setup_general.php:215
+#: ../../godmode/setup/setup_netflow.php:64
+#: ../../godmode/setup/setup_netflow.php:72
+#: ../../godmode/setup/setup_visuals.php:90
+#: ../../godmode/setup/setup_visuals.php:110
+#: ../../godmode/setup/setup_visuals.php:132
+#: ../../godmode/setup/setup_visuals.php:233
+#: ../../godmode/setup/setup_visuals.php:242
+#: ../../godmode/setup/setup_visuals.php:250
+#: ../../godmode/setup/setup_visuals.php:278
+#: ../../godmode/setup/setup_visuals.php:371
+#: ../../godmode/setup/setup_visuals.php:456
+#: ../../godmode/setup/setup_visuals.php:463
+#: ../../godmode/setup/setup_visuals.php:475
+#: ../../godmode/setup/setup_visuals.php:502
+#: ../../godmode/setup/setup_visuals.php:619
+#: ../../godmode/setup/setup_visuals.php:646
+#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59
+#: ../../godmode/setup/setup_auth.php:95
+#: ../../godmode/setup/setup_auth.php:133
+#: ../../godmode/massive/massive_edit_agents.php:293
+#: ../../godmode/massive/massive_edit_agents.php:413
+#: ../../godmode/massive/massive_edit_agents.php:419
+#: ../../godmode/massive/massive_edit_modules.php:408
+#: ../../godmode/massive/massive_edit_modules.php:453
+#: ../../godmode/massive/massive_edit_modules.php:472
+#: ../../godmode/massive/massive_edit_modules.php:558
+#: ../../godmode/massive/massive_edit_modules.php:586
+#: ../../godmode/massive/massive_edit_modules.php:604
+#: ../../godmode/users/configure_user.php:516
+#: ../../godmode/reporting/reporting_builder.main.php:115
+#: ../../godmode/reporting/visual_console_builder.wizard.php:274
+#: ../../godmode/reporting/visual_console_builder.wizard.php:315
+#: ../../godmode/reporting/reporting_builder.php:639
+#: ../../godmode/servers/manage_recontask_form.php:310
+#: ../../godmode/servers/manage_recontask.php:335
+#: ../../godmode/update_manager/update_manager.setup.php:125
+#: ../../godmode/agentes/agent_conf_gis.php:80
+#: ../../godmode/agentes/agent_manager.php:414
+msgid "No"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:450
+#: ../../operation/events/events_list.php:627
+#: ../../operation/users/user_edit.php:472
+#: ../../operation/reporting/reporting_viewer.php:201
+#: ../../operation/agentes/datos_agente.php:209
+#: ../../extensions/net_tools.php:338
+#: ../../extensions/files_repo/files_repo_form.php:88
+#: ../../include/functions_pandora_networkmap.php:1465
+#: ../../include/ajax/alert_list.ajax.php:172
+#: ../../include/functions_visual_map_editor.php:462
+#: ../../include/functions_events.php:1706
+#: ../../include/functions_events.php:1744
+#: ../../godmode/snmpconsole/snmp_alert.php:977
+#: ../../godmode/snmpconsole/snmp_alert.php:1232
+#: ../../godmode/snmpconsole/snmp_filters.php:105
+#: ../../godmode/snmpconsole/snmp_filters.php:142
+#: ../../godmode/alerts/configure_alert_special_days.php:102
+#: ../../godmode/alerts/configure_alert_command.php:198
+#: ../../godmode/alerts/configure_alert_action.php:216
+#: ../../godmode/alerts/configure_alert_action.php:222
+#: ../../godmode/alerts/alert_list.list.php:147
+#: ../../godmode/alerts/alert_list.list.php:155
+#: ../../godmode/setup/performance.php:154 ../../godmode/setup/news.php:207
+#: ../../godmode/setup/snmp_wizard.php:106 ../../godmode/setup/os.php:57
+#: ../../godmode/setup/os.php:110 ../../godmode/setup/setup_ehorus.php:57
+#: ../../godmode/setup/setup_ehorus.php:158 ../../godmode/setup/links.php:120
+#: ../../godmode/setup/setup_general.php:232
+#: ../../godmode/setup/setup_netflow.php:81
+#: ../../godmode/setup/setup_visuals.php:740
+#: ../../godmode/setup/setup_auth.php:202
+#: ../../godmode/events/custom_events.php:201
+#: ../../godmode/events/event_edit_filter.php:401
+#: ../../godmode/events/event_responses.editor.php:145
+#: ../../godmode/massive/massive_edit_agents.php:473
+#: ../../godmode/massive/massive_edit_plugins.php:321
+#: ../../godmode/massive/massive_edit_modules.php:619
+#: ../../godmode/users/configure_profile.php:381
+#: ../../godmode/users/configure_user.php:594
+#: ../../godmode/reporting/reporting_builder.main.php:38
+#: ../../godmode/reporting/visual_console_builder.elements.php:516
+#: ../../godmode/reporting/visual_console_builder.data.php:185
+#: ../../godmode/reporting/graph_builder.main.php:183
+#: ../../godmode/netflow/nf_edit_form.php:240
+#: ../../godmode/servers/manage_recontask_form.php:391
+#: ../../godmode/servers/recon_script.php:223
+#: ../../godmode/servers/modificar_server.php:53
+#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546
+#: ../../godmode/update_manager/update_manager.setup.php:132
+#: ../../godmode/category/edit_category.php:169
+#: ../../godmode/groups/configure_modu_group.php:83
+#: ../../godmode/groups/configure_group.php:221
+#: ../../godmode/modules/manage_nc_groups_form.php:80
+#: ../../godmode/modules/manage_network_components_form.php:274
+#: ../../godmode/modules/manage_network_templates_form.php:154
+#: ../../godmode/agentes/module_manager_editor.php:525
+#: ../../godmode/agentes/agent_conf_gis.php:88
+#: ../../godmode/agentes/configure_field.php:61
+#: ../../godmode/agentes/planned_downtime.editor.php:624
+#: ../../godmode/agentes/agent_manager.php:489
+#: ../../godmode/agentes/planned_downtime.list.php:466
+#: ../../godmode/agentes/planned_downtime.list.php:475
+#: ../../godmode/agentes/agent_template.php:253
+#: ../../godmode/tag/edit_tag.php:224
+msgid "Update"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:454
+#: ../../operation/agentes/alerts_status.php:396
+#: ../../operation/agentes/graphs.php:163
+#: ../../godmode/snmpconsole/snmp_alert.php:1019
+#: ../../godmode/alerts/alert_list.list.php:163
+#: ../../godmode/users/user_list.php:249
+msgid "Toggle filter(s)"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:510
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:78
+#: ../../godmode/snmpconsole/snmp_alert.php:652
+#: ../../godmode/snmpconsole/snmp_alert.php:1153
+msgid "SNMP Agent"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:514
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:72
+#: ../../godmode/snmpconsole/snmp_alert.php:637
+#: ../../godmode/snmpconsole/snmp_alert.php:1157
+msgid "Enterprise String"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:519
+#: ../../include/functions_reporting_html.php:807
+#: ../../include/functions_reporting_html.php:1025
+#: ../../include/functions_reporting_html.php:1638
+msgid "Count"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:524
+msgid "Trap subtype"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:528
+#: ../../operation/users/user_edit.php:184 ../../operation/search_users.php:38
+#: ../../include/functions_reporting_html.php:2816
+#: ../../godmode/users/configure_user.php:441
+#: ../../godmode/users/user_list.php:266
+msgid "User ID"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:532
+#: ../../operation/events/events.build_table.php:167
+#: ../../operation/events/events.php:87
+#: ../../operation/messages/message_list.php:127
+#: ../../operation/search_modules.php:54
+#: ../../operation/agentes/status_monitor.php:990
+#: ../../operation/agentes/exportdata.php:99
+#: ../../operation/agentes/exportdata.excel.php:76
+#: ../../operation/agentes/exportdata.csv.php:77
+#: ../../operation/agentes/estado_generalagente.php:402
+#: ../../mobile/operation/events.php:473
+#: ../../mobile/operation/modules.php:548
+#: ../../mobile/operation/modules.php:756 ../../include/ajax/events.php:466
+#: ../../include/functions_reporting_html.php:813
+#: ../../include/functions_reporting_html.php:822
+#: ../../include/functions_reporting_html.php:1026
+#: ../../include/functions_reporting_html.php:1035
+#: ../../include/functions_reporting_html.php:1644
+#: ../../include/functions_reporting_html.php:2817
+#: ../../include/functions_events.php:40
+#: ../../include/functions_events.php:912
+#: ../../include/functions_events.php:2343
+#: ../../include/functions_events.php:3542
+#: ../../include/functions_netflow.php:287 ../../godmode/setup/news.php:223
+#: ../../godmode/events/custom_events.php:86
+#: ../../godmode/events/custom_events.php:158
+msgid "Timestamp"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:600
+#: ../../operation/snmpconsole/snmp_view.php:619
+#: ../../operation/agentes/estado_generalagente.php:151
+#: ../../operation/agentes/estado_generalagente.php:163
+#: ../../operation/agentes/estado_generalagente.php:176
+#: ../../operation/agentes/estado_generalagente.php:280
+#: ../../operation/agentes/estado_generalagente.php:359
+#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159
+#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240
+#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275
+#: ../../mobile/operation/agent.php:153 ../../mobile/operation/agent.php:167
+#: ../../include/functions_db.php:156 ../../include/functions_ui.php:2007
+#: ../../include/functions_ui.php:2017
+#: ../../include/functions_treeview.php:158
+#: ../../include/functions_treeview.php:392
+#: ../../include/functions_reporting_html.php:488
+#: ../../include/functions_reporting_html.php:567
+#: ../../include/functions_reporting_html.php:3163
+#: ../../include/functions_reporting_html.php:3201
+#: ../../include/functions_events.php:1778
+#: ../../include/functions_events.php:1946
+#: ../../include/functions_events.php:2013
+#: ../../include/functions_events.php:2029
+#: ../../include/functions_events.php:2039
+#: ../../include/functions_events.php:2044
+#: ../../include/functions_events.php:2062
+#: ../../include/functions_events.php:2141
+#: ../../include/functions_events.php:2195
+#: ../../include/functions_events.php:2207
+#: ../../include/functions_events.php:2219
+#: ../../include/functions_events.php:2241
+#: ../../include/functions_events.php:2256
+#: ../../include/functions_events.php:2266
+#: ../../include/functions_events.php:2355
+#: ../../include/functions_events.php:2432
+#: ../../include/functions_events.php:2454
+#: ../../include/functions_events.php:2464 ../../include/functions.php:946
+#: ../../include/functions.php:952 ../../include/functions.php:955
+#: ../../godmode/alerts/alert_view.php:113 ../../godmode/extensions.php:193
+#: ../../godmode/extensions.php:209
+#: ../../godmode/modules/manage_network_components.php:583
+#: ../../godmode/agentes/planned_downtime.list.php:477
+msgid "N/A"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:644
+#: ../../operation/events/sound_events.php:83
+#: ../../operation/agentes/group_view.php:174
+#: ../../extensions/agents_alerts.php:324
+#: ../../mobile/operation/alerts.php:253
+#: ../../include/functions_agents.php:2161
+#: ../../include/functions_agents.php:2173 ../../include/functions_ui.php:921
+#: ../../include/functions_events.php:1158
+#: ../../include/functions_events.php:1404
+#: ../../include/functions_reporting.php:7966 ../../include/functions.php:1035
+#: ../../godmode/alerts/alert_view.php:85
+#: ../../godmode/alerts/alert_list.list.php:642
+msgid "Alert fired"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:647
+#: ../../extensions/agents_alerts.php:332
+#: ../../mobile/operation/alerts.php:261
+#: ../../include/functions_agents.php:2164
+#: ../../include/functions_agents.php:2176 ../../include/functions_ui.php:929
+#: ../../include/functions_reporting.php:7911
+#: ../../godmode/alerts/alert_view.php:93
+#: ../../godmode/alerts/alert_list.list.php:650
+msgid "Alert not fired"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:654
+#: ../../operation/snmpconsole/snmp_view.php:811
+#: ../../operation/snmpconsole/snmp_view.php:839
+#: ../../operation/agentes/alerts_status.php:436
+#: ../../operation/agentes/alerts_status.php:477
+#: ../../operation/agentes/alerts_status.php:511
+#: ../../operation/agentes/alerts_status.php:545
+#: ../../operation/agentes/alerts_status.php:590
+#: ../../mobile/operation/events.php:528 ../../godmode/setup/license.php:98
+msgid "Validate"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:659
+#: ../../operation/snmpconsole/snmp_view.php:665
+#: ../../operation/snmpconsole/snmp_view.php:816
+#: ../../operation/events/events.build_table.php:774
+#: ../../operation/events/events.php:777
+#: ../../operation/users/user_edit.php:799
+#: ../../operation/messages/message_list.php:193
+#: ../../operation/messages/message_list.php:199
+#: ../../operation/agentes/pandora_networkmap.php:492
+#: ../../operation/incidents/incident_detail.php:425
+#: ../../operation/incidents/incident_detail.php:472
+#: ../../extensions/files_repo/files_repo_list.php:105
+#: ../../include/functions_filemanager.php:740
+#: ../../include/functions_groups.php:2173
+#: ../../include/functions_events.php:1761
+#: ../../godmode/snmpconsole/snmp_alert.php:1200
+#: ../../godmode/snmpconsole/snmp_alert.php:1236
+#: ../../godmode/snmpconsole/snmp_alert.php:1455
+#: ../../godmode/snmpconsole/snmp_filters.php:143
+#: ../../godmode/alerts/alert_special_days.php:451
+#: ../../godmode/alerts/alert_actions.php:385
+#: ../../godmode/alerts/alert_actions.php:388
+#: ../../godmode/alerts/alert_commands.php:361
+#: ../../godmode/alerts/alert_list.list.php:825
+#: ../../godmode/alerts/alert_templates.php:341
+#: ../../godmode/setup/news.php:267 ../../godmode/setup/links.php:150
+#: ../../godmode/events/event_filter.php:146
+#: ../../godmode/massive/massive_add_action_alerts.php:203
+#: ../../godmode/massive/massive_add_alerts.php:183
+#: ../../godmode/massive/massive_delete_action_alerts.php:202
+#: ../../godmode/massive/massive_enable_disable_alerts.php:167
+#: ../../godmode/massive/massive_operations.php:247
+#: ../../godmode/massive/massive_operations.php:256
+#: ../../godmode/massive/massive_edit_plugins.php:533
+#: ../../godmode/massive/massive_delete_agents.php:138
+#: ../../godmode/massive/massive_standby_alerts.php:167
+#: ../../godmode/massive/massive_delete_modules.php:511
+#: ../../godmode/massive/massive_delete_profiles.php:129
+#: ../../godmode/massive/massive_delete_tags.php:215
+#: ../../godmode/massive/massive_add_tags.php:158
+#: ../../godmode/massive/massive_add_profiles.php:115
+#: ../../godmode/users/configure_user.php:667
+#: ../../godmode/users/profile_list.php:390
+#: ../../godmode/users/user_list.php:470 ../../godmode/users/user_list.php:472
+#: ../../godmode/reporting/visual_console_builder.elements.php:318
+#: ../../godmode/reporting/reporting_builder.php:703
+#: ../../godmode/reporting/graphs.php:190
+#: ../../godmode/netflow/nf_item_list.php:237
+#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/db/db_audit.php:107
+#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_refine.php:119
+#: ../../godmode/servers/plugin.php:782
+#: ../../godmode/category/category.php:126
+#: ../../godmode/category/category.php:131
+#: ../../godmode/groups/modu_group_list.php:198
+#: ../../godmode/groups/modu_group_list.php:200
+#: ../../godmode/modules/manage_nc_groups.php:220
+#: ../../godmode/modules/manage_network_components.php:616
+#: ../../godmode/modules/manage_network_templates.php:209
+#: ../../godmode/modules/manage_network_templates.php:214
+#: ../../godmode/agentes/module_manager_editor_common.php:159
+#: ../../godmode/agentes/planned_downtime.editor.php:848
+#: ../../godmode/agentes/agent_manager.php:203
+#: ../../godmode/agentes/modificar_agente.php:635
+#: ../../godmode/agentes/fields_manager.php:127
+#: ../../godmode/agentes/module_manager.php:759
+#: ../../godmode/agentes/module_manager.php:767
+#: ../../godmode/agentes/module_manager.php:782
+#: ../../godmode/agentes/module_manager.php:797
+#: ../../godmode/agentes/module_manager.php:808
+#: ../../godmode/agentes/agent_template.php:251 ../../godmode/tag/tag.php:273
+msgid "Are you sure?"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:659
+#: ../../operation/snmpconsole/snmp_view.php:665
+#: ../../operation/snmpconsole/snmp_view.php:816
+#: ../../operation/snmpconsole/snmp_view.php:841
+#: ../../operation/gis_maps/gis_map.php:165
+#: ../../operation/messages/message_edit.php:109
+#: ../../operation/messages/message_list.php:128
+#: ../../operation/messages/message_list.php:194
+#: ../../operation/messages/message_list.php:200
+#: ../../operation/messages/message_list.php:218
+#: ../../operation/agentes/pandora_networkmap.php:404
+#: ../../operation/agentes/pandora_networkmap.php:492
+#: ../../operation/incidents/incident_detail.php:456
+#: ../../extensions/files_repo/files_repo_list.php:106
+#: ../../include/functions_pandora_networkmap.php:748
+#: ../../include/functions_groups.php:2173
+#: ../../godmode/snmpconsole/snmp_alert.php:1201
+#: ../../godmode/snmpconsole/snmp_alert.php:1237
+#: ../../godmode/snmpconsole/snmp_filters.php:144
+#: ../../godmode/alerts/alert_actions.php:343
+#: ../../godmode/alerts/alert_commands.php:333
+#: ../../godmode/alerts/alert_list.list.php:710
+#: ../../godmode/alerts/alert_templates.php:344
+#: ../../godmode/extensions.php:272 ../../godmode/extensions.php:276
+#: ../../godmode/setup/news.php:225 ../../godmode/setup/snmp_wizard.php:122
+#: ../../godmode/setup/gis.php:64 ../../godmode/setup/links.php:137
+#: ../../godmode/setup/setup_visuals.php:694
+#: ../../godmode/setup/setup_visuals.php:725
+#: ../../godmode/events/event_filter.php:148
+#: ../../godmode/events/event_filter.php:162
+#: ../../godmode/events/event_responses.list.php:66
+#: ../../godmode/massive/massive_delete_action_alerts.php:204
+#: ../../godmode/massive/massive_delete_agents.php:140
+#: ../../godmode/massive/massive_delete_modules.php:513
+#: ../../godmode/massive/massive_delete_profiles.php:131
+#: ../../godmode/massive/massive_delete_tags.php:218
+#: ../../godmode/massive/massive_delete_alerts.php:238
+#: ../../godmode/users/user_list.php:470
+#: ../../godmode/reporting/graph_builder.graph_editor.php:88
+#: ../../godmode/reporting/graph_builder.graph_editor.php:127
+#: ../../godmode/reporting/map_builder.php:215
+#: ../../godmode/reporting/visual_console_builder.elements.php:518
+#: ../../godmode/reporting/reporting_builder.php:707
+#: ../../godmode/reporting/reporting_builder.list_items.php:432
+#: ../../godmode/reporting/reporting_builder.list_items.php:459
+#: ../../godmode/reporting/reporting_builder.list_items.php:478
+#: ../../godmode/reporting/reporting_builder.list_items.php:538
+#: ../../godmode/reporting/graphs.php:191
+#: ../../godmode/reporting/graphs.php:204
+#: ../../godmode/netflow/nf_item_list.php:239
+#: ../../godmode/netflow/nf_item_list.php:250
+#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157
+#: ../../godmode/db/db_refine.php:119
+#: ../../godmode/servers/recon_script.php:350
+#: ../../godmode/servers/servers.build_table.php:167
+#: ../../godmode/update_manager/update_manager.messages.php:91
+#: ../../godmode/update_manager/update_manager.messages.php:165
+#: ../../godmode/groups/modu_group_list.php:184
+#: ../../godmode/modules/manage_nc_groups.php:222
+#: ../../godmode/modules/manage_nc_groups.php:233
+#: ../../godmode/modules/manage_network_components.php:617
+#: ../../godmode/modules/manage_network_components.php:629
+#: ../../godmode/modules/manage_network_templates_form.php:219
+#: ../../godmode/modules/manage_network_templates.php:214
+#: ../../godmode/modules/manage_network_templates.php:227
+#: ../../godmode/agentes/module_manager_editor_common.php:720
+#: ../../godmode/agentes/planned_downtime.editor.php:798
+#: ../../godmode/agentes/planned_downtime.editor.php:803
+#: ../../godmode/agentes/planned_downtime.editor.php:851
+#: ../../godmode/agentes/fields_manager.php:127
+#: ../../godmode/agentes/module_manager.php:569
+#: ../../godmode/agentes/module_manager.php:799
+#: ../../godmode/agentes/module_manager.php:816
+#: ../../godmode/agentes/planned_downtime.list.php:402
+#: ../../godmode/agentes/planned_downtime.list.php:470
+#: ../../godmode/agentes/agent_template.php:251
+msgid "Delete"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:669
+#: ../../operation/events/events.build_table.php:700
+#: ../../include/functions_events.php:4046
+msgid "Show more"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:681
+msgid "Variable bindings:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:694
+msgid "See more details"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:707
+msgid "Enterprise String:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:713
+msgid "Description:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:745
+msgid "Trap type:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:773
+msgid "Count:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:777
+msgid "First trap:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:781
+msgid "Last trap:"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:801
+msgid "No matching traps found"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_view.php:844
+#: ../../extensions/module_groups.php:296
+#: ../../extensions/agents_modules.php:490
+#: ../../include/functions_reporting_html.php:1438
+#: ../../godmode/snmpconsole/snmp_alert.php:1343
+msgid "Legend"
+msgstr ""
+
+#: ../../operation/snmpconsole/snmp_browser.php:92
+msgid "SNMP Browser"
+msgstr ""
+
+#: ../../operation/search_main.php:52
+msgid "Agents found"
+msgstr ""
+
+#: ../../operation/search_main.php:54 ../../operation/search_main.php:57
+#: ../../operation/search_main.php:68 ../../operation/search_main.php:71
+#: ../../operation/search_main.php:74 ../../operation/search_main.php:77
+#: ../../operation/search_main.php:80
+#, php-format
+msgid "%s Found"
+msgstr ""
+
+#: ../../operation/search_main.php:55
+msgid "Modules found"
+msgstr ""
+
+#: ../../operation/search_main.php:66
+msgid "Users found"
+msgstr ""
+
+#: ../../operation/search_main.php:69
+msgid "Graphs found"
+msgstr ""
+
+#: ../../operation/search_main.php:72
+msgid "Reports found"
+msgstr ""
+
+#: ../../operation/search_main.php:75
+msgid "Maps found"
+msgstr ""
+
+#: ../../operation/search_main.php:78
+msgid "Helps found"
+msgstr ""
+
+#: ../../operation/search_main.php:88
+#, php-format
+msgid "Show %s of %s. View all matches"
+msgstr ""
+
+#: ../../operation/menu.php:31 ../../operation/menu.php:106
+msgid "Monitoring"
+msgstr ""
+
+#: ../../operation/menu.php:37
+msgid "Views"
+msgstr ""
+
+#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:280
+#: ../../operation/agentes/tactical.php:55 ../../mobile/operation/home.php:38
+#: ../../mobile/operation/tactical.php:84
+msgid "Tactical view"
+msgstr ""
+
+#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:279
+#: ../../operation/agentes/group_view.php:70
+msgid "Group view"
+msgstr ""
+
+#: ../../operation/menu.php:51 ../../operation/tree.php:87
+msgid "Tree view"
+msgstr ""
+
+#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:145
+#: ../../godmode/agentes/agent_manager.php:166
+msgid "Agent detail"
+msgstr ""
+
+#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:40
+msgid "Monitor detail"
+msgstr ""
+
+#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:281
+#: ../../operation/agentes/alerts_status.php:132
+msgid "Alert detail"
+msgstr ""
+
+#: ../../operation/menu.php:70
+msgid "Netflow Live View"
+msgstr ""
+
+#: ../../operation/menu.php:84 ../../include/functions_menu.php:517
+msgid "SNMP console"
+msgstr ""
+
+#: ../../operation/menu.php:85
+msgid "SNMP browser"
+msgstr ""
+
+#: ../../operation/menu.php:92 ../../include/functions_menu.php:513
+msgid "SNMP filters"
+msgstr ""
+
+#: ../../operation/menu.php:93 ../../include/functions_menu.php:515
+msgid "SNMP trap generator"
+msgstr ""
+
+#: ../../operation/menu.php:98 ../../operation/events/events_rss.php:185
+msgid "SNMP"
+msgstr ""
+
+#: ../../operation/menu.php:117
+msgid "Network map"
+msgstr ""
+
+#: ../../operation/menu.php:128 ../../operation/users/user_edit.php:277
+#: ../../extensions/resource_exportation.php:355
+msgid "Visual console"
+msgstr ""
+
+#: ../../operation/menu.php:185 ../../operation/gis_maps/gis_map.php:31
+msgid "GIS Maps"
+msgstr ""
+
+#: ../../operation/menu.php:190
+msgid "List of Gis maps"
+msgstr ""
+
+#: ../../operation/menu.php:224
+msgid "Topology maps"
+msgstr ""
+
+#: ../../operation/menu.php:235
+#: ../../operation/reporting/custom_reporting.php:27
+#: ../../operation/reporting/graph_viewer.php:317
+#: ../../operation/reporting/reporting_viewer.php:119
+#: ../../operation/reporting/reporting_viewer.php:124
+#: ../../godmode/reporting/map_builder.php:39
+#: ../../godmode/reporting/reporting_builder.php:359
+#: ../../godmode/reporting/reporting_builder.php:364
+#: ../../godmode/reporting/reporting_builder.php:1924
+#: ../../godmode/reporting/reporting_builder.php:1929
+#: ../../godmode/reporting/reporting_builder.php:1995
+#: ../../godmode/reporting/reporting_builder.php:2000
+#: ../../godmode/reporting/graphs.php:75
+msgid "Reporting"
+msgstr ""
+
+#: ../../operation/menu.php:242
+#: ../../operation/reporting/custom_reporting.php:27
+#: ../../godmode/reporting/reporting_builder.php:346
+#: ../../godmode/reporting/reporting_builder.php:368
+#: ../../godmode/reporting/reporting_builder.php:1911
+msgid "Custom reporting"
+msgstr ""
+
+#: ../../operation/menu.php:249 ../../godmode/reporting/graphs.php:75
+msgid "Custom graphs"
+msgstr ""
+
+#: ../../operation/menu.php:268 ../../operation/events/events.php:420
+#: ../../operation/events/events.php:429 ../../operation/events/events.php:446
+#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564
+#: ../../mobile/include/functions_web.php:24
+#: ../../include/functions_reports.php:620
+#: ../../include/functions_reports.php:622
+#: ../../include/functions_reports.php:624
+#: ../../include/functions_graph.php:744
+#: ../../include/functions_graph.php:3936
+#: ../../include/functions_graph.php:4662
+#: ../../include/functions_reporting_html.php:1615 ../../godmode/menu.php:192
+msgid "Events"
+msgstr ""
+
+#: ../../operation/menu.php:274 ../../godmode/users/configure_profile.php:275
+msgid "View events"
+msgstr ""
+
+#: ../../operation/menu.php:288
+msgid "RSS"
+msgstr ""
+
+#: ../../operation/menu.php:293
+msgid "Marquee"
+msgstr ""
+
+#: ../../operation/menu.php:299
+msgid "CSV File"
+msgstr ""
+
+#: ../../operation/menu.php:307 ../../operation/events/sound_events.php:51
+msgid "Sound Events"
+msgstr ""
+
+#: ../../operation/menu.php:319 ../../operation/events/events.php:439
+msgid "Sound Alerts"
+msgstr ""
+
+#: ../../operation/menu.php:329
+msgid "Workspace"
+msgstr ""
+
+#: ../../operation/menu.php:336 ../../general/header.php:294
+#: ../../general/header.php:296
+msgid "Edit my user"
+msgstr ""
+
+#: ../../operation/menu.php:342
+msgid "WebChat"
+msgstr ""
+
+#: ../../operation/menu.php:354 ../../operation/agentes/ver_agente.php:1022
+#: ../../operation/incidents/incident_statistics.php:30
+#: ../../general/firts_task/incidents.php:32
+#: ../../godmode/agentes/configurar_agente.php:418
+#: ../../godmode/agentes/configurar_agente.php:550
+msgid "Incidents"
+msgstr ""
+
+#: ../../operation/menu.php:364
+msgid "List of Incidents"
+msgstr ""
+
+#: ../../operation/menu.php:373 ../../operation/messages/message_edit.php:46
+#: ../../operation/messages/message_list.php:43 ../../godmode/menu.php:457
+msgid "Messages"
+msgstr ""
+
+#: ../../operation/menu.php:379
+msgid "Messages List"
+msgstr ""
+
+#: ../../operation/menu.php:380
+msgid "New message"
+msgstr ""
+
+#: ../../operation/menu.php:399 ../../operation/agentes/exportdata.php:36
+msgid "Export data"
+msgstr ""
+
+#: ../../operation/menu.php:405
+msgid "Scheduled downtime"
+msgstr ""
+
+#: ../../operation/menu.php:410
+msgid "Recon view"
+msgstr ""
+
+#: ../../operation/menu.php:485
+msgid "Tools"
+msgstr ""
+
+#: ../../operation/search_reports.php:38
+#: ../../operation/reporting/custom_reporting.php:38
+#: ../../godmode/reporting/reporting_builder.php:532
+msgid "Report name"
+msgstr ""
+
+#: ../../operation/search_reports.php:39 ../../operation/events/events.php:91
+#: ../../operation/reporting/custom_reporting.php:39
+#: ../../operation/reporting/graph_viewer.php:329
+#: ../../operation/search_users.php:53 ../../operation/gis_maps/ajax.php:302
+#: ../../operation/search_graphs.php:34
+#: ../../operation/agentes/custom_fields.php:64
+#: ../../operation/agentes/pandora_networkmap.editor.php:191
+#: ../../operation/agentes/estado_generalagente.php:171
+#: ../../operation/agentes/estado_agente.php:495
+#: ../../operation/agentes/gis_view.php:183
+#: ../../operation/incidents/incident_detail.php:454
+#: ../../operation/incidents/incident_detail.php:506
+#: ../../extensions/files_repo/files_repo_form.php:72
+#: ../../extensions/files_repo/files_repo_list.php:59
+#: ../../mobile/operation/tactical.php:312
+#: ../../include/functions_snmp_browser.php:415
+#: ../../include/ajax/module.php:744 ../../include/functions_treeview.php:129
+#: ../../include/functions_treeview.php:587
+#: ../../include/functions_reporting_html.php:123
+#: ../../include/functions_reporting_html.php:2076
+#: ../../include/functions_reporting_html.php:2109
+#: ../../include/functions_reporting_html.php:3096
+#: ../../include/functions_reporting_html.php:3810
+#: ../../include/functions_events.php:1810
+#: ../../godmode/snmpconsole/snmp_alert.php:627
+#: ../../godmode/snmpconsole/snmp_alert.php:1163
+#: ../../godmode/snmpconsole/snmp_filters.php:94
+#: ../../godmode/snmpconsole/snmp_filters.php:131
+#: ../../godmode/alerts/configure_alert_special_days.php:90
+#: ../../godmode/alerts/alert_commands.php:332
+#: ../../godmode/alerts/configure_alert_command.php:155
+#: ../../godmode/alerts/configure_alert_template.php:763
+#: ../../godmode/alerts/alert_templates.php:47
+#: ../../godmode/setup/snmp_wizard.php:40 ../../godmode/setup/os.list.php:35
+#: ../../godmode/setup/os.builder.php:36
+#: ../../godmode/events/event_responses.editor.php:87
+#: ../../godmode/events/event_responses.list.php:55
+#: ../../godmode/massive/massive_edit_agents.php:321
+#: ../../godmode/massive/massive_edit_plugins.php:451
+#: ../../godmode/massive/massive_edit_modules.php:459
+#: ../../godmode/users/user_list.php:277
+#: ../../godmode/reporting/reporting_builder.main.php:121
+#: ../../godmode/reporting/reporting_builder.item_editor.php:684
+#: ../../godmode/reporting/reporting_builder.php:533
+#: ../../godmode/reporting/reporting_builder.list_items.php:303
+#: ../../godmode/reporting/graph_builder.main.php:123
+#: ../../godmode/reporting/graphs.php:153
+#: ../../godmode/netflow/nf_item_list.php:149
+#: ../../godmode/servers/recon_script.php:107
+#: ../../godmode/servers/recon_script.php:154
+#: ../../godmode/servers/recon_script.php:349
+#: ../../godmode/servers/modificar_server.php:48
+#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444
+#: ../../godmode/groups/group_list.php:340
+#: ../../godmode/groups/configure_group.php:182
+#: ../../godmode/modules/module_list.php:60
+#: ../../godmode/modules/manage_network_components.php:567
+#: ../../godmode/modules/manage_network_components_form.php:263
+#: ../../godmode/modules/manage_network_templates_form.php:148
+#: ../../godmode/modules/manage_network_templates_form.php:199
+#: ../../godmode/modules/manage_network_templates.php:191
+#: ../../godmode/agentes/module_manager_editor_common.php:356
+#: ../../godmode/agentes/planned_downtime.editor.php:482
+#: ../../godmode/agentes/agent_manager.php:305
+#: ../../godmode/agentes/modificar_agente.php:493
+#: ../../godmode/agentes/module_manager.php:563
+#: ../../godmode/agentes/planned_downtime.list.php:392
+#: ../../godmode/agentes/agent_template.php:230 ../../godmode/tag/tag.php:156
+#: ../../godmode/tag/tag.php:200 ../../godmode/tag/edit_tag.php:177
+msgid "Description"
+msgstr ""
+
+#: ../../operation/search_reports.php:40
+#: ../../operation/reporting/custom_reporting.php:40
+#: ../../godmode/reporting/reporting_builder.php:534
+msgid "HTML"
+msgstr ""
+
+#: ../../operation/search_reports.php:41
+#: ../../operation/reporting/custom_reporting.php:41
+#: ../../godmode/reporting/reporting_builder.php:535
+msgid "XML"
+msgstr ""
+
+#: ../../operation/search_reports.php:52
+#: ../../operation/gis_maps/gis_map.php:163
+#: ../../operation/servers/recon_view.php:110
+#: ../../operation/agentes/status_monitor.php:1118
+#: ../../operation/agentes/pandora_networkmap.php:403
+#: ../../operation/agentes/estado_agente.php:580
+#: ../../extensions/files_repo/files_repo_list.php:101
+#: ../../include/functions_pandora_networkmap.php:1443
+#: ../../include/ajax/module.php:866 ../../include/functions_groups.php:2166
+#: ../../godmode/alerts/alert_special_days.php:449
+#: ../../godmode/setup/snmp_wizard.php:119
+#: ../../godmode/events/event_responses.list.php:67
+#: ../../godmode/users/profile_list.php:389
+#: ../../godmode/users/user_list.php:468
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1189
+#: ../../godmode/reporting/reporting_builder.php:698
+#: ../../godmode/reporting/reporting_builder.list_items.php:430
+#: ../../godmode/servers/servers.build_table.php:154
+#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781
+#: ../../godmode/agentes/modificar_agente.php:569
+#: ../../godmode/agentes/fields_manager.php:126
+#: ../../godmode/agentes/planned_downtime.list.php:401
+msgid "Edit"
+msgstr ""
+
+#: ../../operation/events/events_list.php:190
+#: ../../operation/events/events_list.php:714
+msgid "No filter loaded"
+msgstr ""
+
+#: ../../operation/events/events_list.php:192
+#: ../../operation/events/events_list.php:715
+msgid "Filter loaded"
+msgstr ""
+
+#: ../../operation/events/events_list.php:194
+#: ../../operation/events/events_list.php:257
+#: ../../operation/events/events_list.php:607
+msgid "Save filter"
+msgstr ""
+
+#: ../../operation/events/events_list.php:196
+#: ../../operation/events/events_list.php:280
+#: ../../operation/events/events_list.php:282
+#: ../../operation/events/events_list.php:611
+#: ../../operation/netflow/nf_live_view.php:329
+msgid "Load filter"
+msgstr ""
+
+#: ../../operation/events/events_list.php:217
+msgid "New filter"
+msgstr ""
+
+#: ../../operation/events/events_list.php:218
+#: ../../operation/events/events_list.php:249
+#: ../../godmode/snmpconsole/snmp_filters.php:35
+#: ../../godmode/netflow/nf_edit_form.php:180
+msgid "Update filter"
+msgstr ""
+
+#: ../../operation/events/events_list.php:224
+#: ../../godmode/events/event_edit_filter.php:215
+msgid "Filter name"
+msgstr ""
+
+#: ../../operation/events/events_list.php:227
+msgid "Save in Group"
+msgstr ""
+
+#: ../../operation/events/events_list.php:229
+#: ../../godmode/reporting/graph_builder.graph_editor.php:140
+msgid "Filter group"
+msgstr ""
+
+#: ../../operation/events/events_list.php:244
+msgid "Overwrite filter"
+msgstr ""
+
+#: ../../operation/events/events_list.php:335
+#: ../../operation/events/events_list.php:362
+#: ../../operation/incidents/incident_detail.php:404
+#: ../../extensions/files_repo/files_repo_form.php:94
+#: ../../godmode/snmpconsole/snmp_alert.php:1317
+#: ../../godmode/alerts/alert_list.list.php:632
+#: ../../godmode/setup/news.php:275 ../../godmode/setup/links.php:158
+#: ../../godmode/setup/setup_visuals.php:684
+#: ../../godmode/setup/setup_visuals.php:720
+#: ../../godmode/events/event_edit_filter.php:353
+#: ../../godmode/events/event_edit_filter.php:368
+#: ../../godmode/massive/massive_add_action_alerts.php:205
+#: ../../godmode/massive/massive_add_alerts.php:185
+#: ../../godmode/massive/massive_add_tags.php:161
+#: ../../godmode/users/configure_profile.php:375
+#: ../../godmode/reporting/graph_builder.graph_editor.php:163
+#: ../../godmode/reporting/visual_console_builder.wizard.php:367
+#: ../../godmode/servers/manage_recontask_form.php:395
+#: ../../godmode/servers/recon_script.php:383
+#: ../../godmode/servers/plugin.php:796
+#: ../../godmode/modules/manage_network_templates_form.php:308
+#: ../../godmode/agentes/planned_downtime.editor.php:628
+#: ../../godmode/agentes/planned_downtime.editor.php:724
+#: ../../godmode/agentes/planned_downtime.editor.php:864
+msgid "Add"
+msgstr ""
+
+#: ../../operation/events/events_list.php:337
+#: ../../operation/events/events_list.php:364
+#: ../../godmode/alerts/alert_special_days.php:452
+#: ../../godmode/events/event_edit_filter.php:361
+#: ../../godmode/events/event_edit_filter.php:376
+msgid "Remove"
+msgstr ""
+
+#: ../../operation/events/events_list.php:410
+#: ../../godmode/events/event_edit_filter.php:253
+msgid "Agent search"
+msgstr ""
+
+#: ../../operation/events/events_list.php:430
+#: ../../godmode/events/event_edit_filter.php:285
+msgid "User ack."
+msgstr ""
+
+#: ../../operation/events/events_list.php:440
+#: ../../include/ajax/visual_console_builder.ajax.php:693
+#: ../../include/functions_visual_map_editor.php:313
+#: ../../include/functions_visual_map_editor.php:652
+#: ../../include/functions_html.php:867 ../../include/functions_html.php:868
+#: ../../include/functions_html.php:869 ../../include/functions_html.php:870
+#: ../../include/functions_html.php:871 ../../include/functions_html.php:874
+#: ../../include/functions_html.php:875 ../../include/functions_html.php:876
+#: ../../include/functions_html.php:877 ../../include/functions_html.php:878
+#: ../../godmode/events/event_edit_filter.php:297
+#: ../../godmode/massive/massive_add_action_alerts.php:161
+#: ../../godmode/massive/massive_edit_agents.php:275
+#: ../../godmode/users/configure_user.php:696
+#: ../../godmode/reporting/visual_console_builder.wizard.php:372
+#: ../../godmode/servers/manage_recontask_form.php:296
+#: ../../godmode/servers/manage_recontask.php:339
+#: ../../godmode/agentes/planned_downtime.editor.php:713
+#: ../../godmode/agentes/agent_manager.php:250
+#: ../../godmode/agentes/planned_downtime.list.php:154
+msgid "Any"
+msgstr ""
+
+#: ../../operation/events/events_list.php:442
+#: ../../godmode/events/event_edit_filter.php:388
+msgid "Module search"
+msgstr ""
+
+#: ../../operation/events/events_list.php:447
+#: ../../operation/events/events.build_table.php:139
+#: ../../operation/servers/recon_view.php:173
+#: ../../include/functions_events.php:3515
+#: ../../godmode/massive/massive_edit_agents.php:316
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1221
+#: ../../godmode/agentes/agent_manager.php:294
+#: ../../godmode/agentes/module_manager.php:554
+msgid "Server"
+msgstr ""
+
+#: ../../operation/events/events_list.php:461
+#: ../../godmode/events/event_edit_filter.php:379
+msgid "Alert events"
+msgstr ""
+
+#: ../../operation/events/events_list.php:464
+#: ../../godmode/events/event_edit_filter.php:383
+msgid "Filter alert events"
+msgstr ""
+
+#: ../../operation/events/events_list.php:465
+#: ../../godmode/events/event_edit_filter.php:384
+msgid "Only alert events"
+msgstr ""
+
+#: ../../operation/events/events_list.php:479
+#: ../../godmode/events/event_edit_filter.php:305
+msgid "Date from"
+msgstr ""
+
+#: ../../operation/events/events_list.php:485
+#: ../../godmode/events/event_edit_filter.php:308
+msgid "Date to"
+msgstr ""
+
+#: ../../operation/events/events_list.php:491
+#: ../../operation/agentes/datos_agente.php:189
+#: ../../include/ajax/module.php:162
+msgid "Timestamp from:"
+msgstr ""
+
+#: ../../operation/events/events_list.php:494
+#: ../../operation/agentes/datos_agente.php:195
+#: ../../include/ajax/module.php:170
+msgid "Timestamp to:"
+msgstr ""
+
+#: ../../operation/events/events_list.php:505
+#: ../../operation/events/events_list.php:519
+#: ../../godmode/events/event_edit_filter.php:350
+msgid "Events with following tags"
+msgstr ""
+
+#: ../../operation/events/events_list.php:511
+#: ../../operation/events/events_list.php:525
+#: ../../godmode/events/event_edit_filter.php:365
+msgid "Events without following tags"
+msgstr ""
+
+#: ../../operation/events/events_list.php:549
+#: ../../operation/events/events.build_table.php:185
+#: ../../operation/events/sound_events.php:78
+#: ../../operation/users/user_edit.php:505
+#: ../../operation/netflow/nf_live_view.php:309
+#: ../../operation/gis_maps/gis_map.php:90
+#: ../../operation/gis_maps/ajax.php:309 ../../operation/search_maps.php:32
+#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59
+#: ../../operation/agentes/status_monitor.php:292
+#: ../../operation/agentes/exportdata.php:235
+#: ../../operation/agentes/alerts_status.functions.php:68
+#: ../../operation/agentes/ver_agente.php:687
+#: ../../operation/agentes/pandora_networkmap.editor.php:183
+#: ../../operation/agentes/pandora_networkmap.editor.php:196
+#: ../../operation/agentes/group_view.php:164
+#: ../../operation/agentes/estado_generalagente.php:245
+#: ../../operation/agentes/estado_agente.php:167
+#: ../../operation/agentes/estado_agente.php:517
+#: ../../operation/incidents/incident_detail.php:308
+#: ../../operation/incidents/incident.php:339
+#: ../../extensions/agents_modules.php:128
+#: ../../extensions/agents_alerts.php:74
#: ../../mobile/operation/networkmaps.php:65
#: ../../mobile/operation/networkmaps.php:69
#: ../../mobile/operation/networkmaps.php:129
#: ../../mobile/operation/networkmaps.php:130
#: ../../mobile/operation/networkmaps.php:197
-#: ../../mobile/operation/modules.php:128
-#: ../../mobile/operation/modules.php:132
-#: ../../mobile/operation/modules.php:203
-#: ../../mobile/operation/modules.php:204 ../../mobile/operation/alerts.php:84
-#: ../../mobile/operation/alerts.php:88 ../../mobile/operation/alerts.php:178
-#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/events.php:356
-#: ../../mobile/operation/events.php:360 ../../mobile/operation/events.php:496
-#: ../../mobile/operation/events.php:599 ../../mobile/operation/events.php:600
#: ../../mobile/operation/visualmaps.php:49
#: ../../mobile/operation/visualmaps.php:53
#: ../../mobile/operation/visualmaps.php:141
+#: ../../mobile/operation/alerts.php:84 ../../mobile/operation/alerts.php:88
+#: ../../mobile/operation/alerts.php:178 ../../mobile/operation/alerts.php:179
#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120
#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175
-#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:280
-#: ../../extensions/agents_modules.php:81
-#: ../../extensions/agents_alerts.php:73
-#: ../../include/functions_graph.php:5073
-#: ../../include/functions_networkmap.php:1746
-#: ../../include/functions_groups.php:715
-#: ../../include/functions_visual_map.php:2292
+#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:317
+#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365
+#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604
+#: ../../mobile/operation/events.php:605
+#: ../../mobile/operation/modules.php:128
+#: ../../mobile/operation/modules.php:132
+#: ../../mobile/operation/modules.php:203
+#: ../../mobile/operation/modules.php:204 ../../general/ui/agents_list.php:69
+#: ../../include/functions_pandora_networkmap.php:1375
+#: ../../include/functions_pandora_networkmap.php:1554
+#: ../../include/functions_visual_map.php:2765
+#: ../../include/functions_groups.php:745
#: ../../include/functions_visual_map_editor.php:61
-#: ../../include/functions_visual_map_editor.php:303
-#: ../../include/functions_visual_map_editor.php:577
-#: ../../include/functions_reporting_html.php:1483
-#: ../../include/functions_reporting_html.php:1518
-#: ../../include/functions_events.php:37
-#: ../../include/functions_events.php:2432
-#: ../../operation/integria_incidents/incident.incident.php:87
-#: ../../operation/integria_incidents/incident.list.php:61
-#: ../../operation/integria_incidents/incident.list.php:95
-#: ../../operation/events/events.build_table.php:91
-#: ../../operation/events/events_list.php:529
-#: ../../operation/events/sound_events.php:71
-#: ../../operation/users/user_edit.php:420
-#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59
-#: ../../operation/gis_maps/gis_map.php:90
-#: ../../operation/gis_maps/index.php:36 ../../operation/gis_maps/ajax.php:309
-#: ../../operation/agentes/exportdata.php:226
-#: ../../operation/agentes/ver_agente.php:539
-#: ../../operation/agentes/group_view.php:146
-#: ../../operation/agentes/estado_agente.php:164
-#: ../../operation/agentes/estado_agente.php:467
-#: ../../operation/agentes/networkmap_list.php:136
-#: ../../operation/agentes/networkmap_list.php:170
-#: ../../operation/agentes/networkmap.php:448
-#: ../../operation/agentes/alerts_status.functions.php:68
-#: ../../operation/agentes/estado_generalagente.php:246
-#: ../../operation/agentes/status_monitor.php:407
-#: ../../operation/search_maps.php:32
-#: ../../operation/netflow/nf_live_view.php:291
-#: ../../operation/incidents/incident.php:334
-#: ../../operation/incidents/incident_detail.php:308
-#: ../../godmode/events/event_filter.php:105
-#: ../../godmode/events/event_responses.editor.php:81
-#: ../../godmode/events/event_responses.list.php:56
+#: ../../include/functions_visual_map_editor.php:336
+#: ../../include/functions_visual_map_editor.php:610
+#: ../../include/functions_graph.php:5544
+#: ../../include/functions_reporting_html.php:2073
+#: ../../include/functions_reporting_html.php:2108
+#: ../../include/functions_events.php:38
+#: ../../include/functions_events.php:2437
+#: ../../include/functions_events.php:3557
+#: ../../include/functions_networkmap.php:1721
+#: ../../godmode/snmpconsole/snmp_alert.php:657
+#: ../../godmode/alerts/configure_alert_special_days.php:69
+#: ../../godmode/alerts/alert_special_days.php:246
+#: ../../godmode/alerts/alert_actions.php:341
+#: ../../godmode/alerts/configure_alert_action.php:116
+#: ../../godmode/alerts/configure_alert_template.php:751
+#: ../../godmode/alerts/alert_templates.php:299
+#: ../../godmode/setup/news.php:164 ../../godmode/setup/gis.php:63
+#: ../../godmode/setup/gis_step_2.php:153
+#: ../../godmode/events/event_filter.php:109
#: ../../godmode/events/custom_events.php:80
#: ../../godmode/events/custom_events.php:156
-#: ../../godmode/events/event_edit_filter.php:213
-#: ../../godmode/users/configure_user.php:617
-#: ../../godmode/users/user_list.php:227
-#: ../../godmode/snmpconsole/snmp_alert.php:556
-#: ../../godmode/gis_maps/index.php:71
-#: ../../godmode/gis_maps/configure_gis_map.php:356
-#: ../../godmode/alerts/configure_alert_special_days.php:66
-#: ../../godmode/alerts/alert_special_days.php:164
-#: ../../godmode/alerts/configure_alert_template.php:711
-#: ../../godmode/alerts/alert_templates.php:299
-#: ../../godmode/alerts/configure_alert_action.php:116
-#: ../../godmode/alerts/alert_actions.php:341
-#: ../../godmode/agentes/agent_incidents.php:89
-#: ../../godmode/agentes/agent_manager.php:243
-#: ../../godmode/agentes/modificar_agente.php:135
-#: ../../godmode/agentes/modificar_agente.php:430
-#: ../../godmode/agentes/planned_downtime.editor.php:474
-#: ../../godmode/agentes/planned_downtime.editor.php:723
-#: ../../godmode/agentes/planned_downtime.list.php:391
-#: ../../godmode/agentes/configurar_agente.php:338
-#: ../../godmode/servers/manage_recontask_form.php:300
-#: ../../godmode/servers/manage_recontask.php:287
-#: ../../godmode/netflow/nf_edit_form.php:193
-#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/setup/news.php:164
-#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/gis.php:63
+#: ../../godmode/events/event_edit_filter.php:226
+#: ../../godmode/events/event_responses.editor.php:81
+#: ../../godmode/events/event_responses.list.php:56
+#: ../../godmode/massive/massive_add_action_alerts.php:151
+#: ../../godmode/massive/massive_add_alerts.php:151
+#: ../../godmode/massive/massive_edit_agents.php:207
+#: ../../godmode/massive/massive_edit_agents.php:298
+#: ../../godmode/massive/massive_delete_action_alerts.php:151
+#: ../../godmode/massive/massive_enable_disable_alerts.php:136
#: ../../godmode/massive/massive_delete_agents.php:105
-#: ../../godmode/massive/massive_delete_alerts.php:212
#: ../../godmode/massive/massive_standby_alerts.php:136
#: ../../godmode/massive/massive_copy_modules.php:71
#: ../../godmode/massive/massive_copy_modules.php:182
-#: ../../godmode/massive/massive_add_alerts.php:151
#: ../../godmode/massive/massive_delete_profiles.php:103
#: ../../godmode/massive/massive_add_tags.php:124
-#: ../../godmode/massive/massive_edit_agents.php:205
-#: ../../godmode/massive/massive_edit_agents.php:280
+#: ../../godmode/massive/massive_delete_alerts.php:212
#: ../../godmode/massive/massive_add_profiles.php:89
-#: ../../godmode/massive/massive_add_action_alerts.php:136
-#: ../../godmode/massive/massive_delete_action_alerts.php:138
-#: ../../godmode/massive/massive_enable_disable_alerts.php:136
-#: ../../godmode/modules/manage_network_components.php:454
-#: ../../godmode/modules/manage_network_components.php:543
-#: ../../godmode/modules/manage_network_components_form_common.php:99
+#: ../../godmode/users/configure_user.php:624
+#: ../../godmode/users/user_list.php:227
+#: ../../godmode/reporting/reporting_builder.main.php:69
+#: ../../godmode/reporting/map_builder.php:208
+#: ../../godmode/reporting/visual_console_builder.elements.php:77
+#: ../../godmode/reporting/visual_console_builder.elements.php:193
+#: ../../godmode/reporting/reporting_builder.item_editor.php:868
+#: ../../godmode/reporting/reporting_builder.php:431
+#: ../../godmode/reporting/reporting_builder.php:561
+#: ../../godmode/reporting/graph_builder.main.php:116
+#: ../../godmode/reporting/graphs.php:155
+#: ../../godmode/netflow/nf_edit_form.php:193
+#: ../../godmode/netflow/nf_edit.php:119
+#: ../../godmode/gis_maps/configure_gis_map.php:366
+#: ../../godmode/servers/manage_recontask_form.php:305
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/modules/manage_network_components.php:479
+#: ../../godmode/modules/manage_network_components.php:568
#: ../../godmode/modules/manage_network_templates_form.php:200
#: ../../godmode/modules/manage_network_templates_form.php:267
#: ../../godmode/modules/manage_network_templates_form.php:300
-#: ../../godmode/reporting/visual_console_builder.elements.php:77
-#: ../../godmode/reporting/visual_console_builder.elements.php:193
-#: ../../godmode/reporting/graph_builder.main.php:107
-#: ../../godmode/reporting/reporting_builder.item_editor.php:816
-#: ../../godmode/reporting/map_builder.php:208
-#: ../../godmode/reporting/graphs.php:145
-#: ../../godmode/reporting/reporting_builder.php:432
-#: ../../godmode/reporting/reporting_builder.php:564
-#: ../../godmode/reporting/reporting_builder.main.php:69
-#: ../../general/ui/agents_list.php:69
+#: ../../godmode/modules/manage_network_components_form_common.php:101
+#: ../../godmode/agentes/configurar_agente.php:363
+#: ../../godmode/agentes/planned_downtime.editor.php:480
+#: ../../godmode/agentes/planned_downtime.editor.php:754
+#: ../../godmode/agentes/agent_manager.php:270
+#: ../../godmode/agentes/modificar_agente.php:145
+#: ../../godmode/agentes/modificar_agente.php:489
+#: ../../godmode/agentes/agent_incidents.php:89
+#: ../../godmode/agentes/planned_downtime.list.php:393
msgid "Group"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:366
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:627
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67
-#: ../../enterprise/godmode/reporting/mysql_builder.php:149
-#: ../../extensions/insert_data.php:178 ../../operation/agentes/graphs.php:246
-#: ../../godmode/setup/gis_step_2.php:310
-#: ../../godmode/reporting/visual_console_builder.data.php:127
-#: ../../godmode/reporting/reporting_builder.main.php:32
-msgid "Save"
+#: ../../operation/events/events_list.php:562
+#: ../../operation/events/events.build_table.php:191
+#: ../../include/functions_events.php:41
+#: ../../include/functions_events.php:3562
+#: ../../godmode/events/event_filter.php:110
+#: ../../godmode/events/custom_events.php:89
+#: ../../godmode/events/custom_events.php:159
+#: ../../godmode/events/event_edit_filter.php:235
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1408
+msgid "Event type"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:387
-msgid "Private dashboard"
+#: ../../operation/events/events_list.php:565
+#: ../../operation/agentes/status_monitor.php:303
+#: ../../operation/agentes/estado_agente.php:190
+#: ../../mobile/operation/modules.php:43
+#: ../../include/functions_events.php:1428 ../../include/functions.php:1083
+#: ../../godmode/events/event_edit_filter.php:233
+#: ../../godmode/massive/massive_edit_agents.php:220
+#: ../../godmode/massive/massive_delete_agents.php:117
+#: ../../godmode/massive/massive_delete_modules.php:457
+#: ../../godmode/massive/massive_delete_modules.php:471
+#: ../../godmode/massive/massive_copy_modules.php:81
+#: ../../godmode/massive/massive_copy_modules.php:194
+#: ../../godmode/massive/massive_edit_modules.php:300
+#: ../../godmode/massive/massive_edit_modules.php:331
+msgid "Not normal"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:391
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1209
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:292
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:421
-#: ../../enterprise/meta/advanced/metasetup.visual.php:154
-#: ../../enterprise/godmode/alerts/alert_events_list.php:608
-#: ../../enterprise/godmode/agentes/inventory_manager.php:208
-#: ../../enterprise/godmode/agentes/plugins_manager.php:93
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185
-#: ../../enterprise/godmode/agentes/collection_manager.php:109
-#: ../../enterprise/godmode/agentes/collection_manager.php:126
-#: ../../enterprise/godmode/servers/manage_export_form.php:122
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:221
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:329
-#: ../../enterprise/godmode/setup/setup_acl.php:98
-#: ../../enterprise/godmode/setup/setup_acl.php:117
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:168
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:243
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:160
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:188
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:233
-#: ../../enterprise/godmode/policies/policy_collections.php:196
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219
-#: ../../enterprise/godmode/policies/policy_plugins.php:65
-#: ../../enterprise/godmode/policies/policy_alerts.php:474
-#: ../../enterprise/godmode/policies/policy_alerts.php:520
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:285
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:336
-#: ../../extensions/files_repo/files_repo_form.php:94
-#: ../../operation/integria_incidents/incident.files.php:29
-#: ../../operation/integria_incidents/incident.workunits.php:35
-#: ../../operation/events/events_list.php:327
-#: ../../operation/events/events_list.php:355
-#: ../../operation/incidents/incident_detail.php:404
-#: ../../godmode/events/event_edit_filter.php:335
-#: ../../godmode/events/event_edit_filter.php:350
-#: ../../godmode/users/configure_profile.php:364
-#: ../../godmode/snmpconsole/snmp_alert.php:1199
-#: ../../godmode/alerts/alert_list.list.php:610
-#: ../../godmode/agentes/planned_downtime.editor.php:622
-#: ../../godmode/agentes/planned_downtime.editor.php:693
-#: ../../godmode/agentes/planned_downtime.editor.php:832
-#: ../../godmode/servers/plugin.php:746
-#: ../../godmode/servers/manage_recontask_form.php:384
-#: ../../godmode/servers/recon_script.php:383 ../../godmode/setup/news.php:275
-#: ../../godmode/setup/links.php:158 ../../godmode/setup/setup_visuals.php:572
-#: ../../godmode/setup/setup_visuals.php:608
-#: ../../godmode/massive/massive_add_alerts.php:185
-#: ../../godmode/massive/massive_add_tags.php:161
-#: ../../godmode/massive/massive_add_action_alerts.php:181
-#: ../../godmode/modules/manage_network_templates_form.php:308
-#: ../../godmode/reporting/graph_builder.graph_editor.php:159
-#: ../../godmode/reporting/visual_console_builder.wizard.php:324
-msgid "Add"
+#: ../../operation/events/events_list.php:575
+#: ../../godmode/events/event_filter.php:111
+#: ../../godmode/events/event_edit_filter.php:245
+msgid "Event status"
msgstr ""
-#: ../../enterprise/dashboard/main_dashboard.php:399
-#: ../../godmode/reporting/visual_console_builder.editor.php:139
-#: ../../godmode/reporting/visual_console_builder.editor.php:144
-#: ../../godmode/reporting/visual_console_builder.editor.php:149
-msgid "Action in progress"
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:400
-#: ../../godmode/reporting/visual_console_builder.editor.php:140
-msgid "Loading in progress"
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:406
-#: ../../enterprise/dashboard/main_dashboard.php:486
-#: ../../enterprise/meta/include/functions_ui_meta.php:779
-#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593
-#: ../../include/functions_ui.php:229 ../../include/functions.php:1015
-#: ../../include/functions_events.php:1161
-#: ../../include/functions_events.php:1428
-#: ../../include/ajax/double_auth.ajax.php:250
-#: ../../include/ajax/double_auth.ajax.php:345
-#: ../../include/ajax/double_auth.ajax.php:390
-#: ../../include/ajax/double_auth.ajax.php:505
-#: ../../operation/users/user_edit.php:572
-#: ../../operation/users/user_edit.php:637
-#: ../../operation/agentes/networkmap_list.php:377
-#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47
-#: ../../godmode/massive/massive_edit_plugins.php:813
-#: ../../godmode/massive/massive_edit_plugins.php:814
-msgid "Error"
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:407
-msgid "Error: there are cells not empty."
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:412
-msgid "Error save conf dashboard"
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:480
-msgid "Add widget"
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:485
-msgid "Add new widget"
-msgstr ""
-
-#: ../../enterprise/dashboard/main_dashboard.php:487
-msgid ""
-"Error, you are trying to add a widget in a empty cell. Please save the "
-"layout before to add any widget in this cell."
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:58
-#: ../../operation/integria_incidents/incident.incident.php:82
-#: ../../operation/agentes/estado_generalagente.php:395
-msgid "Title"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:173
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:288
-#: ../../enterprise/meta/advanced/metasetup.password.php:146
-#: ../../enterprise/meta/advanced/metasetup.visual.php:248
-#: ../../enterprise/meta/advanced/metasetup.performance.php:103
-#: ../../enterprise/meta/advanced/metasetup.setup.php:230
-#: ../../enterprise/meta/event/custom_events.php:197
-#: ../../enterprise/extensions/translate_string.php:306
-#: ../../enterprise/extensions/translate_string.php:313
-#: ../../enterprise/extensions/cron/main.php:316
-#: ../../enterprise/extensions/vmware/vmware_view.php:1218
-#: ../../enterprise/extensions/ipam/ipam_network.php:670
-#: ../../enterprise/extensions/ipam/ipam_editor.php:105
-#: ../../enterprise/extensions/ipam/ipam_massive.php:95
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1084
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1617
-#: ../../enterprise/operation/agentes/policy_view.php:161
-#: ../../enterprise/operation/agentes/collection_view.php:97
-#: ../../enterprise/godmode/services/services.elements.php:403
-#: ../../enterprise/godmode/services/services.service.php:365
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:85
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:257
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225
-#: ../../enterprise/godmode/agentes/inventory_manager.php:204
-#: ../../enterprise/godmode/agentes/inventory_manager.php:266
-#: ../../enterprise/godmode/agentes/collections.data.php:95
-#: ../../enterprise/godmode/agentes/collections.data.php:200
-#: ../../enterprise/godmode/agentes/collections.data.php:258
-#: ../../enterprise/godmode/agentes/collections.data.php:333
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215
-#: ../../enterprise/godmode/agentes/collections.editor.php:130
-#: ../../enterprise/godmode/agentes/collections.editor.php:196
-#: ../../enterprise/godmode/agentes/collection_manager.php:132
-#: ../../enterprise/godmode/agentes/collection_manager.php:218
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171
-#: ../../enterprise/godmode/servers/manage_export_form.php:120
-#: ../../enterprise/godmode/setup/setup_log_collector.php:55
-#: ../../enterprise/godmode/setup/edit_skin.php:261
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:218
-#: ../../enterprise/godmode/setup/setup.php:234
-#: ../../enterprise/godmode/setup/setup.php:327
-#: ../../enterprise/godmode/setup/setup_history.php:77
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115
-#: ../../enterprise/godmode/modules/configure_local_component.php:465
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:229
-#: ../../enterprise/godmode/policies/configure_policy.php:86
-#: ../../enterprise/godmode/policies/policy_collections.php:158
-#: ../../enterprise/godmode/policies/policy_collections.php:210
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274
-#: ../../enterprise/godmode/policies/policy_modules.php:299
-#: ../../extensions/files_repo/files_repo_form.php:88
-#: ../../extensions/net_tools.php:328
-#: ../../include/functions_visual_map_editor.php:429
-#: ../../include/functions_events.php:1703
-#: ../../include/functions_events.php:1741
-#: ../../operation/integria_incidents/incident.incident.php:117
-#: ../../operation/events/events_list.php:619
-#: ../../operation/users/user_edit.php:388
-#: ../../operation/snmpconsole/snmp_view.php:440
-#: ../../operation/agentes/datos_agente.php:209
-#: ../../operation/reporting/reporting_viewer.php:206
-#: ../../godmode/events/event_responses.editor.php:145
-#: ../../godmode/events/custom_events.php:201
-#: ../../godmode/events/event_edit_filter.php:384
-#: ../../godmode/users/configure_user.php:587
-#: ../../godmode/users/configure_profile.php:370
-#: ../../godmode/category/edit_category.php:169
-#: ../../godmode/snmpconsole/snmp_alert.php:871
-#: ../../godmode/snmpconsole/snmp_alert.php:1119
-#: ../../godmode/snmpconsole/snmp_filters.php:105
-#: ../../godmode/snmpconsole/snmp_filters.php:142
-#: ../../godmode/alerts/configure_alert_special_days.php:97
-#: ../../godmode/alerts/configure_alert_command.php:198
-#: ../../godmode/alerts/alert_list.list.php:140
-#: ../../godmode/alerts/alert_list.list.php:148
-#: ../../godmode/alerts/configure_alert_action.php:216
-#: ../../godmode/alerts/configure_alert_action.php:222
-#: ../../godmode/agentes/agent_manager.php:453
-#: ../../godmode/agentes/agent_conf_gis.php:88
-#: ../../godmode/agentes/planned_downtime.editor.php:618
-#: ../../godmode/agentes/planned_downtime.list.php:464
-#: ../../godmode/agentes/planned_downtime.list.php:473
-#: ../../godmode/agentes/module_manager_editor.php:475
-#: ../../godmode/agentes/agent_template.php:248
-#: ../../godmode/agentes/configure_field.php:61
-#: ../../godmode/servers/modificar_server.php:53
-#: ../../godmode/servers/plugin.php:496
-#: ../../godmode/servers/manage_recontask_form.php:380
-#: ../../godmode/servers/recon_script.php:223
-#: ../../godmode/netflow/nf_edit_form.php:240
-#: ../../godmode/groups/configure_modu_group.php:76
-#: ../../godmode/groups/configure_group.php:204
-#: ../../godmode/update_manager/update_manager.setup.php:87
-#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/news.php:207
-#: ../../godmode/setup/links.php:120 ../../godmode/setup/os.php:54
-#: ../../godmode/setup/os.php:107 ../../godmode/setup/setup_general.php:292
-#: ../../godmode/setup/performance.php:128
-#: ../../godmode/setup/setup_auth.php:233
-#: ../../godmode/setup/setup_visuals.php:628
-#: ../../godmode/massive/massive_edit_plugins.php:321
-#: ../../godmode/massive/massive_edit_agents.php:447
-#: ../../godmode/massive/massive_edit_modules.php:588
-#: ../../godmode/modules/manage_nc_groups_form.php:79
-#: ../../godmode/modules/manage_network_components_form.php:262
-#: ../../godmode/modules/manage_network_templates_form.php:154
-#: ../../godmode/reporting/visual_console_builder.data.php:131
-#: ../../godmode/reporting/visual_console_builder.elements.php:503
-#: ../../godmode/reporting/graph_builder.main.php:161
-#: ../../godmode/reporting/reporting_builder.main.php:38
-#: ../../godmode/tag/edit_tag.php:219
-msgid "Update"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:283
-msgid "Configure widget"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:288
-msgid "Delete widget"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:298
-msgid "Config widget"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:308
-msgid "Please configure this widget before usage"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:311
-msgid "Widget cannot be loaded"
-msgstr ""
-
-#: ../../enterprise/dashboard/widget.php:312
-msgid "Please, configure the widget again to recover it"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:32
-msgid "Dashboard replicate"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:42
-msgid "Not copyed. Error copying data. You must select a dashboard"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:72
-#: ../../enterprise/dashboard/dashboard_replicate.php:95
-msgid "Not copyed. Error copying data"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:104
-msgid "Successfully copyed"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:121
-msgid "Source user's group"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:144
-#: ../../enterprise/dashboard/dashboard_replicate.php:154
-#: ../../operation/agentes/status_monitor.php:445
-#: ../../operation/incidents/incident.php:233
-msgid "Show"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:148
-msgid "Destination user's group"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:162
-msgid "Group Dashboards"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:173
-#: ../../enterprise/dashboard/widgets/top_n.php:401
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258
-#: ../../enterprise/meta/advanced/metasetup.setup.php:242
-#: ../../enterprise/meta/advanced/metasetup.setup.php:248
-#: ../../enterprise/meta/advanced/metasetup.setup.php:257
-#: ../../enterprise/meta/advanced/metasetup.setup.php:263
-#: ../../enterprise/meta/event/custom_events.php:211
-#: ../../enterprise/meta/event/custom_events.php:222
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:100
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564
-#: ../../enterprise/extensions/ipam/ipam_network.php:635
-#: ../../enterprise/include/functions_networkmap_enterprise.php:242
-#: ../../enterprise/include/functions_networkmap_enterprise.php:604
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1599
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1602
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1680
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1685
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290
-#: ../../enterprise/operation/agentes/ver_agente.php:36
-#: ../../enterprise/godmode/alerts/alert_events_list.php:595
-#: ../../enterprise/godmode/alerts/alert_events.php:468
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:368
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:499
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:595
-#: ../../enterprise/godmode/servers/manage_export_form.php:73
-#: ../../enterprise/godmode/setup/setup.php:341
-#: ../../enterprise/godmode/setup/setup.php:347
-#: ../../enterprise/godmode/setup/setup.php:355
-#: ../../enterprise/godmode/setup/setup.php:361
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225
-#: ../../enterprise/godmode/modules/configure_local_component.php:346
-#: ../../enterprise/godmode/modules/configure_local_component.php:486
-#: ../../enterprise/godmode/modules/configure_local_component.php:492
-#: ../../enterprise/godmode/modules/configure_local_component.php:500
-#: ../../enterprise/godmode/modules/configure_local_component.php:506
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:697
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:718
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:733
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:743
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:654
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:718
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:733
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:743
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:59
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:336
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:353
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:369
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:409
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:425
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:467
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:500
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:509
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:528
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:54
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:307
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:326
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:424
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:452
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:469
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:496
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:185
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:217
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:223
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:235
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:245
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:138
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:344
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:363
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:374
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1635
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:74
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:264
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:272
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:304
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:322
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:355
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:375
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:406
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:426
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:448
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:466
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:485
-#: ../../enterprise/godmode/policies/policy_agents.php:217
-#: ../../enterprise/godmode/policies/policy_agents.php:602
-#: ../../enterprise/godmode/policies/policy_alerts.php:459
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:273
-#: ../../mobile/operation/events.php:582 ../../include/functions_html.php:315
-#: ../../include/functions_html.php:478 ../../include/functions.php:881
-#: ../../include/functions_visual_map_editor.php:248
-#: ../../include/functions_visual_map_editor.php:320
-#: ../../include/functions_visual_map_editor.php:495
-#: ../../include/functions_events.php:1695
-#: ../../include/functions_events.php:1702
-#: ../../include/ajax/planned_downtime.ajax.php:85
-#: ../../operation/integria_incidents/incident.incident.php:24
-#: ../../operation/integria_incidents/incident.list.php:42
-#: ../../operation/integria_incidents/incident.list.php:133
-#: ../../operation/integria_incidents/incident.list.php:134
-#: ../../operation/events/events_list.php:271
-#: ../../operation/events/events_list.php:845
-#: ../../operation/users/user_edit.php:338
-#: ../../operation/snmpconsole/snmp_view.php:413
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:712
-#: ../../operation/agentes/ver_agente.php:665
-#: ../../operation/agentes/ver_agente.php:708
-#: ../../operation/agentes/ver_agente.php:718
-#: ../../operation/netflow/nf_live_view.php:381
-#: ../../godmode/events/custom_events.php:213
-#: ../../godmode/events/custom_events.php:224
-#: ../../godmode/events/event_edit_filter.php:405
-#: ../../godmode/users/configure_user.php:507
-#: ../../godmode/users/configure_user.php:675
-#: ../../godmode/users/configure_user.php:679
-#: ../../godmode/users/configure_user.php:684
-#: ../../godmode/snmpconsole/snmp_alert.php:27
-#: ../../godmode/snmpconsole/snmp_alert.php:902
-#: ../../godmode/gis_maps/configure_gis_map.php:404
-#: ../../godmode/alerts/configure_alert_template.php:577
-#: ../../godmode/alerts/alert_list.list.php:588
-#: ../../godmode/alerts/configure_alert_action.php:131
-#: ../../godmode/alerts/alert_list.builder.php:134
-#: ../../godmode/agentes/agent_manager.php:275
-#: ../../godmode/agentes/agent_manager.php:371
-#: ../../godmode/agentes/module_manager_editor_plugin.php:49
-#: ../../godmode/agentes/module_manager_editor_common.php:382
-#: ../../godmode/agentes/module_manager_editor_common.php:554
-#: ../../godmode/agentes/module_manager_editor_common.php:708
-#: ../../godmode/agentes/module_manager_editor_common.php:714
-#: ../../godmode/agentes/module_manager_editor_common.php:723
-#: ../../godmode/agentes/module_manager_editor_common.php:729
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:760
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:921
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:937
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:953
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:969
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:985
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1000
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1006
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:247
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:287
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:417
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:433
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:449
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:465
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:480
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:486
-#: ../../godmode/servers/manage_recontask_form.php:265
-#: ../../godmode/netflow/nf_edit_form.php:226
-#: ../../godmode/groups/configure_group.php:182
-#: ../../godmode/setup/os.builder.php:40
-#: ../../godmode/setup/setup_general.php:134
-#: ../../godmode/setup/setup_visuals.php:204
-#: ../../godmode/massive/massive_delete_alerts.php:242
-#: ../../godmode/massive/massive_delete_modules.php:478
-#: ../../godmode/massive/massive_delete_modules.php:552
-#: ../../godmode/massive/massive_delete_modules.php:593
-#: ../../godmode/massive/massive_delete_modules.php:594
-#: ../../godmode/massive/massive_delete_modules.php:595
-#: ../../godmode/massive/massive_delete_modules.php:596
-#: ../../godmode/massive/massive_delete_modules.php:662
-#: ../../godmode/massive/massive_add_alerts.php:193
-#: ../../godmode/massive/massive_edit_plugins.php:284
-#: ../../godmode/massive/massive_add_tags.php:169
-#: ../../godmode/massive/massive_edit_agents.php:297
-#: ../../godmode/massive/massive_delete_tags.php:226
-#: ../../godmode/massive/massive_delete_tags.php:253
-#: ../../godmode/massive/massive_delete_tags.php:289
-#: ../../godmode/massive/massive_add_action_alerts.php:258
-#: ../../godmode/massive/massive_edit_modules.php:305
-#: ../../godmode/massive/massive_edit_modules.php:505
-#: ../../godmode/massive/massive_edit_modules.php:533
-#: ../../godmode/massive/massive_edit_modules.php:594
-#: ../../godmode/massive/massive_edit_modules.php:652
-#: ../../godmode/massive/massive_edit_modules.php:731
-#: ../../godmode/massive/massive_edit_modules.php:732
-#: ../../godmode/massive/massive_edit_modules.php:733
-#: ../../godmode/massive/massive_edit_modules.php:734
-#: ../../godmode/massive/massive_edit_modules.php:911
-#: ../../godmode/modules/manage_network_components_form_plugin.php:24
-#: ../../godmode/modules/manage_nc_groups_form.php:71
-#: ../../godmode/modules/manage_network_components_form_common.php:175
-#: ../../godmode/modules/manage_network_components_form.php:443
-#: ../../godmode/modules/manage_network_components_form.php:449
-#: ../../godmode/modules/manage_network_components_form.php:458
-#: ../../godmode/modules/manage_network_components_form.php:464
-#: ../../godmode/reporting/graph_builder.graph_editor.php:133
-#: ../../godmode/reporting/graph_builder.graph_editor.php:177
-#: ../../godmode/reporting/graph_builder.graph_editor.php:197
-#: ../../godmode/reporting/visual_console_builder.elements.php:288
-#: ../../godmode/reporting/visual_console_builder.wizard.php:156
-#: ../../godmode/reporting/visual_console_builder.wizard.php:253
-#: ../../godmode/reporting/visual_console_builder.wizard.php:261
-#: ../../godmode/reporting/visual_console_builder.wizard.php:283
-#: ../../godmode/reporting/visual_console_builder.wizard.php:292
-#: ../../godmode/reporting/visual_console_builder.wizard.php:331
-#: ../../godmode/reporting/visual_console_builder.wizard.php:528
-#: ../../godmode/reporting/visual_console_builder.wizard.php:538
-#: ../../godmode/reporting/visual_console_builder.wizard.php:570
-#: ../../godmode/reporting/reporting_builder.item_editor.php:955
-#: ../../godmode/reporting/reporting_builder.item_editor.php:996
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1006
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1031
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1290
-msgid "None"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:187
-msgid "Replicate Dashboard"
-msgstr ""
-
-#: ../../enterprise/dashboard/dashboard_replicate.php:187
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:208
-#: ../../enterprise/meta/advanced/policymanager.queue.php:330
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:101
-#: ../../enterprise/extensions/backup/main.php:177
-#: ../../enterprise/include/functions_services.php:1660
-#: ../../enterprise/operation/services/services.list.php:459
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260
-#: ../../enterprise/godmode/alerts/alert_events_list.php:643
-#: ../../enterprise/godmode/alerts/alert_events_list.php:756
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:479
-#: ../../enterprise/godmode/agentes/inventory_manager.php:261
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:210
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161
-#: ../../enterprise/godmode/setup/setup_skins.php:136
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574
-#: ../../enterprise/godmode/modules/local_components.php:518
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223
-#: ../../enterprise/godmode/reporting/graph_template_list.php:146
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:757
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:352
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:360
-#: ../../enterprise/godmode/reporting/mysql_builder.php:49
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393
-#: ../../enterprise/godmode/policies/policies.php:376
-#: ../../enterprise/godmode/policies/policies.php:386
-#: ../../enterprise/godmode/policies/policies.php:404
-#: ../../enterprise/godmode/policies/policy_queue.php:440
-#: ../../enterprise/godmode/policies/policy_queue.php:476
-#: ../../enterprise/godmode/policies/policy_queue.php:492
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269
-#: ../../enterprise/godmode/policies/policy_agents.php:220
-#: ../../enterprise/godmode/policies/policy_agents.php:301
-#: ../../enterprise/godmode/policies/policy_agents.php:441
-#: ../../enterprise/godmode/policies/policy_agents.php:494
-#: ../../enterprise/godmode/policies/policy_modules.php:1067
-#: ../../enterprise/godmode/policies/policy_modules.php:1074
-#: ../../enterprise/godmode/policies/policy_modules.php:1103
-#: ../../enterprise/godmode/policies/policy_alerts.php:411
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:246
-#: ../../extensions/files_repo/files_repo_list.php:105
-#: ../../include/functions_filemanager.php:730
-#: ../../include/functions_groups.php:2143
-#: ../../include/functions_events.php:1758
-#: ../../operation/events/events.build_table.php:666
-#: ../../operation/events/events.php:754
-#: ../../operation/users/user_edit.php:675
-#: ../../operation/messages/message_list.php:193
-#: ../../operation/messages/message_list.php:199
-#: ../../operation/snmpconsole/snmp_view.php:648
-#: ../../operation/snmpconsole/snmp_view.php:654
-#: ../../operation/snmpconsole/snmp_view.php:805
-#: ../../operation/agentes/networkmap_list.php:229
-#: ../../operation/incidents/incident_detail.php:425
-#: ../../operation/incidents/incident_detail.php:472
-#: ../../godmode/events/event_filter.php:142
-#: ../../godmode/users/configure_user.php:660
-#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473
-#: ../../godmode/users/profile_list.php:390
-#: ../../godmode/category/category.php:126
-#: ../../godmode/category/category.php:131
-#: ../../godmode/snmpconsole/snmp_alert.php:1094
-#: ../../godmode/snmpconsole/snmp_alert.php:1123
-#: ../../godmode/snmpconsole/snmp_alert.php:1335
-#: ../../godmode/snmpconsole/snmp_filters.php:143
-#: ../../godmode/alerts/alert_commands.php:354
-#: ../../godmode/alerts/alert_special_days.php:220
-#: ../../godmode/alerts/alert_templates.php:341
-#: ../../godmode/alerts/alert_list.list.php:803
-#: ../../godmode/alerts/alert_actions.php:385
-#: ../../godmode/alerts/alert_actions.php:388
-#: ../../godmode/agentes/agent_manager.php:198
-#: ../../godmode/agentes/modificar_agente.php:561
-#: ../../godmode/agentes/module_manager_editor_common.php:140
-#: ../../godmode/agentes/planned_downtime.editor.php:816
-#: ../../godmode/agentes/module_manager.php:700
-#: ../../godmode/agentes/module_manager.php:708
-#: ../../godmode/agentes/module_manager.php:723
-#: ../../godmode/agentes/module_manager.php:738
-#: ../../godmode/agentes/module_manager.php:749
-#: ../../godmode/agentes/agent_template.php:246
-#: ../../godmode/agentes/fields_manager.php:127
-#: ../../godmode/servers/plugin.php:732
-#: ../../godmode/netflow/nf_item_list.php:237
-#: ../../godmode/netflow/nf_edit.php:143
-#: ../../godmode/groups/modu_group_list.php:195
-#: ../../godmode/db/db_refine.php:119 ../../godmode/db/db_event.php:92
-#: ../../godmode/db/db_audit.php:107 ../../godmode/setup/news.php:267
-#: ../../godmode/setup/links.php:150
-#: ../../godmode/massive/massive_delete_agents.php:134
-#: ../../godmode/massive/massive_standby_alerts.php:167
-#: ../../godmode/massive/massive_delete_modules.php:499
-#: ../../godmode/massive/massive_add_alerts.php:183
-#: ../../godmode/massive/massive_delete_profiles.php:129
-#: ../../godmode/massive/massive_edit_plugins.php:533
-#: ../../godmode/massive/massive_add_tags.php:158
-#: ../../godmode/massive/massive_delete_tags.php:215
-#: ../../godmode/massive/massive_add_profiles.php:115
-#: ../../godmode/massive/massive_add_action_alerts.php:179
-#: ../../godmode/massive/massive_operations.php:239
-#: ../../godmode/massive/massive_operations.php:248
-#: ../../godmode/massive/massive_delete_action_alerts.php:185
-#: ../../godmode/massive/massive_enable_disable_alerts.php:167
-#: ../../godmode/modules/manage_nc_groups.php:219
-#: ../../godmode/modules/manage_network_components.php:591
-#: ../../godmode/modules/manage_network_templates.php:200
-#: ../../godmode/modules/manage_network_templates.php:205
-#: ../../godmode/reporting/visual_console_builder.elements.php:318
-#: ../../godmode/reporting/graphs.php:176
-#: ../../godmode/reporting/reporting_builder.php:701
-#: ../../godmode/tag/tag.php:273
-msgid "Are you sure?"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:25
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:762
-#: ../../enterprise/operation/policies/networkmap.policies.php:128
-#: ../../operation/menu.php:115
-#: ../../operation/agentes/networkmap.topology.php:155
-#: ../../operation/agentes/networkmap_list.php:80
-#: ../../operation/agentes/networkmap.php:410
-#: ../../operation/agentes/networkmap.groups.php:147
-msgid "Network map"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:29
-msgid "Show a map of the monitored network"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:35
-#: ../../enterprise/extensions/vmware/vmware_view.php:1064
-#: ../../enterprise/extensions/vmware/vmware_view.php:1085
-#: ../../operation/gis_maps/render_view.php:145
-msgid "Map"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:37
-msgid "No overlap"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:40
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:582
-#: ../../enterprise/operation/services/services.list.php:168
-#: ../../enterprise/godmode/services/services.service.php:250
-#: ../../operation/agentes/networkmap.php:509
-msgid "Simple"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:43
-#: ../../include/functions_config.php:442
-#: ../../godmode/setup/setup_visuals.php:232
-msgid "Font size"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:45
-msgid "8"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:46
-msgid "9"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:47
-msgid "10"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:48
-msgid "11"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/network_map.php:49
-msgid "12"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/url.php:23
-msgid "Show the URL content"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/url.php:25
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1484
-#: ../../extensions/api_checker.php:192 ../../operation/gis_maps/ajax.php:293
-#: ../../godmode/events/event_responses.editor.php:114
-#: ../../godmode/events/event_responses.editor.php:121
-#: ../../godmode/events/event_responses.editor.php:124
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1093
-msgid "URL"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/url.php:26
-msgid "My URL"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/url.php:48
-#: ../../enterprise/dashboard/widgets/post.php:36
-#: ../../enterprise/dashboard/widgets/tactical.php:62
-#: ../../enterprise/dashboard/widgets/tactical.php:70
-msgid "Please, configure this widget before use"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/url.php:66
-msgid "Invalid URL"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/groups_status.php:24
-msgid "Groups status"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/groups_status.php:26
-msgid "General and quick group status report"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/groups_status.php:28
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35
-#: ../../enterprise/dashboard/widgets/events_list.php:57
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300
-#: ../../mobile/include/functions_web.php:26
-#: ../../mobile/operation/groups.php:64 ../../mobile/operation/home.php:48
-#: ../../extensions/files_repo/files_repo_form.php:65
-#: ../../include/ajax/networkmap.ajax.php:57
-#: ../../operation/agentes/networkmap.php:476 ../../operation/tree.php:61
-#: ../../godmode/reporting/visual_console_builder.wizard.php:217
-msgid "Groups"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/post.php:23
-msgid "Panel with a message"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/post.php:25
-#: ../../enterprise/include/functions_netflow_pdf.php:208
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:233
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1457
-#: ../../include/functions_reports.php:595
-#: ../../include/functions_reporting.php:3643 ../../godmode/setup/news.php:181
-#: ../../godmode/setup/setup_visuals.php:567
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1051
-msgid "Text"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/post.php:26
-msgid "My Post"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26
-msgid "Top N Events by agent."
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28
-msgid "Top N events by agent."
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31
-msgid "Amount to show"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33
-#: ../../enterprise/dashboard/widgets/events_list.php:38
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33
-#: ../../mobile/operation/events.php:642
-#: ../../operation/events/events_list.php:558
-#: ../../godmode/events/event_edit_filter.php:268
+#: ../../operation/events/events_list.php:578
+#: ../../mobile/operation/events.php:647
+#: ../../godmode/events/event_edit_filter.php:281
#: ../../godmode/admin_access_logs.php:67
#: ../../godmode/admin_access_logs.php:68
msgid "Max. hours old"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39
-msgid "Legend Position"
+#: ../../operation/events/events_list.php:580
+#: ../../mobile/operation/events.php:485
+#: ../../include/functions_events.php:2372
+#: ../../godmode/events/event_edit_filter.php:301
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:938
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:954
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:970
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:986
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1002
+msgid "Repeated"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42
-#: ../../godmode/setup/gis_step_2.php:244
-msgid "Bottom"
+#: ../../operation/events/events_list.php:581
+#: ../../godmode/events/event_edit_filter.php:299
+msgid "All events"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43
-msgid "No legend"
+#: ../../operation/events/events_list.php:582
+#: ../../godmode/events/event_edit_filter.php:300
+msgid "Group events"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64
-msgid "Please select one or more groups."
+#: ../../operation/events/events_list.php:583
+msgid "Group agents"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129
-msgid "There is not data to show."
+#: ../../operation/events/events_list.php:590
+#: ../../include/functions_visual_map_editor.php:483
+#: ../../godmode/massive/massive_add_action_alerts.php:181
+#: ../../godmode/massive/massive_edit_agents.php:422
+#: ../../godmode/agentes/module_manager_editor.php:515
+#: ../../godmode/agentes/agent_manager.php:428
+msgid "Advanced options"
+msgstr ""
+
+#: ../../operation/events/events_list.php:613
+msgid "Show events graph"
+msgstr ""
+
+#: ../../operation/events/events_list.php:635 ../../operation/tree.php:184
+#: ../../operation/agentes/status_monitor.php:533
+#: ../../operation/agentes/alerts_status.php:390
+#: ../../godmode/alerts/alert_templates.php:268
+#: ../../godmode/users/user_list.php:243
+#: ../../godmode/reporting/reporting_builder.list_items.php:206
+#: ../../godmode/modules/manage_network_components.php:532
+#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281
+msgid "Show Options"
+msgstr ""
+
+#: ../../operation/events/events_list.php:637
+msgid "Event control filter"
+msgstr ""
+
+#: ../../operation/events/events_list.php:641
+msgid "Error creating filter."
+msgstr ""
+
+#: ../../operation/events/events_list.php:642
+msgid "Error creating filter is duplicated."
+msgstr ""
+
+#: ../../operation/events/events_list.php:643
+msgid "Filter created."
+msgstr ""
+
+#: ../../operation/events/events_list.php:645
+msgid "Filter updated."
+msgstr ""
+
+#: ../../operation/events/events_list.php:646
+msgid "Error updating filter."
+msgstr ""
+
+#: ../../operation/events/events_list.php:1081
+msgid "Filter name cannot be left blank"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1150
+#: ../../operation/events/events_list.php:1236
+msgid "none"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1558
+msgid "Events generated -by agent-"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1577
+#: ../../operation/reporting/graph_viewer.php:267
+#: ../../operation/reporting/reporting_viewer.php:254
+#: ../../operation/reporting/reporting_viewer.php:274
+#: ../../operation/tree.php:391 ../../operation/netflow/nf_live_view.php:659
+#: ../../operation/agentes/estado_monitores.php:401
+#: ../../operation/agentes/datos_agente.php:304
+#: ../../operation/agentes/stat_win.php:506
+#: ../../extensions/insert_data.php:210
+#: ../../godmode/alerts/configure_alert_template.php:1074
+#: ../../godmode/setup/news.php:297
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2023
+#: ../../godmode/agentes/planned_downtime.editor.php:1169
+msgid "Choose time"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1578
+#: ../../operation/reporting/graph_viewer.php:268
+#: ../../operation/reporting/reporting_viewer.php:255
+#: ../../operation/reporting/reporting_viewer.php:275
+#: ../../operation/tree.php:392 ../../operation/netflow/nf_live_view.php:660
+#: ../../operation/agentes/estado_monitores.php:402
+#: ../../operation/agentes/datos_agente.php:305
+#: ../../operation/agentes/stat_win.php:507
+#: ../../extensions/insert_data.php:211
+#: ../../godmode/alerts/configure_alert_template.php:1075
+#: ../../godmode/setup/news.php:298
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2024
+#: ../../godmode/agentes/planned_downtime.editor.php:1170
+msgid "Time"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1579
+#: ../../operation/reporting/graph_viewer.php:269
+#: ../../operation/reporting/reporting_viewer.php:256
+#: ../../operation/reporting/reporting_viewer.php:276
+#: ../../operation/tree.php:393 ../../operation/netflow/nf_live_view.php:661
+#: ../../operation/agentes/estado_monitores.php:403
+#: ../../operation/agentes/datos_agente.php:306
+#: ../../operation/agentes/stat_win.php:508
+#: ../../extensions/insert_data.php:212 ../../include/functions_html.php:860
+#: ../../godmode/alerts/configure_alert_template.php:1076
+#: ../../godmode/setup/news.php:299
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2025
+#: ../../godmode/agentes/planned_downtime.editor.php:1171
+msgid "Hour"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1580
+#: ../../operation/reporting/graph_viewer.php:270
+#: ../../operation/reporting/reporting_viewer.php:257
+#: ../../operation/reporting/reporting_viewer.php:277
+#: ../../operation/tree.php:394 ../../operation/netflow/nf_live_view.php:662
+#: ../../operation/agentes/estado_monitores.php:404
+#: ../../operation/agentes/datos_agente.php:307
+#: ../../operation/agentes/stat_win.php:509
+#: ../../extensions/insert_data.php:213 ../../include/functions_html.php:861
+#: ../../godmode/alerts/configure_alert_template.php:1077
+#: ../../godmode/setup/news.php:300
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2026
+#: ../../godmode/agentes/planned_downtime.editor.php:1172
+msgid "Minute"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1581
+#: ../../operation/reporting/graph_viewer.php:271
+#: ../../operation/reporting/reporting_viewer.php:258
+#: ../../operation/reporting/reporting_viewer.php:278
+#: ../../operation/tree.php:395 ../../operation/netflow/nf_live_view.php:663
+#: ../../operation/agentes/estado_monitores.php:405
+#: ../../operation/agentes/datos_agente.php:308
+#: ../../operation/agentes/stat_win.php:510
+#: ../../extensions/insert_data.php:214
+#: ../../godmode/alerts/configure_alert_template.php:1078
+#: ../../godmode/setup/news.php:301
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2027
+#: ../../godmode/agentes/planned_downtime.editor.php:1173
+msgid "Second"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1582
+#: ../../operation/reporting/graph_viewer.php:272
+#: ../../operation/reporting/reporting_viewer.php:259
+#: ../../operation/reporting/reporting_viewer.php:279
+#: ../../operation/tree.php:396 ../../operation/netflow/nf_live_view.php:664
+#: ../../operation/agentes/estado_monitores.php:406
+#: ../../operation/agentes/datos_agente.php:309
+#: ../../operation/agentes/stat_win.php:511
+#: ../../extensions/insert_data.php:215 ../../include/functions.php:436
+#: ../../include/functions.php:570
+#: ../../godmode/alerts/configure_alert_template.php:1079
+#: ../../godmode/setup/news.php:302
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2028
+#: ../../godmode/agentes/planned_downtime.editor.php:1174
+msgid "Now"
+msgstr ""
+
+#: ../../operation/events/events_list.php:1583
+#: ../../operation/reporting/graph_viewer.php:273
+#: ../../operation/reporting/reporting_viewer.php:260
+#: ../../operation/reporting/reporting_viewer.php:280
+#: ../../operation/tree.php:397 ../../operation/netflow/nf_live_view.php:665
+#: ../../operation/agentes/estado_monitores.php:407
+#: ../../operation/agentes/datos_agente.php:310
+#: ../../operation/agentes/stat_win.php:512
+#: ../../extensions/insert_data.php:216 ../../mobile/include/ui.class.php:571
+#: ../../mobile/include/ui.class.php:610
+#: ../../include/functions_snmp_browser.php:441
+#: ../../include/functions_filemanager.php:619
+#: ../../include/functions_filemanager.php:640
+#: ../../include/functions_filemanager.php:656
+#: ../../godmode/alerts/configure_alert_template.php:1080
+#: ../../godmode/setup/news.php:303
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2029
+#: ../../godmode/agentes/planned_downtime.editor.php:1175
+msgid "Close"
+msgstr ""
+
+#: ../../operation/events/events_rss.php:32
+msgid "Your IP is not into the IP list with API access."
+msgstr ""
+
+#: ../../operation/events/events_rss.php:46
+msgid "The URL of your feed has bad hash."
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135
-#: ../../enterprise/meta/advanced/metasetup.setup.php:102
-#: ../../enterprise/include/functions_reporting_pdf.php:1382
-#: ../../enterprise/include/functions_reporting_pdf.php:1520
-#: ../../mobile/operation/events.php:110
-#: ../../include/functions_graph.php:1886
-#: ../../include/functions_graph.php:2530
-#: ../../include/functions_graph.php:2942
-#: ../../include/functions_graph.php:2945
-#: ../../include/functions_reporting.php:4795
-#: ../../include/functions_reporting.php:5034 ../../include/functions.php:1014
-#: ../../include/functions_reporting_html.php:532
-#: ../../include/functions_reporting_html.php:1140
-#: ../../include/functions_events.php:973
-#: ../../include/functions_events.php:1425
#: ../../operation/events/events_rss.php:178
-#: ../../operation/events/events.php:79
-#: ../../godmode/setup/setup_general.php:65
+#: ../../operation/events/events.php:77 ../../mobile/operation/events.php:111
+#: ../../include/functions_graph.php:2256
+#: ../../include/functions_graph.php:2922
+#: ../../include/functions_graph.php:3350
+#: ../../include/functions_graph.php:3353
+#: ../../include/functions_reporting_html.php:878
+#: ../../include/functions_reporting_html.php:1695
+#: ../../include/functions_events.php:988
+#: ../../include/functions_events.php:1419
+#: ../../include/functions_reporting.php:6365 ../../include/functions.php:1042
+#: ../../godmode/setup/setup_general.php:66
msgid "System"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:187
-#: ../../include/functions_graph.php:1751
-#: ../../include/functions_graph.php:1828
-#: ../../include/functions_graph.php:1899
-#: ../../include/functions_graph.php:2619
-#: ../../include/functions_graph.php:3062
-#: ../../include/functions_reporting.php:1077
-#: ../../include/functions_reporting.php:1233
-#: ../../include/functions_reporting.php:1257
-#: ../../include/functions_reporting.php:1282
-#: ../../include/functions_reporting.php:1308
-#: ../../include/functions_reporting.php:1961
-#: ../../include/functions_reporting.php:2140
-#: ../../include/functions_reporting.php:2164
-#: ../../include/functions_reporting.php:2188
-#: ../../include/functions_reporting_html.php:2094
-#: ../../include/functions_reporting_html.php:2172
-msgid "other"
+#: ../../operation/events/event_statistics.php:37
+#: ../../operation/agentes/tactical.php:203
+#: ../../include/functions_events.php:1025
+msgid "Event graph"
msgstr ""
-#: ../../enterprise/dashboard/widgets/tree_view.php:22
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416
-msgid "Tree View"
+#: ../../operation/events/event_statistics.php:41
+msgid "Event graph by user"
msgstr ""
-#: ../../enterprise/dashboard/widgets/tree_view.php:24
-msgid "Show the tree view"
+#: ../../operation/events/event_statistics.php:57
+#: ../../operation/agentes/tactical.php:209
+#: ../../include/functions_events.php:1030
+msgid "Event graph by agent"
msgstr ""
-#: ../../enterprise/dashboard/widgets/tree_view.php:38
+#: ../../operation/events/event_statistics.php:61
+#: ../../include/functions_reporting_html.php:1769
+msgid "Amount events validated"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:37
+msgid "More detail"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:85
+#: ../../operation/events/events.build_table.php:89
+msgid "The Agent: "
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:86
+#: ../../operation/events/events.build_table.php:90
+msgid " has "
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:87
+#: ../../operation/events/events.build_table.php:91
+msgid " events."
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:118
+#: ../../operation/events/events.build_table.php:787
+#: ../../mobile/operation/events.php:790
+#: ../../include/functions_reporting_html.php:3769
+#: ../../include/functions_events.php:865
+#: ../../include/functions_events.php:869
+#: ../../include/functions_reporting.php:1327
+#: ../../include/functions_reporting.php:1495
+msgid "No events"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:133
+#: ../../operation/incidents/incident.php:335
+#: ../../extensions/api_checker.php:137
+#: ../../include/functions_events.php:3511
+#: ../../godmode/alerts/alert_commands.php:331
+#: ../../godmode/setup/os.list.php:33 ../../godmode/groups/group_list.php:337
+#: ../../godmode/groups/modu_group_list.php:182
+#: ../../godmode/modules/module_list.php:58
+#: ../../godmode/agentes/module_manager_editor_common.php:156
+#: ../../godmode/agentes/agent_manager.php:163
+#: ../../godmode/agentes/fields_manager.php:94
+#: ../../godmode/agentes/agent_incidents.php:85
+msgid "ID"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:149
+#: ../../mobile/operation/events.php:469
+#: ../../include/functions_events.php:2333
+#: ../../include/functions_events.php:3525
+msgid "Event ID"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:155
+#: ../../mobile/operation/events.php:108
+#: ../../include/functions_events.php:3530
+msgid "Event Name"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:161
+#: ../../mobile/operation/modules.php:495
+#: ../../mobile/operation/modules.php:753
+#: ../../include/functions_treeview.php:555
+#: ../../include/functions_reporting_html.php:2072
+#: ../../include/functions_events.php:36
+#: ../../include/functions_events.php:908
+#: ../../include/functions_events.php:3536
+#: ../../godmode/events/custom_events.php:74
+#: ../../godmode/events/custom_events.php:154
+#: ../../godmode/agentes/agent_manager.php:155
+#: ../../godmode/agentes/modificar_agente.php:477
+msgid "Agent name"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:173
+#: ../../operation/events/events.build_table.php:582
+#: ../../operation/search_users.php:68
+#: ../../extensions/disabled/ssh_gateway.php:59
+#: ../../extensions/api_checker.php:114
+#: ../../extensions/users_connected.php:77
+#: ../../mobile/operation/tactical.php:309
+#: ../../mobile/include/user.class.php:245 ../../general/logon_ok.php:224
+#: ../../general/logon_ok.php:420 ../../general/login_page.php:135
+#: ../../general/login_page.php:160
+#: ../../include/functions_reporting_html.php:3585
+#: ../../include/functions_events.php:37
+#: ../../include/functions_events.php:3547
+#: ../../include/functions_events.php:3928
+#: ../../include/functions_config.php:332
+#: ../../include/functions_config.php:343
+#: ../../include/functions_config.php:353 ../../include/functions.php:2312
+#: ../../godmode/setup/setup_ehorus.php:73
+#: ../../godmode/events/custom_events.php:77
+#: ../../godmode/events/custom_events.php:155
+#: ../../godmode/admin_access_logs.php:63
+#: ../../godmode/admin_access_logs.php:188
+msgid "User"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:179
+#: ../../operation/incidents/incident_detail.php:266
+#: ../../operation/incidents/incident.php:342
+#: ../../mobile/operation/events.php:477 ../../include/functions_events.php:49
+#: ../../include/functions_events.php:2353
+#: ../../include/functions_events.php:3552
+#: ../../godmode/events/custom_events.php:113
+#: ../../godmode/events/custom_events.php:167
+#: ../../godmode/agentes/agent_incidents.php:92
+msgid "Owner"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:198
+#: ../../include/functions_events.php:3568
+msgid "Agent Module"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:217
+#: ../../operation/events/events.build_table.php:583
+#: ../../include/functions_events.php:45
+#: ../../include/functions_events.php:1751
+#: ../../include/functions_events.php:3584
+#: ../../include/functions_events.php:3929
+#: ../../godmode/events/custom_events.php:101
+#: ../../godmode/events/custom_events.php:163
+msgid "Comment"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:223
+#: ../../operation/users/user_edit.php:506 ../../operation/tree.php:49
+#: ../../operation/agentes/status_monitor.php:340
+#: ../../operation/agentes/status_monitor.php:343
+#: ../../operation/agentes/alerts_status.functions.php:86
+#: ../../operation/agentes/group_view.php:164
+#: ../../mobile/operation/events.php:514 ../../general/firts_task/tags.php:25
+#: ../../include/functions_treeview.php:165
+#: ../../include/functions_reporting_html.php:2113
+#: ../../include/functions_events.php:46
+#: ../../include/functions_events.php:2446
+#: ../../include/functions_events.php:3589
+#: ../../godmode/events/custom_events.php:104
+#: ../../godmode/events/custom_events.php:164
+#: ../../godmode/massive/massive_edit_modules.php:562
+#: ../../godmode/massive/massive_delete_tags.php:187
+#: ../../godmode/massive/massive_add_tags.php:147
+#: ../../godmode/users/configure_user.php:625
+#: ../../godmode/modules/manage_network_components_form_common.php:200
+#: ../../godmode/tag/edit_tag.php:57
+msgid "Tags"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:229
+#: ../../operation/agentes/pandora_networkmap.editor.php:194
+#: ../../operation/incidents/incident_detail.php:289
+#: ../../operation/incidents/incident.php:341
+#: ../../include/functions_events.php:47
+#: ../../include/functions_events.php:2146
+#: ../../include/functions_events.php:2261
+#: ../../include/functions_events.php:3594
+#: ../../godmode/events/custom_events.php:107
+#: ../../godmode/events/custom_events.php:165
+#: ../../godmode/massive/massive_copy_modules.php:108
+#: ../../godmode/reporting/reporting_builder.item_editor.php:881
+#: ../../godmode/agentes/agent_incidents.php:91
+msgid "Source"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:235
+#: ../../include/functions_events.php:3599
+msgid "Extra ID"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:241
+#: ../../include/functions_events.php:50
+#: ../../include/functions_events.php:3604
+#: ../../godmode/events/custom_events.php:116
+#: ../../godmode/events/custom_events.php:168
+msgid "ACK Timestamp"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:247
+#: ../../include/functions_events.php:51
+#: ../../include/functions_events.php:2190
+#: ../../include/functions_events.php:2202
+#: ../../include/functions_events.php:2214
+#: ../../include/functions_events.php:2226
+#: ../../include/functions_events.php:2231
+#: ../../include/functions_events.php:2236
+#: ../../include/functions_events.php:2240
+#: ../../include/functions_events.php:3609
+#: ../../godmode/events/custom_events.php:119
+#: ../../godmode/events/custom_events.php:169
+msgid "Instructions"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:304
+#: ../../mobile/operation/events.php:247 ../../include/ajax/events.php:447
+#: ../../include/functions_reporting_html.php:845
+#: ../../include/functions_reporting_html.php:1061
+#: ../../include/functions_reporting_html.php:1667
+#: ../../include/functions_events.php:928
+#: ../../include/functions_events.php:2402
+#: ../../include/functions_events.php:3657
+#: ../../include/functions_reporting.php:6339
+msgid "New event"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:308
+#: ../../operation/events/events.php:614 ../../operation/events/events.php:643
+#: ../../operation/events/events.php:644 ../../operation/events/events.php:864
+#: ../../operation/events/events.php:869 ../../operation/events/events.php:870
+#: ../../mobile/operation/events.php:251 ../../include/ajax/events.php:451
+#: ../../include/functions_reporting_html.php:849
+#: ../../include/functions_reporting_html.php:1065
+#: ../../include/functions_reporting_html.php:1671
+#: ../../include/functions_events.php:932
+#: ../../include/functions_events.php:2406
+#: ../../include/functions_events.php:3661
+#: ../../include/functions_reporting.php:6343
+msgid "Event validated"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:312
+#: ../../operation/events/events.php:676 ../../operation/events/events.php:714
+#: ../../operation/events/events.php:715 ../../operation/events/events.php:874
+#: ../../operation/events/events.php:888 ../../operation/events/events.php:889
+#: ../../mobile/operation/events.php:255 ../../include/ajax/events.php:455
+#: ../../include/functions_reporting_html.php:853
+#: ../../include/functions_reporting_html.php:1069
+#: ../../include/functions_reporting_html.php:1675
+#: ../../include/functions_events.php:936
+#: ../../include/functions_events.php:2410
+#: ../../include/functions_events.php:3665
+#: ../../include/functions_reporting.php:6347
+msgid "Event in process"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:581
+#: ../../operation/reporting/graph_viewer.php:195
+#: ../../operation/netflow/nf_live_view.php:234
+#: ../../extensions/insert_data.php:182
+#: ../../extensions/users_connected.php:79
+#: ../../mobile/operation/tactical.php:310 ../../general/logon_ok.php:226
+#: ../../general/logon_ok.php:423
+#: ../../include/functions_reporting_html.php:1806
+#: ../../include/functions_reporting_html.php:1810
+#: ../../include/functions_reporting_html.php:1813
+#: ../../include/functions_reporting_html.php:1828
+#: ../../include/functions_reporting_html.php:3588
+#: ../../include/functions_events.php:3927
+#: ../../include/functions_reporting.php:2349
+#: ../../include/functions_reporting.php:2382 ../../include/functions.php:2314
+#: ../../godmode/alerts/configure_alert_special_days.php:66
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1116
+#: ../../godmode/admin_access_logs.php:190
+msgid "Date"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:677
+#: ../../include/functions_events.php:4023
+msgid "Validate event"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:687
+#: ../../include/functions_events.php:1759
+#: ../../include/functions_events.php:1761
+#: ../../include/functions_events.php:4033
+msgid "Delete event"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:692
+#: ../../operation/events/events.php:705 ../../operation/events/events.php:709
+#: ../../operation/events/events.php:879 ../../operation/events/events.php:883
+#: ../../include/functions_events.php:4038
+msgid "Is not allowed delete events in process"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:754
+msgid "Validate selected"
+msgstr ""
+
+#: ../../operation/events/events.build_table.php:770
+#: ../../godmode/snmpconsole/snmp_alert.php:1331
+#: ../../godmode/agentes/agent_manager.php:220
+msgid "Delete selected"
+msgstr ""
+
+#: ../../operation/events/sound_events.php:68
+msgid "Sound console"
+msgstr ""
+
+#: ../../operation/events/sound_events.php:82
+#: ../../operation/events/events.php:72
+#: ../../operation/netflow/nf_live_view.php:254
+#: ../../operation/search_modules.php:49
+#: ../../operation/agentes/ver_agente.php:806
+#: ../../mobile/operation/networkmaps.php:77
+#: ../../mobile/operation/networkmaps.php:78
+#: ../../mobile/operation/networkmaps.php:140
+#: ../../mobile/operation/networkmaps.php:141
+#: ../../mobile/operation/networkmaps.php:196
+#: ../../mobile/operation/visualmaps.php:61
+#: ../../mobile/operation/visualmaps.php:62
+#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353
+#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622
+#: ../../mobile/operation/events.php:623
+#: ../../include/functions_snmp_browser.php:410
+#: ../../include/ajax/module.php:738
+#: ../../include/functions_visual_map_editor.php:400
+#: ../../include/functions_visual_map_editor.php:419
+#: ../../include/functions_reporting_html.php:809
+#: ../../include/functions_reporting_html.php:818
+#: ../../include/functions_reporting_html.php:1023
+#: ../../include/functions_reporting_html.php:1033
+#: ../../include/functions_reporting_html.php:1641
+#: ../../include/functions_reporting_html.php:2105
+#: ../../include/functions_reporting_html.php:3095
+#: ../../include/functions_events.php:901
+#: ../../include/functions_events.php:2367
+#: ../../godmode/alerts/alert_templates.php:38
+#: ../../godmode/alerts/alert_templates.php:253
+#: ../../godmode/alerts/alert_templates.php:301
+#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171
+#: ../../godmode/events/event_responses.editor.php:115
+#: ../../godmode/reporting/visual_console_builder.wizard.php:111
+#: ../../godmode/reporting/visual_console_builder.wizard.php:216
+#: ../../godmode/reporting/reporting_builder.item_editor.php:620
+#: ../../godmode/reporting/reporting_builder.list_items.php:166
+#: ../../godmode/reporting/reporting_builder.list_items.php:193
+#: ../../godmode/reporting/reporting_builder.list_items.php:286
+#: ../../godmode/servers/servers.build_table.php:66
+#: ../../godmode/servers/plugin.php:736
+#: ../../godmode/modules/manage_network_components.php:566
+#: ../../godmode/modules/manage_network_templates_form.php:197
+#: ../../godmode/modules/manage_network_components_form_common.php:69
+#: ../../godmode/agentes/module_manager_editor_common.php:186
+#: ../../godmode/agentes/planned_downtime.editor.php:485
+#: ../../godmode/agentes/module_manager.php:131
+#: ../../godmode/agentes/module_manager.php:557
+#: ../../godmode/agentes/planned_downtime.list.php:394
+#: ../../godmode/agentes/agent_template.php:229
+msgid "Type"
+msgstr ""
+
+#: ../../operation/events/sound_events.php:84
+#: ../../include/functions_reporting.php:7125
+msgid "Monitor critical"
+msgstr ""
+
+#: ../../operation/events/sound_events.php:85
+#: ../../include/functions_reporting.php:7140
+msgid "Monitor unknown"
+msgstr ""
+
+#: ../../operation/events/sound_events.php:86
+#: ../../include/functions_reporting.php:7129
+msgid "Monitor warning"
+msgstr ""
+
+#: ../../operation/events/events.php:71
+msgid "Event"
+msgstr ""
+
+#: ../../operation/events/events.php:195
msgid ""
-"The user doesn't have permission to read agents. Please contact with your "
-"pandora administrator."
+"Event viewer is disabled due event replication. For more information, please "
+"contact with the administrator"
msgstr ""
-#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25
-msgid "Map made by user"
+#: ../../operation/events/events.php:334
+#: ../../operation/users/user_edit.php:278 ../../godmode/events/events.php:37
+msgid "Event list"
msgstr ""
-#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27
-msgid "Show a map made by user"
+#: ../../operation/events/events.php:339
+msgid "History event list"
msgstr ""
-#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:560
-#: ../../operation/agentes/networkmap.php:467
-msgid "Layout"
+#: ../../operation/events/events.php:344
+msgid "RSS Events"
msgstr ""
-#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63
-#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149
-#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152
-#: ../../mobile/operation/agent.php:241
-#: ../../mobile/operation/module_graph.php:469
-#: ../../mobile/operation/modules.php:596
-#: ../../mobile/operation/tactical.php:168
-#: ../../mobile/operation/visualmap.php:118
-#: ../../mobile/operation/events.php:787 ../../mobile/operation/agents.php:344
-#: ../../godmode/reporting/visual_console_builder.wizard.php:334
-msgid "Loading..."
+#: ../../operation/events/events.php:349
+msgid "Marquee display"
msgstr ""
-#: ../../enterprise/dashboard/widgets/single_graph.php:29
-msgid "Single graph"
+#: ../../operation/events/events.php:354
+msgid "Export to CSV file"
msgstr ""
-#: ../../enterprise/dashboard/widgets/single_graph.php:31
-msgid "Show a graph of an agent module"
+#: ../../operation/events/events.php:358 ../../operation/events/events.php:397
+msgid "Sound events"
msgstr ""
-#: ../../enterprise/dashboard/widgets/single_graph.php:46
-#: ../../enterprise/dashboard/widgets/top_n.php:129
-#: ../../enterprise/meta/agentsearch.php:92
-#: ../../enterprise/meta/include/functions_wizard_meta.php:3237
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593
-#: ../../enterprise/extensions/ipam/ipam_network.php:537
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:172
-#: ../../enterprise/include/functions_alert_event.php:923
-#: ../../enterprise/include/functions_inventory.php:233
-#: ../../enterprise/include/functions_inventory.php:505
-#: ../../enterprise/include/functions_inventory.php:561
-#: ../../enterprise/include/functions_reporting.php:1203
-#: ../../enterprise/include/functions_reporting.php:2237
-#: ../../enterprise/include/functions_reporting_csv.php:166
-#: ../../enterprise/include/functions_reporting_csv.php:184
-#: ../../enterprise/include/functions_reporting_csv.php:233
-#: ../../enterprise/include/functions_reporting_csv.php:255
-#: ../../enterprise/include/functions_reporting_csv.php:312
-#: ../../enterprise/include/functions_reporting_csv.php:338
-#: ../../enterprise/include/functions_reporting_csv.php:361
-#: ../../enterprise/include/functions_reporting_csv.php:384
-#: ../../enterprise/include/functions_reporting_csv.php:407
-#: ../../enterprise/include/functions_reporting_csv.php:458
-#: ../../enterprise/include/functions_reporting_csv.php:481
-#: ../../enterprise/include/functions_reporting_csv.php:504
-#: ../../enterprise/include/functions_reporting_csv.php:527
-#: ../../enterprise/include/functions_reporting_csv.php:550
-#: ../../enterprise/include/functions_reporting_csv.php:572
-#: ../../enterprise/include/functions_reporting_csv.php:595
-#: ../../enterprise/include/functions_services.php:1442
-#: ../../enterprise/include/functions_reporting_pdf.php:743
-#: ../../enterprise/include/functions_reporting_pdf.php:801
-#: ../../enterprise/include/functions_reporting_pdf.php:829
-#: ../../enterprise/include/functions_reporting_pdf.php:895
-#: ../../enterprise/include/functions_reporting_pdf.php:1077
-#: ../../enterprise/include/functions_reporting_pdf.php:1323
-#: ../../enterprise/include/functions_reporting_pdf.php:1597
-#: ../../enterprise/include/functions_reporting_pdf.php:1746
-#: ../../enterprise/include/functions_reporting_pdf.php:1880
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1648
-#: ../../enterprise/include/functions_log.php:318
-#: ../../enterprise/operation/log/log_viewer.php:188
-#: ../../enterprise/operation/inventory/inventory.php:204
-#: ../../enterprise/godmode/services/services.elements.php:317
-#: ../../enterprise/godmode/services/services.elements.php:326
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1828
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1978
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1985
-#: ../../enterprise/godmode/policies/policy_linking.php:120
-#: ../../mobile/operation/modules.php:427 ../../mobile/operation/home.php:86
-#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/events.php:505
-#: ../../mobile/operation/agents.php:69 ../../mobile/operation/agents.php:273
-#: ../../extensions/module_groups.php:41
-#: ../../extensions/agents_alerts.php:343 ../../extensions/insert_data.php:147
-#: ../../include/functions_graph.php:4862
-#: ../../include/functions_reporting.php:4733
-#: ../../include/functions_visual_map_editor.php:257
-#: ../../include/functions_reporting_html.php:320
-#: ../../include/functions_reporting_html.php:405
-#: ../../include/functions_reporting_html.php:484
-#: ../../include/functions_reporting_html.php:936
-#: ../../include/functions_reporting_html.php:1318
-#: ../../include/functions_reporting_html.php:1649
-#: ../../include/functions_reporting_html.php:1759
-#: ../../include/functions_reporting_html.php:1797
-#: ../../include/functions_reporting_html.php:2040
-#: ../../include/functions_reporting_html.php:2194
-#: ../../include/functions_reporting_html.php:2405
-#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44
-#: ../../operation/search_agents.php:50 ../../operation/gis_maps/ajax.php:216
-#: ../../operation/gis_maps/ajax.php:247
-#: ../../operation/agentes/exportdata.php:96
-#: ../../operation/agentes/estado_monitores.php:95
-#: ../../operation/agentes/ver_agente.php:670
-#: ../../operation/agentes/exportdata.excel.php:76
-#: ../../operation/agentes/estado_agente.php:446
-#: ../../operation/agentes/exportdata.csv.php:77
-#: ../../operation/agentes/alerts_status.php:419
-#: ../../operation/agentes/alerts_status.php:492
-#: ../../operation/agentes/status_monitor.php:918
-#: ../../operation/incidents/incident_detail.php:349
-#: ../../operation/search_alerts.php:39
-#: ../../godmode/gis_maps/configure_gis_map.php:410
-#: ../../godmode/alerts/alert_list.list.php:372
-#: ../../godmode/alerts/alert_list.list.php:568
-#: ../../godmode/alerts/alert_view.php:66
-#: ../../godmode/alerts/alert_list.builder.php:59
-#: ../../godmode/agentes/module_manager_editor_common.php:607
-#: ../../godmode/agentes/module_manager_editor_common.php:635
-#: ../../godmode/agentes/module_manager_editor_prediction.php:115
-#: ../../godmode/agentes/planned_downtime.list.php:169
-#: ../../godmode/servers/plugin.php:66
-#: ../../godmode/massive/massive_standby_alerts.php:154
-#: ../../godmode/massive/massive_standby_alerts.php:171
-#: ../../godmode/massive/massive_copy_modules.php:86
-#: ../../godmode/massive/massive_copy_modules.php:200
-#: ../../godmode/massive/massive_enable_disable_alerts.php:154
-#: ../../godmode/massive/massive_enable_disable_alerts.php:171
-#: ../../godmode/reporting/reporting_builder.list_items.php:290
-#: ../../godmode/reporting/graph_builder.graph_editor.php:81
-#: ../../godmode/reporting/visual_console_builder.elements.php:77
-#: ../../godmode/reporting/visual_console_builder.wizard.php:260
-#: ../../godmode/reporting/visual_console_builder.wizard.php:534
-#: ../../godmode/reporting/visual_console_builder.wizard.php:557
-#: ../../godmode/reporting/reporting_builder.item_editor.php:836
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1353
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1551
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1558
-msgid "Agent"
+#: ../../operation/events/events.php:365 ../../godmode/events/events.php:85
+#: ../../godmode/events/events.php:88
+#: ../../godmode/users/configure_profile.php:283
+msgid "Manage events"
msgstr ""
-#: ../../enterprise/dashboard/widgets/single_graph.php:57
-#: ../../enterprise/dashboard/widgets/single_graph.php:63
-#: ../../enterprise/dashboard/widgets/top_n.php:130
-#: ../../enterprise/dashboard/widgets/top_n.php:313
-#: ../../enterprise/meta/include/functions_wizard_meta.php:3244
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222
-#: ../../enterprise/extensions/check_acls.php:121
-#: ../../enterprise/include/functions_alert_event.php:924
-#: ../../enterprise/include/functions_inventory.php:506
-#: ../../enterprise/include/functions_inventory.php:562
-#: ../../enterprise/include/functions_reporting.php:1203
-#: ../../enterprise/include/functions_reporting.php:2238
-#: ../../enterprise/include/functions_reporting_csv.php:166
-#: ../../enterprise/include/functions_reporting_csv.php:185
-#: ../../enterprise/include/functions_reporting_csv.php:233
-#: ../../enterprise/include/functions_reporting_csv.php:255
-#: ../../enterprise/include/functions_reporting_csv.php:312
-#: ../../enterprise/include/functions_reporting_csv.php:338
-#: ../../enterprise/include/functions_reporting_csv.php:361
-#: ../../enterprise/include/functions_reporting_csv.php:384
-#: ../../enterprise/include/functions_reporting_csv.php:407
-#: ../../enterprise/include/functions_reporting_csv.php:458
-#: ../../enterprise/include/functions_reporting_csv.php:481
-#: ../../enterprise/include/functions_reporting_csv.php:504
-#: ../../enterprise/include/functions_reporting_csv.php:527
-#: ../../enterprise/include/functions_reporting_csv.php:550
-#: ../../enterprise/include/functions_reporting_csv.php:572
-#: ../../enterprise/include/functions_reporting_csv.php:595
-#: ../../enterprise/include/functions_services.php:1492
-#: ../../enterprise/include/functions_reporting_pdf.php:744
-#: ../../enterprise/include/functions_reporting_pdf.php:802
-#: ../../enterprise/include/functions_reporting_pdf.php:896
-#: ../../enterprise/include/functions_reporting_pdf.php:1034
-#: ../../enterprise/include/functions_reporting_pdf.php:1078
-#: ../../enterprise/include/functions_reporting_pdf.php:1598
-#: ../../enterprise/include/functions_reporting_pdf.php:1746
-#: ../../enterprise/include/functions_reporting_pdf.php:1885
-#: ../../enterprise/operation/agentes/agent_inventory.php:64
-#: ../../enterprise/operation/agentes/policy_view.php:194
-#: ../../enterprise/operation/inventory/inventory.php:167
-#: ../../enterprise/godmode/services/services.elements.php:316
-#: ../../enterprise/godmode/services/services.elements.php:342
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:408
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20
-#: ../../enterprise/godmode/agentes/inventory_manager.php:149
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1979
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986
-#: ../../enterprise/godmode/policies/policy_linking.php:121
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153
-#: ../../enterprise/godmode/policies/policy_alerts.php:240
-#: ../../enterprise/godmode/policies/policy_alerts.php:447
-#: ../../mobile/operation/alerts.php:268 ../../extensions/module_groups.php:43
-#: ../../extensions/agents_alerts.php:278 ../../extensions/insert_data.php:158
-#: ../../include/functions_graph.php:4978
-#: ../../include/functions_treeview.php:66
-#: ../../include/functions_visual_map_editor.php:290
-#: ../../include/functions_reporting_html.php:321
-#: ../../include/functions_reporting_html.php:406
-#: ../../include/functions_reporting_html.php:937
-#: ../../include/functions_reporting_html.php:1319
-#: ../../include/functions_reporting_html.php:1357
-#: ../../include/functions_reporting_html.php:1656
-#: ../../include/functions_reporting_html.php:1760
-#: ../../operation/search_modules.php:35
-#: ../../operation/agentes/exportdata.php:97
-#: ../../operation/agentes/estado_monitores.php:97
-#: ../../operation/agentes/exportdata.excel.php:76
-#: ../../operation/agentes/exportdata.csv.php:77
-#: ../../operation/agentes/alerts_status.php:420
-#: ../../operation/agentes/alerts_status.php:460
-#: ../../operation/agentes/alerts_status.php:493
-#: ../../operation/agentes/alerts_status.php:526
-#: ../../operation/search_alerts.php:42
-#: ../../godmode/alerts/alert_list.list.php:397
-#: ../../godmode/alerts/alert_list.list.php:577
-#: ../../godmode/alerts/alert_view.php:71
-#: ../../godmode/alerts/alert_list.builder.php:71
-#: ../../godmode/agentes/module_manager_editor_common.php:617
-#: ../../godmode/agentes/module_manager_editor_common.php:636
-#: ../../godmode/agentes/module_manager_editor_prediction.php:140
-#: ../../godmode/agentes/planned_downtime.editor.php:807
-#: ../../godmode/agentes/planned_downtime.list.php:173
-#: ../../godmode/servers/plugin.php:67
-#: ../../godmode/massive/massive_standby_alerts.php:154
-#: ../../godmode/massive/massive_standby_alerts.php:171
-#: ../../godmode/massive/massive_enable_disable_alerts.php:154
-#: ../../godmode/massive/massive_enable_disable_alerts.php:171
-#: ../../godmode/reporting/reporting_builder.list_items.php:295
-#: ../../godmode/reporting/graph_builder.graph_editor.php:82
-#: ../../godmode/reporting/visual_console_builder.elements.php:78
-#: ../../godmode/reporting/visual_console_builder.wizard.php:259
-#: ../../godmode/reporting/visual_console_builder.wizard.php:566
-#: ../../godmode/reporting/reporting_builder.item_editor.php:890
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1354
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1552
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1559
-msgid "Module"
+#: ../../operation/events/events.php:401
+msgid "History"
msgstr ""
-#: ../../enterprise/dashboard/widgets/single_graph.php:80
-#: ../../enterprise/dashboard/widgets/custom_graph.php:33
-#: ../../enterprise/dashboard/widgets/top_n.php:62
-#: ../../enterprise/include/functions_reporting_csv.php:120
-#: ../../enterprise/include/functions_reporting_csv.php:209
-#: ../../enterprise/include/functions_reporting_csv.php:232
-#: ../../enterprise/include/functions_reporting_csv.php:254
-#: ../../enterprise/include/functions_reporting_csv.php:311
-#: ../../enterprise/include/functions_reporting_csv.php:338
-#: ../../enterprise/include/functions_reporting_csv.php:361
-#: ../../enterprise/include/functions_reporting_csv.php:384
-#: ../../enterprise/include/functions_reporting_csv.php:407
-#: ../../enterprise/include/functions_reporting_csv.php:458
-#: ../../enterprise/include/functions_reporting_csv.php:481
-#: ../../enterprise/include/functions_reporting_csv.php:504
-#: ../../enterprise/include/functions_reporting_csv.php:527
-#: ../../enterprise/include/functions_reporting_csv.php:550
-#: ../../enterprise/include/functions_reporting_csv.php:594
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:80
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1174
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1204
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:105
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:198
-#: ../../include/functions_visual_map_editor.php:405
-#: ../../godmode/agentes/module_manager_editor_prediction.php:155
-#: ../../godmode/reporting/reporting_builder.list_items.php:301
-#: ../../godmode/reporting/visual_console_builder.elements.php:80
-#: ../../godmode/reporting/graph_builder.main.php:135
-#: ../../godmode/reporting/visual_console_builder.wizard.php:142
-#: ../../godmode/reporting/reporting_builder.item_editor.php:654
-#: ../../godmode/reporting/reporting_builder.item_editor.php:696
-msgid "Period"
+#: ../../operation/events/events.php:446
+msgid "Main event view"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:23
-msgid "Welcome message to Pandora FMS"
+#: ../../operation/events/events.php:452
+#: ../../operation/reporting/graph_viewer.php:159
+#: ../../operation/reporting/reporting_viewer.php:108
+#: ../../operation/visual_console/render_view.php:167
+#: ../../operation/gis_maps/render_view.php:115
+#: ../../extensions/agents_modules.php:120
+#: ../../extensions/agents_alerts.php:96
+msgid "Back to normal mode"
+msgstr ""
+
+#: ../../operation/events/events.php:464
+msgid "No events selected"
+msgstr ""
+
+#: ../../operation/events/events.php:490
+msgid "Successfully validated"
+msgstr ""
+
+#: ../../operation/events/events.php:491 ../../operation/events/events.php:768
+#: ../../operation/events/events.php:920
+msgid "Could not be validated"
+msgstr ""
+
+#: ../../operation/events/events.php:495
+msgid "Successfully set in process"
+msgstr ""
+
+#: ../../operation/events/events.php:496
+msgid "Could not be set in process"
+msgstr ""
+
+#: ../../operation/events/events.php:800
+msgid "Successfully delete"
+msgstr ""
+
+#: ../../operation/events/events.php:803
+msgid "Error deleting event"
+msgstr ""
+
+#: ../../operation/users/webchat.php:71
+msgid "Webchat"
+msgstr ""
+
+#: ../../operation/users/webchat.php:82
+msgid "Users Online"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:25
#: ../../operation/users/webchat.php:86
#: ../../operation/messages/message_edit.php:92
#: ../../operation/messages/message_edit.php:210
msgid "Message"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:26
-msgid "Welcome"
+#: ../../operation/users/webchat.php:90
+#: ../../operation/messages/message_edit.php:217
+msgid "Send message"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:37
-#: ../../general/login_help_dialog.php:39
-msgid "Welcome to Pandora FMS"
+#: ../../operation/users/webchat.php:157
+msgid "Connection established...get last 24h messages..."
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:40
+#: ../../operation/users/webchat.php:168
+msgid "Error in connection."
+msgstr ""
+
+#: ../../operation/users/webchat.php:249
+msgid "Error sendding message."
+msgstr ""
+
+#: ../../operation/users/webchat.php:277
+msgid "Error login."
+msgstr ""
+
+#: ../../operation/users/user_edit.php:62
+#: ../../godmode/users/configure_user.php:90
+msgid "User detail editor"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:130
+#: ../../operation/users/user_edit.php:137
+msgid "Password successfully updated"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:131
+#: ../../operation/users/user_edit.php:138
+#, php-format
+msgid "Error updating passwords: %s"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:143
msgid ""
-"This is an example of a dashboard widget. A widget may contain elements"
+"Passwords didn't match or other problem encountered while updating passwords"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:41
+#: ../../operation/users/user_edit.php:154
+#: ../../operation/users/user_edit.php:164
+#: ../../godmode/users/configure_user.php:303
+#: ../../godmode/users/configure_user.php:313
+#: ../../godmode/users/configure_user.php:341
+#: ../../godmode/users/configure_user.php:347
+#: ../../godmode/users/configure_user.php:375
+msgid "User info successfully updated"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:155
+#: ../../operation/users/user_edit.php:165
+msgid "Error updating user info"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:175
+msgid "Edit my User"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:186
+#: ../../godmode/users/configure_user.php:445
+msgid "Full (display) name"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:208
+#: ../../godmode/users/configure_user.php:477
+#: ../../godmode/users/user_list.php:407
+msgid "E-mail"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:210
+#: ../../godmode/users/configure_user.php:481
+msgid "Phone number"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:219
+msgid "New Password"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:221
+#: ../../godmode/users/configure_user.php:457
+msgid "Password confirmation"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:229
msgid ""
-"To add more elements, click on \"Add widgets\" on the top of this "
-"page."
+"You can not change your password from Pandora FMS under the current "
+"authentication scheme"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:42
-#: ../../enterprise/dashboard/widgets/example.php:44
+#: ../../operation/users/user_edit.php:238
+msgid "If checkbox is clicked then block size global configuration is used"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:251
+#: ../../include/functions_config.php:469
+#: ../../godmode/setup/setup_visuals.php:459
+#: ../../godmode/users/configure_user.php:515
+msgid "Interactive charts"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:251
+#: ../../godmode/setup/setup_visuals.php:460
+#: ../../godmode/users/configure_user.php:515
+msgid "Whether to use Javascript or static PNG graphs"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:255
+#: ../../godmode/users/configure_user.php:449
+msgid "Language"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:274
+msgid "Home screen"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:274
msgid ""
-"To delete this message, click on the delete button on top right corner of "
-"this element."
+"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 ""
-#: ../../enterprise/dashboard/widgets/example.php:43
+#: ../../operation/users/user_edit.php:284
+#: ../../mobile/include/functions_web.php:21
+msgid "Dashboard"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:322
+#: ../../godmode/users/configure_user.php:509
+#: ../../godmode/groups/configure_group.php:196
+msgid "Skin"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:334
+#: ../../include/functions_config.php:359
+#: ../../godmode/setup/setup_auth.php:128
+msgid "Double authentication"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:339
+msgid "Show information"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:345
+msgid "Event filter"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:350
+msgid "Newsletter Subscribed"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:352
+msgid "Already subscribed to Pandora FMS newsletter"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:355
+#: ../../general/login_identification_wizard.php:167
+msgid "Subscribe to our newsletter"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:358
+msgid "Newsletter Reminder"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:414
+msgid "Autorefresh"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:414
+msgid "This will activate autorefresh in selected pages"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:421
+msgid "Full list of pages"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:423
+msgid "List of pages with autorefresh"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:429
+msgid "Push selected pages into autorefresh list"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:433
+msgid "Pop selected pages out of autorefresh list"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:448
+#: ../../mobile/operation/events.php:518 ../../general/logon_ok.php:228
+#: ../../general/logon_ok.php:425 ../../include/ajax/events.php:302
+#: ../../include/functions_reporting_html.php:3590
+#: ../../include/functions.php:2316 ../../godmode/users/configure_user.php:485
+#: ../../godmode/servers/manage_recontask_form.php:359
+#: ../../godmode/admin_access_logs.php:192
+msgid "Comments"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:469
msgid ""
-"To do so, just click on the title and drag and drop it to the desired place."
+"You can not change your user info from Pandora FMS under the current "
+"authentication scheme"
msgstr ""
-#: ../../enterprise/dashboard/widgets/example.php:45
-msgid "Thanks for using Pandora FMS"
+#: ../../operation/users/user_edit.php:479
+#: ../../operation/users/user_edit.php:487
+#: ../../godmode/users/configure_user.php:604
+#: ../../godmode/users/configure_user.php:613
+msgid "Profiles/Groups assigned to this user"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:23
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1431
-#: ../../include/functions_reports.php:429
-#: ../../include/functions_reports.php:505
-#: ../../include/functions_reports.php:507
-#: ../../include/functions_visual_map_editor.php:234
-#: ../../include/functions_visual_map_editor.php:244
-#: ../../godmode/reporting/reporting_builder.item_editor.php:989
-msgid "Custom graph"
+#: ../../operation/users/user_edit.php:504
+#: ../../godmode/massive/massive_delete_profiles.php:102
+#: ../../godmode/massive/massive_add_profiles.php:88
+#: ../../godmode/users/configure_profile.php:242
+#: ../../godmode/users/configure_user.php:623
+msgid "Profile name"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:25
-msgid "Show a defined custom graph"
+#: ../../operation/users/user_edit.php:541
+msgid "This user doesn't have any assigned profile/group."
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:30
-#: ../../enterprise/operation/services/services.service.php:134
-#: ../../enterprise/operation/services/services.list.php:321
-#: ../../extensions/realtime_graphs.php:72
-#: ../../include/functions_visual_map_editor.php:56
-#: ../../include/functions_events.php:2098 ../../include/ajax/module.php:715
-#: ../../operation/search_modules.php:52
-#: ../../operation/agentes/status_monitor.php:958
-msgid "Graph"
+#: ../../operation/users/user_edit.php:693
+#: ../../operation/users/user_edit.php:758
+#: ../../operation/users/user_edit.php:829 ../../general/logon_failed.php:21
+#: ../../include/ajax/double_auth.ajax.php:247
+#: ../../include/ajax/double_auth.ajax.php:342
+#: ../../include/ajax/double_auth.ajax.php:387
+#: ../../include/ajax/double_auth.ajax.php:501
+msgid "Authentication error"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:36
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:208
-#: ../../operation/reporting/graph_viewer.php:205
-#: ../../godmode/setup/setup_visuals.php:376
-#: ../../godmode/reporting/graph_builder.main.php:145
+#: ../../operation/users/user_edit.php:696
+#: ../../operation/users/user_edit.php:761
+#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594
+#: ../../include/ajax/double_auth.ajax.php:250
+#: ../../include/ajax/double_auth.ajax.php:345
+#: ../../include/ajax/double_auth.ajax.php:390
+#: ../../include/ajax/double_auth.ajax.php:505
+#: ../../include/functions_ui.php:228 ../../include/functions_events.php:1176
+#: ../../include/functions_events.php:1422 ../../include/functions.php:1043
+#: ../../godmode/massive/massive_edit_plugins.php:813
+#: ../../godmode/massive/massive_edit_plugins.php:814
+#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47
+msgid "Error"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:700
+#: ../../operation/users/user_edit.php:765
+#: ../../include/ajax/double_auth.ajax.php:254
+#: ../../include/ajax/double_auth.ajax.php:349
+#: ../../include/ajax/double_auth.ajax.php:394
+#: ../../include/ajax/double_auth.ajax.php:509
+msgid "There was an error loading the data"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:710
+msgid "Double autentication information"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:773
+#: ../../operation/users/user_edit.php:849
+msgid "Double autentication activation"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:799
+msgid "The double authentication will be deactivated"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:800
+msgid "Deactivate"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:832
+msgid "The double autentication was deactivated successfully"
+msgstr ""
+
+#: ../../operation/users/user_edit.php:835
+#: ../../operation/users/user_edit.php:839
+msgid "There was an error deactivating the double autentication"
+msgstr ""
+
+#: ../../operation/reporting/custom_reporting.php:32
+#: ../../operation/reporting/graph_viewer.php:344
+msgid "There are no defined reportings"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:36
+#: ../../operation/reporting/graph_viewer.php:43
+#: ../../godmode/events/event_filter.php:57
+#: ../../godmode/events/event_filter.php:78
+#: ../../godmode/reporting/map_builder.php:94
+#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98
+#: ../../godmode/reporting/graphs.php:137
+#: ../../godmode/netflow/nf_item_list.php:106
+#: ../../godmode/netflow/nf_item_list.php:127
+#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101
+#: ../../godmode/modules/manage_nc_groups.php:123
+#: ../../godmode/agentes/planned_downtime.list.php:108
+msgid "Not deleted. Error deleting data"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:137
+#: ../../godmode/reporting/graph_builder.php:203
+#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53
+msgid "Graph list"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:140
+#: ../../operation/reporting/reporting_viewer.php:82
+#: ../../operation/visual_console/pure_ajax.php:110
+#: ../../operation/visual_console/render_view.php:113
+#: ../../godmode/reporting/reporting_builder.main.php:51
+#: ../../godmode/reporting/graph_builder.php:206
+#: ../../godmode/reporting/reporting_builder.php:1957
+#: ../../godmode/reporting/reporting_builder.php:1985
+#: ../../godmode/reporting/visual_console_builder.php:668
+msgid "Main data"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:143
+#: ../../godmode/reporting/graph_builder.php:209
+msgid "Graph editor"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:149
+#: ../../godmode/reporting/graph_builder.php:212
+msgid "View graph"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:154
+#: ../../operation/reporting/reporting_viewer.php:103
+#: ../../operation/visual_console/pure_ajax.php:136
+#: ../../operation/visual_console/render_view.php:139
+#: ../../operation/gis_maps/render_view.php:111
+#: ../../extensions/disabled/matrix_events.php:31
+#: ../../extensions/agents_modules.php:115
+#: ../../extensions/agents_alerts.php:91
+msgid "Full screen mode"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:184
+msgid "No data."
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:207
+#: ../../operation/agentes/interface_traffic_graph_win.php:233
+#: ../../operation/agentes/stat_win.php:338
+#: ../../operation/agentes/graphs.php:136
+msgid "Time range"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:216
+#: ../../operation/reporting/graph_viewer.php:239
+msgid "Graph defined"
+msgstr ""
+
+#: ../../operation/reporting/graph_viewer.php:217
+#: ../../include/functions_visual_map_editor.php:325
+#: ../../godmode/setup/setup_visuals.php:481
+#: ../../godmode/setup/setup_visuals.php:490
+#: ../../godmode/reporting/graph_builder.main.php:157
msgid "Area"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:37
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:209
-#: ../../operation/reporting/graph_viewer.php:206
-#: ../../godmode/reporting/graph_builder.main.php:146
+#: ../../operation/reporting/graph_viewer.php:218
+#: ../../godmode/reporting/graph_builder.main.php:158
msgid "Stacked area"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:38
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:210
+#: ../../operation/reporting/graph_viewer.php:219
#: ../../include/functions_visual_map_editor.php:63
-#: ../../include/functions_visual_map_editor.php:579
-#: ../../operation/reporting/graph_viewer.php:207
-#: ../../godmode/setup/setup_visuals.php:379
+#: ../../include/functions_visual_map_editor.php:324
+#: ../../include/functions_visual_map_editor.php:612
+#: ../../godmode/setup/setup_visuals.php:484
+#: ../../godmode/setup/setup_visuals.php:493
#: ../../godmode/reporting/visual_console_builder.elements.php:198
-#: ../../godmode/reporting/graph_builder.main.php:147
+#: ../../godmode/reporting/graph_builder.main.php:159
msgid "Line"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:39
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:211
-#: ../../operation/reporting/graph_viewer.php:208
-#: ../../godmode/reporting/graph_builder.main.php:148
+#: ../../operation/reporting/graph_viewer.php:220
+#: ../../godmode/reporting/graph_builder.main.php:160
msgid "Stacked line"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:40
-#: ../../operation/reporting/graph_viewer.php:209
-#: ../../godmode/reporting/graph_builder.main.php:149
+#: ../../operation/reporting/graph_viewer.php:221
+#: ../../godmode/reporting/graph_builder.main.php:161
msgid "Bullet chart"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:41
-#: ../../operation/reporting/graph_viewer.php:210
-#: ../../godmode/reporting/graph_builder.main.php:150
+#: ../../operation/reporting/graph_viewer.php:222
+#: ../../godmode/reporting/graph_builder.main.php:162
msgid "Gauge"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:42
-#: ../../operation/reporting/graph_viewer.php:211
+#: ../../operation/reporting/graph_viewer.php:223
msgid "Horizontal Bars"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:43
-#: ../../operation/reporting/graph_viewer.php:212
+#: ../../operation/reporting/graph_viewer.php:224
msgid "Vertical Bars"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:44
-#: ../../operation/reporting/graph_viewer.php:213
-#: ../../godmode/reporting/graph_builder.main.php:153
+#: ../../operation/reporting/graph_viewer.php:225
+#: ../../godmode/reporting/graph_builder.main.php:165
msgid "Pie"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:46
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:202
-msgid "Stacked"
+#: ../../operation/reporting/graph_viewer.php:230
+#: ../../godmode/reporting/graph_builder.main.php:169
+msgid "Equalize maximum thresholds"
msgstr ""
-#: ../../enterprise/dashboard/widgets/custom_graph.php:69
-msgid "You don't have access"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/tactical.php:27
-#: ../../enterprise/dashboard/widgets/tactical.php:29
-#: ../../enterprise/meta/general/main_header.php:89
-#: ../../enterprise/meta/monitoring/tactical.php:60
-#: ../../mobile/operation/tactical.php:81 ../../mobile/operation/home.php:36
-#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:295
-#: ../../operation/agentes/tactical.php:54
-msgid "Tactical view"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/tactical.php:32
-#: ../../enterprise/meta/agentsearch.php:97
-#: ../../enterprise/meta/include/functions_events_meta.php:70
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552
-#: ../../enterprise/meta/advanced/policymanager.queue.php:222
-#: ../../enterprise/meta/advanced/servers.build_table.php:60
-#: ../../enterprise/extensions/vmware/vmware_view.php:978
-#: ../../enterprise/extensions/backup/main.php:68
-#: ../../enterprise/include/functions_reporting.php:1204
-#: ../../enterprise/include/functions_reporting.php:2242
-#: ../../enterprise/include/functions_reporting.php:3054
-#: ../../enterprise/include/functions_reporting.php:3356
-#: ../../enterprise/include/functions_reporting_csv.php:595
-#: ../../enterprise/include/functions_services.php:1429
-#: ../../enterprise/include/functions_reporting_pdf.php:1172
-#: ../../enterprise/include/functions_reporting_pdf.php:1320
-#: ../../enterprise/include/functions_reporting_pdf.php:1455
-#: ../../enterprise/include/functions_reporting_pdf.php:1602
-#: ../../enterprise/include/functions_reporting_pdf.php:1747
-#: ../../enterprise/include/functions_reporting_pdf.php:1959
-#: ../../enterprise/include/functions_reporting_pdf.php:2237
-#: ../../enterprise/include/functions_reporting_pdf.php:2287
-#: ../../enterprise/operation/services/services.service.php:131
-#: ../../enterprise/operation/services/services.list.php:152
-#: ../../enterprise/operation/services/services.list.php:319
-#: ../../enterprise/operation/agentes/policy_view.php:47
-#: ../../enterprise/operation/agentes/policy_view.php:134
-#: ../../enterprise/operation/agentes/policy_view.php:198
-#: ../../enterprise/operation/agentes/policy_view.php:307
-#: ../../enterprise/operation/agentes/collection_view.php:66
-#: ../../enterprise/godmode/alerts/alert_events_list.php:425
-#: ../../enterprise/godmode/agentes/collection_manager.php:108
-#: ../../enterprise/godmode/agentes/collection_manager.php:166
-#: ../../enterprise/godmode/admin_access_logs.php:22
-#: ../../enterprise/godmode/policies/policies.php:252
-#: ../../enterprise/godmode/policies/policy_collections.php:124
-#: ../../enterprise/godmode/policies/policy_collections.php:195
-#: ../../enterprise/godmode/policies/policy_queue.php:348
-#: ../../enterprise/godmode/policies/policy_agents.php:350
-#: ../../mobile/operation/modules.php:119
-#: ../../mobile/operation/modules.php:120
-#: ../../mobile/operation/modules.php:212
-#: ../../mobile/operation/modules.php:213
-#: ../../mobile/operation/modules.php:433
-#: ../../mobile/operation/modules.php:437
-#: ../../mobile/operation/modules.php:441
-#: ../../mobile/operation/modules.php:445
-#: ../../mobile/operation/modules.php:453
-#: ../../mobile/operation/modules.php:458
-#: ../../mobile/operation/modules.php:463
-#: ../../mobile/operation/modules.php:526
-#: ../../mobile/operation/modules.php:576
-#: ../../mobile/operation/modules.php:645 ../../mobile/operation/alerts.php:75
-#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194
-#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274
-#: ../../mobile/operation/events.php:337 ../../mobile/operation/events.php:338
-#: ../../mobile/operation/events.php:488 ../../mobile/operation/events.php:608
-#: ../../mobile/operation/events.php:609 ../../mobile/operation/agents.php:81
-#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112
-#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185
-#: ../../mobile/operation/agents.php:285 ../../extensions/net_tools.php:239
-#: ../../extensions/agents_alerts.php:281
-#: ../../include/functions_snmp_browser.php:435
-#: ../../include/functions_reporting.php:4730
-#: ../../include/functions_reporting_html.php:325
-#: ../../include/functions_reporting_html.php:481
-#: ../../include/functions_reporting_html.php:612
-#: ../../include/functions_reporting_html.php:1093
-#: ../../include/functions_reporting_html.php:1487
-#: ../../include/functions_reporting_html.php:1522
-#: ../../include/functions_reporting_html.php:1984
-#: ../../include/functions_events.php:38
-#: ../../include/functions_events.php:2410 ../../include/ajax/module.php:710
-#: ../../operation/integria_incidents/incident.incident.php:98
-#: ../../operation/integria_incidents/incident.list.php:58
-#: ../../operation/integria_incidents/incident.list.php:96
-#: ../../operation/events/events.build_table.php:50
-#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64
-#: ../../operation/messages/message_list.php:121
-#: ../../operation/snmpconsole/snmp_view.php:394
-#: ../../operation/snmpconsole/snmp_view.php:495
-#: ../../operation/snmpconsole/snmp_view.php:811
-#: ../../operation/agentes/estado_agente.php:189
-#: ../../operation/agentes/estado_agente.php:475
-#: ../../operation/agentes/alerts_status.functions.php:83
-#: ../../operation/agentes/alerts_status.php:424
-#: ../../operation/agentes/alerts_status.php:464
-#: ../../operation/agentes/alerts_status.php:497
-#: ../../operation/agentes/alerts_status.php:530
-#: ../../operation/agentes/status_monitor.php:950
-#: ../../operation/servers/recon_view.php:98
-#: ../../operation/incidents/incident.php:235
-#: ../../operation/incidents/incident.php:331
-#: ../../operation/incidents/incident_detail.php:276
-#: ../../godmode/events/custom_events.php:83
-#: ../../godmode/events/custom_events.php:157
-#: ../../godmode/alerts/alert_list.list.php:404
-#: ../../godmode/alerts/alert_view.php:96
-#: ../../godmode/agentes/agent_incidents.php:86
-#: ../../godmode/agentes/agent_manager.php:310
-#: ../../godmode/agentes/module_manager.php:523
-#: ../../godmode/servers/servers.build_table.php:64
-#: ../../godmode/massive/massive_delete_agents.php:119
-#: ../../godmode/massive/massive_delete_modules.php:450
-#: ../../godmode/massive/massive_copy_modules.php:83
-#: ../../godmode/massive/massive_copy_modules.php:196
-#: ../../godmode/massive/massive_edit_agents.php:220
-#: ../../godmode/massive/massive_edit_agents.php:343
-#: ../../godmode/massive/massive_edit_modules.php:310
-msgid "Status"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/tactical.php:32
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138
-#: ../../godmode/alerts/alert_templates.php:83
-msgid "and"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/tactical.php:32
-#: ../../include/functions_reporting.php:5602
-#: ../../include/functions_reporting_html.php:2631
-msgid "Monitor checks"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/tactical.php:39
-#: ../../include/functions_reporting.php:8352
-msgid "Server performance"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/tactical.php:44
-#: ../../include/functions_reporting_html.php:1855
-#: ../../include/functions_reporting_html.php:1949
-#: ../../operation/gis_maps/index.php:26
-msgid "Summary"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/reports.php:27
-#: ../../enterprise/dashboard/widgets/reports.php:43
-#: ../../enterprise/extensions/cron/main.php:217
-#: ../../enterprise/extensions/cron/main.php:234
-#: ../../enterprise/extensions/cron/main.php:248
-#: ../../enterprise/extensions/cron/functions.php:361
-#: ../../extensions/resource_exportation.php:348
-msgid "Report"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/reports.php:29
-msgid "Show a report made by user"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/monitor_health.php:21
-msgid "Global health"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/monitor_health.php:23
-msgid "Show a list of global monitor health"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:26
-#: ../../enterprise/meta/general/logon_ok.php:43
-#: ../../enterprise/meta/general/main_header.php:119
-#: ../../enterprise/meta/monitoring/tactical.php:293
-#: ../../enterprise/extensions/ipam/ipam_network.php:539
-#: ../../enterprise/extensions/ipam/ipam_massive.php:76
-#: ../../enterprise/include/functions_reporting_pdf.php:722
-#: ../../mobile/include/functions_web.php:24
-#: ../../mobile/operation/home.php:42 ../../mobile/operation/events.php:559
-#: ../../include/functions_graph.php:728
-#: ../../include/functions_graph.php:3525
-#: ../../include/functions_graph.php:4194
-#: ../../include/functions_reports.php:612
-#: ../../include/functions_reports.php:614
-#: ../../include/functions_reports.php:616
-#: ../../include/functions_reporting_html.php:1072
-#: ../../operation/menu.php:261 ../../operation/events/events.php:397
-#: ../../operation/events/events.php:406 ../../operation/events/events.php:423
-#: ../../godmode/menu.php:173
-msgid "Events"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:28
-msgid "Latest events list"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:31
-#: ../../enterprise/operation/services/services.list.php:153
-#: ../../enterprise/operation/services/services.list.php:170
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207
-#: ../../enterprise/godmode/setup/setup_acl.php:131
-#: ../../include/functions_html.php:845 ../../include/functions_html.php:846
-#: ../../include/functions_html.php:847 ../../include/functions_html.php:848
-#: ../../include/functions_html.php:849
-#: ../../include/functions_visual_map_editor.php:292
-#: ../../include/functions_visual_map_editor.php:612
-#: ../../include/ajax/visual_console_builder.ajax.php:660
-#: ../../operation/integria_incidents/incident.list.php:33
-#: ../../operation/events/events_list.php:434
-#: ../../godmode/events/event_edit_filter.php:284
-#: ../../godmode/users/configure_user.php:689
-#: ../../godmode/agentes/planned_downtime.list.php:152
-#: ../../godmode/servers/manage_recontask_form.php:291
-#: ../../godmode/servers/manage_recontask.php:333
-#: ../../godmode/setup/setup_auth.php:107
-#: ../../godmode/massive/massive_add_action_alerts.php:146
-#: ../../godmode/reporting/visual_console_builder.wizard.php:329
-msgid "Any"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:34
-#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1055
-#: ../../include/functions_events.php:1434
-#: ../../operation/events/events_list.php:546
-#: ../../operation/agentes/estado_agente.php:186
-#: ../../operation/agentes/status_monitor.php:422
-#: ../../godmode/events/event_edit_filter.php:220
-#: ../../godmode/massive/massive_delete_agents.php:117
-#: ../../godmode/massive/massive_delete_modules.php:457
-#: ../../godmode/massive/massive_copy_modules.php:81
-#: ../../godmode/massive/massive_copy_modules.php:194
-#: ../../godmode/massive/massive_edit_agents.php:218
-#: ../../godmode/massive/massive_edit_modules.php:317
-msgid "Not normal"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:36
-#: ../../enterprise/meta/include/functions_events_meta.php:76
-#: ../../enterprise/include/functions_reporting_pdf.php:1174
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210
-#: ../../include/functions_reporting_html.php:614
-#: ../../include/functions_events.php:40
-#: ../../operation/events/events.build_table.php:97
-#: ../../operation/events/events_list.php:543
-#: ../../godmode/events/event_filter.php:106
-#: ../../godmode/events/custom_events.php:89
-#: ../../godmode/events/custom_events.php:159
-#: ../../godmode/events/event_edit_filter.php:222
-msgid "Event type"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:39
-msgid "Limit"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:46
-#: ../../operation/events/events_list.php:555
-#: ../../godmode/events/event_filter.php:107
-#: ../../godmode/events/event_edit_filter.php:232
-msgid "Event status"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:47
-#: ../../include/functions_events.php:1501
-#: ../../include/functions_events.php:1520
-msgid "All event"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:48
-#: ../../include/functions_events.php:1503
-#: ../../include/functions_events.php:1526
-msgid "Only validated"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:49
-msgid "Only pending"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:52
-#: ../../enterprise/meta/include/functions_agents_meta.php:854
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:530
-#: ../../enterprise/meta/include/functions_html_meta.php:51
-#: ../../enterprise/meta/include/functions_wizard_meta.php:251
-#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226
-#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265
-#: ../../enterprise/meta/include/functions_users_meta.php:79
-#: ../../enterprise/meta/include/functions_users_meta.php:89
-#: ../../enterprise/meta/advanced/policymanager.queue.php:214
-#: ../../enterprise/meta/advanced/policymanager.queue.php:218
-#: ../../enterprise/meta/advanced/policymanager.queue.php:224
-#: ../../enterprise/meta/advanced/policymanager.queue.php:298
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:105
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218
-#: ../../enterprise/extensions/ipam/ipam_network.php:305
-#: ../../enterprise/include/functions_metaconsole.php:605
-#: ../../enterprise/include/functions_metaconsole.php:606
-#: ../../enterprise/include/functions_metaconsole.php:1210
-#: ../../enterprise/operation/log/log_viewer.php:189
-#: ../../enterprise/operation/log/log_viewer.php:204
-#: ../../enterprise/operation/snmpconsole/snmp_view.php:32
-#: ../../enterprise/operation/agentes/agent_inventory.php:69
-#: ../../enterprise/operation/inventory/inventory.php:55
-#: ../../enterprise/operation/inventory/inventory.php:57
-#: ../../enterprise/operation/inventory/inventory.php:120
-#: ../../enterprise/operation/inventory/inventory.php:122
-#: ../../enterprise/operation/inventory/inventory.php:174
-#: ../../enterprise/godmode/setup/setup_acl.php:84
-#: ../../enterprise/godmode/setup/setup_acl.php:89
-#: ../../enterprise/godmode/setup/setup_acl.php:94
-#: ../../enterprise/godmode/setup/setup_acl.php:300
-#: ../../enterprise/godmode/setup/setup_acl.php:310
-#: ../../enterprise/godmode/setup/setup_acl.php:322
-#: ../../enterprise/godmode/setup/setup_acl.php:362
-#: ../../enterprise/godmode/setup/setup_acl.php:393
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204
-#: ../../enterprise/godmode/modules/local_components.php:426
-#: ../../enterprise/godmode/modules/local_components.php:436
-#: ../../enterprise/godmode/modules/local_components.php:450
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1374
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1389
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:122
-#: ../../enterprise/godmode/policies/policy_queue.php:340
-#: ../../enterprise/godmode/policies/policy_queue.php:344
-#: ../../enterprise/godmode/policies/policy_queue.php:350
-#: ../../enterprise/godmode/policies/policy_queue.php:407
-#: ../../enterprise/godmode/policies/policy_agents.php:227
-#: ../../enterprise/godmode/policies/policy_agents.php:235
-#: ../../enterprise/godmode/policies/policy_agents.php:341
-#: ../../mobile/operation/networkmaps.php:137
-#: ../../mobile/operation/networkmaps.php:227
-#: ../../mobile/operation/modules.php:38
-#: ../../mobile/operation/modules.php:225
-#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37
-#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/events.php:619
-#: ../../mobile/operation/events.php:629
-#: ../../mobile/operation/events.php:1072
-#: ../../mobile/operation/events.php:1091 ../../mobile/operation/agents.php:32
-#: ../../extensions/files_repo/files_repo_form.php:50
-#: ../../extensions/agents_modules.php:77
-#: ../../include/functions_graph.php:2483
-#: ../../include/functions_groups.php:586
-#: ../../include/functions_groups.php:2329
-#: ../../include/functions_reporting.php:1505 ../../include/functions.php:878
-#: ../../include/functions.php:1101 ../../include/functions_users.php:187
-#: ../../include/functions_users.php:192 ../../include/functions_users.php:890
-#: ../../operation/events/events.build_query.php:112
-#: ../../operation/events/events.build_table.php:398
-#: ../../operation/events/events_list.php:444
-#: ../../operation/events/events_list.php:448
-#: ../../operation/events/events_list.php:456
-#: ../../operation/events/events_list.php:547
-#: ../../operation/events/events_list.php:550
-#: ../../operation/events/events_rss.php:110
-#: ../../operation/events/export_csv.php:54
-#: ../../operation/snmpconsole/snmp_view.php:374
-#: ../../operation/snmpconsole/snmp_view.php:391
-#: ../../operation/snmpconsole/snmp_view.php:396
-#: ../../operation/snmpconsole/snmp_view.php:535
-#: ../../operation/gis_maps/render_view.php:136
-#: ../../operation/agentes/estado_monitores.php:422
-#: ../../operation/agentes/estado_monitores.php:443
-#: ../../operation/agentes/estado_agente.php:190
-#: ../../operation/agentes/networkmap_list.php:185
-#: ../../operation/agentes/networkmap.php:474
-#: ../../operation/agentes/alerts_status.functions.php:73
-#: ../../operation/agentes/alerts_status.functions.php:79
-#: ../../operation/agentes/alerts_status.functions.php:94
-#: ../../operation/agentes/status_monitor.php:337
-#: ../../operation/agentes/status_monitor.php:394
-#: ../../operation/agentes/status_monitor.php:395
-#: ../../operation/agentes/status_monitor.php:425
-#: ../../operation/agentes/status_monitor.php:442
-#: ../../operation/agentes/status_monitor.php:454
-#: ../../operation/agentes/status_monitor.php:475 ../../operation/tree.php:130
-#: ../../operation/tree.php:155 ../../godmode/events/event_edit_filter.php:224
-#: ../../godmode/events/event_edit_filter.php:228
-#: ../../godmode/events/event_edit_filter.php:364
-#: ../../godmode/alerts/alert_list.php:262
-#: ../../godmode/alerts/alert_list.php:316
-#: ../../godmode/alerts/alert_list.php:329
-#: ../../godmode/alerts/alert_templates.php:255
-#: ../../godmode/alerts/alert_list.list.php:115
-#: ../../godmode/alerts/alert_list.list.php:121
-#: ../../godmode/alerts/alert_list.list.php:130
-#: ../../godmode/alerts/alert_list.list.php:135
-#: ../../godmode/admin_access_logs.php:62
-#: ../../godmode/admin_access_logs.php:64
-#: ../../godmode/setup/gis_step_2.php:154
-#: ../../godmode/massive/massive_delete_agents.php:121
-#: ../../godmode/massive/massive_delete_modules.php:409
-#: ../../godmode/massive/massive_delete_modules.php:437
-#: ../../godmode/massive/massive_delete_modules.php:460
-#: ../../godmode/massive/massive_copy_modules.php:85
-#: ../../godmode/massive/massive_copy_modules.php:198
-#: ../../godmode/massive/massive_edit_agents.php:222
-#: ../../godmode/massive/massive_edit_modules.php:252
-#: ../../godmode/massive/massive_edit_modules.php:280
-#: ../../godmode/massive/massive_edit_modules.php:320
-#: ../../godmode/modules/manage_network_components.php:490
-#: ../../godmode/modules/manage_network_templates_form.php:267
-#: ../../godmode/reporting/reporting_builder.list_items.php:162
-#: ../../godmode/reporting/reporting_builder.list_items.php:164
-#: ../../godmode/reporting/reporting_builder.list_items.php:166
-#: ../../godmode/reporting/reporting_builder.list_items.php:188
-#: ../../godmode/reporting/reporting_builder.list_items.php:191
-#: ../../godmode/reporting/reporting_builder.list_items.php:194
-#: ../../godmode/reporting/graph_builder.graph_editor.php:140
-#: ../../godmode/reporting/visual_console_builder.wizard.php:206
-#: ../../godmode/reporting/visual_console_builder.wizard.php:211
-#: ../../godmode/reporting/reporting_builder.item_editor.php:830
-#: ../../godmode/reporting/reporting_builder.item_editor.php:946
-msgid "All"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:54
-#: ../../enterprise/meta/include/functions_events_meta.php:85
-#: ../../enterprise/include/functions_reporting.php:1294
-#: ../../enterprise/include/functions_reporting.php:1785
-#: ../../enterprise/include/functions_reporting_pdf.php:1175
-#: ../../enterprise/include/functions_reporting_pdf.php:1324
-#: ../../enterprise/include/functions_reporting_pdf.php:1459
-#: ../../enterprise/include/functions_reporting_pdf.php:1848
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158
-#: ../../mobile/operation/events.php:368 ../../mobile/operation/events.php:369
-#: ../../mobile/operation/events.php:484 ../../mobile/operation/events.php:627
-#: ../../mobile/operation/events.php:628
-#: ../../include/functions_reporting.php:4734
-#: ../../include/functions_reporting_html.php:485
-#: ../../include/functions_reporting_html.php:615
-#: ../../include/functions_reporting_html.php:1097
-#: ../../include/functions_events.php:43
-#: ../../include/functions_events.php:883
-#: ../../include/functions_events.php:2382
-#: ../../operation/events/events.build_table.php:117
-#: ../../operation/events/events_list.php:549
-#: ../../operation/snmpconsole/snmp_view.php:389
-#: ../../godmode/events/event_filter.php:108
-#: ../../godmode/events/custom_events.php:98
-#: ../../godmode/events/custom_events.php:162
-#: ../../godmode/events/event_edit_filter.php:226
-msgid "Severity"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:62
-#: ../../enterprise/meta/include/functions_events_meta.php:91
-#: ../../enterprise/include/functions_reporting_pdf.php:2288
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:94
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92
-#: ../../enterprise/godmode/modules/configure_local_component.php:354
-#: ../../mobile/operation/events.php:509
-#: ../../include/functions_treeview.php:164
-#: ../../include/functions_reporting_html.php:1523
-#: ../../include/functions_events.php:45
-#: ../../include/functions_events.php:2441
-#: ../../operation/events/events.build_table.php:129
-#: ../../operation/users/user_edit.php:421
-#: ../../operation/agentes/group_view.php:146
-#: ../../operation/agentes/alerts_status.functions.php:86
-#: ../../operation/agentes/status_monitor.php:461
-#: ../../operation/agentes/status_monitor.php:464 ../../operation/tree.php:49
-#: ../../godmode/events/custom_events.php:104
-#: ../../godmode/events/custom_events.php:164
-#: ../../godmode/users/configure_user.php:618
-#: ../../godmode/massive/massive_add_tags.php:147
-#: ../../godmode/massive/massive_delete_tags.php:187
-#: ../../godmode/massive/massive_edit_modules.php:531
-#: ../../godmode/modules/manage_network_components_form_common.php:184
-#: ../../godmode/tag/edit_tag.php:58 ../../godmode/tag/tag.php:106
-#: ../../general/firts_task/tags.php:25
-msgid "Tags"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/events_list.php:183
-#: ../../enterprise/meta/monitoring/group_view.php:142
-#: ../../enterprise/meta/monitoring/group_view.php:145
-#: ../../enterprise/meta/monitoring/tactical.php:262
-#: ../../enterprise/extensions/cron/functions.php:190
-#: ../../enterprise/include/functions_reporting.php:1131
-#: ../../enterprise/include/functions_reporting.php:1220
-#: ../../enterprise/include/functions_reporting.php:1594
-#: ../../enterprise/include/functions_reporting.php:1750
-#: ../../enterprise/include/functions_reporting.php:2262
-#: ../../enterprise/include/functions_reporting.php:3073
-#: ../../enterprise/include/functions_reporting.php:3404
-#: ../../enterprise/include/functions_reporting_csv.php:614
-#: ../../enterprise/include/functions_reporting_pdf.php:323
-#: ../../enterprise/include/functions_reporting_pdf.php:661
-#: ../../enterprise/include/functions_reporting_pdf.php:679
-#: ../../enterprise/include/functions_reporting_pdf.php:1615
-#: ../../enterprise/include/functions_reporting_pdf.php:1676
-#: ../../enterprise/include/functions_reporting_pdf.php:1769
-#: ../../enterprise/include/functions_reporting_pdf.php:1979
-#: ../../enterprise/include/functions_reporting_pdf.php:2012
-#: ../../enterprise/operation/services/services.service.php:184
-#: ../../enterprise/operation/services/services.list.php:150
-#: ../../enterprise/operation/services/services.list.php:392
-#: ../../enterprise/operation/services/services.service_map.php:118
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:585
-#: ../../mobile/operation/groups.php:106 ../../mobile/operation/groups.php:108
-#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36
-#: ../../include/functions_alerts.php:574
-#: ../../include/functions_graph.php:749
-#: ../../include/functions_graph.php:1817
-#: ../../include/functions_graph.php:3546
-#: ../../include/functions_filemanager.php:697
-#: ../../include/functions_groups.php:773
-#: ../../include/functions_groups.php:775
-#: ../../include/functions_groups.php:777
-#: ../../include/functions_groups.php:778
-#: ../../include/functions_groups.php:779 ../../include/functions_ui.php:450
-#: ../../include/functions_ui.php:451 ../../include/functions_reports.php:426
-#: ../../include/functions_reporting.php:3023
-#: ../../include/functions_reporting.php:3227
-#: ../../include/functions_reporting.php:3861
-#: ../../include/functions_reporting.php:3862
-#: ../../include/functions_reporting.php:3863
-#: ../../include/functions_reporting.php:3864
-#: ../../include/functions_reporting.php:3865
-#: ../../include/functions_reporting.php:3866 ../../include/functions.php:1004
-#: ../../include/functions_visual_map.php:1134
-#: ../../include/functions_visual_map.php:1148
-#: ../../include/functions_visual_map.php:1161
-#: ../../include/functions_visual_map.php:1174
-#: ../../include/functions_reporting_html.php:344
-#: ../../include/functions_reporting_html.php:1009
-#: ../../include/functions_reporting_html.php:1030
-#: ../../include/functions_reporting_html.php:1446
-#: ../../include/functions_reporting_html.php:1608
-#: ../../include/functions_events.php:1398
-#: ../../include/functions_events.php:2739 ../../include/ajax/module.php:775
-#: ../../include/graphs/functions_flot.php:395
-#: ../../operation/agentes/estado_monitores.php:428
-#: ../../operation/agentes/group_view.php:148
-#: ../../operation/agentes/group_view.php:150
-#: ../../operation/agentes/estado_agente.php:185
-#: ../../operation/agentes/tactical.php:152
-#: ../../operation/agentes/status_monitor.php:421 ../../operation/tree.php:134
-#: ../../operation/tree.php:159 ../../operation/tree.php:293
-#: ../../godmode/alerts/alert_list.builder.php:206
-#: ../../godmode/massive/massive_delete_agents.php:116
-#: ../../godmode/massive/massive_delete_modules.php:456
-#: ../../godmode/massive/massive_copy_modules.php:80
-#: ../../godmode/massive/massive_copy_modules.php:193
-#: ../../godmode/massive/massive_edit_agents.php:217
-#: ../../godmode/massive/massive_edit_modules.php:316
-msgid "Unknown"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/maps_status.php:24
-msgid "Maps status"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/maps_status.php:26
-msgid "General and quick visual maps report"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/maps_status.php:28
-#: ../../operation/search_results.php:123
-msgid "Maps"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/maps_status.php:73
-#: ../../enterprise/extensions/backup/main.php:114
-#: ../../enterprise/include/functions_reporting.php:1225
-#: ../../enterprise/include/functions_reporting.php:2254
-#: ../../enterprise/include/functions_reporting.php:3067
-#: ../../enterprise/include/functions_reporting.php:3409
-#: ../../enterprise/include/functions_reporting_csv.php:618
-#: ../../enterprise/include/functions_services.php:1700
-#: ../../enterprise/include/functions_reporting_pdf.php:1621
-#: ../../enterprise/include/functions_reporting_pdf.php:1774
-#: ../../enterprise/include/functions_reporting_pdf.php:1973
-#: ../../enterprise/include/functions_reporting_pdf.php:2021
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558
-#: ../../include/functions_db.php:1097
-#: ../../include/functions_reporting_html.php:350
-#: ../../include/functions_reporting_html.php:1453
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1184
-msgid "OK"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/maps_status.php:76
-#: ../../godmode/massive/massive_edit_agents.php:387
-msgid "Bad"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:31
-#: ../../include/functions_reporting.php:810
-msgid "Top N"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:34
-msgid "Show a top n of agents modules."
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:64
-#: ../../enterprise/godmode/agentes/inventory_manager.php:176
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:181
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190
-#: ../../include/functions.php:1985 ../../include/functions.php:2544
-#: ../../include/functions_netflow.php:1049
-#: ../../include/functions_netflow.php:1082 ../../include/ajax/module.php:119
-#: ../../operation/gis_maps/render_view.php:130
-#: ../../godmode/setup/performance.php:85
-msgid "1 hour"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:65
-#: ../../enterprise/godmode/agentes/inventory_manager.php:177
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:182
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191
-#: ../../include/functions_netflow.php:1050
-#: ../../include/functions_netflow.php:1083
-#: ../../operation/gis_maps/render_view.php:131
-msgid "2 hours"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:66
-#: ../../include/functions_netflow.php:1051
-#: ../../include/functions_netflow.php:1084
-msgid "5 hours"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:67
-#: ../../enterprise/godmode/agentes/inventory_manager.php:179
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:185
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193
-#: ../../include/functions_netflow.php:1052
-#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:121
-#: ../../godmode/setup/performance.php:86
-msgid "12 hours"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:68
-#: ../../enterprise/godmode/agentes/inventory_manager.php:180
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:186
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194
-#: ../../include/functions.php:1988 ../../include/functions_netflow.php:1053
-#: ../../include/functions_netflow.php:1086 ../../include/ajax/module.php:122
-msgid "1 day"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:70
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1517
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1126
-msgid "Quantity (n)"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:72
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1500
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211
-#: ../../godmode/netflow/nf_item_list.php:147
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1109
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1289
-msgid "Order"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:74
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:186
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1503
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:47
-#: ../../godmode/reporting/reporting_builder.item_editor.php:47
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1112
-msgid "Ascending"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:75
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1506
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48
-#: ../../godmode/reporting/reporting_builder.item_editor.php:48
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1115
-msgid "Descending"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:76
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:190
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1118
-msgid "By agent name"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:78
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1523
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1136
-msgid "Display"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:80
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279
-#: ../../enterprise/godmode/modules/configure_local_component.php:222
-#: ../../enterprise/godmode/modules/configure_local_component.php:237
-#: ../../include/functions_alerts.php:550
-#: ../../include/functions_graph.php:3855
-#: ../../include/functions_treeview.php:94
-#: ../../include/functions_treeview.php:107
-#: ../../include/functions_reporting_html.php:2301
-#: ../../godmode/alerts/configure_alert_template.php:617
-#: ../../godmode/agentes/module_manager_editor_common.php:240
-#: ../../godmode/agentes/module_manager_editor_common.php:260
-#: ../../godmode/massive/massive_edit_modules.php:358
-#: ../../godmode/massive/massive_edit_modules.php:404
-#: ../../godmode/massive/massive_edit_modules.php:485
-#: ../../godmode/modules/manage_network_components_form_common.php:110
-#: ../../godmode/modules/manage_network_components_form_common.php:123
-msgid "Max."
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:81
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270
-#: ../../enterprise/godmode/modules/configure_local_component.php:219
-#: ../../enterprise/godmode/modules/configure_local_component.php:234
-#: ../../include/functions_alerts.php:551
-#: ../../include/functions_graph.php:3855
-#: ../../include/functions_treeview.php:94
-#: ../../include/functions_treeview.php:107
-#: ../../include/functions_reporting_html.php:2300
-#: ../../godmode/alerts/configure_alert_template.php:612
-#: ../../godmode/massive/massive_edit_modules.php:349
-#: ../../godmode/massive/massive_edit_modules.php:395
-#: ../../godmode/massive/massive_edit_modules.php:483
-#: ../../godmode/modules/manage_network_components_form_common.php:107
-#: ../../godmode/modules/manage_network_components_form_common.php:120
-msgid "Min."
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:82
-#: ../../include/functions_graph.php:3855
-msgid "Avg."
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:85
-#: ../../godmode/reporting/map_builder.php:209
-msgid "Items"
-msgstr ""
-
-#: ../../enterprise/dashboard/widgets/top_n.php:111
+#: ../../operation/reporting/graph_viewer.php:231
+#: ../../godmode/reporting/graph_builder.main.php:170
msgid ""
-"Please could you fill the widget data previous to filling the list items."
+"If an option is selected, all graphs will have the highest value from all "
+"modules included in the graph as a maximum threshold"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:117
-#: ../../enterprise/dashboard/widgets/top_n.php:300
-#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73
-msgid "avg"
+#: ../../operation/reporting/graph_viewer.php:240
+msgid "Zoom x1"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:118
-#: ../../enterprise/dashboard/widgets/top_n.php:301
-#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1539
-msgid "max"
+#: ../../operation/reporting/graph_viewer.php:241
+msgid "Zoom x2"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:119
-#: ../../enterprise/dashboard/widgets/top_n.php:302
-#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1540
-msgid "min"
+#: ../../operation/reporting/graph_viewer.php:242
+msgid "Zoom x3"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:120
-#: ../../enterprise/dashboard/widgets/top_n.php:303
-#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1541
-msgid "sum"
+#: ../../operation/reporting/graph_viewer.php:247
+#: ../../operation/visual_console/render_view.php:176
+#: ../../operation/visual_console/public_console.php:112
+#: ../../operation/servers/recon_view.php:49
+#: ../../extensions/agents_modules.php:101
+#: ../../extensions/agents_alerts.php:79 ../../general/login_page.php:46
+#: ../../general/login_page.php:199
+#: ../../include/functions_pandora_networkmap.php:751
+#: ../../include/ajax/module.php:807
+msgid "Refresh"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:131
-#: ../../enterprise/dashboard/widgets/top_n.php:340
-#: ../../enterprise/meta/advanced/policymanager.queue.php:216
-#: ../../enterprise/meta/advanced/policymanager.queue.php:258
-#: ../../enterprise/include/functions_reporting_pdf.php:804
-#: ../../enterprise/include/functions_reporting_pdf.php:897
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1987
-#: ../../enterprise/godmode/policies/policy_queue.php:342
-#: ../../enterprise/godmode/policies/policy_queue.php:376
-#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:123
-#: ../../include/functions_menu.php:564
-#: ../../include/functions_reporting_html.php:938
-#: ../../include/functions_reporting_html.php:1762
-#: ../../godmode/extensions.php:153
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1560
-msgid "Operation"
+#: ../../operation/reporting/graph_viewer.php:310
+#: ../../operation/reporting/reporting_viewer.php:314
+msgid "Invalid date selected"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:132
-#: ../../enterprise/extensions/ipam/ipam_list.php:68
-#: ../../enterprise/include/functions_services.php:1432
-#: ../../enterprise/operation/agentes/policy_view.php:196
-#: ../../enterprise/godmode/alerts/alert_events_list.php:424
-#: ../../enterprise/godmode/alerts/alert_events.php:510
-#: ../../enterprise/godmode/alerts/alert_events.php:522
-#: ../../enterprise/godmode/servers/manage_export.php:131
-#: ../../enterprise/godmode/admin_access_logs.php:25
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158
-#: ../../enterprise/godmode/reporting/graph_template_list.php:130
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1833
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1980
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1988
-#: ../../enterprise/godmode/policies/policy_modules.php:1021
-#: ../../enterprise/godmode/policies/policy_alerts.php:455
-#: ../../mobile/operation/tactical.php:261
-#: ../../extensions/agents_alerts.php:279
-#: ../../include/functions_ui_renders.php:97 ../../include/functions.php:2263
-#: ../../include/functions_reporting_html.php:2757
-#: ../../operation/extensions.php:49
-#: ../../operation/integria_incidents/incident.list.php:102
-#: ../../operation/events/events.build_table.php:159
-#: ../../operation/snmpconsole/snmp_view.php:529
-#: ../../operation/snmpconsole/snmp_view.php:827
-#: ../../operation/agentes/networkmap_list.php:261
-#: ../../operation/agentes/alerts_status.php:422
-#: ../../operation/agentes/alerts_status.php:462
-#: ../../operation/agentes/alerts_status.php:495
-#: ../../operation/agentes/alerts_status.php:528
-#: ../../operation/incidents/incident.php:338
-#: ../../operation/search_alerts.php:48
-#: ../../godmode/events/event_filter.php:109
-#: ../../godmode/users/configure_user.php:619
-#: ../../godmode/snmpconsole/snmp_alert.php:1066
-#: ../../godmode/snmpconsole/snmp_alert.php:1151
-#: ../../godmode/snmpconsole/snmp_filters.php:133
-#: ../../godmode/alerts/alert_list.list.php:585
-#: ../../godmode/alerts/alert_view.php:417
-#: ../../godmode/agentes/planned_downtime.editor.php:808
-#: ../../godmode/agentes/module_manager.php:527
-#: ../../godmode/agentes/agent_template.php:226
-#: ../../godmode/servers/manage_recontask.php:287
-#: ../../godmode/netflow/nf_item_list.php:152
-#: ../../godmode/netflow/nf_edit.php:120
-#: ../../godmode/admin_access_logs.php:61
-#: ../../godmode/admin_access_logs.php:189
-#: ../../godmode/massive/massive_standby_alerts.php:163
-#: ../../godmode/massive/massive_add_action_alerts.php:155
-#: ../../godmode/massive/massive_operations.php:263
-#: ../../godmode/massive/massive_delete_action_alerts.php:164
-#: ../../godmode/massive/massive_enable_disable_alerts.php:163
-#: ../../godmode/modules/manage_nc_groups.php:194
-#: ../../godmode/modules/manage_network_components.php:545
-#: ../../godmode/modules/manage_network_templates.php:183
-#: ../../godmode/reporting/visual_console_builder.elements.php:85
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1359
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1553
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1562
-#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419
-msgid "Action"
+#: ../../operation/reporting/graph_viewer.php:317
+msgid "Custom graph viewer"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:182
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1959
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2148
-#: ../../godmode/reporting/reporting_builder.item_editor.php:927
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1491
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1526
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1687
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1715
-msgid "Select an Agent first"
+#: ../../operation/reporting/graph_viewer.php:328
+#: ../../operation/search_graphs.php:33 ../../godmode/reporting/graphs.php:152
+msgid "Graph name"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:275
-msgid "Selection module one by one"
+#: ../../operation/reporting/reporting_viewer.php:77
+#: ../../godmode/netflow/nf_item_list.php:39
+msgid "Report list"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:286
-msgid "Selection several modules"
+#: ../../operation/reporting/reporting_viewer.php:86
+#: ../../godmode/reporting/reporting_builder.php:1960
+msgid "List items"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:314
-msgid "Regex for to filter modules"
+#: ../../operation/reporting/reporting_viewer.php:90
+#: ../../godmode/reporting/reporting_builder.php:1963
+msgid "Item editor"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:323
-msgid "Filter modules"
+#: ../../operation/reporting/reporting_viewer.php:98
+#: ../../godmode/reporting/reporting_builder.php:1972
+msgid "View report"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:335
-#: ../../enterprise/meta/agentsearch.php:96
-#: ../../enterprise/meta/include/functions_wizard_meta.php:305
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1645
-#: ../../enterprise/meta/advanced/servers.build_table.php:63
-#: ../../enterprise/meta/monitoring/group_view.php:96
-#: ../../enterprise/meta/monitoring/group_view.php:133
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:225
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64
-#: ../../enterprise/include/functions_policies.php:3206
-#: ../../enterprise/include/functions_reporting_pdf.php:532
-#: ../../enterprise/include/functions_reporting_pdf.php:683
-#: ../../enterprise/operation/services/services.service_map.php:129
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:149
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:156
-#: ../../enterprise/godmode/policies/policies.php:339
-#: ../../enterprise/godmode/policies/policy_modules.php:324
-#: ../../mobile/operation/agent.php:181 ../../mobile/operation/modules.php:186
-#: ../../mobile/operation/home.php:66 ../../mobile/operation/agents.php:79
-#: ../../mobile/operation/agents.php:290 ../../mobile/operation/agents.php:291
-#: ../../extensions/agents_modules.php:194
-#: ../../include/functions_reports.php:555
-#: ../../include/functions_reports.php:557
-#: ../../include/functions_reports.php:559
-#: ../../include/functions_reports.php:561
+#: ../../operation/reporting/reporting_viewer.php:147
+msgid "View Report"
+msgstr ""
+
+#: ../../operation/reporting/reporting_viewer.php:186
+msgid "Set initial date"
+msgstr ""
+
+#: ../../operation/reporting/reporting_viewer.php:194
+#: ../../operation/agentes/gis_view.php:181
+#: ../../godmode/alerts/alert_list.list.php:532
+#: ../../godmode/alerts/alert_list.list.php:536
+#: ../../godmode/alerts/alert_templates.php:94
+#: ../../godmode/agentes/planned_downtime.list.php:143
+msgid "From"
+msgstr ""
+
+#: ../../operation/reporting/reporting_viewer.php:197
+#: ../../include/functions_reporting_html.php:119
+msgid "Items period before"
+msgstr ""
+
+#: ../../operation/reporting/reporting_viewer.php:198
+#: ../../include/ajax/alert_list.ajax.php:159
+#: ../../include/functions_reporting.php:9962
+#: ../../godmode/alerts/alert_list.list.php:533
+#: ../../godmode/alerts/alert_list.list.php:619
+#: ../../godmode/alerts/alert_list.builder.php:99
+#: ../../godmode/alerts/alert_templates.php:96
+#: ../../godmode/massive/massive_add_action_alerts.php:185
+msgid "to"
+msgstr ""
+
+#: ../../operation/reporting/reporting_viewer.php:212
+msgid "Invalid date selected. Initial date must be before end date."
+msgstr ""
+
+#: ../../operation/reporting/reporting_viewer.php:234
+#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121
+#: ../../godmode/massive/massive_copy_modules.php:164
+msgid "Loading"
+msgstr ""
+
+#: ../../operation/tree.php:55 ../../operation/tree.php:94
+#: ../../operation/gis_maps/ajax.php:276 ../../operation/search_agents.php:45
+#: ../../operation/search_agents.php:53
+#: ../../operation/agentes/estado_generalagente.php:127
+#: ../../operation/agentes/estado_agente.php:507
+#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:316
+#: ../../include/functions_reporting_html.php:2074
+#: ../../include/functions_events.php:2033
+#: ../../godmode/massive/massive_edit_agents.php:305
+#: ../../godmode/servers/manage_recontask_form.php:291
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/agentes/planned_downtime.editor.php:755
+#: ../../godmode/agentes/agent_manager.php:282
+#: ../../godmode/agentes/modificar_agente.php:485
+msgid "OS"
+msgstr ""
+
+#: ../../operation/tree.php:61
+#: ../../operation/agentes/pandora_networkmap.php:400
+#: ../../extensions/files_repo/files_repo_form.php:65
+#: ../../mobile/operation/home.php:50 ../../mobile/operation/groups.php:66
+#: ../../mobile/include/functions_web.php:26
+#: ../../include/functions_maps.php:40
+#: ../../include/functions_networkmap.php:1632
+#: ../../godmode/reporting/visual_console_builder.wizard.php:260
+msgid "Groups"
+msgstr ""
+
+#: ../../operation/tree.php:67 ../../extensions/module_groups.php:325
+#: ../../godmode/menu.php:49
+msgid "Module groups"
+msgstr ""
+
+#: ../../operation/tree.php:73 ../../operation/search_results.php:134
+#: ../../operation/search_agents.php:63
+#: ../../operation/agentes/exportdata.php:275
+#: ../../operation/agentes/group_view.php:121
+#: ../../operation/agentes/group_view.php:159
+#: ../../operation/agentes/estado_agente.php:522
+#: ../../operation/agentes/graphs.php:123
+#: ../../extensions/agents_modules.php:313 ../../mobile/operation/home.php:64
+#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:327
+#: ../../mobile/operation/agents.php:328 ../../mobile/operation/agent.php:233
+#: ../../mobile/operation/modules.php:186
#: ../../include/functions_reports.php:563
#: ../../include/functions_reports.php:565
#: ../../include/functions_reports.php:567
-#: ../../include/functions_reporting_html.php:784
-#: ../../include/functions_reporting_html.php:2406
-#: ../../include/ajax/networkmap.ajax.php:71
-#: ../../operation/search_agents.php:63
-#: ../../operation/agentes/exportdata.php:266
-#: ../../operation/agentes/group_view.php:104
-#: ../../operation/agentes/group_view.php:141
-#: ../../operation/agentes/estado_agente.php:472
-#: ../../operation/agentes/graphs.php:124 ../../operation/tree.php:73
-#: ../../operation/search_results.php:133
-#: ../../godmode/agentes/modificar_agente.php:500
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427
-#: ../../godmode/agentes/planned_downtime.editor.php:726
-#: ../../godmode/agentes/planned_downtime.editor.php:799
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792
-#: ../../godmode/agentes/configurar_agente.php:277
-#: ../../godmode/agentes/configurar_agente.php:508
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:312
-#: ../../godmode/servers/servers.build_table.php:67
-#: ../../godmode/db/db_refine.php:95
-#: ../../godmode/massive/massive_delete_modules.php:467
-#: ../../godmode/massive/massive_copy_modules.php:144
+#: ../../include/functions_reports.php:569
+#: ../../include/functions_reports.php:571
+#: ../../include/functions_reports.php:573
+#: ../../include/functions_reports.php:575
+#: ../../include/functions_reporting_html.php:1322
+#: ../../include/functions_reporting_html.php:3236
#: ../../godmode/massive/massive_edit_plugins.php:308
-#: ../../godmode/massive/massive_add_tags.php:139
+#: ../../godmode/massive/massive_delete_modules.php:479
+#: ../../godmode/massive/massive_copy_modules.php:144
+#: ../../godmode/massive/massive_edit_modules.php:308
#: ../../godmode/massive/massive_delete_tags.php:199
-#: ../../godmode/massive/massive_edit_modules.php:294
-#: ../../godmode/reporting/reporting_builder.list_items.php:163
-#: ../../godmode/reporting/reporting_builder.list_items.php:189
-#: ../../godmode/reporting/graph_builder.graph_editor.php:144
-#: ../../godmode/reporting/visual_console_builder.wizard.php:251
-#: ../../godmode/reporting/reporting_builder.item_editor.php:952
+#: ../../godmode/massive/massive_add_tags.php:139
+#: ../../godmode/reporting/graph_builder.graph_editor.php:148
+#: ../../godmode/reporting/visual_console_builder.wizard.php:294
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1053
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1097
+#: ../../godmode/reporting/reporting_builder.list_items.php:164
+#: ../../godmode/reporting/reporting_builder.list_items.php:190
+#: ../../godmode/db/db_refine.php:95
+#: ../../godmode/servers/servers.build_table.php:68
+#: ../../godmode/agentes/configurar_agente.php:302
+#: ../../godmode/agentes/configurar_agente.php:535
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437
+#: ../../godmode/agentes/planned_downtime.editor.php:757
+#: ../../godmode/agentes/planned_downtime.editor.php:831
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:804
+#: ../../godmode/agentes/modificar_agente.php:574
msgid "Modules"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:349
-#: ../../godmode/modules/manage_network_templates_form.php:224
-msgid "Add modules"
+#: ../../operation/tree.php:80 ../../include/functions_maps.php:37
+#: ../../include/functions_networkmap.php:1635
+msgid "Policies"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:440
-msgid "Successful added modules"
+#: ../../operation/tree.php:88
+#, php-format
+msgid "Sort the agents by %s"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:444
-msgid "Unsuccessful added modules"
+#: ../../operation/tree.php:91
+msgid "tags"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:466
-#: ../../enterprise/include/functions_reporting_pdf.php:794
-#: ../../enterprise/include/functions_reporting_pdf.php:1583
-#: ../../enterprise/include/functions_reporting_pdf.php:1931
-#: ../../include/functions_reporting.php:867
-#: ../../include/functions_reporting.php:1692
-#: ../../include/functions_reporting_html.php:1699
-#: ../../include/functions_reporting_html.php:1824
-msgid "There are no Agent/Modules defined"
+#: ../../operation/tree.php:97
+msgid "groups"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:472
-#: ../../enterprise/meta/include/functions_wizard_meta.php:838
-#: ../../enterprise/meta/include/functions_wizard_meta.php:847
-#: ../../enterprise/meta/include/functions_wizard_meta.php:924
-#: ../../enterprise/meta/include/functions_wizard_meta.php:933
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1125
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1134
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1341
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1350
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1422
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1431
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1538
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1547
-#: ../../enterprise/include/functions_reporting_csv.php:595
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1526
-#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738
-#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742
-#: ../../include/functions_graph.php:1352
-#: ../../include/functions_graph.php:3536
-#: ../../include/functions_graph.php:3541
-#: ../../include/functions_graph.php:4202
-#: ../../include/functions_graph.php:4205
-#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983
-#: ../../include/functions_reporting.php:818
-#: ../../godmode/alerts/alert_view.php:310
-#: ../../godmode/reporting/reporting_builder.item_editor.php:727
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1139
-msgid "Max"
+#: ../../operation/tree.php:100
+msgid "module groups"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:475
-#: ../../enterprise/meta/include/functions_wizard_meta.php:836
-#: ../../enterprise/meta/include/functions_wizard_meta.php:845
-#: ../../enterprise/meta/include/functions_wizard_meta.php:922
-#: ../../enterprise/meta/include/functions_wizard_meta.php:931
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1123
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1132
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1339
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1348
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1420
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1429
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1536
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1545
-#: ../../enterprise/include/functions_reporting_csv.php:595
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1245
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1528
-#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738
-#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742
-#: ../../include/functions_graph.php:1354
-#: ../../include/functions_graph.php:3536
-#: ../../include/functions_graph.php:3541
-#: ../../include/functions_graph.php:4202
-#: ../../include/functions_graph.php:4205
-#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983
-#: ../../include/functions_reporting.php:821
-#: ../../godmode/alerts/alert_view.php:310
-#: ../../godmode/reporting/reporting_builder.item_editor.php:729
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1141
-msgid "Min"
+#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71
+#: ../../godmode/setup/license.php:74 ../../godmode/setup/license.php:77
+#: ../../godmode/setup/license.php:80
+msgid "modules"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:480
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1530
-#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738
-#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742
-#: ../../include/functions_graph.php:1356
-#: ../../include/functions_graph.php:3536
-#: ../../include/functions_graph.php:3541
-#: ../../include/functions_graph.php:4202
-#: ../../include/functions_graph.php:4205
-#: ../../include/functions_graph.php:4208
-#: ../../include/functions_reporting.php:826
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1143
-msgid "Avg"
+#: ../../operation/tree.php:107
+msgid "policies"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n.php:536
-#: ../../include/functions_reporting.php:920
-msgid "Insuficient data"
+#: ../../operation/tree.php:131 ../../operation/tree.php:156
+#: ../../operation/tree.php:303 ../../operation/netflow/nf_live_view.php:322
+#: ../../operation/agentes/status_monitor.php:299
+#: ../../operation/agentes/estado_monitores.php:450
+#: ../../operation/agentes/tactical.php:152
+#: ../../operation/agentes/group_view.php:171
+#: ../../operation/agentes/estado_agente.php:186
+#: ../../mobile/operation/agents.php:34 ../../mobile/operation/modules.php:39
+#: ../../include/functions_groups.php:821
+#: ../../include/functions_groups.php:823
+#: ../../include/functions_groups.php:825
+#: ../../include/functions_groups.php:826
+#: ../../include/functions_groups.php:827
+#: ../../include/functions_groups.php:835
+#: ../../include/functions_graph.php:2186
+#: ../../include/functions_graph.php:3284
+#: ../../include/functions_graph.php:3285
+#: ../../include/functions_graph.php:5231
+#: ../../include/functions_reporting_html.php:1567
+#: ../../include/functions_events.php:1465 ../../include/functions.php:873
+#: ../../include/functions.php:1077 ../../include/functions.php:1084
+#: ../../include/functions.php:1114
+#: ../../godmode/massive/massive_edit_agents.php:216
+#: ../../godmode/massive/massive_delete_agents.php:113
+#: ../../godmode/massive/massive_delete_modules.php:453
+#: ../../godmode/massive/massive_delete_modules.php:467
+#: ../../godmode/massive/massive_copy_modules.php:77
+#: ../../godmode/massive/massive_copy_modules.php:190
+#: ../../godmode/massive/massive_edit_modules.php:296
+#: ../../godmode/massive/massive_edit_modules.php:327
+#: ../../godmode/netflow/nf_edit_form.php:207
+msgid "Normal"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26
-msgid "Top N Events by module."
+#: ../../operation/tree.php:132 ../../operation/tree.php:157
+#: ../../operation/tree.php:288 ../../operation/netflow/nf_live_view.php:273
+#: ../../operation/gis_maps/render_view.php:150
+#: ../../operation/agentes/status_monitor.php:300
+#: ../../operation/agentes/estado_monitores.php:452
+#: ../../operation/agentes/tactical.php:151
+#: ../../operation/agentes/group_view.php:172
+#: ../../operation/agentes/estado_agente.php:187
+#: ../../mobile/operation/agents.php:35 ../../mobile/operation/modules.php:40
+#: ../../include/functions_groups.php:830
+#: ../../include/functions_groups.php:832
+#: ../../include/functions_groups.php:834
+#: ../../include/functions_groups.php:835
+#: ../../include/functions_groups.php:836 ../../include/functions_ui.php:234
+#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:2185
+#: ../../include/functions_graph.php:3292
+#: ../../include/functions_graph.php:3293
+#: ../../include/functions_graph.php:5234
+#: ../../include/functions_reporting_html.php:1571
+#: ../../include/functions_events.php:1468 ../../include/functions.php:876
+#: ../../include/functions.php:1079 ../../include/functions.php:1082
+#: ../../include/functions.php:1117 ../../godmode/setup/setup_netflow.php:70
+#: ../../godmode/massive/massive_edit_agents.php:217
+#: ../../godmode/massive/massive_edit_agents.php:407
+#: ../../godmode/massive/massive_delete_agents.php:114
+#: ../../godmode/massive/massive_delete_modules.php:454
+#: ../../godmode/massive/massive_delete_modules.php:468
+#: ../../godmode/massive/massive_copy_modules.php:78
+#: ../../godmode/massive/massive_copy_modules.php:191
+#: ../../godmode/massive/massive_edit_modules.php:297
+#: ../../godmode/massive/massive_edit_modules.php:328
+#: ../../godmode/servers/manage_recontask_form.php:189
+msgid "Warning"
msgstr ""
-#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28
-msgid "Top N events by module."
+#: ../../operation/tree.php:133 ../../operation/tree.php:158
+#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:149
+#: ../../operation/agentes/status_monitor.php:301
+#: ../../operation/agentes/estado_monitores.php:448
+#: ../../operation/agentes/tactical.php:150
+#: ../../operation/agentes/group_view.php:168
+#: ../../operation/agentes/group_view.php:173
+#: ../../operation/agentes/estado_agente.php:188
+#: ../../mobile/operation/agents.php:33 ../../mobile/operation/modules.php:41
+#: ../../include/functions_groups.php:839
+#: ../../include/functions_groups.php:841
+#: ../../include/functions_groups.php:843
+#: ../../include/functions_groups.php:844
+#: ../../include/functions_groups.php:845 ../../include/functions_ui.php:2001
+#: ../../include/functions_graph.php:2184
+#: ../../include/functions_graph.php:3300
+#: ../../include/functions_graph.php:3301
+#: ../../include/functions_graph.php:5237
+#: ../../include/functions_reporting_html.php:680
+#: ../../include/functions_reporting_html.php:1569
+#: ../../include/functions_reporting_html.php:2528
+#: ../../include/functions_events.php:1471 ../../include/functions.php:879
+#: ../../include/functions.php:1081 ../../include/functions.php:1082
+#: ../../include/functions.php:1084 ../../include/functions.php:1120
+#: ../../godmode/massive/massive_edit_agents.php:218
+#: ../../godmode/massive/massive_delete_agents.php:115
+#: ../../godmode/massive/massive_delete_modules.php:455
+#: ../../godmode/massive/massive_delete_modules.php:469
+#: ../../godmode/massive/massive_copy_modules.php:79
+#: ../../godmode/massive/massive_copy_modules.php:192
+#: ../../godmode/massive/massive_edit_modules.php:298
+#: ../../godmode/massive/massive_edit_modules.php:329
+msgid "Critical"
msgstr ""
-#: ../../enterprise/dashboard/widgets/alerts_fired.php:24
-msgid "Alerts Fired"
+#: ../../operation/tree.php:134 ../../operation/tree.php:159
+#: ../../operation/tree.php:293 ../../operation/agentes/status_monitor.php:302
+#: ../../operation/agentes/pandora_networkmap.view.php:245
+#: ../../operation/agentes/estado_monitores.php:453
+#: ../../operation/agentes/tactical.php:153
+#: ../../operation/agentes/group_view.php:166
+#: ../../operation/agentes/group_view.php:169
+#: ../../operation/agentes/estado_agente.php:189
+#: ../../mobile/operation/agents.php:36 ../../mobile/operation/modules.php:42
+#: ../../include/ajax/module.php:824
+#: ../../include/functions_visual_map.php:1580
+#: ../../include/functions_visual_map.php:1601
+#: ../../include/functions_visual_map.php:1617
+#: ../../include/functions_visual_map.php:1633
+#: ../../include/functions_filemanager.php:706
+#: ../../include/functions_groups.php:803
+#: ../../include/functions_groups.php:805
+#: ../../include/functions_groups.php:807
+#: ../../include/functions_groups.php:808
+#: ../../include/functions_groups.php:809 ../../include/functions_ui.php:449
+#: ../../include/functions_ui.php:450 ../../include/functions_reports.php:426
+#: ../../include/functions_graph.php:773
+#: ../../include/functions_graph.php:2187
+#: ../../include/functions_graph.php:3957 ../../include/functions_maps.php:46
+#: ../../include/graphs/functions_flot.php:459
+#: ../../include/functions_reporting_html.php:490
+#: ../../include/functions_reporting_html.php:569
+#: ../../include/functions_reporting_html.php:1552
+#: ../../include/functions_reporting_html.php:1573
+#: ../../include/functions_reporting_html.php:2036
+#: ../../include/functions_reporting_html.php:2198
+#: ../../include/functions_alerts.php:584
+#: ../../include/functions_events.php:1392
+#: ../../include/functions_events.php:2855
+#: ../../include/functions_reporting.php:3410 ../../include/functions.php:1032
+#: ../../godmode/alerts/alert_list.builder.php:209
+#: ../../godmode/massive/massive_edit_agents.php:219
+#: ../../godmode/massive/massive_delete_agents.php:116
+#: ../../godmode/massive/massive_delete_modules.php:456
+#: ../../godmode/massive/massive_delete_modules.php:470
+#: ../../godmode/massive/massive_copy_modules.php:80
+#: ../../godmode/massive/massive_copy_modules.php:193
+#: ../../godmode/massive/massive_edit_modules.php:299
+#: ../../godmode/massive/massive_edit_modules.php:330
+msgid "Unknown"
msgstr ""
-#: ../../enterprise/dashboard/widgets/alerts_fired.php:26
-msgid "Alerts Fired report"
+#: ../../operation/tree.php:135 ../../operation/tree.php:160
+#: ../../operation/tree.php:298 ../../operation/agentes/status_monitor.php:304
+#: ../../operation/agentes/tactical.php:154
+#: ../../operation/agentes/group_view.php:167
+#: ../../operation/agentes/estado_agente.php:191
+#: ../../mobile/operation/modules.php:44
+#: ../../include/functions_groups.php:812
+#: ../../include/functions_groups.php:814
+#: ../../include/functions_groups.php:816
+#: ../../include/functions_groups.php:817
+#: ../../include/functions_groups.php:818
+#: ../../include/functions_graph.php:2190
+#: ../../include/functions_reporting_html.php:1575
+#: ../../godmode/massive/massive_edit_agents.php:221
+#: ../../godmode/massive/massive_delete_agents.php:118
+#: ../../godmode/massive/massive_delete_modules.php:458
+#: ../../godmode/massive/massive_delete_modules.php:472
+#: ../../godmode/massive/massive_copy_modules.php:82
+#: ../../godmode/massive/massive_copy_modules.php:195
+#: ../../godmode/massive/massive_edit_modules.php:301
+#: ../../godmode/massive/massive_edit_modules.php:332
+msgid "Not init"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:26
-#: ../../enterprise/meta/index.php:469
-#: ../../enterprise/meta/advanced/synchronizing.php:33
-#: ../../enterprise/meta/advanced/agents_setup.php:35
-#: ../../enterprise/meta/advanced/policymanager.php:35
-#: ../../enterprise/meta/general/logon_ok.php:15
-#: ../../enterprise/meta/monitoring/group_view.php:32
-#: ../../enterprise/meta/monitoring/tactical.php:35
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37
-#: ../../operation/agentes/ver_agente.php:811
-#: ../../operation/netflow/nf_live_view.php:131
-#: ../../godmode/netflow/nf_edit_form.php:65
+#: ../../operation/tree.php:138
+msgid "Agent status"
+msgstr ""
+
+#: ../../operation/tree.php:140
+msgid "Search agent"
+msgstr ""
+
+#: ../../operation/tree.php:147 ../../operation/netflow/nf_live_view.php:320
+#: ../../operation/agentes/estado_monitores.php:474
+#: ../../operation/agentes/alerts_status.functions.php:116
+#: ../../operation/agentes/alerts_status.functions.php:126
+#: ../../operation/agentes/graphs.php:159
+#: ../../operation/incidents/incident.php:230
+#: ../../godmode/snmpconsole/snmp_alert.php:1014
+#: ../../godmode/snmpconsole/snmp_filters.php:96
+#: ../../godmode/snmpconsole/snmp_filters.php:132
+#: ../../godmode/reporting/reporting_builder.item_editor.php:663
+#: ../../godmode/reporting/reporting_builder.list_items.php:174
+#: ../../godmode/reporting/reporting_builder.list_items.php:197
+#: ../../godmode/netflow/nf_item_list.php:148
+#: ../../godmode/admin_access_logs.php:45
+#: ../../godmode/admin_access_logs.php:72
+#: ../../godmode/modules/manage_network_templates_form.php:242
+#: ../../godmode/modules/manage_network_templates_form.php:298
+#: ../../godmode/agentes/module_manager.php:49 ../../godmode/tag/tag.php:161
+msgid "Filter"
+msgstr ""
+
+#: ../../operation/tree.php:163
+#: ../../include/functions_reporting_html.php:2751
+msgid "Module status"
+msgstr ""
+
+#: ../../operation/tree.php:165
+msgid "Search module"
+msgstr ""
+
+#: ../../operation/tree.php:189
+msgid "Tree search"
+msgstr ""
+
+#: ../../operation/tree.php:264
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763
+msgid "No data found"
+msgstr ""
+
+#: ../../operation/tree.php:271 ../../mobile/operation/groups.php:125
+#: ../../include/functions_reporting_html.php:3459
+#: ../../include/functions_reporting.php:7216 ../../godmode/db/db_main.php:99
+msgid "Total agents"
+msgstr ""
+
+#: ../../operation/tree.php:272
+msgid "Total modules"
+msgstr ""
+
+#: ../../operation/tree.php:273 ../../operation/agentes/group_view.php:165
+#: ../../operation/agentes/gis_view.php:194
+#: ../../include/functions_reporting_html.php:1550
+#: ../../include/functions_reporting_html.php:1565
+#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61
+msgid "Total"
+msgstr ""
+
+#: ../../operation/tree.php:276 ../../operation/tree.php:277
+#: ../../operation/tree.php:278 ../../include/functions_graph.php:2109
+#: ../../include/functions_reporting.php:7061
+#: ../../include/functions_reporting.php:7082
+msgid "Fired alerts"
+msgstr ""
+
+#: ../../operation/tree.php:281
+msgid "Critical agents"
+msgstr ""
+
+#: ../../operation/tree.php:282 ../../mobile/operation/groups.php:157
+msgid "Critical modules"
+msgstr ""
+
+#: ../../operation/tree.php:286
+msgid "Warning agents"
+msgstr ""
+
+#: ../../operation/tree.php:287 ../../mobile/operation/groups.php:153
+msgid "Warning modules"
+msgstr ""
+
+#: ../../operation/tree.php:291
+msgid "Unknown agents"
+msgstr ""
+
+#: ../../operation/tree.php:292 ../../mobile/operation/groups.php:141
+msgid "Unknown modules"
+msgstr ""
+
+#: ../../operation/tree.php:296
+msgid "Not init agents"
+msgstr ""
+
+#: ../../operation/tree.php:297 ../../mobile/operation/groups.php:145
+msgid "Not init modules"
+msgstr ""
+
+#: ../../operation/tree.php:301
+msgid "Normal agents"
+msgstr ""
+
+#: ../../operation/tree.php:302 ../../mobile/operation/groups.php:149
+msgid "Normal modules"
+msgstr ""
+
+#: ../../operation/tree.php:357
+#: ../../operation/agentes/status_monitor.php:1530
+#: ../../operation/agentes/estado_monitores.php:367
+msgid "Module: "
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:108
+#: ../../operation/netflow/nf_live_view.php:133
+#: ../../operation/netflow/nf_live_view.php:137
+msgid "Netflow live view"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:113
+#: ../../godmode/setup/setup_general.php:110
+#: ../../godmode/netflow/nf_edit.php:43
+msgid "Not supported in Windows systems"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:122
+#, php-format
+msgid "nfdump binary (%s) not found!"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:127
+msgid "Make sure nfdump version 1.6.8 or newer is installed!"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:132
+#: ../../operation/agentes/ver_agente.php:961
#: ../../godmode/netflow/nf_item_list.php:57
+#: ../../godmode/netflow/nf_edit_form.php:65
#: ../../godmode/netflow/nf_edit.php:47
msgid "Main"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:28
-#: ../../enterprise/meta/agentsearch.php:32
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590
-#: ../../operation/events/events_list.php:403
-#: ../../godmode/events/event_edit_filter.php:240
-msgid "Agent search"
+#: ../../operation/netflow/nf_live_view.php:149
+msgid "Error creating filter"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:68
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138
-#: ../../enterprise/meta/general/main_header.php:466
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560
-#: ../../enterprise/extensions/translate_string.php:265
-#: ../../enterprise/operation/log/log_viewer.php:165
-#: ../../enterprise/operation/log/log_viewer.php:230
-#: ../../enterprise/operation/services/services.list.php:141
-#: ../../enterprise/operation/services/services.list.php:180
-#: ../../enterprise/operation/agentes/agent_inventory.php:90
-#: ../../enterprise/operation/agentes/agent_inventory.php:95
-#: ../../enterprise/operation/inventory/inventory.php:177
-#: ../../enterprise/operation/inventory/inventory.php:217
-#: ../../enterprise/godmode/alerts/alert_events_list.php:364
-#: ../../enterprise/godmode/alerts/alert_events_list.php:368
-#: ../../enterprise/godmode/agentes/collections.php:173
-#: ../../enterprise/godmode/agentes/collection_manager.php:50
-#: ../../enterprise/godmode/modules/local_components.php:438
-#: ../../enterprise/godmode/modules/local_components.php:452
-#: ../../enterprise/godmode/policies/policy_collections.php:182
-#: ../../enterprise/godmode/policies/policy_agents.php:337
-#: ../../enterprise/godmode/policies/policy_agents.php:342
-#: ../../include/functions_snmp_browser.php:556
-#: ../../operation/integria_incidents/incident.list.php:76
-#: ../../operation/agentes/estado_agente.php:176
-#: ../../operation/agentes/estado_agente.php:194
-#: ../../operation/agentes/status_monitor.php:456
-#: ../../operation/incidents/incident.php:289
-#: ../../operation/search_results.php:160
-#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234
-#: ../../godmode/alerts/alert_templates.php:256
-#: ../../godmode/alerts/alert_templates.php:260
-#: ../../godmode/agentes/modificar_agente.php:159
-#: ../../godmode/agentes/modificar_agente.php:163
-#: ../../godmode/agentes/planned_downtime.list.php:139
-#: ../../godmode/agentes/module_manager.php:37
-#: ../../godmode/modules/manage_network_components.php:499
-#: ../../godmode/reporting/reporting_builder.php:440
-#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91
-msgid "Search"
+#: ../../operation/netflow/nf_live_view.php:152
+msgid "Filter created successfully"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:71
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:108
-#: ../../enterprise/meta/advanced/policymanager.queue.php:244
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148
-#: ../../enterprise/godmode/alerts/alert_events_list.php:382
-#: ../../enterprise/godmode/modules/local_components.php:445
-#: ../../operation/events/events_list.php:627
-#: ../../operation/agentes/alerts_status.php:384
-#: ../../operation/agentes/status_monitor.php:525 ../../operation/tree.php:184
-#: ../../godmode/users/user_list.php:243
-#: ../../godmode/alerts/alert_templates.php:268
-#: ../../godmode/modules/manage_network_components.php:507
-#: ../../godmode/reporting/reporting_builder.list_items.php:205
-#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281
-msgid "Show Options"
+#: ../../operation/netflow/nf_live_view.php:167
+msgid "Filter updated successfully"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:79
-msgid "Search results for"
+#: ../../operation/netflow/nf_live_view.php:168
+msgid "Error updating filter"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:91
-#: ../../enterprise/meta/include/functions_wizard_meta.php:133
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1620
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494
-#: ../../enterprise/meta/advanced/policymanager.queue.php:255
-#: ../../enterprise/extensions/csv_import/main.php:75
-#: ../../enterprise/include/functions_reporting.php:1895
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1332
-#: ../../operation/events/events.build_table.php:45
-#: ../../operation/events/events_list.php:441
-#: ../../operation/servers/recon_view.php:173
-#: ../../godmode/agentes/agent_manager.php:267
-#: ../../godmode/agentes/module_manager.php:513
-#: ../../godmode/massive/massive_edit_agents.php:298
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1076
-msgid "Server"
+#: ../../operation/netflow/nf_live_view.php:193
+msgid "Draw live filter"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:93
-#: ../../enterprise/extensions/ipam/ipam_network.php:538
-#: ../../enterprise/godmode/modules/local_components.php:434
-#: ../../enterprise/godmode/modules/local_components.php:448
-#: ../../enterprise/godmode/modules/local_components.php:470
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82
-#: ../../enterprise/godmode/modules/configure_local_component.php:160
-#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:279
-#: ../../include/functions_reporting_html.php:1484
-#: ../../include/functions_events.php:2028
-#: ../../operation/search_agents.php:45 ../../operation/search_agents.php:53
-#: ../../operation/gis_maps/ajax.php:276
-#: ../../operation/agentes/estado_agente.php:457
-#: ../../operation/agentes/estado_generalagente.php:128
-#: ../../operation/tree.php:55 ../../operation/tree.php:94
-#: ../../godmode/agentes/agent_manager.php:255
-#: ../../godmode/agentes/modificar_agente.php:426
-#: ../../godmode/agentes/planned_downtime.editor.php:724
-#: ../../godmode/servers/manage_recontask_form.php:286
-#: ../../godmode/servers/manage_recontask.php:287
-#: ../../godmode/massive/massive_edit_agents.php:287
-msgid "OS"
+#: ../../operation/netflow/nf_live_view.php:224
+msgid "Connection"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:94
-#: ../../enterprise/meta/include/functions_wizard_meta.php:776
-#: ../../enterprise/meta/include/functions_wizard_meta.php:894
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1058
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1356
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1437
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1570
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108
-#: ../../enterprise/extensions/ipam/ipam_network.php:125
-#: ../../enterprise/extensions/ipam/ipam_list.php:63
-#: ../../enterprise/include/functions_reporting_pdf.php:2285
-#: ../../enterprise/godmode/agentes/inventory_manager.php:174
-#: ../../enterprise/godmode/agentes/inventory_manager.php:236
-#: ../../enterprise/godmode/servers/manage_export.php:131
-#: ../../enterprise/godmode/servers/manage_export_form.php:80
-#: ../../enterprise/godmode/modules/configure_local_component.php:215
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244
-#: ../../mobile/operation/modules.php:470
-#: ../../mobile/operation/modules.php:473
-#: ../../mobile/operation/modules.php:474
-#: ../../mobile/operation/modules.php:646
-#: ../../include/functions_treeview.php:85
-#: ../../include/functions_treeview.php:422
-#: ../../include/functions_reporting_html.php:1520
+#: ../../operation/netflow/nf_live_view.php:240
+#: ../../godmode/agentes/planned_downtime.editor.php:510
+#: ../../godmode/agentes/planned_downtime.editor.php:521
+msgid "Date format in Pandora is year/month/day"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:242
+#: ../../godmode/alerts/configure_alert_template.php:540
+#: ../../godmode/alerts/configure_alert_template.php:544
+#: ../../godmode/reporting/reporting_builder.item_editor.php:848
+#: ../../godmode/reporting/reporting_builder.item_editor.php:857
+#: ../../godmode/agentes/planned_downtime.editor.php:512
+#: ../../godmode/agentes/planned_downtime.editor.php:523
+#: ../../godmode/agentes/planned_downtime.editor.php:591
+#: ../../godmode/agentes/planned_downtime.editor.php:599
+msgid "Time format in Pandora is hours(24h):minutes:seconds"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:245
+#: ../../operation/servers/recon_view.php:92
#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46
#: ../../operation/search_agents.php:56
-#: ../../operation/agentes/estado_agente.php:462
-#: ../../operation/agentes/estado_generalagente.php:201
-#: ../../operation/agentes/status_monitor.php:941
-#: ../../operation/servers/recon_view.php:92
-#: ../../operation/netflow/nf_live_view.php:242
-#: ../../godmode/agentes/agent_manager.php:249
-#: ../../godmode/agentes/module_manager_editor_common.php:332
-#: ../../godmode/agentes/module_manager_editor_common.php:358
-#: ../../godmode/agentes/module_manager.php:519
-#: ../../godmode/servers/manage_recontask_form.php:247
-#: ../../godmode/servers/manage_recontask.php:287
-#: ../../godmode/massive/massive_edit_agents.php:283
-#: ../../godmode/massive/massive_edit_modules.php:441
-#: ../../godmode/modules/manage_network_components_form_common.php:102
+#: ../../operation/agentes/status_monitor.php:966
+#: ../../operation/agentes/estado_generalagente.php:200
+#: ../../operation/agentes/estado_agente.php:512
+#: ../../mobile/operation/modules.php:540
+#: ../../mobile/operation/modules.php:543
+#: ../../mobile/operation/modules.php:544
+#: ../../mobile/operation/modules.php:755
+#: ../../include/functions_treeview.php:85
+#: ../../include/functions_treeview.php:581
+#: ../../include/functions_reporting_html.php:2110
+#: ../../godmode/massive/massive_edit_agents.php:301
+#: ../../godmode/massive/massive_edit_modules.php:464
+#: ../../godmode/servers/manage_recontask_form.php:252
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/modules/manage_network_components_form_common.php:104
+#: ../../godmode/agentes/module_manager_editor_common.php:379
+#: ../../godmode/agentes/module_manager_editor_common.php:405
+#: ../../godmode/agentes/agent_manager.php:276
+#: ../../godmode/agentes/module_manager.php:560
msgid "Interval"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:98
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1370
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1460
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1580
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:226
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103
-#: ../../enterprise/include/functions_policies.php:3224
-#: ../../enterprise/include/functions_reporting_pdf.php:706
-#: ../../enterprise/godmode/services/services.service.php:312
-#: ../../enterprise/godmode/alerts/alert_events_list.php:67
-#: ../../enterprise/godmode/alerts/alert_events_list.php:114
-#: ../../enterprise/godmode/alerts/alert_events_list.php:129
-#: ../../enterprise/godmode/alerts/alert_events_list.php:144
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69
-#: ../../enterprise/godmode/alerts/alert_events.php:71
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:91
-#: ../../enterprise/godmode/policies/policies.php:343
-#: ../../enterprise/godmode/policies/policy_alerts.php:32
-#: ../../mobile/include/functions_web.php:25
-#: ../../mobile/operation/agent.php:189 ../../mobile/operation/home.php:54
+#: ../../operation/netflow/nf_live_view.php:248
+#: ../../include/functions_netflow.php:1134
+#: ../../include/functions_netflow.php:1144
+#: ../../include/functions_netflow.php:1161
+#: ../../include/functions_netflow.php:1169
+#: ../../include/functions_netflow.php:1193
+#: ../../godmode/reporting/reporting_builder.item_editor.php:735
+msgid "Resolution"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:248
+msgid "The interval will be divided in chunks the length of the resolution."
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:258
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1276
+#: ../../godmode/netflow/nf_item_list.php:150
+msgid "Max. values"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:274
+#: ../../godmode/setup/setup_netflow.php:70
+msgid "IP address resolution can take a lot of time"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:283
+msgid "IP address resolution"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:284
+#: ../../godmode/setup/setup_netflow.php:69
+msgid "Resolve the IP addresses to get their hostnames."
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:305
+#: ../../operation/search_users.php:41 ../../operation/gis_maps/gis_map.php:89
+#: ../../operation/search_helps.php:36 ../../operation/search_maps.php:31
+#: ../../operation/agentes/pandora_networkmap.php:398
+#: ../../operation/agentes/pandora_networkmap.editor.php:180
+#: ../../extensions/files_repo/files_repo_list.php:58
+#: ../../mobile/operation/networkmaps.php:195
+#: ../../mobile/operation/visualmaps.php:139
+#: ../../include/functions_pandora_networkmap.php:1385
+#: ../../include/functions_pandora_networkmap.php:1418
+#: ../../include/functions_pandora_networkmap.php:1579
+#: ../../include/functions_filemanager.php:580
+#: ../../include/functions_treeview.php:79
+#: ../../include/functions_reporting_html.php:808
+#: ../../include/functions_reporting_html.php:817
+#: ../../include/functions_reporting_html.php:1640
+#: ../../include/functions_reporting_html.php:2104
+#: ../../include/functions_reporting_html.php:3809
+#: ../../include/functions_events.php:2018
+#: ../../include/functions_events.php:2068
+#: ../../godmode/alerts/alert_actions.php:340
+#: ../../godmode/alerts/alert_commands.php:330
+#: ../../godmode/alerts/configure_alert_command.php:146
+#: ../../godmode/alerts/configure_alert_action.php:112
+#: ../../godmode/alerts/configure_alert_template.php:747
+#: ../../godmode/alerts/alert_templates.php:298
+#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35
+#: ../../godmode/events/event_filter.php:108
+#: ../../godmode/events/event_responses.editor.php:76
+#: ../../godmode/events/event_responses.list.php:54
+#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403
+#: ../../godmode/reporting/reporting_builder.main.php:65
+#: ../../godmode/reporting/reporting_builder.main.php:67
+#: ../../godmode/reporting/reporting_builder.item_editor.php:653
+#: ../../godmode/reporting/reporting_builder.list_items.php:303
+#: ../../godmode/reporting/graph_builder.main.php:103
+#: ../../godmode/netflow/nf_edit_form.php:189
+#: ../../godmode/netflow/nf_edit.php:118
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/servers/recon_script.php:95
+#: ../../godmode/servers/recon_script.php:348
+#: ../../godmode/servers/servers.build_table.php:64
+#: ../../godmode/servers/modificar_server.php:46
+#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735
+#: ../../godmode/category/edit_category.php:155
+#: ../../godmode/groups/configure_modu_group.php:69
+#: ../../godmode/groups/group_list.php:336
+#: ../../godmode/groups/configure_group.php:116
+#: ../../godmode/groups/modu_group_list.php:183
+#: ../../godmode/modules/module_list.php:59
+#: ../../godmode/modules/manage_nc_groups.php:194
+#: ../../godmode/modules/manage_nc_groups_form.php:67
+#: ../../godmode/modules/manage_network_templates_form.php:144
+#: ../../godmode/modules/manage_network_components_form_common.php:54
+#: ../../godmode/modules/manage_network_templates.php:190
+#: ../../godmode/agentes/module_manager_editor_common.php:149
+#: ../../godmode/agentes/module_manager_editor_common.php:655
+#: ../../godmode/agentes/configure_field.php:48
+#: ../../godmode/agentes/planned_downtime.editor.php:478
+#: ../../godmode/agentes/planned_downtime.editor.php:753
+#: ../../godmode/agentes/module_manager.php:545 ../../godmode/tag/tag.php:156
+#: ../../godmode/tag/edit_tag.php:169
+msgid "Name"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:323
+#: ../../godmode/alerts/alert_commands.php:152
+#: ../../godmode/alerts/alert_commands.php:162
+#: ../../godmode/alerts/configure_alert_template.php:693
+#: ../../godmode/alerts/configure_alert_template.php:707
+#: ../../godmode/alerts/configure_alert_template.php:776
+#: ../../godmode/users/configure_user.php:533
+#: ../../godmode/netflow/nf_edit_form.php:208
+#: ../../godmode/modules/manage_network_components_form_common.php:60
+msgid "Advanced"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:335
+msgid "Select a filter"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:349
+#: ../../godmode/netflow/nf_edit_form.php:210
+msgid "Dst Ip"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:349
+#: ../../godmode/netflow/nf_edit_form.php:210
+msgid ""
+"Destination IP. A comma separated list of destination ip. If we leave the "
+"field blank, will show all ip. Example filter by ip:"
+"
25.46.157.214,160.253.135.249"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:358
+#: ../../godmode/netflow/nf_edit_form.php:213
+msgid "Src Ip"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:358
+#: ../../godmode/netflow/nf_edit_form.php:213
+msgid ""
+"Source IP. A comma separated list of source ip. If we leave the field blank, "
+"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:370
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../godmode/netflow/nf_edit_form.php:216
+#: ../../godmode/netflow/nf_edit_form.php:226
+msgid "Dst Port"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:370
+#: ../../godmode/netflow/nf_edit_form.php:216
+msgid ""
+"Destination port. A comma separated list of destination ports. If we leave "
+"the field blank, will show all ports. Example filter by ports 80 and 22:"
+"
80,22"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:379
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../godmode/netflow/nf_edit_form.php:219
+#: ../../godmode/netflow/nf_edit_form.php:226
+msgid "Src Port"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:379
+#: ../../godmode/netflow/nf_edit_form.php:219
+msgid ""
+"Source port. A comma separated list of source ports. If we leave the field "
+"blank, will show all ports. Example filter by ports 80 and 22:
80,22"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:397
+#: ../../godmode/netflow/nf_edit_form.php:225
+msgid "Aggregate by"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../include/functions_netflow.php:1660
+#: ../../godmode/netflow/nf_edit_form.php:226
+msgid "Protocol"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../godmode/netflow/nf_edit_form.php:226
+msgid "Src Ip Address"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:399
+#: ../../godmode/netflow/nf_edit_form.php:226
+msgid "Dst Ip Address"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:402
+msgid "Router ip"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:405
+#: ../../godmode/netflow/nf_edit_form.php:230
+msgid "Output format"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:406
+#: ../../include/functions_netflow.php:1640
+#: ../../include/functions_config.php:447
+#: ../../include/functions_config.php:1494
+msgid "Bytes"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:406
+msgid "Bytes per second"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:406
+#: ../../godmode/netflow/nf_edit_form.php:231
+msgid "Kilobytes"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:406
+#: ../../godmode/netflow/nf_edit_form.php:231
+msgid "Megabytes"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:406
+#: ../../godmode/netflow/nf_edit_form.php:231
+msgid "Kilobytes per second"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:406
+#: ../../godmode/netflow/nf_edit_form.php:231
+msgid "Megabytes per second"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:417
+msgid "Draw"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:421
+msgid "Save as new filter"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:422
+msgid "Update current filter"
+msgstr ""
+
+#: ../../operation/netflow/nf_live_view.php:436
+msgid "No filter selected"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:96
+#: ../../operation/visual_console/render_view.php:96
+#: ../../godmode/reporting/visual_console_builder.php:662
+msgid "Visual consoles list"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:105
+#: ../../operation/visual_console/render_view.php:108
+#: ../../operation/gis_maps/render_view.php:128
+#: ../../godmode/reporting/visual_console_builder.php:665
+msgid "Show link to public Visual Console"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:113
+#: ../../operation/visual_console/render_view.php:116
+#: ../../godmode/reporting/visual_console_builder.php:671
+msgid "List elements"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:118
+#: ../../operation/visual_console/render_view.php:121
+#: ../../godmode/reporting/visual_console_builder.php:676
+msgid "Services wizard"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:123
+#: ../../operation/visual_console/render_view.php:126
+#: ../../godmode/reporting/visual_console_builder.wizard.php:354
+#: ../../godmode/reporting/visual_console_builder.php:681
+msgid "Wizard"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:126
+#: ../../operation/visual_console/render_view.php:129
+#: ../../godmode/reporting/visual_console_builder.php:684
+msgid "Builder"
+msgstr ""
+
+#: ../../operation/visual_console/pure_ajax.php:130
+#: ../../operation/visual_console/render_view.php:133
+#: ../../operation/agentes/estado_agente.php:577
+#: ../../godmode/setup/setup_visuals.php:165
+#: ../../godmode/setup/setup_visuals.php:185
+#: ../../godmode/setup/setup_visuals.php:204
+#: ../../godmode/setup/setup_visuals.php:220
+#: ../../godmode/setup/setup_visuals.php:292
+#: ../../godmode/reporting/visual_console_builder.php:687
+#: ../../godmode/servers/manage_recontask.php:32
+#: ../../godmode/agentes/configurar_agente.php:281
+#: ../../godmode/agentes/modificar_agente.php:52
+#: ../../godmode/agentes/modificar_agente.php:582
+msgid "View"
+msgstr ""
+
+#: ../../operation/visual_console/render_view.php:232
+#: ../../operation/visual_console/public_console.php:153
+msgid "Until refresh"
+msgstr ""
+
+#: ../../operation/visual_console/public_console.php:130
+#: ../../general/header.php:147
+msgid "QR code of the page"
+msgstr ""
+
+#: ../../operation/search_users.php:44
+#: ../../general/login_identification_wizard.php:170
+#: ../../general/login_identification_wizard.php:171
+#: ../../godmode/tag/tag.php:203 ../../godmode/tag/edit_tag.php:195
+msgid "Email"
+msgstr ""
+
+#: ../../operation/search_users.php:47 ../../operation/gis_maps/ajax.php:219
+#: ../../operation/gis_maps/ajax.php:321 ../../operation/search_agents.php:66
+#: ../../operation/agentes/ver_agente.php:696
+#: ../../operation/agentes/estado_generalagente.php:205
+#: ../../operation/agentes/estado_agente.php:531
+#: ../../mobile/operation/agents.php:85 ../../mobile/operation/agents.php:337
+#: ../../mobile/operation/agents.php:339 ../../mobile/operation/agents.php:341
+#: ../../mobile/operation/agents.php:342 ../../mobile/operation/agent.php:161
+#: ../../include/ajax/module.php:751 ../../include/functions_treeview.php:602
+#: ../../include/functions_events.php:2038
+#: ../../godmode/users/user_list.php:272
+#: ../../godmode/agentes/planned_downtime.editor.php:756
+msgid "Last contact"
+msgstr ""
+
+#: ../../operation/search_users.php:50
+msgid "Profile"
+msgstr ""
+
+#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275
+#: ../../godmode/users/user_list.php:413
+msgid "Admin"
+msgstr ""
+
+#: ../../operation/search_users.php:64
+#: ../../godmode/users/configure_user.php:468
+#: ../../godmode/users/user_list.php:414
+msgid "Administrator"
+msgstr ""
+
+#: ../../operation/search_users.php:69
+#: ../../godmode/users/configure_user.php:473
+msgid "Standard User"
+msgstr ""
+
+#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:457
+msgid "The user doesn't have any assigned profile/group"
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:29
+#: ../../godmode/gis_maps/configure_gis_map.php:214
+msgid "GIS Maps list"
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:94
+#: ../../godmode/alerts/alert_list.list.php:412
+#: ../../godmode/alerts/alert_templates.php:302
+#: ../../godmode/users/profile_list.php:327
+#: ../../godmode/users/user_list.php:278
+#: ../../godmode/reporting/reporting_builder.php:567
+#: ../../godmode/reporting/reporting_builder.php:687
+#: ../../godmode/reporting/reporting_builder.list_items.php:305
+#: ../../godmode/reporting/graphs.php:163
+#: ../../godmode/servers/servers.build_table.php:76
+#: ../../godmode/servers/plugin.php:739
+msgid "Op."
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:175
+msgid "No maps found"
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:182
+#: ../../operation/incidents/incident_detail.php:379
+#: ../../include/functions_filemanager.php:617
+#: ../../include/functions_filemanager.php:654
+#: ../../include/functions_visual_map_editor.php:470
+#: ../../godmode/snmpconsole/snmp_alert.php:980
+#: ../../godmode/snmpconsole/snmp_alert.php:1339
+#: ../../godmode/snmpconsole/snmp_filters.php:108
+#: ../../godmode/snmpconsole/snmp_filters.php:156
+#: ../../godmode/alerts/configure_alert_special_days.php:106
+#: ../../godmode/alerts/alert_special_days.php:464
+#: ../../godmode/alerts/alert_special_days.php:482
+#: ../../godmode/alerts/alert_actions.php:403
+#: ../../godmode/alerts/alert_commands.php:377
+#: ../../godmode/alerts/configure_alert_command.php:202
+#: ../../godmode/alerts/configure_alert_action.php:227
+#: ../../godmode/alerts/alert_list.list.php:742
+#: ../../godmode/alerts/alert_list.php:329
+#: ../../godmode/alerts/alert_templates.php:363
+#: ../../godmode/setup/news.php:204 ../../godmode/setup/gis.php:93
+#: ../../godmode/setup/os.php:52 ../../godmode/setup/os.php:76
+#: ../../godmode/setup/links.php:117
+#: ../../godmode/events/event_edit_filter.php:405
+#: ../../godmode/events/event_responses.editor.php:134
+#: ../../godmode/massive/massive_add_profiles.php:117
+#: ../../godmode/users/configure_user.php:588
+#: ../../godmode/users/profile_list.php:404
+#: ../../godmode/reporting/map_builder.php:312
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1186
+#: ../../godmode/reporting/graph_builder.main.php:186
+#: ../../godmode/netflow/nf_edit_form.php:244
+#: ../../godmode/servers/manage_recontask.php:392
+#: ../../godmode/servers/recon_script.php:220
+#: ../../godmode/servers/plugin.php:542
+#: ../../godmode/category/edit_category.php:174
+#: ../../godmode/groups/configure_modu_group.php:87
+#: ../../godmode/groups/configure_group.php:225
+#: ../../godmode/modules/manage_nc_groups.php:245
+#: ../../godmode/modules/manage_nc_groups_form.php:84
+#: ../../godmode/modules/manage_network_components.php:645
+#: ../../godmode/modules/manage_network_components_form.php:279
+#: ../../godmode/modules/manage_network_templates_form.php:157
+#: ../../godmode/modules/manage_network_templates.php:237
+#: ../../godmode/agentes/module_manager_editor.php:540
+#: ../../godmode/agentes/configure_field.php:65
+#: ../../godmode/agentes/agent_manager.php:495
+#: ../../godmode/agentes/module_manager.php:136
+#: ../../godmode/agentes/planned_downtime.list.php:366
+#: ../../godmode/agentes/planned_downtime.list.php:516
+#: ../../godmode/tag/edit_tag.php:232
+msgid "Create"
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:194
+msgid "Caution: Do you want delete the map?"
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:201
+msgid "Do you want to set default the map?"
+msgstr ""
+
+#: ../../operation/gis_maps/gis_map.php:209
+msgid "There was error on setup the default map."
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254
+msgid "Position (Lat, Long, Alt)"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:218
+msgid "Start contact"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:220
+msgid "Num reports"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:222
+#: ../../operation/agentes/gis_view.php:186
+msgid "Manual placement"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:258
+msgid "Default position of map."
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:269
+#: ../../include/functions_treeview.php:575
+#: ../../include/functions_reporting_html.php:2249
+#: ../../include/functions_reporting_html.php:2292
+#: ../../include/functions_events.php:2028
+#: ../../godmode/servers/modificar_server.php:47
+#: ../../godmode/agentes/agent_manager.php:211
+msgid "IP Address"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201
+#: ../../godmode/events/event_responses.editor.php:114
+#: ../../godmode/events/event_responses.editor.php:121
+#: ../../godmode/events/event_responses.editor.php:124
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1238
+msgid "URL"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:315
+#: ../../operation/agentes/estado_generalagente.php:159
+#: ../../include/functions_treeview.php:642
+msgid "Agent Version"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334
+#: ../../operation/agentes/estado_generalagente.php:210
+#: ../../include/functions_ui.php:449 ../../include/functions_treeview.php:595
+#: ../../godmode/snmpconsole/snmp_alert.php:1217
+#: ../../godmode/db/db_main.php:183
+msgid "Never"
+msgstr ""
+
+#: ../../operation/gis_maps/ajax.php:332
+#: ../../operation/agentes/estado_generalagente.php:205
+#: ../../operation/agentes/estado_agente.php:501
+#: ../../include/functions_treeview.php:602
+msgid "Remote"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:119
+#: ../../operation/agentes/estado_agente.php:135 ../../godmode/menu.php:231
+#: ../../godmode/menu.php:238 ../../godmode/agentes/configurar_agente.php:293
+#: ../../godmode/agentes/configurar_agente.php:520
+msgid "Setup"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:135
+#: ../../include/functions.php:2583
+msgid "5 seconds"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:136
+#: ../../include/functions.php:2584
+msgid "10 seconds"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:137
+#: ../../include/functions.php:2586
+msgid "30 seconds"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:138
+#: ../../extensions/agents_modules.php:104
+#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2587
+msgid "1 minute"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:139
+#: ../../extensions/agents_modules.php:105
+#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2588
+msgid "2 minutes"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:140
+#: ../../extensions/agents_modules.php:106
+#: ../../extensions/agents_alerts.php:84 ../../include/ajax/module.php:132
+#: ../../include/functions.php:2589
+msgid "5 minutes"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:141
+#: ../../extensions/agents_modules.php:107
+#: ../../extensions/agents_alerts.php:85
+msgid "10 minutes"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:142
+#: ../../include/ajax/module.php:134 ../../include/functions_netflow.php:1052
+#: ../../include/functions_netflow.php:1085 ../../include/functions.php:2022
+#: ../../include/functions.php:2592 ../../godmode/setup/performance.php:105
+msgid "1 hour"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:143
+#: ../../include/functions_netflow.php:1053
+#: ../../include/functions_netflow.php:1086
+msgid "2 hours"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:145
+msgid "Refresh: "
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:151
+#: ../../include/functions_config.php:531
+#: ../../include/functions_config.php:1551
+#: ../../godmode/massive/massive_edit_agents.php:405
+msgid "Ok"
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:154
+msgid "Show agents by state: "
+msgstr ""
+
+#: ../../operation/gis_maps/render_view.php:157
+msgid "Map"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:35
+#: ../../operation/messages/message_list.php:32
+msgid "Received messages"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:39
+#: ../../operation/messages/message_list.php:36
+msgid "Sent messages"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:43
+#: ../../operation/messages/message_list.php:40
+#: ../../operation/messages/message_list.php:226
+msgid "Create message"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:60
+msgid "This message does not exist in the system"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:79
+#: ../../operation/messages/message_edit.php:160
+#: ../../operation/messages/message_list.php:125
+msgid "Sender"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:80
+msgid "at"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:82
+#: ../../operation/messages/message_edit.php:169
+#: ../../operation/messages/message_list.php:123
+msgid "Destination"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:85
+#: ../../operation/messages/message_edit.php:207
+#: ../../operation/messages/message_list.php:126
+#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220
+#: ../../godmode/update_manager/update_manager.messages.php:136
+msgid "Subject"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:104
+msgid "wrote"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:119
+msgid "Reply"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:136
+#, php-format
+msgid "Message successfully sent to user %s"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:137
+#, php-format
+msgid "Error sending message to user %s"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:145
+msgid "Message successfully sent"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:146
+#, php-format
+msgid "Error sending message to group %s"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:203
+msgid "Select user"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:204
+msgid "OR"
+msgstr ""
+
+#: ../../operation/messages/message_edit.php:205
+msgid "Select group"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:74
+msgid "Not deleted. Error deleting messages"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:80
+#: ../../operation/messages/message_list.php:88
+msgid "You have"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:81
+msgid "sent message(s)"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:89
+msgid "unread message(s)"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:97
+msgid "There are no messages."
+msgstr ""
+
+#: ../../operation/messages/message_list.php:136
+msgid "Click to read"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:141
+msgid "Mark as unread"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:148
+#: ../../operation/messages/message_list.php:153
+msgid "Message unread - click to read"
+msgstr ""
+
+#: ../../operation/messages/message_list.php:180
+msgid "No Subject"
+msgstr ""
+
+#: ../../operation/search_helps.php:22
+msgid "Zero results found."
+msgstr ""
+
+#: ../../operation/search_helps.php:23
+#, php-format
+msgid ""
+"You can find more help in the Pandora's wiki"
+msgstr ""
+
+#: ../../operation/search_helps.php:37
+msgid "Matches"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:36
+#: ../../operation/servers/recon_view.php:51
+msgid "Recon View"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:46
+#: ../../operation/search_agents.php:111
+#: ../../operation/agentes/ver_agente.php:947
+msgid "Manage"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:86
+#: ../../operation/servers/recon_view.php:118
+#: ../../operation/agentes/group_view.php:163
+#: ../../operation/agentes/group_view.php:216
+#: ../../include/ajax/module.php:804 ../../include/functions_groups.php:771
+#: ../../include/functions_groups.php:964 ../../include/functions_ui.php:834
+msgid "Force"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:89
+#: ../../godmode/servers/manage_recontask_form.php:218
+msgid "Task name"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:95
+#: ../../godmode/servers/manage_recontask_form.php:242
+#: ../../godmode/servers/manage_recontask.php:291
+msgid "Network"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:104
+#: ../../operation/servers/recon_view.php:158
+msgid "Progress"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:107
+#: ../../operation/incidents/incident_detail.php:261
+msgid "Updated at"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:137
+#: ../../include/help/clippy/operation_agentes_ver_agente.php:42
+#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126
+msgid "Done"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:140
+msgid "Pending"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:145
+#: ../../godmode/servers/manage_recontask.php:314
+msgid "Network recon task"
+msgstr ""
+
+#: ../../operation/servers/recon_view.php:173
+msgid "has no recon tasks assigned"
+msgstr ""
+
+#: ../../operation/search_maps.php:33
+msgid "Elements"
+msgstr ""
+
+#: ../../operation/search_modules.php:52
+#: ../../operation/agentes/status_monitor.php:977
+#: ../../extensions/realtime_graphs.php:72
+#: ../../include/functions_pandora_networkmap.php:1387
+#: ../../include/ajax/module.php:750
+#: ../../include/functions_visual_map_editor.php:56
+#: ../../include/functions_events.php:2103
+msgid "Graph"
+msgstr ""
+
+#: ../../operation/search_modules.php:53
+#: ../../operation/agentes/status_monitor.php:983
+#: ../../operation/agentes/exportdata.php:98
+#: ../../operation/agentes/exportdata.excel.php:76
+#: ../../operation/agentes/exportdata.csv.php:77
+#: ../../operation/agentes/gis_view.php:194
+#: ../../extensions/insert_data.php:180 ../../extensions/insert_data.php:181
+#: ../../mobile/operation/modules.php:606
+#: ../../mobile/operation/modules.php:613
+#: ../../mobile/operation/modules.php:621
+#: ../../mobile/operation/modules.php:757 ../../include/ajax/module.php:749
+#: ../../include/functions_graph.php:3433
+#: ../../include/functions_reporting_html.php:1806
+#: ../../include/functions_reporting_html.php:1809
+#: ../../include/functions_reporting_html.php:1810
+#: ../../include/functions_reporting_html.php:1813
+#: ../../include/functions_netflow.php:311
+#: ../../include/functions_reporting.php:2349
+#: ../../include/functions_reporting.php:2383
+msgid "Data"
+msgstr ""
+
+#: ../../operation/search_modules.php:104
+#: ../../operation/agentes/status_monitor.php:1143
+#: ../../mobile/operation/modules.php:451
+#: ../../mobile/operation/modules.php:504
+#: ../../include/functions_modules.php:1871
+msgid "NOT INIT"
+msgstr ""
+
+#: ../../operation/search_modules.php:108
+#: ../../operation/search_modules.php:125
+#: ../../operation/agentes/status_monitor.php:1148
+#: ../../operation/agentes/status_monitor.php:1152
+#: ../../operation/agentes/status_monitor.php:1183
+#: ../../operation/agentes/status_monitor.php:1188
+#: ../../operation/agentes/pandora_networkmap.view.php:293
+#: ../../operation/agentes/pandora_networkmap.view.php:302
+#: ../../mobile/operation/modules.php:455
+#: ../../mobile/operation/modules.php:472
+#: ../../mobile/operation/modules.php:508
+#: ../../mobile/operation/modules.php:525
+#: ../../include/class/Tree.class.php:1500
+#: ../../include/functions_modules.php:1883
+#: ../../include/functions_modules.php:1891
+msgid "NORMAL"
+msgstr ""
+
+#: ../../operation/search_modules.php:112
+#: ../../operation/search_modules.php:132
+#: ../../operation/agentes/status_monitor.php:1158
+#: ../../operation/agentes/status_monitor.php:1162
+#: ../../operation/agentes/status_monitor.php:1195
+#: ../../operation/agentes/status_monitor.php:1200
+#: ../../operation/agentes/pandora_networkmap.view.php:285
+#: ../../operation/agentes/pandora_networkmap.view.php:307
+#: ../../mobile/operation/modules.php:459
+#: ../../mobile/operation/modules.php:477
+#: ../../mobile/operation/modules.php:512
+#: ../../mobile/operation/modules.php:530
+#: ../../include/class/Tree.class.php:1474
+#: ../../include/functions_modules.php:1875
+#: ../../include/functions_modules.php:1895
+msgid "CRITICAL"
+msgstr ""
+
+#: ../../operation/search_modules.php:116
+#: ../../operation/search_modules.php:139
+#: ../../operation/agentes/status_monitor.php:1168
+#: ../../operation/agentes/status_monitor.php:1172
+#: ../../operation/agentes/status_monitor.php:1207
+#: ../../operation/agentes/status_monitor.php:1212
+#: ../../operation/agentes/pandora_networkmap.view.php:289
+#: ../../operation/agentes/pandora_networkmap.view.php:312
+#: ../../mobile/operation/modules.php:463
+#: ../../mobile/operation/modules.php:482
+#: ../../mobile/operation/modules.php:516
+#: ../../mobile/operation/modules.php:535
+#: ../../include/class/Tree.class.php:1481
+#: ../../include/functions_modules.php:1879
+#: ../../include/functions_modules.php:1899
+msgid "WARNING"
+msgstr ""
+
+#: ../../operation/search_modules.php:124
+#: ../../operation/search_modules.php:131
+#: ../../operation/search_modules.php:138
+#: ../../operation/agentes/status_monitor.php:1182
+#: ../../operation/agentes/status_monitor.php:1187
+#: ../../operation/agentes/status_monitor.php:1194
+#: ../../operation/agentes/status_monitor.php:1199
+#: ../../operation/agentes/status_monitor.php:1206
+#: ../../operation/agentes/status_monitor.php:1211
+#: ../../operation/agentes/pandora_networkmap.view.php:301
+#: ../../operation/agentes/pandora_networkmap.view.php:306
+#: ../../operation/agentes/pandora_networkmap.view.php:311
+#: ../../mobile/operation/modules.php:471
+#: ../../mobile/operation/modules.php:476
+#: ../../mobile/operation/modules.php:481
+#: ../../mobile/operation/modules.php:524
+#: ../../mobile/operation/modules.php:529
+#: ../../mobile/operation/modules.php:534
+#: ../../include/class/Tree.class.php:1486
+#: ../../include/functions_modules.php:1890
+#: ../../include/functions_modules.php:1894
+#: ../../include/functions_modules.php:1898
+msgid "UNKNOWN"
+msgstr ""
+
+#: ../../operation/search_modules.php:124
+#: ../../operation/search_modules.php:131
+#: ../../operation/search_modules.php:138
+#: ../../operation/agentes/status_monitor.php:1182
+#: ../../operation/agentes/status_monitor.php:1187
+#: ../../operation/agentes/status_monitor.php:1194
+#: ../../operation/agentes/status_monitor.php:1199
+#: ../../operation/agentes/status_monitor.php:1206
+#: ../../operation/agentes/status_monitor.php:1211
+#: ../../operation/agentes/pandora_networkmap.view.php:301
+#: ../../operation/agentes/pandora_networkmap.view.php:306
+#: ../../operation/agentes/pandora_networkmap.view.php:311
+#: ../../mobile/operation/modules.php:471
+#: ../../mobile/operation/modules.php:476
+#: ../../mobile/operation/modules.php:481
+#: ../../mobile/operation/modules.php:524
+#: ../../mobile/operation/modules.php:529
+#: ../../mobile/operation/modules.php:534
+#: ../../include/functions_modules.php:1890
+#: ../../include/functions_modules.php:1894
+#: ../../include/functions_modules.php:1898
+msgid "Last status"
+msgstr ""
+
+#: ../../operation/search_results.php:64 ../../mobile/operation/home.php:135
+msgid "Global search"
+msgstr ""
+
+#: ../../operation/search_results.php:74
+#: ../../operation/agentes/group_view.php:120
+#: ../../operation/agentes/group_view.php:158
+#: ../../extensions/agents_modules.php:150
+#: ../../extensions/agents_modules.php:313
+#: ../../extensions/agents_alerts.php:177 ../../mobile/operation/home.php:58
+#: ../../mobile/operation/agents.php:158
+#: ../../mobile/include/functions_web.php:22
+#: ../../include/functions_pandora_networkmap.php:1563
+#: ../../include/functions_groups.php:46
+#: ../../include/functions_groups.php:784
+#: ../../include/functions_groups.php:786
+#: ../../include/functions_groups.php:788
+#: ../../include/functions_groups.php:789
+#: ../../include/functions_groups.php:790
+#: ../../include/functions_reporting_html.php:1322
+#: ../../include/functions_reporting_html.php:1556
+#: ../../godmode/alerts/alert_list.list.php:71
+#: ../../godmode/massive/massive_add_alerts.php:157
+#: ../../godmode/massive/massive_edit_agents.php:228
+#: ../../godmode/massive/massive_enable_disable_alerts.php:141
+#: ../../godmode/massive/massive_edit_plugins.php:299
+#: ../../godmode/massive/massive_delete_agents.php:127
+#: ../../godmode/massive/massive_standby_alerts.php:142
+#: ../../godmode/massive/massive_delete_modules.php:496
+#: ../../godmode/massive/massive_edit_modules.php:342
+#: ../../godmode/massive/massive_delete_tags.php:192
+#: ../../godmode/massive/massive_add_tags.php:129
+#: ../../godmode/massive/massive_delete_alerts.php:218
+#: ../../godmode/reporting/graph_builder.graph_editor.php:146
+#: ../../godmode/reporting/visual_console_builder.wizard.php:283
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1020
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1078
+#: ../../godmode/reporting/reporting_builder.list_items.php:162
+#: ../../godmode/reporting/reporting_builder.list_items.php:187
+msgid "Agents"
+msgstr ""
+
+#: ../../operation/search_results.php:84
+#: ../../include/functions_reporting.php:7280
+#: ../../godmode/massive/massive_delete_profiles.php:104
+#: ../../godmode/massive/massive_add_profiles.php:90
+msgid "Users"
+msgstr ""
+
+#: ../../operation/search_results.php:94 ../../operation/search_agents.php:65
+#: ../../operation/agentes/ver_agente.php:973
+#: ../../operation/agentes/estado_agente.php:528
+#: ../../extensions/agents_alerts.php:254
#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83
-#: ../../mobile/operation/agents.php:287
-#: ../../extensions/agents_alerts.php:252
-#: ../../include/functions_graph.php:732
-#: ../../include/functions_graph.php:3529
-#: ../../include/functions_graph.php:4198
-#: ../../include/functions_treeview.php:280
-#: ../../include/functions_reports.php:601
-#: ../../include/functions_reports.php:603
-#: ../../include/functions_reports.php:606
-#: ../../include/functions_reporting_html.php:1059
-#: ../../include/functions_reporting_html.php:2415
-#: ../../operation/search_agents.php:65
-#: ../../operation/agentes/ver_agente.php:823
-#: ../../operation/agentes/ver_agente.php:1016
-#: ../../operation/agentes/estado_agente.php:478
-#: ../../operation/search_results.php:93 ../../godmode/menu.php:132
-#: ../../godmode/alerts/alert_commands.php:242
-#: ../../godmode/alerts/configure_alert_special_days.php:52
-#: ../../godmode/alerts/configure_alert_command.php:41
-#: ../../godmode/alerts/alert_special_days.php:43
-#: ../../godmode/alerts/configure_alert_template.php:62
-#: ../../godmode/alerts/configure_alert_template.php:82
-#: ../../godmode/alerts/configure_alert_template.php:100
-#: ../../godmode/alerts/alert_list.php:297
-#: ../../godmode/alerts/alert_list.php:300
-#: ../../godmode/alerts/alert_templates.php:132
-#: ../../godmode/alerts/alert_templates.php:175
-#: ../../godmode/alerts/alert_templates.php:194
-#: ../../godmode/alerts/alert_templates.php:210
-#: ../../godmode/alerts/configure_alert_action.php:56
-#: ../../godmode/alerts/configure_alert_action.php:65
+#: ../../mobile/operation/agents.php:324 ../../mobile/operation/agent.php:250
+#: ../../mobile/include/functions_web.php:25
+#: ../../include/functions_reports.php:609
+#: ../../include/functions_reports.php:611
+#: ../../include/functions_reports.php:614
+#: ../../include/functions_graph.php:748
+#: ../../include/functions_graph.php:3940
+#: ../../include/functions_graph.php:4666
+#: ../../include/functions_treeview.php:374
+#: ../../include/functions_reporting_html.php:1602
+#: ../../include/functions_reporting_html.php:3245
+#: ../../godmode/alerts/configure_alert_special_days.php:55
+#: ../../godmode/alerts/alert_special_days.php:44
#: ../../godmode/alerts/alert_actions.php:66
#: ../../godmode/alerts/alert_actions.php:92
#: ../../godmode/alerts/alert_actions.php:110
@@ -3321,14262 +4929,1600 @@ msgstr ""
#: ../../godmode/alerts/alert_actions.php:287
#: ../../godmode/alerts/alert_actions.php:306
#: ../../godmode/alerts/alert_actions.php:319
-#: ../../godmode/agentes/modificar_agente.php:504
-#: ../../godmode/agentes/configurar_agente.php:287
-#: ../../godmode/groups/group_list.php:336
-#: ../../godmode/groups/configure_group.php:161
+#: ../../godmode/alerts/alert_commands.php:249
+#: ../../godmode/alerts/configure_alert_command.php:41
+#: ../../godmode/alerts/configure_alert_action.php:56
+#: ../../godmode/alerts/configure_alert_action.php:65
+#: ../../godmode/alerts/configure_alert_template.php:62
+#: ../../godmode/alerts/configure_alert_template.php:82
+#: ../../godmode/alerts/configure_alert_template.php:100
+#: ../../godmode/alerts/alert_list.php:326
+#: ../../godmode/alerts/alert_list.php:329
+#: ../../godmode/alerts/alert_templates.php:132
+#: ../../godmode/alerts/alert_templates.php:175
+#: ../../godmode/alerts/alert_templates.php:194
+#: ../../godmode/alerts/alert_templates.php:210 ../../godmode/menu.php:140
#: ../../godmode/massive/massive_copy_modules.php:153
+#: ../../godmode/groups/group_list.php:339
+#: ../../godmode/groups/configure_group.php:170
+#: ../../godmode/agentes/configurar_agente.php:312
+#: ../../godmode/agentes/modificar_agente.php:578
msgid "Alerts"
msgstr ""
-#: ../../enterprise/meta/agentsearch.php:99
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149
-#: ../../enterprise/operation/agentes/policy_view.php:309
-#: ../../enterprise/operation/agentes/ver_agente.php:75
-#: ../../mobile/operation/agent.php:138 ../../mobile/operation/agents.php:85
-#: ../../mobile/operation/agents.php:300 ../../mobile/operation/agents.php:302
-#: ../../mobile/operation/agents.php:304 ../../mobile/operation/agents.php:305
-#: ../../include/functions_treeview.php:443
-#: ../../include/functions_events.php:2033 ../../include/ajax/module.php:716
-#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219
-#: ../../operation/gis_maps/ajax.php:321
-#: ../../operation/agentes/ver_agente.php:548
-#: ../../operation/agentes/estado_agente.php:481
-#: ../../operation/agentes/estado_generalagente.php:206
-#: ../../operation/search_users.php:47 ../../godmode/users/user_list.php:272
-#: ../../godmode/agentes/planned_downtime.editor.php:725
-msgid "Last contact"
-msgstr ""
-
-#: ../../enterprise/meta/agentsearch.php:191
-msgid "There are no agents included in this group"
-msgstr ""
-
-#: ../../enterprise/meta/index.php:239 ../../mobile/include/user.class.php:172
-#: ../../index.php:233 ../../include/ajax/double_auth.ajax.php:489
-msgid "Invalid code"
-msgstr ""
-
-#: ../../enterprise/meta/index.php:250 ../../index.php:244
-msgid "The code shouldn't be empty"
-msgstr ""
-
-#: ../../enterprise/meta/index.php:262 ../../index.php:256
-msgid "Expired login"
-msgstr ""
-
-#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276
-#: ../../index.php:264 ../../index.php:270
-msgid "Login error"
-msgstr ""
-
-#: ../../enterprise/meta/index.php:499 ../../enterprise/meta/index.php:510
-#: ../../index.php:668
-msgid "Sorry! I can't find the page!"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_agents_meta.php:970
-#: ../../enterprise/meta/include/functions_agents_meta.php:981
-msgid "Agents movement"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_agents_meta.php:975
-#: ../../enterprise/meta/include/functions_agents_meta.php:984
-msgid "Group management"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_groups_meta.php:77
-#, php-format
-msgid "(Error Duplicate ID (%d) ) "
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_groups_meta.php:99
-msgid "Different parent"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_groups_meta.php:104
-msgid "Different name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_groups_meta.php:130
-#: ../../enterprise/meta/include/functions_meta.php:99
-#: ../../enterprise/meta/advanced/synchronizing.component.php:289
-#: ../../enterprise/meta/advanced/synchronizing.user.php:489
-#: ../../enterprise/meta/advanced/synchronizing.user.php:569
-#: ../../enterprise/meta/advanced/policymanager.sync.php:238
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:286
-#, php-format
-msgid "Error connecting to %s"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:128
-msgid "No admin user"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:144
-#: ../../include/functions_config.php:212
-msgid "Activate Metaconsole"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:154
-#: ../../enterprise/meta/advanced/metasetup.setup.php:91
-#: ../../include/functions_config.php:134
-#: ../../godmode/setup/setup_general.php:51
-msgid "Language code for Pandora"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:164
-#: ../../enterprise/meta/advanced/metasetup.setup.php:97
-#: ../../include/functions_config.php:138
-#: ../../godmode/setup/setup_general.php:61
-msgid "Auto login (hash) password"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:174
-#: ../../enterprise/meta/advanced/metasetup.setup.php:101
-#: ../../include/functions_config.php:141
-#: ../../godmode/setup/setup_general.php:64
-msgid "Time source"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:184
-#: ../../enterprise/meta/advanced/metasetup.setup.php:108
-#: ../../include/functions_config.php:145
-#: ../../godmode/setup/setup_general.php:73
-msgid "Enforce https"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:194
-#: ../../enterprise/meta/advanced/metasetup.setup.php:114
-#: ../../include/functions_config.php:147
-#: ../../godmode/setup/setup_general.php:77
-msgid "Attachment store"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:204
-#: ../../enterprise/meta/advanced/metasetup.setup.php:149
-#: ../../include/functions_config.php:167
-#: ../../godmode/setup/setup_general.php:202
-msgid "Timezone setup"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:214
-#: ../../enterprise/meta/advanced/metasetup.setup.php:155
-#: ../../include/functions_config.php:189
-#: ../../godmode/setup/setup_general.php:228
-msgid "Public URL"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:224
-msgid "Netflow disable custom live view filters"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:234
-#: ../../enterprise/meta/include/functions_meta.php:244
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:261
-#: ../../enterprise/meta/advanced/metasetup.setup.php:209
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:183
-#: ../../include/functions_config.php:151
-#: ../../godmode/setup/setup_general.php:89
-msgid "API password"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:255
-#: ../../enterprise/meta/advanced/metasetup.setup.php:213
-#: ../../include/functions_config.php:149
-#: ../../godmode/setup/setup_general.php:80
-msgid "IP list with API access"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:272
-msgid "Customizable section"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:282
-#: ../../enterprise/meta/advanced/metasetup.password.php:122
-#: ../../enterprise/godmode/setup/setup.php:289
-#: ../../include/functions_config.php:270
-msgid "Apply password policy to admin users"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:295
-#: ../../enterprise/meta/advanced/metasetup.password.php:78
-#: ../../enterprise/godmode/setup/setup.php:252
-#: ../../include/functions_config.php:253
-msgid "Enable password policy"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:305
-#: ../../enterprise/meta/advanced/metasetup.password.php:84
-#: ../../enterprise/godmode/setup/setup.php:257
-#: ../../include/functions_config.php:256
-msgid "Min. size password"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:315
-#: ../../enterprise/meta/advanced/metasetup.password.php:89
-#: ../../enterprise/godmode/setup/setup.php:261
-#: ../../include/functions_config.php:266
-msgid "Password must have numbers"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:325
-#: ../../enterprise/meta/advanced/metasetup.password.php:95
-#: ../../enterprise/godmode/setup/setup.php:266
-#: ../../include/functions_config.php:268
-msgid "Password must have symbols"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:335
-#: ../../enterprise/meta/advanced/metasetup.password.php:101
-#: ../../enterprise/godmode/setup/setup.php:271
-#: ../../include/functions_config.php:258
-msgid "Password expiration"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:345
-#: ../../enterprise/meta/advanced/metasetup.password.php:106
-#: ../../enterprise/godmode/setup/setup.php:275
-#: ../../include/functions_config.php:260
-msgid "Force change password on first login"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:355
-#: ../../enterprise/meta/advanced/metasetup.password.php:112
-#: ../../enterprise/godmode/setup/setup.php:280
-#: ../../include/functions_config.php:262
-msgid "User blocked if login fails"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:365
-#: ../../enterprise/meta/advanced/metasetup.password.php:117
-#: ../../enterprise/godmode/setup/setup.php:284
-#: ../../include/functions_config.php:264
-msgid "Number of failed login attempts"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:375
-#: ../../enterprise/meta/advanced/metasetup.password.php:128
-#: ../../enterprise/godmode/setup/setup.php:294
-#: ../../include/functions_config.php:272
-msgid "Enable password history"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:385
-#: ../../enterprise/meta/advanced/metasetup.password.php:134
-#: ../../enterprise/godmode/setup/setup.php:299
-#: ../../include/functions_config.php:274
-msgid "Compare previous password"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:398
-#: ../../include/functions_config.php:280
-#: ../../godmode/setup/setup_auth.php:62
-msgid "Authentication method"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:408
-#: ../../include/functions_config.php:318
-#: ../../godmode/setup/setup_auth.php:68
-msgid "Fallback to local authentication"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:418
-#: ../../include/functions_config.php:282
-#: ../../godmode/setup/setup_auth.php:77
-msgid "Autocreate remote users"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:428
-#: ../../include/functions_config.php:284
-#: ../../godmode/setup/setup_auth.php:89
-msgid "Autocreate profile"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:438
-#: ../../include/functions_config.php:286
-#: ../../godmode/setup/setup_auth.php:97
-msgid "Autocreate profile group"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:448
-#: ../../include/functions_config.php:288
-#: ../../godmode/setup/setup_auth.php:106
-msgid "Autocreate profile tags"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:458
-#: ../../include/functions_config.php:290
-#: ../../godmode/setup/setup_auth.php:114
-msgid "Autocreate blacklist"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:468
-#: ../../include/functions_config.php:352
-#: ../../operation/users/user_edit.php:349
-#: ../../godmode/setup/setup_auth.php:201
-msgid "Double authentication"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:478
-#: ../../include/functions_config.php:354
-msgid "Session timeout"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:490
-#: ../../enterprise/godmode/setup/setup_auth.php:93
-#: ../../include/functions_config.php:293
-msgid "Active directory server"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:500
-#: ../../enterprise/godmode/setup/setup_auth.php:100
-#: ../../include/functions_config.php:295
-msgid "Active directory port"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:510
-#: ../../enterprise/meta/include/functions_meta.php:582
-#: ../../enterprise/godmode/setup/setup_auth.php:107
-#: ../../include/functions_config.php:297
-#: ../../include/functions_config.php:312
-#: ../../godmode/setup/setup_auth.php:161
-msgid "Start TLS"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:520
-#: ../../enterprise/godmode/setup/setup_auth.php:70
-#: ../../include/functions_config.php:299
-msgid "Advance Config AD"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:530
-#: ../../enterprise/godmode/setup/setup_auth.php:115
-#: ../../include/functions_config.php:301
-msgid "Domain"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:540
-#: ../../enterprise/godmode/setup/setup_auth.php:86
-#: ../../include/functions_config.php:303
-msgid "Advanced Permisions AD"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:552
-#: ../../include/functions_config.php:306
-#: ../../godmode/setup/setup_auth.php:139
-msgid "LDAP server"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:562
-#: ../../include/functions_config.php:308
-#: ../../godmode/setup/setup_auth.php:146
-msgid "LDAP port"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:572
-#: ../../include/functions_config.php:310
-#: ../../godmode/setup/setup_auth.php:154
-msgid "LDAP version"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:592
-#: ../../include/functions_config.php:314
-#: ../../godmode/setup/setup_auth.php:169
-msgid "Base DN"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:602
-#: ../../include/functions_config.php:316
-#: ../../godmode/setup/setup_auth.php:176
-msgid "Login attribute"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:615
-msgid "Pandora FMS host"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:625
-#: ../../enterprise/meta/include/functions_meta.php:678
-#: ../../enterprise/meta/include/functions_meta.php:731
-#: ../../enterprise/godmode/setup/setup_auth.php:145
-#: ../../enterprise/godmode/setup/setup_auth.php:197
-#: ../../enterprise/godmode/setup/setup_auth.php:249
-#: ../../include/functions_config.php:323
-#: ../../include/functions_config.php:334
-#: ../../include/functions_config.php:344
-msgid "MySQL port"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:635
-#: ../../enterprise/meta/include/functions_meta.php:688
-#: ../../enterprise/meta/include/functions_meta.php:741
-#: ../../enterprise/godmode/setup/setup_auth.php:152
-#: ../../enterprise/godmode/setup/setup_auth.php:204
-#: ../../enterprise/godmode/setup/setup_auth.php:256
-#: ../../enterprise/godmode/setup/setup_history.php:55
-#: ../../include/functions_config.php:325
-#: ../../include/functions_config.php:336
-#: ../../include/functions_config.php:346
-#: ../../include/functions_config.php:625
-msgid "Database name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:645
-#: ../../enterprise/meta/include/functions_meta.php:698
-#: ../../enterprise/meta/include/functions_meta.php:751
-#: ../../enterprise/meta/include/functions_events_meta.php:64
-#: ../../enterprise/meta/include/functions_wizard_meta.php:398
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1307
-#: ../../enterprise/meta/general/login_page.php:69
-#: ../../enterprise/extensions/check_acls.php:42
-#: ../../enterprise/extensions/check_acls.php:120
-#: ../../enterprise/extensions/cron/main.php:185
-#: ../../enterprise/extensions/vmware/main.php:225
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167
-#: ../../enterprise/godmode/servers/manage_export_form.php:97
-#: ../../enterprise/godmode/setup/setup_auth.php:159
-#: ../../enterprise/godmode/setup/setup_auth.php:211
-#: ../../enterprise/godmode/setup/setup_auth.php:263
-#: ../../mobile/include/user.class.php:239
-#: ../../mobile/operation/tactical.php:262
-#: ../../extensions/users_connected.php:77
-#: ../../extensions/api_checker.php:105 ../../extensions/ssh_gateway.php:59
-#: ../../include/functions.php:2262
-#: ../../include/functions_reporting_html.php:2755
-#: ../../include/functions_events.php:36
-#: ../../include/functions_config.php:327
-#: ../../include/functions_config.php:338
-#: ../../include/functions_config.php:348
-#: ../../operation/integria_incidents/incident.tracking.php:22
-#: ../../operation/events/events.build_table.php:79
-#: ../../operation/events/events.build_table.php:474
-#: ../../operation/search_users.php:68
-#: ../../godmode/events/custom_events.php:77
-#: ../../godmode/events/custom_events.php:155
-#: ../../godmode/admin_access_logs.php:63
-#: ../../godmode/admin_access_logs.php:188 ../../general/logon_ok.php:220
-#: ../../general/logon_ok.php:417 ../../general/login_page.php:119
-msgid "User"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:655
-#: ../../enterprise/meta/include/functions_meta.php:708
-#: ../../enterprise/meta/include/functions_meta.php:761
-#: ../../enterprise/meta/include/functions_wizard_meta.php:402
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1311
-#: ../../enterprise/meta/general/login_page.php:73
-#: ../../enterprise/extensions/vmware/main.php:230
-#: ../../enterprise/include/functions_setup.php:30
-#: ../../enterprise/include/functions_setup.php:59
-#: ../../enterprise/godmode/agentes/inventory_manager.php:191
-#: ../../enterprise/godmode/servers/manage_export_form.php:101
-#: ../../enterprise/godmode/setup/setup_auth.php:166
-#: ../../enterprise/godmode/setup/setup_auth.php:218
-#: ../../enterprise/godmode/setup/setup_auth.php:270
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203
-#: ../../mobile/include/user.class.php:246
-#: ../../extensions/api_checker.php:110 ../../include/functions_config.php:329
-#: ../../include/functions_config.php:340
-#: ../../include/functions_config.php:350
-#: ../../godmode/users/configure_user.php:451
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:265
-#: ../../godmode/agentes/module_manager_editor_wmi.php:53
-#: ../../godmode/massive/massive_edit_modules.php:497
-#: ../../godmode/modules/manage_network_components_form_wmi.php:50
-#: ../../general/login_page.php:124
-msgid "Password"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:668
-#: ../../enterprise/godmode/setup/setup_auth.php:190
-#: ../../include/functions_config.php:332
-msgid "Babel Enterprise host"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:721
-#: ../../enterprise/godmode/setup/setup_auth.php:242
-#: ../../include/functions_config.php:342
-msgid "Integria host"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:774
-#: ../../enterprise/meta/advanced/metasetup.visual.php:81
-#: ../../include/functions_config.php:399
-#: ../../godmode/setup/setup_visuals.php:539
-msgid "Date format string"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:784
-#: ../../enterprise/meta/advanced/metasetup.visual.php:95
-#: ../../include/functions_config.php:401
-#: ../../godmode/setup/setup_visuals.php:552
-msgid "Timestamp or time comparation"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:794
-#: ../../enterprise/meta/advanced/metasetup.visual.php:103
-#: ../../include/functions_config.php:403
-#: ../../godmode/setup/setup_visuals.php:296
-msgid "Graph color (min)"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:804
-#: ../../enterprise/meta/advanced/metasetup.visual.php:108
-#: ../../include/functions_config.php:405
-#: ../../godmode/setup/setup_visuals.php:300
-msgid "Graph color (avg)"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:814
-#: ../../enterprise/meta/advanced/metasetup.visual.php:113
-#: ../../include/functions_config.php:407
-#: ../../godmode/setup/setup_visuals.php:304
-msgid "Graph color (max)"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:824
-#: ../../enterprise/meta/advanced/metasetup.visual.php:118
-#: ../../include/functions_config.php:423
-msgid "Graphic resolution (1-low, 5-high)"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:834
-#: ../../enterprise/meta/advanced/metasetup.visual.php:122
-#: ../../include/functions_config.php:425
-#: ../../godmode/setup/setup_visuals.php:340
-msgid "Value to interface graphics"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:847
-#: ../../enterprise/meta/advanced/metasetup.visual.php:126
-#: ../../include/functions_config.php:432
-#: ../../operation/events/events_list.php:457
-#: ../../operation/users/user_edit.php:250
-#: ../../operation/snmpconsole/snmp_view.php:378
-#: ../../godmode/events/event_edit_filter.php:263
-#: ../../godmode/users/configure_user.php:516
-#: ../../godmode/setup/setup_visuals.php:61
-msgid "Block size for pagination"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:857
-#: ../../enterprise/meta/advanced/metasetup.visual.php:131
-#: ../../include/functions_config.php:434
-#: ../../godmode/setup/setup_visuals.php:349
-msgid "Use round corners"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:867
-#: ../../enterprise/meta/advanced/metasetup.visual.php:137
-#: ../../include/functions_config.php:444
-#: ../../operation/users/user_edit.php:263
-#: ../../godmode/users/configure_user.php:512
-#: ../../godmode/setup/setup_visuals.php:354
-msgid "Interactive charts"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:877
-#: ../../enterprise/meta/advanced/metasetup.visual.php:141
-msgid "Metaconsole elements"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:887
-#: ../../enterprise/meta/advanced/metasetup.visual.php:173
-#: ../../godmode/setup/setup_visuals.php:523
-msgid "Show only the group name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:927
-#: ../../enterprise/meta/advanced/metasetup.visual.php:157
-#: ../../include/functions_config.php:565
-#: ../../godmode/setup/setup_visuals.php:611
-msgid "Delete interval"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:933
-#: ../../enterprise/meta/include/functions_meta.php:938
-#: ../../enterprise/meta/include/functions_meta.php:943
-#: ../../enterprise/meta/include/functions_meta.php:948
-#: ../../enterprise/meta/include/functions_meta.php:953
-#: ../../enterprise/meta/include/functions_meta.php:958
-#: ../../enterprise/meta/advanced/metasetup.visual.php:214
-#: ../../enterprise/meta/advanced/metasetup.visual.php:217
-#: ../../enterprise/meta/advanced/metasetup.visual.php:221
-#: ../../enterprise/meta/advanced/metasetup.visual.php:227
-#: ../../enterprise/meta/advanced/metasetup.visual.php:231
-#: ../../enterprise/meta/advanced/metasetup.visual.php:238
-#: ../../include/functions_config.php:573
-#: ../../include/functions_config.php:576
-#: ../../include/functions_config.php:579
-#: ../../include/functions_config.php:582
-#: ../../include/functions_config.php:585
-#: ../../include/functions_config.php:588
-#: ../../godmode/setup/setup_visuals.php:451
-#: ../../godmode/setup/setup_visuals.php:457
-#: ../../godmode/setup/setup_visuals.php:470
-#: ../../godmode/setup/setup_visuals.php:478
-#: ../../godmode/setup/setup_visuals.php:483
-#: ../../godmode/setup/setup_visuals.php:491
-msgid "Custom report front"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:938
-#: ../../enterprise/meta/advanced/metasetup.visual.php:214
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82
-#: ../../include/functions_config.php:576
-#: ../../godmode/setup/setup_visuals.php:451
-msgid "Font family"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:943
-#: ../../enterprise/meta/advanced/metasetup.visual.php:217
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85
-#: ../../include/functions_config.php:446
-#: ../../include/functions_config.php:579
-#: ../../godmode/setup/setup_visuals.php:147
-#: ../../godmode/setup/setup_visuals.php:458
-msgid "Custom logo"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:948
-#: ../../enterprise/meta/advanced/metasetup.visual.php:227
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96
-#: ../../include/functions_config.php:582
-#: ../../godmode/setup/setup_visuals.php:478
-msgid "Header"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:953
-#: ../../enterprise/meta/advanced/metasetup.visual.php:231
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99
-#: ../../include/functions_config.php:585
-#: ../../godmode/setup/setup_visuals.php:483
-msgid "First page"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:958
-#: ../../enterprise/meta/advanced/metasetup.visual.php:238
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102
-#: ../../include/functions_config.php:588
-#: ../../godmode/setup/setup_visuals.php:491
-msgid "Footer"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:963
-#: ../../enterprise/meta/advanced/metasetup.visual.php:184
-#: ../../include/functions_config.php:490
-#: ../../godmode/setup/setup_visuals.php:84
-msgid "Display data of proc modules in other format"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:968
-#: ../../enterprise/meta/advanced/metasetup.visual.php:193
-#: ../../include/functions_config.php:492
-#: ../../godmode/setup/setup_visuals.php:94
-msgid "Display text proc modules have state is ok"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:973
-#: ../../enterprise/meta/advanced/metasetup.visual.php:196
-#: ../../include/functions_config.php:494
-#: ../../godmode/setup/setup_visuals.php:98
-msgid "Display text when proc modules have state critical"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:987
-#: ../../enterprise/meta/advanced/metasetup.performance.php:78
-#: ../../include/functions_config.php:364
-#: ../../godmode/setup/performance.php:47
-msgid "Max. days before delete events"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:997
-#: ../../enterprise/meta/advanced/metasetup.performance.php:82
-msgid "Active events history"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:1007
-#: ../../enterprise/meta/advanced/metasetup.performance.php:87
-#: ../../include/functions_config.php:370
-#: ../../godmode/setup/performance.php:53
-msgid "Max. days before delete audit events"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:1017
-#: ../../enterprise/meta/advanced/metasetup.performance.php:92
-#: ../../include/functions_config.php:382
-#: ../../godmode/setup/performance.php:94
-msgid "Default hours for event view"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_meta.php:1027
-#: ../../include/functions_config.php:388
-#: ../../godmode/setup/performance.php:104
-msgid "Use agent access graph"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:72
-#: ../../operation/agentes/networkmap_list.php:100
-#: ../../operation/agentes/networkmap.php:168
-msgid "Network map deleted successfully"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:73
-#: ../../operation/agentes/networkmap_list.php:101
-#: ../../operation/agentes/networkmap.php:169
-msgid "Could not delete network map"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:101
-#: ../../enterprise/meta/advanced/policymanager.queue.php:228
-#: ../../enterprise/extensions/ipam/ipam_network.php:328
-#: ../../enterprise/operation/services/services.list.php:270
-#: ../../enterprise/operation/services/services.list.php:276
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:150
-#: ../../enterprise/godmode/setup/setup_skins.php:91
-#: ../../enterprise/godmode/setup/setup_acl.php:133
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230
-#: ../../enterprise/godmode/policies/policy_linking.php:68
-#: ../../enterprise/godmode/policies/policies.php:239
-#: ../../enterprise/godmode/policies/policy_queue.php:354
-#: ../../operation/agentes/estado_monitores.php:448
-#: ../../operation/agentes/networkmap_list.php:190
-#: ../../operation/agentes/alerts_status.functions.php:106
-#: ../../operation/agentes/alerts_status.functions.php:116
-#: ../../operation/agentes/graphs.php:169
-#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147
-#: ../../operation/incidents/incident.php:225
-#: ../../godmode/snmpconsole/snmp_alert.php:908
-#: ../../godmode/snmpconsole/snmp_filters.php:96
-#: ../../godmode/snmpconsole/snmp_filters.php:132
-#: ../../godmode/agentes/module_manager.php:41
-#: ../../godmode/netflow/nf_item_list.php:148
-#: ../../godmode/admin_access_logs.php:45
-#: ../../godmode/admin_access_logs.php:72
-#: ../../godmode/modules/manage_network_templates_form.php:242
-#: ../../godmode/modules/manage_network_templates_form.php:298
-#: ../../godmode/reporting/reporting_builder.list_items.php:173
-#: ../../godmode/reporting/reporting_builder.list_items.php:196
-#: ../../godmode/reporting/reporting_builder.item_editor.php:624
-#: ../../godmode/tag/tag.php:161
-msgid "Filter"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:134
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:221
-msgid "Not networkmap defined."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:160
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:196
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:208
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:209
-#: ../../enterprise/meta/include/functions_wizard_meta.php:294
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594
-#: ../../enterprise/meta/advanced/policymanager.queue.php:218
-#: ../../enterprise/meta/advanced/policymanager.queue.php:261
-#: ../../enterprise/meta/advanced/policymanager.queue.php:312
-#: ../../enterprise/meta/advanced/servers.build_table.php:132
-#: ../../enterprise/meta/advanced/metasetup.visual.php:159
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620
-#: ../../enterprise/extensions/cron/main.php:263
-#: ../../enterprise/extensions/backup/main.php:137
-#: ../../enterprise/include/functions_networkmap_enterprise.php:612
-#: ../../enterprise/operation/services/services.list.php:460
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:261
-#: ../../enterprise/godmode/alerts/alert_events_list.php:568
-#: ../../enterprise/godmode/alerts/alert_events_list.php:646
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:480
-#: ../../enterprise/godmode/agentes/inventory_manager.php:262
-#: ../../enterprise/godmode/agentes/plugins_manager.php:112
-#: ../../enterprise/godmode/agentes/plugins_manager.php:171
-#: ../../enterprise/godmode/setup/setup_acl.php:153
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191
-#: ../../enterprise/godmode/modules/local_components.php:519
-#: ../../enterprise/godmode/modules/local_components.php:531
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237
-#: ../../enterprise/godmode/reporting/graph_template_list.php:158
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:364
-#: ../../enterprise/godmode/reporting/mysql_builder.php:42
-#: ../../enterprise/godmode/reporting/mysql_builder.php:49
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188
-#: ../../enterprise/godmode/policies/policies.php:390
-#: ../../enterprise/godmode/policies/policy_queue.php:344
-#: ../../enterprise/godmode/policies/policy_queue.php:379
-#: ../../enterprise/godmode/policies/policy_queue.php:421
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270
-#: ../../enterprise/godmode/policies/policy_plugins.php:83
-#: ../../enterprise/godmode/policies/policy_agents.php:449
-#: ../../enterprise/godmode/policies/policy_modules.php:1085
-#: ../../enterprise/godmode/policies/policy_modules.php:1109
-#: ../../enterprise/godmode/policies/policy_alerts.php:422
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:257
-#: ../../extensions/files_repo/files_repo_list.php:106
-#: ../../include/functions_groups.php:2143
-#: ../../operation/integria_incidents/incident.files.php:46
-#: ../../operation/messages/message_list.php:128
-#: ../../operation/messages/message_list.php:194
-#: ../../operation/messages/message_list.php:200
-#: ../../operation/messages/message_list.php:216
-#: ../../operation/messages/message_edit.php:109
-#: ../../operation/snmpconsole/snmp_view.php:648
-#: ../../operation/snmpconsole/snmp_view.php:654
-#: ../../operation/snmpconsole/snmp_view.php:805
-#: ../../operation/snmpconsole/snmp_view.php:830
-#: ../../operation/gis_maps/gis_map.php:163
-#: ../../operation/agentes/networkmap_list.php:138
-#: ../../operation/agentes/networkmap_list.php:229
-#: ../../operation/agentes/networkmap_list.php:253
-#: ../../operation/incidents/incident_detail.php:456
-#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284
-#: ../../godmode/events/event_filter.php:144
-#: ../../godmode/events/event_filter.php:164
-#: ../../godmode/events/event_responses.list.php:66
-#: ../../godmode/users/user_list.php:471
-#: ../../godmode/snmpconsole/snmp_alert.php:1095
-#: ../../godmode/snmpconsole/snmp_alert.php:1124
-#: ../../godmode/snmpconsole/snmp_filters.php:144
-#: ../../godmode/gis_maps/index.php:111
-#: ../../godmode/alerts/alert_commands.php:326
-#: ../../godmode/alerts/alert_special_days.php:165
-#: ../../godmode/alerts/alert_templates.php:344
-#: ../../godmode/alerts/alert_list.list.php:688
-#: ../../godmode/alerts/alert_actions.php:343
-#: ../../godmode/agentes/module_manager_editor_common.php:638
-#: ../../godmode/agentes/planned_downtime.editor.php:766
-#: ../../godmode/agentes/planned_downtime.editor.php:771
-#: ../../godmode/agentes/planned_downtime.editor.php:819
-#: ../../godmode/agentes/planned_downtime.list.php:400
-#: ../../godmode/agentes/planned_downtime.list.php:468
-#: ../../godmode/agentes/module_manager.php:528
-#: ../../godmode/agentes/module_manager.php:740
-#: ../../godmode/agentes/module_manager.php:757
-#: ../../godmode/agentes/agent_template.php:246
-#: ../../godmode/agentes/fields_manager.php:127
-#: ../../godmode/servers/servers.build_table.php:167
-#: ../../godmode/servers/recon_script.php:350
-#: ../../godmode/netflow/nf_item_list.php:239
-#: ../../godmode/netflow/nf_item_list.php:250
-#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157
-#: ../../godmode/groups/modu_group_list.php:183
-#: ../../godmode/db/db_refine.php:119 ../../godmode/setup/news.php:225
-#: ../../godmode/setup/links.php:137 ../../godmode/setup/setup_visuals.php:582
-#: ../../godmode/setup/setup_visuals.php:613 ../../godmode/setup/gis.php:64
-#: ../../godmode/massive/massive_delete_agents.php:136
-#: ../../godmode/massive/massive_delete_alerts.php:237
-#: ../../godmode/massive/massive_delete_modules.php:501
-#: ../../godmode/massive/massive_delete_profiles.php:131
-#: ../../godmode/massive/massive_delete_tags.php:218
-#: ../../godmode/massive/massive_delete_action_alerts.php:187
-#: ../../godmode/modules/manage_nc_groups.php:221
-#: ../../godmode/modules/manage_nc_groups.php:232
-#: ../../godmode/modules/manage_network_components.php:592
-#: ../../godmode/modules/manage_network_components.php:604
-#: ../../godmode/modules/manage_network_templates.php:205
-#: ../../godmode/modules/manage_network_templates.php:218
-#: ../../godmode/modules/manage_network_templates_form.php:219
-#: ../../godmode/reporting/reporting_builder.list_items.php:426
-#: ../../godmode/reporting/reporting_builder.list_items.php:453
-#: ../../godmode/reporting/reporting_builder.list_items.php:472
-#: ../../godmode/reporting/reporting_builder.list_items.php:532
-#: ../../godmode/reporting/graph_builder.graph_editor.php:85
-#: ../../godmode/reporting/graph_builder.graph_editor.php:124
-#: ../../godmode/reporting/visual_console_builder.elements.php:505
-#: ../../godmode/reporting/map_builder.php:215
-#: ../../godmode/reporting/graphs.php:193
-#: ../../godmode/reporting/reporting_builder.php:705
-msgid "Delete"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:236
-#: ../../enterprise/meta/screens/screens.networkmap.php:44
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:390
-msgid "Create networkmap"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:254
-msgid "Networkmap list"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:425
-msgid "Successful update the networkmap."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:426
-msgid "Unsuccessful update the networkmap."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:438
-msgid "Unnamed "
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:519
-#: ../../godmode/events/event_edit_filter.php:206
-msgid "Save in group"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:526
-#: ../../godmode/agentes/planned_downtime.editor.php:677
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:317
-msgid "Filter by group"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:529
-msgid "Filter by tag"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:529
-#: ../../operation/agentes/alerts_status.functions.php:86
-#: ../../operation/agentes/status_monitor.php:462
-#: ../../operation/agentes/status_monitor.php:465
-msgid "Only it is show tags in use."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:535
-msgid "Filter by agents"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:545
-msgid "Filter by modules"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:555
-#: ../../enterprise/godmode/alerts/alert_events_list.php:597
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147
-#: ../../enterprise/godmode/policies/policy_modules.php:276
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:276
-#: ../../include/functions_visual_map_editor.php:450
-#: ../../operation/events/events_list.php:569
-#: ../../godmode/agentes/agent_manager.php:398
-#: ../../godmode/agentes/module_manager_editor.php:465
-#: ../../godmode/massive/massive_edit_agents.php:403
-#: ../../godmode/massive/massive_add_action_alerts.php:157
-msgid "Advanced options"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:563
-#: ../../enterprise/extensions/vmware/vmware_view.php:1198
-#: ../../operation/agentes/networkmap.php:537
-msgid "Font"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:570
-msgid "Show modules"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:576
-#: ../../operation/agentes/networkmap.php:515
-msgid "Regenerate"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:585
-msgid "Show modulegroup"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:594
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:605
-#: ../../operation/agentes/networkmap.php:489
-msgid "No Overlap"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:597
-#: ../../operation/agentes/networkmap.php:557
-msgid "Distance between nodes"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:598
-#: ../../operation/agentes/networkmap.php:558
-msgid "Separation between elements in the map (in Non-overlap mode)"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:614
-msgid "Show children Metaconsole"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:623
-#: ../../enterprise/meta/advanced/policymanager.queue.php:306
-#: ../../enterprise/meta/advanced/policymanager.apply.php:215
-#: ../../enterprise/godmode/policies/policy_queue.php:415
-#: ../../enterprise/godmode/policies/policy_agents.php:352
-#: ../../include/functions_visual_map_editor.php:334
-msgid "Apply"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:660
-#: ../../operation/agentes/networkmap.php:588
-msgid "Map options"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:665
-msgid "There is no group selected"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:682
-#: ../../enterprise/include/functions_networkmap_enterprise.php:74
-#: ../../enterprise/operation/policies/networkmap.policies.php:64
-#: ../../mobile/operation/networkmap.php:110
-#: ../../mobile/operation/networkmap.php:129
-#: ../../mobile/operation/networkmap.php:146
-#: ../../operation/agentes/networkmap.topology.php:73
-#: ../../operation/agentes/networkmap.dinamic.php:85
-#: ../../operation/agentes/networkmap.groups.php:68
-msgid "Pandora FMS"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:691
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:749
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:770
-#: ../../enterprise/extensions/vmware/vmware_view.php:1228
-#: ../../enterprise/extensions/vmware/vmware_view.php:1260
-#: ../../enterprise/extensions/vmware/vmware_view.php:1276
-#: ../../enterprise/operation/policies/networkmap.policies.php:70
-#: ../../enterprise/operation/policies/networkmap.policies.php:119
-#: ../../enterprise/operation/policies/networkmap.policies.php:133
-#: ../../mobile/operation/networkmap.php:222
-#: ../../mobile/operation/networkmap.php:234
-#: ../../operation/agentes/networkmap.topology.php:80
-#: ../../operation/agentes/networkmap.topology.php:145
-#: ../../operation/agentes/networkmap.topology.php:160
-#: ../../operation/agentes/networkmap.groups.php:75
-#: ../../operation/agentes/networkmap.groups.php:134
-#: ../../operation/agentes/networkmap.groups.php:152
-msgid "Map could not be generated"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:693
-#: ../../enterprise/extensions/vmware/vmware_view.php:1229
-#: ../../enterprise/operation/policies/networkmap.policies.php:71
-#: ../../operation/agentes/networkmap.topology.php:81
-#: ../../operation/agentes/networkmap.groups.php:76
-#: ../../general/ui/agents_list.php:127
-msgid "No agents found"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:876
-#, php-format
-msgid "Cannot connect to %s Pandora to generate networkmap."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:374
-#: ../../enterprise/extensions/ipam/ipam_network.php:559
-#: ../../enterprise/extensions/ipam/ipam_network.php:594
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:159
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:181
-#: ../../enterprise/include/functions_servicemap.php:258
-#: ../../enterprise/include/functions_reporting.php:1219
-#: ../../enterprise/include/functions_reporting.php:3071
-#: ../../enterprise/include/functions_reporting.php:3403
-#: ../../enterprise/include/functions_services.php:1012
-#: ../../enterprise/include/functions_services.php:1219
-#: ../../enterprise/include/functions_services.php:1697
-#: ../../enterprise/include/functions_reporting_pdf.php:1613
-#: ../../enterprise/include/functions_reporting_pdf.php:1768
-#: ../../enterprise/include/functions_reporting_pdf.php:1977
-#: ../../enterprise/include/functions_visual_map.php:274
-#: ../../mobile/operation/agent.php:132 ../../mobile/operation/agent.php:143
-#: ../../mobile/operation/events.php:143 ../../mobile/operation/events.php:154
-#: ../../mobile/operation/events.php:162 ../../mobile/operation/events.php:235
-#: ../../mobile/operation/events.php:262 ../../mobile/operation/events.php:270
-#: ../../include/functions_db.php:156 ../../include/functions_ui.php:1989
-#: ../../include/functions_ui.php:1999
-#: ../../include/functions_treeview.php:157
-#: ../../include/functions_treeview.php:298 ../../include/functions.php:918
-#: ../../include/functions.php:924 ../../include/functions.php:927
-#: ../../include/functions_reporting_html.php:342
-#: ../../include/functions_reporting_html.php:2333
-#: ../../include/functions_reporting_html.php:2371
-#: ../../include/functions_events.php:1775
-#: ../../include/functions_events.php:1942
-#: ../../include/functions_events.php:2008
-#: ../../include/functions_events.php:2024
-#: ../../include/functions_events.php:2034
-#: ../../include/functions_events.php:2039
-#: ../../include/functions_events.php:2057
-#: ../../include/functions_events.php:2136
-#: ../../include/functions_events.php:2190
-#: ../../include/functions_events.php:2202
-#: ../../include/functions_events.php:2214
-#: ../../include/functions_events.php:2236
-#: ../../include/functions_events.php:2251
-#: ../../include/functions_events.php:2261
-#: ../../include/functions_events.php:2350
-#: ../../include/functions_events.php:2427
-#: ../../include/functions_events.php:2449
-#: ../../include/functions_events.php:2459
-#: ../../operation/snmpconsole/snmp_view.php:589
-#: ../../operation/snmpconsole/snmp_view.php:608
-#: ../../operation/agentes/estado_generalagente.php:152
-#: ../../operation/agentes/estado_generalagente.php:164
-#: ../../operation/agentes/estado_generalagente.php:177
-#: ../../operation/agentes/estado_generalagente.php:281
-#: ../../operation/agentes/estado_generalagente.php:360
-#: ../../godmode/alerts/alert_view.php:113
-#: ../../godmode/agentes/planned_downtime.list.php:475
-#: ../../godmode/modules/manage_network_components.php:558
-msgid "N/A"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_ui_meta.php:54
-#: ../../include/functions_ui.php:1295
-msgid "the Flexible Monitoring System"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:55
-#: ../../include/functions_events.php:33
-#: ../../include/functions_events.php:1578
-#: ../../godmode/events/custom_events.php:68
-#: ../../godmode/events/custom_events.php:152
-msgid "Event id"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:58
-#: ../../enterprise/include/functions_reporting_pdf.php:1173
-#: ../../include/functions_reporting_html.php:613
-#: ../../include/functions_reporting_html.php:1985
-#: ../../include/functions_events.php:34
-#: ../../include/functions_events.php:890
-#: ../../include/functions_events.php:2333
-#: ../../godmode/events/custom_events.php:71
-#: ../../godmode/events/custom_events.php:153
-msgid "Event name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:61
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071
-#: ../../enterprise/include/functions_inventory.php:64
-#: ../../enterprise/include/functions_reporting_pdf.php:2232
-#: ../../mobile/operation/modules.php:426
-#: ../../mobile/operation/modules.php:644
-#: ../../include/functions_treeview.php:396
-#: ../../include/functions_reporting_html.php:1482
-#: ../../include/functions_events.php:35
-#: ../../include/functions_events.php:893
-#: ../../operation/events/events.build_table.php:67
-#: ../../godmode/events/custom_events.php:74
-#: ../../godmode/events/custom_events.php:154
-#: ../../godmode/agentes/agent_manager.php:154
-#: ../../godmode/agentes/modificar_agente.php:421
-msgid "Agent name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:73
-#: ../../enterprise/include/functions_inventory.php:65
-#: ../../enterprise/include/functions_inventory.php:240
-#: ../../enterprise/include/functions_reporting_csv.php:187
-#: ../../enterprise/include/functions_reporting_csv.php:572
-#: ../../enterprise/include/functions_reporting_pdf.php:1177
-#: ../../enterprise/include/functions_reporting_pdf.php:1326
-#: ../../enterprise/include/functions_reporting_pdf.php:1461
-#: ../../mobile/operation/modules.php:478
-#: ../../mobile/operation/modules.php:647
-#: ../../mobile/operation/events.php:468
-#: ../../include/functions_reporting.php:4736
-#: ../../include/functions_netflow.php:287
-#: ../../include/functions_reporting_html.php:487
-#: ../../include/functions_reporting_html.php:617
-#: ../../include/functions_reporting_html.php:1099
-#: ../../include/functions_reporting_html.php:1987
-#: ../../include/functions_events.php:39
-#: ../../include/functions_events.php:897
-#: ../../include/functions_events.php:2338 ../../include/ajax/events.php:465
-#: ../../operation/integria_incidents/incident.files.php:43
-#: ../../operation/events/events.build_table.php:73
-#: ../../operation/events/events.php:89 ../../operation/search_modules.php:54
-#: ../../operation/messages/message_list.php:127
-#: ../../operation/snmpconsole/snmp_view.php:521
-#: ../../operation/agentes/exportdata.php:99
-#: ../../operation/agentes/exportdata.excel.php:76
-#: ../../operation/agentes/exportdata.csv.php:77
-#: ../../operation/agentes/estado_generalagente.php:400
-#: ../../operation/agentes/status_monitor.php:971
-#: ../../godmode/events/custom_events.php:86
-#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223
-msgid "Timestamp"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:79
-#: ../../include/functions_events.php:41
-#: ../../godmode/events/custom_events.php:92
-#: ../../godmode/events/custom_events.php:160
-msgid "Agent module"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:82
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:169
-#: ../../include/functions_events.php:42
-#: ../../include/functions_events.php:976
-#: ../../operation/events/events.build_table.php:110
-#: ../../operation/events/events_rss.php:185
-#: ../../operation/snmpconsole/snmp_view.php:372
-#: ../../operation/snmpconsole/snmp_view.php:525
-#: ../../operation/snmpconsole/snmp_view.php:819
-#: ../../operation/agentes/estado_monitores.php:424
-#: ../../godmode/events/custom_events.php:95
-#: ../../godmode/events/custom_events.php:161
-#: ../../godmode/agentes/configurar_agente.php:511
-msgid "Alert"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:88
-#: ../../include/functions_events.php:44
-#: ../../include/functions_events.php:1748
-#: ../../operation/events/events.build_table.php:123
-#: ../../operation/events/events.build_table.php:475
-#: ../../godmode/events/custom_events.php:101
-#: ../../godmode/events/custom_events.php:163
-msgid "Comment"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:94
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:91
-#: ../../enterprise/meta/advanced/synchronizing.component.php:310
-#: ../../enterprise/meta/advanced/synchronizing.user.php:508
-#: ../../enterprise/meta/advanced/policymanager.sync.php:295
-#: ../../enterprise/meta/advanced/synchronizing.group.php:147
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:332
-#: ../../enterprise/include/functions_log.php:318
-#: ../../enterprise/operation/log/log_viewer.php:197
-#: ../../include/functions_events.php:46
-#: ../../include/functions_events.php:2141
-#: ../../include/functions_events.php:2256
-#: ../../operation/events/events.build_table.php:135
-#: ../../operation/incidents/incident.php:336
-#: ../../operation/incidents/incident_detail.php:289
-#: ../../godmode/events/custom_events.php:107
-#: ../../godmode/events/custom_events.php:165
-#: ../../godmode/agentes/agent_incidents.php:91
-#: ../../godmode/massive/massive_copy_modules.php:108
-msgid "Source"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:97
-#: ../../include/functions_events.php:47
-#: ../../include/functions_events.php:2246
-#: ../../godmode/events/custom_events.php:110
-#: ../../godmode/events/custom_events.php:166
-msgid "Extra id"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:100
-#: ../../mobile/operation/events.php:472 ../../include/functions_events.php:48
-#: ../../include/functions_events.php:2348
-#: ../../operation/integria_incidents/incident.list.php:101
-#: ../../operation/events/events.build_table.php:85
-#: ../../operation/incidents/incident.php:337
-#: ../../operation/incidents/incident_detail.php:266
-#: ../../godmode/events/custom_events.php:113
-#: ../../godmode/events/custom_events.php:167
-#: ../../godmode/agentes/agent_incidents.php:92
-msgid "Owner"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:103
-#: ../../include/functions_events.php:49
-#: ../../operation/events/events.build_table.php:147
-#: ../../godmode/events/custom_events.php:116
-#: ../../godmode/events/custom_events.php:168
-msgid "ACK Timestamp"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:106
-#: ../../include/functions_events.php:50
-#: ../../include/functions_events.php:2185
-#: ../../include/functions_events.php:2197
-#: ../../include/functions_events.php:2209
-#: ../../include/functions_events.php:2221
-#: ../../include/functions_events.php:2226
-#: ../../include/functions_events.php:2231
-#: ../../include/functions_events.php:2235
-#: ../../operation/events/events.build_table.php:153
-#: ../../godmode/events/custom_events.php:119
-#: ../../godmode/events/custom_events.php:169
-msgid "Instructions"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_events_meta.php:109
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:250
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:326
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:171
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:247
-#: ../../include/functions_events.php:51
-#: ../../godmode/events/custom_events.php:122
-#: ../../godmode/events/custom_events.php:170
-msgid "Server name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_alerts_meta.php:107
-#: ../../enterprise/meta/include/functions_alerts_meta.php:125
-#: ../../enterprise/include/functions_reporting.php:80
-#: ../../enterprise/include/functions_reporting.php:4658
-#: ../../enterprise/include/functions_reporting.php:4682
-#: ../../enterprise/include/functions_reporting.php:4736
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137
-#: ../../godmode/menu.php:143 ../../godmode/agentes/configurar_agente.php:515
-msgid "Templates"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_alerts_meta.php:111
-#: ../../enterprise/meta/include/functions_alerts_meta.php:128
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:98
-#: ../../enterprise/extensions/cron/main.php:191
-#: ../../enterprise/extensions/backup/main.php:69
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:261
-#: ../../enterprise/include/functions_reporting_pdf.php:1036
-#: ../../enterprise/include/functions_reporting_pdf.php:1080
-#: ../../enterprise/include/functions_reporting_pdf.php:1125
-#: ../../enterprise/operation/services/services.list.php:325
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:235
-#: ../../enterprise/godmode/alerts/alert_events_list.php:421
-#: ../../enterprise/godmode/agentes/collections.php:185
-#: ../../enterprise/godmode/agentes/inventory_manager.php:237
-#: ../../enterprise/godmode/setup/setup_skins.php:120
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245
-#: ../../enterprise/godmode/policies/policy_alerts.php:241
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:171
-#: ../../extensions/module_groups.php:84
-#: ../../include/functions_filemanager.php:581
-#: ../../include/functions_treeview.php:288
-#: ../../include/functions_reporting_html.php:1321
-#: ../../include/functions_reporting_html.php:1359
-#: ../../include/functions_reporting_html.php:1395 ../../godmode/menu.php:148
-#: ../../godmode/events/event_responses.list.php:57
-#: ../../godmode/category/category.php:111
-#: ../../godmode/alerts/alert_list.list.php:114
-#: ../../godmode/alerts/alert_list.list.php:403
-#: ../../godmode/alerts/alert_view.php:344
-#: ../../godmode/alerts/alert_list.builder.php:105
-#: ../../godmode/agentes/modificar_agente.php:435
-#: ../../godmode/agentes/planned_downtime.editor.php:729
-#: ../../godmode/agentes/fields_manager.php:97
-#: ../../godmode/groups/group_list.php:338 ../../godmode/tag/tag.php:205
-msgid "Actions"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_alerts_meta.php:115
-#: ../../enterprise/meta/include/functions_alerts_meta.php:131
-#: ../../godmode/menu.php:154
-msgid "Commands"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_components_meta.php:48
-#: ../../enterprise/meta/include/functions_components_meta.php:66
-#: ../../godmode/menu.php:43
-msgid "Component groups"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_components_meta.php:52
-#: ../../enterprise/meta/include/functions_components_meta.php:69
-#: ../../enterprise/godmode/menu.php:62
-msgid "Local components"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_components_meta.php:56
-#: ../../enterprise/meta/include/functions_components_meta.php:72
-#: ../../godmode/menu.php:98
-msgid "Network components"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_components_meta.php:60
-#: ../../enterprise/meta/include/functions_components_meta.php:75
-msgid "Plugin management"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_components_meta.php:81
-msgid "Create plugin"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_components_meta.php:84
-msgid "Edit plugin"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:163
-#: ../../enterprise/meta/include/functions_wizard_meta.php:166
-#: ../../enterprise/meta/include/functions_wizard_meta.php:375
-#: ../../enterprise/meta/include/functions_wizard_meta.php:378
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1302
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1637
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087
-#: ../../enterprise/include/functions_reporting_pdf.php:1882
-#: ../../include/functions_treeview.php:416
-#: ../../include/functions_reporting_html.php:1653
-#: ../../include/functions_events.php:2023
-#: ../../operation/gis_maps/ajax.php:269
-#: ../../godmode/agentes/agent_manager.php:201
-#: ../../godmode/servers/modificar_server.php:47
-msgid "IP Address"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:175
-#: ../../enterprise/meta/include/functions_wizard_meta.php:392
-#: ../../enterprise/meta/include/functions_wizard_meta.php:552
-#: ../../enterprise/include/functions_metaconsole.php:1272
-#: ../../enterprise/include/functions_metaconsole.php:1295
-#: ../../enterprise/include/functions_metaconsole.php:1318
-#: ../../enterprise/include/functions_metaconsole.php:1341
-#: ../../enterprise/include/functions_metaconsole.php:1364
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:77
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151
-#: ../../enterprise/godmode/modules/configure_local_component.php:302
-msgid "Check"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:179
-#: ../../enterprise/meta/include/functions_wizard_meta.php:407
-#: ../../enterprise/meta/include/functions_wizard_meta.php:476
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1005
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1366
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1456
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1641
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:408
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:680
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364
-#: ../../enterprise/extensions/vmware/functions.php:20
-#: ../../enterprise/include/functions_reporting_pdf.php:2265
-#: ../../enterprise/godmode/setup/edit_skin.php:247
-#: ../../enterprise/godmode/setup/setup.php:99
-#: ../../enterprise/godmode/modules/configure_local_component.php:266
-#: ../../mobile/operation/agent.php:114 ../../mobile/operation/alerts.php:40
-#: ../../include/functions_groups.php:2128
-#: ../../include/functions_treeview.php:74
-#: ../../include/functions_treeview.php:392
-#: ../../include/functions_reporting.php:3390
-#: ../../include/functions_reporting_html.php:1499
-#: ../../operation/search_agents.php:90
+#: ../../operation/search_results.php:104
+#: ../../operation/agentes/ver_agente.php:1058
+#: ../../include/functions_groups.php:106
+#: ../../include/functions_groups.php:163
+#: ../../include/functions_reports.php:498
+#: ../../include/functions_reports.php:500
+#: ../../include/functions_reports.php:504
+#: ../../include/functions_reports.php:506
+#: ../../include/functions_reports.php:510
+#: ../../include/functions_reports.php:512
+#: ../../include/functions_reports.php:514
+#: ../../include/functions_reports.php:518
+#: ../../include/functions_reports.php:522
+#: ../../include/functions_reports.php:525
+msgid "Graphs"
+msgstr ""
+
+#: ../../operation/search_results.php:114
+#: ../../include/functions_groups.php:120
+msgid "Reports"
+msgstr ""
+
+#: ../../operation/search_results.php:124
+msgid "Maps"
+msgstr ""
+
+#: ../../operation/search_results.php:144
+msgid "Helps"
+msgstr ""
+
+#: ../../operation/search_results.php:161
+#: ../../operation/agentes/status_monitor.php:336
+#: ../../operation/agentes/estado_agente.php:180
+#: ../../operation/agentes/estado_agente.php:198
+#: ../../operation/incidents/incident.php:294
+#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91
+#: ../../include/functions_snmp_browser.php:556
+#: ../../godmode/alerts/alert_templates.php:256
+#: ../../godmode/alerts/alert_templates.php:260
+#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234
+#: ../../godmode/reporting/reporting_builder.php:439
+#: ../../godmode/modules/manage_network_components.php:524
+#: ../../godmode/agentes/modificar_agente.php:169
+#: ../../godmode/agentes/modificar_agente.php:173
+#: ../../godmode/agentes/module_manager.php:45
+#: ../../godmode/agentes/planned_downtime.list.php:141
+#: ../../godmode/agentes/planned_downtime.list.php:177
+msgid "Search"
+msgstr ""
+
+#: ../../operation/search_agents.php:91
#: ../../operation/agentes/alerts_status.functions.php:76
-#: ../../operation/agentes/estado_generalagente.php:80
-#: ../../operation/agentes/estado_generalagente.php:295
-#: ../../godmode/alerts/configure_alert_template.php:648
+#: ../../operation/agentes/estado_generalagente.php:79
+#: ../../operation/agentes/estado_generalagente.php:294
+#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:124
+#: ../../include/functions_groups.php:2158
+#: ../../include/functions_treeview.php:74
+#: ../../include/functions_treeview.php:551
+#: ../../include/functions_reporting_html.php:2089
+#: ../../include/functions_reporting.php:3572
#: ../../godmode/alerts/alert_view.php:516
-#: ../../godmode/agentes/agent_manager.php:311
-#: ../../godmode/agentes/modificar_agente.php:488
-#: ../../godmode/agentes/module_manager_editor_common.php:153
-#: ../../godmode/agentes/module_manager_editor_common.php:424
-#: ../../godmode/massive/massive_edit_agents.php:345
-#: ../../godmode/massive/massive_edit_modules.php:444
+#: ../../godmode/alerts/configure_alert_template.php:663
+#: ../../godmode/massive/massive_edit_agents.php:364
+#: ../../godmode/massive/massive_edit_modules.php:467
+#: ../../godmode/agentes/module_manager_editor_common.php:172
+#: ../../godmode/agentes/module_manager_editor_common.php:471
+#: ../../godmode/agentes/agent_manager.php:341
+#: ../../godmode/agentes/modificar_agente.php:562
msgid "Disabled"
msgstr ""
-#: ../../enterprise/meta/include/functions_wizard_meta.php:184
-#: ../../enterprise/meta/include/functions_wizard_meta.php:412
-#: ../../enterprise/meta/include/functions_wizard_meta.php:481
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1010
-#: ../../enterprise/include/functions_reporting_csv.php:303
-#: ../../enterprise/godmode/alerts/alert_events.php:97
-#: ../../enterprise/godmode/alerts/alert_events.php:102
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46
-#: ../../include/functions_reports.php:573
-#: ../../include/functions_reporting.php:4011
-#: ../../include/ajax/events.php:298
-#: ../../godmode/alerts/configure_alert_template.php:148
-#: ../../godmode/alerts/configure_alert_template.php:153
-#: ../../godmode/servers/plugin.php:276 ../../godmode/servers/plugin.php:282
-#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:108
-msgid "General"
+#: ../../operation/agentes/status_monitor.php:45
+msgid "Monitor view"
msgstr ""
-#: ../../enterprise/meta/include/functions_wizard_meta.php:239
-#: ../../godmode/modules/manage_network_templates_form.php:302
-msgid "Components"
+#: ../../operation/agentes/status_monitor.php:306
+msgid "Monitor status"
msgstr ""
-#: ../../enterprise/meta/include/functions_wizard_meta.php:241
-msgid "Agent modules"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:284
-msgid "Add selected modules to agent"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:298
-msgid "Undo changes"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:469
-msgid "Latency"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:470
-msgid "Response"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:472
-msgid "Check type"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:489
-#: ../../enterprise/meta/include/functions_wizard_meta.php:540
-#: ../../enterprise/include/functions_enterprise.php:273
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:51
-msgid "Web checks"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:517
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:108
-#: ../../include/functions_reporting.php:3608
-#: ../../godmode/tag/edit_tag.php:180
-msgid "Url"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:521
-msgid "String to check"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:526
-msgid "Add check"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:534
-msgid "Delete check"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:548
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:73
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146
-#: ../../enterprise/godmode/modules/configure_local_component.php:294
-msgid "Load basic"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:550
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:75
-msgid "Load a basic structure on Web Checks"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:554
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:79
-msgid "Check the correct structure of the WebCheck"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:561
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:123
-msgid "First line must be \"task_begin\""
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:562
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:124
-msgid "Webchecks configuration is empty"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:563
-#: ../../enterprise/meta/include/functions_wizard_meta.php:564
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:125
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126
-msgid "Last line must be \"task_end\""
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:565
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169
-#: ../../enterprise/godmode/modules/configure_local_component.php:313
-msgid "There is a line with a unknown token 'token_fail'."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:566
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128
-msgid "Web checks are built correctly"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:782
-#: ../../enterprise/meta/include/functions_wizard_meta.php:900
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1078
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1361
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1442
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1575
-#: ../../enterprise/include/functions_reporting_pdf.php:2286
-#: ../../enterprise/godmode/modules/configure_local_component.php:275
-#: ../../include/functions_netflow.php:1128
-#: ../../include/functions_netflow.php:1138
-#: ../../include/functions_netflow.php:1156
-#: ../../include/functions_netflow.php:1164
-#: ../../include/functions_netflow.php:1187
-#: ../../include/functions_netflow.php:1245
-#: ../../include/functions_netflow.php:1251
-#: ../../include/functions_netflow.php:1283
-#: ../../include/functions_reporting_html.php:1521
-#: ../../godmode/agentes/module_manager_editor_common.php:319
-#: ../../godmode/massive/massive_edit_modules.php:507
-#: ../../godmode/modules/manage_network_components_form_common.php:152
-msgid "Unit"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:814
-#: ../../enterprise/meta/include/functions_wizard_meta.php:906
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1116
-msgid "Various"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:822
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1318
-#: ../../extensions/net_tools.php:145
-msgid "SNMP Community"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:829
-#: ../../enterprise/meta/include/functions_wizard_meta.php:914
-#: ../../extensions/api_checker.php:162
-msgid "Credentials"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:835
-#: ../../enterprise/meta/include/functions_wizard_meta.php:921
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1122
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1142
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1338
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1419
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1535
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1555
-#: ../../enterprise/meta/monitoring/group_view.php:148
-#: ../../enterprise/meta/monitoring/tactical.php:260
-#: ../../enterprise/include/functions_services.php:1267
-#: ../../enterprise/include/functions_reporting_pdf.php:678
-#: ../../enterprise/include/functions_reporting_pdf.php:2281
-#: ../../enterprise/operation/services/services.service.php:127
-#: ../../enterprise/operation/services/services.service.php:179
-#: ../../enterprise/operation/services/services.list.php:148
-#: ../../enterprise/operation/services/services.list.php:317
-#: ../../enterprise/operation/services/services.list.php:386
-#: ../../enterprise/operation/services/services.service_map.php:116
-#: ../../enterprise/godmode/services/services.service.php:263
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605
-#: ../../mobile/operation/groups.php:118 ../../mobile/operation/groups.php:120
-#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35
-#: ../../include/functions_graph.php:1815
-#: ../../include/functions_graph.php:2878
-#: ../../include/functions_graph.php:2879
-#: ../../include/functions_graph.php:4763
-#: ../../include/functions_groups.php:800
-#: ../../include/functions_groups.php:802
-#: ../../include/functions_groups.php:804
-#: ../../include/functions_groups.php:805
-#: ../../include/functions_groups.php:806 ../../include/functions_ui.php:235
-#: ../../include/functions_ui.php:1983 ../../include/functions.php:848
-#: ../../include/functions.php:1051 ../../include/functions.php:1054
-#: ../../include/functions.php:1089
-#: ../../include/functions_reporting_html.php:1028
-#: ../../include/functions_events.php:1474
-#: ../../operation/gis_maps/render_view.php:138
-#: ../../operation/agentes/estado_monitores.php:427
-#: ../../operation/agentes/group_view.php:153
-#: ../../operation/agentes/estado_agente.php:183
-#: ../../operation/agentes/tactical.php:150
-#: ../../operation/agentes/status_monitor.php:419
-#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132
-#: ../../operation/tree.php:157 ../../operation/tree.php:288
-#: ../../godmode/servers/manage_recontask_form.php:188
-#: ../../godmode/setup/setup_netflow.php:70
-#: ../../godmode/massive/massive_delete_agents.php:114
-#: ../../godmode/massive/massive_delete_modules.php:454
-#: ../../godmode/massive/massive_copy_modules.php:78
-#: ../../godmode/massive/massive_copy_modules.php:191
-#: ../../godmode/massive/massive_edit_agents.php:215
-#: ../../godmode/massive/massive_edit_agents.php:388
-#: ../../godmode/massive/massive_edit_modules.php:314
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
-msgid "Warning"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:840
-#: ../../enterprise/meta/include/functions_wizard_meta.php:849
-#: ../../enterprise/meta/include/functions_wizard_meta.php:926
-#: ../../enterprise/meta/include/functions_wizard_meta.php:935
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1127
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1136
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1343
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1352
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1424
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1433
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1540
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1549
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1565
-#: ../../enterprise/godmode/modules/configure_local_component.php:228
-#: ../../enterprise/godmode/modules/configure_local_component.php:243
-#: ../../godmode/agentes/module_manager_editor_common.php:250
-#: ../../godmode/agentes/module_manager_editor_common.php:270
-#: ../../godmode/massive/massive_edit_modules.php:377
-#: ../../godmode/massive/massive_edit_modules.php:423
-#: ../../godmode/modules/manage_network_components_form_common.php:116
-#: ../../godmode/modules/manage_network_components_form_common.php:129
-msgid "Inverse interval"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:844
-#: ../../enterprise/meta/include/functions_wizard_meta.php:930
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1131
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1148
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1347
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1428
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1544
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1562
-#: ../../enterprise/meta/monitoring/group_view.php:149
-#: ../../enterprise/meta/monitoring/tactical.php:259
-#: ../../enterprise/include/functions_services.php:1264
-#: ../../enterprise/include/functions_services.php:1423
-#: ../../enterprise/include/functions_reporting_pdf.php:677
-#: ../../enterprise/include/functions_reporting_pdf.php:2281
-#: ../../enterprise/operation/services/services.service.php:126
-#: ../../enterprise/operation/services/services.service.php:174
-#: ../../enterprise/operation/services/services.list.php:149
-#: ../../enterprise/operation/services/services.list.php:316
-#: ../../enterprise/operation/services/services.list.php:381
-#: ../../enterprise/operation/services/services.service_map.php:115
-#: ../../enterprise/godmode/services/services.elements.php:392
-#: ../../enterprise/godmode/services/services.service.php:259
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1603
-#: ../../mobile/operation/groups.php:122 ../../mobile/operation/groups.php:124
-#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33
-#: ../../include/functions_graph.php:1814
-#: ../../include/functions_graph.php:2886
-#: ../../include/functions_graph.php:2887
-#: ../../include/functions_graph.php:4766
-#: ../../include/functions_groups.php:809
-#: ../../include/functions_groups.php:811
-#: ../../include/functions_groups.php:813
-#: ../../include/functions_groups.php:814
-#: ../../include/functions_groups.php:815 ../../include/functions_ui.php:1983
-#: ../../include/functions.php:851 ../../include/functions.php:1053
-#: ../../include/functions.php:1054 ../../include/functions.php:1056
-#: ../../include/functions.php:1092
-#: ../../include/functions_reporting_html.php:1026
-#: ../../include/functions_events.php:1477
-#: ../../operation/gis_maps/render_view.php:137
-#: ../../operation/agentes/estado_monitores.php:423
-#: ../../operation/agentes/group_view.php:154
-#: ../../operation/agentes/estado_agente.php:184
-#: ../../operation/agentes/tactical.php:149
-#: ../../operation/agentes/status_monitor.php:420 ../../operation/tree.php:133
-#: ../../operation/tree.php:158 ../../operation/tree.php:283
-#: ../../godmode/massive/massive_delete_agents.php:115
-#: ../../godmode/massive/massive_delete_modules.php:455
-#: ../../godmode/massive/massive_copy_modules.php:79
-#: ../../godmode/massive/massive_copy_modules.php:192
-#: ../../godmode/massive/massive_edit_agents.php:216
-#: ../../godmode/massive/massive_edit_modules.php:315
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1244
-msgid "Critical"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:854
-#: ../../enterprise/meta/include/functions_wizard_meta.php:940
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1157
-msgid "Thresholds"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:946
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1451
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:95
-msgid "Proxy URL"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:951
-msgid "Web configuration"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1143
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1149
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1556
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1563
-msgid "Str: "
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1145
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1151
-msgid " Inverse interval "
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1212
-msgid "Alerts in module"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1220
-#: ../../include/functions_reporting_html.php:2041
-msgid "Alert description"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1375
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1465
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1585
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1656
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104
-msgid "Preview"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1447
-msgid "Checks"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1650
-msgid "Deleted modules"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1851
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1951
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2424
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2540
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2629
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2840
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290
-msgid "Another module already exists with the same name"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1862
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1959
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2434
-#, php-format
-msgid "Error adding module %s"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1872
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1969
-msgid ""
-"There was an error creating the alerts, the operation has been cancelled"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1904
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1998
-#: ../../enterprise/godmode/policies/policy_modules.php:653
-msgid "Successfully added module."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1905
-#: ../../enterprise/meta/include/functions_wizard_meta.php:1999
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2477
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419
-#: ../../enterprise/meta/screens/screens.visualmap.php:63
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617
-#: ../../enterprise/extensions/cron/main.php:260
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:256
-#: ../../enterprise/include/functions_networkmap_enterprise.php:608
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1590
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303
-#: ../../enterprise/godmode/alerts/alert_events_list.php:634
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:475
-#: ../../enterprise/godmode/agentes/collections.editor.php:178
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348
-#: ../../enterprise/godmode/reporting/mysql_builder.php:86
-#: ../../enterprise/godmode/reporting/mysql_builder.php:100
-#: ../../enterprise/godmode/reporting/mysql_builder.php:110
-#: ../../enterprise/godmode/reporting/mysql_builder.php:152
-#: ../../extensions/files_repo/files_repo_list.php:101
-#: ../../include/functions_groups.php:2136 ../../include/ajax/module.php:817
-#: ../../operation/gis_maps/gis_map.php:161
-#: ../../operation/search_reports.php:52
-#: ../../operation/agentes/estado_agente.php:530
-#: ../../operation/agentes/status_monitor.php:1095
-#: ../../operation/servers/recon_view.php:110
-#: ../../godmode/events/event_responses.list.php:67
-#: ../../godmode/users/user_list.php:469
-#: ../../godmode/users/profile_list.php:389
-#: ../../godmode/gis_maps/index.php:110
-#: ../../godmode/agentes/modificar_agente.php:495
-#: ../../godmode/agentes/planned_downtime.list.php:399
-#: ../../godmode/agentes/fields_manager.php:126
-#: ../../godmode/servers/plugin.php:731
-#: ../../godmode/servers/servers.build_table.php:154
-#: ../../godmode/reporting/reporting_builder.list_items.php:424
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1044
-#: ../../godmode/reporting/reporting_builder.php:696
-msgid "Edit"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2032
-#: ../../enterprise/extensions/csv_import/main.php:41
-#, php-format
-msgid "Could not create agent %s"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2036
-msgid "Agent successfully added"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2052
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2134
-#, php-format
-msgid "%s Modules created"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2090
-#, php-format
-msgid "Could not update agent %s"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2094
-msgid "Agent successfully updated"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2140
-#, php-format
-msgid "%s Modules deleted"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2445
-msgid ""
-"There was an error creating the alerts, the operation has been cancelled ."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2476
-msgid "Module successfully added."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2548
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2637
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2848
-#, php-format
-msgid "Error updating module %s"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2571
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2660
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2871
-msgid ""
-"There was an error updating the alerts, the operation has been cancelled"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2593
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2682
-#: ../../enterprise/meta/include/functions_wizard_meta.php:2893
-msgid "Successfully updated module."
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_wizard_meta.php:3239
-msgid "Manage agent modules"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:93
-#: ../../operation/integria_incidents/incident.php:141
-#: ../../operation/incidents/incident_detail.php:120
-msgid "No description available"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93
-#: ../../enterprise/meta/advanced/servers.build_table.php:61
-#: ../../enterprise/include/functions_services.php:1412
-#: ../../enterprise/include/functions_reporting_pdf.php:1322
-#: ../../enterprise/include/functions_reporting_pdf.php:1458
-#: ../../enterprise/include/functions_reporting_pdf.php:2280
-#: ../../enterprise/operation/agentes/policy_view.php:306
-#: ../../enterprise/operation/agentes/ver_agente.php:30
-#: ../../enterprise/godmode/services/services.elements.php:320
-#: ../../enterprise/godmode/modules/configure_local_component.php:176
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:77
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1145
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:97
-#: ../../enterprise/godmode/policies/policy_modules.php:1020
-#: ../../mobile/operation/networkmaps.php:77
-#: ../../mobile/operation/networkmaps.php:78
-#: ../../mobile/operation/networkmaps.php:140
-#: ../../mobile/operation/networkmaps.php:141
-#: ../../mobile/operation/networkmaps.php:196
-#: ../../mobile/operation/events.php:347 ../../mobile/operation/events.php:348
-#: ../../mobile/operation/events.php:476 ../../mobile/operation/events.php:617
-#: ../../mobile/operation/events.php:618
-#: ../../mobile/operation/visualmaps.php:61
-#: ../../mobile/operation/visualmaps.php:62
-#: ../../include/functions_snmp_browser.php:410
-#: ../../include/functions_reporting.php:4732
-#: ../../include/functions_visual_map_editor.php:367
-#: ../../include/functions_visual_map_editor.php:386
-#: ../../include/functions_reporting_html.php:483
-#: ../../include/functions_reporting_html.php:1096
-#: ../../include/functions_reporting_html.php:1515
-#: ../../include/functions_reporting_html.php:2265
-#: ../../include/functions_events.php:886
-#: ../../include/functions_events.php:2362 ../../include/ajax/module.php:703
-#: ../../operation/events/events.php:74
-#: ../../operation/events/sound_events.php:73
-#: ../../operation/search_modules.php:49
-#: ../../operation/agentes/ver_agente.php:658
-#: ../../operation/agentes/networkmap_list.php:135
-#: ../../operation/agentes/networkmap_list.php:179
-#: ../../operation/agentes/networkmap_list.php:263
-#: ../../operation/agentes/status_monitor.php:924
-#: ../../operation/netflow/nf_live_view.php:251
-#: ../../godmode/events/event_responses.editor.php:115
-#: ../../godmode/alerts/alert_templates.php:38
-#: ../../godmode/alerts/alert_templates.php:253
-#: ../../godmode/alerts/alert_templates.php:301
-#: ../../godmode/agentes/module_manager_editor_common.php:156
-#: ../../godmode/agentes/planned_downtime.editor.php:479
-#: ../../godmode/agentes/planned_downtime.list.php:392
-#: ../../godmode/agentes/module_manager.php:117
-#: ../../godmode/agentes/module_manager.php:516
-#: ../../godmode/agentes/agent_template.php:224
-#: ../../godmode/servers/plugin.php:686
-#: ../../godmode/servers/servers.build_table.php:65
-#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171
-#: ../../godmode/modules/manage_network_components.php:541
-#: ../../godmode/modules/manage_network_components_form_common.php:67
-#: ../../godmode/modules/manage_network_templates_form.php:197
-#: ../../godmode/reporting/reporting_builder.list_items.php:165
-#: ../../godmode/reporting/reporting_builder.list_items.php:192
-#: ../../godmode/reporting/reporting_builder.list_items.php:285
-#: ../../godmode/reporting/visual_console_builder.wizard.php:111
-#: ../../godmode/reporting/visual_console_builder.wizard.php:173
-#: ../../godmode/reporting/reporting_builder.item_editor.php:593
-msgid "Type"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107
-#: ../../enterprise/godmode/alerts/alert_events.php:505
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276
-#: ../../include/functions_reporting_html.php:2043
-#: ../../include/functions_events.php:2168
-#: ../../operation/integria_incidents/incident.incident.php:90
-#: ../../operation/integria_incidents/incident.list.php:97
-#: ../../operation/agentes/estado_generalagente.php:405
-#: ../../operation/incidents/incident.php:241
-#: ../../operation/incidents/incident.php:333
-#: ../../operation/incidents/incident_detail.php:318
-#: ../../godmode/snmpconsole/snmp_alert.php:835
-#: ../../godmode/snmpconsole/snmp_alert.php:900
-#: ../../godmode/alerts/configure_alert_template.php:727
-#: ../../godmode/alerts/alert_templates.php:52
-#: ../../godmode/alerts/alert_list.list.php:120
-#: ../../godmode/alerts/alert_view.php:102
-#: ../../godmode/agentes/agent_incidents.php:88
-msgid "Priority"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117
-#: ../../godmode/alerts/alert_templates.php:62
-msgid "Everyday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120
-#: ../../enterprise/include/functions_reporting.php:1114
-#: ../../enterprise/include/functions_reporting.php:1370
-#: ../../enterprise/include/functions_reporting.php:1804
-#: ../../enterprise/include/functions_reporting_pdf.php:1659
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1267
-#: ../../include/functions_html.php:827
-#: ../../godmode/alerts/configure_alert_special_days.php:78
-#: ../../godmode/alerts/alert_special_days.php:196
-#: ../../godmode/alerts/alert_templates.php:65
-#: ../../godmode/reporting/reporting_builder.item_editor.php:751
-msgid "Monday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121
-#: ../../enterprise/include/functions_reporting.php:1115
-#: ../../enterprise/include/functions_reporting.php:1371
-#: ../../enterprise/include/functions_reporting.php:1805
-#: ../../enterprise/include/functions_reporting_pdf.php:1660
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273
-#: ../../include/functions_html.php:828
-#: ../../godmode/alerts/configure_alert_special_days.php:79
-#: ../../godmode/alerts/alert_special_days.php:199
-#: ../../godmode/alerts/alert_templates.php:66
-#: ../../godmode/reporting/reporting_builder.item_editor.php:757
-msgid "Tuesday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122
-#: ../../enterprise/include/functions_reporting.php:1116
-#: ../../enterprise/include/functions_reporting.php:1372
-#: ../../enterprise/include/functions_reporting.php:1806
-#: ../../enterprise/include/functions_reporting_pdf.php:1661
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1279
-#: ../../include/functions_html.php:829
-#: ../../godmode/alerts/configure_alert_special_days.php:80
-#: ../../godmode/alerts/alert_special_days.php:202
-#: ../../godmode/alerts/alert_templates.php:67
-#: ../../godmode/reporting/reporting_builder.item_editor.php:763
-msgid "Wednesday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123
-#: ../../enterprise/include/functions_reporting.php:1117
-#: ../../enterprise/include/functions_reporting.php:1373
-#: ../../enterprise/include/functions_reporting.php:1807
-#: ../../enterprise/include/functions_reporting_pdf.php:1662
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1285
-#: ../../include/functions_html.php:830
-#: ../../godmode/alerts/configure_alert_special_days.php:81
-#: ../../godmode/alerts/alert_special_days.php:205
-#: ../../godmode/alerts/alert_templates.php:68
-#: ../../godmode/reporting/reporting_builder.item_editor.php:769
-msgid "Thursday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124
-#: ../../enterprise/include/functions_reporting.php:1118
-#: ../../enterprise/include/functions_reporting.php:1374
-#: ../../enterprise/include/functions_reporting.php:1808
-#: ../../enterprise/include/functions_reporting_pdf.php:1663
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291
-#: ../../include/functions_html.php:831
-#: ../../godmode/alerts/configure_alert_special_days.php:82
-#: ../../godmode/alerts/alert_special_days.php:208
-#: ../../godmode/alerts/alert_templates.php:69
-#: ../../godmode/reporting/reporting_builder.item_editor.php:775
-msgid "Friday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125
-#: ../../enterprise/include/functions_reporting.php:1119
-#: ../../enterprise/include/functions_reporting.php:1375
-#: ../../enterprise/include/functions_reporting.php:1809
-#: ../../enterprise/include/functions_reporting_pdf.php:1664
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297
-#: ../../include/functions_html.php:832
-#: ../../godmode/alerts/configure_alert_special_days.php:83
-#: ../../godmode/alerts/alert_special_days.php:211
-#: ../../godmode/alerts/alert_templates.php:70
-#: ../../godmode/reporting/reporting_builder.item_editor.php:781
-msgid "Saturday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126
-#: ../../enterprise/include/functions_reporting.php:1120
-#: ../../enterprise/include/functions_reporting.php:1376
-#: ../../enterprise/include/functions_reporting.php:1810
-#: ../../enterprise/include/functions_reporting_pdf.php:1665
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1303
-#: ../../include/functions_html.php:826
-#: ../../godmode/alerts/configure_alert_special_days.php:84
-#: ../../godmode/alerts/alert_special_days.php:214
-#: ../../godmode/alerts/alert_templates.php:71
-#: ../../godmode/reporting/reporting_builder.item_editor.php:787
-msgid "Sunday"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128
-#: ../../enterprise/extensions/ipam/ipam_editor.php:82
-#: ../../enterprise/godmode/setup/setup_history.php:64
-#: ../../include/functions_config.php:631
-#: ../../godmode/alerts/alert_templates.php:73
-msgid "Days"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128
-#: ../../godmode/alerts/alert_templates.php:73
-msgid "Every"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143
-#: ../../enterprise/godmode/alerts/alert_events.php:453
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257
-#: ../../godmode/snmpconsole/snmp_alert.php:813
-#: ../../godmode/alerts/configure_alert_template.php:545
-#: ../../godmode/alerts/alert_templates.php:89
-#: ../../godmode/alerts/alert_view.php:306
-msgid "Time threshold"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148
-#: ../../enterprise/include/functions_reporting_pdf.php:2085
-#: ../../enterprise/include/functions_reporting_pdf.php:2135
-#: ../../enterprise/include/functions_reporting_pdf.php:2171
-#: ../../enterprise/include/functions_reporting_pdf.php:2209
-#: ../../enterprise/godmode/alerts/alert_events_list.php:559
-#: ../../enterprise/godmode/policies/policy_alerts.php:336
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:222
-#: ../../operation/agentes/gis_view.php:181
-#: ../../operation/reporting/reporting_viewer.php:199
-#: ../../godmode/alerts/alert_templates.php:94
-#: ../../godmode/alerts/alert_list.list.php:521
-#: ../../godmode/alerts/alert_list.list.php:525
-#: ../../godmode/agentes/planned_downtime.list.php:141
-msgid "From"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150
-#: ../../enterprise/include/functions_reporting.php:1928
-#: ../../enterprise/include/functions_reporting.php:2039
-#: ../../enterprise/include/functions_reporting.php:3214
-#: ../../enterprise/godmode/alerts/alert_events_list.php:560
-#: ../../enterprise/godmode/alerts/alert_events_list.php:601
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:107
-#: ../../enterprise/godmode/policies/policy_alerts.php:337
-#: ../../enterprise/godmode/policies/policy_alerts.php:469
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:223
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:280
-#: ../../include/functions_reporting.php:8425
-#: ../../operation/reporting/reporting_viewer.php:203
-#: ../../godmode/alerts/alert_templates.php:96
-#: ../../godmode/alerts/alert_list.list.php:522
-#: ../../godmode/alerts/alert_list.list.php:597
-#: ../../godmode/alerts/alert_list.builder.php:121
-#: ../../godmode/massive/massive_add_action_alerts.php:161
-msgid "to"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:96
-#: ../../enterprise/operation/agentes/policy_view.php:146
-#: ../../enterprise/operation/agentes/policy_view.php:210
-#: ../../enterprise/operation/agentes/policy_view.php:442
-#: ../../include/functions.php:1999
-#: ../../godmode/alerts/configure_alert_template.php:874
-#: ../../godmode/alerts/alert_list.builder.php:209
-#: ../../godmode/modules/manage_network_components_form_wmi.php:58
-#: ../../godmode/modules/manage_network_components_form_plugin.php:29
-#: ../../godmode/modules/manage_network_components_form_network.php:82
-msgid "Empty"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540
-#: ../../enterprise/meta/monitoring/group_view.php:150
-#: ../../enterprise/operation/agentes/policy_view.php:265
-#: ../../enterprise/godmode/alerts/alert_events_list.php:617
-#: ../../mobile/operation/alerts.php:253
-#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909
-#: ../../include/functions_agents.php:2074
-#: ../../include/functions_agents.php:2086
-#: ../../include/functions_reporting.php:6329 ../../include/functions.php:1007
-#: ../../include/functions_events.php:1143
-#: ../../include/functions_events.php:1410
-#: ../../operation/events/sound_events.php:74
-#: ../../operation/snmpconsole/snmp_view.php:633
-#: ../../operation/agentes/group_view.php:155
-#: ../../godmode/alerts/alert_list.list.php:620
-#: ../../godmode/alerts/alert_view.php:85
-msgid "Alert fired"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548
-#: ../../enterprise/operation/agentes/policy_view.php:273
-#: ../../enterprise/godmode/alerts/alert_events_list.php:626
-#: ../../mobile/operation/alerts.php:261
-#: ../../extensions/agents_alerts.php:330 ../../include/functions_ui.php:917
-#: ../../include/functions_agents.php:2077
-#: ../../include/functions_agents.php:2089
-#: ../../include/functions_reporting.php:6274
-#: ../../operation/snmpconsole/snmp_view.php:636
-#: ../../godmode/alerts/alert_list.list.php:628
-#: ../../godmode/alerts/alert_view.php:93
-msgid "Alert not fired"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540
-#: ../../enterprise/operation/agentes/policy_view.php:265
-#: ../../enterprise/godmode/alerts/alert_events_list.php:618
-#: ../../mobile/operation/alerts.php:253
-#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909
-#: ../../godmode/alerts/alert_list.list.php:620
-#: ../../godmode/alerts/alert_view.php:85
-msgid "times"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544
-#: ../../enterprise/operation/agentes/policy_view.php:269
-#: ../../enterprise/godmode/alerts/alert_events_list.php:622
-#: ../../mobile/operation/alerts.php:257
-#: ../../extensions/agents_alerts.php:326 ../../include/functions_ui.php:913
-#: ../../include/functions_reporting.php:6335
-#: ../../godmode/alerts/alert_list.list.php:624
-#: ../../godmode/alerts/alert_view.php:89
-msgid "Alert disabled"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892
-#: ../../enterprise/extensions/ipam/ipam_network.php:542
-#: ../../enterprise/extensions/ipam/ipam_massive.php:79
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:196
-#: ../../enterprise/include/functions_reporting_pdf.php:2262
-#: ../../enterprise/godmode/setup/setup.php:98
-#: ../../include/functions_groups.php:2128
-#: ../../include/functions_reporting_html.php:1496
-#: ../../operation/agentes/estado_generalagente.php:298
-#: ../../godmode/alerts/configure_alert_template.php:648
-msgid "Enabled"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898
-#: ../../enterprise/operation/agentes/policy_view.php:221
-#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:815
-#: ../../operation/agentes/alerts_status.functions.php:80
-#: ../../godmode/alerts/alert_list.list.php:133
-msgid "Standby on"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900
-#: ../../mobile/operation/alerts.php:45
-#: ../../operation/agentes/alerts_status.functions.php:81
-#: ../../godmode/alerts/alert_list.list.php:134
-msgid "Standby off"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057
-#: ../../include/functions_treeview.php:369
-#: ../../operation/agentes/custom_fields.php:28
-#: ../../operation/agentes/agent_fields.php:28
-#: ../../operation/agentes/estado_generalagente.php:46
-msgid "There was a problem loading agent"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102
-#: ../../mobile/operation/agent.php:134
-#: ../../include/functions_treeview.php:412
-#: ../../operation/agentes/estado_generalagente.php:269
-msgid "Other IP addresses"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117
-#: ../../include/functions_treeview.php:483
-#: ../../operation/gis_maps/ajax.php:315
-#: ../../operation/agentes/estado_generalagente.php:160
-msgid "Agent Version"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124
-#: ../../include/functions_treeview.php:500
-#: ../../operation/agentes/estado_generalagente.php:311
-msgid "Position (Long, Lat)"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128
-#: ../../operation/agentes/estado_generalagente.php:314
-msgid "There is no GIS data."
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144
-#: ../../include/functions_treeview.php:509
-#: ../../operation/agentes/ver_agente.php:880
-#: ../../operation/agentes/ver_agente.php:1040
-#: ../../operation/agentes/estado_generalagente.php:330
-#: ../../godmode/agentes/agent_manager.php:389
-msgid "Url address"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149
-#: ../../include/functions_treeview.php:443
-#: ../../operation/gis_maps/ajax.php:332
-#: ../../operation/agentes/estado_generalagente.php:206
-msgid "Remote"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155
-#: ../../enterprise/extensions/cron/main.php:258
-#: ../../enterprise/extensions/ipam/ipam_list.php:91
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:229
-#: ../../include/functions_ui.php:450 ../../include/functions_treeview.php:436
-#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334
-#: ../../operation/agentes/estado_generalagente.php:211
-#: ../../godmode/snmpconsole/snmp_alert.php:1111
-#: ../../godmode/db/db_main.php:183
-msgid "Never"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164
-#: ../../include/functions_treeview.php:517
-#: ../../operation/agentes/estado_generalagente.php:339
-msgid "Timezone Offset"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170
-#: ../../include/functions_treeview.php:451
-msgid "Next agent contact"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180
-#: ../../include/functions_treeview.php:532
-#: ../../operation/agentes/agent_fields.php:45
-#: ../../operation/agentes/estado_generalagente.php:355
-msgid "Custom field"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183
-#: ../../operation/agentes/custom_fields.php:87
-#: ../../operation/agentes/agent_fields.php:48
-msgid "empty"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202
-msgid "Go to agent detail"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588
-#: ../../enterprise/extensions/csv_import_group/main.php:84
-#: ../../enterprise/extensions/csv_import/main.php:88
-#: ../../include/functions_filemanager.php:636
-msgid "Go"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209
-msgid "Create new module"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275
-#: ../../enterprise/extensions/cron/main.php:320
-#: ../../enterprise/extensions/backup/main.php:167
-#: ../../enterprise/extensions/ipam/ipam_editor.php:108
-#: ../../enterprise/extensions/ipam/ipam_list.php:125
-#: ../../enterprise/godmode/services/services.elements.php:408
-#: ../../enterprise/godmode/services/services.service.php:360
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:89
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:276
-#: ../../enterprise/godmode/alerts/alert_events_list.php:671
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:511
-#: ../../enterprise/godmode/agentes/collections.php:235
-#: ../../enterprise/godmode/agentes/collections.data.php:56
-#: ../../enterprise/godmode/agentes/collections.data.php:125
-#: ../../enterprise/godmode/agentes/collections.data.php:144
-#: ../../enterprise/godmode/agentes/collections.data.php:159
-#: ../../enterprise/godmode/agentes/collections.data.php:181
-#: ../../enterprise/godmode/agentes/collections.data.php:223
-#: ../../enterprise/godmode/agentes/collections.editor.php:117
-#: ../../enterprise/godmode/servers/manage_export.php:125
-#: ../../enterprise/godmode/servers/manage_export.php:157
-#: ../../enterprise/godmode/setup/edit_skin.php:269
-#: ../../enterprise/godmode/modules/local_components.php:539
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118
-#: ../../enterprise/godmode/modules/configure_local_component.php:469
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:232
-#: ../../enterprise/godmode/policies/policies.php:424
-#: ../../enterprise/godmode/policies/configure_policy.php:90
-#: ../../enterprise/godmode/policies/policy_modules.php:304
-#: ../../include/functions_filemanager.php:615
-#: ../../include/functions_filemanager.php:652
-#: ../../include/functions_visual_map_editor.php:437
-#: ../../operation/integria_incidents/incident.incident.php:126
-#: ../../operation/gis_maps/gis_map.php:180
-#: ../../operation/agentes/networkmap_list.php:252
-#: ../../operation/incidents/incident_detail.php:379
-#: ../../godmode/events/event_responses.editor.php:134
-#: ../../godmode/events/event_edit_filter.php:388
-#: ../../godmode/users/configure_user.php:581
-#: ../../godmode/users/profile_list.php:404
-#: ../../godmode/category/edit_category.php:174
-#: ../../godmode/snmpconsole/snmp_alert.php:874
-#: ../../godmode/snmpconsole/snmp_alert.php:1221
-#: ../../godmode/snmpconsole/snmp_filters.php:108
-#: ../../godmode/snmpconsole/snmp_filters.php:156
-#: ../../godmode/gis_maps/index.php:127
-#: ../../godmode/alerts/alert_commands.php:370
-#: ../../godmode/alerts/configure_alert_special_days.php:101
-#: ../../godmode/alerts/configure_alert_command.php:202
-#: ../../godmode/alerts/alert_special_days.php:235
-#: ../../godmode/alerts/alert_list.php:300
-#: ../../godmode/alerts/alert_templates.php:363
-#: ../../godmode/alerts/alert_list.list.php:720
-#: ../../godmode/alerts/configure_alert_action.php:227
-#: ../../godmode/alerts/alert_actions.php:403
-#: ../../godmode/agentes/agent_manager.php:459
-#: ../../godmode/agentes/planned_downtime.list.php:364
-#: ../../godmode/agentes/planned_downtime.list.php:514
-#: ../../godmode/agentes/module_manager_editor.php:490
-#: ../../godmode/agentes/module_manager.php:122
-#: ../../godmode/agentes/configure_field.php:65
-#: ../../godmode/servers/plugin.php:492
-#: ../../godmode/servers/recon_script.php:220
-#: ../../godmode/servers/manage_recontask.php:381
-#: ../../godmode/netflow/nf_edit_form.php:244
-#: ../../godmode/groups/configure_modu_group.php:80
-#: ../../godmode/groups/configure_group.php:208
-#: ../../godmode/setup/news.php:204 ../../godmode/setup/links.php:117
-#: ../../godmode/setup/os.php:49 ../../godmode/setup/os.php:73
-#: ../../godmode/setup/gis.php:93
-#: ../../godmode/massive/massive_add_profiles.php:117
-#: ../../godmode/modules/manage_nc_groups.php:244
-#: ../../godmode/modules/manage_network_components.php:620
-#: ../../godmode/modules/manage_network_templates.php:228
-#: ../../godmode/modules/manage_nc_groups_form.php:83
-#: ../../godmode/modules/manage_network_components_form.php:267
-#: ../../godmode/modules/manage_network_templates_form.php:157
-#: ../../godmode/reporting/graph_builder.main.php:164
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1041
-#: ../../godmode/reporting/map_builder.php:312
-#: ../../godmode/tag/edit_tag.php:227
-msgid "Create"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256
-#: ../../godmode/groups/configure_modu_group.php:47
-#: ../../godmode/groups/configure_group.php:68
-msgid "There was a problem loading group"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270
-msgid "Group name"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277
-#: ../../include/functions_visual_map_editor.php:492
-#: ../../operation/agentes/ver_agente.php:706
-#: ../../operation/agentes/estado_generalagente.php:279
-#: ../../godmode/agentes/agent_manager.php:233
-#: ../../godmode/groups/configure_group.php:132
-#: ../../godmode/massive/massive_edit_agents.php:267
-#: ../../godmode/modules/manage_nc_groups_form.php:69
-#: ../../godmode/reporting/visual_console_builder.elements.php:81
-msgid "Parent"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76
-#: ../../include/functions_visual_map.php:2296
-#: ../../include/functions_visual_map_editor.php:60
-#: ../../include/functions_visual_map_editor.php:576
-#: ../../godmode/groups/group_list.php:335
-#: ../../godmode/groups/configure_group.php:117
-#: ../../godmode/setup/os.builder.php:39
-#: ../../godmode/modules/module_list.php:57
-#: ../../godmode/reporting/visual_console_builder.elements.php:183
-msgid "Icon"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347
-#: ../../include/functions_treeview.php:47
-msgid "There was a problem loading module"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361
-#: ../../enterprise/include/functions_reporting_pdf.php:2279
-#: ../../mobile/operation/modules.php:420
-#: ../../mobile/operation/modules.php:643 ../../include/ajax/module.php:706
-#: ../../operation/agentes/status_monitor.php:448
-#: ../../operation/agentes/status_monitor.php:931
-#: ../../godmode/alerts/alert_list.list.php:84
-#: ../../godmode/agentes/agent_template.php:223
-#: ../../godmode/modules/manage_network_components.php:540
-#: ../../godmode/modules/manage_network_templates_form.php:196
-msgid "Module name"
-msgstr ""
-
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157
-#: ../../enterprise/operation/agentes/ver_agente.php:33
-#: ../../enterprise/godmode/modules/configure_local_component.php:203
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1384
+#: ../../operation/agentes/status_monitor.php:311
+#: ../../operation/agentes/estado_monitores.php:463
+#: ../../operation/agentes/ver_agente.php:810
+#: ../../extensions/agents_modules.php:132
#: ../../mobile/operation/modules.php:140
#: ../../mobile/operation/modules.php:141
#: ../../mobile/operation/modules.php:229
#: ../../mobile/operation/modules.php:230
-#: ../../extensions/agents_modules.php:75
-#: ../../include/functions_graph.php:4884
+#: ../../include/functions_graph.php:5355
#: ../../include/functions_treeview.php:123
-#: ../../include/functions_events.php:2070
-#: ../../operation/agentes/estado_monitores.php:438
-#: ../../operation/agentes/ver_agente.php:662
-#: ../../operation/agentes/networkmap.php:459
-#: ../../operation/agentes/status_monitor.php:428
-#: ../../godmode/agentes/module_manager_editor_common.php:223
-#: ../../godmode/massive/massive_edit_modules.php:487
-#: ../../godmode/modules/manage_network_components_form_common.php:93
-#: ../../godmode/reporting/reporting_builder.item_editor.php:825
+#: ../../include/functions_events.php:2075
+#: ../../godmode/massive/massive_edit_modules.php:518
+#: ../../godmode/reporting/reporting_builder.item_editor.php:909
+#: ../../godmode/modules/manage_network_components_form_common.php:95
+#: ../../godmode/agentes/module_manager_editor_common.php:174
msgid "Module group"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382
-#: ../../include/functions_graph.php:4837
+#: ../../operation/agentes/status_monitor.php:312
+#: ../../include/functions_graph.php:5308
#: ../../include/functions_treeview.php:118
-#: ../../operation/agentes/status_monitor.php:440
-#: ../../godmode/agentes/module_manager_editor_common.php:225
-#: ../../godmode/massive/massive_edit_modules.php:490
+#: ../../godmode/massive/massive_edit_modules.php:521
+#: ../../godmode/agentes/module_manager_editor_common.php:176
+#: ../../godmode/agentes/module_manager_editor_common.php:182
msgid "Not assigned"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144
-#: ../../godmode/massive/massive_delete_modules.php:405
-#: ../../godmode/massive/massive_edit_modules.php:248
-msgid "Module type"
+#: ../../operation/agentes/status_monitor.php:327
+#: ../../operation/incidents/incident.php:238
+msgid "Show"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410
-msgid "Go to module detail"
+#: ../../operation/agentes/status_monitor.php:332
+#: ../../operation/agentes/status_monitor.php:958
+#: ../../mobile/operation/modules.php:489
+#: ../../mobile/operation/modules.php:752 ../../include/ajax/module.php:741
+#: ../../godmode/alerts/alert_list.list.php:86
+#: ../../godmode/modules/manage_network_components.php:565
+#: ../../godmode/modules/manage_network_templates_form.php:196
+#: ../../godmode/agentes/agent_template.php:228
+msgid "Module name"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122
-#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39
-msgid "Edit module"
+#: ../../operation/agentes/status_monitor.php:341
+#: ../../operation/agentes/status_monitor.php:344
+#: ../../operation/agentes/alerts_status.functions.php:86
+msgid "Only it is show tags in use."
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423
-#: ../../godmode/agentes/module_manager_editor_common.php:142
-msgid "Delete module"
+#: ../../operation/agentes/status_monitor.php:349
+#: ../../operation/agentes/alerts_status.functions.php:91
+msgid "No tags"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428
-msgid "Create new alert"
+#: ../../operation/agentes/status_monitor.php:380
+#: ../../godmode/agentes/module_manager_editor_data.php:17
+msgid "Data server module"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469
-msgid "There was a problem loading alert"
+#: ../../operation/agentes/status_monitor.php:382
+#: ../../godmode/agentes/module_manager_editor_network.php:64
+msgid "Network server module"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484
-#: ../../enterprise/godmode/reporting/graph_template_list.php:124
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:284
-#: ../../godmode/alerts/alert_list.list.php:56
-msgid "Template name"
+#: ../../operation/agentes/status_monitor.php:384
+#: ../../godmode/agentes/module_manager_editor_plugin.php:47
+msgid "Plugin server module"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487
-#: ../../enterprise/operation/agentes/policy_view.php:193
-#: ../../operation/agentes/alerts_status.functions.php:102
-#: ../../operation/agentes/alerts_status.php:410
-#: ../../operation/agentes/alerts_status.php:454
-#: ../../operation/agentes/alerts_status.php:488
-#: ../../operation/agentes/alerts_status.php:522
-#: ../../godmode/alerts/alert_list.list.php:131
-msgid "Standby"
+#: ../../operation/agentes/status_monitor.php:386
+#: ../../godmode/agentes/module_manager_editor_wmi.php:32
+msgid "WMI server module"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528
-#: ../../enterprise/operation/agentes/policy_view.php:197
-#: ../../extensions/agents_alerts.php:280
-#: ../../include/functions_reporting_html.php:2269
-#: ../../operation/agentes/alerts_status.php:423
-#: ../../operation/agentes/alerts_status.php:463
-#: ../../operation/agentes/alerts_status.php:496
-#: ../../operation/agentes/alerts_status.php:529
-#: ../../godmode/snmpconsole/snmp_alert.php:1063
-#: ../../godmode/alerts/alert_view.php:79
-msgid "Last fired"
+#: ../../operation/agentes/status_monitor.php:388
+#: ../../godmode/agentes/module_manager_editor_prediction.php:88
+msgid "Prediction server module"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560
-msgid "Stand By"
+#: ../../operation/agentes/status_monitor.php:390
+msgid "Web server module"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563
-#: ../../enterprise/meta/advanced/metasetup.password.php:79
-#: ../../enterprise/meta/advanced/metasetup.password.php:90
-#: ../../enterprise/meta/advanced/metasetup.password.php:96
-#: ../../enterprise/meta/advanced/metasetup.password.php:107
-#: ../../enterprise/meta/advanced/metasetup.password.php:123
-#: ../../enterprise/meta/advanced/metasetup.password.php:129
-#: ../../enterprise/meta/advanced/metasetup.visual.php:132
-#: ../../enterprise/meta/advanced/metasetup.visual.php:138
-#: ../../enterprise/meta/advanced/metasetup.visual.php:176
-#: ../../enterprise/meta/advanced/metasetup.visual.php:185
-#: ../../enterprise/meta/advanced/metasetup.performance.php:83
-#: ../../enterprise/meta/advanced/metasetup.setup.php:109
-#: ../../enterprise/meta/advanced/metasetup.setup.php:160
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:94
-#: ../../enterprise/godmode/setup/setup.php:31
-#: ../../enterprise/godmode/setup/setup.php:40
-#: ../../enterprise/godmode/setup/setup.php:56
-#: ../../enterprise/godmode/setup/setup.php:149
-#: ../../enterprise/godmode/setup/setup.php:214
-#: ../../enterprise/godmode/setup/setup.php:253
-#: ../../enterprise/godmode/setup/setup.php:262
-#: ../../enterprise/godmode/setup/setup.php:267
-#: ../../enterprise/godmode/setup/setup.php:276
-#: ../../enterprise/godmode/setup/setup.php:290
-#: ../../enterprise/godmode/setup/setup.php:295
-#: ../../enterprise/godmode/setup/setup_auth.php:61
-#: ../../enterprise/godmode/setup/setup_auth.php:72
-#: ../../enterprise/godmode/setup/setup_auth.php:108
-#: ../../enterprise/godmode/setup/setup_history.php:46
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:325
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171
-#: ../../operation/users/user_edit.php:261
-#: ../../operation/snmpconsole/snmp_view.php:426
-#: ../../operation/netflow/nf_live_view.php:265
-#: ../../godmode/users/configure_user.php:513
-#: ../../godmode/alerts/alert_view.php:107
-#: ../../godmode/alerts/alert_view.php:301
-#: ../../godmode/agentes/agent_manager.php:381
-#: ../../godmode/agentes/agent_conf_gis.php:79
-#: ../../godmode/servers/manage_recontask_form.php:305
-#: ../../godmode/servers/manage_recontask.php:329
-#: ../../godmode/setup/setup_netflow.php:63
-#: ../../godmode/setup/setup_netflow.php:71
-#: ../../godmode/setup/setup_general.php:70
-#: ../../godmode/setup/setup_general.php:74
-#: ../../godmode/setup/setup_general.php:94
-#: ../../godmode/setup/setup_general.php:98
-#: ../../godmode/setup/setup_general.php:179
-#: ../../godmode/setup/setup_general.php:234
-#: ../../godmode/setup/setup_general.php:242
-#: ../../godmode/setup/setup_general.php:251
-#: ../../godmode/setup/setup_general.php:272
-#: ../../godmode/setup/performance.php:98
-#: ../../godmode/setup/performance.php:105
-#: ../../godmode/setup/performance.php:112
-#: ../../godmode/setup/setup_auth.php:70 ../../godmode/setup/setup_auth.php:78
-#: ../../godmode/setup/setup_auth.php:162
-#: ../../godmode/setup/setup_auth.php:203
-#: ../../godmode/setup/setup_visuals.php:85
-#: ../../godmode/setup/setup_visuals.php:155
-#: ../../godmode/setup/setup_visuals.php:163
-#: ../../godmode/setup/setup_visuals.php:191
-#: ../../godmode/setup/setup_visuals.php:350
-#: ../../godmode/setup/setup_visuals.php:356
-#: ../../godmode/setup/setup_visuals.php:366
-#: ../../godmode/setup/setup_visuals.php:499
-#: ../../godmode/setup/setup_visuals.php:526
-#: ../../godmode/massive/massive_edit_agents.php:277
-#: ../../godmode/massive/massive_edit_agents.php:393
-#: ../../godmode/massive/massive_edit_agents.php:400
-#: ../../godmode/massive/massive_edit_modules.php:384
-#: ../../godmode/massive/massive_edit_modules.php:429
-#: ../../godmode/massive/massive_edit_modules.php:448
-#: ../../godmode/massive/massive_edit_modules.php:527
-#: ../../godmode/massive/massive_edit_modules.php:554
-#: ../../godmode/massive/massive_edit_modules.php:573
-#: ../../godmode/reporting/visual_console_builder.wizard.php:226
-#: ../../godmode/reporting/visual_console_builder.wizard.php:269
-#: ../../godmode/reporting/reporting_builder.php:629
-#: ../../godmode/reporting/reporting_builder.main.php:111
-msgid "Yes"
+#: ../../operation/agentes/status_monitor.php:394
+#: ../../operation/agentes/status_monitor.php:962
+msgid "Server type"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565
-#: ../../enterprise/meta/advanced/metasetup.password.php:80
-#: ../../enterprise/meta/advanced/metasetup.password.php:91
-#: ../../enterprise/meta/advanced/metasetup.password.php:97
-#: ../../enterprise/meta/advanced/metasetup.password.php:108
-#: ../../enterprise/meta/advanced/metasetup.password.php:124
-#: ../../enterprise/meta/advanced/metasetup.password.php:130
-#: ../../enterprise/meta/advanced/metasetup.visual.php:133
-#: ../../enterprise/meta/advanced/metasetup.visual.php:139
-#: ../../enterprise/meta/advanced/metasetup.visual.php:180
-#: ../../enterprise/meta/advanced/metasetup.visual.php:189
-#: ../../enterprise/meta/advanced/metasetup.performance.php:84
-#: ../../enterprise/meta/advanced/metasetup.setup.php:110
-#: ../../enterprise/meta/advanced/metasetup.setup.php:161
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:95
-#: ../../enterprise/godmode/setup/setup.php:32
-#: ../../enterprise/godmode/setup/setup.php:41
-#: ../../enterprise/godmode/setup/setup.php:57
-#: ../../enterprise/godmode/setup/setup.php:150
-#: ../../enterprise/godmode/setup/setup.php:215
-#: ../../enterprise/godmode/setup/setup.php:254
-#: ../../enterprise/godmode/setup/setup.php:263
-#: ../../enterprise/godmode/setup/setup.php:268
-#: ../../enterprise/godmode/setup/setup.php:277
-#: ../../enterprise/godmode/setup/setup.php:291
-#: ../../enterprise/godmode/setup/setup.php:296
-#: ../../enterprise/godmode/setup/setup_auth.php:64
-#: ../../enterprise/godmode/setup/setup_auth.php:75
-#: ../../enterprise/godmode/setup/setup_auth.php:109
-#: ../../enterprise/godmode/setup/setup_history.php:47
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:327
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173
-#: ../../mobile/operation/events.php:181 ../../mobile/operation/events.php:188
-#: ../../include/functions_events.php:2370
-#: ../../include/functions_events.php:2377
-#: ../../operation/users/user_edit.php:261
-#: ../../operation/snmpconsole/snmp_view.php:429
-#: ../../operation/netflow/nf_live_view.php:266
-#: ../../godmode/users/configure_user.php:513
-#: ../../godmode/alerts/alert_view.php:107
-#: ../../godmode/alerts/alert_view.php:303
-#: ../../godmode/alerts/alert_view.php:385
-#: ../../godmode/agentes/agent_manager.php:384
-#: ../../godmode/agentes/agent_conf_gis.php:80
-#: ../../godmode/servers/manage_recontask_form.php:305
-#: ../../godmode/servers/manage_recontask.php:329
-#: ../../godmode/setup/setup_netflow.php:64
-#: ../../godmode/setup/setup_netflow.php:72 ../../godmode/setup/news.php:264
-#: ../../godmode/setup/setup_general.php:71
-#: ../../godmode/setup/setup_general.php:75
-#: ../../godmode/setup/setup_general.php:95
-#: ../../godmode/setup/setup_general.php:99
-#: ../../godmode/setup/setup_general.php:180
-#: ../../godmode/setup/setup_general.php:237
-#: ../../godmode/setup/setup_general.php:245
-#: ../../godmode/setup/setup_general.php:252
-#: ../../godmode/setup/setup_general.php:273
-#: ../../godmode/setup/performance.php:99
-#: ../../godmode/setup/performance.php:106
-#: ../../godmode/setup/performance.php:113
-#: ../../godmode/setup/setup_auth.php:71 ../../godmode/setup/setup_auth.php:79
-#: ../../godmode/setup/setup_auth.php:163
-#: ../../godmode/setup/setup_auth.php:206
-#: ../../godmode/setup/setup_visuals.php:89
-#: ../../godmode/setup/setup_visuals.php:158
-#: ../../godmode/setup/setup_visuals.php:166
-#: ../../godmode/setup/setup_visuals.php:193
-#: ../../godmode/setup/setup_visuals.php:351
-#: ../../godmode/setup/setup_visuals.php:358
-#: ../../godmode/setup/setup_visuals.php:370
-#: ../../godmode/setup/setup_visuals.php:503
-#: ../../godmode/setup/setup_visuals.php:530
-#: ../../godmode/massive/massive_edit_agents.php:277
-#: ../../godmode/massive/massive_edit_agents.php:394
-#: ../../godmode/massive/massive_edit_agents.php:400
-#: ../../godmode/massive/massive_edit_modules.php:385
-#: ../../godmode/massive/massive_edit_modules.php:430
-#: ../../godmode/massive/massive_edit_modules.php:449
-#: ../../godmode/massive/massive_edit_modules.php:527
-#: ../../godmode/massive/massive_edit_modules.php:555
-#: ../../godmode/massive/massive_edit_modules.php:573
-#: ../../godmode/reporting/visual_console_builder.wizard.php:231
-#: ../../godmode/reporting/visual_console_builder.wizard.php:272
-#: ../../godmode/reporting/reporting_builder.php:631
-#: ../../godmode/reporting/reporting_builder.main.php:115
-msgid "No"
+#: ../../operation/agentes/status_monitor.php:398
+#: ../../godmode/agentes/modificar_agente.php:158
+msgid "Only enabled"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586
-msgid "Go to Alert detail"
+#: ../../operation/agentes/status_monitor.php:398
+#: ../../godmode/agentes/modificar_agente.php:157
+msgid "Only disabled"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592
-msgid "Delete alert"
+#: ../../operation/agentes/status_monitor.php:400
+msgid "Show monitors..."
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636
-msgid "There was a problem loading tag"
+#: ../../operation/agentes/status_monitor.php:410
+msgid "Data type"
msgstr ""
-#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651
-#: ../../godmode/tag/tag.php:199
-msgid "Tag name"
+#: ../../operation/agentes/status_monitor.php:529
+msgid "Advanced Options"
msgstr ""
-#: ../../enterprise/meta/include/functions_users_meta.php:168
-#: ../../enterprise/meta/include/functions_users_meta.php:187
-#: ../../enterprise/meta/general/main_header.php:242
-#: ../../enterprise/meta/general/main_header.php:308
-#: ../../godmode/users/configure_user.php:82
-#: ../../godmode/users/configure_profile.php:41
-#: ../../godmode/users/configure_profile.php:49
-#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121
-#: ../../godmode/users/profile_list.php:45
-#: ../../godmode/users/profile_list.php:53
-msgid "User management"
+#: ../../operation/agentes/status_monitor.php:539
+#: ../../operation/agentes/agent_fields.php:38
+msgid "Agent custom fields"
msgstr ""
-#: ../../enterprise/meta/include/functions_users_meta.php:172
-#: ../../enterprise/meta/include/functions_users_meta.php:193
-#: ../../godmode/menu.php:74 ../../godmode/users/configure_user.php:86
-#: ../../godmode/users/configure_profile.php:45
-#: ../../godmode/users/user_list.php:117
-#: ../../godmode/users/profile_list.php:49
-msgid "Profile management"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_users_meta.php:178
-#: ../../enterprise/meta/include/functions_users_meta.php:190
-#: ../../enterprise/meta/general/main_header.php:408
-#: ../../enterprise/meta/general/main_header.php:413
-#: ../../operation/menu.php:325 ../../general/header.php:272
-#: ../../general/header.php:274
-msgid "Edit my user"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_users_meta.php:184
-msgid "User synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/include/functions_users_meta.php:196
-msgid "Group synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:60
-msgid "Create visualmap"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:120
-#: ../../godmode/reporting/visual_console_builder.php:240
-msgid "Successfully created."
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:123
-#: ../../godmode/reporting/visual_console_builder.php:253
-msgid "Could not be created."
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:149
-#: ../../enterprise/meta/screens/screens.visualmap.php:165
-#: ../../enterprise/operation/agentes/policy_view.php:51
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79
-#: ../../operation/agentes/estado_agente.php:527
-#: ../../operation/visual_console/render_view.php:128
-#: ../../godmode/gis_maps/index.php:72
-#: ../../godmode/agentes/modificar_agente.php:52
-#: ../../godmode/agentes/modificar_agente.php:508
-#: ../../godmode/agentes/configurar_agente.php:256
-#: ../../godmode/servers/manage_recontask.php:32
-#: ../../godmode/setup/setup_visuals.php:129
-#: ../../godmode/setup/setup_visuals.php:144
-#: ../../godmode/setup/setup_visuals.php:151
-#: ../../godmode/setup/setup_visuals.php:207
-#: ../../godmode/reporting/visual_console_builder.php:665
-msgid "View"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:169
-#: ../../operation/visual_console/render_view.php:125
-#: ../../godmode/reporting/visual_console_builder.php:662
-msgid "Builder"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:173
-#: ../../enterprise/meta/general/logon_ok.php:38
-#: ../../enterprise/meta/general/main_header.php:110
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:82
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42
-#: ../../enterprise/include/functions_reporting.php:31
-#: ../../enterprise/include/functions_reporting.php:4664
-#: ../../enterprise/include/functions_reporting.php:4686
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:68
-#: ../../operation/visual_console/render_view.php:122
-#: ../../godmode/reporting/visual_console_builder.wizard.php:311
-#: ../../godmode/reporting/visual_console_builder.php:659
-msgid "Wizard"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:177
-#: ../../operation/visual_console/render_view.php:112
-#: ../../godmode/reporting/visual_console_builder.php:649
-msgid "List elements"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:181
-#: ../../enterprise/meta/screens/screens.visualmap.php:206
-#: ../../operation/visual_console/render_view.php:109
-#: ../../operation/reporting/graph_viewer.php:133
-#: ../../operation/reporting/reporting_viewer.php:82
-#: ../../godmode/reporting/graph_builder.php:189
-#: ../../godmode/reporting/visual_console_builder.php:646
-#: ../../godmode/reporting/reporting_builder.php:1826
-#: ../../godmode/reporting/reporting_builder.main.php:51
-msgid "Main data"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:188
-#: ../../operation/gis_maps/render_view.php:116
-#: ../../operation/visual_console/render_view.php:104
-#: ../../godmode/reporting/visual_console_builder.php:643
-msgid "Show link to public Visual Console"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:196
-#: ../../operation/visual_console/render_view.php:95
-#: ../../godmode/reporting/visual_console_builder.php:640
-msgid "Visual consoles list"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:208
-#: ../../godmode/reporting/visual_console_builder.php:671
-msgid "New visual console"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.visualmap.php:216
-#: ../../enterprise/meta/screens/screens.visualmap.php:220
-#: ../../extensions/resource_exportation.php:351 ../../operation/menu.php:127
-#: ../../operation/users/user_edit.php:292
-msgid "Visual console"
-msgstr ""
-
-#: ../../enterprise/meta/screens/screens.php:35
-#: ../../enterprise/meta/general/logon_ok.php:60
-#: ../../enterprise/meta/general/main_header.php:174
-msgid "Screens"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:69
-#, php-format
-msgid "Error creating/updating %s/%s tags"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:72
-#, php-format
-msgid "Created/Updated %s/%s tags"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:84
-msgid "Synchronizing Tags"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:92
-#: ../../enterprise/meta/advanced/synchronizing.component.php:311
-#: ../../enterprise/meta/advanced/synchronizing.user.php:509
-#: ../../enterprise/meta/advanced/policymanager.sync.php:296
-#: ../../enterprise/meta/advanced/synchronizing.group.php:148
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:333
-msgid "This metaconsole"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:101
-#: ../../enterprise/meta/advanced/synchronizing.component.php:320
-#: ../../enterprise/meta/advanced/policymanager.sync.php:308
-#: ../../enterprise/meta/advanced/synchronizing.group.php:157
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:344
-#: ../../godmode/massive/massive_copy_modules.php:168
-msgid "Targets"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.tag.php:108
-#: ../../enterprise/meta/advanced/synchronizing.component.php:327
-#: ../../enterprise/meta/advanced/synchronizing.user.php:578
-#: ../../enterprise/meta/advanced/policymanager.sync.php:315
-#: ../../enterprise/meta/advanced/synchronizing.group.php:164
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:351
-msgid "Sync"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.php:35
-#: ../../enterprise/meta/general/main_header.php:237
-msgid "Synchronizing"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.php:60
-#: ../../enterprise/meta/advanced/synchronizing.php:82
-msgid "Users synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.php:64
-#: ../../enterprise/meta/advanced/synchronizing.php:85
-msgid "Groups synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.php:68
-#: ../../enterprise/meta/advanced/synchronizing.php:88
-msgid "Alerts synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.php:72
-#: ../../enterprise/meta/advanced/synchronizing.php:91
-msgid "Components synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.php:76
-#: ../../enterprise/meta/advanced/synchronizing.php:94
-msgid "Tags synchronization"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.queue.php:60
-#: ../../enterprise/godmode/policies/policy_queue.php:59
-msgid "Operation successfully deleted from the queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.queue.php:61
-#: ../../enterprise/godmode/policies/policy_queue.php:60
-msgid "Operation cannot be deleted from the queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.queue.php:212
-#: ../../enterprise/meta/advanced/policymanager.queue.php:256
-#: ../../enterprise/meta/advanced/policymanager.sync.php:306
-#: ../../enterprise/extensions/resource_exportation/functions.php:17
-#: ../../enterprise/include/functions_policies.php:3751
-#: ../../enterprise/operation/agentes/policy_view.php:48
-#: ../../enterprise/operation/agentes/collection_view.php:62
-#: ../../enterprise/godmode/agentes/inventory_manager.php:231
-#: ../../enterprise/godmode/agentes/plugins_manager.php:110
-#: ../../enterprise/godmode/agentes/collection_manager.php:162
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91
-#: ../../enterprise/godmode/policies/policy_queue.php:331
-#: ../../enterprise/godmode/policies/policy_queue.php:374
-#: ../../include/ajax/module.php:700
-#: ../../operation/agentes/ver_agente.php:1034
-#: ../../operation/agentes/alerts_status.php:406
-#: ../../operation/agentes/alerts_status.php:451
-#: ../../operation/agentes/status_monitor.php:916
-#: ../../godmode/alerts/alert_view.php:123
-#: ../../godmode/agentes/module_manager.php:510
+#: ../../operation/agentes/status_monitor.php:946
+#: ../../operation/agentes/alerts_status.php:412
+#: ../../operation/agentes/alerts_status.php:459
+#: ../../include/ajax/module.php:735 ../../godmode/alerts/alert_view.php:123
+#: ../../godmode/agentes/module_manager.php:551
msgid "Policy"
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:218
-#: ../../enterprise/godmode/policies/policy_queue.php:344
-msgid "Apply (database and files)"
+#: ../../operation/agentes/status_monitor.php:946
+#: ../../operation/agentes/alerts_status.php:413
+#: ../../operation/agentes/alerts_status.php:459
+#: ../../include/ajax/module.php:735
+#: ../../godmode/snmpconsole/snmp_alert.php:1148
+#: ../../godmode/reporting/reporting_builder.list_items.php:285
+#: ../../godmode/agentes/module_manager.php:551
+msgid "P."
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:218
-#: ../../enterprise/meta/advanced/policymanager.queue.php:309
-#: ../../enterprise/godmode/policies/policy_queue.php:344
-#: ../../enterprise/godmode/policies/policy_queue.php:418
-msgid "Apply (only database)"
+#: ../../operation/agentes/status_monitor.php:952
+msgid "Data Type"
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:224
-#: ../../enterprise/godmode/policies/policy_queue.php:350
-msgid "Complete"
+#: ../../operation/agentes/status_monitor.php:980
+#: ../../include/ajax/module.php:748
+#: ../../godmode/agentes/module_manager.php:565
+msgid "Warn"
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:224
-#: ../../enterprise/godmode/policies/policy_queue.php:350
-msgid "Incomplete"
+#: ../../operation/agentes/status_monitor.php:1035
+#: ../../operation/agentes/pandora_networkmap.view.php:258
+msgid "(Adopt) "
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:257
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163
-#: ../../enterprise/meta/monitoring/group_view.php:95
-#: ../../enterprise/meta/monitoring/group_view.php:132
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:228
-#: ../../enterprise/include/functions_policies.php:3271
-#: ../../enterprise/include/functions_reporting.php:4026
-#: ../../enterprise/include/functions_reporting_pdf.php:532
-#: ../../enterprise/include/functions_reporting_pdf.php:664
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1683
-#: ../../enterprise/operation/services/services.service_map.php:124
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:146
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:150
-#: ../../enterprise/godmode/policies/policy.php:50
-#: ../../enterprise/godmode/policies/policies.php:254
-#: ../../enterprise/godmode/policies/policies.php:355
-#: ../../enterprise/godmode/policies/policy_queue.php:375
-#: ../../enterprise/godmode/policies/policy_agents.php:258
-#: ../../enterprise/godmode/policies/policy_agents.php:316
-#: ../../mobile/include/functions_web.php:22
-#: ../../mobile/operation/groups.php:98 ../../mobile/operation/groups.php:100
-#: ../../mobile/operation/home.php:60 ../../mobile/operation/agents.php:158
-#: ../../extensions/agents_modules.php:194
-#: ../../extensions/agents_alerts.php:176
-#: ../../include/functions_groups.php:46
-#: ../../include/functions_groups.php:754
-#: ../../include/functions_groups.php:756
-#: ../../include/functions_groups.php:758
-#: ../../include/functions_groups.php:759
-#: ../../include/functions_groups.php:760
-#: ../../include/functions_reporting_html.php:784
-#: ../../include/functions_reporting_html.php:1013
-#: ../../include/ajax/networkmap.ajax.php:64
-#: ../../include/ajax/networkmap.ajax.php:92
-#: ../../operation/agentes/group_view.php:103
-#: ../../operation/agentes/group_view.php:140
-#: ../../operation/agentes/networkmap.php:475
-#: ../../operation/search_results.php:73
-#: ../../godmode/alerts/alert_list.list.php:69
-#: ../../godmode/massive/massive_delete_agents.php:123
-#: ../../godmode/massive/massive_delete_alerts.php:218
-#: ../../godmode/massive/massive_standby_alerts.php:142
-#: ../../godmode/massive/massive_delete_modules.php:484
-#: ../../godmode/massive/massive_add_alerts.php:157
-#: ../../godmode/massive/massive_edit_plugins.php:299
-#: ../../godmode/massive/massive_add_tags.php:129
-#: ../../godmode/massive/massive_edit_agents.php:224
-#: ../../godmode/massive/massive_delete_tags.php:192
-#: ../../godmode/massive/massive_edit_modules.php:328
-#: ../../godmode/massive/massive_enable_disable_alerts.php:141
-#: ../../godmode/reporting/reporting_builder.list_items.php:161
-#: ../../godmode/reporting/reporting_builder.list_items.php:186
-#: ../../godmode/reporting/graph_builder.graph_editor.php:142
-#: ../../godmode/reporting/visual_console_builder.wizard.php:240
-#: ../../godmode/reporting/reporting_builder.item_editor.php:936
-msgid "Agents"
+#: ../../operation/agentes/status_monitor.php:1045
+#: ../../operation/agentes/pandora_networkmap.view.php:268
+msgid "(Unlinked) (Adopt) "
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:259
-#: ../../enterprise/extensions/ipam/ipam_network.php:151
-#: ../../enterprise/extensions/ipam/ipam_network.php:167
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613
-#: ../../enterprise/godmode/policies/policy_queue.php:377
-#: ../../operation/servers/recon_view.php:104
-#: ../../operation/servers/recon_view.php:158
-msgid "Progress"
+#: ../../operation/agentes/status_monitor.php:1049
+#: ../../operation/agentes/pandora_networkmap.view.php:272
+msgid "(Unlinked) "
msgstr ""
-#: ../../enterprise/meta/advanced/policymanager.queue.php:260
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354
-#: ../../enterprise/godmode/policies/policy_queue.php:378
-msgid "Finished"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.queue.php:334
-#: ../../enterprise/godmode/policies/policy_queue.php:446
-msgid "Delete from queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.queue.php:352
-msgid "Empty queue."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132
-#: ../../enterprise/extensions/translate_string.php:250
-#: ../../operation/users/user_edit.php:267
-#: ../../godmode/users/configure_user.php:446
-msgid "Language"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140
-#: ../../enterprise/extensions/translate_string.php:254
-#: ../../enterprise/extensions/translate_string.php:255
-#: ../../enterprise/godmode/agentes/collections.php:169
-#: ../../enterprise/godmode/agentes/collection_manager.php:44
-#: ../../enterprise/godmode/policies/policies.php:235
-#: ../../enterprise/godmode/policies/policy_collections.php:176
-#: ../../godmode/admin_access_logs.php:65
-#: ../../godmode/admin_access_logs.php:66
-msgid "Free text for search (*)"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151
-#: ../../enterprise/extensions/translate_string.php:271
-msgid "Please search for anything text."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161
-#: ../../enterprise/extensions/translate_string.php:280
-msgid "Original string"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162
-#: ../../enterprise/extensions/translate_string.php:281
-msgid "Translation in selected language"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163
-#: ../../enterprise/extensions/translate_string.php:282
-msgid "Customize translation"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.php:37
-msgid "Propagation"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:35
-#: ../../godmode/setup/license.php:37
-msgid "License updated"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:62
-msgid "Licence"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:69
-#: ../../godmode/setup/license.php:64
-msgid "Customer key"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:72
-#: ../../godmode/setup/license.php:67
-msgid "Expires"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:75
-#: ../../godmode/setup/license.php:70
-msgid "Platform Limit"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:76
-#: ../../enterprise/meta/advanced/license_meta.php:79
-#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74
-msgid "agents"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:76
-#: ../../enterprise/meta/advanced/license_meta.php:79
-#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71
-#: ../../godmode/setup/license.php:74
-msgid "modules"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:78
-#: ../../godmode/setup/license.php:73
-msgid "Current Platform Count"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:81
-#: ../../godmode/setup/license.php:76
-msgid "License Mode"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:84
-#: ../../godmode/setup/license.php:79
-msgid "NMS"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:85
-#: ../../enterprise/meta/advanced/license_meta.php:88
-#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83
-msgid "enabled"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:85
-#: ../../enterprise/meta/advanced/license_meta.php:88
-#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83
-msgid "disabled"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:87
-#: ../../godmode/setup/license.php:82
-msgid "Satellite"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:90
-#: ../../godmode/setup/license.php:85
-msgid "Licensed to"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:96
-#: ../../enterprise/extensions/vmware/main.php:181
-#: ../../enterprise/extensions/vmware/main.php:188
-#: ../../enterprise/godmode/alerts/alert_events_list.php:426
-#: ../../enterprise/godmode/alerts/alert_events_list.php:676
-#: ../../enterprise/load_enterprise.php:402
-#: ../../mobile/operation/events.php:523
-#: ../../operation/snmpconsole/snmp_view.php:643
-#: ../../operation/snmpconsole/snmp_view.php:800
-#: ../../operation/snmpconsole/snmp_view.php:828
-#: ../../operation/agentes/alerts_status.php:428
-#: ../../operation/agentes/alerts_status.php:468
-#: ../../operation/agentes/alerts_status.php:501
-#: ../../operation/agentes/alerts_status.php:534
-#: ../../operation/agentes/alerts_status.php:579
-#: ../../godmode/setup/license.php:91
-msgid "Validate"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:98
-#: ../../enterprise/meta/advanced/license_meta.php:102
-#: ../../godmode/setup/license.php:93 ../../godmode/setup/license.php:97
-msgid "Request new license"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:106
-#: ../../godmode/setup/license.php:101
-msgid "To get your Pandora FMS Enterprise License:"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:109
-#: ../../godmode/setup/license.php:104
-#, php-format
-msgid "Go to %s"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:112
-#: ../../godmode/setup/license.php:107
-msgid "Enter the auth key and the following request key:"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:118
-#: ../../godmode/setup/license.php:113
-msgid "Enter your name (or a company name) and a contact email address."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:121
-#: ../../godmode/setup/license.php:116
-msgid "Click on Generate."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/license_meta.php:124
-#: ../../godmode/setup/license.php:119
-msgid ""
-"Click here, enter "
-"the generated license key and click on Validate."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:135
-#: ../../enterprise/godmode/policies/policy.php:116
-#: ../../enterprise/godmode/policies/policy.php:137
-msgid "Duplicated or incompatible operation in the queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:142
-#: ../../enterprise/meta/advanced/policymanager.apply.php:146
-#: ../../enterprise/godmode/policies/policy.php:110
-#: ../../enterprise/godmode/policies/policy.php:133
-msgid "Operation successfully added to the queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:146
-#: ../../enterprise/meta/advanced/policymanager.apply.php:154
-msgid "Only database"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:150
-#: ../../enterprise/meta/advanced/policymanager.apply.php:154
-#: ../../enterprise/meta/advanced/policymanager.apply.php:158
-#: ../../enterprise/godmode/policies/policy.php:113
-#: ../../enterprise/godmode/policies/policy.php:134
-msgid "Operation cannot be added to the queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:188
-msgid "Apply Policies"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:200
-#: ../../enterprise/include/functions_groups.php:32
-#: ../../enterprise/operation/agentes/ver_agente.php:208
-#: ../../include/ajax/networkmap.ajax.php:50 ../../operation/tree.php:80
-msgid "Policies"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.apply.php:202
-#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:194
-#: ../../godmode/reporting/visual_console_builder.wizard.php:203
-msgid "Servers"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:33
-#: ../../godmode/servers/servers.build_table.php:37
-msgid "There are no servers configured into the database"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:62
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:327
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:39
-#: ../../extensions/realtime_graphs.php:111
-#: ../../include/functions_snmp_browser.php:513
-#: ../../operation/extensions.php:48 ../../godmode/extensions.php:144
-#: ../../godmode/servers/servers.build_table.php:66
-msgid "Version"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:64
-#: ../../godmode/servers/servers.build_table.php:68
-msgid "Lag"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:64
-#: ../../godmode/servers/servers.build_table.php:68
-msgid "Avg. Delay(sec)/Modules delayed"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:65
-#: ../../godmode/servers/servers.build_table.php:69
-msgid "T/Q"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:65
-#: ../../godmode/servers/servers.build_table.php:69
-msgid "Threads / Queued modules currently"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:67
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:221
-#: ../../operation/integria_incidents/incident.list.php:98
-#: ../../operation/incidents/incident.php:335
-#: ../../godmode/agentes/agent_incidents.php:90
-#: ../../godmode/servers/servers.build_table.php:71
-msgid "Updated"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:71
-#: ../../enterprise/godmode/alerts/alert_events_list.php:427
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:412
-#: ../../enterprise/godmode/modules/local_components.php:472
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255
-#: ../../enterprise/godmode/policies/policies.php:256
-#: ../../enterprise/godmode/policies/policy_alerts.php:242
-#: ../../operation/gis_maps/gis_map.php:94
-#: ../../godmode/users/user_list.php:278
-#: ../../godmode/users/profile_list.php:327
-#: ../../godmode/gis_maps/index.php:75
-#: ../../godmode/alerts/alert_templates.php:302
-#: ../../godmode/alerts/alert_list.list.php:405
-#: ../../godmode/servers/plugin.php:689
-#: ../../godmode/servers/servers.build_table.php:75
-#: ../../godmode/reporting/reporting_builder.list_items.php:304
-#: ../../godmode/reporting/graphs.php:153
-#: ../../godmode/reporting/reporting_builder.php:570
-#: ../../godmode/reporting/reporting_builder.php:685
-msgid "Op."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:92
-#: ../../godmode/servers/servers.build_table.php:97
-msgid "This is a master server"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:104
-#: ../../enterprise/meta/advanced/servers.build_table.php:109
-#: ../../godmode/servers/servers.build_table.php:110
-#: ../../godmode/servers/servers.build_table.php:115
-msgid "of"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:133
-#: ../../godmode/servers/servers.build_table.php:168
-msgid ""
-"Modules run by this server will stop working. Do you want to continue?"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.build_table.php:154
-#: ../../godmode/servers/servers.build_table.php:189
-msgid "Tactical server information"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.php:37
-msgid "Policy Manager"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.php:66
-msgid "Apply policies"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.php:70
-#: ../../enterprise/meta/advanced/policymanager.php:84
-msgid "Policies queue"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.php:81
-msgid "Policies apply"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:83
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:126
-msgid "Could not be create, duplicated server name."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:109
-#: ../../enterprise/meta/advanced/metasetup.password.php:53
-#: ../../enterprise/meta/advanced/metasetup.visual.php:56
-#: ../../enterprise/meta/advanced/metasetup.performance.php:53
-#: ../../enterprise/meta/advanced/metasetup.auth.php:53
-#: ../../enterprise/meta/advanced/metasetup.setup.php:57
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:76
-msgid "Successfully update"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:110
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:77
-msgid "Could not be update"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:159
-#: ../../enterprise/extensions/cron/main.php:77
-#: ../../enterprise/extensions/cron/main.php:131
-#: ../../enterprise/extensions/ipam/ipam_action.php:101
-#: ../../enterprise/godmode/alerts/alert_events.php:350
-#: ../../enterprise/godmode/servers/manage_export.php:105
-#: ../../enterprise/godmode/servers/manage_export.php:114
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:107
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35
-#: ../../include/functions_planned_downtimes.php:113
-#: ../../include/functions_planned_downtimes.php:731
-#: ../../godmode/users/configure_user.php:234
-#: ../../godmode/users/profile_list.php:241
-#: ../../godmode/snmpconsole/snmp_alert.php:231
-#: ../../godmode/snmpconsole/snmp_filters.php:66
-#: ../../godmode/alerts/alert_commands.php:286
-#: ../../godmode/alerts/alert_special_days.php:93
-#: ../../godmode/alerts/configure_alert_template.php:428
-#: ../../godmode/alerts/alert_list.php:101
-#: ../../godmode/alerts/alert_actions.php:184
-#: ../../godmode/agentes/planned_downtime.editor.php:359
-#: ../../godmode/agentes/configurar_agente.php:595
-#: ../../godmode/setup/news.php:56 ../../godmode/setup/links.php:41
-#: ../../godmode/setup/gis.php:45
-#: ../../godmode/modules/manage_nc_groups.php:73
-msgid "Successfully created"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:160
-#: ../../enterprise/extensions/ipam/ipam_action.php:97
-#: ../../enterprise/extensions/ipam/ipam_action.php:105
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130
-#: ../../enterprise/godmode/alerts/alert_events.php:350
-#: ../../enterprise/godmode/servers/manage_export.php:105
-#: ../../enterprise/godmode/servers/manage_export.php:114
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:108
-#: ../../enterprise/godmode/modules/local_components.php:107
-#: ../../enterprise/godmode/modules/local_components.php:239
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36
-#: ../../enterprise/godmode/policies/policies.php:128
-#: ../../enterprise/godmode/policies/policy_alerts.php:148
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:74
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:77
-#: ../../include/functions_planned_downtimes.php:110
-#: ../../include/functions_planned_downtimes.php:727
-#: ../../godmode/users/configure_user.php:235
-#: ../../godmode/alerts/alert_commands.php:287
-#: ../../godmode/alerts/alert_special_days.php:94
-#: ../../godmode/alerts/configure_alert_template.php:119
-#: ../../godmode/alerts/configure_alert_template.php:429
-#: ../../godmode/alerts/alert_list.php:101
-#: ../../godmode/alerts/alert_actions.php:185
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284
-#: ../../godmode/agentes/planned_downtime.editor.php:350
-#: ../../godmode/agentes/configurar_agente.php:244
-#: ../../godmode/agentes/configurar_agente.php:591
-#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47
-#: ../../godmode/modules/manage_nc_groups.php:74
-#: ../../godmode/modules/manage_network_components.php:149
-#: ../../godmode/modules/manage_network_components.php:239
-#: ../../godmode/reporting/reporting_builder.item_editor.php:2068
-msgid "Could not be created"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:170
-#: ../../operation/events/events.php:777
-msgid "Successfully delete"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:171
-msgid "Could not be delete"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:181
-#: ../../enterprise/godmode/alerts/alert_events_list.php:221
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:123
-#: ../../enterprise/godmode/policies/policy_modules.php:356
-#: ../../enterprise/godmode/policies/policy_alerts.php:88
-#: ../../include/ajax/alert_list.ajax.php:79
-#: ../../godmode/users/user_list.php:208
-#: ../../godmode/alerts/alert_list.php:201
-#: ../../godmode/agentes/modificar_agente.php:111
-#: ../../godmode/agentes/configurar_agente.php:1457
-#: ../../godmode/massive/massive_enable_disable_alerts.php:78
-msgid "Successfully enabled"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:182
-#: ../../enterprise/godmode/alerts/alert_events_list.php:222
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:124
-#: ../../enterprise/godmode/policies/policy_modules.php:356
-#: ../../enterprise/godmode/policies/policy_alerts.php:88
-#: ../../include/ajax/alert_list.ajax.php:81
-#: ../../godmode/alerts/alert_list.php:201
-#: ../../godmode/agentes/modificar_agente.php:111
-#: ../../godmode/agentes/configurar_agente.php:1457
-#: ../../godmode/massive/massive_enable_disable_alerts.php:78
-msgid "Could not be enabled"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:192
-#: ../../enterprise/godmode/alerts/alert_events_list.php:238
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:129
-#: ../../enterprise/godmode/policies/policy_modules.php:370
-#: ../../enterprise/godmode/policies/policy_alerts.php:105
-#: ../../include/ajax/alert_list.ajax.php:90
-#: ../../godmode/users/user_list.php:203
-#: ../../godmode/alerts/alert_list.php:218
-#: ../../godmode/agentes/modificar_agente.php:125
-#: ../../godmode/agentes/configurar_agente.php:1472
-#: ../../godmode/massive/massive_enable_disable_alerts.php:96
-msgid "Successfully disabled"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:193
-#: ../../enterprise/godmode/alerts/alert_events_list.php:239
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:130
-#: ../../enterprise/godmode/policies/policy_modules.php:370
-#: ../../enterprise/godmode/policies/policy_alerts.php:105
-#: ../../include/ajax/alert_list.ajax.php:92
-#: ../../godmode/alerts/alert_list.php:218
-#: ../../godmode/agentes/modificar_agente.php:125
-#: ../../godmode/agentes/configurar_agente.php:1472
-#: ../../godmode/massive/massive_enable_disable_alerts.php:96
-msgid "Could not be disabled"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:244
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:168
-msgid "Pandora FMS Metaconsole item edition"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:253
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:175
-msgid "Auth token"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:255
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:175
-msgid ""
-"Token previously configured on the destination Pandora console in order to "
-"use delegated authentification."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:258
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:328
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:179
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:248
-msgid "Console URL"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:259
-msgid ""
-"Complete path to Pandora console without last \"/\" character. Example "
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:264
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:329
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:188
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:249
-msgid "DB Host"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:267
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:192
-msgid "DB Name"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:270
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:197
-msgid "DB User"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:273
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:201
-msgid "DB Password"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:276
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:206
-msgid "Console User"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:279
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:210
-msgid "Console Password"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:321
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:244
-msgid "DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:322
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:245
-msgid "API"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:323
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:246
-msgid "Compatibility"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:324
-#: ../../enterprise/godmode/setup/setup.php:54
-#: ../../include/functions_config.php:216
-msgid "Events replication"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:325
-msgid "Agent cache"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:330
-#: ../../enterprise/extensions/check_acls.php:61
-#: ../../enterprise/extensions/check_acls.php:141
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:250
-#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275
-#: ../../godmode/users/user_list.php:413
-msgid "Admin"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.consoles.php:409
-msgid "There aren't server added to metaconsole"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:263
-#, php-format
-msgid "Error creating %s components groups "
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:266
-#, php-format
-msgid "Created %s component groups"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:271
-#, php-format
-msgid "Error creating/updating %s/%s local components "
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:274
-#, php-format
-msgid "Created/Updated %s/%s local components"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:279
-#, php-format
-msgid "Error creating/updating %s/%s network components "
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:282
-#, php-format
-msgid "Created/Updated %s/%s network components"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.component.php:303
-msgid "Synchronizing Components"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:264
-#, php-format
-msgid "Error updating user %s"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:268
-#, php-format
-msgid "Updated user %s"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:279
-#, php-format
-msgid "Error creating user %s"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:283
-#, php-format
-msgid "Created user %s"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:478
-#, php-format
-msgid ""
-"Error creating/updating the followings elements groups/profiles/user "
-"profiles (%d/%d/%d)"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:483
-#, php-format
-msgid ""
-"The followings elements groups/profiles/user profiles were created/updated "
-"sucessfully (%d/%d/%d)"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:501
-msgid "Synchronizing Users"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:511
-#: ../../include/functions_reporting.php:5643
-#: ../../operation/search_results.php:83
-#: ../../godmode/massive/massive_delete_profiles.php:104
-#: ../../godmode/massive/massive_add_profiles.php:90
-msgid "Users"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:523
-#: ../../enterprise/godmode/agentes/inventory_manager.php:172
-#: ../../enterprise/godmode/agentes/inventory_manager.php:235
-msgid "Target"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:529
-#: ../../enterprise/meta/general/main_header.php:372
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:107
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224
-#: ../../enterprise/godmode/alerts/alert_events.php:513
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207
-#: ../../enterprise/godmode/policies/policy_alerts.php:509
-#: ../../enterprise/godmode/policies/policy_alerts.php:513
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:328
-#: ../../extensions/insert_data.php:163
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:85
-#: ../../godmode/gis_maps/configure_gis_map.php:578
-#: ../../godmode/alerts/configure_alert_template.php:584
-#: ../../godmode/alerts/alert_list.builder.php:77
-#: ../../godmode/alerts/alert_list.builder.php:95
-#: ../../godmode/massive/massive_delete_alerts.php:208
-#: ../../godmode/massive/massive_delete_modules.php:412
-#: ../../godmode/massive/massive_delete_modules.php:469
-#: ../../godmode/massive/massive_copy_modules.php:95
-#: ../../godmode/massive/massive_add_alerts.php:176
-#: ../../godmode/massive/massive_edit_modules.php:255
-#: ../../godmode/massive/massive_edit_modules.php:296
-#: ../../general/header.php:201
-msgid "Select"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:533
-msgid "Profile mode"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:533
-msgid "Profile synchronization mode."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:534
-msgid "New profile"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:536
-msgid ""
-"The selected user profile will be added to the selected users into the target"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:537
-msgid "Copy profile"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:539
-msgid ""
-"The target user profiles will be replaced with the source user profiles"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.user.php:555
-#: ../../godmode/menu.php:67 ../../godmode/users/profile_list.php:302
-msgid "Profiles"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:55
-msgid "Consoles Setup"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:60
-#: ../../enterprise/meta/advanced/metasetup.php:106
-msgid "General setup"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:65
-#: ../../enterprise/meta/advanced/metasetup.php:109
-msgid "Passwords setup"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:70
-#: ../../enterprise/meta/advanced/metasetup.php:112 ../../godmode/menu.php:242
-#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:112
-msgid "Authentication"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:75
-#: ../../enterprise/meta/advanced/metasetup.php:115
-msgid "Visual setup"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:80
-#: ../../enterprise/meta/advanced/metasetup.php:118
-msgid "Performance setup"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:85
-#: ../../enterprise/meta/advanced/metasetup.php:121 ../../godmode/menu.php:313
-#: ../../godmode/setup/file_manager.php:30
-msgid "File manager"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:90
-#: ../../enterprise/meta/advanced/metasetup.php:124
-msgid "Strings translation"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:95
-#: ../../enterprise/meta/advanced/metasetup.php:127
-msgid "Offline Update Manager"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.php:102
-msgid "Consoles setup"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:47
-#: ../../enterprise/meta/advanced/metasetup.visual.php:50
-#: ../../enterprise/meta/advanced/metasetup.performance.php:47
-#: ../../enterprise/meta/advanced/metasetup.auth.php:47
-#: ../../enterprise/meta/advanced/metasetup.setup.php:51
-#, php-format
-msgid "Could not be update: Error in %s"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:73
-msgid "Passwords"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:85
-#: ../../enterprise/godmode/setup/setup.php:258
-msgid " Caracters"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:101
-#: ../../enterprise/godmode/setup/setup.php:271
-msgid "Set 0 if never expire."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:102
-#: ../../enterprise/godmode/setup/setup.php:272
-msgid " Days"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:113
-#: ../../enterprise/godmode/setup/setup.php:281
-msgid " Minutes"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:117
-#: ../../enterprise/godmode/setup/setup.php:285
-msgid "Two attempts minimum"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.password.php:118
-#: ../../enterprise/godmode/setup/setup.php:286
-msgid " Attempts"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:248
-#, php-format
-msgid "Error creating %s policies"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:251
-#, php-format
-msgid "Created %s policies"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:256
-#, php-format
-msgid "Error creating/updating %s/%s policy modules"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:259
-#, php-format
-msgid "Created/Updated %s/%s policy modules"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:264
-#, php-format
-msgid "Error deleting %s policy modules"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:267
-#, php-format
-msgid "Deleted %s policy modules"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:272
-#, php-format
-msgid "Error creating %s policy alerts"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:275
-#, php-format
-msgid "Created %s policy alerts"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:280
-#, php-format
-msgid "Error deleting %s policy alerts"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/policymanager.sync.php:283
-#, php-format
-msgid "Deleted %s policy alerts"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:74
-#: ../../enterprise/meta/advanced/synchronizing.group.php:75
-#: ../../enterprise/meta/advanced/synchronizing.group.php:87
-#: ../../enterprise/meta/advanced/synchronizing.group.php:88
-msgid "Open for more details"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:78
-#, php-format
-msgid "Error creating %s groups"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:91
-#, php-format
-msgid "Error updating %s groups"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:100
-#: ../../enterprise/meta/advanced/synchronizing.group.php:101
-msgid "Open for more details in creation"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:106
-#: ../../enterprise/meta/advanced/synchronizing.group.php:107
-msgid "Open for more details in update"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:110
-#, php-format
-msgid "Error creating/updating %s/%s groups"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:122
-#, php-format
-msgid "Created/Updated %s/%s groups"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:129
-msgid "None update or create group"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.group.php:140
-msgid "Synchronizing Groups"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.php:39
-#: ../../godmode/servers/modificar_server.php:98
-msgid "Server deleted successfully"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/servers.php:42
-#: ../../godmode/servers/modificar_server.php:101
-msgid "There was a problem deleting the server"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:294
-#, php-format
-msgid "Error creating/updating %s/%s comamnds"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:297
-#, php-format
-msgid "Created/Updated %s/%s commands"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:302
-#, php-format
-msgid "Error creating/updating %s/%s actions"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:305
-#, php-format
-msgid "Created/Updated %s/%s actions"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:310
-#, php-format
-msgid "Error creating/updating %s/%s templates"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:313
-#, php-format
-msgid "Created/Updated %s/%s templates"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/synchronizing.alert.php:325
-msgid "Synchronizing Alerts"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:76
-msgid "Visual"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:82
-#: ../../godmode/setup/setup_visuals.php:540
-msgid "Example"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:96
-#: ../../godmode/setup/setup_visuals.php:553
-msgid "Comparation in rollover"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:98
-#: ../../godmode/setup/setup_visuals.php:555
-msgid "Timestamp in rollover"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:137
-#: ../../operation/users/user_edit.php:263
-#: ../../godmode/users/configure_user.php:512
-#: ../../godmode/setup/setup_visuals.php:355
-msgid "Whether to use Javascript or static PNG graphs"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:141
-msgid "The number of elements retrieved for each instance in some views."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:145
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275
-#: ../../extensions/agents_modules.php:88
-#: ../../extensions/agents_alerts.php:80 ../../include/functions_html.php:711
-#: ../../include/functions.php:404 ../../include/functions.php:538
-#: ../../include/functions_netflow.php:1131
-#: ../../include/functions_netflow.php:1141
-#: ../../include/functions_netflow.php:1158
-#: ../../include/functions_netflow.php:1166
-#: ../../include/functions_netflow.php:1190
-#: ../../godmode/snmpconsole/snmp_alert.php:832
-#: ../../godmode/alerts/configure_alert_action.php:144
-#: ../../godmode/setup/setup_visuals.php:599
-msgid "seconds"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:146
-#: ../../enterprise/extensions/vmware/functions.php:21
-#: ../../enterprise/extensions/vmware/functions.php:22
-#: ../../enterprise/extensions/vmware/functions.php:23
-#: ../../include/functions_html.php:712 ../../include/functions.php:408
-#: ../../include/functions.php:542 ../../godmode/setup/setup_visuals.php:600
-msgid "minutes"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:147
-#: ../../include/functions_html.php:713 ../../include/functions.php:409
-#: ../../include/functions.php:543 ../../godmode/setup/setup_visuals.php:601
-msgid "hours"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:148
-#: ../../include/functions_html.php:714 ../../include/functions.php:405
-#: ../../include/functions.php:539 ../../godmode/db/db_main.php:82
-#: ../../godmode/db/db_main.php:88 ../../godmode/setup/setup_visuals.php:602
-msgid "days"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:149
-#: ../../include/functions_html.php:716 ../../include/functions.php:406
-#: ../../include/functions.php:540 ../../godmode/setup/setup_visuals.php:603
-msgid "months"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:150
-#: ../../include/functions_html.php:717 ../../include/functions.php:407
-#: ../../include/functions.php:541 ../../godmode/setup/setup_visuals.php:604
-msgid "years"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:151
-#: ../../godmode/setup/setup_visuals.php:605
-msgid "Add new custom value to intervals"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:169
-#: ../../godmode/setup/setup_visuals.php:405
-msgid "Custom report front page"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:169
-#: ../../godmode/setup/setup_visuals.php:407
-msgid ""
-"Custom report front page. It will be applied to all reports and templates by "
-"default."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:175
-#: ../../include/functions_config.php:484
-#: ../../godmode/setup/setup_visuals.php:525
-msgid "Show the group name instead the group icon."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.visual.php:219
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87
-#: ../../godmode/setup/setup_visuals.php:460
-msgid ""
-"The dir of custom logos is in your www Pandora Console in "
-"\"images/custom_logo\". You can upload more files (ONLY JPEG) in upload tool "
-"in console."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.performance.php:73
-#: ../../godmode/menu.php:245 ../../godmode/setup/setup.php:86
-#: ../../godmode/setup/setup.php:116
-msgid "Performance"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83
-msgid "redirected ip server in conf into source DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85
-msgid "created agent in destination DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86
-msgid "created agent modules in destination DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87
-msgid "created agent alerts in destination DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88
-msgid "created alerts actions in destination DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89
-msgid "disabled agent in source DB"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90
-msgid ""
-"Not set metaconsole IP in the \"IP list with API access\" guess Pandora "
-"Console."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98
-msgid "Successfully moved"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98
-msgid "Could not be moved"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124
-msgid "Move Agents"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140
-msgid "Source Server"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142
-msgid "Destination Server"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79
-msgid "Group filter"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152
-msgid ""
-"Destination group is the same than in the original server, if there is not "
-"any group with that name, will be created if check box is selected. "
-"Destination group filter is just used to check agents in that group"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158
-msgid "Create group if doesnât exist in destination"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158
-msgid "Based on name"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167
-msgid "Add agents to destination server"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169
-msgid "Remove agents to doesn't move to destination server"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179
-msgid "Move"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282
-msgid "Please choose other server."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:79
-#: ../../enterprise/godmode/modules/configure_local_component.php:149
-#: ../../godmode/users/configure_user.php:529
-#: ../../godmode/alerts/alert_commands.php:142
-#: ../../godmode/alerts/alert_commands.php:152
-#: ../../godmode/alerts/configure_alert_template.php:735
-#: ../../godmode/modules/manage_network_components_form_common.php:57
-msgid "Basic"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:103
-#: ../../godmode/setup/setup_general.php:66
-msgid "Database"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:109
-#: ../../godmode/setup/setup_general.php:74
-msgid ""
-"If SSL is not properly configured you will lose access to Pandora FMS "
-"Console. Do you want to continue?"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:114
-#: ../../godmode/setup/setup_general.php:77
-msgid "Directory where temporary data is stored."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:120
-#: ../../godmode/setup/setup_general.php:182
-msgid "Africa"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:121
-#: ../../godmode/setup/setup_general.php:182
-msgid "America"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:122
-#: ../../godmode/setup/setup_general.php:182
-msgid "Antarctica"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:123
-#: ../../godmode/setup/setup_general.php:182
-msgid "Arctic"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:124
-#: ../../godmode/setup/setup_general.php:182
-msgid "Asia"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:125
-#: ../../godmode/setup/setup_general.php:182
-msgid "Atlantic"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:126
-#: ../../godmode/setup/setup_general.php:182
-msgid "Australia"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:127
-#: ../../godmode/setup/setup_general.php:182
-msgid "Europe"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:128
-#: ../../godmode/setup/setup_general.php:182
-msgid "Indian"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:129
-#: ../../godmode/setup/setup_general.php:182
-msgid "Pacific"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:130
-#: ../../godmode/setup/setup_general.php:182
-msgid "UTC"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:151
-#: ../../godmode/setup/setup_general.php:207
-msgid "Change timezone"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:156
-#: ../../godmode/setup/setup_general.php:229
-msgid ""
-"Set this value when your PandoraFMS across inverse proxy or for example with "
-"mod_proxy of Apache."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:159
-#: ../../include/functions_config.php:605
-#: ../../godmode/setup/setup_netflow.php:61
-msgid "Disable custom live view filters"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:159
-#: ../../godmode/setup/setup_netflow.php:62
-msgid ""
-"Disable the definition of custom filters in the live view. Only existing "
-"filters can be used."
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:164
-msgid "Customize sections"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:186
-msgid "Disabled sections"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:188
-msgid "Enabled sections"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:194
-msgid "Push selected sections to enable it"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:198
-msgid "Pop selected sections to disable it"
-msgstr ""
-
-#: ../../enterprise/meta/advanced/metasetup.setup.php:210
-#: ../../godmode/setup/setup_general.php:90
-msgid "Please be careful if you put a password put https access."
-msgstr ""
-
-#: ../../enterprise/meta/general/logon_ok.php:32
-msgid "Network traffic"
-msgstr ""
-
-#: ../../enterprise/meta/general/logon_ok.php:48
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229
-#: ../../operation/menu.php:229 ../../operation/reporting/graph_viewer.php:160
-#: ../../operation/reporting/graph_viewer.php:277
-#: ../../operation/reporting/reporting_viewer.php:119
-#: ../../operation/reporting/reporting_viewer.php:124
-#: ../../operation/reporting/reporting_viewer.php:128
-#: ../../operation/reporting/custom_reporting.php:27
-#: ../../godmode/reporting/map_builder.php:39
-#: ../../godmode/reporting/graphs.php:71
-#: ../../godmode/reporting/reporting_builder.php:356
-#: ../../godmode/reporting/reporting_builder.php:361
-#: ../../godmode/reporting/reporting_builder.php:365
-#: ../../godmode/reporting/reporting_builder.php:1793
-#: ../../godmode/reporting/reporting_builder.php:1798
-#: ../../godmode/reporting/reporting_builder.php:1802
-#: ../../godmode/reporting/reporting_builder.php:1862
-#: ../../godmode/reporting/reporting_builder.php:1867
-#: ../../godmode/reporting/reporting_builder.php:1870
-msgid "Reporting"
-msgstr ""
-
-#: ../../enterprise/meta/general/logon_ok.php:56
-#: ../../enterprise/meta/general/main_header.php:78
-#: ../../enterprise/operation/services/services.service.php:84
-#: ../../enterprise/operation/services/services.list.php:38
-#: ../../enterprise/operation/services/services.service_map.php:94
-#: ../../enterprise/godmode/services/services.elements.php:127
-#: ../../enterprise/godmode/services/services.service.php:202
-#: ../../operation/menu.php:31
-msgid "Monitoring"
-msgstr ""
-
-#: ../../enterprise/meta/general/logon_ok.php:62
-#: ../../include/functions_networkmap.php:1745
-msgid "Topology"
-msgstr ""
-
-#: ../../enterprise/meta/general/logon_ok.php:64
-#: ../../enterprise/meta/general/main_header.php:231
-#: ../../enterprise/meta/general/main_header.php:302
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245
-#: ../../enterprise/godmode/modules/configure_local_component.php:150
-#: ../../operation/netflow/nf_live_view.php:305
-#: ../../godmode/users/configure_user.php:530
-#: ../../godmode/alerts/alert_commands.php:145
-#: ../../godmode/alerts/alert_commands.php:155
-#: ../../godmode/alerts/configure_alert_template.php:736
-#: ../../godmode/netflow/nf_edit_form.php:208
-#: ../../godmode/modules/manage_network_components_form_common.php:58
-msgid "Advanced"
-msgstr ""
-
-#: ../../enterprise/meta/general/noaccess.php:17
-msgid "Back to login"
-msgstr ""
-
-#: ../../enterprise/meta/general/noaccess.php:24
-#: ../../enterprise/meta/general/metaconsole_no_activated.php:13
-#: ../../mobile/index.php:205 ../../mobile/operation/groups.php:51
-#: ../../mobile/operation/agent.php:58
-#: ../../mobile/operation/networkmaps.php:99
-#: ../../mobile/operation/module_graph.php:269
-#: ../../mobile/operation/modules.php:173
-#: ../../mobile/operation/tactical.php:68
-#: ../../mobile/operation/networkmap.php:78
-#: ../../mobile/operation/alerts.php:141
-#: ../../mobile/operation/visualmap.php:65
-#: ../../mobile/operation/events.php:425
-#: ../../mobile/operation/visualmaps.php:83
-#: ../../mobile/operation/agents.php:145 ../../general/noaccess.php:18
-#: ../../general/noaccess.php:21
-msgid "You don't have access to this page"
-msgstr ""
-
-#: ../../enterprise/meta/general/noaccess.php:28
-#: ../../enterprise/meta/general/metaconsole_no_activated.php:21
-#: ../../general/noaccess.php:31
-msgid "No access"
-msgstr ""
-
-#: ../../enterprise/meta/general/noaccess.php:33
-msgid ""
-"Access to this page is restricted to authorized users only, please contact "
-"system administrator if you need assistance. \n"
-"\t\t\t\t\t
Please know that all attempts to access this page are recorded "
-"in security logs of Pandora System Database"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:84
-#: ../../operation/menu.php:51 ../../operation/tree.php:87
-msgid "Tree view"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:94
-#: ../../operation/agentes/networkmap.php:389
-msgid "Groups view"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:99
-#: ../../operation/agentes/alerts_status.php:129
-msgid "Alerts view"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:104
-msgid "Monitors view"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:140
-msgid "Create new report"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:153
-msgid "Report templates"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:160
-#: ../../enterprise/include/functions_reporting.php:64
-msgid "Templates wizard"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:166
-#: ../../enterprise/include/functions_groups.php:61
-#: ../../enterprise/operation/menu.php:31
-#: ../../enterprise/operation/services/services.service.php:84
-#: ../../enterprise/operation/services/services.list.php:38
-#: ../../enterprise/operation/services/services.service_map.php:94
-#: ../../enterprise/operation/services/services.service_map.php:110
-#: ../../enterprise/godmode/menu.php:79
-#: ../../enterprise/godmode/services/services.elements.php:122
-#: ../../enterprise/godmode/services/services.elements.php:127
-#: ../../enterprise/godmode/services/services.service.php:198
-#: ../../enterprise/godmode/services/services.service.php:202
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:128
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:159
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301
-#: ../../general/firts_task/service_list.php:25
-msgid "Services"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:181
-#: ../../mobile/operation/home.php:98
-msgid "Networkmap"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:188
-#: ../../enterprise/include/functions_enterprise.php:270
-#: ../../godmode/reporting/map_builder.php:39
-#: ../../general/firts_task/map_builder.php:29
-msgid "Visual Console"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:198
-#: ../../enterprise/include/functions_enterprise.php:267
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32
-#: ../../include/functions_reports.php:635
-#: ../../include/functions_reports.php:637
-#: ../../include/functions_reports.php:639
-#: ../../include/functions_reports.php:641
-#: ../../include/functions_reports.php:643 ../../godmode/menu.php:253
-#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:125
-msgid "Netflow"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:204
-msgid "Live view"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:213
-#: ../../enterprise/meta/event/custom_events.php:65
-#: ../../enterprise/meta/event/custom_events.php:80
-#: ../../godmode/events/events.php:63 ../../godmode/events/events.php:78
-#: ../../godmode/reporting/reporting_builder.list_items.php:178
-msgid "Filters"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:247
-msgid "Agent management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:252
-#: ../../enterprise/godmode/modules/local_components.php:89
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28
-#: ../../godmode/modules/manage_nc_groups.php:40
-#: ../../godmode/modules/manage_network_components.php:41
-#: ../../godmode/modules/manage_network_templates.php:30
-#: ../../godmode/modules/module_list.php:28
-#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:257
-msgid "Alert management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:262
-#: ../../enterprise/godmode/menu.php:121
-#: ../../enterprise/godmode/alerts/alert_events_list.php:67
-#: ../../enterprise/godmode/alerts/alert_events_list.php:114
-#: ../../enterprise/godmode/alerts/alert_events_list.php:129
-#: ../../enterprise/godmode/alerts/alert_events_list.php:144
-msgid "Event alerts"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:267
-msgid "Tag management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:272
-msgid "Policy management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:277
-msgid "Category management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:282
-msgid "Server management"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:287
-#: ../../godmode/menu.php:267
-msgid "License"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:292
-msgid "Metasetup"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:335
-#: ../../enterprise/meta/general/main_header.php:343
-#: ../../general/header.php:113 ../../general/header.php:121
-msgid "All systems"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:335
-#: ../../general/header.php:113
-msgid "Down"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:339
-#: ../../general/header.php:117
-msgid "servers down"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:343
-#: ../../general/header.php:121
-msgid "Ready"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:353
-#: ../../mobile/include/user.class.php:280
-#: ../../mobile/include/functions_web.php:33
-#: ../../mobile/include/ui.class.php:175 ../../mobile/operation/home.php:144
-#: ../../general/header.php:267
-msgid "Logout"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:368
-#: ../../general/header.php:192
-msgid "Configure autorefresh"
-msgstr ""
-
-#: ../../enterprise/meta/general/main_header.php:385
-#: ../../enterprise/meta/general/main_header.php:395
-#: ../../general/header.php:219
-msgid "Disabled autorefresh"
-msgstr ""
-
-#: ../../enterprise/meta/general/metaconsole_no_activated.php:25
-msgid ""
-"Metaconsole needs previous activation from regular console, please contact "
-"system administrator if you need assistance.
"
-msgstr ""
-
-#: ../../enterprise/meta/general/footer.php:26
-#, php-format
-msgid "® Ãrtica soluciones Pandora FMS %s - Build %s"
-msgstr ""
-
-#: ../../enterprise/meta/general/footer.php:27 ../../general/footer.php:32
-msgid "Page generated at"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:27
-msgid "Go to pandorafms.com"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:29
-msgid "Pandora Help"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:30
-#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67
-#: ../../general/login_help_dialog.php:69
-msgid "Support"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:33
-msgid "Go to Pandora FMS Wiki"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:35
-msgid "Pandora Support"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:36
-#: ../../enterprise/godmode/modules/configure_local_component.php:431
-#: ../../include/functions_ui.php:1068 ../../godmode/servers/plugin.php:423
-#: ../../godmode/servers/recon_script.php:183 ../../general/login_page.php:82
-msgid "Help"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:76
-#: ../../mobile/include/user.class.php:250 ../../general/login_page.php:127
-msgid "Login"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:82
-msgid "Monitor all your systems with a single tool"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:90
-#: ../../general/login_page.php:181
-msgid "Build"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:94
-#: ../../enterprise/meta/general/login_page.php:103
-#: ../../general/login_page.php:194
-msgid "Login failed"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:116
-msgid "Login off"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:121
-#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:133
-msgid ""
-"Your session is over. Please close your browser window to close this Pandora "
-"session."
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:147
-msgid ""
-"In order to have the best user experience with Pandora FMS, we strongly "
-"recommend to use"
-msgstr ""
-
-#: ../../enterprise/meta/general/login_page.php:148
-msgid ""
-"Mozilla Firefox or Google Chrome browsers."
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:38
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:217
-#: ../../operation/menu.php:267 ../../godmode/users/configure_profile.php:298
-msgid "View events"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:43
-#: ../../godmode/events/event_filter.php:173
-#: ../../godmode/snmpconsole/snmp_filters.php:38
-#: ../../godmode/netflow/nf_edit_form.php:182
-#: ../../godmode/netflow/nf_edit.php:167
-msgid "Create filter"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:48 ../../godmode/menu.php:185
-#: ../../godmode/events/events.php:46
-msgid "Event responses"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:53
-#: ../../enterprise/meta/event/custom_events.php:58
-#: ../../enterprise/meta/event/custom_events.php:69
-#: ../../enterprise/meta/event/custom_events.php:83
-#: ../../include/functions_events.php:2043
-#: ../../operation/agentes/ver_agente.php:891
-#: ../../operation/agentes/ver_agente.php:1028 ../../godmode/menu.php:40
-#: ../../godmode/events/events.php:51 ../../godmode/events/events.php:56
-#: ../../godmode/events/events.php:67
-#: ../../godmode/agentes/agent_manager.php:433
-#: ../../godmode/massive/massive_edit_agents.php:439
-msgid "Custom fields"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:73
-#: ../../include/ajax/events.php:305 ../../godmode/events/events.php:71
-msgid "Responses"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:89
-msgid "The user is not in neither group with EW profile"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:129
-msgid "Succesful updated"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:130
-msgid "Unsucessful updated"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:149
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:425
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:114
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:101
-#: ../../enterprise/godmode/policies/policy_agents.php:226
-#: ../../enterprise/godmode/policies/policy_agents.php:234
-#: ../../operation/events/events_list.php:218
-#: ../../godmode/reporting/graph_builder.graph_editor.php:138
-msgid "Filter group"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:154
-msgid "Fields"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:169
-#: ../../godmode/events/custom_events.php:181
-msgid "Fields available"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:171
-#: ../../godmode/events/custom_events.php:193
-msgid "Fields selected"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:178
-#: ../../godmode/events/custom_events.php:185
-msgid "Add fields to select"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:183
-#: ../../godmode/events/custom_events.php:189
-msgid "Delete fields to select"
-msgstr ""
-
-#: ../../enterprise/meta/event/custom_events.php:191
-#: ../../godmode/events/custom_events.php:131
-msgid "Show event fields"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:33
-msgid "Group View"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:46
-#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:294
-#: ../../operation/agentes/group_view.php:66
-msgid "Group view"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:92
-msgid "Summary by status"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:100
-msgid "% Agents Unknown"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:101
-msgid "% Agents not init"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:104
-msgid "% Monitors Critical"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:105
-msgid "% Monitors Warning"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:106
-msgid "% Monitors OK"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:107
-msgid "% Monitors Unknown"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:108
-msgid "% Monitors Not init"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:140
-msgid "Group or Tag"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:141
-#: ../../enterprise/include/functions_inventory.php:322
-#: ../../enterprise/include/functions_reporting_pdf.php:660
-#: ../../enterprise/include/functions_reporting_pdf.php:675
-#: ../../enterprise/operation/agentes/agent_inventory.php:230
-#: ../../include/functions_reporting_html.php:1007
-#: ../../include/functions_reporting_html.php:1022
-#: ../../operation/agentes/gis_view.php:194
-#: ../../operation/agentes/group_view.php:147 ../../operation/tree.php:273
-#: ../../godmode/db/db_event.php:61 ../../godmode/db/db_audit.php:80
-msgid "Total"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:143
-#: ../../enterprise/meta/monitoring/group_view.php:146
-#: ../../enterprise/meta/monitoring/tactical.php:263
-#: ../../enterprise/include/functions_reporting_pdf.php:680
-#: ../../mobile/operation/groups.php:110 ../../mobile/operation/groups.php:112
-#: ../../mobile/operation/modules.php:44
-#: ../../include/functions_graph.php:1820
-#: ../../include/functions_groups.php:782
-#: ../../include/functions_groups.php:784
-#: ../../include/functions_groups.php:786
-#: ../../include/functions_groups.php:787
-#: ../../include/functions_groups.php:788
-#: ../../include/functions_reporting_html.php:1032
-#: ../../operation/agentes/group_view.php:149
-#: ../../operation/agentes/estado_agente.php:187
-#: ../../operation/agentes/tactical.php:153
-#: ../../operation/agentes/status_monitor.php:423 ../../operation/tree.php:135
-#: ../../operation/tree.php:160 ../../operation/tree.php:298
-#: ../../godmode/massive/massive_delete_agents.php:118
-#: ../../godmode/massive/massive_delete_modules.php:458
-#: ../../godmode/massive/massive_copy_modules.php:82
-#: ../../godmode/massive/massive_copy_modules.php:195
-#: ../../godmode/massive/massive_edit_agents.php:219
-#: ../../godmode/massive/massive_edit_modules.php:318
-msgid "Not init"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/group_view.php:147
-#: ../../enterprise/meta/monitoring/tactical.php:261
-#: ../../enterprise/include/functions_services.php:1258
-#: ../../enterprise/include/functions_reporting_pdf.php:676
-#: ../../mobile/operation/groups.php:114 ../../mobile/operation/groups.php:116
-#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34
-#: ../../include/functions_graph.php:1816
-#: ../../include/functions_graph.php:2870
-#: ../../include/functions_graph.php:2871
-#: ../../include/functions_graph.php:4760
-#: ../../include/functions_groups.php:791
-#: ../../include/functions_groups.php:793
-#: ../../include/functions_groups.php:795
-#: ../../include/functions_groups.php:796
-#: ../../include/functions_groups.php:797
-#: ../../include/functions_groups.php:805 ../../include/functions.php:845
-#: ../../include/functions.php:1049 ../../include/functions.php:1056
-#: ../../include/functions.php:1086
-#: ../../include/functions_reporting_html.php:1024
-#: ../../include/functions_events.php:1471
-#: ../../operation/agentes/estado_monitores.php:425
-#: ../../operation/agentes/group_view.php:152
-#: ../../operation/agentes/estado_agente.php:182
-#: ../../operation/agentes/tactical.php:151
-#: ../../operation/agentes/status_monitor.php:418
-#: ../../operation/netflow/nf_live_view.php:304 ../../operation/tree.php:131
-#: ../../operation/tree.php:156 ../../operation/tree.php:303
-#: ../../godmode/netflow/nf_edit_form.php:207
-#: ../../godmode/massive/massive_delete_agents.php:113
-#: ../../godmode/massive/massive_delete_modules.php:453
-#: ../../godmode/massive/massive_copy_modules.php:77
-#: ../../godmode/massive/massive_copy_modules.php:190
-#: ../../godmode/massive/massive_edit_agents.php:214
-#: ../../godmode/massive/massive_edit_modules.php:313
-msgid "Normal"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/tactical.php:37
-msgid "Tactical View"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/tactical.php:272
-msgid "Report of state"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/tactical.php:301
-msgid "Report of events"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/tactical.php:306
-msgid "Info of state in events"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/tactical.php:322
-msgid "More events"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:90
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212
-#: ../../enterprise/godmode/alerts/alert_events.php:552
-#: ../../godmode/alerts/configure_alert_template.php:781
-#: ../../godmode/alerts/configure_alert_template.php:785
-msgid "Next"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:91
-#: ../../enterprise/godmode/alerts/alert_events.php:548
-#: ../../godmode/alerts/configure_alert_template.php:774
-msgid "Finish"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:92
-msgid "The alert you are trying to add is already in the list of alerts"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:97
-#: ../../include/functions_events.php:1716
-msgid "New"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:102
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357
-msgid "Please, select a module"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:103
-msgid "Please, select an alert"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:104
-msgid "Please, select an agent"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:106
-#: ../../enterprise/operation/log/log_viewer.php:238
-#: ../../enterprise/operation/log/log_viewer.php:244
-#: ../../enterprise/godmode/policies/policy_modules.php:1125
-#: ../../extensions/system_info.php:495
-#: ../../operation/reporting/reporting_viewer.php:237
-#: ../../godmode/massive/massive_copy_modules.php:164
-#: ../../general/ui/agents_list.php:121
-msgid "Loading"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:109
-msgid "String"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:110
-#: ../../godmode/agentes/configurar_agente.php:181
-#: ../../godmode/agentes/configurar_agente.php:704
-msgid "No agent name specified"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:111
-msgid "Another agent already exists with the same name"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:112
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:178
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124
-#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154
-#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92
-msgid "Can't connect to Pandora FMS instance"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.php:113
-#: ../../godmode/agentes/module_manager_editor_common.php:338
-#: ../../godmode/agentes/module_manager_editor_common.php:341
-#, php-format
-msgid "Agent interval x %s"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75
-#: ../../operation/snmpconsole/snmp_view.php:572
-#: ../../operation/snmpconsole/snmp_statistics.php:151
-#: ../../operation/agentes/estado_agente.php:573
-#: ../../godmode/agentes/modificar_agente.php:580
-msgid "Create agent"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200
-#: ../../godmode/menu.php:33
-msgid "Manage agents"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249
-msgid "Select the agent to be edited or deleted"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614
-#: ../../mobile/operation/groups.php:67 ../../mobile/operation/agent.php:100
-#: ../../mobile/operation/networkmaps.php:116
-#: ../../mobile/operation/module_graph.php:370
-#: ../../mobile/operation/module_graph.php:379
-#: ../../mobile/operation/modules.php:190
-#: ../../mobile/operation/tactical.php:85
-#: ../../mobile/operation/networkmap.php:98
-#: ../../mobile/operation/alerts.php:158
-#: ../../mobile/operation/visualmap.php:103
-#: ../../mobile/operation/events.php:563
-#: ../../mobile/operation/visualmaps.php:100
-#: ../../mobile/operation/agents.php:162
-msgid "Back"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116
-msgid "Create module"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291
-msgid "Manage modules"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339
-msgid "Select the agent where the module will be created"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353
-msgid "Create Module"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411
-msgid "Select the module to be edited or deleted"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533
-#: ../../godmode/snmpconsole/snmp_alert.php:76
-msgid "Create alert"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456
-#: ../../godmode/users/configure_profile.php:280
-#: ../../godmode/alerts/alert_list.php:297
-#: ../../godmode/alerts/alert_list.php:300
-msgid "Manage alerts"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519
-msgid "Select the module where the alert will be created"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603
-msgid "Select the alert to be edited or deleted"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165
-#: ../../enterprise/godmode/modules/configure_local_component.php:290
-#: ../../include/functions_reports.php:631
-#: ../../include/functions_reports.php:633 ../../godmode/menu.php:92
-#: ../../godmode/agentes/planned_downtime.list.php:394
-#: ../../godmode/setup/setup.php:130
-msgid "Configuration"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102
-msgid "Advanced configuration"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208
-#: ../../include/functions_graph.php:791
-#: ../../include/functions_graph.php:3606
-msgid "Previous"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240
-msgid "Invalid characters founded in module name"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146
-#: ../../mobile/include/functions_web.php:23
-#: ../../include/functions_reporting_html.php:2195
-#: ../../include/functions_reporting_html.php:2335
-msgid "Monitor"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148
-msgid "Web check"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228
-msgid "Module description"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244
-msgid "Step by step wizard"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251
-#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255
-msgid "Click Create to continue"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189
-msgid "Please, set a name"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210
-msgid "Please, set an interval"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78
-msgid "Edit agent"
-msgstr ""
-
-#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212
-#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227
-msgid "Please, set a valid IP address"
-msgstr ""
-
-#: ../../enterprise/extensions/translate_string.php:165
-#: ../../enterprise/extensions/translate_string.php:326
-msgid "Translate string"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import.php:27
-msgid "CSV import"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:159
-#: ../../enterprise/extensions/ipam.php:298
-#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192
-msgid "Operation view"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:168
-#: ../../enterprise/extensions/ipam.php:282
-msgid "Subnetworks calculator"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:189
-#: ../../enterprise/extensions/ipam/ipam_list.php:98
-msgid "Manage addresses"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:197
-#: ../../godmode/massive/massive_operations.php:207
-msgid "Massive operations"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:205
-#: ../../enterprise/extensions/ipam/ipam_list.php:101
-msgid "Addresses view"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:213
-#: ../../enterprise/extensions/ipam.php:225
-#: ../../enterprise/extensions/ipam.php:290
-#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187
-msgid "Administration view"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam.php:238
-#: ../../enterprise/extensions/ipam.php:306
-#: ../../enterprise/extensions/ipam.php:328
-#: ../../enterprise/extensions/ipam.php:329
-msgid "IPAM"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:16
-msgid "ACL users for this agent"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:44
-#: ../../enterprise/extensions/check_acls.php:124
-#: ../../godmode/users/profile_list.php:304
-msgid "System incidents reading"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:45
-#: ../../enterprise/extensions/check_acls.php:125
-#: ../../godmode/users/profile_list.php:305
-msgid "System incidents writing"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:46
-#: ../../enterprise/extensions/check_acls.php:126
-#: ../../godmode/users/profile_list.php:306
-msgid "System incidents management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:47
-#: ../../enterprise/extensions/check_acls.php:127
-#: ../../godmode/users/profile_list.php:307
-msgid "Agents reading"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:48
-#: ../../enterprise/extensions/check_acls.php:128
-#: ../../include/functions_menu.php:474
-#: ../../godmode/users/profile_list.php:308
-msgid "Agents management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:49
-#: ../../enterprise/extensions/check_acls.php:129
-#: ../../godmode/users/profile_list.php:309
-msgid "Agents disable"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:50
-#: ../../enterprise/extensions/check_acls.php:130
-#: ../../godmode/users/profile_list.php:310
-msgid "Alerts editing"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:51
-#: ../../enterprise/extensions/check_acls.php:131 ../../godmode/menu.php:72
-#: ../../godmode/users/profile_list.php:312
-msgid "Users management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:52
-#: ../../enterprise/extensions/check_acls.php:132
-#: ../../godmode/users/profile_list.php:313
-msgid "Database management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:53
-#: ../../enterprise/extensions/check_acls.php:133
-#: ../../godmode/users/profile_list.php:311
-msgid "Alerts management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:54
-#: ../../enterprise/extensions/check_acls.php:134
-#: ../../godmode/users/profile_list.php:317
-msgid "Reports reading"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:55
-#: ../../enterprise/extensions/check_acls.php:135
-#: ../../godmode/users/profile_list.php:318
-msgid "Reports writing"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:56
-#: ../../enterprise/extensions/check_acls.php:136
-#: ../../godmode/users/profile_list.php:319
-msgid "Reports management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:57
-#: ../../enterprise/extensions/check_acls.php:137
-#: ../../godmode/users/profile_list.php:314
-msgid "Events reading"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:58
-#: ../../enterprise/extensions/check_acls.php:138
-#: ../../godmode/users/profile_list.php:315
-msgid "Events writing"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:59
-#: ../../enterprise/extensions/check_acls.php:139
-#: ../../godmode/users/profile_list.php:316
-msgid "Events management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:60
-#: ../../enterprise/extensions/check_acls.php:140
-#: ../../godmode/users/profile_list.php:326
-msgid "Systems management"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:100
-msgid "There are no defined users"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:81
-msgid "Module tags"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:188
-msgid "ACL module tags for the modules in this agent"
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:198
-msgid "Only admin users can see this section."
-msgstr ""
-
-#: ../../enterprise/extensions/check_acls.php:202
-msgid "Check ACL"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:37
-#: ../../enterprise/extensions/cron.php:114
-msgid "Cron jobs"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:43
-msgid "Add new job"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:77
-#: ../../enterprise/extensions/cron/main.php:131
-msgid "Path doesn't exist or is not writable"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:109
-#: ../../enterprise/extensions/cron/main.php:124
-msgid "Edit job"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:150
-msgid "Cron extension is not running"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:151
-msgid "Cron extension has never run or it's not configured well"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:153
-msgid ""
-"This extension relies on a proper setup of cron, the time-based scheduling "
-"service"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:155
-msgid "Please, add the following line to your crontab file"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:161
-msgid "Last execution"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:168
-msgid "Cron extension is running"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:177
-msgid "Scheduled jobs"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:186
-#: ../../enterprise/extensions/cron/main.php:284
-msgid "Task"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:187
-#: ../../enterprise/extensions/cron/main.php:292
-#: ../../enterprise/extensions/vmware/main.php:252
-msgid "Scheduled"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:188
-msgid "First_execution"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:189
-msgid ""
-"Maybe the first run is not exactly equal to this value because the cron "
-"configuration is diferent."
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:190
-msgid "Last run"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:201
-msgid "Force run"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:218
-#: ../../enterprise/operation/reporting/custom_reporting.php:24
-#: ../../enterprise/operation/reporting/custom_reporting.php:71
-#: ../../operation/search_users.php:44 ../../godmode/tag/edit_tag.php:190
-#: ../../godmode/tag/tag.php:203
-msgid "Email"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:222
-#: ../../enterprise/extensions/cron/functions.php:44
-#: ../../godmode/servers/manage_recontask_form.php:233
-msgid "Custom script"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:235
-#: ../../enterprise/extensions/cron/main.php:249
-msgid "Path"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:295
-msgid "First execution"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:297
-#: ../../enterprise/operation/log/log_viewer.php:210
-#: ../../enterprise/operation/log/log_viewer.php:218
-#: ../../operation/netflow/nf_live_view.php:237
-#: ../../godmode/agentes/planned_downtime.editor.php:504
-#: ../../godmode/agentes/planned_downtime.editor.php:515
-msgid "Date format in Pandora is year/month/day"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:299
-#: ../../enterprise/operation/log/log_viewer.php:212
-#: ../../enterprise/operation/log/log_viewer.php:220
-#: ../../operation/netflow/nf_live_view.php:239
-#: ../../godmode/alerts/configure_alert_template.php:536
-#: ../../godmode/alerts/configure_alert_template.php:540
-#: ../../godmode/agentes/planned_downtime.editor.php:506
-#: ../../godmode/agentes/planned_downtime.editor.php:517
-#: ../../godmode/agentes/planned_downtime.editor.php:585
-#: ../../godmode/agentes/planned_downtime.editor.php:593
-#: ../../godmode/reporting/reporting_builder.item_editor.php:796
-#: ../../godmode/reporting/reporting_builder.item_editor.php:805
-msgid "Time format in Pandora is hours(24h):minutes:seconds"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:300
-#: ../../include/functions_events.php:1814
-#: ../../godmode/events/event_responses.editor.php:111
-msgid "Parameters"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:336
-#: ../../enterprise/operation/log/log_viewer.php:300
-#: ../../enterprise/operation/log/log_viewer.php:312
-#: ../../enterprise/godmode/alerts/alert_events.php:577
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:672
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2163
-#: ../../extensions/insert_data.php:194
-#: ../../operation/agentes/estado_monitores.php:376
-#: ../../operation/agentes/datos_agente.php:304
-#: ../../operation/agentes/stat_win.php:489
-#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391
-#: ../../operation/reporting/graph_viewer.php:247
-#: ../../operation/reporting/reporting_viewer.php:257
-#: ../../operation/reporting/reporting_viewer.php:277
-#: ../../godmode/alerts/configure_alert_template.php:1033
-#: ../../godmode/agentes/planned_downtime.editor.php:1137
-#: ../../godmode/setup/news.php:297
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1730
-msgid "Choose time"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:337
-#: ../../enterprise/operation/log/log_viewer.php:301
-#: ../../enterprise/operation/log/log_viewer.php:313
-#: ../../enterprise/godmode/alerts/alert_events.php:578
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:673
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2164
-#: ../../extensions/insert_data.php:195
-#: ../../operation/agentes/estado_monitores.php:377
-#: ../../operation/agentes/datos_agente.php:305
-#: ../../operation/agentes/stat_win.php:490
-#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392
-#: ../../operation/reporting/graph_viewer.php:248
-#: ../../operation/reporting/reporting_viewer.php:258
-#: ../../operation/reporting/reporting_viewer.php:278
-#: ../../godmode/alerts/configure_alert_template.php:1034
-#: ../../godmode/agentes/planned_downtime.editor.php:1138
-#: ../../godmode/setup/news.php:298
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1731
-msgid "Time"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:338
-#: ../../enterprise/operation/log/log_viewer.php:302
-#: ../../enterprise/operation/log/log_viewer.php:314
-#: ../../enterprise/godmode/alerts/alert_events.php:579
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:674
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2165
-#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:839
-#: ../../operation/agentes/estado_monitores.php:378
-#: ../../operation/agentes/datos_agente.php:306
-#: ../../operation/agentes/stat_win.php:491
-#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393
-#: ../../operation/reporting/graph_viewer.php:249
-#: ../../operation/reporting/reporting_viewer.php:259
-#: ../../operation/reporting/reporting_viewer.php:279
-#: ../../godmode/alerts/configure_alert_template.php:1035
-#: ../../godmode/agentes/planned_downtime.editor.php:1139
-#: ../../godmode/setup/news.php:299
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1732
-msgid "Hour"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:339
-#: ../../enterprise/operation/log/log_viewer.php:303
-#: ../../enterprise/operation/log/log_viewer.php:315
-#: ../../enterprise/godmode/alerts/alert_events.php:580
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:675
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2166
-#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:840
-#: ../../operation/agentes/estado_monitores.php:379
-#: ../../operation/agentes/datos_agente.php:307
-#: ../../operation/agentes/stat_win.php:492
-#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394
-#: ../../operation/reporting/graph_viewer.php:250
-#: ../../operation/reporting/reporting_viewer.php:260
-#: ../../operation/reporting/reporting_viewer.php:280
-#: ../../godmode/alerts/configure_alert_template.php:1036
-#: ../../godmode/agentes/planned_downtime.editor.php:1140
-#: ../../godmode/setup/news.php:300
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1733
-msgid "Minute"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:340
-#: ../../enterprise/operation/log/log_viewer.php:304
-#: ../../enterprise/operation/log/log_viewer.php:316
-#: ../../enterprise/godmode/alerts/alert_events.php:581
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:676
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2167
-#: ../../extensions/insert_data.php:198
-#: ../../operation/agentes/estado_monitores.php:380
-#: ../../operation/agentes/datos_agente.php:308
-#: ../../operation/agentes/stat_win.php:493
-#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395
-#: ../../operation/reporting/graph_viewer.php:251
-#: ../../operation/reporting/reporting_viewer.php:261
-#: ../../operation/reporting/reporting_viewer.php:281
-#: ../../godmode/alerts/configure_alert_template.php:1037
-#: ../../godmode/agentes/planned_downtime.editor.php:1141
-#: ../../godmode/setup/news.php:301
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1734
-msgid "Second"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:341
-#: ../../enterprise/operation/log/log_viewer.php:305
-#: ../../enterprise/operation/log/log_viewer.php:317
-#: ../../enterprise/operation/agentes/agent_inventory.php:89
-#: ../../enterprise/godmode/alerts/alert_events.php:582
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:677
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2168
-#: ../../extensions/insert_data.php:199 ../../include/functions.php:410
-#: ../../include/functions.php:544
-#: ../../operation/agentes/estado_monitores.php:381
-#: ../../operation/agentes/datos_agente.php:309
-#: ../../operation/agentes/stat_win.php:494
-#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396
-#: ../../operation/reporting/graph_viewer.php:252
-#: ../../operation/reporting/reporting_viewer.php:262
-#: ../../operation/reporting/reporting_viewer.php:282
-#: ../../godmode/alerts/configure_alert_template.php:1038
-#: ../../godmode/agentes/planned_downtime.editor.php:1142
-#: ../../godmode/setup/news.php:302
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1735
-msgid "Now"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/main.php:342
-#: ../../enterprise/operation/log/log_viewer.php:306
-#: ../../enterprise/operation/log/log_viewer.php:318
-#: ../../enterprise/godmode/alerts/alert_events.php:583
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:678
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2169
-#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610
-#: ../../extensions/insert_data.php:200
-#: ../../include/functions_filemanager.php:617
-#: ../../include/functions_filemanager.php:638
-#: ../../include/functions_filemanager.php:654
-#: ../../include/functions_snmp_browser.php:441
-#: ../../operation/agentes/estado_monitores.php:382
-#: ../../operation/agentes/datos_agente.php:310
-#: ../../operation/agentes/stat_win.php:495
-#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397
-#: ../../operation/reporting/graph_viewer.php:253
-#: ../../operation/reporting/reporting_viewer.php:263
-#: ../../operation/reporting/reporting_viewer.php:283
-#: ../../godmode/alerts/configure_alert_template.php:1039
-#: ../../godmode/agentes/planned_downtime.editor.php:1143
-#: ../../godmode/setup/news.php:303
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1736
-msgid "Close"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:17
-#: ../../enterprise/extensions/cron/functions.php:27
-#: ../../enterprise/extensions/cron/functions.php:48
-#: ../../enterprise/extensions/cron/functions.php:80
-#: ../../enterprise/extensions/cron/functions.php:95
-#: ../../enterprise/extensions/cron/functions.php:136
-msgid "Report to build"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:23
-msgid "Send to emails (separated by comma)"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:33
-#: ../../enterprise/extensions/cron/functions.php:38
-#: ../../enterprise/extensions/cron/functions.php:54
-#: ../../enterprise/extensions/cron/functions.php:96
-#: ../../enterprise/extensions/cron/functions.php:137
-msgid "Save to disk into path"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:81
-msgid "Send to email"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:82
-msgid "Send custom report by email"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:97
-#: ../../enterprise/extensions/cron/functions.php:138
-msgid "Save custom report to disk"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:110
-#: ../../enterprise/extensions/cron/functions.php:123
-msgid "Backup Pandora database"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:153
-msgid "Not scheduled"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:154
-#: ../../enterprise/extensions/vmware/functions.php:24
-msgid "Hourly"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:155
-#: ../../enterprise/extensions/vmware/functions.php:25
-#: ../../godmode/agentes/module_manager_editor_prediction.php:159
-msgid "Daily"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:156
-#: ../../enterprise/extensions/vmware/functions.php:26
-#: ../../godmode/agentes/module_manager_editor_prediction.php:157
-#: ../../godmode/agentes/planned_downtime.editor.php:527
-msgid "Weekly"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:157
-#: ../../enterprise/extensions/vmware/functions.php:27
-#: ../../godmode/agentes/module_manager_editor_prediction.php:158
-#: ../../godmode/agentes/planned_downtime.editor.php:528
-msgid "Monthly"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:158
-#: ../../enterprise/extensions/vmware/functions.php:28
-msgid "Yearly"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:188
-#: ../../enterprise/godmode/setup/setup_acl.php:72
-#: ../../enterprise/godmode/setup/setup_acl.php:316
-#: ../../include/functions_html.php:645 ../../include/functions_html.php:646
-#: ../../include/functions_html.php:750 ../../include/functions_html.php:751
-msgid "Custom"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:362
-msgid "This is the automatic generated report"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:365
-msgid "Open the attached file to view it"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:367
-#: ../../mobile/include/functions_web.php:82
-#: ../../mobile/include/ui.class.php:258
-msgid "Generated at"
-msgstr ""
-
-#: ../../enterprise/extensions/cron/functions.php:371
-msgid "Please do not answer or reply to this email"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_manager.php:160
-msgid "Power Status: "
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_manager.php:202
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666
-msgid "Status: "
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_manager.php:206
-msgid "Change Status"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:30
-msgid "WMware Plugin Settings"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:75
-#: ../../extensions/files_repo/functions_files_repo.php:274
-msgid "There was an error updating the file"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:125
-msgid "There was an error updating the execution data of the plugin"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:132
-msgid "There was an error activating the execution of the plugin"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:179
-msgid "Config Path"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:186
-msgid "Plugin Path"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:208
-msgid "Config parameters"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:215
-msgid "V-Center IP"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:220
-msgid "Datacenter Name"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:242
-msgid "Plugin execution"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:243
-msgid ""
-"To enable the plugin execution, this extension needs the Cron jobs extension "
-"installed.\n"
-"\tKeep in mind that the Cron jobs execution period will be the less real "
-"execution period, so if you want to run the plugin every\n"
-"\t5 minutes, for example, the Cron jobs script should be configured in the "
-"cron to run every 5 minutes or less"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/main.php:275
-#: ../../enterprise/godmode/agentes/collections.php:217
-msgid "Apply changes"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:620
-#: ../../enterprise/extensions/vmware/vmware_view.php:1016
-msgid "Top 5 VMs CPU Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:627
-#: ../../enterprise/extensions/vmware/vmware_view.php:1023
-msgid "Top 5 VMs Memory Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:636
-#: ../../enterprise/extensions/vmware/vmware_view.php:1032
-msgid "Top 5 VMs Disk Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:643
-#: ../../enterprise/extensions/vmware/vmware_view.php:1039
-msgid "Top 5 VMs Network Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:686
-msgid "Host ESX"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:905
-#: ../../enterprise/include/functions_services.php:1591
-#: ../../enterprise/include/functions_services.php:1614
-#: ../../enterprise/operation/agentes/policy_view.php:371
-#: ../../enterprise/operation/agentes/policy_view.php:378
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642
-#: ../../mobile/operation/modules.php:438
-#: ../../mobile/operation/modules.php:455
-#: ../../include/functions_modules.php:1846
-#: ../../include/functions_modules.php:1854
-#: ../../include/class/Tree.class.php:1476
-#: ../../operation/search_modules.php:108
-#: ../../operation/search_modules.php:125
-#: ../../operation/agentes/status_monitor.php:1123
-#: ../../operation/agentes/status_monitor.php:1140
-msgid "NORMAL"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:909
-#: ../../enterprise/include/functions_services.php:1595
-#: ../../enterprise/include/functions_services.php:1619
-#: ../../enterprise/operation/agentes/policy_view.php:363
-#: ../../enterprise/operation/agentes/policy_view.php:382
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:625
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647
-#: ../../mobile/operation/modules.php:442
-#: ../../mobile/operation/modules.php:460
-#: ../../include/functions_modules.php:1838
-#: ../../include/functions_modules.php:1858
-#: ../../include/class/Tree.class.php:1450
-#: ../../operation/search_modules.php:112
-#: ../../operation/search_modules.php:132
-#: ../../operation/agentes/status_monitor.php:1127
-#: ../../operation/agentes/status_monitor.php:1145
-msgid "CRITICAL"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:914
-#: ../../enterprise/include/functions_services.php:1599
-#: ../../enterprise/include/functions_services.php:1623
-#: ../../enterprise/operation/agentes/policy_view.php:367
-#: ../../enterprise/operation/agentes/policy_view.php:386
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652
-#: ../../mobile/operation/modules.php:446
-#: ../../mobile/operation/modules.php:465
-#: ../../include/functions_modules.php:1842
-#: ../../include/functions_modules.php:1862
-#: ../../include/class/Tree.class.php:1457
-#: ../../operation/search_modules.php:116
-#: ../../operation/search_modules.php:139
-#: ../../operation/agentes/status_monitor.php:1131
-#: ../../operation/agentes/status_monitor.php:1150
-msgid "WARNING"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:918
-#: ../../enterprise/include/functions_services.php:1606
-#: ../../enterprise/include/functions_services.php:1614
-#: ../../enterprise/include/functions_services.php:1619
-#: ../../enterprise/include/functions_services.php:1623
-#: ../../enterprise/include/functions_services.php:1627
-#: ../../enterprise/operation/agentes/policy_view.php:378
-#: ../../enterprise/operation/agentes/policy_view.php:382
-#: ../../enterprise/operation/agentes/policy_view.php:386
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651
-#: ../../mobile/operation/modules.php:454
-#: ../../mobile/operation/modules.php:459
-#: ../../mobile/operation/modules.php:464
-#: ../../include/functions_modules.php:1853
-#: ../../include/functions_modules.php:1857
-#: ../../include/functions_modules.php:1861
-#: ../../include/class/Tree.class.php:1462
-#: ../../operation/search_modules.php:124
-#: ../../operation/search_modules.php:131
-#: ../../operation/search_modules.php:138
-#: ../../operation/agentes/status_monitor.php:1139
-#: ../../operation/agentes/status_monitor.php:1144
-#: ../../operation/agentes/status_monitor.php:1149
-msgid "UNKNOWN"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:929
-msgid "CPU Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:939
-msgid "Memory Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:949
-msgid "Disk I/O Rate"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:959
-msgid "Network Usage"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1070
-#: ../../enterprise/extensions/vmware/vmware_view.php:1089
-#: ../../enterprise/operation/menu.php:89
-#: ../../mobile/include/functions_web.php:21
-#: ../../operation/users/user_edit.php:299
-msgid "Dashboard"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1076
-msgid "ESX Detail"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1094
-msgid "ESX details"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1105
-msgid "VMware view"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1188
-msgid "Show Datastores"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1191
-msgid "Show ESX"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1194
-msgid "Show VM"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1212
-#: ../../operation/agentes/networkmap.php:530
-msgid "Zoom"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1223
-msgid "View options"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/vmware_view.php:1270
-msgid "VMware map"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/functions.php:153
-#: ../../enterprise/extensions/vmware/functions.php:181
-msgid "The file does not exists"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/functions.php:157
-msgid "The file is not readable by HTTP Server"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/functions.php:158
-#: ../../enterprise/extensions/vmware/functions.php:163
-msgid "Please check that the web server has write rights on the file"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware/functions.php:162
-msgid "The file is not writable by HTTP Server"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:53
-msgid "Pandora database backup utility"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:57
-#: ../../enterprise/operation/log/log_viewer.php:150
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33
-#: ../../operation/netflow/nf_live_view.php:111
-#: ../../godmode/netflow/nf_edit.php:43
-#: ../../godmode/setup/setup_general.php:177
-msgid "Not supported in Windows systems"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:66
-#: ../../enterprise/include/functions_inventory.php:507
-#: ../../enterprise/include/functions_reporting_csv.php:166
-#: ../../enterprise/include/functions_reporting_csv.php:211
-#: ../../enterprise/include/functions_reporting_pdf.php:943
-#: ../../enterprise/include/functions_reporting_pdf.php:949
-#: ../../enterprise/include/functions_reporting_pdf.php:961
-#: ../../enterprise/include/functions_log.php:318
-#: ../../enterprise/operation/agentes/agent_inventory.php:70
-#: ../../enterprise/operation/inventory/inventory.php:221
-#: ../../mobile/operation/tactical.php:263
-#: ../../extensions/users_connected.php:79
-#: ../../extensions/insert_data.php:166
-#: ../../include/functions_reporting.php:2217
-#: ../../include/functions_reporting.php:2230 ../../include/functions.php:2264
-#: ../../include/functions_reporting_html.php:1194
-#: ../../include/functions_reporting_html.php:1198
-#: ../../include/functions_reporting_html.php:1210
-#: ../../include/functions_reporting_html.php:2758
-#: ../../operation/integria_incidents/incident.tracking.php:23
-#: ../../operation/events/events.build_table.php:473
-#: ../../operation/netflow/nf_live_view.php:231
-#: ../../operation/reporting/graph_viewer.php:183
-#: ../../godmode/alerts/configure_alert_special_days.php:63
-#: ../../godmode/alerts/alert_special_days.php:161
-#: ../../godmode/admin_access_logs.php:190
-#: ../../godmode/reporting/reporting_builder.item_editor.php:971
-#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420
-msgid "Date"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:67
-#: ../../extensions/files_repo/files_repo_list.php:60
-#: ../../include/functions_filemanager.php:580
-#: ../../include/functions_visual_map_editor.php:107
-#: ../../include/functions_visual_map_editor.php:149
-#: ../../include/functions_visual_map_editor.php:411
-#: ../../include/functions_visual_map_editor.php:475
-#: ../../operation/integria_incidents/incident.files.php:45
-#: ../../operation/incidents/incident_detail.php:455
-#: ../../godmode/events/event_responses.editor.php:97
-msgid "Size"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:94
-#: ../../godmode/agentes/planned_downtime.list.php:395
-#: ../../godmode/agentes/planned_downtime.list.php:444
-msgid "Running"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:119
-msgid "Lost"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:126
-#: ../../extensions/files_repo/files_repo_list.php:94
-#: ../../extensions/system_info.php:466
-msgid "Download"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:145
-msgid "Backups list"
-msgstr ""
-
-#: ../../enterprise/extensions/backup/main.php:150
-msgid "Create backup"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:40
-#, php-format
-msgid "Created group %s"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:41
-#, php-format
-msgid "Could not create group %s"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:46
-#: ../../enterprise/extensions/csv_import/main.php:46
-msgid "File processed"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:56
-#: ../../enterprise/extensions/csv_import/main.php:56
-msgid "CSV format"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:57
-#: ../../enterprise/extensions/csv_import/main.php:57
-msgid "The CSV file must have the fields in the following order"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:72
-#: ../../enterprise/extensions/csv_import/main.php:72
-msgid "Upload file"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:75
-#: ../../enterprise/extensions/csv_import/main.php:79
-msgid "Separator"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group/main.php:79
-#: ../../enterprise/extensions/csv_import/main.php:83
-msgid "Upload CSV file"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:104
-msgid "No addresses found on this network"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:121
-msgid "Subnet"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:127
-#: ../../enterprise/extensions/ipam/ipam_list.php:85
-#: ../../enterprise/operation/services/services.list.php:166
-#: ../../enterprise/godmode/services/services.service.php:244
-#: ../../godmode/servers/manage_recontask_form.php:250
-#: ../../godmode/servers/manage_recontask.php:340
-msgid "Manual"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:140
-#: ../../enterprise/extensions/ipam/ipam_editor.php:76
-#: ../../enterprise/extensions/ipam/ipam_list.php:62
-#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526
-#: ../../godmode/events/event_responses.editor.php:93
-msgid "Location"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:154
-#: ../../enterprise/operation/services/services.list.php:446
-#: ../../enterprise/godmode/agentes/inventory_manager.php:270
-#: ../../include/functions_groups.php:741
-#: ../../include/functions_groups.php:934 ../../include/functions_ui.php:823
-#: ../../include/ajax/module.php:757
-#: ../../operation/agentes/group_view.php:145
-#: ../../operation/agentes/group_view.php:195
-#: ../../operation/agentes/estado_generalagente.php:616
-#: ../../operation/servers/recon_view.php:86
-#: ../../operation/servers/recon_view.php:118
-msgid "Force"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:171
-#: ../../operation/menu.php:271 ../../operation/menu.php:359
-#: ../../operation/integria_incidents/incident_statistics.php:29
-#: ../../operation/events/event_statistics.php:32
-#: ../../operation/snmpconsole/snmp_view.php:69
-#: ../../operation/snmpconsole/snmp_statistics.php:61
-#: ../../operation/incidents/incident_statistics.php:30
-msgid "Statistics"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:219
-msgid "Total IPs"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:225
-#: ../../enterprise/extensions/ipam/ipam_network.php:550
-#: ../../enterprise/extensions/ipam/ipam_excel.php:120
-msgid "Alive"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:227
-#: ../../enterprise/extensions/ipam/ipam_network.php:553
-msgid "Not alive"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:231
-#: ../../enterprise/extensions/ipam/ipam_network.php:540
-#: ../../enterprise/extensions/ipam/ipam_massive.php:77
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:191
-msgid "Managed"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:233
-msgid "Not managed"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:237
-#: ../../enterprise/extensions/ipam/ipam_network.php:306
-#: ../../enterprise/extensions/ipam/ipam_network.php:541
-#: ../../enterprise/extensions/ipam/ipam_massive.php:78
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:201
-msgid "Reserved"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:239
-msgid "Not Reserved"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:269
-#: ../../enterprise/godmode/alerts/alert_events_list.php:420
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:406
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217
-#: ../../godmode/reporting/reporting_builder.list_items.php:306
-#: ../../godmode/reporting/reporting_builder.list_items.php:501
-msgid "Sort"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:272
-#: ../../enterprise/extensions/ipam/ipam_network.php:273
-#: ../../enterprise/include/functions_reporting_pdf.php:2235
-#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:90
-#: ../../include/functions_visual_map_editor.php:613
-#: ../../include/functions_reporting_html.php:1281
-#: ../../include/functions_reporting_html.php:1485
-#: ../../godmode/admin_access_logs.php:69
-#: ../../godmode/admin_access_logs.php:70
-#: ../../godmode/reporting/visual_console_builder.elements.php:545
-msgid "IP"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:272
-msgid "DESC"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:273
-msgid "ASC"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:274
-#: ../../enterprise/extensions/ipam/ipam_network.php:275
-#: ../../enterprise/extensions/ipam/ipam_network.php:536
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:157
-#: ../../enterprise/extensions/ipam/ipam_excel.php:120
-msgid "Hostname"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:274
-msgid "A -> Z"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:275
-msgid "Z -> A"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:276
-#: ../../enterprise/extensions/ipam/ipam_network.php:277
-msgid "Last check"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:276
-msgid "Newer -> Older"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:277
-msgid "Older -> Newer"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:281
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1770
-#: ../../mobile/operation/modules.php:254
-#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/events.php:637
-#: ../../mobile/operation/agents.php:194
-#: ../../operation/events/events_list.php:401
-#: ../../operation/snmpconsole/snmp_view.php:403
-#: ../../godmode/events/event_edit_filter.php:236
-#: ../../godmode/snmpconsole/snmp_alert.php:893
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1307
-msgid "Free search"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:284
-msgid "Exact address match"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:288
-msgid "Big"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:289
-msgid "Tiny"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:290
-msgid "Icons style"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:297
-msgid "Show not alive hosts"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:300
-msgid "Show only managed addresses"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:303
-msgid "Reserved addresses"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:307
-msgid "Unreserved"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:332
-msgid "Filter options"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:472
-msgid "Edit address"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:477
-msgid "Disabled address"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:477
-msgid "This address will not be updated by the server"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:535
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:41
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:152
-#: ../../enterprise/extensions/ipam/ipam_excel.php:120
-#: ../../enterprise/godmode/servers/manage_export.php:131
-#: ../../enterprise/godmode/servers/manage_export_form.php:84
-#: ../../operation/agentes/ver_agente.php:674
-msgid "Address"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:543
-#: ../../enterprise/extensions/ipam/ipam_network.php:654
-#: ../../enterprise/extensions/ipam/ipam_massive.php:69
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:93
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:206
-#: ../../mobile/operation/events.php:513 ../../include/functions.php:2266
-#: ../../include/functions_reporting_html.php:2760
-#: ../../include/ajax/events.php:301 ../../operation/users/user_edit.php:364
-#: ../../godmode/users/configure_user.php:482
-#: ../../godmode/servers/manage_recontask_form.php:354
-#: ../../godmode/admin_access_logs.php:192 ../../general/logon_ok.php:225
-#: ../../general/logon_ok.php:422
-msgid "Comments"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:574
-#: ../../enterprise/extensions/ipam/ipam_network.php:609
-#: ../../enterprise/extensions/ipam/ipam_network.php:632
-msgid "Change to automatic mode"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:575
-#: ../../enterprise/extensions/ipam/ipam_network.php:610
-#: ../../enterprise/extensions/ipam/ipam_network.php:633
-msgid "Change to manual mode"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:649
-msgid "Add comments"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:666
-msgid "Update agent address"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_network.php:783
-msgid "Please, uncheck auto option to set manual agent."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:66
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249
-#: ../../enterprise/godmode/alerts/alert_events_list.php:161
-#: ../../enterprise/godmode/alerts/alert_events_list.php:205
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:282
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:118
-#: ../../enterprise/godmode/modules/local_components.php:319
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245
-#: ../../enterprise/godmode/policies/policies.php:175
-#: ../../enterprise/godmode/policies/policy_collections.php:69
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96
-#: ../../enterprise/godmode/policies/policy_agents.php:91
-#: ../../enterprise/godmode/policies/policy_modules.php:920
-#: ../../enterprise/godmode/policies/policy_alerts.php:165
-#: ../../enterprise/godmode/policies/policy_alerts.php:206
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:96
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:141
-#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:486
-#: ../../operation/messages/message_list.php:57
-#: ../../operation/snmpconsole/snmp_view.php:96
-#: ../../operation/gis_maps/gis_map.php:75
-#: ../../operation/incidents/incident.php:62
-#: ../../operation/incidents/incident_detail.php:86
-#: ../../operation/incidents/incident_detail.php:115
-#: ../../godmode/users/configure_user.php:413
-#: ../../godmode/alerts/alert_commands.php:313
-#: ../../godmode/alerts/alert_special_days.php:152
-#: ../../godmode/alerts/alert_list.php:142
-#: ../../godmode/alerts/alert_list.php:184
-#: ../../godmode/alerts/alert_templates.php:225
-#: ../../godmode/alerts/alert_actions.php:333 ../../godmode/setup/news.php:98
-#: ../../godmode/setup/gis.php:55
-#: ../../godmode/massive/massive_delete_alerts.php:157
-#: ../../godmode/massive/massive_delete_tags.php:152
-#: ../../godmode/massive/massive_delete_action_alerts.php:106
-#: ../../godmode/modules/manage_network_components.php:352
-#: ../../godmode/reporting/reporting_builder.php:414
-msgid "Could not be deleted"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:69
-#: ../../enterprise/godmode/alerts/alert_events_list.php:160
-#: ../../enterprise/godmode/alerts/alert_events_list.php:204
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:281
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:117
-#: ../../enterprise/godmode/modules/local_components.php:318
-#: ../../enterprise/godmode/reporting/graph_template_list.php:86
-#: ../../enterprise/godmode/reporting/graph_template_list.php:106
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119
-#: ../../enterprise/godmode/policies/policies.php:174
-#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:485
-#: ../../operation/messages/message_list.php:56
-#: ../../operation/messages/message_list.php:73
-#: ../../operation/snmpconsole/snmp_view.php:95
-#: ../../operation/gis_maps/gis_map.php:74
-#: ../../operation/incidents/incident.php:61
-#: ../../operation/incidents/incident_detail.php:85
-#: ../../operation/incidents/incident_detail.php:114
-#: ../../operation/reporting/graph_viewer.php:34
-#: ../../operation/reporting/graph_viewer.php:41
-#: ../../godmode/events/event_filter.php:52
-#: ../../godmode/events/event_filter.php:73
-#: ../../godmode/users/configure_user.php:412
-#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188
-#: ../../godmode/users/profile_list.php:94
-#: ../../godmode/snmpconsole/snmp_alert.php:459
-#: ../../godmode/snmpconsole/snmp_filters.php:76
-#: ../../godmode/alerts/alert_commands.php:312
-#: ../../godmode/alerts/alert_special_days.php:151
-#: ../../godmode/alerts/alert_list.php:142
-#: ../../godmode/alerts/alert_list.php:184
-#: ../../godmode/alerts/alert_templates.php:224
-#: ../../godmode/alerts/alert_actions.php:332
-#: ../../godmode/agentes/planned_downtime.list.php:105
-#: ../../godmode/netflow/nf_item_list.php:105
-#: ../../godmode/netflow/nf_item_list.php:126
-#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100
-#: ../../godmode/setup/news.php:97 ../../godmode/setup/links.php:69
-#: ../../godmode/setup/gis.php:57
-#: ../../godmode/massive/massive_delete_alerts.php:156
-#: ../../godmode/massive/massive_delete_modules.php:236
-#: ../../godmode/massive/massive_delete_tags.php:151
-#: ../../godmode/massive/massive_delete_action_alerts.php:105
-#: ../../godmode/modules/manage_nc_groups.php:122
-#: ../../godmode/modules/manage_network_components.php:351
-#: ../../godmode/reporting/map_builder.php:87
-#: ../../godmode/reporting/graphs.php:79 ../../godmode/reporting/graphs.php:87
-#: ../../godmode/reporting/graphs.php:129
-#: ../../godmode/reporting/reporting_builder.php:413
-msgid "Successfully deleted"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:84
-#: ../../enterprise/extensions/ipam/ipam_action.php:120
-msgid "Incorrect format in Subnet field"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:88
-#: ../../enterprise/extensions/ipam/ipam_action.php:125
-msgid "The location is not filled, please add a location."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:133
-#: ../../enterprise/extensions/ipam/ipam_massive.php:42
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226
-#: ../../enterprise/godmode/alerts/alert_events_list.php:95
-#: ../../enterprise/godmode/alerts/alert_events.php:375
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:159
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106
-#: ../../enterprise/godmode/modules/local_components.php:297
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67
-#: ../../enterprise/godmode/policies/policies.php:159
-#: ../../enterprise/godmode/policies/policy_modules.php:862
-#: ../../include/functions_planned_downtimes.php:122
-#: ../../operation/snmpconsole/snmp_view.php:115
-#: ../../operation/incidents/incident.php:106
-#: ../../godmode/alerts/configure_alert_command.php:94
-#: ../../godmode/alerts/alert_special_days.php:135
-#: ../../godmode/alerts/configure_alert_template.php:442
-#: ../../godmode/alerts/alert_templates.php:152
-#: ../../godmode/alerts/alert_actions.php:263
-#: ../../godmode/agentes/planned_downtime.editor.php:353
-#: ../../godmode/setup/gis.php:41
-#: ../../godmode/massive/massive_edit_modules.php:153
-#: ../../godmode/modules/manage_network_components.php:325
-msgid "Could not be updated"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:136
-#: ../../enterprise/extensions/ipam/ipam_massive.php:41
-#: ../../enterprise/godmode/alerts/alert_events_list.php:94
-#: ../../enterprise/godmode/alerts/alert_events.php:374
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:158
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66
-#: ../../enterprise/godmode/policies/policy_modules.php:861
-#: ../../include/functions_planned_downtimes.php:125
-#: ../../operation/snmpconsole/snmp_view.php:114
-#: ../../operation/incidents/incident.php:105
-#: ../../godmode/events/event_edit_filter.php:158
-#: ../../godmode/users/profile_list.php:223
-#: ../../godmode/snmpconsole/snmp_alert.php:299
-#: ../../godmode/snmpconsole/snmp_filters.php:54
-#: ../../godmode/alerts/configure_alert_command.php:93
-#: ../../godmode/alerts/alert_special_days.php:134
-#: ../../godmode/alerts/configure_alert_template.php:441
-#: ../../godmode/alerts/alert_templates.php:151
-#: ../../godmode/alerts/alert_actions.php:262
-#: ../../godmode/agentes/planned_downtime.editor.php:362
-#: ../../godmode/agentes/configurar_agente.php:769
-#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/news.php:87
-#: ../../godmode/setup/links.php:58 ../../godmode/setup/gis.php:39
-#: ../../godmode/massive/massive_edit_modules.php:152
-#: ../../godmode/modules/manage_nc_groups.php:98
-msgid "Successfully updated"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:195
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345
-msgid "Could not be updated."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:199
-msgid "Successfully updated."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_action.php:203
-#: ../../include/functions_reporting.php:1414
-msgid "No changes found."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21
-msgid "Export to Excel"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59
-msgid "Assign next free IP"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73
-msgid "Next available IP"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:34
-msgid "Network not found"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:58
-#: ../../operation/incidents/incident.php:257
-msgid "All users"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:67
-#: ../../enterprise/extensions/ipam/ipam_list.php:60
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:136
-#: ../../operation/servers/recon_view.php:95
-#: ../../godmode/servers/manage_recontask_form.php:241
-#: ../../godmode/servers/manage_recontask.php:287
-msgid "Network"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:67
-msgid "Format: IP/Mask"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:69
-msgid "Examples"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:76
-msgid "For example: Central Data Center"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:80
-msgid "Scan interval"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:80
-msgid "0 for manually scan"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:85
-msgid "Operator users"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_editor.php:85
-msgid ""
-"The list of users can manage the networks in the IPAM. Only the admin users "
-"can manage networks and edit the networks."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_massive.php:68
-msgid "Addresses"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_list.php:45
-msgid "No networks found"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_list.php:65
-msgid "IPs"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_list.php:66
-#: ../../enterprise/operation/services/services.service.php:135
-#: ../../enterprise/operation/services/services.list.php:322
-#: ../../extensions/agents_modules.php:56
-#: ../../extensions/agents_alerts.php:55
-#: ../../operation/agentes/group_view.php:58
-#: ../../operation/agentes/tactical.php:46
-msgid "Last update"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_list.php:107
-msgid "Edit network"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_list.php:111
-msgid "Delete network"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:43
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:44
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:52
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:53
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:54
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:55
-msgid "Example:"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:46
-msgid "Bit mask"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:46
-msgid "Net mask"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:48
-msgid "Mask format"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:50
-msgid "Mask"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:63
-msgid "Calculate"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:70
-msgid "Address field is empty"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:76
-msgid "Mask field is empty"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:94
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:109
-msgid "Incorrect address format"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:98
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:102
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:113
-msgid "Incorrect mask format"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:141
-msgid "Network mask"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:155
-msgid "Network wildcard"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:160
-msgid "Network address"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:165
-msgid "Broadcast address"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:170
-msgid "First valid IP"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:175
-msgid "Last valid IP"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_calculator.php:181
-msgid "Hosts/Net"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:84
-msgid "There is not an available IP."
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:87
-msgid "Next available IP Address is:"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:110
-msgid "Reserve this IP now"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:126
-msgid "Manage this IP now"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:167
-msgid "Operating system"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:177
-msgid "This agent has other IPs"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:186
-msgid "Generate events"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:210
-#: ../../include/ajax/events.php:299
-#: ../../operation/integria_incidents/incident.list.php:99
-msgid "Details"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:216
-#: ../../extensions/system_info.php:475
-msgid "Created"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:226
-msgid "Edited"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:236
-#: ../../operation/integria_incidents/incident.php:70
-msgid "Tracking"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:252
-msgid "Ping"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:269
-#: ../../include/ajax/events.php:157
-#, php-format
-msgid "Executing command: %s"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:276
-#: ../../include/ajax/events.php:164
-msgid "Execute again"
-msgstr ""
-
-#: ../../enterprise/extensions/ipam/ipam_ajax.php:294
-msgid "Ping to host"
-msgstr ""
-
-#: ../../enterprise/extensions/backup.php:63
-msgid "Backup"
-msgstr ""
-
-#: ../../enterprise/extensions/vmware.php:46
-msgid "VMware"
-msgstr ""
-
-#: ../../enterprise/extensions/resource_exportation/functions.php:19
-#: ../../extensions/resource_exportation.php:350
-#: ../../extensions/resource_exportation.php:353
-#: ../../operation/agentes/exportdata.php:332
-msgid "Export"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import/main.php:40
-#, php-format
-msgid "Created agent %s"
-msgstr ""
-
-#: ../../enterprise/extensions/csv_import_group.php:27
-msgid "CSV import group"
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:37
-#, php-format
-msgid "Error create '%s' policy, the name exist and there aren't free name."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:44
-#, php-format
-msgid ""
-"Warning create '%s' policy, the name exist, the policy have a name %s."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:51
-msgid "Error the policy haven't name."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:65
-#, php-format
-msgid "Success create '%s' policy."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:66
-#, php-format
-msgid "Error create '%s' policy."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:102
-#, php-format
-msgid "Success add '%s' agent."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:103
-#, php-format
-msgid "Error add '%s' agent."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:125
-#, php-format
-msgid "Success add '%s' collection."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:126
-#, php-format
-msgid "Error add '%s' collection."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:137
-msgid "Error add the module, haven't type."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:209
-#: ../../enterprise/extensions/resource_registration/functions.php:239
-#: ../../enterprise/extensions/resource_registration/functions.php:296
-#: ../../enterprise/extensions/resource_registration/functions.php:328
-msgid "Error add the module, error in tag component."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:368
-#, php-format
-msgid "Success add '%s' module."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:369
-#, php-format
-msgid "Error add '%s' module."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:379
-#, php-format
-msgid "Error add the alert, the template '%s' don't exist."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:387
-#, php-format
-msgid "Error add the alert, the module '%s' don't exist."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:399
-#, php-format
-msgid "Success add '%s' alert."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:400
-#, php-format
-msgid "Error add '%s' alert."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:416
-#, php-format
-msgid "Error add the alert, the action '%s' don't exist."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:428
-#, php-format
-msgid "Success add '%s' action."
-msgstr ""
-
-#: ../../enterprise/extensions/resource_registration/functions.php:429
-#: ../../extensions/resource_registration.php:328
-#: ../../extensions/resource_registration.php:349
-#: ../../extensions/resource_registration.php:359
-#, php-format
-msgid "Error add '%s' action."
-msgstr ""
-
-#: ../../enterprise/include/functions_alert_event.php:925
-msgid "Module alert"
-msgstr ""
-
-#: ../../enterprise/include/functions_inventory.php:54
-#: ../../enterprise/include/functions_inventory.php:493
-msgid "No changes found"
-msgstr ""
-
-#: ../../enterprise/include/functions_inventory.php:80
-msgid "Get CSV file"
-msgstr ""
-
-#: ../../enterprise/include/functions_inventory.php:165
-#: ../../operation/tree.php:264
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752
-msgid "No data found"
-msgstr ""
-
-#: ../../enterprise/include/functions_inventory.php:510
-#: ../../enterprise/include/functions_inventory.php:573
-#: ../../enterprise/include/functions_reporting_pdf.php:466
-#: ../../include/functions_reporting_html.php:692
-msgid "Added"
-msgstr ""
-
-#: ../../enterprise/include/functions_inventory.php:516
-#: ../../enterprise/include/functions_inventory.php:581
-#: ../../enterprise/include/functions_reporting_pdf.php:482
-#: ../../include/functions_filemanager.php:383
-#: ../../include/functions_reporting_html.php:701
-msgid "Deleted"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:141
-#: ../../enterprise/include/functions_update_manager.php:239
-#: ../../include/functions_update_manager.php:320
-#: ../../include/functions_update_manager.php:323
-msgid "Could not connect to internet"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:144
-#: ../../include/functions_update_manager.php:328
-#: ../../include/functions_update_manager.php:331
-msgid "Server not found."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:147
-#: ../../enterprise/include/functions_update_manager.php:249
-#, php-format
-msgid "There is a error: %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:161
-#, php-format
-msgid "There are %s updates, and the first to update is:"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:166
-msgid "Version number:"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:167
-#: ../../enterprise/include/functions_networkmap_enterprise.php:607
-msgid "Show details"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:174
-#: ../../include/functions_update_manager.php:350
-msgid "Update to the last version"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:189
-#: ../../include/functions_update_manager.php:353
-msgid "There is no update available."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:244
-#: ../../include/ajax/update_manager.ajax.php:390
-msgid "Fail to update to the last package."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:259
-#: ../../include/ajax/update_manager.ajax.php:398
-msgid "Starting to update to the last package."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:290
-#: ../../include/ajax/update_manager.ajax.php:73
-msgid "There was an error extracting the file '"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:307
-#: ../../include/ajax/update_manager.ajax.php:89
-msgid "The package was not extracted."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:351
-#: ../../include/ajax/update_manager.ajax.php:469
-msgid "progress"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:429
-#: ../../enterprise/include/functions_update_manager.php:433
-#: ../../enterprise/include/functions_update_manager.php:460
-#: ../../include/functions_update_manager.php:125
-#: ../../include/functions_update_manager.php:129
-#: ../../include/functions_update_manager.php:155
-#: ../../include/ajax/update_manager.ajax.php:168
-#: ../../include/ajax/update_manager.ajax.php:172
-#: ../../include/ajax/update_manager.ajax.php:199
-msgid "Some of your files might not be recovered."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:438
-#: ../../enterprise/include/functions_update_manager.php:454
-#: ../../include/functions_update_manager.php:133
-#: ../../include/functions_update_manager.php:149
-#: ../../include/ajax/update_manager.ajax.php:176
-#: ../../include/ajax/update_manager.ajax.php:193
-msgid "Some of your old files might not be recovered."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:475
-#: ../../include/functions_update_manager.php:170
-#: ../../include/ajax/update_manager.ajax.php:214
-msgid "An error ocurred while reading a file."
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:482
-#: ../../include/functions_update_manager.php:177
-#: ../../include/ajax/update_manager.ajax.php:221
-msgid "The package does not exist"
-msgstr ""
-
-#: ../../enterprise/include/functions_update_manager.php:488
-#: ../../include/functions_update_manager.php:183
-#: ../../include/ajax/update_manager.ajax.php:499
-msgid "The package is installed."
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:22
-msgid "You must change password"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:47
-msgid "OLD PASS: "
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:49
-msgid "NEW PASS: "
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:51
-msgid "CONFIRM: "
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:58
-msgid "Change"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:103
-msgid "User has been blocked. Try again in "
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:103
-msgid " minutes"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:227
-msgid "Password must be different from the "
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:227
-msgid " previous changes."
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:241
-msgid "Password must be different"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:251
-msgid "Password too short"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:262
-msgid "Password must contain numbers"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:274
-msgid "Password must contain symbols"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:294
-msgid "Invalid old password"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:318
-msgid "User pass successfully updated"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:319
-msgid "Error updating user pass (no change?)"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:327
-msgid "Password confirm does not match"
-msgstr ""
-
-#: ../../enterprise/include/functions_login.php:335
-msgid "Password empty"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:27
-#: ../../enterprise/include/functions_setup.php:55
-#: ../../enterprise/godmode/menu.php:149 ../../godmode/extensions.php:145
-msgid "Enterprise"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:33
-#: ../../enterprise/include/functions_setup.php:63
-#: ../../enterprise/godmode/menu.php:89
-#: ../../operation/agentes/datos_agente.php:172
-msgid "History database"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:37
-#: ../../enterprise/include/functions_setup.php:68
-msgid "Log collector"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:80
-msgid "Auto provisioning into Metaconsole"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:90
-msgid "URL Metaconsole Api"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:95
-msgid "Api pass"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:99
-msgid "Meta user"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:103
-msgid "Meta pass"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:107
-msgid "Metaconsole APi Online"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:109
-#: ../../enterprise/include/functions_setup.php:139
-msgid "Please click in the dot to re-check"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:115
-msgid "Pandora user"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:116
-msgid "Normally the admin user"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:120
-msgid "Pandora pass"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:124
-msgid "Public url console"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:125
-msgid "Without the index.php such as http://domain/pandora_url"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:131
-msgid "Register your node in metaconsole"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:133
-msgid "Register the node"
-msgstr ""
-
-#: ../../enterprise/include/functions_setup.php:138
-msgid "Status your node in metaconsole"
-msgstr ""
-
-#: ../../enterprise/include/functions_groups.php:47
-msgid "Metaconsole"
-msgstr ""
-
-#: ../../enterprise/include/functions_groups.php:75
-#: ../../enterprise/operation/agentes/ver_agente.php:190
-#: ../../enterprise/godmode/agentes/collections.php:181
-#: ../../operation/agentes/ver_agente.php:1022
-#: ../../godmode/agentes/configurar_agente.php:496
-msgid "Collection"
-msgstr ""
-
-#: ../../enterprise/include/functions_massive.php:15
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:290
-#: ../../include/functions_visual_map.php:1280
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168
-#: ../../godmode/massive/massive_add_tags.php:38
-#: ../../godmode/massive/massive_delete_tags.php:102
-#: ../../godmode/massive/massive_edit_modules.php:975
-#: ../../godmode/reporting/visual_console_builder.php:464
-msgid "No modules selected"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:135
-msgid "No description"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:241
-#: ../../enterprise/include/functions_backup.php:323
-msgid "Restoring a backup"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:243
-#: ../../enterprise/include/functions_backup.php:325
-msgid "Restoring a Pandora database backup must be done manually"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:244
-#: ../../enterprise/include/functions_backup.php:326
-msgid ""
-"It's a complex operation that needs human intervation to avoid system "
-"failures and data loosing"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:245
-#: ../../enterprise/include/functions_backup.php:327
-msgid "To restore the selected backup, please follow these steps"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:251
-#: ../../enterprise/include/functions_backup.php:333
-msgid "Open a root shell in your system located at "
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:255
-msgid "Connect to MySQL database using the following command"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:262
-msgid "Create a new database"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:275
-msgid "Restore the backup"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:283
-#: ../../enterprise/include/functions_backup.php:348
-msgid "Modify console configuration to use this new database"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:284
-#: ../../enterprise/include/functions_backup.php:349
-msgid "Open configuration file"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:288
-#: ../../enterprise/include/functions_backup.php:300
-#: ../../enterprise/include/functions_backup.php:353
-#: ../../enterprise/include/functions_backup.php:365
-msgid "Find"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:290
-#: ../../enterprise/include/functions_backup.php:303
-#: ../../enterprise/include/functions_backup.php:355
-#: ../../enterprise/include/functions_backup.php:368
-msgid "and replace with"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:297
-#: ../../enterprise/include/functions_backup.php:362
-msgid "Modify servers configuration to use this new database"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:298
-#: ../../enterprise/include/functions_backup.php:363
-msgid "Find servers configuration file and replace the following lines"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:310
-#: ../../enterprise/include/functions_backup.php:375
-msgid "Restart the servers and login again into the console"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:340
-msgid "Run import command using the following command"
-msgstr ""
-
-#: ../../enterprise/include/functions_backup.php:344
-msgid "Into your destination database."
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:456
-#: ../../enterprise/include/functions_policies.php:471
-#: ../../include/functions_alerts.php:382
-msgid "copy"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3029
-msgid "Policy linkation"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3034
-msgid "Module linked"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3036
-#: ../../enterprise/include/functions_policies.php:3046
-msgid "Unlink from policy"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3039
-msgid "Module unlinked"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3041
-#: ../../enterprise/include/functions_policies.php:3051
-msgid "Relink to policy"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3044
-msgid "Module pending to link"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3044
-#: ../../godmode/agentes/module_manager_editor.php:344
-msgid "Module will be linked in the next application"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3049
-msgid "Module pending to unlink"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3049
-#: ../../godmode/agentes/module_manager_editor.php:352
-msgid "Module will be unlinked in the next application"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3197
-#: ../../enterprise/godmode/policies/configure_policy.php:38
-#: ../../operation/gis_maps/render_view.php:107
-#: ../../operation/agentes/estado_agente.php:132 ../../godmode/menu.php:220
-#: ../../godmode/menu.php:227 ../../godmode/agentes/configurar_agente.php:268
-#: ../../godmode/agentes/configurar_agente.php:493
-msgid "Setup"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3215
-#: ../../enterprise/godmode/menu.php:53
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225
-msgid "Inventory modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3234
-#: ../../enterprise/godmode/policies/policies.php:347
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:37
-msgid "External alerts"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3244
-#: ../../enterprise/godmode/policies/policy_linking.php:122
-#: ../../enterprise/godmode/policies/policies.php:331
-msgid "Linking"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3253
-#: ../../enterprise/godmode/menu.php:43
-#: ../../enterprise/godmode/agentes/collections.data.php:42
-#: ../../enterprise/godmode/agentes/collections.editor.php:50
-#: ../../enterprise/godmode/policies/policies.php:335
-#: ../../enterprise/godmode/policies/policy_collections.php:29
-#: ../../enterprise/godmode/policies/policy_collections.php:173
-#: ../../general/firts_task/collections.php:25
-msgid "Collections"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3262
-#: ../../enterprise/godmode/policies/policy.php:46
-#: ../../enterprise/godmode/policies/policies.php:351
-msgid "Queue"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3280
-#: ../../enterprise/godmode/agentes/configurar_agente.php:49
-#: ../../enterprise/godmode/policies/policy.php:54
-#: ../../godmode/agentes/configurar_agente.php:504
-msgid "Agent plugins"
-msgstr ""
-
-#: ../../enterprise/include/functions_policies.php:3743
-msgid "Create a new policy map"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:34
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:88
-msgid "Wizard SLA"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:37
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73
-msgid "Global"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:40
-msgid "Advance options"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:58
-msgid "Templates list"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:84
-msgid "Templates Wizard"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:580
-#: ../../enterprise/include/functions_reporting_csv.php:112
-#: ../../include/functions_reports.php:591
-#: ../../include/functions_reporting.php:3754
-msgid "Availability"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:581
-msgid "Availability item created from wizard."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1128
-#: ../../enterprise/include/functions_reporting.php:1603
-#: ../../enterprise/include/functions_reporting.php:1747
-#: ../../enterprise/include/functions_reporting_pdf.php:1673
-msgid "Inside limits"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1129
-#: ../../enterprise/include/functions_reporting.php:1608
-#: ../../enterprise/include/functions_reporting.php:1748
-#: ../../enterprise/include/functions_reporting_pdf.php:1674
-msgid "On the edge"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1130
-#: ../../enterprise/include/functions_reporting.php:1612
-#: ../../enterprise/include/functions_reporting.php:1749
-#: ../../enterprise/include/functions_reporting_pdf.php:1675
-#: ../../include/functions_graph.php:1906
-#: ../../include/functions_graph.php:1953
-#: ../../include/graphs/functions_gd.php:165
-#: ../../include/graphs/functions_gd.php:256
-msgid "Out of limits"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1153
-#: ../../enterprise/include/functions_reporting_pdf.php:1699
-msgid "January"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1156
-#: ../../enterprise/include/functions_reporting_pdf.php:1702
-msgid "February"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1159
-#: ../../enterprise/include/functions_reporting_pdf.php:1705
-msgid "March"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1162
-#: ../../enterprise/include/functions_reporting_pdf.php:1708
-msgid "April"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1165
-#: ../../enterprise/include/functions_reporting_pdf.php:1711
-msgid "May"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1168
-#: ../../enterprise/include/functions_reporting_pdf.php:1714
-msgid "June"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1171
-#: ../../enterprise/include/functions_reporting_pdf.php:1717
-msgid "July"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1174
-#: ../../enterprise/include/functions_reporting_pdf.php:1720
-msgid "August"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1177
-#: ../../enterprise/include/functions_reporting_pdf.php:1723
-msgid "September"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1180
-#: ../../enterprise/include/functions_reporting_pdf.php:1726
-msgid "October"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1183
-#: ../../enterprise/include/functions_reporting_pdf.php:1729
-msgid "November"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1186
-#: ../../enterprise/include/functions_reporting_pdf.php:1732
-msgid "December"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1203
-#: ../../enterprise/include/functions_reporting.php:2239
-#: ../../enterprise/include/functions_reporting_pdf.php:1599
-#: ../../enterprise/include/functions_reporting_pdf.php:1746
-#: ../../include/functions_reporting_html.php:322
-msgid "Max/Min Values"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1204
-#: ../../enterprise/include/functions_reporting.php:2240
-#: ../../enterprise/include/functions_reporting.php:3052
-#: ../../enterprise/include/functions_reporting.php:3354
-#: ../../enterprise/include/functions_reporting_pdf.php:1600
-#: ../../enterprise/include/functions_reporting_pdf.php:1747
-#: ../../enterprise/include/functions_reporting_pdf.php:1957
-#: ../../include/functions_reporting_html.php:323
-msgid "SLA Limit"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1204
-#: ../../enterprise/include/functions_reporting.php:1293
-#: ../../enterprise/include/functions_reporting.php:1784
-#: ../../enterprise/include/functions_reporting.php:2241
-#: ../../enterprise/include/functions_reporting.php:3053
-#: ../../enterprise/include/functions_reporting.php:3355
-#: ../../enterprise/include/functions_reporting_pdf.php:1601
-#: ../../enterprise/include/functions_reporting_pdf.php:1747
-#: ../../enterprise/include/functions_reporting_pdf.php:1846
-#: ../../enterprise/include/functions_reporting_pdf.php:1958
-#: ../../include/functions_reporting_html.php:324
-msgid "SLA Compliance"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1215
-#: ../../enterprise/include/functions_reporting.php:2258
-#: ../../enterprise/include/functions_reporting.php:3079
-#: ../../enterprise/include/functions_reporting.php:3413
-#: ../../enterprise/include/functions_reporting_csv.php:621
-#: ../../enterprise/include/functions_reporting_pdf.php:1627
-#: ../../enterprise/include/functions_reporting_pdf.php:1764
-#: ../../enterprise/include/functions_reporting_pdf.php:1985
-#: ../../include/functions_reporting_html.php:356
-#: ../../include/functions_config.php:493
-#: ../../include/functions_config.php:1356
-msgid "Fail"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1237
-#: ../../enterprise/include/functions_reporting.php:1792
-#: ../../enterprise/include/functions_reporting_pdf.php:1782
-msgid "SLA Compliance per days"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1290
-#: ../../enterprise/include/functions_reporting_pdf.php:1840
-msgid "Summary of SLA Failures"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1292
-#: ../../enterprise/include/functions_reporting.php:1783
-#: ../../enterprise/include/functions_reporting_pdf.php:1844
-msgid "Day"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1332
-#: ../../enterprise/include/functions_reporting.php:1685
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112
-#: ../../include/functions_reports.php:539
-msgid "Monthly S.L.A."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1394
-#: ../../enterprise/include/functions_reporting.php:1739
-#: ../../enterprise/include/functions_reporting.php:3143
-#: ../../enterprise/include/functions_reporting.php:3149
-#: ../../include/functions_reporting.php:492
-msgid "There are no SLAs defined"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1526
-#: ../../include/functions_reporting.php:617
-msgid ""
-"This item is affected by a malformed planned downtime. Go to the planned "
-"downtimes section to solve this."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1786
-msgid "Summary of SLA Fails"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1893
-#: ../../enterprise/include/functions_reporting.php:2008
-#: ../../enterprise/include/functions_reporting.php:3183
-#: ../../enterprise/include/functions_reporting_pdf.php:2336
-#: ../../include/functions_reporting_html.php:2976
-msgid "This SLA has been affected by the following planned downtimes"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1898
-#: ../../enterprise/include/functions_reporting.php:2012
-#: ../../enterprise/include/functions_reporting.php:3187
-#: ../../enterprise/include/functions_reporting_pdf.php:2340
-#: ../../include/functions_reporting_html.php:2980
-#: ../../godmode/agentes/planned_downtime.editor.php:487
-#: ../../godmode/agentes/planned_downtime.list.php:393
-msgid "Execution"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1899
-#: ../../enterprise/include/functions_reporting.php:2013
-#: ../../enterprise/include/functions_reporting.php:3188
-#: ../../enterprise/include/functions_reporting_pdf.php:2341
-#: ../../include/functions_reporting_html.php:2981
-msgid "Dates"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1934
-#: ../../enterprise/include/functions_reporting.php:2045
-#: ../../enterprise/include/functions_reporting.php:3220
-#: ../../include/functions_reporting.php:8434
-msgid "Weekly:"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1937
-#: ../../enterprise/include/functions_reporting.php:2048
-#: ../../enterprise/include/functions_reporting.php:3223
-#: ../../enterprise/godmode/alerts/alert_events.php:431
-#: ../../include/functions_reporting.php:8437 ../../include/functions.php:885
-#: ../../godmode/alerts/configure_alert_template.php:517
-#: ../../godmode/alerts/alert_view.php:208
-#: ../../godmode/agentes/planned_downtime.editor.php:538
-msgid "Mon"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1941
-#: ../../enterprise/include/functions_reporting.php:2052
-#: ../../enterprise/include/functions_reporting.php:3227
-#: ../../enterprise/godmode/alerts/alert_events.php:433
-#: ../../include/functions_reporting.php:8441 ../../include/functions.php:887
-#: ../../godmode/alerts/configure_alert_template.php:519
-#: ../../godmode/alerts/alert_view.php:209
-#: ../../godmode/agentes/planned_downtime.editor.php:541
-msgid "Tue"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1945
-#: ../../enterprise/include/functions_reporting.php:2056
-#: ../../enterprise/include/functions_reporting.php:3231
-#: ../../enterprise/godmode/alerts/alert_events.php:435
-#: ../../include/functions_reporting.php:8445 ../../include/functions.php:889
-#: ../../godmode/alerts/configure_alert_template.php:521
-#: ../../godmode/alerts/alert_view.php:210
-#: ../../godmode/agentes/planned_downtime.editor.php:544
-msgid "Wed"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1949
-#: ../../enterprise/include/functions_reporting.php:2060
-#: ../../enterprise/include/functions_reporting.php:3235
-#: ../../enterprise/godmode/alerts/alert_events.php:437
-#: ../../include/functions_reporting.php:8449 ../../include/functions.php:891
-#: ../../godmode/alerts/configure_alert_template.php:523
-#: ../../godmode/alerts/alert_view.php:211
-#: ../../godmode/agentes/planned_downtime.editor.php:547
-msgid "Thu"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1953
-#: ../../enterprise/include/functions_reporting.php:2064
-#: ../../enterprise/include/functions_reporting.php:3239
-#: ../../enterprise/godmode/alerts/alert_events.php:439
-#: ../../include/functions_reporting.php:8453 ../../include/functions.php:893
-#: ../../godmode/alerts/configure_alert_template.php:525
-#: ../../godmode/alerts/alert_view.php:212
-#: ../../godmode/agentes/planned_downtime.editor.php:550
-msgid "Fri"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1957
-#: ../../enterprise/include/functions_reporting.php:2068
-#: ../../enterprise/include/functions_reporting.php:3243
-#: ../../enterprise/godmode/alerts/alert_events.php:441
-#: ../../include/functions_reporting.php:8457 ../../include/functions.php:895
-#: ../../godmode/alerts/configure_alert_template.php:527
-#: ../../godmode/alerts/alert_view.php:213
-#: ../../godmode/agentes/planned_downtime.editor.php:553
-msgid "Sat"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1961
-#: ../../enterprise/include/functions_reporting.php:2072
-#: ../../enterprise/include/functions_reporting.php:3247
-#: ../../enterprise/godmode/alerts/alert_events.php:443
-#: ../../include/functions_reporting.php:8461 ../../include/functions.php:897
-#: ../../godmode/alerts/configure_alert_template.php:529
-#: ../../godmode/alerts/alert_view.php:214
-#: ../../godmode/agentes/planned_downtime.editor.php:556
-msgid "Sun"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1968
-#: ../../enterprise/include/functions_reporting.php:2079
-#: ../../enterprise/include/functions_reporting.php:3254
-#: ../../include/functions_reporting.php:8468
-msgid "Monthly:"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1969
-#: ../../enterprise/include/functions_reporting.php:2080
-#: ../../enterprise/include/functions_reporting.php:3255
-#: ../../include/functions_reporting.php:8469
-msgid "From day"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:1970
-#: ../../enterprise/include/functions_reporting.php:2081
-#: ../../enterprise/include/functions_reporting.php:3256
-#: ../../include/functions_reporting.php:8470
-msgid "To day"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:2107
-#: ../../enterprise/include/functions_reporting.php:3282
-#: ../../enterprise/include/functions_reporting_pdf.php:2380
-#: ../../include/functions_reporting_html.php:3022
-msgid "This item is affected by a malformed planned downtime"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:2108
-#: ../../enterprise/include/functions_reporting.php:3283
-#: ../../enterprise/include/functions_reporting_pdf.php:2381
-#: ../../include/functions_reporting_html.php:3023
-msgid "Go to the planned downtimes section to solve this"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:2644
-#: ../../enterprise/include/functions_reporting.php:3107
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114
-#: ../../include/functions_reports.php:543
-msgid "Services S.L.A."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:2666
-msgid "There are no SLAs defined."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:2780
-#: ../../enterprise/include/functions_reporting.php:3398
-#: ../../enterprise/include/functions_services.php:1216
-#: ../../enterprise/include/functions_services.php:1218
-#: ../../enterprise/include/functions_services.php:1239
-#: ../../enterprise/include/functions_services.php:1240
-#: ../../enterprise/include/functions_services.php:1242
-#: ../../enterprise/include/functions_services.php:1276
-#: ../../enterprise/include/functions_services.php:1278
-msgid "Nonexistent"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:3051
-#: ../../enterprise/include/functions_reporting.php:3353
-#: ../../enterprise/include/functions_services.php:1458
-#: ../../enterprise/include/functions_reporting_pdf.php:1956
-#: ../../enterprise/include/functions_visual_map.php:416
-#: ../../enterprise/include/functions_visual_map_editor.php:17
-#: ../../enterprise/include/functions_visual_map_editor.php:24
-#: ../../enterprise/include/functions_visual_map_editor.php:47
-#: ../../enterprise/godmode/services/services.elements.php:318
-#: ../../enterprise/godmode/services/services.elements.php:359
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1355
-msgid "Service"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:3935
-#: ../../enterprise/include/functions_reporting.php:4318
-#, php-format
-msgid "Graph agents(%s) - %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:4690
-#: ../../enterprise/include/functions_reporting.php:4740
-msgid "Template editor"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:4694
-#: ../../enterprise/include/functions_reporting.php:4744
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143
-#: ../../operation/reporting/reporting_viewer.php:90
-#: ../../godmode/reporting/reporting_builder.php:1832
-msgid "Item editor"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting.php:4754
-msgid "Get PDF file"
-msgstr ""
-
-#: ../../enterprise/include/functions_enterprise.php:276
-msgid "Tree view by tags"
-msgstr ""
-
-#: ../../enterprise/include/functions_dashboard.php:369
-#, php-format
-msgid "Copy of %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:135
-#: ../../include/functions_reporting.php:1372
-msgid "Inventory Changes"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:147
-#: ../../enterprise/operation/menu.php:19
-#: ../../enterprise/operation/snmpconsole/snmp_view.php:24
-#: ../../enterprise/operation/agentes/ver_agente.php:174
-#: ../../enterprise/operation/inventory/inventory.php:112
-#: ../../enterprise/godmode/agentes/configurar_agente.php:33
-#: ../../include/functions_reports.php:620
-#: ../../include/functions_reports.php:621
-#: ../../include/functions_reports.php:623
-#: ../../include/functions_reporting.php:1435
-#: ../../operation/agentes/ver_agente.php:1019
-#: ../../godmode/agentes/configurar_agente.php:500
-msgid "Inventory"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:159
-#: ../../include/functions_reports.php:549
-msgid "Prediction date"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:175
-#: ../../include/functions_reporting.php:3253
-msgid "Projection Graph"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:186
-#: ../../enterprise/include/functions_reporting_csv.php:234
-#: ../../enterprise/include/functions_reporting_csv.php:255
-#: ../../enterprise/include/functions_reporting_csv.php:312
-#: ../../enterprise/include/functions_reporting_csv.php:572
-#: ../../enterprise/include/functions_services.php:1428
-#: ../../enterprise/include/functions_reporting_pdf.php:944
-#: ../../enterprise/include/functions_reporting_pdf.php:950
-#: ../../enterprise/operation/agentes/policy_view.php:308
-#: ../../enterprise/godmode/agentes/collections.data.php:62
-#: ../../enterprise/godmode/agentes/collections.data.php:101
-#: ../../enterprise/godmode/agentes/collections.data.php:136
-#: ../../enterprise/godmode/agentes/collections.data.php:152
-#: ../../enterprise/godmode/agentes/collections.data.php:167
-#: ../../enterprise/godmode/agentes/collections.data.php:189
-#: ../../enterprise/godmode/agentes/collections.data.php:212
-#: ../../enterprise/godmode/agentes/collections.data.php:233
-#: ../../enterprise/godmode/agentes/collections.data.php:252
-#: ../../enterprise/godmode/agentes/collections.editor.php:39
-#: ../../mobile/operation/modules.php:524
-#: ../../mobile/operation/modules.php:578
-#: ../../mobile/operation/modules.php:648 ../../extensions/insert_data.php:164
-#: ../../extensions/insert_data.php:165 ../../include/functions_graph.php:3025
-#: ../../include/functions_reporting.php:2217
-#: ../../include/functions_reporting.php:2231
-#: ../../include/functions_netflow.php:310
-#: ../../include/functions_reporting_html.php:1194
-#: ../../include/functions_reporting_html.php:1198
-#: ../../include/ajax/module.php:714 ../../operation/search_modules.php:53
-#: ../../operation/agentes/exportdata.php:98
-#: ../../operation/agentes/gis_view.php:194
-#: ../../operation/agentes/exportdata.excel.php:76
-#: ../../operation/agentes/exportdata.csv.php:77
-#: ../../operation/agentes/status_monitor.php:964
-msgid "Data"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:200
-msgid "Serialized data "
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:224
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45
-#: ../../include/functions_reports.php:577
-#: ../../include/functions_reporting.php:1598
-msgid "Exception"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:246
-#: ../../include/functions_reporting.php:829
-#: ../../operation/snmpconsole/snmp_statistics.php:127
-#: ../../operation/snmpconsole/snmp_statistics.php:185
-#, php-format
-msgid "Top %d"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:267
-#: ../../include/functions_reporting.php:2022
-msgid "Group Report"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:275
-#: ../../enterprise/include/functions_reporting_csv.php:338
-#: ../../enterprise/include/functions_reporting_csv.php:361
-#: ../../enterprise/include/functions_reporting_csv.php:384
-#: ../../enterprise/include/functions_reporting_csv.php:407
-#: ../../enterprise/include/functions_reporting_csv.php:458
-#: ../../enterprise/include/functions_reporting_csv.php:481
-#: ../../enterprise/include/functions_reporting_csv.php:504
-#: ../../enterprise/include/functions_reporting_csv.php:527
-#: ../../enterprise/include/functions_reporting_csv.php:550
-msgid "Report type"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:276
-#: ../../mobile/operation/groups.php:99
-#: ../../include/functions_reporting.php:5598
-#: ../../include/functions_reporting_html.php:2629
-#: ../../operation/tree.php:271 ../../godmode/db/db_main.php:99
-msgid "Total agents"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:277
-msgid "Uknown agents"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:278
-#: ../../operation/tree.php:272
-msgid "Total modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:279
-#: ../../mobile/operation/groups.php:115 ../../operation/tree.php:302
-msgid "Normal modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:280
-#: ../../mobile/operation/groups.php:123 ../../operation/tree.php:282
-msgid "Critical modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:281
-#: ../../mobile/operation/groups.php:119 ../../operation/tree.php:287
-msgid "Warning modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:282
-#: ../../mobile/operation/groups.php:107 ../../operation/tree.php:292
-msgid "Unknown modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:283
-#: ../../mobile/operation/groups.php:111 ../../operation/tree.php:297
-msgid "Not init modules"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:284
-#: ../../include/functions_reporting.php:5439
-msgid "Defined alerts"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:285
-#: ../../include/functions_graph.php:1745
-#: ../../include/functions_reporting.php:5443
-#: ../../include/functions_reporting.php:5464 ../../operation/tree.php:276
-#: ../../operation/tree.php:277 ../../operation/tree.php:278
-msgid "Fired alerts"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:286
-msgid "Last 8 hours events"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:289
-#: ../../include/functions_reports.php:575
-msgid "Group report"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:330
-#: ../../enterprise/include/functions_reporting_csv.php:341
-#: ../../include/functions_reports.php:531
-#: ../../include/functions_reporting.php:3500
-msgid "MTTR"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:338
-#: ../../enterprise/include/functions_reporting_csv.php:361
-#: ../../enterprise/include/functions_reporting_csv.php:384
-#: ../../enterprise/include/functions_reporting_csv.php:407
-#: ../../enterprise/include/functions_reporting_csv.php:458
-#: ../../enterprise/include/functions_reporting_csv.php:481
-#: ../../enterprise/include/functions_reporting_csv.php:504
-#: ../../enterprise/include/functions_reporting_csv.php:527
-#: ../../enterprise/include/functions_reporting_csv.php:595
-#: ../../enterprise/include/functions_reporting_pdf.php:745
-#: ../../enterprise/include/functions_reporting_pdf.php:806
-#: ../../enterprise/include/functions_reporting_pdf.php:898
-#: ../../enterprise/operation/services/services.service.php:128
-#: ../../enterprise/operation/services/services.list.php:318
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1542
-#: ../../include/functions_graph.php:4981
-#: ../../include/functions_snmp_browser.php:406
-#: ../../include/functions_reporting_html.php:407
-#: ../../include/functions_reporting_html.php:939
-#: ../../include/functions_reporting_html.php:1764
-#: ../../include/functions_reporting_html.php:2267
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:75
-#: ../../godmode/alerts/configure_alert_template.php:594
-#: ../../godmode/agentes/module_manager_editor_common.php:580
-#: ../../godmode/setup/setup_visuals.php:565
-#: ../../godmode/massive/massive_edit_modules.php:482
-#: ../../godmode/reporting/visual_console_builder.wizard.php:194
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1163
-msgid "Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:353
-#: ../../enterprise/include/functions_reporting_csv.php:364
-#: ../../include/functions_reports.php:529
-#: ../../include/functions_reporting.php:3503
-msgid "MTBF"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:376
-#: ../../enterprise/include/functions_reporting_csv.php:387
-#: ../../include/functions_reports.php:527
-#: ../../include/functions_reporting.php:3506
-msgid "TTO"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:399
-#: ../../enterprise/include/functions_reporting_csv.php:410
-#: ../../include/functions_reports.php:525
-#: ../../include/functions_reporting.php:3509
-msgid "TTRT"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:420
-#: ../../enterprise/godmode/reporting/mysql_builder.php:142
-#: ../../include/functions_reporting.php:3663
-msgid "SQL"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:431
-msgid "Illegal query or any other error"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:450
-#: ../../enterprise/include/functions_reporting_csv.php:461
-#: ../../include/functions_reports.php:566
-#: ../../include/functions_reporting.php:3497
-#: ../../include/functions_reporting.php:4224
-msgid "Summatory"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:473
-#: ../../enterprise/include/functions_reporting_csv.php:484
-#: ../../enterprise/godmode/modules/configure_local_component.php:268
-#: ../../include/functions_graph.php:692
-#: ../../include/functions_graph.php:3521
-#: ../../include/functions_reports.php:560
-#: ../../include/functions_reporting.php:3491
-#: ../../godmode/agentes/module_manager_editor_common.php:372
-#: ../../godmode/modules/manage_network_components_form_common.php:148
-msgid "Min. Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:496
-#: ../../enterprise/include/functions_reporting_csv.php:507
-#: ../../enterprise/godmode/modules/configure_local_component.php:273
-#: ../../include/functions_graph.php:690
-#: ../../include/functions_graph.php:3520
-#: ../../include/functions_reports.php:558
-#: ../../include/functions_reporting.php:3488
-#: ../../godmode/agentes/module_manager_editor_common.php:376
-#: ../../godmode/modules/manage_network_components_form_common.php:150
-msgid "Max. Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:519
-#: ../../enterprise/include/functions_reporting_csv.php:530
-#: ../../include/functions_reporting.php:3494
-msgid "AVG. Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:542
-#: ../../enterprise/include/functions_reporting_csv.php:553
-#: ../../include/functions_reporting.php:2991
-msgid "Monitor Report"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:550
-msgid "% OK"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:550
-msgid "% Wrong"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:564
-msgid "Simple Graph"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:586
-#: ../../enterprise/godmode/services/services.service.php:290
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:111
-#: ../../include/functions_reports.php:536
-#: ../../include/functions_reporting.php:459
-msgid "S.L.A."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:595
-msgid "% Limit"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:635
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271
-#: ../../operation/search_reports.php:38
-#: ../../operation/reporting/custom_reporting.php:38
-#: ../../godmode/reporting/reporting_builder.php:535
-msgid "Report name"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:637
-#: ../../enterprise/include/functions_reporting_pdf.php:2079
-#: ../../enterprise/include/functions_netflow_pdf.php:157
-msgid "Generated"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_csv.php:661
-#: ../../include/functions.php:215
-msgid "."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:23
-msgid "Service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:30
-msgid "Module store the service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:35
-msgid "Module store SLA service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:41
-msgid "Agent store the service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:47
-msgid "Agent store SLA service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:57
-msgid "Alert critical SLA service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:68
-msgid "Alert warning service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:79
-msgid "Alert critical service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:90
-msgid "Alert unknown service does not exist."
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:328
-#, php-format
-msgid "Module automatic create for the service %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1261
-msgid "Critical (Alert)"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1271
-msgid "Unknow"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1391
-msgid "There are no service elements defined"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1417
-msgid "Weight Critical"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1418
-msgid "Weight Warning"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1419
-msgid "Weight Unknown"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1420
-msgid "Weight Ok"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1446
-#: ../../enterprise/include/functions_services.php:1461
-#: ../../enterprise/include/functions_services.php:1496
-msgid "Nonexistent. This element should be deleted"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1569
-#: ../../include/functions_ui.php:3646
+#: ../../operation/agentes/status_monitor.php:1362
+#: ../../operation/agentes/status_monitor.php:1369
+#: ../../mobile/operation/modules.php:610
+#: ../../mobile/operation/modules.php:617 ../../include/functions_ui.php:3684
+#: ../../include/functions_ui.php:3691
+#: ../../include/functions_treeview.php:279
+#: ../../include/functions_treeview.php:286
msgid "Snapshot view"
msgstr ""
-#: ../../enterprise/include/functions_services.php:1614
-#: ../../enterprise/include/functions_services.php:1619
-#: ../../enterprise/include/functions_services.php:1623
-#: ../../enterprise/operation/agentes/policy_view.php:378
-#: ../../enterprise/operation/agentes/policy_view.php:382
-#: ../../enterprise/operation/agentes/policy_view.php:386
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651
-#: ../../mobile/operation/modules.php:454
-#: ../../mobile/operation/modules.php:459
-#: ../../mobile/operation/modules.php:464
-#: ../../include/functions_modules.php:1853
-#: ../../include/functions_modules.php:1857
-#: ../../include/functions_modules.php:1861
-#: ../../operation/search_modules.php:124
-#: ../../operation/search_modules.php:131
-#: ../../operation/search_modules.php:138
-#: ../../operation/agentes/status_monitor.php:1139
-#: ../../operation/agentes/status_monitor.php:1144
-#: ../../operation/agentes/status_monitor.php:1149
-msgid "Last status"
+#: ../../operation/agentes/status_monitor.php:1443
+msgid "This group doesn't have any monitor"
msgstr ""
-#: ../../enterprise/include/functions_services.php:1647
-#: ../../enterprise/godmode/services/services.elements.php:133
-msgid "Edit service elements"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1661
-msgid "Delete service element"
-msgstr ""
-
-#: ../../enterprise/include/functions_services.php:1703
-msgid "FAIL"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:51
-#: ../../enterprise/include/functions_netflow_pdf.php:45
-msgid "Automated Pandora FMS report for user defined report"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:601
-#: ../../include/functions_reporting_html.php:848
-#, php-format
-msgid "%s in %s : NORMAL"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:609
-#: ../../include/functions_reporting_html.php:856
-#, php-format
-msgid "%s in %s : CRITICAL"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:617
-#: ../../include/functions_reporting_html.php:864
-#, php-format
-msgid "%s in %s : WARNING"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:625
-#: ../../include/functions_reporting_html.php:872
-#, php-format
-msgid "%s in %s : UNKNOWN"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:633
-#: ../../include/functions_reporting_html.php:880
-#, php-format
-msgid "%s in %s : ALERTS FIRED"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:702
-#: ../../include/functions_reporting_html.php:1053
-#: ../../godmode/servers/manage_recontask_form.php:250
-msgid "Defined"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:703
-#: ../../enterprise/include/functions_reporting_pdf.php:1037
-#: ../../enterprise/include/functions_reporting_pdf.php:1081
-#: ../../enterprise/include/functions_reporting_pdf.php:1126
-#: ../../mobile/operation/alerts.php:38
-#: ../../include/functions_reporting_html.php:1055
-#: ../../include/functions_reporting_html.php:1322
-#: ../../include/functions_reporting_html.php:1360
-#: ../../include/functions_reporting_html.php:1396
-#: ../../operation/snmpconsole/snmp_view.php:162
-#: ../../operation/snmpconsole/snmp_view.php:821
-#: ../../operation/agentes/alerts_status.functions.php:74
-msgid "Fired"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:718
-#: ../../include/functions_reporting_html.php:1068
-#, php-format
-msgid "Last %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:773
-#: ../../enterprise/include/functions_reporting_pdf.php:865
-#: ../../enterprise/include/functions_reporting_pdf.php:921
-#: ../../enterprise/include/functions_reporting_pdf.php:1914
-#: ../../include/functions_reporting_html.php:447
-#: ../../include/functions_reporting_html.php:980
-#: ../../include/functions_reporting_html.php:1715
-#: ../../include/functions_reporting_html.php:1843
-msgid "Min Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:774
-#: ../../enterprise/include/functions_reporting_pdf.php:866
-#: ../../enterprise/include/functions_reporting_pdf.php:922
-#: ../../enterprise/include/functions_reporting_pdf.php:1915
-#: ../../include/functions_reporting_html.php:448
-#: ../../include/functions_reporting_html.php:981
-#: ../../include/functions_reporting_html.php:1716
-#: ../../include/functions_reporting_html.php:1844
-msgid "Average Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:775
-#: ../../enterprise/include/functions_reporting_pdf.php:867
-#: ../../enterprise/include/functions_reporting_pdf.php:923
-#: ../../enterprise/include/functions_reporting_pdf.php:1916
-#: ../../include/functions_reporting_html.php:449
-#: ../../include/functions_reporting_html.php:982
-#: ../../include/functions_reporting_html.php:1718
-#: ../../include/functions_reporting_html.php:1846
-msgid "Max Value"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1035
-#: ../../enterprise/include/functions_reporting_pdf.php:1079
-#: ../../enterprise/include/functions_reporting_pdf.php:1124
-#: ../../enterprise/operation/agentes/policy_view.php:195
-#: ../../enterprise/godmode/policies/policy_alerts.php:239
-#: ../../enterprise/godmode/policies/policy_alerts.php:438
-#: ../../mobile/operation/alerts.php:270
-#: ../../extensions/agents_alerts.php:343
-#: ../../include/functions_treeview.php:287
-#: ../../include/functions_reporting_html.php:1320
-#: ../../include/functions_reporting_html.php:1358
-#: ../../include/functions_reporting_html.php:1394
-#: ../../operation/agentes/alerts_status.php:421
-#: ../../operation/agentes/alerts_status.php:461
-#: ../../operation/agentes/alerts_status.php:494
-#: ../../operation/agentes/alerts_status.php:527
-#: ../../operation/servers/recon_view.php:101
-#: ../../operation/search_alerts.php:45
-#: ../../godmode/alerts/alert_list.list.php:400
-#: ../../godmode/alerts/alert_view.php:75
-#: ../../godmode/alerts/alert_list.builder.php:83
-msgid "Template"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1176
-#: ../../enterprise/include/functions_reporting_pdf.php:1456
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143
-#: ../../include/functions_reporting_html.php:616
-#: ../../include/functions_reporting_html.php:1094
-#: ../../operation/snmpconsole/snmp_view.php:508
-msgid "Count"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1197
-#: ../../enterprise/include/functions_reporting_pdf.php:1345
-#: ../../enterprise/include/functions_reporting_pdf.php:1480
-#: ../../mobile/operation/events.php:242
-#: ../../include/functions_reporting.php:4765
-#: ../../include/functions_reporting.php:4879
-#: ../../include/functions_reporting.php:5008
-#: ../../include/functions_reporting_html.php:502
-#: ../../include/functions_reporting_html.php:635
-#: ../../include/functions_reporting_html.php:1114
-#: ../../include/functions_events.php:913
-#: ../../include/functions_events.php:2397 ../../include/ajax/events.php:446
-#: ../../operation/events/events.build_table.php:203
-msgid "New event"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1201
-#: ../../enterprise/include/functions_reporting_pdf.php:1349
-#: ../../enterprise/include/functions_reporting_pdf.php:1484
-#: ../../mobile/operation/events.php:246
-#: ../../include/functions_reporting.php:4769
-#: ../../include/functions_reporting.php:4883
-#: ../../include/functions_reporting.php:5012
-#: ../../include/functions_reporting_html.php:506
-#: ../../include/functions_reporting_html.php:639
-#: ../../include/functions_reporting_html.php:1118
-#: ../../include/functions_events.php:917
-#: ../../include/functions_events.php:2401 ../../include/ajax/events.php:450
-#: ../../operation/events/events.build_table.php:207
-#: ../../operation/events/events.php:591 ../../operation/events/events.php:620
-#: ../../operation/events/events.php:621 ../../operation/events/events.php:841
-#: ../../operation/events/events.php:846 ../../operation/events/events.php:847
-msgid "Event validated"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1205
-#: ../../enterprise/include/functions_reporting_pdf.php:1353
-#: ../../enterprise/include/functions_reporting_pdf.php:1488
-#: ../../mobile/operation/events.php:250
-#: ../../include/functions_reporting.php:4773
-#: ../../include/functions_reporting.php:4887
-#: ../../include/functions_reporting.php:5016
-#: ../../include/functions_reporting_html.php:510
-#: ../../include/functions_reporting_html.php:643
-#: ../../include/functions_reporting_html.php:1122
-#: ../../include/functions_events.php:921
-#: ../../include/functions_events.php:2405 ../../include/ajax/events.php:454
-#: ../../operation/events/events.build_table.php:211
-#: ../../operation/events/events.php:653 ../../operation/events/events.php:691
-#: ../../operation/events/events.php:692 ../../operation/events/events.php:851
-#: ../../operation/events/events.php:865 ../../operation/events/events.php:866
-msgid "Event in process"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1325
-#: ../../enterprise/include/functions_reporting_pdf.php:1460
-#: ../../include/functions_reporting.php:4735
-#: ../../include/functions_reporting_html.php:486
-#: ../../include/functions_reporting_html.php:1098
-msgid "Val. by"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1377
-#: ../../include/functions_reporting.php:4792
-#: ../../include/functions_reporting_html.php:529
-#: ../../include/functions_events.php:2650
-msgid "Pandora System"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1400
-#: ../../include/functions_reporting_html.php:553
-msgid "Events by agent"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1411
-#: ../../include/functions_reporting_html.php:565
-msgid "Events by user validator"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1422
-#: ../../enterprise/include/functions_reporting_pdf.php:1554
-#: ../../include/functions_reporting_html.php:1171
-#: ../../include/functions_reporting_html.php:2721
-msgid "Events by severity"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1433
-#: ../../include/functions_reporting_html.php:589
-msgid "Events validated vs unvalidated"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1543
-#: ../../include/functions_reporting_html.php:1159
-msgid "Events validated by user"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1565
-#: ../../include/functions_reporting_html.php:1183
-#: ../../operation/events/event_statistics.php:65
-msgid "Amount events validated"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1887
-#: ../../include/functions_reporting_html.php:1658
-msgid "# Checks"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1888
-#: ../../include/functions_reporting_html.php:1659
-msgid "# Failed"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1889
-#: ../../include/functions_reporting_html.php:1660
-msgid "% Fail"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1890
-#: ../../include/functions_reporting_html.php:1661
-msgid "Poling time"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1891
-#: ../../include/functions_reporting_html.php:1662
-msgid "Time unavailable"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:1892
-#: ../../include/functions_reporting_html.php:1663
-msgid "% Ok"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2024
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1560
-#: ../../include/functions_reporting_html.php:1459
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1185
-msgid "Not OK"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2082
-msgid "Report date"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2086
-#: ../../enterprise/include/functions_reporting_pdf.php:2172
-#: ../../enterprise/include/functions_reporting_pdf.php:2210
-#: ../../operation/agentes/gis_view.php:182
-#: ../../godmode/agentes/planned_downtime.list.php:143
-msgid "To"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2089
-#: ../../operation/reporting/reporting_viewer.php:202
-msgid "Items period before"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2108
-#: ../../enterprise/include/functions_netflow_pdf.php:56
-msgid "Contents"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2178
-#: ../../enterprise/include/functions_reporting_pdf.php:2216
-#: ../../include/functions_treeview.php:215
-#: ../../include/functions_reporting_html.php:70
-#: ../../include/functions_reporting_html.php:2543
-#: ../../operation/agentes/ver_agente.php:1013
-msgid "Last data"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2234
-msgid "SO"
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2275
-msgid "There are no modules."
-msgstr ""
-
-#: ../../enterprise/include/functions_reporting_pdf.php:2282
-#: ../../enterprise/godmode/alerts/alert_events_list.php:563
-#: ../../enterprise/godmode/alerts/alert_events_list.php:604
-#: ../../include/functions_reporting_html.php:1517
-#: ../../include/functions_reporting_html.php:2268
-#: ../../godmode/alerts/alert_list.list.php:528
-#: ../../godmode/alerts/alert_list.list.php:603
-#: ../../godmode/alerts/configure_alert_action.php:142
-#: ../../godmode/alerts/alert_view.php:391
-#: ../../godmode/alerts/alert_list.builder.php:132
-msgid "Threshold"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:179
-#: ../../enterprise/include/functions_visual_map.php:232
-msgid "Crit:"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:181
-#: ../../enterprise/include/functions_visual_map.php:234
-msgid "Warn:"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:183
-#: ../../enterprise/include/functions_visual_map.php:236
-msgid "Ok:"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:185
-#: ../../enterprise/include/functions_visual_map.php:238
-msgid "Value:"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:535
-msgid "None of the services was added"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:538
-#, php-format
-msgid "%d services couldn't be added"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:542
-#: ../../include/functions_ui.php:232
-msgid "Success"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:546
-msgid "There was an error retrieving the visual map information"
-msgstr ""
-
-#: ../../enterprise/include/functions_visual_map.php:550
-msgid "No services selected"
-msgstr ""
-
-#: ../../enterprise/include/functions_license.php:37
-msgid "Client"
-msgstr ""
-
-#: ../../enterprise/include/functions_license.php:37
-msgid "Trial"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:605
-#, php-format
-msgid "Edit node %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:606
-msgid "Holding Area"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:609
-msgid "Set as children"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:610
-msgid "Set parent"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:611
-#: ../../enterprise/include/functions_networkmap_enterprise.php:617
-msgid "Abort the action of set relationship"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:613
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1641
-msgid "Add node"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:614
-msgid "Set center"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:616
-msgid "Refresh Holding area"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1072
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1552
-msgid "Circle"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1073
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1553
-msgid "Square"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1074
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1554
-msgid "Rhombus"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1079
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1550
-msgid "Shape"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1080
-msgid "Radius"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1081
-msgid "Color"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1083
-msgid "Network map linked"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1154
-msgid "Show modules:"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1229
-msgid "Copy of "
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1451
-msgid "Open Minimap"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1541
-msgid "Edit node"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1564
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1704
-msgid "name fictional node"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1565
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1705
-msgid "Networkmap to link"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1571
-msgid "Update fictional node"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1574
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1575
-msgid "Node options"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1584
-msgid "Node source"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1586
-msgid "Interface source"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1587
-msgid "Interface Target"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1589
-msgid "Node target"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1590
-msgid "E."
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1627
-msgid "There are not relations"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1635
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1636
-msgid "Relations"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1660
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1665
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1666
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1689
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1694
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1715
-msgid "Add agent node"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1693
-msgid "Add agent node (filter by group)"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1711
-msgid "Add fictional node"
-msgstr ""
-
-#: ../../enterprise/include/functions_networkmap_enterprise.php:1714
-msgid "Add fictional point"
-msgstr ""
-
-#: ../../enterprise/include/functions_metaconsole.php:784
-msgid "Group does not exist. Agent "
-msgstr ""
-
-#: ../../enterprise/include/functions_metaconsole.php:790
-msgid "Created group in destination DB"
-msgstr ""
-
-#: ../../enterprise/include/functions_metaconsole.php:794
-msgid "Error creating group. Agent "
-msgstr ""
-
-#: ../../enterprise/include/functions_metaconsole.php:800
-msgid "Group already exists in destination DB"
-msgstr ""
-
-#: ../../enterprise/include/functions_collection.php:42
-#, php-format
-msgid "Fail create the directory: %s"
-msgstr ""
-
-#: ../../enterprise/include/functions_collection.php:69
-msgid "No files in collection"
-msgstr ""
-
-#: ../../enterprise/include/functions_collection.php:77
-msgid "File of collection is bigger than the limit ("
-msgstr ""
-
-#: ../../enterprise/include/functions_collection.php:129
-#: ../../enterprise/godmode/agentes/collections.data.php:104
-#: ../../enterprise/godmode/agentes/collections.data.php:214
-#: ../../enterprise/godmode/agentes/collections.data.php:254
-#: ../../enterprise/godmode/agentes/collections.editor.php:46
-#: ../../enterprise/godmode/agentes/collections.editor.php:345
-#: ../../enterprise/godmode/agentes/collections.editor.php:370
-#: ../../operation/integria_incidents/incident.php:66
-msgid "Files"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:249
-msgid "Error accesing to API, auth error."
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:253
-msgid "Error accesing to API."
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:257
-msgid "Error could not resolve the host."
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:268
-msgid "Database credentials not found"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:272
-msgid "Error connecting to the specified host"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:276
-msgid "Connected to the host, but cannot found the specified database"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:287
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:311
-msgid "Server connection failed"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:291
-msgid ""
-"\"Translate string\" extension is missed in the server. This extension is "
-"mandatory to be configured on metaconsole."
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:295
-msgid ""
-"Server name doesnt match. Check the node server name and configure the same "
-"one on metasetup"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:306
-msgid "Last event replication"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:320
-msgid "Agent cache activated"
-msgstr ""
-
-#: ../../enterprise/include/ajax/metaconsole.ajax.php:324
-msgid "Agent cache failed"
-msgstr ""
-
-#: ../../enterprise/include/functions_local_components.php:138
-#: ../../enterprise/godmode/agentes/collections.data.php:163
-msgid "Empty name"
-msgstr ""
-
-#: ../../enterprise/include/functions_local_components.php:142
-msgid "Empty configuration"
-msgstr ""
-
-#: ../../enterprise/include/functions_local_components.php:146
-msgid "Empty OS"
-msgstr ""
-
-#: ../../enterprise/include/functions_local_components.php:276
-#: ../../include/functions_alerts.php:951
-#: ../../include/functions_network_components.php:503
-msgid "Copy of"
-msgstr ""
-
-#: ../../enterprise/include/functions_netflow_pdf.php:160
-#: ../../enterprise/operation/log/log_viewer.php:207
-msgid "Start date"
-msgstr ""
-
-#: ../../enterprise/include/functions_netflow_pdf.php:163
-#: ../../enterprise/operation/log/log_viewer.php:215
-#: ../../operation/agentes/exportdata.php:310
-msgid "End date"
-msgstr ""
-
-#: ../../enterprise/include/functions_log.php:303
-#: ../../enterprise/include/functions_log.php:318
-msgid "Lines"
-msgstr ""
-
-#: ../../enterprise/operation/menu.php:101
-msgid "Network console"
-msgstr ""
-
-#: ../../enterprise/operation/menu.php:112
-msgid "Custom SQL"
-msgstr ""
-
-#: ../../enterprise/operation/menu.php:120
-#: ../../enterprise/operation/snmpconsole/snmp_view.php:79
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22
-#: ../../include/functions_menu.php:506
-msgid "SNMP trap editor"
-msgstr ""
-
-#: ../../enterprise/operation/menu.php:129
-#: ../../enterprise/operation/log/log_viewer.php:145
-msgid "Log viewer"
-msgstr ""
-
-#: ../../enterprise/operation/log/log_viewer.php:231
-#: ../../enterprise/operation/reporting/custom_reporting.php:52
-#: ../../include/graphs/functions_flot.php:221
-#: ../../godmode/agentes/planned_downtime.list.php:506
-#: ../../godmode/modules/manage_network_templates.php:207
-msgid "Export to CSV"
-msgstr ""
-
-#: ../../enterprise/operation/log/log_viewer.php:340
-msgid "The start date cannot be greater than the end date"
-msgstr ""
-
-#: ../../enterprise/operation/log/log_viewer.php:418
-#: ../../enterprise/operation/agentes/agent_inventory.php:242
-#: ../../enterprise/operation/inventory/inventory.php:251
-#: ../../include/functions_reporting.php:1476
-#: ../../godmode/reporting/reporting_builder.php:725
-msgid "No data found."
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:37
-#: ../../enterprise/operation/services/services.service_map.php:44
-#: ../../enterprise/godmode/services/services.service.php:126
-#: ../../enterprise/godmode/services/services.service.php:153
-msgid "Not found"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:54
-#: ../../enterprise/operation/services/services.service_map.php:63
-#: ../../enterprise/godmode/services/services.elements.php:96
-#: ../../enterprise/godmode/services/services.service.php:170
-msgid "Config Service"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:59
-#: ../../enterprise/operation/services/services.service_map.php:69
-#: ../../enterprise/godmode/services/services.elements.php:102
-#: ../../enterprise/godmode/services/services.service.php:175
-msgid "Config Elements"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:67
-#: ../../enterprise/operation/services/services.service_map.php:77
-#: ../../enterprise/godmode/services/services.elements.php:110
-#: ../../enterprise/godmode/services/services.service.php:182
-msgid "View Service"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:73
-#: ../../enterprise/operation/services/services.service_map.php:83
-#: ../../enterprise/godmode/services/services.elements.php:117
-#: ../../enterprise/godmode/services/services.service.php:188
-msgid "Service map"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:80
-#: ../../enterprise/operation/services/services.service_map.php:90
-#: ../../enterprise/operation/services/services.service_map.php:95
-msgid "Service Map"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:93
-msgid "No Services"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:132
-#: ../../enterprise/operation/services/services.list.php:320
-#: ../../include/functions_reports.php:535
-#: ../../include/functions_reports.php:538
-#: ../../include/functions_reports.php:542
-msgid "SLA"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:168
-#: ../../enterprise/operation/services/services.list.php:147
-#: ../../enterprise/operation/services/services.list.php:376
-#: ../../enterprise/operation/services/services.service_map.php:117
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355
-#: ../../enterprise/load_enterprise.php:681
-#: ../../include/functions_config.php:491
-#: ../../include/functions_config.php:1353
-#: ../../operation/gis_maps/render_view.php:139
-#: ../../godmode/massive/massive_edit_agents.php:386
-msgid "Ok"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:197
-#: ../../enterprise/operation/services/services.list.php:413
-msgid "SLA graph"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service.php:207
-msgid "List of elements"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:50
-msgid "Service deleted successfully"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:51
-msgid "Error deleting service"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:56
-msgid "Service forced successfully"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:57
-msgid "Error service forced"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:167
-#: ../../enterprise/godmode/services/services.service.php:247
-#: ../../include/ajax/events.php:480
-msgid "Auto"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:169
-#: ../../enterprise/godmode/services/services.service.php:242
-#: ../../godmode/alerts/alert_view.php:423
-#: ../../godmode/servers/manage_recontask_form.php:236
-#: ../../godmode/servers/manage_recontask.php:287
-#: ../../godmode/massive/massive_edit_modules.php:514
-msgid "Mode"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:265
-#: ../../enterprise/operation/services/services.list.php:272
-msgid "No services defined."
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:435
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366
-msgid "Config"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.list.php:484
-#: ../../enterprise/godmode/services/services.service.php:54
-msgid "Create Service"
-msgstr ""
-
-#: ../../enterprise/operation/services/services.service_map.php:106
-#: ../../extensions/module_groups.php:296
-#: ../../extensions/agents_modules.php:358
-#: ../../include/functions_reporting_html.php:897
-#: ../../operation/snmpconsole/snmp_view.php:833
-#: ../../godmode/snmpconsole/snmp_alert.php:1225
-msgid "Legend"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130
+#: ../../operation/agentes/pandora_networkmap.php:153
msgid "Succesfully created"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226
+#: ../../operation/agentes/pandora_networkmap.php:153
+#: ../../include/functions_planned_downtimes.php:110
+#: ../../include/functions_planned_downtimes.php:727
+#: ../../godmode/alerts/alert_special_days.php:149
+#: ../../godmode/alerts/alert_actions.php:185
+#: ../../godmode/alerts/alert_commands.php:294
+#: ../../godmode/alerts/configure_alert_template.php:119
+#: ../../godmode/alerts/configure_alert_template.php:432
+#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:57
+#: ../../godmode/setup/gis.php:47 ../../godmode/users/configure_user.php:237
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2431
+#: ../../godmode/modules/manage_nc_groups.php:74
+#: ../../godmode/modules/manage_network_components.php:162
+#: ../../godmode/modules/manage_network_components.php:256
+#: ../../godmode/agentes/configurar_agente.php:266
+#: ../../godmode/agentes/configurar_agente.php:617
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290
+#: ../../godmode/agentes/planned_downtime.editor.php:356
+msgid "Could not be created"
+msgstr ""
+
+#: ../../operation/agentes/pandora_networkmap.php:247
msgid "Succesfully updated"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240
+#: ../../operation/agentes/pandora_networkmap.php:260
msgid "Succesfully duplicate"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240
-#: ../../enterprise/godmode/policies/policy_modules.php:996
+#: ../../operation/agentes/pandora_networkmap.php:260
msgid "Could not be duplicated"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249
+#: ../../operation/agentes/pandora_networkmap.php:269
msgid "Succesfully deleted"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1074
-msgid "Networkmap enterprise"
+#: ../../operation/agentes/pandora_networkmap.php:365
+#: ../../operation/agentes/pandora_networkmap.view.php:701
+#: ../../operation/agentes/pandora_networkmap.editor.php:133
+msgid "Networkmap"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299
-#: ../../include/functions_reporting_html.php:2649
+#: ../../operation/agentes/pandora_networkmap.php:399
+#: ../../include/functions_reporting_html.php:3479
msgid "Nodes"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359
-#: ../../enterprise/godmode/policies/policies.php:380
-#: ../../enterprise/godmode/policies/policy_modules.php:1149
+#: ../../operation/agentes/pandora_networkmap.php:402
+#: ../../operation/agentes/pandora_networkmap.php:479
#: ../../godmode/alerts/alert_actions.php:342
#: ../../godmode/massive/massive_copy_modules.php:224
#: ../../godmode/reporting/map_builder.php:214
msgid "Copy"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:346
+#: ../../operation/agentes/pandora_networkmap.php:466
msgid "Pending to generate"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382
+#: ../../operation/agentes/pandora_networkmap.php:486
+msgid "Config"
+msgstr ""
+
+#: ../../operation/agentes/pandora_networkmap.php:502
msgid "There are no maps defined."
msgstr ""
-#: ../../enterprise/operation/agentes/agent_inventory.php:56
-msgid "This agent has not modules inventory"
+#: ../../operation/agentes/pandora_networkmap.php:509
+msgid "Create networkmap"
msgstr ""
-#: ../../enterprise/operation/agentes/agent_inventory.php:160
-#: ../../enterprise/operation/agentes/agent_inventory.php:161
-msgid "Diff view"
+#: ../../operation/agentes/agent_fields.php:28
+#: ../../operation/agentes/custom_fields.php:28
+#: ../../operation/agentes/estado_generalagente.php:46
+#: ../../include/functions_treeview.php:506
+msgid "There was a problem loading agent"
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:37
-msgid "This agent has no policy assigned"
+#: ../../operation/agentes/agent_fields.php:45
+#: ../../operation/agentes/estado_generalagente.php:354
+#: ../../include/functions_treeview.php:691
+msgid "Custom field"
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:47
-#: ../../enterprise/operation/agentes/policy_view.php:134
-#: ../../enterprise/operation/agentes/policy_view.php:193
-#: ../../enterprise/operation/agentes/policy_view.php:198
-#: ../../enterprise/godmode/admin_access_logs.php:22
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217
-#: ../../enterprise/godmode/policies/policy_agents.php:350
-#: ../../mobile/operation/agents.php:285
-#: ../../include/functions_events.php:883
-#: ../../operation/agentes/alerts_status.php:411
-#: ../../operation/agentes/alerts_status.php:454
-#: ../../operation/agentes/alerts_status.php:488
-#: ../../operation/agentes/alerts_status.php:522
-#: ../../godmode/agentes/module_manager.php:513
-msgid "S."
+#: ../../operation/agentes/agent_fields.php:48
+#: ../../operation/agentes/custom_fields.php:87
+msgid "empty"
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:50
-#: ../../enterprise/godmode/policies/policy_agents.php:353
-msgid "Last application"
+#: ../../operation/agentes/pandora_networkmap.view.php:111
+msgid "Success be updated."
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:51
-#: ../../include/functions_events.php:880
-msgid "V."
+#: ../../operation/agentes/pandora_networkmap.view.php:114
+msgid "Could not be updated."
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:62
-#: ../../enterprise/godmode/policies/policy_agents.php:459
-msgid "Policy applied"
+#: ../../operation/agentes/pandora_networkmap.view.php:227
+msgid "Name: "
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:65
-msgid "Policy outdate"
+#: ../../operation/agentes/pandora_networkmap.view.php:277
+msgid "Policy: "
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:130
-#: ../../enterprise/operation/agentes/policy_view.php:137
-msgid "Toggle the collection table"
+#: ../../operation/agentes/pandora_networkmap.view.php:326
+msgid "Status: "
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:132
-#: ../../enterprise/operation/agentes/collection_view.php:64
-#: ../../enterprise/godmode/agentes/collection_manager.php:164
-msgid "Dir"
+#: ../../operation/agentes/pandora_networkmap.view.php:370
+msgid "Data: "
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:133
-msgid "Descripttion"
+#: ../../operation/agentes/pandora_networkmap.view.php:373
+#: ../../operation/agentes/estado_generalagente.php:552
+msgid "Last contact: "
msgstr ""
-#: ../../enterprise/operation/agentes/policy_view.php:138
-msgid "Show Collection"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:154
-#: ../../enterprise/operation/agentes/collection_view.php:90
-#: ../../enterprise/godmode/agentes/collection_manager.php:121
-#: ../../enterprise/godmode/agentes/collection_manager.php:205
-msgid "Show files"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:164
-#: ../../enterprise/operation/agentes/collection_view.php:101
-#: ../../enterprise/godmode/policies/policy_collections.php:161
-#: ../../enterprise/godmode/policies/policy_collections.php:213
-msgid "Outdate"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:192
-#: ../../enterprise/operation/agentes/policy_view.php:201
-msgid "Toggle the alert table"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:202
-msgid "Show Alert"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:303
-#: ../../enterprise/operation/agentes/policy_view.php:312
-msgid "Toggle the module table"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:304
-msgid "Relationship"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:304
-#: ../../enterprise/godmode/policies/policy_agents.php:349
-msgid "R."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:313
-msgid "Show Modules"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:333
-msgid "(Un-adopted)"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:337
-msgid "(Adopted)"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:343
-msgid "(Un-adopted) (Unlinked)"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:347
-msgid "(Adopted) (Unlinked)"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/policy_view.php:355
-#: ../../godmode/agentes/module_manager.php:657
-msgid "Non initialized module"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/collection_view.php:47
-#: ../../enterprise/godmode/agentes/collection_manager.php:37
-msgid "This agent have not a remote configuration, please set it."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/collection_view.php:54
-msgid "No collection assigned to this agent"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/collection_view.php:62
-#: ../../enterprise/godmode/agentes/inventory_manager.php:232
-#: ../../enterprise/godmode/agentes/collection_manager.php:162
-#: ../../include/ajax/module.php:700
-#: ../../operation/agentes/alerts_status.php:407
-#: ../../operation/agentes/alerts_status.php:451
-#: ../../operation/agentes/status_monitor.php:916
-#: ../../godmode/snmpconsole/snmp_alert.php:1042
-#: ../../godmode/agentes/module_manager.php:510
-#: ../../godmode/reporting/reporting_builder.list_items.php:284
-msgid "P."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/collection_view.php:105
-#: ../../enterprise/operation/agentes/collection_view.php:106
-#: ../../enterprise/godmode/agentes/collections.php:222
-#: ../../enterprise/godmode/agentes/collections.php:223
-#: ../../enterprise/godmode/agentes/collections.data.php:344
-#: ../../enterprise/godmode/agentes/collections.data.php:345
-#: ../../enterprise/godmode/agentes/collection_manager.php:144
-#: ../../enterprise/godmode/agentes/collection_manager.php:145
-#: ../../enterprise/godmode/agentes/collection_manager.php:230
-#: ../../enterprise/godmode/agentes/collection_manager.php:231
-msgid "The collection directory does not exist."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.popup.php:64
-msgid "Details of node:"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1076
+#: ../../operation/agentes/pandora_networkmap.view.php:703
+#: ../../operation/agentes/pandora_networkmap.editor.php:162
msgid "Not found networkmap."
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266
-msgid "Source data"
+#: ../../operation/agentes/pandora_networkmap.view.php:747
+msgid "List of networkmap"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269
-#: ../../include/functions_groups.php:92 ../../godmode/menu.php:201
+#: ../../operation/agentes/exportdata.php:82
+#: ../../operation/agentes/exportdata.excel.php:67
+#: ../../operation/agentes/exportdata.csv.php:68
+msgid "Invalid time specified"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:218
+#: ../../operation/agentes/exportdata.excel.php:165
+#: ../../operation/agentes/exportdata.csv.php:182
+msgid "No modules specified"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:244
+#: ../../godmode/db/db_refine.php:83
+msgid "Source agent"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:276
+msgid "No modules of type string. You can not calculate their average"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:310
+#: ../../operation/agentes/interface_traffic_graph_win.php:226
+#: ../../operation/agentes/stat_win.php:314
+#: ../../operation/agentes/graphs.php:132
+#: ../../mobile/operation/module_graph.php:452
+msgid "Begin date"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:319
+msgid "End date"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:327
+msgid "Export type"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:330
+#: ../../include/functions_netflow.php:1034
+msgid "Data table"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:331
+#: ../../extensions/insert_data.php:185
+msgid "CSV"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:332
+msgid "MS Excel"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:333
+msgid "Average per hour/day"
+msgstr ""
+
+#: ../../operation/agentes/exportdata.php:341
+#: ../../extensions/resource_exportation.php:354
+#: ../../extensions/resource_exportation.php:357
+msgid "Export"
+msgstr ""
+
+#: ../../operation/agentes/custom_fields.php:52
+msgid "No fields defined"
+msgstr ""
+
+#: ../../operation/agentes/custom_fields.php:59
+#: ../../godmode/alerts/alert_view.php:441
+#: ../../godmode/alerts/alert_view.php:531
+#: ../../godmode/agentes/fields_manager.php:95
+msgid "Field"
+msgstr ""
+
+#: ../../operation/agentes/custom_fields.php:61
+#: ../../godmode/agentes/configure_field.php:51
+#: ../../godmode/agentes/fields_manager.php:96
+msgid "Display on front"
+msgstr ""
+
+#: ../../operation/agentes/custom_fields.php:62
+#: ../../godmode/agentes/configure_field.php:51
+#: ../../godmode/agentes/fields_manager.php:96
+msgid ""
+"The fields with display on front enabled will be displayed into the agent "
+"details"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:35
+msgid "Tag's information"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:81
+msgid "Relationship information"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:128
+msgid ""
+"To see the list of modules paginated, enable this option in the Styles "
+"Configuration."
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:129
+msgid "Full list of monitors"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:154
+msgid "List of modules"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:445
+msgid "Status:"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:451
+msgid "Not Normal"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:459
+msgid "Free text for search (*):"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:460
+msgid "Search by module name, list matches."
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:472
+#: ../../godmode/agentes/module_manager.php:120
+msgid "Show in hierachy mode"
+msgstr ""
+
+#: ../../operation/agentes/estado_monitores.php:475
+msgid "Reset"
+msgstr ""
+
+#: ../../operation/agentes/snapshot_view.php:66
+msgid "Current data at"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:108
+msgid "Full list of alerts"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:135
+msgid "Alerts view"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:144
+msgid "Insufficient permissions to validate alerts"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:396
+#: ../../godmode/alerts/alert_list.list.php:163
+msgid "Alert control filter"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:416
+#: ../../operation/agentes/alerts_status.php:462
+#: ../../operation/agentes/alerts_status.php:497
+#: ../../operation/agentes/alerts_status.php:532
+#: ../../operation/agentes/alerts_status.functions.php:103
+#: ../../godmode/alerts/alert_list.list.php:138
+msgid "Standby"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:417
+#: ../../operation/agentes/alerts_status.php:462
+#: ../../operation/agentes/alerts_status.php:497
+#: ../../operation/agentes/alerts_status.php:532
+#: ../../mobile/operation/agents.php:322
+#: ../../include/functions_events.php:898
+#: ../../godmode/agentes/module_manager.php:554
+msgid "S."
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:422
+#: ../../operation/agentes/alerts_status.php:466
+#: ../../operation/agentes/alerts_status.php:500
+#: ../../operation/agentes/alerts_status.php:535
+#: ../../include/ajax/module.php:732
+msgid "Force execution"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:423
+#: ../../operation/agentes/alerts_status.php:466
+#: ../../operation/agentes/alerts_status.php:500
+#: ../../operation/agentes/alerts_status.php:535
+#: ../../include/ajax/module.php:732
+msgid "F."
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:431
+#: ../../operation/agentes/alerts_status.php:472
+#: ../../operation/agentes/alerts_status.php:506
+#: ../../operation/agentes/alerts_status.php:540
+#: ../../extensions/agents_alerts.php:282
+#: ../../include/functions_treeview.php:424
+#: ../../include/functions_reporting_html.php:3099
+#: ../../godmode/snmpconsole/snmp_alert.php:1169
+#: ../../godmode/alerts/alert_view.php:79
+msgid "Last fired"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.php:599
+msgid "No alerts found"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:165
+msgid "Received data from"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:172
+msgid "Main database"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:172
+msgid "History database"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:173
+msgid ""
+"Switch between the main database and the history database to retrieve module "
+"data"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:185
+#: ../../include/ajax/module.php:149
+msgid "Choose a time from now"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:188
+#: ../../include/ajax/module.php:161
+msgid "Specify time range"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:202
+#: ../../operation/agentes/alerts_status.functions.php:97
+msgid "Free text for search"
+msgstr ""
+
+#: ../../operation/agentes/datos_agente.php:286
+#: ../../include/ajax/module.php:345
+#: ../../godmode/agentes/module_manager.php:523
+msgid "No available data to show"
+msgstr ""
+
+#: ../../operation/agentes/tactical.php:46
+#: ../../operation/agentes/group_view.php:61
+#: ../../extensions/agents_modules.php:56
+#: ../../extensions/agents_alerts.php:55
+msgid "Last update"
+msgstr ""
+
+#: ../../operation/agentes/tactical.php:135
+msgid "Report of State"
+msgstr ""
+
+#: ../../operation/agentes/tactical.php:188
+#: ../../include/functions_events.php:880
+msgid "Latest events"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:30
+msgid "Missing agent id"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:48
+msgid "Missing ehorus agent id"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:80
+msgid "There was an error retrieving an authorization token"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:93
+#: ../../operation/agentes/ehorus.php:129
+msgid "There was an error processing the response"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:116
+msgid "There was an error retrieving the agent data"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:134
+msgid "Remote management of this agent with eHorus"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:136
+msgid "Launch"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:142
+msgid "The connection was lost and the authorization token was expired"
+msgstr ""
+
+#: ../../operation/agentes/ehorus.php:144
+msgid "Reload the page to request a new authorization token"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:32
+msgid "Alert(s) validated"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:33
+msgid "Error processing alert(s)"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:72
+#: ../../mobile/operation/alerts.php:36
+msgid "All (Enabled)"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:80
+#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:826
+#: ../../godmode/alerts/alert_list.list.php:140
+msgid "Standby on"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:81
+#: ../../mobile/operation/alerts.php:45
+#: ../../godmode/alerts/alert_list.list.php:141
+msgid "Standby off"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:99
+msgid "Filter by agent name, module name, template name or action name"
+msgstr ""
+
+#: ../../operation/agentes/alerts_status.functions.php:109
+msgid "No actions"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:48
+#: ../../operation/agentes/stat_win.php:44
+msgid "There was a problem connecting with the node"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:66
+msgid "In"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:67
+msgid "Out"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:201
+#: ../../operation/agentes/stat_win.php:268
+msgid "Pandora FMS Graph configuration menu"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:203
+#: ../../operation/agentes/stat_win.php:270
+msgid "Please, make your changes and apply with the Reload button"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:220
+#: ../../operation/agentes/stat_win.php:297
+msgid "Refresh time"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:239
+#: ../../operation/agentes/stat_win.php:377
+msgid "Show percentil"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:245
+#: ../../operation/agentes/stat_win.php:326
+msgid "Zoom factor"
+msgstr ""
+
+#: ../../operation/agentes/interface_traffic_graph_win.php:272
+#: ../../operation/agentes/stat_win.php:421
+msgid "Reload"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:686
+msgid "Main IP"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:697
+#: ../../include/functions_events.php:2043
+msgid "Last remote contact"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:737
+msgid "Monitors down"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:773
+#: ../../mobile/operation/groups.php:161
+#: ../../include/functions_groups.php:848
+#: ../../include/functions_groups.php:850
+#: ../../include/functions_groups.php:852
+#: ../../include/functions_groups.php:853
+#: ../../include/functions_groups.php:854
+#: ../../include/functions_reporting_html.php:2920
+#: ../../include/functions_reporting_html.php:2929
+msgid "Alerts fired"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:822
+msgid "Address"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:854
+#: ../../operation/agentes/estado_generalagente.php:278
+#: ../../include/functions_visual_map_editor.php:525
+#: ../../godmode/massive/massive_edit_agents.php:280
+#: ../../godmode/reporting/visual_console_builder.elements.php:81
+#: ../../godmode/groups/configure_group.php:134
+#: ../../godmode/modules/manage_nc_groups_form.php:70
+#: ../../godmode/agentes/agent_manager.php:255
+msgid "Parent"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:863
+msgid "Sons"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1008
+#: ../../godmode/agentes/configurar_agente.php:374
+msgid "GIS data"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1035
+#: ../../operation/agentes/estado_generalagente.php:329
+#: ../../include/functions_treeview.php:668
+#: ../../godmode/agentes/agent_manager.php:419
+msgid "Url address"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1046
+#: ../../include/functions_events.php:2048 ../../godmode/menu.php:36
+#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58
+#: ../../godmode/events/events.php:69
+#: ../../godmode/massive/massive_edit_agents.php:465
+#: ../../godmode/agentes/agent_manager.php:470
+msgid "Custom fields"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1076
+msgid "Log Viewer"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1089 ../../godmode/menu.php:269
+#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133
+msgid "eHorus"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1096
+msgid "Terminal"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1101
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1281
+msgid "Display"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1106
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:793
+msgid "Processes"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1111
+#: ../../general/firts_task/service_list.php:28
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300
+msgid "Services"
+msgstr ""
+
+#: ../../operation/agentes/ver_agente.php:1116
+msgid "Files"
+msgstr ""
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:187
+msgid "Node radius"
+msgstr ""
+
+#: ../../operation/agentes/pandora_networkmap.editor.php:197
+#: ../../include/functions_groups.php:92 ../../godmode/menu.php:212
msgid "Recon task"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:270
+#: ../../operation/agentes/pandora_networkmap.editor.php:198
msgid "CIDR IP mask"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:274
-msgid "Generate networkmap with parents relationships"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:276
-msgid ""
-"This feature is deprecated, be careful because in the next releases it will "
-"be disappear."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:286
+#: ../../operation/agentes/pandora_networkmap.editor.php:200
msgid "Source from recon task"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:288
+#: ../../operation/agentes/pandora_networkmap.editor.php:202
msgid ""
"It is setted any recon task, the nodes get from the recontask IP mask "
"instead from the group."
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:292
+#: ../../operation/agentes/pandora_networkmap.editor.php:206
msgid "Show only the task with the recon script \"SNMP L2 Recon\"."
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:295
+#: ../../operation/agentes/pandora_networkmap.editor.php:208
msgid "Source from CIDR IP mask"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:299
-#: ../../operation/agentes/networkmap.php:543
+#: ../../operation/agentes/pandora_networkmap.editor.php:212
msgid "Don't show subgroups:"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:303
-msgid "Start empty networkmap"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:306
-msgid "The networkmap has been generated already."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:319
-msgid "Size of networkmap (Width x Height)"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:321
-msgid "x"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:332
+#: ../../operation/agentes/pandora_networkmap.editor.php:225
msgid "Method generation networkmap"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:336
-msgid "Refresh network map state"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:340
-msgid "Resize the networkmap"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:342
-msgid "This operation can't be undone, because it is on DB."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:344
-#: ../../include/functions_visual_map_editor.php:315
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432
-#: ../../godmode/reporting/visual_console_builder.wizard.php:150
-msgid "Process"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:360
+#: ../../operation/agentes/pandora_networkmap.editor.php:237
msgid "Save networkmap"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:366
+#: ../../operation/agentes/pandora_networkmap.editor.php:243
msgid "Update networkmap"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:405
-msgid "Networkmap resized."
+#: ../../operation/agentes/group_view.php:117
+msgid "Summary of the status groups"
msgstr ""
-#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:412
-msgid "Error process map"
+#: ../../operation/agentes/group_view.php:170
+#: ../../include/functions_reporting_html.php:690
+#: ../../include/functions_reporting_html.php:2538
+msgid "Not Init"
msgstr ""
-#: ../../enterprise/operation/agentes/ver_agente.php:70
-#: ../../operation/agentes/ver_agente.php:538
-msgid "Main IP"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/ver_agente.php:76
-#: ../../include/functions_events.php:2038
-#: ../../operation/agentes/ver_agente.php:549
-msgid "Last remote contact"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/ver_agente.php:113
-#: ../../operation/agentes/ver_agente.php:589
-msgid "Monitors down"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/ver_agente.php:152
-#: ../../mobile/operation/groups.php:126 ../../mobile/operation/groups.php:127
-#: ../../mobile/operation/groups.php:128
-#: ../../include/functions_groups.php:818
-#: ../../include/functions_groups.php:820
-#: ../../include/functions_groups.php:822
-#: ../../include/functions_groups.php:823
-#: ../../include/functions_groups.php:824
-#: ../../include/functions_reporting_html.php:2090
-#: ../../include/functions_reporting_html.php:2099
-#: ../../operation/agentes/ver_agente.php:625
-#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178
-msgid "Alerts fired"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342
-msgid "Success be updated."
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:567
-msgid "Name: "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:598
-#: ../../operation/agentes/status_monitor.php:1015
-msgid "(Adopt) "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608
-#: ../../operation/agentes/status_monitor.php:1025
-msgid "(Unlinked) (Adopt) "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612
-#: ../../operation/agentes/status_monitor.php:1029
-msgid "(Unlinked) "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617
-msgid "Policy: "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:712
-msgid "Data: "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:715
-#: ../../operation/agentes/estado_generalagente.php:550
-msgid "Last contact: "
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1104
-#: ../../operation/snmpconsole/snmp_view.php:75
-#: ../../operation/snmpconsole/snmp_statistics.php:45
-#: ../../operation/snmpconsole/snmp_browser.php:86
-#: ../../operation/agentes/networkmap.php:301
-msgid "Normal screen"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1113
-#: ../../extensions/agents_modules.php:129
-#: ../../extensions/agents_alerts.php:117
-#: ../../operation/events/events.php:315
-#: ../../operation/snmpconsole/snmp_view.php:79
-#: ../../operation/snmpconsole/snmp_statistics.php:49
-#: ../../operation/snmpconsole/snmp_browser.php:90
-#: ../../operation/agentes/networkmap.php:314
-msgid "Full screen"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1119
-msgid "List of networkmap Enterprise"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1123
-#, php-format
-msgid "Networkmap enterprise - %s"
-msgstr ""
-
-#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40
-msgid "Unsucessful get module inventory data."
-msgstr ""
-
-#: ../../enterprise/operation/inventory/inventory.php:225
-#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738
-#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742
-#: ../../include/functions_graph.php:1350
-#: ../../include/functions_graph.php:3536
-#: ../../include/functions_graph.php:3541
-#: ../../include/functions_graph.php:4202
-#: ../../include/functions_graph.php:4205
-#: ../../include/functions_graph.php:4208
-#: ../../godmode/reporting/reporting_builder.item_editor.php:982
-msgid "Last"
-msgstr ""
-
-#: ../../enterprise/operation/inventory/inventory.php:264
-msgid "Export this list to CSV"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:17
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290
-msgid "PDF"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:19
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291
-msgid "JSON"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:21
-#: ../../extensions/insert_data.php:169
-#: ../../operation/agentes/exportdata.php:322
-msgid "CSV"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:22
-msgid ""
-"All the items are not available in CSV, only the previous versions ones."
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:43
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:339
-msgid "Export to PDF"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:47
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:341
-msgid "Export to JSON"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:55
-#: ../../enterprise/operation/reporting/custom_reporting.php:78
-msgid "Send by email"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:63
-msgid "ID Report"
-msgstr ""
-
-#: ../../enterprise/operation/reporting/custom_reporting.php:102
-msgid "Send by email "
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:17
-#: ../../enterprise/godmode/massive/massive_operations.php:67
-msgid "Policies operations"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:26
-#: ../../enterprise/godmode/massive/massive_operations.php:47
-msgid "SNMP operations"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:35
-#: ../../enterprise/godmode/massive/massive_operations.php:27
-msgid "Satellite operations"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:45 ../../enterprise/godmode/menu.php:136
-msgid "Duplicate config"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:70
-msgid "Manage policies"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:96
-msgid "Enterprise ACL Setup"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:103
-msgid "Skins"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:112
-#: ../../enterprise/godmode/servers/manage_export.php:41
-#: ../../enterprise/godmode/servers/manage_export_form.php:56
-msgid "Export targets"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:130
-msgid "Log Collector"
-msgstr ""
-
-#: ../../enterprise/godmode/menu.php:143
-msgid "Password policy"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:70
-#: ../../enterprise/godmode/services/services.service.php:255
-msgid ""
-"This values are by default because the service is auto calculate mode."
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:82
-msgid "Invalid service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:123
-#: ../../enterprise/godmode/services/services.elements.php:128
-#: ../../operation/search_maps.php:33
-msgid "Elements"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:147
-msgid "Error empty module"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:156
-msgid "Error empty agent"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:165
-msgid "Error empty service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:187
-msgid "Service element created successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:188
-msgid "Error creating service element"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:253
-msgid "Service element updated successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:254
-msgid "Error updating service element"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:261
-msgid "Service element deleted successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:262
-msgid "Error deleting service element"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:300
-msgid "Edit element service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:303
-msgid "Create element service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:353
-msgid "First select an agent"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:371
-msgid "Critical weight"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:376
-msgid "Warning weight"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:381
-msgid "Unknown weight"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:386
-msgid "Ok weight"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.elements.php:394
-msgid ""
-"Only the critical elements are relevant to calculate the service status"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:62
-msgid "Service created successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:63
-msgid "Error creating service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:85
-msgid "No name and description specified for the service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:90
-msgid "No name specified for the service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:95
-msgid "No description specified for the service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:109
-msgid "Error updating service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:113
-msgid "Service updated successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:130
-msgid "New Service"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:218
-msgid "No Services or concrete action"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:229
-msgid "General Data"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:245
-msgid "You should set the weights manually"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:248
-msgid "The weights have default values"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:251
-msgid ""
-"Only the elements configured as 'critical element' are used to calculate the "
-"service status"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:271
-msgid "Agent to store data"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:294
-msgid "S.L.A. interval"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:299
-msgid "S.L.A. limit"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:301
-msgid "Please set limit between 0 to 100."
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:309
-msgid ""
-"Here are described the alert templates, which will use their default "
-"actions.\n"
-"\t\tYou can modify the default behaviour editing alerts in the agent who "
-"stores data and alert definitions about the service and the SLA status."
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:322
-msgid "Warning Service alert"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:333
-msgid "Critical Service alert"
-msgstr ""
-
-#: ../../enterprise/godmode/services/services.service.php:351
-msgid "SLA critical service alert"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:230
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243
-#: ../../extensions/realtime_graphs.php:108
-#: ../../include/functions_snmp_browser.php:401
-msgid "OID"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231
-msgid "Custom OID"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:55
-msgid "Error parsing MIB"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:128
-msgid "Successfully added trap custom values"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:131
-msgid "Error adding trap custom values"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:158
-msgid "No change in data"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:161
-msgid "Successfully updated trap custom values"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:164
-msgid "Error updating trap custom values"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174
-msgid "Successfully deleted trap custom values"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:178
-msgid "Error deleting trap custom values"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187
-#, php-format
-msgid "Uploaded %s/%s traps"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:191
-#, php-format
-msgid "Fail uploaded %s/%s traps"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:196
-msgid "Fail uploaded file"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:200
-msgid ""
-"MIB files will be loaded and searched for SNMP trap definitions. They will "
-"not be installed on the system! You can use the MIB uploader for that "
-"purpose."
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:208
-msgid "Load MIB"
-msgstr ""
-
-#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:210
-msgid "Upload MIB"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:55
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49
-#: ../../enterprise/godmode/alerts/alert_events.php:45
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:70
-msgid "List event alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:59
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54
-#: ../../enterprise/godmode/alerts/alert_events.php:50
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:75
-msgid "Builder event alert"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:186
-#: ../../enterprise/godmode/policies/policy_agents.php:144
-#: ../../operation/incidents/incident_detail.php:67
-#: ../../godmode/alerts/alert_list.php:167
-#: ../../godmode/massive/massive_add_alerts.php:112
-#: ../../godmode/massive/massive_add_tags.php:88
-#: ../../godmode/massive/massive_add_action_alerts.php:101
-msgid "Successfully added"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:187
-#: ../../enterprise/godmode/policies/policy_agents.php:145
-#: ../../enterprise/godmode/policies/policy_alerts.php:188
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:121
-#: ../../operation/incidents/incident_detail.php:68
-#: ../../godmode/alerts/alert_list.php:167
-#: ../../godmode/massive/massive_add_alerts.php:113
-#: ../../godmode/massive/massive_add_tags.php:89
-#: ../../godmode/massive/massive_add_action_alerts.php:60
-#: ../../godmode/massive/massive_add_action_alerts.php:85
-#: ../../godmode/massive/massive_add_action_alerts.php:101
-#: ../../godmode/massive/massive_add_action_alerts.php:105
-msgid "Could not be added"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:255
-#: ../../enterprise/godmode/policies/policy_alerts.php:122
-#: ../../godmode/alerts/alert_list.php:235
-#: ../../godmode/massive/massive_standby_alerts.php:96
-msgid "Successfully set standby"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:256
-#: ../../enterprise/godmode/policies/policy_alerts.php:122
-#: ../../godmode/alerts/alert_list.php:235
-#: ../../godmode/massive/massive_standby_alerts.php:96
-msgid "Could not be set standby"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:272
-#: ../../enterprise/godmode/policies/policy_alerts.php:139
-#: ../../godmode/alerts/alert_list.php:252
-#: ../../godmode/massive/massive_standby_alerts.php:78
-msgid "Successfully set off standby"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:273
-#: ../../enterprise/godmode/policies/policy_alerts.php:139
-#: ../../godmode/alerts/alert_list.php:252
-#: ../../godmode/massive/massive_standby_alerts.php:78
-msgid "Could not be set off standby"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:328
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:357
-#: ../../godmode/servers/modificar_server.php:76
-#: ../../godmode/servers/modificar_server.php:88
-msgid "Successfully action"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:328
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:357
-msgid "Error processing action"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:343
-#: ../../operation/agentes/alerts_status.functions.php:32
-msgid "Alert(s) validated"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:343
-msgid "Error validating alert(s)"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:421
-msgid "Ac."
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:426
-msgid "Val."
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:427
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:412
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:305
-#: ../../enterprise/godmode/policies/policy_alerts.php:242
-#: ../../godmode/alerts/alert_list.list.php:405
-#: ../../godmode/massive/massive_copy_modules.php:133
-msgid "Operations"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:486
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:440
-msgid "Move up"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:498
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:447
-msgid "Move down"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:536
-msgid "No associated actions"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:551
-#: ../../enterprise/godmode/policies/policy_alerts.php:328
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:214
-#: ../../include/functions_alerts.php:558
-#: ../../godmode/alerts/alert_list.list.php:513
-#: ../../godmode/alerts/alert_view.php:195
-msgid "Always"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:553
-#: ../../enterprise/godmode/policies/policy_alerts.php:330
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:216
-#: ../../godmode/alerts/alert_list.list.php:515
-msgid "On"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:557
-#: ../../enterprise/godmode/policies/policy_alerts.php:334
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:220
-#: ../../godmode/alerts/alert_list.list.php:519
-msgid "Until"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:582
-#: ../../enterprise/godmode/alerts/alert_events_list.php:584
-#: ../../enterprise/godmode/policies/policy_alerts.php:588
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:242
-#: ../../godmode/snmpconsole/snmp_alert.php:1121
-#: ../../godmode/alerts/alert_list.list.php:681
-#: ../../godmode/alerts/alert_list.list.php:685
-#: ../../godmode/alerts/alert_list.list.php:819
-msgid "Add action"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:599
-#: ../../enterprise/godmode/policies/policy_alerts.php:465
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:278
-#: ../../godmode/alerts/alert_list.list.php:593
-#: ../../godmode/alerts/alert_list.builder.php:119
-#: ../../godmode/massive/massive_add_action_alerts.php:159
-msgid "Number of alerts match from"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:640
-msgid "View associated rules"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:657
-msgid "There are no defined events alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:707
-#: ../../enterprise/godmode/agentes/plugins_manager.php:111
-#: ../../enterprise/godmode/agentes/plugins_manager.php:160
-#: ../../enterprise/godmode/policies/policy_alerts.php:548
-#: ../../include/functions.php:2534 ../../godmode/extensions.php:285
-#: ../../godmode/users/user_list.php:464
-#: ../../godmode/alerts/alert_list.list.php:129
-#: ../../godmode/alerts/alert_list.list.php:762
-msgid "Disable"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:715
-#: ../../enterprise/godmode/agentes/plugins_manager.php:111
-#: ../../enterprise/godmode/agentes/plugins_manager.php:147
-#: ../../enterprise/godmode/policies/policy_alerts.php:556
-#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467
-#: ../../godmode/alerts/alert_list.list.php:128
-#: ../../godmode/alerts/alert_list.list.php:771
-msgid "Enable"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:724
-#: ../../enterprise/godmode/policies/policy_alerts.php:565
-#: ../../godmode/alerts/alert_list.list.php:780
-msgid "Set off standby"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_list.php:733
-#: ../../enterprise/godmode/policies/policy_alerts.php:574
-#: ../../godmode/alerts/alert_list.list.php:789
-msgid "Set standby"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58
-#: ../../enterprise/godmode/alerts/alert_events.php:58
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:79
-msgid "List event rules"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69
-msgid "Configure event rule"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134
-msgid "User comment"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152
-msgid "This field will be processed with regexp"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137
-#: ../../operation/events/events.php:73
-msgid "Event"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140
-msgid "Window"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152
-#: ../../include/class/Tree.class.php:1554
-msgid "Module alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:410
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308
+#: ../../operation/agentes/group_view.php:249
#: ../../mobile/operation/modules.php:151
#: ../../mobile/operation/modules.php:152
#: ../../mobile/operation/modules.php:244
#: ../../mobile/operation/modules.php:245
-#: ../../operation/agentes/group_view.php:228
msgid "Tag"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events.php:71
-msgid "Configure event alert"
+#: ../../operation/agentes/group_view.php:430
+#: ../../operation/agentes/estado_agente.php:642
+#: ../../godmode/agentes/modificar_agente.php:646
+msgid "There are no defined agents"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events.php:96
-#: ../../enterprise/godmode/alerts/alert_events.php:101
-#: ../../enterprise/godmode/alerts/alert_events.php:116
-#: ../../enterprise/godmode/alerts/alert_events.php:121
-#: ../../enterprise/godmode/alerts/alert_events.php:136
-#: ../../enterprise/godmode/alerts/alert_events.php:141
-#: ../../enterprise/godmode/setup/setup_history.php:67
-#: ../../include/functions_config.php:633
-#: ../../godmode/alerts/configure_alert_template.php:147
-#: ../../godmode/alerts/configure_alert_template.php:152
-#: ../../godmode/alerts/configure_alert_template.php:167
-#: ../../godmode/alerts/configure_alert_template.php:172
-#: ../../godmode/alerts/configure_alert_template.php:187
-#: ../../godmode/alerts/configure_alert_template.php:192
-msgid "Step"
+#: ../../operation/agentes/stat_win.php:115
+msgid "There was a problem locating the source of the graph"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events.php:117
-#: ../../enterprise/godmode/alerts/alert_events.php:122
-#: ../../godmode/alerts/configure_alert_template.php:168
-#: ../../godmode/alerts/configure_alert_template.php:173
-msgid "Conditions"
+#: ../../operation/agentes/stat_win.php:305
+msgid "Avg. Only"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events.php:137
-#: ../../enterprise/godmode/alerts/alert_events.php:142
-#: ../../godmode/alerts/configure_alert_template.php:188
-#: ../../godmode/alerts/configure_alert_template.php:193
-msgid "Advanced fields"
+#: ../../operation/agentes/stat_win.php:320
+msgid "Begin time"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events.php:347
-msgid "Could not be created, please fill alert name"
+#: ../../operation/agentes/stat_win.php:345
+#: ../../operation/agentes/graphs.php:140
+msgid "Show events"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events.php:430
-#: ../../godmode/alerts/configure_alert_template.php:516
-msgid "Days of week"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:446
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1311
-#: ../../godmode/alerts/configure_alert_template.php:535
-#: ../../godmode/reporting/reporting_builder.item_editor.php:795
-msgid "Time from"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:449
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1319
-#: ../../godmode/alerts/configure_alert_template.php:539
-#: ../../godmode/reporting/reporting_builder.item_editor.php:804
-msgid "Time to"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:457
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253
-#: ../../godmode/snmpconsole/snmp_alert.php:805
-#: ../../godmode/alerts/configure_alert_template.php:549
-msgid "Min. number of alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:460
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255
-#: ../../godmode/snmpconsole/snmp_alert.php:808
-#: ../../godmode/alerts/configure_alert_template.php:552
-msgid "Max. number of alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:463
-msgid "Rule evaluation mode"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:467
-msgid "Group by"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:474
-#: ../../godmode/alerts/alert_commands.php:105
-#: ../../godmode/alerts/alert_commands.php:109
-#: ../../godmode/alerts/alert_commands.php:120
-#: ../../godmode/alerts/alert_commands.php:128
-#: ../../godmode/alerts/configure_alert_template.php:668
-#: ../../godmode/alerts/alert_view.php:471
-#: ../../godmode/alerts/alert_view.php:548
-#, php-format
-msgid "Field %s"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:517
-#: ../../godmode/alerts/configure_alert_action.php:101
-#: ../../godmode/alerts/alert_list.builder.php:129
-msgid "Create Action"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:523
-msgid "Please Read"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events.php:524
+#: ../../operation/agentes/stat_win.php:356
msgid ""
-"Since the alert can have multiple actions. You can edit them from the alert "
-"list of events."
+"Show events is disabled because this Pandora node is set the event "
+"replication."
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:91
-msgid "Event rules"
+#: ../../operation/agentes/stat_win.php:362
+#: ../../operation/agentes/graphs.php:142
+msgid "Show alerts"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:203
-msgid "Error creating rule"
+#: ../../operation/agentes/stat_win.php:368
+msgid "Show event graph"
msgstr ""
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:208
-msgid "Successfully created rule"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:255
-msgid "Error updating rule"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:259
-msgid "Successfully updating rule"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:269
-msgid "Error updating rule operators"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:272
-msgid "Successfully update rule operators"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:408
-msgid "(Agent)"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:411
-msgid "Operator"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:492
-msgid "Logic expression for these rules:"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:500
-msgid "Update operators"
-msgstr ""
-
-#: ../../enterprise/godmode/alerts/alert_events_rules.php:506
-msgid "There are no defined alert event rules"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:48
-msgid "Success: recreate file"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:51
-msgid "Error: recreate file "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:64
-#: ../../enterprise/godmode/agentes/collections.php:82
-#: ../../enterprise/godmode/agentes/collections.php:153
-msgid "Collections Management"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:116
-msgid "Manager collection"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:124
-#: ../../enterprise/godmode/agentes/collections.php:139
-#: ../../enterprise/godmode/agentes/collection_manager.php:91
-msgid "Successful create collection package."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:140
-#: ../../enterprise/godmode/agentes/collection_manager.php:92
-msgid "Can not create collection package."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:160
-msgid "Error: The main directory of collections does not exist."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:182
-#: ../../enterprise/godmode/agentes/collection_manager.php:106
-#: ../../enterprise/godmode/policies/policy_collections.php:122
-#: ../../enterprise/godmode/policies/policy_collections.php:193
-msgid "Short Name"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:204
-msgid "Are you sure to delete?"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:205
-msgid "Delete collection"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.php:211
-msgid "Re-Apply changes"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26
-msgid "Synthetic arithmetic"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29
-msgid "Synthetic average"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:99
-msgid "Fixed value"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104
-msgid "Add module to operation as add"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:105
-msgid "Add module to operations as deduct"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:106
-msgid "Add module to operations as multiplicate "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107
-msgid "Add module to operations as divide"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108
-msgid "Remove selected modules"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113
-msgid "Add module to average operation"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114
-msgid "Remove selected modules from operations stack"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129
-msgid "Move down selected modules"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:130
-msgid "Move up selected modules"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:158
-msgid "Select Service"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:169
-msgid "Netflow filter"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:178
-msgid "Select filter"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:29
-msgid "Web server module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:85
-msgid "Requests"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88
-msgid "Agent browser id"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:102
-msgid "HTTP auth (login)"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:106
-msgid "HTTP auth (pass)"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:113
-msgid "HTTP auth (server)"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:117
-msgid "HTTP auth (realm)"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:57
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81
-msgid "Successfully added inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:60
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85
-msgid "Error adding inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:69
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106
-msgid "Successfully deleted inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:72
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110
-msgid "Error deleting inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:80
-msgid "Successfully forced inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:83
-msgid "Error forcing inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:108
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141
-msgid "Successfully updated inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:111
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145
-msgid "Error updating inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:129
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54
-msgid "Inventory module error"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:178
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:184
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192
-#: ../../include/ajax/module.php:120
-msgid "6 hours"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:181
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:187
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195
-#: ../../include/functions_netflow.php:1054
-#: ../../include/functions_netflow.php:1087
-#: ../../godmode/setup/performance.php:88
-msgid "2 days"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:182
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196
-msgid "7 days"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:183
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:190
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197
-#: ../../include/functions.php:1990 ../../include/functions_netflow.php:1056
-#: ../../include/functions_netflow.php:1089 ../../include/ajax/module.php:124
-msgid "15 days"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:184
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198
-#: ../../include/functions.php:1991 ../../include/functions_netflow.php:1091
-#: ../../include/ajax/module.php:125
-msgid "1 month"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:188
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:262
-#: ../../godmode/agentes/module_manager_editor_wmi.php:51
-#: ../../godmode/massive/massive_edit_modules.php:495
-#: ../../godmode/modules/manage_network_components_form_wmi.php:48
-msgid "Username"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/inventory_manager.php:195
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207
-msgid "Update all"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:47
-#: ../../enterprise/godmode/agentes/collections.data.php:123
-#: ../../enterprise/godmode/agentes/collections.data.php:142
-#: ../../enterprise/godmode/agentes/collections.data.php:157
-#: ../../enterprise/godmode/agentes/collections.data.php:179
-#: ../../enterprise/godmode/agentes/collections.data.php:221
-msgid "Manager configuration > New"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:94
-#: ../../enterprise/godmode/agentes/collections.data.php:198
-#: ../../enterprise/godmode/agentes/collections.data.php:267
-#: ../../enterprise/godmode/agentes/collections.data.php:281
-#: ../../enterprise/godmode/agentes/collections.data.php:287
-#: ../../enterprise/godmode/agentes/collections.editor.php:55
-msgid "Manager configuration > Edit "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:130
-msgid ""
-"Unable to create the collection. Another collection with the same short name."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:148
-#: ../../enterprise/godmode/agentes/collections.data.php:163
-msgid "Unable to create the collection"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:148
-msgid "Invalid characters in short name"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:185
-#: ../../enterprise/godmode/agentes/collections.data.php:229
-msgid "Unable to create the collection."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:206
-#: ../../enterprise/godmode/agentes/collections.data.php:293
-msgid "Correct create collection"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:271
-msgid "Unable to edit the collection, empty name."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:284
-msgid "Unable to edit the collection."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:306
-msgid "Error: The collection directory does not exist."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:316
-#: ../../godmode/setup/os.builder.php:34
-#: ../../godmode/reporting/visual_console_builder.data.php:99
-msgid "Name:"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:323
-msgid "Recreate file"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:339
-#: ../../enterprise/godmode/agentes/collections.data.php:340
-#: ../../enterprise/godmode/agentes/collection_manager.php:138
-#: ../../enterprise/godmode/agentes/collection_manager.php:139
-#: ../../enterprise/godmode/agentes/collection_manager.php:224
-#: ../../enterprise/godmode/agentes/collection_manager.php:225
-msgid "Need to regenerate"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:356
-#: ../../godmode/reporting/visual_console_builder.data.php:104
-msgid "Group:"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:367
-msgid "Short name:"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:373
-msgid ""
-"The collection's short name is the name of dir in attachment dir and the "
-"package collection."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:373
-msgid "Short name must contain only alphanumeric characters, - or _ ."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:373
-msgid "Empty for default short name fc_X where X is the collection id."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.data.php:377
-#: ../../operation/snmpconsole/snmp_view.php:702
-msgid "Description:"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:41
-msgid "Plug-in deleted succesfully"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:41
-msgid "Plug-in cannot be deleted"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:49
-#: ../../enterprise/godmode/policies/policy_plugins.php:50
-msgid "Plug-in added succesfully"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:49
-#: ../../enterprise/godmode/policies/policy_plugins.php:51
-msgid "Plug-in cannot be added"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:64
-msgid "Plug-in disabled succesfully"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:64
-msgid "Plug-in cannot be disabled"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:79
-msgid "Plug-in enabled succesfully"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:79
-msgid "Plug-in cannot be enabled"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:90
-#: ../../enterprise/godmode/policies/policy_plugins.php:61
-msgid "New plug-in"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/plugins_manager.php:109
-#: ../../enterprise/godmode/policies/policy_plugins.php:82
-#: ../../godmode/menu.php:206
-msgid "Plugins"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43
-msgid "The changes on this field are linked with the configuration data."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48
-msgid "Using local component"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64
-#: ../../godmode/agentes/module_manager_editor_common.php:74
-#: ../../godmode/agentes/module_manager_editor_common.php:83
-msgid "Manual setup"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60
-#: ../../godmode/agentes/module_manager_editor_common.php:79
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:337
-msgid "No component was found"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122
-msgid "Show configuration data"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132
-msgid "Hide configuration data"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140
-msgid "Data configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146
-#: ../../enterprise/godmode/modules/configure_local_component.php:296
-msgid "Load a basic structure on data configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151
-#: ../../enterprise/godmode/modules/configure_local_component.php:303
-msgid "Check the correct structure of the data configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162
-#: ../../enterprise/godmode/modules/configure_local_component.php:306
-msgid "First line must be \"module_begin\""
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163
-#: ../../enterprise/godmode/modules/configure_local_component.php:307
-msgid "Data configuration is empty"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168
-#: ../../enterprise/godmode/modules/configure_local_component.php:308
-#: ../../enterprise/godmode/modules/configure_local_component.php:312
-msgid "Last line must be \"module_end\""
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165
-#: ../../enterprise/godmode/modules/configure_local_component.php:309
-msgid ""
-"Name is missed. Please add a line with \"module_name yourmodulename\" to "
-"data configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166
-#: ../../enterprise/godmode/modules/configure_local_component.php:310
-msgid ""
-"Type is missed. Please add a line with \"module_type yourmoduletype\" to "
-"data configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167
-#: ../../enterprise/godmode/modules/configure_local_component.php:311
-msgid "Type is wrong. Please set a correct type"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170
-#: ../../enterprise/godmode/modules/configure_local_component.php:314
-msgid "Error in the syntax, please check the data configuration."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171
-#: ../../enterprise/godmode/modules/configure_local_component.php:315
-msgid "Data configuration are built correctly"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/module_manager.php:16
-msgid "Create a new web Server module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:43
-msgid "Data Copy"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:52
-msgid "No selected agents to copy"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:66
-msgid "No source agent selected"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:107
-msgid "Making copy of configuration file for"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:116
-msgid "Error copying md5 file "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:116
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:119
-msgid " md5 file"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:119
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:125
-msgid "Copied "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:122
-msgid "Error copying "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:122
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:125
-msgid " config file"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:138
-msgid "Remote configuration management"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:143
-msgid "Source group"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:154
-#: ../../operation/agentes/exportdata.php:235
-#: ../../godmode/db/db_refine.php:83
-msgid "Source agent"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:185
-msgid "To agent(s):"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/manage_config_remote.php:210
-msgid "Replicate configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106
-msgid "Error: The conf file of agent is not readble."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111
-msgid "Error: The conf file of agent is not writable."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149
-#: ../../enterprise/godmode/policies/policy_modules.php:262
-msgid "Add module"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175
-msgid "No module was found"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203
-msgid "Delete remote conf agent files in Pandora"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162
-#: ../../godmode/agentes/agent_manager.php:333
-msgid "Delete remote configuration file"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207
-#: ../../godmode/agentes/agent_manager.php:336
-msgid ""
-"Delete this conf file implies that for restore you must reactive remote "
-"config in the local agent."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:63
-msgid "Files in "
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:111
-#: ../../enterprise/godmode/agentes/collections.editor.php:172
-#: ../../include/functions_filemanager.php:747
-msgid "Edit file"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:112
-#: ../../enterprise/godmode/agentes/collections.editor.php:173
-msgid "Back to file explorer"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:148
-#: ../../enterprise/godmode/agentes/collections.editor.php:311
-#: ../../include/functions_filemanager.php:346
-msgid "Security error."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:193
-msgid "Compatibility mode"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:236
-msgid "Correct update file."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:237
-msgid "Incorrect update file."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collections.editor.php:371
-msgid "Please, first save a new collection before to upload files."
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collection_manager.php:76
-msgid "Succesful add the collection"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collection_manager.php:77
-msgid "Unsuccesful add the collection"
-msgstr ""
-
-#: ../../enterprise/godmode/agentes/collection_manager.php:167
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113
-#: ../../enterprise/godmode/policies/policy_collections.php:125
-#: ../../operation/events/events_list.php:329
-#: ../../operation/events/events_list.php:357
-#: ../../godmode/events/event_edit_filter.php:343
-#: ../../godmode/events/event_edit_filter.php:358
-msgid "Remove"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129
-msgid "Error: The conf file of server is not readble."
-msgstr ""
-
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134
-msgid "Error: The conf file of server is not writable."
-msgstr ""
-
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159
-msgid "Delete remote conf server files in Pandora"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163
-msgid ""
-"Delete this conf file implies that Pandora will send back local config to "
-"console"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:61
-msgid "Error updating export target"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:64
-msgid "Successfully updated export target"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:73
-msgid "Error deleting export target"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:76
-msgid "Successfully deleted export target"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:98
-msgid ""
-"Can't be created export target: User and password must be filled with FTP "
-"mode"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:121
-msgid "There are no defined export targets"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:131
-#: ../../enterprise/godmode/servers/manage_export_form.php:76
-msgid "Preffix"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export.php:131
-#: ../../enterprise/godmode/servers/manage_export_form.php:88
-msgid "Transfer mode"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export_form.php:71
-#: ../../include/functions_servers.php:398
-msgid "Export server"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export_form.php:105
-#: ../../enterprise/godmode/setup/setup_history.php:52
-#: ../../include/functions_config.php:623
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696
-#: ../../godmode/agentes/module_manager_editor_network.php:70
-#: ../../godmode/modules/manage_network_components_form_network.php:38
-msgid "Port"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export_form.php:109
-msgid "Target directory"
-msgstr ""
-
-#: ../../enterprise/godmode/servers/manage_export_form.php:113
-msgid "Extra options"
-msgstr ""
-
-#: ../../enterprise/godmode/admin_access_logs.php:25
-#: ../../enterprise/godmode/policies/policy_agents.php:352
-#: ../../mobile/operation/agents.php:287
-#: ../../godmode/reporting/visual_console_builder.elements.php:86
-msgid "A."
-msgstr ""
-
-#: ../../enterprise/godmode/admin_access_logs.php:42
-msgid "Show extended info"
-msgstr ""
-
-#: ../../enterprise/godmode/admin_access_logs.php:61
-msgid ""
-"Maybe delete the extended data or the audit data is previous to table "
-"tsession_extended."
-msgstr ""
-
-#: ../../enterprise/godmode/admin_access_logs.php:71
-msgid "Security check is ok."
-msgstr ""
-
-#: ../../enterprise/godmode/admin_access_logs.php:78
-msgid "Security check is fail."
-msgstr ""
-
-#: ../../enterprise/godmode/admin_access_logs.php:115
-msgid "Extended info:"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_log_collector.php:44
-msgid "Log storage directory"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_log_collector.php:45
-msgid "Directory where log data will be stored."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_log_collector.php:47
-#: ../../include/functions_config.php:615
-msgid "Log max lifetime"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_log_collector.php:48
-msgid "Sets the maximum lifetime for log data in days."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:42
-#: ../../enterprise/godmode/setup/setup_skins.php:36
-msgid "Skins configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:45
-msgid "Successfully updated skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:48
-#: ../../enterprise/godmode/setup/edit_skin.php:60
-msgid "Error updating skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:170
-msgid "Error creating skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:175
-msgid "Successfully created skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:215
-#: ../../enterprise/godmode/setup/setup_skins.php:118
-msgid "Relative path"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:216
-msgid ""
-"Zip file with skin subdirectory. The name of the zip file only can have "
-"alphanumeric characters."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/edit_skin.php:238
-msgid "Group/s"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_metaconsole.php:29
-msgid "Metaconsole setup"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_skins.php:71
-msgid "Error deleting skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_skins.php:74
-msgid "Successfully deleted skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_skins.php:117
-msgid "Skin name"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_skins.php:143
-msgid "There are no defined skins"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_skins.php:148
-msgid "Create skin"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:40
-msgid "Enterprise ACL setup"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:73
-#: ../../enterprise/godmode/setup/setup_acl.php:105
-msgid "Add new ACL element to profile"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:78
-#: ../../enterprise/godmode/setup/setup_acl.php:150
-msgid "Section"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:83
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34
-#: ../../extensions/api_checker.php:143 ../../include/functions_graph.php:2220
-#: ../../include/functions_graph.php:2361
-#: ../../include/functions_graph.php:2399
-#: ../../include/functions_graph.php:2437
-#: ../../include/functions_graph.php:2490
-#: ../../include/functions_graph.php:2543
-#: ../../include/functions_graph.php:2594
-#: ../../include/functions_graph.php:2764
-#: ../../include/functions_graph.php:2901
-#: ../../include/functions_graph.php:2957
-#: ../../include/functions_graph.php:3896
-#: ../../operation/integria_incidents/incident_statistics.php:58
-#: ../../operation/users/user_edit.php:297
-#: ../../operation/snmpconsole/snmp_view.php:419
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:730
-#: ../../operation/snmpconsole/snmp_statistics.php:172
-#: ../../operation/snmpconsole/snmp_statistics.php:219
-#: ../../operation/gis_maps/render_view.php:140
-#: ../../godmode/snmpconsole/snmp_alert.php:33
-#: ../../godmode/groups/configure_group.php:176
-msgid "Other"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:83
-#: ../../enterprise/godmode/setup/setup_acl.php:239
-msgid "Mobile"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:87
-#: ../../enterprise/godmode/setup/setup_acl.php:151
-msgid "Section 2"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:92
-#: ../../enterprise/godmode/setup/setup_acl.php:152
-msgid "Section 3"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:104
-msgid "Hidden"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:110
-msgid "Page"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:129
-msgid "Filter by profile"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:149
-#: ../../operation/users/user_edit.php:419
-#: ../../godmode/users/configure_user.php:616
-#: ../../godmode/users/configure_profile.php:242
-#: ../../godmode/massive/massive_delete_profiles.php:102
-#: ../../godmode/massive/massive_add_profiles.php:88
-msgid "Profile name"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_acl.php:294
-#: ../../enterprise/godmode/setup/setup_acl.php:307
-#: ../../include/functions_graph.php:2415
-#: ../../include/functions_graph.php:2430
-msgid "Invalid"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:30
-#: ../../include/functions_config.php:208
-msgid "Forward SNMP traps to agent (if exist)"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:38
-#: ../../include/functions_config.php:210
-msgid "Use Enterprise ACL System"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:38
-msgid ""
-"Before activating this option check your ACL Setup. You may lose access to "
-"the console."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:47
-#: ../../include/functions_config.php:214
-msgid "Size of collection"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:48
-msgid " Bytes"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:63
-#: ../../include/functions_config.php:219
-msgid "Replication interval"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:64
-msgid "Seconds"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:70
-#: ../../include/functions_config.php:221
-msgid "Replication limit"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:72
-msgid ""
-"Limit the number of events that are replicated metaconsole each specified "
-"range."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:78
-msgid "Last replication at"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:80
-msgid "No replication yet"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:89
-#: ../../include/functions_config.php:223
-msgid "Replication mode"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:90
-msgid "Only validated events"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:90
-#: ../../operation/events/events_list.php:561
-#: ../../godmode/events/event_edit_filter.php:286
-msgid "All events"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:96
-#: ../../include/functions_config.php:240
-msgid "Metaconsole agent cache"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:105
-msgid "Metaconsole DB engine"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:106
-msgid "MySQL"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:106
-msgid "Oracle"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:112
-msgid "Metaconsole DB host"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:119
-msgid "Metaconsole DB name"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:126
-msgid "Metaconsole DB user"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:133
-msgid "Metaconsole DB password"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:140
-msgid "Metaconsole DB port"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:147
-#: ../../include/functions_config.php:225
-msgid "Show events list in local console (read only)"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:156
-#: ../../include/functions_config.php:246
-msgid "Inventory changes blacklist"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:156
-msgid ""
-"The inventory modules included in the changes blacklist will not generate "
-"events when change."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:187
-msgid "Out of black list"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:189
-msgid "In black list"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:195
-msgid "Push selected modules into blacklist"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:199
-msgid "Pop selected modules out of blacklist"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:212
-#: ../../include/functions_config.php:242
-msgid "Activate Log Collector"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:225
-msgid "Enterprise options"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:318
-msgid "Enterprise password policy"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup.php:319
-msgid ""
-"Rules applied to the management of passwords. This policy applies to all "
-"users except the administrator."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:31
-msgid "Active directory"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:32
-msgid "Remote Pandora FMS"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:33
-msgid "Remote Babel Enterprise"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:34
-msgid "Remote Integria"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:60
-msgid "Autosync users"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:71
-msgid ""
-"Enable this option will be synchronice the groups and tags each new user "
-"when he/she will login."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_auth.php:138
-#: ../../include/functions_config.php:321
-msgid "MySQL host"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:45
-#: ../../include/functions_config.php:619
-msgid "Enable history database"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:49
-#: ../../include/functions_config.php:621
-msgid "Host"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:58
-#: ../../include/functions_config.php:627
-msgid "Database user"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:61
-#: ../../include/functions_config.php:629
-msgid "Database password"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:64
-msgid "Number of days before data is transfered to history database."
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:67
-msgid ""
-"Data size of mechanism used to transfer data (similar to a data buffer.)"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:70
-#: ../../include/functions_config.php:635
-msgid "Delay"
-msgstr ""
-
-#: ../../enterprise/godmode/setup/setup_history.php:70
-msgid "Time interval between data transfer."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67
-msgid "Success: remove the alerts."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67
-msgid "Failed: remove the alerts for this modules, please check."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102
-#: ../../enterprise/godmode/policies/policy_alerts.php:507
-#: ../../extensions/module_groups.php:46
-#: ../../godmode/massive/massive_delete_alerts.php:206
-#: ../../godmode/massive/massive_standby_alerts.php:148
-#: ../../godmode/massive/massive_add_alerts.php:174
-#: ../../godmode/massive/massive_enable_disable_alerts.php:148
-msgid "Alert template"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114
-#: ../../include/functions_alerts.php:548
-msgid "Regular expression"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116
-msgid "Modules agents in policy"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202
-#: ../../godmode/massive/massive_delete_modules.php:435
-#: ../../godmode/massive/massive_edit_modules.php:278
-msgid "Agent group"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:433
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162
-#: ../../enterprise/godmode/policies/policy_agents.php:243
-#: ../../enterprise/godmode/policies/policy_agents.php:251
-msgid "Filter agent"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215
-msgid "Filter module"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225
-#: ../../godmode/massive/massive_delete_alerts.php:226
-#: ../../godmode/massive/massive_delete_modules.php:487
-#: ../../godmode/massive/massive_add_alerts.php:167
-#: ../../godmode/massive/massive_edit_modules.php:332
-msgid "When select agents"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228
-#: ../../godmode/massive/massive_delete_alerts.php:228
-#: ../../godmode/massive/massive_delete_modules.php:489
-#: ../../godmode/massive/massive_add_alerts.php:169
-#: ../../godmode/massive/massive_edit_modules.php:335
-msgid "Show common modules"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229
-#: ../../godmode/massive/massive_delete_alerts.php:228
-#: ../../godmode/massive/massive_delete_modules.php:489
-#: ../../godmode/massive/massive_add_alerts.php:169
-#: ../../godmode/massive/massive_edit_modules.php:336
-msgid "Show all modules"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237
-#: ../../enterprise/godmode/modules/configure_local_component.php:218
-#: ../../include/functions_alerts.php:554
-#: ../../include/functions_treeview.php:98
-#: ../../godmode/agentes/module_manager_editor_common.php:232
-#: ../../godmode/massive/massive_edit_modules.php:345
-#: ../../godmode/modules/manage_network_components_form_common.php:106
-msgid "Warning status"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287
-#: ../../enterprise/godmode/modules/configure_local_component.php:225
-#: ../../enterprise/godmode/modules/configure_local_component.php:240
-#: ../../include/functions_treeview.php:91
-#: ../../include/functions_treeview.php:104
-#: ../../godmode/agentes/module_manager_editor_common.php:245
-#: ../../godmode/agentes/module_manager_editor_common.php:265
-#: ../../godmode/massive/massive_edit_modules.php:367
-#: ../../godmode/massive/massive_edit_modules.php:413
-#: ../../godmode/modules/manage_network_components_form_common.php:113
-#: ../../godmode/modules/manage_network_components_form_common.php:126
-msgid "Str."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266
-#: ../../enterprise/godmode/modules/configure_local_component.php:233
-#: ../../include/functions_alerts.php:555
-#: ../../include/functions_treeview.php:110
-#: ../../godmode/agentes/module_manager_editor_common.php:253
-#: ../../godmode/massive/massive_edit_modules.php:391
-#: ../../godmode/modules/manage_network_components_form_common.php:119
-msgid "Critical status"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334
-msgid "Updated modules on database"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336
-msgid "Agent configuration files updated"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62
-msgid "Successful update the tags"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63
-msgid "Unsuccessful update the tags"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102
-msgid "Tags unused"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118
-msgid "Tags used"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100
-msgid "Modules unused"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116
-msgid "Modules used"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66
-msgid "Success: create the alerts."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66
-msgid "Failed: create the alerts for this modules, please check."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29
-#: ../../operation/snmpconsole/snmp_view.php:414
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:715
-#: ../../godmode/snmpconsole/snmp_alert.php:28
-msgid "Cold start (0)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30
-#: ../../operation/snmpconsole/snmp_view.php:415
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:718
-#: ../../godmode/snmpconsole/snmp_alert.php:29
-msgid "Warm start (1)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31
-#: ../../operation/snmpconsole/snmp_view.php:416
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:721
-#: ../../godmode/snmpconsole/snmp_alert.php:30
-msgid "Link down (2)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32
-#: ../../operation/snmpconsole/snmp_view.php:417
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:724
-#: ../../godmode/snmpconsole/snmp_alert.php:31
-msgid "Link up (3)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33
-#: ../../operation/snmpconsole/snmp_view.php:418
-#: ../../operation/snmpconsole/snmp_view.php:708
-#: ../../operation/snmpconsole/snmp_view.php:727
-#: ../../godmode/snmpconsole/snmp_alert.php:32
-msgid "Authentication failure (4)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137
-#: ../../godmode/snmpconsole/snmp_alert.php:484
-#, php-format
-msgid "Successfully deleted alerts (%s / %s)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141
-#: ../../godmode/snmpconsole/snmp_alert.php:488
-#, php-format
-msgid "Unsuccessfully deleted alerts (%s / %s)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217
-msgid ""
-"Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
-"Single value, each Custom OIDs/Datas."
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249
-#: ../../operation/snmpconsole/snmp_view.php:410
-#: ../../godmode/snmpconsole/snmp_alert.php:563
-#: ../../godmode/snmpconsole/snmp_alert.php:897
-msgid "Trap type"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182
-msgid "SNMP Alerts to be deleted"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:78
-msgid "Bulk alerts policy add"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:79
-msgid "Bulk alerts policy delete"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:80
-msgid "Bulk tags module policy edit"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:81
-msgid "Bulk modules policy tags edit"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:89
-msgid "Bulk alert SNMP delete"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:90
-msgid "Bulk alert SNMP edit"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_operations.php:98
-msgid "Bulk Satellite modules edit"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278
-#: ../../godmode/massive/massive_edit_agents.php:278
-#: ../../godmode/massive/massive_edit_agents.php:281
-#: ../../godmode/massive/massive_edit_agents.php:285
-#: ../../godmode/massive/massive_edit_agents.php:289
-#: ../../godmode/massive/massive_edit_agents.php:300
-#: ../../godmode/massive/massive_edit_agents.php:338
-#: ../../godmode/massive/massive_edit_agents.php:344
-#: ../../godmode/massive/massive_edit_agents.php:383
-#: ../../godmode/massive/massive_edit_agents.php:392
-#: ../../godmode/massive/massive_edit_agents.php:399
-#: ../../godmode/massive/massive_edit_modules.php:383
-#: ../../godmode/massive/massive_edit_modules.php:428
-#: ../../godmode/massive/massive_edit_modules.php:443
-#: ../../godmode/massive/massive_edit_modules.php:447
-#: ../../godmode/massive/massive_edit_modules.php:465
-#: ../../godmode/massive/massive_edit_modules.php:473
-#: ../../godmode/massive/massive_edit_modules.php:477
-#: ../../godmode/massive/massive_edit_modules.php:480
-#: ../../godmode/massive/massive_edit_modules.php:493
-#: ../../godmode/massive/massive_edit_modules.php:506
-#: ../../godmode/massive/massive_edit_modules.php:514
-#: ../../godmode/massive/massive_edit_modules.php:527
-#: ../../godmode/massive/massive_edit_modules.php:535
-#: ../../godmode/massive/massive_edit_modules.php:541
-#: ../../godmode/massive/massive_edit_modules.php:553
-#: ../../godmode/massive/massive_edit_modules.php:572
-msgid "No change"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186
-#, php-format
-msgid "Successfully updated alerts (%s / %s)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190
-#, php-format
-msgid "Unsuccessfully updated alerts (%s / %s)"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233
-msgid "SNMP Alerts to be edit"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245
-#: ../../godmode/snmpconsole/snmp_alert.php:542
-msgid "Custom Value/OID"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247
-#: ../../operation/snmpconsole/snmp_view.php:499
-#: ../../godmode/snmpconsole/snmp_alert.php:551
-#: ../../godmode/snmpconsole/snmp_alert.php:1047
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:78
-msgid "SNMP Agent"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251
-#: ../../godmode/snmpconsole/snmp_alert.php:568
-msgid "Single value"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270
-#: ../../godmode/snmpconsole/snmp_alert.php:827
-msgid "Other value"
-msgstr ""
-
-#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280
-#: ../../include/functions_visual_map_editor.php:464
-#: ../../godmode/snmpconsole/snmp_alert.php:860
-#: ../../godmode/snmpconsole/snmp_alert.php:1042
-#: ../../godmode/reporting/reporting_builder.list_items.php:284
-#: ../../godmode/reporting/visual_console_builder.elements.php:80
-msgid "Position"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:89
-msgid "Local component management"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:106
-#: ../../godmode/alerts/configure_alert_template.php:118
-#: ../../godmode/modules/manage_network_components.php:147
-#, php-format
-msgid "Successfully created from %s"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:245
-#: ../../godmode/servers/recon_script.php:320
-#: ../../godmode/modules/manage_network_components.php:244
-msgid "Created successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:303
-#: ../../godmode/servers/recon_script.php:274
-#: ../../godmode/modules/manage_network_components.php:331
-msgid "Updated successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:343
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136
-#: ../../godmode/modules/manage_nc_groups.php:154
-#: ../../godmode/modules/manage_network_components.php:378
-#: ../../godmode/modules/manage_network_templates.php:76
-msgid "Successfully multiple deleted"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:344
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137
-#: ../../godmode/modules/manage_nc_groups.php:155
-#: ../../godmode/modules/manage_network_components.php:379
-#: ../../godmode/modules/manage_network_templates.php:77
-msgid "Not deleted. Error deleting multiple data"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:428
-#: ../../godmode/modules/manage_network_components.php:491
-msgid "Free Search"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:429
-msgid "Search by name, description or data, list matches."
-msgstr ""
-
-#: ../../enterprise/godmode/modules/local_components.php:513
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:356
-#: ../../enterprise/godmode/policies/policy_modules.php:1071
-#: ../../godmode/alerts/alert_templates.php:338
-#: ../../godmode/agentes/module_manager.php:702
-#: ../../godmode/modules/manage_network_components.php:588
-msgid "Duplicate"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67
-msgid "Successfully created inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71
-msgid "Error creating inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86
-msgid "Interpreter"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200
-msgid "No inventory modules defined"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217
-msgid "Local module"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220
-msgid "Remote/Local"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88
-msgid "Left blank for the LOCAL inventory modules"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90
-msgid "Block Mode"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93
-#: ../../godmode/massive/massive_standby_alerts.php:154
-#: ../../godmode/massive/massive_standby_alerts.php:171
-#: ../../godmode/massive/massive_enable_disable_alerts.php:154
-#: ../../godmode/massive/massive_enable_disable_alerts.php:171
-msgid "Format"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94
-msgid "separate fields with "
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97
-#: ../../include/ajax/double_auth.ajax.php:151
-#: ../../include/ajax/double_auth.ajax.php:287
-msgid "Code"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98
-msgid ""
-"Here is placed the script for the REMOTE inventory modules Local inventory "
-"modules don't use this field"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:127
-msgid "Update Local Component"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:130
-msgid "Create Local Component"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:147
-#: ../../godmode/alerts/configure_alert_template.php:732
-#: ../../godmode/modules/manage_network_components_form_common.php:56
-msgid "Wizard level"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:168
-#: ../../godmode/agentes/module_manager_editor_common.php:404
-#: ../../godmode/massive/massive_edit_modules.php:550
-#: ../../godmode/modules/manage_network_components_form_common.php:155
-msgid "Throw unknown events"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:246
-#: ../../godmode/agentes/module_manager_editor_common.php:274
-#: ../../godmode/massive/massive_edit_modules.php:512
-#: ../../godmode/modules/manage_network_components_form_common.php:132
-msgid "FF threshold"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:248
-#: ../../godmode/agentes/module_manager_editor_common.php:277
-#: ../../godmode/massive/massive_edit_modules.php:514
-#: ../../godmode/massive/massive_edit_modules.php:515
-#: ../../godmode/modules/manage_network_components_form_common.php:134
-msgid "All state changing"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:251
-#: ../../godmode/agentes/module_manager_editor_common.php:280
-#: ../../godmode/massive/massive_edit_modules.php:514
-#: ../../godmode/massive/massive_edit_modules.php:516
-#: ../../godmode/modules/manage_network_components_form_common.php:137
-msgid "Each state changing"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:252
-#: ../../godmode/agentes/module_manager_editor_common.php:281
-#: ../../godmode/massive/massive_edit_modules.php:517
-#: ../../godmode/modules/manage_network_components_form_common.php:138
-msgid "To normal"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:254
-#: ../../godmode/agentes/module_manager_editor_common.php:283
-#: ../../godmode/massive/massive_edit_modules.php:518
-#: ../../godmode/modules/manage_network_components_form_common.php:140
-msgid "To warning"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:256
-#: ../../godmode/agentes/module_manager_editor_common.php:285
-#: ../../godmode/massive/massive_edit_modules.php:519
-#: ../../godmode/modules/manage_network_components_form_common.php:142
-msgid "To critical"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:260
-#: ../../include/functions_reporting.php:2210
-#: ../../godmode/agentes/module_manager_editor_common.php:287
-#: ../../godmode/massive/massive_edit_modules.php:526
-#: ../../godmode/modules/manage_network_components_form_common.php:145
-msgid "Historical data"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:263
-#: ../../godmode/agentes/module_manager_editor_common.php:415
-#: ../../godmode/massive/massive_edit_modules.php:523
-msgid "FF timeout"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:265
-#: ../../godmode/agentes/module_manager_editor_common.php:421
-#: ../../godmode/massive/massive_edit_modules.php:524
-msgid ""
-"Timeout in secs from start of flip flop counting. If this value is exceeded, "
-"FF counter is reset. Set to 0 for no timeout."
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:266
-#: ../../godmode/agentes/module_manager_editor_common.php:424
-msgid "This value can be set only in the async modules."
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:268
-#: ../../godmode/modules/manage_network_components_form_common.php:149
-msgid "Any value below this number is discarted"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:273
-#: ../../godmode/modules/manage_network_components_form_common.php:151
-msgid "Any value over this number is discarted"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:280
-#: ../../godmode/agentes/module_manager_editor_common.php:365
-#: ../../godmode/massive/massive_edit_modules.php:452
-#: ../../godmode/modules/manage_network_components_form_wmi.php:56
-#: ../../godmode/modules/manage_network_components_form_plugin.php:27
-#: ../../godmode/modules/manage_network_components_form_network.php:80
-msgid "Post process"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:323
-#: ../../godmode/agentes/module_manager_editor_common.php:525
-#: ../../godmode/massive/massive_edit_modules.php:558
-#: ../../godmode/modules/manage_network_components_form_common.php:159
-msgid "Critical instructions"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:324
-#: ../../godmode/agentes/module_manager_editor_common.php:526
-#: ../../godmode/massive/massive_edit_modules.php:558
-#: ../../godmode/modules/manage_network_components_form_common.php:159
-msgid "Instructions when the status is critical"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:329
-#: ../../godmode/agentes/module_manager_editor_common.php:530
-#: ../../godmode/massive/massive_edit_modules.php:562
-#: ../../godmode/modules/manage_network_components_form_common.php:163
-msgid "Warning instructions"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:330
-#: ../../godmode/agentes/module_manager_editor_common.php:531
-#: ../../godmode/massive/massive_edit_modules.php:562
-#: ../../godmode/modules/manage_network_components_form_common.php:163
-msgid "Instructions when the status is warning"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:335
-#: ../../godmode/agentes/module_manager_editor_common.php:535
-#: ../../godmode/massive/massive_edit_modules.php:566
-#: ../../godmode/modules/manage_network_components_form_common.php:167
-msgid "Unknown instructions"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:336
-#: ../../godmode/agentes/module_manager_editor_common.php:535
-#: ../../godmode/massive/massive_edit_modules.php:566
-#: ../../godmode/modules/manage_network_components_form_common.php:167
-msgid "Instructions when the status is unknown"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:345
-#: ../../godmode/agentes/module_manager_editor_common.php:552
-#: ../../godmode/massive/massive_edit_modules.php:534
-#: ../../godmode/modules/manage_network_components_form_common.php:174
-msgid "Category"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:366
-#: ../../godmode/agentes/module_manager_editor_common.php:431
-#: ../../godmode/modules/manage_network_components_form_common.php:196
-msgid "Tags available"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:373
-#: ../../godmode/agentes/module_manager_editor_common.php:493
-#: ../../godmode/modules/manage_network_components_form_common.php:203
-msgid "Add tags to module"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:375
-#: ../../godmode/agentes/module_manager_editor_common.php:494
-#: ../../godmode/modules/manage_network_components_form_common.php:204
-msgid "Delete tags to module"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:377
-#: ../../godmode/agentes/module_manager_editor_common.php:496
-#: ../../godmode/modules/manage_network_components_form_common.php:206
-msgid "Tags selected"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:389
-msgid "Macros"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:425
-#: ../../godmode/servers/plugin.php:401
-#: ../../godmode/servers/recon_script.php:161
-msgid "Default value"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:441
-#: ../../godmode/servers/plugin.php:441
-#: ../../godmode/servers/recon_script.php:199
-msgid "Add macro"
-msgstr ""
-
-#: ../../enterprise/godmode/modules/configure_local_component.php:449
-#: ../../godmode/servers/plugin.php:456
-#: ../../godmode/servers/recon_script.php:206
-msgid "Delete macro"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134
-msgid "Edit template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_list.php:32
-#: ../../enterprise/godmode/reporting/graph_template_list.php:43
-#: ../../enterprise/godmode/reporting/graph_template_list.php:53
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89
-#: ../../godmode/reporting/graphs.php:39 ../../godmode/reporting/graphs.php:49
-msgid "Graph list"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_list.php:70
-msgid "Graph template management"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_list.php:87
-#: ../../enterprise/godmode/reporting/graph_template_list.php:107
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120
-#: ../../operation/reporting/graph_viewer.php:36
-#: ../../operation/reporting/graph_viewer.php:43
-#: ../../godmode/events/event_filter.php:53
-#: ../../godmode/events/event_filter.php:74
-#: ../../godmode/agentes/planned_downtime.list.php:106
-#: ../../godmode/netflow/nf_item_list.php:106
-#: ../../godmode/netflow/nf_item_list.php:127
-#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101
-#: ../../godmode/modules/manage_nc_groups.php:123
-#: ../../godmode/reporting/map_builder.php:94
-#: ../../godmode/reporting/graphs.php:81 ../../godmode/reporting/graphs.php:91
-#: ../../godmode/reporting/graphs.php:130
-msgid "Not deleted. Error deleting data"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_list.php:163
-msgid "There are no defined graph templates"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_list.php:168
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:379
-msgid "Create template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246
-#: ../../godmode/reporting/reporting_builder.list_items.php:287
-#: ../../godmode/reporting/reporting_builder.list_items.php:292
-#: ../../godmode/reporting/reporting_builder.list_items.php:298
-msgid "Ascendent"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249
-#: ../../godmode/reporting/reporting_builder.list_items.php:288
-#: ../../godmode/reporting/reporting_builder.list_items.php:293
-#: ../../godmode/reporting/reporting_builder.list_items.php:299
-msgid "Descent"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290
-#: ../../godmode/netflow/nf_item_list.php:206
-#: ../../godmode/netflow/nf_item_list.php:209
-msgid "Move to up"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300
-#: ../../godmode/netflow/nf_item_list.php:203
-#: ../../godmode/netflow/nf_item_list.php:210
-msgid "Move to down"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105
-msgid "Advance Options"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64
-msgid "Cleanup sucessfully"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67
-msgid "Cleanup error"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194
-msgid "Sucessfully applied"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194
-msgid "reports"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194
-msgid "items"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196
-msgid "Could not be applied"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202
-#: ../../godmode/massive/massive_operations.php:215
-msgid ""
-"In order to perform massive operations, PHP needs a correct configuration in "
-"timeout parameters. Please, open your PHP configuration file (php.ini) for "
-"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout "
-"parameters to a correct value:
max_execution_time = 0 and "
-"max_input_time = -1"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216
-msgid "Create template report wizard"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142
-msgid "Clean up template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263
-msgid "Create report per agent"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272
-msgid ""
-"Left in blank if you want to use default name: Template name - agents (num "
-"agents) - Date"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278
-msgid "Target group"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305
-msgid "Filter by"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368
-msgid "Filter tag"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:452
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179
-msgid "Select all"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:451
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173
-msgid "Agents available"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:454
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179
-msgid "Agents to apply"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204
-msgid "Add agents to template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208
-msgid "Undo agents to template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:429
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227
-msgid "Apply template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421
-msgid "Please set template distinct than "
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:776
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416
-msgid ""
-"This will be delete all reports created in previous template applications. "
-"Do you want to continue?"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138
-#: ../../operation/reporting/reporting_viewer.php:86
-#: ../../godmode/reporting/reporting_builder.php:1829
-msgid "List items"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130
-msgid "List templates"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254
-#: ../../enterprise/godmode/policies/policies.php:180
-#: ../../include/functions_agents.php:676
-#: ../../godmode/alerts/alert_actions.php:140
-#: ../../godmode/reporting/map_builder.php:183
-#: ../../godmode/reporting/map_builder.php:192
-msgid "Successfully copied"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255
-#: ../../enterprise/godmode/policies/policies.php:181
-#: ../../godmode/alerts/alert_actions.php:141
-msgid "Could not be copied"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288
-#: ../../operation/search_reports.php:40
-#: ../../operation/reporting/custom_reporting.php:40
-#: ../../godmode/reporting/reporting_builder.php:537
-msgid "HTML"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289
-#: ../../operation/search_reports.php:41
-#: ../../operation/reporting/custom_reporting.php:41
-#: ../../godmode/reporting/reporting_builder.php:538
-msgid "XML"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:335
-#: ../../godmode/reporting/reporting_builder.php:607
-msgid "HTML view"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:337
-#: ../../godmode/reporting/reporting_builder.php:608
-msgid "Export to XML"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:375
-msgid "You haven't created templates yet."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:386
-msgid "Generate a dynamic report\""
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:438
-#: ../../include/ajax/module.php:147
-#: ../../operation/agentes/datos_agente.php:189
-msgid "Timestamp from:"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444
-#: ../../include/ajax/module.php:155
-#: ../../operation/agentes/datos_agente.php:195
-msgid "Timestamp to:"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463
-msgid "Add agents"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466
-msgid "Undo agents"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474
-msgid "Generate"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/mysql_builder.php:28
-#: ../../enterprise/godmode/reporting/mysql_builder.php:122
-msgid "Custom Mysql template builder"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/mysql_builder.php:59
-msgid "Create custom SQL"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/mysql_builder.php:70
-msgid ": Create new custom"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/mysql_builder.php:90
-msgid "Create new custom"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/mysql_builder.php:125
-msgid "Successfully operation"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/mysql_builder.php:125
-msgid "Could not be operation"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44
-#: ../../include/functions_reports.php:587
-msgid "Top n"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:41
-#: ../../godmode/reporting/reporting_builder.item_editor.php:41
-msgid "Only table"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42
-#: ../../godmode/reporting/reporting_builder.item_editor.php:42
-msgid "Table & Graph"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43
-#: ../../godmode/reporting/reporting_builder.item_editor.php:43
-msgid "Only graph"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:85
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164
-msgid "Elements to apply"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1188
-#: ../../godmode/reporting/reporting_builder.item_editor.php:668
-msgid "Last value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1189
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2940
-#: ../../godmode/reporting/reporting_builder.item_editor.php:669
-#: ../../godmode/reporting/reporting_builder.item_editor.php:2738
-msgid ""
-"Warning: period 0 reports cannot be used to show information back in time. "
-"Information contained in this kind of reports will be always reporting the "
-"most recent information"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189
-msgid "Sum"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264
-#: ../../include/functions_reporting.php:4234
-msgid "Rate"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210
-#: ../../operation/events/events.build_table.php:662
-#: ../../operation/agentes/networkmap_list.php:257
-#: ../../godmode/snmpconsole/snmp_alert.php:1213
-#: ../../godmode/agentes/agent_manager.php:210
-msgid "Delete selected"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1496
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1105
-msgid "Group by agent"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1546
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1172
-msgid "Condition"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552
-#: ../../include/functions_reporting.php:1617
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1177
-msgid "Everything"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1554
-msgid ">="
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1556
-msgid "<"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1567
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1207
-msgid "Show graph"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:200
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1228
-msgid "Show resume"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1228
-msgid ""
-"Show a resume table with max, min, average of total modules on the report "
-"bottom"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:73
-msgid "Graph template editor"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205
-#: ../../godmode/reporting/graph_builder.graph_editor.php:84
-#: ../../godmode/reporting/graph_builder.graph_editor.php:152
-msgid "Weight"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1893
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2330
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2425
-msgid "Exact match"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165
-msgid "Decrease Weight"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168
-msgid "Increase Weight"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:173
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189
-#: ../../include/functions_visual_map_editor.php:428
-#: ../../include/functions_visual_map_editor.php:436
-msgid "Cancel"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:181
-msgid "Order:"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201
-msgid ""
-"Show a resume table with max, min, average of total modules on the report "
-"bottom:"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:216
-msgid "Show address instead module name"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1216
-msgid "Show the main address of agent."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:230
-#: ../../mobile/operation/module_graph.php:420
-#: ../../operation/agentes/stat_win.php:367
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1150
+#: ../../operation/agentes/stat_win.php:383
+#: ../../mobile/operation/module_graph.php:418
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1295
msgid "Time compare (Overlapped)"
msgstr ""
-#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68
-msgid "Advance Reporting"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:131
-msgid "Available"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133
-#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738
-#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742
-#: ../../include/graphs/export_data.php:76
-msgid "Selected"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:140
-msgid "Push the selected services into the list"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:145
-msgid "Remove the services from the list"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:199
-msgid "Icon preview"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:256
-msgid "Are you sure? All the visual map services will be recreated"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:275
-msgid "The services list is empty"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97
-msgid "Wizard template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115
-#: ../../godmode/reporting/reporting_builder.php:1878
-msgid "Successfull action"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115
-#: ../../godmode/servers/modificar_server.php:73
-#: ../../godmode/servers/modificar_server.php:85
-#: ../../godmode/reporting/reporting_builder.php:1878
-msgid "Unsuccessfull action"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1136
-#: ../../godmode/reporting/reporting_builder.item_editor.php:584
-msgid "Item Editor"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1223
-#: ../../godmode/reporting/reporting_builder.item_editor.php:714
-msgid "Projection period"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1237
-#: ../../godmode/reporting/reporting_builder.item_editor.php:724
-msgid "Data range"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1251
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:216
-#: ../../godmode/reporting/reporting_builder.item_editor.php:735
-msgid "Only display wrong SLAs"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1260
-#: ../../godmode/reporting/reporting_builder.item_editor.php:744
-msgid "Working time"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1338
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1079
-msgid "Select server"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395
-msgid ""
-"Case insensitive regular expression for agent name. For example: Network.* "
-"will match with the following agent names: network_agent1, NetworK CHECKS"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1409
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1939
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2110
-msgid ""
-"Case insensitive regular expression or string for module name. For example: "
-"if you use this field with \"Module exact match\" enabled then this field "
-"has to be fulfilled with the literally string of the module name, if not you "
-"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram "
-"usage in matchine 1."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422
-msgid "Module exact match"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1876
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1941
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2039
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2114
-msgid "Check it if you want to match module name literally"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1462
-msgid "Query SQL"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1088
-msgid "Serialized header"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1088
-msgid "The separator character is |"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1472
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1058
-msgid "Custom SQL template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1477
-msgid "SQL preview"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1097
-msgid "Field separator"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1097
-msgid "Separator for different fields in the serialized text chain"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1101
-msgid "Line separator"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1101
-msgid ""
-"Separator in different lines (composed by fields) of the serialized text "
-"chain"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1538
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1159
-msgid "Only average"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1215
-msgid "Show address instead module name."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1596
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1237
-msgid "Event filter"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1599
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1240
-msgid "No Validated"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601
-#: ../../include/functions_graph.php:2607
-#: ../../include/functions_events.php:880
-#: ../../include/functions_events.php:1716
-#: ../../include/functions_events.php:1722
-#: ../../include/functions_events.php:1726
-#: ../../include/functions_events.php:1731
-#: ../../include/functions_events.php:2918
-#: ../../include/functions_events.php:2926
-#: ../../operation/snmpconsole/snmp_view.php:398
-#: ../../operation/snmpconsole/snmp_view.php:562
-#: ../../operation/snmpconsole/snmp_view.php:813
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
-msgid "Validated"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1253
-msgid "Event graphs"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1257
-msgid "By agent"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1617
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1263
-msgid "By user validator"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1619
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1269
-msgid "By criticity"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1621
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1275
-msgid "Validated vs unvalidated"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1628
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1283
-msgid "Show in two columns"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1289
-msgid "SLA items sorted by fulfillment value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1639
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1294
-msgid "Show in landscape"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1652
-msgid "Modules to match"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654
-msgid "Select the modules to match when create a report for agents"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735
-msgid "Modules to match (Free text)"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1737
-msgid "Free text to filter the modules of agents when apply this template."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1751
-msgid "Create a graph for each agent"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1753
-msgid ""
-"If it is checked, the regexp or name of modules match only each to each to "
-"agent, instead create a big graph with all modules from all agents."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1791
-#: ../../godmode/netflow/nf_item_list.php:260
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1322
-msgid "Create item"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1796
-#: ../../include/functions_visual_map_editor.php:587
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1325
-msgid "Update item"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1830
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1356
-msgid "SLA Min. (value)"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1831
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1357
-msgid "SLA Max. (value)"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1358
-msgid "SLA Limit (%)"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1841
-msgid "Please save the SLA template for start to add items in this list."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1890
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2057
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2333
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2428
-msgid "Not literally"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1934
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104
-msgid ""
-"Case insensitive regular expression for agent name. For example: Network* "
-"will match with the following agent names: network_agent1, NetworK CHECKS"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2001
-msgid "Please save the template to start adding items into the list."
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:198
-msgid "SLA min value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199
-msgid "SLA min Value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:202
-msgid "SLA max value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203
-msgid "SLA max Value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:206
-msgid "SLA Limit %"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207
-msgid "SLA Limit Value"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:120
-#: ../../godmode/events/event_edit_filter.php:151
-#: ../../godmode/netflow/nf_edit_form.php:110
-#: ../../godmode/modules/manage_nc_groups.php:83
-msgid "Not updated. Blank name"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:136
-msgid "Template updated successfully"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:137
-msgid "Error updating template"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:172
-#: ../../include/functions_visual_map_editor.php:84
-#: ../../include/functions_visual_map_editor.php:353
-#: ../../godmode/events/event_responses.editor.php:104
-#: ../../godmode/setup/gis_step_2.php:257
-#: ../../godmode/reporting/graph_builder.main.php:125
-#: ../../godmode/reporting/visual_console_builder.wizard.php:134
-msgid "Width"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:176
-#: ../../godmode/events/event_responses.editor.php:106
-#: ../../godmode/setup/gis_step_2.php:259
-#: ../../godmode/reporting/graph_builder.main.php:129
-#: ../../godmode/reporting/visual_console_builder.wizard.php:137
-msgid "Height"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:183
-msgid "3 hours"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:188
-msgid "4 days"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:189
-#: ../../include/functions_netflow.php:1057
-#: ../../godmode/setup/performance.php:90
-msgid "Last week"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:191
-#: ../../include/functions_netflow.php:1058
-#: ../../godmode/setup/performance.php:92
-msgid "Last month"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:192
-#: ../../include/functions_netflow.php:1059
-msgid "2 months"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:193
-#: ../../include/functions_netflow.php:1061 ../../include/ajax/module.php:127
-msgid "6 months"
-msgstr ""
-
-#: ../../enterprise/godmode/reporting/graph_template_editor.php:194
-#: ../../include/functions.php:1994 ../../include/ajax/module.php:128
-msgid "1 year"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:26
-msgid "Linking modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:32
-#: ../../enterprise/godmode/policies/policies.php:191
-#: ../../enterprise/godmode/policies/policy_collections.php:37
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53
-#: ../../enterprise/godmode/policies/policy_agents.php:80
-#: ../../enterprise/godmode/policies/policy_modules.php:420
-#: ../../enterprise/godmode/policies/policy_alerts.php:60
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:52
-#: ../../godmode/agentes/module_manager_editor.php:340
-msgid "This policy is applying and cannot be modified"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:53
-msgid "Error: Update linking modules to policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:56
-msgid "Success: Update linking modules to policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:66
-msgid "Free text for filter (*)"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:67
-msgid "Free text for filter"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:110
-msgid "List of modules unlinked"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:137
-#: ../../godmode/setup/links.php:109
-msgid "Link"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_linking.php:143
-msgid "There are no defined modules unlinked"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:114
-msgid "Policy name already exists"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:170
-msgid "Policies Management"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:186
-msgid "All policy agents added to delete queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:187
-msgid "Policy agents cannot be added to the delete queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:233
-#: ../../operation/agentes/estado_agente.php:171
-#: ../../godmode/agentes/modificar_agente.php:155
-msgid "Recursion"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:237
-msgid "a"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:310
-msgid "Policy updated"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:314
-msgid "Pending update policy only database"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:318
-msgid "Pending update policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:395
-msgid "A policy with agents cannot be deleted. Purge it first"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:401
-msgid "Deleting all policy agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:404
-msgid "All the policy agents will be deleted"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policies.php:408
-msgid "Delete all agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/configure_policy.php:43
-msgid "Add policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_collections.php:68
-msgid ""
-"Successfully added to delete the collection. Will be deleted in the next "
-"policy application."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_collections.php:73
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100
-#: ../../enterprise/godmode/policies/policy_plugins.php:42
-#: ../../enterprise/godmode/policies/policy_agents.php:95
-#: ../../enterprise/godmode/policies/policy_modules.php:924
-#: ../../enterprise/godmode/policies/policy_alerts.php:169
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:100
-msgid "Successfully reverted deletion"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_collections.php:74
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103
-#: ../../enterprise/godmode/policies/policy_plugins.php:43
-#: ../../enterprise/godmode/policies/policy_agents.php:96
-#: ../../enterprise/godmode/policies/policy_modules.php:925
-#: ../../enterprise/godmode/policies/policy_alerts.php:170
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:101
-msgid "Could not be reverted"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:101
-msgid "Operations successfully deleted from the queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:102
-msgid "Operations cannot be deleted from the queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:160
-msgid "Update pending"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:162
-msgid "Update pending agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:176
-#: ../../enterprise/godmode/policies/policy_agents.php:428
-msgid "Add to apply queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:180
-msgid "Add to apply queue only for database"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:186
-msgid "Link pending modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:192
-msgid "Will be linked in the next policy application"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:195
-msgid "Unlink pending modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:201
-msgid "Will be unlinked in the next policy application"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:206
-msgid "Delete pending"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:208
-msgid "Delete pending agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:214
-#: ../../enterprise/godmode/policies/policy_queue.php:223
-#: ../../enterprise/godmode/policies/policy_queue.php:232
-#: ../../enterprise/godmode/policies/policy_queue.php:241
-#: ../../enterprise/godmode/policies/policy_queue.php:250
-#: ../../enterprise/godmode/policies/policy_queue.php:259
-#: ../../enterprise/godmode/policies/policy_queue.php:268
-msgid "Will be deleted in the next policy application"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:217
-msgid "Delete pending modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:226
-msgid "Delete pending inventory modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:235
-msgid "Delete pending alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:244
-msgid "Delete pending external alerts"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:253
-msgid "Delete pending file collections"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:262
-msgid "Delete pending plugins"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:274
-msgid "Advices"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:277
-msgid "Queue summary"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:277
-#: ../../enterprise/godmode/policies/policy_queue.php:364
-#: ../../operation/snmpconsole/snmp_view.php:444
-#: ../../operation/agentes/alerts_status.php:390
-#: ../../operation/agentes/graphs.php:173
-#: ../../godmode/users/user_list.php:249
-#: ../../godmode/snmpconsole/snmp_alert.php:913
-#: ../../godmode/alerts/alert_list.list.php:156
-msgid "Toggle filter(s)"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:364
-msgid "Queue filter"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:459
-msgid "Empty queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:476
-msgid "This operation could take a long time"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_queue.php:493
-msgid "Delete all"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65
-msgid "Module is not selected"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93
-#: ../../enterprise/godmode/policies/policy_modules.php:905
-#: ../../enterprise/godmode/policies/policy_modules.php:919
-msgid ""
-"Successfully added to delete pending modules. Will be deleted in the next "
-"policy application."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186
-msgid "Select inventory module"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235
-msgid "There are no defined inventory modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264
-#: ../../enterprise/godmode/policies/policy_agents.php:445
-#: ../../enterprise/godmode/policies/policy_modules.php:1080
-#: ../../enterprise/godmode/policies/policy_alerts.php:417
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:252
-msgid "Undo deletion"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_plugins.php:33
-msgid ""
-"Successfully added to delete pending plugins. Will be deleted in the next "
-"policy application."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_plugins.php:34
-msgid "Cannot be added to delete pending plugins."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_plugins.php:111
-msgid "There are no defined plugins"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:90
-msgid ""
-"Successfully added to delete pending agents. Will be deleted in the next "
-"policy application."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:121
-msgid "Successfully added to delete queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:122
-msgid "Could not be added to delete queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:157
-msgid "Successfully deleted from delete pending agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:158
-msgid "Could not be deleted from delete pending agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:260
-msgid "Agents in Policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:297
-msgid "Add agents to policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:303
-msgid "Delete agents from policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:339
-msgid "Applied"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:340
-msgid "Not applied"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:349
-#: ../../operation/agentes/estado_generalagente.php:293
-#: ../../godmode/agentes/agent_manager.php:317
-#: ../../godmode/agentes/configurar_agente.php:416
-#: ../../godmode/agentes/configurar_agente.php:526
-#: ../../godmode/servers/servers.build_table.php:160
-#: ../../godmode/massive/massive_edit_agents.php:349
-msgid "Remote configuration"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:351
-msgid "Unlinked modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:351
-msgid "U."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:354
-msgid "Add to delete queue"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:354
-#: ../../godmode/agentes/module_manager.php:528
-msgid "D."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:399
-#: ../../godmode/agentes/agent_manager.php:188
-msgid "This agent can be remotely configured"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:404
-msgid "This agent can not be remotely configured"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:463
-msgid "Need apply"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:471
-msgid "Applying policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:477
-msgid "Deleting from policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_agents.php:491
-#: ../../include/functions_visual_map.php:1203
-#: ../../include/functions_visual_map.php:1428
-#: ../../godmode/massive/massive_delete_agents.php:33
-#: ../../godmode/massive/massive_delete_alerts.php:83
-#: ../../godmode/massive/massive_delete_modules.php:61
-#: ../../godmode/massive/massive_add_alerts.php:73
-#: ../../godmode/massive/massive_add_tags.php:33
-#: ../../godmode/massive/massive_edit_agents.php:90
-#: ../../godmode/massive/massive_delete_tags.php:97
-#: ../../godmode/massive/massive_add_action_alerts.php:60
-msgid "No agents selected"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:22
-#: ../../enterprise/godmode/policies/policy_modules.php:1200
-#: ../../godmode/agentes/module_manager_editor_common.php:386
-msgid "Not needed"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:213
-msgid ""
-"If you change this description, you must change into the text of Data "
-"configuration."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:286
-msgid "Module macros"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:382
-msgid "Could not be added module(s). You must select a policy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:410
-#, php-format
-msgid "Successfully added module(s) (%s/%s) to policy %s"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:412
-#, php-format
-msgid "Could not be added module(s) (%s/%s) to policy %s"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:654
-msgid "Could not be added module."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:875
-msgid ""
-"The module type in Data configuration is empty, take from combo box of form."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:878
-msgid ""
-"The module name in Data configuration is empty, take from text field of form."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:909
-msgid "Could not be added to deleted all modules."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:966
-#: ../../godmode/agentes/configurar_agente.php:1414
-#, php-format
-msgid "copy of %s"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:978
-#: ../../godmode/agentes/configurar_agente.php:1424
-#, php-format
-msgid "copy of %s (%d)"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:995
-msgid "Successfully duplicate the module."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1048
-msgid "Local component"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1057
-#: ../../enterprise/godmode/policies/policy_modules.php:1058
-#: ../../godmode/agentes/module_manager.php:690
-msgid "Enable module"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1063
-#: ../../enterprise/godmode/policies/policy_modules.php:1064
-#: ../../godmode/agentes/module_manager.php:695
-msgid "Disable module"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1114
-msgid "There are no defined modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1131
-#: ../../godmode/massive/massive_copy_modules.php:136
-msgid "Copy modules"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1132
-msgid "Copy selected modules to policy: "
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1172
-#: ../../godmode/agentes/module_manager_editor.php:515
-msgid "No module name provided"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1173
-#: ../../godmode/agentes/module_manager_editor.php:516
-msgid "No target IP provided"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1174
-#: ../../godmode/agentes/module_manager_editor.php:517
-msgid "No SNMP OID provided"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1267
-msgid "Variable"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1307
-msgid "Are you sure to copy modules into policy?\\n"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_modules.php:1327
-msgid "Please select any module to copy"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_alerts.php:148
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:73
-msgid "Created successfuly"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_alerts.php:164
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:95
-msgid ""
-"Successfully added to delete pending alerts. Will be deleted in the next "
-"policy application."
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_alerts.php:188
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:120
-msgid "Added action successfuly"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_alerts.php:206
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:140
-msgid "Deleted action successfuly"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_alerts.php:511
-msgid "Policy module"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:77
-msgid "Duplicated alert"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:170
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:299
-msgid "Modules in policy agents"
-msgstr ""
-
-#: ../../enterprise/godmode/policies/policy_external_alerts.php:315
-msgid "Alert Template"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:315
-msgid "Invalid licence."
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:316
-msgid "Please contact Artica at info@artica.es for a valid licence."
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:318
-msgid "Or disable Pandora FMS enterprise"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:405
-#: ../../enterprise/load_enterprise.php:619
-msgid "Request new licence"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:480
-#, php-format
-msgid ""
-"License out of limits
"
-"This license allows %d agents and you have %d agents configured."
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:485
-#, php-format
-msgid ""
-"License out of limits
"
-"This license allows %d modules and you have %d modules configured."
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:492
-msgid ""
-"This license has expired. "
-"
You can not get updates until you renew the license."
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:503
-msgid ""
-"To continue using Pandora FMS, please disable enterprise by renaming the "
-"Enterprise directory in the console.
Or contact Artica at "
-"info@artica.es for a valid license:"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:507
-msgid "Please contact Artica at info@artica.es to renew the license."
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:616
-msgid "Renew"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:702
-msgid "Activate license"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:703
-msgid "Your request key is:"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:705
-#, php-format
-msgid ""
-"You can activate it manually here or "
-"automatically filling the form below:"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:710
-msgid "Auth Key:"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:717
-#: ../../enterprise/load_enterprise.php:733
-msgid "Online validation"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:726
-msgid "ERROR:"
-msgstr ""
-
-#: ../../enterprise/load_enterprise.php:726
-msgid "When connecting to Artica server."
-msgstr ""
-
-#: ../../mobile/index.php:206 ../../mobile/operation/groups.php:52
-#: ../../mobile/operation/agent.php:59
-#: ../../mobile/operation/networkmaps.php:100
-#: ../../mobile/operation/module_graph.php:270
-#: ../../mobile/operation/modules.php:174
-#: ../../mobile/operation/tactical.php:69
-#: ../../mobile/operation/networkmap.php:79
-#: ../../mobile/operation/alerts.php:142
-#: ../../mobile/operation/visualmap.php:66
-#: ../../mobile/operation/events.php:426
-#: ../../mobile/operation/visualmaps.php:84
-#: ../../mobile/operation/agents.php:146
-msgid ""
-"Access to this page is restricted to authorized users only, please contact "
-"system administrator if you need assistance.
Please know that all "
-"attempts to access this page are recorded in security logs of Pandora System "
-"Database"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:153
-#: ../../mobile/include/user.class.php:171
-#: ../../mobile/include/user.class.php:178
-msgid "Double authentication failed"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:154
-msgid "Secret code not found"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:155
-msgid "Please contact the administrator to reset your double authentication"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:179
-msgid "There was an error checking the code"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:211
-msgid "Login Failed"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:212
-msgid "User not found in database or incorrect password."
-msgstr ""
-
-#: ../../mobile/include/user.class.php:220
-msgid "Login out"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:238
-msgid "user"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:245
-msgid "password"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:295
-#: ../../mobile/include/user.class.php:296 ../../general/login_page.php:143
-msgid "Authenticator code"
-msgstr ""
-
-#: ../../mobile/include/user.class.php:300 ../../general/login_page.php:149
-msgid "Check code"
-msgstr ""
-
-#: ../../mobile/include/functions_web.php:81
-#: ../../mobile/include/ui.class.php:257 ../../general/footer.php:30
-#, php-format
-msgid "Pandora FMS %s - Build %s"
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168
-msgid "Pandora FMS mobile"
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:154
-msgid "Home"
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:630
-msgid "Not found header."
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:633
-msgid "Not found content."
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:636
-msgid "Not found footer."
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:639
-msgid "Incorrect form."
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:642
-msgid "Incorrect grid."
-msgstr ""
-
-#: ../../mobile/include/ui.class.php:645
-msgid "Incorrect collapsible."
-msgstr ""
-
-#: ../../mobile/operation/groups.php:102 ../../mobile/operation/groups.php:103
-#: ../../mobile/operation/groups.php:104
-#: ../../include/functions_groups.php:764
-#: ../../include/functions_groups.php:766
-#: ../../include/functions_groups.php:768
-#: ../../include/functions_groups.php:769
-#: ../../include/functions_groups.php:770
-#: ../../include/functions_reporting_html.php:2586
-msgid "Agents unknown"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:104
-msgid "PandoraFMS: Agents"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:109
-msgid "No agent found"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:117 ../../include/ajax/module.php:825
-#: ../../include/class/Tree.class.php:1772
-#: ../../operation/agentes/estado_agente.php:522
-#: ../../operation/agentes/estado_generalagente.php:83
-#: ../../godmode/agentes/agent_manager.php:393
-#: ../../godmode/agentes/modificar_agente.php:470
-#: ../../godmode/agentes/module_manager_editor_common.php:518
-#: ../../godmode/agentes/planned_downtime.editor.php:482
-#: ../../godmode/agentes/planned_downtime.list.php:425
-#: ../../godmode/agentes/module_manager.php:584
-#: ../../godmode/massive/massive_edit_agents.php:397
-#: ../../godmode/massive/massive_edit_modules.php:570
-msgid "Quiet"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:131 ../../extensions/net_tools.php:131
-#: ../../operation/agentes/estado_generalagente.php:148
-msgid "IP address"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:161
-msgid "Modules by status"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:169
-#: ../../include/functions_treeview.php:563
-#: ../../operation/agentes/estado_generalagente.php:596
-msgid "Events (24h)"
-msgstr ""
-
-#: ../../mobile/operation/agent.php:205
-#, php-format
-msgid "Last %s Events"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:112
-#: ../../mobile/operation/home.php:72
-msgid "Networkmaps"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:120
-#, php-format
-msgid "Filter Networkmaps by %s"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:150
-#: ../../mobile/operation/modules.php:261
-#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/events.php:654
-#: ../../mobile/operation/agents.php:201
-msgid "Apply Filter"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:202
-#: ../../mobile/operation/networkmap.php:164
-msgid "No networkmaps"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:216
-#: ../../mobile/operation/modules.php:677
-#: ../../mobile/operation/alerts.php:306
-#: ../../mobile/operation/events.php:1060
-#: ../../mobile/operation/agents.php:426
-msgid "(Default)"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:222
-#: ../../mobile/operation/modules.php:684
-#: ../../mobile/operation/alerts.php:316
-#: ../../mobile/operation/events.php:1086
-#: ../../mobile/operation/agents.php:432
-#, php-format
-msgid "Group: %s"
-msgstr ""
-
-#: ../../mobile/operation/networkmaps.php:229
-#: ../../mobile/operation/events.php:1098
-#, php-format
-msgid "Type: %s"
-msgstr ""
-
-#: ../../mobile/operation/module_graph.php:366
-#: ../../mobile/operation/module_graph.php:375
-#, php-format
-msgid "PandoraFMS: %s"
-msgstr ""
-
-#: ../../mobile/operation/module_graph.php:389
-#, php-format
-msgid "Options for %s : %s"
-msgstr ""
-
-#: ../../mobile/operation/module_graph.php:396
-msgid "Show Alerts"
-msgstr ""
-
-#: ../../mobile/operation/module_graph.php:404
-msgid "Show Events"
-msgstr ""
-
-#: ../../mobile/operation/module_graph.php:412
-#: ../../operation/agentes/stat_win.php:373
+#: ../../operation/agentes/stat_win.php:389
+#: ../../mobile/operation/module_graph.php:410
msgid "Time compare (Separated)"
msgstr ""
-#: ../../mobile/operation/module_graph.php:428
-#: ../../operation/agentes/stat_win.php:379
+#: ../../operation/agentes/stat_win.php:395
+#: ../../mobile/operation/module_graph.php:426
msgid "Show unknown graph"
msgstr ""
-#: ../../mobile/operation/module_graph.php:436
-msgid "Avg Only"
+#: ../../operation/agentes/estado_generalagente.php:42
+msgid "The agent has not assigned server. Maybe agent does not run fine."
msgstr ""
-#: ../../mobile/operation/module_graph.php:441
-msgid "Time range (hours)"
+#: ../../operation/agentes/estado_generalagente.php:82
+#: ../../operation/agentes/estado_agente.php:572
+#: ../../mobile/operation/agent.php:129
+#: ../../include/class/Tree.class.php:1796 ../../include/ajax/module.php:879
+#: ../../godmode/massive/massive_edit_agents.php:416
+#: ../../godmode/massive/massive_edit_modules.php:601
+#: ../../godmode/agentes/module_manager_editor_common.php:565
+#: ../../godmode/agentes/planned_downtime.editor.php:488
+#: ../../godmode/agentes/agent_manager.php:423
+#: ../../godmode/agentes/modificar_agente.php:541
+#: ../../godmode/agentes/module_manager.php:643
+#: ../../godmode/agentes/planned_downtime.list.php:427
+msgid "Quiet"
msgstr ""
-#: ../../mobile/operation/module_graph.php:454
-#: ../../operation/agentes/exportdata.php:301
-#: ../../operation/agentes/interface_traffic_graph_win.php:216
-#: ../../operation/agentes/stat_win.php:298
-#: ../../operation/agentes/graphs.php:133
-msgid "Begin date"
+#: ../../operation/agentes/estado_generalagente.php:119
+msgid ""
+"Agent statuses are re-calculated by the server, they are not shown in real "
+"time."
msgstr ""
-#: ../../mobile/operation/module_graph.php:461
-msgid "Update graph"
+#: ../../operation/agentes/estado_generalagente.php:147
+#: ../../extensions/net_tools.php:131
+msgid "IP address"
msgstr ""
-#: ../../mobile/operation/module_graph.php:470
-msgid "Error get the graph"
+#: ../../operation/agentes/estado_generalagente.php:196
+msgid "Agent contact"
msgstr ""
-#: ../../mobile/operation/modules.php:194
+#: ../../operation/agentes/estado_generalagente.php:218
+msgid "Next contact"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:241
+msgid "Agent info"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:256
+#: ../../include/functions_treeview.php:714
+msgid "Agent access rate (24h)"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:268
+#: ../../include/functions_treeview.php:571
+msgid "Other IP addresses"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:292
+#: ../../godmode/massive/massive_edit_agents.php:368
+#: ../../godmode/servers/servers.build_table.php:160
+#: ../../godmode/agentes/configurar_agente.php:441
+#: ../../godmode/agentes/configurar_agente.php:553
+#: ../../godmode/agentes/agent_manager.php:347
+msgid "Remote configuration"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:297
+#: ../../include/functions_groups.php:2158
+#: ../../include/functions_reporting_html.php:2086
+#: ../../godmode/alerts/configure_alert_template.php:663
+msgid "Enabled"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:310
+#: ../../include/functions_treeview.php:659
+msgid "Position (Long, Lat)"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:313
+msgid "There is no GIS data."
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:338
+#: ../../include/functions_treeview.php:676
+msgid "Timezone Offset"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:388
+msgid "Active incident on this agent"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:392
+#: ../../operation/incidents/incident_detail.php:419
+#: ../../godmode/setup/news.php:222
+msgid "Author"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:397
+msgid "Title"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:407
+#: ../../operation/incidents/incident_detail.php:318
+#: ../../operation/incidents/incident.php:246
+#: ../../operation/incidents/incident.php:338
+#: ../../include/functions_reporting_html.php:2873
+#: ../../include/functions_events.php:2173
+#: ../../godmode/snmpconsole/snmp_alert.php:941
+#: ../../godmode/snmpconsole/snmp_alert.php:1006
+#: ../../godmode/alerts/alert_view.php:102
+#: ../../godmode/alerts/alert_list.list.php:127
+#: ../../godmode/alerts/configure_alert_template.php:767
+#: ../../godmode/alerts/alert_templates.php:52
+#: ../../godmode/agentes/agent_incidents.php:88
+msgid "Priority"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:448
+#: ../../include/functions_treeview.php:796
+msgid "Interface information"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:477
+#: ../../include/functions_treeview.php:774
+msgid "Interface traffic"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:538
+msgid "Events info (24hr.)"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:601
+#: ../../mobile/operation/agent.php:214
+#: ../../include/functions_treeview.php:722
+msgid "Events (24h)"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:620
+msgid "Refresh data"
+msgstr ""
+
+#: ../../operation/agentes/estado_generalagente.php:622
+msgid "Force remote checks"
+msgstr ""
+
+#: ../../operation/agentes/estado_agente.php:156
+msgid "Sucessfully deleted agent"
+msgstr ""
+
+#: ../../operation/agentes/estado_agente.php:158
+msgid "There was an error message deleting the agent"
+msgstr ""
+
+#: ../../operation/agentes/estado_agente.php:175
+#: ../../godmode/agentes/planned_downtime.editor.php:706
+#: ../../godmode/agentes/modificar_agente.php:165
+msgid "Recursion"
+msgstr ""
+
+#: ../../operation/agentes/estado_agente.php:593
+msgid "Remote config"
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:55
+#: ../../godmode/agentes/agent_conf_gis.php:40
+msgid ""
+"There is no default map. Please go to the setup for to set a default map."
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:86
+#: ../../godmode/agentes/agent_conf_gis.php:50
+msgid ""
+"There is no GIS data for this agent, so it's positioned in default position "
+"of map."
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:91
+msgid "Last position in "
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:98
+msgid "Period to show data as path"
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:102
+msgid "Refresh path"
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:105
+msgid "Positional data from the last"
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:144
+msgid "This agent doesn't have any GIS data."
+msgstr ""
+
+#: ../../operation/agentes/gis_view.php:172
#, php-format
-msgid "Filter Modules by %s"
+msgid "%s Km"
msgstr ""
-#: ../../mobile/operation/modules.php:434
-#: ../../include/functions_modules.php:1834
-#: ../../operation/search_modules.php:104
-#: ../../operation/agentes/status_monitor.php:1119
-msgid "NOT INIT"
+#: ../../operation/agentes/gis_view.php:178
+#: ../../godmode/setup/gis_step_2.php:300
+msgid "Longitude"
msgstr ""
-#: ../../mobile/operation/modules.php:473
-msgid "Interval."
+#: ../../operation/agentes/gis_view.php:179
+#: ../../godmode/setup/gis_step_2.php:296
+msgid "Latitude"
msgstr ""
-#: ../../mobile/operation/modules.php:479
-msgid "Last update."
+#: ../../operation/agentes/gis_view.php:180
+#: ../../godmode/setup/gis_step_2.php:304
+msgid "Altitude"
msgstr ""
-#: ../../mobile/operation/modules.php:558
-#: ../../godmode/agentes/agent_template.php:258
-msgid "No modules"
+#: ../../operation/agentes/gis_view.php:182
+#: ../../godmode/agentes/planned_downtime.list.php:145
+msgid "To"
msgstr ""
-#: ../../mobile/operation/modules.php:692
-#, php-format
-msgid "Module group: %s"
+#: ../../operation/agentes/gis_view.php:184
+msgid "Distance"
msgstr ""
-#: ../../mobile/operation/modules.php:696
-#: ../../mobile/operation/alerts.php:320
-#: ../../mobile/operation/events.php:1102
-#: ../../mobile/operation/agents.php:436
-#, php-format
-msgid "Status: %s"
+#: ../../operation/agentes/gis_view.php:185
+msgid "# of Packages"
msgstr ""
-#: ../../mobile/operation/modules.php:700
-#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:440
-#, php-format
-msgid "Free Search: %s"
+#: ../../operation/agentes/gis_view.php:189
+msgid "positional data"
msgstr ""
-#: ../../mobile/operation/modules.php:705
-#, php-format
-msgid "Tag: %s"
+#: ../../operation/agentes/status_events.php:31
+#: ../../operation/agentes/status_events.php:32
+msgid "Latest events for this agent"
msgstr ""
-#: ../../mobile/operation/tactical.php:146
-msgid "Last activity"
+#: ../../operation/agentes/graphs.php:86
+msgid "Other modules"
msgstr ""
-#: ../../mobile/operation/tactical.php:264
-#: ../../include/functions_reporting_html.php:2759
-#: ../../operation/snmpconsole/snmp_statistics.php:140
-#: ../../godmode/admin_access_logs.php:191 ../../general/logon_ok.php:224
-#: ../../general/logon_ok.php:421
-msgid "Source IP"
+#: ../../operation/agentes/graphs.php:91
+msgid "Modules network no proc"
msgstr ""
-#: ../../mobile/operation/home.php:78 ../../mobile/operation/visualmaps.php:96
-msgid "Visual consoles"
+#: ../../operation/agentes/graphs.php:143
+msgid "the combined graph does not show the alerts into this graph"
msgstr ""
-#: ../../mobile/operation/home.php:92
-#: ../../include/functions_visual_map.php:2271
-#: ../../include/functions_visual_map_editor.php:231
-#: ../../godmode/reporting/visual_console_builder.wizard.php:106
-msgid "Module graph"
+#: ../../operation/agentes/graphs.php:145
+msgid "Show as one combined graph"
msgstr ""
-#: ../../mobile/operation/home.php:104
-msgid "Visualmap"
+#: ../../operation/agentes/graphs.php:147
+msgid "one combined graph"
msgstr ""
-#: ../../mobile/operation/home.php:161 ../../operation/search_results.php:63
-msgid "Global search"
+#: ../../operation/agentes/graphs.php:150
+msgid "several graphs for each module"
msgstr ""
-#: ../../mobile/operation/alerts.php:36
-#: ../../operation/agentes/alerts_status.functions.php:72
-msgid "All (Enabled)"
+#: ../../operation/agentes/graphs.php:157
+msgid "Save as custom graph"
msgstr ""
-#: ../../mobile/operation/alerts.php:39
-#: ../../operation/snmpconsole/snmp_view.php:162
-#: ../../operation/snmpconsole/snmp_view.php:824
-#: ../../operation/agentes/alerts_status.functions.php:75
-msgid "Not fired"
+#: ../../operation/agentes/graphs.php:163
+msgid "Filter graphs"
msgstr ""
-#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97
-#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204
-#: ../../godmode/alerts/alert_view.php:106
-msgid "Stand by"
+#: ../../operation/agentes/graphs.php:210
+msgid "There was an error loading the graph"
msgstr ""
-#: ../../mobile/operation/alerts.php:162
-#, php-format
-msgid "Filter Alerts by %s"
+#: ../../operation/agentes/graphs.php:218
+#: ../../operation/agentes/graphs.php:221
+msgid "Name custom graph"
msgstr ""
-#: ../../mobile/operation/alerts.php:272
-msgid "Last Fired"
+#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:194
+#: ../../godmode/setup/snmp_wizard.php:104
+#: ../../godmode/setup/gis_step_2.php:310
+#: ../../godmode/reporting/reporting_builder.main.php:32
+#: ../../godmode/reporting/visual_console_builder.data.php:181
+msgid "Save"
msgstr ""
-#: ../../mobile/operation/alerts.php:282
-msgid "No alerts"
+#: ../../operation/agentes/graphs.php:243
+msgid "Save custom graph"
msgstr ""
-#: ../../mobile/operation/alerts.php:312
-#, php-format
-msgid "Standby: %s"
+#: ../../operation/agentes/graphs.php:264
+msgid "Custom graph create from the tab graphs in the agent."
msgstr ""
-#: ../../mobile/operation/events.php:107
-#: ../../operation/events/events.build_table.php:61
-msgid "Event Name"
+#: ../../operation/agentes/networkmap.dinamic.php:130
+#: ../../mobile/operation/networkmap.php:110
+#: ../../mobile/operation/networkmap.php:129
+#: ../../mobile/operation/networkmap.php:146
+#: ../../include/functions_pandora_networkmap.php:99
+msgid "Pandora FMS"
msgstr ""
-#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378
-#: ../../mobile/operation/events.php:585 ../../mobile/operation/events.php:586
-msgid "Preset Filters"
+#: ../../operation/incidents/incident_statistics.php:33
+msgid "Incidents by status"
msgstr ""
-#: ../../mobile/operation/events.php:438
-msgid "ERROR: Event detail"
+#: ../../operation/incidents/incident_statistics.php:36
+msgid "Incidents by priority"
msgstr ""
-#: ../../mobile/operation/events.php:440
-msgid "Error connecting to DB pandora."
+#: ../../operation/incidents/incident_statistics.php:39
+msgid "Incidents by group"
msgstr ""
-#: ../../mobile/operation/events.php:453
-msgid "Event detail"
+#: ../../operation/incidents/incident_statistics.php:42
+msgid "Incidents by user"
msgstr ""
-#: ../../mobile/operation/events.php:464
-#: ../../include/functions_events.php:2328
-#: ../../operation/events/events.build_table.php:55
-msgid "Event ID"
+#: ../../operation/incidents/incident_statistics.php:45
+msgid "Incidents by source"
msgstr ""
-#: ../../mobile/operation/events.php:480
-#: ../../include/functions_events.php:2367
-#: ../../operation/events/events_list.php:560
-#: ../../godmode/events/event_edit_filter.php:288
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:926
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:942
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:958
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:974
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:990
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:422
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:438
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:454
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:470
-msgid "Repeated"
+#: ../../operation/incidents/incident_detail.php:67
+#: ../../godmode/alerts/alert_list.php:170
+#: ../../godmode/massive/massive_add_action_alerts.php:112
+#: ../../godmode/massive/massive_add_alerts.php:112
+#: ../../godmode/massive/massive_add_tags.php:88
+msgid "Successfully added"
msgstr ""
-#: ../../mobile/operation/events.php:492
-#: ../../include/functions_events.php:2416
-msgid "Acknowledged by"
+#: ../../operation/incidents/incident_detail.php:68
+#: ../../godmode/alerts/alert_list.php:170
+#: ../../godmode/massive/massive_add_action_alerts.php:59
+#: ../../godmode/massive/massive_add_action_alerts.php:96
+#: ../../godmode/massive/massive_add_action_alerts.php:112
+#: ../../godmode/massive/massive_add_action_alerts.php:116
+#: ../../godmode/massive/massive_add_action_alerts.php:120
+#: ../../godmode/massive/massive_add_alerts.php:113
+#: ../../godmode/massive/massive_delete_action_alerts.php:119
+#: ../../godmode/massive/massive_add_tags.php:89
+msgid "Could not be added"
msgstr ""
-#: ../../mobile/operation/events.php:501
-#: ../../include/functions_visual_map_editor.php:573
-#: ../../godmode/reporting/visual_console_builder.elements.php:153
-msgid "Module Graph"
+#: ../../operation/incidents/incident_detail.php:120
+msgid "No description available"
msgstr ""
-#: ../../mobile/operation/events.php:536
-msgid "Sucessful validate"
+#: ../../operation/incidents/incident_detail.php:160
+msgid "File could not be saved due to database error"
msgstr ""
-#: ../../mobile/operation/events.php:538
-msgid "Fail validate"
+#: ../../operation/incidents/incident_detail.php:173
+msgid "File uploaded"
msgstr ""
-#: ../../mobile/operation/events.php:570
-#, php-format
-msgid "Filter Events by %s"
+#: ../../operation/incidents/incident_detail.php:174
+msgid "File could not be uploaded"
msgstr ""
-#: ../../mobile/operation/events.php:780
-#: ../../include/functions_reporting.php:1192
-#: ../../include/functions_reporting.php:1353
-#: ../../include/functions_reporting_html.php:2938
-#: ../../include/functions_events.php:850
-#: ../../include/functions_events.php:854
-#: ../../operation/events/events.build_table.php:679
-msgid "No events"
+#: ../../operation/incidents/incident_detail.php:233
+msgid "Incident details"
msgstr ""
-#: ../../mobile/operation/events.php:1066
-#, php-format
-msgid "Filter: %s"
+#: ../../operation/incidents/incident_detail.php:238
+#: ../../operation/incidents/incident.php:411
+msgid "Create incident"
msgstr ""
-#: ../../mobile/operation/events.php:1079
-#, php-format
-msgid "Severity: %s"
+#: ../../operation/incidents/incident_detail.php:244
+#: ../../operation/incidents/incident.php:337
+#: ../../godmode/servers/manage_recontask_form.php:311
+#: ../../godmode/servers/manage_recontask.php:291
+#: ../../godmode/agentes/agent_incidents.php:87
+msgid "Incident"
msgstr ""
-#: ../../mobile/operation/events.php:1106
-#, php-format
-msgid "Free search: %s"
+#: ../../operation/incidents/incident_detail.php:259
+msgid "Opened at"
msgstr ""
-#: ../../mobile/operation/events.php:1110
-#, php-format
-msgid "Hours: %s"
+#: ../../operation/incidents/incident_detail.php:327
+msgid "Creator"
msgstr ""
-#: ../../mobile/operation/visualmaps.php:146
-msgid "No maps defined"
+#: ../../operation/incidents/incident_detail.php:376
+msgid "Update incident"
msgstr ""
-#: ../../mobile/operation/agents.php:166
-#, php-format
-msgid "Filter Agents by %s"
+#: ../../operation/incidents/incident_detail.php:382
+msgid "Submit"
msgstr ""
-#: ../../mobile/operation/agents.php:333
-msgid "No agents"
+#: ../../operation/incidents/incident_detail.php:396
+#: ../../operation/incidents/incident_detail.php:400
+msgid "Add note"
+msgstr ""
+
+#: ../../operation/incidents/incident_detail.php:432
+msgid "Notes attached to incident"
+msgstr ""
+
+#: ../../operation/incidents/incident_detail.php:453
+#: ../../operation/incidents/incident_detail.php:505
+msgid "Filename"
+msgstr ""
+
+#: ../../operation/incidents/incident_detail.php:455
+#: ../../extensions/files_repo/files_repo_list.php:60
+#: ../../include/functions_filemanager.php:582
+#: ../../include/functions_visual_map_editor.php:107
+#: ../../include/functions_visual_map_editor.php:149
+#: ../../include/functions_visual_map_editor.php:444
+#: ../../include/functions_visual_map_editor.php:508
+#: ../../godmode/events/event_responses.editor.php:97
+msgid "Size"
+msgstr ""
+
+#: ../../operation/incidents/incident_detail.php:481
+msgid "Attached files"
+msgstr ""
+
+#: ../../operation/incidents/incident_detail.php:499
+#: ../../operation/incidents/incident_detail.php:503
+msgid "Add attachment"
+msgstr ""
+
+#: ../../operation/incidents/incident_detail.php:507
+#: ../../extensions/resource_registration.php:876
+#: ../../extensions/plugin_registration.php:43
+#: ../../extensions/extension_uploader.php:85
+#: ../../godmode/alerts/alert_special_days.php:260
+msgid "Upload"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:33
+msgid "Incident management"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:72
+msgid "Successfully reclaimed ownership"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:73
+msgid "Could not reclame ownership"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:143
+msgid "Error creating incident"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:146
+msgid "Incident created"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:233
+msgid "Incidents:"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:234
+msgid "All incidents"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:256
+msgid "Priorities:"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:257
+msgid "All priorities"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:261
+msgid "Users:"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:262
+msgid "All users"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:277
+msgid "Agents:"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:279
+#: ../../godmode/db/db_purge.php:167
+msgid "All agents"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:284
+msgid "Groups:"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:290
+msgid "Free text:"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:291
+msgid "Search by incident name or description, list matches."
+msgstr ""
+
+#: ../../operation/incidents/incident.php:340
+#: ../../godmode/servers/servers.build_table.php:72
+#: ../../godmode/agentes/agent_incidents.php:90
+msgid "Updated"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:399
+msgid "Delete incidents"
+msgstr ""
+
+#: ../../operation/incidents/incident.php:403
+msgid "Become owner"
+msgstr ""
+
+#: ../../extensions/resource_exportation.php:53
+#: ../../extensions/resource_exportation.php:338
+msgid "Resource exportation"
+msgstr ""
+
+#: ../../extensions/resource_exportation.php:341
+msgid ""
+"This extension makes exportation of resource template more easy. Here you "
+"can export as a resource template in Pandora FMS 3.x format (.ptr). "
+msgstr ""
+
+#: ../../extensions/resource_exportation.php:352
+msgid "Report"
+msgstr ""
+
+#: ../../extensions/module_groups.php:39
+msgid "Number fired of alerts"
+msgstr ""
+
+#: ../../extensions/module_groups.php:46
+#: ../../godmode/massive/massive_add_alerts.php:174
+#: ../../godmode/massive/massive_enable_disable_alerts.php:148
+#: ../../godmode/massive/massive_standby_alerts.php:148
+#: ../../godmode/massive/massive_delete_alerts.php:206
+msgid "Alert template"
+msgstr ""
+
+#: ../../extensions/module_groups.php:84
+#: ../../include/functions_filemanager.php:583
+#: ../../include/functions_treeview.php:382
+#: ../../include/functions_reporting_html.php:1952
+#: ../../godmode/alerts/alert_view.php:344
+#: ../../godmode/alerts/alert_list.list.php:121
+#: ../../godmode/alerts/alert_list.list.php:410
+#: ../../godmode/alerts/alert_list.builder.php:83 ../../godmode/menu.php:156
+#: ../../godmode/events/event_responses.list.php:57
+#: ../../godmode/category/category.php:111
+#: ../../godmode/groups/group_list.php:341
+#: ../../godmode/agentes/planned_downtime.editor.php:760
+#: ../../godmode/agentes/modificar_agente.php:494
+#: ../../godmode/agentes/fields_manager.php:97 ../../godmode/tag/tag.php:205
+msgid "Actions"
+msgstr ""
+
+#: ../../extensions/module_groups.php:168
+msgid "Combined table of agent group and module group"
+msgstr ""
+
+#: ../../extensions/module_groups.php:171
+msgid ""
+"This table shows in columns the modules group and in rows agents group. The "
+"cell shows all modules"
+msgstr ""
+
+#: ../../extensions/module_groups.php:297
+msgid ""
+"Orange cell when the module group and agent have at least one alarm fired."
+msgstr ""
+
+#: ../../extensions/module_groups.php:298
+msgid ""
+"Red cell when the module group and agent have at least one module in "
+"critical status and the others in any status"
+msgstr ""
+
+#: ../../extensions/module_groups.php:299
+msgid ""
+"Yellow cell when the module group and agent have at least one in warning "
+"status and the others in grey or green status"
+msgstr ""
+
+#: ../../extensions/module_groups.php:300
+msgid ""
+"Green cell when the module group and agent have all modules in OK status"
+msgstr ""
+
+#: ../../extensions/module_groups.php:301
+msgid ""
+"Grey cell when the module group and agent have at least one in unknown "
+"status and the others in green status"
+msgstr ""
+
+#: ../../extensions/module_groups.php:302
+msgid ""
+"Blue cell when the module group and agent have all modules in not init "
+"status."
+msgstr ""
+
+#: ../../extensions/module_groups.php:307
+msgid "There are no defined groups or module groups"
msgstr ""
#: ../../extensions/resource_registration.php:40
@@ -17596,8 +6542,7 @@ msgstr ""
#: ../../extensions/resource_registration.php:75
#, php-format
-msgid ""
-"Warning create '%s' report, the name exist, the report have a name %s."
+msgid "Warning create '%s' report, the name exist, the report have a name %s."
msgstr ""
#: ../../extensions/resource_registration.php:82
@@ -17625,6 +6570,13 @@ msgstr ""
msgid "Success add '%s' content."
msgstr ""
+#: ../../extensions/resource_registration.php:328
+#: ../../extensions/resource_registration.php:349
+#: ../../extensions/resource_registration.php:359
+#, php-format
+msgid "Error add '%s' action."
+msgstr ""
+
#: ../../extensions/resource_registration.php:335
#, php-format
msgid "Success add '%s' SLA."
@@ -17684,26 +6636,26 @@ msgstr ""
msgid "Error create item for agent '%s' visual map."
msgstr ""
-#: ../../extensions/resource_registration.php:776
+#: ../../extensions/resource_registration.php:792
#, php-format
msgid "Success create '%s' component."
msgstr ""
-#: ../../extensions/resource_registration.php:777
+#: ../../extensions/resource_registration.php:793
#, php-format
msgid "Error create '%s' component."
msgstr ""
-#: ../../extensions/resource_registration.php:833
-#: ../../extensions/resource_registration.php:873
+#: ../../extensions/resource_registration.php:849
+#: ../../extensions/resource_registration.php:889
msgid "Resource registration"
msgstr ""
-#: ../../extensions/resource_registration.php:836
+#: ../../extensions/resource_registration.php:852
msgid "Error, please install the PHP libXML in the system."
msgstr ""
-#: ../../extensions/resource_registration.php:842
+#: ../../extensions/resource_registration.php:858
#, php-format
msgid ""
"This extension makes registration of resource template more easy. Here you "
@@ -17713,137 +6665,65 @@ msgid ""
"Library"
msgstr ""
-#: ../../extensions/resource_registration.php:856
+#: ../../extensions/resource_registration.php:872
msgid "Group filter: "
msgstr ""
-#: ../../extensions/resource_registration.php:860
-#: ../../extensions/extension_uploader.php:85
-#: ../../extensions/plugin_registration.php:43
-#: ../../operation/incidents/incident_detail.php:507
-msgid "Upload"
+#: ../../extensions/disabled/ssh_gateway.php:52
+msgid "You need to specify a user and a host address"
msgstr ""
-#: ../../extensions/extension_uploader.php:28
-msgid "Uploader extension"
+#: ../../extensions/disabled/ssh_gateway.php:57
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:66
+msgid "Host address"
msgstr ""
-#: ../../extensions/extension_uploader.php:64
-msgid "Success to upload extension"
-msgstr ""
-
-#: ../../extensions/extension_uploader.php:65
-msgid "Fail to upload extension"
-msgstr ""
-
-#: ../../extensions/extension_uploader.php:73
-msgid "Upload extension"
-msgstr ""
-
-#: ../../extensions/extension_uploader.php:75
-msgid "Upload the extension as a zip file."
-msgstr ""
-
-#: ../../extensions/extension_uploader.php:77
-msgid "Upload enterprise extension"
-msgstr ""
-
-#: ../../extensions/extension_uploader.php:90
-msgid "Extension uploader"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_get_file.php:65
-msgid "Unreliable petition"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_get_file.php:65
-msgid "Please contact the administrator"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_form.php:73
-msgid "Only 200 characters are permitted"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_form.php:84
-#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525
-#: ../../operation/integria_incidents/incident.files.php:23
-#: ../../godmode/extensions.php:143
-msgid "File"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_form.php:87
-#: ../../extensions/files_repo/files_repo_form.php:93
-#: ../../extensions/files_repo/files_repo_list.php:89
-msgid "Public link"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_list.php:61
-#: ../../include/functions_filemanager.php:579
-msgid "Last modification"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_list.php:86
-msgid "Copy to clipboard"
-msgstr ""
-
-#: ../../extensions/files_repo/files_repo_list.php:115
-msgid "No items"
-msgstr ""
-
-#: ../../extensions/files_repo/functions_files_repo.php:29
-#: ../../extensions/files_repo/functions_files_repo.php:40
-#: ../../include/functions_config.php:1465
-msgid "Attachment directory is not writable by HTTP Server"
-msgstr ""
-
-#: ../../extensions/files_repo/functions_files_repo.php:30
-#: ../../extensions/files_repo/functions_files_repo.php:41
+#: ../../extensions/disabled/ssh_gateway.php:59
#, php-format
-msgid "Please check that the web server has write rights on the %s directory"
+msgid "For security reasons the following characters are not allowed: %s"
msgstr ""
-#: ../../extensions/files_repo/functions_files_repo.php:229
-msgid "The file could not be copied"
+#: ../../extensions/disabled/ssh_gateway.php:60
+msgid "Connect"
msgstr ""
-#: ../../extensions/files_repo/functions_files_repo.php:233
-msgid "There was an error creating the file"
+#: ../../extensions/disabled/ssh_gateway.php:63
+msgid "Port (use 0 for default)"
msgstr ""
-#: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174
-msgid "Cannot find file"
+#: ../../extensions/disabled/ssh_gateway.php:65
+msgid "Connect mode"
msgstr ""
-#: ../../extensions/pandora_logs.php:39
-msgid "File is too large than PHP memory allocated in the system."
+#: ../../extensions/disabled/matrix_events.php:29
+msgid "Matrix events"
msgstr ""
-#: ../../extensions/pandora_logs.php:40
-msgid "The preview file is imposible."
+#: ../../extensions/disabled/vnc_view.php:25
+msgid "VNC Display (:0 by default)"
msgstr ""
-#: ../../extensions/pandora_logs.php:44
-msgid "File is too large (> 500KB)"
+#: ../../extensions/disabled/vnc_view.php:28
+msgid "Send"
msgstr ""
-#: ../../extensions/pandora_logs.php:72
-msgid "System logfile viewer"
-msgstr ""
-
-#: ../../extensions/pandora_logs.php:74
-msgid ""
-"This tool is used just to view your Pandora FMS system logfiles directly "
-"from console"
-msgstr ""
-
-#: ../../extensions/pandora_logs.php:83
-msgid "System logfiles"
+#: ../../extensions/disabled/vnc_view.php:42
+msgid "VNC view"
msgstr ""
#: ../../extensions/net_tools.php:96
msgid "The agent hasn't got IP"
msgstr ""
+#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132
+#: ../../include/functions_menu.php:574
+#: ../../include/functions_reporting_html.php:1481
+#: ../../include/functions_reporting_html.php:2582
+#: ../../godmode/extensions.php:153
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1748
+msgid "Operation"
+msgstr ""
+
#: ../../extensions/net_tools.php:120
msgid ""
"You can set the command path in the menu Administration -> Extensions -"
@@ -17870,9 +6750,11 @@ msgstr ""
msgid "DiG/Whois Lookup"
msgstr ""
-#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1793
-#: ../../operation/extensions.php:64
-#: ../../operation/agentes/networkmap_list.php:266
+#: ../../extensions/net_tools.php:145
+msgid "SNMP Community"
+msgstr ""
+
+#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1796
msgid "Execute"
msgstr ""
@@ -17933,126 +6815,194 @@ msgstr ""
msgid "Interface"
msgstr ""
-#: ../../extensions/net_tools.php:259 ../../extensions/net_tools.php:333
+#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:343
msgid "Config Network Tools"
msgstr ""
-#: ../../extensions/net_tools.php:280 ../../extensions/net_tools.php:281
+#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290
msgid "Set the paths."
msgstr ""
-#: ../../extensions/net_tools.php:300
+#: ../../extensions/net_tools.php:310
msgid "Traceroute path"
msgstr ""
-#: ../../extensions/net_tools.php:301
+#: ../../extensions/net_tools.php:311
msgid "If it is empty, Pandora searchs the traceroute system."
msgstr ""
-#: ../../extensions/net_tools.php:304
+#: ../../extensions/net_tools.php:314
msgid "Ping path"
msgstr ""
-#: ../../extensions/net_tools.php:305
+#: ../../extensions/net_tools.php:315
msgid "If it is empty, Pandora searchs the ping system."
msgstr ""
-#: ../../extensions/net_tools.php:308
+#: ../../extensions/net_tools.php:318
msgid "Nmap path"
msgstr ""
-#: ../../extensions/net_tools.php:309
+#: ../../extensions/net_tools.php:319
msgid "If it is empty, Pandora searchs the nmap system."
msgstr ""
-#: ../../extensions/net_tools.php:312
+#: ../../extensions/net_tools.php:322
msgid "Dig path"
msgstr ""
-#: ../../extensions/net_tools.php:313
+#: ../../extensions/net_tools.php:323
msgid "If it is empty, Pandora searchs the dig system."
msgstr ""
-#: ../../extensions/net_tools.php:316
+#: ../../extensions/net_tools.php:326
msgid "Snmpget path"
msgstr ""
-#: ../../extensions/net_tools.php:317
+#: ../../extensions/net_tools.php:327
msgid "If it is empty, Pandora searchs the snmpget system."
msgstr ""
-#: ../../extensions/dbmanager.php:107
-msgid "Database interface"
+#: ../../extensions/net_tools.php:332
+#: ../../godmode/reporting/reporting_builder.list_items.php:305
+#: ../../godmode/update_manager/update_manager.php:35
+msgid "Options"
msgstr ""
-#: ../../extensions/dbmanager.php:122
-msgid "Execute SQL"
+#: ../../extensions/insert_data.php:56
+msgid "Insert data"
msgstr ""
-#: ../../extensions/dbmanager.php:166
-msgid "DB interface"
+#: ../../extensions/insert_data.php:93
+msgid "You haven't privileges for insert data in the agent."
msgstr ""
-#: ../../extensions/module_groups.php:39
-msgid "Number fired of alerts"
+#: ../../extensions/insert_data.php:130
+#, php-format
+msgid "Can't save agent (%s), module (%s) data xml."
msgstr ""
-#: ../../extensions/module_groups.php:168
-msgid "Combined table of agent group and module group"
+#: ../../extensions/insert_data.php:137
+#, php-format
+msgid "Save agent (%s), module (%s) data xml."
msgstr ""
-#: ../../extensions/module_groups.php:171
+#: ../../extensions/insert_data.php:146
+#, php-format
msgid ""
-"This table shows in columns the modules group and in rows agents group. The "
-"cell shows all modules"
+"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 ""
-#: ../../extensions/module_groups.php:297
-msgid ""
-"Orange cell when the module group and agent have at least one alarm fired."
+#: ../../extensions/insert_data.php:179 ../../general/header.php:204
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:85
+#: ../../godmode/alerts/configure_alert_template.php:592
+#: ../../godmode/alerts/alert_list.builder.php:77
+#: ../../godmode/alerts/alert_list.builder.php:125
+#: ../../godmode/massive/massive_add_alerts.php:176
+#: ../../godmode/massive/massive_delete_modules.php:412
+#: ../../godmode/massive/massive_delete_modules.php:481
+#: ../../godmode/massive/massive_copy_modules.php:95
+#: ../../godmode/massive/massive_edit_modules.php:256
+#: ../../godmode/massive/massive_edit_modules.php:310
+#: ../../godmode/massive/massive_delete_alerts.php:208
+#: ../../godmode/gis_maps/configure_gis_map.php:588
+msgid "Select"
msgstr ""
-#: ../../extensions/module_groups.php:298
-msgid ""
-"Red cell when the module group and agent have at least one module in "
-"critical status and the others in any status"
+#: ../../extensions/insert_data.php:258
+msgid "Insert Data"
msgstr ""
-#: ../../extensions/module_groups.php:299
-msgid ""
-"Yellow cell when the module group and agent have at least one in warning "
-"status and the others in grey or green status"
+#: ../../extensions/api_checker.php:92 ../../extensions/api_checker.php:228
+msgid "API checker"
msgstr ""
-#: ../../extensions/module_groups.php:300
-msgid ""
-"Green cell when the module group and agent have all modules in OK status"
+#: ../../extensions/api_checker.php:99 ../../extensions/users_connected.php:78
+#: ../../include/functions_visual_map_editor.php:653
+#: ../../include/functions_reporting_html.php:1901
+#: ../../include/functions_reporting_html.php:2075
+#: ../../godmode/reporting/visual_console_builder.elements.php:558
+#: ../../godmode/admin_access_logs.php:69
+#: ../../godmode/admin_access_logs.php:70
+msgid "IP"
msgstr ""
-#: ../../extensions/module_groups.php:301
-msgid ""
-"Grey cell when the module group and agent have at least one in unknown "
-"status and the others in green status"
+#: ../../extensions/api_checker.php:104
+msgid "Pandora Console URL"
msgstr ""
-#: ../../extensions/module_groups.php:302
-msgid ""
-"Blue cell when the module group and agent have all modules in not init "
-"status."
+#: ../../extensions/api_checker.php:109
+msgid "API Pass"
msgstr ""
-#: ../../extensions/module_groups.php:307
-msgid "There are no defined groups or module groups"
+#: ../../extensions/api_checker.php:119
+#: ../../mobile/include/user.class.php:252 ../../general/login_page.php:141
+#: ../../general/login_page.php:165 ../../include/functions_config.php:334
+#: ../../include/functions_config.php:345
+#: ../../include/functions_config.php:355
+#: ../../godmode/setup/setup_ehorus.php:79
+#: ../../godmode/massive/massive_edit_modules.php:528
+#: ../../godmode/users/configure_user.php:454
+#: ../../godmode/modules/manage_network_components_form_wmi.php:50
+#: ../../godmode/agentes/module_manager_editor_wmi.php:57
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264
+msgid "Password"
msgstr ""
-#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67
-#: ../../godmode/menu.php:53
-msgid "Module groups"
+#: ../../extensions/api_checker.php:127
+msgid "Action (get or set)"
+msgstr ""
+
+#: ../../extensions/api_checker.php:142
+msgid "ID 2"
+msgstr ""
+
+#: ../../extensions/api_checker.php:147
+msgid "Return Type"
+msgstr ""
+
+#: ../../extensions/api_checker.php:157
+msgid "Other Mode"
+msgstr ""
+
+#: ../../extensions/api_checker.php:165
+msgid "Raw URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:171
+msgid "Credentials"
+msgstr ""
+
+#: ../../extensions/api_checker.php:176
+msgid "Call parameters"
+msgstr ""
+
+#: ../../extensions/api_checker.php:181 ../../extensions/api_checker.php:194
+msgid "Call"
+msgstr ""
+
+#: ../../extensions/api_checker.php:188
+msgid "Custom URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:200 ../../extensions/api_checker.php:207
+#: ../../include/functions_db.php:1516
+msgid "Result"
+msgstr ""
+
+#: ../../extensions/api_checker.php:203 ../../extensions/api_checker.php:220
+msgid "Show URL"
+msgstr ""
+
+#: ../../extensions/api_checker.php:216
+msgid "Hide URL"
msgstr ""
#: ../../extensions/users_connected.php:38
#: ../../extensions/users_connected.php:122
-#: ../../extensions/users_connected.php:126
+#: ../../extensions/users_connected.php:123
msgid "Users connected"
msgstr ""
@@ -18060,411 +7010,105 @@ msgstr ""
msgid "No other users connected"
msgstr ""
-#: ../../extensions/plugin_registration.php:26
-#: ../../extensions/plugin_registration.php:33
-msgid "Plugin registration"
+#: ../../extensions/agents_modules.php:103
+#: ../../extensions/agents_alerts.php:81
+#: ../../include/functions_netflow.php:1134
+#: ../../include/functions_netflow.php:1144
+#: ../../include/functions_netflow.php:1161
+#: ../../include/functions_netflow.php:1169
+#: ../../include/functions_netflow.php:1193
+#: ../../include/functions_html.php:727 ../../include/functions.php:430
+#: ../../include/functions.php:564
+#: ../../godmode/snmpconsole/snmp_alert.php:938
+#: ../../godmode/alerts/configure_alert_action.php:144
+#: ../../godmode/alerts/alert_list.builder.php:136
+#: ../../godmode/setup/setup_visuals.php:711
+msgid "seconds"
msgstr ""
-#: ../../extensions/plugin_registration.php:30
-msgid "Plugin Registration"
+#: ../../extensions/agents_modules.php:154
+#: ../../extensions/agents_modules.php:156
+#: ../../godmode/massive/massive_add_action_alerts.php:171
+#: ../../godmode/massive/massive_add_alerts.php:169
+#: ../../godmode/massive/massive_delete_action_alerts.php:172
+#: ../../godmode/massive/massive_delete_modules.php:501
+#: ../../godmode/massive/massive_edit_modules.php:349
+#: ../../godmode/massive/massive_delete_alerts.php:229
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1045
+msgid "Show common modules"
msgstr ""
-#: ../../extensions/plugin_registration.php:35
-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 "
+#: ../../extensions/agents_modules.php:155
+#: ../../godmode/massive/massive_add_action_alerts.php:172
+#: ../../godmode/massive/massive_add_alerts.php:169
+#: ../../godmode/massive/massive_delete_action_alerts.php:173
+#: ../../godmode/massive/massive_delete_modules.php:501
+#: ../../godmode/massive/massive_edit_modules.php:350
+#: ../../godmode/massive/massive_delete_alerts.php:229
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1046
+msgid "Show all modules"
msgstr ""
-#: ../../extensions/plugin_registration.php:84
-msgid "Cannot load INI file"
+#: ../../extensions/agents_modules.php:165
+#: ../../include/functions_visual_map_editor.php:627
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1512
+msgid "Update item"
msgstr ""
-#: ../../extensions/plugin_registration.php:107
-msgid "Plugin exec not found. Aborting!"
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:120
-msgid "Plugin already registered. Aborting!"
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:291
-msgid "Plug-in Remote Registered unsuccessfull"
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:293
-msgid "Please check the syntax of file \"plugin_definition.ini\""
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:413
-msgid "Module plugin registered"
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:418
-#: ../../godmode/agentes/module_manager_editor_plugin.php:47
-#: ../../godmode/massive/massive_edit_plugins.php:287
-#: ../../godmode/modules/manage_network_components_form_plugin.php:22
-msgid "Plugin"
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:418
-msgid "Registered successfully"
-msgstr ""
-
-#: ../../extensions/plugin_registration.php:428
-msgid "Register plugin"
-msgstr ""
-
-#: ../../extensions/api_checker.php:83 ../../extensions/api_checker.php:219
-msgid "API checker"
-msgstr ""
-
-#: ../../extensions/api_checker.php:95
-msgid "Pandora Console URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:100
-msgid "API Pass"
-msgstr ""
-
-#: ../../extensions/api_checker.php:118
-msgid "Action (get or set)"
-msgstr ""
-
-#: ../../extensions/api_checker.php:128
-#: ../../operation/integria_incidents/incident.list.php:93
-#: ../../operation/events/events.build_table.php:39
-#: ../../operation/incidents/incident.php:330
-#: ../../godmode/alerts/alert_commands.php:324
-#: ../../godmode/agentes/agent_incidents.php:85
-#: ../../godmode/agentes/agent_manager.php:162
-#: ../../godmode/agentes/module_manager_editor_common.php:137
-#: ../../godmode/agentes/fields_manager.php:94
-#: ../../godmode/groups/group_list.php:334
-#: ../../godmode/groups/modu_group_list.php:181
-#: ../../godmode/setup/os.list.php:33 ../../godmode/modules/module_list.php:58
-msgid "ID"
-msgstr ""
-
-#: ../../extensions/api_checker.php:133
-msgid "ID 2"
-msgstr ""
-
-#: ../../extensions/api_checker.php:138
-msgid "Return Type"
-msgstr ""
-
-#: ../../extensions/api_checker.php:148
-msgid "Other Mode"
-msgstr ""
-
-#: ../../extensions/api_checker.php:156
-msgid "Raw URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:167
-msgid "Call parameters"
-msgstr ""
-
-#: ../../extensions/api_checker.php:172 ../../extensions/api_checker.php:185
-msgid "Call"
-msgstr ""
-
-#: ../../extensions/api_checker.php:179
-msgid "Custom URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:191 ../../extensions/api_checker.php:198
-#: ../../include/functions_db.php:1084
-msgid "Result"
-msgstr ""
-
-#: ../../extensions/api_checker.php:194 ../../extensions/api_checker.php:211
-msgid "Show URL"
-msgstr ""
-
-#: ../../extensions/api_checker.php:207
-msgid "Hide URL"
-msgstr ""
-
-#: ../../extensions/ssh_gateway.php:52
-msgid "You need to specify a user and a host address"
-msgstr ""
-
-#: ../../extensions/ssh_gateway.php:57
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:66
-msgid "Host address"
-msgstr ""
-
-#: ../../extensions/ssh_gateway.php:59
-#, php-format
-msgid "For security reasons the following characters are not allowed: %s"
-msgstr ""
-
-#: ../../extensions/ssh_gateway.php:60
-msgid "Connect"
-msgstr ""
-
-#: ../../extensions/ssh_gateway.php:63
-msgid "Port (use 0 for default)"
-msgstr ""
-
-#: ../../extensions/ssh_gateway.php:65
-msgid "Connect mode"
-msgstr ""
-
-#: ../../extensions/agents_modules.php:59
-#: ../../extensions/agents_alerts.php:58
-#: ../../operation/agentes/group_view.php:62
-#: ../../operation/agentes/tactical.php:50
-msgid "Updated at realtime"
-msgstr ""
-
-#: ../../extensions/agents_modules.php:89
-#: ../../extensions/agents_alerts.php:81 ../../include/functions.php:2539
-#: ../../operation/gis_maps/render_view.php:126
-msgid "1 minute"
-msgstr ""
-
-#: ../../extensions/agents_modules.php:90
-#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2540
-#: ../../operation/gis_maps/render_view.php:127
-msgid "2 minutes"
-msgstr ""
-
-#: ../../extensions/agents_modules.php:91
-#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2541
-#: ../../include/ajax/module.php:117
-#: ../../operation/gis_maps/render_view.php:128
-msgid "5 minutes"
-msgstr ""
-
-#: ../../extensions/agents_modules.php:92
-#: ../../extensions/agents_alerts.php:84
-#: ../../operation/gis_maps/render_view.php:129
-msgid "10 minutes"
-msgstr ""
-
-#: ../../extensions/agents_modules.php:119
-#: ../../include/functions_reports.php:580
+#: ../../extensions/agents_modules.php:176
+#: ../../include/functions_reports.php:588
+#: ../../include/graphs/functions_pchart.php:1196
msgid "Agents/Modules"
msgstr ""
-#: ../../extensions/agents_modules.php:186
-#: ../../include/functions_reporting.php:1555
+#: ../../extensions/agents_modules.php:305
+#: ../../include/functions_reporting.php:1679
msgid "There are no agents with modules"
msgstr ""
-#: ../../extensions/agents_modules.php:211
+#: ../../extensions/agents_modules.php:331
msgid "Previous modules"
msgstr ""
-#: ../../extensions/agents_modules.php:249
+#: ../../extensions/agents_modules.php:370
msgid "More modules"
msgstr ""
-#: ../../extensions/agents_modules.php:359
-#: ../../include/functions_reporting_html.php:898
+#: ../../extensions/agents_modules.php:491
+#: ../../include/functions_reporting_html.php:1439
msgid "Orange cell when the module has fired alerts"
msgstr ""
-#: ../../extensions/agents_modules.php:360
-#: ../../include/functions_reporting_html.php:899
+#: ../../extensions/agents_modules.php:492
+#: ../../include/functions_reporting_html.php:1440
msgid "Red cell when the module has a critical status"
msgstr ""
-#: ../../extensions/agents_modules.php:361
-#: ../../include/functions_reporting_html.php:900
+#: ../../extensions/agents_modules.php:493
+#: ../../include/functions_reporting_html.php:1441
msgid "Yellow cell when the module has a warning status"
msgstr ""
-#: ../../extensions/agents_modules.php:362
-#: ../../include/functions_reporting_html.php:901
+#: ../../extensions/agents_modules.php:494
+#: ../../include/functions_reporting_html.php:1442
msgid "Green cell when the module has a normal status"
msgstr ""
-#: ../../extensions/agents_modules.php:363
-#: ../../include/functions_reporting_html.php:902
+#: ../../extensions/agents_modules.php:495
+#: ../../include/functions_reporting_html.php:1443
msgid "Grey cell when the module has an unknown status"
msgstr ""
-#: ../../extensions/agents_modules.php:405
+#: ../../extensions/agents_modules.php:496
+#: ../../include/functions_reporting_html.php:1444
+msgid "Cell turns grey when the module is in 'not initialize' status"
+msgstr ""
+
+#: ../../extensions/agents_modules.php:538
msgid "Agents/Modules view"
msgstr ""
-#: ../../extensions/vnc_view.php:25
-msgid "VNC Display (:0 by default)"
-msgstr ""
-
-#: ../../extensions/vnc_view.php:28
-msgid "Send"
-msgstr ""
-
-#: ../../extensions/vnc_view.php:42
-msgid "VNC view"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:29
-#: ../../extensions/realtime_graphs.php:136
-msgid "Realtime graphs"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:61
-msgid "Pandora Server CPU"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:62
-msgid "Pandora Server Pending packets"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:63
-msgid "Pandora Server Disk IO Wait"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:64
-msgid "Pandora Server Apache load"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:65
-msgid "Pandora Server MySQL load"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:66
-msgid "Pandora Server load"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:67
-msgid "SNMP Interface throughput"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:79
-msgid "Refresh interval"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:80
-msgid "Incremental"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:81
-msgid "Clear graph"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:94
-#: ../../include/functions_snmp_browser.php:506
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:693
-#: ../../godmode/agentes/module_manager_editor_network.php:61
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:255
-#: ../../godmode/agentes/module_manager_editor_wmi.php:42
-#: ../../godmode/massive/massive_edit_modules.php:460
-msgid "Target IP"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:97
-#: ../../include/functions_snmp_browser.php:508
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:69
-msgid "Community"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:112
-#: ../../godmode/agentes/module_manager_editor_network.php:120
-msgid "SNMP walk"
-msgstr ""
-
-#: ../../extensions/realtime_graphs.php:125
-#: ../../godmode/agentes/module_manager_editor_network.php:30
-msgid "Use this OID"
-msgstr ""
-
-#: ../../extensions/system_info.php:179
-msgid "Cannot read file"
-msgstr ""
-
-#: ../../extensions/system_info.php:388
-msgid "No options selected"
-msgstr ""
-
-#: ../../extensions/system_info.php:391
-msgid "There was an error with the zip file"
-msgstr ""
-
-#: ../../extensions/system_info.php:414 ../../extensions/system_info.php:807
-msgid "System Info"
-msgstr ""
-
-#: ../../extensions/system_info.php:417
-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"
-msgstr ""
-
-#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430
-#: ../../extensions/system_info.php:503
-msgid "Pandora Diagnostic info"
-msgstr ""
-
-#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437
-#: ../../extensions/system_info.php:509
-msgid "System info"
-msgstr ""
-
-#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445
-#: ../../extensions/system_info.php:513
-msgid "Log Info"
-msgstr ""
-
-#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449
-msgid "Number lines of log"
-msgstr ""
-
-#: ../../extensions/system_info.php:494
-msgid "Generate file"
-msgstr ""
-
-#: ../../extensions/system_info.php:547
-msgid "At least one option must be selected"
-msgstr ""
-
-#: ../../extensions/agents_alerts.php:108
-msgid "Agents/Alerts"
-msgstr ""
-
-#: ../../extensions/agents_alerts.php:155
-msgid "There are no agents with alerts"
-msgstr ""
-
-#: ../../extensions/agents_alerts.php:176
-#: ../../godmode/alerts/alert_templates.php:132
-#: ../../godmode/alerts/alert_templates.php:175
-#: ../../godmode/alerts/alert_templates.php:194
-#: ../../godmode/alerts/alert_templates.php:210
-#: ../../godmode/massive/massive_add_action_alerts.php:148
-#: ../../godmode/massive/massive_delete_action_alerts.php:157
-msgid "Alert templates"
-msgstr ""
-
-#: ../../extensions/agents_alerts.php:183
-msgid "Previous templates"
-msgstr ""
-
-#: ../../extensions/agents_alerts.php:221
-msgid "More templates"
-msgstr ""
-
-#: ../../extensions/agents_alerts.php:346
-msgid "Agents/Alerts view"
-msgstr ""
-
-#: ../../extensions/matrix_events.php:29
-msgid "Matrix events"
-msgstr ""
-
-#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365
+#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:361
msgid "DB Status"
msgstr ""
@@ -18518,89 +7162,347 @@ msgstr ""
msgid "Unsuccessful installed enterprise tables into the testing DB"
msgstr ""
-#: ../../extensions/db_status.php:190
+#: ../../extensions/db_status.php:186
msgid "Successful the DB Pandora has all tables"
msgstr ""
-#: ../../extensions/db_status.php:191
+#: ../../extensions/db_status.php:187
#, php-format
msgid ""
"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)"
msgstr ""
-#: ../../extensions/db_status.php:201 ../../extensions/db_status.php:258
-#: ../../extensions/db_status.php:278 ../../extensions/db_status.php:290
-#: ../../extensions/db_status.php:298
+#: ../../extensions/db_status.php:197 ../../extensions/db_status.php:254
+#: ../../extensions/db_status.php:274 ../../extensions/db_status.php:286
+#: ../../extensions/db_status.php:294
msgid "You can execute this SQL query for to fix."
msgstr ""
-#: ../../extensions/db_status.php:255
+#: ../../extensions/db_status.php:251
#, php-format
msgid "Unsuccessful the table %s has not the field %s"
msgstr ""
-#: ../../extensions/db_status.php:275
+#: ../../extensions/db_status.php:271
#, php-format
msgid ""
"Unsuccessful the field %s in the table %s must be setted the type with %s."
msgstr ""
-#: ../../extensions/db_status.php:286
+#: ../../extensions/db_status.php:282
#, php-format
msgid ""
"Unsuccessful the field %s in the table %s must be setted the null values "
"with %s."
msgstr ""
-#: ../../extensions/db_status.php:308
+#: ../../extensions/db_status.php:304
#, php-format
msgid ""
"Unsuccessful the field %s in the table %s must be setted the key as defined "
"in the SQL file."
msgstr ""
-#: ../../extensions/db_status.php:311
+#: ../../extensions/db_status.php:307
msgid "Please check the SQL file for to know the kind of key needed."
msgstr ""
-#: ../../extensions/db_status.php:315
+#: ../../extensions/db_status.php:311
#, php-format
msgid ""
"Unsuccessful the field %s in the table %s must be setted the default value "
"as %s."
msgstr ""
-#: ../../extensions/db_status.php:318
-msgid ""
-"Please check the SQL file for to know the kind of default value needed."
+#: ../../extensions/db_status.php:314
+msgid "Please check the SQL file for to know the kind of default value needed."
msgstr ""
-#: ../../extensions/db_status.php:322
+#: ../../extensions/db_status.php:318
#, php-format
msgid ""
"Unsuccessful the field %s in the table %s must be setted as defined in the "
"SQL file."
msgstr ""
-#: ../../extensions/db_status.php:325
-msgid ""
-"Please check the SQL file for to know the kind of extra config needed."
+#: ../../extensions/db_status.php:321
+msgid "Please check the SQL file for to know the kind of extra config needed."
msgstr ""
-#: ../../extensions/db_status.php:336
+#: ../../extensions/db_status.php:332
msgid "Successful all the tables have the correct fields"
msgstr ""
+#: ../../extensions/dbmanager.php:134
+msgid "Database interface"
+msgstr ""
+
+#: ../../extensions/dbmanager.php:149
+msgid "Execute SQL"
+msgstr ""
+
+#: ../../extensions/dbmanager.php:196
+msgid "DB interface"
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174
+msgid "Cannot find file"
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:39
+msgid "File is too large than PHP memory allocated in the system."
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:40
+msgid "The preview file is imposible."
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:44
+msgid "File is too large (> 500KB)"
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:72
+msgid "System logfile viewer"
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:74
+msgid ""
+"This tool is used just to view your Pandora FMS system logfiles directly "
+"from console"
+msgstr ""
+
+#: ../../extensions/pandora_logs.php:83
+msgid "System logfiles"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_get_file.php:65
+msgid "Unreliable petition"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_get_file.php:65
+msgid "Please contact the administrator"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_form.php:73
+msgid "Only 200 characters are permitted"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_form.php:84
+#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526
+#: ../../godmode/extensions.php:143
+msgid "File"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_form.php:87
+#: ../../extensions/files_repo/files_repo_form.php:93
+#: ../../extensions/files_repo/files_repo_list.php:89
+msgid "Public link"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_list.php:61
+#: ../../include/functions_filemanager.php:581
+msgid "Last modification"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_list.php:86
+msgid "Copy to clipboard"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_list.php:94
+#: ../../extensions/system_info.php:467
+msgid "Download"
+msgstr ""
+
+#: ../../extensions/files_repo/files_repo_list.php:115
+msgid "No items"
+msgstr ""
+
+#: ../../extensions/files_repo/functions_files_repo.php:29
+#: ../../extensions/files_repo/functions_files_repo.php:40
+#: ../../include/functions_config.php:1730
+msgid "Attachment directory is not writable by HTTP Server"
+msgstr ""
+
+#: ../../extensions/files_repo/functions_files_repo.php:30
+#: ../../extensions/files_repo/functions_files_repo.php:41
+#, php-format
+msgid "Please check that the web server has write rights on the %s directory"
+msgstr ""
+
+#: ../../extensions/files_repo/functions_files_repo.php:229
+msgid "The file could not be copied"
+msgstr ""
+
+#: ../../extensions/files_repo/functions_files_repo.php:233
+msgid "There was an error creating the file"
+msgstr ""
+
+#: ../../extensions/files_repo/functions_files_repo.php:274
+msgid "There was an error updating the file"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:26
+#: ../../extensions/plugin_registration.php:33
+msgid "Plugin registration"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:30
+msgid "Plugin Registration"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:35
+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 "
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:84
+msgid "Cannot load INI file"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:107
+msgid "Plugin exec not found. Aborting!"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:120
+msgid "Plugin already registered. Aborting!"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:291
+msgid "Plug-in Remote Registered unsuccessfull"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:293
+msgid "Please check the syntax of file \"plugin_definition.ini\""
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:417
+msgid "Module plugin registered"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:422
+#: ../../godmode/massive/massive_edit_plugins.php:287
+#: ../../godmode/modules/manage_network_components_form_plugin.php:22
+#: ../../godmode/agentes/module_manager_editor_plugin.php:50
+msgid "Plugin"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:422
+msgid "Registered successfully"
+msgstr ""
+
+#: ../../extensions/plugin_registration.php:432
+msgid "Register plugin"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:29
+#: ../../extensions/realtime_graphs.php:136
+msgid "Realtime graphs"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:61
+msgid "Pandora Server CPU"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:62
+msgid "Pandora Server Pending packets"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:63
+msgid "Pandora Server Disk IO Wait"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:64
+msgid "Pandora Server Apache load"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:65
+msgid "Pandora Server MySQL load"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:66
+msgid "Pandora Server load"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:67
+msgid "SNMP Interface throughput"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:79
+msgid "Refresh interval"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:80
+msgid "Incremental"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:81
+msgid "Clear graph"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:94
+#: ../../include/functions_snmp_browser.php:506
+#: ../../godmode/massive/massive_edit_modules.php:488
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:339
+#: ../../godmode/agentes/module_manager_editor_network.php:67
+#: ../../godmode/agentes/module_manager_editor_wmi.php:45
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:700
+msgid "Target IP"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:97
+#: ../../include/functions_snmp_browser.php:508
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:69
+msgid "Community"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:108
+#: ../../include/functions_snmp_browser.php:401
+#: ../../godmode/setup/snmp_wizard.php:41
+msgid "OID"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:111
+#: ../../include/functions_snmp_browser.php:513
+#: ../../godmode/extensions.php:144
+#: ../../godmode/servers/servers.build_table.php:67
+msgid "Version"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:112
+#: ../../godmode/agentes/module_manager_editor_network.php:161
+msgid "SNMP walk"
+msgstr ""
+
+#: ../../extensions/realtime_graphs.php:125
+#: ../../godmode/agentes/module_manager_editor_network.php:30
+msgid "Use this OID"
+msgstr ""
+
#: ../../extensions/files_repo.php:91
msgid "Extension not installed"
msgstr ""
+#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187
+msgid "Administration view"
+msgstr ""
+
+#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192
+msgid "Operation view"
+msgstr ""
+
#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218
msgid "Files repository manager"
msgstr ""
-#: ../../extensions/files_repo.php:133 ../../include/functions.php:2147
-#: ../../include/functions.php:2150
+#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190
+#: ../../include/functions.php:2193
msgid "The file exceeds the maximum size"
msgstr ""
@@ -18608,1827 +7510,1532 @@ msgstr ""
msgid "Files repository"
msgstr ""
-#: ../../extensions/resource_exportation.php:55
-#: ../../extensions/resource_exportation.php:334
-msgid "Resource exportation"
+#: ../../extensions/agents_alerts.php:109
+msgid "Agents/Alerts"
msgstr ""
-#: ../../extensions/resource_exportation.php:337
+#: ../../extensions/agents_alerts.php:156
+msgid "There are no agents with alerts"
+msgstr ""
+
+#: ../../extensions/agents_alerts.php:177
+#: ../../godmode/alerts/alert_templates.php:132
+#: ../../godmode/alerts/alert_templates.php:175
+#: ../../godmode/alerts/alert_templates.php:194
+#: ../../godmode/alerts/alert_templates.php:210
+#: ../../godmode/massive/massive_add_action_alerts.php:163
+#: ../../godmode/massive/massive_delete_action_alerts.php:167
+msgid "Alert templates"
+msgstr ""
+
+#: ../../extensions/agents_alerts.php:184
+msgid "Previous templates"
+msgstr ""
+
+#: ../../extensions/agents_alerts.php:222
+msgid "More templates"
+msgstr ""
+
+#: ../../extensions/agents_alerts.php:324
+#: ../../mobile/operation/alerts.php:253 ../../include/functions_ui.php:921
+#: ../../godmode/alerts/alert_view.php:85
+#: ../../godmode/alerts/alert_list.list.php:642
+msgid "times"
+msgstr ""
+
+#: ../../extensions/agents_alerts.php:328
+#: ../../mobile/operation/alerts.php:257 ../../include/functions_ui.php:925
+#: ../../include/functions_reporting.php:7972
+#: ../../godmode/alerts/alert_view.php:89
+#: ../../godmode/alerts/alert_list.list.php:646
+msgid "Alert disabled"
+msgstr ""
+
+#: ../../extensions/agents_alerts.php:348
+msgid "Agents/Alerts view"
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:28
+msgid "Uploader extension"
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:64
+msgid "Success to upload extension"
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:65
+msgid "Fail to upload extension"
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:73
+msgid "Upload extension"
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:75
+msgid "Upload the extension as a zip file."
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:77
+msgid "Upload enterprise extension"
+msgstr ""
+
+#: ../../extensions/extension_uploader.php:90
+msgid "Extension uploader"
+msgstr ""
+
+#: ../../extensions/system_info.php:179
+msgid "Cannot read file"
+msgstr ""
+
+#: ../../extensions/system_info.php:388
+msgid "No options selected"
+msgstr ""
+
+#: ../../extensions/system_info.php:391
+msgid "There was an error with the zip file"
+msgstr ""
+
+#: ../../extensions/system_info.php:415 ../../extensions/system_info.php:808
+msgid "System Info"
+msgstr ""
+
+#: ../../extensions/system_info.php:418
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 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 ""
-#: ../../extensions/insert_data.php:54
-msgid "Insert data"
+#: ../../extensions/system_info.php:428 ../../extensions/system_info.php:431
+#: ../../extensions/system_info.php:504
+msgid "Pandora Diagnostic info"
msgstr ""
-#: ../../extensions/insert_data.php:83
-msgid "You haven't privileges for insert data in the agent."
+#: ../../extensions/system_info.php:435 ../../extensions/system_info.php:438
+#: ../../extensions/system_info.php:510
+msgid "System info"
msgstr ""
-#: ../../extensions/insert_data.php:119
+#: ../../extensions/system_info.php:443 ../../extensions/system_info.php:446
+#: ../../extensions/system_info.php:514
+msgid "Log Info"
+msgstr ""
+
+#: ../../extensions/system_info.php:449 ../../extensions/system_info.php:450
+msgid "Number lines of log"
+msgstr ""
+
+#: ../../extensions/system_info.php:476
+msgid "Created"
+msgstr ""
+
+#: ../../extensions/system_info.php:481 ../../extensions/system_info.php:527
+#: ../../godmode/events/event_responses.editor.php:93
+msgid "Location"
+msgstr ""
+
+#: ../../extensions/system_info.php:495
+msgid "Generate file"
+msgstr ""
+
+#: ../../extensions/system_info.php:548
+msgid "At least one option must be selected"
+msgstr ""
+
+#: ../../index.php:241 ../../mobile/include/user.class.php:171
+#: ../../include/ajax/double_auth.ajax.php:489
+msgid "Invalid code"
+msgstr ""
+
+#: ../../index.php:252
+msgid "The code shouldn't be empty"
+msgstr ""
+
+#: ../../index.php:264
+msgid "Expired login"
+msgstr ""
+
+#: ../../index.php:272 ../../index.php:278
+msgid "Login error"
+msgstr ""
+
+#: ../../index.php:548
+msgid "User doesn\\'t exist."
+msgstr ""
+
+#: ../../index.php:564
+msgid "User only can use the API."
+msgstr ""
+
+#: ../../index.php:794
+msgid "Sorry! I can't find the page!"
+msgstr ""
+
+#: ../../mobile/operation/home.php:78
+#: ../../include/functions_visual_map.php:2744
+#: ../../include/functions_visual_map_editor.php:251
+#: ../../godmode/reporting/visual_console_builder.wizard.php:106
+msgid "Module graph"
+msgstr ""
+
+#: ../../mobile/operation/home.php:118 ../../mobile/include/user.class.php:286
+#: ../../mobile/include/ui.class.php:175
+#: ../../mobile/include/functions_web.php:33 ../../general/header.php:289
+msgid "Logout"
+msgstr ""
+
+#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185
+msgid "Home"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:99
+#: ../../mobile/operation/networkmap.php:78
+#: ../../mobile/operation/visualmaps.php:83
+#: ../../mobile/operation/tactical.php:71 ../../mobile/operation/groups.php:53
+#: ../../mobile/operation/alerts.php:141 ../../mobile/operation/agents.php:145
+#: ../../mobile/operation/events.php:430
+#: ../../mobile/operation/module_graph.php:270
+#: ../../mobile/operation/agent.php:66 ../../mobile/operation/visualmap.php:65
+#: ../../mobile/operation/modules.php:173 ../../mobile/index.php:240
+#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21
+msgid "You don't have access to this page"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:100
+#: ../../mobile/operation/networkmap.php:79
+#: ../../mobile/operation/visualmaps.php:84
+#: ../../mobile/operation/tactical.php:72 ../../mobile/operation/groups.php:54
+#: ../../mobile/operation/alerts.php:142 ../../mobile/operation/agents.php:146
+#: ../../mobile/operation/events.php:431
+#: ../../mobile/operation/module_graph.php:271
+#: ../../mobile/operation/agent.php:67 ../../mobile/operation/visualmap.php:66
+#: ../../mobile/operation/modules.php:174 ../../mobile/index.php:241
+msgid ""
+"Access to this page is restricted to authorized users only, please contact "
+"system administrator if you need assistance.
Please know that all "
+"attempts to access this page are recorded in security logs of Pandora System "
+"Database"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:112
+msgid "Networkmaps"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:116
+#: ../../mobile/operation/networkmap.php:98
+#: ../../mobile/operation/visualmaps.php:100
+#: ../../mobile/operation/tactical.php:88 ../../mobile/operation/groups.php:69
+#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/agents.php:162
+#: ../../mobile/operation/events.php:568
+#: ../../mobile/operation/module_graph.php:368
+#: ../../mobile/operation/module_graph.php:377
+#: ../../mobile/operation/agent.php:108
+#: ../../mobile/operation/visualmap.php:103
+#: ../../mobile/operation/modules.php:190
+msgid "Back"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:120
#, php-format
-msgid "Can't save agent (%s), module (%s) data xml."
+msgid "Filter Networkmaps by %s"
msgstr ""
-#: ../../extensions/insert_data.php:126
+#: ../../mobile/operation/networkmaps.php:150
+#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/agents.php:201
+#: ../../mobile/operation/events.php:659
+#: ../../mobile/operation/modules.php:261
+msgid "Apply Filter"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:202
+#: ../../mobile/operation/networkmap.php:164
+msgid "No networkmaps"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:216
+#: ../../mobile/operation/alerts.php:306 ../../mobile/operation/agents.php:460
+#: ../../mobile/operation/events.php:1070
+#: ../../mobile/operation/modules.php:786
+msgid "(Default)"
+msgstr ""
+
+#: ../../mobile/operation/networkmaps.php:222
+#: ../../mobile/operation/alerts.php:316 ../../mobile/operation/agents.php:466
+#: ../../mobile/operation/events.php:1096
+#: ../../mobile/operation/modules.php:793
#, php-format
-msgid "Save agent (%s), module (%s) data xml."
+msgid "Group: %s"
msgstr ""
-#: ../../extensions/insert_data.php:135
+#: ../../mobile/operation/networkmaps.php:229
+#: ../../mobile/operation/events.php:1108
#, 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."
+msgid "Type: %s"
msgstr ""
-#: ../../extensions/insert_data.php:241
-msgid "Insert Data"
+#: ../../mobile/operation/networkmap.php:222
+#: ../../mobile/operation/networkmap.php:234
+msgid "Map could not be generated"
msgstr ""
-#: ../../include/functions_tags.php:585
-msgid "Click here to open a popup window with URL tag"
+#: ../../mobile/operation/visualmaps.php:96
+msgid "Visual consoles"
msgstr ""
-#: ../../include/functions_alerts.php:549
-msgid "Max and min"
+#: ../../mobile/operation/visualmaps.php:146
+msgid "No maps defined"
msgstr ""
-#: ../../include/functions_alerts.php:552
-msgid "Equal to"
+#: ../../mobile/operation/tactical.php:193
+msgid "Last activity"
msgstr ""
-#: ../../include/functions_alerts.php:553
-msgid "Not equal to"
+#: ../../mobile/operation/tactical.php:215
+#: ../../mobile/operation/agents.php:381 ../../mobile/operation/events.php:797
+#: ../../mobile/operation/module_graph.php:467
+#: ../../mobile/operation/agent.php:305
+#: ../../mobile/operation/visualmap.php:118
+#: ../../mobile/operation/modules.php:706
+#: ../../godmode/reporting/visual_console_builder.wizard.php:377
+msgid "Loading..."
msgstr ""
-#: ../../include/functions_alerts.php:556
-msgid "Unknown status"
+#: ../../mobile/operation/groups.php:129
+#: ../../include/functions_reporting_html.php:3422
+msgid "Agents not init"
msgstr ""
-#: ../../include/functions_alerts.php:557
-msgid "On Change"
+#: ../../mobile/operation/groups.php:133
+#: ../../include/functions_reporting_html.php:3404
+msgid "Agents critical"
msgstr ""
-#: ../../include/functions_api.php:77
-msgid "No set or get or help operation."
+#: ../../mobile/operation/groups.php:137
+#: ../../include/functions_groups.php:794
+#: ../../include/functions_groups.php:796
+#: ../../include/functions_groups.php:798
+#: ../../include/functions_groups.php:799
+#: ../../include/functions_groups.php:800
+#: ../../include/functions_reporting_html.php:3416
+msgid "Agents unknown"
msgstr ""
-#: ../../include/functions_api.php:81
-msgid "This operation does not exist."
+#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97
+#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204
+#: ../../godmode/alerts/alert_view.php:106
+msgid "Stand by"
msgstr ""
-#: ../../include/functions_api.php:85
-msgid "Id does not exist in BD."
-msgstr ""
-
-#: ../../include/functions_api.php:906
-msgid "Does not exist agent with this name."
-msgstr ""
-
-#: ../../include/functions_api.php:908
-msgid "Does not exist module with this name."
-msgstr ""
-
-#: ../../include/functions_api.php:1275
-msgid "Correct Delete"
-msgstr ""
-
-#: ../../include/functions_api.php:1788
-msgid "Error in creation network module. Agent name doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:1794
-msgid ""
-"Error in creation network module. Id_module_type is not correct for network "
-"modules."
-msgstr ""
-
-#: ../../include/functions_api.php:1849
-msgid "Error in creation network module."
-msgstr ""
-
-#: ../../include/functions_api.php:1882
-msgid "Error updating network module. Module name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:1890
-msgid "Error updating network module. Id_module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:1905
-msgid "Error updating network module. Id_module exists in the new agent."
-msgstr ""
-
-#: ../../include/functions_api.php:1912
-msgid "Error updating network module. Id_agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:1962
-msgid "Network module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:1991
-msgid "Error in creation plugin module. Id_plugin cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:1998
-msgid "Error in creation plugin module. Agent name doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2058
-msgid "Error in creation plugin module."
-msgstr ""
-
-#: ../../include/functions_api.php:2089
-msgid "Error updating plugin module. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2096
-msgid "Error updating plugin module. Id_module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2108
-msgid "Error updating plugin module. Id_module exists in the new agent."
-msgstr ""
-
-#: ../../include/functions_api.php:2115
-msgid "Error updating plugin module. Id_agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2174
-msgid "Plugin module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:2203
-msgid "Error in creation data module. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2210
-msgid "Error in creation data module. Agent name doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2261 ../../include/functions_api.php:2323
-msgid "Error in creation data module."
-msgstr ""
-
-#: ../../include/functions_api.php:2293
-msgid "Error in creation synthetic module. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2300
-msgid "Error in creation synthetic module. Agent name doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2382
-msgid "Synthetic module created ID: "
-msgstr ""
-
-#: ../../include/functions_api.php:2414
-msgid "Error updating data module. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2421
-msgid "Error updating data module. Id_module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2433
-msgid "Error updating data module. Id_module exists in the new agent."
-msgstr ""
-
-#: ../../include/functions_api.php:2440
-msgid "Error updating data module. Id_agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2486
-msgid "Data module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:2523
-msgid "Error in creation SNMP module. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2528
-msgid ""
-"Error in creation SNMP module. Invalid id_module_type for a SNMP module."
-msgstr ""
-
-#: ../../include/functions_api.php:2535
-msgid "Error in creation SNMP module. Agent name doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2550 ../../include/functions_api.php:2713
-#: ../../include/functions_api.php:5164
-msgid ""
-"Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to "
-"'AES' or 'DES'. "
-msgstr ""
-
-#: ../../include/functions_api.php:2555 ../../include/functions_api.php:2722
-#: ../../include/functions_api.php:5169
-msgid ""
-"Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to "
-"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. "
-msgstr ""
-
-#: ../../include/functions_api.php:2560 ../../include/functions_api.php:2728
-#: ../../include/functions_api.php:5174
-msgid ""
-"Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to "
-"'MD5' or 'SHA'. "
-msgstr ""
-
-#: ../../include/functions_api.php:2644
-msgid "Error in creation SNMP module."
-msgstr ""
-
-#: ../../include/functions_api.php:2677
-msgid "Error updating SNMP module. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2684
-msgid "Error updating SNMP module. Id_module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2696
-msgid "Error updating SNMP module. Id_module exists in the new agent."
-msgstr ""
-
-#: ../../include/functions_api.php:2703
-msgid "Error updating snmp module. Id_agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:2813
-msgid "SNMP module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:2841
-msgid ""
-"Error creating network component. Network component name cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2846
-msgid ""
-"Error creating network component. Incorrect value for Network component type "
-"field."
-msgstr ""
-
-#: ../../include/functions_api.php:2851
-msgid ""
-"Error creating network component. Network component group cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2887
-msgid ""
-"Error creating network component. This network component already exists."
-msgstr ""
-
-#: ../../include/functions_api.php:2926
-msgid ""
-"Error creating plugin component. Plugin component name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2931
-msgid "Error creating plugin component. Incorrect value for Id plugin."
-msgstr ""
-
-#: ../../include/functions_api.php:2936
-msgid ""
-"Error creating plugin component. Plugin component group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:2976
-msgid ""
-"Error creating plugin component. This plugin component already exists."
-msgstr ""
-
-#: ../../include/functions_api.php:3014
-msgid ""
-"Error creating SNMP component. SNMP component name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3019
-msgid ""
-"Error creating SNMP component. Incorrect value for Snmp component type field."
-msgstr ""
-
-#: ../../include/functions_api.php:3024
-msgid ""
-"Error creating SNMP component. Snmp component group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3036
-msgid ""
-"Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to "
-"'AES' or 'DES'. "
-msgstr ""
-
-#: ../../include/functions_api.php:3045
-msgid ""
-"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to "
-"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. "
-msgstr ""
-
-#: ../../include/functions_api.php:3051
-msgid ""
-"Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to "
-"'MD5' or 'SHA'. "
-msgstr ""
-
-#: ../../include/functions_api.php:3126
-msgid "Error creating SNMP component. This SNMP component already exists."
-msgstr ""
-
-#: ../../include/functions_api.php:3163
-msgid ""
-"Error creating local component. Local component name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3169
-msgid ""
-"Error creating local component. Local component group cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3193
-msgid "Error creating local component."
-msgstr ""
-
-#: ../../include/functions_api.php:3199
-msgid "Error creating local component. This local component already exists."
-msgstr ""
-
-#: ../../include/functions_api.php:3232
-msgid ""
-"Error getting module value from all agents. Module name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3240
-msgid ""
-"Error getting module value from all agents. Module name doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3285
-msgid "Error creating alert template. Template name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3357
-msgid "Error creating alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:3388
-msgid "Error updating alert template. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3396
-msgid "Error updating alert template. Id_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3422
-msgid "Error updating alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:3427
-msgid "Correct updating of alert template"
-msgstr ""
-
-#: ../../include/functions_api.php:3451
-msgid "Error deleting alert template. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3460
-msgid "Error deleting alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:3464
-msgid "Correct deleting of alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:3501
-msgid "Error getting all alert templates."
-msgstr ""
-
-#: ../../include/functions_api.php:3533
-msgid "Error getting alert template. Id_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3550
-msgid "Error getting alert template."
-msgstr ""
-
-#: ../../include/functions_api.php:3589
-msgid "Error getting module groups."
-msgstr ""
-
-#: ../../include/functions_api.php:3628
-msgid "Error getting plugins."
-msgstr ""
-
-#: ../../include/functions_api.php:3651
-msgid "Error creating module from network component. Agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3658
-msgid ""
-"Error creating module from network component. Network component doesn't "
-"exists."
-msgstr ""
-
-#: ../../include/functions_api.php:3676
-msgid "Error creating module from network component. Error creating module."
-msgstr ""
-
-#: ../../include/functions_api.php:3703
-msgid "Error assigning module to template. Id_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3709
-msgid "Error assigning module to template. Id_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3715
-msgid "Error assigning module to template. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3723
-msgid "Error assigning module to template. Id_template doensn't exists."
-msgstr ""
-
-#: ../../include/functions_api.php:3733
-msgid "Error assigning module to template. Id_agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3740
-msgid "Error assigning module to template. Id_module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3748
-msgid "Error assigning module to template."
-msgstr ""
-
-#: ../../include/functions_api.php:3774
-msgid ""
-"Error deleting module template. Id_module_template cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:3781
-msgid "Error deleting module template. Id_module_template doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:3789 ../../include/functions_api.php:3848
-msgid "Error deleting module template."
-msgstr ""
-
-#: ../../include/functions_api.php:3792 ../../include/functions_api.php:3851
-msgid "Correct deleting of module template."
-msgstr ""
-
-#: ../../include/functions_api.php:3928
-msgid "Error validate all alerts. Failed "
-msgstr ""
-
-#: ../../include/functions_api.php:3931
-msgid "Correct validating of all alerts."
-msgstr ""
-
-#: ../../include/functions_api.php:3958
-msgid "Error validating all alert policies."
-msgstr ""
-
-#: ../../include/functions_api.php:4016
-msgid "Error validate all policy alerts. Failed "
-msgstr ""
-
-#: ../../include/functions_api.php:4019
-msgid "Correct validating of all policy alerts."
-msgstr ""
-
-#: ../../include/functions_api.php:4042
-msgid "Error stopping downtime. Id_downtime cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4058
-msgid "Downtime stopped."
-msgstr ""
-
-#: ../../include/functions_api.php:4373
-msgid "the selected modules do not exist or do not belong to the intended agents: "
-msgstr ""
-
-#: ../../include/functions_api.php:4375
-msgid "and this agents are generate problems: "
-msgstr ""
-
-#: ../../include/functions_api.php:4377
-msgid "and this agents with ids are don't exist: "
-msgstr ""
-
-#: ../../include/functions_api.php:4404
-msgid "Error adding agent to policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4409
-msgid "Error adding agent to policy. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4417
-msgid "Error adding agent to policy. Id_agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:4425
-msgid "Error adding agent to policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4433
-msgid "Error adding agent to policy. The agent is already in the policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4468
-msgid "Error adding data module to policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4473
-msgid "Error adding data module to policy. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4481
-msgid "Error adding data module to policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4517
-msgid ""
-"Error adding data module to policy. The module is already in the policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4557
-msgid "Error updating data module in policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4562
-msgid ""
-"Error updating data module in policy. Id_policy_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4570
-msgid "Error updating data module in policy. Module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:4576
-msgid ""
-"Error updating data module in policy. Module type is not network type."
-msgstr ""
-
-#: ../../include/functions_api.php:4605
-msgid "Data policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4634
-msgid ""
-"Error adding network module to policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4640
-msgid ""
-"Error adding network module to policy. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4646
-msgid ""
-"Error adding network module to policy. Id_module_type is not correct for "
-"network modules."
-msgstr ""
-
-#: ../../include/functions_api.php:4656
-msgid "Error adding network module to policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4694
-msgid ""
-"Error adding network module to policy. The module is already in the policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4732
-msgid ""
-"Error updating network module in policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4738
-msgid ""
-"Error updating network module in policy. Id_policy_module cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4747
-msgid "Error updating network module in policy. Module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:4753
-msgid ""
-"Error updating network module in policy. Module type is not network type."
-msgstr ""
-
-#: ../../include/functions_api.php:4779
-msgid "Network policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:4806
-msgid "Error adding plugin module to policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4811
-msgid ""
-"Error adding plugin module to policy. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4816
-msgid "Error adding plugin module to policy. Id_plugin cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4824
-msgid "Error adding plugin module to policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4867
-msgid ""
-"Error adding plugin module to policy. The module is already in the policy."
-msgstr ""
-
-#: ../../include/functions_api.php:4906
-msgid ""
-"Error updating plugin module in policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4912
-msgid ""
-"Error updating plugin module in policy. Id_policy_module cannot be left "
-"blank."
-msgstr ""
-
-#: ../../include/functions_api.php:4921
-msgid "Error updating plugin module in policy. Module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:4927
-msgid ""
-"Error updating plugin module in policy. Module type is not network type."
-msgstr ""
-
-#: ../../include/functions_api.php:4959
-msgid "Plugin policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5134
-msgid "Error adding SNMP module to policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5139
-msgid "Error adding SNMP module to policy. Module_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5147
-msgid "Error adding SNMP module to policy."
-msgstr ""
-
-#: ../../include/functions_api.php:5152
-msgid ""
-"Error adding SNMP module to policy. Id_module_type is not correct for SNMP "
-"modules."
-msgstr ""
-
-#: ../../include/functions_api.php:5246
-msgid ""
-"Error adding SNMP module to policy. The module is already in the policy."
-msgstr ""
-
-#: ../../include/functions_api.php:5285
-msgid "Error updating SNMP module in policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5290
-msgid ""
-"Error updating SNMP module in policy. Id_policy_module cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5298
-msgid "Error updating SNMP module in policy. Module doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:5303
-msgid "Error updating SNMP module in policy. Module type is not SNMP type."
-msgstr ""
-
-#: ../../include/functions_api.php:5313
-msgid ""
-"Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to "
-"'AES' or 'DES'. "
-msgstr ""
-
-#: ../../include/functions_api.php:5323
-msgid ""
-"Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to "
-"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. "
-msgstr ""
-
-#: ../../include/functions_api.php:5330
-msgid ""
-"Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to "
-"'MD5' or 'SHA'. "
-msgstr ""
-
-#: ../../include/functions_api.php:5370
-msgid "SNMP policy module updated."
-msgstr ""
-
-#: ../../include/functions_api.php:5393
-msgid "Error applying policy. Id_policy cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5406 ../../include/functions_api.php:5431
-msgid "Error applying policy."
-msgstr ""
-
-#: ../../include/functions_api.php:5418
-msgid "Error applying policy. This policy is already pending to apply."
-msgstr ""
-
-#: ../../include/functions_api.php:5476
-msgid "Error applying all policies."
-msgstr ""
-
-#: ../../include/functions_api.php:5528
-msgid "Error in group creation. Group_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5534
-msgid "Error in group creation. Icon_name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5547 ../../include/functions_api.php:5684
-msgid "Error in group creation. Id_parent_group doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:5575
-msgid "Error in group creation."
-msgstr ""
-
-#: ../../include/functions_api.php:5672
-msgid "Error in netflow filter creation. Filter name cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5677
-msgid "Error in netflow filter creation. Group id cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5690
-msgid "Error in netflow filter creation. Filter cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5695
-msgid "Error in netflow filter creation. Aggregate_by cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5700
-msgid "Error in netflow filter creation. Output_format cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5718
-msgid "Error in netflow filter creation."
-msgstr ""
-
-#: ../../include/functions_api.php:5857
-msgid "Create user."
-msgstr ""
-
-#: ../../include/functions_api.php:5896
-msgid "Error updating user. Id_user cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5904
-msgid "Error updating user. Id_user doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:5920
-msgid "Error updating user. Password info incorrect."
-msgstr ""
-
-#: ../../include/functions_api.php:5928
-msgid "Updated user."
-msgstr ""
-
-#: ../../include/functions_api.php:5959
-msgid "Error enable/disable user. Id_user cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5966
-msgid "Error enable/disable user. Enable/disable value cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:5972
-msgid "Error enable/disable user. The user doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:5981
-msgid "Error in user enabling/disabling."
-msgstr ""
-
-#: ../../include/functions_api.php:5986
-msgid "Enabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:5990
-msgid "Disabled user."
-msgstr ""
-
-#: ../../include/functions_api.php:6845
-#: ../../godmode/agentes/configurar_agente.php:1500
-msgid "Save by Pandora Console"
-msgstr ""
-
-#: ../../include/functions_api.php:6846
-#: ../../godmode/agentes/configurar_agente.php:1515
-msgid "Update by Pandora Console"
-msgstr ""
-
-#: ../../include/functions_api.php:6847
-#: ../../godmode/agentes/configurar_agente.php:1528
-msgid "Insert by Pandora Console"
-msgstr ""
-
-#: ../../include/functions_api.php:7456
-msgid "Delete user."
-msgstr ""
-
-#: ../../include/functions_api.php:7485
-msgid "Add user profile."
-msgstr ""
-
-#: ../../include/functions_api.php:7518
-msgid "Delete user profile."
-msgstr ""
-
-#: ../../include/functions_api.php:7616
-msgid "Correct module disable"
-msgstr ""
-
-#: ../../include/functions_api.php:7619
-msgid "Error disabling module"
-msgstr ""
-
-#: ../../include/functions_api.php:7645
-msgid "Correct module enable"
-msgstr ""
-
-#: ../../include/functions_api.php:7648
-msgid "Error enabling module"
-msgstr ""
-
-#: ../../include/functions_api.php:8187
-msgid "Error adding event comment."
-msgstr ""
-
-#: ../../include/functions_api.php:8426
-msgid "Error enable/disable agent. Id_agent cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:8433
-msgid ""
-"Error enable/disable agent. Enable/disable value cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:8439
-msgid "Error enable/disable agent. The agent doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:8450
-msgid "Error in agent enabling/disabling."
-msgstr ""
-
-#: ../../include/functions_api.php:8456
-msgid "Enabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:8461
-msgid "Disabled agent."
-msgstr ""
-
-#: ../../include/functions_api.php:8557
-msgid "Error getting special_days."
-msgstr ""
-
-#: ../../include/functions_api.php:8592
-msgid "Error creating special day. Specified day already exists."
-msgstr ""
-
-#: ../../include/functions_api.php:8597
-msgid "Error creating special day. Invalid date format."
-msgstr ""
-
-#: ../../include/functions_api.php:8609
-msgid "Error in creation special day."
-msgstr ""
-
-#: ../../include/functions_api.php:8642
-msgid "Error updating special day. Id cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:8649
-msgid "Error updating special day. Id doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:8654
-msgid "Error updating special day. Invalid date format."
-msgstr ""
-
-#: ../../include/functions_api.php:8688
-msgid "Error deleting special day. Id cannot be left blank."
-msgstr ""
-
-#: ../../include/functions_api.php:8695
-msgid "Error deleting special day. Id doesn't exist."
-msgstr ""
-
-#: ../../include/functions_api.php:8702
-msgid "Error in deletion special day."
-msgstr ""
-
-#: ../../include/functions_graph.php:691
-#: ../../include/functions_graph.php:3520
-#: ../../include/functions_reports.php:556
-msgid "Avg. Value"
-msgstr ""
-
-#: ../../include/functions_graph.php:693
-msgid "Units. Value"
-msgstr ""
-
-#: ../../include/functions_graph.php:757
+#: ../../mobile/operation/alerts.php:162
#, php-format
-msgid "Percentile %dº"
+msgid "Filter Alerts by %s"
msgstr ""
-#: ../../include/functions_graph.php:1178
+#: ../../mobile/operation/alerts.php:272
+msgid "Last Fired"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:282
+msgid "No alerts"
+msgstr ""
+
+#: ../../mobile/operation/alerts.php:312
#, php-format
-msgid "projection for %s"
+msgid "Standby: %s"
msgstr ""
-#: ../../include/functions_graph.php:1745
-msgid "Not fired alerts"
-msgstr ""
-
-#: ../../include/functions_graph.php:2184
-msgid "Today"
-msgstr ""
-
-#: ../../include/functions_graph.php:2185
-msgid "Week"
-msgstr ""
-
-#: ../../include/functions_graph.php:2186 ../../include/functions_html.php:842
-msgid "Month"
-msgstr ""
-
-#: ../../include/functions_graph.php:2187
-#: ../../include/functions_graph.php:2188
-msgid "Months"
-msgstr ""
-
-#: ../../include/functions_graph.php:2210
-msgid "History db"
-msgstr ""
-
-#: ../../include/functions_graph.php:2388
-#: ../../include/functions_incidents.php:29
-#: ../../include/functions_incidents.php:54
-msgid "Informative"
-msgstr ""
-
-#: ../../include/functions_graph.php:2389
-#: ../../include/functions_incidents.php:30
-#: ../../include/functions_incidents.php:57
-msgid "Low"
-msgstr ""
-
-#: ../../include/functions_graph.php:2390
-#: ../../include/functions_incidents.php:31
-#: ../../include/functions_incidents.php:60
-msgid "Medium"
-msgstr ""
-
-#: ../../include/functions_graph.php:2391
-#: ../../include/functions_incidents.php:32
-#: ../../include/functions_incidents.php:63
-msgid "Serious"
-msgstr ""
-
-#: ../../include/functions_graph.php:2392
-#: ../../include/functions_incidents.php:33
-#: ../../include/functions_incidents.php:66
-msgid "Very serious"
-msgstr ""
-
-#: ../../include/functions_graph.php:2393
-#: ../../include/functions_graph.php:2862
-#: ../../include/functions_graph.php:2863
-#: ../../include/functions_graph.php:4754
-#: ../../include/functions_incidents.php:34
-#: ../../include/functions_incidents.php:69 ../../include/functions.php:839
-#: ../../include/functions.php:1047 ../../include/functions.php:1080
-#: ../../include/functions_events.php:1465
-msgid "Maintenance"
-msgstr ""
-
-#: ../../include/functions_graph.php:2412
-#: ../../include/functions_graph.php:2424
-msgid "Open incident"
-msgstr ""
-
-#: ../../include/functions_graph.php:2413
-#: ../../include/functions_graph.php:2426
-msgid "Closed incident"
-msgstr ""
-
-#: ../../include/functions_graph.php:2414
-#: ../../include/functions_graph.php:2428
-msgid "Outdated"
-msgstr ""
-
-#: ../../include/functions_graph.php:2741
-#: ../../include/functions_graph.php:2792
-#: ../../include/functions_events.php:1146
-msgid "SYSTEM"
-msgstr ""
-
-#: ../../include/functions_graph.php:2825
-#: ../../godmode/setup/performance.php:123
-msgid "Others"
-msgstr ""
-
-#: ../../include/functions_graph.php:2866
-#: ../../include/functions_graph.php:2867
-#: ../../include/functions_graph.php:4757 ../../include/functions.php:842
-#: ../../include/functions.php:1048 ../../include/functions.php:1083
-#: ../../include/functions_events.php:1468
-msgid "Informational"
-msgstr ""
-
-#: ../../include/functions_graph.php:2874
-#: ../../include/functions_graph.php:2875
-#: ../../include/functions_graph.php:4769 ../../include/functions.php:854
-#: ../../include/functions.php:1050 ../../include/functions.php:1095
-msgid "Minor"
-msgstr ""
-
-#: ../../include/functions_graph.php:2882
-#: ../../include/functions_graph.php:2883
-#: ../../include/functions_graph.php:4772 ../../include/functions.php:857
-#: ../../include/functions.php:1052 ../../include/functions.php:1098
-msgid "Major"
-msgstr ""
-
-#: ../../include/functions_graph.php:3521
-msgid "Units"
-msgstr ""
-
-#: ../../include/functions_graph.php:4736
-#: ../../include/ajax/visual_console_builder.ajax.php:177
-msgid "No data to show"
-msgstr ""
-
-#: ../../include/functions_graph.php:5106
-msgid "Main node"
-msgstr ""
-
-#: ../../include/functions_menu.php:465
-msgid "Configure user"
-msgstr ""
-
-#: ../../include/functions_menu.php:466
-msgid "Configure profile"
-msgstr ""
-
-#: ../../include/functions_menu.php:468
-#: ../../godmode/servers/manage_recontask_form.php:181
-#: ../../godmode/servers/manage_recontask.php:43
-msgid "Manage recontask"
-msgstr ""
-
-#: ../../include/functions_menu.php:470
-msgid "Module templates management"
-msgstr ""
-
-#: ../../include/functions_menu.php:471
-msgid "Inventory modules management"
-msgstr ""
-
-#: ../../include/functions_menu.php:472
-msgid "Tags management"
-msgstr ""
-
-#: ../../include/functions_menu.php:476
-msgid "View agent"
-msgstr ""
-
-#: ../../include/functions_menu.php:478
-#: ../../godmode/alerts/configure_alert_template.php:63
-#: ../../godmode/alerts/configure_alert_template.php:82
-#: ../../godmode/alerts/configure_alert_template.php:100
-msgid "Configure alert template"
-msgstr ""
-
-#: ../../include/functions_menu.php:480
-msgid "Manage network map"
-msgstr ""
-
-#: ../../include/functions_menu.php:482
-msgid "View reporting"
-msgstr ""
-
-#: ../../include/functions_menu.php:483
-#: ../../godmode/users/configure_profile.php:340
-msgid "View visual console"
-msgstr ""
-
-#: ../../include/functions_menu.php:484
-msgid "Manage custom graphs"
-msgstr ""
-
-#: ../../include/functions_menu.php:485
-msgid "Copy dashboard"
-msgstr ""
-
-#: ../../include/functions_menu.php:488
-msgid "Manage GIS Maps"
-msgstr ""
-
-#: ../../include/functions_menu.php:490
-msgid "Incidents statistics"
-msgstr ""
-
-#: ../../include/functions_menu.php:491
-msgid "Manage messages"
-msgstr ""
-
-#: ../../include/functions_menu.php:493
-msgid "Manage groups"
-msgstr ""
-
-#: ../../include/functions_menu.php:494
-msgid "Manage module groups"
-msgstr ""
-
-#: ../../include/functions_menu.php:495
-msgid "Manage custom field"
-msgstr ""
-
-#: ../../include/functions_menu.php:497
-msgid "Manage alert actions"
-msgstr ""
-
-#: ../../include/functions_menu.php:498
-msgid "Manage commands"
-msgstr ""
-
-#: ../../include/functions_menu.php:499
-msgid "Manage event alerts"
-msgstr ""
-
-#: ../../include/functions_menu.php:501
-msgid "Manage export targets"
-msgstr ""
-
-#: ../../include/functions_menu.php:503
-msgid "Manage services"
-msgstr ""
-
-#: ../../include/functions_menu.php:504 ../../godmode/menu.php:165
-msgid "SNMP alerts"
-msgstr ""
-
-#: ../../include/functions_menu.php:505 ../../operation/menu.php:92
-msgid "SNMP filters"
-msgstr ""
-
-#: ../../include/functions_menu.php:507 ../../operation/menu.php:93
-msgid "SNMP trap generator"
-msgstr ""
-
-#: ../../include/functions_menu.php:509
-msgid "Manage incident"
-msgstr ""
-
-#: ../../include/functions_menu.php:511
-#: ../../godmode/users/configure_profile.php:348
-msgid "Manage visual console"
-msgstr ""
-
-#: ../../include/functions_menu.php:561
-msgid "Administration"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:170
-#: ../../include/functions_filemanager.php:240
-#: ../../include/functions_filemanager.php:298
-#: ../../include/functions_filemanager.php:380
-msgid "Security error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:183
-msgid "Upload error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:191
-#: ../../include/functions_filemanager.php:259
-#: ../../include/functions_filemanager.php:324
-msgid "Upload correct"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:204
-msgid ""
-"File size seems to be too large. Please check your php.ini configuration or "
-"contact with the administrator"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:252
-msgid "Error creating file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:265
-#: ../../include/functions_filemanager.php:360
-msgid "Error creating file with empty name"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:310
-msgid "Attach error"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:355
-msgid "Directory created"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:548
+#: ../../mobile/operation/alerts.php:320 ../../mobile/operation/agents.php:470
+#: ../../mobile/operation/events.php:1112
+#: ../../mobile/operation/modules.php:805
#, php-format
-msgid "Directory %s doesn't exist!"
+msgid "Status: %s"
msgstr ""
-#: ../../include/functions_filemanager.php:559
-#: ../../godmode/servers/plugin.php:175
-#: ../../godmode/setup/file_manager.php:63
+#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:474
+#: ../../mobile/operation/modules.php:809
#, php-format
-msgid "Index of %s"
+msgid "Free Search: %s"
msgstr ""
-#: ../../include/functions_filemanager.php:563
-msgid "Index of images"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:601
-msgid "Parent directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:630
-msgid "The zip upload in this dir, easy to upload multiple files."
-msgstr ""
-
-#: ../../include/functions_filemanager.php:634
-msgid "Decompress"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:677
-msgid "Directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:680
-#: ../../include/functions_visual_map_editor.php:178
-#: ../../godmode/reporting/visual_console_builder.elements.php:78
-#: ../../godmode/reporting/visual_console_builder.wizard.php:118
-msgid "Image"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:683
-msgid "Compressed file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:686
-#: ../../include/functions_filemanager.php:692
-msgid "Text file"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:773
-msgid "Create directory"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:778
-msgid "Create text"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:783
-msgid "Upload file/s"
-msgstr ""
-
-#: ../../include/functions_filemanager.php:790
-msgid "The directory is read-only"
-msgstr ""
-
-#: ../../include/auth/mysql.php:246
-msgid ""
-"Problems with configuration permissions. Please contact with Administrator"
-msgstr ""
-
-#: ../../include/auth/mysql.php:252
-msgid "Your permissions have changed. Please, login again."
-msgstr ""
-
-#: ../../include/auth/mysql.php:265
-msgid ""
-"Ooops User not found in \n"
-"\t\t\t\tdatabase or incorrect password"
-msgstr ""
-
-#: ../../include/auth/mysql.php:281
-msgid "Fail the group synchronizing"
-msgstr ""
-
-#: ../../include/auth/mysql.php:287
-msgid "Fail the tag synchronizing"
-msgstr ""
-
-#: ../../include/auth/mysql.php:300
-msgid ""
-"User not found in database \n"
-"\t\t\t\t\tor incorrect password"
-msgstr ""
-
-#: ../../include/auth/mysql.php:312
-msgid "User not found in database or incorrect password"
-msgstr ""
-
-#: ../../include/auth/mysql.php:544
-msgid "Could not changes password on remote pandora"
-msgstr ""
-
-#: ../../include/auth/mysql.php:581
-msgid "Your installation of PHP does not support LDAP"
-msgstr ""
-
-#: ../../include/functions_html.php:658 ../../include/functions_html.php:659
-#: ../../include/functions_html.php:765 ../../include/functions_html.php:766
-#: ../../operation/events/events.php:391
-#: ../../operation/snmpconsole/snmp_view.php:71
-#: ../../operation/snmpconsole/snmp_statistics.php:55
-#: ../../operation/agentes/networkmap.php:289
-#: ../../godmode/category/category.php:58
-#: ../../godmode/alerts/alert_list.php:297
-#: ../../godmode/agentes/planned_downtime.editor.php:36
-msgid "List"
-msgstr ""
-
-#: ../../include/functions_html.php:715
-msgid "weeks"
-msgstr ""
-
-#: ../../include/functions_html.php:841
-msgid "Month day"
-msgstr ""
-
-#: ../../include/functions_html.php:843
-msgid "Week day"
-msgstr ""
-
-#: ../../include/functions_html.php:2113
-msgid "Type at least two characters to search the module."
-msgstr ""
-
-#: ../../include/functions_db.php:75
+#: ../../mobile/operation/agents.php:166
#, php-format
-msgid "Error connecting to database %s at %s."
+msgid "Filter Agents by %s"
msgstr ""
-#: ../../include/functions_db.php:1067 ../../godmode/menu.php:301
-#: ../../godmode/db/db_refine.php:33
-msgid "Database debug"
+#: ../../mobile/operation/agents.php:324
+#: ../../godmode/reporting/visual_console_builder.elements.php:86
+msgid "A."
msgstr ""
-#: ../../include/functions_db.php:1083
-msgid "SQL sentence"
+#: ../../mobile/operation/agents.php:370
+msgid "No agents"
msgstr ""
-#: ../../include/functions_db.php:1085
-msgid "Rows"
+#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383
+#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591
+msgid "Preset Filters"
msgstr ""
-#: ../../include/functions_db.php:1086
-msgid "Saved"
+#: ../../mobile/operation/events.php:443
+msgid "ERROR: Event detail"
msgstr ""
-#: ../../include/functions_db.php:1087
-msgid "Time (ms)"
+#: ../../mobile/operation/events.php:445
+msgid "Error connecting to DB pandora."
msgstr ""
-#: ../../include/functions_update_manager.php:198
-msgid "There is a unknown error."
+#: ../../mobile/operation/events.php:458
+msgid "Event detail"
msgstr ""
-#: ../../include/functions_update_manager.php:393
-msgid "Failed extracting the package to temp directory."
+#: ../../mobile/operation/events.php:497
+#: ../../include/functions_events.php:2421
+msgid "Acknowledged by"
msgstr ""
-#: ../../include/functions_update_manager.php:420
-msgid "Failed the copying of the files."
+#: ../../mobile/operation/events.php:506
+#: ../../include/functions_visual_map_editor.php:606
+#: ../../godmode/reporting/visual_console_builder.elements.php:153
+msgid "Module Graph"
msgstr ""
-#: ../../include/functions_update_manager.php:436
-msgid "Package extracted successfully."
+#: ../../mobile/operation/events.php:541
+msgid "Sucessful validate"
msgstr ""
-#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31
-#: ../../include/functions_gis.php:36
-msgid "Hierarchy of agents"
+#: ../../mobile/operation/events.php:543
+msgid "Fail validate"
msgstr ""
-#: ../../include/functions_servers.php:363
-msgid "Data server"
+#: ../../mobile/operation/events.php:575
+#, php-format
+msgid "Filter Events by %s"
msgstr ""
-#: ../../include/functions_servers.php:368
-msgid "Network server"
+#: ../../mobile/operation/events.php:1076
+#, php-format
+msgid "Filter: %s"
msgstr ""
-#: ../../include/functions_servers.php:373
-msgid "SNMP Trap server"
+#: ../../mobile/operation/events.php:1089
+#, php-format
+msgid "Severity: %s"
msgstr ""
-#: ../../include/functions_servers.php:378
-#: ../../godmode/servers/manage_recontask_form.php:221
-#: ../../general/firts_task/recon_view.php:25
-msgid "Recon server"
+#: ../../mobile/operation/events.php:1116
+#, php-format
+msgid "Free search: %s"
msgstr ""
-#: ../../include/functions_servers.php:383
-msgid "Plugin server"
+#: ../../mobile/operation/events.php:1120
+#, php-format
+msgid "Hours: %s"
msgstr ""
-#: ../../include/functions_servers.php:388
-msgid "Prediction server"
+#: ../../mobile/operation/module_graph.php:364
+#: ../../mobile/operation/module_graph.php:373
+#, php-format
+msgid "PandoraFMS: %s"
msgstr ""
-#: ../../include/functions_servers.php:393
-msgid "WMI server"
+#: ../../mobile/operation/module_graph.php:387
+#, php-format
+msgid "Options for %s : %s"
msgstr ""
-#: ../../include/functions_servers.php:403
-msgid "Inventory server"
+#: ../../mobile/operation/module_graph.php:394
+msgid "Show Alerts"
msgstr ""
-#: ../../include/functions_servers.php:408
-msgid "Web server"
+#: ../../mobile/operation/module_graph.php:402
+msgid "Show Events"
msgstr ""
-#: ../../include/functions_servers.php:413
-msgid "Event server"
+#: ../../mobile/operation/module_graph.php:434
+msgid "Avg Only"
msgstr ""
-#: ../../include/functions_servers.php:418
-msgid "Enterprise ICMP server"
+#: ../../mobile/operation/module_graph.php:439
+msgid "Time range (hours)"
msgstr ""
-#: ../../include/functions_servers.php:423
-msgid "Enterprise SNMP server"
+#: ../../mobile/operation/module_graph.php:459
+msgid "Update graph"
msgstr ""
-#: ../../include/functions_servers.php:428
-msgid "Enterprise Satellite server"
+#: ../../mobile/operation/module_graph.php:468
+msgid "Error get the graph"
msgstr ""
-#: ../../include/functions_networkmap.php:1719
-msgid "Create a new topology map"
+#: ../../mobile/operation/agent.php:112
+msgid "PandoraFMS: Agents"
msgstr ""
-#: ../../include/functions_networkmap.php:1720
-msgid "Create a new group map"
+#: ../../mobile/operation/agent.php:118
+msgid "No agent found"
msgstr ""
-#: ../../include/functions_networkmap.php:1721
-msgid "Create a new dynamic map"
+#: ../../mobile/operation/agent.php:200
+msgid "Modules by status"
msgstr ""
-#: ../../include/functions_networkmap.php:1723
-msgid "Create a new radial dynamic map"
+#: ../../mobile/operation/agent.php:269
+#, php-format
+msgid "Last %s Events"
msgstr ""
-#: ../../include/functions_networkmap.php:1747
-msgid "Dynamic"
+#: ../../mobile/operation/modules.php:194
+#, php-format
+msgid "Filter Modules by %s"
msgstr ""
-#: ../../include/functions_networkmap.php:1749
-msgid "Radial dynamic"
+#: ../../mobile/operation/modules.php:543
+msgid "Interval."
msgstr ""
-#: ../../include/functions_clippy.php:128 ../../general/header.php:166
-#: ../../general/header.php:167
+#: ../../mobile/operation/modules.php:549
+msgid "Last update."
+msgstr ""
+
+#: ../../mobile/operation/modules.php:668
+#: ../../godmode/agentes/agent_template.php:263
+msgid "No modules"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:801
+#, php-format
+msgid "Module group: %s"
+msgstr ""
+
+#: ../../mobile/operation/modules.php:814
+#, php-format
+msgid "Tag: %s"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:152
+#: ../../mobile/include/user.class.php:170
+#: ../../mobile/include/user.class.php:177
+msgid "Double authentication failed"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:153
+msgid "Secret code not found"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:154
+msgid "Please contact the administrator to reset your double authentication"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:178
+msgid "There was an error checking the code"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:211
+msgid "Login Failed"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:212
+msgid "User not found in database or incorrect password."
+msgstr ""
+
+#: ../../mobile/include/user.class.php:220
+msgid "Login out"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:176
+msgid ""
+"Your session is over. Please close your browser window to close this Pandora "
+"session."
+msgstr ""
+
+#: ../../mobile/include/user.class.php:244
+msgid "user"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:251
+msgid "password"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:256 ../../general/login_page.php:168
+msgid "Login"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:301
+#: ../../mobile/include/user.class.php:302 ../../general/login_page.php:186
+msgid "Authenticator code"
+msgstr ""
+
+#: ../../mobile/include/user.class.php:306 ../../general/login_page.php:192
+msgid "Check code"
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168
+msgid "Pandora FMS mobile"
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:257
+#: ../../mobile/include/functions_web.php:81
+#, php-format
+msgid "Pandora FMS %s - Build %s"
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:258
+#: ../../mobile/include/functions_web.php:82
+msgid "Generated at"
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:630
+msgid "Not found header."
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:633
+msgid "Not found content."
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:636
+msgid "Not found footer."
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:639
+msgid "Incorrect form."
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:642
+msgid "Incorrect grid."
+msgstr ""
+
+#: ../../mobile/include/ui.class.php:645
+msgid "Incorrect collapsible."
+msgstr ""
+
+#: ../../mobile/include/functions_web.php:23
+#: ../../include/functions_reporting_html.php:3025
+#: ../../include/functions_reporting_html.php:3165
+msgid "Monitor"
+msgstr ""
+
+#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:201
+#: ../../godmode/reporting/visual_console_builder.wizard.php:246
+msgid "Servers"
+msgstr ""
+
+#: ../../general/logon_failed.php:33
+msgid ""
+"Either, your password or your login are incorrect. Please check your CAPS "
+"LOCK key, username and password are case SeNSiTiVe.
All actions, "
+"included failed login attempts are logged in Pandora FMS System logs, and "
+"these can be reviewed by each user, please report to admin any incident or "
+"malfunction."
+msgstr ""
+
+#: ../../general/footer.php:35
+#, php-format
+msgid "Pandora FMS %s - Build %s - MR %s"
+msgstr ""
+
+#: ../../general/footer.php:38
+msgid "Page generated at"
+msgstr ""
+
+#: ../../general/footer.php:39
+msgid "® Ãrtica ST"
+msgstr ""
+
+#: ../../general/ui/agents_list.php:127
+msgid "No agents found"
+msgstr ""
+
+#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68
+#: ../../general/pandora_help.php:95
+msgid "Pandora FMS help system"
+msgstr ""
+
+#: ../../general/pandora_help.php:73
+msgid "Help system error"
+msgstr ""
+
+#: ../../general/pandora_help.php:78
+msgid ""
+"Pandora FMS help system has been called with a help reference that currently "
+"don't exist. There is no help content to show."
+msgstr ""
+
+#: ../../general/header.php:75
+msgid "Blank characters are used as AND conditions"
+msgstr ""
+
+#: ../../general/header.php:90 ../../general/header.php:92
+msgid "Enter keywords to search"
+msgstr ""
+
+#: ../../general/header.php:114 ../../general/header.php:122
+msgid "All systems"
+msgstr ""
+
+#: ../../general/header.php:114
+msgid "Down"
+msgstr ""
+
+#: ../../general/header.php:118
+msgid "servers down"
+msgstr ""
+
+#: ../../general/header.php:122
+msgid "Ready"
+msgstr ""
+
+#: ../../general/header.php:142 ../../general/header.php:143
+msgid "QR Code of the page"
+msgstr ""
+
+#: ../../general/header.php:169 ../../general/header.php:170
+#: ../../include/functions_clippy.php:128
msgid "Pandora FMS assistant"
msgstr ""
-#: ../../include/functions_clippy.php:163
-#: ../../include/functions_clippy.php:168
-msgid "End wizard"
+#: ../../general/header.php:195
+msgid "Configure autorefresh"
msgstr ""
-#: ../../include/functions_clippy.php:195
-msgid "Next →"
+#: ../../general/header.php:222
+msgid "Disabled autorefresh"
msgstr ""
-#: ../../include/functions_clippy.php:196
-msgid "← Back"
+#: ../../general/header.php:248
+msgid "System alerts detected - Please fix as soon as possible"
msgstr ""
-#: ../../include/functions_clippy.php:208
-msgid "Do you want to exit the help tour?"
-msgstr ""
-
-#: ../../include/functions_groups.php:63
-msgid "Alert Actions"
-msgstr ""
-
-#: ../../include/functions_groups.php:78
-msgid "Alert Templates"
-msgstr ""
-
-#: ../../include/functions_groups.php:106
-#: ../../include/functions_groups.php:163
-#: ../../include/functions_reports.php:498
-#: ../../include/functions_reports.php:500
-#: ../../include/functions_reports.php:504
-#: ../../include/functions_reports.php:506
-#: ../../include/functions_reports.php:510
-#: ../../include/functions_reports.php:512
-#: ../../include/functions_reports.php:514
-#: ../../include/functions_reports.php:518
-#: ../../operation/agentes/ver_agente.php:903
-#: ../../operation/agentes/ver_agente.php:1031
-#: ../../operation/search_results.php:103
-msgid "Graphs"
-msgstr ""
-
-#: ../../include/functions_groups.php:135
-msgid "Layout visual console"
-msgstr ""
-
-#: ../../include/functions_groups.php:149
-msgid "Plannet down time"
-msgstr ""
-
-#: ../../include/functions_groups.php:176
-msgid "GIS maps"
-msgstr ""
-
-#: ../../include/functions_groups.php:190
-msgid "GIS connections"
-msgstr ""
-
-#: ../../include/functions_groups.php:204
-msgid "GIS map layers"
-msgstr ""
-
-#: ../../include/functions_groups.php:217
-msgid "Network maps"
-msgstr ""
-
-#: ../../include/functions_groups.php:2119
-msgid "Show branch children"
-msgstr ""
-
-#: ../../include/functions_groups.php:2148
-msgid ""
-"You can not delete the last group in Pandora. A common installation must has "
-"almost one group."
-msgstr ""
-
-#: ../../include/functions_ui.php:226
-msgid "Information"
-msgstr ""
-
-#: ../../include/functions_ui.php:368
-msgid "Request successfully processed"
-msgstr ""
-
-#: ../../include/functions_ui.php:371
-msgid "Error processing request"
-msgstr ""
-
-#: ../../include/functions_ui.php:509
-msgid ""
-"Is possible that this view uses part of information which your user has not "
-"access"
-msgstr ""
-
-#: ../../include/functions_ui.php:991
-#: ../../godmode/alerts/configure_alert_template.php:805
-#: ../../godmode/alerts/alert_view.php:152
-msgid "The alert would fire when the value is "
-msgstr ""
-
-#: ../../include/functions_ui.php:995
-#: ../../godmode/alerts/configure_alert_template.php:806
-#: ../../godmode/alerts/alert_view.php:156
-msgid "The alert would fire when the value is not "
-msgstr ""
-
-#: ../../include/functions_ui.php:1000
-#: ../../godmode/alerts/configure_alert_template.php:803
-#: ../../godmode/alerts/alert_view.php:144
-msgid ""
-"The alert would fire when the value matches "
-msgstr ""
-
-#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:147
-msgid ""
-"The alert would fire when the value doesn't match "
-msgstr ""
-
-#: ../../include/functions_ui.php:1009
-#: ../../godmode/alerts/configure_alert_template.php:807
-#: ../../godmode/alerts/alert_view.php:161
-msgid ""
-"The alert would fire when the value is between and "
-""
-msgstr ""
-
-#: ../../include/functions_ui.php:1012
-#: ../../godmode/alerts/configure_alert_template.php:808
-#: ../../godmode/alerts/alert_view.php:164
-msgid ""
-"The alert would fire when the value is not between "
-"and "
-msgstr ""
-
-#: ../../include/functions_ui.php:1016
-msgid "The alert would fire when the value is over "
-msgstr ""
-
-#: ../../include/functions_ui.php:1021
-msgid "The alert would fire when the value is under "
-msgstr ""
-
-#: ../../include/functions_ui.php:1026
-#: ../../godmode/alerts/configure_alert_template.php:811
-#: ../../godmode/alerts/alert_view.php:186
-msgid "The alert would fire when the module is in warning status"
-msgstr ""
-
-#: ../../include/functions_ui.php:1031
-#: ../../godmode/alerts/configure_alert_template.php:812
-#: ../../godmode/alerts/alert_view.php:189
-msgid "The alert would fire when the module is in critical status"
-msgstr ""
-
-#: ../../include/functions_ui.php:1609 ../../include/functions_ui.php:1643
+#: ../../general/header.php:263
#, php-format
-msgid "Total items: %s"
+msgid "You have %d warning(s)"
msgstr ""
-#: ../../include/functions_ui.php:1950
-msgid "Unknown type"
+#: ../../general/header.php:274
+msgid "There are not warnings"
msgstr ""
-#: ../../include/functions_ui.php:2749
-msgid "Type at least two characters to search."
+#: ../../general/header.php:283
+msgid "Main help"
msgstr ""
-#: ../../include/functions_ui.php:3536
-msgid "Problem with Pandora FMS database"
+#: ../../general/header.php:305
+msgid "New chat message"
msgstr ""
-#: ../../include/functions_ui.php:3537
-msgid ""
-"Cannot connect to the database, please check your database setup in the "
-"include/config.php file.
\n"
-"\t\t\tProbably your database, hostname, user or password values are "
-"incorrect or \n"
-"\t\t\tthe database server is not running."
+#: ../../general/header.php:314
+msgid "Message overview"
msgstr ""
-#: ../../include/functions_ui.php:3541
-msgid "DB ERROR"
-msgstr ""
-
-#: ../../include/functions_ui.php:3547
-msgid ""
-"If you have modified auth system, this problem could be because Pandora "
-"cannot override authorization variables from the config database. Remove "
-"them from your database by executing:
DELETE FROM tconfig WHERE "
-"token = \"auth\";
"
-msgstr ""
-
-#: ../../include/functions_ui.php:3551
-msgid "Empty configuration table"
-msgstr ""
-
-#: ../../include/functions_ui.php:3552
-msgid ""
-"Cannot load configuration variables from database. Please check your "
-"database setup in the\n"
-"\t\t\tinclude/config.php file.
\n"
-"\t\t\tMost likely your database schema has been created but there are is no "
-"data in it, you have a problem with the database access credentials or your "
-"schema is out of date.\n"
-"\t\t\t
Pandora FMS Console cannot find include/config.php or "
-"this file has invalid\n"
-"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
-"to fix this problem."
-msgstr ""
-
-#: ../../include/functions_ui.php:3559
-msgid "No configuration file found"
-msgstr ""
-
-#: ../../include/functions_ui.php:3560
-msgid ""
-"Pandora FMS Console cannot find include/config.php or this file has "
-"invalid\n"
-"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
-"to fix this problem."
-msgstr ""
-
-#: ../../include/functions_ui.php:3571
+#: ../../general/header.php:315
#, php-format
-msgid "You may try to run the %sinstallation wizard%s to create one."
+msgid "You have %d unread message(s)"
msgstr ""
-#: ../../include/functions_ui.php:3574
-msgid "Installer active"
-msgstr ""
-
-#: ../../include/functions_ui.php:3575
+#: ../../general/alert_enterprise.php:96
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."
+"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 ""
-#: ../../include/functions_ui.php:3579
-msgid "Bad permission for include/config.php"
-msgstr ""
-
-#: ../../include/functions_ui.php:3580
+#: ../../general/alert_enterprise.php:103
msgid ""
-"For security reasons, config.php must have restrictive permissions, "
-"and \"other\" users \n"
-"\t\t\tshould not read it or write to it. It should be written only for owner "
+"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"
+msgstr ""
+
+#: ../../general/alert_enterprise.php:114
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:117
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:120
+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"
+msgstr ""
+
+#: ../../general/alert_enterprise.php:128
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:131
+msgid ""
+"Update Manager is one of the most advanced features of Pandora FMS "
+"Enterprise version, for more information visit http://pandorafms.com."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:134
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:141
+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"
+"
pandorafms.com"
+msgstr ""
+
+#: ../../general/alert_enterprise.php:148
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:151
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:154
+msgid "These options are only effective on the Enterprise version."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:157
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:160
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:163
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:166
+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."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:169
+msgid ""
+"This system has too much events in the database. Checkout database purge "
+"options. Checkout the Enterprise Version for a professional supported system."
+msgstr ""
+
+#: ../../general/alert_enterprise.php:172
+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."
+msgstr ""
+
+#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:318
+msgid "Pandora FMS Overview"
+msgstr ""
+
+#: ../../general/logon_ok.php:181 ../../general/logon_ok.php:380
+msgid "News board"
+msgstr ""
+
+#: ../../general/logon_ok.php:186 ../../general/logon_ok.php:385
+msgid "ago"
+msgstr ""
+
+#: ../../general/logon_ok.php:193 ../../general/logon_ok.php:392
+msgid "by"
+msgstr ""
+
+#: ../../general/logon_ok.php:229 ../../general/logon_ok.php:426
+msgid "This is your last activity in Pandora FMS console"
+msgstr ""
+
+#: ../../general/login_page.php:35
+msgid "Go to Pandora FMS Website"
+msgstr ""
+
+#: ../../general/login_page.php:40
+msgid "Go to Login"
+msgstr ""
+
+#: ../../general/login_page.php:82
+msgid "Docs"
+msgstr ""
+
+#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67
+#: ../../general/login_help_dialog.php:69
+msgid "Support"
+msgstr ""
+
+#: ../../general/login_page.php:145
+msgid "Login as admin"
+msgstr ""
+
+#: ../../general/login_page.php:152
+msgid "Login with SAML"
+msgstr ""
+
+#: ../../general/login_page.php:174
+msgid "Logged out"
+msgstr ""
+
+#: ../../general/login_page.php:200
+msgid "View details"
+msgstr ""
+
+#: ../../general/login_page.php:224
+msgid "Build"
+msgstr ""
+
+#: ../../general/login_page.php:237
+msgid "Login failed"
+msgstr ""
+
+#: ../../general/login_page.php:261
+msgid ""
+"Pandora FMS frontend is built on advanced, modern technologies and does not "
+"support old browsers."
+msgstr ""
+
+#: ../../general/login_page.php:262
+msgid ""
+"It is highly recommended that you choose and install a modern browser. It is "
+"free of charge and only takes a couple of minutes."
+msgstr ""
+
+#: ../../general/login_page.php:325
+msgid "Why is it recommended to upgrade the web browser?"
+msgstr ""
+
+#: ../../general/login_page.php:330
+msgid ""
+"New browsers usually come with support for new technologies, increasing web "
+"page speed, better privacy settings and so on. They also resolve security "
+"and functional issues."
+msgstr ""
+
+#: ../../general/login_page.php:339
+msgid "Continue despite this warning"
+msgstr ""
+
+#: ../../general/noaccess2.php:26
+msgid "Access to this page is restricted"
+msgstr ""
+
+#: ../../general/noaccess2.php:31
+msgid "No access"
+msgstr ""
+
+#: ../../general/noaccess2.php:36
+msgid ""
+"Access to this page is restricted to authorized users only, please contact "
+"system administrator if you need assistance.
\n"
+"\t\t\tPlease know that all attempts to access this page are recorded in "
+"security logs of Pandora System Database"
+msgstr ""
+
+#: ../../general/login_required.php:69
+#: ../../general/login_identification_wizard.php:180
+msgid "Pandora FMS instance identification wizard"
+msgstr ""
+
+#: ../../general/login_required.php:72
+msgid ""
+"Please fill the following information in order to configure your Pandora FMS "
+"instance successfully"
+msgstr ""
+
+#: ../../general/login_required.php:86 ../../include/functions_config.php:129
+#: ../../godmode/setup/setup_general.php:52
+msgid "Language code for Pandora"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Africa"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "America"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Antarctica"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Arctic"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Asia"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Atlantic"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Australia"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Europe"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Indian"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "Pacific"
+msgstr ""
+
+#: ../../general/login_required.php:91
+#: ../../godmode/setup/setup_general.php:115
+msgid "UTC"
+msgstr ""
+
+#: ../../general/login_required.php:111 ../../include/functions_config.php:166
+#: ../../godmode/setup/setup_general.php:135
+msgid "Timezone setup"
+msgstr ""
+
+#: ../../general/login_required.php:112
+#: ../../godmode/setup/setup_general.php:136
+msgid ""
+"Must have the same time zone as the system or database to avoid mismatches "
+"of time."
+msgstr ""
+
+#: ../../general/login_required.php:116
+msgid "E-mail for receiving alerts"
+msgstr ""
+
+#: ../../general/login_required.php:124
+msgid "Register"
+msgstr ""
+
+#: ../../general/login_required.php:127
+#: ../../include/functions_visual_map_editor.php:461
+#: ../../include/functions_visual_map_editor.php:469
+#: ../../godmode/setup/snmp_wizard.php:109
+msgid "Cancel"
+msgstr ""
+
+#: ../../general/login_required.php:130
+msgid "All fields required"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:39
+msgid "Welcome to Pandora FMS"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:42
+msgid ""
+"If this is your first time with Pandora FMS, we propose you a few links to "
+"learn more about Pandora FMS. Monitoring could be overwhelm, but take your "
+"time to learn how to use the power of Pandora FMS!"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:51
+#: ../../general/login_help_dialog.php:53
+msgid "Online help"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:59
+#: ../../general/login_help_dialog.php:61
+msgid "Enterprise version"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:69
+msgid "Forums"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:75
+#: ../../general/login_help_dialog.php:77
+msgid "Documentation"
+msgstr ""
+
+#: ../../general/login_help_dialog.php:86
+msgid "Click here to don't show again this message"
+msgstr ""
+
+#: ../../general/firts_task/recon_view.php:21
+msgid "There are no recon task defined yet."
+msgstr ""
+
+#: ../../general/firts_task/recon_view.php:25
+#: ../../include/functions_servers.php:378
+#: ../../godmode/servers/manage_recontask_form.php:222
+msgid "Recon server"
+msgstr ""
+
+#: ../../general/firts_task/recon_view.php:28
+#: ../../general/firts_task/recon_view.php:35
+msgid "Create Recon Task"
+msgstr ""
+
+#: ../../general/firts_task/recon_view.php:29
+msgid ""
+"The Recon Task definition of Pandora FMS is used to find new elements in the "
+"network. \n"
+"\t\tIf it detects any item, it will add that item to the monitoring, and if "
+"that item it is already being monitored, then it will \n"
+"\t\tignore it or will update its information.There are three types of "
+"detection: Based on ICMP (pings), \n"
+"\t\tSNMP (detecting the topology of networks "
+"and their interfaces), and other customized "
+"strong>\n"
+"\t\ttype. You can define your own customized recon script."
+msgstr ""
+
+#: ../../general/firts_task/transactional_list.php:23
+msgid "There are no transactions defined yet."
+msgstr ""
+
+#: ../../general/firts_task/transactional_list.php:30
+msgid "Transactions"
+msgstr ""
+
+#: ../../general/firts_task/transactional_list.php:33
+#: ../../general/firts_task/transactional_list.php:38
+msgid "Create Transactions"
+msgstr ""
+
+#: ../../general/firts_task/transactional_list.php:34
+msgid ""
+"The new transactional server allows you to execute tasks dependent on the "
+"others following a user-defined design. This means that it is possible to "
+"coordinate several executions to check a target at a given time.\n"
"\n"
-"\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."
+"Transaction graphs represent the different processes within our "
+"infrastructure that we use to deliver our service."
msgstr ""
-#: ../../include/functions_treeview.php:211
-#: ../../include/graphs/functions_flot.php:517
-msgid "No data"
+#: ../../general/firts_task/custom_fields.php:23
+#: ../../general/firts_task/fields_manager.php:21
+msgid "There are no custom fields defined yet."
msgstr ""
-#: ../../include/functions_treeview.php:230
-msgid "Go to module edition"
+#: ../../general/firts_task/custom_fields.php:28
+msgid "Custom Fields"
msgstr ""
-#: ../../include/functions_treeview.php:268
-msgid "There was a problem loading alerts"
+#: ../../general/firts_task/custom_fields.php:31
+#: ../../general/firts_task/custom_fields.php:35
+msgid "Create Custom Fields"
msgstr ""
-#: ../../include/functions_treeview.php:322
-msgid "Go to alerts edition"
+#: ../../general/firts_task/custom_fields.php:32
+msgid ""
+"Custom fields are an easy way to personalized agent's information.\n"
+"\t\t You're able to create custom fields by klicking on 'Administration' -> "
+"'Manage monitoring' -> 'Manage custom fields'. "
msgstr ""
-#: ../../include/functions_treeview.php:461
-msgid "Go to agent edition"
+#: ../../general/firts_task/collections.php:21
+msgid "There are no collections defined yet."
msgstr ""
-#: ../../include/functions_treeview.php:470
-msgid "Agent data"
+#: ../../general/firts_task/collections.php:25
+msgid "Collections"
msgstr ""
-#: ../../include/functions_treeview.php:543
-msgid "Advanced information"
+#: ../../general/firts_task/collections.php:28
+#: ../../general/firts_task/collections.php:37
+msgid "Create Collections"
msgstr ""
-#: ../../include/functions_treeview.php:555
-#: ../../operation/agentes/estado_generalagente.php:257
-msgid "Agent access rate (24h)"
+#: ../../general/firts_task/collections.php:29
+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\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 the picture below. "
msgstr ""
-#: ../../include/functions_treeview.php:615
-#: ../../operation/agentes/estado_generalagente.php:475
-msgid "Interface traffic"
+#: ../../general/firts_task/service_list.php:23
+msgid "There are no services defined yet."
msgstr ""
-#: ../../include/functions_treeview.php:637
-#: ../../operation/agentes/estado_generalagente.php:446
-msgid "Interface information"
+#: ../../general/firts_task/service_list.php:31
+#: ../../general/firts_task/service_list.php:40
+msgid "Create Services"
+msgstr ""
+
+#: ../../general/firts_task/service_list.php:32
+msgid ""
+"A service is a way to group your IT resources based on their "
+"functionalities. \n"
+"\t\t\t\t\t\tA service could be e.g. your official website, your CRM system, "
+"your support application, or even your printers.\n"
+"\t\t\t\t\t\t Services are logical groups which can include hosts, routers, "
+"switches, firewalls, CRMs, ERPs, websites and numerous other services. \n"
+"\t\t\t\t\t\t By the following example, you're able to see more clearly what "
+"a service is:\n"
+"\t\t\t\t\t\t\tA chip manufacturer sells computers by its website all around "
+"the world. \n"
+"\t\t\t\t\t\t\tHis company consists of three big departments: A management, "
+"an on-line shop and support."
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:23
+msgid "There are no network map defined yet."
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:30
+msgid "Network Map"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:33
+#: ../../general/firts_task/network_map.php:49
+msgid "Create Network Map"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:34
+msgid ""
+"There is also an open-source version of the network map. \n"
+"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes "
+"and relationships, agents, modules and groups available to the user. \n"
+"\t\t\t\t\t\t\t\tThere are three types of network maps:\n"
+"\t\t\t"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:38
+msgid "Topology Map"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:39
+msgid "Group Map"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:40
+msgid "Radial Map (User without strict user)"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:41
+msgid "Dinamic Map"
+msgstr ""
+
+#: ../../general/firts_task/network_map.php:42
+msgid "Policy Map (Only Enterprise version)"
+msgstr ""
+
+#: ../../general/firts_task/map_builder.php:26
+#: ../../godmode/reporting/map_builder.php:255
+msgid "There are no visual console defined yet."
+msgstr ""
+
+#: ../../general/firts_task/map_builder.php:32
+#: ../../godmode/reporting/map_builder.php:39
+msgid "Visual Console"
+msgstr ""
+
+#: ../../general/firts_task/map_builder.php:35
+#: ../../general/firts_task/map_builder.php:43
+msgid "Create Visual Console"
+msgstr ""
+
+#: ../../general/firts_task/map_builder.php:36
+msgid ""
+"Pandora FMS allows you to create visual maps in which each user is able to "
+"create his own monitoring map.\n"
+"\t\t\tThe new visual console editor is much more practical, although the old "
+"visual console editor had its advantages. \n"
+"\t\t\tWithin the new visual console, we've been successful in imitating the "
+"sensation and touch of a drawing application like GIMP. \n"
+"\t\t\tWe've also simplified the editor by dividing it into several subject-"
+"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and "
+"'Editor'.\n"
+"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are "
+"'static image', 'percentage bar', 'module graph' and 'simple value'. "
+msgstr ""
+
+#: ../../general/firts_task/incidents.php:25
+msgid "There are no incidents defined yet."
+msgstr ""
+
+#: ../../general/firts_task/incidents.php:35
+#: ../../general/firts_task/incidents.php:44
+msgid "Create Incidents"
+msgstr ""
+
+#: ../../general/firts_task/incidents.php:36
+msgid ""
+"Besides receiving and processing data to monitor systems or applications, \n"
+"\t\t\tyou're also required to monitor possible incidents which might take "
+"place on these systems within the system monitoring process.\n"
+"\t\t\tFor it, the Pandora FMS team has designed an incident manager within "
+"which any user is able to open incidents, \n"
+"\t\t\texplaining what's happened on the network and to update them with "
+"comments and files any time in case there is a need to do so.\n"
+"\t\t\tThis system allows the users to work as a team, along with different "
+"roles and work-flow systems which allows an incident to be \n"
+"\t\t\tmoved from one group to another, and that members from different "
+"groups and different people could work on the same incident, sharing "
+"information and files.\n"
+"\t\t"
+msgstr ""
+
+#: ../../general/firts_task/planned_downtime.php:21
+msgid "There are no planned downtime defined yet."
+msgstr ""
+
+#: ../../general/firts_task/planned_downtime.php:25
+#: ../../godmode/agentes/planned_downtime.editor.php:43
+#: ../../godmode/agentes/planned_downtime.list.php:54
+msgid "Planned Downtime"
+msgstr ""
+
+#: ../../general/firts_task/planned_downtime.php:28
+#: ../../general/firts_task/planned_downtime.php:34
+msgid "Create Planned Downtime"
+msgstr ""
+
+#: ../../general/firts_task/planned_downtime.php:29
+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. "
+msgstr ""
+
+#: ../../general/firts_task/snmp_filters.php:21
+msgid "There are no SNMP filter defined yet."
+msgstr ""
+
+#: ../../general/firts_task/snmp_filters.php:25
+msgid "SNMP Filter"
+msgstr ""
+
+#: ../../general/firts_task/snmp_filters.php:28
+#: ../../general/firts_task/snmp_filters.php:35
+msgid "Create SNMP Filter"
+msgstr ""
+
+#: ../../general/firts_task/snmp_filters.php:29
+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\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. "
+msgstr ""
+
+#: ../../general/firts_task/fields_manager.php:25
+msgid "Fields Manager"
+msgstr ""
+
+#: ../../general/firts_task/fields_manager.php:28
+msgid "Create Fields Manager"
+msgstr ""
+
+#: ../../general/firts_task/fields_manager.php:29
+msgid ""
+"Custom fields are an easy way to personalized agent's information.\n"
+"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -"
+"> 'Manage monitoring' -> 'Manage custom fields'. "
+msgstr ""
+
+#: ../../general/firts_task/fields_manager.php:32
+msgid "Create Fields "
+msgstr ""
+
+#: ../../general/firts_task/tags.php:21
+msgid "There are no tags defined yet."
+msgstr ""
+
+#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33
+msgid "Create Tags"
+msgstr ""
+
+#: ../../general/firts_task/tags.php:29
+msgid ""
+"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. "
+msgstr ""
+
+#: ../../general/firts_task/custom_graphs.php:23
+msgid "There are no custom graphs defined yet."
+msgstr ""
+
+#: ../../general/firts_task/custom_graphs.php:28
+msgid "Custom Graphs"
+msgstr ""
+
+#: ../../general/firts_task/custom_graphs.php:31
+#: ../../general/firts_task/custom_graphs.php:36
+msgid "Create Custom Graph"
+msgstr ""
+
+#: ../../general/firts_task/custom_graphs.php:32
+msgid ""
+"Graphs are designed to show the data collected by Pandora FMS in a temporary "
+"scale defined by the user.\n"
+"\t\t\t\tPandora FMS Graphs display data in real time. They are generated "
+"every time the operator requires any of them and display the up-to-date "
+"state.\n"
+"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the "
+"graphs the user customizes by using one or more modules to do so."
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:142
+msgid "The Pandora FMS community wizard"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:147
+msgid "Stay up to date with the Pandora FMS community"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:151
+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"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:152
+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"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:157
+#: ../../godmode/alerts/configure_alert_template.php:814
+msgid "Finish"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:161
+msgid "Return"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:165
+msgid "Join the Pandora FMS community"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:172
+msgid "Required"
+msgstr ""
+
+#: ../../general/login_identification_wizard.php:182
+msgid "Do you want to continue without any registration"
+msgstr ""
+
+#: ../../general/links_menu.php:20 ../../godmode/menu.php:298
+#: ../../godmode/menu.php:414
+msgid "Links"
+msgstr ""
+
+#: ../../extras/pandora_diag.php:90
+msgid "Pandora FMS Diagnostic tool"
+msgstr ""
+
+#: ../../extras/pandora_diag.php:93
+msgid "Item"
+msgstr ""
+
+#: ../../extras/pandora_diag.php:94
+msgid "Data value"
msgstr ""
#: ../../include/functions_snmp_browser.php:145
@@ -20439,6 +9046,22 @@ msgstr ""
msgid "Numeric OID"
msgstr ""
+#: ../../include/functions_snmp_browser.php:406
+#: ../../include/functions_graph.php:5452
+#: ../../include/functions_reporting_html.php:732
+#: ../../include/functions_reporting_html.php:1482
+#: ../../include/functions_reporting_html.php:2584
+#: ../../include/functions_reporting_html.php:3097
+#: ../../godmode/snmpconsole/snmp_trap_generator.php:75
+#: ../../godmode/alerts/configure_alert_template.php:602
+#: ../../godmode/setup/setup_visuals.php:677
+#: ../../godmode/massive/massive_edit_modules.php:513
+#: ../../godmode/reporting/visual_console_builder.wizard.php:237
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1312
+#: ../../godmode/agentes/module_manager_editor_common.php:657
+msgid "Value"
+msgstr ""
+
#: ../../include/functions_snmp_browser.php:420
msgid "Syntax"
msgstr ""
@@ -20456,7 +9079,7 @@ msgid "OID Information"
msgstr ""
#: ../../include/functions_snmp_browser.php:475
-#: ../../godmode/agentes/module_manager.php:725
+#: ../../godmode/agentes/module_manager.php:784
msgid "Create network component"
msgstr ""
@@ -20469,117 +9092,117 @@ msgid "Browse"
msgstr ""
#: ../../include/functions_snmp_browser.php:530
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720
-#: ../../godmode/agentes/module_manager_editor_network.php:175
-#: ../../godmode/massive/massive_edit_modules.php:466
+#: ../../godmode/massive/massive_edit_modules.php:497
#: ../../godmode/modules/manage_network_components_form_network.php:57
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:369
+#: ../../godmode/agentes/module_manager_editor_network.php:216
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731
msgid "Auth user"
msgstr ""
#: ../../include/functions_snmp_browser.php:532
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722
-#: ../../godmode/agentes/module_manager_editor_network.php:177
-#: ../../godmode/massive/massive_edit_modules.php:469
+#: ../../godmode/massive/massive_edit_modules.php:500
#: ../../godmode/modules/manage_network_components_form_network.php:59
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371
+#: ../../godmode/agentes/module_manager_editor_network.php:219
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733
msgid "Auth password"
msgstr ""
#: ../../include/functions_snmp_browser.php:536
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726
-#: ../../godmode/agentes/module_manager_editor_network.php:184
-#: ../../godmode/massive/massive_edit_modules.php:472
+#: ../../godmode/massive/massive_edit_modules.php:503
#: ../../godmode/modules/manage_network_components_form_network.php:65
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375
+#: ../../godmode/agentes/module_manager_editor_network.php:227
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:737
msgid "Privacy method"
msgstr ""
#: ../../include/functions_snmp_browser.php:537
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727
-#: ../../godmode/agentes/module_manager_editor_network.php:185
-#: ../../godmode/massive/massive_edit_modules.php:473
+#: ../../godmode/massive/massive_edit_modules.php:504
#: ../../godmode/modules/manage_network_components_form_network.php:66
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376
+#: ../../godmode/agentes/module_manager_editor_network.php:228
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738
msgid "DES"
msgstr ""
#: ../../include/functions_snmp_browser.php:537
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727
-#: ../../godmode/agentes/module_manager_editor_network.php:185
-#: ../../godmode/massive/massive_edit_modules.php:473
+#: ../../godmode/massive/massive_edit_modules.php:504
#: ../../godmode/modules/manage_network_components_form_network.php:66
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:376
+#: ../../godmode/agentes/module_manager_editor_network.php:228
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:738
msgid "AES"
msgstr ""
#: ../../include/functions_snmp_browser.php:538
-#: ../../godmode/agentes/module_manager_editor_network.php:186
-#: ../../godmode/massive/massive_edit_modules.php:474
+#: ../../godmode/massive/massive_edit_modules.php:505
#: ../../godmode/modules/manage_network_components_form_network.php:67
+#: ../../godmode/agentes/module_manager_editor_network.php:229
msgid "Privacy pass"
msgstr ""
#: ../../include/functions_snmp_browser.php:541
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731
-#: ../../godmode/agentes/module_manager_editor_network.php:192
-#: ../../godmode/massive/massive_edit_modules.php:476
+#: ../../godmode/massive/massive_edit_modules.php:507
#: ../../godmode/modules/manage_network_components_form_network.php:72
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:380
+#: ../../godmode/agentes/module_manager_editor_network.php:237
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:742
msgid "Auth method"
msgstr ""
#: ../../include/functions_snmp_browser.php:542
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732
-#: ../../godmode/agentes/module_manager_editor_network.php:193
-#: ../../godmode/massive/massive_edit_modules.php:477
+#: ../../godmode/massive/massive_edit_modules.php:508
#: ../../godmode/modules/manage_network_components_form_network.php:73
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381
+#: ../../godmode/agentes/module_manager_editor_network.php:238
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743
msgid "MD5"
msgstr ""
#: ../../include/functions_snmp_browser.php:542
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732
-#: ../../godmode/agentes/module_manager_editor_network.php:193
-#: ../../godmode/massive/massive_edit_modules.php:477
+#: ../../godmode/massive/massive_edit_modules.php:508
#: ../../godmode/modules/manage_network_components_form_network.php:73
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:381
+#: ../../godmode/agentes/module_manager_editor_network.php:238
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:743
msgid "SHA"
msgstr ""
#: ../../include/functions_snmp_browser.php:543
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733
-#: ../../godmode/agentes/module_manager_editor_network.php:194
-#: ../../godmode/massive/massive_edit_modules.php:478
+#: ../../godmode/massive/massive_edit_modules.php:509
#: ../../godmode/modules/manage_network_components_form_network.php:74
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:382
+#: ../../godmode/agentes/module_manager_editor_network.php:239
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:744
msgid "Security level"
msgstr ""
#: ../../include/functions_snmp_browser.php:544
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734
-#: ../../godmode/agentes/module_manager_editor_network.php:195
-#: ../../godmode/massive/massive_edit_modules.php:479
+#: ../../godmode/massive/massive_edit_modules.php:510
#: ../../godmode/modules/manage_network_components_form_network.php:75
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:383
+#: ../../godmode/agentes/module_manager_editor_network.php:240
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:745
msgid "Not auth and not privacy method"
msgstr ""
#: ../../include/functions_snmp_browser.php:545
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735
-#: ../../godmode/agentes/module_manager_editor_network.php:196
-#: ../../godmode/massive/massive_edit_modules.php:480
+#: ../../godmode/massive/massive_edit_modules.php:511
#: ../../godmode/modules/manage_network_components_form_network.php:76
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384
+#: ../../godmode/agentes/module_manager_editor_network.php:241
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746
msgid "Auth and not privacy method"
msgstr ""
#: ../../include/functions_snmp_browser.php:545
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735
-#: ../../godmode/agentes/module_manager_editor_network.php:196
-#: ../../godmode/massive/massive_edit_modules.php:480
+#: ../../godmode/massive/massive_edit_modules.php:511
#: ../../godmode/modules/manage_network_components_form_network.php:76
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:384
+#: ../../godmode/agentes/module_manager_editor_network.php:241
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:746
msgid "Auth and privacy method"
msgstr ""
@@ -20620,182 +9243,6 @@ msgstr ""
msgid "Search matches"
msgstr ""
-#: ../../include/help/clippy/data_configuration_module.php:39
-msgid "Data Configuration Module."
-msgstr ""
-
-#: ../../include/help/clippy/data_configuration_module.php:44
-msgid ""
-"Please note that information provided here affects how the agent collect "
-"information and generate the data XML. Any data/configuration reported by "
-"the agent, different from data or description is discarded, and the "
-"configuration shown in the console prevails over any configuration coming "
-"from the agent, this applies for example for crit/warn thresholds, interval, "
-"module group, min/max value, tags, etc."
-msgstr ""
-
-#: ../../include/help/clippy/data_configuration_module.php:50
-msgid ""
-"Information imported FIRST time from the XML will fill the information you "
-"can see in the console, but after the first import, system will ignore any "
-"update coming from the XML/Agent."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36
-msgid ""
-"Let me show you how to create an email action: Click on Create button and "
-"fill the form showed in the following screen."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51
-msgid ""
-"Now, you have to go to the monitors list and look for a critical module to "
-"apply the alert."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56
-msgid ""
-"Click on the arrow to drop down the Monitoring submenu and select Monitor "
-"Detail."
-msgstr ""
-
-#: ../../include/help/clippy/servers_down.php:39
-msgid "All servers down"
-msgstr ""
-
-#: ../../include/help/clippy/servers_down.php:44
-msgid ""
-"Can you up all servers. You go to terminal in linux and execute the next "
-"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need "
-"introduce root pass."
-msgstr ""
-
-#: ../../include/help/clippy/server_queued_modules.php:39
-msgid "Excesive Queued."
-msgstr ""
-
-#: ../../include/help/clippy/server_queued_modules.php:44
-msgid ""
-"You have too much items in the processing queue. This can happen if your "
-"server is too loaded and/or not properly configured. This could be something "
-"temporal, or a bottleneck. One possible solution is increase number of "
-"server threads, but you should consider getting support about this."
-msgstr ""
-
-#: ../../include/help/clippy/modules_not_init.php:39
-msgid "You have non initialized modules"
-msgstr ""
-
-#: ../../include/help/clippy/modules_not_init.php:44
-msgid ""
-"This happen when you have just created a module and it's not executed at "
-"first time. Usually in a few seconds should be initialized and you will be "
-"able to see in main view. If you keep non-init modules for more than 24hr "
-"(due a problem in it's execution or configuration) they will be "
-"automatically deleted by the system. Non-init are not visible in the âmain "
-"viewâ, you can see/edit them in the module administration section, in the "
-"agent administrator."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35
-msgid "I'm going to show you how to monitor a server."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39
-msgid "Please, type an agent to save the modules for monitoring a server."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44
-msgid "If you have typed the name correctly you will see the agent."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60
-msgid "Now, please choose the agent you searched."
-msgstr ""
-
-#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65
-msgid "Choose the agent and click on the name."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:35
-msgid ""
-"Now, you have to go to the monitors list and look for a \"critical\" module "
-"to apply the alert."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:39
-msgid ""
-"If you know the name of the agent or the name of the module in critical "
-"status, type it in this field to make the module list shorter. You can write "
-"the entire name or just a part of it."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:44
-msgid "Click on Show button to get the modules list filtered."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_status_monitor.php:60
-msgid ""
-"Now, to edit the module, click on the wrench that appears in the type column."
-msgstr ""
-
-#: ../../include/help/clippy/module_unknow.php:39
-msgid "You have unknown modules in this agent."
-msgstr ""
-
-#: ../../include/help/clippy/module_unknow.php:44
-msgid ""
-"Unknown modules are modules which receive data normally at least in one "
-"occassion, but at this time are not receving data. Please check our "
-"troubleshoot help page to help you determine why you have unknown modules."
-msgstr ""
-
-#: ../../include/help/clippy/modules_not_learning_mode.php:40
-msgid ""
-"Please note that you have your agent setup to do not add new modules coming "
-"from the data XML."
-msgstr ""
-
-#: ../../include/help/clippy/modules_not_learning_mode.php:41
-msgid ""
-"That means if you have a local plugin or add manually new modules to the "
-"configuration file, you won't have it in your agent, unless you first create "
-"manually in the interface (with the exact name and type as coming in the XML "
-"file)."
-msgstr ""
-
-#: ../../include/help/clippy/modules_not_learning_mode.php:42
-msgid ""
-"You should use the \"normal\" mode (non learn) only when you don't intend to "
-"add more modules to the agent."
-msgstr ""
-
-#: ../../include/help/clippy/extension_cron_send_email.php:39
-msgid "The configuration of email for the task email is in the file:"
-msgstr ""
-
-#: ../../include/help/clippy/extension_cron_send_email.php:41
-msgid "Please check if the email configuration is correct."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_ver_agente.php:36
-msgid ""
-"The last step is to check the alert created. Click on the round icon to "
-"force the action execution and after a few minutes you will receive the "
-"alert in your email."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_ver_agente.php:37
-msgid ""
-"And restart your pandora server to read again general configuration tokens."
-msgstr ""
-
-#: ../../include/help/clippy/operation_agentes_ver_agente.php:42
-#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126
-#: ../../operation/servers/recon_view.php:137
-msgid "Done"
-msgstr ""
-
#: ../../include/help/clippy/homepage.php:59
msgid "Hi, can I help you?"
msgstr ""
@@ -20837,15 +9284,38 @@ msgstr ""
msgid "Now, pull down the Manage alerts menu and click on Actions. "
msgstr ""
-#: ../../include/help/clippy/topology_group.php:39
-msgid "Topology Group"
+#: ../../include/help/clippy/modules_not_learning_mode.php:40
+msgid ""
+"Please note that you have your agent setup to do not add new modules coming "
+"from the data XML."
msgstr ""
-#: ../../include/help/clippy/topology_group.php:44
+#: ../../include/help/clippy/modules_not_learning_mode.php:41
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. "
+"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 ""
+
+#: ../../include/help/clippy/modules_not_learning_mode.php:42
+msgid ""
+"You should use the \"normal\" mode (non learn) only when you don't intend to "
+"add more modules to the agent."
+msgstr ""
+
+#: ../../include/help/clippy/interval_agent_min.php:39
+msgid "Interval Agent."
+msgstr ""
+
+#: ../../include/help/clippy/interval_agent_min.php:44
+msgid ""
+"Please note that having agents with a monitoring interval below 300 seconds "
+"is not recommended. This will impact seriously in the performance of the "
+"server. For example, having 200 agents with one minute interval, is the same "
+"than having 1000 agents with a 5 minute interval. The probability of getting "
+"unknown modules is higher, and the impact on the server is higher because it "
+"requires a shorter response time."
msgstr ""
#: ../../include/help/clippy/agent_out_of_limits.php:39
@@ -20859,6 +9329,186 @@ msgid ""
"server."
msgstr ""
+#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36
+msgid ""
+"Let me show you how to create an email action: Click on Create button and "
+"fill the form showed in the following screen."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51
+msgid ""
+"Now, you have to go to the monitors list and look for a critical module to "
+"apply the alert."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56
+msgid ""
+"Click on the arrow to drop down the Monitoring submenu and select Monitor "
+"Detail."
+msgstr ""
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:35
+msgid ""
+"Now, you have to go to the monitors list and look for a \"critical\" module "
+"to apply the alert."
+msgstr ""
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:39
+msgid ""
+"If you know the name of the agent or the name of the module in critical "
+"status, type it in this field to make the module list shorter. You can write "
+"the entire name or just a part of it."
+msgstr ""
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:44
+msgid "Click on Show button to get the modules list filtered."
+msgstr ""
+
+#: ../../include/help/clippy/operation_agentes_status_monitor.php:60
+msgid ""
+"Now, to edit the module, click on the wrench that appears in the type column."
+msgstr ""
+
+#: ../../include/help/clippy/extension_cron_send_email.php:39
+msgid "The configuration of email for the task email is in the file:"
+msgstr ""
+
+#: ../../include/help/clippy/extension_cron_send_email.php:41
+msgid "Please check if the email configuration is correct."
+msgstr ""
+
+#: ../../include/help/clippy/data_configuration_module.php:39
+msgid "Data Configuration Module."
+msgstr ""
+
+#: ../../include/help/clippy/data_configuration_module.php:44
+msgid ""
+"Please note that information provided here affects how the agent collect "
+"information and generate the data XML. Any data/configuration reported by "
+"the agent, different from data or description is discarded, and the "
+"configuration shown in the console prevails over any configuration coming "
+"from the agent, this applies for example for crit/warn thresholds, interval, "
+"module group, min/max value, tags, etc."
+msgstr ""
+
+#: ../../include/help/clippy/data_configuration_module.php:50
+msgid ""
+"Information imported FIRST time from the XML will fill the information you "
+"can see in the console, but after the first import, system will ignore any "
+"update coming from the XML/Agent."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35
+msgid "I'm going to show you how to monitor a server."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39
+msgid "Please, type an agent to save the modules for monitoring a server."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44
+msgid "If you have typed the name correctly you will see the agent."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60
+msgid "Now, please choose the agent you searched."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65
+msgid "Choose the agent and click on the name."
+msgstr ""
+
+#: ../../include/help/clippy/topology_group.php:39
+msgid "Topology Group"
+msgstr ""
+
+#: ../../include/help/clippy/topology_group.php:44
+msgid ""
+"Please note that group topology maps do not show the parent relationship "
+"between nodes, it only shows the group parentship and the agent distribution "
+"inside them. "
+msgstr ""
+
+#: ../../include/help/clippy/modules_not_init.php:39
+msgid "You have non initialized modules"
+msgstr ""
+
+#: ../../include/help/clippy/modules_not_init.php:44
+msgid ""
+"This happen when you have just created a module and it's not executed at "
+"first time. Usually in a few seconds should be initialized and you will be "
+"able to see in main view. If you keep non-init modules for more than 24hr "
+"(due a problem in it's execution or configuration) they will be "
+"automatically deleted by the system. Non-init are not visible in the âmain "
+"viewâ, you can see/edit them in the module administration section, in the "
+"agent administrator."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35
+msgid "Fill the name of your action."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39
+msgid ""
+"Select the group in the drop-down list and filter for ACL (the user in this "
+"group can use your action to create an alert)."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43
+msgid "In the command field select \"email\"."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47
+msgid ""
+"In the threshold field enter the seconds. The help icon show more "
+"information."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53
+msgid ""
+"In the first field enter the email address/addresses where you want to "
+"receive the email alerts separated with comas ( , ) or white spaces."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58
+msgid ""
+"In the \"Subject\" field you can use the macros _agent_ or _module_ for "
+"each name."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63
+msgid ""
+"In the text field, you can also use macros. Get more information about the "
+"macros by clicking on the help icon."
+msgstr ""
+
+#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69
+msgid "Click on Create button to create the action."
+msgstr ""
+
+#: ../../include/help/clippy/servers_down.php:39
+msgid "All servers down"
+msgstr ""
+
+#: ../../include/help/clippy/servers_down.php:44
+msgid ""
+"Can you up all servers. You go to terminal in linux and execute the next "
+"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need "
+"introduce root pass."
+msgstr ""
+
+#: ../../include/help/clippy/operation_agentes_ver_agente.php:36
+msgid ""
+"The last step is to check the alert created. Click on the round icon to "
+"force the action execution and after a few minutes you will receive the "
+"alert in your email."
+msgstr ""
+
+#: ../../include/help/clippy/operation_agentes_ver_agente.php:37
+msgid ""
+"And restart your pandora server to read again general configuration tokens."
+msgstr ""
+
#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35
msgid "Now you must go to Modules. Don't worry I'll lead you."
msgstr ""
@@ -20941,282 +9591,851 @@ msgid ""
"eye tab."
msgstr ""
-#: ../../include/help/clippy/interval_agent_min.php:39
-msgid "Interval Agent."
+#: ../../include/help/clippy/server_queued_modules.php:39
+msgid "Excesive Queued."
msgstr ""
-#: ../../include/help/clippy/interval_agent_min.php:44
+#: ../../include/help/clippy/server_queued_modules.php:44
msgid ""
-"Please note that having agents with a monitoring interval below 300 seconds "
-"is not recommended. This will impact seriously in the performance of the "
-"server. For example, having 200 agents with one minute interval, is the same "
-"than having 1000 agents with a 5 minute interval. The probability of getting "
-"unknown modules is higher, and the impact on the server is higher because it "
-"requires a shorter response time."
+"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 ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35
-msgid "Fill the name of your action."
+#: ../../include/help/clippy/module_unknow.php:39
+msgid "You have unknown modules in this agent."
msgstr ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39
+#: ../../include/help/clippy/module_unknow.php:44
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)."
+"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 ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43
-msgid "In the command field select \"email\"."
+#: ../../include/functions_pandora_networkmap.php:740
+#, php-format
+msgid "Edit node %s"
msgstr ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47
-msgid ""
-"In the threshold field enter the seconds. The help icon show more "
-"information."
+#: ../../include/functions_pandora_networkmap.php:741
+msgid "Holding Area"
msgstr ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53
-msgid ""
-"In the first field enter the email address/addresses where you want to "
-"receive the email alerts separated with comas ( , ) or white spaces."
+#: ../../include/functions_pandora_networkmap.php:742
+msgid "Show details and options"
msgstr ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58
-msgid ""
-"In the \"Subject\" field you can use the macros _agent_ or _module_ for "
-"each name."
+#: ../../include/functions_pandora_networkmap.php:743
+msgid "Add a interface link"
msgstr ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63
-msgid ""
-"In the text field, you can also use macros. Get more information about the "
-"macros by clicking on the help icon."
+#: ../../include/functions_pandora_networkmap.php:744
+msgid "Set parent interface"
msgstr ""
-#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69
-msgid "Click on Create button to create the action."
+#: ../../include/functions_pandora_networkmap.php:745
+msgid "Set as children"
msgstr ""
-#: ../../include/functions_reports.php:499
-#: ../../include/functions_reporting.php:4295
-#: ../../include/functions_reporting.php:4373
-msgid "Simple graph"
+#: ../../include/functions_pandora_networkmap.php:746
+msgid "Set parent"
msgstr ""
-#: ../../include/functions_reports.php:501
-#: ../../include/functions_reporting.php:3144
-msgid "Simple baseline graph"
+#: ../../include/functions_pandora_networkmap.php:747
+#: ../../include/functions_pandora_networkmap.php:754
+msgid "Abort the action of set relationship"
msgstr ""
-#: ../../include/functions_reports.php:511
-msgid "SQL vertical bar graph"
+#: ../../include/functions_pandora_networkmap.php:749
+#: ../../include/functions_pandora_networkmap.php:1525
+msgid "Add node"
msgstr ""
-#: ../../include/functions_reports.php:513
-msgid "SQL pie graph"
+#: ../../include/functions_pandora_networkmap.php:750
+msgid "Set center"
msgstr ""
-#: ../../include/functions_reports.php:515
-msgid "SQL horizonal bar graph"
+#: ../../include/functions_pandora_networkmap.php:752
+msgid "Refresh Holding area"
msgstr ""
-#: ../../include/functions_reports.php:519
-msgid "Automatic combined Graph"
+#: ../../include/functions_pandora_networkmap.php:753
+msgid "Abort the action of set interface relationship"
msgstr ""
-#: ../../include/functions_reports.php:524
-#: ../../include/functions_reports.php:526
-#: ../../include/functions_reports.php:528
-#: ../../include/functions_reports.php:530
-msgid "ITIL"
+#: ../../include/functions_pandora_networkmap.php:939
+#: ../../include/functions_maps.php:62
+msgid "Copy of "
msgstr ""
-#: ../../include/functions_reports.php:548
-#: ../../include/functions_reports.php:550
-msgid "Forecasting"
+#: ../../include/functions_pandora_networkmap.php:1262
+msgid "Open Minimap"
msgstr ""
-#: ../../include/functions_reports.php:551
-msgid "Projection graph"
+#: ../../include/functions_pandora_networkmap.php:1269
+msgid "Hide Labels"
msgstr ""
-#: ../../include/functions_reports.php:562
-msgid "Monitor report"
+#: ../../include/functions_pandora_networkmap.php:1360
+msgid "Edit node"
msgstr ""
-#: ../../include/functions_reports.php:564
-msgid "Serialize data"
+#: ../../include/functions_pandora_networkmap.php:1371
+msgid "Adresses"
msgstr ""
-#: ../../include/functions_reports.php:568
-msgid "Historical Data"
+#: ../../include/functions_pandora_networkmap.php:1373
+msgid "OS type"
msgstr ""
-#: ../../include/functions_reports.php:572
-#: ../../include/functions_reports.php:574
-#: ../../include/functions_reports.php:576
-#: ../../include/functions_reports.php:579
-#: ../../include/functions_reports.php:583
-#: ../../include/functions_reports.php:586
-#: ../../include/functions_reports.php:588
-#: ../../include/functions_reports.php:590
-msgid "Grouped"
+#: ../../include/functions_pandora_networkmap.php:1378
+#: ../../include/functions_pandora_networkmap.php:1379
+msgid "Node Details"
msgstr ""
-#: ../../include/functions_reports.php:584
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1063
-msgid "SQL query"
+#: ../../include/functions_pandora_networkmap.php:1388
+msgid "Ip"
msgstr ""
-#: ../../include/functions_reports.php:589
-msgid "Network interfaces"
+#: ../../include/functions_pandora_networkmap.php:1389
+msgid "MAC"
msgstr ""
-#: ../../include/functions_reports.php:594
-#: ../../include/functions_reports.php:596
-msgid "Text/HTML "
+#: ../../include/functions_pandora_networkmap.php:1398
+#: ../../include/functions_pandora_networkmap.php:1399
+msgid "Interface Information (SNMP)"
msgstr ""
-#: ../../include/functions_reports.php:597
-msgid "Import text from URL"
+#: ../../include/functions_pandora_networkmap.php:1406
+msgid "Shape"
msgstr ""
-#: ../../include/functions_reports.php:602
-msgid "Alert report module"
+#: ../../include/functions_pandora_networkmap.php:1408
+msgid "Circle"
msgstr ""
-#: ../../include/functions_reports.php:604
-msgid "Alert report agent"
+#: ../../include/functions_pandora_networkmap.php:1409
+msgid "Square"
msgstr ""
-#: ../../include/functions_reports.php:607
-msgid "Alert report group"
+#: ../../include/functions_pandora_networkmap.php:1410
+msgid "Rhombus"
msgstr ""
-#: ../../include/functions_reports.php:613
-msgid "Event report agent"
+#: ../../include/functions_pandora_networkmap.php:1420
+#: ../../include/functions_pandora_networkmap.php:1581
+msgid "name fictional node"
msgstr ""
-#: ../../include/functions_reports.php:615
-msgid "Event report module"
+#: ../../include/functions_pandora_networkmap.php:1421
+#: ../../include/functions_pandora_networkmap.php:1582
+msgid "Networkmap to link"
msgstr ""
-#: ../../include/functions_reports.php:617
-msgid "Event report group"
+#: ../../include/functions_pandora_networkmap.php:1427
+msgid "Update fictional node"
msgstr ""
-#: ../../include/functions_reports.php:624
-msgid "Inventory changes"
+#: ../../include/functions_pandora_networkmap.php:1430
+#: ../../include/functions_pandora_networkmap.php:1431
+msgid "Node options"
msgstr ""
-#: ../../include/functions_reports.php:632
-#: ../../include/functions_reporting.php:3340
-msgid "Agent configuration"
+#: ../../include/functions_pandora_networkmap.php:1438
+#: ../../include/functions_pandora_networkmap.php:1493
+msgid "Node source"
msgstr ""
-#: ../../include/functions_reports.php:634
-#: ../../include/functions_reporting.php:2358
-msgid "Group configuration"
+#: ../../include/functions_pandora_networkmap.php:1439
+#: ../../include/functions_pandora_networkmap.php:1494
+msgid "Interface source"
msgstr ""
-#: ../../include/functions_reports.php:636
-msgid "Netflow area chart"
+#: ../../include/functions_pandora_networkmap.php:1440
+#: ../../include/functions_pandora_networkmap.php:1495
+msgid "Interface Target"
msgstr ""
-#: ../../include/functions_reports.php:638
-msgid "Netflow pie chart"
+#: ../../include/functions_pandora_networkmap.php:1442
+#: ../../include/functions_pandora_networkmap.php:1496
+msgid "Node target"
msgstr ""
-#: ../../include/functions_reports.php:640
-msgid "Netflow data table"
+#: ../../include/functions_pandora_networkmap.php:1443
+msgid "E."
msgstr ""
-#: ../../include/functions_reports.php:642
-msgid "Netflow statistics table"
+#: ../../include/functions_pandora_networkmap.php:1474
+msgid "There are not relations"
msgstr ""
-#: ../../include/functions_reports.php:644
-msgid "Netflow summary table"
+#: ../../include/functions_pandora_networkmap.php:1481
+#: ../../include/functions_pandora_networkmap.php:1482
+msgid "Relations"
msgstr ""
-#: ../../include/functions_agents.php:527
+#: ../../include/functions_pandora_networkmap.php:1517
+msgid "Add interface link"
+msgstr ""
+
+#: ../../include/functions_pandora_networkmap.php:1544
+#: ../../include/functions_pandora_networkmap.php:1548
+#: ../../include/functions_pandora_networkmap.php:1549
+#: ../../include/functions_pandora_networkmap.php:1569
+#: ../../include/functions_pandora_networkmap.php:1574
+#: ../../include/functions_pandora_networkmap.php:1592
+msgid "Add agent node"
+msgstr ""
+
+#: ../../include/functions_pandora_networkmap.php:1573
+msgid "Add agent node (filter by group)"
+msgstr ""
+
+#: ../../include/functions_pandora_networkmap.php:1588
+msgid "Add fictional node"
+msgstr ""
+
+#: ../../include/functions_pandora_networkmap.php:1591
+msgid "Add fictional point"
+msgstr ""
+
+#: ../../include/class/Tree.class.php:1492
+msgid "NO DATA"
+msgstr ""
+
+#: ../../include/class/Tree.class.php:1578
+msgid "Module alerts"
+msgstr ""
+
+#: ../../include/functions_servers.php:363
+msgid "Data server"
+msgstr ""
+
+#: ../../include/functions_servers.php:368
+msgid "Network server"
+msgstr ""
+
+#: ../../include/functions_servers.php:373
+msgid "SNMP Trap server"
+msgstr ""
+
+#: ../../include/functions_servers.php:383
+msgid "Plugin server"
+msgstr ""
+
+#: ../../include/functions_servers.php:388
+msgid "Prediction server"
+msgstr ""
+
+#: ../../include/functions_servers.php:393
+msgid "WMI server"
+msgstr ""
+
+#: ../../include/functions_servers.php:398
+msgid "Export server"
+msgstr ""
+
+#: ../../include/functions_servers.php:403
+msgid "Inventory server"
+msgstr ""
+
+#: ../../include/functions_servers.php:408
+msgid "Web server"
+msgstr ""
+
+#: ../../include/functions_servers.php:413
+msgid "Event server"
+msgstr ""
+
+#: ../../include/functions_servers.php:418
+msgid "Enterprise ICMP server"
+msgstr ""
+
+#: ../../include/functions_servers.php:423
+msgid "Enterprise SNMP server"
+msgstr ""
+
+#: ../../include/functions_servers.php:428
+msgid "Enterprise Satellite server"
+msgstr ""
+
+#: ../../include/functions_servers.php:433
+msgid "Enterprise Transactional server"
+msgstr ""
+
+#: ../../include/functions_servers.php:438
+msgid "Mainframe server"
+msgstr ""
+
+#: ../../include/functions_servers.php:443
+msgid "Sync server"
+msgstr ""
+
+#: ../../include/functions_agents.php:535
#: ../../godmode/massive/massive_copy_modules.php:434
msgid "No source agent to copy"
msgstr ""
-#: ../../include/functions_agents.php:532
+#: ../../include/functions_agents.php:540
#: ../../godmode/massive/massive_copy_modules.php:452
msgid "No destiny agent(s) to copy"
msgstr ""
-#: ../../include/functions_agents.php:557 ../../godmode/db/db_refine.php:47
+#: ../../include/functions_agents.php:565
#: ../../godmode/massive/massive_copy_modules.php:447
+#: ../../godmode/db/db_refine.php:47
msgid "No modules have been selected"
msgstr ""
-#: ../../include/functions_agents.php:664
+#: ../../include/functions_agents.php:672
msgid ""
"There was an error copying the agent configuration, the copy has been "
"cancelled"
msgstr ""
-#: ../../include/functions_agents.php:2098
-#: ../../include/functions_agents.php:2123
-#: ../../include/functions_agents.php:2148
+#: ../../include/functions_agents.php:684
+#: ../../godmode/alerts/alert_actions.php:140
+#: ../../godmode/reporting/map_builder.php:183
+#: ../../godmode/reporting/map_builder.php:192
+msgid "Successfully copied"
+msgstr ""
+
+#: ../../include/functions_agents.php:2185
+#: ../../include/functions_agents.php:2210
+#: ../../include/functions_agents.php:2235
msgid "No Monitors"
msgstr ""
-#: ../../include/functions_agents.php:2102
-#: ../../include/functions_agents.php:2127
-#: ../../include/functions_agents.php:2152
-#: ../../include/functions_reporting.php:6310
+#: ../../include/functions_agents.php:2189
+#: ../../include/functions_agents.php:2214
+#: ../../include/functions_agents.php:2239
+#: ../../include/functions_reporting.php:7947
msgid "At least one module in CRITICAL status"
msgstr ""
-#: ../../include/functions_agents.php:2106
-#: ../../include/functions_agents.php:2131
-#: ../../include/functions_agents.php:2156
-#: ../../include/functions_reporting.php:6314
+#: ../../include/functions_agents.php:2193
+#: ../../include/functions_agents.php:2218
+#: ../../include/functions_agents.php:2243
+#: ../../include/functions_reporting.php:7951
msgid "At least one module in WARNING status"
msgstr ""
-#: ../../include/functions_agents.php:2110
-#: ../../include/functions_agents.php:2135
-#: ../../include/functions_agents.php:2160
-#: ../../include/functions_reporting.php:6318
+#: ../../include/functions_agents.php:2197
+#: ../../include/functions_agents.php:2222
+#: ../../include/functions_agents.php:2247
+#: ../../include/functions_reporting.php:7955
msgid "At least one module is in UKNOWN status"
msgstr ""
-#: ../../include/functions_agents.php:2114
-#: ../../include/functions_agents.php:2139
-#: ../../include/functions_agents.php:2164
-#: ../../include/functions_reporting.php:6322
+#: ../../include/functions_agents.php:2201
+#: ../../include/functions_agents.php:2226
+#: ../../include/functions_agents.php:2251
+#: ../../include/functions_reporting.php:7959
msgid "All Monitors OK"
msgstr ""
-#: ../../include/functions_incidents.php:88
-#: ../../include/functions_incidents.php:107
-msgid "Active incidents"
+#: ../../include/ajax/update_manager.ajax.php:74
+msgid "There was an error extracting the file '"
msgstr ""
-#: ../../include/functions_incidents.php:89
-#: ../../include/functions_incidents.php:110
-msgid "Active incidents, with comments"
+#: ../../include/ajax/update_manager.ajax.php:90
+msgid "The package was not extracted."
msgstr ""
-#: ../../include/functions_incidents.php:90
-#: ../../include/functions_incidents.php:113
-msgid "Rejected incidents"
+#: ../../include/ajax/update_manager.ajax.php:96
+msgid "Invalid extension. The package must have the extension .oum."
msgstr ""
-#: ../../include/functions_incidents.php:91
-#: ../../include/functions_incidents.php:116
-msgid "Expired incidents"
+#: ../../include/ajax/update_manager.ajax.php:103
+msgid "The file was not uploaded succesfully."
msgstr ""
-#: ../../include/functions_incidents.php:92
-#: ../../include/functions_incidents.php:119
-msgid "Closed incidents"
+#: ../../include/ajax/update_manager.ajax.php:172
+#: ../../include/ajax/update_manager.ajax.php:176
+#: ../../include/ajax/update_manager.ajax.php:203
+#: ../../include/functions_update_manager.php:128
+#: ../../include/functions_update_manager.php:132
+#: ../../include/functions_update_manager.php:158
+msgid "Some of your files might not be recovered."
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:180
+#: ../../include/ajax/update_manager.ajax.php:197
+#: ../../include/functions_update_manager.php:136
+#: ../../include/functions_update_manager.php:152
+msgid "Some of your old files might not be recovered."
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:218
+#: ../../include/functions_update_manager.php:173
+msgid "An error ocurred while reading a file."
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:225
+#: ../../include/functions_update_manager.php:180
+msgid "The package does not exist"
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:239
+msgid "Package not accepted"
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:411
+msgid "Fail to update to the last package."
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:419
+msgid "Starting to update to the last package."
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:463
+msgid "Package not accepted."
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:497
+msgid "progress"
+msgstr ""
+
+#: ../../include/ajax/update_manager.ajax.php:525
+#: ../../include/functions_update_manager.php:189
+msgid "The package is installed."
+msgstr ""
+
+#: ../../include/ajax/visual_console_builder.ajax.php:180
+#: ../../include/functions_graph.php:5207
+msgid "No data to show"
+msgstr ""
+
+#: ../../include/ajax/alert_list.ajax.php:80
+#: ../../godmode/alerts/alert_list.php:230
+#: ../../godmode/massive/massive_enable_disable_alerts.php:78
+#: ../../godmode/users/user_list.php:208
+#: ../../godmode/agentes/configurar_agente.php:1571
+#: ../../godmode/agentes/modificar_agente.php:116
+msgid "Successfully enabled"
+msgstr ""
+
+#: ../../include/ajax/alert_list.ajax.php:82
+#: ../../godmode/alerts/alert_list.php:230
+#: ../../godmode/massive/massive_enable_disable_alerts.php:78
+#: ../../godmode/agentes/configurar_agente.php:1571
+#: ../../godmode/agentes/modificar_agente.php:116
+msgid "Could not be enabled"
+msgstr ""
+
+#: ../../include/ajax/alert_list.ajax.php:91
+#: ../../godmode/alerts/alert_list.php:247
+#: ../../godmode/massive/massive_enable_disable_alerts.php:96
+#: ../../godmode/users/user_list.php:203
+#: ../../godmode/agentes/configurar_agente.php:1586
+#: ../../godmode/agentes/modificar_agente.php:135
+msgid "Successfully disabled"
+msgstr ""
+
+#: ../../include/ajax/alert_list.ajax.php:93
+#: ../../godmode/alerts/alert_list.php:247
+#: ../../godmode/massive/massive_enable_disable_alerts.php:96
+#: ../../godmode/agentes/configurar_agente.php:1586
+#: ../../godmode/agentes/modificar_agente.php:135
+msgid "Could not be disabled"
+msgstr ""
+
+#: ../../include/ajax/alert_list.ajax.php:155
+#: ../../godmode/alerts/alert_list.list.php:615
+#: ../../godmode/alerts/alert_list.builder.php:97
+#: ../../godmode/massive/massive_add_action_alerts.php:183
+msgid "Number of alerts match from"
+msgstr ""
+
+#: ../../include/ajax/alert_list.ajax.php:165
+#: ../../include/functions_reporting_html.php:2107
+#: ../../include/functions_reporting_html.php:3098
+#: ../../godmode/alerts/alert_view.php:391
+#: ../../godmode/alerts/configure_alert_action.php:142
+#: ../../godmode/alerts/alert_list.list.php:539
+#: ../../godmode/alerts/alert_list.list.php:625
+#: ../../godmode/alerts/alert_list.builder.php:134
+msgid "Threshold"
+msgstr ""
+
+#: ../../include/ajax/module.php:133 ../../include/functions.php:2591
+msgid "30 minutes"
+msgstr ""
+
+#: ../../include/ajax/module.php:135
+msgid "6 hours"
+msgstr ""
+
+#: ../../include/ajax/module.php:136 ../../include/functions_netflow.php:1055
+#: ../../include/functions_netflow.php:1088
+#: ../../godmode/setup/performance.php:106
+msgid "12 hours"
+msgstr ""
+
+#: ../../include/ajax/module.php:137 ../../include/functions_netflow.php:1056
+#: ../../include/functions_netflow.php:1089 ../../include/functions.php:2025
+msgid "1 day"
+msgstr ""
+
+#: ../../include/ajax/module.php:138 ../../include/functions_netflow.php:1093
+#: ../../include/functions.php:2026
+msgid "1 week"
+msgstr ""
+
+#: ../../include/ajax/module.php:139 ../../include/functions_netflow.php:1059
+#: ../../include/functions_netflow.php:1092 ../../include/functions.php:2027
+msgid "15 days"
+msgstr ""
+
+#: ../../include/ajax/module.php:140 ../../include/functions_netflow.php:1094
+#: ../../include/functions.php:2028
+msgid "1 month"
+msgstr ""
+
+#: ../../include/ajax/module.php:141 ../../include/functions_netflow.php:1063
+msgid "3 months"
+msgstr ""
+
+#: ../../include/ajax/module.php:142 ../../include/functions_netflow.php:1064
+msgid "6 months"
+msgstr ""
+
+#: ../../include/ajax/module.php:143 ../../include/functions.php:2031
+msgid "1 year"
+msgstr ""
+
+#: ../../include/ajax/module.php:144 ../../include/functions_netflow.php:1066
+msgid "2 years"
+msgstr ""
+
+#: ../../include/ajax/module.php:145
+msgid "3 years"
+msgstr ""
+
+#: ../../include/ajax/module.php:836 ../../include/ajax/module.php:846
+#: ../../godmode/agentes/module_manager.php:679
+#: ../../godmode/agentes/module_manager.php:689
+msgid "Adopted"
+msgstr ""
+
+#: ../../include/ajax/module.php:846 ../../include/ajax/module.php:850
+#: ../../godmode/massive/massive_edit_modules.php:572
+#: ../../godmode/agentes/module_manager.php:689
+#: ../../godmode/agentes/module_manager.php:693
+msgid "Unlinked"
+msgstr ""
+
+#: ../../include/ajax/module.php:1093
+msgid "Any monitors aren't with this filter."
+msgstr ""
+
+#: ../../include/ajax/module.php:1096
+msgid "This agent doesn't have any active monitors."
+msgstr ""
+
+#: ../../include/ajax/events.php:158
+#, php-format
+msgid "Executing command: %s"
+msgstr ""
+
+#: ../../include/ajax/events.php:165
+msgid "Execute again"
+msgstr ""
+
+#: ../../include/ajax/events.php:299 ../../include/functions_reports.php:581
+#: ../../include/functions_reporting.php:5451
+#: ../../godmode/alerts/configure_alert_template.php:148
+#: ../../godmode/alerts/configure_alert_template.php:153
+#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112
+#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332
+msgid "General"
+msgstr ""
+
+#: ../../include/ajax/events.php:300
+msgid "Details"
+msgstr ""
+
+#: ../../include/ajax/events.php:301
+msgid "Agent fields"
+msgstr ""
+
+#: ../../include/ajax/events.php:306 ../../godmode/events/events.php:73
+msgid "Responses"
+msgstr ""
+
+#: ../../include/ajax/events.php:309
+msgid "Custom data"
+msgstr ""
+
+#: ../../include/ajax/events.php:377
+msgid "Error adding comment"
+msgstr ""
+
+#: ../../include/ajax/events.php:378
+msgid "Comment added successfully"
+msgstr ""
+
+#: ../../include/ajax/events.php:379
+msgid "Error changing event status"
+msgstr ""
+
+#: ../../include/ajax/events.php:380
+msgid "Event status changed successfully"
+msgstr ""
+
+#: ../../include/ajax/events.php:381
+msgid "Error changing event owner"
+msgstr ""
+
+#: ../../include/ajax/events.php:382
+msgid "Event owner changed successfully"
+msgstr ""
+
+#: ../../include/ajax/events.php:481
+#: ../../godmode/massive/massive_edit_modules.php:484
+#: ../../godmode/agentes/module_manager_editor_network.php:85
+msgid "Auto"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:146
+msgid ""
+"This is the private code that you should use with your authenticator app"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:147
+#: ../../include/ajax/double_auth.ajax.php:283
+msgid ""
+"You could enter the code manually or use the QR code to add it automatically"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:151
+#: ../../include/ajax/double_auth.ajax.php:287
+msgid "Code"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:153
+#: ../../include/ajax/double_auth.ajax.php:289
+msgid "QR"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:189
+msgid "You are about to activate the double authentication"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:190
+msgid ""
+"With this option enabled, your account access will be more secure, \n"
+"\t\tcause a code generated by other application will be required after the "
+"login"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:194
+msgid ""
+"You will need to install the app from the following link before continue"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:199
+msgid "Download the app"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:203
+#: ../../include/ajax/double_auth.ajax.php:294
+msgid "Continue"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:219
+msgid "Are you installed the app yet?"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:277
+msgid "A private code has been generated"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:282
+msgid ""
+"Before continue, you should create a new entry into the authenticator app"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:292
+msgid "Refresh code"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:358
+msgid "Are you introduced the code in the authenticator app yet?"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:420
+msgid "Introduce a code generated by the app"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:421
+msgid "If the code is valid, the double authentication will be activated"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:430
+msgid "Validate code"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:481
+msgid "The code is valid, you can exit now"
+msgstr ""
+
+#: ../../include/ajax/double_auth.ajax.php:497
+msgid "The code is valid, but it was an error saving the data"
+msgstr ""
+
+#: ../../include/functions_update_manager.php:202
+msgid "There is a unknown error."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:316
+#: ../../include/functions_update_manager.php:319
+#: ../../include/functions_update_manager.php:409
+#: ../../include/functions_update_manager.php:413
+msgid "Could not connect to internet"
+msgstr ""
+
+#: ../../include/functions_update_manager.php:324
+#: ../../include/functions_update_manager.php:327
+#: ../../include/functions_update_manager.php:420
+#: ../../include/functions_update_manager.php:424
+msgid "Server not found."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:346
+msgid "Update to the next version"
+msgstr ""
+
+#: ../../include/functions_update_manager.php:349
+msgid "There is no update available."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:458
+#: ../../include/functions_update_manager.php:488
+msgid "Remote server error on newsletter request"
+msgstr ""
+
+#: ../../include/functions_update_manager.php:466
+msgid "E-mail successfully subscribed to newsletter."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:468
+msgid "E-mail has already subscribed to newsletter."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:470
+#: ../../include/functions_update_manager.php:510
+msgid "Update manager returns error code: "
+msgstr ""
+
+#: ../../include/functions_update_manager.php:505
+msgid "Pandora successfully subscribed with UID: "
+msgstr ""
+
+#: ../../include/functions_update_manager.php:507
+msgid "Unsuccessful subscription."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:635
+msgid "Failed extracting the package to temp directory."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:664
+msgid "Failed the copying of the files."
+msgstr ""
+
+#: ../../include/functions_update_manager.php:680
+msgid "Package extracted successfully."
+msgstr ""
+
+#: ../../include/functions_visual_map.php:1150
+msgid "Last value: "
+msgstr ""
+
+#: ../../include/functions_visual_map.php:1665
+#: ../../include/functions_visual_map.php:1898
+#: ../../godmode/massive/massive_add_action_alerts.php:59
+#: ../../godmode/massive/massive_add_alerts.php:73
+#: ../../godmode/massive/massive_edit_agents.php:92
+#: ../../godmode/massive/massive_delete_agents.php:33
+#: ../../godmode/massive/massive_delete_modules.php:61
+#: ../../godmode/massive/massive_delete_tags.php:97
+#: ../../godmode/massive/massive_add_tags.php:33
+#: ../../godmode/massive/massive_delete_alerts.php:83
+msgid "No agents selected"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:1723
+msgid "Agent successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:1749
+#: ../../godmode/massive/massive_add_action_alerts.php:116
+#: ../../godmode/massive/massive_delete_action_alerts.php:119
+#: ../../godmode/massive/massive_edit_modules.php:1073
+#: ../../godmode/massive/massive_delete_tags.php:102
+#: ../../godmode/massive/massive_add_tags.php:38
+#: ../../godmode/reporting/visual_console_builder.php:486
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:174
+msgid "No modules selected"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:1870
+msgid "Modules successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2067
+msgid "Agents successfully added to layout"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2408
+msgid "Cannot load the visualmap"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2740
+#: ../../include/functions_visual_map_editor.php:62
+#: ../../include/functions_visual_map_editor.php:611
+#: ../../godmode/reporting/visual_console_builder.elements.php:188
+msgid "Box"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2748
+msgid "Percentile bar"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2752
+msgid "Static graph"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2757
+#: ../../include/functions_visual_map_editor.php:607
+#: ../../godmode/reporting/visual_console_builder.elements.php:158
+msgid "Simple Value"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2761
+#: ../../include/functions_visual_map_editor.php:59
+#: ../../include/functions_visual_map_editor.php:167
+#: ../../include/functions_visual_map_editor.php:608
+#: ../../godmode/reporting/graph_builder.graph_editor.php:86
+#: ../../godmode/reporting/visual_console_builder.wizard.php:300
+#: ../../godmode/reporting/visual_console_builder.elements.php:77
+#: ../../godmode/reporting/visual_console_builder.elements.php:178
+#: ../../godmode/reporting/reporting_builder.item_editor.php:693
+msgid "Label"
+msgstr ""
+
+#: ../../include/functions_visual_map.php:2769
+#: ../../include/functions_visual_map_editor.php:60
+#: ../../include/functions_visual_map_editor.php:609
+#: ../../godmode/setup/os.builder.php:39
+#: ../../godmode/reporting/visual_console_builder.elements.php:183
+#: ../../godmode/groups/group_list.php:338
+#: ../../godmode/groups/configure_group.php:119
+#: ../../godmode/modules/module_list.php:57
+msgid "Icon"
msgstr ""
#: ../../include/functions_snmp.php:67
@@ -21299,866 +10518,447 @@ msgstr ""
msgid "system Up time"
msgstr ""
-#: ../../include/functions_reporting.php:1153
-msgid "Event Report Group"
+#: ../../include/functions_filemanager.php:172
+#: ../../include/functions_filemanager.php:242
+#: ../../include/functions_filemanager.php:300
+#: ../../include/functions_filemanager.php:382
+msgid "Security error"
msgstr ""
-#: ../../include/functions_reporting.php:1329
-msgid "Event Report Module"
+#: ../../include/functions_filemanager.php:185
+msgid "Upload error"
msgstr ""
-#: ../../include/functions_reporting.php:1499
-msgid "Agent/Modules"
+#: ../../include/functions_filemanager.php:193
+#: ../../include/functions_filemanager.php:261
+#: ../../include/functions_filemanager.php:326
+msgid "Upload correct"
msgstr ""
-#: ../../include/functions_reporting.php:1616
-msgid "Exception - Everything"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1621
-#, php-format
-msgid "Exception - Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1623
-#, php-format
-msgid "Modules over or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1627
-#, php-format
-msgid "Exception - Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1629
-#, php-format
-msgid "Modules under or equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1633
-#, php-format
-msgid "Exception - Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1635
-#, php-format
-msgid "Modules under %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1639
-#, php-format
-msgid "Exception - Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1641
-#, php-format
-msgid "Modules over %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1645
-#, php-format
-msgid "Exception - Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1647
-#, php-format
-msgid "Equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1651
-#, php-format
-msgid "Exception - Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1653
-#, php-format
-msgid "Not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1657
-msgid "Exception - Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1658
-msgid "Modules at normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1662
-msgid "Exception - Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1663
-msgid "Modules at critical or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1848
-msgid "There are no Modules under those conditions."
-msgstr ""
-
-#: ../../include/functions_reporting.php:1851
-#, php-format
-msgid "There are no Modules over or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:1854
-#, php-format
-msgid "There are no Modules less or equal to %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:1857
-#, php-format
-msgid "There are no Modules less %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:1860
-#, php-format
-msgid "There are no Modules over %s."
-msgstr ""
-
-#: ../../include/functions_reporting.php:1863
-#, php-format
-msgid "There are no Modules equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1866
-#, php-format
-msgid "There are no Modules not equal to %s"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1869
-msgid "There are no Modules normal status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:1872
-msgid "There are no Modules at critial or warning status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2074
-msgid "Event Report Agent"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2246
-msgid "Database Serialized"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2434
-msgid "Network interfaces report"
-msgstr ""
-
-#: ../../include/functions_reporting.php:2453
+#: ../../include/functions_filemanager.php:206
msgid ""
-"The group has no agents or none of the agents has any network interface"
+"File size seems to be too large. Please check your php.ini configuration or "
+"contact with the administrator"
msgstr ""
-#: ../../include/functions_reporting.php:2503
-msgid "bytes/s"
+#: ../../include/functions_filemanager.php:254
+msgid "Error creating file"
msgstr ""
-#: ../../include/functions_reporting.php:2532
-msgid "Alert Report Group"
+#: ../../include/functions_filemanager.php:267
+#: ../../include/functions_filemanager.php:362
+msgid "Error creating file with empty name"
msgstr ""
-#: ../../include/functions_reporting.php:2659
-msgid "Alert Report Agent"
+#: ../../include/functions_filemanager.php:312
+msgid "Attach error"
msgstr ""
-#: ../../include/functions_reporting.php:2786
-msgid "Alert Report Module"
+#: ../../include/functions_filemanager.php:348
+msgid "Security error."
msgstr ""
-#: ../../include/functions_reporting.php:2938
-msgid "SQL Graph Vertical Bars"
+#: ../../include/functions_filemanager.php:357
+msgid "Directory created"
msgstr ""
-#: ../../include/functions_reporting.php:2941
-msgid "SQL Graph Horizontal Bars"
+#: ../../include/functions_filemanager.php:385
+#: ../../include/functions_reporting_html.php:1238
+msgid "Deleted"
msgstr ""
-#: ../../include/functions_reporting.php:2944
-msgid "SQL Graph Pie"
+#: ../../include/functions_filemanager.php:550
+#, php-format
+msgid "Directory %s doesn't exist!"
msgstr ""
-#: ../../include/functions_reporting.php:3069
-msgid "Netflow Area"
+#: ../../include/functions_filemanager.php:561
+#: ../../godmode/setup/file_manager.php:63
+#: ../../godmode/servers/plugin.php:224
+#, php-format
+msgid "Index of %s"
msgstr ""
-#: ../../include/functions_reporting.php:3072
-msgid "Netflow Pie"
+#: ../../include/functions_filemanager.php:565
+msgid "Index of images"
msgstr ""
-#: ../../include/functions_reporting.php:3075
-msgid "Netflow Data"
+#: ../../include/functions_filemanager.php:603
+msgid "Parent directory"
msgstr ""
-#: ../../include/functions_reporting.php:3078
-msgid "Netflow Statistics"
+#: ../../include/functions_filemanager.php:632
+msgid "The zip upload in this dir, easy to upload multiple files."
msgstr ""
-#: ../../include/functions_reporting.php:3081
-msgid "Netflow Summary"
+#: ../../include/functions_filemanager.php:636
+msgid "Decompress"
msgstr ""
-#: ../../include/functions_reporting.php:3204
-msgid "Prediction Date"
+#: ../../include/functions_filemanager.php:638
+msgid "Go"
msgstr ""
-#: ../../include/functions_reporting.php:3734
+#: ../../include/functions_filemanager.php:679
+msgid "Directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:682
+#: ../../include/functions_visual_map_editor.php:198
+#: ../../godmode/reporting/visual_console_builder.wizard.php:118
+#: ../../godmode/reporting/visual_console_builder.elements.php:78
+msgid "Image"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:685
+msgid "Compressed file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:688
+#: ../../include/functions_filemanager.php:695
+msgid "Text file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:759
+#: ../../godmode/servers/plugin.php:151
+msgid "Edit file"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:785
+msgid "Create directory"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:790
+msgid "Create text"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:795
+msgid "Upload file/s"
+msgstr ""
+
+#: ../../include/functions_filemanager.php:802
+msgid "The directory is read-only"
+msgstr ""
+
+#: ../../include/functions_db.php:75
+#, php-format
+msgid "Error connecting to database %s at %s."
+msgstr ""
+
+#: ../../include/functions_db.php:1499 ../../godmode/menu.php:317
+#: ../../godmode/db/db_refine.php:33
+msgid "Database debug"
+msgstr ""
+
+#: ../../include/functions_db.php:1515
+msgid "SQL sentence"
+msgstr ""
+
+#: ../../include/functions_db.php:1517
+msgid "Rows"
+msgstr ""
+
+#: ../../include/functions_db.php:1518
+msgid "Saved"
+msgstr ""
+
+#: ../../include/functions_db.php:1519
+msgid "Time (ms)"
+msgstr ""
+
+#: ../../include/functions_db.php:1529
+#: ../../include/functions_reporting_html.php:496
+#: ../../include/functions_reporting_html.php:575
+#: ../../include/functions_reporting_html.php:675
+#: ../../include/functions_reporting_html.php:2043
+#: ../../include/functions_reporting_html.php:2523
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1333
+msgid "OK"
+msgstr ""
+
+#: ../../include/functions_custom_graphs.php:226
+#: ../../godmode/reporting/reporting_builder.list_items.php:313
+msgid "No items."
+msgstr ""
+
+#: ../../include/functions_groups.php:63
+msgid "Alert Actions"
+msgstr ""
+
+#: ../../include/functions_groups.php:78
+msgid "Alert Templates"
+msgstr ""
+
+#: ../../include/functions_groups.php:135
+msgid "Layout visual console"
+msgstr ""
+
+#: ../../include/functions_groups.php:149
+msgid "Plannet down time"
+msgstr ""
+
+#: ../../include/functions_groups.php:176
+msgid "GIS maps"
+msgstr ""
+
+#: ../../include/functions_groups.php:190
+msgid "GIS connections"
+msgstr ""
+
+#: ../../include/functions_groups.php:204
+msgid "GIS map layers"
+msgstr ""
+
+#: ../../include/functions_groups.php:217
+msgid "Network maps"
+msgstr ""
+
+#: ../../include/functions_groups.php:2149
+msgid "Show branch children"
+msgstr ""
+
+#: ../../include/functions_groups.php:2178
msgid ""
-"Illegal query: Due security restrictions, there are some tokens or words you "
-"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or "
-"update."
+"You can not delete the last group in Pandora. A common installation must has "
+"almost one group."
msgstr ""
-#: ../../include/functions_reporting.php:3831
-msgid "No Address"
+#: ../../include/functions_ui.php:225
+msgid "Information"
msgstr ""
-#: ../../include/functions_reporting.php:4227
-msgid "Minimal"
+#: ../../include/functions_ui.php:231
+msgid "Success"
msgstr ""
-#: ../../include/functions_reporting.php:4230
-msgid "Maximun"
+#: ../../include/functions_ui.php:367
+msgid "Request successfully processed"
msgstr ""
-#: ../../include/functions_reporting.php:4750
-#: ../../include/functions_reporting.php:4864
-#: ../../include/functions_reporting.php:4993
-msgid "Maximum of events shown"
+#: ../../include/functions_ui.php:370
+msgid "Error processing request"
msgstr ""
-#: ../../include/functions_reporting.php:5355
-#: ../../include/functions_reporting.php:5392
-msgid "Server health"
+#: ../../include/functions_ui.php:508
+msgid ""
+"Is possible that this view uses part of information which your user has not "
+"access"
msgstr ""
-#: ../../include/functions_reporting.php:5355
+#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:152
+#: ../../godmode/alerts/configure_alert_template.php:846
+msgid "The alert would fire when the value is "
+msgstr ""
+
+#: ../../include/functions_ui.php:1007 ../../godmode/alerts/alert_view.php:156
+#: ../../godmode/alerts/configure_alert_template.php:847
+msgid "The alert would fire when the value is not "
+msgstr ""
+
+#: ../../include/functions_ui.php:1012 ../../godmode/alerts/alert_view.php:144
+#: ../../godmode/alerts/configure_alert_template.php:844
+msgid "The alert would fire when the value matches "
+msgstr ""
+
+#: ../../include/functions_ui.php:1015 ../../godmode/alerts/alert_view.php:147
+msgid ""
+"The alert would fire when the value doesn't match "
+msgstr ""
+
+#: ../../include/functions_ui.php:1021 ../../godmode/alerts/alert_view.php:161
+#: ../../godmode/alerts/configure_alert_template.php:848
+msgid ""
+"The alert would fire when the value is between and "
+""
+msgstr ""
+
+#: ../../include/functions_ui.php:1024 ../../godmode/alerts/alert_view.php:164
+msgid ""
+"The alert would fire when the value is not between "
+"and "
+msgstr ""
+
+#: ../../include/functions_ui.php:1028
+msgid "The alert would fire when the value is over "
+msgstr ""
+
+#: ../../include/functions_ui.php:1033
+msgid "The alert would fire when the value is under "
+msgstr ""
+
+#: ../../include/functions_ui.php:1038 ../../godmode/alerts/alert_view.php:186
+#: ../../godmode/alerts/configure_alert_template.php:852
+msgid "The alert would fire when the module is in warning status"
+msgstr ""
+
+#: ../../include/functions_ui.php:1043 ../../godmode/alerts/alert_view.php:189
+#: ../../godmode/alerts/configure_alert_template.php:853
+msgid "The alert would fire when the module is in critical status"
+msgstr ""
+
+#: ../../include/functions_ui.php:1080
+#: ../../godmode/servers/recon_script.php:183
+#: ../../godmode/servers/plugin.php:473
+msgid "Help"
+msgstr ""
+
+#: ../../include/functions_ui.php:1307
+msgid "the Flexible Monitoring System"
+msgstr ""
+
+#: ../../include/functions_ui.php:1627 ../../include/functions_ui.php:1661
#, php-format
-msgid "%d Downed servers"
+msgid "Total items: %s"
msgstr ""
-#: ../../include/functions_reporting.php:5363
-#: ../../include/functions_reporting.php:5395
-msgid "Monitor health"
+#: ../../include/functions_ui.php:1968
+msgid "Unknown type"
msgstr ""
-#: ../../include/functions_reporting.php:5363
+#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758
+#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
+#: ../../include/functions_graph.php:763
+#: ../../include/functions_graph.php:1433
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../include/graphs/functions_pchart.php:202
+#: ../../include/graphs/functions_pchart.php:1190
+#: ../../include/functions_reporting.php:948
+#: ../../godmode/alerts/alert_view.php:310
+#: ../../godmode/reporting/reporting_builder.item_editor.php:781
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1284
+msgid "Max"
+msgstr ""
+
+#: ../../include/functions_ui.php:2001 ../../include/functions_graph.php:758
+#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
+#: ../../include/functions_graph.php:763
+#: ../../include/functions_graph.php:1435
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../include/graphs/functions_pchart.php:208
+#: ../../include/graphs/functions_pchart.php:1188
+#: ../../include/functions_reporting.php:951
+#: ../../godmode/alerts/alert_view.php:310
+#: ../../godmode/reporting/reporting_builder.item_editor.php:779
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1286
+msgid "Min"
+msgstr ""
+
+#: ../../include/functions_ui.php:2781
+msgid "Type at least two characters to search."
+msgstr ""
+
+#: ../../include/functions_ui.php:3574
+msgid "Problem with Pandora FMS database"
+msgstr ""
+
+#: ../../include/functions_ui.php:3575
+msgid ""
+"Cannot connect to the database, please check your database setup in the "
+"include/config.php file.
\n"
+"\t\t\tProbably your database, hostname, user or password values are "
+"incorrect or\n"
+"\t\t\tthe database server is not running."
+msgstr ""
+
+#: ../../include/functions_ui.php:3579
+msgid "DB ERROR"
+msgstr ""
+
+#: ../../include/functions_ui.php:3585
+msgid ""
+"If you have modified auth system, this problem could be because Pandora "
+"cannot override authorization variables from the config database. Remove "
+"them from your database by executing:
DELETE FROM tconfig WHERE "
+"token = \"auth\";
"
+msgstr ""
+
+#: ../../include/functions_ui.php:3589
+msgid "Empty configuration table"
+msgstr ""
+
+#: ../../include/functions_ui.php:3590
+msgid ""
+"Cannot load configuration variables from database. Please check your "
+"database setup in the\n"
+"\t\t\tinclude/config.php file.
\n"
+"\t\t\tMost likely your database schema has been created but there are is no "
+"data in it, you have a problem with the database access credentials or your "
+"schema is out of date.\n"
+"\t\t\t
Pandora FMS Console cannot find include/config.php or "
+"this file has invalid\n"
+"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
+"to fix this problem."
+msgstr ""
+
+#: ../../include/functions_ui.php:3597
+msgid "No configuration file found"
+msgstr ""
+
+#: ../../include/functions_ui.php:3598
+msgid ""
+"Pandora FMS Console cannot find include/config.php or this file has "
+"invalid\n"
+"\t\t\tpermissions and HTTP server cannot read it. Please read documentation "
+"to fix this problem."
+msgstr ""
+
+#: ../../include/functions_ui.php:3609
#, php-format
-msgid "%d Not Normal monitors"
+msgid "You may try to run the %sinstallation wizard%s to create one."
msgstr ""
-#: ../../include/functions_reporting.php:5365
-#: ../../include/functions_reporting.php:5396
-msgid "of monitors up"
+#: ../../include/functions_ui.php:3612
+msgid "Installer active"
msgstr ""
-#: ../../include/functions_reporting.php:5371
-#: ../../include/functions_reporting.php:5398
-msgid "Module sanity"
+#: ../../include/functions_ui.php:3613
+msgid ""
+"For security reasons, normal operation is not possible until you delete "
+"installer file.\n"
+"\t\t\tPlease delete the ./install.php file before running Pandora FMS "
+"Console."
msgstr ""
-#: ../../include/functions_reporting.php:5371
-#, php-format
-msgid "%d Not inited monitors"
+#: ../../include/functions_ui.php:3617
+msgid "Bad permission for include/config.php"
msgstr ""
-#: ../../include/functions_reporting.php:5373
-#: ../../include/functions_reporting.php:5399
-msgid "of total modules inited"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5379
-#: ../../include/functions_reporting.php:5401
-#: ../../include/functions_reporting_html.php:1922
-msgid "Alert level"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5379
-#: ../../include/functions_reporting.php:6370
-#: ../../include/functions_reporting.php:6379
-#, php-format
-msgid "%d Fired alerts"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5381
-#: ../../include/functions_reporting.php:5402
-msgid "of defined alerts not fired"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5452
-msgid "Defined and fired alerts"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5507
-#: ../../operation/events/sound_events.php:75
-msgid "Monitor critical"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5511
-#: ../../operation/events/sound_events.php:76
-msgid "Monitor warning"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5518
-msgid "Monitor normal"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5522
-msgid "Monitor unknown"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5529
-msgid "Monitor not init"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5553
-#: ../../include/functions_reporting.php:5564
-msgid "Monitors by status"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5610
-#: ../../include/functions_reporting_html.php:2636
-msgid "Total agents and monitors"
-msgstr ""
-
-#: ../../include/functions_reporting.php:5633
-msgid "Defined users"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6271
-msgid "Agent without data"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6358
-#: ../../include/functions_reporting.php:6365
-#, php-format
-msgid "%d Total modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6359
-#: ../../include/functions_reporting.php:6366
-#, php-format
-msgid "%d Normal modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6360
-#: ../../include/functions_reporting.php:6367
-#, php-format
-msgid "%d Critical modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6361
-#: ../../include/functions_reporting.php:6368
-#, php-format
-msgid "%d Warning modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6362
-#: ../../include/functions_reporting.php:6369
-#, php-format
-msgid "%d Unknown modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6373
-#, php-format
-msgid "%d Total agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6374
-#, php-format
-msgid "%d Normal agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6375
-#, php-format
-msgid "%d Critical agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6376
-#, php-format
-msgid "%d Warning agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6377
-#, php-format
-msgid "%d Unknown agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:6378
-#, php-format
-msgid "%d not init agents"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8212
-msgid "Total running modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8216
-#: ../../include/functions_reporting.php:8233
-#: ../../include/functions_reporting.php:8244
-#: ../../include/functions_reporting.php:8258
-#: ../../include/functions_reporting.php:8270
-#: ../../include/functions_reporting.php:8282
-#: ../../include/functions_reporting.php:8294
-#: ../../include/functions_reporting.php:8310
-msgid "Ratio"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8216
-#: ../../include/functions_reporting.php:8233
-#: ../../include/functions_reporting.php:8244
-#: ../../include/functions_reporting.php:8258
-#: ../../include/functions_reporting.php:8270
-#: ../../include/functions_reporting.php:8282
-#: ../../include/functions_reporting.php:8294
-#: ../../include/functions_reporting.php:8310
-msgid "Modules by second"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8228
-msgid "Local modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8240
-msgid "Remote modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8252
-msgid "Network modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8266
-msgid "Plugin modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8278
-msgid "Prediction modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8290
-msgid "WMI modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8302
-msgid "Web modules"
-msgstr ""
-
-#: ../../include/functions_reporting.php:8341 ../../godmode/db/db_main.php:105
-msgid "Total events"
-msgstr ""
-
-#: ../../include/functions.php:217
-msgid ","
-msgstr ""
-
-#: ../../include/functions.php:413 ../../include/functions.php:547
-msgid "s"
-msgstr ""
-
-#: ../../include/functions.php:414 ../../include/functions.php:548
-msgid "d"
-msgstr ""
-
-#: ../../include/functions.php:415 ../../include/functions.php:549
-msgid "M"
-msgstr ""
-
-#: ../../include/functions.php:416 ../../include/functions.php:550
-msgid "Y"
-msgstr ""
-
-#: ../../include/functions.php:417 ../../include/functions.php:551
-msgid "m"
-msgstr ""
-
-#: ../../include/functions.php:418 ../../include/functions.php:552
-msgid "h"
-msgstr ""
-
-#: ../../include/functions.php:419 ../../include/functions.php:553
-msgid "N"
-msgstr ""
-
-#: ../../include/functions.php:1001 ../../include/functions_events.php:1401
-msgid "Monitor Critical"
-msgstr ""
-
-#: ../../include/functions.php:1002 ../../include/functions_events.php:1404
-msgid "Monitor Warning"
-msgstr ""
-
-#: ../../include/functions.php:1003 ../../include/functions_events.php:1407
-msgid "Monitor Normal"
-msgstr ""
-
-#: ../../include/functions.php:1005
-msgid "Monitor Unknown"
-msgstr ""
-
-#: ../../include/functions.php:1008 ../../include/functions_events.php:1123
-#: ../../include/functions_events.php:1413
-msgid "Alert recovered"
-msgstr ""
-
-#: ../../include/functions.php:1009 ../../include/functions_events.php:1158
-#: ../../include/functions_events.php:1416
-msgid "Alert ceased"
-msgstr ""
-
-#: ../../include/functions.php:1010 ../../include/functions_events.php:1419
-msgid "Alert manual validation"
-msgstr ""
-
-#: ../../include/functions.php:1012
-msgid "Agent created"
-msgstr ""
-
-#: ../../include/functions.php:1013 ../../include/functions_events.php:1422
-msgid "Recon host detected"
-msgstr ""
-
-#: ../../include/functions.php:1016 ../../include/functions_events.php:1155
-#: ../../include/functions_events.php:1431
-msgid "Configuration change"
-msgstr ""
-
-#: ../../include/functions.php:1978
-msgid "custom"
-msgstr ""
-
-#: ../../include/functions.php:1983 ../../include/functions.php:1984
-#, php-format
-msgid "%s minutes"
-msgstr ""
-
-#: ../../include/functions.php:1986 ../../include/functions.php:1987
-#, php-format
-msgid "%s hours"
-msgstr ""
-
-#: ../../include/functions.php:1989 ../../include/functions_netflow.php:1090
-#: ../../include/ajax/module.php:123
-msgid "1 week"
-msgstr ""
-
-#: ../../include/functions.php:1992 ../../include/functions.php:1993
-#, php-format
-msgid "%s months"
-msgstr ""
-
-#: ../../include/functions.php:1995 ../../include/functions.php:1996
-#, php-format
-msgid "%s years"
-msgstr ""
-
-#: ../../include/functions.php:1999
-msgid "Default values will be used"
-msgstr ""
-
-#: ../../include/functions.php:2153
-msgid "The uploaded file was only partially uploaded"
-msgstr ""
-
-#: ../../include/functions.php:2156
-#: ../../operation/integria_incidents/incident.php:170
-msgid "No file was uploaded"
-msgstr ""
-
-#: ../../include/functions.php:2159
-msgid "Missing a temporary folder"
-msgstr ""
-
-#: ../../include/functions.php:2162
-msgid "Failed to write file to disk"
-msgstr ""
-
-#: ../../include/functions.php:2165
-msgid "File upload stopped by extension"
-msgstr ""
-
-#: ../../include/functions.php:2169
-msgid "Unknown upload error"
-msgstr ""
-
-#: ../../include/functions.php:2265
-msgid "Source ID"
-msgstr ""
-
-#: ../../include/functions.php:2272
-msgid "No data found to export"
-msgstr ""
-
-#: ../../include/functions.php:2535
-#: ../../operation/gis_maps/render_view.php:123
-msgid "5 seconds"
-msgstr ""
-
-#: ../../include/functions.php:2536
-#: ../../operation/gis_maps/render_view.php:124
-msgid "10 seconds"
-msgstr ""
-
-#: ../../include/functions.php:2537
-msgid "15 seconds"
-msgstr ""
-
-#: ../../include/functions.php:2538
-#: ../../operation/gis_maps/render_view.php:125
-msgid "30 seconds"
-msgstr ""
-
-#: ../../include/functions.php:2542
-msgid "15 minutes"
-msgstr ""
-
-#: ../../include/functions.php:2543 ../../include/ajax/module.php:118
-msgid "30 minutes"
-msgstr ""
-
-#: ../../include/functions_netflow.php:361
-msgid "Total flows"
-msgstr ""
-
-#: ../../include/functions_netflow.php:366
-msgid "Total bytes"
-msgstr ""
-
-#: ../../include/functions_netflow.php:371
-msgid "Total packets"
-msgstr ""
-
-#: ../../include/functions_netflow.php:376
-msgid "Average bits per second"
-msgstr ""
-
-#: ../../include/functions_netflow.php:381
-msgid "Average packets per second"
-msgstr ""
-
-#: ../../include/functions_netflow.php:386
-msgid "Average bytes per packet"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1028
-msgid "Area graph"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1029
-msgid "Pie graph and Summary table"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1030
-msgid "Statistics table"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1031
-#: ../../operation/agentes/exportdata.php:321
-msgid "Data table"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1032
-msgid "Circular mesh"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1033
-#: ../../include/functions_netflow.php:1387
-msgid "Host detailed traffic"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1046
-#: ../../include/functions_netflow.php:1079
-msgid "10 mins"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1047
-#: ../../include/functions_netflow.php:1080
-msgid "15 mins"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1048
-#: ../../include/functions_netflow.php:1081
-msgid "30 mins"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1055
-#: ../../include/functions_netflow.php:1088
-msgid "5 days"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:126
-msgid "3 months"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1062
-msgid "Last year"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:129
-msgid "2 years"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1076
-msgid "1 min"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1077
-msgid "2 mins"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1078
-msgid "5 mins"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1129
-#: ../../include/functions_netflow.php:1139
-#: ../../include/functions_netflow.php:1188
-#: ../../include/functions_netflow.php:1246
-#: ../../include/functions_netflow.php:1252
-#: ../../include/functions_netflow.php:1285
-msgid "Aggregate"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1131
-#: ../../include/functions_netflow.php:1141
-#: ../../include/functions_netflow.php:1158
-#: ../../include/functions_netflow.php:1166
-#: ../../include/functions_netflow.php:1190
-#: ../../operation/integria_incidents/incident.incident.php:97
-#: ../../operation/integria_incidents/incident.list.php:96
-#: ../../operation/netflow/nf_live_view.php:245
-#: ../../godmode/reporting/reporting_builder.item_editor.php:683
-msgid "Resolution"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1358
-msgid "Sent"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1365
-msgid "Received"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1432
-msgid "Error generating report"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1629
-msgid "MB"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1631
-msgid "MB/s"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1633
-msgid "kB"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1635
-msgid "kB/s"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1637
-#: ../../include/functions_config.php:424
-#: ../../include/functions_config.php:1309
-#: ../../operation/netflow/nf_live_view.php:385
-msgid "Bytes"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1639
-msgid "B/s"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1653
-msgid "Dst port"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1655
-msgid "Dst IP"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1657
-#: ../../operation/netflow/nf_live_view.php:381
-#: ../../godmode/netflow/nf_edit_form.php:226
-msgid "Protocol"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1659
-msgid "Src IP"
-msgstr ""
-
-#: ../../include/functions_netflow.php:1661
-msgid "Src port"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:895
-msgid "Last value: "
-msgstr ""
-
-#: ../../include/functions_visual_map.php:1254
-msgid "Agent successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:1400
-msgid "Modules successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:1599
-msgid "Agents successfully added to layout"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:1939
-msgid "Cannot load the visualmap"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2267
-#: ../../include/functions_visual_map_editor.php:62
-#: ../../include/functions_visual_map_editor.php:578
-#: ../../godmode/reporting/visual_console_builder.elements.php:188
-msgid "Box"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2275
-msgid "Percentile bar"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2279
-msgid "Static graph"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2284
-#: ../../include/functions_visual_map_editor.php:574
-#: ../../godmode/reporting/visual_console_builder.elements.php:158
-msgid "Simple Value"
-msgstr ""
-
-#: ../../include/functions_visual_map.php:2288
-#: ../../include/functions_visual_map_editor.php:59
-#: ../../include/functions_visual_map_editor.php:167
-#: ../../include/functions_visual_map_editor.php:575
-#: ../../godmode/reporting/graph_builder.graph_editor.php:83
-#: ../../godmode/reporting/visual_console_builder.elements.php:77
-#: ../../godmode/reporting/visual_console_builder.elements.php:178
-#: ../../godmode/reporting/visual_console_builder.wizard.php:257
-msgid "Label"
+#: ../../include/functions_ui.php:3618
+msgid ""
+"For security reasons, config.php must have restrictive permissions, "
+"and \"other\" users\n"
+"\t\t\tshould not read it or write to it. It should be written only for "
+"owner\n"
+"\t\t\t(usually www-data or http daemon user), normal operation is not "
+"possible until you change\n"
+"\t\t\tpermissions for include/config.php file. Please do it, it is "
+"for your security."
msgstr ""
#: ../../include/functions_visual_map_editor.php:53
-#: ../../include/functions_visual_map_editor.php:326
-#: ../../godmode/reporting/visual_console_builder.data.php:121
+#: ../../include/functions_visual_map_editor.php:359
#: ../../godmode/reporting/visual_console_builder.elements.php:111
+#: ../../godmode/reporting/visual_console_builder.data.php:139
msgid "Background"
msgstr ""
#: ../../include/functions_visual_map_editor.php:54
-#: ../../include/functions_visual_map_editor.php:571
-#: ../../godmode/reporting/visual_console_builder.elements.php:138
+#: ../../include/functions_visual_map_editor.php:604
#: ../../godmode/reporting/visual_console_builder.wizard.php:104
+#: ../../godmode/reporting/visual_console_builder.elements.php:138
msgid "Static Graph"
msgstr ""
#: ../../include/functions_visual_map_editor.php:55
-#: ../../include/functions_visual_map_editor.php:572
+#: ../../include/functions_visual_map_editor.php:605
#: ../../godmode/reporting/visual_console_builder.wizard.php:105
msgid "Percentile Item"
msgstr ""
@@ -22175,6 +10975,15 @@ msgid ""
"printed at the end."
msgstr ""
+#: ../../include/functions_visual_map_editor.php:84
+#: ../../include/functions_visual_map_editor.php:386
+#: ../../godmode/setup/gis_step_2.php:257
+#: ../../godmode/events/event_responses.editor.php:104
+#: ../../godmode/reporting/visual_console_builder.wizard.php:134
+#: ../../godmode/reporting/graph_builder.main.php:137
+msgid "Width"
+msgstr ""
+
#: ../../include/functions_visual_map_editor.php:95
#: ../../include/functions_visual_map_editor.php:119
msgid "Border color"
@@ -22188,150 +10997,814 @@ msgstr ""
msgid "Fill color"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:198
+#: ../../include/functions_visual_map_editor.php:218
msgid "Enable link"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:217
+#: ../../include/functions_visual_map_editor.php:237
+#: ../../godmode/reporting/visual_console_builder.data.php:144
msgid "Background color"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:219
+#: ../../include/functions_visual_map_editor.php:239
msgid "White"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:220
+#: ../../include/functions_visual_map_editor.php:240
msgid "Black"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:221
+#: ../../include/functions_visual_map_editor.php:241
msgid "Transparent"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:317
-#: ../../godmode/reporting/visual_console_builder.wizard.php:153
+#: ../../include/functions_visual_map_editor.php:254
+#: ../../include/functions_visual_map_editor.php:264
+#: ../../include/functions_reports.php:429
+#: ../../include/functions_reports.php:505
+#: ../../include/functions_reports.php:507
+#: ../../include/functions_reporting.php:5748
+#: ../../godmode/reporting/visual_console_builder.elements.php:78
+#: ../../godmode/reporting/visual_console_builder.elements.php:380
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1134
+msgid "Custom graph"
+msgstr ""
+
+#: ../../include/functions_visual_map_editor.php:322
+#: ../../godmode/reporting/graph_builder.main.php:151
+msgid "Type of graph"
+msgstr ""
+
+#: ../../include/functions_visual_map_editor.php:348
+#: ../../godmode/reporting/visual_console_builder.wizard.php:193
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:948
+msgid "Process"
+msgstr ""
+
+#: ../../include/functions_visual_map_editor.php:350
+#: ../../godmode/reporting/visual_console_builder.wizard.php:196
msgid "Min value"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:318
-#: ../../include/functions_visual_map_editor.php:360
-#: ../../godmode/reporting/visual_console_builder.wizard.php:154
-#: ../../godmode/reporting/visual_console_builder.wizard.php:167
+#: ../../include/functions_visual_map_editor.php:351
+#: ../../include/functions_visual_map_editor.php:393
+#: ../../godmode/reporting/visual_console_builder.wizard.php:197
+#: ../../godmode/reporting/visual_console_builder.wizard.php:210
msgid "Max value"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:319
-#: ../../godmode/reporting/visual_console_builder.wizard.php:155
+#: ../../include/functions_visual_map_editor.php:352
+#: ../../godmode/reporting/visual_console_builder.wizard.php:198
msgid "Avg value"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:333
+#: ../../include/functions_visual_map_editor.php:366
msgid "Original Size"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:340
+#: ../../include/functions_visual_map_editor.php:367
+msgid "Apply"
+msgstr ""
+
+#: ../../include/functions_visual_map_editor.php:373
msgid "Aspect ratio"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:341
+#: ../../include/functions_visual_map_editor.php:374
msgid "Width proportional"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:347
+#: ../../include/functions_visual_map_editor.php:380
msgid "Height proportional"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:376
-#: ../../include/functions_visual_map_editor.php:395
-#: ../../godmode/reporting/visual_console_builder.wizard.php:187
+#: ../../include/functions_visual_map_editor.php:409
+#: ../../include/functions_visual_map_editor.php:428
+#: ../../godmode/reporting/visual_console_builder.wizard.php:230
msgid "Value to show"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:477
+#: ../../include/functions_visual_map_editor.php:438
+#: ../../godmode/reporting/visual_console_builder.wizard.php:185
+#: ../../godmode/reporting/visual_console_builder.elements.php:80
+#: ../../godmode/reporting/reporting_builder.item_editor.php:748
+#: ../../godmode/reporting/graph_builder.main.php:147
+#: ../../godmode/agentes/module_manager_editor_prediction.php:150
+msgid "Period"
+msgstr ""
+
+#: ../../include/functions_visual_map_editor.php:497
+#: ../../godmode/snmpconsole/snmp_alert.php:966
+#: ../../godmode/snmpconsole/snmp_alert.php:1148
+#: ../../godmode/reporting/visual_console_builder.elements.php:80
+#: ../../godmode/reporting/reporting_builder.list_items.php:285
+msgid "Position"
+msgstr ""
+
+#: ../../include/functions_visual_map_editor.php:510
msgid "For use the original image file size, set 0 width and 0 height."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:504
+#: ../../include/functions_visual_map_editor.php:537
#: ../../godmode/reporting/visual_console_builder.elements.php:81
msgid "Map linked"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:513
+#: ../../include/functions_visual_map_editor.php:546
msgid "Lines haven't advanced options"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:540
+#: ../../include/functions_visual_map_editor.php:573
msgid "Click start point
of the line"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:545
+#: ../../include/functions_visual_map_editor.php:578
msgid "Click end point
of the line"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:586
+#: ../../include/functions_visual_map_editor.php:626
msgid "Show grid"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:588
+#: ../../include/functions_visual_map_editor.php:628
msgid "Delete item"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:589
+#: ../../include/functions_visual_map_editor.php:629
msgid "Copy item"
msgstr ""
-#: ../../include/functions_visual_map_editor.php:617
+#: ../../include/functions_visual_map_editor.php:657
msgid "No image or name defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:619
+#: ../../include/functions_visual_map_editor.php:659
msgid "No label defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:621
+#: ../../include/functions_visual_map_editor.php:661
msgid "No image defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:623
+#: ../../include/functions_visual_map_editor.php:663
msgid "No process defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:625
+#: ../../include/functions_visual_map_editor.php:665
msgid "No Max value defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:627
+#: ../../include/functions_visual_map_editor.php:667
msgid "No width defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:629
+#: ../../include/functions_visual_map_editor.php:669
msgid "No period defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:631
+#: ../../include/functions_visual_map_editor.php:671
msgid "No agent defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:633
+#: ../../include/functions_visual_map_editor.php:673
msgid "No module defined."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:636
+#: ../../include/functions_visual_map_editor.php:676
msgid "Successfully save the changes."
msgstr ""
-#: ../../include/functions_visual_map_editor.php:638
+#: ../../include/functions_visual_map_editor.php:678
msgid "Could not be save"
msgstr ""
-#: ../../include/functions_custom_graphs.php:212
-#: ../../godmode/reporting/reporting_builder.list_items.php:312
-msgid "No items."
+#: ../../include/functions_reports.php:499
+#: ../../include/functions_reporting.php:5751
+#: ../../include/functions_reporting.php:5873
+msgid "Simple graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:501
+#: ../../include/functions_reporting.php:3325
+msgid "Simple baseline graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:511
+msgid "SQL vertical bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:513
+msgid "SQL pie graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:515
+msgid "SQL horizonal bar graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:519
+msgid "Automatic combined Graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:523
+msgid "Availability graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:526
+msgid "Module Histogram graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:528
+#: ../../include/functions_reports.php:530
+#: ../../include/functions_reports.php:532
+#: ../../include/functions_reports.php:534
+msgid "ITIL"
+msgstr ""
+
+#: ../../include/functions_reports.php:529
+#: ../../include/functions_reporting.php:3691
+msgid "TTRT"
+msgstr ""
+
+#: ../../include/functions_reports.php:531
+#: ../../include/functions_reporting.php:3688
+msgid "TTO"
+msgstr ""
+
+#: ../../include/functions_reports.php:533
+#: ../../include/functions_reporting.php:3685
+msgid "MTBF"
+msgstr ""
+
+#: ../../include/functions_reports.php:535
+#: ../../include/functions_reporting.php:3682
+msgid "MTTR"
+msgstr ""
+
+#: ../../include/functions_reports.php:539
+#: ../../include/functions_reports.php:542
+#: ../../include/functions_reports.php:544
+#: ../../include/functions_reports.php:546
+#: ../../include/functions_reports.php:550
+msgid "SLA"
+msgstr ""
+
+#: ../../include/functions_reports.php:540
+#: ../../include/functions_reporting.php:530
+msgid "S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:543
+msgid "Monthly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:545
+msgid "Weekly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:547
+msgid "Hourly S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:551
+msgid "Services S.L.A."
+msgstr ""
+
+#: ../../include/functions_reports.php:556
+#: ../../include/functions_reports.php:558
+msgid "Forecasting"
+msgstr ""
+
+#: ../../include/functions_reports.php:557
+msgid "Prediction date"
+msgstr ""
+
+#: ../../include/functions_reports.php:559
+msgid "Projection graph"
+msgstr ""
+
+#: ../../include/functions_reports.php:564
+#: ../../include/functions_graph.php:704
+#: ../../include/functions_graph.php:3931
+msgid "Avg. Value"
+msgstr ""
+
+#: ../../include/functions_reports.php:566
+#: ../../include/functions_graph.php:703
+#: ../../include/functions_graph.php:3931
+#: ../../include/functions_reporting.php:3670
+#: ../../godmode/modules/manage_network_components_form_common.php:166
+#: ../../godmode/agentes/module_manager_editor_common.php:423
+msgid "Max. Value"
+msgstr ""
+
+#: ../../include/functions_reports.php:568
+#: ../../include/functions_graph.php:705
+#: ../../include/functions_graph.php:3932
+#: ../../include/functions_reporting.php:3673
+#: ../../godmode/modules/manage_network_components_form_common.php:164
+#: ../../godmode/agentes/module_manager_editor_common.php:419
+msgid "Min. Value"
+msgstr ""
+
+#: ../../include/functions_reports.php:570
+msgid "Monitor report"
+msgstr ""
+
+#: ../../include/functions_reports.php:572
+msgid "Serialize data"
+msgstr ""
+
+#: ../../include/functions_reports.php:574
+#: ../../include/functions_reporting.php:3679
+#: ../../include/functions_reporting.php:5669
+msgid "Summatory"
+msgstr ""
+
+#: ../../include/functions_reports.php:576
+msgid "Historical Data"
+msgstr ""
+
+#: ../../include/functions_reports.php:580
+#: ../../include/functions_reports.php:582
+#: ../../include/functions_reports.php:584
+#: ../../include/functions_reports.php:587
+#: ../../include/functions_reports.php:591
+#: ../../include/functions_reports.php:594
+#: ../../include/functions_reports.php:596
+#: ../../include/functions_reports.php:598
+msgid "Grouped"
+msgstr ""
+
+#: ../../include/functions_reports.php:583
+msgid "Group report"
+msgstr ""
+
+#: ../../include/functions_reports.php:585
+#: ../../include/functions_reporting.php:1722
+msgid "Exception"
+msgstr ""
+
+#: ../../include/functions_reports.php:592
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1208
+msgid "SQL query"
+msgstr ""
+
+#: ../../include/functions_reports.php:595
+msgid "Top n"
+msgstr ""
+
+#: ../../include/functions_reports.php:597
+msgid "Network interfaces"
+msgstr ""
+
+#: ../../include/functions_reports.php:599
+#: ../../include/functions_reporting.php:4817
+#: ../../include/functions_reporting.php:5060
+msgid "Availability"
+msgstr ""
+
+#: ../../include/functions_reports.php:602
+#: ../../include/functions_reports.php:604
+msgid "Text/HTML "
+msgstr ""
+
+#: ../../include/functions_reports.php:603
+#: ../../include/functions_reporting.php:3846 ../../godmode/setup/news.php:181
+#: ../../godmode/setup/setup_visuals.php:679
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1196
+msgid "Text"
+msgstr ""
+
+#: ../../include/functions_reports.php:605
+msgid "Import text from URL"
+msgstr ""
+
+#: ../../include/functions_reports.php:610
+msgid "Alert report module"
+msgstr ""
+
+#: ../../include/functions_reports.php:612
+msgid "Alert report agent"
+msgstr ""
+
+#: ../../include/functions_reports.php:615
+msgid "Alert report group"
+msgstr ""
+
+#: ../../include/functions_reports.php:621
+msgid "Event report agent"
+msgstr ""
+
+#: ../../include/functions_reports.php:623
+msgid "Event report module"
+msgstr ""
+
+#: ../../include/functions_reports.php:625
+msgid "Event report group"
+msgstr ""
+
+#: ../../include/functions_reports.php:628
+#: ../../include/functions_reports.php:629
+#: ../../include/functions_reports.php:631
+#: ../../include/functions_reporting.php:1585
+#: ../../godmode/agentes/configurar_agente.php:527
+msgid "Inventory"
+msgstr ""
+
+#: ../../include/functions_reports.php:632
+msgid "Inventory changes"
+msgstr ""
+
+#: ../../include/functions_reports.php:637
+#: ../../include/functions_reports.php:639 ../../godmode/menu.php:131
+#: ../../godmode/setup/setup.php:138
+#: ../../godmode/agentes/planned_downtime.list.php:396
+msgid "Configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:638
+#: ../../include/functions_reporting.php:3522
+msgid "Agent configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:640
+#: ../../include/functions_reporting.php:2511
+msgid "Group configuration"
+msgstr ""
+
+#: ../../include/functions_reports.php:641
+#: ../../include/functions_reports.php:643
+#: ../../include/functions_reports.php:645
+#: ../../include/functions_reports.php:647
+#: ../../include/functions_reports.php:649 ../../godmode/menu.php:264
+#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129
+msgid "Netflow"
+msgstr ""
+
+#: ../../include/functions_reports.php:642
+msgid "Netflow area chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:644
+msgid "Netflow pie chart"
+msgstr ""
+
+#: ../../include/functions_reports.php:646
+msgid "Netflow data table"
+msgstr ""
+
+#: ../../include/functions_reports.php:648
+msgid "Netflow statistics table"
+msgstr ""
+
+#: ../../include/functions_reports.php:650
+msgid "Netflow summary table"
+msgstr ""
+
+#: ../../include/functions_reports.php:654
+msgid "Log"
+msgstr ""
+
+#: ../../include/functions_reports.php:655
+msgid "Log report"
+msgstr ""
+
+#: ../../include/functions_graph.php:706
+msgid "Units. Value"
+msgstr ""
+
+#: ../../include/functions_graph.php:754
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1127
+msgid "Last"
+msgstr ""
+
+#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758
+#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760
+#: ../../include/functions_graph.php:763
+#: ../../include/functions_graph.php:1437
+#: ../../include/functions_graph.php:3947
+#: ../../include/functions_graph.php:3952
+#: ../../include/functions_graph.php:4670
+#: ../../include/functions_graph.php:4673
+#: ../../include/functions_graph.php:4676
+#: ../../include/functions_reporting.php:956
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1288
+msgid "Avg"
+msgstr ""
+
+#: ../../include/functions_graph.php:781
+#: ../../include/functions_graph.php:1753
+#, php-format
+msgid "Percentile %dº"
+msgstr ""
+
+#: ../../include/functions_graph.php:815
+#: ../../include/functions_graph.php:4017
+msgid "Previous"
+msgstr ""
+
+#: ../../include/functions_graph.php:1246
+#, php-format
+msgid "%s"
+msgstr ""
+
+#: ../../include/functions_graph.php:1753
+msgid " of module "
+msgstr ""
+
+#: ../../include/functions_graph.php:2109
+msgid "Not fired alerts"
+msgstr ""
+
+#: ../../include/functions_graph.php:2118
+#: ../../include/functions_graph.php:2198
+#: ../../include/functions_graph.php:2271
+#: ../../include/functions_graph.php:3037
+#: ../../include/functions_graph.php:3473
+#: ../../include/functions_reporting_html.php:2924
+#: ../../include/functions_reporting_html.php:3002
+#: ../../include/functions_reporting.php:1207
+#: ../../include/functions_reporting.php:1360
+#: ../../include/functions_reporting.php:1379
+#: ../../include/functions_reporting.php:1400
+#: ../../include/functions_reporting.php:1421
+#: ../../include/functions_reporting.php:2087
+#: ../../include/functions_reporting.php:2269
+#: ../../include/functions_reporting.php:2290
+#: ../../include/functions_reporting.php:2311
+#: ../../include/functions_reporting.php:6179
+#: ../../include/functions_reporting.php:6199
+#: ../../include/functions_reporting.php:6219
+msgid "other"
+msgstr ""
+
+#: ../../include/functions_graph.php:2278
+#: ../../include/functions_graph.php:2325
+#: ../../include/graphs/functions_gd.php:165
+#: ../../include/graphs/functions_gd.php:256
+msgid "Out of limits"
+msgstr ""
+
+#: ../../include/functions_graph.php:2558
+msgid "Today"
+msgstr ""
+
+#: ../../include/functions_graph.php:2559
+msgid "Week"
+msgstr ""
+
+#: ../../include/functions_graph.php:2560 ../../include/functions_html.php:863
+msgid "Month"
+msgstr ""
+
+#: ../../include/functions_graph.php:2561
+#: ../../include/functions_graph.php:2562
+msgid "Months"
+msgstr ""
+
+#: ../../include/functions_graph.php:2584
+msgid "History db"
+msgstr ""
+
+#: ../../include/functions_graph.php:2771
+#: ../../include/functions_incidents.php:29
+#: ../../include/functions_incidents.php:54
+msgid "Informative"
+msgstr ""
+
+#: ../../include/functions_graph.php:2772
+#: ../../include/functions_incidents.php:30
+#: ../../include/functions_incidents.php:57
+msgid "Low"
+msgstr ""
+
+#: ../../include/functions_graph.php:2773
+#: ../../include/functions_incidents.php:31
+#: ../../include/functions_incidents.php:60
+msgid "Medium"
+msgstr ""
+
+#: ../../include/functions_graph.php:2774
+#: ../../include/functions_incidents.php:32
+#: ../../include/functions_incidents.php:63
+msgid "Serious"
+msgstr ""
+
+#: ../../include/functions_graph.php:2775
+#: ../../include/functions_incidents.php:33
+#: ../../include/functions_incidents.php:66
+msgid "Very serious"
+msgstr ""
+
+#: ../../include/functions_graph.php:2776
+#: ../../include/functions_graph.php:3276
+#: ../../include/functions_graph.php:3277
+#: ../../include/functions_graph.php:5225
+#: ../../include/functions_incidents.php:34
+#: ../../include/functions_incidents.php:69
+#: ../../include/functions_events.php:1459 ../../include/functions.php:867
+#: ../../include/functions.php:1075 ../../include/functions.php:1108
+msgid "Maintenance"
+msgstr ""
+
+#: ../../include/functions_graph.php:2798
+#: ../../include/functions_graph.php:2810
+msgid "Open incident"
+msgstr ""
+
+#: ../../include/functions_graph.php:2799
+#: ../../include/functions_graph.php:2812
+msgid "Closed incident"
+msgstr ""
+
+#: ../../include/functions_graph.php:2800
+#: ../../include/functions_graph.php:2814
+msgid "Outdated"
+msgstr ""
+
+#: ../../include/functions_graph.php:2801
+#: ../../include/functions_graph.php:2816
+msgid "Invalid"
+msgstr ""
+
+#: ../../include/functions_graph.php:3147
+#: ../../include/functions_graph.php:3198
+#: ../../include/functions_events.php:1161
+msgid "SYSTEM"
+msgstr ""
+
+#: ../../include/functions_graph.php:3234
+#: ../../godmode/setup/performance.php:149
+msgid "Others"
+msgstr ""
+
+#: ../../include/functions_graph.php:3280
+#: ../../include/functions_graph.php:3281
+#: ../../include/functions_graph.php:5228
+#: ../../include/functions_events.php:1462 ../../include/functions.php:870
+#: ../../include/functions.php:1076 ../../include/functions.php:1111
+msgid "Informational"
+msgstr ""
+
+#: ../../include/functions_graph.php:3288
+#: ../../include/functions_graph.php:3289
+#: ../../include/functions_graph.php:5240 ../../include/functions.php:882
+#: ../../include/functions.php:1078 ../../include/functions.php:1123
+msgid "Minor"
+msgstr ""
+
+#: ../../include/functions_graph.php:3296
+#: ../../include/functions_graph.php:3297
+#: ../../include/functions_graph.php:5243 ../../include/functions.php:885
+#: ../../include/functions.php:1080 ../../include/functions.php:1126
+msgid "Major"
+msgstr ""
+
+#: ../../include/functions_graph.php:3932
+msgid "Units"
+msgstr ""
+
+#: ../../include/functions_graph.php:4320
+#: ../../include/functions_treeview.php:94
+#: ../../include/functions_treeview.php:107
+#: ../../include/functions_reporting_html.php:3131
+#: ../../include/functions_alerts.php:560
+#: ../../godmode/alerts/configure_alert_template.php:625
+#: ../../godmode/massive/massive_edit_modules.php:381
+#: ../../godmode/massive/massive_edit_modules.php:427
+#: ../../godmode/massive/massive_edit_modules.php:516
+#: ../../godmode/modules/manage_network_components_form_common.php:122
+#: ../../godmode/modules/manage_network_components_form_common.php:139
+#: ../../godmode/agentes/module_manager_editor_common.php:283
+#: ../../godmode/agentes/module_manager_editor_common.php:304
+msgid "Max."
+msgstr ""
+
+#: ../../include/functions_graph.php:4320
+#: ../../include/functions_treeview.php:94
+#: ../../include/functions_treeview.php:107
+#: ../../include/functions_reporting_html.php:3130
+#: ../../include/functions_alerts.php:561
+#: ../../godmode/alerts/configure_alert_template.php:620
+#: ../../godmode/massive/massive_edit_modules.php:372
+#: ../../godmode/massive/massive_edit_modules.php:418
+#: ../../godmode/massive/massive_edit_modules.php:514
+#: ../../godmode/modules/manage_network_components_form_common.php:119
+#: ../../godmode/modules/manage_network_components_form_common.php:136
+msgid "Min."
+msgstr ""
+
+#: ../../include/functions_graph.php:4320
+msgid "Avg."
+msgstr ""
+
+#: ../../include/functions_graph.php:5577
+msgid "Main node"
+msgstr ""
+
+#: ../../include/functions_clippy.php:163
+#: ../../include/functions_clippy.php:168
+msgid "End wizard"
+msgstr ""
+
+#: ../../include/functions_clippy.php:195
+msgid "Next →"
+msgstr ""
+
+#: ../../include/functions_clippy.php:196
+msgid "← Back"
+msgstr ""
+
+#: ../../include/functions_clippy.php:208
+msgid "Do you want to exit the help tour?"
+msgstr ""
+
+#: ../../include/functions_treeview.php:54
+msgid "There was a problem loading module"
+msgstr ""
+
+#: ../../include/functions_treeview.php:91
+#: ../../include/functions_treeview.php:104
+#: ../../godmode/massive/massive_edit_modules.php:390
+#: ../../godmode/massive/massive_edit_modules.php:436
+#: ../../godmode/modules/manage_network_components_form_common.php:125
+#: ../../godmode/modules/manage_network_components_form_common.php:142
+#: ../../godmode/agentes/module_manager_editor_common.php:288
+#: ../../godmode/agentes/module_manager_editor_common.php:309
+msgid "Str."
+msgstr ""
+
+#: ../../include/functions_treeview.php:98
+#: ../../include/functions_alerts.php:564
+#: ../../godmode/massive/massive_edit_modules.php:368
+#: ../../godmode/modules/manage_network_components_form_common.php:118
+#: ../../godmode/agentes/module_manager_editor_common.php:278
+msgid "Warning status"
+msgstr ""
+
+#: ../../include/functions_treeview.php:110
+#: ../../include/functions_alerts.php:565
+#: ../../godmode/massive/massive_edit_modules.php:414
+#: ../../godmode/modules/manage_network_components_form_common.php:135
+#: ../../godmode/agentes/module_manager_editor_common.php:299
+msgid "Critical status"
+msgstr ""
+
+#: ../../include/functions_treeview.php:294
+#: ../../include/graphs/functions_flot.php:593
+msgid "No data"
+msgstr ""
+
+#: ../../include/functions_treeview.php:298
+#: ../../include/functions_reporting_html.php:70
+#: ../../include/functions_reporting_html.php:3373
+msgid "Last data"
+msgstr ""
+
+#: ../../include/functions_treeview.php:313
+msgid "Go to module edition"
+msgstr ""
+
+#: ../../include/functions_treeview.php:362
+msgid "There was a problem loading alerts"
+msgstr ""
+
+#: ../../include/functions_treeview.php:423
+#: ../../include/functions_reporting_html.php:2872
+#: ../../include/functions_reporting_html.php:3100
+#: ../../godmode/snmpconsole/snmp_alert.php:1165
+msgid "Times fired"
+msgstr ""
+
+#: ../../include/functions_treeview.php:446
+msgid "Go to alerts edition"
+msgstr ""
+
+#: ../../include/functions_treeview.php:610
+msgid "Next agent contact"
+msgstr ""
+
+#: ../../include/functions_treeview.php:620
+msgid "Go to agent edition"
+msgstr ""
+
+#: ../../include/functions_treeview.php:629
+msgid "Agent data"
+msgstr ""
+
+#: ../../include/functions_treeview.php:702
+msgid "Advanced information"
msgstr ""
#: ../../include/functions_planned_downtimes.php:42
#: ../../include/functions_planned_downtimes.php:678
-#: ../../godmode/agentes/planned_downtime.editor.php:206
+#: ../../godmode/agentes/planned_downtime.editor.php:212
msgid ""
"Not created. Error inserting data. Start time must be higher than the "
"current time"
@@ -22344,47 +11817,65 @@ msgstr ""
#: ../../include/functions_planned_downtimes.php:687
#: ../../include/functions_planned_downtimes.php:695
#: ../../include/functions_planned_downtimes.php:702
-#: ../../godmode/agentes/planned_downtime.editor.php:209
-#: ../../godmode/agentes/planned_downtime.editor.php:212
-#: ../../godmode/agentes/planned_downtime.editor.php:217
-#: ../../godmode/agentes/planned_downtime.editor.php:220
+#: ../../godmode/agentes/planned_downtime.editor.php:215
+#: ../../godmode/agentes/planned_downtime.editor.php:218
+#: ../../godmode/agentes/planned_downtime.editor.php:223
+#: ../../godmode/agentes/planned_downtime.editor.php:226
msgid "Not created. Error inserting data"
msgstr ""
#: ../../include/functions_planned_downtimes.php:45
#: ../../include/functions_planned_downtimes.php:683
-#: ../../godmode/agentes/planned_downtime.editor.php:209
+#: ../../godmode/agentes/planned_downtime.editor.php:215
msgid "The end date must be higher than the start date"
msgstr ""
#: ../../include/functions_planned_downtimes.php:50
#: ../../include/functions_planned_downtimes.php:696
-#: ../../godmode/agentes/planned_downtime.editor.php:217
-#: ../../godmode/agentes/planned_downtime.editor.php:586
-#: ../../godmode/agentes/planned_downtime.editor.php:594
+#: ../../godmode/agentes/planned_downtime.editor.php:223
+#: ../../godmode/agentes/planned_downtime.editor.php:592
+#: ../../godmode/agentes/planned_downtime.editor.php:600
msgid "The end time must be higher than the start time"
msgstr ""
#: ../../include/functions_planned_downtimes.php:53
#: ../../include/functions_planned_downtimes.php:703
-#: ../../godmode/agentes/planned_downtime.editor.php:220
-#: ../../godmode/agentes/planned_downtime.editor.php:575
+#: ../../godmode/agentes/planned_downtime.editor.php:226
+#: ../../godmode/agentes/planned_downtime.editor.php:581
msgid "The end day must be higher than the start day"
msgstr ""
#: ../../include/functions_planned_downtimes.php:94
#: ../../include/functions_planned_downtimes.php:717
-#: ../../godmode/agentes/planned_downtime.editor.php:269
+#: ../../godmode/agentes/planned_downtime.editor.php:275
msgid "Each planned downtime must have a different name"
msgstr ""
#: ../../include/functions_planned_downtimes.php:100
#: ../../include/functions_planned_downtimes.php:722
-#: ../../godmode/agentes/planned_downtime.editor.php:274
-#: ../../godmode/agentes/planned_downtime.editor.php:301
+#: ../../godmode/agentes/planned_downtime.editor.php:280
+#: ../../godmode/agentes/planned_downtime.editor.php:307
msgid "Planned downtime must have a name"
msgstr ""
+#: ../../include/functions_planned_downtimes.php:113
+#: ../../include/functions_planned_downtimes.php:731
+#: ../../godmode/snmpconsole/snmp_alert.php:247
+#: ../../godmode/snmpconsole/snmp_filters.php:66
+#: ../../godmode/alerts/alert_special_days.php:148
+#: ../../godmode/alerts/alert_actions.php:184
+#: ../../godmode/alerts/alert_commands.php:293
+#: ../../godmode/alerts/configure_alert_template.php:431
+#: ../../godmode/alerts/alert_list.php:104 ../../godmode/setup/news.php:56
+#: ../../godmode/setup/gis.php:45 ../../godmode/setup/links.php:41
+#: ../../godmode/users/configure_user.php:236
+#: ../../godmode/users/profile_list.php:241
+#: ../../godmode/modules/manage_nc_groups.php:73
+#: ../../godmode/agentes/configurar_agente.php:621
+#: ../../godmode/agentes/planned_downtime.editor.php:365
+msgid "Successfully created"
+msgstr ""
+
#: ../../include/functions_planned_downtimes.php:560
msgid "Succesful stopped the Downtime"
msgstr ""
@@ -22399,7 +11890,7 @@ msgid "Enabled %s elements from the downtime"
msgstr ""
#: ../../include/functions_planned_downtimes.php:688
-#: ../../godmode/agentes/planned_downtime.editor.php:212
+#: ../../godmode/agentes/planned_downtime.editor.php:218
msgid "The end date must be higher than the current time"
msgstr ""
@@ -22415,569 +11906,200 @@ msgstr ""
msgid "Problems for deleted this planned downtime."
msgstr ""
-#: ../../include/functions_reporting_html.php:63
-#: ../../include/functions_reporting_html.php:2554
-#: ../../godmode/agentes/planned_downtime.editor.php:500
-msgid "From:"
+#: ../../include/functions_incidents.php:88
+#: ../../include/functions_incidents.php:107
+msgid "Active incidents"
msgstr ""
-#: ../../include/functions_reporting_html.php:64
-#: ../../include/functions_reporting_html.php:2555
-#: ../../godmode/agentes/planned_downtime.editor.php:511
-msgid "To:"
+#: ../../include/functions_incidents.php:89
+#: ../../include/functions_incidents.php:110
+msgid "Active incidents, with comments"
msgstr ""
-#: ../../include/functions_reporting_html.php:577
-msgid "Events by Severity"
+#: ../../include/functions_incidents.php:90
+#: ../../include/functions_incidents.php:113
+msgid "Rejected incidents"
msgstr ""
-#: ../../include/functions_reporting_html.php:1036
-#: ../../include/functions_reporting_html.php:2432
-msgid "Monitors"
+#: ../../include/functions_incidents.php:91
+#: ../../include/functions_incidents.php:116
+msgid "Expired incidents"
msgstr ""
-#: ../../include/functions_reporting_html.php:1265
-#, php-format
-msgid "Agent '%s'"
+#: ../../include/functions_incidents.php:92
+#: ../../include/functions_incidents.php:119
+msgid "Closed incidents"
msgstr ""
-#: ../../include/functions_reporting_html.php:1279
-#, php-format
-msgid "Interface '%s' throughput graph"
+#: ../../include/functions_maps.php:34
+#: ../../include/functions_networkmap.php:1641
+#: ../../include/functions_networkmap.php:1720
+msgid "Topology"
msgstr ""
-#: ../../include/functions_reporting_html.php:1282
-msgid "Mac"
+#: ../../include/functions_maps.php:43
+#: ../../include/functions_reporting.php:619
+#: ../../include/functions_reporting.php:5126
+#: ../../include/functions_networkmap.php:1722
+msgid "Dynamic"
msgstr ""
-#: ../../include/functions_reporting_html.php:1283
-msgid "Actual status"
+#: ../../include/functions_menu.php:470
+msgid "Configure user"
msgstr ""
-#: ../../include/functions_reporting_html.php:1509
-msgid "Empty modules"
+#: ../../include/functions_menu.php:471
+msgid "Configure profile"
msgstr ""
-#: ../../include/functions_reporting_html.php:1516
-msgid "Warning
Critical"
+#: ../../include/functions_menu.php:473
+#: ../../godmode/servers/manage_recontask_form.php:182
+#: ../../godmode/servers/manage_recontask.php:43
+msgid "Manage recontask"
msgstr ""
-#: ../../include/functions_reporting_html.php:1714
-msgid "Agent max"
+#: ../../include/functions_menu.php:475
+msgid "Module templates management"
msgstr ""
-#: ../../include/functions_reporting_html.php:1717
-msgid "Agent min"
+#: ../../include/functions_menu.php:476
+msgid "Inventory modules management"
msgstr ""
-#: ../../include/functions_reporting_html.php:1921
-#: ../../operation/tree.php:163
-msgid "Module status"
+#: ../../include/functions_menu.php:477
+msgid "Tags management"
msgstr ""
-#: ../../include/functions_reporting_html.php:1986
-#: ../../operation/users/user_edit.php:196
-#: ../../operation/snmpconsole/snmp_view.php:517
-#: ../../operation/search_users.php:38
-#: ../../godmode/users/configure_user.php:438
-#: ../../godmode/users/user_list.php:266
-msgid "User ID"
+#: ../../include/functions_menu.php:479
+#: ../../godmode/users/profile_list.php:308
+msgid "Agents management"
msgstr ""
-#: ../../include/functions_reporting_html.php:2042
-#: ../../include/functions_reporting_html.php:2270
-#: ../../godmode/snmpconsole/snmp_alert.php:1059
-msgid "Times fired"
+#: ../../include/functions_menu.php:481
+msgid "View agent"
msgstr ""
-#: ../../include/functions_reporting_html.php:2091
-msgid "Alerts not fired"
+#: ../../include/functions_menu.php:483
+#: ../../godmode/alerts/configure_alert_template.php:63
+#: ../../godmode/alerts/configure_alert_template.php:82
+#: ../../godmode/alerts/configure_alert_template.php:100
+msgid "Configure alert template"
msgstr ""
-#: ../../include/functions_reporting_html.php:2100
-msgid "Total alerts monitored"
+#: ../../include/functions_menu.php:485
+msgid "Manage network map"
msgstr ""
-#: ../../include/functions_reporting_html.php:2151
-msgid "Total monitors"
+#: ../../include/functions_menu.php:486
+#: ../../godmode/users/configure_profile.php:320
+msgid "View visual console"
msgstr ""
-#: ../../include/functions_reporting_html.php:2152
-msgid "Monitors down on period"
+#: ../../include/functions_menu.php:487
+msgid "Builder visual console"
msgstr ""
-#: ../../include/functions_reporting_html.php:2168
-msgid "Monitors OK"
+#: ../../include/functions_menu.php:489
+msgid "Administration events"
msgstr ""
-#: ../../include/functions_reporting_html.php:2169
-msgid "Monitors BAD"
+#: ../../include/functions_menu.php:491
+msgid "View reporting"
msgstr ""
-#: ../../include/functions_reporting_html.php:2243
-#, php-format
-msgid "Agents in group: %s"
+#: ../../include/functions_menu.php:492
+msgid "Manage custom graphs"
msgstr ""
-#: ../../include/functions_reporting_html.php:2336
-msgid "Last failure"
+#: ../../include/functions_menu.php:493
+msgid "Copy dashboard"
msgstr ""
-#: ../../include/functions_reporting_html.php:2400
-msgid "N/A(*)"
+#: ../../include/functions_menu.php:496
+msgid "Manage GIS Maps"
msgstr ""
-#: ../../include/functions_reporting_html.php:2574
-msgid "Agents critical"
+#: ../../include/functions_menu.php:498
+msgid "Incidents statistics"
msgstr ""
-#: ../../include/functions_reporting_html.php:2577
-msgid "Agents warning"
+#: ../../include/functions_menu.php:499
+msgid "Manage messages"
msgstr ""
-#: ../../include/functions_reporting_html.php:2583
-msgid "Agents ok"
+#: ../../include/functions_menu.php:501
+msgid "Manage groups"
msgstr ""
-#: ../../include/functions_reporting_html.php:2592
-msgid "Agents not init"
+#: ../../include/functions_menu.php:502
+msgid "Manage module groups"
msgstr ""
-#: ../../include/functions_reporting_html.php:2603
-#: ../../include/functions_reporting_html.php:2612
-msgid "Agents by status"
+#: ../../include/functions_menu.php:503
+msgid "Manage custom field"
msgstr ""
-#: ../../include/functions_reporting_html.php:2656
-#: ../../include/functions_reporting_html.php:2665
-msgid "Node overview"
+#: ../../include/functions_menu.php:505
+msgid "Manage alert actions"
msgstr ""
-#: ../../include/functions_reporting_html.php:2683
-#: ../../include/functions_reporting_html.php:2700
-#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191
-msgid "Critical events"
+#: ../../include/functions_menu.php:506
+msgid "Manage commands"
msgstr ""
-#: ../../include/functions_reporting_html.php:2687
-#: ../../include/functions_reporting_html.php:2704
-msgid "Warning events"
+#: ../../include/functions_menu.php:507
+msgid "Manage event alerts"
msgstr ""
-#: ../../include/functions_reporting_html.php:2691
-#: ../../include/functions_reporting_html.php:2708
-msgid "OK events"
+#: ../../include/functions_menu.php:509
+msgid "Manage export targets"
msgstr ""
-#: ../../include/functions_reporting_html.php:2695
-#: ../../include/functions_reporting_html.php:2712
-msgid "Unknown events"
+#: ../../include/functions_menu.php:511
+msgid "Manage services"
msgstr ""
-#: ../../include/functions_reporting_html.php:2735
-msgid "Important Events by Criticity"
+#: ../../include/functions_menu.php:512 ../../godmode/menu.php:170
+msgid "SNMP alerts"
msgstr ""
-#: ../../include/functions_reporting_html.php:2761
-msgid "Last activity in Pandora FMS console"
+#: ../../include/functions_menu.php:514
+msgid "SNMP trap editor"
msgstr ""
-#: ../../include/functions_reporting_html.php:2837
-msgid "Events info (1hr.)"
+#: ../../include/functions_menu.php:519
+msgid "Manage incident"
msgstr ""
-#: ../../include/functions_events.php:865
-#: ../../operation/agentes/tactical.php:192
-msgid "Latest events"
+#: ../../include/functions_menu.php:521
+#: ../../godmode/users/configure_profile.php:328
+msgid "Manage visual console"
msgstr ""
-#: ../../include/functions_events.php:1000
-msgid "Events -by module-"
+#: ../../include/functions_menu.php:571
+msgid "Administration"
msgstr ""
-#: ../../include/functions_events.php:1010
-#: ../../operation/events/event_statistics.php:37
-#: ../../operation/agentes/tactical.php:207
-msgid "Event graph"
+#: ../../include/functions_network_components.php:507
+#: ../../include/functions_alerts.php:961
+msgid "Copy of"
msgstr ""
-#: ../../include/functions_events.php:1015
-#: ../../operation/events/event_statistics.php:61
-#: ../../operation/agentes/tactical.php:213
-msgid "Event graph by agent"
+#: ../../include/get_file.php:46
+msgid "Security error. Please contact the administrator."
msgstr ""
-#: ../../include/functions_events.php:1120
-msgid "Going to unknown"
+#: ../../include/get_file.php:56
+msgid "File is missing in disk storage. Please contact the administrator."
msgstr ""
-#: ../../include/functions_events.php:1126
-msgid "Alert manually validated"
+#: ../../include/functions_tags.php:602
+msgid "Click here to open a popup window with URL tag"
msgstr ""
-#: ../../include/functions_events.php:1129
-msgid "Going from critical to warning"
-msgstr ""
-
-#: ../../include/functions_events.php:1133
-msgid "Going down to critical state"
-msgstr ""
-
-#: ../../include/functions_events.php:1137
-msgid "Going up to normal state"
-msgstr ""
-
-#: ../../include/functions_events.php:1140
-msgid "Going down from normal to warning"
-msgstr ""
-
-#: ../../include/functions_events.php:1149
-msgid "Recon server detected a new host"
-msgstr ""
-
-#: ../../include/functions_events.php:1152
-msgid "New agent created"
-msgstr ""
-
-#: ../../include/functions_events.php:1165
-msgid "Unknown type:"
-msgstr ""
-
-#: ../../include/functions_events.php:1502
-#: ../../include/functions_events.php:1523
-msgid "Only new"
-msgstr ""
-
-#: ../../include/functions_events.php:1504
-#: ../../include/functions_events.php:1529
-msgid "Only in process"
-msgstr ""
-
-#: ../../include/functions_events.php:1505
-#: ../../include/functions_events.php:1532
-msgid "Only not validated"
-msgstr ""
-
-#: ../../include/functions_events.php:1576
-msgid "Agent address"
-msgstr ""
-
-#: ../../include/functions_events.php:1577
-msgid "Agent id"
-msgstr ""
-
-#: ../../include/functions_events.php:1579
-msgid "Module Agent address"
-msgstr ""
-
-#: ../../include/functions_events.php:1671
-msgid "Change owner"
-msgstr ""
-
-#: ../../include/functions_events.php:1710
-msgid "Change status"
-msgstr ""
-
-#: ../../include/functions_events.php:1716
-#: ../../include/functions_events.php:1722
-msgid "In process"
-msgstr ""
-
-#: ../../include/functions_events.php:1749
-#: ../../include/functions_events.php:2559
-msgid "Add comment"
-msgstr ""
-
-#: ../../include/functions_events.php:1756
-#: ../../include/functions_events.php:1758
-#: ../../operation/events/events.build_table.php:579
-msgid "Delete event"
-msgstr ""
-
-#: ../../include/functions_events.php:1768
-msgid "Custom responses"
-msgstr ""
-
-#: ../../include/functions_events.php:1968
-msgid "There was an error connecting to the node"
-msgstr ""
-
-#: ../../include/functions_events.php:2007
-msgid "Agent details"
-msgstr ""
-
-#: ../../include/functions_events.php:2044
-msgid "View custom fields"
-msgstr ""
-
-#: ../../include/functions_events.php:2056
-msgid "Module details"
-msgstr ""
-
-#: ../../include/functions_events.php:2073
-msgid "No assigned"
-msgstr ""
-
-#: ../../include/functions_events.php:2135
-#: ../../godmode/alerts/alert_view.php:49
-#: ../../godmode/alerts/alert_view.php:324
-msgid "Alert details"
-msgstr ""
-
-#: ../../include/functions_events.php:2146
-#: ../../include/functions_events.php:2150
-msgid "Go to data overview"
-msgstr ""
-
-#: ../../include/functions_events.php:2293
-#, php-format
-msgid "Invalid custom data: %s"
-msgstr ""
-
-#: ../../include/functions_events.php:2340
-msgid "First event"
-msgstr ""
-
-#: ../../include/functions_events.php:2340
-msgid "Last event"
-msgstr ""
-
-#: ../../include/functions_events.php:2454
-msgid "ID extra"
-msgstr ""
-
-#: ../../include/functions_events.php:2505
-#: ../../include/functions_events.php:2551
-msgid "There are no comments"
-msgstr ""
-
-#: ../../include/functions_events.php:2921
-#: ../../include/functions_events.php:2926
-#: ../../operation/snmpconsole/snmp_view.php:397
-#: ../../operation/snmpconsole/snmp_view.php:558
-#: ../../operation/snmpconsole/snmp_view.php:816
-msgid "Not validated"
-msgstr ""
-
-#: ../../include/ajax/networkmap.ajax.php:74
-#: ../../include/ajax/networkmap.ajax.php:94
-msgid "Map summary"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:146
-msgid ""
-"This is the private code that you should use with your authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:147
-#: ../../include/ajax/double_auth.ajax.php:283
-msgid ""
-"You could enter the code manually or use the QR code to add it automatically"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:153
-#: ../../include/ajax/double_auth.ajax.php:289
-msgid "QR"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:189
-msgid "You are about to activate the double authentication"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:190
-msgid ""
-"With this option enabled, your account access will be more secure, \n"
-"\t\tcause a code generated by other application will be required after the "
-"login"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:194
-msgid ""
-"You will need to install the app from the following link before continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:199
-msgid "Download the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:203
-#: ../../include/ajax/double_auth.ajax.php:294
-msgid "Continue"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:219
-msgid "Are you installed the app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:247
-#: ../../include/ajax/double_auth.ajax.php:342
-#: ../../include/ajax/double_auth.ajax.php:387
-#: ../../include/ajax/double_auth.ajax.php:501
-#: ../../operation/users/user_edit.php:569
-#: ../../operation/users/user_edit.php:634
-#: ../../operation/users/user_edit.php:705 ../../general/logon_failed.php:21
-msgid "Authentication error"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:254
-#: ../../include/ajax/double_auth.ajax.php:349
-#: ../../include/ajax/double_auth.ajax.php:394
-#: ../../include/ajax/double_auth.ajax.php:509
-#: ../../operation/users/user_edit.php:576
-#: ../../operation/users/user_edit.php:641
-msgid "There was an error loading the data"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:277
-msgid "A private code has been generated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:282
-msgid ""
-"Before continue, you should create a new entry into the authenticator app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:292
-msgid "Refresh code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:358
-msgid "Are you introduced the code in the authenticator app yet?"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:420
-msgid "Introduce a code generated by the app"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:421
-msgid "If the code is valid, the double authentication will be activated"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:430
-msgid "Validate code"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:481
-msgid "The code is valid, you can exit now"
-msgstr ""
-
-#: ../../include/ajax/double_auth.ajax.php:497
-msgid "The code is valid, but it was an error saving the data"
-msgstr ""
-
-#: ../../include/ajax/module.php:130
-msgid "3 years"
-msgstr ""
-
-#: ../../include/ajax/module.php:134
-#: ../../operation/agentes/datos_agente.php:185
-msgid "Choose a time from now"
-msgstr ""
-
-#: ../../include/ajax/module.php:146
-#: ../../operation/agentes/datos_agente.php:188
-msgid "Specify time range"
-msgstr ""
-
-#: ../../include/ajax/module.php:307
-#: ../../operation/agentes/datos_agente.php:286
-#: ../../godmode/agentes/module_manager.php:482
-msgid "No available data to show"
-msgstr ""
-
-#: ../../include/ajax/module.php:697
-#: ../../operation/agentes/alerts_status.php:415
-#: ../../operation/agentes/alerts_status.php:457
-#: ../../operation/agentes/alerts_status.php:490
-#: ../../operation/agentes/alerts_status.php:524
-msgid "Force execution"
-msgstr ""
-
-#: ../../include/ajax/module.php:697
-#: ../../operation/agentes/alerts_status.php:416
-#: ../../operation/agentes/alerts_status.php:457
-#: ../../operation/agentes/alerts_status.php:490
-#: ../../operation/agentes/alerts_status.php:524
-msgid "F."
-msgstr ""
-
-#: ../../include/ajax/module.php:713
-#: ../../operation/agentes/status_monitor.php:961
-#: ../../godmode/agentes/module_manager.php:524
-msgid "Warn"
-msgstr ""
-
-#: ../../include/ajax/module.php:787 ../../include/ajax/module.php:797
-#: ../../godmode/agentes/module_manager.php:620
-#: ../../godmode/agentes/module_manager.php:630
-msgid "Adopted"
-msgstr ""
-
-#: ../../include/ajax/module.php:797 ../../include/ajax/module.php:801
-#: ../../godmode/agentes/module_manager.php:630
-#: ../../godmode/agentes/module_manager.php:634
-#: ../../godmode/massive/massive_edit_modules.php:541
-msgid "Unlinked"
-msgstr ""
-
-#: ../../include/ajax/module.php:1016
-msgid "Any monitors aren't with this filter."
-msgstr ""
-
-#: ../../include/ajax/module.php:1019
-msgid "This agent doesn't have any active monitors."
-msgstr ""
-
-#: ../../include/ajax/update_manager.ajax.php:95
-msgid "Invalid extension. The package must have the extension .oum."
-msgstr ""
-
-#: ../../include/ajax/update_manager.ajax.php:102
-msgid "The file was not uploaded succesfully."
-msgstr ""
-
-#: ../../include/ajax/events.php:300
-msgid "Agent fields"
-msgstr ""
-
-#: ../../include/ajax/events.php:308
-msgid "Custom data"
-msgstr ""
-
-#: ../../include/ajax/events.php:376
-msgid "Error adding comment"
-msgstr ""
-
-#: ../../include/ajax/events.php:377
-msgid "Comment added successfully"
-msgstr ""
-
-#: ../../include/ajax/events.php:378
-msgid "Error changing event status"
-msgstr ""
-
-#: ../../include/ajax/events.php:379
-msgid "Event status changed successfully"
-msgstr ""
-
-#: ../../include/ajax/events.php:380
-msgid "Error changing event owner"
-msgstr ""
-
-#: ../../include/ajax/events.php:381
-msgid "Event owner changed successfully"
-msgstr ""
-
-#: ../../include/graphs/functions_flot.php:213
-msgid "Cancel zoom"
-msgstr ""
-
-#: ../../include/graphs/functions_flot.php:215
-msgid "Warning and Critical thresholds"
-msgstr ""
-
-#: ../../include/graphs/functions_flot.php:218
-msgid "Overview graph"
+#: ../../include/graphs/functions_pchart.php:205
+#: ../../include/graphs/functions_pchart.php:1189
+msgid "Actual"
msgstr ""
#: ../../include/graphs/export_data.php:71
@@ -22985,562 +12107,26 @@ msgstr ""
msgid "An error occured exporting the data"
msgstr ""
-#: ../../include/functions_config.php:99
-msgid "Failed updated: User did not login."
+#: ../../include/graphs/export_data.php:76
+msgid "Selected"
msgstr ""
-#: ../../include/functions_config.php:107
-msgid "Failed updated: User is not admin."
+#: ../../include/graphs/functions_flot.php:251
+msgid "Cancel zoom"
msgstr ""
-#: ../../include/functions_config.php:136
-#: ../../godmode/setup/setup_general.php:56
-msgid "Remote config directory"
+#: ../../include/graphs/functions_flot.php:253
+msgid "Warning and Critical thresholds"
msgstr ""
-#: ../../include/functions_config.php:143
-#: ../../godmode/setup/setup_general.php:69
-msgid "Automatic check for updates"
+#: ../../include/graphs/functions_flot.php:256
+msgid "Overview graph"
msgstr ""
-#: ../../include/functions_config.php:153
-#: ../../godmode/setup/setup_general.php:93
-msgid "Enable GIS features in Pandora Console"
-msgstr ""
-
-#: ../../include/functions_config.php:155
-#: ../../godmode/setup/setup_general.php:97
-msgid "Enable Integria incidents in Pandora Console"
-msgstr ""
-
-#: ../../include/functions_config.php:157
-#: ../../godmode/setup/setup_general.php:169
-msgid "Integria inventory"
-msgstr ""
-
-#: ../../include/functions_config.php:159
-#: ../../godmode/setup/setup_general.php:149
-msgid "Integria API password"
-msgstr ""
-
-#: ../../include/functions_config.php:161
-#: ../../godmode/setup/setup_general.php:140
-msgid "Integria URL"
-msgstr ""
-
-#: ../../include/functions_config.php:163
-#: ../../godmode/setup/setup_general.php:173
-msgid "Enable Netflow"
-msgstr ""
-
-#: ../../include/functions_config.php:170
-#: ../../godmode/setup/setup_general.php:213
-msgid "Sound for Alert fired"
-msgstr ""
-
-#: ../../include/functions_config.php:172
-#: ../../godmode/setup/setup_general.php:218
-msgid "Sound for Monitor critical"
-msgstr ""
-
-#: ../../include/functions_config.php:174
-#: ../../godmode/setup/setup_general.php:223
-msgid "Sound for Monitor warning"
-msgstr ""
-
-#: ../../include/functions_config.php:185
-msgid "License information"
-msgstr ""
-
-#: ../../include/functions_config.php:191
-#: ../../godmode/setup/setup_general.php:232
-msgid "Referer security"
-msgstr ""
-
-#: ../../include/functions_config.php:193
-#: ../../godmode/setup/setup_general.php:240
-msgid "Event storm protection"
-msgstr ""
-
-#: ../../include/functions_config.php:195
-#: ../../godmode/setup/setup_general.php:249
-msgid "Command Snapshot"
-msgstr ""
-
-#: ../../include/functions_config.php:197
-#: ../../godmode/setup/setup_general.php:254
-msgid "Server logs directory"
-msgstr ""
-
-#: ../../include/functions_config.php:199
-#: ../../godmode/setup/setup_general.php:263
-msgid "Tutorial mode"
-msgstr ""
-
-#: ../../include/functions_config.php:201
-#: ../../godmode/setup/setup_general.php:270
-msgid "Allow create planned downtimes in the past"
-msgstr ""
-
-#: ../../include/functions_config.php:203
-#: ../../godmode/setup/setup_general.php:275
-msgid "Limit parameters massive"
-msgstr ""
-
-#: ../../include/functions_config.php:228
-msgid "Replication DB engine"
-msgstr ""
-
-#: ../../include/functions_config.php:230
-msgid "Replication DB host"
-msgstr ""
-
-#: ../../include/functions_config.php:232
-msgid "Replication DB database"
-msgstr ""
-
-#: ../../include/functions_config.php:234
-msgid "Replication DB user"
-msgstr ""
-
-#: ../../include/functions_config.php:236
-msgid "Replication DB password"
-msgstr ""
-
-#: ../../include/functions_config.php:238
-msgid "Replication DB port"
-msgstr ""
-
-#: ../../include/functions_config.php:366
-#: ../../godmode/setup/performance.php:50
-msgid "Max. days before delete traps"
-msgstr ""
-
-#: ../../include/functions_config.php:368
-#: ../../godmode/setup/performance.php:56
-msgid "Max. days before delete string data"
-msgstr ""
-
-#: ../../include/functions_config.php:372
-#: ../../godmode/setup/performance.php:59
-msgid "Max. days before delete GIS data"
-msgstr ""
-
-#: ../../include/functions_config.php:374
-#: ../../godmode/setup/performance.php:62
-msgid "Max. days before purge"
-msgstr ""
-
-#: ../../include/functions_config.php:376
-#: ../../godmode/setup/performance.php:68
-msgid "Max. days before delete unknown modules"
-msgstr ""
-
-#: ../../include/functions_config.php:378
-#: ../../godmode/setup/performance.php:65
-msgid "Max. days before compact data"
-msgstr ""
-
-#: ../../include/functions_config.php:380
-#: ../../godmode/setup/performance.php:80
-msgid "Compact interpolation in hours (1 Fine-20 bad)"
-msgstr ""
-
-#: ../../include/functions_config.php:384
-#: ../../godmode/setup/performance.php:97
-msgid "Use realtime statistics"
-msgstr ""
-
-#: ../../include/functions_config.php:386
-#: ../../godmode/setup/performance.php:101
-msgid "Batch statistics period (secs)"
-msgstr ""
-
-#: ../../include/functions_config.php:390
-#: ../../godmode/setup/performance.php:108
-msgid "Max. recommended number of files in attachment directory"
-msgstr ""
-
-#: ../../include/functions_config.php:392
-#: ../../godmode/setup/performance.php:111
-msgid "Delete not init modules"
-msgstr ""
-
-#: ../../include/functions_config.php:409
-#: ../../godmode/setup/setup_visuals.php:308
-msgid "Graph color #4"
-msgstr ""
-
-#: ../../include/functions_config.php:411
-#: ../../godmode/setup/setup_visuals.php:312
-msgid "Graph color #5"
-msgstr ""
-
-#: ../../include/functions_config.php:413
-#: ../../godmode/setup/setup_visuals.php:316
-msgid "Graph color #6"
-msgstr ""
-
-#: ../../include/functions_config.php:415
-#: ../../godmode/setup/setup_visuals.php:320
-msgid "Graph color #7"
-msgstr ""
-
-#: ../../include/functions_config.php:417
-#: ../../godmode/setup/setup_visuals.php:324
-msgid "Graph color #8"
-msgstr ""
-
-#: ../../include/functions_config.php:419
-#: ../../godmode/setup/setup_visuals.php:328
-msgid "Graph color #9"
-msgstr ""
-
-#: ../../include/functions_config.php:421
-#: ../../godmode/setup/setup_visuals.php:332
-msgid "Graph color #10"
-msgstr ""
-
-#: ../../include/functions_config.php:430
-#: ../../godmode/setup/setup_visuals.php:117
-msgid "Style template"
-msgstr ""
-
-#: ../../include/functions_config.php:436
-msgid "Show QR code header"
-msgstr ""
-
-#: ../../include/functions_config.php:438
-#: ../../godmode/setup/setup_visuals.php:122
-msgid "Status icon set"
-msgstr ""
-
-#: ../../include/functions_config.php:440
-#: ../../godmode/setup/setup_visuals.php:225
-msgid "Font path"
-msgstr ""
-
-#: ../../include/functions_config.php:448
-#: ../../godmode/setup/setup_visuals.php:132
-msgid "Login background"
-msgstr ""
-
-#: ../../include/functions_config.php:450
-#: ../../godmode/setup/setup_visuals.php:74
-msgid "Default interval for refresh on Visual Console"
-msgstr ""
-
-#: ../../include/functions_config.php:452
-#: ../../godmode/setup/setup_visuals.php:400
-msgid "Default line thickness for the Visual Console"
-msgstr ""
-
-#: ../../include/functions_config.php:454
-#: ../../include/functions_config.php:456
-#: ../../godmode/setup/setup_visuals.php:255
-msgid "Agent size text"
-msgstr ""
-
-#: ../../include/functions_config.php:458
-#: ../../godmode/setup/setup_visuals.php:263
-msgid "Module size text"
-msgstr ""
-
-#: ../../include/functions_config.php:460
-#: ../../include/functions_config.php:462
-#: ../../godmode/setup/setup_visuals.php:271
-msgid "Description size text"
-msgstr ""
-
-#: ../../include/functions_config.php:464
-#: ../../godmode/setup/setup_visuals.php:275
-msgid "Item title size text"
-msgstr ""
-
-#: ../../include/functions_config.php:466
-#: ../../godmode/setup/setup_visuals.php:189
-msgid "GIS Labels"
-msgstr ""
-
-#: ../../include/functions_config.php:468
-#: ../../godmode/setup/setup_visuals.php:201
-msgid "Default icon in GIS"
-msgstr ""
-
-#: ../../include/functions_config.php:470
-#: ../../godmode/setup/setup_visuals.php:170
-msgid "Autohidden menu"
-msgstr ""
-
-#: ../../include/functions_config.php:472
-#: ../../godmode/setup/setup_visuals.php:154
-msgid "Fixed header"
-msgstr ""
-
-#: ../../include/functions_config.php:474
-#: ../../godmode/setup/setup_visuals.php:162
-msgid "Fixed menu"
-msgstr ""
-
-#: ../../include/functions_config.php:476
-msgid "Paginate module"
-msgstr ""
-
-#: ../../include/functions_config.php:478
-#: ../../godmode/setup/setup_visuals.php:509
-msgid "Custom graphviz directory"
-msgstr ""
-
-#: ../../include/functions_config.php:480
-#: ../../godmode/setup/setup_visuals.php:516
-msgid "Networkmap max width"
-msgstr ""
-
-#: ../../include/functions_config.php:482
-#: ../../godmode/setup/setup_visuals.php:364
-msgid "Shortened module graph data"
-msgstr ""
-
-#: ../../include/functions_config.php:486
-#: ../../godmode/setup/setup_visuals.php:344
-msgid "Default line thickness for the Custom Graph."
-msgstr ""
-
-#: ../../include/functions_config.php:488
-msgid "Default type of module charts."
-msgstr ""
-
-#: ../../include/functions_config.php:513
-msgid "Add the custom post process"
-msgstr ""
-
-#: ../../include/functions_config.php:520
-msgid "Delete the custom post process"
-msgstr ""
-
-#: ../../include/functions_config.php:593
-#: ../../godmode/setup/setup_netflow.php:41
-msgid "Data storage path"
-msgstr ""
-
-#: ../../include/functions_config.php:595
-#: ../../godmode/setup/setup_netflow.php:45
-msgid "Daemon interval"
-msgstr ""
-
-#: ../../include/functions_config.php:597
-#: ../../godmode/setup/setup_netflow.php:49
-msgid "Daemon binary path"
-msgstr ""
-
-#: ../../include/functions_config.php:599
-#: ../../godmode/setup/setup_netflow.php:52
-msgid "Nfdump binary path"
-msgstr ""
-
-#: ../../include/functions_config.php:601
-#: ../../godmode/setup/setup_netflow.php:55
-msgid "Nfexpire binary path"
-msgstr ""
-
-#: ../../include/functions_config.php:603
-#: ../../godmode/setup/setup_netflow.php:58
-msgid "Maximum chart resolution"
-msgstr ""
-
-#: ../../include/functions_config.php:607
-#: ../../include/functions_config.php:613
-#: ../../godmode/setup/setup_netflow.php:65
-msgid "Netflow max lifetime"
-msgstr ""
-
-#: ../../include/functions_config.php:609
-#: ../../godmode/setup/setup_netflow.php:68
-msgid "Name resolution for IP address"
-msgstr ""
-
-#: ../../include/functions_config.php:647
-#, php-format
-msgid "Failed updated: the next values cannot update: %s"
-msgstr ""
-
-#: ../../include/functions_config.php:1451
-msgid "Default password for \"Admin\" user has not been changed."
-msgstr ""
-
-#: ../../include/functions_config.php:1452
-msgid ""
-"Please change the default password because is a common vulnerability "
-"reported."
-msgstr ""
-
-#: ../../include/functions_config.php:1458
-msgid "You can not get updates until you renew the license."
-msgstr ""
-
-#: ../../include/functions_config.php:1459
-msgid "This license has expired."
-msgstr ""
-
-#: ../../include/functions_config.php:1464
-msgid ""
-"Please check that the web server has write rights on the "
-"{HOMEDIR}/attachment directory"
-msgstr ""
-
-#: ../../include/functions_config.php:1477
-msgid "Remote configuration directory is not readble for the console"
-msgstr ""
-
-#: ../../include/functions_config.php:1483
-#: ../../include/functions_config.php:1490
-msgid "Remote configuration directory is not writtable for the console"
-msgstr ""
-
-#: ../../include/functions_config.php:1501
-msgid ""
-"There are too much files in attachment directory. This is not fatal, but you "
-"should consider cleaning up your attachment directory manually"
-msgstr ""
-
-#: ../../include/functions_config.php:1501
-msgid "files"
-msgstr ""
-
-#: ../../include/functions_config.php:1502
-msgid "Too much files in your tempora/attachment directory"
-msgstr ""
-
-#: ../../include/functions_config.php:1519
-msgid ""
-"Your database is not well maintained. Seems that it have more than 48hr "
-"without a proper maintance. Please review Pandora FMS documentation about "
-"how to execute this maintance process (pandora_db.pl) and enable it as soon "
-"as possible"
-msgstr ""
-
-#: ../../include/functions_config.php:1520
-msgid "Database maintance problem"
-msgstr ""
-
-#: ../../include/functions_config.php:1526
-msgid ""
-"Your defined font doesnt exist or is not defined. Please check font "
-"parameters in your config"
-msgstr ""
-
-#: ../../include/functions_config.php:1527
-msgid "Default font doesnt exist"
-msgstr ""
-
-#: ../../include/functions_config.php:1532
-msgid "You need to restart server after altering this configuration setting."
-msgstr ""
-
-#: ../../include/functions_config.php:1533
-msgid ""
-"Event storm protection is activated. No events will be generated during this "
-"mode."
-msgstr ""
-
-#: ../../include/functions_config.php:1540
-msgid ""
-"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a "
-"developer mode and should be disabled in a production system. This value is "
-"written in the main index.php file"
-msgstr ""
-
-#: ../../include/functions_config.php:1541
-msgid "Developer mode is enabled"
-msgstr ""
-
-#: ../../include/functions_config.php:1550
-msgid "Error first setup Open update"
-msgstr ""
-
-#: ../../include/functions_config.php:1556
-msgid ""
-"There is a new update available. Please go to Administration:Setup:Update Manager for more details."
-msgstr ""
-
-#: ../../include/functions_config.php:1557
-msgid "New update of Pandora Console"
-msgstr ""
-
-#: ../../include/functions_config.php:1571
-msgid ""
-"To disable, change it on your PHP configuration file (php.ini) and put "
-"safe_mode = Off (Dont forget restart apache process after changes)"
-msgstr ""
-
-#: ../../include/functions_config.php:1572
-msgid "PHP safe mode is enabled. Some features may not properly work."
-msgstr ""
-
-#: ../../include/functions_config.php:1577
-#, php-format
-msgid "Recommended value is %s"
-msgstr ""
-
-#: ../../include/functions_config.php:1577
-#: ../../include/functions_config.php:1583
-msgid "Unlimited"
-msgstr ""
-
-#: ../../include/functions_config.php:1577
-#: ../../include/functions_config.php:1583
-#: ../../include/functions_config.php:1591
-#: ../../include/functions_config.php:1606
-msgid ""
-"Please, change it on your PHP configuration file (php.ini) or contact with "
-"administrator (Dont forget restart apache process after changes)"
-msgstr ""
-
-#: ../../include/functions_config.php:1578
-#: ../../include/functions_config.php:1584
-#: ../../include/functions_config.php:1592
-#: ../../include/functions_config.php:1600
-#, php-format
-msgid "Not recommended '%s' value in PHP configuration"
-msgstr ""
-
-#: ../../include/functions_config.php:1583
-#: ../../include/functions_config.php:1591
-#: ../../include/functions_config.php:1599
-#, php-format
-msgid "Recommended value is: %s"
-msgstr ""
-
-#: ../../include/functions_config.php:1591
-#: ../../include/functions_config.php:1599
-#, php-format
-msgid "%s or greater"
-msgstr ""
-
-#: ../../include/functions_config.php:1599
-msgid ""
-"Please, change it on your PHP configuration file (php.ini) or contact with "
-"administrator"
-msgstr ""
-
-#: ../../include/functions_config.php:1605
-msgid ""
-"Variable disable_functions containts functions system() or exec(), in PHP "
-"configuration file (php.ini)"
-msgstr ""
-
-#: ../../include/functions_config.php:1606
-msgid "Problems with disable functions in PHP.INI"
-msgstr ""
-
-#: ../../include/get_file.php:45
-msgid "Security error. Please contact the administrator."
-msgstr ""
-
-#: ../../include/get_file.php:55
-msgid "File is missing in disk storage. Please contact the administrator."
+#: ../../include/graphs/functions_flot.php:259
+#: ../../godmode/modules/manage_network_templates.php:216
+#: ../../godmode/agentes/planned_downtime.list.php:508
+msgid "Export to CSV"
msgstr ""
#: ../../include/functions_users.php:377
@@ -23558,2956 +12144,3804 @@ msgstr ""
msgid "User %s logout at %s"
msgstr ""
-#: ../../include/class/Tree.class.php:1468
-msgid "NO DATA"
+#: ../../include/functions_reporting_html.php:63
+#: ../../include/functions_reporting_html.php:3384
+#: ../../godmode/agentes/planned_downtime.editor.php:506
+msgid "From:"
msgstr ""
-#: ../../extras/pandora_diag.php:90
-msgid "Pandora FMS Diagnostic tool"
+#: ../../include/functions_reporting_html.php:64
+#: ../../include/functions_reporting_html.php:3385
+#: ../../godmode/agentes/planned_downtime.editor.php:517
+msgid "To:"
msgstr ""
-#: ../../extras/pandora_diag.php:93
-msgid "Item"
+#: ../../include/functions_reporting_html.php:93
+msgid "Label: "
msgstr ""
-#: ../../extras/pandora_diag.php:94
-msgid "Data value"
+#: ../../include/functions_reporting_html.php:111
+msgid "Generated"
msgstr ""
-#: ../../operation/menu.php:37
-msgid "Views"
+#: ../../include/functions_reporting_html.php:114
+msgid "Report date"
msgstr ""
-#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:142
-#: ../../godmode/agentes/agent_manager.php:165
-msgid "Agent detail"
+#: ../../include/functions_reporting_html.php:398
+msgid "Max/Min Values"
msgstr ""
-#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:41
-msgid "Monitor detail"
+#: ../../include/functions_reporting_html.php:399
+msgid "SLA Limit"
msgstr ""
-#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:296
-#: ../../operation/agentes/alerts_status.php:126
-msgid "Alert detail"
+#: ../../include/functions_reporting_html.php:400
+msgid "SLA Compliance"
msgstr ""
-#: ../../operation/menu.php:72
-msgid "Netflow Live View"
+#: ../../include/functions_reporting_html.php:425
+msgid "Global Time"
msgstr ""
-#: ../../operation/menu.php:83 ../../operation/events/events_rss.php:185
-msgid "SNMP"
+#: ../../include/functions_reporting_html.php:426
+msgid "Time Total"
msgstr ""
-#: ../../operation/menu.php:89
-msgid "SNMP console"
+#: ../../include/functions_reporting_html.php:427
+msgid "Time Failed"
msgstr ""
-#: ../../operation/menu.php:90
-msgid "SNMP browser"
+#: ../../include/functions_reporting_html.php:428
+#: ../../include/functions_reporting_html.php:2256
+msgid "Time OK"
msgstr ""
-#: ../../operation/menu.php:91
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:30
-msgid "MIB uploader"
+#: ../../include/functions_reporting_html.php:429
+msgid "Time Unknown"
msgstr ""
-#: ../../operation/menu.php:108
-msgid "Topology maps"
+#: ../../include/functions_reporting_html.php:430
+msgid "Time Not Init"
msgstr ""
-#: ../../operation/menu.php:183 ../../operation/gis_maps/gis_map.php:31
-#: ../../operation/gis_maps/index.php:26
-msgid "GIS Maps"
+#: ../../include/functions_reporting_html.php:431
+msgid "Downtime"
msgstr ""
-#: ../../operation/menu.php:188
-msgid "List of Gis maps"
+#: ../../include/functions_reporting_html.php:456
+msgid "Checks Time"
msgstr ""
-#: ../../operation/menu.php:236
-#: ../../operation/reporting/reporting_viewer.php:130
-#: ../../operation/reporting/custom_reporting.php:27
-#: ../../godmode/reporting/reporting_builder.php:343
-#: ../../godmode/reporting/reporting_builder.php:365
-#: ../../godmode/reporting/reporting_builder.php:1780
-msgid "Custom reporting"
+#: ../../include/functions_reporting_html.php:457
+msgid "Checks Total"
msgstr ""
-#: ../../operation/menu.php:243 ../../operation/reporting/graph_viewer.php:161
-#: ../../godmode/reporting/graphs.php:71
-msgid "Custom graphs"
+#: ../../include/functions_reporting_html.php:458
+msgid "Checks Failed"
msgstr ""
-#: ../../operation/menu.php:278
-msgid "RSS"
+#: ../../include/functions_reporting_html.php:459
+#: ../../include/functions_reporting_html.php:2299
+msgid "Checks OK"
msgstr ""
-#: ../../operation/menu.php:283
-msgid "CSV File"
+#: ../../include/functions_reporting_html.php:460
+msgid "Checks Unknown"
msgstr ""
-#: ../../operation/menu.php:288
-msgid "Marquee"
+#: ../../include/functions_reporting_html.php:502
+#: ../../include/functions_reporting_html.php:581
+#: ../../include/functions_config.php:533
+#: ../../include/functions_config.php:1554
+msgid "Fail"
msgstr ""
-#: ../../operation/menu.php:296 ../../operation/events/sound_events.php:44
-msgid "Sound Events"
+#: ../../include/functions_reporting_html.php:685
+#: ../../include/functions_reporting_html.php:2533
+msgid "Unknow"
msgstr ""
-#: ../../operation/menu.php:308 ../../operation/events/events.php:416
-msgid "Sound Alerts"
+#: ../../include/functions_reporting_html.php:695
+#: ../../include/functions_reporting_html.php:2543
+msgid "Downtimes"
msgstr ""
-#: ../../operation/menu.php:318
-msgid "Workspace"
+#: ../../include/functions_reporting_html.php:700
+#: ../../include/functions_reporting_html.php:2548
+msgid "Ignore time"
msgstr ""
-#: ../../operation/menu.php:331
-msgid "WebChat"
+#: ../../include/functions_reporting_html.php:772
+#: ../../include/functions_reporting_html.php:1523
+#: ../../include/functions_reporting_html.php:2449
+#: ../../include/functions_reporting_html.php:2673
+msgid "Min Value"
msgstr ""
-#: ../../operation/menu.php:348
-#: ../../operation/integria_incidents/incident.php:43
-#: ../../operation/integria_incidents/incident.php:54
-#: ../../operation/agentes/ver_agente.php:867
-#: ../../operation/incidents/incident_statistics.php:30
-#: ../../godmode/agentes/configurar_agente.php:393
-#: ../../godmode/agentes/configurar_agente.php:523
-#: ../../general/firts_task/incidents.php:28
-msgid "Incidents"
+#: ../../include/functions_reporting_html.php:773
+#: ../../include/functions_reporting_html.php:1524
+#: ../../include/functions_reporting_html.php:2450
+#: ../../include/functions_reporting_html.php:2674
+msgid "Average Value"
msgstr ""
-#: ../../operation/menu.php:358
-msgid "List of Incidents"
+#: ../../include/functions_reporting_html.php:774
+#: ../../include/functions_reporting_html.php:1525
+#: ../../include/functions_reporting_html.php:2447
+#: ../../include/functions_reporting_html.php:2676
+msgid "Max Value"
msgstr ""
-#: ../../operation/menu.php:367 ../../operation/messages/message_list.php:43
-#: ../../operation/messages/message_edit.php:46
-msgid "Messages"
+#: ../../include/functions_reporting_html.php:812
+#: ../../include/functions_reporting_html.php:821
+#: ../../include/functions_reporting_html.php:1643
+msgid "Val. by"
msgstr ""
-#: ../../operation/menu.php:373
-msgid "Messages List"
+#: ../../include/functions_reporting_html.php:875
+#: ../../include/functions_events.php:2709
+msgid "Pandora System"
msgstr ""
-#: ../../operation/menu.php:374
-msgid "New message"
+#: ../../include/functions_reporting_html.php:915
+#: ../../include/functions_reporting_html.php:1111
+msgid "Events by agent"
msgstr ""
-#: ../../operation/menu.php:388
-msgid "Tools"
+#: ../../include/functions_reporting_html.php:934
+#: ../../include/functions_reporting_html.php:1130
+msgid "Events by user validator"
msgstr ""
-#: ../../operation/menu.php:395 ../../operation/agentes/exportdata.php:36
-msgid "Export data"
+#: ../../include/functions_reporting_html.php:953
+#: ../../include/functions_reporting_html.php:1149
+msgid "Events by Severity"
msgstr ""
-#: ../../operation/menu.php:399
-msgid "Scheduled downtime"
+#: ../../include/functions_reporting_html.php:972
+#: ../../include/functions_reporting_html.php:1168
+msgid "Events validated vs unvalidated"
msgstr ""
-#: ../../operation/menu.php:403
-msgid "Recon view"
+#: ../../include/functions_reporting_html.php:1022
+#: ../../include/functions_reporting_html.php:1032
+#: ../../include/functions_reporting_html.php:2815
+#: ../../include/functions_events.php:35
+#: ../../include/functions_events.php:905
+#: ../../include/functions_events.php:2338
+#: ../../godmode/events/custom_events.php:71
+#: ../../godmode/events/custom_events.php:153
+msgid "Event name"
msgstr ""
-#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27
-msgid "Extensions"
+#: ../../include/functions_reporting_html.php:1228
+msgid "Added"
msgstr ""
-#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27
-msgid "Defined extensions"
-msgstr ""
-
-#: ../../operation/extensions.php:30 ../../godmode/extensions.php:32
-msgid "There are no extensions defined"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.files.php:35
-msgid "Add a file"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.files.php:42
-#: ../../operation/incidents/incident_detail.php:453
-#: ../../operation/incidents/incident_detail.php:505
-msgid "Filename"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.files.php:66
-msgid "Delete file"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.incident.php:84
-#: ../../operation/integria_incidents/incident.list.php:100
-#: ../../operation/incidents/incident_detail.php:327
-msgid "Creator"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.incident.php:93
-msgid "Assigned user"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.incident.php:111
-msgid "Resolution epilog"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident_statistics.php:52
-msgid "Opened tickets"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident_statistics.php:53
-msgid "Closed tickets"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident_statistics.php:56
-#: ../../operation/incidents/incident_statistics.php:33
-msgid "Incidents by status"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:47
-msgid "New Incident"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:58
-#: ../../operation/incidents/incident_detail.php:233
-msgid "Incident details"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:62
-#: ../../operation/integria_incidents/incident.list.php:132
-msgid "Workunits"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:75
-#: ../../operation/incidents/incident.php:28
-msgid "Incident management"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:98
-msgid "Incident updated"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:101
-msgid ""
-"There was a problem updating the incident, please check if any field was "
-"modified and the values are correct."
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:125
-#: ../../operation/incidents/incident.php:141
-msgid "Incident created"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:128
-msgid "There was a problem creating incident"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:155
-#: ../../operation/incidents/incident_detail.php:173
-msgid "File uploaded"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:158
-msgid "There was a problem uploading file"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:164
-msgid "File is too big"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:167
-msgid "File was partially uploaded. Please try again"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:173
-msgid "Generic upload error"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:192
-msgid "File deleted"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:195
-msgid "You user doesn't have enough rights to delete this file"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:210
-msgid "Incident deleted"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:213
-msgid "There was a problem deteling incident"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:237
-msgid "Workunit added"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:240
-msgid "There was a problem adding workunit"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.php:339
-msgid ""
-"There is a error in the message from your Integria or there is not "
-"connection."
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.workunits.php:27
-msgid "Time used"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.workunits.php:28
-msgid "Have cost"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.workunits.php:29
-#: ../../operation/integria_incidents/incident.workunits.php:61
-msgid "Public"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.workunits.php:42
-msgid "Add workunit"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.workunits.php:60
-msgid "said"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.workunits.php:61
-#: ../../operation/integria_incidents/incident.list.php:132
-msgid "Hours"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.list.php:34
-msgid "Not closed"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.list.php:55
-msgid "Search string"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.list.php:94
-#: ../../operation/agentes/ver_agente.php:1037
-#: ../../operation/incidents/incident.php:332
-#: ../../operation/incidents/incident_detail.php:244
-#: ../../godmode/agentes/agent_incidents.php:87
-#: ../../godmode/servers/manage_recontask_form.php:306
-#: ../../godmode/servers/manage_recontask.php:287
-msgid "Incident"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.list.php:98
-msgid "Started"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.list.php:135
-msgid "Delete incident"
-msgstr ""
-
-#: ../../operation/integria_incidents/incident.list.php:135
-msgid "View incident details"
-msgstr ""
-
-#: ../../operation/events/event_statistics.php:41
-msgid "Event graph by user"
-msgstr ""
-
-#: ../../operation/events/events.build_table.php:104
-msgid "Agent Module"
-msgstr ""
-
-#: ../../operation/events/events.build_table.php:141
-msgid "Extra ID"
-msgstr ""
-
-#: ../../operation/events/events.build_table.php:569
-msgid "Validate event"
-msgstr ""
-
-#: ../../operation/events/events.build_table.php:584
-#: ../../operation/events/events.php:682 ../../operation/events/events.php:686
-#: ../../operation/events/events.php:856 ../../operation/events/events.php:860
-msgid "Is not allowed delete events in process"
-msgstr ""
-
-#: ../../operation/events/events.build_table.php:592
-#: ../../operation/snmpconsole/snmp_view.php:658
-msgid "Show more"
-msgstr ""
-
-#: ../../operation/events/events.build_table.php:646
-msgid "Validate selected"
-msgstr ""
-
-#: ../../operation/events/events_list.php:178
-#: ../../operation/events/events_list.php:597
-msgid "No filter loaded"
-msgstr ""
-
-#: ../../operation/events/events_list.php:180
-#: ../../operation/events/events_list.php:602
-msgid "Filter loaded"
-msgstr ""
-
-#: ../../operation/events/events_list.php:182
-#: ../../operation/events/events_list.php:246
-#: ../../operation/events/events_list.php:586
-msgid "Save filter"
-msgstr ""
-
-#: ../../operation/events/events_list.php:184
-#: ../../operation/events/events_list.php:270
-#: ../../operation/events/events_list.php:272
-#: ../../operation/events/events_list.php:590
-#: ../../operation/netflow/nf_live_view.php:311
-msgid "Load filter"
-msgstr ""
-
-#: ../../operation/events/events_list.php:206
-msgid "New filter"
-msgstr ""
-
-#: ../../operation/events/events_list.php:207
-#: ../../operation/events/events_list.php:238
-#: ../../godmode/snmpconsole/snmp_filters.php:35
-#: ../../godmode/netflow/nf_edit_form.php:180
-msgid "Update filter"
-msgstr ""
-
-#: ../../operation/events/events_list.php:213
-#: ../../godmode/events/event_edit_filter.php:202
-msgid "Filter name"
-msgstr ""
-
-#: ../../operation/events/events_list.php:216
-msgid "Save in Group"
-msgstr ""
-
-#: ../../operation/events/events_list.php:233
-msgid "Overwrite filter"
-msgstr ""
-
-#: ../../operation/events/events_list.php:425
-#: ../../godmode/events/event_edit_filter.php:272
-msgid "User ack."
-msgstr ""
-
-#: ../../operation/events/events_list.php:436
-#: ../../godmode/events/event_edit_filter.php:371
-msgid "Module search"
-msgstr ""
-
-#: ../../operation/events/events_list.php:455
-#: ../../godmode/events/event_edit_filter.php:361
-msgid "Alert events"
-msgstr ""
-
-#: ../../operation/events/events_list.php:456
-#: ../../godmode/events/event_edit_filter.php:365
-msgid "Filter alert events"
-msgstr ""
-
-#: ../../operation/events/events_list.php:456
-#: ../../godmode/events/event_edit_filter.php:366
-msgid "Only alert events"
-msgstr ""
-
-#: ../../operation/events/events_list.php:468
-msgid "Date from"
-msgstr ""
-
-#: ../../operation/events/events_list.php:474
-msgid "Date to"
-msgstr ""
-
-#: ../../operation/events/events_list.php:485
-#: ../../operation/events/events_list.php:499
-#: ../../godmode/events/event_edit_filter.php:332
-msgid "Events with following tags"
-msgstr ""
-
-#: ../../operation/events/events_list.php:491
-#: ../../operation/events/events_list.php:505
-#: ../../godmode/events/event_edit_filter.php:347
-msgid "Events without following tags"
-msgstr ""
-
-#: ../../operation/events/events_list.php:562
-#: ../../godmode/events/event_edit_filter.php:287
-msgid "Group events"
-msgstr ""
-
-#: ../../operation/events/events_list.php:592
-msgid "Show events graph"
-msgstr ""
-
-#: ../../operation/events/events_list.php:629
-msgid "Event control filter"
-msgstr ""
-
-#: ../../operation/events/events_list.php:633
-msgid "Error creating filter."
-msgstr ""
-
-#: ../../operation/events/events_list.php:634
-msgid "Error creating filter is duplicated."
-msgstr ""
-
-#: ../../operation/events/events_list.php:635
-msgid "Filter created."
-msgstr ""
-
-#: ../../operation/events/events_list.php:637
-msgid "Filter updated."
-msgstr ""
-
-#: ../../operation/events/events_list.php:638
-msgid "Error updating filter."
-msgstr ""
-
-#: ../../operation/events/events_list.php:972
-msgid "Filter name cannot be left blank"
-msgstr ""
-
-#: ../../operation/events/events_list.php:1039
-#: ../../operation/events/events_list.php:1123
-msgid "none"
-msgstr ""
-
-#: ../../operation/events/events_list.php:1445
-msgid "Events generated -by agent-"
-msgstr ""
-
-#: ../../operation/events/events_rss.php:32
-msgid "Your IP is not into the IP list with API access."
-msgstr ""
-
-#: ../../operation/events/events_rss.php:46
-msgid "The URL of your feed has bad hash."
-msgstr ""
-
-#: ../../operation/events/events.php:187
-msgid ""
-"Event viewer is disabled due event replication. For more information, please "
-"contact with the administrator"
-msgstr ""
-
-#: ../../operation/events/events.php:320
-#: ../../operation/users/user_edit.php:293 ../../godmode/events/events.php:36
-msgid "Event list"
-msgstr ""
-
-#: ../../operation/events/events.php:325
-msgid "History event list"
-msgstr ""
-
-#: ../../operation/events/events.php:330
-msgid "RSS Events"
-msgstr ""
-
-#: ../../operation/events/events.php:335
-msgid "Marquee display"
-msgstr ""
-
-#: ../../operation/events/events.php:340
-msgid "Export to CSV file"
-msgstr ""
-
-#: ../../operation/events/events.php:344 ../../operation/events/events.php:383
-msgid "Sound events"
-msgstr ""
-
-#: ../../operation/events/events.php:351 ../../godmode/events/events.php:83
-#: ../../godmode/events/events.php:86
-#: ../../godmode/users/configure_profile.php:306
-msgid "Manage events"
-msgstr ""
-
-#: ../../operation/events/events.php:387
-msgid "History"
-msgstr ""
-
-#: ../../operation/events/events.php:423
-msgid "Main event view"
-msgstr ""
-
-#: ../../operation/events/events.php:441
-msgid "No events selected"
-msgstr ""
-
-#: ../../operation/events/events.php:467
-msgid "Successfully validated"
-msgstr ""
-
-#: ../../operation/events/events.php:468 ../../operation/events/events.php:745
-#: ../../operation/events/events.php:897
-msgid "Could not be validated"
-msgstr ""
-
-#: ../../operation/events/events.php:472
-msgid "Successfully set in process"
-msgstr ""
-
-#: ../../operation/events/events.php:473
-msgid "Could not be set in process"
-msgstr ""
-
-#: ../../operation/events/events.php:780
-msgid "Error deleting event"
-msgstr ""
-
-#: ../../operation/events/sound_events.php:62
-msgid "Sound console"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:86
-#: ../../godmode/users/configure_user.php:90
-msgid "User detail editor"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:144
-#: ../../operation/users/user_edit.php:151
-msgid "Password successfully updated"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:145
-#: ../../operation/users/user_edit.php:152
+#: ../../include/functions_reporting_html.php:1379
#, php-format
-msgid "Error updating passwords: %s"
+msgid "%s in %s : NORMAL"
msgstr ""
-#: ../../operation/users/user_edit.php:157
-msgid ""
-"Passwords didn't match or other problem encountered while updating passwords"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:168
-#: ../../operation/users/user_edit.php:178
-#: ../../godmode/users/configure_user.php:300
-#: ../../godmode/users/configure_user.php:310
-#: ../../godmode/users/configure_user.php:338
-#: ../../godmode/users/configure_user.php:344
-#: ../../godmode/users/configure_user.php:372
-msgid "User info successfully updated"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:169
-#: ../../operation/users/user_edit.php:179
-msgid "Error updating user info"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:189
-msgid "Edit my User"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:198
-#: ../../godmode/users/configure_user.php:442
-msgid "Full (display) name"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:220
-#: ../../godmode/users/configure_user.php:474
-#: ../../godmode/users/user_list.php:407
-msgid "E-mail"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:222
-#: ../../godmode/users/configure_user.php:478
-msgid "Phone number"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:231
-msgid "New Password"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:233
-#: ../../godmode/users/configure_user.php:454
-msgid "Password confirmation"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:241
-msgid ""
-"You can not change your password from Pandora FMS under the current "
-"authentication scheme"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:250
-msgid "If checkbox is clicked then block size global configuration is used"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:286
-msgid "Shortcut bar"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:286
-msgid ""
-"This will activate a shortcut bar with alerts, events, messages... "
-"information"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:289
-msgid "Home screen"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:289
-msgid ""
-"User can customize the home page. By default, will display 'Agent Detail'. "
-"Example: Select 'Other' and type "
-"sec=estado&sec2=operation/agentes/estado_agente to show agent detail view"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:337
-#: ../../godmode/users/configure_user.php:506
-#: ../../godmode/groups/configure_group.php:181
-msgid "Skin"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:354
-msgid "Show information"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:385
-msgid ""
-"You can not change your user info from Pandora FMS under the current "
-"authentication scheme"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:395
-#: ../../operation/users/user_edit.php:402
-#: ../../godmode/users/configure_user.php:597
-#: ../../godmode/users/configure_user.php:606
-msgid "Profiles/Groups assigned to this user"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:456
-msgid "This user doesn't have any assigned profile/group."
-msgstr ""
-
-#: ../../operation/users/user_edit.php:586
-msgid "Double autentication information"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:649
-#: ../../operation/users/user_edit.php:725
-msgid "Double autentication activation"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:675
-msgid "The double authentication will be deactivated"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:676
-msgid "Deactivate"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:708
-msgid "The double autentication was deactivated successfully"
-msgstr ""
-
-#: ../../operation/users/user_edit.php:711
-#: ../../operation/users/user_edit.php:715
-msgid "There was an error deactivating the double autentication"
-msgstr ""
-
-#: ../../operation/users/webchat.php:71
-msgid "Webchat"
-msgstr ""
-
-#: ../../operation/users/webchat.php:82
-msgid "Users Online"
-msgstr ""
-
-#: ../../operation/users/webchat.php:90
-#: ../../operation/messages/message_edit.php:217
-msgid "Send message"
-msgstr ""
-
-#: ../../operation/users/webchat.php:157
-msgid "Connection established...get last 24h messages..."
-msgstr ""
-
-#: ../../operation/users/webchat.php:168
-msgid "Error in connection."
-msgstr ""
-
-#: ../../operation/users/webchat.php:249
-msgid "Error sendding message."
-msgstr ""
-
-#: ../../operation/users/webchat.php:277
-msgid "Error login."
-msgstr ""
-
-#: ../../operation/search_modules.php:26 ../../operation/search_agents.php:33
-#: ../../operation/search_reports.php:29 ../../operation/search_maps.php:22
-#: ../../operation/search_graphs.php:24 ../../operation/search_users.php:26
-#: ../../operation/search_alerts.php:27
-msgid "Zero results found"
-msgstr ""
-
-#: ../../operation/search_agents.php:109
-#: ../../operation/agentes/ver_agente.php:797
-#: ../../operation/servers/recon_view.php:46
-msgid "Manage"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:32
-#: ../../operation/messages/message_edit.php:35
-msgid "Received messages"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:36
-#: ../../operation/messages/message_edit.php:39
-msgid "Sent messages"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:40
-#: ../../operation/messages/message_list.php:221
-#: ../../operation/messages/message_edit.php:43
-msgid "Create message"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:74
-msgid "Not deleted. Error deleting messages"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:80
-#: ../../operation/messages/message_list.php:88
-msgid "You have"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:81
-msgid "sent message(s)"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:89
-msgid "unread message(s)"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:97
-msgid "There are no messages."
-msgstr ""
-
-#: ../../operation/messages/message_list.php:123
-#: ../../operation/messages/message_edit.php:82
-#: ../../operation/messages/message_edit.php:169
-msgid "Destination"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:125
-#: ../../operation/messages/message_edit.php:79
-#: ../../operation/messages/message_edit.php:160
-msgid "Sender"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:126
-#: ../../operation/messages/message_edit.php:85
-#: ../../operation/messages/message_edit.php:207
-#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220
-msgid "Subject"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:136
-msgid "Click to read"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:141
-msgid "Mark as unread"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:148
-#: ../../operation/messages/message_list.php:153
-msgid "Message unread - click to read"
-msgstr ""
-
-#: ../../operation/messages/message_list.php:180
-msgid "No Subject"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:60
-msgid "This message does not exist in the system"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:80
-msgid "at"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:104
-msgid "wrote"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:119
-msgid "Reply"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:136
+#: ../../include/functions_reporting_html.php:1387
#, php-format
-msgid "Message successfully sent to user %s"
+msgid "%s in %s : CRITICAL"
msgstr ""
-#: ../../operation/messages/message_edit.php:137
+#: ../../include/functions_reporting_html.php:1395
#, php-format
-msgid "Error sending message to user %s"
+msgid "%s in %s : WARNING"
msgstr ""
-#: ../../operation/messages/message_edit.php:145
-msgid "Message successfully sent"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:146
+#: ../../include/functions_reporting_html.php:1403
#, php-format
-msgid "Error sending message to group %s"
+msgid "%s in %s : UNKNOWN"
msgstr ""
-#: ../../operation/messages/message_edit.php:203
-msgid "Select user"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:204
-msgid "OR"
-msgstr ""
-
-#: ../../operation/messages/message_edit.php:205
-msgid "Select group"
-msgstr ""
-
-#: ../../operation/search_main.php:52
-msgid "Agents found"
-msgstr ""
-
-#: ../../operation/search_main.php:54 ../../operation/search_main.php:57
-#: ../../operation/search_main.php:68 ../../operation/search_main.php:71
-#: ../../operation/search_main.php:74 ../../operation/search_main.php:77
-#: ../../operation/search_main.php:80
+#: ../../include/functions_reporting_html.php:1413
#, php-format
-msgid "%s Found"
+msgid "%s in %s : ALERTS FIRED"
msgstr ""
-#: ../../operation/search_main.php:55
-msgid "Modules found"
-msgstr ""
-
-#: ../../operation/search_main.php:66
-msgid "Users found"
-msgstr ""
-
-#: ../../operation/search_main.php:69
-msgid "Graphs found"
-msgstr ""
-
-#: ../../operation/search_main.php:72
-msgid "Reports found"
-msgstr ""
-
-#: ../../operation/search_main.php:75
-msgid "Maps found"
-msgstr ""
-
-#: ../../operation/search_main.php:78
-msgid "Helps found"
-msgstr ""
-
-#: ../../operation/search_main.php:88
+#: ../../include/functions_reporting_html.php:1421
#, php-format
-msgid "Show %s of %s. View all matches"
+msgid "%s in %s : Not initialize"
msgstr ""
-#: ../../operation/snmpconsole/snmp_view.php:83
-#: ../../operation/snmpconsole/snmp_statistics.php:64
-#: ../../godmode/snmpconsole/snmp_alert.php:72
-#: ../../godmode/snmpconsole/snmp_alert.php:76
-#: ../../godmode/snmpconsole/snmp_alert.php:80
-#: ../../godmode/snmpconsole/snmp_filters.php:35
-#: ../../godmode/snmpconsole/snmp_filters.php:38
-#: ../../godmode/snmpconsole/snmp_filters.php:42
-msgid "SNMP Console"
+#: ../../include/functions_reporting_html.php:1579
+#: ../../include/functions_reporting_html.php:3262
+msgid "Monitors"
msgstr ""
-#: ../../operation/snmpconsole/snmp_view.php:404
-msgid ""
-"Search by any alphanumeric field in the trap.\n"
-"\t\tREMEMBER trap sources need to be searched by IP Address"
+#: ../../include/functions_reporting_html.php:1596
+#: ../../godmode/servers/manage_recontask_form.php:255
+msgid "Defined"
msgstr ""
-#: ../../operation/snmpconsole/snmp_view.php:411
-msgid "Search by trap type"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:425
-msgid "Group by Enterprise String/IP"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:457
-#: ../../operation/snmpconsole/snmp_statistics.php:116
-msgid "There are no SNMP traps in database"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:503
-#: ../../godmode/snmpconsole/snmp_alert.php:536
-#: ../../godmode/snmpconsole/snmp_alert.php:1051
-#: ../../godmode/snmpconsole/snmp_trap_generator.php:72
-msgid "Enterprise String"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:513
-msgid "Trap subtype"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:578
-#: ../../operation/snmpconsole/snmp_statistics.php:156
-msgid "View agent details"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:670
-msgid "Variable bindings:"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:683
-msgid "See more details"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:696
-msgid "Enterprise String:"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:734
-msgid "Trap type:"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:762
-msgid "Count:"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:766
-msgid "First trap:"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:770
-msgid "Last trap:"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_view.php:790
-msgid "No matching traps found"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_statistics.php:127
-msgid "Traps received by source"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_statistics.php:141
-#: ../../operation/snmpconsole/snmp_statistics.php:199
-msgid "Number"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_statistics.php:185
-msgid "Traps received by Enterprise String"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_statistics.php:198
-msgid "Trap Enterprise String"
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_mib_uploader.php:66
-msgid ""
-"MIB files will be installed on the system. Please note that a MIB may depend "
-"on other MIB. To customize trap definitions use the SNMP trap editor."
-msgstr ""
-
-#: ../../operation/snmpconsole/snmp_browser.php:92
-msgid "SNMP Browser"
-msgstr ""
-
-#: ../../operation/gis_maps/render_view.php:133
-msgid "Refresh: "
-msgstr ""
-
-#: ../../operation/gis_maps/render_view.php:142
-msgid "Show agents by state: "
-msgstr ""
-
-#: ../../operation/gis_maps/gis_map.php:29
-#: ../../godmode/gis_maps/configure_gis_map.php:204
-msgid "GIS Maps list"
-msgstr ""
-
-#: ../../operation/gis_maps/gis_map.php:173
-#: ../../operation/gis_maps/index.php:70
-msgid "No maps found"
-msgstr ""
-
-#: ../../operation/gis_maps/gis_map.php:192
-#: ../../godmode/gis_maps/index.php:135
-msgid "Caution: Do you want delete the map?"
-msgstr ""
-
-#: ../../operation/gis_maps/gis_map.php:199
-#: ../../godmode/gis_maps/index.php:142
-msgid "Do you want to set default the map?"
-msgstr ""
-
-#: ../../operation/gis_maps/gis_map.php:207
-#: ../../godmode/gis_maps/index.php:150
-msgid "There was error on setup the default map."
-msgstr ""
-
-#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254
-msgid "Position (Lat, Long, Alt)"
-msgstr ""
-
-#: ../../operation/gis_maps/ajax.php:218
-msgid "Start contact"
-msgstr ""
-
-#: ../../operation/gis_maps/ajax.php:220
-msgid "Num reports"
-msgstr ""
-
-#: ../../operation/gis_maps/ajax.php:222
-#: ../../operation/agentes/gis_view.php:186
-msgid "Manual placement"
-msgstr ""
-
-#: ../../operation/gis_maps/ajax.php:258
-msgid "Default position of map."
-msgstr ""
-
-#: ../../operation/agentes/exportdata.php:82
-#: ../../operation/agentes/exportdata.excel.php:67
-#: ../../operation/agentes/exportdata.csv.php:68
-msgid "Invalid time specified"
-msgstr ""
-
-#: ../../operation/agentes/exportdata.php:209
-#: ../../operation/agentes/exportdata.excel.php:164
-#: ../../operation/agentes/exportdata.csv.php:181
-msgid "No modules specified"
-msgstr ""
-
-#: ../../operation/agentes/exportdata.php:267
-msgid "No modules of type string. You can not calculate their average"
-msgstr ""
-
-#: ../../operation/agentes/exportdata.php:318
-msgid "Export type"
-msgstr ""
-
-#: ../../operation/agentes/exportdata.php:323
-msgid "MS Excel"
-msgstr ""
-
-#: ../../operation/agentes/exportdata.php:324
-msgid "Average per hour/day"
-msgstr ""
-
-#: ../../operation/agentes/snapshot_view.php:66
-msgid "Current data at"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:48
-#: ../../operation/agentes/stat_win.php:44
-msgid "There was a problem connecting with the node"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:66
-msgid "In"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:67
-msgid "Out"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:191
-#: ../../operation/agentes/stat_win.php:252
-msgid "Pandora FMS Graph configuration menu"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:193
-#: ../../operation/agentes/stat_win.php:254
-msgid "Please, make your changes and apply with the Reload button"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:210
-#: ../../operation/agentes/stat_win.php:281
-msgid "Refresh time"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:223
-#: ../../operation/agentes/stat_win.php:322
-#: ../../operation/agentes/graphs.php:146
-#: ../../operation/reporting/graph_viewer.php:195
-msgid "Time range"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:229
-#: ../../operation/agentes/stat_win.php:310
-#: ../../operation/agentes/graphs.php:137
-msgid "Zoom factor"
-msgstr ""
-
-#: ../../operation/agentes/interface_traffic_graph_win.php:256
-#: ../../operation/agentes/stat_win.php:404
-msgid "Reload"
-msgstr ""
-
-#: ../../operation/agentes/custom_fields.php:52
-msgid "No fields defined"
-msgstr ""
-
-#: ../../operation/agentes/custom_fields.php:59
-#: ../../godmode/alerts/alert_view.php:441
-#: ../../godmode/alerts/alert_view.php:531
-#: ../../godmode/agentes/fields_manager.php:95
-msgid "Field"
-msgstr ""
-
-#: ../../operation/agentes/custom_fields.php:61
-#: ../../godmode/agentes/configure_field.php:51
-#: ../../godmode/agentes/fields_manager.php:96
-msgid "Display on front"
-msgstr ""
-
-#: ../../operation/agentes/custom_fields.php:62
-#: ../../godmode/agentes/configure_field.php:51
-#: ../../godmode/agentes/fields_manager.php:96
-msgid ""
-"The fields with display on front enabled will be displayed into the agent "
-"details"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:35
-msgid "Tag's information"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:81
-msgid "Relationship information"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:124
-msgid ""
-"To see the list of modules paginated, enable this option in the Styles "
-"Configuration."
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:125
-msgid "Full list of monitors"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:150
-msgid "List of modules"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:342
-#: ../../operation/agentes/status_monitor.php:1320
-#: ../../operation/tree.php:357
-msgid "Module: "
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:420
-msgid "Status:"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:426
-msgid "Not Normal"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:434
-#: ../../operation/agentes/networkmap.php:453
-msgid "Free text for search (*):"
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:435
-msgid "Search by module name, list matches."
-msgstr ""
-
-#: ../../operation/agentes/estado_monitores.php:449
-msgid "Reset"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:55
-#: ../../godmode/agentes/agent_conf_gis.php:40
-msgid ""
-"There is no default map. Please go to the setup for to set a default map."
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:86
-#: ../../godmode/agentes/agent_conf_gis.php:50
-msgid ""
-"There is no GIS data for this agent, so it's positioned in default position "
-"of map."
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:91
-msgid "Last position in "
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:98
-msgid "Period to show data as path"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:102
-msgid "Refresh path"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:105
-msgid "Positional data from the last"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:144
-msgid "This agent doesn't have any GIS data."
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:172
+#: ../../include/functions_reporting_html.php:1611
#, php-format
-msgid "%s Km"
+msgid "Last %s"
msgstr ""
-#: ../../operation/agentes/gis_view.php:178
-#: ../../godmode/setup/gis_step_2.php:300
-msgid "Longitude"
+#: ../../include/functions_reporting_html.php:1731
+msgid "Events validated by user"
msgstr ""
-#: ../../operation/agentes/gis_view.php:179
-#: ../../godmode/setup/gis_step_2.php:296
-msgid "Latitude"
+#: ../../include/functions_reporting_html.php:1750
+#: ../../include/functions_reporting_html.php:3551
+msgid "Events by severity"
msgstr ""
-#: ../../operation/agentes/gis_view.php:180
-#: ../../godmode/setup/gis_step_2.php:304
-msgid "Altitude"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:184
-msgid "Distance"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:185
-msgid "# of Packages"
-msgstr ""
-
-#: ../../operation/agentes/gis_view.php:189
-msgid "positional data"
-msgstr ""
-
-#: ../../operation/agentes/agent_fields.php:38
-#: ../../operation/agentes/status_monitor.php:530
-msgid "Agent custom fields"
-msgstr ""
-
-#: ../../operation/agentes/ver_agente.php:715
-msgid "Sons"
-msgstr ""
-
-#: ../../operation/agentes/ver_agente.php:853
-#: ../../godmode/agentes/configurar_agente.php:349
-msgid "GIS data"
-msgstr ""
-
-#: ../../operation/agentes/ver_agente.php:921
-msgid "Log Viewer"
-msgstr ""
-
-#: ../../operation/agentes/ver_agente.php:1025
-#: ../../godmode/agentes/configurar_agente.php:519
-msgid "Gis"
-msgstr ""
-
-#: ../../operation/agentes/group_view.php:100
-msgid "Summary of the status groups"
-msgstr ""
-
-#: ../../operation/agentes/group_view.php:151
-msgid "Not Init"
-msgstr ""
-
-#: ../../operation/agentes/group_view.php:391
-#: ../../operation/agentes/estado_agente.php:589
-#: ../../godmode/agentes/modificar_agente.php:572
-msgid "There are no defined agents"
-msgstr ""
-
-#: ../../operation/agentes/datos_agente.php:165
-msgid "Received data from"
-msgstr ""
-
-#: ../../operation/agentes/datos_agente.php:172
-msgid "Main database"
-msgstr ""
-
-#: ../../operation/agentes/datos_agente.php:173
-msgid ""
-"Switch between the main database and the history database to retrieve module "
-"data"
-msgstr ""
-
-#: ../../operation/agentes/datos_agente.php:202
-#: ../../operation/agentes/alerts_status.functions.php:97
-msgid "Free text for search"
-msgstr ""
-
-#: ../../operation/agentes/estado_agente.php:153
-msgid "Sucessfully deleted agent"
-msgstr ""
-
-#: ../../operation/agentes/estado_agente.php:155
-msgid "There was an error message deleting the agent"
-msgstr ""
-
-#: ../../operation/agentes/status_events.php:31
-#: ../../operation/agentes/status_events.php:32
-msgid "Latest events for this agent"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:112
-msgid "There was a problem locating the source of the graph"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:289
-msgid "Avg. Only"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:304
-msgid "Begin time"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:329
-#: ../../operation/agentes/graphs.php:150
-msgid "Show events"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:340
-msgid ""
-"Show events is disabled because this Pandora node is set the event "
-"replication."
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:346
-#: ../../operation/agentes/graphs.php:152
-msgid "Show alerts"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:352
-msgid "Show event graph"
-msgstr ""
-
-#: ../../operation/agentes/stat_win.php:361
-msgid "Show percentil 95º"
-msgstr ""
-
-#: ../../operation/agentes/tactical.php:134
-msgid "Report of State"
-msgstr ""
-
-#: ../../operation/agentes/networkmap_list.php:364
-msgid "The session may be expired"
-msgstr ""
-
-#: ../../operation/agentes/networkmap_list.php:386
-msgid "None selected"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:136
-msgid "Network map created successfully"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:137
-msgid "Could not create network map"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:233
-msgid "Network map saved successfully"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:234
-msgid "Could not save network map"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:249
-msgid "There was an error loading the network map"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:328
-msgid "Delete map"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:360
-#: ../../godmode/gis_maps/configure_gis_map.php:454
-#: ../../godmode/gis_maps/configure_gis_map.php:461
-msgid "Save map"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:385
-msgid "Topology view"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:393
-msgid "Policies view"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:397
-msgid "Dynamic view"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:401
-msgid "Radial dynamic view"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:444
-msgid "Store group"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:477
-msgid "Depth"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:483
-msgid "Show interfaces"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:495
-msgid "Only modules with alerts"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:502
-msgid "Hide policy modules"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:544
-msgid "Only run with it is filter for any group"
-msgstr ""
-
-#: ../../operation/agentes/networkmap.php:551
-msgid "L2 network interfaces"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.functions.php:33
-msgid "Error processing alert(s)"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.functions.php:91
-#: ../../operation/agentes/status_monitor.php:470
-msgid "No tags"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.functions.php:99
-msgid "Filter by agent name, module name, template name or action name"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:42
-msgid "The agent has not assigned server. Maybe agent does not run fine."
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:120
-msgid ""
-"Agent statuses are re-calculated by the server, they are not shown in real "
-"time."
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:197
-msgid "Agent contact"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:219
-msgid "Next contact"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:242
-msgid "Agent info"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:386
-msgid "Active incident on this agent"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:390
-#: ../../operation/incidents/incident_detail.php:419
-#: ../../godmode/setup/news.php:222
-msgid "Author"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:536
-msgid "Events info (24hr.)"
-msgstr ""
-
-#: ../../operation/agentes/estado_generalagente.php:615
-msgid "Refresh data"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.php:106
-msgid "Full list of alerts"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.php:138
-msgid "Insufficient permissions to validate alerts"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.php:390
-#: ../../godmode/alerts/alert_list.list.php:156
-msgid "Alert control filter"
-msgstr ""
-
-#: ../../operation/agentes/alerts_status.php:588
-msgid "No alerts found"
-msgstr ""
-
-#: ../../operation/agentes/status_monitor.php:45
-msgid "Monitor view"
-msgstr ""
-
-#: ../../operation/agentes/status_monitor.php:414
-msgid "Monitor status"
-msgstr ""
-
-#: ../../operation/agentes/status_monitor.php:521
-msgid "Advanced Options"
-msgstr ""
-
-#: ../../operation/agentes/status_monitor.php:1274
-msgid "This group doesn't have any monitor"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:87
-msgid "Other modules"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:92
-msgid "Modules network no proc"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:153
-msgid "the combined graph does not show the alerts into this graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:155
-msgid "Show as one combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:157
-msgid "one combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:160
-msgid "several graphs for each module"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:167
-msgid "Save as custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:173
-msgid "Filter graphs"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:185
-msgid "Combined graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:229
-#: ../../operation/agentes/graphs.php:232
-msgid "Name custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:254
-msgid "Save custom graph"
-msgstr ""
-
-#: ../../operation/agentes/graphs.php:275
-msgid "Custom graph create from the tab graphs in the agent."
-msgstr ""
-
-#: ../../operation/servers/recon_view.php:36
-#: ../../operation/servers/recon_view.php:51
-msgid "Recon View"
-msgstr ""
-
-#: ../../operation/servers/recon_view.php:89
-#: ../../godmode/servers/manage_recontask_form.php:217
-msgid "Task name"
-msgstr ""
-
-#: ../../operation/servers/recon_view.php:107
-#: ../../operation/incidents/incident_detail.php:261
-msgid "Updated at"
-msgstr ""
-
-#: ../../operation/servers/recon_view.php:140
-msgid "Pending"
-msgstr ""
-
-#: ../../operation/servers/recon_view.php:145
-#: ../../godmode/servers/manage_recontask.php:310
-msgid "Network recon task"
-msgstr ""
-
-#: ../../operation/servers/recon_view.php:173
-msgid "has no recon tasks assigned"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:107
-#: ../../operation/netflow/nf_live_view.php:132
-#: ../../operation/netflow/nf_live_view.php:136
-msgid "Netflow live view"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:120
+#: ../../include/functions_reporting_html.php:1899
#, php-format
-msgid "nfdump binary (%s) not found!"
+msgid "Interface '%s' throughput graph"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:125
-msgid "Make sure nfdump version 1.6.8 or newer is installed!"
+#: ../../include/functions_reporting_html.php:1902
+msgid "Mac"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:148
-msgid "Error creating filter"
+#: ../../include/functions_reporting_html.php:1903
+msgid "Actual status"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:151
-msgid "Filter created successfully"
+#: ../../include/functions_reporting_html.php:2049
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1334
+msgid "Not OK"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:166
-msgid "Filter updated successfully"
+#: ../../include/functions_reporting_html.php:2099
+msgid "Empty modules"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:167
-msgid "Error updating filter"
+#: ../../include/functions_reporting_html.php:2106
+msgid "Warning
Critical"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:189
-msgid "Draw live filter"
+#: ../../include/functions_reporting_html.php:2111
+#: ../../include/functions_netflow.php:1131
+#: ../../include/functions_netflow.php:1141
+#: ../../include/functions_netflow.php:1159
+#: ../../include/functions_netflow.php:1167
+#: ../../include/functions_netflow.php:1190
+#: ../../include/functions_netflow.php:1248
+#: ../../include/functions_netflow.php:1254
+#: ../../include/functions_netflow.php:1286
+#: ../../godmode/massive/massive_edit_modules.php:538
+#: ../../godmode/modules/manage_network_components_form_common.php:168
+#: ../../godmode/agentes/module_manager_editor_common.php:366
+msgid "Unit"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:221
-msgid "Connection"
+#: ../../include/functions_reporting_html.php:2254
+msgid "Total time"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:245
-msgid "The interval will be divided in chunks the length of the resolution."
+#: ../../include/functions_reporting_html.php:2255
+msgid "Time failed"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:254
-#: ../../godmode/netflow/nf_item_list.php:150
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1131
-msgid "Max. values"
+#: ../../include/functions_reporting_html.php:2257
+msgid "Time Uknown"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:264
-#: ../../godmode/setup/setup_netflow.php:70
-msgid "IP address resolution can take a lot of time"
+#: ../../include/functions_reporting_html.php:2258
+msgid "Time Not Init Module"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:267
-msgid "IP address resolution"
+#: ../../include/functions_reporting_html.php:2259
+msgid "Time Downtime"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:267
-#: ../../godmode/setup/setup_netflow.php:69
-msgid "Resolve the IP addresses to get their hostnames."
+#: ../../include/functions_reporting_html.php:2260
+msgid "% Ok"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:317
-msgid "Select a filter"
+#: ../../include/functions_reporting_html.php:2297
+msgid "Total checks"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:331
-#: ../../godmode/netflow/nf_edit_form.php:210
-msgid "Dst Ip"
+#: ../../include/functions_reporting_html.php:2298
+msgid "Checks failed"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:331
-#: ../../godmode/netflow/nf_edit_form.php:210
-msgid ""
-"Destination IP. A comma separated list of destination ip. If we leave the "
-"field blank, will show all ip. Example filter by "
-"ip:
25.46.157.214,160.253.135.249"
+#: ../../include/functions_reporting_html.php:2300
+msgid "Checks Uknown"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:340
-#: ../../godmode/netflow/nf_edit_form.php:213
-msgid "Src Ip"
+#: ../../include/functions_reporting_html.php:2426
+#: ../../include/functions_reporting_html.php:2654
+#: ../../include/functions_reporting.php:997
+#: ../../include/functions_reporting.php:1816
+msgid "There are no Agent/Modules defined"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:340
-#: ../../godmode/netflow/nf_edit_form.php:213
-msgid ""
-"Source IP. A comma separated list of source ip. If we leave the field blank, "
-"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249"
+#: ../../include/functions_reporting_html.php:2446
+msgid "Agent max value"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:352
-#: ../../operation/netflow/nf_live_view.php:381
-#: ../../godmode/netflow/nf_edit_form.php:216
-#: ../../godmode/netflow/nf_edit_form.php:226
-msgid "Dst Port"
+#: ../../include/functions_reporting_html.php:2448
+msgid "Agent min value"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:352
-#: ../../godmode/netflow/nf_edit_form.php:216
-msgid ""
-"Destination port. A comma separated list of destination ports. If we leave "
-"the field blank, will show all ports. Example filter by ports 80 and "
-"22:
80,22"
+#: ../../include/functions_reporting_html.php:2685
+#: ../../include/functions_reporting_html.php:2779
+msgid "Summary"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:361
-#: ../../operation/netflow/nf_live_view.php:381
-#: ../../godmode/netflow/nf_edit_form.php:219
-#: ../../godmode/netflow/nf_edit_form.php:226
-msgid "Src Port"
+#: ../../include/functions_reporting_html.php:2752
+#: ../../include/functions_reporting.php:6988
+#: ../../include/functions_reporting.php:7010
+msgid "Alert level"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:361
-#: ../../godmode/netflow/nf_edit_form.php:219
-msgid ""
-"Source port. A comma separated list of source ports. If we leave the field "
-"blank, will show all ports. Example filter by ports 80 and 22:
80,22"
+#: ../../include/functions_reporting_html.php:2871
+msgid "Alert description"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:379
-#: ../../godmode/netflow/nf_edit_form.php:225
-msgid "Aggregate by"
+#: ../../include/functions_reporting_html.php:2921
+msgid "Alerts not fired"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:381
-#: ../../godmode/netflow/nf_edit_form.php:226
-msgid "Src Ip Address"
+#: ../../include/functions_reporting_html.php:2930
+msgid "Total alerts monitored"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:381
-#: ../../godmode/netflow/nf_edit_form.php:226
-msgid "Dst Ip Address"
+#: ../../include/functions_reporting_html.php:2981
+msgid "Total monitors"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:384
-#: ../../godmode/netflow/nf_edit_form.php:230
-msgid "Output format"
+#: ../../include/functions_reporting_html.php:2982
+msgid "Monitors down on period"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:385
-msgid "Bytes per second"
+#: ../../include/functions_reporting_html.php:2998
+msgid "Monitors OK"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:385
-#: ../../godmode/netflow/nf_edit_form.php:231
-msgid "Kilobytes"
+#: ../../include/functions_reporting_html.php:2999
+msgid "Monitors BAD"
msgstr ""
-#: ../../operation/netflow/nf_live_view.php:385
-#: ../../godmode/netflow/nf_edit_form.php:231
-msgid "Megabytes"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:385
-#: ../../godmode/netflow/nf_edit_form.php:231
-msgid "Kilobytes per second"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:385
-#: ../../godmode/netflow/nf_edit_form.php:231
-msgid "Megabytes per second"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:396
-msgid "Draw"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:400
-msgid "Save as new filter"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:401
-msgid "Update current filter"
-msgstr ""
-
-#: ../../operation/netflow/nf_live_view.php:415
-msgid "No filter selected"
-msgstr ""
-
-#: ../../operation/visual_console/render_view.php:117
-#: ../../godmode/reporting/visual_console_builder.php:654
-msgid "Services wizard"
-msgstr ""
-
-#: ../../operation/visual_console/render_view.php:174
-#: ../../operation/visual_console/public_console.php:97
-msgid "Autorefresh time"
-msgstr ""
-
-#: ../../operation/visual_console/render_view.php:217
-#: ../../operation/visual_console/render_view.php:266
-#: ../../operation/visual_console/public_console.php:157
-msgid "Until refresh"
-msgstr ""
-
-#: ../../operation/visual_console/public_console.php:114
-#: ../../general/header.php:144
-msgid "QR code of the page"
-msgstr ""
-
-#: ../../operation/tree.php:88
+#: ../../include/functions_reporting_html.php:3073
#, php-format
-msgid "Sort the agents by %s"
+msgid "Agents in group: %s"
msgstr ""
-#: ../../operation/tree.php:91
-msgid "tags"
+#: ../../include/functions_reporting_html.php:3166
+msgid "Last failure"
msgstr ""
-#: ../../operation/tree.php:97
-msgid "groups"
+#: ../../include/functions_reporting_html.php:3230
+msgid "N/A(*)"
msgstr ""
-#: ../../operation/tree.php:100
-msgid "module groups"
+#: ../../include/functions_reporting_html.php:3407
+msgid "Agents warning"
msgstr ""
-#: ../../operation/tree.php:107
-msgid "policies"
+#: ../../include/functions_reporting_html.php:3413
+msgid "Agents ok"
msgstr ""
-#: ../../operation/tree.php:138
-msgid "Agent status"
+#: ../../include/functions_reporting_html.php:3433
+#: ../../include/functions_reporting_html.php:3442
+msgid "Agents by status"
msgstr ""
-#: ../../operation/tree.php:140
-msgid "Search agent"
+#: ../../include/functions_reporting_html.php:3461
+#: ../../include/functions_reporting.php:7229
+msgid "Monitor checks"
msgstr ""
-#: ../../operation/tree.php:165
-msgid "Search module"
+#: ../../include/functions_reporting_html.php:3466
+#: ../../include/functions_reporting.php:7247
+msgid "Total agents and monitors"
msgstr ""
-#: ../../operation/tree.php:189
-msgid "Tree search"
+#: ../../include/functions_reporting_html.php:3486
+#: ../../include/functions_reporting_html.php:3495
+msgid "Node overview"
msgstr ""
-#: ../../operation/tree.php:281
-msgid "Critical agents"
+#: ../../include/functions_reporting_html.php:3513
+#: ../../include/functions_reporting_html.php:3530
+msgid "Critical events"
msgstr ""
-#: ../../operation/tree.php:286
-msgid "Warning agents"
+#: ../../include/functions_reporting_html.php:3517
+#: ../../include/functions_reporting_html.php:3534
+msgid "Warning events"
msgstr ""
-#: ../../operation/tree.php:291
-msgid "Unknown agents"
+#: ../../include/functions_reporting_html.php:3521
+#: ../../include/functions_reporting_html.php:3538
+msgid "OK events"
msgstr ""
-#: ../../operation/tree.php:296
-msgid "Not init agents"
+#: ../../include/functions_reporting_html.php:3525
+#: ../../include/functions_reporting_html.php:3542
+msgid "Unknown events"
msgstr ""
-#: ../../operation/tree.php:301
-msgid "Normal agents"
+#: ../../include/functions_reporting_html.php:3565
+msgid "Important Events by Criticity"
msgstr ""
-#: ../../operation/search_graphs.php:33
-#: ../../operation/reporting/graph_viewer.php:288
-#: ../../godmode/reporting/graphs.php:142
-msgid "Graph name"
+#: ../../include/functions_reporting_html.php:3591
+msgid "Last activity in Pandora FMS console"
msgstr ""
-#: ../../operation/incidents/incident_statistics.php:36
-msgid "Incidents by priority"
+#: ../../include/functions_reporting_html.php:3667
+msgid "Events info (1hr.)"
msgstr ""
-#: ../../operation/incidents/incident_statistics.php:39
-msgid "Incidents by group"
+#: ../../include/functions_reporting_html.php:3807
+msgid "This SLA has been affected by the following planned downtimes"
msgstr ""
-#: ../../operation/incidents/incident_statistics.php:42
-msgid "Incidents by user"
+#: ../../include/functions_reporting_html.php:3811
+#: ../../godmode/agentes/planned_downtime.editor.php:493
+#: ../../godmode/agentes/planned_downtime.list.php:395
+msgid "Execution"
msgstr ""
-#: ../../operation/incidents/incident_statistics.php:45
-msgid "Incidents by source"
+#: ../../include/functions_reporting_html.php:3812
+msgid "Dates"
msgstr ""
-#: ../../operation/incidents/incident.php:67
-msgid "Successfully reclaimed ownership"
+#: ../../include/functions_reporting_html.php:3853
+msgid "This item is affected by a malformed planned downtime"
msgstr ""
-#: ../../operation/incidents/incident.php:68
-msgid "Could not reclame ownership"
+#: ../../include/functions_reporting_html.php:3854
+msgid "Go to the planned downtimes section to solve this"
msgstr ""
-#: ../../operation/incidents/incident.php:138
-msgid "Error creating incident"
+#: ../../include/auth/mysql.php:246
+msgid ""
+"Problems with configuration permissions. Please contact with Administrator"
msgstr ""
-#: ../../operation/incidents/incident.php:228
-msgid "Incidents:"
+#: ../../include/auth/mysql.php:252
+msgid "Your permissions have changed. Please, login again."
msgstr ""
-#: ../../operation/incidents/incident.php:229
-msgid "All incidents"
+#: ../../include/auth/mysql.php:265
+msgid ""
+"Ooops User not found in \n"
+"\t\t\t\tdatabase or incorrect password"
msgstr ""
-#: ../../operation/incidents/incident.php:251
-msgid "Priorities:"
+#: ../../include/auth/mysql.php:283 ../../include/auth/mysql.php:331
+msgid "Fail the group synchronizing"
msgstr ""
-#: ../../operation/incidents/incident.php:252
-msgid "All priorities"
+#: ../../include/auth/mysql.php:289 ../../include/auth/mysql.php:337
+msgid "Fail the tag synchronizing"
msgstr ""
-#: ../../operation/incidents/incident.php:256
-msgid "Users:"
+#: ../../include/auth/mysql.php:302
+msgid ""
+"User not found in database \n"
+"\t\t\t\t\tor incorrect password"
msgstr ""
-#: ../../operation/incidents/incident.php:272
-msgid "Agents:"
+#: ../../include/auth/mysql.php:317
+msgid "User not found in database or incorrect password"
msgstr ""
-#: ../../operation/incidents/incident.php:274
-#: ../../godmode/db/db_purge.php:167
-msgid "All agents"
+#: ../../include/auth/mysql.php:593
+msgid "Could not changes password on remote pandora"
msgstr ""
-#: ../../operation/incidents/incident.php:279
-msgid "Groups:"
+#: ../../include/auth/mysql.php:630
+msgid "Your installation of PHP does not support LDAP"
msgstr ""
-#: ../../operation/incidents/incident.php:285
-msgid "Free text:"
+#: ../../include/functions_api.php:77
+msgid "No set or get or help operation."
msgstr ""
-#: ../../operation/incidents/incident.php:286
-msgid "Search by incident name or description, list matches."
+#: ../../include/functions_api.php:81
+msgid "This operation does not exist."
msgstr ""
-#: ../../operation/incidents/incident.php:394
-msgid "Delete incidents"
+#: ../../include/functions_api.php:85
+msgid "Id does not exist in BD."
msgstr ""
-#: ../../operation/incidents/incident.php:398
-msgid "Become owner"
+#: ../../include/functions_api.php:976 ../../include/functions_api.php:1036
+msgid "Does not exist agent with this name."
msgstr ""
-#: ../../operation/incidents/incident.php:406
-#: ../../operation/incidents/incident_detail.php:238
-msgid "Create incident"
+#: ../../include/functions_api.php:978 ../../include/functions_api.php:1038
+msgid "Does not exist module with this name."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:160
-msgid "File could not be saved due to database error"
+#: ../../include/functions_api.php:1454 ../../include/functions_api.php:6415
+msgid "Correct Delete"
msgstr ""
-#: ../../operation/incidents/incident_detail.php:174
-msgid "File could not be uploaded"
+#: ../../include/functions_api.php:2446
+msgid "Error in creation network module. Agent name doesn't exist."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:259
-msgid "Opened at"
+#: ../../include/functions_api.php:2452
+msgid ""
+"Error in creation network module. Id_module_type is not correct for network "
+"modules."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:376
-msgid "Update incident"
+#: ../../include/functions_api.php:2507
+msgid "Error in creation network module."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:382
-msgid "Submit"
+#: ../../include/functions_api.php:2540
+msgid "Error updating network module. Module name cannot be left blank."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:396
-#: ../../operation/incidents/incident_detail.php:400
-msgid "Add note"
+#: ../../include/functions_api.php:2548
+msgid "Error updating network module. Id_module doesn't exist."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:432
-msgid "Notes attached to incident"
+#: ../../include/functions_api.php:2563
+msgid "Error updating network module. Id_module exists in the new agent."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:481
-msgid "Attached files"
+#: ../../include/functions_api.php:2570
+msgid "Error updating network module. Id_agent doesn't exist."
msgstr ""
-#: ../../operation/incidents/incident_detail.php:499
-#: ../../operation/incidents/incident_detail.php:503
-msgid "Add attachment"
+#: ../../include/functions_api.php:2623
+msgid "Network module updated."
msgstr ""
-#: ../../operation/search_helps.php:22
-msgid "Zero results found."
+#: ../../include/functions_api.php:2652
+msgid "Error in creation plugin module. Id_plugin cannot be left blank."
msgstr ""
-#: ../../operation/search_helps.php:23
+#: ../../include/functions_api.php:2659
+msgid "Error in creation plugin module. Agent name doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:2719
+msgid "Error in creation plugin module."
+msgstr ""
+
+#: ../../include/functions_api.php:2750
+msgid "Error updating plugin module. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:2757
+msgid "Error updating plugin module. Id_module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:2769
+msgid "Error updating plugin module. Id_module exists in the new agent."
+msgstr ""
+
+#: ../../include/functions_api.php:2776
+msgid "Error updating plugin module. Id_agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:2837
+msgid "Plugin module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:2866
+msgid "Error in creation data module. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:2873
+msgid "Error in creation data module. Agent name doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:2924 ../../include/functions_api.php:2990
+msgid "Error in creation data module."
+msgstr ""
+
+#: ../../include/functions_api.php:2958
+msgid "Error in creation synthetic module. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:2965
+msgid "Error in creation synthetic module. Agent name doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:3102
+msgid "Synthetic module created ID: "
+msgstr ""
+
+#: ../../include/functions_api.php:3133
+msgid "Error updating data module. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3140
+msgid "Error updating data module. Id_module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:3152
+msgid "Error updating data module. Id_module exists in the new agent."
+msgstr ""
+
+#: ../../include/functions_api.php:3159
+msgid "Error updating data module. Id_agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:3207
+msgid "Data module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:3244
+msgid "Error in creation SNMP module. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3249
+msgid ""
+"Error in creation SNMP module. Invalid id_module_type for a SNMP module."
+msgstr ""
+
+#: ../../include/functions_api.php:3256
+msgid "Error in creation SNMP module. Agent name doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:3271 ../../include/functions_api.php:3434
+#: ../../include/functions_api.php:5894
+msgid ""
+"Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to "
+"'AES' or 'DES'. "
+msgstr ""
+
+#: ../../include/functions_api.php:3276 ../../include/functions_api.php:3443
+#: ../../include/functions_api.php:5899
+msgid ""
+"Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to "
+"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. "
+msgstr ""
+
+#: ../../include/functions_api.php:3281 ../../include/functions_api.php:3449
+#: ../../include/functions_api.php:5904
+msgid ""
+"Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to "
+"'MD5' or 'SHA'. "
+msgstr ""
+
+#: ../../include/functions_api.php:3365
+msgid "Error in creation SNMP module."
+msgstr ""
+
+#: ../../include/functions_api.php:3398
+msgid "Error updating SNMP module. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3405
+msgid "Error updating SNMP module. Id_module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:3417
+msgid "Error updating SNMP module. Id_module exists in the new agent."
+msgstr ""
+
+#: ../../include/functions_api.php:3424
+msgid "Error updating snmp module. Id_agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:3537
+msgid "SNMP module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:3565
+msgid ""
+"Error creating network component. Network component name cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3570
+msgid ""
+"Error creating network component. Incorrect value for Network component type "
+"field."
+msgstr ""
+
+#: ../../include/functions_api.php:3575
+msgid ""
+"Error creating network component. Network component group cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3611
+msgid ""
+"Error creating network component. This network component already exists."
+msgstr ""
+
+#: ../../include/functions_api.php:3650
+msgid ""
+"Error creating plugin component. Plugin component name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3655
+msgid "Error creating plugin component. Incorrect value for Id plugin."
+msgstr ""
+
+#: ../../include/functions_api.php:3660
+msgid ""
+"Error creating plugin component. Plugin component group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3700
+msgid "Error creating plugin component. This plugin component already exists."
+msgstr ""
+
+#: ../../include/functions_api.php:3738
+msgid ""
+"Error creating SNMP component. SNMP component name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3743
+msgid ""
+"Error creating SNMP component. Incorrect value for Snmp component type field."
+msgstr ""
+
+#: ../../include/functions_api.php:3748
+msgid ""
+"Error creating SNMP component. Snmp component group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3760
+msgid ""
+"Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to "
+"'AES' or 'DES'. "
+msgstr ""
+
+#: ../../include/functions_api.php:3769
+msgid ""
+"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to "
+"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. "
+msgstr ""
+
+#: ../../include/functions_api.php:3775
+msgid ""
+"Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to "
+"'MD5' or 'SHA'. "
+msgstr ""
+
+#: ../../include/functions_api.php:3850
+msgid "Error creating SNMP component. This SNMP component already exists."
+msgstr ""
+
+#: ../../include/functions_api.php:3887
+msgid ""
+"Error creating local component. Local component name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3893
+msgid ""
+"Error creating local component. Local component group cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3917
+msgid "Error creating local component."
+msgstr ""
+
+#: ../../include/functions_api.php:3923
+msgid "Error creating local component. This local component already exists."
+msgstr ""
+
+#: ../../include/functions_api.php:3956
+msgid ""
+"Error getting module value from all agents. Module name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:3964
+msgid "Error getting module value from all agents. Module name doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4009
+msgid "Error creating alert template. Template name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4081
+msgid "Error creating alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:4112
+msgid "Error updating alert template. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4120
+msgid "Error updating alert template. Id_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4146
+msgid "Error updating alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:4151
+msgid "Correct updating of alert template"
+msgstr ""
+
+#: ../../include/functions_api.php:4175
+msgid "Error deleting alert template. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4184
+msgid "Error deleting alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:4188
+msgid "Correct deleting of alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:4225
+msgid "Error getting all alert templates."
+msgstr ""
+
+#: ../../include/functions_api.php:4257
+msgid "Error getting alert template. Id_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4274
+msgid "Error getting alert template."
+msgstr ""
+
+#: ../../include/functions_api.php:4313
+msgid "Error getting module groups."
+msgstr ""
+
+#: ../../include/functions_api.php:4358
+msgid "Error getting plugins."
+msgstr ""
+
+#: ../../include/functions_api.php:4381
+msgid "Error creating module from network component. Agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4388
+msgid ""
+"Error creating module from network component. Network component doesn't "
+"exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4406
+msgid "Error creating module from network component. Error creating module."
+msgstr ""
+
+#: ../../include/functions_api.php:4433
+msgid "Error assigning module to template. Id_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4439
+msgid "Error assigning module to template. Id_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4445
+msgid "Error assigning module to template. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4453
+msgid "Error assigning module to template. Id_template doensn't exists."
+msgstr ""
+
+#: ../../include/functions_api.php:4463
+msgid "Error assigning module to template. Id_agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4470
+msgid "Error assigning module to template. Id_module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4478
+msgid "Error assigning module to template."
+msgstr ""
+
+#: ../../include/functions_api.php:4504
+msgid ""
+"Error deleting module template. Id_module_template cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4511
+msgid "Error deleting module template. Id_module_template doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:4519 ../../include/functions_api.php:4578
+msgid "Error deleting module template."
+msgstr ""
+
+#: ../../include/functions_api.php:4522 ../../include/functions_api.php:4581
+msgid "Correct deleting of module template."
+msgstr ""
+
+#: ../../include/functions_api.php:4658
+msgid "Error validate all alerts. Failed "
+msgstr ""
+
+#: ../../include/functions_api.php:4661
+msgid "Correct validating of all alerts."
+msgstr ""
+
+#: ../../include/functions_api.php:4688
+msgid "Error validating all alert policies."
+msgstr ""
+
+#: ../../include/functions_api.php:4746
+msgid "Error validate all policy alerts. Failed "
+msgstr ""
+
+#: ../../include/functions_api.php:4749
+msgid "Correct validating of all policy alerts."
+msgstr ""
+
+#: ../../include/functions_api.php:4772
+msgid "Error stopping downtime. Id_downtime cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:4788
+msgid "Downtime stopped."
+msgstr ""
+
+#: ../../include/functions_api.php:5103
+msgid "and this modules are doesn't exists or not applicable a this agents: "
+msgstr ""
+
+#: ../../include/functions_api.php:5105
+msgid "and this agents are generate problems: "
+msgstr ""
+
+#: ../../include/functions_api.php:5107
+msgid "and this agents with ids are doesn't exists: "
+msgstr ""
+
+#: ../../include/functions_api.php:5134
+msgid "Error adding agent to policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5139
+msgid "Error adding agent to policy. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5147
+msgid "Error adding agent to policy. Id_agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:5155
+msgid "Error adding agent to policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5163
+msgid "Error adding agent to policy. The agent is already in the policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5198
+msgid "Error adding data module to policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5203
+msgid "Error adding data module to policy. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5211
+msgid "Error adding data module to policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5247
+msgid ""
+"Error adding data module to policy. The module is already in the policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5287
+msgid "Error updating data module in policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5292
+msgid ""
+"Error updating data module in policy. Id_policy_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5300
+msgid "Error updating data module in policy. Module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:5306
+msgid "Error updating data module in policy. Module type is not network type."
+msgstr ""
+
+#: ../../include/functions_api.php:5335
+msgid "Data policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5364
+msgid "Error adding network module to policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5370
+msgid ""
+"Error adding network module to policy. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5376
+msgid ""
+"Error adding network module to policy. Id_module_type is not correct for "
+"network modules."
+msgstr ""
+
+#: ../../include/functions_api.php:5386
+msgid "Error adding network module to policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5424
+msgid ""
+"Error adding network module to policy. The module is already in the policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5462
+msgid ""
+"Error updating network module in policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5468
+msgid ""
+"Error updating network module in policy. Id_policy_module cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5477
+msgid "Error updating network module in policy. Module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:5483
+msgid ""
+"Error updating network module in policy. Module type is not network type."
+msgstr ""
+
+#: ../../include/functions_api.php:5509
+msgid "Network policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5536
+msgid "Error adding plugin module to policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5541
+msgid "Error adding plugin module to policy. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5546
+msgid "Error adding plugin module to policy. Id_plugin cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5554
+msgid "Error adding plugin module to policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5597
+msgid ""
+"Error adding plugin module to policy. The module is already in the policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5636
+msgid "Error updating plugin module in policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5642
+msgid ""
+"Error updating plugin module in policy. Id_policy_module cannot be left "
+"blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5651
+msgid "Error updating plugin module in policy. Module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:5657
+msgid ""
+"Error updating plugin module in policy. Module type is not network type."
+msgstr ""
+
+#: ../../include/functions_api.php:5689
+msgid "Plugin policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:5864
+msgid "Error adding SNMP module to policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5869
+msgid "Error adding SNMP module to policy. Module_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:5877
+msgid "Error adding SNMP module to policy."
+msgstr ""
+
+#: ../../include/functions_api.php:5882
+msgid ""
+"Error adding SNMP module to policy. Id_module_type is not correct for SNMP "
+"modules."
+msgstr ""
+
+#: ../../include/functions_api.php:5976
+msgid ""
+"Error adding SNMP module to policy. The module is already in the policy."
+msgstr ""
+
+#: ../../include/functions_api.php:6015
+msgid "Error updating SNMP module in policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6020
+msgid ""
+"Error updating SNMP module in policy. Id_policy_module cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6028
+msgid "Error updating SNMP module in policy. Module doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6033
+msgid "Error updating SNMP module in policy. Module type is not SNMP type."
+msgstr ""
+
+#: ../../include/functions_api.php:6043
+msgid ""
+"Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to 'AES' "
+"or 'DES'. "
+msgstr ""
+
+#: ../../include/functions_api.php:6053
+msgid ""
+"Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to "
+"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. "
+msgstr ""
+
+#: ../../include/functions_api.php:6060
+msgid ""
+"Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to 'MD5' "
+"or 'SHA'. "
+msgstr ""
+
+#: ../../include/functions_api.php:6100
+msgid "SNMP policy module updated."
+msgstr ""
+
+#: ../../include/functions_api.php:6123
+msgid "Error applying policy. Id_policy cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6136 ../../include/functions_api.php:6161
+msgid "Error applying policy."
+msgstr ""
+
+#: ../../include/functions_api.php:6148
+msgid "Error applying policy. This policy is already pending to apply."
+msgstr ""
+
+#: ../../include/functions_api.php:6206
+msgid "Error applying all policies."
+msgstr ""
+
+#: ../../include/functions_api.php:6258
+msgid "Error in group creation. Group_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6264
+msgid "Error in group creation. Icon_name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6277 ../../include/functions_api.php:6453
+msgid "Error in group creation. Id_parent_group doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6305
+msgid "Error in group creation."
+msgstr ""
+
+#: ../../include/functions_api.php:6441
+msgid "Error in netflow filter creation. Filter name cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6446
+msgid "Error in netflow filter creation. Group id cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6459
+msgid "Error in netflow filter creation. Filter cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6464
+msgid "Error in netflow filter creation. Aggregate_by cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6469
+msgid "Error in netflow filter creation. Output_format cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6487
+msgid "Error in netflow filter creation."
+msgstr ""
+
+#: ../../include/functions_api.php:6671
+msgid "Create user."
+msgstr ""
+
+#: ../../include/functions_api.php:6710
+msgid "Error updating user. Id_user cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6718
+msgid "Error updating user. Id_user doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6734
+msgid "Error updating user. Password info incorrect."
+msgstr ""
+
+#: ../../include/functions_api.php:6742
+msgid "Updated user."
+msgstr ""
+
+#: ../../include/functions_api.php:6773
+msgid "Error enable/disable user. Id_user cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6780
+msgid "Error enable/disable user. Enable/disable value cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:6786
+msgid "Error enable/disable user. The user doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:6795
+msgid "Error in user enabling/disabling."
+msgstr ""
+
+#: ../../include/functions_api.php:6800
+msgid "Enabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:6804
+msgid "Disabled user."
+msgstr ""
+
+#: ../../include/functions_api.php:7659
+#: ../../godmode/agentes/configurar_agente.php:1614
+msgid "Save by Pandora Console"
+msgstr ""
+
+#: ../../include/functions_api.php:7660
+#: ../../godmode/agentes/configurar_agente.php:1629
+msgid "Update by Pandora Console"
+msgstr ""
+
+#: ../../include/functions_api.php:7661
+#: ../../godmode/agentes/configurar_agente.php:1642
+msgid "Insert by Pandora Console"
+msgstr ""
+
+#: ../../include/functions_api.php:8268
+msgid "Delete user."
+msgstr ""
+
+#: ../../include/functions_api.php:8297
+msgid "Add user profile."
+msgstr ""
+
+#: ../../include/functions_api.php:8330
+msgid "Delete user profile."
+msgstr ""
+
+#: ../../include/functions_api.php:8428
+msgid "Correct module disable"
+msgstr ""
+
+#: ../../include/functions_api.php:8431
+msgid "Error disabling module"
+msgstr ""
+
+#: ../../include/functions_api.php:8457
+msgid "Correct module enable"
+msgstr ""
+
+#: ../../include/functions_api.php:8460
+msgid "Error enabling module"
+msgstr ""
+
+#: ../../include/functions_api.php:9024
+msgid "Error adding event comment."
+msgstr ""
+
+#: ../../include/functions_api.php:9263
+msgid "Error enable/disable agent. Id_agent cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:9270
+msgid "Error enable/disable agent. Enable/disable value cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:9276
+msgid "Error enable/disable agent. The agent doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:9287
+msgid "Error in agent enabling/disabling."
+msgstr ""
+
+#: ../../include/functions_api.php:9293
+msgid "Enabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:9298
+msgid "Disabled agent."
+msgstr ""
+
+#: ../../include/functions_api.php:9394
+msgid "Error getting special_days."
+msgstr ""
+
+#: ../../include/functions_api.php:9429
+msgid "Error creating special day. Specified day already exists."
+msgstr ""
+
+#: ../../include/functions_api.php:9434
+msgid "Error creating special day. Invalid date format."
+msgstr ""
+
+#: ../../include/functions_api.php:9446
+msgid "Error in creation special day."
+msgstr ""
+
+#: ../../include/functions_api.php:9479
+msgid "Error updating special day. Id cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:9486
+msgid "Error updating special day. Id doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:9491
+msgid "Error updating special day. Invalid date format."
+msgstr ""
+
+#: ../../include/functions_api.php:9525
+msgid "Error deleting special day. Id cannot be left blank."
+msgstr ""
+
+#: ../../include/functions_api.php:9532
+msgid "Error deleting special day. Id doesn't exist."
+msgstr ""
+
+#: ../../include/functions_api.php:9539
+msgid "Error in deletion special day."
+msgstr ""
+
+#: ../../include/functions_alerts.php:392
+msgid "copy"
+msgstr ""
+
+#: ../../include/functions_alerts.php:558
+msgid "Regular expression"
+msgstr ""
+
+#: ../../include/functions_alerts.php:559
+msgid "Max and min"
+msgstr ""
+
+#: ../../include/functions_alerts.php:562
+msgid "Equal to"
+msgstr ""
+
+#: ../../include/functions_alerts.php:563
+msgid "Not equal to"
+msgstr ""
+
+#: ../../include/functions_alerts.php:566
+msgid "Unknown status"
+msgstr ""
+
+#: ../../include/functions_alerts.php:567
+msgid "On Change"
+msgstr ""
+
+#: ../../include/functions_alerts.php:568
+#: ../../godmode/alerts/alert_view.php:195
+#: ../../godmode/alerts/alert_list.list.php:524
+msgid "Always"
+msgstr ""
+
+#: ../../include/functions_alerts.php:1385
+msgid "No actions defined"
+msgstr ""
+
+#: ../../include/functions_events.php:34
+#: ../../include/functions_events.php:1581
+#: ../../godmode/events/custom_events.php:68
+#: ../../godmode/events/custom_events.php:152
+msgid "Event id"
+msgstr ""
+
+#: ../../include/functions_events.php:42
+#: ../../godmode/events/custom_events.php:92
+#: ../../godmode/events/custom_events.php:160
+msgid "Agent module"
+msgstr ""
+
+#: ../../include/functions_events.php:48
+#: ../../include/functions_events.php:2251
+#: ../../godmode/events/custom_events.php:110
+#: ../../godmode/events/custom_events.php:166
+msgid "Extra id"
+msgstr ""
+
+#: ../../include/functions_events.php:52
+#: ../../godmode/events/custom_events.php:122
+#: ../../godmode/events/custom_events.php:170
+msgid "Server name"
+msgstr ""
+
+#: ../../include/functions_events.php:895
+msgid "V."
+msgstr ""
+
+#: ../../include/functions_events.php:1015
+msgid "Events -by module-"
+msgstr ""
+
+#: ../../include/functions_events.php:1135
+msgid "Going to unknown"
+msgstr ""
+
+#: ../../include/functions_events.php:1138
+#: ../../include/functions_events.php:1407 ../../include/functions.php:1036
+msgid "Alert recovered"
+msgstr ""
+
+#: ../../include/functions_events.php:1141
+msgid "Alert manually validated"
+msgstr ""
+
+#: ../../include/functions_events.php:1144
+msgid "Going from critical to warning"
+msgstr ""
+
+#: ../../include/functions_events.php:1148
+msgid "Going down to critical state"
+msgstr ""
+
+#: ../../include/functions_events.php:1152
+msgid "Going up to normal state"
+msgstr ""
+
+#: ../../include/functions_events.php:1155
+msgid "Going down from normal to warning"
+msgstr ""
+
+#: ../../include/functions_events.php:1164
+msgid "Recon server detected a new host"
+msgstr ""
+
+#: ../../include/functions_events.php:1167
+msgid "New agent created"
+msgstr ""
+
+#: ../../include/functions_events.php:1170
+#: ../../include/functions_events.php:1425 ../../include/functions.php:1044
+msgid "Configuration change"
+msgstr ""
+
+#: ../../include/functions_events.php:1173
+#: ../../include/functions_events.php:1410 ../../include/functions.php:1037
+msgid "Alert ceased"
+msgstr ""
+
+#: ../../include/functions_events.php:1180
+msgid "Unknown type:"
+msgstr ""
+
+#: ../../include/functions_events.php:1395 ../../include/functions.php:1029
+msgid "Monitor Critical"
+msgstr ""
+
+#: ../../include/functions_events.php:1398 ../../include/functions.php:1030
+msgid "Monitor Warning"
+msgstr ""
+
+#: ../../include/functions_events.php:1401 ../../include/functions.php:1031
+msgid "Monitor Normal"
+msgstr ""
+
+#: ../../include/functions_events.php:1413 ../../include/functions.php:1038
+msgid "Alert manual validation"
+msgstr ""
+
+#: ../../include/functions_events.php:1416 ../../include/functions.php:1041
+msgid "Recon host detected"
+msgstr ""
+
+#: ../../include/functions_events.php:1496
+#: ../../include/functions_events.php:1503
+#: ../../include/functions_events.php:1523
+msgid "All event"
+msgstr ""
+
+#: ../../include/functions_events.php:1497
+#: ../../include/functions_events.php:1526
+msgid "Only new"
+msgstr ""
+
+#: ../../include/functions_events.php:1498
+#: ../../include/functions_events.php:1529
+msgid "Only validated"
+msgstr ""
+
+#: ../../include/functions_events.php:1499
+#: ../../include/functions_events.php:1532
+msgid "Only in process"
+msgstr ""
+
+#: ../../include/functions_events.php:1500
+#: ../../include/functions_events.php:1535
+msgid "Only not validated"
+msgstr ""
+
+#: ../../include/functions_events.php:1504
+#: ../../include/functions_events.php:1719
+msgid "New"
+msgstr ""
+
+#: ../../include/functions_events.php:1506
+#: ../../include/functions_events.php:1719
+#: ../../include/functions_events.php:1725
+msgid "In process"
+msgstr ""
+
+#: ../../include/functions_events.php:1507
+msgid "Not Validated"
+msgstr ""
+
+#: ../../include/functions_events.php:1579
+msgid "Agent address"
+msgstr ""
+
+#: ../../include/functions_events.php:1580
+msgid "Agent id"
+msgstr ""
+
+#: ../../include/functions_events.php:1582
+msgid "Module Agent address"
+msgstr ""
+
+#: ../../include/functions_events.php:1674
+msgid "Change owner"
+msgstr ""
+
+#: ../../include/functions_events.php:1713
+msgid "Change status"
+msgstr ""
+
+#: ../../include/functions_events.php:1752
+#: ../../include/functions_events.php:2564
+msgid "Add comment"
+msgstr ""
+
+#: ../../include/functions_events.php:1771
+msgid "Custom responses"
+msgstr ""
+
+#: ../../include/functions_events.php:1817
+#: ../../godmode/events/event_responses.editor.php:111
+msgid "Parameters"
+msgstr ""
+
+#: ../../include/functions_events.php:1973
+msgid "There was an error connecting to the node"
+msgstr ""
+
+#: ../../include/functions_events.php:2012
+msgid "Agent details"
+msgstr ""
+
+#: ../../include/functions_events.php:2049
+msgid "View custom fields"
+msgstr ""
+
+#: ../../include/functions_events.php:2061
+msgid "Module details"
+msgstr ""
+
+#: ../../include/functions_events.php:2078
+msgid "No assigned"
+msgstr ""
+
+#: ../../include/functions_events.php:2140
+#: ../../godmode/alerts/alert_view.php:49
+#: ../../godmode/alerts/alert_view.php:324
+msgid "Alert details"
+msgstr ""
+
+#: ../../include/functions_events.php:2151
+#: ../../include/functions_events.php:2155
+msgid "Go to data overview"
+msgstr ""
+
+#: ../../include/functions_events.php:2298
#, php-format
-msgid ""
-"You can find more help in the Pandora's wiki"
+msgid "Invalid custom data: %s"
msgstr ""
-#: ../../operation/search_helps.php:37
-msgid "Matches"
+#: ../../include/functions_events.php:2345
+msgid "First event"
msgstr ""
-#: ../../operation/search_results.php:143
-msgid "Helps"
+#: ../../include/functions_events.php:2345
+msgid "Last event"
msgstr ""
-#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276
-msgid "Profile"
+#: ../../include/functions_events.php:2459
+msgid "ID extra"
msgstr ""
-#: ../../operation/search_users.php:64
-#: ../../godmode/users/configure_user.php:465
-#: ../../godmode/users/user_list.php:414
-msgid "Administrator"
+#: ../../include/functions_events.php:2510
+#: ../../include/functions_events.php:2556
+msgid "There are no comments"
msgstr ""
-#: ../../operation/search_users.php:69
-#: ../../godmode/users/configure_user.php:470
-msgid "Standard User"
+#: ../../include/functions_netflow.php:362
+msgid "Total flows"
msgstr ""
-#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458
-msgid "The user doesn't have any assigned profile/group"
+#: ../../include/functions_netflow.php:367
+msgid "Total bytes"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:136
-#: ../../godmode/reporting/graph_builder.php:192
-msgid "Graph editor"
+#: ../../include/functions_netflow.php:372
+msgid "Total packets"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:142
-#: ../../godmode/reporting/graph_builder.php:195
-msgid "View graph"
+#: ../../include/functions_netflow.php:377
+msgid "Average bits per second"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:174
-msgid "No data."
+#: ../../include/functions_netflow.php:382
+msgid "Average packets per second"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:204
-#: ../../operation/reporting/graph_viewer.php:219
-msgid "Graph defined"
+#: ../../include/functions_netflow.php:387
+msgid "Average bytes per packet"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:220
-msgid "Zoom x1"
+#: ../../include/functions_netflow.php:1031
+msgid "Area graph"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:221
-msgid "Zoom x2"
+#: ../../include/functions_netflow.php:1032
+msgid "Pie graph and Summary table"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:222
-msgid "Zoom x3"
+#: ../../include/functions_netflow.php:1033
+msgid "Statistics table"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:270
-#: ../../operation/reporting/reporting_viewer.php:317
-msgid "Invalid date selected"
+#: ../../include/functions_netflow.php:1035
+msgid "Circular mesh"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:277
-msgid "Custom graph viewer"
+#: ../../include/functions_netflow.php:1036
+#: ../../include/functions_netflow.php:1390
+msgid "Host detailed traffic"
msgstr ""
-#: ../../operation/reporting/graph_viewer.php:304
-#: ../../operation/reporting/custom_reporting.php:32
-msgid "There are no defined reportings"
+#: ../../include/functions_netflow.php:1049
+#: ../../include/functions_netflow.php:1082
+msgid "10 mins"
msgstr ""
-#: ../../operation/reporting/reporting_viewer.php:77
-#: ../../godmode/netflow/nf_item_list.php:39
-msgid "Report list"
+#: ../../include/functions_netflow.php:1050
+#: ../../include/functions_netflow.php:1083
+msgid "15 mins"
msgstr ""
-#: ../../operation/reporting/reporting_viewer.php:98
-#: ../../godmode/reporting/reporting_builder.php:1841
-msgid "View report"
+#: ../../include/functions_netflow.php:1051
+#: ../../include/functions_netflow.php:1084
+msgid "30 mins"
msgstr ""
-#: ../../operation/reporting/reporting_viewer.php:152
-msgid "View Report"
+#: ../../include/functions_netflow.php:1054
+#: ../../include/functions_netflow.php:1087
+msgid "5 hours"
msgstr ""
-#: ../../operation/reporting/reporting_viewer.php:191
-msgid "Set initial date"
+#: ../../include/functions_netflow.php:1057
+#: ../../include/functions_netflow.php:1090
+#: ../../godmode/setup/performance.php:108
+msgid "2 days"
msgstr ""
-#: ../../operation/reporting/reporting_viewer.php:217
-msgid "Invalid date selected. Initial date must be before end date."
+#: ../../include/functions_netflow.php:1058
+#: ../../include/functions_netflow.php:1091
+msgid "5 days"
msgstr ""
-#: ../../godmode/menu.php:28
-msgid "Resources"
+#: ../../include/functions_netflow.php:1060
+#: ../../godmode/setup/performance.php:110
+msgid "Last week"
msgstr ""
-#: ../../godmode/menu.php:46
-msgid "Module categories"
+#: ../../include/functions_netflow.php:1061
+#: ../../godmode/setup/performance.php:112
+msgid "Last month"
msgstr ""
-#: ../../godmode/menu.php:50
-msgid "Module types"
+#: ../../include/functions_netflow.php:1062
+msgid "2 months"
msgstr ""
-#: ../../godmode/menu.php:59 ../../godmode/netflow/nf_edit_form.php:66
-#: ../../godmode/netflow/nf_edit_form.php:71
-#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52
-msgid "Netflow filters"
+#: ../../include/functions_netflow.php:1065
+msgid "Last year"
msgstr ""
-#: ../../godmode/menu.php:76
-msgid "Manage agents groups"
+#: ../../include/functions_netflow.php:1079
+msgid "1 min"
msgstr ""
-#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:297
-msgid "Module templates"
+#: ../../include/functions_netflow.php:1080
+msgid "2 mins"
msgstr ""
-#: ../../godmode/menu.php:110
-msgid "Bulk operations"
+#: ../../include/functions_netflow.php:1081
+msgid "5 mins"
msgstr ""
-#: ../../godmode/menu.php:115 ../../godmode/massive/massive_operations.php:165
-msgid "Agents operations"
+#: ../../include/functions_netflow.php:1132
+#: ../../include/functions_netflow.php:1142
+#: ../../include/functions_netflow.php:1191
+#: ../../include/functions_netflow.php:1249
+#: ../../include/functions_netflow.php:1255
+#: ../../include/functions_netflow.php:1288
+msgid "Aggregate"
msgstr ""
-#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:170
-msgid "Modules operations"
+#: ../../include/functions_netflow.php:1361
+msgid "Sent"
msgstr ""
-#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:175
-msgid "Plugins operations"
+#: ../../include/functions_netflow.php:1368
+msgid "Received"
msgstr ""
-#: ../../godmode/menu.php:119 ../../godmode/massive/massive_operations.php:160
-msgid "Users operations"
+#: ../../include/functions_netflow.php:1435
+msgid "Error generating report"
msgstr ""
-#: ../../godmode/menu.php:121 ../../godmode/massive/massive_operations.php:155
-msgid "Alerts operations"
+#: ../../include/functions_netflow.php:1632
+msgid "MB"
msgstr ""
-#: ../../godmode/menu.php:137
-msgid "List of Alerts"
+#: ../../include/functions_netflow.php:1634
+msgid "MB/s"
msgstr ""
-#: ../../godmode/menu.php:159 ../../godmode/menu.php:160
-#: ../../godmode/alerts/alert_special_days.php:43
-msgid "Special days list"
+#: ../../include/functions_netflow.php:1636
+msgid "kB"
msgstr ""
-#: ../../godmode/menu.php:179
-msgid "Event filters"
+#: ../../include/functions_netflow.php:1638
+msgid "kB/s"
msgstr ""
-#: ../../godmode/menu.php:183
-msgid "Custom events"
+#: ../../include/functions_netflow.php:1642
+msgid "B/s"
msgstr ""
-#: ../../godmode/menu.php:199
-msgid "Manage servers"
+#: ../../include/functions_netflow.php:1656
+msgid "Dst port"
msgstr ""
-#: ../../godmode/menu.php:209
-#: ../../godmode/servers/manage_recontask_form.php:269
-msgid "Recon script"
+#: ../../include/functions_netflow.php:1658
+msgid "Dst IP"
msgstr ""
-#: ../../godmode/menu.php:233
-msgid "General Setup"
+#: ../../include/functions_netflow.php:1662
+msgid "Src IP"
msgstr ""
-#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:90
-#: ../../godmode/setup/setup.php:121
-msgid "Visual styles"
+#: ../../include/functions_netflow.php:1664
+msgid "Src port"
msgstr ""
-#: ../../godmode/menu.php:261 ../../godmode/setup/gis.php:32
-msgid "Map conections GIS"
+#: ../../include/functions_html.php:646 ../../include/functions_html.php:647
+#: ../../include/functions_html.php:770 ../../include/functions_html.php:771
+#: ../../godmode/massive/massive_edit_modules.php:486
+#: ../../godmode/agentes/module_manager_editor_network.php:87
+msgid "Custom"
msgstr ""
-#: ../../godmode/menu.php:265 ../../godmode/setup/os.php:139
-msgid "Edit OS"
+#: ../../include/functions_html.php:728 ../../include/functions.php:434
+#: ../../include/functions.php:568 ../../godmode/setup/setup_visuals.php:712
+msgid "minutes"
msgstr ""
-#: ../../godmode/menu.php:276
-msgid "Admin tools"
+#: ../../include/functions_html.php:729 ../../include/functions.php:435
+#: ../../include/functions.php:569 ../../godmode/setup/setup_visuals.php:713
+msgid "hours"
msgstr ""
-#: ../../godmode/menu.php:282
-msgid "System audit log"
+#: ../../include/functions_html.php:730 ../../include/functions.php:431
+#: ../../include/functions.php:565 ../../godmode/setup/setup_visuals.php:714
+#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88
+msgid "days"
msgstr ""
-#: ../../godmode/menu.php:284 ../../godmode/menu.php:409
-#: ../../general/links_menu.php:20
-msgid "Links"
+#: ../../include/functions_html.php:731
+msgid "weeks"
msgstr ""
-#: ../../godmode/menu.php:286
-msgid "Update manager"
+#: ../../include/functions_html.php:732 ../../include/functions.php:432
+#: ../../include/functions.php:566 ../../godmode/setup/setup_visuals.php:715
+msgid "months"
msgstr ""
-#: ../../godmode/menu.php:294
-msgid "DB maintenance"
+#: ../../include/functions_html.php:733 ../../include/functions.php:433
+#: ../../include/functions.php:567 ../../godmode/setup/setup_visuals.php:716
+msgid "years"
msgstr ""
-#: ../../godmode/menu.php:299
-msgid "DB information"
+#: ../../include/functions_html.php:847
+#: ../../godmode/alerts/configure_alert_special_days.php:87
+#: ../../godmode/alerts/alert_special_days.php:243
+#: ../../godmode/alerts/alert_special_days.php:443
+#: ../../godmode/alerts/alert_templates.php:71
+#: ../../godmode/reporting/reporting_builder.item_editor.php:839
+msgid "Sunday"
msgstr ""
-#: ../../godmode/menu.php:300 ../../godmode/db/db_purge.php:38
-msgid "Database purge"
+#: ../../include/functions_html.php:848
+#: ../../godmode/alerts/configure_alert_special_days.php:81
+#: ../../godmode/alerts/alert_special_days.php:237
+#: ../../godmode/alerts/alert_special_days.php:425
+#: ../../godmode/alerts/alert_templates.php:65
+#: ../../godmode/reporting/reporting_builder.item_editor.php:803
+msgid "Monday"
msgstr ""
-#: ../../godmode/menu.php:302
-msgid "Database audit"
+#: ../../include/functions_html.php:849
+#: ../../godmode/alerts/configure_alert_special_days.php:82
+#: ../../godmode/alerts/alert_special_days.php:238
+#: ../../godmode/alerts/alert_special_days.php:428
+#: ../../godmode/alerts/alert_templates.php:66
+#: ../../godmode/reporting/reporting_builder.item_editor.php:809
+msgid "Tuesday"
msgstr ""
-#: ../../godmode/menu.php:303
-msgid "Database event"
+#: ../../include/functions_html.php:850
+#: ../../godmode/alerts/configure_alert_special_days.php:83
+#: ../../godmode/alerts/alert_special_days.php:239
+#: ../../godmode/alerts/alert_special_days.php:431
+#: ../../godmode/alerts/alert_templates.php:67
+#: ../../godmode/reporting/reporting_builder.item_editor.php:815
+msgid "Wednesday"
msgstr ""
-#: ../../godmode/menu.php:307
-msgid "Diagnostic info"
+#: ../../include/functions_html.php:851
+#: ../../godmode/alerts/configure_alert_special_days.php:84
+#: ../../godmode/alerts/alert_special_days.php:240
+#: ../../godmode/alerts/alert_special_days.php:434
+#: ../../godmode/alerts/alert_templates.php:68
+#: ../../godmode/reporting/reporting_builder.item_editor.php:821
+msgid "Thursday"
msgstr ""
-#: ../../godmode/menu.php:310
-msgid "Site news"
+#: ../../include/functions_html.php:852
+#: ../../godmode/alerts/configure_alert_special_days.php:85
+#: ../../godmode/alerts/alert_special_days.php:241
+#: ../../godmode/alerts/alert_special_days.php:437
+#: ../../godmode/alerts/alert_templates.php:69
+#: ../../godmode/reporting/reporting_builder.item_editor.php:827
+msgid "Friday"
msgstr ""
-#: ../../godmode/menu.php:316 ../../godmode/agentes/configurar_agente.php:367
-#: ../../godmode/agentes/configurar_agente.php:531
-msgid "SNMP Wizard"
+#: ../../include/functions_html.php:853
+#: ../../godmode/alerts/configure_alert_special_days.php:86
+#: ../../godmode/alerts/alert_special_days.php:242
+#: ../../godmode/alerts/alert_special_days.php:440
+#: ../../godmode/alerts/alert_templates.php:70
+#: ../../godmode/reporting/reporting_builder.item_editor.php:833
+msgid "Saturday"
msgstr ""
-#: ../../godmode/menu.php:327
-msgid "Extension manager"
+#: ../../include/functions_html.php:862
+msgid "Month day"
msgstr ""
-#: ../../godmode/extensions.php:146
-msgid "Godmode Function"
+#: ../../include/functions_html.php:864
+msgid "Week day"
msgstr ""
-#: ../../godmode/extensions.php:147
-msgid "Godmode Menu"
+#: ../../include/functions_html.php:2167
+msgid "Type at least two characters to search the module."
msgstr ""
-#: ../../godmode/extensions.php:148
-msgid "Operation Menu"
+#: ../../include/functions_reporting.php:563
+#: ../../include/functions_reporting.php:5086
+msgid "There are no SLAs defined"
msgstr ""
-#: ../../godmode/extensions.php:149
-msgid "Operation Function"
+#: ../../include/functions_reporting.php:630
+#: ../../include/functions_reporting.php:5137
+msgid "Inverse"
msgstr ""
-#: ../../godmode/extensions.php:150
-msgid "Login Function"
+#: ../../include/functions_reporting.php:940
+msgid "Top N"
msgstr ""
-#: ../../godmode/extensions.php:151
-msgid "Agent operation tab"
+#: ../../include/functions_reporting.php:1050
+msgid "Insuficient data"
msgstr ""
-#: ../../godmode/extensions.php:152
-msgid "Agent godmode tab"
+#: ../../include/functions_reporting.php:1283
+msgid "Event Report Group"
msgstr ""
-#: ../../godmode/events/event_filter.php:154
-#: ../../godmode/netflow/nf_edit.php:162
-msgid "There are no defined filters"
+#: ../../include/functions_reporting.php:1460
+msgid "Event Report Module"
msgstr ""
-#: ../../godmode/events/event_responses.php:52
-msgid "Response added succesfully"
+#: ../../include/functions_reporting.php:1522
+msgid "Inventory Changes"
msgstr ""
-#: ../../godmode/events/event_responses.php:55
-msgid "Response cannot be added"
+#: ../../include/functions_reporting.php:1564
+msgid "No changes found."
msgstr ""
-#: ../../godmode/events/event_responses.php:81
-msgid "Response updated succesfully"
+#: ../../include/functions_reporting.php:1626
+#: ../../godmode/reporting/reporting_builder.php:727
+msgid "No data found."
msgstr ""
-#: ../../godmode/events/event_responses.php:84
-msgid "Response cannot be updated"
+#: ../../include/functions_reporting.php:1651
+msgid "Agent/Modules"
msgstr ""
-#: ../../godmode/events/event_responses.php:93
-msgid "Response deleted succesfully"
+#: ../../include/functions_reporting.php:1740
+msgid "Exception - Everything"
msgstr ""
-#: ../../godmode/events/event_responses.php:96
-msgid "Response cannot be deleted"
+#: ../../include/functions_reporting.php:1741
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1326
+msgid "Everything"
msgstr ""
-#: ../../godmode/events/event_responses.editor.php:63
-msgid "Edit event responses"
-msgstr ""
-
-#: ../../godmode/events/event_responses.editor.php:93
-msgid "For Command type Modal Window mode is enforced"
-msgstr ""
-
-#: ../../godmode/events/event_responses.editor.php:94
-msgid "Modal window"
-msgstr ""
-
-#: ../../godmode/events/event_responses.editor.php:94
-msgid "New window"
-msgstr ""
-
-#: ../../godmode/events/event_responses.editor.php:114
-#: ../../godmode/events/event_responses.editor.php:121
-#: ../../godmode/events/event_responses.editor.php:124
-#: ../../godmode/alerts/configure_alert_command.php:150
-#: ../../godmode/alerts/configure_alert_action.php:128
-#: ../../godmode/servers/plugin.php:338 ../../godmode/servers/plugin.php:344
-#: ../../godmode/servers/plugin.php:687
-#: ../../godmode/servers/recon_script.php:370
-#: ../../godmode/massive/massive_edit_plugins.php:437
-msgid "Command"
-msgstr ""
-
-#: ../../godmode/events/event_responses.list.php:38
-msgid "No responses found"
-msgstr ""
-
-#: ../../godmode/events/event_responses.list.php:76
-msgid "Create response"
-msgstr ""
-
-#: ../../godmode/events/custom_events.php:133
-msgid "Load default event fields"
-msgstr ""
-
-#: ../../godmode/events/custom_events.php:133
-msgid "Default event fields will be loaded. Do you want to continue?"
-msgstr ""
-
-#: ../../godmode/events/events.php:41
-#: ../../godmode/netflow/nf_edit_form.php:55
-msgid "Filter list"
-msgstr ""
-
-#: ../../godmode/events/event_edit_filter.php:159
-#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88
-#: ../../godmode/modules/manage_nc_groups.php:99
-msgid "Not updated. Error updating data"
-msgstr ""
-
-#: ../../godmode/events/event_edit_filter.php:190
-msgid "Update Filter"
-msgstr ""
-
-#: ../../godmode/events/event_edit_filter.php:193
-msgid "Create Filter"
-msgstr ""
-
-#: ../../godmode/events/event_edit_filter.php:207
-msgid ""
-"This group will be use to restrict the visibility of this filter with ACLs"
-msgstr ""
-
-#: ../../godmode/events/event_edit_filter.php:273
-msgid "Choose between the users who have validated an event. "
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:144
-#: ../../godmode/users/user_list.php:493
-msgid ""
-"The current authentication scheme doesn't support creating users from "
-"Pandora FMS"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:180
-msgid "User ID cannot be empty"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:187
-msgid "Passwords cannot be empty"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:194
-msgid "Passwords didn't match"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:243
-msgid ""
-"Strict ACL is not recommended for admin users because performance could be "
-"affected."
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:301
-#: ../../godmode/users/configure_user.php:311
-#: ../../godmode/users/configure_user.php:339
-#: ../../godmode/users/configure_user.php:345
-#: ../../godmode/users/configure_user.php:373
-msgid "Error updating user info (no change?)"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:315
-msgid "Passwords does not match"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:363
-msgid ""
-"Strict ACL is not recommended for this user. Performance could be affected."
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:395
-msgid "Profile added successfully"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:396
-msgid "Profile cannot be added"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:422
-msgid "Update User"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:425
-msgid "Create User"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:461
-msgid "Global Profile"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:466
-msgid ""
-"This user has permissions to manage all. An admin user should not requiere "
-"additional group permissions, except for using Enterprise ACL."
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:471
-msgid ""
-"This user has separated permissions to view data in his group agents, create "
-"incidents belong to his groups, add notes in another incidents, create "
-"personal assignments or reviews and other tasks, on different profiles"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:513
-msgid "Use global conf"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:528
-msgid "Metaconsole access"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:536
-msgid "Not Login"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:537
-msgid "The user with not login set only can access to API."
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:540
-msgid "Strict ACL"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:541
-msgid ""
-"With this option enabled, the user will can access to accurate information. "
-"It is not recommended for admin users because performance could be affected"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:547
-msgid "Enable agents managment"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:554
-msgid "Assigned node"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:554
-msgid "Server where the agents created of this user will be placed"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:566
-msgid "Enable node access"
-msgstr ""
-
-#: ../../godmode/users/configure_user.php:566
-msgid "With this option enabled, the user will can access to nodes console"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:49
-#: ../../godmode/users/profile_list.php:53
-msgid "Profiles defined in Pandora"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:113
-msgid "Create profile"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:119
-msgid "There was a problem loading profile"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:219
-msgid "Update profile"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:229
-msgid "Update Profile"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:231
-msgid "Create Profile"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:248
-msgid "View incidents"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:252
-msgid "Edit incidents"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:256
-msgid "Manage incidents"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:262
-msgid "View agents"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:266
-msgid "Edit agents"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:270
-msgid "Disable agents"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:276
-msgid "Edit alerts"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:286
-msgid "Manage users"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:292
-msgid "Manage database"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:302
-msgid "Edit events"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:312
-#: ../../general/shortcut_bar.php:217
-msgid "View reports"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:316
-msgid "Edit reports"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:320
-msgid "Manage reports"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:326
-msgid "View network maps"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:330
-msgid "Edit network maps"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:334
-msgid "Manage network maps"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:344
-msgid "Edit visual console"
-msgstr ""
-
-#: ../../godmode/users/configure_profile.php:354
-msgid "Pandora management"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:121
-msgid "Users defined in Pandora"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:143
+#: ../../include/functions_reporting.php:1745
#, php-format
-msgid "Deleted user %s"
+msgid "Exception - Modules over or equal to %s"
msgstr ""
-#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181
-msgid "There was a problem deleting the user"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:163
+#: ../../include/functions_reporting.php:1747
#, php-format
-msgid "Deleted user %s from metaconsole"
+msgid "Modules over or equal to %s"
msgstr ""
-#: ../../godmode/users/user_list.php:172
+#: ../../include/functions_reporting.php:1751
#, php-format
-msgid "Deleted user %s from %s"
+msgid "Exception - Modules under or equal to %s"
msgstr ""
-#: ../../godmode/users/user_list.php:175
+#: ../../include/functions_reporting.php:1753
#, php-format
-msgid "Successfully deleted from %s"
+msgid "Modules under or equal to %s"
msgstr ""
-#: ../../godmode/users/user_list.php:176
+#: ../../include/functions_reporting.php:1757
#, php-format
-msgid "There was a problem deleting the user from %s"
+msgid "Exception - Modules under %s"
msgstr ""
-#: ../../godmode/users/user_list.php:189
-#: ../../godmode/users/profile_list.php:88
-msgid "There was a problem deleting the profile"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:204
-msgid "There was a problem disabling user"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:209
-msgid "There was a problem enabling user"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233
-msgid "Search by username, fullname or email"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:249
-msgid "Users control filter"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:406 ../../godmode/tag/edit_tag.php:200
-#: ../../godmode/tag/tag.php:204
-msgid "Phone"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:471
-msgid "Deleting User"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:473
-msgid "Delete from all consoles"
-msgstr ""
-
-#: ../../godmode/users/user_list.php:473
+#: ../../include/functions_reporting.php:1759
#, php-format
-msgid "Deleting User %s from all consoles"
+msgid "Modules under %s"
msgstr ""
-#: ../../godmode/users/user_list.php:489
-msgid "Create user"
+#: ../../include/functions_reporting.php:1763
+#, php-format
+msgid "Exception - Modules over %s"
msgstr ""
-#: ../../godmode/users/profile_list.php:80
+#: ../../include/functions_reporting.php:1765
+#, php-format
+msgid "Modules over %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1769
+#, php-format
+msgid "Exception - Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1771
+#, php-format
+msgid "Equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1775
+#, php-format
+msgid "Exception - Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1777
+#, php-format
+msgid "Not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1781
+msgid "Exception - Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1782
+msgid "Modules at normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1786
+msgid "Exception - Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1787
+msgid "Modules at critical or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1976
+msgid "There are no Modules under those conditions."
+msgstr ""
+
+#: ../../include/functions_reporting.php:1979
+#, php-format
+msgid "There are no Modules over or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:1982
+#, php-format
+msgid "There are no Modules less or equal to %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:1985
+#, php-format
+msgid "There are no Modules less %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:1988
+#, php-format
+msgid "There are no Modules over %s."
+msgstr ""
+
+#: ../../include/functions_reporting.php:1991
+#, php-format
+msgid "There are no Modules equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1994
+#, php-format
+msgid "There are no Modules not equal to %s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:1997
+msgid "There are no Modules normal status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2000
+msgid "There are no Modules at critial or warning status"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2148
+msgid "Group Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2202
+msgid "Event Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2341
+#: ../../godmode/massive/massive_edit_modules.php:557
+#: ../../godmode/modules/manage_network_components_form_common.php:161
+#: ../../godmode/agentes/module_manager_editor_common.php:334
+msgid "Historical data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2398
+msgid "Database Serialized"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2587
+msgid "Network interfaces report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2606
+msgid "The group has no agents or none of the agents has any network interface"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2655
+#: ../../include/functions_reporting.php:2678
+msgid "bytes/s"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2730
+msgid "Alert Report Group"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2876
+msgid "Alert Report Agent"
+msgstr ""
+
+#: ../../include/functions_reporting.php:2993
+msgid "Alert Report Module"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3126
+msgid "SQL Graph Vertical Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3129
+msgid "SQL Graph Horizontal Bars"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3132
+msgid "SQL Graph Pie"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3179
+msgid "Monitor Report"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3250
+msgid "Netflow Area"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3253
+msgid "Netflow Pie"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3256
+msgid "Netflow Data"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3259
+msgid "Netflow Statistics"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3262
+msgid "Netflow Summary"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3386
+msgid "Prediction Date"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3436
+msgid "Projection Graph"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3676
+msgid "AVG. Value"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3811
+#: ../../godmode/tag/edit_tag.php:185
+msgid "Url"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3866
+msgid "SQL"
+msgstr ""
+
+#: ../../include/functions_reporting.php:3937
msgid ""
-"Unsucessful delete profile. Because the profile is used by some admin users."
+"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 ""
-#: ../../godmode/users/profile_list.php:226
-msgid "There was a problem updating this profile"
+#: ../../include/functions_reporting.php:4928
+msgid "No Address"
msgstr ""
-#: ../../godmode/users/profile_list.php:230
-msgid "Profile name cannot be empty"
+#: ../../include/functions_reporting.php:5672
+#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109
+msgid "Minimum"
msgstr ""
-#: ../../godmode/users/profile_list.php:282
-#: ../../godmode/users/profile_list.php:286
-msgid "There was a problem creating this profile"
+#: ../../include/functions_reporting.php:5675
+#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114
+msgid "Maximum"
msgstr ""
-#: ../../godmode/users/profile_list.php:320
-msgid "Network maps reading"
+#: ../../include/functions_reporting.php:5679
+msgid "Rate"
msgstr ""
-#: ../../godmode/users/profile_list.php:321
-msgid "Network maps writing"
+#: ../../include/functions_reporting.php:6324
+msgid "Maximum of events shown"
msgstr ""
-#: ../../godmode/users/profile_list.php:322
-msgid "Network maps management"
+#: ../../include/functions_reporting.php:6964
+#: ../../include/functions_reporting.php:7001
+msgid "Server health"
msgstr ""
-#: ../../godmode/users/profile_list.php:323
-msgid "Visual console reading"
+#: ../../include/functions_reporting.php:6964
+#, php-format
+msgid "%d Downed servers"
msgstr ""
-#: ../../godmode/users/profile_list.php:324
-msgid "Visual console writing"
+#: ../../include/functions_reporting.php:6972
+#: ../../include/functions_reporting.php:7004
+msgid "Monitor health"
msgstr ""
-#: ../../godmode/users/profile_list.php:325
-msgid "Visual console management"
+#: ../../include/functions_reporting.php:6972
+#, php-format
+msgid "%d Not Normal monitors"
msgstr ""
-#: ../../godmode/users/profile_list.php:398
-msgid "There are no defined profiles"
+#: ../../include/functions_reporting.php:6974
+#: ../../include/functions_reporting.php:7005
+msgid "of monitors up"
msgstr ""
-#: ../../godmode/category/edit_category.php:43
-#: ../../godmode/category/edit_category.php:50
-#: ../../godmode/category/category.php:44
-#: ../../godmode/category/category.php:51
-msgid "List categories"
+#: ../../include/functions_reporting.php:6980
+#: ../../include/functions_reporting.php:7007
+msgid "Module sanity"
msgstr ""
-#: ../../godmode/category/edit_category.php:57
-#: ../../godmode/category/edit_category.php:60
-#: ../../godmode/category/category.php:58
-#: ../../godmode/category/category.php:61
-msgid "Categories configuration"
+#: ../../include/functions_reporting.php:6980
+#, php-format
+msgid "%d Not inited monitors"
msgstr ""
-#: ../../godmode/category/edit_category.php:57
-msgid "Editor"
+#: ../../include/functions_reporting.php:6982
+#: ../../include/functions_reporting.php:7008
+msgid "of total modules inited"
msgstr ""
-#: ../../godmode/category/edit_category.php:76
-msgid "Error updating category"
+#: ../../include/functions_reporting.php:6988
+#: ../../include/functions_reporting.php:8008
+#: ../../include/functions_reporting.php:8017
+#, php-format
+msgid "%d Fired alerts"
msgstr ""
-#: ../../godmode/category/edit_category.php:80
-msgid "Successfully updated category"
+#: ../../include/functions_reporting.php:6990
+#: ../../include/functions_reporting.php:7011
+msgid "of defined alerts not fired"
msgstr ""
-#: ../../godmode/category/edit_category.php:99
-msgid "Error creating category"
+#: ../../include/functions_reporting.php:7048
+msgid "Defined alerts"
msgstr ""
-#: ../../godmode/category/edit_category.php:105
-msgid "Successfully created category"
+#: ../../include/functions_reporting.php:7070
+msgid "Defined and fired alerts"
msgstr ""
-#: ../../godmode/category/edit_category.php:137
-msgid "Update category"
+#: ../../include/functions_reporting.php:7136
+msgid "Monitor normal"
msgstr ""
-#: ../../godmode/category/edit_category.php:146
-#: ../../godmode/category/category.php:150
-msgid "Create category"
+#: ../../include/functions_reporting.php:7147
+msgid "Monitor not init"
msgstr ""
-#: ../../godmode/category/category.php:72
-msgid "Error deleting category"
+#: ../../include/functions_reporting.php:7171
+#: ../../include/functions_reporting.php:7182
+msgid "Monitors by status"
msgstr ""
-#: ../../godmode/category/category.php:76
-msgid "Successfully deleted category"
+#: ../../include/functions_reporting.php:7270
+msgid "Defined users"
msgstr ""
-#: ../../godmode/category/category.php:110
-msgid "Category name"
+#: ../../include/functions_reporting.php:7908
+msgid "Agent without data"
msgstr ""
-#: ../../godmode/category/category.php:141
-msgid "No categories found"
+#: ../../include/functions_reporting.php:7995
+#: ../../include/functions_reporting.php:8003
+#, php-format
+msgid "%d Total modules"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:72
-msgid "Update alert"
+#: ../../include/functions_reporting.php:7996
+#, php-format
+msgid "%d Modules in normal status"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:80
-msgid "Alert overview"
+#: ../../include/functions_reporting.php:7997
+#, php-format
+msgid "%d Modules in critical status"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:227
-msgid "There was a problem creating the alert"
+#: ../../include/functions_reporting.php:7998
+#, php-format
+msgid "%d Modules in warning status"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:295
-msgid "There was a problem updating the alert"
+#: ../../include/functions_reporting.php:7999
+#, php-format
+msgid "%d Modules in unknown status"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:455
-msgid "There was a problem deleting the alert"
+#: ../../include/functions_reporting.php:8000
+#, php-format
+msgid "%d Modules in not init status"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:575
-#: ../../godmode/snmpconsole/snmp_alert.php:585
-#: ../../godmode/snmpconsole/snmp_alert.php:595
-#: ../../godmode/snmpconsole/snmp_alert.php:607
-#: ../../godmode/snmpconsole/snmp_alert.php:619
-#: ../../godmode/snmpconsole/snmp_alert.php:631
-#: ../../godmode/snmpconsole/snmp_alert.php:643
-#: ../../godmode/snmpconsole/snmp_alert.php:653
-#: ../../godmode/snmpconsole/snmp_alert.php:663
-#: ../../godmode/snmpconsole/snmp_alert.php:673
-#: ../../godmode/snmpconsole/snmp_alert.php:683
-#: ../../godmode/snmpconsole/snmp_alert.php:692
-#: ../../godmode/snmpconsole/snmp_alert.php:701
-#: ../../godmode/snmpconsole/snmp_alert.php:710
-#: ../../godmode/snmpconsole/snmp_alert.php:719
-#: ../../godmode/snmpconsole/snmp_alert.php:728
-#: ../../godmode/snmpconsole/snmp_alert.php:737
-#: ../../godmode/snmpconsole/snmp_alert.php:745
-#: ../../godmode/snmpconsole/snmp_alert.php:753
-#: ../../godmode/snmpconsole/snmp_alert.php:761
-msgid "Variable bindings/Data"
+#: ../../include/functions_reporting.php:8004
+#, php-format
+msgid "%d Normal modules"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:840
-#: ../../godmode/snmpconsole/snmp_alert.php:1045
-msgid "Alert action"
+#: ../../include/functions_reporting.php:8005
+#, php-format
+msgid "%d Critical modules"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:894
+#: ../../include/functions_reporting.php:8006
+#, php-format
+msgid "%d Warning modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8007
+#, php-format
+msgid "%d Unknown modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8011
+#, php-format
+msgid "%d Total agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8012
+#, php-format
+msgid "%d Normal agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8013
+#, php-format
+msgid "%d Critical agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8014
+#, php-format
+msgid "%d Warning agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8015
+#, php-format
+msgid "%d Unknown agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:8016
+#, php-format
+msgid "%d not init agents"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9718
+msgid "Total running modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9721
+#: ../../include/functions_reporting.php:9737
+#: ../../include/functions_reporting.php:9753
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting.php:9795
+#: ../../include/functions_reporting.php:9807
+#: ../../include/functions_reporting.php:9819
+#: ../../include/functions_reporting.php:9835
+msgid "Ratio"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9721
+#: ../../include/functions_reporting.php:9737
+#: ../../include/functions_reporting.php:9753
+#: ../../include/functions_reporting.php:9776
+#: ../../include/functions_reporting.php:9795
+#: ../../include/functions_reporting.php:9807
+#: ../../include/functions_reporting.php:9819
+#: ../../include/functions_reporting.php:9835
+msgid "Modules by second"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9733
+msgid "Local modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9744
+msgid "Remote modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9768
+msgid "Network modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9791
+msgid "Plugin modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9803
+msgid "Prediction modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9815
+msgid "WMI modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9827
+msgid "Web modules"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9866 ../../godmode/db/db_main.php:105
+msgid "Total events"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9889
+msgid "Server performance"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9971
+msgid "Weekly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9974 ../../include/functions.php:913
+#: ../../godmode/alerts/alert_special_days.php:327
+#: ../../godmode/alerts/alert_view.php:208
+#: ../../godmode/alerts/configure_alert_template.php:521
+#: ../../godmode/agentes/planned_downtime.editor.php:544
+msgid "Mon"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9978 ../../include/functions.php:915
+#: ../../godmode/alerts/alert_special_days.php:328
+#: ../../godmode/alerts/alert_view.php:209
+#: ../../godmode/alerts/configure_alert_template.php:523
+#: ../../godmode/agentes/planned_downtime.editor.php:547
+msgid "Tue"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9982 ../../include/functions.php:917
+#: ../../godmode/alerts/alert_special_days.php:329
+#: ../../godmode/alerts/alert_view.php:210
+#: ../../godmode/alerts/configure_alert_template.php:525
+#: ../../godmode/agentes/planned_downtime.editor.php:550
+msgid "Wed"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9986 ../../include/functions.php:919
+#: ../../godmode/alerts/alert_special_days.php:330
+#: ../../godmode/alerts/alert_view.php:211
+#: ../../godmode/alerts/configure_alert_template.php:527
+#: ../../godmode/agentes/planned_downtime.editor.php:553
+msgid "Thu"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9990 ../../include/functions.php:921
+#: ../../godmode/alerts/alert_special_days.php:331
+#: ../../godmode/alerts/alert_view.php:212
+#: ../../godmode/alerts/configure_alert_template.php:529
+#: ../../godmode/agentes/planned_downtime.editor.php:556
+msgid "Fri"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9994 ../../include/functions.php:923
+#: ../../godmode/alerts/alert_special_days.php:332
+#: ../../godmode/alerts/alert_view.php:213
+#: ../../godmode/alerts/configure_alert_template.php:531
+#: ../../godmode/agentes/planned_downtime.editor.php:559
+msgid "Sat"
+msgstr ""
+
+#: ../../include/functions_reporting.php:9998 ../../include/functions.php:925
+#: ../../godmode/alerts/alert_special_days.php:326
+#: ../../godmode/alerts/alert_view.php:214
+#: ../../godmode/alerts/configure_alert_template.php:533
+#: ../../godmode/agentes/planned_downtime.editor.php:562
+msgid "Sun"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10005
+msgid "Monthly:"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10006
+msgid "From day"
+msgstr ""
+
+#: ../../include/functions_reporting.php:10007
+msgid "To day"
+msgstr ""
+
+#: ../../include/functions_config.php:94
+msgid "Failed updated: User did not login."
+msgstr ""
+
+#: ../../include/functions_config.php:102
+msgid "Failed updated: User is not admin."
+msgstr ""
+
+#: ../../include/functions_config.php:131
+#: ../../godmode/setup/setup_general.php:57
+msgid "Remote config directory"
+msgstr ""
+
+#: ../../include/functions_config.php:133
+#: ../../godmode/setup/setup_general.php:62
+msgid "Auto login (hash) password"
+msgstr ""
+
+#: ../../include/functions_config.php:136
+#: ../../godmode/setup/setup_general.php:65
+msgid "Time source"
+msgstr ""
+
+#: ../../include/functions_config.php:138
+#: ../../godmode/setup/setup_general.php:70
+msgid "Automatic check for updates"
+msgstr ""
+
+#: ../../include/functions_config.php:140
+msgid "SSL cert path"
+msgstr ""
+
+#: ../../include/functions_config.php:142
+#: ../../godmode/setup/setup_general.php:74
+msgid "Enforce https"
+msgstr ""
+
+#: ../../include/functions_config.php:144
+msgid "Use cert."
+msgstr ""
+
+#: ../../include/functions_config.php:146
+#: ../../godmode/setup/setup_general.php:86
+msgid "Attachment store"
+msgstr ""
+
+#: ../../include/functions_config.php:148
+#: ../../godmode/setup/setup_general.php:89
+msgid "IP list with API access"
+msgstr ""
+
+#: ../../include/functions_config.php:150
+#: ../../godmode/setup/setup_general.php:98
+msgid "API password"
+msgstr ""
+
+#: ../../include/functions_config.php:152
+#: ../../godmode/setup/setup_general.php:102
+msgid "Enable GIS features in Pandora Console"
+msgstr ""
+
+#: ../../include/functions_config.php:154
+msgid "Enable Integria incidents in Pandora Console"
+msgstr ""
+
+#: ../../include/functions_config.php:156
+msgid "Integria inventory"
+msgstr ""
+
+#: ../../include/functions_config.php:158
+msgid "Integria API password"
+msgstr ""
+
+#: ../../include/functions_config.php:160
+msgid "Integria URL"
+msgstr ""
+
+#: ../../include/functions_config.php:162
+#: ../../godmode/setup/setup_general.php:106
+msgid "Enable Netflow"
+msgstr ""
+
+#: ../../include/functions_config.php:169
+#: ../../godmode/setup/setup_general.php:146
+msgid "Sound for Alert fired"
+msgstr ""
+
+#: ../../include/functions_config.php:171
+#: ../../godmode/setup/setup_general.php:151
+msgid "Sound for Monitor critical"
+msgstr ""
+
+#: ../../include/functions_config.php:173
+#: ../../godmode/setup/setup_general.php:156
+msgid "Sound for Monitor warning"
+msgstr ""
+
+#: ../../include/functions_config.php:184
+msgid "License information"
+msgstr ""
+
+#: ../../include/functions_config.php:188
+#: ../../godmode/setup/setup_general.php:161
+msgid "Public URL"
+msgstr ""
+
+#: ../../include/functions_config.php:190
+#: ../../godmode/setup/setup_general.php:165
+msgid "Referer security"
+msgstr ""
+
+#: ../../include/functions_config.php:192
+#: ../../godmode/setup/setup_general.php:173
+msgid "Event storm protection"
+msgstr ""
+
+#: ../../include/functions_config.php:194
+#: ../../godmode/setup/setup_general.php:182
+msgid "Command Snapshot"
+msgstr ""
+
+#: ../../include/functions_config.php:196
+#: ../../godmode/setup/setup_general.php:187
+msgid "Server logs directory"
+msgstr ""
+
+#: ../../include/functions_config.php:198
+#: ../../godmode/setup/setup_general.php:196
+msgid "Tutorial mode"
+msgstr ""
+
+#: ../../include/functions_config.php:200
+#: ../../godmode/setup/setup_general.php:203
+msgid "Allow create planned downtimes in the past"
+msgstr ""
+
+#: ../../include/functions_config.php:202
+#: ../../godmode/setup/setup_general.php:208
+msgid "Limit parameters massive"
+msgstr ""
+
+#: ../../include/functions_config.php:204
+msgid "Identification_reminder"
+msgstr ""
+
+#: ../../include/functions_config.php:206
+msgid "Include_agents"
+msgstr ""
+
+#: ../../include/functions_config.php:208
+msgid "Audit log directory"
+msgstr ""
+
+#: ../../include/functions_config.php:213
+msgid "Forward SNMP traps to agent (if exist)"
+msgstr ""
+
+#: ../../include/functions_config.php:215
+msgid "Use Enterprise ACL System"
+msgstr ""
+
+#: ../../include/functions_config.php:217
+msgid "Activate Metaconsole"
+msgstr ""
+
+#: ../../include/functions_config.php:219
+msgid "Size of collection"
+msgstr ""
+
+#: ../../include/functions_config.php:221
+msgid "Events replication"
+msgstr ""
+
+#: ../../include/functions_config.php:224
+msgid "Replication interval"
+msgstr ""
+
+#: ../../include/functions_config.php:226
+msgid "Replication limit"
+msgstr ""
+
+#: ../../include/functions_config.php:228
+msgid "Replication mode"
+msgstr ""
+
+#: ../../include/functions_config.php:230
+msgid "Show events list in local console (read only)"
+msgstr ""
+
+#: ../../include/functions_config.php:233
+msgid "Replication DB engine"
+msgstr ""
+
+#: ../../include/functions_config.php:235
+msgid "Replication DB host"
+msgstr ""
+
+#: ../../include/functions_config.php:237
+msgid "Replication DB database"
+msgstr ""
+
+#: ../../include/functions_config.php:239
+msgid "Replication DB user"
+msgstr ""
+
+#: ../../include/functions_config.php:241
+msgid "Replication DB password"
+msgstr ""
+
+#: ../../include/functions_config.php:243
+msgid "Replication DB port"
+msgstr ""
+
+#: ../../include/functions_config.php:245
+msgid "Metaconsole agent cache"
+msgstr ""
+
+#: ../../include/functions_config.php:247
+msgid "Activate Log Collector"
+msgstr ""
+
+#: ../../include/functions_config.php:251
+msgid "Inventory changes blacklist"
+msgstr ""
+
+#: ../../include/functions_config.php:258
+msgid "Enable password policy"
+msgstr ""
+
+#: ../../include/functions_config.php:261
+msgid "Min. size password"
+msgstr ""
+
+#: ../../include/functions_config.php:263
+msgid "Password expiration"
+msgstr ""
+
+#: ../../include/functions_config.php:265
+msgid "Force change password on first login"
+msgstr ""
+
+#: ../../include/functions_config.php:267
+msgid "User blocked if login fails"
+msgstr ""
+
+#: ../../include/functions_config.php:269
+msgid "Number of failed login attempts"
+msgstr ""
+
+#: ../../include/functions_config.php:271
+msgid "Password must have numbers"
+msgstr ""
+
+#: ../../include/functions_config.php:273
+msgid "Password must have symbols"
+msgstr ""
+
+#: ../../include/functions_config.php:275
+msgid "Apply password policy to admin users"
+msgstr ""
+
+#: ../../include/functions_config.php:277
+msgid "Enable password history"
+msgstr ""
+
+#: ../../include/functions_config.php:279
+msgid "Compare previous password"
+msgstr ""
+
+#: ../../include/functions_config.php:285
+#: ../../godmode/setup/setup_auth.php:183
+msgid "Authentication method"
+msgstr ""
+
+#: ../../include/functions_config.php:287
+#: ../../godmode/setup/setup_auth.php:57
+msgid "Autocreate remote users"
+msgstr ""
+
+#: ../../include/functions_config.php:289
+msgid "Autocreate profile"
+msgstr ""
+
+#: ../../include/functions_config.php:291
+msgid "Autocreate profile group"
+msgstr ""
+
+#: ../../include/functions_config.php:293
+msgid "Autocreate profile tags"
+msgstr ""
+
+#: ../../include/functions_config.php:295
+msgid "Autocreate blacklist"
+msgstr ""
+
+#: ../../include/functions_config.php:298
+msgid "Active directory server"
+msgstr ""
+
+#: ../../include/functions_config.php:300
+msgid "Active directory port"
+msgstr ""
+
+#: ../../include/functions_config.php:302
+#: ../../include/functions_config.php:317
+#: ../../godmode/setup/setup_auth.php:93
+msgid "Start TLS"
+msgstr ""
+
+#: ../../include/functions_config.php:304
+msgid "Advanced Config AD"
+msgstr ""
+
+#: ../../include/functions_config.php:306
+msgid "Domain"
+msgstr ""
+
+#: ../../include/functions_config.php:308
+msgid "Advanced Permisions AD"
+msgstr ""
+
+#: ../../include/functions_config.php:311
+#: ../../godmode/setup/setup_auth.php:74
+msgid "LDAP server"
+msgstr ""
+
+#: ../../include/functions_config.php:313
+#: ../../godmode/setup/setup_auth.php:80
+msgid "LDAP port"
+msgstr ""
+
+#: ../../include/functions_config.php:315
+#: ../../godmode/setup/setup_auth.php:87
+msgid "LDAP version"
+msgstr ""
+
+#: ../../include/functions_config.php:319
+#: ../../godmode/setup/setup_auth.php:100
+msgid "Base DN"
+msgstr ""
+
+#: ../../include/functions_config.php:321
+#: ../../godmode/setup/setup_auth.php:106
+msgid "Login attribute"
+msgstr ""
+
+#: ../../include/functions_config.php:323
+#: ../../godmode/setup/setup_auth.php:49
+msgid "Fallback to local authentication"
+msgstr ""
+
+#: ../../include/functions_config.php:326
+msgid "MySQL host"
+msgstr ""
+
+#: ../../include/functions_config.php:328
+#: ../../include/functions_config.php:339
+#: ../../include/functions_config.php:349
+msgid "MySQL port"
+msgstr ""
+
+#: ../../include/functions_config.php:330
+#: ../../include/functions_config.php:341
+#: ../../include/functions_config.php:351
+#: ../../include/functions_config.php:681
+msgid "Database name"
+msgstr ""
+
+#: ../../include/functions_config.php:337
+msgid "Babel Enterprise host"
+msgstr ""
+
+#: ../../include/functions_config.php:347
+msgid "Integria host"
+msgstr ""
+
+#: ../../include/functions_config.php:357
+msgid "Saml path"
+msgstr ""
+
+#: ../../include/functions_config.php:361
+msgid "Session timeout"
+msgstr ""
+
+#: ../../include/functions_config.php:371
+#: ../../godmode/setup/performance.php:49
+msgid "Max. days before delete events"
+msgstr ""
+
+#: ../../include/functions_config.php:373
+#: ../../godmode/setup/performance.php:52
+msgid "Max. days before delete traps"
+msgstr ""
+
+#: ../../include/functions_config.php:375
+#: ../../godmode/setup/performance.php:58
+msgid "Max. days before delete string data"
+msgstr ""
+
+#: ../../include/functions_config.php:377
+#: ../../godmode/setup/performance.php:55
+msgid "Max. days before delete audit events"
+msgstr ""
+
+#: ../../include/functions_config.php:379
+#: ../../godmode/setup/performance.php:61
+msgid "Max. days before delete GIS data"
+msgstr ""
+
+#: ../../include/functions_config.php:381
+#: ../../godmode/setup/performance.php:64
+msgid "Max. days before purge"
+msgstr ""
+
+#: ../../include/functions_config.php:383
+#: ../../godmode/setup/performance.php:70
+msgid "Max. days before delete unknown modules"
+msgstr ""
+
+#: ../../include/functions_config.php:385
+#: ../../godmode/setup/performance.php:67
+msgid "Max. days before compact data"
+msgstr ""
+
+#: ../../include/functions_config.php:387
+msgid "Max. days before autodisable deletion"
+msgstr ""
+
+#: ../../include/functions_config.php:389
+msgid "Item limit for realtime reports)"
+msgstr ""
+
+#: ../../include/functions_config.php:391
+#: ../../godmode/setup/performance.php:100
+msgid "Compact interpolation in hours (1 Fine-20 bad)"
+msgstr ""
+
+#: ../../include/functions_config.php:393
+#: ../../godmode/setup/performance.php:114
+msgid "Default hours for event view"
+msgstr ""
+
+#: ../../include/functions_config.php:395
+#: ../../godmode/setup/performance.php:117
+msgid "Use realtime statistics"
+msgstr ""
+
+#: ../../include/functions_config.php:397
+#: ../../godmode/setup/performance.php:121
+msgid "Batch statistics period (secs)"
+msgstr ""
+
+#: ../../include/functions_config.php:399
+#: ../../godmode/setup/performance.php:124
+msgid "Use agent access graph"
+msgstr ""
+
+#: ../../include/functions_config.php:401
+#: ../../godmode/setup/performance.php:128
+msgid "Max. recommended number of files in attachment directory"
+msgstr ""
+
+#: ../../include/functions_config.php:403
+#: ../../godmode/setup/performance.php:131
+msgid "Delete not init modules"
+msgstr ""
+
+#: ../../include/functions_config.php:405
+msgid "Big Operatiopn Step to purge old data"
+msgstr ""
+
+#: ../../include/functions_config.php:407
+#: ../../godmode/setup/performance.php:138
+msgid "Small Operation Step to purge old data"
+msgstr ""
+
+#: ../../include/functions_config.php:409
+#: ../../godmode/setup/performance.php:76
+msgid "Retention period of past special days"
+msgstr ""
+
+#: ../../include/functions_config.php:411
+#: ../../godmode/setup/performance.php:79
+msgid "Max. macro data fields"
+msgstr ""
+
+#: ../../include/functions_config.php:414
+#: ../../godmode/setup/performance.php:83
+msgid "Max. days before delete inventory data"
+msgstr ""
+
+#: ../../include/functions_config.php:422
+#: ../../godmode/setup/setup_visuals.php:651
+msgid "Date format string"
+msgstr ""
+
+#: ../../include/functions_config.php:424
+#: ../../godmode/setup/setup_visuals.php:664
+msgid "Timestamp or time comparation"
+msgstr ""
+
+#: ../../include/functions_config.php:426
+#: ../../godmode/setup/setup_visuals.php:391
+msgid "Graph color (min)"
+msgstr ""
+
+#: ../../include/functions_config.php:428
+#: ../../godmode/setup/setup_visuals.php:395
+msgid "Graph color (avg)"
+msgstr ""
+
+#: ../../include/functions_config.php:430
+#: ../../godmode/setup/setup_visuals.php:399
+msgid "Graph color (max)"
+msgstr ""
+
+#: ../../include/functions_config.php:432
+#: ../../godmode/setup/setup_visuals.php:403
+msgid "Graph color #4"
+msgstr ""
+
+#: ../../include/functions_config.php:434
+#: ../../godmode/setup/setup_visuals.php:407
+msgid "Graph color #5"
+msgstr ""
+
+#: ../../include/functions_config.php:436
+#: ../../godmode/setup/setup_visuals.php:411
+msgid "Graph color #6"
+msgstr ""
+
+#: ../../include/functions_config.php:438
+#: ../../godmode/setup/setup_visuals.php:415
+msgid "Graph color #7"
+msgstr ""
+
+#: ../../include/functions_config.php:440
+#: ../../godmode/setup/setup_visuals.php:419
+msgid "Graph color #8"
+msgstr ""
+
+#: ../../include/functions_config.php:442
+#: ../../godmode/setup/setup_visuals.php:423
+msgid "Graph color #9"
+msgstr ""
+
+#: ../../include/functions_config.php:444
+#: ../../godmode/setup/setup_visuals.php:427
+msgid "Graph color #10"
+msgstr ""
+
+#: ../../include/functions_config.php:446
+msgid "Graphic resolution (1-low, 5-high)"
+msgstr ""
+
+#: ../../include/functions_config.php:448
+#: ../../godmode/setup/setup_visuals.php:435
+msgid "Value to interface graphics"
+msgstr ""
+
+#: ../../include/functions_config.php:450
+#: ../../godmode/setup/setup_visuals.php:444
+msgid "Data precision for reports"
+msgstr ""
+
+#: ../../include/functions_config.php:455
+#: ../../godmode/setup/setup_visuals.php:153
+msgid "Style template"
+msgstr ""
+
+#: ../../include/functions_config.php:459
+#: ../../godmode/setup/setup_visuals.php:454
+msgid "Use round corners"
+msgstr ""
+
+#: ../../include/functions_config.php:461
+msgid "Show QR code header"
+msgstr ""
+
+#: ../../include/functions_config.php:463
+#: ../../godmode/setup/setup_visuals.php:158
+msgid "Status icon set"
+msgstr ""
+
+#: ../../include/functions_config.php:465
+#: ../../godmode/setup/setup_visuals.php:311
+msgid "Font path"
+msgstr ""
+
+#: ../../include/functions_config.php:467
+#: ../../godmode/setup/setup_visuals.php:318
+#: ../../godmode/reporting/visual_console_builder.wizard.php:178
+msgid "Font size"
+msgstr ""
+
+#: ../../include/functions_config.php:473
+#: ../../include/functions_config.php:633
+#: ../../godmode/setup/setup_visuals.php:574
+msgid "Custom logo"
+msgstr ""
+
+#: ../../include/functions_config.php:475
+msgid "Custom logo login"
+msgstr ""
+
+#: ../../include/functions_config.php:480
+#: ../../godmode/setup/setup_visuals.php:168
+msgid "Login background"
+msgstr ""
+
+#: ../../include/functions_config.php:482
+#: ../../godmode/setup/setup_visuals.php:75
+msgid "Default interval for refresh on Visual Console"
+msgstr ""
+
+#: ../../include/functions_config.php:484
+#: ../../godmode/setup/setup_visuals.php:528
+msgid "Default line thickness for the Visual Console"
+msgstr ""
+
+#: ../../include/functions_config.php:486
+#: ../../include/functions_config.php:488
+#: ../../godmode/setup/setup_visuals.php:341
+msgid "Agent size text"
+msgstr ""
+
+#: ../../include/functions_config.php:490
+#: ../../godmode/setup/setup_visuals.php:349
+msgid "Module size text"
+msgstr ""
+
+#: ../../include/functions_config.php:492
+#: ../../include/functions_config.php:494
+#: ../../godmode/setup/setup_visuals.php:357
+msgid "Description size text"
+msgstr ""
+
+#: ../../include/functions_config.php:496
+#: ../../godmode/setup/setup_visuals.php:361
+msgid "Item title size text"
+msgstr ""
+
+#: ../../include/functions_config.php:498
+#: ../../godmode/setup/setup_visuals.php:274
+msgid "GIS Labels"
+msgstr ""
+
+#: ../../include/functions_config.php:500
+msgid "Show units in values report"
+msgstr ""
+
+#: ../../include/functions_config.php:502
+#: ../../godmode/setup/setup_visuals.php:286
+msgid "Default icon in GIS"
+msgstr ""
+
+#: ../../include/functions_config.php:504
+#: ../../godmode/setup/setup_visuals.php:254
+msgid "Autohidden menu"
+msgstr ""
+
+#: ../../include/functions_config.php:506
+msgid "Fixed graph"
+msgstr ""
+
+#: ../../include/functions_config.php:508
+#: ../../godmode/setup/setup_visuals.php:238
+msgid "Fixed header"
+msgstr ""
+
+#: ../../include/functions_config.php:510
+#: ../../godmode/setup/setup_visuals.php:246
+msgid "Fixed menu"
+msgstr ""
+
+#: ../../include/functions_config.php:512
+msgid "Paginate module"
+msgstr ""
+
+#: ../../include/functions_config.php:514
+#: ../../godmode/setup/setup_visuals.php:625
+msgid "Custom graphviz directory"
+msgstr ""
+
+#: ../../include/functions_config.php:516
+#: ../../godmode/setup/setup_visuals.php:632
+msgid "Networkmap max width"
+msgstr ""
+
+#: ../../include/functions_config.php:518
+#: ../../godmode/setup/setup_visuals.php:469
+msgid "Shortened module graph data"
+msgstr ""
+
+#: ../../include/functions_config.php:520
+#: ../../godmode/setup/setup_visuals.php:641
+msgid "Show the group name instead the group icon."
+msgstr ""
+
+#: ../../include/functions_config.php:522
+#: ../../godmode/setup/setup_visuals.php:449
+msgid "Default line thickness for the Custom Graph."
+msgstr ""
+
+#: ../../include/functions_config.php:524
+msgid "Default type of module charts."
+msgstr ""
+
+#: ../../include/functions_config.php:526
+msgid "Default type of interface charts."
+msgstr ""
+
+#: ../../include/functions_config.php:528
+msgid "Default show only average or min and max"
+msgstr ""
+
+#: ../../include/functions_config.php:530
+#: ../../godmode/setup/setup_visuals.php:85
+msgid "Display data of proc modules in other format"
+msgstr ""
+
+#: ../../include/functions_config.php:532
+#: ../../godmode/setup/setup_visuals.php:95
+msgid "Display text proc modules have state is ok"
+msgstr ""
+
+#: ../../include/functions_config.php:534
+#: ../../godmode/setup/setup_visuals.php:99
+msgid "Display text when proc modules have state critical"
+msgstr ""
+
+#: ../../include/functions_config.php:537
+msgid "Display lateral menus with left click"
+msgstr ""
+
+#: ../../include/functions_config.php:541
+#: ../../godmode/setup/setup_visuals.php:117
+msgid "Service label font size"
+msgstr ""
+
+#: ../../include/functions_config.php:543
+msgid "Service item padding size"
+msgstr ""
+
+#: ../../include/functions_config.php:546
+msgid "Default percentil"
+msgstr ""
+
+#: ../../include/functions_config.php:548
+#: ../../godmode/setup/setup_visuals.php:126
+msgid "Classic menu mode"
+msgstr ""
+
+#: ../../include/functions_config.php:566
+msgid "Add the custom post process"
+msgstr ""
+
+#: ../../include/functions_config.php:573
+msgid "Delete the custom post process"
+msgstr ""
+
+#: ../../include/functions_config.php:618
+#: ../../godmode/setup/setup_visuals.php:723
+msgid "Delete interval"
+msgstr ""
+
+#: ../../include/functions_config.php:622
+msgid "Custom report info"
+msgstr ""
+
+#: ../../include/functions_config.php:627
+#: ../../include/functions_config.php:630
+#: ../../include/functions_config.php:633
+#: ../../include/functions_config.php:636
+#: ../../include/functions_config.php:639
+#: ../../include/functions_config.php:642
+#: ../../godmode/setup/setup_visuals.php:567
+#: ../../godmode/setup/setup_visuals.php:573
+#: ../../godmode/setup/setup_visuals.php:586
+#: ../../godmode/setup/setup_visuals.php:594
+#: ../../godmode/setup/setup_visuals.php:599
+#: ../../godmode/setup/setup_visuals.php:607
+msgid "Custom report front"
+msgstr ""
+
+#: ../../include/functions_config.php:630
+#: ../../godmode/setup/setup_visuals.php:567
+msgid "Font family"
+msgstr ""
+
+#: ../../include/functions_config.php:636
+#: ../../godmode/setup/setup_visuals.php:594
+msgid "Header"
+msgstr ""
+
+#: ../../include/functions_config.php:639
+#: ../../godmode/setup/setup_visuals.php:599
+msgid "First page"
+msgstr ""
+
+#: ../../include/functions_config.php:642
+#: ../../godmode/setup/setup_visuals.php:607
+msgid "Footer"
+msgstr ""
+
+#: ../../include/functions_config.php:647
+#: ../../godmode/setup/setup_netflow.php:41
+msgid "Data storage path"
+msgstr ""
+
+#: ../../include/functions_config.php:649
+#: ../../godmode/setup/setup_netflow.php:45
+msgid "Daemon interval"
+msgstr ""
+
+#: ../../include/functions_config.php:651
+#: ../../godmode/setup/setup_netflow.php:49
+msgid "Daemon binary path"
+msgstr ""
+
+#: ../../include/functions_config.php:653
+#: ../../godmode/setup/setup_netflow.php:52
+msgid "Nfdump binary path"
+msgstr ""
+
+#: ../../include/functions_config.php:655
+#: ../../godmode/setup/setup_netflow.php:55
+msgid "Nfexpire binary path"
+msgstr ""
+
+#: ../../include/functions_config.php:657
+#: ../../godmode/setup/setup_netflow.php:58
+msgid "Maximum chart resolution"
+msgstr ""
+
+#: ../../include/functions_config.php:659
+#: ../../godmode/setup/setup_netflow.php:61
+msgid "Disable custom live view filters"
+msgstr ""
+
+#: ../../include/functions_config.php:661
+#: ../../include/functions_config.php:667
+#: ../../godmode/setup/setup_netflow.php:65
+msgid "Netflow max lifetime"
+msgstr ""
+
+#: ../../include/functions_config.php:663
+#: ../../godmode/setup/setup_netflow.php:68
+msgid "Name resolution for IP address"
+msgstr ""
+
+#: ../../include/functions_config.php:669
+msgid "Log max lifetime"
+msgstr ""
+
+#: ../../include/functions_config.php:673
+msgid "Enable history database"
+msgstr ""
+
+#: ../../include/functions_config.php:675
+msgid "Enable history event"
+msgstr ""
+
+#: ../../include/functions_config.php:677
+msgid "Host"
+msgstr ""
+
+#: ../../include/functions_config.php:679
+#: ../../godmode/modules/manage_network_components_form_network.php:38
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:342
+#: ../../godmode/agentes/module_manager_editor_network.php:106
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:703
+msgid "Port"
+msgstr ""
+
+#: ../../include/functions_config.php:683
+msgid "Database user"
+msgstr ""
+
+#: ../../include/functions_config.php:685
+msgid "Database password"
+msgstr ""
+
+#: ../../include/functions_config.php:687
+#: ../../godmode/alerts/alert_templates.php:73
+msgid "Days"
+msgstr ""
+
+#: ../../include/functions_config.php:689
+msgid "Event Days"
+msgstr ""
+
+#: ../../include/functions_config.php:691
+#: ../../godmode/alerts/configure_alert_template.php:147
+#: ../../godmode/alerts/configure_alert_template.php:152
+#: ../../godmode/alerts/configure_alert_template.php:167
+#: ../../godmode/alerts/configure_alert_template.php:172
+#: ../../godmode/alerts/configure_alert_template.php:187
+#: ../../godmode/alerts/configure_alert_template.php:192
+msgid "Step"
+msgstr ""
+
+#: ../../include/functions_config.php:693
+msgid "Delay"
+msgstr ""
+
+#: ../../include/functions_config.php:697
+#: ../../godmode/setup/setup_ehorus.php:54
+msgid "Enable eHorus"
+msgstr ""
+
+#: ../../include/functions_config.php:699
+msgid "eHorus user"
+msgstr ""
+
+#: ../../include/functions_config.php:701
+msgid "eHorus password"
+msgstr ""
+
+#: ../../include/functions_config.php:703
+msgid "eHorus API hostname"
+msgstr ""
+
+#: ../../include/functions_config.php:705
+msgid "eHorus API port"
+msgstr ""
+
+#: ../../include/functions_config.php:707
+msgid "eHorus request timeout"
+msgstr ""
+
+#: ../../include/functions_config.php:709
+msgid "eHorus id custom field"
+msgstr ""
+
+#: ../../include/functions_config.php:721
+#, php-format
+msgid "Failed updated: the next values cannot update: %s"
+msgstr ""
+
+#: ../../include/functions_config.php:1696
msgid ""
-"Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
-"Single value, each Variable bindings/Datas."
+"Click here to start the registration "
+"process"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:913
-msgid "Alert SNMP control filter"
+#: ../../include/functions_config.php:1697
+msgid "This instance is not registered in the Update manager"
msgstr ""
-#: ../../godmode/snmpconsole/snmp_alert.php:1006
-msgid "There are no SNMP alerts"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1054
-msgid "Custom Value/Enterprise String"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1059
-msgid "TF."
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1143
-msgid "ID Alert SNMP"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_alert.php:1367
-msgid "Add action "
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_filters.php:42
-msgid "Filter overview"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_filters.php:51
-msgid "There was a problem updating the filter"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_filters.php:63
-msgid "There was a problem creating the filter"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_filters.php:73
-msgid "There was a problem deleting the filter"
-msgstr ""
-
-#: ../../godmode/snmpconsole/snmp_filters.php:98
+#: ../../include/functions_config.php:1704
msgid ""
-"This field contains a substring, could be part of a IP address, a numeric "
-"OID, or a plain substring"
+"Click here to start the newsletter "
+"subscription process"
+msgstr ""
+
+#: ../../include/functions_config.php:1705
+msgid "Not subscribed to the newsletter"
+msgstr ""
+
+#: ../../include/functions_config.php:1716
+msgid "Default password for \"Admin\" user has not been changed."
+msgstr ""
+
+#: ../../include/functions_config.php:1717
+msgid ""
+"Please change the default password because is a common vulnerability "
+"reported."
+msgstr ""
+
+#: ../../include/functions_config.php:1723
+msgid "You can not get updates until you renew the license."
+msgstr ""
+
+#: ../../include/functions_config.php:1724
+msgid "This license has expired."
+msgstr ""
+
+#: ../../include/functions_config.php:1729
+msgid ""
+"Please check that the web server has write rights on the {HOMEDIR}/"
+"attachment directory"
+msgstr ""
+
+#: ../../include/functions_config.php:1742
+msgid "Remote configuration directory is not readble for the console"
+msgstr ""
+
+#: ../../include/functions_config.php:1748
+#: ../../include/functions_config.php:1755
+msgid "Remote configuration directory is not writtable for the console"
+msgstr ""
+
+#: ../../include/functions_config.php:1766
+msgid ""
+"There are too much files in attachment directory. This is not fatal, but you "
+"should consider cleaning up your attachment directory manually"
+msgstr ""
+
+#: ../../include/functions_config.php:1766
+msgid "files"
+msgstr ""
+
+#: ../../include/functions_config.php:1767
+msgid "Too much files in your tempora/attachment directory"
+msgstr ""
+
+#: ../../include/functions_config.php:1784
+msgid ""
+"Your database is not well maintained. Seems that it have more than 48hr "
+"without a proper maintance. Please review Pandora FMS documentation about "
+"how to execute this maintance process (pandora_db.pl) and enable it as soon "
+"as possible"
+msgstr ""
+
+#: ../../include/functions_config.php:1785
+msgid "Database maintance problem"
+msgstr ""
+
+#: ../../include/functions_config.php:1791
+msgid ""
+"Your defined font doesnt exist or is not defined. Please check font "
+"parameters in your config"
+msgstr ""
+
+#: ../../include/functions_config.php:1792
+msgid "Default font doesnt exist"
+msgstr ""
+
+#: ../../include/functions_config.php:1797
+msgid "You need to restart server after altering this configuration setting."
+msgstr ""
+
+#: ../../include/functions_config.php:1798
+msgid ""
+"Event storm protection is activated. No events will be generated during this "
+"mode."
+msgstr ""
+
+#: ../../include/functions_config.php:1805
+msgid ""
+"Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a "
+"developer mode and should be disabled in a production system. This value is "
+"written in the main index.php file"
+msgstr ""
+
+#: ../../include/functions_config.php:1806
+msgid "Developer mode is enabled"
+msgstr ""
+
+#: ../../include/functions_config.php:1815
+msgid "Error first setup Open update"
+msgstr ""
+
+#: ../../include/functions_config.php:1821
+msgid ""
+"There is a new update available. Please go to Administration:Setup:Update Manager for more details."
+msgstr ""
+
+#: ../../include/functions_config.php:1822
+msgid "New update of Pandora Console"
+msgstr ""
+
+#: ../../include/functions_config.php:1836
+msgid ""
+"To disable, change it on your PHP configuration file (php.ini) and put "
+"safe_mode = Off (Dont forget restart apache process after changes)"
+msgstr ""
+
+#: ../../include/functions_config.php:1837
+msgid "PHP safe mode is enabled. Some features may not properly work."
+msgstr ""
+
+#: ../../include/functions_config.php:1842
+#, php-format
+msgid "Recommended value is %s"
+msgstr ""
+
+#: ../../include/functions_config.php:1842
+#: ../../include/functions_config.php:1848
+msgid "Unlimited"
+msgstr ""
+
+#: ../../include/functions_config.php:1842
+#: ../../include/functions_config.php:1848
+#: ../../include/functions_config.php:1856
+#: ../../include/functions_config.php:1871
+msgid ""
+"Please, change it on your PHP configuration file (php.ini) or contact with "
+"administrator (Dont forget restart apache process after changes)"
+msgstr ""
+
+#: ../../include/functions_config.php:1843
+#: ../../include/functions_config.php:1849
+#: ../../include/functions_config.php:1857
+#: ../../include/functions_config.php:1865
+#, php-format
+msgid "Not recommended '%s' value in PHP configuration"
+msgstr ""
+
+#: ../../include/functions_config.php:1848
+#: ../../include/functions_config.php:1856
+#: ../../include/functions_config.php:1864
+#, php-format
+msgid "Recommended value is: %s"
+msgstr ""
+
+#: ../../include/functions_config.php:1856
+#: ../../include/functions_config.php:1864
+#, php-format
+msgid "%s or greater"
+msgstr ""
+
+#: ../../include/functions_config.php:1864
+msgid ""
+"Please, change it on your PHP configuration file (php.ini) or contact with "
+"administrator"
+msgstr ""
+
+#: ../../include/functions_config.php:1870
+msgid ""
+"Variable disable_functions containts functions system() or exec(), in PHP "
+"configuration file (php.ini)"
+msgstr ""
+
+#: ../../include/functions_config.php:1871
+msgid "Problems with disable functions in PHP.INI"
+msgstr ""
+
+#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31
+#: ../../include/functions_gis.php:36
+msgid "Hierarchy of agents"
+msgstr ""
+
+#: ../../include/functions.php:215
+msgid "."
+msgstr ""
+
+#: ../../include/functions.php:217
+msgid ","
+msgstr ""
+
+#: ../../include/functions.php:439 ../../include/functions.php:573
+msgid "s"
+msgstr ""
+
+#: ../../include/functions.php:440 ../../include/functions.php:574
+msgid "d"
+msgstr ""
+
+#: ../../include/functions.php:441 ../../include/functions.php:575
+msgid "M"
+msgstr ""
+
+#: ../../include/functions.php:442 ../../include/functions.php:576
+msgid "Y"
+msgstr ""
+
+#: ../../include/functions.php:443 ../../include/functions.php:577
+msgid "m"
+msgstr ""
+
+#: ../../include/functions.php:444 ../../include/functions.php:578
+msgid "h"
+msgstr ""
+
+#: ../../include/functions.php:445 ../../include/functions.php:579
+msgid "N"
+msgstr ""
+
+#: ../../include/functions.php:1033
+msgid "Monitor Unknown"
+msgstr ""
+
+#: ../../include/functions.php:1040
+msgid "Agent created"
+msgstr ""
+
+#: ../../include/functions.php:2015
+msgid "custom"
+msgstr ""
+
+#: ../../include/functions.php:2020 ../../include/functions.php:2021
+#, php-format
+msgid "%s minutes"
+msgstr ""
+
+#: ../../include/functions.php:2023 ../../include/functions.php:2024
+#, php-format
+msgid "%s hours"
+msgstr ""
+
+#: ../../include/functions.php:2029 ../../include/functions.php:2030
+#, php-format
+msgid "%s months"
+msgstr ""
+
+#: ../../include/functions.php:2032 ../../include/functions.php:2033
+#, php-format
+msgid "%s years"
+msgstr ""
+
+#: ../../include/functions.php:2036
+#: ../../godmode/alerts/configure_alert_template.php:915
+#: ../../godmode/alerts/alert_list.builder.php:212
+#: ../../godmode/modules/manage_network_components_form_network.php:82
+#: ../../godmode/modules/manage_network_components_form_plugin.php:29
+#: ../../godmode/modules/manage_network_components_form_wmi.php:58
+msgid "Empty"
+msgstr ""
+
+#: ../../include/functions.php:2036
+msgid "Default values will be used"
+msgstr ""
+
+#: ../../include/functions.php:2196
+msgid "The uploaded file was only partially uploaded"
+msgstr ""
+
+#: ../../include/functions.php:2199
+msgid "No file was uploaded"
+msgstr ""
+
+#: ../../include/functions.php:2202
+msgid "Missing a temporary folder"
+msgstr ""
+
+#: ../../include/functions.php:2205
+msgid "Failed to write file to disk"
+msgstr ""
+
+#: ../../include/functions.php:2208
+msgid "File upload stopped by extension"
+msgstr ""
+
+#: ../../include/functions.php:2212
+msgid "Unknown upload error"
+msgstr ""
+
+#: ../../include/functions.php:2297
+msgid "No data found to export"
+msgstr ""
+
+#: ../../include/functions.php:2315
+msgid "Source ID"
+msgstr ""
+
+#: ../../include/functions.php:2582
+#: ../../godmode/alerts/alert_list.list.php:136
+#: ../../godmode/alerts/alert_list.list.php:784
+#: ../../godmode/extensions.php:277 ../../godmode/users/user_list.php:463
+msgid "Disable"
+msgstr ""
+
+#: ../../include/functions.php:2585
+msgid "15 seconds"
+msgstr ""
+
+#: ../../include/functions.php:2590
+msgid "15 minutes"
+msgstr ""
+
+#: ../../include/functions_networkmap.php:1638
+#: ../../include/functions_networkmap.php:1724
+msgid "Radial dynamic"
+msgstr ""
+
+#: ../../include/functions_networkmap.php:1694
+msgid "Create a new topology map"
+msgstr ""
+
+#: ../../include/functions_networkmap.php:1695
+msgid "Create a new group map"
+msgstr ""
+
+#: ../../include/functions_networkmap.php:1696
+msgid "Create a new dynamic map"
+msgstr ""
+
+#: ../../include/functions_networkmap.php:1698
+msgid "Create a new radial dynamic map"
msgstr ""
#: ../../godmode/snmpconsole/snmp_trap_generator.php:37
@@ -26535,362 +15969,307 @@ msgstr ""
msgid "Generate trap"
msgstr ""
-#: ../../godmode/gis_maps/index.php:65
-#: ../../godmode/gis_maps/configure_gis_map.php:212
-msgid "GIS Maps builder"
+#: ../../godmode/snmpconsole/snmp_alert.php:78
+msgid "Update alert"
msgstr ""
-#: ../../godmode/gis_maps/index.php:70
-#: ../../godmode/reporting/map_builder.php:207
-msgid "Map name"
+#: ../../godmode/snmpconsole/snmp_alert.php:82
+msgid "Create alert"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:100
-msgid "Map successfully created"
+#: ../../godmode/snmpconsole/snmp_alert.php:86
+msgid "Alert overview"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:101
-msgid "Map could not be created"
+#: ../../godmode/snmpconsole/snmp_alert.php:243
+msgid "There was a problem creating the alert"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:192
-msgid "Map successfully update"
+#: ../../godmode/snmpconsole/snmp_alert.php:314
+msgid "There was a problem updating the alert"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:193
-msgid "Map could not be updated"
+#: ../../godmode/snmpconsole/snmp_alert.php:536
+msgid "There was a problem duplicating the alert"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:209
-msgid "View GIS"
+#: ../../godmode/snmpconsole/snmp_alert.php:540
+msgid "Successfully Duplicate"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:319
-msgid "Map Name"
+#: ../../godmode/snmpconsole/snmp_alert.php:556
+msgid "There was a problem deleting the alert"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:319
-msgid "Descriptive name for the map"
+#: ../../godmode/snmpconsole/snmp_alert.php:585
+#, php-format
+msgid "Successfully deleted alerts (%s / %s)"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:338
-msgid "Add Map connection"
+#: ../../godmode/snmpconsole/snmp_alert.php:589
+#, php-format
+msgid "Unsuccessfully deleted alerts (%s / %s)"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:338
+#: ../../godmode/snmpconsole/snmp_alert.php:643
+msgid "Custom Value/OID"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:669
+msgid "Single value"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:676
+#: ../../godmode/snmpconsole/snmp_alert.php:686
+#: ../../godmode/snmpconsole/snmp_alert.php:696
+#: ../../godmode/snmpconsole/snmp_alert.php:708
+#: ../../godmode/snmpconsole/snmp_alert.php:720
+#: ../../godmode/snmpconsole/snmp_alert.php:732
+#: ../../godmode/snmpconsole/snmp_alert.php:744
+#: ../../godmode/snmpconsole/snmp_alert.php:754
+#: ../../godmode/snmpconsole/snmp_alert.php:764
+#: ../../godmode/snmpconsole/snmp_alert.php:774
+#: ../../godmode/snmpconsole/snmp_alert.php:784
+#: ../../godmode/snmpconsole/snmp_alert.php:793
+#: ../../godmode/snmpconsole/snmp_alert.php:802
+#: ../../godmode/snmpconsole/snmp_alert.php:811
+#: ../../godmode/snmpconsole/snmp_alert.php:820
+#: ../../godmode/snmpconsole/snmp_alert.php:829
+#: ../../godmode/snmpconsole/snmp_alert.php:838
+#: ../../godmode/snmpconsole/snmp_alert.php:846
+#: ../../godmode/snmpconsole/snmp_alert.php:854
+#: ../../godmode/snmpconsole/snmp_alert.php:862
+msgid "Variable bindings/Data"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:911
+#: ../../godmode/alerts/configure_alert_template.php:553
+msgid "Min. number of alerts"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:914
+#: ../../godmode/alerts/configure_alert_template.php:560
+msgid "Max. number of alerts"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:919
+#: ../../godmode/alerts/alert_view.php:306
+#: ../../godmode/alerts/configure_alert_template.php:549
+#: ../../godmode/alerts/alert_templates.php:89
+msgid "Time threshold"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:933
+msgid "Other value"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:946
+#: ../../godmode/snmpconsole/snmp_alert.php:1151
+msgid "Alert action"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_alert.php:1000
msgid ""
-"At least one map connection must be defined, it will be possible to change "
-"between the connections in the map"
+"Search by these fields description, OID, Custom Value, SNMP Agent (IP), "
+"Single value, each Variable bindings/Datas."
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:356
-msgid "Group that owns the map"
+#: ../../godmode/snmpconsole/snmp_alert.php:1019
+msgid "Alert SNMP control filter"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:359
-msgid "Default zoom"
+#: ../../godmode/snmpconsole/snmp_alert.php:1112
+msgid "There are no SNMP alerts"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:359
-msgid "Default zoom level when opening the map"
+#: ../../godmode/snmpconsole/snmp_alert.php:1160
+msgid "Custom Value/Enterprise String"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:362
-msgid "Center Latitude"
+#: ../../godmode/snmpconsole/snmp_alert.php:1165
+msgid "TF."
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:365
-msgid "Center Longitude"
+#: ../../godmode/snmpconsole/snmp_alert.php:1226
+#: ../../godmode/alerts/alert_templates.php:338
+#: ../../godmode/modules/manage_network_components.php:613
+#: ../../godmode/agentes/module_manager.php:761
+msgid "Duplicate"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:368
-msgid "Center Altitude"
+#: ../../godmode/snmpconsole/snmp_alert.php:1234
+#: ../../godmode/alerts/alert_list.list.php:703
+#: ../../godmode/alerts/alert_list.list.php:707
+#: ../../godmode/alerts/alert_list.list.php:841
+msgid "Add action"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:371
-msgid "Default Latitude"
+#: ../../godmode/snmpconsole/snmp_alert.php:1256
+msgid "ID Alert SNMP"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:374
-msgid "Default Longitude"
+#: ../../godmode/snmpconsole/snmp_alert.php:1487
+msgid "Add action "
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:377
-msgid "Default Altitude"
+#: ../../godmode/snmpconsole/snmp_filters.php:38
+#: ../../godmode/events/event_filter.php:175
+#: ../../godmode/netflow/nf_edit_form.php:182
+#: ../../godmode/netflow/nf_edit.php:167
+msgid "Create filter"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:382
-msgid "Layers"
+#: ../../godmode/snmpconsole/snmp_filters.php:42
+msgid "Filter overview"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:382
+#: ../../godmode/snmpconsole/snmp_filters.php:51
+msgid "There was a problem updating the filter"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_filters.php:63
+msgid "There was a problem creating the filter"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_filters.php:73
+msgid "There was a problem deleting the filter"
+msgstr ""
+
+#: ../../godmode/snmpconsole/snmp_filters.php:98
msgid ""
-"Each layer can show agents from one group or the agents added to that layer "
-"or both."
+"This field contains a substring, could be part of a IP address, a numeric "
+"OID, or a plain substring"
msgstr ""
-#: ../../godmode/gis_maps/configure_gis_map.php:388
-msgid "List of layers"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:388
-msgid "It is possible to edit, delete and reorder the layers."
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:389
-msgid "New layer"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:397
-msgid "Layer name"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:399
-msgid "Visible"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:403
-msgid "Show agents from group"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:415
-msgid "Add agent"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:431
-msgid "List of Agents to be shown in the layer"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:438
-#: ../../godmode/gis_maps/configure_gis_map.php:614
-#: ../../godmode/gis_maps/configure_gis_map.php:625
-msgid "Save Layer"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:457
-msgid "Update map"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:658
-#: ../../godmode/gis_maps/configure_gis_map.php:714
-msgid "Update Layer"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:780
-msgid "Do you want to use the default data from the connection?"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:815
-msgid "The connection"
-msgstr ""
-
-#: ../../godmode/gis_maps/configure_gis_map.php:815
-msgid "just added previously."
-msgstr ""
-
-#: ../../godmode/alerts/alert_commands.php:242
-msgid "Alert commands"
-msgstr ""
-
-#: ../../godmode/alerts/alert_commands.php:365
-msgid "No alert commands configured"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_special_days.php:52
+#: ../../godmode/alerts/configure_alert_special_days.php:55
msgid "Configure special day"
msgstr ""
-#: ../../godmode/alerts/configure_alert_special_days.php:76
-#: ../../godmode/alerts/alert_special_days.php:162
+#: ../../godmode/alerts/configure_alert_special_days.php:79
+#: ../../godmode/alerts/alert_special_days.php:235
msgid "Same day of the week"
msgstr ""
-#: ../../godmode/alerts/configure_alert_command.php:42
-msgid "Configure alert command"
+#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:164
+#: ../../godmode/menu.php:165
+msgid "Special days list"
msgstr ""
-#: ../../godmode/alerts/configure_alert_command.php:127
-msgid "Update Command"
+#: ../../godmode/alerts/alert_special_days.php:86
+msgid "Skipped dates: "
msgstr ""
-#: ../../godmode/alerts/configure_alert_command.php:130
-#: ../../godmode/alerts/configure_alert_action.php:136
-msgid "Create Command"
+#: ../../godmode/alerts/alert_special_days.php:106
+msgid "Success to upload iCalendar"
msgstr ""
-#: ../../godmode/alerts/configure_alert_command.php:160
-#, php-format
-msgid "Field %s description"
+#: ../../godmode/alerts/alert_special_days.php:106
+msgid "Fail to upload iCalendar"
msgstr ""
-#: ../../godmode/alerts/configure_alert_command.php:175
-#, php-format
-msgid "Field %s values"
+#: ../../godmode/alerts/alert_special_days.php:232
+msgid "iCalendar(.ics) file"
msgstr ""
-#: ../../godmode/alerts/alert_special_days.php:230
-msgid "No special days configured"
+#: ../../godmode/alerts/alert_special_days.php:254
+msgid "Overwrite"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:495
-#: ../../godmode/alerts/alert_list.builder.php:101
-msgid "Create Template"
+#: ../../godmode/alerts/alert_special_days.php:255
+msgid "Check this box, if you want to overwrite existing same days."
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:532
-#: ../../godmode/alerts/alert_view.php:298
-msgid "Use special days list"
+#: ../../godmode/alerts/alert_special_days.php:273
+msgid "Display range: "
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:556
-#: ../../godmode/alerts/alert_list.builder.php:116
-msgid "Default action"
+#: ../../godmode/alerts/alert_special_days.php:347
+msgid "January"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:580
-msgid ""
-"In case you fill any Field 1, Field 2 or Field 3 above, those will replace "
-"the corresponding fields of this associated \"Default action\"."
+#: ../../godmode/alerts/alert_special_days.php:350
+msgid "February"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:582
-msgid "Condition type"
+#: ../../godmode/alerts/alert_special_days.php:353
+msgid "March"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:589
-msgid "Trigger when matches the value"
+#: ../../godmode/alerts/alert_special_days.php:356
+msgid "April"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:601
-msgid "The regular expression is valid"
+#: ../../godmode/alerts/alert_special_days.php:359
+msgid "May"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:606
-msgid "The regular expression is not valid"
+#: ../../godmode/alerts/alert_special_days.php:362
+msgid "June"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:647
-msgid "Alert recovery"
+#: ../../godmode/alerts/alert_special_days.php:365
+msgid "July"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:655
-#: ../../godmode/alerts/alert_view.php:438
-#: ../../godmode/alerts/alert_view.php:532
-msgid "Firing fields"
+#: ../../godmode/alerts/alert_special_days.php:368
+msgid "August"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:656
-msgid "Recovery fields"
+#: ../../godmode/alerts/alert_special_days.php:371
+msgid "September"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:734
-msgid "No wizard"
+#: ../../godmode/alerts/alert_special_days.php:374
+msgid "October"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:804
-#, php-format
-msgid "The alert would fire when the value doesn\\'t match %s"
+#: ../../godmode/alerts/alert_special_days.php:377
+msgid "November"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:809
-#: ../../godmode/alerts/alert_view.php:170
-msgid "The alert would fire when the value is below "
+#: ../../godmode/alerts/alert_special_days.php:380
+msgid "December"
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:810
-#: ../../godmode/alerts/alert_view.php:174
-msgid "The alert would fire when the value is above "
+#: ../../godmode/alerts/alert_special_days.php:422
+msgid "Same as "
msgstr ""
-#: ../../godmode/alerts/configure_alert_template.php:813
-#: ../../godmode/alerts/alert_view.php:179
-msgid "The alert would fire when the module value changes"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_template.php:814
-#: ../../godmode/alerts/alert_view.php:182
-msgid "The alert would fire when the module value does not change"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_template.php:815
-#: ../../godmode/alerts/alert_view.php:192
-msgid "The alert would fire when the module is in unknown status"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_template.php:816
-msgid ""
-"The alert template cannot have the same value for min and max thresholds."
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.php:77
-msgid "Already added"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.php:284
#: ../../godmode/alerts/alert_view.php:61
#: ../../godmode/alerts/alert_view.php:62
#: ../../godmode/alerts/alert_view.php:63
+#: ../../godmode/alerts/alert_list.php:313
msgid "List alerts"
msgstr ""
-#: ../../godmode/alerts/alert_list.php:288
-msgid "Builder alert"
+#: ../../godmode/alerts/alert_view.php:170
+#: ../../godmode/alerts/configure_alert_template.php:850
+msgid "The alert would fire when the value is below "
msgstr ""
-#: ../../godmode/alerts/alert_templates.php:359
-msgid "No alert templates defined"
+#: ../../godmode/alerts/alert_view.php:174
+#: ../../godmode/alerts/configure_alert_template.php:851
+msgid "The alert would fire when the value is above "
msgstr ""
-#: ../../godmode/alerts/alert_list.list.php:117
-msgid "Field content"
+#: ../../godmode/alerts/alert_view.php:179
+#: ../../godmode/alerts/configure_alert_template.php:854
+msgid "The alert would fire when the module value changes"
msgstr ""
-#: ../../godmode/alerts/alert_list.list.php:126
-msgid "Enabled / Disabled"
+#: ../../godmode/alerts/alert_view.php:182
+#: ../../godmode/alerts/configure_alert_template.php:855
+msgid "The alert would fire when the module value does not change"
msgstr ""
-#: ../../godmode/alerts/alert_list.list.php:495
-#: ../../godmode/alerts/alert_view.php:356
-msgid ""
-"The default actions will be executed every time that the alert is fired and "
-"no other action is executed"
+#: ../../godmode/alerts/alert_view.php:192
+#: ../../godmode/alerts/configure_alert_template.php:856
+msgid "The alert would fire when the module is in unknown status"
msgstr ""
-#: ../../godmode/alerts/alert_list.list.php:540
-msgid "Delete action"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.list.php:696
-msgid "View alert advanced details"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.list.php:707
-msgid "No alerts defined"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_action.php:57
-#: ../../godmode/alerts/configure_alert_action.php:66
-msgid "Configure alert action"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_action.php:98
-msgid "Update Action"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_action.php:148
-#: ../../godmode/alerts/alert_view.php:420
-msgid "Firing"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_action.php:149
-msgid "Recovery"
-msgstr ""
-
-#: ../../godmode/alerts/configure_alert_action.php:153
-#: ../../godmode/alerts/alert_view.php:508
-#: ../../godmode/alerts/alert_view.php:595
-#: ../../godmode/servers/plugin.php:331
-msgid "Command preview"
+#: ../../godmode/alerts/alert_view.php:298
+#: ../../godmode/alerts/configure_alert_template.php:536
+msgid "Use special days list"
msgstr ""
#: ../../godmode/alerts/alert_view.php:310
@@ -26906,6 +16285,13 @@ msgstr ""
msgid "Every time that the alert is fired"
msgstr ""
+#: ../../godmode/alerts/alert_view.php:356
+#: ../../godmode/alerts/alert_list.list.php:505
+msgid ""
+"The default actions will be executed every time that the alert is fired and "
+"no other action is executed"
+msgstr ""
+
#: ../../godmode/alerts/alert_view.php:414
msgid ""
"Select the desired action and mode to see the Firing/Recovery fields for "
@@ -26916,10 +16302,28 @@ msgstr ""
msgid "Select the action"
msgstr ""
+#: ../../godmode/alerts/alert_view.php:420
+#: ../../godmode/alerts/configure_alert_action.php:148
+msgid "Firing"
+msgstr ""
+
#: ../../godmode/alerts/alert_view.php:421
msgid "Recovering"
msgstr ""
+#: ../../godmode/alerts/alert_view.php:423
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/servers/manage_recontask_form.php:237
+#: ../../godmode/servers/manage_recontask.php:291
+msgid "Mode"
+msgstr ""
+
+#: ../../godmode/alerts/alert_view.php:438
+#: ../../godmode/alerts/alert_view.php:532
+#: ../../godmode/alerts/configure_alert_template.php:670
+msgid "Firing fields"
+msgstr ""
+
#: ../../godmode/alerts/alert_view.php:439
msgid ""
"Fields passed to the command executed by this action when the alert is fired"
@@ -26955,6 +16359,24 @@ msgstr ""
msgid "Fields used on execution when the alert is fired"
msgstr ""
+#: ../../godmode/alerts/alert_view.php:471
+#: ../../godmode/alerts/alert_view.php:548
+#: ../../godmode/alerts/alert_commands.php:105
+#: ../../godmode/alerts/alert_commands.php:109
+#: ../../godmode/alerts/alert_commands.php:127
+#: ../../godmode/alerts/alert_commands.php:135
+#: ../../godmode/alerts/configure_alert_template.php:684
+#, php-format
+msgid "Field %s"
+msgstr ""
+
+#: ../../godmode/alerts/alert_view.php:508
+#: ../../godmode/alerts/alert_view.php:595
+#: ../../godmode/alerts/configure_alert_action.php:153
+#: ../../godmode/servers/plugin.php:381
+msgid "Command preview"
+msgstr ""
+
#: ../../godmode/alerts/alert_view.php:516
msgid "The alert recovering is disabled on this template."
msgstr ""
@@ -26993,14 +16415,6 @@ msgstr ""
msgid "Fields used on execution when the alert is recovered"
msgstr ""
-#: ../../godmode/alerts/alert_list.builder.php:78
-msgid "Latest value"
-msgstr ""
-
-#: ../../godmode/alerts/alert_list.builder.php:141
-msgid "Add alert"
-msgstr ""
-
#: ../../godmode/alerts/alert_actions.php:66
#: ../../godmode/alerts/alert_actions.php:92
#: ../../godmode/alerts/alert_actions.php:110
@@ -27013,2060 +16427,662 @@ msgstr ""
msgid "Alert actions"
msgstr ""
+#: ../../godmode/alerts/alert_actions.php:141
+msgid "Could not be copied"
+msgstr ""
+
#: ../../godmode/alerts/alert_actions.php:398
msgid "No alert actions configured"
msgstr ""
-#: ../../godmode/agentes/agent_incidents.php:67
-msgid "No incidents associated to this agent"
+#: ../../godmode/alerts/alert_commands.php:149
+#: ../../godmode/alerts/alert_commands.php:159
+#: ../../godmode/alerts/configure_alert_template.php:689
+#: ../../godmode/alerts/configure_alert_template.php:703
+#: ../../godmode/alerts/configure_alert_template.php:775
+#: ../../godmode/users/configure_user.php:532
+#: ../../godmode/modules/manage_network_components_form_common.php:59
+msgid "Basic"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:155
-msgid "The agent's name must be the same as the one defined at the console"
+#: ../../godmode/alerts/alert_commands.php:249
+msgid "Alert commands"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:158
-msgid "QR Code Agent view"
+#: ../../godmode/alerts/alert_commands.php:372
+msgid "No alert commands configured"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:191
-msgid "You can remotely edit this agent configuration"
+#: ../../godmode/alerts/configure_alert_command.php:42
+msgid "Configure alert command"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:198
-msgid "Delete agent"
+#: ../../godmode/alerts/configure_alert_command.php:127
+msgid "Update Command"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:227
-msgid "Only it is show when
the agent is saved."
+#: ../../godmode/alerts/configure_alert_command.php:130
+#: ../../godmode/alerts/configure_alert_action.php:136
+msgid "Create Command"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:241
-#: ../../godmode/massive/massive_edit_agents.php:275
-msgid "Cascade protection"
+#: ../../godmode/alerts/configure_alert_command.php:150
+#: ../../godmode/alerts/configure_alert_action.php:128
+#: ../../godmode/events/event_responses.editor.php:114
+#: ../../godmode/events/event_responses.editor.php:121
+#: ../../godmode/events/event_responses.editor.php:124
+#: ../../godmode/massive/massive_edit_plugins.php:437
+#: ../../godmode/servers/recon_script.php:370
+#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394
+#: ../../godmode/servers/plugin.php:737
+msgid "Command"
msgstr ""
-#: ../../godmode/agentes/agent_manager.php:296
-#: ../../godmode/agentes/module_manager_editor_common.php:314
-#: ../../godmode/groups/configure_group.php:167
-#: ../../godmode/massive/massive_edit_agents.php:333
-msgid "Custom ID"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:300
-#: ../../godmode/massive/massive_edit_agents.php:337
-msgid "Module definition"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:302
-#: ../../godmode/massive/massive_edit_agents.php:339
-msgid "Learning mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:305
-#: ../../godmode/massive/massive_edit_agents.php:340
-msgid "Normal mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:313
-#: ../../godmode/massive/massive_edit_agents.php:346
-msgid "Active"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:320
-#: ../../godmode/agentes/agent_manager.php:342
-#: ../../godmode/massive/massive_edit_agents.php:356
-msgid "Not available"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:351
-#: ../../godmode/massive/massive_edit_agents.php:382
-msgid "Agent icon"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:351
-msgid "Agent icon for GIS Maps."
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:380
-#: ../../godmode/agentes/agent_conf_gis.php:78
-#: ../../godmode/massive/massive_edit_agents.php:391
-msgid "Ignore new GIS data:"
-msgstr ""
-
-#: ../../godmode/agentes/agent_manager.php:395
-#: ../../godmode/massive/massive_edit_agents.php:398
-msgid "The agent still runs but the alerts and events will be stop"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:62
-msgid "Agents defined in Pandora"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:87
-msgid "Success deleted agent."
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:87
-msgid "Could not be deleted."
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:94
-msgid "Maybe the files conf or md5 could not be deleted"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:144
-msgid "Show Agents"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:146
-msgid "Everyone"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:147
-msgid "Only disabled"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:148
-msgid "Only enabled"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:425
-msgid "Remote agent configuration"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:425
-msgid "R"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:523
-msgid "Edit remote config"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:550
-msgid "Enable agent"
-msgstr ""
-
-#: ../../godmode/agentes/modificar_agente.php:555
-msgid "Disable agent"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_plugin.php:44
-msgid "Plugin server module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:68
-msgid "Using module component"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:237
-#: ../../godmode/agentes/module_manager_editor_common.php:257
-msgid "Min. "
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:351
-#: ../../godmode/agentes/module_manager.php:674
-msgid ""
-"The policy modules of data type will only update their intervals when policy "
-"is applied."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:375
-msgid "Any value below this number is discarted."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:377
-msgid "Any value over this number is discarted."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:380
-#: ../../godmode/massive/massive_edit_modules.php:501
-msgid "Export target"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:390
-msgid ""
-"In case you use an Export server you can link this module and export data to "
-"one these."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:409
-#: ../../godmode/massive/massive_edit_modules.php:521
-msgid "FF interval"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:412
-#: ../../godmode/massive/massive_edit_modules.php:522
-msgid "Module execution flip flop time interval (in secs)."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:507
-msgid "Tags from policy"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:520
-msgid "The module still stores data but the alerts and events will be stop"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:539
-msgid "Cron"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:540
-msgid ""
-"If cron is set the module interval is ignored and the module runs on the "
-"specified date and time"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:544
-#: ../../godmode/massive/massive_edit_modules.php:575
-msgid "Timeout"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:545
-#: ../../godmode/massive/massive_edit_modules.php:579
-msgid "Seconds that agent will wait for the execution of the module."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:547
-msgid "Retries"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:548
-msgid "Number of retries that the module will attempt to run."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:587
-#: ../../godmode/agentes/module_manager_editor.php:467
-msgid "Custom macros"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:619
-msgid "Add relationship"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:637
-msgid "Changes"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_common.php:637
-msgid "Activate this to prevent the relation from being updated or deleted"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297
-msgid "No agent selected or the agent does not exist"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280
-msgid "Successfully modules created"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293
-msgid "Some required fields are missed"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293
-msgid "name"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298
-msgid "Processing error"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704
-#: ../../godmode/agentes/module_manager_editor_network.php:82
-#: ../../godmode/modules/manage_network_components_form_network.php:50
-msgid "SNMP community"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707
-#: ../../godmode/agentes/module_manager_editor_network.php:94
-#: ../../godmode/massive/massive_edit_modules.php:463
-#: ../../godmode/modules/manage_network_components_form_network.php:40
-msgid "SNMP version"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728
-msgid "privacy pass"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748
-msgid "SNMP Walk"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392
-msgid "Unable to do SNMP walk"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425
-msgid "Interfaces"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:370
-msgid "Create modules"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_prediction.php:93
-msgid "Prediction server module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_prediction.php:96
-msgid "Source module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_prediction.php:124
-#: ../../godmode/agentes/module_manager_editor_prediction.php:149
-msgid "Select Module"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:53
-msgid ""
-"When you change the Agent position, the agent automatically activates the "
-"'Ignore new GIS data' option"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:60
-msgid "Agent position"
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:66
-msgid "Latitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:70
-msgid "Longitude: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_conf_gis.php:74
-msgid "Altitude: "
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:41
-#: ../../godmode/agentes/planned_downtime.list.php:52
-#: ../../general/firts_task/planned_downtime.php:25
-msgid "Planned Downtime"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:109
-#: ../../godmode/agentes/planned_downtime.editor.php:181
-#: ../../godmode/agentes/planned_downtime.editor.php:910
-msgid "This elements cannot be modified while the downtime is being executed"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:312
-msgid "Cannot be modified while the downtime is being executed"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:479
-msgid "Quiet: Modules will not generate events or fire alerts."
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:480
-msgid "Disable Agents: Disables the selected agents."
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:481
-msgid "Disable Alerts: Disable alerts for the selected agents."
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:483
-#: ../../godmode/agentes/planned_downtime.list.php:426
-msgid "Disabled Agents"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:484
-#: ../../godmode/agentes/planned_downtime.list.php:427
-msgid "Disabled only Alerts"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:488
-#: ../../godmode/agentes/planned_downtime.list.php:151
-msgid "Once"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:489
-#: ../../godmode/agentes/planned_downtime.list.php:151
-#: ../../godmode/agentes/planned_downtime.list.php:432
-msgid "Periodically"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:494
-msgid "Configure the time"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:525
-msgid "Type Periodicity:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:563
-msgid "From day:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:569
-msgid "To day:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:580
-msgid "From hour:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:588
-msgid "To hour:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:631
-msgid "Available agents"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:683
-msgid "Available modules:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:684
-msgid "Only for type Quiet for downtimes."
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:698
-msgid "Agents planned for this downtime"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:713
-msgid "There are no agents"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:748
-msgid "All alerts"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:751
-msgid "Entire agent"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:755
-#: ../../godmode/agentes/planned_downtime.editor.php:860
-msgid "All modules"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:758
-#: ../../godmode/agentes/planned_downtime.editor.php:852
-#: ../../godmode/agentes/planned_downtime.editor.php:856
-msgid "Some modules"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:824
-msgid "Add Module:"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:1040
-msgid "Please select a module."
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.editor.php:1172
-msgid ""
-"WARNING: If you edit this planned downtime, the data of future SLA reports "
-"may be altered"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64
-msgid "The SNMP remote plugin doesnt seem to be installed"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64
-msgid "It is necessary to use some features"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64
-msgid ""
-"Please, install the SNMP remote plugin (The name of the plugin must be "
-"snmp_remote.pl)"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252
-msgid "Remote system doesnt support host SNMP information"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331
-msgid "The number of bytes read from this device since boot"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333
-msgid "The number of bytes written to this device since boot"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335
-msgid "The number of read accesses from this device since boot"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337
-msgid "The number of write accesses from this device since boot"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512
+#: ../../godmode/alerts/configure_alert_command.php:160
#, php-format
-msgid "Check if the process %s is running or not"
+msgid "Field %s description"
msgstr ""
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583
-msgid "Disk use information"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654
+#: ../../godmode/alerts/configure_alert_command.php:175
#, php-format
-msgid "%s modules created succesfully"
+msgid "Field %s values"
msgstr ""
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664
+#: ../../godmode/alerts/configure_alert_action.php:57
+#: ../../godmode/alerts/configure_alert_action.php:66
+msgid "Configure alert action"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_action.php:98
+msgid "Update Action"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_action.php:101
+#: ../../godmode/alerts/alert_list.builder.php:109
+msgid "Create Action"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_action.php:149
+msgid "Recovery"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:58
+msgid "Template name"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:124
+msgid "Field content"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:133
+msgid "Enabled / Disabled"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:135
+#: ../../godmode/alerts/alert_list.list.php:793
+#: ../../godmode/extensions.php:273 ../../godmode/users/user_list.php:466
+msgid "Enable"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:412
+#: ../../godmode/massive/massive_copy_modules.php:133
+msgid "Operations"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:526
+msgid "On"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:530
+msgid "Until"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:552
+msgid "Delete action"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:559
+#: ../../godmode/alerts/alert_list.list.php:871
+msgid "Update action"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:718
+msgid "View alert advanced details"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:729
+msgid "No alerts defined"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:802
+msgid "Set off standby"
+msgstr ""
+
+#: ../../godmode/alerts/alert_list.list.php:811
+msgid "Set standby"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:118
+#: ../../godmode/modules/manage_network_components.php:160
#, php-format
-msgid "Error creating %s modules"
+msgid "Successfully created from %s"
msgstr ""
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:235
+#: ../../godmode/alerts/configure_alert_template.php:168
+#: ../../godmode/alerts/configure_alert_template.php:173
+msgid "Conditions"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:188
+#: ../../godmode/alerts/configure_alert_template.php:193
+msgid "Advanced fields"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:499
+#: ../../godmode/alerts/alert_list.builder.php:131
+msgid "Create Template"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:520
+msgid "Days of week"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:539
+#: ../../godmode/reporting/reporting_builder.item_editor.php:847
+msgid "Time from"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:543
+#: ../../godmode/reporting/reporting_builder.item_editor.php:856
+msgid "Time to"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:557
+msgid "Reset counter for non-sustained alerts"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:557
+msgid ""
+"Enable this option if you want the counter to be reset when the alert is not "
+"being fired consecutively, even if it's within the time threshold"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:564
+#: ../../godmode/alerts/alert_list.builder.php:94
+msgid "Default action"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:588
+msgid ""
+"Unless they're left blank, the fields from the action will override those "
+"set on the template."
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:590
+msgid "Condition type"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:597
+msgid "Trigger when matches the value"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:609
+msgid "The regular expression is valid"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:614
+msgid "The regular expression is not valid"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:662
+msgid "Alert recovery"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:671
+msgid "Recovery fields"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:772
+#: ../../godmode/modules/manage_network_components_form_common.php:58
+msgid "Wizard level"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:774
+msgid "No wizard"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:821
+#: ../../godmode/alerts/configure_alert_template.php:825
+msgid "Next"
+msgstr ""
+
+#: ../../godmode/alerts/configure_alert_template.php:845
#, php-format
-msgid "%s modules already exist"
+msgid "The alert would fire when the value doesn\\'t match %s"
msgstr ""
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678
-msgid "Modules created succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752
+#: ../../godmode/alerts/configure_alert_template.php:849
msgid ""
-"If the device is a network device, try with the SNMP Interfaces wizard"
+"The alert would fire when the value is not between "
+"span> and "
msgstr ""
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780
-msgid "Devices"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302
-msgid "Processes"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303
-msgid "Free space on disk"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783
-msgid "Temperature sensors"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784
-msgid "Other SNMP data"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:306
-msgid "Wizard mode"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810
-msgid "SNMP remote plugin is necessary for this feature"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:349
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:351
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:353
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:355
-msgid "Add to modules list"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:359
-msgid "Remove from modules list"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920
-msgid "Device"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968
-msgid "Temperature"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:492
-msgid "Modules list is empty"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_data.php:17
-msgid "Data server module"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:44
-msgid "An error occurred while migrating the malformed planned downtimes"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:45
-msgid "Please run the migration again or contact with the administrator"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:77
-msgid "An error occurred stopping the planned downtime"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:99
-msgid "This planned downtime is running"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:152
-msgid "Execution type"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:154
-msgid "Show past downtimes"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:356
-#: ../../godmode/agentes/planned_downtime.export_csv.php:199
-msgid "No planned downtime"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:389
-msgid "Name #Ag."
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:398
-#: ../../godmode/agentes/planned_downtime.list.php:454
-msgid "Stop downtime"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:431
-msgid "once"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:440
-msgid "Not running"
-msgstr ""
-
-#: ../../godmode/agentes/planned_downtime.list.php:533
+#: ../../godmode/alerts/configure_alert_template.php:857
msgid ""
-"WARNING: If you delete this planned downtime, it will not be taken into "
-"account in future SLA reports"
+"The alert template cannot have the same value for min and max thresholds."
msgstr ""
-#: ../../godmode/agentes/planned_downtime.list.php:539
-msgid "WARNING: There are malformed planned downtimes"
+#: ../../godmode/alerts/alert_list.php:80
+msgid "Already added"
msgstr ""
-#: ../../godmode/agentes/planned_downtime.list.php:539
-msgid "Do you want to migrate automatically the malformed items?"
+#: ../../godmode/alerts/alert_list.php:264
+#: ../../godmode/massive/massive_standby_alerts.php:96
+msgid "Successfully set standby"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor_network.php:58
-msgid "Network server module"
+#: ../../godmode/alerts/alert_list.php:264
+#: ../../godmode/massive/massive_standby_alerts.php:96
+msgid "Could not be set standby"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor_network.php:112
-msgid "SNMP OID"
+#: ../../godmode/alerts/alert_list.php:281
+#: ../../godmode/massive/massive_standby_alerts.php:78
+msgid "Successfully set off standby"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor_network.php:130
-#: ../../godmode/modules/manage_network_components_form_network.php:90
-msgid "TCP send"
+#: ../../godmode/alerts/alert_list.php:281
+#: ../../godmode/massive/massive_standby_alerts.php:78
+msgid "Could not be set off standby"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor_network.php:136
-#: ../../godmode/modules/manage_network_components_form_network.php:97
-msgid "TCP receive"
+#: ../../godmode/alerts/alert_list.php:317
+msgid "Builder alert"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor_network.php:177
-#: ../../godmode/agentes/module_manager_editor_network.php:186
-#: ../../godmode/massive/massive_edit_modules.php:470
-#: ../../godmode/massive/massive_edit_modules.php:474
-msgid "The pass length must be eight character minimum."
+#: ../../godmode/alerts/alert_list.php:326
+#: ../../godmode/alerts/alert_list.php:329
+#: ../../godmode/users/configure_profile.php:268
+msgid "Manage alerts"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor.php:440
-#, php-format
-msgid "DEBUG: Invalid module type specified in %s:%s"
+#: ../../godmode/alerts/alert_list.builder.php:78
+msgid "Latest value"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor.php:441
+#: ../../godmode/alerts/alert_list.builder.php:144
+msgid "Add alert"
+msgstr ""
+
+#: ../../godmode/alerts/alert_templates.php:62
+msgid "Everyday"
+msgstr ""
+
+#: ../../godmode/alerts/alert_templates.php:73
+msgid "Every"
+msgstr ""
+
+#: ../../godmode/alerts/alert_templates.php:83
+msgid "and"
+msgstr ""
+
+#: ../../godmode/alerts/alert_templates.php:359
+msgid "No alert templates defined"
+msgstr ""
+
+#: ../../godmode/menu.php:29
+msgid "Manage agents"
+msgstr ""
+
+#: ../../godmode/menu.php:39
+msgid "Component groups"
+msgstr ""
+
+#: ../../godmode/menu.php:42
+msgid "Module categories"
+msgstr ""
+
+#: ../../godmode/menu.php:46
+msgid "Module types"
+msgstr ""
+
+#: ../../godmode/menu.php:56 ../../godmode/netflow/nf_edit_form.php:66
+#: ../../godmode/netflow/nf_edit_form.php:71
+#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52
+msgid "Netflow filters"
+msgstr ""
+
+#: ../../godmode/menu.php:62
+msgid "Resources"
+msgstr ""
+
+#: ../../godmode/menu.php:70
+msgid "Manage agents groups"
+msgstr ""
+
+#: ../../godmode/menu.php:76
+msgid "Module tags"
+msgstr ""
+
+#: ../../godmode/menu.php:83 ../../godmode/users/profile_list.php:312
+msgid "Users management"
+msgstr ""
+
+#: ../../godmode/menu.php:85 ../../godmode/users/configure_profile.php:45
+#: ../../godmode/users/configure_user.php:86
+#: ../../godmode/users/profile_list.php:49
+#: ../../godmode/users/user_list.php:117
+msgid "Profile management"
+msgstr ""
+
+#: ../../godmode/menu.php:91 ../../godmode/users/profile_list.php:302
+msgid "Profiles"
+msgstr ""
+
+#: ../../godmode/menu.php:98
+msgid "Network components"
+msgstr ""
+
+#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:322
+msgid "Module templates"
+msgstr ""
+
+#: ../../godmode/menu.php:111
+msgid "Bulk operations"
+msgstr ""
+
+#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:165
+msgid "Agents operations"
+msgstr ""
+
+#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:170
+msgid "Modules operations"
+msgstr ""
+
+#: ../../godmode/menu.php:118 ../../godmode/massive/massive_operations.php:175
+msgid "Plugins operations"
+msgstr ""
+
+#: ../../godmode/menu.php:120 ../../godmode/massive/massive_operations.php:160
+msgid "Users operations"
+msgstr ""
+
+#: ../../godmode/menu.php:122 ../../godmode/massive/massive_operations.php:155
+msgid "Alerts operations"
+msgstr ""
+
+#: ../../godmode/menu.php:145
+msgid "List of Alerts"
+msgstr ""
+
+#: ../../godmode/menu.php:151 ../../godmode/agentes/configurar_agente.php:542
+msgid "Templates"
+msgstr ""
+
+#: ../../godmode/menu.php:160
+msgid "Commands"
+msgstr ""
+
+#: ../../godmode/menu.php:180
+msgid "Event filters"
+msgstr ""
+
+#: ../../godmode/menu.php:185
+msgid "Custom events"
+msgstr ""
+
+#: ../../godmode/menu.php:187 ../../godmode/events/events.php:48
+msgid "Event responses"
+msgstr ""
+
+#: ../../godmode/menu.php:207
+msgid "Manage servers"
+msgstr ""
+
+#: ../../godmode/menu.php:215
+msgid "Plugins"
+msgstr ""
+
+#: ../../godmode/menu.php:218
+#: ../../godmode/servers/manage_recontask_form.php:274
+msgid "Recon script"
+msgstr ""
+
+#: ../../godmode/menu.php:244
+msgid "General Setup"
+msgstr ""
+
+#: ../../godmode/menu.php:253 ../../godmode/setup/setup.php:82
+#: ../../godmode/setup/setup.php:116
+msgid "Authentication"
+msgstr ""
+
+#: ../../godmode/menu.php:256 ../../godmode/setup/setup.php:86
+#: ../../godmode/setup/setup.php:120
+msgid "Performance"
+msgstr ""
+
+#: ../../godmode/menu.php:259 ../../godmode/setup/setup.php:90
+#: ../../godmode/setup/setup.php:125
+msgid "Visual styles"
+msgstr ""
+
+#: ../../godmode/menu.php:273 ../../godmode/setup/gis.php:32
+msgid "Map conections GIS"
+msgstr ""
+
+#: ../../godmode/menu.php:277 ../../godmode/setup/os.php:143
+msgid "Edit OS"
+msgstr ""
+
+#: ../../godmode/menu.php:279
+msgid "License"
+msgstr ""
+
+#: ../../godmode/menu.php:288
+msgid "Admin tools"
+msgstr ""
+
+#: ../../godmode/menu.php:296
+msgid "System audit log"
+msgstr ""
+
+#: ../../godmode/menu.php:300
+msgid "Diagnostic info"
+msgstr ""
+
+#: ../../godmode/menu.php:302
+msgid "Site news"
+msgstr ""
+
+#: ../../godmode/menu.php:304 ../../godmode/setup/file_manager.php:30
+msgid "File manager"
+msgstr ""
+
+#: ../../godmode/menu.php:309
+msgid "DB maintenance"
+msgstr ""
+
+#: ../../godmode/menu.php:315
+msgid "DB information"
+msgstr ""
+
+#: ../../godmode/menu.php:316 ../../godmode/db/db_purge.php:38
+msgid "Database purge"
+msgstr ""
+
+#: ../../godmode/menu.php:318
+msgid "Database audit"
+msgstr ""
+
+#: ../../godmode/menu.php:319
+msgid "Database event"
+msgstr ""
+
+#: ../../godmode/menu.php:401
+msgid "Extension manager view"
+msgstr ""
+
+#: ../../godmode/menu.php:405
+msgid "Extension manager"
+msgstr ""
+
+#: ../../godmode/menu.php:433
+msgid "Update manager"
+msgstr ""
+
+#: ../../godmode/menu.php:439
+msgid "Update Manager offline"
+msgstr ""
+
+#: ../../godmode/menu.php:442
+msgid "Update Manager online"
+msgstr ""
+
+#: ../../godmode/menu.php:444
+msgid "Update Manager options"
+msgstr ""
+
+#: ../../godmode/extensions.php:27
+msgid "Extensions"
+msgstr ""
+
+#: ../../godmode/extensions.php:27
+msgid "Defined extensions"
+msgstr ""
+
+#: ../../godmode/extensions.php:32
+msgid "There are no extensions defined"
+msgstr ""
+
+#: ../../godmode/extensions.php:145
+msgid "Enterprise"
+msgstr ""
+
+#: ../../godmode/extensions.php:146
+msgid "Godmode Function"
+msgstr ""
+
+#: ../../godmode/extensions.php:147
+msgid "Godmode Menu"
+msgstr ""
+
+#: ../../godmode/extensions.php:148
+msgid "Operation Menu"
+msgstr ""
+
+#: ../../godmode/extensions.php:149
+msgid "Operation Function"
+msgstr ""
+
+#: ../../godmode/extensions.php:150
+msgid "Login Function"
+msgstr ""
+
+#: ../../godmode/extensions.php:151
+msgid "Agent operation tab"
+msgstr ""
+
+#: ../../godmode/extensions.php:152
+msgid "Agent godmode tab"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:49
msgid ""
-"Most likely you have recently upgraded from an earlier version of Pandora "
-"and either
\n"
-"\t\t\t\t1) forgot to use the database converter
\n"
-"\t\t\t\t2) used a bad version of the database converter (see Bugreport "
-"#2124706 for the solution)
\n"
-"\t\t\t\t3) found a new bug - please report a way to duplicate this error"
+"If the compaction or purge of the data is more frequent than the events "
+"deletion, anomalies in module graphs could appear"
msgstr ""
-#: ../../godmode/agentes/module_manager_editor.php:469
-msgid "Module relations"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor.php:518
-msgid "No module to predict"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor.php:519
-msgid "No plug-in provided"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor.php:542
+#: ../../godmode/setup/performance.php:64
msgid ""
-"Error, The field name and name in module_name in data configuration are "
-"different."
+"Configure a purge period more frequent than a compact data period has no "
+"sense"
msgstr ""
-#: ../../godmode/agentes/module_manager.php:70
-msgid "Create a new data server module"
+#: ../../godmode/setup/performance.php:73
+msgid "Max. days before delete autodisabled agents"
msgstr ""
-#: ../../godmode/agentes/module_manager.php:72
-msgid "Create a new network server module"
+#: ../../godmode/setup/performance.php:76
+msgid "This number is days to keep past special days. 0 means never remove."
msgstr ""
-#: ../../godmode/agentes/module_manager.php:74
-msgid "Create a new plugin server module"
+#: ../../godmode/setup/performance.php:79
+msgid "Number of macro fields in alerts and templates between 1 and 15"
msgstr ""
-#: ../../godmode/agentes/module_manager.php:76
-msgid "Create a new WMI server module"
+#: ../../godmode/setup/performance.php:96
+msgid "Item limit for realtime reports"
msgstr ""
-#: ../../godmode/agentes/module_manager.php:78
-msgid "Create a new prediction server module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:134
-msgid "Get more modules in Pandora FMS Library"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:161
-msgid "Nice try buddy"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:258
-#, php-format
-msgid "There was a problem deleting %s modules, none deleted."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:263
-msgid "All Modules deleted succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:267
-#, php-format
-msgid "There was a problem only deleted %s modules of %s total."
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:710
-msgid "Normalize"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:716
-msgid "Normalize (Disabled)"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager.php:730
-msgid "Create network component (Disabled)"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:186
-#: ../../godmode/agentes/configurar_agente.php:709
-msgid "There is already an agent in the database with this name"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:360
-msgid "Agent wizard"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:372
-#: ../../godmode/agentes/configurar_agente.php:534
-msgid "SNMP Interfaces wizard"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:377
-#: ../../godmode/agentes/configurar_agente.php:537
-msgid "WMI Wizard"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:545
-msgid "SNMP explorer"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:560
-msgid "Agent manager"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:583
-#: ../../godmode/servers/modificar_server.php:134
-msgid "Conf file deleted successfully"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:584
-#: ../../godmode/servers/modificar_server.php:135
-msgid "Could not delete conf file"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:621
-#: ../../godmode/agentes/configurar_agente.php:626
-msgid "No data to normalize"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:630
-#, php-format
-msgid "Deleted data above %f"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:631
-#, php-format
-msgid "Error normalizing module %s"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:751
-msgid "There was a problem updating the agent"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:791
-msgid "There was a problem loading the agent"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1118
+#: ../../godmode/setup/performance.php:96
msgid ""
-"There was a problem updating module. Another module already exists with the "
-"same name."
+"Set a value too high cause a slowdown on console and a performance penalty "
+"in the system."
msgstr ""
-#: ../../godmode/agentes/configurar_agente.php:1121
+#: ../../godmode/setup/performance.php:100
+msgid "Data will be compacted in intervals of the specified length."
+msgstr ""
+
+#: ../../godmode/setup/performance.php:107
+msgid "Last day"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:109
+msgid "10 days"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:111
+msgid "2 weeks"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:121
msgid ""
-"There was a problem updating module. Some required fields are missed: (name)"
+"If realtime statistics are disabled, statistics interval resfresh will be "
+"set here."
msgstr ""
-#: ../../godmode/agentes/configurar_agente.php:1124
-msgid "There was a problem updating module. \"No change\""
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1129
-msgid "There was a problem updating module. Processing error"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1149
-msgid "Module successfully updated"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1253
+#: ../../godmode/setup/performance.php:128
msgid ""
-"There was a problem adding module. Another module already exists with the "
-"same name."
+"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 ""
-#: ../../godmode/agentes/configurar_agente.php:1256
+#: ../../godmode/setup/performance.php:135
+msgid "Big Operation Step to purge old data"
+msgstr ""
+
+#: ../../godmode/setup/performance.php:135
msgid ""
-"There was a problem adding module. Some required fields are missed : (name)"
+"The number of blocks that a time interval is split into. A bigger value "
+"means bigger blocks, which is faster but heavier on the database. Default is "
+"100."
msgstr ""
-#: ../../godmode/agentes/configurar_agente.php:1261
-msgid "There was a problem adding module. Processing error"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1279
-#: ../../godmode/reporting/graph_builder.php:230
-msgid "Module added successfully"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1397
-msgid "There was a problem deleting the module"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1400
-msgid "Module deleted succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/configurar_agente.php:1582
-#: ../../godmode/agentes/configurar_agente.php:1592
-msgid "Invalid tab specified"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:112
-#, php-format
-msgid "Free space on %s"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:205
-#, php-format
-msgid "%s service modules created succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:208
-#, php-format
-msgid "Error creating %s service modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:213
-#, php-format
-msgid "%s process modules created succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:216
-#, php-format
-msgid "Error creating %s process modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:221
-#, php-format
-msgid "%s disk space modules created succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:224
-#, php-format
-msgid "Error creating %s disk space modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:229
-#, php-format
-msgid "%s modules created from components succesfully"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:232
-#, php-format
-msgid "Error creating %s modules from components"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:258
-#: ../../godmode/agentes/module_manager_editor_wmi.php:44
-#: ../../godmode/modules/manage_network_components_form_wmi.php:42
-msgid "Namespace"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:275
-msgid "WMI Explore"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:279
-msgid "Unable to do WMI explorer"
-msgstr ""
-
-#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:304
-msgid "WMI components"
-msgstr ""
-
-#: ../../godmode/agentes/agent_template.php:69
-msgid "Created by template "
-msgstr ""
-
-#: ../../godmode/agentes/agent_template.php:152
-msgid "Error adding modules"
-msgstr ""
-
-#: ../../godmode/agentes/agent_template.php:154
-msgid "Error adding modules. The following errors already exists: "
-msgstr ""
-
-#: ../../godmode/agentes/agent_template.php:157
-msgid "Modules successfully added"
-msgstr ""
-
-#: ../../godmode/agentes/agent_template.php:184
-msgid "Assign"
-msgstr ""
-
-#: ../../godmode/agentes/configure_field.php:36
-msgid "Update agent custom field"
-msgstr ""
-
-#: ../../godmode/agentes/configure_field.php:39
-msgid "Create agent custom field"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:31
-msgid "Agents custom fields manager"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:44
-msgid "The name must not be empty"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:47
-msgid "The name must be unique"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:52
-msgid "Field successfully created"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:69
-msgid "Field successfully updated"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:72
-msgid "There was a problem modifying field"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:82
-msgid "There was a problem deleting field"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:84
-msgid "Field successfully deleted"
-msgstr ""
-
-#: ../../godmode/agentes/fields_manager.php:138
-msgid "Create field"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_wmi.php:29
-msgid "WMI server module"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_wmi.php:59
-#: ../../godmode/modules/manage_network_components_form_wmi.php:32
-msgid "WMI query"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_wmi.php:67
-#: ../../godmode/modules/manage_network_components_form_wmi.php:34
-msgid "Key string"
-msgstr ""
-
-#: ../../godmode/agentes/module_manager_editor_wmi.php:70
-#: ../../godmode/modules/manage_network_components_form_wmi.php:40
-msgid "Field number"
-msgstr ""
-
-#: ../../godmode/servers/modificar_server.php:35
-msgid "Update Server"
-msgstr ""
-
-#: ../../godmode/servers/modificar_server.php:61
-msgid "Remote Configuration"
-msgstr ""
-
-#: ../../godmode/servers/modificar_server.php:66
-msgid "Pandora servers"
-msgstr ""
-
-#: ../../godmode/servers/modificar_server.php:112
-msgid "Server updated successfully"
-msgstr ""
-
-#: ../../godmode/servers/modificar_server.php:115
-msgid "There was a problem updating the server"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:53
-msgid "Network Components"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:216
-msgid "Plugin creation"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:219
-msgid "Plugin update"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:249
-msgid "Plugin type"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:250 ../../godmode/servers/plugin.php:709
-msgid "Standard"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:251 ../../godmode/servers/plugin.php:711
-msgid "Nagios"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:256
-msgid "Max. timeout"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:256
+#: ../../godmode/setup/performance.php:138
msgid ""
-"This value only will be applied if is minor than the server general "
-"configuration plugin timeout"
+"The number of rows that are processed in a single query in deletion. Default "
+"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on "
+"systems with locks."
msgstr ""
-#: ../../godmode/servers/plugin.php:256
-msgid ""
-"If you set a 0 seconds timeout, the server plugin timeout will be used"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:312
-msgid "Plugin command"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:323
-msgid "Plug-in parameters"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:414
-#: ../../godmode/servers/recon_script.php:174
-msgid "Hide value"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:414
-#: ../../godmode/servers/recon_script.php:174
-msgid "This field will show up as dots like a password"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:474 ../../godmode/servers/plugin.php:481
-msgid "Parameters macros"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:514
-msgid "Plugins registered in Pandora FMS"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:519
-msgid "You need to create your own plugins with Windows compatibility"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:579
-msgid "Problem updating plugin"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:582
-msgid "Plugin updated successfully"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:637
-msgid "Problem creating plugin"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:640
-msgid "Plugin created successfully"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:650
-msgid "Problem deleting plugin"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:653
-msgid "Plugin deleted successfully"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:732
-msgid "All the modules that are using this plugin will be deleted"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:739
-msgid "There are no plugins in the system"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:751
-#, php-format
-msgid "List of modules and components created by \"%s\" "
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:859 ../../godmode/servers/plugin.php:875
-msgid "Some modules or components are using the plugin"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:860
-msgid ""
-"The modules or components should be updated manually or using the bulk "
-"operations for plugins after this change"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:862
-msgid "Are you sure you want to perform this action?"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:876
-msgid "Are you sure you want to unlock this item?"
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:896
-msgid ""
-"The plugin command cannot be updated because some modules or components are "
-"using the plugin."
-msgstr ""
-
-#: ../../godmode/servers/plugin.php:902
-msgid ""
-"The plugin macros cannot be updated because some modules or components are "
-"using the plugin"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:188
-msgid ""
-"By default, in Windows, Pandora FMS only support Standard network sweep, not "
-"custom scripts"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:223
-msgid ""
-"You must select a Recon Server for the Task, otherwise the Recon Task will "
-"never run"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:231
-msgid "Network sweep"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:248
-msgid "Manual interval means that it will be executed only On-demand"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:255
-msgid "The minimum recomended interval for Recon Task is 5 minutes"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:260
-msgid "Module template"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:294
-#: ../../godmode/servers/manage_recontask.php:287
-msgid "Ports"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:297
-msgid ""
-"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line "
-"format). If dont want to do a sweep using portscan, left it in blank"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:308
-msgid "Choose if the discovery of a new system creates an incident or not."
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:311
-msgid "SNMP Default community"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:317
-msgid "Explanation"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:358
-msgid "OS detection"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:362
-msgid "Name resolution"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:366
-msgid "Parent detection"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:370
-msgid "Parent recursion"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask_form.php:371
-msgid ""
-"Maximum number of parent hosts that will be created if parent detection is "
-"enabled."
-msgstr ""
-
-#: ../../godmode/servers/servers.build_table.php:142
-msgid "Reset module status and fired alert counts"
-msgstr ""
-
-#: ../../godmode/servers/servers.build_table.php:148
-msgid "Claim back SNMP modules"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:73
-msgid "Recon script creation"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:75
-msgid "Recon script update"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:101
-msgid "Script fullpath"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:228
-msgid "Recon scripts registered in Pandora FMS"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:271
-msgid "Problem updating"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:317
-msgid "Problem creating"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:331
-msgid "Problem deleting reconscript"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:334
-msgid "reconscript deleted successfully"
-msgstr ""
-
-#: ../../godmode/servers/recon_script.php:378
-msgid "There are no recon scripts in the system"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:55
-msgid "Successfully deleted recon task"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:58
-msgid "Error deleting recon task"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:68
-#: ../../godmode/servers/manage_recontask.php:177
-msgid "Successfully updated recon task"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:75
-#: ../../godmode/servers/manage_recontask.php:180
-msgid "Error updating recon task"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:161
-#: ../../godmode/servers/manage_recontask.php:231
-msgid "Wrong format in Subnet field"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:227
-msgid "Recon-task name already exists and incorrect format in Subnet field"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:235
-#: ../../godmode/servers/manage_recontask.php:244
-msgid "Recon-task name already exists"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:258
-msgid "Successfully created recon task"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:261
-msgid "Error creating recon task"
-msgstr ""
-
-#: ../../godmode/servers/manage_recontask.php:376
-msgid "There are no recon task configured"
-msgstr ""
-
-#: ../../godmode/netflow/nf_edit_form.php:59
-#: ../../godmode/netflow/nf_edit_form.php:67
-msgid "Add filter"
-msgstr ""
-
-#: ../../godmode/netflow/nf_edit_form.php:62
-msgid "Netflow Filter"
-msgstr ""
-
-#: ../../godmode/netflow/nf_edit_form.php:206
-msgid "Filter:"
-msgstr ""
-
-#: ../../godmode/netflow/nf_item_list.php:44
-#: ../../godmode/netflow/nf_item_list.php:54
-msgid "Report items"
-msgstr ""
-
-#: ../../godmode/netflow/nf_item_list.php:49
-msgid "Edit report"
-msgstr ""
-
-#: ../../godmode/netflow/nf_item_list.php:58
-msgid "Netflow reports"
-msgstr ""
-
-#: ../../godmode/netflow/nf_item_list.php:59
-msgid "Item list"
-msgstr ""
-
-#: ../../godmode/netflow/nf_item_list.php:151
-msgid "Chart type"
-msgstr ""
-
-#: ../../godmode/netflow/nf_item_list.php:255
-msgid "There are no defined items"
-msgstr ""
-
-#: ../../godmode/netflow/nf_edit.php:39
-msgid "Manage Netflow Filter"
-msgstr ""
-
-#: ../../godmode/groups/configure_modu_group.php:29
-msgid "Module group management"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:158
-msgid "Edit or delete groups can cause problems with synchronization"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:164
-msgid "Groups defined in Pandora"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:208
-#: ../../godmode/groups/modu_group_list.php:74
-msgid "Group successfully created"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:211
-#: ../../godmode/groups/modu_group_list.php:77
-msgid "There was a problem creating group"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:215
-msgid "Each group must have a different name"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:220
-msgid "Group must have a name"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:263
-#: ../../godmode/groups/modu_group_list.php:105
-msgid "Group successfully updated"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:266
-#: ../../godmode/groups/modu_group_list.php:108
-msgid "There was a problem modifying group"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:291
-#, php-format
-msgid "The group is not empty. It is use in %s."
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:295
-#: ../../godmode/groups/modu_group_list.php:137
-msgid "Group successfully deleted"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:298
-#: ../../godmode/groups/modu_group_list.php:135
-msgid "There was a problem deleting group"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:387
-msgid "There are no defined groups"
-msgstr ""
-
-#: ../../godmode/groups/group_list.php:393
-#: ../../godmode/groups/configure_group.php:92
-msgid "Create group"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:90
-msgid "Update group"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:104
-msgid "Update Group"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:106
-msgid "Create Group"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:142
-msgid "You have not access to the parent."
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:164
-msgid "Propagate ACL"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:164
-msgid "Propagate the same ACL security into the child subgroups."
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:173
-msgid "Contact"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:173
-msgid "Contact information accessible through the _groupcontact_ macro"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:176
-msgid "Information accessible through the _group_other_ macro"
-msgstr ""
-
-#: ../../godmode/groups/configure_group.php:221
-msgid ""
-"WARNING: You\\'re trying to create a group in a node member of a "
-"metaconsole.\\n\\nThis group and all of this contents will not be visible in "
-"the metaconsole.\\n\\nIf you want to create a visible group, you must do it "
-"from the metaconsole and propagate to the node. "
-msgstr ""
-
-#: ../../godmode/groups/modu_group_list.php:54
-msgid "Module groups defined in Pandora"
-msgstr ""
-
-#: ../../godmode/groups/modu_group_list.php:81
-#: ../../godmode/groups/modu_group_list.php:112
-msgid "Each module group must have a different name"
-msgstr ""
-
-#: ../../godmode/groups/modu_group_list.php:85
-#: ../../godmode/groups/modu_group_list.php:116
-msgid "Module group must have a name"
-msgstr ""
-
-#: ../../godmode/groups/modu_group_list.php:203
-msgid "There are no defined module groups"
-msgstr ""
-
-#: ../../godmode/groups/modu_group_list.php:208
-msgid "Create module group"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:51
-msgid "Succesful Update the url config vars."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:52
-msgid "Unsuccesful Update the url config vars."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:63
-msgid "URL update manager:"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:65
-msgid "URL update manager"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:67
-msgid "Proxy server:"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:69
-msgid "Proxy server"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:71
-msgid "Proxy port:"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:73
-msgid "Proxy port"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:75
-msgid "Proxy user:"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:77
-msgid "Proxy user"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:79
-msgid "Proxy password:"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.setup.php:81
-msgid "Proxy password"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.php:32
-msgid "Offline update manager"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.php:36
-msgid "Online update manager"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.php:41
-msgid "Update manager » Setup"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.php:44
-msgid "Update manager » Offline"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.php:47
-msgid "Update manager » Online"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:29
-msgid "Drop the package here or"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:30
-msgid "browse it"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:31
-msgid "The package has been uploaded successfully."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:32
-msgid ""
-"Remember that this package will override the actual Pandora FMS files and it "
-"is recommended to do a backup before continue with the update."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:33
-msgid "Click on the file below to begin."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:34
-msgid "Updating"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:35
-msgid "Package updated successfully."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:36
-msgid ""
-"If there are any database change, it will be applied on the next login."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.offline.php:37
-msgid "Package not updated."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:25
-#, php-format
-msgid "The last version of package installed is: %d"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:34
-#, php-format
-msgid ""
-"Your PHP has set memory limit in %s. For avoid problems with big updates "
-"please set to 500M"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:41
-#, php-format
-msgid ""
-"Your PHP has set post parameter max size limit in %s. For avoid problems "
-"with big updates please set to 100M"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:48
-#, php-format
-msgid ""
-"Your PHP has set maximum allowed size for uploaded files limit in %s. For "
-"avoid problems with big updates please set to 100M"
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:56
-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."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:59
-msgid ""
-"Update Manager is one of the most advanced features of Pandora FMS "
-"Enterprise version, for more information visit http://pandorafms.com."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:62
-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."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:71
-msgid "Checking for the newest package."
-msgstr ""
-
-#: ../../godmode/update_manager/update_manager.online.php:75
-msgid "Downloading for the newest package."
-msgstr ""
-
-#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_refine.php:33
-#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_event.php:21
-#: ../../godmode/db/db_audit.php:19
-msgid "Database maintenance"
-msgstr ""
-
-#: ../../godmode/db/db_info.php:32
-msgid "Database information"
-msgstr ""
-
-#: ../../godmode/db/db_info.php:34
-msgid "Module data received"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:42
-msgid "Maximum is equal to minimum"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:56
-msgid "Filtering data module"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:76
-msgid "Filtering completed"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:88
-msgid "No agent selected"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:92
-msgid "Get Info"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:105
-msgid "Purge data out of these limits"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109
-msgid "Minimum"
-msgstr ""
-
-#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114
-msgid "Maximum"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:43
-msgid "Get data from agent"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:75
-#, php-format
-msgid "Purge task launched for agent %s :: Data older than %s"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:78
-msgid ""
-"Please be patient. This operation can take a long time depending on the "
-"amount of modules."
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:92
-#, php-format
-msgid "Deleting records for module %s"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:140
-#, php-format
-msgid "Total errors: %s"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144
-#, php-format
-msgid "Total records deleted: %s"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:149
-msgid "Deleting records for all agents"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:166
-msgid "Choose agent"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:172
-msgid "Select the agent you want information about"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:174
-msgid "Get data"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:175
-msgid "Click here to get the data from the agent specified in the select box"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:179
-#, php-format
-msgid "Information on agent %s in the database"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:182
-msgid "Information on all agents in the database"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:317
-msgid "Packets less than three months old"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:319
-msgid "Packets less than one month old"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:321
-msgid "Packets less than two weeks old"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:323
-msgid "Packets less than one week old"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:325
-msgid "Packets less than three days old"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:327
-msgid "Packets less than one day old"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:329
-msgid "Total number of packets"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_event.php:73
-#: ../../godmode/db/db_audit.php:92
-msgid "Purge data"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:340
-msgid "Purge data over 3 months"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:341
-msgid "Purge data over 1 month"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:342
-msgid "Purge data over 2 weeks"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:343
-msgid "Purge data over 1 week"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:344
-msgid "Purge data over 3 days"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:345
-msgid "Purge data over 1 day"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:346
-msgid "All data until now"
-msgstr ""
-
-#: ../../godmode/db/db_purge.php:350
-msgid "Purge"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:22
-msgid "Event database cleanup"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:40
-msgid "Successfully deleted old events"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:43
-msgid "Error deleting old events"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:62 ../../godmode/db/db_audit.php:81
-msgid "Records"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:64 ../../godmode/db/db_audit.php:84
-msgid "First date"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:67
-msgid "Latest data"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:81
-msgid "Purge event data over 90 days"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:82
-msgid "Purge event data over 30 days"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:83
-msgid "Purge event data over 14 days"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:84
-msgid "Purge event data over 7 days"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:85
-msgid "Purge event data over 3 days"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:86
-msgid "Purge event data over 1 day"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:87
-msgid "Purge all event data"
-msgstr ""
-
-#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_audit.php:107
-msgid "Do it!"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:69
-msgid "Current database maintenance setup"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:76
-msgid "Database setup"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:80
-msgid "Max. time before compact data"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:86
-msgid "Max. time before purge"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:95
-msgid "Database size stats"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:111
-msgid "Total data items (tagente_datos)"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:123
-msgid "Total log4x items (tagente_datos_log4x)"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:135
-msgid "Total data string items (tagente_datos_string)"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:141
-msgid "Total modules configured"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:149
-msgid "Total agent access records"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:160
-msgid "Database sanity"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:164
-msgid "Total uknown agents"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:170
-msgid "Total non-init modules"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:179
-msgid "Last time on DB maintance"
-msgstr ""
-
-#: ../../godmode/db/db_main.php:200
-msgid ""
-"Please check your Pandora Server setup and be sure that database maintenance "
-"daemon is running. It's very important to keep up-to-date database to get "
-"the best performance and results in Pandora"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:19
-msgid "Database audit purge"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:70
-msgid "Success data deleted"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:72
-msgid "Error deleting data"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:88
-msgid "Latest date"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:97
-msgid "Purge audit data over 90 days"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:98
-msgid "Purge audit data over 30 days"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:99
-msgid "Purge audit data over 14 days"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:100
-msgid "Purge audit data over 7 days"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:101
-msgid "Purge audit data over 3 days"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:102
-msgid "Purge audit data over 1 day"
-msgstr ""
-
-#: ../../godmode/db/db_audit.php:103
-msgid "Purge all audit data"
-msgstr ""
-
-#: ../../godmode/admin_access_logs.php:33
-msgid "Pandora audit"
-msgstr ""
-
-#: ../../godmode/admin_access_logs.php:33
-msgid "Review Logs"
-msgstr ""
-
-#: ../../godmode/admin_access_logs.php:303
-msgid "Export to CSV "
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:42
-msgid "Directory where netflow data will be stored."
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:46
-msgid "Specifies the time interval in seconds to rotate netflow data files."
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:58
-msgid ""
-"Maximum number of points that a netflow area chart will display. The higher "
-"the resolution the performance. Values between 50 and 100 are recommended."
-msgstr ""
-
-#: ../../godmode/setup/setup_netflow.php:65
-msgid "Sets the maximum lifetime for netflow data in days."
-msgstr ""
-
-#: ../../godmode/setup/os.list.php:69
-msgid "There are no defined operating systems"
+#: ../../godmode/setup/performance.php:143
+msgid "Database maintenance options"
msgstr ""
#: ../../godmode/setup/news.php:28
msgid "Site news management"
msgstr ""
+#: ../../godmode/setup/news.php:88
+#: ../../godmode/events/event_edit_filter.php:174
+#: ../../godmode/netflow/nf_edit_form.php:132
+#: ../../godmode/modules/manage_nc_groups.php:99
+msgid "Not updated. Error updating data"
+msgstr ""
+
#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86
msgid "Name error"
msgstr ""
@@ -29099,6 +17115,279 @@ msgstr ""
msgid "Expired"
msgstr ""
+#: ../../godmode/setup/snmp_wizard.php:30
+#: ../../godmode/agentes/configurar_agente.php:392
+#: ../../godmode/agentes/configurar_agente.php:558
+msgid "SNMP Wizard"
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:42
+#: ../../godmode/massive/massive_edit_modules.php:475
+#: ../../godmode/modules/manage_network_components_form_network.php:80
+#: ../../godmode/modules/manage_network_components_form_plugin.php:27
+#: ../../godmode/modules/manage_network_components_form_wmi.php:56
+#: ../../godmode/agentes/module_manager_editor_common.php:412
+msgid "Post process"
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:43
+msgid "OP"
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:166
+msgid "Unsucessful update the snmp translation"
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:173
+msgid "Unsucessful update the snmp translation."
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:221
+msgid "Unsucessful delete the snmp translation"
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:228
+msgid "Unsucessful delete the snmp translation."
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:289
+msgid "Unsucessful save the snmp translation"
+msgstr ""
+
+#: ../../godmode/setup/snmp_wizard.php:298
+msgid "Unsucessful save the snmp translation."
+msgstr ""
+
+#: ../../godmode/setup/gis.php:62
+msgid "Map connection name"
+msgstr ""
+
+#: ../../godmode/setup/gis.php:83
+msgid "Do you wan delete this connection?"
+msgstr ""
+
+#: ../../godmode/setup/os.php:73
+msgid "Fail creating OS"
+msgstr ""
+
+#: ../../godmode/setup/os.php:80
+msgid "Success creating OS"
+msgstr ""
+
+#: ../../godmode/setup/os.php:100
+msgid "Success updatng OS"
+msgstr ""
+
+#: ../../godmode/setup/os.php:100
+msgid "Error updating OS"
+msgstr ""
+
+#: ../../godmode/setup/os.php:119
+msgid "There are agents with this OS."
+msgstr ""
+
+#: ../../godmode/setup/os.php:124
+msgid "Success deleting"
+msgstr ""
+
+#: ../../godmode/setup/os.php:124
+msgid "Error deleting"
+msgstr ""
+
+#: ../../godmode/setup/os.php:133
+msgid "List OS"
+msgstr ""
+
+#: ../../godmode/setup/os.php:137
+msgid "Builder OS"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:85
+msgid "API Hostname"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:87
+msgid "Hostname of the eHorus API"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:87
+msgid "Without protocol and port"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:87
+msgid "e.g., switch.ehorus.com"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:92
+msgid "API Port"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:94
+msgid "e.g., 18080"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:99
+msgid "Request timeout"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:101
+msgid ""
+"Time in seconds to set the maximum time of the requests to the eHorus API"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:101
+msgid "0 to disable"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:106
+msgid "Test"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:107
+msgid "Start"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:122
+msgid "Remote Management System"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:130
+msgid "Custom field eHorusID created"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:130
+msgid "Error creating custom field"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:133
+msgid "eHorus has his own agent identifiers"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:134
+msgid "To store them, it will be necessary to use an agent custom field"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:135
+msgid ""
+"Possibly the eHorus id will have to be filled in by hand for every agent"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:140
+msgid "The custom field does not exists already"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:154
+msgid "eHorus API"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:186
+msgid "Connection timeout"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:187
+msgid "Empty user or password"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:188
+msgid "User not found"
+msgstr ""
+
+#: ../../godmode/setup/setup_ehorus.php:189
+msgid "Invalid password"
+msgstr ""
+
+#: ../../godmode/setup/license.php:27
+msgid "License management"
+msgstr ""
+
+#: ../../godmode/setup/license.php:37
+msgid "License updated"
+msgstr ""
+
+#: ../../godmode/setup/license.php:64
+msgid "Customer key"
+msgstr ""
+
+#: ../../godmode/setup/license.php:67
+msgid "Expires"
+msgstr ""
+
+#: ../../godmode/setup/license.php:70
+msgid "Platform Limit"
+msgstr ""
+
+#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74
+#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80
+msgid "agents"
+msgstr ""
+
+#: ../../godmode/setup/license.php:73
+msgid "Current Platform Count"
+msgstr ""
+
+#: ../../godmode/setup/license.php:76
+msgid "Current Platform Count (enabled: items)"
+msgstr ""
+
+#: ../../godmode/setup/license.php:79
+msgid "Current Platform Count (disabled: items)"
+msgstr ""
+
+#: ../../godmode/setup/license.php:82
+msgid "License Mode"
+msgstr ""
+
+#: ../../godmode/setup/license.php:85
+msgid "NMS"
+msgstr ""
+
+#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89
+msgid "enabled"
+msgstr ""
+
+#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89
+msgid "disabled"
+msgstr ""
+
+#: ../../godmode/setup/license.php:88
+msgid "Satellite"
+msgstr ""
+
+#: ../../godmode/setup/license.php:91
+msgid "Licensed to"
+msgstr ""
+
+#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104
+msgid "Request new license"
+msgstr ""
+
+#: ../../godmode/setup/license.php:108
+msgid "To get your Pandora FMS Enterprise License:"
+msgstr ""
+
+#: ../../godmode/setup/license.php:111
+#, php-format
+msgid "Go to %s"
+msgstr ""
+
+#: ../../godmode/setup/license.php:114
+msgid "Enter the auth key and the following request key:"
+msgstr ""
+
+#: ../../godmode/setup/license.php:120
+msgid "Enter your name (or a company name) and a contact email address."
+msgstr ""
+
+#: ../../godmode/setup/license.php:123
+msgid "Click on Generate."
+msgstr ""
+
+#: ../../godmode/setup/license.php:126
+msgid ""
+"Click here, enter "
+"the generated license key and click on Validate."
+msgstr ""
+
#: ../../godmode/setup/links.php:27
msgid "Link management"
msgstr ""
@@ -29119,44 +17408,160 @@ msgstr ""
msgid "Link name"
msgstr ""
+#: ../../godmode/setup/links.php:109
+msgid "Link"
+msgstr ""
+
#: ../../godmode/setup/links.php:132
msgid "There isn't links"
msgstr ""
-#: ../../godmode/setup/os.php:70
-msgid "Fail creating OS"
+#: ../../godmode/setup/setup_general.php:58
+msgid "Directory where agent remote configuration is stored."
msgstr ""
-#: ../../godmode/setup/os.php:77
-msgid "Success creating OS"
+#: ../../godmode/setup/setup_general.php:67
+msgid "Database"
msgstr ""
-#: ../../godmode/setup/os.php:97
-msgid "Success updatng OS"
+#: ../../godmode/setup/setup_general.php:75
+msgid ""
+"If SSL is not properly configured you will lose access to Pandora FMS "
+"Console. Do you want to continue?"
msgstr ""
-#: ../../godmode/setup/os.php:97
-msgid "Error updating OS"
+#: ../../godmode/setup/setup_general.php:78
+msgid "Use cert of SSL"
msgstr ""
-#: ../../godmode/setup/os.php:116
-msgid "There are agents with this OS."
+#: ../../godmode/setup/setup_general.php:83
+msgid "Path of SSL Cert."
msgstr ""
-#: ../../godmode/setup/os.php:121
-msgid "Success deleting"
+#: ../../godmode/setup/setup_general.php:83
+msgid ""
+"Path where you put your cert and name of this cert. Remember your cert only "
+"in .pem extension."
msgstr ""
-#: ../../godmode/setup/os.php:121
-msgid "Error deleting"
+#: ../../godmode/setup/setup_general.php:86
+msgid "Directory where temporary data is stored."
msgstr ""
-#: ../../godmode/setup/os.php:130
-msgid "List OS"
+#: ../../godmode/setup/setup_general.php:99
+msgid "Please be careful if you put a password put https access."
msgstr ""
-#: ../../godmode/setup/os.php:134
-msgid "Builder OS"
+#: ../../godmode/setup/setup_general.php:140
+msgid "Change timezone"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:148
+#: ../../godmode/setup/setup_general.php:153
+#: ../../godmode/setup/setup_general.php:158
+msgid "Play sound"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:162
+msgid ""
+"Set this value when your PandoraFMS across inverse proxy or for example with "
+"mod_proxy of Apache."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:166
+msgid ""
+"When it is set as \"yes\" in some important sections check if the user have "
+"gone from url Pandora."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:174
+msgid ""
+"If set to yes no events or alerts will be generated, but agents will "
+"continue receiving data."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:183
+msgid "The string modules with several lines show as command output"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:187
+msgid "Directory where the server logs are stored."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:192
+msgid "Full mode"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:193
+msgid "On demand"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:194
+msgid "Expert"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:197
+msgid ""
+"Configuration of our clippy, 'full mode' show the icon in the header and the "
+"contextual helps and it is noise, 'on demand' it is equal to full but it is "
+"not noise and 'expert' the icons in the header and the context is not."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:204
+msgid "The planned downtimes created in the past will affect the SLA reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:209
+#, php-format
+msgid ""
+"Your PHP environment is setted with %d max_input_vars. Maybe you must not "
+"set this value with upper values."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:213
+msgid "Include agents manually disabled"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:217
+msgid "audit log directory"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:218
+msgid "Directory where audit log is stored."
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:224
+msgid "General options"
+msgstr ""
+
+#: ../../godmode/setup/setup_general.php:283
+msgid ""
+"If Enterprise ACL System is enabled without rules you will lose access to "
+"Pandora FMS Console (even admin). Do you want to continue?"
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:42
+msgid "Directory where netflow data will be stored."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:46
+msgid "Specifies the time interval in seconds to rotate netflow data files."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:58
+msgid ""
+"Maximum number of points that a netflow area chart will display. The higher "
+"the resolution the performance. Values between 50 and 100 are recommended."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:62
+msgid ""
+"Disable the definition of custom filters in the live view. Only existing "
+"filters can be used."
+msgstr ""
+
+#: ../../godmode/setup/setup_netflow.php:65
+msgid "Sets the maximum lifetime for netflow data in days."
msgstr ""
#: ../../godmode/setup/gis_step_2.php:39
@@ -29251,6 +17656,10 @@ msgstr ""
msgid "Left"
msgstr ""
+#: ../../godmode/setup/gis_step_2.php:244
+msgid "Bottom"
+msgstr ""
+
#: ../../godmode/setup/gis_step_2.php:248
msgid "Right"
msgstr ""
@@ -29263,6 +17672,13 @@ msgstr ""
msgid "Image Size"
msgstr ""
+#: ../../godmode/setup/gis_step_2.php:259
+#: ../../godmode/events/event_responses.editor.php:106
+#: ../../godmode/reporting/visual_console_builder.wizard.php:137
+#: ../../godmode/reporting/graph_builder.main.php:141
+msgid "Height"
+msgstr ""
+
#: ../../godmode/setup/gis_step_2.php:279
msgid ""
"Preview to select the center of the map and the default position of an agent "
@@ -29302,457 +17718,737 @@ msgstr ""
msgid "Refresh preview map"
msgstr ""
-#: ../../godmode/setup/setup.php:137
-msgid "Correct update the setup options"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:57
-msgid "Directory where agent remote configuration is stored."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:146
-msgid "URL and/or Integria password are incorrect"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:203
-msgid ""
-"Must have the same time zone as the system or database to avoid mismatches "
-"of time."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:215
-#: ../../godmode/setup/setup_general.php:220
-#: ../../godmode/setup/setup_general.php:225
-msgid "Play sound"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:233
-msgid ""
-"When it is set as \"yes\" in some important sections check if the user have "
-"gone from url Pandora."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:241
-msgid ""
-"If set to yes no events or alerts will be generated, but agents will "
-"continue receiving data."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:250
-msgid "The string modules with several lines show as command output"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:254
-msgid "Directory where the server logs are stored."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:259
-msgid "Full mode"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:260
-msgid "On demand"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:261
-msgid "Expert"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:264
-msgid ""
-"Configuration of our clippy, 'full mode' show the icon in the header and the "
-"contextual helps and it is noise, 'on demand' it is equal to full but it is "
-"not noise and 'expert' the icons in the header and the context is not."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:271
-msgid "The planned downtimes created in the past will affect the SLA reports"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:276
-#, php-format
-msgid ""
-"Your PHP environment is setted with %d max_input_vars. Maybe you must not "
-"set this value with upper values."
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:284
-msgid "General options"
-msgstr ""
-
-#: ../../godmode/setup/setup_general.php:343
-msgid ""
-"If Enterprise ACL System is enabled without rules you will lose access to "
-"Pandora FMS Console (even admin). Do you want to continue?"
-msgstr ""
-
-#: ../../godmode/setup/license.php:27
-msgid "License management"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:47
-msgid ""
-"If the compaction or purge of the data is more frequent than the events "
-"deletion, anomalies in module graphs could appear"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:62
-msgid ""
-"Configure a purge period more frequent than a compact data period has no "
-"sense"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:80
-msgid "Data will be compacted in intervals of the specified length."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:87
-msgid "Last day"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:89
-msgid "10 days"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:91
-msgid "2 weeks"
-msgstr ""
-
-#: ../../godmode/setup/performance.php:101
-msgid ""
-"If realtime statistics are disabled, statistics interval resfresh will be "
-"set here."
-msgstr ""
-
-#: ../../godmode/setup/performance.php:108
-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 ""
-
-#: ../../godmode/setup/performance.php:117
-msgid "Database maintenance options"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:57
-msgid "Local Pandora FMS"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:57
-msgid "ldap"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:69
-msgid ""
-"Enable this option if you want to fallback to local authentication when "
-"remote (ldap etc...) authentication failed."
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:202
-msgid ""
-"If this option is enabled, the users can use double authentication with "
-"their accounts"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:214
-msgid "Session timeout (mins)"
-msgstr ""
-
-#: ../../godmode/setup/setup_auth.php:215
-msgid "This is defined in minutes"
-msgstr ""
-
-#: ../../godmode/setup/setup_visuals.php:75
+#: ../../godmode/setup/setup_visuals.php:76
msgid "This interval will affect to Visual Console pages"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:79
+#: ../../godmode/setup/setup_visuals.php:80
msgid "Paginated module view"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:103
+#: ../../godmode/setup/setup_visuals.php:104
+msgid "Click to display lateral menus"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:105
+msgid ""
+"When enabled, the lateral menus are shown when left clicking them, instead "
+"of hovering over them"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:121
+msgid "Space between items in Service maps"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:127
+msgid "Text menu options always visible, don't hide"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:138
msgid "Behaviour configuration"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:123
+#: ../../godmode/setup/setup_visuals.php:159
msgid "Colors"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:124
+#: ../../godmode/setup/setup_visuals.php:160
msgid "Faces"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:125
+#: ../../godmode/setup/setup_visuals.php:161
msgid "Colors and text"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:133
+#: ../../godmode/setup/setup_visuals.php:169
msgid "You can place your custom images into the folder images/backgrounds/"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:175
+#: ../../godmode/setup/setup_visuals.php:188
+msgid "Custom logo (header)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:207
+msgid "Custom logo (login)"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:224
+msgid "Disable logo in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:259
msgid "Style configuration"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:190
+#: ../../godmode/setup/setup_visuals.php:275
msgid ""
"This enabling this, you get a label with agent name in GIS maps. If you have "
"lots of agents in the map, will be unreadable. Disabled by default."
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:202
+#: ../../godmode/setup/setup_visuals.php:287
msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:211
+#: ../../godmode/setup/setup_visuals.php:296
msgid "GIS configuration"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:256
+#: ../../godmode/setup/setup_visuals.php:342
msgid ""
"When the agent name have a lot of characters, in some places in Pandora "
"Console it is necesary truncate to N characters."
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:257
-#: ../../godmode/setup/setup_visuals.php:265
+#: ../../godmode/setup/setup_visuals.php:343
+#: ../../godmode/setup/setup_visuals.php:351
msgid "Small:"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:259
-#: ../../godmode/setup/setup_visuals.php:267
+#: ../../godmode/setup/setup_visuals.php:345
+#: ../../godmode/setup/setup_visuals.php:353
msgid "Normal:"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:264
+#: ../../godmode/setup/setup_visuals.php:350
msgid ""
"When the module name have a lot of characters, in some places in Pandora "
"Console it is necesary truncate to N characters."
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:271
+#: ../../godmode/setup/setup_visuals.php:357
msgid ""
"When the description name have a lot of characters, in some places in "
"Pandora Console it is necesary truncate to N characters."
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:276
+#: ../../godmode/setup/setup_visuals.php:362
msgid ""
"When the item title name have a lot of characters, in some places in Pandora "
"Console it is necesary truncate to N characters."
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:282
+#: ../../godmode/setup/setup_visuals.php:367
+msgid "Show unit along with value in reports"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:368
+msgid "This enabling this, max, min and avg values will be shown with units."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:376
msgid "Font and Text configuration"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:336
+#: ../../godmode/setup/setup_visuals.php:431
msgid "Graph resolution (1-low, 5-high)"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:365
+#: ../../godmode/setup/setup_visuals.php:445
+msgid ""
+"Number of decimals shown in reports. It must be a number between 0 and 5"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:470
msgid "The data number of the module graphs will be rounded and shortened"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:375
+#: ../../godmode/setup/setup_visuals.php:480
msgid "Type of module charts"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:385
+#: ../../godmode/setup/setup_visuals.php:489
+msgid "Type of interface charts"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:498
+msgid "Show only average"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:499
+msgid "Hide Max and Min values in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:506
+#: ../../godmode/reporting/visual_console_builder.wizard.php:218
+msgid "Percentile"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:507
+msgid "Show percentile 95 in graphs"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:512
msgid "Charts configuration"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:400
+#: ../../godmode/setup/setup_visuals.php:528
msgid ""
"This interval will affect to the lines between elements on the Visual Console"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:498
+#: ../../godmode/setup/setup_visuals.php:533
+msgid "Show report info with description"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:535
+msgid ""
+"Custom report description info. It will be applied to all reports and "
+"templates by default."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:543
+msgid "Custom report front page"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:545
+msgid ""
+"Custom report front page. It will be applied to all reports and templates by "
+"default."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:576
+msgid ""
+"The dir of custom logos is in your www Pandora Console in \"images/"
+"custom_logo\". You can upload more files (ONLY JPEG) in upload tool in "
+"console."
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:614
msgid "Show QR Code icon in the header"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:510
+#: ../../godmode/setup/setup_visuals.php:626
msgid "Custom directory where the graphviz binaries are stored."
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:563
+#: ../../godmode/setup/setup_visuals.php:639
+msgid "Show only the group name"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:652
+msgid "Example"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:665
+msgid "Comparation in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:667
+msgid "Timestamp in rollover"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:675
msgid "Custom values post process"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:577
+#: ../../godmode/setup/setup_visuals.php:689
msgid "Delete custom values"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:597
+#: ../../godmode/setup/setup_visuals.php:709
msgid "Interval values"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:622
+#: ../../godmode/setup/setup_visuals.php:717
+msgid "Add new custom value to intervals"
+msgstr ""
+
+#: ../../godmode/setup/setup_visuals.php:734
msgid "Other configuration"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:803
+#: ../../godmode/setup/setup_visuals.php:922
+#: ../../godmode/setup/setup_visuals.php:962
msgid "Logo preview"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:843
+#: ../../godmode/setup/setup_visuals.php:1002
msgid "Background preview"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:887
+#: ../../godmode/setup/setup_visuals.php:1046
msgid "Gis icons preview"
msgstr ""
-#: ../../godmode/setup/setup_visuals.php:942
+#: ../../godmode/setup/setup_visuals.php:1101
msgid "Status set preview"
msgstr ""
-#: ../../godmode/setup/gis.php:62
-msgid "Map connection name"
+#: ../../godmode/setup/os.list.php:75
+msgid "There are no defined operating systems"
msgstr ""
-#: ../../godmode/setup/gis.php:83
-msgid "Do you wan delete this connection?"
+#: ../../godmode/setup/os.list.php:81
+msgid "Create OS"
msgstr ""
-#: ../../godmode/massive/massive_delete_agents.php:57
-#, php-format
+#: ../../godmode/setup/setup.php:145
+msgid "Correct update the setup options"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:50
msgid ""
-"There was an error deleting the agent, the operation has been cancelled "
-"Could not delete agent %s"
+"Enable this option if you want to fallback to local authentication when "
+"remote (ldap etc...) authentication failed."
msgstr ""
-#: ../../godmode/massive/massive_delete_agents.php:63
-#, php-format
-msgid "Successfully deleted (%s)"
+#: ../../godmode/setup/setup_auth.php:129
+msgid ""
+"If this option is enabled, the users can use double authentication with "
+"their accounts"
msgstr ""
+#: ../../godmode/setup/setup_auth.php:141
+msgid "Session timeout (mins)"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:142
+#: ../../godmode/users/configure_user.php:548
+msgid ""
+"This is defined in minutes, If you wish a permanent session should putting "
+"-1 in this field."
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:177
+msgid "Local Pandora FMS"
+msgstr ""
+
+#: ../../godmode/setup/setup_auth.php:177
+msgid "ldap"
+msgstr ""
+
+#: ../../godmode/setup/os.builder.php:34
+#: ../../godmode/reporting/visual_console_builder.data.php:102
+msgid "Name:"
+msgstr ""
+
+#: ../../godmode/events/event_filter.php:167
+#: ../../godmode/netflow/nf_edit.php:162
+msgid "There are no defined filters"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:131
+msgid "Show event fields"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:133
+msgid "Load default event fields"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:133
+msgid "Default event fields will be loaded. Do you want to continue?"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:181
+msgid "Fields available"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:185
+msgid "Add fields to select"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:189
+msgid "Delete fields to select"
+msgstr ""
+
+#: ../../godmode/events/custom_events.php:193
+msgid "Fields selected"
+msgstr ""
+
+#: ../../godmode/events/event_edit_filter.php:166
+#: ../../godmode/netflow/nf_edit_form.php:110
+#: ../../godmode/modules/manage_nc_groups.php:83
+msgid "Not updated. Blank name"
+msgstr ""
+
+#: ../../godmode/events/event_edit_filter.php:203
+msgid "Update Filter"
+msgstr ""
+
+#: ../../godmode/events/event_edit_filter.php:206
+msgid "Create Filter"
+msgstr ""
+
+#: ../../godmode/events/event_edit_filter.php:219
+msgid "Save in group"
+msgstr ""
+
+#: ../../godmode/events/event_edit_filter.php:220
+msgid ""
+"This group will be use to restrict the visibility of this filter with ACLs"
+msgstr ""
+
+#: ../../godmode/events/event_edit_filter.php:286
+msgid "Choose between the users who have validated an event. "
+msgstr ""
+
+#: ../../godmode/events/event_responses.editor.php:63
+msgid "Edit event responses"
+msgstr ""
+
+#: ../../godmode/events/event_responses.editor.php:93
+msgid "For Command type Modal Window mode is enforced"
+msgstr ""
+
+#: ../../godmode/events/event_responses.editor.php:94
+msgid "Modal window"
+msgstr ""
+
+#: ../../godmode/events/event_responses.editor.php:94
+msgid "New window"
+msgstr ""
+
+#: ../../godmode/events/events.php:42
+#: ../../godmode/netflow/nf_edit_form.php:55
+msgid "Filter list"
+msgstr ""
+
+#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80
+#: ../../godmode/reporting/reporting_builder.list_items.php:179
+msgid "Filters"
+msgstr ""
+
+#: ../../godmode/events/event_responses.list.php:38
+msgid "No responses found"
+msgstr ""
+
+#: ../../godmode/events/event_responses.list.php:76
+msgid "Create response"
+msgstr ""
+
+#: ../../godmode/events/event_responses.php:52
+msgid "Response added succesfully"
+msgstr ""
+
+#: ../../godmode/events/event_responses.php:55
+msgid "Response cannot be added"
+msgstr ""
+
+#: ../../godmode/events/event_responses.php:81
+msgid "Response updated succesfully"
+msgstr ""
+
+#: ../../godmode/events/event_responses.php:84
+msgid "Response cannot be updated"
+msgstr ""
+
+#: ../../godmode/events/event_responses.php:93
+msgid "Response deleted succesfully"
+msgstr ""
+
+#: ../../godmode/events/event_responses.php:96
+msgid "Response cannot be deleted"
+msgstr ""
+
+#: ../../godmode/massive/massive_add_action_alerts.php:96
+msgid "No alerts selected"
+msgstr ""
+
+#: ../../godmode/massive/massive_add_action_alerts.php:120
+msgid "No actions selected"
+msgstr ""
+
+#: ../../godmode/massive/massive_add_action_alerts.php:154
+#: ../../godmode/massive/massive_add_alerts.php:154
+#: ../../godmode/massive/massive_edit_agents.php:210
+#: ../../godmode/massive/massive_delete_action_alerts.php:154
+#: ../../godmode/massive/massive_enable_disable_alerts.php:138
#: ../../godmode/massive/massive_delete_agents.php:108
-#: ../../godmode/massive/massive_delete_alerts.php:215
#: ../../godmode/massive/massive_standby_alerts.php:139
#: ../../godmode/massive/massive_delete_modules.php:441
#: ../../godmode/massive/massive_copy_modules.php:74
#: ../../godmode/massive/massive_copy_modules.php:185
-#: ../../godmode/massive/massive_add_alerts.php:154
-#: ../../godmode/massive/massive_edit_agents.php:208
-#: ../../godmode/massive/massive_add_action_alerts.php:139
-#: ../../godmode/massive/massive_edit_modules.php:284
-#: ../../godmode/massive/massive_delete_action_alerts.php:141
-#: ../../godmode/massive/massive_enable_disable_alerts.php:138
+#: ../../godmode/massive/massive_edit_modules.php:285
+#: ../../godmode/massive/massive_delete_alerts.php:215
msgid "Group recursion"
msgstr ""
-#: ../../godmode/massive/massive_delete_agents.php:159
-#: ../../godmode/massive/massive_delete_alerts.php:265
-#: ../../godmode/massive/massive_delete_modules.php:710
-#: ../../godmode/massive/massive_copy_modules.php:424
+#: ../../godmode/massive/massive_add_action_alerts.php:157
+#: ../../godmode/massive/massive_delete_action_alerts.php:158
+msgid "Agents with templates"
+msgstr ""
+
+#: ../../godmode/massive/massive_add_action_alerts.php:168
+#: ../../godmode/massive/massive_add_alerts.php:167
+#: ../../godmode/massive/massive_delete_action_alerts.php:169
+#: ../../godmode/massive/massive_delete_modules.php:499
+#: ../../godmode/massive/massive_edit_modules.php:346
+#: ../../godmode/massive/massive_delete_alerts.php:227
+msgid "When select agents"
+msgstr ""
+
+#: ../../godmode/massive/massive_add_action_alerts.php:172
+#: ../../godmode/massive/massive_delete_action_alerts.php:173
+#: ../../godmode/massive/massive_delete_modules.php:501
+#: ../../godmode/massive/massive_edit_modules.php:350
+msgid "Show unknown and not init modules"
+msgstr ""
+
+#: ../../godmode/massive/massive_add_action_alerts.php:228
#: ../../godmode/massive/massive_add_alerts.php:213
-#: ../../godmode/massive/massive_edit_agents.php:480
-#: ../../godmode/massive/massive_add_action_alerts.php:204
-#: ../../godmode/massive/massive_edit_modules.php:622
+#: ../../godmode/massive/massive_edit_agents.php:553
+#: ../../godmode/massive/massive_delete_agents.php:163
+#: ../../godmode/massive/massive_delete_modules.php:727
+#: ../../godmode/massive/massive_copy_modules.php:424
+#: ../../godmode/massive/massive_edit_modules.php:653
+#: ../../godmode/massive/massive_delete_alerts.php:266
msgid ""
"Unsucessful sending the data, please contact with your administrator or make "
"with less elements."
msgstr ""
-#: ../../godmode/massive/massive_delete_alerts.php:78
#: ../../godmode/massive/massive_add_alerts.php:78
+#: ../../godmode/massive/massive_delete_alerts.php:78
msgid "No alert selected"
msgstr ""
+#: ../../godmode/massive/massive_edit_agents.php:97
+msgid "No values changed"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:126
+msgid "Configuration files deleted successfully"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:127
+msgid "Configuration files cannot be deleted"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:185
+msgid "Agents updated successfully"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:186
+msgid "Agents cannot be updated"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:225
+#: ../../godmode/massive/massive_delete_agents.php:123
+msgid "Show agents"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:291
+#: ../../godmode/agentes/agent_manager.php:266
+msgid "Cascade protection"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:294
+#: ../../godmode/massive/massive_edit_agents.php:299
+#: ../../godmode/massive/massive_edit_agents.php:303
+#: ../../godmode/massive/massive_edit_agents.php:307
+#: ../../godmode/massive/massive_edit_agents.php:318
+#: ../../godmode/massive/massive_edit_agents.php:357
+#: ../../godmode/massive/massive_edit_agents.php:363
+#: ../../godmode/massive/massive_edit_agents.php:402
+#: ../../godmode/massive/massive_edit_agents.php:411
+#: ../../godmode/massive/massive_edit_agents.php:418
+#: ../../godmode/massive/massive_edit_modules.php:406
+#: ../../godmode/massive/massive_edit_modules.php:451
+#: ../../godmode/massive/massive_edit_modules.php:466
+#: ../../godmode/massive/massive_edit_modules.php:470
+#: ../../godmode/massive/massive_edit_modules.php:490
+#: ../../godmode/massive/massive_edit_modules.php:496
+#: ../../godmode/massive/massive_edit_modules.php:504
+#: ../../godmode/massive/massive_edit_modules.php:508
+#: ../../godmode/massive/massive_edit_modules.php:511
+#: ../../godmode/massive/massive_edit_modules.php:524
+#: ../../godmode/massive/massive_edit_modules.php:537
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/massive/massive_edit_modules.php:558
+#: ../../godmode/massive/massive_edit_modules.php:566
+#: ../../godmode/massive/massive_edit_modules.php:572
+#: ../../godmode/massive/massive_edit_modules.php:584
+#: ../../godmode/massive/massive_edit_modules.php:603
+msgid "No change"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:352
+#: ../../godmode/groups/configure_group.php:178
+#: ../../godmode/agentes/module_manager_editor_common.php:361
+#: ../../godmode/agentes/agent_manager.php:323
+msgid "Custom ID"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:356
+#: ../../godmode/agentes/agent_manager.php:327
+msgid "Module definition"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:358
+#: ../../godmode/agentes/agent_manager.php:329
+msgid "Learning mode"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:359
+#: ../../godmode/agentes/agent_manager.php:332
+msgid "Normal mode"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:365
+#: ../../godmode/agentes/agent_manager.php:343
+msgid "Active"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:371
+msgid "Delete available remote configurations"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:375
+#: ../../godmode/agentes/agent_manager.php:350
+#: ../../godmode/agentes/agent_manager.php:372
+msgid "Not available"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:401
+#: ../../godmode/agentes/agent_manager.php:381
+msgid "Agent icon"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:403
+msgid "Without status"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:406
+msgid "Bad"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:410
+#: ../../godmode/agentes/agent_conf_gis.php:78
+#: ../../godmode/agentes/agent_manager.php:410
+msgid "Ignore new GIS data:"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:417
+#: ../../godmode/agentes/agent_manager.php:425
+msgid "The agent still runs but the alerts and events will be stop"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:446
+#: ../../godmode/agentes/agent_manager.php:448
+msgid "This field allows url insertion using the BBCode's url tag"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:448
+#: ../../godmode/agentes/agent_manager.php:450
+msgid "The format is: [url='url to navigate']'text to show'[/url]"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_agents.php:450
+#: ../../godmode/agentes/agent_manager.php:452
+msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_action_alerts.php:56
+msgid "Could not be deleted. No agents selected"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_action_alerts.php:81
+msgid "Could not be deleted. No alerts selected"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_action_alerts.php:124
+msgid "Could not be deleted. No action selected"
+msgstr ""
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:154
+msgid "Enabled alerts"
+msgstr ""
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:154
+#: ../../godmode/massive/massive_enable_disable_alerts.php:171
#: ../../godmode/massive/massive_standby_alerts.php:154
-msgid "Not standby alerts"
-msgstr ""
-
-#: ../../godmode/massive/massive_standby_alerts.php:165
-#: ../../godmode/massive/massive_standby_alerts.php:169
-msgid "Set standby selected alerts"
-msgstr ""
-
#: ../../godmode/massive/massive_standby_alerts.php:171
-msgid "Standby alerts"
+msgid "Format"
msgstr ""
-#: ../../godmode/massive/massive_delete_modules.php:56
-msgid "No module selected"
+#: ../../godmode/massive/massive_enable_disable_alerts.php:165
+msgid "Disable selected alerts"
msgstr ""
-#: ../../godmode/massive/massive_delete_modules.php:230
+#: ../../godmode/massive/massive_enable_disable_alerts.php:169
+msgid "Enable selected alerts"
+msgstr ""
+
+#: ../../godmode/massive/massive_enable_disable_alerts.php:171
+msgid "Disabled alerts"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:36
+msgid "Bulk alert add"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:37
+msgid "Bulk alert delete"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:38
+msgid "Bulk alert actions add"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:39
+msgid "Bulk alert actions delete"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:40
+msgid "Bulk alert enable/disable"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:41
+msgid "Bulk alert setting standby"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:44
+msgid "Bulk agent edit"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:45
+msgid "Bulk agent delete"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:49
+msgid "Bulk profile add"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:50
+msgid "Bulk profile delete"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:57
+msgid "Bulk module delete"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:58
+msgid "Bulk module edit"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:59
+msgid "Bulk module copy"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:62
+msgid "Bulk plugin edit"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:215
+msgid "Massive operations"
+msgstr ""
+
+#: ../../godmode/massive/massive_operations.php:223
msgid ""
-"There was an error deleting the modules, the operation has been cancelled"
+"In order to perform massive operations, PHP needs a correct configuration in "
+"timeout parameters. Please, open your PHP configuration file (php.ini) for "
+"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout "
+"parameters to a correct value:
max_execution_time = 0 and "
+"max_input_time = -1"
msgstr ""
-#: ../../godmode/massive/massive_delete_modules.php:396
-#: ../../godmode/massive/massive_edit_modules.php:238
-msgid "Selection mode"
+#: ../../godmode/massive/massive_operations.php:239
+msgid "Please wait..."
msgstr ""
-#: ../../godmode/massive/massive_delete_modules.php:397
-#: ../../godmode/massive/massive_edit_modules.php:239
-msgid "Select modules first"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_modules.php:399
-#: ../../godmode/massive/massive_edit_modules.php:241
-msgid "Select agents first"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_modules.php:414
-#: ../../godmode/massive/massive_edit_modules.php:257
-msgid "Select all modules of this type"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_modules.php:443
-#: ../../godmode/massive/massive_edit_modules.php:286
-msgid "Select all modules of this group"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_modules.php:471
-#: ../../godmode/massive/massive_edit_modules.php:297
-msgid "When select modules"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_modules.php:474
-#: ../../godmode/massive/massive_edit_modules.php:300
-msgid "Show common agents"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_modules.php:475
-#: ../../godmode/massive/massive_edit_modules.php:301
-msgid "Show all agents"
-msgstr ""
-
-#: ../../godmode/massive/massive_copy_modules.php:141
-msgid "Copy alerts"
-msgstr ""
-
-#: ../../godmode/massive/massive_copy_modules.php:150
-msgid "No modules for this agent"
-msgstr ""
-
-#: ../../godmode/massive/massive_copy_modules.php:159
-msgid "No alerts for this agent"
-msgstr ""
-
-#: ../../godmode/massive/massive_copy_modules.php:217
-msgid "To agent(s)"
-msgstr ""
-
-#: ../../godmode/massive/massive_copy_modules.php:442
-msgid "No operation selected"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_profiles.php:61
-msgid "Not deleted. You must select an existing user"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_profiles.php:87
-msgid "Profiles deleted successfully"
-msgstr ""
-
-#: ../../godmode/massive/massive_delete_profiles.php:88
-msgid "Profiles cannot be deleted"
+#: ../../godmode/massive/massive_operations.php:276
+msgid "The blank fields will not be updated"
msgstr ""
#: ../../godmode/massive/massive_edit_plugins.php:151
@@ -29826,42 +18522,345 @@ msgstr ""
msgid "There was a problem loading the module plugin macros data"
msgstr ""
-#: ../../godmode/massive/massive_add_tags.php:43
-msgid "No tags selected"
+#: ../../godmode/massive/massive_delete_agents.php:57
+#, php-format
+msgid ""
+"There was an error deleting the agent, the operation has been cancelled "
+"Could not delete agent %s"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:95
-msgid "No values changed"
+#: ../../godmode/massive/massive_delete_agents.php:63
+#, php-format
+msgid "Successfully deleted (%s)"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:124
-msgid "Configuration files deleted successfully"
+#: ../../godmode/massive/massive_standby_alerts.php:154
+msgid "Not standby alerts"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:125
-msgid "Configuration files cannot be deleted"
+#: ../../godmode/massive/massive_standby_alerts.php:165
+#: ../../godmode/massive/massive_standby_alerts.php:169
+msgid "Set standby selected alerts"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:183
-msgid "Agents updated successfully"
+#: ../../godmode/massive/massive_standby_alerts.php:171
+msgid "Standby alerts"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:184
-msgid "Agents cannot be updated"
+#: ../../godmode/massive/massive_delete_modules.php:56
+msgid "No module selected"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:352
-msgid "Delete available remote configurations"
+#: ../../godmode/massive/massive_delete_modules.php:230
+msgid ""
+"There was an error deleting the modules, the operation has been cancelled"
msgstr ""
-#: ../../godmode/massive/massive_edit_agents.php:384
-msgid "Without status"
+#: ../../godmode/massive/massive_delete_modules.php:396
+#: ../../godmode/massive/massive_edit_modules.php:239
+msgid "Selection mode"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:397
+#: ../../godmode/massive/massive_edit_modules.php:240
+msgid "Select modules first "
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:399
+#: ../../godmode/massive/massive_edit_modules.php:242
+msgid "Select agents first "
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:405
+#: ../../godmode/massive/massive_edit_modules.php:249
+msgid "Module type"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:414
+#: ../../godmode/massive/massive_edit_modules.php:258
+msgid "Select all modules of this type"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:435
+#: ../../godmode/massive/massive_edit_modules.php:279
+msgid "Agent group"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:443
+#: ../../godmode/massive/massive_edit_modules.php:287
+msgid "Select all modules of this group"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:464
+#: ../../godmode/massive/massive_edit_modules.php:293
+msgid "Module Status"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:483
+#: ../../godmode/massive/massive_edit_modules.php:311
+msgid "When select modules"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:486
+#: ../../godmode/massive/massive_edit_modules.php:314
+msgid "Show common agents"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_modules.php:487
+#: ../../godmode/massive/massive_edit_modules.php:315
+msgid "Show all agents"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:136
+msgid "Copy modules"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:141
+msgid "Copy alerts"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:150
+msgid "No modules for this agent"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:159
+msgid "No alerts for this agent"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:168
+msgid "Targets"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:217
+msgid "To agent(s)"
+msgstr ""
+
+#: ../../godmode/massive/massive_copy_modules.php:442
+msgid "No operation selected"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_profiles.php:61
+msgid "Not deleted. You must select an existing user"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_profiles.php:87
+msgid "Profiles deleted successfully"
+msgstr ""
+
+#: ../../godmode/massive/massive_delete_profiles.php:88
+msgid "Profiles cannot be deleted"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:324
+msgid "Agent Status"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:357
+#: ../../godmode/modules/manage_network_components_form_common.php:107
+msgid "Dynamic Interval"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:359
+msgid "Dynamic Min."
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:362
+#: ../../godmode/modules/manage_network_components_form_common.php:113
+msgid "Dynamic Max."
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:365
+#: ../../godmode/modules/manage_network_components_form_common.php:115
+msgid "Dynamic Two Tailed: "
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:400
+#: ../../godmode/massive/massive_edit_modules.php:446
+#: ../../godmode/modules/manage_network_components_form_common.php:128
+#: ../../godmode/modules/manage_network_components_form_common.php:145
+#: ../../godmode/agentes/module_manager_editor_common.php:292
+#: ../../godmode/agentes/module_manager_editor_common.php:314
+msgid "Inverse interval"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:479
+msgid "SMNP community"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:485
+#: ../../godmode/agentes/module_manager_editor_network.php:86
+msgid "Force primary key"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:494
+#: ../../godmode/modules/manage_network_components_form_network.php:40
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:356
+#: ../../godmode/agentes/module_manager_editor_network.php:132
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:717
+msgid "SNMP version"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:501
+#: ../../godmode/massive/massive_edit_modules.php:505
+#: ../../godmode/agentes/module_manager_editor_network.php:219
+#: ../../godmode/agentes/module_manager_editor_network.php:229
+msgid "The pass length must be eight character minimum."
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:526
+#: ../../godmode/modules/manage_network_components_form_wmi.php:48
+#: ../../godmode/agentes/module_manager_editor_wmi.php:54
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261
+msgid "Username"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:532
+#: ../../godmode/agentes/module_manager_editor_common.php:427
+msgid "Export target"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:543
+#: ../../godmode/modules/manage_network_components_form_common.php:148
+#: ../../godmode/agentes/module_manager_editor_common.php:318
+msgid "FF threshold"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/massive/massive_edit_modules.php:547
+#: ../../godmode/modules/manage_network_components_form_common.php:153
+#: ../../godmode/agentes/module_manager_editor_common.php:324
+msgid "Each state changing"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:545
+#: ../../godmode/massive/massive_edit_modules.php:546
+#: ../../godmode/modules/manage_network_components_form_common.php:150
+#: ../../godmode/agentes/module_manager_editor_common.php:321
+msgid "All state changing"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:548
+#: ../../godmode/modules/manage_network_components_form_common.php:154
+#: ../../godmode/agentes/module_manager_editor_common.php:325
+msgid "To normal"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:549
+#: ../../godmode/modules/manage_network_components_form_common.php:156
+#: ../../godmode/agentes/module_manager_editor_common.php:328
+msgid "To warning"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:550
+#: ../../godmode/modules/manage_network_components_form_common.php:158
+#: ../../godmode/agentes/module_manager_editor_common.php:331
+msgid "To critical"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:552
+#: ../../godmode/agentes/module_manager_editor_common.php:456
+msgid "FF interval"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:553
+#: ../../godmode/agentes/module_manager_editor_common.php:459
+msgid "Module execution flip flop time interval (in secs)."
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:554
+#: ../../godmode/agentes/module_manager_editor_common.php:462
+msgid "FF timeout"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:555
+#: ../../godmode/agentes/module_manager_editor_common.php:468
+msgid ""
+"Timeout in secs from start of flip flop counting. If this value is exceeded, "
+"FF counter is reset. Set to 0 for no timeout."
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:565
+#: ../../godmode/modules/manage_network_components_form_common.php:190
+#: ../../godmode/agentes/module_manager_editor_common.php:629
+msgid "Category"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:571
+msgid "Policy linking status"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:571
+msgid "This field only has sense in modules adopted by a policy."
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:572
+msgid "Linked"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:581
+#: ../../godmode/modules/manage_network_components_form_common.php:171
+#: ../../godmode/agentes/module_manager_editor_common.php:451
+msgid "Discard unknown events"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:589
+#: ../../godmode/modules/manage_network_components_form_common.php:175
+#: ../../godmode/agentes/module_manager_editor_common.php:572
+msgid "Critical instructions"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:589
+#: ../../godmode/modules/manage_network_components_form_common.php:175
+#: ../../godmode/agentes/module_manager_editor_common.php:573
+msgid "Instructions when the status is critical"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:593
+#: ../../godmode/modules/manage_network_components_form_common.php:179
+#: ../../godmode/agentes/module_manager_editor_common.php:578
+msgid "Warning instructions"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:593
+#: ../../godmode/modules/manage_network_components_form_common.php:179
+#: ../../godmode/agentes/module_manager_editor_common.php:579
+msgid "Instructions when the status is warning"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:597
+#: ../../godmode/modules/manage_network_components_form_common.php:183
+#: ../../godmode/agentes/module_manager_editor_common.php:583
+msgid "Unknown instructions"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:597
+#: ../../godmode/modules/manage_network_components_form_common.php:183
+#: ../../godmode/agentes/module_manager_editor_common.php:583
+msgid "Instructions when the status is unknown"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:602
+msgid "The module still store data but the alerts and events will be stop"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:606
+#: ../../godmode/agentes/module_manager_editor_common.php:621
+msgid "Timeout"
+msgstr ""
+
+#: ../../godmode/massive/massive_edit_modules.php:610
+#: ../../godmode/agentes/module_manager_editor_common.php:622
+msgid "Seconds that agent will wait for the execution of the module."
msgstr ""
#: ../../godmode/massive/massive_delete_tags.php:107
msgid "No tag selected"
msgstr ""
+#: ../../godmode/massive/massive_add_tags.php:43
+msgid "No tags selected"
+msgstr ""
+
#: ../../godmode/massive/massive_add_profiles.php:72
msgid "Profiles added successfully"
msgstr ""
@@ -29870,210 +18869,2507 @@ msgstr ""
msgid "Profiles cannot be added"
msgstr ""
-#: ../../godmode/massive/massive_add_action_alerts.php:85
-msgid "No alerts selected"
+#: ../../godmode/users/configure_profile.php:41
+#: ../../godmode/users/configure_profile.php:49
+#: ../../godmode/users/configure_user.php:82
+#: ../../godmode/users/profile_list.php:45
+#: ../../godmode/users/profile_list.php:53
+#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121
+msgid "User management"
msgstr ""
-#: ../../godmode/massive/massive_add_action_alerts.php:105
-msgid "No action selected"
+#: ../../godmode/users/configure_profile.php:49
+#: ../../godmode/users/profile_list.php:53
+msgid "Profiles defined in Pandora"
msgstr ""
-#: ../../godmode/massive/massive_add_action_alerts.php:142
-#: ../../godmode/massive/massive_delete_action_alerts.php:145
-msgid "Agents with templates"
+#: ../../godmode/users/configure_profile.php:113
+msgid "Create profile"
msgstr ""
-#: ../../godmode/massive/massive_edit_modules.php:456
-msgid "SMNP community"
+#: ../../godmode/users/configure_profile.php:119
+msgid "There was a problem loading profile"
msgstr ""
-#: ../../godmode/massive/massive_edit_modules.php:540
-msgid "Policy linking status"
+#: ../../godmode/users/configure_profile.php:219
+msgid "Update profile"
msgstr ""
-#: ../../godmode/massive/massive_edit_modules.php:540
-msgid "This field only has sense in modules adopted by a policy."
+#: ../../godmode/users/configure_profile.php:229
+msgid "Update Profile"
msgstr ""
-#: ../../godmode/massive/massive_edit_modules.php:541
-msgid "Linked"
+#: ../../godmode/users/configure_profile.php:231
+msgid "Create Profile"
msgstr ""
-#: ../../godmode/massive/massive_edit_modules.php:571
-msgid "The module still store data but the alerts and events will be stop"
+#: ../../godmode/users/configure_profile.php:249
+msgid "View agents"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:36
-msgid "Bulk alert add"
+#: ../../godmode/users/configure_profile.php:253
+msgid "Disable agents"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:37
-msgid "Bulk alert delete"
+#: ../../godmode/users/configure_profile.php:257
+msgid "Edit agents"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:38
-msgid "Bulk alert actions add"
+#: ../../godmode/users/configure_profile.php:264
+msgid "Edit alerts"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:39
-msgid "Bulk alert actions delete"
+#: ../../godmode/users/configure_profile.php:279
+msgid "Edit events"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:40
-msgid "Bulk alert enable/disable"
+#: ../../godmode/users/configure_profile.php:290
+msgid "View reports"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:41
-msgid "Bulk alert setting standby"
+#: ../../godmode/users/configure_profile.php:294
+msgid "Edit reports"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:44
-msgid "Bulk agent edit"
+#: ../../godmode/users/configure_profile.php:298
+msgid "Manage reports"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:45
-msgid "Bulk agent delete"
+#: ../../godmode/users/configure_profile.php:305
+msgid "View network maps"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:49
-msgid "Bulk profile add"
+#: ../../godmode/users/configure_profile.php:309
+msgid "Edit network maps"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:50
-msgid "Bulk profile delete"
+#: ../../godmode/users/configure_profile.php:313
+msgid "Manage network maps"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:57
-msgid "Bulk module delete"
+#: ../../godmode/users/configure_profile.php:324
+msgid "Edit visual console"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:58
-msgid "Bulk module edit"
+#: ../../godmode/users/configure_profile.php:335
+msgid "View incidents"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:59
-msgid "Bulk module copy"
+#: ../../godmode/users/configure_profile.php:339
+msgid "Edit incidents"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:62
-msgid "Bulk plugin edit"
+#: ../../godmode/users/configure_profile.php:343
+msgid "Manage incidents"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:231
-msgid "Please wait..."
+#: ../../godmode/users/configure_profile.php:350
+msgid "Manage users"
msgstr ""
-#: ../../godmode/massive/massive_operations.php:268
-msgid "The blank fields will not be updated"
+#: ../../godmode/users/configure_profile.php:357
+msgid "Manage database"
msgstr ""
-#: ../../godmode/massive/massive_delete_action_alerts.php:56
-msgid "Could not be deleted. No agents selected"
+#: ../../godmode/users/configure_profile.php:364
+msgid "Pandora management"
msgstr ""
-#: ../../godmode/massive/massive_delete_action_alerts.php:72
-msgid "Could not be deleted. No alerts selected"
+#: ../../godmode/users/configure_user.php:145
+#: ../../godmode/users/user_list.php:492
+msgid ""
+"The current authentication scheme doesn't support creating users from "
+"Pandora FMS"
msgstr ""
-#: ../../godmode/massive/massive_delete_action_alerts.php:111
-msgid "Could not be deleted. No action selected"
+#: ../../godmode/users/configure_user.php:182
+msgid "User ID cannot be empty"
msgstr ""
-#: ../../godmode/massive/massive_enable_disable_alerts.php:154
-msgid "Enabled alerts"
+#: ../../godmode/users/configure_user.php:189
+msgid "Passwords cannot be empty"
msgstr ""
-#: ../../godmode/massive/massive_enable_disable_alerts.php:165
-msgid "Disable selected alerts"
+#: ../../godmode/users/configure_user.php:196
+msgid "Passwords didn't match"
msgstr ""
-#: ../../godmode/massive/massive_enable_disable_alerts.php:169
-msgid "Enable selected alerts"
+#: ../../godmode/users/configure_user.php:245
+msgid ""
+"Strict ACL is not recommended for admin users because performance could be "
+"affected."
msgstr ""
-#: ../../godmode/massive/massive_enable_disable_alerts.php:171
-msgid "Disabled alerts"
+#: ../../godmode/users/configure_user.php:304
+#: ../../godmode/users/configure_user.php:314
+#: ../../godmode/users/configure_user.php:342
+#: ../../godmode/users/configure_user.php:348
+#: ../../godmode/users/configure_user.php:376
+msgid "Error updating user info (no change?)"
msgstr ""
+#: ../../godmode/users/configure_user.php:318
+msgid "Passwords does not match"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:366
+msgid ""
+"Strict ACL is not recommended for this user. Performance could be affected."
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:398
+msgid "Profile added successfully"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:399
+msgid "Profile cannot be added"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:425
+msgid "Update User"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:428
+msgid "Create User"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:464
+msgid "Global Profile"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:469
+msgid ""
+"This user has permissions to manage all. An admin user should not requiere "
+"additional group permissions, except for using Enterprise ACL."
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:474
+msgid ""
+"This user has separated permissions to view data in his group agents, create "
+"incidents belong to his groups, add notes in another incidents, create "
+"personal assignments or reviews and other tasks, on different profiles"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:516
+msgid "Use global conf"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:531
+msgid "Metaconsole access"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:539
+msgid "Not Login"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:540
+msgid "The user with not login set only can access to API."
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:543
+msgid "Strict ACL"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:544
+msgid ""
+"With this option enabled, the user will can access to accurate information. "
+"It is not recommended for admin users because performance could be affected"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:547
+msgid "Session Time"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:554
+msgid "Enable agents managment"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:561
+msgid "Assigned node"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:561
+msgid "Server where the agents created of this user will be placed"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:573
+msgid "Enable node access"
+msgstr ""
+
+#: ../../godmode/users/configure_user.php:573
+msgid "With this option enabled, the user will can access to nodes console"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:80
+msgid ""
+"Unsucessful delete profile. Because the profile is used by some admin users."
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:88
+#: ../../godmode/users/user_list.php:189
+msgid "There was a problem deleting the profile"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:226
+msgid "There was a problem updating this profile"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:230
+msgid "Profile name cannot be empty"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:282
+#: ../../godmode/users/profile_list.php:286
+msgid "There was a problem creating this profile"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:304
+msgid "System incidents reading"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:305
+msgid "System incidents writing"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:306
+msgid "System incidents management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:307
+msgid "Agents reading"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:309
+msgid "Agents disable"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:310
+msgid "Alerts editing"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:311
+msgid "Alerts management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:313
+msgid "Database management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:314
+msgid "Events reading"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:315
+msgid "Events writing"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:316
+msgid "Events management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:317
+msgid "Reports reading"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:318
+msgid "Reports writing"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:319
+msgid "Reports management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:320
+msgid "Network maps reading"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:321
+msgid "Network maps writing"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:322
+msgid "Network maps management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:323
+msgid "Visual console reading"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:324
+msgid "Visual console writing"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:325
+msgid "Visual console management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:326
+msgid "Systems management"
+msgstr ""
+
+#: ../../godmode/users/profile_list.php:398
+msgid "There are no defined profiles"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:121
+msgid "Users defined in Pandora"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:143
+#, php-format
+msgid "Deleted user %s"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181
+msgid "There was a problem deleting the user"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:163
+#, php-format
+msgid "Deleted user %s from metaconsole"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:172
+#, php-format
+msgid "Deleted user %s from %s"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:175
+#, php-format
+msgid "Successfully deleted from %s"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:176
+#, php-format
+msgid "There was a problem deleting the user from %s"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:204
+msgid "There was a problem disabling user"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:209
+msgid "There was a problem enabling user"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233
+msgid "Search by username, fullname or email"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:249
+msgid "Users control filter"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:276
+msgid "Profile / Group"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204
+#: ../../godmode/tag/edit_tag.php:205
+msgid "Phone"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:470
+msgid "Deleting User"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:472
+msgid "Delete from all consoles"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:472
+#, php-format
+msgid "Deleting User %s from all consoles"
+msgstr ""
+
+#: ../../godmode/users/user_list.php:488
+msgid "Create user"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.graph_editor.php:87
+#: ../../godmode/reporting/graph_builder.graph_editor.php:156
+msgid "Weight"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.graph_editor.php:185
+msgid "Please, select a module"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.main.php:85
+msgid "Only the group can view the report"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.main.php:86
+msgid "The next group can edit the report"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.main.php:87
+msgid "Only the user and admin user can edit the report"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.main.php:89
+msgid "Write Access"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.main.php:90
+msgid ""
+"For example, you want a report that the people of \"All\" groups can see but "
+"you want to edit only for you or your group."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.main.php:110
+msgid "Non interactive report"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:224
+msgid "Graph builder"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:244
+msgid "Graph stored successfully"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:244
+msgid "There was a problem storing Graph"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:247
+#: ../../godmode/agentes/configurar_agente.php:1393
+msgid "Module added successfully"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:247
+msgid "There was a problem adding Module"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:250
+msgid "Update the graph"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:250
+msgid "Bad update the graph"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:253
+msgid "Graph deleted successfully"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.php:253
+msgid "There was a problem deleting Graph"
+msgstr ""
+
+#: ../../godmode/reporting/map_builder.php:187
+#: ../../godmode/reporting/map_builder.php:197
+msgid "Not copied. Error copying data"
+msgstr ""
+
+#: ../../godmode/reporting/map_builder.php:207
+msgid "Map name"
+msgstr ""
+
+#: ../../godmode/reporting/map_builder.php:209
+msgid "Items"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:125
+msgid "Range between elements (px)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:132
+msgid "Size (px)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:170
+msgid "Font"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:204
+msgid "Width (px)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:223
+msgid "Bubble"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:232
+msgid "Percent"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:267
+msgid "One item per agent"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:301
+#: ../../godmode/reporting/visual_console_builder.wizard.php:604
+msgid "Agent - Module"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:310
+msgid "Enable link agent"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:322
+msgid "Set Parent"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:324
+msgid "Item created in the visualmap"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:325
+msgid "Use the agents relationship (from selected agents)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:328
+msgid "Item in the map"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:331
+msgid "The parent relationships in Pandora will be drawn in the map."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:344
+#: ../../godmode/reporting/visual_console_builder.wizard.php:349
+msgid "Are you sure to add many elements\\nin visual map?"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.wizard.php:525
+msgid "Please select any module or modules."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:79
+msgid "Width x Height
Max value"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:143
+msgid "Percentile Bar"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:148
+msgid "Percentile Bubble"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:163
+msgid "Simple Value (Process Max)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:168
+msgid "Simple Value (Process Min)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:173
+msgid "Simple Value (Process Avg)"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.elements.php:226
+#: ../../godmode/reporting/visual_console_builder.elements.php:619
+msgid "Edit label"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:35
+msgid "Only table"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:36
+msgid "Table & Graph"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:37
+msgid "Only graph"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:41
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1257
+msgid "Ascending"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:42
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1260
+msgid "Descending"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:611
+msgid "Item Editor"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:639
+msgid "Not valid"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:644
+msgid ""
+"This type of report brings a lot of data loading, it is recommended to use "
+"it for scheduled reports and not for real-time view."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:705
+#: ../../godmode/reporting/reporting_builder.list_items.php:302
+msgid "Time lapse"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:706
+msgid ""
+"This is the range, or period of time over which the report renders the "
+"information for this report type. For example, a week means data from a week "
+"ago from now. "
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:720
+msgid "Last value"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:721
+#: ../../godmode/reporting/reporting_builder.item_editor.php:3198
+msgid ""
+"Warning: period 0 reports cannot be used to show information back in time. "
+"Information contained in this kind of reports will be always reporting the "
+"most recent information"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:766
+msgid "Projection period"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:776
+msgid "Data range"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:787
+msgid "Only display wrong SLAs"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:796
+msgid "Working time"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1011
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1679
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1714
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1875
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1903
+msgid "Select an Agent first"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1042
+msgid "Show modules"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1175
+msgid "Target server"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1203
+msgid "Custom SQL template"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1224
+msgid "Select server"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1233
+msgid "Serialized header"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1233
+msgid "The separator character is |"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
+msgid "Field separator"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1242
+msgid "Separator for different fields in the serialized text chain"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
+msgid "Line separator"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1246
+msgid ""
+"Separator in different lines (composed by fields) of the serialized text "
+"chain"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1250
+msgid "Group by agent"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1254
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1468
+#: ../../godmode/netflow/nf_item_list.php:147
+msgid "Order"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1263
+msgid "By agent name"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1271
+msgid "Quantity (n)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1304
+msgid "Only average"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1308
+#: ../../godmode/reporting/graph_builder.main.php:177
+msgid "Percentil"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1321
+msgid "Condition"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1327
+msgid "Greater or equal (>=)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1328
+msgid "Less or equal (<=)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1329
+msgid "Less (<)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1330
+msgid "Greater (>)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1331
+msgid "Equal (=)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1332
+msgid "Not equal (!=)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1356
+msgid "Show graph"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1364
+msgid "Show address instead module name."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1365
+msgid "Show the main address of agent."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1377
+msgid "Show resume"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1377
+msgid ""
+"Show a summary chart with max, min and average number of total modules at "
+"the end of the report and Checks."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1387
+msgid "Show Summary group"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1420
+msgid "Event Status"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1432
+msgid "Event graphs"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1436
+msgid "By agent"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1442
+msgid "By user validator"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1448
+msgid "By criticity"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1454
+msgid "Validated vs unvalidated"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1462
+msgid "Show in two columns"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1468
+msgid "SLA items sorted by fulfillment value"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1473
+msgid "Show in landscape"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1484
+msgid "Hide not init agents"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1509
+#: ../../godmode/netflow/nf_item_list.php:260
+msgid "Create item"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1542
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415
+msgid "Service"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1543
+msgid "SLA Min. (value)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1544
+msgid "SLA Max. (value)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1545
+msgid "SLA Limit (%)"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1554
+msgid "Please save the SLA for start to add items in this list."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1726
+msgid "rate"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1727
+msgid "max"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1728
+msgid "min"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1729
+msgid "sum"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1749
+msgid ""
+"Please be careful, when the module have diferent intervals in their life, "
+"the summatory maybe get bad result."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:1763
+msgid "Please save the report to start adding items into the list."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2072
+#: ../../godmode/reporting/reporting_builder.item_editor.php:2092
+msgid "Please select Agent"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:91
+msgid "Create visual console"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:103
+msgid ""
+"Use [ or ( as first character, for example '[*] Map name', to render this "
+"map name in main menu"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:122
+msgid "Group:"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:142
+msgid "Background image"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:164
+msgid "Layout size"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:168
+msgid "Set custom size"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.data.php:177
+msgid "Get default image size"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:134
+msgid "Min allowed size is 1024x768"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:138
+#: ../../godmode/reporting/visual_console_builder.editor.php:143
+#: ../../godmode/reporting/visual_console_builder.editor.php:148
+msgid "Action in progress"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:139
+msgid "Loading in progress"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:144
+msgid "Saving in progress"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.editor.php:149
+msgid "Deletion in progress"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:80
+msgid ""
+"Your report has been planned, and the system will email you a PDF with the "
+"report as soon as its finished"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:81
+msgid "An error has ocurred"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:335
+#: ../../godmode/reporting/reporting_builder.php:1902
+#: ../../godmode/reporting/reporting_builder.php:1954
+msgid "Reports list"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:435
+msgid "Free text for search: "
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:436
+msgid "Search by report name or description, list matches."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:446
+msgid "Show Option"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:554
+msgid "Private"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:610
+msgid "This report exceeds the item limit for realtime operations"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:615
+msgid "HTML view"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:616
+msgid "Export to XML"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:735
+msgid "Create report"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:2020
+msgid "Successfull action"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.php:2020
+msgid "Unsuccessfull action
"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:288
+#: ../../godmode/reporting/reporting_builder.list_items.php:293
+#: ../../godmode/reporting/reporting_builder.list_items.php:299
+msgid "Ascendent"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:289
+#: ../../godmode/reporting/reporting_builder.list_items.php:294
+#: ../../godmode/reporting/reporting_builder.list_items.php:300
+msgid "Descent"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:307
+#: ../../godmode/reporting/reporting_builder.list_items.php:507
+msgid "Sort"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:493
+#: ../../godmode/reporting/reporting_builder.list_items.php:498
+msgid "Sort items"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:500
+msgid "Sort selected items from position: "
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:502
+msgid "Move before to"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:502
+msgid "Move after to"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:524
+#: ../../godmode/reporting/reporting_builder.list_items.php:529
+msgid "Delete items"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:531
+msgid "Delete selected items from position: "
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:533
+msgid "Delete above to"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:533
+msgid "Delete below to"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:561
+msgid ""
+"Are you sure to sort the items into the report?\\nThis action change the "
+"sorting of items into data base."
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:582
+msgid "Please select any item to order"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:612
+msgid "Are you sure to delete the items into the report?\\n"
+msgstr ""
+
+#: ../../godmode/reporting/reporting_builder.list_items.php:634
+msgid "Please select any item to delete"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.main.php:163
+msgid "Horizontal bars"
+msgstr ""
+
+#: ../../godmode/reporting/graph_builder.main.php:164
+msgid "Vertical bars"
+msgstr ""
+
+#: ../../godmode/reporting/graphs.php:154
+msgid "Number of Graphs"
+msgstr ""
+
+#: ../../godmode/reporting/graphs.php:213
+msgid "Create graph"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:159
+msgid "This file isn't image"
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:160
+msgid "This file isn't image."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:164
+#: ../../godmode/reporting/visual_console_builder.php:165
+msgid "File already are exists."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:171
+#: ../../godmode/reporting/visual_console_builder.php:172
+msgid "The file have not image extension."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:183
+#: ../../godmode/reporting/visual_console_builder.php:184
+#: ../../godmode/reporting/visual_console_builder.php:191
+#: ../../godmode/reporting/visual_console_builder.php:194
+msgid "Problems with move file to target."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:223
+msgid "Successfully update."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:235
+msgid "Could not be update."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:250
+msgid "Successfully created."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:263
+msgid "Could not be created."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:304
+msgid "Successfully multiple delete."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:305
+msgid "Unsuccessfull multiple delete."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:387
+msgid "Successfully delete."
+msgstr ""
+
+#: ../../godmode/reporting/visual_console_builder.php:693
+msgid "New visual console"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:44
+#: ../../godmode/netflow/nf_item_list.php:54
+msgid "Report items"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:49
+msgid "Edit report"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:58
+msgid "Netflow reports"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:59
+msgid "Item list"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:151
+msgid "Chart type"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:203
+#: ../../godmode/netflow/nf_item_list.php:210
+msgid "Move to down"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:206
+#: ../../godmode/netflow/nf_item_list.php:209
+msgid "Move to up"
+msgstr ""
+
+#: ../../godmode/netflow/nf_item_list.php:255
+msgid "There are no defined items"
+msgstr ""
+
+#: ../../godmode/netflow/nf_edit_form.php:59
+#: ../../godmode/netflow/nf_edit_form.php:67
+msgid "Add filter"
+msgstr ""
+
+#: ../../godmode/netflow/nf_edit_form.php:62
+msgid "Netflow Filter"
+msgstr ""
+
+#: ../../godmode/netflow/nf_edit_form.php:206
+msgid "Filter:"
+msgstr ""
+
+#: ../../godmode/netflow/nf_edit.php:39
+msgid "Manage Netflow Filter"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:111
+msgid "Map successfully created"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:112
+msgid "Map could not be created"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:201
+msgid "Map successfully update"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:202
+msgid "Map could not be updated"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:219
+msgid "View GIS"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:222
+msgid "GIS Maps builder"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:329
+msgid "Map Name"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:329
+msgid "Descriptive name for the map"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:348
+msgid "Add Map connection"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:348
+msgid ""
+"At least one map connection must be defined, it will be possible to change "
+"between the connections in the map"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:366
+msgid "Group that owns the map"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:369
+msgid "Default zoom"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:369
+msgid "Default zoom level when opening the map"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:372
+msgid "Center Latitude"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:375
+msgid "Center Longitude"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:378
+msgid "Center Altitude"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:381
+msgid "Default Latitude"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:384
+msgid "Default Longitude"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:387
+msgid "Default Altitude"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:392
+msgid "Layers"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:392
+msgid ""
+"Each layer can show agents from one group or the agents added to that layer "
+"or both."
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:398
+msgid "List of layers"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:398
+msgid "It is possible to edit, delete and reorder the layers."
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:399
+msgid "New layer"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:407
+msgid "Layer name"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:409
+msgid "Visible"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:413
+msgid "Show agents from group"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:425
+msgid "Add agent"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:441
+msgid "List of Agents to be shown in the layer"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:448
+#: ../../godmode/gis_maps/configure_gis_map.php:624
+#: ../../godmode/gis_maps/configure_gis_map.php:635
+msgid "Save Layer"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:464
+#: ../../godmode/gis_maps/configure_gis_map.php:471
+msgid "Save map"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:467
+msgid "Update map"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:668
+#: ../../godmode/gis_maps/configure_gis_map.php:724
+msgid "Update Layer"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:790
+msgid "Do you want to use the default data from the connection?"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:825
+msgid "The connection"
+msgstr ""
+
+#: ../../godmode/gis_maps/configure_gis_map.php:825
+msgid "just added previously."
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_info.php:32
+#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21
+#: ../../godmode/db/db_refine.php:33
+msgid "Database maintenance"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:43
+msgid "Get data from agent"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:75
+#, php-format
+msgid "Purge task launched for agent %s :: Data older than %s"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:78
+msgid ""
+"Please be patient. This operation can take a long time depending on the "
+"amount of modules."
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:92
+#, php-format
+msgid "Deleting records for module %s"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:140
+#, php-format
+msgid "Total errors: %s"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144
+#, php-format
+msgid "Total records deleted: %s"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:149
+msgid "Deleting records for all agents"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:166
+msgid "Choose agent"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:172
+msgid "Select the agent you want information about"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:174
+msgid "Get data"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:175
+msgid "Click here to get the data from the agent specified in the select box"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:179
+#, php-format
+msgid "Information on agent %s in the database"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:182
+msgid "Information on all agents in the database"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:317
+msgid "Packets less than three months old"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:319
+msgid "Packets less than one month old"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:321
+msgid "Packets less than two weeks old"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:323
+msgid "Packets less than one week old"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:325
+msgid "Packets less than three days old"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:327
+msgid "Packets less than one day old"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:329
+msgid "Total number of packets"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_audit.php:92
+#: ../../godmode/db/db_event.php:73
+msgid "Purge data"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:340
+msgid "Purge data over 3 months"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:341
+msgid "Purge data over 1 month"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:342
+msgid "Purge data over 2 weeks"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:343
+msgid "Purge data over 1 week"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:344
+msgid "Purge data over 3 days"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:345
+msgid "Purge data over 1 day"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:346
+msgid "All data until now"
+msgstr ""
+
+#: ../../godmode/db/db_purge.php:350
+msgid "Purge"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:69
+msgid "Current database maintenance setup"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:76
+msgid "Database setup"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:80
+msgid "Max. time before compact data"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:86
+msgid "Max. time before purge"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:95
+msgid "Database size stats"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:111
+msgid "Total data items (tagente_datos)"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:123
+msgid "Total log4x items (tagente_datos_log4x)"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:135
+msgid "Total data string items (tagente_datos_string)"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:141
+msgid "Total modules configured"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:149
+msgid "Total agent access records"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:160
+msgid "Database sanity"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:164
+msgid "Total uknown agents"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:170
+msgid "Total non-init modules"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:179
+msgid "Last time on DB maintance"
+msgstr ""
+
+#: ../../godmode/db/db_main.php:200
+msgid ""
+"Please check your Pandora Server setup and be sure that database maintenance "
+"daemon is running. It's very important to keep up-to-date database to get "
+"the best performance and results in Pandora"
+msgstr ""
+
+#: ../../godmode/db/db_info.php:32
+msgid "Database information"
+msgstr ""
+
+#: ../../godmode/db/db_info.php:34
+msgid "Module data received"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:19
+msgid "Database audit purge"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:70
+msgid "Success data deleted"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:72
+msgid "Error deleting data"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62
+msgid "Records"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64
+msgid "First date"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:88
+msgid "Latest date"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:97
+msgid "Purge audit data over 90 days"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:98
+msgid "Purge audit data over 30 days"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:99
+msgid "Purge audit data over 14 days"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:100
+msgid "Purge audit data over 7 days"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:101
+msgid "Purge audit data over 3 days"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:102
+msgid "Purge audit data over 1 day"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:103
+msgid "Purge all audit data"
+msgstr ""
+
+#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92
+msgid "Do it!"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:22
+msgid "Event database cleanup"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:40
+msgid "Successfully deleted old events"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:43
+msgid "Error deleting old events"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:67
+msgid "Latest data"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:81
+msgid "Purge event data over 90 days"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:82
+msgid "Purge event data over 30 days"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:83
+msgid "Purge event data over 14 days"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:84
+msgid "Purge event data over 7 days"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:85
+msgid "Purge event data over 3 days"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:86
+msgid "Purge event data over 1 day"
+msgstr ""
+
+#: ../../godmode/db/db_event.php:87
+msgid "Purge all event data"
+msgstr ""
+
+#: ../../godmode/db/db_refine.php:42
+msgid "Maximum is equal to minimum"
+msgstr ""
+
+#: ../../godmode/db/db_refine.php:56
+msgid "Filtering data module"
+msgstr ""
+
+#: ../../godmode/db/db_refine.php:76
+msgid "Filtering completed"
+msgstr ""
+
+#: ../../godmode/db/db_refine.php:88
+msgid "No agent selected"
+msgstr ""
+
+#: ../../godmode/db/db_refine.php:92
+msgid "Get Info"
+msgstr ""
+
+#: ../../godmode/db/db_refine.php:105
+msgid "Purge data out of these limits"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:189
+msgid ""
+"By default, in Windows, Pandora FMS only support Standard network sweep, not "
+"custom scripts"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:224
+msgid ""
+"You must select a Recon Server for the Task, otherwise the Recon Task will "
+"never run"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:232
+msgid "Network sweep"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:234
+msgid "Custom script"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:253
+msgid "Manual interval means that it will be executed only On-demand"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:255
+#: ../../godmode/servers/manage_recontask.php:346
+msgid "Manual"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:260
+msgid "The minimum recomended interval for Recon Task is 5 minutes"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:265
+msgid "Module template"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:299
+#: ../../godmode/servers/manage_recontask.php:291
+msgid "Ports"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:302
+msgid ""
+"Ports defined like: 80 or 80,443,512 or even 0-1024 (Like Nmap command line "
+"format). If dont want to do a sweep using portscan, left it in blank"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:313
+msgid "Choose if the discovery of a new system creates an incident or not."
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:316
+msgid "SNMP Default community"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:322
+msgid "Explanation"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:363
+msgid "OS detection"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:367
+msgid "Name resolution"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:371
+msgid "Parent detection"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:375
+msgid "Parent recursion"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask_form.php:376
+msgid ""
+"Maximum number of parent hosts that will be created if parent detection is "
+"enabled."
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:55
+msgid "Successfully deleted recon task"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:58
+msgid "Error deleting recon task"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:68
+#: ../../godmode/servers/manage_recontask.php:179
+msgid "Successfully updated recon task"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:75
+#: ../../godmode/servers/manage_recontask.php:182
+msgid "Error updating recon task"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:163
+#: ../../godmode/servers/manage_recontask.php:234
+msgid "Wrong format in Subnet field"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:230
+msgid "Recon-task name already exists and incorrect format in Subnet field"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:238
+#: ../../godmode/servers/manage_recontask.php:247
+msgid "Recon-task name already exists"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:261
+msgid "Successfully created recon task"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:264
+msgid "Error creating recon task"
+msgstr ""
+
+#: ../../godmode/servers/manage_recontask.php:387
+msgid "There are no recon task configured"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:73
+msgid "Recon script creation"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:75
+msgid "Recon script update"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:101
+msgid "Script fullpath"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:161
+#: ../../godmode/servers/plugin.php:451
+msgid "Default value"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:174
+#: ../../godmode/servers/plugin.php:464
+msgid "Hide value"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:174
+#: ../../godmode/servers/plugin.php:464
+msgid "This field will show up as dots like a password"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:199
+#: ../../godmode/servers/plugin.php:491
+msgid "Add macro"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:206
+#: ../../godmode/servers/plugin.php:506
+msgid "Delete macro"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:228
+msgid "Recon scripts registered in Pandora FMS"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:271
+msgid "Problem updating"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:274
+#: ../../godmode/modules/manage_network_components.php:352
+msgid "Updated successfully"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:317
+msgid "Problem creating"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:320
+#: ../../godmode/modules/manage_network_components.php:261
+msgid "Created successfully"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:331
+msgid "Problem deleting reconscript"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:334
+msgid "reconscript deleted successfully"
+msgstr ""
+
+#: ../../godmode/servers/recon_script.php:378
+msgid "There are no recon scripts in the system"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:38
+msgid "There are no servers configured into the database"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:69
+msgid "Lag"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:69
+msgid "Avg. Delay(sec)/Modules delayed"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:70
+msgid "T/Q"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:70
+msgid "Threads / Queued modules currently"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:97
+msgid "This is a master server"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:110
+#: ../../godmode/servers/servers.build_table.php:115
+msgid "of"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:142
+msgid "Reset module status and fired alert counts"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:148
+msgid "Claim back SNMP modules"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:168
+msgid "Modules run by this server will stop working. Do you want to continue?"
+msgstr ""
+
+#: ../../godmode/servers/servers.build_table.php:189
+msgid "Tactical server information"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:35
+msgid "Update Server"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:61
+msgid "Remote Configuration"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:66
+msgid "Pandora servers"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:73
+#: ../../godmode/servers/modificar_server.php:85
+msgid "Unsuccessfull action"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:76
+#: ../../godmode/servers/modificar_server.php:88
+msgid "Successfully action"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:98
+msgid "Server deleted successfully"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:101
+msgid "There was a problem deleting the server"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:112
+msgid "Server updated successfully"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:115
+msgid "There was a problem updating the server"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:134
+#: ../../godmode/agentes/configurar_agente.php:610
+msgid "Conf file deleted successfully"
+msgstr ""
+
+#: ../../godmode/servers/modificar_server.php:135
+#: ../../godmode/agentes/configurar_agente.php:611
+msgid "Could not delete conf file"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:53
+msgid "Network Components"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:170
+msgid "Compatibility mode"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:266
+msgid "Plugin creation"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:269
+msgid "Plugin update"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:299
+msgid "Plugin type"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759
+msgid "Standard"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761
+msgid "Nagios"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:306
+msgid "Max. timeout"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:306
+msgid ""
+"This value only will be applied if is minor than the server general "
+"configuration plugin timeout"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:306
+msgid "If you set a 0 seconds timeout, the server plugin timeout will be used"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:362
+msgid "Plugin command"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:373
+msgid "Plug-in parameters"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531
+msgid "Parameters macros"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:564
+msgid "Plugins registered in Pandora FMS"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:569
+msgid "You need to create your own plugins with Windows compatibility"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:629
+msgid "Problem updating plugin"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:632
+msgid "Plugin updated successfully"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:687
+msgid "Problem creating plugin"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:690
+msgid "Plugin created successfully"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:700
+msgid "Problem deleting plugin"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:703
+msgid "Plugin deleted successfully"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:782
+msgid "All the modules that are using this plugin will be deleted"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:789
+msgid "There are no plugins in the system"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:801
+#, php-format
+msgid "List of modules and components created by \"%s\" "
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925
+msgid "Some modules or components are using the plugin"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:910
+msgid ""
+"The modules or components should be updated manually or using the bulk "
+"operations for plugins after this change"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:912
+msgid "Are you sure you want to perform this action?"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:926
+msgid "Are you sure you want to unlock this item?"
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:946
+msgid ""
+"The plugin command cannot be updated because some modules or components are "
+"using the plugin."
+msgstr ""
+
+#: ../../godmode/servers/plugin.php:952
+msgid ""
+"The plugin macros cannot be updated because some modules or components are "
+"using the plugin"
+msgstr ""
+
+#: ../../godmode/admin_access_logs.php:33
+msgid "Pandora audit"
+msgstr ""
+
+#: ../../godmode/admin_access_logs.php:33
+msgid "Review Logs"
+msgstr ""
+
+#: ../../godmode/admin_access_logs.php:65
+#: ../../godmode/admin_access_logs.php:66
+msgid "Free text for search (*)"
+msgstr ""
+
+#: ../../godmode/admin_access_logs.php:303
+msgid "Export to CSV "
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.online.php:48
+#, php-format
+msgid ""
+"Your PHP has set memory limit in %s. For avoid problems with big updates "
+"please set to 500M"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.online.php:55
+#, php-format
+msgid ""
+"Your PHP has set post parameter max size limit in %s. For avoid problems "
+"with big updates please set to 100M"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.online.php:62
+#, php-format
+msgid ""
+"Your PHP has set maximum allowed size for uploaded files limit in %s. For "
+"avoid problems with big updates please set to 100M"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.online.php:85
+msgid "The last version of package installed is:"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.online.php:89
+msgid "Checking for the newest package."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.online.php:93
+msgid "Downloading for the newest package."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:37
+msgid "Drop the package here or"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:38
+msgid "browse it"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:39
+msgid "The package has been uploaded successfully."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:40
+msgid ""
+"Remember that this package will override the actual Pandora FMS files and it "
+"is recommended to do a backup before continue with the update."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:41
+msgid "Click on the file below to begin."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:42
+msgid "Updating"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:43
+msgid "Package updated successfully."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:44
+msgid "If there are any database change, it will be applied on the next login."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:45
+msgid "Package not updated."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:46
+msgid "Error in MR file"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.offline.php:47
+msgid "MR not accepted"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:39
+msgid "Offline update manager"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:43
+msgid "Online update manager"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:50
+msgid "Update manager messages"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:55
+msgid "Update manager » Setup"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:58
+msgid "Update manager » Offline"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:61
+msgid "Update manager » Online"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.php:64
+msgid "Update manager » Messages"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.messages.php:96
+#: ../../godmode/update_manager/update_manager.messages.php:170
+msgid "Mark as not read"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.messages.php:101
+#: ../../godmode/update_manager/update_manager.messages.php:175
+msgid "Mark as read"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.messages.php:186
+msgid "There is not any update manager messages."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:58
+#: ../../godmode/update_manager/update_manager.setup.php:87
+msgid "Succesful Update the url config vars."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:59
+#: ../../godmode/update_manager/update_manager.setup.php:88
+msgid "Unsuccesful Update the url config vars."
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:100
+msgid "URL update manager:"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:102
+msgid "URL update manager"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:104
+msgid "Proxy server:"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:106
+msgid "Proxy server"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:108
+msgid "Proxy port:"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:110
+msgid "Proxy port"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:112
+msgid "Proxy user:"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:114
+msgid "Proxy user"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:116
+msgid "Proxy password:"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:118
+msgid "Proxy password"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:122
+msgid "Pandora FMS community reminder"
+msgstr ""
+
+#: ../../godmode/update_manager/update_manager.setup.php:123
+msgid ""
+"Every 8 days, a message is displayed to admin users to remember to register "
+"this Pandora instance"
+msgstr ""
+
+#: ../../godmode/category/category.php:44
+#: ../../godmode/category/category.php:51
+#: ../../godmode/category/edit_category.php:43
+#: ../../godmode/category/edit_category.php:50
+msgid "List categories"
+msgstr ""
+
+#: ../../godmode/category/category.php:58
+#: ../../godmode/category/category.php:61
+#: ../../godmode/category/edit_category.php:57
+#: ../../godmode/category/edit_category.php:60
+msgid "Categories configuration"
+msgstr ""
+
+#: ../../godmode/category/category.php:72
+msgid "Error deleting category"
+msgstr ""
+
+#: ../../godmode/category/category.php:76
+msgid "Successfully deleted category"
+msgstr ""
+
+#: ../../godmode/category/category.php:110
+msgid "Category name"
+msgstr ""
+
+#: ../../godmode/category/category.php:141
+msgid "No categories found"
+msgstr ""
+
+#: ../../godmode/category/category.php:150
+#: ../../godmode/category/edit_category.php:146
+msgid "Create category"
+msgstr ""
+
+#: ../../godmode/category/edit_category.php:57
+msgid "Editor"
+msgstr ""
+
+#: ../../godmode/category/edit_category.php:76
+msgid "Error updating category"
+msgstr ""
+
+#: ../../godmode/category/edit_category.php:80
+msgid "Successfully updated category"
+msgstr ""
+
+#: ../../godmode/category/edit_category.php:99
+msgid "Error creating category"
+msgstr ""
+
+#: ../../godmode/category/edit_category.php:105
+msgid "Successfully created category"
+msgstr ""
+
+#: ../../godmode/category/edit_category.php:137
+msgid "Update category"
+msgstr ""
+
+#: ../../godmode/groups/configure_modu_group.php:32
+msgid "Module group management"
+msgstr ""
+
+#: ../../godmode/groups/configure_modu_group.php:51
+#: ../../godmode/groups/configure_group.php:70
+msgid "There was a problem loading group"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:158
+msgid "Edit or delete groups can cause problems with synchronization"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:164
+msgid "Groups defined in Pandora"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:210
+#: ../../godmode/groups/modu_group_list.php:75
+msgid "Group successfully created"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:213
+#: ../../godmode/groups/modu_group_list.php:78
+msgid "There was a problem creating group"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:217
+msgid "Each group must have a different name"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:222
+msgid "Group must have a name"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:266
+#: ../../godmode/groups/modu_group_list.php:106
+msgid "Group successfully updated"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:269
+#: ../../godmode/groups/modu_group_list.php:109
+msgid "There was a problem modifying group"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:294
+#, php-format
+msgid "The group is not empty. It is use in %s."
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:298
+#: ../../godmode/groups/modu_group_list.php:138
+msgid "Group successfully deleted"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:301
+#: ../../godmode/groups/modu_group_list.php:136
+msgid "There was a problem deleting group"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:390
+msgid "There are no defined groups"
+msgstr ""
+
+#: ../../godmode/groups/group_list.php:396
+#: ../../godmode/groups/configure_group.php:94
+msgid "Create group"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:92
+msgid "Update group"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:106
+msgid "Update Group"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:108
+msgid "Create Group"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:144
+msgid "You have not access to the parent."
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:166
+msgid "Group Password"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:174
+msgid "Propagate ACL"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:174
+msgid "Propagate the same ACL security into the child subgroups."
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:186
+msgid "Contact"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:186
+msgid "Contact information accessible through the _groupcontact_ macro"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:190
+msgid "Information accessible through the _group_other_ macro"
+msgstr ""
+
+#: ../../godmode/groups/configure_group.php:238
+msgid ""
+"WARNING: You\\'re trying to create a group in a node member of a metaconsole."
+"\\n\\nThis group and all of this contents will not be visible in the "
+"metaconsole.\\n\\nIf you want to create a visible group, you must do it from "
+"the metaconsole and propagate to the node. "
+msgstr ""
+
+#: ../../godmode/groups/modu_group_list.php:55
+msgid "Module groups defined in Pandora"
+msgstr ""
+
+#: ../../godmode/groups/modu_group_list.php:82
+#: ../../godmode/groups/modu_group_list.php:113
+msgid "Each module group must have a different name"
+msgstr ""
+
+#: ../../godmode/groups/modu_group_list.php:86
+#: ../../godmode/groups/modu_group_list.php:117
+msgid "Module group must have a name"
+msgstr ""
+
+#: ../../godmode/groups/modu_group_list.php:208
+msgid "There are no defined module groups"
+msgstr ""
+
+#: ../../godmode/groups/modu_group_list.php:213
+msgid "Create module group"
+msgstr ""
+
+#: ../../godmode/modules/module_list.php:28
#: ../../godmode/modules/manage_nc_groups.php:40
-msgid "Component group management"
-msgstr ""
-
-#: ../../godmode/modules/manage_nc_groups.php:58
-msgid "Could not be created. Blank name"
-msgstr ""
-
-#: ../../godmode/modules/manage_nc_groups.php:237
-msgid "There are no defined component groups"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:42
-msgid "Network component management"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:492
-msgid "Search by name, description, tcp send or tcp rcv, list matches."
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:544
-msgid "Max/Min"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:570
-msgid "Network module"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:574
-msgid "WMI module"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:578
-msgid "Plug-in module"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:609
-msgid "There are no defined network components"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:616
-msgid "Create a new network component"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:617
-msgid "Create a new plugin component"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_components.php:618
-msgid "Create a new WMI component"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates.php:30
+#: ../../godmode/modules/manage_network_components.php:50
#: ../../godmode/modules/manage_network_templates_form.php:32
-msgid "Module template management"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates.php:52
-msgid "Template successfully deleted"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates.php:53
-msgid "Error deleting template"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates.php:85
-msgid "This template does not exist"
-msgstr ""
-
-#: ../../godmode/modules/manage_network_templates.php:223
-msgid "There are no defined network profiles"
-msgstr ""
-
-#: ../../godmode/modules/manage_nc_groups_form.php:53
-msgid "Update Group Component"
-msgstr ""
-
-#: ../../godmode/modules/manage_nc_groups_form.php:56
-msgid "Create Group Component"
+#: ../../godmode/modules/manage_network_templates.php:39
+msgid "Module management"
msgstr ""
#: ../../godmode/modules/module_list.php:28
@@ -30092,14 +21388,112 @@ msgstr ""
msgid "SNMP Enterprise String"
msgstr ""
-#: ../../godmode/modules/manage_network_components_form.php:241
+#: ../../godmode/modules/manage_network_components_form_network.php:50
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:353
+#: ../../godmode/agentes/module_manager_editor_network.php:119
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:714
+msgid "SNMP community"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_network.php:90
+#: ../../godmode/agentes/module_manager_editor_network.php:171
+msgid "TCP send"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_network.php:97
+#: ../../godmode/agentes/module_manager_editor_network.php:177
+msgid "TCP receive"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups.php:40
+msgid "Component group management"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups.php:58
+msgid "Could not be created. Blank name"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups.php:154
+#: ../../godmode/modules/manage_network_components.php:399
+#: ../../godmode/modules/manage_network_templates.php:85
+msgid "Successfully multiple deleted"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups.php:155
+#: ../../godmode/modules/manage_network_components.php:400
+#: ../../godmode/modules/manage_network_templates.php:86
+msgid "Not deleted. Error deleting multiple data"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups.php:238
+msgid "There are no defined component groups"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups_form.php:54
+msgid "Update Group Component"
+msgstr ""
+
+#: ../../godmode/modules/manage_nc_groups_form.php:57
+msgid "Create Group Component"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:51
+msgid "Network component management"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:516
+msgid "Free Search"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:517
+msgid "Search by name, description, tcp send or tcp rcv, list matches."
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:569
+msgid "Max/Min"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:595
+msgid "Network module"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:599
+msgid "WMI module"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:603
+msgid "Plug-in module"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:634
+msgid "There are no defined network components"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:641
+msgid "Create a new network component"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:642
+msgid "Create a new plugin component"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components.php:643
+msgid "Create a new WMI component"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form.php:253
msgid "Update Network Component"
msgstr ""
-#: ../../godmode/modules/manage_network_components_form.php:244
+#: ../../godmode/modules/manage_network_components_form.php:256
msgid "Create Network Component"
msgstr ""
+#: ../../godmode/modules/manage_network_templates_form.php:32
+#: ../../godmode/modules/manage_network_templates.php:39
+msgid "Module template management"
+msgstr ""
+
#: ../../godmode/modules/manage_network_templates_form.php:54
msgid "Successfully deleted module from profile"
msgstr ""
@@ -30140,432 +21534,1133 @@ msgstr ""
msgid "No modules for this profile"
msgstr ""
-#: ../../godmode/reporting/visual_console_builder.data.php:91
-msgid "Create visual console"
+#: ../../godmode/modules/manage_network_templates_form.php:224
+msgid "Add modules"
msgstr ""
-#: ../../godmode/reporting/visual_console_builder.data.php:100
+#: ../../godmode/modules/manage_network_templates_form.php:302
+msgid "Components"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:109
+#: ../../godmode/agentes/module_manager_editor_common.php:258
+msgid "Advanced options Dynamic Threshold"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:111
+msgid "Dynamic Min. "
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:165
+msgid "Any value below this number is discarted"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:167
+msgid "Any value over this number is discarted"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:212
+#: ../../godmode/agentes/module_manager_editor_common.php:478
+msgid "Tags available"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:219
+#: ../../godmode/agentes/module_manager_editor_common.php:540
+msgid "Add tags to module"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:220
+#: ../../godmode/agentes/module_manager_editor_common.php:541
+msgid "Delete tags to module"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:222
+#: ../../godmode/agentes/module_manager_editor_common.php:543
+msgid "Tags selected"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:379
+#: ../../godmode/agentes/module_manager_editor_common.php:1248
+msgid "Normal Status"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:380
+#: ../../godmode/agentes/module_manager_editor_common.php:1249
+msgid "Warning Status"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:381
+#: ../../godmode/agentes/module_manager_editor_common.php:1250
+msgid "Critical Status"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:602
+#: ../../godmode/agentes/module_manager_editor_common.php:1471
+msgid "Please introduce a maximum warning higher than the minimun warning"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_common.php:603
+#: ../../godmode/agentes/module_manager_editor_common.php:1472
+msgid "Please introduce a maximum critical higher than the minimun critical"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates.php:61
+msgid "Template successfully deleted"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates.php:62
+msgid "Error deleting template"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates.php:94
+msgid "This template does not exist"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_templates.php:232
+msgid "There are no defined network profiles"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_wmi.php:32
+#: ../../godmode/agentes/module_manager_editor_wmi.php:64
+msgid "WMI query"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_wmi.php:34
+#: ../../godmode/agentes/module_manager_editor_wmi.php:73
+msgid "Key string"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_wmi.php:40
+#: ../../godmode/agentes/module_manager_editor_wmi.php:77
+msgid "Field number"
+msgstr ""
+
+#: ../../godmode/modules/manage_network_components_form_wmi.php:42
+#: ../../godmode/agentes/module_manager_editor_wmi.php:47
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257
+msgid "Namespace"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:187
+#: ../../godmode/agentes/configurar_agente.php:733
+msgid "No agent alias specified"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:268
+msgid "Could not be created, because name already exists"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:385
+msgid "Agent wizard"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:397
+#: ../../godmode/agentes/configurar_agente.php:561
+msgid "SNMP Interfaces wizard"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:402
+#: ../../godmode/agentes/configurar_agente.php:564
+msgid "WMI Wizard"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:523
+msgid "Collection"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:531
+msgid "Agent plugins"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:546
+msgid "Gis"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:572
+msgid "SNMP explorer"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:587
+msgid "Agent manager"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:647
+#: ../../godmode/agentes/configurar_agente.php:652
+msgid "No data to normalize"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:656
+#, php-format
+msgid "Deleted data above %f"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:657
+#, php-format
+msgid "Error normalizing module %s"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:782
+msgid "There was a problem updating the agent"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:826
+msgid "There was a problem loading the agent"
+msgstr ""
+
+#: ../../godmode/agentes/configurar_agente.php:1227
msgid ""
-"Use [ or ( as first character, for example '[*] Map name', to render this "
-"map name in main menu"
+"There was a problem updating module. Another module already exists with the "
+"same name."
msgstr ""
-#: ../../godmode/reporting/visual_console_builder.data.php:124
-msgid "Background image"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:487
-#: ../../godmode/reporting/reporting_builder.list_items.php:492
-msgid "Sort items"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:494
-msgid "Sort selected items from position: "
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:496
-msgid "Move before to"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:496
-msgid "Move after to"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:518
-#: ../../godmode/reporting/reporting_builder.list_items.php:523
-msgid "Delete items"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:525
-msgid "Delete selected items from position: "
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:527
-msgid "Delete above to"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:527
-msgid "Delete below to"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.list_items.php:555
+#: ../../godmode/agentes/configurar_agente.php:1230
msgid ""
-"Are you sure to sort the items into the report?\\nThis action change the "
-"sorting of items into data base."
+"There was a problem updating module. Some required fields are missed: (name)"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.list_items.php:576
-msgid "Please select any item to order"
+#: ../../godmode/agentes/configurar_agente.php:1233
+msgid "There was a problem updating module. \"No change\""
msgstr ""
-#: ../../godmode/reporting/reporting_builder.list_items.php:606
-msgid "Are you sure to delete the items into the report?\\n"
+#: ../../godmode/agentes/configurar_agente.php:1238
+msgid "There was a problem updating module. Processing error"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.list_items.php:628
-msgid "Please select any item to delete"
+#: ../../godmode/agentes/configurar_agente.php:1258
+msgid "Module successfully updated"
msgstr ""
-#: ../../godmode/reporting/visual_console_builder.elements.php:79
-msgid "Width x Height
Max value"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:143
-msgid "Percentile Bar"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:148
-msgid "Percentile Bubble"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:163
-msgid "Simple Value (Process Max)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:168
-msgid "Simple Value (Process Min)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:173
-msgid "Simple Value (Process Avg)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.elements.php:226
-#: ../../godmode/reporting/visual_console_builder.elements.php:600
-msgid "Edit label"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:207
-msgid "Graph builder"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:227
-msgid "Graph stored successfully"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:227
-msgid "There was a problem storing Graph"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:230
-msgid "There was a problem adding Module"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:233
-msgid "Update the graph"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:233
-msgid "Bad update the graph"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:236
-msgid "Graph deleted successfully"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.php:236
-msgid "There was a problem deleting Graph"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.main.php:139
-msgid "Type of graph"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.main.php:151
-msgid "Horizontal bars"
-msgstr ""
-
-#: ../../godmode/reporting/graph_builder.main.php:152
-msgid "Vertical bars"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:125
-msgid "Range between elements (px)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:132
-msgid "Size (px)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:161
-msgid "Width (px)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:175
-msgid "Percentile"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:180
-msgid "Bubble"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:189
-msgid "Percent"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:224
-msgid "One item per agent"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:258
-#: ../../godmode/reporting/visual_console_builder.wizard.php:561
-msgid "Agent - Module"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:267
-msgid "Enable link agent"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:279
-msgid "Set Parent"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:281
-msgid "Item created in the visualmap"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:282
-msgid "Use the agents relationship (from selected agents)"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:285
-msgid "Item in the map"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:288
-msgid "The parent relationships in Pandora will be drawn in the map."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:301
-#: ../../godmode/reporting/visual_console_builder.wizard.php:306
-msgid "Are you sure to add many elements\\nin visual map?"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.wizard.php:482
-msgid "Please select any module or modules."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:150
-msgid "This file isn't image"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:151
-msgid "This file isn't image."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:155
-#: ../../godmode/reporting/visual_console_builder.php:156
-msgid "File already are exists."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:162
-#: ../../godmode/reporting/visual_console_builder.php:163
-msgid "The file have not image extension."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:174
-#: ../../godmode/reporting/visual_console_builder.php:175
-#: ../../godmode/reporting/visual_console_builder.php:182
-#: ../../godmode/reporting/visual_console_builder.php:185
-msgid "Problems with move file to target."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:213
-msgid "Successfully update."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:225
-msgid "Could not be update."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:291
-msgid "Successfully multiple delete."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:292
-msgid "Unsuccessfull multiple delete."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.php:370
-msgid "Successfully delete."
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:145
-msgid "Saving in progress"
-msgstr ""
-
-#: ../../godmode/reporting/visual_console_builder.editor.php:150
-msgid "Deletion in progress"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:605
-msgid "Not valid"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1030
-msgid "Target server"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1178
-msgid "Greater or equal (>=)"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1179
-msgid "Less or equal (<=)"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1180
-msgid "Less (<)"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1181
-msgid "Greater (>)"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1182
-msgid "Equal (=)"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1183
-msgid "Not equal (!=)"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1367
-msgid "Please save the SLA for start to add items in this list."
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1538
-msgid "rate"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1561
+#: ../../godmode/agentes/configurar_agente.php:1367
msgid ""
-"Please be careful, when the module have diferent intervals in their life, "
-"the summatory maybe get bad result."
+"There was a problem adding module. Another module already exists with the "
+"same name."
msgstr ""
-#: ../../godmode/reporting/reporting_builder.item_editor.php:1575
-msgid "Please save the report to start adding items into the list."
-msgstr ""
-
-#: ../../godmode/reporting/map_builder.php:187
-#: ../../godmode/reporting/map_builder.php:197
-msgid "Not copied. Error copying data"
-msgstr ""
-
-#: ../../godmode/reporting/map_builder.php:255
-#: ../../general/firts_task/map_builder.php:24
-msgid "There are no visual console defined yet."
-msgstr ""
-
-#: ../../godmode/reporting/graphs.php:144
-msgid "Number of Graphs"
-msgstr ""
-
-#: ../../godmode/reporting/graphs.php:198
-msgid "Create graph"
-msgstr ""
-
-#: ../../godmode/reporting/reporting_builder.php:77
+#: ../../godmode/agentes/configurar_agente.php:1370
msgid ""
-"Your report has been planned, and the system will email you a PDF with the "
-"report as soon as its finished"
+"There was a problem adding module. Some required fields are missed : (name)"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.php:78
-msgid "An error has ocurred"
+#: ../../godmode/agentes/configurar_agente.php:1375
+msgid "There was a problem adding module. Processing error"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.php:332
-#: ../../godmode/reporting/reporting_builder.php:1771
-#: ../../godmode/reporting/reporting_builder.php:1823
-msgid "Reports list"
+#: ../../godmode/agentes/configurar_agente.php:1511
+msgid "There was a problem deleting the module"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.php:436
-msgid "Free text for search: "
+#: ../../godmode/agentes/configurar_agente.php:1514
+msgid "Module deleted succesfully"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.php:437
-msgid "Search by report name or description, list matches."
+#: ../../godmode/agentes/configurar_agente.php:1528
+#, php-format
+msgid "copy of %s"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.php:447
-msgid "Show Option"
+#: ../../godmode/agentes/configurar_agente.php:1538
+#, php-format
+msgid "copy of %s (%d)"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.php:733
-msgid "Create report"
+#: ../../godmode/agentes/configurar_agente.php:1696
+#: ../../godmode/agentes/configurar_agente.php:1706
+msgid "Invalid tab specified"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.main.php:85
-msgid "Only the group can view the report"
+#: ../../godmode/agentes/module_manager_editor.php:390
+msgid "This policy is applying and cannot be modified"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.main.php:86
-msgid "The next group can edit the report"
+#: ../../godmode/agentes/module_manager_editor.php:394
+msgid "Module will be linked in the next application"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.main.php:87
-msgid "Only the user and admin user can edit the report"
+#: ../../godmode/agentes/module_manager_editor.php:402
+msgid "Module will be unlinked in the next application"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.main.php:89
-msgid "Write Access"
+#: ../../godmode/agentes/module_manager_editor.php:490
+#, php-format
+msgid "DEBUG: Invalid module type specified in %s:%s"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.main.php:90
+#: ../../godmode/agentes/module_manager_editor.php:491
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."
+"Most likely you have recently upgraded from an earlier version of Pandora "
+"and either
\n"
+"\t\t\t\t1) forgot to use the database converter
\n"
+"\t\t\t\t2) used a bad version of the database converter (see Bugreport "
+"#2124706 for the solution)
\n"
+"\t\t\t\t3) found a new bug - please report a way to duplicate this error"
msgstr ""
-#: ../../godmode/reporting/reporting_builder.main.php:110
-msgid "Non interactive report"
+#: ../../godmode/agentes/module_manager_editor.php:517
+#: ../../godmode/agentes/module_manager_editor_common.php:667
+msgid "Custom macros"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:52 ../../godmode/tag/tag.php:100
-msgid "List tags"
+#: ../../godmode/agentes/module_manager_editor.php:519
+msgid "Module relations"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:63 ../../godmode/tag/tag.php:110
-msgid "Tags configuration"
+#: ../../godmode/agentes/module_manager_editor.php:565
+msgid "No module name provided"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:87
-msgid "Error updating tag"
+#: ../../godmode/agentes/module_manager_editor.php:566
+msgid "No target IP provided"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:91
-msgid "Successfully updated tag"
+#: ../../godmode/agentes/module_manager_editor.php:567
+msgid "No SNMP OID provided"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:117
-msgid "Error creating tag"
+#: ../../godmode/agentes/module_manager_editor.php:568
+msgid "No module to predict"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:123
-msgid "Successfully created tag"
+#: ../../godmode/agentes/module_manager_editor.php:569
+msgid "No plug-in provided"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:156
-msgid "Update Tag"
+#: ../../godmode/agentes/module_manager_editor.php:592
+msgid ""
+"Error, The field name and name in module_name in data configuration are "
+"different."
msgstr ""
-#: ../../godmode/tag/edit_tag.php:159
-msgid "Create Tag"
+#: ../../godmode/agentes/planned_downtime.export_csv.php:199
+#: ../../godmode/agentes/planned_downtime.list.php:358
+msgid "No planned downtime"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:182
-msgid "Hyperlink to help information that has to exist previously."
+#: ../../godmode/agentes/module_manager_editor_common.php:70
+msgid "Using module component"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:192
-msgid "Associated Email direction to use later in alerts associated to Tags."
+#: ../../godmode/agentes/module_manager_editor_common.php:76
+#: ../../godmode/agentes/module_manager_editor_common.php:85
+msgid "Manual setup"
msgstr ""
-#: ../../godmode/tag/edit_tag.php:202
-msgid "Associated phone number to use later in alerts associated to Tags."
+#: ../../godmode/agentes/module_manager_editor_common.php:81
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336
+msgid "No component was found"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:161
+msgid "Delete module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:180
+msgid "Module parent"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:256
+msgid "Dynamic Threshold Interval"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:268
+msgid "Dynamic Threshold Min. "
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:271
+msgid "Dynamic Threshold Max. "
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:274
+msgid "Dynamic Threshold Two Tailed: "
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:280
+#: ../../godmode/agentes/module_manager_editor_common.php:301
+msgid "Min. "
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:385
+#: ../../godmode/agentes/module_manager_editor_common.php:388
+#, php-format
+msgid "Agent interval x %s"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:398
+#: ../../godmode/agentes/module_manager.php:733
+msgid ""
+"The policy modules of data type will only update their intervals when policy "
+"is applied."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:422
+msgid "Any value below this number is discarted."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:424
+msgid "Any value over this number is discarted."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:433
+msgid "Not needed"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:437
+msgid ""
+"In case you use an Export server you can link this module and export data to "
+"one these."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:471
+msgid "This value can be set only in the async modules."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:554
+msgid "Tags from policy"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:567
+msgid "The module still stores data but the alerts and events will be stop"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:590
+#: ../../godmode/agentes/module_manager_editor_common.php:600
+#: ../../godmode/agentes/module_manager_editor_common.php:611
+msgid "Cron from"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:591
+#: ../../godmode/agentes/module_manager_editor_common.php:601
+#: ../../godmode/agentes/module_manager_editor_common.php:612
+msgid ""
+"If cron is set the module interval is ignored and the module runs on the "
+"specified date and time"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:595
+#: ../../godmode/agentes/module_manager_editor_common.php:605
+#: ../../godmode/agentes/module_manager_editor_common.php:616
+msgid "Cron to"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:624
+msgid "Retries"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:625
+msgid "Number of retries that the module will attempt to run."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:701
+msgid "Add relationship"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:719
+msgid "Changes"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_common.php:719
+msgid "Activate this to prevent the relation from being updated or deleted"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:179
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:298
+msgid "No agent selected or the agent does not exist"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:286
+msgid "Successfully modules created"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:296
+msgid "Another module already exists with the same name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299
+msgid "Some required fields are missed"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:299
+msgid "name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:304
+msgid "Processing error"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:345
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:706
+msgid "Use agent ip"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:377
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:739
+msgid "privacy pass"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:397
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:759
+msgid "SNMP Walk"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:401
+msgid "Unable to do SNMP walk"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:435
+msgid "Interfaces"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:447
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:875
+msgid "Create modules"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_network.php:152
+msgid "SNMP OID"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:53
+msgid ""
+"When you change the Agent position, the agent automatically activates the "
+"'Ignore new GIS data' option"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:60
+msgid "Agent position"
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:66
+msgid "Latitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:70
+msgid "Longitude: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_conf_gis.php:74
+msgid "Altitude: "
+msgstr ""
+
+#: ../../godmode/agentes/configure_field.php:36
+msgid "Update agent custom field"
+msgstr ""
+
+#: ../../godmode/agentes/configure_field.php:39
+msgid "Create agent custom field"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:115
+#: ../../godmode/agentes/planned_downtime.editor.php:187
+#: ../../godmode/agentes/planned_downtime.editor.php:942
+msgid "This elements cannot be modified while the downtime is being executed"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:318
+msgid "Cannot be modified while the downtime is being executed"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:485
+msgid "Quiet: Modules will not generate events or fire alerts."
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:486
+msgid "Disable Agents: Disables the selected agents."
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:487
+msgid "Disable Alerts: Disable alerts for the selected agents."
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:489
+#: ../../godmode/agentes/planned_downtime.list.php:428
+msgid "Disabled Agents"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:490
+#: ../../godmode/agentes/planned_downtime.list.php:429
+msgid "Disabled only Alerts"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:494
+#: ../../godmode/agentes/planned_downtime.list.php:153
+msgid "Once"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:495
+#: ../../godmode/agentes/planned_downtime.list.php:153
+#: ../../godmode/agentes/planned_downtime.list.php:434
+msgid "Periodically"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:500
+msgid "Configure the time"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:531
+msgid "Type Periodicity:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:533
+#: ../../godmode/agentes/module_manager_editor_prediction.php:152
+msgid "Weekly"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:534
+#: ../../godmode/agentes/module_manager_editor_prediction.php:153
+msgid "Monthly"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:569
+msgid "From day:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:575
+msgid "To day:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:586
+msgid "From hour:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:594
+msgid "To hour:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:637
+msgid "Available agents"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:708
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316
+msgid "Filter by group"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:714
+msgid "Available modules:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:715
+msgid "Only for type Quiet for downtimes."
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:729
+msgid "Agents planned for this downtime"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:744
+msgid "There are no agents"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:780
+msgid "All alerts"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:783
+msgid "Entire agent"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:787
+#: ../../godmode/agentes/planned_downtime.editor.php:892
+msgid "All modules"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:790
+#: ../../godmode/agentes/planned_downtime.editor.php:884
+#: ../../godmode/agentes/planned_downtime.editor.php:888
+msgid "Some modules"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:856
+msgid "Add Module:"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1072
+msgid "Please select a module."
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.editor.php:1204
+msgid ""
+"WARNING: If you edit this planned downtime, the data of future SLA reports "
+"may be altered"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111
+#, php-format
+msgid "Free space on %s"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204
+#, php-format
+msgid "%s service modules created succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207
+#, php-format
+msgid "Error creating %s service modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212
+#, php-format
+msgid "%s process modules created succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215
+#, php-format
+msgid "Error creating %s process modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220
+#, php-format
+msgid "%s disk space modules created succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223
+#, php-format
+msgid "Error creating %s disk space modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228
+#, php-format
+msgid "%s modules created from components succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231
+#, php-format
+msgid "Error creating %s modules from components"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:676
+#, php-format
+msgid "%s modules already exist"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274
+msgid "WMI Explore"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278
+msgid "Unable to do WMI explorer"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:794
+msgid "Free space on disk"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303
+msgid "WMI components"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:798
+msgid "Wizard mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:854
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:856
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:858
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:860
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863
+msgid "Add to modules list"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:865
+msgid "Remove from modules list"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1027
+msgid "Modules list is empty"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:156
+msgid "The agent's name must be the same as the one defined at the console"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:159
+msgid "QR Code Agent view"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:193
+msgid "This agent can be remotely configured"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:196
+msgid "You can remotely edit this agent configuration"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:203
+msgid "Delete agent"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:205
+msgid "Alias"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:208
+msgid "Use alias as name"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:238
+msgid "Only it is show when
the agent is saved."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:335
+msgid "Autodisable mode"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:363
+msgid "Delete remote configuration file"
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:366
+msgid ""
+"Delete this conf file implies that for restore you must reactive remote "
+"config in the local agent."
+msgstr ""
+
+#: ../../godmode/agentes/agent_manager.php:381
+msgid "Agent icon for GIS Maps."
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
+msgid "The SNMP remote plugin doesnt seem to be installed"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
+msgid "It is necessary to use some features"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:65
+msgid ""
+"Please, install the SNMP remote plugin (The name of the plugin must be "
+"snmp_remote.pl)"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:253
+msgid "Remote system doesnt support host SNMP information"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:338
+msgid "The number of bytes read from this device since boot"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:340
+msgid "The number of bytes written to this device since boot"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:342
+msgid "The number of read accesses from this device since boot"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:344
+msgid "The number of write accesses from this device since boot"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:519
+#, php-format
+msgid "Check if the process %s is running or not"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:590
+msgid "Disk use information"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:661
+#, php-format
+msgid "%s modules created succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:666
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:671
+#, php-format
+msgid "Error creating %s modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685
+msgid "Modules created succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:763
+msgid "If the device is a network device, try with the SNMP Interfaces wizard"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792
+msgid "Devices"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:795
+msgid "Temperature sensors"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:796
+msgid "Other SNMP data"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:817
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:822
+msgid "SNMP remote plugin is necessary for this feature"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:932
+msgid "Device"
+msgstr ""
+
+#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:980
+msgid "Temperature"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:62
+msgid "Agents defined in Pandora"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:87
+msgid "Success deleted agent."
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:87
+msgid "Could not be deleted."
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:94
+msgid "Maybe the files conf or md5 could not be deleted"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:154
+msgid "Show Agents"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:156
+msgid "Everyone"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:481
+msgid "Remote agent configuration"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:481
+msgid "R"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:597
+msgid "Edit remote config"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:624
+msgid "Enable agent"
+msgstr ""
+
+#: ../../godmode/agentes/modificar_agente.php:629
+msgid "Disable agent"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:31
+msgid "Agents custom fields manager"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:44
+msgid "The name must not be empty"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:47
+msgid "The name must be unique"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:52
+msgid "Field successfully created"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:69
+msgid "Field successfully updated"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:72
+msgid "There was a problem modifying field"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:82
+msgid "There was a problem deleting field"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:84
+msgid "Field successfully deleted"
+msgstr ""
+
+#: ../../godmode/agentes/fields_manager.php:138
+msgid "Create field"
+msgstr ""
+
+#: ../../godmode/agentes/agent_incidents.php:67
+msgid "No incidents associated to this agent"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:78
+msgid "Create a new data server module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:80
+msgid "Create a new network server module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:82
+msgid "Create a new plugin server module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:84
+msgid "Create a new WMI server module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:86
+msgid "Create a new prediction server module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:148
+msgid "Get more modules in Pandora FMS Library"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:175
+msgid "Nice try buddy"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:272
+#, php-format
+msgid "There was a problem deleting %s modules, none deleted."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:277
+msgid "All Modules deleted succesfully"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:281
+#, php-format
+msgid "There was a problem only deleted %s modules of %s total."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:569
+msgid "D."
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:716
+msgid "Non initialized module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:749
+msgid "Enable module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:754
+msgid "Disable module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:769
+msgid "Normalize"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:775
+msgid "Normalize (Disabled)"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager.php:789
+msgid "Create network component (Disabled)"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:91
+msgid "Source module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:119
+#: ../../godmode/agentes/module_manager_editor_prediction.php:144
+msgid "Select Module"
+msgstr ""
+
+#: ../../godmode/agentes/module_manager_editor_prediction.php:154
+msgid "Daily"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:46
+msgid "An error occurred while migrating the malformed planned downtimes"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:47
+msgid "Please run the migration again or contact with the administrator"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:79
+msgid "An error occurred stopping the planned downtime"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:101
+msgid "This planned downtime is running"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:154
+msgid "Execution type"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:156
+msgid "Show past downtimes"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:391
+msgid "Name #Ag."
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:397
+#: ../../godmode/agentes/planned_downtime.list.php:446
+msgid "Running"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:400
+#: ../../godmode/agentes/planned_downtime.list.php:456
+msgid "Stop downtime"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:433
+msgid "once"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:442
+msgid "Not running"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:535
+msgid ""
+"WARNING: If you delete this planned downtime, it will not be taken into "
+"account in future SLA reports"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:541
+msgid "WARNING: There are malformed planned downtimes"
+msgstr ""
+
+#: ../../godmode/agentes/planned_downtime.list.php:541
+msgid "Do you want to migrate automatically the malformed items?"
+msgstr ""
+
+#: ../../godmode/agentes/agent_template.php:69
+msgid "Created by template "
+msgstr ""
+
+#: ../../godmode/agentes/agent_template.php:157
+msgid "Error adding modules"
+msgstr ""
+
+#: ../../godmode/agentes/agent_template.php:159
+msgid "Error adding modules. The following errors already exists: "
+msgstr ""
+
+#: ../../godmode/agentes/agent_template.php:162
+msgid "Modules successfully added"
+msgstr ""
+
+#: ../../godmode/agentes/agent_template.php:189
+msgid "Assign"
msgstr ""
#: ../../godmode/tag/tag.php:80
@@ -30576,6 +22671,15 @@ msgstr ""
msgid "Number of policy modules"
msgstr ""
+#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53
+#: ../../godmode/tag/edit_tag.php:64
+msgid "List tags"
+msgstr ""
+
+#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68
+msgid "Tags configuration"
+msgstr ""
+
#: ../../godmode/tag/tag.php:121
msgid "Error deleting tag"
msgstr ""
@@ -30584,6 +22688,10 @@ msgstr ""
msgid "Successfully deleted tag"
msgstr ""
+#: ../../godmode/tag/tag.php:199
+msgid "Tag name"
+msgstr ""
+
#: ../../godmode/tag/tag.php:201
msgid "Detail information"
msgstr ""
@@ -30614,477 +22722,38 @@ msgstr ""
msgid "Create tag"
msgstr ""
-#: ../../general/firts_task/recon_view.php:21
-msgid "There are no recon task defined yet."
+#: ../../godmode/tag/edit_tag.php:92
+msgid "Error updating tag"
msgstr ""
-#: ../../general/firts_task/recon_view.php:28
-#: ../../general/firts_task/recon_view.php:35
-msgid "Create Recon Task"
+#: ../../godmode/tag/edit_tag.php:96
+msgid "Successfully updated tag"
msgstr ""
-#: ../../general/firts_task/recon_view.php:29
-msgid ""
-"The Recon Task definition of Pandora FMS is used to find new elements in the "
-"network. \n"
-"\t\tIf it detects any item, it will add that item to the monitoring, and if "
-"that item it is already being monitored, then it will \n"
-"\t\tignore it or will update its information.There are three types of "
-"detection: Based on ICMP (pings), \n"
-"\t\tSNMP (detecting the topology of networks "
-"and their interfaces), and other customized "
-"\n"
-"\t\ttype. You can define your own customized recon script."
+#: ../../godmode/tag/edit_tag.php:122
+msgid "Error creating tag"
msgstr ""
-#: ../../general/firts_task/network_map.php:23
-msgid "There are no network map defined yet."
+#: ../../godmode/tag/edit_tag.php:128
+msgid "Successfully created tag"
msgstr ""
-#: ../../general/firts_task/network_map.php:30
-msgid "Network Map"
+#: ../../godmode/tag/edit_tag.php:161
+msgid "Update Tag"
msgstr ""
-#: ../../general/firts_task/network_map.php:33
-#: ../../general/firts_task/network_map.php:49
-msgid "Create Network Map"
+#: ../../godmode/tag/edit_tag.php:164
+msgid "Create Tag"
msgstr ""
-#: ../../general/firts_task/network_map.php:34
-msgid ""
-"There is also an open-source version of the network map. \n"
-"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes "
-"and relationships, agents, modules and groups available to the user. \n"
-"\t\t\t\t\t\t\t\tThere are three types of network maps:\n"
-"\t\t\t"
+#: ../../godmode/tag/edit_tag.php:187
+msgid "Hyperlink to help information that has to exist previously."
msgstr ""
-#: ../../general/firts_task/network_map.php:38
-msgid "Topology Map"
+#: ../../godmode/tag/edit_tag.php:197
+msgid "Associated Email direction to use later in alerts associated to Tags."
msgstr ""
-#: ../../general/firts_task/network_map.php:39
-msgid "Group Map"
-msgstr ""
-
-#: ../../general/firts_task/network_map.php:40
-msgid "Radial Map (User without strict user)"
-msgstr ""
-
-#: ../../general/firts_task/network_map.php:41
-msgid "Dinamic Map"
-msgstr ""
-
-#: ../../general/firts_task/network_map.php:42
-msgid "Policy Map (Only Enterprise version)"
-msgstr ""
-
-#: ../../general/firts_task/custom_fields.php:23
-#: ../../general/firts_task/fields_manager.php:21
-msgid "There are no custom fields defined yet."
-msgstr ""
-
-#: ../../general/firts_task/custom_fields.php:28
-msgid "Custom Fields"
-msgstr ""
-
-#: ../../general/firts_task/custom_fields.php:31
-#: ../../general/firts_task/custom_fields.php:35
-msgid "Create Custom Fields"
-msgstr ""
-
-#: ../../general/firts_task/custom_fields.php:32
-msgid ""
-"Custom fields are an easy way to personalized agent's information.\n"
-"\t\t You're able to create custom fields by klicking on 'Administration' -> "
-"'Manage monitoring' -> 'Manage custom fields'. "
-msgstr ""
-
-#: ../../general/firts_task/collections.php:21
-msgid "There are no collections defined yet."
-msgstr ""
-
-#: ../../general/firts_task/collections.php:28
-#: ../../general/firts_task/collections.php:37
-msgid "Create Collections"
-msgstr ""
-
-#: ../../general/firts_task/collections.php:29
-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\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 the picture below. "
-msgstr ""
-
-#: ../../general/firts_task/service_list.php:21
-msgid "There are no services defined yet."
-msgstr ""
-
-#: ../../general/firts_task/service_list.php:28
-#: ../../general/firts_task/service_list.php:36
-msgid "Create Services"
-msgstr ""
-
-#: ../../general/firts_task/service_list.php:29
-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."
-msgstr ""
-
-#: ../../general/firts_task/snmp_filters.php:21
-msgid "There are no SNMP filter defined yet."
-msgstr ""
-
-#: ../../general/firts_task/snmp_filters.php:25
-msgid "SNMP Filter"
-msgstr ""
-
-#: ../../general/firts_task/snmp_filters.php:28
-#: ../../general/firts_task/snmp_filters.php:35
-msgid "Create SNMP Filter"
-msgstr ""
-
-#: ../../general/firts_task/snmp_filters.php:29
-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\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. "
-msgstr ""
-
-#: ../../general/firts_task/tags.php:21
-msgid "There are no tags defined yet."
-msgstr ""
-
-#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33
-msgid "Create Tags"
-msgstr ""
-
-#: ../../general/firts_task/tags.php:29
-msgid ""
-"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. "
-msgstr ""
-
-#: ../../general/firts_task/fields_manager.php:25
-msgid "Fields Manager"
-msgstr ""
-
-#: ../../general/firts_task/fields_manager.php:28
-msgid "Create Fields Manager"
-msgstr ""
-
-#: ../../general/firts_task/fields_manager.php:29
-msgid ""
-"Custom fields are an easy way to personalized agent's information.\n"
-"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -"
-"> 'Manage monitoring' -> 'Manage custom fields'. "
-msgstr ""
-
-#: ../../general/firts_task/fields_manager.php:32
-msgid "Create Fields "
-msgstr ""
-
-#: ../../general/firts_task/map_builder.php:32
-#: ../../general/firts_task/map_builder.php:40
-msgid "Create Visual Console"
-msgstr ""
-
-#: ../../general/firts_task/map_builder.php:33
-msgid ""
-"Pandora FMS allows you to create visual maps in which each user is able to "
-"create his own monitoring map.\n"
-"\t\t\tThe new visual console editor is much more practical, although the old "
-"visual console editor had its advantages. \n"
-"\t\t\tWithin the new visual console, we've been successful in imitating the "
-"sensation and touch of a drawing application like GIMP. \n"
-"\t\t\tWe've also simplified the editor by dividing it into several subject-"
-"matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and "
-"'Editor'.\n"
-"\t\t\tThe elements the Pandora FMS Visual Map was designed to handle are "
-"'static image', 'percentage bar', 'module graph' and 'simple value'. "
-msgstr ""
-
-#: ../../general/firts_task/incidents.php:23
-msgid "There are no incidents defined yet."
-msgstr ""
-
-#: ../../general/firts_task/incidents.php:31
-#: ../../general/firts_task/incidents.php:40
-msgid "Create Incidents"
-msgstr ""
-
-#: ../../general/firts_task/incidents.php:32
-msgid ""
-"Besides receiving and processing data to monitor systems or applications, \n"
-"\t\t\tyou're also required to monitor possible incidents which might take "
-"place on these systems within the system monitoring process.\n"
-"\t\t\tFor it, the Pandora FMS team has designed an incident manager within "
-"which any user is able to open incidents, \n"
-"\t\t\texplaining what's happened on the network and to update them with "
-"comments and files any time in case there is a need to do so.\n"
-"\t\t\tThis system allows the users to work as a team, along with different "
-"roles and work-flow systems which allows an incident to be \n"
-"\t\t\tmoved from one group to another, and that members from different "
-"groups and different people could work on the same incident, sharing "
-"information and files.\n"
-"\t\t"
-msgstr ""
-
-#: ../../general/firts_task/planned_downtime.php:21
-msgid "There are no planned downtime defined yet."
-msgstr ""
-
-#: ../../general/firts_task/planned_downtime.php:28
-#: ../../general/firts_task/planned_downtime.php:34
-msgid "Create Planned Downtime"
-msgstr ""
-
-#: ../../general/firts_task/planned_downtime.php:29
-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. "
-msgstr ""
-
-#: ../../general/firts_task/custom_graphs.php:23
-msgid "There are no custom graphs defined yet."
-msgstr ""
-
-#: ../../general/firts_task/custom_graphs.php:28
-msgid "Custom Graphs"
-msgstr ""
-
-#: ../../general/firts_task/custom_graphs.php:31
-#: ../../general/firts_task/custom_graphs.php:36
-msgid "Create Custom Graph"
-msgstr ""
-
-#: ../../general/firts_task/custom_graphs.php:32
-msgid ""
-"Graphs are designed to show the data collected by Pandora FMS in a temporary "
-"scale defined by the user.\n"
-"\t\t\t\tPandora FMS Graphs display data in real time. They are generated "
-"every time the operator requires any of them and display the up-to-date "
-"state.\n"
-"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the "
-"graphs the user customizes by using one or more modules to do so."
-msgstr ""
-
-#: ../../general/logon_failed.php:33
-msgid ""
-"Either, your password or your login are incorrect. Please check your CAPS "
-"LOCK key, username and password are case SeNSiTiVe.
All actions, "
-"included failed login attempts are logged in Pandora FMS System logs, and "
-"these can be reviewed by each user, please report to admin any incident or "
-"malfunction."
-msgstr ""
-
-#: ../../general/logon_ok.php:32
-msgid "Welcome to Pandora FMS Web Console"
-msgstr ""
-
-#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315
-msgid "Pandora FMS Overview"
-msgstr ""
-
-#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377
-msgid "News board"
-msgstr ""
-
-#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382
-msgid "ago"
-msgstr ""
-
-#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389
-msgid "by"
-msgstr ""
-
-#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423
-msgid "This is your last activity in Pandora FMS console"
-msgstr ""
-
-#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68
-#: ../../general/pandora_help.php:95
-msgid "Pandora FMS help system"
-msgstr ""
-
-#: ../../general/pandora_help.php:73
-msgid "Help system error"
-msgstr ""
-
-#: ../../general/pandora_help.php:78
-msgid ""
-"Pandora FMS help system has been called with a help reference that currently "
-"don't exist. There is no help content to show."
-msgstr ""
-
-#: ../../general/noaccess.php:26
-msgid "Access to this page is restricted"
-msgstr ""
-
-#: ../../general/noaccess.php:36
-msgid ""
-"Access to this page is restricted to authorized users only, please contact "
-"system administrator if you need assistance.
\n"
-"\t\t\tPlease know that all attempts to access this page are recorded in "
-"security logs of Pandora System Database"
-msgstr ""
-
-#: ../../general/login_page.php:35
-msgid "Go to Pandora FMS Website"
-msgstr ""
-
-#: ../../general/login_page.php:40
-msgid "Go to Login"
-msgstr ""
-
-#: ../../general/login_page.php:131
-msgid "Logged out"
-msgstr ""
-
-#: ../../general/login_page.php:157
-msgid "View details"
-msgstr ""
-
-#: ../../general/login_page.php:218
-msgid ""
-"Pandora FMS frontend is built on advanced, modern technologies and does not "
-"support old browsers."
-msgstr ""
-
-#: ../../general/login_page.php:219
-msgid ""
-"It is highly recommended that you choose and install a modern browser. It is "
-"free of charge and only takes a couple of minutes."
-msgstr ""
-
-#: ../../general/login_page.php:282
-msgid "Why is it recommended to upgrade the web browser?"
-msgstr ""
-
-#: ../../general/login_page.php:287
-msgid ""
-"New browsers usually come with support for new technologies, increasing web "
-"page speed, better privacy settings and so on. They also resolve security "
-"and functional issues."
-msgstr ""
-
-#: ../../general/login_page.php:296
-msgid "Continue despite this warning"
-msgstr ""
-
-#: ../../general/header.php:89 ../../general/header.php:91
-msgid "Enter keywords to search"
-msgstr ""
-
-#: ../../general/header.php:139 ../../general/header.php:140
-msgid "QR Code of the page"
-msgstr ""
-
-#: ../../general/header.php:240
-msgid "System alerts detected - Please fix as soon as possible"
-msgstr ""
-
-#: ../../general/header.php:251
-#, php-format
-msgid "You have %d warning(s)"
-msgstr ""
-
-#: ../../general/header.php:257
-msgid "There are not warnings"
-msgstr ""
-
-#: ../../general/header.php:283
-msgid "New chat message"
-msgstr ""
-
-#: ../../general/header.php:292
-msgid "Message overview"
-msgstr ""
-
-#: ../../general/header.php:293
-#, php-format
-msgid "You have %d unread message(s)"
-msgstr ""
-
-#: ../../general/header.php:297
-msgid "Blank characters are used as AND conditions"
-msgstr ""
-
-#: ../../general/login_help_dialog.php:42
-msgid ""
-"If this is your first time with Pandora FMS, we propose you a few links to "
-"learn more about Pandora FMS. Monitoring could be overwhelm, but take your "
-"time to learn how to use the power of Pandora FMS!"
-msgstr ""
-
-#: ../../general/login_help_dialog.php:51
-#: ../../general/login_help_dialog.php:53
-msgid "Online help"
-msgstr ""
-
-#: ../../general/login_help_dialog.php:59
-#: ../../general/login_help_dialog.php:61
-msgid "Enterprise version"
-msgstr ""
-
-#: ../../general/login_help_dialog.php:69
-msgid "Forums"
-msgstr ""
-
-#: ../../general/login_help_dialog.php:75
-#: ../../general/login_help_dialog.php:77
-msgid "Documentation"
-msgstr ""
-
-#: ../../general/login_help_dialog.php:86
-msgid "Click here to don't show again this message"
-msgstr ""
-
-#: ../../general/shortcut_bar.php:165
-msgid "Press here to activate shortcut bar"
-msgstr ""
-
-#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204
-msgid "Incidents opened"
-msgstr ""
-
-#: ../../general/shortcut_bar.php:222
-msgid "Create new message"
+#: ../../godmode/tag/edit_tag.php:207
+msgid "Associated phone number to use later in alerts associated to Tags."
msgstr ""
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 56f1cf631f..a62bde87a5 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -2441,11 +2441,11 @@ span#plugin_description {
font-size: 8pt !important;
line-height: 8pt;
}
-.visual_font_size_10pt, .visual_font_size_10pt > em , .visual_font_size_10pt > strong, .visual_font_size_10pt > strong > em, .visual_font_size_10pt > em > strong, .visual_font_size_10pt em span, .visual_font_size_10pt span em {
+.visual_font_size_10pt, .visual_font_size_10pt > em, .visual_font_size_10pt > strong, .visual_font_size_10pt > strong > span , .visual_font_size_10pt > span, .visual_font_size_10pt > strong > em, .visual_font_size_10pt > em > strong, .visual_font_size_10pt em span, .visual_font_size_10pt span em {
font-size: 10pt !important;
line-height: 10pt;
}
-.visual_font_size_12pt, .visual_font_size_12pt > em , .visual_font_size_12pt > strong, .visual_font_size_12pt > strong > em, .visual_font_size_12pt > em > strong, .visual_font_size_12pt em span, .visual_font_size_12pt span em {
+.visual_font_size_12pt, .visual_font_size_12pt > em, .visual_font_size_12pt > strong, .visual_font_size_12pt > strong > span , .visual_font_size_12pt > span, .visual_font_size_12pt > strong > em, .visual_font_size_12pt > em > strong, .visual_font_size_12pt em span, .visual_font_size_12pt span em {
font-size: 12pt !important;
line-height: 12pt;
}