From 3bc2844b4dea16b1a6f5b530937159ec17b6ffec Mon Sep 17 00:00:00 2001 From: Marcos Alconada Date: Fri, 4 Jun 2021 11:03:35 +0000 Subject: [PATCH] fixed visual error black theme --- pandora_console/extensions/agents_modules.php | 2 +- .../godmode/agentes/module_manager.php | 2 +- .../godmode/alerts/alert_list.list.php | 8 +- pandora_console/godmode/alerts/alert_view.php | 28 +- .../include/class/CredentialStore.class.php | 2 +- .../include/class/ExternalTools.class.php | 9 + .../class/ManageNetScanScripts.class.php | 3 +- .../include/class/NetworkMap.class.php | 8 +- .../include/class/OrderInterpreter.class.php | 8 +- .../include/functions_filemanager.php | 20 +- .../include/functions_reporting.php | 1 + .../include/help/en/help_eventview.php | 2 +- .../include/javascript/tree/TreeController.js | 4 +- pandora_console/include/languages/ru.mo | Bin 406046 -> 910585 bytes pandora_console/include/languages/ru.po | 78538 ++++++++++------ .../include/styles/pandora_black.css | 23 +- .../operation/reporting/reporting_viewer.php | 5 +- 17 files changed, 49483 insertions(+), 29180 deletions(-) diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index f93dec02a4..e668e35179 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -383,7 +383,7 @@ function mainAgentsModules() &full_agents_id='.$full_agents.'&selection_agent_module='.$selection_a_m.'">'.html_print_image('images/full_screen.png', true, ['title' => __('Full screen mode'), 'class' => 'invert_filter']).''; } else { $fullscreen['text'] = ''.html_print_image('images/full_screen.png', true, ['title' => __('Full screen mode')]).''; + offset='.$offset.'&group_id='.$group_id.'&modulegroup='.$modulegroup.'&refresh='.$refr.'">'.html_print_image('images/full_screen.png', true, ['title' => __('Full screen mode'), 'class' => 'invert_filter']).''; } } diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index 6f2747de19..45149c5e6a 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -238,7 +238,7 @@ echo ''; if (!$config['disable_help']) { echo '
'; echo ''; - echo "".__('Get more modules on Monitoring Library').''; + echo "".__('Get more modules on Monitoring Library').''; echo ''; echo '
'; } diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index da85133c7f..399bb55cfd 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -810,7 +810,8 @@ foreach ($simple_alerts as $alert) { 'images/lightbulb_off.png', 1, 'padding:0px', - true + true, + ['class' => 'invert_filter'] ); $data[4] .= html_print_input_hidden('enable_alert', 1, true); } else { @@ -879,7 +880,10 @@ foreach ($simple_alerts as $alert) { $data[4] .= html_print_image( 'images/add.disabled.png', true, - ['title' => __('Add action')] + [ + 'title' => __('Add action'), + 'class' => 'invert_filter', + ] ); } else { if ((int) $alert['id_policy_alerts'] === 0) { diff --git a/pandora_console/godmode/alerts/alert_view.php b/pandora_console/godmode/alerts/alert_view.php index d6bbaa5d32..cc467b99f8 100644 --- a/pandora_console/godmode/alerts/alert_view.php +++ b/pandora_console/godmode/alerts/alert_view.php @@ -224,31 +224,31 @@ $table_days->data[0] = array_fill(0, 7, html_print_image('images/blade.png', tru $days = []; if ($template['monday']) { - $table_days->data[0][0] = html_print_image('images/tick.png', true); + $table_days->data[0][0] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } if ($template['tuesday']) { - $table_days->data[0][1] = html_print_image('images/tick.png', true); + $table_days->data[0][1] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } if ($template['wednesday']) { - $table_days->data[0][2] = html_print_image('images/tick.png', true); + $table_days->data[0][2] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } if ($template['thursday']) { - $table_days->data[0][3] = html_print_image('images/tick.png', true); + $table_days->data[0][3] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } if ($template['friday']) { - $table_days->data[0][4] = html_print_image('images/tick.png', true); + $table_days->data[0][4] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } if ($template['saturday']) { - $table_days->data[0][5] = html_print_image('images/tick.png', true); + $table_days->data[0][5] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } if ($template['sunday']) { - $table_days->data[0][6] = html_print_image('images/tick.png', true); + $table_days->data[0][6] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } $data[0] = html_print_table($table_days, true); @@ -265,7 +265,7 @@ $table_time->styleTable = 'padding: 1px; margin: 0px; text-align: center; height // $data[0] = __('Time from') . ' / ' . __('Time to'); if ($template['time_from'] == $template['time_to']) { $table_time->head[0] = '00:00:00
-
23:59:59'; - $table_time->data[0][0] = html_print_image('images/tick.png', true); + $table_time->data[0][0] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } else { $from_array = explode(':', $template['time_from']); $from = ($from_array[0] * SECONDS_1HOUR + $from_array[1] * SECONDS_1MINUTE + $from_array[2]); @@ -278,7 +278,7 @@ if ($template['time_from'] == $template['time_to']) { } $table_time->head[1] = $template['time_from'].'
-
'.$template['time_to']; - $table_time->data[0][1] = html_print_image('images/tick.png', true); + $table_time->data[0][1] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); if ($template['time_to'] != '23:59:59') { $table_time->head[2] = $template['time_to'].'
-
23:59:59'; @@ -287,15 +287,15 @@ if ($template['time_from'] == $template['time_to']) { } else { if ($template['time_to'] != '00:00:00') { $table_time->head[0] = '00:00:00
-
'.$template['time_to']; - $table_time->data[0][0] = html_print_image('images/tick.png', true); + $table_time->data[0][0] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } $table_time->head[1] = $template['time_to'].'
-
'.$template['time_from']; - $table_time->data[0][1] = html_print_image('images/blade.png', true); + $table_time->data[0][1] = html_print_image('images/blade.png', true, ['class' => 'invert_filter']); if ($template['time_from'] != '23:59:59') { $table_time->head[2] = $template['time_from'].'
-
23:59:59'; - $table_time->data[0][2] = html_print_image('images/tick.png', true); + $table_time->data[0][2] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } } @@ -354,7 +354,7 @@ $table->style[0] = 'font-weight: bold; text-align: left;'; if (count($actions) == 1 && isset($actions[0])) { $table->head[1] = __('Every time that the alert is fired'); $table->data[0][0] = $actions[0]['name']; - $table->data[0][1] = html_print_image('images/tick.png', true); + $table->data[0][1] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } else { foreach ($actions as $kaction => $action) { $table->data[$kaction][0] = $action['name']; @@ -364,7 +364,7 @@ if (count($actions) == 1 && isset($actions[0])) { foreach ($action['escalation'] as $k => $v) { if ($v > 0) { - $table->data[$kaction][$k] = html_print_image('images/tick.png', true); + $table->data[$kaction][$k] = html_print_image('images/tick.png', true, ['class' => 'invert_filter']); } else { $table->data[$kaction][$k] = html_print_image('images/blade.png', true); } diff --git a/pandora_console/include/class/CredentialStore.class.php b/pandora_console/include/class/CredentialStore.class.php index 9624f7daaa..2691664982 100644 --- a/pandora_console/include/class/CredentialStore.class.php +++ b/pandora_console/include/class/CredentialStore.class.php @@ -1075,7 +1075,7 @@ class CredentialStore extends Wizard item.options = ' __('Show')]); ?>'; + item.options += '\')" > __('Show'), 'class' => 'invert_filter']); ?>'; item.options += ''; $datam[2] .= html_print_image( 'images/delete.png', - true + true, + ['class' => 'invert_filter'] ); $datam[2] .= ''; diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index c953b74dec..fb17914079 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -2984,7 +2984,7 @@ class NetworkMap '', false, '', - 'class="sub"', + 'class="sub next"', true ); @@ -3013,7 +3013,7 @@ class NetworkMap '', false, 'add_fictional_node();', - 'class="sub"', + 'class="sub next"', true ); @@ -3065,9 +3065,9 @@ class NetworkMap $table->data['template_row']['node_target'] = ''; $table->data['template_row']['edit'] = ''; - $table->data['template_row']['edit'] .= ''.html_print_image('images/config.png', true).''; + $table->data['template_row']['edit'] .= ''.html_print_image('images/config.png', true, ['class' => 'invert_filter']).''; - $table->data['template_row']['edit'] .= ''.html_print_image('images/delete.png', true).''; + $table->data['template_row']['edit'] .= ''.html_print_image('images/delete.png', true, ['class' => 'invert_filter']).''; $table->colspan['no_relations']['0'] = 5; $table->cellstyle['no_relations']['0'] = 'text-align: center;'; diff --git a/pandora_console/include/class/OrderInterpreter.class.php b/pandora_console/include/class/OrderInterpreter.class.php index e5b347d58f..25ecfdae64 100644 --- a/pandora_console/include/class/OrderInterpreter.class.php +++ b/pandora_console/include/class/OrderInterpreter.class.php @@ -397,7 +397,7 @@ class OrderInterpreter extends Wizard if ($iterator <= 9 && $this->canShowItem($enterprise, $this->pages_menu[$key]['url'])) { echo '
  • '; echo ' - Go to   + Go to   '; echo '  @@ -419,12 +419,12 @@ class OrderInterpreter extends Wizard echo $this->loadJS(); echo ''; if ($iterator > 10) { - echo '
    - + '.$more_results.' '.__('results found').'
    '; + echo '
    + + '.$more_results.' '.__('results found').'
    '; } if ($iterator === 0) { - echo __('Press enter to search'); + echo ''.__('Press enter to search').''; } echo ''; diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index 7fbfc44bd1..4265566116 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -644,7 +644,7 @@ function filemanager_file_explorer( } if (($prev_dir_str != '') && ($father != $relative_directory)) { - $table->data[0][0] = html_print_image('images/go_previous.png', true); + $table->data[0][0] = html_print_image('images/go_previous.png', true, ['class' => 'invert_filter']); $table->data[0][1] = '
    '; $table->data[0][1] .= __('Parent directory'); $table->data[0][1] .= ''; @@ -660,26 +660,26 @@ function filemanager_file_explorer( switch ($fileinfo['mime']) { case MIME_DIR: - $data[0] = html_print_image('images/mimetypes/directory.png', true, ['title' => __('Directory')]); + $data[0] = html_print_image('images/mimetypes/directory.png', true, ['title' => __('Directory'), 'class' => 'invert_filter']); break; case MIME_IMAGE: - $data[0] = html_print_image('images/mimetypes/image.png', true, ['title' => __('Image')]); + $data[0] = html_print_image('images/mimetypes/image.png', true, ['title' => __('Image'), 'class' => 'invert_filter']); break; case MIME_ZIP: - $data[0] = html_print_image('images/mimetypes/zip.png', true, ['title' => __('Compressed file')]); + $data[0] = html_print_image('images/mimetypes/zip.png', true, ['title' => __('Compressed file'), 'class' => 'invert_filter']); break; case MIME_TEXT: - $data[0] = html_print_image('images/mimetypes/text.png', true, ['title' => __('Text file')]); + $data[0] = html_print_image('images/mimetypes/text.png', true, ['title' => __('Text file'), 'class' => 'invert_filter']); break; case MIME_UNKNOWN: if ($fileinfo['size'] == 0) { if ((strstr($fileinfo['name'], '.txt') !== false) || (strstr($fileinfo['name'], '.conf') !== false) || (strstr($fileinfo['name'], '.sql') !== false) || (strstr($fileinfo['name'], '.pl') !== false)) { $fileinfo['mime'] = MIME_TEXT; - $data[0] = html_print_image('images/mimetypes/text.png', true, ['title' => __('Text file')]); + $data[0] = html_print_image('images/mimetypes/text.png', true, ['title' => __('Text file'), 'class' => 'invert_filter']); } else { // unknow $data[0] = ''; @@ -691,7 +691,7 @@ function filemanager_file_explorer( break; default: - $data[0] = html_print_image('images/mimetypes/unknown.png', true, ['title' => __('Unknown')]); + $data[0] = html_print_image('images/mimetypes/unknown.png', true, ['title' => __('Unknown'), 'class' => 'invert_filter']); break; } @@ -759,7 +759,7 @@ function filemanager_file_explorer( && ($typefile != 'iso') && ($typefile != 'docx') && ($typefile != 'doc') && ($fileinfo['mime'] != MIME_DIR) ) { $hash = md5($fileinfo['realpath'].$config['dbpass']); - $data[4] .= "".html_print_image('images/edit.png', true, ['style' => 'margin-top: 2px;', 'title' => __('Edit file')]).''; + $data[4] .= "".html_print_image('images/edit.png', true, ['style' => 'margin-top: 2px;', 'title' => __('Edit file'), 'class' => 'invert_filter']).''; } } } @@ -768,7 +768,7 @@ function filemanager_file_explorer( $filename = base64_encode($fileinfo['name']); $hash = md5($filename.$config['dbpass']); $data[4] .= ''; - $data[4] .= html_print_image('images/file.png', true); + $data[4] .= html_print_image('images/file.png', true, ['class' => 'invert_filter']); $data[4] .= ''; } @@ -870,7 +870,7 @@ function filemanager_file_explorer( echo ''; } else { echo "
    "; - echo "".__('The directory is read-only'); + echo "".__('The directory is read-only'); echo '
    '; } } diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 196ac928f9..c16de207c2 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -10748,6 +10748,7 @@ function reporting_get_stats_users($data) } else { $users = users_get_user_users($config['id_user'], 'AR', false); } + $tdata[1] = count($users); $tdata[1] = ''.$tdata[1].''; diff --git a/pandora_console/include/help/en/help_eventview.php b/pandora_console/include/help/en/help_eventview.php index a867d4fb87..6f96b2f89d 100644 --- a/pandora_console/include/help/en/help_eventview.php +++ b/pandora_console/include/help/en/help_eventview.php @@ -10,7 +10,7 @@

    Validate

    - 'Validated event', 'alt' => 'Validated event', 'width' => '10', 'height' => '10']); ?> - Validated event
    + 'invert_filter', 'title' => 'Validated event', 'alt' => 'Validated event', 'width' => '10', 'height' => '10']); ?> - Validated event
    - Event not validated
    diff --git a/pandora_console/include/javascript/tree/TreeController.js b/pandora_console/include/javascript/tree/TreeController.js index 0fd6f07fb1..8a280d3118 100644 --- a/pandora_console/include/javascript/tree/TreeController.js +++ b/pandora_console/include/javascript/tree/TreeController.js @@ -644,7 +644,7 @@ var TreeController = { $content.append($statusImage); } var image_tooltip = - ' '; var $serviceDetailImage = $( - ' ' ); diff --git a/pandora_console/include/languages/ru.mo b/pandora_console/include/languages/ru.mo index 9b5a8b9ebd739915f4a766216801e209eceb1cc4..d029d60c82c7919471066a3fd044915ba993e28b 100644 GIT binary patch literal 910585 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

    61g}jDEl2f87|11;-uwu!FH!=>B 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 f^IR!y5*R%L$_qH?k43kEWnShgidalN2GHc;@ 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ᜤk%im5;N%Qqfu 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

    t~5Xa6SiB;lua-GSG1d zeJqS_3Rk~%4f7GTTX=MUG{thTlX_;c%~LD=2NAor6iu00)kP~M+~V&|hk-fkqNdKK z+#BiDO(-0knzU`M>mI<7oBDUu9B7pU!`@*pa8*)H5m&x;ymhd%jmS;#R^lLBX%tB zcyPbBWLMaEFfIwRtlMujX32||&61YX!JRnah`)uVOJdXF&>-(&9d@9QE3)>aQ)MC3 zgTutV)J(^$y1%gjHiwJRP0#VRN7BbZJ zTbYO?b2<{;R4363NTr=x<4K;pAWikz8;|V{*IU7HULHfZ1v4oXl@xD0b5bp>AEk$t z9M$qb@g0?(&LaEOhSz8>0Z^i4(H_MMgI?j9AVNVYM&kAMvH)8tf2U)jtR(O)_4wij zb9I%6)+7Mf@tgTzWQN&qml@g00%5AS+x?}TIPtq`b*+@3%uvdngSAY_p_}2*A-p#G zmq_$+DlDqMV?Lyo&W($39b$#$PM8aPcq>N5!Ph5izUiE zKLSruRg%oVyYWL0r)+e}{E&uWb!pW4`JdB5-dL^90l^#3uX{=cFunFq;S+21eZkDJ z!Sjj&C9dp2-GfbrD$i=*X_CFoUg2T&z>Zl=Yi;1i>VE660zQ;~NW#Rw$wa(iQJzb4 zp@X1@XlTvBES8D+N{|67iEr5JYPK{Fn5!g4`jcU- zg)XP8tx*=KET=VHvjZ*m>+0Kt12eF@Y+H*ZrlW@~u^Ak<&~s0)1g8_a9K?^b2*HdJ ziO+a?*`qQ&4tGcq;?WBLOJNGC+3x$Xj>TMe6drVb1ownhdTUIS7#U;5OS zhxTS8@py&c+V{Ylc(gb!55cP#mUL1yrgPqforrVUoJQHrprGMboD7XAM zOJk-83=XZ@RsR}b3K~bXf&b97bJzcrH)yL67UC^J)U)&7m6HH+#;AQ|PSbfOCVy`FHN-K&XZwJ+0|=R}JNB`Y%VjdaX6pD^PdoUYm-d~Q@&n= zs9IG?mCqu%nwvKh^mhOaqQh>+!>$pU&ly5h0@+iLynI?f9s14dFxC>}2$N@Ym`qk1 z-4z*(8RO$*rylqMFj@7@#0Gr~-oe!a>RPue3>tKFOP#bHc!0(+ueR(io7MK(e1}S- ztKL-E*=uOD)0{afD~M;UQ^5$pJtl6f-a`%9jn)1an$okigtlJ(KGSshuo#1LXiFny zbyG3N_nSaiWw!Hz(^RC3GX;t1-JJUQq57D!&rW2jbLuRzfijYK3!;7j==RMAa$(v% z0AMKFY-J36GRR@twk6d11&o>*n8R1Lo9aTjVpZ2kU!(s*jCsXv_^{0UBAY`j^?kI= zpkcYjBrcf(=RMk4eS>qzOSL9Wvd)Ewegqi57C`$WIiZ=KR$jG!e1#pk^DSDKSfr zOjdZ|ENhu}?_7nvMh5%Z@wHOC|A;dFCoa9nzdt|zfAHe2e|+VUhjxGZt&8U`TsnJc z8KHB>ua1=O|IW^zHpV6=%Qqm&rJfQKY%eb$lDBIwej~c~qr{*;%64>oef}YPNRcAB z+GY1#9va(l;Z(iTaD4FfT>i>qUtL7w(!}cr_r_Df_+Noq>XSRT7_$k;*Bi6m-tnj_ zUc*5xMIX?C*LbAX5#IRjyRng012Zei^kzm}up9P=so_)i?1gn$b#V1wPqnlvyaMPK7OR z(vg;k2P)iGU%}sW5*_AabvT`{K8L>1rm4il4ILPn;;nigj4xbxYj?-TFW<2%q{CI( zy&VHEiOjVNSjc0`KtQ0u;jr`0_^=i0Ma!X&n>~vKA@dJTEevVz-NI%i{q_i*9}9=I zO^9y6m{_Nhh@v5DUr~_6?8oGJc!mWoN)EKa_@*KidrKO3wplk&lsBD2znQ zz^5ONV#d_puNfrCfP(WxnTEsST}LnSkZuaP$cjno)zh!&*|*e^;VNQr z2|bd)GKbm0i)XO%Da6msW!@8V{We#;xtRz(8oywV%#@#ou;v6f)yV?ARDac~FVWWV;y`J1miJR(}H(I^Q zxCea8@teFI?BwURy#!Wn=;Xu3hJ|;=2#Fk%n`tYgF>-*-YJqY0Co5WY)4Hn419O2bl*q@#GxKPW>iFqvKrn+ju0j6T zpc8*rELH6e;lALVG1VKMAtKp*}TRkUQ>Y*YB%e;*)a8lHK3Le zD+hOq(`tC;^gKTA)}t(qMR{b;EAL3WmtFTpwfuU@46Rv2>OiN8L3 zrNJahE|2Qc(;n@tx%0(g)Ox-}5e)=GY1Nh55jou4taX-ItW+;$^?p9$0Q)XC8aH`6 z-MsE{2me9VV2C~8^eg=L3L2n({kUOXyHvG}&C5aOQ+Gdnx3#a$#|TN)(C^4R;1M-w z0iC1nM{_;a+iZQ!uN7?c@(OepXfV#yeX|q8Rx1dLNHSJOQy4JH$oNNpgX)H4Gorjw z6`bxTVbwcdb>g;IIF=0>mX~zNRX|z39^}|>`+2L1&s9gzt!J}T4vCZ%N~wJD71b8Z{3zWv=ARUu{ULso z{Z;PrA_5)~_LRGk$#YXxK%E4~@l1$f?*&!R9#u8C$w?)`pk*?UEJHI9#!vz<0G@Md{#Pe&%{Fp=h})@<-TQiS}O47ROT?7jAK;<9Wfky zj$vGtDqtWUf@WyK!)*qe?}ZHzwqKK)>Twd>3>Ohn;tUFC$8<=qrTh%Q9A7lzRf$v4 zEnBXT{JDygW&t(djV+nd33!R$qgRBJ;jz7Sei_rld|t$=y{P}gY794;)?%Tn7oPo; z-i?QN#zCsf;EDt{P>ic`frCL+><9yL8Zs6;yzwpw@xzF~HS(`~^TIjwsEbcN`jmso zQh2r~_JbVX#Xw$+mW54?^_^{@LH-uCRk=&faCH2i8R)8l)YS|>as+}JgUA%gzfGxS zyf62dEcf-8ulvqh7r^sGB|y`1Mwp~)7`7<>P(77$WhMJcxlq6O8-J;`f2R=_ezNsL}r~C|o#e42M zDopf)$@Mon!=j1i>Z%z#JIFtZFrLe|uona%DEGi7Uzvv+ki(0EA*fsiZ^^LLHIy;w zg1y(Fp4sDH{5U`%7rwBmtSgyyW&a# z2Tpkaj=@vVQ8PM6C^c^>u7)eJFhjW4A`vY)w#UB^9Af$NU_zObY(IuI#$3sE&ANFm z+ZzI6?e`m| zcTJMd_4;TYN)i{?;UH6hSuUmN%I3lgKAUrQP8kkKsM>@&XNF-KkF_-z^Y{HD z&(*HNP{)KG^dlZF0XF18jUB&{@<;-%C|i$S)I~s?8B9AS;>Fg8g;9vp6Q59C6I)PF z3h@z0uMQ+?KpW2W#`7Ve0^tgfG+Q-YkJt&-_HE=a_LMV2G(!;;NZ{Nh!tEiBfDKDnYwB9HZ{E z3f!s_Cfs8RuCVE=9c5}2C4N$n7(DYFSRp&(BBunsOsxom(J!Hq+?ZZI&j|G{3)E%B zIy)CLlyF-+ch)}L3fm=_7IF}*ey<7jkqb|qyK=z~VbAhL*9LI8W8m4XhK*&bqC4+?U@=Gv=|JY~>rGYV;8&jh){-{3F2&{WSl#pf z&z%DNv6tGl{z7hi)xOlk6uIC!7OC2Q_2{dQJnaAaOXU*oahg0*HOj2dtTNapdNr!c zapx_YKRPhfzdricr+vd&tMl-&Px(AmRop3-4IM|U{p;4A*Fg zmZkR@s>u$6lJ{OdIO(b@_Q8L`tr-}~$j0u|3S#1OR~QmZ8)%_Zk^$(0^!4_;sIp6z zLbhD$p;tf8k1%i?2ha20c>d-Cn1f7lPy>uv6__md6ygLClLuVw@w>?!=0IzIfDhDt zlr|Bgx)-0i#hA83jf@n|_zh(F^O@7TZ(ch4_0OL8_~jG3E2l4gHNb zwA*6BhLfxOGC_-RtWiyO_Kd{%Fvqbg^_ye6`!8NRf9{FAy~g*cZgbp+BWg&8>nVJc z-8mv`MYh0ca|lyi1fhf=ra4DZQQe{X7&xh1ro36Rk>*S1;>W~)hLX)9u%bhEqH_Gb zo@R=l2KY1Av%SAjy!+ylPo2B`&9mpvAJnzw%=?-luZ*~>i~vz4Wo+g0xT&bfQ1;sD z-B=RB=pRG1yf>m7j7(ky@+MxgLi&rk~7>A%DqHfaC^3aF&`m&WJh@3hK zx7DFBaCUyf6Oi%5`O}v#fA+-Fy!hynFU3AFgUILp_S|2e6E3#qHg+_pu}FSJfH>39 z2gF#bUjz^&Yl<;;xWyO;hkyF@3H9#y=9McK?>l+&Vii2T{^aGmpSbYk$%oH z-|qk3@wx4DO$8JJWX|X^K&v|Ji6!Vc@dJaLcx$Sf$xp#_o5_kBEd#1454BgNXb;H@ zhcqXXgsi+=*aio^;PG1C0CxJo)(7PqW<1o4Ih@waphA%$9$f3IlxAI}syh zr%j8M_DqZCH9^b5hS6g8J%9YId;WM5by-kJ*&H=3=SogE*Xj$ElcnkL+hnZOt2O=# z_?jDtdnL9r5N0tBhpTBu{6)fjyLnzny;nasA$6@GVJW zf*OyBOtQV-i@=Lde+|d-N4)pu>=T#HUiqVY?)}uKH>hGv;;pRsOz*kw65_SGh|Q9@ zE0BqIQB;^l;ZY}GNif?+%bObSD;`%ndbS^jH3ul(!crc3^yDM=pZZ_v{gp$Ez31+G zPJZfMw`jKDXfo$OYieoj!l=^ySAH>RJ#a3nH~Ogx?rWU;NHm zKQP0bfJGvmX*~eT41kos2%-<`GTKIV>0!CnVpPZBU3qLIdO7z;rvk$`_hRv!cR=Vj zhnTks>DB-SIp*JlSha&DI{uNM)M{)PYNFMG-e|zY@$$(k!(5^Tr_fzc!$!=`=x92M zVOQ}FsJQG$%!WAgK+3;iOca_rusMa<(|ksuz{6!|q)ltS(`v=@MeT23 z9IX8nR=BWsJSCYx(RfQ^@CgvA9N8C5cAq_QesLBedY!g0}U%oc&09@VoRSmkp`JEZ!eGkJ12P z4{%C4b3&12c_pbC%qc4zucXQZbt+8}Atu%ByUc?Nm8G%vK#q{Y~ zRCZ^I!ZMSh7ejteGqDOVP2DTIW^a+ngr`GgqnR;}58TVkh9{o?$h%?%O6yOCc- zdOa`pT7n>0XJ^pjD0xhKccJGdyu^ZMMV^*4-sDC8J8J$vq(%jUuQG-ZNbh6oc^UC` zTI-omggqtAH#RmRn9P)wxU!NMcPrcEjy15E?1Nnw;w7*|S}H%9)5|}qoJg%=PeK`zybxU#QA_fy5$$+hFUk!WEr$ z3vOo_DxxWWzev=dC4k`L!p8V#z3RIz;{izh3>82W!v{N|y@ynn2+ULN@8m;2glw*{H7uEOIKXdYHpZoabrHdGhRF2Ac zLeq&Fu##ET>CbSw6nX-8Iu|7n>{K9JJW%m;BYF`{U+1ZCx+c`@?plwr+W?J=vOpeo zTa?44S9?bnj^Fy&$JjW0J+|sQ=~>)}a2fBm*Wa6@7gN~_PeOJu1%betFt2}yuN$zU*0=`+2{ZK!7qHYV<~m4(TB40` z1iPc?&!@O9u_fmBAAFq3YDC{i{reAb6JCDt(&;D8pB-uVXou^sH68f6H9~M_UO|uf zm9Y+L0^+cn)BhHu${2nxMZ;bUSrBu1BUfNvhrqHh6rce|v#T_3rLMqYY_O8wmCYZV z(;jjfYLqLP>YX$Gj|OC@3#@Tot4CZIDw}mHx=9l>lx=XkTyqgFV<>T8<2WS!1L*vPk9zOkrb%&aiJ< zTny8{ldz#e#BzPe!3`jAbZ>LOt(h_@2aMI<48=a=aOw+>JbD{l%;m`MX~DnID(V$w zk#fI%8>}8mn|bed93Hk{wJ(L;Sp)jJXW}Se#N=+wcG?CCoZ_vtqQrv6$IWihpHQS4 zz#n6>TlP7C1%jS^N_K{HejErm)PTXfwzm+ii=I0Qp0`1pn~2aCl*(Kgrq-6Eo_>&g zbaSmBEZGAb-Snn=Hl|&>B6j2XyOi2ks{Y<>@J*E`!YP5n2KHRF@6}E;X#p+t1tV!< zNNy}rlR1O}rjxc!6_?FMGt4Cuy|)K;A&JV`Mj z8#!6DeyLV4I86j)=)_cHTUpM!uSFc$ng09qIj=^IA?n=qoB|KaMz`iV!kV^?fV>s7 zE5;5?6MS>A;x_~3+mOoHC;2|qZHymVGgnR>L%EqcCzsLmYTA<`;vG)i|0sI@3L?Hm zS`cOYWqgY%bYDVHoKBkYe3??3{VHLL$(G~AWO)NkI|Z^v$~}2^))@J8pS&@5EPRz@ zXdG1D37tR%>pk6ePL%rjDwucKH`O-&Ics;IHMxAkOuV!W%t^}ZZ>yp7WJC6B4aF3p zZb+Fo_6BNctqh*EaxzOVP40a31X+?w+43bV9FP>V<5uU4{qA6| zc%F46=GhqHTGWt$)#?P%Vt5)v9oBblJcHMKm8&fl$mf_;tRiJXlXzXYQza2-+0d%3 zgf88f+~lwc&!vb8i^6t#p_0-LOIhXR|LSP?nVdVza)>2?23>9~r(JEZt=vyXbo_>9WFq#ZM<2NhLE_wa0>85;C+JEuuGI~_ z-&OUxB6$mbLZd#4HKBo4E<5`K6yam)S-ug*Uk!k5G%E9nGiU$i?D-29AOG67FR~ZP z;#igAn!r@}35((?x!&G~z+`LB3Pd7&YOkf9>m4WKGM?i*t&)B(X@{u|9Ox>dQe}vI zI!XBH7SU&-FvOp$P0Rp_u#%U}X?@ejBj4Qh58Ore98{&;Gcl%;gir;uQ{-U>K@}V< z%P`XScYoTDG(Y^vFKWtcW*VFtk5{zH>LVFHzrz=2h&gGzu=Jhwd7~GVO>O6TclYR@ z(YgYX%H1wrxP0aDCr^Lt@yqA_9oa0E-P~68ft@<-`j5e#gkOhHZFx*{_r<5&?S{2U z&1%^ig;T|ig9L=YjO2BvJA?Cw>1gb8oAbFo02SHSLv@CP)Hp#1oC>4@&(($(iBh44;22s;bfJ zGKOYf+SGQb84J)8#>t^fdW(e6F^zhp`ADvO`dpND-WyBalBXSl#$OZ8`QXT{0Y!R>zkoe~|`|EB!;4AB2My zj5@R)C!bpG1gHQSRfD3#h2cs0r%It6X1Bj>p!`eXY^K1MF z1)@gY)n@VyI=fE)3xYn{EkzrmIE3|U<4?lQ6#VKE}qu-{CD@juX2 z+j0bz|K^Kdd}NOYNDN+mkfc<{7yjSm%Rg!?^3jc?Ou86BttFv%T(g@ffQycAp#3~? zbo?5Rdccun(l((FDJA4!^g8IR>U@BvX!lQe)OCVq7|Wowt8sI?Q}`Gi^gr(QS3$Kl z{_*WY660#8TPS?n{VV)(UA)IL^8j#Zz_&1@M7Cgt<>hxO(Z`g0F9FBBvkdYx2ICA> z2K*(GWDJXJsz1+|2{mnp##AGJv3Jp60@X@Jz}!s5{8raqzk5H&POx57>|6J+on+{` zU1eYR#??<9{pEbbWakN)e=CzPK8V540fz#pgY9Sw(PiJ1xcJ#tb&lUWI(-zRNQQfa zfLyIN62S`CPdr*XMXzr9m_6EK;1%xi3_0KAL7YugbSRnCaqSQP{4ln!*Y6#M^*N&a@AOYb= z+3~HZ)ip16jNF>qqvPwC|5Y>%XWlhngKX94_?Q02fOR-rEUU2zFFp=`u$RaAMM`yq z`pKU1AdI28mU(zxt{&z87sMumklAQ|Trf8)(Z`dI(u_7gXge(~)itVW0SOZjQT{vCCFSQXjt#uORDq{ENG<6<>aMM;3fPqh}_ zzXK!S_WMT(3fVYz^2T?x0JOGtUQgaat_EzO0%eaJVx!P)Aw``}z4C)ToA3c_K@3PLOKDMngM`!=+!lkD#w|^|1P2UfiSb+L+b=TTiR>04G zcf3}&G@cf_?3k>39uniG5C9=M-U&QtYFxPSayqSSwkm8M$h-+d%jekub7*v&Bi4Ks z8xu}oe5d?HB`m7#CdNR9);UaVOLG1Gi?lA&3g5NOF)YT+w`KoA@8KmzZc+4s#!&cn zYrfP=hV;t;?!(>NQ|5$jHSmi{^Z1QhH=NclfTBfpMk_T`CvS4)aJ(xs-YYvvbset0 z&Cj(OqnX6%+FG%$0qIR%)@ks=k`RJxSUA1yC~~hLpvRC$G^?O;3tQH9zljCm#|;Q}08Cvr5c}-WjlVk*PYN63 zj|)`G4^gQr(nqg6WjT=#hIeLq15;}{+om(LZ-$@Nl3GI7<-5D&P99{Oo${gxVWAi( zQO`l1^J%YOsUMlt+q?G4+ji~slkE@9xc*FlZba@W+H((_K7aP9Gp8@zdH1;|F8fsl z1`y1!;K{SYy9Ba2=V+ITI2?PF*9V}a@buOlu+lW)Li}5p^Bz|9z@v}Zy@;^~hUfV3 z_BSq_JAIVi4G{$z+WxL!PL8RxnoRk6)r5FFMwId9cSsHi)qRAwXHFdTEgpeL6=F<% zrm|5A6^L38ifT4-hQ|@IsL0*nqdtpee&?lkYgT*Xh5K}x=g*wJsQC(?u5^Z4-_c-1 zKK*F&&d;pf@@^Rn{wfS`arfEX6PN!+=D?AoCr`5r^6@igFF)axEL>nKxi|f59B}82 zXHfz39HGPi&YzXyg26klZL8F*7pKT=W)aAXZbrlPeAe#6WHLQy{1811;~N$9t{{?m zc-nBvWpJ8I)&n!IpQPRNgDOpT#YsZ*SgpO~7(&Ax_X!m2wOxLxfgJx9UIt%;o6Q(r&x^ph7=oA_urTU@>KfvSJcek>3|eIZCkFjI{XHeClVvkVg3 z%_?sp*4)}T2{%S#<0%p#Ir=BS7!Wp@!yN1+z$gLOkWpp26JURZ(g1`waR^ku_|?i^ zLzw2Z;A1?aP52*9Ey&D&d|YeSJ}d}$yTM?)%z*XRoKSLlDT8U&0imk3<+(w`#-R>d zmd6sb)iV2<3O}YYjT=?ZV>LXaNiumAH4+lnjX`#U9#t4vJZPZ;!!k+^qG%YkERi6{ zz<4OZOr!5b5^(k6H%~vsyAS@i%L2ZyWN^XPNSuBVl7FW@J-HCwn}Grj!YQv8oK`Np zNOa`F%)w@pV%%0QUw-)hFCYvw3f(av&3-+lESyaXYZzT2T;Ixn`&7~q^udHon^EQ{ zehfNqx5ET&bcm8)szFG zd$u}k6;KEbS`L5eLsa%fb?)f0y;WSY&Ms<7T}yqE36w7Ke?7%8oK%5*PZ*?!d>z&%~^BqGczBz^|qC zRho&2VAy&xqdO0uQ1jcfEdA!#zk%o++c0LW^`yE|vCWVXRgKj8E*2f%o8)bH#2`du zdg};JRgkIwAm2B$`=#Fk!)Xww-PvB5!>7A&=sybTi9U%odWX2buvToT@}kib#o;oC zckx|b7=fo511_H4;u4F2YCMz-@9#2Nv?QSI_H(xoUsb(B^4Z7K zz=*+=p<^EZ=Fa2SnbOSE&QdEJ%gL}Npb5&4nhU2>AS>2aLQtvaJ-O(;$A~`3*+~8YTWZj zP=Pkz^FK2^U0P?&z3tAut2>`+cRt0avIY6Hjf};XLUC~nDw<|?+;ou5=N=C;OwVfH zg*DfR!%#WGDjqlFJW7emP$C@)-?b$wEIl%E0JBlklLj@q17c;6X-BWlmo id^8h7rneS$M6sE~ui|6XOGX?%!NVxE2088mJNmEjWj-zd literal 406046 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

  • |(3Td>duBBdW?wu#;)2 z+AO&Z*Wnt@wL_fZrOp6RO-o%ZRdmEQ2&XMjEJ!4T&K7(V)#N_%OP#fJogytw4Q|`s zP0a6d!Miw)NToWCk*Okq5-^n?(togr+Q2CFFoT)Y>XhOi>i6_>8IbpAJ60DeL7&%x zwl#y6HWwnMj+)RK-zl05=Rl1FSx~gCHN4TfK*t{f3`sQ0rV{!oBY%6br?O|ei(H^< z*2Z2hBwF#T5`zh^RYAVXE9_EOrl;1mA`EYBQ7d))k)wyLSnb~U6d8Knx}W(EpU@Z( zN$ySBxZ?xM$S--YQsmtdK$jy8*xx@cY6;lKm1-|snL~B?H$r6nDxZ>DGik6cM?Gw3 z(lHjLAf_8sLgqcR(PL#_UmH!tcvnHk+x}aTWU7pW{Jk>bd4f3USa)@)7o1CFcDqf| zRLym4HxQp}u7EyjbeS}tbX>+AB)mv)1bVM4ZqbiNFCD(|%;m5BlLx+W{rc07T)g<) z(@$Qye)*|OS8-_1TzK}{bI&|+`D@pn`TFGxS1(_G;4zC`+7q2V&cLGN%{e^EE0gm_ zFJ7W4i-^p#S(pe)V1@@25Hq-%Tdbj5ddfny?JLa5uzQ!l_+by z!ipggVMF%14wk$kH|>pT*6)}+WJCnYZoswsup)>9G~UFU!e;;HT(fT?V^OSq%&*tQ z@wu#^Rv6Nkc2q;_I_3v#Vd`ScO#O(+@M@@S+8!gmcpV#){{8MoVX)YvDkLt>(2~!Q zv~ufEB4DK{t`>5*l*b^=Xin9^cENNOVB||~mp)2G1a9fuv$oS+xeDZ*l_zR=RR)}v zjqvZ2o@)ZyVJsF9kO1k*bx_@ zpz7u1s4?kJ80c00H;ej6#M_3Jqcp?_5m7~BbX_qAHP)a8ObTisR8WW^^qIy-1Q80- zV#da2vnVEDFkVWZ#hEivkr_qw#5G=_%T$o-ZiAiWh%j?uPPZDnHRU&eqIQdr`b_|_ zqIh4HD4Sc0m1bcrG6f*k2xj$zFsc+BRkoO4QilX3<{|wCp?OsIh}|2)8J*u?tSLs@ z%qHbFtjI%${}YXXLdr_~N2fC+GdBdskvkCuNUu3%7T8Y2Cp@&faT|}3fM%q$>{vg3g_|$pNFEWDMBv$kLW`nlkCabth0CH1_DVaj z1TliFw?ePOr@!<$#K@3P2m5Wnc>=tdA*m6`oHDg#N(Z%^UtPITX}u1`g+MWL5yZuf zpE5YgC8cZn{dU``*^(G+MF2xLTsZ-XKM2;}JqShVW;Q7-w9(%^e9@1t{tyjpr4oh8 zI4W8-F10lK_`L}ZO@4B54meenJwUI~uCfVzO!7_Wq}0zI6fM`d#c-(142!|5zcj*A zNVQ$kc)h$q1<(qxexR0y3SW;y8_77S`TK{q>PuYvcxQBNI!y&^z)}G49JOHy?sUWD zX4e{JrnJatug7gtjf%y7IoL(}?(;ArRsoj5u*Qhaw?I?)H4JzuT!N+ zlc$Wug(GY_*h-1QIgntGGO^w3aa68qRJ{WeS57nEfjpRudn17KYish=zWYUiBzUp5 zzu2VWT6p8{X40L7d(=ES;ohr@e&>z4G)TtY#7!c$+PN%+6agC6NU)-l8|W6$bG1BKErW>!X^BB>)?jxt5vvaV7gt+H4O%RGBp zv4_J(CeDTTz!6<%Sc(Qz%0@JT%xy*f81BJ(c`$pITnk=fa+-WBqb}`MqD$QegvT08 zErX?e=7bZmAwTQOie>DMbb^p6a?`rD!^jXW)n33LJk{sp9}+p7Tjbp@BZUe)IWj_9VY#DkF~z6s$Cqb>MV z8A;eop`%ps_y#41yOD?}Hw*4aW~XBm2qZ;qxTd8O#uT}d=tQGP5?#$;V0@2PyvMMA zrZBSDzpWg~t2_Ag&t1KK`RmVI>NXU58O#Y!^JthCPNgn50Z&Y%=onVFNSdZ@<1z}W zJD^(l>SKhrvG?%X*RTDX%U8epwM$pN`P(Q@kA?(8N82UxH7#>sRHqeGXaV_FpJsuo z$D)Zh0R|2=p?~%{N*)VOTX|{=PTHVhN||wMmHv`q*6js~Q0G-fOPAwNGd;xJsC~ORd0IN~n$ILknE~j9 zOH;g;-Fz-nAZ}{G@@)^`?^y3*PDHoxJ%|}{ZRcWUG~8!t4Wv8k$uxmLU8#%^kqwT* z8YSOKe<~#1__{WD3&N`*#;aNRI%iMF^|HFC0_)0WpkAS%Y1x;x<01+fJ_It0*~Lb*)knX!LdL`{SS=A@uMQhQoy2=*OQ3mSj zSv4FRCf{}#87uU&rnX^!7b6qk4+_M3++y$i?xZ$@cZofVC!1c(%b0vfm(GyfP47iG z4&9Cj*|uL2wGBRr{cY0}T)EJjGh(Z05Ag~t_Q z(QaZY=EM*+vTkX>s6M@Y*_ay@B-fIy!51uo(B+t2e zLmcs0Uv^qB?$|FMq!qFz4-telZ&qJVQtowr~k%K91+fD ztH;w^1PeQ8mB1c@Vh8tK-ya+!tY2c4qt*V=!#Cv8**Uv6nWk-6YHzqo!Wfp zor}~_kA+RENo*Wm!~^o8a^ z&711I$WhDJ#Ym$_gpLOE4PdfboPR~Q?R zeUHcG=cM}D1)Sk`_Cf)Py1a}kM%%}mBa@PF5KH(o^~Q2_CYW2!E&yM#W3V^*Nw8RC zMM)~eEmRFV&m3h%uAR9q?0ROooXoigJ6PhK@*69HF1dH;tvu3UC*u4d*!7U3WmxCN z@8tA0^wb&-U;E*wPHPGVJO0gq=zKcLbI5VjeO2WZh&!I>!!xr~=;+{97!7Oomx-wl zPO%s3pqsdHra_B_kZRRGJ90psPjqWkusDq1;;v!4?3Euw0q^8AJEp9Db;6ZNJ);97h-xE>If>QcGu7N}B6^e$`6ODzK|*kDb&Lt{II z3{t*LkQ@2$B>c5rZ|U`y1d2CBv&}Hr$4nkkrcM?EI2vN6_$&T+De%76{R2F^P=goi zA7A>zFHxhNSI>g7#tEIJ^}hoZ7|`~jX;>0E&pyA(%Ox)*f^A1s36f#Vw9#~CdKQfk z+3LJGi_0j(Im8K5FsZd>u7jCYS;Qmr^`g&^RSN1f-sf?ceD}s9hexkG_Uv;{UOPPf zji(P6|M=1~7daSlkzMLp{H{@E5VA+>&olc(6q^0Gu>Hzww$QzZdr3*0}crTwaGUiA3kIqYrJ##%rn=n zLRNQ%R#LC>HRNc`v?O1#gczJ=?4(0q2r%RVWji_?s4?8jnWHpeCS|4hV;m~dS^0n4*Oy@y2E(|*Ebs3|AtuZNEHo&RLGE5|Y5~Sb zyAWuOQAlqzqw7usVn;NhkZb;kz$Q}`ZqGuYL=2sLtGzeq*D@5spv{}Jvhe=t&wRdd zUis5&soXbW&=<#=c;YULwk=vIQ!zRgf1zl-1c2eYwI#l<@;}4&f^s65L!~f*95Rk* z)u8-42_j3349UL)3^n<|wE@%J0bz1(^_nJMPQjC0B2$MSm{|804rPhl;Tqcy%N;2$ z41N!xit$noi^lXLAav4`Qy3LUQAAZy;&|pipC%z4wJwoC6$oLfub=S z_6Ec8pCW7Qs&|Wy{}$bqB;7%Fx;yZ(?X8lLp;zPu;S^0WEn}S_G{hL`8}x$jg}bVx zC*YcvZ*uTs`Ixc;2;GeTv4JF%n2)rW>A)-gSzm>c=ifhl`HWF#`Oj2hpH~6=!e>l! z;%F}-*QlBrQ=tnFj!9fc0Vc?L9ZgXT)Vuz|qd~2cP9yyTj#DPAJsFA8(JFPTa~$4W zr;Xr@Q}&I(0NnwPpy9kJWq{Q}gWwa2mMNeGXoQ+A6T18S#K_DgPM`ROxyY@_Tbag1 zBbxpyy?%czX_T{?c3(5o?kcpG{B~cJxYMe2=t-F^hUS{I1NK*YZ^2OxI6X>ePD^qdvOtl{7%G-^ zv_>!lcuQMBhuMB9OiAg7Yx_zm?uZAZEZr`v(?T}g8mD#!BX_zY#ykh$i<9eUps(P| z^V(t^7E5sLwv%h|hx5{v#U(XM1d$L<1}&){rfnMCoN~5OMgr0swhj!JdtDSn3t`qa z)ozv`DT1qVd7T*oA)W_q9gcp^>k@(3Hqvyl%2@}ESKB2x`FHJ|T4f3six%g^mo1r? znM^yBw%7!7_uIQD2J6M8(g+}^I7ATwgXu(4x0k;0GMNbq(#IV7fL4qKF^Hu9nO%9- zib5r473mO@cDZMk8CILtf+imfp;rt-*_$FnJVrEKexuh=kogp*5Qg6|*;9TY*hHj? zVY`&kZGH1R>D?op*pcSRVSNdxcoX6}u_==pHwL%(k%3oh5b<<7RYxLMHA98WwPP`e zic+D0Zpqr@TL?;Geg!Y_4{wms>|ABes?+S-%C&+;9eqmP;@CNEBijiDe z89u=a>Gr>}_S)EI_<8Yg`X;E5aDzs<=3rm=LD7I+KTBNV2+7}cWcZU! zf;n%=Cc*xijEtc*vyhrypVl`sN1N4`4`RkA>wI1a@ z*wu*2z~rC2j)T$IdHUePpKO1hzV(quq`ZO#r|*8}k<2z_k#?YO#AoOBh}Ce~l)4ZJ z9jJ*SIx<=pQN|?3j&Q3e@eWLVdxiEr$9a%>)ocL%ZAkD+c-*&eY~Zz7getmXkkPg@ z0h{OO(~$>?5UnIz-QpK7tNmQGvZOcKO5{hGv%rFyDPcVD&vG8QwINoM^9Qd*`iP1) zNZ;J%%IeyRJdrD}_hWXp@R!(F@{x>tyqxN+k7e)Auq8dzk>9B}Ndew9D*9Wa17 zX=DjZ=a`{cibb96KheF_pVEck1#VlSK}&c7{rPz~Jn-n{ryl$ClTRN056Rwp3crU5 z?bzOmF0yt|t0$8Y;4%Ux1dW-HneX#0jd$0-=6qVkXj5(Oqw*gE3ur*Zqx>q}DP)wE zSIJG)!lW_pv@_Hnl43i?+^^xa?4#FOF3fe(SKvqLfL?AD&w~6|!Nt*j`kCujp14#b zxA6Z@FXh37%k0^0k^4}n0Ozu_=)MM?4{3lW&i?cr==rj`>3z!hlKJlip}QL_xta3% zP1?OLF_2d3a2u9!^p9c-<7W&iny2ouxK7J8U*#ufKqxxN$dnS2M=UEp`Sjz$G-Bm`>FH+bSG;Db}4xyl^yh;I!a*{ajeE$UJm zdY$@TKQ>6>;j7Yh1j*|5B|3VHj_u${rAdvGh2k(9djoxn;#MGW{9%ZIeZMl1$doOJp)Ku|tR*R1rpSNR= zxm2jtSg*mg8-QlSGA9aSnLl~JJ467|8CXHt*u6>wQjSBECRTT~FLC2vc$=<(plj1r zU1az%FQ|kwaDIw+OyC^1B)0LCF9v`+@c4Ii>lOf3}bU0K~px8;wUur!>Cj;-Y#J{B*xCvZQ8N>_pt!QGW&|IO&58 zzR5SS6wa(vN3twiO9vx`_@L-(%W-QygP5NZ><`13&bxk^k~zm3oVt6ArL(*`+xP>>(5-d`t=Enbk;N0ULq=8k7SS2jPJOx=J-4<)!%f>cUD$R78i+hajRU$R8<7@jQqYdnt5x1MsX;X?7dlP zLYe7E4uZ1b+aR1}?9GgilC8~ekxtrSr7mwO^ZF?0PkYZpyZ<=oU5b_ z4o%KVg%uZLu?&;7^YMMsxOjoJD<*>B&>b{@mCS*W-Y;vb0qu8W?AbpJO)U*#uW$ko z)hl@*>Dp3$_?Bg^nWDy(*xR+VY10XL0JiW+EZV^plP`e;?;lIMy6 z#RmStF5FO6JpK7Hotc|{ukN0;R)T;;m&{%47?O3$6-$ygBWAgXs8~Zt@{-`dq^Byt zHYabs`)y^(S`Pxs^D2OWzr;<5B_0})q@!IMvMlsEQ{);PQ2!MG?~^ejaO#ov(_dUT zAaQ%iNzdB6p96}GQpk_P15aIh^0{yRztx>v&t27ZhWAg|u|(ojHEz;gRB4l{4N~PQ zq+FCxDXNgcPKyM^!X$xS(F(PwARH)eXcP`E7p)Zaf`EkqVWj+m&;O{;^NzXZnrpAM zKSSW6RU-WDz2=&8%yD?fVIKD7ho64-%H{pDTq;+e{dfj>4Un&zA3|U&Sazypmy{Wh z8xp|4W0XO;b}>byjW@%~t=vw^hxMF%+QtYTJ%~xaadMsG&p$_U*H3OB={HV(b@Cs( zlN2yD0?DuNp3oh#0kNwwMRxd~HOAP_LpsPVo?zAi@&TbLfc|k3k$fD-0=} zo?q7X`*nNj=$qlQ8rrIj3h|Q};X)SO4nHj|?*e~wx0^I=q%fy+vz{1YqQtb5!Rv=* z!JQR>1ZOkxrZ57QKL^7KAW_9%GJPgTmu@3sKf(OMWcC=zYG2X>jJQN_L>3eH)Z(tH zP$0%I`RdN|aEILivDOa_%xJ+YIbWi~b9nz{3JMB_PZa>~Km|RAAmgA!q^^}+1O@3T z%hY_!Kw`zTb!k{yG*OO5Fc?2TaB$7+mD(%(qbIK3`{eRlb^dmYiI&&0i0 z|K!)(?yh|-KUpy5n#*lA$i4G2V&;43%^a8Y4dT6#O=nTQDUE}dJ%gT;l0J3K2hu0+e(F!WudW7IN&jVwHkkY1O zp~V4H{c1xg;r{$>^MBOUASFX>JnhqONIG* z--$JDYCXelhxPl*a>VZBogVs5&;btL?(FMdnwhL)G#uZInV=Nu9aM)kg%iaBTZGO5$1gKqgp8#MjoTez_3zP0Frv#Q%+}B8R zT_!)*W~Q=Oe%tD6>3r8M3?{(P1K^oVCDp9ejJ6xQH}Lja4ZH;j4o3&wIzgbb@s+>J zcMc}yqJXXE_h0z4%IaIrRV=8IPIZoFQ?s{TMnb~T!BLt`p9F_mHP6(_q@vTFV^gci zr1*We&(0fNf3^V<`Ixs#pdrxq0l?r&c#3f5o*S!>?s?DihY|GA zYb{1#bL$UuIgGXDqS?f}IPP=gk4JGHKkE*IG;{ahQ;+X?+I&bBX*C4 zHf6NW-tN~&e+j_V$+92nVDVaPrGWj}rdIAEdd@4outC6Koa+dF2dM17_QT)#n>{h| z9Q|gEX9A`dzlLATHY2O}qSTmDwgta*x>z*puZu1?z_vdeW5IwK7yy3xI7dcsmxWXA zH#jk(qd42t^iS)Fp|#M4AQk+#TF3F%B8)gHu!O@s3Eug#{eXkv`_)w;S-=d|Wb!ILJ#eyOMgJDmMDqrD!TTCP>a(;dU;Yr6~g z9eq|QO;W|2AE^Cl$u(Q40*dg{621OG`6&OVn=Hiek4+Q>Q_YZX1m8+USesd_mWhS* zf{00T4qRDwk@rqPY1qqfoO!Wx z()bvg$&2k+1(aQz@b}DcO(R*G`G$)d#M%D-l1MV(%eVF^^^aB3-~6iIw+FX>^Re-| zT%ZJg_41?NzI^rRiGPp;*yz zLjxM9EX@&?o9o^sHujc(af#XR$oO=P)-)hAspSC+57X}$Zw;`v!BZ6|W)jyn=n@oW zQKICAl~w?#(h#SqrmaHmP6%o(5PlPz1SpuuB0p4oJ@y|?=Q*ROCi>S)9W*@%YN&{9 z#=u7`1yUxcv0D+=PBB4WSPR_pgU41`>zg8vy&nvdo=D7bzBGkE^*~NVKW92QcluikB+9(d0cM&J z40=S_DT!~UFC#4$#rzNaERSM@QwO?@oLUqR31}jP`Q;znyZgcSzsp=S){dgGS^~~~ z>-QqI4GeZ4jCu_5pfecu+@6j~9&uDC`a5*$5o+ii9>nnLX8)ubYQXH;vh-DPru5`j zr%!Hfy)Kb@hp?}eJsVNY`qHA2(MR>mrbcR)6K63sK99bpZN$>oTDp&aRY8~N;5P;? zzg-i~n!;jlyo4XTN`d;V27N(rsG&S9NDC+mns;8c1@o#}qF4#ZSO)1)9-^XH~SgdXi$qb7Bp^vLOowu5og{q z5*JUYX|1{)quA_e-lE%e7WkNOVD)?=FY6*o<5j}Y*D1IDEdO5LW$81F$6R!of-$P% zhQ7qyU@dLh?&uNF$$5Q{4u0vYf&P~czQ6=wtmT7GOS=6f#8{}oe`Q(!P-rt0szIZW z@Sk+X%38vl5SLl)&wiu%2do_$94F@r_-{N*DHacf!#q6F?9EJXQRFRKKkRrqhOwx1 z58$`e-c4a><*hw?LJ6XkSS(;f133g#Hd8q4rA-I(D&rq7eD*E}b{_^&s&hexuttS9 zyfZOUQC1s;Qru6JHZHi#eVq0#IVzs_)v%duO2uvly}>kQ>Td2so!+n6yc@_HVVe}q zO>3qCq377)+VtYq$cJp120pMri2G0rjP~R>6iJ^<`rNei`z%LMwf!`K{^t7ySd1wd za9_XPQpHlND2gsVCWSgQWoM&5D=w$&@bO-cEllJ8Pu?v(H=L8x@J6xbdpn%J50GxO zCr{NS=J*S#gMkj}kP>=&OewbY*lJ8@z;FOC#lsqLoOz>Si4_CdkRRoxvB5z6e<5VI zQQ77k%9l^SU_P67_*GX0RE-mx7CZbPp{p=fVq_-XI^bV2JA8z|A?DpQGqiO!KB>Due?}=s>-B+I!7OBF+8@> zRKf%8=N9%>yVU5n*Tjy5j*LZr-s1DIIQYT-#}v}r8~|d)g@4J8N(s^5^sw3~Y&V(h zExvkYgEIrBBR2Y-yJ9IMxgs3ou@Y^b(AIsQAQReV&6H{8Xg^KLAX}t1&8L{Eiq%;< zyKaupU#UUKbO%t7o%DU+Ivmv{c`yaD==f=fcFV#4(`i&RN1TRvBMZXB7<6qc`jTgb zTBF6kt#H6x`3;sG$VqiXWsfRbSIYnMQu545`G0_}U7YKjS2m2U{>8Vfb7`R<{=d-5^XBYM{XohqI9=VtgKD1Zd!^f?s|Bm@D= zrVTF&oY5I9jc)YxWmbXfch3dlIW&WU5gGi6zSOg;z03~8D5~~3H55^SQgd4=jhEY< z{5Rc#PU`C711obLvGRhQ)LYq-vV7j$G28@Mt$kUJnpV9J`ZBY66@)}v#qHdkMk15m zMTqIO?c&KR%rYsrA+M#@2Kd4lT{bCaYYpry1XqZeJw(;kCO#rp1q!DLmxf-)ZF^Ll zznoqfShblq1b)Gui5uvW8rt>D84cALf-)9J;lK8{yrR=+ex>Y6v)n^hj%suKr%t0} zR(9d-0(D>_-Q@~MC;{{>!y)=1M_qiVpW=K6eM{h4F&Wa2tr_3)u4dtGSsYg!CTrsw zN1bdq`_Nfbh9Om($-l3-htVm=OQRp4!g8=e{u zY7eG?u-8IWyPbr7VL!1l}Z68E{aoFvM<=lhPMJ42JHqi*@5*{aP*9rGfbwZN)09!x35l)RmsyNKSC~9znCVzGwrO}17Upq(Z zBVSpxwcc~?tAG3SAMH=DVR~KeHENHHeOey6&$1+=r$kWwHq){&hBMinyn}DEvuK-> z)PSf$2Rfu2{6x3XP>#$E7dt`_Z(0zB5sT;eqsft{!d+8qdTq ziU+{`IlxdO>U#-JN+pMwF+#;w`(Fd%*^3YoPu>Q4Qoep~M*-QeMTos<)gUn_LS(OF_pBUXvq;%tyD6kaO} zRMCF81FBzC^lJ?*O;L;TTmOhN=62_wUWF};PQcJ_8rWk7SuC4`xgDCs$HZAd!#P>Q zJQyV%-gyD;D4F$Up_qc8sF5b%Z`S2-2?_+M@V42eN9CYN)huUa2vr-CDs7&wjMSOX z%L_dNb|bu0wW#FGrOQ9L{P>es9)9H6D;KX`werAB`vooc?oa+l62?~|o1rMD@Z}B@ z2yD!{*CTf$=b_hGQ+U&=kyXh-YJWq)MC?m!Ku_~N8lA4+Kw+q6F{WVzuP5BGT$M04T8**P zCgRe<$(P)wBkc^wafIMKS2H%)XiZ_r*(>d$^-GW3d*$)3N3}}q4NV&ps%Qq;&N!aj zWH)6hm!aQb`AIUV?uE|0Rjyg(4M z7%l=(XUWhe$&~d50#p;k4rNg@hz#;(p>?Qg>$hXmv_JG7eC6f*MW}LlpZ^Kl<{(a4 zbot(WfBL`#3#iadzNQ$XiTBO5755kAFWhEUd;@+*S~{DlgKKeCO7D zhW6TeX6z`fPNI?F3`+L6Grffim|&)IjPk*u7^P;>w#S%)=!q<0-EEh$L#5=0ZY+DDxTt*y@rbS*+DF=m3YYfABdYE2+LEWyTZl0fHCl1r zZ$KdR=-u;#T#sM6h(86H6*hvrW=I@%9RKnKx`qP_eD z)W^%kx^D78M4<_~R!@d4O|$9hChWH&@G{*+&9mU35?NKh4v@7{YdP>C0c|wUE(_s= z!jNc)JV6OD$@99=7S&MXDBlwQsz=a+u_GGi2%CFU%?Fxq*aqlya; z*x8UKVWk=4&hvXl-!c~LOy2Qd^j^t@|fa#T4b_h%75_bUFkF77>h`BptZ~zr+dYZ y?ura<6QuNs(6oTM+rnz6>X~WU+14cB`DV^k-L$#+p(O#0Y0m&SyvV(?yZ;5R>NHCL diff --git a/pandora_console/include/languages/ru.po b/pandora_console/include/languages/ru.po index b45664ad09..99680822d4 100644 --- a/pandora_console/include/languages/ru.po +++ b/pandora_console/include/languages/ru.po @@ -7,7823 +7,7084 @@ msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-01 11:28+0100\n" -"PO-Revision-Date: 2015-06-29 18:52+0000\n" -"Last-Translator: MIguel Lopez ARTICA \n" +"POT-Creation-Date: 2021-04-20 11:39+0200\n" +"PO-Revision-Date: 2021-05-31 11:53+0000\n" +"Last-Translator: Svetlana Titovskaia \n" "Language-Team: Russian \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:34+0000\n" -"X-Generator: Launchpad (build 17925)\n" +"X-Launchpad-Export-Date: 2021-06-01 08:11+0000\n" +"X-Generator: Launchpad (build 925b661396f90467a0d31fdfb13d4990b7239925)\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" -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" -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" -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/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/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 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/agentes/module_manager_editor_common.php:347 -#: ../../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 -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 +#: ../../views/dashboard/header.php:45 +#: ../../enterprise/meta/screens/screens.visualmap.php:271 +#: ../../enterprise/operation/agentes/manage_transmap.php:124 +#: ../../extensions/disabled/matrix_events.php:32 +#: ../../extensions/agents_modules.php:363 +#: ../../extensions/agents_modules.php:370 +#: ../../extensions/agents_modules.php:373 +#: ../../include/class/AgentsAlerts.class.php:810 +#: ../../operation/visual_console/pure_ajax.php:198 +#: ../../operation/visual_console/view.php:207 +#: ../../operation/visual_console/legacy_view.php:201 +#: ../../operation/gis_maps/render_view.php:123 +#: ../../operation/reporting/reporting_viewer.php:144 +#: ../../operation/reporting/graph_viewer.php:213 msgid "Full screen mode" 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 +#: ../../views/dashboard/header.php:59 ../../extensions/agents_modules.php:476 +#: ../../include/class/AgentsAlerts.class.php:815 +#: ../../operation/visual_console/view.php:404 +#: ../../operation/visual_console/legacy_view.php:249 +#: ../../operation/gis_maps/render_view.php:125 +#: ../../operation/reporting/reporting_viewer.php:153 +#: ../../operation/reporting/graph_viewer.php:222 +#: ../../operation/events/events.php:724 msgid "Back to normal mode" 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 +#: ../../views/dashboard/header.php:69 +msgid "Update Dashboard" +msgstr "Обновить приборную панель" + +#: ../../views/dashboard/header.php:70 ../../views/dashboard/header.php:104 +#: ../../views/dashboard/list.php:224 ../../enterprise/load_enterprise.php:613 +#: ../../enterprise/load_enterprise.php:1109 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:439 +#: ../../enterprise/godmode/services/services.elements.php:821 +#: ../../enterprise/godmode/services/services.elements.php:832 +#: ../../enterprise/include/class/Omnishell.class.php:1499 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3078 +#: ../../enterprise/include/functions_update_manager.php:245 +#: ../../enterprise/operation/agentes/transactional_map.php:312 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:47 +#: ../../enterprise/operation/services/services.service.php:232 +#: ../../enterprise/operation/services/services.service_map.php:170 +#: ../../enterprise/operation/services/services.list.php:247 +#: ../../enterprise/operation/services/services.list.php:550 +#: ../../enterprise/operation/services/services.table_services.php:199 +#: ../../godmode/update_manager/update_manager.offline.php:115 +#: ../../godmode/massive/massive_edit_agents.php:719 +#: ../../include/functions_config.php:1211 +#: ../../include/functions_config.php:3039 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:377 +#: ../../include/functions_update_manager.php:1448 +#: ../../operation/gis_maps/render_view.php:153 +msgid "Ok" +msgstr "Ок" + +#: ../../views/dashboard/header.php:71 ../../views/dashboard/header.php:105 +#: ../../views/dashboard/list.php:225 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:1139 +#: ../../enterprise/meta/event/custom_events.php:250 +#: ../../enterprise/godmode/services/services.service.php:942 +#: ../../enterprise/godmode/services/services.elements.php:822 +#: ../../enterprise/godmode/services/services.elements.php:833 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:267 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:241 +#: ../../enterprise/include/functions_HA_cluster.php:492 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1567 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1669 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1721 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1753 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1788 +#: ../../enterprise/include/class/AgentRepository.class.php:784 +#: ../../enterprise/include/class/AgentRepository.class.php:882 +#: ../../enterprise/include/class/LogSource.class.php:818 +#: ../../enterprise/include/class/LogSource.class.php:871 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3079 +#: ../../enterprise/include/functions_update_manager.php:244 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:468 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:357 +#: ../../godmode/update_manager/update_manager.offline.php:114 +#: ../../godmode/agentes/status_monitor_custom_fields.php:242 +#: ../../godmode/massive/massive_operations.php:383 +#: ../../godmode/setup/snmp_wizard.php:100 +#: ../../godmode/events/custom_events.php:203 +#: ../../include/functions_visual_map_editor.php:880 +#: ../../include/functions_visual_map_editor.php:884 +#: ../../include/class/ConfigPEN.class.php:669 +#: ../../include/class/ConfigPEN.class.php:693 +#: ../../include/class/TreeGroupEdition.class.php:165 +#: ../../include/class/NetworkMap.class.php:2825 +#: ../../include/class/CredentialStore.class.php:1222 +#: ../../include/class/CredentialStore.class.php:1274 +#: ../../include/class/ModuleTemplates.class.php:1379 +#: ../../include/class/WelcomeWindow.class.php:174 +#: ../../include/class/AgentWizard.class.php:5823 +#: ../../include/functions_update_manager.php:241 +#: ../../include/functions_update_manager.php:517 +#: ../../include/functions_update_manager.php:811 +#: ../../include/functions_update_manager.php:1447 +#: ../../operation/agentes/pandora_networkmap.editor.php:594 +#: ../../operation/snmpconsole/snmp_browser.php:160 +#: ../../operation/snmpconsole/snmp_browser.php:537 +#: ../../operation/snmpconsole/snmp_browser.php:617 +#: ../../operation/snmpconsole/snmp_browser.php:632 +#: ../../general/header.php:815 +msgid "Cancel" +msgstr "Отменить" + +#: ../../views/dashboard/header.php:82 +#: ../../enterprise/views/cluster/list.php:64 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:266 +#: ../../enterprise/extensions/vmware/vmware_view.php:1335 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:261 +#: ../../enterprise/include/class/DeploymentCenter.class.php:764 +#: ../../enterprise/include/class/AgentRepository.class.php:618 +#: ../../enterprise/include/class/Omnishell.class.php:402 +#: ../../enterprise/include/class/LogSource.class.php:602 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2978 +#: ../../godmode/update_manager/update_manager.php:35 +#: ../../godmode/reporting/reporting_builder.list_items.php:427 +#: ../../include/class/ConfigPEN.class.php:601 +#: ../../include/class/CredentialStore.class.php:787 +#: ../../include/class/ExternalTools.class.php:365 +#: ../../include/functions_events.php:299 msgid "Options" msgstr "Параметры" -#: ../../enterprise/dashboard/main_dashboard.php:194 +#: ../../views/dashboard/header.php:94 +msgid "Back to dashboards list" +msgstr "Обратно к списку приборной панели" + +#: ../../views/dashboard/header.php:103 +msgid "Slides" +msgstr "Слайды" + +#: ../../views/dashboard/header.php:117 msgid "Slides mode" msgstr "Режим слайдов" -#: ../../enterprise/dashboard/main_dashboard.php:199 -msgid "Previous Dashboard" -msgstr "Предыдущая панель" +#: ../../views/dashboard/header.php:138 +msgid "Show link to public dashboard" +msgstr "Показать публичную ссылку к приборной панели" -#: ../../enterprise/dashboard/main_dashboard.php:204 -msgid "Next Dashboard" -msgstr "Следующая панель" - -#: ../../enterprise/dashboard/main_dashboard.php:209 -msgid "Play" -msgstr "Воспроизведение" - -#: ../../enterprise/dashboard/main_dashboard.php:214 -msgid "Pause" -msgstr "Пауза" - -#: ../../enterprise/dashboard/main_dashboard.php:218 -msgid "Next slide in" -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 +#: ../../views/dashboard/header.php:159 +#: ../../enterprise/meta/advanced/policymanager.queue.php:238 +#: ../../enterprise/godmode/policies/policy_queue.php:587 +#: ../../enterprise/godmode/servers/HA_cluster.php:390 +#: ../../enterprise/include/class/Omnishell.class.php:544 +#: ../../enterprise/include/class/Omnishell.class.php:1329 +#: ../../enterprise/include/functions_ipam.php:1259 +#: ../../extensions/agents_modules.php:488 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:185 +#: ../../include/ajax/module.php:1054 +#: ../../include/class/NetworkMap.class.php:2819 +#: ../../include/class/AgentsAlerts.class.php:853 +#: ../../operation/visual_console/view.php:417 +#: ../../operation/visual_console/legacy_public_view.php:131 +#: ../../operation/visual_console/legacy_view.php:263 +#: ../../operation/visual_console/public_view.php:118 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../operation/reporting/graph_viewer.php:344 +#: ../../operation/events/events.php:736 +#: ../../operation/servers/recon_view.php:50 ../../general/login_page.php:74 +#: ../../general/login_page.php:316 msgid "Refresh" msgstr "Обновить" -#: ../../enterprise/dashboard/main_dashboard.php:253 -msgid "Save the actual layout design" -msgstr "" +#: ../../views/dashboard/header.php:212 +msgid "Add Cell" +msgstr "Добавить ячейку" -#: ../../enterprise/dashboard/main_dashboard.php:344 -msgid "Number Cells" -msgstr "" +#: ../../views/dashboard/header.php:279 ../../views/dashboard/list.php:42 +#: ../../enterprise/meta/general/main_header.php:222 +msgid "Dashboards" +msgstr "Приборные Панели" -#: ../../enterprise/dashboard/main_dashboard.php:349 -msgid "Update cells" -msgstr "" +#: ../../views/dashboard/header.php:279 +#: ../../enterprise/godmode/alerts/alert_inventory.php:78 +#: ../../enterprise/include/functions_backup.php:539 +#: ../../enterprise/include/functions_backup.php:540 +#: ../../godmode/agentes/planned_downtime.editor.php:59 +#: ../../godmode/alerts/alert_list.php:451 +#: ../../godmode/category/category.php:71 ../../include/functions_html.php:1673 +#: ../../include/functions_html.php:1674 ../../include/functions_html.php:1778 +#: ../../include/functions_html.php:1779 ../../include/functions_html.php:1958 +#: ../../include/functions_html.php:1959 +#: ../../operation/snmpconsole/snmp_statistics.php:66 +#: ../../operation/snmpconsole/snmp_view.php:107 +#: ../../operation/events/events.php:892 +msgid "List" +msgstr "Список" -#: ../../enterprise/dashboard/main_dashboard.php:351 -msgid "Name of dashboard" -msgstr "" +#: ../../views/dashboard/list.php:53 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:272 +#: ../../enterprise/meta/advanced/metasetup.relations.php:86 +#: ../../enterprise/meta/advanced/links.php:81 +#: ../../enterprise/godmode/modules/local_components.php:362 +#: ../../enterprise/godmode/policies/policies.php:184 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:68 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:118 +#: ../../enterprise/godmode/alerts/alert_events_list.php:182 +#: ../../enterprise/godmode/alerts/alert_events_list.php:234 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:135 +#: ../../enterprise/godmode/reporting/graph_template_list.php:122 +#: ../../enterprise/godmode/reporting/graph_template_list.php:149 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:367 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:385 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:97 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:165 +#: ../../enterprise/include/class/DatabaseHA.class.php:1050 +#: ../../enterprise/operation/agentes/transactional_map.php:156 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:65 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:146 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:220 +#: ../../enterprise/tools/ipam/ipam_action.php:90 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:113 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:185 +#: ../../extensions/files_repo.php:181 +#: ../../godmode/modules/manage_nc_groups.php:142 +#: ../../godmode/modules/manage_network_components.php:524 +#: ../../godmode/users/profile_list.php:100 +#: ../../godmode/users/user_list.php:255 ../../godmode/users/user_list.php:302 +#: ../../godmode/users/configure_user.php:137 +#: ../../godmode/users/configure_user.php:155 +#: ../../godmode/agentes/planned_downtime.list.php:112 +#: ../../godmode/netflow/nf_item_list.php:129 +#: ../../godmode/netflow/nf_item_list.php:157 +#: ../../godmode/netflow/nf_edit.php:104 ../../godmode/netflow/nf_edit.php:137 +#: ../../godmode/snmpconsole/snmp_alert.php:735 +#: ../../godmode/snmpconsole/snmp_filters.php:159 +#: ../../godmode/massive/massive_delete_action_alerts.php:158 +#: ../../godmode/massive/massive_delete_modules.php:162 +#: ../../godmode/massive/massive_delete_alerts.php:201 +#: ../../godmode/alerts/alert_actions.php:211 +#: ../../godmode/alerts/alert_commands.php:586 +#: ../../godmode/alerts/alert_templates.php:257 +#: ../../godmode/alerts/alert_special_days.php:267 +#: ../../godmode/alerts/alert_list.php:232 +#: ../../godmode/alerts/alert_list.php:320 ../../godmode/setup/news.php:120 +#: ../../godmode/setup/gis.php:58 ../../godmode/setup/links.php:73 +#: ../../godmode/reporting/map_builder.php:181 +#: ../../godmode/reporting/graphs.php:117 +#: ../../godmode/reporting/graphs.php:127 +#: ../../godmode/reporting/graphs.php:170 +#: ../../godmode/reporting/reporting_builder.php:655 +#: ../../godmode/events/event_filter.php:69 +#: ../../godmode/events/event_filter.php:96 +#: ../../include/class/ConfigPEN.class.php:486 +#: ../../operation/messages/message_list.php:98 +#: ../../operation/messages/message_list.php:120 +#: ../../operation/snmpconsole/snmp_view.php:155 +#: ../../operation/gis_maps/gis_map.php:86 +#: ../../operation/incidents/list_integriaims_incidents.php:85 +#: ../../operation/reporting/graph_viewer.php:42 +#: ../../operation/reporting/graph_viewer.php:50 +msgid "Successfully deleted" +msgstr "Успешно удалено" -#: ../../enterprise/dashboard/main_dashboard.php:354 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../godmode/reporting/reporting_builder.php:557 -msgid "Private" -msgstr "Личное" +#: ../../views/dashboard/list.php:54 +#: ../../enterprise/godmode/modules/local_components.php:363 +#: ../../enterprise/godmode/policies/policy_alerts.php:202 +#: ../../enterprise/godmode/policies/policy_alerts.php:243 +#: ../../enterprise/godmode/policies/policy_modules.php:1315 +#: ../../enterprise/godmode/policies/policies.php:187 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:108 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:135 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 +#: ../../enterprise/godmode/policies/policy_collections.php:81 +#: ../../enterprise/godmode/policies/policy_agents.php:119 +#: ../../enterprise/godmode/policies/policy_agents.php:141 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:69 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:119 +#: ../../enterprise/godmode/alerts/alert_events_list.php:183 +#: ../../enterprise/godmode/alerts/alert_events_list.php:235 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:270 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:136 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:368 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:386 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:157 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:66 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:144 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:218 +#: ../../enterprise/tools/ipam/ipam_action.php:88 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:111 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:183 +#: ../../extensions/files_repo.php:181 +#: ../../godmode/modules/manage_network_components.php:525 +#: ../../godmode/users/configure_user.php:138 +#: ../../godmode/massive/massive_delete_action_alerts.php:159 +#: ../../godmode/massive/massive_delete_alerts.php:202 +#: ../../godmode/alerts/alert_actions.php:212 +#: ../../godmode/alerts/alert_commands.php:587 +#: ../../godmode/alerts/alert_templates.php:258 +#: ../../godmode/alerts/alert_special_days.php:268 +#: ../../godmode/alerts/alert_list.php:233 +#: ../../godmode/alerts/alert_list.php:321 ../../godmode/setup/news.php:121 +#: ../../godmode/setup/gis.php:56 +#: ../../godmode/reporting/reporting_builder.php:656 +#: ../../operation/agentes/pandora_networkmap.php:539 +#: ../../operation/messages/message_list.php:99 +#: ../../operation/snmpconsole/snmp_view.php:156 +#: ../../operation/gis_maps/gis_map.php:87 +#: ../../operation/incidents/list_integriaims_incidents.php:86 +msgid "Could not be deleted" +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 -#: ../../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/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 -#: ../../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 +#: ../../views/dashboard/list.php:61 +msgid "Successfully duplicate" +msgstr "Успешно дублировано" + +#: ../../views/dashboard/list.php:62 +msgid "Could not be duplicate" +msgstr "Не может быть дублировано" + +#: ../../views/dashboard/list.php:70 +msgid "There are no dashboards defined." +msgstr "Приборная панель не выбрана" + +#: ../../views/dashboard/list.php:95 ../../views/dashboard/formDashboard.php:77 +#: ../../enterprise/views/cluster/list.php:58 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/include/functions_autoprovision.php:448 +#: ../../enterprise/meta/include/functions_wizard_meta.php:463 +#: ../../enterprise/meta/include/functions_wizard_meta.php:580 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1450 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1571 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1673 +#: ../../enterprise/meta/agentsearch.php:308 +#: ../../enterprise/godmode/modules/configure_local_component.php:152 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:374 +#: ../../enterprise/godmode/modules/local_components.php:565 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:99 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:331 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:618 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:97 +#: ../../enterprise/godmode/agentes/collection_manager.php:115 +#: ../../enterprise/godmode/agentes/collection_manager.php:212 +#: ../../enterprise/godmode/agentes/inventory_manager.php:217 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:535 +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:102 +#: ../../enterprise/godmode/policies/configure_policy.php:86 +#: ../../enterprise/godmode/policies/policy_modules.php:1470 +#: ../../enterprise/godmode/policies/policies.php:443 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:260 +#: ../../enterprise/godmode/policies/policy_collections.php:153 +#: ../../enterprise/godmode/policies/policy_collections.php:248 +#: ../../enterprise/godmode/policies/policy_agents.php:781 +#: ../../enterprise/godmode/policies/policy_agents.php:1164 +#: ../../enterprise/godmode/massive/massive_edit_services.php:535 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:162 +#: ../../enterprise/godmode/alerts/alert_events.php:591 +#: ../../enterprise/godmode/alerts/alert_events_list.php:503 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:401 +#: ../../enterprise/godmode/services/services.service.php:528 +#: ../../enterprise/godmode/setup/setup_skins.php:84 +#: ../../enterprise/godmode/setup/setup_auth.php:99 +#: ../../enterprise/godmode/setup/edit_skin.php:230 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:182 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:186 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:159 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:108 +#: ../../enterprise/godmode/reporting/visual_console_template.php:191 +#: ../../enterprise/godmode/reporting/visual_console_template.php:258 +#: ../../enterprise/godmode/reporting/mysql_builder.php:66 +#: ../../enterprise/godmode/reporting/mysql_builder.php:179 +#: ../../enterprise/godmode/reporting/mysql_builder.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1576 +#: ../../enterprise/godmode/servers/manage_export.php:137 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:249 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:58 +#: ../../enterprise/godmode/servers/manage_export_form.php:75 +#: ../../enterprise/godmode/servers/list_satellite.php:36 +#: ../../enterprise/mobile/include/enterprise.class.php:87 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:355 +#: ../../enterprise/include/ajax/servers.ajax.php:100 +#: ../../enterprise/include/ajax/servers.ajax.php:158 +#: ../../enterprise/include/ajax/servers.ajax.php:284 +#: ../../enterprise/include/class/Omnishell.class.php:668 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:747 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2973 +#: ../../enterprise/include/functions_services.php:1500 +#: ../../enterprise/include/functions_ipam.php:1213 +#: ../../enterprise/include/functions_ipam.php:1817 +#: ../../enterprise/operation/agentes/policy_view.php:150 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/tag_view.php:661 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:68 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:158 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:324 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:440 +#: ../../enterprise/operation/services/services.service.php:189 +#: ../../enterprise/operation/services/services.list.php:504 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:367 +#: ../../enterprise/tools/ipam/ipam_list.php:144 +#: ../../enterprise/tools/ipam/ipam_excel.php:113 +#: ../../enterprise/tools/ipam/ipam_excel.php:183 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:271 +#: ../../enterprise/tools/ipam/ipam_editor.php:114 +#: ../../extensions/files_repo/files_repo_list.php:55 +#: ../../godmode/modules/manage_nc_groups_form.php:68 +#: ../../godmode/modules/manage_network_templates_form.php:156 +#: ../../godmode/modules/manage_nc_groups.php:232 +#: ../../godmode/modules/manage_network_components_form_common.php:42 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_network_templates.php:234 +#: ../../godmode/groups/configure_group.php:136 +#: ../../godmode/groups/group_list.php:794 +#: ../../godmode/groups/configure_modu_group.php:64 +#: ../../godmode/groups/modu_group_list.php:235 +#: ../../godmode/users/user_list.php:413 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +#: ../../godmode/agentes/planned_downtime.editor.php:902 +#: ../../godmode/agentes/configure_field.php:71 +#: ../../godmode/agentes/module_manager_editor_common.php:191 +#: ../../godmode/agentes/module_manager_editor_common.php:1166 +#: ../../godmode/agentes/module_manager.php:757 +#: ../../godmode/netflow/nf_edit.php:159 +#: ../../godmode/netflow/nf_edit_form.php:198 +#: ../../godmode/alerts/configure_alert_command.php:188 +#: ../../godmode/alerts/alert_actions.php:320 +#: ../../godmode/alerts/alert_commands.php:627 +#: ../../godmode/alerts/alert_templates.php:377 +#: ../../godmode/alerts/configure_alert_action.php:162 +#: ../../godmode/alerts/configure_alert_template.php:1087 +#: ../../godmode/setup/os.builder.php:33 ../../godmode/setup/os.list.php:32 +#: ../../godmode/setup/setup_integria.php:326 +#: ../../godmode/setup/setup_integria.php:449 +#: ../../godmode/reporting/create_container.php:223 +#: ../../godmode/reporting/reporting_builder.item_editor.php:884 +#: ../../godmode/reporting/reporting_builder.main.php:89 +#: ../../godmode/reporting/reporting_builder.main.php:93 +#: ../../godmode/reporting/graph_builder.main.php:125 +#: ../../godmode/events/event_filter.php:136 +#: ../../godmode/events/event_responses.editor.php:86 +#: ../../godmode/events/event_responses.list.php:50 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/servers/modificar_server.php:56 +#: ../../godmode/servers/plugin.php:341 ../../godmode/servers/plugin.php:1007 +#: ../../godmode/tag/tag.php:188 ../../godmode/tag/edit_tag.php:192 +#: ../../godmode/category/edit_category.php:165 +#: ../../include/functions_reporting_html.php:1027 +#: ../../include/functions_reporting_html.php:1035 +#: ../../include/functions_reporting_html.php:2039 +#: ../../include/functions_reporting_html.php:2377 +#: ../../include/functions_reporting_html.php:2930 +#: ../../include/functions_reporting_html.php:5617 +#: ../../include/functions_treeview.php:78 +#: ../../include/class/NetworkMap.class.php:2932 +#: ../../include/class/NetworkMap.class.php:2973 +#: ../../include/class/NetworkMap.class.php:2991 +#: ../../include/class/NetworkMap.class.php:3259 +#: ../../include/class/ManageNetScanScripts.class.php:403 +#: ../../include/class/ManageNetScanScripts.class.php:545 +#: ../../include/class/ModuleTemplates.class.php:889 +#: ../../include/class/ModuleTemplates.class.php:1047 +#: ../../include/functions_filemanager.php:625 +#: ../../include/functions_snmp_browser.php:1656 +#: ../../include/functions_events.php:4352 +#: ../../include/functions_events.php:4441 ../../operation/search_users.php:35 +#: ../../operation/search_helps.php:32 +#: ../../operation/agentes/pandora_networkmap.editor.php:264 +#: ../../operation/agentes/pandora_networkmap.php:693 +#: ../../operation/netflow/nf_live_view.php:362 +#: ../../operation/gis_maps/gis_map.php:102 +#: ../../operation/incidents/configure_integriaims_incident.php:198 +#: ../../operation/search_policies.php:34 ../../operation/search_maps.php:27 +msgid "Name" +msgstr "Имя" + +#: ../../views/dashboard/list.php:96 +msgid "Cells" +msgstr "Ячейки" + +#: ../../views/dashboard/list.php:97 +#: ../../views/dashboard/formDashboard.php:107 +#: ../../enterprise/views/cluster/list.php:60 +#: ../../enterprise/meta/advanced/synchronizing.user.php:634 +#: ../../enterprise/meta/advanced/cron_main.php:409 +#: ../../enterprise/meta/advanced/collections.php:410 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:138 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:255 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:352 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:417 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:527 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:606 +#: ../../enterprise/meta/include/functions_wizard_meta.php:193 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1795 +#: ../../enterprise/meta/include/functions_events_meta.php:74 +#: ../../enterprise/meta/agentsearch.php:119 +#: ../../enterprise/meta/agentsearch.php:310 +#: ../../enterprise/godmode/modules/configure_local_component.php:270 +#: ../../enterprise/godmode/modules/local_components.php:443 +#: ../../enterprise/godmode/modules/local_components.php:567 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:93 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:192 +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:111 +#: ../../enterprise/godmode/agentes/collections.php:323 +#: ../../enterprise/godmode/policies/configure_policy.php:89 +#: ../../enterprise/godmode/policies/policies.php:345 +#: ../../enterprise/godmode/policies/policies.php:445 +#: ../../enterprise/godmode/policies/policy_agents.php:745 +#: ../../enterprise/godmode/policies/policy_agents.php:788 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:85 +#: ../../enterprise/godmode/massive/massive_edit_services.php:557 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 +#: ../../enterprise/godmode/alerts/alert_events.php:594 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:413 +#: ../../enterprise/godmode/alerts/alert_events_list.php:504 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:403 +#: ../../enterprise/godmode/services/services.service.php:550 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:324 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:194 +#: ../../enterprise/godmode/reporting/graph_template_list.php:171 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:164 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:443 +#: ../../enterprise/godmode/reporting/visual_console_template.php:206 +#: ../../enterprise/godmode/reporting/visual_console_template.php:259 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1892 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:94 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:662 +#: ../../enterprise/include/functions_tasklist.php:172 +#: ../../enterprise/include/functions_alert_event.php:1134 +#: ../../enterprise/include/functions_reporting_csv.php:1009 +#: ../../enterprise/include/functions_reporting_csv.php:2417 +#: ../../enterprise/include/class/Azure.cloud.php:835 +#: ../../enterprise/include/class/VMware.app.php:749 +#: ../../enterprise/include/class/Omnishell.class.php:399 +#: ../../enterprise/include/class/Omnishell.class.php:428 +#: ../../enterprise/include/class/Omnishell.class.php:678 +#: ../../enterprise/include/class/DB2.app.php:469 +#: ../../enterprise/include/class/Aws.S3.php:434 +#: ../../enterprise/include/class/SAP.app.php:641 +#: ../../enterprise/include/class/Aws.cloud.php:571 +#: ../../enterprise/include/class/Aws.cloud.php:1226 +#: ../../enterprise/include/class/MySQL.app.php:474 +#: ../../enterprise/include/class/Google.cloud.php:785 +#: ../../enterprise/include/class/Oracle.app.php:470 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:465 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:759 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:904 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2869 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2974 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:816 +#: ../../enterprise/include/functions_events.php:97 +#: ../../enterprise/operation/agentes/transactional_map.php:182 +#: ../../enterprise/operation/agentes/tag_view.php:87 +#: ../../enterprise/operation/agentes/tag_view.php:589 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:71 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:105 +#: ../../enterprise/operation/agentes/ver_agente.php:49 +#: ../../enterprise/operation/agentes/ver_agente.php:70 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:327 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:443 +#: ../../enterprise/operation/log/log_viewer.php:519 +#: ../../enterprise/operation/inventory/inventory.php:176 +#: ../../enterprise/operation/services/services.service.php:192 +#: ../../enterprise/operation/services/services.list.php:270 +#: ../../enterprise/operation/services/services.list.php:509 +#: ../../enterprise/operation/services/services.table_services.php:222 +#: ../../enterprise/tools/ipam/ipam_editor.php:208 +#: ../../extensions/agents_modules.php:378 +#: ../../godmode/modules/manage_network_templates_form.php:223 +#: ../../godmode/modules/manage_network_templates_form.php:291 +#: ../../godmode/modules/manage_network_templates_form.php:327 +#: ../../godmode/modules/manage_network_components_form_common.php:127 +#: ../../godmode/modules/manage_network_components.php:595 +#: ../../godmode/modules/manage_network_components.php:727 +#: ../../godmode/users/user_list.php:342 +#: ../../godmode/agentes/configurar_agente.php:493 +#: ../../godmode/agentes/modificar_agente.php:253 +#: ../../godmode/agentes/modificar_agente.php:617 +#: ../../godmode/agentes/planned_downtime.list.php:400 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../godmode/agentes/planned_downtime.editor.php:903 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../godmode/netflow/nf_edit.php:160 +#: ../../godmode/netflow/nf_edit_form.php:202 +#: ../../godmode/snmpconsole/snmp_alert.php:833 +#: ../../godmode/gis_maps/configure_gis_map.php:481 +#: ../../godmode/gis_maps/configure_gis_map.php:607 +#: ../../godmode/massive/massive_copy_modules.php:99 +#: ../../godmode/massive/massive_copy_modules.php:252 +#: ../../godmode/massive/massive_standby_alerts.php:161 +#: ../../godmode/massive/massive_delete_action_alerts.php:197 +#: ../../godmode/massive/massive_add_alerts.php:199 +#: ../../godmode/massive/massive_delete_agents.php:129 +#: ../../godmode/massive/massive_enable_disable_alerts.php:161 +#: ../../godmode/massive/massive_edit_agents.php:420 +#: ../../godmode/massive/massive_edit_agents.php:570 +#: ../../godmode/massive/massive_delete_profiles.php:121 +#: ../../godmode/massive/massive_delete_alerts.php:269 +#: ../../godmode/massive/massive_add_action_alerts.php:191 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/alerts/configure_alert_command.php:229 +#: ../../godmode/alerts/alert_actions.php:254 +#: ../../godmode/alerts/alert_actions.php:322 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../godmode/alerts/alert_commands.php:629 +#: ../../godmode/alerts/configure_alert_special_days.php:90 +#: ../../godmode/alerts/alert_templates.php:378 +#: ../../godmode/alerts/configure_alert_action.php:193 +#: ../../godmode/alerts/configure_alert_template.php:1109 +#: ../../godmode/alerts/alert_special_days.php:291 +#: ../../godmode/setup/news.php:186 ../../godmode/setup/gis.php:66 +#: ../../godmode/setup/gis_step_2.php:213 +#: ../../godmode/setup/setup_integria.php:352 +#: ../../godmode/setup/setup_integria.php:475 +#: ../../godmode/reporting/visual_console_builder.data.php:136 +#: ../../godmode/reporting/create_container.php:244 +#: ../../godmode/reporting/create_container.php:534 +#: ../../godmode/reporting/create_container.php:625 +#: ../../godmode/reporting/map_builder.php:331 +#: ../../godmode/reporting/map_builder.php:360 +#: ../../godmode/reporting/graphs.php:188 +#: ../../godmode/reporting/graphs.php:270 +#: ../../godmode/reporting/visual_console_favorite.php:132 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1287 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2913 +#: ../../godmode/reporting/visual_console_builder.elements.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:304 +#: ../../godmode/reporting/reporting_builder.main.php:101 +#: ../../godmode/reporting/reporting_builder.php:675 +#: ../../godmode/reporting/reporting_builder.php:866 +#: ../../godmode/reporting/graph_builder.main.php:143 +#: ../../godmode/events/event_filter.php:137 +#: ../../godmode/events/event_responses.editor.php:103 +#: ../../godmode/events/event_edit_filter.php:293 +#: ../../godmode/events/event_responses.list.php:52 +#: ../../godmode/events/custom_events.php:99 +#: ../../godmode/wizards/HostDevices.class.php:932 +#: ../../mobile/operation/agents.php:77 ../../mobile/operation/agents.php:139 +#: ../../mobile/operation/agents.php:215 ../../mobile/operation/agents.php:216 +#: ../../mobile/operation/agents.php:386 ../../mobile/operation/modules.php:153 +#: ../../mobile/operation/modules.php:158 +#: ../../mobile/operation/modules.php:247 +#: ../../mobile/operation/modules.php:248 ../../mobile/operation/alerts.php:95 +#: ../../mobile/operation/alerts.php:100 ../../mobile/operation/alerts.php:212 +#: ../../mobile/operation/alerts.php:213 +#: ../../mobile/operation/visualmaps.php:106 +#: ../../mobile/operation/visualmaps.php:111 +#: ../../mobile/operation/events.php:385 ../../mobile/operation/events.php:390 +#: ../../mobile/operation/events.php:544 ../../mobile/operation/events.php:662 +#: ../../mobile/operation/events.php:663 +#: ../../include/functions_visual_map_editor.php:70 +#: ../../include/functions_visual_map_editor.php:594 +#: ../../include/functions_visual_map_editor.php:1397 +#: ../../include/functions_reporting_html.php:2881 +#: ../../include/functions_reporting_html.php:2934 +#: ../../include/functions_reporting_html.php:5705 +#: ../../include/functions_cron.php:459 +#: ../../include/ajax/custom_fields.php:628 +#: ../../include/ajax/custom_fields.php:677 +#: ../../include/functions_graph.php:5161 ../../include/functions_gis.php:228 +#: ../../include/functions_profile.php:214 +#: ../../include/functions_visual_map.php:4235 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:545 +#: ../../include/rest-api/models/VisualConsole/Item.php:2087 +#: ../../include/functions_html.php:1346 +#: ../../include/class/NetworkMap.class.php:2865 +#: ../../include/class/NetworkMap.class.php:2916 +#: ../../include/class/NetworkMap.class.php:3207 +#: ../../include/class/AgentsAlerts.class.php:779 +#: ../../include/class/CredentialStore.class.php:782 +#: ../../include/class/CredentialStore.class.php:813 +#: ../../include/class/CredentialStore.class.php:903 +#: ../../include/class/CustomNetScan.class.php:500 +#: ../../include/class/ModuleTemplates.class.php:780 +#: ../../include/functions_container.php:149 +#: ../../include/lib/Dashboard/Widgets/alerts_fired.php:226 +#: ../../include/functions_snmp_browser.php:1659 +#: ../../include/functions_events.php:193 +#: ../../include/functions_events.php:245 +#: ../../include/functions_events.php:4973 +#: ../../include/functions_events.php:6523 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:51 ../../operation/users/user_edit.php:779 +#: ../../operation/visual_console/view.php:327 +#: ../../operation/agentes/estado_agente.php:225 +#: ../../operation/agentes/estado_agente.php:726 +#: ../../operation/agentes/pandora_networkmap.editor.php:280 +#: ../../operation/agentes/pandora_networkmap.editor.php:328 #: ../../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 -#: ../../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/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_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/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 +#: ../../operation/agentes/status_monitor.php:398 +#: ../../operation/agentes/group_view.php:193 +#: ../../operation/agentes/ver_agente.php:946 +#: ../../operation/agentes/estado_generalagente.php:391 +#: ../../operation/agentes/alerts_status.functions.php:89 +#: ../../operation/netflow/nf_live_view.php:372 +#: ../../operation/gis_maps/gis_map.php:103 +#: ../../operation/gis_maps/ajax.php:332 ../../operation/gis_maps/ajax.php:438 +#: ../../operation/incidents/configure_integriaims_incident.php:247 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:375 +#: ../../operation/incidents/list_integriaims_incidents.php:127 +#: ../../operation/events/events_list.php:905 +#: ../../operation/events/sound_events.php:106 +#: ../../operation/events/events.php:981 +#: ../../operation/events/events.build_table.php:222 +#: ../../operation/search_maps.php:28 ../../general/ui/agents_list.php:76 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" -msgstr "Сохранить" - -#: ../../enterprise/dashboard/main_dashboard.php:387 -msgid "Private dashboard" -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" -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 "8" - -#: ../../enterprise/dashboard/widgets/network_map.php:46 -msgid "9" -msgstr "9" - -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "10" -msgstr "10" - -#: ../../enterprise/dashboard/widgets/network_map.php:48 -msgid "11" -msgstr "11" - -#: ../../enterprise/dashboard/widgets/network_map.php:49 -msgid "12" -msgstr "12" - -#: ../../enterprise/dashboard/widgets/url.php:23 -msgid "Show the URL content" -msgstr "Показать содержание URL" - -#: ../../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 "Ссылка (URL)" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "Мой URL" - -#: ../../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 "Неверный адрес (URL)" - -#: ../../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 -#: ../../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" -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" -msgstr "Внизу" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 -msgid "No legend" -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." -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." -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 -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" -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" -msgstr "Просмотр в виде дерева" - -#: ../../enterprise/dashboard/widgets/tree_view.php:24 -msgid "Show the tree view" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tree_view.php:38 -msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 -msgid "Map made by user" -msgstr "Карта выполняется пользователем" - -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 -msgid "Show a map made by user" -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" -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..." -msgstr "Идёт загрузка..." - -#: ../../enterprise/dashboard/widgets/single_graph.php:29 -msgid "Single graph" -msgstr "Один график" - -#: ../../enterprise/dashboard/widgets/single_graph.php:31 -msgid "Show a graph of an agent module" -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" -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" -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" -msgstr "Период" - -#: ../../enterprise/dashboard/widgets/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Приветственное сообщение для Pandora FMS" - -#: ../../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" -msgstr "Добро пожаловать!" - -#: ../../enterprise/dashboard/widgets/example.php:37 -#: ../../general/login_help_dialog.php:39 -msgid "Welcome to Pandora FMS" -msgstr "Добро пожаловать в Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:40 -msgid "" -"This is an example of a dashboard widget. A widget may contain elements" -msgstr "" -"Это является примером панели виджета. Виджет может содержать элементы" - -#: ../../enterprise/dashboard/widgets/example.php:41 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." -msgstr "" -"Чтобы добавить больше элементов, нажмите на \"Add widgets\" на " -"верхней части этой страницы." - -#: ../../enterprise/dashboard/widgets/example.php:42 -#: ../../enterprise/dashboard/widgets/example.php:44 -msgid "" -"To delete this message, click on the delete button on top right corner of " -"this element." -msgstr "" -"Чтобы удалить это сообщение, нажмите на кнопку Удалить в правом верхнем углу " -"этого элемента." - -#: ../../enterprise/dashboard/widgets/example.php:43 -msgid "" -"To do so, just click on the title and drag and drop it to the desired place." -msgstr "" -"Для этого просто нажмите на название и перетащить его в нужное место." - -#: ../../enterprise/dashboard/widgets/example.php:45 -msgid "Thanks for using Pandora FMS" -msgstr "Спасибо за использование Pandora FMS" - -#: ../../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" -msgstr "Пользовательский график" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -msgid "Show a defined custom graph" -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" -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 -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 -msgid "Stacked area" -msgstr "Область накопления" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../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 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/reporting/graph_builder.main.php:147 -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 -msgid "Stacked line" -msgstr "График с накоплением" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../operation/reporting/graph_viewer.php:209 -#: ../../godmode/reporting/graph_builder.main.php:149 -msgid "Bullet chart" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../operation/reporting/graph_viewer.php:210 -#: ../../godmode/reporting/graph_builder.main.php:150 -msgid "Gauge" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../operation/reporting/graph_viewer.php:211 -msgid "Horizontal Bars" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -#: ../../operation/reporting/graph_viewer.php:212 -msgid "Vertical Bars" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -#: ../../operation/reporting/graph_viewer.php:213 -#: ../../godmode/reporting/graph_builder.main.php:153 -msgid "Pie" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -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 "1 час" - -#: ../../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 "2 часа" - -#: ../../enterprise/dashboard/widgets/top_n.php:66 -#: ../../include/functions_netflow.php:1051 -#: ../../include/functions_netflow.php:1084 -msgid "5 hours" -msgstr "5 часов" - -#: ../../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 "12 часов" - -#: ../../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 "1 день" - -#: ../../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 -msgid "" -"Please could you fill the widget data previous to filling the list items." -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" -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" -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" -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" -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" -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" -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" -msgstr "Выбрать Первого Агента" - -#: ../../enterprise/dashboard/widgets/top_n.php:275 -msgid "Selection module one by one" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:286 -msgid "Selection several modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:314 -msgid "Regex for to filter modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:323 -msgid "Filter modules" -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 -#: ../../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 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../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 -msgid "Modules" -msgstr "Модули" - -#: ../../enterprise/dashboard/widgets/top_n.php:349 -#: ../../godmode/modules/manage_network_templates_form.php:224 -msgid "Add modules" -msgstr "Добавить модули" - -#: ../../enterprise/dashboard/widgets/top_n.php:440 -msgid "Successful added modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:444 -msgid "Unsuccessful added modules" -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" -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" -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" -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" -msgstr "Средн." - -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:920 -msgid "Insuficient data" -msgstr "Недостаточные данные" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." -msgstr "Топ N события по модулю." - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "Оповещвния запущены" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -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 -#: ../../godmode/netflow/nf_item_list.php:57 -#: ../../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" -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" -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" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:79 -msgid "Search results for" -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" -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" -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/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 -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 -#: ../../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 -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -#: ../../godmode/agentes/modificar_agente.php:504 -#: ../../godmode/agentes/configurar_agente.php:287 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/massive/massive_copy_modules.php:153 -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 "Ошибка соединения с %s" - -#: ../../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 "Язык веб-интерфейса Pandora" - -#: ../../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 "Использовать HTTPS" - -#: ../../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 "Общественный URL" - -#: ../../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 "API пароль" - -#: ../../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 "Список IP адресов с доступом к API" - -#: ../../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 "Начать TLS" - -#: ../../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 "Сервер LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:562 -#: ../../include/functions_config.php:308 -#: ../../godmode/setup/setup_auth.php:146 -msgid "LDAP port" -msgstr "Порт LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:572 -#: ../../include/functions_config.php:310 -#: ../../godmode/setup/setup_auth.php:154 -msgid "LDAP version" -msgstr "Версия LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:592 -#: ../../include/functions_config.php:314 -#: ../../godmode/setup/setup_auth.php:169 -msgid "Base DN" -msgstr "База DN" - -#: ../../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 "Хост Pandora FMS" - -#: ../../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 "MySQL порт" - -#: ../../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 "Хост Babel предприятия" - -#: ../../enterprise/meta/include/functions_meta.php:721 -#: ../../enterprise/godmode/setup/setup_auth.php:242 -#: ../../include/functions_config.php:342 -msgid "Integria host" -msgstr "хост Integria" - -#: ../../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 "Разрешение графика (1-низкое, 5-высокое)" - -#: ../../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 +#: ../../views/dashboard/list.php:98 +msgid "Favorite" +msgstr "Избранное" + +#: ../../views/dashboard/list.php:99 +#: ../../include/class/AgentsAlerts.class.php:840 +#: ../../operation/agentes/networkmap.dinamic.php:115 +#: ../../operation/agentes/pandora_networkmap.view.php:843 +#: ../../operation/snmpconsole/snmp_statistics.php:54 +#: ../../operation/snmpconsole/snmp_browser.php:66 +#: ../../operation/snmpconsole/snmp_view.php:128 +#: ../../operation/events/events.php:779 +msgid "Full screen" +msgstr "Полноэкранный режим" + +#: ../../views/dashboard/list.php:102 +#: ../../enterprise/godmode/policies/policy_modules.php:1676 +#: ../../enterprise/godmode/policies/policies.php:609 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:213 +#: ../../godmode/alerts/alert_actions.php:324 +#: ../../godmode/reporting/map_builder.php:362 +#: ../../operation/agentes/pandora_networkmap.php:700 +#: ../../operation/agentes/pandora_networkmap.php:798 +msgid "Copy" +msgstr "Копировать" + +#: ../../views/dashboard/list.php:103 +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../enterprise/meta/advanced/metasetup.visual.php:431 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:537 +#: ../../enterprise/meta/advanced/metasetup.relations.php:589 +#: ../../enterprise/meta/advanced/metasetup.relations.php:590 +#: ../../enterprise/meta/advanced/metasetup.relations.php:634 +#: ../../enterprise/meta/advanced/links.php:152 +#: ../../enterprise/meta/advanced/policymanager.queue.php:220 +#: ../../enterprise/meta/advanced/policymanager.queue.php:262 +#: ../../enterprise/meta/advanced/policymanager.queue.php:315 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:280 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:446 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:638 +#: ../../enterprise/meta/include/functions_autoprovision.php:491 +#: ../../enterprise/meta/include/functions_autoprovision.php:492 +#: ../../enterprise/meta/include/functions_autoprovision.php:659 +#: ../../enterprise/meta/include/functions_autoprovision.php:660 +#: ../../enterprise/meta/include/functions_wizard_meta.php:396 +#: ../../enterprise/extensions/backup/main.php:238 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:433 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:448 +#: ../../enterprise/godmode/modules/local_components.php:628 +#: ../../enterprise/godmode/modules/local_components.php:644 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:674 +#: ../../enterprise/godmode/agentes/inventory_manager.php:246 +#: ../../enterprise/godmode/agentes/plugins_manager.php:190 +#: ../../enterprise/godmode/agentes/plugins_manager.php:272 +#: ../../enterprise/godmode/policies/policy_plugins.php:154 +#: ../../enterprise/godmode/policies/policy_alerts.php:476 +#: ../../enterprise/godmode/policies/policy_modules.php:1589 +#: ../../enterprise/godmode/policies/policy_modules.php:1621 +#: ../../enterprise/godmode/policies/policy_queue.php:443 +#: ../../enterprise/godmode/policies/policy_queue.php:503 +#: ../../enterprise/godmode/policies/policy_queue.php:536 +#: ../../enterprise/godmode/policies/policies.php:630 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:302 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:292 +#: ../../enterprise/godmode/policies/policy_agents.php:948 +#: ../../enterprise/godmode/policies/policy_agents.php:1315 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:369 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:231 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:133 +#: ../../enterprise/godmode/massive/massive_delete_services.php:92 +#: ../../enterprise/godmode/alerts/alert_events_list.php:658 +#: ../../enterprise/godmode/alerts/alert_events_list.php:733 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:486 +#: ../../enterprise/godmode/setup/setup_acl.php:462 +#: ../../enterprise/godmode/reporting/graph_template_list.php:212 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:586 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:617 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:182 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:192 +#: ../../enterprise/godmode/reporting/visual_console_template.php:261 +#: ../../enterprise/godmode/reporting/mysql_builder.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:74 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:389 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:252 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:287 +#: ../../enterprise/include/functions_tasklist.php:483 +#: ../../enterprise/include/functions_tasklist.php:516 +#: ../../enterprise/include/ajax/transactional.ajax.php:119 +#: ../../enterprise/include/ajax/transactional.ajax.php:208 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:92 +#: ../../enterprise/include/ajax/servers.ajax.php:103 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1537 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1576 +#: ../../enterprise/include/class/AgentRepository.class.php:758 +#: ../../enterprise/include/class/AgentRepository.class.php:793 +#: ../../enterprise/include/class/Omnishell.class.php:1163 +#: ../../enterprise/include/class/LogSource.class.php:744 +#: ../../enterprise/include/class/LogSource.class.php:867 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2470 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3124 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3438 +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:631 +#: ../../enterprise/include/lib/Metaconsole/Node.php:803 +#: ../../enterprise/include/lib/Metaconsole/Node.php:804 +#: ../../enterprise/operation/agentes/transactional_map.php:377 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:241 +#: ../../enterprise/operation/services/services.list.php:657 +#: ../../extensions/files_repo/files_repo_list.php:151 #: ../../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 +#: ../../godmode/modules/manage_nc_groups.php:267 +#: ../../godmode/modules/manage_nc_groups.php:283 +#: ../../godmode/modules/manage_network_components.php:828 +#: ../../godmode/modules/manage_network_components.php:829 +#: ../../godmode/modules/manage_network_components.php:853 +#: ../../godmode/modules/manage_network_templates.php:275 +#: ../../godmode/modules/manage_network_templates.php:288 +#: ../../godmode/groups/group_list.php:874 +#: ../../godmode/groups/group_list.php:875 +#: ../../godmode/groups/modu_group_list.php:236 +#: ../../godmode/extensions.php:257 ../../godmode/extensions.php:259 +#: ../../godmode/users/user_list.php:655 +#: ../../godmode/agentes/agent_template.php:257 +#: ../../godmode/agentes/planned_downtime.list.php:409 +#: ../../godmode/agentes/planned_downtime.list.php:498 +#: ../../godmode/agentes/planned_downtime.editor.php:952 +#: ../../godmode/agentes/planned_downtime.editor.php:955 +#: ../../godmode/agentes/planned_downtime.editor.php:1005 +#: ../../godmode/agentes/fields_manager.php:155 +#: ../../godmode/agentes/module_manager_editor_common.php:1261 +#: ../../godmode/agentes/module_manager.php:798 +#: ../../godmode/agentes/module_manager.php:1158 +#: ../../godmode/netflow/nf_item_list.php:272 +#: ../../godmode/netflow/nf_item_list.php:282 +#: ../../godmode/netflow/nf_edit.php:196 ../../godmode/netflow/nf_edit.php:208 +#: ../../godmode/snmpconsole/snmp_alert.php:1372 +#: ../../godmode/snmpconsole/snmp_alert.php:1393 +#: ../../godmode/snmpconsole/snmp_filters.php:280 +#: ../../godmode/snmpconsole/snmp_filters.php:291 +#: ../../godmode/alerts/alert_actions.php:325 +#: ../../godmode/alerts/alert_actions.php:443 +#: ../../godmode/alerts/alert_list.list.php:893 +#: ../../godmode/alerts/alert_templates.php:439 +#: ../../godmode/setup/news.php:251 ../../godmode/setup/gis.php:67 +#: ../../godmode/setup/links.php:143 ../../godmode/setup/snmp_wizard.php:110 +#: ../../godmode/setup/setup_visuals.php:1361 +#: ../../godmode/setup/setup_visuals.php:1400 +#: ../../godmode/setup/setup_visuals.php:1420 +#: ../../godmode/reporting/reporting_builder.list_items.php:629 +#: ../../godmode/reporting/reporting_builder.list_items.php:667 +#: ../../godmode/reporting/reporting_builder.list_items.php:690 +#: ../../godmode/reporting/reporting_builder.list_items.php:791 +#: ../../godmode/reporting/create_container.php:630 +#: ../../godmode/reporting/create_container.php:683 +#: ../../godmode/reporting/map_builder.php:363 +#: ../../godmode/reporting/map_builder.php:487 +#: ../../godmode/reporting/map_builder.php:498 +#: ../../godmode/reporting/graphs.php:324 +#: ../../godmode/reporting/graphs.php:325 +#: ../../godmode/reporting/graphs.php:351 +#: ../../godmode/reporting/graph_builder.graph_editor.php:216 +#: ../../godmode/reporting/graph_builder.graph_editor.php:256 +#: ../../godmode/reporting/visual_console_builder.elements.php:711 +#: ../../godmode/reporting/reporting_builder.php:1104 +#: ../../godmode/reporting/reporting_builder.php:1197 +#: ../../godmode/events/event_filter.php:192 +#: ../../godmode/events/event_filter.php:211 +#: ../../godmode/events/event_responses.list.php:71 +#: ../../godmode/servers/servers.build_table.php:245 +#: ../../include/functions_cron.php:760 ../../include/functions_cron.php:788 +#: ../../include/class/ConfigPEN.class.php:264 +#: ../../include/class/NetworkMap.class.php:2816 +#: ../../include/class/ManageNetScanScripts.class.php:405 +#: ../../include/class/CredentialStore.class.php:1082 +#: ../../include/class/CredentialStore.class.php:1270 +#: ../../include/class/ModuleTemplates.class.php:930 +#: ../../include/class/ModuleTemplates.class.php:1208 +#: ../../include/functions_container.php:191 +#: ../../include/functions_container.php:325 +#: ../../operation/visual_console/view.php:647 +#: ../../operation/agentes/pandora_networkmap.php:702 +#: ../../operation/agentes/pandora_networkmap.php:800 +#: ../../operation/messages/message_list.php:186 +#: ../../operation/messages/message_list.php:257 +#: ../../operation/messages/message_list.php:260 +#: ../../operation/messages/message_list.php:278 +#: ../../operation/snmpconsole/snmp_view.php:1040 +#: ../../operation/snmpconsole/snmp_view.php:1054 +#: ../../operation/snmpconsole/snmp_view.php:1226 +#: ../../operation/snmpconsole/snmp_view.php:1276 +#: ../../operation/gis_maps/gis_map.php:190 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:129 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:246 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:301 +#: ../../operation/incidents/list_integriaims_incidents.php:306 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 "Pandora FMS" - -#: ../../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 +#: ../../views/dashboard/list.php:136 #, php-format -msgid "Cannot connect to %s Pandora to generate networkmap." -msgstr "Не удается соединиться с %s Pandora для генерирования карты сети" +msgid "Private for (%s)" +msgstr "Исключительно для (%s)" -#: ../../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 "Н/Д" +#: ../../views/dashboard/list.php:185 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:533 +#: ../../enterprise/meta/advanced/metasetup.relations.php:584 +#: ../../enterprise/meta/advanced/links.php:166 +#: ../../enterprise/meta/advanced/policymanager.queue.php:333 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:1137 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 +#: ../../enterprise/extensions/backup/main.php:301 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:432 +#: ../../enterprise/godmode/modules/local_components.php:624 +#: ../../enterprise/godmode/agentes/inventory_manager.php:245 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:245 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:93 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:197 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/policies/policy_modules.php:1548 +#: ../../enterprise/godmode/policies/policy_modules.php:1564 +#: ../../enterprise/godmode/policies/policy_modules.php:1615 +#: ../../enterprise/godmode/policies/policy_queue.php:556 +#: ../../enterprise/godmode/policies/policy_queue.php:590 +#: ../../enterprise/godmode/policies/policy_queue.php:608 +#: ../../enterprise/godmode/policies/policies.php:599 +#: ../../enterprise/godmode/policies/policies.php:620 +#: ../../enterprise/godmode/policies/policies.php:655 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:281 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:286 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:291 +#: ../../enterprise/godmode/policies/policy_agents.php:451 +#: ../../enterprise/godmode/policies/policy_agents.php:699 +#: ../../enterprise/godmode/policies/policy_agents.php:941 +#: ../../enterprise/godmode/policies/policy_agents.php:1007 +#: ../../enterprise/godmode/policies/policy_agents.php:1116 +#: ../../enterprise/godmode/policies/policy_agents.php:1307 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:368 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:415 +#: ../../enterprise/godmode/alerts/alert_events_list.php:730 +#: ../../enterprise/godmode/alerts/alert_events_list.php:841 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:485 +#: ../../enterprise/godmode/setup/setup_skins.php:143 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:833 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:628 +#: ../../enterprise/godmode/reporting/graph_template_list.php:200 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:413 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:559 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:578 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:181 +#: ../../enterprise/godmode/reporting/mysql_builder.php:74 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:287 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:336 +#: ../../enterprise/include/functions_tasklist.php:478 +#: ../../enterprise/include/functions_tasklist.php:511 +#: ../../enterprise/include/ajax/transactional.ajax.php:118 +#: ../../enterprise/include/ajax/transactional.ajax.php:207 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1558 +#: ../../enterprise/include/class/AgentRepository.class.php:775 +#: ../../enterprise/include/class/Omnishell.class.php:504 +#: ../../enterprise/include/class/Omnishell.class.php:1155 +#: ../../enterprise/include/class/LogSource.class.php:865 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3116 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3423 +#: ../../enterprise/include/functions_services.php:1835 +#: ../../enterprise/include/lib/Metaconsole/Node.php:793 +#: ../../enterprise/operation/agentes/transactional_map.php:360 +#: ../../enterprise/operation/agentes/transactional_map.php:364 +#: ../../enterprise/operation/agentes/transactional_map.php:376 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:240 +#: ../../enterprise/operation/services/services.list.php:651 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:417 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:492 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:305 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:382 +#: ../../extensions/files_repo/files_repo_list.php:146 +#: ../../godmode/modules/manage_nc_groups.php:266 +#: ../../godmode/modules/manage_network_components.php:824 +#: ../../godmode/modules/manage_network_templates.php:260 +#: ../../godmode/modules/manage_network_templates.php:275 +#: ../../godmode/groups/group_list.php:863 +#: ../../godmode/groups/modu_group_list.php:249 +#: ../../godmode/groups/modu_group_list.php:252 +#: ../../godmode/users/profile_list.php:394 +#: ../../godmode/users/user_list.php:655 ../../godmode/users/user_list.php:657 +#: ../../godmode/users/configure_user.php:1594 +#: ../../godmode/users/configure_user.php:1887 +#: ../../godmode/agentes/agent_template.php:257 +#: ../../godmode/agentes/modificar_agente.php:895 +#: ../../godmode/agentes/planned_downtime.editor.php:999 +#: ../../godmode/agentes/fields_manager.php:155 +#: ../../godmode/agentes/agent_manager.php:234 +#: ../../godmode/agentes/module_manager_editor_common.php:209 +#: ../../godmode/agentes/module_manager.php:1091 +#: ../../godmode/agentes/module_manager.php:1105 +#: ../../godmode/agentes/module_manager.php:1130 +#: ../../godmode/agentes/module_manager.php:1153 +#: ../../godmode/agentes/module_manager.php:1178 +#: ../../godmode/netflow/nf_item_list.php:271 +#: ../../godmode/netflow/nf_edit.php:195 +#: ../../godmode/snmpconsole/snmp_alert.php:1372 +#: ../../godmode/snmpconsole/snmp_alert.php:1393 +#: ../../godmode/snmpconsole/snmp_alert.php:1647 +#: ../../godmode/snmpconsole/snmp_filters.php:280 +#: ../../godmode/snmpconsole/snmp_filters.php:291 +#: ../../godmode/massive/massive_operations.php:381 +#: ../../godmode/massive/massive_standby_alerts.php:230 +#: ../../godmode/massive/massive_edit_plugins.php:571 +#: ../../godmode/massive/massive_enable_disable_alerts.php:218 +#: ../../godmode/alerts/alert_actions.php:418 +#: ../../godmode/alerts/alert_list.list.php:1097 +#: ../../godmode/alerts/alert_commands.php:693 +#: ../../godmode/alerts/alert_commands.php:696 +#: ../../godmode/alerts/alert_templates.php:430 +#: ../../godmode/alerts/alert_special_days.php:533 +#: ../../godmode/setup/news.php:290 ../../godmode/setup/links.php:157 +#: ../../godmode/reporting/create_container.php:682 +#: ../../godmode/reporting/map_builder.php:487 +#: ../../godmode/reporting/map_builder.php:498 +#: ../../godmode/reporting/graphs.php:319 +#: ../../godmode/reporting/visual_console_builder.elements.php:447 +#: ../../godmode/reporting/reporting_builder.php:1096 +#: ../../godmode/events/event_filter.php:188 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:615 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:922 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:948 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:961 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:969 +#: ../../godmode/servers/plugin.php:1076 ../../godmode/tag/tag.php:327 +#: ../../godmode/category/category.php:147 +#: ../../godmode/category/category.php:160 +#: ../../include/functions_profile.php:278 +#: ../../include/class/ConfigPEN.class.php:666 +#: ../../include/class/TreeGroupEdition.class.php:166 +#: ../../include/class/CredentialStore.class.php:1268 +#: ../../include/class/ModuleTemplates.class.php:915 +#: ../../include/class/ModuleTemplates.class.php:930 +#: ../../include/class/WelcomeWindow.class.php:171 +#: ../../include/functions_filemanager.php:733 +#: ../../include/functions_container.php:190 +#: ../../include/functions_container.php:324 +#: ../../include/functions_events.php:3721 +#: ../../operation/users/user_edit.php:1133 +#: ../../operation/agentes/pandora_networkmap.editor.php:591 +#: ../../operation/agentes/pandora_networkmap.php:800 +#: ../../operation/messages/message_list.php:257 +#: ../../operation/messages/message_list.php:260 +#: ../../operation/snmpconsole/snmp_browser.php:629 +#: ../../operation/snmpconsole/snmp_view.php:1035 +#: ../../operation/snmpconsole/snmp_view.php:1049 +#: ../../operation/snmpconsole/snmp_view.php:1226 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:245 +#: ../../operation/incidents/list_integriaims_incidents.php:305 +#: ../../operation/events/events.build_table.php:976 +msgid "Are you sure?" +msgstr "Вы уверены?" -#: ../../enterprise/meta/include/functions_ui_meta.php:54 -#: ../../include/functions_ui.php:1295 -msgid "the Flexible Monitoring System" -msgstr "Гибкая система мониторинга" +#: ../../views/dashboard/list.php:217 +msgid "Create a new dashboard" +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 "Событие ID" +#: ../../views/dashboard/list.php:233 +msgid "New dashboard" +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 "Название события" +#: ../../views/dashboard/widget.php:35 ../../views/dashboard/listWidgets.php:85 +msgid "Add widget" +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 "Название агента" +#: ../../views/dashboard/widget.php:45 +msgid "Please select widget" +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 "Метка времени" +#: ../../views/dashboard/jsLayout.php:42 ../../extensions/agents_modules.php:63 +#: ../../operation/snmpconsole/snmp_view.php:1305 +#: ../../operation/events/events.php:2563 +msgid "Until next" +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 "Агент модуля" +#: ../../views/dashboard/formDashboard.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:442 +#: ../../godmode/reporting/reporting_builder.php:856 +msgid "Private" +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 "Предупреждение" +#: ../../views/dashboard/formDashboard.php:121 +#: ../../enterprise/godmode/massive/massive_edit_services.php:707 +#: ../../enterprise/godmode/services/services.service.php:717 +#: ../../enterprise/godmode/reporting/visual_console_template.php:260 +msgid "Favourite" +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 "Комментарий" +#: ../../views/dashboard/cell.php:42 +msgid "New widget" +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 "Источник" +#: ../../views/dashboard/cell.php:56 +msgid "Configure widget" +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 "Дополнительный id" +#: ../../views/dashboard/cell.php:68 +msgid "Delete widget" +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 "Владелец" +#: ../../views/dashboard/slides.php:41 +#: ../../operation/snmpconsole/snmp_view.php:753 +msgid "Exit fullscreen" +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 "ACK Отметка времени" +#: ../../views/dashboard/slides.php:181 +msgid "Change every" +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 "Инструкции" +#: ../../views/dashboard/slides.php:203 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:146 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:211 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:252 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:212 +#: ../../include/functions.php:3873 +msgid "Previous" +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 "Имя сервера" +#: ../../views/dashboard/slides.php:218 +#: ../../enterprise/operation/agentes/transactional_map.php:365 +msgid "Stop" +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 "Шаблоны" +#: ../../views/dashboard/slides.php:229 +msgid "Pause" +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 "Действия" +#: ../../views/dashboard/slides.php:240 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:149 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:214 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:262 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:215 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 +#: ../../enterprise/godmode/alerts/alert_events.php:675 +#: ../../enterprise/godmode/wizards/Cloud.class.php:571 +#: ../../enterprise/include/class/VMware.app.php:520 +#: ../../enterprise/include/class/Omnishell.class.php:643 +#: ../../enterprise/include/class/DB2.app.php:567 +#: ../../enterprise/include/class/SAP.app.php:442 +#: ../../enterprise/include/class/Aws.cloud.php:1416 +#: ../../enterprise/include/class/MySQL.app.php:589 +#: ../../enterprise/include/class/Oracle.app.php:568 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:562 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:815 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1094 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1866 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1962 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1193 +#: ../../godmode/alerts/configure_alert_template.php:1216 +#: ../../godmode/alerts/configure_alert_template.php:1223 +#: ../../godmode/wizards/HostDevices.class.php:769 +#: ../../include/class/CustomNetScan.class.php:550 +msgid "Next" +msgstr "Следующий" -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -#: ../../godmode/menu.php:154 -msgid "Commands" -msgstr "Команды" +#: ../../views/dashboard/slides.php:252 +msgid "Mode Cell" +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 "Группы компонентов" +#: ../../views/dashboard/slides.php:258 +msgid "Mode Layout" +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/views/cluster/list.php:31 +#: ../../enterprise/meta/general/main_header.php:91 +#: ../../enterprise/meta/general/logon_ok.php:75 +#: ../../enterprise/operation/services/services.treeview_services.php:100 +#: ../../enterprise/operation/services/services.treeview_services.php:106 +#: ../../enterprise/operation/services/services.list.php:99 +#: ../../enterprise/operation/services/services.list.php:102 +#: ../../enterprise/operation/services/services.table_services.php:77 +#: ../../enterprise/operation/services/services.table_services.php:83 +#: ../../enterprise/tools/ipam/ipam_editor.php:176 +#: ../../include/class/AgentsAlerts.class.php:739 +#: ../../operation/agentes/ver_agente.php:1804 ../../operation/menu.php:31 +#: ../../operation/menu.php:148 ../../general/first_task/cluster_builder.php:28 +msgid "Monitoring" +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/views/cluster/list.php:31 +#: ../../general/first_task/HA_cluster_builder.php:42 +#: ../../general/first_task/cluster_builder.php:28 +#: ../../general/first_task/cluster_builder.php:43 +msgid "Clusters" +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 "IP адрес" - -#: ../../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/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 -#: ../../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 -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" -msgstr "Общие" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" -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 "Адрес URL" - -#: ../../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 "Первая строка должна быть \"task_begin\"" - -#: ../../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 "Первая строка должна быть \"task_end\"" - -#: ../../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 "Есть строка с неизвестным признаком 'token_fail'." - -#: ../../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/views/cluster/list.php:59 +#: ../../enterprise/views/cluster/view.php:283 +#: ../../enterprise/meta/advanced/collections.php:411 +#: ../../enterprise/meta/include/functions_autoprovision.php:449 +#: ../../enterprise/meta/include/functions_wizard_meta.php:198 +#: ../../enterprise/meta/include/functions_wizard_meta.php:473 +#: ../../enterprise/meta/include/functions_wizard_meta.php:585 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1137 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1454 #: ../../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 "SNMP сообщество" - -#: ../../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 "URL прокси" - -#: ../../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 "Ошибка при добавлении модуля %s" - -#: ../../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 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1677 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1799 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:77 +#: ../../enterprise/meta/agentsearch.php:309 +#: ../../enterprise/extensions/backup/main.php:131 +#: ../../enterprise/extensions/backup/main.php:267 +#: ../../enterprise/godmode/modules/configure_local_component.php:458 +#: ../../enterprise/godmode/modules/configure_local_component.php:617 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:375 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:101 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:334 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:98 +#: ../../enterprise/godmode/agentes/collection_manager.php:117 +#: ../../enterprise/godmode/agentes/collection_manager.php:214 +#: ../../enterprise/godmode/agentes/inventory_manager.php:218 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:386 +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:134 +#: ../../enterprise/godmode/agentes/collections.php:324 +#: ../../enterprise/godmode/policies/configure_policy.php:105 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:261 +#: ../../enterprise/godmode/policies/policy_collections.php:155 +#: ../../enterprise/godmode/policies/policy_collections.php:250 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:342 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:290 +#: ../../enterprise/godmode/massive/massive_edit_services.php:546 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:601 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:165 +#: ../../enterprise/godmode/alerts/alert_events.php:606 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:222 +#: ../../enterprise/godmode/services/services.service.php:539 +#: ../../enterprise/godmode/services/services.elements.php:103 +#: ../../enterprise/godmode/setup/setup_skins.php:123 +#: ../../enterprise/godmode/setup/edit_skin.php:256 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:205 +#: ../../enterprise/godmode/reporting/graph_template_list.php:170 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:167 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:434 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:441 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1593 +#: ../../enterprise/mobile/include/enterprise.class.php:88 +#: ../../enterprise/include/functions_cron.php:270 +#: ../../enterprise/include/ajax/ipam.ajax.php:330 +#: ../../enterprise/include/functions_reporting_pdf.php:1612 +#: ../../enterprise/include/functions_reporting_csv.php:459 +#: ../../enterprise/include/functions_reporting_csv.php:462 +#: ../../enterprise/include/functions_reporting_csv.php:709 +#: ../../enterprise/include/functions_reporting_csv.php:711 +#: ../../enterprise/include/functions_reporting_csv.php:738 +#: ../../enterprise/include/functions_reporting_csv.php:740 +#: ../../enterprise/include/functions_reporting_csv.php:777 +#: ../../enterprise/include/functions_reporting_csv.php:779 +#: ../../enterprise/include/functions_reporting_csv.php:821 +#: ../../enterprise/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:853 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../enterprise/include/functions_reporting_csv.php:890 +#: ../../enterprise/include/functions_reporting_csv.php:892 +#: ../../enterprise/include/functions_reporting_csv.php:913 +#: ../../enterprise/include/functions_reporting_csv.php:915 +#: ../../enterprise/include/functions_reporting_csv.php:1004 +#: ../../enterprise/include/functions_reporting_csv.php:1006 +#: ../../enterprise/include/functions_reporting_csv.php:1051 +#: ../../enterprise/include/functions_reporting_csv.php:1053 +#: ../../enterprise/include/functions_reporting_csv.php:1077 +#: ../../enterprise/include/functions_reporting_csv.php:1079 +#: ../../enterprise/include/functions_reporting_csv.php:1082 +#: ../../enterprise/include/functions_reporting_csv.php:1108 +#: ../../enterprise/include/functions_reporting_csv.php:1110 +#: ../../enterprise/include/functions_reporting_csv.php:1113 +#: ../../enterprise/include/functions_reporting_csv.php:1163 +#: ../../enterprise/include/functions_reporting_csv.php:1165 +#: ../../enterprise/include/functions_reporting_csv.php:1168 +#: ../../enterprise/include/functions_reporting_csv.php:1218 +#: ../../enterprise/include/functions_reporting_csv.php:1220 +#: ../../enterprise/include/functions_reporting_csv.php:1267 +#: ../../enterprise/include/functions_reporting_csv.php:1269 +#: ../../enterprise/include/functions_reporting_csv.php:1272 +#: ../../enterprise/include/functions_reporting_csv.php:1322 +#: ../../enterprise/include/functions_reporting_csv.php:1324 +#: ../../enterprise/include/functions_reporting_csv.php:1327 +#: ../../enterprise/include/functions_reporting_csv.php:1351 +#: ../../enterprise/include/functions_reporting_csv.php:1353 +#: ../../enterprise/include/functions_reporting_csv.php:1388 +#: ../../enterprise/include/functions_reporting_csv.php:1390 +#: ../../enterprise/include/functions_reporting_csv.php:1512 +#: ../../enterprise/include/functions_reporting_csv.php:1628 +#: ../../enterprise/include/functions_reporting_csv.php:1774 +#: ../../enterprise/include/functions_reporting_csv.php:1776 +#: ../../enterprise/include/functions_reporting_csv.php:1828 +#: ../../enterprise/include/functions_reporting_csv.php:1896 +#: ../../enterprise/include/functions_reporting_csv.php:2035 +#: ../../enterprise/include/functions_reporting_csv.php:2077 +#: ../../enterprise/include/functions_reporting_csv.php:2081 +#: ../../enterprise/include/functions_reporting_csv.php:2134 +#: ../../enterprise/include/functions_reporting_csv.php:2136 +#: ../../enterprise/include/functions_reporting_csv.php:2165 +#: ../../enterprise/include/functions_reporting_csv.php:2167 +#: ../../enterprise/include/functions_reporting_csv.php:2201 +#: ../../enterprise/include/functions_reporting_csv.php:2203 +#: ../../enterprise/include/functions_reporting_csv.php:2254 +#: ../../enterprise/include/functions_reporting_csv.php:2256 +#: ../../enterprise/include/functions_reporting_csv.php:2276 +#: ../../enterprise/include/functions_reporting_csv.php:2278 +#: ../../enterprise/include/functions_reporting_csv.php:2317 +#: ../../enterprise/include/functions_reporting_csv.php:2319 +#: ../../enterprise/include/functions_reporting_csv.php:2371 +#: ../../enterprise/include/functions_reporting_csv.php:2373 +#: ../../enterprise/include/functions_reporting_csv.php:2400 +#: ../../enterprise/include/functions_reporting_csv.php:2402 +#: ../../enterprise/include/functions_reporting_csv.php:2468 +#: ../../enterprise/include/functions_reporting_csv.php:2470 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:779 +#: ../../enterprise/include/functions_services.php:1501 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:805 +#: ../../enterprise/include/functions_update_manager.php:209 +#: ../../enterprise/include/functions_ipam.php:1237 +#: ../../enterprise/include/functions_ipam.php:1818 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/operation/agentes/transactional_map.php:181 +#: ../../enterprise/operation/agentes/tag_view.php:585 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:77 +#: ../../enterprise/operation/agentes/ver_agente.php:57 +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:325 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:441 +#: ../../enterprise/operation/services/services.service.php:190 +#: ../../enterprise/operation/services/services.list.php:507 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:317 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:369 +#: ../../enterprise/tools/ipam/ipam_list.php:145 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:411 +#: ../../enterprise/tools/ipam/ipam_vlan_network.php:39 +#: ../../enterprise/tools/ipam/ipam_excel.php:114 +#: ../../enterprise/tools/ipam/ipam_excel.php:184 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:224 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:272 +#: ../../enterprise/tools/ipam/ipam_supernet_network.php:40 +#: ../../enterprise/tools/ipam/ipam_editor.php:151 +#: ../../extensions/files_repo/files_repo_form.php:83 +#: ../../extensions/files_repo/files_repo_list.php:56 +#: ../../godmode/modules/manage_network_templates_form.php:160 +#: ../../godmode/modules/manage_network_templates_form.php:222 +#: ../../godmode/modules/manage_network_components_form_common.php:318 +#: ../../godmode/modules/manage_network_components.php:726 +#: ../../godmode/modules/manage_network_components_form_wizard.php:434 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_templates.php:235 +#: ../../godmode/groups/configure_group.php:228 +#: ../../godmode/groups/group_list.php:802 +#: ../../godmode/users/user_list.php:418 +#: ../../godmode/agentes/agent_template.php:235 +#: ../../godmode/agentes/modificar_agente.php:618 #: ../../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 "Редактировать" +#: ../../godmode/agentes/planned_downtime.editor.php:560 +#: ../../godmode/agentes/agent_manager.php:420 +#: ../../godmode/agentes/module_manager_editor_common.php:1035 +#: ../../godmode/agentes/module_manager.php:792 +#: ../../godmode/netflow/nf_item_list.php:184 +#: ../../godmode/snmpconsole/snmp_alert.php:803 +#: ../../godmode/snmpconsole/snmp_alert.php:1333 +#: ../../godmode/snmpconsole/snmp_filters.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:268 +#: ../../godmode/massive/massive_edit_plugins.php:489 +#: ../../godmode/massive/massive_edit_agents.php:635 +#: ../../godmode/massive/massive_edit_modules.php:687 +#: ../../godmode/alerts/configure_alert_command.php:247 +#: ../../godmode/alerts/alert_commands.php:630 +#: ../../godmode/alerts/configure_alert_special_days.php:133 +#: ../../godmode/alerts/alert_templates.php:46 +#: ../../godmode/alerts/configure_alert_template.php:1141 +#: ../../godmode/setup/os.builder.php:34 ../../godmode/setup/os.list.php:33 +#: ../../godmode/setup/setup_integria.php:337 +#: ../../godmode/setup/setup_integria.php:460 +#: ../../godmode/setup/snmp_wizard.php:41 +#: ../../godmode/reporting/create_container.php:266 +#: ../../godmode/reporting/graphs.php:268 +#: ../../godmode/reporting/reporting_builder.item_editor.php:956 +#: ../../godmode/reporting/reporting_builder.main.php:215 +#: ../../godmode/reporting/reporting_builder.php:829 +#: ../../godmode/reporting/graph_builder.main.php:180 +#: ../../godmode/events/event_responses.editor.php:109 +#: ../../godmode/events/event_responses.list.php:51 +#: ../../godmode/servers/modificar_server.php:64 +#: ../../godmode/servers/plugin.php:360 ../../godmode/servers/plugin.php:487 +#: ../../godmode/tag/tag.php:188 ../../godmode/tag/tag.php:238 +#: ../../godmode/tag/edit_tag.php:200 ../../mobile/operation/tactical.php:350 +#: ../../include/functions_reporting_html.php:155 +#: ../../include/functions_reporting_html.php:2884 +#: ../../include/functions_reporting_html.php:2935 +#: ../../include/functions_reporting_html.php:4671 +#: ../../include/functions_reporting_html.php:5618 +#: ../../include/ajax/events_extended.php:91 ../../include/ajax/module.php:979 +#: ../../include/functions_treeview.php:127 +#: ../../include/functions_treeview.php:659 +#: ../../include/class/ConfigPEN.class.php:448 +#: ../../include/class/ConfigPEN.class.php:599 +#: ../../include/class/ManageNetScanScripts.class.php:404 +#: ../../include/class/ManageNetScanScripts.class.php:558 +#: ../../include/class/ManageNetScanScripts.class.php:607 +#: ../../include/class/ModuleTemplates.class.php:890 +#: ../../include/class/ModuleTemplates.class.php:1059 +#: ../../include/class/ModuleTemplates.class.php:1207 +#: ../../include/class/AgentWizard.class.php:1222 +#: ../../include/class/AgentWizard.class.php:3923 +#: ../../include/functions_container.php:147 +#: ../../include/functions_snmp_browser.php:570 +#: ../../include/functions_snmp_browser.php:1676 +#: ../../include/functions_events.php:3792 ../../operation/search_users.php:39 +#: ../../operation/search_agents.php:42 ../../operation/search_agents.php:48 +#: ../../operation/agentes/gis_view.php:219 +#: ../../operation/agentes/estado_agente.php:714 +#: ../../operation/agentes/pandora_networkmap.editor.php:312 +#: ../../operation/agentes/custom_fields.php:69 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/gis_maps/ajax.php:325 ../../operation/gis_maps/ajax.php:459 +#: ../../operation/incidents/configure_integriaims_incident.php:301 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:124 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:256 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:298 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:311 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:443 +#: ../../operation/search_reports.php:35 ../../operation/search_graphs.php:30 +#: ../../operation/reporting/custom_reporting.php:35 +#: ../../operation/reporting/graph_viewer.php:427 +#: ../../operation/search_policies.php:35 +msgid "Description" +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 "Агент не может быть создан %s" - -#: ../../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 "%s Модули созданы" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 -#, php-format -msgid "Could not update agent %s" -msgstr "Агент не может быть обновлен %s" - -#: ../../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 "%s Модули удалены" - -#: ../../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 "Ошибка при обновлении модуля %s" - -#: ../../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 +#: ../../enterprise/views/cluster/list.php:61 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.relations.php:335 +#: ../../enterprise/meta/advanced/metasetup.relations.php:413 +#: ../../enterprise/meta/advanced/metasetup.relations.php:548 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:68 +#: ../../enterprise/godmode/modules/configure_local_component.php:208 +#: ../../enterprise/godmode/policies/policy_modules.php:1471 +#: ../../enterprise/godmode/services/services.elements.php:113 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:104 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1553 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:201 +#: ../../enterprise/include/functions_reporting_csv.php:1503 +#: ../../enterprise/include/functions_reporting_csv.php:1619 +#: ../../enterprise/include/functions_reporting_csv.php:1819 +#: ../../enterprise/include/functions_reporting_csv.php:1887 +#: ../../enterprise/include/functions_services.php:1499 +#: ../../enterprise/operation/agentes/policy_view.php:383 +#: ../../enterprise/operation/agentes/tag_view.php:590 +#: ../../enterprise/operation/agentes/ver_agente.php:29 +#: ../../godmode/modules/manage_network_templates_form.php:220 +#: ../../godmode/modules/manage_network_components_form_common.php:60 +#: ../../godmode/modules/manage_network_components.php:725 +#: ../../godmode/agentes/agent_template.php:234 +#: ../../godmode/agentes/modificar_agente.php:616 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/agentes/planned_downtime.editor.php:570 +#: ../../godmode/agentes/module_manager_editor_common.php:263 +#: ../../godmode/agentes/module_manager_editor_common.php:376 +#: ../../godmode/agentes/module_manager_editor_common.php:1259 +#: ../../godmode/agentes/module_manager.php:780 +#: ../../godmode/alerts/alert_templates.php:37 +#: ../../godmode/alerts/alert_templates.php:296 +#: ../../godmode/alerts/alert_templates.php:380 +#: ../../godmode/setup/news.php:247 ../../godmode/setup/gis_step_2.php:232 +#: ../../godmode/setup/setup_integria.php:399 +#: ../../godmode/setup/setup_integria.php:522 +#: ../../godmode/reporting/reporting_builder.list_items.php:212 +#: ../../godmode/reporting/reporting_builder.list_items.php:249 +#: ../../godmode/reporting/reporting_builder.list_items.php:372 +#: ../../godmode/reporting/reporting_builder.item_editor.php:854 +#: ../../godmode/reporting/visual_console_builder.wizard.php:135 +#: ../../godmode/reporting/visual_console_builder.wizard.php:303 +#: ../../godmode/events/event_responses.editor.php:157 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/servers/modificar_server.php:70 +#: ../../godmode/servers/plugin.php:1008 +#: ../../mobile/operation/visualmaps.php:118 +#: ../../mobile/operation/visualmaps.php:119 +#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378 +#: ../../mobile/operation/events.php:524 ../../mobile/operation/events.php:680 +#: ../../mobile/operation/events.php:681 +#: ../../include/functions_visual_map_editor.php:702 +#: ../../include/functions_visual_map_editor.php:720 +#: ../../include/functions_visual_map_editor.php:848 +#: ../../include/functions_reporting_html.php:1028 +#: ../../include/functions_reporting_html.php:1036 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1256 +#: ../../include/functions_reporting_html.php:2040 +#: ../../include/functions_reporting_html.php:2931 +#: ../../include/functions_reporting_html.php:4670 +#: ../../include/ajax/module.php:977 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:461 +#: ../../include/class/ModuleTemplates.class.php:1206 +#: ../../include/class/AgentWizard.class.php:1221 +#: ../../include/class/AgentWizard.class.php:3916 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:327 +#: ../../include/lib/Dashboard/Widgets/clock.php:221 +#: ../../include/functions_snmp_browser.php:564 +#: ../../include/functions_events.php:2546 +#: ../../include/functions_events.php:4893 +#: ../../operation/agentes/estado_agente.php:729 +#: ../../operation/agentes/ver_agente.php:1081 +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/incidents/configure_integriaims_incident.php:215 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:377 +#: ../../operation/search_modules.php:33 +#: ../../operation/events/sound_events.php:124 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/views/cluster/list.php:62 +#: ../../include/functions_reporting_html.php:5105 +#: ../../operation/agentes/pandora_networkmap.php:695 +msgid "Nodes" +msgstr "Узлы" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 -#: ../../godmode/alerts/alert_templates.php:62 -msgid "Everyday" -msgstr "Каждый день" +#: ../../enterprise/views/cluster/list.php:63 +#: ../../enterprise/meta/advanced/servers.build_table.php:61 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:449 +#: ../../enterprise/meta/advanced/policymanager.queue.php:225 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:694 +#: ../../enterprise/meta/include/functions_events_meta.php:78 +#: ../../enterprise/meta/agentsearch.php:121 +#: ../../enterprise/meta/agentsearch.php:311 +#: ../../enterprise/extensions/backup/main.php:134 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/godmode/agentes/collection_manager.php:118 +#: ../../enterprise/godmode/agentes/collection_manager.php:215 +#: ../../enterprise/godmode/policies/policy_alerts.php:291 +#: ../../enterprise/godmode/policies/policy_modules.php:1472 +#: ../../enterprise/godmode/policies/policy_queue.php:448 +#: ../../enterprise/godmode/policies/policies.php:442 +#: ../../enterprise/godmode/policies/policy_collections.php:156 +#: ../../enterprise/godmode/policies/policy_collections.php:251 +#: ../../enterprise/godmode/policies/policy_agents.php:785 +#: ../../enterprise/godmode/policies/policy_agents.php:1165 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:108 +#: ../../enterprise/godmode/admin_access_logs.php:24 +#: ../../enterprise/godmode/alerts/alert_events_list.php:506 +#: ../../enterprise/godmode/servers/HA_cluster.php:145 +#: ../../enterprise/godmode/servers/list_satellite.php:37 +#: ../../enterprise/include/functions_reporting_csv.php:793 +#: ../../enterprise/include/functions_reporting_csv.php:1851 +#: ../../enterprise/include/functions_reporting.php:1815 +#: ../../enterprise/include/functions_reporting.php:2749 +#: ../../enterprise/include/functions_reporting.php:3746 +#: ../../enterprise/include/functions_reporting.php:5862 +#: ../../enterprise/include/functions_services.php:1510 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/operation/agentes/policy_view.php:153 +#: ../../enterprise/operation/agentes/policy_view.php:249 +#: ../../enterprise/operation/agentes/policy_view.php:384 +#: ../../enterprise/operation/agentes/tag_view.php:592 +#: ../../enterprise/operation/agentes/tag_view.php:669 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/services/services.service.php:198 +#: ../../enterprise/operation/services/services.list.php:253 +#: ../../enterprise/operation/services/services.list.php:514 +#: ../../enterprise/operation/services/services.table_services.php:205 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:412 +#: ../../godmode/agentes/status_monitor_custom_fields.php:97 +#: ../../godmode/agentes/status_monitor_custom_fields.php:148 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/module_manager.php:793 +#: ../../godmode/massive/massive_copy_modules.php:120 +#: ../../godmode/massive/massive_copy_modules.php:280 +#: ../../godmode/massive/massive_delete_modules.php:410 +#: ../../godmode/massive/massive_delete_agents.php:157 +#: ../../godmode/massive/massive_edit_agents.php:449 +#: ../../godmode/massive/massive_edit_agents.php:677 +#: ../../godmode/alerts/alert_list.list.php:126 +#: ../../godmode/alerts/alert_list.list.php:473 +#: ../../godmode/alerts/alert_view.php:91 +#: ../../godmode/setup/setup_integria.php:417 +#: ../../godmode/setup/setup_integria.php:540 +#: ../../godmode/events/custom_events.php:100 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:551 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../mobile/operation/agents.php:79 ../../mobile/operation/agents.php:126 +#: ../../mobile/operation/agents.php:224 ../../mobile/operation/agents.php:225 +#: ../../mobile/operation/agents.php:387 ../../mobile/operation/modules.php:145 +#: ../../mobile/operation/modules.php:146 +#: ../../mobile/operation/modules.php:256 +#: ../../mobile/operation/modules.php:257 +#: ../../mobile/operation/modules.php:590 +#: ../../mobile/operation/modules.php:596 +#: ../../mobile/operation/modules.php:602 +#: ../../mobile/operation/modules.php:608 +#: ../../mobile/operation/modules.php:619 +#: ../../mobile/operation/modules.php:627 +#: ../../mobile/operation/modules.php:635 +#: ../../mobile/operation/modules.php:707 +#: ../../mobile/operation/modules.php:719 +#: ../../mobile/operation/modules.php:837 ../../mobile/operation/alerts.php:87 +#: ../../mobile/operation/alerts.php:88 ../../mobile/operation/alerts.php:228 +#: ../../mobile/operation/alerts.php:229 ../../mobile/operation/alerts.php:331 +#: ../../mobile/operation/events.php:368 ../../mobile/operation/events.php:369 +#: ../../mobile/operation/events.php:536 ../../mobile/operation/events.php:671 +#: ../../mobile/operation/events.php:672 +#: ../../include/functions_reporting_html.php:527 +#: ../../include/functions_reporting_html.php:1025 +#: ../../include/functions_reporting_html.php:1034 +#: ../../include/functions_reporting_html.php:1246 +#: ../../include/functions_reporting_html.php:1254 +#: ../../include/functions_reporting_html.php:2034 +#: ../../include/functions_reporting_html.php:2380 +#: ../../include/functions_reporting_html.php:2885 +#: ../../include/functions_reporting_html.php:2938 +#: ../../include/functions_reporting_html.php:4483 +#: ../../include/ajax/alert_list.ajax.php:282 +#: ../../include/ajax/alert_list.ajax.php:307 ../../include/ajax/module.php:980 +#: ../../include/ajax/custom_fields.php:416 +#: ../../include/functions_snmp.php:369 +#: ../../include/class/NetworkMap.class.php:2933 +#: ../../include/class/AgentsAlerts.class.php:911 +#: ../../include/class/ExternalTools.class.php:766 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:318 +#: ../../include/functions_snmp_browser.php:594 +#: ../../include/functions_events.php:194 +#: ../../include/functions_events.php:248 +#: ../../include/functions_events.php:2564 +#: ../../include/functions_events.php:4936 +#: ../../include/functions_events.php:6479 ../../operation/search_agents.php:55 +#: ../../operation/agentes/alerts_status.php:541 +#: ../../operation/agentes/alerts_status.php:576 +#: ../../operation/agentes/alerts_status.php:611 +#: ../../operation/agentes/alerts_status.php:643 +#: ../../operation/agentes/estado_agente.php:251 +#: ../../operation/agentes/estado_agente.php:735 +#: ../../operation/agentes/status_monitor.php:1246 +#: ../../operation/agentes/alerts_status.functions.php:104 +#: ../../operation/messages/message_list.php:177 +#: ../../operation/snmpconsole/snmp_view.php:606 +#: ../../operation/snmpconsole/snmp_view.php:851 +#: ../../operation/snmpconsole/snmp_view.php:1233 +#: ../../operation/incidents/integriaims_export_csv.php:91 +#: ../../operation/incidents/configure_integriaims_incident.php:231 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:373 +#: ../../operation/incidents/list_integriaims_incidents.php:116 +#: ../../operation/search_modules.php:35 +#: ../../operation/events/events.build_table.php:351 +#: ../../operation/search_policies.php:37 +#: ../../operation/servers/recon_view.php:103 +msgid "Status" +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/views/cluster/list.php:87 +#: ../../enterprise/godmode/policies/policy_agents.php:486 +#: ../../enterprise/godmode/policies/policy_agents.php:518 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:330 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:353 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:98 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:116 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:666 +#: ../../enterprise/include/class/Omnishell.class.php:812 +#: ../../enterprise/include/class/Omnishell.class.php:891 +#: ../../godmode/reporting/graph_builder.graph_editor.php:334 +#: ../../include/ajax/events.php:610 ../../include/functions_html.php:1070 +#: ../../include/functions_html.php:1221 +#: ../../include/functions_snmp_browser.php:1472 +#: ../../operation/events/events_list.php:426 +msgid "Filter group" +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/views/cluster/list.php:95 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:736 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:190 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:250 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:727 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3034 +#: ../../enterprise/include/class/LogSource.class.php:628 +#: ../../enterprise/include/functions_events.php:117 +#: ../../enterprise/include/functions_ipam.php:1500 +#: ../../godmode/snmpconsole/snmp_alert.php:1174 +#: ../../godmode/events/event_edit_filter.php:355 +#: ../../mobile/operation/agents.php:234 ../../mobile/operation/modules.php:299 +#: ../../mobile/operation/alerts.php:222 ../../mobile/operation/events.php:700 +#: ../../include/ajax/module.php:292 +#: ../../include/class/ConfigPEN.class.php:627 +#: ../../include/class/CredentialStore.class.php:825 +#: ../../operation/snmpconsole/snmp_view.php:622 +#: ../../operation/events/events_list.php:755 +#: ../../operation/events/events.php:1048 +msgid "Free search" +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/views/cluster/list.php:121 +msgid "New cluster" +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/views/cluster/view.php:44 +#: ../../enterprise/views/cluster/view.php:63 +#: ../../enterprise/views/cluster/edit.php:41 +#: ../../enterprise/views/cluster/edit.php:68 +msgid "Cluster list" +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/views/cluster/view.php:50 +#: ../../enterprise/views/cluster/view.php:81 +msgid "Cluster details" +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/views/cluster/view.php:74 +msgid "Edit this cluster" +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 +#: ../../enterprise/views/cluster/view.php:162 +#: ../../enterprise/views/cluster/view.php:164 +#: ../../enterprise/meta/include/functions_wizard_meta.php:242 +#: ../../enterprise/meta/include/functions_wizard_meta.php:525 +#: ../../enterprise/meta/include/functions_wizard_meta.php:596 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1141 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1523 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1615 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1807 +#: ../../enterprise/meta/agentsearch.php:232 +#: ../../enterprise/meta/agentsearch.php:239 +#: ../../enterprise/godmode/modules/configure_local_component.php:440 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:118 +#: ../../enterprise/godmode/policies/policy_agents.php:1500 +#: ../../enterprise/godmode/policies/policy_agents.php:1517 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:623 +#: ../../enterprise/godmode/setup/edit_skin.php:273 +#: ../../enterprise/include/class/VMware.app.php:874 +#: ../../enterprise/include/class/DatabaseHA.class.php:210 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3282 +#: ../../enterprise/include/functions_policies.php:5010 +#: ../../godmode/groups/group_list.php:846 +#: ../../godmode/agentes/modificar_agente.php:727 +#: ../../godmode/agentes/module_manager_editor_common.php:233 +#: ../../godmode/agentes/module_manager_editor_common.php:851 +#: ../../godmode/agentes/module_manager_editor_common.php:1013 +#: ../../godmode/massive/massive_edit_agents.php:679 +#: ../../godmode/massive/massive_edit_agents.php:755 +#: ../../godmode/massive/massive_edit_modules.php:709 #: ../../godmode/alerts/alert_list.list.php:133 -msgid "Standby on" -msgstr "Режим ожидания включен" +#: ../../godmode/alerts/configure_alert_template.php:938 +#: ../../godmode/alerts/alert_view.php:519 ../../mobile/operation/agent.php:148 +#: ../../mobile/operation/alerts.php:50 +#: ../../include/functions_visual_map_editor.php:826 +#: ../../include/functions_reporting_html.php:2897 +#: ../../include/functions_treeview.php:72 +#: ../../include/functions_treeview.php:620 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:390 +#: ../../include/functions_reporting.php:5462 +#: ../../operation/search_agents.php:80 +#: ../../operation/agentes/estado_generalagente.php:108 +#: ../../operation/agentes/estado_generalagente.php:110 +#: ../../operation/agentes/alerts_status.functions.php:97 +msgid "Disabled" +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/views/cluster/view.php:168 +#: ../../enterprise/views/cluster/view.php:170 +#: ../../enterprise/godmode/massive/massive_edit_services.php:717 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:950 +#: ../../enterprise/godmode/services/services.service.php:727 +#: ../../godmode/agentes/modificar_agente.php:741 +#: ../../godmode/agentes/planned_downtime.list.php:437 +#: ../../godmode/agentes/planned_downtime.editor.php:576 +#: ../../godmode/agentes/agent_manager.php:735 +#: ../../godmode/agentes/module_manager_editor_common.php:1010 +#: ../../godmode/agentes/module_manager.php:915 +#: ../../godmode/massive/massive_edit_agents.php:728 +#: ../../godmode/massive/massive_edit_modules.php:1048 +#: ../../mobile/operation/agent.php:155 ../../include/ajax/module.php:1128 +#: ../../include/class/Tree.class.php:847 ../../operation/search_agents.php:87 +#: ../../operation/agentes/estado_agente.php:803 +#: ../../operation/agentes/estado_generalagente.php:119 +#: ../../operation/agentes/estado_generalagente.php:129 +msgid "Quiet" +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/views/cluster/view.php:178 +#: ../../enterprise/views/cluster/view.php:186 +#: ../../godmode/agentes/modificar_agente.php:749 +#: ../../operation/search_agents.php:98 +#: ../../operation/agentes/estado_agente.php:811 +#: ../../operation/agentes/estado_generalagente.php:140 +#: ../../operation/agentes/estado_generalagente.php:148 +msgid "Agent in planned downtime" +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 "Другие IP адреса" +#: ../../enterprise/views/cluster/view.php:223 +msgid "Force cluster status calculation" +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 +#: ../../enterprise/views/cluster/view.php:253 +#: ../../enterprise/meta/agentsearch.php:117 +#: ../../enterprise/godmode/modules/configure_local_component.php:173 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:376 +#: ../../enterprise/godmode/modules/local_components.php:506 +#: ../../enterprise/godmode/modules/local_components.php:531 +#: ../../enterprise/godmode/modules/local_components.php:566 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:103 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:216 +#: ../../enterprise/include/class/DeploymentCenter.class.php:756 +#: ../../enterprise/include/class/DeploymentCenter.class.php:817 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1289 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1397 +#: ../../enterprise/include/class/AgentRepository.class.php:336 +#: ../../enterprise/include/class/AgentRepository.class.php:613 +#: ../../enterprise/include/class/AgentRepository.class.php:656 +#: ../../enterprise/operation/agentes/tag_view.php:587 +#: ../../enterprise/tools/ipam/ipam_network.php:358 +#: ../../godmode/agentes/modificar_agente.php:615 +#: ../../godmode/agentes/planned_downtime.editor.php:904 +#: ../../godmode/agentes/agent_manager.php:378 +#: ../../godmode/massive/massive_edit_agents.php:594 +#: ../../mobile/operation/agents.php:76 ../../mobile/operation/agents.php:385 +#: ../../include/functions_reporting_html.php:2882 +#: ../../include/class/Diagnostics.class.php:742 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:332 +#: ../../include/functions_events.php:4390 ../../operation/search_agents.php:43 +#: ../../operation/search_agents.php:49 ../../operation/tree.php:60 +#: ../../operation/tree.php:128 ../../operation/agentes/estado_agente.php:720 +#: ../../operation/agentes/estado_generalagente.php:203 +#: ../../operation/gis_maps/ajax.php:297 +msgid "OS" +msgstr "ОС" + +#: ../../enterprise/views/cluster/view.php:272 +#: ../../operation/agentes/estado_generalagente.php:221 +msgid "IP address" +msgstr "IP адрес" + +#: ../../enterprise/views/cluster/view.php:275 +#: ../../enterprise/views/cluster/view.php:290 +#: ../../enterprise/meta/advanced/servers.build_table.php:100 +#: ../../enterprise/meta/advanced/servers.build_table.php:101 +#: ../../enterprise/meta/advanced/servers.build_table.php:107 +#: ../../enterprise/meta/advanced/metasetup.visual.php:831 +#: ../../enterprise/include/functions_visual_map.php:320 +#: ../../enterprise/include/functions_servicemap.php:465 +#: ../../enterprise/include/functions_aws.php:507 +#: ../../enterprise/include/functions_aws.php:508 +#: ../../enterprise/include/functions_reporting.php:5880 +#: ../../enterprise/include/functions_services.php:1098 +#: ../../enterprise/include/functions_services.php:1272 +#: ../../enterprise/include/functions_services.php:1890 +#: ../../enterprise/include/lib/Metaconsole/Node.php:391 +#: ../../enterprise/include/lib/Metaconsole/Node.php:741 +#: ../../enterprise/tools/ipam/ipam_network.php:395 +#: ../../enterprise/tools/ipam/ipam_network.php:475 +#: ../../enterprise/tools/ipam/ipam_ajax.php:221 +#: ../../enterprise/tools/ipam/ipam_ajax.php:242 +#: ../../godmode/modules/manage_network_components.php:742 +#: ../../godmode/modules/manage_network_components.php:743 +#: ../../godmode/extensions.php:186 ../../godmode/extensions.php:201 +#: ../../godmode/agentes/planned_downtime.list.php:510 +#: ../../godmode/alerts/alert_view.php:112 +#: ../../godmode/servers/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:134 +#: ../../godmode/servers/servers.build_table.php:140 +#: ../../mobile/operation/agent.php:173 ../../mobile/operation/agent.php:181 +#: ../../mobile/operation/events.php:161 ../../mobile/operation/events.php:167 +#: ../../mobile/operation/events.php:175 ../../mobile/operation/events.php:260 +#: ../../mobile/operation/events.php:290 ../../mobile/operation/events.php:298 +#: ../../include/functions_servers.php:1319 +#: ../../include/functions_reporting_html.php:631 +#: ../../include/functions_reporting_html.php:634 +#: ../../include/functions_reporting_html.php:4744 +#: ../../include/functions_reporting_html.php:4797 +#: ../../include/functions.php:1123 ../../include/functions.php:1129 +#: ../../include/functions.php:1133 ../../include/ajax/module.php:1168 +#: ../../include/functions_treeview.php:162 +#: ../../include/functions_treeview.php:327 +#: ../../include/functions_treeview.php:423 ../../include/functions_ui.php:2585 +#: ../../include/functions_ui.php:2593 ../../include/functions_db.php:208 +#: ../../include/functions_events.php:3747 +#: ../../include/functions_events.php:3897 +#: ../../include/functions_events.php:3918 +#: ../../include/functions_events.php:3923 +#: ../../include/functions_events.php:3936 +#: ../../include/functions_events.php:3937 +#: ../../include/functions_events.php:3949 +#: ../../include/functions_events.php:4000 +#: ../../include/functions_events.php:4027 +#: ../../include/functions_events.php:4083 +#: ../../include/functions_events.php:4100 +#: ../../include/functions_events.php:4107 +#: ../../include/functions_events.php:4210 +#: ../../include/functions_events.php:4347 +#: ../../include/functions_events.php:4386 +#: ../../include/functions_events.php:4400 +#: ../../include/functions_events.php:4405 +#: ../../include/functions_events.php:4435 +#: ../../include/functions_events.php:4528 +#: ../../include/functions_events.php:4602 +#: ../../include/functions_events.php:4612 +#: ../../include/functions_events.php:4810 +#: ../../include/functions_events.php:4878 +#: ../../include/functions_events.php:4965 +#: ../../include/functions_events.php:4994 +#: ../../include/functions_events.php:5009 +#: ../../include/functions_events.php:5019 +#: ../../include/functions_events.php:5029 +#: ../../include/functions_events.php:7258 +#: ../../include/functions_events.php:7277 +#: ../../include/functions_events.php:7282 +#: ../../include/functions_events.php:7289 +#: ../../include/functions_events.php:7302 +#: ../../include/functions_events.php:7315 +#: ../../include/functions_events.php:7327 +#: ../../include/functions_events.php:7380 +#: ../../include/functions_events.php:7407 +#: ../../include/functions_events.php:7432 +#: ../../operation/agentes/status_monitor.php:1591 +#: ../../operation/agentes/estado_generalagente.php:226 +#: ../../operation/agentes/estado_generalagente.php:239 +#: ../../operation/agentes/estado_generalagente.php:251 +#: ../../operation/agentes/estado_generalagente.php:399 +#: ../../operation/agentes/estado_generalagente.php:415 +#: ../../operation/agentes/estado_generalagente.php:426 +#: ../../operation/snmpconsole/snmp_view.php:976 +#: ../../operation/snmpconsole/snmp_view.php:996 +msgid "N/A" +msgstr "Недоступно" + +#: ../../enterprise/views/cluster/view.php:306 +#: ../../include/functions_treeview.php:738 +#: ../../operation/agentes/estado_generalagente.php:234 +#: ../../operation/gis_maps/ajax.php:341 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/views/cluster/view.php:311 +msgid "Cluster agent" +msgstr "Агент кластера" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -#: ../../operation/agentes/estado_generalagente.php:314 -msgid "There is no GIS data." -msgstr "Здесь нет ГИС данных." +#: ../../enterprise/views/cluster/view.php:366 +#: ../../operation/agentes/estado_generalagente.php:877 +msgid "Events (Last 24h)" +msgstr "События (последние 24ч)" -#: ../../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 "Url адрес" +#: ../../enterprise/views/cluster/view.php:438 +#: ../../operation/agentes/stat_win.php:391 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +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/views/cluster/edit.php:57 +msgid "cluster " +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/views/cluster/edit.php:88 +msgid "View this cluster" +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 -#: ../../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_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 -msgid "Module group" -msgstr "Группа модулей" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -#: ../../include/functions_graph.php:4837 -#: ../../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 -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" -msgstr "Тип модуля" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 -msgid "Go to module detail" -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" -msgstr "Редактировать модуль" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 -#: ../../godmode/agentes/module_manager_editor_common.php:142 -msgid "Delete module" -msgstr "Удалить модуль" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 -msgid "Create new alert" -msgstr "Создать новое оповещение" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 -msgid "There was a problem loading alert" -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" -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" -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" -msgstr "Последний запуск" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 -msgid "Stand By" -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" -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" -msgstr "Нет" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 -msgid "Go to Alert detail" -msgstr "Перейтик деталям Оповещения" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 -msgid "Delete alert" -msgstr "Удалить оповещение" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 -msgid "There was a problem loading tag" -msgstr "Найдена проблема при загрузке тега" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 -#: ../../godmode/tag/tag.php:199 -msgid "Tag name" -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" -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 +#: ../../enterprise/meta/screens/screens.visualmap.php:69 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:71 +#: ../../enterprise/meta/advanced/collections.editor.php:179 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:277 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:443 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:635 +#: ../../enterprise/meta/include/functions_autoprovision.php:480 +#: ../../enterprise/meta/include/functions_autoprovision.php:481 +#: ../../enterprise/meta/include/functions_autoprovision.php:646 +#: ../../enterprise/meta/include/functions_autoprovision.php:647 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2054 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2149 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2686 +#: ../../enterprise/godmode/agentes/collections.editor.php:222 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:186 +#: ../../enterprise/godmode/alerts/alert_events_list.php:722 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:481 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:552 +#: ../../enterprise/godmode/reporting/mysql_builder.php:113 +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +#: ../../enterprise/godmode/reporting/mysql_builder.php:134 +#: ../../enterprise/godmode/reporting/mysql_builder.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:382 +#: ../../enterprise/include/functions_tasklist.php:472 +#: ../../enterprise/include/functions_tasklist.php:503 +#: ../../enterprise/include/ajax/transactional.ajax.php:117 +#: ../../enterprise/include/ajax/transactional.ajax.php:205 +#: ../../enterprise/include/class/Omnishell.class.php:1137 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2455 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3108 +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:615 +#: ../../enterprise/include/lib/Metaconsole/Node.php:706 +#: ../../enterprise/include/lib/Metaconsole/Node.php:707 +#: ../../enterprise/operation/agentes/tag_view.php:726 +#: ../../enterprise/tools/ipam/ipam_ajax.php:374 +#: ../../extensions/files_repo/files_repo_list.php:138 +#: ../../godmode/groups/group_list.php:854 +#: ../../godmode/groups/group_list.php:855 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/users/user_list.php:653 +#: ../../godmode/agentes/modificar_agente.php:769 +#: ../../godmode/agentes/modificar_agente.php:775 +#: ../../godmode/agentes/planned_downtime.list.php:408 +#: ../../godmode/agentes/fields_manager.php:154 +#: ../../godmode/alerts/alert_special_days.php:527 +#: ../../godmode/setup/snmp_wizard.php:110 +#: ../../godmode/reporting/reporting_builder.list_items.php:624 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1876 +#: ../../godmode/reporting/reporting_builder.php:1085 +#: ../../godmode/events/event_responses.list.php:79 +#: ../../godmode/servers/servers.build_table.php:220 +#: ../../godmode/servers/plugin.php:163 ../../godmode/servers/plugin.php:1072 +#: ../../include/functions_cron.php:746 ../../include/functions_cron.php:774 +#: ../../include/ajax/module.php:1110 +#: ../../include/class/NetworkMap.class.php:3041 +#: ../../operation/agentes/estado_agente.php:849 +#: ../../operation/agentes/estado_agente.php:852 +#: ../../operation/agentes/pandora_networkmap.php:701 +#: ../../operation/agentes/status_monitor.php:1421 +#: ../../operation/gis_maps/gis_map.php:190 +#: ../../operation/incidents/list_integriaims_incidents.php:299 +#: ../../operation/search_reports.php:48 +#: ../../operation/servers/recon_view.php:115 +msgid "Edit" +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 +#: ../../enterprise/meta/screens/screens.visualmap.php:161 +#: ../../enterprise/meta/screens/screens.visualmap.php:192 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:90 +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:598 +#: ../../enterprise/operation/agentes/policy_view.php:53 +#: ../../godmode/agentes/configurar_agente.php:378 +#: ../../godmode/agentes/modificar_agente.php:67 +#: ../../godmode/agentes/modificar_agente.php:802 +#: ../../godmode/agentes/modificar_agente.php:807 ../../godmode/menu.php:545 +#: ../../godmode/setup/setup_visuals.php:160 +#: ../../godmode/setup/setup_visuals.php:224 +#: ../../godmode/setup/setup_visuals.php:278 +#: ../../godmode/setup/setup_visuals.php:283 +#: ../../godmode/setup/setup_visuals.php:322 +#: ../../godmode/setup/setup_visuals.php:359 +#: ../../godmode/setup/setup_visuals.php:381 +#: ../../godmode/setup/setup_visuals.php:406 +#: ../../godmode/setup/setup_visuals.php:425 +#: ../../godmode/setup/setup_visuals.php:444 +#: ../../godmode/setup/setup_visuals.php:463 +#: ../../godmode/setup/setup_visuals.php:605 +#: ../../godmode/reporting/visual_console_builder.php:798 +#: ../../godmode/module_library/module_library_view.php:56 +#: ../../godmode/module_library/module_library_view.php:65 +#: ../../operation/visual_console/pure_ajax.php:186 +#: ../../operation/visual_console/view.php:195 +#: ../../operation/visual_console/legacy_view.php:189 +#: ../../operation/agentes/estado_agente.php:830 +#: ../../operation/agentes/estado_agente.php:833 +#: ../../operation/agentes/status_monitor.php:60 +#: ../../operation/agentes/ver_agente.php:1805 msgid "View" -msgstr "Вид" +msgstr "Просмотр" -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -#: ../../operation/visual_console/render_view.php:125 -#: ../../godmode/reporting/visual_console_builder.php:662 +#: ../../enterprise/meta/screens/screens.visualmap.php:204 +#: ../../enterprise/godmode/alerts/alert_inventory.php:80 +#: ../../godmode/reporting/visual_console_builder.php:792 +#: ../../operation/visual_console/pure_ajax.php:176 +#: ../../operation/visual_console/legacy_view.php:179 msgid "Builder" -msgstr "Разработчик" +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 +#: ../../enterprise/meta/screens/screens.visualmap.php:217 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:44 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:83 +#: ../../enterprise/meta/general/main_header.php:134 +#: ../../enterprise/meta/general/logon_ok.php:48 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:95 +#: ../../enterprise/include/functions_reporting.php:56 +#: ../../enterprise/include/functions_reporting.php:7557 +#: ../../enterprise/include/functions_reporting.php:7583 +#: ../../godmode/reporting/visual_console_builder.php:787 +#: ../../godmode/reporting/visual_console_builder.wizard.php:538 +#: ../../operation/visual_console/pure_ajax.php:168 +#: ../../operation/visual_console/view.php:185 +#: ../../operation/visual_console/legacy_view.php:171 msgid "Wizard" -msgstr "Мастер" +msgstr "Помощник" -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -#: ../../operation/visual_console/render_view.php:112 -#: ../../godmode/reporting/visual_console_builder.php:649 +#: ../../enterprise/meta/screens/screens.visualmap.php:228 +#: ../../godmode/reporting/visual_console_builder.php:775 +#: ../../operation/visual_console/pure_ajax.php:148 +#: ../../operation/visual_console/view.php:165 +#: ../../operation/visual_console/legacy_view.php:151 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 +#: ../../enterprise/meta/screens/screens.visualmap.php:239 +#: ../../godmode/reporting/visual_console_builder.php:771 +#: ../../godmode/reporting/graph_builder.php:303 +#: ../../godmode/reporting/reporting_builder.main.php:73 +#: ../../godmode/reporting/reporting_builder.php:3190 +#: ../../operation/visual_console/pure_ajax.php:140 +#: ../../operation/visual_console/view.php:157 +#: ../../operation/visual_console/legacy_view.php:143 +#: ../../operation/reporting/reporting_viewer.php:99 +#: ../../operation/reporting/graph_viewer.php:172 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 +#: ../../enterprise/meta/screens/screens.visualmap.php:258 +#: ../../godmode/reporting/visual_console_builder.php:767 +#: ../../operation/visual_console/pure_ajax.php:130 +#: ../../operation/visual_console/view.php:147 +#: ../../operation/visual_console/legacy_view.php:133 +#: ../../operation/gis_maps/render_view.php:132 msgid "Show link to public Visual Console" -msgstr "Показать ссылку на общедоступные Визуальный Консоли" +msgstr "Показать ссылку на общедоступную Визуальную Консоль" -#: ../../enterprise/meta/screens/screens.visualmap.php:196 -#: ../../operation/visual_console/render_view.php:95 -#: ../../godmode/reporting/visual_console_builder.php:640 +#: ../../enterprise/meta/screens/screens.visualmap.php:283 +#: ../../godmode/reporting/visual_console_builder.php:763 +#: ../../operation/visual_console/pure_ajax.php:118 +#: ../../operation/visual_console/view.php:119 +#: ../../operation/visual_console/legacy_view.php:119 msgid "Visual consoles list" msgstr "Список визуальных консолей" -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -#: ../../godmode/reporting/visual_console_builder.php:671 +#: ../../enterprise/meta/screens/screens.visualmap.php:294 +#: ../../godmode/reporting/visual_console_builder.php:806 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 +#: ../../enterprise/meta/screens/screens.visualmap.php:302 +#: ../../enterprise/meta/screens/screens.visualmap.php:307 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:117 +#: ../../enterprise/godmode/reporting/visual_console_template.php:118 +#: ../../extensions/resource_exportation.php:430 +#: ../../godmode/users/configure_user.php:1078 +#: ../../godmode/reporting/map_builder.php:116 +#: ../../godmode/reporting/visual_console_favorite.php:108 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:311 +#: ../../operation/users/user_edit.php:357 ../../operation/menu.php:171 +#: ../../operation/menu.php:175 msgid "Visual console" msgstr "Визуальная консоль" -#: ../../enterprise/meta/screens/screens.php:35 -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/general/main_header.php:174 +#: ../../enterprise/meta/screens/screens.php:37 +#: ../../enterprise/meta/general/main_header.php:232 +#: ../../enterprise/meta/general/logon_ok.php:84 msgid "Screens" msgstr "Экраны" -#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 -#, php-format -msgid "Error creating/updating %s/%s tags" -msgstr "Ошибка при создании/ обновление %s/%s тегов" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 -#, php-format -msgid "Created/Updated %s/%s tags" -msgstr "Создано/Обновлено %s/%s тегов" - -#: ../../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 -msgid "Policy" -msgstr "Правило" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -msgid "Apply (database and files)" -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)" -msgstr "Применить (только базу данных)" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Complete" -msgstr "Завершить" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Incomplete" -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" -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" -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 "Для получения вашей Pandora FMS Enterprise License:" - -#: ../../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 "Нажмите на Generate." - -#: ../../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 "" -"Нажмите here, " -"enter the generated license key and click on Validate." - -#: ../../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 +#: ../../enterprise/meta/advanced/servers.build_table.php:34 #: ../../godmode/servers/servers.build_table.php:37 msgid "There are no servers configured into the database" -msgstr "Нет настроенных серверов" +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 +#: ../../enterprise/meta/advanced/servers.build_table.php:63 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:699 +#: ../../enterprise/godmode/servers/list_satellite.php:38 +#: ../../enterprise/include/class/AgentRepository.class.php:360 +#: ../../enterprise/include/class/AgentRepository.class.php:615 +#: ../../enterprise/tools/ipam/ipam_calculator.php:52 +#: ../../godmode/extensions.php:139 +#: ../../godmode/servers/servers.build_table.php:68 +#: ../../include/functions_snmp_browser.php:746 msgid "Version" msgstr "Версия" #: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:426 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:536 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:615 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:255 +#: ../../enterprise/meta/monitoring/group_view.php:155 +#: ../../enterprise/meta/monitoring/group_view.php:221 +#: ../../enterprise/meta/include/functions_wizard_meta.php:407 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1811 +#: ../../enterprise/meta/agentsearch.php:120 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 +#: ../../enterprise/godmode/policies/policy_modules.php:454 +#: ../../enterprise/godmode/policies/policies.php:548 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:110 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:159 +#: ../../enterprise/godmode/massive/massive_edit_services.php:863 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:438 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:222 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:230 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:197 +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_policies.php:3749 +#: ../../enterprise/operation/agentes/tag_view.php:591 +#: ../../enterprise/operation/services/services.service_map.php:182 +#: ../../extensions/agents_modules.php:689 +#: ../../godmode/agentes/configurar_agente.php:411 +#: ../../godmode/agentes/configurar_agente.php:715 +#: ../../godmode/agentes/modificar_agente.php:783 +#: ../../godmode/agentes/planned_downtime.editor.php:906 +#: ../../godmode/agentes/planned_downtime.editor.php:983 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_edit_plugins.php:378 +#: ../../godmode/massive/massive_edit_modules.php:413 +#: ../../godmode/reporting/reporting_builder.list_items.php:210 +#: ../../godmode/reporting/reporting_builder.list_items.php:239 +#: ../../godmode/reporting/graph_builder.graph_editor.php:353 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1630 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1722 +#: ../../godmode/reporting/visual_console_builder.wizard.php:452 +#: ../../godmode/servers/servers.build_table.php:69 +#: ../../mobile/operation/agents.php:78 ../../mobile/operation/agents.php:390 +#: ../../mobile/operation/modules.php:218 ../../mobile/operation/home.php:88 +#: ../../mobile/operation/agent.php:309 +#: ../../include/functions_reporting_html.php:1629 +#: ../../include/functions_reporting_html.php:4842 +#: ../../include/functions_reports.php:722 +#: ../../include/functions_reports.php:726 +#: ../../include/functions_reports.php:730 +#: ../../include/functions_reports.php:734 +#: ../../include/functions_reports.php:738 +#: ../../include/functions_reports.php:742 +#: ../../include/functions_reports.php:746 +#: ../../include/functions_reports.php:750 +#: ../../include/functions_reports.php:754 +#: ../../include/functions_reports.php:758 +#: ../../include/functions_html.php:1487 +#: ../../include/class/AgentsAlerts.class.php:246 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:385 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:391 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:397 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:331 +#: ../../operation/search_agents.php:54 ../../operation/tree.php:96 +#: ../../operation/search_results.php:157 +#: ../../operation/agentes/estado_agente.php:732 +#: ../../operation/agentes/graphs.php:188 +#: ../../operation/agentes/exportdata.php:281 +#: ../../operation/agentes/group_view.php:155 +#: ../../operation/agentes/group_view.php:188 +msgid "Modules" +msgstr "Модули" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 msgid "Lag" -msgstr "Отставание" +msgstr "Задержка" -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 msgid "Avg. Delay(sec)/Modules delayed" -msgstr "" +msgstr "Среднее отставание(сек)/Отстающие модули" -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 +#: ../../enterprise/meta/advanced/servers.build_table.php:66 +#: ../../godmode/servers/servers.build_table.php:71 msgid "T/Q" -msgstr "T/Q" +msgstr "П/Т" -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 +#: ../../enterprise/meta/advanced/servers.build_table.php:66 +#: ../../godmode/servers/servers.build_table.php:71 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 +#: ../../enterprise/meta/advanced/servers.build_table.php:68 +#: ../../enterprise/include/class/DatabaseHA.class.php:797 +#: ../../enterprise/tools/ipam/ipam_ajax.php:341 +#: ../../godmode/agentes/agent_incidents.php:93 +#: ../../godmode/servers/servers.build_table.php:73 +#: ../../operation/incidents/integriaims_export_csv.php:94 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 +#: ../../enterprise/meta/advanced/servers.build_table.php:72 +#: ../../enterprise/meta/include/functions_autoprovision.php:618 +#: ../../enterprise/godmode/modules/local_components.php:568 +#: ../../enterprise/godmode/policies/policy_alerts.php:291 +#: ../../enterprise/godmode/policies/policies.php:446 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:224 +#: ../../enterprise/godmode/alerts/alert_events_list.php:507 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:261 +#: ../../godmode/users/profile_list.php:315 +#: ../../godmode/users/user_list.php:419 +#: ../../godmode/alerts/alert_list.list.php:476 +#: ../../godmode/alerts/alert_templates.php:381 +#: ../../godmode/reporting/reporting_builder.list_items.php:427 +#: ../../godmode/reporting/graphs.php:280 +#: ../../godmode/reporting/reporting_builder.php:875 +#: ../../godmode/reporting/reporting_builder.php:1072 +#: ../../godmode/servers/servers.build_table.php:77 +#: ../../godmode/servers/plugin.php:1011 +#: ../../include/functions_container.php:157 +#: ../../operation/gis_maps/gis_map.php:109 msgid "Op." msgstr "Опц." -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:97 +#: ../../enterprise/meta/advanced/servers.build_table.php:91 +#: ../../godmode/servers/servers.build_table.php:120 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 +#: ../../enterprise/meta/advanced/servers.build_table.php:106 +#: ../../enterprise/meta/advanced/servers.build_table.php:112 +#: ../../godmode/servers/servers.build_table.php:139 +#: ../../godmode/servers/servers.build_table.php:145 msgid "of" msgstr "из" -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:168 +#: ../../enterprise/meta/advanced/servers.build_table.php:134 +#: ../../godmode/servers/servers.build_table.php:246 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 +#: ../../enterprise/meta/advanced/servers.build_table.php:160 +#: ../../godmode/servers/servers.build_table.php:273 msgid "Tactical server information" msgstr "Тактическая информация о сервере" -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" -msgstr "Манеджер политики" +#: ../../enterprise/meta/advanced/component_management.php:49 +#: ../../include/functions_menu.php:500 +msgid "Tags management" +msgstr "Управление тегами" -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" -msgstr "Применить Политику" +#: ../../enterprise/meta/advanced/component_management.php:53 +msgid "Module groups Management" +msgstr "Управление группами модулей" -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" -msgstr "Очередь Политики" +#: ../../enterprise/meta/advanced/component_management.php:57 +msgid "OS Management" +msgstr "Управление ОС" -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" -msgstr "Правила применения" +#: ../../enterprise/meta/advanced/metasetup.visual.php:48 +#: ../../enterprise/meta/advanced/metasetup.relations.php:96 +#: ../../enterprise/meta/advanced/metasetup.password.php:43 +#: ../../enterprise/meta/advanced/metasetup.log.php:38 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.auth.php:44 +#: ../../enterprise/meta/advanced/metasetup.performance.php:44 +#, php-format +msgid "Could not be update: Error in %s" +msgstr "Не может быть обновлено: Ошибка в %s" -#: ../../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 +#: ../../enterprise/meta/advanced/metasetup.visual.php:55 +#: ../../enterprise/meta/advanced/metasetup.relations.php:103 +#: ../../enterprise/meta/advanced/metasetup.password.php:50 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:217 +#: ../../enterprise/meta/advanced/metasetup.log.php:45 +#: ../../enterprise/meta/advanced/metasetup.setup.php:86 +#: ../../enterprise/meta/advanced/metasetup.auth.php:51 +#: ../../enterprise/meta/advanced/metasetup.performance.php:51 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:82 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.visual.php:95 +#: ../../godmode/menu.php:330 ../../godmode/setup/setup.php:134 +#: ../../godmode/setup/setup.php:263 +msgid "Visual styles" +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.visual.php:102 +#: ../../enterprise/meta/include/functions_meta.php:1391 +#: ../../godmode/setup/setup_visuals.php:1297 +#: ../../include/functions_config.php:883 +msgid "Date format string" +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.visual.php:106 +#: ../../godmode/setup/setup_visuals.php:1298 +msgid "Example" +msgstr "Пример" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:170 -#: ../../operation/events/events.php:777 -msgid "Successfully delete" -msgstr "Успешно удалено" +#: ../../enterprise/meta/advanced/metasetup.visual.php:133 +#: ../../godmode/setup/setup_visuals.php:1316 +msgid "Timestamp, time comparison, or compact mode" +msgstr "Временная метка, сравнение времени или компактный режим" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:171 -msgid "Could not be delete" -msgstr "Не может быть удалено" +#: ../../enterprise/meta/advanced/metasetup.visual.php:136 +#: ../../godmode/setup/setup_visuals.php:1318 +msgid "Comparation in rollover" +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.visual.php:145 +#: ../../godmode/setup/setup_visuals.php:1319 +msgid "Timestamp in rollover" +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.visual.php:154 +#: ../../godmode/setup/setup_visuals.php:1320 +msgid "Compact mode" +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.visual.php:163 +#: ../../godmode/setup/setup_visuals.php:725 +#: ../../include/functions_config.php:891 +msgid "Graph color #1" +msgstr "График цвет #1" -#: ../../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.visual.php:173 +#: ../../godmode/setup/setup_visuals.php:736 +#: ../../include/functions_config.php:895 +msgid "Graph color #2" +msgstr "График цвет #2" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:244 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -msgid "Pandora FMS Metaconsole item edition" -msgstr "Редактирование элементов Мета консоли Pandora FMS" +#: ../../enterprise/meta/advanced/metasetup.visual.php:183 +#: ../../godmode/setup/setup_visuals.php:747 +#: ../../include/functions_config.php:899 +msgid "Graph color #3" +msgstr "График цвет #3" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:253 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "Auth token" -msgstr "Аутентифакация признаков" +#: ../../enterprise/meta/advanced/metasetup.visual.php:194 +msgid "Data precision for reports and visual consoles" +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." +#: ../../enterprise/meta/advanced/metasetup.visual.php:197 +msgid "Precision must be a integer number between 0 and 5" +msgstr "При настройке нужно записать целое число между 0 и 5" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:213 +#: ../../enterprise/meta/include/functions_meta.php:1436 +#: ../../godmode/setup/setup_visuals.php:962 +#: ../../godmode/reporting/visual_console_builder.wizard.php:305 +#: ../../include/functions_visual_map_editor.php:686 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:452 +msgid "Percentile" +msgstr "Процентиль" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:216 +msgid "Show percentile 95 in graphs" +msgstr "Показать процентиль 95 на графиках" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:229 +#: ../../enterprise/meta/include/functions_meta.php:1513 +#: ../../godmode/setup/setup_visuals.php:835 +#: ../../include/functions_config.php:931 +msgid "Value to interface graphics" +msgstr "Значение для графического интерфейса" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:239 +#: ../../enterprise/meta/include/functions_meta.php:1525 +#: ../../godmode/users/configure_user.php:1151 +#: ../../godmode/setup/setup_visuals.php:63 +#: ../../godmode/events/event_edit_filter.php:387 +#: ../../include/functions_config.php:948 +#: ../../operation/users/user_edit.php:308 +#: ../../operation/snmpconsole/snmp_view.php:577 +#: ../../operation/events/events_list.php:840 +msgid "Block size for pagination" +msgstr "Размер блока для нумерации страниц" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:249 +#: ../../enterprise/meta/include/functions_meta.php:1449 +#: ../../godmode/setup/setup_visuals.php:896 +msgid "Number of elements in Custom Graph" +msgstr "Номер элементов в Пользовательском Графике" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:262 +#: ../../enterprise/meta/include/functions_meta.php:1534 +#: ../../godmode/setup/setup_visuals.php:910 +#: ../../include/functions_config.php:952 +msgid "Use round corners" +msgstr "Использовать округлые уголки" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:270 +#: ../../enterprise/meta/include/functions_meta.php:1544 +#: ../../godmode/setup/setup_visuals.php:919 +#: ../../include/functions_config.php:956 +msgid "Chart fit to content" +msgstr "Таблица адаптирована под содержимое" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:278 +#: ../../enterprise/meta/include/functions_meta.php:1554 +#: ../../include/functions_config.php:1160 +msgid "Disable help" +msgstr "Отключить помощь" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:286 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:737 +#: ../../enterprise/meta/advanced/metasetup.relations.php:245 +#: ../../enterprise/meta/advanced/metasetup.setup.php:395 +#: ../../enterprise/meta/advanced/metasetup.setup.php:401 +#: ../../enterprise/meta/advanced/metasetup.setup.php:411 +#: ../../enterprise/meta/advanced/metasetup.setup.php:417 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:176 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:248 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:345 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:402 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:583 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 +#: ../../enterprise/meta/event/custom_events.php:227 +#: ../../enterprise/meta/event/custom_events.php:273 +#: ../../enterprise/godmode/modules/configure_local_component.php:524 +#: ../../enterprise/godmode/modules/configure_local_component.php:679 +#: ../../enterprise/godmode/modules/configure_local_component.php:685 +#: ../../enterprise/godmode/modules/configure_local_component.php:693 +#: ../../enterprise/godmode/modules/configure_local_component.php:699 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:844 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:432 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:563 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:659 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:167 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:322 +#: ../../enterprise/godmode/policies/policy_agents.php:444 +#: ../../enterprise/godmode/policies/policy_agents.php:1460 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:107 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:193 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:93 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:391 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:468 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:544 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:545 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:546 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:547 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:596 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:198 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:237 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:258 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:103 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:183 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:106 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:127 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:139 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:436 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:784 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:899 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1013 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1048 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1095 +#: ../../enterprise/godmode/alerts/alert_events.php:567 +#: ../../enterprise/godmode/alerts/alert_events_list.php:688 +#: ../../enterprise/godmode/setup/setup.php:687 +#: ../../enterprise/godmode/setup/setup.php:704 +#: ../../enterprise/godmode/setup/setup.php:713 +#: ../../enterprise/godmode/setup/setup.php:730 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:257 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:770 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:791 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:806 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:816 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:826 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:830 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:857 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:184 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:568 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:587 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:601 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:611 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:621 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:625 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:651 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:60 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:518 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:535 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:551 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:567 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:591 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:607 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:649 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:682 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:691 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:710 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:159 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:364 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:383 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:394 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:409 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:441 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:81 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:387 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:410 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:907 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:923 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:944 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:953 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1310 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1338 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1357 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:1384 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:337 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:481 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:489 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:499 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:521 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:574 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:607 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:627 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:637 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:658 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:678 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:703 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:726 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:747 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1086 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1210 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1225 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1250 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1272 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2767 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2984 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:189 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:221 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:227 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:239 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:249 +#: ../../enterprise/godmode/servers/manage_export_form.php:85 +#: ../../enterprise/include/rest-api/models/VisualConsole/Items/Service.php:283 +#: ../../enterprise/include/class/Omnishell.class.php:858 +#: ../../enterprise/include/class/Omnishell.class.php:859 +#: ../../enterprise/include/class/SAP.app.php:612 +#: ../../enterprise/include/class/SAP.app.php:807 +#: ../../enterprise/include/class/SAP.app.php:808 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:892 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:900 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1048 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1172 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1182 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1903 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2540 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2585 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3543 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:142 +#: ../../enterprise/operation/agentes/ver_agente.php:35 +#: ../../enterprise/operation/log/log_viewer.php:715 +#: ../../enterprise/tools/ipam/ipam_network.php:554 +#: ../../godmode/modules/manage_nc_groups_form.php:77 +#: ../../godmode/modules/manage_network_components_form_plugin.php:41 +#: ../../godmode/modules/manage_network_components_form_common.php:326 +#: ../../godmode/modules/manage_network_components_form_network.php:248 +#: ../../godmode/modules/manage_network_components_form.php:635 +#: ../../godmode/modules/manage_network_components_form.php:641 +#: ../../godmode/modules/manage_network_components_form.php:650 +#: ../../godmode/modules/manage_network_components_form.php:656 +#: ../../godmode/groups/configure_group.php:174 +#: ../../godmode/groups/configure_group.php:196 +#: ../../godmode/users/configure_user.php:1041 +#: ../../godmode/users/configure_user.php:1055 +#: ../../godmode/users/configure_user.php:1229 +#: ../../godmode/users/configure_user.php:1241 +#: ../../godmode/agentes/status_monitor_custom_fields.php:218 +#: ../../godmode/agentes/status_monitor_custom_fields.php:266 +#: ../../godmode/agentes/module_manager_editor_plugin.php:55 +#: ../../godmode/agentes/module_manager_editor_network.php:458 +#: ../../godmode/agentes/agent_manager.php:414 +#: ../../godmode/agentes/agent_manager.php:770 +#: ../../godmode/agentes/agent_manager.php:940 +#: ../../godmode/agentes/agent_manager.php:1209 +#: ../../godmode/agentes/module_manager_editor_common.php:687 +#: ../../godmode/agentes/module_manager_editor_common.php:1103 +#: ../../godmode/agentes/module_manager_editor_common.php:1359 +#: ../../godmode/agentes/module_manager_editor_common.php:1373 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:1182 +#: ../../godmode/gis_maps/configure_gis_map.php:552 +#: ../../godmode/massive/massive_copy_modules.php:373 +#: ../../godmode/massive/massive_copy_modules.php:506 +#: ../../godmode/massive/massive_delete_modules.php:497 +#: ../../godmode/massive/massive_delete_modules.php:589 +#: ../../godmode/massive/massive_delete_modules.php:674 +#: ../../godmode/massive/massive_delete_modules.php:721 +#: ../../godmode/massive/massive_delete_modules.php:729 +#: ../../godmode/massive/massive_delete_modules.php:730 +#: ../../godmode/massive/massive_delete_modules.php:731 +#: ../../godmode/massive/massive_delete_modules.php:732 +#: ../../godmode/massive/massive_delete_modules.php:798 +#: ../../godmode/massive/massive_delete_modules.php:828 +#: ../../godmode/massive/massive_add_alerts.php:289 +#: ../../godmode/massive/massive_edit_plugins.php:331 +#: ../../godmode/massive/massive_edit_agents.php:615 +#: ../../godmode/massive/massive_delete_alerts.php:344 +#: ../../godmode/massive/massive_add_action_alerts.php:335 +#: ../../godmode/massive/massive_edit_modules.php:446 +#: ../../godmode/massive/massive_edit_modules.php:863 +#: ../../godmode/massive/massive_edit_modules.php:997 +#: ../../godmode/massive/massive_edit_modules.php:1113 +#: ../../godmode/massive/massive_edit_modules.php:1148 +#: ../../godmode/massive/massive_edit_modules.php:1203 +#: ../../godmode/massive/massive_edit_modules.php:1289 +#: ../../godmode/massive/massive_edit_modules.php:1360 +#: ../../godmode/massive/massive_edit_modules.php:1469 +#: ../../godmode/massive/massive_edit_modules.php:1470 +#: ../../godmode/massive/massive_edit_modules.php:1471 +#: ../../godmode/massive/massive_edit_modules.php:1472 +#: ../../godmode/massive/massive_edit_modules.php:1705 +#: ../../godmode/massive/massive_edit_modules.php:1765 +#: ../../godmode/alerts/alert_actions.php:285 +#: ../../godmode/alerts/alert_list.list.php:739 +#: ../../godmode/alerts/alert_commands.php:298 +#: ../../godmode/alerts/alert_commands.php:312 +#: ../../godmode/alerts/alert_commands.php:372 +#: ../../godmode/alerts/alert_commands.php:385 +#: ../../godmode/alerts/configure_alert_action.php:245 +#: ../../godmode/alerts/configure_alert_template.php:816 +#: ../../godmode/alerts/configure_alert_template.php:837 +#: ../../godmode/setup/os.builder.php:38 +#: ../../godmode/setup/setup_visuals.php:397 +#: ../../godmode/setup/setup_visuals.php:416 +#: ../../godmode/setup/setup_visuals.php:976 +#: ../../godmode/reporting/create_container.php:489 +#: ../../godmode/reporting/graph_builder.graph_editor.php:329 +#: ../../godmode/reporting/graph_builder.graph_editor.php:425 +#: ../../godmode/reporting/graph_builder.graph_editor.php:445 +#: ../../godmode/reporting/reporting_builder.item_editor.php:782 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1667 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1730 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1803 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1824 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1856 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2666 +#: ../../godmode/reporting/visual_console_builder.elements.php:432 +#: ../../godmode/reporting/visual_console_builder.elements.php:581 +#: ../../godmode/reporting/visual_console_builder.elements.php:591 +#: ../../godmode/reporting/visual_console_builder.wizard.php:286 +#: ../../godmode/reporting/visual_console_builder.wizard.php:458 +#: ../../godmode/reporting/visual_console_builder.wizard.php:471 +#: ../../godmode/reporting/visual_console_builder.wizard.php:505 +#: ../../godmode/reporting/visual_console_builder.wizard.php:518 +#: ../../godmode/reporting/visual_console_builder.wizard.php:557 +#: ../../godmode/reporting/visual_console_builder.wizard.php:752 +#: ../../godmode/reporting/visual_console_builder.wizard.php:762 +#: ../../godmode/reporting/visual_console_builder.wizard.php:794 +#: ../../godmode/events/event_edit_filter.php:671 +#: ../../godmode/events/custom_events.php:179 +#: ../../godmode/events/custom_events.php:227 +#: ../../godmode/wizards/HostDevices.class.php:1098 +#: ../../mobile/operation/events.php:638 +#: ../../include/functions_visual_map_editor.php:404 +#: ../../include/functions_visual_map_editor.php:406 +#: ../../include/functions_visual_map_editor.php:622 +#: ../../include/functions_visual_map_editor.php:957 +#: ../../include/functions_visual_map_editor.php:1010 +#: ../../include/functions_visual_map_editor.php:1072 +#: ../../include/functions.php:1072 ../../include/functions_networkmap.php:1514 +#: ../../include/ajax/planned_downtime.ajax.php:82 +#: ../../include/ajax/custom_fields.php:668 ../../include/ajax/events.php:431 +#: ../../include/functions_integriaims.php:146 +#: ../../include/functions_profile.php:297 +#: ../../include/functions_profile.php:315 +#: ../../include/functions_profile.php:330 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:363 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:398 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:624 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:636 +#: ../../include/rest-api/models/VisualConsole/Item.php:2035 +#: ../../include/rest-api/models/VisualConsole/Item.php:2146 +#: ../../include/rest-api/models/VisualConsole/Item.php:2259 +#: ../../include/rest-api/models/VisualConsole/Item.php:2381 +#: ../../include/functions_html.php:366 ../../include/functions_html.php:789 +#: ../../include/functions_html.php:1065 ../../include/functions_html.php:1115 +#: ../../include/functions_html.php:1162 ../../include/functions_html.php:1163 +#: ../../include/functions_html.php:1216 ../../include/functions_html.php:1263 +#: ../../include/functions_html.php:4254 +#: ../../include/class/NetworkMap.class.php:2807 +#: ../../include/class/NetworkMap.class.php:3051 +#: ../../include/class/NetworkMap.class.php:3060 +#: ../../include/class/NetworkMap.class.php:3120 +#: ../../include/class/NetworkMap.class.php:3130 +#: ../../include/class/NetworkMap.class.php:3215 +#: ../../include/class/NetworkMap.class.php:3221 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:336 +#: ../../include/lib/Dashboard/Widgets/events_list.php:301 +#: ../../include/lib/Dashboard/Widgets/events_list.php:459 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:326 +#: ../../include/lib/Dashboard/Widgets/service_map.php:266 +#: ../../include/lib/Dashboard/Widgets/service_map.php:294 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:571 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:355 +#: ../../include/lib/Dashboard/Widgets/single_graph.php:311 +#: ../../include/lib/Dashboard/Widgets/reports.php:490 +#: ../../include/lib/Dashboard/Widgets/top_n.php:241 +#: ../../include/functions_events.php:3562 +#: ../../include/functions_events.php:3578 +#: ../../operation/users/user_edit.php:405 +#: ../../operation/users/user_edit.php:448 +#: ../../operation/users/user_edit.php:505 +#: ../../operation/users/user_edit.php:519 +#: ../../operation/users/user_edit.php:863 +#: ../../operation/users/user_edit.php:870 +#: ../../operation/users/user_edit.php:879 +#: ../../operation/users/user_edit.php:886 +#: ../../operation/agentes/pandora_networkmap.editor.php:340 +#: ../../operation/agentes/ver_agente.php:1092 +#: ../../operation/agentes/ver_agente.php:1148 +#: ../../operation/agentes/ver_agente.php:1163 +#: ../../operation/snmpconsole/snmp_browser.php:375 +#: ../../operation/snmpconsole/snmp_browser.php:390 +#: ../../operation/snmpconsole/snmp_browser.php:400 +#: ../../operation/snmpconsole/snmp_browser.php:519 +#: ../../operation/snmpconsole/snmp_view.php:652 +#: ../../operation/snmpconsole/snmp_view.php:1118 +#: ../../operation/snmpconsole/snmp_view.php:1129 +#: ../../operation/gis_maps/render_view.php:150 +#: ../../operation/incidents/list_integriaims_incidents.php:278 +#: ../../operation/incidents/list_integriaims_incidents.php:282 +#: ../../operation/events/events_list.php:518 +#: ../../operation/events/events_list.php:1271 +#: ../../operation/events/events.php:1728 +msgid "None" +msgstr "Нет" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:287 +#: ../../enterprise/meta/advanced/metasetup.relations.php:419 +#: ../../enterprise/meta/advanced/collections.data.php:383 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:217 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/advanced/policymanager.queue.php:300 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:208 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:235 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:253 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:749 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:393 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 +#: ../../enterprise/meta/include/functions_users_meta.php:87 +#: ../../enterprise/meta/include/functions_users_meta.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:320 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:381 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:428 +#: ../../enterprise/meta/include/functions_html_meta.php:75 +#: ../../enterprise/extensions/backup/main.php:112 +#: ../../enterprise/godmode/modules/local_components.php:486 +#: ../../enterprise/godmode/modules/local_components.php:512 +#: ../../enterprise/godmode/modules/local_components.php:537 +#: ../../enterprise/godmode/agentes/collections.data.php:467 +#: ../../enterprise/godmode/policies/policy_queue.php:435 +#: ../../enterprise/godmode/policies/policy_queue.php:440 +#: ../../enterprise/godmode/policies/policy_queue.php:451 +#: ../../enterprise/godmode/policies/policy_queue.php:520 +#: ../../enterprise/godmode/policies/policy_agents.php:773 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:114 +#: ../../enterprise/godmode/setup/setup_acl.php:362 +#: ../../enterprise/godmode/setup/setup_acl.php:379 +#: ../../enterprise/godmode/setup/setup_acl.php:396 +#: ../../enterprise/godmode/setup/setup_acl.php:620 +#: ../../enterprise/godmode/setup/setup_acl.php:628 +#: ../../enterprise/godmode/setup/setup_acl.php:639 +#: ../../enterprise/godmode/setup/setup_acl.php:680 +#: ../../enterprise/godmode/setup/setup_acl.php:711 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:143 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:613 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:639 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:143 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1917 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2615 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2642 +#: ../../enterprise/include/functions_metaconsole.php:850 +#: ../../enterprise/include/functions_metaconsole.php:851 +#: ../../enterprise/include/functions_metaconsole.php:1199 +#: ../../enterprise/include/functions_ipam.php:1525 +#: ../../enterprise/include/functions_ipam.php:1570 +#: ../../enterprise/operation/agentes/tag_view.php:124 +#: ../../enterprise/operation/agentes/tag_view.php:150 +#: ../../enterprise/operation/agentes/tag_view.php:190 +#: ../../enterprise/operation/agentes/tag_view.php:218 +#: ../../enterprise/operation/agentes/tag_view.php:282 +#: ../../enterprise/operation/agentes/tag_view.php:285 +#: ../../enterprise/operation/agentes/tag_view.php:371 +#: ../../enterprise/operation/agentes/agent_inventory.php:74 +#: ../../enterprise/operation/log/log_viewer.php:600 +#: ../../enterprise/operation/log/log_viewer.php:618 +#: ../../enterprise/operation/log/log_viewer.php:668 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:33 +#: ../../enterprise/operation/inventory/inventory.php:58 +#: ../../enterprise/operation/inventory/inventory.php:59 +#: ../../enterprise/operation/inventory/inventory.php:130 +#: ../../enterprise/operation/inventory/inventory.php:131 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../extensions/agents_modules.php:390 +#: ../../extensions/files_repo/files_repo_form.php:46 +#: ../../godmode/modules/manage_network_templates_form.php:291 +#: ../../godmode/modules/manage_network_components.php:630 +#: ../../godmode/massive/massive_copy_modules.php:126 +#: ../../godmode/massive/massive_copy_modules.php:286 +#: ../../godmode/massive/massive_delete_modules.php:322 +#: ../../godmode/massive/massive_delete_modules.php:369 +#: ../../godmode/massive/massive_delete_modules.php:424 +#: ../../godmode/massive/massive_delete_modules.php:445 +#: ../../godmode/massive/massive_delete_agents.php:163 +#: ../../godmode/massive/massive_delete_agents.php:177 +#: ../../godmode/massive/massive_edit_agents.php:455 +#: ../../godmode/massive/massive_edit_agents.php:468 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:346 +#: ../../godmode/massive/massive_edit_modules.php:384 +#: ../../godmode/massive/massive_edit_modules.php:470 +#: ../../godmode/admin_access_logs.php:96 +#: ../../godmode/admin_access_logs.php:100 +#: ../../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:139 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/alerts/alert_list.php:417 +#: ../../godmode/alerts/alert_list.php:466 +#: ../../godmode/alerts/alert_list.php:480 +#: ../../godmode/setup/gis_step_2.php:214 +#: ../../godmode/setup/setup_visuals.php:977 +#: ../../godmode/reporting/reporting_builder.list_items.php:209 +#: ../../godmode/reporting/reporting_builder.list_items.php:211 +#: ../../godmode/reporting/reporting_builder.list_items.php:213 +#: ../../godmode/reporting/reporting_builder.list_items.php:235 +#: ../../godmode/reporting/reporting_builder.list_items.php:245 +#: ../../godmode/reporting/reporting_builder.list_items.php:255 +#: ../../godmode/reporting/create_container.php:546 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1374 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2458 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2485 +#: ../../godmode/reporting/visual_console_builder.wizard.php:360 +#: ../../godmode/reporting/visual_console_builder.wizard.php:374 +#: ../../godmode/events/event_edit_filter.php:317 +#: ../../godmode/events/event_edit_filter.php:332 +#: ../../godmode/events/event_edit_filter.php:595 +#: ../../mobile/operation/agents.php:38 ../../mobile/operation/modules.php:50 +#: ../../mobile/operation/modules.php:270 +#: ../../mobile/operation/modules.php:285 ../../mobile/operation/alerts.php:47 +#: ../../mobile/operation/alerts.php:54 ../../mobile/operation/events.php:682 +#: ../../mobile/operation/events.php:692 ../../mobile/operation/events.php:1158 +#: ../../mobile/operation/events.php:1187 ../../include/functions.php:1070 +#: ../../include/functions.php:1329 ../../include/ajax/events.php:369 +#: ../../include/functions_groupview.php:95 +#: ../../include/functions_modules.php:3269 +#: ../../include/functions_modules.php:3271 +#: ../../include/functions_users.php:425 ../../include/functions_users.php:673 +#: ../../include/functions_notifications.php:108 +#: ../../include/functions_html.php:1391 +#: ../../include/class/CredentialStore.class.php:524 +#: ../../include/functions_reporting.php:2469 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:399 +#: ../../include/lib/Dashboard/Widgets/events_list.php:401 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:380 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:413 +#: ../../include/functions_groups.php:648 +#: ../../include/functions_groups.php:1927 +#: ../../include/functions_events.php:6259 +#: ../../include/functions_events.php:6857 ../../operation/tree.php:175 +#: ../../operation/tree.php:219 ../../operation/agentes/estado_agente.php:252 +#: ../../operation/agentes/status_monitor.php:448 +#: ../../operation/agentes/status_monitor.php:476 +#: ../../operation/agentes/status_monitor.php:513 +#: ../../operation/agentes/status_monitor.php:592 +#: ../../operation/agentes/status_monitor.php:595 +#: ../../operation/agentes/status_monitor.php:687 +#: ../../operation/agentes/estado_monitores.php:520 +#: ../../operation/agentes/estado_monitores.php:565 +#: ../../operation/agentes/alerts_status.functions.php:94 +#: ../../operation/agentes/alerts_status.functions.php:100 +#: ../../operation/agentes/alerts_status.functions.php:114 +#: ../../operation/agentes/alerts_status.functions.php:131 +#: ../../operation/agentes/alerts_status.functions.php:134 +#: ../../operation/snmpconsole/snmp_view.php:571 +#: ../../operation/snmpconsole/snmp_view.php:600 +#: ../../operation/snmpconsole/snmp_view.php:608 +#: ../../operation/snmpconsole/snmp_view.php:904 +#: ../../operation/incidents/list_integriaims_incidents.php:122 +#: ../../operation/incidents/list_integriaims_incidents.php:133 +#: ../../operation/incidents/list_integriaims_incidents.php:150 +#: ../../operation/incidents/list_integriaims_incidents.php:161 +#: ../../operation/events/events_list.php:815 +#: ../../operation/events/events_list.php:827 +#: ../../operation/events/events_list.php:936 +#: ../../operation/events/events_list.php:948 +#: ../../operation/events/events.php:993 ../../operation/events/events.php:1062 +#: ../../operation/events/events.php:1154 +#: ../../operation/events/events.php:1206 +#: ../../operation/events/events.php:2134 +#: ../../operation/events/events.build_table.php:619 +#: ../../general/subselect_data_module.php:62 +msgid "All" +msgstr "Все" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:288 +#: ../../godmode/setup/setup_visuals.php:978 +msgid "On Boolean graphs" +msgstr "В Булевых графиках" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:291 +msgid "Graph TIP view" +msgstr "Просмотр графика TIP" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:292 +msgid "This option may cause performance issues" +msgstr "Эта опция может вызвать проблемы с работой" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:306 +#: ../../godmode/setup/setup_visuals.php:997 +msgid "Show only average by default" +msgstr "Показывать среднее по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:307 +#: ../../godmode/setup/setup_visuals.php:998 +msgid "Show MAX/AVG/MIN by default" +msgstr "Показывать МАКС/СРД/МИН по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:309 +#: ../../godmode/setup/setup_visuals.php:994 +msgid "Graph mode" +msgstr "Режим графика" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:329 +#: ../../godmode/setup/setup_visuals.php:1013 +msgid "Zoom graphs:" +msgstr "Увеличенные графики:" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:343 +#: ../../godmode/setup/setup_visuals.php:928 +msgid "Type of module charts" +msgstr "Тип таблицы модулей" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:345 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:213 +#: ../../godmode/setup/setup_visuals.php:929 +#: ../../godmode/setup/setup_visuals.php:946 +#: ../../godmode/reporting/create_container.php:358 +#: ../../godmode/reporting/graph_builder.main.php:214 +#: ../../include/functions_visual_map_editor.php:558 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:644 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:315 +#: ../../operation/agentes/graphs.php:236 +#: ../../operation/agentes/graphs.php:243 +#: ../../operation/agentes/graphs.php:409 +#: ../../operation/agentes/graphs.php:428 +#: ../../operation/reporting/graph_viewer.php:315 +msgid "Area" +msgstr "Область" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:354 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:215 +#: ../../godmode/setup/setup_visuals.php:936 +#: ../../godmode/setup/setup_visuals.php:953 +#: ../../godmode/reporting/create_container.php:359 +#: ../../godmode/reporting/visual_console_builder.elements.php:314 +#: ../../godmode/reporting/graph_builder.main.php:216 +#: ../../include/functions_visual_map_editor.php:72 +#: ../../include/functions_visual_map_editor.php:557 +#: ../../include/functions_visual_map_editor.php:1399 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:643 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:317 +#: ../../operation/visual_console/view.php:337 +#: ../../operation/agentes/graphs.php:238 +#: ../../operation/agentes/graphs.php:244 +#: ../../operation/agentes/graphs.php:417 +#: ../../operation/agentes/graphs.php:432 +#: ../../operation/reporting/graph_viewer.php:317 +msgid "Line" +msgstr "Строка" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:364 +#: ../../enterprise/meta/include/functions_meta.php:1617 +msgid "Metaconsole elements" +msgstr "Элементы Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:366 +msgid "The number of elements retrieved for each instance in some views." msgstr "" -"Маркер ранее настроенный на консоли Pandora предназначенной для " -"использования делегированной аутентификации." +"Количество элементов, извлекаемых для каждого экземпляра в некоторых видах." -#: ../../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 "Консоль URL" +#: ../../enterprise/meta/advanced/metasetup.visual.php:379 +#: ../../enterprise/meta/advanced/metasetup.visual.php:785 +#: ../../enterprise/meta/advanced/metasetup.visual.php:786 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:320 +#: ../../godmode/snmpconsole/snmp_alert.php:1094 +#: ../../godmode/setup/setup_visuals.php:1057 +#: ../../godmode/setup/setup_visuals.php:1058 +#: ../../godmode/setup/setup_visuals.php:1383 +#: ../../include/functions_visual_map_editor.php:1223 +#: ../../include/functions_visual_map_editor.php:1224 +#: ../../include/functions.php:499 ../../include/functions.php:629 +#: ../../include/functions_html.php:1880 +#: ../../include/class/AgentsAlerts.class.php:380 +msgid "seconds" +msgstr "секунд(ы)" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -msgid "" -"Complete path to Pandora console without last \"/\" character. Example " -msgstr "" -"Полный путь к консоли Pandora без последнего символа \"/\". Например " +#: ../../enterprise/meta/advanced/metasetup.visual.php:380 +#: ../../enterprise/meta/advanced/metasetup.visual.php:787 +#: ../../enterprise/meta/advanced/metasetup.visual.php:788 +#: ../../enterprise/meta/advanced/metasetup.visual.php:789 +#: ../../enterprise/meta/advanced/metasetup.visual.php:790 +#: ../../godmode/setup/setup_visuals.php:1059 +#: ../../godmode/setup/setup_visuals.php:1060 +#: ../../godmode/setup/setup_visuals.php:1061 +#: ../../godmode/setup/setup_visuals.php:1062 +#: ../../godmode/setup/setup_visuals.php:1384 +#: ../../include/functions_visual_map_editor.php:1225 +#: ../../include/functions_visual_map_editor.php:1226 +#: ../../include/functions_visual_map_editor.php:1227 +#: ../../include/functions_visual_map_editor.php:1228 +#: ../../include/functions.php:503 ../../include/functions.php:633 +#: ../../include/functions_html.php:1881 +msgid "minutes" +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.visual.php:381 +#: ../../godmode/setup/setup_visuals.php:1385 ../../include/functions.php:504 +#: ../../include/functions.php:634 ../../include/functions_snmp.php:402 +#: ../../include/functions_html.php:1882 +msgid "hours" +msgstr "часа/часов" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -msgid "DB Name" -msgstr "Название БД" +#: ../../enterprise/meta/advanced/metasetup.visual.php:382 +#: ../../godmode/db/db_main.php:86 ../../godmode/db/db_main.php:92 +#: ../../godmode/setup/setup_visuals.php:1386 ../../include/functions.php:500 +#: ../../include/functions.php:630 ../../include/functions_html.php:1883 +msgid "days" +msgstr "дня/дней" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -msgid "DB User" -msgstr "Пользователь БД" +#: ../../enterprise/meta/advanced/metasetup.visual.php:383 +#: ../../godmode/setup/setup_visuals.php:1387 ../../include/functions.php:501 +#: ../../include/functions.php:631 ../../include/functions_html.php:1885 +msgid "months" +msgstr "месяца/месяцев" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -msgid "DB Password" -msgstr "Пароль БД" +#: ../../enterprise/meta/advanced/metasetup.visual.php:384 +#: ../../godmode/setup/setup_visuals.php:1388 ../../include/functions.php:502 +#: ../../include/functions.php:632 ../../include/functions_html.php:1886 +msgid "years" +msgstr "год(а)/лет" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -msgid "Console User" -msgstr "Пользователь Консоли" +#: ../../enterprise/meta/advanced/metasetup.visual.php:387 +msgid "Add new custom value to intervals" +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/meta/advanced/metasetup.visual.php:408 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:656 +#: ../../enterprise/meta/advanced/links.php:175 +#: ../../enterprise/meta/include/functions_autoprovision.php:677 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1359 +#: ../../enterprise/godmode/agentes/collection_manager.php:119 +#: ../../enterprise/godmode/agentes/collection_manager.php:148 +#: ../../enterprise/godmode/agentes/inventory_manager.php:182 +#: ../../enterprise/godmode/agentes/plugins_manager.php:157 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:226 +#: ../../enterprise/godmode/policies/policy_plugins.php:129 +#: ../../enterprise/godmode/policies/policy_alerts.php:542 +#: ../../enterprise/godmode/policies/policy_alerts.php:606 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:333 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:401 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:221 +#: ../../enterprise/godmode/policies/policy_collections.php:252 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:150 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:120 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:138 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:398 +#: ../../enterprise/godmode/alerts/alert_events_list.php:701 #: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -msgid "DB" -msgstr "БД" +#: ../../enterprise/godmode/setup/setup_metaconsole.php:354 +#: ../../enterprise/godmode/setup/setup_acl.php:407 +#: ../../enterprise/godmode/setup/setup_acl.php:426 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:237 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:498 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:255 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:834 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:240 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:398 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:217 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:164 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:298 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:82 +#: ../../enterprise/godmode/servers/manage_export_form.php:138 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:89 +#: ../../enterprise/include/ajax/servers.ajax.php:144 +#: ../../enterprise/include/ajax/servers.ajax.php:177 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2314 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:280 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:467 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:356 +#: ../../extensions/files_repo/files_repo_form.php:105 +#: ../../godmode/modules/manage_network_templates_form.php:335 +#: ../../godmode/users/configure_profile.php:369 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../godmode/agentes/planned_downtime.editor.php:1025 +#: ../../godmode/snmpconsole/snmp_alert.php:1512 +#: ../../godmode/gis_maps/configure_gis_map.php:603 +#: ../../godmode/alerts/alert_list.list.php:792 +#: ../../godmode/setup/news.php:299 ../../godmode/setup/links.php:170 +#: ../../godmode/setup/setup_visuals.php:1338 +#: ../../godmode/setup/setup_visuals.php:1393 +#: ../../godmode/setup/setup_visuals.php:1413 +#: ../../godmode/reporting/graph_builder.graph_editor.php:394 +#: ../../godmode/reporting/visual_console_builder.wizard.php:551 +#: ../../godmode/events/event_edit_filter.php:503 +#: ../../godmode/events/event_edit_filter.php:556 +#: ../../godmode/servers/plugin.php:1111 +#: ../../include/functions_notifications.php:974 +#: ../../include/class/ManageNetScanScripts.class.php:471 +#: ../../include/functions_snmp_browser.php:1552 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:321 +#: ../../operation/events/events_list.php:601 +#: ../../operation/events/events_list.php:677 +#: ../../operation/events/events.php:578 ../../operation/events/events.php:654 +msgid "Add" +msgstr "Добавить" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:322 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -msgid "API" -msgstr "API" +#: ../../enterprise/meta/advanced/metasetup.visual.php:417 +#: ../../enterprise/meta/include/functions_meta.php:1773 +#: ../../godmode/setup/setup_visuals.php:1398 +#: ../../include/functions_config.php:1329 +msgid "Delete interval" +msgstr "Удалить интервал" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:323 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -msgid "Compatibility" -msgstr "Совместимость" +#: ../../enterprise/meta/advanced/metasetup.visual.php:451 +#: ../../enterprise/meta/include/functions_meta.php:1626 +#: ../../godmode/setup/setup_visuals.php:1288 +msgid "Show only the group name" +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.visual.php:453 +#: ../../include/functions_config.php:1188 +msgid "Show the group name instead the group icon." +msgstr "Показывать имя группы вместо иконы группы" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:325 -msgid "Agent cache" +#: ../../enterprise/meta/advanced/metasetup.visual.php:463 +#: ../../enterprise/meta/include/functions_meta.php:1825 +#: ../../godmode/setup/setup_visuals.php:85 +#: ../../include/functions_config.php:1208 +msgid "Display data of proc modules in other format" +msgstr "Показать данные proc модулей в другом формате" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:471 +#: ../../enterprise/meta/include/functions_meta.php:1830 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:1212 +msgid "Display text proc modules have state is ok" +msgstr "Показывать текст о положительном состоянии proc модулей" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:481 +#: ../../enterprise/meta/include/functions_meta.php:1835 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:1216 +msgid "Display text when proc modules have state critical" +msgstr "Показывать текст о критическом состоянии proc модулей" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:502 +#: ../../godmode/setup/setup_visuals.php:173 +#: ../../include/functions_config.php:1032 +msgid "Login background" +msgstr "Фон входа в систему" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:504 +msgid "You can place your custom images into the folder images/backgrounds/" 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.visual.php:518 +#: ../../enterprise/meta/advanced/metasetup.visual.php:552 +#: ../../enterprise/meta/advanced/metasetup.visual.php:911 +#: ../../enterprise/meta/advanced/metasetup.visual.php:1009 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:443 +#: ../../enterprise/godmode/policies/policy_alerts.php:343 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:131 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:145 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:89 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:128 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:134 +#: ../../enterprise/operation/agentes/policy_view.php:319 +#: ../../godmode/users/configure_user.php:878 +#: ../../godmode/users/configure_user.php:1077 +#: ../../godmode/agentes/module_manager_editor_common.php:589 +#: ../../godmode/massive/massive_edit_agents.php:719 +#: ../../godmode/alerts/alert_list.list.php:607 +#: ../../godmode/alerts/alert_special_days.php:325 +#: ../../godmode/alerts/alert_special_days.php:337 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/setup/gis_step_2.php:533 +#: ../../godmode/setup/gis_step_2.php:619 +#: ../../godmode/setup/setup_visuals.php:193 +#: ../../godmode/setup/setup_visuals.php:215 +#: ../../godmode/setup/setup_visuals.php:435 +#: ../../godmode/setup/setup_visuals.php:454 +#: ../../godmode/setup/setup_visuals.php:1159 +#: ../../godmode/setup/setup_visuals.php:1200 +#: ../../godmode/events/event_edit_filter.php:393 +#: ../../include/functions_ui.php:1216 +#: ../../include/class/AgentsAlerts.class.php:945 +#: ../../operation/users/user_edit.php:317 +#: ../../operation/users/user_edit.php:320 +#: ../../operation/users/user_edit.php:331 +#: ../../operation/users/user_edit.php:356 +#: ../../operation/snmpconsole/snmp_view.php:588 +#: ../../operation/gis_maps/gis_map.php:106 +#: ../../operation/events/events_list.php:851 +msgid "Default" +msgstr "По умолчанию" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:409 -msgid "There aren't server added to metaconsole" -msgstr "Здесь нет сервера, добавленного к мата консоли" +#: ../../enterprise/meta/advanced/metasetup.visual.php:542 +#: ../../enterprise/meta/include/functions_meta.php:1653 +#: ../../godmode/setup/setup_visuals.php:187 +#: ../../include/functions_config.php:976 +msgid "Custom favicon" +msgstr "Настроить favicon" -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " -msgstr "Ошибка создания %s компонентов группы " +#: ../../enterprise/meta/advanced/metasetup.visual.php:544 +msgid "" +"You can place your favicon into the folder images/custom_favicon/. This file " +"should be in .ico format with a size of 16x16." +msgstr "" +"Вы можете разместить вашу иконку в папку изображения/custom_favicon/. Это " +"файл должен быть в формате .ico размера 16x16." -#: ../../enterprise/meta/advanced/synchronizing.component.php:266 -#, php-format -msgid "Created %s component groups" -msgstr "Созданные %s компоненты группы" +#: ../../enterprise/meta/advanced/metasetup.visual.php:570 +msgid "Custom logo (header)" +msgstr "Значок пользователя (заголовок)" -#: ../../enterprise/meta/advanced/synchronizing.component.php:271 -#, php-format -msgid "Error creating/updating %s/%s local components " -msgstr "Ошибка при создании/обновление %s/%s местных компонентов " +#: ../../enterprise/meta/advanced/metasetup.visual.php:600 +#: ../../godmode/setup/setup_visuals.php:286 +msgid "Custom logo (header white background)" +msgstr "Значок пользователя (заголовок белый фон)" -#: ../../enterprise/meta/advanced/synchronizing.component.php:274 -#, php-format -msgid "Created/Updated %s/%s local components" -msgstr "Создано/Обновлено %s/%s местные компоненты" +#: ../../enterprise/meta/advanced/metasetup.visual.php:629 +#: ../../godmode/setup/setup_visuals.php:325 +msgid "Custom logo (login)" +msgstr "Значок пользователя (Вход)" +#: ../../enterprise/meta/advanced/metasetup.visual.php:658 +#: ../../godmode/setup/setup_visuals.php:364 +msgid "Custom Splash (login)" +msgstr "Пользовательская страница приветствия (Вход)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:686 +#: ../../enterprise/meta/include/functions_meta.php:1680 +#: ../../godmode/setup/setup_visuals.php:504 +#: ../../include/functions_config.php:1044 +msgid "Product name" +msgstr "Название продукта" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:697 +#: ../../enterprise/meta/include/functions_meta.php:1689 +#: ../../godmode/setup/setup_visuals.php:510 +#: ../../include/functions_config.php:1048 +msgid "Copyright notice" +msgstr "Предупреждение об Авторских правах" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:708 +#: ../../godmode/setup/setup_visuals.php:479 +msgid "Title 1 (login)" +msgstr "Название 1 (вход в систему)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:719 +#: ../../godmode/setup/setup_visuals.php:486 +msgid "Title 2 (login)" +msgstr "Название 2 (вход в систему)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:729 +#: ../../enterprise/meta/include/functions_meta.php:1716 +#: ../../godmode/setup/setup_visuals.php:492 +msgid "Docs URL (login)" +msgstr "Документы URL (Вход в систему)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:739 +#: ../../enterprise/meta/include/functions_meta.php:1725 +#: ../../godmode/setup/setup_visuals.php:498 +msgid "Support URL (login)" +msgstr "Поддержка URL (Вход в систему)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:749 +#: ../../godmode/setup/setup_visuals.php:619 +msgid "Graphs font family" +msgstr "Семейство графических шрифтов" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:762 +#: ../../enterprise/meta/include/functions_meta.php:1599 +#: ../../godmode/setup/setup_visuals.php:560 +msgid "Visual effects and animation" +msgstr "Визуальные эффекты и анимация" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:772 +#: ../../godmode/setup/setup_visuals.php:1047 +msgid "Legacy Visual Console View" +msgstr "Просмотр Визуальной консоли унаследованной" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:774 +msgid "To use the old view when using the Visual Console visor" +msgstr "" +"Использовать предыдущий вид при работе с средством просмотра Visual Console" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:791 +#: ../../godmode/setup/setup_visuals.php:1063 +#: ../../include/functions_visual_map_editor.php:1229 +msgid "hour" +msgstr "час" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:793 +#: ../../godmode/setup/setup_visuals.php:1065 +msgid "Default cache expiration" +msgstr "Время истечения кэша по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:798 +#: ../../godmode/setup/setup_visuals.php:1070 +#: ../../include/functions_visual_map_editor.php:1255 +msgid "No cache" +msgstr "Нет кэша" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:810 +#: ../../enterprise/meta/include/functions_meta.php:1850 +#: ../../godmode/setup/setup_visuals.php:1082 +#: ../../include/functions_config.php:1096 +msgid "Default interval for refresh on Visual Console" +msgstr "Интервал обновления Визуальной консоли по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:813 +msgid "This interval will affect to Visual Console pages" +msgstr "Этот интервал будет влиять на страницы Визуальной Консоли" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:839 +#: ../../godmode/setup/setup_visuals.php:1492 +msgid "Data multiplier to use in graphs/data" +msgstr "Множитель данных для использования в графиках/данных" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:843 +#: ../../godmode/setup/setup_visuals.php:1494 +msgid "Use 1024 when module unit are bytes" +msgstr "Используйте 1024, если единицей модуля являются байты" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:844 +#: ../../godmode/setup/setup_visuals.php:1495 +msgid "Use always 1000" +msgstr "Используйте всегда 1000" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:845 +#: ../../godmode/setup/setup_visuals.php:1496 +msgid "Use always 1024" +msgstr "Используйте всегда 1024" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:869 +msgid "Reports configuration" +msgstr "Конфигурация отчетов" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:875 +#: ../../godmode/setup/setup_visuals.php:1124 +msgid "Show report info with description" +msgstr "Показывать информацию об отчете в описании" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:876 +msgid "" +"Custom report description info. It will be applied to all reports and " +"templates by default." +msgstr "" +"Пользовательская информация в описании отчета. Это будет применено ко всем " +"отчетам и шаблонам по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:887 +#: ../../godmode/setup/setup_visuals.php:1133 +msgid "Custom report front page" +msgstr "Первая страница пользовательского отчета" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:888 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" +"Первая страница пользовательского отчета. Она будет применена ко всем " +"отчетам и шаблонам по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:899 +#: ../../enterprise/meta/include/functions_meta.php:1477 +#: ../../godmode/setup/setup_visuals.php:1143 +#: ../../include/functions_config.php:1365 +msgid "PDF font size (px)" +msgstr "Размер шрифта PDF (px)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:902 +#: ../../enterprise/meta/include/functions_meta.php:1468 +#: ../../godmode/setup/setup_visuals.php:1148 +#: ../../include/functions_config.php:1361 +msgid "HTML font size for SLA (em)" +msgstr "Размер шрифта HTML для SLA (em)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:905 +#: ../../godmode/setup/setup_visuals.php:1153 +msgid "PDF font family" +msgstr "Семейство шрифтов PDF" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:916 +#: ../../enterprise/meta/include/functions_meta.php:1581 +#: ../../godmode/setup/setup_visuals.php:1167 +msgid "Graph image height for HTML reports" +msgstr "Высота изображения графика для отчетов HTML" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:918 +msgid "" +"This is the height in pixels of the module graph or custom graph in the " +"reports (only: HTML)" +msgstr "" +"Это высота в пикселях графика модуля или пользовательского графика в отчетах " +"(только: HTML)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:935 +#: ../../enterprise/meta/include/functions_meta.php:1495 +#: ../../godmode/setup/setup_visuals.php:1441 +#: ../../include/functions_config.php:1393 +msgid "CSV divider" +msgstr "Делитель CSV" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:975 +#: ../../enterprise/meta/include/functions_meta.php:1504 +#: ../../godmode/setup/setup_visuals.php:1487 +#: ../../include/functions_config.php:1397 +msgid "CSV decimal separator" +msgstr "Десятичный сепаратор CSV" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:983 +#: ../../enterprise/meta/include/functions_meta.php:1486 +#: ../../godmode/setup/setup_visuals.php:1176 +msgid "Interval description" +msgstr "Описание Интервала" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:985 +msgid "" +"A long interval description is for example 10 hours, 20 minutes 33 " +"seconds”, a short one is 10h 20m 33s" +msgstr "" +"Долгий формат описания интервала - это, например, 10 часов, 20 минут, 33 " +"секунды, а короткий формат 10ч 20м 33с" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1000 +#: ../../enterprise/meta/advanced/metasetup.visual.php:1013 +#: ../../enterprise/meta/advanced/metasetup.visual.php:1024 +#: ../../enterprise/meta/advanced/metasetup.visual.php:1034 +#: ../../enterprise/meta/include/functions_meta.php:1789 +#: ../../enterprise/meta/include/functions_meta.php:1800 +#: ../../enterprise/meta/include/functions_meta.php:1805 +#: ../../enterprise/meta/include/functions_meta.php:1810 +#: ../../enterprise/meta/include/functions_meta.php:1815 +#: ../../enterprise/meta/include/functions_meta.php:1820 +#: ../../godmode/setup/setup_visuals.php:1190 +#: ../../godmode/setup/setup_visuals.php:1205 +#: ../../godmode/setup/setup_visuals.php:1213 +#: ../../godmode/setup/setup_visuals.php:1233 +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1369 +#: ../../include/functions_config.php:1373 +#: ../../include/functions_config.php:1377 +#: ../../include/functions_config.php:1381 +#: ../../include/functions_config.php:1385 +#: ../../include/functions_config.php:1389 +msgid "Custom report front" +msgstr "Пользовательская отчетная страница" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1000 +#: ../../enterprise/meta/include/functions_meta.php:1635 +#: ../../enterprise/meta/include/functions_meta.php:1805 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:136 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:130 +#: ../../godmode/setup/setup_visuals.php:1190 +#: ../../include/functions_config.php:980 +#: ../../include/functions_config.php:1377 +msgid "Custom logo" +msgstr "Значок пользователя" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1001 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:131 +msgid "" +"The path of custom logos is 'images/custom_logo' in the console " +"installation. You can upload more files (ONLY JPEG AND PNG) with the upload " +"tool." +msgstr "" +"Путь к пользовательским значкам - 'images/custom_logo' при установке " +"консоли. Вы можете загрузить больше файлов (ТОЛЬКО JPEG И PNG) с помощью " +"инструмента загрузки." + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1024 +#: ../../enterprise/meta/include/functions_meta.php:1810 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:142 +#: ../../godmode/setup/setup_visuals.php:1213 +#: ../../include/functions_config.php:1381 +msgid "Header" +msgstr "Заголовок" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1034 +#: ../../enterprise/meta/include/functions_meta.php:1815 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:152 +#: ../../godmode/setup/setup_visuals.php:1233 +#: ../../include/functions_config.php:1385 +msgid "First page" +msgstr "Первая страница" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1097 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:228 +#: ../../enterprise/meta/advanced/metasetup.relations.php:278 +#: ../../enterprise/meta/advanced/metasetup.password.php:154 +#: ../../enterprise/meta/advanced/metasetup.mail.php:133 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:649 +#: ../../enterprise/meta/advanced/links.php:135 +#: ../../enterprise/meta/advanced/collections.data.php:150 +#: ../../enterprise/meta/advanced/collections.data.php:219 +#: ../../enterprise/meta/advanced/collections.data.php:260 +#: ../../enterprise/meta/advanced/collections.data.php:331 +#: ../../enterprise/meta/advanced/collections.data.php:332 +#: ../../enterprise/meta/advanced/collections.editor.php:125 +#: ../../enterprise/meta/advanced/collections.editor.php:200 +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:160 +#: ../../enterprise/meta/advanced/cron_main.php:450 +#: ../../enterprise/meta/advanced/metasetup.setup.php:376 +#: ../../enterprise/meta/advanced/metasetup.performance.php:133 +#: ../../enterprise/meta/event/custom_events.php:213 +#: ../../enterprise/meta/include/functions_autoprovision.php:564 +#: ../../enterprise/meta/include/functions_autoprovision.php:765 +#: ../../enterprise/extensions/translate_string.php:364 +#: ../../enterprise/extensions/vmware/vmware_view.php:1254 +#: ../../enterprise/extensions/vmware/vmware_view.php:1744 +#: ../../enterprise/godmode/modules/configure_local_component.php:658 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:415 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:143 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:342 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:660 +#: ../../enterprise/godmode/agentes/collection_manager.php:159 +#: ../../enterprise/godmode/agentes/collection_manager.php:160 +#: ../../enterprise/godmode/agentes/collection_manager.php:271 +#: ../../enterprise/godmode/agentes/collection_manager.php:272 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/godmode/agentes/inventory_manager.php:250 +#: ../../enterprise/godmode/agentes/collections.data.php:109 +#: ../../enterprise/godmode/agentes/collections.data.php:257 +#: ../../enterprise/godmode/agentes/collections.data.php:329 +#: ../../enterprise/godmode/agentes/collections.data.php:416 +#: ../../enterprise/godmode/agentes/collections.data.php:417 +#: ../../enterprise/godmode/agentes/collections.editor.php:171 +#: ../../enterprise/godmode/agentes/collections.editor.php:242 +#: ../../enterprise/godmode/agentes/plugins_manager.php:188 +#: ../../enterprise/godmode/agentes/plugins_manager.php:245 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:253 +#: ../../enterprise/godmode/policies/configure_policy.php:122 +#: ../../enterprise/godmode/policies/policy_modules.php:424 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:296 +#: ../../enterprise/godmode/policies/policy_collections.php:206 +#: ../../enterprise/godmode/policies/policy_collections.php:279 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:84 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:364 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:336 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:176 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1091 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:273 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:337 +#: ../../enterprise/godmode/services/services.service.php:908 +#: ../../enterprise/godmode/setup/setup_history.php:521 +#: ../../enterprise/godmode/setup/setup.php:450 +#: ../../enterprise/godmode/setup/setup.php:639 +#: ../../enterprise/godmode/setup/setup_module_library.php:59 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:242 +#: ../../enterprise/godmode/setup/setup_log_collector.php:71 +#: ../../enterprise/godmode/setup/edit_skin.php:287 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:129 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:149 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:196 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:176 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:586 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:251 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:344 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:846 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:90 +#: ../../enterprise/godmode/servers/manage_export_form.php:136 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:95 +#: ../../enterprise/include/ajax/servers.ajax.php:102 +#: ../../enterprise/include/ajax/servers.ajax.php:303 +#: ../../enterprise/include/functions_HA_cluster.php:495 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1672 +#: ../../enterprise/include/class/DatabaseHA.class.php:884 +#: ../../enterprise/include/class/AgentRepository.class.php:885 +#: ../../enterprise/include/class/Omnishell.class.php:646 +#: ../../enterprise/include/class/LogSource.class.php:822 +#: ../../enterprise/include/class/SAPView.class.php:309 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2314 +#: ../../enterprise/include/functions_update_manager.php:252 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:87 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/operation/agentes/collection_view.php:100 +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:236 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:482 +#: ../../enterprise/tools/ipam/ipam_network.php:655 +#: ../../enterprise/tools/ipam/ipam_massive.php:112 +#: ../../enterprise/tools/ipam/ipam_editor.php:274 +#: ../../extensions/files_repo/files_repo_form.php:99 +#: ../../godmode/modules/manage_nc_groups_form.php:90 +#: ../../godmode/modules/manage_network_templates_form.php:166 +#: ../../godmode/modules/manage_network_components_form.php:365 +#: ../../godmode/groups/configure_group.php:270 +#: ../../godmode/groups/configure_modu_group.php:80 +#: ../../godmode/update_manager/update_manager.setup.php:271 +#: ../../godmode/users/configure_profile.php:374 +#: ../../godmode/users/configure_user.php:1442 +#: ../../godmode/agentes/agent_template.php:258 +#: ../../godmode/agentes/status_monitor_custom_fields.php:206 +#: ../../godmode/agentes/module_manager_editor.php:743 +#: ../../godmode/agentes/agent_conf_gis.php:134 +#: ../../godmode/agentes/planned_downtime.list.php:496 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../godmode/agentes/planned_downtime.editor.php:855 +#: ../../godmode/agentes/agent_manager.php:1019 +#: ../../godmode/agentes/configure_field.php:135 +#: ../../godmode/netflow/nf_edit_form.php:268 +#: ../../godmode/snmpconsole/snmp_alert.php:1153 +#: ../../godmode/snmpconsole/snmp_alert.php:1393 +#: ../../godmode/snmpconsole/snmp_filters.php:240 +#: ../../godmode/snmpconsole/snmp_filters.php:280 +#: ../../godmode/snmpconsole/snmp_filters.php:291 +#: ../../godmode/alerts/configure_alert_command.php:348 +#: ../../godmode/alerts/alert_list.list.php:155 +#: ../../godmode/alerts/alert_list.list.php:162 +#: ../../godmode/alerts/alert_list.list.php:901 +#: ../../godmode/alerts/configure_alert_special_days.php:152 +#: ../../godmode/alerts/configure_alert_action.php:358 +#: ../../godmode/setup/news.php:233 ../../godmode/setup/setup_ehorus.php:163 +#: ../../godmode/setup/setup_websocket_engine.php:89 +#: ../../godmode/setup/os.php:57 ../../godmode/setup/os.php:126 +#: ../../godmode/setup/setup_auth.php:333 +#: ../../godmode/setup/setup_integria.php:620 ../../godmode/setup/links.php:126 +#: ../../godmode/setup/snmp_wizard.php:100 +#: ../../godmode/setup/setup_netflow.php:80 +#: ../../godmode/setup/setup_visuals.php:1570 +#: ../../godmode/setup/setup_general.php:625 +#: ../../godmode/setup/performance.php:680 +#: ../../godmode/reporting/visual_console_builder.data.php:229 +#: ../../godmode/reporting/create_container.php:330 +#: ../../godmode/reporting/visual_console_builder.elements.php:709 +#: ../../godmode/reporting/reporting_builder.main.php:56 +#: ../../godmode/reporting/graph_builder.main.php:296 +#: ../../godmode/events/event_responses.editor.php:221 +#: ../../godmode/events/event_edit_filter.php:650 +#: ../../godmode/events/custom_events.php:167 +#: ../../godmode/servers/modificar_server.php:98 +#: ../../godmode/servers/plugin.php:182 ../../godmode/servers/plugin.php:600 +#: ../../godmode/tag/edit_tag.php:253 +#: ../../godmode/category/edit_category.php:180 +#: ../../include/functions_visual_map_editor.php:880 +#: ../../include/ajax/alert_list.ajax.php:545 +#: ../../include/class/ConfigPEN.class.php:697 +#: ../../include/class/ConfigPEN.class.php:698 +#: ../../include/class/NetworkMap.class.php:3068 +#: ../../include/class/ManageNetScanScripts.class.php:764 +#: ../../include/class/CredentialStore.class.php:1226 +#: ../../include/class/ModuleTemplates.class.php:1009 +#: ../../include/class/ExternalTools.class.php:374 +#: ../../include/functions_events.php:3583 +#: ../../include/functions_events.php:3663 +#: ../../include/functions_update_manager.php:1455 +#: ../../operation/users/user_edit.php:744 +#: ../../operation/agentes/datos_agente.php:218 +#: ../../operation/network/network_report.php:132 +#: ../../operation/snmpconsole/snmp_view.php:682 +#: ../../operation/incidents/configure_integriaims_incident.php:325 +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/events/events_list.php:1061 +msgid "Update" +msgstr "Обновить" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1265 +#: ../../godmode/setup/setup_visuals.php:1793 +msgid "Logo preview" +msgstr "Пред показ значка" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1287 +#: ../../godmode/setup/setup_visuals.php:1823 +msgid "Splash Preview" +msgstr "Пред показ страницы приветствия" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:1292 +#: ../../godmode/setup/setup_visuals.php:1847 +msgid "Background preview" +msgstr "Пред показ фона" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:287 +#: ../../enterprise/meta/advanced/synchronizing.user.php:565 +#: ../../enterprise/meta/advanced/synchronizing.user.php:661 #: ../../enterprise/meta/advanced/synchronizing.component.php:279 +#: ../../enterprise/meta/advanced/policymanager.sync.php:247 +#: ../../enterprise/meta/include/functions_groups_meta.php:174 +#: ../../enterprise/meta/include/functions_meta.php:116 +#: ../../enterprise/meta/include/functions_meta.php:218 +#: ../../godmode/groups/group_list.php:618 #, php-format -msgid "Error creating/updating %s/%s network components " -msgstr "Ошибка при создании/обновление %s/%s сетевых компонентов " +msgid "Error connecting to %s" +msgstr "Ошибка соединения с %s" -#: ../../enterprise/meta/advanced/synchronizing.component.php:282 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:295 #, php-format -msgid "Created/Updated %s/%s network components" -msgstr "Созданы/Обновлены %s/%s сетевые компоненты" +msgid "Error creating/updating %s/%s comamnds" +msgstr "Ошибка при создании/обновлении %s/%s комманд" -#: ../../enterprise/meta/advanced/synchronizing.component.php:303 -msgid "Synchronizing Components" +#: ../../enterprise/meta/advanced/synchronizing.alert.php:299 +#, php-format +msgid "Created/Updated %s/%s commands" +msgstr "Созданы/Обновлены %s/%s комманды" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:304 +#, php-format +msgid "Error creating/updating %s/%s actions" +msgstr "Ошибка при создании/обновлении %s/%s действий" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:308 +#, php-format +msgid "Created/Updated %s/%s actions" +msgstr "Созданы/Обновлены %s/%s действия" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 +#, php-format +msgid "Error creating/updating %s/%s templates" +msgstr "Ошибка создания/обновления %s/%s шаблонов" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:317 +#, php-format +msgid "Created/Updated %s/%s templates" +msgstr "Созданы/Обновлены %s/%s шаблоны" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:328 +msgid "Synchronizing Alerts" +msgstr "Предупреждения синхронизации" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:335 +#: ../../enterprise/meta/advanced/synchronizing.group.php:177 +#: ../../enterprise/meta/advanced/synchronizing.user.php:584 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:75 +#: ../../enterprise/meta/advanced/synchronizing.component.php:300 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:88 +#: ../../enterprise/meta/advanced/synchronizing.os.php:71 +#: ../../enterprise/meta/advanced/policymanager.sync.php:307 +#: ../../enterprise/meta/include/functions_events_meta.php:110 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:130 +#: ../../enterprise/include/functions_log.php:279 +#: ../../enterprise/include/functions_log.php:282 +#: ../../enterprise/include/class/LogSource.class.php:598 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:104 +#: ../../enterprise/operation/log/log_viewer.php:634 +#: ../../godmode/massive/massive_copy_modules.php:143 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1323 +#: ../../godmode/events/event_edit_filter.php:621 +#: ../../godmode/events/custom_events.php:108 +#: ../../include/functions_events.php:202 +#: ../../include/functions_events.php:272 +#: ../../include/functions_events.php:4533 +#: ../../include/functions_events.php:4608 +#: ../../include/functions_events.php:6566 +#: ../../operation/agentes/log_sources_status.php:29 +#: ../../operation/agentes/pandora_networkmap.editor.php:327 +#: ../../operation/events/events_list.php:987 +#: ../../operation/events/events.php:1101 +#: ../../operation/events/events.build_table.php:293 +msgid "Source" +msgstr "Источник" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:336 +#: ../../enterprise/meta/advanced/synchronizing.group.php:178 +#: ../../enterprise/meta/advanced/synchronizing.user.php:585 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:76 +#: ../../enterprise/meta/advanced/synchronizing.component.php:301 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:89 +#: ../../enterprise/meta/advanced/synchronizing.os.php:72 +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../include/lib/Dashboard/Widget.php:583 +msgid "This metaconsole" +msgstr "Эта Метаконсоль" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:348 +#: ../../enterprise/meta/advanced/synchronizing.group.php:216 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:86 +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:99 +#: ../../enterprise/meta/advanced/synchronizing.os.php:82 +#: ../../enterprise/meta/advanced/policymanager.sync.php:321 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:182 +#: ../../godmode/massive/massive_copy_modules.php:238 +msgid "Targets" +msgstr "Цели" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:355 +#: ../../enterprise/meta/advanced/synchronizing.group.php:223 +#: ../../enterprise/meta/advanced/synchronizing.user.php:670 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:697 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:93 +#: ../../enterprise/meta/advanced/synchronizing.component.php:318 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:106 +#: ../../enterprise/meta/advanced/synchronizing.os.php:89 +#: ../../enterprise/meta/advanced/policymanager.sync.php:328 +#: ../../enterprise/godmode/servers/HA_cluster.php:141 +#: ../../enterprise/include/functions_setup.php:201 +msgid "Sync" +msgstr "Синхр" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:123 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:126 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:130 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:134 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:138 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:146 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 +msgid "Agent: " +msgstr "Агент: " + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:123 +msgid " already exists in target node" +msgstr " уже существует в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:126 +msgid " group does not exist in target node" +msgstr " группа не найдена в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:130 +msgid "" +" policies definitions does not match with defined ones in target node" +msgstr " Определения политики не соответствует выбранным в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:134 +msgid " plugins does not exist in target node" +msgstr " плагины не найдены в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:138 +msgid " collections does not exist in target node" +msgstr " коллекции не найдены в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 +msgid " inventory does not exist in target node" +msgstr " файлы инвентаризации не найдены в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:146 +msgid " alerts template does not exist in target node" +msgstr " шаблоны предупреждений не найдены в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 +msgid " alerts action does not exist in target node" +msgstr " действия предупреждения не найдены в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:154 +msgid "Exists agent conf for agent: " +msgstr "Существует настройка агента для: " + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:154 +msgid " please remove configuration file from target node." +msgstr " пожалуйста, удалите файл конфигурации из целевого узла." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +#: ../../enterprise/include/functions_metaconsole.php:2773 +msgid "There are differences between MR versions" +msgstr "Существуют различия между версиями незначительных обновлений" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:162 +#: ../../enterprise/include/functions_metaconsole.php:2766 +msgid "Target server ip address is set" +msgstr "IP адрес целевого сервера установлен" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:251 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:253 +msgid "The agent: " +msgstr "Агент: " + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:251 +msgid " has been successfully added to the migration queue " +msgstr " был успешно добавлен в очередь миграции " + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:253 +msgid " has not been added due to problems in the insertion" +msgstr " не был добавлен из-за проблем с вставкой" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:256 +#, php-format +msgid "The agent: %d has already been added to the migration queue" +msgstr "Агент: %d уже добавлен в очередь миграции" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:273 +#: ../../enterprise/meta/advanced/metasetup.relations.php:87 +#: ../../enterprise/godmode/reporting/graph_template_list.php:123 +#: ../../enterprise/godmode/reporting/graph_template_list.php:150 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:126 +#: ../../godmode/modules/manage_nc_groups.php:143 +#: ../../godmode/agentes/planned_downtime.list.php:113 +#: ../../godmode/netflow/nf_item_list.php:130 +#: ../../godmode/netflow/nf_item_list.php:158 +#: ../../godmode/netflow/nf_edit.php:105 ../../godmode/netflow/nf_edit.php:138 +#: ../../godmode/reporting/map_builder.php:189 +#: ../../godmode/reporting/graphs.php:119 +#: ../../godmode/reporting/graphs.php:130 +#: ../../godmode/reporting/graphs.php:171 +#: ../../godmode/events/event_filter.php:70 +#: ../../godmode/events/event_filter.php:97 +#: ../../operation/reporting/graph_viewer.php:44 +#: ../../operation/reporting/graph_viewer.php:52 +msgid "Not deleted. Error deleting data" +msgstr "Не удалено. Ошибка при удалении данных" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:276 +msgid "Problems delete queue" +msgstr "Проблема при удалении очереди" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:296 +msgid "Move Agents" +msgstr "Переместить Агентов" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:312 +msgid "Source Server" +msgstr "Сервер Источника" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:314 +msgid "Destination Server" +msgstr "Сервер Назначения" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:346 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:265 +#: ../../enterprise/meta/monitoring/group_view.php:154 +#: ../../enterprise/meta/monitoring/group_view.php:215 +#: ../../enterprise/meta/include/functions_autoprovision.php:450 +#: ../../enterprise/godmode/agentes/collections.agents.php:55 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:97 +#: ../../enterprise/godmode/agentes/collections.data.php:139 +#: ../../enterprise/godmode/agentes/collections.data.php:273 +#: ../../enterprise/godmode/agentes/collections.editor.php:71 +#: ../../enterprise/godmode/policies/policy_queue.php:480 +#: ../../enterprise/godmode/policies/policies.php:444 +#: ../../enterprise/godmode/policies/policies.php:570 +#: ../../enterprise/godmode/policies/policy_agents.php:567 +#: ../../enterprise/godmode/policies/policy_agents.php:677 +#: ../../enterprise/godmode/policies/policy_agents.php:725 +#: ../../enterprise/godmode/policies/policy.php:71 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:243 +#: ../../enterprise/godmode/massive/massive_edit_services.php:862 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:191 +#: ../../enterprise/include/functions_cron.php:211 +#: ../../enterprise/include/functions_tasklist.php:279 +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_policies.php:3851 +#: ../../enterprise/operation/services/services.service_map.php:177 +#: ../../extensions/agents_modules.php:405 +#: ../../extensions/agents_modules.php:689 +#: ../../godmode/massive/massive_standby_alerts.php:179 +#: ../../godmode/massive/massive_delete_modules.php:530 +#: ../../godmode/massive/massive_add_alerts.php:219 +#: ../../godmode/massive/massive_delete_agents.php:187 +#: ../../godmode/massive/massive_edit_plugins.php:360 +#: ../../godmode/massive/massive_enable_disable_alerts.php:166 +#: ../../godmode/massive/massive_edit_agents.php:477 +#: ../../godmode/massive/massive_delete_alerts.php:293 +#: ../../godmode/massive/massive_edit_modules.php:499 +#: ../../godmode/alerts/alert_list.list.php:68 +#: ../../godmode/reporting/reporting_builder.list_items.php:208 +#: ../../godmode/reporting/reporting_builder.list_items.php:229 +#: ../../godmode/reporting/graph_builder.graph_editor.php:348 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1499 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1561 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1681 +#: ../../godmode/reporting/visual_console_builder.wizard.php:428 +#: ../../mobile/include/functions_web.php:23 +#: ../../mobile/operation/agents.php:186 ../../mobile/operation/home.php:81 +#: ../../mobile/operation/agent.php:136 +#: ../../include/functions_reporting_html.php:1629 +#: ../../include/functions_reporting_html.php:1971 +#: ../../include/functions_reporting_html.php:2619 +#: ../../include/functions_cron.php:563 ../../include/functions_html.php:1438 +#: ../../include/class/Diagnostics.class.php:1155 +#: ../../include/class/Diagnostics.class.php:1159 +#: ../../include/class/Diagnostics.class.php:1163 +#: ../../include/class/Diagnostics.class.php:1167 +#: ../../include/class/NetworkMap.class.php:3219 +#: ../../include/class/AgentsAlerts.class.php:245 +#: ../../include/class/AgentsAlerts.class.php:535 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:311 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:316 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:397 +#: ../../include/functions_groups.php:53 ../../operation/search_results.php:79 +#: ../../operation/agentes/group_view.php:154 +#: ../../operation/agentes/group_view.php:187 +msgid "Agents" +msgstr "Агенты" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:348 +msgid "Agents to move" +msgstr "Агенты для перемещения" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:369 +msgid "Add agents to destination server" +msgstr "Добавить агенты к серверу назначения" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:378 +msgid "Remove agents to doesn't move to destination server" +msgstr "Удалить агентов, чтобы не перемещать их в сервер назначения" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:397 +msgid "Discard history data" +msgstr "Сбросить базу данных" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:410 +msgid "Agents do not exist in target server." +msgstr "Агенты не найдены на целевом сервере" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:411 +msgid "Check group is synchronized with target server." +msgstr "Проверочная группа синхронизирована с целевым сервером." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:412 +msgid "All policies needed are synchronized with target server." +msgstr "Все необходимые политики синхронизированы с целевым сервером." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:413 +msgid "All remote plugins needed are synchronized with target server." +msgstr "Все необходимые плагины синхронизированы с целевым сервером." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:414 +msgid "All collections needed are syncronized with target server." +msgstr "Все необходимые коллекции синхронизированы с целевым сервером." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:415 +msgid "" +"All remote inventory definitions needed are syncronized with target server." msgstr "" +"Все дистанционные определения инвентаря синхронизированы с целевым сервером." -#: ../../enterprise/meta/advanced/synchronizing.user.php:264 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:416 +msgid "" +"All alert templates definitions needed are syncronized with target server." +msgstr "" +"Все необходимые определения шаблонов предупреждений синхронизированы с " +"целевым сервером." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:417 +msgid "All alert actions needed are syncronized with target server." +msgstr "" +"Все необходимые действия предупреждений синхронизированы с целевым сервером." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:418 +msgid "Agents conf does not exists in target server." +msgstr "Конфигурация Агента не найдена в целевом сервере." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:419 +#, php-format +msgid "Both %s servers must be in the same version" +msgstr "Оба %s сервера должны быть одной версии" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:420 +msgid "Check target server ip address is set" +msgstr "Проверь установлен ли IP адрес целевого сервера" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:430 +msgid "Move" +msgstr "Переместить" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:444 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:108 +#: ../../enterprise/include/functions_inventory.php:93 +#: ../../enterprise/include/functions_inventory.php:127 +#: ../../include/functions_events.php:239 +msgid "Agent alias" +msgstr "Алиас Агента" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:445 +msgid "Source node" +msgstr "Исходный узел" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:446 +msgid "Target node" +msgstr "Целевой узел" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:447 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:321 +#: ../../enterprise/godmode/alerts/alert_events.php:616 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:405 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:461 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:513 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:799 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../godmode/snmpconsole/snmp_alert.php:1097 +#: ../../godmode/snmpconsole/snmp_alert.php:1181 +#: ../../godmode/alerts/alert_list.list.php:120 +#: ../../godmode/alerts/alert_templates.php:51 +#: ../../godmode/alerts/configure_alert_template.php:1153 +#: ../../godmode/alerts/alert_view.php:101 +#: ../../godmode/setup/setup_integria.php:370 +#: ../../godmode/setup/setup_integria.php:493 +#: ../../include/functions_reporting_html.php:4554 +#: ../../include/functions_events.php:4565 +#: ../../operation/agentes/estado_generalagente.php:638 +#: ../../operation/incidents/integriaims_export_csv.php:93 +#: ../../operation/incidents/configure_integriaims_incident.php:277 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:376 +#: ../../operation/incidents/list_integriaims_incidents.php:144 +msgid "Priority" +msgstr "Приоритет" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:448 +#: ../../enterprise/godmode/alerts/alert_events.php:120 +#: ../../enterprise/godmode/alerts/alert_events.php:124 +#: ../../enterprise/godmode/alerts/alert_events.php:141 +#: ../../enterprise/godmode/alerts/alert_events.php:145 +#: ../../enterprise/godmode/alerts/alert_events.php:162 +#: ../../enterprise/godmode/alerts/alert_events.php:166 +#: ../../godmode/alerts/configure_alert_template.php:187 +#: ../../godmode/alerts/configure_alert_template.php:191 +#: ../../godmode/alerts/configure_alert_template.php:208 +#: ../../godmode/alerts/configure_alert_template.php:212 +#: ../../godmode/alerts/configure_alert_template.php:229 +#: ../../godmode/alerts/configure_alert_template.php:233 +#: ../../include/functions_config.php:1524 +msgid "Step" +msgstr "Шаг" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:450 +msgid "Active db only" +msgstr "Только активные БД" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:451 +#: ../../enterprise/meta/advanced/collections.php:413 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 +#: ../../enterprise/meta/include/functions_autoprovision.php:451 +#: ../../enterprise/meta/include/functions_alerts_meta.php:125 +#: ../../enterprise/meta/include/functions_alerts_meta.php:144 +#: ../../enterprise/extensions/backup/main.php:136 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:366 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:99 +#: ../../enterprise/godmode/agentes/inventory_manager.php:221 +#: ../../enterprise/godmode/agentes/collections.php:326 +#: ../../enterprise/godmode/policies/policy_alerts.php:290 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:206 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:343 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:223 +#: ../../enterprise/godmode/alerts/alert_events_list.php:502 +#: ../../enterprise/godmode/setup/setup_skins.php:124 +#: ../../enterprise/include/functions_reporting_csv.php:2323 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2367 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2534 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3496 +#: ../../enterprise/operation/agentes/transactional_map.php:187 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:162 +#: ../../enterprise/operation/services/services.list.php:520 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:372 +#: ../../enterprise/tools/ipam/ipam_ajax.php:379 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:274 +#: ../../godmode/groups/group_list.php:804 +#: ../../godmode/agentes/modificar_agente.php:619 +#: ../../godmode/agentes/planned_downtime.editor.php:909 +#: ../../godmode/agentes/fields_manager.php:121 ../../godmode/menu.php:230 +#: ../../godmode/alerts/alert_list.list.php:114 +#: ../../godmode/alerts/alert_list.list.php:475 +#: ../../godmode/alerts/alert_commands.php:631 +#: ../../godmode/alerts/alert_view.php:351 +#: ../../godmode/alerts/alert_list.builder.php:95 +#: ../../godmode/events/event_responses.list.php:53 +#: ../../godmode/tag/tag.php:243 ../../godmode/category/category.php:126 +#: ../../include/functions_reporting_html.php:2677 +#: ../../include/functions_cron.php:460 +#: ../../include/functions_treeview.php:413 +#: ../../include/class/AgentsAlerts.class.php:247 +#: ../../include/class/AgentsAlerts.class.php:278 +#: ../../include/functions_filemanager.php:628 +msgid "Actions" +msgstr "Действия" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:487 +msgid "Creating modules in target node" +msgstr "Создание модулей в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:491 +msgid "Disabling agent in source node and enabling in target one" +msgstr "Отключение Агента в исходном узле и его подключение в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:495 +msgid "Transferring data" +msgstr "Перенесение данных" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:500 +msgid "Creating agent in target node" +msgstr "Создание Агента в целевом узле" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:506 +#: ../../enterprise/include/functions_HA_cluster.php:542 +#: ../../enterprise/include/functions_HA_cluster.php:547 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1618 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1623 +#: ../../enterprise/include/class/DatabaseHA.class.php:207 +#: ../../enterprise/include/class/AgentRepository.class.php:832 +#: ../../enterprise/include/class/AgentRepository.class.php:837 +#: ../../enterprise/include/class/Omnishell.class.php:1079 +#: ../../enterprise/include/class/LogSource.class.php:768 +#: ../../enterprise/include/class/LogSource.class.php:773 +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:366 +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:371 +#: ../../enterprise/include/functions_ux_console.php:472 +#: ../../enterprise/operation/agentes/transactional_map.php:318 +#: ../../enterprise/operation/agentes/ux_console_view.php:210 +#: ../../enterprise/operation/agentes/ux_console_view.php:352 +#: ../../enterprise/operation/agentes/wux_console_view.php:433 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1006 +#: ../../include/ajax/snmp_browser.ajax.php:259 +#: ../../include/class/ConfigPEN.class.php:744 +#: ../../include/class/ConfigPEN.class.php:749 +#: ../../include/class/HelpFeedBack.class.php:354 +#: ../../include/class/Diagnostics.class.php:2080 +#: ../../include/class/CredentialStore.class.php:1172 +#: ../../include/class/CredentialStore.class.php:1177 +#: ../../include/class/ModuleTemplates.class.php:1421 +#: ../../include/class/ModuleTemplates.class.php:1426 +#: ../../include/class/AgentWizard.class.php:5627 +#: ../../include/class/AgentWizard.class.php:5632 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:372 +#: ../../operation/visual_console/view.php:683 +#: ../../operation/visual_console/view.php:688 +msgid "Failed" +msgstr "Неудачно" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:510 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/godmode/policies/policy_queue.php:502 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:438 +#: ../../enterprise/include/class/Omnishell.class.php:362 +msgid "Finished" +msgstr "Окончено" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:511 +msgid "Completed" +msgstr "Завершено" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:516 +msgid "Queued" +msgstr "Поставлено в очередь" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:521 +#: ../../enterprise/extensions/backup/main.php:170 +#: ../../enterprise/operation/agentes/transactional_map.php:241 +#: ../../godmode/agentes/planned_downtime.list.php:404 +#: ../../godmode/agentes/planned_downtime.list.php:470 +msgid "Running" +msgstr "Работает" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:583 +msgid "checking migration requirements" +msgstr "проверка требований миграции" + +#: ../../enterprise/meta/advanced/servers.php:39 +#: ../../godmode/servers/modificar_server.php:178 +msgid "Server deleted successfully" +msgstr "Сервер удален успешно" + +#: ../../enterprise/meta/advanced/servers.php:41 +#: ../../godmode/servers/modificar_server.php:180 +msgid "There was a problem deleting the server" +msgstr "Проблема при удалении сервера" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:126 +#: ../../enterprise/extensions/translate_string.php:253 +msgid "Translation added successfully" +msgstr "Перевод добавлен удачно" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:128 +#: ../../enterprise/extensions/translate_string.php:255 +msgid "Translation string could not be created" +msgstr "Невозможно создать строку перевода" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:141 +#: ../../enterprise/extensions/translate_string.php:268 +msgid "Translation updated successfully" +msgstr "Перевод успешно обновлен" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:143 +#: ../../enterprise/extensions/translate_string.php:270 +msgid "Translation string could not be updated" +msgstr "Невозможно обновить строку перевода" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:171 +#: ../../enterprise/extensions/translate_string.php:302 +#: ../../godmode/users/configure_user.php:872 +#: ../../operation/users/user_edit.php:325 +msgid "Language" +msgstr "Язык" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:183 +#: ../../enterprise/meta/advanced/metasetup.relations.php:451 +#: ../../enterprise/meta/advanced/collections.php:301 +#: ../../enterprise/meta/advanced/collections.php:314 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:244 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:341 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:508 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:579 +#: ../../enterprise/meta/agentsearch.php:91 +#: ../../enterprise/meta/general/main_header.php:694 +#: ../../enterprise/meta/general/main_header.php:696 +#: ../../enterprise/extensions/translate_string.php:323 +#: ../../enterprise/godmode/modules/local_components.php:518 +#: ../../enterprise/godmode/modules/local_components.php:543 +#: ../../enterprise/godmode/agentes/collection_manager.php:48 +#: ../../enterprise/godmode/agentes/collections.php:307 +#: ../../enterprise/godmode/policies/policy_collections.php:238 +#: ../../enterprise/godmode/policies/policy_agents.php:769 +#: ../../enterprise/godmode/policies/policy_agents.php:774 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:151 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:162 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/godmode/alerts/alert_events_list.php:436 +#: ../../enterprise/operation/agentes/tag_view.php:200 +#: ../../enterprise/operation/agentes/agent_inventory.php:109 +#: ../../enterprise/operation/agentes/agent_inventory.php:114 +#: ../../enterprise/operation/log/log_viewer.php:499 +#: ../../enterprise/operation/log/log_viewer.php:769 +#: ../../enterprise/operation/inventory/inventory.php:209 +#: ../../enterprise/operation/inventory/inventory.php:250 +#: ../../enterprise/operation/services/services.treeview_services.php:156 +#: ../../enterprise/operation/services/services.list.php:235 +#: ../../enterprise/operation/services/services.list.php:328 +#: ../../enterprise/operation/services/services.table_services.php:187 +#: ../../enterprise/operation/services/services.table_services.php:278 +#: ../../extensions/module_groups.php:271 +#: ../../godmode/modules/manage_network_components.php:655 +#: ../../godmode/groups/group_list.php:737 +#: ../../godmode/groups/group_list.php:747 +#: ../../godmode/users/user_list.php:354 ../../godmode/users/user_list.php:364 +#: ../../godmode/agentes/modificar_agente.php:327 +#: ../../godmode/agentes/modificar_agente.php:336 +#: ../../godmode/agentes/planned_downtime.list.php:144 +#: ../../godmode/agentes/planned_downtime.list.php:183 +#: ../../godmode/agentes/module_manager.php:49 +#: ../../godmode/admin_access_logs.php:82 +#: ../../godmode/alerts/alert_actions.php:238 +#: ../../godmode/alerts/alert_actions.php:296 +#: ../../godmode/alerts/alert_templates.php:308 +#: ../../godmode/alerts/alert_templates.php:319 +#: ../../godmode/reporting/map_builder.php:325 +#: ../../godmode/reporting/map_builder.php:347 +#: ../../godmode/reporting/graphs.php:198 +#: ../../godmode/reporting/visual_console_favorite.php:129 +#: ../../godmode/reporting/visual_console_favorite.php:159 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1012 +#: ../../godmode/reporting/reporting_builder.php:713 +#: ../../godmode/module_library/module_library_view.php:84 +#: ../../godmode/module_library/module_library_view.php:94 +#: ../../mobile/operation/agent.php:302 ../../include/functions_snmp.php:358 +#: ../../include/class/AgentWizard.class.php:2520 +#: ../../include/functions_snmp_browser.php:925 +#: ../../include/functions_snmp_browser.php:1495 +#: ../../operation/search_results.php:191 +#: ../../operation/agentes/estado_agente.php:238 +#: ../../operation/agentes/estado_agente.php:262 +#: ../../operation/agentes/status_monitor.php:498 +#: ../../operation/agentes/alerts_status.functions.php:194 +#: ../../operation/agentes/alerts_status.functions.php:203 +#: ../../general/ui/agents_list.php:100 ../../general/ui/agents_list.php:113 +msgid "Search" +msgstr "Поиск" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:184 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:185 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/translate_string.php:314 +#: ../../enterprise/godmode/agentes/collection_manager.php:42 +#: ../../enterprise/godmode/agentes/collections.php:303 +#: ../../enterprise/godmode/policies/policies.php:363 +#: ../../enterprise/godmode/policies/policy_collections.php:232 +#: ../../godmode/admin_access_logs.php:83 +msgid "Free text for search (*)" +msgstr "Свободный текст для поиска (*)" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:203 +#: ../../enterprise/extensions/translate_string.php:334 +msgid "Original string" +msgstr "Исходная строка" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:204 +#: ../../enterprise/extensions/translate_string.php:335 +msgid "Translation in selected language" +msgstr "Перевод на выбранном языке" + +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:205 +#: ../../enterprise/extensions/translate_string.php:336 +msgid "Customize translation" +msgstr "Настроить перевод" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:218 +#: ../../enterprise/meta/advanced/metasetup.relations.php:572 +#: ../../enterprise/meta/include/functions_autoprovision.php:388 +#: ../../enterprise/meta/include/functions_wizard_meta.php:494 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:677 +#: ../../enterprise/godmode/setup/setup_acl.php:338 +#: ../../enterprise/godmode/setup/setup_acl.php:632 +#: ../../enterprise/include/functions_cron.php:564 +#: ../../enterprise/include/functions_backup.php:523 +#: ../../enterprise/include/functions_backup.php:524 +#: ../../godmode/agentes/module_manager_editor_wmi.php:61 +#: ../../godmode/agentes/module_manager_editor_network.php:96 +#: ../../godmode/massive/massive_edit_modules.php:763 +#: ../../include/functions_html.php:1657 ../../include/functions_html.php:1658 +#: ../../include/functions_html.php:1762 ../../include/functions_html.php:1763 +#: ../../include/functions_html.php:1923 ../../include/functions_html.php:1924 +#: ../../include/class/CredentialStore.class.php:925 +#: ../../operation/netflow/nf_live_view.php:384 +msgid "Custom" +msgstr "Пользовательский" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:239 +msgid "Node Address Default" +msgstr "Адрес узла по умолчанию" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:271 +#: ../../enterprise/meta/advanced/metasetup.relations.php:388 +msgid "This value will be the one returned by the API" +msgstr "Это значение будет возвращено с помощью API" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:305 +msgid "Import file" +msgstr "Импортировать файл" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:319 +msgid "Ip Gateway" +msgstr "Ip Шлюз" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:320 +#: ../../enterprise/meta/advanced/metasetup.relations.php:564 +msgid "Imei" +msgstr "Imei" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:330 +#: ../../include/class/NetworkMap.class.php:3086 +#: ../../include/class/NetworkMap.class.php:3087 +msgid "Relations" +msgstr "Отношения" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:351 +msgid "Relation" +msgstr "Отношение" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:361 +#: ../../enterprise/meta/advanced/metasetup.relations.php:440 +msgid "Node Address" +msgstr "Адрес узла" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:398 +msgid "Insert relation" +msgstr "Вставить отношение" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:406 +msgid "Show list relations" +msgstr "Показать список отношений" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:430 +#: ../../enterprise/meta/include/functions_autoprovision.php:617 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:363 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:548 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:749 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:405 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2334 +#: ../../enterprise/include/functions_reporting_csv.php:1056 +#: ../../enterprise/include/functions_reporting_csv.php:1082 +#: ../../enterprise/include/functions_reporting_csv.php:1113 +#: ../../enterprise/include/functions_reporting_csv.php:1168 +#: ../../enterprise/include/functions_reporting_csv.php:1272 +#: ../../enterprise/operation/services/services.service.php:195 +#: ../../enterprise/operation/services/services.list.php:513 +#: ../../godmode/agentes/module_manager_editor_common.php:1168 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:102 +#: ../../godmode/massive/massive_edit_modules.php:828 +#: ../../godmode/alerts/configure_alert_template.php:855 +#: ../../godmode/setup/setup_visuals.php:1329 +#: ../../godmode/setup/setup_visuals.php:1390 +#: ../../godmode/setup/setup_visuals.php:1410 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2196 +#: ../../godmode/reporting/visual_console_builder.wizard.php:339 +#: ../../include/functions_visual_map_editor.php:693 +#: ../../include/functions_reporting_html.php:920 +#: ../../include/functions_reporting_html.php:1866 +#: ../../include/functions_reporting_html.php:4154 +#: ../../include/functions_reporting_html.php:4672 +#: ../../include/ajax/events.php:1849 ../../include/functions_graph.php:5396 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:499 +#: ../../include/functions_netflow.php:212 +#: ../../include/functions_snmp_browser.php:560 +msgid "Value" +msgstr "Значение" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:462 +msgid "Show Filters" +msgstr "Показать фильтры" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:549 +msgid "Node address" +msgstr "Адрес узла" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:550 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:512 +#: ../../enterprise/godmode/policies/policy_modules.php:1472 +#: ../../enterprise/godmode/admin_access_logs.php:28 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:240 +#: ../../enterprise/godmode/alerts/alert_events.php:630 +#: ../../enterprise/godmode/alerts/alert_events.php:649 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:379 +#: ../../enterprise/godmode/alerts/alert_events_list.php:505 +#: ../../enterprise/godmode/reporting/graph_template_list.php:175 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:158 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3258 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3456 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3479 +#: ../../enterprise/godmode/servers/manage_export.php:142 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:395 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:453 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2658 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2977 +#: ../../enterprise/include/functions_services.php:1512 +#: ../../enterprise/operation/agentes/policy_view.php:247 +#: ../../enterprise/tools/ipam/ipam_list.php:169 +#: ../../godmode/modules/manage_nc_groups.php:234 +#: ../../godmode/modules/manage_network_components.php:729 +#: ../../godmode/modules/manage_network_templates.php:236 +#: ../../godmode/agentes/agent_template.php:236 +#: ../../godmode/agentes/planned_downtime.editor.php:992 +#: ../../godmode/agentes/module_manager.php:797 +#: ../../godmode/netflow/nf_item_list.php:187 +#: ../../godmode/netflow/nf_edit.php:161 +#: ../../godmode/snmpconsole/snmp_alert.php:1342 +#: ../../godmode/snmpconsole/snmp_alert.php:1432 +#: ../../godmode/snmpconsole/snmp_filters.php:270 +#: ../../godmode/massive/massive_operations.php:403 +#: ../../godmode/massive/massive_standby_alerts.php:226 +#: ../../godmode/massive/massive_delete_action_alerts.php:258 +#: ../../godmode/massive/massive_enable_disable_alerts.php:214 +#: ../../godmode/massive/massive_add_action_alerts.php:242 +#: ../../godmode/admin_access_logs.php:95 +#: ../../godmode/admin_access_logs.php:210 +#: ../../godmode/alerts/alert_list.list.php:736 +#: ../../godmode/alerts/alert_view.php:419 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3141 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3545 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3566 +#: ../../godmode/reporting/visual_console_builder.elements.php:118 +#: ../../godmode/events/event_filter.php:141 +#: ../../mobile/operation/tactical.php:346 +#: ../../include/functions_reporting_html.php:2678 +#: ../../include/functions_reporting_html.php:5192 +#: ../../include/functions.php:3053 ../../include/ajax/alert_list.ajax.php:280 +#: ../../include/ajax/alert_list.ajax.php:305 +#: ../../include/ajax/alert_list.ajax.php:476 +#: ../../include/functions_profile.php:217 +#: ../../include/class/AgentsAlerts.class.php:909 +#: ../../include/class/ModuleTemplates.class.php:891 +#: ../../include/functions_events.php:6602 +#: ../../include/functions_ui_renders.php:117 +#: ../../operation/agentes/alerts_status.php:539 +#: ../../operation/agentes/alerts_status.php:574 +#: ../../operation/agentes/alerts_status.php:609 +#: ../../operation/agentes/alerts_status.php:641 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/snmpconsole/snmp_view.php:893 +#: ../../operation/snmpconsole/snmp_view.php:1273 +#: ../../operation/search_alerts.php:36 +#: ../../operation/events/events.build_table.php:362 +#: ../../general/logon_ok.php:246 +msgid "Action" +msgstr "Действие" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:562 +msgid "Gateway" +msgstr "Шлюз" + +#: ../../enterprise/meta/advanced/metasetup.relations.php:642 +msgid "There are no relations yet" +msgstr "Отношения еще не созданы" + +#: ../../enterprise/meta/advanced/metasetup.password.php:70 +msgid "Passwords" +msgstr "Пароли" + +#: ../../enterprise/meta/advanced/metasetup.password.php:76 +#: ../../enterprise/meta/include/functions_meta.php:613 +#: ../../enterprise/godmode/setup/setup.php:479 +#: ../../include/functions_config.php:476 +msgid "Enable password policy" +msgstr "Включить политику паролей" + +#: ../../enterprise/meta/advanced/metasetup.password.php:77 +#: ../../enterprise/meta/advanced/metasetup.password.php:119 +#: ../../enterprise/meta/advanced/metasetup.password.php:124 +#: ../../enterprise/meta/advanced/metasetup.password.php:130 +#: ../../enterprise/meta/advanced/metasetup.password.php:136 +#: ../../enterprise/meta/advanced/metasetup.password.php:140 +#: ../../enterprise/meta/advanced/metasetup.password.php:144 +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../enterprise/meta/advanced/metasetup.setup.php:207 +#: ../../enterprise/meta/advanced/metasetup.setup.php:223 +#: ../../enterprise/meta/advanced/metasetup.setup.php:227 +#: ../../enterprise/meta/advanced/metasetup.setup.php:289 +#: ../../enterprise/meta/advanced/metasetup.setup.php:300 +#: ../../enterprise/meta/advanced/metasetup.setup.php:322 +#: ../../enterprise/meta/advanced/metasetup.setup.php:326 +#: ../../enterprise/meta/advanced/metasetup.setup.php:348 +#: ../../enterprise/meta/advanced/metasetup.performance.php:82 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:518 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:587 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:627 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:889 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:927 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:955 +#: ../../enterprise/godmode/setup/setup_auth.php:206 +#: ../../enterprise/godmode/setup/setup_auth.php:336 +#: ../../enterprise/godmode/setup/setup_auth.php:384 +#: ../../enterprise/godmode/setup/setup_auth.php:1160 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:493 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:176 +#: ../../enterprise/godmode/reporting/visual_console_template.php:274 +#: ../../enterprise/include/functions_cron.php:736 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2272 +#: ../../godmode/update_manager/update_manager.setup.php:261 +#: ../../godmode/users/configure_user.php:1067 +#: ../../godmode/agentes/agent_conf_gis.php:125 +#: ../../godmode/massive/massive_edit_agents.php:557 +#: ../../godmode/massive/massive_edit_agents.php:724 +#: ../../godmode/massive/massive_edit_agents.php:733 +#: ../../godmode/massive/massive_edit_modules.php:604 +#: ../../godmode/massive/massive_edit_modules.php:673 +#: ../../godmode/massive/massive_edit_modules.php:713 +#: ../../godmode/massive/massive_edit_modules.php:987 +#: ../../godmode/massive/massive_edit_modules.php:1025 +#: ../../godmode/massive/massive_edit_modules.php:1053 +#: ../../godmode/alerts/alert_view.php:106 +#: ../../godmode/alerts/alert_view.php:311 +#: ../../godmode/reporting/reporting_builder.main.php:194 +#: ../../godmode/reporting/reporting_builder.php:1008 +#: ../../godmode/reporting/visual_console_builder.wizard.php:400 +#: ../../godmode/reporting/visual_console_builder.wizard.php:487 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../include/functions_profile.php:276 ../../include/functions_snmp.php:390 +#: ../../operation/users/user_edit.php:321 +#: ../../operation/netflow/nf_live_view.php:452 +#: ../../operation/snmpconsole/snmp_view.php:675 +msgid "Yes" +msgstr "Да" + +#: ../../enterprise/meta/advanced/metasetup.password.php:78 +#: ../../enterprise/meta/advanced/metasetup.password.php:120 +#: ../../enterprise/meta/advanced/metasetup.password.php:125 +#: ../../enterprise/meta/advanced/metasetup.password.php:131 +#: ../../enterprise/meta/advanced/metasetup.password.php:137 +#: ../../enterprise/meta/advanced/metasetup.password.php:141 +#: ../../enterprise/meta/advanced/metasetup.password.php:145 +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../enterprise/meta/advanced/metasetup.setup.php:217 +#: ../../enterprise/meta/advanced/metasetup.setup.php:224 +#: ../../enterprise/meta/advanced/metasetup.setup.php:228 +#: ../../enterprise/meta/advanced/metasetup.setup.php:290 +#: ../../enterprise/meta/advanced/metasetup.setup.php:310 +#: ../../enterprise/meta/advanced/metasetup.setup.php:323 +#: ../../enterprise/meta/advanced/metasetup.setup.php:336 +#: ../../enterprise/meta/advanced/metasetup.setup.php:358 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:519 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:588 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:628 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:889 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:928 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:956 +#: ../../enterprise/godmode/setup/setup.php:64 +#: ../../enterprise/godmode/setup/setup_auth.php:206 +#: ../../enterprise/godmode/setup/setup_auth.php:339 +#: ../../enterprise/godmode/setup/setup_auth.php:387 +#: ../../enterprise/godmode/setup/setup_auth.php:1163 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:495 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:178 +#: ../../enterprise/godmode/reporting/visual_console_template.php:274 +#: ../../enterprise/include/functions_cron.php:735 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2272 +#: ../../godmode/update_manager/update_manager.setup.php:262 +#: ../../godmode/users/configure_user.php:1068 +#: ../../godmode/agentes/agent_conf_gis.php:126 +#: ../../godmode/massive/massive_edit_agents.php:558 +#: ../../godmode/massive/massive_edit_agents.php:725 +#: ../../godmode/massive/massive_edit_agents.php:734 +#: ../../godmode/massive/massive_edit_modules.php:605 +#: ../../godmode/massive/massive_edit_modules.php:674 +#: ../../godmode/massive/massive_edit_modules.php:714 +#: ../../godmode/massive/massive_edit_modules.php:987 +#: ../../godmode/massive/massive_edit_modules.php:1026 +#: ../../godmode/massive/massive_edit_modules.php:1054 +#: ../../godmode/alerts/alert_view.php:106 +#: ../../godmode/alerts/alert_view.php:311 +#: ../../godmode/alerts/alert_view.php:388 ../../godmode/setup/news.php:287 +#: ../../godmode/reporting/reporting_builder.main.php:204 +#: ../../godmode/reporting/reporting_builder.php:1010 +#: ../../godmode/reporting/visual_console_builder.wizard.php:410 +#: ../../godmode/reporting/visual_console_builder.wizard.php:488 +#: ../../godmode/servers/modificar_server.php:45 +#: ../../mobile/operation/events.php:195 ../../mobile/operation/events.php:200 +#: ../../include/functions_profile.php:276 ../../include/functions_snmp.php:382 +#: ../../include/functions_events.php:4906 +#: ../../include/functions_events.php:4911 +#: ../../operation/users/user_edit.php:322 +#: ../../operation/netflow/nf_live_view.php:462 +#: ../../operation/snmpconsole/snmp_view.php:676 +msgid "No" +msgstr "Нет" + +#: ../../enterprise/meta/advanced/metasetup.password.php:98 +#: ../../enterprise/meta/include/functions_meta.php:622 +#: ../../enterprise/godmode/setup/setup.php:488 +#: ../../include/functions_config.php:480 +msgid "Min. size password" +msgstr "Минимальный размер пароля" + +#: ../../enterprise/meta/advanced/metasetup.password.php:99 +#: ../../enterprise/godmode/setup/setup.php:496 +msgid " Caracters" +msgstr " Символы" + +#: ../../enterprise/meta/advanced/metasetup.password.php:102 +#: ../../enterprise/meta/include/functions_meta.php:649 +#: ../../enterprise/godmode/setup/setup.php:517 +#: ../../include/functions_config.php:484 +msgid "Password expiration" +msgstr "Срок действия пароля" + +#: ../../enterprise/meta/advanced/metasetup.password.php:102 +msgid "Set 0 if never expire." +msgstr "Установите 0, если никогда не истекает." + +#: ../../enterprise/meta/advanced/metasetup.password.php:103 +#: ../../enterprise/godmode/setup/setup.php:525 +msgid " Days" +msgstr " Дни" + +#: ../../enterprise/meta/advanced/metasetup.password.php:106 +#: ../../enterprise/meta/include/functions_meta.php:667 +#: ../../enterprise/godmode/setup/setup.php:537 +#: ../../include/functions_config.php:492 +msgid "User blocked if login fails" +msgstr "Пользователь блокируется, если не удалось войти в систему" + +#: ../../enterprise/meta/advanced/metasetup.password.php:107 +#: ../../enterprise/godmode/setup/setup.php:545 +msgid " Minutes" +msgstr " Минуты" + +#: ../../enterprise/meta/advanced/metasetup.password.php:110 +#: ../../enterprise/meta/include/functions_meta.php:676 +#: ../../enterprise/godmode/setup/setup.php:548 +#: ../../include/functions_config.php:496 +msgid "Number of failed login attempts" +msgstr "Количество неудачных попыток входа" + +#: ../../enterprise/meta/advanced/metasetup.password.php:110 +msgid "Two attempts minimum" +msgstr "Две попытки минимум" + +#: ../../enterprise/meta/advanced/metasetup.password.php:111 +#: ../../enterprise/godmode/setup/setup.php:556 +msgid " Attempts" +msgstr " Попытки" + +#: ../../enterprise/meta/advanced/metasetup.password.php:114 +#: ../../enterprise/meta/include/functions_meta.php:696 +#: ../../enterprise/godmode/setup/setup.php:577 +#: ../../include/functions_config.php:516 +msgid "Compare previous password" +msgstr "Сравнить предыдущий пароль" + +#: ../../enterprise/meta/advanced/metasetup.password.php:118 +#: ../../enterprise/meta/include/functions_meta.php:685 +#: ../../enterprise/godmode/setup/setup.php:568 +#: ../../include/functions_config.php:512 +msgid "Enable password history" +msgstr "Включить историю паролей" + +#: ../../enterprise/meta/advanced/metasetup.password.php:123 +#: ../../enterprise/meta/include/functions_meta.php:706 +#: ../../enterprise/godmode/setup/setup.php:559 +#: ../../include/functions_config.php:508 +msgid "Apply password policy to admin users" +msgstr "Применить политику паролей к пользователям-администраторам" + +#: ../../enterprise/meta/advanced/metasetup.password.php:129 +#: ../../enterprise/meta/include/functions_meta.php:658 +#: ../../enterprise/godmode/setup/setup.php:528 +#: ../../include/functions_config.php:488 +msgid "Force change password on first login" +msgstr "Обязательная смена пароля при первом входе в систему" + +#: ../../enterprise/meta/advanced/metasetup.password.php:135 +#: ../../enterprise/meta/include/functions_meta.php:631 +#: ../../enterprise/godmode/setup/setup.php:499 +#: ../../include/functions_config.php:500 +msgid "Password must have numbers" +msgstr "Пароль должен содержать числа" + +#: ../../enterprise/meta/advanced/metasetup.password.php:139 +#: ../../enterprise/meta/include/functions_meta.php:640 +#: ../../enterprise/godmode/setup/setup.php:508 +#: ../../include/functions_config.php:504 +msgid "Password must have symbols" +msgstr "Пароль должен содержать символы" + +#: ../../enterprise/meta/advanced/metasetup.password.php:143 +#: ../../enterprise/meta/include/functions_meta.php:716 +#: ../../enterprise/godmode/setup/setup.php:589 +#: ../../include/functions_config.php:520 +msgid "Activate reset password" +msgstr "Активировать пароль восстановления" + +#: ../../enterprise/meta/advanced/agents_setup.php:57 +#: ../../enterprise/meta/advanced/policymanager.php:51 +#: ../../enterprise/meta/advanced/synchronizing.php:32 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:44 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:38 +#: ../../enterprise/meta/monitoring/group_view.php:51 +#: ../../enterprise/meta/monitoring/tactical.php:36 +#: ../../enterprise/meta/index.php:827 ../../enterprise/meta/agentsearch.php:29 +#: ../../enterprise/meta/general/logon_ok.php:16 +#: ../../godmode/netflow/nf_item_list.php:58 +#: ../../godmode/netflow/nf_edit.php:53 +#: ../../godmode/netflow/nf_edit_form.php:69 +#: ../../operation/agentes/ver_agente.php:1311 +#: ../../operation/netflow/nf_live_view.php:141 +msgid "Main" +msgstr "Главное" + +#: ../../enterprise/meta/advanced/agents_setup.php:61 +msgid "Propagation" +msgstr "Распространение" + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:64 +msgid "Cannot create an unnamed rule." +msgstr "Невозможно создание правила без имени." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:75 +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:105 +msgid "Error creating provisioning rule." +msgstr "Ошибка создания правила конфигурации." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:91 +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:119 +msgid "Error updating provisioning rule." +msgstr "Ошибка обновления правила конфигурации." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:125 +msgid "Error deleting provisioning rule." +msgstr "Ошибка удаления правила конфигурации." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:135 +msgid "There was an error rule when moving the provisioning." +msgstr "Появилась ошибка в правиле при перемещении конфигурации." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:201 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:177 +msgid "Create rule" +msgstr "Создать правило" + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision_rules.php:202 +msgid "Edit rule" +msgstr "Редактировать правило" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:79 +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:88 +#: ../../godmode/update_manager/update_manager.setup.php:127 +#: ../../godmode/update_manager/update_manager.setup.php:178 +msgid "Succesful Update the url config vars." +msgstr "Успешное обновление конфигурации переменных URL." + +#: ../../enterprise/meta/advanced/metasetup.mail.php:80 +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:89 +#: ../../godmode/update_manager/update_manager.setup.php:128 +#: ../../godmode/update_manager/update_manager.setup.php:179 +msgid "Unsuccesful Update the url config vars." +msgstr "Безуспешное обновление конфигурации переменных URL." + +#: ../../enterprise/meta/advanced/metasetup.mail.php:98 +msgid "" +"Please notice that some providers like Gmail or Office365 need to " +"setup/enable manually external connections using SMTP and you need to use " +"STARTTLS on port 587.\n" +"\n" +"If you have manual settings in your pandora_server.conf, please note these " +"settings will ignore this console setup." +msgstr "" +"Учитывайте, что для некоторых провайдеров, например, Gmail или Office365 " +"необходимо установить/активировать вручную внешние связи, используя SMTP, а " +"вам нужно использовать STARTTLS в порте 587.\n" +"\n" +"Если у вас есть ручные настройки pandora_server.conf, учитывайте, что они " +"будут игнорировать эту установку консоли" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:104 +#: ../../godmode/setup/setup_general.php:516 +msgid "Mail configuration" +msgstr "Настройка почты" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:109 +#: ../../include/functions_config.php:350 +msgid "From dir" +msgstr "От dir" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:112 +#: ../../godmode/setup/setup_general.php:536 +#: ../../include/functions_config.php:354 +msgid "From name" +msgstr "От имени" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:115 +#: ../../include/functions_config.php:346 +msgid "Server SMTP" +msgstr "Сервер SMTP" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:118 +#: ../../include/functions_config.php:358 +msgid "Port SMTP" +msgstr "Порт SMTP" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:121 +#: ../../godmode/setup/setup_general.php:577 +#: ../../include/functions_config.php:366 +msgid "Email user" +msgstr "Пользователь почты" + +#: ../../enterprise/meta/advanced/metasetup.mail.php:124 +#: ../../godmode/setup/setup_general.php:587 +#: ../../include/functions_config.php:370 +msgid "Email password" +msgstr "Пароль почты" + +#: ../../enterprise/meta/advanced/metasetup.php:52 +msgid "Consoles Setup" +msgstr "Настройка Консолей" + +#: ../../enterprise/meta/advanced/metasetup.php:60 +#: ../../enterprise/meta/advanced/metasetup.php:197 +msgid "General setup" +msgstr "Общие настройки" + +#: ../../enterprise/meta/advanced/metasetup.php:68 +#: ../../enterprise/meta/advanced/metasetup.php:200 +msgid "Passwords setup" +msgstr "Настройка паролей" + +#: ../../enterprise/meta/advanced/metasetup.php:77 +#: ../../enterprise/meta/advanced/metasetup.php:204 +#: ../../enterprise/meta/include/functions_meta.php:575 +#: ../../enterprise/meta/general/main_header.php:143 +#: ../../enterprise/operation/log/elasticsearch_interface.php:30 +#: ../../enterprise/operation/log/log_viewer.php:376 +#: ../../enterprise/operation/log/log_viewer.php:408 +#: ../../enterprise/operation/menu.php:181 +msgid "Log viewer" +msgstr "Средство просмотра журнала" + +#: ../../enterprise/meta/advanced/metasetup.php:88 +#: ../../enterprise/meta/advanced/metasetup.php:208 ../../godmode/menu.php:324 +#: ../../godmode/setup/setup.php:110 ../../godmode/setup/setup.php:252 +msgid "Authentication" +msgstr "Аутентификация" + +#: ../../enterprise/meta/advanced/metasetup.php:98 +#: ../../enterprise/meta/advanced/metasetup.php:212 +msgid "Visual setup" +msgstr "Визуальная настройка" + +#: ../../enterprise/meta/advanced/metasetup.php:106 +#: ../../enterprise/meta/advanced/metasetup.php:216 +msgid "Performance setup" +msgstr "Настройка производительности" + +#: ../../enterprise/meta/advanced/metasetup.php:114 +#: ../../enterprise/meta/advanced/metasetup.php:220 ../../godmode/menu.php:392 +#: ../../godmode/setup/file_manager.php:28 +msgid "File manager" +msgstr "Менеджер файлов" + +#: ../../enterprise/meta/advanced/metasetup.php:122 +#: ../../enterprise/meta/advanced/metasetup.php:224 +msgid "Strings translation" +msgstr "Перевод строк" + +#: ../../enterprise/meta/advanced/metasetup.php:130 +#: ../../enterprise/meta/advanced/metasetup.php:228 +msgid "Mail" +msgstr "Почта" + +#: ../../enterprise/meta/advanced/metasetup.php:142 +msgid "Relations rules" +msgstr "Правила отношений" + +#: ../../enterprise/meta/advanced/metasetup.php:155 +msgid "Options Update Manager" +msgstr "Опции Менеджера обновлений" + +#: ../../enterprise/meta/advanced/metasetup.php:163 +#: ../../enterprise/meta/advanced/metasetup.php:240 +msgid "Offline Update Manager" +msgstr "Оффлайн Менеджер обновлений" + +#: ../../enterprise/meta/advanced/metasetup.php:171 +#: ../../enterprise/meta/advanced/metasetup.php:244 +msgid "Online Update Manager" +msgstr "Онлайн Менеджер обновлений" + +#: ../../enterprise/meta/advanced/metasetup.php:192 +msgid "Consoles setup" +msgstr "Настройка консолей" + +#: ../../enterprise/meta/advanced/metasetup.php:232 +msgid "Relations Rules" +msgstr "Правила Отношений" + +#: ../../enterprise/meta/advanced/metasetup.php:236 +msgid "Online Update Options" +msgstr "Опции обновления онлайн" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:41 +#: ../../enterprise/meta/advanced/metasetup.auth.php:24 +msgid "" +"Be aware that group synchronization can change the group configuration of " +"the node" +msgstr "" +"Учитывайте, что групповая синхронизация может привести к групповой " +"конфигурации узла" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:77 +#: ../../enterprise/meta/advanced/synchronizing.group.php:78 +#: ../../enterprise/meta/advanced/synchronizing.group.php:97 +#: ../../enterprise/meta/advanced/synchronizing.group.php:98 +msgid "Open for more details" +msgstr "Открыть больше деталей" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:86 +#, php-format +msgid "Error creating %s groups" +msgstr "Ошибка при создании %s групп" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:106 +#, php-format +msgid "Error updating %s groups" +msgstr "Ошибка при обновлении%s групп" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:117 +#: ../../enterprise/meta/advanced/synchronizing.group.php:118 +msgid "Open for more details in creation" +msgstr "Открыть, чтобы увидеть больше деталей о создании" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:128 +#: ../../enterprise/meta/advanced/synchronizing.group.php:129 +msgid "Open for more details in update" +msgstr "Открыть, чтобы увидеть больше деталей об обновлении" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:137 +#, php-format +msgid "Error creating/updating %s/%s groups" +msgstr "Ошибка при создании/обновлении %s/%s групп" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:149 +#, php-format +msgid "Created %s / Updated %s groups (" +msgstr "Создано %s / Обновлено %s групп (" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:158 +msgid "None update or create group" +msgstr "Нет обновления и создания групп" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:170 +msgid "Synchronizing Groups" +msgstr "Синхронизация групп" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:188 +#: ../../enterprise/godmode/policies/policy_agents.php:593 +#: ../../enterprise/godmode/policies/policy_agents.php:1052 +#: ../../enterprise/godmode/setup/setup_auth.php:228 +#: ../../enterprise/godmode/setup/setup_auth.php:507 +#: ../../enterprise/godmode/setup/setup_auth.php:1285 +#: ../../extensions/files_repo/files_repo_form.php:55 +#: ../../extensions/module_groups.php:299 +#: ../../godmode/reporting/visual_console_builder.wizard.php:382 +#: ../../mobile/include/functions_web.php:27 ../../mobile/operation/home.php:57 +#: ../../mobile/operation/groups.php:77 +#: ../../include/functions_networkmap.php:1314 +#: ../../include/functions_maps.php:46 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:216 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:295 +#: ../../include/lib/Dashboard/Widgets/events_list.php:420 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:301 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:328 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:355 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:301 +#: ../../operation/tree.php:72 +#: ../../operation/agentes/pandora_networkmap.php:698 +msgid "Groups" +msgstr "Группы" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:312 #, php-format msgid "Error updating user %s" msgstr "Ошибка обновления пользователя %s" -#: ../../enterprise/meta/advanced/synchronizing.user.php:268 +#: ../../enterprise/meta/advanced/synchronizing.user.php:316 #, php-format msgid "Updated user %s" msgstr "Обновленный пользователь %s" -#: ../../enterprise/meta/advanced/synchronizing.user.php:279 +#: ../../enterprise/meta/advanced/synchronizing.user.php:328 #, php-format msgid "Error creating user %s" msgstr "Ошибка создания пользователя %s" -#: ../../enterprise/meta/advanced/synchronizing.user.php:283 +#: ../../enterprise/meta/advanced/synchronizing.user.php:332 #, php-format msgid "Created user %s" msgstr "Созданный пользователь %s" -#: ../../enterprise/meta/advanced/synchronizing.user.php:478 +#: ../../enterprise/meta/advanced/synchronizing.user.php:534 +#, php-format +msgid "" +"There are groups that not exist in node. The followings elements " +"groups/profiles/user profiles were created/updated sucessfully (%d/%d/%d)" +msgstr "" +"Есть группы, которые не существуют в узле. Следующие элементы " +"группы/профили/пользователи профилей были созданы/обновлены успешно " +"(%d/%d/%d)" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:543 #, php-format msgid "" "Error creating/updating the followings elements groups/profiles/user " "profiles (%d/%d/%d)" msgstr "" -"Ошибка при создании / обновлении следующих элементов группы / профили / " -"профили пользователей (%d/%d/%d)" +"Ошибка при создании/обновлении следующих элементов группы/профили/профили " +"пользователей (%d/%d/%d)" -#: ../../enterprise/meta/advanced/synchronizing.user.php:483 +#: ../../enterprise/meta/advanced/synchronizing.user.php:555 #, php-format msgid "" "The followings elements groups/profiles/user profiles were created/updated " "sucessfully (%d/%d/%d)" msgstr "" -"Следующие элементы группы / профили / профили пользователей были созданы / " -"обновлены успешно (%d/%d/%d)" +"Следующие элементы группы/профили/профили пользователей были " +"созданы/обновлены успешно (%d/%d/%d)" -#: ../../enterprise/meta/advanced/synchronizing.user.php:501 +#: ../../enterprise/meta/advanced/synchronizing.user.php:577 msgid "Synchronizing Users" -msgstr "" +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 +#: ../../enterprise/meta/advanced/synchronizing.user.php:587 +#: ../../godmode/massive/massive_delete_profiles.php:122 +#: ../../godmode/massive/massive_add_profiles.php:118 +#: ../../include/functions_reporting.php:10558 +#: ../../operation/search_results.php:92 msgid "Users" msgstr "Пользователи" -#: ../../enterprise/meta/advanced/synchronizing.user.php:523 -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:599 +#: ../../enterprise/godmode/agentes/inventory_manager.php:219 +#: ../../enterprise/include/functions_ui.php:92 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 +#: ../../enterprise/meta/advanced/synchronizing.user.php:609 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:336 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:393 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:503 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:574 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:231 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 +#: ../../enterprise/meta/general/main_header.php:563 +#: ../../enterprise/godmode/policies/policy_alerts.php:584 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:391 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:124 +#: ../../enterprise/godmode/massive/massive_edit_services.php:800 +#: ../../enterprise/godmode/massive/massive_edit_services.php:812 +#: ../../enterprise/godmode/massive/massive_edit_services.php:824 +#: ../../enterprise/godmode/massive/massive_edit_services.php:836 +#: ../../enterprise/godmode/alerts/alert_events.php:636 +#: ../../enterprise/godmode/services/services.service.php:834 +#: ../../enterprise/godmode/services/services.service.php:846 +#: ../../enterprise/godmode/services/services.service.php:858 +#: ../../enterprise/godmode/services/services.service.php:870 +#: ../../extensions/insert_data.php:183 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:146 +#: ../../godmode/massive/massive_copy_modules.php:137 +#: ../../godmode/massive/massive_delete_modules.php:329 +#: ../../godmode/massive/massive_delete_modules.php:464 +#: ../../godmode/massive/massive_add_alerts.php:271 +#: ../../godmode/massive/massive_delete_alerts.php:262 +#: ../../godmode/massive/massive_edit_modules.php:306 +#: ../../godmode/massive/massive_edit_modules.php:419 +#: ../../godmode/alerts/alert_list.builder.php:81 +#: ../../godmode/alerts/alert_list.builder.php:155 +#: ../../godmode/setup/setup_integria.php:358 +#: ../../godmode/setup/setup_integria.php:376 +#: ../../godmode/setup/setup_integria.php:405 +#: ../../godmode/setup/setup_integria.php:423 +#: ../../godmode/setup/setup_integria.php:481 +#: ../../godmode/setup/setup_integria.php:499 +#: ../../godmode/setup/setup_integria.php:528 +#: ../../godmode/setup/setup_integria.php:546 +#: ../../include/class/AgentsAlerts.class.php:347 +#: ../../operation/incidents/configure_integriaims_incident.php:221 +#: ../../operation/incidents/configure_integriaims_incident.php:237 +#: ../../operation/incidents/configure_integriaims_incident.php:283 +#: ../../general/header.php:266 msgid "Select" -msgstr "Выбор" +msgstr "Выбрать" -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +#: ../../enterprise/meta/advanced/synchronizing.user.php:613 msgid "Profile mode" msgstr "Режим профиля" -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +#: ../../enterprise/meta/advanced/synchronizing.user.php:613 msgid "Profile synchronization mode." msgstr "Режим синхронизации профиля." -#: ../../enterprise/meta/advanced/synchronizing.user.php:534 +#: ../../enterprise/meta/advanced/synchronizing.user.php:614 msgid "New profile" msgstr "Новый профиль" -#: ../../enterprise/meta/advanced/synchronizing.user.php:536 +#: ../../enterprise/meta/advanced/synchronizing.user.php:614 msgid "" "The selected user profile will be added to the selected users into the target" msgstr "" +"Выбранный профиль пользователя будет добавлен к выбранным пользователям в " +"цель" -#: ../../enterprise/meta/advanced/synchronizing.user.php:537 +#: ../../enterprise/meta/advanced/synchronizing.user.php:614 msgid "Copy profile" msgstr "Копировать профиль" -#: ../../enterprise/meta/advanced/synchronizing.user.php:539 +#: ../../enterprise/meta/advanced/synchronizing.user.php:614 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 +#: ../../enterprise/meta/advanced/synchronizing.user.php:616 +#: ../../enterprise/meta/advanced/synchronizing.user.php:648 +msgid "Create groups if not exist" +msgstr "Создать группы, если они не существуют" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:616 +#: ../../enterprise/meta/advanced/synchronizing.user.php:648 +msgid "Create groups assigned to user profile if not exist in node" +msgstr "" +"Создать группы, приписанные к профилю пользователя, если они не существуют в " +"узле" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:645 +#: ../../enterprise/godmode/setup/setup_auth.php:227 +#: ../../enterprise/godmode/setup/setup_auth.php:506 +#: ../../enterprise/godmode/setup/setup_auth.php:1284 +#: ../../godmode/users/profile_list.php:290 ../../godmode/menu.php:136 msgid "Profiles" msgstr "Профили" -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" -msgstr "Настройка Консолей" +#: ../../enterprise/meta/advanced/policymanager.apply.php:129 +#: ../../enterprise/godmode/policies/policy.php:196 +#: ../../enterprise/godmode/policies/policy.php:244 +msgid "Duplicated or incompatible operation in the queue" +msgstr "Дублированные или несовместимые операции в очереди" -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:106 -msgid "General setup" -msgstr "Общие настройки" +#: ../../enterprise/meta/advanced/policymanager.apply.php:137 +#: ../../enterprise/meta/advanced/policymanager.apply.php:141 +#: ../../enterprise/godmode/policies/policy.php:184 +#: ../../enterprise/godmode/policies/policy.php:239 +msgid "Operation successfully added to the queue" +msgstr "Операция успешно добавлена к очереди" -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:109 -msgid "Passwords setup" -msgstr "Настройка паролей" +#: ../../enterprise/meta/advanced/policymanager.apply.php:141 +#: ../../enterprise/meta/advanced/policymanager.apply.php:149 +msgid "Only database" +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/policymanager.apply.php:145 +#: ../../enterprise/meta/advanced/policymanager.apply.php:149 +#: ../../enterprise/meta/advanced/policymanager.apply.php:153 +#: ../../enterprise/godmode/policies/policy.php:190 +#: ../../enterprise/godmode/policies/policy.php:240 +msgid "Operation cannot be added to the queue" +msgstr "Операция не может быть добавлена к очереди" -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:115 -msgid "Visual setup" -msgstr "Визуальная настройка" +#: ../../enterprise/meta/advanced/policymanager.apply.php:186 +msgid "Apply Policies" +msgstr "Применить политики" -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:118 -msgid "Performance setup" -msgstr "Настройка производительности" +#: ../../enterprise/meta/advanced/policymanager.apply.php:198 +#: ../../enterprise/include/functions_groups.php:33 +#: ../../enterprise/operation/agentes/ver_agente.php:236 +#: ../../include/functions_networkmap.php:1318 +#: ../../include/functions_maps.php:42 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:333 +#: ../../operation/tree.php:109 ../../operation/search_results.php:170 +#: ../../operation/search_main.php:73 +msgid "Policies" +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/policymanager.apply.php:200 +#: ../../godmode/menu.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:353 +#: ../../mobile/include/functions_web.php:28 +msgid "Servers" +msgstr "Серверы" -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:124 -msgid "Strings translation" -msgstr "Перевод строк" +#: ../../enterprise/meta/advanced/policymanager.apply.php:213 +#: ../../enterprise/meta/advanced/policymanager.queue.php:307 +#: ../../enterprise/godmode/policies/policy_queue.php:528 +#: ../../enterprise/godmode/policies/policy_agents.php:787 +#: ../../enterprise/godmode/policies/policy_agents.php:1166 +#: ../../enterprise/include/functions_update_manager.php:247 +#: ../../godmode/update_manager/update_manager.offline.php:117 +#: ../../include/functions_visual_map_editor.php:641 +#: ../../include/functions_update_manager.php:1450 +msgid "Apply" +msgstr "Применить" -#: ../../enterprise/meta/advanced/metasetup.php:95 -#: ../../enterprise/meta/advanced/metasetup.php:127 -msgid "Offline Update Manager" -msgstr "" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:97 +#: ../../enterprise/include/class/Omnishell.class.php:1553 +#: ../../enterprise/include/lib/Metaconsole/Node.php:86 +#: ../../enterprise/include/lib/Metaconsole/Node.php:135 +#: ../../enterprise/include/lib/Metaconsole/Node.php:186 +#: ../../enterprise/include/lib/Metaconsole/Node.php:281 +#: ../../enterprise/include/lib/Metaconsole/Node.php:334 +msgid "success" +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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:103 #, php-format -msgid "Could not be update: Error in %s" -msgstr "Не может быть обновлено: Ошибка в %s" +msgid "Node %s is not recognized as metaconsole node." +msgstr "Узел %s не распознается как узел, принадлежащий метаконсоли." -#: ../../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 "Установите 0, если никогда не истекают." - -#: ../../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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:110 #, php-format -msgid "Error creating %s policies" -msgstr "Ошибка создания %s правил" +msgid "Node %s license missmatch." +msgstr "Узел %s не совпадает в лицензии." -#: ../../enterprise/meta/advanced/policymanager.sync.php:251 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:117 #, php-format -msgid "Created %s policies" -msgstr "Создано %s правил" +msgid "Cannot connect to node %s" +msgstr "Невозможно подключиться к узлу %s" -#: ../../enterprise/meta/advanced/policymanager.sync.php:256 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:124 #, php-format -msgid "Error creating/updating %s/%s policy modules" -msgstr "Ошибка создания/обновление %s/ %s модулей политики" +msgid "Unknown error synchronizing %s" +msgstr "Неизвестная ошибка синхронизации %s" -#: ../../enterprise/meta/advanced/policymanager.sync.php:259 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:134 #, php-format -msgid "Created/Updated %s/%s policy modules" -msgstr "Создано/Обновлено %s/%s модулей политики" +msgid "Synchronized %d nodes, but some failed to synchronize %s" +msgstr "Синхронизированы %d узла, но несколько не синхронизировались %s" -#: ../../enterprise/meta/advanced/policymanager.sync.php:264 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:141 #, php-format -msgid "Error deleting %s policy modules" -msgstr "Ошибка удаления %s модулей политики" +msgid "Successfully synchronized all nodes (%d)" +msgstr "Успешно синхронизированы все узлы (%d)" -#: ../../enterprise/meta/advanced/policymanager.sync.php:267 -#, php-format -msgid "Deleted %s policy modules" -msgstr "Удалено %s модулей политики" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:208 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:308 +msgid "Node synchronization process failed" +msgstr "Процесс синхронизации узла не выполнен" -#: ../../enterprise/meta/advanced/policymanager.sync.php:272 -#, php-format -msgid "Error creating %s policy alerts" -msgstr "Ошибка создания %s оповещений политики" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:275 -#, php-format -msgid "Created %s policy alerts" -msgstr "Создано %s оповещений политики" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:280 -#, php-format -msgid "Error deleting %s policy alerts" -msgstr "Ощибка удаления %s оповещений политики" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:283 -#, php-format -msgid "Deleted %s policy alerts" -msgstr "Удалено %s оповещений политики" - -#: ../../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 "Ошибка при создании/обновление %s/%s групп" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:122 -#, php-format -msgid "Created/Updated %s/%s groups" -msgstr "Создано/Обновлено %s/%s групп" - -#: ../../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 "Ошибка при создании/обновление %s/%s комманд" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 -#, php-format -msgid "Created/Updated %s/%s commands" -msgstr "Созданы/Обновлены %s/%s комманды" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 -#, php-format -msgid "Error creating/updating %s/%s actions" -msgstr "Ошибка при создании/обновление %s/%s действий" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 -#, php-format -msgid "Created/Updated %s/%s actions" -msgstr "Создано/Обновлено %s/%s действий" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 -#, php-format -msgid "Error creating/updating %s/%s templates" -msgstr "Ошибка создания/ обновление %s/%s шаблонов" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 -#, php-format -msgid "Created/Updated %s/%s templates" -msgstr "Созданы/Обновлены %s/%s шаблоны" - -#: ../../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 "Следует ли использовать Javascript или статические графики PNG" - -#: ../../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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:208 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:308 msgid "" -"Custom report front page. It will be applied to all reports and templates by " -"default." +"If you are trying to migrate this node to a new metaconsole, please use the " +"form available at Settings > Enterprise at node console." 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.consoles.php:218 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:83 +msgid "Could not be update" +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 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:258 +msgid "Could not be create, duplicated register found." +msgstr "Не удалось создать, найден дублирующий регистр." + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:318 +#: ../../enterprise/meta/advanced/links.php:46 +#: ../../enterprise/meta/advanced/cron_main.php:154 +#: ../../enterprise/meta/advanced/cron_main.php:198 +#: ../../enterprise/meta/advanced/cron_main.php:286 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:76 +#: ../../enterprise/godmode/alerts/alert_events.php:400 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:47 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:220 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:233 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:282 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:301 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:381 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:398 +#: ../../enterprise/godmode/servers/manage_export.php:112 +#: ../../enterprise/godmode/servers/manage_export.php:119 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:80 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:111 +#: ../../enterprise/include/ajax/servers.ajax.php:197 +#: ../../enterprise/include/ajax/servers.ajax.php:330 +#: ../../enterprise/operation/agentes/transactional_map.php:108 +#: ../../enterprise/tools/ipam/ipam_action.php:126 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/users/profile_list.php:236 +#: ../../godmode/users/configure_user.php:454 +#: ../../godmode/agentes/configurar_agente.php:872 +#: ../../godmode/agentes/planned_downtime.editor.php:414 +#: ../../godmode/snmpconsole/snmp_alert.php:277 +#: ../../godmode/snmpconsole/snmp_filters.php:143 +#: ../../godmode/alerts/alert_commands.php:557 +#: ../../godmode/alerts/configure_alert_template.php:509 +#: ../../godmode/alerts/alert_special_days.php:172 +#: ../../godmode/alerts/alert_list.php:178 ../../godmode/setup/news.php:66 +#: ../../godmode/setup/gis.php:44 ../../godmode/setup/links.php:41 +#: ../../include/functions_alerts.php:2876 +#: ../../include/functions_planned_downtimes.php:114 +#: ../../include/functions_planned_downtimes.php:832 +msgid "Successfully created" +msgstr "Успешно создано" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:319 +#: ../../enterprise/godmode/modules/local_components.php:108 +#: ../../enterprise/godmode/modules/local_components.php:273 +#: ../../enterprise/godmode/policies/policies.php:223 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:98 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:77 +#: ../../enterprise/godmode/alerts/alert_events.php:400 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:48 +#: ../../enterprise/godmode/servers/manage_export.php:112 +#: ../../enterprise/godmode/servers/manage_export.php:119 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:81 +#: ../../enterprise/include/ajax/servers.ajax.php:198 +#: ../../enterprise/operation/agentes/transactional_map.php:109 +#: ../../enterprise/tools/ipam/ipam_action.php:120 +#: ../../godmode/modules/manage_nc_groups.php:84 +#: ../../godmode/modules/manage_network_components.php:192 +#: ../../godmode/modules/manage_network_components.php:401 +#: ../../godmode/users/configure_user.php:455 +#: ../../godmode/agentes/configurar_agente.php:356 +#: ../../godmode/agentes/configurar_agente.php:867 +#: ../../godmode/agentes/planned_downtime.editor.php:404 +#: ../../godmode/alerts/alert_commands.php:544 +#: ../../godmode/alerts/configure_alert_template.php:159 +#: ../../godmode/alerts/configure_alert_template.php:500 +#: ../../godmode/alerts/alert_special_days.php:167 +#: ../../godmode/alerts/alert_list.php:165 ../../godmode/setup/news.php:67 +#: ../../godmode/setup/gis.php:46 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4915 +#: ../../include/functions_alerts.php:2877 +#: ../../include/functions_planned_downtimes.php:112 +#: ../../include/functions_planned_downtimes.php:827 +#: ../../operation/agentes/pandora_networkmap.php:126 +#: ../../operation/agentes/pandora_networkmap.php:367 +msgid "Could not be created" +msgstr "Не может быть создано" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:335 +msgid "Successfully delete" +msgstr "Успешно удалено" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +msgid "Could not be delete" +msgstr "Не может быть удалено" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:352 +#: ../../enterprise/godmode/policies/policy_alerts.php:97 +#: ../../enterprise/godmode/policies/policy_modules.php:499 +#: ../../enterprise/godmode/alerts/alert_events_list.php:254 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:144 +#: ../../godmode/users/user_list.php:324 +#: ../../godmode/agentes/configurar_agente.php:2294 +#: ../../godmode/agentes/modificar_agente.php:198 +#: ../../godmode/massive/massive_enable_disable_alerts.php:102 +#: ../../godmode/alerts/alert_list.php:341 +#: ../../include/ajax/alert_list.ajax.php:344 +msgid "Successfully enabled" +msgstr "Успешно включено" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:353 +#: ../../enterprise/godmode/policies/policy_alerts.php:98 +#: ../../enterprise/godmode/policies/policy_modules.php:500 +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:145 +#: ../../godmode/agentes/configurar_agente.php:2295 +#: ../../godmode/agentes/modificar_agente.php:199 +#: ../../godmode/massive/massive_enable_disable_alerts.php:102 +#: ../../godmode/alerts/alert_list.php:342 +#: ../../include/ajax/alert_list.ajax.php:346 +msgid "Could not be enabled" +msgstr "Не удается включить" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:369 +#: ../../enterprise/godmode/policies/policy_alerts.php:118 +#: ../../enterprise/godmode/policies/policy_modules.php:515 +#: ../../enterprise/godmode/alerts/alert_events_list.php:274 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:153 +#: ../../godmode/users/user_list.php:318 +#: ../../godmode/agentes/configurar_agente.php:2313 +#: ../../godmode/agentes/modificar_agente.php:241 +#: ../../godmode/massive/massive_enable_disable_alerts.php:120 +#: ../../godmode/alerts/alert_list.php:362 +#: ../../include/ajax/alert_list.ajax.php:365 +msgid "Successfully disabled" +msgstr "Успешно отключено" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:370 +#: ../../enterprise/godmode/policies/policy_alerts.php:119 +#: ../../enterprise/godmode/policies/policy_modules.php:516 +#: ../../enterprise/godmode/alerts/alert_events_list.php:275 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:154 +#: ../../godmode/agentes/configurar_agente.php:2314 +#: ../../godmode/agentes/modificar_agente.php:242 +#: ../../godmode/massive/massive_enable_disable_alerts.php:120 +#: ../../godmode/alerts/alert_list.php:363 +#: ../../include/ajax/alert_list.ajax.php:367 +msgid "Could not be disabled" +msgstr "Не удается отключить" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:437 +#, php-format +msgid "%s Metaconsole item edition" +msgstr "%s Редактирование элементов метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:443 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:698 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:499 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../enterprise/include/functions_reporting_csv.php:1056 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/reporting/reporting_builder.item_editor.php:989 +#: ../../godmode/reporting/visual_console_builder.elements.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:466 +#: ../../include/functions_visual_map_editor.php:67 +#: ../../include/functions_visual_map_editor.php:193 +#: ../../include/functions_visual_map_editor.php:779 +#: ../../include/functions_visual_map_editor.php:1394 +#: ../../include/functions_visual_map.php:4230 +#: ../../include/rest-api/models/VisualConsole/Item.php:1889 +#: ../../include/rest-api/models/VisualConsole/Item.php:2083 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:285 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:304 +#: ../../include/lib/Dashboard/Widgets/module_value.php:278 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:274 +#: ../../include/lib/Dashboard/Widgets/module_status.php:294 +#: ../../operation/visual_console/view.php:312 +msgid "Label" +msgstr "Этикетка" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:443 +msgid "Custom label to identify this setup." +msgstr "Этикетка пользователя для идентификации установки" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:446 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:700 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:203 +msgid "Console URL" +msgstr "URL Консоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:446 +#, php-format +msgid "Full path to %s console (without index.php). Example %s" +msgstr "Полный маршрут к %s консоли (без index.php). Пример %s" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:449 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:199 +msgid "Auth token" +msgstr "Токен Аутентифакации" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:450 +#, php-format 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." +"Token previously configured on the destination %s console in order to use " +"delegated authentification." msgstr "" -"Каталог пользовательских логотипы в вашей www Pandora Console in " -"\"images/custom_logo\". Вы можете загружать больше файлов (только JPEG) в " -"инструменте загрузок в консоли." +"Предварительно настроенный токен на направлении %s консоли для использования " +"делегированной аутентификации." -#: ../../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/metasetup.consoles.php:463 +#: ../../enterprise/meta/advanced/metasetup.setup.php:271 +#: ../../enterprise/meta/include/functions_meta.php:506 +#: ../../enterprise/meta/include/functions_meta.php:515 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:207 +#: ../../godmode/setup/setup_general.php:210 +#: ../../include/functions_config.php:212 +msgid "API password" +msgstr "API пароль" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "redirected ip server in conf into source DB" -msgstr "перенаправленный IP сервер в конф исходной БД" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:474 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:230 +msgid "Console User" +msgstr "Пользователь Консоли" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "created agent in destination DB" -msgstr "созданный агент в назначенной БД" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:483 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:234 +msgid "Console Password" +msgstr "Пароль Консоли" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 -msgid "created agent modules in destination DB" -msgstr "созданные агенты модулей в назначенной БД" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:494 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:701 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:212 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:272 +msgid "DB Host" +msgstr "Хост БД" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 -msgid "created agent alerts in destination DB" -msgstr "созданный агент оповещений в назначенной БД" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:503 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:216 +msgid "DB Name" +msgstr "Имя БД" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 -msgid "created alerts actions in destination DB" -msgstr "созданные агенты действий в назначенной БД" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:512 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 +msgid "DB User" +msgstr "Пользователь БД" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 -msgid "disabled agent in source DB" -msgstr "отключенный агент в исходной БД" +#: ../../enterprise/meta/advanced/metasetup.consoles.php:521 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:225 +msgid "DB Password" +msgstr "Пароль БД" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:532 +#: ../../enterprise/include/class/DatabaseHA.class.php:952 +msgid "DB port" +msgstr "DB порт" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:543 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:630 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:635 +#: ../../enterprise/godmode/policies/policy_modules.php:408 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:324 +#: ../../enterprise/godmode/alerts/alert_events_list.php:690 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:132 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:221 +#: ../../extensions/quick_shell.php:496 +#: ../../godmode/agentes/module_manager_editor.php:719 +#: ../../godmode/agentes/agent_manager.php:843 +#: ../../godmode/agentes/agent_manager.php:977 +#: ../../godmode/massive/massive_edit_agents.php:765 +#: ../../godmode/massive/massive_add_action_alerts.php:244 +#: ../../include/functions_visual_map_editor.php:895 +#: ../../operation/events/events_list.php:1018 +#: ../../operation/events/events.php:1350 +msgid "Advanced options" +msgstr "Дополнительные опции" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:543 +msgid "Define database connection from Pandora FMS node to this Metaconsole" +msgstr "Определить связь базы данных из узла Pandora FMS к этой Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:565 +msgid "Metaconsole DB Host" +msgstr "Хост БД Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:574 +msgid "Metaconsole DB Name" +msgstr "Имя БД Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:583 +msgid "Metaconsole DB User" +msgstr "Пользователь БД Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:592 +msgid "Metaconsole DB Password" +msgstr "Пароль БД Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:603 +#: ../../enterprise/godmode/setup/setup.php:250 +msgid "Metaconsole DB port" +msgstr "Порт БД Метаконсоли" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:692 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:267 +msgid "DB" +msgstr "БД" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:693 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:268 +msgid "API" +msgstr "API" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:694 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:269 +msgid "Compatibility" +msgstr "Совместимость" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:695 +msgid "Event replication" +msgstr "Репликация события" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:696 +#: ../../enterprise/include/functions_setup.php:192 +msgid "Agent cache" +msgstr "Кэш Агента" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:702 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:301 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:76 +#: ../../operation/search_agents.php:119 ../../operation/search_agents.php:120 +#: ../../operation/agentes/ver_agente.php:1291 +#: ../../operation/servers/recon_view.php:47 +msgid "Manage" +msgstr "Управлять" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:765 +msgid "New node" +msgstr "Новый узел" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:797 +msgid "Synchronize all" +msgstr "Синхронизировать все" + +#: ../../enterprise/meta/advanced/links.php:44 ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" +msgstr "Ошибка при создании ссылки" + +#: ../../enterprise/meta/advanced/links.php:57 +msgid "The link was not updated, the data is identical" +msgstr "Ссылка не была обновлена, данные не изменены" + +#: ../../enterprise/meta/advanced/links.php:65 ../../godmode/setup/links.php:58 +msgid "There was a problem modifying link" +msgstr "Ошибка при изменении ссылки" + +#: ../../enterprise/meta/advanced/links.php:67 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:107 +#: ../../enterprise/godmode/policies/policy_modules.php:1243 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:122 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:367 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:132 +#: ../../enterprise/godmode/alerts/alert_events.php:428 +#: ../../enterprise/godmode/alerts/alert_events_list.php:101 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:175 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:69 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:317 +#: ../../enterprise/operation/agentes/transactional_map.php:140 +#: ../../enterprise/tools/ipam/ipam_action.php:182 +#: ../../enterprise/tools/ipam/ipam_massive.php:47 +#: ../../godmode/modules/manage_nc_groups.php:112 +#: ../../godmode/users/profile_list.php:219 +#: ../../godmode/agentes/status_monitor_custom_fields.php:57 +#: ../../godmode/agentes/configurar_agente.php:1209 +#: ../../godmode/agentes/planned_downtime.editor.php:416 +#: ../../godmode/netflow/nf_edit_form.php:139 +#: ../../godmode/snmpconsole/snmp_alert.php:407 +#: ../../godmode/snmpconsole/snmp_filters.php:89 +#: ../../godmode/massive/massive_edit_modules.php:184 +#: ../../godmode/alerts/configure_alert_command.php:119 +#: ../../godmode/alerts/alert_templates.php:161 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../godmode/alerts/alert_special_days.php:249 +#: ../../godmode/alerts/alert_list.php:94 +#: ../../godmode/alerts/alert_list.php:299 ../../godmode/setup/news.php:107 +#: ../../godmode/setup/gis.php:36 ../../godmode/setup/links.php:60 +#: ../../godmode/events/event_edit_filter.php:209 +#: ../../include/functions_alerts.php:2876 +#: ../../include/functions_planned_downtimes.php:124 +#: ../../operation/snmpconsole/snmp_view.php:180 +msgid "Successfully updated" +msgstr "Успешно обновлено" + +#: ../../enterprise/meta/advanced/links.php:79 ../../godmode/setup/links.php:71 +msgid "There was a problem deleting link" +msgstr "Ошибка при удалении ссылки" + +#: ../../enterprise/meta/advanced/links.php:97 +msgid "Link Name error" +msgstr "Ошибка Имени Ссылки" + +#: ../../enterprise/meta/advanced/links.php:124 +#: ../../enterprise/meta/advanced/links.php:151 +#: ../../godmode/setup/links.php:113 ../../godmode/setup/links.php:142 +msgid "Link name" +msgstr "Имя Ссылки" + +#: ../../enterprise/meta/advanced/links.php:127 +#: ../../enterprise/godmode/policies/policy_linking.php:179 +#: ../../godmode/setup/links.php:116 +msgid "Link" +msgstr "Ссылка" + +#: ../../enterprise/meta/advanced/links.php:133 +#: ../../enterprise/meta/advanced/collections.data.php:44 +#: ../../enterprise/meta/advanced/collections.data.php:73 +#: ../../enterprise/meta/advanced/collections.data.php:95 +#: ../../enterprise/meta/advanced/collections.data.php:112 +#: ../../enterprise/meta/advanced/collections.data.php:134 +#: ../../enterprise/meta/advanced/collections.data.php:174 +#: ../../enterprise/meta/advanced/collections.editor.php:112 +#: ../../enterprise/meta/advanced/cron_main.php:458 +#: ../../enterprise/meta/advanced/collections.php:492 +#: ../../enterprise/meta/advanced/collections.php:503 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:300 +#: ../../enterprise/meta/include/functions_autoprovision.php:562 +#: ../../enterprise/meta/include/functions_autoprovision.php:763 +#: ../../enterprise/extensions/backup/main.php:290 +#: ../../enterprise/godmode/modules/configure_local_component.php:661 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:459 +#: ../../enterprise/godmode/modules/local_components.php:647 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:145 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:658 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:707 +#: ../../enterprise/godmode/agentes/collections.agents.php:40 +#: ../../enterprise/godmode/agentes/collections.data.php:70 +#: ../../enterprise/godmode/agentes/collections.data.php:171 +#: ../../enterprise/godmode/agentes/collections.data.php:195 +#: ../../enterprise/godmode/agentes/collections.data.php:212 +#: ../../enterprise/godmode/agentes/collections.data.php:236 +#: ../../enterprise/godmode/agentes/collections.data.php:286 +#: ../../enterprise/godmode/agentes/collections.editor.php:158 +#: ../../enterprise/godmode/agentes/collections.php:398 +#: ../../enterprise/godmode/policies/configure_policy.php:125 +#: ../../enterprise/godmode/policies/policy_modules.php:428 +#: ../../enterprise/godmode/policies/policies.php:684 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:24 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:87 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:384 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:269 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:433 +#: ../../enterprise/godmode/alerts/alert_events_list.php:755 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:517 +#: ../../enterprise/godmode/services/services.service.php:901 +#: ../../enterprise/godmode/setup/edit_skin.php:296 +#: ../../enterprise/godmode/reporting/aws_view.php:167 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:237 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:595 +#: ../../enterprise/godmode/servers/manage_export.php:130 +#: ../../enterprise/godmode/servers/manage_export.php:169 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3167 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:366 +#: ../../enterprise/tools/ipam/ipam_list.php:257 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:454 +#: ../../enterprise/tools/ipam/ipam_editor.php:276 +#: ../../godmode/modules/manage_nc_groups_form.php:93 +#: ../../godmode/modules/manage_network_templates_form.php:168 +#: ../../godmode/modules/manage_nc_groups.php:296 +#: ../../godmode/modules/manage_network_components_form.php:369 +#: ../../godmode/modules/manage_network_components.php:887 +#: ../../godmode/modules/manage_network_templates.php:297 +#: ../../godmode/groups/configure_group.php:273 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/users/profile_list.php:413 +#: ../../godmode/users/configure_user.php:1435 +#: ../../godmode/agentes/module_manager_editor.php:761 +#: ../../godmode/agentes/planned_downtime.list.php:373 +#: ../../godmode/agentes/planned_downtime.list.php:556 +#: ../../godmode/agentes/agent_manager.php:1028 +#: ../../godmode/agentes/configure_field.php:138 +#: ../../godmode/agentes/module_manager.php:203 +#: ../../godmode/netflow/nf_edit_form.php:271 +#: ../../godmode/snmpconsole/snmp_alert.php:1155 +#: ../../godmode/snmpconsole/snmp_alert.php:1532 +#: ../../godmode/snmpconsole/snmp_filters.php:242 +#: ../../godmode/snmpconsole/snmp_filters.php:315 +#: ../../godmode/alerts/configure_alert_command.php:351 +#: ../../godmode/alerts/alert_actions.php:465 +#: ../../godmode/alerts/alert_list.list.php:942 +#: ../../godmode/alerts/alert_commands.php:720 +#: ../../godmode/alerts/configure_alert_special_days.php:155 +#: ../../godmode/alerts/alert_templates.php:475 +#: ../../godmode/alerts/configure_alert_action.php:373 +#: ../../godmode/alerts/alert_special_days.php:552 +#: ../../godmode/alerts/alert_special_days.php:574 +#: ../../godmode/alerts/alert_list.php:453 ../../godmode/setup/news.php:231 +#: ../../godmode/setup/gis.php:94 ../../godmode/setup/os.php:51 +#: ../../godmode/setup/os.php:79 ../../godmode/setup/links.php:124 +#: ../../godmode/reporting/create_container.php:333 +#: ../../godmode/reporting/map_builder.php:534 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1868 +#: ../../godmode/reporting/graph_builder.main.php:300 +#: ../../godmode/events/event_responses.editor.php:209 +#: ../../godmode/events/event_edit_filter.php:653 +#: ../../godmode/servers/plugin.php:598 ../../godmode/tag/edit_tag.php:262 +#: ../../godmode/category/edit_category.php:190 +#: ../../include/functions_visual_map_editor.php:884 +#: ../../include/class/ManageNetScanScripts.class.php:762 +#: ../../include/class/ModuleTemplates.class.php:957 +#: ../../include/class/ModuleTemplates.class.php:1004 +#: ../../include/functions_filemanager.php:820 +#: ../../include/functions_filemanager.php:826 +#: ../../operation/gis_maps/gis_map.php:207 +#: ../../operation/incidents/configure_integriaims_incident.php:327 +#: ../../operation/incidents/list_integriaims_incidents.php:326 +msgid "Create" +msgstr "Создать" + +#: ../../enterprise/meta/advanced/links.php:147 +#: ../../godmode/setup/links.php:138 +msgid "There isn't links" +msgstr "Нет ссылок" + +#: ../../enterprise/meta/advanced/policymanager.php:55 +msgid "Policy Manager" +msgstr "Манеджер политики" + +#: ../../enterprise/meta/advanced/policymanager.php:72 +msgid "Apply policies" +msgstr "Применить Политику" + +#: ../../enterprise/meta/advanced/policymanager.php:76 +#: ../../enterprise/meta/advanced/policymanager.php:94 +msgid "Policies queue" +msgstr "Очередь Политик" + +#: ../../enterprise/meta/advanced/policymanager.php:90 +msgid "Policies apply" +msgstr "Применить политики" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:49 +#, php-format +msgid "Error connecting to %s." +msgstr "Ошибка подключения к %s." + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:53 +#, php-format +msgid "Error creating/updating %s/%s module groups." +msgstr "Ошибка создания/обновления %s/%s модульных групп." + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:57 +#, php-format +msgid "Created/Updated %s/%s module groups." +msgstr "Созданные/обновленные %s/%s группы модулей." + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:68 +msgid "Synchronizing Module Groups" +msgstr "Синхронизация Групп Модулей" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:254 +#, php-format +msgid "Error creating %s components groups " +msgstr "Ошибка создания %s компонентов группы " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:258 +#, php-format +msgid "Created %s component groups" +msgstr "Созданные %s компоненты группы" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:263 +#, php-format +msgid "Error creating/updating %s/%s local components " +msgstr "Ошибка при создании/обновлении %s/%s локальных компонентов " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:267 +#, php-format +msgid "Created/Updated %s/%s local components" +msgstr "Создано/Обновлено %s/%s локальные компоненты" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:272 +#, php-format +msgid "Error creating/updating %s/%s network components " +msgstr "Ошибка при создании/обновлении %s/%s сетевых компонентов " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:276 +#, php-format +msgid "Created/Updated %s/%s network components" +msgstr "Созданы/Обновлены %s/%s сетевые компоненты" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:293 +msgid "Synchronizing Components" +msgstr "Синхронизация Компонентов" + +#: ../../enterprise/meta/advanced/collections.data.php:35 +#: ../../enterprise/meta/advanced/collections.editor.php:40 +#: ../../enterprise/meta/include/functions_agents_meta.php:530 +#: ../../enterprise/godmode/agentes/collections.agents.php:46 +#: ../../enterprise/godmode/agentes/collections.data.php:56 +#: ../../enterprise/godmode/agentes/collections.editor.php:68 +#: ../../enterprise/godmode/policies/policies.php:544 +#: ../../enterprise/godmode/policies/policy_collections.php:31 +#: ../../enterprise/godmode/menu.php:70 +#: ../../enterprise/include/functions_policies.php:3825 +#: ../../general/first_task/collections.php:22 +msgid "Collections" +msgstr "Коллекции" + +#: ../../enterprise/meta/advanced/collections.data.php:48 +#: ../../enterprise/meta/advanced/collections.data.php:88 +#: ../../enterprise/meta/advanced/collections.data.php:103 +#: ../../enterprise/meta/advanced/collections.data.php:120 +#: ../../enterprise/meta/advanced/collections.data.php:142 +#: ../../enterprise/meta/advanced/collections.data.php:162 +#: ../../enterprise/meta/advanced/collections.data.php:184 +#: ../../enterprise/meta/advanced/collections.data.php:225 +#: ../../enterprise/meta/advanced/collections.data.php:250 +#: ../../enterprise/meta/advanced/collections.editor.php:34 +#: ../../enterprise/meta/include/functions_events_meta.php:134 +#: ../../enterprise/godmode/agentes/collections.agents.php:49 +#: ../../enterprise/godmode/agentes/collections.agents.php:58 +#: ../../enterprise/godmode/agentes/collections.data.php:76 +#: ../../enterprise/godmode/agentes/collections.data.php:119 +#: ../../enterprise/godmode/agentes/collections.data.php:186 +#: ../../enterprise/godmode/agentes/collections.data.php:203 +#: ../../enterprise/godmode/agentes/collections.data.php:220 +#: ../../enterprise/godmode/agentes/collections.data.php:244 +#: ../../enterprise/godmode/agentes/collections.data.php:269 +#: ../../enterprise/godmode/agentes/collections.data.php:296 +#: ../../enterprise/godmode/agentes/collections.data.php:319 +#: ../../enterprise/godmode/agentes/collections.editor.php:53 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:744 +#: ../../enterprise/include/functions_reporting_csv.php:791 +#: ../../enterprise/include/functions_reporting_csv.php:827 +#: ../../enterprise/include/functions_reporting_csv.php:866 +#: ../../enterprise/include/functions_reporting_csv.php:926 +#: ../../enterprise/include/functions_reporting_csv.php:1356 +#: ../../enterprise/include/functions_reporting_csv.php:2139 +#: ../../enterprise/include/functions_reporting_csv.php:2175 +#: ../../enterprise/include/functions_reporting_csv.php:2281 +#: ../../enterprise/include/functions_reporting_csv.php:2376 +#: ../../enterprise/include/functions_reporting_csv.php:2473 +#: ../../enterprise/include/functions_reporting.php:2143 +#: ../../enterprise/include/functions_reporting.php:2176 +#: ../../enterprise/include/functions_reporting.php:2180 +#: ../../enterprise/include/functions_services.php:1509 +#: ../../enterprise/operation/agentes/policy_view.php:385 +#: ../../enterprise/operation/agentes/tag_view.php:668 +#: ../../extensions/insert_data.php:191 ../../extensions/insert_data.php:192 +#: ../../godmode/agentes/status_monitor_custom_fields.php:113 +#: ../../godmode/agentes/status_monitor_custom_fields.php:152 +#: ../../godmode/events/custom_events.php:114 +#: ../../mobile/operation/modules.php:702 +#: ../../mobile/operation/modules.php:705 +#: ../../mobile/operation/modules.php:706 +#: ../../mobile/operation/modules.php:707 +#: ../../mobile/operation/modules.php:708 +#: ../../mobile/operation/modules.php:709 +#: ../../mobile/operation/modules.php:710 +#: ../../mobile/operation/modules.php:711 +#: ../../mobile/operation/modules.php:712 +#: ../../mobile/operation/modules.php:714 +#: ../../mobile/operation/modules.php:717 +#: ../../mobile/operation/modules.php:718 +#: ../../mobile/operation/modules.php:719 +#: ../../mobile/operation/modules.php:720 +#: ../../mobile/operation/modules.php:721 +#: ../../mobile/operation/modules.php:722 +#: ../../mobile/operation/modules.php:723 +#: ../../mobile/operation/modules.php:724 +#: ../../mobile/operation/modules.php:840 +#: ../../include/functions_reporting_html.php:2221 +#: ../../include/functions_reporting_html.php:2225 +#: ../../include/functions_reporting_html.php:2226 +#: ../../include/functions_reporting_html.php:2230 +#: ../../include/functions_reporting_html.php:2235 +#: ../../include/functions_reporting_html.php:2240 +#: ../../include/functions_reporting_html.php:2244 +#: ../../include/functions_reporting_html.php:2249 +#: ../../include/functions_reporting_html.php:2256 +#: ../../include/functions_reporting_html.php:2305 +#: ../../include/functions_reporting_html.php:2379 +#: ../../include/ajax/module.php:982 ../../include/ajax/custom_fields.php:412 +#: ../../include/functions_graph.php:3726 +#: ../../include/functions_netflow.php:297 +#: ../../include/functions_reporting.php:3499 +#: ../../include/functions_reporting.php:3540 +#: ../../include/functions_events.php:208 +#: ../../include/functions_events.php:290 +#: ../../include/functions_events.php:6590 +#: ../../operation/agentes/exportdata.csv.php:74 +#: ../../operation/agentes/exportdata.php:83 +#: ../../operation/agentes/status_monitor.php:1268 +#: ../../operation/agentes/exportdata.excel.php:74 +#: ../../operation/search_modules.php:37 +#: ../../operation/events/events.build_table.php:330 +msgid "Data" +msgstr "Данные" + +#: ../../enterprise/meta/advanced/collections.data.php:78 +#: ../../enterprise/godmode/agentes/collections.data.php:176 msgid "" -"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " -"Console." +"Unable to create the collection. Another collection with the same short name." msgstr "" -"Не установленный IP мета консоли в \"черном списоке IP с доступом API\" " -"предполагаемой консоли Pandora." +"Невозможно создать коллекцию. Другая коллекция обладает тем же коротким " +"именем." -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Successfully moved" -msgstr "Успешно перемещено" +#: ../../enterprise/meta/advanced/collections.data.php:99 +#: ../../enterprise/meta/advanced/collections.data.php:116 +#: ../../enterprise/godmode/agentes/collections.data.php:199 +#: ../../enterprise/godmode/agentes/collections.data.php:216 +msgid "Unable to create the collection" +msgstr "Не удается создать коллекцию" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Could not be moved" -msgstr "Не может быть перемещено" +#: ../../enterprise/meta/advanced/collections.data.php:99 +#: ../../enterprise/godmode/agentes/collections.data.php:199 +msgid "Invalid characters in short name" +msgstr "Недопустимые символы в кратком имени" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 -msgid "Move Agents" -msgstr "" +#: ../../enterprise/meta/advanced/collections.data.php:110 +#: ../../enterprise/godmode/agentes/collections.data.php:61 +#: ../../enterprise/godmode/agentes/collections.data.php:169 +#: ../../enterprise/godmode/agentes/collections.data.php:193 +#: ../../enterprise/godmode/agentes/collections.data.php:210 +#: ../../enterprise/godmode/agentes/collections.data.php:234 +#: ../../enterprise/godmode/agentes/collections.data.php:284 +msgid "Manager configuration > New" +msgstr "Конфигурация менеджера > Новая" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 -msgid "Source Server" -msgstr "Сервер Источника" +#: ../../enterprise/meta/advanced/collections.data.php:116 +#: ../../enterprise/godmode/agentes/collections.data.php:216 +#: ../../enterprise/include/functions_local_components.php:170 +msgid "Empty name" +msgstr "Пустое имя" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 -msgid "Destination Server" -msgstr "Назначенный Сервер" +#: ../../enterprise/meta/advanced/collections.data.php:138 +#: ../../enterprise/meta/advanced/collections.data.php:180 +#: ../../enterprise/godmode/agentes/collections.data.php:240 +#: ../../enterprise/godmode/agentes/collections.data.php:292 +msgid "Unable to create the collection." +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/collections.data.php:156 +#: ../../enterprise/meta/advanced/collections.data.php:287 +#: ../../enterprise/godmode/agentes/collections.data.php:263 +msgid "Correct create collection" +msgstr "Успешно создана коллекция файлов" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +#: ../../enterprise/meta/advanced/collections.data.php:164 +#: ../../enterprise/meta/advanced/collections.data.php:228 +#: ../../enterprise/meta/advanced/collections.data.php:252 +#: ../../enterprise/meta/advanced/collections.editor.php:37 +#: ../../enterprise/meta/advanced/collections.editor.php:337 +#: ../../enterprise/meta/advanced/collections.editor.php:353 +#: ../../enterprise/godmode/agentes/collections.agents.php:52 +#: ../../enterprise/godmode/agentes/collections.data.php:129 +#: ../../enterprise/godmode/agentes/collections.data.php:271 +#: ../../enterprise/godmode/agentes/collections.data.php:321 +#: ../../enterprise/godmode/agentes/collections.editor.php:62 +#: ../../enterprise/godmode/agentes/collections.editor.php:388 +#: ../../enterprise/godmode/agentes/collections.editor.php:409 +#: ../../enterprise/include/functions_collection.php:136 +#: ../../operation/agentes/ver_agente.php:1562 +msgid "Files" +msgstr "Файлы" + +#: ../../enterprise/meta/advanced/collections.data.php:218 +#: ../../enterprise/godmode/agentes/collections.data.php:108 +#: ../../enterprise/godmode/agentes/collections.data.php:255 +#: ../../enterprise/godmode/agentes/collections.data.php:338 +#: ../../enterprise/godmode/agentes/collections.data.php:351 +#: ../../enterprise/godmode/agentes/collections.data.php:356 +#: ../../enterprise/godmode/agentes/collections.editor.php:81 +msgid "Manager configuration > Edit " +msgstr "Конфигурация менеджера > Редактировать " + +#: ../../enterprise/meta/advanced/collections.data.php:271 +#: ../../enterprise/godmode/agentes/collections.data.php:342 +msgid "Unable to edit the collection, empty name." +msgstr "Не удается редактировать коллекцию, пустое имя." + +#: ../../enterprise/meta/advanced/collections.data.php:281 +#: ../../enterprise/godmode/agentes/collections.data.php:354 +msgid "Unable to edit the collection." +msgstr "Не удается редактировать коллекцию." + +#: ../../enterprise/meta/advanced/collections.data.php:303 +#: ../../enterprise/meta/include/functions_autoprovision.php:540 +#: ../../enterprise/godmode/agentes/collections.data.php:387 +#: ../../godmode/setup/os.builder.php:32 +#: ../../godmode/reporting/visual_console_builder.data.php:106 +msgid "Name:" +msgstr "Имя:" + +#: ../../enterprise/meta/advanced/collections.data.php:316 +#: ../../enterprise/godmode/agentes/collections.data.php:400 +msgid "Recreate file" +msgstr "Воссоздать файл" + +#: ../../enterprise/meta/advanced/collections.data.php:344 +#: ../../enterprise/meta/advanced/collections.data.php:345 +#: ../../enterprise/godmode/agentes/collection_manager.php:172 +#: ../../enterprise/godmode/agentes/collection_manager.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:284 +#: ../../enterprise/godmode/agentes/collection_manager.php:285 +#: ../../enterprise/godmode/agentes/collections.data.php:428 +#: ../../enterprise/godmode/agentes/collections.data.php:429 +msgid "Need to regenerate" +msgstr "Необходимо восстановление" + +#: ../../enterprise/meta/advanced/collections.data.php:354 +#: ../../enterprise/meta/advanced/collections.data.php:355 +#: ../../enterprise/meta/advanced/collections.php:469 +#: ../../enterprise/meta/advanced/collections.php:470 +#: ../../enterprise/godmode/agentes/collection_manager.php:181 +#: ../../enterprise/godmode/agentes/collection_manager.php:182 +#: ../../enterprise/godmode/agentes/collection_manager.php:293 +#: ../../enterprise/godmode/agentes/collection_manager.php:294 +#: ../../enterprise/godmode/agentes/collections.data.php:438 +#: ../../enterprise/godmode/agentes/collections.data.php:439 +#: ../../enterprise/godmode/agentes/collections.php:379 +#: ../../enterprise/godmode/agentes/collections.php:380 +#: ../../enterprise/operation/agentes/collection_view.php:122 +#: ../../enterprise/operation/agentes/collection_view.php:123 +msgid "The collection directory does not exist." +msgstr "Каталог коллекций не найден" + +#: ../../enterprise/meta/advanced/collections.data.php:368 +#: ../../enterprise/godmode/agentes/collections.data.php:453 +msgid "Group:" +msgstr "Группа:" + +#: ../../enterprise/meta/advanced/collections.data.php:391 +#: ../../enterprise/godmode/agentes/collections.data.php:475 +msgid "Short name:" +msgstr "Краткое имя:" + +#: ../../enterprise/meta/advanced/collections.data.php:397 +#: ../../enterprise/godmode/agentes/collections.data.php:480 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" +"The collection's short name is the name of dir in attachment dir and the " +"package collection." msgstr "" +"Краткое имя коллекции - это имя каталога в приложении каталога и пакете " +"коллекции." -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Create group if doesn’t exist in destination" +#: ../../enterprise/meta/advanced/collections.data.php:397 +#: ../../enterprise/godmode/agentes/collections.data.php:480 +msgid "Short name must contain only alphanumeric characters, - or _ ." msgstr "" +"Краткое имя должно содержать только буквенно-цифровые символы, - или _." -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Based on name" +#: ../../enterprise/meta/advanced/collections.data.php:397 +#: ../../enterprise/godmode/agentes/collections.data.php:480 +msgid "Empty for default short name fc_X where X is the collection id." msgstr "" +"Оставьте его пустым для краткого имени по умолчанию (fc_X), где X - " +"идентификатор коллекции." -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 -msgid "Add agents to destination server" -msgstr "Добавить агенты к назначенному серверыу" +#: ../../enterprise/meta/advanced/collections.data.php:403 +#: ../../enterprise/meta/include/functions_autoprovision.php:543 +#: ../../enterprise/godmode/agentes/collections.data.php:484 +#: ../../operation/snmpconsole/snmp_view.php:1111 +msgid "Description:" +msgstr "Описание:" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 -msgid "Remove agents to doesn't move to destination server" +#: ../../enterprise/meta/advanced/agents_setup.autoprovision.php:72 +#, php-format +msgid "Provisioning custom data %s successfully deleted." +msgstr "Предоставление данных пользователя %s успешно удалено." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision.php:79 +#, php-format +msgid "Cannot delete custom data %s." +msgstr "Невозможно удалить пользовательские данные %s." + +#: ../../enterprise/meta/advanced/agents_setup.autoprovision.php:92 +msgid "There was an error when moving the custom provisioning data." +msgstr "Возникла ошибка при перемещении передачи пользовательских данных." + +#: ../../enterprise/meta/advanced/collections.editor.php:101 +#: ../../enterprise/meta/advanced/collections.editor.php:169 +#: ../../enterprise/godmode/agentes/collections.editor.php:147 +#: ../../enterprise/godmode/agentes/collections.editor.php:212 +#: ../../godmode/servers/plugin.php:157 +#: ../../include/functions_filemanager.php:755 +msgid "Edit file" +msgstr "Редактировать файл" + +#: ../../enterprise/meta/advanced/collections.editor.php:104 +#: ../../enterprise/meta/advanced/collections.editor.php:171 +#: ../../enterprise/godmode/agentes/collections.editor.php:150 +#: ../../enterprise/godmode/agentes/collections.editor.php:214 +msgid "Back to file explorer" +msgstr "Вернуться к проводнику файлов" + +#: ../../enterprise/meta/advanced/collections.editor.php:143 +#: ../../enterprise/godmode/agentes/collections.editor.php:186 +#: ../../include/functions_filemanager.php:329 +msgid "Security error." +msgstr "Ошибка безопасности." + +#: ../../enterprise/meta/advanced/collections.editor.php:194 +#: ../../enterprise/godmode/agentes/collections.editor.php:236 +#: ../../godmode/servers/plugin.php:176 +msgid "Compatibility mode" +msgstr "Режим совместимости" + +#: ../../enterprise/meta/advanced/collections.editor.php:239 +#: ../../enterprise/godmode/agentes/collections.editor.php:281 +msgid "Correct update file." +msgstr "Правильное обновление файла." + +#: ../../enterprise/meta/advanced/collections.editor.php:240 +#: ../../enterprise/godmode/agentes/collections.editor.php:282 +msgid "Incorrect update file." +msgstr "Неправильное обновление файла." + +#: ../../enterprise/meta/advanced/collections.editor.php:354 +#: ../../enterprise/godmode/agentes/collections.editor.php:410 +msgid "Please, first save a new collection before to upload files." +msgstr "Пожалуйста, прежде чем загружать файлы, сохраните новую коллекцию." + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:101 +#: ../../godmode/update_manager/update_manager.setup.php:193 +msgid "URL update manager:" +msgstr "URL Менеджера обновлений:" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:105 +#: ../../godmode/update_manager/update_manager.setup.php:197 +msgid "URL update manager" +msgstr "URL Менеджера обновлений" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:111 +#: ../../godmode/update_manager/update_manager.setup.php:203 +msgid "Proxy server:" +msgstr "Прокси-сервер:" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:115 +#: ../../godmode/update_manager/update_manager.setup.php:207 +msgid "Proxy server" +msgstr "Прокси-сервер" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:121 +#: ../../godmode/update_manager/update_manager.setup.php:213 +msgid "Proxy port:" +msgstr "Прокси-порт:" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:125 +#: ../../godmode/update_manager/update_manager.setup.php:217 +msgid "Proxy port" +msgstr "Прокси-порт" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:131 +#: ../../godmode/update_manager/update_manager.setup.php:223 +msgid "Proxy user:" +msgstr "Пользователь прокси:" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:135 +#: ../../godmode/update_manager/update_manager.setup.php:227 +msgid "Proxy user" +msgstr "Пользователь прокси" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:141 +#: ../../godmode/update_manager/update_manager.setup.php:233 +msgid "Proxy password:" +msgstr "Пароль прокси:" + +#: ../../enterprise/meta/advanced/metasetup.update_manager_setup.php:145 +#: ../../godmode/update_manager/update_manager.setup.php:237 +msgid "Proxy password" +msgstr "Пароль прокси" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:66 +#, php-format +msgid "Error creating/updating %s/%s tags" +msgstr "Ошибка при создании/обновлении %s/%s тегов" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:70 +#, php-format +msgid "Created/Updated %s/%s tags" +msgstr "Создано/Обновлено %s/%s тегов" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:81 +msgid "Synchronizing Tags" +msgstr "Синхронизация тегов" + +#: ../../enterprise/meta/advanced/cron_main.php:72 +#: ../../enterprise/extensions/cron.php:156 +msgid "Cron jobs" +msgstr "Задачи Cron" + +#: ../../enterprise/meta/advanced/cron_main.php:84 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:547 +msgid "Add new job" +msgstr "Добавить новое задание" + +#: ../../enterprise/meta/advanced/cron_main.php:155 +#: ../../enterprise/meta/advanced/cron_main.php:199 +#: ../../enterprise/meta/advanced/cron_main.php:287 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:212 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:275 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:370 +msgid "Path doesn't exists or is not writable" +msgstr "Путь не существует или недоступен для записи" + +#: ../../enterprise/meta/advanced/cron_main.php:169 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:243 +msgid "Only administrator users can create this type of functions" msgstr "" +"Только пользователи с доступом администратора могут создавать этот тип " +"функций" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 -msgid "Move" -msgstr "Перемещение" +#: ../../enterprise/meta/advanced/cron_main.php:235 +#: ../../enterprise/meta/advanced/cron_main.php:269 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:355 +msgid "Edit job" +msgstr "Редактировать задание" -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 -msgid "Please choose other server." +#: ../../enterprise/meta/advanced/cron_main.php:320 +msgid "" +"In order to make backups it is necessary to have mysqldump on your console." msgstr "" +"Для того чтобы сделать резервную копию, необходимо наличие mysqldump на " +"вашей консоли." -#: ../../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 +#: ../../enterprise/meta/advanced/cron_main.php:341 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:623 +#: ../../enterprise/include/functions_tasklist.php:168 +#: ../../include/functions_cron.php:455 +msgid "Task" +msgstr "Задача" + +#: ../../enterprise/meta/advanced/cron_main.php:372 +#: ../../enterprise/godmode/setup/setup_history.php:675 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:633 +#: ../../enterprise/include/functions_tasklist.php:169 +#: ../../include/functions_cron.php:456 +msgid "Scheduled" +msgstr "Запланировано" + +#: ../../enterprise/meta/advanced/cron_main.php:385 +#: ../../enterprise/include/functions_tasklist.php:170 +#: ../../include/functions_cron.php:457 +msgid "Next execution" +msgstr "Следующее действие" + +#: ../../enterprise/meta/advanced/cron_main.php:394 +msgid "Date format in Pandora is year/month/day" +msgstr "Формат даты в Pandora FMS - год/месяц/день" + +#: ../../enterprise/meta/advanced/cron_main.php:405 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "Формат времени в Pandora FMS - часы(24 часа):минуты:секунды" + +#: ../../enterprise/meta/advanced/cron_main.php:431 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:562 +#: ../../godmode/events/event_responses.editor.php:144 +#: ../../include/ajax/events.php:1844 +#: ../../include/class/ExternalTools.class.php:336 +#: ../../include/lib/Dashboard/Widgets/events_list.php:754 +#: ../../include/functions_events.php:3799 +#: ../../operation/events/events.php:1709 +msgid "Parameters" +msgstr "Параметры" + +#: ../../enterprise/meta/advanced/cron_main.php:517 +#: ../../enterprise/godmode/alerts/alert_events.php:700 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1107 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3696 +#: ../../enterprise/godmode/wizards/consoletask_js.php:41 +#: ../../enterprise/operation/log/log_viewer.php:947 +#: ../../enterprise/operation/log/log_viewer.php:959 +#: ../../enterprise/operation/services/services.treeview_services.php:398 +#: ../../extensions/insert_data.php:221 +#: ../../godmode/agentes/planned_downtime.editor.php:1464 +#: ../../godmode/alerts/configure_alert_template.php:1488 +#: ../../godmode/setup/news.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4057 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:677 +#: ../../operation/tree.php:513 ../../operation/agentes/stat_win.php:534 +#: ../../operation/agentes/interface_traffic_graph_win.php:436 +#: ../../operation/agentes/datos_agente.php:313 +#: ../../operation/agentes/estado_monitores.php:455 +#: ../../operation/network/network_report.php:336 +#: ../../operation/network/network_usage_map.php:184 +#: ../../operation/netflow/nf_live_view.php:739 +#: ../../operation/reporting/reporting_viewer.php:315 +#: ../../operation/reporting/reporting_viewer.php:335 +#: ../../operation/reporting/graph_viewer.php:365 +#: ../../operation/events/events_list.php:2010 +#: ../../operation/events/events.php:2606 +msgid "Choose time" +msgstr "Выберите время" + +#: ../../enterprise/meta/advanced/cron_main.php:518 +#: ../../enterprise/godmode/alerts/alert_events.php:701 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1108 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3697 +#: ../../enterprise/godmode/wizards/consoletask_js.php:42 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:990 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4031 +#: ../../enterprise/operation/log/log_viewer.php:948 +#: ../../enterprise/operation/log/log_viewer.php:960 +#: ../../enterprise/operation/services/services.treeview_services.php:399 +#: ../../extensions/insert_data.php:222 +#: ../../godmode/agentes/planned_downtime.editor.php:1465 +#: ../../godmode/alerts/configure_alert_template.php:1489 +#: ../../godmode/setup/news.php:323 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4058 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:678 +#: ../../operation/tree.php:514 ../../operation/agentes/stat_win.php:535 +#: ../../operation/agentes/interface_traffic_graph_win.php:437 +#: ../../operation/agentes/datos_agente.php:314 +#: ../../operation/agentes/estado_monitores.php:456 +#: ../../operation/network/network_report.php:337 +#: ../../operation/network/network_usage_map.php:185 +#: ../../operation/netflow/nf_live_view.php:740 +#: ../../operation/reporting/reporting_viewer.php:316 +#: ../../operation/reporting/reporting_viewer.php:336 +#: ../../operation/reporting/graph_viewer.php:366 +#: ../../operation/events/events_list.php:2011 +#: ../../operation/events/events.php:2607 +msgid "Time" +msgstr "Время" + +#: ../../enterprise/meta/advanced/cron_main.php:519 +#: ../../enterprise/godmode/alerts/alert_events.php:702 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1109 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3698 +#: ../../enterprise/godmode/wizards/consoletask_js.php:43 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4032 +#: ../../enterprise/operation/log/log_viewer.php:949 +#: ../../enterprise/operation/log/log_viewer.php:961 +#: ../../enterprise/operation/services/services.treeview_services.php:400 +#: ../../extensions/insert_data.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:1466 +#: ../../godmode/alerts/configure_alert_template.php:1490 +#: ../../godmode/setup/news.php:324 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4059 +#: ../../include/functions_html.php:2043 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:679 +#: ../../operation/tree.php:515 ../../operation/agentes/stat_win.php:536 +#: ../../operation/agentes/interface_traffic_graph_win.php:438 +#: ../../operation/agentes/datos_agente.php:315 +#: ../../operation/agentes/estado_monitores.php:457 +#: ../../operation/network/network_report.php:338 +#: ../../operation/network/network_usage_map.php:186 +#: ../../operation/netflow/nf_live_view.php:741 +#: ../../operation/reporting/reporting_viewer.php:317 +#: ../../operation/reporting/reporting_viewer.php:337 +#: ../../operation/reporting/graph_viewer.php:367 +#: ../../operation/events/events_list.php:2012 +#: ../../operation/events/events.php:2608 +msgid "Hour" +msgstr "Час" + +#: ../../enterprise/meta/advanced/cron_main.php:520 +#: ../../enterprise/godmode/alerts/alert_events.php:703 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1110 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3699 +#: ../../enterprise/godmode/wizards/consoletask_js.php:44 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4033 +#: ../../enterprise/operation/log/log_viewer.php:950 +#: ../../enterprise/operation/log/log_viewer.php:962 +#: ../../enterprise/operation/services/services.treeview_services.php:401 +#: ../../extensions/insert_data.php:224 +#: ../../godmode/agentes/planned_downtime.editor.php:1467 +#: ../../godmode/alerts/configure_alert_template.php:1491 +#: ../../godmode/setup/news.php:325 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4060 +#: ../../include/functions_html.php:2044 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:680 +#: ../../operation/tree.php:516 ../../operation/agentes/stat_win.php:537 +#: ../../operation/agentes/interface_traffic_graph_win.php:439 +#: ../../operation/agentes/datos_agente.php:316 +#: ../../operation/agentes/estado_monitores.php:458 +#: ../../operation/network/network_report.php:339 +#: ../../operation/network/network_usage_map.php:187 +#: ../../operation/netflow/nf_live_view.php:742 +#: ../../operation/reporting/reporting_viewer.php:318 +#: ../../operation/reporting/reporting_viewer.php:338 +#: ../../operation/reporting/graph_viewer.php:368 +#: ../../operation/events/events_list.php:2013 +#: ../../operation/events/events.php:2609 +msgid "Minute" +msgstr "Минута" + +#: ../../enterprise/meta/advanced/cron_main.php:521 +#: ../../enterprise/godmode/alerts/alert_events.php:704 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1111 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3700 +#: ../../enterprise/godmode/wizards/consoletask_js.php:45 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4034 +#: ../../enterprise/operation/log/log_viewer.php:951 +#: ../../enterprise/operation/log/log_viewer.php:963 +#: ../../enterprise/operation/services/services.treeview_services.php:402 +#: ../../extensions/insert_data.php:225 +#: ../../godmode/agentes/planned_downtime.editor.php:1468 +#: ../../godmode/alerts/configure_alert_template.php:1492 +#: ../../godmode/setup/news.php:326 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4061 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:681 +#: ../../operation/tree.php:517 ../../operation/agentes/stat_win.php:538 +#: ../../operation/agentes/interface_traffic_graph_win.php:440 +#: ../../operation/agentes/datos_agente.php:317 +#: ../../operation/agentes/estado_monitores.php:459 +#: ../../operation/network/network_report.php:340 +#: ../../operation/network/network_usage_map.php:188 +#: ../../operation/netflow/nf_live_view.php:743 +#: ../../operation/reporting/reporting_viewer.php:319 +#: ../../operation/reporting/reporting_viewer.php:339 +#: ../../operation/reporting/graph_viewer.php:369 +#: ../../operation/events/events_list.php:2014 +#: ../../operation/events/events.php:2610 +msgid "Second" +msgstr "Секунда" + +#: ../../enterprise/meta/advanced/cron_main.php:522 +#: ../../enterprise/godmode/alerts/alert_events.php:705 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1112 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3701 +#: ../../enterprise/godmode/wizards/consoletask_js.php:46 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4035 +#: ../../enterprise/operation/agentes/agent_inventory.php:108 +#: ../../enterprise/operation/log/log_viewer.php:952 +#: ../../enterprise/operation/log/log_viewer.php:964 +#: ../../enterprise/operation/services/services.treeview_services.php:403 +#: ../../extensions/insert_data.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:1469 +#: ../../godmode/alerts/configure_alert_template.php:1493 +#: ../../godmode/setup/news.php:327 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4062 +#: ../../include/functions.php:505 ../../include/functions.php:635 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:682 +#: ../../operation/tree.php:518 ../../operation/agentes/stat_win.php:539 +#: ../../operation/agentes/interface_traffic_graph_win.php:441 +#: ../../operation/agentes/datos_agente.php:318 +#: ../../operation/agentes/estado_monitores.php:460 +#: ../../operation/network/network_report.php:341 +#: ../../operation/network/network_usage_map.php:189 +#: ../../operation/netflow/nf_live_view.php:744 +#: ../../operation/reporting/reporting_viewer.php:320 +#: ../../operation/reporting/reporting_viewer.php:340 +#: ../../operation/reporting/graph_viewer.php:370 +#: ../../operation/events/events_list.php:2015 +#: ../../operation/events/events.php:2611 +msgid "Now" +msgstr "Сейчас" + +#: ../../enterprise/meta/advanced/cron_main.php:523 +#: ../../enterprise/godmode/alerts/alert_events.php:706 +#: ../../enterprise/godmode/setup/setup.php:748 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1113 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3702 +#: ../../enterprise/godmode/wizards/consoletask_js.php:47 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4036 +#: ../../enterprise/operation/log/log_viewer.php:953 +#: ../../enterprise/operation/log/log_viewer.php:965 +#: ../../enterprise/operation/services/services.treeview_services.php:404 +#: ../../extensions/insert_data.php:227 +#: ../../godmode/agentes/planned_downtime.editor.php:1470 +#: ../../godmode/alerts/configure_alert_template.php:1494 +#: ../../godmode/setup/news.php:328 +#: ../../godmode/reporting/reporting_builder.item_editor.php:4063 +#: ../../godmode/wizards/HostDevices.class.php:796 +#: ../../mobile/include/ui.class.php:685 ../../mobile/include/ui.class.php:743 +#: ../../include/class/WelcomeWindow.class.php:159 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:683 +#: ../../include/functions_snmp_browser.php:600 ../../operation/tree.php:519 +#: ../../operation/agentes/stat_win.php:540 +#: ../../operation/agentes/interface_traffic_graph_win.php:442 +#: ../../operation/agentes/datos_agente.php:319 +#: ../../operation/agentes/estado_monitores.php:461 +#: ../../operation/network/network_report.php:342 +#: ../../operation/network/network_usage_map.php:190 +#: ../../operation/netflow/nf_live_view.php:745 +#: ../../operation/reporting/reporting_viewer.php:321 +#: ../../operation/reporting/reporting_viewer.php:341 +#: ../../operation/reporting/graph_viewer.php:371 +#: ../../operation/events/events_list.php:2016 +#: ../../operation/events/events.php:2612 +msgid "Close" +msgstr "Закрыть" + +#: ../../enterprise/meta/advanced/synchronizing.php:36 +#: ../../enterprise/meta/general/main_header.php:315 +msgid "Synchronizing" +msgstr "Синхронизация" + +#: ../../enterprise/meta/advanced/synchronizing.php:60 +#: ../../enterprise/meta/advanced/synchronizing.php:92 +msgid "Users synchronization" +msgstr "Синхронизация пользователей" + +#: ../../enterprise/meta/advanced/synchronizing.php:64 +#: ../../enterprise/meta/advanced/synchronizing.php:96 +msgid "Groups synchronization" +msgstr "Синхронизация групп" + +#: ../../enterprise/meta/advanced/synchronizing.php:68 +#: ../../enterprise/meta/advanced/synchronizing.php:100 +msgid "Alerts synchronization" +msgstr "Синхронизация предупреждений" + +#: ../../enterprise/meta/advanced/synchronizing.php:72 +#: ../../enterprise/meta/advanced/synchronizing.php:104 +msgid "Components synchronization" +msgstr "Синхронизация компонентов" + +#: ../../enterprise/meta/advanced/synchronizing.php:76 +#: ../../enterprise/meta/advanced/synchronizing.php:108 +msgid "Tags synchronization" +msgstr "Синхронизация тегов" + +#: ../../enterprise/meta/advanced/synchronizing.php:80 +#: ../../enterprise/meta/advanced/synchronizing.php:112 +msgid "OS synchronization" +msgstr "Синхронизация ОС" + +#: ../../enterprise/meta/advanced/synchronizing.php:84 +#: ../../enterprise/meta/advanced/synchronizing.php:116 +msgid "Module Groups synchronization" +msgstr "Синхронизация Групп Модулей" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:108 +#: ../../enterprise/godmode/modules/configure_local_component.php:160 +#: ../../godmode/modules/manage_network_components_form_common.php:48 +#: ../../godmode/users/configure_user.php:1178 +#: ../../godmode/alerts/alert_commands.php:137 +#: ../../godmode/alerts/alert_commands.php:178 +#: ../../godmode/alerts/configure_alert_template.php:972 +#: ../../godmode/alerts/configure_alert_template.php:1013 +#: ../../godmode/alerts/configure_alert_template.php:1172 msgid "Basic" msgstr "Базовый" -#: ../../enterprise/meta/advanced/metasetup.setup.php:103 -#: ../../godmode/setup/setup_general.php:66 +#: ../../enterprise/meta/advanced/metasetup.setup.php:113 +#: ../../enterprise/meta/include/functions_meta.php:380 +#: ../../include/functions_config.php:168 +msgid "Language settings" +msgstr "Языковые настройки" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:126 +#: ../../enterprise/meta/include/functions_meta.php:389 +#: ../../godmode/setup/setup_general.php:108 +#: ../../include/functions_config.php:180 +msgid "Auto login (hash) password" +msgstr "Пароль (hash) для автовхода в систему" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../enterprise/meta/include/functions_meta.php:398 +#: ../../godmode/setup/setup_general.php:122 +#: ../../include/functions_config.php:184 +msgid "Time source" +msgstr "Источник времени" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:144 +#: ../../godmode/setup/setup_general.php:123 +#: ../../mobile/operation/events.php:127 +#: ../../include/functions_reporting_html.php:1103 +#: ../../include/functions_reporting_html.php:2097 +#: ../../include/functions.php:1234 ../../include/functions_graph.php:2814 +#: ../../include/functions_graph.php:3580 +#: ../../include/functions_graph.php:3582 +#: ../../include/functions_reporting.php:9735 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:433 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:429 +#: ../../include/functions_events.php:2631 +#: ../../include/functions_events.php:3226 +#: ../../operation/events/events.php:2123 +msgid "System" +msgstr "Система" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:145 +#: ../../godmode/setup/setup_general.php:124 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 "" -"Если SSL не настроено должным образом, вы потеряете доступ к консоли Pandora " -"FMS. Вы хотите продолжить?" +#: ../../enterprise/meta/advanced/metasetup.setup.php:148 +#: ../../enterprise/meta/include/functions_meta.php:407 +#: ../../godmode/setup/setup_general.php:147 +#: ../../include/functions_config.php:196 +msgid "Enforce https" +msgstr "Использовать HTTPS" -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../godmode/setup/setup_general.php:77 +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#, php-format +msgid "" +"If SSL is not properly configured, you will lose access to the %s Console. " +"Do you want to continue?" +msgstr "" +"Если конфигурация SSL не произведена должным образом, вы потеряете доступ к " +"%s Консоли. Хотите продолжить?" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../enterprise/meta/include/functions_meta.php:416 +msgid "Centralized management" +msgstr "Централизованное управление" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../enterprise/meta/include/functions_meta.php:425 +#: ../../godmode/setup/setup_general.php:181 +#: ../../include/functions_config.php:204 +msgid "Attachment store" +msgstr "Папка для вложений" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 msgid "Directory where temporary data is stored." msgstr "Каталог, в котором хранятся временные данные." -#: ../../enterprise/meta/advanced/metasetup.setup.php:120 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:159 +#: ../../enterprise/meta/include/functions_meta.php:434 +#: ../../godmode/setup/setup_general.php:86 +#: ../../include/functions_config.php:172 +msgid "Remote config directory" +msgstr "Каталог дистанционных настроек" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:162 +#: ../../enterprise/meta/include/functions_meta.php:443 +#: ../../godmode/setup/setup_general.php:96 +msgid "Phantomjs bin directory" +msgstr "Каталог Phantomjs bin" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:162 +msgid "" +"Directory where phantomjs binary file exists and has execution grants." +msgstr "" +"Каталог, в котором существует файл Phantomjs bin, и где у него есть право на " +"осуществление действий." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:166 +#: ../../godmode/setup/setup_general.php:247 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:271 +#: ../../include/functions_update_manager.php:196 msgid "Africa" msgstr "Африка" -#: ../../enterprise/meta/advanced/metasetup.setup.php:121 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:167 +#: ../../godmode/setup/setup_general.php:248 +#: ../../include/functions_visual_map_editor.php:291 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:272 +#: ../../include/functions_update_manager.php:197 msgid "America" msgstr "Америка" -#: ../../enterprise/meta/advanced/metasetup.setup.php:122 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:168 +#: ../../godmode/setup/setup_general.php:249 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:273 +#: ../../include/functions_update_manager.php:198 msgid "Antarctica" msgstr "Антарктида" -#: ../../enterprise/meta/advanced/metasetup.setup.php:123 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:169 +#: ../../godmode/setup/setup_general.php:250 +#: ../../include/functions_visual_map_editor.php:293 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:274 +#: ../../include/functions_update_manager.php:199 msgid "Arctic" msgstr "Арктика" -#: ../../enterprise/meta/advanced/metasetup.setup.php:124 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:170 +#: ../../godmode/setup/setup_general.php:251 +#: ../../include/functions_visual_map_editor.php:294 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:275 +#: ../../include/functions_update_manager.php:200 msgid "Asia" msgstr "Азия" -#: ../../enterprise/meta/advanced/metasetup.setup.php:125 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:171 +#: ../../godmode/setup/setup_general.php:252 +#: ../../include/functions_visual_map_editor.php:295 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:276 +#: ../../include/functions_update_manager.php:201 msgid "Atlantic" msgstr "Атлантика" -#: ../../enterprise/meta/advanced/metasetup.setup.php:126 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:172 +#: ../../godmode/setup/setup_general.php:253 +#: ../../include/functions_visual_map_editor.php:296 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:277 +#: ../../include/functions_update_manager.php:202 msgid "Australia" msgstr "Австралия" -#: ../../enterprise/meta/advanced/metasetup.setup.php:127 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:173 +#: ../../godmode/setup/setup_general.php:254 +#: ../../include/functions_visual_map_editor.php:297 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:278 +#: ../../include/functions_update_manager.php:203 msgid "Europe" msgstr "Европа" -#: ../../enterprise/meta/advanced/metasetup.setup.php:128 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:174 +#: ../../godmode/setup/setup_general.php:255 +#: ../../include/functions_visual_map_editor.php:298 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:279 +#: ../../include/functions_update_manager.php:204 msgid "Indian" -msgstr "Индийский" +msgstr "Индийский регион" -#: ../../enterprise/meta/advanced/metasetup.setup.php:129 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:175 +#: ../../godmode/setup/setup_general.php:256 +#: ../../include/functions_visual_map_editor.php:299 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:280 +#: ../../include/functions_update_manager.php:205 msgid "Pacific" -msgstr "Тихоокеанское" +msgstr "Океания" -#: ../../enterprise/meta/advanced/metasetup.setup.php:130 -#: ../../godmode/setup/setup_general.php:182 +#: ../../enterprise/meta/advanced/metasetup.setup.php:176 +#: ../../godmode/setup/setup_general.php:257 +#: ../../include/functions_visual_map_editor.php:300 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:281 +#: ../../include/functions_update_manager.php:206 msgid "UTC" -msgstr "UTC" +msgstr "UTC (время по Гринвичу)" -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -#: ../../godmode/setup/setup_general.php:207 +#: ../../enterprise/meta/advanced/metasetup.setup.php:195 +#: ../../enterprise/meta/include/functions_meta.php:452 +#: ../../godmode/setup/setup_general.php:277 +#: ../../include/functions_config.php:238 +#: ../../include/functions_update_manager.php:226 +msgid "Timezone setup" +msgstr "Настройка часового пояса" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:197 +#: ../../godmode/setup/setup_general.php:294 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 "" -"Установите это значение, когда ваши PandoraFMS через обратный прокси-сервер " -"или, например, с mod_proxy из Apache." +#: ../../enterprise/meta/advanced/metasetup.setup.php:201 +#: ../../enterprise/meta/include/functions_meta.php:461 +#: ../../godmode/setup/setup_general.php:317 +#: ../../include/functions_config.php:270 +msgid "Public URL" +msgstr "Общедоступный URL" -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../include/functions_config.php:605 -#: ../../godmode/setup/setup_netflow.php:61 +#: ../../enterprise/meta/advanced/metasetup.setup.php:202 +#, php-format +msgid "" +"Set this value when you need your %s to be accessible via a public URL (for " +"example using Apache mod_proxy settings)." +msgstr "" +"Установите это значение, когда вы хотите, чтобы ваш %s был доступен через " +"общий URL (например, при использовании Apache mod_proxy settings)." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:205 +#: ../../enterprise/meta/include/functions_meta.php:470 +#: ../../godmode/setup/setup_general.php:327 +#: ../../include/functions_config.php:274 +msgid "Force use Public URL" +msgstr "Принудить к использованию общего URL" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:206 +msgid "Force using defined public URL)." +msgstr "Принудить к использованию определенного общего URL)." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:213 +#, php-format +msgid "" +"If public URL is not properly configured, you will lose access to the %s " +"Console. Do you want to continue?" +msgstr "" +"Если общий URL неправильно настроен, вы потеряете доступ к %s Консоли. Вы " +"хотите продолжить?" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:219 +#: ../../enterprise/meta/include/functions_meta.php:479 +#: ../../godmode/setup/setup_general.php:341 +#: ../../include/functions_config.php:278 +msgid "Public URL host exclusions" +msgstr "Исключения для хоста в общем URL" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:222 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../include/functions_config.php:1431 msgid "Disable custom live view filters" msgstr "Отключить пользовательские фильтры живого просмотра" -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../godmode/setup/setup_netflow.php:62 +#: ../../enterprise/meta/advanced/metasetup.setup.php:222 msgid "" "Disable the definition of custom filters in the live view. Only existing " "filters can be used." @@ -7831,315 +7092,4439 @@ msgstr "" "Отключить определение пользовательских фильтров в живом просмотре. Только " "существующие фильтры могут быть использованы." -#: ../../enterprise/meta/advanced/metasetup.setup.php:164 +#: ../../enterprise/meta/advanced/metasetup.setup.php:226 +#: ../../enterprise/meta/include/functions_meta.php:497 +#: ../../godmode/setup/setup_general.php:368 +#: ../../include/functions_config.php:290 +msgid "Command Snapshot" +msgstr "Команда Snapshot" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:226 +msgid "The string modules with several lines show as command output" +msgstr "Строка модуля с несколькими линиями показана как вывод команды" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:231 msgid "Customize sections" msgstr "Настройка разделов" -#: ../../enterprise/meta/advanced/metasetup.setup.php:186 +#: ../../enterprise/meta/advanced/metasetup.setup.php:252 msgid "Disabled sections" msgstr "Отключенные разделы" -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.setup.php:254 msgid "Enabled sections" msgstr "Включенные разделы" -#: ../../enterprise/meta/advanced/metasetup.setup.php:194 +#: ../../enterprise/meta/advanced/metasetup.setup.php:259 msgid "Push selected sections to enable it" -msgstr "Вставьте выбранные разделы чтобы подключить их" +msgstr "Нажмите на выбранные разделы чтобы подключить их" -#: ../../enterprise/meta/advanced/metasetup.setup.php:198 +#: ../../enterprise/meta/advanced/metasetup.setup.php:261 msgid "Pop selected sections to disable it" -msgstr "Вставьте выбранные разделы чтобы отключить их" +msgstr "Нажмите на выбранные разделы чтобы отключить их" -#: ../../enterprise/meta/advanced/metasetup.setup.php:210 -#: ../../godmode/setup/setup_general.php:90 +#: ../../enterprise/meta/advanced/metasetup.setup.php:271 msgid "Please be careful if you put a password put https access." msgstr "" -"Пожалуйста, будьте осторожны, если вы поставите пароль - поставьте https " -"доступ." +"Пожалуйста, будьте осторожны, если вы устанавливаете пароль - поставьте " +"https доступ." -#: ../../enterprise/meta/general/logon_ok.php:32 -msgid "Network traffic" -msgstr "Сетевой трафик" +#: ../../enterprise/meta/advanced/metasetup.setup.php:276 +#: ../../enterprise/meta/include/functions_meta.php:524 +#: ../../godmode/setup/setup_general.php:191 +#: ../../include/functions_config.php:208 +msgid "IP list with API access" +msgstr "Список IP адресов с доступом к API" -#: ../../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/advanced/metasetup.setup.php:287 +#: ../../enterprise/meta/include/functions_meta.php:533 +#: ../../enterprise/godmode/setup/setup.php:378 +msgid "Enable update manager" +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/advanced/metasetup.setup.php:292 +#: ../../enterprise/meta/include/functions_meta.php:557 +#: ../../enterprise/godmode/setup/setup.php:90 +#: ../../include/functions_config.php:389 +msgid "Size of collection" +msgstr "Размер коллекции" -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1745 -msgid "Topology" -msgstr "Топология" +#: ../../enterprise/meta/advanced/metasetup.setup.php:293 +#: ../../enterprise/godmode/setup/setup.php:98 +msgid " Bytes" +msgstr " Байты" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:295 +msgid "Max. agents to add in policy concurrently" +msgstr "" +"Макс. возможное количество Агентов для одновременного добавления в политику" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:295 +msgid "" +"Maximum allowed number of agents to be added in policy concurrently (adding " +"a high number of agents at a time can lead to performance issues)" +msgstr "" +"Максимально разрешенное число одновременного добавления агентов (добавление " +"высокого количества агентов за раз может привести к проблемам в работе)" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:299 +msgid "Enable Agent API" +msgstr "Активировать API Агента" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:321 +msgid "Enable log viewer" +msgstr "Активировать просмотр журнала" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:325 +#: ../../enterprise/meta/include/functions_meta.php:584 +#: ../../godmode/setup/setup_general.php:465 +msgid "Enable console log" +msgstr "Активировать журнал консоли" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:325 +msgid "Log location: pandora_console/log/console.log" +msgstr "Расположение журнала: pandora_console/log/console.log" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:346 +#: ../../enterprise/meta/include/functions_meta.php:593 +#: ../../godmode/setup/setup_general.php:476 +msgid "Enable audit log" +msgstr "Активировать проверку журнала" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:346 +msgid "Log location: pandora_console/log/audit.log" +msgstr "Расположение журнала: pandora_console/log/audit.log" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:49 +#, php-format +msgid "Error creating/updating %s/%s OS" +msgstr "Ошибка при создании/обновлении %s/%s ОС" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:53 +#, php-format +msgid "Created/Updated %s/%s OS" +msgstr "Создано/Обновлено %s/%s ОС" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:64 +msgid "Synchronizing OS" +msgstr "Синхронизация ОС" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:255 +#, php-format +msgid "Error creating %s policies" +msgstr "Ошибка создания %s политик" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:259 +#, php-format +msgid "Created %s policies" +msgstr "Создано %s политик" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:264 +#, php-format +msgid "Error creating/updating %s/%s policy modules" +msgstr "Ошибка создания/обновления %s/ %s модулей политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:268 +#, php-format +msgid "Created/Updated %s/%s policy modules" +msgstr "Создано/Обновлено %s/%s модулей политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:273 +#, php-format +msgid "Error deleting %s policy modules" +msgstr "Ошибка удаления %s модулей политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:277 +#, php-format +msgid "Deleted %s policy modules" +msgstr "Удалено %s модулей политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:282 +#, php-format +msgid "Error creating %s policy alerts" +msgstr "Ошибка создания %s предупреждений политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:286 +#, php-format +msgid "Created %s policy alerts" +msgstr "Создано %s предупреждений политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:291 +#, php-format +msgid "Error deleting %s policy alerts" +msgstr "Ошибка удаления %s предупреждений политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#, php-format +msgid "Deleted %s policy alerts" +msgstr "Удалено %s предупреждений политики" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:319 +#: ../../enterprise/meta/advanced/policymanager.queue.php:210 +#: ../../enterprise/meta/advanced/policymanager.queue.php:257 +#: ../../enterprise/extensions/resource_exportation/functions.php:18 +#: ../../enterprise/godmode/agentes/collection_manager.php:211 +#: ../../enterprise/godmode/agentes/inventory_manager.php:216 +#: ../../enterprise/godmode/agentes/plugins_manager.php:187 +#: ../../enterprise/godmode/policies/policy_queue.php:425 +#: ../../enterprise/godmode/policies/policy_queue.php:479 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:98 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:84 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:191 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:94 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:427 +#: ../../enterprise/include/functions_policies.php:4097 +#: ../../enterprise/operation/agentes/policy_view.php:50 +#: ../../enterprise/operation/agentes/collection_view.php:61 +#: ../../godmode/agentes/status_monitor_custom_fields.php:73 +#: ../../godmode/agentes/status_monitor_custom_fields.php:142 +#: ../../godmode/agentes/module_manager.php:771 +#: ../../godmode/alerts/alert_view.php:119 +#: ../../include/ajax/alert_list.ajax.php:271 ../../include/ajax/module.php:974 +#: ../../operation/agentes/alerts_status.php:526 +#: ../../operation/agentes/alerts_status.php:562 +#: ../../operation/agentes/status_monitor.php:1214 +msgid "Policy" +msgstr "Политика" + +#: ../../enterprise/meta/advanced/license_meta.php:50 +msgid "Metaconsole and all nodes license updated" +msgstr "Лицензия метаконсоли и всех узлов обновлена" + +#: ../../enterprise/meta/advanced/license_meta.php:52 +#, php-format +msgid "Metaconsole license updated but %d of %d node synchronization failed" +msgstr "" +"Лицензия метаконсоли обновлена, но %d из %d синхронизации всех узлов не " +"выполнено" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:71 +#: ../../godmode/menu.php:327 ../../godmode/setup/setup.php:122 +#: ../../godmode/setup/setup.php:257 +msgid "Performance" +msgstr "Производительность" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:76 +#: ../../enterprise/meta/include/functions_meta.php:1862 +#: ../../godmode/setup/performance.php:257 +#: ../../godmode/setup/performance.php:444 +#: ../../include/functions_config.php:761 +msgid "Max. days before delete events" +msgstr "Макс. количество дней до удаления событий" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:80 +#: ../../enterprise/meta/include/functions_meta.php:1871 +msgid "Active events history" +msgstr "История активных событий" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:85 +#: ../../enterprise/meta/include/functions_meta.php:1880 +#: ../../godmode/setup/performance.php:278 +#: ../../include/functions_config.php:774 +msgid "Max. days before delete audit events" +msgstr "Количество дней до удаления задач аудита" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:88 +#: ../../enterprise/meta/include/functions_meta.php:1889 +#: ../../godmode/setup/performance.php:535 +#: ../../include/functions_config.php:806 +msgid "Default hours for event view" +msgstr "Часы по умолчанию для просмотра событий" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:91 +msgid "Migration block size" +msgstr "Размер блока миграции" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:101 +#: ../../godmode/setup/performance.php:609 +msgid "Events response max. execution" +msgstr "Максимальное время активации ответа событий" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +msgid "" +"Number of events that will perform the desired action at the same time" +msgstr "" +"Количество событий, которые будут производить желаемое действие одновременно" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:115 +#: ../../godmode/setup/performance.php:619 +#: ../../include/functions_config.php:868 +msgid "Row limit in csv log" +msgstr "Лимит строк в журнале csv" + +#: ../../enterprise/meta/advanced/collections.php:39 +msgid "" +"The previous configuration of collections has been imported from the nodes. " +"Please check that the definitions are correct." +msgstr "" +"Предыдущая конфигурация коллекций была импортирована из узлов. Проверьте " +"правильность определений." + +#: ../../enterprise/meta/advanced/collections.php:39 +#: ../../godmode/servers/plugin.php:627 +msgid "Note:" +msgstr "Примечание:" + +#: ../../enterprise/meta/advanced/collections.php:40 +msgid "" +"These definitions will not be operational until you manually \n" +" copy the files from the nodes to the atachment/collection/ directory of " +"the meta console." +msgstr "" +"Эти определения не будут работать, пока вы не скопируете \n" +" вручную файлы из узлов в прикрепленные файлы/ файлы коллекции/ каталог " +"Метаконсоли." + +#: ../../enterprise/meta/advanced/collections.php:42 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:471 +#: ../../godmode/servers/plugin.php:630 +msgid "You can find more information at:" +msgstr "Вы можете найти больше информации здесь:" + +#: ../../enterprise/meta/advanced/collections.php:64 +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:124 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:220 +#: ../../enterprise/meta/monitoring/group_view.php:239 +#: ../../enterprise/meta/monitoring/group_view.php:245 +#: ../../enterprise/meta/monitoring/tactical.php:240 +#: ../../enterprise/meta/include/functions_wizard_meta.php:975 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1059 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1260 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1280 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1495 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1579 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1698 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1718 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:53 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:103 +#: ../../enterprise/godmode/massive/massive_edit_services.php:645 +#: ../../enterprise/godmode/services/services.service.php:688 +#: ../../enterprise/godmode/services/services.service.php:919 +#: ../../enterprise/godmode/services/services.elements.php:372 +#: ../../enterprise/godmode/setup/setup_history.php:580 +#: ../../enterprise/include/functions_reporting.php:4700 +#: ../../enterprise/include/functions_services.php:1345 +#: ../../enterprise/include/functions_login.php:23 +#: ../../enterprise/operation/agentes/transactional_map.php:324 +#: ../../enterprise/operation/agentes/tag_view.php:111 +#: ../../enterprise/operation/services/services.service.php:194 +#: ../../enterprise/operation/services/services.service.php:245 +#: ../../enterprise/operation/services/services.service_map.php:169 +#: ../../enterprise/operation/services/services.treeview_services.php:294 +#: ../../enterprise/operation/services/services.list.php:248 +#: ../../enterprise/operation/services/services.list.php:512 +#: ../../enterprise/operation/services/services.list.php:562 +#: ../../enterprise/operation/services/services.table_services.php:200 +#: ../../godmode/modules/manage_network_components_form_wizard.php:380 +#: ../../godmode/groups/group_list.php:992 +#: ../../godmode/users/configure_user.php:1630 +#: ../../godmode/massive/massive_copy_modules.php:115 +#: ../../godmode/massive/massive_copy_modules.php:275 +#: ../../godmode/massive/massive_delete_modules.php:414 +#: ../../godmode/massive/massive_delete_modules.php:435 +#: ../../godmode/massive/massive_delete_agents.php:152 +#: ../../godmode/massive/massive_edit_agents.php:444 +#: ../../godmode/massive/massive_edit_agents.php:719 +#: ../../godmode/massive/massive_edit_modules.php:374 +#: ../../godmode/massive/massive_edit_modules.php:460 +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../godmode/servers/plugin.php:640 ../../mobile/operation/agents.php:41 +#: ../../mobile/operation/modules.php:52 +#: ../../include/functions_reporting_html.php:1980 +#: ../../include/functions.php:1034 ../../include/functions.php:1271 +#: ../../include/functions.php:1274 ../../include/functions.php:1313 +#: ../../include/functions_graph.php:3503 +#: ../../include/functions_graph.php:3504 +#: ../../include/functions_graph.php:5070 ../../include/functions_ui.php:291 +#: ../../include/functions_ui.php:2580 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:423 +#: ../../include/class/Diagnostics.class.php:1803 +#: ../../include/class/AgentWizard.class.php:1339 +#: ../../include/class/AgentWizard.class.php:3883 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:312 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:382 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:415 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:659 +#: ../../include/functions_events.php:3282 ../../operation/tree.php:178 +#: ../../operation/tree.php:222 ../../operation/tree.php:410 +#: ../../operation/agentes/estado_agente.php:245 +#: ../../operation/agentes/status_monitor.php:435 +#: ../../operation/agentes/group_view.php:198 +#: ../../operation/agentes/group_view.php:203 +#: ../../operation/agentes/estado_monitores.php:525 +#: ../../operation/agentes/tactical.php:153 +#: ../../operation/netflow/nf_live_view.php:451 +#: ../../operation/gis_maps/render_view.php:152 +msgid "Warning" +msgstr "Предостережение" + +#: ../../enterprise/meta/advanced/collections.php:139 +msgid "Deleted collection to the nodes" +msgstr "Коллекция удалена из узлов" + +#: ../../enterprise/meta/advanced/collections.php:140 +msgid "The collection could not be deleted to the nodes" +msgstr "Коллекция не может быть удалена из узлов" + +#: ../../enterprise/meta/advanced/collections.php:151 +#: ../../enterprise/meta/advanced/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:100 +#: ../../enterprise/godmode/agentes/collections.php:182 +#: ../../enterprise/godmode/agentes/collections.php:204 +msgid "Successful create collection package." +msgstr "Успешное создание пакета коллекции." + +#: ../../enterprise/meta/advanced/collections.php:174 +#: ../../enterprise/godmode/agentes/collection_manager.php:101 +#: ../../enterprise/godmode/agentes/collections.php:205 +msgid "Can not create collection package." +msgstr "Пакет коллекции не может быть создан." + +#: ../../enterprise/meta/advanced/collections.php:188 +msgid "Added collection to the nodes" +msgstr "Коллекция добавлена в узлы" + +#: ../../enterprise/meta/advanced/collections.php:189 +msgid "The collection could not be added to the nodes" +msgstr "Коллекцию нельзя добавить в узлы" + +#: ../../enterprise/meta/advanced/collections.php:289 +msgid "To manage collections you must activate centralized management" +msgstr "" +"Чтобы управлять коллекциями вы должны активировать централизованное " +"управление" + +#: ../../enterprise/meta/advanced/collections.php:302 +#: ../../enterprise/meta/advanced/collections.php:308 +#: ../../godmode/users/user_list.php:354 ../../godmode/users/user_list.php:358 +msgid "Search by username, fullname or email" +msgstr "Поиск по имени пользователя, полному имени или по email" + +#: ../../enterprise/meta/advanced/collections.php:327 +#: ../../enterprise/meta/advanced/policymanager.queue.php:246 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:326 +#: ../../enterprise/meta/agentsearch.php:94 +#: ../../enterprise/godmode/modules/local_components.php:529 +#: ../../enterprise/godmode/alerts/alert_events_list.php:453 +#: ../../godmode/modules/manage_network_components.php:667 +#: ../../godmode/users/user_list.php:377 +#: ../../godmode/alerts/alert_actions.php:309 +#: ../../godmode/alerts/alert_templates.php:331 +#: ../../godmode/reporting/reporting_builder.list_items.php:273 +#: ../../godmode/tag/tag.php:206 ../../godmode/tag/tag.php:342 +#: ../../operation/tree.php:256 ../../operation/agentes/alerts_status.php:473 +#: ../../operation/events/events_list.php:1090 +msgid "Show Options" +msgstr "Показать Опции" + +#: ../../enterprise/meta/advanced/collections.php:334 +#: ../../godmode/users/user_list.php:384 +msgid "Users control filter" +msgstr "Фильтр контроля пользователей" + +#: ../../enterprise/meta/advanced/collections.php:335 +#: ../../enterprise/godmode/policies/policy_queue.php:363 +#: ../../enterprise/godmode/policies/policy_queue.php:468 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:174 +#: ../../godmode/users/user_list.php:385 +#: ../../godmode/snmpconsole/snmp_alert.php:1194 +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../operation/agentes/alerts_status.php:490 +#: ../../operation/agentes/graphs.php:269 +#: ../../operation/snmpconsole/snmp_view.php:726 +#: ../../operation/snmpconsole/snmp_view.php:815 +msgid "Toggle filter(s)" +msgstr "Переключить фильтр(ы)" + +#: ../../enterprise/meta/advanced/collections.php:343 +#: ../../enterprise/godmode/agentes/collections.php:239 +msgid "Error: The main directory of collections does not exist." +msgstr "Ошибка: Главный каталог коллекций не существует." + +#: ../../enterprise/meta/advanced/collections.php:408 +#: ../../enterprise/godmode/agentes/collections.php:321 +#: ../../enterprise/include/functions_groups.php:81 +#: ../../enterprise/operation/agentes/ver_agente.php:212 +#: ../../godmode/agentes/configurar_agente.php:698 +msgid "Collection" +msgstr "Коллекция" + +#: ../../enterprise/meta/advanced/collections.php:409 +#: ../../enterprise/godmode/agentes/collection_manager.php:116 +#: ../../enterprise/godmode/agentes/collections.php:322 +#: ../../enterprise/godmode/policies/policy_collections.php:154 +#: ../../enterprise/godmode/policies/policy_collections.php:249 +msgid "Short Name" +msgstr "Краткое имя" + +#: ../../enterprise/meta/advanced/collections.php:445 +#: ../../enterprise/godmode/agentes/collections.php:354 +msgid "Are you sure to delete?" +msgstr "Вы действительно хотите удалить?" + +#: ../../enterprise/meta/advanced/collections.php:446 +#: ../../enterprise/godmode/agentes/collections.php:355 +msgid "Delete collection" +msgstr "Удалить коллекцию" + +#: ../../enterprise/meta/advanced/collections.php:452 +#: ../../enterprise/godmode/agentes/collections.php:362 +msgid "Are you sure to re-apply?" +msgstr "Вы хотите повторить применение?" + +#: ../../enterprise/meta/advanced/collections.php:453 +#: ../../enterprise/godmode/agentes/collections.php:363 +msgid "Re-Apply changes" +msgstr "Повторно применить изменения" + +#: ../../enterprise/meta/advanced/collections.php:460 +#: ../../enterprise/godmode/agentes/collections.php:370 +msgid "Are you sure to apply?" +msgstr "Вы хотите осуществить применение?" + +#: ../../enterprise/meta/advanced/collections.php:461 +#: ../../enterprise/godmode/agentes/collections.php:371 +msgid "Apply changes" +msgstr "Применить изменения" + +#: ../../enterprise/meta/advanced/collections.php:499 +#: ../../general/first_task/collections.php:18 +msgid "There are no collections defined yet." +msgstr "Вы еще не выбрали коллекцию." + +#: ../../enterprise/meta/advanced/policymanager.queue.php:58 +#: ../../enterprise/godmode/policies/policy_queue.php:62 +msgid "Operation successfully deleted from the queue" +msgstr "Операция успешно удалена из очереди" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:59 +#: ../../enterprise/godmode/policies/policy_queue.php:63 +msgid "Operation cannot be deleted from the queue" +msgstr "Операция не может быть удалена из очереди" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:214 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 +#: ../../enterprise/meta/include/functions_autoprovision.php:615 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:361 +#: ../../enterprise/godmode/policies/policy_queue.php:437 +#: ../../enterprise/godmode/policies/policy_queue.php:481 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:223 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3474 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:143 +#: ../../enterprise/include/functions_reporting_csv.php:926 +#: ../../extensions/api_checker.php:156 ../../godmode/extensions.php:148 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3558 +#: ../../include/functions_reporting_html.php:1865 +#: ../../include/functions_reporting_html.php:4151 +#: ../../include/functions_menu.php:604 +#: ../../include/class/ExternalTools.class.php:517 +msgid "Operation" +msgstr "Операция" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/godmode/policies/policy_queue.php:441 +msgid "Apply (database and files)" +msgstr "Применить (базу данных и файлы)" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:219 +#: ../../enterprise/meta/advanced/policymanager.queue.php:311 +#: ../../enterprise/godmode/policies/policy_queue.php:442 +#: ../../enterprise/godmode/policies/policy_queue.php:532 +msgid "Apply (only database)" +msgstr "Применить (только базу данных)" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:229 +#: ../../enterprise/godmode/policies/policy_queue.php:452 +msgid "Complete" +msgstr "Завершить" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:230 +#: ../../enterprise/godmode/policies/policy_queue.php:453 +msgid "Incomplete" +msgstr "Не завершено" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:235 +#: ../../enterprise/extensions/backup/main.php:120 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:142 +#: ../../enterprise/godmode/policies/policy_queue.php:458 +#: ../../enterprise/godmode/policies/policies.php:374 +#: ../../enterprise/godmode/policies/policy_linking.php:104 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:202 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:262 +#: ../../enterprise/godmode/setup/setup_skins.php:93 +#: ../../enterprise/godmode/setup/setup_acl.php:442 +#: ../../enterprise/include/class/SAPView.class.php:393 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2896 +#: ../../enterprise/include/functions_ipam.php:1616 +#: ../../enterprise/operation/services/services.treeview_services.php:178 +#: ../../enterprise/operation/services/services.treeview_services.php:183 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/operation/services/services.list.php:466 +#: ../../enterprise/operation/services/services.table_services.php:403 +#: ../../enterprise/operation/services/services.table_services.php:408 +#: ../../godmode/modules/manage_network_templates_form.php:265 +#: ../../godmode/modules/manage_network_templates_form.php:325 +#: ../../godmode/agentes/module_manager.php:67 +#: ../../godmode/netflow/nf_item_list.php:183 +#: ../../godmode/snmpconsole/snmp_alert.php:1189 +#: ../../godmode/snmpconsole/snmp_filters.php:182 +#: ../../godmode/snmpconsole/snmp_filters.php:269 +#: ../../godmode/admin_access_logs.php:103 +#: ../../godmode/admin_access_logs.php:110 +#: ../../godmode/reporting/reporting_builder.list_items.php:217 +#: ../../godmode/reporting/reporting_builder.list_items.php:261 +#: ../../godmode/reporting/reporting_builder.item_editor.php:919 +#: ../../godmode/tag/tag.php:193 ../../include/functions_ui.php:3339 +#: ../../include/functions_ui.php:3358 ../../include/functions_ui.php:3369 +#: ../../include/class/ModuleTemplates.class.php:765 +#: ../../operation/tree.php:211 ../../operation/agentes/graphs.php:265 +#: ../../operation/agentes/estado_monitores.php:594 +#: ../../operation/agentes/alerts_status.functions.php:137 +#: ../../operation/agentes/alerts_status.functions.php:146 +#: ../../operation/netflow/nf_live_view.php:383 +#: ../../operation/incidents/list_integriaims_incidents.php:227 +#: ../../operation/incidents/list_integriaims_incidents.php:231 +msgid "Filter" +msgstr "Фильтр" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:98 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:693 +#: ../../enterprise/meta/include/functions_wizard_meta.php:173 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1786 +#: ../../enterprise/meta/agentsearch.php:114 +#: ../../enterprise/meta/agentsearch.php:307 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1857 +#: ../../enterprise/include/class/CSVImportAgents.class.php:152 +#: ../../enterprise/include/class/SAPView.class.php:210 +#: ../../enterprise/include/functions_events.php:283 +#: ../../enterprise/operation/log/log_viewer.php:593 +#: ../../godmode/modules/manage_network_components.php:724 +#: ../../godmode/agentes/agent_manager.php:400 +#: ../../godmode/agentes/module_manager.php:774 +#: ../../godmode/massive/massive_edit_agents.php:618 +#: ../../godmode/reporting/reporting_builder.item_editor.php:968 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:991 +#: ../../include/class/AgentWizard.class.php:1220 +#: ../../include/functions_events.php:6473 +#: ../../operation/events/events_list.php:809 +#: ../../operation/events/events.php:1148 +#: ../../operation/events/events.build_table.php:156 +#: ../../operation/servers/recon_view.php:174 +msgid "Server" +msgstr "Сервер" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +#: ../../enterprise/godmode/policies/policy_queue.php:482 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:697 +#: ../../enterprise/include/class/Omnishell.class.php:401 +#: ../../enterprise/include/functions_ipam.php:1274 +#: ../../enterprise/include/functions_ipam.php:1281 +#: ../../enterprise/include/functions_ipam.php:1286 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:557 +#: ../../operation/servers/recon_view.php:109 +#: ../../operation/servers/recon_view.php:158 +msgid "Progress" +msgstr "Прогресс" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:337 +#: ../../enterprise/godmode/policies/policy_queue.php:562 +msgid "Delete from queue" +msgstr "Удалить из очереди" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:353 +msgid "Empty queue." +msgstr "Пустая очередь." + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:96 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:691 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:356 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:423 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:612 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3463 +#: ../../enterprise/meta/agentsearch.php:115 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:401 +#: ../../enterprise/godmode/agentes/collections.agents.php:96 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:82 +#: ../../enterprise/godmode/policies/policy_linking.php:125 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:119 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/godmode/services/services.elements.php:94 +#: ../../enterprise/godmode/services/services.elements.php:133 +#: ../../enterprise/godmode/services/services.elements.php:274 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1926 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3235 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3446 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3464 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 +#: ../../enterprise/include/functions_log.php:279 +#: ../../enterprise/include/functions_log.php:282 +#: ../../enterprise/include/functions_inventory.php:330 +#: ../../enterprise/include/functions_inventory.php:786 +#: ../../enterprise/include/functions_inventory.php:842 +#: ../../enterprise/include/functions_reporting_pdf.php:487 +#: ../../enterprise/include/functions_reporting_pdf.php:495 +#: ../../enterprise/include/functions_reporting_pdf.php:503 +#: ../../enterprise/include/functions_reporting_pdf.php:519 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../enterprise/include/functions_alert_event.php:1131 +#: ../../enterprise/include/functions_reporting_csv.php:467 +#: ../../enterprise/include/functions_reporting_csv.php:688 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:827 +#: ../../enterprise/include/functions_reporting_csv.php:866 +#: ../../enterprise/include/functions_reporting_csv.php:926 +#: ../../enterprise/include/functions_reporting_csv.php:942 +#: ../../enterprise/include/functions_reporting_csv.php:966 +#: ../../enterprise/include/functions_reporting_csv.php:1082 +#: ../../enterprise/include/functions_reporting_csv.php:1113 +#: ../../enterprise/include/functions_reporting_csv.php:1168 +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../enterprise/include/functions_reporting_csv.php:1272 +#: ../../enterprise/include/functions_reporting_csv.php:1327 +#: ../../enterprise/include/functions_reporting_csv.php:1356 +#: ../../enterprise/include/functions_reporting_csv.php:1400 +#: ../../enterprise/include/functions_reporting_csv.php:1446 +#: ../../enterprise/include/functions_reporting_csv.php:1519 +#: ../../enterprise/include/functions_reporting_csv.php:1638 +#: ../../enterprise/include/functions_reporting_csv.php:1833 +#: ../../enterprise/include/functions_reporting_csv.php:1906 +#: ../../enterprise/include/functions_reporting_csv.php:2139 +#: ../../enterprise/include/functions_reporting_csv.php:2175 +#: ../../enterprise/include/functions_reporting_csv.php:2206 +#: ../../enterprise/include/functions_reporting_csv.php:2323 +#: ../../enterprise/include/functions_reporting_csv.php:2376 +#: ../../enterprise/include/class/LogSource.class.php:599 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:901 +#: ../../enterprise/include/functions_reporting.php:1810 +#: ../../enterprise/include/functions_reporting.php:2144 +#: ../../enterprise/include/functions_reporting.php:2175 +#: ../../enterprise/include/functions_reporting.php:2193 +#: ../../enterprise/include/functions_reporting.php:2744 +#: ../../enterprise/include/functions_reporting.php:3741 +#: ../../enterprise/include/functions_reporting.php:4765 +#: ../../enterprise/include/functions_services.php:1524 +#: ../../enterprise/include/functions_events.php:147 +#: ../../enterprise/operation/agentes/tag_view.php:584 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:159 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:326 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:442 +#: ../../enterprise/operation/log/log_viewer.php:612 +#: ../../enterprise/operation/inventory/inventory.php:237 +#: ../../enterprise/tools/ipam/ipam_network.php:357 +#: ../../enterprise/tools/ipam/ipam_ajax.php:234 +#: ../../extensions/insert_data.php:155 +#: ../../godmode/agentes/status_monitor_custom_fields.php:77 +#: ../../godmode/agentes/status_monitor_custom_fields.php:143 +#: ../../godmode/agentes/module_manager_editor_prediction.php:112 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/agentes/module_manager_editor_common.php:1204 +#: ../../godmode/agentes/module_manager_editor_common.php:1257 +#: ../../godmode/gis_maps/configure_gis_map.php:558 +#: ../../godmode/massive/massive_copy_modules.php:130 +#: ../../godmode/massive/massive_copy_modules.php:294 +#: ../../godmode/massive/massive_standby_alerts.php:199 +#: ../../godmode/massive/massive_standby_alerts.php:234 +#: ../../godmode/massive/massive_enable_disable_alerts.php:187 +#: ../../godmode/massive/massive_enable_disable_alerts.php:222 +#: ../../godmode/alerts/alert_list.list.php:468 +#: ../../godmode/alerts/alert_list.list.php:718 +#: ../../godmode/alerts/alert_view.php:64 +#: ../../godmode/alerts/alert_list.builder.php:55 +#: ../../godmode/reporting/reporting_builder.list_items.php:391 +#: ../../godmode/reporting/create_container.php:387 +#: ../../godmode/reporting/create_container.php:554 +#: ../../godmode/reporting/create_container.php:627 +#: ../../godmode/reporting/graph_builder.graph_editor.php:212 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1381 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3096 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3527 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3551 +#: ../../godmode/reporting/visual_console_builder.elements.php:104 +#: ../../godmode/reporting/visual_console_builder.wizard.php:470 +#: ../../godmode/reporting/visual_console_builder.wizard.php:758 +#: ../../godmode/reporting/visual_console_builder.wizard.php:781 +#: ../../godmode/servers/plugin.php:70 ../../mobile/operation/agents.php:75 +#: ../../mobile/operation/agents.php:384 ../../mobile/operation/modules.php:584 +#: ../../mobile/operation/home.php:96 ../../mobile/operation/alerts.php:316 +#: ../../mobile/operation/events.php:553 +#: ../../include/functions_visual_map_editor.php:422 +#: ../../include/functions_visual_map_editor.php:455 +#: ../../include/functions_reporting_html.php:522 +#: ../../include/functions_reporting_html.php:918 +#: ../../include/functions_reporting_html.php:1029 +#: ../../include/functions_reporting_html.php:1037 +#: ../../include/functions_reporting_html.php:1560 +#: ../../include/functions_reporting_html.php:1863 +#: ../../include/functions_reporting_html.php:2582 +#: ../../include/functions_reporting_html.php:2674 +#: ../../include/functions_reporting_html.php:2977 +#: ../../include/functions_reporting_html.php:3057 +#: ../../include/functions_reporting_html.php:3065 +#: ../../include/functions_reporting_html.php:3074 +#: ../../include/functions_reporting_html.php:3086 +#: ../../include/functions_reporting_html.php:3242 +#: ../../include/functions_reporting_html.php:3365 +#: ../../include/functions_reporting_html.php:3451 +#: ../../include/functions_reporting_html.php:4148 +#: ../../include/functions_reporting_html.php:4204 +#: ../../include/functions_reporting_html.php:4242 +#: ../../include/functions_reporting_html.php:4551 +#: ../../include/functions_reporting_html.php:4591 +#: ../../include/functions_reporting_html.php:4841 +#: ../../include/ajax/alert_list.ajax.php:440 +#: ../../include/functions_graph.php:5286 ../../include/functions_gis.php:229 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:540 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:393 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:356 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:331 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:492 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:217 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:580 +#: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:215 +#: ../../include/class/NetworkMap.class.php:2859 +#: ../../include/class/NetworkMap.class.php:2910 +#: ../../include/class/NetworkMap.class.php:3163 +#: ../../include/class/AgentsAlerts.class.php:403 +#: ../../include/class/AgentsAlerts.class.php:979 +#: ../../include/functions_reporting.php:5795 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:297 +#: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:250 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:316 +#: ../../include/lib/Dashboard/Widgets/module_value.php:290 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:239 +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:265 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:286 +#: ../../include/lib/Dashboard/Widgets/module_status.php:306 +#: ../../include/lib/Dashboard/Widgets/single_graph.php:261 +#: ../../include/lib/Dashboard/Widgets/top_n.php:206 +#: ../../include/functions_snmp_browser.php:1619 +#: ../../operation/search_agents.php:41 ../../operation/search_agents.php:47 +#: ../../operation/agentes/alerts_status.php:536 +#: ../../operation/agentes/alerts_status.php:606 +#: ../../operation/agentes/exportdata.csv.php:74 +#: ../../operation/agentes/estado_agente.php:711 +#: ../../operation/agentes/exportdata.php:83 +#: ../../operation/agentes/status_monitor.php:1219 +#: ../../operation/agentes/estado_monitores.php:123 +#: ../../operation/agentes/ver_agente.php:1097 +#: ../../operation/agentes/exportdata.excel.php:74 +#: ../../operation/gis_maps/ajax.php:236 ../../operation/gis_maps/ajax.php:269 +#: ../../operation/search_alerts.php:33 ../../operation/search_modules.php:32 +#: ../../operation/events/sound_events.php:162 +#: ../../operation/events/events.php:1769 +#: ../../operation/events/events.build_table.php:80 +msgid "Agent" +msgstr "Агент" + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:97 +#: ../../enterprise/godmode/servers/HA_cluster.php:136 +#: ../../enterprise/include/functions_reporting_csv.php:1009 +#: ../../enterprise/include/class/Azure.cloud.php:803 +#: ../../enterprise/include/class/VMware.app.php:607 +#: ../../enterprise/include/class/DeploymentCenter.class.php:755 +#: ../../enterprise/include/class/DeploymentCenter.class.php:805 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1280 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1397 +#: ../../enterprise/include/class/Aws.S3.php:564 +#: ../../enterprise/include/class/Aws.cloud.php:539 +#: ../../enterprise/include/functions_ipam.php:1483 +#: ../../enterprise/include/functions_ipam.php:1484 +#: ../../extensions/api_checker.php:123 +#: ../../extensions/users_connected.php:101 +#: ../../godmode/admin_access_logs.php:88 +#: ../../godmode/admin_access_logs.php:89 +#: ../../godmode/reporting/visual_console_builder.elements.php:738 +#: ../../include/functions_visual_map_editor.php:1460 +#: ../../include/functions_reporting_html.php:2599 +#: ../../include/functions_reporting_html.php:2883 +#: ../../operation/network/network_report.php:184 +msgid "IP" +msgstr "IP" + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:99 +#: ../../godmode/massive/massive_edit_modules.php:456 +msgid "Agent Status" +msgstr "Статус Агента" + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:114 +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:137 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:219 +#: ../../enterprise/meta/monitoring/group_view.php:238 +#: ../../enterprise/meta/monitoring/group_view.php:244 +#: ../../enterprise/meta/monitoring/tactical.php:241 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:102 +#: ../../enterprise/godmode/services/services.elements.php:390 +#: ../../enterprise/include/functions_services.php:1325 +#: ../../enterprise/operation/agentes/tag_view.php:110 +#: ../../enterprise/operation/services/services.treeview_services.php:309 +#: ../../godmode/groups/group_list.php:1007 +#: ../../godmode/netflow/nf_edit_form.php:235 +#: ../../godmode/massive/massive_copy_modules.php:114 +#: ../../godmode/massive/massive_copy_modules.php:274 +#: ../../godmode/massive/massive_delete_modules.php:413 +#: ../../godmode/massive/massive_delete_modules.php:434 +#: ../../godmode/massive/massive_delete_agents.php:151 +#: ../../godmode/massive/massive_edit_agents.php:443 +#: ../../godmode/massive/massive_edit_modules.php:373 +#: ../../godmode/massive/massive_edit_modules.php:459 +#: ../../mobile/operation/agents.php:40 ../../mobile/operation/modules.php:51 +#: ../../include/functions_reporting_html.php:1978 +#: ../../include/functions.php:1030 ../../include/functions.php:1269 +#: ../../include/functions.php:1276 ../../include/functions.php:1309 +#: ../../include/functions_graph.php:3493 +#: ../../include/functions_graph.php:3494 +#: ../../include/functions_graph.php:5066 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:430 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:311 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:381 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:414 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:674 +#: ../../include/functions_events.php:3278 ../../operation/tree.php:177 +#: ../../operation/tree.php:221 ../../operation/tree.php:425 +#: ../../operation/agentes/estado_agente.php:244 +#: ../../operation/agentes/status_monitor.php:434 +#: ../../operation/agentes/group_view.php:197 +#: ../../operation/agentes/group_view.php:202 +#: ../../operation/agentes/estado_monitores.php:523 +#: ../../operation/agentes/tactical.php:154 +#: ../../operation/netflow/nf_live_view.php:384 +msgid "Normal" +msgstr "Нормальное" + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:119 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:221 +#: ../../enterprise/meta/monitoring/group_view.php:240 +#: ../../enterprise/meta/monitoring/group_view.php:246 +#: ../../enterprise/meta/monitoring/tactical.php:239 +#: ../../enterprise/meta/include/functions_wizard_meta.php:984 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1068 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1269 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1293 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1504 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1588 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1707 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1725 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:104 +#: ../../enterprise/godmode/massive/massive_edit_services.php:631 +#: ../../enterprise/godmode/services/services.service.php:674 +#: ../../enterprise/godmode/services/services.elements.php:363 +#: ../../enterprise/include/functions_reporting.php:3051 +#: ../../enterprise/include/functions_reporting.php:4054 +#: ../../enterprise/include/functions_reporting.php:4705 +#: ../../enterprise/include/functions_reporting.php:5921 +#: ../../enterprise/include/functions_services.php:1337 +#: ../../enterprise/operation/agentes/tag_view.php:112 +#: ../../enterprise/operation/services/services.service.php:193 +#: ../../enterprise/operation/services/services.service.php:239 +#: ../../enterprise/operation/services/services.service_map.php:168 +#: ../../enterprise/operation/services/services.treeview_services.php:289 +#: ../../enterprise/operation/services/services.list.php:249 +#: ../../enterprise/operation/services/services.list.php:511 +#: ../../enterprise/operation/services/services.list.php:556 +#: ../../enterprise/operation/services/services.table_services.php:201 +#: ../../extensions/module_groups.php:50 +#: ../../godmode/modules/manage_network_components_form_wizard.php:402 +#: ../../godmode/groups/group_list.php:987 +#: ../../godmode/massive/massive_copy_modules.php:116 +#: ../../godmode/massive/massive_copy_modules.php:276 +#: ../../godmode/massive/massive_delete_modules.php:415 +#: ../../godmode/massive/massive_delete_modules.php:436 +#: ../../godmode/massive/massive_delete_agents.php:153 +#: ../../godmode/massive/massive_edit_agents.php:445 +#: ../../godmode/massive/massive_edit_modules.php:375 +#: ../../godmode/massive/massive_edit_modules.php:461 +#: ../../mobile/operation/agents.php:39 ../../mobile/operation/modules.php:53 +#: ../../include/functions_reporting_html.php:839 +#: ../../include/functions_reporting_html.php:1979 +#: ../../include/functions_reporting_html.php:4064 +#: ../../include/functions.php:1038 ../../include/functions.php:1273 +#: ../../include/functions.php:1274 ../../include/functions.php:1276 +#: ../../include/functions.php:1317 ../../include/functions_graph.php:3513 +#: ../../include/functions_graph.php:3514 +#: ../../include/functions_graph.php:5074 ../../include/functions_ui.php:2580 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:416 +#: ../../include/class/AgentWizard.class.php:1342 +#: ../../include/class/AgentWizard.class.php:3897 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:313 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:383 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:416 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:654 +#: ../../include/functions_events.php:3286 ../../operation/tree.php:179 +#: ../../operation/tree.php:223 ../../operation/tree.php:405 +#: ../../operation/agentes/estado_agente.php:246 +#: ../../operation/agentes/status_monitor.php:436 +#: ../../operation/agentes/group_view.php:199 +#: ../../operation/agentes/group_view.php:204 +#: ../../operation/agentes/estado_monitores.php:521 +#: ../../operation/agentes/tactical.php:152 +#: ../../operation/gis_maps/render_view.php:151 +msgid "Critical" +msgstr "Критический" + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:128 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:222 +#: ../../enterprise/meta/monitoring/group_view.php:236 +#: ../../enterprise/meta/monitoring/group_view.php:242 +#: ../../enterprise/meta/monitoring/tactical.php:242 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:105 +#: ../../enterprise/godmode/services/services.elements.php:381 +#: ../../enterprise/include/functions_cron.php:567 +#: ../../enterprise/include/functions_reporting_pdf.php:600 +#: ../../enterprise/include/functions_HA_cluster.php:70 +#: ../../enterprise/include/class/DatabaseHA.class.php:222 +#: ../../enterprise/include/functions_reporting.php:1847 +#: ../../enterprise/include/functions_reporting.php:2792 +#: ../../enterprise/include/functions_reporting.php:3790 +#: ../../enterprise/include/functions_reporting.php:4710 +#: ../../enterprise/include/functions_reporting.php:5881 +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:579 +#: ../../enterprise/operation/agentes/transactional_map.php:330 +#: ../../enterprise/operation/agentes/transactional_map.php:348 +#: ../../enterprise/operation/agentes/tag_view.php:113 +#: ../../enterprise/operation/services/services.service.php:251 +#: ../../enterprise/operation/services/services.service_map.php:171 +#: ../../enterprise/operation/services/services.treeview_services.php:299 +#: ../../enterprise/operation/services/services.list.php:250 +#: ../../enterprise/operation/services/services.list.php:569 +#: ../../enterprise/operation/services/services.table_services.php:202 +#: ../../extensions/module_groups.php:52 +#: ../../godmode/groups/group_list.php:997 +#: ../../godmode/massive/massive_copy_modules.php:117 +#: ../../godmode/massive/massive_copy_modules.php:277 +#: ../../godmode/massive/massive_delete_modules.php:416 +#: ../../godmode/massive/massive_delete_modules.php:437 +#: ../../godmode/massive/massive_delete_agents.php:154 +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/massive/massive_edit_modules.php:376 +#: ../../godmode/massive/massive_edit_modules.php:462 +#: ../../godmode/alerts/alert_list.builder.php:289 +#: ../../mobile/operation/agents.php:42 ../../mobile/operation/modules.php:54 +#: ../../include/graphs/functions_flot.php:301 +#: ../../include/functions_reporting_html.php:1968 +#: ../../include/functions_reporting_html.php:1981 +#: ../../include/functions_reporting_html.php:2789 +#: ../../include/functions_reporting_html.php:3197 +#: ../../include/functions.php:1224 ../../include/functions.php:4106 +#: ../../include/ajax/module.php:1071 ../../include/functions_ui.php:538 +#: ../../include/functions_ui.php:539 +#: ../../include/functions_visual_map.php:2455 +#: ../../include/functions_visual_map.php:2483 +#: ../../include/functions_visual_map.php:2501 +#: ../../include/functions_visual_map.php:2519 +#: ../../include/functions_alerts.php:699 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:437 +#: ../../include/functions_reports.php:554 ../../include/functions_maps.php:54 +#: ../../include/functions_netflow.php:1608 +#: ../../include/functions_reporting.php:5242 +#: ../../include/functions_filemanager.php:687 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:384 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:417 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:664 +#: ../../include/functions_events.php:3190 ../../operation/tree.php:180 +#: ../../operation/tree.php:224 ../../operation/tree.php:415 +#: ../../operation/agentes/estado_agente.php:247 +#: ../../operation/agentes/status_monitor.php:437 +#: ../../operation/agentes/group_view.php:195 +#: ../../operation/agentes/group_view.php:200 +#: ../../operation/agentes/estado_monitores.php:526 +#: ../../operation/agentes/pandora_networkmap.view.php:292 +#: ../../operation/agentes/tactical.php:155 +#: ../../operation/events/events.php:2061 +msgid "Unknown" +msgstr "Неизвестно" + +#: ../../enterprise/meta/monitoring/custom_fields_csv.php:133 +msgid "No init" +msgstr "Не инициализировано" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:48 +msgid "Custom fields View" +msgstr "Вид персонализированных полей" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:60 +msgid "Custom Fields View" +msgstr "Вид персонализированных полей" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:160 +#: ../../enterprise/godmode/policies/policies.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 +#: ../../extensions/agents_modules.php:381 +#: ../../godmode/agentes/modificar_agente.php:316 +#: ../../godmode/agentes/planned_downtime.editor.php:785 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1313 +#: ../../include/functions_html.php:1360 +#: ../../operation/agentes/estado_agente.php:233 +#: ../../operation/agentes/status_monitor.php:430 +msgid "Recursion" +msgstr "Рекурсия" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:170 +#: ../../general/first_task/custom_fields.php:24 +msgid "Custom Fields" +msgstr "персонализированные поля" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:185 +#: ../../godmode/events/event_edit_filter.php:608 +#: ../../operation/events/events_list.php:797 +#: ../../operation/events/events.php:1159 +msgid "Module search" +msgstr "Поиск Модуля" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:197 +msgid "Custom Fields Data" +msgstr "Данные персональных полей" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:223 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:106 +#: ../../enterprise/operation/agentes/tag_view.php:114 +#: ../../godmode/massive/massive_copy_modules.php:118 +#: ../../godmode/massive/massive_copy_modules.php:278 +#: ../../godmode/massive/massive_delete_modules.php:417 +#: ../../godmode/massive/massive_delete_modules.php:438 +#: ../../godmode/massive/massive_delete_agents.php:155 +#: ../../godmode/massive/massive_edit_agents.php:447 +#: ../../godmode/massive/massive_edit_modules.php:377 +#: ../../godmode/massive/massive_edit_modules.php:463 +#: ../../godmode/events/event_edit_filter.php:309 +#: ../../mobile/operation/modules.php:55 ../../include/functions.php:1275 +#: ../../include/lib/Dashboard/Widgets/events_list.php:308 +#: ../../include/functions_events.php:3238 +#: ../../operation/agentes/estado_agente.php:248 +#: ../../operation/agentes/status_monitor.php:438 +#: ../../operation/events/events_list.php:930 +#: ../../operation/events/events.php:987 +msgid "Not normal" +msgstr "Не нормальный" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:225 +#: ../../enterprise/meta/monitoring/group_view.php:237 +#: ../../enterprise/meta/monitoring/group_view.php:243 +#: ../../enterprise/meta/monitoring/tactical.php:243 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:107 +#: ../../enterprise/operation/agentes/transactional_map.php:336 +#: ../../enterprise/operation/agentes/tag_view.php:116 +#: ../../enterprise/operation/services/services.treeview_services.php:304 +#: ../../godmode/groups/group_list.php:1002 +#: ../../godmode/massive/massive_copy_modules.php:119 +#: ../../godmode/massive/massive_copy_modules.php:279 +#: ../../godmode/massive/massive_delete_modules.php:418 +#: ../../godmode/massive/massive_delete_modules.php:439 +#: ../../godmode/massive/massive_delete_agents.php:156 +#: ../../godmode/massive/massive_edit_agents.php:448 +#: ../../godmode/massive/massive_edit_modules.php:378 +#: ../../godmode/massive/massive_edit_modules.php:464 +#: ../../mobile/operation/modules.php:57 +#: ../../include/functions_reporting_html.php:632 +#: ../../include/functions_reporting_html.php:1982 +#: ../../include/functions_reporting_html.php:3872 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:385 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:418 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:669 +#: ../../operation/tree.php:181 ../../operation/tree.php:225 +#: ../../operation/tree.php:420 ../../operation/agentes/estado_agente.php:249 +#: ../../operation/agentes/status_monitor.php:440 +#: ../../operation/agentes/group_view.php:196 +#: ../../operation/agentes/group_view.php:201 +#: ../../operation/agentes/tactical.php:156 +msgid "Not init" +msgstr "Не инициализировано" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:229 +msgid "Status agents" +msgstr "Агенты Статуса" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:247 +msgid "Status module" +msgstr "Модули Статуса" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:267 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:273 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:274 +#: ../../include/ajax/events.php:671 ../../operation/events/events_list.php:364 +#: ../../operation/events/events_list.php:481 +#: ../../operation/events/events_list.php:1038 +#: ../../operation/events/events.php:1087 +msgid "Save filter" +msgstr "Сохранить фильтр" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:281 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:287 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:288 +#: ../../include/ajax/custom_fields.php:587 ../../include/ajax/events.php:425 +#: ../../include/ajax/events.php:441 +#: ../../operation/netflow/nf_live_view.php:389 +#: ../../operation/events/events_list.php:372 +#: ../../operation/events/events_list.php:512 +#: ../../operation/events/events_list.php:523 +#: ../../operation/events/events_list.php:1041 +#: ../../operation/events/events.php:1079 +msgid "Load filter" +msgstr "Загрузить фильтр" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:296 +#: ../../enterprise/extensions/vmware/vmware_view.php:1496 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1533 +#: ../../enterprise/include/class/AgentRepository.class.php:754 +#: ../../enterprise/include/class/Omnishell.class.php:1124 +#: ../../enterprise/include/class/LogSource.class.php:738 +#: ../../enterprise/operation/agentes/tag_view.php:154 +#: ../../godmode/users/user_list.php:611 +#: ../../include/class/ConfigPEN.class.php:252 +#: ../../include/class/CredentialStore.class.php:1078 +#: ../../operation/agentes/status_monitor.php:480 +msgid "Show" +msgstr "Показать" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:311 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:537 +#: ../../enterprise/operation/log/log_viewer.php:778 +#: ../../enterprise/operation/reporting/custom_reporting.php:80 +#: ../../godmode/modules/manage_network_templates.php:276 +#: ../../godmode/agentes/planned_downtime.list.php:544 +#: ../../godmode/admin_access_logs.php:49 +#: ../../include/graphs/functions_flot.php:373 +#: ../../include/class/ModuleTemplates.class.php:931 +#: ../../operation/network/network_report.php:140 +#: ../../operation/incidents/list_integriaims_incidents.php:220 +msgid "Export to CSV" +msgstr "Экспорт в CSV" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:339 +#: ../../enterprise/meta/monitoring/custom_fields_view.php:341 +#: ../../enterprise/include/class/DatabaseHA.class.php:216 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1802 +#: ../../include/functions_ui.php:3380 +msgid "Processing" +msgstr "Выполняется" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:366 +#: ../../mobile/operation/groups.php:143 +#: ../../include/functions_reporting_html.php:5023 +#: ../../include/functions_agents.php:3649 +msgid "Agents critical" +msgstr "Критическое состояние Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:379 +#: ../../include/functions_reporting_html.php:5026 +#: ../../include/functions_agents.php:3659 +msgid "Agents warning" +msgstr "Агент предостережения об опасности" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:392 +#: ../../include/functions_reporting_html.php:5032 +#: ../../include/functions_agents.php:3639 +#: ../../include/functions_agents.php:3693 +msgid "Agents ok" +msgstr "Агенты ОК" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:405 +#: ../../mobile/operation/groups.php:146 +#: ../../include/functions_reporting_html.php:5035 +#: ../../include/functions_agents.php:3669 +msgid "Agents unknown" +msgstr "Агенты неизвестны" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:418 +#: ../../mobile/operation/groups.php:140 +#: ../../include/functions_reporting_html.php:5041 +#: ../../include/functions_agents.php:3683 +msgid "Agents not init" +msgstr "Не инициализированные Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:444 +#: ../../include/functions_reporting.php:10413 +#: ../../operation/events/sound_events.php:142 +msgid "Monitor critical" +msgstr "Критический монитор" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:455 +#: ../../include/functions_reporting.php:10417 +#: ../../operation/events/sound_events.php:160 +msgid "Monitor warning" +msgstr "Приборы контроля для предостережения об опасности" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:466 +#: ../../include/functions_reporting.php:10424 +msgid "Monitor normal" +msgstr "Монитор нормальный" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:477 +#: ../../include/functions_reporting.php:10428 +#: ../../operation/events/sound_events.php:151 +msgid "Monitor unknown" +msgstr "Монитор неизвестный" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:488 +#: ../../include/functions_reporting.php:10435 +msgid "Monitor not init" +msgstr "Не инициализированный прибор контроля" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:503 +#: ../../include/functions_reporting_html.php:5050 +#: ../../include/functions_reporting_html.php:5055 +msgid "Agents by status" +msgstr "Агенты по статусу" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:511 +#: ../../include/functions_reporting.php:10455 +#: ../../include/functions_reporting.php:10461 +msgid "Monitors by status" +msgstr "Приборы контроля по статусу" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:525 +#: ../../enterprise/operation/services/services.treeview_services.php:287 +#: ../../godmode/groups/group_list.php:985 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:652 +#: ../../operation/tree.php:403 +msgid "Critical agents" +msgstr "Критические Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:535 +#: ../../enterprise/operation/services/services.treeview_services.php:292 +#: ../../godmode/groups/group_list.php:990 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:657 +#: ../../operation/tree.php:408 +msgid "Warning agents" +msgstr "Агент предостережения" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:545 +#: ../../enterprise/operation/services/services.treeview_services.php:307 +#: ../../godmode/groups/group_list.php:1005 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:672 +#: ../../operation/tree.php:423 +msgid "Normal agents" +msgstr "Нормальные Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:555 +#: ../../enterprise/operation/services/services.treeview_services.php:297 +#: ../../godmode/groups/group_list.php:995 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:662 +#: ../../operation/tree.php:413 +msgid "Unknown agents" +msgstr "Неизвестные Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:565 +#: ../../enterprise/operation/services/services.treeview_services.php:302 +#: ../../godmode/groups/group_list.php:1000 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:667 +#: ../../operation/tree.php:418 +msgid "Not init agents" +msgstr "Не инициализированные Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:594 +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:288 +#: ../../godmode/groups/group_list.php:986 +#: ../../mobile/operation/groups.php:161 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:653 +#: ../../operation/tree.php:404 +msgid "Critical modules" +msgstr "Критические модули" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:604 +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:293 +#: ../../godmode/groups/group_list.php:991 +#: ../../mobile/operation/groups.php:158 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:658 +#: ../../operation/tree.php:409 +msgid "Warning modules" +msgstr "Модули предостережения об опасности" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:308 +#: ../../godmode/groups/group_list.php:1006 +#: ../../mobile/operation/groups.php:155 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:673 +#: ../../operation/tree.php:424 +msgid "Normal modules" +msgstr "Обычные модули" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:624 +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:298 +#: ../../godmode/groups/group_list.php:996 +#: ../../mobile/operation/groups.php:149 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:663 +#: ../../operation/tree.php:414 +msgid "Unknown modules" +msgstr "Неизвестные модули" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:303 +#: ../../godmode/groups/group_list.php:1001 +#: ../../mobile/operation/groups.php:152 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:668 +#: ../../operation/tree.php:419 +msgid "Not init modules" +msgstr "Нет инициализированных модулей" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:659 +msgid "Total counters" +msgstr "Итоговый счетчик" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:662 +msgid "Total Agents" +msgstr "Итоговые Агенты" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:671 +msgid "Total Modules" +msgstr "Итоговые Модули" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:692 +msgid "I.P" +msgstr "I.P" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:706 +#: ../../include/functions_api.php:148 +msgid "No data to show." +msgstr "Нет данных" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:714 +msgid "There are no custom search defined." +msgstr "Персонализированный поиск не определен" + +#: ../../enterprise/meta/monitoring/custom_fields_view.php:1138 +#: ../../enterprise/meta/event/custom_events.php:249 +#: ../../godmode/agentes/status_monitor_custom_fields.php:241 +#: ../../godmode/events/custom_events.php:202 +#: ../../include/class/TreeGroupEdition.class.php:164 +msgid "Confirm" +msgstr "Подтвердить" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:107 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:119 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:100 +#: ../../enterprise/godmode/modules/configure_local_component.php:464 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:674 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:247 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:338 +#: ../../godmode/agentes/planned_downtime.list.php:403 +#: ../../godmode/menu.php:206 ../../godmode/setup/setup.php:325 +#: ../../include/functions_reports.php:866 +#: ../../include/functions_reports.php:870 +#: ../../include/class/ConfigPEN.class.php:327 +#: ../../include/class/ModuleTemplates.class.php:195 +#: ../../include/class/ModuleTemplates.class.php:213 +msgid "Configuration" +msgstr "Настройки" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:66 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:110 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:103 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1532 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1624 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1748 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1822 +msgid "Preview" +msgstr "Предварительный просмотр" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:76 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:211 +#: ../../godmode/agentes/configurar_agente.php:833 +#: ../../godmode/agentes/modificar_agente.php:918 +#: ../../operation/agentes/estado_agente.php:940 +#: ../../operation/agentes/estado_agente.php:950 +#: ../../operation/snmpconsole/snmp_statistics.php:183 +#: ../../operation/snmpconsole/snmp_view.php:958 +msgid "Create agent" +msgstr "Создать агента" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:80 +msgid "Edit agent" +msgstr "Редакторивать агента" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:198 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:280 +msgid "Please, set a valid IP/Name address" +msgstr "Установите действительный адрес IP/имени" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:108 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:101 +msgid "Advanced configuration" +msgstr "Дополнительные настройки" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:109 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:618 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:121 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:102 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:260 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1527 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1619 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1743 +#: ../../enterprise/meta/agentsearch.php:122 +#: ../../enterprise/godmode/policies/policy_alerts.php:35 +#: ../../enterprise/godmode/policies/policies.php:558 +#: ../../enterprise/godmode/massive/massive_edit_services.php:775 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:73 +#: ../../enterprise/godmode/alerts/alert_events.php:84 +#: ../../enterprise/godmode/alerts/alert_events_list.php:73 +#: ../../enterprise/godmode/alerts/alert_events_list.php:123 +#: ../../enterprise/godmode/alerts/alert_events_list.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:158 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:102 +#: ../../enterprise/godmode/alerts/alert_inventory.php:78 +#: ../../enterprise/godmode/alerts/alert_inventory.php:80 +#: ../../enterprise/godmode/services/services.service.php:892 +#: ../../enterprise/include/functions_policies.php:3790 +#: ../../enterprise/operation/agentes/tag_view.php:593 +#: ../../godmode/groups/configure_group.php:216 +#: ../../godmode/groups/group_list.php:798 +#: ../../godmode/agentes/configurar_agente.php:427 +#: ../../godmode/agentes/modificar_agente.php:789 ../../godmode/menu.php:216 +#: ../../godmode/massive/massive_copy_modules.php:215 +#: ../../godmode/alerts/configure_alert_command.php:43 +#: ../../godmode/alerts/alert_actions.php:74 +#: ../../godmode/alerts/alert_commands.php:490 +#: ../../godmode/alerts/configure_alert_special_days.php:56 +#: ../../godmode/alerts/alert_templates.php:136 +#: ../../godmode/alerts/alert_templates.php:188 +#: ../../godmode/alerts/alert_templates.php:211 +#: ../../godmode/alerts/alert_templates.php:232 +#: ../../godmode/alerts/configure_alert_action.php:74 +#: ../../godmode/alerts/configure_alert_action.php:87 +#: ../../godmode/alerts/configure_alert_template.php:74 +#: ../../godmode/alerts/configure_alert_template.php:98 +#: ../../godmode/alerts/configure_alert_template.php:130 +#: ../../godmode/alerts/alert_special_days.php:45 +#: ../../godmode/alerts/alert_list.php:451 +#: ../../godmode/alerts/alert_list.php:453 +#: ../../mobile/include/functions_web.php:26 +#: ../../mobile/operation/agents.php:80 ../../mobile/operation/agents.php:388 +#: ../../mobile/operation/home.php:74 ../../mobile/operation/agent.php:337 +#: ../../mobile/operation/alerts.php:176 +#: ../../include/functions_reporting_html.php:1999 +#: ../../include/functions_reporting_html.php:4851 +#: ../../include/functions_treeview.php:405 +#: ../../include/functions_reports.php:824 +#: ../../include/functions_reports.php:828 +#: ../../include/functions_reports.php:833 +#: ../../include/class/AgentsAlerts.class.php:535 +#: ../../operation/search_agents.php:56 ../../operation/search_results.php:105 +#: ../../operation/agentes/estado_agente.php:738 +#: ../../operation/agentes/ver_agente.php:1329 +msgid "Alerts" +msgstr "Предупреждения" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:309 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:135 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:119 +#: ../../operation/snmpconsole/snmp_browser.php:625 +msgid "Create module" +msgstr "Создать модуль" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:126 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:142 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:117 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/godmode/policies/policy_modules.php:376 +msgid "Edit module" +msgstr "Редактировать модуль" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:156 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:195 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:46 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:147 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:131 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:115 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:175 +#, php-format +msgid "Cannot connect to %s instance." +msgstr "Не удается подключиться к экземпляру %s." + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:229 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:281 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:238 +msgid "Invalid characters founded in module name" +msgstr "Недопустимые символы найдены в имени модуля" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:216 +#: ../../godmode/agentes/configurar_agente.php:810 +#: ../../godmode/agentes/configurar_agente.php:832 ../../godmode/menu.php:71 +msgid "Manage agents" +msgstr "Агенты управления" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:258 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:354 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:420 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:609 +#: ../../enterprise/meta/agentsearch.php:33 +#: ../../enterprise/meta/agentsearch.php:39 +#: ../../godmode/events/event_edit_filter.php:365 +#: ../../mobile/operation/home.php:166 +#: ../../operation/events/events_list.php:757 +#: ../../operation/events/events.php:1142 +msgid "Agent search" +msgstr "Поиск агента" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:265 +msgid "Select the agent to be edited or deleted" +msgstr "Выберите агенту для изменения или удаления" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:274 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:370 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:440 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:550 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:632 +#: ../../godmode/groups/configure_group.php:266 +#: ../../godmode/alerts/configure_alert_action.php:366 +#: ../../mobile/operation/agents.php:191 ../../mobile/operation/modules.php:223 +#: ../../mobile/operation/groups.php:82 ../../mobile/operation/agent.php:130 +#: ../../mobile/operation/alerts.php:181 +#: ../../mobile/operation/visualmap.php:283 +#: ../../mobile/operation/visualmaps.php:182 +#: ../../mobile/operation/module_graph.php:364 +#: ../../mobile/operation/module_graph.php:376 +#: ../../mobile/operation/events.php:614 +#: ../../mobile/operation/tactical.php:102 +msgid "Back" +msgstr "Назад" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:314 +msgid "Manage modules" +msgstr "Управление модулями" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:360 +msgid "Select the agent where the module will be created" +msgstr "Выберитв агента, в котором модуль будет создан" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:373 +msgid "Create Module" +msgstr "Создать Модуль" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:430 +msgid "Select the module to be edited or deleted" +msgstr "Выберите модуль для редактирования или удаления" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:473 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:553 +#: ../../godmode/snmpconsole/snmp_alert.php:91 +msgid "Create alert" +msgstr "Создать оповещение" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:478 +#: ../../godmode/users/configure_profile.php:257 +#: ../../godmode/alerts/alert_list.php:451 +#: ../../godmode/alerts/alert_list.php:453 +msgid "Manage alerts" +msgstr "Управление оповещениями" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:540 +msgid "Select the module where the alert will be created" +msgstr "Выберите модуль, в котором оповещение будет создано" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:622 +msgid "Select the alert to be edited or deleted" +msgstr "Выберите оповещение для редактирования или удаления" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:231 +msgid "Please, set a name" +msgstr "Пожалуйста, выберите имя" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:252 +msgid "Please, set an interval" +msgstr "Пожалуйста, установите интервал" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +#: ../../godmode/modules/manage_network_components_form_wizard.php:332 +#: ../../godmode/massive/massive_delete_modules.php:318 +#: ../../godmode/massive/massive_edit_modules.php:297 +msgid "Module type" +msgstr "Тип модуля" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +#: ../../mobile/include/functions_web.php:24 +#: ../../include/functions_reporting_html.php:4592 +#: ../../include/functions_reporting_html.php:4746 +msgid "Monitor" +msgstr "Монитор" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +msgid "Web check" +msgstr "Веб проверка" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:155 +#: ../../enterprise/godmode/modules/configure_local_component.php:255 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:754 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1909 +#: ../../enterprise/operation/agentes/tag_view.php:135 +#: ../../enterprise/operation/agentes/ver_agente.php:32 +#: ../../extensions/agents_modules.php:384 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +#: ../../godmode/agentes/module_manager_editor_common.php:241 +#: ../../godmode/massive/massive_edit_modules.php:833 +#: ../../godmode/reporting/create_container.php:540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1366 +#: ../../mobile/operation/modules.php:165 +#: ../../mobile/operation/modules.php:166 +#: ../../mobile/operation/modules.php:274 +#: ../../mobile/operation/modules.php:275 +#: ../../include/functions_graph.php:5309 +#: ../../include/functions_treeview.php:122 +#: ../../include/functions_html.php:1385 +#: ../../include/functions_events.php:4447 +#: ../../operation/agentes/status_monitor.php:459 +#: ../../operation/agentes/estado_monitores.php:552 +#: ../../operation/agentes/ver_agente.php:1085 +msgid "Module group" +msgstr "Группа модулей" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3470 +#: ../../enterprise/extensions/disabled/check_acls.php:139 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:21 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 +#: ../../enterprise/godmode/policies/policy_alerts.php:289 +#: ../../enterprise/godmode/policies/policy_alerts.php:504 +#: ../../enterprise/godmode/policies/policy_linking.php:126 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:371 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:402 +#: ../../enterprise/godmode/services/services.elements.php:93 +#: ../../enterprise/godmode/services/services.elements.php:157 +#: ../../enterprise/godmode/services/services.elements.php:275 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:152 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1950 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3238 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3451 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3469 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 +#: ../../enterprise/include/functions_inventory.php:787 +#: ../../enterprise/include/functions_inventory.php:843 +#: ../../enterprise/include/functions_ui.php:47 +#: ../../enterprise/include/functions_reporting_pdf.php:488 +#: ../../enterprise/include/functions_reporting_pdf.php:496 +#: ../../enterprise/include/functions_reporting_pdf.php:504 +#: ../../enterprise/include/functions_reporting_pdf.php:520 +#: ../../enterprise/include/functions_alert_event.php:1132 +#: ../../enterprise/include/functions_reporting_csv.php:468 +#: ../../enterprise/include/functions_reporting_csv.php:688 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:827 +#: ../../enterprise/include/functions_reporting_csv.php:866 +#: ../../enterprise/include/functions_reporting_csv.php:926 +#: ../../enterprise/include/functions_reporting_csv.php:942 +#: ../../enterprise/include/functions_reporting_csv.php:1082 +#: ../../enterprise/include/functions_reporting_csv.php:1113 +#: ../../enterprise/include/functions_reporting_csv.php:1168 +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../enterprise/include/functions_reporting_csv.php:1272 +#: ../../enterprise/include/functions_reporting_csv.php:1327 +#: ../../enterprise/include/functions_reporting_csv.php:1356 +#: ../../enterprise/include/functions_reporting_csv.php:1401 +#: ../../enterprise/include/functions_reporting_csv.php:1447 +#: ../../enterprise/include/functions_reporting_csv.php:1520 +#: ../../enterprise/include/functions_reporting_csv.php:1639 +#: ../../enterprise/include/functions_reporting_csv.php:1834 +#: ../../enterprise/include/functions_reporting_csv.php:1907 +#: ../../enterprise/include/functions_reporting_csv.php:2139 +#: ../../enterprise/include/functions_reporting_csv.php:2175 +#: ../../enterprise/include/functions_reporting_csv.php:2323 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:902 +#: ../../enterprise/include/functions_reporting.php:1811 +#: ../../enterprise/include/functions_reporting.php:2745 +#: ../../enterprise/include/functions_reporting.php:3742 +#: ../../enterprise/include/functions_reporting.php:4766 +#: ../../enterprise/include/functions_services.php:1605 +#: ../../enterprise/include/functions_events.php:157 +#: ../../enterprise/operation/agentes/policy_view.php:245 +#: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/operation/inventory/inventory.php:198 +#: ../../extensions/agents_modules.php:418 ../../extensions/insert_data.php:172 +#: ../../godmode/agentes/module_manager_editor_prediction.php:138 +#: ../../godmode/agentes/planned_downtime.list.php:181 +#: ../../godmode/agentes/planned_downtime.editor.php:991 +#: ../../godmode/agentes/agent_manager.php:576 +#: ../../godmode/agentes/agent_manager.php:644 +#: ../../godmode/agentes/module_manager_editor_common.php:1214 +#: ../../godmode/agentes/module_manager_editor_common.php:1258 +#: ../../godmode/massive/massive_standby_alerts.php:199 +#: ../../godmode/massive/massive_standby_alerts.php:234 +#: ../../godmode/massive/massive_enable_disable_alerts.php:187 +#: ../../godmode/massive/massive_enable_disable_alerts.php:222 +#: ../../godmode/massive/massive_edit_agents.php:568 +#: ../../godmode/massive/massive_edit_agents.php:764 +#: ../../godmode/alerts/alert_list.list.php:470 +#: ../../godmode/alerts/alert_list.list.php:728 +#: ../../godmode/alerts/alert_view.php:68 +#: ../../godmode/alerts/alert_list.builder.php:69 +#: ../../godmode/reporting/reporting_builder.list_items.php:410 +#: ../../godmode/reporting/create_container.php:410 +#: ../../godmode/reporting/create_container.php:560 +#: ../../godmode/reporting/create_container.php:628 +#: ../../godmode/reporting/graph_builder.graph_editor.php:213 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1438 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3530 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3554 +#: ../../godmode/reporting/visual_console_builder.elements.php:105 +#: ../../godmode/reporting/visual_console_builder.wizard.php:469 +#: ../../godmode/reporting/visual_console_builder.wizard.php:790 +#: ../../godmode/servers/plugin.php:71 ../../mobile/operation/alerts.php:319 +#: ../../include/functions_visual_map_editor.php:497 +#: ../../include/functions_reporting_html.php:523 +#: ../../include/functions_reporting_html.php:919 +#: ../../include/functions_reporting_html.php:1561 +#: ../../include/functions_reporting_html.php:1864 +#: ../../include/functions_reporting_html.php:2675 +#: ../../include/functions_reporting_html.php:3058 +#: ../../include/functions_reporting_html.php:3066 +#: ../../include/functions_reporting_html.php:3075 +#: ../../include/functions_reporting_html.php:3087 +#: ../../include/functions_reporting_html.php:3243 +#: ../../include/functions_reporting_html.php:3371 +#: ../../include/functions_reporting_html.php:3457 +#: ../../include/functions_reporting_html.php:4149 +#: ../../include/functions_reporting_html.php:4205 +#: ../../include/ajax/alert_list.ajax.php:278 +#: ../../include/ajax/alert_list.ajax.php:303 +#: ../../include/ajax/alert_list.ajax.php:461 +#: ../../include/functions_graph.php:5393 +#: ../../include/functions_treeview.php:64 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:557 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:410 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:373 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:348 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:510 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:234 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:599 +#: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:233 +#: ../../include/class/AgentsAlerts.class.php:405 +#: ../../include/class/AgentsAlerts.class.php:908 +#: ../../include/functions_reporting.php:5796 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:315 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:334 +#: ../../include/lib/Dashboard/Widgets/module_value.php:308 +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:283 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:304 +#: ../../include/lib/Dashboard/Widgets/module_status.php:324 +#: ../../include/lib/Dashboard/Widgets/single_graph.php:279 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:676 +#: ../../include/lib/Dashboard/Widgets/top_n.php:221 +#: ../../operation/agentes/alerts_status.php:537 +#: ../../operation/agentes/alerts_status.php:572 +#: ../../operation/agentes/alerts_status.php:607 +#: ../../operation/agentes/alerts_status.php:639 +#: ../../operation/agentes/exportdata.csv.php:74 +#: ../../operation/agentes/exportdata.php:83 +#: ../../operation/agentes/estado_monitores.php:125 +#: ../../operation/agentes/exportdata.excel.php:74 +#: ../../operation/search_alerts.php:34 ../../operation/search_modules.php:31 +msgid "Module" +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 "Module description" +msgstr "Описание модуля" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:267 +msgid "Step by step wizard" +msgstr "Пошаговый мастер" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:268 +#: ../../enterprise/meta/general/main_header.php:309 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../enterprise/meta/general/logon_ok.php:99 +#: ../../enterprise/godmode/modules/configure_local_component.php:161 +#: ../../enterprise/godmode/agentes/plugins_manager.php:120 +#: ../../enterprise/godmode/policies/policy_plugins.php:93 +#: ../../godmode/modules/manage_network_components_form_common.php:49 +#: ../../godmode/users/configure_user.php:1179 +#: ../../godmode/netflow/nf_edit_form.php:236 +#: ../../godmode/alerts/alert_commands.php:153 +#: ../../godmode/alerts/alert_commands.php:190 +#: ../../godmode/alerts/configure_alert_template.php:985 +#: ../../godmode/alerts/configure_alert_template.php:1026 +#: ../../godmode/alerts/configure_alert_template.php:1173 +#: ../../operation/netflow/nf_live_view.php:482 msgid "Advanced" msgstr "Расширенный" -#: ../../enterprise/meta/general/noaccess.php:17 -msgid "Back to login" -msgstr "Вернуться на страницу входа" +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:280 +msgid "Click Create to continue" +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/monitoring/wizard/wizard.create_module.php:382 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../godmode/reporting/graph_builder.graph_editor.php:416 +msgid "Please, select a module" +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/monitoring/wizard/wizard.php:93 +#: ../../enterprise/godmode/alerts/alert_events.php:672 +#: ../../enterprise/godmode/wizards/Cloud.class.php:571 +#: ../../enterprise/include/class/VMware.app.php:849 +#: ../../enterprise/include/class/Omnishell.class.php:852 +#: ../../enterprise/include/class/DB2.app.php:840 +#: ../../enterprise/include/class/SAP.app.php:799 +#: ../../enterprise/include/class/Aws.cloud.php:1416 +#: ../../enterprise/include/class/MySQL.app.php:908 +#: ../../enterprise/include/class/Oracle.app.php:943 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:787 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2039 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1199 +#: ../../godmode/alerts/configure_alert_template.php:1206 +#: ../../godmode/wizards/HostDevices.class.php:1569 +#: ../../include/class/CustomNetScan.class.php:725 +msgid "Finish" +msgstr "Завершено" -#: ../../enterprise/meta/general/noaccess.php:33 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +msgid "The alert you are trying to add is already in the list of alerts" +msgstr "То оповещение, которое вы пытаетесь добавить уже в списке оповещений" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:614 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:136 +msgid "No description available" +msgstr "Описание недоступно" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 +#: ../../enterprise/operation/agentes/policy_view.php:171 +#: ../../enterprise/operation/agentes/policy_view.php:264 +#: ../../enterprise/operation/agentes/policy_view.php:557 +#: ../../godmode/modules/manage_network_components_form_plugin.php:54 +#: ../../godmode/modules/manage_network_components_form_wmi.php:60 +#: ../../godmode/alerts/configure_alert_template.php:1318 +#: ../../godmode/alerts/alert_list.builder.php:292 +#: ../../include/functions.php:2713 +#: ../../include/class/AgentWizard.class.php:2403 +msgid "Empty" +msgstr "Очистить" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../include/functions_events.php:3328 +#: ../../include/functions_events.php:3611 +msgid "New" +msgstr "Новый" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 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" +"Are you sure? If the agent is on a policy, it will be removed from the " +"policy." +msgstr "Вы уверены? Если агент входит в политику, он будет удален из нее." + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +msgid "Please, select an alert" +msgstr "Пожалуйста, выберите оповещение" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 +msgid "Please, select an agent" +msgstr "Пожалуйста, выберите агента" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 +#: ../../enterprise/godmode/policies/policy_modules.php:1639 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:178 +#: ../../enterprise/operation/log/log_viewer.php:816 +#: ../../enterprise/operation/log/log_viewer.php:835 +#: ../../godmode/massive/massive_copy_modules.php:234 +#: ../../godmode/massive/massive_operations.php:351 +#: ../../godmode/massive/massive_add_profiles.php:237 +#: ../../include/functions_events.php:4282 +#: ../../operation/reporting/reporting_viewer.php:295 +#: ../../general/ui/agents_list.php:146 +msgid "Loading" +msgstr "Загрузка" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 +#: ../../enterprise/meta/include/functions_wizard_meta.php:641 +#: ../../godmode/tag/edit_tag.php:208 +#: ../../include/functions_reporting.php:5926 +#: ../../include/lib/Dashboard/Widgets/url.php:216 +msgid "Url" +msgstr "Адрес URL" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 +#: ../../godmode/modules/manage_network_components_form_wizard.php:389 +#: ../../godmode/modules/manage_network_components_form_wizard.php:425 +msgid "String" +msgstr "Строка" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 +msgid "No agent name specified" +msgstr "Не указано имя агента" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:114 +msgid "Another agent already exists with the same name" +msgstr "Другой агент уже существует с таким именем" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:116 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:430 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:433 +#: ../../godmode/agentes/module_manager_editor_common.php:581 +#: ../../godmode/agentes/module_manager_editor_common.php:583 +#, php-format +msgid "Agent interval x %s" +msgstr "Агент интервал x %s" + +#: ../../enterprise/meta/monitoring/group_view.php:55 +msgid "Group View" +msgstr "Просмотр группы" + +#: ../../enterprise/meta/monitoring/group_view.php:72 +#: ../../godmode/groups/group_list.php:313 +#: ../../godmode/users/configure_user.php:1080 +#: ../../operation/users/user_edit.php:359 +#: ../../operation/agentes/group_view.php:70 ../../operation/menu.php:48 +msgid "Group view" +msgstr "Просмотр группы" + +#: ../../enterprise/meta/monitoring/group_view.php:151 +msgid "Summary by status" +msgstr "Итог по статусу" + +#: ../../enterprise/meta/monitoring/group_view.php:160 +#: ../../enterprise/meta/monitoring/group_view.php:172 +msgid "% Agents not init" +msgstr "% Агенты не инициализированы" + +#: ../../enterprise/meta/monitoring/group_view.php:163 +msgid "% Agents Warning" +msgstr "% Агенты предостережения" + +#: ../../enterprise/meta/monitoring/group_view.php:166 +msgid "% Agents OK" +msgstr "% Агенты ОК" + +#: ../../enterprise/meta/monitoring/group_view.php:169 +msgid "% Agents Unknown" +msgstr "% Агенты Неизвестны" + +#: ../../enterprise/meta/monitoring/group_view.php:177 +msgid "% Monitors Critical" +msgstr "% Критические Приборы контроля" + +#: ../../enterprise/meta/monitoring/group_view.php:180 +msgid "% Monitors Warning" +msgstr "% Приборы контроля предостережений" + +#: ../../enterprise/meta/monitoring/group_view.php:183 +msgid "% Monitors OK" +msgstr "% Приборы контроля ОК" + +#: ../../enterprise/meta/monitoring/group_view.php:186 +msgid "% Monitors Unknown" +msgstr "% Неизвестные Приборы контроля" + +#: ../../enterprise/meta/monitoring/group_view.php:189 +msgid "% Monitors Not init" +msgstr "% Приборы контроля не инициализированы" + +#: ../../enterprise/meta/monitoring/group_view.php:205 +#: ../../godmode/agentes/modificar_agente.php:910 +#: ../../operation/agentes/estado_agente.php:947 +#: ../../operation/agentes/group_view.php:541 +msgid "There are no defined agents" +msgstr "Здесь нет заданных агентов" + +#: ../../enterprise/meta/monitoring/group_view.php:217 +#: ../../enterprise/meta/monitoring/group_view.php:223 +msgid "This data doesn't show in realtime" +msgstr "Эти данные не показываются в реальном времени" + +#: ../../enterprise/meta/monitoring/group_view.php:234 +msgid "Group or Tag" +msgstr "Группа или Тег" + +#: ../../enterprise/meta/monitoring/group_view.php:235 +#: ../../enterprise/include/functions_inventory.php:425 +#: ../../enterprise/include/functions_inventory.php:564 +#: ../../enterprise/operation/agentes/agent_inventory.php:240 +#: ../../enterprise/operation/services/services.treeview_services.php:279 +#: ../../godmode/groups/group_list.php:977 +#: ../../include/functions_reporting_html.php:1967 +#: ../../include/functions_reporting_html.php:1977 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:644 +#: ../../operation/tree.php:395 ../../operation/agentes/group_view.php:194 +msgid "Total" +msgstr "Всего" + +#: ../../enterprise/meta/monitoring/group_view.php:247 +#: ../../enterprise/godmode/alerts/alert_events_list.php:710 +#: ../../enterprise/operation/agentes/policy_view.php:332 +#: ../../godmode/alerts/alert_list.list.php:550 +#: ../../godmode/alerts/alert_view.php:82 ../../mobile/operation/alerts.php:305 +#: ../../include/functions.php:1227 ../../include/functions_agents.php:2733 +#: ../../include/functions_agents.php:2744 ../../include/functions_ui.php:1229 +#: ../../include/class/AgentsAlerts.class.php:954 +#: ../../include/functions_reporting.php:11304 +#: ../../include/functions_events.php:2844 +#: ../../include/functions_events.php:3206 +#: ../../operation/agentes/group_view.php:205 +#: ../../operation/snmpconsole/snmp_view.php:1020 +#: ../../operation/events/sound_events.php:133 +msgid "Alert fired" +msgstr "Запуск оповещений" + +#: ../../enterprise/meta/monitoring/group_view.php:359 +#: ../../operation/agentes/group_view.php:284 +#, php-format +msgid "" +"This %s installation are using the secondary groups feature. For this " +"reason, an agent can be counted several times." msgstr "" +"Эта %s установка использует функции второстепенных групп. Поэтому агент " +"может быть посчитан несколько раз." -#: ../../enterprise/meta/general/main_header.php:84 -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -msgid "Tree view" -msgstr "Просмотр в виде дерева" +#: ../../enterprise/meta/monitoring/tactical.php:40 +#: ../../include/class/OrderInterpreter.class.php:105 +msgid "Tactical View" +msgstr "Тактический просмотр" -#: ../../enterprise/meta/general/main_header.php:94 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" -msgstr "Просмотр групп" +#: ../../enterprise/meta/monitoring/tactical.php:63 +#: ../../enterprise/meta/general/main_header.php:103 +#: ../../godmode/users/configure_user.php:1081 +#: ../../mobile/operation/home.php:45 ../../mobile/operation/tactical.php:97 +#: ../../include/lib/Dashboard/Widgets/tactical.php:176 +#: ../../include/lib/Dashboard/Widgets/tactical.php:481 +#: ../../operation/users/user_edit.php:360 +#: ../../operation/agentes/tactical.php:54 ../../operation/menu.php:45 +msgid "Tactical view" +msgstr "Тактический просмотр" -#: ../../enterprise/meta/general/main_header.php:99 -#: ../../operation/agentes/alerts_status.php:129 -msgid "Alerts view" -msgstr "Просмотр оповещений" +#: ../../enterprise/meta/monitoring/tactical.php:251 +msgid "Report of state" +msgstr "Отчет о состоянии" -#: ../../enterprise/meta/general/main_header.php:104 -msgid "Monitors view" -msgstr "Просмотр мониторов" +#: ../../enterprise/meta/monitoring/tactical.php:272 +#: ../../enterprise/meta/general/main_header.php:154 +#: ../../enterprise/meta/general/logon_ok.php:57 +#: ../../enterprise/tools/ipam/ipam_network.php:359 +#: ../../enterprise/tools/ipam/ipam_massive.php:103 ../../godmode/menu.php:265 +#: ../../mobile/include/functions_web.php:25 ../../mobile/operation/home.php:51 +#: ../../mobile/operation/events.php:609 ../../include/functions.php:4092 +#: ../../include/functions_reports.php:839 +#: ../../include/functions_reports.php:843 +#: ../../include/functions_reports.php:847 ../../operation/menu.php:371 +#: ../../operation/events/events.php:899 ../../operation/events/events.php:913 +msgid "Events" +msgstr "События" -#: ../../enterprise/meta/general/main_header.php:140 -msgid "Create new report" -msgstr "Создать новый отчет" +#: ../../enterprise/meta/monitoring/tactical.php:279 +msgid "Report of events" +msgstr "Отчет о событиях" -#: ../../enterprise/meta/general/main_header.php:153 -msgid "Report templates" -msgstr "Шаблоны отчета" +#: ../../enterprise/meta/monitoring/tactical.php:284 +msgid "Info of state in events" +msgstr "Информация о состоянии в событии" -#: ../../enterprise/meta/general/main_header.php:160 -#: ../../enterprise/include/functions_reporting.php:64 -msgid "Templates wizard" -msgstr "Шаблоны мастера" +#: ../../enterprise/meta/monitoring/tactical.php:302 +msgid "More events" +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/event/custom_events.php:38 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:223 +#: ../../godmode/users/configure_profile.php:264 ../../operation/menu.php:377 +msgid "View events" +msgstr "Просмотр событий" -#: ../../enterprise/meta/general/main_header.php:181 -#: ../../mobile/operation/home.php:98 -msgid "Networkmap" -msgstr "Карта сети" +#: ../../enterprise/meta/event/custom_events.php:44 +#: ../../godmode/netflow/nf_edit.php:217 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/snmpconsole/snmp_filters.php:37 +#: ../../godmode/events/event_filter.php:225 +#: ../../include/ajax/custom_fields.php:652 +msgid "Create filter" +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/event/custom_events.php:50 ../../godmode/menu.php:260 +#: ../../godmode/events/events.php:68 +msgid "Event responses" +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/event/custom_events.php:56 +#: ../../enterprise/meta/event/custom_events.php:61 +#: ../../enterprise/meta/event/custom_events.php:74 +#: ../../enterprise/meta/event/custom_events.php:92 +#: ../../godmode/agentes/agent_manager.php:963 +#: ../../godmode/agentes/agent_manager.php:988 ../../godmode/menu.php:77 +#: ../../godmode/massive/massive_edit_agents.php:840 +#: ../../godmode/events/events.php:80 ../../godmode/events/events.php:95 +#: ../../include/functions_events.php:4409 +#: ../../operation/agentes/status_monitor.php:47 +#: ../../operation/agentes/status_monitor.php:70 +#: ../../operation/agentes/ver_agente.php:1441 +msgid "Custom fields" +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 +#: ../../enterprise/meta/event/custom_events.php:69 +#: ../../enterprise/meta/event/custom_events.php:88 +#: ../../enterprise/meta/general/main_header.php:291 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2915 +#: ../../godmode/reporting/reporting_builder.list_items.php:222 +#: ../../godmode/events/events.php:90 ../../godmode/events/events.php:110 msgid "Filters" msgstr "Фильтры" -#: ../../enterprise/meta/general/main_header.php:247 -msgid "Agent management" -msgstr "Управление агентом" +#: ../../enterprise/meta/event/custom_events.php:79 +#: ../../godmode/events/events.php:100 ../../include/ajax/events.php:1396 +msgid "Responses" +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/event/custom_events.php:98 +msgid "The user is not in neither group with EW profile" +msgstr "Пользователь не в одной группе с НОВЫМ профилем" -#: ../../enterprise/meta/general/main_header.php:257 -msgid "Alert management" -msgstr "Управление оповещением" +#: ../../enterprise/meta/event/custom_events.php:160 +#: ../../enterprise/include/ajax/log_viewer.ajax.php:71 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1237 +msgid "Fields" +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/event/custom_events.php:175 +#: ../../godmode/agentes/status_monitor_custom_fields.php:164 +#: ../../godmode/events/custom_events.php:127 +msgid "Fields available" +msgstr "Поля свободны" -#: ../../enterprise/meta/general/main_header.php:267 -msgid "Tag management" -msgstr "Управление тегом" +#: ../../enterprise/meta/event/custom_events.php:177 +#: ../../godmode/agentes/status_monitor_custom_fields.php:186 +#: ../../godmode/events/custom_events.php:147 +msgid "Fields selected" +msgstr "Выбранные поля" -#: ../../enterprise/meta/general/main_header.php:272 -msgid "Policy management" -msgstr "Управление политикой" +#: ../../enterprise/meta/event/custom_events.php:187 +#: ../../godmode/agentes/status_monitor_custom_fields.php:171 +#: ../../godmode/events/custom_events.php:134 +msgid "Add fields to select" +msgstr "Добавить поля для выбора" -#: ../../enterprise/meta/general/main_header.php:277 -msgid "Category management" -msgstr "Управление категорией" +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../godmode/agentes/status_monitor_custom_fields.php:180 +#: ../../godmode/events/custom_events.php:142 +msgid "Delete fields to select" +msgstr "Удалить поля для выбора" -#: ../../enterprise/meta/general/main_header.php:282 -msgid "Server management" +#: ../../enterprise/meta/event/custom_events.php:207 +#: ../../godmode/events/custom_events.php:74 +msgid "Show event fields" +msgstr "Показать поля событий" + +#: ../../enterprise/meta/event/custom_events.php:248 +#: ../../godmode/agentes/status_monitor_custom_fields.php:240 +#: ../../godmode/events/custom_events.php:201 +msgid "" +"There must be at least one custom field. Timestamp will be set by default" msgstr "" +"Здесь должно быть хотя бы одно персонализированное поле. Временная мерка " +"будет установлена по умолчанию" -#: ../../enterprise/meta/general/main_header.php:287 -#: ../../godmode/menu.php:267 -msgid "License" +#: ../../enterprise/meta/include/functions_autoprovision.php:378 +msgid "Round Robin" +msgstr "Round Robin" + +#: ../../enterprise/meta/include/functions_autoprovision.php:383 +msgid "Less loaded" +msgstr "Менее загружен" + +#: ../../enterprise/meta/include/functions_autoprovision.php:447 +#: ../../enterprise/meta/include/functions_autoprovision.php:614 +#: ../../enterprise/godmode/alerts/alert_events_list.php:501 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:400 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2972 +#: ../../enterprise/include/functions_ipam.php:1480 +#: ../../godmode/reporting/reporting_builder.list_items.php:440 +#: ../../godmode/reporting/reporting_builder.list_items.php:740 +#: ../../godmode/reporting/graph_builder.graph_editor.php:217 +#: ../../godmode/reporting/graph_builder.graph_editor.php:318 +msgid "Sort" +msgstr "Сортировка" + +#: ../../enterprise/meta/include/functions_autoprovision.php:503 +msgid "" +"There is no custom entries defined. Click on \"Create custom entry\" to add " +"the first." msgstr "" +"Нет выбранных персонализированных входов. Нажмите на \"Создать " +"персонализированный вход\" для его добавления." -#: ../../enterprise/meta/general/main_header.php:292 -msgid "Metasetup" -msgstr "Мета настройки" +#: ../../enterprise/meta/include/functions_autoprovision.php:508 +msgid "Create custom entry" +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/include/functions_autoprovision.php:535 +msgid "Provisioning configuration" +msgstr "Конфигурация подготовки" -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../general/header.php:113 -msgid "Down" -msgstr "Вниз" +#: ../../enterprise/meta/include/functions_autoprovision.php:546 +msgid "Configuration:" +msgstr "Конфигурация:" -#: ../../enterprise/meta/general/main_header.php:339 -#: ../../general/header.php:117 -msgid "servers down" -msgstr "сервера выключены" +#: ../../enterprise/meta/include/functions_autoprovision.php:584 +msgid "" +"There is no rules configured for this custom entry. Click on Add button to " +"create the first." +msgstr "" +"Нет правил, установленных для этого персонализированного входа. Нажмите на " +"\"Добавить кнопку\", чтобы его создать." -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:121 -msgid "Ready" -msgstr "Готово" +#: ../../enterprise/meta/include/functions_autoprovision.php:616 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:362 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:234 +#: ../../extensions/quick_shell.php:165 +msgid "Method" +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/include/functions_autoprovision.php:697 +msgid "There was an error when editing the rule." +msgstr "Появилась ошибка при редактировании правила." -#: ../../enterprise/meta/general/main_header.php:368 -#: ../../general/header.php:192 -msgid "Configure autorefresh" -msgstr "Настройка автоматического обновления" +#: ../../enterprise/meta/include/functions_autoprovision.php:711 +msgid "Operation:" +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/include/functions_autoprovision.php:725 +msgid "Method:" +msgstr "Метод:" -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 +#: ../../enterprise/meta/include/functions_autoprovision.php:739 +#: ../../enterprise/include/functions_visual_map.php:215 +#: ../../enterprise/include/functions_visual_map.php:280 +msgid "Value:" +msgstr "Значение:" + +#: ../../enterprise/meta/include/functions_autoprovision.php:790 +#: ../../enterprise/godmode/alerts/alert_events_list.php:570 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:434 +msgid "Move up" +msgstr "Переместить вверх" + +#: ../../enterprise/meta/include/functions_autoprovision.php:798 +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 +msgid "Move down" +msgstr "Переместить вниз" + +#: ../../enterprise/meta/include/functions_groups_meta.php:114 +#, php-format +msgid "Error Duplicate name (%s) " +msgstr "Ошибка при дублировании имени (%s) " + +#: ../../enterprise/meta/include/functions_groups_meta.php:132 +#, php-format +msgid "(Error Duplicate ID (%d) ) " +msgstr "(Ошибка при дублировании ID (%d) ) " + +#: ../../enterprise/meta/include/functions_groups_meta.php:153 +msgid "Error Duplicate name" +msgstr "Ошибка при дублировании имени" + +#: ../../enterprise/meta/include/functions_users_meta.php:182 +#: ../../enterprise/meta/include/functions_users_meta.php:204 +#: ../../enterprise/meta/general/main_header.php:321 +#: ../../enterprise/meta/general/main_header.php:407 +#: ../../enterprise/meta/general/main_header.php:414 +#: ../../godmode/users/profile_list.php:48 +#: ../../godmode/users/profile_list.php:69 +#: ../../godmode/users/configure_profile.php:44 +#: ../../godmode/users/configure_profile.php:65 +#: ../../godmode/users/user_list.php:187 ../../godmode/users/user_list.php:212 +#: ../../godmode/users/user_list.php:223 +#: ../../godmode/users/configure_user.php:221 +#: ../../operation/users/user_edit_header.php:91 +msgid "User management" +msgstr "Управление пользователями" + +#: ../../enterprise/meta/include/functions_users_meta.php:186 +#: ../../enterprise/meta/include/functions_users_meta.php:212 +#: ../../godmode/users/profile_list.php:59 +#: ../../godmode/users/configure_profile.php:55 +#: ../../godmode/users/user_list.php:198 +#: ../../godmode/users/configure_user.php:232 ../../godmode/menu.php:130 +msgid "Profile management" +msgstr "управление профилем" + +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../enterprise/meta/include/functions_users_meta.php:208 +#: ../../enterprise/meta/general/main_header.php:629 +#: ../../enterprise/meta/general/main_header.php:635 +#: ../../operation/menu.php:451 ../../general/header.php:408 +#: ../../general/header.php:418 +msgid "Edit my user" +msgstr "Редактировать моего пользователя" + +#: ../../enterprise/meta/include/functions_users_meta.php:200 +msgid "User synchronization" +msgstr "Синхронизация пользователей" + +#: ../../enterprise/meta/include/functions_users_meta.php:216 +msgid "Group synchronization" +msgstr "Синхронизация групп" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:188 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1791 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:217 +#: ../../enterprise/include/functions_reporting_csv.php:1009 +#: ../../godmode/agentes/agent_manager.php:286 +msgid "Alias" +msgstr "Алиас" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:209 +#: ../../enterprise/meta/include/functions_wizard_meta.php:213 +#: ../../enterprise/meta/include/functions_wizard_meta.php:479 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1458 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1803 +#: ../../godmode/agentes/agent_manager.php:295 +#: ../../godmode/servers/modificar_server.php:60 +#: ../../include/functions_reporting_html.php:3369 +#: ../../include/functions_reporting_html.php:3455 +#: ../../include/functions_treeview.php:647 +#: ../../include/functions_events.php:4385 +#: ../../operation/gis_maps/ajax.php:290 +msgid "IP Address" +msgstr "IP адрес" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:238 +#: ../../enterprise/meta/include/functions_wizard_meta.php:681 +#: ../../enterprise/godmode/modules/configure_local_component.php:484 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:134 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:183 +#: ../../enterprise/godmode/setup/setup_log_collector.php:46 +#: ../../enterprise/include/functions_metaconsole.php:1298 +#: ../../enterprise/include/functions_metaconsole.php:1331 +#: ../../enterprise/include/functions_metaconsole.php:1364 +#: ../../enterprise/include/functions_metaconsole.php:1397 +#: ../../enterprise/include/functions_metaconsole.php:1430 +#: ../../enterprise/include/functions_metaconsole.php:1463 +#: ../../enterprise/include/functions_metaconsole.php:1496 +msgid "Check" +msgstr "Проверка" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:247 +#: ../../enterprise/meta/include/functions_wizard_meta.php:530 +#: ../../enterprise/meta/include/functions_wizard_meta.php:601 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1146 +#: ../../enterprise/godmode/alerts/alert_events.php:121 +#: ../../enterprise/godmode/alerts/alert_events.php:125 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:48 +#: ../../enterprise/include/functions_reporting_csv.php:904 +#: ../../enterprise/include/class/Aws.cloud.php:338 +#: ../../godmode/alerts/configure_alert_template.php:188 +#: ../../godmode/alerts/configure_alert_template.php:192 +#: ../../godmode/setup/setup.php:93 ../../godmode/setup/setup.php:246 +#: ../../godmode/servers/plugin.php:369 ../../godmode/servers/plugin.php:374 +#: ../../include/ajax/events.php:1346 ../../include/functions_reports.php:764 +#: ../../include/functions_reporting.php:8420 +msgid "General" +msgstr "Общие" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:307 +#: ../../godmode/modules/manage_network_templates_form.php:329 +#: ../../include/class/ModuleTemplates.class.php:804 +msgid "Components" +msgstr "Компоненты" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:309 +#: ../../enterprise/include/functions_reporting_csv.php:2192 +msgid "Agent modules" +msgstr "Модули агента" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:362 +msgid "Add selected modules to agent" +msgstr "Добавить выбранные модули к агенту" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:400 +msgid "Undo changes" +msgstr "Отменить изменения" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:492 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:675 +#: ../../godmode/agentes/module_manager_editor_wmi.php:59 +#: ../../godmode/agentes/module_manager_editor_network.php:94 +#: ../../godmode/massive/massive_edit_modules.php:761 +#: ../../include/ajax/events.php:1674 +msgid "Auto" +msgstr "Автоматически" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:493 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:676 +#: ../../godmode/agentes/module_manager_editor_wmi.php:60 +#: ../../godmode/agentes/module_manager_editor_network.php:95 +#: ../../godmode/massive/massive_edit_modules.php:762 +msgid "Force primary key" +msgstr "Принудить к работе главный ключ" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:516 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1463 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/functions_meta.php:1270 +#: ../../enterprise/meta/include/functions_meta.php:1319 +#: ../../enterprise/meta/include/functions_meta.php:1368 +#: ../../enterprise/meta/general/login_page.php:125 +#: ../../enterprise/meta/general/login_page.php:167 +#: ../../enterprise/extensions/disabled/check_acls.php:47 +#: ../../enterprise/extensions/disabled/check_acls.php:138 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:191 +#: ../../enterprise/godmode/setup/setup_auth.php:1018 +#: ../../enterprise/godmode/setup/setup_auth.php:1050 +#: ../../enterprise/godmode/servers/manage_export_form.php:113 +#: ../../enterprise/include/functions_tasklist.php:167 +#: ../../enterprise/include/class/DB2.app.php:501 +#: ../../enterprise/include/class/MySQL.app.php:523 +#: ../../enterprise/include/class/Oracle.app.php:502 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:496 +#: ../../extensions/api_checker.php:138 +#: ../../extensions/users_connected.php:100 +#: ../../godmode/admin_access_logs.php:99 +#: ../../godmode/admin_access_logs.php:209 +#: ../../godmode/setup/setup_ehorus.php:77 +#: ../../godmode/setup/setup_integria.php:272 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2944 +#: ../../godmode/events/custom_events.php:98 +#: ../../mobile/include/user.class.php:335 +#: ../../mobile/operation/tactical.php:347 +#: ../../include/functions_reporting_html.php:5190 +#: ../../include/functions.php:3053 ../../include/functions_cron.php:454 +#: ../../include/functions_config.php:656 +#: ../../include/functions_config.php:676 +#: ../../include/functions_config.php:1731 +#: ../../include/class/CredentialStore.class.php:785 +#: ../../include/class/CredentialStore.class.php:1114 +#: ../../include/functions_events.php:192 +#: ../../include/functions_events.php:242 +#: ../../include/functions_events.php:6511 +#: ../../include/functions_events.php:6938 ../../operation/search_users.php:60 +#: ../../operation/users/user_edit.php:709 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:125 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:299 +#: ../../operation/events/events.build_table.php:202 +#: ../../operation/events/events.build_table.php:700 +#: ../../general/logon_ok.php:245 ../../general/login_page.php:228 +#: ../../general/login_page.php:270 +msgid "User" +msgstr "Пользователь" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:520 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1467 +#: ../../enterprise/meta/include/functions_meta.php:1281 +#: ../../enterprise/meta/include/functions_meta.php:1330 +#: ../../enterprise/meta/include/functions_meta.php:1379 +#: ../../enterprise/meta/general/login_page.php:139 +#: ../../enterprise/meta/general/login_page.php:181 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:773 +#: ../../enterprise/godmode/setup/setup_module_library.php:49 +#: ../../enterprise/godmode/setup/setup_auth.php:1024 +#: ../../enterprise/godmode/setup/setup_auth.php:1056 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:250 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:59 +#: ../../enterprise/godmode/servers/manage_export_form.php:117 +#: ../../enterprise/include/ajax/servers.ajax.php:101 +#: ../../enterprise/include/ajax/servers.ajax.php:159 +#: ../../enterprise/include/ajax/servers.ajax.php:285 +#: ../../enterprise/include/functions_ui.php:104 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../enterprise/include/functions_setup.php:113 +#: ../../enterprise/include/class/VMware.app.php:718 +#: ../../enterprise/include/class/DB2.app.php:513 +#: ../../enterprise/include/class/MySQL.app.php:535 +#: ../../enterprise/include/class/Oracle.app.php:514 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:508 +#: ../../extensions/api_checker.php:143 +#: ../../godmode/modules/manage_network_components_form_wmi.php:49 +#: ../../godmode/users/configure_user.php:902 +#: ../../godmode/agentes/module_manager_editor_wmi.php:116 +#: ../../godmode/massive/massive_edit_modules.php:852 +#: ../../godmode/setup/setup_ehorus.php:83 +#: ../../godmode/setup/setup_integria.php:278 +#: ../../mobile/include/user.class.php:342 +#: ../../include/functions_config.php:660 +#: ../../include/functions_config.php:680 +#: ../../include/functions_config.php:1736 +#: ../../include/class/CredentialStore.class.php:938 +#: ../../include/class/CredentialStore.class.php:975 +#: ../../include/class/CredentialStore.class.php:1115 +#: ../../include/class/CredentialStore.class.php:1138 +#: ../../include/class/AgentWizard.class.php:691 +#: ../../operation/users/user_edit.php:715 ../../general/login_page.php:242 +#: ../../general/login_page.php:283 +msgid "Password" +msgstr "Пароль" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:589 +msgid "Latency" +msgstr "Латентность" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:590 +msgid "Response" +msgstr "Ответ" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:592 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:161 +msgid "Check type" +msgstr "Проверить тип" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:609 +#: ../../enterprise/meta/include/functions_wizard_meta.php:666 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:72 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:988 +#: ../../enterprise/include/functions_enterprise.php:320 +#: ../../godmode/massive/massive_edit_modules.php:1085 +msgid "Web checks" +msgstr "Веб Проверки" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:645 +msgid "String to check" +msgstr "Строка для проверки" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:651 +msgid "Add check" +msgstr "Добавить проверку" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:660 +msgid "Delete check" +msgstr "Удалить проверку" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:673 +#: ../../enterprise/godmode/modules/configure_local_component.php:475 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:180 +msgid "Load basic" +msgstr "Загрузить основное" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:679 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132 +msgid "Load a basic structure on Web Checks" +msgstr "Загрузите базовую структуру на Веб Проверки" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:687 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:140 +msgid "Check the correct structure of the WebCheck" +msgstr "Проверьте правильную структуру Веб Проверки" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:694 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:215 +msgid "First line must be \"task_begin\"" +msgstr "Первая строка должна быть \"task_begin\"" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:695 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:216 +msgid "Webchecks configuration is empty" +msgstr "Конфигурации веб проверок пусты" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:696 +#: ../../enterprise/meta/include/functions_wizard_meta.php:697 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:217 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:218 +msgid "Last line must be \"task_end\"" +msgstr "Первая строка должна быть \"task_end\"" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:698 +#: ../../enterprise/godmode/modules/configure_local_component.php:494 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:219 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:203 +msgid "There is a line with a unknown token 'token_fail'." +msgstr "Есть строка с неизвестным признаком 'token_fail'." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:699 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:221 +msgid "Web checks are built correctly" +msgstr "Веб проверки разработаны верно" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:916 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1032 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1197 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1513 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1597 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1733 +#: ../../enterprise/meta/agentsearch.php:118 +#: ../../enterprise/godmode/modules/configure_local_component.php:285 +#: ../../enterprise/godmode/agentes/inventory_manager.php:220 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:421 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:463 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:262 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:612 +#: ../../enterprise/godmode/servers/manage_export.php:139 +#: ../../enterprise/godmode/servers/manage_export_form.php:95 +#: ../../enterprise/include/functions_ui.php:84 +#: ../../enterprise/include/class/Azure.cloud.php:847 +#: ../../enterprise/include/class/VMware.app.php:653 +#: ../../enterprise/include/class/DB2.app.php:536 +#: ../../enterprise/include/class/Aws.S3.php:506 +#: ../../enterprise/include/class/SAP.app.php:513 +#: ../../enterprise/include/class/Aws.cloud.php:584 +#: ../../enterprise/include/class/Aws.cloud.php:1311 +#: ../../enterprise/include/class/MySQL.app.php:558 +#: ../../enterprise/include/class/Google.cloud.php:797 +#: ../../enterprise/include/class/Oracle.app.php:537 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:531 +#: ../../enterprise/include/functions_ipam.php:1219 +#: ../../enterprise/operation/agentes/tag_view.php:588 +#: ../../enterprise/operation/agentes/tag_view.php:665 +#: ../../enterprise/tools/ipam/ipam_list.php:147 +#: ../../godmode/modules/manage_network_components_form_common.php:139 +#: ../../godmode/agentes/status_monitor_custom_fields.php:93 +#: ../../godmode/agentes/status_monitor_custom_fields.php:147 +#: ../../godmode/agentes/agent_manager.php:355 +#: ../../godmode/agentes/module_manager_editor_common.php:575 +#: ../../godmode/agentes/module_manager_editor_common.php:596 +#: ../../godmode/agentes/module_manager.php:786 +#: ../../godmode/massive/massive_edit_agents.php:590 +#: ../../godmode/massive/massive_edit_modules.php:698 +#: ../../godmode/wizards/HostDevices.class.php:798 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:545 +#: ../../mobile/operation/modules.php:644 +#: ../../mobile/operation/modules.php:646 +#: ../../mobile/operation/modules.php:838 +#: ../../include/functions_reporting_html.php:2936 +#: ../../include/functions_treeview.php:84 +#: ../../include/functions_treeview.php:653 +#: ../../include/class/CustomNetScan.class.php:520 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:331 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:321 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:350 +#: ../../include/lib/Dashboard/Widgets/single_graph.php:306 +#: ../../include/lib/Dashboard/Widgets/top_n.php:236 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/agentes/estado_agente.php:723 +#: ../../operation/agentes/status_monitor.php:1240 +#: ../../operation/agentes/estado_generalagente.php:345 +#: ../../operation/netflow/nf_live_view.php:262 +#: ../../operation/search_modules.php:34 +#: ../../operation/servers/recon_view.php:97 +msgid "Interval" +msgstr "Периодичность" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:922 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1038 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1217 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1518 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1602 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1738 +#: ../../enterprise/godmode/modules/configure_local_component.php:449 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:790 +#: ../../godmode/modules/manage_network_components_form_common.php:295 +#: ../../godmode/agentes/module_manager_editor_common.php:540 +#: ../../godmode/massive/massive_edit_modules.php:869 +#: ../../include/functions_reporting_html.php:2937 +msgid "Unit" +msgstr "Единица" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:954 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1044 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1254 +msgid "Various" +msgstr "Разное" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:962 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1474 +#: ../../include/class/ExternalTools.class.php:557 +msgid "SNMP Community" +msgstr "SNMP сообщество" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:969 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1052 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1189 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1316 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1326 +#: ../../extensions/api_checker.php:195 +#: ../../godmode/wizards/HostDevices.class.php:1470 +msgid "Credentials" +msgstr "Учётные данные" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:976 +#: ../../enterprise/meta/include/functions_wizard_meta.php:985 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1060 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1069 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1261 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1270 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1496 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1505 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1589 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1699 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1708 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:273 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:385 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:738 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1705 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2264 +#: ../../enterprise/include/functions_reporting_csv.php:942 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2280 +#: ../../godmode/alerts/alert_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1129 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2112 +#: ../../include/functions_reporting_html.php:4208 +#: ../../include/functions_ui.php:2580 +#: ../../include/functions_reporting.php:1471 +msgid "Min" +msgstr "Мин." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:978 +#: ../../enterprise/meta/include/functions_wizard_meta.php:987 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1062 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1071 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1263 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1272 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1498 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1507 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1582 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1591 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1701 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1710 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:285 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:378 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:746 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1703 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2257 +#: ../../enterprise/include/functions_reporting_csv.php:942 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2280 +#: ../../godmode/alerts/alert_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2105 +#: ../../include/functions_reporting_html.php:4207 +#: ../../include/functions_ui.php:2580 +#: ../../include/functions_reporting.php:1467 +msgid "Max" +msgstr "Макс." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:980 +#: ../../enterprise/meta/include/functions_wizard_meta.php:989 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1064 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1073 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1265 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1274 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1500 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1509 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1584 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1593 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1703 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1712 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1728 +#: ../../enterprise/godmode/modules/configure_local_component.php:334 +#: ../../enterprise/godmode/modules/configure_local_component.php:369 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:512 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:188 +#: ../../godmode/modules/manage_network_components_form_common.php:223 +#: ../../godmode/modules/manage_network_components_form_wizard.php:392 +#: ../../godmode/modules/manage_network_components_form_wizard.php:428 +#: ../../godmode/agentes/module_manager_editor_common.php:434 +#: ../../godmode/agentes/module_manager_editor_common.php:487 +#: ../../godmode/massive/massive_edit_modules.php:598 +#: ../../godmode/massive/massive_edit_modules.php:667 +msgid "Inverse interval" +msgstr "Обратный интервал" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:994 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1309 +#: ../../include/ajax/module.php:981 +msgid "Thresholds" +msgstr "Пороговые значения" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1084 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1611 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:186 +msgid "Proxy URL" +msgstr "URL прокси" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1089 +msgid "Web configuration" +msgstr "Веб конфигурация" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1281 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1719 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1726 +msgid "Str: " +msgstr "Цепь: " + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1290 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1303 +msgid " Inverse interval " +msgstr " Интервал инверсии " + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1362 +msgid "Alerts in module" +msgstr "Оповещения в модуле" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 +#: ../../include/functions_reporting_html.php:4552 +msgid "Alert description" +msgstr "Описание оповещения" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1607 +msgid "Checks" +msgstr "Проверки" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1816 +msgid "Deleted modules" +msgstr "Удаленные модули" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2004 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2104 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2632 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2751 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2842 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3037 +msgid "Another module already exists with the same name" +msgstr "Другой модуль уже существует с таким именем" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2016 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2111 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2644 +#, php-format +msgid "Error adding module %s" +msgstr "Ошибка при добавлении модуля %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2025 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2120 +msgid "" +"There was an error creating the alerts, the operation has been cancelled" +msgstr "Ошибка при создании оповещений, операция была отменена" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2054 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2149 +#: ../../enterprise/godmode/policies/policy_modules.php:883 +msgid "Successfully added module." +msgstr "Успешно добавлен модуль." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2211 +#, php-format +msgid "Could not create agent %s" +msgstr "Агент не может быть создан %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2215 +msgid "Agent successfully added" +msgstr "Агент успешно добавлен" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2231 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2334 +#, php-format +msgid "%s Modules created" +msgstr "%s Модули созданы" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2297 +#, php-format +msgid "Could not update agent %s" +msgstr "Агент не может быть обновлен %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2301 +#: ../../enterprise/include/class/AgentRepository.class.php:495 +msgid "Agent successfully updated" +msgstr "Агент успешно обновлен" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2340 +#, php-format +msgid "%s Modules deleted" +msgstr "%s Модули удалены" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2656 +msgid "" +"There was an error creating the alerts, the operation has been cancelled ." +msgstr "Возникла ошибка при создании предупреждений, операция была отменена." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2686 +msgid "Module successfully added." +msgstr "Модуль успешно добавлен." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2758 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2849 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3044 +#, php-format +msgid "Error updating module %s" +msgstr "Ошибка при обновлении модуля %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2780 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3066 +msgid "" +"There was an error updating the alerts, the operation has been cancelled" +msgstr "Произошла ошибка при обновлении оповещений, операция была отменена" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2801 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2892 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3087 +msgid "Successfully updated module." +msgstr "Модуль успешно обновлен." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:3465 +msgid "Manage agent modules" +msgstr "Управление агентом модулей" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:92 +#: ../../godmode/alerts/alert_templates.php:61 +msgid "Everyday" +msgstr "Каждый день" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:95 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1743 +#: ../../enterprise/include/functions_reporting.php:1689 +#: ../../enterprise/include/functions_reporting.php:2313 +#: ../../enterprise/include/functions_reporting.php:2631 +#: ../../enterprise/include/functions_reporting.php:3266 +#: ../../enterprise/include/functions_reporting.php:4244 +#: ../../godmode/alerts/configure_alert_special_days.php:114 +#: ../../godmode/alerts/alert_templates.php:64 +#: ../../godmode/alerts/alert_special_days.php:282 +#: ../../godmode/alerts/alert_special_days.php:492 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1176 +#: ../../include/functions_html.php:2030 +msgid "Monday" +msgstr "Понедельник" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1751 +#: ../../enterprise/include/functions_reporting.php:1690 +#: ../../enterprise/include/functions_reporting.php:2314 +#: ../../enterprise/include/functions_reporting.php:2632 +#: ../../enterprise/include/functions_reporting.php:3267 +#: ../../enterprise/include/functions_reporting.php:4245 +#: ../../godmode/alerts/configure_alert_special_days.php:115 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../godmode/alerts/alert_special_days.php:283 +#: ../../godmode/alerts/alert_special_days.php:496 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1184 +#: ../../include/functions_html.php:2031 +msgid "Tuesday" +msgstr "Вторник" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:97 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1759 +#: ../../enterprise/include/functions_reporting.php:1691 +#: ../../enterprise/include/functions_reporting.php:2315 +#: ../../enterprise/include/functions_reporting.php:2633 +#: ../../enterprise/include/functions_reporting.php:3268 +#: ../../enterprise/include/functions_reporting.php:4246 +#: ../../godmode/alerts/configure_alert_special_days.php:116 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../godmode/alerts/alert_special_days.php:284 +#: ../../godmode/alerts/alert_special_days.php:500 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1192 +#: ../../include/functions_html.php:2032 +msgid "Wednesday" +msgstr "Среда" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1767 +#: ../../enterprise/include/functions_reporting.php:1692 +#: ../../enterprise/include/functions_reporting.php:2316 +#: ../../enterprise/include/functions_reporting.php:2634 +#: ../../enterprise/include/functions_reporting.php:3269 +#: ../../enterprise/include/functions_reporting.php:4247 +#: ../../godmode/alerts/configure_alert_special_days.php:117 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../godmode/alerts/alert_special_days.php:285 +#: ../../godmode/alerts/alert_special_days.php:504 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1200 +#: ../../include/functions_html.php:2033 +msgid "Thursday" +msgstr "Четверг" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:99 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1775 +#: ../../enterprise/include/functions_reporting.php:1693 +#: ../../enterprise/include/functions_reporting.php:2317 +#: ../../enterprise/include/functions_reporting.php:2635 +#: ../../enterprise/include/functions_reporting.php:3270 +#: ../../enterprise/include/functions_reporting.php:4248 +#: ../../godmode/alerts/configure_alert_special_days.php:118 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../godmode/alerts/alert_special_days.php:286 +#: ../../godmode/alerts/alert_special_days.php:508 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1208 +#: ../../include/functions_html.php:2034 +msgid "Friday" +msgstr "Пятница" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:100 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1783 +#: ../../enterprise/include/functions_reporting.php:1694 +#: ../../enterprise/include/functions_reporting.php:2318 +#: ../../enterprise/include/functions_reporting.php:2636 +#: ../../enterprise/include/functions_reporting.php:3271 +#: ../../enterprise/include/functions_reporting.php:4249 +#: ../../godmode/alerts/configure_alert_special_days.php:119 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../godmode/alerts/alert_special_days.php:287 +#: ../../godmode/alerts/alert_special_days.php:512 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1216 +#: ../../include/functions_html.php:2035 +msgid "Saturday" +msgstr "Суббота" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1791 +#: ../../enterprise/include/functions_reporting.php:1695 +#: ../../enterprise/include/functions_reporting.php:2319 +#: ../../enterprise/include/functions_reporting.php:2637 +#: ../../enterprise/include/functions_reporting.php:3272 +#: ../../enterprise/include/functions_reporting.php:4250 +#: ../../godmode/alerts/configure_alert_special_days.php:120 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../godmode/alerts/alert_special_days.php:288 +#: ../../godmode/alerts/alert_special_days.php:516 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1224 +#: ../../include/functions_html.php:2029 +msgid "Sunday" +msgstr "Воскресенье" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:104 +#: ../../enterprise/tools/ipam/ipam_editor.php:242 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:1508 +msgid "Days" +msgstr "Дней" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:104 +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Every" +msgstr "Каждый(ое)" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:115 +#: ../../godmode/alerts/alert_templates.php:84 +msgid "and" +msgstr "и" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:306 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:229 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2275 +#: ../../godmode/snmpconsole/snmp_alert.php:1075 +#: ../../godmode/alerts/alert_templates.php:91 +#: ../../godmode/alerts/configure_alert_template.php:714 +#: ../../godmode/alerts/alert_view.php:314 +msgid "Time threshold" +msgstr "Временной порог" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:127 +#: ../../enterprise/godmode/policies/policy_alerts.php:373 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:254 +#: ../../enterprise/godmode/alerts/alert_events_list.php:647 +#: ../../enterprise/include/functions_reporting_pdf.php:1589 +#: ../../enterprise/include/functions_reporting_pdf.php:1662 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 +#: ../../enterprise/include/functions_reporting_csv.php:863 +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2406 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2410 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3402 +#: ../../godmode/agentes/planned_downtime.list.php:146 +#: ../../godmode/alerts/alert_list.list.php:635 +#: ../../godmode/alerts/alert_list.list.php:638 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../include/functions_reporting_html.php:147 +#: ../../include/functions_reporting_html.php:3244 +#: ../../include/rest-api/index.php:324 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:448 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:509 +#: ../../operation/agentes/gis_view.php:217 +#: ../../operation/reporting/reporting_viewer.php:252 +msgid "From" +msgstr "От" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:129 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:102 +#: ../../enterprise/godmode/policies/policy_alerts.php:373 +#: ../../enterprise/godmode/policies/policy_alerts.php:537 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:254 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/alerts/alert_events_list.php:647 +#: ../../enterprise/godmode/alerts/alert_events_list.php:694 +#: ../../enterprise/include/functions_reporting_pdf.php:1595 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1003 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1033 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2406 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2410 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2565 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3404 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3530 +#: ../../godmode/massive/massive_add_action_alerts.php:248 +#: ../../godmode/alerts/alert_list.list.php:635 +#: ../../godmode/alerts/alert_list.list.php:755 +#: ../../godmode/alerts/alert_templates.php:98 +#: ../../godmode/alerts/alert_list.builder.php:128 +#: ../../include/functions_reporting_html.php:148 +#: ../../include/ajax/alert_list.ajax.php:508 +#: ../../include/class/AgentsAlerts.class.php:309 +#: ../../include/functions_reporting.php:13027 +#: ../../operation/reporting/reporting_viewer.php:256 +msgid "to" +msgstr "до" + +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:55 +msgid "Agent succesfully deleted" +msgstr "Агент успешно удален" + +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:57 +msgid "Could not delete agent" +msgstr "Не удалось удалить агента" + +#: ../../enterprise/meta/include/functions_events_meta.php:58 +#: ../../include/functions_events.php:189 +msgid "Event id" +msgstr "Событие ID" + +#: ../../enterprise/meta/include/functions_events_meta.php:62 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:401 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:457 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:509 +#: ../../include/functions_reporting_html.php:1247 +#: ../../include/functions_reporting_html.php:1255 +#: ../../include/functions_reporting_html.php:4484 +#: ../../include/functions_events.php:190 +#: ../../include/functions_events.php:2550 +#: ../../include/functions_events.php:4859 +msgid "Event name" +msgstr "Название события" + +#: ../../enterprise/meta/include/functions_events_meta.php:66 +#: ../../enterprise/include/functions_reporting_csv.php:783 +#: ../../enterprise/include/functions_ipam.php:1875 +#: ../../godmode/agentes/modificar_agente.php:613 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../mobile/operation/modules.php:584 +#: ../../mobile/operation/modules.php:836 +#: ../../include/functions_reporting_html.php:2880 +#: ../../include/functions_treeview.php:624 +#: ../../include/functions_events.php:191 +#: ../../include/functions_events.php:236 +#: ../../include/functions_events.php:2555 +#: ../../include/functions_events.php:6498 +#: ../../operation/events/events.php:1750 +#: ../../operation/events/events.build_table.php:182 +msgid "Agent name" +msgstr "Название агента" + +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../enterprise/include/functions_inventory.php:94 +#: ../../enterprise/include/functions_inventory.php:128 +#: ../../enterprise/include/functions_inventory.php:316 +#: ../../enterprise/include/functions_inventory.php:336 +#: ../../enterprise/include/functions_inventory.php:497 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:787 +#: ../../enterprise/include/functions_reporting_csv.php:1356 +#: ../../enterprise/include/functions_reporting_csv.php:2139 +#: ../../enterprise/include/functions_reporting_csv.php:2175 +#: ../../enterprise/include/class/Omnishell.class.php:400 +#: ../../enterprise/include/class/LogSource.class.php:600 +#: ../../enterprise/operation/agentes/tag_view.php:670 +#: ../../godmode/agentes/status_monitor_custom_fields.php:117 +#: ../../godmode/agentes/status_monitor_custom_fields.php:153 +#: ../../godmode/setup/news.php:249 ../../godmode/events/custom_events.php:101 +#: ../../mobile/operation/modules.php:648 +#: ../../mobile/operation/modules.php:839 ../../mobile/operation/events.php:516 +#: ../../include/functions_reporting_html.php:1032 +#: ../../include/functions_reporting_html.php:1040 +#: ../../include/functions_reporting_html.php:1251 +#: ../../include/functions_reporting_html.php:1258 +#: ../../include/functions_reporting_html.php:2043 +#: ../../include/functions_reporting_html.php:4486 +#: ../../include/ajax/events_extended.php:90 +#: ../../include/ajax/custom_fields.php:415 ../../include/ajax/events.php:1659 +#: ../../include/functions_netflow.php:274 +#: ../../include/functions_events.php:195 +#: ../../include/functions_events.php:251 +#: ../../include/functions_events.php:2560 +#: ../../include/functions_events.php:4864 +#: ../../include/functions_events.php:6505 +#: ../../operation/agentes/exportdata.csv.php:74 +#: ../../operation/agentes/exportdata.php:83 +#: ../../operation/agentes/status_monitor.php:1276 +#: ../../operation/agentes/estado_generalagente.php:631 +#: ../../operation/agentes/exportdata.excel.php:74 +#: ../../operation/messages/message_list.php:185 +#: ../../operation/snmpconsole/snmp_view.php:883 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:123 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:297 +#: ../../operation/search_modules.php:38 +#: ../../operation/events/events.build_table.php:192 +msgid "Timestamp" +msgstr "Метка времени" + +#: ../../enterprise/meta/include/functions_events_meta.php:86 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:250 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:630 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2633 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1369 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1017 +#: ../../enterprise/include/functions_events.php:127 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2476 +#: ../../godmode/events/event_filter.php:138 +#: ../../godmode/events/event_edit_filter.php:311 +#: ../../include/lib/Dashboard/Widgets/events_list.php:321 +#: ../../include/functions_events.php:196 +#: ../../include/functions_events.php:6529 +#: ../../operation/events/events_list.php:925 +#: ../../operation/events/events.php:997 +msgid "Event type" +msgstr "Тип события" + +#: ../../enterprise/meta/include/functions_events_meta.php:90 +#: ../../enterprise/include/functions_reporting_csv.php:785 +#: ../../enterprise/operation/agentes/tag_view.php:184 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../godmode/modules/manage_network_components.php:723 +#: ../../godmode/modules/manage_network_components_form_wizard.php:268 +#: ../../godmode/agentes/agent_template.php:233 +#: ../../godmode/agentes/status_monitor_custom_fields.php:85 +#: ../../godmode/agentes/status_monitor_custom_fields.php:145 +#: ../../godmode/alerts/alert_list.list.php:83 +#: ../../mobile/operation/modules.php:581 +#: ../../mobile/operation/modules.php:835 ../../include/ajax/module.php:978 +#: ../../include/ajax/custom_fields.php:411 +#: ../../operation/agentes/status_monitor.php:487 +#: ../../operation/agentes/status_monitor.php:1230 +msgid "Module name" +msgstr "Имя модуля" + +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:204 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:362 +#: ../../godmode/agentes/configurar_agente.php:725 +#: ../../godmode/events/custom_events.php:104 ../../include/functions.php:4099 +#: ../../include/functions_snmp.php:324 ../../include/functions_events.php:198 +#: ../../include/functions_events.php:260 +#: ../../include/functions_events.php:2633 +#: ../../include/functions_events.php:6542 +#: ../../operation/agentes/estado_monitores.php:522 +#: ../../operation/snmpconsole/snmp_view.php:565 +#: ../../operation/snmpconsole/snmp_view.php:888 +#: ../../operation/snmpconsole/snmp_view.php:1253 +#: ../../operation/events/events.build_table.php:253 +msgid "Alert" +msgstr "Предупреждение" + +#: ../../enterprise/meta/include/functions_events_meta.php:98 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:72 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:340 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:174 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:604 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2606 +#: ../../enterprise/include/functions_reporting.php:1984 +#: ../../enterprise/include/functions_events.php:137 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2449 +#: ../../godmode/events/event_filter.php:140 +#: ../../godmode/events/event_edit_filter.php:326 +#: ../../godmode/events/custom_events.php:105 +#: ../../mobile/operation/events.php:397 ../../mobile/operation/events.php:398 +#: ../../mobile/operation/events.php:532 ../../mobile/operation/events.php:690 +#: ../../mobile/operation/events.php:691 +#: ../../include/functions_reporting_html.php:1030 +#: ../../include/functions_reporting_html.php:1038 +#: ../../include/functions_reporting_html.php:1249 +#: ../../include/functions_reporting_html.php:1257 +#: ../../include/functions_reporting_html.php:2041 +#: ../../include/functions_snmp.php:335 +#: ../../include/lib/Dashboard/Widgets/events_list.php:393 +#: ../../include/functions_events.php:199 +#: ../../include/functions_events.php:263 +#: ../../include/functions_events.php:2542 +#: ../../include/functions_events.php:4917 +#: ../../include/functions_events.php:6548 +#: ../../operation/snmpconsole/snmp_view.php:594 +#: ../../operation/events/events_list.php:941 +#: ../../operation/events/events.php:1070 +#: ../../operation/events/events.build_table.php:263 +msgid "Severity" +msgstr "Важность" + +#: ../../enterprise/meta/include/functions_events_meta.php:102 +#: ../../godmode/events/event_edit_filter.php:627 +#: ../../godmode/events/custom_events.php:106 +#: ../../godmode/wizards/HostDevices.class.php:958 +#: ../../include/class/CustomNetScan.class.php:468 +#: ../../include/functions_events.php:200 +#: ../../include/functions_events.php:266 +#: ../../include/functions_events.php:3690 +#: ../../include/functions_events.php:6554 +#: ../../include/functions_events.php:6940 +#: ../../operation/events/events_list.php:991 +#: ../../operation/events/events.php:1121 +#: ../../operation/events/events.build_table.php:273 +#: ../../operation/events/events.build_table.php:702 +msgid "Comment" +msgstr "Комментарий" + +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../enterprise/godmode/modules/configure_local_component.php:531 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:146 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:106 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:893 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:105 +#: ../../enterprise/godmode/setup/setup_auth.php:229 +#: ../../enterprise/godmode/setup/setup_auth.php:508 +#: ../../enterprise/godmode/setup/setup_auth.php:1286 +#: ../../enterprise/operation/agentes/tag_view.php:204 +#: ../../enterprise/operation/agentes/tag_view.php:206 +#: ../../enterprise/operation/agentes/tag_view.php:662 +#: ../../godmode/modules/manage_network_components_form_common.php:334 +#: ../../godmode/massive/massive_copy_modules.php:171 +#: ../../godmode/massive/massive_delete_modules.php:396 +#: ../../godmode/massive/massive_delete_modules.php:510 +#: ../../godmode/massive/massive_edit_modules.php:393 +#: ../../godmode/massive/massive_edit_modules.php:479 +#: ../../godmode/massive/massive_edit_modules.php:991 +#: ../../godmode/events/custom_events.php:107 ../../godmode/tag/edit_tag.php:63 +#: ../../mobile/operation/events.php:557 +#: ../../include/functions_reporting_html.php:2939 +#: ../../include/functions_treeview.php:168 +#: ../../include/functions_profile.php:215 +#: ../../include/lib/Dashboard/Widgets/events_list.php:450 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:329 +#: ../../include/functions_events.php:201 +#: ../../include/functions_events.php:269 +#: ../../include/functions_events.php:5002 +#: ../../include/functions_events.php:6560 ../../operation/tree.php:48 +#: ../../operation/users/user_edit.php:780 +#: ../../operation/agentes/status_monitor.php:501 +#: ../../operation/agentes/group_view.php:193 +#: ../../operation/agentes/alerts_status.functions.php:107 +#: ../../operation/events/events.build_table.php:283 +#: ../../general/first_task/tags.php:22 +msgid "Tags" +msgstr "Метки" + +#: ../../enterprise/meta/include/functions_events_meta.php:114 +#: ../../include/functions_events.php:203 +#: ../../include/functions_events.php:4598 +msgid "Extra id" +msgstr "Дополнительный id" + +#: ../../enterprise/meta/include/functions_events_meta.php:118 +#: ../../godmode/setup/setup_integria.php:388 +#: ../../godmode/setup/setup_integria.php:511 +#: ../../godmode/events/custom_events.php:110 +#: ../../mobile/operation/events.php:520 ../../include/functions_events.php:204 +#: ../../include/functions_events.php:278 +#: ../../include/functions_events.php:4876 +#: ../../include/functions_events.php:6517 +#: ../../operation/incidents/integriaims_export_csv.php:97 +#: ../../operation/incidents/configure_integriaims_incident.php:293 +#: ../../operation/incidents/list_integriaims_incidents.php:138 +#: ../../operation/incidents/list_integriaims_incidents.php:268 +#: ../../operation/events/events.build_table.php:212 +msgid "Owner" +msgstr "Владелец" + +#: ../../enterprise/meta/include/functions_events_meta.php:122 +#: ../../godmode/events/custom_events.php:111 +#: ../../include/functions_events.php:205 +#: ../../include/functions_events.php:281 +#: ../../include/functions_events.php:6578 +#: ../../operation/events/events.build_table.php:313 +msgid "ACK Timestamp" +msgstr "ACK Отметка времени" + +#: ../../enterprise/meta/include/functions_events_meta.php:126 +#: ../../godmode/events/custom_events.php:112 +#: ../../include/functions_events.php:206 +#: ../../include/functions_events.php:284 +#: ../../include/functions_events.php:4586 +#: ../../include/functions_events.php:6584 +#: ../../operation/events/events.php:2622 +#: ../../operation/events/events.build_table.php:323 +msgid "Instructions" +msgstr "Инструкции" + +#: ../../enterprise/meta/include/functions_events_meta.php:130 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:195 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:270 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:50 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:214 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:542 +#: ../../include/functions_events.php:207 +msgid "Server name" +msgstr "Имя сервера" + +#: ../../enterprise/meta/include/functions_events_meta.php:138 +#: ../../include/functions_reporting_html.php:4415 +#: ../../include/lib/Dashboard/Widgets/module_status.php:173 +#: ../../include/lib/Dashboard/Widgets/module_status.php:535 +#: ../../include/functions_events.php:209 +#: ../../include/functions_events.php:6596 ../../operation/tree.php:237 +msgid "Module status" +msgstr "Модуль статуса" + +#: ../../enterprise/meta/include/process_reset_pass.php:28 +#: ../../enterprise/meta/include/reset_pass.php:28 +#: ../../enterprise/meta/general/login_page.php:45 +#: ../../general/login_page.php:78 +msgid "Splash login" +msgstr "Страница приветствия логин" + +#: ../../enterprise/meta/include/process_reset_pass.php:41 +#: ../../enterprise/meta/include/reset_pass.php:41 +#: ../../enterprise/meta/general/login_page.php:58 +msgid "Go to Pandora FMS Support" +msgstr "Перейти на страницу поддержки Pandora FMS" + +#: ../../enterprise/meta/include/process_reset_pass.php:43 +#: ../../enterprise/meta/include/process_reset_pass.php:54 +#: ../../enterprise/meta/include/reset_pass.php:43 +#: ../../enterprise/meta/include/reset_pass.php:54 +#: ../../enterprise/meta/general/login_page.php:60 +#: ../../enterprise/meta/general/login_page.php:71 +msgid "Go to " +msgstr "Перейти " + +#: ../../enterprise/meta/include/process_reset_pass.php:47 +#: ../../enterprise/meta/include/reset_pass.php:47 +#: ../../enterprise/meta/general/login_page.php:64 +#: ../../enterprise/include/process_reset_pass.php:52 +#: ../../enterprise/include/reset_pass.php:53 +#: ../../general/login_help_dialog.php:83 +#: ../../general/login_help_dialog.php:88 ../../general/login_page.php:147 +#: ../../general/login_page.php:150 +msgid "Support" +msgstr "Поддержка" + +#: ../../enterprise/meta/include/process_reset_pass.php:52 +#: ../../enterprise/meta/include/reset_pass.php:52 +#: ../../enterprise/meta/general/login_page.php:69 +msgid "Go to Pandora FMS Wiki" +msgstr "Перейти на страницу Pandora FMS Wiki" + +#: ../../enterprise/meta/include/process_reset_pass.php:58 +#: ../../enterprise/meta/include/reset_pass.php:58 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/godmode/modules/configure_local_component.php:626 +#: ../../godmode/servers/plugin.php:528 ../../include/functions_ui.php:1428 +#: ../../include/class/ManageNetScanScripts.class.php:690 +msgid "Help" +msgstr "Помощь" + +#: ../../enterprise/meta/include/process_reset_pass.php:96 +#: ../../enterprise/include/process_reset_pass.php:97 +#: ../../operation/users/user_edit.php:298 +msgid "New Password" +msgstr "Новый Пароль" + +#: ../../enterprise/meta/include/process_reset_pass.php:114 +#: ../../enterprise/include/process_reset_pass.php:112 +msgid "Repeat password" +msgstr "Повторить пароль" + +#: ../../enterprise/meta/include/process_reset_pass.php:120 +#: ../../enterprise/include/process_reset_pass.php:118 +msgid "Change password" +msgstr "Изменить пароль" + +#: ../../enterprise/meta/include/process_reset_pass.php:123 +#: ../../enterprise/meta/index.php:624 +#: ../../enterprise/include/process_reset_pass.php:121 ../../index.php:799 +msgid "Passwords must be the same" +msgstr "Пароль должен повторяться" + +#: ../../enterprise/meta/include/process_reset_pass.php:131 +#: ../../enterprise/meta/include/reset_pass.php:102 +#: ../../enterprise/include/process_reset_pass.php:129 +#: ../../enterprise/include/reset_pass.php:107 +msgid "Back to login" +msgstr "Вернуться на страницу входа" + +#: ../../enterprise/meta/include/process_reset_pass.php:141 +#: ../../enterprise/meta/include/reset_pass.php:112 +#, php-format +msgid "%s NEXT GENERATION" +msgstr "%s СЛЕДУЮЩЕЕ ПОКОЛЕНИЕ" + +#: ../../enterprise/meta/include/process_reset_pass.php:149 +#: ../../enterprise/meta/include/reset_pass.php:120 +#: ../../enterprise/meta/general/login_page.php:217 +#: ../../include/functions_config.php:2367 +msgid "METACONSOLE" +msgstr "МЕТАКОНСОЛЬ" + +#: ../../enterprise/meta/include/process_reset_pass.php:163 +#: ../../enterprise/meta/include/reset_pass.php:134 +#: ../../enterprise/meta/general/login_page.php:232 +#: ../../enterprise/include/process_reset_pass.php:176 +#: ../../enterprise/include/reset_pass.php:154 ../../general/login_page.php:397 +msgid "Build" +msgstr "Сборка" + +#: ../../enterprise/meta/include/functions_agents_meta.php:475 +#: ../../enterprise/meta/include/functions_agents_meta.php:539 +#: ../../enterprise/meta/include/functions_agents_meta.php:574 +msgid "Agents movement" +msgstr "Агенты движения" + +#: ../../enterprise/meta/include/functions_agents_meta.php:486 +#: ../../enterprise/meta/include/functions_agents_meta.php:554 +msgid "Provisioning management" +msgstr "Управление подготовкой" + +#: ../../enterprise/meta/include/functions_agents_meta.php:497 +#: ../../enterprise/meta/include/functions_agents_meta.php:564 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:301 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:409 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:667 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:76 +msgid "Agent autoconfiguration" +msgstr "Авто-конфигурация Агента" + +#: ../../enterprise/meta/include/functions_agents_meta.php:508 +#: ../../enterprise/meta/include/functions_agents_meta.php:544 +#: ../../enterprise/meta/include/functions_agents_meta.php:549 +msgid "Group management" +msgstr "управление группами" + +#: ../../enterprise/meta/include/functions_agents_meta.php:519 +msgid "Tree group" +msgstr "Группа дерева" + +#: ../../enterprise/meta/include/functions_agents_meta.php:559 +msgid "Provisioning rules management" +msgstr "Управление правилами подготовки" + +#: ../../enterprise/meta/include/functions_agents_meta.php:569 +msgid "Colecctions" +msgstr "Коллекции" + +#: ../../enterprise/meta/include/functions_meta.php:352 +msgid "No admin user" +msgstr "Нет пользователя с правами администратора" + +#: ../../enterprise/meta/include/functions_meta.php:371 +#: ../../include/functions_config.php:385 +msgid "Activate Metaconsole" +msgstr "Активировать Мета Консоль" + +#: ../../enterprise/meta/include/functions_meta.php:488 +msgid "Netflow disable custom live view filters" +msgstr "Сетевой поток отключил пользовательские фильтры живого просмотра" + +#: ../../enterprise/meta/include/functions_meta.php:547 +msgid "Customizable section" +msgstr "Настраиваемые разделы" + +#: ../../enterprise/meta/include/functions_meta.php:566 +msgid "Agent API" +msgstr "Агент API" + +#: ../../enterprise/meta/include/functions_meta.php:602 +msgid "Policy add max. agents" +msgstr "Макс. возможное количество Агентов для добавления в политику" + +#: ../../enterprise/meta/include/functions_meta.php:727 +msgid "IP ElasticSearch" +msgstr "IP ElasticSearch" + +#: ../../enterprise/meta/include/functions_meta.php:736 +msgid "Port ElasticSearch" +msgstr "ElasticSearch порт" + +#: ../../enterprise/meta/include/functions_meta.php:745 +#: ../../enterprise/godmode/setup/setup_log_collector.php:38 +#: ../../include/functions_config.php:1453 +msgid "Number of logs viewed" +msgstr "Число просмотренных журналов" + +#: ../../enterprise/meta/include/functions_meta.php:756 +#: ../../godmode/setup/setup_auth.php:306 +#: ../../include/functions_config.php:528 +#: ../../include/class/AgentWizard.class.php:850 +msgid "Authentication method" +msgstr "способ проверки подлинности" + +#: ../../enterprise/meta/include/functions_meta.php:765 +#: ../../godmode/setup/setup_auth.php:53 ../../include/functions_config.php:620 +msgid "Fallback to local authentication" +msgstr "Перейти к локальной аутентификации" + +#: ../../enterprise/meta/include/functions_meta.php:774 +#: ../../enterprise/meta/include/functions_meta.php:969 +#: ../../godmode/setup/setup_auth.php:65 ../../include/functions_config.php:532 +msgid "Autocreate remote users" +msgstr "Автосоздание удаленных пользователей" + +#: ../../enterprise/meta/include/functions_meta.php:783 +#: ../../enterprise/godmode/setup/setup_auth.php:52 +#: ../../enterprise/godmode/setup/setup_auth.php:301 +#: ../../enterprise/godmode/setup/setup_auth.php:362 +#: ../../enterprise/godmode/setup/setup_auth.php:1138 +#: ../../include/functions_config.php:536 +msgid "Autocreate profile" +msgstr "Автосоздание профиля" + +#: ../../enterprise/meta/include/functions_meta.php:792 +#: ../../enterprise/godmode/setup/setup_auth.php:58 +#: ../../enterprise/godmode/setup/setup_auth.php:307 +#: ../../enterprise/godmode/setup/setup_auth.php:368 +#: ../../enterprise/godmode/setup/setup_auth.php:1144 +#: ../../include/functions_config.php:540 +msgid "Autocreate profile group" +msgstr "Автосоздание профиля группы" + +#: ../../enterprise/meta/include/functions_meta.php:801 +#: ../../enterprise/godmode/setup/setup_auth.php:65 +#: ../../enterprise/godmode/setup/setup_auth.php:316 +#: ../../enterprise/godmode/setup/setup_auth.php:377 +#: ../../enterprise/godmode/setup/setup_auth.php:1153 +#: ../../include/functions_config.php:544 +msgid "Autocreate profile tags" +msgstr "Авто-создание тегов профиля" + +#: ../../enterprise/meta/include/functions_meta.php:810 +#: ../../enterprise/godmode/setup/setup_auth.php:322 +#: ../../include/functions_config.php:548 +msgid "Automatically assigned no hierarchy" +msgstr "Иерархия не установлена автоматически" + +#: ../../enterprise/meta/include/functions_meta.php:819 +#: ../../enterprise/godmode/setup/setup_auth.php:567 +#: ../../enterprise/godmode/setup/setup_auth.php:1350 +#: ../../include/functions_config.php:552 +msgid "Autocreate blacklist" +msgstr "Автосоздание черного списка" + +#: ../../enterprise/meta/include/functions_meta.php:828 +#: ../../enterprise/meta/include/functions_meta.php:1101 +#: ../../godmode/users/configure_user.php:1294 +#: ../../godmode/setup/setup_auth.php:219 +#: ../../include/functions_config.php:724 +#: ../../operation/users/user_edit.php:420 +msgid "Double authentication" +msgstr "Двойная аутентификация" + +#: ../../enterprise/meta/include/functions_meta.php:837 +msgid "2FA_all_users" +msgstr "2FA_all_users" + +#: ../../enterprise/meta/include/functions_meta.php:848 +#: ../../enterprise/meta/include/functions_meta.php:1113 +#: ../../include/functions_config.php:732 +#: ../../include/functions_config.php:738 +msgid "Session timeout" +msgstr "Длительность сеанса" + +#: ../../enterprise/meta/include/functions_meta.php:861 +#: ../../enterprise/meta/include/functions_meta.php:1199 +#: ../../enterprise/godmode/setup/setup_auth.php:79 +#: ../../enterprise/godmode/setup/setup_auth.php:346 +#: ../../include/functions_config.php:633 +#: ../../include/functions_config.php:745 +msgid "Save Password" +msgstr "Сохранить пароль" + +#: ../../enterprise/meta/include/functions_meta.php:873 +#: ../../enterprise/godmode/setup/setup_auth.php:575 +#: ../../enterprise/godmode/setup/setup_auth.php:1358 +#: ../../include/functions_config.php:556 +msgid "Active directory server" +msgstr "Активный каталог сервера" + +#: ../../enterprise/meta/include/functions_meta.php:882 +#: ../../enterprise/godmode/setup/setup_auth.php:581 +#: ../../enterprise/godmode/setup/setup_auth.php:1364 +#: ../../include/functions_config.php:560 +msgid "Active directory port" +msgstr "Активный каталог с портом" + +#: ../../enterprise/meta/include/functions_meta.php:891 +#: ../../enterprise/meta/include/functions_meta.php:1151 +#: ../../enterprise/godmode/setup/setup_auth.php:587 +#: ../../enterprise/godmode/setup/setup_auth.php:1370 +#: ../../godmode/setup/setup_auth.php:133 +#: ../../include/functions_config.php:564 +#: ../../include/functions_config.php:600 +msgid "Start TLS" +msgstr "Начать TLS" + +#: ../../enterprise/meta/include/functions_meta.php:900 +#: ../../enterprise/godmode/setup/setup_auth.php:351 +#: ../../enterprise/godmode/setup/setup_auth.php:1127 +#: ../../include/functions_config.php:568 +msgid "Advanced Config AD" +msgstr "Специализированная конфигурация AD" + +#: ../../enterprise/meta/include/functions_meta.php:909 +#: ../../enterprise/godmode/setup/setup_auth.php:593 +#: ../../enterprise/godmode/setup/setup_auth.php:1376 +#: ../../include/functions_config.php:576 +msgid "Domain" +msgstr "Домен" + +#: ../../enterprise/meta/include/functions_meta.php:918 +#: ../../enterprise/godmode/setup/setup_auth.php:411 +#: ../../enterprise/godmode/setup/setup_auth.php:1187 +#: ../../include/functions_config.php:580 +msgid "Advanced Permisions AD" +msgstr "Специализированные разрешения AD" + +#: ../../enterprise/meta/include/functions_meta.php:927 +#: ../../enterprise/godmode/setup/setup_auth.php:126 +#: ../../include/functions_config.php:584 +msgid "Advanced Permissions LDAP" +msgstr "Специализированные разрешения LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:936 +#: ../../enterprise/godmode/setup/setup_auth.php:103 +#: ../../include/functions_config.php:572 +msgid "Advanced Config LDAP" +msgstr "Специализированная конфигурация LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:945 +#: ../../enterprise/meta/include/functions_meta.php:956 +#: ../../enterprise/godmode/setup/setup_auth.php:335 +#: ../../enterprise/godmode/setup/setup_auth.php:383 +#: ../../enterprise/godmode/setup/setup_auth.php:1159 +msgid "Auto enable node access" +msgstr "Авто-актиавция доступа к узлу" + +#: ../../enterprise/meta/include/functions_meta.php:981 +#: ../../include/functions_config.php:684 +msgid "Saml path" +msgstr "Путь Saml" + +#: ../../enterprise/meta/include/functions_meta.php:993 +#: ../../include/functions_config.php:688 +msgid "Saml source" +msgstr "Ресурс Saml" + +#: ../../enterprise/meta/include/functions_meta.php:1005 +#: ../../include/functions_config.php:692 +msgid "Saml user id parameter" +msgstr "Параметр id пользователя Saml" + +#: ../../enterprise/meta/include/functions_meta.php:1017 +#: ../../include/functions_config.php:696 +msgid "Saml mail parameter" +msgstr "Параметр email Saml" + +#: ../../enterprise/meta/include/functions_meta.php:1029 +#: ../../include/functions_config.php:700 +msgid "Saml group name parameter" +msgstr "Параметр имя группы Saml" + +#: ../../enterprise/meta/include/functions_meta.php:1041 +#: ../../include/functions_config.php:704 +msgid "Saml attr type parameter" +msgstr "Параметр типа attr для Saml" + +#: ../../enterprise/meta/include/functions_meta.php:1053 +#: ../../include/functions_config.php:708 +msgid "Saml profiles and tags parameter" +msgstr "Профили Saml и Параметр тегов" + +#: ../../enterprise/meta/include/functions_meta.php:1065 +#: ../../include/functions_config.php:720 +msgid "Saml profile and tag separator" +msgstr "Профиль Saml и сепаратор тегов" + +#: ../../enterprise/meta/include/functions_meta.php:1077 +msgid "SAML profile parameters" +msgstr "Параметры профиля SAML" + +#: ../../enterprise/meta/include/functions_meta.php:1089 +#: ../../include/functions_config.php:716 +msgid "Saml tag parameter" +msgstr "Параметр тегов SAML" + +#: ../../enterprise/meta/include/functions_meta.php:1124 +#: ../../godmode/setup/setup_auth.php:88 ../../include/functions_config.php:588 +msgid "LDAP server" +msgstr "Сервер LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:1133 +#: ../../godmode/setup/setup_auth.php:101 +#: ../../include/functions_config.php:592 +msgid "LDAP port" +msgstr "Порт LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:1142 +#: ../../godmode/setup/setup_auth.php:119 +#: ../../include/functions_config.php:596 +msgid "LDAP version" +msgstr "Версия LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:1160 +#: ../../godmode/setup/setup_auth.php:144 +#: ../../include/functions_config.php:604 +msgid "Base DN" +msgstr "База DN" + +#: ../../enterprise/meta/include/functions_meta.php:1169 +#: ../../godmode/setup/setup_auth.php:157 +#: ../../include/functions_config.php:608 +msgid "Login attribute" +msgstr "атрибут ввода" + +#: ../../enterprise/meta/include/functions_meta.php:1178 +#: ../../godmode/setup/setup_auth.php:170 +#: ../../include/functions_config.php:612 +msgid "Admin LDAP login" +msgstr "Логин Администратора LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:1187 +#: ../../godmode/setup/setup_auth.php:183 +#: ../../include/functions_config.php:616 +msgid "Admin LDAP password" +msgstr "Пароль Администратора LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:1212 +#: ../../enterprise/godmode/setup/setup_auth.php:98 +#: ../../include/functions_config.php:624 +msgid "Login user attribute" +msgstr "Присвоение логина пользователю" + +#: ../../enterprise/meta/include/functions_meta.php:1221 +#: ../../include/functions_config.php:640 +msgid "Save profile" +msgstr "Сохранить профиль" + +#: ../../enterprise/meta/include/functions_meta.php:1232 +#: ../../enterprise/godmode/setup/setup_auth.php:91 +#: ../../include/functions_config.php:628 +msgid "LDAP function" +msgstr "Функция LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:1243 +#, php-format +msgid "%s host" +msgstr "%s host" + +#: ../../enterprise/meta/include/functions_meta.php:1252 +#: ../../enterprise/meta/include/functions_meta.php:1301 +#: ../../enterprise/meta/include/functions_meta.php:1350 +#: ../../enterprise/godmode/setup/setup_auth.php:1006 +#: ../../enterprise/godmode/setup/setup_auth.php:1038 +#: ../../include/functions_config.php:648 +#: ../../include/functions_config.php:668 +msgid "MySQL port" +msgstr "MySQL порт" + +#: ../../enterprise/meta/include/functions_meta.php:1261 +#: ../../enterprise/meta/include/functions_meta.php:1310 +#: ../../enterprise/meta/include/functions_meta.php:1359 +#: ../../enterprise/godmode/setup/setup_history.php:186 +#: ../../enterprise/godmode/setup/setup_auth.php:1012 +#: ../../enterprise/godmode/setup/setup_auth.php:1044 +#: ../../include/functions_config.php:652 +#: ../../include/functions_config.php:672 +#: ../../include/functions_config.php:1483 +msgid "Database name" +msgstr "Имя базы данных" + +#: ../../enterprise/meta/include/functions_meta.php:1292 +msgid "Babel Enterprise host" +msgstr "Хост Babel предприятия" + +#: ../../enterprise/meta/include/functions_meta.php:1341 +#: ../../enterprise/godmode/setup/setup_auth.php:1032 +#: ../../include/functions_config.php:664 +msgid "Integria host" +msgstr "хост Integria" + +#: ../../enterprise/meta/include/functions_meta.php:1400 +#: ../../include/functions_config.php:887 +msgid "Timestamp or time comparation" +msgstr "Время печати или времени сравнения" + +#: ../../enterprise/meta/include/functions_meta.php:1409 +msgid "Graph color (min)" +msgstr "Цвет графика минимальный" + +#: ../../enterprise/meta/include/functions_meta.php:1418 +msgid "Graph color (avg)" +msgstr "Цвет графика средний" + +#: ../../enterprise/meta/include/functions_meta.php:1427 +msgid "Graph color (max)" +msgstr "Цвет графика макимальный" + +#: ../../enterprise/meta/include/functions_meta.php:1459 +#: ../../include/functions_config.php:935 +msgid "Data precision for reports" +msgstr "Точность данных для отчетов" + +#: ../../enterprise/meta/include/functions_meta.php:1563 +msgid "full scale charts" +msgstr "Полномасштабные таблицы" + +#: ../../enterprise/meta/include/functions_meta.php:1572 +msgid "type mode type charts" +msgstr "режим тип таблиц" + +#: ../../enterprise/meta/include/functions_meta.php:1590 +msgid "type mode zoom charts" +msgstr "режим увеличение таблиц" + +#: ../../enterprise/meta/include/functions_meta.php:1608 +msgid "Type of charts" +msgstr "Тип таблиц" + +#: ../../enterprise/meta/include/functions_meta.php:1644 +msgid "Custom logo (white background)" +msgstr "Персонализированный значок (белый фон)" + +#: ../../enterprise/meta/include/functions_meta.php:1662 +#: ../../include/functions_config.php:992 +msgid "Custom logo login" +msgstr "Персонализированный значок логин" + +#: ../../enterprise/meta/include/functions_meta.php:1671 +#: ../../include/functions_config.php:996 +msgid "Custom splash login" +msgstr "Персонализированная страница приветствия логин" + +#: ../../enterprise/meta/include/functions_meta.php:1698 +#: ../../include/functions_config.php:1024 +msgid "Custom title1 login" +msgstr "Персонализированное Заглавие1 логин" + +#: ../../enterprise/meta/include/functions_meta.php:1707 +#: ../../include/functions_config.php:1028 +msgid "Custom title2 login" +msgstr "Персонализированное Заглавие2 логин" + +#: ../../enterprise/meta/include/functions_meta.php:1734 +msgid "Custom background login" +msgstr "Персонализированный фон логин" + +#: ../../enterprise/meta/include/functions_meta.php:1778 +#: ../../include/functions_config.php:968 +msgid "Font path" +msgstr "Путь для Шрифтов" + +#: ../../enterprise/meta/include/functions_meta.php:1783 +#: ../../include/functions_config.php:1401 +msgid "Use data multiplier" +msgstr "Использовать мультипликатор данных" + +#: ../../enterprise/meta/include/functions_meta.php:1795 +#: ../../include/functions_config.php:1356 +msgid "Custom report info" +msgstr "Персонализированная информация отчета" + +#: ../../enterprise/meta/include/functions_meta.php:1800 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:127 +#: ../../include/functions_config.php:1373 +msgid "Font family" +msgstr "Семейство шрифтов" + +#: ../../enterprise/meta/include/functions_meta.php:1820 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:182 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:162 +#: ../../godmode/setup/setup_visuals.php:1249 +#: ../../include/functions_config.php:1389 +msgid "Footer" +msgstr "Нижний колонтитул" + +#: ../../enterprise/meta/include/functions_meta.php:1840 +#: ../../include/functions_config.php:1088 +msgid "Use the legacy Visual Console" +msgstr "Использовать наследственную визуальную консоль" + +#: ../../enterprise/meta/include/functions_meta.php:1845 +#: ../../include/functions_config.php:1092 +msgid "Default expiration of the Visual Console item's cache" +msgstr "Истечение срока действия элементов визуальной консоли по умолчанию" + +#: ../../enterprise/meta/include/functions_meta.php:1898 +#: ../../godmode/setup/performance.php:563 +#: ../../include/functions_config.php:818 +msgid "Use agent access graph" +msgstr "Использовать график агентского доступа" + +#: ../../enterprise/meta/include/functions_meta.php:1907 +msgid "Default block size migration agents" +msgstr "Размер блока миграции агентов по умолчанию" + +#: ../../enterprise/meta/include/functions_meta.php:1918 +msgid "Default block size execution event" +msgstr "Событие запуска размера блока по умолчанию" + +#: ../../enterprise/meta/include/functions_meta.php:1928 +msgid "Default row limit in csv log" +msgstr "Лимит строк по умолчанию в журнале CSV" + +#: ../../enterprise/meta/include/functions_meta.php:1945 +msgid "Node address default" +msgstr "Адрес узла по умолчанию" + +#: ../../enterprise/meta/include/functions_components_meta.php:56 +#: ../../enterprise/meta/include/functions_components_meta.php:80 +#: ../../godmode/menu.php:80 +msgid "Component groups" +msgstr "Группы компонентов" + +#: ../../enterprise/meta/include/functions_components_meta.php:60 +#: ../../enterprise/meta/include/functions_components_meta.php:84 +#: ../../enterprise/godmode/menu.php:90 ../../godmode/menu.php:153 +msgid "Local components" +msgstr "Местные компоненты" + +#: ../../enterprise/meta/include/functions_components_meta.php:64 +#: ../../enterprise/meta/include/functions_components_meta.php:88 +msgid "Network components" +msgstr "Сетевые компоненты" + +#: ../../enterprise/meta/include/functions_components_meta.php:68 +#: ../../enterprise/meta/include/functions_components_meta.php:92 +msgid "Plugin management" +msgstr "Управление плагином" + +#: ../../enterprise/meta/include/functions_components_meta.php:72 +#: ../../enterprise/meta/include/functions_components_meta.php:105 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:68 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:37 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:70 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:240 +#: ../../enterprise/godmode/menu.php:81 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:197 +#: ../../enterprise/include/functions_policies.php:3782 +msgid "Inventory modules" +msgstr "Модули инвентаризации" + +#: ../../enterprise/meta/include/functions_components_meta.php:98 +msgid "Create plugin" +msgstr "Создать плагин" + +#: ../../enterprise/meta/include/functions_components_meta.php:100 +msgid "Edit plugin" +msgstr "Редактировать плагин" + +#: ../../enterprise/meta/include/functions_ui_meta.php:53 +#, php-format +msgid "%s - the Flexible Monitoring System" +msgstr "%s - Гибкая Система Мониторинга" + +#: ../../enterprise/meta/include/functions_ui_meta.php:877 +#: ../../enterprise/godmode/services/services.elements.php:819 +#: ../../enterprise/godmode/services/services.elements.php:830 +#: ../../enterprise/include/functions_login.php:104 +#: ../../enterprise/include/functions_login.php:484 +#: ../../godmode/users/configure_user.php:1782 +#: ../../godmode/users/configure_user.php:1852 +#: ../../godmode/massive/massive_edit_plugins.php:851 +#: ../../godmode/massive/massive_edit_plugins.php:852 +#: ../../mobile/operation/visualmap.php:188 ../../include/functions.php:1235 +#: ../../include/ajax/double_auth.ajax.php:255 +#: ../../include/ajax/double_auth.ajax.php:353 +#: ../../include/ajax/double_auth.ajax.php:399 +#: ../../include/ajax/double_auth.ajax.php:516 +#: ../../include/functions_ui.php:283 +#: ../../include/class/Diagnostics.class.php:1821 +#: ../../include/functions_events.php:2868 +#: ../../include/functions_events.php:3230 +#: ../../operation/users/user_edit.php:1029 +#: ../../operation/users/user_edit.php:1095 ../../general/register.php:234 +msgid "Error" +msgstr "Ошибка" + +#: ../../enterprise/meta/include/functions_alerts_meta.php:121 +#: ../../enterprise/meta/include/functions_alerts_meta.php:140 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:181 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:158 +#: ../../enterprise/include/functions_reporting.php:142 +#: ../../enterprise/include/functions_reporting.php:7550 +#: ../../enterprise/include/functions_reporting.php:7578 +#: ../../enterprise/include/functions_reporting.php:7649 +#: ../../godmode/agentes/configurar_agente.php:731 ../../godmode/menu.php:144 +#: ../../godmode/menu.php:226 ../../include/class/ConfigPEN.class.php:332 +#: ../../include/class/ModuleTemplates.class.php:196 +#: ../../include/class/ModuleTemplates.class.php:214 +msgid "Templates" +msgstr "Шаблоны" + +#: ../../enterprise/meta/include/functions_alerts_meta.php:129 +#: ../../enterprise/meta/include/functions_alerts_meta.php:148 +#: ../../godmode/menu.php:233 +msgid "Commands" +msgstr "Команды" + +#: ../../enterprise/meta/include/reset_pass.php:91 +#: ../../enterprise/include/reset_pass.php:96 +msgid "User to reset password" +msgstr "Пользователь для обновления пароля" + +#: ../../enterprise/meta/include/reset_pass.php:95 +#: ../../enterprise/meta/index.php:690 +#: ../../enterprise/include/reset_pass.php:100 ../../index.php:858 +msgid "Reset password" +msgstr "Обновить пароль" + +#: ../../enterprise/meta/include/reset_pass.php:138 +#: ../../enterprise/meta/include/reset_pass.php:141 +#: ../../enterprise/include/reset_pass.php:158 +#: ../../enterprise/include/reset_pass.php:161 +msgid "Reset password failed" +msgstr "Не удалось обновить пароль" + +#: ../../enterprise/meta/include/reset_pass.php:145 +#: ../../enterprise/meta/general/login_page.php:259 +#: ../../enterprise/meta/general/login_page.php:301 +#: ../../enterprise/include/reset_pass.php:165 ../../general/login_page.php:425 +#: ../../general/login_page.php:467 +msgid "ERROR" +msgstr "ОШИБКА" + +#: ../../enterprise/meta/include/functions_relations.php:49 +msgid "Invalid file content" +msgstr "Недействительное содержимое файла" + +#: ../../enterprise/meta/include/functions_relations.php:54 +msgid "No relations found" +msgstr "Не найдено никаких связей" + +#: ../../enterprise/meta/include/functions_relations.php:80 +#: ../../enterprise/meta/include/functions_relations.php:91 +#: ../../enterprise/meta/include/functions_relations.php:102 +#, php-format +msgid "The relation type: %s to %s -> %s was not saved" +msgstr "Тип связи: %s с %s -> %s не был сохранен" + +#: ../../enterprise/meta/include/functions_relations.php:123 +#, php-format +msgid "The relation %s -> %s was not saved" +msgstr "Связь: %s -> %s не была сохранена" + +#: ../../enterprise/meta/include/functions_relations.php:133 +msgid "File imported successfully" +msgstr "Файл импортирован успешно" + +#: ../../enterprise/meta/include/functions_relations.php:136 +msgid "Error inserting relations" +msgstr "Ошибка при введении связей" + +#: ../../enterprise/meta/include/functions_relations.php:165 +msgid "Empty string" +msgstr "Пустая цепь" + +#: ../../enterprise/meta/include/functions_relations.php:170 +msgid "Empty custom node address" +msgstr "Пустой персонализированный адрес узла" + +#: ../../enterprise/meta/include/functions_relations.php:208 +#, php-format +msgid "" +"The relation type: %s to %s -> %s was not saved. This relationship already " +"exists in the database" +msgstr "" +"Тип связи: %s с %s -> %s не был сохранен. Эта зависимость уже существует в " +"базе данных" + +#: ../../enterprise/meta/include/functions_relations.php:230 +#, php-format +msgid "Error inserting the relation %s -> %s" +msgstr "Ошибка введения связи %s -> %s" + +#: ../../enterprise/meta/include/functions_relations.php:238 +msgid "Relation created successfully" +msgstr "Связь создана успешно" + +#: ../../enterprise/meta/include/functions_relations.php:263 +msgid "Error deleting the relation" +msgstr "Ошибка при удалении связи" + +#: ../../enterprise/meta/include/functions_relations.php:269 +msgid "Relation deleted successfully" +msgstr "Связь удалена успешно" + +#: ../../enterprise/meta/index.php:204 ../../index.php:1270 +#: ../../operation/visual_console/legacy_public_view.php:53 +#: ../../operation/visual_console/public_view.php:36 +#: ../../operation/agentes/stat_win.php:86 +#: ../../operation/gis_maps/public_console.php:277 +#: ../../operation/events/sound_events.php:87 +msgid "Connection with server has been lost" +msgstr "Связь с сервером была потерена" + +#: ../../enterprise/meta/index.php:205 ../../index.php:1271 +#: ../../operation/visual_console/legacy_public_view.php:54 +#: ../../operation/visual_console/public_view.php:37 +#: ../../operation/agentes/stat_win.php:87 +#: ../../operation/gis_maps/public_console.php:278 +#: ../../operation/events/sound_events.php:88 +msgid "" +"Connection to the server has been lost. Please check your internet " +"connection or contact with administrator." +msgstr "" +"Соединение с сервером было потеряно. Проверьте ваше интернет соединение или " +"свяжитесь с администратором." + +#: ../../enterprise/meta/index.php:289 ../../mobile/include/user.class.php:242 +#: ../../include/ajax/double_auth.ajax.php:500 ../../index.php:331 +msgid "Invalid code" +msgstr "Недействительный код" + +#: ../../enterprise/meta/index.php:301 ../../index.php:343 +msgid "The code shouldn't be empty" +msgstr "Код не должен быть пустым" + +#: ../../enterprise/meta/index.php:314 ../../index.php:356 +msgid "Expired login" +msgstr "Время действия логина истекло" + +#: ../../enterprise/meta/index.php:321 ../../enterprise/meta/index.php:327 +#: ../../index.php:363 ../../index.php:369 +msgid "Login error" +msgstr "Ошибка логина" + +#: ../../enterprise/meta/index.php:615 ../../index.php:788 +msgid "Password changed successfully" +msgstr "Пароль изменён успешно" + +#: ../../enterprise/meta/index.php:621 ../../index.php:794 +msgid "Failed to change password" +msgstr "Не удалось изменить пароль" + +#: ../../enterprise/meta/index.php:635 ../../index.php:810 +msgid "Too much time since password change request" +msgstr "Слишком много времени прошло с момента запроса на изменение пароля" + +#: ../../enterprise/meta/index.php:642 ../../index.php:817 +msgid "This user has not requested a password change" +msgstr "Этот пользователь не запрашивал изменение пароля" + +#: ../../enterprise/meta/index.php:658 ../../index.php:832 +msgid "Id user cannot be empty" +msgstr "Id пользователя не может быть пустым" + +#: ../../enterprise/meta/index.php:666 ../../index.php:840 +msgid "Error in reset password request" +msgstr "Ошибка при запросе на сброс пароля" + +#: ../../enterprise/meta/index.php:674 ../../index.php:848 +msgid "This user doesn't have a valid email address" +msgstr "У этого пользователя нет действующего адреса электронной почты" + +#: ../../enterprise/meta/index.php:691 ../../index.php:859 +msgid "This is an automatically sent message for user " +msgstr "Это автоматически отправленное сообщение для пользователя " + +#: ../../enterprise/meta/index.php:694 ../../index.php:862 +msgid "Please click the link below to reset your password" +msgstr "Нажмите на ссылку ниже, чтобы обновить свой пароль" + +#: ../../enterprise/meta/index.php:696 ../../index.php:864 +msgid "Reset your password" +msgstr "Обновить свой пароль" + +#: ../../enterprise/meta/index.php:700 ../../index.php:868 +msgid "Please do not reply to this email." +msgstr "Пожалуйста, не отвечайте на это письмо." + +#: ../../enterprise/meta/index.php:706 ../../index.php:873 +msgid "Error at sending the email" +msgstr "Ошибка при отправке электронного письма" + +#: ../../enterprise/meta/index.php:854 ../../enterprise/meta/index.php:933 +#: ../../index.php:1137 +msgid "Sorry! I can't find the page!" +msgstr "Приношу свои извинения! Не могу найти запрошенную страницу!" + +#: ../../enterprise/meta/agentsearch.php:102 +msgid "Search results for" +msgstr "Результаты поиска для" + +#: ../../enterprise/meta/agentsearch.php:103 ../../operation/search_main.php:54 +msgid "Agents found" +msgstr "Агенты найдены" + +#: ../../enterprise/meta/agentsearch.php:116 +msgid "Descrtiption" +msgstr "Описание" + +#: ../../enterprise/meta/agentsearch.php:123 +#: ../../enterprise/godmode/reporting/aws_view.php:61 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/operation/agentes/tag_view.php:594 +#: ../../enterprise/operation/agentes/ver_agente.php:74 +#: ../../extensions/users_connected.php:103 +#: ../../godmode/users/user_list.php:414 +#: ../../godmode/agentes/planned_downtime.editor.php:905 +#: ../../mobile/operation/agents.php:81 ../../mobile/operation/agents.php:398 +#: ../../mobile/operation/agents.php:400 ../../mobile/operation/agents.php:403 +#: ../../mobile/operation/agent.php:174 ../../include/ajax/module.php:984 +#: ../../include/functions_treeview.php:675 +#: ../../include/functions_events.php:4399 ../../operation/search_users.php:37 +#: ../../operation/search_agents.php:57 +#: ../../operation/agentes/log_sources_status.php:31 +#: ../../operation/agentes/estado_agente.php:741 +#: ../../operation/agentes/ver_agente.php:956 +#: ../../operation/agentes/estado_generalagente.php:350 +#: ../../operation/gis_maps/ajax.php:239 ../../operation/gis_maps/ajax.php:349 +#: ../../operation/gis_maps/ajax.php:466 +msgid "Last contact" +msgstr "Последний контакт" + +#: ../../enterprise/meta/agentsearch.php:282 +msgid "There are no agents included in this group" +msgstr "Нет агентов включенных в эту группу." + +#: ../../enterprise/meta/agentsearch.php:296 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:595 +#: ../../operation/tree.php:361 +msgid "Policies found" +msgstr "Политики найдены" + +#: ../../enterprise/meta/agentsearch.php:390 +#: ../../enterprise/godmode/policies/policies.php:510 +#: ../../operation/search_policies.php:49 +msgid "Policy updated" +msgstr "Политика обновлена" + +#: ../../enterprise/meta/agentsearch.php:398 +#: ../../enterprise/godmode/policies/policies.php:518 +#: ../../operation/search_policies.php:57 +msgid "Pending update policy only database" +msgstr "Режим ожидания принципов обновления только в базе данных" + +#: ../../enterprise/meta/agentsearch.php:406 +#: ../../enterprise/godmode/policies/policies.php:526 +#: ../../operation/search_policies.php:65 +msgid "Pending update policy" +msgstr "Режим ожидания принципов обновления" + +#: ../../enterprise/meta/agentsearch.php:427 +msgid "There are no policies included in this group" +msgstr "В эту группу не включены никакие политики" + +#: ../../enterprise/meta/general/footer.php:28 ../../general/footer.php:47 +#, php-format +msgid "%s %s - Build %s - MR %s" +msgstr "%s %s - Разработка %s - MR %s" + +#: ../../enterprise/meta/general/footer.php:28 +msgid "Page generated at" +msgstr "Страница сгенерирована за" + +#: ../../enterprise/meta/general/metaconsole_no_activated.php:12 +#: ../../enterprise/meta/general/noaccesssaml.php:133 +#: ../../enterprise/meta/general/noaccess.php:133 ../../mobile/index.php:256 +#: ../../mobile/operation/agents.php:168 ../../mobile/operation/modules.php:200 +#: ../../mobile/operation/groups.php:59 ../../mobile/operation/agent.php:99 +#: ../../mobile/operation/alerts.php:158 +#: ../../mobile/operation/visualmap.php:191 +#: ../../mobile/operation/visualmaps.php:152 +#: ../../mobile/operation/module_graph.php:255 +#: ../../mobile/operation/events.php:468 ../../mobile/operation/tactical.php:79 +#: ../../general/noaccesssaml.php:133 ../../general/noaccess.php:133 +#: ../../general/noaccess2.php:16 ../../general/noaccess2.php:18 +msgid "You don't have access to this page" +msgstr "У вас нет доступа на эту страницу" + +#: ../../enterprise/meta/general/metaconsole_no_activated.php:20 +#: ../../general/noaccess2.php:28 +msgid "No access" +msgstr "Нет доступа" + +#: ../../enterprise/meta/general/metaconsole_no_activated.php:24 msgid "" "Metaconsole needs previous activation from regular console, please contact " "system administrator if you need assistance.
    " @@ -8148,6172 +11533,1742 @@ msgstr "" "пожалуйста, свяжитесь с системным администратором, если вы нуждаетесь в " "помощи.
    " -#: ../../enterprise/meta/general/footer.php:26 +#: ../../enterprise/meta/general/main_header.php:97 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:173 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:708 +#: ../../operation/tree.php:120 ../../operation/menu.php:51 +msgid "Tree view" +msgstr "Просмотр в виде дерева" + +#: ../../enterprise/meta/general/main_header.php:109 +msgid "Groups view" +msgstr "Просмотр групп" + +#: ../../enterprise/meta/general/main_header.php:115 +#: ../../operation/agentes/alerts_status.php:199 +msgid "Alerts view" +msgstr "Просмотр оповещений" + +#: ../../enterprise/meta/general/main_header.php:121 +msgid "Monitors view" +msgstr "Просмотр Приборы контроля" + +#: ../../enterprise/meta/general/main_header.php:127 +msgid "Custom fields view" +msgstr "вид пользовательских полей" + +#: ../../enterprise/meta/general/main_header.php:167 +#: ../../enterprise/meta/general/main_header.php:183 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../enterprise/include/functions_cron.php:1392 +#: ../../include/functions_groups.php:139 +#: ../../operation/search_results.php:131 +msgid "Reports" +msgstr "Отчёты" + +#: ../../enterprise/meta/general/main_header.php:174 +msgid "Create new report" +msgstr "Создать новый отчет" + +#: ../../enterprise/meta/general/main_header.php:190 +msgid "Report templates" +msgstr "Шаблоны отчета" + +#: ../../enterprise/meta/general/main_header.php:200 +#: ../../enterprise/include/functions_reporting.php:120 +msgid "Templates wizard" +msgstr "Шаблоны мастера" + +#: ../../enterprise/meta/general/main_header.php:210 +#: ../../enterprise/godmode/menu.php:128 +#: ../../enterprise/godmode/massive/massive_edit_services.php:864 +#: ../../enterprise/godmode/services/services.service.php:483 +#: ../../enterprise/godmode/services/services.elements.php:767 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:200 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:120 +#: ../../enterprise/include/functions_groups.php:65 +#: ../../enterprise/operation/menu.php:77 +#: ../../enterprise/operation/services/services.service_map.php:163 +#: ../../enterprise/operation/services/services.treeview_services.php:100 +#: ../../enterprise/operation/services/services.treeview_services.php:106 +#: ../../enterprise/operation/services/services.list.php:99 +#: ../../enterprise/operation/services/services.list.php:102 +#: ../../enterprise/operation/services/services.table_services.php:77 +#: ../../enterprise/operation/services/services.table_services.php:83 +#: ../../operation/agentes/ver_agente.php:1551 +#: ../../general/first_task/service_list.php:25 +msgid "Services" +msgstr "Службы" + +#: ../../enterprise/meta/general/main_header.php:240 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:108 +#: ../../enterprise/godmode/reporting/visual_console_template.php:109 +#: ../../enterprise/include/functions_enterprise.php:316 +#: ../../godmode/reporting/map_builder.php:107 +#: ../../include/class/OrderInterpreter.class.php:233 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:174 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:521 +#: ../../general/first_task/map_builder.php:31 +msgid "Visual Console" +msgstr "Визуальный консоли" + +#: ../../enterprise/meta/general/main_header.php:247 +msgid "Favourite Visual Console" +msgstr "Избранная визуальная консоль" + +#: ../../enterprise/meta/general/main_header.php:255 +msgid "Template Visual Console" +msgstr "Шаблон Визуальной консоли" + +#: ../../enterprise/meta/general/main_header.php:262 +msgid "Wizard Visual Console" +msgstr "Помощник Визуальной консоли" + +#: ../../enterprise/meta/general/main_header.php:275 +#: ../../enterprise/include/functions_enterprise.php:312 +#: ../../godmode/menu.php:335 ../../godmode/setup/setup.php:148 +#: ../../godmode/setup/setup.php:268 ../../include/functions_reports.php:874 +#: ../../include/functions_reports.php:878 +#: ../../include/functions_reports.php:882 +msgid "Netflow" +msgstr "Сетевой поток" + +#: ../../enterprise/meta/general/main_header.php:281 +msgid "Live view" +msgstr "Живой просмотр" + +#: ../../enterprise/meta/general/main_header.php:327 +#: ../../enterprise/meta/general/main_header.php:423 +msgid "Agent management" +msgstr "Управление агентом" + +#: ../../enterprise/meta/general/main_header.php:333 +#: ../../enterprise/meta/general/main_header.php:429 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:68 +#: ../../enterprise/godmode/modules/local_components.php:123 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:37 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_nc_groups.php:40 +#: ../../godmode/modules/manage_network_components.php:283 +#: ../../godmode/modules/module_list.php:26 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module management" +msgstr "Управление модулем" + +#: ../../enterprise/meta/general/main_header.php:339 +#: ../../enterprise/meta/general/main_header.php:445 +msgid "Alert management" +msgstr "Управление оповещением" + +#: ../../enterprise/meta/general/main_header.php:345 +#: ../../enterprise/meta/general/main_header.php:454 +#: ../../enterprise/godmode/menu.php:252 +#: ../../enterprise/godmode/alerts/alert_events_list.php:73 +#: ../../enterprise/godmode/alerts/alert_events_list.php:123 +#: ../../enterprise/godmode/alerts/alert_events_list.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:158 +msgid "Event alerts" +msgstr "События оповещений" + +#: ../../enterprise/meta/general/main_header.php:351 +msgid "Component management" +msgstr "Управление компонентами" + +#: ../../enterprise/meta/general/main_header.php:357 +msgid "Policy management" +msgstr "Управление политикой" + +#: ../../enterprise/meta/general/main_header.php:363 +msgid "Category management" +msgstr "Управление категорией" + +#: ../../enterprise/meta/general/main_header.php:369 +#: ../../enterprise/meta/general/main_header.php:436 +msgid "Server management" +msgstr "Управление сервером" + +#: ../../enterprise/meta/general/main_header.php:375 ../../godmode/menu.php:364 +msgid "License" +msgstr "Лицензионное соглашение" + +#: ../../enterprise/meta/general/main_header.php:381 +msgid "Metasetup" +msgstr "Мета настройки" + +#: ../../enterprise/meta/general/main_header.php:387 +#: ../../enterprise/meta/general/main_header.php:462 ../../godmode/menu.php:383 +#: ../../godmode/menu.php:502 ../../general/links_menu.php:17 +msgid "Links" +msgstr "Ссылки" + +#: ../../enterprise/meta/general/main_header.php:472 +#: ../../godmode/extensions.php:28 +msgid "Extensions" +msgstr "Расширения" + +#: ../../enterprise/meta/general/main_header.php:523 +#: ../../enterprise/meta/general/main_header.php:529 +#: ../../general/header.php:52 ../../general/header.php:58 +msgid "All systems" +msgstr "Все системы" + +#: ../../enterprise/meta/general/main_header.php:523 +#: ../../general/header.php:52 +msgid "Down" +msgstr "Вниз" + +#: ../../enterprise/meta/general/main_header.php:526 +#: ../../general/header.php:55 +msgid "servers down" +msgstr "сервера выключены" + +#: ../../enterprise/meta/general/main_header.php:529 +#: ../../general/header.php:58 +msgid "Ready" +msgstr "Готово" + +#: ../../enterprise/meta/general/main_header.php:540 +#: ../../mobile/include/functions_web.php:34 +#: ../../mobile/include/ui.class.php:225 +#: ../../mobile/include/user.class.php:402 ../../mobile/operation/home.php:147 +#: ../../general/header.php:433 ../../general/header.php:435 +msgid "Logout" +msgstr "Выход" + +#: ../../enterprise/meta/general/main_header.php:557 +#: ../../general/header.php:236 +msgid "Configure autorefresh" +msgstr "Настройка автоматического обновления" + +#: ../../enterprise/meta/general/main_header.php:574 +#: ../../enterprise/meta/general/main_header.php:586 +#: ../../general/header.php:302 ../../general/header.php:321 +msgid "Disabled autorefresh" +msgstr "Отключено автообновление" + +#: ../../enterprise/meta/general/logon_ok.php:37 +msgid "Network traffic" +msgstr "Сетевой трафик" + +#: ../../enterprise/meta/general/logon_ok.php:66 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:262 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:265 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:284 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:306 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:309 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:328 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:331 +#: ../../godmode/reporting/map_builder.php:107 +#: ../../godmode/reporting/graphs.php:103 +#: ../../godmode/reporting/visual_console_favorite.php:99 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/reporting_builder.php:568 +#: ../../godmode/reporting/reporting_builder.php:3139 +#: ../../godmode/reporting/reporting_builder.php:3146 +#: ../../godmode/reporting/reporting_builder.php:3243 +#: ../../godmode/reporting/reporting_builder.php:3250 +#: ../../operation/menu.php:309 +#: ../../operation/reporting/reporting_viewer.php:169 +#: ../../operation/reporting/reporting_viewer.php:174 +#: ../../operation/reporting/custom_reporting.php:23 +#: ../../operation/reporting/graph_viewer.php:415 +msgid "Reporting" +msgstr "Отчётность" + +#: ../../enterprise/meta/general/noaccesssaml.php:138 +#: ../../general/noaccesssaml.php:138 +msgid "" +"Access to this page is restricted to authorized users SAML only, please " +"contact system administrator if you need assistance." +msgstr "" +"Доступ к этой странице ограничен только для авторизованных пользователей " +"SAML, обратитесь к системному администратору, если вам нужна помощь." + +#: ../../enterprise/meta/general/noaccesssaml.php:140 +#: ../../general/noaccesssaml.php:140 #, php-format -msgid "® Ártica soluciones Pandora FMS %s - Build %s" +msgid "" +"Please make sure you have SAML authentication properly configured. For more " +"information the error to access this page are recorded in security logs of " +"%s System Database" msgstr "" +"Убедитесь, что у вас правильно настроена аутентификация SAML. Для получения " +"дополнительной информации ошибка доступа к этой странице записана в журналах " +"безопасности %s System Database" -#: ../../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" +#: ../../enterprise/meta/general/noaccess.php:138 +#: ../../general/noaccess.php:138 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance." msgstr "" +"Доступ к этой странице ограничен только для авторизованных пользователей, " +"если вам нужна помощь, обратитесь к системному администратору." -#: ../../enterprise/meta/general/login_page.php:29 -msgid "Pandora Help" +#: ../../enterprise/meta/general/noaccess.php:140 +#: ../../general/noaccess.php:140 +#, php-format +msgid "" +"Please know that all attempts to access this page are recorded in security " +"logs of %s System Database" msgstr "" +"Имейте в виду, что все попытки получить доступ к этой странице " +"регистрируются в журналах безопасности %s System Database" -#: ../../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:109 +#: ../../general/login_page.php:305 +msgid "Authentication code" +msgstr "Код Аутентификации" -#: ../../enterprise/meta/general/login_page.php:33 -msgid "Go to Pandora FMS Wiki" -msgstr "" +#: ../../enterprise/meta/general/login_page.php:112 +#: ../../mobile/include/user.class.php:434 ../../general/login_page.php:308 +msgid "Check code" +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 +#: ../../enterprise/meta/general/login_page.php:146 +#: ../../enterprise/meta/general/login_page.php:187 +#: ../../mobile/include/user.class.php:346 ../../general/login_page.php:289 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:154 +#: ../../mobile/include/user.class.php:366 ../../general/login_page.php:257 +msgid "Login with SAML" +msgstr "Вход в систему с помощью SAML" -#: ../../enterprise/meta/general/login_page.php:90 -#: ../../general/login_page.php:181 -msgid "Build" -msgstr "Сборка" +#: ../../enterprise/meta/general/login_page.php:195 +#: ../../general/login_page.php:331 +msgid "Forgot your password?" +msgstr "Забыли пароль?" -#: ../../enterprise/meta/general/login_page.php:94 -#: ../../enterprise/meta/general/login_page.php:103 -#: ../../general/login_page.php:194 +#: ../../enterprise/meta/general/login_page.php:209 +#: ../../include/functions_config.php:2363 +msgid "PANDORA FMS NEXT GENERATION" +msgstr "PANDORA FMS СЛЕДУЮЩЕЕ ПОКОЛЕНИЕ" + +#: ../../enterprise/meta/general/login_page.php:235 +#: ../../enterprise/meta/general/login_page.php:238 +#: ../../enterprise/meta/general/login_page.php:252 +#: ../../enterprise/meta/general/login_page.php:255 +#: ../../enterprise/meta/general/login_page.php:272 +#: ../../enterprise/meta/general/login_page.php:275 +#: ../../general/login_page.php:401 ../../general/login_page.php:404 +#: ../../general/login_page.php:418 ../../general/login_page.php:421 +#: ../../general/login_page.php:438 ../../general/login_page.php:441 +msgid "Password reset" +msgstr "Восстановление пароля" + +#: ../../enterprise/meta/general/login_page.php:242 +#: ../../general/login_page.php:408 +msgid "INFO" +msgstr "ИНФОРМАЦИЯ" + +#: ../../enterprise/meta/general/login_page.php:243 +#: ../../general/login_page.php:409 +msgid "An email has been sent to your email address" +msgstr "На ваш электронный адрес было отправлено письмо" + +#: ../../enterprise/meta/general/login_page.php:279 +#: ../../general/login_page.php:445 +msgid "SUCCESS" +msgstr "УСПЕШНО" + +#: ../../enterprise/meta/general/login_page.php:294 +#: ../../enterprise/meta/general/login_page.php:297 +#: ../../enterprise/include/functions_login.php:141 +#: ../../general/login_page.php:460 ../../general/login_page.php:463 +#: ../../general/login_page.php:597 ../../general/login_page.php:600 msgid "Login failed" msgstr "Не удалось выполнить вход" -#: ../../enterprise/meta/general/login_page.php:116 -msgid "Login off" -msgstr "" +#: ../../enterprise/meta/general/login_page.php:319 +#: ../../enterprise/meta/general/login_page.php:322 +#: ../../enterprise/meta/general/login_page.php:326 +#: ../../general/login_page.php:485 ../../general/login_page.php:488 +#: ../../general/login_page.php:492 +msgid "Logged out" +msgstr "Завершил работу" -#: ../../enterprise/meta/general/login_page.php:121 -#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:133 +#: ../../enterprise/meta/general/login_page.php:327 +#: ../../mobile/include/user.class.php:304 ../../general/login_page.php:494 +#, php-format msgid "" -"Your session is over. Please close your browser window to close this Pandora " +"Your session has ended. Please close your browser window to close this %s " "session." msgstr "" -"Ваш сеанс работы завершён. Пожалуйста, закройте окно браузера для завершения " -"сеанса Pandora." +"Ваша сессия завершилась. Пожалуйста, закройте окно браузера, чтобы завершить " +"эту сессию %s." -#: ../../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 "" -"Для того чтобы улучшить пользовательский опыт работы с Pandora FMS, мы " -"настоятельно рекомендуем использовать" +#: ../../enterprise/load_enterprise.php:560 +#: ../../enterprise/load_enterprise.php:625 +msgid "Invalid licence." +msgstr "Недействительная лицензия." -#: ../../enterprise/meta/general/login_page.php:148 -msgid "" -"Mozilla Firefox or Google Chrome browsers." -msgstr "" -"Mozilla Firefox or Google Chrome браузеры." +#: ../../enterprise/load_enterprise.php:560 +msgid "Please contact your system administrator." +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 "Не удается подключиться к экземпляру Pandora FMS" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 -#: ../../godmode/agentes/module_manager_editor_common.php:338 -#: ../../godmode/agentes/module_manager_editor_common.php:341 +#: ../../enterprise/load_enterprise.php:625 #, php-format -msgid "Agent interval x %s" -msgstr "Агент интервал x %s" +msgid "Please contact %s for a valid licence." +msgstr "Пожалуйста, свяжитесь с %s для получения действующей лицензии." -#: ../../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/load_enterprise.php:626 +#, php-format +msgid "Or disable %s enterprise" +msgstr "Или отключите %s enterprise" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -#: ../../godmode/menu.php:33 -msgid "Manage agents" -msgstr "Агенты управления" +#: ../../enterprise/load_enterprise.php:724 +#: ../../enterprise/godmode/alerts/alert_events_list.php:760 +#: ../../enterprise/godmode/reporting/aws_view.php:154 +#: ../../enterprise/godmode/wizards/Cloud.class.php:317 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3202 +#: ../../godmode/setup/license.php:143 ../../mobile/operation/events.php:570 +#: ../../include/ajax/alert_list.ajax.php:266 +#: ../../include/ajax/alert_list.ajax.php:292 +#: ../../operation/agentes/alerts_status.php:556 +#: ../../operation/agentes/alerts_status.php:593 +#: ../../operation/agentes/alerts_status.php:626 +#: ../../operation/agentes/alerts_status.php:712 +#: ../../operation/snmpconsole/snmp_view.php:1029 +#: ../../operation/snmpconsole/snmp_view.php:1221 +#: ../../operation/snmpconsole/snmp_view.php:1274 +msgid "Validate" +msgstr "Подтверждать" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 -msgid "Select the agent to be edited or deleted" -msgstr "Выберите агенту для изменения или удаления" +#: ../../enterprise/load_enterprise.php:728 +#: ../../enterprise/load_enterprise.php:1023 +msgid "Request new licence" +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 "Пожалуйста, выберите действительный IP адрес" - -#: ../../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 "Импорт CSV" - -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:298 -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -msgid "Operation view" +#: ../../enterprise/load_enterprise.php:807 +msgid "" +"Metaconsole unreached

    " +"This node has a metaconsole license and cannot contact with the metaconsole." msgstr "" +"Не удалось связаться с " +"метаконсолью

    Этот узел имеет лицензию метаконсоли и не " +"может связаться с метаконсолью." -#: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:282 -msgid "Subnetworks calculator" +#: ../../enterprise/load_enterprise.php:824 +#: ../../enterprise/load_enterprise.php:830 +#: ../../enterprise/load_enterprise.php:846 +#, php-format +msgid "" +"License exceeded

    This " +"license allows %d agents and you have %d agents configured." msgstr "" +"Лицензия превышена

    Эта " +"лицензия позволяет использовать %d агентов, и у вас настроено %d агентов." -#: ../../enterprise/extensions/ipam.php:189 -#: ../../enterprise/extensions/ipam/ipam_list.php:98 -msgid "Manage addresses" -msgstr "Управлять адресами" +#: ../../enterprise/load_enterprise.php:825 +#: ../../enterprise/load_enterprise.php:832 +#: ../../enterprise/load_enterprise.php:841 +#: ../../enterprise/load_enterprise.php:848 +#: ../../enterprise/load_enterprise.php:860 +#, php-format +msgid "Please contact %s to extend the license." +msgstr "Пожалуйста, свяжитесь с %s для продления лицензии." -#: ../../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" +#: ../../enterprise/load_enterprise.php:831 +#: ../../enterprise/load_enterprise.php:833 +#: ../../enterprise/load_enterprise.php:847 +#: ../../enterprise/load_enterprise.php:849 +#: ../../enterprise/load_enterprise.php:876 +#: ../../enterprise/load_enterprise.php:882 +msgid "" +"This console will work in limited mode. Enterprise features will not " +"function." msgstr "" +"Эта консоль будет работать в ограниченном режиме. Функции Enterprise не " +"будут работать." -#: ../../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" +#: ../../enterprise/load_enterprise.php:840 +#, php-format +msgid "" +"License exceeded

    This " +"license allows %d agents and you have %d agents configured." msgstr "" +"Лицензия превышена

    Эта " +"лицензия позволяет использовать %d агентов, и у вас настроено %d агентов." -#: ../../enterprise/extensions/ipam.php:238 -#: ../../enterprise/extensions/ipam.php:306 -#: ../../enterprise/extensions/ipam.php:328 -#: ../../enterprise/extensions/ipam.php:329 -msgid "IPAM" +#: ../../enterprise/load_enterprise.php:859 +#, php-format +msgid "" +"License exceeded

    This " +"license allows %d modules and you have %d modules configured." msgstr "" +"Лицензия превышена

    Эта " +"лицензия позволяет использовать %d модулей, и у вас настроено %d модулей." -#: ../../enterprise/extensions/check_acls.php:16 +#: ../../enterprise/load_enterprise.php:869 +#: ../../enterprise/load_enterprise.php:875 +msgid "" +"This license has expired. " +"

    You can not get updates until you renew the license." +msgstr "" +" срок действия лицензии истек. " +"

    Вы не можете получать обновления, до тех пор вы не продлили " +"лицензию." + +#: ../../enterprise/load_enterprise.php:870 +#: ../../enterprise/load_enterprise.php:877 +#, php-format +msgid "Please contact %s to renew the license." +msgstr "Пожалуйста, свяжитесь с %s для продления лицензии." + +#: ../../enterprise/load_enterprise.php:880 +#: ../../enterprise/load_enterprise.php:1019 +msgid "Renew" +msgstr "продлить срок действия" + +#: ../../enterprise/load_enterprise.php:889 +#, php-format +msgid "" +"This license is outside of " +"support.

    This %s installation will continue working " +"normally and without limitations, but without support or updates." +msgstr "" +"Эта лицензия находится вне зоны " +"поддержки.

    Установка %s будет продолжать работать нормально " +"и без ограничений, но без поддержки или обновлений." + +#: ../../enterprise/extensions/disabled/check_acls.php:16 msgid "ACL users for this agent" -msgstr "" +msgstr "ACL пользователей для этого агента" -#: ../../enterprise/extensions/check_acls.php:44 -#: ../../enterprise/extensions/check_acls.php:124 -#: ../../godmode/users/profile_list.php:304 +#: ../../enterprise/extensions/disabled/check_acls.php:49 +#: ../../enterprise/extensions/disabled/check_acls.php:142 msgid "System incidents reading" msgstr "Чтение инцидентов системы" -#: ../../enterprise/extensions/check_acls.php:45 -#: ../../enterprise/extensions/check_acls.php:125 -#: ../../godmode/users/profile_list.php:305 +#: ../../enterprise/extensions/disabled/check_acls.php:50 +#: ../../enterprise/extensions/disabled/check_acls.php:143 msgid "System incidents writing" msgstr "Запись инцидентов системы" -#: ../../enterprise/extensions/check_acls.php:46 -#: ../../enterprise/extensions/check_acls.php:126 -#: ../../godmode/users/profile_list.php:306 +#: ../../enterprise/extensions/disabled/check_acls.php:51 +#: ../../enterprise/extensions/disabled/check_acls.php:144 msgid "System incidents management" msgstr "Управление инцидентами системы" -#: ../../enterprise/extensions/check_acls.php:47 -#: ../../enterprise/extensions/check_acls.php:127 -#: ../../godmode/users/profile_list.php:307 +#: ../../enterprise/extensions/disabled/check_acls.php:52 +#: ../../enterprise/extensions/disabled/check_acls.php:145 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 +#: ../../enterprise/extensions/disabled/check_acls.php:53 +#: ../../enterprise/extensions/disabled/check_acls.php:146 +#: ../../include/functions_menu.php:502 msgid "Agents management" msgstr "Агенты управления" -#: ../../enterprise/extensions/check_acls.php:49 -#: ../../enterprise/extensions/check_acls.php:129 -#: ../../godmode/users/profile_list.php:309 +#: ../../enterprise/extensions/disabled/check_acls.php:54 +#: ../../enterprise/extensions/disabled/check_acls.php:147 msgid "Agents disable" msgstr "Агенты отключения" -#: ../../enterprise/extensions/check_acls.php:50 -#: ../../enterprise/extensions/check_acls.php:130 -#: ../../godmode/users/profile_list.php:310 +#: ../../enterprise/extensions/disabled/check_acls.php:55 +#: ../../enterprise/extensions/disabled/check_acls.php:148 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 +#: ../../enterprise/extensions/disabled/check_acls.php:56 +#: ../../enterprise/extensions/disabled/check_acls.php:149 +#: ../../godmode/menu.php:125 msgid "Users management" msgstr "Управление пользователями" -#: ../../enterprise/extensions/check_acls.php:52 -#: ../../enterprise/extensions/check_acls.php:132 -#: ../../godmode/users/profile_list.php:313 +#: ../../enterprise/extensions/disabled/check_acls.php:57 +#: ../../enterprise/extensions/disabled/check_acls.php:150 msgid "Database management" msgstr "Управление базой данных" -#: ../../enterprise/extensions/check_acls.php:53 -#: ../../enterprise/extensions/check_acls.php:133 -#: ../../godmode/users/profile_list.php:311 +#: ../../enterprise/extensions/disabled/check_acls.php:58 +#: ../../enterprise/extensions/disabled/check_acls.php:151 msgid "Alerts management" msgstr "Управление предупреждениями" -#: ../../enterprise/extensions/check_acls.php:54 -#: ../../enterprise/extensions/check_acls.php:134 -#: ../../godmode/users/profile_list.php:317 +#: ../../enterprise/extensions/disabled/check_acls.php:59 +#: ../../enterprise/extensions/disabled/check_acls.php:152 msgid "Reports reading" msgstr "Отчеты чтения" -#: ../../enterprise/extensions/check_acls.php:55 -#: ../../enterprise/extensions/check_acls.php:135 -#: ../../godmode/users/profile_list.php:318 +#: ../../enterprise/extensions/disabled/check_acls.php:60 +#: ../../enterprise/extensions/disabled/check_acls.php:153 msgid "Reports writing" msgstr "Отчеты записи" -#: ../../enterprise/extensions/check_acls.php:56 -#: ../../enterprise/extensions/check_acls.php:136 -#: ../../godmode/users/profile_list.php:319 +#: ../../enterprise/extensions/disabled/check_acls.php:61 +#: ../../enterprise/extensions/disabled/check_acls.php:154 msgid "Reports management" msgstr "Отчеты управления" -#: ../../enterprise/extensions/check_acls.php:57 -#: ../../enterprise/extensions/check_acls.php:137 -#: ../../godmode/users/profile_list.php:314 +#: ../../enterprise/extensions/disabled/check_acls.php:62 +#: ../../enterprise/extensions/disabled/check_acls.php:155 msgid "Events reading" msgstr "События чтения" -#: ../../enterprise/extensions/check_acls.php:58 -#: ../../enterprise/extensions/check_acls.php:138 -#: ../../godmode/users/profile_list.php:315 +#: ../../enterprise/extensions/disabled/check_acls.php:63 +#: ../../enterprise/extensions/disabled/check_acls.php:156 msgid "Events writing" msgstr "События записи" -#: ../../enterprise/extensions/check_acls.php:59 -#: ../../enterprise/extensions/check_acls.php:139 -#: ../../godmode/users/profile_list.php:316 +#: ../../enterprise/extensions/disabled/check_acls.php:64 +#: ../../enterprise/extensions/disabled/check_acls.php:157 msgid "Events management" msgstr "События управления" -#: ../../enterprise/extensions/check_acls.php:60 -#: ../../enterprise/extensions/check_acls.php:140 -#: ../../godmode/users/profile_list.php:326 +#: ../../enterprise/extensions/disabled/check_acls.php:65 +#: ../../enterprise/extensions/disabled/check_acls.php:158 msgid "Systems management" msgstr "Управление системой" -#: ../../enterprise/extensions/check_acls.php:100 +#: ../../enterprise/extensions/disabled/check_acls.php:66 +#: ../../enterprise/extensions/disabled/check_acls.php:159 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:273 +#: ../../enterprise/godmode/servers/HA_cluster.php:152 +#: ../../godmode/users/user_list.php:416 ../../godmode/users/user_list.php:582 +#: ../../operation/search_users.php:51 +msgid "Admin" +msgstr "Администратор" + +#: ../../enterprise/extensions/disabled/check_acls.php:118 msgid "There are no defined users" -msgstr "" +msgstr "Нет определенных пользователей" -#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:81 +#: ../../enterprise/extensions/disabled/check_acls.php:140 +#: ../../godmode/menu.php:117 msgid "Module tags" -msgstr "" +msgstr "Теги модуля" -#: ../../enterprise/extensions/check_acls.php:188 +#: ../../enterprise/extensions/disabled/check_acls.php:206 msgid "ACL module tags for the modules in this agent" -msgstr "" +msgstr "Теги модулей ACL для модулей в этом агенте" -#: ../../enterprise/extensions/check_acls.php:198 +#: ../../enterprise/extensions/disabled/check_acls.php:217 msgid "Only admin users can see this section." -msgstr "" +msgstr "Этот раздел могут видеть только пользователи-администраторы." -#: ../../enterprise/extensions/check_acls.php:202 +#: ../../enterprise/extensions/disabled/check_acls.php:224 msgid "Check ACL" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:37 -#: ../../enterprise/extensions/cron.php:114 -msgid "Cron jobs" -msgstr "Задание Cron" - -#: ../../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 "Cron расширение не работает" - -#: ../../enterprise/extensions/cron/main.php:151 -msgid "Cron extension has never run or it's not configured well" -msgstr "" -"Расширение Cron никогда не выполнялось или не было хорошо сконфигурировано" - -#: ../../enterprise/extensions/cron/main.php:153 -msgid "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service" -msgstr "" -"Это расширение зависит от правильной настройки Cron, основанной на времени " -"службы планирования" - -#: ../../enterprise/extensions/cron/main.php:155 -msgid "Please, add the following line to your crontab file" -msgstr "Пожалуйста, добавьте следующую строку в вашу вкладку cron файла" - -#: ../../enterprise/extensions/cron/main.php:161 -msgid "Last execution" -msgstr "Последнее выполнение" - -#: ../../enterprise/extensions/cron/main.php:168 -msgid "Cron extension is running" -msgstr "Расширение Cron работает" - -#: ../../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 "" -"Может быть, первый прогон не совсем равнен этому значению, потому что cron " -"конфигурации другой." - -#: ../../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 "Формат даты в Pandora - год/месяц/день" - -#: ../../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 "Формат времени в Pandora - часы(24 часа): минуты: секунды" - -#: ../../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 "База данных резервных копий Pandora" - -#: ../../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 "Утилита резервного копирования базы данных Pandora" - -#: ../../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 +msgstr "Проверить ACL" + +#: ../../enterprise/extensions/translate_string.php:168 +#: ../../enterprise/extensions/translate_string.php:380 +msgid "Translate string" +msgstr "Перевести строку" + +#: ../../enterprise/extensions/vmware.php:43 +msgid "Failed to initialize VMware extension." +msgstr "Не удалось инициализировать расширение VMware." + +#: ../../enterprise/extensions/vmware.php:86 +#: ../../enterprise/extensions/vmware/vmware_view.php:1382 +msgid "VMware View" +msgstr "VMware Вид" + +#: ../../enterprise/extensions/backup/main.php:79 +#, php-format +msgid "%s database backup utility" +msgstr "%s утилита резервного копирования базы данных" + +#: ../../enterprise/extensions/backup/main.php:91 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:87 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:48 +#: ../../enterprise/operation/log/log_viewer.php:444 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../operation/netflow/nf_live_view.php:133 msgid "Not supported in Windows systems" msgstr "Не поддерживается в Windows-системах" -#: ../../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 +#: ../../enterprise/extensions/backup/main.php:94 +msgid "Filter backups" +msgstr "Фильтр резервных копий" + +#: ../../enterprise/extensions/backup/main.php:106 +msgid "Path backups" +msgstr "Путь резервного копирования" + +#: ../../enterprise/extensions/backup/main.php:132 +#: ../../enterprise/include/functions_log.php:279 +#: ../../enterprise/include/functions_log.php:282 +#: ../../enterprise/include/functions_inventory.php:788 +#: ../../enterprise/include/functions_reporting_pdf.php:674 +#: ../../enterprise/include/functions_reporting_csv.php:688 +#: ../../enterprise/include/functions_reporting_csv.php:744 +#: ../../enterprise/include/functions_reporting_csv.php:789 +#: ../../enterprise/include/functions_reporting_csv.php:2376 +#: ../../enterprise/include/functions_reporting.php:2102 +#: ../../enterprise/include/functions_reporting.php:2139 +#: ../../enterprise/include/functions_reporting.php:2174 +#: ../../enterprise/include/functions_reporting.php:2192 +#: ../../enterprise/operation/agentes/agent_inventory.php:75 +#: ../../enterprise/operation/inventory/inventory.php:254 +#: ../../extensions/insert_data.php:193 ../../godmode/admin_access_logs.php:211 +#: ../../godmode/alerts/configure_alert_special_days.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1755 +#: ../../mobile/operation/tactical.php:348 +#: ../../include/functions_reporting_html.php:1562 +#: ../../include/functions_reporting_html.php:2220 +#: ../../include/functions_reporting_html.php:2229 +#: ../../include/functions_reporting_html.php:2234 +#: ../../include/functions_reporting_html.php:2243 +#: ../../include/functions_reporting_html.php:2248 +#: ../../include/functions_reporting_html.php:2255 +#: ../../include/functions_reporting_html.php:2304 +#: ../../include/functions_reporting_html.php:2378 +#: ../../include/functions_reporting_html.php:5193 +#: ../../include/functions.php:3053 ../../include/functions_reporting.php:3498 +#: ../../include/functions_reporting.php:3539 +#: ../../include/functions_events.php:6936 +#: ../../operation/incidents/list_integriaims_incidents.php:167 +#: ../../operation/reporting/graph_viewer.php:293 +#: ../../operation/events/events.build_table.php:698 +#: ../../general/logon_ok.php:247 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 +#: ../../enterprise/extensions/backup/main.php:133 +#: ../../extensions/files_repo/files_repo_list.php:57 +#: ../../godmode/events/event_responses.editor.php:128 +#: ../../include/functions_visual_map_editor.php:125 +#: ../../include/functions_visual_map_editor.php:178 +#: ../../include/functions_visual_map_editor.php:838 +#: ../../include/functions_visual_map_editor.php:933 +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:214 +#: ../../include/rest-api/models/VisualConsole/Item.php:1939 +#: ../../include/functions_filemanager.php:627 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:126 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:300 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:135 +#: ../../enterprise/include/functions_tasklist.php:353 +#: ../../include/functions_cron.php:634 ../../include/functions_cron.php:668 +#: ../../include/class/Diagnostics.class.php:2169 +msgid "Path" +msgstr "Путь" -#: ../../enterprise/extensions/backup/main.php:119 +#: ../../enterprise/extensions/backup/main.php:195 +#: ../../enterprise/godmode/services/services.service.php:943 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:428 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2372 +#: ../../enterprise/include/functions_reporting_csv.php:1437 +#: ../../enterprise/include/functions_reporting_csv.php:1483 +#: ../../enterprise/include/functions_reporting_csv.php:1801 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1668 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1720 +#: ../../enterprise/include/class/DatabaseHA.class.php:389 +#: ../../enterprise/include/class/DatabaseHA.class.php:624 +#: ../../enterprise/include/class/DatabaseHA.class.php:726 +#: ../../enterprise/include/class/AgentRepository.class.php:881 +#: ../../enterprise/include/class/LogSource.class.php:817 +#: ../../enterprise/include/functions_reporting.php:1840 +#: ../../enterprise/include/functions_reporting.php:2782 +#: ../../enterprise/include/functions_reporting.php:3046 +#: ../../enterprise/include/functions_reporting.php:3780 +#: ../../enterprise/include/functions_reporting.php:4049 +#: ../../enterprise/include/functions_reporting.php:4695 +#: ../../enterprise/include/functions_reporting.php:5878 +#: ../../enterprise/include/functions_reporting.php:5916 +#: ../../enterprise/include/functions_services.php:1893 +#: ../../enterprise/include/functions_ux_console.php:472 +#: ../../enterprise/operation/agentes/ux_console_view.php:186 +#: ../../enterprise/operation/agentes/ux_console_view.php:384 +#: ../../enterprise/operation/agentes/wux_console_view.php:405 +#: ../../extensions/module_groups.php:53 +#: ../../godmode/massive/massive_operations.php:382 +#: ../../godmode/setup/setup_general.php:755 +#: ../../godmode/setup/setup_general.php:773 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2222 +#: ../../include/functions_reporting_html.php:639 +#: ../../include/functions_reporting_html.php:834 +#: ../../include/functions_reporting_html.php:2795 +#: ../../include/functions_reporting_html.php:4059 +#: ../../include/functions_db.php:1846 +#: ../../include/class/ConfigPEN.class.php:668 +#: ../../include/class/ConfigPEN.class.php:692 +#: ../../include/class/HelpFeedBack.class.php:369 +#: ../../include/class/CredentialStore.class.php:1221 +#: ../../include/class/ModuleTemplates.class.php:1378 +#: ../../include/class/WelcomeWindow.class.php:173 +#: ../../include/class/AgentWizard.class.php:5822 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:340 +#: ../../operation/agentes/pandora_networkmap.editor.php:593 +#: ../../operation/snmpconsole/snmp_browser.php:631 +msgid "OK" +msgstr "Ок" + +#: ../../enterprise/extensions/backup/main.php:199 msgid "Lost" msgstr "Потеряно" -#: ../../enterprise/extensions/backup/main.php:126 -#: ../../extensions/files_repo/files_repo_list.php:94 -#: ../../extensions/system_info.php:466 +#: ../../enterprise/extensions/backup/main.php:211 +#: ../../extensions/files_repo/files_repo_list.php:123 msgid "Download" msgstr "Скачать" -#: ../../enterprise/extensions/backup/main.php:145 +#: ../../enterprise/extensions/backup/main.php:249 msgid "Backups list" msgstr "Список резервных копий" -#: ../../enterprise/extensions/backup/main.php:150 +#: ../../enterprise/extensions/backup/main.php:254 msgid "Create backup" msgstr "Создать резервную копию" -#: ../../enterprise/extensions/csv_import_group/main.php:40 +#: ../../enterprise/extensions/backup/main.php:271 +msgid "Path to save backup" +msgstr "Путь для сохранения резервной копии" + +#: ../../enterprise/extensions/backup/main.php:271 +msgid "It is important that Apache can read and write on the selected path" +msgstr "Важно, чтобы Apache мог читать и писать на выбранном пути" + +#: ../../enterprise/extensions/csv_import_group/main.php:37 #, php-format msgid "Created group %s" -msgstr "" +msgstr "Созданная группа %s" -#: ../../enterprise/extensions/csv_import_group/main.php:41 +#: ../../enterprise/extensions/csv_import_group/main.php:38 #, php-format msgid "Could not create group %s" -msgstr "" +msgstr "Не удалось создать группу %s" -#: ../../enterprise/extensions/csv_import_group/main.php:46 -#: ../../enterprise/extensions/csv_import/main.php:46 +#: ../../enterprise/extensions/csv_import_group/main.php:45 msgid "File processed" msgstr "Файл обрабатывается" -#: ../../enterprise/extensions/csv_import_group/main.php:56 -#: ../../enterprise/extensions/csv_import/main.php:56 +#: ../../enterprise/extensions/csv_import_group/main.php:48 +msgid "Please syncronize groups to nodes" +msgstr "Пожалуйста, синхронизируйте группы с узлами" + +#: ../../enterprise/extensions/csv_import_group/main.php:58 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1396 msgid "CSV format" msgstr "Формат CSV" -#: ../../enterprise/extensions/csv_import_group/main.php:57 -#: ../../enterprise/extensions/csv_import/main.php:57 +#: ../../enterprise/extensions/csv_import_group/main.php:59 msgid "The CSV file must have the fields in the following order" msgstr "Файл CSV должен иметь поля в следующем порядке" -#: ../../enterprise/extensions/csv_import_group/main.php:72 -#: ../../enterprise/extensions/csv_import/main.php:72 +#: ../../enterprise/extensions/csv_import_group/main.php:75 +#: ../../enterprise/include/class/CSVImportAgents.class.php:144 msgid "Upload file" msgstr "Закачать файл" -#: ../../enterprise/extensions/csv_import_group/main.php:75 -#: ../../enterprise/extensions/csv_import/main.php:79 +#: ../../enterprise/extensions/csv_import_group/main.php:78 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1400 +#: ../../enterprise/include/class/CSVImportAgents.class.php:161 msgid "Separator" msgstr "Разделитель" -#: ../../enterprise/extensions/csv_import_group/main.php:79 -#: ../../enterprise/extensions/csv_import/main.php:83 +#: ../../enterprise/extensions/csv_import_group/main.php:91 msgid "Upload CSV file" msgstr "Загрузить CSV-файл" -#: ../../enterprise/extensions/ipam/ipam_network.php:104 -msgid "No addresses found on this network" -msgstr "" +#: ../../enterprise/extensions/csv_import_group/main.php:96 +#: ../../enterprise/include/class/CSVImportAgents.class.php:196 +#: ../../include/functions_filemanager.php:823 +msgid "Go" +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 "IP" - -#: ../../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 "IP-адреса" - -#: ../../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 "Выполнение команды: %s" - -#: ../../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 "Созданный агент %s" - -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:37 +#: ../../enterprise/extensions/resource_registration/functions.php:39 #, php-format msgid "Error create '%s' policy, the name exist and there aren't free name." msgstr "" "ошибка при создании '%s' политики, умя уже существует и нет свободных имен." -#: ../../enterprise/extensions/resource_registration/functions.php:44 +#: ../../enterprise/extensions/resource_registration/functions.php:47 #, php-format msgid "" "Warning create '%s' policy, the name exist, the policy have a name %s." msgstr "" -"Предупреждение о создании '%s' политики, имя уже существует, умя для " +"Предостережение о создании '%s' политики, имя уже существует, умя для " "политики уже существует %s." -#: ../../enterprise/extensions/resource_registration/functions.php:51 +#: ../../enterprise/extensions/resource_registration/functions.php:56 msgid "Error the policy haven't name." msgstr "Ошибка политики - отсутстие имени." -#: ../../enterprise/extensions/resource_registration/functions.php:65 +#: ../../enterprise/extensions/resource_registration/functions.php:77 #, php-format msgid "Success create '%s' policy." msgstr "Успешное создание '%s' политики." -#: ../../enterprise/extensions/resource_registration/functions.php:66 +#: ../../enterprise/extensions/resource_registration/functions.php:78 #, php-format msgid "Error create '%s' policy." msgstr "Ошибка при создании '%s' политики." -#: ../../enterprise/extensions/resource_registration/functions.php:102 +#: ../../enterprise/extensions/resource_registration/functions.php:115 +#, php-format +msgid "Error add '%s' agent. The agent does not exist" +msgstr "Ошибка добавления агента '%s'. Агент не существует" + +#: ../../enterprise/extensions/resource_registration/functions.php:119 #, php-format msgid "Success add '%s' agent." msgstr "Успешное добавление '%s' агента." -#: ../../enterprise/extensions/resource_registration/functions.php:103 +#: ../../enterprise/extensions/resource_registration/functions.php:120 #, php-format msgid "Error add '%s' agent." msgstr "Ошибка при добавлении '%s' агента." -#: ../../enterprise/extensions/resource_registration/functions.php:125 +#: ../../enterprise/extensions/resource_registration/functions.php:139 +msgid "The collection does not exist" +msgstr "Коллекция не существует" + +#: ../../enterprise/extensions/resource_registration/functions.php:144 #, php-format msgid "Success add '%s' collection." msgstr "Успешное добавление '%s' коллекции." -#: ../../enterprise/extensions/resource_registration/functions.php:126 +#: ../../enterprise/extensions/resource_registration/functions.php:145 #, php-format msgid "Error add '%s' collection." msgstr "Ошибка при добавлении '%s' коллекции." -#: ../../enterprise/extensions/resource_registration/functions.php:137 +#: ../../enterprise/extensions/resource_registration/functions.php:163 +#, php-format +msgid "Success add '%s' agent plugin." +msgstr "Успешное добавление плагина агента '%s'." + +#: ../../enterprise/extensions/resource_registration/functions.php:164 +#, php-format +msgid "Error add '%s' agent plugin." +msgstr "Ошибка добавления плагина агента '%s'." + +#: ../../enterprise/extensions/resource_registration/functions.php:177 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 +#: ../../enterprise/extensions/resource_registration/functions.php:378 +#: ../../enterprise/extensions/resource_registration/functions.php:439 +#: ../../enterprise/extensions/resource_registration/functions.php:540 +#: ../../enterprise/extensions/resource_registration/functions.php:596 msgid "Error add the module, error in tag component." msgstr "Ошибка добавления модуля, ошибка в теге компонента." -#: ../../enterprise/extensions/resource_registration/functions.php:368 +#: ../../enterprise/extensions/resource_registration/functions.php:648 +msgid "Error add the module plugin importation, plugin is not registered" +msgstr "" +"Ошибка добавления модуля импортирования плагина, плагин не зарегистрирован" + +#: ../../enterprise/extensions/resource_registration/functions.php:658 #, php-format msgid "Success add '%s' module." msgstr "Успешное добавление '%s' модуля." -#: ../../enterprise/extensions/resource_registration/functions.php:369 +#: ../../enterprise/extensions/resource_registration/functions.php:659 #, php-format msgid "Error add '%s' module." msgstr "Ошибка при добавление '%s' модуля." -#: ../../enterprise/extensions/resource_registration/functions.php:379 +#: ../../enterprise/extensions/resource_registration/functions.php:671 #, php-format msgid "Error add the alert, the template '%s' don't exist." msgstr "Ошибка при добавлении оповещения, шаблоны '%s' не существуют." -#: ../../enterprise/extensions/resource_registration/functions.php:387 +#: ../../enterprise/extensions/resource_registration/functions.php:682 #, php-format msgid "Error add the alert, the module '%s' don't exist." msgstr "Ошибка при добавлении оповещения, модули '%s' не существуют." -#: ../../enterprise/extensions/resource_registration/functions.php:399 +#: ../../enterprise/extensions/resource_registration/functions.php:698 #, php-format msgid "Success add '%s' alert." msgstr "Успешное добавление '%s'оповещения." -#: ../../enterprise/extensions/resource_registration/functions.php:400 +#: ../../enterprise/extensions/resource_registration/functions.php:699 #, php-format msgid "Error add '%s' alert." msgstr "Ошибка при добавлении '%s' оповещения." -#: ../../enterprise/extensions/resource_registration/functions.php:416 +#: ../../enterprise/extensions/resource_registration/functions.php:720 #, php-format msgid "Error add the alert, the action '%s' don't exist." msgstr "Ошибка при добавлении оповещения, действия '%s' не существуют." -#: ../../enterprise/extensions/resource_registration/functions.php:428 +#: ../../enterprise/extensions/resource_registration/functions.php:739 #, php-format msgid "Success add '%s' action." msgstr "Успешное добавление '%s' действия." -#: ../../enterprise/extensions/resource_registration/functions.php:429 -#: ../../extensions/resource_registration.php:328 -#: ../../extensions/resource_registration.php:349 -#: ../../extensions/resource_registration.php:359 +#: ../../enterprise/extensions/resource_registration/functions.php:740 +#: ../../extensions/resource_registration.php:422 +#: ../../extensions/resource_registration.php:444 +#: ../../extensions/resource_registration.php:455 #, php-format msgid "Error add '%s' action." msgstr "Ошибка при добавлении '%s' действия." -#: ../../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 "Получить CSV файл" - -#: ../../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 "" -"Восстановление из резервной копии базы данных Pandora должно быть сделано " -"вручную" - -#: ../../enterprise/include/functions_backup.php:244 -#: ../../enterprise/include/functions_backup.php:326 +#: ../../enterprise/extensions/vmware/vmware_view.php:61 +msgid "Top 5 VMs CPU Usage" +msgstr "5 лучших VMs при использовании CPU" + +#: ../../enterprise/extensions/vmware/vmware_view.php:70 +msgid "Top 5 VMs Memory Usage" +msgstr "5 лучших VMs при использовании памяти" + +#: ../../enterprise/extensions/vmware/vmware_view.php:82 +msgid "Top 5 VMs Provisioning Usage" +msgstr "5 лучших VMs при использовании а подготовке" + +#: ../../enterprise/extensions/vmware/vmware_view.php:91 +msgid "Top 5 VMs Network Usage" +msgstr "5 лучших VMs при использовании сети" + +#: ../../enterprise/extensions/vmware/vmware_view.php:684 +msgid "Host ESX" +msgstr "Host ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1009 +#: ../../enterprise/include/functions_services.php:1781 +#: ../../enterprise/operation/agentes/policy_view.php:466 +#: ../../enterprise/operation/agentes/policy_view.php:472 +#: ../../enterprise/operation/agentes/tag_view.php:937 +#: ../../enterprise/operation/agentes/tag_view.php:943 +#: ../../enterprise/operation/agentes/tag_view.php:984 +#: ../../enterprise/operation/agentes/tag_view.php:990 +#: ../../mobile/operation/modules.php:535 +#: ../../mobile/operation/modules.php:558 +#: ../../mobile/operation/modules.php:598 +#: ../../mobile/operation/modules.php:621 ../../include/functions.php:1358 +#: ../../include/functions.php:1397 ../../include/functions_modules.php:2577 +#: ../../include/functions_modules.php:2583 +#: ../../include/functions_modules.php:3540 +#: ../../include/functions_modules.php:3572 ../../include/functions_ui.php:3646 +#: ../../include/functions_ui.php:3712 ../../include/class/Tree.class.php:634 +#: ../../include/lib/Module.php:534 ../../include/functions_events.php:54 +#: ../../include/functions_events.php:106 +#: ../../include/functions_events.php:169 +#: ../../operation/agentes/status_monitor.php:1468 +#: ../../operation/agentes/status_monitor.php:1474 +#: ../../operation/agentes/status_monitor.php:1543 +#: ../../operation/agentes/status_monitor.php:1549 +#: ../../operation/agentes/pandora_networkmap.view.php:336 +#: ../../operation/agentes/pandora_networkmap.view.php:344 +#: ../../operation/search_modules.php:102 +#: ../../operation/search_modules.php:129 +#: ../../operation/events/events.php:1876 +#: ../../operation/events/events.php:1943 +#: ../../operation/events/events.php:1970 +msgid "NORMAL" +msgstr "НОРМАЛЬНЫЙ" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1014 +#: ../../enterprise/include/functions_services.php:1789 +#: ../../enterprise/operation/agentes/policy_view.php:460 +#: ../../enterprise/operation/agentes/policy_view.php:477 +#: ../../enterprise/operation/agentes/tag_view.php:951 +#: ../../enterprise/operation/agentes/tag_view.php:957 +#: ../../enterprise/operation/agentes/tag_view.php:1000 +#: ../../enterprise/operation/agentes/tag_view.php:1006 +#: ../../mobile/operation/modules.php:541 +#: ../../mobile/operation/modules.php:566 +#: ../../mobile/operation/modules.php:604 +#: ../../mobile/operation/modules.php:629 ../../include/functions.php:1346 +#: ../../include/functions.php:1378 ../../include/functions_modules.php:2571 +#: ../../include/functions_modules.php:2587 +#: ../../include/functions_modules.php:3544 +#: ../../include/functions_modules.php:3564 ../../include/functions_ui.php:3652 +#: ../../include/functions_ui.php:3722 ../../include/class/Tree.class.php:604 +#: ../../include/lib/Module.php:518 ../../include/functions_events.php:57 +#: ../../include/functions_events.php:110 +#: ../../include/functions_events.php:154 +#: ../../operation/agentes/status_monitor.php:1482 +#: ../../operation/agentes/status_monitor.php:1488 +#: ../../operation/agentes/status_monitor.php:1559 +#: ../../operation/agentes/status_monitor.php:1565 +#: ../../operation/agentes/pandora_networkmap.view.php:330 +#: ../../operation/agentes/pandora_networkmap.view.php:349 +#: ../../operation/search_modules.php:108 +#: ../../operation/search_modules.php:137 +#: ../../operation/events/events.php:1851 +#: ../../operation/events/events.php:1949 +#: ../../operation/events/events.php:1975 +msgid "CRITICAL" +msgstr "КРИТИЧНО" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1019 +#: ../../enterprise/include/functions_services.php:1797 +#: ../../enterprise/include/functions_login.php:34 +#: ../../enterprise/operation/agentes/policy_view.php:463 +#: ../../enterprise/operation/agentes/policy_view.php:482 +#: ../../enterprise/operation/agentes/tag_view.php:965 +#: ../../enterprise/operation/agentes/tag_view.php:971 +#: ../../enterprise/operation/agentes/tag_view.php:1016 +#: ../../enterprise/operation/agentes/tag_view.php:1022 +#: ../../godmode/update_manager/update_manager.offline.php:111 +#: ../../mobile/operation/modules.php:547 +#: ../../mobile/operation/modules.php:574 +#: ../../mobile/operation/modules.php:610 +#: ../../mobile/operation/modules.php:637 ../../include/functions.php:1349 +#: ../../include/functions.php:1385 ../../include/functions_modules.php:2574 +#: ../../include/functions_modules.php:2591 +#: ../../include/functions_modules.php:3548 +#: ../../include/functions_modules.php:3580 ../../include/functions_ui.php:3640 +#: ../../include/functions_ui.php:3717 ../../include/class/Tree.class.php:612 +#: ../../include/class/NetworkMap.class.php:2823 +#: ../../include/lib/Module.php:522 ../../include/functions_events.php:68 +#: ../../include/functions_events.php:102 +#: ../../include/functions_events.php:172 +#: ../../operation/agentes/status_monitor.php:1496 +#: ../../operation/agentes/status_monitor.php:1502 +#: ../../operation/agentes/status_monitor.php:1575 +#: ../../operation/agentes/status_monitor.php:1581 +#: ../../operation/agentes/pandora_networkmap.view.php:333 +#: ../../operation/agentes/pandora_networkmap.view.php:354 +#: ../../operation/search_modules.php:114 +#: ../../operation/search_modules.php:145 +#: ../../operation/events/events.php:1881 +#: ../../operation/events/events.php:1937 +#: ../../operation/events/events.php:1992 +msgid "WARNING" +msgstr "ВНИМАНИЕ" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1024 +#: ../../enterprise/include/functions_services.php:1812 +#: ../../enterprise/operation/agentes/policy_view.php:472 +#: ../../enterprise/operation/agentes/policy_view.php:477 +#: ../../enterprise/operation/agentes/policy_view.php:482 +#: ../../enterprise/operation/agentes/tag_view.php:984 +#: ../../enterprise/operation/agentes/tag_view.php:990 +#: ../../enterprise/operation/agentes/tag_view.php:1000 +#: ../../enterprise/operation/agentes/tag_view.php:1006 +#: ../../enterprise/operation/agentes/tag_view.php:1016 +#: ../../enterprise/operation/agentes/tag_view.php:1022 +#: ../../mobile/operation/modules.php:558 +#: ../../mobile/operation/modules.php:566 +#: ../../mobile/operation/modules.php:574 +#: ../../mobile/operation/modules.php:621 +#: ../../mobile/operation/modules.php:629 +#: ../../mobile/operation/modules.php:637 ../../include/functions.php:1362 +#: ../../include/functions.php:1388 ../../include/functions_modules.php:2583 +#: ../../include/functions_modules.php:2587 +#: ../../include/functions_modules.php:2591 +#: ../../include/functions_modules.php:3552 ../../include/functions_ui.php:3659 +#: ../../include/functions_ui.php:3737 ../../include/class/Tree.class.php:618 +#: ../../include/lib/Module.php:525 ../../include/functions_events.php:71 +#: ../../include/functions_events.php:115 +#: ../../include/functions_events.php:175 +#: ../../operation/agentes/status_monitor.php:1510 +#: ../../operation/agentes/status_monitor.php:1516 +#: ../../operation/agentes/status_monitor.php:1543 +#: ../../operation/agentes/status_monitor.php:1549 +#: ../../operation/agentes/status_monitor.php:1559 +#: ../../operation/agentes/status_monitor.php:1565 +#: ../../operation/agentes/status_monitor.php:1575 +#: ../../operation/agentes/status_monitor.php:1581 +#: ../../operation/agentes/pandora_networkmap.view.php:344 +#: ../../operation/agentes/pandora_networkmap.view.php:349 +#: ../../operation/agentes/pandora_networkmap.view.php:354 +#: ../../operation/search_modules.php:120 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:137 +#: ../../operation/search_modules.php:145 +#: ../../operation/events/events.php:1848 +#: ../../operation/events/events.php:1956 +#: ../../operation/events/events.php:1967 +msgid "UNKNOWN" +msgstr "НЕИЗВЕСТНЫЙ" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1036 +msgid "CPU Usage" +msgstr "Использование CPU" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1046 +msgid "Memory Usage" +msgstr "Использование памяти" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1056 +msgid "Disk I/O Rate" +msgstr "Скорость дискового ввода-вывода" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1066 +msgid "Network Usage" +msgstr "Использование сети" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1166 +msgid "Settings updated " +msgstr "Обновленные настройки " + +#: ../../enterprise/extensions/vmware/vmware_view.php:1168 +msgid "No changes in settings " +msgstr "Никаких изменений в настройках " + +#: ../../enterprise/extensions/vmware/vmware_view.php:1176 +msgid "CPU usage graphs" +msgstr "Графики использования процессора" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1177 +#: ../../enterprise/extensions/vmware/vmware_view.php:1183 +#: ../../enterprise/extensions/vmware/vmware_view.php:1189 +#: ../../enterprise/extensions/vmware/vmware_view.php:1195 +msgid "Force minimum value" +msgstr "Принудить минимальное значение" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1179 +#: ../../enterprise/extensions/vmware/vmware_view.php:1185 +#: ../../enterprise/extensions/vmware/vmware_view.php:1191 +#: ../../enterprise/extensions/vmware/vmware_view.php:1197 +msgid "Force maximum value" +msgstr "Принудить максимальное значение" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1182 +msgid "Memory usage graphs" +msgstr "Графики использования памяти" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1188 +msgid "Provisioning Usage graphs" +msgstr "Подготовка Графиков использования" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1194 +msgid "Network usage graphs" +msgstr "Графики использования сети" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1205 +msgid "Map items" +msgstr "Элементы карты" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1206 +msgid "Show datastores" +msgstr "Показать хранилища данных" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1213 +msgid "Show ESXis" +msgstr "Показать ESXis" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1220 +msgid "Show VMs" +msgstr "Показать VMs" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1227 +msgid "Font size (px)" +msgstr "Кегль шрифта (px)" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +msgid "Node radius (px)" +msgstr "Радиус узла (px)" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1231 +msgid "Node separation (rate)" +msgstr "Разделение узлов (скорость)" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1236 msgid "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loosing" +"Looking for VMware configuration? You can configure several tasks using " +"Discovery Applications." msgstr "" -"Это комплекс операция, который требует вмешательства человека, чтобы " -"избежать сбоев системы и потери данных" +"Ищете конфигурацию VMware? Вы можете настроить несколько задач с помощью " +"Discovery Applications." -#: ../../enterprise/include/functions_backup.php:245 -#: ../../enterprise/include/functions_backup.php:327 -msgid "To restore the selected backup, please follow these steps" -msgstr "" -"Для восстановления выбранной резервной копии, выполните следующие действия" +#: ../../enterprise/extensions/vmware/vmware_view.php:1237 +#: ../../enterprise/extensions/vmware/vmware_view.php:1503 +#: ../../enterprise/include/class/SAPView.class.php:610 +msgid "this link" +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/extensions/vmware/vmware_view.php:1244 +msgid "Graph settings" +msgstr "Настройки графика" -#: ../../enterprise/include/functions_backup.php:255 -msgid "Connect to MySQL database using the following command" -msgstr "Подключение к базе данных MySQL с помощью следующей команды" +#: ../../enterprise/extensions/vmware/vmware_view.php:1249 +msgid "Map settings" +msgstr "Настройки карты" -#: ../../enterprise/include/functions_backup.php:262 -msgid "Create a new database" -msgstr "Создать новую базу данных" +#: ../../enterprise/extensions/vmware/vmware_view.php:1293 +msgid "Welcome" +msgstr "Добро пожаловать!" -#: ../../enterprise/include/functions_backup.php:275 -msgid "Restore the backup" -msgstr "Восстановление резервной копии" +#: ../../enterprise/extensions/vmware/vmware_view.php:1303 +#: ../../enterprise/extensions/vmware/vmware_view.php:1345 +#: ../../include/lib/Dashboard/Widgets/network_map.php:316 +#: ../../operation/gis_maps/render_view.php:165 +msgid "Map" +msgstr "Карта" -#: ../../enterprise/include/functions_backup.php:283 -#: ../../enterprise/include/functions_backup.php:348 -msgid "Modify console configuration to use this new database" -msgstr "" -"Измененить конфигурацию консоли, чтобы использовать эту новую базу данных" +#: ../../enterprise/extensions/vmware/vmware_view.php:1313 +#: ../../enterprise/extensions/vmware/vmware_view.php:1350 +#: ../../godmode/users/configure_user.php:1087 +#: ../../mobile/include/functions_web.php:22 +#: ../../include/class/OrderInterpreter.class.php:219 +#: ../../operation/users/user_edit.php:363 ../../operation/menu.php:337 +msgid "Dashboard" +msgstr "Приборная Панель" -#: ../../enterprise/include/functions_backup.php:284 -#: ../../enterprise/include/functions_backup.php:349 -msgid "Open configuration file" -msgstr "Открыть файл конфигурации" +#: ../../enterprise/extensions/vmware/vmware_view.php:1324 +msgid "ESX Detail" +msgstr "Детализация ESX" -#: ../../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/extensions/vmware/vmware_view.php:1355 +msgid "ESX details" +msgstr "Детали ESX" -#: ../../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/extensions/vmware/vmware_view.php:1360 +msgid "VMware view options" +msgstr "Варианты вида VMware" -#: ../../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 "Мастер SLA" - -#: ../../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 "Разрешение SLA" - -#: ../../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 "SLA Соответствие" - -#: ../../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 "Нет установленных SLA" - -#: ../../enterprise/include/functions_reporting.php:1526 -#: ../../include/functions_reporting.php:617 +#: ../../enterprise/extensions/vmware/vmware_view.php:1481 msgid "" -"This item is affected by a malformed planned downtime. Go to the planned " -"downtimes section to solve this." +"Some ESX Hosts are not up to date, please check VMware plugin configuration." msgstr "" +"Некоторые ESX-хосты не обновлены, проверьте конфигурацию плагина VMware." -#: ../../enterprise/include/functions_reporting.php:1786 -msgid "Summary of SLA Fails" +#: ../../enterprise/extensions/vmware/vmware_view.php:1483 +msgid "VMware plugin is working." +msgstr "Плагин VMware работает." + +#: ../../enterprise/extensions/vmware/vmware_view.php:1492 +msgid "View VMware map" +msgstr "Просмотр карты VMware" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1493 +msgid "View VMware dashboard" +msgstr "Просмотр приборной панели VMware" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1494 +msgid "View ESX Host statistics from" +msgstr "Просмотр статистики хоста ESX из" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1501 +msgid "There are no VMware information detected in this environment." +msgstr "В этой среде не обнаружено никакой информации о VMware." + +#: ../../enterprise/extensions/vmware/vmware_view.php:1502 +msgid "You can configure several tasks using Discovery Applications at " msgstr "" +"Вы можете настроить несколько задач с помощью Discovery Applications " -#: ../../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/extensions/vmware/vmware_view.php:1713 +#: ../../enterprise/include/class/DeploymentCenter.class.php:482 +#: ../../enterprise/include/class/DeploymentCenter.class.php:490 +#: ../../enterprise/include/class/DeploymentCenter.class.php:498 +#: ../../enterprise/include/class/DeploymentCenter.class.php:657 +#: ../../enterprise/include/class/SAP.app.php:371 +msgid "here" +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 "Sun" - -#: ../../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 +#: ../../enterprise/extensions/vmware/vmware_view.php:1710 #, php-format -msgid "Graph agents(%s) - %s" -msgstr "График агентов(%s) - %s" +msgid "" +"This map is a quick representation of all your VMware entities detected. You " +"can create a custom VMware map by defining a network map based on your " +"VMware discovery task %s" +msgstr "" +"Эта карта представляет собой быстрое представление всех обнаруженных " +"елементов VMware. Вы можете создать пользовательскую карту VMware, определив " +"карту сети, основанную на задачах обнаружения VMware %s" -#: ../../enterprise/include/functions_reporting.php:4690 -#: ../../enterprise/include/functions_reporting.php:4740 -msgid "Template editor" -msgstr "Редактор шаблонов" +#: ../../enterprise/extensions/vmware/vmware_view.php:1720 +msgid "Show Datastores" +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/extensions/vmware/vmware_view.php:1723 +msgid "Show ESX" +msgstr "Показать ESX" -#: ../../enterprise/include/functions_reporting.php:4754 -msgid "Get PDF file" -msgstr "Получить PDF файл" +#: ../../enterprise/extensions/vmware/vmware_view.php:1726 +msgid "Show VM" +msgstr "Показать VM" -#: ../../enterprise/include/functions_enterprise.php:276 -msgid "Tree view by tags" -msgstr "Просмотр в виде дерева по тегам" +#: ../../enterprise/extensions/vmware/vmware_view.php:1730 +#: ../../godmode/reporting/visual_console_builder.wizard.php:235 +msgid "Font" +msgstr "Шрифт" -#: ../../enterprise/include/functions_dashboard.php:369 +#: ../../enterprise/extensions/vmware/vmware_view.php:1734 +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:124 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:74 +#: ../../operation/agentes/pandora_networkmap.editor.php:302 +msgid "Node radius" +msgstr "Радиус узла" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1738 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:215 +#: ../../operation/agentes/pandora_networkmap.editor.php:416 +msgid "Node separation" +msgstr "Разделение узлов" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1748 +msgid "View options" +msgstr "Посмотреть опции" + +#: ../../enterprise/extensions/vmware/vmware_manager.php:227 +msgid "Power Status: " +msgstr "Статус: " + +#: ../../enterprise/extensions/vmware/vmware_manager.php:269 +#: ../../operation/agentes/pandora_networkmap.view.php:369 +msgid "Status: " +msgstr "Статус: " + +#: ../../enterprise/extensions/vmware/vmware_manager.php:273 +msgid "Change Status" +msgstr "Изменить статус" + +#: ../../enterprise/extensions/resource_exportation/functions.php:20 +msgid "Export agents" +msgstr "Экспортнировать агентов" + +#: ../../enterprise/extensions/resource_exportation/functions.php:21 +#: ../../extensions/resource_exportation.php:429 +#: ../../extensions/resource_exportation.php:432 +#: ../../operation/agentes/exportdata.php:388 +msgid "Export" +msgstr "Экспортировать" + +#: ../../enterprise/extensions/csv_import_group.php:45 +msgid "CSV import group" +msgstr "Импортировать группы CSV" + +#: ../../enterprise/extensions/csv_import_group.php:59 +msgid "CSV group import" +msgstr "Импортация из группы CSV" + +#: ../../enterprise/load_html_extra.php:194 +msgid "Activate license" +msgstr "Активировать лицензию" + +#: ../../enterprise/load_html_extra.php:195 +msgid "Your request key is:" +msgstr "Ваш ключ запроса - это:" + +#: ../../enterprise/load_html_extra.php:197 #, php-format -msgid "Copy of %s" +msgid "" +"You can activate it manually here or " +"automatically filling the form below:" msgstr "" +"Вы можете активировать его вручную здесь или автоматически, заполнив форму ниже:" -#: ../../enterprise/include/functions_reporting_csv.php:135 -#: ../../include/functions_reporting.php:1372 -msgid "Inventory Changes" -msgstr "" +#: ../../enterprise/load_html_extra.php:202 +msgid "Auth Key:" +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/load_html_extra.php:210 +#: ../../enterprise/load_html_extra.php:229 +msgid "Online validation" +msgstr "Онлайн валидация" -#: ../../enterprise/include/functions_reporting_csv.php:159 -#: ../../include/functions_reports.php:549 -msgid "Prediction date" -msgstr "Прогнозирование даты" +#: ../../enterprise/load_html_extra.php:222 +msgid "ERROR:" +msgstr "ОШИБКА:" -#: ../../enterprise/include/functions_reporting_csv.php:175 -#: ../../include/functions_reporting.php:3253 -msgid "Projection Graph" -msgstr "Проекционный график" +#: ../../enterprise/load_html_extra.php:222 +msgid "When connecting to licence server." +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/godmode/modules/configure_local_component.php:137 +msgid "Update Local Component" +msgstr "Обновить локальный компонент" -#: ../../enterprise/include/functions_reporting_csv.php:200 -msgid "Serialized data " -msgstr "" +#: ../../enterprise/godmode/modules/configure_local_component.php:139 +msgid "Create Local Component" +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/godmode/modules/configure_local_component.php:158 +#: ../../godmode/modules/manage_network_components_form_common.php:46 +#: ../../godmode/alerts/configure_alert_template.php:1169 +msgid "Wizard level" +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/godmode/modules/configure_local_component.php:188 +msgid "Throw unknown events" +msgstr "Сбросить неизвестные события" -#: ../../enterprise/include/functions_reporting_csv.php:267 -#: ../../include/functions_reporting.php:2022 -msgid "Group Report" -msgstr "" +#: ../../enterprise/godmode/modules/configure_local_component.php:288 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:454 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../godmode/massive/massive_edit_modules.php:540 +msgid "Dynamic Interval" +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 "среднее время восстановления (MTTR)" - -#: ../../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 "Наработка на отказ (MTBF)" - -#: ../../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 "TTRT - целевое время оборота маркера" - -#: ../../enterprise/include/functions_reporting_csv.php:420 -#: ../../enterprise/godmode/reporting/mysql_builder.php:142 -#: ../../include/functions_reporting.php:3663 -msgid "SQL" -msgstr "SQL" - -#: ../../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 +#: ../../enterprise/godmode/modules/configure_local_component.php:294 #: ../../godmode/modules/manage_network_components_form_common.php:148 +#: ../../godmode/agentes/module_manager_editor_common.php:645 +msgid "Advanced options Dynamic Threshold" +msgstr "Дополнительные опции Динамический порог" + +#: ../../enterprise/godmode/modules/configure_local_component.php:299 +#: ../../godmode/modules/manage_network_components_form_common.php:153 +msgid "Dynamic Min. " +msgstr "Динамический мин. " + +#: ../../enterprise/godmode/modules/configure_local_component.php:301 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:458 +#: ../../godmode/modules/manage_network_components_form_common.php:155 +#: ../../godmode/massive/massive_edit_modules.php:544 +msgid "Dynamic Max." +msgstr "Динамический макс." + +#: ../../enterprise/godmode/modules/configure_local_component.php:303 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:460 +#: ../../godmode/modules/manage_network_components_form_common.php:157 +#: ../../godmode/massive/massive_edit_modules.php:546 +msgid "Dynamic Two Tailed: " +msgstr "Динамика 2 не удалась: " + +#: ../../enterprise/godmode/modules/configure_local_component.php:306 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:284 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:463 +#: ../../godmode/modules/manage_network_components_form_common.php:160 +#: ../../godmode/massive/massive_edit_modules.php:549 +#: ../../include/functions_treeview.php:96 +#: ../../include/functions_alerts.php:676 +msgid "Warning status" +msgstr "статус Предостережение" + +#: ../../enterprise/godmode/modules/configure_local_component.php:307 +#: ../../enterprise/godmode/modules/configure_local_component.php:342 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:288 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:337 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:467 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:536 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:750 +#: ../../godmode/modules/manage_network_components_form_common.php:161 +#: ../../godmode/modules/manage_network_components_form_common.php:196 +#: ../../godmode/modules/manage_network_components_form_wizard.php:383 +#: ../../godmode/modules/manage_network_components_form_wizard.php:405 +#: ../../godmode/massive/massive_edit_modules.php:553 +#: ../../godmode/massive/massive_edit_modules.php:622 +#: ../../godmode/massive/massive_edit_modules.php:829 +#: ../../godmode/alerts/configure_alert_template.php:889 +#: ../../include/functions_reporting_html.php:4708 +#: ../../include/functions_treeview.php:92 +#: ../../include/functions_treeview.php:104 +#: ../../include/functions_alerts.php:673 +#: ../../include/lib/Dashboard/Widgets/top_n.php:281 +msgid "Min." +msgstr "Мин." + +#: ../../enterprise/godmode/modules/configure_local_component.php:316 +#: ../../enterprise/godmode/modules/configure_local_component.php:351 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:303 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:352 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:482 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:551 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:752 +#: ../../godmode/modules/manage_network_components_form_common.php:170 +#: ../../godmode/modules/manage_network_components_form_common.php:205 +#: ../../godmode/modules/manage_network_components_form_wizard.php:385 +#: ../../godmode/modules/manage_network_components_form_wizard.php:414 +#: ../../godmode/agentes/module_manager_editor_common.php:403 +#: ../../godmode/agentes/module_manager_editor_common.php:456 +#: ../../godmode/massive/massive_edit_modules.php:568 +#: ../../godmode/massive/massive_edit_modules.php:637 +#: ../../godmode/massive/massive_edit_modules.php:831 +#: ../../godmode/alerts/configure_alert_template.php:901 +#: ../../include/functions_reporting_html.php:4709 +#: ../../include/functions_treeview.php:92 +#: ../../include/functions_treeview.php:104 +#: ../../include/functions_alerts.php:672 +#: ../../include/lib/Dashboard/Widgets/top_n.php:280 +msgid "Max." +msgstr "Макс." + +#: ../../enterprise/godmode/modules/configure_local_component.php:325 +#: ../../enterprise/godmode/modules/configure_local_component.php:360 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:318 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:367 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:497 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:566 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +#: ../../godmode/modules/manage_network_components_form_common.php:214 +#: ../../godmode/agentes/module_manager_editor_common.php:419 +#: ../../godmode/agentes/module_manager_editor_common.php:472 +#: ../../godmode/massive/massive_edit_modules.php:583 +#: ../../godmode/massive/massive_edit_modules.php:652 +#: ../../include/functions_treeview.php:90 +#: ../../include/functions_treeview.php:102 +msgid "Str." +msgstr "Ул." + +#: ../../enterprise/godmode/modules/configure_local_component.php:341 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:333 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:532 +#: ../../godmode/modules/manage_network_components_form_common.php:195 +#: ../../godmode/massive/massive_edit_modules.php:618 +#: ../../include/functions_treeview.php:108 +#: ../../include/functions_alerts.php:677 +msgid "Critical status" +msgstr "Критический статус" + +#: ../../enterprise/godmode/modules/configure_local_component.php:372 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:232 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:795 +#: ../../godmode/modules/manage_network_components_form_common.php:226 +#: ../../godmode/agentes/module_manager_editor_common.php:734 +#: ../../godmode/massive/massive_edit_modules.php:874 +msgid "FF threshold" +msgstr "FF порог" + +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:235 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:863 +#: ../../godmode/modules/manage_network_components_form_common.php:229 +#: ../../godmode/agentes/module_manager_editor_common.php:736 +#: ../../godmode/massive/massive_edit_modules.php:938 +msgid "Keep counters" +msgstr "Продолжить ведение счетчиков" + +#: ../../enterprise/godmode/modules/configure_local_component.php:383 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:252 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:807 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:822 +#: ../../godmode/modules/manage_network_components_form_common.php:243 +#: ../../godmode/agentes/module_manager_editor_common.php:753 +#: ../../godmode/massive/massive_edit_modules.php:882 +#: ../../godmode/massive/massive_edit_modules.php:897 +msgid "All state changing" +msgstr "Все состояния изменяются" + +#: ../../enterprise/godmode/modules/configure_local_component.php:398 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:274 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:806 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:832 +#: ../../godmode/modules/manage_network_components_form_common.php:259 +#: ../../godmode/agentes/module_manager_editor_common.php:775 +#: ../../godmode/massive/massive_edit_modules.php:881 +#: ../../godmode/massive/massive_edit_modules.php:907 +msgid "Each state changing" +msgstr "Каждое состояние изменяется" + +#: ../../enterprise/godmode/modules/configure_local_component.php:399 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:275 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:833 +#: ../../godmode/modules/manage_network_components_form_common.php:260 +#: ../../godmode/agentes/module_manager_editor_common.php:776 +#: ../../godmode/massive/massive_edit_modules.php:908 +msgid "To normal" +msgstr "в нормальное состояние" + +#: ../../enterprise/godmode/modules/configure_local_component.php:408 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:289 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:843 +#: ../../godmode/modules/manage_network_components_form_common.php:269 +#: ../../godmode/agentes/module_manager_editor_common.php:790 +#: ../../godmode/massive/massive_edit_modules.php:918 +msgid "To warning" +msgstr "К предостережению" + +#: ../../enterprise/godmode/modules/configure_local_component.php:417 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:303 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:853 +#: ../../godmode/modules/manage_network_components_form_common.php:278 +#: ../../godmode/agentes/module_manager_editor_common.php:804 +#: ../../godmode/massive/massive_edit_modules.php:928 +msgid "To critical" +msgstr "К критическому" + +#: ../../enterprise/godmode/modules/configure_local_component.php:428 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:318 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:888 +#: ../../enterprise/include/functions_reporting_csv.php:2033 +#: ../../godmode/modules/manage_network_components_form_common.php:288 +#: ../../godmode/agentes/module_manager_editor_common.php:490 +#: ../../godmode/massive/massive_edit_modules.php:986 +#: ../../include/functions_reporting.php:3434 +msgid "Historical data" +msgstr "Статистические данные" + +#: ../../enterprise/godmode/modules/configure_local_component.php:431 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:885 +#: ../../godmode/agentes/module_manager_editor_common.php:834 +#: ../../godmode/massive/massive_edit_modules.php:972 +msgid "FF timeout" +msgstr "FF время вышло" + +#: ../../enterprise/godmode/modules/configure_local_component.php:439 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:886 +#: ../../godmode/massive/massive_edit_modules.php:982 +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 "" +"Время окончания в секундах от начала действия счетчика флип-флопа (FF). Если " +"это значение превышено, счетчик сбрасывается и устанавливается вновь. " +"Установите его на 0 чтобы время не истекло." + +#: ../../enterprise/godmode/modules/configure_local_component.php:440 +msgid "This value can be set only in the async modules." +msgstr "Это значение может быть установлено только в асинхронных модулях." + +#: ../../enterprise/godmode/modules/configure_local_component.php:442 +#: ../../enterprise/include/functions_reporting_csv.php:1099 +#: ../../godmode/modules/manage_network_components_form_common.php:291 +#: ../../godmode/agentes/module_manager_editor_common.php:618 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:474 +#: ../../include/functions_reports.php:731 +#: ../../include/functions_reporting.php:5572 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:442 +#: ../../godmode/modules/manage_network_components_form_common.php:292 +msgid "Any value below this number is discarted" +msgstr "Любое значение ниже этого числа отбрасывается" + +#: ../../enterprise/godmode/modules/configure_local_component.php:447 +#: ../../enterprise/include/functions_reporting_csv.php:1154 +#: ../../godmode/modules/manage_network_components_form_common.php:293 +#: ../../godmode/agentes/module_manager_editor_common.php:622 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:486 +#: ../../include/functions_reports.php:727 +#: ../../include/functions_reporting.php:5568 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 "Соглашения об уровне обслуживания (SLA)" - -#: ../../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 "Модуль запаса SLA сервиса не существует." - -#: ../../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 "Агент запаса SLA сервиса не существует." - -#: ../../enterprise/include/functions_services.php:57 -msgid "Alert critical SLA service does not exist." -msgstr "Оповещение критического SLA сервиса не существует." - -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "Оповещение предупреждающего SLA сервиса не существует." - -#: ../../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 "Модули автоматически создаются для сервиса %s" - -#: ../../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 -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" -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 "" -"Автоматизированный отчет Pandora FMS для определенного отчета пользователя" - -#: ../../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 "Система Pandora" - -#: ../../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 "SO" - -#: ../../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 "Сбой создания папки: %s" - -#: ../../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 "Пустой OS" - -#: ../../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 "Пользовательские SQL" - -#: ../../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 "SNMP редактор прерывания" - -#: ../../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 "Экспорт в CSV" - -#: ../../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 "соглашениe об уровне обслуживания (SLA)" - -#: ../../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 -msgid "Succesfully created" -msgstr "Успешно создано" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -msgid "Succesfully updated" -msgstr "Успешно обновлено" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -msgid "Succesfully duplicate" -msgstr "Успешно дублировано" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -#: ../../enterprise/godmode/policies/policy_modules.php:996 -msgid "Could not be duplicated" -msgstr "Не может быть дублировано" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -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" -msgstr "Карта сетевого предприятия" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 -#: ../../include/functions_reporting_html.php:2649 -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 -#: ../../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 -msgid "Pending to generate" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382 -msgid "There are no maps defined." -msgstr "" - -#: ../../enterprise/operation/agentes/agent_inventory.php:56 -msgid "This agent has not modules inventory" -msgstr "" - -#: ../../enterprise/operation/agentes/agent_inventory.php:160 -#: ../../enterprise/operation/agentes/agent_inventory.php:161 -msgid "Diff view" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:37 -msgid "This agent has no policy assigned" -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." -msgstr "S." - -#: ../../enterprise/operation/agentes/policy_view.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:353 -msgid "Last application" -msgstr "Последнее приложение" - -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../include/functions_events.php:880 -msgid "V." -msgstr "V." - -#: ../../enterprise/operation/agentes/policy_view.php:62 -#: ../../enterprise/godmode/policies/policy_agents.php:459 -msgid "Policy applied" -msgstr "Политика применена" - -#: ../../enterprise/operation/agentes/policy_view.php:65 -msgid "Policy outdate" -msgstr "Политика устарела" - -#: ../../enterprise/operation/agentes/policy_view.php:130 -#: ../../enterprise/operation/agentes/policy_view.php:137 -msgid "Toggle the collection table" -msgstr "Переключить коллекции таблицы" - -#: ../../enterprise/operation/agentes/policy_view.php:132 -#: ../../enterprise/operation/agentes/collection_view.php:64 -#: ../../enterprise/godmode/agentes/collection_manager.php:164 -msgid "Dir" -msgstr "Кат." - -#: ../../enterprise/operation/agentes/policy_view.php:133 -msgid "Descripttion" -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 "R." - -#: ../../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 "P." - -#: ../../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 -msgid "Not found networkmap." -msgstr "Карта сети не найдена." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 -msgid "Source data" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 -#: ../../include/functions_groups.php:92 ../../godmode/menu.php:201 -msgid "Recon task" -msgstr "Рекон задачи" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:270 -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 -msgid "Source from recon task" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:288 -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 -msgid "Show only the task with the recon script \"SNMP L2 Recon\"." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:295 -msgid "Source from CIDR IP mask" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:299 -#: ../../operation/agentes/networkmap.php:543 -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 "x" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:332 -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 -msgid "Save networkmap" -msgstr "Сохранить карту сети" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:366 -msgid "Update networkmap" -msgstr "Обновить карту сети" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:405 -msgid "Networkmap resized." -msgstr "Размер карты сети изменен." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:412 -msgid "Error process map" -msgstr "Ошибка процесса карты" - -#: ../../enterprise/operation/agentes/ver_agente.php:70 -#: ../../operation/agentes/ver_agente.php:538 -msgid "Main IP" -msgstr "Главний IP" - -#: ../../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 "Карта сетевого производрсва - %s" - -#: ../../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 "Экспорт этого списка в CSV" - -#: ../../enterprise/operation/reporting/custom_reporting.php:17 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -msgid "PDF" -msgstr "PDF" - -#: ../../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 "CSV" - -#: ../../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 "Экспорт в PDF" - -#: ../../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 "SNMP операций" - -#: ../../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 "Интервал S.L.A." - -#: ../../enterprise/godmode/services/services.service.php:299 -msgid "S.L.A. limit" -msgstr "Лимит S.L.A." - -#: ../../enterprise/godmode/services/services.service.php:301 -msgid "Please set limit between 0 to 100." -msgstr "Пожалуйста, установите лимит от 0 до 100." - -#: ../../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 "Оповещения критического сервиса SLA" - -#: ../../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 "OID" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231 -msgid "Custom OID" -msgstr "Пользователь OID" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:55 -msgid "Error parsing MIB" -msgstr "Ошибка разбора MIB" - -#: ../../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 "Загружено %s/%s прерываний" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:191 -#, php-format -msgid "Fail uploaded %s/%s traps" -msgstr "Сбой загрузки %s/%s прерывания" - -#: ../../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 "Загрузить MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:210 -msgid "Upload MIB" -msgstr "Загрузить MIB" - -#: ../../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 "Ac." - -#: ../../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 -#: ../../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" -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" -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" -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" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:347 -msgid "Could not be created, please fill alert name" -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 "Поле %s" - -#: ../../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 -msgid "" -"Since the alert can have multiple actions. You can edit them from the alert " -"list of events." -msgstr "" -"Поскольку оповещение может содержать несколько действий. Вы можете " -"редактировать их из списка оповещений событий." - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -msgid "Event rules" -msgstr "Правила события" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 -msgid "Error creating rule" -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 "ID браузера агента" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:102 -msgid "HTTP auth (login)" -msgstr "HTTP-авторизации (логин)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:106 -msgid "HTTP auth (pass)" -msgstr "HTTP-авторизации (пропуск)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:113 -msgid "HTTP auth (server)" -msgstr "HTTP-авторизации (сервер)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:117 -msgid "HTTP auth (realm)" -msgstr "HTTP-авторизации (область)" - -#: ../../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 "6 часов" - -#: ../../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 "2 дня" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 -msgid "7 days" -msgstr "7 дней" - -#: ../../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 "15 дней" - -#: ../../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 "1 месяц" - -#: ../../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 "" -"Бессодержательные сокращенные имена по умолчанию fc_X где X является ID " -"сборника." - -#: ../../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 +#: ../../enterprise/godmode/modules/configure_local_component.php:447 +#: ../../godmode/modules/manage_network_components_form_common.php:294 +msgid "Any value over this number is discarted" +msgstr "Любое значение выше этого числа отбрасывается" + +#: ../../enterprise/godmode/modules/configure_local_component.php:454 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:638 +#: ../../godmode/modules/manage_network_components_form_plugin.php:49 +#: ../../godmode/modules/manage_network_components_form_network.php:178 +#: ../../godmode/modules/manage_network_components_form_wmi.php:55 +#: ../../godmode/agentes/module_manager_editor_common.php:603 +#: ../../godmode/massive/massive_edit_modules.php:724 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "Post process" +msgstr "Заключительная обработка" + +#: ../../enterprise/godmode/modules/configure_local_component.php:481 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:180 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:484 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:183 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:487 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:196 msgid "First line must be \"module_begin\"" msgstr "Первая линия должна быть \"module_begin\"" -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -#: ../../enterprise/godmode/modules/configure_local_component.php:307 +#: ../../enterprise/godmode/modules/configure_local_component.php:488 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:197 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:489 +#: ../../enterprise/godmode/modules/configure_local_component.php:493 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:198 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:202 msgid "Last line must be \"module_end\"" msgstr "Последняя линия должна быть \"module_end\"" -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:309 +#: ../../enterprise/godmode/modules/configure_local_component.php:490 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:199 msgid "" "Name is missed. Please add a line with \"module_name yourmodulename\" to " "data configuration" @@ -14321,8 +13276,8 @@ msgstr "" "Имя пропущено. Пожалуйста, добавьте строку с \"module_name yourmodulename\" " "к данным конфигурации" -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -#: ../../enterprise/godmode/modules/configure_local_component.php:310 +#: ../../enterprise/godmode/modules/configure_local_component.php:491 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:200 msgid "" "Type is missed. Please add a line with \"module_type yourmoduletype\" to " "data configuration" @@ -14330,115 +13285,1066 @@ msgstr "" "Тип пропущен. Пожалуйста, добавьте строку с \"module_type yourmoduletype\" к " "данным конфигурации" -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:311 +#: ../../enterprise/godmode/modules/configure_local_component.php:492 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:201 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:495 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:204 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 +#: ../../enterprise/godmode/modules/configure_local_component.php:496 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:205 msgid "Data configuration are built correctly" msgstr "Конфигурация данных построены правильно" -#: ../../enterprise/godmode/agentes/module_manager.php:16 -msgid "Create a new web Server module" -msgstr "Создайте новый модуль веб сервера" +#: ../../enterprise/godmode/modules/configure_local_component.php:504 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:938 +#: ../../godmode/modules/manage_network_components_form_common.php:306 +#: ../../godmode/agentes/module_manager_editor_common.php:1047 +#: ../../godmode/massive/massive_edit_modules.php:1036 +msgid "Critical instructions" +msgstr "Критические инструкции" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 -msgid "Data Copy" -msgstr "Копировать данные" +#: ../../enterprise/godmode/modules/configure_local_component.php:504 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:938 +#: ../../godmode/modules/manage_network_components_form_common.php:306 +#: ../../godmode/massive/massive_edit_modules.php:1036 +msgid "Instructions when the status is critical" +msgstr "Инструкции, когда статус критический" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 -msgid "No selected agents to copy" -msgstr "Нет выбранных агентов для копирования" +#: ../../enterprise/godmode/modules/configure_local_component.php:509 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:942 +#: ../../godmode/modules/manage_network_components_form_common.php:310 +#: ../../godmode/agentes/module_manager_editor_common.php:1052 +#: ../../godmode/massive/massive_edit_modules.php:1040 +msgid "Warning instructions" +msgstr "Интрукции при предостережении" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 -msgid "No source agent selected" -msgstr "Агент испочника не выбран" +#: ../../enterprise/godmode/modules/configure_local_component.php:509 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:942 +#: ../../godmode/modules/manage_network_components_form_common.php:310 +#: ../../godmode/massive/massive_edit_modules.php:1040 +msgid "Instructions when the status is warning" +msgstr "Инструкции, когда статус предостерегающий" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -msgid "Making copy of configuration file for" -msgstr "Создание копии файла конфигурации для" +#: ../../enterprise/godmode/modules/configure_local_component.php:514 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:946 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../godmode/agentes/module_manager_editor_common.php:1056 +#: ../../godmode/massive/massive_edit_modules.php:1044 +msgid "Unknown instructions" +msgstr "Неизвестные инструкции" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -msgid "Error copying md5 file " -msgstr "Ошибка при копировании md5 файла " +#: ../../enterprise/godmode/modules/configure_local_component.php:514 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:946 +#: ../../godmode/modules/manage_network_components_form_common.php:314 +#: ../../godmode/massive/massive_edit_modules.php:1044 +msgid "Instructions when the status is unknown" +msgstr "Инструкции, когда статус неизвестен" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -msgid " md5 file" -msgstr " md5 файл" +#: ../../enterprise/godmode/modules/configure_local_component.php:523 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:906 +#: ../../godmode/modules/manage_network_components_form_common.php:325 +#: ../../godmode/agentes/module_manager_editor_common.php:1097 +#: ../../godmode/massive/massive_edit_modules.php:1004 +#: ../../godmode/module_library/module_library_view.php:105 +msgid "Category" +msgstr "Категория" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid "Copied " -msgstr "Копированный " +#: ../../enterprise/godmode/modules/configure_local_component.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:345 +#: ../../godmode/agentes/module_manager_editor_common.php:860 +msgid "Tags available" +msgstr "Свободные теги" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -msgid "Error copying " -msgstr "Ошибка копирования " +#: ../../enterprise/godmode/modules/configure_local_component.php:560 +#: ../../godmode/modules/manage_network_components_form_common.php:363 +#: ../../godmode/agentes/module_manager_editor_common.php:955 +msgid "Add tags to module" +msgstr "Добавить теги к модулю" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid " config file" -msgstr " конфигурационный файл" +#: ../../enterprise/godmode/modules/configure_local_component.php:561 +#: ../../godmode/modules/manage_network_components_form_common.php:364 +#: ../../godmode/agentes/module_manager_editor_common.php:964 +msgid "Delete tags to module" +msgstr "Удалить теги модуля" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 -msgid "Remote configuration management" -msgstr "Удалить управление конфигурацией" +#: ../../enterprise/godmode/modules/configure_local_component.php:562 +#: ../../enterprise/godmode/setup/setup_auth.php:172 +#: ../../enterprise/godmode/setup/setup_auth.php:456 +#: ../../enterprise/godmode/setup/setup_auth.php:1232 +#: ../../godmode/modules/manage_network_components_form_common.php:365 +#: ../../godmode/agentes/module_manager_editor_common.php:968 +msgid "Tags selected" +msgstr "Теги выбраны" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 -msgid "Source group" -msgstr "Источник группы" +#: ../../enterprise/godmode/modules/configure_local_component.php:584 +msgid "Macros" +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/modules/configure_local_component.php:620 +#: ../../godmode/servers/plugin.php:494 +#: ../../include/class/ManageNetScanScripts.class.php:636 +msgid "Default value" +msgstr "Значение по умолчанию" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 -msgid "To agent(s):" -msgstr "К агенту(ам):" +#: ../../enterprise/godmode/modules/configure_local_component.php:636 +#: ../../godmode/servers/plugin.php:556 +#: ../../include/class/ManageNetScanScripts.class.php:724 +msgid "Add macro" +msgstr "Добавить макрос" -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -msgid "Replicate configuration" -msgstr "Копирование конфигурации" +#: ../../enterprise/godmode/modules/configure_local_component.php:644 +#: ../../godmode/servers/plugin.php:570 +#: ../../include/class/ManageNetScanScripts.class.php:742 +msgid "Delete macro" +msgstr "Удалить макрос" -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 +#: ../../enterprise/godmode/modules/configure_local_component.php:892 +#: ../../godmode/modules/manage_network_components_form_common.php:631 +#: ../../godmode/agentes/module_manager_editor_common.php:1892 +msgid "Normal Status" +msgstr "Нормальный статус" + +#: ../../enterprise/godmode/modules/configure_local_component.php:893 +#: ../../godmode/modules/manage_network_components_form_common.php:632 +#: ../../godmode/agentes/module_manager_editor_common.php:1893 +msgid "Warning Status" +msgstr "Статус Предостережения" + +#: ../../enterprise/godmode/modules/configure_local_component.php:894 +#: ../../godmode/modules/manage_network_components_form_common.php:633 +#: ../../godmode/agentes/module_manager_editor_common.php:1894 +msgid "Critical Status" +msgstr "Критический Статус" + +#: ../../enterprise/godmode/modules/configure_local_component.php:896 +#: ../../godmode/modules/manage_network_components_form_common.php:635 +#: ../../godmode/agentes/module_manager_editor_common.php:1896 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" +"Пожалуйста, введите максимальное предупреждение выше минимального " +"предостережения" + +#: ../../enterprise/godmode/modules/configure_local_component.php:897 +#: ../../godmode/modules/manage_network_components_form_common.php:636 +#: ../../godmode/agentes/module_manager_editor_common.php:1897 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" +"Пожалуйста, введите максимальный критический показатель выше, чем " +"минимальный критический показатель" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:40 +msgid "To manage inventory plugin you must activate centralized management" +msgstr "" +"Для управления плагином инвентаризации необходимо активировать " +"централизованное управление" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:78 +msgid "" +"This console is not manager of this environment,\n" +" please manage this feature from centralized manager console " +"(Metaconsole)." +msgstr "" +"Эта консоль не является менеджером этой среды,\n" +" мы можете управлять этой функцией с консоли централизованного " +"менеджера (Metaconsole)." + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:125 +msgid "Successfully created inventory module" +msgstr "Модуль инвентаризации успешно создан" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:128 +msgid "Error creating inventory module" +msgstr "Ошибка при создании модуля инвентаризации" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:145 +#: ../../enterprise/godmode/agentes/inventory_manager.php:125 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:175 +msgid "Successfully updated inventory module" +msgstr "Модуль инвентаризации успешно обновлен" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:148 +#: ../../enterprise/godmode/agentes/inventory_manager.php:127 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:178 +msgid "Error updating inventory module" +msgstr "Ошибка при обновлении модуля инвентаризации" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:160 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:176 +#: ../../enterprise/godmode/agentes/inventory_manager.php:97 +msgid "Successfully deleted inventory module" +msgstr "Модуль инвентаризации успешно удален" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:163 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:179 +#: ../../enterprise/godmode/agentes/inventory_manager.php:99 +msgid "Error deleting inventory module" +msgstr "Ошибка при удалении модуля инвентаризации" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:212 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/modules/local_components.php:388 +#: ../../godmode/modules/manage_nc_groups.php:185 +#: ../../godmode/modules/manage_network_components.php:556 +#: ../../godmode/modules/manage_network_templates.php:102 +msgid "Successfully multiple deleted" +msgstr "Успешно удалено несколько данных" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:246 +#: ../../enterprise/godmode/modules/local_components.php:389 +#: ../../godmode/modules/manage_nc_groups.php:186 +#: ../../godmode/modules/manage_network_components.php:557 +#: ../../godmode/modules/manage_network_templates.php:103 +msgid "Not deleted. Error deleting multiple data" +msgstr "Не удалено. Ошибка при удалении нескольких данных" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:272 +msgid "Successfully created inventory module in the node" +msgstr "Успешно создан модуль инвентаризации в узле" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:275 +msgid "Error creating inventory module in the node" +msgstr "Ошибка при создании модуля инвентаризации в узле" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:377 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:114 +msgid "Interpreter" +msgstr "Переводчик" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:386 +msgid "No inventory modules defined" +msgstr "Модули инвентаризации не определены" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:407 +msgid "Local module" +msgstr "Локальный модуль" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:409 +msgid "Remote/Local" +msgstr "Удаленный/Локальный" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:425 +msgid "Deploy to the nodes" +msgstr "Развернуть узлы" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:469 +msgid "" +"The configurations of inventory modules from the nodes have been unified. \n" +"\t\tFrom this point on, changes to the inventory scripts must be made " +"through this screen." +msgstr "" +"Конфигурации модулей инвентаризации с узлов были унифицированы. \n" +"\t\tС этого момента изменения в скриптах инвентаризации должны производиться " +"через этот экран." + +#: ../../enterprise/godmode/modules/local_components.php:107 +#: ../../godmode/modules/manage_network_components.php:189 +#: ../../godmode/alerts/configure_alert_template.php:158 +#, php-format +msgid "Successfully created from %s" +msgstr "успешно создан из %s" + +#: ../../enterprise/godmode/modules/local_components.php:123 +msgid "Local component management" +msgstr "Управление местными компонентами" + +#: ../../enterprise/godmode/modules/local_components.php:279 +#: ../../godmode/modules/manage_network_components.php:409 +#: ../../include/class/ManageNetScanScripts.class.php:228 +msgid "Created successfully" +msgstr "Создание успешно завершено" + +#: ../../enterprise/godmode/modules/local_components.php:341 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:108 +#: ../../enterprise/godmode/policies/policy_modules.php:1244 +#: ../../enterprise/godmode/policies/policies.php:262 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:123 +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:133 +#: ../../enterprise/godmode/alerts/alert_events.php:429 +#: ../../enterprise/godmode/alerts/alert_events_list.php:102 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:176 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:70 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:112 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:318 +#: ../../enterprise/include/ajax/servers.ajax.php:331 +#: ../../enterprise/operation/agentes/transactional_map.php:134 +#: ../../enterprise/tools/ipam/ipam_action.php:180 +#: ../../enterprise/tools/ipam/ipam_massive.php:48 +#: ../../godmode/modules/manage_network_components.php:494 +#: ../../godmode/agentes/status_monitor_custom_fields.php:57 +#: ../../godmode/agentes/planned_downtime.editor.php:406 +#: ../../godmode/alerts/configure_alert_command.php:120 +#: ../../godmode/alerts/alert_templates.php:162 +#: ../../godmode/alerts/configure_alert_template.php:528 +#: ../../godmode/alerts/alert_special_days.php:244 +#: ../../godmode/alerts/alert_list.php:95 +#: ../../godmode/alerts/alert_list.php:300 ../../godmode/setup/gis.php:38 +#: ../../include/functions_alerts.php:2877 +#: ../../include/functions_planned_downtimes.php:122 +#: ../../operation/agentes/pandora_networkmap.php:202 +#: ../../operation/agentes/pandora_networkmap.php:500 +#: ../../operation/snmpconsole/snmp_view.php:181 +msgid "Could not be updated" +msgstr "Не может быть обновлено" + +#: ../../enterprise/godmode/modules/local_components.php:347 +#: ../../godmode/modules/manage_network_components.php:500 +#: ../../include/class/ManageNetScanScripts.class.php:315 +msgid "Updated successfully" +msgstr "Обновлено успешно" + +#: ../../enterprise/godmode/modules/local_components.php:492 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2880 +#: ../../godmode/modules/manage_network_components.php:636 +msgid "Free Search" +msgstr "Свободный поиск" + +#: ../../enterprise/godmode/modules/local_components.php:493 +msgid "Search by name, description or data, list matches." +msgstr "Поиск по имени, описанию или данным, список совпадений." + +#: ../../enterprise/godmode/modules/local_components.php:620 +#: ../../enterprise/godmode/policies/policy_modules.php:1558 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:567 +#: ../../godmode/modules/manage_network_components.php:819 +#: ../../godmode/modules/manage_network_components.php:820 +#: ../../godmode/agentes/module_manager.php:1096 +#: ../../godmode/snmpconsole/snmp_alert.php:1393 +#: ../../godmode/alerts/alert_actions.php:429 +#: ../../godmode/alerts/alert_templates.php:425 +msgid "Duplicate" +msgstr "Скопировать" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:71 +#: ../../enterprise/godmode/agentes/inventory_manager.php:162 +msgid "Inventory module error" +msgstr "Ошибка модуля инвентаризации" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:116 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Оставляется пустым для модулей инвентаризации LOCAL" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +msgid "Block Mode" +msgstr "Режим блокировки" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:121 +#: ../../godmode/massive/massive_standby_alerts.php:199 +#: ../../godmode/massive/massive_standby_alerts.php:234 +#: ../../godmode/massive/massive_enable_disable_alerts.php:187 +#: ../../godmode/massive/massive_enable_disable_alerts.php:222 +#: ../../include/class/ModuleTemplates.class.php:1205 +msgid "Format" +msgstr "Формат" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:122 +msgid "separate fields with " +msgstr "разделить поля с " + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:125 +#: ../../include/ajax/double_auth.ajax.php:149 +#: ../../include/ajax/double_auth.ajax.php:292 +msgid "Code" +msgstr "Код" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:126 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"Здесь размещен скрипт для УДАЛЕННЫХ модулей инвентаризации. ЛОКАЛЬНЫЕ Модули " +"инвентаризации не используют это поле" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:55 +msgid "Cannot delete rule from autoconfiguration" +msgstr "Невозможно удалить правило из автоконфигурации" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:61 +msgid "Agent Autoconfiguration Information" +msgstr "Информация об автоконфигурации агента" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:62 +msgid "" +"You must click the Create or Update buttom for a correct configuration!!!" +msgstr "" +"Вы должны нажать кнопку Создать или Обновить для правильной конфигурации!!!" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:70 +msgid "" +"Cannot create autoconfiguration from read only console, please create from " +"metaconsole (centralized management)" +msgstr "" +"Невозможно создать автоконфигурацию, используя консоль, предназначенную " +"только для чтения, пожалуйста, создайте это, используя метаконсоль " +"(централизованное управление)" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:91 +msgid "Cannot create autoconfiguration in metaconsole" +msgstr "Невозможно создать автоконфигурацию в метаконсоли" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:99 +msgid "Cannot create unnamed autoconfiguration" +msgstr "Невозможно создать автоконфигурацию без имени" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:109 +msgid "" +"Cannot udpate autoconfiguration from read only console, please create from " +"metaconsole (centralized management)" +msgstr "" +"Невозможно обновить автоконфигурацию, используя консоль, предназначенную " +"только для чтения, пожалуйста, обновите это, используя метаконсоль " +"(централизованное управление)" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:126 +msgid "Cannot update autoconfiguration" +msgstr "Невозможно обновить автоконфигурацию" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:136 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:191 +msgid "" +"Cannot modify autoconfiguration from read only console, please create from " +"metaconsole (centralized management)" +msgstr "" +"Невозможно модифицировать автоконфигурацию, используя консоль, " +"предназначенную только для чтения, пожалуйста, модифицируйте это, используя " +"метаконсоль (централизованное управление)" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:292 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:69 +msgid "Agent autoconfiguration list" +msgstr "Список автоконфигурации агента" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:313 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:88 +#: ../../enterprise/godmode/agentes/collections.php:57 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:18 +#: ../../enterprise/include/functions_enterprise_api.php:5658 +msgid "" +"This console is not manager of this environment, please manage this feature " +"from centralized manager console (Metaconsole)." +msgstr "" +"Эта консоль не является менеджером данной среды, пожалуйста, управляйте этой " +"функцией с централизованной консоли менеджера (Metaconsole)." + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:322 +msgid "Autoconfiguration" +msgstr "Автоконфигурация" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:364 +#: ../../include/class/CredentialStore.class.php:939 +msgid "Extra" +msgstr "Дополнительно" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:392 +msgid "Add rule" +msgstr "Добавить правило" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:397 +msgid "Rules" +msgstr "Правила" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:419 +msgid "New group" +msgstr "Новая группа" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:451 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:384 +msgid "Launch custom event" +msgstr "Запустить пользовательское событие" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:452 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:385 +msgid "Launch alert action" +msgstr "Запустить действия по предупреждению" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:453 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:386 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:74 +msgid "Launch script" +msgstr "Запустить Скрипт" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:497 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:511 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:308 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:323 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:517 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:586 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:617 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:626 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:685 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:708 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:729 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:733 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:744 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:764 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:789 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:805 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:866 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:889 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:907 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:913 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:926 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:954 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1056 +#: ../../godmode/massive/massive_edit_agents.php:563 +#: ../../godmode/massive/massive_edit_agents.php:579 +#: ../../godmode/massive/massive_edit_agents.php:592 +#: ../../godmode/massive/massive_edit_agents.php:600 +#: ../../godmode/massive/massive_edit_agents.php:624 +#: ../../godmode/massive/massive_edit_agents.php:671 +#: ../../godmode/massive/massive_edit_agents.php:678 +#: ../../godmode/massive/massive_edit_agents.php:719 +#: ../../godmode/massive/massive_edit_agents.php:723 +#: ../../godmode/massive/massive_edit_agents.php:732 +#: ../../godmode/massive/massive_edit_agents.php:760 +#: ../../godmode/massive/massive_edit_agents.php:828 +#: ../../godmode/massive/massive_edit_modules.php:603 +#: ../../godmode/massive/massive_edit_modules.php:672 +#: ../../godmode/massive/massive_edit_modules.php:703 +#: ../../godmode/massive/massive_edit_modules.php:712 +#: ../../godmode/massive/massive_edit_modules.php:771 +#: ../../godmode/massive/massive_edit_modules.php:789 +#: ../../godmode/massive/massive_edit_modules.php:808 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/massive/massive_edit_modules.php:823 +#: ../../godmode/massive/massive_edit_modules.php:843 +#: ../../godmode/massive/massive_edit_modules.php:868 +#: ../../godmode/massive/massive_edit_modules.php:880 +#: ../../godmode/massive/massive_edit_modules.php:941 +#: ../../godmode/massive/massive_edit_modules.php:987 +#: ../../godmode/massive/massive_edit_modules.php:1005 +#: ../../godmode/massive/massive_edit_modules.php:1011 +#: ../../godmode/massive/massive_edit_modules.php:1024 +#: ../../godmode/massive/massive_edit_modules.php:1052 +#: ../../godmode/massive/massive_edit_modules.php:1156 +#: ../../include/functions_html.php:1617 ../../include/functions_html.php:1718 +#: ../../include/functions_html.php:1850 +msgid "No change" +msgstr "Не изменять" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:515 +#: ../../godmode/agentes/agent_manager.php:445 +#: ../../include/functions_events.php:4983 +#: ../../operation/agentes/estado_generalagente.php:396 +msgid "Secondary groups" +msgstr "Второстепенные группы" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:562 +#: ../../godmode/agentes/agent_manager.php:517 +msgid "Add secondary groups" +msgstr "Добавить второстепенные группы" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:569 +#: ../../godmode/agentes/agent_manager.php:528 +msgid "Remove secondary groups" +msgstr "Удалить второстепенные группы" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:606 +#: ../../enterprise/godmode/policies/configure_policy.php:47 +msgid "Add policy" +msgstr "Добавить политику" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:621 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:356 +msgid "Op" +msgstr "Оп" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:638 +msgid "Extra configuration block" +msgstr "Блок дополнительной конфигурации" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:640 +msgid "" +"Put here any extra configuration you want to be applied to any new agent " +"matching previously defined rules" +msgstr "" +"Поместите сюда любую дополнительную конфигурацию, которую вы хотите " +"применить к любому новому агенту, соответствующему ранее определенным " +"правилам" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:673 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:704 +msgid "Extra actions" +msgstr "Дополнительные действия" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:694 +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:997 +msgid "Add extra action" +msgstr "Добавить дополнительное действие" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:862 +msgid "Add new rule" +msgstr "Добавить новое правило" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:864 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:175 +msgid "Update rule" +msgstr "Обновить правило" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.definition.php:1084 +msgid "Update extra action" +msgstr "Обновить дополнительное действие" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:51 +msgid "Cannot delete autoconfiguration" +msgstr "Невозможно удалить автоконфигурацию" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:115 +msgid "There are no defined autoconfigurations" +msgstr "Нет определенных автоконфигураций" + +#: ../../enterprise/godmode/agentes/agent_autoconfiguration.php:140 +msgid "Add new configuration definition" +msgstr "Добавьте новое определение конфигурации" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:37 +#: ../../enterprise/operation/agentes/tag_view.php:277 +#: ../../operation/agentes/status_monitor.php:583 +msgid "Web server module" +msgstr "Модуль веб сервера" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:116 +msgid "Debug remotely this module" +msgstr "Удаленное устранение ошибок этого модуля" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:120 +msgid "Debug this module once it has been initialized" +msgstr "Устранение ошибок этого модуля после его инициализации" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:142 +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:325 +msgid "Debug" +msgstr "Устранение ошибок" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:167 +msgid "Requests" +msgstr "Запросы" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:170 +msgid "Agent browser id" +msgstr "ID браузера агента" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:176 +msgid "HTTP auth (login)" +msgstr "HTTP-авторизации (логин)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:179 +msgid "HTTP auth (password)" +msgstr "HTTP аутентификация (пароль)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:193 +msgid "Proxy auth (login)" +msgstr "Прокси-аутентификация (логин)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:197 +msgid "Proxy auth (pass)" +msgstr "Прокси-аутентификация (проход)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:204 +msgid "Proxy auth (server)" +msgstr "Прокси-аутентификация (сервер)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:208 +msgid "Proxy auth (realm)" +msgstr "Прокси-аутентификация (сфера)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:220 +msgid "There isn't get or post" +msgstr "Не может быть получена или опубликована." + +#: ../../enterprise/godmode/agentes/collections.agents.php:38 +msgid "Show Agent >" +msgstr "Показать агента >" + +#: ../../enterprise/godmode/agentes/collections.agents.php:122 +#: ../../enterprise/godmode/agentes/collections.agents.php:126 +msgid "This collection has not been added to any agents" +msgstr "Эта коллекция не была добавлена ни к одному агенту" + +#: ../../enterprise/godmode/agentes/configurar_agente.php:44 +#: ../../enterprise/godmode/policies/policies.php:578 +#: ../../enterprise/include/functions_reporting_csv.php:666 +#: ../../enterprise/operation/agentes/ver_agente.php:189 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:23 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/operation/inventory/inventory.php:122 +#: ../../godmode/agentes/configurar_agente.php:703 +#: ../../godmode/setup/setup_integria.php:303 +#: ../../include/functions_reports.php:853 +#: ../../include/functions_reports.php:854 +#: ../../include/functions_reports.php:858 +#: ../../include/functions_reporting.php:2360 +msgid "Inventory" +msgstr "Опись" + +#: ../../enterprise/godmode/agentes/configurar_agente.php:68 +#: ../../enterprise/godmode/policies/policy.php:82 +#: ../../enterprise/include/functions_policies.php:3859 +#: ../../godmode/agentes/configurar_agente.php:709 +msgid "Agent plugins" +msgstr "Агент плагинов" + +#: ../../enterprise/godmode/agentes/collection_manager.php:37 +#: ../../enterprise/operation/agentes/collection_view.php:47 +msgid "This agent have not a remote configuration, please set it." +msgstr "" +"Этот агент не имеет дистанционной конфигурации, пожалуйста, задайте ее." + +#: ../../enterprise/godmode/agentes/collection_manager.php:83 +msgid "Succesful add the collection" +msgstr "Сборник успешно добавлен" + +#: ../../enterprise/godmode/agentes/collection_manager.php:84 +msgid "Unsuccesful add the collection" +msgstr "Неуспешное добавление сборника" + +#: ../../enterprise/godmode/agentes/collection_manager.php:135 +#: ../../enterprise/godmode/agentes/collection_manager.php:136 +#: ../../enterprise/godmode/agentes/collection_manager.php:257 +#: ../../enterprise/operation/agentes/policy_view.php:182 +#: ../../enterprise/operation/agentes/policy_view.php:183 +#: ../../enterprise/operation/agentes/collection_view.php:91 +msgid "Show files" +msgstr "Показать файлы" + +#: ../../enterprise/godmode/agentes/collection_manager.php:202 +#: ../../enterprise/operation/agentes/agent_inventory.php:254 +#: ../../enterprise/operation/log/log_viewer.php:1222 +#: ../../enterprise/operation/log/log_viewer.php:1230 +#: ../../enterprise/operation/inventory/inventory.php:295 +#: ../../godmode/reporting/reporting_builder.php:1166 +#: ../../include/functions_reporting.php:2435 +msgid "No data found." +msgstr "Данные не найдены." + +#: ../../enterprise/godmode/agentes/collection_manager.php:211 +#: ../../enterprise/godmode/agentes/inventory_manager.php:216 +#: ../../enterprise/operation/agentes/collection_view.php:61 +#: ../../godmode/agentes/module_manager.php:771 +#: ../../godmode/snmpconsole/snmp_alert.php:1318 +#: ../../godmode/reporting/reporting_builder.list_items.php:371 +#: ../../godmode/reporting/graph_builder.graph_editor.php:211 +#: ../../include/ajax/alert_list.ajax.php:271 ../../include/ajax/module.php:974 +#: ../../operation/agentes/alerts_status.php:526 +#: ../../operation/agentes/alerts_status.php:562 +#: ../../operation/agentes/status_monitor.php:1214 +msgid "P." +msgstr "P." + +#: ../../enterprise/godmode/agentes/collection_manager.php:213 +#: ../../enterprise/operation/agentes/policy_view.php:151 +#: ../../enterprise/operation/agentes/collection_view.php:63 +msgid "Dir" +msgstr "Кат." + +#: ../../enterprise/godmode/agentes/collection_manager.php:216 +#: ../../enterprise/godmode/policies/policy_collections.php:157 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:159 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:147 +#: ../../enterprise/include/functions_ui.php:120 +#: ../../enterprise/include/functions_ui.php:168 +#: ../../godmode/alerts/alert_special_days.php:534 +#: ../../godmode/events/event_edit_filter.php:531 +#: ../../godmode/events/event_edit_filter.php:584 +#: ../../operation/events/events_list.php:618 +#: ../../operation/events/events_list.php:691 +#: ../../operation/events/events.php:595 ../../operation/events/events.php:669 +msgid "Remove" +msgstr "Удалить" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:24 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:163 +#: ../../enterprise/godmode/services/services.elements.php:95 +#: ../../enterprise/godmode/services/services.elements.php:181 +#: ../../enterprise/include/functions_visual_map_editor.php:30 +#: ../../enterprise/include/functions_visual_map_editor.php:41 +#: ../../enterprise/include/functions_visual_map_editor.php:54 +#: ../../enterprise/include/functions_visual_map_editor.php:85 +#: ../../enterprise/include/functions_visual_map.php:539 +#: ../../enterprise/include/rest-api/models/VisualConsole/Items/Service.php:286 +#: ../../enterprise/include/functions_reporting.php:5859 +#: ../../enterprise/include/functions_services.php:1554 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3121 +#: ../../include/lib/Dashboard/Widgets/service_map.php:287 +msgid "Service" +msgstr "Сервис" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:27 +msgid "Synthetic arithmetic" +msgstr "Синтетический счет" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:30 +msgid "Synthetic average" +msgstr "Синтетическая средняя величина" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:111 +msgid "Fixed value" +msgstr "Фиксированное значение" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116 +msgid "Add module to operation as add" +msgstr "Добавить модуль к операциям как добавление" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:117 +msgid "Add module to operations as deduct" +msgstr "Добавить модуль к операциям как вычетание" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:118 +msgid "Add module to operations as multiplicate " +msgstr "Добавить модуль к операциям как умножение " + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:119 +msgid "Add module to operations as divide" +msgstr "Добавить модуль к операциям как деление" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:120 +msgid "Remove selected modules" +msgstr "Удалить выбранные модули" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:125 +msgid "Add module to average operation" +msgstr "Добавить модуль к средней операции" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:126 +msgid "Remove selected modules from operations stack" +msgstr "Удалить выбранные модули из стека операций" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:133 +#: ../../enterprise/godmode/policies/policy_alerts.php:291 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:224 +#: ../../enterprise/godmode/alerts/alert_events_list.php:507 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/include/functions_tasklist.php:173 +#: ../../godmode/massive/massive_copy_modules.php:184 +#: ../../godmode/alerts/alert_list.list.php:476 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:563 +msgid "Operations" +msgstr "Операции" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:141 +msgid "Move down selected modules" +msgstr "Передвинуть вниз выбранные модули" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:142 +msgid "Move up selected modules" +msgstr "Передвинуть вверх выбранные модули" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:172 +msgid "Select Service" +msgstr "Выбрать Сервис" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:185 +msgid "Netflow filter" +msgstr "Фильтр Сетевого потока" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:194 +msgid "Select filter" +msgstr "Выбрать фильтр" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:81 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:125 +msgid "Successfully added inventory module" +msgstr "Успешное добавление модуля инвентаризации" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:83 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:128 +msgid "Error adding inventory module" +msgstr "Ошибка при добавлении модуля инвентаризации" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:86 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:131 +msgid "The inventory of the module already exists" +msgstr "Инвентарь модуля уже существует" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:107 +msgid "Successfully forced inventory module" +msgstr "Модуль инвентаризации успешно переведен" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:109 +msgid "Error forcing inventory module" +msgstr "Ошибка при переведении модуля инвентаризации" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:254 +#: ../../enterprise/include/functions_ipam.php:1247 +#: ../../enterprise/operation/services/services.list.php:641 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:535 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:625 +#: ../../include/ajax/module.php:1052 ../../include/functions_ui.php:1144 +#: ../../operation/agentes/group_view.php:192 +#: ../../operation/agentes/group_view.php:247 +#: ../../operation/servers/recon_view.php:91 +#: ../../operation/servers/recon_view.php:123 +msgid "Force" +msgstr "Принудительно" + +#: ../../enterprise/godmode/agentes/collections.data.php:362 +msgid "Collection updated successfully" +msgstr "Коллекция успешно обновлена" + +#: ../../enterprise/godmode/agentes/collections.data.php:376 +msgid "Error: The collection directory does not exist." +msgstr "Ошибка: Каталог коллекции не существует." + +#: ../../enterprise/godmode/agentes/collections.editor.php:95 +msgid "Files in " +msgstr "Файлы в " + +#: ../../enterprise/godmode/agentes/plugins_manager.php:60 +msgid "Plug-in updated succesfully" +msgstr "Плагин успешно обновлен" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:60 +msgid "Plug-in cannot be updated" +msgstr "Плагин не может быть обновлен" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:68 +msgid "Plug-in deleted succesfully" +msgstr "Плагин успешно удален" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:68 +msgid "Plug-in cannot be deleted" +msgstr "Плагин ме может быть удален" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:81 +#: ../../enterprise/godmode/policies/policy_plugins.php:74 +msgid "Plug-in added succesfully" +msgstr "Плагин добавлен успешно" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:81 +#: ../../enterprise/godmode/policies/policy_plugins.php:75 +msgid "Plug-in cannot be added" +msgstr "Плагин не может быть добавлен" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:91 +msgid "Plug-in enabled succesfully" +msgstr "Плагин отключен успешно" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:92 +msgid "Plug-in cannot be enabled" +msgstr "Плагин не может быть отключен" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:103 +msgid "Plug-in disabled succesfully" +msgstr "Плагин успешно отключен" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:104 +msgid "Plug-in cannot be disabled" +msgstr "Плагин не может быть отключен" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:121 +#: ../../enterprise/godmode/policies/policy_plugins.php:94 +msgid "If enabled, allows to define a complex module plugin or log." +msgstr "" +"Если он включен, то он позволяет определить сложный модуль плагина или " +"журнала." + +#: ../../enterprise/godmode/agentes/plugins_manager.php:136 +#: ../../enterprise/godmode/policies/policy_plugins.php:108 +msgid "New plug-in" +msgstr "Новый плагин" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:186 +#: ../../enterprise/godmode/policies/policy_plugins.php:152 +#: ../../enterprise/godmode/policies/policies.php:574 +#: ../../godmode/menu.php:289 +msgid "Plugins" +msgstr "Плагины" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:189 +#: ../../enterprise/godmode/agentes/plugins_manager.php:255 +#: ../../enterprise/godmode/policies/policy_alerts.php:658 +#: ../../enterprise/godmode/alerts/alert_events_list.php:800 +#: ../../enterprise/include/functions_HA_cluster.php:61 +#: ../../enterprise/include/lib/Metaconsole/Node.php:722 +#: ../../enterprise/include/lib/Metaconsole/Node.php:723 +#: ../../godmode/extensions.php:257 ../../godmode/users/user_list.php:649 +#: ../../godmode/alerts/alert_list.list.php:1011 +#: ../../operation/users/user_edit_notifications.php:63 +msgid "Enable" +msgstr "Включить" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:189 +#: ../../enterprise/godmode/agentes/plugins_manager.php:262 +#: ../../enterprise/godmode/policies/policy_alerts.php:650 +#: ../../enterprise/godmode/alerts/alert_events_list.php:792 +#: ../../enterprise/include/functions_HA_cluster.php:58 +#: ../../enterprise/include/lib/Metaconsole/Node.php:751 +#: ../../enterprise/include/lib/Metaconsole/Node.php:752 +#: ../../godmode/extensions.php:259 ../../godmode/users/user_list.php:647 +#: ../../godmode/alerts/alert_list.list.php:984 +#: ../../include/functions.php:3355 +msgid "Disable" +msgstr "Отключить" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:58 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:61 +msgid "The changes on this field are linked with the configuration data." +msgstr "Изменения в этой области связаны с данным конфигурации." + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:67 +msgid "Using local component" +msgstr "Использование местного компонента" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:96 +#: ../../godmode/agentes/module_manager_editor_common.php:99 +#: ../../godmode/agentes/module_manager_editor_common.php:116 +msgid "Manual setup" +msgstr "Ручная настройка" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:88 +#: ../../godmode/agentes/module_manager_editor_common.php:108 +msgid "No component was found" +msgstr "Ни один компонент не был найден" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:155 +msgid "Show configuration data" +msgstr "Показать данные кондигурацииДанные конфигурации" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 +msgid "Hide configuration data" +msgstr "Спрятать данные конфигурации" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:174 +msgid "Data configuration" +msgstr "Данные конфигурации" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:117 msgid "Error: The conf file of agent is not readble." msgstr "Ошибка: конфигурационный файл агента не читается." -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:121 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 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:174 +#: ../../enterprise/godmode/policies/policy_modules.php:383 msgid "Add module" msgstr "Добавить модуль" -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 msgid "No module was found" msgstr "Модуль не найден" -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 -msgid "Delete remote conf agent files in Pandora" -msgstr "Удалить дистанционные файлы агента конфигурации в Pandora" +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:244 +msgid "Delete remote conf agent files" +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 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:245 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:336 +#: ../../godmode/agentes/agent_manager.php:590 msgid "Delete remote configuration file" msgstr "Удалить удаленный файл конфигурации" -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../godmode/agentes/agent_manager.php:336 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:245 msgid "" "Delete this conf file implies that for restore you must reactive remote " "config in the local agent." @@ -14446,782 +14352,1904 @@ msgstr "" "Удалить это конфигурационный файл подразумевает, что для восстановления вам " "будет необходимо реактивировать удаленную конфигурацию в местный агент." -#: ../../enterprise/godmode/agentes/collections.editor.php:63 -msgid "Files in " -msgstr "Файлы в " +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:91 +#: ../../enterprise/tools/ipam/ipam_excel.php:112 +#: ../../enterprise/tools/ipam/ipam_excel.php:182 +#: ../../extensions/api_checker.php:161 +#: ../../godmode/modules/module_list.php:58 +#: ../../godmode/groups/group_list.php:792 +#: ../../godmode/groups/modu_group_list.php:234 +#: ../../godmode/agentes/fields_manager.php:118 +#: ../../godmode/agentes/agent_manager.php:216 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../godmode/agentes/module_manager_editor_common.php:206 +#: ../../godmode/alerts/alert_commands.php:628 +#: ../../godmode/setup/os.list.php:31 ../../include/functions_events.php:6469 +#: ../../operation/incidents/list_integriaims_incidents.php:261 +#: ../../operation/events/events.build_table.php:146 +msgid "ID" +msgstr "ID" -#: ../../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/module_manager_editor_webux.php:98 +#: ../../godmode/agentes/module_manager_editor_common.php:214 +msgid "Delete module" +msgstr "Удалить модуль" -#: ../../enterprise/godmode/agentes/collections.editor.php:112 -#: ../../enterprise/godmode/agentes/collections.editor.php:173 -msgid "Back to file explorer" -msgstr "Назад к файлу исследования" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:127 +msgid "Run performance tests" +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/module_manager_editor_webux.php:138 +msgid "Target web site" +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 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:140 msgid "" -"Delete this conf file implies that Pandora will send back local config to " -"console" +"The url specified in this field is mandatory to retrieve performance stats." msgstr "" +"Url, указанный в этом поле, является обязательным для получения статистики " +"производительности." -#: ../../enterprise/godmode/servers/manage_export.php:61 -msgid "Error updating export target" -msgstr "Ошибка при обновлении экспорта задания" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:154 +msgid "target web site (http://...)" +msgstr "целевой веб-сайт (http://...)" -#: ../../enterprise/godmode/servers/manage_export.php:64 -msgid "Successfully updated export target" -msgstr "Успешно обновлен экспорт задания" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:161 +msgid "Execute tests from" +msgstr "Выполнение тестов из" -#: ../../enterprise/godmode/servers/manage_export.php:73 -msgid "Error deleting export target" -msgstr "Ошибка при удалении экспорта задания" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:177 +msgid "Browser" +msgstr "Браузер" -#: ../../enterprise/godmode/servers/manage_export.php:76 -msgid "Successfully deleted export target" -msgstr "Успешно удален экспорт задания" - -#: ../../enterprise/godmode/servers/manage_export.php:98 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:179 msgid "" -"Can't be created export target: User and password must be filled with FTP " -"mode" +"Support for IE and Edge browsers is experimental. Tests might not work as " +"expected." msgstr "" -"экспорта задания не может быть создан: пользователь и пароль должны быть " -"заполнены в режиме FTP" +"Поддержка браузеров IE и Edge является экспериментальной. Тесты могут " +"работать не так, как ожидается." -#: ../../enterprise/godmode/servers/manage_export.php:121 -msgid "There are no defined export targets" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:221 +msgid "Accept insecure certificates" +msgstr "Принять небезопасные сертификаты" + +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:223 +msgid "Only Selenium 3." +msgstr "Только Selenium 3." + +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:349 +msgid "Paste your selenium test, exported as HTML, here" +msgstr "Вставьте ваш тест selenium, экспортированный в формат HTML, сюда" + +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:362 +msgid "Add file" +msgstr "Добавить файл" + +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:370 +msgid "Upload your selenium test in html or side (only Selenium 3) format" msgstr "" +"Загрузите свой тест Selenium в формате html или side (только Selenium 3)" -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:76 -msgid "Preffix" -msgstr "Preffix" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:398 +#: ../../godmode/groups/configure_group.php:224 +#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/module_manager_editor_common.php:525 +#: ../../godmode/massive/massive_edit_agents.php:666 +msgid "Custom ID" +msgstr "Пользовательский ID" -#: ../../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 +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:454 +#: ../../godmode/agentes/module_manager.php:1035 msgid "" -"Maybe delete the extended data or the audit data is previous to table " -"tsession_extended." +"The policy modules of data type will only update their intervals when policy " +"is applied." msgstr "" -"Возможно, удалите расширенные данные или данные аудита предыдущей таблице " -"tsession_extended." +"Модули политики типа данных будут обновлять свои интервалы только при " +"применении политики." -#: ../../enterprise/godmode/admin_access_logs.php:71 -msgid "Security check is ok." -msgstr "Проверка безопасности в порядке." +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:480 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:883 +#: ../../godmode/agentes/module_manager_editor_common.php:819 +#: ../../godmode/massive/massive_edit_modules.php:958 +msgid "FF interval" +msgstr "FF интервал" -#: ../../enterprise/godmode/admin_access_logs.php:78 -msgid "Security check is fail." -msgstr "Проверка безопасности не в порядке." +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:496 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:884 +#: ../../godmode/massive/massive_edit_modules.php:968 +msgid "Module execution flip flop time interval (in secs)." +msgstr "Модуль выполнения за интервал времени флип-флоп (в секундах)." -#: ../../enterprise/godmode/admin_access_logs.php:115 -msgid "Extended info:" -msgstr "Расширенная информация:" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:500 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:979 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:1092 +#: ../../godmode/massive/massive_edit_modules.php:1079 +msgid "Retries" +msgstr "Попытки" -#: ../../enterprise/godmode/setup/setup_log_collector.php:44 -msgid "Log storage directory" -msgstr "Директорий хранения журнала" +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:515 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:981 +#: ../../godmode/massive/massive_edit_modules.php:1081 +msgid "Number of retries that the module will attempt to run." +msgstr "Количество попыток для запуска модуля." -#: ../../enterprise/godmode/setup/setup_log_collector.php:45 -msgid "Directory where log data will be stored." -msgstr "Директорий, где данные журнала будут сохранены." +#: ../../enterprise/godmode/agentes/module_manager_editor_webux.php:574 +#: ../../enterprise/godmode/policies/policy_modules.php:413 +#: ../../godmode/agentes/module_manager_editor.php:723 +#: ../../godmode/agentes/module_manager_editor_common.php:1180 +msgid "Custom macros" +msgstr "Пользовательские макросы" -#: ../../enterprise/godmode/setup/setup_log_collector.php:47 -#: ../../include/functions_config.php:615 -msgid "Log max lifetime" -msgstr "Макс срок службы журнала" +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:77 +#: ../../operation/agentes/pandora_networkmap.editor.php:207 +#: ../../operation/agentes/pandora_networkmap.php:649 +#: ../../operation/agentes/pandora_networkmap.view.php:794 +msgid "Networkmap" +msgstr "Карта сети" -#: ../../enterprise/godmode/setup/setup_log_collector.php:48 -msgid "Sets the maximum lifetime for log data in days." -msgstr "Устанавливает максимальный срок службы данных журнала в днях." +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:85 +#: ../../operation/agentes/pandora_networkmap.editor.php:247 +#: ../../operation/agentes/pandora_networkmap.view.php:800 +msgid "Not found networkmap." +msgstr "Карта сети не найдена." -#: ../../enterprise/godmode/setup/edit_skin.php:42 -#: ../../enterprise/godmode/setup/setup_skins.php:36 -msgid "Skins configuration" -msgstr "Скины конфигурации" +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:145 +#: ../../operation/agentes/pandora_networkmap.editor.php:436 +msgid "Save networkmap" +msgstr "Сохранить карту сети" -#: ../../enterprise/godmode/setup/edit_skin.php:45 -msgid "Successfully updated skin" -msgstr "Скин успешно обновлен" +#: ../../enterprise/godmode/agentes/pandora_networkmap_empty.editor.php:156 +#: ../../operation/agentes/pandora_networkmap.editor.php:447 +msgid "Update networkmap" +msgstr "Обновить карту сети" -#: ../../enterprise/godmode/setup/edit_skin.php:48 -#: ../../enterprise/godmode/setup/edit_skin.php:60 -msgid "Error updating skin" -msgstr "Ошибка при обновлении скина" +#: ../../enterprise/godmode/agentes/collections.php:70 +msgid "Success: recreate file" +msgstr "Успех: воссоздать файл" -#: ../../enterprise/godmode/setup/edit_skin.php:170 -msgid "Error creating skin" -msgstr "Ошибка при обновлении скина" +#: ../../enterprise/godmode/agentes/collections.php:72 +msgid "Error: recreate file " +msgstr "Ошибка : воссоздать файл " -#: ../../enterprise/godmode/setup/edit_skin.php:175 -msgid "Successfully created skin" -msgstr "Скин успешно создан" +#: ../../enterprise/godmode/agentes/collections.php:87 +#: ../../enterprise/godmode/agentes/collections.php:117 +#: ../../enterprise/godmode/agentes/collections.php:226 +msgid "Collections Management" +msgstr "Управление сборниками" -#: ../../enterprise/godmode/setup/edit_skin.php:215 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Относительный путь" +#: ../../enterprise/godmode/agentes/collections.php:169 +msgid "Manager collection" +msgstr "Менеджер сборника" -#: ../../enterprise/godmode/setup/edit_skin.php:216 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:42 +msgid "Data Copy" +msgstr "Копировать данные" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:49 +msgid "No selected agents to copy" +msgstr "Нет выбранных агентов для копирования" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:62 +msgid "No source agent selected" +msgstr "Агент испочника не выбран" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:102 +msgid "Making copy of configuration file for" +msgstr "Создание копии файла конфигурации для" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:111 +msgid "Error copying md5 file " +msgstr "Ошибка при копировании md5 файла " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:111 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:113 +msgid " md5 file" +msgstr " md5 файл" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:113 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +msgid "Copied " +msgstr "Копированный " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:117 +msgid "Error copying " +msgstr "Ошибка копирования " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:117 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +msgid " config file" +msgstr " конфигурационный файл" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:129 +msgid "Remote configuration management" +msgstr "Удалить управление конфигурацией" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:134 +#: ../../operation/agentes/pandora_networkmap.editor.php:356 +msgid "Source group" +msgstr "Источник группы" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:147 +#: ../../operation/agentes/exportdata.php:247 +msgid "Source agent" +msgstr "агент источника" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:180 +msgid "To agent(s):" +msgstr "К агенту(ам):" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:197 +msgid "Replicate configuration" +msgstr "Копирование конфигурации" + +#: ../../enterprise/godmode/agentes/module_manager.php:21 +msgid "Create a new web Server module" +msgstr "Создайте новый модуль веб сервера" + +#: ../../enterprise/godmode/agentes/module_manager.php:31 +msgid "Create a new web analysis module" +msgstr "Создайте новый модуль веб-анализа" + +#: ../../enterprise/godmode/policies/policy_plugins.php:28 +#: ../../enterprise/godmode/policies/policy_alerts.php:43 +#: ../../enterprise/godmode/policies/configure_policy.php:70 +#: ../../enterprise/godmode/policies/policy_modules.php:462 +#: ../../enterprise/godmode/policies/policy_queue.php:147 +#: ../../enterprise/godmode/policies/policies.php:308 +#: ../../enterprise/godmode/policies/policy_linking.php:95 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:196 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 +#: ../../enterprise/godmode/policies/policy_collections.php:40 +#: ../../enterprise/godmode/policies/policy_agents.php:373 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:27 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:25 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:27 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:27 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:28 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:25 +#: ../../enterprise/operation/agentes/policy_view.php:135 +#: ../../godmode/massive/massive_operations.php:337 msgid "" -"Zip file with skin subdirectory. The name of the zip file only can have " -"alphanumeric characters." +"This node is configured with centralized mode. All policies information is " +"read only. Go to metaconsole to manage it." 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 "Настройки предприятия ACL" - -#: ../../enterprise/godmode/setup/setup_acl.php:73 -#: ../../enterprise/godmode/setup/setup_acl.php:105 -msgid "Add new ACL element to profile" -msgstr "Добавить новый ACL элемент к профилю" - -#: ../../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 "Переслать SNMP прерывания к агенту (если есть)" - -#: ../../enterprise/godmode/setup/setup.php:38 -#: ../../include/functions_config.php:210 -msgid "Use Enterprise ACL System" -msgstr "Использовать систему предприятия ACL" - -#: ../../enterprise/godmode/setup/setup.php:38 +#: ../../enterprise/godmode/policies/policy_plugins.php:41 msgid "" -"Before activating this option check your ACL Setup. You may lose access to " -"the console." +"Successfully added to delete pending plugins. Will be deleted in the next " +"policy application." msgstr "" -"Перед активацией данной опции проверьте настройки ACL. Вы можете потерять " -"доступ к консоли." +"Успешно добавлено к удаленным плагинам в режиме ожидания. Будут удалены из " +"следующего приложения политики." -#: ../../enterprise/godmode/setup/setup.php:47 -#: ../../include/functions_config.php:214 -msgid "Size of collection" -msgstr "Размер коллекции" +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +msgid "Cannot be added to delete pending plugins." +msgstr "Не может быть добавлено к удаленным плагинам в режиме ожидания." -#: ../../enterprise/godmode/setup/setup.php:48 -msgid " Bytes" -msgstr " Байт" +#: ../../enterprise/godmode/policies/policy_plugins.php:55 +#: ../../enterprise/godmode/policies/policy_alerts.php:205 +#: ../../enterprise/godmode/policies/policy_modules.php:1318 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:111 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:144 +#: ../../enterprise/godmode/policies/policy_collections.php:84 +#: ../../enterprise/godmode/policies/policy_agents.php:122 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +msgid "Successfully reverted deletion" +msgstr "Успешное восстановление удаленного" -#: ../../enterprise/godmode/setup/setup.php:63 -#: ../../include/functions_config.php:219 -msgid "Replication interval" -msgstr "Интервал репликации" +#: ../../enterprise/godmode/policies/policy_plugins.php:56 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/policies/policy_modules.php:1319 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:112 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:147 +#: ../../enterprise/godmode/policies/policy_collections.php:85 +#: ../../enterprise/godmode/policies/policy_agents.php:123 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +msgid "Could not be reverted" +msgstr "Не может быть востановлено" -#: ../../enterprise/godmode/setup/setup.php:64 -msgid "Seconds" -msgstr "Секунды" +#: ../../enterprise/godmode/policies/policy_plugins.php:195 +msgid "There are no defined plugins" +msgstr "Нет определенных плагинов" -#: ../../enterprise/godmode/setup/setup.php:70 -#: ../../include/functions_config.php:221 -msgid "Replication limit" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:70 +#: ../../enterprise/godmode/policies/policy_modules.php:580 +#: ../../enterprise/godmode/policies/policies.php:299 +#: ../../enterprise/godmode/policies/policy_linking.php:41 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:61 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 +#: ../../enterprise/godmode/policies/policy_collections.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:109 +#: ../../godmode/agentes/module_manager_editor.php:534 +msgid "This policy is applying and cannot be modified" +msgstr "Эта установка применяется и не может быть изменена" -#: ../../enterprise/godmode/setup/setup.php:72 +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:294 +#: ../../godmode/massive/massive_standby_alerts.php:120 +#: ../../godmode/alerts/alert_list.php:383 +msgid "Successfully set standby" +msgstr "Режим ожидания успешно установлен" + +#: ../../enterprise/godmode/policies/policy_alerts.php:140 +#: ../../enterprise/godmode/alerts/alert_events_list.php:295 +#: ../../godmode/massive/massive_standby_alerts.php:120 +#: ../../godmode/alerts/alert_list.php:384 +msgid "Could not be set standby" +msgstr "Не может быть установлен режим ​​ожидания" + +#: ../../enterprise/godmode/policies/policy_alerts.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:314 +#: ../../godmode/massive/massive_standby_alerts.php:102 +#: ../../godmode/alerts/alert_list.php:404 +msgid "Successfully set off standby" +msgstr "Режим ожидания успешно отправлен" + +#: ../../enterprise/godmode/policies/policy_alerts.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:315 +#: ../../godmode/massive/massive_standby_alerts.php:102 +#: ../../godmode/alerts/alert_list.php:405 +msgid "Could not be set off standby" +msgstr "Режим ожидания не может быть отправлен" + +#: ../../enterprise/godmode/policies/policy_alerts.php:195 +msgid " created successfuly" +msgstr " успешно создано" + +#: ../../enterprise/godmode/policies/policy_alerts.php:195 +msgid " could not be created" +msgstr " не может быть создано" + +#: ../../enterprise/godmode/policies/policy_alerts.php:201 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:107 msgid "" -"Limit the number of events that are replicated metaconsole each specified " -"range." +"Successfully added to delete pending alerts. Will be deleted in the next " +"policy application." msgstr "" +"Успешно добавлено к удаленным оповещениям в режиме ожидания. Будут удалены " +"из следующего приложения политики." -#: ../../enterprise/godmode/setup/setup.php:78 -msgid "Last replication at" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:226 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:155 +msgid "Added action successfuly" +msgstr "Действие добавлено успешно" -#: ../../enterprise/godmode/setup/setup.php:80 -msgid "No replication yet" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:226 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:156 +#: ../../enterprise/godmode/policies/policy_agents.php:248 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:92 +#: ../../enterprise/godmode/alerts/alert_events_list.php:214 +#: ../../godmode/massive/massive_delete_action_alerts.php:163 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_add_action_alerts.php:75 +#: ../../godmode/massive/massive_add_action_alerts.php:134 +#: ../../godmode/massive/massive_add_action_alerts.php:154 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_add_action_alerts.php:160 +#: ../../godmode/alerts/alert_list.php:266 +msgid "Could not be added" +msgstr "Не может быть добавлено" -#: ../../enterprise/godmode/setup/setup.php:89 -#: ../../include/functions_config.php:223 -msgid "Replication mode" -msgstr "Репликация режима" +#: ../../enterprise/godmode/policies/policy_alerts.php:243 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:134 +msgid "Deleted action successfuly" +msgstr "Действие удалено успешно" -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "Only validated events" -msgstr "Только утвержденные события" +#: ../../enterprise/godmode/policies/policy_alerts.php:288 +#: ../../enterprise/godmode/policies/policy_alerts.php:494 +#: ../../enterprise/godmode/reporting/visual_console_template.php:109 +#: ../../enterprise/include/functions_tasklist.php:276 +#: ../../enterprise/include/functions_reporting_csv.php:2323 +#: ../../enterprise/operation/agentes/policy_view.php:246 +#: ../../godmode/alerts/alert_list.list.php:474 +#: ../../godmode/alerts/alert_view.php:72 +#: ../../godmode/alerts/alert_list.builder.php:139 +#: ../../mobile/operation/alerts.php:323 +#: ../../include/functions_reporting_html.php:2676 +#: ../../include/functions_reporting_html.php:2679 +#: ../../include/functions_cron.php:560 +#: ../../include/ajax/alert_list.ajax.php:279 +#: ../../include/ajax/alert_list.ajax.php:304 +#: ../../include/functions_treeview.php:412 +#: ../../include/functions_treeview.php:453 +#: ../../include/class/AgentsAlerts.class.php:331 +#: ../../include/class/AgentsAlerts.class.php:981 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../operation/agentes/alerts_status.php:573 +#: ../../operation/agentes/alerts_status.php:608 +#: ../../operation/agentes/alerts_status.php:640 +#: ../../operation/search_alerts.php:35 +#: ../../operation/servers/recon_view.php:106 +msgid "Template" +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/policies/policy_alerts.php:365 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/alerts/alert_events_list.php:639 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2434 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3393 +#: ../../godmode/alerts/alert_list.list.php:627 +#: ../../godmode/alerts/alert_view.php:202 +#: ../../include/functions_alerts.php:680 +msgid "Always" +msgstr "Всегда" -#: ../../enterprise/godmode/setup/setup.php:96 -#: ../../include/functions_config.php:240 -msgid "Metaconsole agent cache" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:367 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:248 +#: ../../enterprise/godmode/alerts/alert_events_list.php:641 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3395 +#: ../../godmode/alerts/alert_list.list.php:629 +#: ../../include/class/Diagnostics.class.php:1175 +#: ../../include/class/Diagnostics.class.php:1179 +msgid "On" +msgstr "Вкл." -#: ../../enterprise/godmode/setup/setup.php:105 -msgid "Metaconsole DB engine" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:371 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/alerts/alert_events_list.php:645 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3399 +#: ../../godmode/alerts/alert_list.list.php:633 +msgid "Until" +msgstr "До" -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "MySQL" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:466 +#: ../../enterprise/godmode/policies/policy_modules.php:1576 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:292 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:287 +#: ../../enterprise/godmode/policies/policy_agents.php:945 +#: ../../enterprise/godmode/policies/policy_agents.php:1312 +msgid "Undo deletion" +msgstr "Отменить удаление" -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "Oracle" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:533 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:326 +#: ../../enterprise/godmode/alerts/alert_events_list.php:692 +#: ../../godmode/massive/massive_add_action_alerts.php:246 +#: ../../godmode/alerts/alert_list.list.php:744 +#: ../../godmode/alerts/alert_list.builder.php:126 +#: ../../include/ajax/alert_list.ajax.php:497 +#: ../../include/class/AgentsAlerts.class.php:307 +msgid "Number of alerts match from" +msgstr "Число совпадающих оповещений из" -#: ../../enterprise/godmode/setup/setup.php:112 -msgid "Metaconsole DB host" -msgstr "" +#: ../../enterprise/godmode/policies/policy_alerts.php:550 +msgid "There is not alerts configured in this policy." +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 "Удалить Pandora FMS" - -#: ../../enterprise/godmode/setup/setup_auth.php:33 -msgid "Remote Babel Enterprise" -msgstr "Удалить Babel предприятие" - -#: ../../enterprise/godmode/setup/setup_auth.php:34 -msgid "Remote Integria" -msgstr "Удалить Integria" - -#: ../../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 +#: ../../enterprise/godmode/policies/policy_alerts.php:578 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:97 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:110 +#: ../../godmode/massive/massive_standby_alerts.php:193 +#: ../../godmode/massive/massive_add_alerts.php:265 +#: ../../godmode/massive/massive_enable_disable_alerts.php:181 +#: ../../godmode/massive/massive_delete_alerts.php:256 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/policies/policy_alerts.php:589 +msgid "Policy module" +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/policies/policy_alerts.php:667 +#: ../../enterprise/godmode/alerts/alert_events_list.php:809 +#: ../../godmode/alerts/alert_list.list.php:1038 +msgid "Set off standby" +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/policies/policy_alerts.php:676 +#: ../../enterprise/godmode/alerts/alert_events_list.php:818 +#: ../../godmode/alerts/alert_list.list.php:1065 +msgid "Set standby" +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 +#: ../../enterprise/godmode/policies/policy_alerts.php:690 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:344 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:350 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:444 +#: ../../enterprise/godmode/alerts/alert_events_list.php:673 +#: ../../enterprise/godmode/alerts/alert_events_list.php:675 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:466 +#: ../../godmode/snmpconsole/snmp_alert.php:1393 +#: ../../godmode/alerts/alert_list.list.php:882 +#: ../../godmode/alerts/alert_list.list.php:887 +#: ../../godmode/alerts/alert_list.list.php:1113 +msgid "Add action" +msgstr "Добавить действие" + +#: ../../enterprise/godmode/policies/configure_policy.php:38 +#: ../../enterprise/godmode/servers/HA_cluster.php:63 +#: ../../enterprise/include/functions_policies.php:3741 +#: ../../godmode/agentes/configurar_agente.php:396 +#: ../../godmode/agentes/configurar_agente.php:692 ../../godmode/menu.php:302 +#: ../../godmode/menu.php:309 +#: ../../godmode/module_library/module_library_view.php:45 +#: ../../operation/agentes/estado_agente.php:183 +#: ../../operation/gis_maps/render_view.php:160 +msgid "Setup" +msgstr "Установка" + +#: ../../enterprise/godmode/policies/configure_policy.php:108 +msgid "Force Apply" +msgstr "Принудительное применение" + +#: ../../enterprise/godmode/policies/configure_policy.php:108 +msgid "" +"Force the creation of modules even if the software agent does not have " +"remote configuration" +msgstr "" +"Принудить создание модулей, даже если программный агент не имеет удаленной " +"конфигурации" + +#: ../../enterprise/godmode/policies/policy_modules.php:295 +msgid "" +"If you change this description, you must change into the text of Data " +"configuration." +msgstr "" +"Если вы измените это описание, вы должны изменить текст данных конфигурации." + +#: ../../enterprise/godmode/policies/policy_modules.php:368 +msgid "Invalid module type." +msgstr "Недействительный тип модуля." + +#: ../../enterprise/godmode/policies/policy_modules.php:399 +#: ../../godmode/agentes/module_manager_editor.php:711 +msgid "Base options" +msgstr "Базовые параметры" + +#: ../../enterprise/godmode/policies/policy_modules.php:529 +msgid "Could not be added module(s). You must select a policy" +msgstr "Не удалось добавить модули). Вы должны выбрать политику" + +#: ../../enterprise/godmode/policies/policy_modules.php:562 +#, php-format +msgid "Successfully added module(s) (%s/%s) to policy %s" +msgstr "Успешно добавлену модуль(и) (%s/%s) к политике %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:568 +#, php-format +msgid "Could not be added module(s) (%s/%s) to policy %s" +msgstr "Не удается добавить модуль(и) (%s/%s) к политике %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:604 +msgid "To define plugins please use plugin configuration tab." +msgstr "Для определения плагинов используйте вкладку конфигурации плагинов." + +#: ../../enterprise/godmode/policies/policy_modules.php:884 +msgid "Could not be added module." +msgstr "Модуль не может быть добавлен." + +#: ../../enterprise/godmode/policies/policy_modules.php:1267 +msgid "" +"The module type in Data configuration is empty, take from combo box of form." +msgstr "" +"Тип модуля в данных конфигурации пуст, возьмите из выпадающего списка на " +"форме." + +#: ../../enterprise/godmode/policies/policy_modules.php:1271 +msgid "" +"The module name in Data configuration is empty, take from text field of form." +msgstr "" +"Имя модуля в конфигурации данных пусто, возьмите из текстового поля формы." + +#: ../../enterprise/godmode/policies/policy_modules.php:1301 +#: ../../enterprise/godmode/policies/policy_modules.php:1314 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:138 +msgid "" +"Successfully added to delete pending modules. Will be deleted in the next " +"policy application." +msgstr "" +"Успешно добавлено к удаленным модулям в режиме ожидания. Будут удалены в " +"следующем приложении политики." + +#: ../../enterprise/godmode/policies/policy_modules.php:1305 +msgid "Could not be added to deleted all modules." +msgstr "Не удалось добавить к удаленным все модули." + +#: ../../enterprise/godmode/policies/policy_modules.php:1368 +#: ../../godmode/agentes/configurar_agente.php:2239 +#, php-format +msgid "copy of %s" +msgstr "копия %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:1386 +#: ../../godmode/agentes/configurar_agente.php:2253 +#, php-format +msgid "copy of %s (%d)" +msgstr "копия %s (%d)" + +#: ../../enterprise/godmode/policies/policy_modules.php:1410 +msgid "Successfully duplicate the module." +msgstr "Успешное дублирование модуля." + +#: ../../enterprise/godmode/policies/policy_modules.php:1411 +#: ../../operation/agentes/pandora_networkmap.php:525 +msgid "Could not be duplicated" +msgstr "Не может быть дублировано" + +#: ../../enterprise/godmode/policies/policy_modules.php:1499 +msgid "Local component" +msgstr "Местные компоненты" + +#: ../../enterprise/godmode/policies/policy_modules.php:1516 +#: ../../enterprise/godmode/policies/policy_modules.php:1517 +msgid "Disabled module" +msgstr "Отключенный модуль" + +#: ../../enterprise/godmode/policies/policy_modules.php:1523 +#: ../../enterprise/godmode/policies/policy_modules.php:1524 +msgid "Enabled module" +msgstr "Включенный модуль" + +#: ../../enterprise/godmode/policies/policy_modules.php:1533 +#: ../../enterprise/godmode/policies/policy_modules.php:1534 +#: ../../godmode/agentes/module_manager.php:1073 +#: ../../godmode/agentes/module_manager.php:1074 +msgid "Enable module" +msgstr "Включить модуль" + +#: ../../enterprise/godmode/policies/policy_modules.php:1542 +#: ../../enterprise/godmode/policies/policy_modules.php:1543 +#: ../../godmode/agentes/module_manager.php:1082 +#: ../../godmode/agentes/module_manager.php:1083 +msgid "Disable module" +msgstr "Отключить модуль" + +#: ../../enterprise/godmode/policies/policy_modules.php:1627 +msgid "There are no defined modules" +msgstr "Нет определенных модулей" + +#: ../../enterprise/godmode/policies/policy_modules.php:1646 +#: ../../godmode/massive/massive_copy_modules.php:187 +msgid "Copy modules" +msgstr "Копировать модули" + +#: ../../enterprise/godmode/policies/policy_modules.php:1647 +msgid "Copy selected modules to policy: " +msgstr "Копировать выбранные модули к политике: " + +#: ../../enterprise/godmode/policies/policy_modules.php:1709 +#: ../../godmode/agentes/module_manager_editor.php:795 +msgid "No module name provided" +msgstr "Имя модуля не предоставлено" + +#: ../../enterprise/godmode/policies/policy_modules.php:1710 +#: ../../godmode/agentes/module_manager_editor.php:805 +msgid "No target IP provided" +msgstr "Целевой IP не предоставлен" + +#: ../../enterprise/godmode/policies/policy_modules.php:1711 +#: ../../godmode/agentes/module_manager_editor.php:815 +msgid "No SNMP OID provided" +msgstr "SNMP OID не предоставлен" + +#: ../../enterprise/godmode/policies/policy_modules.php:1852 +msgid "Are you sure to copy modules into policy?\\n" +msgstr "Вы уверены, что хотите копировать модули в политике?\\n" + +#: ../../enterprise/godmode/policies/policy_modules.php:1872 +msgid "Please select any module to copy" +msgstr "Пожалуйста, выберите любой модуль для копирования" + +#: ../../enterprise/godmode/policies/policy_queue.php:108 +msgid "Operations successfully deleted from the queue" +msgstr "Операции успешно удалены из очереди" + +#: ../../enterprise/godmode/policies/policy_queue.php:109 +msgid "Operations cannot be deleted from the queue" +msgstr "Операции не могут быть удалены из очереди" + +#: ../../enterprise/godmode/policies/policy_queue.php:189 +#, php-format +msgid "Some nodes (%s) are unreachebles. Some information may be missing." +msgstr "" +"Некоторые узлы (%s) недоступны. Некоторая информация может отсутствовать." + +#: ../../enterprise/godmode/policies/policy_queue.php:224 +msgid "Update pending" +msgstr "Обновить режим ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:230 +msgid "Update pending agents" +msgstr "Обновить агенты в режиме ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:253 +#: ../../enterprise/godmode/policies/policy_agents.php:912 +#: ../../enterprise/godmode/policies/policy_agents.php:1270 +msgid "Add to apply queue" +msgstr "Добавить к примененной очереди" + +#: ../../enterprise/godmode/policies/policy_queue.php:259 +msgid "Add to apply queue only for database" +msgstr "Добавить применение очереди только для базы данных" + +#: ../../enterprise/godmode/policies/policy_queue.php:266 +msgid "Update pending groups" +msgstr "Обновление ожидающих групп" + +#: ../../enterprise/godmode/policies/policy_queue.php:273 +msgid "Link pending modules" +msgstr "Ссылка модулей ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:278 +msgid "Will be linked in the next policy application" +msgstr "Будет связано в следующем приложении политики" + +#: ../../enterprise/godmode/policies/policy_queue.php:281 +msgid "Unlink pending modules" +msgstr "Несвязанные модули ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:286 +msgid "Will be unlinked in the next policy application" +msgstr "Будет несвязано в следующем приложении политики" + +#: ../../enterprise/godmode/policies/policy_queue.php:291 +msgid "Delete pending" +msgstr "Удалить ожидание" + +#: ../../enterprise/godmode/policies/policy_queue.php:293 +msgid "Delete pending agents" +msgstr "Удалить агенты режима ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:298 +#: ../../enterprise/godmode/policies/policy_queue.php:306 +#: ../../enterprise/godmode/policies/policy_queue.php:314 +#: ../../enterprise/godmode/policies/policy_queue.php:322 +#: ../../enterprise/godmode/policies/policy_queue.php:330 +#: ../../enterprise/godmode/policies/policy_queue.php:338 +#: ../../enterprise/godmode/policies/policy_queue.php:346 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +msgid "Will be deleted in the next policy application" +msgstr "Будет удалено в следующем приложении политики" + +#: ../../enterprise/godmode/policies/policy_queue.php:301 +msgid "Delete pending groups" +msgstr "Удаленить ожидающие группы" + +#: ../../enterprise/godmode/policies/policy_queue.php:309 +msgid "Delete pending modules" +msgstr "Удалить модули ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:317 +msgid "Delete pending inventory modules" +msgstr "Удалять модулей инвентаризации режима ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:325 +msgid "Delete pending alerts" +msgstr "Удалить оповещения режима ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:333 +msgid "Delete pending external alerts" +msgstr "Удалить внешние оповещения режима ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:341 +msgid "Delete pending file collections" +msgstr "Удалить коллекции файлов режима ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:349 +msgid "Delete pending plugins" +msgstr "Удалить плагины режима ожидания" + +#: ../../enterprise/godmode/policies/policy_queue.php:360 +msgid "Advices" +msgstr "Советы" + +#: ../../enterprise/godmode/policies/policy_queue.php:363 +msgid "Queue summary" +msgstr "Очередь резюме" + +#: ../../enterprise/godmode/policies/policy_queue.php:468 +msgid "Queue filter" +msgstr "Фильтр очереди" + +#: ../../enterprise/godmode/policies/policy_queue.php:500 +#: ../../enterprise/godmode/policies/policy_linking.php:128 +#: ../../include/lib/Dashboard/Widget.php:576 +msgid "Node" +msgstr "Узел" + +#: ../../enterprise/godmode/policies/policy_queue.php:576 +msgid "Empty queue" +msgstr "Пустая очередь" + +#: ../../enterprise/godmode/policies/policy_queue.php:590 +msgid "This operation could take a long time" +msgstr "Эта операция может занять много времени" + +#: ../../enterprise/godmode/policies/policy_queue.php:601 +msgid "Apply all queues" +msgstr "Применить все очереди" + +#: ../../enterprise/godmode/policies/policy_queue.php:609 +msgid "Clear all items" +msgstr "Очистить все элементы" + +#: ../../enterprise/godmode/policies/policies.php:206 +msgid "Policy name already exists" +msgstr "Имя политики уже существует" + +#: ../../enterprise/godmode/policies/policies.php:274 +msgid "Policies Management" +msgstr "Политика Управления" + +#: ../../enterprise/godmode/policies/policies.php:285 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:398 +#: ../../godmode/alerts/alert_actions.php:132 +#: ../../godmode/alerts/alert_commands.php:607 +#: ../../godmode/reporting/map_builder.php:290 +#: ../../godmode/reporting/map_builder.php:297 +#: ../../include/functions_agents.php:967 +msgid "Successfully copied" +msgstr "Успешно скопировано" + +#: ../../enterprise/godmode/policies/policies.php:286 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:399 +#: ../../godmode/alerts/alert_actions.php:133 +#: ../../godmode/alerts/alert_commands.php:608 +msgid "Could not be copied" +msgstr "Не может быть скопировано" + +#: ../../enterprise/godmode/policies/policies.php:293 +msgid "All policy agents added to delete queue" +msgstr "Все агенты политики добавлены к удаленной очереди" + +#: ../../enterprise/godmode/policies/policies.php:294 +msgid "Policy agents cannot be added to the delete queue" +msgstr "Агенты политики не могут быть добавлены к удаленной очереди" + +#: ../../enterprise/godmode/policies/policies.php:367 +msgid "a" +msgstr "a" + +#: ../../enterprise/godmode/policies/policies.php:540 +#: ../../enterprise/godmode/policies/policy_linking.php:132 +#: ../../enterprise/include/functions_policies.php:3810 +msgid "Linking" +msgstr "Создаётся ссылка на файл" + +#: ../../enterprise/godmode/policies/policies.php:553 +msgid "Agent Wizard" +msgstr "Помощник Агента" + +#: ../../enterprise/godmode/policies/policies.php:562 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:41 +#: ../../enterprise/include/functions_policies.php:3798 +msgid "External alerts" +msgstr "Внешние оповещения" + +#: ../../enterprise/godmode/policies/policies.php:566 +#: ../../enterprise/godmode/policies/policy.php:60 +#: ../../enterprise/include/functions_policies.php:3840 +msgid "Queue" +msgstr "Очередь" + +#: ../../enterprise/godmode/policies/policies.php:634 +msgid "There must be no agents to delete the policy." +msgstr "При удалении политики не должно быть агентов." + +#: ../../enterprise/godmode/policies/policies.php:640 +msgid "A policy with agents cannot be deleted. Purge it first" +msgstr "Политика с агентами не может быть удалена. Очистить ее первой" + +#: ../../enterprise/godmode/policies/policies.php:650 +msgid "Deleting all policy agents" +msgstr "Удаление всех агентов политики" + +#: ../../enterprise/godmode/policies/policies.php:655 +msgid "All the policy agents will be deleted" +msgstr "Все агенты политики будут удалены" + +#: ../../enterprise/godmode/policies/policies.php:664 +msgid "Delete all agents" +msgstr "Удалить все агенты политики" + +#: ../../enterprise/godmode/policies/policy_linking.php:28 +msgid "Linking modules" +msgstr "Соединение модулей" + +#: ../../enterprise/godmode/policies/policy_linking.php:87 +msgid "Error: Update linking modules to policy" +msgstr "Ошибка: Обновление модулей соединения с политикой" + +#: ../../enterprise/godmode/policies/policy_linking.php:89 +msgid "Success: Update linking modules to policy" +msgstr "Успех: Обновление модулей соединения с политикой" + +#: ../../enterprise/godmode/policies/policy_linking.php:102 +msgid "Free text for filter (*)" +msgstr "Свободный текст для фильтра (*)" + +#: ../../enterprise/godmode/policies/policy_linking.php:103 +msgid "Free text for filter" +msgstr "Свободный текст для фильтра" + +#: ../../enterprise/godmode/policies/policy_linking.php:113 +msgid "Cannot retrieve unlinked modules" +msgstr "Невозможно возвратить несвязанные модули" + +#: ../../enterprise/godmode/policies/policy_linking.php:115 +msgid "There are no defined modules unlinked" +msgstr "Нет определенных модулей, не связанных между собой" + +#: ../../enterprise/godmode/policies/policy_linking.php:117 +msgid "List of modules unlinked" +msgstr "Список несвязанных модулей" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:71 +#: ../../godmode/alerts/alert_list.php:173 +msgid "No module specified" +msgstr "Модуль не указан" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:94 +msgid "Created successfuly" +msgstr "Создано успешно" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:98 +msgid "Duplicated alert" +msgstr "Дублированные оповещения" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:205 +msgid "Modules in policy per agents" +msgstr "Модули в политике на количество агентов" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 +msgid "There is not external alerts configured in this policy" +msgstr "В этой политике не настроены внешние оповещения" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:346 +msgid "Modules in policy agents" +msgstr "Модули в политике агентов" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:371 +msgid "The complete and exact name of the module must be specified" +msgstr "Необходимо указать полное и точное имя модуля" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:374 +msgid "Alert Template" +msgstr "Шаблон Оповещения" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:97 +msgid "Module is not selected" +msgstr "Модуль не выбран" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:254 +msgid "There are no defined inventory modules" +msgstr "Нет определенных модулей инвентаризации" + +#: ../../enterprise/godmode/policies/policy_collections.php:80 +msgid "" +"Successfully added to delete the collection. Will be deleted in the next " +"policy application." +msgstr "" +"Успешно добавлено к удаленной коллекции. Будут удалены из следующего " +"приложения политики." + +#: ../../enterprise/godmode/policies/policy_collections.php:208 +#: ../../enterprise/godmode/policies/policy_collections.php:281 +#: ../../enterprise/operation/agentes/policy_view.php:204 +#: ../../enterprise/operation/agentes/policy_view.php:205 +#: ../../enterprise/operation/agentes/collection_view.php:111 +#: ../../enterprise/operation/agentes/collection_view.php:112 +msgid "Outdate" +msgstr "Устарело" + +#: ../../enterprise/godmode/policies/policy_collections.php:225 +msgid "Collections in policy" +msgstr "Коллекции в политике" + +#: ../../enterprise/godmode/policies/policy_collections.php:229 +msgid "Collections to add" +msgstr "Коллекции для добавления" + +#: ../../enterprise/godmode/policies/policy_collections.php:300 +msgid "No available collection to add" +msgstr "Нет доступной коллекции для добавления" + +#: ../../enterprise/godmode/policies/policy_agents.php:118 +msgid "" +"Successfully added to delete pending agents. Will be deleted in the next " +"policy application." +msgstr "" +"Успешно добавлены к удаленным агентам в режиме ожидания. Будут удалены из " +"следующего приложения политики." + +#: ../../enterprise/godmode/policies/policy_agents.php:140 +msgid "" +"Successfully added to delete pending groups. Will be deleted in the next " +"policy application." +msgstr "" +"Успешно добавлено для удаления ожидающих групп. Будут удалены в следующем " +"применении политики." + +#: ../../enterprise/godmode/policies/policy_agents.php:193 +#: ../../enterprise/godmode/policies/policy_agents.php:367 +msgid "Successfully added to delete queue" +msgstr "Успешно добавлено к удаленной очереди" + +#: ../../enterprise/godmode/policies/policy_agents.php:194 +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Could not be added to delete queue" +msgstr "Не может быть добавлено к удаленной очереди" + +#: ../../enterprise/godmode/policies/policy_agents.php:247 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:91 +#: ../../enterprise/godmode/alerts/alert_events_list.php:213 +#: ../../godmode/massive/massive_add_alerts.php:156 +#: ../../godmode/massive/massive_add_action_alerts.php:154 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Successfully added" +msgstr "Успешно добавленно" + +#: ../../enterprise/godmode/policies/policy_agents.php:252 +#, php-format +msgid "" +"Exceeded max. number (%d) of agents added to policy concurrently (%d added)" +msgstr "" +"Превышено максимальное количество (%d) агентов, одновременно добавленных в " +"политику (%d добавлено)" + +#: ../../enterprise/godmode/policies/policy_agents.php:265 +msgid "Successfully deleted from delete pending agents" +msgstr "Успешно удалены из удаленных агентов в режиме ожидания" + +#: ../../enterprise/godmode/policies/policy_agents.php:266 +msgid "Could not be deleted from delete pending agents" +msgstr "Не может быть удалено из удаленных агентов в режиме ожидания" + +#: ../../enterprise/godmode/policies/policy_agents.php:333 +msgid "" +"Number of agents added to the policy concurrently is too large. This might " +"cause the operation to fail or lead to performance issues." +msgstr "" +"Количество агентов, одновременно добавляемых в политику, слишком велико. Это " +"может привести к сбою операции или проблемам с производительностью." + +#: ../../enterprise/godmode/policies/policy_agents.php:457 +msgid "Apply to" +msgstr "Применить к" + +#: ../../enterprise/godmode/policies/policy_agents.php:504 +#: ../../enterprise/godmode/policies/policy_agents.php:535 +#: ../../enterprise/godmode/policies/policy_agents.php:578 +#: ../../enterprise/godmode/policies/policy_agents.php:761 +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:98 +#: ../../godmode/massive/massive_copy_modules.php:111 +#: ../../godmode/massive/massive_copy_modules.php:264 +#: ../../godmode/massive/massive_standby_alerts.php:176 +#: ../../godmode/massive/massive_delete_action_alerts.php:209 +#: ../../godmode/massive/massive_delete_modules.php:381 +#: ../../godmode/massive/massive_add_alerts.php:216 +#: ../../godmode/massive/massive_delete_agents.php:141 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_edit_agents.php:432 +#: ../../godmode/massive/massive_delete_alerts.php:290 +#: ../../godmode/massive/massive_add_action_alerts.php:203 +#: ../../godmode/massive/massive_edit_modules.php:358 +#: ../../include/functions_html.php:1084 ../../include/functions_html.php:1234 +#: ../../include/lib/Dashboard/Widgets/events_list.php:436 +msgid "Group recursion" +msgstr "Группа рекурсии" + +#: ../../enterprise/godmode/policies/policy_agents.php:549 +#: ../../enterprise/godmode/policies/policy_agents.php:557 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:234 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:391 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:254 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:692 +#: ../../enterprise/include/class/Omnishell.class.php:825 +#: ../../enterprise/include/class/Omnishell.class.php:904 msgid "Filter agent" msgstr "Агент фильтра" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 -msgid "Filter module" +#: ../../enterprise/godmode/policies/policy_agents.php:569 +#: ../../enterprise/godmode/policies/policy_agents.php:679 +msgid "Agents in Policy" +msgstr "Агенты в Полтике" + +#: ../../enterprise/godmode/policies/policy_agents.php:595 +#: ../../enterprise/godmode/policies/policy_agents.php:1054 +msgid "Groups in Policy" +msgstr "Группы в политике" + +#: ../../enterprise/godmode/policies/policy_agents.php:689 +msgid "Add agents to policy" +msgstr "Добавить агенты к политике" + +#: ../../enterprise/godmode/policies/policy_agents.php:704 +msgid "Delete agents from policy" +msgstr "Удалить агенты из политики" + +#: ../../enterprise/godmode/policies/policy_agents.php:771 +msgid "Applied" +msgstr "Применено" + +#: ../../enterprise/godmode/policies/policy_agents.php:772 +msgid "Not applied" +msgstr "Не применено" + +#: ../../enterprise/godmode/policies/policy_agents.php:783 +#: ../../godmode/agentes/configurar_agente.php:602 +#: ../../godmode/agentes/configurar_agente.php:745 +#: ../../godmode/agentes/agent_manager.php:580 +#: ../../godmode/massive/massive_edit_agents.php:683 +#: ../../godmode/servers/servers.build_table.php:232 +msgid "Remote configuration" +msgstr "Удаленная конфигурация" + +#: ../../enterprise/godmode/policies/policy_agents.php:783 +#: ../../enterprise/operation/agentes/policy_view.php:381 +msgid "R." +msgstr "R." + +#: ../../enterprise/godmode/policies/policy_agents.php:785 +#: ../../enterprise/godmode/policies/policy_agents.php:1165 +#: ../../enterprise/godmode/admin_access_logs.php:24 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/operation/agentes/policy_view.php:153 +#: ../../enterprise/operation/agentes/policy_view.php:244 +#: ../../enterprise/operation/agentes/policy_view.php:249 +#: ../../godmode/agentes/module_manager.php:774 +#: ../../mobile/operation/agents.php:387 +#: ../../include/ajax/alert_list.ajax.php:272 +#: ../../include/ajax/alert_list.ajax.php:297 +#: ../../include/functions_events.php:2542 +#: ../../operation/agentes/alerts_status.php:528 +#: ../../operation/agentes/alerts_status.php:564 +#: ../../operation/agentes/alerts_status.php:599 +#: ../../operation/agentes/alerts_status.php:632 +msgid "S." +msgstr "S." + +#: ../../enterprise/godmode/policies/policy_agents.php:786 +msgid "Unlinked modules" +msgstr "Несвязаные модули" + +#: ../../enterprise/godmode/policies/policy_agents.php:786 +msgid "U." +msgstr "U." + +#: ../../enterprise/godmode/policies/policy_agents.php:787 +#: ../../enterprise/godmode/policies/policy_agents.php:1166 +#: ../../enterprise/godmode/admin_access_logs.php:28 +#: ../../godmode/reporting/visual_console_builder.elements.php:118 +#: ../../mobile/operation/agents.php:388 +msgid "A." +msgstr "А." + +#: ../../enterprise/godmode/policies/policy_agents.php:789 +#: ../../enterprise/godmode/policies/policy_agents.php:1168 +#: ../../enterprise/operation/agentes/policy_view.php:52 +msgid "Last application" +msgstr "Последнее приложение" + +#: ../../enterprise/godmode/policies/policy_agents.php:790 +#: ../../enterprise/godmode/policies/policy_agents.php:1170 +msgid "Add to delete queue" +msgstr "Добавить к удаленной очереди" + +#: ../../enterprise/godmode/policies/policy_agents.php:790 +#: ../../enterprise/godmode/policies/policy_agents.php:1170 +msgid "D." +msgstr "D." + +#: ../../enterprise/godmode/policies/policy_agents.php:856 +#: ../../godmode/agentes/agent_manager.php:257 +msgid "This agent can be remotely configured" +msgstr "Этот агент может быть сконфигурирован дистанционно" + +#: ../../enterprise/godmode/policies/policy_agents.php:862 +msgid "This agent can not be remotely configured" +msgstr "Этот агент не может быть сконфигурирован дистанционно" + +#: ../../enterprise/godmode/policies/policy_agents.php:901 +#: ../../enterprise/godmode/policies/policy_agents.php:1259 +msgid "Process deletion" +msgstr "Удаление процесса" + +#: ../../enterprise/godmode/policies/policy_agents.php:963 +#: ../../enterprise/godmode/policies/policy_agents.php:1213 +#: ../../enterprise/operation/agentes/policy_view.php:66 +msgid "Policy applied" +msgstr "Политика применена" + +#: ../../enterprise/godmode/policies/policy_agents.php:969 +#: ../../enterprise/godmode/policies/policy_agents.php:1219 +msgid "Need apply" +msgstr "Нужно применить" + +#: ../../enterprise/godmode/policies/policy_agents.php:979 +#: ../../enterprise/godmode/policies/policy_agents.php:1228 +msgid "Applying policy" +msgstr "Принципы применения" + +#: ../../enterprise/godmode/policies/policy_agents.php:989 +#: ../../enterprise/godmode/policies/policy_agents.php:1236 +msgid "Deleting from policy" +msgstr "Удаление из политики" + +#: ../../enterprise/godmode/policies/policy_agents.php:1004 +#: ../../godmode/massive/massive_delete_modules.php:87 +#: ../../godmode/massive/massive_add_alerts.php:100 +#: ../../godmode/massive/massive_delete_agents.php:50 +#: ../../godmode/massive/massive_edit_agents.php:151 +#: ../../godmode/massive/massive_delete_alerts.php:113 +#: ../../godmode/massive/massive_add_action_alerts.php:75 +#: ../../include/functions_visual_map.php:2566 +#: ../../include/functions_visual_map.php:2953 +msgid "No agents selected" +msgstr "Не выбраны агенты" + +#: ../../enterprise/godmode/policies/policy_agents.php:1112 +msgid "Add groups to policy" +msgstr "Добавить группы к политике" + +#: ../../enterprise/godmode/policies/policy_agents.php:1120 +msgid "Delete groups from policy" +msgstr "Удалить группы из политики" + +#: ../../enterprise/godmode/policies/policy_agents.php:1167 +msgid "Total agents in policy group" +msgstr "Общее количество агентов в группе политики" + +#: ../../enterprise/godmode/policies/policy_agents.php:1167 +msgid "T." +msgstr "T." + +#: ../../enterprise/godmode/policies/policy.php:102 +#: ../../enterprise/include/functions_policies.php:3759 +#: ../../godmode/agentes/configurar_agente.php:525 +msgid "Agent wizard" +msgstr "Агент мастера" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:24 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:23 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:82 +#: ../../enterprise/operation/menu.php:170 ../../include/functions_menu.php:545 +msgid "SNMP trap editor" +msgstr "SNMP редактор прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:338 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:292 +#: ../../godmode/setup/snmp_wizard.php:42 +#: ../../include/functions_snmp_browser.php:556 +msgid "OID" +msgstr "OID" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:64 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:339 +msgid "Custom OID" +msgstr "Пользователь OID" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2038 +#: ../../enterprise/include/functions_reporting_csv.php:2245 +#: ../../enterprise/include/functions_reporting_csv.php:2259 +#: ../../godmode/setup/news.php:205 ../../godmode/setup/setup_visuals.php:1330 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1887 +#: ../../include/functions_reports.php:816 +#: ../../include/functions_reporting.php:5965 +#: ../../include/lib/Dashboard/Widgets/post.php:214 +msgid "Text" +msgstr "Текст" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:199 +msgid "Successfully added trap custom values" +msgstr "успешное добавление пользовательсих значений прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:189 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:201 +msgid "Error adding trap custom values" +msgstr "Ошибка при добавлении пользовательских значений прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:204 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:279 +msgid "This custom OID is preexistent." +msgstr "Этот пользовательский OID уже существует." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:245 +msgid "No change in data" +msgstr "Нет изменений в данных" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:247 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:274 +msgid "Successfully updated trap custom values" +msgstr "Успешное обновление пользовательских значений прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:249 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:276 +msgid "Error updating trap custom values" +msgstr "Ошибка обновления пользовательских значений прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:289 +msgid "Successfully deleted trap custom values" +msgstr "Успешное добавление пользовательских значений прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:292 +msgid "Error deleting trap custom values" +msgstr "Ошибка удаления обновление пользовательских значений прерывания" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:298 +#, php-format +msgid "Uploaded %s/%s traps" +msgstr "Загружено %s/%s прерываний" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:302 +msgid "Fail uploaded file" +msgstr "Сбой загруженного файла" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:307 +msgid "" +"MIB files will be loaded and searched for SNMP trap definitions. They will " +"not be installed on the system! You can use the MIB uploader for that " +"purpose." msgstr "" +"Файлы MIB будут загружены и будут искаться определения ловушек SNMP. Они не " +"будут установлены в системе! Для этой цели вы можете использовать программу " +"загрузки MIB." -#: ../../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/snmpconsole/snmp_trap_editor.php:316 +msgid "Load MIB" +msgstr "Загрузить MIB" -#: ../../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/snmpconsole/snmp_trap_editor.php:318 +msgid "Upload MIB" +msgstr "Загрузить MIB" -#: ../../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/menu.php:16 +msgid "Manage Satellite Server" +msgstr "Управление Satellite Server" -#: ../../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/menu.php:25 +#: ../../enterprise/godmode/massive/massive_operations.php:98 +msgid "Policies operations" +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/menu.php:36 +#: ../../enterprise/godmode/massive/massive_operations.php:74 +msgid "SNMP operations" +msgstr "SNMP операций" -#: ../../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/menu.php:48 +#: ../../enterprise/godmode/massive/massive_operations.php:28 +msgid "Satellite operations" +msgstr "Satellite операции" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 -msgid "Updated modules on database" -msgstr "" +#: ../../enterprise/godmode/menu.php:60 +#: ../../enterprise/godmode/massive/massive_operations.php:52 +msgid "Services operations" +msgstr "Операции сервисов" -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 -msgid "Agent configuration files updated" -msgstr "" +#: ../../enterprise/godmode/menu.php:72 ../../enterprise/godmode/menu.php:273 +msgid "Duplicate config" +msgstr "Дубликат конфигурации" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 +#: ../../enterprise/godmode/menu.php:99 +#: ../../enterprise/include/functions_policies.php:3738 +msgid "Manage policies" +msgstr "Управление политикой" + +#: ../../enterprise/godmode/menu.php:108 +msgid "Manage agent autoconfiguration" +msgstr "Управление автоконфигурацией агента" + +#: ../../enterprise/godmode/menu.php:117 +#: ../../enterprise/include/class/AgentRepository.class.php:596 +msgid "Software agents repository" +msgstr "Репозиторий программных агентов" + +#: ../../enterprise/godmode/menu.php:139 +#: ../../enterprise/include/functions_setup.php:67 +#: ../../enterprise/include/functions_setup.php:119 +#: ../../operation/agentes/datos_agente.php:180 +msgid "History database" +msgstr "История базы данных" + +#: ../../enterprise/godmode/menu.php:150 +#: ../../enterprise/include/class/CSVImportAgents.class.php:114 +#: ../../godmode/wizards/HostDevices.class.php:159 +msgid "Import CSV" +msgstr "Импортировать CSV" + +#: ../../enterprise/godmode/menu.php:154 +#: ../../enterprise/include/class/DeploymentCenter.class.php:613 +#: ../../godmode/wizards/HostDevices.class.php:165 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:774 +msgid "Agent deployment" +msgstr "Развертывание агента" + +#: ../../enterprise/godmode/menu.php:164 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:400 +msgid "Microsoft SQL Server" +msgstr "Microsoft SQL Server" + +#: ../../enterprise/godmode/menu.php:165 +msgid "Mysql" +msgstr "Mysql" + +#: ../../enterprise/godmode/menu.php:166 +#: ../../enterprise/godmode/setup/setup.php:179 +#: ../../enterprise/include/class/Oracle.app.php:405 +msgid "Oracle" +msgstr "Oracle" + +#: ../../enterprise/godmode/menu.php:167 +#: ../../enterprise/include/class/VMware.app.php:489 +msgid "VMware" +msgstr "VMware" + +#: ../../enterprise/godmode/menu.php:168 +#: ../../enterprise/include/class/SAPView.class.php:605 +#: ../../enterprise/include/class/SAPView.class.php:608 +#: ../../include/class/CredentialStore.class.php:928 +msgid "SAP" +msgstr "SAP" + +#: ../../enterprise/godmode/menu.php:169 +#: ../../enterprise/include/class/DB2.app.php:404 +msgid "DB2" +msgstr "DB2" + +#: ../../enterprise/godmode/menu.php:170 +#: ../../enterprise/godmode/wizards/Applications.class.php:162 +#: ../../enterprise/godmode/wizards/Applications.class.php:170 +msgid "Applications" +msgstr "Приложения" + +#: ../../enterprise/godmode/menu.php:181 +msgid "Amazon Web Services" +msgstr "Веб-Сервисы Amazon" + +#: ../../enterprise/godmode/menu.php:182 +msgid "Microsoft Azure" +msgstr "Microsoft Azure" + +#: ../../enterprise/godmode/menu.php:183 +msgid "Google Compute Platform" +msgstr "Google Compute Platform" + +#: ../../enterprise/godmode/menu.php:184 +#: ../../enterprise/godmode/wizards/Cloud.class.php:186 +#: ../../enterprise/godmode/wizards/Cloud.class.php:195 +#: ../../enterprise/include/class/Azure.cloud.php:150 +#: ../../enterprise/include/class/Azure.cloud.php:194 +#: ../../enterprise/include/class/Aws.cloud.php:109 +#: ../../enterprise/include/class/Aws.cloud.php:156 +#: ../../enterprise/include/class/Google.cloud.php:144 +#: ../../enterprise/include/class/Google.cloud.php:188 +msgid "Cloud" +msgstr "Cloud" + +#: ../../enterprise/godmode/menu.php:199 +msgid "New console task" +msgstr "Новая задача консоли" + +#: ../../enterprise/godmode/menu.php:209 +msgid "Enterprise ACL Setup" +msgstr "Загрузка Enterprise ACL" + +#: ../../enterprise/godmode/menu.php:218 +msgid "Skins" +msgstr "Скины" + +#: ../../enterprise/godmode/menu.php:228 +msgid "Manage database HA" +msgstr "Управление базой данных HA" + +#: ../../enterprise/godmode/menu.php:238 +#: ../../enterprise/godmode/servers/manage_export.php:43 +#: ../../enterprise/godmode/servers/manage_export_form.php:59 +msgid "Export targets" +msgstr "Экспорт заданий" + +#: ../../enterprise/godmode/menu.php:248 +msgid "Alert correlation" +msgstr "Корреляция предупреждений" + +#: ../../enterprise/godmode/menu.php:264 +msgid "Log Collector" +msgstr "Журнал коллектора" + +#: ../../enterprise/godmode/menu.php:282 +msgid "Password policy" +msgstr "Политика паролей" + +#: ../../enterprise/godmode/menu.php:290 +#: ../../enterprise/include/functions_setup.php:44 +#: ../../enterprise/include/functions_setup.php:108 +#: ../../godmode/extensions.php:140 ../../godmode/setup/setup.php:314 +msgid "Enterprise" +msgstr "Корпорация" + +#: ../../enterprise/godmode/menu.php:303 +#: ../../general/first_task/omnishell.php:31 +#: ../../general/first_task/omnishell.php:34 +msgid "Omnishell" +msgstr "Omnishell" + +#: ../../enterprise/godmode/menu.php:317 +#: ../../enterprise/tools/ipam/ipam.php:283 +msgid "IPAM" +msgstr "IPAM" + +#: ../../enterprise/godmode/menu.php:326 ../../godmode/setup/setup.php:187 +#: ../../godmode/setup/setup.php:286 +#: ../../godmode/module_library/module_library_view.php:65 +msgid "Module Library" +msgstr "Библиотека модулей" + +#: ../../enterprise/godmode/menu.php:334 +#: ../../enterprise/godmode/alerts/alert_inventory.php:78 +#: ../../enterprise/godmode/alerts/alert_inventory.php:80 +msgid "Inventory alerts" +msgstr "Оповещения инвенторизации" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:76 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:73 msgid "Successful update the tags" -msgstr "" +msgstr "Успешное обновление тегов" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:77 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:74 msgid "Unsuccessful update the tags" -msgstr "" +msgstr "Неудалось обновление тегов" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:125 msgid "Tags unused" -msgstr "" +msgstr "Теги не использованы" -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:165 msgid "Tags used" -msgstr "" +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 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:71 msgid "Success: create the alerts." msgstr "Успех: создать оповещения." -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:71 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 "Холодный старт (0)" +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:110 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:111 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:124 +#: ../../include/functions_alerts.php:670 +msgid "Regular expression" +msgstr "Регулярное выражение" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +msgid "Modules in policy" +msgstr "Модули в политике" + +#: ../../enterprise/godmode/massive/massive_operations.php:114 +msgid "Bulk alerts policy add" +msgstr "Массовое добавление оповещений в политику" + +#: ../../enterprise/godmode/massive/massive_operations.php:115 +msgid "Bulk alerts policy delete" +msgstr "Массовое удаление оповещений из политики" + +#: ../../enterprise/godmode/massive/massive_operations.php:116 +msgid "Bulk tags module policy edit" +msgstr "Массовое редактирование тегов модулей в политиках" + +#: ../../enterprise/godmode/massive/massive_operations.php:117 +msgid "Bulk modules policy tags edit" +msgstr "Массовое редактирование тегов модулей в политиках" + +#: ../../enterprise/godmode/massive/massive_operations.php:118 +msgid "Bulk modules policy add from agent" +msgstr "Массовое добавление модулей в политику агента" + +#: ../../enterprise/godmode/massive/massive_operations.php:119 +msgid "Bulk modules policy edit" +msgstr "Массовое редактирование модулей в политике" + +#: ../../enterprise/godmode/massive/massive_operations.php:130 +msgid "Bulk alert SNMP delete" +msgstr "Массовое удаление оповещений SNMP" + +#: ../../enterprise/godmode/massive/massive_operations.php:131 +msgid "Bulk alert SNMP edit" +msgstr "Массовое редактирование оповещений SNMP" + +#: ../../enterprise/godmode/massive/massive_operations.php:142 +msgid "Bulk Satellite modules edit" +msgstr "Массовое редактирование модулей Satellite" + +#: ../../enterprise/godmode/massive/massive_operations.php:155 +msgid "Bulk Services creation" +msgstr "Массовое создание сервисов" + +#: ../../enterprise/godmode/massive/massive_operations.php:156 +msgid "Bulk Services deletion" +msgstr "Массовое удаление сервисов" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:59 +msgid "Successfully copied " +msgstr "Успешно скопировано " + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:66 +#: ../../include/ajax/events.php:1968 ../../include/ajax/events.php:1982 +#: ../../include/ajax/events.php:1996 +msgid "Module " +msgstr "Модуль " + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:66 +msgid " cannot be copied to " +msgstr " невозможно скопировать в " + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:66 +msgid " policy" +msgstr " политика" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:152 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:169 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:175 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:184 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:242 +#: ../../enterprise/godmode/services/services.elements.php:290 +#: ../../enterprise/godmode/setup/setup_auth.php:66 +#: ../../enterprise/godmode/setup/setup_auth.php:267 +#: ../../enterprise/godmode/setup/setup_auth.php:317 +#: ../../enterprise/godmode/setup/setup_auth.php:378 +#: ../../enterprise/godmode/setup/setup_auth.php:544 +#: ../../enterprise/godmode/setup/setup_auth.php:1154 +#: ../../enterprise/godmode/setup/setup_auth.php:1324 +#: ../../enterprise/godmode/setup/setup_acl.php:440 +#: ../../enterprise/include/class/DeploymentCenter.class.php:779 +#: ../../enterprise/include/class/AgentRepository.class.php:633 +#: ../../enterprise/include/class/Omnishell.class.php:361 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1656 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3915 +#: ../../enterprise/operation/services/services.list.php:259 +#: ../../enterprise/operation/services/services.list.php:289 +#: ../../enterprise/operation/services/services.table_services.php:211 +#: ../../enterprise/operation/services/services.table_services.php:241 +#: ../../godmode/agentes/planned_downtime.list.php:160 +#: ../../godmode/agentes/planned_downtime.editor.php:788 +#: ../../godmode/agentes/agent_manager.php:325 +#: ../../godmode/agentes/agent_manager.php:567 +#: ../../godmode/massive/massive_copy_modules.php:177 +#: ../../godmode/massive/massive_delete_modules.php:402 +#: ../../godmode/massive/massive_delete_modules.php:516 +#: ../../godmode/massive/massive_edit_agents.php:537 +#: ../../godmode/massive/massive_edit_agents.php:764 +#: ../../godmode/massive/massive_add_action_alerts.php:210 +#: ../../godmode/massive/massive_edit_modules.php:399 +#: ../../godmode/massive/massive_edit_modules.php:485 +#: ../../godmode/reporting/create_container.php:573 +#: ../../godmode/reporting/visual_console_builder.wizard.php:556 +#: ../../godmode/events/event_edit_filter.php:425 +#: ../../include/functions_visual_map_editor.php:498 +#: ../../include/functions_visual_map_editor.php:1459 +#: ../../include/functions_visual_map_editor.php:1553 +#: ../../include/ajax/visual_console_builder.ajax.php:1186 +#: ../../include/functions_profile.php:338 +#: ../../include/functions_html.php:2050 ../../include/functions_html.php:2051 +#: ../../include/functions_html.php:2052 ../../include/functions_html.php:2053 +#: ../../include/functions_html.php:2054 ../../include/functions_html.php:2056 +#: ../../include/functions_html.php:2057 ../../include/functions_html.php:2058 +#: ../../include/functions_html.php:2059 ../../include/functions_html.php:2060 +#: ../../include/lib/Dashboard/Widgets/events_list.php:329 +#: ../../operation/events/events_list.php:791 +#: ../../operation/events/events.php:1189 +#: ../../operation/events/events.php:2432 +msgid "Any" +msgstr "Любой" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:173 +#: ../../godmode/massive/massive_copy_modules.php:212 +msgid "No modules for this agent" +msgstr "Нет модулей для этого агента" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:206 +msgid "To policies" +msgstr "К политикам" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:342 +#: ../../godmode/massive/massive_add_alerts.php:309 +#: ../../godmode/massive/massive_edit_agents.php:941 +#: ../../godmode/massive/massive_delete_alerts.php:367 +msgid "" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." +msgstr "" +"Не удалось отправить данные, пожалуйста, свяжитесь с вашим администратором " +"или повторите с меньшим количеством элементов." + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:349 +#: ../../godmode/massive/massive_copy_modules.php:549 +#: ../../include/functions_agents.php:789 +msgid "No source agent to copy" +msgstr "Нет источника агента для копирования" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:354 +#: ../../godmode/massive/massive_copy_modules.php:562 +#: ../../include/functions_agents.php:820 +msgid "No modules have been selected" +msgstr "Модули не выбраны" + +#: ../../enterprise/godmode/massive/massive_add_modules_policy.php:359 +msgid "No destiny policies to copy" +msgstr "Нет политики назначения для копирования" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:206 +#: ../../godmode/massive/massive_delete_modules.php:367 +#: ../../godmode/massive/massive_edit_modules.php:344 +msgid "Agent group" +msgstr "Агент группы" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 +msgid "Filter module" +msgstr "Фильтр модуля" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:256 +#: ../../godmode/massive/massive_delete_action_alerts.php:229 +#: ../../godmode/massive/massive_delete_modules.php:546 +#: ../../godmode/massive/massive_add_alerts.php:248 +#: ../../godmode/massive/massive_delete_alerts.php:320 +#: ../../godmode/massive/massive_add_action_alerts.php:214 +#: ../../godmode/massive/massive_edit_modules.php:512 +msgid "When select agents" +msgstr "При выборе агентов" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:260 +#: ../../extensions/agents_modules.php:410 +#: ../../extensions/agents_modules.php:413 +#: ../../godmode/agentes/planned_downtime.editor.php:799 +#: ../../godmode/massive/massive_delete_action_alerts.php:233 +#: ../../godmode/massive/massive_delete_modules.php:550 +#: ../../godmode/massive/massive_add_alerts.php:252 +#: ../../godmode/massive/massive_delete_alerts.php:324 +#: ../../godmode/massive/massive_add_action_alerts.php:218 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1607 +#: ../../include/functions_html.php:1452 ../../include/functions_html.php:1457 +msgid "Show common modules" +msgstr "Показать общие модули" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:261 +#: ../../extensions/agents_modules.php:411 +#: ../../godmode/agentes/planned_downtime.editor.php:800 +#: ../../godmode/massive/massive_delete_action_alerts.php:234 +#: ../../godmode/massive/massive_delete_modules.php:551 +#: ../../godmode/massive/massive_add_alerts.php:253 +#: ../../godmode/massive/massive_delete_alerts.php:325 +#: ../../godmode/massive/massive_add_action_alerts.php:219 +#: ../../godmode/massive/massive_edit_modules.php:517 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1608 +#: ../../include/functions_html.php:1453 +msgid "Show all modules" +msgstr "Показать все модули" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:418 +msgid "Updated modules on database" +msgstr "Обновление модулей на базе данных" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:420 +msgid "Agent configuration files updated" +msgstr "Файлы конфигурации агента обновлены" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:686 +msgid "No changes have been made." +msgstr "Никаких изменений не было произведено." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:687 +#: ../../enterprise/tools/ipam/ipam.php:237 +#: ../../godmode/massive/massive_operations.php:380 +#: ../../godmode/massive/massive_edit_plugins.php:916 +msgid "Massive operations" +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 "Теплый старт (1)" +#: ../../godmode/snmpconsole/snmp_alert.php:28 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:1119 +#: ../../operation/snmpconsole/snmp_view.php:1133 +msgid "Cold start (0)" +msgstr "Холодный старт (0)" #: ../../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 "Ссылка внизу (2)" +#: ../../godmode/snmpconsole/snmp_alert.php:29 +#: ../../operation/snmpconsole/snmp_view.php:654 +#: ../../operation/snmpconsole/snmp_view.php:1120 +#: ../../operation/snmpconsole/snmp_view.php:1137 +msgid "Warm start (1)" +msgstr "Теплый старт (1)" #: ../../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 "Ссылка вверху (3)" +#: ../../godmode/snmpconsole/snmp_alert.php:30 +#: ../../operation/snmpconsole/snmp_view.php:655 +#: ../../operation/snmpconsole/snmp_view.php:1121 +#: ../../operation/snmpconsole/snmp_view.php:1141 +msgid "Link down (2)" +msgstr "Ссылка внизу (2)" #: ../../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:31 +#: ../../operation/snmpconsole/snmp_view.php:656 +#: ../../operation/snmpconsole/snmp_view.php:1122 +#: ../../operation/snmpconsole/snmp_view.php:1145 +msgid "Link up (3)" +msgstr "Ссылка вверху (3)" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 #: ../../godmode/snmpconsole/snmp_alert.php:32 +#: ../../operation/snmpconsole/snmp_view.php:657 +#: ../../operation/snmpconsole/snmp_view.php:1123 +#: ../../operation/snmpconsole/snmp_view.php:1149 msgid "Authentication failure (4)" msgstr "Ошибка проверки подлинности (4)" -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 -#: ../../godmode/snmpconsole/snmp_alert.php:484 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:34 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:35 +#: ../../enterprise/godmode/setup/setup_acl.php:350 +#: ../../enterprise/godmode/setup/setup_acl.php:354 +#: ../../enterprise/include/class/Aws.cloud.php:340 +#: ../../extensions/api_checker.php:176 +#: ../../godmode/groups/configure_group.php:236 +#: ../../godmode/users/configure_user.php:1084 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../include/functions_graph.php:3010 +#: ../../include/functions_graph.php:3055 +#: ../../include/functions_graph.php:3096 +#: ../../include/functions_graph.php:3138 +#: ../../include/functions_graph.php:3215 +#: ../../include/functions_graph.php:3424 +#: ../../include/functions_graph.php:3532 +#: ../../include/functions_graph.php:3597 +#: ../../include/functions_graph.php:3771 +#: ../../include/functions_graph.php:3783 +#: ../../include/functions_graph.php:3784 +#: ../../include/functions_graph.php:3787 +#: ../../include/functions_graph.php:3792 +#: ../../include/functions_graph.php:3793 +#: ../../include/functions_graph.php:3796 +#: ../../include/functions_graph.php:4784 +#: ../../operation/users/user_edit.php:362 +#: ../../operation/snmpconsole/snmp_statistics.php:208 +#: ../../operation/snmpconsole/snmp_statistics.php:265 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:1124 +#: ../../operation/snmpconsole/snmp_view.php:1153 +#: ../../operation/gis_maps/render_view.php:154 +msgid "Other" +msgstr "Прочее" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:150 +#: ../../godmode/snmpconsole/snmp_alert.php:761 #, php-format msgid "Successfully deleted alerts (%s / %s)" msgstr "Оповещения успешно удалены (%s / %s)" -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#: ../../godmode/snmpconsole/snmp_alert.php:488 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:158 +#: ../../godmode/snmpconsole/snmp_alert.php:765 #, php-format msgid "Unsuccessfully deleted alerts (%s / %s)" msgstr "Оповещения не удалены (%s / %s)" #: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:224 +msgid "You must select a SNMP alert" +msgstr "Вы должны выбрать предупреждение SNMP" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 msgid "" "Search by these fields description, OID, Custom Value, SNMP Agent (IP), " "Single value, each Custom OIDs/Datas." @@ -15229,556 +16257,2355 @@ msgstr "" "Поиск по описанию этих полей, OID, пользовательских значений, агента SNMP " "(IP), одиночного значения, каждого пользовательского OIDs / Данные." -#: ../../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 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:195 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:298 +#: ../../godmode/snmpconsole/snmp_alert.php:859 +#: ../../godmode/snmpconsole/snmp_alert.php:1179 +#: ../../include/functions_snmp.php:433 +#: ../../operation/snmpconsole/snmp_view.php:650 msgid "Trap type" msgstr "Тип прерывания" -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:210 msgid "SNMP Alerts to be deleted" msgstr "SNMP оповещения будут удалены" -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" -msgstr "" +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:282 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:396 +msgid "No snmp alert found." +msgstr "Не найдены предупреждения snmp." -#: ../../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 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:208 #, php-format msgid "Successfully updated alerts (%s / %s)" msgstr "Оповещения успешно обновлены (%s / %s)" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 #, php-format msgid "Unsuccessfully updated alerts (%s / %s)" msgstr "Неудачное обновление оповещений (%s / %s)" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 msgid "SNMP Alerts to be edit" msgstr "SNMP оповещения будут редактированы" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -#: ../../godmode/snmpconsole/snmp_alert.php:542 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:294 +#: ../../godmode/snmpconsole/snmp_alert.php:814 msgid "Custom Value/OID" msgstr "Пользовательские значения / OID" -#: ../../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 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:296 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:112 +#: ../../godmode/snmpconsole/snmp_alert.php:822 +#: ../../godmode/snmpconsole/snmp_alert.php:1323 +#: ../../operation/snmpconsole/snmp_view.php:856 msgid "SNMP Agent" msgstr "SNMP Агент" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -#: ../../godmode/snmpconsole/snmp_alert.php:568 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:300 +#: ../../godmode/snmpconsole/snmp_alert.php:864 msgid "Single value" msgstr "Одно значение" -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -#: ../../godmode/snmpconsole/snmp_alert.php:827 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:302 +#: ../../enterprise/godmode/alerts/alert_events.php:533 +#: ../../godmode/snmpconsole/snmp_alert.php:1067 +#: ../../godmode/alerts/configure_alert_template.php:729 +msgid "Min. number of alerts" +msgstr "Мин. число оповещений" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:304 +#: ../../enterprise/godmode/alerts/alert_events.php:542 +#: ../../godmode/snmpconsole/snmp_alert.php:1070 +#: ../../godmode/alerts/configure_alert_template.php:766 +msgid "Max. number of alerts" +msgstr "Макс. число оповещений" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:319 +#: ../../godmode/snmpconsole/snmp_alert.php:1089 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 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:325 +#: ../../godmode/snmpconsole/snmp_alert.php:1140 +#: ../../godmode/snmpconsole/snmp_alert.php:1318 +#: ../../godmode/reporting/reporting_builder.list_items.php:371 +#: ../../godmode/reporting/visual_console_builder.elements.php:107 +#: ../../include/functions_visual_map_editor.php:922 +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:246 +#: ../../include/rest-api/models/VisualConsole/Item.php:1971 msgid "Position" msgstr "Координаты" -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "Управление местными компонентами" +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 +msgid "Modules unused" +msgstr "Неиспользованные модули" -#: ../../enterprise/godmode/modules/local_components.php:106 -#: ../../godmode/alerts/configure_alert_template.php:118 -#: ../../godmode/modules/manage_network_components.php:147 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:153 +msgid "Modules used" +msgstr "Использованные модули" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:107 +#: ../../enterprise/godmode/services/services.service.php:117 +msgid "No name specified for the service" +msgstr "Для сервиса не указано имя" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:113 +#: ../../enterprise/godmode/services/services.service.php:128 +msgid "No description specified for the service" +msgstr "Для сервиса не указано описание" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:119 +#: ../../enterprise/godmode/services/services.service.php:139 +msgid "You must specify an agent to store the service" +msgstr "Вы должны указать агента для сохранения сервиса" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:133 +#: ../../enterprise/godmode/massive/massive_edit_services.php:381 #, php-format -msgid "Successfully created from %s" -msgstr "успешно создан из %s" +msgid "Agent selected %d not found" +msgstr "Выбранный агент %d не найден" -#: ../../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/massive/massive_edit_services.php:194 +#, php-format +msgid "Failed to create service for agent %s, %s" +msgstr "Не удалось создать сервис для агента %s, %s" -#: ../../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/massive/massive_edit_services.php:208 +#: ../../enterprise/godmode/massive/massive_edit_services.php:412 +#, php-format +msgid "Module selected %d not found" +msgstr "Выбранный модуль %d не найден" -#: ../../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/massive/massive_edit_services.php:267 +#, php-format +msgid "Failed to create service for module %s, %s" +msgstr "Не удалось создать сервис для модуля %s, %s" -#: ../../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/massive/massive_edit_services.php:281 +#: ../../enterprise/godmode/massive/massive_edit_services.php:443 +#, php-format +msgid "Service selected %d not found" +msgstr "Выбранный сервис %d не найден" -#: ../../enterprise/godmode/modules/local_components.php:428 -#: ../../godmode/modules/manage_network_components.php:491 -msgid "Free Search" -msgstr "" +#: ../../enterprise/godmode/massive/massive_edit_services.php:341 +#, php-format +msgid "Failed to create service for service %s, %s" +msgstr "Не удалось создать сервис для сервиса %s, %s" -#: ../../enterprise/godmode/modules/local_components.php:429 -msgid "Search by name, description or data, list matches." -msgstr "" +#: ../../enterprise/godmode/massive/massive_edit_services.php:474 +#, php-format +msgid "Failed to create service for agent %s" +msgstr "Не удалось создать сервис для агента %s" -#: ../../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/massive/massive_edit_services.php:481 +#, php-format +msgid "Failed to create services: %s" +msgstr "Не удалось создать сервисы: %s" -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 -msgid "Successfully created inventory module" -msgstr "Модуль инвентаризации успешно создан" +#: ../../enterprise/godmode/massive/massive_edit_services.php:497 +#, php-format +msgid "%d services created with %d items" +msgstr "%d сервисов, созданных с %d элементами" -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 -msgid "Error creating inventory module" -msgstr "Ошибка при создании модуля инвентаризации" +#: ../../enterprise/godmode/massive/massive_edit_services.php:503 +msgid "No services created" +msgstr "Сервисы не созданы" -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 -msgid "Interpreter" -msgstr "Переводчик" +#: ../../enterprise/godmode/massive/massive_edit_services.php:531 +msgid "Service(s) definition" +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 +#: ../../enterprise/godmode/massive/massive_edit_services.php:558 +#: ../../enterprise/godmode/services/services.service.php:551 msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" +"This group will be used also to control access to this service and its " +"elements." msgstr "" +"Эта группа будет использоваться также для контроля доступа к данному сервису " +"и его элементам." -#: ../../enterprise/godmode/modules/configure_local_component.php:127 -msgid "Update Local Component" -msgstr "" +#: ../../enterprise/godmode/massive/massive_edit_services.php:573 +#: ../../enterprise/godmode/services/services.service.php:615 +msgid "Agent to store data" +msgstr "Агент для хранения данных" -#: ../../enterprise/godmode/modules/configure_local_component.php:130 -msgid "Create Local Component" -msgstr "" +#: ../../enterprise/godmode/massive/massive_edit_services.php:588 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:802 +#: ../../enterprise/godmode/services/services.service.php:632 +#: ../../enterprise/godmode/servers/HA_cluster.php:150 +#: ../../enterprise/operation/services/services.list.php:288 +#: ../../enterprise/operation/services/services.table_services.php:240 +#: ../../godmode/massive/massive_edit_modules.php:877 +#: ../../godmode/alerts/alert_view.php:425 +msgid "Mode" +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/massive/massive_edit_services.php:596 +#: ../../enterprise/godmode/services/services.service.php:639 +#: ../../enterprise/include/class/VMware.app.php:662 +#: ../../enterprise/include/class/DB2.app.php:545 +#: ../../enterprise/include/class/Aws.S3.php:515 +#: ../../enterprise/include/class/SAP.app.php:522 +#: ../../enterprise/include/class/Aws.cloud.php:1320 +#: ../../enterprise/include/class/MySQL.app.php:567 +#: ../../enterprise/include/class/Oracle.app.php:546 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:540 +#: ../../enterprise/include/functions_ipam.php:1221 +#: ../../enterprise/operation/services/services.list.php:285 +#: ../../enterprise/operation/services/services.table_services.php:237 +#: ../../enterprise/tools/ipam/ipam_list.php:191 +#: ../../godmode/wizards/HostDevices.class.php:807 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:663 +#: ../../include/class/CustomNetScan.class.php:529 +msgid "Manual" +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/massive/massive_edit_services.php:597 +#: ../../enterprise/godmode/services/services.service.php:640 +#: ../../enterprise/operation/services/services.list.php:286 +#: ../../enterprise/operation/services/services.table_services.php:238 +msgid "Smart" +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 "FF порог" +#: ../../enterprise/godmode/massive/massive_edit_services.php:614 +#: ../../enterprise/godmode/services/services.service.php:657 +msgid "In smart mode, thresholds are percentual." +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/massive/massive_edit_services.php:663 +msgid "Create a service per item" +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/massive/massive_edit_services.php:664 +msgid "If enabled multiple services will be created." +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/massive/massive_edit_services.php:682 +msgid "Services header" +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/massive/massive_edit_services.php:683 +msgid "All services names created will start with selected name." +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/massive/massive_edit_services.php:697 +#: ../../enterprise/godmode/services/services.service.php:707 +msgid "Unknown elements as 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/massive/massive_edit_services.php:727 +#: ../../enterprise/godmode/services/services.service.php:737 +msgid "Cascade protection enabled" +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/massive/massive_edit_services.php:737 +msgid "SLA calculation" +msgstr "Расчет SLA" -#: ../../enterprise/godmode/modules/configure_local_component.php:265 -#: ../../godmode/agentes/module_manager_editor_common.php:421 -#: ../../godmode/massive/massive_edit_modules.php:524 +#: ../../enterprise/godmode/massive/massive_edit_services.php:740 +#: ../../enterprise/godmode/services/services.service.php:757 +msgid "Calculate continuous SLA" +msgstr "Рассчитать непрерывный SLA" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:750 +#: ../../enterprise/godmode/services/services.service.php:767 +msgid "S.L.A. interval" +msgstr "Интервал S.L.A." + +#: ../../enterprise/godmode/massive/massive_edit_services.php:764 +#: ../../enterprise/godmode/services/services.service.php:781 +msgid "S.L.A. limit" +msgstr "Лимит S.L.A." + +#: ../../enterprise/godmode/massive/massive_edit_services.php:794 +#: ../../enterprise/godmode/services/services.service.php:828 +msgid "Warning service alert" +msgstr "Сервисное предупреждение об опасности" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:806 +#: ../../enterprise/godmode/services/services.service.php:840 +msgid "Critical service alert" +msgstr "Предупреждение о критических сервисах" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:818 +#: ../../enterprise/godmode/services/services.service.php:852 +msgid "Unknown service alert" +msgstr "Предупреждение о неизвестном сервисе" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:830 +#: ../../enterprise/godmode/services/services.service.php:864 +msgid "S.L.A. critical service alert" +msgstr "Предупреждение о критическом сервисе S.L.A." + +#: ../../enterprise/godmode/massive/massive_edit_services.php:844 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." +"Items selected here will be added to the lists at Service items summary." 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." +#: ../../enterprise/godmode/massive/massive_edit_services.php:847 +msgid "Item(s) definition" +msgstr "Определение элемента(ов)" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:855 +msgid "Item type" +msgstr "Тип элемента" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:872 +msgid "Add selected" +msgstr "Добавить выбранное" + +#: ../../enterprise/godmode/massive/massive_edit_services.php:950 +msgid "" +"Weights configured are common for every item added to the service, if you " +"want to customize them, please edit the service." 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/massive/massive_edit_services.php:954 +msgid "Service items summary" +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/massive/massive_edit_services.php:957 +#: ../../include/functions_visual_map_editor.php:1148 +#: ../../include/rest-api/models/VisualConsole/Item.php:2462 +msgid "Critical weight" +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/massive/massive_edit_services.php:970 +#: ../../include/functions_visual_map_editor.php:1174 +#: ../../include/rest-api/models/VisualConsole/Item.php:2476 +msgid "Warning weight" +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/massive/massive_edit_services.php:983 +msgid "Unknown weight" +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/massive/massive_edit_services.php:996 +msgid "Normal weight" +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/massive/massive_edit_services.php:1011 +msgid "Selected services" +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/massive/massive_edit_services.php:1026 +#: ../../enterprise/include/class/Omnishell.class.php:915 +msgid "Selected agents" +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/massive/massive_edit_services.php:1041 +#: ../../enterprise/include/class/SAP.app.php:842 +msgid "Selected modules" +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/massive/massive_edit_services.php:1066 +msgid "Create services" +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/massive/massive_delete_alerts_policy.php:75 +msgid "Success: remove the alerts." +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/massive/massive_delete_alerts_policy.php:75 +msgid "Failed: remove the alerts for this modules, please check." +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/massive/massive_delete_alerts_policy.php:126 +msgid "Modules agents in policy" +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/massive/massive_edit_policy_modules.php:456 +#: ../../godmode/massive/massive_edit_modules.php:542 +msgid "Dynamic Min." +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/massive/massive_edit_policy_modules.php:654 +#: ../../godmode/massive/massive_edit_modules.php:740 +msgid "SMNP community" +msgstr "SMNP сообщество" -#: ../../enterprise/godmode/modules/configure_local_component.php:389 -msgid "Macros" -msgstr "Макросы" +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:664 +#: ../../godmode/agentes/module_manager_editor_network.php:227 +#: ../../godmode/massive/massive_edit_modules.php:750 +msgid "SNMP OID" +msgstr "SNMP OID" -#: ../../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/massive/massive_edit_policy_modules.php:679 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/agentes/module_manager_editor_network.php:80 +#: ../../godmode/massive/massive_edit_modules.php:765 +#: ../../include/class/AgentWizard.class.php:620 +#: ../../include/functions_snmp_browser.php:702 +msgid "Target IP" +msgstr "Целевой IP" -#: ../../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/massive/massive_edit_policy_modules.php:702 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:272 +#: ../../godmode/modules/manage_network_components_form_network.php:55 +#: ../../godmode/agentes/module_manager_editor_network.php:180 +#: ../../godmode/massive/massive_edit_modules.php:783 +#: ../../godmode/wizards/HostDevices.class.php:1199 +#: ../../include/class/AgentWizard.class.php:745 +msgid "SNMP version" +msgstr "Версия SNMP" -#: ../../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/massive/massive_edit_policy_modules.php:717 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:299 +#: ../../godmode/modules/manage_network_components_form_network.php:96 +#: ../../godmode/agentes/module_manager_editor_network.php:336 +#: ../../godmode/massive/massive_edit_modules.php:796 +#: ../../godmode/wizards/HostDevices.class.php:1259 +#: ../../include/functions_snmp_browser.php:826 +msgid "Auth user" +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/massive/massive_edit_policy_modules.php:726 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:308 +#: ../../godmode/modules/manage_network_components_form_network.php:105 +#: ../../godmode/agentes/module_manager_editor_network.php:349 +#: ../../godmode/massive/massive_edit_modules.php:805 +#: ../../godmode/wizards/HostDevices.class.php:1270 +#: ../../include/functions_snmp_browser.php:836 +msgid "Auth password" +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/massive/massive_edit_policy_modules.php:726 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:730 +#: ../../godmode/agentes/module_manager_editor_network.php:349 +#: ../../godmode/agentes/module_manager_editor_network.php:371 +#: ../../godmode/massive/massive_edit_modules.php:805 +#: ../../godmode/massive/massive_edit_modules.php:809 +#: ../../godmode/wizards/HostDevices.class.php:1272 +#: ../../godmode/wizards/HostDevices.class.php:1303 +msgid "The pass length must be eight character minimum." +msgstr "Длина пароля должна состоять минимум из восьми символов." -#: ../../enterprise/godmode/reporting/graph_template_list.php:70 -msgid "Graph template management" -msgstr "Управление шаблоном графика" +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:728 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:324 +#: ../../godmode/modules/manage_network_components_form_network.php:123 +#: ../../godmode/agentes/module_manager_editor_network.php:369 +#: ../../godmode/massive/massive_edit_modules.php:807 +#: ../../godmode/wizards/HostDevices.class.php:1286 +#: ../../include/class/AgentWizard.class.php:879 +#: ../../include/functions_snmp_browser.php:853 +msgid "Privacy method" +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/massive/massive_edit_policy_modules.php:729 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:327 +#: ../../godmode/modules/manage_network_components_form_network.php:126 +#: ../../godmode/agentes/module_manager_editor_network.php:370 +#: ../../godmode/massive/massive_edit_modules.php:808 +#: ../../godmode/wizards/HostDevices.class.php:1291 +#: ../../include/functions_snmp_browser.php:856 +msgid "DES" +msgstr "система шифрования данных (DES)" -#: ../../enterprise/godmode/reporting/graph_template_list.php:163 -msgid "There are no defined graph templates" -msgstr "Здесь нет определенных шаблонов графика" +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:729 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:328 +#: ../../godmode/modules/manage_network_components_form_network.php:127 +#: ../../godmode/agentes/module_manager_editor_network.php:370 +#: ../../godmode/massive/massive_edit_modules.php:808 +#: ../../godmode/wizards/HostDevices.class.php:1292 +#: ../../include/functions_snmp_browser.php:857 +msgid "AES" +msgstr "симметричный алгоритм блочного шифрования (AES)" -#: ../../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/massive/massive_edit_policy_modules.php:730 +#: ../../godmode/modules/manage_network_components_form_network.php:136 +#: ../../godmode/agentes/module_manager_editor_network.php:371 +#: ../../godmode/massive/massive_edit_modules.php:809 +#: ../../godmode/wizards/HostDevices.class.php:1301 +#: ../../include/class/AgentWizard.class.php:893 +#: ../../include/functions_snmp_browser.php:867 +msgid "Privacy pass" +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/massive/massive_edit_policy_modules.php:732 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:347 +#: ../../godmode/modules/manage_network_components_form_network.php:148 +#: ../../godmode/agentes/module_manager_editor_network.php:391 +#: ../../godmode/massive/massive_edit_modules.php:811 +#: ../../godmode/wizards/HostDevices.class.php:1317 +#: ../../include/functions_snmp_browser.php:877 +msgid "Auth method" +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/massive/massive_edit_policy_modules.php:733 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:350 +#: ../../godmode/modules/manage_network_components_form_network.php:151 +#: ../../godmode/agentes/module_manager_editor_network.php:394 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/wizards/HostDevices.class.php:1322 +#: ../../include/class/Diagnostics.class.php:2169 +#: ../../include/functions_snmp_browser.php:880 +msgid "MD5" +msgstr "MD5" -#: ../../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/massive/massive_edit_policy_modules.php:733 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:351 +#: ../../godmode/modules/manage_network_components_form_network.php:152 +#: ../../godmode/agentes/module_manager_editor_network.php:395 +#: ../../godmode/massive/massive_edit_modules.php:812 +#: ../../godmode/wizards/HostDevices.class.php:1323 +#: ../../include/functions_snmp_browser.php:881 +msgid "SHA" +msgstr "SHA" -#: ../../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/massive/massive_edit_policy_modules.php:734 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:360 +#: ../../godmode/modules/manage_network_components_form_network.php:161 +#: ../../godmode/agentes/module_manager_editor_network.php:408 +#: ../../godmode/massive/massive_edit_modules.php:813 +#: ../../godmode/wizards/HostDevices.class.php:1332 +#: ../../include/class/AgentWizard.class.php:820 +#: ../../include/functions_snmp_browser.php:890 +msgid "Security level" +msgstr "Уровень безопасности" -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 -msgid "Advance Options" +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:737 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:363 +#: ../../godmode/modules/manage_network_components_form_network.php:164 +#: ../../godmode/agentes/module_manager_editor_network.php:411 +#: ../../godmode/massive/massive_edit_modules.php:816 +#: ../../godmode/wizards/HostDevices.class.php:1337 +#: ../../include/functions_snmp_browser.php:893 +msgid "Not auth and not privacy method" +msgstr "Нет идентификации и нет метода конфиденциальности" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:738 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:364 +#: ../../godmode/modules/manage_network_components_form_network.php:165 +#: ../../godmode/agentes/module_manager_editor_network.php:412 +#: ../../godmode/massive/massive_edit_modules.php:817 +#: ../../godmode/wizards/HostDevices.class.php:1338 +#: ../../include/functions_snmp_browser.php:894 +msgid "Auth and not privacy method" +msgstr "Идентификация и нет метода конфиденциальности" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:739 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:365 +#: ../../godmode/modules/manage_network_components_form_network.php:166 +#: ../../godmode/agentes/module_manager_editor_network.php:413 +#: ../../godmode/massive/massive_edit_modules.php:818 +#: ../../godmode/wizards/HostDevices.class.php:1339 +#: ../../include/functions_snmp_browser.php:895 +msgid "Auth and privacy method" +msgstr "Идентификация и метод конфиденциальности" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:757 +#: ../../enterprise/operation/agentes/tag_view.php:136 +#: ../../godmode/agentes/module_manager_editor_common.php:247 +#: ../../godmode/agentes/module_manager_editor_common.php:1142 +#: ../../godmode/massive/massive_edit_modules.php:836 +#: ../../include/functions_graph.php:5259 +#: ../../include/functions_treeview.php:116 +#: ../../operation/agentes/status_monitor.php:460 +msgid "Not assigned" +msgstr "Не назначено" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:771 +#: ../../enterprise/godmode/setup/setup_module_library.php:46 +#: ../../enterprise/include/functions_ui.php:102 +#: ../../extensions/quick_shell.php:149 +#: ../../godmode/modules/manage_network_components_form_wmi.php:47 +#: ../../godmode/agentes/module_manager_editor_wmi.php:103 +#: ../../godmode/massive/massive_edit_modules.php:850 +#: ../../include/class/CredentialStore.class.php:937 +#: ../../include/class/AgentWizard.class.php:678 +msgid "Username" +msgstr "Имя пользователя" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:777 +#: ../../godmode/agentes/module_manager_editor_common.php:685 +#: ../../godmode/massive/massive_edit_modules.php:856 +msgid "Export target" +msgstr "Контрольные цифры по экспорту" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:867 +#: ../../godmode/massive/massive_edit_modules.php:942 +msgid "Active Counters" +msgstr "Активные счетчики" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:868 +#: ../../godmode/massive/massive_edit_modules.php:943 +msgid "Inactive Counters" +msgstr "Неактивные счетчики" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:912 +#: ../../godmode/massive/massive_edit_modules.php:1010 +msgid "Policy linking status" +msgstr "Политика соединения статуса" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:912 +#: ../../godmode/massive/massive_edit_modules.php:1010 +msgid "This field only has sense in modules adopted by a policy." +msgstr "Это поле имеет смысл только в модулях принятой политики." + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:913 +#: ../../godmode/massive/massive_edit_modules.php:1011 +msgid "Linked" +msgstr "Связано" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:913 +#: ../../godmode/agentes/module_manager.php:980 +#: ../../godmode/agentes/module_manager.php:983 +#: ../../godmode/massive/massive_edit_modules.php:1011 +#: ../../include/ajax/module.php:1092 ../../include/ajax/module.php:1095 +msgid "Unlinked" +msgstr "Разъединено" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:922 +#: ../../godmode/modules/manage_network_components_form_common.php:298 +#: ../../godmode/agentes/module_manager_editor_common.php:718 +#: ../../godmode/massive/massive_edit_modules.php:1020 +msgid "Discard unknown events" +msgstr "Скинуть неизвестные события" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:951 +#: ../../godmode/massive/massive_edit_modules.php:1049 +msgid "The module still store data but the alerts and events will be stop" msgstr "" +"Модуль по-прежнему хранит данные, но оповещения и события будут остановлены" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:966 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:80 +#: ../../godmode/agentes/module_manager_editor_common.php:1089 +#: ../../godmode/massive/massive_edit_modules.php:1066 +msgid "Timeout" +msgstr "Время ожидания истекло" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:975 +#: ../../godmode/massive/massive_edit_modules.php:1075 +msgid "Seconds that agent will wait for the execution of the module." +msgstr "Секунды,которые агент будет ожидать для выполнения модуля." + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:985 +#: ../../enterprise/godmode/setup/setup_history.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:121 +#: ../../enterprise/include/class/Azure.cloud.php:813 +#: ../../enterprise/include/class/VMware.app.php:618 +#: ../../enterprise/include/class/Aws.S3.php:574 +#: ../../enterprise/include/class/Aws.cloud.php:549 +#: ../../extensions/quick_shell.php:156 +#: ../../godmode/modules/manage_network_components_form_network.php:53 +#: ../../godmode/agentes/module_manager_editor_network.php:126 +#: ../../godmode/massive/massive_edit_modules.php:1089 +#: ../../godmode/servers/modificar_server.php:82 +#: ../../include/functions_config.php:1479 +#: ../../include/class/AgentWizard.class.php:635 +#: ../../include/functions_snmp_browser.php:714 +msgid "Port" +msgstr "Порт" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:992 +#: ../../godmode/modules/manage_network_components_form_network.php:209 +#: ../../godmode/agentes/module_manager_editor_network.php:281 +#: ../../godmode/massive/massive_edit_modules.php:1092 +msgid "TCP send" +msgstr "передача TCP" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:995 +#: ../../godmode/modules/manage_network_components_form_network.php:216 +#: ../../godmode/agentes/module_manager_editor_network.php:295 +#: ../../godmode/massive/massive_edit_modules.php:1095 +msgid "TCP receive" +msgstr "получение TCP" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:998 +#: ../../godmode/modules/manage_network_components_form_wmi.php:31 +#: ../../godmode/agentes/module_manager_editor_wmi.php:133 +#: ../../godmode/massive/massive_edit_modules.php:1098 +msgid "WMI query" +msgstr "Запрос WMI" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1001 +#: ../../godmode/modules/manage_network_components_form_wmi.php:33 +#: ../../godmode/modules/manage_network_components_form_wizard.php:668 +#: ../../godmode/agentes/module_manager_editor_wmi.php:151 +#: ../../godmode/massive/massive_edit_modules.php:1101 +msgid "Key string" +msgstr "Ключевая строка" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1004 +#: ../../godmode/modules/manage_network_components_form_wmi.php:39 +#: ../../godmode/agentes/module_manager_editor_wmi.php:164 +#: ../../godmode/massive/massive_edit_modules.php:1104 +msgid "Field number" +msgstr "Номер поля" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1007 +#: ../../extensions/plugin_registration.php:406 +#: ../../godmode/modules/manage_network_components_form_plugin.php:35 +#: ../../godmode/agentes/module_manager_editor_plugin.php:49 +#: ../../godmode/massive/massive_edit_plugins.php:339 +#: ../../godmode/massive/massive_edit_modules.php:1107 +msgid "Plugin" +msgstr "Плагин" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1025 +#: ../../godmode/modules/manage_network_components_form_network.php:223 +#: ../../godmode/agentes/module_manager_editor_network.php:433 +#: ../../godmode/massive/massive_edit_plugins.php:475 +#: ../../godmode/massive/massive_edit_modules.php:1125 +#: ../../godmode/alerts/configure_alert_command.php:210 +#: ../../godmode/alerts/alert_actions.php:266 +#: ../../godmode/alerts/alert_actions.php:321 +#: ../../godmode/alerts/configure_alert_action.php:228 +#: ../../godmode/events/event_responses.editor.php:155 +#: ../../godmode/events/event_responses.editor.php:162 +#: ../../godmode/servers/plugin.php:431 ../../godmode/servers/plugin.php:436 +#: ../../godmode/servers/plugin.php:1009 +#: ../../include/class/ManageNetScanScripts.class.php:434 +#: ../../include/class/ExternalTools.class.php:335 +msgid "Command" +msgstr "Команда" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1042 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1397 +#: ../../godmode/modules/manage_network_components_form_network.php:242 +#: ../../godmode/agentes/module_manager_editor_network.php:452 +#: ../../godmode/massive/massive_edit_modules.php:1142 +msgid "Credential identifier" +msgstr "Идентификатор учетных данных" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1057 +#: ../../godmode/modules/manage_network_components_form_network.php:258 +#: ../../godmode/agentes/module_manager_editor_network.php:470 +#: ../../godmode/massive/massive_edit_modules.php:1157 +msgid "Inherited" +msgstr "Унаследованный" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1058 +#: ../../godmode/modules/manage_network_components_form_network.php:259 +#: ../../godmode/massive/massive_edit_modules.php:1158 +msgid "Linux" +msgstr "Linux" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1059 +#: ../../godmode/modules/manage_network_components_form_network.php:260 +#: ../../godmode/massive/massive_edit_modules.php:1159 +msgid "Windows" +msgstr "Windows" + +#: ../../enterprise/godmode/massive/massive_edit_policy_modules.php:1062 +#: ../../godmode/modules/manage_network_components_form_network.php:263 +#: ../../godmode/massive/massive_edit_modules.php:1162 +msgid "Target OS" +msgstr "Цель ОС" + +#: ../../enterprise/godmode/massive/massive_delete_services.php:50 +#, php-format +msgid "Failed to delete: %s" +msgstr "Не удалось удалить: %s" + +#: ../../enterprise/godmode/admin_access_logs.php:49 +msgid "Show extended info" +msgstr "Показать расширенную информацию" + +#: ../../enterprise/godmode/admin_access_logs.php:69 +msgid "" +"The security check cannot be performed. There are no data in " +"tsession_extended to check the hash." +msgstr "" +"Проверка безопасности не может быть выполнена. В tsession_extended нет " +"данных для проверки хэша." + +#: ../../enterprise/godmode/admin_access_logs.php:77 +msgid "Security check is ok." +msgstr "Проверка безопасности в порядке." + +#: ../../enterprise/godmode/admin_access_logs.php:82 +msgid "Security check is fail." +msgstr "Проверка безопасности не в порядке." + +#: ../../enterprise/godmode/admin_access_logs.php:188 +msgid "Extended info:" +msgstr "Расширенная информация:" + +#: ../../enterprise/godmode/admin_access_logs.php:188 +msgid "Changes:" +msgstr "Изменения:" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:50 +#: ../../enterprise/godmode/alerts/alert_events.php:47 +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +msgid "List event alerts" +msgstr "Список событий оповещений" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:52 +#: ../../enterprise/godmode/alerts/alert_events_list.php:63 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:84 +msgid "Builder event alert" +msgstr "Разработчик событий оповещений" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:60 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:88 +msgid "List event rules" +msgstr "Список правил событий" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:73 +msgid "Configure event rule" +msgstr "Настройка правил события" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +msgid "User comment" +msgstr "комментарий пользователя" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 +msgid "This field will be processed with regexp" +msgstr "Это поле будет обрабатываться с регулярным выражением" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../operation/events/sound_events.php:183 +msgid "Event" +msgstr "Событие" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +msgid "Window" +msgstr "Окно" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1470 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1020 +#: ../../include/functions_reporting_html.php:1026 +#: ../../include/functions_reporting_html.php:1250 +#: ../../include/functions_reporting_html.php:2036 +#: ../../operation/snmpconsole/snmp_view.php:867 +msgid "Count" +msgstr "Подсчет" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 +#: ../../include/class/Tree.class.php:722 +#: ../../include/class/Tree.class.php:724 +msgid "Module alerts" +msgstr "Модуль оповещений" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:171 +msgid "Recursion:" +msgstr "Рекурсия:" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:177 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:404 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:325 +#: ../../godmode/reporting/create_container.php:566 +#: ../../godmode/reporting/create_container.php:629 +#: ../../mobile/operation/modules.php:176 +#: ../../mobile/operation/modules.php:177 +#: ../../mobile/operation/modules.php:289 +#: ../../mobile/operation/modules.php:290 +#: ../../operation/agentes/group_view.php:291 +msgid "Tag" +msgstr "Метка" + +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:175 +msgid "Group acl" +msgstr "ACL группы" + +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:214 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:417 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2348 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2211 +msgid "Condition" +msgstr "Условие" + +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:255 +msgid "Alert groups" +msgstr "Группы оповещения" + +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:269 +#: ../../enterprise/godmode/alerts/alert_events.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:1144 +#: ../../godmode/alerts/configure_alert_template.php:787 +msgid "Disable event" +msgstr "Отключить событие" + +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:277 +#: ../../godmode/snmpconsole/snmp_alert.php:83 +msgid "Update alert" +msgstr "Обновить оповещения" + +#: ../../enterprise/godmode/alerts/alert_inventory_builder.php:281 +#: ../../godmode/alerts/alert_list.builder.php:203 +#: ../../include/class/AgentsAlerts.class.php:389 +msgid "Add alert" +msgstr "Добавить оповещение" + +#: ../../enterprise/godmode/alerts/alert_events.php:84 +msgid "Configure event alert" +msgstr "Настройка событий оповещения" + +#: ../../enterprise/godmode/alerts/alert_events.php:142 +#: ../../enterprise/godmode/alerts/alert_events.php:146 +#: ../../godmode/alerts/configure_alert_template.php:209 +#: ../../godmode/alerts/configure_alert_template.php:213 +msgid "Conditions" +msgstr "Условия" + +#: ../../enterprise/godmode/alerts/alert_events.php:163 +#: ../../enterprise/godmode/alerts/alert_events.php:167 +#: ../../godmode/alerts/configure_alert_template.php:230 +#: ../../godmode/alerts/configure_alert_template.php:234 +msgid "Advanced fields" +msgstr "Расширенные поля" + +#: ../../enterprise/godmode/alerts/alert_events.php:396 +msgid "Could not be created, please fill alert name" +msgstr "Не может быть создано, пожалуйста, заполните имя оповещения" + +#: ../../enterprise/godmode/alerts/alert_events.php:487 +#: ../../godmode/alerts/configure_alert_template.php:605 +msgid "Days of week" +msgstr "Дни недели" + +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:947 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2080 +#: ../../godmode/agentes/planned_downtime.editor.php:650 +#: ../../godmode/alerts/configure_alert_template.php:606 +#: ../../godmode/alerts/alert_special_days.php:376 +#: ../../godmode/alerts/alert_view.php:216 ../../include/functions.php:1076 +#: ../../include/functions_reporting.php:13040 +msgid "Mon" +msgstr "Пн" + +#: ../../enterprise/godmode/alerts/alert_events.php:490 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:948 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2081 +#: ../../godmode/agentes/planned_downtime.editor.php:651 +#: ../../godmode/alerts/configure_alert_template.php:614 +#: ../../godmode/alerts/alert_special_days.php:377 +#: ../../godmode/alerts/alert_view.php:217 ../../include/functions.php:1080 +#: ../../include/functions_reporting.php:13045 +msgid "Tue" +msgstr "Вт" + +#: ../../enterprise/godmode/alerts/alert_events.php:492 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:949 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2082 +#: ../../godmode/agentes/planned_downtime.editor.php:652 +#: ../../godmode/alerts/configure_alert_template.php:622 +#: ../../godmode/alerts/alert_special_days.php:378 +#: ../../godmode/alerts/alert_view.php:218 ../../include/functions.php:1084 +#: ../../include/functions_reporting.php:13050 +msgid "Wed" +msgstr "Ср" + +#: ../../enterprise/godmode/alerts/alert_events.php:494 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:950 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2083 +#: ../../godmode/agentes/planned_downtime.editor.php:653 +#: ../../godmode/alerts/configure_alert_template.php:630 +#: ../../godmode/alerts/alert_special_days.php:379 +#: ../../godmode/alerts/alert_view.php:219 ../../include/functions.php:1088 +#: ../../include/functions_reporting.php:13055 +msgid "Thu" +msgstr "Чт" + +#: ../../enterprise/godmode/alerts/alert_events.php:496 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:951 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2084 +#: ../../godmode/agentes/planned_downtime.editor.php:654 +#: ../../godmode/alerts/configure_alert_template.php:638 +#: ../../godmode/alerts/alert_special_days.php:380 +#: ../../godmode/alerts/alert_view.php:220 ../../include/functions.php:1092 +#: ../../include/functions_reporting.php:13060 +msgid "Fri" +msgstr "Пт" + +#: ../../enterprise/godmode/alerts/alert_events.php:498 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:952 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2085 +#: ../../godmode/agentes/planned_downtime.editor.php:655 +#: ../../godmode/alerts/configure_alert_template.php:646 +#: ../../godmode/alerts/alert_special_days.php:381 +#: ../../godmode/alerts/alert_view.php:221 ../../include/functions.php:1096 +#: ../../include/functions_reporting.php:13065 +msgid "Sat" +msgstr "Сб" + +#: ../../enterprise/godmode/alerts/alert_events.php:500 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:953 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2086 +#: ../../godmode/agentes/planned_downtime.editor.php:656 +#: ../../godmode/alerts/configure_alert_template.php:654 +#: ../../godmode/alerts/alert_special_days.php:375 +#: ../../godmode/alerts/alert_view.php:222 ../../include/functions.php:1100 +#: ../../include/functions_reporting.php:13070 +msgid "Sun" +msgstr "Sun" + +#: ../../enterprise/godmode/alerts/alert_events.php:503 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1800 +#: ../../godmode/alerts/configure_alert_template.php:672 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +#: ../../operation/events/events.php:1275 +msgid "Time from" +msgstr "Время с" + +#: ../../enterprise/godmode/alerts/alert_events.php:512 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1818 +#: ../../godmode/alerts/configure_alert_template.php:692 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1251 +#: ../../operation/events/events.php:1326 +msgid "Time to" +msgstr "Время по" + +#: ../../enterprise/godmode/alerts/alert_events.php:551 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1063 +msgid "Rule evaluation mode" +msgstr "Правила оценки режима" + +#: ../../enterprise/godmode/alerts/alert_events.php:566 +msgid "Group by" +msgstr "Группировать по" + +#: ../../enterprise/godmode/alerts/alert_events.php:572 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1944 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2762 +#: ../../godmode/alerts/alert_commands.php:96 +#: ../../godmode/alerts/alert_commands.php:101 +#: ../../godmode/alerts/alert_commands.php:117 +#: ../../godmode/alerts/alert_commands.php:123 +#: ../../godmode/alerts/configure_alert_template.php:967 +#: ../../godmode/alerts/alert_view.php:471 +#: ../../godmode/alerts/alert_view.php:552 +#, php-format +msgid "Field %s" +msgstr "Поле %s" + +#: ../../enterprise/godmode/alerts/alert_events.php:645 +#: ../../godmode/alerts/configure_alert_action.php:150 +#: ../../godmode/alerts/alert_list.builder.php:135 +#: ../../include/class/AgentsAlerts.class.php:325 +msgid "Create Action" +msgstr "Создать действие" + +#: ../../enterprise/godmode/alerts/alert_events.php:650 +msgid "Please Read" +msgstr "Пожалуйста, Прочитайте" + +#: ../../enterprise/godmode/alerts/alert_events.php:650 +msgid "" +"Since the alert can have multiple actions. You can edit them from the alert " +"list of events." +msgstr "" +"Поскольку оповещение может содержать несколько действий. Вы можете " +"редактировать их из списка оповещений событий." + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:174 +msgid "Inventory alert filters" +msgstr "Фильтры предупреждения об инвентаризации" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:220 +msgid "Alert name" +msgstr "Имя предупреждения" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:221 +#: ../../enterprise/operation/agentes/policy_view.php:248 +#: ../../godmode/snmpconsole/snmp_alert.php:1339 +#: ../../godmode/alerts/alert_view.php:76 +#: ../../include/functions_reporting_html.php:4674 +#: ../../include/ajax/alert_list.ajax.php:281 +#: ../../include/ajax/alert_list.ajax.php:306 +#: ../../include/functions_treeview.php:455 +#: ../../include/class/AgentsAlerts.class.php:910 +#: ../../operation/agentes/alerts_status.php:540 +#: ../../operation/agentes/alerts_status.php:575 +#: ../../operation/agentes/alerts_status.php:610 +#: ../../operation/agentes/alerts_status.php:642 +msgid "Last fired" +msgstr "Последний запуск" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:261 +#: ../../enterprise/godmode/alerts/alert_events_list.php:713 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3256 +#: ../../enterprise/operation/agentes/policy_view.php:335 +#: ../../godmode/alerts/alert_list.list.php:553 +#: ../../godmode/alerts/alert_view.php:85 ../../mobile/operation/alerts.php:308 +#: ../../include/functions_ui.php:1232 +#: ../../include/class/AgentsAlerts.class.php:957 +#: ../../include/functions_reporting.php:11313 +msgid "Alert disabled" +msgstr "Оповещение отключено" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:319 +#: ../../godmode/alerts/alert_list.list.php:664 +msgid "Delete action" +msgstr "Удалить действие" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:337 +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:407 +msgid "Enable alert" +msgstr "Включить предупреждение" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:404 +msgid "Disable alert" +msgstr "Выключить предупреждение" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:415 +msgid "Delete alert" +msgstr "Удалить оповещение" + +#: ../../enterprise/godmode/alerts/alert_inventory_list.php:427 +msgid "There are no defined inventory alerts" +msgstr "Нет определенных предупреждений об инвентаризации" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:341 +#: ../../godmode/servers/modificar_server.php:157 +#: ../../godmode/servers/modificar_server.php:168 +msgid "Successfully action" +msgstr "Удачное действие" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:341 +msgid "Error processing action" +msgstr "Ошибка обработки действий" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:396 +#: ../../operation/agentes/alerts_status.functions.php:50 +msgid "Alert(s) validated" +msgstr "Оповещение(я) подтверждены" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:396 +msgid "Error validating alert(s)" +msgstr "Ошибка подтверждения оповещения(й)" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:502 +msgid "Ac." +msgstr "Ac." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:623 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3043 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3424 +msgid "No associated actions" +msgstr "Никаких сопутствующих действий" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:652 +#: ../../enterprise/godmode/alerts/alert_events_list.php:697 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3410 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_list.list.php:768 +#: ../../godmode/alerts/configure_alert_action.php:265 +#: ../../godmode/alerts/alert_view.php:393 +#: ../../godmode/alerts/alert_list.builder.php:172 +#: ../../include/functions_reporting_html.php:2933 +#: ../../include/functions_reporting_html.php:4673 +#: ../../include/ajax/alert_list.ajax.php:521 +#: ../../include/class/AgentsAlerts.class.php:378 +msgid "Threshold" +msgstr "Порог" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:710 +#: ../../enterprise/operation/agentes/policy_view.php:332 +#: ../../godmode/alerts/alert_list.list.php:550 +#: ../../godmode/alerts/alert_view.php:82 ../../mobile/operation/alerts.php:305 +#: ../../include/functions_ui.php:1229 +#: ../../include/class/AgentsAlerts.class.php:954 +msgid "time(s)" +msgstr "раз(а)" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:716 +#: ../../enterprise/operation/agentes/policy_view.php:338 +#: ../../godmode/alerts/alert_list.list.php:556 +#: ../../godmode/alerts/alert_view.php:88 ../../mobile/operation/alerts.php:311 +#: ../../include/functions_agents.php:2735 +#: ../../include/functions_agents.php:2746 ../../include/functions_ui.php:1235 +#: ../../include/class/AgentsAlerts.class.php:960 +#: ../../include/functions_reporting.php:11227 +#: ../../operation/snmpconsole/snmp_view.php:1022 +msgid "Alert not fired" +msgstr "Оповещение не запущено" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:727 +msgid "View associated rules" +msgstr "Посмотреть похожие правила" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:743 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3148 +msgid "There are no defined events alerts" +msgstr "Не существует определенных предупреждений о событиях" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:102 +msgid "Event rules" +msgstr "Правила события" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:103 +msgid "" +"This view will be removed in a future version. Please use \"Alert " +"correlation\" instead." +msgstr "" +"Этот вид будет удален в будущей версии. Вместо него используйте \"Корреляция " +"предупреждений\"." + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:225 +msgid "Error creating rule" +msgstr "Ошибка при создании правил" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:229 +msgid "Successfully created rule" +msgstr "Правила созданы успешно" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:244 +msgid "Error updating rule" +msgstr "Ошибка приобновлении правил" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:247 +msgid "Successfully updating rule" +msgstr "Успешное обновление правила" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:257 +msgid "Error updating rule operators" +msgstr "Ошибка при обновлении правил операторов" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 +msgid "Successfully update rule operators" +msgstr "Успешное обновление правил операртора" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:402 +msgid "(Agent)" +msgstr "(Агент)" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:405 +msgid "Operator" +msgstr "Оператор" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:499 +msgid "Logic expression for these rules:" +msgstr "Логическое выражение для этих правил:" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:507 +msgid "Update operators" +msgstr "Обновить операторов" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:512 +msgid "There are no defined alert event rules" +msgstr "Не существует определенных предупреждений о правилах событий" + +#: ../../enterprise/godmode/alerts/alert_inventory.php:67 +msgid "Inventory alert list" +msgstr "Список предупреждений об инвентаризации" + +#: ../../enterprise/godmode/alerts/alert_inventory.php:71 +msgid "Inventory alert builder" +msgstr "Создатель оповещений инвентаризации" + +#: ../../enterprise/godmode/services/services.service.php:106 +msgid "Service already exists." +msgstr "Сервис уже существует." + +#: ../../enterprise/godmode/services/services.service.php:196 +msgid "Error creating service: " +msgstr "Ошибка при создании сервиса: " + +#: ../../enterprise/godmode/services/services.service.php:205 +#: ../../enterprise/godmode/services/services.service.php:309 +msgid "New Service" +msgstr "Новый сервис" + +#: ../../enterprise/godmode/services/services.service.php:211 +msgid "Service created successfully" +msgstr "Сервис успешно создан" + +#: ../../enterprise/godmode/services/services.service.php:278 +#: ../../enterprise/include/functions_services.php:636 +msgid "Error updating service: " +msgstr "Ошибка обновления службы: " + +#: ../../enterprise/godmode/services/services.service.php:289 +msgid "Service updated successfully" +msgstr "Сервис успешно обновлен" + +#: ../../enterprise/godmode/services/services.service.php:302 +#: ../../enterprise/godmode/services/services.service.php:344 +#: ../../enterprise/operation/services/services.service.php:55 +#: ../../enterprise/operation/services/services.service_map.php:44 +#: ../../include/ajax/update_manager.ajax.php:757 +msgid "Not found" +msgstr "Не найдено" + +#: ../../enterprise/godmode/services/services.service.php:359 +msgid "Dynamic elements are not affected by cascade protection" +msgstr "Динамические элементы не подвержены влиянию каскадной защиты" + +#: ../../enterprise/godmode/services/services.service.php:385 +#: ../../enterprise/godmode/services/services.service.php:422 +#: ../../enterprise/godmode/services/services.elements.php:710 +#: ../../enterprise/operation/services/services.service.php:80 +#: ../../enterprise/operation/services/services.service_map.php:71 +#: ../../enterprise/operation/services/services.treeview_services.php:63 +#: ../../enterprise/operation/services/services.list.php:65 +#: ../../enterprise/operation/services/services.table_services.php:40 +msgid "Services list" +msgstr "Список сервисов" + +#: ../../enterprise/godmode/services/services.service.php:396 +msgid "Services table view" +msgstr "Вид сервиса в таблицах" + +#: ../../enterprise/godmode/services/services.service.php:407 +msgid "Services tree view" +msgstr "Вид сервиса дерево" + +#: ../../enterprise/godmode/services/services.service.php:433 +#: ../../enterprise/godmode/services/services.elements.php:721 +#: ../../enterprise/operation/services/services.service.php:95 +#: ../../enterprise/operation/services/services.service_map.php:86 +msgid "Config Service" +msgstr "Сервис конфигурации" + +#: ../../enterprise/godmode/services/services.service.php:444 +#: ../../enterprise/godmode/services/services.elements.php:732 +#: ../../enterprise/operation/services/services.service.php:106 +#: ../../enterprise/operation/services/services.service_map.php:97 +msgid "Config Elements" +msgstr "Конфигурация Элементов" + +#: ../../enterprise/godmode/services/services.service.php:455 +#: ../../enterprise/godmode/services/services.elements.php:744 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.service_map.php:112 +msgid "View Service" +msgstr "Просмотр сервиса" + +#: ../../enterprise/godmode/services/services.service.php:466 +#: ../../enterprise/godmode/services/services.elements.php:756 +#: ../../enterprise/operation/services/services.service.php:133 +#: ../../enterprise/operation/services/services.service_map.php:124 +#: ../../include/lib/Dashboard/Widgets/service_map.php:449 +msgid "Service map" +msgstr "Карта сервиса" + +#: ../../enterprise/godmode/services/services.service.php:516 +msgid "No Services or concrete action" +msgstr "Нет сервисов или конкретных действий" + +#: ../../enterprise/godmode/services/services.service.php:567 +msgid "Server assigned" +msgstr "Сервер назначен" + +#: ../../enterprise/godmode/services/services.service.php:568 +msgid "Selected Prediction server will be assigned to evaluate the service." +msgstr "Выбранный сервер прогнозирования будет назначен для оценки услуги." + +#: ../../enterprise/godmode/services/services.service.php:589 +msgid "Evaluation interval" +msgstr "Интервал оценки" + +#: ../../enterprise/godmode/services/services.service.php:747 +msgid "General Data" +msgstr "Общие данные" + +#: ../../enterprise/godmode/services/services.service.php:793 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:127 +#: ../../enterprise/include/functions_reporting_csv.php:1379 +#: ../../include/functions_reports.php:688 +#: ../../include/functions_reporting.php:897 +msgid "S.L.A." +msgstr "Соглашения об уровне обслуживания (SLA)" + +#: ../../enterprise/godmode/services/services.service.php:802 +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 "" +"Здесь описаны шаблоны оповещений, которые будут использовать свои действия " +"по умолчанию.\n" +"\t\tВы можете изменить поведение по умолчанию, редактируя предупреждения в " +"агенте, который хранит данные и определения предупреждений об услуге и " +"статусе SLA." + +#: ../../enterprise/godmode/services/services.service.php:946 +msgid "" +"This change in the service configuration will delete the history of the " +"service modules. Do you wish to continue?" +msgstr "" +"Это изменение в конфигурации сервиса удалит историю модулей сервиса. Вы " +"хотите продолжить?" + +#: ../../enterprise/godmode/services/services.service.php:948 +msgid "" +"This change in the service configuration will prevent the SLA modules from " +"being created. Do you wish to continue?" +msgstr "" +"Это изменение в конфигурации услуги не позволит создать модули SLA. Вы " +"хотите продолжить?" + +#: ../../enterprise/godmode/services/services.elements.php:72 +msgid "Invalid service" +msgstr "Недопустимый сервис" + +#: ../../enterprise/godmode/services/services.elements.php:99 +#: ../../enterprise/include/functions_reporting.php:2386 +#: ../../enterprise/include/functions_reporting.php:3340 +#: ../../enterprise/include/functions_reporting.php:4317 +#: ../../include/functions_maps.php:50 +#: ../../include/functions_reporting.php:1007 +#: ../../include/functions_reporting.php:7954 +#: ../../operation/agentes/pandora_networkmap.php:776 +msgid "Dynamic" +msgstr "Динамический" + +#: ../../enterprise/godmode/services/services.elements.php:220 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:114 +msgid "Custom field name" +msgstr "Имя пользовательского поля" + +#: ../../enterprise/godmode/services/services.elements.php:232 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:116 +msgid "Custom field value" +msgstr "Значение пользовательского поля" + +#: ../../enterprise/godmode/services/services.elements.php:250 +msgid "Add custom field match" +msgstr "Добавить соответствие пользовательского поля" + +#: ../../enterprise/godmode/services/services.elements.php:256 +msgid "Both 'name' and 'value' must be defined to filter. Ignored otherwise." +msgstr "" +"И 'имя', и 'значение' должны быть определены для фильтрации. В противном " +"случае действия игнорируются." + +#: ../../enterprise/godmode/services/services.elements.php:261 +msgid "MySQL Regular expressions case insensitive." +msgstr "Регулярные выражения MySQL не чувствительны к регистру" + +#: ../../enterprise/godmode/services/services.elements.php:267 +msgid "Matching objects type" +msgstr "Тип совпадающих объектов" + +#: ../../enterprise/godmode/services/services.elements.php:282 +msgid "Filter by group" +msgstr "Фильтр по группам" + +#: ../../enterprise/godmode/services/services.elements.php:294 +msgid "Use regular expresions selectors" +msgstr "Используйте селекторы с регулярными выражениями" + +#: ../../enterprise/godmode/services/services.elements.php:302 +msgid "Having agent name" +msgstr "Наличие имени агента" + +#: ../../enterprise/godmode/services/services.elements.php:310 +msgid "Having module name" +msgstr "Наличие имени модуля" + +#: ../../enterprise/godmode/services/services.elements.php:320 +msgid "Having custom fields" +msgstr "Наличие пользовательских полей" + +#: ../../enterprise/godmode/services/services.elements.php:331 +msgid "Apply rules on this server" +msgstr "Применить правила на этом сервере" + +#: ../../enterprise/godmode/services/services.elements.php:350 +msgid "Weights" +msgstr "Веса" + +#: ../../enterprise/godmode/services/services.elements.php:355 +msgid "In smart mode weights are automatically calculated." +msgstr "В интеллектуальном режиме веса рассчитываются автоматически." + +#: ../../enterprise/godmode/services/services.elements.php:453 +#: ../../enterprise/godmode/services/services.elements.php:461 +#: ../../enterprise/godmode/services/services.elements.php:468 +msgid "Selected agent not found." +msgstr "Выбранный агент не найден." + +#: ../../enterprise/godmode/services/services.elements.php:474 +#: ../../enterprise/godmode/services/services.elements.php:485 +#, php-format +msgid "Selected module not found in %s." +msgstr "Выбранный модуль не найден в %s." + +#: ../../enterprise/godmode/services/services.elements.php:494 +msgid "Selected service not found." +msgstr "Выбранный сервис не найден." + +#: ../../enterprise/godmode/services/services.elements.php:508 +#, php-format +msgid "Failed adding service child: %s" +msgstr "Не удалось добавить дочерний сервис: %s" + +#: ../../enterprise/godmode/services/services.elements.php:547 +#, php-format +msgid "Selected rules are not valid: %s." +msgstr "Выбранные правила не действительны: %s." + +#: ../../enterprise/godmode/services/services.elements.php:555 +msgid "Invalid element type." +msgstr "Недопустимый тип элемента." + +#: ../../enterprise/godmode/services/services.elements.php:581 +msgid "Element registered successfully" +msgstr "Элемент успешно зарегистрирован" + +#: ../../enterprise/godmode/services/services.elements.php:654 +#, php-format +msgid "Error deleting element: %s" +msgstr "Ошибка при удалении элемента: %s" + +#: ../../enterprise/godmode/services/services.elements.php:767 +#: ../../operation/search_maps.php:29 +msgid "Elements" +msgstr "Элементы" + +#: ../../enterprise/godmode/services/services.elements.php:784 +#: ../../enterprise/include/functions_services.php:1828 +msgid "Edit service elements" +msgstr "Редактировать элементы сервиса" + +#: ../../enterprise/godmode/services/services.elements.php:818 +#: ../../enterprise/godmode/services/services.elements.php:829 +#: ../../enterprise/include/functions_visual_map.php:677 +#: ../../enterprise/include/functions_HA_cluster.php:535 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1611 +#: ../../enterprise/include/class/AgentRepository.class.php:825 +#: ../../enterprise/include/class/Omnishell.class.php:1083 +#: ../../enterprise/include/class/LogSource.class.php:761 +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:359 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1005 +#: ../../include/ajax/snmp_browser.ajax.php:260 +#: ../../include/functions_ui.php:287 +#: ../../include/class/ConfigPEN.class.php:737 +#: ../../include/class/HelpFeedBack.class.php:359 +#: ../../include/class/Diagnostics.class.php:2081 +#: ../../include/class/CredentialStore.class.php:1165 +#: ../../include/class/ModuleTemplates.class.php:1414 +#: ../../include/class/AgentWizard.class.php:5620 +#: ../../operation/visual_console/view.php:676 +msgid "Success" +msgstr "Успешно" + +#: ../../enterprise/godmode/services/services.elements.php:820 +msgid "Add element" +msgstr "Добавить элемент" + +#: ../../enterprise/godmode/services/services.elements.php:831 +msgid "Edit element" +msgstr "Редактировать элемент" + +#: ../../enterprise/godmode/setup/setup_history.php:81 +msgid "Method does not exist" +msgstr "Метод не существует" + +#: ../../enterprise/godmode/setup/setup_history.php:156 +#: ../../include/functions_config.php:1475 +msgid "Host" +msgstr "Хост" + +#: ../../enterprise/godmode/setup/setup_history.php:201 +#: ../../include/functions_config.php:1496 +msgid "Database user" +msgstr "Пользователь базы данных" + +#: ../../enterprise/godmode/setup/setup_history.php:216 +#: ../../include/functions_config.php:1500 +msgid "Database password" +msgstr "Пароль базы данных" + +#: ../../enterprise/godmode/setup/setup_history.php:220 +msgid "Configure connection target" +msgstr "Настройка цели подключения" + +#: ../../enterprise/godmode/setup/setup_history.php:234 +msgid "Active to historical settings" +msgstr "Активность к историческим настройкам" + +#: ../../enterprise/godmode/setup/setup_history.php:238 +#, php-format +msgid "" +"Data will be available in active database as time as days you specify here. " +"Older information will be sent to historical database. Note data will be " +"purged from active database after %d days." +msgstr "" +"Данные будут доступны в активной базе данных столько дней, сколько вы " +"укажете здесь. Более старая информация будет отправлена в историческую базу " +"данных. Данные будут удалены из активной базы данных через %d дней." + +#: ../../enterprise/godmode/setup/setup_history.php:244 +msgid "Data days old to keep in active database" +msgstr "" +"Данные возрастом в несколько дней для сохранения в активной базе данных" + +#: ../../enterprise/godmode/setup/setup_history.php:259 +msgid "" +"Number of rows to be sent to historical database each 'delay' seconds. If " +"you experience issues running pandora_db, try decreasing this value." +msgstr "" +"Количество строк, которые будут отправляться в историческую базу данных " +"каждые 'задержка' секунд. Если у вас возникают проблемы при работе " +"pandora_db, попробуйте уменьшить это значение." + +#: ../../enterprise/godmode/setup/setup_history.php:263 +msgid "Transference block size (Step)" +msgstr "Размер блока переноса (Шаг)" + +#: ../../enterprise/godmode/setup/setup_history.php:268 +msgid "Delay between transferences (seconds)" +msgstr "Задержка между передачами (секунды)" + +#: ../../enterprise/godmode/setup/setup_history.php:273 +msgid "Historical data settings" +msgstr "Настройки исторических данных" + +#: ../../enterprise/godmode/setup/setup_history.php:275 +msgid "Maximum historical data age (days)" +msgstr "Максимальный возраст исторических данных (дней)" + +#: ../../enterprise/godmode/setup/setup_history.php:280 +msgid "Maximum historical string data age (days)" +msgstr "Максимальный возраст данных исторической строки (дней)" + +#: ../../enterprise/godmode/setup/setup_history.php:285 +msgid "" +"Data older than 'days' is compacted in order to improve disk utilization." +msgstr "" +"Данные старше 'дней' уплотняются, чтобы улучшить использование диска." + +#: ../../enterprise/godmode/setup/setup_history.php:290 +msgid "" +"Automatically create partitions on specific database IDB files " +"(tagente_datos, tagente_datos_string, tevento). Monthly partitions." +msgstr "" +"Автоматическое создание разделения по определенным файлам IDB базы данных " +"(tagente_datos, tagente_datos_string, tevento). Ежемесячные разделы." + +#: ../../enterprise/godmode/setup/setup_history.php:294 +msgid "Automatic partition of big tables." +msgstr "Автоматическое разбиение больших таблиц." + +#: ../../enterprise/godmode/setup/setup_history.php:305 +msgid "Historical events settings" +msgstr "Настройки исторических событий" + +#: ../../enterprise/godmode/setup/setup_history.php:316 +#, php-format +msgid "" +"Events will remain in active database a maximum of specified days, then they " +"will be transferred to historical database. Note events will be purged from " +"active database after %d days." +msgstr "" +"События будут находиться в активной базе данных максимум указанное " +"количество дней, затем они будут перенесены в историческую базу данных. " +"События будут удалены из активной базы данных через %d дней." + +#: ../../enterprise/godmode/setup/setup_history.php:322 +msgid "Events days old to keep in active database" +msgstr "" +"События возрастом в несколько дней для сохранения в активной базе данных" + +#: ../../enterprise/godmode/setup/setup_history.php:337 +msgid "Events will be purged from historical database after specified days." +msgstr "" +"События будут удалены из исторической базы данных по истечении указанных " +"дней." + +#: ../../enterprise/godmode/setup/setup_history.php:341 +msgid "Maximum historical events age (days)" +msgstr "Максимальный возраст исторических событий (дни)" + +#: ../../enterprise/godmode/setup/setup_history.php:358 +msgid "Enable historical events" +msgstr "Включить исторические события" + +#: ../../enterprise/godmode/setup/setup_history.php:370 +msgid "Customize settings" +msgstr "Настроить параметры" + +#: ../../enterprise/godmode/setup/setup_history.php:382 +msgid "Enable historical database" +msgstr "Включить историческую базу данных" + +#: ../../enterprise/godmode/setup/setup_history.php:404 +msgid "History database connection is available." +msgstr "Доступно подключение к исторической базе данных." + +#: ../../enterprise/godmode/setup/setup_history.php:411 +#, php-format +msgid "History database connection failed: %s" +msgstr "Не удалось подключение к исторической базе данных: %s" + +#: ../../enterprise/godmode/setup/setup_history.php:427 +msgid "History database schema is installed." +msgstr "Установлена схема исторической базы данных." + +#: ../../enterprise/godmode/setup/setup_history.php:436 +#, php-format +msgid "Database is not installed: %s" +msgstr "База данных не установлена: %s" + +#: ../../enterprise/godmode/setup/setup_history.php:441 +msgid "Install database schema" +msgstr "Установите схему базы данных" + +#: ../../enterprise/godmode/setup/setup_history.php:442 +msgid "This action will install the schema into the target, are you sure?" +msgstr "Это действие установит схему в цель, вы уверены?" + +#: ../../enterprise/godmode/setup/setup_history.php:464 +msgid "History database schema is up to date with active database." +msgstr "Схема исторической базы данных обновлена с активной базой данных." + +#: ../../enterprise/godmode/setup/setup_history.php:473 +#, php-format +msgid "Database is not updated: %s" +msgstr "База данных не обновлена: %s" + +#: ../../enterprise/godmode/setup/setup_history.php:488 +msgid "Current schema: " +msgstr "Текущая схема: " + +#: ../../enterprise/godmode/setup/setup_history.php:495 +msgid "Upgrade database schema" +msgstr "Обновление схемы базы данных" + +#: ../../enterprise/godmode/setup/setup_history.php:496 +msgid "" +"This action will schedule the installation or upgrade of database schema " +"into the target, are you sure?" +msgstr "" +"Это действие запланирует установку или обновление схемы базы данных на " +"целевой объект, вы уверены?" + +#: ../../enterprise/godmode/setup/setup_history.php:510 +#: ../../godmode/setup/performance.php:656 +msgid "Database maintenance status" +msgstr "Статус обслуживания базы данных" + +#: ../../enterprise/godmode/setup/setup_history.php:529 +msgid "" +"By enabling historical database, target connection will be tested. If " +"needed, database schema will be applied on your selected target, do you want " +"to proceed?" +msgstr "" +"При включении исторической базы данных будет протестировано целевое " +"соединение. При необходимости схема базы данных будет применена к выбранной " +"цели, хотите ли вы продолжить?" + +#: ../../enterprise/godmode/setup/setup_history.php:530 +msgid "" +"Changing historical database target, schema will be recreated in new one, " +"but old data will remain in previous node, unlinked from this console and " +"not maintained, do you want to proceed?" +msgstr "" +"Изменение цели исторической базы данных, схема будет воссоздана заново, но " +"старые данные останутся в предыдущем узле, не связанные с этой консолью и не " +"поддерживаемые, хотите ли вы продолжить?" + +#: ../../enterprise/godmode/setup/setup_history.php:532 +#, php-format +msgid "" +"Disabling historical database, you will not keep any data older than %d " +"days. Are you sure?" +msgstr "" +"Отключив историческую базу данных, вы не будете хранить данные старше %d " +"дней. Вы уверены?" + +#: ../../enterprise/godmode/setup/setup_history.php:536 +#, php-format +msgid "" +"Historical database allows you to keep data older than %d days. This action " +"will produce no changes. Historical database will remain disabled." +msgstr "" +"Историческая база данных позволяет хранить данные старше %d дней. Это " +"действие не приведет ни к каким изменениям. Историческая база данных " +"останется отключенной." + +#: ../../enterprise/godmode/setup/setup_history.php:541 +msgid "" +"By changing historical database target, the new connection will be tested. " +"If needed, database schema will be applied on your selected target. " +"Information stored in previous configuration will be IGNORED, do you want to " +"proceed?" +msgstr "" +"При изменении цели исторической базы данных новое соединение будет " +"протестировано. При необходимости схема базы данных будет применена к " +"выбранной цели. Информация, сохраненная в предыдущей конфигурации, будет " +"ИГНОРИРОВАНА, хотите ли вы продолжить?" + +#: ../../enterprise/godmode/setup/setup_history.php:544 +msgid "Please ensure all fields matches your needs." +msgstr "" +"Пожалуйста, убедитесь, что все поля соответствуют вашим потребностям." + +#: ../../enterprise/godmode/setup/setup_history.php:678 +msgid "Update scheduled." +msgstr "Обновление запланировано." + +#: ../../enterprise/godmode/setup/setup.php:47 +#: ../../include/functions_config.php:377 +msgid "Forward SNMP traps to agent (if exist)" +msgstr "Переслать SNMP прерывания к агенту (если есть)" + +#: ../../enterprise/godmode/setup/setup.php:48 +msgid "Yes and change status" +msgstr "Да и изменить статус" + +#: ../../enterprise/godmode/setup/setup.php:56 +msgid "Yes without changing status" +msgstr "Да, без изменения статуса" + +#: ../../enterprise/godmode/setup/setup.php:77 +#: ../../include/functions_config.php:381 +msgid "Use Enterprise ACL System" +msgstr "Использовать систему предприятия ACL" + +#: ../../enterprise/godmode/setup/setup.php:104 +#: ../../include/functions_config.php:393 +msgid "Events replication" +msgstr "События репликации" + +#: ../../enterprise/godmode/setup/setup.php:116 +#: ../../include/functions_config.php:398 +msgid "Replication interval" +msgstr "Интервал репликации" + +#: ../../enterprise/godmode/setup/setup.php:124 +msgid "Seconds" +msgstr "Секунды" + +#: ../../enterprise/godmode/setup/setup.php:130 +#: ../../include/functions_config.php:402 +msgid "Replication limit" +msgstr "Предел репликации" + +#: ../../enterprise/godmode/setup/setup.php:144 +msgid "Last replication at" +msgstr "Последняя репликация в" + +#: ../../enterprise/godmode/setup/setup.php:146 +msgid "No replication yet" +msgstr "Пока нет репликации" + +#: ../../enterprise/godmode/setup/setup.php:157 +#: ../../include/functions_config.php:406 +msgid "Replication mode" +msgstr "Репликация режима" + +#: ../../enterprise/godmode/setup/setup.php:160 +msgid "Only validated events" +msgstr "Только утвержденные события" + +#: ../../enterprise/godmode/setup/setup.php:161 +#: ../../godmode/events/event_edit_filter.php:430 +#: ../../operation/events/events_list.php:971 +#: ../../operation/events/events.php:1031 +msgid "All events" +msgstr "Все события" + +#: ../../enterprise/godmode/setup/setup.php:175 +msgid "Metaconsole DB engine" +msgstr "Metaconsole DB engine" + +#: ../../enterprise/godmode/setup/setup.php:178 +#: ../../enterprise/include/class/MySQL.app.php:420 +msgid "MySQL" +msgstr "MySQL" + +#: ../../enterprise/godmode/setup/setup.php:193 +msgid "Metaconsole DB host" +msgstr "Metaconsole DB хост" + +#: ../../enterprise/godmode/setup/setup.php:207 +msgid "Metaconsole DB name" +msgstr "Metaconsole DB имя" + +#: ../../enterprise/godmode/setup/setup.php:221 +msgid "Metaconsole DB user" +msgstr "Metaconsole DB пользователь" + +#: ../../enterprise/godmode/setup/setup.php:235 +msgid "Metaconsole DB password" +msgstr "Metaconsole DB пароль" + +#: ../../enterprise/godmode/setup/setup.php:264 +#: ../../include/functions_config.php:410 +msgid "Show events list in local console (read only)" +msgstr "Показать список событий в местной консоли (читать только)" + +#: ../../enterprise/godmode/setup/setup.php:275 +msgid "Events Configuration Information" +msgstr "Информация о конфигурации событий" + +#: ../../enterprise/godmode/setup/setup.php:277 +msgid "" +" If you are replicating events, events validated or deleted on the " +"metaconsole WILL NOT be deleted or validated here. This option is just to " +"allow local pandora users to see events, but not to operate with them. " +"Operation, when event replication is enabled, should be done only in " +"metaconsole" +msgstr "" +" Если вы реплицируете события, события, подтвержденные или удаленные на " +"метаконсоли, НЕ БУДУТ удалены или подтверждены здесь. Эта опция просто " +"позволяет локальным пользователям pandora видеть события, но не работать с " +"ними. Операции, когда репликация событий включена, должны выполняться только " +"в метаконсоли" + +#: ../../enterprise/godmode/setup/setup.php:282 +#: ../../include/functions_config.php:468 +msgid "Inventory changes blacklist" +msgstr "Черный список изменений инвентаризации" + +#: ../../enterprise/godmode/setup/setup.php:345 +msgid "Out of black list" +msgstr "Вне черного списка" + +#: ../../enterprise/godmode/setup/setup.php:347 +msgid "In black list" +msgstr "В черном списке" + +#: ../../enterprise/godmode/setup/setup.php:352 +msgid "Push selected modules into blacklist" +msgstr "Вставьте выбранные модули в черный список" + +#: ../../enterprise/godmode/setup/setup.php:354 +msgid "Pop selected modules out of blacklist" +msgstr "Поп выбранных модулей из черного списка" + +#: ../../enterprise/godmode/setup/setup.php:366 +#: ../../include/functions_config.php:443 +msgid "Activate Log Collector" +msgstr "Активировать сборщика журнала" + +#: ../../enterprise/godmode/setup/setup.php:390 +msgid "Disable newsletter" +msgstr "Отключить рассылку новостей" + +#: ../../enterprise/godmode/setup/setup.php:401 +msgid "Critical threshold for occupied addresses" +msgstr "Критический порог для занятых адресов" + +#: ../../enterprise/godmode/setup/setup.php:413 +msgid "Warning threshold for occupied addresses" +msgstr "Порог предостережения для занятых адресов" + +#: ../../enterprise/godmode/setup/setup.php:425 +#: ../../include/functions_config.php:463 +msgid "SAP/R3 Plugin Licence" +msgstr "Лицензия на плагин SAP/R3" + +#: ../../enterprise/godmode/setup/setup.php:441 +msgid "Enterprise options" +msgstr "Параметры предприятия" + +#: ../../enterprise/godmode/setup/setup.php:601 +#, php-format +msgid "" +"Password related configuration only applies when local %s authentication is " +"selected." +msgstr "" +"Конфигурация, связанная с паролем, применяется только при выборе локальной " +"аутентификации %s." + +#: ../../enterprise/godmode/setup/setup.php:610 +msgid "Enterprise password policy" +msgstr "Политика паролей предприятия" + +#: ../../enterprise/godmode/setup/setup_skins.php:35 +#: ../../enterprise/godmode/setup/edit_skin.php:41 +msgid "Skins configuration" +msgstr "Скины конфигурации" + +#: ../../enterprise/godmode/setup/setup_skins.php:74 +msgid "Error deleting skin" +msgstr "Ошибка при удалении скина" + +#: ../../enterprise/godmode/setup/setup_skins.php:76 +msgid "Successfully deleted skin" +msgstr "Скин успешно удален" + +#: ../../enterprise/godmode/setup/setup_skins.php:121 +msgid "Skin name" +msgstr "Имя скина" + +#: ../../enterprise/godmode/setup/setup_skins.php:122 +#: ../../enterprise/godmode/setup/edit_skin.php:238 +msgid "Relative path" +msgstr "Относительный путь" + +#: ../../enterprise/godmode/setup/setup_skins.php:149 +msgid "There are no defined skins" +msgstr "Скины не определены" + +#: ../../enterprise/godmode/setup/setup_skins.php:155 +msgid "Create skin" +msgstr "Создать скин" + +#: ../../enterprise/godmode/setup/setup_module_library.php:65 +#: ../../enterprise/godmode/wizards/Cloud.class.php:373 +#: ../../godmode/module_library/module_library_view.php:145 +msgid "Invalid username or password" +msgstr "Недопустимое имя пользователя или пароль" + +#: ../../enterprise/godmode/setup/setup_module_library.php:66 +#: ../../godmode/module_library/module_library_view.php:144 +msgid "Problem with authentication. Check your internet connection" +msgstr "Проблема с аутентификацией. Проверьте подключение к интернету" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:28 +msgid "Metaconsole setup" +msgstr "Установка Мета консоли" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 +msgid "Pandora FMS Metaconsole item edition" +msgstr "Редактирование элементов Мета консоли Pandora FMS" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:199 +msgid "" +"Token previously configured on the destination Pandora console in order to " +"use delegated authentification." +msgstr "" +"Маркер ранее настроенный на консоли Pandora предназначенной для " +"использования делегированной аутентификации." + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:271 +msgid "Console URLxxxxxx" +msgstr "Консоль URLxxxxxx" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:34 +msgid "ElasticSearch IP" +msgstr "ElasticSearch IP" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:34 +msgid "IP of ElasticSearch server" +msgstr "IP-адрес сервера ElasticSearch" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:36 +msgid "ElasticSearch Port" +msgstr "ElasticSearch Порт" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:36 +msgid "Port of ElasticSearch server" +msgstr "Порт сервера ElasticSearch" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:41 +#: ../../include/functions_config.php:1457 +msgid "Days to purge old information" +msgstr "Дни для очистки старой информации" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:45 +msgid "ElasticSearch Status" +msgstr "Состояние ElasticSearch" + +#: ../../enterprise/godmode/setup/setup_auth.php:31 +msgid "Active directory" +msgstr "Активный каталог" + +#: ../../enterprise/godmode/setup/setup_auth.php:32 +msgid "SAML" +msgstr "SAML" + +#: ../../enterprise/godmode/setup/setup_auth.php:84 +msgid "Force automatically create profile user" +msgstr "Принудить автоматическое создание профиля пользователя" + +#: ../../enterprise/godmode/setup/setup_auth.php:89 +msgid "Local command" +msgstr "Локальная команда" + +#: ../../enterprise/godmode/setup/setup_auth.php:92 +msgid "PHP function" +msgstr "Функция PHP" + +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/include/functions_tasklist.php:227 +#: ../../enterprise/include/functions_tasklist.php:282 +#: ../../enterprise/operation/reporting/custom_reporting.php:20 +#: ../../godmode/tag/tag.php:241 ../../godmode/tag/edit_tag.php:220 +#: ../../include/functions_cron.php:511 ../../include/functions_cron.php:566 +#: ../../include/functions_update_manager.php:793 +#: ../../operation/search_users.php:36 +msgid "Email" +msgstr "Электронная почта" + +#: ../../enterprise/godmode/setup/setup_auth.php:170 +#: ../../enterprise/godmode/setup/setup_auth.php:454 +#: ../../enterprise/godmode/setup/setup_auth.php:1230 +msgid "Profiles selected" +msgstr "Выбранные профили" + +#: ../../enterprise/godmode/setup/setup_auth.php:171 +#: ../../enterprise/godmode/setup/setup_auth.php:455 +#: ../../enterprise/godmode/setup/setup_auth.php:1231 +msgid "Groups selected" +msgstr "Выбранные группы" + +#: ../../enterprise/godmode/setup/setup_auth.php:173 +#: ../../enterprise/godmode/setup/setup_auth.php:230 +#: ../../include/functions_profile.php:216 +msgid "No hierarchy" +msgstr "Отсутствие иерархии" + +#: ../../enterprise/godmode/setup/setup_auth.php:174 +#: ../../enterprise/godmode/setup/setup_auth.php:231 +msgid "LDAP Attributes" +msgstr "Атрибуты LDAP" + +#: ../../enterprise/godmode/setup/setup_auth.php:175 +#: ../../enterprise/godmode/setup/setup_auth.php:232 +#: ../../enterprise/godmode/setup/setup_auth.php:458 +#: ../../enterprise/godmode/setup/setup_auth.php:510 +#: ../../enterprise/godmode/setup/setup_auth.php:1234 +#: ../../enterprise/godmode/setup/setup_auth.php:1288 +#: ../../godmode/setup/snmp_wizard.php:44 +msgid "OP" +msgstr "ОП" + +#: ../../enterprise/godmode/setup/setup_auth.php:240 +#: ../../enterprise/godmode/setup/setup_auth.php:517 +#: ../../enterprise/godmode/setup/setup_auth.php:1295 +msgid "Select profile" +msgstr "Выбрать профиль" + +#: ../../enterprise/godmode/setup/setup_auth.php:285 +#: ../../enterprise/godmode/setup/setup_auth.php:555 +#: ../../enterprise/godmode/setup/setup_auth.php:1338 +msgid "Add new permissions" +msgstr "Добавить новые права доступа" + +#: ../../enterprise/godmode/setup/setup_auth.php:383 +#: ../../enterprise/godmode/setup/setup_auth.php:1159 +msgid "New users will be able to log in to the nodes." +msgstr "Новые пользователи смогут войти в узлы." + +#: ../../enterprise/godmode/setup/setup_auth.php:457 +#: ../../enterprise/godmode/setup/setup_auth.php:509 +#: ../../enterprise/godmode/setup/setup_auth.php:1233 +#: ../../enterprise/godmode/setup/setup_auth.php:1287 +msgid "AD Groups" +msgstr "Группы AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:723 +#: ../../enterprise/godmode/setup/setup_auth.php:839 +msgid "You must select a profile from the list of profiles." +msgstr "Вы должны выбрать профиль из списка профилей." + +#: ../../enterprise/godmode/setup/setup_auth.php:728 +#: ../../enterprise/godmode/setup/setup_auth.php:844 +msgid "You must select a group from the list of groups." +msgstr "Вы должны выбрать группу из списка групп." + +#: ../../enterprise/godmode/setup/setup_auth.php:1000 +#: ../../include/functions_config.php:644 +msgid "MySQL host" +msgstr "MySQL хост" + +#: ../../enterprise/godmode/setup/setup_auth.php:1063 +msgid "SimpleSAML path" +msgstr "Путь SimpleSAML" + +#: ../../enterprise/godmode/setup/setup_auth.php:1064 +msgid "Directory where your 'simplesamlphp' folder is located." +msgstr "Каталог, в котором находится ваша папка 'simplesamlphp'." + +#: ../../enterprise/godmode/setup/setup_auth.php:1070 +msgid "SAML source" +msgstr "Источник SAML" + +#: ../../enterprise/godmode/setup/setup_auth.php:1071 +msgid "Authsource name, e.g. 'example-userpass'" +msgstr "Имя источника авторизации, например, 'example-userpass'" + +#: ../../enterprise/godmode/setup/setup_auth.php:1078 +msgid "SAML user id attribute" +msgstr "Атрибут id пользователя SAML" + +#: ../../enterprise/godmode/setup/setup_auth.php:1083 +msgid "SAML mail attribute" +msgstr "Атрибут почты SAML" + +#: ../../enterprise/godmode/setup/setup_auth.php:1084 +msgid "" +"SAML field where search for the user email (while autocreate remote users is " +"enabled)" +msgstr "" +"Поле SAML для поиска электронной почты пользователя (при включенном " +"автосоздании удаленных пользователей)" + +#: ../../enterprise/godmode/setup/setup_auth.php:1091 +msgid "SAML group name attribute" +msgstr "Атрибут имени группы SAML" + +#: ../../enterprise/godmode/setup/setup_auth.php:1092 +msgid "" +"SAML field where search for the group name (while autocreate remote users is " +"enabled)" +msgstr "" +"Поле SAML, в котором выполняется поиск имени группы (при включенном " +"автосоздании удаленных пользователей)" + +#: ../../enterprise/godmode/setup/setup_auth.php:1099 +msgid "Simple attribute / Multivalue attribute" +msgstr "Простой атрибут / Многозначный атрибут" + +#: ../../enterprise/godmode/setup/setup_auth.php:1104 +msgid "SAML profiles and tag attribute" +msgstr "Профили SAML и атрибут тега" + +#: ../../enterprise/godmode/setup/setup_auth.php:1109 +msgid "Profile attribute" +msgstr "Атрибут профиля" + +#: ../../enterprise/godmode/setup/setup_auth.php:1114 +msgid "Tag attribute" +msgstr "Атрибут тега" + +#: ../../enterprise/godmode/setup/setup_auth.php:1119 +msgid "SAML profile and tags prefix" +msgstr "Префикс профиля и тегов SAML" + +#: ../../enterprise/godmode/setup/setup_acl.php:43 +msgid "Enterprise ACL setup" +msgstr "Настройки предприятия ACL" + +#: ../../enterprise/godmode/setup/setup_acl.php:295 +msgid "This record already exists in the database" +msgstr "Эта запись уже существует в базе данных" + +#: ../../enterprise/godmode/setup/setup_acl.php:339 +#: ../../enterprise/godmode/setup/setup_acl.php:414 +msgid "Add new ACL element to profile" +msgstr "Добавить новый ACL элемент к профилю" + +#: ../../enterprise/godmode/setup/setup_acl.php:344 +#: ../../enterprise/godmode/setup/setup_acl.php:459 +msgid "Section" +msgstr "Раздел" + +#: ../../enterprise/godmode/setup/setup_acl.php:351 +#: ../../enterprise/godmode/setup/setup_acl.php:561 +msgid "Mobile" +msgstr "Мобильный" + +#: ../../enterprise/godmode/setup/setup_acl.php:355 +#: ../../enterprise/godmode/setup/setup_acl.php:557 +msgid "Head search" +msgstr "Поиск заголовка" + +#: ../../enterprise/godmode/setup/setup_acl.php:372 +#: ../../enterprise/godmode/setup/setup_acl.php:460 +msgid "Section 2" +msgstr "Раздел 2" + +#: ../../enterprise/godmode/setup/setup_acl.php:389 +#: ../../enterprise/godmode/setup/setup_acl.php:461 +msgid "Section 3" +msgstr "Раздел 3" + +#: ../../enterprise/godmode/setup/setup_acl.php:413 +msgid "Hidden" +msgstr "Скрытое" + +#: ../../enterprise/godmode/setup/setup_acl.php:419 +msgid "Page" +msgstr "Страница" + +#: ../../enterprise/godmode/setup/setup_acl.php:438 +msgid "Filter by profile" +msgstr "Фильтр по профилю" + +#: ../../enterprise/godmode/setup/setup_acl.php:458 +#: ../../godmode/users/configure_profile.php:231 +#: ../../godmode/massive/massive_delete_profiles.php:120 +#: ../../godmode/massive/massive_add_profiles.php:116 +#: ../../include/functions_profile.php:213 +#: ../../operation/users/user_edit.php:778 +msgid "Profile name" +msgstr "Имя профиля" + +#: ../../enterprise/godmode/setup/setup_acl.php:616 +#: ../../enterprise/godmode/setup/setup_acl.php:626 +msgid "Invalid" +msgstr "Ошибка" + +#: ../../enterprise/godmode/setup/setup_acl.php:658 +#: ../../enterprise/godmode/reporting/visual_console_template.php:293 +#: ../../enterprise/operation/agentes/wux_console_view.php:574 +#: ../../include/ajax/visual_console_builder.ajax.php:343 +#: ../../include/functions_visual_map.php:2833 +msgid "No data to show" +msgstr "Нет данных для показа" + +#: ../../enterprise/godmode/setup/edit_skin.php:44 +msgid "Successfully updated skin" +msgstr "Скин успешно обновлен" + +#: ../../enterprise/godmode/setup/edit_skin.php:46 +#: ../../enterprise/godmode/setup/edit_skin.php:64 +msgid "Error updating skin" +msgstr "Ошибка при обновлении скина" + +#: ../../enterprise/godmode/setup/edit_skin.php:194 +msgid "Error creating skin" +msgstr "Ошибка при обновлении скина" + +#: ../../enterprise/godmode/setup/edit_skin.php:198 +msgid "Successfully created skin" +msgstr "Скин успешно создан" + +#: ../../enterprise/godmode/setup/edit_skin.php:239 +msgid "" +"Zip file with skin subdirectory. The name of the zip file only can have " +"alphanumeric characters." +msgstr "" +"Заархивированный файл со скином подкаталога. Название архива может иметь " +"только буквы и цифры." + +#: ../../enterprise/godmode/setup/edit_skin.php:264 +msgid "Group/s" +msgstr "Группа/ы" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:142 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 msgid "Cleanup sucessfully" msgstr "Очистка успешна" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:145 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 msgid "Cleanup error" msgstr "Ошибка очистки" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:190 +msgid "No item could be applied to report." +msgstr "Ни один элемент не может быть применен к отчету." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:193 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:146 msgid "Sucessfully applied" msgstr "Успешно применено" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:193 msgid "reports" msgstr "отчеты" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:193 msgid "items" msgstr "элементы" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:195 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:148 msgid "Could not be applied" msgstr "Не может быть применено" #: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 -#: ../../godmode/massive/massive_operations.php:215 +#: ../../godmode/massive/massive_operations.php:332 msgid "" "In order to perform massive operations, PHP needs a correct configuration in " "timeout parameters. Please, open your PHP configuration file (php.ini) for " @@ -15794,80 +18621,112 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 msgid "Create template report wizard" -msgstr "" +msgstr "Помощник создания шаблона отчета" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:261 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:163 msgid "Clean up template" msgstr "Очистить шаблон" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:268 msgid "Create report per agent" msgstr "Создание отчета агента" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:277 +#: ../../enterprise/include/functions_cron.php:224 +#: ../../enterprise/include/functions_tasklist.php:281 +#: ../../enterprise/include/functions_reporting_csv.php:2076 +#: ../../enterprise/include/functions_reporting_csv.php:2080 +#: ../../godmode/reporting/reporting_builder.php:828 +#: ../../include/functions_cron.php:565 ../../operation/search_reports.php:34 +#: ../../operation/reporting/custom_reporting.php:34 +msgid "Report name" +msgstr "Название отчёта" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:277 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:283 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:226 msgid "Target group" -msgstr "" +msgstr "Целевая группа" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:322 msgid "Filter by" -msgstr "" +msgstr "Фильтровать по" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:398 msgid "Filter tag" -msgstr "" +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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:422 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:167 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:194 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:200 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:775 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:777 +#: ../../include/functions_snmp_browser.php:1505 +#: ../../include/functions_snmp_browser.php:1507 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:415 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:271 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:775 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:425 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:277 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:208 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:200 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:777 msgid "Agents to apply" msgstr "Агенты для применения" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:466 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:294 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:225 msgid "Add agents to template" msgstr "Добавить агенты к шаблону" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:478 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:296 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:229 msgid "Undo agents to template" msgstr "Отменить агенты шаблона" -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:429 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:499 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:314 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:247 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:826 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:857 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:621 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:651 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:409 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:441 msgid "Please set template distinct than " msgstr "Пожалуйста, примените шаблон, отличный чем " -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:776 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:830 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:625 +msgid "Please set agent distinct than " +msgstr "Пожалуйста, установите агента, отличного от " + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:852 +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:646 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:436 msgid "" "This will be delete all reports created in previous template applications. " "Do you want to continue?" @@ -15875,227 +18734,587 @@ 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/aws_view.php:53 +msgid "Instance" +msgstr "Экземпляр" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 -msgid "List templates" -msgstr "Список шаблонов" +#: ../../enterprise/godmode/reporting/aws_view.php:54 +#: ../../include/class/Diagnostics.class.php:716 +msgid "CPU" +msgstr "CPU" -#: ../../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/aws_view.php:55 +msgid "IO read" +msgstr "Чтение IO" -#: ../../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/aws_view.php:56 +msgid "IO write" +msgstr "Запись IO" -#: ../../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 "HTML" +#: ../../enterprise/godmode/reporting/aws_view.php:57 +msgid "Disk read" +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 "XML" +#: ../../enterprise/godmode/reporting/aws_view.php:58 +msgid "Disk write" +msgstr "Запись диска" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:335 -#: ../../godmode/reporting/reporting_builder.php:607 -msgid "HTML view" -msgstr "HTML просмотр" +#: ../../enterprise/godmode/reporting/aws_view.php:59 +msgid "Network in" +msgstr "Сетевой вход" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:337 -#: ../../godmode/reporting/reporting_builder.php:608 -msgid "Export to XML" -msgstr "Экспорт в XML" +#: ../../enterprise/godmode/reporting/aws_view.php:60 +msgid "Network out" +msgstr "Сетевой выход" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:375 -msgid "You haven't created templates yet." +#: ../../enterprise/godmode/reporting/aws_view.php:106 +#: ../../enterprise/godmode/reporting/aws_view.php:133 +#: ../../enterprise/operation/menu.php:45 +msgid "AWS View" +msgstr "Вид AWS" + +#: ../../enterprise/godmode/reporting/aws_view.php:128 +msgid "Failed to retrieve AWS information using selected account." msgstr "" +"Не удалось получить информацию AWS с помощью выбранной учетной записи." -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:386 -msgid "Generate a dynamic report\"" +#: ../../enterprise/godmode/reporting/aws_view.php:141 +msgid "AWS credentials not validated." +msgstr "Учетные данные AWS не подтверждены." + +#: ../../enterprise/godmode/reporting/aws_view.php:145 +msgid "Discovery Cloud: AWS" +msgstr "Discovery Cloud: AWS" + +#: ../../enterprise/godmode/reporting/aws_view.php:150 +msgid "Please, select an account: " +msgstr "Пожалуйста, выберите аккаунт: " + +#: ../../enterprise/godmode/reporting/aws_view.php:159 +msgid "CREATE CLOUD MONITORING DISCOVERY TASK" +msgstr "СОЗДАНИЕ ЗАДАЧИ DISCOVERY МОНИТОРИНГА В ОБЛАКЕ" + +#: ../../enterprise/godmode/reporting/aws_view.php:162 +msgid "" +"Within this view you will find information collected using Discovery Cloud " +"AWS task. You will be able to see the most relevant information about your " +"infrastructure, such as the current cost of your contracted services, the " +"number of instances per region or resource usage metrics. In order to " +"collect this information you must create a Cloud Monitoring Discovery task." msgstr "" +"В этом виде вы найдете информацию, собранную с помощью задачи Discovery " +"Cloud AWS. Вы сможете увидеть наиболее актуальную информацию о вашей " +"инфраструктуре, например, текущую стоимость сервисов по контракту, " +"количество экземпляров на регион или метрики использования ресурсов. Для " +"сбора этой информации необходимо создать задачу Cloud Monitoring Discovery." -#: ../../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/aws_view.php:165 +msgid "Press the create button to begin." +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/aws_view.php:194 +msgid "Instance table" +msgstr "Таблица экземпляров" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 -msgid "Add agents" +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:62 +#: ../../enterprise/godmode/reporting/visual_console_template.php:63 +#: ../../godmode/reporting/map_builder.php:61 +#: ../../godmode/reporting/visual_console_favorite.php:53 +msgid "Visual Console List" +msgstr "Список визуальных консолей" + +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:74 +#: ../../enterprise/godmode/reporting/visual_console_template.php:75 +#: ../../godmode/reporting/map_builder.php:73 +#: ../../godmode/reporting/visual_console_favorite.php:65 +#: ../../godmode/reporting/visual_console_favorite.php:99 +msgid "Visual Favourite Console" +msgstr "Избранная визуальная консоль" + +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:87 +#: ../../enterprise/godmode/reporting/visual_console_template.php:88 +#: ../../godmode/reporting/map_builder.php:86 +#: ../../godmode/reporting/visual_console_favorite.php:78 +msgid "Visual Console Template" +msgstr "Шаблон визуальной консоли" + +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:99 +#: ../../enterprise/godmode/reporting/visual_console_template.php:100 +#: ../../godmode/reporting/map_builder.php:98 +#: ../../godmode/reporting/visual_console_favorite.php:90 +msgid "Visual Console Template Wizard" +msgstr "Мастер шаблонов визуальной консоли" + +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:190 +msgid "Visual console name" +msgstr "Имя визуальной консоли" + +#: ../../enterprise/godmode/reporting/visual_console_template_wizard.php:190 +msgid "" +"You can use macro _agentalias_ here. Left in blank if you want to use " +"default name: Template name - agent alias" msgstr "" +"Здесь можно использовать макрос _agentalias_. Оставляется пустым, если вы " +"хотите использовать имя по умолчанию: Имя шаблона - алиас агента" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 -msgid "Undo agents" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:109 +#: ../../enterprise/godmode/reporting/mysql_builder.php:192 +#: ../../enterprise/include/ajax/transactional.ajax.php:83 +#: ../../extensions/insert_data.php:205 ../../godmode/setup/gis_step_2.php:476 +#: ../../godmode/setup/snmp_wizard.php:100 +#: ../../godmode/reporting/visual_console_builder.data.php:226 +#: ../../godmode/reporting/reporting_builder.main.php:45 +#: ../../operation/agentes/graphs.php:342 +msgid "Save" +msgstr "Сохранить" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:184 +msgid "Edit template" +msgstr "Редактировать шаблон" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:209 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:846 +msgid "" +"Case insensitive regular expression for agent alias. For example: Network.* " +"will match with the following agent alias: network_agent1, NetworK CHECKS" msgstr "" +"Нечувствительное к регистру регулярное выражение для алиас агента. Например: " +"Network.* будет соответствовать следующему псевдониму агента: " +"network_agent1, NetworK CHECKS" -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 -msgid "Generate" -msgstr "" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:222 +#: ../../godmode/reporting/reporting_builder.main.php:226 +msgid "Generate cover page in PDF render" +msgstr "Создать титульную страницу в PDF рендере" -#: ../../enterprise/godmode/reporting/mysql_builder.php:28 -#: ../../enterprise/godmode/reporting/mysql_builder.php:122 -msgid "Custom Mysql template builder" -msgstr "Пользовательские Mysql шаблоны разработчика" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:230 +#: ../../godmode/reporting/reporting_builder.main.php:234 +msgid "Generate index in PDF render" +msgstr "Создать индекс в PDF рендере" -#: ../../enterprise/godmode/reporting/mysql_builder.php:59 -msgid "Create custom SQL" -msgstr "Создать пользовательский SQL" +#: ../../enterprise/godmode/reporting/graph_template_list.php:38 +#: ../../enterprise/godmode/reporting/graph_template_list.php:57 +#: ../../enterprise/godmode/reporting/graph_template_list.php:71 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:83 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 +#: ../../godmode/reporting/graph_builder.php:292 +#: ../../godmode/reporting/graph_container.php:61 +#: ../../godmode/reporting/graphs.php:51 ../../godmode/reporting/graphs.php:65 +#: ../../operation/reporting/graph_viewer.php:161 +#: ../../operation/reporting/graph_viewer.php:193 +msgid "Graph list" +msgstr "Графический список" -#: ../../enterprise/godmode/reporting/mysql_builder.php:70 -msgid ": Create new custom" -msgstr ": Cоздать нового пользавателя" +#: ../../enterprise/godmode/reporting/graph_template_list.php:95 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:111 +#: ../../godmode/reporting/create_container.php:188 +#: ../../godmode/reporting/graph_container.php:85 +#: ../../godmode/reporting/graph_container.php:91 +msgid "Graph container" +msgstr "Вместитель графиков" -#: ../../enterprise/godmode/reporting/mysql_builder.php:90 -msgid "Create new custom" -msgstr "" +#: ../../enterprise/godmode/reporting/graph_template_list.php:102 +msgid "Graph template management" +msgstr "Управление шаблоном графика" -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Successfully operation" -msgstr "Успешная операция" +#: ../../enterprise/godmode/reporting/graph_template_list.php:169 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:440 +#: ../../godmode/alerts/alert_list.list.php:55 +msgid "Template name" +msgstr "Название шаблона" -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Could not be operation" -msgstr "Не могут быть операции" +#: ../../enterprise/godmode/reporting/graph_template_list.php:218 +msgid "There are no defined graph templates" +msgstr "Здесь нет определенных шаблонов графика" -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 -#: ../../include/functions_reports.php:587 +#: ../../enterprise/godmode/reporting/graph_template_list.php:223 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:610 +#: ../../enterprise/godmode/reporting/visual_console_template.php:242 +msgid "Create template" +msgstr "Создать шаблон" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:43 +msgid "Not created. Blank name" +msgstr "Не создано. Пустое имя" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:78 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 +msgid "Graph template editor" +msgstr "Радактор шаблона графика" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:123 +#: ../../godmode/modules/manage_nc_groups.php:94 +#: ../../godmode/netflow/nf_edit_form.php:118 +#: ../../godmode/events/event_edit_filter.php:199 +msgid "Not updated. Blank name" +msgstr "Не обновлено. Имя не заполненно" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:141 +msgid "Template updated successfully" +msgstr "Шаблон обновлен успешно" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:142 +#: ../../include/class/ModuleTemplates.class.php:355 +msgid "Error updating template" +msgstr "Ошибка при обновлении шаблона" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 +#: ../../godmode/setup/gis_step_2.php:354 +#: ../../godmode/reporting/visual_console_builder.wizard.php:180 +#: ../../godmode/events/event_responses.editor.php:137 +#: ../../include/functions_visual_map_editor.php:97 +#: ../../include/functions_visual_map_editor.php:668 +#: ../../include/rest-api/models/VisualConsole/Items/Line.php:469 +#: ../../include/rest-api/models/VisualConsole/Items/NetworkLink.php:920 +msgid "Width" +msgstr "Ширина" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:180 +#: ../../godmode/setup/gis_step_2.php:354 +#: ../../godmode/reporting/visual_console_builder.wizard.php:181 +#: ../../godmode/events/event_responses.editor.php:139 +#: ../../include/functions_visual_map_editor.php:673 +msgid "Height" +msgstr "Высота" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../godmode/setup/performance.php:526 +#: ../../godmode/reporting/create_container.php:346 +#: ../../include/functions.php:2700 ../../include/functions.php:3365 +#: ../../include/ajax/module.php:200 ../../include/ajax/graph.ajax.php:146 +#: ../../operation/gis_maps/render_view.php:143 +msgid "1 hour" +msgstr "1 час" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../operation/gis_maps/render_view.php:144 +msgid "2 hours" +msgstr "2 часа" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +msgid "3 hours" +msgstr "3 часа" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 +#: ../../include/ajax/module.php:201 +msgid "6 hours" +msgstr "6 часов" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 +#: ../../godmode/setup/performance.php:527 ../../include/ajax/module.php:202 +msgid "12 hours" +msgstr "12 часов" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../godmode/reporting/create_container.php:350 +#: ../../include/functions.php:2703 ../../include/ajax/module.php:203 +#: ../../include/ajax/graph.ajax.php:150 +msgid "1 day" +msgstr "1 день" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:529 +msgid "2 days" +msgstr "2 дня" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 +msgid "4 days" +msgstr "4 дня" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 +#: ../../godmode/setup/performance.php:531 +msgid "Last week" +msgstr "Прошлая неделя" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../godmode/reporting/create_container.php:354 +#: ../../include/functions.php:2705 ../../include/ajax/module.php:205 +#: ../../include/ajax/graph.ajax.php:154 +msgid "15 days" +msgstr "15 дней" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:195 +#: ../../godmode/setup/performance.php:533 +msgid "Last month" +msgstr "Прошлый месяц" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:196 +msgid "2 months" +msgstr "2 месяца" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:197 +#: ../../include/ajax/module.php:208 +msgid "6 months" +msgstr "6 месяцев" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../include/functions.php:2709 ../../include/ajax/module.php:209 +msgid "1 year" +msgstr "1 год" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:203 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1660 +#: ../../enterprise/include/functions_reporting_csv.php:460 +#: ../../enterprise/include/functions_reporting_csv.php:463 +#: ../../enterprise/include/functions_reporting_csv.php:743 +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:858 +#: ../../enterprise/include/functions_reporting_csv.php:918 +#: ../../enterprise/include/functions_reporting_csv.php:1082 +#: ../../enterprise/include/functions_reporting_csv.php:1113 +#: ../../enterprise/include/functions_reporting_csv.php:1168 +#: ../../enterprise/include/functions_reporting_csv.php:1272 +#: ../../enterprise/include/functions_reporting_csv.php:1327 +#: ../../enterprise/include/functions_reporting_csv.php:1393 +#: ../../enterprise/include/functions_reporting_csv.php:1779 +#: ../../godmode/agentes/module_manager_editor_prediction.php:159 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1086 +#: ../../godmode/reporting/visual_console_builder.elements.php:107 +#: ../../godmode/reporting/visual_console_builder.wizard.php:262 +#: ../../godmode/reporting/graph_builder.main.php:196 +#: ../../include/functions_visual_map_editor.php:788 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:393 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:631 +msgid "Period" +msgstr "Период" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:207 +msgid "Stacked" +msgstr "Вложенные" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:214 +#: ../../godmode/reporting/graph_builder.main.php:215 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:316 +#: ../../operation/reporting/graph_viewer.php:316 +msgid "Stacked area" +msgstr "Область накопления" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:216 +#: ../../godmode/reporting/graph_builder.main.php:217 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:318 +#: ../../operation/reporting/graph_viewer.php:318 +msgid "Stacked line" +msgstr "График накопления" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 +#: ../../include/functions_reports.php:803 msgid "Top n" msgstr "Верх n" -#: ../../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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:47 +#: ../../enterprise/include/functions_reporting_csv.php:812 +#: ../../include/functions_reports.php:782 +#: ../../include/functions_reporting.php:2539 +msgid "Exception" +msgstr "Исключение" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:55 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:196 +#: ../../godmode/reporting/reporting_builder.item_editor.php:56 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:56 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:197 +#: ../../godmode/reporting/reporting_builder.item_editor.php:57 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:53 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:57 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:198 +#: ../../godmode/reporting/reporting_builder.item_editor.php:58 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:74 +#: ../../enterprise/include/functions_reporting.php:78 +msgid "Global" +msgstr "Общий" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:205 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:192 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1637 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1063 +#: ../../include/functions_reports.php:755 msgid "Last value" -msgstr "" +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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:797 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1639 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4677 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1065 +#: ../../godmode/reporting/reporting_builder.item_editor.php:5964 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 "" +"Внимание: отчеты периода 0 не могут быть использованы для отображения " +"информации в прошлом. Информация, содержащаяся в такого рода отчетах, всегда " +"будет сообщать о самой последней информации" -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:208 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:191 +#: ../../godmode/reporting/graph_builder.graph_editor.php:349 +#: ../../godmode/reporting/visual_console_builder.wizard.php:428 +msgid "" +"If you select several agents, only the common modules will be displayed" +msgstr "" +"Если вы выбрали несколько агентов, будут отображаться только общие модули" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:250 +#: ../../enterprise/include/functions_reporting_csv.php:942 +#: ../../include/functions_reporting_html.php:4209 msgid "Sum" msgstr "Итого" -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 -#: ../../include/functions_reporting.php:4234 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:262 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:392 +#: ../../include/functions_reporting.php:8771 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:298 +#: ../../enterprise/include/class/Omnishell.class.php:520 +#: ../../godmode/agentes/agent_manager.php:307 +#: ../../godmode/snmpconsole/snmp_alert.php:1524 +#: ../../include/class/ModuleTemplates.class.php:967 +#: ../../operation/events/events.php:1633 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2174 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2029 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:325 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2190 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2630 +msgid "Show in the same row" +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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:326 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2192 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2632 +msgid "Show one module per row with all its operations" +msgstr "Показать один модуль в строке со всеми его операциями" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:338 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:336 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2210 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2754 +#: ../../enterprise/operation/log/log_viewer.php:486 +#: ../../godmode/netflow/nf_item_list.php:182 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2043 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2653 +#: ../../include/lib/Dashboard/Widgets/top_n.php:266 +msgid "Order" +msgstr "Порядок" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:61 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:202 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2213 +#: ../../enterprise/operation/log/log_viewer.php:483 +#: ../../godmode/reporting/reporting_builder.item_editor.php:62 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2046 +#: ../../include/lib/Dashboard/Widgets/top_n.php:261 +msgid "Ascending" +msgstr "По возрастанию" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:345 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:311 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:62 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:203 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2220 +#: ../../enterprise/operation/log/log_viewer.php:482 +#: ../../godmode/reporting/reporting_builder.item_editor.php:63 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2053 +#: ../../include/lib/Dashboard/Widgets/top_n.php:260 +msgid "Descending" +msgstr "По убыванию" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:347 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:318 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2060 +#: ../../include/lib/Dashboard/Widgets/top_n.php:262 +msgid "By agent name" +msgstr "По имени агента" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:355 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2239 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2072 +#: ../../include/lib/Dashboard/Widgets/top_n.php:248 +msgid "Quantity (n)" +msgstr "Количество (н)" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:367 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2102 +#: ../../include/lib/Dashboard/Widgets/top_n.php:285 +#: ../../operation/agentes/ver_agente.php:1529 +msgid "Display" +msgstr "Отображать" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:422 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2351 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2215 +#: ../../include/functions_reporting.php:2561 msgid "Everything" msgstr "все" -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1554 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:424 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2358 msgid ">=" msgstr ">=" -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1556 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:426 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2365 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:430 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2379 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2223 +#: ../../include/functions_reporting_html.php:2806 +msgid "Not OK" +msgstr "Не ОК" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:438 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:347 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2391 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2235 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:450 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:333 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2496 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2337 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 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:450 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2497 msgid "" "Show a resume table with max, min, average of total modules on the report " "bottom" @@ -16103,155 +19322,716 @@ 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/reporting_builder.global.php:465 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:784 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:367 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3156 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3008 +msgid "Show item in landscape format (only PDF)" +msgstr "Показать элемент в альбомном формате (только PDF)" -#: ../../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/reporting_builder.global.php:481 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:800 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:381 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3017 +msgid "Page break at the end of the item (only PDF)" +msgstr "Разрыв страницы в конце элемента (только PDF)" -#: ../../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_wizard.php:117 +msgid "Wizard template" +msgstr "Шаблон Wizard" -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 -msgid "Decrease Weight" -msgstr "Уменьшить значение" +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:90 +msgid "Advance Reporting" +msgstr "Расширенная отчетность" -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 -msgid "Increase Weight" -msgstr "Повысить значение" +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:106 +msgid "Page orientation" +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.advanced.php:114 +#: ../../include/functions_visual_map_editor.php:843 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:464 +msgid "Vertical" +msgstr "Вертикальная" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:181 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:123 +#: ../../include/functions_visual_map_editor.php:844 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:463 +msgid "Horizontal" +msgstr "Горизонтальная" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:112 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:121 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1617 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:258 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/reporting/create_container.php:364 +#: ../../godmode/reporting/create_container.php:473 +#: ../../godmode/reporting/create_container.php:527 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1040 +msgid "Time lapse" +msgstr "Временной интервал" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:299 msgid "Order:" -msgstr "" +msgstr "Порядок:" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:335 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 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:355 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2476 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2317 msgid "Show address instead module name" -msgstr "" +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 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:356 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2318 msgid "Show the main address of agent." -msgstr "" +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 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:374 +#: ../../godmode/reporting/graphs.php:103 ../../operation/menu.php:325 +msgid "Custom graphs" +msgstr "Пользовательские графики" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:425 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2100 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1923 +#: ../../include/functions_reports.php:797 +msgid "SQL query" +msgstr "Запрос SQL" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:449 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2820 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2709 +msgid "Failover mode" +msgstr "Режим обхода отказа" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:450 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:289 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2821 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2710 +msgid "" +"SLA calculation must be performed taking into account the failover modules " +"assigned to the primary module" +msgstr "" +"Расчет SLA должен выполняться с учетом модулей обхода отказа, назначенных " +"основному модулю" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:467 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:306 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2840 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2729 +msgid "Failover type" +msgstr "Тип обхода отказа" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:472 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:311 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2845 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2734 +msgid "Failover normal" +msgstr "Нормальный обход отказа" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:484 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:323 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2857 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2746 +msgid "Failover simple" +msgstr "Простой обход отказа" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:524 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2284 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2133 +msgid "Graph render" +msgstr "Рендеринг графика" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:530 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2290 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2139 +msgid "Avg, max & min" +msgstr "Средн, макс и мин" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:531 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2140 +msgid "Max only" +msgstr "Только макс" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:532 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2292 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2141 +msgid "Min only" +msgstr "Только мин" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:533 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2293 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2142 +msgid "Avg only" +msgstr "Только среднее" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2176 +#: ../../mobile/operation/module_graph.php:434 +#: ../../operation/agentes/stat_win.php:349 msgid "Time compare (Overlapped)" msgstr "Время сравнения (Перекрывающееся)" -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:560 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2306 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2156 +msgid "Full resolution graph (TIP)" +msgstr "График с полным разрешением (TIP)" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:561 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2307 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2157 +#: ../../operation/agentes/stat_win.php:377 +#: ../../operation/agentes/interface_traffic_graph_win.php:236 +msgid "" +"TIP mode charts do not support average - maximum - minimum series, you can " +"only enable TIP or average, maximum or minimum series" msgstr "" +"Графики в режиме TIP не поддерживают среднюю - максимальную - минимальную " +"серии, вы можете включить только TIP или среднюю, максимальную или " +"минимальную серии." -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:131 -msgid "Available" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:577 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2191 +#: ../../godmode/reporting/graph_builder.main.php:245 +#: ../../include/functions.php:4114 ../../include/functions.php:4122 +msgid "Percentil" +msgstr "Процент" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:578 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2318 +msgid "" +"If this option was checked, only adding in elements that type of modules " +"support this option." 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/reporting_builder.wizard.php:592 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2591 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2434 +msgid "Show Summary group" +msgstr "Показать обзор группы" -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:140 -msgid "Push the selected services into the list" -msgstr "" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:656 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2660 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2503 +msgid "Event Status" +msgstr "Статус события" -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:145 -msgid "Remove the services from the list" -msgstr "" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:682 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2687 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2547 +#: ../../operation/agentes/tactical.php:228 +msgid "Event graphs" +msgstr "Графики событий" -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:199 -msgid "Icon preview" -msgstr "" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:686 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2691 +msgid "By agent" +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/reporting_builder.wizard.php:696 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2701 +msgid "By user validator" +msgstr "По пользовательскому утверждению" -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:275 -msgid "The services list is empty" -msgstr "" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:706 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2711 +msgid "By criticity" +msgstr "По критичности" -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "Шаблон Wizard" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:716 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2721 +msgid "Validated vs unvalidated" +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 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:735 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1124 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 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:760 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 +msgid "Projection period" +msgstr "Прогнозируемый период" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:771 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2064 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1950 +msgid "Serialized header" +msgstr "Сериализованный заголовок" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:771 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2065 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1951 +msgid "The separator character is |" +msgstr "Разделительный знак - |" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:775 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2132 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1987 +msgid "Field separator" +msgstr "Разделительное поле" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:775 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2133 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1988 +msgid "Separator for different fields in the serialized text chain" +msgstr "Разделитель для различных полей в последовательном цепочке текста" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:779 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2153 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2008 +msgid "Line separator" +msgstr "Разделительная линия" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:779 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2154 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2009 +msgid "" +"Separator in different lines (composed by fields) of the serialized text " +"chain" +msgstr "" +"Разделитель различных линий (состоящих из полей) в последовательную цепочку " +"текста" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:817 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3140 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2897 +msgid "Uncompress module" +msgstr "Распаковать модуль" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:818 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3141 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2898 +msgid "Use uncompressed module data." +msgstr "Используйте несжатые данные модуля." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:881 +#: ../../enterprise/include/functions_massive.php:54 +#: ../../godmode/massive/massive_delete_action_alerts.php:163 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_modules.php:1910 +#: ../../godmode/reporting/visual_console_builder.php:582 +#: ../../include/functions_visual_map.php:2674 +msgid "No modules selected" +msgstr "Не выбраны модули" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:104 +#: ../../enterprise/include/functions_reporting.php:67 +msgid "Wizard SLA" +msgstr "Мастер SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:128 +#: ../../enterprise/include/functions_reporting.php:2222 +#: ../../include/functions_reports.php:693 +msgid "Monthly S.L.A." +msgstr "Ежемесячный S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:129 +#: ../../enterprise/include/functions_reporting.php:3184 +#: ../../include/functions_reports.php:697 +msgid "Weekly S.L.A." +msgstr "Еженедельный S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:130 +msgid "hourly S.L.A." +msgstr "Ежечасный S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:131 +msgid "Availability Graph S.L.A." +msgstr "График доступности S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:134 +#: ../../enterprise/include/functions_reporting.php:5372 +#: ../../include/functions_reports.php:707 +msgid "Services S.L.A." +msgstr "Сервисы S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:254 +msgid "SLA min value" +msgstr "SLA мин значение" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:254 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:260 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:266 +msgid "Enter possible range of values in SLA." +msgstr "Введите возможный диапазон значений в SLA." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:255 +msgid "SLA min Value" +msgstr "SLA мин Значение" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:260 +msgid "SLA max value" +msgstr "SLA макс значение" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:261 +msgid "SLA max Value" +msgstr "SLA макс Значение" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:266 +msgid "SLA Limit %" +msgstr "SLA Лимит %" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:267 +msgid "SLA Limit Value" +msgstr "SLA Лимит Значений" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:272 +msgid "Dynamic SLA" +msgstr "Динамический SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:279 +msgid "Inverse SLA" +msgstr "Инверсный SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:336 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2755 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2654 +msgid "SLA items sorted by fulfillment value" +msgstr "SLA элементы сортируются по выполнению значения" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1137 msgid "Only display wrong SLAs" msgstr "Отображать только неправильные SLAs" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:744 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:353 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2873 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2762 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1358 +#: ../../include/functions_reporting_html.php:4038 +#: ../../include/functions_reporting_html.php:4316 +#: ../../include/functions_reporting_html.php:4453 +#: ../../include/functions_netflow.php:1028 +#: ../../include/lib/Dashboard/Widgets/tactical.php:286 +msgid "Summary" +msgstr "Сводка" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:420 +msgid "Please introduce a SLA max value higher than the SLA min value" +msgstr "" +"Пожалуйста, введите максимальное значение SLA выше, чем минимальное значение " +"SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:544 +msgid "Dynamic SLA can not be Inverse" +msgstr "Динамический SLA не может быть инверсным" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:549 +msgid "Check Dynamic SLA or introduce a max and min SLA value" +msgstr "" +"Проверка динамического SLA или введение максимального и минимального " +"значения SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:553 +msgid "SLA Limit value is needed" +msgstr "Необходимо предельное значение SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:142 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:209 +#: ../../enterprise/include/functions_reporting.php:7593 +#: ../../enterprise/include/functions_reporting.php:7659 +#: ../../godmode/reporting/reporting_builder.php:3198 +#: ../../operation/reporting/reporting_viewer.php:115 +msgid "Item editor" +msgstr "Элемент редактирования" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:196 +#: ../../godmode/reporting/reporting_builder.php:3194 +#: ../../operation/reporting/reporting_viewer.php:106 +msgid "List items" +msgstr "Список элементов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:172 +msgid "List templates" +msgstr "Список шаблонов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../godmode/reporting/reporting_builder.php:830 +#: ../../operation/search_reports.php:36 +#: ../../operation/reporting/custom_reporting.php:36 +msgid "HTML" +msgstr "HTML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:445 +#: ../../godmode/reporting/reporting_builder.php:831 +#: ../../operation/search_reports.php:37 +#: ../../operation/reporting/custom_reporting.php:37 +msgid "XML" +msgstr "XML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:446 +#: ../../enterprise/operation/reporting/custom_reporting.php:14 +msgid "PDF" +msgstr "PDF" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:447 +#: ../../enterprise/operation/reporting/custom_reporting.php:16 +msgid "JSON" +msgstr "JSON" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:448 +#: ../../enterprise/operation/reporting/custom_reporting.php:18 +#: ../../extensions/insert_data.php:196 +#: ../../operation/agentes/exportdata.php:378 +msgid "CSV" +msgstr "CSV" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:505 +#: ../../godmode/reporting/reporting_builder.php:971 +msgid "HTML view" +msgstr "HTML просмотр" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:513 +#: ../../godmode/reporting/reporting_builder.php:981 +msgid "Export to XML" +msgstr "Экспорт в XML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:521 +#: ../../enterprise/operation/reporting/custom_reporting.php:64 +#: ../../include/class/Diagnostics.class.php:142 +msgid "Export to PDF" +msgstr "Экспорт в PDF" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:529 +#: ../../enterprise/operation/reporting/custom_reporting.php:72 +msgid "Export to JSON" +msgstr "Экспорт в JSON" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:604 +msgid "You haven't created templates yet." +msgstr "Вы еще не создали шаблоны." + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:624 +msgid "Generate a dynamic report" +msgstr "Создание динамического отчета" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:702 +msgid "Period " +msgstr "Период " + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:708 +msgid "Set start and end date" +msgstr "Установите дату начала и окончания" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:721 +#: ../../include/ajax/module.php:250 +#: ../../operation/agentes/datos_agente.php:198 +#: ../../operation/events/events_list.php:869 +msgid "Timestamp from:" +msgstr "Ограничение времени от:" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:739 +#: ../../include/ajax/module.php:270 +#: ../../operation/agentes/datos_agente.php:204 +#: ../../operation/events/events_list.php:872 +msgid "Timestamp to:" +msgstr "Ограничение времени до:" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:758 +msgid "Monthly SLA period" +msgstr "Ежемесячный период SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:758 +msgid "This field only applies in case of Monthly SLA item." +msgstr "Это поле применяется только в случае элемента Ежемесячный SLA." + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:800 +#: ../../enterprise/include/class/Omnishell.class.php:867 +msgid "Add agents" +msgstr "Добавить агентов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:808 +msgid "Undo agents" +msgstr "Отмена агентов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:845 +msgid "RegEx agent filter" +msgstr "Фильтр агента RegEx" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:861 +msgid "Generate" +msgstr "Генерировать" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1250 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1272 +msgid "Please set agent or agent regex distinct than " +msgstr "Пожалуйста, установите агента или regex агента , отличный от " + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:1280 +msgid "No agent matches regular expression " +msgstr "Ни один агент не соответствует регулярному выражению " + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:154 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:208 +#: ../../godmode/reporting/graph_builder.graph_editor.php:215 +#: ../../godmode/reporting/graph_builder.graph_editor.php:387 +#: ../../include/functions.php:3979 +msgid "Weight" +msgstr "вес" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:156 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:210 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3238 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3469 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3540 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3974 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4119 +#: ../../enterprise/operation/log/log_viewer.php:463 +msgid "Exact match" +msgstr "Полное соответствие" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +msgid "Decrease Weight" +msgstr "Уменьшить значение" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +msgid "Increase Weight" +msgstr "Повысить значение" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:131 +#: ../../enterprise/godmode/reporting/visual_console_template.php:145 +msgid "visual console has not been selected" +msgstr "визуальная консоль не выбрана" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:137 +msgid "Error. Error created template" +msgstr "Ошибка. Ошибка при создании шаблона" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:139 +msgid "Successfully created template" +msgstr "Успешно создан шаблон" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:151 +msgid "Error. Error delete template" +msgstr "Ошибка. Ошибка при удалении шаблона" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:153 +msgid "Successfully delete template" +msgstr "Успешное удаление шаблона" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:175 +msgid "Create From" +msgstr "Создать из" + +#: ../../enterprise/godmode/reporting/visual_console_template.php:186 +msgid "There is not any visual console created. Please, create one firstly." +msgstr "" +"Не создано ни одной визуальной консоли. Пожалуйста, сначала создайте ее." + +#: ../../enterprise/godmode/reporting/visual_console_template.php:248 +msgid "Create New Template" +msgstr "Создать новый шаблон" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:53 +#: ../../enterprise/godmode/reporting/mysql_builder.php:161 +msgid "Custom Mysql template builder" +msgstr "Пользовательские Mysql шаблоны разработчика" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:87 +msgid "Create custom SQL" +msgstr "Создать пользовательский SQL" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:98 +msgid ": Create new custom" +msgstr ": Cоздать нового пользавателя" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:116 +msgid "Create new custom" +msgstr "Создать новую персонализацию" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:157 +msgid "List of custom MySQL templates" +msgstr "Список пользовательских шаблонов MySQL" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:164 +msgid "Successfully operation" +msgstr "Успешная операция" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:164 +msgid "Could not be operation" +msgstr "Не могут быть операции" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:166 +msgid "Without changes" +msgstr "Без изменений" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:166 +#: ../../operation/users/user_edit.php:212 +msgid "No changes have been made" +msgstr "Никаких изменений не было сделано" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:184 +#: ../../enterprise/include/functions_reporting_csv.php:996 +#: ../../include/functions_reporting.php:5988 +msgid "SQL" +msgstr "SQL" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1526 +#: ../../godmode/reporting/reporting_builder.php:3285 +msgid "Successfull action" +msgstr "Успешное действие" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1527 +#: ../../godmode/servers/modificar_server.php:155 +#: ../../godmode/servers/modificar_server.php:166 +msgid "Unsuccessfull action" +msgstr "Неудачное действие" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:845 +msgid "Item Editor" +msgstr "Редактор элементов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1725 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1151 +msgid "Current month" +msgstr "Текущий месяц" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1167 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1836 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1269 +msgid "Show 24x7 item" +msgstr "Показывать элементы 24/7" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1866 msgid "Select server" msgstr "Выбрать сервер" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1880 +#: ../../godmode/reporting/reporting_builder.item_editor.php:167 +msgid "Local metaconsole" +msgstr "Локальная метаконсоль" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1927 +#: ../../include/lib/Dashboard/Widgets/top_n.php:207 msgid "" "Case insensitive regular expression for agent name. For example: Network.* " "will match with the following agent names: network_agent1, NetworK CHECKS" @@ -16260,9 +20040,9 @@ msgstr "" "Network.* будет соответствовать следующим именам агента: network_agent1, " "NetworK ПРОВЕРКИ" -#: ../../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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1951 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3366 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3598 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 " @@ -16276,166 +20056,220 @@ msgstr "" "модуля, если вы не можете использовать регулярные выражения. Пример: " ".*usage.* будет соответствовать: cpu_usage, vram usage in matchine 1." -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1973 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1974 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3298 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3374 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3522 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3605 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 "Таблица SQL" +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1989 +msgid "Hide items without data" +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:1990 +msgid "Check it if you want not show items without data" +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:2003 +#: ../../godmode/reporting/create_container.php:480 +#: ../../godmode/reporting/create_container.php:624 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1791 +#: ../../godmode/reporting/visual_console_builder.elements.php:105 +#: ../../godmode/reporting/visual_console_builder.elements.php:524 +#: ../../include/functions_visual_map_editor.php:397 +#: ../../include/functions_visual_map_editor.php:400 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:617 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reports.php:645 +#: ../../include/functions_reports.php:651 +#: ../../include/functions_reporting.php:8868 +msgid "Custom graph" +msgstr "Пользовательский график" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1472 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1058 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2047 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1938 +msgid "Max items" +msgstr "Макс кол-во элементов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2080 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1903 msgid "Custom SQL template" msgstr "Пользовательский SQL шаблон" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1477 -msgid "SQL preview" -msgstr "Просмотр SQL" +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1924 +msgid "The entities of the fields that contain them must be included." +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:2115 +#: ../../enterprise/include/functions_reporting_csv.php:2267 +#: ../../enterprise/include/functions_reporting_csv.php:2281 +#: ../../extensions/api_checker.php:222 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1970 +#: ../../godmode/events/event_responses.editor.php:154 +#: ../../godmode/events/event_responses.editor.php:162 +#: ../../operation/gis_maps/ajax.php:316 +msgid "URL" +msgstr "Ссылка (URL)" -#: ../../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:2126 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1981 +msgid "Protocol must be specified in URL (e.g.: \"https://\")" +msgstr "Протокол должен быть указан в URL (например: \"https://\")." -#: ../../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:2271 +#: ../../enterprise/include/functions_reporting_csv.php:942 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2119 +#: ../../include/functions_reporting_html.php:4206 +#: ../../include/functions_reporting.php:1477 +msgid "Avg" +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:2405 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2249 +msgid "Select fields to show" +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:2413 +#: ../../enterprise/include/functions_reporting_csv.php:471 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2257 +#: ../../include/functions_reporting_html.php:3375 +msgid "Total time" +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:2421 +#: ../../enterprise/include/functions_reporting_csv.php:475 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2265 +#: ../../include/functions_reporting_html.php:3381 +msgid "Time failed" +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:2429 +#: ../../enterprise/include/functions_reporting_csv.php:479 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2273 +msgid "Time in OK status" +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:2437 +#: ../../enterprise/include/functions_reporting_csv.php:483 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2281 +msgid "Time in unknown status" +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:2449 +#: ../../enterprise/include/functions_reporting_csv.php:487 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2293 +msgid "Time of not initialized module" +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:2461 +#: ../../enterprise/include/functions_reporting_csv.php:491 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2305 +msgid "Time of downtime" +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:2515 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2357 +msgid "

    Select fields to show

    " +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:2523 +#: ../../enterprise/include/functions_reporting_csv.php:499 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2365 +#: ../../include/functions_reporting_html.php:3461 +msgid "Total checks" +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:2531 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2373 +#: ../../include/functions_reporting_html.php:3467 +msgid "Checks failed" +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:2539 +#: ../../enterprise/include/functions_reporting_csv.php:507 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2381 +msgid "Checks in OK status" +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:2551 +#: ../../enterprise/include/functions_reporting_csv.php:511 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2393 +msgid "Unknown checks" +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 "SLA элементы сортируются по выполнению значения" +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2563 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2405 +msgid "

    Select fields to show

    " +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:2571 +#: ../../enterprise/include/functions_reporting_csv.php:619 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2413 +#: ../../include/functions_reporting_html.php:3754 +msgid "Agent max value" +msgstr "Макс значение агента" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1652 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2579 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2421 +msgid "Agent min values" +msgstr "Мин значения агента" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2735 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2611 +msgid "Height (dynamic graphs)" +msgstr "Высота (динамические графики)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2775 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2595 +msgid "Query History Database" +msgstr "Запросы исторической базы данных" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2787 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2676 +msgid "Priority mode" +msgstr "Режим приоритета" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2792 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2681 +msgid "Priority ok mode" +msgstr "Режим приоритета ОК" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2804 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2693 +msgid "Priority unknown mode" +msgstr "Неизвестный режим приоритета" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2894 msgid "Modules to match" msgstr "Модули для сравнения" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2896 msgid "Select the modules to match when create a report for agents" msgstr "Выберите модули для сравнения при создании отчета для агентов" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2996 msgid "Modules to match (Free text)" msgstr "Модули для сравнения (Свободный текст)" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1737 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2998 msgid "Free text to filter the modules of agents when apply this template." msgstr "" "Свободный текст для фильтрации модулей агентов, когда применяется этот " "шаблон." -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1751 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3015 msgid "Create a graph for each agent" msgstr "Создайте график для этого агента" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1753 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3017 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." @@ -16444,48 +20278,82 @@ 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3044 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2801 +msgid "Calculate for custom intervals" +msgstr "Расчет для пользовательских интервалов" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3056 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2813 +msgid "Time lapse intervals" +msgstr "Интервалы между промежутками времени" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3058 +msgid "" +"Lapses of time in which the period is divided to make more precise " +"calculations" +msgstr "" +"Промежутки времени, на которые делится период, для того, чтобы сделать " +"расчеты более точными" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3103 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2858 +msgid "Table only" +msgstr "Только таблица" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3113 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2869 +msgid "Graph only" +msgstr "Только график" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3123 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2880 +msgid "Graph and table" +msgstr "График и таблица" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3185 +#: ../../godmode/netflow/nf_item_list.php:291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3032 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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3194 +#: ../../extensions/agents_modules.php:422 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3039 +#: ../../include/functions_visual_map_editor.php:1421 msgid "Update item" msgstr "Обновить элемент" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3243 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3126 msgid "SLA Min. (value)" msgstr "SLA Мин. (значение)" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1831 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1357 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3248 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3131 msgid "SLA Max. (value)" msgstr "SLA Макс. (значение)" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1358 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3253 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3136 msgid "SLA Limit (%)" msgstr "SLA ограничения (%)" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1841 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3270 msgid "Please save the SLA template for start to add items in this list." msgstr "" "Пожалуйста, сохраните SLA шаблон для начала добавления элементов в этот " "список." -#: ../../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 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3311 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3538 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3983 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4128 msgid "Not literally" msgstr "Не буквально" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1934 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3357 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3589 msgid "" "Case insensitive regular expression for agent name. For example: Network* " "will match with the following agent names: network_agent1, NetworK CHECKS" @@ -16493,1780 +20361,9252 @@ msgstr "" "Без учета регистра регулярное выражение для имени агента. Например: Network* " "будет совпадать со следующими именами агента: network_agent1, NetworK CHECKS" -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2001 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3373 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3604 +msgid "Literal module name forced" +msgstr "Принудительная работа дословного имени модуля" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3412 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3664 +#: ../../godmode/reporting/create_container.php:418 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1489 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3350 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3386 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3479 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3751 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3785 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3839 +#: ../../include/functions_html.php:4926 +msgid "Select an Agent first" +msgstr "Выбрать Первого Агента" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3494 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 "SLA мин значение" +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:4009 +msgid "Name and SLA limit should not be empty" +msgstr "Имя и предел SLA не должны быть пустыми" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 -msgid "SLA min Value" -msgstr "SLA мин Значение" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:87 +#: ../../godmode/modules/module_list.php:57 +#: ../../godmode/groups/configure_group.php:139 +#: ../../godmode/groups/group_list.php:796 +#: ../../godmode/setup/os.builder.php:37 +#: ../../godmode/reporting/visual_console_builder.elements.php:283 +#: ../../include/functions_visual_map_editor.php:68 +#: ../../include/functions_visual_map_editor.php:1395 +#: ../../include/functions_visual_map.php:4245 +#: ../../include/rest-api/models/VisualConsole/Item.php:2095 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:384 +#: ../../include/lib/Dashboard/Widgets/module_status.php:374 +#: ../../operation/visual_console/view.php:317 +msgid "Icon" +msgstr "Значок" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:202 -msgid "SLA max value" -msgstr "SLA макс значение" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:123 +#: ../../enterprise/include/functions_ipam.php:1430 +msgid "Available" +msgstr "Доступно" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 -msgid "SLA max Value" -msgstr "SLA макс Значение" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:125 +#: ../../include/graphs/export_data.php:101 +msgid "Selected" +msgstr "Выбрано" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:206 -msgid "SLA Limit %" -msgstr "SLA Лимит %" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:135 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:136 +msgid "Push the selected services into the list" +msgstr "Вставьте выбранные услуги в список" -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 -msgid "SLA Limit Value" -msgstr "SLA Лимит Значений" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:146 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:147 +msgid "Remove the services from the list" +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/visual_console_builder.wizard_services.php:203 +msgid "Icon preview" +msgstr "Предварительный просмотр иконок" -#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 -msgid "Template updated successfully" -msgstr "Шаблон обновлен успешно" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:269 +msgid "The services list is empty" +msgstr "Список сервисов пуст" -#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 -msgid "Error updating template" -msgstr "Ошибка при обновлении шаблона" +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:115 +msgid "Advance Options" +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/reporting_builder.template_list_item.php:207 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:226 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:245 +#: ../../godmode/reporting/reporting_builder.list_items.php:378 +#: ../../godmode/reporting/reporting_builder.list_items.php:397 +#: ../../godmode/reporting/reporting_builder.list_items.php:416 +msgid "Ascendent" +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/reporting_builder.template_list_item.php:214 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../godmode/reporting/reporting_builder.list_items.php:385 +#: ../../godmode/reporting/reporting_builder.list_items.php:404 +#: ../../godmode/reporting/reporting_builder.list_items.php:420 +msgid "Descent" +msgstr "Нисходящий" -#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 -msgid "3 hours" -msgstr "3 часа" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:259 +#: ../../godmode/reporting/reporting_builder.list_items.php:425 +msgid "Name or Description" +msgstr "Имя или Описание" -#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 -msgid "4 days" -msgstr "4 дня" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:312 +#: ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_item_list.php:239 +msgid "Move to up" +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/reporting_builder.template_list_item.php:325 +#: ../../godmode/netflow/nf_item_list.php:235 +#: ../../godmode/netflow/nf_item_list.php:240 +msgid "Move to down" +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/reporting_builder.template_list_item.php:409 +#: ../../godmode/reporting/reporting_builder.list_items.php:445 +#: ../../include/functions_graph.php:1505 +msgid "No items." +msgstr "Нет элементов." -#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 -#: ../../include/functions_netflow.php:1059 -msgid "2 months" -msgstr "2 месяца" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:139 +#: ../../enterprise/include/class/Azure.cloud.php:420 +#: ../../enterprise/include/class/VMware.app.php:242 +#: ../../enterprise/include/class/DB2.app.php:187 +#: ../../enterprise/include/class/SAP.app.php:175 +#: ../../enterprise/include/class/Aws.cloud.php:900 +#: ../../enterprise/include/class/MySQL.app.php:196 +#: ../../enterprise/include/class/Google.cloud.php:423 +#: ../../enterprise/include/class/Oracle.app.php:188 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:187 +#: ../../godmode/wizards/HostDevices.class.php:412 +#: ../../include/class/CustomNetScan.class.php:158 +msgid "You have no access to edit this task." +msgstr "У вас нет доступа к редактированию этого задания." -#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 -#: ../../include/functions_netflow.php:1061 ../../include/ajax/module.php:127 -msgid "6 months" -msgstr "6 месяцев" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:178 +msgid "Command Mysqldump not found." +msgstr "Команда Mysqldump не найдена." -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -#: ../../include/functions.php:1994 ../../include/ajax/module.php:128 -msgid "1 year" -msgstr "1 год" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:224 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:237 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:286 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:305 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:385 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:402 +msgid "Failed to create task" +msgstr "Не удалось создать задание" -#: ../../enterprise/godmode/policies/policy_linking.php:26 -msgid "Linking modules" -msgstr "Соединение модулей" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:292 +msgid "No template selected" +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/wizards/ConsoleTasks.class.php:411 +msgid "I do not know what you want to do" +msgstr "Я не знаю, что вы хотите сделать" -#: ../../enterprise/godmode/policies/policy_linking.php:53 -msgid "Error: Update linking modules to policy" -msgstr "Ошибка: Обновление модулей соединения с политикой" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:428 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:607 +msgid "You have no access to manage console tasks." +msgstr "У вас нет доступа к управлению задачами консоли." -#: ../../enterprise/godmode/policies/policy_linking.php:56 -msgid "Success: Update linking modules to policy" -msgstr "Успех: Обновление модулей соединения с политикой" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:442 +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:513 +msgid "Create new console task" +msgstr "Создание новой задачи консоли" -#: ../../enterprise/godmode/policies/policy_linking.php:66 -msgid "Free text for filter (*)" -msgstr "Свободный текст для фильтра (*)" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:465 +#: ../../enterprise/include/class/Azure.cloud.php:689 +#: ../../enterprise/include/class/VMware.app.php:441 +#: ../../enterprise/include/class/Omnishell.class.php:630 +#: ../../enterprise/include/class/Omnishell.class.php:980 +#: ../../enterprise/include/class/Omnishell.class.php:1349 +#: ../../enterprise/include/class/DB2.app.php:354 +#: ../../enterprise/include/class/SAP.app.php:401 +#: ../../enterprise/include/class/Aws.cloud.php:1119 +#: ../../enterprise/include/class/MySQL.app.php:371 +#: ../../enterprise/include/class/Google.cloud.php:686 +#: ../../enterprise/include/class/Oracle.app.php:355 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:350 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:274 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:328 +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:749 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:349 +#: ../../godmode/modules/manage_network_components_form.php:360 +#: ../../godmode/wizards/HostDevices.class.php:648 +#: ../../godmode/wizards/HostDevices.class.php:747 +#: ../../godmode/wizards/Wizard.main.php:416 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:176 +#: ../../include/class/CustomNetScan.class.php:314 +#: ../../include/class/CustomNetScan.class.php:422 +#: ../../include/class/HTML.class.php:419 +msgid "Go back" +msgstr "Вернуться назад" -#: ../../enterprise/godmode/policies/policy_linking.php:67 -msgid "Free text for filter" -msgstr "Свободный текст для фильтра" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:485 +msgid "Updating console task" +msgstr "Обновление задачи консоли" -#: ../../enterprise/godmode/policies/policy_linking.php:110 -msgid "List of modules unlinked" -msgstr "Список несвязанных модулей" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:510 +#: ../../godmode/menu.php:33 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:105 +msgid "Task list" +msgstr "Список задач" -#: ../../enterprise/godmode/policies/policy_linking.php:137 -#: ../../godmode/setup/links.php:109 -msgid "Link" -msgstr "Ссылка" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:515 +msgid "Update console task" +msgstr "Обновить задачу консоли" -#: ../../enterprise/godmode/policies/policy_linking.php:143 -msgid "There are no defined modules unlinked" -msgstr "" +#: ../../enterprise/godmode/wizards/ConsoleTasks.class.php:643 +msgid "Next Execution" +msgstr "Следующее осуществление" -#: ../../enterprise/godmode/policies/policies.php:114 -msgid "Policy name already exists" -msgstr "" +#: ../../enterprise/godmode/wizards/Cloud.class.php:182 +#: ../../enterprise/godmode/wizards/Applications.class.php:156 +#: ../../enterprise/include/class/Azure.cloud.php:190 +#: ../../enterprise/include/class/DeploymentCenter.class.php:590 +#: ../../enterprise/include/class/Aws.cloud.php:152 +#: ../../enterprise/include/class/Google.cloud.php:184 +#: ../../godmode/menu.php:62 ../../godmode/wizards/HostDevices.class.php:190 +#: ../../godmode/servers/discovery.php:59 +msgid "Discovery" +msgstr "Discovery" -#: ../../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 "a" - -#: ../../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 +#: ../../enterprise/godmode/wizards/Cloud.class.php:210 +#: ../../enterprise/godmode/wizards/Applications.class.php:185 msgid "" -"Successfully added to delete the collection. Will be deleted in the next " -"policy application." +"All company names used here are for identification purposes only. Use of " +"these names, logos, and brands does not imply endorsement." 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/wizards/Cloud.class.php:240 +#: ../../enterprise/godmode/wizards/Cloud.class.php:248 +#, php-format +msgid "%s credentials" +msgstr "%s учетные данные" -#: ../../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/wizards/Cloud.class.php:276 +msgid "Manage accounts" +msgstr "Управление аккаунтами" -#: ../../enterprise/godmode/policies/policy_queue.php:101 -msgid "Operations successfully deleted from the queue" -msgstr "Операции успешно удалены из очереди" +#: ../../enterprise/godmode/wizards/Cloud.class.php:288 +msgid "Cloud tool full path" +msgstr "Полный путь к облачному инструменту" -#: ../../enterprise/godmode/policies/policy_queue.php:102 -msgid "Operations cannot be deleted from the queue" -msgstr "Операции не могут быть удалены из очереди" +#: ../../enterprise/godmode/wizards/Cloud.class.php:296 +msgid "Account" +msgstr "Аккаунт" -#: ../../enterprise/godmode/policies/policy_queue.php:160 -msgid "Update pending" -msgstr "Обновить режим ожидания" +#: ../../enterprise/godmode/wizards/Cloud.class.php:357 +msgid "Select a set of credentials from the list" +msgstr "Выберите набор учетных данных из списка" -#: ../../enterprise/godmode/policies/policy_queue.php:162 -msgid "Update pending agents" -msgstr "Обновить агенты в режиме ожидания" +#: ../../enterprise/godmode/wizards/Cloud.class.php:370 +#, php-format +msgid "Path %s is not executable." +msgstr "Путь %s не является исполняемым." -#: ../../enterprise/godmode/policies/policy_queue.php:176 -#: ../../enterprise/godmode/policies/policy_agents.php:428 -msgid "Add to apply queue" -msgstr "Добавить к примененной очереди" +#: ../../enterprise/godmode/wizards/Cloud.class.php:415 +msgid "Account disconnected" +msgstr "Аккаунт отключен" -#: ../../enterprise/godmode/policies/policy_queue.php:180 -msgid "Add to apply queue only for database" -msgstr "Добавить применение очереди только для базы данных" +#: ../../enterprise/godmode/wizards/Cloud.class.php:417 +msgid "Failed disconnecting account" +msgstr "Не удалось отключить аккаунт" -#: ../../enterprise/godmode/policies/policy_queue.php:186 -msgid "Link pending modules" -msgstr "Ссылка модулей ожидания" +#: ../../enterprise/godmode/wizards/Cloud.class.php:495 +msgid "Credentials successfully updated" +msgstr "Учетные данные успешно обновлены" -#: ../../enterprise/godmode/policies/policy_queue.php:192 -msgid "Will be linked in the next policy application" -msgstr "Будет связано в следующем приложении политики" +#: ../../enterprise/godmode/wizards/Cloud.class.php:497 +msgid "Failed updating credentials process" +msgstr "Не удалось обновить учетные данные" -#: ../../enterprise/godmode/policies/policy_queue.php:195 -msgid "Unlink pending modules" -msgstr "Несвязанные модули ожидания" +#: ../../enterprise/godmode/servers/HA_cluster.php:52 +msgid "View nodes" +msgstr "Просмотр узлов" -#: ../../enterprise/godmode/policies/policy_queue.php:201 -msgid "Will be unlinked in the next policy application" -msgstr "Будет несвязано в следующем приложении политики" +#: ../../enterprise/godmode/servers/HA_cluster.php:73 +msgid "Manage Pandora DB HA" +msgstr "Управление Pandora DB HA" -#: ../../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 +#: ../../enterprise/godmode/servers/HA_cluster.php:111 msgid "" -"Successfully added to delete pending modules. Will be deleted in the next " -"policy application." +"Make the cluster forget failed operations from history of\n" +" the resource and re-detect its current state. This can be\n" +" useful to purge knowledge of past failures that have since\n" +" been resolved. If a resource id is not specified then all\n" +" resources / stonith devices will be cleaned up. If a node\n" +" is not specified then resources / stonith devices on all\n" +" nodes will be cleaned up" msgstr "" -"Успешно добавлено к удаленным модулям в режиме ожидания. Будут удалены в " -"следующем приложении политики." +"Заставить кластер удалить неудачные операции из истории\n" +" ресурса и заново определить его текущее состояние. Это может быть\n" +" полезным для очистки знаний о прошлых сбоях, которые с тех пор\n" +" были устранены. Если идентификатор ресурса не указан, то все\n" +" ресурсы / устройства stonith будут очищены. Если узел\n" +" не указан, то ресурсы / устройства stonith на всех\n" +" узлах будут очищены" -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 +#: ../../enterprise/godmode/servers/HA_cluster.php:137 +msgid "Node label" +msgstr "Этикетка узла" + +#: ../../enterprise/godmode/servers/HA_cluster.php:138 +#: ../../enterprise/include/functions_reporting_csv.php:2206 +#: ../../operation/tree.php:206 +msgid "Agent status" +msgstr "Статус агента" + +#: ../../enterprise/godmode/servers/HA_cluster.php:139 +msgid "DB Repl." +msgstr "Репликация Базы Данных" + +#: ../../enterprise/godmode/servers/HA_cluster.php:140 +msgid "DB Status" +msgstr "Статус Базы Данных" + +#: ../../enterprise/godmode/servers/HA_cluster.php:142 +#: ../../extensions/quick_shell.php:170 +#: ../../godmode/agentes/module_manager_editor_network.php:471 +msgid "SSH" +msgstr "Программы SSH" + +#: ../../enterprise/godmode/servers/HA_cluster.php:143 +msgid "DB Role" +msgstr "Роль Базы Данных" + +#: ../../enterprise/godmode/servers/HA_cluster.php:144 +msgid "Cluster Role" +msgstr "Роль Кластера" + +#: ../../enterprise/godmode/servers/HA_cluster.php:146 +msgid "Seconds behind master" +msgstr "Несколько секунд после мастера" + +#: ../../enterprise/godmode/servers/HA_cluster.php:147 +msgid "Virtual IP" +msgstr "Виртуальный IP" + +#: ../../enterprise/godmode/servers/HA_cluster.php:148 +msgid "SQL version" +msgstr "Версия SQL" + +#: ../../enterprise/godmode/servers/HA_cluster.php:149 +msgid "DB version" +msgstr "Версия БД" + +#: ../../enterprise/godmode/servers/HA_cluster.php:151 +msgid "Pending action" +msgstr "Ожидаемое действие" + +#: ../../enterprise/godmode/servers/HA_cluster.php:276 +msgid "Show/ edit node" +msgstr "Показать/редактировать узел" + +#: ../../enterprise/godmode/servers/HA_cluster.php:292 +msgid "Put node into standby status" +msgstr "Перевести узел в статус ожидания" + +#: ../../enterprise/godmode/servers/HA_cluster.php:307 +msgid "Force node resync" +msgstr "Принудительная ресинхронизация узлов" + +#: ../../enterprise/godmode/servers/HA_cluster.php:334 +msgid "Put node into online status" +msgstr "Перевести узел в статус онлайн" + +#: ../../enterprise/godmode/servers/HA_cluster.php:348 +msgid "Show cluster details" +msgstr "Показать подробную информацию о кластере" + +#: ../../enterprise/godmode/servers/HA_cluster.php:366 +msgid "Remove node from this list" +msgstr "Удалить узел из этого списка" + +#: ../../enterprise/godmode/servers/HA_cluster.php:402 +msgid "Register node" +msgstr "Зарегистрировать узел" + +#: ../../enterprise/godmode/servers/HA_cluster.php:440 +msgid "" +"Target node will be erased from this list but not removed from cluster. Do " +"you want to continue?" +msgstr "" +"Целевой узел будет удален из этого списка, но не удален из кластера. Вы " +"хотите продолжить?" + +#: ../../enterprise/godmode/servers/manage_export.php:69 +msgid "Error updating export target" +msgstr "Ошибка при обновлении экспорта задания" + +#: ../../enterprise/godmode/servers/manage_export.php:71 +msgid "Successfully updated export target" +msgstr "Успешно обновлен экспорт задания" + +#: ../../enterprise/godmode/servers/manage_export.php:82 +msgid "Error deleting export target" +msgstr "Ошибка при удалении экспорта задания" + +#: ../../enterprise/godmode/servers/manage_export.php:84 +msgid "" +"Successfully deleted export target. All the linked modules will be " +"automatically unattached" +msgstr "" +"Успешно удалена цель экспорта. Все связанные модули будут автоматически " +"отсоединены" + +#: ../../enterprise/godmode/servers/manage_export.php:107 +msgid "" +"Can't be created export target: User and password must be filled with FTP " +"mode" +msgstr "" +"экспорта задания не может быть создан: пользователь и пароль должны быть " +"заполнены в режиме FTP" + +#: ../../enterprise/godmode/servers/manage_export.php:126 +msgid "There are no defined export targets" +msgstr "Цели экспорта не определены" + +#: ../../enterprise/godmode/servers/manage_export.php:138 +#: ../../enterprise/godmode/servers/manage_export_form.php:91 +msgid "Preffix" +msgstr "Preffix" + +#: ../../enterprise/godmode/servers/manage_export.php:140 +#: ../../enterprise/godmode/servers/manage_export_form.php:99 +#: ../../enterprise/include/functions_ipam.php:1872 +#: ../../enterprise/tools/ipam/ipam_network.php:355 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:274 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:53 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:254 +#: ../../enterprise/tools/ipam/ipam_excel.php:115 +#: ../../enterprise/tools/ipam/ipam_ajax.php:214 +#: ../../enterprise/tools/ipam/ipam_calculator.php:62 +#: ../../godmode/setup/setup_general.php:647 +#: ../../operation/agentes/ver_agente.php:1109 +msgid "Address" +msgstr "Адрес" + +#: ../../enterprise/godmode/servers/manage_export.php:141 +#: ../../enterprise/godmode/servers/manage_export_form.php:103 +msgid "Transfer mode" +msgstr "Режим передачи" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:35 +msgid "Credential Boxes List" +msgstr "Список ячеек для учетных данных" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:42 +msgid "Credential Boxes" +msgstr "Ячейки для учетных данных" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:248 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:57 +#: ../../enterprise/include/ajax/servers.ajax.php:99 +#: ../../enterprise/include/ajax/servers.ajax.php:157 +#: ../../enterprise/include/ajax/servers.ajax.php:283 +#: ../../enterprise/include/functions_ipam.php:1208 +msgid "Subnet" +msgstr "Подсеть" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:293 +#: ../../enterprise/godmode/servers/list_satellite.php:68 +#: ../../enterprise/include/ajax/servers.ajax.php:139 +msgid "No Data" +msgstr "Нет Данных" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:144 +msgid "Error: The conf file of server is not readble." +msgstr "Ошибка: Файл конфигурации сервера не доступен для чтения." + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:148 +msgid "Error: The conf file of server is not writable." +msgstr "Ошибка: Файл конфигурации сервера не доступен для записи." + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:335 +msgid "Delete remote conf server files" +msgstr "Удаление файлов конфигурации удаленного сервера" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:336 +msgid "" +"Delete this conf file implies that server will send back local config to " +"console" +msgstr "" +"Удаление этого файла конфигурации подразумевает, что сервер будет отправлять " +"локальную конфигурацию обратно на консоль" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:373 +#: ../../include/functions_servers.php:561 +#: ../../include/functions_servers.php:1271 +msgid "Data server" +msgstr "Данные сервера" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:388 +#: ../../include/functions_servers.php:574 +#: ../../include/functions_servers.php:1274 +#: ../../include/class/AgentWizard.class.php:1320 +msgid "Network server" +msgstr "Сетевой сервер" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:403 +#: ../../enterprise/include/class/Azure.cloud.php:781 +#: ../../enterprise/include/class/VMware.app.php:579 +#: ../../enterprise/include/class/DB2.app.php:448 +#: ../../enterprise/include/class/Aws.S3.php:412 +#: ../../enterprise/include/class/SAP.app.php:481 +#: ../../enterprise/include/class/Aws.cloud.php:515 +#: ../../enterprise/include/class/Aws.cloud.php:1205 +#: ../../enterprise/include/class/MySQL.app.php:453 +#: ../../enterprise/include/class/Google.cloud.php:769 +#: ../../enterprise/include/class/Oracle.app.php:449 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:444 +#: ../../enterprise/tools/ipam/ipam_editor.php:137 +#: ../../godmode/wizards/HostDevices.class.php:848 +#: ../../include/functions_servers.php:600 +#: ../../include/functions_servers.php:1307 +#: ../../include/class/CustomNetScan.class.php:479 +#: ../../general/first_task/recon_view.php:22 +msgid "Discovery server" +msgstr "Сервер Discovery" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:418 +#: ../../include/functions_servers.php:613 +#: ../../include/functions_servers.php:1286 +#: ../../include/class/AgentWizard.class.php:1301 +msgid "Plugin server" +msgstr "Плагин сервера" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:433 +#: ../../include/functions_menu.php:547 ../../operation/menu.php:119 +msgid "SNMP console" +msgstr "Консоль SNMP" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:448 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:833 +#: ../../include/functions_servers.php:626 +msgid "Prediction server" +msgstr "Сервер прогнозирования" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:463 +#: ../../include/functions_servers.php:639 +#: ../../include/functions_servers.php:1292 +#: ../../include/class/AgentWizard.class.php:1311 +msgid "WMI server" +msgstr "WMI сервер" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:479 +#: ../../include/functions_servers.php:678 +#: ../../include/functions_servers.php:1295 +msgid "Web server" +msgstr "Веб сервер" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:494 +#: ../../include/functions_servers.php:665 +#: ../../include/functions_servers.php:1301 +msgid "Inventory server" +msgstr "Сервер инвентаризации" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:509 +#: ../../enterprise/godmode/servers/manage_export_form.php:79 +#: ../../include/functions_servers.php:652 +#: ../../include/functions_servers.php:1298 +msgid "Export server" +msgstr "Экспорт сервера" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:524 +#: ../../include/functions_servers.php:691 +#: ../../include/functions_servers.php:1304 +msgid "Event server" +msgstr "Событие сервера" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:539 +msgid "ICMP server" +msgstr "ICMP-сервер" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:554 +#: ../../include/functions_servers.php:1277 +msgid "SNMP server" +msgstr "SNMP-сервер" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:569 +#: ../../include/functions_servers.php:1313 +msgid "WUX server" +msgstr "WUX-сервер" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:599 +msgid "Network timeout" +msgstr "Время ожидания сети" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:607 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:623 +msgid " Seconds" +msgstr " Секунды" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:615 +msgid "Plugin timeout" +msgstr "Время ожидания плагина" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:631 +msgid "SNMP console threads" +msgstr "Консольные потоки SNMP" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:647 +msgid "Network threads" +msgstr "Сетевые потоки" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:663 +msgid "Plugin threads" +msgstr "Потоки плагина" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:679 +msgid "Recon threads" +msgstr "Потоки Recon" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:695 +msgid "Dataserver threads" +msgstr "Потоки Сервера данных" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:711 +msgid "Web threads" +msgstr "Веб-Потоки" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:727 +msgid "SNMP threads" +msgstr "Потоки SNMP" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:743 +msgid "ICMP threads" +msgstr "Потоки ICMP" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:773 +msgid "Autocreate group" +msgstr "Автосоздание группы" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:789 +msgid "Autocreate group force" +msgstr "Принудить автосоздание группы" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:804 +msgid "Autocreate" +msgstr "Автосоздание" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:822 +msgid "Server features" +msgstr "Особенности сервера" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:829 +msgid "Optimization settings" +msgstr "Настройки оптимизации" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:836 +msgid "Other server settings" +msgstr "Другие настройки сервера" + +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20 +msgid "Add Credential Box" +msgstr "Добавить ячейку для учетных данных" + +#: ../../enterprise/godmode/servers/manage_export_form.php:125 +msgid "Target directory" +msgstr "Каталог заданий" + +#: ../../enterprise/godmode/servers/manage_export_form.php:129 +#: ../../enterprise/include/class/Azure.cloud.php:823 +#: ../../enterprise/include/class/VMware.app.php:629 +#: ../../enterprise/include/class/Aws.S3.php:584 +#: ../../enterprise/include/class/Aws.cloud.php:559 +msgid "Extra options" +msgstr "Дополнительные параметры" + +#: ../../enterprise/godmode/servers/list_satellite.php:27 +msgid "Satellite Server" +msgstr "Satellite сервер" + +#: ../../enterprise/include/functions_cron.php:174 +#: ../../enterprise/include/functions_cron.php:244 +#: ../../enterprise/include/functions_cron.php:314 +#: ../../enterprise/include/functions_cron.php:358 +msgid "Report to build" +msgstr "Отчет для разработки" + +#: ../../enterprise/include/functions_cron.php:182 +#: ../../enterprise/include/functions_cron.php:228 +#: ../../enterprise/operation/reporting/custom_reporting.php:124 +msgid "Send to emails (separated by comma)" +msgstr "Отправить на электронную почту (через запятую)" + +#: ../../enterprise/include/functions_cron.php:186 +#: ../../enterprise/include/functions_cron.php:232 +#: ../../enterprise/operation/reporting/custom_reporting.php:132 +#: ../../godmode/setup/news.php:183 ../../godmode/setup/news.php:246 +#: ../../operation/messages/message_list.php:184 +#: ../../operation/messages/message_edit.php:313 +msgid "Subject" +msgstr "Тема" + +#: ../../enterprise/include/functions_cron.php:190 +#: ../../enterprise/include/functions_cron.php:236 +#: ../../enterprise/operation/reporting/custom_reporting.php:150 +#: ../../operation/messages/message_edit.php:323 +msgid "Message" +msgstr "Сообщение" + +#: ../../enterprise/include/functions_cron.php:195 +#: ../../enterprise/include/functions_cron.php:263 +msgid "Report Type" +msgstr "Тип отчета" + +#: ../../enterprise/include/functions_cron.php:202 +#: ../../enterprise/include/functions_cron.php:336 +msgid "Template to build" +msgstr "Шаблон для создания" + +#: ../../enterprise/include/functions_cron.php:220 +#: ../../enterprise/include/functions_tasklist.php:280 +#: ../../include/functions_cron.php:564 +msgid "Report per agent" +msgstr "Отчет по каждому агенту" + +#: ../../enterprise/include/functions_cron.php:252 +#: ../../enterprise/include/functions_cron.php:274 +#: ../../enterprise/include/functions_cron.php:359 +msgid "Save to disk into path" +msgstr "Сохранить на диск в пути" + +#: ../../enterprise/include/functions_cron.php:253 +msgid "The apache user should have read-write access on this folder. Ex: " +msgstr "" +"Пользователь apache должен иметь доступ на чтение-запись к этой папке. Ex: " + +#: ../../enterprise/include/functions_cron.php:259 +msgid "File name prefix" +msgstr "Префикс имени файла" + +#: ../../enterprise/include/functions_cron.php:282 +#: ../../enterprise/include/functions_tasklist.php:312 +#: ../../include/functions_cron.php:595 +msgid "Custom script" +msgstr "Пользовательский скрипт" + +#: ../../enterprise/include/functions_cron.php:289 +#: ../../enterprise/include/functions_cron.php:315 +#: ../../enterprise/include/functions_cron.php:337 +msgid "Send to email" +msgstr "Отправить письмо по электронной почте" + +#: ../../enterprise/include/functions_cron.php:298 +msgid "Function name" +msgstr "Название функции" + +#: ../../enterprise/include/functions_cron.php:316 +msgid "Send custom report by email" +msgstr "Отправить пользовательский отчет по электронной почте" + +#: ../../enterprise/include/functions_cron.php:338 +msgid "Send custom report (from template) by email" +msgstr "Отправка пользовательского отчета (из шаблона) по электронной почте" + +#: ../../enterprise/include/functions_cron.php:360 +msgid "Save custom report to disk" +msgstr "Сохранить пользовательский отчет на диск" + +#: ../../enterprise/include/functions_cron.php:380 +msgid "Backup Pandora database" +msgstr "База данных резервных копий Pandora" + +#: ../../enterprise/include/functions_cron.php:400 +msgid "Execute custom script" +msgstr "Выполнение пользовательского сценария" + +#: ../../enterprise/include/functions_cron.php:482 +msgid "Not scheduled" +msgstr "Не запланировано" + +#: ../../enterprise/include/functions_cron.php:483 +#: ../../include/functions_netflow.php:1592 +msgid "Hourly" +msgstr "Ежечасно" + +#: ../../enterprise/include/functions_cron.php:484 +#: ../../godmode/agentes/module_manager_editor_prediction.php:163 +#: ../../include/functions_netflow.php:1593 +msgid "Daily" +msgstr "Ежедневно" + +#: ../../enterprise/include/functions_cron.php:485 +#: ../../godmode/agentes/module_manager_editor_prediction.php:161 +#: ../../godmode/agentes/planned_downtime.editor.php:631 +msgid "Weekly" +msgstr "Еженедельно" + +#: ../../enterprise/include/functions_cron.php:486 +#: ../../godmode/agentes/module_manager_editor_prediction.php:162 +#: ../../godmode/agentes/planned_downtime.editor.php:632 +msgid "Monthly" +msgstr "Ежемесячно" + +#: ../../enterprise/include/functions_cron.php:487 +msgid "Yearly" +msgstr "Ежегодно" + +#: ../../enterprise/include/functions_cron.php:779 +#: ../../enterprise/include/functions_cron.php:803 +#: ../../enterprise/operation/reporting/custom_reporting.php:144 +#: ../../enterprise/operation/reporting/custom_reporting.php:158 +msgid "This is an optional field" +msgstr "Это необязательное поле" + +#: ../../enterprise/include/functions_cron.php:1212 +#: ../../enterprise/include/functions_tasklist.php:224 +#: ../../enterprise/include/functions_tasklist.php:351 +#: ../../extensions/resource_exportation.php:427 +#: ../../include/functions_cron.php:508 ../../include/functions_cron.php:632 +#: ../../include/functions_cron.php:666 +#: ../../include/lib/Dashboard/Widgets/reports.php:307 +#: ../../include/lib/Dashboard/Widgets/reports.php:352 +msgid "Report" +msgstr "Отчёт" + +#: ../../enterprise/include/functions_cron.php:1218 +#: ../../enterprise/include/functions_cron.php:1398 +#: ../../enterprise/include/functions_cron.php:1648 +msgid "Greetings" +msgstr "Доброго времени суток" + +#: ../../enterprise/include/functions_cron.php:1220 +#: ../../enterprise/include/functions_cron.php:1400 +msgid "Attached to this email there's a PDF file of the" +msgstr "В приложении к этому письму Вы найдете PDF-файл" + +#: ../../enterprise/include/functions_cron.php:1221 +#: ../../enterprise/include/functions_cron.php:1401 +msgid "report" +msgstr "отчет" + +#: ../../enterprise/include/functions_cron.php:1224 +#: ../../enterprise/include/functions_cron.php:1404 +#: ../../enterprise/include/functions_cron.php:1652 +#: ../../mobile/include/functions_web.php:84 +#: ../../mobile/include/ui.class.php:321 +msgid "Generated at" +msgstr "Сформировано на" + +#: ../../enterprise/include/functions_cron.php:1226 +#: ../../enterprise/include/functions_cron.php:1406 +#: ../../enterprise/include/functions_cron.php:1654 +msgid "Thanks for your time." +msgstr "Спасибо за Ваше время" + +#: ../../enterprise/include/functions_cron.php:1228 +#: ../../enterprise/include/functions_cron.php:1408 +#: ../../enterprise/include/functions_cron.php:1656 +msgid "Best regards, Pandora FMS" +msgstr "С уважением, Pandora FMS" + +#: ../../enterprise/include/functions_cron.php:1230 +#: ../../enterprise/include/functions_cron.php:1410 +#: ../../enterprise/include/functions_cron.php:1658 +msgid "" +"This is an automatically generated email from Pandora FMS, please do not " +"reply." +msgstr "" +"Это автоматически сгенерированное письмо от Pandora FMS, пожалуйста, не " +"отвечайте на него." + +#: ../../enterprise/include/functions_cron.php:1650 +msgid "Attached to this email there's a CSV file of the logs" +msgstr "В приложении к этому письму находится CSV-файл журналов" + +#: ../../enterprise/include/functions_cron.php:1660 +msgid "logs csv" +msgstr "Журналы csv" + +#: ../../enterprise/include/functions_cron.php:2050 +#: ../../enterprise/include/functions_cron.php:2060 +#: ../../enterprise/include/functions_cron.php:2069 +msgid "Error while executing task: " +msgstr "Ошибка при выполнении задания: " + +#: ../../enterprise/include/functions_tasklist.php:53 +#: ../../include/class/ConsoleSupervisor.php:2339 +msgid "DiscoveryConsoleTasks is not running properly" +msgstr "DiscoveryConsoleTasks не выполняется должным образом" + +#: ../../enterprise/include/functions_tasklist.php:55 +msgid "" +"Discovery relies on a proper setup of cron, the time-based scheduling service" +msgstr "" +"Обнаружение зависит от правильной настройки cron, службы планирования на " +"основе времени" + +#: ../../enterprise/include/functions_tasklist.php:56 +#: ../../include/class/ConsoleSupervisor.php:2342 +msgid "Please, add the following line to your crontab file:" +msgstr "Пожалуйста, добавьте следующую строку в ваш файл crontab:" + +#: ../../enterprise/include/functions_tasklist.php:71 +#: ../../include/class/ConsoleSupervisor.php:2355 +msgid "Last execution" +msgstr "Последнее выполнение" + +#: ../../enterprise/include/functions_tasklist.php:74 +msgid "Please check process is no locked." +msgstr "Пожалуйста, проверьте, не заблокирован ли процесс." + +#: ../../enterprise/include/functions_tasklist.php:158 +#: ../../enterprise/include/functions_tasklist.php:532 +msgid "There are no console task defined yet." +msgstr "Консольная задача еще не определена." + +#: ../../enterprise/include/functions_tasklist.php:171 +#: ../../include/functions_cron.php:458 +msgid "Last run" +msgstr "Последний прогон" + +#: ../../enterprise/include/functions_tasklist.php:201 +#: ../../enterprise/include/functions_tasklist.php:247 +#: ../../enterprise/include/functions_tasklist.php:297 +#: ../../enterprise/include/functions_tasklist.php:327 +#: ../../enterprise/include/functions_tasklist.php:370 +#: ../../enterprise/include/functions_tasklist.php:397 +#: ../../enterprise/include/functions_tasklist.php:422 +#: ../../include/functions_cron.php:482 ../../include/functions_cron.php:523 +#: ../../include/functions_cron.php:577 ../../include/functions_cron.php:606 +#: ../../include/functions_cron.php:645 ../../include/functions_cron.php:681 +#: ../../include/functions_cron.php:708 +msgid "Force run" +msgstr "Принудительное выполнение" + +#: ../../enterprise/include/functions_tasklist.php:226 +#: ../../enterprise/include/functions_tasklist.php:354 +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/include/functions_reporting_csv.php:1082 +#: ../../enterprise/include/functions_reporting_csv.php:1113 +#: ../../enterprise/include/functions_reporting_csv.php:1168 +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../enterprise/include/functions_reporting_csv.php:1272 +#: ../../enterprise/include/functions_reporting_csv.php:1327 +#: ../../enterprise/operation/reporting/custom_reporting.php:109 +#: ../../include/functions_cron.php:510 ../../include/functions_cron.php:669 +msgid "Report type" +msgstr "Тип отчета" + +#: ../../enterprise/include/functions_tasklist.php:450 +#: ../../enterprise/include/functions_ipam.php:1912 +#: ../../enterprise/include/functions_ipam.php:1913 +#: ../../enterprise/include/functions_ipam.php:1914 +#: ../../enterprise/tools/ipam/ipam_list.php:196 +#: ../../enterprise/tools/ipam/ipam_ajax.php:349 +#: ../../godmode/db/db_main.php:189 +#: ../../godmode/snmpconsole/snmp_alert.php:1389 +#: ../../include/functions_cron.php:734 +#: ../../include/functions_treeview.php:667 ../../include/functions_ui.php:538 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../operation/gis_maps/ajax.php:351 ../../operation/gis_maps/ajax.php:362 +#: ../../operation/gis_maps/ajax.php:468 ../../operation/gis_maps/ajax.php:479 +msgid "Never" +msgstr "Никогда" + +#: ../../enterprise/include/functions_tasklist.php:537 +msgid "Console Tasks" +msgstr "Задачи консоли" + +#: ../../enterprise/include/functions_networkmap.php:934 +msgid "Map not found." +msgstr "Карта не найдена." + +#: ../../enterprise/include/functions_hostdevices.php:45 +msgid "Remote commands enabled" +msgstr "Удаленные команды включены" + +#: ../../enterprise/include/ajax/transactional.ajax.php:174 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:191 +msgid "The phase does not have a defined script" +msgstr "Фаза не имеет определенного сценария" + +#: ../../enterprise/include/ajax/transactional.ajax.php:211 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:247 +msgid "Edit Data" +msgstr "Редактировать данные" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:88 +msgid "avg" +msgstr "средн." + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:89 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3513 +msgid "max" +msgstr "макс." + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:90 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3514 +msgid "min" +msgstr "мин." + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:91 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3515 +msgid "sum" +msgstr "итог" + +#: ../../enterprise/include/ajax/ipam.ajax.php:242 +msgid "Current Networks" +msgstr "Текущие сети" + +#: ../../enterprise/include/ajax/ipam.ajax.php:296 +msgid "Please, create networks to assign to " +msgstr "Пожалуйста, создайте сети, чтобы приписать их к " + +#: ../../enterprise/include/ajax/ipam.ajax.php:296 +msgid "all networks selected" +msgstr "все выбранные сети" + +#: ../../enterprise/include/ajax/ipam.ajax.php:299 +msgid "Please, create networks to assign to" +msgstr "Пожалуйста, создайте сети, чтобы приписать их к" + +#: ../../enterprise/include/ajax/ipam.ajax.php:328 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:264 +#: ../../enterprise/tools/ipam/ipam_supernet_network.php:38 +msgid "Supernet" +msgstr "Супер-сеть" + +#: ../../enterprise/include/ajax/ipam.ajax.php:329 +#: ../../enterprise/include/ajax/ipam.ajax.php:349 +#: ../../enterprise/include/functions_ipam.php:1816 +#: ../../enterprise/tools/ipam/ipam_list.php:138 +#: ../../enterprise/tools/ipam/ipam_vlan_network.php:62 +#: ../../enterprise/tools/ipam/ipam_calculator.php:185 +#: ../../enterprise/tools/ipam/ipam_supernet_network.php:39 +#: ../../enterprise/tools/ipam/ipam_supernet_network.php:63 +#: ../../enterprise/tools/ipam/ipam_editor.php:96 +#: ../../godmode/wizards/HostDevices.class.php:916 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:548 +#: ../../include/functions_ui.php:859 ../../operation/menu.php:72 +#: ../../operation/servers/recon_view.php:100 +msgid "Network" +msgstr "Сеть" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:77 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:215 +msgid "Group name" +msgstr "Название группы" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:102 +msgid "OS name" +msgstr "Имя ОС" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:123 +msgid "IP Network range" +msgstr "Диапазон IP-сети" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:129 +msgid "Script" +msgstr "Скрипт" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:131 +msgid "Arguments" +msgstr "Аргументы" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:137 +msgid "Unknown form" +msgstr "Неизвестная форма" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:218 +#: ../../include/functions_treeview.php:790 +#: ../../operation/agentes/agent_fields.php:44 +#: ../../operation/agentes/estado_generalagente.php:532 +msgid "Custom field" +msgstr "Пользовательское поле" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:219 +msgid "IP range" +msgstr "Диапазон IP" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:220 +msgid "Script output (> 0)" +msgstr "Вывод скрипта (> 0)" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:417 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:526 +#: ../../godmode/snmpconsole/snmp_alert.php:1102 +#: ../../godmode/snmpconsole/snmp_alert.php:1321 +msgid "Alert action" +msgstr "Действие оповещания" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:423 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:532 +#: ../../godmode/alerts/configure_alert_template.php:796 +#: ../../godmode/alerts/alert_list.builder.php:116 +#: ../../include/class/AgentsAlerts.class.php:297 +msgid "Default action" +msgstr "Действие по умолчанию" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:437 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:546 +msgid "Script path" +msgstr "Путь скрипта" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:441 +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:550 +msgid "Script argument" +msgstr "Аргумент скрипта" + +#: ../../enterprise/include/ajax/agent_autoconfiguration.ajax.php:449 +#: ../../godmode/alerts/alert_list.list.php:679 +#: ../../godmode/alerts/alert_list.list.php:1143 +msgid "Update action" +msgstr "Действие обновления" + +#: ../../enterprise/include/ajax/url_route_analyzer.ajax.php:33 +msgid "Global time: " +msgstr "Глобальное время: " + +#: ../../enterprise/include/ajax/log_viewer.ajax.php:51 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:420 +#: ../../enterprise/include/functions_reporting_csv.php:451 +#: ../../enterprise/include/functions_reporting_csv.php:653 +#: ../../enterprise/include/functions_reporting_csv.php:667 +#: ../../enterprise/include/functions_reporting_csv.php:681 +#: ../../enterprise/include/functions_reporting_csv.php:701 +#: ../../enterprise/include/functions_reporting_csv.php:730 +#: ../../enterprise/include/functions_reporting_csv.php:769 +#: ../../enterprise/include/functions_reporting_csv.php:813 +#: ../../enterprise/include/functions_reporting_csv.php:845 +#: ../../enterprise/include/functions_reporting_csv.php:882 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../enterprise/include/functions_reporting_csv.php:1042 +#: ../../enterprise/include/functions_reporting_csv.php:1069 +#: ../../enterprise/include/functions_reporting_csv.php:1100 +#: ../../enterprise/include/functions_reporting_csv.php:1155 +#: ../../enterprise/include/functions_reporting_csv.php:1210 +#: ../../enterprise/include/functions_reporting_csv.php:1259 +#: ../../enterprise/include/functions_reporting_csv.php:1314 +#: ../../enterprise/include/functions_reporting_csv.php:1343 +#: ../../enterprise/include/functions_reporting_csv.php:1380 +#: ../../enterprise/include/functions_reporting_csv.php:1506 +#: ../../enterprise/include/functions_reporting_csv.php:1622 +#: ../../enterprise/include/functions_reporting_csv.php:1766 +#: ../../enterprise/include/functions_reporting_csv.php:1822 +#: ../../enterprise/include/functions_reporting_csv.php:1890 +#: ../../enterprise/include/functions_reporting_csv.php:2034 +#: ../../enterprise/include/functions_reporting_csv.php:2126 +#: ../../enterprise/include/functions_reporting_csv.php:2157 +#: ../../enterprise/include/functions_reporting_csv.php:2193 +#: ../../enterprise/include/functions_reporting_csv.php:2246 +#: ../../enterprise/include/functions_reporting_csv.php:2268 +#: ../../enterprise/include/functions_reporting_csv.php:2309 +#: ../../enterprise/include/functions_reporting_csv.php:2363 +#: ../../enterprise/include/functions_reporting_csv.php:2392 +#: ../../enterprise/include/functions_reporting_csv.php:2460 +#: ../../godmode/setup/setup_integria.php:322 +#: ../../godmode/setup/setup_integria.php:445 +#: ../../include/lib/Dashboard/Widget.php:537 +#: ../../operation/agentes/estado_generalagente.php:636 +#: ../../operation/incidents/integriaims_export_csv.php:89 +#: ../../operation/incidents/configure_integriaims_incident.php:194 +msgid "Title" +msgstr "Заголовок" + +#: ../../enterprise/include/ajax/log_viewer.ajax.php:61 +msgid "Capture regexp" +msgstr "Захват regexp" + +#: ../../enterprise/include/ajax/log_viewer.ajax.php:81 +#: ../../enterprise/include/functions_reporting_pdf.php:505 +#: ../../enterprise/include/functions_reporting_pdf.php:561 +#: ../../include/functions_reporting_html.php:3076 +#: ../../include/functions_reporting_html.php:3144 +msgid "Average" +msgstr "Среднее" + +#: ../../enterprise/include/ajax/log_viewer.ajax.php:171 +msgid "Empty ip or port" +msgstr "Пустой ip или порт" + +#: ../../enterprise/include/ajax/log_viewer.ajax.php:188 +msgid "Curl Error: " +msgstr "Ошибка Curl: " + +#: ../../enterprise/include/process_reset_pass.php:47 +#: ../../enterprise/include/reset_pass.php:48 ../../general/login_page.php:135 +#: ../../general/login_page.php:138 ../../general/login_page.php:154 +msgid "Docs" +msgstr "Документы" + +#: ../../enterprise/include/process_reset_pass.php:152 +#: ../../enterprise/include/process_reset_pass.php:155 +#: ../../enterprise/include/reset_pass.php:130 +#: ../../enterprise/include/reset_pass.php:133 +#: ../../include/functions_config.php:2319 +msgid "ONE TOOL TO MONITOR THEM ALL" +msgstr "ОДИН ИНСТРУМЕНТ ДЛЯ ИХ МОНИТОРИНГА" + +#: ../../enterprise/include/functions_log.php:279 +#: ../../enterprise/include/functions_log.php:282 +msgid "Lines" +msgstr "Строки" + +#: ../../enterprise/include/functions_inventory.php:66 +#: ../../enterprise/include/functions_inventory.php:774 +msgid "No changes found" +msgstr "Изменения не найдены" + +#: ../../enterprise/include/functions_inventory.php:165 +msgid "Get CSV file" +msgstr "Получить CSV файл" + +#: ../../enterprise/include/functions_inventory.php:252 +#: ../../enterprise/operation/services/services.treeview_services.php:269 +#: ../../godmode/groups/group_list.php:967 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:639 +#: ../../operation/tree.php:385 ../../operation/network/network_report.php:313 +msgid "No data found" +msgstr "Данные не найдены" + +#: ../../enterprise/include/functions_inventory.php:791 +#: ../../enterprise/include/functions_inventory.php:854 +#: ../../include/functions_reporting_html.php:1464 +msgid "Added" +msgstr "Добавлено" + +#: ../../enterprise/include/functions_inventory.php:797 +#: ../../enterprise/include/functions_inventory.php:862 +#: ../../include/functions_reporting_html.php:1475 +#: ../../include/functions_filemanager.php:364 +#: ../../include/functions_filemanager.php:381 +msgid "Deleted" +msgstr "Удалено" + +#: ../../enterprise/include/functions_transactional.php:588 +msgid "Error in dependencies field" +msgstr "Ошибка в поле зависимостей" + +#: ../../enterprise/include/functions_transactional.php:597 +msgid "Error in enables field" +msgstr "Ошибка в поле активации" + +#: ../../enterprise/include/auth/saml.php:120 +#, php-format +msgid "Pandora FMS SAML authentication error: %s" +msgstr "Pandora FMS Ошибка SAML-аутентификации: %s" + +#: ../../enterprise/include/auth/saml.php:185 +msgid "Force log out" +msgstr "Принудить выход из системы" + +#: ../../enterprise/include/functions_collection.php:47 +#, php-format +msgid "Fail create the directory: %s" +msgstr "Сбой создания папки: %s" + +#: ../../enterprise/include/functions_collection.php:73 +msgid "No files in collection" +msgstr "Нет файлов в сборнике" + +#: ../../enterprise/include/functions_collection.php:81 +msgid "File of collection is bigger than the limit (" +msgstr "Файл сборника больше чем лимит (" + +#: ../../enterprise/include/functions_ui.php:79 msgid "Select inventory module" msgstr "Выбрать модуль инвентаризации" -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 -msgid "There are no defined inventory modules" -msgstr "" +#: ../../enterprise/include/functions_ui.php:96 +msgid "Use custom fields" +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/include/functions_ui.php:179 +msgid "Field name" +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/include/functions_ui.php:179 +msgid "It's a password" +msgstr "Это пароль" -#: ../../enterprise/godmode/policies/policy_plugins.php:34 -msgid "Cannot be added to delete pending plugins." -msgstr "Не может быть добавлено к удаленным плагинам в режиме ожидания." +#: ../../enterprise/include/functions_ui.php:179 +msgid "Add field" +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 "U." - -#: ../../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 "D." - -#: ../../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 +#: ../../enterprise/include/functions_reporting_pdf.php:65 +#: ../../include/class/Diagnostics.class.php:2124 +#: ../../include/class/Diagnostics.class.php:2242 #, php-format -msgid "Successfully added module(s) (%s/%s) to policy %s" -msgstr "Успешно добавлену модуль(и) (%s/%s) к политике %s" +msgid "Automated %s report for user defined report" +msgstr "Автоматизированный отчет %s для отчета, определенного пользователем" -#: ../../enterprise/godmode/policies/policy_modules.php:412 +#: ../../enterprise/include/functions_reporting_pdf.php:489 +#: ../../enterprise/include/functions_reporting_pdf.php:521 +#: ../../enterprise/include/functions_reporting_pdf.php:547 +#: ../../enterprise/include/functions_reporting_pdf.php:572 +#: ../../enterprise/include/functions_reporting_pdf.php:575 +#: ../../enterprise/include/functions_reporting_pdf.php:582 +#: ../../enterprise/include/functions_reporting_csv.php:1188 +#: ../../include/functions_reporting_html.php:3059 +#: ../../include/functions_reporting_html.php:3088 +#: ../../include/functions_reporting_html.php:3129 +#: ../../include/functions_reporting_html.php:3152 +#: ../../include/functions_reporting_html.php:3155 +#: ../../include/functions_reporting_html.php:3162 +#: ../../include/functions_reporting.php:5797 +#: ../../include/functions_reporting.php:5820 +#: ../../include/functions_reporting.php:5835 +#: ../../include/functions_reporting.php:5851 +#: ../../include/functions_reporting.php:5866 +msgid "Maximun" +msgstr "Максимум" + +#: ../../enterprise/include/functions_reporting_pdf.php:497 +#: ../../enterprise/include/functions_reporting_pdf.php:554 +#: ../../include/functions_reporting_html.php:3067 +#: ../../include/functions_reporting_html.php:3136 +msgid "Minimun" +msgstr "Минимум" + +#: ../../enterprise/include/functions_reporting_pdf.php:546 +#: ../../enterprise/include/functions_reporting_pdf.php:553 +#: ../../enterprise/include/functions_reporting_pdf.php:560 +#: ../../enterprise/include/functions_reporting_pdf.php:574 +#: ../../enterprise/include/functions_reporting_pdf.php:579 +#: ../../enterprise/include/functions_reporting_csv.php:1133 +#: ../../enterprise/include/functions_reporting_csv.php:1188 +#: ../../enterprise/include/functions_reporting_csv.php:1292 +#: ../../include/functions_reporting_html.php:3128 +#: ../../include/functions_reporting_html.php:3135 +#: ../../include/functions_reporting_html.php:3143 +#: ../../include/functions_reporting_html.php:3154 +#: ../../include/functions_reporting_html.php:3159 +#: ../../include/functions_reporting.php:5815 +msgid "Lapse" +msgstr "Задержка" + +#: ../../enterprise/include/functions_reporting_pdf.php:876 +#: ../../include/functions_reporting_html.php:1698 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:478 #, php-format -msgid "Could not be added module(s) (%s/%s) to policy %s" -msgstr "Не удается добавить модуль(и) (%s/%s) к политике %s" +msgid "%s in %s : NORMAL" +msgstr "%s в %s : НОРМАЛЬНЫЙ" -#: ../../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 +#: ../../enterprise/include/functions_reporting_pdf.php:893 +#: ../../include/functions_reporting_html.php:1715 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:494 #, php-format -msgid "copy of %s" -msgstr "копия %s" +msgid "%s in %s : CRITICAL" +msgstr "%s в %s : КРИТИЧЕСКИЙ" -#: ../../enterprise/godmode/policies/policy_modules.php:978 -#: ../../godmode/agentes/configurar_agente.php:1424 +#: ../../enterprise/include/functions_reporting_pdf.php:910 +#: ../../include/functions_reporting_html.php:1732 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:510 #, php-format -msgid "copy of %s (%d)" -msgstr "копия %s (%d)" +msgid "%s in %s : WARNING" +msgstr "%s в %s : ВНИМАНИЕ" -#: ../../enterprise/godmode/policies/policy_modules.php:995 -msgid "Successfully duplicate the module." +#: ../../enterprise/include/functions_reporting_pdf.php:927 +#: ../../include/functions_reporting_html.php:1749 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:526 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "%s в %s : НЕИЗВЕСТНЫЙ" + +#: ../../enterprise/include/functions_reporting_pdf.php:944 +#: ../../include/functions_reporting_html.php:1785 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:542 +#, php-format +msgid "%s in %s : Not initialize" +msgstr "%s в %s : Не инициализируется" + +#: ../../enterprise/include/functions_reporting_pdf.php:961 +#: ../../include/functions_reporting_html.php:1768 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:559 +#, php-format +msgid "%s in %s : ALERTS FIRED" +msgstr "%s в %s : ПРЕДУПРЕЖДЕНИЯ ВЫПОЛНЕНЫ" + +#: ../../enterprise/include/functions_reporting_pdf.php:1580 +#: ../../enterprise/include/functions_reporting_csv.php:2078 +#: ../../enterprise/include/functions_reporting_csv.php:2082 +#: ../../include/functions_reporting_html.php:138 +msgid "Generated" +msgstr "Сгенерировано" + +#: ../../enterprise/include/functions_reporting_pdf.php:1584 +#: ../../include/functions_reporting_html.php:141 +msgid "Report date" +msgstr "Дата отчета" + +#: ../../enterprise/include/functions_reporting_pdf.php:1603 +#: ../../include/functions_reporting_html.php:150 +#: ../../operation/reporting/reporting_viewer.php:255 +msgid "Items period before" +msgstr "Элементы периода до" + +#: ../../enterprise/include/functions_reporting_pdf.php:1633 +msgid "Contents" +msgstr "Содержание" + +#: ../../enterprise/include/functions_reporting_pdf.php:1779 +#: ../../enterprise/include/functions_reporting_csv.php:864 +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../godmode/agentes/planned_downtime.list.php:148 +#: ../../include/functions_reporting_html.php:3245 +#: ../../include/functions_snmp.php:413 ../../include/functions_snmp.php:421 +#: ../../include/rest-api/index.php:326 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:459 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:519 +#: ../../operation/agentes/gis_view.php:218 +msgid "To" +msgstr "Кому" + +#: ../../enterprise/include/functions_reporting_pdf.php:1783 +#: ../../include/functions_reporting_html.php:90 +#: ../../include/functions_reporting_html.php:4996 +#: ../../include/functions_treeview.php:319 +msgid "Last data" +msgstr "Последние данные" + +#: ../../enterprise/include/functions_visual_map.php:203 +#: ../../enterprise/include/functions_visual_map.php:268 +msgid "Crit:" +msgstr "Крит:" + +#: ../../enterprise/include/functions_visual_map.php:207 +#: ../../enterprise/include/functions_visual_map.php:272 +msgid "Warn:" +msgstr "Пред:" + +#: ../../enterprise/include/functions_visual_map.php:211 +#: ../../enterprise/include/functions_visual_map.php:276 +msgid "Ok:" +msgstr "Ок:" + +#: ../../enterprise/include/functions_visual_map.php:672 +msgid "None of the services was added" +msgstr "Ни одна из услуг не была добавлена" + +#: ../../enterprise/include/functions_visual_map.php:674 +#, php-format +msgid "%d services couldn't be added" +msgstr "%d сервисов не удалось добавить" + +#: ../../enterprise/include/functions_visual_map.php:680 +msgid "There was an error retrieving the visual map information" +msgstr "произошла ошибка при извлечении информации о визуальной карте" + +#: ../../enterprise/include/functions_visual_map.php:683 +msgid "No services selected" +msgstr "Сервисы не выбраны" + +#: ../../enterprise/include/functions_backup.php:197 +msgid "No description" +msgstr "Без описания" + +#: ../../enterprise/include/functions_backup.php:323 +msgid "Restoring a backup" +msgstr "Восстановление из резервной копии" + +#: ../../enterprise/include/functions_backup.php:325 +#, php-format +msgid "Restoring a %s database backup must be done manually." msgstr "" +"Восстановление резервной копии базы данных %s должно выполняться вручную." -#: ../../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 "Целевой IP не предоставлен" - -#: ../../enterprise/godmode/policies/policy_modules.php:1174 -#: ../../godmode/agentes/module_manager_editor.php:517 -msgid "No SNMP OID provided" -msgstr "SNMP OID не предоставлен" - -#: ../../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 "Вы уверены, что хотите копировать модули в политике?\\n" - -#: ../../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 +#: ../../enterprise/include/functions_backup.php:326 msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next " -"policy application." +"It's a complex operation that needs human intervation to avoid system " +"failures and data loosing" 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." +#: ../../enterprise/include/functions_backup.php:327 +msgid "To restore the selected backup, please follow these steps" msgstr "" +"Для восстановления выбранной резервной копии, выполните следующие действия" -#: ../../enterprise/load_enterprise.php:316 -msgid "Please contact Artica at info@artica.es for a valid licence." +#: ../../enterprise/include/functions_backup.php:333 +msgid "Open a root shell in your system located at " +msgstr "Откройте командный интерфейс в вашей системе, который находится в " + +#: ../../enterprise/include/functions_backup.php:337 +msgid "Connect to MySQL database using the following command" +msgstr "Подключение к базе данных MySQL с помощью следующей команды" + +#: ../../enterprise/include/functions_backup.php:344 +msgid "Create a new database" +msgstr "Создать новую базу данных" + +#: ../../enterprise/include/functions_backup.php:361 +msgid "Restore the backup" +msgstr "Восстановление резервной копии" + +#: ../../enterprise/include/functions_backup.php:369 +msgid "Modify console configuration to use this new database" msgstr "" +"Измененить конфигурацию консоли, чтобы использовать эту новую базу данных" -#: ../../enterprise/load_enterprise.php:318 -msgid "Or disable Pandora FMS enterprise" -msgstr "Или отключить предприятие Pandora FMS" +#: ../../enterprise/include/functions_backup.php:370 +msgid "Open configuration file" +msgstr "Открыть файл конфигурации" -#: ../../enterprise/load_enterprise.php:405 -#: ../../enterprise/load_enterprise.php:619 -msgid "Request new licence" +#: ../../enterprise/include/functions_backup.php:374 +#: ../../enterprise/include/functions_backup.php:386 +msgid "Find" +msgstr "Найти" + +#: ../../enterprise/include/functions_backup.php:376 +#: ../../enterprise/include/functions_backup.php:389 +msgid "and replace with" +msgstr "и заменить на" + +#: ../../enterprise/include/functions_backup.php:383 +msgid "Modify servers configuration to use this new database" msgstr "" +"Изменить конфигурацию сервера для использования этой новой базы данных" -#: ../../enterprise/load_enterprise.php:480 +#: ../../enterprise/include/functions_backup.php:384 +msgid "Find servers configuration file and replace the following lines" +msgstr "Найти серверы файла конфигурации и заменить следующие строки" + +#: ../../enterprise/include/functions_backup.php:396 +msgid "Restart the servers and login again into the console" +msgstr "Перезагрузить серверы и войти снова в консоль" + +#: ../../enterprise/include/functions_snmp.php:65 +msgid "Trap status agent recovered" +msgstr "Агент статуса ловушки восстановлен" + +#: ../../enterprise/include/functions_alert_event.php:1133 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:903 +msgid "Module alert" +msgstr "Модуль оповещений" + +#: ../../enterprise/include/functions_setup.php:79 +#: ../../enterprise/include/functions_setup.php:125 +msgid "Log collector" +msgstr "Журнал коллектора" + +#: ../../enterprise/include/functions_setup.php:151 +msgid "Metaconsole link status" +msgstr "Статус ссылки метаконсоли" + +#: ../../enterprise/include/functions_setup.php:183 +msgid "DB connection" +msgstr "Подключение к БД" + +#: ../../enterprise/include/functions_setup.php:205 +msgid "This console is joining a metaconsole." +msgstr "Эта консоль присоединяется к метаконсоли." + +#: ../../enterprise/include/functions_setup.php:213 +msgid "This console is not joining any metaconsole." +msgstr "Эта консоль не присоединяется ни к одной метаконсоли." + +#: ../../enterprise/include/rest-api/models/VisualConsole/Items/Service.php:235 +#: ../../godmode/reporting/visual_console_builder.elements.php:105 +#: ../../godmode/reporting/visual_console_builder.wizard.php:151 +#: ../../include/functions_visual_map_editor.php:250 +#: ../../include/rest-api/models/VisualConsole/Items/Icon.php:174 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:332 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:521 +#: ../../include/functions_filemanager.php:660 +msgid "Image" +msgstr "Изображение" + +#: ../../enterprise/include/functions_reporting_csv.php:393 +msgid "Event report agent" +msgstr "Агент Отчета событий" + +#: ../../enterprise/include/functions_reporting_csv.php:395 +msgid "Event report group" +msgstr "Группа отчета событий" + +#: ../../enterprise/include/functions_reporting_csv.php:419 +msgid "Event report module" +msgstr "Модуль отчета событий" + +#: ../../enterprise/include/functions_reporting_csv.php:450 +#: ../../enterprise/include/functions_reporting.php:1185 +#: ../../include/functions_reports.php:811 +#: ../../include/functions_reporting.php:7169 +#: ../../include/functions_reporting.php:7545 +msgid "Availability" +msgstr "Доступность" + +#: ../../enterprise/include/functions_reporting_csv.php:494 +#: ../../enterprise/include/functions_reporting_csv.php:1327 +msgid "% OK" +msgstr "% OK" + +#: ../../enterprise/include/functions_reporting_csv.php:503 +#: ../../include/functions_reporting_html.php:593 +msgid "Checks Failed" +msgstr "Проверки не удались" + +#: ../../enterprise/include/functions_reporting_csv.php:620 +msgid "Maximum value" +msgstr "Максимальное значение" + +#: ../../enterprise/include/functions_reporting_csv.php:624 +#: ../../include/functions_reporting_html.php:3756 +msgid "Agent min value" +msgstr "Мин значение агента" + +#: ../../enterprise/include/functions_reporting_csv.php:625 +msgid "Minimum value" +msgstr "Минимальное значение" + +#: ../../enterprise/include/functions_reporting_csv.php:628 +msgid "Average value" +msgstr "Среднее значение" + +#: ../../enterprise/include/functions_reporting_csv.php:652 +#: ../../include/functions_reporting.php:2265 +msgid "Inventory Changes" +msgstr "Изменения в инвентаризации" + +#: ../../enterprise/include/functions_reporting_csv.php:680 +#: ../../include/functions_reports.php:714 +msgid "Prediction date" +msgstr "Прогнозирование даты" + +#: ../../enterprise/include/functions_reporting_csv.php:700 +#: ../../include/functions_reporting.php:5270 +msgid "Projection Graph" +msgstr "Проекционный график" + +#: ../../enterprise/include/functions_reporting_csv.php:729 +msgid "Serialized data " +msgstr "Сериализованные данные " + +#: ../../enterprise/include/functions_reporting_csv.php:768 +msgid "Last Value " +msgstr "Последнее значение " + +#: ../../enterprise/include/functions_reporting_csv.php:844 +#: ../../include/functions_reporting.php:1481 +#: ../../operation/snmpconsole/snmp_statistics.php:159 +#: ../../operation/snmpconsole/snmp_statistics.php:227 +#, php-format +msgid "Top %d" +msgstr "Наивысшее %d" + +#: ../../enterprise/include/functions_reporting_csv.php:881 +#: ../../include/functions_reporting.php:3026 +msgid "Group Report" +msgstr "Отчет группы" + +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:277 +#: ../../godmode/db/db_main.php:102 ../../godmode/groups/group_list.php:975 +#: ../../mobile/operation/groups.php:137 +#: ../../include/functions_reporting_html.php:5076 +#: ../../include/class/Diagnostics.class.php:543 +#: ../../include/functions_reporting.php:10494 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:642 +#: ../../operation/tree.php:393 +msgid "Total agents" +msgstr "Общее количество агентов" + +#: ../../enterprise/include/functions_reporting_csv.php:895 +msgid "Uknown agents" +msgstr "Неизвестные агенты" + +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:278 +#: ../../godmode/groups/group_list.php:976 +#: ../../godmode/module_library/module_library_view.php:141 +#: ../../include/class/Diagnostics.class.php:547 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:643 +#: ../../operation/tree.php:394 +msgid "Total modules" +msgstr "Общее число модулей" + +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../include/functions_reporting.php:10337 +msgid "Defined alerts" +msgstr "Определенные оповещения" + +#: ../../enterprise/include/functions_reporting_csv.php:895 +#: ../../enterprise/operation/services/services.treeview_services.php:282 +#: ../../enterprise/operation/services/services.treeview_services.php:283 +#: ../../enterprise/operation/services/services.treeview_services.php:284 +#: ../../godmode/groups/group_list.php:980 +#: ../../godmode/groups/group_list.php:981 +#: ../../godmode/groups/group_list.php:982 +#: ../../include/functions_graph.php:2581 +#: ../../include/functions_reporting.php:10355 +#: ../../include/functions_reporting.php:10378 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:647 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:648 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:649 +#: ../../operation/tree.php:398 ../../operation/tree.php:399 +#: ../../operation/tree.php:400 +msgid "Fired alerts" +msgstr "Запущенные оповещения" + +#: ../../enterprise/include/functions_reporting_csv.php:895 +msgid "Last 8 hours events" +msgstr "События последних 8 часов" + +#: ../../enterprise/include/functions_reporting_csv.php:898 +#: ../../include/functions_reports.php:770 +#: ../../include/functions_reports.php:776 +msgid "Group report" +msgstr "Отчет группы" + +#: ../../enterprise/include/functions_reporting_csv.php:1009 +#: ../../enterprise/include/functions_ipam.php:1876 +#: ../../enterprise/tools/ipam/ipam_network.php:363 +#: ../../enterprise/tools/ipam/ipam_network.php:632 +#: ../../enterprise/tools/ipam/ipam_ajax.php:148 +#: ../../enterprise/tools/ipam/ipam_ajax.php:326 +#: ../../enterprise/tools/ipam/ipam_massive.php:83 +#: ../../godmode/users/configure_user.php:1010 +#: ../../godmode/admin_access_logs.php:213 +#: ../../mobile/operation/events.php:561 +#: ../../include/functions_reporting_html.php:5195 +#: ../../include/functions.php:3053 ../../include/ajax/events.php:1369 +#: ../../operation/users/user_edit.php:620 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:368 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:461 +#: ../../general/logon_ok.php:249 +msgid "Comments" +msgstr "Комментарии" + +#: ../../enterprise/include/functions_reporting_csv.php:1013 +msgid "Illegal query or any other error" +msgstr "Неавторизованный запрос или любая другая ошибка" + +#: ../../enterprise/include/functions_reporting_csv.php:1035 +#: ../../include/functions_reports.php:657 +msgid "SQL vertical bar graph" +msgstr "SQL вертикальная панель графика" + +#: ../../enterprise/include/functions_reporting_csv.php:1037 +msgid "SQL horizontal bar graph" +msgstr "Горизонтальная гистограмма SQL" + +#: ../../enterprise/include/functions_reporting_csv.php:1039 +#: ../../include/functions_reports.php:661 +msgid "SQL pie graph" +msgstr "SQL секторный график" + +#: ../../enterprise/include/functions_reporting_csv.php:1068 +#: ../../enterprise/include/functions_reporting_csv.php:1086 +#: ../../enterprise/include/functions_reporting_csv.php:1088 +#: ../../include/functions_reports.php:743 +#: ../../include/functions_reporting.php:5576 +#: ../../include/functions_reporting.php:8758 +msgid "Summatory" +msgstr "Сумма" + +#: ../../enterprise/include/functions_reporting_csv.php:1118 +#: ../../enterprise/include/functions_reporting_csv.php:1120 +#: ../../enterprise/include/functions_reporting_csv.php:1126 +#: ../../enterprise/include/functions_reporting_csv.php:1128 +msgid "Minimum Value" +msgstr "Минимальное значение" + +#: ../../enterprise/include/functions_reporting_csv.php:1133 +#: ../../include/functions_reporting.php:8762 +msgid "Minimum" +msgstr "Минимум" + +#: ../../enterprise/include/functions_reporting_csv.php:1173 +#: ../../enterprise/include/functions_reporting_csv.php:1175 +#: ../../enterprise/include/functions_reporting_csv.php:1181 +#: ../../enterprise/include/functions_reporting_csv.php:1183 +msgid "Maximun Value" +msgstr "Максимальное значение" + +#: ../../enterprise/include/functions_reporting_csv.php:1209 +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../enterprise/include/functions_reporting_csv.php:1227 +#: ../../enterprise/include/functions_reporting_csv.php:1238 +#: ../../include/functions_reporting_html.php:3248 +#: ../../include/functions_reports.php:751 +#: ../../include/functions_reporting.php:8283 +msgid "Increment" +msgstr "Увеличить" + +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../include/functions_reporting_html.php:3246 +msgid "From data" +msgstr "Из данных" + +#: ../../enterprise/include/functions_reporting_csv.php:1223 +#: ../../include/functions_reporting_html.php:3247 +msgid "To data" +msgstr "В данные" + +#: ../../enterprise/include/functions_reporting_csv.php:1229 +#: ../../enterprise/include/functions_reporting_csv.php:1240 +#: ../../include/functions_reporting_html.php:3275 +msgid "Negative increase: " +msgstr "Отрицательный прирост: " + +#: ../../enterprise/include/functions_reporting_csv.php:1231 +#: ../../enterprise/include/functions_reporting_csv.php:1242 +#: ../../include/functions_reporting_html.php:3277 +msgid "Positive increase: " +msgstr "Положительный прирост: " + +#: ../../enterprise/include/functions_reporting_csv.php:1233 +#: ../../enterprise/include/functions_reporting_csv.php:1244 +#: ../../include/functions_reporting_html.php:3279 +msgid "Neutral increase: " +msgstr "Нейтральный прирост: " + +#: ../../enterprise/include/functions_reporting_csv.php:1258 +#: ../../enterprise/include/functions_reporting_csv.php:1277 +#: ../../enterprise/include/functions_reporting_csv.php:1279 +#: ../../enterprise/include/functions_reporting_csv.php:1285 +#: ../../enterprise/include/functions_reporting_csv.php:1287 +#: ../../include/functions_reporting.php:5581 +msgid "AVG. Value" +msgstr "СРД. значение" + +#: ../../enterprise/include/functions_reporting_csv.php:1292 +msgid "AVG" +msgstr "СРД" + +#: ../../enterprise/include/functions_reporting_csv.php:1313 +#: ../../enterprise/include/functions_reporting_csv.php:1331 +#: ../../enterprise/include/functions_reporting_csv.php:1333 +#: ../../include/functions_reporting.php:4937 +msgid "Monitor Report" +msgstr "Отчёт монитора" + +#: ../../enterprise/include/functions_reporting_csv.php:1327 +msgid "% Wrong" +msgstr "% Неверно" + +#: ../../enterprise/include/functions_reporting_csv.php:1342 +msgid "Simple Graph" +msgstr "Простой график" + +#: ../../enterprise/include/functions_reporting_csv.php:1402 +#: ../../enterprise/include/functions_reporting_csv.php:1448 +#: ../../enterprise/include/functions_reporting_csv.php:1521 +#: ../../enterprise/include/functions_reporting_csv.php:1640 +#: ../../enterprise/include/functions_reporting_csv.php:1908 +msgid "SLA Max" +msgstr "SLA Max" + +#: ../../enterprise/include/functions_reporting_csv.php:1403 +#: ../../enterprise/include/functions_reporting_csv.php:1449 +#: ../../enterprise/include/functions_reporting_csv.php:1522 +#: ../../enterprise/include/functions_reporting_csv.php:1641 +#: ../../enterprise/include/functions_reporting_csv.php:1909 +msgid "SLA Min" +msgstr "SLA Min" + +#: ../../enterprise/include/functions_reporting_csv.php:1404 +#: ../../enterprise/include/functions_reporting_csv.php:1450 +#: ../../enterprise/include/functions_reporting_csv.php:1523 +#: ../../enterprise/include/functions_reporting_csv.php:1642 +#: ../../enterprise/include/functions_reporting_csv.php:1910 +#: ../../enterprise/include/functions_reporting.php:1813 +#: ../../enterprise/include/functions_reporting.php:2747 +#: ../../enterprise/include/functions_reporting.php:3744 +#: ../../enterprise/include/functions_reporting.php:5860 +#: ../../include/functions_reporting_html.php:525 +msgid "SLA Limit" +msgstr "Разрешение SLA" + +#: ../../enterprise/include/functions_reporting_csv.php:1405 +#: ../../enterprise/include/functions_reporting_csv.php:1451 +msgid "Time Total " +msgstr "Общее время " + +#: ../../enterprise/include/functions_reporting_csv.php:1406 +#: ../../enterprise/include/functions_reporting_csv.php:1452 +msgid "Time OK " +msgstr "Время ОК " + +#: ../../enterprise/include/functions_reporting_csv.php:1407 +#: ../../enterprise/include/functions_reporting_csv.php:1453 +msgid "Time Error " +msgstr "Ошибка время " + +#: ../../enterprise/include/functions_reporting_csv.php:1408 +#: ../../enterprise/include/functions_reporting_csv.php:1454 +msgid "Time Unknown " +msgstr "Время неизвестно " + +#: ../../enterprise/include/functions_reporting_csv.php:1409 +#: ../../enterprise/include/functions_reporting_csv.php:1455 +msgid "Time Not Init " +msgstr "Время не инициализировано " + +#: ../../enterprise/include/functions_reporting_csv.php:1410 +#: ../../enterprise/include/functions_reporting_csv.php:1456 +msgid "Time Downtime " +msgstr "Время остановки " + +#: ../../enterprise/include/functions_reporting_csv.php:1411 +#: ../../enterprise/include/functions_reporting_csv.php:1457 +msgid "Checks Total " +msgstr "Общие проверки " + +#: ../../enterprise/include/functions_reporting_csv.php:1412 +#: ../../enterprise/include/functions_reporting_csv.php:1458 +msgid "Checks OK " +msgstr "Проверки ОК " + +#: ../../enterprise/include/functions_reporting_csv.php:1413 +#: ../../enterprise/include/functions_reporting_csv.php:1459 +msgid "Checks Error " +msgstr "Ошибка проверки " + +#: ../../enterprise/include/functions_reporting_csv.php:1414 +#: ../../enterprise/include/functions_reporting_csv.php:1460 +msgid "Checks Unknown " +msgstr "Проверки неизвестно " + +#: ../../enterprise/include/functions_reporting_csv.php:1415 +#: ../../enterprise/include/functions_reporting_csv.php:1461 +msgid "Checks Not Init " +msgstr "Проверки не инициализированы " + +#: ../../enterprise/include/functions_reporting_csv.php:1416 +#: ../../enterprise/include/functions_reporting_csv.php:1462 +msgid "SLA " +msgstr "SLA " + +#: ../../enterprise/include/functions_reporting_csv.php:1417 +#: ../../enterprise/include/functions_reporting_csv.php:1463 +msgid "Status " +msgstr "Статус " + +#: ../../enterprise/include/functions_reporting_csv.php:1439 +#: ../../enterprise/include/functions_reporting_csv.php:1485 +#: ../../enterprise/include/functions_reporting_csv.php:1803 +#: ../../enterprise/include/functions_reporting.php:1833 +#: ../../enterprise/include/functions_reporting.php:1874 +#: ../../enterprise/include/functions_reporting.php:2772 +#: ../../enterprise/include/functions_reporting.php:2831 +#: ../../enterprise/include/functions_reporting.php:3770 +#: ../../enterprise/include/functions_reporting.php:3829 +#: ../../enterprise/include/functions_reporting.php:5884 +#: ../../include/functions_reporting_html.php:642 +#: ../../include/functions_config.php:1215 +#: ../../include/functions_config.php:3043 +msgid "Fail" +msgstr "Сбой" + +#: ../../enterprise/include/functions_reporting_csv.php:1509 +#: ../../enterprise/include/functions_reporting_csv.php:1625 +#: ../../enterprise/include/functions_reporting_csv.php:1825 +#: ../../enterprise/include/functions_reporting_csv.php:1893 +msgid "Subtitle" +msgstr "Подзаголовок" + +#: ../../enterprise/include/functions_reporting_csv.php:1524 +#: ../../enterprise/include/functions_reporting_csv.php:1656 +#: ../../enterprise/include/functions_reporting_csv.php:1924 +msgid "Time Total Month" +msgstr "Общее Время Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1525 +#: ../../enterprise/include/functions_reporting_csv.php:1657 +#: ../../enterprise/include/functions_reporting_csv.php:1925 +msgid "Time OK Month" +msgstr "Время ОК Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1526 +#: ../../enterprise/include/functions_reporting_csv.php:1658 +#: ../../enterprise/include/functions_reporting_csv.php:1926 +msgid "Time Error Month" +msgstr "Время ошибок Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1527 +#: ../../enterprise/include/functions_reporting_csv.php:1659 +#: ../../enterprise/include/functions_reporting_csv.php:1927 +msgid "Time Unknown Month" +msgstr "Время неизвестно Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1528 +#: ../../enterprise/include/functions_reporting_csv.php:1660 +#: ../../enterprise/include/functions_reporting_csv.php:1928 +msgid "Time Downtime Month" +msgstr "Время остановки Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1529 +#: ../../enterprise/include/functions_reporting_csv.php:1661 +#: ../../enterprise/include/functions_reporting_csv.php:1929 +msgid "Time Not Init Month" +msgstr "Время не инициализировано Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1530 +#: ../../enterprise/include/functions_reporting_csv.php:1662 +#: ../../enterprise/include/functions_reporting_csv.php:1930 +msgid "Checks Total Month" +msgstr "Общие проверки Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1531 +#: ../../enterprise/include/functions_reporting_csv.php:1663 +#: ../../enterprise/include/functions_reporting_csv.php:1931 +msgid "Checks OK Month" +msgstr "Проверки ОК Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1532 +#: ../../enterprise/include/functions_reporting_csv.php:1664 +#: ../../enterprise/include/functions_reporting_csv.php:1932 +msgid "Checks Error Month" +msgstr "Ошибки проверок Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1533 +#: ../../enterprise/include/functions_reporting_csv.php:1665 +#: ../../enterprise/include/functions_reporting_csv.php:1933 +msgid "Checks Unknown Month" +msgstr "Неизвестные проверки Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1534 +#: ../../enterprise/include/functions_reporting_csv.php:1666 +#: ../../enterprise/include/functions_reporting_csv.php:1934 +msgid "Checks Not Init Month" +msgstr "Не инициализированные проверки Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1535 +#: ../../enterprise/include/functions_reporting_csv.php:1667 +#: ../../enterprise/include/functions_reporting_csv.php:1935 +msgid "SLA Month" +msgstr "SLA Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1536 +#: ../../enterprise/include/functions_reporting_csv.php:1668 +#: ../../enterprise/include/functions_reporting_csv.php:1936 +msgid "Status Month" +msgstr "Статус Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1558 +#: ../../enterprise/include/functions_reporting.php:1982 +msgid "Day" +msgstr "День" + +#: ../../enterprise/include/functions_reporting_csv.php:1559 +#: ../../enterprise/include/functions_reporting_csv.php:1714 +msgid "Time Total Day" +msgstr "Общее время День" + +#: ../../enterprise/include/functions_reporting_csv.php:1560 +#: ../../enterprise/include/functions_reporting_csv.php:1715 +msgid "Time OK Day" +msgstr "Время ОК День" + +#: ../../enterprise/include/functions_reporting_csv.php:1561 +#: ../../enterprise/include/functions_reporting_csv.php:1716 +msgid "Time Error Day" +msgstr "Время ошибок День" + +#: ../../enterprise/include/functions_reporting_csv.php:1562 +#: ../../enterprise/include/functions_reporting_csv.php:1717 +msgid "Time Unknown Day" +msgstr "Время неизвестно День" + +#: ../../enterprise/include/functions_reporting_csv.php:1563 +#: ../../enterprise/include/functions_reporting_csv.php:1718 +msgid "Time Not Init Day" +msgstr "Время не инициализировано День" + +#: ../../enterprise/include/functions_reporting_csv.php:1564 +#: ../../enterprise/include/functions_reporting_csv.php:1719 +msgid "Time Downtime Day" +msgstr "Время остановки День" + +#: ../../enterprise/include/functions_reporting_csv.php:1565 +#: ../../enterprise/include/functions_reporting_csv.php:1720 +msgid "Time Out Day" +msgstr "Время истекло День" + +#: ../../enterprise/include/functions_reporting_csv.php:1566 +#: ../../enterprise/include/functions_reporting_csv.php:1721 +msgid "Checks Total Day" +msgstr "Общая проверка День" + +#: ../../enterprise/include/functions_reporting_csv.php:1567 +#: ../../enterprise/include/functions_reporting_csv.php:1722 +msgid "Checks OK Day" +msgstr "Проверки ОК День" + +#: ../../enterprise/include/functions_reporting_csv.php:1568 +#: ../../enterprise/include/functions_reporting_csv.php:1723 +msgid "Checks Error Day" +msgstr "Проверки ошибки День" + +#: ../../enterprise/include/functions_reporting_csv.php:1569 +#: ../../enterprise/include/functions_reporting_csv.php:1724 +msgid "Checks Unknown Day" +msgstr "Проверки неизвестно День" + +#: ../../enterprise/include/functions_reporting_csv.php:1570 +#: ../../enterprise/include/functions_reporting_csv.php:1725 +msgid "Checks Not Init Day" +msgstr "Проверки не инициализированы День" + +#: ../../enterprise/include/functions_reporting_csv.php:1571 +#: ../../enterprise/include/functions_reporting_csv.php:1726 +msgid "SLA Day" +msgstr "SLA День" + +#: ../../enterprise/include/functions_reporting_csv.php:1572 +#: ../../enterprise/include/functions_reporting_csv.php:1727 +msgid "SLA Fixed Day" +msgstr "SLA фикс День" + +#: ../../enterprise/include/functions_reporting_csv.php:1573 +#: ../../enterprise/include/functions_reporting_csv.php:1728 +msgid "Date From Day" +msgstr "Дата от Дня" + +#: ../../enterprise/include/functions_reporting_csv.php:1574 +#: ../../enterprise/include/functions_reporting_csv.php:1729 +msgid "Date To Day" +msgstr "Дата ко Дню" + +#: ../../enterprise/include/functions_reporting_csv.php:1575 +#: ../../enterprise/include/functions_reporting_csv.php:1730 +msgid "Status Day" +msgstr "Статус День" + +#: ../../enterprise/include/functions_reporting_csv.php:1635 +#: ../../enterprise/include/functions_reporting_csv.php:1903 +#: ../../include/functions_html.php:2046 +msgid "Month" +msgstr "Месяц" + +#: ../../enterprise/include/functions_reporting_csv.php:1636 +#: ../../enterprise/include/functions_reporting_csv.php:1904 +msgid "Month Number" +msgstr "Номер Месяца" + +#: ../../enterprise/include/functions_reporting_csv.php:1637 +#: ../../enterprise/include/functions_reporting_csv.php:1905 +msgid "Year" +msgstr "Год" + +#: ../../enterprise/include/functions_reporting_csv.php:1687 +msgid "Time Total week" +msgstr "Общее Время неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1688 +msgid "Time OK week" +msgstr "Время ОК неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1689 +msgid "Time Error week" +msgstr "Время Ошибки неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1690 +msgid "Time Unknown week" +msgstr "Время Неизвестно неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1691 +msgid "Time Downtime week" +msgstr "Время остановки неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1692 +msgid "Time Not Init week" +msgstr "Время Не инициализировано неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1693 +msgid "Checks Total week" +msgstr "Проверки Общие неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1694 +msgid "Checks OK week" +msgstr "Проверки ОК неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1695 +msgid "Checks Error week" +msgstr "Проверки Ошибка неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1696 +msgid "Checks Unknown week" +msgstr "Проверки Неизвестно неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1697 +msgid "Status week" +msgstr "Статус неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1713 +msgid "Day Week" +msgstr "День неделя" + +#: ../../enterprise/include/functions_reporting_csv.php:1765 +msgid "S.L.A. Services" +msgstr "Сервисы S.L.A." + +#: ../../enterprise/include/functions_reporting_csv.php:1783 +msgid "Lost sercice " +msgstr "Потерян сервис " + +#: ../../enterprise/include/functions_reporting_csv.php:1784 +msgid "Service " +msgstr "Сервис " + +#: ../../enterprise/include/functions_reporting_csv.php:1785 +msgid "Limit " +msgstr "Предел " + +#: ../../enterprise/include/functions_reporting_csv.php:1786 +msgid "SLA Compilance " +msgstr "Составление SLA " + +#: ../../enterprise/include/functions_reporting_csv.php:1787 +msgid "Unknown " +msgstr "Неизвестно " + +#: ../../enterprise/include/functions_reporting_csv.php:1788 +msgid "Ok " +msgstr "ОК " + +#: ../../enterprise/include/functions_reporting_csv.php:1789 +msgid "Fail " +msgstr "Не удалось " + +#: ../../enterprise/include/functions_reporting_csv.php:1790 +msgid "Result " +msgstr "Результат " + +#: ../../enterprise/include/functions_reporting_csv.php:1835 +msgid "SLA max" +msgstr "SLA max" + +#: ../../enterprise/include/functions_reporting_csv.php:1836 +msgid "SLA min" +msgstr "SLA min" + +#: ../../enterprise/include/functions_reporting_csv.php:1837 +msgid "SLA limit" +msgstr "Предел SLA" + +#: ../../enterprise/include/functions_reporting_csv.php:1838 +#: ../../enterprise/include/functions_reporting.php:4829 +#: ../../include/functions_reporting_html.php:559 +msgid "Time Total" +msgstr "Общее Время" + +#: ../../enterprise/include/functions_reporting_csv.php:1839 +#: ../../enterprise/include/functions_reporting.php:4832 +#: ../../include/functions_reporting_html.php:561 +#: ../../include/functions_reporting_html.php:3387 +msgid "Time OK" +msgstr "Время ОК" + +#: ../../enterprise/include/functions_reporting_csv.php:1840 +msgid "Time Error" +msgstr "Время Ошибка" + +#: ../../enterprise/include/functions_reporting_csv.php:1841 +#: ../../enterprise/include/functions_reporting.php:4833 +#: ../../include/functions_reporting_html.php:562 +#: ../../include/functions_reporting_html.php:3393 +msgid "Time Unknown" +msgstr "Время Неизвестно" + +#: ../../enterprise/include/functions_reporting_csv.php:1842 +#: ../../enterprise/include/functions_reporting.php:4834 +#: ../../include/functions_reporting_html.php:563 +msgid "Time Not Init" +msgstr "Время не инициализировано" + +#: ../../enterprise/include/functions_reporting_csv.php:1843 +#: ../../include/functions_reporting_html.php:3405 +msgid "Time Downtime" +msgstr "Время Простоя" + +#: ../../enterprise/include/functions_reporting_csv.php:1844 +#: ../../enterprise/include/functions_reporting.php:4924 +#: ../../include/functions_reporting_html.php:592 +msgid "Checks Total" +msgstr "Общие Проверки" + +#: ../../enterprise/include/functions_reporting_csv.php:1845 +#: ../../enterprise/include/functions_reporting.php:4927 +#: ../../include/functions_reporting_html.php:594 +#: ../../include/functions_reporting_html.php:3473 +msgid "Checks OK" +msgstr "Проверки ОК" + +#: ../../enterprise/include/functions_reporting_csv.php:1846 +msgid "Checks Error" +msgstr "Проверки Ошибка" + +#: ../../enterprise/include/functions_reporting_csv.php:1847 +#: ../../enterprise/include/functions_reporting.php:4928 +#: ../../include/functions_reporting_html.php:595 +msgid "Checks Unknown" +msgstr "Проверки Неизвестно" + +#: ../../enterprise/include/functions_reporting_csv.php:1848 +#: ../../enterprise/include/functions_reporting.php:4929 +msgid "Checks Not Init" +msgstr "Проверки Не инициализированы" + +#: ../../enterprise/include/functions_reporting_csv.php:1849 +#: ../../enterprise/operation/services/services.service.php:199 +#: ../../enterprise/operation/services/services.list.php:515 +#: ../../include/functions_reports.php:687 +#: ../../include/functions_reports.php:692 +#: ../../include/functions_reports.php:696 +#: ../../include/functions_reports.php:700 +#: ../../include/functions_reports.php:706 +msgid "SLA" +msgstr "соглашениe об уровне обслуживания (SLA)" + +#: ../../enterprise/include/functions_reporting_csv.php:1850 +msgid "SLA Fixed" +msgstr "SLA фикс" + +#: ../../enterprise/include/functions_reporting_csv.php:1955 +msgid "Time Total day" +msgstr "Общее время День" + +#: ../../enterprise/include/functions_reporting_csv.php:1956 +msgid "Time OK day" +msgstr "Время ОК День" + +#: ../../enterprise/include/functions_reporting_csv.php:1957 +msgid "Time Error day" +msgstr "Время Ошибка День" + +#: ../../enterprise/include/functions_reporting_csv.php:1958 +msgid "Time Unknown day" +msgstr "Время Неизвестно День" + +#: ../../enterprise/include/functions_reporting_csv.php:1959 +msgid "Time Downtime day" +msgstr "Время Простоя День" + +#: ../../enterprise/include/functions_reporting_csv.php:1960 +msgid "Time Not Init day" +msgstr "Время Не инициализировано День" + +#: ../../enterprise/include/functions_reporting_csv.php:1961 +msgid "Checks Total day" +msgstr "Проверки Общие День" + +#: ../../enterprise/include/functions_reporting_csv.php:1962 +msgid "Checks OK day" +msgstr "Проверки ОК День" + +#: ../../enterprise/include/functions_reporting_csv.php:1963 +msgid "Checks Error day" +msgstr "Проверки Ошибка День" + +#: ../../enterprise/include/functions_reporting_csv.php:1964 +msgid "Checks Unknown day" +msgstr "Проверки Неизвестно День" + +#: ../../enterprise/include/functions_reporting_csv.php:1965 +msgid "Status day" +msgstr "Статус День" + +#: ../../enterprise/include/functions_reporting_csv.php:1981 +#: ../../enterprise/include/functions_events.php:230 +msgid "Hours" +msgstr "Часов" + +#: ../../enterprise/include/functions_reporting_csv.php:1982 +msgid "Time Total hours" +msgstr "Общее время часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1983 +msgid "Time OK hours" +msgstr "Время ОК часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1984 +msgid "Time Error hours" +msgstr "Время Ошибка часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1985 +msgid "Time Unknown hours" +msgstr "Время Неизвестно часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1986 +msgid "Time Not Init hours" +msgstr "Время Не инициализировано часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1987 +msgid "Time Downtime hours" +msgstr "Время остановки часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1988 +msgid "Time Out hours" +msgstr "Время истекло часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1989 +msgid "Checks Total hours" +msgstr "Проверки Общие часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1990 +msgid "Checks OK hours" +msgstr "Проверки ОК часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1991 +msgid "Checks Error hours" +msgstr "Проверки Ошибка часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1992 +msgid "Checks Unknown hours" +msgstr "Проверки Неизвестно часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1993 +msgid "Checks Not Init hours" +msgstr "Проверки Не инициализированы часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1994 +msgid "SLA hours" +msgstr "SLA часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1995 +msgid "SLA Fixed hours" +msgstr "SLA фикс часы" + +#: ../../enterprise/include/functions_reporting_csv.php:1996 +msgid "Date From hours" +msgstr "Дата от часа" + +#: ../../enterprise/include/functions_reporting_csv.php:1997 +msgid "Date To hours" +msgstr "Дата до часа" + +#: ../../enterprise/include/functions_reporting_csv.php:1998 +msgid "Status hours" +msgstr "Статус часы" + +#: ../../enterprise/include/functions_reporting_csv.php:2125 +msgid "Simple Baseline Graph" +msgstr "Простой базовый график" + +#: ../../enterprise/include/functions_reporting_csv.php:2156 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:562 +msgid "Custom Graph" +msgstr "Пользовательский график" + +#: ../../enterprise/include/functions_reporting_csv.php:2301 +#: ../../include/functions_reporting.php:4645 +msgid "Alert Report Module" +msgstr "Модуль отчетов о предупреждениях" + +#: ../../enterprise/include/functions_reporting_csv.php:2303 +#: ../../include/functions_reporting.php:4478 +msgid "Alert Report Agent" +msgstr "Агент отчетов о предупреждениях" + +#: ../../enterprise/include/functions_reporting_csv.php:2305 +#: ../../include/functions_reporting.php:4298 +msgid "Alert Report Group" +msgstr "Группа отчетов о предупреждениях" + +#: ../../enterprise/include/functions_reporting_csv.php:2323 +msgid "Actions Triggered" +msgstr "Действия запущены" + +#: ../../enterprise/include/functions_reporting_csv.php:2323 +msgid "Template Triggered" +msgstr "Шаблон запущен" + +#: ../../enterprise/include/functions_reporting_csv.php:2360 +msgid "Event Report Log" +msgstr "Журнал отчетов о событиях" + +#: ../../enterprise/include/functions_reporting_csv.php:2389 +#: ../../include/functions_reports.php:896 +#: ../../include/functions_reports.php:897 +#: ../../include/functions_reporting.php:3843 +msgid "Permissions report" +msgstr "Отчет о разрешениях" + +#: ../../enterprise/include/functions_reporting_csv.php:2407 +#: ../../enterprise/include/functions_reporting_csv.php:2417 +#: ../../godmode/users/user_list.php:412 +#: ../../godmode/users/configure_user.php:820 +#: ../../godmode/users/configure_user.php:836 +#: ../../include/functions_reporting_html.php:4485 +#: ../../include/functions_reporting_html.php:5683 +#: ../../include/functions_reporting_html.php:5706 +#: ../../operation/search_users.php:34 ../../operation/users/user_edit.php:259 +#: ../../operation/snmpconsole/snmp_view.php:878 +msgid "User ID" +msgstr "Идентификатор пользователя" + +#: ../../enterprise/include/functions_reporting_csv.php:2407 +#: ../../enterprise/include/functions_reporting_csv.php:2417 +#: ../../include/functions_reporting_html.php:5684 +#: ../../include/functions_reporting_html.php:5707 +msgid "Full name" +msgstr "Полное имя" + +#: ../../enterprise/include/functions_reporting_csv.php:2407 +#: ../../enterprise/include/functions_reporting_csv.php:2417 +#: ../../include/functions_reporting_html.php:5685 +#: ../../include/functions_reporting_html.php:5708 +msgid "Permissions" +msgstr "Разрешения" + +#: ../../enterprise/include/functions_reporting_csv.php:2453 +#: ../../include/functions_reporting.php:5076 +msgid "Netflow Area" +msgstr "Область Netflow" + +#: ../../enterprise/include/functions_reporting_csv.php:2455 +#: ../../include/functions_reporting.php:5084 +msgid "Netflow Data" +msgstr "Данные Netflow" + +#: ../../enterprise/include/functions_reporting_csv.php:2457 +#: ../../include/functions_reporting.php:5080 +msgid "Netflow Summary" +msgstr "Краткие сведения Netflow" + +#: ../../enterprise/include/functions_aws.php:381 +msgid "$" +msgstr "$" + +#: ../../enterprise/include/functions_aws.php:491 +msgid "Current deployments" +msgstr "Текущие процессы" + +#: ../../enterprise/include/functions_aws.php:525 +msgid "Cost analysis" +msgstr "Анализ затрат" + +#: ../../enterprise/include/functions_aws.php:528 +msgid "Current cost estimation" +msgstr "Текущая оценка затрат" + +#: ../../enterprise/include/functions_aws.php:530 +msgid "Previous period cost" +msgstr "Затраты предыдущего периода" + +#: ../../enterprise/include/functions_aws.php:589 +msgid "Reservation status" +msgstr "Статус резервирования" + +#: ../../enterprise/include/functions_HA_cluster.php:46 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1787 +#: ../../godmode/servers/plugin.php:1089 +msgid "Deploy" +msgstr "Развернуть" + +#: ../../enterprise/include/functions_HA_cluster.php:49 +msgid "Recover" +msgstr "Восстановить" + +#: ../../enterprise/include/functions_HA_cluster.php:52 +msgid "Promote" +msgstr "Повысить" + +#: ../../enterprise/include/functions_HA_cluster.php:55 +msgid "Demote" +msgstr "Понизить" + +#: ../../enterprise/include/functions_HA_cluster.php:64 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1844 +msgid "Cleanup" +msgstr "Зачистить" + +#: ../../enterprise/include/functions_HA_cluster.php:67 +msgid "Resync" +msgstr "Синхронизировать" + +#: ../../enterprise/include/functions_HA_cluster.php:261 +msgid "Public Key Authentication Failed" +msgstr "Аутентификация с общим ключом не удалась" + +#: ../../enterprise/include/functions_HA_cluster.php:268 +msgid "Connection failed" +msgstr "Не удалось подключение" + +#: ../../enterprise/include/functions_HA_cluster.php:491 +msgid "Register" +msgstr "Регистрация" + +#: ../../enterprise/include/functions_HA_cluster.php:493 +msgid "Register new node" +msgstr "Зарегистрировать новый узел" + +#: ../../enterprise/include/functions_HA_cluster.php:496 +#: ../../include/class/NetworkMap.class.php:2983 +msgid "Update node" +msgstr "Обновить узел" + +#: ../../enterprise/include/class/Azure.cloud.php:148 +#: ../../enterprise/include/class/Aws.cloud.php:107 +#: ../../enterprise/include/class/Google.cloud.php:142 +msgid "Cloud message" +msgstr "Облачное сообщение" + +#: ../../enterprise/include/class/Azure.cloud.php:153 +#: ../../include/class/CredentialStore.class.php:927 +msgid "Azure" +msgstr "Azure" + +#: ../../enterprise/include/class/Azure.cloud.php:248 +#: ../../enterprise/include/class/Google.cloud.php:242 +msgid "Task details" +msgstr "Детали задачи" + +#: ../../enterprise/include/class/Azure.cloud.php:249 +#: ../../enterprise/include/class/Google.cloud.php:243 +msgid "Instance explorer" +msgstr "Проводник экземпляров" + +#: ../../enterprise/include/class/Azure.cloud.php:250 +#: ../../enterprise/include/class/Google.cloud.php:244 +msgid "Metrics" +msgstr "Метрики" + +#: ../../enterprise/include/class/Azure.cloud.php:307 +msgid "Microsoft Compute" +msgstr "Microsoft Compute" + +#: ../../enterprise/include/class/Azure.cloud.php:355 +#: ../../enterprise/include/class/Aws.cloud.php:1485 +#: ../../enterprise/include/class/Google.cloud.php:349 +#, php-format +msgid "%s not found or not executable" +msgstr "%s не найден или не исполняется" + +#: ../../enterprise/include/class/Azure.cloud.php:468 +#: ../../enterprise/include/class/Google.cloud.php:470 +msgid "Group not found." +msgstr "Группа не найдена." + +#: ../../enterprise/include/class/Azure.cloud.php:598 +#: ../../enterprise/include/class/Azure.cloud.php:646 +#: ../../enterprise/include/class/Google.cloud.php:597 +#: ../../enterprise/include/class/Google.cloud.php:643 +msgid "Unauthorized access" +msgstr "Неавторизированный доступ" + +#: ../../enterprise/include/class/Azure.cloud.php:771 +#: ../../enterprise/include/class/VMware.app.php:569 +#: ../../enterprise/include/class/DB2.app.php:437 +#: ../../enterprise/include/class/Aws.S3.php:401 +#: ../../enterprise/include/class/SAP.app.php:469 +#: ../../enterprise/include/class/Aws.cloud.php:1194 +#: ../../enterprise/include/class/MySQL.app.php:442 +#: ../../enterprise/include/class/Google.cloud.php:759 +#: ../../enterprise/include/class/Oracle.app.php:438 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:433 +#: ../../godmode/wizards/HostDevices.class.php:838 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:539 +#: ../../include/class/CustomNetScan.class.php:446 +#: ../../operation/servers/recon_view.php:94 +msgid "Task name" +msgstr "Название задачи" + +#: ../../enterprise/include/class/Azure.cloud.php:797 +#: ../../enterprise/include/class/VMware.app.php:600 +#: ../../enterprise/include/class/Aws.S3.php:559 +#: ../../enterprise/include/class/Aws.cloud.php:533 +msgid "Tentacle options" +msgstr "Опции Tentacle" + +#: ../../enterprise/include/class/Azure.cloud.php:872 +#: ../../enterprise/include/class/Aws.cloud.php:735 +#: ../../enterprise/include/class/Aws.cloud.php:1267 +#: ../../enterprise/include/class/Google.cloud.php:822 +msgid "No instances found." +msgstr "Не найдено ни одного экземпляра." + +#: ../../enterprise/include/class/Azure.cloud.php:909 +#: ../../enterprise/include/class/Google.cloud.php:865 +msgid "Select target virtual machines" +msgstr "Выберите целевые виртуальные машины" + +#: ../../enterprise/include/class/Azure.cloud.php:928 +#: ../../enterprise/include/class/Aws.cloud.php:664 +msgid "Scan and general monitoring." +msgstr "Сканирование и общий мониторинг." + +#: ../../enterprise/include/class/Azure.cloud.php:941 +#: ../../enterprise/include/class/Aws.cloud.php:681 +msgid "Cpu performance summary" +msgstr "Краткий отчет производительности Cpu" + +#: ../../enterprise/include/class/Azure.cloud.php:949 +#: ../../enterprise/include/class/Aws.cloud.php:691 +#: ../../enterprise/include/class/Google.cloud.php:911 +msgid "IOPS performance summary" +msgstr "Краткий отчет производительности IOPS" + +#: ../../enterprise/include/class/Azure.cloud.php:957 +#: ../../enterprise/include/class/Aws.cloud.php:701 +#: ../../enterprise/include/class/Google.cloud.php:919 +msgid "Disk performance summary" +msgstr "Краткий отчет производительности Диска" + +#: ../../enterprise/include/class/Azure.cloud.php:965 +#: ../../enterprise/include/class/Aws.cloud.php:711 +#: ../../enterprise/include/class/Google.cloud.php:927 +msgid "Network performance summary" +msgstr "Краткий отчет производительности Сети" + +#: ../../enterprise/include/class/Azure.cloud.php:990 +#: ../../enterprise/include/class/VMware.app.php:994 +#: ../../enterprise/include/class/DB2.app.php:868 +#: ../../enterprise/include/class/Aws.S3.php:658 +#: ../../enterprise/include/class/SAP.app.php:921 +#: ../../enterprise/include/class/Aws.cloud.php:1583 +#: ../../enterprise/include/class/MySQL.app.php:944 +#: ../../enterprise/include/class/Google.cloud.php:952 +#: ../../enterprise/include/class/Oracle.app.php:971 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:815 +#: ../../godmode/wizards/HostDevices.class.php:1589 +#: ../../include/class/CustomNetScan.class.php:758 +msgid "Task configured." +msgstr "Задание настроено." + +#: ../../enterprise/include/class/Azure.cloud.php:994 +#: ../../enterprise/include/class/VMware.app.php:998 +#: ../../enterprise/include/class/DB2.app.php:872 +#: ../../enterprise/include/class/SAP.app.php:925 +#: ../../enterprise/include/class/MySQL.app.php:948 +#: ../../enterprise/include/class/Google.cloud.php:956 +#: ../../enterprise/include/class/Oracle.app.php:975 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:819 +#: ../../godmode/wizards/HostDevices.class.php:1593 +#: ../../include/class/CustomNetScan.class.php:762 +msgid "Wizard failed. Cannot configure task." +msgstr "Сбой помощника. Невозможно настроить задачу." + +#: ../../enterprise/include/class/SSH.class.php:184 +msgid "Failed to connect" +msgstr "Не удалось установить соединение" + +#: ../../enterprise/include/class/SSH.class.php:236 +#, php-format +msgid "Unable to open public key file %s" +msgstr "Невозможно открыть файл общего ключа %s" + +#: ../../enterprise/include/class/SSH.class.php:255 +msgid "Failed to login to target" +msgstr "Не удалось войти в систему" + +#: ../../enterprise/include/class/VMware.app.php:218 +msgid "" +"This VMware configuration has been already defined. Please edit it or create " +"a new one." +msgstr "" +"Эта конфигурация VMware уже была определена. Пожалуйста, отредактируйте ее " +"или создайте новую." + +#: ../../enterprise/include/class/VMware.app.php:252 +#: ../../enterprise/include/class/DB2.app.php:197 +#: ../../enterprise/include/class/Aws.S3.php:183 +#: ../../enterprise/include/class/SAP.app.php:185 +#: ../../enterprise/include/class/Aws.cloud.php:910 +#: ../../enterprise/include/class/MySQL.app.php:206 +#: ../../enterprise/include/class/Oracle.app.php:198 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:197 +#: ../../godmode/wizards/HostDevices.class.php:422 +#: ../../include/class/CustomNetScan.class.php:168 +msgid "You must provide a task name." +msgstr "Вы должны указать имя задачи." + +#: ../../enterprise/include/class/VMware.app.php:257 +#: ../../enterprise/include/class/DB2.app.php:202 +#: ../../enterprise/include/class/Aws.S3.php:188 +#: ../../enterprise/include/class/SAP.app.php:190 +#: ../../enterprise/include/class/Aws.cloud.php:915 +#: ../../enterprise/include/class/MySQL.app.php:211 +#: ../../enterprise/include/class/Oracle.app.php:203 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:202 +#: ../../godmode/wizards/HostDevices.class.php:427 +#: ../../include/class/CustomNetScan.class.php:173 +msgid "You must select a Discovery Server." +msgstr "Вы должны выбрать сервер Discovery." + +#: ../../enterprise/include/class/VMware.app.php:262 +msgid "You must provide a valid V-Center IP or FQDN." +msgstr "Вы должны указать действительный IP-адрес V-Center или FQDN." + +#: ../../enterprise/include/class/VMware.app.php:267 +#: ../../enterprise/include/class/DB2.app.php:212 +#: ../../enterprise/include/class/Aws.S3.php:193 +#: ../../enterprise/include/class/SAP.app.php:200 +#: ../../enterprise/include/class/Aws.cloud.php:920 +#: ../../enterprise/include/class/MySQL.app.php:226 +#: ../../enterprise/include/class/Oracle.app.php:213 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:212 +#: ../../godmode/wizards/HostDevices.class.php:438 +#: ../../include/class/CustomNetScan.class.php:178 +msgid "You must select a valid group." +msgstr "Вы должны выбрать действительную группу." + +#: ../../enterprise/include/class/VMware.app.php:279 +msgid "Discovery.Application.VMware" +msgstr "Discovery.Application.VMware" + +#: ../../enterprise/include/class/VMware.app.php:298 +msgid "Please select a valid group" +msgstr "Пожалуйста, выберите действительную группу" + +#: ../../enterprise/include/class/VMware.app.php:357 +msgid "Failed to find discovery VMware task." +msgstr "Не удалось найти задачу discovery VMware." + +#: ../../enterprise/include/class/VMware.app.php:372 +msgid "Threads must be equal or greater than 1." +msgstr "Потоки должны быть равны или больше 1." + +#: ../../enterprise/include/class/VMware.app.php:472 +#: ../../enterprise/include/class/DB2.app.php:386 +#: ../../enterprise/include/class/SAP.app.php:336 +#: ../../enterprise/include/class/MySQL.app.php:403 +#: ../../enterprise/include/class/Oracle.app.php:387 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:382 +msgid "Application" +msgstr "Приложение" + +#: ../../enterprise/include/class/VMware.app.php:522 +#: ../../enterprise/include/class/DB2.app.php:569 +#: ../../enterprise/include/class/SAP.app.php:444 +#: ../../enterprise/include/class/MySQL.app.php:591 +#: ../../enterprise/include/class/Oracle.app.php:570 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:564 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1195 +#: ../../godmode/setup/setup_integria.php:624 +#: ../../godmode/wizards/HostDevices.class.php:772 +#: ../../include/class/CustomNetScan.class.php:553 +msgid "Update and continue" +msgstr "Обновить и продолжить" + +#: ../../enterprise/include/class/VMware.app.php:533 +#: ../../enterprise/include/class/Aws.S3.php:554 +#: ../../enterprise/include/class/Aws.cloud.php:493 +msgid "" +"This kind of task uses multipurpose plugins in order to generate monitoring " +"data, configure your desired tentacle target." +msgstr "" +"В этом задании используются многоцелевые плагины для генерации данных " +"мониторинга, настройки желаемой цели tentacle." + +#: ../../enterprise/include/class/VMware.app.php:580 +#: ../../enterprise/include/class/DB2.app.php:449 +#: ../../enterprise/include/class/Aws.S3.php:413 +#: ../../enterprise/include/class/SAP.app.php:482 +#: ../../enterprise/include/class/Aws.cloud.php:1206 +#: ../../enterprise/include/class/MySQL.app.php:454 +#: ../../enterprise/include/class/Oracle.app.php:450 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:445 +#: ../../godmode/wizards/HostDevices.class.php:849 +#: ../../include/class/CustomNetScan.class.php:480 +msgid "" +"You must select a Discovery Server to run the Task, otherwise the Recon Task " +"will never run" +msgstr "" +"Вы должны выбрать сервер обнаружения для запуска задачи, иначе задача Recon " +"не будет запущена." + +#: ../../enterprise/include/class/VMware.app.php:642 +msgid "Datacenter user" +msgstr "Пользователь центра обработки данных" + +#: ../../enterprise/include/class/VMware.app.php:654 +#: ../../enterprise/include/class/DB2.app.php:537 +#: ../../enterprise/include/class/Aws.S3.php:507 +#: ../../enterprise/include/class/SAP.app.php:514 +#: ../../enterprise/include/class/Aws.cloud.php:1312 +#: ../../enterprise/include/class/MySQL.app.php:559 +#: ../../enterprise/include/class/Oracle.app.php:538 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:532 +#: ../../godmode/wizards/HostDevices.class.php:799 +#: ../../include/class/CustomNetScan.class.php:521 +msgid "Manual interval means that it will be executed only On-demand" +msgstr "Интервал в ручную означает, что он будет выполнен только по запросу" + +#: ../../enterprise/include/class/VMware.app.php:661 +#: ../../enterprise/include/class/VMware.app.php:873 +#: ../../enterprise/include/class/DB2.app.php:544 +#: ../../enterprise/include/class/Aws.S3.php:514 +#: ../../enterprise/include/class/SAP.app.php:521 +#: ../../enterprise/include/class/Aws.cloud.php:1319 +#: ../../enterprise/include/class/MySQL.app.php:566 +#: ../../enterprise/include/class/Oracle.app.php:545 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:539 +#: ../../godmode/wizards/HostDevices.class.php:806 +#: ../../include/functions_reporting_html.php:1995 +#: ../../include/class/CustomNetScan.class.php:528 +msgid "Defined" +msgstr "Определено" + +#: ../../enterprise/include/class/VMware.app.php:679 +#: ../../enterprise/include/class/DB2.app.php:561 +#: ../../enterprise/include/class/Aws.S3.php:531 +#: ../../enterprise/include/class/SAPView.class.php:243 +#: ../../enterprise/include/class/SAPView.class.php:280 +#: ../../enterprise/include/class/SAP.app.php:540 +#: ../../enterprise/include/class/Aws.cloud.php:1336 +#: ../../enterprise/include/class/MySQL.app.php:583 +#: ../../enterprise/include/class/Oracle.app.php:562 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:556 +msgid "The minimum recomended interval is 5 minutes" +msgstr "Минимальный рекомендуемый интервал составляет 5 минут" + +#: ../../enterprise/include/class/VMware.app.php:693 +msgid "V-Center IP" +msgstr "V-Center IP" + +#: ../../enterprise/include/class/VMware.app.php:704 +msgid "Datacenter name" +msgstr "Имя центра обработки данных" + +#: ../../enterprise/include/class/VMware.app.php:705 +msgid "" +"This name must match with the name wich appears when you log in you VMware " +"manager" +msgstr "" +"Это имя должно совпадать с именем, которое отображается при входе в систему " +"VMware manager." + +#: ../../enterprise/include/class/VMware.app.php:735 +msgid "Encrypt passwords" +msgstr "Шифровать пароли" + +#: ../../enterprise/include/class/VMware.app.php:749 +#: ../../enterprise/include/class/DB2.app.php:470 +#: ../../enterprise/include/class/Aws.S3.php:435 +#: ../../enterprise/include/class/SAP.app.php:641 +#: ../../enterprise/include/class/Aws.cloud.php:1227 +#: ../../enterprise/include/class/MySQL.app.php:475 +#: ../../enterprise/include/class/Oracle.app.php:471 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:466 +msgid "This group will be used also to classify discovered agents" +msgstr "" +"Эта группа будет использоваться также для классификации обнаруженных агентов" + +#: ../../enterprise/include/class/VMware.app.php:856 +msgid "Max threads" +msgstr "Макс. число потоков" + +#: ../../enterprise/include/class/VMware.app.php:865 +msgid "Re-scan interval" +msgstr "Повторное сканирование интервала" + +#: ../../enterprise/include/class/VMware.app.php:866 +msgid "Enables re-scan entities process every interval defined." +msgstr "" +"Включает процесс повторного сканирования объектов через заданный интервал " +"времени." + +#: ../../enterprise/include/class/VMware.app.php:899 +msgid "Retry send" +msgstr "Повторная отправка" + +#: ../../enterprise/include/class/VMware.app.php:909 +msgid "Event mode" +msgstr "Режим события" + +#: ../../enterprise/include/class/VMware.app.php:909 +msgid "Only for VCenter." +msgstr "Только для VCenter." + +#: ../../enterprise/include/class/VMware.app.php:919 +msgid "Virtual network monitoring" +msgstr "Мониторинг виртуальной сети" + +#: ../../enterprise/include/class/VMware.app.php:944 +msgid "Extra settings" +msgstr "Дополнительные настройки" + +#: ../../enterprise/include/class/VMware.app.php:945 +msgid "This RAW block will be directly added to config file." +msgstr "Этот блок RAW будет непосредственно добавлен в файл конфигурации." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:235 +msgid "IP address is required" +msgstr "Необходим IP-адрес" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:245 +#: ../../enterprise/include/class/AgentRepository.class.php:413 +msgid "Target OS is required" +msgstr "Требуется целевая ОС" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:247 +#: ../../enterprise/include/class/AgentRepository.class.php:415 +msgid "Target architecture is required" +msgstr "Требуется целевая архитектура" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:249 +msgid "Credentials to use are required" +msgstr "Для использования необходимо указать учетные данные" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:251 +msgid "Desired agent version is required" +msgstr "Необходима требуемая версия агента" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:262 +msgid "Target already defined." +msgstr "Цель уже определена." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:288 +msgid "Target successfully added" +msgstr "Цель успешно добавлена" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:309 +msgid "Target successfully updated" +msgstr "Цель успешно обновлена" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:335 +#: ../../enterprise/include/class/AgentRepository.class.php:574 +msgid "Target successfully deleted" +msgstr "Цель успешно удалена" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:352 +msgid "You should specify a Discovery server" +msgstr "Вы должны указать сервер Discovery" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:354 +msgid "You must select some targets to deploy" +msgstr "Вы должны выбрать некоторые цели для развертывания" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:384 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1095 +msgid "Failed to schedule" +msgstr "Не удалось запланировать" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:399 +msgid "Deploy scheduled" +msgstr "Развертывание запланировано" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:425 +msgid "CSV file is needed" +msgstr "Необходим файл CSV" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:480 #, php-format msgid "" -"License out of limits

    " -"This license allows %d agents and you have %d agents configured." +"Credential identifier %s does not exist, please, add it to your repository " +"%s " msgstr "" -" Лицензия выходит за допустимые пределы " -"

    Эта лицензия разрешает %d агентов и у вас есть %d агенты " -"конфирурации.\r\n" -"." +"Идентификатор учетных данных %s не существует, пожалуйста, добавьте его в " +"свое хранилище %s " -#: ../../enterprise/load_enterprise.php:485 +#: ../../enterprise/include/class/DeploymentCenter.class.php:488 +#, php-format +msgid "OS %s does not math any existing, please, add it to OS list %s" +msgstr "" +"ОС %s не соответствует ни одной существующей, пожалуйста, добавьте ее в " +"список ОС %s" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:496 #, php-format msgid "" -"License out of limits

    " -"This license allows %d modules and you have %d modules configured." +"Sofware agent version with id %s does not exist, please, add it to your " +"repository %s " msgstr "" +"Версия агента Sofware с id %s не существует, пожалуйста, добавьте ее в свой " +"репозиторий %s " -#: ../../enterprise/load_enterprise.php:492 -msgid "" -"This license has expired. " -"

    You can not get updates until you renew the license." +#: ../../enterprise/include/class/DeploymentCenter.class.php:518 +msgid "No target could be added. " +msgstr "Никакой цели добавить нельзя. " + +#: ../../enterprise/include/class/DeploymentCenter.class.php:594 +#: ../../enterprise/include/class/CSVImportAgents.class.php:98 +#: ../../godmode/wizards/HostDevices.class.php:196 +#: ../../include/class/ManageNetScanScripts.class.php:104 +#: ../../include/class/CustomNetScan.class.php:352 +msgid "Host & Devices" +msgstr "Хост и Устройства" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:621 +msgid "Deployment center" +msgstr "Центр развертывания" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:637 +msgid "There are no targets defined yet, please add some." +msgstr "Цели еще не определены, пожалуйста, добавьте их." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:644 +#, php-format +msgid "Please set %s to make software available for targets." msgstr "" -" срок действия лицензии истек. " -"

    Вы не можете получать обновления, до тех пор вы не продлили " -"лицензию." +"Пожалуйста, установите %s, чтобы сделать программное обеспечение доступным " +"для целей." -#: ../../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 "" -"Чтобы продолжить работу с Pandora FMS, пожалуйста, отключите предприятия " -"путем переименования каталога предприятия в консоли.

    Или свяжитесь с " -"Artica на info@artica.es для действующей лицензии:" - -#: ../../enterprise/load_enterprise.php:507 -msgid "Please contact Artica at info@artica.es to renew the license." -msgstr "" -"Пожалуйста, свяжитесь с Artica на info@artica.es чтобы продлить лицензию." - -#: ../../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 +#: ../../enterprise/include/class/DeploymentCenter.class.php:656 #, php-format msgid "" -"You can activate it manually here or " -"automatically filling the form below:" +"There are no software agents in your repository yet, please add some %s." msgstr "" +"В вашем репозитории еще нет программных агентов, пожалуйста, добавьте " +"несколько %s." -#: ../../enterprise/load_enterprise.php:710 -msgid "Auth Key:" -msgstr "" +#: ../../enterprise/include/class/DeploymentCenter.class.php:675 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1751 +msgid "Scan for targets" +msgstr "Сканирование для поиска целей" -#: ../../enterprise/load_enterprise.php:717 -#: ../../enterprise/load_enterprise.php:733 -msgid "Online validation" -msgstr "" +#: ../../enterprise/include/class/DeploymentCenter.class.php:684 +msgid "Add target" +msgstr "Добавить цель" -#: ../../enterprise/load_enterprise.php:726 -msgid "ERROR:" -msgstr "" +#: ../../enterprise/include/class/DeploymentCenter.class.php:693 +msgid "Load targets" +msgstr "Загрузить цели" -#: ../../enterprise/load_enterprise.php:726 -msgid "When connecting to Artica server." -msgstr "" +#: ../../enterprise/include/class/DeploymentCenter.class.php:757 +#: ../../enterprise/include/class/DeploymentCenter.class.php:825 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1301 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1397 +#: ../../enterprise/include/class/AgentRepository.class.php:348 +#: ../../enterprise/include/class/AgentRepository.class.php:614 +#: ../../enterprise/include/class/AgentRepository.class.php:664 +msgid "Architecture" +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 +#: ../../enterprise/include/class/DeploymentCenter.class.php:758 +msgid "Key identifier" +msgstr "Идентификатор ключа" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:759 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1222 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1359 +msgid "Target server IP" +msgstr "IP-адрес целевого сервера" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:760 +msgid "Agent version installed" +msgstr "Установленная версия агента" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:761 +msgid "Agent version desired" +msgstr "Необходимая версия агента" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:762 +msgid "Installation date" +msgstr "Дата установки" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:763 +msgid "Last error" +msgstr "Последняя ошибка" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:811 +msgid "Server IP" +msgstr "IP-адрес сервера" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:836 +msgid "State" +msgstr "Состояние" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:868 +msgid "Deploy agent to targets" +msgstr "Развертывание агента к цели" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:956 +#: ../../enterprise/include/class/AgentRepository.class.php:259 +msgid "Deploying" +msgstr "Развертывание" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1042 +msgid "You must define a network." +msgstr "Вы должны определить сеть." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1044 +msgid "You must select at least one credential to test." +msgstr "Вы должны выбрать хотя бы один элемнт для проверки." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1046 +msgid "You must select a Discovery server." +msgstr "Вы должны выбрать сервер Discovery." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1048 +msgid "Please select a desired software agent version." +msgstr "Пожалуйста, выберите нужную версию программного агента." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1050 +msgid "Please specify a server IP." +msgstr "Пожалуйста, укажите IP-адрес сервера." + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1070 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1103 +msgid "Discovery task list" +msgstr "Список задач Discovery" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1069 +#, php-format +msgid "This network is already being scanned. See progress at %s" +msgstr "Эта сеть уже сканируется. Посмотрите прогресс в %s" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1102 +#, php-format +msgid "Network scheduled to be scanned. You can see progress at %s" +msgstr "Запланировано сканирование сети. Вы можете увидеть прогресс в %s" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1135 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1138 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1265 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1268 +#: ../../enterprise/include/class/SAP.app.php:601 +#: ../../enterprise/include/class/SAP.app.php:604 +#: ../../godmode/wizards/HostDevices.class.php:1434 +#: ../../godmode/wizards/HostDevices.class.php:1437 +msgid "No credentials available" +msgstr "Нет доступных учетных данных" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1136 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1266 +#: ../../enterprise/include/class/SAP.app.php:602 +#: ../../godmode/agentes/module_manager_editor_network.php:467 +#: ../../godmode/wizards/HostDevices.class.php:1435 +msgid "Manage credentials" +msgstr "Управление учетными данными" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1150 +msgid "Network/mask" +msgstr "Сеть/маска" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1159 +msgid "Scan from" +msgstr "Сканирование из" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1178 +#: ../../godmode/wizards/HostDevices.class.php:1447 +msgid "Credentials to try with" +msgstr "Учетные данные для попытки" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1212 +#: ../../enterprise/include/class/DeploymentCenter.class.php:1349 +msgid "Desired agent version" +msgstr "Желаемая версия агента" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1397 +msgid "Target agent version" +msgstr "Версия целевого агента" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1397 +msgid "Target server ip" +msgstr "ip целевого сервера" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1416 +msgid "CSV file" +msgstr "CSV файл" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1476 +msgid "Select desired targets to be deployed" +msgstr "Выберите нужные цели для развертывания" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1479 +msgid "Deploy from" +msgstr "Развертывание из" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1494 +msgid "Available targets" +msgstr "Доступные цели" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1670 +msgid "Add new target" +msgstr "Добавить новую цель" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1673 +msgid "Update target" +msgstr "Обновление цели" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1719 +msgid "Import targets from CSV" +msgstr "Импорт целей из CSV" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1752 +#: ../../godmode/modules/manage_network_components_form_wizard.php:620 +msgid "Scan" +msgstr "Сканировать" + +#: ../../enterprise/include/class/DeploymentCenter.class.php:1786 +msgid "Select targets" +msgstr "Выберите цели" + +#: ../../enterprise/include/class/DatabaseHA.class.php:136 +#: ../../enterprise/include/class/DatabaseHA.class.php:240 +#: ../../enterprise/include/class/DatabaseHA.class.php:422 +#: ../../enterprise/include/class/DatabaseHA.class.php:432 +#: ../../enterprise/include/class/DatabaseHA.class.php:524 +#: ../../enterprise/include/class/DatabaseHA.class.php:533 +#: ../../enterprise/include/class/DatabaseHA.class.php:650 +#: ../../enterprise/include/class/DatabaseHA.class.php:659 +msgid "Error, please refresh page" +msgstr "Ошибка, пожалуйста, обновите страницу" + +#: ../../enterprise/include/class/DatabaseHA.class.php:141 +msgid "Action already scheduled" +msgstr "Действия уже запланированы" + +#: ../../enterprise/include/class/DatabaseHA.class.php:147 +msgid "Unavailable action" +msgstr "Недоступное действие" + +#: ../../enterprise/include/class/DatabaseHA.class.php:159 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" +"A node is already being synchronized, please wait until process finish." msgstr "" -"Доступ на данную страницу доступен только авторизированным пользователям, " -"если вам нужна помощь пожалуйста свяжитесь с системным администратором. " -"Помните что все попытки доступа на страницу записываются в логи безопасности " -"Pandora." +"Узел уже синхронизируется, пожалуйста, дождитесь завершения процесса." -#: ../../mobile/include/user.class.php:153 -#: ../../mobile/include/user.class.php:171 -#: ../../mobile/include/user.class.php:178 -msgid "Double authentication failed" +#: ../../enterprise/include/class/DatabaseHA.class.php:171 +msgid "Please verify resync configuration is set before use this feature." +msgstr "" +"Перед использованием этой функции убедитесь, что конфигурация повторной " +"синхронизации установлена." + +#: ../../enterprise/include/class/DatabaseHA.class.php:189 +msgid "Successfully scheduled" +msgstr "Успешное планирование" + +#: ../../enterprise/include/class/DatabaseHA.class.php:204 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3288 +#: ../../enterprise/tools/ipam/ipam_network.php:362 +#: ../../enterprise/tools/ipam/ipam_ajax.php:274 +#: ../../enterprise/tools/ipam/ipam_massive.php:103 +#: ../../godmode/modules/manage_network_components_form_wizard.php:243 +#: ../../godmode/groups/group_list.php:846 +#: ../../godmode/agentes/module_manager_editor_common.php:1015 +#: ../../godmode/agentes/module_manager_editor_common.php:1025 +#: ../../godmode/massive/massive_edit_agents.php:754 +#: ../../godmode/alerts/configure_alert_template.php:939 +#: ../../include/functions_visual_map_editor.php:825 +#: ../../include/functions_reporting_html.php:2895 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:391 +msgid "Enabled" +msgstr "Включено" + +#: ../../enterprise/include/class/DatabaseHA.class.php:213 +#: ../../enterprise/include/class/Omnishell.class.php:363 +#: ../../enterprise/include/class/Omnishell.class.php:1087 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1786 +#: ../../operation/servers/recon_view.php:142 +msgid "Pending" +msgstr "Ожидание" + +#: ../../enterprise/include/class/DatabaseHA.class.php:219 +msgid "Uninitialized" +msgstr "Не инициализирован" + +#: ../../enterprise/include/class/DatabaseHA.class.php:475 +#: ../../enterprise/include/class/DatabaseHA.class.php:574 +#: ../../enterprise/include/class/DatabaseHA.class.php:1244 +msgid "This is not a cluster node" +msgstr "Это не узел кластера" + +#: ../../enterprise/include/class/DatabaseHA.class.php:479 +#: ../../enterprise/include/class/DatabaseHA.class.php:1248 +msgid "Failed to retrieve master position" +msgstr "Не удалось получить положение ведущего" + +#: ../../enterprise/include/class/DatabaseHA.class.php:493 +#: ../../enterprise/include/class/DatabaseHA.class.php:1261 +msgid "Failed to retrieve slave information" +msgstr "Не удалось получить информацию о ведомом" + +#: ../../enterprise/include/class/DatabaseHA.class.php:610 +msgid "Master" +msgstr "Мастер панели" + +#: ../../enterprise/include/class/DatabaseHA.class.php:613 +msgid "Slave" +msgstr "Ведомый" + +#: ../../enterprise/include/class/DatabaseHA.class.php:795 +msgid "Failed to update" +msgstr "Неудача при обновлении" + +#: ../../enterprise/include/class/DatabaseHA.class.php:822 +#: ../../enterprise/include/class/DatabaseHA.class.php:999 +msgid "DB Replication user" +msgstr "Пользователь репликации БД" + +#: ../../enterprise/include/class/DatabaseHA.class.php:823 +msgid "User configured for Master to Slaves replication" +msgstr "Пользователь настроен для репликации ведущего и ведомых устройств" + +#: ../../enterprise/include/class/DatabaseHA.class.php:832 +#: ../../enterprise/include/class/DatabaseHA.class.php:1008 +msgid "DB Replication user password" +msgstr "Пароль пользователя Репликации БД" + +#: ../../enterprise/include/class/DatabaseHA.class.php:833 +msgid "User password" +msgstr "Пароль пользователя" + +#: ../../enterprise/include/class/DatabaseHA.class.php:842 +msgid "Resync data dir" +msgstr "Повторная синхронизация каталога данных" + +#: ../../enterprise/include/class/DatabaseHA.class.php:843 +msgid "Directory where mysql files are stored (must be common to all nodes)" +msgstr "" +"Каталог, в котором хранятся файлы mysql (должен быть общим для всех узлов)" + +#: ../../enterprise/include/class/DatabaseHA.class.php:852 +msgid "Resync tmp directory" +msgstr "Повторная синзхронизация каталога tmp" + +#: ../../enterprise/include/class/DatabaseHA.class.php:853 +msgid "" +"Temporary working directory where to store the backups that will be used to " +"re-synchronize a slave node" +msgstr "" +"Временный рабочий каталог, в котором хранятся резервные копии, используемые " +"для повторной синхронизации ведомого узла" + +#: ../../enterprise/include/class/DatabaseHA.class.php:862 +msgid "Resync MySQL user" +msgstr "Повторная синзхронизация пользователя MySQL" + +#: ../../enterprise/include/class/DatabaseHA.class.php:863 +msgid "" +"User of the system that owns the MySQL files, necessary for the adjustment " +"of permissions (by default mysql)" +msgstr "" +"Пользователь системы, владеющий файлами MySQL, необходимо для настройки прав " +"доступа (по умолчанию mysql)" + +#: ../../enterprise/include/class/DatabaseHA.class.php:872 +msgid "Resync MySQL group" +msgstr "Повторная синзхронизация MySQL группы" + +#: ../../enterprise/include/class/DatabaseHA.class.php:873 +msgid "" +"System group that owns the MySQL files, needed for permissions setting " +"(default mysql)" +msgstr "" +"Системная группа, которой принадлежат файлы MySQL, необходимо для установки " +"разрешений (по умолчанию mysql)" + +#: ../../enterprise/include/class/DatabaseHA.class.php:933 +msgid "IP or FQDN" +msgstr "IP или FQDN" + +#: ../../enterprise/include/class/DatabaseHA.class.php:934 +msgid "" +"This action only registers an already configured node. This action does not " +"configure any resource." +msgstr "" +"Это действие только регистрирует уже настроенный узел. Это действие не " +"конфигурирует какой-либо ресурс." + +#: ../../enterprise/include/class/DatabaseHA.class.php:944 +msgid "Cluster node label (pcs)" +msgstr "Этикетка узла кластера (шт.)" + +#: ../../enterprise/include/class/DatabaseHA.class.php:960 +msgid "SSH user" +msgstr "Пользователь SSH" + +#: ../../enterprise/include/class/DatabaseHA.class.php:968 +msgid "SSH port" +msgstr "Порт SSH" + +#: ../../enterprise/include/class/DatabaseHA.class.php:976 +msgid "SSH key" +msgstr "Ключ SSH" + +#: ../../enterprise/include/class/DatabaseHA.class.php:984 +msgid "SSH public key" +msgstr "Общий ключ SSH" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1036 +msgid "Missed parameters" +msgstr "Пропущенные параметры" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1083 +msgid "You must specify a host" +msgstr "Вы должны указать хост" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1085 +msgid "DB port must be a positive integer" +msgstr "Порт БД должен быть целым положительным числом" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1087 +msgid "SSH port must be a positive integer" +msgstr "Порт SSH должен быть целым положительным числом" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1089 +msgid "You must specify a SSH user" +msgstr "Вы должны указать пользователя SSH" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1091 +msgid "You must specify a replication DB user" +msgstr "Вы должны указать пользователя БД репликации" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1093 +msgid "You must specify a replication DB pass" +msgstr "Вы должны указать передачу БД репликации" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1095 +msgid "You must specify a public key path" +msgstr "Вы должны указать путь к общему ключу" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1097 +msgid "You must specify a private path" +msgstr "Вы должны указать персональный путь" + +#: ../../enterprise/include/class/DatabaseHA.class.php:1147 +msgid "Successfully " +msgstr "Успешно " + +#: ../../enterprise/include/class/AgentRepository.class.php:368 +msgid "Installation file" +msgstr "Установочный файл" + +#: ../../enterprise/include/class/AgentRepository.class.php:407 +msgid "Agent version is required" +msgstr "Требуется версия агента" + +#: ../../enterprise/include/class/AgentRepository.class.php:422 +msgid "Cannot create target dir [" +msgstr "Невозможно создать целевой dir [" + +#: ../../enterprise/include/class/AgentRepository.class.php:443 +#, php-format +msgid "Invalid installation file for %s" +msgstr "Неверный файл установки для %s" + +#: ../../enterprise/include/class/AgentRepository.class.php:471 +msgid "Installation files not modified" +msgstr "Установочные файлы не изменены" + +#: ../../enterprise/include/class/AgentRepository.class.php:492 +msgid "Installation files updated" +msgstr "Установочные файлы обновлены" + +#: ../../enterprise/include/class/AgentRepository.class.php:499 +msgid "You must provide installation files to create a new entry." +msgstr "" +"Для создания новой записи необходимо предоставить установочные файлы." + +#: ../../enterprise/include/class/AgentRepository.class.php:519 +msgid "This agent has been already defined." +msgstr "Этот агент уже определен." + +#: ../../enterprise/include/class/AgentRepository.class.php:537 +msgid "Agent successfully registered and uploaded" +msgstr "Агент успешно зарегистрирован и загружен" + +#: ../../enterprise/include/class/AgentRepository.class.php:616 +msgid "Uploaded by" +msgstr "Загружено" + +#: ../../enterprise/include/class/AgentRepository.class.php:617 +msgid "Upload date" +msgstr "Дата загрузки" + +#: ../../enterprise/include/class/AgentRepository.class.php:696 +msgid "Add new software" +msgstr "Добавить новый software" + +#: ../../enterprise/include/class/AgentRepository.class.php:883 +msgid "Add new Software agent" +msgstr "Добавить нового агента Software" + +#: ../../enterprise/include/class/AgentRepository.class.php:886 +msgid "Update Software agent" +msgstr "Обновить нового агента Software" + +#: ../../enterprise/include/class/Omnishell.class.php:214 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:400 +msgid "Please follow the wizard." +msgstr "Пожалуйста, следуйте указаниям помощника." + +#: ../../enterprise/include/class/Omnishell.class.php:226 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:413 +msgid "You have no acess to edit this command." +msgstr "У вас нет доступа к редактированию этой команды." + +#: ../../enterprise/include/class/Omnishell.class.php:261 +msgid "Failed to save command." +msgstr "Не удалось сохранить команду." + +#: ../../enterprise/include/class/Omnishell.class.php:272 +msgid "Command not found." +msgstr "Команда не найдена." + +#: ../../enterprise/include/class/Omnishell.class.php:319 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:701 +#: ../../include/class/HelpFeedBack.class.php:99 +msgid "Page not found" +msgstr "Страница не найдена" + +#: ../../enterprise/include/class/Omnishell.class.php:349 +#: ../../enterprise/include/class/Omnishell.class.php:610 +msgid "You must install php-yaml in order to use this feature." +msgstr "Для использования этой функции необходимо установить php-yaml." + +#: ../../enterprise/include/class/Omnishell.class.php:364 +msgid "Not Started" +msgstr "Не начато" + +#: ../../enterprise/include/class/Omnishell.class.php:398 +#: ../../include/class/CredentialStore.class.php:783 +#: ../../include/class/CredentialStore.class.php:891 +msgid "Identifier" +msgstr "Идентификатор" + +#: ../../enterprise/include/class/Omnishell.class.php:442 +msgid "Commands status" +msgstr "Статус команд" + +#: ../../enterprise/include/class/Omnishell.class.php:487 +msgid "Create command" +msgstr "Создать команду" + +#: ../../enterprise/include/class/Omnishell.class.php:506 +msgid "Selected command definitions will be erased" +msgstr "Выбранные определения команд будут удалены" + +#: ../../enterprise/include/class/Omnishell.class.php:688 +msgid "Time out" +msgstr "Время истекло" + +#: ../../enterprise/include/class/Omnishell.class.php:697 +msgid "Retries " +msgstr "Повторные попытки " + +#: ../../enterprise/include/class/Omnishell.class.php:708 +msgid "Preconditions " +msgstr "Предусловия " + +#: ../../enterprise/include/class/Omnishell.class.php:709 +msgid "" +"All commands defined line per line must success to execute main commands" +msgstr "" +"Все команды, определенные построчно, должны сменять друг друга для " +"выполнения основных команд" + +#: ../../enterprise/include/class/Omnishell.class.php:721 +msgid "Execute commands " +msgstr "Выполнить команды " + +#: ../../enterprise/include/class/Omnishell.class.php:722 +msgid "Define as many lines as commands you want to execute" +msgstr "Определите столько строк, сколько команд вы хотите выполнить" + +#: ../../enterprise/include/class/Omnishell.class.php:734 +msgid "Postconditions " +msgstr "Постусловия " + +#: ../../enterprise/include/class/Omnishell.class.php:735 +msgid "" +"All commands defined line per line must success to consider command success" +msgstr "" +"Все команды, определенные построчно, должны быть успешными, чтобы считать " +"команду успешной" + +#: ../../enterprise/include/class/Omnishell.class.php:835 +#: ../../godmode/agentes/planned_downtime.editor.php:787 +msgid "Available agents" +msgstr "Свободные агенты" + +#: ../../enterprise/include/class/Omnishell.class.php:880 +msgid "Remove agents" +msgstr "Удалить агентов" + +#: ../../enterprise/include/class/Omnishell.class.php:1157 +msgid "Selected command definition will be erased" +msgstr "Выбранное определение команды будет стерто" + +#: ../../enterprise/include/class/Omnishell.class.php:1243 +msgid "Command viewer" +msgstr "Средство просмотра команд" + +#: ../../enterprise/include/class/Omnishell.class.php:1251 +msgid "Detailed view" +msgstr "Детализированный вид" + +#: ../../enterprise/include/class/Omnishell.class.php:1392 +msgid "Not an array of ids" +msgstr "Нет множества id" + +#: ../../enterprise/include/class/Omnishell.class.php:1450 +msgid "There are no targets for this remote command" +msgstr "Для этой удаленной команды нет целей" + +#: ../../enterprise/include/class/Omnishell.class.php:1457 +msgid "Command does not exist" +msgstr "Команда не существует" + +#: ../../enterprise/include/class/Omnishell.class.php:1556 +msgid "timed out" +msgstr "время истекло" + +#: ../../enterprise/include/class/Omnishell.class.php:1559 +msgid "failed" +msgstr "не удалось" + +#: ../../enterprise/include/class/Omnishell.class.php:1575 +msgid "Waiting results..." +msgstr "Ожидание результатов..." + +#: ../../enterprise/include/class/Omnishell.class.php:1594 +msgid "RCMD does not exist" +msgstr "RCMD не существует" + +#: ../../enterprise/include/class/LogSource.class.php:427 +msgid "Source is required" +msgstr "Требуется источник" + +#: ../../enterprise/include/class/LogSource.class.php:534 +msgid "id cannot be empty" +msgstr "id не может быть пустым" + +#: ../../enterprise/include/class/LogSource.class.php:539 +#: ../../include/class/CredentialStore.class.php:727 +msgid "Not allowed" +msgstr "Не разрешено" + +#: ../../enterprise/include/class/LogSource.class.php:583 +#: ../../include/class/CredentialStore.class.php:766 +msgid "How to configure encryption." +msgstr "Как настроить шифрование." + +#: ../../enterprise/include/class/LogSource.class.php:582 +#, php-format +msgid "Log monitoring is disabled. %s" +msgstr "Мониторинг журналов отключен. %s" + +#: ../../enterprise/include/class/LogSource.class.php:652 +#: ../../enterprise/include/class/LogSource.class.php:819 +msgid "Add log source" +msgstr "Добавить источник журнала" + +#: ../../enterprise/include/class/LogSource.class.php:687 +msgid "Source name" +msgstr "Имя источника" + +#: ../../enterprise/include/class/LogSource.class.php:823 +msgid "Update log source" +msgstr "Обновить источник журнала" + +#: ../../enterprise/include/class/DB2.app.php:165 +msgid "" +"This DB2 configuration has been already defined. Please edit it or create a " +"new one." +msgstr "" +"Эта конфигурация DB2 уже была определена. Пожалуйста, отредактируйте ее или " +"создайте новую." + +#: ../../enterprise/include/class/DB2.app.php:207 +msgid "You must provide a valid DB2 server IP or FQDN." +msgstr "Вы должны указать действительный IP-адрес сервера DB2 или FQDN." + +#: ../../enterprise/include/class/DB2.app.php:219 +msgid "Discovery.Application.DB2" +msgstr "Discovery.Application.DB2" + +#: ../../enterprise/include/class/DB2.app.php:270 +msgid "Failed to find discovery DB2 task." +msgstr "Не удалось найти задачу discovery DB2." + +#: ../../enterprise/include/class/DB2.app.php:486 +msgid "DB2 target strings" +msgstr "Целевые строки DB2" + +#: ../../enterprise/include/class/DB2.app.php:487 +msgid "" +"SERVER:PORT/DATABASE, comma separated or line by line, as many targets as " +"you need." +msgstr "" +"SERVER:PORT/DATABASE, через запятую или построчно, столько целей, сколько " +"вам нужно." + +#: ../../enterprise/include/class/DB2.app.php:487 +#: ../../enterprise/include/class/Oracle.app.php:488 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:482 +msgid "Use # symbol to comment a line." +msgstr "Используйте символ #, чтобы комментировать строку." + +#: ../../enterprise/include/class/DB2.app.php:634 +#: ../../enterprise/include/class/MySQL.app.php:656 +#: ../../enterprise/include/class/Oracle.app.php:635 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:629 +msgid "Target agent" +msgstr "Целевой агент" + +#: ../../enterprise/include/class/DB2.app.php:635 +#: ../../enterprise/include/class/Oracle.app.php:636 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:630 +msgid "" +"Defines a target agent where this task will store data detected, if you have " +"defined multiple targets, define a comma separated list of names here or " +"leave in blank to use target as name." +msgstr "" +"Определяет цель агента, где эта задача будет хранить обнаруженные данные. " +"Если вы определили несколько целей, укажите здесь список имен через запятую " +"или оставьте пустым, чтобы использовать цель в качестве имени." + +#: ../../enterprise/include/class/DB2.app.php:654 +#: ../../enterprise/include/class/MySQL.app.php:676 +#: ../../enterprise/include/class/Oracle.app.php:655 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:649 +msgid "Custom module prefix" +msgstr "Префикс пользовательского модуля" + +#: ../../enterprise/include/class/DB2.app.php:655 +#: ../../enterprise/include/class/MySQL.app.php:677 +#: ../../enterprise/include/class/Oracle.app.php:656 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:650 +msgid "" +"Defines a custom prefix to be concatenated before module names generated by " +"this task." +msgstr "" +"Определяет пользовательский префикс, который будет конкатенироваться перед " +"именами модулей, генерируемых этой задачей." + +#: ../../enterprise/include/class/DB2.app.php:673 +msgid "Get database summary" +msgstr "Получить краткий отчет базы данных" + +#: ../../enterprise/include/class/DB2.app.php:689 +msgid "Check transactional log utilization" +msgstr "Проверить использование журнала транзакций" + +#: ../../enterprise/include/class/DB2.app.php:705 +msgid "Get number of connections" +msgstr "Получить количество соединений" + +#: ../../enterprise/include/class/DB2.app.php:721 +msgid "Check DB size" +msgstr "Проверка размера БД" + +#: ../../enterprise/include/class/DB2.app.php:737 +#: ../../enterprise/include/class/MySQL.app.php:821 +#: ../../enterprise/include/class/Oracle.app.php:754 +msgid "Retrieve cache statistics" +msgstr "Получение статистики кэша" + +#: ../../enterprise/include/class/DB2.app.php:753 +#: ../../enterprise/include/class/MySQL.app.php:837 +#: ../../enterprise/include/class/Oracle.app.php:770 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:716 +msgid "Execute custom queries" +msgstr "Выполнение пользовательских запросов" + +#: ../../enterprise/include/class/DB2.app.php:821 +#: ../../enterprise/include/class/MySQL.app.php:889 +#: ../../enterprise/include/class/Oracle.app.php:924 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:768 +msgid "Custom queries" +msgstr "Пользовательские запросы" + +#: ../../enterprise/include/class/DB2.app.php:822 +#: ../../enterprise/include/class/MySQL.app.php:890 +#: ../../enterprise/include/class/Oracle.app.php:925 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:769 +msgid "Define here your custom queries." +msgstr "Определите здесь ваши пользовательские запросы." + +#: ../../enterprise/include/class/Aws.S3.php:60 +msgid "Aws S3" +msgstr "Aws S3" + +#: ../../enterprise/include/class/Aws.S3.php:166 +#: ../../enterprise/include/class/Aws.cloud.php:879 +#: ../../include/class/CustomNetScan.class.php:134 +msgid "" +"This task has been already defined. Please edit it or create a new one." +msgstr "" +"Эта задача уже была определена. Пожалуйста, отредактируйте ее или создайте " +"новую." + +#: ../../enterprise/include/class/Aws.S3.php:214 +msgid "You must select something." +msgstr "Вы должны что-то выбрать." + +#: ../../enterprise/include/class/Aws.S3.php:236 +msgid "Discovery.Cloud.AWS.S3" +msgstr "Discovery.Cloud.AWS.S3" + +#: ../../enterprise/include/class/Aws.S3.php:294 +msgid "Unknown task" +msgstr "Неизвестная задача" + +#: ../../enterprise/include/class/Aws.S3.php:313 +msgid "Unknown section." +msgstr "Неизвестный раздел." + +#: ../../enterprise/include/class/Aws.S3.php:339 +msgid "S3" +msgstr "S3" + +#: ../../enterprise/include/class/Aws.S3.php:344 +msgid "Bucket monitoring" +msgstr "Мониторинг бакетов" + +#: ../../enterprise/include/class/Aws.S3.php:454 +msgid "No buckets found." +msgstr "Бакеты не найдены." + +#: ../../enterprise/include/class/Aws.S3.php:598 +msgid "Select Buckets to be monitored" +msgstr "Выберите бакеты для мониторинга" + +#: ../../enterprise/include/class/Aws.S3.php:633 +msgid "Monitor bucket size" +msgstr "Мониторинг размера бакета" + +#: ../../enterprise/include/class/Aws.S3.php:643 +msgid "Monitor bucket total items" +msgstr "Мониторинг общего количества элементов бакета" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:121 +msgid "The CSV file must have the fields in the following order:" +msgstr "В CSV-файле поля должны располагаться в следующем порядке:" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:122 +msgid "Agent alias, IP address, OS id, Interval, Group id, Description" +msgstr "" +"Алиас агента, IP-адрес, идентификатор ОС, интервал, идентификатор группы, " +"описание" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:177 +msgid "Alias as name" +msgstr "Имя алиас" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:242 +msgid "No data or wrong separator" +msgstr "Отсутствие данных или неправильный сепаратор" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:248 +#, php-format +msgid "Agent %s duplicated." +msgstr "Агент %s продублирован." + +#: ../../enterprise/include/class/CSVImportAgents.class.php:255 +#, php-format +msgid "Id group %s doesn't exist in %s" +msgstr "Id группы %s не существует в %s" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:263 +msgid "General failure." +msgstr "Общий сбой." + +#: ../../enterprise/include/class/CSVImportAgents.class.php:284 +msgid "No input file detected" +msgstr "Входной файл не обнаружен" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:373 +msgid "Agent processed successfully" +msgstr "Агент успешно обработан" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:379 +msgid "Some errors while processing CSV." +msgstr "Некоторые ошибки при обработке CSV." + +#: ../../enterprise/include/class/CSVImportAgents.class.php:382 +msgid "All agents processed correctly" +msgstr "Все агенты обработаны правильно" + +#: ../../enterprise/include/class/CSVImportAgents.class.php:389 +#, php-format +msgid "Line %s" +msgstr "Линия %s" + +#: ../../enterprise/include/class/SAPView.class.php:145 +#: ../../enterprise/include/class/SAPView.class.php:181 +msgid "SAP View" +msgstr "Вид SAP" + +#: ../../enterprise/include/class/SAPView.class.php:156 +msgid "SAP data not found." +msgstr "Данные SAP не найдены." + +#: ../../enterprise/include/class/SAPView.class.php:242 +msgid "Refresh Every" +msgstr "Обновить Каждый" + +#: ../../enterprise/include/class/SAPView.class.php:279 +msgid "Graph Interval" +msgstr "Интервал графика" + +#: ../../enterprise/include/class/SAPView.class.php:610 +msgid "" +"SAP view offers you to see the most important modules Discovery Server is " +"usually configured to retry. You have not configured a Discovery SAP R3 task " +"yet, please visit" +msgstr "" +"Вид SAP предлагает вам увидеть наиболее важные модули, которые обычно " +"Discovery Server настроен повторять. Вы еще не настроили задачу Discovery " +"SAP R3, пожалуйста, посетите страницу" + +#: ../../enterprise/include/class/SAPView.class.php:610 +msgid "to start monitoring your SAP infrastructure." +msgstr "чтобы начать мониторинг инфраструктуры SAP." + +#: ../../enterprise/include/class/SAPView.class.php:617 +msgid "Discover SAP" +msgstr "Откройте для себя SAP" + +#: ../../enterprise/include/class/SAP.app.php:154 +msgid "" +"This SAP configuration has been already defined. Please edit it or create a " +"new one." +msgstr "" +"Эта конфигурация SAP уже определена. Пожалуйста, отредактируйте ее или " +"создайте новую." + +#: ../../enterprise/include/class/SAP.app.php:195 +msgid "You must specify at last one SAP hostname." +msgstr "Вы должны указать как минимум одно имя хоста SAP." + +#: ../../enterprise/include/class/SAP.app.php:206 +msgid "Discovery.Application.SAP" +msgstr "Discovery.Application.SAP" + +#: ../../enterprise/include/class/SAP.app.php:262 +msgid "Failed to find discovery SAP task." +msgstr "Не удалось найти задачу discovery SAP." + +#: ../../enterprise/include/class/SAP.app.php:286 +msgid "Select at least a module." +msgstr "Выберите хотя бы один модуль." + +#: ../../enterprise/include/class/SAP.app.php:354 +msgid "SAP R3" +msgstr "SAP R3" + +#: ../../enterprise/include/class/SAP.app.php:547 +msgid "SAP Hostname" +msgstr "Имя хоста SAP" + +#: ../../enterprise/include/class/SAP.app.php:571 +msgid "SAP Client" +msgstr "Клиент SAP" + +#: ../../enterprise/include/class/SAP.app.php:584 +msgid "SAP System Number" +msgstr "Номер Системы SAP" + +#: ../../enterprise/include/class/SAP.app.php:614 +#: ../../enterprise/include/class/SAP.app.php:628 +msgid "SAP Credentials" +msgstr "Учетные данные SAP" + +#: ../../enterprise/include/class/SAP.app.php:614 +#: ../../enterprise/include/class/SAP.app.php:628 +msgid "Optional" +msgstr "Дополнительно" + +#: ../../enterprise/include/class/SAP.app.php:724 +#: ../../include/functions_agents.php:3789 +msgid "SAP Login OK" +msgstr "Вход в систему SAP OK" + +#: ../../enterprise/include/class/SAP.app.php:725 +#: ../../include/functions_agents.php:3790 +msgid "SAP Dumps" +msgstr "Дампы SAP" + +#: ../../enterprise/include/class/SAP.app.php:726 +#: ../../include/functions_agents.php:3791 +msgid "SAP lock entry list" +msgstr "Список ввода блокировки SAP" + +#: ../../enterprise/include/class/SAP.app.php:727 +#: ../../include/functions_agents.php:3792 +msgid "SAP canceled Jobs" +msgstr "Отмененные задания SAP" + +#: ../../enterprise/include/class/SAP.app.php:728 +#: ../../include/functions_agents.php:3793 +msgid "SAP Batch inputs erroneous" +msgstr "Ошибочный пакетный ввод SAP" + +#: ../../enterprise/include/class/SAP.app.php:729 +#: ../../include/functions_agents.php:3794 +msgid "SAP IDOC erroneous" +msgstr "Ошибочный SAP IDOC" + +#: ../../enterprise/include/class/SAP.app.php:730 +#: ../../include/functions_agents.php:3795 +msgid "SAP IDOC OK" +msgstr "SAP IDOC ОК" + +#: ../../enterprise/include/class/SAP.app.php:731 +#: ../../include/functions_agents.php:3796 +msgid "SAP WP without active restart" +msgstr "SAP WP без активного перезапуска" + +#: ../../enterprise/include/class/SAP.app.php:732 +#: ../../include/functions_agents.php:3797 +msgid "SAP WP stopped" +msgstr "SAP WP остановлено" + +#: ../../enterprise/include/class/SAP.app.php:733 +#: ../../include/functions_agents.php:3798 +msgid "Average time of SAPGUI response" +msgstr "Среднее время ответа SAPGUI" + +#: ../../enterprise/include/class/SAP.app.php:734 +#: ../../include/functions_agents.php:3800 +msgid "Dialog Logged users" +msgstr "Диалог Зарегистрированные пользователи" + +#: ../../enterprise/include/class/SAP.app.php:735 +#: ../../include/functions_agents.php:3801 +msgid "TRFC in error" +msgstr "TRFC в ошибке" + +#: ../../enterprise/include/class/SAP.app.php:736 +#: ../../include/functions_agents.php:3802 +msgid "QRFC in error SMQ2" +msgstr "QRFC in error SMQ2" + +#: ../../enterprise/include/class/SAP.app.php:737 +#: ../../include/functions_agents.php:3803 +msgid "Number of Update WPs in error" +msgstr "Количество ошибок в обновлении WPs" + +#: ../../enterprise/include/class/SAP.app.php:761 +#, php-format +msgid "" +"Module 180 must be customized before being used, please use advanced options " +"to define the module following the documentation:
    %s" +msgstr "" +"Модуль 180 должен быть настроен перед использованием, пожалуйста, " +"используйте расширенные опции для определения модуля, следуя " +"документации:
    %s" + +#: ../../enterprise/include/class/SAP.app.php:782 +msgid "Available modules" +msgstr "Доступные модули" + +#: ../../enterprise/include/class/SAP.app.php:818 +msgid "Add monitors" +msgstr "Добавить Приборы контроля" + +#: ../../enterprise/include/class/SAP.app.php:831 +msgid "Remove monitors" +msgstr "Удалить Приборы контроля" + +#: ../../enterprise/include/class/SAP.app.php:882 +msgid "Define your custom SAP modules." +msgstr "Определите ваши пользовательские модули SAP." + +#: ../../enterprise/include/class/SAP.app.php:881 +msgid "Advanced module configuration" +msgstr "Расширенная конфигурация модуля" + +#: ../../enterprise/include/class/SAP.app.php:891 +msgid "Custom module definitions" +msgstr "Определения пользовательских модулей" + +#: ../../enterprise/include/class/SAP.app.php:892 +msgid "" +"Each line is a module definition using following format: module name ; " +"module_type ; SAP check definition." +msgstr "" +"Каждая строка представляет собой определение модуля в следующем формате: имя " +"модуля ; тип_модуля ; определение проверки SAP." + +#: ../../enterprise/include/class/Aws.cloud.php:112 +#: ../../include/class/CredentialStore.class.php:926 +msgid "Aws" +msgstr "Aws" + +#: ../../enterprise/include/class/Aws.cloud.php:336 +msgid "Recon" +msgstr "Recon" + +#: ../../enterprise/include/class/Aws.cloud.php:337 +msgid "Costs" +msgstr "Затраты" + +#: ../../enterprise/include/class/Aws.cloud.php:339 +msgid "Instances" +msgstr "Экземпляры" + +#: ../../enterprise/include/class/Aws.cloud.php:434 +msgid "Amazon EC2" +msgstr "Amazon EC2" + +#: ../../enterprise/include/class/Aws.cloud.php:439 +msgid "Amazon RDS" +msgstr "Amazon RDS" + +#: ../../enterprise/include/class/Aws.cloud.php:444 +msgid "S3 Buckets" +msgstr "S3 Бакеты" + +#: ../../enterprise/include/class/Aws.cloud.php:464 +#: ../../godmode/wizards/HostDevices.class.php:696 +msgid "NetScan" +msgstr "NetScan" + +#: ../../enterprise/include/class/Aws.cloud.php:503 +msgid "Discovery task name" +msgstr "Имя задачи Discovery" + +#: ../../enterprise/include/class/Aws.cloud.php:607 +msgid "Total cost" +msgstr "Общие затраты" + +#: ../../enterprise/include/class/Aws.cloud.php:624 +msgid "Cost by region" +msgstr "Затраты по региону" + +#: ../../enterprise/include/class/Aws.cloud.php:638 +msgid "Cost interval" +msgstr "Интервал затрат" + +#: ../../enterprise/include/class/Aws.cloud.php:766 +msgid "Select EC2 instances" +msgstr "Выберите экземпляры EC2" + +#: ../../enterprise/include/class/Aws.cloud.php:782 +msgid "Storage" +msgstr "Хранилище" + +#: ../../enterprise/include/class/Aws.cloud.php:792 +msgid "Elastic IP Adresses" +msgstr "Эластичные IP-адреса" + +#: ../../enterprise/include/class/Aws.cloud.php:975 +msgid "You must select at least one RDS instance." +msgstr "Вы должны выбрать хотя бы один экземпляр RDS." + +#: ../../enterprise/include/class/Aws.cloud.php:980 +msgid "" +"You cannot monitor RDS instances from different types. Please define several " +"tasks for several types." +msgstr "" +"Вы не можете проводить мониторинг экземпляров RDS разных типов. Пожалуйста, " +"определите несколько задач для нескольких типов." + +#: ../../enterprise/include/class/Aws.cloud.php:987 +msgid "Discovery.Cloud.AWS.RDS" +msgstr "Discovery.Cloud.AWS.RDS" + +#: ../../enterprise/include/class/Aws.cloud.php:1153 +msgid "RDS" +msgstr "RDS" + +#: ../../enterprise/include/class/Aws.cloud.php:1158 +msgid "DB monitoring" +msgstr "Мониторинг БД" + +#: ../../enterprise/include/class/Aws.cloud.php:1168 +msgid "AWS RDS" +msgstr "AWS RDS" + +#: ../../enterprise/include/class/Aws.cloud.php:1242 +msgid "Global DB User" +msgstr "Пользователь глобальной БД" + +#: ../../enterprise/include/class/Aws.cloud.php:1252 +msgid "Global DB password" +msgstr "Пароль глобальной БД" + +#: ../../enterprise/include/class/Aws.cloud.php:1342 +msgid "Select RDS instances" +msgstr "Выберите экземпляры RDS" + +#: ../../enterprise/include/class/Aws.cloud.php:1645 +msgid "Invalid group" +msgstr "Неверная группа" + +#: ../../enterprise/include/class/Aws.cloud.php:1703 +msgid "Cannot update the recon database" +msgstr "Невозможно обновить базу данных recon" + +#: ../../enterprise/include/class/Aws.cloud.php:1725 +msgid "Engine not supported" +msgstr "Двигатель не поддерживается" + +#: ../../enterprise/include/class/MySQL.app.php:173 +msgid "" +"This MySQL configuration has been already defined. Please edit it or create " +"a new one." +msgstr "" +"Эта конфигурация MySQL уже была определена. Пожалуйста, отредактируйте ее " +"или создайте новую." + +#: ../../enterprise/include/class/MySQL.app.php:216 +msgid "You must provide a valid MySQL server IP or FQDN." +msgstr "Вы должны указать действительный IP или FQDN сервера MySQL." + +#: ../../enterprise/include/class/MySQL.app.php:221 +msgid "You must provide a valid port number." +msgstr "Вы должны указать действительный номер порта." + +#: ../../enterprise/include/class/MySQL.app.php:233 +msgid "Discovery.Application.MySQL" +msgstr "Discovery.Application.MySQL" + +#: ../../enterprise/include/class/MySQL.app.php:285 +msgid "Failed to find discovery MySQL task." +msgstr "Не удалось найти задачу discovery MySQL." + +#: ../../enterprise/include/class/MySQL.app.php:491 +msgid "MySQL server IP" +msgstr "IP сервера MySQL" + +#: ../../enterprise/include/class/MySQL.app.php:492 +msgid "Comma separated, as many targets as you need." +msgstr "Через запятую, столько целей, сколько вам нужно." + +#: ../../enterprise/include/class/MySQL.app.php:511 +msgid "MySQL server Port" +msgstr "Порт сервера MySQL" + +#: ../../enterprise/include/class/MySQL.app.php:657 +msgid "" +"Defines a target agent where this task will store data detected, if you have " +"defined multiple targets, define a comma separated list of names here or " +"leave in blank to use server IP address/ FQDN." +msgstr "" +"Определяет целевого агента, в котором эта задача будет хранить обнаруженные " +"данные, если вы определили несколько целей, задайте здесь список имен через " +"запятую или оставьте пустым, чтобы использовать IP-адрес сервера/ FQDN." + +#: ../../enterprise/include/class/MySQL.app.php:698 +msgid "Scan databases" +msgstr "Сканирование баз данных" + +#: ../../enterprise/include/class/MySQL.app.php:714 +msgid "Create agent per database" +msgstr "Создание агента для базы данных" + +#: ../../enterprise/include/class/MySQL.app.php:735 +msgid "Custom database agent prefix" +msgstr "Пользовательский префикс агента базы данных" + +#: ../../enterprise/include/class/MySQL.app.php:736 +msgid "" +"Defines a custom prefix to be concatenated before database agent names " +"generated by this task." +msgstr "" +"Определяет пользовательский префикс, который будет конкатенироваться перед " +"именами агентов базы данных, генерируемых этой задачей." + +#: ../../enterprise/include/class/MySQL.app.php:757 +#: ../../enterprise/include/class/Oracle.app.php:674 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:668 +msgid "Check engine uptime" +msgstr "Проверить работоспособность двигателя" + +#: ../../enterprise/include/class/MySQL.app.php:773 +#: ../../enterprise/include/class/Oracle.app.php:690 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:684 +msgid "Retrieve query statistics" +msgstr "Получить статистику запросов" + +#: ../../enterprise/include/class/MySQL.app.php:789 +#: ../../enterprise/include/class/Oracle.app.php:706 +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:700 +msgid "Analyze connections" +msgstr "Анализ соединений" + +#: ../../enterprise/include/class/MySQL.app.php:805 +msgid "Retrieve InnoDB statistics" +msgstr "Получение статистики InnoDB" + +#: ../../enterprise/include/class/Google.cloud.php:147 +#: ../../include/class/CredentialStore.class.php:929 +msgid "Google" +msgstr "Google" + +#: ../../enterprise/include/class/Google.cloud.php:301 +msgid "Compute Engine" +msgstr "Compute Engine" + +#: ../../enterprise/include/class/Google.cloud.php:877 +msgid "This options only applies to zone (region) agents." +msgstr "Эта опция применяется только к агентам зоны (региона)." + +#: ../../enterprise/include/class/Google.cloud.php:890 +msgid "Scan and general monitoring" +msgstr "Сканирование и общий мониторинг" + +#: ../../enterprise/include/class/Google.cloud.php:903 +msgid "CPU performance summary" +msgstr "Общий отчет о производительности CPU" + +#: ../../enterprise/include/class/Oracle.app.php:166 +msgid "" +"This Oracle configuration has been already defined. Please edit it or create " +"a new one." +msgstr "" +"Эта конфигурация Oracle уже определена. Пожалуйста, отредактируйте ее или " +"создайте новую." + +#: ../../enterprise/include/class/Oracle.app.php:208 +msgid "You must provide a valid Oracle server IP or FQDN." +msgstr "Вы должны указать действительный IP-адрес сервера Oracle или FQDN." + +#: ../../enterprise/include/class/Oracle.app.php:220 +msgid "Discovery.Application.Oracle" +msgstr "Discovery.Application.Oracle" + +#: ../../enterprise/include/class/Oracle.app.php:271 +msgid "Failed to find discovery Oracle task." +msgstr "Не удалось найти задачу discovery Oracle." + +#: ../../enterprise/include/class/Oracle.app.php:487 +msgid "Oracle target strings" +msgstr "Целевые строки Oracle" + +#: ../../enterprise/include/class/Oracle.app.php:488 +msgid "" +"SERVER:PORT/SID, comma separated or line by line, as many targets as you " +"need." +msgstr "" +"SERVER:PORT/SID, через запятую или построчно, столько целей, сколько вам " +"нужно." + +#: ../../enterprise/include/class/Oracle.app.php:722 +msgid "Calculate fragmentation ratio" +msgstr "Рассчитать коэффициент фрагментации" + +#: ../../enterprise/include/class/Oracle.app.php:738 +msgid "Monitor tablespaces" +msgstr "Мониторинг табличных пространств" + +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:165 +msgid "" +"This Microsoft SQL Server configuration has been already defined. Please " +"edit it or create a new one." +msgstr "" +"Эта конфигурация Microsoft SQL Server уже определена. Пожалуйста, " +"отредактируйте ее или создайте новую." + +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:207 +msgid "You must provide a valid Microsoft SQL Server server IP or FQDN." +msgstr "" +"Вы должны указать действительный IP-адрес или FQDN сервера Microsoft SQL " +"Server." + +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:271 +msgid "Failed to find discovery Microsoft SQL Server task." +msgstr "Не удалось найти задачу Сервера discovery Microsoft SQL ." + +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:481 +msgid "Microsoft SQL Server targets" +msgstr "Цели Сервера Microsoft SQL" + +#: ../../enterprise/include/class/MicrosoftSQLServer.app.php:482 +msgid "" +"SERVER:PORT\\INSTANCE, comma separated or line by line, as many targets as " +"you need." +msgstr "" +"SERVER:PORT\\INSTANCE, через запятую или построчно, столько целей, сколько " +"вам нужно." + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:459 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:518 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:577 +msgid "Alert not found." +msgstr "Предупреждение не найдено." + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:561 +msgid "Rules updated." +msgstr "Правила обновлены." + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:564 +msgid "JSON decoding error. Please call support." +msgstr "" +"Ошибка декодирования JSON. Пожалуйста, обратитесь в службу поддержки." + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:895 +msgid "Pass" +msgstr "Пропустить" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:896 +msgid "Drop" +msgstr "Бросить" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:923 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1918 +msgid "Load from template" +msgstr "Загрузка из шаблона" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:941 +msgid "Days a week" +msgstr "Дней в неделю" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:974 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2271 +#: ../../godmode/alerts/configure_alert_template.php:663 +#: ../../godmode/alerts/alert_view.php:310 +msgid "Use special days list" +msgstr "Использовать список особых дней" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:993 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1023 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3521 +msgid "from" +msgstr "из" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1020 +msgid "Execute alert" +msgstr "Выполнить предупреждение" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1043 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3539 +msgid "times in" +msgstr "раза в" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1053 +msgid "threshold" +msgstr "порог" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1063 +msgid "" +"Pass - All alerts are evaluated. Drop - It stops when 1 alert matches." +msgstr "" +"Перейти - Все предупреждения оцениваются. Drop - Остановка при совпадении 1 " +"предупреждения." + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1080 +msgid "Grouped by" +msgstr "Сгруппировано по" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1190 +msgid "" +"The templates shown are only for correlative alerts, event alert (legacy) " +"will be deprecated in the future" +msgstr "" +"Показанные шаблоны предназначены только для корреляционных предупреждений, " +"предупреждение о событиях (унаследованное) в будущем будет устаревшим." + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1200 +msgid "Available items" +msgstr "Доступные элементы" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1201 +msgid "Block" +msgstr "Блокировать" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1249 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:978 +msgid "Log content" +msgstr "Содержание журнала" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1254 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:981 +msgid "Log source" +msgstr "Источник журнала" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1259 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:984 +msgid "Log agent" +msgstr "Агент журнала" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1317 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:990 +msgid "Event content" +msgstr "Содержание события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1322 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:987 +msgid "Event user comment" +msgstr "Комментарий пользователя события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1327 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:993 +msgid "Event agent" +msgstr "Агент события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1332 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:996 +msgid "Event module" +msgstr "Модуль события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1337 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:999 +msgid "Event module alerts" +msgstr "Предупреждения модулей событий" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1342 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1002 +msgid "Event group" +msgstr "Группа события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1348 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1005 +msgid "Event group Recursive" +msgstr "Рекурсивность группы событий" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1354 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1008 +msgid "Event severity" +msgstr "Степень серьезности события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1359 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1011 +msgid "Event tag" +msgstr "Тег события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1364 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1014 +msgid "Event user" +msgstr "Пользователь события" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1394 +msgid "Operators" +msgstr "Операторы" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1460 +msgid "Modifiers" +msgstr "Модификаторы" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1465 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1023 +msgid "Time window" +msgstr "Временное окно" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1551 +msgid "Rule definition" +msgstr "Определение правила" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1822 +msgid "Remove rule" +msgstr "Удалить правило" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1833 +msgid "Remove item" +msgstr "Удалить элемент" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:1854 +#: ../../operation/agentes/estado_monitores.php:602 +msgid "Reset" +msgstr "Перезагрузить" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2014 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2016 +msgid "Triggering Condition" +msgstr "Условия срабатывания" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2280 +#: ../../godmode/alerts/alert_view.php:318 +msgid "Number of alerts" +msgstr "Количество предупреждений" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2368 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2630 +#: ../../godmode/alerts/configure_alert_action.php:286 +#: ../../godmode/alerts/alert_view.php:422 +msgid "Firing" +msgstr "Запуск" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2370 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2581 +#: ../../include/ajax/custom_fields.php:413 +#: ../../include/class/AgentWizard.class.php:1223 +msgid "Treshold" +msgstr "Порог" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2371 +msgid "Opions" +msgstr "Опции" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2482 +msgid "There are no defined actions for this alert" +msgstr "Для этого предупреждения нет определенных действий" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2553 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3518 +msgid "Number of alerts match" +msgstr "Количество совпадений предупреждений" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2631 +#: ../../godmode/alerts/alert_view.php:423 +msgid "Recovering" +msgstr "Восстановление" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2648 +msgid "" +"Select the desired action and mode to view the Triggering fields for this " +"action" +msgstr "" +"Выберите нужное действие и режим, чтобы просмотреть поля триггеров для этого " +"действия" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2665 +#: ../../godmode/alerts/alert_view.php:419 +msgid "Select the action" +msgstr "Выберите действие" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2723 +#: ../../godmode/alerts/configure_alert_template.php:957 +#: ../../godmode/alerts/alert_view.php:440 +#: ../../godmode/alerts/alert_view.php:534 +msgid "Firing fields" +msgstr "Поля срабатывания" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2725 +#: ../../godmode/alerts/alert_view.php:440 +msgid "" +"Fields passed to the command executed by this action when the alert is fired" +msgstr "" +"Поля передаются команде, выполняемой этим действием при возникновении " +"предупреждения" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2729 +#: ../../godmode/agentes/fields_manager.php:119 +#: ../../godmode/alerts/alert_view.php:442 +#: ../../godmode/alerts/alert_view.php:533 +#: ../../operation/agentes/custom_fields.php:65 +msgid "Field" +msgstr "Поле" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2731 +#: ../../godmode/alerts/alert_view.php:442 +#: ../../godmode/alerts/alert_view.php:533 +msgid "Fields configured on the command associated to the action" +msgstr "Поля, настроенные на команды, связанные с действием" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2734 +msgid "Alerts fields" +msgstr "Поля предупреждений" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2736 +msgid "Triggering fields configured in Alerts" +msgstr "Поля срабатывания, настроенные в Предупреждениях" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2739 +#: ../../godmode/alerts/alert_view.php:444 +msgid "Action fields" +msgstr "Поля действия" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2741 +#: ../../godmode/alerts/alert_view.php:444 +msgid "Triggering fields configured in action" +msgstr "Поля срабатывания настроены на действие" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2744 +#: ../../godmode/alerts/alert_view.php:446 +msgid "Executed on firing" +msgstr "Выполняется при срабатывании" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2746 +#: ../../godmode/alerts/alert_view.php:446 +#: ../../godmode/alerts/alert_view.php:534 +msgid "Fields used on execution when the alert is fired" +msgstr "Поля, используемые при выполнении, когда срабатывает предупреждение" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2794 +msgid "Correlated alerts" +msgstr "Коррелирующие предупреждения" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2817 +msgid "Alert succesfully deleted" +msgstr "Предупреждение успешно удалено" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2826 +msgid "Alerts validated" +msgstr "Предупреждения подтверждены" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2829 +msgid "Failed to process validation" +msgstr "Не удалось получить разрешение" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2975 +msgid "Matched" +msgstr "Совпадения" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2976 +#: ../../godmode/alerts/alert_list.list.php:131 +#: ../../mobile/operation/alerts.php:48 +#: ../../include/functions_reporting_html.php:1996 +#: ../../include/functions_reporting_html.php:2678 +#: ../../include/functions_reporting_html.php:2679 +#: ../../operation/agentes/alerts_status.functions.php:95 +#: ../../operation/snmpconsole/snmp_view.php:251 +#: ../../operation/snmpconsole/snmp_view.php:1261 +msgid "Fired" +msgstr "Запущено" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:2998 +msgid "Sort elements" +msgstr "Сортировать элементы" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3077 +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3093 +msgid "Add Actions" +msgstr "Добавить действия" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3283 +msgid "Are you sure you want to disable the alert" +msgstr "Вы уверены, что хотите отключить предупреждение?" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3289 +msgid "Are you sure you want to enable the alert" +msgstr "Вы уверены, что хотите включить предупреждение?" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3296 +msgid "Disabled Alert" +msgstr "Предупреждение Выключено" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3334 +#: ../../godmode/alerts/alert_list.list.php:138 +#: ../../mobile/operation/alerts.php:56 +#: ../../operation/agentes/alerts_status.functions.php:102 +msgid "Standby off" +msgstr "Режим ожидания выключен" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3335 +msgid "Are you sure you want to standby the alert" +msgstr "Вы уверены, что хотите перевести предупреждение в режим ожидания?" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3340 +#: ../../enterprise/operation/agentes/policy_view.php:279 +#: ../../godmode/alerts/alert_list.list.php:137 +#: ../../mobile/operation/alerts.php:55 ../../include/functions_ui.php:1137 +#: ../../operation/agentes/alerts_status.functions.php:101 +msgid "Standby on" +msgstr "Режим ожидания включен" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3342 +msgid "Are you sure you want to activate the alert" +msgstr "Вы уверены, что хотите активировать предупреждение?" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3350 +msgid "Standby Alert" +msgstr "Перевести предупреждение в режим ожидания" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3422 +msgid "Delete Actions" +msgstr "Удалить Действия" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3598 +msgid "Successfully added action" +msgstr "Действие успешно добавлено" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:3636 +msgid "Successfully delete action" +msgstr "Действие успешно удалено" + +#: ../../enterprise/include/class/AlertCorrelationManager.class.php:4030 +msgid "Choosetime" +msgstr "Выберите время" + +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:143 +msgid "Performing query. Please wait." +msgstr "Выполнение запроса. Пожалуйста, подождите." + +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:174 +msgid "No results" +msgstr "Нет результатов" + +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:197 +msgid "Error performing execution" +msgstr "Ошибка при выполнении" + +#: ../../enterprise/include/class/WebServerModuleDebug.class.php:229 +msgid "Please, wait for a first execution of module" +msgstr "Пожалуйста, дождитесь первого выполнения модуля" + +#: ../../enterprise/include/functions_enterprise.php:324 +msgid "Tree view by tags" +msgstr "Просмотр в виде дерева по тегам" + +#: ../../enterprise/include/functions_enterprise.php:354 +msgid "" +"If the interval of days until events data purge is shorter than the events " +"data history storage interval, data will be lost. It is recommended that the " +"storage frequency is higher than the purge frequency." +msgstr "" +"Если интервал дней до очистки данных о событиях меньше, чем интервал " +"хранения истории данных о событиях, данные будут потеряны. Рекомендуется " +"установить частоту хранения ниже, чем частота очистки." + +#: ../../enterprise/include/functions_enterprise.php:356 +msgid "" +"Problems with event days purge and event days that pass data to history DB." +msgstr "" +"Проблемы с датой очистки событий и датой событий, которые передают данные в " +"историию БД." + +#: ../../enterprise/include/functions_enterprise.php:367 +msgid "" +"If days purge is less than history days pass to history db, you will have a " +"problems and you lost data. Recommended that days purge will more taller " +"than days to history DB" +msgstr "" +"Если дата очистки меньше даты переноса в историю, данные будут потеряны. Мы " +"рекомендуем установить дату очистки больше, чем дата передачи исторических " +"данных." + +#: ../../enterprise/include/functions_enterprise.php:369 +msgid "Problems with days purge and days that pass data to history DB" +msgstr "Проблемы с датой очистки и датой переноса информации в историю." + +#: ../../enterprise/include/functions_reporting.php:89 +msgid "Advance options" +msgstr "Дополнительные опции" + +#: ../../enterprise/include/functions_reporting.php:113 +msgid "Templates list" +msgstr "Список шаблонов" + +#: ../../enterprise/include/functions_reporting.php:148 +msgid "Templates Wizard" +msgstr "Мастер Шаблонов" + +#: ../../enterprise/include/functions_reporting.php:1190 +msgid "Availability item created from wizard." +msgstr "Доступен элемент созданный помощником." + +#: ../../enterprise/include/functions_reporting.php:1732 +#: ../../enterprise/include/functions_reporting.php:2674 +#: ../../enterprise/include/functions_reporting.php:3686 +#: ../../godmode/alerts/alert_special_days.php:396 +msgid "January" +msgstr "Январь" + +#: ../../enterprise/include/functions_reporting.php:1736 +#: ../../enterprise/include/functions_reporting.php:2678 +#: ../../enterprise/include/functions_reporting.php:3690 +#: ../../godmode/alerts/alert_special_days.php:400 +msgid "February" +msgstr "Февраль" + +#: ../../enterprise/include/functions_reporting.php:1740 +#: ../../enterprise/include/functions_reporting.php:2682 +#: ../../enterprise/include/functions_reporting.php:3694 +#: ../../godmode/alerts/alert_special_days.php:404 +msgid "March" +msgstr "Март" + +#: ../../enterprise/include/functions_reporting.php:1744 +#: ../../enterprise/include/functions_reporting.php:2686 +#: ../../enterprise/include/functions_reporting.php:3698 +#: ../../godmode/alerts/alert_special_days.php:408 +msgid "April" +msgstr "Апрель" + +#: ../../enterprise/include/functions_reporting.php:1748 +#: ../../enterprise/include/functions_reporting.php:2690 +#: ../../enterprise/include/functions_reporting.php:3702 +#: ../../godmode/alerts/alert_special_days.php:412 +msgid "May" +msgstr "Май" + +#: ../../enterprise/include/functions_reporting.php:1752 +#: ../../enterprise/include/functions_reporting.php:2694 +#: ../../enterprise/include/functions_reporting.php:3706 +#: ../../godmode/alerts/alert_special_days.php:416 +msgid "June" +msgstr "Июнь" + +#: ../../enterprise/include/functions_reporting.php:1756 +#: ../../enterprise/include/functions_reporting.php:2698 +#: ../../enterprise/include/functions_reporting.php:3710 +#: ../../godmode/alerts/alert_special_days.php:420 +msgid "July" +msgstr "Июль" + +#: ../../enterprise/include/functions_reporting.php:1760 +#: ../../enterprise/include/functions_reporting.php:2702 +#: ../../enterprise/include/functions_reporting.php:3714 +#: ../../godmode/alerts/alert_special_days.php:424 +msgid "August" +msgstr "Август" + +#: ../../enterprise/include/functions_reporting.php:1764 +#: ../../enterprise/include/functions_reporting.php:2706 +#: ../../enterprise/include/functions_reporting.php:3718 +#: ../../godmode/alerts/alert_special_days.php:428 +msgid "September" +msgstr "Сентябрь" + +#: ../../enterprise/include/functions_reporting.php:1768 +#: ../../enterprise/include/functions_reporting.php:2710 +#: ../../enterprise/include/functions_reporting.php:3722 +#: ../../godmode/alerts/alert_special_days.php:432 +msgid "October" +msgstr "Октябрь" + +#: ../../enterprise/include/functions_reporting.php:1772 +#: ../../enterprise/include/functions_reporting.php:2714 +#: ../../enterprise/include/functions_reporting.php:3726 +#: ../../godmode/alerts/alert_special_days.php:436 +msgid "November" +msgstr "Ноябрь" + +#: ../../enterprise/include/functions_reporting.php:1777 +#: ../../enterprise/include/functions_reporting.php:2719 +#: ../../enterprise/include/functions_reporting.php:3731 +#: ../../godmode/alerts/alert_special_days.php:440 +msgid "December" +msgstr "Декабрь" + +#: ../../enterprise/include/functions_reporting.php:1812 +#: ../../enterprise/include/functions_reporting.php:2746 +#: ../../enterprise/include/functions_reporting.php:3743 +#: ../../include/functions_reporting_html.php:524 +msgid "Max/Min Values" +msgstr "Макс/Мин значения" + +#: ../../enterprise/include/functions_reporting.php:1814 +#: ../../enterprise/include/functions_reporting.php:1983 +#: ../../enterprise/include/functions_reporting.php:2748 +#: ../../enterprise/include/functions_reporting.php:3745 +#: ../../enterprise/include/functions_reporting.php:5861 +#: ../../include/functions_reporting_html.php:526 +msgid "SLA Compliance" +msgstr "SLA Соответствие" + +#: ../../enterprise/include/functions_reporting.php:1854 +#: ../../enterprise/include/functions_reporting.php:2802 +#: ../../enterprise/include/functions_reporting.php:3061 +#: ../../enterprise/include/functions_reporting.php:3800 +#: ../../enterprise/include/functions_reporting.php:4064 +#: ../../enterprise/include/functions_reporting.php:4715 +#: ../../enterprise/include/functions_reporting.php:5931 +#: ../../include/functions_reporting_html.php:849 +#: ../../include/functions_reporting_html.php:4074 +msgid "Not Init" +msgstr "Не инициализировано" + +#: ../../enterprise/include/functions_reporting.php:1861 +#: ../../enterprise/include/functions_reporting.php:2812 +#: ../../enterprise/include/functions_reporting.php:3810 +msgid "Planned Downtimes" +msgstr "Запланированные Остановки" + +#: ../../enterprise/include/functions_reporting.php:1868 +msgid "Ignore time" +msgstr "Игнорируемое время" + +#: ../../enterprise/include/functions_reporting.php:1888 +msgid "SLA Compliance per days" +msgstr "Соблюдение SLA в днях" + +#: ../../enterprise/include/functions_reporting.php:1980 +msgid "Summary of SLA Failures" +msgstr "Краткий отчет неудач SLA" + +#: ../../enterprise/include/functions_reporting.php:2000 +#: ../../enterprise/include/functions_reporting.php:2001 +msgid "Out of SLA limits" +msgstr "Выход за пределы SLA" + +#: ../../enterprise/include/functions_reporting.php:2006 +#: ../../enterprise/include/functions_reporting.php:2007 +msgid "IN of SLA limits" +msgstr "Пределы IN в SLA" + +#: ../../enterprise/include/functions_reporting.php:2090 +#: ../../include/functions_reports.php:890 +msgid "Log report" +msgstr "Отчет по журналу" + +#: ../../enterprise/include/functions_reporting.php:2103 +#: ../../include/functions_reports.php:889 +msgid "Log" +msgstr "Журнал" + +#: ../../enterprise/include/functions_reporting.php:2344 +#: ../../enterprise/include/functions_reporting.php:3298 +#: ../../enterprise/include/functions_reporting.php:4275 +#: ../../include/functions_reporting.php:943 +#: ../../include/functions_reporting.php:7587 +msgid "There are no SLAs defined" +msgstr "Нет установленных SLA" + +#: ../../enterprise/include/functions_reporting.php:2397 +#: ../../enterprise/include/functions_reporting.php:3351 +#: ../../enterprise/include/functions_reporting.php:4328 +#: ../../include/functions_reporting.php:1018 +#: ../../include/functions_reporting.php:7965 +msgid "Inverse" +msgstr "Инверсия" + +#: ../../enterprise/include/functions_reporting.php:2822 +#: ../../enterprise/include/functions_reporting.php:3071 +#: ../../enterprise/include/functions_reporting.php:3820 +#: ../../godmode/agentes/planned_downtime.editor.php:67 +#: ../../include/functions_reporting_html.php:859 +#: ../../include/functions_reporting_html.php:4084 +#: ../../general/first_task/planned_downtime.php:22 +msgid "Planned Downtime" +msgstr "Запланированная остановка" + +#: ../../enterprise/include/functions_reporting.php:2860 +msgid "T. Total" +msgstr "Общее время" + +#: ../../enterprise/include/functions_reporting.php:2861 +#: ../../enterprise/include/functions_reporting.php:3847 +msgid "T. OK" +msgstr "Вр. ОК" + +#: ../../enterprise/include/functions_reporting.php:2862 +#: ../../enterprise/include/functions_reporting.php:3848 +msgid "T. Error" +msgstr "Вр. ошибка" + +#: ../../enterprise/include/functions_reporting.php:2863 +#: ../../enterprise/include/functions_reporting.php:3849 +msgid "T. Unknown" +msgstr "Вр. неизвестно" + +#: ../../enterprise/include/functions_reporting.php:2864 +#: ../../enterprise/include/functions_reporting.php:3850 +msgid "T. Not_init" +msgstr "Вр. не инициализировано" + +#: ../../enterprise/include/functions_reporting.php:2865 +#: ../../enterprise/include/functions_reporting.php:3851 +msgid "T. Downtime" +msgstr "Вр. остановка" + +#: ../../enterprise/include/functions_reporting.php:2866 +#: ../../enterprise/include/functions_reporting.php:3852 +msgid "SLA %" +msgstr "SLA %" + +#: ../../enterprise/include/functions_reporting.php:3056 +#: ../../enterprise/include/functions_reporting.php:4059 +#: ../../enterprise/include/functions_reporting.php:5926 +#: ../../enterprise/include/functions_services.php:1350 +#: ../../include/functions_reporting_html.php:844 +#: ../../include/functions_reporting_html.php:4069 +msgid "Unknow" +msgstr "Неизвестное" + +#: ../../enterprise/include/functions_reporting.php:3066 +#: ../../enterprise/include/functions_reporting.php:4069 +#: ../../enterprise/include/functions_reporting.php:5936 +#: ../../include/functions_reporting_html.php:854 +#: ../../include/functions_reporting_html.php:4079 +msgid "Downtimes" +msgstr "Остановки" + +#: ../../enterprise/include/functions_reporting.php:4074 +msgid "Ignore Planned Downtime" +msgstr "Игнорировать Запланированные остановки" + +#: ../../enterprise/include/functions_reporting.php:4164 +#: ../../include/functions_reports.php:701 +msgid "Hourly S.L.A." +msgstr "Ежечасный S.L.A." + +#: ../../enterprise/include/functions_reporting.php:4767 +msgid "Max/Min Critical" +msgstr "Критический Max/Min" + +#: ../../enterprise/include/functions_reporting.php:4768 +msgid "Max/Min Warning" +msgstr "Предостережение Max/Min" + +#: ../../enterprise/include/functions_reporting.php:4769 +msgid "Total checks ok/total" +msgstr "Всего проверок ок/всего" + +#: ../../enterprise/include/functions_reporting.php:4770 +msgid "% time ok" +msgstr "% время ок" + +#: ../../enterprise/include/functions_reporting.php:4788 +#: ../../include/functions_reporting_html.php:613 +#: ../../include/functions_reporting_html.php:652 +#: ../../include/functions_reporting_html.php:723 +#: ../../include/functions_reporting_html.php:801 +#: ../../include/functions_reporting_html.php:3548 +#: ../../include/functions_reporting_html.php:3681 +msgid "24 x 7" +msgstr "24 x 7" + +#: ../../enterprise/include/functions_reporting.php:4828 +#: ../../include/functions_reporting_html.php:558 +msgid "Global Time" +msgstr "Глобальное время" + +#: ../../enterprise/include/functions_reporting.php:4830 +msgid "Time Critical" +msgstr "Критическое время" + +#: ../../enterprise/include/functions_reporting.php:4831 +msgid "Time Warning" +msgstr "Время Предостережения об опасности" + +#: ../../enterprise/include/functions_reporting.php:4923 +#: ../../include/functions_reporting_html.php:591 +msgid "Checks Time" +msgstr "Время Проверок" + +#: ../../enterprise/include/functions_reporting.php:4925 +msgid "Checks Critical" +msgstr "Критические Проверки" + +#: ../../enterprise/include/functions_reporting.php:4926 +msgid "Checks Warning" +msgstr "Проверки Предостережений об опасности" + +#: ../../enterprise/include/functions_reporting.php:5009 +#: ../../include/functions_reporting_html.php:781 +#: ../../include/functions_reporting_html.php:3717 +#: ../../include/functions_reporting_html.php:4274 +#: ../../include/functions_reporting_html.php:4277 +#: ../../include/functions_reporting.php:1529 +#: ../../include/functions_reporting.php:2653 +msgid "There are no Agent/Modules defined" +msgstr "Здесь нет определенных Агентов/Модулей" + +#: ../../enterprise/include/functions_reporting.php:5388 +msgid "There are no SLAs defined." +msgstr "SLA не определены." + +#: ../../enterprise/include/functions_reporting.php:5529 +#: ../../enterprise/include/functions_services.php:1269 +#: ../../enterprise/include/functions_services.php:1271 +#: ../../enterprise/include/functions_services.php:1301 +#: ../../enterprise/include/functions_services.php:1302 +#: ../../enterprise/include/functions_services.php:1304 +#: ../../enterprise/include/functions_services.php:1355 +#: ../../enterprise/include/functions_services.php:1357 +msgid "Nonexistent" +msgstr "Не существует" + +#: ../../enterprise/include/functions_reporting.php:5941 +msgid "Scheduled shutdow" +msgstr "Плановое отключение" + +#: ../../enterprise/include/functions_reporting.php:6303 +#: ../../enterprise/include/functions_reporting.php:7044 +#, php-format +msgid "Graph agents(%s) - %s" +msgstr "График агентов(%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:6952 +#, php-format +msgid "Graph agent(%s) - %s" +msgstr "Графический агент(%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:7398 +msgid "There is not data for the selected conditions" +msgstr "Нет данных для выбранных условий" + +#: ../../enterprise/include/functions_reporting.php:7588 +#: ../../enterprise/include/functions_reporting.php:7654 +msgid "Template editor" +msgstr "Редактор шаблонов" + +#: ../../enterprise/include/functions_reporting.php:7680 +msgid "Get PDF file" +msgstr "Получить PDF файл" + +#: ../../enterprise/include/functions_reporting.php:7741 +#: ../../include/functions_reports.php:640 +msgid "Simple baseline graph" +msgstr "Простой базовый график" + +#: ../../enterprise/include/functions_enterprise_api.php:1108 +msgid "Is not metaconsole" +msgstr "Не является метаконсолью" + +#: ../../enterprise/include/functions_enterprise_api.php:2569 +msgid "Error getting alert actions." +msgstr "Ошибка при получении предупреждающих действий." + +#: ../../enterprise/include/functions_enterprise_api.php:3530 +#: ../../enterprise/include/functions_enterprise_api.php:3584 +#, php-format +msgid "%d agents added to apply queue." +msgstr "%d агентов добавлены в очередь на применение." + +#: ../../enterprise/include/functions_enterprise_api.php:3553 +#: ../../enterprise/include/functions_policies.php:5087 +#, php-format +msgid "Successfully applied to node %s." +msgstr "Успешно применено к узлу %s." + +#: ../../enterprise/include/functions_enterprise_api.php:3555 +#: ../../enterprise/include/functions_policies.php:5089 +#, php-format +msgid "Successfully applied to nodes: %s." +msgstr "Успешно применено к узлам: %s." + +#: ../../enterprise/include/functions_enterprise_api.php:3594 +#, php-format +msgid "Id policy %d already pending to apply." +msgstr "Id политики %d уже ожидает применения." + +#: ../../enterprise/include/functions_enterprise_api.php:3596 +#, php-format +msgid "Id policy %d already pending to apply in Id agent %d." +msgstr "Id политика %d уже ожидает применения в Id агенте %d." + +#: ../../enterprise/include/functions_enterprise_api.php:4007 +#: ../../enterprise/include/functions_enterprise_api.php:4034 +msgid "" +"Error adding web analysis module to policy. Id_module_type is not correct " +"for web analysis modules." +msgstr "" +"Ошибка добавления модуля веб-анализа в политику. Id_module_type некорректен " +"для модулей веб-анализа." + +#: ../../enterprise/include/functions_enterprise_api.php:4016 +msgid "" +"Network Module could not be added to policy. Id_module_type is not correct " +"for network modules." +msgstr "" +"Не удалось добавить сетевой модуль в политику. Id_module_type неверен для " +"сетевых модулей." + +#: ../../enterprise/include/functions_enterprise_api.php:4025 +msgid "" +"Error adding web module to policy. Id_module_type is not correct for web " +"modules." +msgstr "" +"Ошибка добавления веб-модуля в политику. Id_module_type некорректен для веб-" +"модулей." + +#: ../../enterprise/include/functions_enterprise_api.php:4046 +msgid "" +"Error adding module to policy configuration_data is not a valid base64." +msgstr "" +"Ошибка добавления модуля в политику configuration_data не является " +"допустимым base64." + +#: ../../enterprise/include/functions_enterprise_api.php:6042 +#, php-format +msgid "Updated user %s " +msgstr "Обновлен пользователь %s " + +#: ../../enterprise/include/functions_enterprise_api.php:6053 +#, php-format +msgid "Created user %s " +msgstr "Создан пользователь %s " + +#: ../../enterprise/include/functions_enterprise_api.php:6254 +#, php-format +msgid "" +"There are groups that not exist in node. The followings elements " +"groups/profiles/user profiles were created/updated sucessfully (%d/%d/%d) " +msgstr "" +"Есть группы, которые не существуют в узле. Следующие элементы " +"групп/профилей/профилей пользователей были созданы/обновлены успешно " +"(%d/%d/%d) " + +#: ../../enterprise/include/functions_enterprise_api.php:6267 +#, php-format +msgid "" +"Error creating/updating the followings elements groups/profiles/user " +"profiles (%d/%d/%d) " +msgstr "" +"Ошибка создания/обновления следующих элементов групп/профилей/профилей " +"пользователей (%d/%d/%d) " + +#: ../../enterprise/include/functions_enterprise_api.php:6283 +#, php-format +msgid "" +"The followings elements groups/profiles/user profiles were created/updated " +"sucessfully (%d/%d/%d) " +msgstr "" +"Следующие элементы групп/профилей/профилей пользователей были " +"созданы/обновлены успешно (%d/%d/%d) " + +#: ../../enterprise/include/functions_enterprise_api.php:6505 +msgid "The agent could not be added to the policy." +msgstr "Агент не может быть добавлен в политику." + +#: ../../enterprise/include/functions_services.php:29 +msgid "There is no information about" +msgstr "Нет информации о" + +#: ../../enterprise/include/functions_services.php:34 +msgid "Service does not exist." +msgstr "Сервис не существует." + +#: ../../enterprise/include/functions_services.php:46 +msgid "module that stores the service" +msgstr "модуль, в котором хранится сервис" + +#: ../../enterprise/include/functions_services.php:58 +msgid "module that stores SLA service" +msgstr "модуль, в котором хранится сервис SLA" + +#: ../../enterprise/include/functions_services.php:71 +msgid "agent that stores the service" +msgstr "агент, в котором хранится сервис" + +#: ../../enterprise/include/functions_services.php:84 +msgid "agent that stores SLA service" +msgstr "агент, в котором хранится сервис SLA" + +#: ../../enterprise/include/functions_services.php:105 +msgid "alert critical SLA service" +msgstr "Предупреждение о критическом статусе сервиса SLA" + +#: ../../enterprise/include/functions_services.php:126 +msgid "alert warning service" +msgstr "Сервис предупреждений об опасности" + +#: ../../enterprise/include/functions_services.php:147 +msgid "alert critical service" +msgstr "Предупреждение о критическом статусе сервиса" + +#: ../../enterprise/include/functions_services.php:168 +msgid "alert unknown service" +msgstr "Предупреждение о неизвестном статусе сервиса" + +#: ../../enterprise/include/functions_services.php:440 +#, php-format +msgid "Module automatic create for the service %s" +msgstr "Модули автоматически создаются для сервиса %s" + +#: ../../enterprise/include/functions_services.php:1329 +msgid "Normal (Alert)" +msgstr "Нормальный (предупреждение)" + +#: ../../enterprise/include/functions_services.php:1333 +msgid "Critical (Alert)" +msgstr "Критическое (Оповещение)" + +#: ../../enterprise/include/functions_services.php:1341 +msgid "Warning (Alert)" +msgstr "Внимание (предупреждение)" + +#: ../../enterprise/include/functions_services.php:1479 +msgid "There are no service elements defined" +msgstr "Здесь нет определенных элементов сервиса" + +#: ../../enterprise/include/functions_services.php:1503 +msgid "Weight Critical" +msgstr "Плотность Критичесности" + +#: ../../enterprise/include/functions_services.php:1504 +msgid "Weight Warning" +msgstr "Вес опасности" + +#: ../../enterprise/include/functions_services.php:1505 +msgid "Weight Unknown" +msgstr "Плотность Неизвесности" + +#: ../../enterprise/include/functions_services.php:1506 +msgid "Weight Ok" +msgstr "Плотность Ок" + +#: ../../enterprise/include/functions_services.php:1530 +#: ../../enterprise/include/functions_services.php:1559 +#: ../../enterprise/include/functions_services.php:1611 +msgid "Nonexistent. This element should be deleted" +msgstr "Несуществующий. Этот элемент должен быть удален" + +#: ../../enterprise/include/functions_services.php:1640 +msgid "This element does not affect service weigth because is disabled." +msgstr "Этот элемент не влияет на вес сервиса, так как он отключен." + +#: ../../enterprise/include/functions_services.php:1655 +#, php-format +msgid "Dynamic element (%d) '%s' does not match any target" +msgstr "Динамический элемент (%d) '%s' не соответствует ни одной цели" + +#: ../../enterprise/include/functions_services.php:1664 +#, php-format +msgid "Dynamic element (%d) '%s' causes an error: %s" +msgstr "Динамический элемент (%d) '%s' вызывает ошибку: %s" + +#: ../../enterprise/include/functions_services.php:1676 +msgid "Dynamic element" +msgstr "Динамический элемент" + +#: ../../enterprise/include/functions_services.php:1682 +#, php-format +msgid "agents like \"%s\"" +msgstr "агенты типа \"%s\"" + +#: ../../enterprise/include/functions_services.php:1687 +#, php-format +msgid "modules like \"%s\"" +msgstr "модули типа \"%s\"" + +#: ../../enterprise/include/functions_services.php:1802 +msgid "NOT INITIALIZED" +msgstr "НЕ ИНИЦИАЛИЗИРОВАНО" + +#: ../../enterprise/include/functions_services.php:1836 +msgid "Delete service element" +msgstr "Удалить элемент сервиса" + +#: ../../enterprise/include/functions_services.php:1895 +msgid "FAIL" +msgstr "СБОЙ" + +#: ../../enterprise/include/functions_login.php:22 +msgid "You must change password:" +msgstr "Вы должны изменить пароль:" + +#: ../../enterprise/include/functions_login.php:38 +msgid "Password must be different from the 3 previous changes." +msgstr "Пароль должен отличаться от 3 предыдущих изменений." + +#: ../../enterprise/include/functions_login.php:50 +msgid "Old pass: " +msgstr "Старый пароль: " + +#: ../../enterprise/include/functions_login.php:53 +msgid "New pass: " +msgstr "Новый пароль: " + +#: ../../enterprise/include/functions_login.php:57 +msgid "Confirm: " +msgstr "Подтвердить: " + +#: ../../enterprise/include/functions_login.php:63 +msgid "Change" +msgstr "Изменить" + +#: ../../enterprise/include/functions_login.php:97 +msgid "Login blocked" +msgstr "Вход в систему заблокирован" + +#: ../../enterprise/include/functions_login.php:105 +msgid "User has been blocked. Try again in " +msgstr "Пользователь был заблокирован. Повторите попытку через " + +#: ../../enterprise/include/functions_login.php:105 +msgid " minutes" +msgstr " минут" + +#: ../../enterprise/include/functions_login.php:138 +msgid "Login successfully" +msgstr "Успешный вход в систему" + +#: ../../enterprise/include/functions_login.php:145 +msgid "Successfully" +msgstr "Успешно" + +#: ../../enterprise/include/functions_login.php:146 +msgid "User pass successfully updated" +msgstr "Пропуск пользователя успешно обновлен" + +#: ../../enterprise/include/functions_login.php:252 +msgid "Password must be different from the " +msgstr "Пароль должен быть отличным от " + +#: ../../enterprise/include/functions_login.php:252 +msgid " previous changes." +msgstr " предыдущих изменений." + +#: ../../enterprise/include/functions_login.php:265 +msgid "Password must be different" +msgstr "Пароль должен отличаться" + +#: ../../enterprise/include/functions_login.php:276 +msgid "Password too short" +msgstr "Пароль слишком короткий" + +#: ../../enterprise/include/functions_login.php:288 +msgid "Password must contain numbers" +msgstr "Пароль должен содержать цифры" + +#: ../../enterprise/include/functions_login.php:301 +msgid "Password must contain symbols" +msgstr "Пароль должен содержать символы" + +#: ../../enterprise/include/functions_login.php:324 +msgid "Invalid old password" +msgstr "Неверный старый пароль" + +#: ../../enterprise/include/functions_login.php:357 +msgid "Password confirm does not match" +msgstr "Подтвержденный пароль не совпадает" + +#: ../../enterprise/include/functions_login.php:364 +msgid "Password empty" +msgstr "пароль не занят" + +#: ../../enterprise/include/functions_login.php:481 +#: ../../godmode/users/configure_user.php:1779 +#: ../../godmode/users/configure_user.php:1849 +#: ../../godmode/users/configure_user.php:1922 +#: ../../include/ajax/double_auth.ajax.php:252 +#: ../../include/ajax/double_auth.ajax.php:350 +#: ../../include/ajax/double_auth.ajax.php:396 +#: ../../include/ajax/double_auth.ajax.php:512 +#: ../../operation/users/user_edit.php:1026 +#: ../../operation/users/user_edit.php:1092 +#: ../../operation/users/user_edit.php:1163 ../../general/register.php:231 +#: ../../general/logon_failed.php:18 +msgid "Authentication error" +msgstr "Ошибка аутентификации" + +#: ../../enterprise/include/functions_login.php:488 +#: ../../godmode/users/configure_user.php:1786 +#: ../../godmode/users/configure_user.php:1856 +#: ../../include/ajax/double_auth.ajax.php:259 +#: ../../include/ajax/double_auth.ajax.php:357 +#: ../../include/ajax/double_auth.ajax.php:403 +#: ../../include/ajax/double_auth.ajax.php:520 +#: ../../operation/users/user_edit.php:1033 +#: ../../operation/users/user_edit.php:1099 ../../general/register.php:238 +msgid "There was an error loading the data" +msgstr "Произошла ошибка при загрузке данных" + +#: ../../enterprise/include/functions_login.php:497 +#: ../../godmode/users/configure_user.php:1864 +#: ../../godmode/users/configure_user.php:1943 +#: ../../operation/users/user_edit.php:1107 +#: ../../operation/users/user_edit.php:1183 ../../general/register.php:247 +msgid "Double autentication activation" +msgstr "Активация двойной аутентификации" + +#: ../../enterprise/include/lib/Agent.php:88 +msgid " error, invalid agent." +msgstr " ошибка, недопустимый агент." + +#: ../../enterprise/include/lib/Agent.php:638 +#, php-format +msgid "Log module \"%s\" does not exist" +msgstr "Модуль журнала \"%s\" не существует" + +#: ../../enterprise/include/lib/Agent.php:660 +#, php-format +msgid "Plugin \"%s\" does not exist" +msgstr "Плагин \"%s\" не существует" + +#: ../../enterprise/include/lib/Agent.php:792 +#, php-format +msgid "Log module \"%s\" does not exist, %s skipped" +msgstr "Модуль журнала \"%s\" не существует, %s пропущен" + +#: ../../enterprise/include/lib/Agent.php:827 +#, php-format +msgid "Plugin \"%s\" does not exist, %s skipped" +msgstr "Плагин \"%s\" не существует, %s пропущен" + +#: ../../enterprise/include/lib/Agent.php:898 +#, php-format +msgid "Log module %s already defined" +msgstr "Модуль журнала %s уже определен" + +#: ../../enterprise/include/lib/Agent.php:915 +#, php-format +msgid "Invalid module type %s" +msgstr "Недопустимый тип модуля %s" + +#: ../../enterprise/include/lib/Agent.php:945 +#, php-format +msgid "Plugin %s already defined" +msgstr "Плагин %s уже определен" + +#: ../../enterprise/include/lib/Agent.php:959 +msgid "Invalid plugin definition" +msgstr "Недопустимое определение плагина" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:181 +msgid "There was a problem creating Alert" +msgstr "Возникла проблема при создании предупреждения" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:263 +msgid "There was a problem deleting Alert" +msgstr "Возникла проблема с удалением предупреждения" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:718 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:732 +msgid "There was a problem creating Action" +msgstr "Возникла проблема при создании действия" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:769 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:782 +msgid "There was a problem updating Action" +msgstr "Возникла проблема с обновлением действия" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:818 +#: ../../enterprise/include/lib/AlertCorrelation.class.php:832 +msgid "There was a problem deleting Action" +msgstr "Возникла проблема при удалении действия" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:873 +msgid "There was a problem standby alert" +msgstr "Возникла проблема при предупреждении о режиме ожидания" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:888 +msgid "There was a problem standby off alert" +msgstr "Возникла проблема при отключении режима ожидания предупреждений" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:932 +msgid "There was a problem disabled alert" +msgstr "Возникла проблема с отключением оповещения" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:948 +msgid "There was a problem enabled alert" +msgstr "Возникла проблема с включением оповещения" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1430 +msgid "Failed to cleanup old rules." +msgstr "Не удалось очистить старые правила." + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1438 +#, php-format +msgid "Failed SQL: %s" +msgstr "Не удалось выполнить SQL: %s" + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1443 +#, php-format +msgid "Failed to apply rule: %s." +msgstr "Не удалось применить правило: %s." + +#: ../../enterprise/include/lib/AlertCorrelation.class.php:1586 +msgid "any" +msgstr "любой" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:224 +msgid "Cluster not found: " +msgstr "Кластер не найден: " + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:233 +msgid "Cluster agent not found: " +msgstr "Агент кластера не найден: " + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:270 +#, php-format +msgid "Error while deleting, reason: %s" +msgstr "Ошибка при удалении, причина: %s" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:278 +msgid "Cluster successfully deleted." +msgstr "Кластер успешно удален." + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:304 +#, php-format +msgid "Error while forcing, reason: %s" +msgstr "Ошибка при принуждении к работе, причина: %s" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:312 +msgid "Cluster successfully forced." +msgstr "Принуждение кластера успешно выполнено." + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:565 +msgid "Not set" +msgstr "Не задано" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:575 +msgid "Active-Active" +msgstr "Активный-активный" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterManager.php:577 +msgid "Active-Passive" +msgstr "Активно-Пассивный" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:182 +msgid "Cluster already defined, please use another name." +msgstr "Кластер уже определен, пожалуйста, используйте другое имя." + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:772 +msgid "Cluster name" +msgstr "Имя кластера" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:773 +msgid "" +"An agent with the same name of the cluster will be created, as well a " +"special service with the same name" +msgstr "" +"Будет создан агент с тем же именем кластера, а также специальный сервис с " +"тем же именем" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:787 +msgid "Cluster type" +msgstr "Тип кластера" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:788 +msgid "" +"AA is a cluster where all members are working. In AP cluster only master " +"member is working" +msgstr "" +"AA - это кластер, в котором работают все члены. В кластере AP работает " +"только главный член" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:796 +msgid "Active - Active" +msgstr "Активный - Активный" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:797 +msgid "Active - Pasive" +msgstr "Активный - Пассивный" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:817 +msgid "Target cluster agent will be stored under this group" +msgstr "Агент целевого кластера будет храниться в этой группе" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:834 +msgid "" +"You must select a Prediction Server to perform all cluster status " +"calculations" +msgstr "" +"Вы должны выбрать сервер прогнозирования для выполнения всех расчетов " +"статуса кластера" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1009 +msgid "critical if" +msgstr "критический, если" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1018 +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1041 +#, php-format +msgid "% of balanced modules are down (equal or greater)." msgstr "" -#: ../../mobile/include/user.class.php:154 -msgid "Secret code not found" +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1056 +msgid "Please, set threholds for all active-active modules" +msgstr "Пожалуйста, установите пороги для всех активных модулей" + +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1160 +msgid "Please, check all active-passive modules critical for this cluster" msgstr "" +"Пожалуйста, проверьте все активно-пассивные модули, критически важные для " +"этого кластера" -#: ../../mobile/include/user.class.php:155 -msgid "Please contact the administrator to reset your double authentication" +#: ../../enterprise/include/lib/ClusterViewer/ClusterWizard.php:1162 +msgid "" +"If a critical balanced module is going to critical status, then cluster will " +"be critical." msgstr "" +"Если критический сбалансированный модуль переходит в критическое состояние, " +"то кластер будет критическим." -#: ../../mobile/include/user.class.php:179 -msgid "There was an error checking the code" +#: ../../enterprise/include/lib/Service.php:127 +msgid "Service module does not match pointed one" +msgstr "Сервисный модуль не совпадает с указанным" + +#: ../../enterprise/include/lib/Service.php:134 +#, php-format +msgid "Service module not found %s
    " +msgstr "Сервисный модуль не найден %s
    " + +#: ../../enterprise/include/lib/Service.php:148 +#: ../../enterprise/include/lib/Service.php:170 +msgid "Service module SLA does not match pointed one" +msgstr "Сервисный SLA модуль не совпадает с указанным" + +#: ../../enterprise/include/lib/Service.php:155 +#, php-format +msgid "SLA service module not found %s
    " +msgstr "Сервисный модуль SLA не найден %s
    " + +#: ../../enterprise/include/lib/Service.php:177 +#, php-format +msgid "SLA service value module not found %s
    " +msgstr "Модуль значения сервиса SLA не найден %s
    " + +#: ../../enterprise/include/lib/Service.php:191 +#, php-format +msgid "Service agent not found %s
    " +msgstr "Агент сервиса не найден %s
    " + +#: ../../enterprise/include/lib/Service.php:202 +#, php-format +msgid "Service children could not be fully retrieved: %s
    " +msgstr "Не удалось полностью получить дочерние службы: %s
    " + +#: ../../enterprise/include/lib/Service.php:247 +msgid "" +" Cannot switch from SMART to MANUAL if there are dynamic elements attached " +"to the service. Please erase dynamic elements before change to MANUAL" msgstr "" +" Невозможно переключиться с ИНТЕЛЛЕКТУАЛЬНОГО режима на режим ВРУЧНУЮ, если " +"к услуге подключены динамические элементы. Пожалуйста, удалите динамические " +"элементы перед переключением на режим ВРУЧНУЮ" -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" -msgstr "Войти в систему не удалось" +#: ../../enterprise/include/lib/Service.php:334 +#: ../../enterprise/include/lib/Service.php:534 +#: ../../enterprise/include/lib/Service.php:667 +#: ../../enterprise/include/lib/Metaconsole/Synchronizer.php:235 +#: ../../enterprise/include/lib/ServiceElement.php:186 +#: ../../enterprise/include/lib/ServiceElement.php:311 +#: ../../enterprise/include/lib/ServiceElement.php:837 +#: ../../enterprise/include/lib/ServiceElement.php:879 +#: ../../enterprise/include/lib/ServiceElement.php:921 +#: ../../enterprise/include/lib/ServiceElement.php:1027 +#: ../../enterprise/include/lib/ServiceElement.php:1069 +#: ../../include/lib/Agent.php:338 ../../include/lib/Module.php:1122 +#: ../../include/lib/Entity.php:237 +#, php-format +msgid "Cannot connect to node %d" +msgstr "Невозможно подключиться к узлу %d" -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." -msgstr "Пользователь не найден в базе данных или неверный пароль." +#: ../../enterprise/include/lib/Service.php:1157 +msgid "Error: id agent must be defined." +msgstr "Ошибка: id агента должен быть определен." -#: ../../mobile/include/user.class.php:220 -msgid "Login out" -msgstr "Выйти" +#: ../../enterprise/include/lib/Service.php:1226 +msgid " error: Target agent does not exist." +msgstr " ошибка: Целевой агент не существует." -#: ../../mobile/include/user.class.php:238 -msgid "user" -msgstr "пользователь" +#: ../../enterprise/include/lib/Metaconsole/Node.php:90 +msgid "auth error." +msgstr "ошибка авторизации." -#: ../../mobile/include/user.class.php:245 -msgid "password" -msgstr "пароль" +#: ../../enterprise/include/lib/Metaconsole/Node.php:94 +msgid "connection error." +msgstr "ошибка соединения." -#: ../../mobile/include/user.class.php:295 -#: ../../mobile/include/user.class.php:296 ../../general/login_page.php:143 -msgid "Authenticator code" +#: ../../enterprise/include/lib/Metaconsole/Node.php:98 +msgid "could not resolve the host." +msgstr "не удалось разрешить хост." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:102 +#: ../../enterprise/include/lib/Metaconsole/Node.php:151 +#: ../../enterprise/include/lib/Metaconsole/Node.php:198 +#: ../../enterprise/include/lib/Metaconsole/Node.php:395 +msgid "unknown error." +msgstr "неизвестная ошибка." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:139 +msgid "missing credentials." +msgstr "отсутствуют учетные данные" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:143 +msgid "cannot connect to host." +msgstr "не удается подключиться к хосту." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:147 +msgid "database does not exist." +msgstr "база данных не существует." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:190 +msgid "failed to connect to node database." +msgstr "не удалось подключиться к базе данных узла." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:194 +msgid "MR version mistmatch." +msgstr "Несоответствие версии MR." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:233 +#, php-format +msgid "last event replication: %s" +msgstr "последняя репликация события: %s" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:239 +msgid "server connection failed" +msgstr "соединение с сервером не удалось" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:243 +#: ../../enterprise/include/lib/Metaconsole/Node.php:289 +#: ../../enterprise/include/lib/Metaconsole/Node.php:350 +msgid "unknown error" +msgstr "неизвестная ошибка" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:255 +msgid "Last event replication" +msgstr "Последнее событие репликации" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:285 +msgid "agent cache failed" +msgstr "сбой кэша агента" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:338 +msgid "node is not recognized as metaconsole node." +msgstr "узел не распознается как узел метаконсоли." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:342 +msgid "node license missmatch." +msgstr "несоответствие лицензий узлов." + +#: ../../enterprise/include/lib/Metaconsole/Node.php:346 +msgid "cannot connect to node" +msgstr "не удается подключиться к узлу" + +#: ../../enterprise/include/lib/Metaconsole/Node.php:785 +msgid "" +"The elimination of that node will lead to the suppression of all the agents " +"in metaconsole and all the configuration assigned to them. " msgstr "" +"Устранение этого узла приведет к подавлению всех агентов в метаконсоли и " +"всех назначенных им конфигураций. " -#: ../../mobile/include/user.class.php:300 ../../general/login_page.php:149 -msgid "Check code" -msgstr "" +#: ../../enterprise/include/lib/Metaconsole/Node.php:789 +msgid "And The rules for this node may stop working. " +msgstr "И Правила для этого узла могут перестать работать. " -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 ../../general/footer.php:30 +#: ../../enterprise/include/lib/PolicyInventory.php:156 #, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Build %s" +msgid "inventory module already registered: \"%d\"" +msgstr "модуль инвентаризации уже зарегистрирован: \"%d\"" -#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 -msgid "Pandora FMS mobile" -msgstr "Pandora FMS мобильнаое" - -#: ../../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 "PandoraFMS: Агенты" - -#: ../../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 "IP адрес" - -#: ../../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 "События (24 часа)" - -#: ../../mobile/operation/agent.php:205 +#: ../../enterprise/include/lib/PolicyInventory.php:181 #, php-format -msgid "Last %s Events" -msgstr "Последние %s События" +msgid "Failed to update, already exists: \"%d\"" +msgstr "Не удалось обновить, уже существует: \"%d\"" -#: ../../mobile/operation/networkmaps.php:112 -#: ../../mobile/operation/home.php:72 -msgid "Networkmaps" -msgstr "Сетевые карты" +#: ../../enterprise/include/lib/RCMDFile.class.php:203 +msgid "You do not have grants to access this feature" +msgstr "У вас нет разрешений для доступа к этой функции" -#: ../../mobile/operation/networkmaps.php:120 +#: ../../enterprise/include/lib/RCMDFile.class.php:548 +msgid "There was a problem creating RCMD" +msgstr "Возникла проблема при создании RCMD" + +#: ../../enterprise/include/lib/RCMDFile.class.php:693 +#: ../../enterprise/include/lib/RCMDFile.class.php:717 +msgid "There was a problem deleting RCMD" +msgstr "Возникла проблема с удалением RCMD" + +#: ../../enterprise/include/lib/RCMDFile.class.php:865 +msgid "No agent configuration file" +msgstr "Отсутствует файл конфигурации агента" + +#: ../../enterprise/include/lib/RCMDFile.class.php:873 +msgid "you don't have write permissions in the configuration file" +msgstr "у вас нет разрешений на запись в конфигурационном файле" + +#: ../../enterprise/include/lib/RCMDFile.class.php:914 +msgid "This agent is already a target" +msgstr "Этот агент уже является целью" + +#: ../../enterprise/include/lib/RCMDFile.class.php:945 #, php-format -msgid "Filter Networkmaps by %s" -msgstr "Фильтр Сетевых карт по %s" +msgid "You do not have grants to access in this agent %s" +msgstr "У вас нет разрешений для доступа в этом агенте %s" -#: ../../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 "Применить фильтр" +#: ../../enterprise/include/lib/RCMDFile.class.php:1011 +msgid "There was a problem creating RCMD files" +msgstr "Возникла проблема при создании файлов RCMD" -#: ../../mobile/operation/networkmaps.php:202 -#: ../../mobile/operation/networkmap.php:164 -msgid "No networkmaps" -msgstr "Нет сетевых карт" +#: ../../enterprise/include/lib/RCMDFile.class.php:1058 +msgid "There was a problem creating target" +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 "(По умолчанию)" +#: ../../enterprise/include/lib/RCMDFile.class.php:1092 +msgid "There was a problem adding items in the configuration file" +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 +#: ../../enterprise/include/lib/RCMDFile.class.php:1118 +#: ../../enterprise/include/lib/RCMDFile.class.php:1285 +msgid "No agent has been selected" +msgstr "Ни один агент не был выбран" + +#: ../../enterprise/include/lib/RCMDFile.class.php:1151 +msgid "Target doesn't exist" +msgstr "Цель не существует" + +#: ../../enterprise/include/lib/RCMDFile.class.php:1223 +msgid "There was a problem deleting tokens in the configuration file" +msgstr "Возникла проблема с удалением маркеров в конфигурационном файле" + +#: ../../enterprise/include/lib/RCMDFile.class.php:1259 +msgid "There was a problem deleting target from DB" +msgstr "Возникла проблема с удалением цели из БД" + +#: ../../enterprise/include/lib/RCMDFile.class.php:1417 +msgid "Yaml is empty" +msgstr "Yaml пуст" + +#: ../../enterprise/include/lib/RCMDFile.class.php:1426 +msgid "Doesn't have a valid YAML format" +msgstr "Не имеет допустимого формата YAML" + +#: ../../enterprise/include/lib/RCMDFile.class.php:1444 #, php-format -msgid "Group: %s" -msgstr "Группа: %s" +msgid "%s field is not allowed" +msgstr "поле %s не разрешено" -#: ../../mobile/operation/networkmaps.php:229 -#: ../../mobile/operation/events.php:1098 +#: ../../enterprise/include/lib/PolicyModule.php:204 +#: ../../enterprise/include/lib/Policy.php:486 ../../include/lib/Module.php:755 #, php-format -msgid "Type: %s" -msgstr "Тип: %s" +msgid "Module already exists: \"%s\"" +msgstr "Модуль уже существует: \"%s\"" -#: ../../mobile/operation/module_graph.php:366 -#: ../../mobile/operation/module_graph.php:375 +#: ../../enterprise/include/lib/PolicyModule.php:230 #, php-format -msgid "PandoraFMS: %s" -msgstr "PandoraFMS: %s" +msgid "Failed to update: \"%s\"" +msgstr "Не удалось обновить: \"%s\"" -#: ../../mobile/operation/module_graph.php:389 +#: ../../enterprise/include/lib/ServiceElement.php:527 #, php-format -msgid "Options for %s : %s" -msgstr "Опции для %s : %s" +msgid "This filters will cause slowdown on server (%s ms)" +msgstr "Эти фильтры приведут к замедлению работы сервера (%s мс)" -#: ../../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 -msgid "Time compare (Separated)" -msgstr "Время сравнения (Разделено)" - -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:379 -msgid "Show unknown graph" -msgstr "Показать неизвестный график" - -#: ../../mobile/operation/module_graph.php:436 -msgid "Avg Only" -msgstr "Сред. Только" - -#: ../../mobile/operation/module_graph.php:441 -msgid "Time range (hours)" -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" -msgstr "Начальная дата" - -#: ../../mobile/operation/module_graph.php:461 -msgid "Update graph" -msgstr "Обновить график" - -#: ../../mobile/operation/module_graph.php:470 -msgid "Error get the graph" -msgstr "Ошибка получения графика" - -#: ../../mobile/operation/modules.php:194 +#: ../../enterprise/include/lib/ServiceElement.php:541 #, php-format -msgid "Filter Modules by %s" -msgstr "Фильтр Модулей по %s" +msgid "Regular expression is not valid: %s." +msgstr "Обычное выражение недействительно: %s." -#: ../../mobile/operation/modules.php:434 -#: ../../include/functions_modules.php:1834 -#: ../../operation/search_modules.php:104 -#: ../../operation/agentes/status_monitor.php:1119 -msgid "NOT INIT" -msgstr "НЕ ИНИЦ" - -#: ../../mobile/operation/modules.php:473 -msgid "Interval." -msgstr "Интервал." - -#: ../../mobile/operation/modules.php:479 -msgid "Last update." -msgstr "Последнее обновление." - -#: ../../mobile/operation/modules.php:558 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" -msgstr "Нет модулей" - -#: ../../mobile/operation/modules.php:692 +#: ../../enterprise/include/lib/ServiceElement.php:780 #, php-format -msgid "Module group: %s" -msgstr "Модуль грурры: %s" +msgid " error while decoding rules: %s" +msgstr " ошибка при декодировании правил: %s" -#: ../../mobile/operation/modules.php:696 -#: ../../mobile/operation/alerts.php:320 -#: ../../mobile/operation/events.php:1102 -#: ../../mobile/operation/agents.php:436 +#: ../../enterprise/include/lib/ServiceElement.php:1185 #, php-format -msgid "Status: %s" -msgstr "Статус: %s" +msgid " error: Failed to delete element: %s" +msgstr " ошибка: Не удалось удалить элемент: %s" -#: ../../mobile/operation/modules.php:700 -#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:440 +#: ../../enterprise/include/lib/Policy.php:461 #, php-format -msgid "Free Search: %s" -msgstr "Свободный поиск: %s" +msgid "Policy already defined: \"%s\"" +msgstr "Политика уже определена: \"%s\"" -#: ../../mobile/operation/modules.php:705 -#, php-format -msgid "Tag: %s" -msgstr "" +#: ../../enterprise/include/functions_groups.php:49 +msgid "Metaconsole" +msgstr "Мета консоль" -#: ../../mobile/operation/tactical.php:146 -msgid "Last activity" -msgstr "Последняя активность" +#: ../../enterprise/include/functions_events.php:107 +#: ../../godmode/events/event_filter.php:139 +#: ../../godmode/events/event_edit_filter.php:344 +#: ../../include/lib/Dashboard/Widgets/events_list.php:378 +#: ../../operation/events/events_list.php:958 +#: ../../operation/events/events.php:1011 +#: ../../operation/events/events.php:1486 +msgid "Event status" +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" -msgstr "IP источника" +#: ../../enterprise/include/functions_events.php:168 +#: ../../godmode/events/event_edit_filter.php:408 +#: ../../operation/events/events_list.php:778 +#: ../../operation/events/events.php:1193 +msgid "User ack." +msgstr "Подтверждение пользователя" -#: ../../mobile/operation/home.php:78 ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -msgstr "" +#: ../../enterprise/include/functions_events.php:178 +#: ../../godmode/events/event_edit_filter.php:443 +#: ../../operation/events/events_list.php:859 +#: ../../operation/events/events.php:1251 +msgid "Date from" +msgstr "f" -#: ../../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" -msgstr "Графический модуль" +#: ../../enterprise/include/functions_events.php:188 +#: ../../godmode/events/event_edit_filter.php:446 +#: ../../operation/events/events_list.php:863 +#: ../../operation/events/events.php:1302 +msgid "Date to" +msgstr "Дата до" -#: ../../mobile/operation/home.php:104 -msgid "Visualmap" -msgstr "Визуальная карта" - -#: ../../mobile/operation/home.php:161 ../../operation/search_results.php:63 -msgid "Global search" -msgstr "Общий поиск" - -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -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" -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" -msgstr "Поддерживается" - -#: ../../mobile/operation/alerts.php:162 -#, php-format -msgid "Filter Alerts by %s" -msgstr "Фильтр Оповещений по %s" - -#: ../../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 "Standby: %s" -msgstr "Поддерживается: %s" - -#: ../../mobile/operation/events.php:107 -#: ../../operation/events/events.build_table.php:61 -msgid "Event Name" -msgstr "Имя события" - -#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378 -#: ../../mobile/operation/events.php:585 ../../mobile/operation/events.php:586 -msgid "Preset Filters" -msgstr "Заданные Фильтры" - -#: ../../mobile/operation/events.php:438 -msgid "ERROR: Event detail" -msgstr "ОШИБКА: детали события" - -#: ../../mobile/operation/events.php:440 -msgid "Error connecting to DB pandora." -msgstr "Ошибка соединения с БД pandora." - -#: ../../mobile/operation/events.php:453 -msgid "Event detail" -msgstr "Детали события" - -#: ../../mobile/operation/events.php:464 -#: ../../include/functions_events.php:2328 -#: ../../operation/events/events.build_table.php:55 -msgid "Event ID" -msgstr "ID события" - -#: ../../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 +#: ../../enterprise/include/functions_events.php:198 +#: ../../godmode/events/event_edit_filter.php:432 +#: ../../mobile/operation/events.php:528 +#: ../../include/functions_events.php:4903 +#: ../../operation/events/events_list.php:970 +#: ../../operation/events/events.php:1042 msgid "Repeated" msgstr "Повторенные" -#: ../../mobile/operation/events.php:492 -#: ../../include/functions_events.php:2416 -msgid "Acknowledged by" -msgstr "Признано" +#: ../../enterprise/include/functions_events.php:208 +#: ../../godmode/events/event_edit_filter.php:592 +#: ../../operation/events/events_list.php:825 +#: ../../operation/events/events.php:1210 +msgid "Alert events" +msgstr "Предупреждающие события" -#: ../../mobile/operation/events.php:501 -#: ../../include/functions_visual_map_editor.php:573 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -msgid "Module Graph" -msgstr "График модуля" +#: ../../enterprise/include/functions_events.php:219 +msgid "Id source events" +msgstr "События источника Id" -#: ../../mobile/operation/events.php:536 -msgid "Sucessful validate" -msgstr "Успешно подтверждено" +#: ../../enterprise/include/functions_events.php:229 +#: ../../godmode/admin_access_logs.php:85 +#: ../../godmode/admin_access_logs.php:86 +#: ../../godmode/events/event_edit_filter.php:398 +#: ../../mobile/operation/events.php:705 ../../include/functions_snmp.php:401 +#: ../../include/lib/Dashboard/Widgets/events_list.php:336 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:270 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:270 +#: ../../operation/snmpconsole/snmp_view.php:638 +#: ../../operation/events/events_list.php:961 +#: ../../operation/events/events.php:1024 +#: ../../operation/events/events.php:1516 +msgid "Max. hours old" +msgstr "Максимальный возраст (в часах)" -#: ../../mobile/operation/events.php:538 -msgid "Fail validate" -msgstr "Сбой подтверждения" +#: ../../enterprise/include/functions_events.php:245 +#: ../../enterprise/include/functions_events.php:267 +msgid "More than 5 tags" +msgstr "Более 5 тегов" -#: ../../mobile/operation/events.php:570 +#: ../../enterprise/include/functions_events.php:251 +#: ../../godmode/events/event_edit_filter.php:487 +#: ../../operation/events/events_list.php:880 +#: ../../operation/events/events_list.php:883 +#: ../../operation/events/events.php:1334 +#: ../../operation/events/events.php:1337 +msgid "Events with following tags" +msgstr "События со следующими тегами" + +#: ../../enterprise/include/functions_events.php:273 +#: ../../godmode/events/event_edit_filter.php:540 +#: ../../operation/events/events_list.php:881 +#: ../../operation/events/events_list.php:884 +#: ../../operation/events/events.php:1335 +#: ../../operation/events/events.php:1338 +msgid "Events without following tags" +msgstr "События без следующих тегов" + +#: ../../enterprise/include/functions_events.php:291 +#: ../../include/functions_snmp.php:441 +msgid "Active filter" +msgstr "Активный фильтр" + +#: ../../enterprise/include/functions_events.php:291 +#: ../../include/functions_snmp.php:441 +msgid "Active filters" +msgstr "Активные фильтры" + +#: ../../enterprise/include/functions_update_manager.php:182 +#: ../../enterprise/include/functions_update_manager.php:376 +#: ../../include/functions_update_manager.php:1393 +#: ../../include/functions_update_manager.php:1395 +#: ../../include/functions_update_manager.php:1535 +#: ../../include/functions_update_manager.php:1538 +msgid "Could not connect to internet" +msgstr "Не удается подключиться к Интернету" + +#: ../../enterprise/include/functions_update_manager.php:184 +#: ../../include/functions_update_manager.php:1399 +#: ../../include/functions_update_manager.php:1401 +#: ../../include/functions_update_manager.php:1544 +#: ../../include/functions_update_manager.php:1547 +msgid "Server not found." +msgstr "Сервер не найден." + +#: ../../enterprise/include/functions_update_manager.php:186 +#: ../../enterprise/include/functions_update_manager.php:391 #, php-format -msgid "Filter Events by %s" -msgstr "Фильтр Событий по %s" +msgid "There is a error: %s" +msgstr "Возникла ошибка: %s" -#: ../../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" -msgstr "Нет событий" - -#: ../../mobile/operation/events.php:1066 +#: ../../enterprise/include/functions_update_manager.php:197 #, php-format -msgid "Filter: %s" -msgstr "Фильтр: %s" +msgid "There are %s updates, and the first to update is:" +msgstr "Есть %s обновлений, и первым обновлением является:" -#: ../../mobile/operation/events.php:1079 +#: ../../enterprise/include/functions_update_manager.php:206 +msgid "Version number:" +msgstr "Номер версии:" + +#: ../../enterprise/include/functions_update_manager.php:207 +msgid "Show details" +msgstr "Дополнительные сведения" + +#: ../../enterprise/include/functions_update_manager.php:214 +#: ../../godmode/update_manager/update_manager.offline.php:82 +#: ../../include/functions_update_manager.php:1416 +msgid "Minor release available" +msgstr "Доступно незначительное обновление" + +#: ../../enterprise/include/functions_update_manager.php:215 +#: ../../godmode/update_manager/update_manager.offline.php:83 +#: ../../include/functions_update_manager.php:1417 +msgid "New package available" +msgstr "Новый пакет в наличии" + +#: ../../enterprise/include/functions_update_manager.php:216 +#: ../../enterprise/include/functions_update_manager.php:218 +#: ../../godmode/update_manager/update_manager.offline.php:84 +#: ../../godmode/update_manager/update_manager.offline.php:86 +#: ../../include/functions_update_manager.php:1418 +#: ../../include/functions_update_manager.php:1420 +msgid "Minor release rejected. Changes will not apply." +msgstr "Незначительное обновление отклонено. Изменения не будут применяться." + +#: ../../enterprise/include/functions_update_manager.php:217 +#: ../../godmode/update_manager/update_manager.offline.php:85 +#: ../../include/functions_update_manager.php:1419 +msgid "" +"Minor release rejected. The database will not be updated and the package " +"will apply." +msgstr "" +"Незначительное обновление отклонено. База данных не будет обновлена, и пакет " +"будет применен." + +#: ../../enterprise/include/functions_update_manager.php:219 +#: ../../godmode/update_manager/update_manager.offline.php:87 +#: ../../include/functions_update_manager.php:1421 +msgid "These package changes will not apply." +msgstr "Эти изменения пакета не будут применены." + +#: ../../enterprise/include/functions_update_manager.php:220 +#: ../../godmode/update_manager/update_manager.offline.php:88 +#: ../../include/functions_update_manager.php:1422 +msgid "Package rejected. These package changes will not apply." +msgstr "Пакет отклонен. Эти изменения пакета не будут применены." + +#: ../../enterprise/include/functions_update_manager.php:221 +#: ../../godmode/update_manager/update_manager.offline.php:89 +#: ../../include/functions_update_manager.php:1423 +msgid "Database successfully updated" +msgstr "База данных успешно обновлена" + +#: ../../enterprise/include/functions_update_manager.php:222 +#: ../../godmode/update_manager/update_manager.offline.php:90 +#: ../../include/functions_update_manager.php:1424 +msgid "Error in MR file" +msgstr "Ошибка в файле MR" + +#: ../../enterprise/include/functions_update_manager.php:223 +#: ../../godmode/update_manager/update_manager.offline.php:91 +#: ../../include/functions_update_manager.php:1425 +msgid "Package updated successfully" +msgstr "Пакет успешно обновлен" + +#: ../../enterprise/include/functions_update_manager.php:224 +#: ../../godmode/update_manager/update_manager.offline.php:92 +#: ../../include/functions_update_manager.php:1426 +msgid "Error in package updated" +msgstr "Ошибка при обновлении пакета" + +#: ../../enterprise/include/functions_update_manager.php:225 +#: ../../godmode/update_manager/update_manager.offline.php:93 +#: ../../include/functions_update_manager.php:1427 +msgid "" +"Database MR version is inconsistent, do you want to apply the package?" +msgstr "Версия базы данных MR несовместима, хотите ли вы применить пакет?" + +#: ../../enterprise/include/functions_update_manager.php:226 +#: ../../godmode/update_manager/update_manager.offline.php:94 +#: ../../include/functions_update_manager.php:1428 +msgid "There are db changes" +msgstr "Есть изменения в БД" + +#: ../../enterprise/include/functions_update_manager.php:227 +#: ../../godmode/update_manager/update_manager.offline.php:95 +#: ../../include/functions_update_manager.php:1429 +msgid "" +"There are new database changes available to apply. Do you want to start the " +"DB update process?" +msgstr "" +"Имеются новые изменения в базе данных, которые можно применить. Хотите ли вы " +"начать процесс обновления БД?" + +#: ../../enterprise/include/functions_update_manager.php:228 +#: ../../godmode/update_manager/update_manager.offline.php:96 +#: ../../include/functions_update_manager.php:1430 +msgid "We recommend launching " +msgstr "Мы рекомендуем запуск " + +#: ../../enterprise/include/functions_update_manager.php:229 +#: ../../godmode/update_manager/update_manager.offline.php:97 +#: ../../include/functions_update_manager.php:1431 +msgid "planned downtime" +msgstr "запланированая остановка" + +#: ../../enterprise/include/functions_update_manager.php:236 +#: ../../godmode/update_manager/update_manager.offline.php:103 +#: ../../include/functions_update_manager.php:1438 +msgid " to this process" +msgstr " к этому процессу" + +#: ../../enterprise/include/functions_update_manager.php:238 +#: ../../godmode/update_manager/update_manager.offline.php:106 +#: ../../include/functions_update_manager.php:1441 ../../general/header.php:82 +msgid "About minor release update" +msgstr "Информация о незначительном обновлении" + +#: ../../enterprise/include/functions_update_manager.php:241 +#: ../../godmode/update_manager/update_manager.offline.php:109 +#: ../../include/functions_update_manager.php:1444 +msgid "There is a new update available" +msgstr "Вышло новое обновление" + +#: ../../enterprise/include/functions_update_manager.php:242 +#: ../../godmode/update_manager/update_manager.offline.php:110 +#: ../../include/functions_update_manager.php:1445 +msgid "" +"There is a new update available to apply. Do you want to start the update " +"process?" +msgstr "Доступно новое обновление. Хотите ли вы начать процесс обновления?" + +#: ../../enterprise/include/functions_update_manager.php:243 +#: ../../godmode/update_manager/update_manager.offline.php:113 +#: ../../include/functions_update_manager.php:1446 +msgid "Applying DB MR" +msgstr "Применение незначительного обновления к базе данных" + +#: ../../enterprise/include/functions_update_manager.php:246 +#: ../../godmode/update_manager/update_manager.offline.php:116 +#: ../../include/functions_update_manager.php:1449 +msgid "Apply MR" +msgstr "Применить незначительное обновление" + +#: ../../enterprise/include/functions_update_manager.php:266 +#: ../../include/functions_update_manager.php:1457 +msgid "There is no update available." +msgstr "Нет Доступных обновлений." + +#: ../../enterprise/include/functions_update_manager.php:383 +#: ../../include/ajax/update_manager.ajax.php:468 +msgid "Fail to update to the last package." +msgstr "Неудачная попытка обновления до последнего пакета." + +#: ../../enterprise/include/functions_update_manager.php:409 +#: ../../include/ajax/update_manager.ajax.php:480 +msgid "Starting to update to the last package." +msgstr "Начинаем обновление до последнего пакета." + +#: ../../enterprise/include/functions_update_manager.php:453 +#: ../../include/ajax/update_manager.ajax.php:96 +msgid "There was an error extracting the file '" +msgstr "Ошибка при распаковке файла '" + +#: ../../enterprise/include/functions_update_manager.php:470 +#: ../../include/ajax/update_manager.ajax.php:113 +msgid "The package was not extracted." +msgstr "Пакет не распакован." + +#: ../../enterprise/include/functions_update_manager.php:526 +#: ../../include/ajax/update_manager.ajax.php:577 +msgid "progress" +msgstr "progress" + +#: ../../enterprise/include/functions_update_manager.php:575 +#: ../../include/ajax/update_manager.ajax.php:253 +#: ../../include/functions_update_manager.php:1110 +msgid "An error ocurred while reading a file." +msgstr "Ошибка во время чтения файла." + +#: ../../enterprise/include/functions_update_manager.php:619 +#: ../../enterprise/include/functions_update_manager.php:662 +#: ../../include/ajax/update_manager.ajax.php:217 +#: ../../include/ajax/update_manager.ajax.php:232 +#: ../../include/functions_update_manager.php:1151 +#: ../../include/functions_update_manager.php:1190 +msgid "Some of your old files might not be recovered." +msgstr "Некоторые ваши старые файлы возможно не были восстановлены." + +#: ../../enterprise/include/functions_update_manager.php:628 +#: ../../enterprise/include/functions_update_manager.php:633 +#: ../../enterprise/include/functions_update_manager.php:653 +#: ../../include/ajax/update_manager.ajax.php:207 +#: ../../include/ajax/update_manager.ajax.php:212 +#: ../../include/ajax/update_manager.ajax.php:238 +#: ../../include/functions_update_manager.php:1156 +#: ../../include/functions_update_manager.php:1161 +#: ../../include/functions_update_manager.php:1181 +msgid "Some of your files might not be recovered." +msgstr "Некоторые ваши файлы возможно не были восстановлены." + +#: ../../enterprise/include/functions_update_manager.php:642 +#: ../../enterprise/include/functions_update_manager.php:672 #, php-format -msgid "Severity: %s" -msgstr "Строгость: %s" +msgid "Line '%s' not copied to the progress file." +msgstr "Строка '%s' не скопирована в файл прогресса." -#: ../../mobile/operation/events.php:1106 +#: ../../enterprise/include/functions_update_manager.php:684 +#: ../../include/ajax/update_manager.ajax.php:259 +#: ../../include/functions_update_manager.php:1212 +msgid "The package does not exist" +msgstr "Пакет не существует" + +#: ../../enterprise/include/functions_update_manager.php:697 +#: ../../include/ajax/update_manager.ajax.php:623 +#: ../../include/functions_update_manager.php:1227 +msgid "The package is installed." +msgstr "Пакет установлен." + +#: ../../enterprise/include/functions_metaconsole.php:2780 +msgid "Agent alerts action does not exist in target node" +msgstr "Действие предупреждения агента не существует в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2787 +msgid "Agent alerts template does not exist in target node" +msgstr "Шаблон предупреждений агента не существует в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2794 +msgid "Agent inventory does not exist in target node" +msgstr "Инвентаризация агента не существует в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2801 +msgid "Exists agent conf please remove configuration file from target node." +msgstr "" +"Существует агент конфигурации, пожалуйста, удалите файл конфигурации с " +"целевого узла." + +#: ../../enterprise/include/functions_metaconsole.php:2808 +msgid "Agent collections does not exist in target node" +msgstr "Коллекции агентов не существует в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2815 +msgid "Agent plugins does not exist in target node" +msgstr "Плагины агента не существуют в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2822 +msgid "" +"Agent policies definitions does not match with defined ones in target node" +msgstr "" +"Определения политик агента не совпадают с определениями политик в целевом " +"узле" + +#: ../../enterprise/include/functions_metaconsole.php:2829 +msgid "Agent group does not exist in target node" +msgstr "Группа агентов не существует в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2836 +msgid "Agent already exists in target node" +msgstr "Агент уже существует в целевом узле" + +#: ../../enterprise/include/functions_metaconsole.php:2860 +msgid "The agent: has not been added due to problems in the insertion" +msgstr "Агент: не был добавлен из-за проблем при вставке" + +#: ../../enterprise/include/functions_metaconsole.php:2865 +msgid "The agent: has already been added to the migration queue" +msgstr "Агент: уже добавлен в очередь миграции" + +#: ../../enterprise/include/functions_metaconsole.php:2943 +msgid "Cannot " +msgstr "Не удается " + +#: ../../enterprise/include/functions_license.php:119 +msgid "Perpetual" +msgstr "Постоянный" + +#: ../../enterprise/include/functions_license.php:119 +msgid "Subscription" +msgstr "Подписка" + +#: ../../enterprise/include/functions_license.php:120 +#: ../../include/class/Diagnostics.class.php:1150 +msgid "Support expires" +msgstr "Срок поддержки истекает" + +#: ../../enterprise/include/functions_license.php:120 +msgid "Expires" +msgstr "Срок действия до" + +#: ../../enterprise/include/functions_ipam.php:289 +msgid "Export to Excel" +msgstr "Экспортировать в Exel" + +#: ../../enterprise/include/functions_ipam.php:342 +msgid "Assign next free IP" +msgstr "Назначить следующее свободное IP" + +#: ../../enterprise/include/functions_ipam.php:360 +msgid "Next available IP" +msgstr "Следующее свободное IP" + +#: ../../enterprise/include/functions_ipam.php:1206 +#: ../../enterprise/tools/ipam/ipam_ajax.php:330 +#: ../../include/ajax/events.php:1359 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:66 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:429 +msgid "Details" +msgstr "Подробности" + +#: ../../enterprise/include/functions_ipam.php:1232 +#: ../../enterprise/include/functions_ipam.php:1819 +#: ../../enterprise/tools/ipam/ipam_list.php:146 +#: ../../enterprise/tools/ipam/ipam_editor.php:162 +#: ../../godmode/events/event_responses.editor.php:121 +msgid "Location" +msgstr "Месторасположение" + +#: ../../enterprise/include/functions_ipam.php:1420 +#: ../../operation/snmpconsole/snmp_statistics.php:78 +#: ../../operation/snmpconsole/snmp_view.php:99 +#: ../../operation/incidents/incident_statistics.php:27 +msgid "Statistics" +msgstr "Статистика" + +#: ../../enterprise/include/functions_ipam.php:1422 +#: ../../enterprise/include/functions_ipam.php:1825 +#: ../../enterprise/tools/ipam/ipam_excel.php:118 +#: ../../enterprise/tools/ipam/ipam_excel.php:185 +msgid "Total IPs" +msgstr "Всего IP" + +#: ../../enterprise/include/functions_ipam.php:1428 +msgid "Occupied" +msgstr "Занято" + +#: ../../enterprise/include/functions_ipam.php:1434 +#: ../../enterprise/include/functions_ipam.php:1878 +#: ../../enterprise/tools/ipam/ipam_network.php:360 +#: ../../enterprise/tools/ipam/ipam_ajax.php:261 +#: ../../enterprise/tools/ipam/ipam_massive.php:103 +msgid "Managed" +msgstr "Управляется" + +#: ../../enterprise/include/functions_ipam.php:1436 +msgid "Not managed" +msgstr "Без управления" + +#: ../../enterprise/include/functions_ipam.php:1440 +#: ../../enterprise/include/functions_ipam.php:1571 +#: ../../enterprise/include/functions_ipam.php:1879 +#: ../../enterprise/tools/ipam/ipam_network.php:361 +#: ../../enterprise/tools/ipam/ipam_ajax.php:286 +#: ../../enterprise/tools/ipam/ipam_massive.php:103 +msgid "Reserved" +msgstr "Зарезервировано" + +#: ../../enterprise/include/functions_ipam.php:1442 +msgid "Not Reserved" +msgstr "Не зарезервировано" + +#: ../../enterprise/include/functions_ipam.php:1483 +msgid "DESC" +msgstr "Снижающийся" + +#: ../../enterprise/include/functions_ipam.php:1484 +msgid "ASC" +msgstr "Повышающийся" + +#: ../../enterprise/include/functions_ipam.php:1485 +#: ../../enterprise/include/functions_ipam.php:1486 +#: ../../enterprise/include/functions_ipam.php:1873 +#: ../../enterprise/tools/ipam/ipam_network.php:356 +#: ../../enterprise/tools/ipam/ipam_ajax.php:219 +#: ../../include/class/Diagnostics.class.php:728 +#: ../../include/class/Diagnostics.class.php:746 +msgid "Hostname" +msgstr "Имя хоста" + +#: ../../enterprise/include/functions_ipam.php:1485 +msgid "A -> Z" +msgstr "A -> Z" + +#: ../../enterprise/include/functions_ipam.php:1486 +msgid "Z -> A" +msgstr "Z -> A" + +#: ../../enterprise/include/functions_ipam.php:1487 +#: ../../enterprise/include/functions_ipam.php:1488 +msgid "Last check" +msgstr "Последняя проверка" + +#: ../../enterprise/include/functions_ipam.php:1487 +msgid "Newer -> Older" +msgstr "Новее->Старее" + +#: ../../enterprise/include/functions_ipam.php:1488 +msgid "Older -> Newer" +msgstr "Старше -> Новее" + +#: ../../enterprise/include/functions_ipam.php:1515 +msgid "Exact address match" +msgstr "Точное совпадение адресов" + +#: ../../enterprise/include/functions_ipam.php:1519 +msgid "S.O" +msgstr "S.O" + +#: ../../enterprise/include/functions_ipam.php:1532 +msgid "Big" +msgstr "Большой" + +#: ../../enterprise/include/functions_ipam.php:1533 +msgid "Tiny" +msgstr "Мелкий" + +#: ../../enterprise/include/functions_ipam.php:1534 +msgid "Icons style" +msgstr "Стиль иконок" + +#: ../../enterprise/include/functions_ipam.php:1551 +msgid "Show not alive hosts" +msgstr "Показать неактивные хосты" + +#: ../../enterprise/include/functions_ipam.php:1559 +msgid "Show only managed addresses" +msgstr "Показать только управляемые адреса" + +#: ../../enterprise/include/functions_ipam.php:1567 +msgid "Reserved addresses" +msgstr "Зарезервированные адреса" + +#: ../../enterprise/include/functions_ipam.php:1572 +msgid "Unreserved" +msgstr "Незарезервированные адреса" + +#: ../../enterprise/include/functions_ipam.php:1582 +msgid "Last Contact" +msgstr "Последний контакт" + +#: ../../enterprise/include/functions_ipam.php:1625 +msgid "Filter options" +msgstr "Отфильтровать варианты" + +#: ../../enterprise/include/functions_ipam.php:1815 +msgid "id Network" +msgstr "Сеть id" + +#: ../../enterprise/include/functions_ipam.php:1820 +msgid "ID recon task" +msgstr "Задача ID recon" + +#: ../../enterprise/include/functions_ipam.php:1821 +msgid "Scan Interval" +msgstr "Интервал сканирования" + +#: ../../enterprise/include/functions_ipam.php:1822 +msgid "Users Operator" +msgstr "Оператор пользователей" + +#: ../../enterprise/include/functions_ipam.php:1823 +msgid "Total Ips" +msgstr "Всего IP" + +#: ../../enterprise/include/functions_ipam.php:1824 +msgid "Last Update" +msgstr "Последнее обновлени" + +#: ../../enterprise/include/functions_ipam.php:1826 +#: ../../enterprise/tools/ipam/ipam_excel.php:119 +#: ../../enterprise/tools/ipam/ipam_excel.php:186 +msgid "Alive IPs" +msgstr "Активные IP-адреса" + +#: ../../enterprise/include/functions_ipam.php:1827 +#: ../../enterprise/tools/ipam/ipam_excel.php:120 +#: ../../enterprise/tools/ipam/ipam_excel.php:187 +msgid "Occupied %" +msgstr "Занято %" + +#: ../../enterprise/include/functions_ipam.php:1828 +#: ../../enterprise/tools/ipam/ipam_excel.php:121 +#: ../../enterprise/tools/ipam/ipam_excel.php:188 +msgid "Available %" +msgstr "Доступно %" + +#: ../../enterprise/include/functions_ipam.php:1829 +#: ../../enterprise/tools/ipam/ipam_excel.php:122 +#: ../../enterprise/tools/ipam/ipam_excel.php:189 +msgid "Managed IPs" +msgstr "Управляемые IP-адреса" + +#: ../../enterprise/include/functions_ipam.php:1830 +#: ../../enterprise/tools/ipam/ipam_excel.php:123 +#: ../../enterprise/tools/ipam/ipam_excel.php:190 +msgid "Managed %" +msgstr "Управляемые %" + +#: ../../enterprise/include/functions_ipam.php:1831 +#: ../../enterprise/tools/ipam/ipam_excel.php:124 +#: ../../enterprise/tools/ipam/ipam_excel.php:191 +msgid "Unmanaged %" +msgstr "Неуправляемые %" + +#: ../../enterprise/include/functions_ipam.php:1832 +#: ../../enterprise/tools/ipam/ipam_excel.php:125 +#: ../../enterprise/tools/ipam/ipam_excel.php:192 +msgid "Reserved IPs" +msgstr "Зарезервированные IP-адреса" + +#: ../../enterprise/include/functions_ipam.php:1833 +#: ../../enterprise/tools/ipam/ipam_excel.php:126 +#: ../../enterprise/tools/ipam/ipam_excel.php:193 +msgid "Reserved %" +msgstr "Зарезервированные %" + +#: ../../enterprise/include/functions_ipam.php:1834 +#: ../../enterprise/tools/ipam/ipam_excel.php:127 +#: ../../enterprise/tools/ipam/ipam_excel.php:194 +msgid "Not reserved %" +msgstr "Не зарезервированные %" + +#: ../../enterprise/include/functions_ipam.php:1874 +#: ../../enterprise/tools/ipam/ipam_network.php:374 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1335 +msgid "Alive" +msgstr "Активный" + +#: ../../enterprise/include/functions_ipam.php:1877 +msgid "OS Name" +msgstr "Имя ОС" + +#: ../../enterprise/include/functions_ipam.php:1880 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:417 +msgid "Created at" +msgstr "Создано в" + +#: ../../enterprise/include/functions_ipam.php:1881 +msgid "Last updated" +msgstr "Последнее обновление" + +#: ../../enterprise/include/functions_ipam.php:1882 +msgid "Last modified" +msgstr "Последнее изменение" + +#: ../../enterprise/include/functions_ipam.php:1883 +msgid "Dhcp Leased" +msgstr "Аренда Dhcp" + +#: ../../enterprise/include/functions_ipam.php:1884 +msgid "Dhcp Leased Mode" +msgstr "Dhcp Режим Аренды" + +#: ../../enterprise/include/functions_ipam.php:1885 +msgid "Dhcp Leased Expiration" +msgstr "Истечение срока действия аренды Dhcp" + +#: ../../enterprise/include/functions_ipam.php:1886 +msgid "Mac address" +msgstr "Адрес Mac" + +#: ../../enterprise/include/functions_policies.php:511 +#: ../../enterprise/include/functions_policies.php:526 +#: ../../include/functions_alerts.php:474 +msgid "copy" +msgstr "копия" + +#: ../../enterprise/include/functions_policies.php:3533 +msgid "Policy linkation" +msgstr "Политика линейности" + +#: ../../enterprise/include/functions_policies.php:3538 +msgid "Module linked" +msgstr "Модуль связан" + +#: ../../enterprise/include/functions_policies.php:3543 +#: ../../enterprise/include/functions_policies.php:3563 +msgid "Unlink from policy" +msgstr "Отсоединить от политики" + +#: ../../enterprise/include/functions_policies.php:3548 +msgid "Module unlinked" +msgstr "Модуль отсоединен" + +#: ../../enterprise/include/functions_policies.php:3553 +#: ../../enterprise/include/functions_policies.php:3573 +msgid "Relink to policy" +msgstr "Связать заново с политикой" + +#: ../../enterprise/include/functions_policies.php:3558 +msgid "Module pending to link" +msgstr "Модуль, ожидающий связи" + +#: ../../enterprise/include/functions_policies.php:3558 +#: ../../godmode/agentes/module_manager_editor.php:540 +msgid "Module will be linked in the next application" +msgstr "Модуль будет соединен в следующем приложении" + +#: ../../enterprise/include/functions_policies.php:3568 +msgid "Module pending to unlink" +msgstr "Модуль, ожидающий отсоединения" + +#: ../../enterprise/include/functions_policies.php:3568 +#: ../../godmode/agentes/module_manager_editor.php:554 +msgid "Module will be unlinked in the next application" +msgstr "Модуль будет отсоединен в следующем приложении" + +#: ../../enterprise/include/functions_policies.php:3764 +#: ../../godmode/agentes/configurar_agente.php:537 +#: ../../godmode/agentes/configurar_agente.php:751 +#: ../../godmode/setup/snmp_wizard.php:31 +msgid "SNMP Wizard" +msgstr "Master SNMP" + +#: ../../enterprise/include/functions_policies.php:3767 +#: ../../godmode/agentes/configurar_agente.php:547 +#: ../../godmode/agentes/configurar_agente.php:757 +msgid "SNMP Interfaces wizard" +msgstr "Мастер интерфейсов SNMP" + +#: ../../enterprise/include/functions_policies.php:3770 +#: ../../godmode/agentes/configurar_agente.php:557 +#: ../../godmode/agentes/configurar_agente.php:763 +msgid "WMI Wizard" +msgstr "Мастер WMI" + +#: ../../enterprise/include/functions_policies.php:4087 +msgid "Create a new policy map" +msgstr "Создать новую карту политики" + +#: ../../enterprise/include/functions_policies.php:4457 +#: ../../extensions/resource_registration.php:1064 +msgid "Error, please install the PHP libXML in the system." +msgstr "Ошибка, пожалуйста, установите PHP libXML в системе." + +#: ../../enterprise/include/functions_policies.php:4469 #, php-format -msgid "Free search: %s" -msgstr "Свободный поиск: %s" +msgid "" +"This extension makes registration of policies enterprise.
    You can get " +"more policies in our Public Resource Library" +msgstr "" +"Это расширение позволяет регистрировать политики enterprise.
    Вы можете " +"получить больше политик в нашей Библиотеке общественных " +"ресурсов." -#: ../../mobile/operation/events.php:1110 +#: ../../enterprise/include/functions_policies.php:4476 +#: ../../extensions/resource_registration.php:1085 +msgid "Group filter: " +msgstr "Фольтр группы: " + +#: ../../enterprise/include/functions_policies.php:4480 +#: ../../extensions/extension_uploader.php:89 +#: ../../extensions/resource_registration.php:1089 +#: ../../extensions/plugin_registration.php:45 +#: ../../godmode/alerts/alert_special_days.php:309 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:266 +msgid "Upload" +msgstr "Загрузить" + +#: ../../enterprise/include/functions_policies.php:4584 +#: ../../enterprise/include/functions_policies.php:5163 #, php-format -msgid "Hours: %s" -msgstr "Часы: %s" +msgid "Error connecting with node %s." +msgstr "Ошибка соединения с узлом %s." -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "Карты не определены" - -#: ../../mobile/operation/agents.php:166 +#: ../../enterprise/include/functions_policies.php:4593 +#: ../../enterprise/include/functions_policies.php:5172 #, php-format -msgid "Filter Agents by %s" -msgstr "Фильтр агентов по %s" +msgid "Policy does not exist in node %s. Error creating it." +msgstr "Политика не существует в узле %s. Ошибка при ее создании." -#: ../../mobile/operation/agents.php:333 -msgid "No agents" -msgstr "Нет агентов" +#: ../../enterprise/include/functions_policies.php:4599 +#: ../../enterprise/include/functions_policies.php:5178 +#, php-format +msgid "" +"This policy exist in node %s with other name (%s). Change the name to '%s' " +"to apply the policy." +msgstr "" +"Эта политика существует в узле %s с другим именем (%s). Измените имя на " +"'%s', чтобы применить политику." -#: ../../extensions/resource_registration.php:40 +#: ../../enterprise/include/functions_policies.php:4611 +#: ../../enterprise/include/functions_policies.php:5190 +#, php-format +msgid "This policy is being applied on node %s." +msgstr "Эта политика применяется на узле %s." + +#: ../../enterprise/include/functions_policies.php:4637 +#, php-format +msgid "Error syncronizing the agents to node %s." +msgstr "Ошибка синхронизации агентов на узле %s." + +#: ../../enterprise/include/functions_policies.php:4650 +#, php-format +msgid "Error syncronizing the groups to node %s." +msgstr "Ошибка синхронизации групп на узле %s." + +#: ../../enterprise/include/functions_policies.php:4663 +#, php-format +msgid "Error syncronizing the modules to node %s." +msgstr "Ошибка синхронизации модулей на узле %s." + +#: ../../enterprise/include/functions_policies.php:4679 +#, php-format +msgid "Error syncronizing the alerts to node %s." +msgstr "Ошибка синхронизации предупреждений на узле %s." + +#: ../../enterprise/include/functions_policies.php:4689 +#, php-format +msgid "Error syncronizing the alert actions to node %s." +msgstr "Ошибка синхронизации действий предупреждения на узле %s." + +#: ../../enterprise/include/functions_policies.php:4703 +#, php-format +msgid "Error syncronizing the inventory modules to node %s." +msgstr "Ошибка синхронизации модулей инвентаря на узле %s." + +#: ../../enterprise/include/functions_policies.php:4716 +#, php-format +msgid "Error syncronizing the plugins to node %s." +msgstr "Ошибка синхронизации плагинов на узле %s." + +#: ../../enterprise/include/functions_policies.php:4730 +#, php-format +msgid "Error syncronizing the collections to node %s." +msgstr "Ошибка синхронизации коллекций на узле %s." + +#: ../../enterprise/include/functions_policies.php:4740 +#, php-format +msgid "Error adding the queue to node %s." +msgstr "Ошибка добавления очереди на узел %s." + +#: ../../enterprise/include/functions_policies.php:5134 +msgid "This will not produce any action." +msgstr "Это не произведет никагого действия." + +#: ../../enterprise/include/functions_policies.php:5228 +msgid "Error syncronizing ." +msgstr "Ошибка синхронизации ." + +#: ../../enterprise/include/functions_local_components.php:175 +msgid "Empty configuration" +msgstr "Пустая конфигурация" + +#: ../../enterprise/include/functions_local_components.php:180 +msgid "Empty OS" +msgstr "Пустой OS" + +#: ../../enterprise/include/functions_local_components.php:342 +#: ../../include/functions_alerts.php:1154 +#: ../../include/functions_network_components.php:617 +msgid "Copy of" +msgstr "Копия" + +#: ../../enterprise/include/functions_ux_console.php:506 +#: ../../enterprise/operation/agentes/tag_view.php:868 +#: ../../enterprise/operation/agentes/tag_view.php:878 +#: ../../enterprise/operation/agentes/ux_console_view.php:102 +#: ../../enterprise/operation/agentes/ux_console_view.php:297 +#: ../../enterprise/operation/agentes/ux_console_view.php:377 +#: ../../enterprise/operation/agentes/wux_console_view.php:333 +#: ../../include/functions_ui.php:5902 +msgid "Snapshot view" +msgstr "Просмотр снимков" + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:44 +msgid "Unsucessful get module inventory data." +msgstr "Неудачное получение данных инвентаризации модуля." + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:173 +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:176 +#: ../../godmode/reporting/visual_console_builder.wizard.php:558 +#: ../../mobile/operation/agents.php:444 ../../mobile/operation/modules.php:786 +#: ../../mobile/operation/module_graph.php:475 +#: ../../mobile/operation/events.php:864 +#: ../../mobile/operation/tactical.php:237 +msgid "Loading..." +msgstr "Идёт загрузка..." + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:34 +#: ../../enterprise/operation/agentes/manage_transmap.php:39 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:98 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:304 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:378 +msgid "Transactions List" +msgstr "Список Транзакций" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:42 +#: ../../enterprise/operation/agentes/manage_transmap.php:79 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:122 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:402 +msgid "Edit Transaction" +msgstr "Редактировать Транзакцию" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:50 +msgid "Go back to phases list" +msgstr "Вернуться к списку фаз" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:56 +msgid "Transactional Map - Phase - " +msgstr "Транзакционная карта - фаза - " + +#: ../../enterprise/operation/agentes/policy_view.php:38 +msgid "This agent has no policy assigned" +msgstr "У данного агента нет назначенной политики" + +#: ../../enterprise/operation/agentes/policy_view.php:53 +#: ../../include/functions_events.php:2568 +msgid "V." +msgstr "V." + +#: ../../enterprise/operation/agentes/policy_view.php:72 +msgid "Policy outdate" +msgstr "Политика устарела" + +#: ../../enterprise/operation/agentes/policy_view.php:146 +#: ../../enterprise/operation/agentes/policy_view.php:156 +msgid "Toggle the collection table" +msgstr "Переключить коллекции таблицы" + +#: ../../enterprise/operation/agentes/policy_view.php:152 +msgid "Descripttion" +msgstr "Описание" + +#: ../../enterprise/operation/agentes/policy_view.php:160 +msgid "Show Collection" +msgstr "Показать коллекцию" + +#: ../../enterprise/operation/agentes/policy_view.php:240 +#: ../../enterprise/operation/agentes/policy_view.php:252 +msgid "Toggle the alert table" +msgstr "Переключить оповещения таблицы" + +#: ../../enterprise/operation/agentes/policy_view.php:244 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../include/ajax/alert_list.ajax.php:272 +#: ../../include/ajax/alert_list.ajax.php:297 +#: ../../operation/agentes/alerts_status.php:528 +#: ../../operation/agentes/alerts_status.php:564 +#: ../../operation/agentes/alerts_status.php:599 +#: ../../operation/agentes/alerts_status.php:632 +#: ../../operation/agentes/alerts_status.functions.php:123 +msgid "Standby" +msgstr "Режим ожидания" + +#: ../../enterprise/operation/agentes/policy_view.php:256 +msgid "Show Alert" +msgstr "Показать Оповещение" + +#: ../../enterprise/operation/agentes/policy_view.php:377 +#: ../../enterprise/operation/agentes/policy_view.php:389 +msgid "Toggle the module table" +msgstr "Переключить модуль таблицы" + +#: ../../enterprise/operation/agentes/policy_view.php:381 +msgid "Relationship" +msgstr "Взаимосвязь" + +#: ../../enterprise/operation/agentes/policy_view.php:393 +msgid "Show Modules" +msgstr "Показать модули" + +#: ../../enterprise/operation/agentes/policy_view.php:412 +msgid "(Un-adopted)" +msgstr "(Не принято)" + +#: ../../enterprise/operation/agentes/policy_view.php:415 +msgid "(Adopted)" +msgstr "(Принято)" + +#: ../../enterprise/operation/agentes/policy_view.php:420 +msgid "(Un-adopted) (Unlinked)" +msgstr "(Не принято) (Не связаны)" + +#: ../../enterprise/operation/agentes/policy_view.php:423 +msgid "(Adopted) (Unlinked)" +msgstr "(Принято) (Не связано)" + +#: ../../enterprise/operation/agentes/policy_view.php:444 +#: ../../godmode/agentes/module_manager.php:1016 +msgid "Non initialized module" +msgstr "Модуль не инициализирован" + +#: ../../enterprise/operation/agentes/policy_view.php:472 +#: ../../enterprise/operation/agentes/policy_view.php:477 +#: ../../enterprise/operation/agentes/policy_view.php:482 +#: ../../enterprise/operation/agentes/transactional_map.php:184 +#: ../../enterprise/operation/agentes/tag_view.php:984 +#: ../../enterprise/operation/agentes/tag_view.php:990 +#: ../../enterprise/operation/agentes/tag_view.php:1000 +#: ../../enterprise/operation/agentes/tag_view.php:1006 +#: ../../enterprise/operation/agentes/tag_view.php:1016 +#: ../../enterprise/operation/agentes/tag_view.php:1022 +#: ../../mobile/operation/modules.php:558 +#: ../../mobile/operation/modules.php:566 +#: ../../mobile/operation/modules.php:574 +#: ../../mobile/operation/modules.php:621 +#: ../../mobile/operation/modules.php:629 +#: ../../mobile/operation/modules.php:637 +#: ../../include/functions_modules.php:2583 +#: ../../include/functions_modules.php:2587 +#: ../../include/functions_modules.php:2591 +#: ../../operation/agentes/status_monitor.php:1543 +#: ../../operation/agentes/status_monitor.php:1549 +#: ../../operation/agentes/status_monitor.php:1559 +#: ../../operation/agentes/status_monitor.php:1565 +#: ../../operation/agentes/status_monitor.php:1575 +#: ../../operation/agentes/status_monitor.php:1581 +#: ../../operation/agentes/pandora_networkmap.view.php:344 +#: ../../operation/agentes/pandora_networkmap.view.php:349 +#: ../../operation/agentes/pandora_networkmap.view.php:354 +#: ../../operation/search_modules.php:129 +#: ../../operation/search_modules.php:137 +#: ../../operation/search_modules.php:145 +msgid "Last status" +msgstr "Последний статус" + +#: ../../enterprise/operation/agentes/transactional_map.php:49 +msgid "Transactions list" +msgstr "Список транзакций" + +#: ../../enterprise/operation/agentes/transactional_map.php:123 +msgid "Name can't be empty" +msgstr "Указание имени обязательно" + +#: ../../enterprise/operation/agentes/transactional_map.php:180 +msgid "Transaction name" +msgstr "Имя транзакции" + +#: ../../enterprise/operation/agentes/transactional_map.php:183 +msgid "Running status" +msgstr "Текущий статус" + +#: ../../enterprise/operation/agentes/transactional_map.php:185 +msgid "Time spent" +msgstr "Затрачено времени" + +#: ../../enterprise/operation/agentes/transactional_map.php:186 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:560 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:418 +#: ../../operation/servers/recon_view.php:112 +msgid "Updated at" +msgstr "Обновлено в" + +#: ../../enterprise/operation/agentes/transactional_map.php:227 +msgid "Stopped" +msgstr "Остановлено" + +#: ../../enterprise/operation/agentes/transactional_map.php:233 +msgid "Starting" +msgstr "Запуск" + +#: ../../enterprise/operation/agentes/transactional_map.php:235 +msgid "Stopping" +msgstr "Остановка" + +#: ../../enterprise/operation/agentes/transactional_map.php:361 +#: ../../godmode/menu.php:31 ../../godmode/setup/setup_ehorus.php:109 +#: ../../godmode/setup/setup_integria.php:559 +#: ../../operation/users/user_edit.php:725 +msgid "Start" +msgstr "Старт" + +#: ../../enterprise/operation/agentes/transactional_map.php:373 +msgid "Edit phases" +msgstr "Изменить фазу" + +#: ../../enterprise/operation/agentes/transactional_map.php:381 +msgid "Error in phases section" +msgstr "Ошибка в разделе фаз" + +#: ../../enterprise/operation/agentes/transactional_map.php:403 +msgid "Create Transaction" +msgstr "Создать транзакцию" + +#: ../../enterprise/operation/agentes/tag_view.php:32 +#: ../../enterprise/operation/menu.php:191 +msgid "Tag view" +msgstr "Вид Тега" + +#: ../../enterprise/operation/agentes/tag_view.php:118 +#: ../../operation/agentes/status_monitor.php:442 +msgid "Monitor status" +msgstr "Статус монитора" + +#: ../../enterprise/operation/agentes/tag_view.php:204 +#: ../../enterprise/operation/agentes/tag_view.php:206 +#: ../../operation/agentes/status_monitor.php:501 +#: ../../operation/agentes/alerts_status.functions.php:107 +msgid "Only it is show tags in use." +msgstr "Только эти показанные теги используются." + +#: ../../enterprise/operation/agentes/tag_view.php:210 +#: ../../operation/agentes/status_monitor.php:506 +#: ../../operation/agentes/alerts_status.functions.php:112 +msgid "No tags" +msgstr "Нет тегов" + +#: ../../enterprise/operation/agentes/tag_view.php:259 +#: ../../godmode/agentes/module_manager_editor_data.php:15 +#: ../../operation/agentes/status_monitor.php:565 +msgid "Data server module" +msgstr "Модуль сервера данных" + +#: ../../enterprise/operation/agentes/tag_view.php:261 +#: ../../godmode/agentes/module_manager_editor_network.php:77 +#: ../../operation/agentes/status_monitor.php:567 +msgid "Network server module" +msgstr "Сетевой сервер модуля" + +#: ../../enterprise/operation/agentes/tag_view.php:265 +#: ../../godmode/agentes/module_manager_editor_plugin.php:46 +#: ../../operation/agentes/status_monitor.php:571 +msgid "Plugin server module" +msgstr "Плагин сервисного модуля" + +#: ../../enterprise/operation/agentes/tag_view.php:269 +#: ../../godmode/agentes/module_manager_editor_wmi.php:33 +#: ../../operation/agentes/status_monitor.php:575 +msgid "WMI server module" +msgstr "Серверный модуль WMI" + +#: ../../enterprise/operation/agentes/tag_view.php:273 +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +#: ../../operation/agentes/status_monitor.php:579 +msgid "Prediction server module" +msgstr "Предварительная подготовка сервера модуля" + +#: ../../enterprise/operation/agentes/tag_view.php:280 +#: ../../enterprise/operation/agentes/tag_view.php:664 +#: ../../godmode/agentes/status_monitor_custom_fields.php:89 +#: ../../godmode/agentes/status_monitor_custom_fields.php:146 +#: ../../operation/agentes/status_monitor.php:590 +#: ../../operation/agentes/status_monitor.php:1235 +msgid "Server type" +msgstr "Тип сервера" + +#: ../../enterprise/operation/agentes/tag_view.php:286 +#: ../../godmode/agentes/modificar_agente.php:288 +#: ../../operation/agentes/status_monitor.php:596 +msgid "Only enabled" +msgstr "Только включенные" + +#: ../../enterprise/operation/agentes/tag_view.php:287 +#: ../../godmode/agentes/modificar_agente.php:287 +#: ../../operation/agentes/status_monitor.php:597 +msgid "Only disabled" +msgstr "Только выключенные" + +#: ../../enterprise/operation/agentes/tag_view.php:290 +#: ../../operation/agentes/status_monitor.php:600 +msgid "Show monitors..." +msgstr "Показать Приборы контроля..." + +#: ../../enterprise/operation/agentes/tag_view.php:300 +#: ../../enterprise/operation/agentes/tag_view.php:663 +#: ../../godmode/agentes/status_monitor_custom_fields.php:81 +#: ../../godmode/agentes/status_monitor_custom_fields.php:144 +#: ../../operation/agentes/status_monitor.php:611 +msgid "Data type" +msgstr "Тип данных" + +#: ../../enterprise/operation/agentes/tag_view.php:428 +#: ../../operation/agentes/agent_fields.php:37 +#: ../../operation/agentes/status_monitor.php:774 +msgid "Agent custom fields" +msgstr "Поля пользовательского агента" + +#: ../../enterprise/operation/agentes/tag_view.php:586 +#: ../../include/functions_treeview.php:675 +#: ../../operation/agentes/estado_agente.php:717 +#: ../../operation/agentes/estado_generalagente.php:350 +#: ../../operation/gis_maps/ajax.php:360 ../../operation/gis_maps/ajax.php:477 +msgid "Remote" +msgstr "Удалённый вход" + +#: ../../enterprise/operation/agentes/tag_view.php:631 +#: ../../operation/agentes/estado_agente.php:870 +msgid "Remote config" +msgstr "Дистанционное конфигурирование" + +#: ../../enterprise/operation/agentes/tag_view.php:666 +#: ../../enterprise/operation/services/services.service.php:201 +#: ../../enterprise/operation/services/services.list.php:516 +#: ../../extensions/realtime_graphs.php:145 +#: ../../godmode/agentes/status_monitor_custom_fields.php:105 +#: ../../godmode/agentes/status_monitor_custom_fields.php:150 +#: ../../include/functions_visual_map_editor.php:58 +#: ../../include/ajax/module.php:983 +#: ../../include/class/NetworkMap.class.php:2934 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:303 +#: ../../include/functions_events.php:4484 +#: ../../operation/agentes/status_monitor.php:1258 +#: ../../operation/search_modules.php:36 +msgid "Graph" +msgstr "График" + +#: ../../enterprise/operation/agentes/tag_view.php:667 +#: ../../godmode/agentes/status_monitor_custom_fields.php:109 +#: ../../godmode/agentes/status_monitor_custom_fields.php:151 +#: ../../godmode/agentes/module_manager.php:794 +#: ../../operation/agentes/status_monitor.php:1263 +msgid "Warn" +msgstr "Предупреждение" + +#: ../../enterprise/operation/agentes/tag_view.php:930 +#: ../../mobile/operation/modules.php:529 +#: ../../mobile/operation/modules.php:592 +#: ../../include/functions_modules.php:2568 +#: ../../include/functions_modules.php:3556 +#: ../../include/functions_events.php:60 +#: ../../operation/agentes/status_monitor.php:1461 +#: ../../operation/search_modules.php:96 ../../operation/events/events.php:1980 +msgid "NOT INIT" +msgstr "НЕ ИНИЦ" + +#: ../../enterprise/operation/agentes/tag_view.php:1070 +#: ../../include/functions_reporting.php:11349 +#: ../../include/functions_reporting.php:11358 +#, php-format +msgid "%d Total modules" +msgstr "%d общее число модулей" + +#: ../../enterprise/operation/agentes/tag_view.php:1071 +#: ../../include/functions_reporting.php:11350 +#, php-format +msgid "%d Modules in normal status" +msgstr "%d Модули в нормальном статусе" + +#: ../../enterprise/operation/agentes/tag_view.php:1072 +#: ../../include/functions_reporting.php:11351 +#, php-format +msgid "%d Modules in critical status" +msgstr "%d Модули в критическом статусе" + +#: ../../enterprise/operation/agentes/tag_view.php:1073 +#: ../../include/functions_reporting.php:11352 +#, php-format +msgid "%d Modules in warning status" +msgstr "%d Модули в опасном состоянии" + +#: ../../enterprise/operation/agentes/tag_view.php:1074 +#: ../../include/functions_reporting.php:11353 +#, php-format +msgid "%d Modules in unknown status" +msgstr "%d Модули в неизвестном статусе" + +#: ../../enterprise/operation/agentes/tag_view.php:1075 +#: ../../include/functions_reporting.php:11354 +#, php-format +msgid "%d Modules in not init status" +msgstr "%d Модули в статусе не инициализировано" + +#: ../../enterprise/operation/agentes/manage_transmap.php:67 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:110 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:390 +msgid "Edit main data" +msgstr "Редактировать основные данные" + +#: ../../enterprise/operation/agentes/manage_transmap.php:92 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:135 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:415 +msgid "View Transaction" +msgstr "Посмотреть Транзакцию" + +#: ../../enterprise/operation/agentes/manage_transmap.php:136 +msgid "Return to windowed mode" +msgstr "Возврат в режим окна" + +#: ../../enterprise/operation/agentes/manage_transmap.php:145 +msgid "Transactional Map - " +msgstr "Транзакционная карта - " + +#: ../../enterprise/operation/agentes/manage_transmap.php:154 +msgid "Transaction not found" +msgstr "Транзакция не найдена" + +#: ../../enterprise/operation/agentes/manage_transmap.php:157 +msgid "Master lock file not found (No data to show)" +msgstr "Файл главного замка не найден (Нет данных для отображения)" + +#: ../../enterprise/operation/agentes/manage_transmap.php:160 +msgid "Transaction is stopped" +msgstr "Транзакция остановлена" + +#: ../../enterprise/operation/agentes/manage_transmap.php:163 +msgid "Error, please check the transaction phases" +msgstr "Ошибка, пожалуйста, проверьте фазы транзакции" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:95 +#: ../../operation/agentes/pandora_networkmap.editor.php:315 +msgid "Position X" +msgstr "Позиция X" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:97 +#: ../../operation/agentes/pandora_networkmap.editor.php:317 +msgid "Position Y" +msgstr "Позиция Y" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:100 +#: ../../operation/agentes/pandora_networkmap.editor.php:320 +msgid "Zoom scale" +msgstr "Масштаб" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:102 +#: ../../operation/agentes/pandora_networkmap.editor.php:325 +msgid "" +"Introduce zoom level. 1 = Highest resolution. Figures may include decimals" +msgstr "" +"Ввести уровень масштабирования. 1 = Наибольшее разрешение. Цифры могут " +"включать десятичные числа" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:105 +#: ../../include/functions_groups.php:107 +#: ../../operation/agentes/pandora_networkmap.editor.php:328 +msgid "Discovery task" +msgstr "Задачи Discovery" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:105 +#: ../../operation/agentes/pandora_networkmap.editor.php:328 +msgid "CIDR IP mask" +msgstr "IP-маска CIDR" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:132 +#: ../../operation/agentes/pandora_networkmap.editor.php:330 +msgid "Source from recon task" +msgstr "Источник из recon задачи" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:134 +#: ../../operation/agentes/pandora_networkmap.editor.php:332 +msgid "" +"It is setted any recon task, the nodes get from the recontask IP mask " +"instead from the group." +msgstr "" +"При установке любой задачи recon, узлы получают от recontask IP маску вместо " +"группы." + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:150 +#: ../../operation/agentes/pandora_networkmap.editor.php:349 +msgid "Show only the task with the recon script \"SNMP L2 Recon\"." +msgstr "Покажите только задание со скриптом recon \"SNMP L2 Recon\"." + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:154 +#: ../../operation/agentes/pandora_networkmap.editor.php:353 +msgid "Source from CIDR IP mask" +msgstr "Источник из CIDR IP-маска" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:166 +#: ../../operation/agentes/pandora_networkmap.editor.php:378 +msgid "Don't show subgroups:" +msgstr "Не показывать подгруппы:" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:200 +#: ../../operation/agentes/pandora_networkmap.editor.php:396 +msgid "Method generation networkmap" +msgstr "Метод формирования карты сети" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:216 +#: ../../operation/agentes/pandora_networkmap.editor.php:417 +msgid "Separation between nodes. By default 0.25" +msgstr "Разделение между узлами. По умолчанию 0,25" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:218 +#: ../../operation/agentes/pandora_networkmap.editor.php:419 +msgid "Rank separation" +msgstr "Разделение по рангам" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:219 +#: ../../operation/agentes/pandora_networkmap.editor.php:420 +msgid "" +"Only flat and radial. Separation between arrows. By default 0.5 in flat and " +"1.0 in radial" +msgstr "" +"Только плоские и радиальные. Разделение между стрелками. По умолчанию 0,5 " +"для плоских и 1,0 для радиальных" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:221 +#: ../../operation/agentes/pandora_networkmap.editor.php:422 +msgid "Min nodes dist" +msgstr "Мин расстояние между узлами" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:222 +#: ../../operation/agentes/pandora_networkmap.editor.php:423 +msgid "Only circular. Minimum separation between all nodes. By default 1.0" +msgstr "" +"Только круговые. Минимальное расстояние между всеми узлами. По умолчанию 1,0" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:224 +#: ../../operation/agentes/pandora_networkmap.editor.php:425 +msgid "Default ideal node separation" +msgstr "Идеальное разделение узлов по умолчанию" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:225 +#: ../../operation/agentes/pandora_networkmap.editor.php:426 +msgid "Only fdp. Default ideal node separation in the layout. By default 0.3" +msgstr "" +"Только fdp. По умолчанию идеальное разделение узлов в макете. По умолчанию " +"0,3" + +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:1204 +#: ../../include/functions_treeview.php:885 +#: ../../operation/agentes/estado_generalagente.php:707 +msgid "Interface traffic" +msgstr "Интерфейсный трафик" + +#: ../../enterprise/operation/agentes/ver_agente.php:69 +#: ../../operation/agentes/ver_agente.php:945 +msgid "Main IP" +msgstr "Главний IP" + +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../include/functions_events.php:4404 +#: ../../operation/agentes/ver_agente.php:957 +msgid "Last remote contact" +msgstr "Последнее подключение" + +#: ../../enterprise/operation/agentes/ver_agente.php:119 +#: ../../operation/agentes/ver_agente.php:1002 +msgid "Monitors down" +msgstr "Приборы контроля выключны" + +#: ../../enterprise/operation/agentes/ver_agente.php:161 +#: ../../mobile/operation/groups.php:164 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:576 +#: ../../operation/agentes/ver_agente.php:1043 +msgid "Alerts fired" +msgstr "Угрозы снятия" + +#: ../../enterprise/operation/agentes/ver_agente.php:255 +msgid "URL Route Analyzer" +msgstr "Анализатор маршрутов URL" + +#: ../../enterprise/operation/agentes/ver_agente.php:271 +msgid "UX Console" +msgstr "UX-консоль" + +#: ../../enterprise/operation/agentes/ver_agente.php:287 +msgid "WUX Console" +msgstr "WUX консоль" + +#: ../../enterprise/operation/agentes/collection_view.php:53 +msgid "No collection assigned to this agent" +msgstr "Нет коллекции, назначенной для этого агент" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:46 +msgid "Please, reset the transaction" +msgstr "Пожалуйста, перезапустите транзакцию" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:85 +msgid "Successfully data updated" +msgstr "Успешное обновление данных" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:86 +msgid "Could not be data updated" +msgstr "Не удалось обновить данные" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:142 +msgid "Transactional Map - Create Phase - " +msgstr "Транзакционная карта - создать фазу - " + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:157 +msgid "Index" +msgstr "Индекс" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:160 +msgid "Dependencies" +msgstr "Зависимости" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:161 +msgid "Enables" +msgstr "Активный" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:226 +msgid "Not valid dependencies field" +msgstr "Недействительное поле зависимостей" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:232 +msgid "Not valid enables field" +msgstr "Недействительное поле активации" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:311 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:423 +msgid "Transactional Map - Create Transaction" +msgstr "Транзакционная карта - Создать транзакцию" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:328 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:444 +msgid "Loop interval" +msgstr "Интервал петли" + +#: ../../enterprise/operation/agentes/url_route_analyzer.php:39 +msgid "No agent selected" +msgstr "Агент не выбран" + +#: ../../enterprise/operation/agentes/url_route_analyzer.php:42 +msgid "Route not found" +msgstr "Маршрут не найден" + +#: ../../enterprise/operation/agentes/agent_inventory.php:61 +msgid "This agent has not modules inventory" +msgstr "У этого агента нет модулей инвентаризации" + +#: ../../enterprise/operation/agentes/agent_inventory.php:162 +#: ../../enterprise/operation/agentes/agent_inventory.php:163 +msgid "Diff view" +msgstr "Вид Diff" + +#: ../../enterprise/operation/agentes/ux_console_view.php:43 +msgid "No ux transaction selected." +msgstr "Транзакция ux не выбрана." + +#: ../../enterprise/operation/agentes/ux_console_view.php:124 +msgid "No ux transactions found." +msgstr "Транзакция ux не найдена." + +#: ../../enterprise/operation/agentes/ux_console_view.php:133 +#: ../../enterprise/operation/agentes/wux_console_view.php:235 +msgid "Transaction" +msgstr "Транзакция" + +#: ../../enterprise/operation/agentes/ux_console_view.php:142 +#: ../../enterprise/operation/agentes/wux_console_view.php:260 +msgid "Show transaction" +msgstr "Показать транзакцию" + +#: ../../enterprise/operation/agentes/ux_console_view.php:168 +msgid "Execution results for transaction " +msgstr "Результаты выполнения для транзакции " + +#: ../../enterprise/operation/agentes/ux_console_view.php:266 +#: ../../enterprise/operation/agentes/wux_console_view.php:313 +msgid "Global results" +msgstr "Глобальные результаты" + +#: ../../enterprise/operation/agentes/ux_console_view.php:332 +#: ../../enterprise/operation/agentes/wux_console_view.php:551 +msgid "Transaction history" +msgstr "История транзакций" + +#: ../../enterprise/operation/agentes/wux_console_view.php:75 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:320 +msgid "No wux transaction selected." +msgstr "Транзакция wux не выбрана." + +#: ../../enterprise/operation/agentes/wux_console_view.php:149 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:398 +msgid "Phase modules not found" +msgstr "Фазовые модули не найдены" + +#: ../../enterprise/operation/agentes/wux_console_view.php:211 +msgid "Selected transaction has no stats" +msgstr "Выбранная транзакция не имеет статистики" + +#: ../../enterprise/operation/agentes/wux_console_view.php:224 +msgid "No WUX transactions found." +msgstr "Транзакции WUX не найдены." + +#: ../../enterprise/operation/agentes/wux_console_view.php:338 +msgid "Failed: " +msgstr "Не удалось: " + +#: ../../enterprise/operation/agentes/wux_console_view.php:338 +#: ../../enterprise/operation/agentes/wux_console_view.php:359 +#: ../../godmode/setup/performance.php:185 +#: ../../godmode/setup/performance.php:240 ../../general/logon_ok.php:189 +msgid "ago" +msgstr "назад" + +#: ../../enterprise/operation/agentes/wux_console_view.php:350 +#: ../../enterprise/operation/agentes/wux_console_view.php:354 +#: ../../include/functions_alerts.php:678 +msgid "Unknown status" +msgstr "Неизвестный статус" + +#: ../../enterprise/operation/agentes/wux_console_view.php:359 +msgid "Success: " +msgstr "Успешно: " + +#: ../../enterprise/operation/agentes/wux_console_view.php:365 +msgid "Total transaction time: " +msgstr "Общее время транзакции: " + +#: ../../enterprise/operation/agentes/wux_console_view.php:379 +#, php-format +msgid "Execution results for transaction %s" +msgstr "Результаты выполнения для транзакции %s" + +#: ../../enterprise/operation/agentes/wux_console_view.php:508 +msgid "View all stats" +msgstr "Просмотреть всю статистику" + +#: ../../enterprise/operation/agentes/wux_console_view.php:576 +#: ../../include/functions_events.php:7096 +#: ../../operation/snmpconsole/snmp_view.php:1065 +#: ../../operation/snmpconsole/snmp_view.php:1066 ../../operation/menu.php:233 +#: ../../operation/events/events.php:1838 +#: ../../operation/events/events.php:2004 +#: ../../operation/events/events.build_table.php:836 +msgid "Show more" +msgstr "Показать подробнее" + +#: ../../enterprise/operation/agentes/wux_console_view.php:592 +msgid "Invalid transaction." +msgstr "Неверная транзакция." + +#: ../../enterprise/operation/log/elasticsearch_interface.php:35 +#: ../../enterprise/operation/log/log_viewer.php:387 +#: ../../enterprise/operation/menu.php:202 +msgid "Elasticsearch Interface" +msgstr "Интерфейс Elasticsearch" + +#: ../../enterprise/operation/log/elasticsearch_interface.php:39 +msgid "" +"This is a view to interface with Elasticsearch directly from WEB console. \n" +"Please note that you can damage your Elasticsearch if you don`t know exactly " +"what are you are doing. \n" +"This view is intended to be used only by users with a knowledge of " +"Elasticsearch" +msgstr "" +"Это просмотр интерфейса ElasticSearch непосредственно из WEB-консоли. \n" +"Обратите внимание, что это может привести к сбою ElasticSearch, если вы не " +"знаете точно, что делаете. \n" +"Это представление предназначено для тех пользователей, которые хорошо знают " +"ElasticSearch" + +#: ../../enterprise/operation/log/log_viewer.php:398 +#: ../../enterprise/operation/log/log_viewer.php:413 +#: ../../enterprise/operation/log/log_viewer.php:422 +msgid "Log sources" +msgstr "Источники журнала" + +#: ../../enterprise/operation/log/log_viewer.php:464 +msgid "All words" +msgstr "Все слова" + +#: ../../enterprise/operation/log/log_viewer.php:465 +msgid "Any word" +msgstr "Любое слово" + +#: ../../enterprise/operation/log/log_viewer.php:468 +msgid "Search mode" +msgstr "Режим поиска" + +#: ../../enterprise/operation/log/log_viewer.php:515 +msgid "Full context" +msgstr "Полный контекст" + +#: ../../enterprise/operation/log/log_viewer.php:538 +#: ../../operation/network/network_report.php:102 +#: ../../operation/network/network_usage_map.php:75 +#: ../../operation/netflow/nf_live_view.php:263 +msgid "Start date" +msgstr "Дата начала" + +#: ../../enterprise/operation/log/log_viewer.php:562 +#: ../../operation/agentes/exportdata.php:346 +#: ../../operation/network/network_report.php:126 +#: ../../operation/network/network_usage_map.php:99 +#: ../../operation/netflow/nf_live_view.php:287 +msgid "End date" +msgstr "Дата окончания" + +#: ../../enterprise/operation/log/log_viewer.php:647 +#: ../../enterprise/operation/log/log_viewer.php:648 +msgid "Edit sources" +msgstr "Редактировать источники" + +#: ../../enterprise/operation/log/log_viewer.php:691 +msgid "Show log entries" +msgstr "Показать записи журнала" + +#: ../../enterprise/operation/log/log_viewer.php:692 +msgid "Graph log results" +msgstr "Графический журнал результатов" + +#: ../../enterprise/operation/log/log_viewer.php:694 +msgid "Display mode" +msgstr "Режим просмотра" + +#: ../../enterprise/operation/log/log_viewer.php:707 +msgid "Use capture model" +msgstr "Используйте модель захвата" + +#: ../../enterprise/operation/log/log_viewer.php:730 +msgid "Create new model" +msgstr "Создание новой модели" + +#: ../../enterprise/operation/log/log_viewer.php:734 +#: ../../godmode/reporting/graph_builder.main.php:220 +msgid "Horizontal bars" +msgstr "Горизонтальные планки" + +#: ../../enterprise/operation/log/log_viewer.php:735 +#: ../../godmode/reporting/graph_builder.main.php:221 +msgid "Vertical bars" +msgstr "Вертикальные планки" + +#: ../../enterprise/operation/log/log_viewer.php:737 +msgid "Graph type" +msgstr "Тип графика" + +#: ../../enterprise/operation/log/log_viewer.php:752 +msgid "Advanced options " +msgstr "Дополнительные параметры " + +#: ../../enterprise/operation/log/log_viewer.php:865 +msgid "" +"The maximum limit of rows has been exceeded. Please enter an email to send " +"the csv file" +msgstr "" +"Превышен максимальный лимит строк. Пожалуйста, введите адрес электронной " +"почты для отправки файла csv" + +#: ../../enterprise/operation/log/log_viewer.php:867 +msgid "e-mail address" +msgstr "e-mail адрес" + +#: ../../enterprise/operation/log/log_viewer.php:870 +msgid "" +"WARNING: If your email size exceeds your mail attachment size limit, the " +"file will be saved in the local attachment folder." +msgstr "" +"ВНИМАНИЕ: Если размер вашего письма превышает лимит размера почтового " +"вложения, файл будет сохранен в локальной папке вложений." + +#: ../../enterprise/operation/log/log_viewer.php:988 +msgid "The start date cannot be greater than the end date" +msgstr "Дата начала не может быть больше даты окончания" + +#: ../../enterprise/operation/log/log_viewer.php:1416 +msgid "Add new capture model" +msgstr "Добавить новую модель захвата" + +#: ../../enterprise/operation/log/log_viewer.php:1419 +msgid "Edit capture model" +msgstr "Редактировать модель захвата" + +#: ../../enterprise/operation/log/log_viewer.php:1503 +msgid "Error create new model" +msgstr "Ошибка при создании новой модели" + +#: ../../enterprise/operation/log/log_viewer.php:1530 +msgid "Error delete model" +msgstr "Ошибка удаления модели" + +#: ../../enterprise/operation/log/log_viewer.php:1576 +msgid "Error update model" +msgstr "Ошибка обновления модели" + +#: ../../enterprise/operation/menu.php:32 +msgid "Cluster View" +msgstr "Просмотр кластера" + +#: ../../enterprise/operation/menu.php:61 +#: ../../operation/agentes/ver_agente.php:1580 +#: ../../operation/agentes/ver_agente.php:1775 +msgid "SAP view" +msgstr "Просмотр SAP" + +#: ../../enterprise/operation/menu.php:143 +msgid "Transactional map" +msgstr "Транзакционная карта" + +#: ../../enterprise/operation/menu.php:160 +msgid "Custom SQL" +msgstr "Пользовательские SQL" + +#: ../../enterprise/operation/inventory/inventory.php:258 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1776 +msgid "Last" +msgstr "Последний" + +#: ../../enterprise/operation/inventory/inventory.php:261 +msgid "Order by agent" +msgstr "Заказать по агенту" + +#: ../../enterprise/operation/inventory/inventory.php:302 +msgid "Export this list to CSV" +msgstr "Экспорт этого списка в CSV" + +#: ../../enterprise/operation/services/services.service.php:144 +#: ../../enterprise/operation/services/services.service_map.php:135 +#: ../../include/lib/Dashboard/Widgets/service_map.php:192 +msgid "Service Map" +msgstr "Карта обслуживания" + +#: ../../enterprise/operation/services/services.service.php:160 +msgid "No Services" +msgstr "Нет Сервисов" + +#: ../../enterprise/operation/services/services.service.php:204 +#: ../../enterprise/operation/services/services.list.php:517 +#: ../../enterprise/tools/ipam/ipam_list.php:161 +#: ../../extensions/agents_modules.php:305 +#: ../../operation/agentes/group_view.php:61 +#: ../../operation/agentes/tactical.php:45 +msgid "Last update" +msgstr "Последнее обновление" + +#: ../../enterprise/operation/services/services.service.php:274 +#: ../../enterprise/operation/services/services.list.php:588 +msgid "SLA graph" +msgstr "График SLA" + +#: ../../enterprise/operation/services/services.service.php:298 +msgid "List of elements" +msgstr "Список элементов" + +#: ../../enterprise/operation/services/services.service_map.php:158 +#: ../../extensions/agents_modules.php:868 +#: ../../extensions/module_groups.php:376 +#: ../../godmode/snmpconsole/snmp_alert.php:1536 +#: ../../include/functions_reporting_html.php:1809 +#: ../../operation/snmpconsole/snmp_view.php:1279 +msgid "Legend" +msgstr "Легенда" + +#: ../../enterprise/operation/services/services.treeview_services.php:75 +#: ../../enterprise/operation/services/services.list.php:77 +#: ../../enterprise/operation/services/services.table_services.php:52 +msgid "Service table view" +msgstr "Просмотр таблицы сервисов" + +#: ../../enterprise/operation/services/services.treeview_services.php:88 +#: ../../enterprise/operation/services/services.list.php:89 +#: ../../enterprise/operation/services/services.table_services.php:64 +msgid "Service tree view" +msgstr "Просмотр дерева сервисов" + +#: ../../enterprise/operation/services/services.treeview_services.php:139 +#: ../../enterprise/operation/services/services.list.php:294 +#: ../../enterprise/operation/services/services.table_services.php:246 +msgid "Show only favourites" +msgstr "Показывать только избранное" + +#: ../../enterprise/operation/services/services.treeview_services.php:179 +#: ../../enterprise/operation/services/services.list.php:457 +#: ../../enterprise/operation/services/services.list.php:463 +#: ../../enterprise/operation/services/services.table_services.php:399 +#: ../../enterprise/operation/services/services.table_services.php:405 +msgid "No services defined." +msgstr "Услуги не определены." + +#: ../../enterprise/operation/services/services.treeview_services.php:204 +#: ../../enterprise/operation/services/services.list.php:681 +#: ../../enterprise/operation/services/services.table_services.php:490 +msgid "Create Service" +msgstr "Создать сервис" + +#: ../../enterprise/operation/services/services.treeview_services.php:270 +#: ../../godmode/groups/group_list.php:968 +msgid "Found groups" +msgstr "Найденные группы" + +#: ../../enterprise/operation/services/services.treeview_services.php:364 +#: ../../operation/tree.php:479 ../../operation/agentes/status_monitor.php:1895 +#: ../../operation/agentes/estado_monitores.php:421 +msgid "Module: " +msgstr "Модуль: " + +#: ../../enterprise/operation/services/services.list.php:123 +msgid "Service deleted successfully" +msgstr "Сервис удален успешно" + +#: ../../enterprise/operation/services/services.list.php:124 +#, php-format +msgid "Error deleting service %s" +msgstr "Ошибка при удалении сервиса %s" + +#: ../../enterprise/operation/services/services.list.php:132 +msgid "Service forced successfully" +msgstr "Сервис успешно принужден к работе" + +#: ../../enterprise/operation/services/services.list.php:133 +msgid "Error service forced" +msgstr "Ошибка принудительной работы сервиса" + +#: ../../enterprise/operation/services/services.list.php:308 +#: ../../enterprise/operation/services/services.table_services.php:260 +msgid "Show only root services" +msgstr "Показывать только корневые службы" + +#: ../../enterprise/operation/services/services.list.php:592 +msgid "Status graph" +msgstr "График статуса" + +#: ../../enterprise/operation/services/services.list.php:627 +#: ../../operation/agentes/pandora_networkmap.php:799 +msgid "Config" +msgstr "Конфигурация" + +#: ../../enterprise/operation/reporting/custom_reporting.php:90 +#: ../../enterprise/operation/reporting/custom_reporting.php:164 +msgid "Send by email" +msgstr "Отправить по e-mail" + +#: ../../enterprise/operation/reporting/custom_reporting.php:101 +msgid "ID Report" +msgstr "Отчет об идентификации" + +#: ../../enterprise/operation/reporting/custom_reporting.php:200 +msgid "Send by email " +msgstr "Отправить по e-mail " + +#: ../../enterprise/tools/ipam/ipam.php:46 ../../extensions/files_repo.php:119 +#: ../../extensions/files_repo.php:207 +msgid "Operation view" +msgstr "Операционный Вид" + +#: ../../enterprise/tools/ipam/ipam.php:72 +msgid "Subnetworks calculator" +msgstr "Калькулятор подсетей" + +#: ../../enterprise/tools/ipam/ipam.php:90 +msgid "Vlan config" +msgstr "Конфигурация Vlan" + +#: ../../enterprise/tools/ipam/ipam.php:108 +msgid "Vlan wizard" +msgstr "Помощник Vlan" + +#: ../../enterprise/tools/ipam/ipam.php:133 +msgid "Vlan statistics" +msgstr "Статистика Vlan" + +#: ../../enterprise/tools/ipam/ipam.php:153 +msgid "Supernet config" +msgstr "Конфигурация суперсети" + +#: ../../enterprise/tools/ipam/ipam.php:174 +msgid "Supernet statistics" +msgstr "Статистика суперсети" + +#: ../../enterprise/tools/ipam/ipam.php:194 +msgid "Supernet map" +msgstr "Карта суперсети" + +#: ../../enterprise/tools/ipam/ipam.php:217 +#: ../../enterprise/tools/ipam/ipam_list.php:206 +msgid "Manage addresses" +msgstr "Управлять адресами" + +#: ../../enterprise/tools/ipam/ipam.php:257 +#: ../../enterprise/tools/ipam/ipam_list.php:215 +msgid "Addresses view" +msgstr "Просмотр адресов" + +#: ../../enterprise/tools/ipam/ipam_network.php:123 +msgid "No addresses found on this network" +msgstr "В этой сети не найдено ни одного адреса" + +#: ../../enterprise/tools/ipam/ipam_network.php:274 +msgid "Edit address" +msgstr "Изменить адрес" + +#: ../../enterprise/tools/ipam/ipam_network.php:287 +msgid "Disabled address" +msgstr "Отключенный адрес" + +#: ../../enterprise/tools/ipam/ipam_network.php:287 +msgid "This address will not be updated by the server" +msgstr "Этот адрес не будет обновляться сервером" + +#: ../../enterprise/tools/ipam/ipam_network.php:383 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1340 +msgid "Not alive" +msgstr "Не активный" + +#: ../../enterprise/tools/ipam/ipam_network.php:414 +#: ../../enterprise/tools/ipam/ipam_network.php:493 +#: ../../enterprise/tools/ipam/ipam_network.php:535 +msgid "Change to automatic mode" +msgstr "Перевести в автоматический режим" + +#: ../../enterprise/tools/ipam/ipam_network.php:423 +#: ../../enterprise/tools/ipam/ipam_network.php:502 +#: ../../enterprise/tools/ipam/ipam_network.php:544 +msgid "Change to manual mode" +msgstr "Перевести в ручной режим" + +#: ../../enterprise/tools/ipam/ipam_network.php:623 +msgid "Add comments" +msgstr "Добавить комментарии" + +#: ../../enterprise/tools/ipam/ipam_network.php:651 +msgid "Update agent address" +msgstr "Обновление адреса агента" + +#: ../../enterprise/tools/ipam/ipam_network.php:817 +msgid "Please, uncheck auto option to set manual agent." +msgstr "" +"Пожалуйста, снимите флажок auto с опции, чтобы установить ручной агент." + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:48 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:95 +msgid "There is no supernet name. Please introduce a name" +msgstr "Имени суперсети не существует. Пожалуйста, введите имя" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:52 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:99 +msgid "There is no supernet address. Please introduce a address" +msgstr "Не существует адреса суперсети. Пожалуйста, введите адрес" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:56 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:103 +msgid "There is no supernet mask. Please introduce a mask" +msgstr "Не существует супермаски. Пожалуйста, введите маску" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:60 +msgid "There is no valid address. Please introduce a address" +msgstr "Нет действующего адреса. Пожалуйста, введите адрес" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:64 +msgid "There is no valid mask. Please introduce a mask" +msgstr "Нет действующей маски. Пожалуйста, введите маску" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:78 +msgid "Supernet created" +msgstr "Суперсеть создана" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:80 +msgid "Supernet not created" +msgstr "Суперсеть не создана" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:84 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:129 +msgid "Supernet name exists in bbdd, please select other name" +msgstr "" +"Имя суперсети существует в базах данных, пожалуйста, выберите другое имя" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:123 +msgid "Supernet updated" +msgstr "Суперсеть обновлена" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:125 +msgid "Supernet not updated" +msgstr "Суперсеть не обновлена" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:150 +msgid "Could not be deleted, please select supernet" +msgstr "Не удалось удалить, пожалуйста, выберите суперсеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:179 +msgid "Network name cannot be repeated in this supernet" +msgstr "Имя сети не может повторяться в этой суперсети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:186 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:151 +msgid "Successfully added networks" +msgstr "Успешно добавлены сети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:190 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:155 +msgid "Network could not be added" +msgstr "Не удалось добавить сеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:195 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:160 +msgid "Network name could not be added, please select network" +msgstr "Имя сети не удалось добавить, пожалуйста, выберите сеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:200 +msgid "supernet name could not be added, please select supernet" +msgstr "имя суперсети не удалось добавить, пожалуйста, выберите суперсеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:224 +msgid "Could not be deleted, please select supernet and network" +msgstr "Не удалось удалить, пожалуйста, выберите суперсеть и сеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:288 +#: ../../enterprise/tools/ipam/ipam_excel.php:116 +#: ../../enterprise/tools/ipam/ipam_calculator.php:84 +msgid "Mask" +msgstr "Маска" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:302 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:370 +#: ../../enterprise/tools/ipam/ipam_excel.php:117 +msgid "Subneting Mask" +msgstr "Маска подсети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:338 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:459 +msgid "Update Supernet" +msgstr "Обновление Суперсети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:345 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:543 +msgid "New Supernet" +msgstr "Новая Суперсеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:368 +msgid "Address / Masks" +msgstr "Адрес / Маски" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:371 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:273 +msgid "Networks" +msgstr "Сети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:388 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:452 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:285 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:342 +msgid "Not assigned networks" +msgstr "Не назначенные сети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:445 +msgid "Delete network to supernet" +msgstr "Удаление сети из суперсети" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:466 +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:486 +msgid "Add network to supernet" +msgstr "Добавить сеть в суперсеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:469 +msgid "Next network" +msgstr "Следующая сеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:500 +msgid "Delete Supernet" +msgstr "Удалить Суперсеть" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:522 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:397 +#: ../../include/functions_visual_map_editor.php:793 +#: ../../include/rest-api/models/VisualConsole/Items/Group.php:558 +msgid "Show statistics" +msgstr "Показать статистику" + +#: ../../enterprise/tools/ipam/ipam_supernet_config.php:536 +msgid "No Supernet found" +msgstr "Суперсеть не найдена" + +#: ../../enterprise/tools/ipam/ipam_list.php:109 +msgid "No networks found" +msgstr "Сети не найдены" + +#: ../../enterprise/tools/ipam/ipam_list.php:155 +msgid "IPs" +msgstr "IP-адреса" + +#: ../../enterprise/tools/ipam/ipam_list.php:229 +msgid "Edit network" +msgstr "Редактирование сети" + +#: ../../enterprise/tools/ipam/ipam_list.php:240 +msgid "Delete network" +msgstr "Удалить сеть" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:53 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:410 +msgid "Interfaces" +msgstr "Интерфейсы" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:58 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:62 +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:67 +#: ../../enterprise/tools/ipam/ipam_vlan_network.php:38 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:221 +msgid "Vlan" +msgstr "Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:58 +msgid "succesfully created" +msgstr "создано успешно" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:62 +msgid "not created" +msgstr "не создано" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:67 +msgid "exists in bbdd, please select other name" +msgstr "существует в базе данных, пожалуйста, выберите другое название" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:72 +msgid "please, select VLAN to be created" +msgstr "пожалуйста, выберите VLAN, которую необходимо создать" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:231 +msgid "Please enter adress, for search vlans" +msgstr "Пожалуйста, введите адрес, для поиска vlans" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:263 +#: ../../godmode/modules/manage_network_components_form_network.php:82 +#: ../../godmode/agentes/module_manager_editor_network.php:149 +#: ../../include/class/AgentWizard.class.php:723 +msgid "SNMP community" +msgstr "Сообщество SNMP" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:337 +msgid "privacy pass" +msgstr "конфиденциальный доступ" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:374 +#: ../../godmode/wizards/HostDevices.class.php:1248 +msgid "Context" +msgstr "Контекст" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:397 +msgid "Run" +msgstr "Запустить" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:409 +msgid "Vlan name" +msgstr "Имя Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:424 +#: ../../enterprise/tools/ipam/ipam_ajax.php:336 +msgid "Created" +msgstr "Создано" + +#: ../../enterprise/tools/ipam/ipam_vlan_wizard.php:459 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:424 +msgid "No vlans found" +msgstr "Не найдены Vlan" + +#: ../../enterprise/tools/ipam/ipam_action.php:106 +#: ../../enterprise/tools/ipam/ipam_action.php:167 +msgid "The location is not filled, please add a location." +msgstr "Место не указано, пожалуйста, добавьте место." + +#: ../../enterprise/tools/ipam/ipam_action.php:140 +#: ../../enterprise/tools/ipam/ipam_action.php:197 +msgid "Incorrect format in Subnet field" +msgstr "Неверный формат в поле Подсеть" + +#: ../../enterprise/tools/ipam/ipam_action.php:146 +#, php-format +msgid "Could not be created: %s" +msgstr "Не удалось создать: %s" + +#: ../../enterprise/tools/ipam/ipam_action.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:177 +msgid "Could not be updated." +msgstr "Не может быть обновлено." + +#: ../../enterprise/tools/ipam/ipam_action.php:307 +msgid "Successfully updated." +msgstr "Успешно обновлено." + +#: ../../enterprise/tools/ipam/ipam_action.php:312 +#: ../../include/functions_reporting.php:2338 +msgid "No changes found." +msgstr "Изменения не найдены." + +#: ../../enterprise/tools/ipam/ipam_ajax.php:140 +msgid "There is not an available IP." +msgstr "Не существует доступного IP-адреса." + +#: ../../enterprise/tools/ipam/ipam_ajax.php:142 +msgid "Next available IP Address is:" +msgstr "Следующий доступный IP-адрес:" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:168 +msgid "Reserve this IP now" +msgstr "Зарезервировать этот IP сейчас" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:184 +msgid "Manage this IP now" +msgstr "Управлять этим IP сейчас" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:229 +msgid "Operating system" +msgstr "Операционная система" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:239 +msgid "This agent has other IPs" +msgstr "У этого агента есть другие IP" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:248 +msgid "Generate events" +msgstr "Генерировать события" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:294 +msgid "Leases Dhcp" +msgstr "Аренда Dhcp" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:303 +msgid "leased mode" +msgstr "арендный режим" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:315 +msgid "leased expiration" +msgstr "срок аренды" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:320 +#: ../../include/class/NetworkMap.class.php:2936 +msgid "MAC" +msgstr "MAC" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:346 +msgid "Edited" +msgstr "Отредактировано" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:356 +msgid "Tracking" +msgstr "Отслеживание" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:371 +msgid "Ping" +msgstr "Перебросить" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:387 +#: ../../include/ajax/events.php:1112 +#, php-format +msgid "Executing command: %s" +msgstr "Выполнение команды: %s" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:397 +#: ../../include/ajax/events.php:1129 ../../include/ajax/events.php:1153 +msgid "Execute again" +msgstr "Выполнить еще раз" + +#: ../../enterprise/tools/ipam/ipam_ajax.php:411 +msgid "Ping to host" +msgstr "Перебросить на хост" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:45 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:73 +msgid "There is no vlan name. Please introduce a name" +msgstr "Не указано имя vlan. Пожалуйста, введите имя" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:56 +msgid "Vlan created" +msgstr "Vlan создан" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:58 +msgid "Vlan not created" +msgstr "Vlan не создан" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:62 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:96 +msgid "Vlan name exists in bbdd, please select other name" +msgstr "Имя Vlan существует в бд, пожалуйста, выберите другое имя" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:90 +msgid "Vlan updated" +msgstr "Vlan обновлен" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:92 +msgid "Vlan not updated" +msgstr "Vlan не обновлен" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:116 +msgid "Could not be deleted, please select vlan" +msgstr "Не удалось удалить, пожалуйста, выберите Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:144 +msgid "Network name cannot be repeated in this Vlan" +msgstr "Имя сети не может быть повторено в этом Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:165 +msgid "Vlan name could not be added, please select vlan" +msgstr "Имя Vlan не удалось добавить, пожалуйста, выберите Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:189 +msgid "Could not be deleted, please select vlan and network" +msgstr "Не удалось удалить, пожалуйста, выберите vlan и сеть" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:241 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:348 +msgid "Update Vlan" +msgstr "Обновить Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:248 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:435 +msgid "New Vlan" +msgstr "Новый Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:315 +msgid "Delete network to vlan" +msgstr "Удалить сеть в vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:355 +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:374 +msgid "Add network to Vlan" +msgstr "Добавить сеть в Vlan" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:358 +msgid "Create network" +msgstr "Создать сеть" + +#: ../../enterprise/tools/ipam/ipam_vlan_config.php:391 +msgid "Delete Vlan" +msgstr "Удалить Vlan" + +#: ../../enterprise/tools/ipam/ipam_massive.php:82 +msgid "Addresses" +msgstr "Адреса" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:64 +#: ../../enterprise/tools/ipam/ipam_calculator.php:66 +#: ../../enterprise/tools/ipam/ipam_calculator.php:87 +#: ../../enterprise/tools/ipam/ipam_calculator.php:90 +#: ../../enterprise/tools/ipam/ipam_calculator.php:93 +#: ../../enterprise/tools/ipam/ipam_calculator.php:96 +msgid "Example:" +msgstr "Пример:" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:70 +msgid "Bit mask" +msgstr "Битовая маска" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:71 +msgid "Net mask" +msgstr "Маска сети" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:74 +msgid "Mask format" +msgstr "Формат маски" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:105 +msgid "Calculate" +msgstr "Рассчитать" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:112 +msgid "Address field is empty" +msgstr "Поле адреса пустое" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:120 +msgid "Mask field is empty" +msgstr "Поле маски пустое" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:139 +#: ../../enterprise/tools/ipam/ipam_calculator.php:152 +msgid "Incorrect address format" +msgstr "Неправильный формат адреса" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:144 +#: ../../enterprise/tools/ipam/ipam_calculator.php:157 +#: ../../enterprise/tools/ipam/ipam_calculator.php:162 +msgid "Incorrect mask format" +msgstr "Неправильный формат маски" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:190 +msgid "Network mask" +msgstr "Маска сети" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:211 +msgid "Network wildcard" +msgstr "Сеть wildcard" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:220 +msgid "Network address" +msgstr "Адрес Сети" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:229 +msgid "Broadcast address" +msgstr "Адрес передачи данных" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:238 +msgid "First valid IP" +msgstr "Первый действующий IP" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:247 +msgid "Last valid IP" +msgstr "Последний действующий IP" + +#: ../../enterprise/tools/ipam/ipam_calculator.php:257 +msgid "Hosts/Net" +msgstr "Хосты/Сеть" + +#: ../../enterprise/tools/ipam/ipam_editor.php:49 +msgid "Network not found" +msgstr "Сеть не найдена" + +#: ../../enterprise/tools/ipam/ipam_editor.php:86 +msgid "All users" +msgstr "Все пользователи" + +#: ../../enterprise/tools/ipam/ipam_editor.php:96 +msgid "Format: IP/Mask" +msgstr "Формат: IP/маска" + +#: ../../enterprise/tools/ipam/ipam_editor.php:110 +msgid "Examples" +msgstr "Примеры" + +#: ../../enterprise/tools/ipam/ipam_editor.php:163 +msgid "For example: Central Data Center" +msgstr "Например: Общий центр обработки данных" + +#: ../../enterprise/tools/ipam/ipam_editor.php:177 +msgid "Include statistical monitors" +msgstr "Включить статистические приборы контроля" + +#: ../../enterprise/tools/ipam/ipam_editor.php:192 +msgid "Lightweight mode" +msgstr "Облегченный режим" + +#: ../../enterprise/tools/ipam/ipam_editor.php:193 +msgid "Use quicker network scan" +msgstr "Используйте ускоренное сканирование сети" + +#: ../../enterprise/tools/ipam/ipam_editor.php:209 +msgid "Target group for monitoring agent" +msgstr "Целевая группа для агента мониторинга" + +#: ../../enterprise/tools/ipam/ipam_editor.php:230 +msgid "Scan interval" +msgstr "Интервал сканирования" + +#: ../../enterprise/tools/ipam/ipam_editor.php:231 +msgid "0 for manually scan" +msgstr "0 для ручного сканирования" + +#: ../../enterprise/tools/ipam/ipam_editor.php:247 +msgid "Operator users" +msgstr "Пользователи операторов" + +#: ../../extensions/disabled/matrix_events.php:27 +msgid "Matrix events" +msgstr "Матричные события" + +#: ../../extensions/quick_shell.php:115 ../../extensions/quick_shell.php:219 +msgid "WebService engine has not been started, please check documentation." +msgstr "Двигатель WebService не запущен, пожалуйста, проверьте документацию." + +#: ../../extensions/quick_shell.php:127 +msgid "Retry" +msgstr "Повторить" + +#: ../../extensions/quick_shell.php:171 +msgid "Telnet" +msgstr "Telnet" + +#: ../../extensions/quick_shell.php:179 +msgid "Connect" +msgstr "Подключиться" + +#: ../../extensions/quick_shell.php:207 +msgid "Please use SSH or Telnet." +msgstr "Пожалуйста, используйте SSH или Telnet." + +#: ../../extensions/quick_shell.php:241 +msgid "" +"WebService engine is not working properly, please check documentation." +msgstr "" +"Двигатель WebService не работает должным образом, пожалуйста, проверьте " +"документацию." + +#: ../../extensions/quick_shell.php:400 +#, php-format +msgid "%d Updated" +msgstr "%d Обновлено" + +#: ../../extensions/quick_shell.php:403 +#, php-format +msgid "%d Updated, please restart WebSocket engine service" +msgstr "%d Обновлено, пожалуйста, перезапустите сервис двигателя WebSocket" + +#: ../../extensions/quick_shell.php:413 +msgid "Quickshell" +msgstr "Quickshell" + +#: ../../extensions/quick_shell.php:423 +msgid "Gotty path" +msgstr "Путь Gotty" + +#: ../../extensions/quick_shell.php:433 +msgid "Gotty host" +msgstr "Хост Gotty" + +#: ../../extensions/quick_shell.php:443 +msgid "Gotty ssh port" +msgstr "Порт Gotty ssh" + +#: ../../extensions/quick_shell.php:453 +msgid "Gotty telnet port" +msgstr "Порт gotty telnet" + +#: ../../extensions/quick_shell.php:470 +msgid "Gotty user" +msgstr "Пользователь Gotty" + +#: ../../extensions/quick_shell.php:480 +msgid "Gotty password" +msgstr "Пароль Gotty" + +#: ../../extensions/quick_shell.php:520 +msgid "QuickShell" +msgstr "QuickShell" + +#: ../../extensions/extension_uploader.php:29 +msgid "Uploader extension" +msgstr "Загрузчик расширения" + +#: ../../extensions/extension_uploader.php:69 +msgid "Success to upload extension" +msgstr "Успешно загружено расширение" + +#: ../../extensions/extension_uploader.php:70 +msgid "Fail to upload extension" +msgstr "Сбой при загрузке расширения" + +#: ../../extensions/extension_uploader.php:79 +msgid "Upload extension" +msgstr "Загрузить расширение" + +#: ../../extensions/extension_uploader.php:80 +msgid "Upload the extension as a zip file." +msgstr "Загрузить расширение как заархивированный файл." + +#: ../../extensions/extension_uploader.php:82 +msgid "Upload enterprise extension" +msgstr "Загрузить расширение предприятия" + +#: ../../extensions/extension_uploader.php:95 +msgid "Extension uploader" +msgstr "загрузчик расширения" + +#: ../../extensions/resource_registration.php:41 #, php-format msgid "Success add '%s' item in report '%s'." msgstr "Успешно добавлен '%s' пункт в отчет '%s' ." -#: ../../extensions/resource_registration.php:41 +#: ../../extensions/resource_registration.php:46 #, php-format msgid "Error create '%s' item in report '%s'." msgstr "Ошибка создания '%s' пункта в отчете '%s'." -#: ../../extensions/resource_registration.php:68 +#: ../../extensions/resource_registration.php:82 #, php-format msgid "Error create '%s' report, the name exist and there aren't free name." msgstr "" "Ошибка создание '%s' отчета, имя уже существует и нет свободного имени." -#: ../../extensions/resource_registration.php:75 +#: ../../extensions/resource_registration.php:90 #, php-format msgid "" "Warning create '%s' report, the name exist, the report have a name %s." msgstr "" -"Внимание, Создание '%s' отчета, имя существует, отчет содержит имя %s." +"Предостережение о создании отчета '%s', имя уже существует, отчет обладает " +"именем %s." -#: ../../extensions/resource_registration.php:82 +#: ../../extensions/resource_registration.php:99 msgid "Error the report haven't name." msgstr "Ошибка - отчет без имени" -#: ../../extensions/resource_registration.php:88 +#: ../../extensions/resource_registration.php:113 msgid "Error the report haven't group." msgstr "Ошибка - отчет без группы" -#: ../../extensions/resource_registration.php:98 +#: ../../extensions/resource_registration.php:126 #, php-format msgid "Success create '%s' report." msgstr "Успешное созданние '%s' отчета." -#: ../../extensions/resource_registration.php:99 +#: ../../extensions/resource_registration.php:127 #, php-format msgid "Error create '%s' report." msgstr "Ошибка создания '%s' отчета." -#: ../../extensions/resource_registration.php:327 -#: ../../extensions/resource_registration.php:348 -#: ../../extensions/resource_registration.php:358 +#: ../../extensions/resource_registration.php:421 +#: ../../extensions/resource_registration.php:443 +#: ../../extensions/resource_registration.php:454 #, php-format msgid "Success add '%s' content." msgstr "Усппешное добавление '%s' содержания." -#: ../../extensions/resource_registration.php:335 +#: ../../extensions/resource_registration.php:431 #, php-format msgid "Success add '%s' SLA." msgstr "Успешно добавлен '%s' SLA." -#: ../../extensions/resource_registration.php:336 +#: ../../extensions/resource_registration.php:432 #, php-format msgid "Error add '%s' SLA." msgstr "Ошибка добавления '%s' SLA." -#: ../../extensions/resource_registration.php:377 +#: ../../extensions/resource_registration.php:475 #, php-format msgid "Error create '%s' visual map, lost tag name." msgstr "Ошибка создание '%s' визуальной карты, потеряно имя тега." -#: ../../extensions/resource_registration.php:413 +#: ../../extensions/resource_registration.php:518 #, php-format msgid "" "Error create '%s' visual map, the name exist and there aren't free name." msgstr "" "Ошибка создание '%s' визуальной карты, умя существует и нет свободного имени." -#: ../../extensions/resource_registration.php:420 +#: ../../extensions/resource_registration.php:526 #, php-format msgid "" "Warning create '%s' visual map, the name exist, the report have a name %s." msgstr "" "Внимание создание '%s' визуальной карты, умя существует, отчет содержит %s." -#: ../../extensions/resource_registration.php:428 +#: ../../extensions/resource_registration.php:538 #, php-format msgid "Success create '%s' visual map." msgstr "Успешное создание '%s' визуальной карты." -#: ../../extensions/resource_registration.php:429 +#: ../../extensions/resource_registration.php:539 #, php-format msgid "Error create '%s' visual map." msgstr "Ошибка созданиещя '%s' визуальной карты." -#: ../../extensions/resource_registration.php:535 +#: ../../extensions/resource_registration.php:700 #, php-format msgid "Success create item type '%d' visual map." msgstr "Успешное создание типа пункта '%d' визуальной карты." -#: ../../extensions/resource_registration.php:536 +#: ../../extensions/resource_registration.php:701 #, php-format msgid "Error create item type '%d' visual map." msgstr "Ошибка создания типа пункта '%d' визуальной карты." -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 +#: ../../extensions/resource_registration.php:720 +#: ../../extensions/resource_registration.php:736 #, php-format msgid "Success create item for agent '%s' visual map." msgstr "успешное создание пункта для агента '%s' визуальной карты." -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 +#: ../../extensions/resource_registration.php:721 +#: ../../extensions/resource_registration.php:737 #, php-format msgid "Error create item for agent '%s' visual map." msgstr "Ошибка создания пункта для агента '%s' визуальной карты." -#: ../../extensions/resource_registration.php:776 +#: ../../extensions/resource_registration.php:997 #, php-format msgid "Success create '%s' component." msgstr "Успешное создание '%s' компонента." -#: ../../extensions/resource_registration.php:777 +#: ../../extensions/resource_registration.php:998 #, php-format msgid "Error create '%s' component." msgstr "Ошибка создания '%s' компонента." -#: ../../extensions/resource_registration.php:833 -#: ../../extensions/resource_registration.php:873 +#: ../../extensions/resource_registration.php:1061 +#: ../../extensions/resource_registration.php:1104 msgid "Resource registration" msgstr "Ресурс регистрации" -#: ../../extensions/resource_registration.php:836 -msgid "Error, please install the PHP libXML in the system." -msgstr "Ошибка, пожалуйста, установите PHP libXML в системе." +#: ../../extensions/resource_registration.php:1071 +msgid "" +"This node is configured with centralized mode. Go to metaconsole to create a " +"policy." +msgstr "" +"Этот узел настроен в централизованном режиме. Перейдите в метаконсоль для " +"создания политики." -#: ../../extensions/resource_registration.php:842 +#: ../../extensions/resource_registration.php:1075 +msgid "This extension makes registering resource templates easier." +msgstr "Это расширение облегчает регистрацию шаблонов ресурсов." + +#: ../../extensions/resource_registration.php:1075 +msgid "Here you can upload a resource template in .ptr format." +msgstr "Здесь вы можете загрузить шаблон ресурса в формате .ptr ." + +#: ../../extensions/resource_registration.php:1075 #, php-format msgid "" -"This extension makes registration of resource template more easy. Here you " -"can upload a resource template in Pandora FMS 3.x format (.ptr). Please " -"refer to documentation on how to obtain and use Pandora FMS resources. " -"

    You can get more resurces in our Public Resource " -"Library" +"Please refer to our documentation for more information on how to obtain and " +"use %s resources." msgstr "" -"Это расширение облегчает регистрацию ресурсов шаблона. Здесь вы можете " -"загрузить ресурс шаблона в Pandora FMS 3.x формате (.ptr). Пожалуйста, " -"обратитесь к документации о том, как получить и использовать ресурсы Pandora " -"FMS.

    Вы можете получить больше ресурсов в нашей " -"Общественной библиотеке ресурсов" +"Пожалуйста, обратитесь к нашей документации для получения дополнительной " +"информации о том, как получить и использовать ресурсы %s." -#: ../../extensions/resource_registration.php:856 -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" -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/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 "Прикреплённая директория недоступна для записи для HTTP сервера" - -#: ../../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/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 "Файл больше чем PHP память, выделенная в системе." - -#: ../../extensions/pandora_logs.php:40 -msgid "The preview file is imposible." -msgstr "Предварительный просмотр файла невозможен." - -#: ../../extensions/pandora_logs.php:44 -msgid "File is too large (> 500KB)" -msgstr "Файл слишком большой (> 500KB)" - -#: ../../extensions/pandora_logs.php:72 -msgid "System logfile viewer" -msgstr "Просмотрщик системного журнала файлов" - -#: ../../extensions/pandora_logs.php:74 +#: ../../extensions/resource_registration.php:1075 msgid "" -"This tool is used just to view your Pandora FMS system logfiles directly " -"from console" +"You can get more resurces in our Public Resource Library" msgstr "" -"Этот инструмент используется только для просмотра ваших Pandora FMS файлов " -"системного журнала непосредственно из консоли" +"Вы можете получить больше ресурсов в нашей Библиотеке общественных " +"ресурсов ." -#: ../../extensions/pandora_logs.php:83 -msgid "System logfiles" -msgstr "Система журнал фйлов" +#: ../../extensions/api_checker.php:111 ../../extensions/api_checker.php:250 +msgid "API checker" +msgstr "API проверки" -#: ../../extensions/net_tools.php:96 -msgid "The agent hasn't got IP" -msgstr "агент не получил IP" - -#: ../../extensions/net_tools.php:120 -msgid "" -"You can set the command path in the menu Administration -> Extensions -" -"> Config Network Tools" -msgstr "" -"Вы можете установить путь команды в меню Управление -> Расширение -> " -"Конфиг Инструментов Сети" - -#: ../../extensions/net_tools.php:123 -msgid "Traceroute" -msgstr "Трассировка" - -#: ../../extensions/net_tools.php:124 -msgid "Ping host & Latency" -msgstr "Пинг хоста & Задержка" - -#: ../../extensions/net_tools.php:125 -msgid "SNMP Interface status" -msgstr "Статус SNMP интерфейса" - -#: ../../extensions/net_tools.php:126 -msgid "Basic TCP Port Scan" -msgstr "Основные TCP Порт сканирования" - -#: ../../extensions/net_tools.php:127 -msgid "DiG/Whois Lookup" -msgstr "DiG/Whois Поиск" - -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1793 -#: ../../operation/extensions.php:64 -#: ../../operation/agentes/networkmap_list.php:266 -msgid "Execute" -msgstr "Выполнение" - -#: ../../extensions/net_tools.php:162 -msgid "Traceroute executable does not exist." -msgstr "Выполняемая трассировка не существует." - -#: ../../extensions/net_tools.php:165 -msgid "Traceroute to " -msgstr "трассировать в " - -#: ../../extensions/net_tools.php:174 -msgid "Ping executable does not exist." -msgstr "Выполнение переброса не существует." - -#: ../../extensions/net_tools.php:177 +#: ../../extensions/api_checker.php:128 #, php-format -msgid "Ping to %s" +msgid "%s Console URL" +msgstr "%s URL консоли" + +#: ../../extensions/api_checker.php:133 +msgid "API Pass" +msgstr "API Пропуск" + +#: ../../extensions/api_checker.php:151 +msgid "Action (get or set)" +msgstr "действие (получить или установить)" + +#: ../../extensions/api_checker.php:166 +msgid "ID 2" +msgstr "ID 2" + +#: ../../extensions/api_checker.php:171 +msgid "Return Type" +msgstr "Тип возвращаемых данных" + +#: ../../extensions/api_checker.php:181 +msgid "Other Mode" +msgstr "другой режим" + +#: ../../extensions/api_checker.php:189 +msgid "Raw URL" +msgstr "Необработанный URL" + +#: ../../extensions/api_checker.php:200 +msgid "Call parameters" +msgstr "параметры вызова" + +#: ../../extensions/api_checker.php:200 +msgid "Action: get Operation: module_last_value id: 63" +msgstr "Действие: доступ к Операций: module_last_value id: 63" + +#: ../../extensions/api_checker.php:209 +msgid "Custom URL" +msgstr "URL пользователя" + +#: ../../extensions/api_checker.php:215 +msgid "Call" +msgstr "Вызов" + +#: ../../extensions/api_checker.php:221 ../../extensions/api_checker.php:228 +#: ../../include/functions_reporting_html.php:3525 +#: ../../include/functions_reporting_html.php:3658 +#: ../../include/functions_reporting_html.php:3993 +#: ../../include/functions_reporting_html.php:4004 +#: ../../include/functions_db.php:1831 +msgid "Result" +msgstr "Результат" + +#: ../../extensions/api_checker.php:224 ../../extensions/api_checker.php:241 +msgid "Show URL" +msgstr "Показать URL-ссылку" + +#: ../../extensions/api_checker.php:237 +msgid "Hide URL" +msgstr "спрятать URL" + +#: ../../extensions/db_status.php:25 ../../extensions/db_status.php:453 +#: ../../godmode/menu.php:425 +msgid "DB Schema check" +msgstr "Проверка схемы БД" + +#: ../../extensions/db_status.php:43 +msgid "" +"This extension checks the DB is correct. Because sometimes the old DB from a " +"migration has not some fields in the tables or the data is changed." msgstr "" +"Это расширение проверяет правильность БД. Потому что иногда в старой БД " +"после миграции отсутствуют некоторые поля в таблицах или данные изменены." -#: ../../extensions/net_tools.php:186 -msgid "Nmap executable does not exist." -msgstr "Nmap выполнение не существует." +#: ../../extensions/db_status.php:46 +msgid "At the moment the checks is for MySQL/MariaDB." +msgstr "На данный момент проверки проводятся для MySQL/MariaDB." -#: ../../extensions/net_tools.php:189 -msgid "Basic TCP Scan on " -msgstr "Основное TCP сканирование в " +#: ../../extensions/db_status.php:52 +msgid "DB settings" +msgstr "Настройки БД" -#: ../../extensions/net_tools.php:196 -msgid "Domain and IP information for " -msgstr "Домен и IP информации для " +#: ../../extensions/db_status.php:56 +msgid "DB User with privileges" +msgstr "Пользователь БД с привилегиями" -#: ../../extensions/net_tools.php:200 -msgid "Dig executable does not exist." -msgstr "Dig исполнение не существует." +#: ../../extensions/db_status.php:58 +msgid "DB Password for this user" +msgstr "Пароль БД для этого пользователя" -#: ../../extensions/net_tools.php:210 -msgid "Whois executable does not exist." -msgstr "Whois исполнение не существует." +#: ../../extensions/db_status.php:62 +msgid "DB Hostname" +msgstr "Имя хоста БД" -#: ../../extensions/net_tools.php:219 -msgid "SNMP information for " -msgstr "SNMP Информация для " +#: ../../extensions/db_status.php:64 +msgid "DB Name (temporal for testing)" +msgstr "Имя БД (временное для тестирования)" -#: ../../extensions/net_tools.php:223 -msgid "SNMPget executable does not exist." -msgstr "SNMPget выполнение не существует." +#: ../../extensions/db_status.php:72 +msgid "Execute Test" +msgstr "Провести тест" -#: ../../extensions/net_tools.php:226 -msgid "Uptime" -msgstr "Время работы" +#: ../../extensions/db_status.php:108 +msgid "Unsuccessful connected to the DB" +msgstr "Неудачное подключение к БД" -#: ../../extensions/net_tools.php:230 -msgid "Device info" -msgstr "информация об устройстве" +#: ../../extensions/db_status.php:119 +msgid "Unsuccessful created the testing DB" +msgstr "Не удалось создать тестовую БД" -#: ../../extensions/net_tools.php:238 -msgid "Interface" -msgstr "Интерфейс" +#: ../../extensions/db_status.php:135 +msgid "Unsuccessful installed tables into the testing DB" +msgstr "Неудачно установленные таблицы в тестовую БД" -#: ../../extensions/net_tools.php:259 ../../extensions/net_tools.php:333 -msgid "Config Network Tools" -msgstr "Конф Сетевых Инстр" +#: ../../extensions/db_status.php:219 +#, php-format +msgid "Success! %s DB contains all tables" +msgstr "Успешно! %s БД содержит все таблицы" -#: ../../extensions/net_tools.php:280 ../../extensions/net_tools.php:281 -msgid "Set the paths." -msgstr "Настройка путей." +#: ../../extensions/db_status.php:221 +#, php-format +msgid "%s DB could not retrieve all tables. The missing tables are (%s)" +msgstr "" +"%s БД не смогла получить все таблицы. Отсутствующие таблицы - это (%s)" -#: ../../extensions/net_tools.php:300 -msgid "Traceroute path" -msgstr "Трассировка пути" +#: ../../extensions/db_status.php:235 ../../extensions/db_status.php:246 +#: ../../extensions/db_status.php:349 +msgid "You can execute this SQL query for to fix." +msgstr "Вы можете выполнить этот SQL-запрос для исправления." -#: ../../extensions/net_tools.php:301 -msgid "If it is empty, Pandora searchs the traceroute system." -msgstr "Если пусто, Pandora ищет трассировку системы." +#: ../../extensions/db_status.php:343 +#, php-format +msgid "Unsuccessful the table %s has not the field %s" +msgstr "Неудачно в таблице %s отсутствует поле %s" -#: ../../extensions/net_tools.php:304 -msgid "Ping path" -msgstr "Пинг путь" +#: ../../extensions/db_status.php:408 +msgid "Successful all the tables have the correct fields" +msgstr "Успешно все таблицы имеют правильные поля" -#: ../../extensions/net_tools.php:305 -msgid "If it is empty, Pandora searchs the ping system." -msgstr "Если пусто, Pandora ищет пинг системы." +#: ../../extensions/agents_alerts.php:37 +msgid "Agents/Alerts view" +msgstr "Просмотр Агентов/Оповещений" -#: ../../extensions/net_tools.php:308 -msgid "Nmap path" -msgstr "Nmap Путь" +#: ../../extensions/resource_exportation.php:47 +#: ../../extensions/resource_exportation.php:414 +msgid "Resource exportation" +msgstr "Ресурс экспортирования" -#: ../../extensions/net_tools.php:309 -msgid "If it is empty, Pandora searchs the nmap system." -msgstr "Если пусто, Pandora ищет nmap системы." +#: ../../extensions/resource_exportation.php:417 +msgid "This extension makes exportation of resource template more easy." +msgstr "Это расширение упрощает экспорт шаблона ресурса." -#: ../../extensions/net_tools.php:312 -msgid "Dig path" -msgstr "Dig путь" +#: ../../extensions/resource_exportation.php:417 +msgid "You can export resource templates in .ptr format." +msgstr "Вы можете экспортировать шаблоны ресурсов в формате .ptr ." -#: ../../extensions/net_tools.php:313 -msgid "If it is empty, Pandora searchs the dig system." -msgstr "Если пусто, Pandora ищет dig системы." +#: ../../extensions/files_repo.php:103 +msgid "Extension not installed" +msgstr "Расширение не установлено" -#: ../../extensions/net_tools.php:316 -msgid "Snmpget path" -msgstr "Snmpget Путь" +#: ../../extensions/files_repo.php:115 ../../extensions/files_repo.php:204 +msgid "Administration view" +msgstr "Просмотр Администратора" -#: ../../extensions/net_tools.php:317 -msgid "If it is empty, Pandora searchs the snmpget system." -msgstr "Если пусто, Pandora ищет snmpget системы." +#: ../../extensions/files_repo.php:127 ../../extensions/files_repo.php:237 +msgid "Files repository manager" +msgstr "Файлы менеджер хранилище" -#: ../../extensions/dbmanager.php:107 +#: ../../extensions/files_repo.php:145 ../../include/functions.php:2898 +#: ../../include/functions.php:2902 +msgid "The file exceeds the maximum size" +msgstr "Файл превышает максимальный размер" + +#: ../../extensions/files_repo.php:218 ../../extensions/files_repo.php:235 +msgid "Files repository" +msgstr "Хранилище для файлов" + +#: ../../extensions/dbmanager.php:99 msgid "Database interface" msgstr "интерфейс базы данных" -#: ../../extensions/dbmanager.php:122 +#: ../../extensions/dbmanager.php:103 +#, php-format +msgid "" +"This is an advanced extension to interface with %s database directly from " +"WEB console\n" +"\t\tusing native SQL sentences. Please note that you can damage your " +"%s installation\n" +"\t\tif you don't know
    exactly
    what are you are doing,\n" +"\t\tthis means that you can severily damage your setup using this " +"extension.\n" +"\t\tThis extension is intended to be used only by experienced users\n" +"\t\twith a depth knowledge of %s internals." +msgstr "" +"Это дополнительное расширение для взаимодействия с базой данных %s " +"непосредственно из WEB-консоли\n" +"\t\tиспользуя родные предложения SQL. Обратите внимание, что вы можете " +"повредить вашу установку %s.\n" +"\t\tесли вы не знаете точно, что вы делаете,\n" +"\t\tэто означает, что вы можете серьезно повредить вашу установку, используя " +"это расширение.\n" +"\t\tЭто расширение предназначено для использования только опытными " +"пользователями\n" +"\t\tс глубокими знаниями о внутреннем устройстве %s." + +#: ../../extensions/dbmanager.php:124 msgid "Execute SQL" msgstr "Запустить SQL" -#: ../../extensions/dbmanager.php:166 +#: ../../extensions/dbmanager.php:173 ../../godmode/menu.php:425 msgid "DB interface" msgstr "интерфейс базы данных" -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" -msgstr "Число запусков оповещений" +#: ../../extensions/agents_modules.php:439 +#: ../../include/functions_reports.php:788 +msgid "Agents/Modules" +msgstr "Агенты/Модули" -#: ../../extensions/module_groups.php:168 -msgid "Combined table of agent group and module group" -msgstr "Комбинированная таблица агента группы и модуля группы" +#: ../../extensions/agents_modules.php:509 +msgid "Agent/module view" +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" +#: ../../extensions/agents_modules.php:546 +msgid "Filters " +msgstr "Фильтры " + +#: ../../extensions/agents_modules.php:546 +msgid "Secondary groups and agent subgroups will be taken into account." +msgstr "Будут учитываться вторичные группы и подгруппы агентов." + +#: ../../extensions/agents_modules.php:681 +#: ../../include/functions_reporting.php:2496 +msgid "There are no agents with modules" +msgstr "здесь нет агентов с модулями" + +#: ../../extensions/agents_modules.php:696 +msgid "Previous modules" +msgstr "Предыдущие модули" + +#: ../../extensions/agents_modules.php:722 +msgid "More modules" +msgstr "Еще модули" + +#: ../../extensions/agents_modules.php:855 +#: ../../include/functions_reporting_html.php:1810 +msgid "Orange cell when the module has fired alerts" +msgstr "Оранжевая ячейка, когда модуль содержит запущенные оповещения" + +#: ../../extensions/agents_modules.php:857 +#: ../../include/functions_reporting_html.php:1811 +msgid "Red cell when the module has a critical status" +msgstr "Красная ячейка, когда модуль в критическо статусе" + +#: ../../extensions/agents_modules.php:860 +#: ../../include/functions_reporting_html.php:1812 +msgid "Yellow cell when the module has a warning status" +msgstr "Желтая ячейка, когда модуль в статусе предостережения опасности" + +#: ../../extensions/agents_modules.php:862 +#: ../../include/functions_reporting_html.php:1813 +msgid "Green cell when the module has a normal status" +msgstr "Зеленая ячейка, когда модуль в нормальном статусе" + +#: ../../extensions/agents_modules.php:864 +#: ../../include/functions_reporting_html.php:1814 +msgid "Grey cell when the module has an unknown status" +msgstr "Серая ячейка, когда модуль в неизвестном статусе" + +#: ../../extensions/agents_modules.php:866 +msgid "Cell turns blue when the module is in 'not initialize' status" msgstr "" -"Эта таблица отображает в колонках модулеи группы и в строках агенты группы. " -"В ячейках отображаются все модули" +"Ячейка становится синей, когда модуль находится в состоянии \"не " +"инициализирован\"" -#: ../../extensions/module_groups.php:297 +#: ../../extensions/agents_modules.php:879 +msgid "Agents/Modules view" +msgstr "Просмотр Агентов/Модулей" + +#: ../../extensions/pandora_logs.php:29 +msgid "Cannot find file" +msgstr "Не удается найти файл" + +#: ../../extensions/pandora_logs.php:34 +msgid "File is too large than PHP memory allocated in the system." +msgstr "Файл больше чем PHP память, выделенная в системе." + +#: ../../extensions/pandora_logs.php:35 +msgid "The preview file is imposible." +msgstr "Предварительный просмотр файла невозможен." + +#: ../../extensions/pandora_logs.php:38 ../../extensions/pandora_logs.php:45 msgid "" -"Orange cell when the module group and agent have at least one alarm fired." +"The folder /var/log/pandora must have pandora:apache and its content too." msgstr "" -"Оранжевый клетки - когда модуль группы и агент имеют хотя бы один запуск " -"сигнала тревоги." +"В папке /var/log/pandora должен находиться pandora:apache и его содержимое." -#: ../../extensions/module_groups.php:298 +#: ../../extensions/pandora_logs.php:64 +msgid "System logfile viewer" +msgstr "Просмотрщик системного журнала файлов" + +#: ../../extensions/pandora_logs.php:66 +#, php-format +msgid "Use this tool to view your %s logfiles directly on the console" +msgstr "" +"Используйте этот инструмент для просмотра файлов журналов %s непосредственно " +"на консоли" + +#: ../../extensions/pandora_logs.php:68 msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" +"You can choose the amount of information shown in general setup (Log size " +"limit in system logs viewer extension), " 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/pandora_logs.php:82 +msgid "System logfiles" +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/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:53 -msgid "Module groups" -msgstr "Модуль групп" - -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:126 -msgid "Users connected" -msgstr "Пользователи подключены" - -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "Нет других подключенных пользовтелей" - -#: ../../extensions/plugin_registration.php:26 -#: ../../extensions/plugin_registration.php:33 +#: ../../extensions/plugin_registration.php:27 +#: ../../extensions/plugin_registration.php:34 +#: ../../godmode/servers/plugin.php:296 msgid "Plugin registration" msgstr "Регистрация плагина" -#: ../../extensions/plugin_registration.php:30 +#: ../../extensions/plugin_registration.php:31 msgid "Plugin Registration" -msgstr "" +msgstr "Регистрация плагина" -#: ../../extensions/plugin_registration.php:35 +#: ../../extensions/plugin_registration.php:36 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" +"This extension makes registering server plugins an easier task.\n" +"\t\t\t\t\t\tHere you can upload a server plugin in .pspz zipped format.\n" +"\t\t\t\t\t\tPlease refer to the official documentation on how to obtain and " +"use Server Plugins.\n" "\t\t\t\t\t\t

    You can get more plugins in our Public Resource Library " msgstr "" +"Это расширение облегчает регистрацию серверных плагинов.\n" +"\t\t\t\t\t\t\t\t\tЗдесь вы можете загрузить серверный плагин в формате .pspz " +"zipped.\n" +"\t\t\t\t\t\t\t\t\tПожалуйста, обратитесь к официальной документации по " +"получению и использованию серверных плагинов.\n" +"\t\t\t\t\t\t\t\t

    Вы можете получить больше плагинов в нашей Библиотеке публичных " +"ресурсов. " -#: ../../extensions/plugin_registration.php:84 +#: ../../extensions/plugin_registration.php:86 msgid "Cannot load INI file" msgstr "Фаил INI не может быть загружен" @@ -18274,563 +29614,201 @@ msgstr "Фаил INI не может быть загружен" msgid "Plugin exec not found. Aborting!" msgstr "Плагин расширения не найден. Прерывание!" -#: ../../extensions/plugin_registration.php:120 +#: ../../extensions/plugin_registration.php:117 msgid "Plugin already registered. Aborting!" msgstr "Плагин уже зарегистрирован. Прерывание!" -#: ../../extensions/plugin_registration.php:291 +#: ../../extensions/plugin_registration.php:281 msgid "Plug-in Remote Registered unsuccessfull" -msgstr "" +msgstr "Неудача при регистрации дистанционного плагина" -#: ../../extensions/plugin_registration.php:293 +#: ../../extensions/plugin_registration.php:284 msgid "Please check the syntax of file \"plugin_definition.ini\"" -msgstr "" +msgstr "Пожалуйста, проверьте синтаксис файла \"plugin_definition.ini\"." -#: ../../extensions/plugin_registration.php:413 +#: ../../extensions/plugin_registration.php:403 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 +#: ../../extensions/plugin_registration.php:406 msgid "Registered successfully" msgstr "Зарегистрировано успешно" -#: ../../extensions/plugin_registration.php:428 +#: ../../extensions/plugin_registration.php:417 msgid "Register plugin" msgstr "регистратор плагина" -#: ../../extensions/api_checker.php:83 ../../extensions/api_checker.php:219 -msgid "API checker" -msgstr "API проверки" +#: ../../extensions/files_repo/functions_files_repo.php:28 +#: ../../extensions/files_repo/functions_files_repo.php:46 +msgid "Attachment directory is not writable by HTTP Server" +msgstr "Прикреплённая директория недоступна для записи для HTTP сервера" -#: ../../extensions/api_checker.php:95 -msgid "Pandora Console URL" -msgstr "Pandora Console URL" - -#: ../../extensions/api_checker.php:100 -msgid "API Pass" -msgstr "API Пропуск" - -#: ../../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 "ID" - -#: ../../extensions/api_checker.php:133 -msgid "ID 2" -msgstr "ID 2" - -#: ../../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 "Необработанный URL" - -#: ../../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 "URL пользователя" - -#: ../../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 "Показать URL-ссылку" - -#: ../../extensions/api_checker.php:207 -msgid "Hide URL" -msgstr "спрятать URL" - -#: ../../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 +#: ../../extensions/files_repo/functions_files_repo.php:28 +#: ../../extensions/files_repo/functions_files_repo.php:46 #, php-format -msgid "For security reasons the following characters are not allowed: %s" -msgstr "В целях безопасности следующие символы не допускаются: %s" +msgid "Please check that the web server has write rights on the %s directory" +msgstr "Убедитесь, что веб-сервер имеет права на запись в каталог %s" -#: ../../extensions/ssh_gateway.php:60 -msgid "Connect" -msgstr "Подключиться" +#: ../../extensions/files_repo/functions_files_repo.php:248 +msgid "The file could not be copied" +msgstr "Файл не был скопирован" -#: ../../extensions/ssh_gateway.php:63 -msgid "Port (use 0 for default)" -msgstr "Порт (использовать 0 по умолчанию)" +#: ../../extensions/files_repo/functions_files_repo.php:251 +msgid "There was an error creating the file" +msgstr "Произошла ошибка при создании файла" -#: ../../extensions/ssh_gateway.php:65 -msgid "Connect mode" -msgstr "Режим подключения" +#: ../../extensions/files_repo/functions_files_repo.php:295 +msgid "There was an error updating the file" +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/files_repo/files_repo_get_file.php:66 +msgid "Unreliable petition" +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 "1 минута" +#: ../../extensions/files_repo/files_repo_get_file.php:66 +msgid "Please contact the administrator" +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 "2 минуты" +#: ../../extensions/files_repo/files_repo_form.php:84 +msgid "Only 200 characters are permitted" +msgstr "Разрешены только 200 символов" -#: ../../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 "5 минут" +#: ../../extensions/files_repo/files_repo_form.php:95 +#: ../../godmode/extensions.php:138 +msgid "File" +msgstr "Файл" -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:129 -msgid "10 minutes" -msgstr "10 минут" +#: ../../extensions/files_repo/files_repo_form.php:98 +#: ../../extensions/files_repo/files_repo_form.php:104 +#: ../../extensions/files_repo/files_repo_list.php:112 +msgid "Public link" +msgstr "ссылка общего доступа" -#: ../../extensions/agents_modules.php:119 -#: ../../include/functions_reports.php:580 -msgid "Agents/Modules" -msgstr "Агенты/Модули" +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../include/functions_filemanager.php:626 +msgid "Last modification" +msgstr "Последнее изменение" -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1555 -msgid "There are no agents with modules" -msgstr "здесь нет агентов с модулями" +#: ../../extensions/files_repo/files_repo_list.php:106 +msgid "Copy to clipboard" +msgstr "Скопировать в буфер обмена" -#: ../../extensions/agents_modules.php:211 -msgid "Previous modules" -msgstr "Предыдущие модули" +#: ../../extensions/files_repo/files_repo_list.php:164 +msgid "No items" +msgstr "Нет объектов" -#: ../../extensions/agents_modules.php:249 -msgid "More modules" -msgstr "Еще модули" +#: ../../extensions/module_groups.php:48 +msgid "Counters Module" +msgstr "Модуль счетчиков" -#: ../../extensions/agents_modules.php:359 -#: ../../include/functions_reporting_html.php:898 -msgid "Orange cell when the module has fired alerts" -msgstr "Оранжевая ячейка, когда модуль содержит запущенные оповещения" +#: ../../extensions/module_groups.php:49 +msgid "Alerts_Fired" +msgstr "Сработавшие_предупреждения" -#: ../../extensions/agents_modules.php:360 -#: ../../include/functions_reporting_html.php:899 -msgid "Red cell when the module has a critical status" -msgstr "Красная ячейка, когда модуль в критическо статусе" +#: ../../extensions/module_groups.php:51 +msgid "warning" +msgstr "внимание" -#: ../../extensions/agents_modules.php:361 -#: ../../include/functions_reporting_html.php:900 -msgid "Yellow cell when the module has a warning status" -msgstr "Желтая ячейка, когда модуль в статусе Предупреждения" +#: ../../extensions/module_groups.php:54 +msgid "Not_init" +msgstr "Не_начато" -#: ../../extensions/agents_modules.php:362 -#: ../../include/functions_reporting_html.php:901 -msgid "Green cell when the module has a normal status" -msgstr "Зеленая ячейка, когда модуль в нормальном статусе" +#: ../../extensions/module_groups.php:249 +msgid "Combined table of agent group and module group" +msgstr "Комбинированная таблица агента группы и модуля группы" -#: ../../extensions/agents_modules.php:363 -#: ../../include/functions_reporting_html.php:902 -msgid "Grey cell when the module has an unknown status" -msgstr "Серая ячейка, когда модуль в неизвестном статусе" +#: ../../extensions/module_groups.php:263 +msgid "Search by agent group" +msgstr "Поиск по группе агентов" -#: ../../extensions/agents_modules.php:405 -msgid "Agents/Modules view" -msgstr "Просмотр Агентов/Модулей" +#: ../../extensions/module_groups.php:267 +msgid "Search by module group" +msgstr "Поиск по группе модулей" -#: ../../extensions/vnc_view.php:25 -msgid "VNC Display (:0 by default)" -msgstr "VNC отображение (:0 по умолчанию)" - -#: ../../extensions/vnc_view.php:28 -msgid "Send" -msgstr "Отправлено" - -#: ../../extensions/vnc_view.php:42 -msgid "VNC view" -msgstr "Просмотр VNC" - -#: ../../extensions/realtime_graphs.php:29 -#: ../../extensions/realtime_graphs.php:136 -msgid "Realtime graphs" -msgstr "" - -#: ../../extensions/realtime_graphs.php:61 -msgid "Pandora Server CPU" -msgstr "Pandora Сервер CPU" - -#: ../../extensions/realtime_graphs.php:62 -msgid "Pandora Server Pending packets" -msgstr "" - -#: ../../extensions/realtime_graphs.php:63 -msgid "Pandora Server Disk IO Wait" -msgstr "Pandora Сервер Диск IO в ожидании" - -#: ../../extensions/realtime_graphs.php:64 -msgid "Pandora Server Apache load" -msgstr "" - -#: ../../extensions/realtime_graphs.php:65 -msgid "Pandora Server MySQL load" -msgstr "Pandora Сервер MySQL Нагрузка" - -#: ../../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 "Целевой IP" - -#: ../../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 "SNMP ход" - -#: ../../extensions/realtime_graphs.php:125 -#: ../../godmode/agentes/module_manager_editor_network.php:30 -msgid "Use this OID" -msgstr "Используйте этот OID" - -#: ../../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 +#: ../../extensions/module_groups.php:377 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" +"Orange cell when the module group and agent have at least one alarm fired." msgstr "" -"Это расширение может работать как PHP скрипт в оболочке для извлечения " -"дополнительной информации, но он должен быть запущен как корень или через " -"судо. Например: sudo php " -"/var/www/pandora_console/extensions/system_info.php -d -s -c" +"Оранжевый клетки - когда модуль группы и агент имеют хотя бы один запуск " +"сигнала тревоги." -#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430 -#: ../../extensions/system_info.php:503 -msgid "Pandora Diagnostic info" -msgstr "Pandora диагностическая информация" - -#: ../../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 -msgid "DB Status" -msgstr "" - -#: ../../extensions/db_status.php:56 +#: ../../extensions/module_groups.php:378 msgid "" -"This extension checks the DB is correct. Because sometimes the old DB from a " -"migration has not some fields in the tables or the data is changed." +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" msgstr "" +"Красные клетки - когда группа модулей и агентов имеют хотя бы один модуль в " +"критическом состоянии и остальные в любом статусе" -#: ../../extensions/db_status.php:58 -msgid "At the moment the checks is for MySQL/MariaDB." -msgstr "" - -#: ../../extensions/db_status.php:63 -msgid "DB settings" -msgstr "" - -#: ../../extensions/db_status.php:67 -msgid "DB User with privileges" -msgstr "" - -#: ../../extensions/db_status.php:69 -msgid "DB Password for this user" -msgstr "" - -#: ../../extensions/db_status.php:73 -msgid "DB Hostname" -msgstr "" - -#: ../../extensions/db_status.php:75 -msgid "DB Name (temporal for testing)" -msgstr "" - -#: ../../extensions/db_status.php:83 -msgid "Execute Test" -msgstr "" - -#: ../../extensions/db_status.php:110 -msgid "Unsuccessful connected to the DB" -msgstr "" - -#: ../../extensions/db_status.php:117 -msgid "Unsuccessful created the testing DB" -msgstr "" - -#: ../../extensions/db_status.php:128 -msgid "Unsuccessful installed tables into the testing DB" -msgstr "" - -#: ../../extensions/db_status.php:139 -msgid "Unsuccessful installed enterprise tables into the testing DB" -msgstr "" - -#: ../../extensions/db_status.php:190 -msgid "Successful the DB Pandora has all tables" -msgstr "" - -#: ../../extensions/db_status.php:191 -#, php-format +#: ../../extensions/module_groups.php:379 msgid "" -"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" +"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/db_status.php:201 ../../extensions/db_status.php:258 -#: ../../extensions/db_status.php:278 ../../extensions/db_status.php:290 -#: ../../extensions/db_status.php:298 -msgid "You can execute this SQL query for to fix." -msgstr "" - -#: ../../extensions/db_status.php:255 -#, php-format -msgid "Unsuccessful the table %s has not the field %s" -msgstr "" - -#: ../../extensions/db_status.php:275 -#, php-format +#: ../../extensions/module_groups.php:380 msgid "" -"Unsuccessful the field %s in the table %s must be setted the type with %s." +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" msgstr "" +"Серый ячейки - когда группа модулей и агента содержит по крайней мере один в " +"неизвестном статусе и другие в зеленом статусе" -#: ../../extensions/db_status.php:286 -#, php-format +#: ../../extensions/module_groups.php:381 msgid "" -"Unsuccessful the field %s in the table %s must be setted the null values " -"with %s." +"Green cell when the module group and agent have all modules in OK status" msgstr "" +"Зеленую ячейка - когда группа модулей и агента содержит все модули в статус " +"ОК" -#: ../../extensions/db_status.php:308 -#, php-format +#: ../../extensions/module_groups.php:382 msgid "" -"Unsuccessful the field %s in the table %s must be setted the key as defined " -"in the SQL file." +"Blue cell when the module group and agent have all modules in not init " +"status." msgstr "" +"Голубые ячейки - когда группа модуля и агента псодержит все модули в не иниц " +"статусе." -#: ../../extensions/db_status.php:311 -msgid "Please check the SQL file for to know the kind of key needed." -msgstr "" - -#: ../../extensions/db_status.php:315 -#, php-format +#: ../../extensions/module_groups.php:386 msgid "" -"Unsuccessful the field %s in the table %s must be setted the default value " -"as %s." +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" msgstr "" +"Эта таблица отображает в колонках модулеи группы и в строках агенты группы. " +"В ячейках отображаются все модули" -#: ../../extensions/db_status.php:318 -msgid "" -"Please check the SQL file for to know the kind of default value needed." -msgstr "" +#: ../../extensions/module_groups.php:387 +msgid "There are no defined groups or module groups" +msgstr "здесь нет определенных групп или модулей групп" -#: ../../extensions/db_status.php:322 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted as defined in the " -"SQL file." -msgstr "" +#: ../../extensions/module_groups.php:407 ../../godmode/menu.php:90 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:330 +#: ../../operation/tree.php:84 +msgid "Module groups" +msgstr "Модуль групп" -#: ../../extensions/db_status.php:325 -msgid "" -"Please check the SQL file for to know the kind of extra config needed." -msgstr "" - -#: ../../extensions/db_status.php:336 -msgid "Successful all the tables have the correct fields" -msgstr "" - -#: ../../extensions/files_repo.php:91 -msgid "Extension not installed" -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 -msgid "The file exceeds the maximum size" -msgstr "" - -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" -msgstr "" - -#: ../../extensions/resource_exportation.php:55 -#: ../../extensions/resource_exportation.php:334 -msgid "Resource exportation" -msgstr "Ресурс экспортирования" - -#: ../../extensions/resource_exportation.php:337 -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 "" -"Это экспортирование облегчает экспортирование шаблонов ресурсов. Здесь вы " -"можете экспортировать в виде ресурса шаблона в Pandora FMS 3.x формате " -"(.ptr). " - -#: ../../extensions/insert_data.php:54 +#: ../../extensions/insert_data.php:58 msgid "Insert data" msgstr "Вставить данные" -#: ../../extensions/insert_data.php:83 +#: ../../extensions/insert_data.php:86 msgid "You haven't privileges for insert data in the agent." msgstr "Вы не имеете привилегий для вставки данных в агенте." -#: ../../extensions/insert_data.php:119 +#: ../../extensions/insert_data.php:122 #, php-format msgid "Can't save agent (%s), module (%s) data xml." msgstr "Нельзя сохранить агента (%s), модуль (%s) данных xml." -#: ../../extensions/insert_data.php:126 +#: ../../extensions/insert_data.php:131 #, php-format msgid "Save agent (%s), module (%s) data xml." msgstr "Сихранить агента (%s), модуль (%s) данных xml." -#: ../../extensions/insert_data.php:135 +#: ../../extensions/insert_data.php:142 #, php-format msgid "" "Please check that the directory \"%s\" is writeable by the apache user.
    " -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 "" -"Оповещение будет срабатывать, когда значения между " -"and " - -#: ../../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 "" -"Оповещение будет срабатывать, когда значения не между and " - -#: ../../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 -#, php-format -msgid "Total items: %s" -msgstr "Всего элементов: %s" - -#: ../../include/functions_ui.php:1950 -msgid "Unknown type" -msgstr "Неизвестный тип" - -#: ../../include/functions_ui.php:2749 -msgid "Type at least two characters to search." -msgstr "Наберите не менее двух символов для поиска" - -#: ../../include/functions_ui.php:3536 -msgid "Problem with Pandora FMS database" -msgstr "Проблема с базой данных Pandora FMS" - -#: ../../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." -msgstr "" -"Не удается подключиться к базе данных, пожалуйста, проверьте ваши настройки " -"базы данных в include/config.php file.

    \n" -"\t\t\t Возможно ваша база данных, имя хоста, пользователя или значения " -"пароля неверны \n" -"\t\t\t сервер базы данных не работает." - -#: ../../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 "" -"Если вы изменили систему авторизации, то эта проблема может возникнуть, " -"потому что Pandora не может переопределить переменные авторизации из " -"конфигурационной базы данных. Удалите их из своей базы данных, выполнив: " -"
    DELETE FROM tconfig WHERE token = \"auth\";
    " - -#: ../../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 "" -"Не удается загрузить переменные конфигурации из базы данных. Пожалуйста, " -"проверьте настройки базы данных в\n" -"\t\t\t include/config.php файл.

    \n" -"\t\t\t Скорее всего, ваша схема базы данных была создана, но в ней нет " -"никаких данных, у вас проблемы с учетными данными доступа к базе данных или " -"ваша схема устарела.\n" -"\t\t\t

    Консоль Pandora FMS не может найти include/config.php " -"или этот файл недействителен\n" -"\t\t\t разрешения и HTTP сервер не может это прочитать. Пожалуйста, " -"ознакомьтесь с документацией, чтобы исправить эту проблему.
    " - -#: ../../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 "" -"Консоль Pandora FMS не может найти include/config.php или этот файл " -"недействителен\n" -"\t\t\t разрешения и HTTP сервер не может это прочитать. Пожалуйста, " -"ознакомьтесь с документацией, чтобы исправить эту проблему." - -#: ../../include/functions_ui.php:3571 -#, php-format -msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" -"Вы можете попробовать запустить %sустановку мастера%s, чтобы создать " -"одну." - -#: ../../include/functions_ui.php:3574 -msgid "Installer active" -msgstr "установщик активных" - -#: ../../include/functions_ui.php:3575 -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 "" -"В соображениях безопасности, нормальная работа не представляется возможной, " -"пока не удалите установщика файла.\n" -"\t\t\t Пожалуйста, удалите ./install.php файл перед запуском консоли " -"Pandora FMS." - -#: ../../include/functions_ui.php:3579 -msgid "Bad permission for include/config.php" -msgstr "Нежелательное разрешение для включения/конф.php" - -#: ../../include/functions_ui.php:3580 -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 "" -"В соображениях безопасности, config.php должен иметь ограниченные " -"разрешения, и «чужие» пользователи \n" -"\t\t\t не должны читать или записывать сюда. это должно быть записано только " -"для владельца \n" -"\t\t\t (обычно веб-данных или HTTP демон пользователя), нормальная работа не " -"возможна, пока вы не измените\n" -"\t\t\t разрешения для include/config.php файла. Пожалуйста, сделайте " -"это, это для вашей безопасности." - -#: ../../include/functions_treeview.php:211 -#: ../../include/graphs/functions_flot.php:517 -msgid "No data" -msgstr "Данных нет" - -#: ../../include/functions_treeview.php:230 -msgid "Go to module edition" -msgstr "Перейти к модулю редактирования" - -#: ../../include/functions_treeview.php:268 -msgid "There was a problem loading alerts" -msgstr "Найдена проблема при загрузке оповещений" - -#: ../../include/functions_treeview.php:322 -msgid "Go to alerts edition" -msgstr "Перейти к редактированию оповещений." - -#: ../../include/functions_treeview.php:461 -msgid "Go to agent edition" -msgstr "Перейти к редактированию агента" - -#: ../../include/functions_treeview.php:470 -msgid "Agent data" -msgstr "" - -#: ../../include/functions_treeview.php:543 -msgid "Advanced information" -msgstr "Дополнительная информация" - -#: ../../include/functions_treeview.php:555 -#: ../../operation/agentes/estado_generalagente.php:257 -msgid "Agent access rate (24h)" -msgstr "Скорость доступа агента (24 часа)" - -#: ../../include/functions_treeview.php:615 -#: ../../operation/agentes/estado_generalagente.php:475 -msgid "Interface traffic" -msgstr "" - -#: ../../include/functions_treeview.php:637 -#: ../../operation/agentes/estado_generalagente.php:446 -msgid "Interface information" -msgstr "" - -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "Целевой IP не может быть пустым." - -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "Числовые OID" - -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "Синтаксис" - -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "Показать подсказку" - -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "Макс доступ" - -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "OID Информация" - -#: ../../include/functions_snmp_browser.php:475 -#: ../../godmode/agentes/module_manager.php:725 -msgid "Create network component" -msgstr "Создать сетевой компонент" - -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "Начальные OID" - -#: ../../include/functions_snmp_browser.php:521 -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/modules/manage_network_components_form_network.php:57 -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/modules/manage_network_components_form_network.php:59 -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/modules/manage_network_components_form_network.php:65 -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/modules/manage_network_components_form_network.php:66 -msgid "DES" -msgstr "система шифрования данных (DES)" - -#: ../../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/modules/manage_network_components_form_network.php:66 -msgid "AES" -msgstr "симметричный алгоритм блочного шифрования (AES)" - -#: ../../include/functions_snmp_browser.php:538 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:474 -#: ../../godmode/modules/manage_network_components_form_network.php:67 -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/modules/manage_network_components_form_network.php:72 -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/modules/manage_network_components_form_network.php:73 -msgid "MD5" -msgstr "MD5" - -#: ../../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/modules/manage_network_components_form_network.php:73 -msgid "SHA" -msgstr "SHA" - -#: ../../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/modules/manage_network_components_form_network.php:74 -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/modules/manage_network_components_form_network.php:75 -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/modules/manage_network_components_form_network.php:76 -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/modules/manage_network_components_form_network.php:76 -msgid "Auth and privacy method" -msgstr "Идентификация и метод конфиденциальности" - -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "Первое совпадение" - -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "Предыдущее совпадение" - -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "Следующее совпадение" - -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "Последнее совпадение" - -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "Разверните дерево (может быть медлено)" - -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "Свернуть дерево" - -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "SNMP v3 опции" - -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "Опции поиска" - -#: ../../include/functions_snmp_browser.php:603 -#: ../../godmode/agentes/module_manager_editor_network.php:27 -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 "" - -#: ../../include/help/clippy/homepage.php:60 -msgid "" -"Let me introduce my self: I am Pandorin, the annoying assistant of Pandora " -"FMS. You can follow my steps to do basic tasks in Pandora FMS or you can " -"close me and never see me again." -msgstr "" - -#: ../../include/help/clippy/homepage.php:67 -msgid "Close this wizard and don't open it again." -msgstr "" - -#: ../../include/help/clippy/homepage.php:81 -msgid "Which task would you like to do first?" -msgstr "" - -#: ../../include/help/clippy/homepage.php:85 -msgid "Ping to a Linux or Windows server with a Pandora FMS agent" -msgstr "" - -#: ../../include/help/clippy/homepage.php:90 -msgid "Create a alert by email in a critical module." -msgstr "" - -#: ../../include/help/clippy/homepage.php:209 -msgid "" -"The first thing you have to do is to setup the config email in the Pandora " -"FMS Server." -msgstr "" - -#: ../../include/help/clippy/homepage.php:213 -msgid "If you have it already configured you can go to the next step." -msgstr "" - -#: ../../include/help/clippy/homepage.php:218 -msgid "Now, pull down the Manage alerts menu and click on Actions. " -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/agent_out_of_limits.php:39 -msgid "Agent contact date passed it's ETA!." -msgstr "" - -#: ../../include/help/clippy/agent_out_of_limits.php:44 -msgid "" -"This happen when your agent stopped reporting or the server have any problem " -"(too load or just down). Check also connectivity between the agent and the " -"server." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 -msgid "Now you must go to Modules. Don't worry I'll lead you." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 -msgid "Click in this tab.." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 -msgid "Now you must create the module. Don't worry, i'll teach you." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 -msgid "Choose the network server module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 -msgid "And click the button." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 -msgid "Now you must create the module. Don't worry, i'll teach you ." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 -msgid "Now we are going to fill the form." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 -msgid "Please choose Network Management." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 -msgid "Choose the component named \"Host alive\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 -msgid "You can change the name if you want." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 -msgid "Check if the IP showed is the IP of your machine." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 -msgid "And only to finish it is clicking this button." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 -msgid "" -"Congrats! Your module has been created.
    and the status color is " -"blue.
    That color means that the module hasn't been executed for " -"the first time. In the next seconds, if there is no problem, the status " -"color will turn into red or green." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 -msgid "Select the critical module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "In template select \"Critical Condition\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 -msgid "Now, select the action created before." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 -msgid "Click on Add Alert button to create the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 -msgid "" -"To test the alert you've just created go to the main view by clicking on the " -"eye tab." -msgstr "" - -#: ../../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/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/functions_reports.php:499 -#: ../../include/functions_reporting.php:4295 -#: ../../include/functions_reporting.php:4373 -msgid "Simple graph" -msgstr "Простой график" - -#: ../../include/functions_reports.php:501 -#: ../../include/functions_reporting.php:3144 -msgid "Simple baseline graph" -msgstr "Простой базовый график" - -#: ../../include/functions_reports.php:511 -msgid "SQL vertical bar graph" -msgstr "SQL вертикальная панель графика" - -#: ../../include/functions_reports.php:513 -msgid "SQL pie graph" -msgstr "SQL секторный график" - -#: ../../include/functions_reports.php:515 -msgid "SQL horizonal bar graph" -msgstr "SQL горизонтальная панель графика" - -#: ../../include/functions_reports.php:519 -msgid "Automatic combined Graph" -msgstr "Автоматически комбинированный график" - -#: ../../include/functions_reports.php:524 -#: ../../include/functions_reports.php:526 -#: ../../include/functions_reports.php:528 -#: ../../include/functions_reports.php:530 -msgid "ITIL" -msgstr "ITIL" - -#: ../../include/functions_reports.php:548 -#: ../../include/functions_reports.php:550 -msgid "Forecasting" -msgstr "Прогнозирование" - -#: ../../include/functions_reports.php:551 -msgid "Projection graph" -msgstr "Проектирование графика" - -#: ../../include/functions_reports.php:562 -msgid "Monitor report" -msgstr "Отчет по мониторам" - -#: ../../include/functions_reports.php:564 -msgid "Serialize data" -msgstr "Упорядоченные данные" - -#: ../../include/functions_reports.php:568 -msgid "Historical Data" -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" -msgstr "Сгруппировано" - -#: ../../include/functions_reports.php:584 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1063 -msgid "SQL query" -msgstr "Запрос SQL" - -#: ../../include/functions_reports.php:589 -msgid "Network interfaces" -msgstr "" - -#: ../../include/functions_reports.php:594 -#: ../../include/functions_reports.php:596 -msgid "Text/HTML " -msgstr "Text/HTML " - -#: ../../include/functions_reports.php:597 -msgid "Import text from URL" -msgstr "Импорт текста из URL" - -#: ../../include/functions_reports.php:602 -msgid "Alert report module" -msgstr "Модуль отчета оповещение" - -#: ../../include/functions_reports.php:604 -msgid "Alert report agent" -msgstr "Агент отчета оповещения" - -#: ../../include/functions_reports.php:607 -msgid "Alert report group" -msgstr "Группа отчета оповещения" - -#: ../../include/functions_reports.php:613 -msgid "Event report agent" -msgstr "Агент Отчета событий" - -#: ../../include/functions_reports.php:615 -msgid "Event report module" -msgstr "Модуль отчета событий" - -#: ../../include/functions_reports.php:617 -msgid "Event report group" -msgstr "Группа отчета событий" - -#: ../../include/functions_reports.php:624 -msgid "Inventory changes" -msgstr "Изменения инвентаризации" - -#: ../../include/functions_reports.php:632 -#: ../../include/functions_reporting.php:3340 -msgid "Agent configuration" -msgstr "Агент конфигурации" - -#: ../../include/functions_reports.php:634 -#: ../../include/functions_reporting.php:2358 -msgid "Group configuration" -msgstr "Группа конфигурации" - -#: ../../include/functions_reports.php:636 -msgid "Netflow area chart" -msgstr "Диаграмма области сетевого потока" - -#: ../../include/functions_reports.php:638 -msgid "Netflow pie chart" -msgstr "Секторная диаграмма сетевого потока" - -#: ../../include/functions_reports.php:640 -msgid "Netflow data table" -msgstr "Таблица данных сетевого потока" - -#: ../../include/functions_reports.php:642 -msgid "Netflow statistics table" -msgstr "Таблица статистики сетевого потока" - -#: ../../include/functions_reports.php:644 -msgid "Netflow summary table" -msgstr "Суммарная таблица сетевого потока" - -#: ../../include/functions_agents.php:527 -#: ../../godmode/massive/massive_copy_modules.php:434 -msgid "No source agent to copy" -msgstr "Нет источника агента для копирования" - -#: ../../include/functions_agents.php:532 -#: ../../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 -#: ../../godmode/massive/massive_copy_modules.php:447 -msgid "No modules have been selected" -msgstr "Модули не выбраны" - -#: ../../include/functions_agents.php:664 -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 -msgid "No Monitors" -msgstr "Нет Мониторов" - -#: ../../include/functions_agents.php:2102 -#: ../../include/functions_agents.php:2127 -#: ../../include/functions_agents.php:2152 -#: ../../include/functions_reporting.php:6310 -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 -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 -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 -msgid "All Monitors OK" -msgstr "Все мониторы Ок" - -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Активные инциденты" - -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Активные инциденты, с комментриями" - -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Отклоненные инциденты" - -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Истекшие инциденты" - -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Закрытые инциденты" - -#: ../../include/functions_snmp.php:67 -msgid "Load Average (Last minute)" -msgstr "" - -#: ../../include/functions_snmp.php:71 -msgid "Load Average (Last 5 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:75 -msgid "Load Average (Last 15 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:79 -msgid "Total Swap Size configured for the host" -msgstr "" - -#: ../../include/functions_snmp.php:83 -msgid "Available Swap Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:87 -msgid "Total Real/Physical Memory Size on the host" -msgstr "" - -#: ../../include/functions_snmp.php:91 -msgid "Available Real/Physical Memory Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:95 -msgid "Total Available Memory on the host" -msgstr "" - -#: ../../include/functions_snmp.php:99 -msgid "Total Cached Memory" -msgstr "" - -#: ../../include/functions_snmp.php:103 -msgid "Total Buffered Memory" -msgstr "" - -#: ../../include/functions_snmp.php:107 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:111 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:115 -msgid "Number of blocks sent to a block device" -msgstr "" - -#: ../../include/functions_snmp.php:119 -msgid "Number of blocks received from a block device" -msgstr "" - -#: ../../include/functions_snmp.php:123 -msgid "Number of interrupts processed" -msgstr "" - -#: ../../include/functions_snmp.php:127 -msgid "Number of context switches" -msgstr "" - -#: ../../include/functions_snmp.php:131 -msgid "user CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:135 -msgid "system CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:139 -msgid "idle CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:143 -msgid "system Up time" -msgstr "" - -#: ../../include/functions_reporting.php:1153 -msgid "Event Report Group" -msgstr "" - -#: ../../include/functions_reporting.php:1329 -msgid "Event Report Module" -msgstr "" - -#: ../../include/functions_reporting.php:1499 -msgid "Agent/Modules" -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 "Исключения - Модули выше или равные %s" - -#: ../../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 "Исключения - Модули ниже или равные %s" - -#: ../../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 "Исключения - Модули ниже %s" - -#: ../../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 "Исключения - Модули выше %s" - -#: ../../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 "Исключение - Равно %s" - -#: ../../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 "Исключения - Не равные %s" - -#: ../../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 -msgid "" -"The group has no agents or none of the agents has any network interface" -msgstr "" - -#: ../../include/functions_reporting.php:2503 -msgid "bytes/s" -msgstr "" - -#: ../../include/functions_reporting.php:2532 -msgid "Alert Report Group" -msgstr "" - -#: ../../include/functions_reporting.php:2659 -msgid "Alert Report Agent" -msgstr "" - -#: ../../include/functions_reporting.php:2786 -msgid "Alert Report Module" -msgstr "" - -#: ../../include/functions_reporting.php:2938 -msgid "SQL Graph Vertical Bars" -msgstr "" - -#: ../../include/functions_reporting.php:2941 -msgid "SQL Graph Horizontal Bars" -msgstr "" - -#: ../../include/functions_reporting.php:2944 -msgid "SQL Graph Pie" -msgstr "" - -#: ../../include/functions_reporting.php:3069 -msgid "Netflow Area" -msgstr "" - -#: ../../include/functions_reporting.php:3072 -msgid "Netflow Pie" -msgstr "" - -#: ../../include/functions_reporting.php:3075 -msgid "Netflow Data" -msgstr "" - -#: ../../include/functions_reporting.php:3078 -msgid "Netflow Statistics" -msgstr "" - -#: ../../include/functions_reporting.php:3081 -msgid "Netflow Summary" -msgstr "" - -#: ../../include/functions_reporting.php:3204 -msgid "Prediction Date" -msgstr "" - -#: ../../include/functions_reporting.php:3734 -msgid "" -"Illegal query: Due security restrictions, there are some tokens or words you " -"cannot use: *, delete, drop, alter, modify, union, password, pass, insert or " -"update." -msgstr "" - -#: ../../include/functions_reporting.php:3831 -msgid "No Address" -msgstr "" - -#: ../../include/functions_reporting.php:4227 -msgid "Minimal" -msgstr "Минимум" - -#: ../../include/functions_reporting.php:4230 -msgid "Maximun" -msgstr "Максимум" - -#: ../../include/functions_reporting.php:4750 -#: ../../include/functions_reporting.php:4864 -#: ../../include/functions_reporting.php:4993 -msgid "Maximum of events shown" -msgstr "" - -#: ../../include/functions_reporting.php:5355 -#: ../../include/functions_reporting.php:5392 -msgid "Server health" -msgstr "Стабильность сервера" - -#: ../../include/functions_reporting.php:5355 -#, php-format -msgid "%d Downed servers" -msgstr "%d серверов, вышедших из строя" - -#: ../../include/functions_reporting.php:5363 -#: ../../include/functions_reporting.php:5395 -msgid "Monitor health" -msgstr "Мониторинг состояния" - -#: ../../include/functions_reporting.php:5363 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Не обычных мониторов" - -#: ../../include/functions_reporting.php:5365 -#: ../../include/functions_reporting.php:5396 -msgid "of monitors up" -msgstr "мониторов включено" - -#: ../../include/functions_reporting.php:5371 -#: ../../include/functions_reporting.php:5398 -msgid "Module sanity" -msgstr "Необходимость модуля" - -#: ../../include/functions_reporting.php:5371 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Не инициализированных мониторов" - -#: ../../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 "%d Запущенных оповещений" - -#: ../../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 "%d общее число модулей" - -#: ../../include/functions_reporting.php:6359 -#: ../../include/functions_reporting.php:6366 -#, php-format -msgid "%d Normal modules" -msgstr "%d Обычные модули" - -#: ../../include/functions_reporting.php:6360 -#: ../../include/functions_reporting.php:6367 -#, php-format -msgid "%d Critical modules" -msgstr "%d Критические модули" - -#: ../../include/functions_reporting.php:6361 -#: ../../include/functions_reporting.php:6368 -#, php-format -msgid "%d Warning modules" -msgstr "%d Предупреждающие модули" - -#: ../../include/functions_reporting.php:6362 -#: ../../include/functions_reporting.php:6369 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Неизвестные модули" - -#: ../../include/functions_reporting.php:6373 -#, php-format -msgid "%d Total agents" -msgstr "%d Всего агентов" - -#: ../../include/functions_reporting.php:6374 -#, php-format -msgid "%d Normal agents" -msgstr "%d Обычные агенты" - -#: ../../include/functions_reporting.php:6375 -#, php-format -msgid "%d Critical agents" -msgstr "%d Критические агенты" - -#: ../../include/functions_reporting.php:6376 -#, php-format -msgid "%d Warning agents" -msgstr "%d предупреждающие агенты" - -#: ../../include/functions_reporting.php:6377 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Неизвестные агенты" - -#: ../../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 "WMI Модулей" - -#: ../../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 "M" - -#: ../../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 "%s минут" - -#: ../../include/functions.php:1986 ../../include/functions.php:1987 -#, php-format -msgid "%s hours" -msgstr "%s часов" - -#: ../../include/functions.php:1989 ../../include/functions_netflow.php:1090 -#: ../../include/ajax/module.php:123 -msgid "1 week" -msgstr "1 неделя" - -#: ../../include/functions.php:1992 ../../include/functions.php:1993 -#, php-format -msgid "%s months" -msgstr "%s месяцев" - -#: ../../include/functions.php:1995 ../../include/functions.php:1996 -#, php-format -msgid "%s years" -msgstr "%s лет" - -#: ../../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 "5 секунд" - -#: ../../include/functions.php:2536 -#: ../../operation/gis_maps/render_view.php:124 -msgid "10 seconds" -msgstr "10 секунд" - -#: ../../include/functions.php:2537 -msgid "15 seconds" -msgstr "15 секунд" - -#: ../../include/functions.php:2538 -#: ../../operation/gis_maps/render_view.php:125 -msgid "30 seconds" -msgstr "30 секунд" - -#: ../../include/functions.php:2542 -msgid "15 minutes" -msgstr "15 минут" - -#: ../../include/functions.php:2543 ../../include/ajax/module.php:118 -msgid "30 minutes" -msgstr "30 минут" - -#: ../../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 "10 мин." - -#: ../../include/functions_netflow.php:1047 -#: ../../include/functions_netflow.php:1080 -msgid "15 mins" -msgstr "15 мин." - -#: ../../include/functions_netflow.php:1048 -#: ../../include/functions_netflow.php:1081 -msgid "30 mins" -msgstr "30 мин" - -#: ../../include/functions_netflow.php:1055 -#: ../../include/functions_netflow.php:1088 -msgid "5 days" -msgstr "5 дней" - -#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:126 -msgid "3 months" -msgstr "3 месяца" - -#: ../../include/functions_netflow.php:1062 -msgid "Last year" -msgstr "Прошлый год" - -#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:129 -msgid "2 years" -msgstr "2 года" - -#: ../../include/functions_netflow.php:1076 -msgid "1 min" -msgstr "1 мин" - -#: ../../include/functions_netflow.php:1077 -msgid "2 mins" -msgstr "2 мин" - -#: ../../include/functions_netflow.php:1078 -msgid "5 mins" -msgstr "5 мин." - -#: ../../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 "МБ/c" - -#: ../../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 "IP назначения" - -#: ../../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 "IP источника" - -#: ../../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" -msgstr "Метка" - -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:326 -#: ../../godmode/reporting/visual_console_builder.data.php:121 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -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 -#: ../../godmode/reporting/visual_console_builder.wizard.php:104 -msgid "Static Graph" -msgstr "График статистики" - -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:572 -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -msgid "Percentile Item" -msgstr "Процентиль элемента" - -#: ../../include/functions_visual_map_editor.php:57 -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -msgid "Simple value" -msgstr "Простое значение" - -#: ../../include/functions_visual_map_editor.php:57 -msgid "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:131 -msgid "Border width" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:140 -msgid "Fill color" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:198 -msgid "Enable link" -msgstr "Включить ссылку" - -#: ../../include/functions_visual_map_editor.php:217 -msgid "Background color" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:219 -msgid "White" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:220 -msgid "Black" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:221 -msgid "Transparent" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:317 -#: ../../godmode/reporting/visual_console_builder.wizard.php:153 -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 -msgid "Max value" -msgstr "Максимальное значение" - -#: ../../include/functions_visual_map_editor.php:319 -#: ../../godmode/reporting/visual_console_builder.wizard.php:155 -msgid "Avg value" -msgstr "Среднее значение" - -#: ../../include/functions_visual_map_editor.php:333 -msgid "Original Size" -msgstr "Исходный размер" - -#: ../../include/functions_visual_map_editor.php:340 -msgid "Aspect ratio" -msgstr "Соотношение сторон" - -#: ../../include/functions_visual_map_editor.php:341 -msgid "Width proportional" -msgstr "Ширина пропорциональна" - -#: ../../include/functions_visual_map_editor.php:347 -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 -msgid "Value to show" -msgstr "Показываемое значение" - -#: ../../include/functions_visual_map_editor.php:477 -msgid "For use the original image file size, set 0 width and 0 height." -msgstr "" -"Для использования оригинального размера изображение, укажите 0 в значениях " -"длинны и ширины." - -#: ../../include/functions_visual_map_editor.php:504 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Map linked" -msgstr "Карта связана" - -#: ../../include/functions_visual_map_editor.php:513 -msgid "Lines haven't advanced options" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:540 -msgid "Click start point
    of the line" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:545 -msgid "Click end point
    of the line" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:586 -msgid "Show grid" -msgstr "Показать сетку" - -#: ../../include/functions_visual_map_editor.php:588 -msgid "Delete item" -msgstr "Удалить элемент" - -#: ../../include/functions_visual_map_editor.php:589 -msgid "Copy item" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:617 -msgid "No image or name defined." -msgstr "Нет определенного изображения или имени." - -#: ../../include/functions_visual_map_editor.php:619 -msgid "No label defined." -msgstr "Метка не определена." - -#: ../../include/functions_visual_map_editor.php:621 -msgid "No image defined." -msgstr "Изображение не определено." - -#: ../../include/functions_visual_map_editor.php:623 -msgid "No process defined." -msgstr "Процесс не определен." - -#: ../../include/functions_visual_map_editor.php:625 -msgid "No Max value defined." -msgstr "Макс значение не определено." - -#: ../../include/functions_visual_map_editor.php:627 -msgid "No width defined." -msgstr "Ширина не определена." - -#: ../../include/functions_visual_map_editor.php:629 -msgid "No period defined." -msgstr "Период не определен." - -#: ../../include/functions_visual_map_editor.php:631 -msgid "No agent defined." -msgstr "Агент не определен." - -#: ../../include/functions_visual_map_editor.php:633 -msgid "No module defined." -msgstr "Модуль не определен." - -#: ../../include/functions_visual_map_editor.php:636 -msgid "Successfully save the changes." -msgstr "Изменения успешно сохранены." - -#: ../../include/functions_visual_map_editor.php:638 -msgid "Could not be save" -msgstr "Не может быть сохранено" - -#: ../../include/functions_custom_graphs.php:212 -#: ../../godmode/reporting/reporting_builder.list_items.php:312 -msgid "No items." -msgstr "" - -#: ../../include/functions_planned_downtimes.php:42 -#: ../../include/functions_planned_downtimes.php:678 -#: ../../godmode/agentes/planned_downtime.editor.php:206 -msgid "" -"Not created. Error inserting data. Start time must be higher than the " -"current time" -msgstr "" -"Не создан. Произошла ошибка при вставке данных. Время начала должно быть " -"выше, чем текущее время" - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:682 -#: ../../include/functions_planned_downtimes.php:687 -#: ../../include/functions_planned_downtimes.php:695 -#: ../../include/functions_planned_downtimes.php:702 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -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 -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 -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 -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 -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 -msgid "Planned downtime must have a name" -msgstr "Запланированный простой должен иметь имя" - -#: ../../include/functions_planned_downtimes.php:560 -msgid "Succesful stopped the Downtime" -msgstr "Успешно остановлен простой" - -#: ../../include/functions_planned_downtimes.php:561 -msgid "Unsuccesful stopped the Downtime" -msgstr "Неуспешно остановлен простой" - -#: ../../include/functions_planned_downtimes.php:660 -#, php-format -msgid "Enabled %s elements from the downtime" -msgstr "Включено %s элементов простоя" - -#: ../../include/functions_planned_downtimes.php:688 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -msgid "The end date must be higher than the current time" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:785 -msgid "This planned downtime are executed now. Can't delete in this moment." -msgstr "" - -#: ../../include/functions_planned_downtimes.php:790 -msgid "Deleted this planned downtime successfully." -msgstr "" - -#: ../../include/functions_planned_downtimes.php:792 -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:" -msgstr "От:" - -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:2555 -#: ../../godmode/agentes/planned_downtime.editor.php:511 -msgid "To:" -msgstr "Куда:" - -#: ../../include/functions_reporting_html.php:577 -msgid "Events by Severity" -msgstr "" - -#: ../../include/functions_reporting_html.php:1036 -#: ../../include/functions_reporting_html.php:2432 -msgid "Monitors" -msgstr "Наблюдатели" - -#: ../../include/functions_reporting_html.php:1265 -#, php-format -msgid "Agent '%s'" -msgstr "" - -#: ../../include/functions_reporting_html.php:1279 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "" - -#: ../../include/functions_reporting_html.php:1282 -msgid "Mac" -msgstr "" - -#: ../../include/functions_reporting_html.php:1283 -msgid "Actual status" -msgstr "" - -#: ../../include/functions_reporting_html.php:1509 -msgid "Empty modules" -msgstr "" - -#: ../../include/functions_reporting_html.php:1516 -msgid "Warning
    Critical" -msgstr "" - -#: ../../include/functions_reporting_html.php:1714 -msgid "Agent max" -msgstr "" - -#: ../../include/functions_reporting_html.php:1717 -msgid "Agent min" -msgstr "" - -#: ../../include/functions_reporting_html.php:1921 -#: ../../operation/tree.php:163 -msgid "Module status" -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" -msgstr "Идентификатор пользователя" - -#: ../../include/functions_reporting_html.php:2042 -#: ../../include/functions_reporting_html.php:2270 -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "Times fired" -msgstr "Число запусков" - -#: ../../include/functions_reporting_html.php:2091 -msgid "Alerts not fired" -msgstr "Угрозы не снятия" - -#: ../../include/functions_reporting_html.php:2100 -msgid "Total alerts monitored" -msgstr "Всего обработанных оповещений" - -#: ../../include/functions_reporting_html.php:2151 -msgid "Total monitors" -msgstr "всего мониторов" - -#: ../../include/functions_reporting_html.php:2152 -msgid "Monitors down on period" -msgstr "Мониторы вниз по периоду" - -#: ../../include/functions_reporting_html.php:2168 -msgid "Monitors OK" -msgstr "OK Монитор" - -#: ../../include/functions_reporting_html.php:2169 -msgid "Monitors BAD" -msgstr "BAD Монитор" - -#: ../../include/functions_reporting_html.php:2243 -#, php-format -msgid "Agents in group: %s" -msgstr "Агенты в группе: %s" - -#: ../../include/functions_reporting_html.php:2336 -msgid "Last failure" -msgstr "Последний сбой" - -#: ../../include/functions_reporting_html.php:2400 -msgid "N/A(*)" -msgstr "нет данных(*)" - -#: ../../include/functions_reporting_html.php:2574 -msgid "Agents critical" -msgstr "" - -#: ../../include/functions_reporting_html.php:2577 -msgid "Agents warning" -msgstr "" - -#: ../../include/functions_reporting_html.php:2583 -msgid "Agents ok" -msgstr "" - -#: ../../include/functions_reporting_html.php:2592 -msgid "Agents not init" -msgstr "" - -#: ../../include/functions_reporting_html.php:2603 -#: ../../include/functions_reporting_html.php:2612 -msgid "Agents by status" -msgstr "" - -#: ../../include/functions_reporting_html.php:2656 -#: ../../include/functions_reporting_html.php:2665 -msgid "Node overview" -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" -msgstr "Критические события" - -#: ../../include/functions_reporting_html.php:2687 -#: ../../include/functions_reporting_html.php:2704 -msgid "Warning events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2691 -#: ../../include/functions_reporting_html.php:2708 -msgid "OK events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2712 -msgid "Unknown events" -msgstr "" - -#: ../../include/functions_reporting_html.php:2735 -msgid "Important Events by Criticity" -msgstr "" - -#: ../../include/functions_reporting_html.php:2761 -msgid "Last activity in Pandora FMS console" -msgstr "" - -#: ../../include/functions_reporting_html.php:2837 -msgid "Events info (1hr.)" -msgstr "" - -#: ../../include/functions_events.php:865 -#: ../../operation/agentes/tactical.php:192 -msgid "Latest events" -msgstr "Последние события" - -#: ../../include/functions_events.php:1000 -msgid "Events -by module-" -msgstr "События -по модулю-" - -#: ../../include/functions_events.php:1010 -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -msgid "Event graph" -msgstr "График события" - -#: ../../include/functions_events.php:1015 -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -msgid "Event graph by agent" -msgstr "События графика по агенту" - -#: ../../include/functions_events.php:1120 -msgid "Going to unknown" -msgstr "Перейти к неизвестному" - -#: ../../include/functions_events.php:1126 -msgid "Alert manually validated" -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 "Recon сервер определил нового хозяина" - -#: ../../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 "id агента" - -#: ../../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 "Недействительные пользовательские данные: %s" - -#: ../../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 "дополнительный ID" - -#: ../../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 "3 года (3 years)" - -#: ../../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 "F." - -#: ../../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" -msgstr "Обзор графика" - -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" -msgstr "" - -#: ../../include/functions_config.php:99 -msgid "Failed updated: User did not login." -msgstr "Ошибка обновления: Пользователь не вошел в систему." - -#: ../../include/functions_config.php:107 -msgid "Failed updated: User is not admin." -msgstr "Сбой обновления: Пользователь не администратор." - -#: ../../include/functions_config.php:136 -#: ../../godmode/setup/setup_general.php:56 -msgid "Remote config directory" -msgstr "Папка удаленных настроек" - -#: ../../include/functions_config.php:143 -#: ../../godmode/setup/setup_general.php:69 -msgid "Automatic check for updates" -msgstr "Автоматическая проверка обновлений" - -#: ../../include/functions_config.php:153 -#: ../../godmode/setup/setup_general.php:93 -msgid "Enable GIS features in Pandora Console" -msgstr "Включить возможности ГИС в Pandora Console" - -#: ../../include/functions_config.php:155 -#: ../../godmode/setup/setup_general.php:97 -msgid "Enable Integria incidents in Pandora Console" -msgstr "Включить Integria инциденты в консоли Pandora" - -#: ../../include/functions_config.php:157 -#: ../../godmode/setup/setup_general.php:169 -msgid "Integria inventory" -msgstr "Integria инвентаризация" - -#: ../../include/functions_config.php:159 -#: ../../godmode/setup/setup_general.php:149 -msgid "Integria API password" -msgstr "Integria API пароль" - -#: ../../include/functions_config.php:161 -#: ../../godmode/setup/setup_general.php:140 -msgid "Integria URL" -msgstr "Integria URL" - -#: ../../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 "Команда Snapshot" - -#: ../../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 "Компактная интерполяции в часах (1хорошо -20 плохо)" - -#: ../../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 "Nfdump двоичного пути" - -#: ../../include/functions_config.php:601 -#: ../../godmode/setup/setup_netflow.php:55 -msgid "Nfexpire binary path" -msgstr "Nfexpire двоичного пути" - -#: ../../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 "Ошибка обновления: следующия значения не могут обновить: %s" - -#: ../../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 "" -"Ваша база данных не в хорошем состоянии. Кажется, что она находится более " -"чем 48 часов без надлежащего обслуживания. Пожалуйста, ознакомьтесь с " -"документацией Pandora FMS о том, как выполнять этот процесс обслуживания В " -"процессе (pandora_db.pl) и начать его как можно скорее" - -#: ../../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 "" -"Ваш Pandora FMS режим \"develop_bypass\" включен. Это режим разработчика и " -"должны быть отключен в производственной системе. Это значение записывается в " -"главный файл index.php" - -#: ../../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 "Новое обновление Консоли Pandora" - -#: ../../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." -msgstr "" -"Файл отсутствует в памяти диска. Пожалуйста, обратитесь к администратору." - -#: ../../include/functions_users.php:377 -#, php-format -msgid "User %s login at %s" -msgstr "Пользователь %s вход в %s" - -#: ../../include/functions_users.php:438 -#, php-format -msgid "User %s was deleted in the DB at %s" -msgstr "Пользователь %s был удален в БД в %s" - -#: ../../include/functions_users.php:443 -#, php-format -msgid "User %s logout at %s" -msgstr "Пользователь %s выход из %s" - -#: ../../include/class/Tree.class.php:1468 -msgid "NO DATA" -msgstr "" - -#: ../../extras/pandora_diag.php:90 -msgid "Pandora FMS Diagnostic tool" -msgstr "Pandora FMS инструмент диагностики" - -#: ../../extras/pandora_diag.php:93 -msgid "Item" -msgstr "Пункт" - -#: ../../extras/pandora_diag.php:94 -msgid "Data value" -msgstr "Значение параметра" - -#: ../../operation/menu.php:37 -msgid "Views" -msgstr "" - -#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:142 -#: ../../godmode/agentes/agent_manager.php:165 -msgid "Agent detail" -msgstr "Агент детализации" - -#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:41 -msgid "Monitor detail" -msgstr "Детали монитора" - -#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:296 -#: ../../operation/agentes/alerts_status.php:126 -msgid "Alert detail" -msgstr "Детали оповещения" - -#: ../../operation/menu.php:72 -msgid "Netflow Live View" -msgstr "Обзор живого сетевого потока" - -#: ../../operation/menu.php:83 ../../operation/events/events_rss.php:185 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/menu.php:89 -msgid "SNMP console" -msgstr "Консоль SNMP" - -#: ../../operation/menu.php:90 -msgid "SNMP browser" -msgstr "Браузер SNMP" - -#: ../../operation/menu.php:91 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 -msgid "MIB uploader" -msgstr "MIB загрузчик" - -#: ../../operation/menu.php:108 -msgid "Topology maps" -msgstr "" - -#: ../../operation/menu.php:183 ../../operation/gis_maps/gis_map.php:31 -#: ../../operation/gis_maps/index.php:26 -msgid "GIS Maps" -msgstr "ГИС Карты" - -#: ../../operation/menu.php:188 -msgid "List of Gis maps" -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" -msgstr "Пользовательские отчеты" - -#: ../../operation/menu.php:243 ../../operation/reporting/graph_viewer.php:161 -#: ../../godmode/reporting/graphs.php:71 -msgid "Custom graphs" -msgstr "Пользовательские графики" - -#: ../../operation/menu.php:278 -msgid "RSS" -msgstr "Ленты новостей RSS" - -#: ../../operation/menu.php:283 -msgid "CSV File" -msgstr "CSV файл" - -#: ../../operation/menu.php:288 -msgid "Marquee" -msgstr "Маркер" - -#: ../../operation/menu.php:296 ../../operation/events/sound_events.php:44 -msgid "Sound Events" -msgstr "Звуковые события" - -#: ../../operation/menu.php:308 ../../operation/events/events.php:416 -msgid "Sound Alerts" -msgstr "Звуковые Оповещения" - -#: ../../operation/menu.php:318 -msgid "Workspace" -msgstr "Рабочая область" - -#: ../../operation/menu.php:331 -msgid "WebChat" -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" -msgstr "Инциденты" - -#: ../../operation/menu.php:358 -msgid "List of Incidents" -msgstr "" - -#: ../../operation/menu.php:367 ../../operation/messages/message_list.php:43 -#: ../../operation/messages/message_edit.php:46 -msgid "Messages" -msgstr "Сообщения" - -#: ../../operation/menu.php:373 -msgid "Messages List" -msgstr "" - -#: ../../operation/menu.php:374 -msgid "New message" -msgstr "Новое сообщение" - -#: ../../operation/menu.php:388 -msgid "Tools" -msgstr "" - -#: ../../operation/menu.php:395 ../../operation/agentes/exportdata.php:36 -msgid "Export data" -msgstr "Экспорт данных" - -#: ../../operation/menu.php:399 -msgid "Scheduled downtime" -msgstr "Предусмотренный графиком простой" - -#: ../../operation/menu.php:403 -msgid "Recon view" -msgstr "Просмотеть рекон" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Extensions" -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 "Есть ошибка в сообщении от Integra или нет соединения." - -#: ../../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 "Дополнительное ID" - -#: ../../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 "f" - -#: ../../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 "RSS События" - -#: ../../operation/events/events.php:335 -msgid "Marquee display" -msgstr "Отображение \"Бегущая строка\"" - -#: ../../operation/events/events.php:340 -msgid "Export to CSV file" -msgstr "Эксорт в файл CSV" - -#: ../../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 -#, php-format -msgid "Error updating passwords: %s" -msgstr "Ошибка при обновлении паролей : %s" - -#: ../../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 "" -"Вы не можете изменить свой пароль в Pandora FMS при текущей системе " -"аутентификации" - -#: ../../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 "" -"Пользователь может настроить главную страницу. По умолчанию будет " -"отображаться как \"Агент Деталей\". Например: Выберите «Другие» и тип " -"sec=estado&sec2=operation/agentes/estado_agente чтобы показать агент деталей " -"подробно" - -#: ../../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 "" -"Вы не можете изменить вашу пользовательскую информацию в Pandora FMS " -"притекущей системе аутентификации" - -#: ../../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 "Соединение установлено ... сообщения за последние 24 часа..." - -#: ../../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 -#, php-format -msgid "Message successfully sent to user %s" -msgstr "Сообщение успешно отправлены пользователю %s" - -#: ../../operation/messages/message_edit.php:137 -#, php-format -msgid "Error sending message to user %s" -msgstr "Ошибка при отправке сообщения пользователю %s" - -#: ../../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 "Ошибка при отправке сообщения в группу %s" - -#: ../../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 -#, php-format -msgid "%s Found" -msgstr "%s Найдено" - -#: ../../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 "Показать %s of %s. Просмотреть все совпадения" - -#: ../../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" -msgstr "SNMP Консоль" - -#: ../../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" -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 "Здесь нет прерываний SNMP в базе данных" - -#: ../../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 "Браузер SNMP" - -#: ../../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 "MS Excel" - -#: ../../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 "Меню конфигурации Графа Pandora FMS" - -#: ../../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 "" -"Там нет GIS данных для этого агента, поэтому они находятся в режиме по " -"умолчанию карты." - -#: ../../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 +#: ../../extensions/realtime_graphs.php:118 #, php-format -msgid "%s Km" -msgstr "%s Km" - -#: ../../operation/agentes/gis_view.php:178 -#: ../../godmode/setup/gis_step_2.php:300 -msgid "Longitude" -msgstr "Долгота" - -#: ../../operation/agentes/gis_view.php:179 -#: ../../godmode/setup/gis_step_2.php:296 -msgid "Latitude" -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 "# of Пакеты" - -#: ../../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 "" -"Показать события, которые отключены поскольку этот узел Pandora установлен " -"случаем репликации." - -#: ../../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 "" -"Статусы агента пересчитаны на сервере, они не показаны в реальном времени." +msgid "%s Server CPU" +msgstr "%s CPU сервера" -#: ../../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 +#: ../../extensions/realtime_graphs.php:120 #, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump двоичные (%s) не найдены!" - -#: ../../operation/netflow/nf_live_view.php:125 -msgid "Make sure nfdump version 1.6.8 or newer is installed!" -msgstr "Убедитесь, что версия 1.6.8 nfdump никогда не устанавливалась!" - -#: ../../operation/netflow/nf_live_view.php:148 -msgid "Error creating filter" -msgstr "Ошибка при создании фильтра" - -#: ../../operation/netflow/nf_live_view.php:151 -msgid "Filter created successfully" -msgstr "Фильтр создан успешно" - -#: ../../operation/netflow/nf_live_view.php:166 -msgid "Filter updated successfully" -msgstr "Фильтр обновлен успешно" - -#: ../../operation/netflow/nf_live_view.php:167 -msgid "Error updating filter" -msgstr "Ошибка при обновлении фильтра" - -#: ../../operation/netflow/nf_live_view.php:189 -msgid "Draw live filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:221 -msgid "Connection" -msgstr "Подключение" - -#: ../../operation/netflow/nf_live_view.php:245 -msgid "The interval will be divided in chunks the length of the resolution." -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" -msgstr "Максимальные значения" - -#: ../../operation/netflow/nf_live_view.php:264 -#: ../../godmode/setup/setup_netflow.php:70 -msgid "IP address resolution can take a lot of time" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:267 -msgid "IP address resolution" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:267 -#: ../../godmode/setup/setup_netflow.php:69 -msgid "Resolve the IP addresses to get their hostnames." -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:317 -msgid "Select a filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "Dst Ip" -msgstr "IP-адрес пункта назначения" - -#: ../../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" -msgstr "" -"IP-адрес пункта назначения. Запятая разделяет список IP-адресов пункта " -"назначения. Если вы оставите поле пустым, будут показаны все IP-адреса. " -"Например, фильтра по IP:
    25.46.157.214,160.253.135.249" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "Src Ip" -msgstr "Ip-адрес источника" - -#: ../../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" -msgstr "" -"IP-адрес источника. Запятая разделяет список IP-адресов источника. Если вы " -"оставите поле пустым, будут показаны все IP-адреса. Например, фильтра по " -"IP:
    25.46.157.214,160.253.135.249" - -#: ../../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" -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" -msgstr "" -"Порт назначения. Запятая разделяет список портов назначения. Если оставить " -"это поле пустым, будут показаны все порты. Пример фильтра по портам 80 и " -"22:
    80,22" - -#: ../../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" -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" -msgstr "" -"Порт источника. Запятая разделяет список портов источника. Если оставить это " -"поле пустым, будут показаны все порты. Пример фильтра по портам 80 и " -"22:
    80,22" - -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../godmode/netflow/nf_edit_form.php:225 -msgid "Aggregate by" -msgstr "Объединено по" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Ip Address" -msgstr "Ip-адрес источника" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Ip Address" -msgstr "Ip-адрес назначения" - -#: ../../operation/netflow/nf_live_view.php:384 -#: ../../godmode/netflow/nf_edit_form.php:230 -msgid "Output format" -msgstr "Выходной формат" - -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes per second" -msgstr "Байт в секунду" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes" -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 "Мегабайтов в секунду" +msgid "Pending packages from %s Server" +msgstr "Ожидающие пакеты с сервера %s" -#: ../../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 +#: ../../extensions/realtime_graphs.php:124 #, php-format -msgid "Sort the agents by %s" -msgstr "" - -#: ../../operation/tree.php:91 -msgid "tags" -msgstr "теги" - -#: ../../operation/tree.php:97 -msgid "groups" -msgstr "группы" - -#: ../../operation/tree.php:100 -msgid "module groups" -msgstr "модули групп" - -#: ../../operation/tree.php:107 -msgid "policies" -msgstr "правила" - -#: ../../operation/tree.php:138 -msgid "Agent status" -msgstr "Статус агента" - -#: ../../operation/tree.php:140 -msgid "Search agent" -msgstr "Поиск агента" - -#: ../../operation/tree.php:165 -msgid "Search module" -msgstr "" - -#: ../../operation/tree.php:189 -msgid "Tree search" -msgstr "" - -#: ../../operation/tree.php:281 -msgid "Critical agents" -msgstr "" - -#: ../../operation/tree.php:286 -msgid "Warning agents" -msgstr "" - -#: ../../operation/tree.php:291 -msgid "Unknown agents" -msgstr "" - -#: ../../operation/tree.php:296 -msgid "Not init agents" -msgstr "" - -#: ../../operation/tree.php:301 -msgid "Normal agents" -msgstr "" - -#: ../../operation/search_graphs.php:33 -#: ../../operation/reporting/graph_viewer.php:288 -#: ../../godmode/reporting/graphs.php:142 -msgid "Graph name" -msgstr "Название графика" - -#: ../../operation/incidents/incident_statistics.php:36 -msgid "Incidents by priority" -msgstr "Инциденты по важности" - -#: ../../operation/incidents/incident_statistics.php:39 -msgid "Incidents by group" -msgstr "Инциденты по группам" - -#: ../../operation/incidents/incident_statistics.php:42 -msgid "Incidents by user" -msgstr "инциденты по пользователям" - -#: ../../operation/incidents/incident_statistics.php:45 -msgid "Incidents by source" -msgstr "Инциденты по инсточнику" - -#: ../../operation/incidents/incident.php:67 -msgid "Successfully reclaimed ownership" -msgstr "Права собственности успешно восстановлены" - -#: ../../operation/incidents/incident.php:68 -msgid "Could not reclame ownership" -msgstr "Права собственности не могут быть восстановлены" - -#: ../../operation/incidents/incident.php:138 -msgid "Error creating incident" -msgstr "Ошибка при создании инцидента" - -#: ../../operation/incidents/incident.php:228 -msgid "Incidents:" -msgstr "" - -#: ../../operation/incidents/incident.php:229 -msgid "All incidents" -msgstr "все инциденты" - -#: ../../operation/incidents/incident.php:251 -msgid "Priorities:" -msgstr "" +msgid "%s Server Disk IO Wait" +msgstr "%s Ожидание сервера Disk IO" -#: ../../operation/incidents/incident.php:252 -msgid "All priorities" -msgstr "Все приоритеты" - -#: ../../operation/incidents/incident.php:256 -msgid "Users:" -msgstr "" - -#: ../../operation/incidents/incident.php:272 -msgid "Agents:" -msgstr "" - -#: ../../operation/incidents/incident.php:274 -#: ../../godmode/db/db_purge.php:167 -msgid "All agents" -msgstr "Все агенты" - -#: ../../operation/incidents/incident.php:279 -msgid "Groups:" -msgstr "" - -#: ../../operation/incidents/incident.php:285 -msgid "Free text:" -msgstr "" - -#: ../../operation/incidents/incident.php:286 -msgid "Search by incident name or description, list matches." -msgstr "" - -#: ../../operation/incidents/incident.php:394 -msgid "Delete incidents" -msgstr "Удалить инциденты" - -#: ../../operation/incidents/incident.php:398 -msgid "Become owner" -msgstr "Стать владельцем" - -#: ../../operation/incidents/incident.php:406 -#: ../../operation/incidents/incident_detail.php:238 -msgid "Create incident" -msgstr "создать инцидент" - -#: ../../operation/incidents/incident_detail.php:160 -msgid "File could not be saved due to database error" -msgstr "Файл не может быть сохранена из-за ошибки базы данных" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "файл не может быть загружен" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "открыто на" - -#: ../../operation/incidents/incident_detail.php:376 -msgid "Update incident" -msgstr "Обновить инцидент" - -#: ../../operation/incidents/incident_detail.php:382 -msgid "Submit" -msgstr "Отправить данные на сервер" - -#: ../../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:481 -msgid "Attached files" -msgstr "Вложенные файлы" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:503 -msgid "Add attachment" -msgstr "Добавить вложение" - -#: ../../operation/search_helps.php:22 -msgid "Zero results found." -msgstr "" - -#: ../../operation/search_helps.php:23 +#: ../../extensions/realtime_graphs.php:128 #, php-format -msgid "" -"You can find more help in the Pandora's wiki" -msgstr "" - -#: ../../operation/search_helps.php:37 -msgid "Matches" -msgstr "" - -#: ../../operation/search_results.php:143 -msgid "Helps" -msgstr "" - -#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 -msgid "Profile" -msgstr "Профиль" - -#: ../../operation/search_users.php:64 -#: ../../godmode/users/configure_user.php:465 -#: ../../godmode/users/user_list.php:414 -msgid "Administrator" -msgstr "Администратор" - -#: ../../operation/search_users.php:69 -#: ../../godmode/users/configure_user.php:470 -msgid "Standard User" -msgstr "Обычный пользователь" - -#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 -msgid "The user doesn't have any assigned profile/group" -msgstr "У пользователь нет закрепленного за ним профиля/группы" - -#: ../../operation/reporting/graph_viewer.php:136 -#: ../../godmode/reporting/graph_builder.php:192 -msgid "Graph editor" -msgstr "Графический редактор" - -#: ../../operation/reporting/graph_viewer.php:142 -#: ../../godmode/reporting/graph_builder.php:195 -msgid "View graph" -msgstr "Просмотреть график" - -#: ../../operation/reporting/graph_viewer.php:174 -msgid "No data." -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:204 -#: ../../operation/reporting/graph_viewer.php:219 -msgid "Graph defined" -msgstr "Определенный график" - -#: ../../operation/reporting/graph_viewer.php:220 -msgid "Zoom x1" -msgstr "Увеличить x1" - -#: ../../operation/reporting/graph_viewer.php:221 -msgid "Zoom x2" -msgstr "Увеличить x2" +msgid "%s Server Apache load" +msgstr "%s Загрузка сервера Apache" -#: ../../operation/reporting/graph_viewer.php:222 -msgid "Zoom x3" -msgstr "Увеличить x3" - -#: ../../operation/reporting/graph_viewer.php:270 -#: ../../operation/reporting/reporting_viewer.php:317 -msgid "Invalid date selected" -msgstr "Выбрана неверная дата" - -#: ../../operation/reporting/graph_viewer.php:277 -msgid "Custom graph viewer" -msgstr "Осмоторщик пользовательского графика" - -#: ../../operation/reporting/graph_viewer.php:304 -#: ../../operation/reporting/custom_reporting.php:32 -msgid "There are no defined reportings" -msgstr "Здесь нет ни одного репортажа" - -#: ../../operation/reporting/reporting_viewer.php:77 -#: ../../godmode/netflow/nf_item_list.php:39 -msgid "Report list" -msgstr "Перечень отчетов" - -#: ../../operation/reporting/reporting_viewer.php:98 -#: ../../godmode/reporting/reporting_builder.php:1841 -msgid "View report" -msgstr "Просмотр отчёта" - -#: ../../operation/reporting/reporting_viewer.php:152 -msgid "View Report" -msgstr "" - -#: ../../operation/reporting/reporting_viewer.php:191 -msgid "Set initial date" -msgstr "Установить начальную дату" - -#: ../../operation/reporting/reporting_viewer.php:217 -msgid "Invalid date selected. Initial date must be before end date." -msgstr "" - -#: ../../godmode/menu.php:28 -msgid "Resources" -msgstr "" - -#: ../../godmode/menu.php:46 -msgid "Module categories" -msgstr "" - -#: ../../godmode/menu.php:50 -msgid "Module types" -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" -msgstr "Фильтры сетевого потока" - -#: ../../godmode/menu.php:76 -msgid "Manage agents groups" -msgstr "" - -#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:297 -msgid "Module templates" -msgstr "Модуль шаблоны" - -#: ../../godmode/menu.php:110 -msgid "Bulk operations" -msgstr "" - -#: ../../godmode/menu.php:115 ../../godmode/massive/massive_operations.php:165 -msgid "Agents operations" -msgstr "Агенты операций" - -#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:170 -msgid "Modules operations" -msgstr "Модули операций" - -#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:175 -msgid "Plugins operations" -msgstr "" - -#: ../../godmode/menu.php:119 ../../godmode/massive/massive_operations.php:160 -msgid "Users operations" -msgstr "Пользовательские операции" - -#: ../../godmode/menu.php:121 ../../godmode/massive/massive_operations.php:155 -msgid "Alerts operations" -msgstr "Оповещения об операциях" - -#: ../../godmode/menu.php:137 -msgid "List of Alerts" -msgstr "" - -#: ../../godmode/menu.php:159 ../../godmode/menu.php:160 -#: ../../godmode/alerts/alert_special_days.php:43 -msgid "Special days list" -msgstr "Список определенных дней" - -#: ../../godmode/menu.php:179 -msgid "Event filters" -msgstr "Фильтры событий" - -#: ../../godmode/menu.php:183 -msgid "Custom events" -msgstr "Пользовательские события" - -#: ../../godmode/menu.php:199 -msgid "Manage servers" -msgstr "Управление серверами" - -#: ../../godmode/menu.php:209 -#: ../../godmode/servers/manage_recontask_form.php:269 -msgid "Recon script" -msgstr "Рекон скрипт" - -#: ../../godmode/menu.php:233 -msgid "General Setup" -msgstr "" - -#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:121 -msgid "Visual styles" -msgstr "Визуальные стили" - -#: ../../godmode/menu.php:261 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" -msgstr "Подключение ГИС данных к карте" - -#: ../../godmode/menu.php:265 ../../godmode/setup/os.php:139 -msgid "Edit OS" -msgstr "Редактировать OS" - -#: ../../godmode/menu.php:276 -msgid "Admin tools" -msgstr "" - -#: ../../godmode/menu.php:282 -msgid "System audit log" -msgstr "Журнал системного аудита" - -#: ../../godmode/menu.php:284 ../../godmode/menu.php:409 -#: ../../general/links_menu.php:20 -msgid "Links" -msgstr "Ссылки" - -#: ../../godmode/menu.php:286 -msgid "Update manager" -msgstr "Управление обновлением" - -#: ../../godmode/menu.php:294 -msgid "DB maintenance" -msgstr "Обслуживание DB" - -#: ../../godmode/menu.php:299 -msgid "DB information" -msgstr "Информация базы данных" - -#: ../../godmode/menu.php:300 ../../godmode/db/db_purge.php:38 -msgid "Database purge" -msgstr "Очистка базы данных" - -#: ../../godmode/menu.php:302 -msgid "Database audit" -msgstr "Аудит базы данных" - -#: ../../godmode/menu.php:303 -msgid "Database event" -msgstr "Событие базы данных" - -#: ../../godmode/menu.php:307 -msgid "Diagnostic info" -msgstr "Диагностическая информация" - -#: ../../godmode/menu.php:310 -msgid "Site news" -msgstr "Новости сайта" - -#: ../../godmode/menu.php:316 ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" -msgstr "Master SNMP" - -#: ../../godmode/menu.php:327 -msgid "Extension manager" -msgstr "" - -#: ../../godmode/extensions.php:146 -msgid "Godmode Function" -msgstr "Функция Godmode" - -#: ../../godmode/extensions.php:147 -msgid "Godmode Menu" -msgstr "Меню Godmode" - -#: ../../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 таблицы" - -#: ../../godmode/events/event_filter.php:154 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -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/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 "Команда" +#: ../../extensions/realtime_graphs.php:132 +#, php-format +msgid "%s Server MySQL load" +msgstr "%s Загрузка сервера MySQL" -#: ../../godmode/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "Ответы не найдены" +#: ../../extensions/realtime_graphs.php:136 +#, php-format +msgid "%s Server load" +msgstr "%s Загрузка сервера" -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "Создать ответ" +#: ../../extensions/realtime_graphs.php:139 +msgid "SNMP Interface throughput" +msgstr "Пропускная способность интерфейса SNMP" -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "Загрузить поля событий по умолчанию" +#: ../../extensions/realtime_graphs.php:190 +msgid "Refresh interval" +msgstr "Интервал обновления" -#: ../../godmode/events/custom_events.php:133 -msgid "Default event fields will be loaded. Do you want to continue?" -msgstr "Поля событий по умолчанию были загружены. Вы хотите продолжить?" +#: ../../extensions/realtime_graphs.php:201 +#: ../../godmode/modules/manage_network_components_form_wizard.php:132 +msgid "Incremental" +msgstr "Инкрементный" + +#: ../../extensions/realtime_graphs.php:206 +msgid "Clear graph" +msgstr "Очистить график" + +#: ../../extensions/realtime_graphs.php:233 +#: ../../godmode/agentes/module_manager_editor_network.php:43 +msgid "Use this OID" +msgstr "Используйте этот OID" + +#: ../../extensions/users_connected.php:37 +#: ../../extensions/users_connected.php:162 +msgid "Users connected" +msgstr "Пользователи подключены" + +#: ../../extensions/users_connected.php:90 +msgid "No other users connected" +msgstr "Нет других подключенных пользовтелей" + +#: ../../extensions/users_connected.php:102 +msgid "Last login" +msgstr "Последний вход в систему" + +#: ../../godmode/modules/manage_nc_groups_form.php:54 +msgid "Update Group Component" +msgstr "Обновить компонент группы" + +#: ../../godmode/modules/manage_nc_groups_form.php:56 +msgid "Create Group Component" +msgstr "Создать групповой компонент" + +#: ../../godmode/modules/manage_nc_groups_form.php:71 +#: ../../godmode/groups/configure_group.php:156 +#: ../../godmode/groups/group_list.php:800 +#: ../../godmode/agentes/agent_manager.php:622 +#: ../../godmode/massive/massive_edit_agents.php:542 +#: ../../godmode/reporting/visual_console_builder.elements.php:108 +#: ../../include/functions_visual_map_editor.php:956 +#: ../../include/rest-api/models/VisualConsole/Item.php:2115 +#: ../../operation/agentes/ver_agente.php:1146 +#: ../../operation/agentes/estado_generalagente.php:413 +msgid "Parent" +msgstr "Родитель" + +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../include/class/ModuleTemplates.class.php:199 +#: ../../include/class/ModuleTemplates.class.php:217 +#: ../../include/class/ModuleTemplates.class.php:227 +msgid "Module template management" +msgstr "Управление шаблоном модуля" + +#: ../../godmode/modules/manage_network_templates_form.php:59 +msgid "Successfully deleted module from profile" +msgstr "Модуль успешно удален из профиля" -#: ../../godmode/events/events.php:41 -#: ../../godmode/netflow/nf_edit_form.php:55 -msgid "Filter list" -msgstr "Фильтровать список" +#: ../../godmode/modules/manage_network_templates_form.php:60 +msgid "Error deleting module from profile" +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 +#: ../../godmode/modules/manage_network_templates_form.php:79 +msgid "Successfully added module to profile" +msgstr "Модуль успешно добавлен в профиль" + +#: ../../godmode/modules/manage_network_templates_form.php:80 +msgid "Error adding module to profile" +msgstr "Ошибка при добавлении модуля к профилю" + +#: ../../godmode/modules/manage_network_templates_form.php:107 +msgid "Successfully updated network profile" +msgstr "Успешное обновление сетевого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:108 +msgid "Error updating network profile" +msgstr "Ошибка при обновлении сетевого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:126 +msgid "Successfully added network profile" +msgstr "Сетевой профиль успешно добавлен" + +#: ../../godmode/modules/manage_network_templates_form.php:127 +msgid "Error adding network profile" +msgstr "Ошибка при добавлении сетевого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:133 +msgid "Cannot create a template without name" +msgstr "Нельзя создать шаблон без имени" + +#: ../../godmode/modules/manage_network_templates_form.php:207 +msgid "No modules for this profile" +msgstr "Нет модулей для этого профиля" + +#: ../../godmode/modules/manage_network_templates_form.php:248 +#: ../../operation/snmpconsole/snmp_browser.php:142 +#: ../../operation/snmpconsole/snmp_browser.php:161 +msgid "Add modules" +msgstr "Добавить модули" + +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" +msgstr "управление группой компонентов" + +#: ../../godmode/modules/manage_nc_groups.php:64 +msgid "Could not be created. Blank name" +msgstr "Не может быть создано. Имя не заполнено" + +#: ../../godmode/modules/manage_nc_groups.php:113 +#: ../../godmode/netflow/nf_edit_form.php:140 ../../godmode/setup/news.php:108 +#: ../../godmode/events/event_edit_filter.php:210 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 +#: ../../godmode/modules/manage_nc_groups.php:274 msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" +"This node is configured with centralized mode. This page is for read only. " +"Go to metaconsole to manage the component groups." msgstr "" -"Эта группа будет использоваться для ограничения видимости данного фильтра с " -"ACL" +"Этот узел настроен в централизованном режиме. Эта страница предназначена " +"только для чтения. Перейдите в метаконсоль для управления группами " +"компонентов." -#: ../../godmode/events/event_edit_filter.php:273 -msgid "Choose between the users who have validated an event. " -msgstr "Выберите между пользователями с утвержденными событиями. " +#: ../../godmode/modules/manage_nc_groups.php:289 +msgid "There are no defined component groups" +msgstr "Здесь нет определенных компонентов группы" -#: ../../godmode/users/configure_user.php:144 -#: ../../godmode/users/user_list.php:493 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +msgid "SNMP Enterprise String" +msgstr "Цепь SNMP Enterprise" + +#: ../../godmode/modules/manage_network_components_form_network.php:191 +#: ../../godmode/modules/manage_network_components_form_wizard.php:311 +msgid "Name OID" +msgstr "Имя OID" + +#: ../../godmode/modules/manage_network_components_form_wmi.php:41 +#: ../../godmode/agentes/module_manager_editor_wmi.php:87 +msgid "Namespace" +msgstr "Пространство имён" + +#: ../../godmode/modules/manage_network_components_form.php:348 +msgid "Update Network Component" +msgstr "Обновить сетевого компонента" + +#: ../../godmode/modules/manage_network_components_form.php:350 +msgid "Create Network Component" +msgstr "Создать сетевой компонент" + +#: ../../godmode/modules/manage_network_components.php:283 +msgid "Remote component management" +msgstr "Удаленное управление компонентами" + +#: ../../godmode/modules/manage_network_components.php:398 +msgid "Could not be created because the component exists" +msgstr "Не удалось создать, так как компонент существует" + +#: ../../godmode/modules/manage_network_components.php:637 +msgid "Search by name, description, tcp send or tcp rcv, list matches." +msgstr "" +"Поиск по имени, описанию, отправке TCP или TCP RCV, список совпадений." + +#: ../../godmode/modules/manage_network_components.php:728 +msgid "Max/Min" +msgstr "Макс/Мин" + +#: ../../godmode/modules/manage_network_components.php:765 +#: ../../include/class/ModuleTemplates.class.php:1231 +msgid "Network module" +msgstr "Сетевые модули" + +#: ../../godmode/modules/manage_network_components.php:776 +#: ../../include/class/ModuleTemplates.class.php:1242 +msgid "WMI module" +msgstr "WMI Модуль" + +#: ../../godmode/modules/manage_network_components.php:787 +#: ../../include/class/ModuleTemplates.class.php:1253 +msgid "Plug-in module" +msgstr "Сменный модуль" + +#: ../../godmode/modules/manage_network_components.php:798 +msgid "Wizard module" +msgstr "Модуль помощника" + +#: ../../godmode/modules/manage_network_components.php:864 +msgid "There are no defined network components" +msgstr "Здесь нет определенных сетевых компонентов" + +#: ../../godmode/modules/manage_network_components.php:874 +msgid "Create a new network component" +msgstr "Создать новый сетевой комтонент" + +#: ../../godmode/modules/manage_network_components.php:875 +msgid "Create a new plugin component" +msgstr "Создать новый сменный компонент" + +#: ../../godmode/modules/manage_network_components.php:876 +msgid "Create a new WMI component" +msgstr "Создать новый WMI компонент" + +#: ../../godmode/modules/manage_network_components.php:877 +msgid "Create a new wizard component" +msgstr "Создайте новый компонент мастера" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:89 +msgid "Add a macro oid" +msgstr "Добавить макрос oid" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:107 +msgid "Remove last macro oid" +msgstr "Удалить последний макрос oid" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:131 +msgid "Numeric" +msgstr "Числовой" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:133 +msgid "Boolean" +msgstr "Boolean" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:134 +msgid "Alphanumeric" +msgstr "Буквенно-цифровой" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:254 +msgid "Add by default" +msgstr "Добавить по умолчанию" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:282 +msgid "Module protocol" +msgstr "Протокол модуля" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:298 +msgid "Protocol" +msgstr "Протокол" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:314 +msgid "Manufacturer ID" +msgstr "Идентификатор производителя" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:346 +msgid "Component Group" +msgstr "Группа компонентов" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:364 +msgid "Module unit" +msgstr "Блок модуля" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:441 +msgid "Scan Type" +msgstr "Тип сканирования" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:455 +#: ../../godmode/agentes/planned_downtime.list.php:160 +msgid "Execution type" +msgstr "Тип исполнения" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:475 +msgid "Value OID" +msgstr "Значение OID" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:492 +msgid "Macros OID" +msgstr "Макросы OID" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:500 +#: ../../godmode/modules/manage_network_components_form_wizard.php:685 +msgid "Value operation" +msgstr "Операции со значениями" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:517 +#: ../../godmode/modules/manage_network_components_form_wizard.php:702 +msgid "Satellite execution" +msgstr "Работа Satellite" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:534 +#: ../../godmode/modules/manage_network_components_form_wizard.php:719 +msgid "Server plugin" +msgstr "Серверный плагин" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:572 +msgid "WMI class" +msgstr "Класс WMI" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:589 +msgid "Query key field" +msgstr "Ключевое поле запроса" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:606 +msgid "Query extra fields" +msgstr "Дополнительные поля запроса" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:614 +msgid "Query filters" +msgstr "Фильтры запроса" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:638 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.editor.php:591 +#: ../../include/functions_reporting_html.php:5619 +msgid "Execution" +msgstr "Выполнение" + +#: ../../godmode/modules/manage_network_components_form_wizard.php:657 +msgid "Field value" +msgstr "Значение поля" + +#: ../../godmode/modules/module_list.php:26 +msgid "Defined modules" +msgstr "Определенные модули" + +#: ../../godmode/modules/module_list.php:48 +msgid "Problem modifying module" +msgstr "Проблема изменения модуля" + +#: ../../godmode/modules/module_list.php:50 +msgid "Module updated successfully" +msgstr "Модуль успешно обновлен" + +#: ../../godmode/modules/manage_network_templates.php:77 +msgid "Template successfully deleted" +msgstr "Шаблон успешно удален" + +#: ../../godmode/modules/manage_network_templates.php:78 +msgid "Error deleting template" +msgstr "Ошибка при удалении шаблона" + +#: ../../godmode/modules/manage_network_templates.php:112 +msgid "This template does not exist" +msgstr "Данный шаблон не существует" + +#: ../../godmode/modules/manage_network_templates.php:292 +msgid "There are no defined network profiles" +msgstr "Здесь нет определенных сетевых профилей" + +#: ../../godmode/db/db_main.php:74 +msgid "Current database maintenance setup" +msgstr "Текущие настройки по обслуживанию базы данных" + +#: ../../godmode/db/db_main.php:80 +msgid "Database setup" +msgstr "Настройка базы данных" + +#: ../../godmode/db/db_main.php:84 +msgid "Max. time before compact data" +msgstr "Максимальное время перед сжатием данных" + +#: ../../godmode/db/db_main.php:90 +msgid "Max. time before purge" +msgstr "Максимальное время перед очисткой" + +#: ../../godmode/db/db_main.php:98 +#: ../../include/class/Diagnostics.class.php:228 +msgid "Database size stats" +msgstr "статистика пазмеров базы данных" + +#: ../../godmode/db/db_main.php:108 +#: ../../include/class/Diagnostics.class.php:563 +#: ../../include/functions_reporting.php:12901 +msgid "Total events" +msgstr "Всего событий" + +#: ../../godmode/db/db_main.php:114 +msgid "Total data items (tagente_datos)" +msgstr "Все элементы данных (tagente_datos)" + +#: ../../godmode/db/db_main.php:127 +msgid "Total log4x items (tagente_datos_log4x)" +msgstr "Все log4x элементы (tagente_datos_log4x)" + +#: ../../godmode/db/db_main.php:140 +msgid "Total data string items (tagente_datos_string)" +msgstr "Все элементы строк данных (tagente_datos_string)" + +#: ../../godmode/db/db_main.php:146 +msgid "Total modules configured" +msgstr "Всего сконфигурированные модули" + +#: ../../godmode/db/db_main.php:154 +msgid "Total agent access records" +msgstr "Все записи доступа к агенту" + +#: ../../godmode/db/db_main.php:166 +msgid "Database sanity" +msgstr "Проверка базы данных" + +#: ../../godmode/db/db_main.php:170 +msgid "Total uknown agents" +msgstr "Всего неизвестных агентов" + +#: ../../godmode/db/db_main.php:176 +msgid "Total non-init modules" +msgstr "Все не инициализированные модули" + +#: ../../godmode/db/db_main.php:185 +msgid "Last time on DB maintance" +msgstr "Последний раз на DB обслуживание" + +#: ../../godmode/db/db_main.php:208 +#, php-format msgid "" -"The current authentication scheme doesn't support creating users from " -"Pandora FMS" +"Please make sure your %s Server settings are correct and that the database " +"maintenance daemon is running. It's very important to keep your database up " +"to date in order to get the best performance and results from %s." msgstr "" -"Текущая схема идентификации не поддерживает создание пользователей Pandora " -"FMS" +"Убедитесь, что настройки вашего сервера %s верны и что запущен daemon " +"обслуживания базы данных. Очень важно поддерживать базу данных в актуальном " +"состоянии, чтобы получить наилучшую производительность и результаты от %s." -#: ../../godmode/users/configure_user.php:180 +#: ../../godmode/groups/configure_group.php:84 +#: ../../godmode/groups/configure_modu_group.php:46 +msgid "There was a problem loading group" +msgstr "Найдена проблема при загрузке группы" + +#: ../../godmode/groups/configure_group.php:103 +msgid "Update group" +msgstr "Обновить группу" + +#: ../../godmode/groups/configure_group.php:105 +#: ../../godmode/groups/group_list.php:914 +msgid "Create group" +msgstr "Создать группу" + +#: ../../godmode/groups/configure_group.php:124 +msgid "Update Group" +msgstr "Обновить группу" + +#: ../../godmode/groups/configure_group.php:126 +msgid "Create Group" +msgstr "Создать Группу" + +#: ../../godmode/groups/configure_group.php:164 +msgid "You have not access to the parent." +msgstr "У вас нет доступа к создателю." + +#: ../../godmode/groups/configure_group.php:212 +msgid "Group Password" +msgstr "Пароль группы" + +#: ../../godmode/groups/configure_group.php:216 +msgid "Enable alert use in this group." +msgstr "Включите использование предупреждений в этой группе." + +#: ../../godmode/groups/configure_group.php:220 +msgid "Propagate ACL" +msgstr "Распространять ACL" + +#: ../../godmode/groups/configure_group.php:220 +msgid "Propagate the same ACL security into the child subgroups." +msgstr "Разместить защиту ACL в детские подгруппы." + +#: ../../godmode/groups/configure_group.php:232 +#: ../../include/functions_events.php:4990 +msgid "Contact" +msgstr "Контакт" + +#: ../../godmode/groups/configure_group.php:232 +msgid "Contact information accessible through the _groupcontact_ macro" +msgstr "Контактная информация доступна через the _groupcontact_ macro" + +#: ../../godmode/groups/configure_group.php:236 +msgid "Information accessible through the _group_other_ macro" +msgstr "Информация доступна через the _group_other_ macro" + +#: ../../godmode/groups/configure_group.php:245 +msgid "Max agents allowed" +msgstr "Максимально допустимое количество агентов" + +#: ../../godmode/groups/configure_group.php:245 +msgid "Set the maximum of agents allowed for this group. 0 is unlimited." +msgstr "" +"Установите максимальное количество агентов, разрешенных для этой группы. 0 - " +"неограниченно." + +#: ../../godmode/groups/configure_group.php:287 +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 "" +"ВНИМАНИЕ: Вы\\ пытаетесь создать группу в узле, входящем в метаконсоль.\\n\\" +"nЭта группа и все ее содержимое не будут видны в метаконсоли.\\n\\nЕсли вы " +"хотите создать видимую группу, вы должны сделать это из метаконсоли и " +"распространить на узел. " + +#: ../../godmode/groups/group_list.php:301 +msgid "Tree Group view" +msgstr "Просмотр дерева группы" + +#: ../../godmode/groups/group_list.php:325 +msgid "Credential Store" +msgstr "Хранилище Учетных Данных" + +#: ../../godmode/groups/group_list.php:331 +#, php-format +msgid "Groups defined in %s" +msgstr "Группы, определенные в %s" + +#: ../../godmode/groups/group_list.php:340 ../../godmode/menu.php:201 +msgid "Credential store" +msgstr "Хранилище учетных данных" + +#: ../../godmode/groups/group_list.php:353 +msgid "Edit or delete groups can cause problems with synchronization" +msgstr "" +"Редактирование или удаление групп может вызвать проблемы с синхронизацией" + +#: ../../godmode/groups/group_list.php:422 +#: ../../godmode/groups/modu_group_list.php:101 +msgid "Group successfully created" +msgstr "Группа успешно создана" + +#: ../../godmode/groups/group_list.php:424 +#: ../../godmode/groups/modu_group_list.php:104 +msgid "There was a problem creating group" +msgstr "Найдена проблема при создании группы" + +#: ../../godmode/groups/group_list.php:427 +#: ../../godmode/groups/group_list.php:499 +msgid "Each group must have a different name" +msgstr "Каждая группа должна иметь свое имя" + +#: ../../godmode/groups/group_list.php:430 +#: ../../godmode/groups/group_list.php:502 +msgid "Group must have a name" +msgstr "Группа должна иметь имя" + +#: ../../godmode/groups/group_list.php:494 +#: ../../godmode/groups/modu_group_list.php:137 +msgid "Group successfully updated" +msgstr "Группа успешно обновлена" + +#: ../../godmode/groups/group_list.php:496 +#: ../../godmode/groups/modu_group_list.php:140 +msgid "There was a problem modifying group" +msgstr "Найдена проблема при изменении группы" + +#: ../../godmode/groups/group_list.php:556 +#, php-format +msgid "" +"The group %s could not be deleted because it is not empty in the nodes" +msgstr "" +"Группа %s не может быть удалена, поскольку узел используется в этой группе" + +#: ../../godmode/groups/group_list.php:630 +msgid "" +"The group has not been deleted in the metaconsole due to an error in the " +"node database" +msgstr "Группа не была удалена в метаконсоли из-за ошибки в базе данных узла" + +#: ../../godmode/groups/group_list.php:639 +#, php-format +msgid "The group %s has been deleted in the nodes" +msgstr "Группа %s была удалена в узлах" + +#: ../../godmode/groups/group_list.php:671 +#: ../../godmode/groups/modu_group_list.php:211 +msgid "Group successfully deleted" +msgstr "Группа успешно удалена" + +#: ../../godmode/groups/group_list.php:674 +#: ../../godmode/groups/modu_group_list.php:209 +msgid "There was a problem deleting group" +msgstr "Найдена проблема при удалении группы" + +#: ../../godmode/groups/group_list.php:681 +#, php-format +msgid "The group is not empty. It is use in %s." +msgstr "Данная группа занята. Она используется в %s." + +#: ../../godmode/groups/group_list.php:727 +#: ../../godmode/groups/group_list.php:905 +msgid "There are no defined groups" +msgstr "Нет заданных групп" + +#: ../../godmode/groups/group_list.php:861 +msgid "Are you sure? This group will also be deleted in all the nodes." +msgstr "Вы уверены? Эта группа также будет удалена во всех узлах." + +#: ../../godmode/groups/group_list.php:867 +msgid "" +"The child groups will be updated to use the parent id of the deleted group" +msgstr "" +"Дочерние группы будут обновлены для использования родительского " +"идентификатора удаленной группы" + +#: ../../godmode/groups/configure_modu_group.php:28 +msgid "Module group management" +msgstr "Управление группой модулей" + +#: ../../godmode/groups/modu_group_list.php:71 +#, php-format +msgid "Module groups defined in %s" +msgstr "Группы модулей определены в %s" + +#: ../../godmode/groups/modu_group_list.php:109 +#: ../../godmode/groups/modu_group_list.php:145 +msgid "Each module group must have a different name" +msgstr "Каждый модуль группы должен иметь свое имя" + +#: ../../godmode/groups/modu_group_list.php:113 +#: ../../godmode/groups/modu_group_list.php:149 +msgid "Module group must have a name" +msgstr "Модуль группы должен иметь имя" + +#: ../../godmode/groups/modu_group_list.php:265 +msgid "There are no defined module groups" +msgstr "Нет ни одной группы модулей" + +#: ../../godmode/groups/modu_group_list.php:273 +msgid "Create module group" +msgstr "Создать группу модулей" + +#: ../../godmode/extensions.php:28 +msgid "Defined extensions" +msgstr "Определенные расширения" + +#: ../../godmode/extensions.php:33 +msgid "There are no extensions defined" +msgstr "Здесь нет определенных расширений" + +#: ../../godmode/extensions.php:141 +msgid "Godmode Function" +msgstr "Функция Godmode" + +#: ../../godmode/extensions.php:142 +msgid "Godmode Menu" +msgstr "Меню Godmode" + +#: ../../godmode/extensions.php:143 +msgid "Operation Menu" +msgstr "Операционное меню" + +#: ../../godmode/extensions.php:144 +msgid "Operation Function" +msgstr "Операционные функции" + +#: ../../godmode/extensions.php:145 +msgid "Login Function" +msgstr "Функция логина" + +#: ../../godmode/extensions.php:146 +msgid "Agent operation tab" +msgstr "Агент операционной таблицы" + +#: ../../godmode/extensions.php:147 +msgid "Agent godmode tab" +msgstr "Агент godmode таблицы" + +#: ../../godmode/update_manager/update_manager.setup.php:244 +msgid "Registration ID:" +msgstr "Регистрационный идентификатор:" + +#: ../../godmode/update_manager/update_manager.setup.php:248 +msgid "Cancel registration:" +msgstr "Отменить регистрацию:" + +#: ../../godmode/update_manager/update_manager.setup.php:253 +msgid "Unregister" +msgstr "Удалить аккаунт" + +#: ../../godmode/update_manager/update_manager.setup.php:260 +msgid "Pandora FMS community reminder" +msgstr "Напоминание о сообществе Pandora FMS" + +#: ../../godmode/update_manager/update_manager.setup.php:260 +msgid "" +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" +msgstr "" +"Каждые 8 дней отображается сообщение для пользователей-администраторов, " +"чтобы не забыть зарегистрировать этот экземпляр Pandora" + +#: ../../godmode/update_manager/update_manager.online.php:62 +#, php-format +msgid "" +"Your PHP has set memory limit in %s. To use Update Manager Online, please " +"set it to %s" +msgstr "" +"Ваш PHP установил ограничение памяти в %s. Чтобы использовать Update Manager " +"Online, пожалуйста, установите значение %s" + +#: ../../godmode/update_manager/update_manager.online.php:75 +#, php-format +msgid "" +"Your PHP has post_max_size limited to %s. To use Update Manager Online, " +"please set it to %s" +msgstr "" +"В вашем PHP размер post_max_size ограничен %s. Чтобы использовать Update " +"Manager Online, пожалуйста, установите значение %s" + +#: ../../godmode/update_manager/update_manager.online.php:88 +#, php-format +msgid "" +"Your PHP has set maximum allowed size for uploaded files limit in %s. To use " +"Update Manager Online, please set it to %s" +msgstr "" +"Ваш PHP установил максимально допустимый размер загружаемых файлов в %s. " +"Чтобы использовать Update Manager Online, пожалуйста, установите его на %s" + +#: ../../godmode/update_manager/update_manager.online.php:99 +#: ../../godmode/update_manager/update_manager.offline.php:52 +msgid "The license has expired. Please contact Artica at info@artica.es" +msgstr "" +"Срок действия лицензии истек. Пожалуйста, свяжитесь с компанией Artica по " +"адресу info@artica.es." + +#: ../../godmode/update_manager/update_manager.online.php:109 +msgid "Update Manager Online requires registration" +msgstr "Update Manager Online требует регистрации" + +#: ../../godmode/update_manager/update_manager.online.php:140 +msgid "The latest version of package installed is:" +msgstr "Установлена последняя версия пакета:" + +#: ../../godmode/update_manager/update_manager.online.php:148 +msgid "Checking for the newest package." +msgstr "Проверка наличия самого нового пакета." + +#: ../../godmode/update_manager/update_manager.online.php:152 +msgid "Downloading for the newest package." +msgstr "Скачивание самого нового пакета." + +#: ../../godmode/update_manager/update_manager.online.php:193 +#: ../../general/alert_enterprise.php:160 +msgid "" +"WARNING: You are just one click away from an automated update. This may " +"result in a damaged system, including loss of data and operativity. Check " +"you have a recent backup. OpenSource updates are automatically created " +"packages, and there is no WARRANTY or SUPPORT. If you need professional " +"support and warranty, please upgrade to Enterprise Version." +msgstr "" +"ВНИМАНИЕ: Вы находитесь всего в одном клике от автоматического обновления. " +"Это может привести к повреждению системы, включая потерю данных и " +"оперативности. Убедитесь, что у вас есть последняя резервная копия. " +"Обновления OpenSource - это автоматически созданные пакеты, и в них нет " +"ГАРАНТИИ и ПОДДЕРЖКИ. Если вам нужна профессиональная поддержка и гарантия, " +"пожалуйста, перейдите на версию Enterprise." + +#: ../../godmode/update_manager/update_manager.offline.php:73 +msgid "Drop the package here or" +msgstr "Сбросьте пакет здесь или" + +#: ../../godmode/update_manager/update_manager.offline.php:74 +msgid "browse it" +msgstr "перейдите к" + +#: ../../godmode/update_manager/update_manager.offline.php:75 +msgid "The package has been uploaded successfully." +msgstr "Пакет был успешно загружен." + +#: ../../godmode/update_manager/update_manager.offline.php:76 +#, php-format +msgid "" +"Please keep in mind that this package is going to override your actual %s " +"files and that it's recommended to conduct a backup before continuing the " +"updating process." +msgstr "" +"Пожалуйста, имейте в виду, что этот пакет будет заменять ваши текущие файлы " +"%s, поэтому рекомендуется создать резервную копию перед продолжением " +"процесса обновления." + +#: ../../godmode/update_manager/update_manager.offline.php:77 +msgid "Click on the file below to begin." +msgstr "Нажмите на файл ниже, чтобы начать." + +#: ../../godmode/update_manager/update_manager.offline.php:78 +msgid "Updating" +msgstr "обновление" + +#: ../../godmode/update_manager/update_manager.offline.php:79 +msgid "Package updated successfully." +msgstr "Пакет обновлен успешно." + +#: ../../godmode/update_manager/update_manager.offline.php:80 +msgid "Package not updated." +msgstr "Пакет не обновлен." + +#: ../../godmode/update_manager/update_manager.offline.php:81 +msgid "If there are any database change, it will be applied." +msgstr "Если есть какие-либо изменения в базе данных, они будут применены." + +#: ../../godmode/update_manager/update_manager.offline.php:112 +msgid "This update does not correspond to the next version of Pandora" +msgstr "Это обновление не соответствует следующей версии Pandora" + +#: ../../godmode/update_manager/update_manager.php:41 +msgid "Offline update manager" +msgstr "Offline менеджер обновлений" + +#: ../../godmode/update_manager/update_manager.php:47 +msgid "Online update manager" +msgstr "Online менеджер обновлений" + +#: ../../godmode/update_manager/update_manager.php:53 +msgid "Update manager » Setup" +msgstr "Менеджер обновлений Â\" Настройка" + +#: ../../godmode/update_manager/update_manager.php:57 +msgid "Update manager » Offline" +msgstr "Менеджер обновлений Â\" Offline" + +#: ../../godmode/update_manager/update_manager.php:61 +msgid "Update manager » Online" +msgstr "Менеджер обновлений Â\" Online" + +#: ../../godmode/users/profile_list.php:69 +#: ../../godmode/users/configure_profile.php:65 +#, php-format +msgid "Profiles defined on %s" +msgstr "Профили установлены на %s" + +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/users/user_list.php:303 +msgid "There was a problem deleting the profile" +msgstr "Ошибка при удалении профиля" + +#: ../../godmode/users/profile_list.php:221 +msgid "There was a problem updating this profile" +msgstr "Проблема при обновлении этого профиля" + +#: ../../godmode/users/profile_list.php:224 +msgid "Profile name cannot be empty" +msgstr "Название профиля не может быть пустым" + +#: ../../godmode/users/profile_list.php:270 +#: ../../godmode/users/profile_list.php:273 +msgid "There was a problem creating this profile" +msgstr "Проблема при создании этого профиля" + +#: ../../godmode/users/profile_list.php:407 +msgid "There are no defined profiles" +msgstr "Здесь нет заданных профилей" + +#: ../../godmode/users/configure_profile.php:131 +msgid "Create profile" +msgstr "Создать профиль" + +#: ../../godmode/users/configure_profile.php:136 +msgid "There was a problem loading profile" +msgstr "Ошибка при загрузке файла" + +#: ../../godmode/users/configure_profile.php:205 +msgid "Update profile" +msgstr "Обновить профиль" + +#: ../../godmode/users/configure_profile.php:215 +msgid "Update Profile" +msgstr "Обновить профиль" + +#: ../../godmode/users/configure_profile.php:217 +msgid "Create Profile" +msgstr "Создать профиль" + +#: ../../godmode/users/configure_profile.php:238 +msgid "View agents" +msgstr "Просмотр агентов" + +#: ../../godmode/users/configure_profile.php:242 +msgid "Disable agents" +msgstr "Отключить агентов" + +#: ../../godmode/users/configure_profile.php:246 +msgid "Edit agents" +msgstr "Редактировать агентов" + +#: ../../godmode/users/configure_profile.php:253 +msgid "Edit alerts" +msgstr "Редактировать оповещения" + +#: ../../godmode/users/configure_profile.php:268 +msgid "Edit events" +msgstr "Редактировать события" + +#: ../../godmode/users/configure_profile.php:272 +#: ../../godmode/events/events.php:116 ../../godmode/events/events.php:124 +#: ../../operation/events/events.php:847 +msgid "Manage events" +msgstr "Управление событиями" + +#: ../../godmode/users/configure_profile.php:279 +msgid "View reports" +msgstr "Просмотреть отчеты" + +#: ../../godmode/users/configure_profile.php:283 +msgid "Edit reports" +msgstr "Редактировать отчеты" + +#: ../../godmode/users/configure_profile.php:287 +msgid "Manage reports" +msgstr "Управление отчётами" + +#: ../../godmode/users/configure_profile.php:294 +msgid "View network maps" +msgstr "Просмотр сетевых карт" + +#: ../../godmode/users/configure_profile.php:298 +msgid "Edit network maps" +msgstr "Редактировать сетевые карты" + +#: ../../godmode/users/configure_profile.php:302 +msgid "Manage network maps" +msgstr "Управление сетевыми картами" + +#: ../../godmode/users/configure_profile.php:309 +#: ../../include/functions_menu.php:509 +msgid "View visual console" +msgstr "Посмотреть визуальные консоли" + +#: ../../godmode/users/configure_profile.php:313 +msgid "Edit visual console" +msgstr "Редактировать визуальную консоль" + +#: ../../godmode/users/configure_profile.php:317 +msgid "Manage visual console" +msgstr "Управление визуальной консолью" + +#: ../../godmode/users/configure_profile.php:324 +msgid "View incidents" +msgstr "Просмотр событий" + +#: ../../godmode/users/configure_profile.php:328 +msgid "Edit incidents" +msgstr "редактировать инцидент" + +#: ../../godmode/users/configure_profile.php:332 +msgid "Manage incidents" +msgstr "Управление проишествиями" + +#: ../../godmode/users/configure_profile.php:344 +msgid "Manage users" +msgstr "Управление пользователями" + +#: ../../godmode/users/configure_profile.php:351 +msgid "Manage database" +msgstr "Управление базой данных" + +#: ../../godmode/users/configure_profile.php:358 +#, php-format +msgid "%s management" +msgstr "управление %s" + +#: ../../godmode/users/user_list.php:223 +#, php-format +msgid "Users defined on %s" +msgstr "Пользователи, определенные на %s" + +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/users/configure_user.php:149 +#, php-format +msgid "Deleted user %s" +msgstr "Удаленный пользователь %s" + +#: ../../godmode/users/user_list.php:256 ../../godmode/users/user_list.php:294 +#: ../../godmode/users/configure_user.php:156 +msgid "There was a problem deleting the user" +msgstr "Ошибка при удалении пользователя" + +#: ../../godmode/users/user_list.php:270 +#: ../../godmode/users/configure_user.php:171 +#, php-format +msgid "Deleted user %s from metaconsole" +msgstr "Удаленный пользователь %s из мета консоли" + +#: ../../godmode/users/user_list.php:282 +#: ../../godmode/users/configure_user.php:182 +#, php-format +msgid "Deleted user %s from %s" +msgstr "Удаленный пользователь %s из %s" + +#: ../../godmode/users/user_list.php:288 +#: ../../godmode/users/configure_user.php:188 +#, php-format +msgid "Successfully deleted from %s" +msgstr "Успешно удалено из %s" + +#: ../../godmode/users/user_list.php:289 +#: ../../godmode/users/configure_user.php:189 +#, php-format +msgid "There was a problem deleting the user from %s" +msgstr "Найдена проблема при удалении пользоватея из %s" + +#: ../../godmode/users/user_list.php:319 +msgid "There was a problem disabling user" +msgstr "Проблема при отключении пользователя" + +#: ../../godmode/users/user_list.php:325 +msgid "There was a problem enabling user" +msgstr "Проблема при подключении пользователя" + +#: ../../godmode/users/user_list.php:417 +msgid "Profile / Group" +msgstr "Профиль / Группа" + +#: ../../godmode/users/user_list.php:583 +#: ../../godmode/users/configure_user.php:952 +#: ../../operation/search_users.php:52 +msgid "Administrator" +msgstr "Администратор" + +#: ../../godmode/users/user_list.php:632 +msgid "Other profiles are also assigned." +msgstr "Также назначаются другие профили." + +#: ../../godmode/users/user_list.php:632 +msgid "" +"Other profiles you cannot manage are also assigned. These profiles are not " +"shown. You cannot enable/disable or delete this user." +msgstr "" +"Также назначаются другие профили, которыми вы не можете управлять. Эти " +"профили не отображаются. Вы не можете включить/выключить или удалить этого " +"пользователя." + +#: ../../godmode/users/user_list.php:637 +#: ../../include/functions_reporting.php:3875 +#: ../../include/functions_reporting.php:3922 +#: ../../operation/search_users.php:76 +msgid "The user doesn't have any assigned profile/group" +msgstr "У пользователь нет закрепленного за ним профиля/группы" + +#: ../../godmode/users/user_list.php:655 +msgid "Deleting User" +msgstr "Удаление пользователя" + +#: ../../godmode/users/user_list.php:657 +msgid "Delete from all consoles" +msgstr "Удалить из всех консолей" + +#: ../../godmode/users/user_list.php:657 +#, php-format +msgid "Deleting User %s from all consoles" +msgstr "Удаление пользователя %s из всех консолей" + +#: ../../godmode/users/user_list.php:676 +#: ../../godmode/users/configure_user.php:206 +msgid "Create user" +msgstr "Создать пользователя" + +#: ../../godmode/users/user_list.php:679 +#: ../../godmode/users/configure_user.php:314 +#, php-format +msgid "" +"The current authentication scheme doesn't support creating users on %s" +msgstr "" +"Текущая схема аутентификации не поддерживает создание пользователей на %s" + +#: ../../godmode/users/configure_user.php:204 +msgid "Update user" +msgstr "Обновить пользователя" + +#: ../../godmode/users/configure_user.php:242 +#: ../../operation/users/user_edit_header.php:117 +msgid "User detail editor" +msgstr "Редактор деталей пользователя" + +#: ../../godmode/users/configure_user.php:389 msgid "User ID cannot be empty" msgstr "ID пользователя не может быть пустым" -#: ../../godmode/users/configure_user.php:187 +#: ../../godmode/users/configure_user.php:396 +msgid "Invalid user ID: leading or trailing blank spaces not allowed" +msgstr "" +"Неверный идентификатор пользователя: ведущие или последующие пробелы не " +"допускаются" + +#: ../../godmode/users/configure_user.php:404 msgid "Passwords cannot be empty" msgstr "Пароль не может быть пустым!" -#: ../../godmode/users/configure_user.php:194 +#: ../../godmode/users/configure_user.php:411 msgid "Passwords didn't match" msgstr "Пароли не сошлись!" -#: ../../godmode/users/configure_user.php:243 +#: ../../godmode/users/configure_user.php:464 msgid "" "Strict ACL is not recommended for admin users because performance could be " "affected." msgstr "" +"Строгий ACL не рекомендуется для пользователей-администраторов, так как " +"может пострадать работа." -#: ../../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 +#: ../../godmode/users/configure_user.php:499 +#: ../../godmode/users/configure_user.php:774 msgid "Profile added successfully" msgstr "Профиль успешно добавлен" -#: ../../godmode/users/configure_user.php:396 +#: ../../godmode/users/configure_user.php:500 +#: ../../godmode/users/configure_user.php:775 msgid "Profile cannot be added" msgstr "Профиль не может быть добавлен" -#: ../../godmode/users/configure_user.php:422 +#: ../../godmode/users/configure_user.php:612 +#: ../../godmode/users/configure_user.php:636 +#: ../../godmode/users/configure_user.php:706 +#: ../../godmode/users/configure_user.php:713 +#: ../../godmode/users/configure_user.php:744 +#: ../../operation/users/user_edit.php:206 +#: ../../operation/users/user_edit.php:249 +msgid "User info successfully updated" +msgstr "Информация о пользователе успешно обновлена" + +#: ../../godmode/users/configure_user.php:613 +#: ../../godmode/users/configure_user.php:637 +#: ../../godmode/users/configure_user.php:707 +#: ../../godmode/users/configure_user.php:714 +#: ../../godmode/users/configure_user.php:745 +msgid "Error updating user info (no change?)" +msgstr "Ошибка при обновлении информации о пользователе (без изменений?)" + +#: ../../godmode/users/configure_user.php:642 +msgid "Password of the active user is required to perform password change" +msgstr "Для смены пароля требуется пароль действительного пользователя" + +#: ../../godmode/users/configure_user.php:644 +msgid "Password of active user is not correct" +msgstr "Пароль действительного пользователя неверен" + +#: ../../godmode/users/configure_user.php:660 +msgid "Passwords does not match" +msgstr "Пароли не сходятся" + +#: ../../godmode/users/configure_user.php:734 +msgid "" +"Strict ACL is not recommended for this user. Performance could be affected." +msgstr "" +"Строгий ACL не рекомендуется для этого пользователя. Это может повлиять на " +"производительность." + +#: ../../godmode/users/configure_user.php:813 msgid "Update User" -msgstr "" +msgstr "Обновить пользователя" -#: ../../godmode/users/configure_user.php:425 +#: ../../godmode/users/configure_user.php:815 msgid "Create User" -msgstr "" +msgstr "Создать пользователя" -#: ../../godmode/users/configure_user.php:461 +#: ../../godmode/users/configure_user.php:867 +#: ../../operation/users/user_edit.php:273 +msgid "Full (display) name" +msgstr "Полное (отображать) имя" + +#: ../../godmode/users/configure_user.php:884 +#: ../../operation/users/user_edit.php:413 +msgid "Timezone" +msgstr "Часовой пояс" + +#: ../../godmode/users/configure_user.php:885 +#: ../../operation/users/user_edit.php:413 +msgid "The timezone must be that of the associated server." +msgstr "" +"Часовой пояс должен соответствовать часовому поясу связанного сервера." + +#: ../../godmode/users/configure_user.php:918 +#: ../../operation/users/user_edit.php:299 +msgid "Password confirmation" +msgstr "Подтверждение пароля" + +#: ../../godmode/users/configure_user.php:936 +msgid "Own password confirmation" +msgstr "Подтверждение собственного пароля" + +#: ../../godmode/users/configure_user.php:945 msgid "Global Profile" msgstr "Глобальный профиль" -#: ../../godmode/users/configure_user.php:466 +#: ../../godmode/users/configure_user.php:953 msgid "" "This user has permissions to manage all. An admin user should not requiere " "additional group permissions, except for using Enterprise ACL." msgstr "" +"Этот пользователь имеет права на управление всем. Пользователь admin не " +"должен требовать дополнительных групповых разрешений, за исключением " +"использования Enterprise ACL." -#: ../../godmode/users/configure_user.php:471 +#: ../../godmode/users/configure_user.php:967 +#: ../../operation/search_users.php:61 +msgid "Standard User" +msgstr "Обычный пользователь" + +#: ../../godmode/users/configure_user.php:968 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 " @@ -26519,3636 +31062,2213 @@ msgstr "" "добавлять замечания в других инцидентах, создавать собственные задания или " "отзывы, и другие задачи на различных профилях" -#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/users/configure_user.php:989 +#: ../../operation/users/user_edit.php:292 +msgid "E-mail" +msgstr "Электронная почта" + +#: ../../godmode/users/configure_user.php:1005 +#: ../../operation/users/user_edit.php:294 +msgid "Phone number" +msgstr "Номер телефона" + +#: ../../godmode/users/configure_user.php:1040 +#: ../../operation/users/user_edit.php:404 +msgid "Skin" +msgstr "Обложка" + +#: ../../godmode/users/configure_user.php:1049 +msgid "Search custom field view" +msgstr "Искать поле пользовательского просмотра" + +#: ../../godmode/users/configure_user.php:1049 +msgid "Load by default the selected view in custom field view" +msgstr "" +"Загрузка по умолчанию выбранного просмотра в просмотре пользовательского поля" + +#: ../../godmode/users/configure_user.php:1066 msgid "Use global conf" msgstr "Использовать глобальные конф" -#: ../../godmode/users/configure_user.php:528 +#: ../../godmode/users/configure_user.php:1071 +#: ../../operation/users/user_edit.php:354 +msgid "Home screen" +msgstr "Главный экран" + +#: ../../godmode/users/configure_user.php:1072 +#: ../../operation/users/user_edit.php:354 +msgid "" +"User can customize the home page. By default, will display 'Agent Detail'. " +"Example: Select 'Other' and type " +"index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=1 to show " +"agent detail view" +msgstr "" +"Пользователь может настроить главную страницу. По умолчанию будет " +"отображаться 'Agent Detail'. Пример: Выберите \"Другое\" и введите " +"index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=1, чтобы " +"показать подробное описание агента." + +#: ../../godmode/users/configure_user.php:1079 +#: ../../godmode/events/events.php:41 ../../operation/users/user_edit.php:358 +#: ../../operation/events/events.php:790 +msgid "Event list" +msgstr "Список событий" + +#: ../../godmode/users/configure_user.php:1082 +#: ../../operation/users/user_edit.php:361 +#: ../../operation/agentes/alerts_status.php:193 ../../operation/menu.php:63 +msgid "Alert detail" +msgstr "Детали оповещения" + +#: ../../godmode/users/configure_user.php:1083 +msgid "External link" +msgstr "Внешняя ссылка" + +#: ../../godmode/users/configure_user.php:1176 msgid "Metaconsole access" msgstr "Доступ к метаконсоли" -#: ../../godmode/users/configure_user.php:536 +#: ../../godmode/users/configure_user.php:1194 msgid "Not Login" msgstr "Нет Логина" -#: ../../godmode/users/configure_user.php:537 +#: ../../godmode/users/configure_user.php:1196 msgid "The user with not login set only can access to API." msgstr "Пользователь без логина может только получить доступ к API." -#: ../../godmode/users/configure_user.php:540 -msgid "Strict ACL" -msgstr "" +#: ../../godmode/users/configure_user.php:1206 +msgid "Session Time" +msgstr "Время сессии" -#: ../../godmode/users/configure_user.php:541 +#: ../../godmode/users/configure_user.php:1208 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" +"This is defined in minutes, If you wish a permanent session should putting -" +"1 in this field." msgstr "" +"Этот параметр задается в минутах, Если вы хотите, чтобы сессия была " +"постоянной, поставьте в этом поле -1." -#: ../../godmode/users/configure_user.php:547 +#: ../../godmode/users/configure_user.php:1234 +msgid "Default event filter" +msgstr "Фильтр событий по умолчанию" + +#: ../../godmode/users/configure_user.php:1247 +#: ../../include/functions_config.php:451 +msgid "Disabled newsletter" +msgstr "newsletter Выключено" + +#: ../../godmode/users/configure_user.php:1262 +msgid "eHorus user access enabled" +msgstr "Доступ пользователей eHorus разрешен" + +#: ../../godmode/users/configure_user.php:1270 +#: ../../include/functions_config.php:1608 +msgid "eHorus user" +msgstr "Пользователь eHorus" + +#: ../../godmode/users/configure_user.php:1279 +#: ../../include/functions_config.php:1612 +msgid "eHorus password" +msgstr "Пароль eHorus" + +#: ../../godmode/users/configure_user.php:1302 +msgid "User must be created before activating double authentication." +msgstr "Пользователь должен быть создан до активации двойной аутентификации." + +#: ../../godmode/users/configure_user.php:1312 +#: ../../operation/users/user_edit.php:434 +msgid "Show information" +msgstr "Показать информацию" + +#: ../../godmode/users/configure_user.php:1328 msgid "Enable agents managment" msgstr "Включить агенты управления" -#: ../../godmode/users/configure_user.php:554 +#: ../../godmode/users/configure_user.php:1336 msgid "Assigned node" msgstr "Назначенный узел" -#: ../../godmode/users/configure_user.php:554 +#: ../../godmode/users/configure_user.php:1336 msgid "Server where the agents created of this user will be placed" msgstr "Сервер, где агенты созданы этим пользователем будет размещен" -#: ../../godmode/users/configure_user.php:566 +#: ../../godmode/users/configure_user.php:1345 msgid "Enable node access" msgstr "Включить узел доступа" -#: ../../godmode/users/configure_user.php:566 +#: ../../godmode/users/configure_user.php:1345 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 "Профили определённые в Pandora" +#: ../../godmode/users/configure_user.php:1561 +msgid "yes" +msgstr "да" -#: ../../godmode/users/configure_profile.php:113 -msgid "Create profile" -msgstr "Создать профиль" +#: ../../godmode/users/configure_user.php:1564 +msgid "no" +msgstr "нет" -#: ../../godmode/users/configure_profile.php:119 -msgid "There was a problem loading profile" -msgstr "Ошибка при загрузке файла" +#: ../../godmode/users/configure_user.php:1568 +msgid "please select profile and group" +msgstr "пожалуйста, выберите профиль и группу" -#: ../../godmode/users/configure_profile.php:219 -msgid "Update profile" -msgstr "Обновить профиль" +#: ../../godmode/users/configure_user.php:1594 +msgid "Deleting last profile will delete this user" +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 "Управление Pandora" - -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "Пользователей, определенные в Pandora" - -#: ../../godmode/users/user_list.php:143 -#, php-format -msgid "Deleted user %s" -msgstr "Удаленный пользователь %s" - -#: ../../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 "Удаленный пользователь %s из мета консоли" - -#: ../../godmode/users/user_list.php:172 -#, php-format -msgid "Deleted user %s from %s" -msgstr "Удаленный пользователь %s из %s" - -#: ../../godmode/users/user_list.php:175 -#, php-format -msgid "Successfully deleted from %s" -msgstr "Успешно удалено из %s" - -#: ../../godmode/users/user_list.php:176 -#, php-format -msgid "There was a problem deleting the user from %s" -msgstr "Найдена проблема при удалении пользоватея из %s" - -#: ../../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 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "Удаление пользователя %s из всех консолей" - -#: ../../godmode/users/user_list.php:489 -msgid "Create user" -msgstr "Создать пользователя" - -#: ../../godmode/users/profile_list.php:80 +#: ../../godmode/users/configure_user.php:1631 msgid "" -"Unsucessful delete profile. Because the profile is used by some admin users." +"User will be created without profiles assigned and won't be able to log in, " +"are you sure?" msgstr "" +"Пользователь будет создан без назначенных профилей и не сможет войти в " +"систему, вы уверены?" -#: ../../godmode/users/profile_list.php:226 -msgid "There was a problem updating this profile" -msgstr "Проблема при обновлении этого профиля" +#: ../../godmode/users/configure_user.php:1797 +#: ../../operation/users/user_edit.php:1044 +msgid "Double autentication information" +msgstr "Информация о двойной аутентификации" -#: ../../godmode/users/profile_list.php:230 -msgid "Profile name cannot be empty" -msgstr "Название профиля не может быть пустым" +#: ../../godmode/users/configure_user.php:1887 +#: ../../operation/users/user_edit.php:1133 +msgid "The double authentication will be deactivated" +msgstr "Двойная аутентификация будет деактивирована" -#: ../../godmode/users/profile_list.php:282 -#: ../../godmode/users/profile_list.php:286 -msgid "There was a problem creating this profile" -msgstr "Проблема при создании этого профиля" +#: ../../godmode/users/configure_user.php:1888 +#: ../../operation/users/user_edit.php:1134 +msgid "Deactivate" +msgstr "Деактивировать" -#: ../../godmode/users/profile_list.php:320 -msgid "Network maps reading" -msgstr "" +#: ../../godmode/users/configure_user.php:1925 +#: ../../operation/users/user_edit.php:1166 +msgid "The double autentication was deactivated successfully" +msgstr "Двойная аутентификация была успешно деактивирована" -#: ../../godmode/users/profile_list.php:321 -msgid "Network maps writing" -msgstr "" +#: ../../godmode/users/configure_user.php:1929 +#: ../../godmode/users/configure_user.php:1933 +#: ../../operation/users/user_edit.php:1169 +#: ../../operation/users/user_edit.php:1173 +msgid "There was an error deactivating the double autentication" +msgstr "Произошла ошибка при деактивации двойной аутентификации" -#: ../../godmode/users/profile_list.php:322 -msgid "Network maps management" -msgstr "" +#: ../../godmode/agentes/agent_template.php:67 +#: ../../include/functions_api.php:14546 +msgid "Created by template " +msgstr "Создано по шаблону " -#: ../../godmode/users/profile_list.php:323 -msgid "Visual console reading" -msgstr "" +#: ../../godmode/agentes/agent_template.php:154 +msgid "Error adding modules" +msgstr "Ошибка при добавлении модулей" -#: ../../godmode/users/profile_list.php:324 -msgid "Visual console writing" -msgstr "" +#: ../../godmode/agentes/agent_template.php:156 +msgid "Error adding modules. The following errors already exists: " +msgstr "Ошибка при добавлении модулей. Следующие ошибки уже существует: " -#: ../../godmode/users/profile_list.php:325 -msgid "Visual console management" -msgstr "" +#: ../../godmode/agentes/agent_template.php:161 +#: ../../include/functions_api.php:14640 +msgid "Modules successfully added" +msgstr "Модули успешно добавлены" -#: ../../godmode/users/profile_list.php:398 -msgid "There are no defined profiles" -msgstr "Здесь нет заданных профилей" +#: ../../godmode/agentes/agent_template.php:186 +msgid "Assign" +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" -msgstr "Список категорий" +#: ../../godmode/agentes/agent_template.php:267 +#: ../../mobile/operation/modules.php:759 +msgid "No modules" +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" -msgstr "Конфигурация категорий" +#: ../../godmode/agentes/module_manager_editor_wmi.php:87 +msgid "Optional. WMI namespace. If unsure leave blank." +msgstr "Необязательно. Поле имен WMI. Если нет уверенности, оставьте пустым." -#: ../../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/category/edit_category.php:146 -#: ../../godmode/category/category.php:150 -msgid "Create category" -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/snmpconsole/snmp_alert.php:72 -msgid "Update alert" -msgstr "Обновить оповещения" - -#: ../../godmode/snmpconsole/snmp_alert.php:80 -msgid "Alert overview" -msgstr "Оповещение обзора" - -#: ../../godmode/snmpconsole/snmp_alert.php:227 -msgid "There was a problem creating the alert" -msgstr "Проблема при создании оповещения" - -#: ../../godmode/snmpconsole/snmp_alert.php:295 -msgid "There was a problem updating the alert" -msgstr "Проблема при обновлении оповещения" - -#: ../../godmode/snmpconsole/snmp_alert.php:455 -msgid "There was a problem deleting the alert" -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" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:840 -#: ../../godmode/snmpconsole/snmp_alert.php:1045 -msgid "Alert action" -msgstr "Действие оповещания" - -#: ../../godmode/snmpconsole/snmp_alert.php:894 +#: ../../godmode/agentes/module_manager_editor_wmi.php:151 msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." +"Optional. Substring to look for in the WQL query result. The module returns " +"1 if found, 0 if not." msgstr "" +"Необязательно. Подстрока, которую следует искать в результатах WQL-запроса. " +"Модуль возвращает 1, если подстрока найдена, 0 - если нет." -#: ../../godmode/snmpconsole/snmp_alert.php:913 -msgid "Alert SNMP control filter" -msgstr "Фильтр контроля SNMP оповещений" - -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -msgid "There are no SNMP alerts" -msgstr "Нет SNMP оповещений" - -#: ../../godmode/snmpconsole/snmp_alert.php:1054 -msgid "Custom Value/Enterprise String" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "TF." -msgstr "TF." - -#: ../../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 +#: ../../godmode/agentes/module_manager_editor_wmi.php:164 msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"OID, or a plain substring" +"Column number to retrieve from the WQL query result (starting from zero)." msgstr "" +"Номер столбца для извлечения из результата WQL-запроса (начиная с нуля)." -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "SNMP генератор прерывания" +#: ../../godmode/agentes/status_monitor_custom_fields.php:101 +#: ../../godmode/agentes/status_monitor_custom_fields.php:149 +#: ../../include/functions_treeview.php:326 +#: ../../operation/agentes/status_monitor.php:1252 +#: ../../operation/agentes/estado_generalagente.php:424 +msgid "Last status change" +msgstr "Последнее изменение статуса" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "Незаполненные параметры" +#: ../../godmode/agentes/status_monitor_custom_fields.php:125 +msgid "Show monitor detail fields" +msgstr "Показать поля детализации монитора" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "Успешно сформировано" +#: ../../godmode/agentes/configurar_agente.php:232 +#: ../../godmode/agentes/configurar_agente.php:1031 +msgid "No agent alias specified" +msgstr "Алиас агента не указан" -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 -#, php-format -msgid "Could not be generated: %s" -msgstr "Не может быть сформировано: %s" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 -msgid "SNMP Type" -msgstr "SNMP Вид" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 -msgid "Generate trap" -msgstr "Генератор прерывания" - -#: ../../godmode/gis_maps/index.php:65 -#: ../../godmode/gis_maps/configure_gis_map.php:212 -msgid "GIS Maps builder" -msgstr "Разработчик GIS карт" - -#: ../../godmode/gis_maps/index.php:70 -#: ../../godmode/reporting/map_builder.php:207 -msgid "Map name" -msgstr "Имя карты" - -#: ../../godmode/gis_maps/configure_gis_map.php:100 -msgid "Map successfully created" -msgstr "Карта успешно создана" - -#: ../../godmode/gis_maps/configure_gis_map.php:101 -msgid "Map could not be created" -msgstr "Карта не может быть создана" - -#: ../../godmode/gis_maps/configure_gis_map.php:192 -msgid "Map successfully update" -msgstr "Карта успешно обновлена" - -#: ../../godmode/gis_maps/configure_gis_map.php:193 -msgid "Map could not be updated" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:209 -msgid "View GIS" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Map Name" -msgstr "Название карты" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Descriptive name for the map" -msgstr "Описательное имя карты" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 -msgid "Add Map connection" -msgstr "Добавить Карта соединения" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 -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:356 -msgid "Group that owns the map" -msgstr "Группа, которой принадлежит карта" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom" -msgstr "Масштаб по умолчанию" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom level when opening the map" -msgstr "Масштаб по умолчанию при открытии карты" - -#: ../../godmode/gis_maps/configure_gis_map.php:362 -msgid "Center Latitude" -msgstr "Центр широты" - -#: ../../godmode/gis_maps/configure_gis_map.php:365 -msgid "Center Longitude" -msgstr "Центр Долгота" - -#: ../../godmode/gis_maps/configure_gis_map.php:368 -msgid "Center Altitude" -msgstr "Центр высоты" - -#: ../../godmode/gis_maps/configure_gis_map.php:371 -msgid "Default Latitude" -msgstr "Широта по умолчанию" - -#: ../../godmode/gis_maps/configure_gis_map.php:374 -msgid "Default Longitude" -msgstr "Долгота по умолчанию" - -#: ../../godmode/gis_maps/configure_gis_map.php:377 -msgid "Default Altitude" -msgstr "Высота по умолчанию" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 -msgid "Layers" -msgstr "Уровни" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 -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: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 -msgid "Configure special day" -msgstr "Сконфигурировать особый день" - -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 -msgid "Same day of the week" -msgstr "Тот же день недели" - -#: ../../godmode/alerts/configure_alert_command.php:42 -msgid "Configure alert command" -msgstr "Настроить команду оповещения" - -#: ../../godmode/alerts/configure_alert_command.php:127 -msgid "Update Command" -msgstr "" - -#: ../../godmode/alerts/configure_alert_command.php:130 -#: ../../godmode/alerts/configure_alert_action.php:136 -msgid "Create Command" -msgstr "Создать команду" - -#: ../../godmode/alerts/configure_alert_command.php:160 -#, php-format -msgid "Field %s description" -msgstr "Поле %s описание" - -#: ../../godmode/alerts/configure_alert_command.php:175 -#, php-format -msgid "Field %s values" -msgstr "Поле %s значения" - -#: ../../godmode/alerts/alert_special_days.php:230 -msgid "No special days configured" -msgstr "Особые дни не сконфигурированы" - -#: ../../godmode/alerts/configure_alert_template.php:495 -#: ../../godmode/alerts/alert_list.builder.php:101 -msgid "Create Template" -msgstr "Создать шаблон" - -#: ../../godmode/alerts/configure_alert_template.php:532 -#: ../../godmode/alerts/alert_view.php:298 -msgid "Use special days list" -msgstr "Использовать список особых дней" - -#: ../../godmode/alerts/configure_alert_template.php:556 -#: ../../godmode/alerts/alert_list.builder.php:116 -msgid "Default action" -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\"." -msgstr "" -"В случае, если вы заполните любое поле-поле 1, поле 2, поле 3 или другие, то " -"соответствующие поля, сопоставленные с «Действием по умолчанию» будут " -"заменены." - -#: ../../godmode/alerts/configure_alert_template.php:582 -msgid "Condition type" -msgstr "Вид условий" - -#: ../../godmode/alerts/configure_alert_template.php:589 -msgid "Trigger when matches the value" -msgstr "Активируется, когда совпадает со значением" - -#: ../../godmode/alerts/configure_alert_template.php:601 -msgid "The regular expression is valid" -msgstr "Обычное выражение действительно" - -#: ../../godmode/alerts/configure_alert_template.php:606 -msgid "The regular expression is not valid" -msgstr "Обычное выражение не действительно" - -#: ../../godmode/alerts/configure_alert_template.php:647 -msgid "Alert recovery" -msgstr "Оповещение восстановления" - -#: ../../godmode/alerts/configure_alert_template.php:655 -#: ../../godmode/alerts/alert_view.php:438 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Firing fields" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:656 -msgid "Recovery fields" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:734 -msgid "No wizard" -msgstr "Нет мастера настроек" - -#: ../../godmode/alerts/configure_alert_template.php:804 -#, php-format -msgid "The alert would fire when the value doesn\\'t match %s" -msgstr "Оповещение будет срабатывать, когда значения не совпадают %s" - -#: ../../godmode/alerts/configure_alert_template.php:809 -#: ../../godmode/alerts/alert_view.php:170 -msgid "The alert would fire when the value is below " -msgstr "" -"Оповещение будет срабатывать, когда значения ниже " - -#: ../../godmode/alerts/configure_alert_template.php:810 -#: ../../godmode/alerts/alert_view.php:174 -msgid "The alert would fire when the value is above " -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 -msgid "List alerts" -msgstr "Список оповещений" - -#: ../../godmode/alerts/alert_list.php:288 -msgid "Builder alert" -msgstr "Разработчик оповещений" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "Шаблоны оповщений не найдены" - -#: ../../godmode/alerts/alert_list.list.php:117 -msgid "Field content" -msgstr "Содержание поля" - -#: ../../godmode/alerts/alert_list.list.php:126 -msgid "Enabled / Disabled" -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" -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" -msgstr "Комманда просмотр" - -#: ../../godmode/alerts/alert_view.php:310 -msgid "Number of alerts" -msgstr "Количество предупреждений" - -#: ../../godmode/alerts/alert_view.php:325 -msgid "Firing conditions" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:348 -#: ../../godmode/alerts/alert_view.php:370 -msgid "Every time that the alert is fired" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:414 -msgid "" -"Select the desired action and mode to see the Firing/Recovery fields for " -"this action" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:417 -msgid "Select the action" -msgstr "Выберите действие" - -#: ../../godmode/alerts/alert_view.php:421 -msgid "Recovering" -msgstr "Восстановление" - -#: ../../godmode/alerts/alert_view.php:439 -msgid "" -"Fields passed to the command executed by this action when the alert is fired" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:442 -#: ../../godmode/alerts/alert_view.php:531 -msgid "Fields configured on the command associated to the action" -msgstr "Поля, настроенные на команды, связанные с действием" - -#: ../../godmode/alerts/alert_view.php:443 -msgid "Template fields" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:444 -msgid "Triggering fields configured in template" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:445 -msgid "Action fields" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:446 -msgid "Triggering fields configured in action" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:448 -msgid "Executed on firing" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:449 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Fields used on execution when the alert is fired" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:516 -msgid "The alert recovering is disabled on this template." -msgstr "" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "Recovering fields" -msgstr "Восстанавливающиеся поля" - -#: ../../godmode/alerts/alert_view.php:529 -msgid "" -"Fields passed to the command executed by this action when the alert is " -"recovered" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Template recovery fields" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:533 -msgid "Recovery fields configured in alert template" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Action recovery fields" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:534 -msgid "Recovery fields configured in alert action" -msgstr "Поля восстановления настроены в действии оповещения" - -#: ../../godmode/alerts/alert_view.php:535 -msgid "Executed on recovery" -msgstr "" - -#: ../../godmode/alerts/alert_view.php:535 -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 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -msgid "Alert actions" -msgstr "Предупредительные действия" - -#: ../../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" -msgstr "Нет инцидентов, связанных с этим агентом" - -#: ../../godmode/agentes/agent_manager.php:155 -msgid "The agent's name must be the same as the one defined at the console" -msgstr "Имя агент должен быть таким же, как то, которое определено в консоли" - -#: ../../godmode/agentes/agent_manager.php:158 -msgid "QR Code Agent view" -msgstr "Просмотр QR-код агента" - -#: ../../godmode/agentes/agent_manager.php:191 -msgid "You can remotely edit this agent configuration" -msgstr "Вы можете дистанционно редактировать этот агент конфигурации" - -#: ../../godmode/agentes/agent_manager.php:198 -msgid "Delete agent" -msgstr "Удалить агента" - -#: ../../godmode/agentes/agent_manager.php:227 -msgid "Only it is show when
    the agent is saved." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:241 -#: ../../godmode/massive/massive_edit_agents.php:275 -msgid "Cascade protection" -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 "Пользовательский ID" - -#: ../../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 "Значок агента для карт GIS." - -#: ../../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 "Заданный агент в Pandora" - -#: ../../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 "Может быть конфигурационный файл или md5 не удален" - -#: ../../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 "R" - -#: ../../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 "FF интервал" - -#: ../../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 "Сообщество SNMP" - -#: ../../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 "Версия SNMP" - -#: ../../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 "SNMP инвентаризация" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 -msgid "Unable to do SNMP walk" -msgstr "Не удается сделать SNMP инвентаризацию" - -#: ../../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 "Удаленный SNMP плагин, кажется, не был установлен" - -#: ../../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 "" -"Пожалуйста, установите удаленный SNMP плагин (Название плагина должны быть " -"snmp_remote.pl)" - -#: ../../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 -#, php-format -msgid "Check if the process %s is running or not" -msgstr "Проверьте, процесс %s запущен или нет" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 -msgid "Disk use information" -msgstr "Информация об использовании диска" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s модули созданы успешно" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 -#, php-format -msgid "Error creating %s modules" -msgstr "Ошибка при создании %s модулей" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:235 -#, php-format -msgid "%s modules already exist" -msgstr "%s модули уже существуют" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 -msgid "Modules created succesfully" +#: ../../godmode/agentes/configurar_agente.php:235 +msgid "Agent cannot be created due to the maximum agent limit for this group" msgstr "" +"Агент не может быть создан из-за максимального лимита агентов для этой группы" -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 -msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" -msgstr "" -"Если устройство является сетевым устройством, попробуйте с SNMP интерфейсом " -"мастера" - -#: ../../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 "Другие данные SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:306 -msgid "Wizard mode" -msgstr "Пошаговый режим (Wizard)" - -#: ../../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 "Удаленный плагин SNMP необходим для этой функции" - -#: ../../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 -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:539 -msgid "WARNING: There are malformed planned downtimes" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "Do you want to migrate automatically the malformed items?" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_network.php:58 -msgid "Network server module" -msgstr "Сетевой сервер модуля" - -#: ../../godmode/agentes/module_manager_editor_network.php:112 -msgid "SNMP OID" -msgstr "SNMP OID" - -#: ../../godmode/agentes/module_manager_editor_network.php:130 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" -msgstr "передача TCP" - -#: ../../godmode/agentes/module_manager_editor_network.php:136 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" -msgstr "получение TCP" - -#: ../../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." -msgstr "Длина пароля должна состоять минимум из восьми символов." - -#: ../../godmode/agentes/module_manager_editor.php:440 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" -msgstr "ОЫЛАДКА: Неверный тип модуля указан в %s:%s" - -#: ../../godmode/agentes/module_manager_editor.php:441 -msgid "" -"Most likely you have recently upgraded from an earlier version of Pandora " -"and either
    \n" -"\t\t\t\t1) forgot to use the database converter
    \n" -"\t\t\t\t2) used a bad version of the database converter (see Bugreport " -"#2124706 for the solution)
    \n" -"\t\t\t\t3) found a new bug - please report a way to duplicate this error" -msgstr "" -"Вероятно вы недавно обновили предыдущую версию Pandora и скорее всего
    \n" -"\t\t\t\t1) забыли применить конвертор базы данных
    \n" -"\t\t\t\t2) использовали неверный конвертер базы данных (см. Отчёт об Ошибке " -"# 2124706 для решения)
    \n" -"\t\t\t\t3) обнаружили новую ошибку - пожалуйста, сообщите для возможности " -"дублирования этой ошибки
    " - -#: ../../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 -msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." -msgstr "Ошибка, имя поля и имя модуля_имя конфигурационных данных различны." - -#: ../../godmode/agentes/module_manager.php:70 -msgid "Create a new data server module" -msgstr "Создать новые данные сервисного модуля" - -#: ../../godmode/agentes/module_manager.php:72 -msgid "Create a new network server module" -msgstr "Создать новую сеть сервисного модуля" - -#: ../../godmode/agentes/module_manager.php:74 -msgid "Create a new plugin server module" -msgstr "Создать новый плагин сервисного модуля" - -#: ../../godmode/agentes/module_manager.php:76 -msgid "Create a new WMI server module" -msgstr "Создать новый WMI сервисного модуля" - -#: ../../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 "Получить больше модулей в Pandora FMS библиотеке" - -#: ../../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 "Была проблема при удалением %s модулей, ничего не удалено." - -#: ../../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 "Была проблема только при удаленнии %s модулей от общего числа %s." - -#: ../../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:358 +msgid "Could not be created, because name already exists" +msgstr "Не удалось создать, так как имя уже существует" #: ../../godmode/agentes/configurar_agente.php:360 -msgid "Agent wizard" -msgstr "Агент мастера" +msgid "Could not be created, because IP already exists" +msgstr "Не удалось создать, так как IP уже существует" -#: ../../godmode/agentes/configurar_agente.php:372 -#: ../../godmode/agentes/configurar_agente.php:534 -msgid "SNMP Interfaces wizard" -msgstr "Мастер интерфейсов SNMP" +#: ../../godmode/agentes/configurar_agente.php:443 ../../godmode/menu.php:149 +#: ../../godmode/wizards/HostDevices.class.php:1077 +msgid "Module templates" +msgstr "Модуль шаблоны" -#: ../../godmode/agentes/configurar_agente.php:377 -#: ../../godmode/agentes/configurar_agente.php:537 -msgid "WMI Wizard" -msgstr "Мастер WMI" +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../operation/agentes/ver_agente.php:1384 +msgid "GIS data" +msgstr "Данные ГИС" -#: ../../godmode/agentes/configurar_agente.php:545 +#: ../../godmode/agentes/configurar_agente.php:580 +#: ../../godmode/agentes/configurar_agente.php:741 +#: ../../operation/agentes/ver_agente.php:1404 ../../operation/menu.php:469 +#: ../../operation/incidents/incident_statistics.php:27 +#: ../../general/first_task/incidents.php:28 +msgid "Incidents" +msgstr "Инциденты" + +#: ../../godmode/agentes/configurar_agente.php:736 +msgid "Gis" +msgstr "гис" + +#: ../../godmode/agentes/configurar_agente.php:778 msgid "SNMP explorer" msgstr "Проводник SNMP" -#: ../../godmode/agentes/configurar_agente.php:560 +#: ../../godmode/agentes/configurar_agente.php:809 +#: ../../godmode/agentes/configurar_agente.php:831 ../../godmode/menu.php:103 +msgid "Resources" +msgstr "Ресурсы" + +#: ../../godmode/agentes/configurar_agente.php:819 msgid "Agent manager" msgstr "Менеджер-агент" -#: ../../godmode/agentes/configurar_agente.php:583 -#: ../../godmode/servers/modificar_server.php:134 +#: ../../godmode/agentes/configurar_agente.php:859 +#: ../../godmode/servers/modificar_server.php:220 msgid "Conf file deleted successfully" msgstr "Конфигурационный файл успешно удален" -#: ../../godmode/agentes/configurar_agente.php:584 -#: ../../godmode/servers/modificar_server.php:135 +#: ../../godmode/agentes/configurar_agente.php:860 +#: ../../godmode/servers/modificar_server.php:221 msgid "Could not delete conf file" msgstr "Не удается удалить конфигурационный файл" -#: ../../godmode/agentes/configurar_agente.php:621 -#: ../../godmode/agentes/configurar_agente.php:626 +#: ../../godmode/agentes/configurar_agente.php:877 +#: ../../godmode/agentes/configurar_agente.php:1026 +#: ../../include/class/ExternalTools.class.php:721 +msgid "The ip or dns name entered cannot be resolved" +msgstr "Введенное ip или dns имя не может быть разрешено" + +#: ../../godmode/agentes/configurar_agente.php:904 +#: ../../godmode/agentes/configurar_agente.php:908 msgid "No data to normalize" msgstr "Нет данных для нормализации" -#: ../../godmode/agentes/configurar_agente.php:630 +#: ../../godmode/agentes/configurar_agente.php:913 #, php-format msgid "Deleted data above %f" -msgstr "" +msgstr "Удалены данные свыше %f" -#: ../../godmode/agentes/configurar_agente.php:631 +#: ../../godmode/agentes/configurar_agente.php:914 #, php-format msgid "Error normalizing module %s" msgstr "Ошибка модуля нормализации %s" -#: ../../godmode/agentes/configurar_agente.php:751 +#: ../../godmode/agentes/configurar_agente.php:1041 +#, php-format +msgid "The group id %d is incorrect." +msgstr "Идентификатор группы %d неверен." + +#: ../../godmode/agentes/configurar_agente.php:1043 +msgid "Agent cannot be updated due to the maximum agent limit for this group" +msgstr "" +"Агент не может быть обновлен из-за максимального лимита агентов для этой " +"группы" + +#: ../../godmode/agentes/configurar_agente.php:1045 +msgid "Duplicate main IP address" +msgstr "Дублирование основного IP-адреса" + +#: ../../godmode/agentes/configurar_agente.php:1101 msgid "There was a problem updating the agent" msgstr "Проблема при обновлении агента" -#: ../../godmode/agentes/configurar_agente.php:791 +#: ../../godmode/agentes/configurar_agente.php:1235 msgid "There was a problem loading the agent" msgstr "Проблема при загрузке агента" -#: ../../godmode/agentes/configurar_agente.php:1118 +#: ../../godmode/agentes/configurar_agente.php:1743 msgid "" "There was a problem updating module. Another module already exists with the " "same name." msgstr "" "Проблема при обновлении модуля. Другой модуль уже существует с таким именем." -#: ../../godmode/agentes/configurar_agente.php:1121 +#: ../../godmode/agentes/configurar_agente.php:1747 msgid "" "There was a problem updating module. Some required fields are missed: (name)" msgstr "" "Проблема при обновлении модуля. Некоторые обязательные поля пропущены: (имя)" -#: ../../godmode/agentes/configurar_agente.php:1124 +#: ../../godmode/agentes/configurar_agente.php:1751 msgid "There was a problem updating module. \"No change\"" msgstr "Проблема при обновлении модуля. \"Без изменений\"" -#: ../../godmode/agentes/configurar_agente.php:1129 +#: ../../godmode/agentes/configurar_agente.php:1757 msgid "There was a problem updating module. Processing error" msgstr "Проблема при обновлении модуля. Ошибка обработки" -#: ../../godmode/agentes/configurar_agente.php:1149 +#: ../../godmode/agentes/configurar_agente.php:1786 msgid "Module successfully updated" msgstr "Модуль успешно обновлен" -#: ../../godmode/agentes/configurar_agente.php:1253 +#: ../../godmode/agentes/configurar_agente.php:1931 msgid "" "There was a problem adding module. Another module already exists with the " "same name." msgstr "" "Проблема при добавлении модуля. Другой модуль уже существует с таким именем." -#: ../../godmode/agentes/configurar_agente.php:1256 +#: ../../godmode/agentes/configurar_agente.php:1935 msgid "" "There was a problem adding module. Some required fields are missed : (name)" msgstr "" "Проблема при добавлении модуля. Некоторые обязательные поля пропущены: (имя)" -#: ../../godmode/agentes/configurar_agente.php:1261 +#: ../../godmode/agentes/configurar_agente.php:1941 msgid "There was a problem adding module. Processing error" msgstr "Проблема при добавлении модуля. Ошибка обработки" -#: ../../godmode/agentes/configurar_agente.php:1279 -#: ../../godmode/reporting/graph_builder.php:230 +#: ../../godmode/agentes/configurar_agente.php:1970 +#: ../../godmode/reporting/graph_builder.php:385 msgid "Module added successfully" msgstr "Модуль успешно добавлен" -#: ../../godmode/agentes/configurar_agente.php:1397 +#: ../../godmode/agentes/configurar_agente.php:2218 msgid "There was a problem deleting the module" msgstr "Ошибка при удалении модуля" -#: ../../godmode/agentes/configurar_agente.php:1400 +#: ../../godmode/agentes/configurar_agente.php:2222 msgid "Module deleted succesfully" msgstr "Модуль удален" -#: ../../godmode/agentes/configurar_agente.php:1582 -#: ../../godmode/agentes/configurar_agente.php:1592 +#: ../../godmode/agentes/configurar_agente.php:2349 +#: ../../include/functions_api.php:10449 +#, php-format +msgid "Save by %s Console" +msgstr "Сохранить с %s Консолью" + +#: ../../godmode/agentes/configurar_agente.php:2367 +#: ../../include/functions_api.php:10450 +#, php-format +msgid "Update by %s Console" +msgstr "Обновить с %s Консолью" + +#: ../../godmode/agentes/configurar_agente.php:2383 +#: ../../include/functions_api.php:10451 +#, php-format +msgid "Insert by %s Console" +msgstr "Вставить с %s Консолью" + +#: ../../godmode/agentes/configurar_agente.php:2452 +#: ../../godmode/agentes/configurar_agente.php:2464 msgid "Invalid tab specified" msgstr "Указана неверная вкладка" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:112 +#: ../../godmode/agentes/module_manager_editor_prediction.php:96 +msgid "Source module" +msgstr "Источник модуля" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:133 +#: ../../godmode/agentes/module_manager_editor_prediction.php:151 +msgid "Select Module" +msgstr "Выбрать модуль" + +#: ../../godmode/agentes/module_manager_editor.php:691 +msgid "Invalid module type" +msgstr "Недопустимый тип модуля" + +#: ../../godmode/agentes/module_manager_editor.php:735 +msgid "Module relations" +msgstr "Связь между модулями" + +#: ../../godmode/agentes/module_manager_editor.php:825 +msgid "No module to predict" +msgstr "Нет модуля для прогнозирования" + +#: ../../godmode/agentes/module_manager_editor.php:835 +msgid "No plug-in provided" +msgstr "Плагин не предоставлен" + +#: ../../godmode/agentes/module_manager_editor.php:845 +msgid "No server provided" +msgstr "Сервер не предоставлен" + +#: ../../godmode/agentes/module_manager_editor.php:876 +msgid "" +"Error, The field name and name in module_name in data configuration are " +"different." +msgstr "Ошибка, имя поля и имя модуля_имя конфигурационных данных различны." + +#: ../../godmode/agentes/module_manager_editor.php:914 +msgid "The File APIs are not fully supported in this browser." +msgstr "Файловые API не полностью поддерживаются в этом браузере." + +#: ../../godmode/agentes/module_manager_editor.php:915 +msgid "Couldn`t find the fileinput element." +msgstr "Элемент входного файла не найден" + +#: ../../godmode/agentes/module_manager_editor.php:916 +msgid "" +"This browser doesn`t seem to support the files property of file inputs." +msgstr "" +"Похоже, что этот браузер не поддерживает файлы, принадлежащие входному файлу." + +#: ../../godmode/agentes/module_manager_editor.php:917 +msgid "Please select a file before clicking Load" +msgstr "Пожалуйста, выберите файл, прежде чем нажать кнопку Загрузить" + +#: ../../godmode/agentes/modificar_agente.php:80 #, php-format -msgid "Free space on %s" -msgstr "Свободное место на %s" +msgid "Agents defined in %s" +msgstr "Агенты, определенные в %s" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:205 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s сервисные модули созданы успешно" +#: ../../godmode/agentes/modificar_agente.php:90 +#: ../../godmode/massive/massive_operations.php:397 +msgid "" +"This node is configured with centralized mode. To delete an agent go to " +"metaconsole." +msgstr "" +"Этот узел настроен в централизованном режиме. Для удаления агента перейдите " +"в метаконсоль." -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:208 -#, php-format -msgid "Error creating %s service modules" -msgstr "Ошибка при создании %s сервисных модулей" +#: ../../godmode/agentes/modificar_agente.php:134 +msgid "Success deleted agent." +msgstr "Агент удален успешно" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:213 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s процессорные модули созданы успешно" +#: ../../godmode/agentes/modificar_agente.php:135 +msgid "Could not be deleted." +msgstr "Не удается удалить." -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:216 -#, php-format -msgid "Error creating %s process modules" -msgstr "Ошибка при создании %s процессорных модулей" +#: ../../godmode/agentes/modificar_agente.php:150 +msgid "Maybe the files conf or md5 could not be deleted" +msgstr "Может быть конфигурационный файл или md5 не удален" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:221 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "%s модули дискового пространства созданы успешно" +#: ../../godmode/agentes/modificar_agente.php:284 +msgid "Show Agents" +msgstr "Показать Агентов" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:224 -#, php-format -msgid "Error creating %s disk space modules" -msgstr "Ошибка при создании %s модулей дискового пространства" +#: ../../godmode/agentes/modificar_agente.php:286 +msgid "Everyone" +msgstr "Все" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:229 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "%s модули созданы из компонентов успешно" +#: ../../godmode/agentes/modificar_agente.php:300 +msgid "Operative System" +msgstr "Оперативная Система" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:232 -#, php-format -msgid "Error creating %s modules from components" -msgstr "Ошибка при создании %s модулей из компонентов" +#: ../../godmode/agentes/modificar_agente.php:331 +msgid "" +"Search filter by alias, name, description, IP address or custom fields " +"content" +msgstr "" +"Фильтр поиска по алиас, по имени, описанию, IP-адресу или содержанию " +"пользовательских полей" -#: ../../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/modificar_agente.php:614 +msgid "Remote agent configuration" +msgstr "Удаление конфигурации агента" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:275 -msgid "WMI Explore" -msgstr "WMI Проводник" +#: ../../godmode/agentes/modificar_agente.php:614 +msgid "R" +msgstr "R" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:279 -msgid "Unable to do WMI explorer" -msgstr "Не удается сделать WMI проводник" +#: ../../godmode/agentes/modificar_agente.php:824 +msgid "Edit remote config" +msgstr "Редактировать удаленную конфигурацию" -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:304 -msgid "WMI components" -msgstr "Компоненты WMI" +#: ../../godmode/agentes/modificar_agente.php:874 +msgid "You are going to enable a cluster agent. Are you sure?" +msgstr "Вы собираетесь включить агент кластера. Вы уверены?" -#: ../../godmode/agentes/agent_template.php:69 -msgid "Created by template " -msgstr "Создано по шаблону " +#: ../../godmode/agentes/modificar_agente.php:877 +msgid "Enable agent" +msgstr "Включить агента" -#: ../../godmode/agentes/agent_template.php:152 -msgid "Error adding modules" -msgstr "Ошибка при добавлении модулей" +#: ../../godmode/agentes/modificar_agente.php:884 +msgid "You are going to disable a cluster agent. Are you sure?" +msgstr "Вы собираетесь отключить агента кластера. Вы уверены?" -#: ../../godmode/agentes/agent_template.php:154 -msgid "Error adding modules. The following errors already exists: " -msgstr "Ошибка при добавлении модулей. Следующие ошибки уже существует: " +#: ../../godmode/agentes/modificar_agente.php:887 +msgid "Disable agent" +msgstr "Отключить агента" -#: ../../godmode/agentes/agent_template.php:157 -msgid "Modules successfully added" -msgstr "Модули успешно добавлены" +#: ../../godmode/agentes/modificar_agente.php:897 +msgid "WARNING! - You are going to delete a cluster agent. Are you sure?" +msgstr "ВНИМАНИЕ! - Вы собираетесь удалить агента кластера. Вы уверены?" -#: ../../godmode/agentes/agent_template.php:184 -msgid "Assign" -msgstr "Назначить" +#: ../../godmode/agentes/agent_conf_gis.php:38 +#: ../../operation/agentes/gis_view.php:56 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"Карты по умолчанию нет. Пожалуйста, перейдите на установки чтобы установить " +"дефолт карту." -#: ../../godmode/agentes/configure_field.php:36 -msgid "Update agent custom field" -msgstr "Обновить агент пользовательского поля" +#: ../../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 "" +"Там нет GIS данных для этого агента, поэтому они находятся в режиме по " +"умолчанию карты." -#: ../../godmode/agentes/configure_field.php:39 -msgid "Create agent custom field" -msgstr "Создать агент пользовательского поля" +#: ../../godmode/agentes/agent_conf_gis.php:58 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"Когда вы меняете позицию агента, агент автоматически активирует опцию " +"\"Игнорировать новые данные GIS\"." -#: ../../godmode/agentes/fields_manager.php:31 +#: ../../godmode/agentes/agent_conf_gis.php:67 +msgid "Agent position" +msgstr "Агент расположения" + +#: ../../godmode/agentes/agent_conf_gis.php:73 +msgid "Latitude: " +msgstr "Широта: " + +#: ../../godmode/agentes/agent_conf_gis.php:90 +msgid "Longitude: " +msgstr "Долгота: " + +#: ../../godmode/agentes/agent_conf_gis.php:107 +msgid "Altitude: " +msgstr "Высота: " + +#: ../../godmode/agentes/agent_conf_gis.php:124 +#: ../../godmode/massive/massive_edit_agents.php:722 +msgid "Ignore new GIS data:" +msgstr "Игнорировать новые ГИС данные:" + +#: ../../godmode/agentes/planned_downtime.list.php:47 +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:55 +msgid "Scheduled Downtime" +msgstr "Запланированная остановка" + +#: ../../godmode/agentes/planned_downtime.list.php:83 +msgid "An error occurred stopping the planned downtime" +msgstr "Произошла ошибка при прекращении запланированной остановки" + +#: ../../godmode/agentes/planned_downtime.list.php:106 +msgid "This planned downtime is running" +msgstr "Данная запланированная остановка находится в работе" + +#: ../../godmode/agentes/planned_downtime.list.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:594 +msgid "Once" +msgstr "Однократно" + +#: ../../godmode/agentes/planned_downtime.list.php:158 +#: ../../godmode/agentes/planned_downtime.list.php:446 +#: ../../godmode/agentes/planned_downtime.editor.php:595 +msgid "Periodically" +msgstr "Периодически" + +#: ../../godmode/agentes/planned_downtime.list.php:162 +msgid "Show past downtimes" +msgstr "Показать прошлые остановки" + +#: ../../godmode/agentes/planned_downtime.list.php:365 +#: ../../godmode/agentes/planned_downtime.export_csv.php:199 +msgid "No planned downtime" +msgstr "Нет запланированных остановок" + +#: ../../godmode/agentes/planned_downtime.list.php:398 +msgid "Name #Ag." +msgstr "Имя #Сред." + +#: ../../godmode/agentes/planned_downtime.list.php:407 +#: ../../godmode/agentes/planned_downtime.list.php:482 +#: ../../godmode/agentes/planned_downtime.list.php:484 +msgid "Stop downtime" +msgstr "Прервать время остановки" + +#: ../../godmode/agentes/planned_downtime.list.php:438 +#: ../../godmode/agentes/planned_downtime.editor.php:577 +msgid "Disabled Agents" +msgstr "Заблокированные агенты" + +#: ../../godmode/agentes/planned_downtime.list.php:439 +#: ../../godmode/agentes/planned_downtime.editor.php:578 +msgid "Disabled only Alerts" +msgstr "Заблокированны только оповещания" + +#: ../../godmode/agentes/planned_downtime.list.php:445 +msgid "once" +msgstr "один раз" + +#: ../../godmode/agentes/planned_downtime.list.php:460 +msgid "Not running" +msgstr "Не запущено" + +#: ../../godmode/agentes/planned_downtime.list.php:575 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" +"ВНИМАНИЕ: Если вы удалите это запланированное время остановки, оно не будет " +"учитываться в будущих отчетах SLA." + +#: ../../godmode/agentes/planned_downtime.list.php:581 +msgid "WARNING: There are malformed planned downtimes" +msgstr "" +"ВНИМАНИЕ: Существуют неправильно сформированные запланированные остановки" + +#: ../../godmode/agentes/planned_downtime.list.php:581 +msgid "Do you want to migrate automatically the malformed items?" +msgstr "" +"Хотите ли вы автоматически произвести миграцию неправильно сформированных " +"элементов?" + +#: ../../godmode/agentes/planned_downtime.editor.php:207 +#: ../../godmode/agentes/planned_downtime.editor.php:1099 +#: ../../godmode/agentes/planned_downtime.editor.php:1234 +msgid "This elements cannot be modified while the downtime is being executed" +msgstr "Эти элементы не могут быть изменены во время выполнения остановки" + +#: ../../godmode/agentes/planned_downtime.editor.php:240 +#: ../../include/functions_planned_downtimes.php:40 +#: ../../include/functions_planned_downtimes.php:742 +msgid "" +"Not created. Error inserting data. Start time must be higher than the " +"current time" +msgstr "" +"Не создан. Произошла ошибка при вставке данных. Время начала должно быть " +"выше, чем текущее время" + +#: ../../godmode/agentes/planned_downtime.editor.php:244 +#: ../../godmode/agentes/planned_downtime.editor.php:248 +#: ../../godmode/agentes/planned_downtime.editor.php:255 +#: ../../godmode/agentes/planned_downtime.editor.php:259 +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:47 +#: ../../include/functions_planned_downtimes.php:49 +#: ../../include/functions_planned_downtimes.php:747 +#: ../../include/functions_planned_downtimes.php:754 +#: ../../include/functions_planned_downtimes.php:762 +#: ../../include/functions_planned_downtimes.php:770 +#: ../../include/functions_planned_downtimes.php:775 +#: ../../include/functions_planned_downtimes.php:780 +#: ../../include/functions_planned_downtimes.php:785 +#: ../../include/functions_planned_downtimes.php:790 +#: ../../include/functions_planned_downtimes.php:795 +#: ../../include/functions_planned_downtimes.php:800 +msgid "Not created. Error inserting data" +msgstr "Не создано. Ошибка вставки данных" + +#: ../../godmode/agentes/planned_downtime.editor.php:244 +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:754 +msgid "The end date must be higher than the start date" +msgstr "Дата окончания должна быть больше даты начала" + +#: ../../godmode/agentes/planned_downtime.editor.php:248 +#: ../../include/functions_planned_downtimes.php:747 +msgid "The end date must be higher than the current time" +msgstr "Дата окончания должна быть выше, чем текущее время" + +#: ../../godmode/agentes/planned_downtime.editor.php:255 +#: ../../godmode/agentes/planned_downtime.editor.php:704 +#: ../../godmode/agentes/planned_downtime.editor.php:717 +#: ../../include/functions_planned_downtimes.php:47 +#: ../../include/functions_planned_downtimes.php:762 +msgid "The end time must be higher than the start time" +msgstr "Время окончания должно быть больше, чем время начала" + +#: ../../godmode/agentes/planned_downtime.editor.php:259 +#: ../../godmode/agentes/planned_downtime.editor.php:689 +#: ../../include/functions_planned_downtimes.php:49 +#: ../../include/functions_planned_downtimes.php:770 +msgid "The end day must be higher than the start day" +msgstr "Конечный день должен быть выше, чем начальный день" + +#: ../../godmode/agentes/planned_downtime.editor.php:311 +#: ../../include/functions_planned_downtimes.php:98 +#: ../../include/functions_planned_downtimes.php:814 +msgid "Each planned downtime must have a different name" +msgstr "Каждая запланированная остановка должна иметь разное имя" + +#: ../../godmode/agentes/planned_downtime.editor.php:316 +#: ../../godmode/agentes/planned_downtime.editor.php:348 +#: ../../include/functions_planned_downtimes.php:103 +#: ../../include/functions_planned_downtimes.php:820 +msgid "Planned downtime must have a name" +msgstr "Запланированная остановка должна иметь имя" + +#: ../../godmode/agentes/planned_downtime.editor.php:571 +msgid "Quiet: Modules will not generate events or fire alerts." +msgstr "" +"Тихий режим: Модули не будут генерировать события или запускать " +"предупреждения." + +#: ../../godmode/agentes/planned_downtime.editor.php:571 +msgid "Disable Agents: Disables the selected agents." +msgstr "Отключение агентов: Отключает выбранных агентов." + +#: ../../godmode/agentes/planned_downtime.editor.php:571 +msgid "Disable Alerts: Disable alerts for the selected agents." +msgstr "" +"Отключение Предупреждений: Отключить предупреждения для выбранных агентов." + +#: ../../godmode/agentes/planned_downtime.editor.php:610 +msgid "Configure the time" +msgstr "Настроить время" + +#: ../../godmode/agentes/planned_downtime.editor.php:616 +#: ../../include/functions_reporting_html.php:86 +#: ../../include/functions_reporting_html.php:5003 +msgid "From:" +msgstr "От:" + +#: ../../godmode/agentes/planned_downtime.editor.php:620 +#: ../../include/functions_reporting_html.php:86 +#: ../../include/functions_reporting_html.php:5003 +msgid "To:" +msgstr "Куда:" + +#: ../../godmode/agentes/planned_downtime.editor.php:629 +msgid "Type Periodicity:" +msgstr "Тип Периодичности:" + +#: ../../godmode/agentes/planned_downtime.editor.php:661 +msgid "From day:" +msgstr "С первого дня:" + +#: ../../godmode/agentes/planned_downtime.editor.php:675 +msgid "To day:" +msgstr "До дня:" + +#: ../../godmode/agentes/planned_downtime.editor.php:694 +msgid "From hour:" +msgstr "С часа:" + +#: ../../godmode/agentes/planned_downtime.editor.php:707 +msgid "To hour:" +msgstr "До часа:" + +#: ../../godmode/agentes/planned_downtime.editor.php:783 +msgid "Group filter" +msgstr "Фильтр группы" + +#: ../../godmode/agentes/planned_downtime.editor.php:817 +msgid "Available modules:" +msgstr "Свободные модули:" + +#: ../../godmode/agentes/planned_downtime.editor.php:818 +msgid "Only for type Quiet for downtimes." +msgstr "Только для типа Тихо для остановки." + +#: ../../godmode/agentes/planned_downtime.editor.php:876 +msgid "Agents planned for this downtime" +msgstr "Запланированные агенты для этой остановки" + +#: ../../godmode/agentes/planned_downtime.editor.php:894 +msgid "There are no agents" +msgstr "Нет агентов" + +#: ../../godmode/agentes/planned_downtime.editor.php:936 +msgid "All alerts" +msgstr "Все оповещания" + +#: ../../godmode/agentes/planned_downtime.editor.php:938 +msgid "Entire agent" +msgstr "Весь агент" + +#: ../../godmode/agentes/planned_downtime.editor.php:941 +#: ../../godmode/agentes/planned_downtime.editor.php:1051 +msgid "All modules" +msgstr "Все модули" + +#: ../../godmode/agentes/planned_downtime.editor.php:943 +#: ../../godmode/agentes/planned_downtime.editor.php:1043 +#: ../../godmode/agentes/planned_downtime.editor.php:1047 +msgid "Some modules" +msgstr "Некоторые модули" + +#: ../../godmode/agentes/planned_downtime.editor.php:1011 +msgid "Add Module:" +msgstr "Добавить модуль:" + +#: ../../godmode/agentes/planned_downtime.editor.php:1364 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3854 +msgid "Please select a module." +msgstr "Пожалуйста, выберите модуль." + +#: ../../godmode/agentes/planned_downtime.editor.php:1499 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" +"ВНИМАНИЕ: Если вы отредактируете это запланированное время остановки, данные " +"будущих отчетов SLA могут быть изменены" + +#: ../../godmode/agentes/fields_manager.php:30 msgid "Agents custom fields manager" msgstr "Агенты пользовательских полей менеджера" -#: ../../godmode/agentes/fields_manager.php:44 +#: ../../godmode/agentes/fields_manager.php:46 +#: ../../include/ajax/custom_fields.php:737 msgid "The name must not be empty" msgstr "Имя не должно быть пустым" -#: ../../godmode/agentes/fields_manager.php:47 +#: ../../godmode/agentes/fields_manager.php:48 msgid "The name must be unique" msgstr "Имя должно быть уникальным" -#: ../../godmode/agentes/fields_manager.php:52 +#: ../../godmode/agentes/fields_manager.php:59 msgid "Field successfully created" msgstr "Поле успешно создано" -#: ../../godmode/agentes/fields_manager.php:69 +#: ../../godmode/agentes/fields_manager.php:80 msgid "Field successfully updated" msgstr "Поле успешно обновлено" -#: ../../godmode/agentes/fields_manager.php:72 +#: ../../godmode/agentes/fields_manager.php:82 msgid "There was a problem modifying field" msgstr "Проблема при изменении поля" -#: ../../godmode/agentes/fields_manager.php:82 +#: ../../godmode/agentes/fields_manager.php:94 msgid "There was a problem deleting field" msgstr "Проблема при удалении поля" -#: ../../godmode/agentes/fields_manager.php:84 +#: ../../godmode/agentes/fields_manager.php:96 msgid "Field successfully deleted" msgstr "Поле успешно удалено" -#: ../../godmode/agentes/fields_manager.php:138 +#: ../../godmode/agentes/fields_manager.php:120 +#: ../../godmode/agentes/configure_field.php:92 +#: ../../operation/agentes/custom_fields.php:67 +msgid "Display on front" +msgstr "Разместить спереди" + +#: ../../godmode/agentes/fields_manager.php:120 +#: ../../godmode/agentes/configure_field.php:93 +#: ../../operation/agentes/custom_fields.php:67 +msgid "" +"The fields with display on front enabled will be displayed into the agent " +"details" +msgstr "Поля, расположенные спереди будут отображаться в агенте данных" + +#: ../../godmode/agentes/fields_manager.php:168 msgid "Create field" msgstr "Создать поле" -#: ../../godmode/agentes/module_manager_editor_wmi.php:29 -msgid "WMI server module" -msgstr "Серверный модуль WMI" +#: ../../godmode/agentes/module_manager_editor_network.php:266 +msgid "SNMP walk" +msgstr "SNMP ход" -#: ../../godmode/agentes/module_manager_editor_wmi.php:59 -#: ../../godmode/modules/manage_network_components_form_wmi.php:32 -msgid "WMI query" -msgstr "Запрос WMI" +#: ../../godmode/agentes/module_manager_editor_network.php:472 +msgid "Windows remote" +msgstr "Windows Дистанционный" -#: ../../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_network.php:475 +msgid "Connection method" +msgstr "Метод соединения" -#: ../../godmode/agentes/module_manager_editor_wmi.php:70 -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -msgid "Field number" -msgstr "Номер поля" +#: ../../godmode/agentes/agent_manager.php:223 +#: ../../operation/agentes/estado_agente.php:196 ../../operation/menu.php:54 +msgid "Agent detail" +msgstr "Агент детализации" -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" -msgstr "Обновить Сервер" +#: ../../godmode/agentes/agent_manager.php:238 +msgid "Delete agent" +msgstr "Удалить агента" -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" -msgstr "" +#: ../../godmode/agentes/agent_manager.php:269 +msgid "QR Code Agent view" +msgstr "Просмотр QR-код агента" -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" -msgstr "Pandora серверы" +#: ../../godmode/agentes/agent_manager.php:290 +msgid "Use alias as name" +msgstr "Использовать алиас в качестве имени" -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" -msgstr "Сервер обновлен успешно" +#: ../../godmode/agentes/agent_manager.php:298 +#: ../../godmode/setup/setup_general.php:457 +msgid "Unique IP" +msgstr "Уникальный IP" -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" -msgstr "Проблема при обновлении сервера" +#: ../../godmode/agentes/agent_manager.php:332 +msgid "Primary group" +msgstr "Основная группа" -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "" +#: ../../godmode/agentes/agent_manager.php:574 +#: ../../godmode/massive/massive_edit_agents.php:744 +msgid "Safe operation mode" +msgstr "Безопасный режим операций" -#: ../../godmode/servers/plugin.php:216 -msgid "Plugin creation" -msgstr "Создание плагина" +#: ../../godmode/agentes/agent_manager.php:597 +#: ../../godmode/massive/massive_edit_agents.php:690 +msgid "Not available" +msgstr "Недоступно" -#: ../../godmode/servers/plugin.php:219 -msgid "Plugin update" -msgstr "Обновление плагина" +#: ../../godmode/agentes/agent_manager.php:615 +msgid "Cascade protection services" +msgstr "Сервис каскадной защиты" -#: ../../godmode/servers/plugin.php:249 -msgid "Plugin type" -msgstr "Тип плагина" +#: ../../godmode/agentes/agent_manager.php:642 +#: ../../godmode/massive/massive_edit_agents.php:555 +msgid "Cascade protection" +msgstr "Каскадная защита" -#: ../../godmode/servers/plugin.php:250 ../../godmode/servers/plugin.php:709 -msgid "Standard" -msgstr "Стандартный" +#: ../../godmode/agentes/agent_manager.php:658 +#: ../../godmode/massive/massive_edit_agents.php:670 +msgid "Module definition" +msgstr "Модуль определения" -#: ../../godmode/servers/plugin.php:251 ../../godmode/servers/plugin.php:711 -msgid "Nagios" -msgstr "Nagios" +#: ../../godmode/agentes/agent_manager.php:663 +#: ../../godmode/massive/massive_edit_agents.php:672 +msgid "Learning mode" +msgstr "Режим обучения" -#: ../../godmode/servers/plugin.php:256 -msgid "Max. timeout" -msgstr "timeout" +#: ../../godmode/agentes/agent_manager.php:673 +#: ../../godmode/massive/massive_edit_agents.php:673 +msgid "Normal mode" +msgstr "Обычный режим" -#: ../../godmode/servers/plugin.php:256 +#: ../../godmode/agentes/agent_manager.php:683 +#: ../../godmode/massive/massive_edit_agents.php:674 +msgid "Autodisable mode" +msgstr "Режим автоотключения" + +#: ../../godmode/agentes/agent_manager.php:700 +msgid "Disabled mode" +msgstr "Режим выключен" + +#: ../../godmode/agentes/agent_manager.php:705 +#: ../../godmode/agentes/agent_manager.php:722 +#: ../../include/functions_treeview.php:766 +#: ../../operation/agentes/ver_agente.php:1423 +#: ../../operation/agentes/estado_generalagente.php:483 +msgid "Url address" +msgstr "Url адрес" + +#: ../../godmode/agentes/agent_manager.php:747 +#: ../../godmode/massive/massive_edit_agents.php:718 +msgid "Agent icon" +msgstr "Значок агента" + +#: ../../godmode/agentes/agent_manager.php:797 +msgid "Update new GIS data:" +msgstr "Обновление новых данных GIS:" + +#: ../../godmode/agentes/agent_manager.php:859 +msgid "Click to display" +msgstr "Нажмите для отображения" + +#: ../../godmode/agentes/agent_manager.php:1107 +msgid "Primary group cannot be secondary too." +msgstr "Первичная группа не может быть и вторичной тоже." + +#: ../../godmode/agentes/agent_manager.php:1238 +msgid "Secondary group cannot be primary too." +msgstr "Вторичная группа не может быть и первичной тоже." + +#: ../../godmode/agentes/agent_incidents.php:22 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/incidents/configure_integriaims_incident.php:40 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:30 +#: ../../operation/incidents/list_integriaims_incidents.php:41 msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" +"In order to access ticket management system, integration with Integria IMS " +"must be enabled and properly configured" msgstr "" -"Данное значение будет применяться тольло если оно меньше чем время ожидания " -"сервера общей конфигурации плагина" +"Для того чтобы получить доступ к системе управления билетами, интеграция с " +"Integria IMS должна быть включена и правильно настроена" -#: ../../godmode/servers/plugin.php:256 +#: ../../godmode/agentes/agent_incidents.php:69 +msgid "No incidents associated to this agent" +msgstr "Нет инцидентов, связанных с этим агентом" + +#: ../../godmode/agentes/agent_incidents.php:90 +msgid "Incident" +msgstr "инцидент" + +#: ../../godmode/agentes/configure_field.php:38 +msgid "Update agent custom field" +msgstr "Обновить агент пользовательского поля" + +#: ../../godmode/agentes/configure_field.php:40 +msgid "Create agent custom field" +msgstr "Создать агент пользовательского поля" + +#: ../../godmode/agentes/configure_field.php:52 +#: ../../godmode/agentes/configure_field.php:56 +#: ../../godmode/agentes/configure_field.php:60 +#: ../../godmode/agentes/configure_field.php:64 +msgid "Agent Custom Fields Information" +msgstr "Информация о пользовательских полях агента" + +#: ../../godmode/agentes/configure_field.php:53 msgid "" -"If you set a 0 seconds timeout, the server plugin timeout will be used" +"You cannot set the Password type until you clear the combo values and click " +"on update button." msgstr "" -"Если вы установили время ожидания 0 секунд, время ожидания сервера плагина " -"будет использоваться" +"Вы не сможете установить тип пароля, пока не очистите комбинированные " +"значения и не нажмете кнопку обновления." -#: ../../godmode/servers/plugin.php:312 -msgid "Plugin command" -msgstr "Комманда плагина" +#: ../../godmode/agentes/configure_field.php:57 +msgid "" +"You cannot unset the enable combo until you clear the combo values and click " +"on update." +msgstr "" +"Вы не сможете отключить включенную комбинацию, пока не удалите значения " +"комбинации и не нажмете кнопку обновить." -#: ../../godmode/servers/plugin.php:323 -msgid "Plug-in parameters" -msgstr "Параметры плагинов" +#: ../../godmode/agentes/configure_field.php:61 +msgid "If you select Enabled combo the Password type will be disabled." +msgstr "Если вы выберете Включенная комбинация, тип Пароля будет отключен." -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" -msgstr "Скрыть значение" +#: ../../godmode/agentes/configure_field.php:65 +msgid "If you select Passord type the Enabled combo will be disabled." +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/agentes/configure_field.php:81 +msgid "Pass type" +msgstr "Тип пароля" -#: ../../godmode/servers/plugin.php:474 ../../godmode/servers/plugin.php:481 -msgid "Parameters macros" -msgstr "Параметры макросов" +#: ../../godmode/agentes/configure_field.php:82 +msgid "" +"The fields with pass type enabled will be displayed like html input type " +"pass in html" +msgstr "" +"Поля с включенным типом пароля будут отображаться звездочками в HTML." -#: ../../godmode/servers/plugin.php:514 -msgid "Plugins registered in Pandora FMS" -msgstr "Плагины, зарегистрированные в Pandora FMS" +#: ../../godmode/agentes/configure_field.php:103 +msgid "Enabled combo" +msgstr "Включенная комбинация" -#: ../../godmode/servers/plugin.php:519 -msgid "You need to create your own plugins with Windows compatibility" -msgstr "Необходимо создать собственные плагины, совместимые с Windows" +#: ../../godmode/agentes/configure_field.php:115 +msgid "Combo values" +msgstr "Комбинированные значения" -#: ../../godmode/servers/plugin.php:579 -msgid "Problem updating plugin" -msgstr "Ошибка при обновлении плагина" +#: ../../godmode/agentes/configure_field.php:116 +msgid "Set values separated by comma" +msgstr "Установить значения, разделенные запятой" -#: ../../godmode/servers/plugin.php:582 -msgid "Plugin updated successfully" -msgstr "Плагин обновлен успешно" +#: ../../godmode/agentes/module_manager_editor_common.php:90 +msgid "Using module component" +msgstr "Использование модуля компонента" -#: ../../godmode/servers/plugin.php:637 -msgid "Problem creating plugin" -msgstr "Ошибка при создании плагина" +#: ../../godmode/agentes/module_manager_editor_common.php:388 +msgid "Warning threshold" +msgstr "Порог предостережения об опасности" -#: ../../godmode/servers/plugin.php:640 -msgid "Plugin created successfully" -msgstr "Плагин создан успешно" +#: ../../godmode/agentes/module_manager_editor_common.php:390 +#: ../../godmode/agentes/module_manager_editor_common.php:443 +msgid "Min. " +msgstr "Мин. " -#: ../../godmode/servers/plugin.php:650 -msgid "Problem deleting plugin" -msgstr "Ошибка при удалении плагина" +#: ../../godmode/agentes/module_manager_editor_common.php:441 +msgid "Critical threshold" +msgstr "Критический порог" -#: ../../godmode/servers/plugin.php:653 -msgid "Plugin deleted successfully" -msgstr "Плагин удален успешно" +#: ../../godmode/agentes/module_manager_editor_common.php:627 +msgid "Dynamic Threshold Interval" +msgstr "Динамический пороговый интервал" -#: ../../godmode/servers/plugin.php:732 -msgid "All the modules that are using this plugin will be deleted" -msgstr "Все модули, которые используются данным плагином будут удалены" +#: ../../godmode/agentes/module_manager_editor_common.php:654 +msgid "Dynamic Threshold Min. " +msgstr "Динамический Порог Мин. " -#: ../../godmode/servers/plugin.php:739 -msgid "There are no plugins in the system" -msgstr "Нет плагинов в системе" +#: ../../godmode/agentes/module_manager_editor_common.php:667 +msgid "Dynamic Threshold Max. " +msgstr "Динамический Порог Макс. " -#: ../../godmode/servers/plugin.php:751 +#: ../../godmode/agentes/module_manager_editor_common.php:680 +msgid "Dynamic Threshold Two Tailed: " +msgstr "Динамический Порог 2 раза не удался: " + +#: ../../godmode/agentes/module_manager_editor_common.php:691 +msgid "Not needed" +msgstr "Не требуется" + +#: ../../godmode/agentes/module_manager_editor_common.php:989 +msgid "Tags from policy" +msgstr "Теги из политики" + +#: ../../godmode/agentes/module_manager_editor_common.php:1029 +msgid "Cascade Protection Services" +msgstr "Каскадные службы защиты" + +#: ../../godmode/agentes/module_manager_editor_common.php:1063 +#: ../../godmode/agentes/module_manager_editor_common.php:1071 +#: ../../godmode/agentes/module_manager_editor_common.php:1080 +msgid "Cron from" +msgstr "Cron из" + +#: ../../godmode/agentes/module_manager_editor_common.php:1067 +#: ../../godmode/agentes/module_manager_editor_common.php:1075 +#: ../../godmode/agentes/module_manager_editor_common.php:1084 +msgid "Cron to" +msgstr "Cron в" + +#: ../../godmode/agentes/module_manager_editor_common.php:1120 +msgid "Module parent" +msgstr "Родительский модуль" + +#: ../../godmode/agentes/module_manager_editor_common.php:1218 +#: ../../godmode/agentes/module_manager_editor_common.php:1329 +msgid "Direct" +msgstr "Прямой" + +#: ../../godmode/agentes/module_manager_editor_common.php:1219 +#: ../../godmode/agentes/module_manager_editor_common.php:1329 +#: ../../include/functions_reporting_html.php:3362 +#: ../../include/functions_reporting_html.php:3448 +#: ../../include/functions_reporting_html.php:3521 +#: ../../include/functions_reporting_html.php:3530 +#: ../../include/functions_reporting_html.php:3654 +#: ../../include/functions_reporting_html.php:3663 +#: ../../include/functions_reporting_html.php:3981 +#: ../../include/functions_reporting_html.php:3987 +msgid "Failover" +msgstr "Коммутация" + +#: ../../godmode/agentes/module_manager_editor_common.php:1220 +msgid "Rel. type" +msgstr "Rel. тип" + +#: ../../godmode/agentes/module_manager_editor_common.php:1235 +msgid "Add relationship" +msgstr "Добавить взаимосвязь" + +#: ../../godmode/agentes/module_manager_editor_common.php:1260 +msgid "Changes" +msgstr "Изменения" + +#: ../../godmode/agentes/module_manager.php:108 +msgid "Create a new data server module" +msgstr "Создать новые данные сервисного модуля" + +#: ../../godmode/agentes/module_manager.php:110 +msgid "Create a new network server module" +msgstr "Создать новую сеть сервисного модуля" + +#: ../../godmode/agentes/module_manager.php:114 +msgid "Create a new plugin server module" +msgstr "Создать новый плагин сервисного модуля" + +#: ../../godmode/agentes/module_manager.php:118 +msgid "Create a new WMI server module" +msgstr "Создать новый WMI сервисного модуля" + +#: ../../godmode/agentes/module_manager.php:122 +msgid "Create a new prediction server module" +msgstr "Создать новый прогноз сервисного модуля" + +#: ../../godmode/agentes/module_manager.php:166 +#: ../../operation/agentes/estado_monitores.php:582 +msgid "Show in hierachy mode" +msgstr "Показать в режиме иерархии" + +#: ../../godmode/agentes/module_manager.php:185 +msgid "

    Type

    " +msgstr "

    Тип

    " + +#: ../../godmode/agentes/module_manager.php:215 +msgid "Get more modules on Monitoring Library" +msgstr "Получите больше модулей в Библиотеке Мониторинга" + +#: ../../godmode/agentes/module_manager.php:249 +msgid "Nice try buddy" +msgstr "Хорошая попытка приятеля" + +#: ../../godmode/agentes/module_manager.php:403 +#: ../../godmode/agentes/module_manager.php:443 #, 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" +"There was a problem completing the operation. Applied to 0/%d modules." msgstr "" +"Возникла проблема при завершении операции. Применяется к 0/%d модулям." -#: ../../godmode/servers/plugin.php:862 -msgid "Are you sure you want to perform this action?" -msgstr "" +#: ../../godmode/agentes/module_manager.php:409 +#: ../../godmode/agentes/module_manager.php:449 +msgid "Operation finished successfully." +msgstr "Операция завершена успешно." -#: ../../godmode/servers/plugin.php:876 -msgid "Are you sure you want to unlock this item?" -msgstr "" - -#: ../../godmode/servers/plugin.php:896 +#: ../../godmode/agentes/module_manager.php:413 +#: ../../godmode/agentes/module_manager.php:453 +#, php-format msgid "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." +"There was a problem completing the operation. Applied to %d/%d modules." msgstr "" -"Комманды плагина не могут быть обновлены, поскольку некоторые модули или " -"компоненты используются данным плагином." +"Возникла проблема при завершении операции. Применяется к %d/%d модулям." -#: ../../godmode/servers/plugin.php:902 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" -msgstr "" +#: ../../godmode/agentes/module_manager.php:730 +#: ../../godmode/reporting/map_builder.php:427 +#: ../../godmode/reporting/map_builder.php:444 +#: ../../include/ajax/module.php:560 +#: ../../operation/agentes/datos_agente.php:296 +msgid "No available data to show" +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/agentes/module_manager.php:798 +msgid "Del." +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/agentes/module_manager.php:972 +#: ../../godmode/agentes/module_manager.php:980 +#: ../../include/ajax/module.php:1084 ../../include/ajax/module.php:1092 +msgid "Adopted" +msgstr "Приёмные" -#: ../../godmode/servers/manage_recontask_form.php:231 -msgid "Network sweep" -msgstr "Сеть развертки" +#: ../../godmode/agentes/module_manager.php:1110 +msgid "Normalize" +msgstr "Нормализовать" -#: ../../godmode/servers/manage_recontask_form.php:248 -msgid "Manual interval means that it will be executed only On-demand" -msgstr "" +#: ../../godmode/agentes/module_manager.php:1120 +msgid "Normalize (Disabled)" +msgstr "Нормализация (отключено)" -#: ../../godmode/servers/manage_recontask_form.php:255 -msgid "The minimum recomended interval for Recon Task is 5 minutes" -msgstr "Минимальный рекомендуемый интервал для Рекон Задачи - 5 минут" +#: ../../godmode/agentes/module_manager.php:1135 +#: ../../include/functions_snmp_browser.php:638 +msgid "Create network component" +msgstr "Создать сетевой компонент" -#: ../../godmode/servers/manage_recontask_form.php:260 -msgid "Module template" -msgstr "Модуль шаблона" +#: ../../godmode/agentes/module_manager.php:1144 +msgid "Create network component (Disabled)" +msgstr "Создать сетевой компонент (отключено)" -#: ../../godmode/servers/manage_recontask_form.php:294 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Ports" -msgstr "Порты" +#: ../../godmode/agentes/module_manager.php:1204 +msgid "Execute action" +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 "" -"Портов, которые определены как: 80 или 80,443,512 или даже 0-1024 (в формате " -"командной строки Nmap). Если не хотите делать развертки с использованием " -"сканирования портов, оставил его незаполненной" +#: ../../godmode/netflow/nf_item_list.php:36 +#: ../../operation/reporting/reporting_viewer.php:80 +msgid "Report list" +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 "SNMP сообщества по умолчанию" - -#: ../../godmode/servers/manage_recontask_form.php:317 -msgid "Explanation" -msgstr "Объяснение" - -#: ../../godmode/servers/manage_recontask_form.php:358 -msgid "OS detection" -msgstr "OS определение" - -#: ../../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 "Затребовать обратно SNMP модули" - -#: ../../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 "Рекон скрипты, зарегистрированные в Pandora FMS" - -#: ../../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 +#: ../../godmode/netflow/nf_item_list.php:39 +#: ../../godmode/netflow/nf_item_list.php:47 msgid "Report items" msgstr "Итемы отчета" -#: ../../godmode/netflow/nf_item_list.php:49 +#: ../../godmode/netflow/nf_item_list.php:42 msgid "Edit report" msgstr "Редактировать отчет" -#: ../../godmode/netflow/nf_item_list.php:58 +#: ../../godmode/netflow/nf_item_list.php:62 msgid "Netflow reports" msgstr "Отчеты сетевых потоков" -#: ../../godmode/netflow/nf_item_list.php:59 +#: ../../godmode/netflow/nf_item_list.php:66 msgid "Item list" msgstr "Список элементов" -#: ../../godmode/netflow/nf_item_list.php:151 +#: ../../godmode/netflow/nf_item_list.php:185 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2087 +#: ../../operation/netflow/nf_live_view.php:322 +msgid "Max. values" +msgstr "Максимальные значения" + +#: ../../godmode/netflow/nf_item_list.php:186 +#: ../../operation/agentes/graphs.php:233 msgid "Chart type" msgstr "Тип графика" -#: ../../godmode/netflow/nf_item_list.php:255 +#: ../../godmode/netflow/nf_item_list.php:286 msgid "There are no defined items" msgstr "Здесь нет оределенных элементов" -#: ../../godmode/netflow/nf_edit.php:39 +#: ../../godmode/netflow/nf_edit.php:38 msgid "Manage Netflow Filter" msgstr "Управление фильтром сетевого потока" -#: ../../godmode/groups/configure_modu_group.php:29 -msgid "Module group management" -msgstr "Управление группой модулей" +#: ../../godmode/netflow/nf_edit.php:57 ../../godmode/netflow/nf_edit.php:63 +#: ../../godmode/netflow/nf_edit_form.php:73 +#: ../../godmode/netflow/nf_edit_form.php:83 ../../godmode/menu.php:97 +msgid "Netflow filters" +msgstr "Фильтры сетевого потока" -#: ../../godmode/groups/group_list.php:158 -msgid "Edit or delete groups can cause problems with synchronization" +#: ../../godmode/netflow/nf_edit.php:212 +#: ../../godmode/events/event_filter.php:215 +msgid "There are no defined filters" +msgstr "Здесь нет заданных фильтров" + +#: ../../godmode/netflow/nf_edit_form.php:53 ../../godmode/events/events.php:54 +msgid "Filter list" +msgstr "Фильтровать список" + +#: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/netflow/nf_edit_form.php:77 +msgid "Add filter" +msgstr "Добавить фильтр" + +#: ../../godmode/netflow/nf_edit_form.php:58 +msgid "Netflow Filter" +msgstr "Фильтр сетевого потока" + +#: ../../godmode/netflow/nf_edit_form.php:187 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../include/ajax/custom_fields.php:707 ../../include/ajax/events.php:598 +#: ../../include/ajax/events.php:658 ../../operation/events/events_list.php:414 +#: ../../operation/events/events_list.php:467 +msgid "Update filter" +msgstr "Обновить фильтр" + +#: ../../godmode/netflow/nf_edit_form.php:234 +msgid "Filter:" +msgstr "Фильтр:" + +#: ../../godmode/netflow/nf_edit_form.php:238 +#: ../../operation/netflow/nf_live_view.php:406 +msgid "Dst Ip" +msgstr "IP-адрес пункта назначения" + +#: ../../godmode/netflow/nf_edit_form.php:238 +#: ../../operation/netflow/nf_live_view.php:406 +msgid "" +"Destination IP. A comma separated list of destination ip. If we leave the " +"field blank, will show all ip. Example filter by " +"ip:
    25.46.157.214,160.253.135.249" msgstr "" +"IP-адрес пункта назначения. Запятая разделяет список IP-адресов пункта " +"назначения. Если вы оставите поле пустым, будут показаны все IP-адреса. " +"Например, фильтра по IP:
    25.46.157.214,160.253.135.249" -#: ../../godmode/groups/group_list.php:164 -msgid "Groups defined in Pandora" -msgstr "Группы, определенные в Pandora" +#: ../../godmode/netflow/nf_edit_form.php:241 +#: ../../operation/netflow/nf_live_view.php:414 +msgid "Src Ip" +msgstr "Ip-адрес источника" -#: ../../godmode/groups/group_list.php:208 -#: ../../godmode/groups/modu_group_list.php:74 -msgid "Group successfully created" -msgstr "Группа успешно создана" +#: ../../godmode/netflow/nf_edit_form.php:241 +#: ../../operation/netflow/nf_live_view.php:414 +msgid "" +"Source IP. A comma separated list of source ip. If we leave the field blank, " +"will show all ip. Example filter by ip:
    25.46.157.214,160.253.135.249" +msgstr "" +"IP-адрес источника. Запятая разделяет список IP-адресов источника. Если вы " +"оставите поле пустым, будут показаны все IP-адреса. Например, фильтра по " +"IP:
    25.46.157.214,160.253.135.249" -#: ../../godmode/groups/group_list.php:211 -#: ../../godmode/groups/modu_group_list.php:77 -msgid "There was a problem creating group" -msgstr "Найдена проблема при создании группы" +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/netflow/nf_edit_form.php:257 +#: ../../operation/netflow/nf_live_view.php:342 +#: ../../operation/netflow/nf_live_view.php:425 +msgid "Dst Port" +msgstr "Порт назначения" -#: ../../godmode/groups/group_list.php:215 -msgid "Each group must have a different name" -msgstr "Каждая группа должна иметь свое имя" +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../operation/netflow/nf_live_view.php:425 +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 "" +"Порт назначения. Запятая разделяет список портов назначения. Если оставить " +"это поле пустым, будут показаны все порты. Пример фильтра по портам 80 и " +"22:
    80,22" -#: ../../godmode/groups/group_list.php:220 -msgid "Group must have a name" -msgstr "Группа должна иметь имя" +#: ../../godmode/netflow/nf_edit_form.php:247 +#: ../../godmode/netflow/nf_edit_form.php:256 +#: ../../operation/netflow/nf_live_view.php:341 +#: ../../operation/netflow/nf_live_view.php:433 +msgid "Src Port" +msgstr "Порт источника" -#: ../../godmode/groups/group_list.php:263 -#: ../../godmode/groups/modu_group_list.php:105 -msgid "Group successfully updated" -msgstr "Группа успешно обновлена" +#: ../../godmode/netflow/nf_edit_form.php:247 +#: ../../operation/netflow/nf_live_view.php:433 +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 "" +"Порт источника. Запятая разделяет список портов источника. Если оставить это " +"поле пустым, будут показаны все порты. Пример фильтра по портам 80 и " +"22:
    80,22" -#: ../../godmode/groups/group_list.php:266 -#: ../../godmode/groups/modu_group_list.php:108 -msgid "There was a problem modifying group" -msgstr "Найдена проблема при изменении группы" +#: ../../godmode/netflow/nf_edit_form.php:252 +#: ../../operation/netflow/nf_live_view.php:336 +msgid "Aggregate by" +msgstr "Объединено по" -#: ../../godmode/groups/group_list.php:291 +#: ../../godmode/netflow/nf_edit_form.php:254 +#: ../../operation/netflow/nf_live_view.php:339 +msgid "Src Ip Address" +msgstr "Ip-адрес источника" + +#: ../../godmode/netflow/nf_edit_form.php:255 +#: ../../operation/netflow/nf_live_view.php:340 +msgid "Dst Ip Address" +msgstr "Ip-адрес назначения" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "SNMP генератор прерывания" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:55 +msgid "Empty parameters" +msgstr "Незаполненные параметры" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:61 +msgid "Successfully generated" +msgstr "Успешно сформировано" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:62 #, php-format -msgid "The group is not empty. It is use in %s." -msgstr "Данная группа занята. Она используется в %s." +msgid "Could not be generated: %s" +msgstr "Не может быть сформировано: %s" -#: ../../godmode/groups/group_list.php:295 -#: ../../godmode/groups/modu_group_list.php:137 -msgid "Group successfully deleted" -msgstr "Группа успешно удалена" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +msgid "Host address" +msgstr "Адрес сервера" -#: ../../godmode/groups/group_list.php:298 -#: ../../godmode/groups/modu_group_list.php:135 -msgid "There was a problem deleting group" -msgstr "Найдена проблема при удалении группы" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:82 +#: ../../include/functions_snmp_browser.php:727 +msgid "Community" +msgstr "Сообщество" -#: ../../godmode/groups/group_list.php:387 -msgid "There are no defined groups" -msgstr "Нет заданных групп" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:92 +#: ../../godmode/snmpconsole/snmp_alert.php:809 +#: ../../godmode/snmpconsole/snmp_alert.php:1327 +#: ../../operation/snmpconsole/snmp_view.php:861 +msgid "Enterprise String" +msgstr "Цепь Enterprise" -#: ../../godmode/groups/group_list.php:393 -#: ../../godmode/groups/configure_group.php:92 -msgid "Create group" -msgstr "Создать группу" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:122 +msgid "SNMP Type" +msgstr "SNMP Вид" -#: ../../godmode/groups/configure_group.php:90 -msgid "Update group" -msgstr "Обновить группу" +#: ../../godmode/snmpconsole/snmp_trap_generator.php:155 +msgid "Generate trap" +msgstr "Генератор прерывания" -#: ../../godmode/groups/configure_group.php:104 -msgid "Update Group" +#: ../../godmode/snmpconsole/snmp_alert.php:83 +#: ../../godmode/snmpconsole/snmp_alert.php:91 +#: ../../godmode/snmpconsole/snmp_alert.php:99 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/snmpconsole/snmp_filters.php:37 +#: ../../godmode/snmpconsole/snmp_filters.php:41 +#: ../../operation/snmpconsole/snmp_statistics.php:85 +#: ../../operation/snmpconsole/snmp_view.php:703 +#: ../../operation/snmpconsole/snmp_view.php:801 +msgid "SNMP Console" +msgstr "SNMP Консоль" + +#: ../../godmode/snmpconsole/snmp_alert.php:99 +msgid "Alert overview" +msgstr "Оповещение обзора" + +#: ../../godmode/snmpconsole/snmp_alert.php:274 +msgid "There was a problem creating the alert" +msgstr "Проблема при создании оповещения" + +#: ../../godmode/snmpconsole/snmp_alert.php:404 +msgid "There was a problem updating the alert" +msgstr "Проблема при обновлении оповещения" + +#: ../../godmode/snmpconsole/snmp_alert.php:711 +msgid "There was a problem duplicating the alert" +msgstr "Возникла проблема с дублированием оповещения" + +#: ../../godmode/snmpconsole/snmp_alert.php:714 +msgid "Successfully Duplicate" +msgstr "Успешное дублирование" + +#: ../../godmode/snmpconsole/snmp_alert.php:732 +msgid "There was a problem deleting the alert" +msgstr "Проблема при удалении оповещения" + +#: ../../godmode/snmpconsole/snmp_alert.php:809 +msgid "Matches substrings. End the string with $ for exact matches." msgstr "" +"Совпадение подстроки. Завершите строку символом $ для точного совпадения." -#: ../../godmode/groups/configure_group.php:106 -msgid "Create Group" -msgstr "" +#: ../../godmode/snmpconsole/snmp_alert.php:869 +#: ../../godmode/snmpconsole/snmp_alert.php:876 +#: ../../godmode/snmpconsole/snmp_alert.php:885 +#: ../../godmode/snmpconsole/snmp_alert.php:894 +#: ../../godmode/snmpconsole/snmp_alert.php:903 +#: ../../godmode/snmpconsole/snmp_alert.php:912 +#: ../../godmode/snmpconsole/snmp_alert.php:921 +#: ../../godmode/snmpconsole/snmp_alert.php:929 +#: ../../godmode/snmpconsole/snmp_alert.php:937 +#: ../../godmode/snmpconsole/snmp_alert.php:945 +#: ../../godmode/snmpconsole/snmp_alert.php:953 +#: ../../godmode/snmpconsole/snmp_alert.php:961 +#: ../../godmode/snmpconsole/snmp_alert.php:969 +#: ../../godmode/snmpconsole/snmp_alert.php:977 +#: ../../godmode/snmpconsole/snmp_alert.php:985 +#: ../../godmode/snmpconsole/snmp_alert.php:993 +#: ../../godmode/snmpconsole/snmp_alert.php:1001 +#: ../../godmode/snmpconsole/snmp_alert.php:1009 +#: ../../godmode/snmpconsole/snmp_alert.php:1017 +#: ../../godmode/snmpconsole/snmp_alert.php:1025 +msgid "Variable bindings/Data" +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 "Распространять ACL" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate the same ACL security into the child subgroups." -msgstr "Разместить защиту ACL в детские подгруппы." - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact" -msgstr "Контакт" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact information accessible through the _groupcontact_ macro" -msgstr "Контактная информация доступна через the _groupcontact_ macro" - -#: ../../godmode/groups/configure_group.php:176 -msgid "Information accessible through the _group_other_ macro" -msgstr "Информация доступна через the _group_other_ macro" - -#: ../../godmode/groups/configure_group.php:221 +#: ../../godmode/snmpconsole/snmp_alert.php:1175 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. " +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Variable bindings/Datas." msgstr "" +"Поиск по этим полям описания: OID, Пользовательское Значение, Агент SNMP " +"(IP), Индивидуальное Значение, каждая Привязка Переменных/данные." -#: ../../godmode/groups/modu_group_list.php:54 -msgid "Module groups defined in Pandora" -msgstr "Группы модулей, определенных в Pandora" +#: ../../godmode/snmpconsole/snmp_alert.php:1194 +msgid "Alert SNMP control filter" +msgstr "Фильтр контроля SNMP оповещений" -#: ../../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/snmpconsole/snmp_alert.php:1279 +msgid "There are no SNMP alerts" +msgstr "Нет SNMP оповещений" -#: ../../godmode/groups/modu_group_list.php:85 -#: ../../godmode/groups/modu_group_list.php:116 -msgid "Module group must have a name" -msgstr "Модуль группы должен иметь имя" +#: ../../godmode/snmpconsole/snmp_alert.php:1330 +msgid "Custom Value/Enterprise String" +msgstr "Пользовательское значение/Enterprise цепь" -#: ../../godmode/groups/modu_group_list.php:203 -msgid "There are no defined module groups" -msgstr "Нет ни одной группы модулей" +#: ../../godmode/snmpconsole/snmp_alert.php:1335 +#: ../../include/functions_reporting_html.php:4553 +#: ../../include/functions_reporting_html.php:4675 +#: ../../include/functions_treeview.php:454 +msgid "Times fired" +msgstr "Число запусков" -#: ../../godmode/groups/modu_group_list.php:208 -msgid "Create module group" -msgstr "Создать группу модулей" +#: ../../godmode/snmpconsole/snmp_alert.php:1335 +msgid "TF." +msgstr "TF." -#: ../../godmode/update_manager/update_manager.setup.php:51 -msgid "Succesful Update the url config vars." -msgstr "" +#: ../../godmode/snmpconsole/snmp_alert.php:1424 +msgid "ID Alert SNMP" +msgstr "ID Предупреждение SNMP" -#: ../../godmode/update_manager/update_manager.setup.php:52 -msgid "Unsuccesful Update the url config vars." -msgstr "" +#: ../../godmode/snmpconsole/snmp_alert.php:1674 +msgid "Add action " +msgstr "Добавить действие " -#: ../../godmode/update_manager/update_manager.setup.php:63 -msgid "URL update manager:" -msgstr "URL менеджер обновлений" +#: ../../godmode/snmpconsole/snmp_filters.php:41 +msgid "Filter overview" +msgstr "Фильтр обзора" -#: ../../godmode/update_manager/update_manager.setup.php:65 -msgid "URL update manager" -msgstr "" +#: ../../godmode/snmpconsole/snmp_filters.php:87 +msgid "There was a problem updating the filter" +msgstr "Проблема при обновлении фильтра" -#: ../../godmode/update_manager/update_manager.setup.php:67 -msgid "Proxy server:" -msgstr "" +#: ../../godmode/snmpconsole/snmp_filters.php:105 +#: ../../godmode/snmpconsole/snmp_filters.php:131 +msgid "Description is empty" +msgstr "Описание не заполнено" -#: ../../godmode/update_manager/update_manager.setup.php:69 -msgid "Proxy server" -msgstr "прокси сервер" +#: ../../godmode/snmpconsole/snmp_filters.php:108 +msgid "Filter is empty" +msgstr "Фильтр не заполнен" -#: ../../godmode/update_manager/update_manager.setup.php:71 -msgid "Proxy port:" -msgstr "" +#: ../../godmode/snmpconsole/snmp_filters.php:128 +msgid "Filters are empty" +msgstr "Фильтры не заполнены" -#: ../../godmode/update_manager/update_manager.setup.php:73 -msgid "Proxy port" -msgstr "прокси порт" +#: ../../godmode/snmpconsole/snmp_filters.php:138 +msgid "There was a problem creating the filter" +msgstr "Проблема при создании фильтра" -#: ../../godmode/update_manager/update_manager.setup.php:75 -msgid "Proxy user:" -msgstr "" +#: ../../godmode/snmpconsole/snmp_filters.php:157 +msgid "There was a problem deleting the filter" +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 +#: ../../godmode/snmpconsole/snmp_filters.php:200 +#: ../../godmode/snmpconsole/snmp_filters.php:210 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." +"This field contains a substring, could be part of a IP address, a numeric " +"OID, or a plain substring" 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 "" -"Новый Менеджер Обновлений " -" клиента поставляется с Pandora FMS Это помогает системным " -"администраторам обновлять свои Pandora FMS автоматически, так как Менеджер " -"Обновлений выполняет задачу получения новых модулей, новых плагинов и новых " -"возможностей (даже полных инструментов миграции для будущих версий) " -"автоматически." - -#: ../../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 "" -"Менеджер Обновлений является одним из самых передовых функций версии " -"предприятия Pandora FMS , для получения дополнительной информации посетите " -"http://pandorafms.com." - -#: ../../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 "" -"Менеджер Обновлений отправляет анонимную информацию о использовании Pandora " -"FMS (число работающих агентов и модулей). Чтобы отключить ее, удалить адрес " -"удаленного сервера настроики плагина Менеджера Обновлений." - -#: ../../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 "Очистка задачи, запущенной для агента %s :: Данные старше чем %s" - -#: ../../godmode/db/db_purge.php:78 -msgid "" -"Please be patient. This operation can take a long time depending on the " -"amount of modules." -msgstr "" -"Пожалуйста, подождите. Эта операция может занять продолжительное время в " -"зависимости от количества модулей." - -#: ../../godmode/db/db_purge.php:92 -#, php-format -msgid "Deleting records for module %s" -msgstr "Удаление записей для модуля %s" - -#: ../../godmode/db/db_purge.php:140 -#, php-format -msgid "Total errors: %s" -msgstr "Всего ошибок: %s" - -#: ../../godmode/db/db_purge.php:141 ../../godmode/db/db_purge.php:144 -#, php-format -msgid "Total records deleted: %s" -msgstr "Все записи удалены: %s" - -#: ../../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 "Информация о агенте %s в базе данных" - -#: ../../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 "Очистка данных за 3 месяца" - -#: ../../godmode/db/db_purge.php:341 -msgid "Purge data over 1 month" -msgstr "Очистка данных за 1 месяц" - -#: ../../godmode/db/db_purge.php:342 -msgid "Purge data over 2 weeks" -msgstr "Очистка данных за 2 недели" - -#: ../../godmode/db/db_purge.php:343 -msgid "Purge data over 1 week" -msgstr "Очистка данных за 1 неделю" - -#: ../../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 "Удалить события старее 90 дней" - -#: ../../godmode/db/db_event.php:82 -msgid "Purge event data over 30 days" -msgstr "Стереть события старее 30 дней" - -#: ../../godmode/db/db_event.php:83 -msgid "Purge event data over 14 days" -msgstr "Стереть события старее 14 дней" - -#: ../../godmode/db/db_event.php:84 -msgid "Purge event data over 7 days" -msgstr "Стереть события старее 7 дней" - -#: ../../godmode/db/db_event.php:85 -msgid "Purge event data over 3 days" -msgstr "Стереть события старее 3 дней" - -#: ../../godmode/db/db_event.php:86 -msgid "Purge event data over 1 day" -msgstr "Стереть события старее 1 дня" - -#: ../../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 "Все элементы данных (tagente_datos)" - -#: ../../godmode/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" -msgstr "Все log4x элементы (tagente_datos_log4x)" - -#: ../../godmode/db/db_main.php:135 -msgid "Total data string items (tagente_datos_string)" -msgstr "Все элементы строк данных (tagente_datos_string)" - -#: ../../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 "Последний раз на DB обслуживание" - -#: ../../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 "" -"Пожалуйста, ознакомьтесь с Установочным сервером Pandora и убедитесь, что " -"демон обслуживания базы данных работает. Это очень важно, чтобы база данных " -"отвечала современным требованиям для достижения лучших показателей и " -"результатов в Pandora" - -#: ../../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 "Очистить данные аудита за срок, более 90 дней" - -#: ../../godmode/db/db_audit.php:98 -msgid "Purge audit data over 30 days" -msgstr "Очистить данные аудита за срок, более 30 дней" - -#: ../../godmode/db/db_audit.php:99 -msgid "Purge audit data over 14 days" -msgstr "Очистить данные аудита за срок, более 14 дней" - -#: ../../godmode/db/db_audit.php:100 -msgid "Purge audit data over 7 days" -msgstr "Очистить данные аудита за срок, более 7 дней" - -#: ../../godmode/db/db_audit.php:101 -msgid "Purge audit data over 3 days" -msgstr "Очистить данные аудита за срок, более 3 дней" - -#: ../../godmode/db/db_audit.php:102 -msgid "Purge audit data over 1 day" -msgstr "Очистить данные аудита за срок, более 1 дней" - -#: ../../godmode/db/db_audit.php:103 -msgid "Purge all audit data" -msgstr "Очистить все данные аудита" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Pandora audit" -msgstr "Pandora аудит" - -#: ../../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 "" -"Максимальное количество баллов, которые область графика сетевого потока " -"будут отображать. Высокое разрешение производительности. Значения между 50 и " -"100 рекомендуются." - -#: ../../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" -msgstr "Здесь нет определенных операционных систем" - -#: ../../godmode/setup/news.php:28 -msgid "Site news management" -msgstr "Управление новостями сайта" - -#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 -msgid "Name error" -msgstr "Ошибка в имени" - -#: ../../godmode/setup/news.php:167 -msgid "Modal screen" -msgstr "" - -#: ../../godmode/setup/news.php:170 -msgid "Expire" -msgstr "" - -#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 -msgid "Expiration" -msgstr "" - -#: ../../godmode/setup/news.php:215 -msgid "There are no defined news" -msgstr "Здесь нет но одной новостей" - -#: ../../godmode/setup/news.php:242 -msgid "Modal" -msgstr "" - -#: ../../godmode/setup/news.php:245 -msgid "Board" -msgstr "" - -#: ../../godmode/setup/news.php:256 -msgid "Expired" -msgstr "" - -#: ../../godmode/setup/links.php:27 -msgid "Link management" -msgstr "управление ссылками" - -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "Ошибка при создании ссылки" - -#: ../../godmode/setup/links.php:56 -msgid "There was a problem modifying link" -msgstr "Ошибка при изменении ссылки" - -#: ../../godmode/setup/links.php:67 -msgid "There was a problem deleting link" -msgstr "Ошибка при удалении ссылки" - -#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 -msgid "Link name" -msgstr "Название ссылки" - -#: ../../godmode/setup/links.php:132 -msgid "There isn't links" -msgstr "Нет ссылок" - -#: ../../godmode/setup/os.php:70 -msgid "Fail creating OS" -msgstr "Сбой создания ОS" - -#: ../../godmode/setup/os.php:77 -msgid "Success creating OS" -msgstr "OS успешно создано" - -#: ../../godmode/setup/os.php:97 -msgid "Success updatng OS" -msgstr "OS успешно обновлено" - -#: ../../godmode/setup/os.php:97 -msgid "Error updating OS" -msgstr "Ошибка при обновлении OS" - -#: ../../godmode/setup/os.php:116 -msgid "There are agents with this OS." -msgstr "Есть агенты с этой OS." - -#: ../../godmode/setup/os.php:121 -msgid "Success deleting" -msgstr "Успешно удаляется" - -#: ../../godmode/setup/os.php:121 -msgid "Error deleting" -msgstr "Ошибка удаления" - -#: ../../godmode/setup/os.php:130 -msgid "List OS" -msgstr "Список OS" - -#: ../../godmode/setup/os.php:134 -msgid "Builder OS" -msgstr "Разработчик OS" - -#: ../../godmode/setup/gis_step_2.php:39 -msgid "Create new map connection" -msgstr "Создать новою карту связи" - -#: ../../godmode/setup/gis_step_2.php:58 -msgid "Edit map connection" -msgstr "Редактировать карту связи" - -#: ../../godmode/setup/gis_step_2.php:150 -msgid "Connection Name" -msgstr "Название подключения" - -#: ../../godmode/setup/gis_step_2.php:150 -msgid "Descriptive name for the connection" -msgstr "Описательное имя для соединения" - -#: ../../godmode/setup/gis_step_2.php:153 -msgid "Group that owns the connection" -msgstr "Группа, которой принадлежит соединение" - -#: ../../godmode/setup/gis_step_2.php:156 -msgid "Number of zoom levels" -msgstr "Количество уровней увеличения" - -#: ../../godmode/setup/gis_step_2.php:160 -msgid "Default zoom level" -msgstr "Уровень увеличения по умолчанию" - -#: ../../godmode/setup/gis_step_2.php:160 -msgid "Zoom level used when the map is opened" -msgstr "Уровень увеличения используемое при открытии карты" - -#: ../../godmode/setup/gis_step_2.php:163 -msgid "Basic configuration" -msgstr "Базовая конфигурация" - -#: ../../godmode/setup/gis_step_2.php:168 -msgid "Open Street Maps" -msgstr "Карты Open Street" - -#: ../../godmode/setup/gis_step_2.php:169 -msgid "Google Maps" -msgstr "Карты Google" - -#: ../../godmode/setup/gis_step_2.php:170 -msgid "Static Image" -msgstr "Статичное изображение" - -#: ../../godmode/setup/gis_step_2.php:172 -msgid "Please select the connection type" -msgstr "Пожалуйста, выберите тип подключения" - -#: ../../godmode/setup/gis_step_2.php:174 -msgid "Map connection type" -msgstr "Тип карты связи" - -#: ../../godmode/setup/gis_step_2.php:210 -msgid "Tile Server URL" -msgstr "Плитка URL сервера" - -#: ../../godmode/setup/gis_step_2.php:216 -msgid "Google Physical" -msgstr "Google Физические" - -#: ../../godmode/setup/gis_step_2.php:217 -msgid "Google Hybrid" -msgstr "Google гибридные" - -#: ../../godmode/setup/gis_step_2.php:218 -msgid "Google Satelite" -msgstr "Google спутниковые" - -#: ../../godmode/setup/gis_step_2.php:222 -msgid "Google Map Type" -msgstr "Google Тип Карты:" - -#: ../../godmode/setup/gis_step_2.php:226 -msgid "Google Maps Key" -msgstr "Google Ключ Карты" - -#: ../../godmode/setup/gis_step_2.php:235 -msgid "Image URL" -msgstr "URL изображения" - -#: ../../godmode/setup/gis_step_2.php:239 -msgid "Corners of the area of the image" -msgstr "Углы области изображения" - -#: ../../godmode/setup/gis_step_2.php:242 -msgid "Left" -msgstr "Слева" - -#: ../../godmode/setup/gis_step_2.php:248 -msgid "Right" -msgstr "Справа" - -#: ../../godmode/setup/gis_step_2.php:250 -msgid "Top" -msgstr "Сверху" - -#: ../../godmode/setup/gis_step_2.php:254 -msgid "Image Size" -msgstr "Размеры изображения" - -#: ../../godmode/setup/gis_step_2.php:279 -msgid "" -"Preview to select the center of the map and the default position of an agent " -"without gis data" -msgstr "" -"Предварительно просмотрите перед тем как выбрать центр карты и положение по " -"умолчанию агента без данных ГИС" - -#: ../../godmode/setup/gis_step_2.php:280 -msgid "Load preview map" -msgstr "Загрузите предварительный просмотр карты" - -#: ../../godmode/setup/gis_step_2.php:289 -msgid "Map Center" -msgstr "Центр Карты" - -#: ../../godmode/setup/gis_step_2.php:289 -msgid "Position to center the map when the map is opened" -msgstr "Положение по центру карты при открытии карты" - -#: ../../godmode/setup/gis_step_2.php:290 -msgid "Default position for agents without GIS data" -msgstr "Положение по умолчанию для агентов без данных ГИС" - -#: ../../godmode/setup/gis_step_2.php:292 -msgid "Change in the map" -msgstr "Изменения в карте" - -#: ../../godmode/setup/gis_step_2.php:292 -msgid "This selects what to change by clicking on the map" -msgstr "Данный параметр выбирает, чтобы изменить при нажатие на карту" - -#: ../../godmode/setup/gis_step_2.php:353 -#: ../../godmode/setup/gis_step_2.php:446 -msgid "Center" -msgstr "По-центру" - -#: ../../godmode/setup/gis_step_2.php:413 -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 "URL и/или Integria пароль неверны" - -#: ../../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 "" -"Когда это установлено, как \"да\" в некоторых важных разделах - проверьте, " -"если пользователь вышел из url Pandora." - -#: ../../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" +"Это поле содержит подстроку, которая может быть частью IP-адреса, числовым " +"OID или простой подстрокой." + +#: ../../godmode/snmpconsole/snmp_filters.php:202 +msgid "Click to remove the filter" +msgstr "Нажмите, чтобы удалить фильтр" + +#: ../../godmode/snmpconsole/snmp_filters.php:233 +#: ../../godmode/snmpconsole/snmp_filters.php:234 +msgid "Click to add new filter" +msgstr "Нажмите, чтобы добавить новый фильтр" + +#: ../../godmode/menu.php:41 +msgid "Network scan" +msgstr "Сканирование сети" + +#: ../../godmode/menu.php:43 +msgid "Custom network scan" +msgstr "Пользовательское сканирование сети" + +#: ../../godmode/menu.php:47 +msgid "Manage scan scripts" +msgstr "Управление сценариями сканирования" + +#: ../../godmode/menu.php:50 ../../godmode/wizards/HostDevices.class.php:204 +msgid "Host & devices" +msgstr "Хост и устройства" + +#: ../../godmode/menu.php:83 +msgid "Module categories" +msgstr "Категории модулей" + +#: ../../godmode/menu.php:87 +msgid "Module types" +msgstr "Модуль виды" + +#: ../../godmode/menu.php:111 +msgid "Manage agents groups" +msgstr "Управление группами агентов" + +#: ../../godmode/menu.php:151 ../../include/class/ConfigPEN.class.php:337 +#: ../../include/class/ConfigPEN.class.php:345 +msgid "Private Enterprise Numbers" +msgstr "Личные номера Enterprise" + +#: ../../godmode/menu.php:155 +msgid "Remote components" +msgstr "Дистанционные компоненты" + +#: ../../godmode/menu.php:179 ../../godmode/massive/massive_operations.php:317 +msgid "Bulk operations" +msgstr "Массовые операции" + +#: ../../godmode/menu.php:184 ../../godmode/massive/massive_operations.php:241 +msgid "Agents operations" +msgstr "Агенты операций" + +#: ../../godmode/menu.php:185 ../../godmode/massive/massive_operations.php:252 +msgid "Modules operations" +msgstr "Модули операций" + +#: ../../godmode/menu.php:186 ../../godmode/massive/massive_operations.php:263 +msgid "Plugins operations" +msgstr "Операции с плагинами" + +#: ../../godmode/menu.php:188 ../../godmode/massive/massive_operations.php:230 +msgid "Users operations" +msgstr "Пользовательские операции" + +#: ../../godmode/menu.php:191 ../../godmode/massive/massive_operations.php:219 +msgid "Alerts operations" +msgstr "Оповещения об операциях" + +#: ../../godmode/menu.php:221 +msgid "List of Alerts" +msgstr "Список предупреждений" + +#: ../../godmode/menu.php:236 ../../godmode/menu.php:237 +#: ../../godmode/alerts/alert_special_days.php:45 +msgid "Special days list" +msgstr "Список определенных дней" + +#: ../../godmode/menu.php:241 ../../include/functions_menu.php:543 +msgid "SNMP alerts" +msgstr "Оповещения SNMP" + +#: ../../godmode/menu.php:253 +msgid "Event filters" +msgstr "Фильтры событий" + +#: ../../godmode/menu.php:258 +msgid "Custom events" +msgstr "Пользовательские события" + +#: ../../godmode/menu.php:281 +msgid "Manage servers" +msgstr "Управление серверами" + +#: ../../godmode/menu.php:315 +#: ../../include/class/OrderInterpreter.class.php:141 +msgid "General Setup" msgstr "Общие настройки" -#: ../../godmode/setup/setup_general.php:343 +#: ../../godmode/menu.php:340 ../../godmode/setup/setup.php:174 +#: ../../godmode/setup/setup.php:274 +#: ../../operation/agentes/ver_agente.php:1506 +msgid "eHorus" +msgstr "eHorus" + +#: ../../godmode/menu.php:343 ../../godmode/setup/setup.php:162 +#: ../../godmode/setup/setup.php:280 ../../godmode/setup/setup_integria.php:573 +msgid "Integria IMS" +msgstr "Integria IMS" + +#: ../../godmode/menu.php:348 ../../godmode/setup/setup.php:201 +#: ../../godmode/setup/setup.php:297 +msgid "Notifications" +msgstr "Уведомления" + +#: ../../godmode/menu.php:351 +msgid "Websocket Engine" +msgstr "Двигатель Websocket" + +#: ../../godmode/menu.php:354 ../../godmode/setup/setup.php:221 +#: ../../godmode/setup/setup.php:308 +#: ../../operation/agentes/ver_agente.php:1592 +msgid "External Tools" +msgstr "Внешние инструменты" + +#: ../../godmode/menu.php:358 ../../godmode/setup/setup.php:292 +msgid "Map conections GIS" +msgstr "Подключение ГИС данных к карте" + +#: ../../godmode/menu.php:362 ../../godmode/setup/os.php:188 +msgid "Edit OS" +msgstr "Редактировать OS" + +#: ../../godmode/menu.php:373 +msgid "Admin tools" +msgstr "Инструменты администрирования" + +#: ../../godmode/menu.php:381 +msgid "System audit log" +msgstr "Журнал системного аудита" + +#: ../../godmode/menu.php:385 +msgid "Diagnostic info" +msgstr "Диагностическая информация" + +#: ../../godmode/menu.php:390 +msgid "Site news" +msgstr "Новости сайта" + +#: ../../godmode/menu.php:396 +msgid "DB Schema Check" +msgstr "Проверка схемы БД" + +#: ../../godmode/menu.php:399 +msgid "DB Interface" +msgstr "Интерфейс БД" + +#: ../../godmode/menu.php:485 +msgid "Extension manager view" +msgstr "Просмотр менеджера расширений" + +#: ../../godmode/menu.php:489 +msgid "Extension manager" +msgstr "Менеджер расширений" + +#: ../../godmode/menu.php:520 +msgid "Update manager" +msgstr "Управление обновлением" + +#: ../../godmode/menu.php:526 +msgid "Update Manager offline" +msgstr "Менеджер обновлений оффлайн" + +#: ../../godmode/menu.php:530 +msgid "Update Manager online" +msgstr "Менеджер обновлений онлайн" + +#: ../../godmode/menu.php:532 +msgid "Update Manager options" +msgstr "Опции менеджера обновлений" + +#: ../../godmode/menu.php:540 +msgid "Module library" +msgstr "Библиотека модулей" + +#: ../../godmode/menu.php:548 +#: ../../godmode/module_library/module_library_view.php:51 +#: ../../godmode/module_library/module_library_view.php:86 +msgid "Categories" +msgstr "Категории" + +#: ../../godmode/gis_maps/configure_gis_map.php:151 +msgid "Map successfully created" +msgstr "Карта успешно создана" + +#: ../../godmode/gis_maps/configure_gis_map.php:152 +msgid "Map could not be created" +msgstr "Карта не может быть создана" + +#: ../../godmode/gis_maps/configure_gis_map.php:254 +msgid "Map successfully update" +msgstr "Карта успешно обновлена" + +#: ../../godmode/gis_maps/configure_gis_map.php:255 +msgid "Map could not be updated" +msgstr "Не удалось обновить карту" + +#: ../../godmode/gis_maps/configure_gis_map.php:271 +#: ../../operation/gis_maps/gis_map.php:30 +msgid "GIS Maps list" +msgstr "Список GIS-карт" + +#: ../../godmode/gis_maps/configure_gis_map.php:283 +msgid "View GIS" +msgstr "Просмотр GIS" + +#: ../../godmode/gis_maps/configure_gis_map.php:291 +msgid "GIS Maps builder" +msgstr "Разработчик GIS карт" + +#: ../../godmode/gis_maps/configure_gis_map.php:340 +msgid "Do you want to use the default data from the connection?" +msgstr "Вы хотите использовать данные по умолчанию из соединения?" + +#: ../../godmode/gis_maps/configure_gis_map.php:374 +msgid "The connection" +msgstr "Соединение" + +#: ../../godmode/gis_maps/configure_gis_map.php:374 +msgid "just added previously." +msgstr "только что были добавлены." + +#: ../../godmode/gis_maps/configure_gis_map.php:437 +msgid "Map Name" +msgstr "Название карты" + +#: ../../godmode/gis_maps/configure_gis_map.php:456 +msgid "Add Map connection" +msgstr "Добавить Карта соединения" + +#: ../../godmode/gis_maps/configure_gis_map.php:506 +msgid "Default zoom" +msgstr "Масштаб по умолчанию" + +#: ../../godmode/gis_maps/configure_gis_map.php:509 +msgid "Center Latitude" +msgstr "Центр широты" + +#: ../../godmode/gis_maps/configure_gis_map.php:512 +msgid "Center Longitude" +msgstr "Центр Долгота" + +#: ../../godmode/gis_maps/configure_gis_map.php:515 +msgid "Center Altitude" +msgstr "Центр высоты" + +#: ../../godmode/gis_maps/configure_gis_map.php:518 +msgid "Default Latitude" +msgstr "Широта по умолчанию" + +#: ../../godmode/gis_maps/configure_gis_map.php:521 +msgid "Default Longitude" +msgstr "Долгота по умолчанию" + +#: ../../godmode/gis_maps/configure_gis_map.php:524 +msgid "Default Altitude" +msgstr "Высота по умолчанию" + +#: ../../godmode/gis_maps/configure_gis_map.php:529 +#: ../../godmode/setup/gis_step_2.php:357 +msgid "Layers" +msgstr "Уровни" + +#: ../../godmode/gis_maps/configure_gis_map.php:538 +msgid "List of layers" +msgstr "Список уровней" + +#: ../../godmode/gis_maps/configure_gis_map.php:539 +msgid "New layer" +msgstr "Новый уровень" + +#: ../../godmode/gis_maps/configure_gis_map.php:545 +msgid "Layer name" +msgstr "Имя уровня" + +#: ../../godmode/gis_maps/configure_gis_map.php:547 +msgid "Visible" +msgstr "Видимый" + +#: ../../godmode/gis_maps/configure_gis_map.php:551 +msgid "Show agents from group" +msgstr "Показать агенты группы" + +#: ../../godmode/gis_maps/configure_gis_map.php:563 +msgid "Add agent" +msgstr "Добавить агента" + +#: ../../godmode/gis_maps/configure_gis_map.php:582 +msgid "List of Agents to be shown in the layer" +msgstr "Список агентов будет показан на уровне" + +#: ../../godmode/gis_maps/configure_gis_map.php:611 +msgid "Use the data of this agent" +msgstr "Используйте данные этого агента" + +#: ../../godmode/gis_maps/configure_gis_map.php:619 +msgid "List of groups to be shown in the layer" +msgstr "Список групп, которые должны быть показаны в слое" + +#: ../../godmode/gis_maps/configure_gis_map.php:626 +msgid "Save Layer" +msgstr "Сохранить уровень" + +#: ../../godmode/gis_maps/configure_gis_map.php:642 +#: ../../godmode/gis_maps/configure_gis_map.php:649 +msgid "Save map" +msgstr "Сохранить карту" + +#: ../../godmode/gis_maps/configure_gis_map.php:644 +msgid "Update map" +msgstr "Обновить карту" + +#: ../../godmode/gis_maps/configure_gis_map.php:1027 +msgid "Using data from" +msgstr "Используя данные из" + +#: ../../godmode/gis_maps/configure_gis_map.php:1185 +msgid "Empty layer names are not supported" +msgstr "Пустые имена слоев не поддерживаются" + +#: ../../godmode/massive/massive_copy_modules.php:192 +msgid "Copy alerts" +msgstr "Копировать оповещения" + +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:408 +msgid "Filter Modules" +msgstr "Фильтровать Модули" + +#: ../../godmode/massive/massive_copy_modules.php:229 +msgid "No alerts for this agent" +msgstr "Нет оповещений для этого агента" + +#: ../../godmode/massive/massive_copy_modules.php:291 +#: ../../godmode/massive/massive_delete_modules.php:525 +msgid "Filter Agents" +msgstr "Фильтровать Агентов" + +#: ../../godmode/massive/massive_copy_modules.php:308 +msgid "To agent(s)" +msgstr "К агенту(ам)" + +#: ../../godmode/massive/massive_copy_modules.php:557 +msgid "No operation selected" +msgstr "Нет выбранной операции" + +#: ../../godmode/massive/massive_copy_modules.php:567 +#: ../../include/functions_agents.php:794 +msgid "No destiny agent(s) to copy" +msgstr "Нет предназначенного агента(ов) для копирования" + +#: ../../godmode/massive/massive_operations.php:53 +msgid "Bulk alert add" +msgstr "Добавление массового оповещения" + +#: ../../godmode/massive/massive_operations.php:54 +msgid "Bulk alert delete" +msgstr "Добавить массовое предупреждение" + +#: ../../godmode/massive/massive_operations.php:55 +msgid "Bulk alert actions add" +msgstr "Добавить массовые действия по предупреждению" + +#: ../../godmode/massive/massive_operations.php:56 +msgid "Bulk alert actions delete" +msgstr "Удалить массовые действия по предупреждению" + +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk alert enable/disable" +msgstr "Включение/выключение массового предупреждения" + +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk alert setting standby" +msgstr "Конфигурация массовых предупреждений в режиме ожидания" + +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk agent edit" +msgstr "Массовое редактирование агентов" + +#: ../../godmode/massive/massive_operations.php:63 +msgid "Bulk agent delete" +msgstr "Массовое удаление агентов" + +#: ../../godmode/massive/massive_operations.php:68 +msgid "Bulk profile add" +msgstr "Массовое добавление профилей" + +#: ../../godmode/massive/massive_operations.php:69 +msgid "Bulk profile delete" +msgstr "Массовое удаление профилей" + +#: ../../godmode/massive/massive_operations.php:76 +msgid "Bulk module edit" +msgstr "Массовое редактирование модуля" + +#: ../../godmode/massive/massive_operations.php:77 +msgid "Bulk module copy" +msgstr "Массовое копирование модуля" + +#: ../../godmode/massive/massive_operations.php:78 +msgid "Bulk module delete" +msgstr "Массовое удаление модуля" + +#: ../../godmode/massive/massive_operations.php:82 +msgid "Bulk plugin edit" +msgstr "Массовое редактирование плагина" + +#: ../../godmode/massive/massive_operations.php:379 +#, php-format msgid "" -"If Enterprise ACL System is enabled without rules you will lose access to " -"Pandora FMS Console (even admin). Do you want to continue?" +"No changes have been made because they exceed the maximum allowed (%d). Make " +"fewer changes or contact the administrator." msgstr "" -"Если предприятие системы ACL включено без правил, вы потеряете доступ к " -"консоли Pandora FMS (даже администратор). Вы хотите продолжить?" +"Изменения не были внесены, поскольку они превышают максимально допустимое " +"значение (%d). Внесите меньше изменений или обратитесь к администратору." -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "" +#: ../../godmode/massive/massive_operations.php:417 +msgid "The blank fields will not be updated" +msgstr "Пустые поля не будет обновляться" -#: ../../godmode/setup/performance.php:47 +#: ../../godmode/massive/massive_standby_alerts.php:199 +msgid "Not standby alerts" +msgstr "Нет оповещений в режиме ожидания" + +#: ../../godmode/massive/massive_standby_alerts.php:228 +#: ../../godmode/massive/massive_standby_alerts.php:232 +msgid "Set standby selected alerts" +msgstr "Установить режим ожидания для выбранных оповещений" + +#: ../../godmode/massive/massive_standby_alerts.php:234 +msgid "Standby alerts" +msgstr "Оповещения в режиме ожидания" + +#: ../../godmode/massive/massive_delete_action_alerts.php:75 +msgid "Could not be deleted. No agents selected" +msgstr "Не может быть удалено. Нет выбранных агентов" + +#: ../../godmode/massive/massive_delete_action_alerts.php:122 +msgid "Could not be deleted. No alerts selected" +msgstr "Не может быть удалено. Нет выбранных оповещений" + +#: ../../godmode/massive/massive_delete_action_alerts.php:169 +msgid "Could not be deleted. No action selected" +msgstr "Не может быть удалено. Нет выбранных действий" + +#: ../../godmode/massive/massive_delete_action_alerts.php:218 +#: ../../godmode/massive/massive_add_action_alerts.php:206 +msgid "Agents with templates" +msgstr "Агенты с шаблонами" + +#: ../../godmode/massive/massive_delete_action_alerts.php:227 +#: ../../godmode/massive/massive_add_action_alerts.php:212 +#: ../../godmode/alerts/alert_templates.php:136 +#: ../../godmode/alerts/alert_templates.php:188 +#: ../../godmode/alerts/alert_templates.php:211 +#: ../../godmode/alerts/alert_templates.php:232 +msgid "Alert templates" +msgstr "Шаблоны оповещений" + +#: ../../godmode/massive/massive_delete_action_alerts.php:235 +#: ../../godmode/massive/massive_delete_modules.php:552 +#: ../../godmode/massive/massive_add_action_alerts.php:220 +#: ../../godmode/massive/massive_edit_modules.php:518 +msgid "Show unknown and not init modules" +msgstr "Показать неизвестные и не инициированные модули" + +#: ../../godmode/massive/massive_delete_modules.php:82 +msgid "No module selected" +msgstr "Модуль не выбран" + +#: ../../godmode/massive/massive_delete_modules.php:156 msgid "" -"If the compaction or purge of the data is more frequent than the events " -"deletion, anomalies in module graphs could appear" -msgstr "" +"There was an error deleting the modules, the operation has been cancelled" +msgstr "Найдена ошибка при удалении модулей, операция была отменена" -#: ../../godmode/setup/performance.php:62 -msgid "" -"Configure a purge period more frequent than a compact data period has no " -"sense" -msgstr "" +#: ../../godmode/massive/massive_delete_modules.php:313 +#: ../../godmode/massive/massive_edit_modules.php:292 +msgid "Selection mode" +msgstr "Режим выбора" -#: ../../godmode/setup/performance.php:80 -msgid "Data will be compacted in intervals of the specified length." -msgstr "Данные будут сжаты в интервалы определенной длины." +#: ../../godmode/massive/massive_delete_modules.php:314 +#: ../../godmode/massive/massive_edit_modules.php:293 +msgid "Select modules first " +msgstr "Сначала выберите модули " -#: ../../godmode/setup/performance.php:87 -msgid "Last day" -msgstr "Последний день" +#: ../../godmode/massive/massive_delete_modules.php:315 +#: ../../godmode/massive/massive_edit_modules.php:294 +msgid "Select agents first " +msgstr "Сначала выберите агентов " -#: ../../godmode/setup/performance.php:89 -msgid "10 days" -msgstr "10 дней" +#: ../../godmode/massive/massive_delete_modules.php:338 +#: ../../godmode/massive/massive_edit_modules.php:313 +msgid "Select all modules of this type" +msgstr "Выбрать все модули данного типа" -#: ../../godmode/setup/performance.php:91 -msgid "2 weeks" -msgstr "2 недели" +#: ../../godmode/massive/massive_delete_modules.php:382 +#: ../../godmode/massive/massive_edit_modules.php:359 +msgid "Select all modules of this group" +msgstr "Выбрать все модули этой группы" -#: ../../godmode/setup/performance.php:101 -msgid "" -"If realtime statistics are disabled, statistics interval resfresh will be " -"set here." -msgstr "" -"Если статистик реального времени отключена, статистика интервала " -"перезагрузки будет установлен здесь." +#: ../../godmode/massive/massive_delete_modules.php:431 +#: ../../godmode/massive/massive_edit_modules.php:370 +#: ../../godmode/events/custom_events.php:115 +#: ../../include/functions_events.php:293 +#: ../../operation/events/events.build_table.php:340 +msgid "Module Status" +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/massive/massive_delete_modules.php:472 +#: ../../godmode/massive/massive_edit_modules.php:424 +msgid "Select all modules" +msgstr "Выберите все модули" -#: ../../godmode/setup/performance.php:117 -msgid "Database maintenance options" -msgstr "Варианты обслуживания базы данных" +#: ../../godmode/massive/massive_delete_modules.php:474 +#: ../../godmode/massive/massive_edit_modules.php:426 +msgid "When select modules" +msgstr "При выборе модулей" -#: ../../godmode/setup/setup_auth.php:57 -msgid "Local Pandora FMS" -msgstr "Местное Pandora FMS" +#: ../../godmode/massive/massive_delete_modules.php:478 +#: ../../godmode/massive/massive_edit_modules.php:430 +msgid "Show common agents" +msgstr "Показать общие агенты" -#: ../../godmode/setup/setup_auth.php:57 -msgid "ldap" -msgstr "ldap" +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/massive/massive_edit_modules.php:431 +msgid "Show all agents" +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/massive/massive_delete_modules.php:544 +#: ../../godmode/massive/massive_edit_modules.php:510 +msgid "Select all agents" +msgstr "Выберите всех агентов" -#: ../../godmode/setup/setup_auth.php:202 -msgid "" -"If this option is enabled, the users can use double authentication with " -"their accounts" -msgstr "" +#: ../../godmode/massive/massive_delete_modules.php:590 +#: ../../godmode/massive/massive_edit_modules.php:1204 +msgid "Please, select an agent first" +msgstr "Пожалуйста, сначала выберите агента" -#: ../../godmode/setup/setup_auth.php:214 -msgid "Session timeout (mins)" -msgstr "" +#: ../../godmode/massive/massive_add_alerts.php:105 +#: ../../godmode/massive/massive_delete_alerts.php:108 +msgid "No alert selected" +msgstr "Оповещения не выбраны" -#: ../../godmode/setup/setup_auth.php:215 -msgid "This is defined in minutes" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:75 -msgid "This interval will affect to Visual Console pages" -msgstr "Этот интервал будет влиять на страницы Визуальной Консоли" - -#: ../../godmode/setup/setup_visuals.php:79 -msgid "Paginated module view" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:103 -msgid "Behaviour configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:123 -msgid "Colors" -msgstr "Цвета" - -#: ../../godmode/setup/setup_visuals.php:124 -msgid "Faces" -msgstr "Стороны" - -#: ../../godmode/setup/setup_visuals.php:125 -msgid "Colors and text" -msgstr "Цвета и текст" - -#: ../../godmode/setup/setup_visuals.php:133 -msgid "You can place your custom images into the folder images/backgrounds/" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:175 -msgid "Style configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:190 -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 -msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" -msgstr "" -"Значок агент для карт ГИС. Если установлено значение \"Нет\", значок группы " -"будет использоваться" - -#: ../../godmode/setup/setup_visuals.php:211 -msgid "GIS configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:256 -msgid "" -"When the agent name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"Когда в имени агента есть много символов, в некоторых местах в Консоли " -"Pandora необходимо сократить N символы." - -#: ../../godmode/setup/setup_visuals.php:257 -#: ../../godmode/setup/setup_visuals.php:265 -msgid "Small:" -msgstr "Маленький:" - -#: ../../godmode/setup/setup_visuals.php:259 -#: ../../godmode/setup/setup_visuals.php:267 -msgid "Normal:" -msgstr "Нормальный:" - -#: ../../godmode/setup/setup_visuals.php:264 -msgid "" -"When the module name have a lot of characters, in some places in Pandora " -"Console it is necesary truncate to N characters." -msgstr "" -"Когда в имени модуля есть много символов, в некоторых местах в Консоли " -"Pandora необходимо сократить N символы." - -#: ../../godmode/setup/setup_visuals.php:271 -msgid "" -"When the description name have a lot of characters, in some places in " -"Pandora Console it is necesary truncate to N characters." -msgstr "" -"Когда в имени описания есть много символов, в некоторых местах в Консоли " -"Pandora необходимо сократить N символы." - -#: ../../godmode/setup/setup_visuals.php:276 -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 "" -"Когда в имени артикла названия есть много символов, в некоторых местах в " -"консоли Pandora необходимо сократить число N символов." - -#: ../../godmode/setup/setup_visuals.php:282 -msgid "Font and Text configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:336 -msgid "Graph resolution (1-low, 5-high)" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:365 -msgid "The data number of the module graphs will be rounded and shortened" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:375 -msgid "Type of module charts" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:385 -msgid "Charts configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:400 -msgid "" -"This interval will affect to the lines between elements on the Visual Console" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:498 -msgid "Show QR Code icon in the header" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:510 -msgid "Custom directory where the graphviz binaries are stored." -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:563 -msgid "Custom values post process" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:577 -msgid "Delete custom values" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:597 -msgid "Interval values" -msgstr "интервал значений" - -#: ../../godmode/setup/setup_visuals.php:622 -msgid "Other configuration" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:803 -msgid "Logo preview" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:843 -msgid "Background preview" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:887 -msgid "Gis icons preview" -msgstr "" - -#: ../../godmode/setup/setup_visuals.php:942 -msgid "Status set preview" -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/massive/massive_delete_agents.php:57 +#: ../../godmode/massive/massive_delete_agents.php:75 #, php-format msgid "" "There was an error deleting the agent, the operation has been cancelled " @@ -30157,529 +33277,2064 @@ msgstr "" "Найдена ошибка при удалении агента, операция была отменена Не удается " "удалить агент %s" -#: ../../godmode/massive/massive_delete_agents.php:63 +#: ../../godmode/massive/massive_delete_agents.php:85 #, php-format msgid "Successfully deleted (%s)" msgstr "Успешно удалено (%s)" -#: ../../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 -msgid "Group recursion" -msgstr "Группа рекурсии" +#: ../../godmode/massive/massive_delete_agents.php:168 +#: ../../godmode/massive/massive_edit_agents.php:459 +msgid "Show agents" +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_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 -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 -msgid "No alert selected" -msgstr "Оповещения не выбраны" - -#: ../../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" -msgstr "Оповещения в режиме ожидания" - -#: ../../godmode/massive/massive_delete_modules.php:56 -msgid "No module selected" -msgstr "Модуль не выбран" - -#: ../../godmode/massive/massive_delete_modules.php:230 -msgid "" -"There was an error deleting the modules, the operation has been cancelled" -msgstr "Найдена ошибка при удалении модулей, операция была отменена" - -#: ../../godmode/massive/massive_delete_modules.php:396 -#: ../../godmode/massive/massive_edit_modules.php:238 -msgid "Selection mode" -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" -msgstr "Профили не могут быть удалены" - -#: ../../godmode/massive/massive_edit_plugins.php:151 +#: ../../godmode/massive/massive_edit_plugins.php:177 msgid "Error retrieving the plugin macros" -msgstr "" +msgstr "Ошибка при извлечении макросов плагина" -#: ../../godmode/massive/massive_edit_plugins.php:158 +#: ../../godmode/massive/massive_edit_plugins.php:185 msgid "Error retrieving the modified macros" -msgstr "" +msgstr "Ошибка при извлечении измененных макросов" -#: ../../godmode/massive/massive_edit_plugins.php:172 +#: ../../godmode/massive/massive_edit_plugins.php:208 msgid "Error retrieving the module plugin macros" -msgstr "" +msgstr "Ошибка при извлечении макросов плагина модуля" -#: ../../godmode/massive/massive_edit_plugins.php:190 +#: ../../godmode/massive/massive_edit_plugins.php:226 msgid "Error retrieving the module plugin macros data" -msgstr "" +msgstr "Ошибка при извлечении данных макросов плагина модуля" -#: ../../godmode/massive/massive_edit_plugins.php:224 +#: ../../godmode/massive/massive_edit_plugins.php:264 msgid "Error building the new macros" -msgstr "" +msgstr "Ошибка при создании новых макросов" -#: ../../godmode/massive/massive_edit_plugins.php:253 +#: ../../godmode/massive/massive_edit_plugins.php:293 #, php-format msgid "%d modules updated" -msgstr "" +msgstr "Обновлено %d модулей" -#: ../../godmode/massive/massive_edit_plugins.php:272 +#: ../../godmode/massive/massive_edit_plugins.php:314 msgid "There are not registered plugins" -msgstr "" +msgstr "Нет зарегистрированных плагинов" -#: ../../godmode/massive/massive_edit_plugins.php:421 +#: ../../godmode/massive/massive_edit_plugins.php:459 msgid "Invalid plugin data" -msgstr "" +msgstr "Неверные данные плагина" -#: ../../godmode/massive/massive_edit_plugins.php:528 +#: ../../godmode/massive/massive_edit_plugins.php:566 msgid "Clear" -msgstr "" +msgstr "Очистить" -#: ../../godmode/massive/massive_edit_plugins.php:556 +#: ../../godmode/massive/massive_edit_plugins.php:594 msgid "Invalid macros array" -msgstr "" +msgstr "Макроматрица Недопустима" -#: ../../godmode/massive/massive_edit_plugins.php:581 +#: ../../godmode/massive/massive_edit_plugins.php:619 msgid "Multiple values" -msgstr "" +msgstr "Множественные значения" -#: ../../godmode/massive/massive_edit_plugins.php:613 -#: ../../godmode/massive/massive_edit_plugins.php:750 -#: ../../godmode/massive/massive_edit_plugins.php:766 +#: ../../godmode/massive/massive_edit_plugins.php:651 +#: ../../godmode/massive/massive_edit_plugins.php:787 +#: ../../godmode/massive/massive_edit_plugins.php:803 msgid "Invalid agents array" -msgstr "" +msgstr "Матрица агентов недопустима" -#: ../../godmode/massive/massive_edit_plugins.php:629 +#: ../../godmode/massive/massive_edit_plugins.php:667 msgid "Invalid agent element" -msgstr "" +msgstr "Элемент агентов недопустим" -#: ../../godmode/massive/massive_edit_plugins.php:640 +#: ../../godmode/massive/massive_edit_plugins.php:678 msgid "Invalid modules array" -msgstr "" +msgstr "Матрица модулей недопустима" -#: ../../godmode/massive/massive_edit_plugins.php:668 +#: ../../godmode/massive/massive_edit_plugins.php:706 msgid "Invalid module element" -msgstr "" +msgstr "Элемент модуля недопустим" -#: ../../godmode/massive/massive_edit_plugins.php:876 +#: ../../godmode/massive/massive_edit_plugins.php:915 msgid "There are no modules using this plugin" -msgstr "" +msgstr "Нет модулей, использующих этот плагин" -#: ../../godmode/massive/massive_edit_plugins.php:955 +#: ../../godmode/massive/massive_edit_plugins.php:1000 msgid "There was a problem loading the module plugin macros data" -msgstr "" +msgstr "Возникла проблема с загрузкой данных макросов плагина модуля" -#: ../../godmode/massive/massive_add_tags.php:43 -msgid "No tags selected" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:95 -msgid "No values changed" -msgstr "Значения не изменены" - -#: ../../godmode/massive/massive_edit_agents.php:124 -msgid "Configuration files deleted successfully" -msgstr "Конфигурационные файлы успешно удалены" - -#: ../../godmode/massive/massive_edit_agents.php:125 -msgid "Configuration files cannot be deleted" -msgstr "Конфигурационные файлы не могут быть удалены" - -#: ../../godmode/massive/massive_edit_agents.php:183 -msgid "Agents updated successfully" -msgstr "Агенты успешно обновлены" - -#: ../../godmode/massive/massive_edit_agents.php:184 -msgid "Agents cannot be updated" -msgstr "Агенты не могут быть обновлены" - -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Delete available remote configurations" -msgstr "Удалить свободные дистанционные конфигурации" - -#: ../../godmode/massive/massive_edit_agents.php:384 -msgid "Without status" -msgstr "Без статуса" - -#: ../../godmode/massive/massive_delete_tags.php:107 -msgid "No tag selected" -msgstr "" - -#: ../../godmode/massive/massive_add_profiles.php:72 -msgid "Profiles added successfully" -msgstr "Профили успешно добавлены" - -#: ../../godmode/massive/massive_add_profiles.php:73 -msgid "Profiles cannot be added" -msgstr "Профили не могут быть добавлены" - -#: ../../godmode/massive/massive_add_action_alerts.php:85 -msgid "No alerts selected" -msgstr "Нет выбранных оповещений" - -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "No action selected" -msgstr "Нет выбранного действия" - -#: ../../godmode/massive/massive_add_action_alerts.php:142 -#: ../../godmode/massive/massive_delete_action_alerts.php:145 -msgid "Agents with templates" -msgstr "Агенты с шаблонами" - -#: ../../godmode/massive/massive_edit_modules.php:456 -msgid "SMNP community" -msgstr "SMNP сообщество" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "Policy linking status" -msgstr "Политика соединения статуса" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "This field only has sense in modules adopted by a policy." -msgstr "Это поле имеет смысл только в модулях принятой политики." - -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Linked" -msgstr "Связано" - -#: ../../godmode/massive/massive_edit_modules.php:571 -msgid "The module still store data but the alerts and events will be stop" -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:231 -msgid "Please wait..." -msgstr "Пожалуйста, подождите..." - -#: ../../godmode/massive/massive_operations.php:268 -msgid "The blank fields will not be updated" -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:72 -msgid "Could not be deleted. No alerts selected" -msgstr "Не может быть удалено. Нет выбранных оповещений" - -#: ../../godmode/massive/massive_delete_action_alerts.php:111 -msgid "Could not be deleted. No action selected" -msgstr "Не может быть удалено. Нет выбранных действий" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:187 msgid "Enabled alerts" msgstr "Включенные оповещения" -#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +#: ../../godmode/massive/massive_enable_disable_alerts.php:216 msgid "Disable selected alerts" msgstr "Выключить выбранные оповещения" -#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +#: ../../godmode/massive/massive_enable_disable_alerts.php:220 msgid "Enable selected alerts" msgstr "Включить выбранные оповещения" -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:222 msgid "Disabled alerts" msgstr "Отключенные оповещения" -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" -msgstr "управление группой компонентов" +#: ../../godmode/massive/massive_edit_agents.php:155 +msgid "No values changed" +msgstr "Значения не изменены" -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" -msgstr "Не может быть создано. Имя не заполнено" +#: ../../godmode/massive/massive_edit_agents.php:200 +msgid "Configuration files deleted successfully" +msgstr "Конфигурационные файлы успешно удалены" -#: ../../godmode/modules/manage_nc_groups.php:237 -msgid "There are no defined component groups" -msgstr "Здесь нет определенных компонентов группы" +#: ../../godmode/massive/massive_edit_agents.php:201 +msgid "Configuration files cannot be deleted" +msgstr "Конфигурационные файлы не могут быть удалены" -#: ../../godmode/modules/manage_network_components.php:42 -msgid "Network component management" -msgstr "Управление сетевыми компонентами" +#: ../../godmode/massive/massive_edit_agents.php:396 +#, php-format +msgid "Agents updated successfully (%d)" +msgstr "Агенты успешно обновлены (%d)" -#: ../../godmode/modules/manage_network_components.php:492 -msgid "Search by name, description, tcp send or tcp rcv, list matches." +#: ../../godmode/massive/massive_edit_agents.php:397 +msgid "Agents cannot be updated (maybe there was no field to update)" 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 "WMI Модуль" - -#: ../../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 "Создать новый WMI компонент" - -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../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" +#: ../../godmode/massive/massive_edit_agents.php:679 +msgid "" +"If the remote configuration is enabled, it will also go into standby mode " +"when disabling it." msgstr "" +"Если дистанционная конфигурация включена, то при ее отключении она также " +"перейдет в режим ожидания." -#: ../../godmode/modules/manage_nc_groups_form.php:56 -msgid "Create Group Component" +#: ../../godmode/massive/massive_edit_agents.php:680 +msgid "Active" +msgstr "Активен" + +#: ../../godmode/massive/massive_edit_agents.php:686 +msgid "Delete available remote configurations" +msgstr "Удалить свободные дистанционные конфигурации" + +#: ../../godmode/massive/massive_edit_agents.php:719 +msgid "Without status" +msgstr "Без статуса" + +#: ../../godmode/massive/massive_edit_agents.php:719 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:349 +msgid "Bad" +msgstr "Плохо" + +#: ../../godmode/massive/massive_edit_agents.php:729 +msgid "The agent still runs but the alerts and events will be stop" msgstr "" +"Агент по-прежнему работает, но оповещения и события будут остановлены" -#: ../../godmode/modules/module_list.php:28 -msgid "Defined modules" -msgstr "Определенные модули" - -#: ../../godmode/modules/module_list.php:50 -msgid "Problem modifying module" -msgstr "Проблема изменения модуля" - -#: ../../godmode/modules/module_list.php:52 -msgid "Module updated successfully" -msgstr "Модуль успешно обновлен" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" +#: ../../godmode/massive/massive_edit_agents.php:746 +#, php-format +msgid "" +"This mode allow %s to disable all modules \n" +"of this agent while the selected module is on CRITICAL status" msgstr "" +"Этот режим позволяет %s отключить все модули \n" +"этого агента, пока выбранный модуль находится в состоянии КРИТИЧЕСКОЕ" -#: ../../godmode/modules/manage_network_components_form.php:241 -msgid "Update Network Component" +#: ../../godmode/massive/massive_delete_profiles.php:102 +msgid "Profiles deleted successfully" +msgstr "Профили удалены успешно" + +#: ../../godmode/massive/massive_delete_profiles.php:103 +msgid "Profiles cannot be deleted" +msgstr "Профили не могут быть удалены" + +#: ../../godmode/massive/massive_delete_alerts.php:286 +msgid "Show alerts on disabled modules" +msgstr "Показывать предупреждения об отключенных модулях" + +#: ../../godmode/massive/massive_add_action_alerts.php:134 +msgid "No alerts selected" +msgstr "Нет выбранных оповещений" + +#: ../../godmode/massive/massive_add_action_alerts.php:160 +msgid "No actions selected" +msgstr "Действия не выбраны" + +#: ../../godmode/massive/massive_add_profiles.php:97 +msgid "Profiles added successfully" +msgstr "Профили успешно добавлены" + +#: ../../godmode/massive/massive_add_profiles.php:98 +msgid "Profiles cannot be added" +msgstr "Профили не могут быть добавлены" + +#: ../../godmode/massive/massive_edit_modules.php:137 +msgid "Error updating the modules from a module type" +msgstr "Ошибка обновления модулей из типа модуля" + +#: ../../godmode/massive/massive_edit_modules.php:160 +msgid "Error updating the modules from an agent group" +msgstr "Ошибка обновления модулей из группы агентов" + +#: ../../godmode/massive/massive_edit_modules.php:178 +msgid "Error updating the modules (maybe there was no field to update)" +msgstr "Ошибка обновления модулей (возможно, не было поля для обновления)" + +#: ../../godmode/massive/massive_edit_modules.php:494 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:401 +msgid "Filter agents" +msgstr "Фильтровать агентов" + +#: ../../godmode/admin_access_logs.php:60 +#, php-format +msgid "%s audit" +msgstr "%s аудит" + +#: ../../godmode/admin_access_logs.php:60 +msgid "Review Logs" +msgstr "Просмотр журналов" + +#: ../../godmode/admin_access_logs.php:212 +#: ../../mobile/operation/tactical.php:349 +#: ../../include/functions_reporting_html.php:5194 +#: ../../include/functions.php:3053 +#: ../../operation/snmpconsole/snmp_statistics.php:172 +#: ../../general/logon_ok.php:248 +msgid "Source IP" +msgstr "IP источника" + +#: ../../godmode/alerts/configure_alert_command.php:43 +msgid "Configure alert command" +msgstr "Настроить команду оповещения" + +#: ../../godmode/alerts/configure_alert_command.php:162 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_commands.php:617 +#: ../../godmode/alerts/alert_templates.php:264 +#: ../../godmode/alerts/configure_alert_action.php:107 +#: ../../godmode/alerts/configure_alert_template.php:375 +msgid "" +"This node is configured with centralized mode. All alerts templates " +"information is read only. Go to metaconsole to manage it." msgstr "" +"Этот узел настроен в централизованном режиме. Вся информация шаблонов " +"предупреждений доступна только для чтения. Для управления ею перейдите в " +"метаконсоль." -#: ../../godmode/modules/manage_network_components_form.php:244 -msgid "Create Network Component" +#: ../../godmode/alerts/configure_alert_command.php:171 +msgid "Update Command" +msgstr "Обновить команду" + +#: ../../godmode/alerts/configure_alert_command.php:171 +#: ../../godmode/alerts/configure_alert_action.php:256 +msgid "Create Command" +msgstr "Создать команду" + +#: ../../godmode/alerts/configure_alert_command.php:261 +#, php-format +msgid "Field %s description" +msgstr "Поле %s описание" + +#: ../../godmode/alerts/configure_alert_command.php:289 +#, php-format +msgid "Field %s values" +msgstr "Поле %s значения" + +#: ../../godmode/alerts/configure_alert_command.php:291 +msgid "value1,tag1;value2,tag2;value3,tag3" +msgstr "значение1,тег1;значение2,тег2;значение3,тег3" + +#: ../../godmode/alerts/configure_alert_command.php:327 +msgid "Hide" +msgstr "Скрыть" + +#: ../../godmode/alerts/alert_actions.php:74 +msgid "Alert actions" +msgstr "Предупредительные действия" + +#: ../../godmode/alerts/alert_actions.php:390 +msgid "" +"You cannot edit this action, You don't have the permission to edit All group." msgstr "" +"Вы не можете редактировать это действие, у вас нет разрешения на " +"редактирование группы \"Все\"." -#: ../../godmode/modules/manage_network_templates_form.php:54 -msgid "Successfully deleted module from profile" -msgstr "Модуль успешно удален из профиля" +#: ../../godmode/alerts/alert_actions.php:401 +msgid "" +"The action and the command associated with it do not have the same group. " +"Please contact an administrator to fix it." +msgstr "" +"Действие и связанная с ним команда не имеют одинаковой группы. Обратитесь к " +"администратору, чтобы исправить это." -#: ../../godmode/modules/manage_network_templates_form.php:55 -msgid "Error deleting module from profile" -msgstr "Ошибка при удалении модуля из профиля" +#: ../../godmode/alerts/alert_actions.php:459 +msgid "No alert actions configured" +msgstr "Предупредительные действия не сконфигурированы" -#: ../../godmode/modules/manage_network_templates_form.php:70 -msgid "Successfully added module to profile" -msgstr "Модуль успешно добавлен в профиль" +#: ../../godmode/alerts/alert_list.list.php:117 +msgid "Field content" +msgstr "Содержание поля" -#: ../../godmode/modules/manage_network_templates_form.php:71 -msgid "Error adding module to profile" -msgstr "Ошибка при добавлении модуля к профилю" +#: ../../godmode/alerts/alert_list.list.php:129 +#: ../../mobile/operation/alerts.php:46 +#: ../../operation/agentes/alerts_status.functions.php:93 +msgid "All (Enabled)" +msgstr "Все (Подключены)" -#: ../../godmode/modules/manage_network_templates_form.php:94 -msgid "Successfully updated network profile" -msgstr "Успешное обновление сетевого профиля" +#: ../../godmode/alerts/alert_list.list.php:132 +#: ../../mobile/operation/alerts.php:49 +#: ../../operation/agentes/alerts_status.functions.php:96 +#: ../../operation/snmpconsole/snmp_view.php:250 +#: ../../operation/snmpconsole/snmp_view.php:1270 +msgid "Not fired" +msgstr "Не запущено" -#: ../../godmode/modules/manage_network_templates_form.php:95 -msgid "Error updating network profile" -msgstr "Ошибка при обновлении сетевого профиля" +#: ../../godmode/alerts/alert_list.list.php:172 +#: ../../operation/agentes/alerts_status.php:489 +msgid "Alert control filter" +msgstr "Фильтр по руководству оповещениями" -#: ../../godmode/modules/manage_network_templates_form.php:110 -msgid "Successfully added network profile" -msgstr "Сетевой профиль успешно добавлен" +#: ../../godmode/alerts/alert_list.list.php:653 +#: ../../godmode/alerts/alert_view.php:362 +msgid "" +"The default actions will be executed every time that the alert is fired and " +"no other action is executed" +msgstr "" +"Действия по умолчанию будут выполняться каждый раз, когда возникает " +"предупреждение и никакие другие действия не выполняются" -#: ../../godmode/modules/manage_network_templates_form.php:111 -msgid "Error adding network profile" -msgstr "Ошибка при добавлении сетевого профиля" +#: ../../godmode/alerts/alert_list.list.php:911 +msgid "View alert advanced details" +msgstr "Просмотреть уведомление передовые детали" -#: ../../godmode/modules/manage_network_templates_form.php:116 -msgid "Cannot create a template without name" -msgstr "Нельзя создать шаблон без имени" +#: ../../godmode/alerts/alert_list.list.php:927 +#: ../../include/functions_reporting_html.php:2668 +msgid "No alerts defined" +msgstr "Оповещения не определены" -#: ../../godmode/modules/manage_network_templates_form.php:184 -msgid "No modules for this profile" -msgstr "Нет модулей для этого профиля" +#: ../../godmode/alerts/alert_commands.php:139 +msgid "" +"For sending emails, text must be HTML format, if you want to use plain text, " +"type it between the following labels:
    "
    +msgstr ""
    +"Для отправки электронной почты текст должен быть в формате HTML, если вы "
    +"хотите использовать обычный текст, введите его между следующими метками: "
    +"
    "
     
    -#: ../../godmode/reporting/visual_console_builder.data.php:91
    +#: ../../godmode/alerts/alert_commands.php:215
    +#: ../../godmode/alerts/alert_commands.php:246
    +msgid "Text/plain"
    +msgstr "Текст/простой"
    +
    +#: ../../godmode/alerts/alert_commands.php:217
    +#: ../../godmode/alerts/alert_commands.php:248
    +msgid "For sending emails only text plain"
    +msgstr "Для отправки электронной почты только простой текст"
    +
    +#: ../../godmode/alerts/alert_commands.php:231
    +#: ../../godmode/alerts/alert_commands.php:262
    +msgid "Text/html"
    +msgstr "Текст/html"
    +
    +#: ../../godmode/alerts/alert_commands.php:470
    +msgid "Permissions warning"
    +msgstr "Предостережение о разрешениях"
    +
    +#: ../../godmode/alerts/alert_commands.php:473
    +msgid ""
    +"Command management is limited to administrator users or user profiles with "
    +"permissions PM"
    +msgstr ""
    +"Управление командами ограничено пользователями-администраторами или "
    +"профилями пользователей с правами PM"
    +
    +#: ../../godmode/alerts/alert_commands.php:490
    +msgid "Alert commands"
    +msgstr "команды оповещений"
    +
    +#: ../../godmode/alerts/alert_commands.php:548
    +#: ../../include/functions_alerts.php:2783
    +msgid "No name specified"
    +msgstr "Не указано имя"
    +
    +#: ../../godmode/alerts/alert_commands.php:552
    +#: ../../include/functions_alerts.php:2778
    +msgid "No command specified"
    +msgstr "Не указана команда"
    +
    +#: ../../godmode/alerts/alert_commands.php:601
    +msgid " (copy)"
    +msgstr " (копия)"
    +
    +#: ../../godmode/alerts/alert_commands.php:712
    +msgid "No alert commands configured"
    +msgstr "Команды оповещений не сконфигурированы"
    +
    +#: ../../godmode/alerts/configure_alert_special_days.php:56
    +msgid "Configure special day"
    +msgstr "Сконфигурировать особый день"
    +
    +#: ../../godmode/alerts/configure_alert_special_days.php:112
    +#: ../../godmode/alerts/alert_special_days.php:280
    +msgid "Same day of the week"
    +msgstr "Тот же день недели"
    +
    +#: ../../godmode/alerts/alert_templates.php:406
    +msgid ""
    +"You cannot edit this alert template, You don't have the permission to edit "
    +"All group."
    +msgstr ""
    +"Вы не можете редактировать этот шаблон предупреждения, у вас нет прав на "
    +"редактирование группы \"Все\"."
    +
    +#: ../../godmode/alerts/alert_templates.php:467
    +msgid "No alert templates defined"
    +msgstr "Шаблоны оповщений не найдены"
    +
    +#: ../../godmode/alerts/configure_alert_action.php:74
    +#: ../../godmode/alerts/configure_alert_action.php:87
    +msgid "Configure alert action"
    +msgstr "Сконфигурировать предупредительные действия"
    +
    +#: ../../godmode/alerts/configure_alert_action.php:148
    +msgid "Update Action"
    +msgstr "Обновить действие"
    +
    +#: ../../godmode/alerts/configure_alert_action.php:185
    +msgid "This action may stop working, if you change its name."
    +msgstr "Это действие может перестать работать, если вы измените его имя."
    +
    +#: ../../godmode/alerts/configure_alert_action.php:287
    +msgid "Recovery"
    +msgstr "Восстановление"
    +
    +#: ../../godmode/alerts/configure_alert_action.php:291
    +#: ../../godmode/alerts/alert_view.php:511
    +#: ../../godmode/alerts/alert_view.php:601 ../../godmode/servers/plugin.php:424
    +msgid "Command preview"
    +msgstr "Комманда просмотр"
    +
    +#: ../../godmode/alerts/configure_alert_action.php:309
    +msgid "Create workunit on recovery"
    +msgstr "Создание рабочего блока по восстановлению"
    +
    +#: ../../godmode/alerts/configure_alert_action.php:310
    +msgid ""
    +"If closed status is set on recovery, a workunit will be added to the ticket "
    +"in Integria IMS rather that closing the ticket."
    +msgstr ""
    +"Если при восстановлении установлен статус \"закрыто\", то в Integria IMS к "
    +"заявке будет добавлена рабочая единица, а не закрыта заявка."
    +
    +#: ../../godmode/alerts/configure_alert_template.php:74
    +#: ../../godmode/alerts/configure_alert_template.php:98
    +#: ../../godmode/alerts/configure_alert_template.php:130
    +#: ../../include/functions_menu.php:506
    +msgid "Configure alert template"
    +msgstr "Настроить шаблон оповещания"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:504
    +msgid "No template name specified"
    +msgstr "Не указано имя шаблона"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:585
    +#: ../../godmode/alerts/alert_list.builder.php:168
    +#: ../../include/class/AgentsAlerts.class.php:372
    +msgid "Create Template"
    +msgstr "Создать шаблон"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:750
    +msgid "Reset counter for non-sustained alerts"
    +msgstr "Сброс счетчика для незатухающих сигналов предупреждений"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:752
    +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:827
    +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:831
    +msgid "Condition type"
    +msgstr "Вид условий"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:848
    +msgid "Trigger when matches the value"
    +msgstr "Активируется, когда совпадает со значением"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:871
    +msgid "The regular expression is valid"
    +msgstr "Обычное выражение действительно"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:881
    +msgid "The regular expression is not valid"
    +msgstr "Обычное выражение не действительно"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:936
    +msgid "Alert recovery"
    +msgstr "Оповещение восстановления"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:958
    +msgid "Recovery fields"
    +msgstr "Поля восстановления"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1171
    +msgid "No wizard"
    +msgstr "Нет мастера настроек"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1246
    +#: ../../godmode/alerts/alert_view.php:138 ../../include/functions_ui.php:1316
    +msgid ""
    +"The alert would fire when the value matches "
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения совпадают "
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1247
    +#, php-format
    +msgid "The alert would fire when the value doesn\\'t match %s"
    +msgstr "Оповещение будет срабатывать, когда значения не совпадают  %s"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1248
    +#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1305
    +msgid "The alert would fire when the value is "
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения "
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1249
    +#: ../../godmode/alerts/alert_view.php:152 ../../include/functions_ui.php:1310
    +msgid "The alert would fire when the value is not "
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения не "
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1250
    +#: ../../godmode/alerts/alert_view.php:158 ../../include/functions_ui.php:1328
    +msgid ""
    +"The alert would fire when the value is between  and "
    +""
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения между  "
    +"and "
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1251
    +msgid ""
    +"The alert would fire when the value is not between  and "
    +""
    +msgstr ""
    +"Предупреждение сработает, если значение не находится между  и ."
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1252
    +#: ../../godmode/alerts/alert_view.php:168
    +msgid "The alert would fire when the value is below "
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения ниже  "
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1253
    +#: ../../godmode/alerts/alert_view.php:173
    +msgid "The alert would fire when the value is above "
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения выше "
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1254
    +#: ../../godmode/alerts/alert_view.php:186 ../../include/functions_ui.php:1347
    +msgid "The alert would fire when the module is in warning status"
    +msgstr ""
    +"Предупреждение срабатывает, когда модуль находится в состоянии опасности"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1255
    +#: ../../godmode/alerts/alert_view.php:190 ../../include/functions_ui.php:1352
    +msgid "The alert would fire when the module is in critical status"
    +msgstr ""
    +"Оповещение будет срабатывать, когда модуль находится в статусе критичности"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1256
    +#: ../../godmode/alerts/alert_view.php:179
    +msgid "The alert would fire when the module value changes"
    +msgstr "Оповещение будет срабатывать при изменении значений модуля"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1257
    +#: ../../godmode/alerts/alert_view.php:181
    +msgid "The alert would fire when the module value does not change"
    +msgstr "Оповещение будет срабатывать, когда значения модуля не изменены"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1258
    +#: ../../godmode/alerts/alert_view.php:198
    +msgid "The alert would fire when the module is in unknown status"
    +msgstr ""
    +"Оповещение будет срабатывать, когда модуль находится в неизвестном статусе"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1259
    +msgid ""
    +"The alert template cannot have the same value for min and max thresholds."
    +msgstr ""
    +"Шаблон предупреждения не может иметь одинаковые значения для минимального и "
    +"максимального порогов."
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1260
    +#: ../../godmode/alerts/alert_view.php:194
    +msgid "The alert would fire when the module is in not normal status"
    +msgstr ""
    +"Предупреждение срабатывает, когда модуль находится в ненормальном состоянии"
    +
    +#: ../../godmode/alerts/configure_alert_template.php:1439
    +msgid ""
    +"The alert would fire when the module is in unknown status. Warning: "
    +"unknown_updates of pandora_server.conf must be equal to 1"
    +msgstr ""
    +"Предупреждение будет срабатывать, когда модуль находится в неизвестном "
    +"состоянии. Внимание: unknown_updates из pandora_server.conf должен быть "
    +"равен 1"
    +
    +#: ../../godmode/alerts/alert_special_days.php:91
    +msgid "Skipped dates: "
    +msgstr "Пропущенные даты: "
    +
    +#: ../../godmode/alerts/alert_special_days.php:111
    +msgid "Success to upload iCalendar"
    +msgstr "Успех загрузки iCalendar"
    +
    +#: ../../godmode/alerts/alert_special_days.php:111
    +msgid "Fail to upload iCalendar"
    +msgstr "Не удается загрузить iCalendar"
    +
    +#: ../../godmode/alerts/alert_special_days.php:147
    +msgid "Could not be created, it already exists"
    +msgstr "Не удалось создать, уже существует"
    +
    +#: ../../godmode/alerts/alert_special_days.php:220
    +msgid "Could not be updated, it already exists"
    +msgstr "Не может быть обновлено, уже существует"
    +
    +#: ../../godmode/alerts/alert_special_days.php:277
    +msgid "iCalendar(.ics) file"
    +msgstr "Файл iCalendar(.ics)"
    +
    +#: ../../godmode/alerts/alert_special_days.php:303
    +msgid "Overwrite"
    +msgstr "Перезаписать"
    +
    +#: ../../godmode/alerts/alert_special_days.php:304
    +msgid "Check this box, if you want to overwrite existing same days."
    +msgstr ""
    +"Установите этот флажок, если вы хотите перезаписать существующие одинаковые "
    +"дни."
    +
    +#: ../../godmode/alerts/alert_special_days.php:323
    +msgid "Display range: "
    +msgstr "Диапазон отображения: "
    +
    +#: ../../godmode/alerts/alert_special_days.php:489
    +msgid "Same as "
    +msgstr "То же, что "
    +
    +#: ../../godmode/alerts/alert_view.php:49
    +#: ../../godmode/alerts/alert_view.php:331
    +#: ../../include/functions_events.php:4527
    +msgid "Alert details"
    +msgstr "Детали оповещения"
    +
    +#: ../../godmode/alerts/alert_view.php:60
    +#: ../../godmode/alerts/alert_view.php:61
    +#: ../../godmode/alerts/alert_list.php:437
    +msgid "List alerts"
    +msgstr "Список оповещений"
    +
    +#: ../../godmode/alerts/alert_view.php:105
    +#: ../../mobile/operation/alerts.php:107 ../../mobile/operation/alerts.php:108
    +#: ../../mobile/operation/alerts.php:237 ../../mobile/operation/alerts.php:238
    +msgid "Stand by"
    +msgstr "Поддерживается"
    +
    +#: ../../godmode/alerts/alert_view.php:140 ../../include/functions_ui.php:1319
    +msgid ""
    +"The alert would fire when the value doesn't match "
    +msgstr ""
    +"Оповещение будет запущено когда значение не совпадет "
    +
    +#: ../../godmode/alerts/alert_view.php:160 ../../include/functions_ui.php:1331
    +msgid ""
    +"The alert would fire when the value is not between  "
    +"and "
    +msgstr ""
    +"Оповещение будет срабатывать, когда значения не между  and "
    +
    +#: ../../godmode/alerts/alert_view.php:332
    +msgid "Firing conditions"
    +msgstr "Условия запуска"
    +
    +#: ../../godmode/alerts/alert_view.php:355
    +#: ../../godmode/alerts/alert_view.php:375
    +msgid "Every time that the alert is fired"
    +msgstr "Каждый раз, когда срабатывает предупреждение"
    +
    +#: ../../godmode/alerts/alert_view.php:416
    +msgid ""
    +"Select the desired action and mode to see the Firing/Recovery fields for "
    +"this action"
    +msgstr ""
    +"Выберите нужное действие и режим чтобы увидеть срабатывающие поля/поля "
    +"восстановления для этого действия"
    +
    +#: ../../godmode/alerts/alert_view.php:443
    +msgid "Template fields"
    +msgstr "Шаблонные поля"
    +
    +#: ../../godmode/alerts/alert_view.php:443
    +msgid "Triggering fields configured in template"
    +msgstr "Поля запуска настроены в шаблоне"
    +
    +#: ../../godmode/alerts/alert_view.php:519
    +msgid "The alert recovering is disabled on this template."
    +msgstr "Функция восстановления предупреждения отключена на этом шаблоне"
    +
    +#: ../../godmode/alerts/alert_view.php:531
    +msgid "Recovering fields"
    +msgstr "Восстанавливающиеся поля"
    +
    +#: ../../godmode/alerts/alert_view.php:531
    +msgid ""
    +"Fields passed to the command executed by this action when the alert is "
    +"recovered"
    +msgstr ""
    +"Когда предупреждение восстанавлено, поля передаются команде, которая "
    +"выполняется этим действием"
    +
    +#: ../../godmode/alerts/alert_view.php:535
    +msgid "Template recovery fields"
    +msgstr "Шаблон полей восстановления"
    +
    +#: ../../godmode/alerts/alert_view.php:535
    +msgid "Recovery fields configured in alert template"
    +msgstr "Поля восстановления встраиваются в шаблон предупреждения"
    +
    +#: ../../godmode/alerts/alert_view.php:536
    +msgid "Action recovery fields"
    +msgstr "Действие по восстановлению поля"
    +
    +#: ../../godmode/alerts/alert_view.php:536
    +msgid "Recovery fields configured in alert action"
    +msgstr "Поля восстановления настроены в действии оповещения"
    +
    +#: ../../godmode/alerts/alert_view.php:537
    +msgid "Executed on recovery"
    +msgstr "Выполнено при восстановлении"
    +
    +#: ../../godmode/alerts/alert_view.php:537
    +msgid "Fields used on execution when the alert is recovered"
    +msgstr ""
    +"Поля, используемые при работе, когда восстанавливается предупреждение"
    +
    +#: ../../godmode/alerts/alert_list.builder.php:90
    +msgid "Latest value"
    +msgstr "Последнее значение"
    +
    +#: ../../godmode/alerts/alert_list.builder.php:200
    +msgid "Finish and view cluster"
    +msgstr "Завершить работу и просмотреть кластер"
    +
    +#: ../../godmode/alerts/alert_list.php:115
    +msgid "Already added"
    +msgstr "Уже добавлено"
    +
    +#: ../../godmode/alerts/alert_list.php:169
    +msgid "No template specified"
    +msgstr "Шаблон не указан"
    +
    +#: ../../godmode/alerts/alert_list.php:441
    +msgid "Builder alert"
    +msgstr "Разработчик оповещений"
    +
    +#: ../../godmode/setup/license.php:48
    +msgid "License management"
    +msgstr "Управление лицензиями"
    +
    +#: ../../godmode/setup/license.php:70
    +msgid "License updated"
    +msgstr "Лицензия обновлена"
    +
    +#: ../../godmode/setup/license.php:99
    +msgid "Licence"
    +msgstr "Лицензия"
    +
    +#: ../../godmode/setup/license.php:107
    +#: ../../include/class/Diagnostics.class.php:1146
    +msgid "Customer key"
    +msgstr "Ключ клиента"
    +
    +#: ../../godmode/setup/license.php:113
    +#: ../../include/class/Diagnostics.class.php:1154
    +msgid "Platform Limit"
    +msgstr "Пределы платформы"
    +
    +#: ../../godmode/setup/license.php:114 ../../godmode/setup/license.php:117
    +#: ../../godmode/setup/license.php:120 ../../godmode/setup/license.php:123
    +msgid "agents"
    +msgstr "агенты"
    +
    +#: ../../godmode/setup/license.php:114 ../../godmode/setup/license.php:117
    +#: ../../godmode/setup/license.php:120 ../../godmode/setup/license.php:123
    +#: ../../operation/tree.php:140
    +msgid "modules"
    +msgstr "модули"
    +
    +#: ../../godmode/setup/license.php:116
    +#: ../../include/class/Diagnostics.class.php:1158
    +msgid "Current Platform Count"
    +msgstr "Текущее количество платформ"
    +
    +#: ../../godmode/setup/license.php:119
    +#: ../../include/class/Diagnostics.class.php:1162
    +msgid "Current Platform Count (enabled: items)"
    +msgstr "Текущее вычисление платформы (активировано: элементы)"
    +
    +#: ../../godmode/setup/license.php:122
    +#: ../../include/class/Diagnostics.class.php:1166
    +msgid "Current Platform Count (disabled: items)"
    +msgstr "Вычисление текущей платформы (отключено: элементы)"
    +
    +#: ../../godmode/setup/license.php:125
    +#: ../../include/class/Diagnostics.class.php:1170
    +msgid "License Mode"
    +msgstr "лицензионный режим"
    +
    +#: ../../godmode/setup/license.php:128
    +msgid "NMS"
    +msgstr "NMS"
    +
    +#: ../../godmode/setup/license.php:129 ../../godmode/setup/license.php:132
    +msgid "enabled"
    +msgstr "включено"
    +
    +#: ../../godmode/setup/license.php:129 ../../godmode/setup/license.php:132
    +msgid "disabled"
    +msgstr "отключено"
    +
    +#: ../../godmode/setup/license.php:131
    +#: ../../godmode/servers/modificar_server.php:42
    +#: ../../include/functions_servers.php:1316 ../../include/functions_ui.php:855
    +#: ../../include/class/Diagnostics.class.php:1178
    +msgid "Satellite"
    +msgstr "Satellite"
    +
    +#: ../../godmode/setup/license.php:134
    +#: ../../include/class/Diagnostics.class.php:1182
    +msgid "Licensed to"
    +msgstr "Лицензия для"
    +
    +#: ../../godmode/setup/license.php:145 ../../godmode/setup/license.php:160
    +msgid "Request new license"
    +msgstr "Запрос новой лицензии"
    +
    +#: ../../godmode/setup/license.php:164
    +#, php-format
    +msgid "To get your %s Enterprise License:"
    +msgstr "Чтобы получить %s лицензию Enterprise:"
    +
    +#: ../../godmode/setup/license.php:167
    +#, php-format
    +msgid "Go to %s"
    +msgstr "Перейти в %s"
    +
    +#: ../../godmode/setup/license.php:170
    +msgid "Enter the auth key and the following request key:"
    +msgstr ""
    +"Введите 
    ключ аутентификации и следующий ключ для запроса :" + +#: ../../godmode/setup/license.php:176 +msgid "Enter your name (or a company name) and a contact email address." +msgstr "" +"Введите ваше имя (или имя компании) и контактный адрес электронной почты." + +#: ../../godmode/setup/license.php:179 +msgid "Click on Generate." +msgstr "Нажмите на Generate." + +#: ../../godmode/setup/license.php:182 +msgid "" +"Click here, enter " +"the generated license key and click on Validate." +msgstr "" +"Нажмите here, " +"enter the generated license key and click on Validate." + +#: ../../godmode/setup/news.php:29 +msgid "Site news management" +msgstr "Управление новостями сайта" + +#: ../../godmode/setup/news.php:152 ../../godmode/setup/links.php:89 +msgid "Name error" +msgstr "Ошибка в имени" + +#: ../../godmode/setup/news.php:191 +msgid "Modal screen" +msgstr "Модальный экран" + +#: ../../godmode/setup/news.php:194 +msgid "Expire" +msgstr "Истекает" + +#: ../../godmode/setup/news.php:197 ../../godmode/setup/news.php:250 +msgid "Expiration" +msgstr "Срок истечения" + +#: ../../godmode/setup/news.php:241 +msgid "There are no defined news" +msgstr "Здесь нет но одной новостей" + +#: ../../godmode/setup/news.php:248 +#: ../../operation/agentes/estado_generalagente.php:629 +msgid "Author" +msgstr "Автор" + +#: ../../godmode/setup/news.php:268 +msgid "Modal" +msgstr "Модальное" + +#: ../../godmode/setup/news.php:270 +msgid "Board" +msgstr "Панель" + +#: ../../godmode/setup/news.php:281 +msgid "Expired" +msgstr "Истекший" + +#: ../../godmode/setup/gis.php:65 +msgid "Map connection name" +msgstr "Имя карты соединения" + +#: ../../godmode/setup/gis.php:83 +msgid "Do you wan delete this connection?" +msgstr "Удалить это подключение?" + +#: ../../godmode/setup/setup.php:213 +msgid "Websocket engine" +msgstr "Двигатель Websocket" + +#: ../../godmode/setup/setup.php:231 +msgid "GIS Map connection" +msgstr "Подключение к GIS -карте" + +#: ../../godmode/setup/setup.php:302 +msgid "Pandora Websocket Engine" +msgstr "Двигатель Pandora Websocket" + +#: ../../godmode/setup/setup.php:337 +msgid "Correct update the setup options" +msgstr "Исправить обновления параметров настройки" + +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../include/functions_config.php:1600 +msgid "Enable eHorus" +msgstr "Активировать eHorus" + +#: ../../godmode/setup/setup_ehorus.php:90 +#: ../../godmode/setup/setup_integria.php:285 +msgid "API Hostname" +msgstr "Имя хоста API" + +#: ../../godmode/setup/setup_ehorus.php:96 +msgid "API Port" +msgstr "Порт API" + +#: ../../godmode/setup/setup_ehorus.php:102 +#: ../../godmode/setup/setup_integria.php:298 +msgid "Request timeout" +msgstr "Время запроса истекло" + +#: ../../godmode/setup/setup_ehorus.php:108 +#: ../../godmode/setup/setup_integria.php:558 +#: ../../operation/users/user_edit.php:724 +msgid "Test" +msgstr "Тест" + +#: ../../godmode/setup/setup_ehorus.php:123 +msgid "Remote Management System" +msgstr "Система удаленного управления" + +#: ../../godmode/setup/setup_ehorus.php:131 +msgid "Custom field eHorusID created" +msgstr "Создано пользовательское поле eHorusID" + +#: ../../godmode/setup/setup_ehorus.php:131 +msgid "Error creating custom field" +msgstr "Ошибка при создании пользовательского поля" + +#: ../../godmode/setup/setup_ehorus.php:135 +msgid "eHorus has his own agent identifiers" +msgstr "eHorus имеет свои собственные идентификаторы агентов" + +#: ../../godmode/setup/setup_ehorus.php:136 +msgid "To store them, it will be necessary to use an agent custom field" +msgstr "Для их хранения необходимо использовать пользовательское поле агента" + +#: ../../godmode/setup/setup_ehorus.php:137 +msgid "" +"Possibly the eHorus id will have to be filled in by hand for every agent" +msgstr "" +"Возможно, идентификатор eHorus придется заполнять вручную для каждого агента" + +#: ../../godmode/setup/setup_ehorus.php:142 +msgid "The custom field does not exists already" +msgstr "Пользовательское поле еще не существует" + +#: ../../godmode/setup/setup_ehorus.php:156 +msgid "eHorus API" +msgstr "eHorus API" + +#: ../../godmode/setup/setup_ehorus.php:238 +#: ../../godmode/setup/setup_integria.php:684 +msgid "Connection timeout" +msgstr "Сессия истекла" + +#: ../../godmode/setup/setup_ehorus.php:239 +#: ../../godmode/setup/setup_integria.php:685 +#: ../../godmode/setup/setup_integria.php:764 +#: ../../operation/users/user_edit.php:1208 +msgid "Empty user or password" +msgstr "Пустое поле пользователя или пароля" + +#: ../../godmode/setup/setup_ehorus.php:240 +#: ../../godmode/setup/setup_integria.php:686 +#: ../../godmode/setup/setup_integria.php:765 +#: ../../operation/users/user_edit.php:1209 +msgid "User not found" +msgstr "Пользователь не найден" + +#: ../../godmode/setup/setup_ehorus.php:241 +#: ../../godmode/setup/setup_integria.php:687 +#: ../../godmode/setup/setup_integria.php:766 +#: ../../operation/users/user_edit.php:1210 +msgid "Invalid password" +msgstr "Неверный пароль" + +#: ../../godmode/setup/setup_websocket_engine.php:38 +msgid "WebSocket settings" +msgstr "Настройки WebSocket" + +#: ../../godmode/setup/setup_websocket_engine.php:47 +msgid "Bind address" +msgstr "Привязка адреса" + +#: ../../godmode/setup/setup_websocket_engine.php:57 +msgid "Bind port" +msgstr "Привязать порт" + +#: ../../godmode/setup/setup_websocket_engine.php:67 +#: ../../include/functions_config.php:1750 +msgid "WebSocket proxy url" +msgstr "url прокси WebSocket" + +#: ../../godmode/setup/os.list.php:90 +msgid "There are no defined operating systems" +msgstr "Здесь нет определенных операционных систем" + +#: ../../godmode/setup/os.list.php:96 +msgid "Create OS" +msgstr "Создать ОС" + +#: ../../godmode/setup/os.php:166 +msgid "List OS" +msgstr "Список OS" + +#: ../../godmode/setup/os.php:177 +msgid "Builder OS" +msgstr "Разработчик OS" + +#: ../../godmode/setup/os.php:194 ../../include/functions_api.php:1833 +msgid "Success creating OS" +msgstr "OS успешно создано" + +#: ../../godmode/setup/os.php:198 +msgid "Fail creating OS" +msgstr "Сбой создания ОS" + +#: ../../godmode/setup/os.php:202 ../../include/functions_api.php:1864 +msgid "Success updating OS" +msgstr "Успешное обновление ОС" + +#: ../../godmode/setup/os.php:206 +msgid "Error updating OS" +msgstr "Ошибка при обновлении OS" + +#: ../../godmode/setup/os.php:210 +msgid "There are agents with this OS." +msgstr "Есть агенты с этой OS." + +#: ../../godmode/setup/os.php:214 +msgid "Success deleting" +msgstr "Успешно удаляется" + +#: ../../godmode/setup/os.php:218 +msgid "Error deleting" +msgstr "Ошибка удаления" + +#: ../../godmode/setup/gis_step_2.php:34 +msgid "GIS Maps connections" +msgstr "Подключения к GIS-картам" + +#: ../../godmode/setup/gis_step_2.php:51 +msgid "Create new map connection" +msgstr "Создать новою карту связи" + +#: ../../godmode/setup/gis_step_2.php:78 +msgid "Edit map connection" +msgstr "Редактировать карту связи" + +#: ../../godmode/setup/gis_step_2.php:210 +msgid "Connection Name" +msgstr "Название подключения" + +#: ../../godmode/setup/gis_step_2.php:216 +msgid "Number of zoom levels" +msgstr "Количество уровней увеличения" + +#: ../../godmode/setup/gis_step_2.php:220 +msgid "Default zoom level" +msgstr "Уровень увеличения по умолчанию" + +#: ../../godmode/setup/gis_step_2.php:223 +msgid "Basic configuration" +msgstr "Базовая конфигурация" + +#: ../../godmode/setup/gis_step_2.php:228 +msgid "Open Street Maps" +msgstr "Карты Open Street" + +#: ../../godmode/setup/gis_step_2.php:229 +msgid "Google Maps" +msgstr "Карты Google" + +#: ../../godmode/setup/gis_step_2.php:230 +#: ../../godmode/reporting/visual_console_builder.elements.php:182 +#: ../../include/functions_visual_map_editor.php:1387 +#: ../../include/functions_visual_map.php:4220 +#: ../../operation/visual_console/view.php:277 +msgid "Static Image" +msgstr "Статичное изображение" + +#: ../../godmode/setup/gis_step_2.php:231 +msgid "WMS Server" +msgstr "Сервер WMS" + +#: ../../godmode/setup/gis_step_2.php:233 +msgid "Please select the connection type" +msgstr "Пожалуйста, выберите тип подключения" + +#: ../../godmode/setup/gis_step_2.php:235 +msgid "Map connection type" +msgstr "Тип карты связи" + +#: ../../godmode/setup/gis_step_2.php:283 +msgid "Tile Server URL" +msgstr "Плитка URL сервера" + +#: ../../godmode/setup/gis_step_2.php:296 +msgid "Google Physical" +msgstr "Google Физические" + +#: ../../godmode/setup/gis_step_2.php:297 +msgid "Google Hybrid" +msgstr "Google гибридные" + +#: ../../godmode/setup/gis_step_2.php:298 +msgid "Google Satelite" +msgstr "Google спутниковые" + +#: ../../godmode/setup/gis_step_2.php:300 +msgid "Google Map Type" +msgstr "Google Тип Карты:" + +#: ../../godmode/setup/gis_step_2.php:310 +msgid "Google Maps Key" +msgstr "Google Ключ Карты" + +#: ../../godmode/setup/gis_step_2.php:319 +msgid "Image URL" +msgstr "URL изображения" + +#: ../../godmode/setup/gis_step_2.php:326 +msgid "Corners of the area of the image" +msgstr "Углы области изображения" + +#: ../../godmode/setup/gis_step_2.php:326 +#: ../../include/rest-api/models/VisualConsole/Item.php:1908 +msgid "Left" +msgstr "Слева" + +#: ../../godmode/setup/gis_step_2.php:333 +#: ../../include/rest-api/models/VisualConsole/Item.php:1905 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:317 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:317 +msgid "Bottom" +msgstr "Внизу" + +#: ../../godmode/setup/gis_step_2.php:340 +#: ../../include/rest-api/models/VisualConsole/Item.php:1907 +msgid "Right" +msgstr "Справа" + +#: ../../godmode/setup/gis_step_2.php:347 +#: ../../include/rest-api/models/VisualConsole/Item.php:1906 +msgid "Top" +msgstr "Сверху" + +#: ../../godmode/setup/gis_step_2.php:354 +msgid "Image Size" +msgstr "Размеры изображения" + +#: ../../godmode/setup/gis_step_2.php:357 +msgid "WMS Server URL" +msgstr "URL Сервера WMS" + +#: ../../godmode/setup/gis_step_2.php:385 +msgid "" +"Preview to select the center of the map and the default position of an agent " +"without gis data" +msgstr "" +"Предварительно просмотрите перед тем как выбрать центр карты и положение по " +"умолчанию агента без данных ГИС" + +#: ../../godmode/setup/gis_step_2.php:386 +msgid "Load preview map" +msgstr "Загрузите предварительный просмотр карты" + +#: ../../godmode/setup/gis_step_2.php:395 +msgid "Map Center" +msgstr "Центр Карты" + +#: ../../godmode/setup/gis_step_2.php:396 +msgid "Default position for agents without GIS data" +msgstr "Положение по умолчанию для агентов без данных ГИС" + +#: ../../godmode/setup/gis_step_2.php:398 +msgid "Change in the map" +msgstr "Изменения в карте" + +#: ../../godmode/setup/gis_step_2.php:420 +#: ../../operation/agentes/gis_view.php:215 +msgid "Latitude" +msgstr "Широта" + +#: ../../godmode/setup/gis_step_2.php:438 +#: ../../operation/agentes/gis_view.php:214 +msgid "Longitude" +msgstr "Долгота" + +#: ../../godmode/setup/gis_step_2.php:456 +#: ../../operation/agentes/gis_view.php:216 +msgid "Altitude" +msgstr "Высота над уровнем моря" + +#: ../../godmode/setup/gis_step_2.php:519 +#: ../../godmode/setup/gis_step_2.php:614 +msgid "Center" +msgstr "По-центру" + +#: ../../godmode/setup/gis_step_2.php:579 +msgid "Refresh preview map" +msgstr "Обновить просмотр карты" + +#: ../../godmode/setup/setup_auth.php:234 +msgid "Force 2FA for all users is enabled" +msgstr "Принудительное 2FA для всех пользователей включено" + +#: ../../godmode/setup/setup_auth.php:255 +msgid "Session timeout (mins)" +msgstr "Окончание сессии (минуты)" + +#: ../../godmode/setup/setup_auth.php:298 +#, php-format +msgid "Local %s" +msgstr "Локальный %s" + +#: ../../godmode/setup/setup_auth.php:299 +msgid "ldap" +msgstr "ldap" + +#: ../../godmode/setup/setup_integria.php:59 +#: ../../operation/incidents/configure_integriaims_incident.php:48 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:38 +#: ../../operation/incidents/list_integriaims_incidents.php:49 +msgid "Integria IMS API is not reachable" +msgstr "Integria IMS API недоступен" + +#: ../../godmode/setup/setup_integria.php:256 +#: ../../include/functions_config.php:1634 +msgid "Enable Integria IMS" +msgstr "Включить Integria IMS" + +#: ../../godmode/setup/setup_integria.php:291 +msgid "API Password" +msgstr "Пароль API" + +#: ../../godmode/setup/setup_integria.php:304 +msgid "Sync inventory" +msgstr "Синхронизация инвентаря" + +#: ../../godmode/setup/setup_integria.php:591 +msgid "Integria API settings" +msgstr "Integria API настройки" + +#: ../../godmode/setup/setup_integria.php:602 +msgid "Alert default values" +msgstr "Значения по умолчанию для предупреждений" + +#: ../../godmode/setup/setup_integria.php:612 +msgid "Event custom response default values" +msgstr "Значения по умолчанию пользовательского ответа на события" + +#: ../../godmode/setup/links.php:25 +msgid "Link management" +msgstr "управление ссылками" + +#: ../../godmode/setup/snmp_wizard.php:155 +msgid "Unsucessful update the snmp translation" +msgstr "Неудачное обновление перевода snmp" + +#: ../../godmode/setup/snmp_wizard.php:162 +msgid "Unsucessful update the snmp translation." +msgstr "Неудачное обновление перевода snmp." + +#: ../../godmode/setup/snmp_wizard.php:210 +msgid "Unsucessful delete the snmp translation" +msgstr "Неудачное удаление перевода snmp" + +#: ../../godmode/setup/snmp_wizard.php:217 +msgid "Unsucessful delete the snmp translation." +msgstr "Неудачное удаление перевода snmp." + +#: ../../godmode/setup/snmp_wizard.php:278 +msgid "Unsucessful save the snmp translation" +msgstr "Неудачное сохранение перевода snmp" + +#: ../../godmode/setup/snmp_wizard.php:287 +msgid "Unsucessful save the snmp translation." +msgstr "Неудачное сохранение перевода snmp." + +#: ../../godmode/setup/setup_netflow.php:46 +#: ../../include/functions_config.php:1407 +msgid "Data storage path" +msgstr "Путь хранения данных" + +#: ../../godmode/setup/setup_netflow.php:49 +#: ../../include/functions_config.php:1411 +msgid "Daemon interval" +msgstr "Интервал присоединенной программы" + +#: ../../godmode/setup/setup_netflow.php:52 +#: ../../include/functions_config.php:1415 +msgid "Daemon binary path" +msgstr "Двоичный путь присоединенной программы" + +#: ../../godmode/setup/setup_netflow.php:55 +#: ../../include/functions_config.php:1419 +msgid "Nfdump binary path" +msgstr "Nfdump двоичного пути" + +#: ../../godmode/setup/setup_netflow.php:58 +#: ../../include/functions_config.php:1423 +msgid "Nfexpire binary path" +msgstr "Nfexpire двоичного пути" + +#: ../../godmode/setup/setup_netflow.php:61 +#: ../../include/functions_config.php:1427 +msgid "Maximum chart resolution" +msgstr "Максимальное разрешение диаграммы" + +#: ../../godmode/setup/setup_netflow.php:66 +#: ../../include/functions_config.php:1435 +msgid "Netflow max lifetime" +msgstr "Максимальный срок жизни сетевого потока" + +#: ../../godmode/setup/setup_netflow.php:69 +#: ../../include/functions_config.php:1439 +msgid "Name resolution for IP address" +msgstr "Имя разрешения для IP адреса" + +#: ../../godmode/setup/setup_netflow.php:70 +#: ../../operation/netflow/nf_live_view.php:451 +msgid "IP address resolution can take a lot of time" +msgstr "Разрешение IP-адреса может занять много времени" + +#: ../../godmode/setup/setup_visuals.php:76 +msgid "Paginated module view" +msgstr "Постраничный просмотр модуля" + +#: ../../godmode/setup/setup_visuals.php:103 +msgid "Click to display lateral menus" +msgstr "Нажмите для отображения боковых меню" + +#: ../../godmode/setup/setup_visuals.php:113 +#: ../../include/functions_config.php:1227 +msgid "Service label font size" +msgstr "Размер шрифта для карты обслуживания" + +#: ../../godmode/setup/setup_visuals.php:117 +msgid "Space between items in Service maps" +msgstr "Пространство между элементами в картах услуг" + +#: ../../godmode/setup/setup_visuals.php:134 +#: ../../include/functions_config.php:944 +msgid "Style template" +msgstr "Шаблон стиля" + +#: ../../godmode/setup/setup_visuals.php:147 +#: ../../include/functions_config.php:964 +msgid "Status icon set" +msgstr "Установить иконки статусов" + +#: ../../godmode/setup/setup_visuals.php:148 +msgid "Colors" +msgstr "Цвета" + +#: ../../godmode/setup/setup_visuals.php:149 +msgid "Faces" +msgstr "Стороны" + +#: ../../godmode/setup/setup_visuals.php:150 +msgid "Colors and text" +msgstr "Цвета и текст" + +#: ../../godmode/setup/setup_visuals.php:209 +msgid "Custom background logo" +msgstr "Пользовательский фоновый логотип" + +#: ../../godmode/setup/setup_visuals.php:276 +msgid "Custom logo (menu)" +msgstr "Пользовательский логотип (меню)" + +#: ../../godmode/setup/setup_visuals.php:281 +msgid "Custom logo collapsed (menu)" +msgstr "Пользовательский логотип не работает (меню)" + +#: ../../godmode/setup/setup_visuals.php:390 +#: ../../include/functions_config.php:1000 +msgid "Custom documentation logo" +msgstr "Пользовательский логотип документации" + +#: ../../godmode/setup/setup_visuals.php:410 +#: ../../include/functions_config.php:1004 +msgid "Custom support logo" +msgstr "Индивидуальный логотип поддержки" + +#: ../../godmode/setup/setup_visuals.php:429 +#: ../../include/functions_config.php:1008 +#: ../../include/functions_config.php:1012 +msgid "Custom networkmap center logo" +msgstr "Логотип пользовательскогог центра сетевых карт" + +#: ../../godmode/setup/setup_visuals.php:448 +msgid "Custom mobile console icon" +msgstr "Пользовательский значок мобильной консоли" + +#: ../../godmode/setup/setup_visuals.php:468 +msgid "Title (header)" +msgstr "Название (заголовок)" + +#: ../../godmode/setup/setup_visuals.php:473 +msgid "Subtitle (header)" +msgstr "Подзаголовок (заголовок)" + +#: ../../godmode/setup/setup_visuals.php:516 +msgid "Disable logo in graphs" +msgstr "Отключение логотипа в графиках" + +#: ../../godmode/setup/setup_visuals.php:532 +msgid "Disable helps" +msgstr "Отключение подсказок" + +#: ../../godmode/setup/setup_visuals.php:541 +#: ../../include/functions_config.php:1168 +msgid "Fixed header" +msgstr "Исправленный заголовок" + +#: ../../godmode/setup/setup_visuals.php:552 +msgid "Automatically hide submenu" +msgstr "Автоматическое скрытие подменю" + +#: ../../godmode/setup/setup_visuals.php:580 +#: ../../include/functions_config.php:1140 +msgid "GIS Labels" +msgstr "ГИС Метки" + +#: ../../godmode/setup/setup_visuals.php:595 +#: ../../include/functions_config.php:1148 +msgid "Default icon in GIS" +msgstr "Значок по умолчанию в ГИС" + +#: ../../godmode/setup/setup_visuals.php:601 +msgid "Agent icon group" +msgstr "Группа значков агентов" + +#: ../../godmode/setup/setup_visuals.php:649 +msgid "Graphs font size" +msgstr "Размер шрифта графиков" + +#: ../../godmode/setup/setup_visuals.php:680 +#: ../../include/functions_config.php:1116 +#: ../../include/functions_config.php:1120 +msgid "Agent size text" +msgstr "Агент размера текста" + +#: ../../godmode/setup/setup_visuals.php:681 +#: ../../godmode/setup/setup_visuals.php:686 +msgid "Small:" +msgstr "Маленький:" + +#: ../../godmode/setup/setup_visuals.php:682 +#: ../../godmode/setup/setup_visuals.php:687 +msgid "Normal:" +msgstr "Нормальный:" + +#: ../../godmode/setup/setup_visuals.php:685 +#: ../../include/functions_config.php:1124 +msgid "Module size text" +msgstr "Модуль размера текста" + +#: ../../godmode/setup/setup_visuals.php:690 +#: ../../include/functions_config.php:1128 +#: ../../include/functions_config.php:1132 +msgid "Description size text" +msgstr "Описание размера текста" + +#: ../../godmode/setup/setup_visuals.php:694 +#: ../../include/functions_config.php:1136 +msgid "Item title size text" +msgstr "Артикул Названия Размера текста" + +#: ../../godmode/setup/setup_visuals.php:705 +msgid "Show unit along with value in reports" +msgstr "Показывать единицу измерения вместе со значением в отчетах" + +#: ../../godmode/setup/setup_visuals.php:758 +#: ../../include/functions_config.php:903 +msgid "Graph color #4" +msgstr "График цвета #4" + +#: ../../godmode/setup/setup_visuals.php:769 +#: ../../include/functions_config.php:907 +msgid "Graph color #5" +msgstr "График цвета #5" + +#: ../../godmode/setup/setup_visuals.php:780 +#: ../../include/functions_config.php:911 +msgid "Graph color #6" +msgstr "График цвета #6" + +#: ../../godmode/setup/setup_visuals.php:791 +#: ../../include/functions_config.php:915 +msgid "Graph color #7" +msgstr "График цвета #7" + +#: ../../godmode/setup/setup_visuals.php:802 +#: ../../include/functions_config.php:919 +msgid "Graph color #8" +msgstr "График цвета #8" + +#: ../../godmode/setup/setup_visuals.php:813 +#: ../../include/functions_config.php:923 +msgid "Graph color #9" +msgstr "График цвета #9" + +#: ../../godmode/setup/setup_visuals.php:824 +#: ../../include/functions_config.php:927 +msgid "Graph color #10" +msgstr "График цвета #10" + +#: ../../godmode/setup/setup_visuals.php:851 +msgid "Data precision" +msgstr "Точность данных" + +#: ../../godmode/setup/setup_visuals.php:869 +msgid "Data precision in graphs" +msgstr "Точность данных в графиках" + +#: ../../godmode/setup/setup_visuals.php:884 +#: ../../include/functions_config.php:1192 +msgid "Default line thickness for the Custom Graph." +msgstr "Толщина линии по умолчанию для пользовательского графика." + +#: ../../godmode/setup/setup_visuals.php:945 +msgid "Type of interface charts" +msgstr "Тип интерфейсных диаграмм" + +#: ../../godmode/setup/setup_visuals.php:973 +msgid "Graph TIP view:" +msgstr "Просмотр графиков TIP:" + +#: ../../godmode/setup/setup_visuals.php:1086 +msgid "Classic view" +msgstr "Классический вид" + +#: ../../godmode/setup/setup_visuals.php:1087 +msgid "View of favorites" +msgstr "Просмотр избранного" + +#: ../../godmode/setup/setup_visuals.php:1088 +msgid "Type of view of visual consoles" +msgstr "Тип просмотра визуальных консолей" + +#: ../../godmode/setup/setup_visuals.php:1092 +msgid "Number of favorite visual consoles to show in the menu" +msgstr "Количество избранных визуальных консолей для отображения в меню" + +#: ../../godmode/setup/setup_visuals.php:1096 +#: ../../include/functions_config.php:1108 +msgid "Default line thickness for the Visual Console" +msgstr "Толщина линии по умолчанию для визуальной консоли" + +#: ../../godmode/setup/setup_visuals.php:1110 +msgid "Number of favorite services to show in the menu" +msgstr "Количество избранных сервисов для отображения в меню" + +#: ../../godmode/setup/setup_visuals.php:1191 +msgid "" +"The dir of custom logos is in your www Console in 'images/custom_logo'. You " +"can upload more files (ONLY JPEG AND PNG) in upload tool in console." +msgstr "" +"Каталог пользовательских логотипов находится в вашей www-консоли в папке " +"'images/custom_logo'. Вы можете загрузить больше файлов (ТОЛЬКО JPEG И PNG) " +"с помощью инструмента загрузки в консоли." + +#: ../../godmode/setup/setup_visuals.php:1277 +#: ../../include/functions_config.php:1180 +msgid "Networkmap max width" +msgstr "Максимальная ширина карты сети" + +#: ../../godmode/setup/setup_visuals.php:1328 +msgid "Custom values post process" +msgstr "Пользовательские значения после обработки" + +#: ../../godmode/setup/setup_visuals.php:1349 +#: ../../godmode/setup/setup_visuals.php:1417 +msgid "Delete custom values" +msgstr "Удаление пользовательских значений" + +#: ../../godmode/setup/setup_visuals.php:1381 +msgid "Interval values" +msgstr "интервал значений" + +#: ../../godmode/setup/setup_visuals.php:1409 +msgid "Module units" +msgstr "Модульные единицы" + +#: ../../godmode/setup/setup_visuals.php:1525 +msgid "Behaviour configuration" +msgstr "Настройка поведения" + +#: ../../godmode/setup/setup_visuals.php:1530 +msgid "GIS configuration" +msgstr "Конфигурация GIS" + +#: ../../godmode/setup/setup_visuals.php:1535 +msgid "Style configuration" +msgstr "Конфигурация стиля" + +#: ../../godmode/setup/setup_visuals.php:1540 +msgid "Charts configuration" +msgstr "Конфигурация диаграмм" + +#: ../../godmode/setup/setup_visuals.php:1545 +msgid "Font and Text configuration" +msgstr "Настройка шрифта и текста" + +#: ../../godmode/setup/setup_visuals.php:1550 +msgid "Visual consoles configuration" +msgstr "Конфигурация визуальных консолей" + +#: ../../godmode/setup/setup_visuals.php:1555 +msgid "Reports configuration " +msgstr "Конфигурация отчетов " + +#: ../../godmode/setup/setup_visuals.php:1560 +msgid "Services configuration" +msgstr "Конфигурация сервисов" + +#: ../../godmode/setup/setup_visuals.php:1565 +msgid "Other configuration" +msgstr "Другая конфигурация" + +#: ../../godmode/setup/setup_visuals.php:1842 +msgid "Mobile console logo preview" +msgstr "Предварительный просмотр логотипа мобильной консоли" + +#: ../../godmode/setup/setup_visuals.php:1877 +msgid "Gis icons preview" +msgstr "Предварительный просмотр значков Gis" + +#: ../../godmode/setup/setup_visuals.php:1943 +msgid "Status set preview" +msgstr "Предварительный просмотр состояния" + +#: ../../godmode/setup/setup_general.php:75 +#: ../../include/functions_update_manager.php:184 +msgid "Language code" +msgstr "Код языка" + +#: ../../godmode/setup/setup_general.php:135 +#: ../../include/functions_config.php:188 +msgid "Automatic check for updates" +msgstr "Автоматическая проверка обновлений" + +#: ../../godmode/setup/setup_general.php:143 +msgid "Enforce https Information" +msgstr "Применить https Информация" + +#: ../../godmode/setup/setup_general.php:144 +msgid "If SSL is not properly configured you will lose access to " +msgstr "Если SSL не настроен должным образом, вы потеряете доступ к " + +#: ../../godmode/setup/setup_general.php:144 +#: ../../godmode/setup/setup_general.php:338 +msgid " Console" +msgstr " Консоль" + +#: ../../godmode/setup/setup_general.php:158 +msgid "Use cert of SSL" +msgstr "Использовать сертификат SSL" + +#: ../../godmode/setup/setup_general.php:171 +msgid "Path of SSL Cert." +msgstr "Путь сертификата SSL." + +#: ../../godmode/setup/setup_general.php:221 +#: ../../include/functions_config.php:216 +msgid "Enable GIS features" +msgstr "Включить функции GIS" + +#: ../../godmode/setup/setup_general.php:229 +#: ../../include/functions_config.php:232 +msgid "Enable Netflow" +msgstr "Включить Сетевой поток" + +#: ../../godmode/setup/setup_general.php:336 +msgid "Enforce public URL usage information" +msgstr "Обеспечение публичной информации об использовании URL-адресов" + +#: ../../godmode/setup/setup_general.php:338 +msgid "If public URL is not properly configured you will lose access to " +msgstr "" +"Если публичный URL не настроен должным образом, вы потеряете доступ к " + +#: ../../godmode/setup/setup_general.php:351 +#: ../../include/functions_config.php:282 +msgid "Referer security" +msgstr "Ссылки на веб-безопасность" + +#: ../../godmode/setup/setup_general.php:359 +#: ../../include/functions_config.php:286 +msgid "Event storm protection" +msgstr "Событие шторма защиты" + +#: ../../godmode/setup/setup_general.php:376 +msgid "Change remote config encoding" +msgstr "Изменение кодировки удаленной конфигурации" + +#: ../../godmode/setup/setup_general.php:384 +#: ../../include/functions_config.php:298 +msgid "Server logs directory" +msgstr "Каталог системных журналов сервера" + +#: ../../godmode/setup/setup_general.php:394 +#: ../../include/functions_config.php:302 +msgid "Log size limit in system logs viewer extension" +msgstr "" +"Ограничение размера журнала в расширении просмотра системных журналов" + +#: ../../godmode/setup/setup_general.php:405 +msgid "Full mode" +msgstr "Полный режим" + +#: ../../godmode/setup/setup_general.php:406 +msgid "On demand" +msgstr "По требованию" + +#: ../../godmode/setup/setup_general.php:407 +msgid "Expert" +msgstr "Эксперт" + +#: ../../godmode/setup/setup_general.php:409 +#: ../../include/functions_config.php:306 +msgid "Tutorial mode" +msgstr "Режим обучения" + +#: ../../godmode/setup/setup_general.php:423 +#: ../../include/functions_config.php:310 +msgid "Allow create planned downtimes in the past" +msgstr "Позволяют создавать запланированные остановки в прошлом" + +#: ../../godmode/setup/setup_general.php:431 +msgid "Limit for bulk operations" +msgstr "Лимит для массовых операций" + +#: ../../godmode/setup/setup_general.php:441 +msgid "Include agents manually disabled" +msgstr "Включение агентов, отключенных вручную" + +#: ../../godmode/setup/setup_general.php:449 +msgid "Set alias as name by default in agent creation" +msgstr "Установить алиас в качестве имени по умолчанию при создании агента" + +#: ../../godmode/setup/setup_general.php:466 +#: ../../godmode/setup/setup_general.php:477 +msgid "Log location" +msgstr "Расположение журнала" + +#: ../../godmode/setup/setup_general.php:487 +msgid "Module custom ID readonly" +msgstr "Идентификатор пользовательского модуля только для чтения" + +#: ../../godmode/setup/setup_general.php:488 +msgid "Useful for integrations" +msgstr "Полезно для интеграции" + +#: ../../godmode/setup/setup_general.php:501 +msgid "General options" +msgstr "Общие настройки" + +#: ../../godmode/setup/setup_general.php:520 +msgid "" +"Please notice that some providers like Gmail or Office365 need to " +"setup/enable manually external connections using SMTP and you need to use " +"STARTTLS on port 587.\n" +"\n" +" If you have manual settings in your pandora_server.conf, please note " +"these settings will ignore this console setup." +msgstr "" +"Обратите внимание, что некоторые провайдеры, такие как Gmail или Office365, " +"требуют ручной настройки/включения внешних соединений с использованием SMTP, " +"и вам необходимо использовать STARTTLS на порту 587.\n" +"\n" +" Если у вас есть ручные настройки в pandora_server.conf, пожалуйста, " +"обратите внимание, что эти настройки будут игнорироваться данной консольной " +"настройкой." + +#: ../../godmode/setup/setup_general.php:526 +msgid "From address" +msgstr "От адреса" + +#: ../../godmode/setup/setup_general.php:546 +msgid "SMTP Server" +msgstr "Сервер SMTP" + +#: ../../godmode/setup/setup_general.php:556 +msgid "SMTP Port" +msgstr "Порт SMTP" + +#: ../../godmode/setup/setup_general.php:566 +#: ../../include/functions_config.php:362 +msgid "Encryption" +msgstr "Шифрование" + +#: ../../godmode/setup/setup_general.php:572 +#: ../../godmode/reporting/create_container.php:294 +#: ../../godmode/reporting/create_container.php:310 +#: ../../include/ajax/events.php:848 ../../include/ajax/graph.ajax.php:145 +#: ../../operation/events/events_list.php:1595 +#: ../../operation/events/events_list.php:1686 +msgid "none" +msgstr "ни один" + +#: ../../godmode/setup/setup_general.php:606 +msgid "Email test" +msgstr "Проверка электронной почты" + +#: ../../godmode/setup/setup_general.php:658 ../../general/header.php:814 +msgid "Send" +msgstr "Отправлено" + +#: ../../godmode/setup/setup_general.php:666 +msgid "Check mail configuration" +msgstr "Проверить конфигурацию почты" + +#: ../../godmode/setup/performance.php:178 +msgid "Pandora_db running in active database." +msgstr "Pandora_db работает в активной базе данных." + +#: ../../godmode/setup/performance.php:179 +#: ../../godmode/setup/performance.php:235 +msgid "Executed:" +msgstr "Выполнено:" + +#: ../../godmode/setup/performance.php:234 +msgid "Pandora_db running in historical database." +msgstr "Pandora_db работает в исторической базе данных." + +#: ../../godmode/setup/performance.php:242 +msgid "not executed" +msgstr "не выполнено" + +#: ../../godmode/setup/performance.php:268 +#: ../../include/functions_config.php:766 +msgid "Max. days before delete traps" +msgstr "Количество дней до удаления ловушек" + +#: ../../godmode/setup/performance.php:288 +#: ../../godmode/setup/performance.php:454 +#: ../../include/functions_config.php:770 +msgid "Max. days before delete string data" +msgstr "Количество дней до удаления строковых данных" + +#: ../../godmode/setup/performance.php:298 +#: ../../include/functions_config.php:778 +msgid "Max. days before delete GIS data" +msgstr "количество дней до удаления данных ГИС" + +#: ../../godmode/setup/performance.php:308 +#: ../../godmode/setup/performance.php:414 +#: ../../include/functions_config.php:782 +msgid "Max. days before purge" +msgstr "Количество дней до чистки" + +#: ../../godmode/setup/performance.php:318 +#: ../../godmode/setup/performance.php:424 +#: ../../include/functions_config.php:790 +msgid "Max. days before compact data" +msgstr "Количество дней до архивации данных" + +#: ../../godmode/setup/performance.php:328 +#: ../../include/functions_config.php:786 +msgid "Max. days before delete unknown modules" +msgstr "Макс. количество дней до удаления неизвестных модулей" + +#: ../../godmode/setup/performance.php:338 +msgid "Max. days before delete autodisabled agents" +msgstr "Максимальное количество дней до удаления агентов с автоотключением" + +#: ../../godmode/setup/performance.php:348 +#: ../../include/functions_config.php:838 +msgid "Retention period of past special days" +msgstr "Период хранения данных за прошедшие специальные дни" + +#: ../../godmode/setup/performance.php:358 +#: ../../include/functions_config.php:842 +msgid "Max. macro data fields" +msgstr "Макс. поля данных макроса" + +#: ../../godmode/setup/performance.php:372 +#: ../../include/functions_config.php:847 +msgid "Max. days before delete inventory data" +msgstr "Максимальное количество дней до удаления данных инвентаризации" + +#: ../../godmode/setup/performance.php:434 +#: ../../godmode/setup/performance.php:515 +#: ../../include/functions_config.php:802 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Компактная интерполяции в часах (1хорошо -20 плохо)" + +#: ../../godmode/setup/performance.php:472 +#: ../../include/functions_config.php:852 +msgid "Max. days before delete old messages" +msgstr "Максимальное количество дней до удаления старых сообщений" + +#: ../../godmode/setup/performance.php:485 +#: ../../include/functions_config.php:856 +msgid "Max. days before delete old network matrix data" +msgstr "" +"Максимальное количество дней до удаления старых данных сетевой матрицы" + +#: ../../godmode/setup/performance.php:505 +msgid "Item limit for realtime reports" +msgstr "Лимит элементов для отчетов в реальном времени" + +#: ../../godmode/setup/performance.php:528 +msgid "Last day" +msgstr "Последний день" + +#: ../../godmode/setup/performance.php:530 +msgid "10 days" +msgstr "10 дней" + +#: ../../godmode/setup/performance.php:532 +msgid "2 weeks" +msgstr "2 недели" + +#: ../../godmode/setup/performance.php:545 +#: ../../include/functions_config.php:810 +msgid "Use realtime statistics" +msgstr "Использовать текущую статистику" + +#: ../../godmode/setup/performance.php:553 +#: ../../include/functions_config.php:814 +msgid "Batch statistics period (secs)" +msgstr "Периодпакетной статистики (сек)" + +#: ../../godmode/setup/performance.php:566 +#: ../../include/functions_config.php:822 +msgid "Max. recommended number of files in attachment directory" +msgstr "" +"Максимально рекомендованное количество файлов в приклепленном каталоге" + +#: ../../godmode/setup/performance.php:576 +#: ../../include/functions_config.php:826 +msgid "Delete not init modules" +msgstr "Удалить не инициированные модули" + +#: ../../godmode/setup/performance.php:579 +msgid "Big Operation Step to purge old data" +msgstr "Большая операция по очистке старых данных" + +#: ../../godmode/setup/performance.php:589 +#: ../../include/functions_config.php:834 +msgid "Small Operation Step to purge old data" +msgstr "Большая операция по очистке старых данных" + +#: ../../godmode/setup/performance.php:599 +#: ../../include/functions_config.php:860 +msgid "Graph container - Max. Items" +msgstr "Графический контейнер - Макс. Элементы" + +#: ../../godmode/setup/performance.php:629 +msgid "SNMP walk binary" +msgstr "Двоичный SNMP walk" + +#: ../../godmode/setup/performance.php:640 +msgid "" +"SNMP bulk walk is not able to request V1 SNMP, this option will be used " +"instead (by default snmpwalk, slower)." +msgstr "" +"SNMP bulk walk не может запрашивать V1 SNMP, вместо него будет " +"использоваться эта опция (по умолчанию snmpwalk, медленнее)." + +#: ../../godmode/setup/performance.php:643 +msgid "SNMP walk binary (fallback)" +msgstr "Двоичный SNMP walk (резервный)" + +#: ../../godmode/setup/performance.php:661 +msgid "Database maintenance options" +msgstr "Варианты обслуживания базы данных" + +#: ../../godmode/setup/performance.php:667 +msgid "Historical database maintenance options" +msgstr "Опции обслуживания исторической базы данных" + +#: ../../godmode/setup/performance.php:673 +#: ../../include/functions_visual_map.php:2873 +#: ../../include/functions_netflow.php:1819 +#: ../../operation/network/network_report.php:324 +msgid "Others" +msgstr "Прочее" + +#: ../../godmode/setup/file_manager.php:67 ../../godmode/servers/plugin.php:238 +#: ../../include/functions_filemanager.php:604 +#: ../../include/functions_filemanager.php:609 +#, php-format +msgid "Index of %s" +msgstr "Параметры %s" + +#: ../../godmode/reporting/visual_console_builder.data.php:94 msgid "Create visual console" -msgstr "" +msgstr "Создание визуальной консоли" -#: ../../godmode/reporting/visual_console_builder.data.php:100 +#: ../../godmode/reporting/visual_console_builder.data.php:106 msgid "" "Use [ or ( as first character, for example '[*] Map name', to render this " "map name in main menu" @@ -30687,299 +35342,547 @@ msgstr "" "Используйте [ или (как первый символ, например '[*] Название карты', чтобы " "сделать это название карты в главном меню" -#: ../../godmode/reporting/visual_console_builder.data.php:124 +#: ../../godmode/reporting/visual_console_builder.data.php:169 +#: ../../godmode/reporting/visual_console_builder.elements.php:151 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:632 +#: ../../include/lib/Dashboard/Widget.php:548 +msgid "Background" +msgstr "Фон" + +#: ../../godmode/reporting/visual_console_builder.data.php:179 msgid "Background image" -msgstr "" +msgstr "Фоновое изображение" -#: ../../godmode/reporting/reporting_builder.list_items.php:487 -#: ../../godmode/reporting/reporting_builder.list_items.php:492 -msgid "Sort items" -msgstr "элементы сортировки" +#: ../../godmode/reporting/visual_console_builder.data.php:181 +#: ../../include/functions_visual_map_editor.php:347 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:450 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:519 +msgid "Background color" +msgstr "Цвет фона" -#: ../../godmode/reporting/reporting_builder.list_items.php:494 -msgid "Sort selected items from position: " -msgstr "Сортировать выбранные элементы из позиции: " +#: ../../godmode/reporting/visual_console_builder.data.php:211 +msgid "Layout size" +msgstr "Размер раскладки" -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move before to" -msgstr "Переместить, прежде чем" +#: ../../godmode/reporting/visual_console_builder.data.php:214 +msgid "Set custom size" +msgstr "Установите пользовательский размер" -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move after to" -msgstr "Переместить, после того как" +#: ../../godmode/reporting/visual_console_builder.data.php:220 +msgid "Get default image size" +msgstr "Получение размера изображения по умолчанию" -#: ../../godmode/reporting/reporting_builder.list_items.php:518 -#: ../../godmode/reporting/reporting_builder.list_items.php:523 -msgid "Delete items" -msgstr "Удалить элементы" +#: ../../godmode/reporting/visual_console_builder.data.php:222 +msgid "Favourite visual console" +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 -msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." -msgstr "" -"Вы дейтвительно хотите сортировать элементы в отчете?\\n Это действие " -"изменит порядок сортировки элементов в базе данных." - -#: ../../godmode/reporting/reporting_builder.list_items.php:576 -msgid "Please select any item to order" -msgstr "Пожалуйста, выберите какой-либо элемент в последовательности" - -#: ../../godmode/reporting/reporting_builder.list_items.php:606 -msgid "Are you sure to delete the items into the report?\\n" -msgstr "Вы действительно хотите удалить эти элементы в отчете?\\n" - -#: ../../godmode/reporting/reporting_builder.list_items.php:628 -msgid "Please select any item to delete" -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 +#: ../../godmode/reporting/visual_console_builder.php:188 msgid "This file isn't image" -msgstr "" +msgstr "Этот файл не является изображением" -#: ../../godmode/reporting/visual_console_builder.php:151 +#: ../../godmode/reporting/visual_console_builder.php:191 msgid "This file isn't image." -msgstr "" +msgstr "Этот файл не является изображением." -#: ../../godmode/reporting/visual_console_builder.php:155 -#: ../../godmode/reporting/visual_console_builder.php:156 +#: ../../godmode/reporting/visual_console_builder.php:197 +#: ../../godmode/reporting/visual_console_builder.php:200 msgid "File already are exists." -msgstr "" +msgstr "Файл уже существует." -#: ../../godmode/reporting/visual_console_builder.php:162 -#: ../../godmode/reporting/visual_console_builder.php:163 +#: ../../godmode/reporting/visual_console_builder.php:208 +#: ../../godmode/reporting/visual_console_builder.php:211 msgid "The file have not image extension." -msgstr "" +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 +#: ../../godmode/reporting/visual_console_builder.php:223 +#: ../../godmode/reporting/visual_console_builder.php:226 +#: ../../godmode/reporting/visual_console_builder.php:236 +#: ../../godmode/reporting/visual_console_builder.php:242 msgid "Problems with move file to target." -msgstr "" +msgstr "Проблемы с перемещением файла в цель." -#: ../../godmode/reporting/visual_console_builder.php:213 +#: ../../godmode/reporting/visual_console_builder.php:273 msgid "Successfully update." msgstr "Успешно обновлено." -#: ../../godmode/reporting/visual_console_builder.php:225 +#: ../../godmode/reporting/visual_console_builder.php:289 msgid "Could not be update." msgstr "Не может быть обновлено" -#: ../../godmode/reporting/visual_console_builder.php:291 -msgid "Successfully multiple delete." -msgstr "" +#: ../../godmode/reporting/visual_console_builder.php:306 +msgid "Successfully created." +msgstr "Успешно создано." -#: ../../godmode/reporting/visual_console_builder.php:292 -msgid "Unsuccessfull multiple delete." -msgstr "" +#: ../../godmode/reporting/visual_console_builder.php:322 +msgid "Could not be created." +msgstr "Не может быть создано" + +#: ../../godmode/reporting/visual_console_builder.php:369 +msgid "Successfully multiple delete." +msgstr "Успешное многократное удаление." #: ../../godmode/reporting/visual_console_builder.php:370 +msgid "Unsuccessful multiple delete." +msgstr "Неуспешное многократное удаление." + +#: ../../godmode/reporting/visual_console_builder.php:472 msgid "Successfully delete." msgstr "Успешно удалено." -#: ../../godmode/reporting/visual_console_builder.editor.php:145 -msgid "Saving in progress" -msgstr "" +#: ../../godmode/reporting/visual_console_builder.php:781 +#: ../../operation/visual_console/pure_ajax.php:158 +#: ../../operation/visual_console/view.php:175 +#: ../../operation/visual_console/legacy_view.php:161 +msgid "Services wizard" +msgstr "Помощник сервисов" -#: ../../godmode/reporting/visual_console_builder.editor.php:150 -msgid "Deletion in progress" -msgstr "" +#: ../../godmode/reporting/reporting_builder.list_items.php:706 +#: ../../godmode/reporting/reporting_builder.list_items.php:710 +#: ../../godmode/reporting/graph_builder.graph_editor.php:284 +#: ../../godmode/reporting/graph_builder.graph_editor.php:288 +msgid "Sort items" +msgstr "элементы сортировки" -#: ../../godmode/reporting/reporting_builder.item_editor.php:605 +#: ../../godmode/reporting/reporting_builder.list_items.php:713 +msgid "Sort selected items from position: " +msgstr "Сортировать выбранные элементы из позиции: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:716 +msgid "Move before to" +msgstr "Переместить, прежде чем" + +#: ../../godmode/reporting/reporting_builder.list_items.php:717 +msgid "Move after to" +msgstr "Переместить, после того как" + +#: ../../godmode/reporting/reporting_builder.list_items.php:757 +#: ../../godmode/reporting/reporting_builder.list_items.php:761 +msgid "Delete items" +msgstr "Удалить элементы" + +#: ../../godmode/reporting/reporting_builder.list_items.php:764 +msgid "Delete selected items from position: " +msgstr "Удалить выбранные элементы из позиции: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:767 +msgid "Delete above to" +msgstr "Удалить выше к" + +#: ../../godmode/reporting/reporting_builder.list_items.php:768 +msgid "Delete below to" +msgstr "Удалить ниже к" + +#: ../../godmode/reporting/reporting_builder.list_items.php:824 +msgid "" +"Are you sure to sort the items into the report?\\n. This action change the " +"sorting of items into data base." +msgstr "" +"Вы уверены, что нужно отсортировать элементы в отчете?\\n. Это действие " +"изменяет сортировку элементов в базе данных." + +#: ../../godmode/reporting/reporting_builder.list_items.php:844 +#: ../../godmode/reporting/graph_builder.graph_editor.php:467 +msgid "Please select any item to order" +msgstr "Пожалуйста, выберите какой-либо элемент в последовательности" + +#: ../../godmode/reporting/reporting_builder.list_items.php:874 +msgid "Are you sure to delete the items into the report?\\n" +msgstr "Вы действительно хотите удалить эти элементы в отчете?\\n" + +#: ../../godmode/reporting/reporting_builder.list_items.php:901 +msgid "Please select any item to delete" +msgstr "Пожалуйста, выберите любой элемент для удаления" + +#: ../../godmode/reporting/create_container.php:155 +msgid "Container name is missing." +msgstr "Имя контейнера отсутствует." + +#: ../../godmode/reporting/create_container.php:196 +#: ../../godmode/reporting/graph_container.php:100 +msgid "Create container" +msgstr "Создать контейнер" + +#: ../../godmode/reporting/create_container.php:205 +msgid "Container stored successfully" +msgstr "Контейнер успешно сохранен" + +#: ../../godmode/reporting/create_container.php:205 +msgid "There was a problem storing container" +msgstr "Возникла проблема с хранением контейнера" + +#: ../../godmode/reporting/create_container.php:212 +msgid "Update the container" +msgstr "Обновить контейнер" + +#: ../../godmode/reporting/create_container.php:212 +msgid "Bad update the container" +msgstr "Плохое обновление контейнера" + +#: ../../godmode/reporting/create_container.php:287 +msgid "Parent container" +msgstr "Родительский контейнер" + +#: ../../godmode/reporting/create_container.php:345 +#: ../../include/functions.php:2689 +msgid "custom" +msgstr "пользовательский" + +#: ../../godmode/reporting/create_container.php:347 +#: ../../godmode/reporting/create_container.php:348 +#: ../../godmode/reporting/create_container.php:349 +#: ../../include/functions.php:2701 ../../include/functions.php:2702 +#: ../../include/ajax/graph.ajax.php:147 ../../include/ajax/graph.ajax.php:148 +#: ../../include/ajax/graph.ajax.php:149 +#, php-format +msgid "%s hours" +msgstr "%s часов" + +#: ../../godmode/reporting/create_container.php:351 +#: ../../godmode/reporting/create_container.php:352 +#: ../../include/ajax/graph.ajax.php:151 ../../include/ajax/graph.ajax.php:152 +#, php-format +msgid "%s days" +msgstr "%s дней" + +#: ../../godmode/reporting/create_container.php:353 +#: ../../include/functions.php:2704 ../../include/ajax/module.php:204 +#: ../../include/ajax/graph.ajax.php:153 +msgid "1 week" +msgstr "1 неделя" + +#: ../../godmode/reporting/create_container.php:355 +#: ../../include/functions.php:2706 ../../include/ajax/module.php:206 +#: ../../include/ajax/graph.ajax.php:155 +msgid "1 month" +msgstr "1 месяц" + +#: ../../godmode/reporting/create_container.php:365 +#: ../../godmode/reporting/create_container.php:474 +#: ../../godmode/reporting/create_container.php:528 +msgid "" +"This is the interval or period of time with which the graph data will be " +"obtained. For example, a week means data from a week ago from now. " +msgstr "" +"Это интервал или период времени, за которые будут получены данные графика. " +"Например, неделя означает данные недельной давности. " + +#: ../../godmode/reporting/create_container.php:428 +#: ../../godmode/reporting/create_container.php:583 +#: ../../godmode/reporting/graph_builder.main.php:208 +#: ../../include/functions_visual_map_editor.php:554 +msgid "Type of graph" +msgstr "Тип графика" + +#: ../../godmode/reporting/create_container.php:437 +#: ../../godmode/reporting/create_container.php:494 +#: ../../godmode/reporting/create_container.php:589 +#: ../../godmode/reporting/graph_builder.main.php:285 +#: ../../operation/agentes/stat_win.php:375 +#: ../../operation/agentes/interface_traffic_graph_win.php:234 +msgid "Show full scale graph (TIP)" +msgstr "Показать полномасштабный график (TIP)" + +#: ../../godmode/reporting/create_container.php:448 +#: ../../godmode/reporting/create_container.php:501 +#: ../../godmode/reporting/create_container.php:596 +msgid "Add item" +msgstr "Добавить элемент" + +#: ../../godmode/reporting/create_container.php:614 +msgid "There are no items in this container." +msgstr "В этом контейнере нет элементов." + +#: ../../godmode/reporting/create_container.php:623 +msgid "Agent/Module" +msgstr "Агент/Модуль" + +#: ../../godmode/reporting/create_container.php:626 +msgid "M.Group" +msgstr "M.Группа" + +#: ../../godmode/reporting/map_builder.php:293 +#: ../../godmode/reporting/map_builder.php:301 +msgid "Not copied. Error copying data" +msgstr "Не скопировано. Ошибка копирования данных" + +#: ../../godmode/reporting/map_builder.php:343 +#: ../../godmode/reporting/visual_console_favorite.php:156 +msgid "Group Recursion" +msgstr "Групповая рекурсия" + +#: ../../godmode/reporting/map_builder.php:359 +msgid "Map name" +msgstr "Имя карты" + +#: ../../godmode/reporting/map_builder.php:361 +msgid "Items" +msgstr "Предметы" + +#: ../../godmode/reporting/map_builder.php:437 +#: ../../general/first_task/map_builder.php:23 +msgid "There are no visual console defined yet." +msgstr "Визуальная консоль пока не определена." + +#: ../../godmode/reporting/graph_builder.php:314 +#: ../../operation/reporting/graph_viewer.php:183 +msgid "Graph editor" +msgstr "Графический редактор" + +#: ../../godmode/reporting/graph_builder.php:325 +#: ../../operation/reporting/graph_viewer.php:202 +msgid "View graph" +msgstr "Просмотреть график" + +#: ../../godmode/reporting/graph_builder.php:341 +msgid "Graph builder" +msgstr "Конструктор графиков" + +#: ../../godmode/reporting/graph_builder.php:377 +msgid "Graph stored successfully" +msgstr "График успешно сохранен" + +#: ../../godmode/reporting/graph_builder.php:378 +msgid "There was a problem storing Graph" +msgstr "Произошла ошибка сохранения графика" + +#: ../../godmode/reporting/graph_builder.php:386 +msgid "There was a problem adding Module" +msgstr "Ошибка при добавлении модуля" + +#: ../../godmode/reporting/graph_builder.php:393 +msgid "Update the graph" +msgstr "Обновить график" + +#: ../../godmode/reporting/graph_builder.php:394 +msgid "Bad update the graph" +msgstr "Ошибочное обновление графика" + +#: ../../godmode/reporting/graph_builder.php:401 +msgid "Graph deleted successfully" +msgstr "График удален успешно" + +#: ../../godmode/reporting/graph_builder.php:402 +msgid "There was a problem deleting Graph" +msgstr "Проблема при удалении графика" + +#: ../../godmode/reporting/graphs.php:90 +msgid "Graphs containers" +msgstr "Контейнеры графиков" + +#: ../../godmode/reporting/graphs.php:192 +#: ../../godmode/reporting/reporting_builder.php:697 +msgid "Free text for search: " +msgstr "Свободный текст для поиска: " + +#: ../../godmode/reporting/graphs.php:193 +#: ../../godmode/reporting/reporting_builder.php:699 +msgid "Search by report name or description, list matches." +msgstr "Поиск по имени или описанию отчета, список совпадений" + +#: ../../godmode/reporting/graphs.php:205 +#: ../../godmode/reporting/reporting_builder.php:725 +msgid "Show Option" +msgstr "Показать опцию" + +#: ../../godmode/reporting/graphs.php:267 +#: ../../include/functions_container.php:146 +#: ../../operation/search_graphs.php:29 +#: ../../operation/reporting/graph_viewer.php:426 +msgid "Graph name" +msgstr "Название графика" + +#: ../../godmode/reporting/graphs.php:269 +#: ../../include/functions_container.php:148 +msgid "Number of Graphs" +msgstr "Номер графика" + +#: ../../godmode/reporting/graphs.php:359 +msgid "Create graph" +msgstr "Создать график" + +#: ../../godmode/reporting/visual_console_favorite.php:194 +msgid "No favourite consoles defined" +msgstr "Не определены избранные консоли" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:199 +#, php-format +msgid "" +"The maximum number of items in a chart is %d. You have %d elements, only " +"first %d will be displayed." +msgstr "" +"Максимальное количество элементов в диаграмме - %d. У вас %d элементов, " +"будут отображены только первые %d." + +#: ../../godmode/reporting/graph_builder.graph_editor.php:291 +msgid "Sort selected items" +msgstr "Сортировать выбранные элементы" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:294 +msgid "before to" +msgstr "до" + +#: ../../godmode/reporting/graph_builder.graph_editor.php:295 +msgid "after to" +msgstr "после" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:866 msgid "Not valid" msgstr "Не действительный" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 +#: ../../godmode/reporting/reporting_builder.item_editor.php:874 +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:1024 +msgid "Log number" +msgstr "Номер журнала" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1026 +msgid "" +"Warning: this parameter limits the contents of the logs and affects the " +"performance." +msgstr "" +"Внимание: этот параметр ограничивает содержимое журналов и влияет на " +"производительность." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1042 +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:1603 +msgid "Show modules" +msgstr "Показать модули" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1855 msgid "Target server" msgstr "Целевой сервер" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1178 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2216 msgid "Greater or equal (>=)" msgstr "Больше или равно (> =)" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2217 msgid "Less or equal (<=)" msgstr "Меньше или равно (<=)" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2218 msgid "Less (<)" msgstr "Меньше (<)" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1181 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2219 msgid "Greater (>)" msgstr "Больше (>)" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2220 msgid "Equal (=)" msgstr "Равно (=)" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1183 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2221 msgid "Not equal (!=)" msgstr "Не равно (!=)" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2338 +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:2532 +msgid "Include extended events" +msgstr "Включите расширенные события" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2551 +msgid "By agent " +msgstr "По агенту " + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2561 +msgid "By user validator " +msgstr "По валидатору пользователя " + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2571 +msgid "By criticity " +msgstr "По критичности " + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2581 +msgid "Validated vs unvalidated " +msgstr "Валидированные и невалидированные " + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2596 +msgid "" +"With the token enabled the query will affect the Historical Database, which " +"may mean a small drop in performance." +msgstr "" +"При включенном маркере запрос будет воздействовать на историческую базу " +"данных, что может означать небольшое снижение производительности." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2781 +msgid "Include filter" +msgstr "Включить фильтр" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2785 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2794 +msgid "Free text string search on event description" +msgstr "Свободный поиск текстовой строки в описании события" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2790 +msgid "Exclude filter" +msgstr "Исключить фильтр" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2816 +msgid "" +"Lapses of time in which the period is divided to make more precise " +"calculations\n" +msgstr "" +"Промежутки времени, на которые делится период для более точных расчетов\n" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2921 +#: ../../include/functions_reporting.php:3898 +msgid "Unassigned group" +msgstr "Неназначенная группа" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2967 +#: ../../include/functions_reporting.php:3892 +msgid "Unnasigned group" +msgstr "Неназначенная группа" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:2990 +msgid "Select by group" +msgstr "Выбрать по группе" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:3108 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3536 +msgid "Agent Failover" +msgstr "Коммутация агентов" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:3113 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3539 +msgid "Module Failover" +msgstr "Коммутация модулей" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:3153 msgid "Please save the SLA for start to add items in this list." msgstr "" "Пожалуйста, сохраните SLA перед началом добавления элементов в этот список." -#: ../../godmode/reporting/reporting_builder.item_editor.php:1538 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3512 msgid "rate" msgstr "коэффициент" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1561 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3560 msgid "" "Please be careful, when the module have diferent intervals in their life, " "the summatory maybe get bad result." @@ -30987,79 +35890,142 @@ msgstr "" "Пожалуйста, будьте внимательны, когда модуль имеют разные интервалы жизни, " "сумматор может показать плохой результат." -#: ../../godmode/reporting/reporting_builder.item_editor.php:1575 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3580 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/reporting_builder.item_editor.php:3845 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3849 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3853 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3857 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3861 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3865 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3869 +#: ../../godmode/reporting/reporting_builder.item_editor.php:3873 +msgid "Item Editor Information" +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/reporting_builder.item_editor.php:3846 +msgid "Please select a name." +msgstr "Пожалуйста, выберите имя." -#: ../../godmode/reporting/graphs.php:144 -msgid "Number of Graphs" -msgstr "Номер графика" +#: ../../godmode/reporting/reporting_builder.item_editor.php:3850 +msgid "Please select an agent." +msgstr "Пожалуйста, выберите агента." -#: ../../godmode/reporting/graphs.php:198 -msgid "Create graph" -msgstr "Создать график" +#: ../../godmode/reporting/reporting_builder.item_editor.php:3858 +msgid "Please insert a SQL query." +msgstr "Пожалуйста, вставьте SQL-запрос." -#: ../../godmode/reporting/reporting_builder.php:77 -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.item_editor.php:3862 +msgid "Please insert a URL." +msgstr "Пожалуйста, вставьте URL." -#: ../../godmode/reporting/reporting_builder.php:78 -msgid "An error has ocurred" -msgstr "Произошла ошибка" +#: ../../godmode/reporting/reporting_builder.item_editor.php:3866 +msgid "Please checked a custom interval option." +msgstr "Пожалуйста, проверьте опцию пользовательского интервала." -#: ../../godmode/reporting/reporting_builder.php:332 -#: ../../godmode/reporting/reporting_builder.php:1771 -#: ../../godmode/reporting/reporting_builder.php:1823 -msgid "Reports list" -msgstr "Список отчетов" +#: ../../godmode/reporting/reporting_builder.item_editor.php:3870 +msgid "Please select a user." +msgstr "Пожалуйста, выберите пользователя." -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Free text for search: " -msgstr "Свободный текст для поиска: " +#: ../../godmode/reporting/reporting_builder.item_editor.php:3874 +msgid "Please select a group." +msgstr "Пожалуйста выберите группу." -#: ../../godmode/reporting/reporting_builder.php:437 -msgid "Search by report name or description, list matches." -msgstr "" +#: ../../godmode/reporting/visual_console_builder.elements.php:106 +msgid "Width x Height
    Max value" +msgstr "Ширина х Высота
    Максимальное значение" -#: ../../godmode/reporting/reporting_builder.php:447 -msgid "Show Option" -msgstr "" +#: ../../godmode/reporting/visual_console_builder.elements.php:108 +msgid "Map linked" +msgstr "Карта связана" -#: ../../godmode/reporting/reporting_builder.php:733 -msgid "Create report" -msgstr "Создать отчёт" +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +msgid "Percentile Bar" +msgstr "Проценты" -#: ../../godmode/reporting/reporting_builder.main.php:85 +#: ../../godmode/reporting/visual_console_builder.elements.php:203 +msgid "Percentile Bubble" +msgstr "Процентиль в виде кружков" + +#: ../../godmode/reporting/visual_console_builder.elements.php:212 +#: ../../mobile/operation/events.php:549 +#: ../../include/functions_visual_map_editor.php:1389 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:550 +#: ../../operation/visual_console/view.php:287 +msgid "Module Graph" +msgstr "График модуля" + +#: ../../godmode/reporting/visual_console_builder.elements.php:222 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:1392 +#: ../../include/functions_visual_map.php:4200 +#: ../../operation/visual_console/view.php:302 +msgid "Event history graph" +msgstr "График истории событий" + +#: ../../godmode/reporting/visual_console_builder.elements.php:231 +#: ../../include/functions_visual_map_editor.php:1393 +#: ../../include/functions_visual_map.php:4225 +#: ../../include/rest-api/models/VisualConsole/Item.php:2079 +#: ../../operation/visual_console/view.php:307 +msgid "Simple Value" +msgstr "Простое значение" + +#: ../../godmode/reporting/visual_console_builder.elements.php:242 +msgid "Simple Value (Process Max)" +msgstr "Простое значение (Процесс Макс)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:253 +msgid "Simple Value (Process Min)" +msgstr "Простое значение (Процесс Мин)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:264 +msgid "Simple Value (Process Avg)" +msgstr "Простое значение (Процесс Сред)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:294 +#: ../../include/functions_visual_map_editor.php:71 +#: ../../include/functions_visual_map_editor.php:1398 +#: ../../include/functions_visual_map.php:4180 +#: ../../operation/visual_console/view.php:332 +msgid "Box" +msgstr "Блок" + +#: ../../godmode/reporting/visual_console_builder.elements.php:324 +#: ../../include/functions_visual_map_editor.php:73 +#: ../../include/functions_visual_map_editor.php:1400 +#: ../../include/functions_visual_map.php:4240 +#: ../../include/rest-api/models/VisualConsole/Item.php:2091 +#: ../../operation/visual_console/view.php:342 +msgid "Color cloud" +msgstr "Цветное облако" + +#: ../../godmode/reporting/visual_console_builder.elements.php:351 +#: ../../godmode/reporting/visual_console_builder.elements.php:780 +msgid "Edit label" +msgstr "Редактировать метки" + +#: ../../godmode/reporting/reporting_builder.main.php:146 msgid "Only the group can view the report" msgstr "Только группа может просмотреть отчет" -#: ../../godmode/reporting/reporting_builder.main.php:86 +#: ../../godmode/reporting/reporting_builder.main.php:147 msgid "The next group can edit the report" msgstr "Следующая группа может редактировать отчет" -#: ../../godmode/reporting/reporting_builder.main.php:87 +#: ../../godmode/reporting/reporting_builder.main.php:148 msgid "Only the user and admin user can edit the report" msgstr "" "Только пользователь и администратор-пользователь могут редактировать отчет" -#: ../../godmode/reporting/reporting_builder.main.php:89 +#: ../../godmode/reporting/reporting_builder.main.php:150 msgid "Write Access" msgstr "Доступ на запись" -#: ../../godmode/reporting/reporting_builder.main.php:90 +#: ../../godmode/reporting/reporting_builder.main.php:152 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." @@ -31067,118 +36033,11660 @@ msgstr "" "Например, вы хотите, чтобы в отчете, где \"Все\" группы могут это видеть, вы " "хотите изменить только для вас или вашей группы." -#: ../../godmode/reporting/reporting_builder.main.php:110 +#: ../../godmode/reporting/reporting_builder.main.php:193 msgid "Non interactive report" -msgstr "" +msgstr "Неинтерактивный отчет" -#: ../../godmode/tag/edit_tag.php:52 ../../godmode/tag/tag.php:100 +#: ../../godmode/reporting/reporting_builder.php:210 +msgid "Your report has been planned, and the system will email you a " +msgstr "" +"Ваш отчет был запланирован, и система отправит вам по электронной почте " +"сообщение " + +#: ../../godmode/reporting/reporting_builder.php:211 +msgid "An error has ocurred" +msgstr "Произошла ошибка" + +#: ../../godmode/reporting/reporting_builder.php:524 +#: ../../godmode/reporting/reporting_builder.php:3107 +#: ../../godmode/reporting/reporting_builder.php:3183 +#: ../../godmode/reporting/reporting_builder.php:3231 +msgid "Reports list" +msgstr "Список отчетов" + +#: ../../godmode/reporting/reporting_builder.php:540 +#: ../../godmode/reporting/reporting_builder.php:572 +#: ../../godmode/reporting/reporting_builder.php:3118 +#: ../../operation/menu.php:316 +#: ../../operation/reporting/custom_reporting.php:23 +msgid "Custom reporting" +msgstr "Пользовательские отчеты" + +#: ../../godmode/reporting/reporting_builder.php:962 +msgid "This report exceeds the item limit for realtime operations" +msgstr "Этот отчет превышает лимит элементов для операций в реальном времени" + +#: ../../godmode/reporting/reporting_builder.php:1182 +msgid "Create report" +msgstr "Создать отчёт" + +#: ../../godmode/reporting/reporting_builder.php:3215 +#: ../../operation/reporting/reporting_viewer.php:131 +msgid "View report" +msgstr "Просмотр отчёта" + +#: ../../godmode/reporting/reporting_builder.php:3234 +msgid "Create Custom Report" +msgstr "Создать пользовательского отчета" + +#: ../../godmode/reporting/reporting_builder.php:3286 +msgid "Unsuccessful action

    " +msgstr "Неудачное действие

    " + +#: ../../godmode/reporting/visual_console_builder.wizard.php:127 +#: ../../include/functions_visual_map_editor.php:56 +msgid "Static Graph" +msgstr "График статистики" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:128 +#: ../../include/functions_visual_map_editor.php:57 +#: ../../include/functions_visual_map_editor.php:1388 +#: ../../operation/visual_console/view.php:282 +msgid "Percentile Item" +msgstr "Процентиль элемента" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:129 +#: ../../mobile/operation/home.php:102 +#: ../../include/functions_visual_map_editor.php:397 +#: ../../include/functions_visual_map.php:4185 +#: ../../include/rest-api/models/VisualConsole/Item.php:2047 +msgid "Module graph" +msgstr "Графический модуль" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:130 +#: ../../include/functions_visual_map_editor.php:60 +msgid "Simple value" +msgstr "Простое значение" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:165 +msgid "Range between elements (px)" +msgstr "Диапазон между элементами (пиксель)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:178 +msgid "Size (px)" +msgstr "Размер (пиксель)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:248 +#: ../../include/functions_config.php:972 +msgid "Font size" +msgstr "Кегль" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:276 +#: ../../include/functions_visual_map_editor.php:612 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:370 +msgid "Process" +msgstr "Процесс" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:279 +#: ../../include/functions_visual_map_editor.php:615 +msgid "Min value" +msgstr "Мин. значение" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:280 +#: ../../godmode/reporting/visual_console_builder.wizard.php:298 +#: ../../include/functions_visual_map_editor.php:616 +#: ../../include/functions_visual_map_editor.php:682 +msgid "Max value" +msgstr "Максимальное значение" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:281 +#: ../../include/functions_visual_map_editor.php:617 +msgid "Avg value" +msgstr "Среднее значение" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:293 +msgid "Width (px)" +msgstr "Ширина (пикселей)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:315 +#: ../../include/functions_visual_map_editor.php:687 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:453 +msgid "Bubble" +msgstr "Пузырь" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:327 +#: ../../include/functions_visual_map_editor.php:711 +#: ../../include/functions_visual_map_editor.php:729 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:503 +msgid "Value to show" +msgstr "Показываемое значение" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:329 +#: ../../include/functions_visual_map_editor.php:692 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:498 +msgid "Percent" +msgstr "Процент" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:398 +msgid "One item per agent" +msgstr "Один элемент на агент" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:468 +#: ../../godmode/reporting/visual_console_builder.wizard.php:785 +msgid "Agent - Module" +msgstr "Агент - Модуль" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:485 +msgid "Enable link agent" +msgstr "Включить ссылку агента" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:496 +msgid "Set Parent" +msgstr "Установить Родителя" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:499 +msgid "Item created in the visualmap" +msgstr "Элемент, созданный на визуальной карте" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:500 +msgid "Use the agents relationship (from selected agents)" +msgstr "Используйте взаимосвязь агентов (из выбранных агентов)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:509 +msgid "Item in the map" +msgstr "Объект на карте" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:510 +#, php-format +msgid "The parenting relationships in %s will be drawn on the map." +msgstr "Родительские отношения в %s будут нарисованы на карте." + +#: ../../godmode/reporting/visual_console_builder.wizard.php:530 +#: ../../godmode/reporting/visual_console_builder.wizard.php:534 +msgid "Are you sure to add many elements\\nin visual map?" +msgstr "" +"Вы уверенны что хотите добавить большое количество объектов на карту?" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:706 +msgid "Please select any module or modules." +msgstr "Пожалуйста, выберите любой модуль или модули." + +#: ../../godmode/reporting/visual_console_builder.editor.php:163 +msgid "Min allowed size is 1024x768" +msgstr "Минимально допустимый размер - 1024x768" + +#: ../../godmode/reporting/visual_console_builder.editor.php:167 +#: ../../godmode/reporting/visual_console_builder.editor.php:169 +#: ../../godmode/reporting/visual_console_builder.editor.php:171 +#: ../../operation/snmpconsole/snmp_browser.php:211 +msgid "Action in progress" +msgstr "Действия в процессе выполнения" + +#: ../../godmode/reporting/visual_console_builder.editor.php:167 +msgid "Loading in progress" +msgstr "Идет загрузка" + +#: ../../godmode/reporting/visual_console_builder.editor.php:169 +msgid "Saving in progress" +msgstr "Выполняется сохранение" + +#: ../../godmode/reporting/visual_console_builder.editor.php:171 +msgid "Deletion in progress" +msgstr "Удаление в процессе" + +#: ../../godmode/reporting/graph_builder.main.php:218 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:319 +#: ../../operation/reporting/graph_viewer.php:319 +msgid "Bullet chart" +msgstr "Пулевая диаграмма" + +#: ../../godmode/reporting/graph_builder.main.php:219 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:320 +#: ../../operation/reporting/graph_viewer.php:320 +msgid "Gauge" +msgstr "Калибратор" + +#: ../../godmode/reporting/graph_builder.main.php:222 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:323 +#: ../../operation/reporting/graph_viewer.php:323 +msgid "Pie" +msgstr "Круговая диаграмма" + +#: ../../godmode/reporting/graph_builder.main.php:230 +msgid "Equalize maximum thresholds" +msgstr "Выравнивание максимальных порогов" + +#: ../../godmode/reporting/graph_builder.main.php:258 +msgid "Add summatory series" +msgstr "Добавить суммирующие серии" + +#: ../../godmode/reporting/graph_builder.main.php:268 +msgid "Add average series" +msgstr "Добавить среднюю серию" + +#: ../../godmode/reporting/graph_builder.main.php:279 +msgid "Modules and series" +msgstr "Модули и серии" + +#: ../../godmode/events/event_responses.editor.php:73 +msgid "Edit event responses" +msgstr "Редактирование ответов на события" + +#: ../../godmode/events/event_responses.editor.php:121 +msgid "For Command type Modal Window mode is enforced" +msgstr "Для типа команды Модальное Окно режим соблюден" + +#: ../../godmode/events/event_responses.editor.php:123 +msgid "Modal window" +msgstr "Модальное окно" + +#: ../../godmode/events/event_responses.editor.php:124 +msgid "New window" +msgstr "Новое окно" + +#: ../../godmode/events/event_responses.editor.php:173 +#: ../../include/class/AgentWizard.class.php:541 +#: ../../include/functions_snmp_browser.php:766 +msgid "Local console" +msgstr "Локальная консоль" + +#: ../../godmode/events/event_responses.editor.php:190 +#: ../../include/class/AgentWizard.class.php:707 +msgid "Server to execute command" +msgstr "Сервер для выполнения команды" + +#: ../../godmode/events/event_responses.editor.php:196 +msgid "Command timeout (s)" +msgstr "Время ожидания команды (с)" + +#: ../../godmode/events/event_edit_filter.php:243 +msgid "Update Filter" +msgstr "Обновить фильтр" + +#: ../../godmode/events/event_edit_filter.php:245 +msgid "Create Filter" +msgstr "Создать фильтр" + +#: ../../godmode/events/event_edit_filter.php:255 +#: ../../include/ajax/custom_fields.php:571 +#: ../../include/ajax/custom_fields.php:618 +#: ../../include/ajax/custom_fields.php:662 ../../include/ajax/events.php:605 +#: ../../operation/events/events_list.php:421 +msgid "Filter name" +msgstr "Название фильтра" + +#: ../../godmode/events/event_edit_filter.php:258 +msgid "Save in group" +msgstr "Сохранить в группе" + +#: ../../godmode/events/event_edit_filter.php:258 +msgid "" +"This group will be use to restrict the visibility of this filter with ACLs" +msgstr "" +"Эта группа будет использоваться для ограничения видимости данного фильтра с " +"ACL" + +#: ../../godmode/events/event_edit_filter.php:408 +msgid "Choose between the users who have validated an event. " +msgstr "Выберите между пользователями с утвержденными событиями. " + +#: ../../godmode/events/event_edit_filter.php:431 +#: ../../operation/events/events_list.php:972 +#: ../../operation/events/events.php:1032 +#: ../../operation/events/events.php:1536 +msgid "Group events" +msgstr "События группы" + +#: ../../godmode/events/event_edit_filter.php:596 +#: ../../operation/events/events_list.php:828 +#: ../../operation/events/events.php:1200 +msgid "Filter alert events" +msgstr "Фильтр предупреждающих событий" + +#: ../../godmode/events/event_edit_filter.php:597 +#: ../../operation/events/events_list.php:829 +#: ../../operation/events/events.php:1201 +msgid "Only alert events" +msgstr "Только предупреждающие события" + +#: ../../godmode/events/event_edit_filter.php:624 +#: ../../include/functions_events.php:6572 +#: ../../operation/events/events_list.php:989 +#: ../../operation/events/events.php:1108 +#: ../../operation/events/events.build_table.php:303 +msgid "Extra ID" +msgstr "Дополнительное ID" + +#: ../../godmode/events/event_edit_filter.php:631 +msgid "Id souce event" +msgstr "Id источника события" + +#: ../../godmode/events/event_responses.list.php:32 +msgid "No responses found" +msgstr "Ответы не найдены" + +#: ../../godmode/events/event_responses.list.php:92 +msgid "Create response" +msgstr "Создать ответ" + +#: ../../godmode/events/custom_events.php:76 +msgid "Load the fields from previous events" +msgstr "Загрузите поля из предыдущих событий" + +#: ../../godmode/events/custom_events.php:76 +msgid "Event fields will be loaded. Do you want to continue?" +msgstr "Поля события будут загружены. Вы хотите продолжить?" + +#: ../../godmode/events/custom_events.php:94 +#: ../../include/functions_events.php:227 +msgid "Event Id" +msgstr "Id события" + +#: ../../godmode/events/custom_events.php:95 +#: ../../mobile/operation/events.php:124 ../../include/functions_events.php:230 +#: ../../include/functions_events.php:6491 +#: ../../operation/events/events.build_table.php:172 +msgid "Event Name" +msgstr "Имя события" + +#: ../../godmode/events/custom_events.php:96 +#: ../../include/functions_events.php:233 +#: ../../operation/events/events.php:1746 +msgid "Agent ID" +msgstr "ID агента" + +#: ../../godmode/events/custom_events.php:97 +msgid "Agent Name" +msgstr "Имя агента" + +#: ../../godmode/events/custom_events.php:102 +#: ../../include/functions_events.php:254 +#: ../../operation/events/events.build_table.php:232 +msgid "Event Type" +msgstr "Тип события" + +#: ../../godmode/events/custom_events.php:103 +#: ../../include/class/ModuleTemplates.class.php:1204 +#: ../../include/class/AgentWizard.class.php:1219 +#: ../../include/class/AgentWizard.class.php:3909 +#: ../../include/functions_events.php:257 +#: ../../operation/events/events.build_table.php:243 +msgid "Module Name" +msgstr "Имя модуля" + +#: ../../godmode/events/custom_events.php:109 +#: ../../include/functions_events.php:275 +msgid "Extra Id" +msgstr "Дополнительный идентификатор" + +#: ../../godmode/events/custom_events.php:113 +#: ../../include/functions_events.php:287 +msgid "Server Name" +msgstr "Имя сервера" + +#: ../../godmode/events/custom_events.php:116 +#: ../../include/functions_events.php:305 +msgid "Severity mini" +msgstr "Низкий приоритет" + +#: ../../godmode/events/custom_events.php:117 +#: ../../include/functions_events.php:296 +#: ../../include/functions_events.php:5025 +msgid "Module custom ID" +msgstr "Пользовательский ID модуля" + +#: ../../godmode/events/event_responses.php:50 +msgid "Response added succesfully" +msgstr "Ответ добавлен успешно" + +#: ../../godmode/events/event_responses.php:52 +msgid "Response cannot be added" +msgstr "Ответ не может быть добавлен" + +#: ../../godmode/events/event_responses.php:75 +msgid "Response updated succesfully" +msgstr "Ответ успешно обновлен" + +#: ../../godmode/events/event_responses.php:77 +msgid "Response cannot be updated" +msgstr "Ответ не может быть обновлен" + +#: ../../godmode/events/event_responses.php:87 +msgid "Response deleted succesfully" +msgstr "Ответ успешно удален" + +#: ../../godmode/events/event_responses.php:89 +msgid "Response cannot be deleted" +msgstr "Ответ не может быть удален" + +#: ../../godmode/wizards/HostDevices.class.php:152 +msgid "Net Scan" +msgstr "Сетевое сканирование" + +#: ../../godmode/wizards/HostDevices.class.php:172 +msgid "Custom NetScan" +msgstr "Пользовательский NetScan" + +#: ../../godmode/wizards/HostDevices.class.php:180 +msgid "Manage NetScan scripts" +msgstr "Управление скриптами NetScan" + +#: ../../godmode/wizards/HostDevices.class.php:325 +#, php-format +msgid "Invalid mimetype for csv file: %s" +msgstr "Неверный mimetype для файла csv: %s" + +#: ../../godmode/wizards/HostDevices.class.php:348 +#, php-format +msgid "Invalid content readed from csv file: %s" +msgstr "Неверное содержимое, считанное из файла csv: %s" + +#: ../../godmode/wizards/HostDevices.class.php:391 +msgid "" +"This network scan task has been already defined. Please edit it or create a " +"new one." +msgstr "" +"Эта задача сканирования сети уже определена. Пожалуйста, отредактируйте ее " +"или создайте новую." + +#: ../../godmode/wizards/HostDevices.class.php:433 +msgid "You must provide a valid network." +msgstr "Вы должны предоставить действующую сеть." + +#: ../../godmode/wizards/HostDevices.class.php:483 +#: ../../godmode/wizards/HostDevices.class.php:595 +#: ../../include/class/CustomNetScan.class.php:222 +msgid "Failed to find network scan task." +msgstr "Не удалось найти задачу сканирования сети." + +#: ../../godmode/wizards/HostDevices.class.php:700 +#, php-format +msgid "\"%s\" features" +msgstr "\"%s\" функции" + +#: ../../godmode/wizards/HostDevices.class.php:728 +#: ../../include/class/CustomNetScan.class.php:403 +msgid "Internal error, please re-run this wizard." +msgstr "Внутренняя ошибка, пожалуйста, запустите помощника повторно." + +#: ../../godmode/wizards/HostDevices.class.php:813 +#: ../../include/class/CustomNetScan.class.php:545 +msgid "The minimum recomended interval for Recon Task is 5 minutes" +msgstr "Минимальный рекомендуемый интервал для Рекон Задачи - 5 минут" + +#: ../../godmode/wizards/HostDevices.class.php:868 +msgid "Use CSV file definition" +msgstr "Используйте определение файла CSV" + +#: ../../godmode/wizards/HostDevices.class.php:869 +msgid "Define targets using csv o network definition." +msgstr "Определите цели с помощью csv o определения сети." + +#: ../../godmode/wizards/HostDevices.class.php:887 +msgid "Networks (csv)" +msgstr "Сети (csv)" + +#: ../../godmode/wizards/HostDevices.class.php:888 +msgid "" +"You can upload a CSV file. Each line must contain a network in IP/MASK " +"format. For instance: 192.168.1.1/32" +msgstr "" +"Вы можете загрузить файл CSV. Каждая строка должна содержать сеть в формате " +"IP/MASK. Например: 192.168.1.1/32" + +#: ../../godmode/wizards/HostDevices.class.php:900 +msgid "Networks (current)" +msgstr "Сети (текущие)" + +#: ../../godmode/wizards/HostDevices.class.php:901 +msgid "Plese upload a new file to overwrite this content." +msgstr "Загрузите новый файл, чтобы перезаписать это содержимое." + +#: ../../godmode/wizards/HostDevices.class.php:917 +msgid "" +"You can specify several networks, separated by commas, for example: " +"192.168.50.0/24,192.168.60.0/24" +msgstr "" +"Вы можете указать несколько сетей, разделенных запятыми, например: " +"192.168.50.0/24,192.168.60.0/24" + +#: ../../godmode/wizards/HostDevices.class.php:1047 +msgid "Filter by opened ports" +msgstr "Фильтр по открытым портам" + +#: ../../godmode/wizards/HostDevices.class.php:1049 +msgid "" +"Targets will be scanned if at least one of defined ports (comma separated) " +"is open." +msgstr "" +"Цели будут сканироваться, если хотя бы один из заданных портов (через " +"запятую) открыт." + +#: ../../godmode/wizards/HostDevices.class.php:1062 +msgid "Auto discover known hardware" +msgstr "Автоматическое обнаружение известного оборудования" + +#: ../../godmode/wizards/HostDevices.class.php:1064 +msgid "" +"Targets will be monitorized based on its Private Enterprise Number. " +"Requires SNMP." +msgstr "" +"Цели будут отслеживаться на основе их частного номера предприятия. " +"Требуется SNMP." + +#: ../../godmode/wizards/HostDevices.class.php:1079 +msgid "" +"Module Host Alive will be added to discovered agents by default." +msgstr "" +"Модуль Host Alive будет добавлен в обнаруженные агенты по умолчанию." + +#: ../../godmode/wizards/HostDevices.class.php:1127 +#, php-format +msgid "" +"Configured networks could generate %d agents, your license only allows %d, " +"'review results' is mandatory." +msgstr "" +"Настроенные сети могут генерировать %d агентов, ваша лицензия разрешает " +"только %d, \"просмотр результатов\" обязателен." + +#: ../../godmode/wizards/HostDevices.class.php:1135 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:859 +msgid "Review results" +msgstr "Просмотр результатов" + +#: ../../godmode/wizards/HostDevices.class.php:1137 +msgid "Targets must be validated by user before create agents." +msgstr "Цели должны быть проверены пользователем перед созданием агентов." + +#: ../../godmode/wizards/HostDevices.class.php:1163 +msgid "Apply autoconfiguration rules" +msgstr "Применить правил автоконфигурации" + +#: ../../godmode/wizards/HostDevices.class.php:1165 +msgid "" +"System is able to auto configure detected host & devices by applying your " +"defined configuration rules." +msgstr "" +"Система способна автоматически конфигурировать обнаруженные хосты и " +"устройства, применяя заданные вами правила конфигурации." + +#: ../../godmode/wizards/HostDevices.class.php:1181 +msgid "SNMP enabled" +msgstr "SNMP включен" + +#: ../../godmode/wizards/HostDevices.class.php:1223 +msgid "SNMP communities to try with" +msgstr "SNMP-сообщества, которые можно попробовать использовать с" + +#: ../../godmode/wizards/HostDevices.class.php:1225 +msgid "" +"You can specify several values, separated by commas, for example: " +"public,mysecret,1234" +msgstr "" +"Вы можете указать несколько значений, разделенных запятыми, например: " +"public,mysecret,1234" + +#: ../../godmode/wizards/HostDevices.class.php:1353 +msgid "OS detection" +msgstr "OS определение" + +#: ../../godmode/wizards/HostDevices.class.php:1365 +msgid "Name resolution" +msgstr "Разрешение имен" + +#: ../../godmode/wizards/HostDevices.class.php:1376 +msgid "Parent detection" +msgstr "Первоначальное обнаружение" + +#: ../../godmode/wizards/HostDevices.class.php:1387 +msgid "Parent recursion" +msgstr "Исходная рекурсия" + +#: ../../godmode/wizards/HostDevices.class.php:1398 +msgid "VLAN enabled" +msgstr "VLAN включен" + +#: ../../godmode/wizards/HostDevices.class.php:1409 +msgid "WMI enabled" +msgstr "WMI включен" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:248 +msgid "Task successfully deleted" +msgstr "Задание успешно удалено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:352 +msgid "Console Task successfully deleted" +msgstr "Задание консоли успешно удалено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:394 +msgid "Task successfully disabled" +msgstr "Задание успешно отключено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:439 +msgid "Task successfully enabled" +msgstr "Задание успешно включено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:471 +#: ../../operation/servers/recon_view.php:33 +msgid "Discovery Server is disabled" +msgstr "Сервер Discovery отключен" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:554 +msgid "Task type" +msgstr "Тип задания" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:633 +msgid "This task has not been completely defined, please edit it" +msgstr "Это задание определено не полностью, пожалуйста, отредактируйте его" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:683 +msgid "Discovery Cloud Azure Compute" +msgstr "Discovery Cloud Azure Compute" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:687 +msgid "Cloud.Azure.Compute" +msgstr "Cloud.Azure.Compute" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:696 +msgid "Discovery Cloud AWS EC2" +msgstr "Discovery Cloud AWS EC2" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:700 +msgid "Cloud.AWS.EC2" +msgstr "Cloud.AWS.EC2" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:709 +msgid "Discovery Cloud RDS" +msgstr "Discovery Cloud RDS" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:713 +msgid "Discovery.Cloud.Aws.RDS" +msgstr "Discovery.Cloud.Aws.RDS" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:722 +msgid "Discovery Cloud S3" +msgstr "Discovery Cloud S3" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:726 +msgid "Discovery.Cloud.Aws.S3" +msgstr "Discovery.Cloud.Aws.S3" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:735 +msgid "Discovery Applications MySQL" +msgstr "Discovery Приложения MySQL" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:739 +msgid "Discovery.App.MySQL" +msgstr "Discovery.App.MySQL" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:748 +msgid "Discovery Applications Oracle" +msgstr "Приложения Oracle Discovery" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:752 +msgid "Discovery.App.Oracle" +msgstr "Discovery.App.Oracle" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:761 +msgid "Discovery Applications DB2" +msgstr "Приложения DB2 Discovery" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:765 +msgid "Discovery.App.DB2" +msgstr "Discovery.App.DB2" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:776 +msgid "Discovery.Agent.Deployment" +msgstr "Discovery.Agent.Deployment" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:784 +msgid "Discovery Applications Microsoft SQL Server" +msgstr "Microsoft SQL Server для приложений Discovery" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:786 +msgid "Discovery.App.Microsoft SQL Server" +msgstr "Discovery.App.Microsoft SQL Server" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:797 +msgid "Discovery NetScan" +msgstr "Discovery NetScan" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:801 +msgid "Discovery.NetScan" +msgstr "Discovery.NetScan" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:847 +msgid "Not executed yet" +msgstr "Пока не выполнено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:871 +msgid "View summary" +msgstr "Посмотреть краткий отчет" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:892 +msgid "View map" +msgstr "Показать карту" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:916 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:942 +msgid "Edit task" +msgstr "Редактировать задание" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:926 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:952 +msgid "Delete task" +msgstr "Удалить задание" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:964 +msgid "enable task" +msgstr "включить задачу" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:972 +msgid "Disable task" +msgstr "Выключить задачу" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:991 +msgid "has no discovery tasks assigned" +msgstr "не выбраны задачи discovery" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:998 +msgid "Server Tasks" +msgstr "Задачи Сервера" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1145 +msgid "Overall Progress" +msgstr "Общий прогресс" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1164 +msgid "Scanning network" +msgstr "Сканирование сети" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1168 +msgid "Checking" +msgstr "Проверяется" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1172 +msgid "Finding AFT connectivity" +msgstr "Поиск возможностей подключения AFT" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1176 +msgid "Finding traceroute connectivity" +msgstr "Поиск соединений traceroute" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1180 +msgid "Finding gateway connectivity" +msgstr "Поиск входного соединения" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1184 +msgid "Searching for devices..." +msgstr "Поиск устройств..." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1188 +msgid "Analyzing application..." +msgstr "Анализ приложения..." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1192 +msgid "Executing custom queries..." +msgstr "Выполнение пользовательских запросов..." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1196 +msgid "Testing modules..." +msgstr "Тестирование модулей..." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1200 +msgid "Processing results..." +msgstr "Обработка результатов..." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1204 +msgid "Processing..." +msgstr "Обработка..." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1237 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1794 +#: ../../operation/agentes/log_sources_status.php:30 +msgid "Review" +msgstr "Предпросмотр" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1314 +msgid "Host&devices total" +msgstr "Общее количество Host&devices" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1319 +msgid "Agents monitored" +msgstr "Агенты под наблюдением" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1324 +msgid "Agents pending" +msgstr "Агенты в ожидании" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1330 +msgid "Hosts discovered" +msgstr "Обнаруженные хосты" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1346 +msgid "Responding SNMP" +msgstr "Реагирование SNMP" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1351 +msgid "Responding WMI" +msgstr "Реагирование WMI" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1393 +msgid "Task completed." +msgstr "Задание завершено." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1395 +msgid "This task has never executed" +msgstr "Это задание никогда не выполнялось" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1407 +msgid "Task queued, please wait." +msgstr "Задание поставлено в очередь, пожалуйста, подождите." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1451 +msgid "" +"Please ensure instances or regions are being monitorized and 'scan and " +"general monitoring' is enabled." +msgstr "" +"Убедитесь, что экземпляры или регионы подвергаются мониторингу и включено " +"\"сканирование и общий мониторинг\"." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1469 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1611 +msgid "Invalid task" +msgstr "Недопустимое задание" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1568 +msgid "Please select devices to be monitored" +msgstr "" +"Пожалуйста, выберите устройства, которые будут подвергнуты мониторингу" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1571 +msgid "select all" +msgstr "выбрать всё" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1574 +msgid "deselect all" +msgstr "отменить выбор всех" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1577 +msgid "expand all" +msgstr "развернуть всё" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1580 +msgid "collapse all" +msgstr "свернуть всё" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1594 +msgid "No devices found in temporary resources, please re-launch." +msgstr "" +"Во временных ресурсах не найдено устройств, пожалуйста, запустите повторно." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1661 +#, php-format +msgid "Your selection exceeds the agents available on your license. Limit %d" +msgstr "" +"Ваш выбор превышает количество агентов, доступных в вашей лицензии. Предел %d" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1685 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1704 +msgid "Removed" +msgstr "Удалено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1741 +msgid "No changes. Re-Scheduled" +msgstr "Без изменений. Запланировано заново" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1743 +msgid "Scheduled for creation" +msgstr "Запланировано на создание" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1770 +msgid "Cancelled" +msgstr "Отменено" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1771 +msgid "Server has been restarted while executing this task, please retry." +msgstr "" +"Сервер был перезапущен во время выполнения этого задания, пожалуйста, " +"повторите попытку." + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1778 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1784 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:40 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:119 +#: ../../operation/servers/recon_view.php:140 +msgid "Done" +msgstr "Готово" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1782 +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1799 +msgid "Not started" +msgstr "Не начато" + +#: ../../godmode/wizards/DiscoveryTaskList.class.php:1804 +msgid "Searching" +msgstr "Идёт поиск" + +#: ../../godmode/servers/servers.build_table.php:104 +msgid "Server has crashed." +msgstr "Сервер вышел из строя." + +#: ../../godmode/servers/servers.build_table.php:112 +msgid "Server is stopped." +msgstr "Сервер остановлен" + +#: ../../godmode/servers/servers.build_table.php:124 +msgid "Exec server enabled" +msgstr "Сервер исполнения включен" + +#: ../../godmode/servers/servers.build_table.php:182 +msgid "Manage Discovery tasks" +msgstr "Управление задачами Discovery" + +#: ../../godmode/servers/servers.build_table.php:197 +msgid "Reset module status and fired alert counts" +msgstr "Восстановить статус модуля и настроить число оповещений" + +#: ../../godmode/servers/servers.build_table.php:208 +msgid "Claim back SNMP modules" +msgstr "Затребовать обратно SNMP модули" + +#: ../../godmode/servers/modificar_server.php:34 +msgid "Update Server" +msgstr "Обновить Сервер" + +#: ../../godmode/servers/modificar_server.php:40 +#: ../../godmode/servers/plugin.php:348 ../../godmode/servers/plugin.php:1037 +msgid "Standard" +msgstr "Стандартный" + +#: ../../godmode/servers/modificar_server.php:75 +msgid "Exec Server" +msgstr "Запустить сервер" + +#: ../../godmode/servers/modificar_server.php:83 +msgid "Leave blank to use SSH default port (22)" +msgstr "Оставьте пустым, чтобы использовать порт SSH по умолчанию (22)" + +#: ../../godmode/servers/modificar_server.php:88 +msgid "Check Exec Server" +msgstr "Проверить работу сервера" + +#: ../../godmode/servers/modificar_server.php:104 +msgid "Credential boxes" +msgstr "Ячейки для учетных данных" + +#: ../../godmode/servers/modificar_server.php:128 +msgid "Standard editor" +msgstr "Стандартный редактор" + +#: ../../godmode/servers/modificar_server.php:132 +msgid "Advanced editor" +msgstr "Расширенный редактор" + +#: ../../godmode/servers/modificar_server.php:139 +msgid "Remote Configuration" +msgstr "Дистанционная конфигурация" + +#: ../../godmode/servers/modificar_server.php:148 +#, php-format +msgid "%s servers" +msgstr "%s серверов" + +#: ../../godmode/servers/modificar_server.php:199 +msgid "Server updated successfully" +msgstr "Сервер обновлен успешно" + +#: ../../godmode/servers/modificar_server.php:201 +msgid "There was a problem updating the server" +msgstr "Проблема при обновлении сервера" + +#: ../../godmode/servers/plugin.php:56 +msgid "Network Components" +msgstr "Компоненты сети" + +#: ../../godmode/servers/plugin.php:291 ../../godmode/servers/plugin.php:619 +msgid "To manage plugin you must activate centralized management" +msgstr "" +"Для управления плагином необходимо активировать централизованное управление" + +#: ../../godmode/servers/plugin.php:304 +msgid "Plugin update" +msgstr "Обновление плагина" + +#: ../../godmode/servers/plugin.php:316 ../../godmode/servers/plugin.php:668 +msgid "" +"This console is not manager of this environment,\n" +" \t\tplease manage this feature from centralized manager console " +"(Metaconsole)." +msgstr "" +"Эта консоль не является менеджером данной среды,\n" +" \t\tпожалуйста, управляйте этой функцией с централизованной консоли " +"менеджера (Метаконсоль)." + +#: ../../godmode/servers/plugin.php:347 +msgid "Plugin type" +msgstr "Тип плагина" + +#: ../../godmode/servers/plugin.php:349 ../../godmode/servers/plugin.php:1039 +msgid "Nagios" +msgstr "Nagios" + +#: ../../godmode/servers/plugin.php:354 +msgid "Max. timeout" +msgstr "timeout" + +#: ../../godmode/servers/plugin.php:354 +msgid "" +"This value only will be applied if is minor than the server general " +"configuration plugin timeout" +msgstr "" +"Данное значение будет применяться тольло если оно меньше чем время ожидания " +"сервера общей конфигурации плагина" + +#: ../../godmode/servers/plugin.php:354 +msgid "" +"If you set a 0 seconds timeout, the server plugin timeout will be used" +msgstr "" +"Если вы установили время ожидания 0 секунд, время ожидания сервера плагина " +"будет использоваться" + +#: ../../godmode/servers/plugin.php:403 +msgid "Plugin command" +msgstr "Комманда плагина" + +#: ../../godmode/servers/plugin.php:403 +msgid "" +"Specify interpreter and plugin path. The server needs permissions to run it." +msgstr "" +"Укажите путь к интерпретатору и плагину. Для его запуска необходимы " +"разрешения сервера." + +#: ../../godmode/servers/plugin.php:415 +msgid "Plug-in parameters" +msgstr "Параметры плагинов" + +#: ../../godmode/servers/plugin.php:507 +#: ../../include/class/ManageNetScanScripts.class.php:667 +msgid "Hide value" +msgstr "Скрыть значение" + +#: ../../godmode/servers/plugin.php:508 +#: ../../include/class/ManageNetScanScripts.class.php:669 +msgid "This field will show up as dots like a password" +msgstr "Данное поле будет отображаться в виде точек, как пароль" + +#: ../../godmode/servers/plugin.php:583 ../../godmode/servers/plugin.php:588 +msgid "Parameters macros" +msgstr "Параметры макросов" + +#: ../../godmode/servers/plugin.php:627 +msgid "" +"The previous configuration of plugins has been imported from the nodes. " +"Please check that the definitions are correct." +msgstr "" +"Предыдущая конфигурация плагинов была импортирована из узлов. Пожалуйста, " +"проверьте правильность определений." + +#: ../../godmode/servers/plugin.php:628 +msgid "" +"These definitions will not be operational until you manually \n" +" \t\t\tcopy the files from the nodes to the atachment/plugin/ directory " +"of the meta console." +msgstr "" +"Эти определения не будут работать до тех пор, пока вы вручную \n" +" \t\t\t не скопируйте файлы с узлов в каталог atachment/plugin/ " +"метаконсоли." + +#: ../../godmode/servers/plugin.php:655 +#, php-format +msgid "Plug-ins registered on %s" +msgstr "Плагины, зарегистрированные на %s" + +#: ../../godmode/servers/plugin.php:677 +msgid "You need to create your own plugins with Windows compatibility" +msgstr "Необходимо создать собственные плагины, совместимые с Windows" + +#: ../../godmode/servers/plugin.php:743 +msgid "Problem updating plugin" +msgstr "Ошибка при обновлении плагина" + +#: ../../godmode/servers/plugin.php:745 +msgid "Plugin updated successfully" +msgstr "Плагин обновлен успешно" + +#: ../../godmode/servers/plugin.php:803 +msgid "Problem creating plugin" +msgstr "Ошибка при создании плагина" + +#: ../../godmode/servers/plugin.php:805 +msgid "Plugin created successfully" +msgstr "Плагин создан успешно" + +#: ../../godmode/servers/plugin.php:817 ../../godmode/servers/plugin.php:851 +msgid "Problem deleting plugin" +msgstr "Ошибка при удалении плагина" + +#: ../../godmode/servers/plugin.php:819 ../../godmode/servers/plugin.php:853 +msgid "Plugin deleted successfully" +msgstr "Плагин удален успешно" + +#: ../../godmode/servers/plugin.php:864 +msgid "Problem deploying plugin" +msgstr "Проблема с развертыванием плагина" + +#: ../../godmode/servers/plugin.php:866 +msgid "Plugin deployed successfully" +msgstr "Плагин успешно развернут" + +#: ../../godmode/servers/plugin.php:1076 +msgid "All the modules that are using this plugin will be deleted" +msgstr "Все модули, которые используются данным плагином будут удалены" + +#: ../../godmode/servers/plugin.php:1103 +msgid "There are no plugins in the system" +msgstr "Нет плагинов в системе" + +#: ../../godmode/servers/plugin.php:1117 +#, php-format +msgid "List of modules and components created by \"%s\" " +msgstr "Список модулей и компонентов, созданных \"%s\" " + +#: ../../godmode/servers/plugin.php:1223 ../../godmode/servers/plugin.php:1239 +msgid "Some modules or components are using the plugin" +msgstr "Некоторые модули или компоненты используют плагин" + +#: ../../godmode/servers/plugin.php:1224 +msgid "" +"The modules or components should be updated manually or using the bulk " +"operations for plugins after this change" +msgstr "" +"После этого изменения модули или компоненты должны быть обновлены вручную " +"или с помощью массовых операций для плагинов" + +#: ../../godmode/servers/plugin.php:1226 +msgid "Are you sure you want to perform this action?" +msgstr "Вы уверены, что хотите выполнить это действие?" + +#: ../../godmode/servers/plugin.php:1240 +msgid "Are you sure you want to unlock this item?" +msgstr "Вы уверены, что хотите разблокировать этот элемент?" + +#: ../../godmode/servers/plugin.php:1260 +msgid "" +"The plugin command cannot be updated because some modules or components are " +"using the plugin." +msgstr "" +"Комманды плагина не могут быть обновлены, поскольку некоторые модули или " +"компоненты используются данным плагином." + +#: ../../godmode/servers/plugin.php:1266 +msgid "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" +msgstr "" +"Макросы плагина не могут быть обновлены, потому что некоторые модули или " +"компоненты используют плагин" + +#: ../../godmode/servers/discovery.php:182 +msgid "You must create a task first" +msgstr "Сначала необходимо создать задачу" + +#: ../../godmode/tag/tag.php:99 +msgid "Number of modules" +msgstr "Число модулей" + +#: ../../godmode/tag/tag.php:101 +msgid "Number of policy modules" +msgstr "Число модулей политики" + +#: ../../godmode/tag/tag.php:123 ../../godmode/tag/edit_tag.php:54 +#: ../../godmode/tag/edit_tag.php:72 msgid "List tags" msgstr "Список тегов" -#: ../../godmode/tag/edit_tag.php:63 ../../godmode/tag/tag.php:110 +#: ../../godmode/tag/tag.php:138 ../../godmode/tag/edit_tag.php:82 msgid "Tags configuration" msgstr "Конфигурация тегов" -#: ../../godmode/tag/edit_tag.php:87 +#: ../../godmode/tag/tag.php:154 +msgid "Error deleting tag" +msgstr "Ошибка при удалении тега" + +#: ../../godmode/tag/tag.php:157 +msgid "Successfully deleted tag" +msgstr "Тег успешно удален" + +#: ../../godmode/tag/tag.php:237 +msgid "Tag name" +msgstr "Имя тэга" + +#: ../../godmode/tag/tag.php:239 +msgid "Detail information" +msgstr "Подробная информация" + +#: ../../godmode/tag/tag.php:240 +msgid "Number of modules affected" +msgstr "Число пораженных модулей" + +#: ../../godmode/tag/tag.php:242 ../../godmode/tag/edit_tag.php:232 +msgid "Phone" +msgstr "Телефон" + +#: ../../godmode/tag/tag.php:262 +msgid "Tag details" +msgstr "Детали тега" + +#: ../../godmode/tag/tag.php:295 +#, php-format +msgid "Emails for the tag: %s" +msgstr "Адреса электронной почты для тегов: %s" + +#: ../../godmode/tag/tag.php:309 +#, php-format +msgid "Phones for the tag: %s" +msgstr "Номера телефонов для тегов: %s" + +#: ../../godmode/tag/tag.php:343 +msgid "No tags defined" +msgstr "Теги не определены" + +#: ../../godmode/tag/tag.php:357 +msgid "Create tag" +msgstr "Создать тег" + +#: ../../godmode/tag/edit_tag.php:115 msgid "Error updating tag" msgstr "Ошибка при обновлении тегов" -#: ../../godmode/tag/edit_tag.php:91 +#: ../../godmode/tag/edit_tag.php:118 msgid "Successfully updated tag" msgstr "Тег успешно обновлен" -#: ../../godmode/tag/edit_tag.php:117 +#: ../../godmode/tag/edit_tag.php:144 msgid "Error creating tag" msgstr "Ошибка при создании тега" -#: ../../godmode/tag/edit_tag.php:123 +#: ../../godmode/tag/edit_tag.php:149 msgid "Successfully created tag" msgstr "Тег успешно создан" -#: ../../godmode/tag/edit_tag.php:156 -msgid "Update Tag" -msgstr "" - -#: ../../godmode/tag/edit_tag.php:159 -msgid "Create Tag" -msgstr "" - #: ../../godmode/tag/edit_tag.php:182 +msgid "Update Tag" +msgstr "Обновить тег" + +#: ../../godmode/tag/edit_tag.php:186 +msgid "Create Tag" +msgstr "Создать тег" + +#: ../../godmode/tag/edit_tag.php:210 msgid "Hyperlink to help information that has to exist previously." msgstr "" "Гиперссылка на справочную информацию, которая должна была существовать ранее." -#: ../../godmode/tag/edit_tag.php:192 +#: ../../godmode/tag/edit_tag.php:222 msgid "Associated Email direction to use later in alerts associated to Tags." msgstr "" "Сопоставленное Email направление для дальнейшего использования в " "оповещениях, связанных с тегами." -#: ../../godmode/tag/edit_tag.php:202 +#: ../../godmode/tag/edit_tag.php:234 msgid "Associated phone number to use later in alerts associated to Tags." msgstr "" "Сопоставленный номер телефона для дальнейшего использования в оповещениях, " "связанных с тегами." -#: ../../godmode/tag/tag.php:80 -msgid "Number of modules" -msgstr "Число модулей" +#: ../../godmode/category/category.php:45 +#: ../../godmode/category/category.php:59 +#: ../../godmode/category/edit_category.php:44 +#: ../../godmode/category/edit_category.php:58 +msgid "List categories" +msgstr "Список категорий" -#: ../../godmode/tag/tag.php:82 -msgid "Number of policy modules" -msgstr "Число модулей политики" +#: ../../godmode/category/category.php:71 +#: ../../godmode/category/category.php:73 +#: ../../godmode/category/edit_category.php:70 +#: ../../godmode/category/edit_category.php:72 +msgid "Categories configuration" +msgstr "Конфигурация категорий" -#: ../../godmode/tag/tag.php:121 -msgid "Error deleting tag" -msgstr "Ошибка при удалении тега" +#: ../../godmode/category/category.php:83 +msgid "Error deleting category" +msgstr "Ошибка при удалении категории" -#: ../../godmode/tag/tag.php:125 -msgid "Successfully deleted tag" -msgstr "Тег успешно удален" +#: ../../godmode/category/category.php:86 +msgid "Successfully deleted category" +msgstr "Категория успешно удалена" -#: ../../godmode/tag/tag.php:201 -msgid "Detail information" -msgstr "Подробная информация" +#: ../../godmode/category/category.php:125 +msgid "Category name" +msgstr "Название категории" -#: ../../godmode/tag/tag.php:202 -msgid "Number of modules affected" -msgstr "Число пораженных модулей" +#: ../../godmode/category/category.php:174 +msgid "No categories found" +msgstr "Категории не найдены" -#: ../../godmode/tag/tag.php:222 -msgid "Tag details" -msgstr "" +#: ../../godmode/category/category.php:186 +#: ../../godmode/category/edit_category.php:156 +msgid "Create category" +msgstr "Создать категорию" -#: ../../godmode/tag/tag.php:249 +#: ../../godmode/category/edit_category.php:70 +msgid "Editor" +msgstr "Редактор" + +#: ../../godmode/category/edit_category.php:89 +msgid "Error updating category" +msgstr "Ошибка при обновлении категории" + +#: ../../godmode/category/edit_category.php:92 +msgid "Successfully updated category" +msgstr "Категория успешно обновлена" + +#: ../../godmode/category/edit_category.php:111 +msgid "Error creating category" +msgstr "Ошибка при создании категории" + +#: ../../godmode/category/edit_category.php:116 +msgid "Successfully created category" +msgstr "Категория успешно создана" + +#: ../../godmode/category/edit_category.php:148 +msgid "Update category" +msgstr "Обновить категорию" + +#: ../../godmode/module_library/module_library_view.php:129 +msgid "View all categories" +msgstr "Посмотреть все категории" + +#: ../../godmode/module_library/module_library_view.php:140 +msgid "More details" +msgstr "Подробнее" + +#: ../../godmode/module_library/module_library_view.php:142 +msgid "View in Module Library" +msgstr "Просмотр в Библиотеке Модулей" + +#: ../../godmode/module_library/module_library_view.php:143 +msgid "No module found" +msgstr "Модуль не найден" + +#: ../../godmode/module_library/module_library_view.php:146 +msgid "Error loading Module Library" +msgstr "Ошибка загрузки Библиотеки Модулей" + +#: ../../godmode/module_library/module_library_view.php:147 +msgid "Error loading category" +msgstr "Ошибка при загрузке категории" + +#: ../../godmode/module_library/module_library_view.php:148 +msgid "Error loading categories" +msgstr "Ошибка при загрузке категорий" + +#: ../../godmode/module_library/module_library_view.php:149 +msgid "There is no such category" +msgstr "Такой категории не существует" + +#: ../../godmode/module_library/module_library_view.php:150 +msgid "Error loading results" +msgstr "Ошибка при загрузке результатов" + +#: ../../mobile/include/functions_web.php:83 #, php-format -msgid "Emails for the tag: %s" -msgstr "Адреса электронной почты для тегов: %s" +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Build %s" -#: ../../godmode/tag/tag.php:264 -#, php-format -msgid "Phones for the tag: %s" -msgstr "Номера телефонов для тегов: %s" - -#: ../../godmode/tag/tag.php:282 -msgid "No tags defined" -msgstr "" - -#: ../../godmode/tag/tag.php:298 -msgid "Create tag" -msgstr "Создать тег" - -#: ../../general/firts_task/recon_view.php:21 -msgid "There are no recon task defined yet." -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 +#: ../../mobile/include/system.class.php:156 msgid "" -"The Recon Task definition of Pandora FMS is used to find new elements in the " -"network. \n" +"Access to this page is restricted to authorized users only, please contact " +"your system administrator if you should need help." +msgstr "" +"Доступ к этой странице ограничен только для авторизованных пользователей, " +"если вам нужна помощь, обратитесь к своему системному администратору." + +#: ../../mobile/include/system.class.php:156 +#, php-format +msgid "" +"Please remember that any attempts to access this page will be recorded on " +"the %s System Database." +msgstr "" +"Пожалуйста, помните, что все попытки доступа к этой странице будут записаны " +"в Системную Базу Данных %s." + +#: ../../mobile/include/ui.class.php:120 +#, php-format +msgid "%s mobile" +msgstr "%s мобильный" + +#: ../../mobile/include/ui.class.php:217 +#, php-format +msgid "%s : Mobile" +msgstr "%s : Мобильный" + +#: ../../mobile/include/ui.class.php:238 ../../mobile/operation/home.php:159 +msgid "Home" +msgstr "Дом" + +#: ../../mobile/include/ui.class.php:321 +#, php-format +msgid "%s %s - Build %s" +msgstr "%s %s - Разработка %s" + +#: ../../mobile/include/ui.class.php:767 +msgid "Not found header." +msgstr "Заголовок не найден." + +#: ../../mobile/include/ui.class.php:769 +msgid "Not found content." +msgstr "Содержание не найдено." + +#: ../../mobile/include/ui.class.php:771 +msgid "Not found footer." +msgstr "Колонтитул не найден." + +#: ../../mobile/include/ui.class.php:773 +msgid "Incorrect form." +msgstr "Неправильная форма." + +#: ../../mobile/include/ui.class.php:775 +msgid "Incorrect grid." +msgstr "Неправильная сетка." + +#: ../../mobile/include/ui.class.php:777 +msgid "Incorrect collapsible." +msgstr "Неправильный разборный." + +#: ../../mobile/include/user.class.php:133 +msgid "User cannot log in into this console, please contact administrator" +msgstr "" +"Пользователь не может войти в эту консоль, обратитесь к администратору" + +#: ../../mobile/include/user.class.php:226 +#: ../../mobile/include/user.class.php:241 +#: ../../mobile/include/user.class.php:248 +msgid "Double authentication failed" +msgstr "Сбой двойной аутентификации" + +#: ../../mobile/include/user.class.php:227 +msgid "Secret code not found" +msgstr "Секретный код не найден" + +#: ../../mobile/include/user.class.php:227 +msgid "Please contact the administrator to reset your double authentication" +msgstr "Обратитесь к администратору для перезагрузки двойной аутентификации" + +#: ../../mobile/include/user.class.php:249 +msgid "There was an error checking the code" +msgstr "Произошла ошибка при проверке кода" + +#: ../../mobile/include/user.class.php:290 +msgid "Login Failed" +msgstr "Войти в систему не удалось" + +#: ../../mobile/include/user.class.php:294 +msgid "User not found in database or incorrect password." +msgstr "Пользователь не найден в базе данных или неверный пароль." + +#: ../../mobile/include/user.class.php:303 +msgid "Login out" +msgstr "Выйти" + +#: ../../mobile/include/user.class.php:334 +msgid "user" +msgstr "пользователь" + +#: ../../mobile/include/user.class.php:341 +msgid "password" +msgstr "пароль" + +#: ../../mobile/include/user.class.php:429 +#: ../../mobile/include/user.class.php:430 +msgid "Authenticator code" +msgstr "Код аутентификатора" + +#: ../../mobile/operation/agents.php:199 +#, php-format +msgid "Filter Agents by %s" +msgstr "Фильтр агентов по %s" + +#: ../../mobile/operation/agents.php:241 ../../mobile/operation/modules.php:306 +#: ../../mobile/operation/alerts.php:247 ../../mobile/operation/events.php:717 +msgid "Apply Filter" +msgstr "Применить фильтр" + +#: ../../mobile/operation/agents.php:435 +msgid "No agents" +msgstr "Нет агентов" + +#: ../../mobile/operation/agents.php:530 ../../mobile/operation/modules.php:872 +#: ../../mobile/operation/alerts.php:360 ../../mobile/operation/events.php:1148 +msgid "(Default)" +msgstr "(По умолчанию)" + +#: ../../mobile/operation/agents.php:536 ../../mobile/operation/modules.php:878 +#: ../../mobile/operation/alerts.php:373 ../../mobile/operation/events.php:1181 +#, php-format +msgid "Group: %s" +msgstr "Группа: %s" + +#: ../../mobile/operation/agents.php:543 ../../mobile/operation/modules.php:900 +#: ../../mobile/operation/alerts.php:380 ../../mobile/operation/events.php:1201 +#, php-format +msgid "Status: %s" +msgstr "Статус: %s" + +#: ../../mobile/operation/agents.php:550 ../../mobile/operation/modules.php:907 +#: ../../mobile/operation/alerts.php:387 +#, php-format +msgid "Free Search: %s" +msgstr "Свободный поиск: %s" + +#: ../../mobile/operation/modules.php:231 +#, php-format +msgid "Filter Modules by %s" +msgstr "Фильтр Модулей по %s" + +#: ../../mobile/operation/modules.php:646 +msgid "Interval." +msgstr "Интервал." + +#: ../../mobile/operation/modules.php:648 +msgid "Last update." +msgstr "Последнее обновление." + +#: ../../mobile/operation/modules.php:893 +#, php-format +msgid "Module group: %s" +msgstr "Модуль грурры: %s" + +#: ../../mobile/operation/modules.php:915 +#, php-format +msgid "Tag: %s" +msgstr "Тег: %s" + +#: ../../mobile/operation/home.php:66 ../../mobile/operation/visualmaps.php:177 +#: ../../operation/search_results.php:144 ../../operation/search_main.php:70 +msgid "Visual consoles" +msgstr "Визуальные консоли" + +#: ../../mobile/operation/agent.php:143 +msgid "No agent found" +msgstr "Агенты не найдены" + +#: ../../mobile/operation/agent.php:219 +msgid "Modules by status" +msgstr "Модули по статусу" + +#: ../../mobile/operation/agent.php:249 +#: ../../include/functions_treeview.php:838 +msgid "Events (24h)" +msgstr "События (24 часа)" + +#: ../../mobile/operation/agent.php:357 +#, php-format +msgid "Last %s Events" +msgstr "Последние %s События" + +#: ../../mobile/operation/alerts.php:189 +#, php-format +msgid "Filter Alerts by %s" +msgstr "Фильтр Оповещений по %s" + +#: ../../mobile/operation/alerts.php:327 +msgid "Last Fired" +msgstr "Последний запуск" + +#: ../../mobile/operation/alerts.php:338 +msgid "No alerts" +msgstr "Нет оповещений" + +#: ../../mobile/operation/alerts.php:366 +#, php-format +msgid "Standby: %s" +msgstr "Поддерживается: %s" + +#: ../../mobile/operation/visualmaps.php:208 +msgid "No maps defined" +msgstr "Карты не определены" + +#: ../../mobile/operation/module_graph.php:359 +#: ../../mobile/operation/module_graph.php:371 +#, php-format +msgid "%s: %s" +msgstr "%s: %s" + +#: ../../mobile/operation/module_graph.php:403 +#, php-format +msgid "Options for %s : %s" +msgstr "Опции для %s : %s" + +#: ../../mobile/operation/module_graph.php:410 +msgid "Show Alerts" +msgstr "Показать оповещения" + +#: ../../mobile/operation/module_graph.php:418 +msgid "Show Events" +msgstr "Показать События" + +#: ../../mobile/operation/module_graph.php:426 +#: ../../operation/agentes/stat_win.php:357 +msgid "Time compare (Separated)" +msgstr "Время сравнения (Разделено)" + +#: ../../mobile/operation/module_graph.php:442 +#: ../../operation/agentes/stat_win.php:297 +msgid "Show unknown graph" +msgstr "Показать неизвестный график" + +#: ../../mobile/operation/module_graph.php:447 +msgid "Time range (hours)" +msgstr "Интервал времени (в часах)" + +#: ../../mobile/operation/module_graph.php:459 +#: ../../operation/agentes/stat_win.php:269 +#: ../../operation/agentes/interface_traffic_graph_win.php:178 +#: ../../operation/agentes/graphs.php:207 +#: ../../operation/agentes/exportdata.php:317 +msgid "Begin date" +msgstr "Начальная дата" + +#: ../../mobile/operation/module_graph.php:466 +msgid "Update graph" +msgstr "Обновить график" + +#: ../../mobile/operation/module_graph.php:476 +msgid "Error get the graph" +msgstr "Ошибка получения графика" + +#: ../../mobile/operation/events.php:267 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1280 +#: ../../include/functions_reporting_html.php:2058 +#: ../../include/ajax/events.php:1634 +#: ../../include/functions_reporting.php:9698 +#: ../../include/functions_events.php:2591 +#: ../../include/functions_events.php:4695 +#: ../../include/functions_events.php:6645 +#: ../../operation/events/events.php:2065 +#: ../../operation/events/events.build_table.php:413 +msgid "New event" +msgstr "Новое событие" + +#: ../../mobile/operation/events.php:272 +#: ../../include/functions_reporting_html.php:1062 +#: ../../include/functions_reporting_html.php:1285 +#: ../../include/functions_reporting_html.php:2063 +#: ../../include/ajax/events.php:1639 +#: ../../include/functions_reporting.php:9703 +#: ../../include/functions_events.php:2596 +#: ../../include/functions_events.php:4701 +#: ../../include/functions_events.php:6650 +#: ../../operation/events/events.php:2071 +#: ../../operation/events/events.build_table.php:418 +msgid "Event validated" +msgstr "Событие подтверждено" + +#: ../../mobile/operation/events.php:277 +#: ../../include/functions_reporting_html.php:1067 +#: ../../include/functions_reporting_html.php:1290 +#: ../../include/functions_reporting_html.php:2068 +#: ../../include/ajax/events.php:1644 +#: ../../include/functions_reporting.php:9708 +#: ../../include/functions_events.php:2601 +#: ../../include/functions_events.php:4707 +#: ../../include/functions_events.php:6655 +#: ../../operation/events/events.php:2077 +#: ../../operation/events/events.build_table.php:423 +msgid "Event in process" +msgstr "Событие активно" + +#: ../../mobile/operation/events.php:405 ../../mobile/operation/events.php:414 +#: ../../mobile/operation/events.php:642 ../../mobile/operation/events.php:643 +msgid "Preset Filters" +msgstr "Заданные Фильтры" + +#: ../../mobile/operation/events.php:485 +msgid "ERROR: Event detail" +msgstr "ОШИБКА: детали события" + +#: ../../mobile/operation/events.php:486 +msgid "Error connecting to DB." +msgstr "Ошибка подключения к БД." + +#: ../../mobile/operation/events.php:501 +msgid "Event detail" +msgstr "Детали события" + +#: ../../mobile/operation/events.php:512 +#: ../../include/functions_events.php:4854 +#: ../../include/functions_events.php:6485 +#: ../../operation/events/events.build_table.php:162 +msgid "Event ID" +msgstr "ID события" + +#: ../../mobile/operation/events.php:540 +#: ../../include/functions_events.php:4945 +msgid "Acknowledged by" +msgstr "Признано" + +#: ../../mobile/operation/events.php:584 +msgid "Sucessful validate" +msgstr "Успешно подтверждено" + +#: ../../mobile/operation/events.php:586 +msgid "Fail validate" +msgstr "Сбой подтверждения" + +#: ../../mobile/operation/events.php:624 +#, php-format +msgid "Filter Events by %s" +msgstr "Фильтр Событий по %s" + +#: ../../mobile/operation/events.php:858 +#: ../../include/functions_reporting_html.php:5397 +#: ../../include/functions_reporting_html.php:5582 +#: ../../include/functions_reporting.php:1935 +#: ../../include/functions_reporting.php:2238 +#: ../../include/functions_events.php:2515 +#: ../../include/functions_events.php:2518 +#: ../../operation/events/events.build_table.php:134 +#: ../../operation/events/events.build_table.php:1157 +msgid "No events" +msgstr "Нет событий" + +#: ../../mobile/operation/events.php:1153 +#, php-format +msgid "Filter: %s" +msgstr "Фильтр: %s" + +#: ../../mobile/operation/events.php:1165 +#, php-format +msgid "Severity: %s" +msgstr "Строгость: %s" + +#: ../../mobile/operation/events.php:1194 +#, php-format +msgid "Type: %s" +msgstr "Тип: %s" + +#: ../../mobile/operation/events.php:1208 +#, php-format +msgid "Free search: %s" +msgstr "Свободный поиск: %s" + +#: ../../mobile/operation/events.php:1215 +#, php-format +msgid "Hours: %s" +msgstr "Часы: %s" + +#: ../../mobile/operation/tactical.php:214 +msgid "Last activity" +msgstr "Последняя активность" + +#: ../../include/functions_visual_map_editor.php:62 +msgid "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." +msgstr "" +"Чтобы использовать поле 'label', необходимо написать\n" +"\t\t\t\t\t\t\t\tтекст для замены '(_VALUE_)' и в конце будет выведено " +"значение модуля." + +#: ../../include/functions_visual_map_editor.php:69 +#: ../../include/functions_visual_map_editor.php:1396 +#: ../../include/functions_visual_map.php:4190 +#: ../../include/rest-api/models/VisualConsole/Item.php:2051 +#: ../../include/lib/Dashboard/Widgets/clock.php:158 +#: ../../include/lib/Dashboard/Widgets/clock.php:310 +#: ../../operation/visual_console/view.php:322 +msgid "Clock" +msgstr "Часы" + +#: ../../include/functions_visual_map_editor.php:107 +#: ../../include/functions_visual_map_editor.php:133 +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:299 +msgid "Border color" +msgstr "Цвет границ" + +#: ../../include/functions_visual_map_editor.php:151 +msgid "Border width" +msgstr "Ширина границы" + +#: ../../include/functions_visual_map_editor.php:160 +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:323 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:364 +msgid "Fill color" +msgstr "Цвет заливки" + +#: ../../include/functions_visual_map_editor.php:239 +msgid "" +"Scroll the mouse wheel over the label editor to change the background color" +msgstr "" +"Прокрутите колесико мыши над редактором этикеток, чтобы изменить цвет фона" + +#: ../../include/functions_visual_map_editor.php:255 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:333 +msgid "Clock animation" +msgstr "Анимация часов" + +#: ../../include/functions_visual_map_editor.php:258 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:328 +msgid "Simple analogic" +msgstr "Простой аналоговый" + +#: ../../include/functions_visual_map_editor.php:259 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:329 +msgid "Simple digital" +msgstr "Простой цифровой" + +#: ../../include/functions_visual_map_editor.php:273 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:351 +msgid "Time format" +msgstr "Формат времени" + +#: ../../include/functions_visual_map_editor.php:276 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:346 +msgid "Only time" +msgstr "Только время" + +#: ../../include/functions_visual_map_editor.php:277 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:347 +msgid "Time and date" +msgstr "Время и дата" + +#: ../../include/functions_visual_map_editor.php:313 +#: ../../include/rest-api/models/VisualConsole/Items/Clock.php:302 +msgid "Time zone" +msgstr "Часовой пояс" + +#: ../../include/functions_visual_map_editor.php:329 +msgid "Enable link" +msgstr "Включить ссылку" + +#: ../../include/functions_visual_map_editor.php:350 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:444 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:513 +msgid "White" +msgstr "Белый" + +#: ../../include/functions_visual_map_editor.php:351 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:445 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:514 +msgid "Black" +msgstr "Черный" + +#: ../../include/functions_visual_map_editor.php:352 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:446 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:515 +msgid "Transparent" +msgstr "Прозрачный" + +#: ../../include/functions_visual_map_editor.php:378 +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:480 +msgid "Grid color" +msgstr "Цвет сетки" + +#: ../../include/functions_visual_map_editor.php:498 +msgid "Data image" +msgstr "Данные в изображениях" + +#: ../../include/functions_visual_map_editor.php:503 +#: ../../include/rest-api/models/VisualConsole/Items/DonutGraph.php:249 +msgid "Resume data color" +msgstr "Получить цвет данных" + +#: ../../include/functions_visual_map_editor.php:517 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:251 +msgid "24h" +msgstr "24ч" + +#: ../../include/functions_visual_map_editor.php:518 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:253 +msgid "8h" +msgstr "8ч" + +#: ../../include/functions_visual_map_editor.php:519 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:254 +msgid "2h" +msgstr "2ч" + +#: ../../include/functions_visual_map_editor.php:520 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:255 +msgid "1h" +msgstr "1ч" + +#: ../../include/functions_visual_map_editor.php:524 +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:259 +msgid "Max. Time" +msgstr "Макс. Время" + +#: ../../include/functions_visual_map_editor.php:640 +msgid "Original Size" +msgstr "Исходный размер" + +#: ../../include/functions_visual_map_editor.php:648 +msgid "Aspect ratio" +msgstr "Соотношение сторон" + +#: ../../include/functions_visual_map_editor.php:649 +msgid "Proportional Width" +msgstr "Пропорциональная ширина" + +#: ../../include/functions_visual_map_editor.php:657 +msgid "Height proportional" +msgstr "высота пропорциональна" + +#: ../../include/functions_visual_map_editor.php:688 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:454 +msgid "Circular porgress bar" +msgstr "Круговая шкала прогресса" + +#: ../../include/functions_visual_map_editor.php:689 +#: ../../include/functions_visual_map.php:4215 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:456 +#: ../../include/rest-api/models/VisualConsole/Item.php:2075 +msgid "Circular progress bar (interior)" +msgstr "Круговая шкала прогресса (внутренняя)" + +#: ../../include/functions_visual_map_editor.php:739 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:516 +msgid "Element color" +msgstr "Цвет элемента" + +#: ../../include/functions_visual_map_editor.php:759 +#: ../../include/rest-api/models/VisualConsole/Items/Percentile.php:528 +msgid "Value color" +msgstr "Цвет значения" + +#: ../../include/functions_visual_map_editor.php:801 +msgid "Diameter" +msgstr "Диаметр" + +#: ../../include/functions_visual_map_editor.php:808 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:425 +msgid "Default color" +msgstr "Цвет по умолчанию" + +#: ../../include/functions_visual_map_editor.php:812 +msgid "" +"The color of the element will be the one selected in the first range created " +"in which the value of the module is found (with the initial and final values " +"of the range included)" +msgstr "" +"Цвет элемента будет таким, который был выбран в первом созданном диапазоне, " +"в котором находится значение модуля (с учетом начального и конечного " +"значений диапазона)." + +#: ../../include/functions_visual_map_editor.php:815 +msgid "Ranges" +msgstr "Диапазоны" + +#: ../../include/functions_visual_map_editor.php:815 +msgid "From value" +msgstr "От значения" + +#: ../../include/functions_visual_map_editor.php:815 +msgid "To value" +msgstr "К значению" + +#: ../../include/functions_visual_map_editor.php:815 +#: ../../include/rest-api/index.php:328 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:470 +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:529 +#: ../../include/rest-api/models/VisualConsole/Items/Line.php:481 +#: ../../include/rest-api/models/VisualConsole/Items/NetworkLink.php:932 +msgid "Color" +msgstr "Цвет" + +#: ../../include/functions_visual_map_editor.php:820 +msgid "Always show on top" +msgstr "Всегда показывать сверху" + +#: ../../include/functions_visual_map_editor.php:821 +msgid "" +"It allows the element to be superimposed to the rest of items of the visual " +"console" +msgstr "" +"Это позволяет наложить элемент на остальные элементы визуальной консоли" + +#: ../../include/functions_visual_map_editor.php:824 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:389 +msgid "Hide last value on boolean modules" +msgstr "Скрыть последнее значение на булевых модулях" + +#: ../../include/functions_visual_map_editor.php:830 +msgid "Show last value" +msgstr "Показать последнее значение" + +#: ../../include/functions_visual_map_editor.php:934 +msgid "For use the original image file size, set 0 width and 0 height." +msgstr "" +"Для использования оригинального размера изображение, укажите 0 в значениях " +"длинны и ширины." + +#: ../../include/functions_visual_map_editor.php:974 +#: ../../include/rest-api/models/VisualConsole/Item.php:2373 +msgid "Linked visual console" +msgstr "Связная визуальная консоль" + +#: ../../include/functions_visual_map_editor.php:1081 +#: ../../include/rest-api/models/VisualConsole/Item.php:2424 +msgid "By status weight" +msgstr "По весу статуса" + +#: ../../include/functions_visual_map_editor.php:1082 +#: ../../include/rest-api/models/VisualConsole/Item.php:2425 +msgid "By critical elements" +msgstr "По критическим элементам" + +#: ../../include/functions_visual_map_editor.php:1097 +#: ../../include/rest-api/models/VisualConsole/Item.php:2432 +msgid "Type of the status calculation of the linked visual console" +msgstr "Тип расчета статуса связанной визуальной консоли" + +#: ../../include/functions_visual_map_editor.php:1102 +#: ../../include/rest-api/models/VisualConsole/Item.php:2423 +msgid "By default" +msgstr "По умолчанию" + +#: ../../include/functions_visual_map_editor.php:1122 +#: ../../include/rest-api/models/VisualConsole/Item.php:2448 +msgid "Linked visual console weight" +msgstr "Связанный вес визуальной консоли" + +#: ../../include/functions_visual_map_editor.php:1189 +msgid "Lines haven't advanced options" +msgstr "Линии не имеют расширенных опций" + +#: ../../include/functions_visual_map_editor.php:1206 +#: ../../include/rest-api/models/VisualConsole/Item.php:2128 +msgid "Restrict access to group" +msgstr "Ограничить доступ к группе" + +#: ../../include/functions_visual_map_editor.php:1217 +msgid "" +"If selected, restrict visualization of this item in the visual console to " +"users who have access to selected group. This is also used on calculating " +"child visual consoles." +msgstr "" +"Если этот параметр выбран, то он ограничивает визуализацию этого элемента в " +"визуальной консоли пользователями, имеющими доступ к выбранной группе. Этот " +"параметр также используется при вычислении дочерних визуальных консолей." + +#: ../../include/functions_visual_map_editor.php:1248 +#: ../../include/rest-api/models/VisualConsole/Item.php:2141 +msgid "Cache expiration" +msgstr "Истечение срока действия кэша" + +#: ../../include/functions_visual_map_editor.php:1287 +msgid "Click start point
    of the line" +msgstr "Выберите начальную точку
    линии" + +#: ../../include/functions_visual_map_editor.php:1290 +msgid "Click end point
    of the line" +msgstr "Выберите конечную точку
    линии" + +#: ../../include/functions_visual_map_editor.php:1390 +#: ../../operation/visual_console/view.php:292 +msgid "Serialized pie graph" +msgstr "Серийная круговая диаграмма" + +#: ../../include/functions_visual_map_editor.php:1391 +#: ../../operation/visual_console/view.php:297 +msgid "Bars Graph" +msgstr "Гистограмма" + +#: ../../include/functions_visual_map_editor.php:1405 +#: ../../operation/visual_console/view.php:347 +msgid "Network link" +msgstr "Сетевое соединение" + +#: ../../include/functions_visual_map_editor.php:1420 +msgid "Show grid" +msgstr "Показать сетку" + +#: ../../include/functions_visual_map_editor.php:1422 +msgid "Delete item" +msgstr "Удалить элемент" + +#: ../../include/functions_visual_map_editor.php:1423 +msgid "Copy item" +msgstr "Копировать элемент" + +#: ../../include/functions_visual_map_editor.php:1463 +#: ../../include/functions_visual_map_editor.php:1467 +#: ../../include/functions_visual_map_editor.php:1471 +#: ../../include/functions_visual_map_editor.php:1475 +#: ../../include/functions_visual_map_editor.php:1479 +#: ../../include/functions_visual_map_editor.php:1483 +#: ../../include/functions_visual_map_editor.php:1487 +#: ../../include/functions_visual_map_editor.php:1491 +#: ../../include/functions_visual_map_editor.php:1495 +#: ../../include/functions_visual_map_editor.php:1499 +#: ../../include/functions_visual_map_editor.php:1503 +#: ../../include/functions_visual_map_editor.php:1507 +#: ../../include/functions_visual_map_editor.php:1511 +#: ../../include/functions_visual_map_editor.php:1515 +#: ../../include/functions_visual_map_editor.php:1519 +#: ../../include/functions_visual_map_editor.php:1523 +#: ../../include/functions_visual_map_editor.php:1527 +#: ../../include/functions_visual_map_editor.php:1531 +#: ../../include/functions_visual_map_editor.php:1535 +msgid "Visual Console Builder Information" +msgstr "Информация о разработчике Визуальной Консоли" + +#: ../../include/functions_visual_map_editor.php:1464 +msgid "Min allowed size is 1024x768." +msgstr "Минимально допустимый размер - 1024x768." + +#: ../../include/functions_visual_map_editor.php:1468 +#: ../../include/functions_visual_map_editor.php:1536 +msgid "No custom graph defined." +msgstr "Пользовательский график не определен." + +#: ../../include/functions_visual_map_editor.php:1472 +msgid "No image or name defined." +msgstr "Нет определенного изображения или имени." + +#: ../../include/functions_visual_map_editor.php:1476 +msgid "No label defined." +msgstr "Метка не определена." + +#: ../../include/functions_visual_map_editor.php:1480 +msgid "No service defined." +msgstr "Сервис не определен." + +#: ../../include/functions_visual_map_editor.php:1484 +msgid "No image defined." +msgstr "Изображение не определено." + +#: ../../include/functions_visual_map_editor.php:1488 +msgid "No process defined." +msgstr "Процесс не определен." + +#: ../../include/functions_visual_map_editor.php:1492 +msgid "No Max value defined." +msgstr "Макс значение не определено." + +#: ../../include/functions_visual_map_editor.php:1496 +msgid "No width defined." +msgstr "Ширина не определена." + +#: ../../include/functions_visual_map_editor.php:1500 +msgid "No height defined." +msgstr "Высота не определена." + +#: ../../include/functions_visual_map_editor.php:1504 +msgid "The width must not exceed the size of the visual console container." +msgstr "Ширина не должна превышать размер контейнера визуальной консоли." + +#: ../../include/functions_visual_map_editor.php:1508 +msgid "The height must not exceed the size of the visual console container." +msgstr "Высота не должна превышать размер контейнера визуальной консоли." + +#: ../../include/functions_visual_map_editor.php:1512 +msgid "No period defined." +msgstr "Период не определен." + +#: ../../include/functions_visual_map_editor.php:1516 +msgid "No agent defined." +msgstr "Агент не определен." + +#: ../../include/functions_visual_map_editor.php:1520 +msgid "No module defined." +msgstr "Модуль не определен." + +#: ../../include/functions_visual_map_editor.php:1524 +msgid "No module defined. This module must be string type." +msgstr "Модуль не определен. Этот модуль должен быть строкового типа." + +#: ../../include/functions_visual_map_editor.php:1528 +msgid "Successfully save the changes." +msgstr "Изменения успешно сохранены." + +#: ../../include/functions_visual_map_editor.php:1532 +msgid "Could not be save." +msgstr "Не удалось сохранить." + +#: ../../include/graphs/export_data.php:89 +#: ../../include/graphs/export_data.php:155 +msgid "An error occured exporting the data" +msgstr "Произошла ошибка при экспорте данных" + +#: ../../include/graphs/functions_gd.php:183 +#: ../../include/graphs/functions_gd.php:466 +#: ../../include/functions_graph.php:2848 +#: ../../include/functions_graph.php:2896 +msgid "Out of limits" +msgstr "Кончились лимиты" + +#: ../../include/graphs/functions_flot.php:361 +msgid "Cancel zoom" +msgstr "Отменить увеличение" + +#: ../../include/graphs/functions_flot.php:363 +msgid "Warning and Critical thresholds" +msgstr "Предостережение об опасности и Критические пороги" + +#: ../../include/graphs/functions_flot.php:368 +msgid "Overview graph" +msgstr "Обзор графика" + +#: ../../include/graphs/functions_flot.php:507 +#: ../../include/functions_reporting_html.php:635 +#: ../../include/functions_reporting_html.php:3875 +#: ../../include/functions_treeview.php:315 +#: ../../include/functions_visual_map.php:2854 +#: ../../include/functions_visual_map.php:2869 +msgid "No data" +msgstr "Данных нет" + +#: ../../include/functions_servers.php:587 +msgid "SNMP Trap server" +msgstr "SNMP перемещение сервера" + +#: ../../include/functions_servers.php:704 +#: ../../include/functions_servers.php:1280 +msgid "Enterprise ICMP server" +msgstr "Сервер предприятия ICMP" + +#: ../../include/functions_servers.php:717 +#: ../../include/functions_servers.php:1283 +msgid "Enterprise SNMP server" +msgstr "SNMP Сервер предприятия" + +#: ../../include/functions_servers.php:730 +#: ../../include/class/AgentWizard.class.php:1291 +msgid "Enterprise Satellite server" +msgstr "Enterprise Satellite сервер" + +#: ../../include/functions_servers.php:743 +msgid "Enterprise Transactional server" +msgstr "Транзакционный сервер Enterprise" + +#: ../../include/functions_servers.php:756 +msgid "Mainframe server" +msgstr "Сервер Mainframe" + +#: ../../include/functions_servers.php:769 +msgid "Sync server" +msgstr "Сервер Sync" + +#: ../../include/functions_servers.php:782 +msgid "Wux server" +msgstr "Сервер Wux" + +#: ../../include/functions_servers.php:795 +#: ../../include/functions_servers.php:1310 +msgid "Log server" +msgstr "Сервер журналов" + +#: ../../include/functions_servers.php:808 +msgid "Autoprovision server" +msgstr "Сервер автоматического обеспечения" + +#: ../../include/functions_servers.php:821 +msgid "Migration server" +msgstr "Сервер миграции" + +#: ../../include/functions_servers.php:1289 +msgid "Prediction Server" +msgstr "Сервер прогнозирования" + +#: ../../include/functions_reporting_html.php:109 +msgid "Label: " +msgstr "Этикетка: " + +#: ../../include/functions_reporting_html.php:560 +msgid "Time Failed" +msgstr "Время истекло" + +#: ../../include/functions_reporting_html.php:564 +msgid "Downtime" +msgstr "Время остановки" + +#: ../../include/functions_reporting_html.php:975 +#: ../../include/functions_reporting_html.php:1919 +#: ../../include/functions_reporting_html.php:3757 +#: ../../include/functions_reporting_html.php:4301 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:366 +msgid "Min Value" +msgstr "Минимальное значение" + +#: ../../include/functions_reporting_html.php:976 +#: ../../include/functions_reporting_html.php:1920 +#: ../../include/functions_reporting_html.php:3758 +#: ../../include/functions_reporting_html.php:4302 +msgid "Average Value" +msgstr "Среднее значение" + +#: ../../include/functions_reporting_html.php:977 +#: ../../include/functions_reporting_html.php:1921 +#: ../../include/functions_reporting_html.php:3755 +#: ../../include/functions_reporting_html.php:4304 +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:365 +msgid "Max Value" +msgstr "Максимальное значение" + +#: ../../include/functions_reporting_html.php:1031 +#: ../../include/functions_reporting_html.php:1039 +#: ../../include/functions_reporting_html.php:2042 +msgid "Val. by" +msgstr "Утв. по" + +#: ../../include/functions_reporting_html.php:1098 +#, php-format +msgid "%s System" +msgstr "Система %s" + +#: ../../include/functions_reporting_html.php:1146 +#: ../../include/functions_reporting_html.php:1346 +msgid "Events by agent" +msgstr "События по агенту" + +#: ../../include/functions_reporting_html.php:1163 +#: ../../include/functions_reporting_html.php:1363 +msgid "Events by user validator" +msgstr "События по валидатору пользователя" + +#: ../../include/functions_reporting_html.php:1180 +#: ../../include/functions_reporting_html.php:1380 +msgid "Events by Severity" +msgstr "События по степени тяжести" + +#: ../../include/functions_reporting_html.php:1197 +#: ../../include/functions_reporting_html.php:1397 +msgid "Events validated vs unvalidated" +msgstr "События, подтвержденные и не подтвержденные" + +#: ../../include/functions_reporting_html.php:1815 +msgid "Cell turns grey when the module is in 'not initialize' status" +msgstr "" +"Ячейка становится серой, когда модуль находится в состоянии \"не " +"инициализирован\"" + +#: ../../include/functions_reporting_html.php:1985 +#: ../../include/functions_reporting_html.php:4871 +msgid "Monitors" +msgstr "Приборы контроля" + +#: ../../include/functions_reporting_html.php:2004 +msgid "Events (not validated)" +msgstr "События (не подтвержденные)" + +#: ../../include/functions_reporting_html.php:2141 +msgid "Events validated by user" +msgstr "События, утвержденные пользователем" + +#: ../../include/functions_reporting_html.php:2158 +#: ../../include/functions_reporting_html.php:5160 +msgid "Events by severity" +msgstr "События по степени тяжести" + +#: ../../include/functions_reporting_html.php:2175 +msgid "Amount events validated" +msgstr "Количество утвержденных событий" + +#: ../../include/functions_reporting_html.php:2596 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "График пропускной способности интерфейса '%s'" + +#: ../../include/functions_reporting_html.php:2600 +msgid "Mac" +msgstr "Mac" + +#: ../../include/functions_reporting_html.php:2601 +msgid "Actual status" +msgstr "Фактический статус" + +#: ../../include/functions_reporting_html.php:2923 +#: ../../include/functions_reporting_html.php:2925 +msgid "Empty modules" +msgstr "Пустые модули" + +#: ../../include/functions_reporting_html.php:2932 +msgid "Warning
    Critical" +msgstr "Предостережение
    Критические" + +#: ../../include/functions_reporting_html.php:3399 +msgid "Time Not Init Module" +msgstr "Время в модуле не запущено" + +#: ../../include/functions_reporting_html.php:3410 +msgid "% Ok" +msgstr "% Ok" + +#: ../../include/functions_reporting_html.php:3479 +msgid "Checks Uknown" +msgstr "Проверки Неизвестно" + +#: ../../include/functions_reporting_html.php:3517 +#: ../../include/functions_reporting_html.php:3650 +#: ../../include/functions_reporting_html.php:3969 +#: ../../include/functions_reporting_html.php:3975 +msgid "Primary" +msgstr "Первичный" + +#: ../../include/functions_reporting_html.php:4416 +#: ../../include/functions_reporting.php:10276 +#: ../../include/functions_reporting.php:10297 +msgid "Alert level" +msgstr "Уровень ошибки" + +#: ../../include/functions_reporting_html.php:4645 +#, php-format +msgid "Agents in group: %s" +msgstr "Агенты в группе: %s" + +#: ../../include/functions_reporting_html.php:4747 +msgid "Last failure" +msgstr "Последний сбой" + +#: ../../include/functions_reporting_html.php:4837 +msgid "N/A(*)" +msgstr "нет данных(*)" + +#: ../../include/functions_reporting_html.php:5085 +#: ../../include/functions_reporting.php:10508 +msgid "Monitor checks" +msgstr "Статус слежения" + +#: ../../include/functions_reporting_html.php:5092 +#: ../../include/functions_reporting.php:10527 +msgid "Total agents and monitors" +msgstr "Всего агентов и приборов контроля" + +#: ../../include/functions_reporting_html.php:5111 +#: ../../include/functions_reporting_html.php:5116 +msgid "Node overview" +msgstr "Обзор узлов" + +#: ../../include/functions_reporting_html.php:5136 +#: ../../include/functions_reporting_html.php:5148 +msgid "Critical events" +msgstr "Критические события" + +#: ../../include/functions_reporting_html.php:5139 +#: ../../include/functions_reporting_html.php:5150 +msgid "Warning events" +msgstr "Предостерегающие события" + +#: ../../include/functions_reporting_html.php:5142 +#: ../../include/functions_reporting_html.php:5152 +msgid "OK events" +msgstr "События OK" + +#: ../../include/functions_reporting_html.php:5145 +#: ../../include/functions_reporting_html.php:5154 +msgid "Unknown events" +msgstr "Неизвестные события" + +#: ../../include/functions_reporting_html.php:5170 +msgid "Important Events by Criticity" +msgstr "Важные события по Критичности" + +#: ../../include/functions_reporting_html.php:5196 +#, php-format +msgid "Last activity in %s console" +msgstr "Последняя активность в консоли %s" + +#: ../../include/functions_reporting_html.php:5287 +#: ../../include/functions_reporting_html.php:5429 +msgid "Events info (1hr.)" +msgstr "Информация о событиях (1 час.)" + +#: ../../include/functions_reporting_html.php:5612 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "На данный SLA повлияли следующие запланированные остановки" + +#: ../../include/functions_reporting_html.php:5613 +msgid "" +"If the duration of the planned downtime is less than 5 minutes it will not " +"be represented in the graph" +msgstr "" +"Если продолжительность запланированной остановки составляет менее 5 минут, " +"она не будет представлена на графике" + +#: ../../include/functions_reporting_html.php:5620 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:431 +msgid "Dates" +msgstr "Даты" + +#: ../../include/functions_reporting_html.php:5651 +msgid "This item is affected by a malformed planned downtime" +msgstr "На этот элемент влияет неправильно сформированная плановая остановка" + +#: ../../include/functions_reporting_html.php:5651 +msgid "Go to the planned downtimes section to solve this" +msgstr "" +"Перейдите в раздел запланированных остановок, чтобы решить эту проблему" + +#: ../../include/functions.php:231 +msgid "." +msgstr "." + +#: ../../include/functions.php:233 +msgid "," +msgstr "," + +#: ../../include/functions.php:488 ../../include/functions.php:639 +msgid "s" +msgstr "сек" + +#: ../../include/functions.php:489 ../../include/functions.php:640 +msgid "d" +msgstr "д." + +#: ../../include/functions.php:490 ../../include/functions.php:641 +msgid "M" +msgstr "M" + +#: ../../include/functions.php:491 ../../include/functions.php:642 +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:259 +#: ../../include/rest-api/models/VisualConsole/Item.php:1984 +msgid "Y" +msgstr "Г" + +#: ../../include/functions.php:492 ../../include/functions.php:643 +msgid "m" +msgstr "мин" + +#: ../../include/functions.php:493 ../../include/functions.php:644 +msgid "h" +msgstr "ч" + +#: ../../include/functions.php:494 ../../include/functions.php:645 +msgid "N" +msgstr "Н" + +#: ../../include/functions.php:1022 ../../include/functions.php:1267 +#: ../../include/functions.php:1301 ../../include/functions_graph.php:3483 +#: ../../include/functions_graph.php:3484 +#: ../../include/functions_graph.php:5058 +#: ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:75 +#: ../../include/functions_events.php:3270 +msgid "Maintenance" +msgstr "Управление" + +#: ../../include/functions.php:1026 ../../include/functions.php:1268 +#: ../../include/functions.php:1305 ../../include/functions_graph.php:3488 +#: ../../include/functions_graph.php:3489 +#: ../../include/functions_graph.php:5062 +#: ../../include/functions_events.php:3274 +msgid "Informational" +msgstr "Информационное" + +#: ../../include/functions.php:1042 ../../include/functions.php:1270 +#: ../../include/functions.php:1321 ../../include/functions_graph.php:3498 +#: ../../include/functions_graph.php:3499 +#: ../../include/functions_graph.php:5078 +msgid "Minor" +msgstr "Второстепенное" + +#: ../../include/functions.php:1046 ../../include/functions.php:1272 +#: ../../include/functions.php:1325 ../../include/functions_graph.php:3508 +#: ../../include/functions_graph.php:3509 +#: ../../include/functions_graph.php:5082 +msgid "Major" +msgstr "Основной" + +#: ../../include/functions.php:1221 ../../include/functions_events.php:3194 +msgid "Monitor Critical" +msgstr "Монитор Критического" + +#: ../../include/functions.php:1222 ../../include/functions_events.php:3198 +msgid "Monitor Warning" +msgstr "Устройства контроля за предостережениями об опасности" + +#: ../../include/functions.php:1223 ../../include/functions_events.php:3202 +msgid "Monitor Normal" +msgstr "Монитор Обычного" + +#: ../../include/functions.php:1225 +msgid "Monitor Unknown" +msgstr "Монитор неизвестен" + +#: ../../include/functions.php:1228 ../../include/functions_events.php:2816 +#: ../../include/functions_events.php:3210 +msgid "Alert recovered" +msgstr "Оповещение восстановлено" + +#: ../../include/functions.php:1229 ../../include/functions_events.php:2864 +#: ../../include/functions_events.php:3214 +msgid "Alert ceased" +msgstr "Оповещение прекращено" + +#: ../../include/functions.php:1230 ../../include/functions_events.php:3218 +msgid "Alert manual validation" +msgstr "Подтверждение руководства оповещений" + +#: ../../include/functions.php:1232 +msgid "Agent created" +msgstr "Агент создан" + +#: ../../include/functions.php:1233 ../../include/functions_events.php:3222 +msgid "Recon host detected" +msgstr "Хост рекона определен" + +#: ../../include/functions.php:1236 ../../include/functions_events.php:2860 +#: ../../include/functions_events.php:3234 +msgid "Configuration change" +msgstr "Конфигурационные изменения" + +#: ../../include/functions.php:1352 ../../include/functions.php:1382 +msgid "ALERT FIRED" +msgstr "ПРЕДУПРЕЖДЕНИЕ АКТИВИРОВАНО" + +#: ../../include/functions.php:1355 ../../include/functions.php:1392 +#: ../../include/functions_modules.php:3568 +#: ../../include/class/Tree.class.php:625 ../../include/lib/Module.php:529 +#: ../../operation/agentes/status_monitor.php:1524 +#: ../../operation/agentes/status_monitor.php:1530 +msgid "NO DATA" +msgstr "НЕТ ДАННЫХ" + +#: ../../include/functions.php:2695 +#, php-format +msgid "%s seconds" +msgstr "%s секунд" + +#: ../../include/functions.php:2698 ../../include/functions.php:2699 +#, php-format +msgid "%s minutes" +msgstr "%s минут" + +#: ../../include/functions.php:2707 ../../include/functions.php:2708 +#, php-format +msgid "%s months" +msgstr "%s месяцев" + +#: ../../include/functions.php:2710 ../../include/functions.php:2711 +#, php-format +msgid "%s years" +msgstr "%s лет" + +#: ../../include/functions.php:2713 +msgid "Default values will be used" +msgstr "Значения по умолчанию не будут исползованы" + +#: ../../include/functions.php:2906 +msgid "The uploaded file was only partially uploaded" +msgstr "Файл был загружен только частично" + +#: ../../include/functions.php:2910 +msgid "No file was uploaded" +msgstr "Файл не был загружен" + +#: ../../include/functions.php:2914 +msgid "Missing a temporary folder" +msgstr "Временный каталог не существует." + +#: ../../include/functions.php:2918 +msgid "Failed to write file to disk" +msgstr "Невозможно записать файл на диск" + +#: ../../include/functions.php:2922 +msgid "File upload stopped by extension" +msgstr "Загрузка файла приостановлена из-за расширения" + +#: ../../include/functions.php:2926 +msgid "Unknown upload error" +msgstr "Неизвестная ошибка загрузки" + +#: ../../include/functions.php:3037 +msgid "No data found to export" +msgstr "Не найдено данных для экспорта" + +#: ../../include/functions.php:3356 +#: ../../operation/gis_maps/render_view.php:136 +msgid "5 seconds" +msgstr "5 секунд" + +#: ../../include/functions.php:3357 +#: ../../operation/gis_maps/render_view.php:137 +msgid "10 seconds" +msgstr "10 секунд" + +#: ../../include/functions.php:3358 +msgid "15 seconds" +msgstr "15 секунд" + +#: ../../include/functions.php:3359 +#: ../../include/class/AgentsAlerts.class.php:822 +#: ../../operation/gis_maps/render_view.php:138 +msgid "30 seconds" +msgstr "30 секунд" + +#: ../../include/functions.php:3360 +#: ../../include/class/AgentsAlerts.class.php:823 +#: ../../operation/gis_maps/render_view.php:139 +msgid "1 minute" +msgstr "1 минута" + +#: ../../include/functions.php:3361 +#: ../../include/class/AgentsAlerts.class.php:824 +#: ../../operation/gis_maps/render_view.php:140 +msgid "2 minutes" +msgstr "2 минуты" + +#: ../../include/functions.php:3362 ../../include/ajax/module.php:198 +#: ../../include/class/AgentsAlerts.class.php:825 +#: ../../operation/gis_maps/render_view.php:141 +msgid "5 minutes" +msgstr "5 минут" + +#: ../../include/functions.php:3363 +msgid "15 minutes" +msgstr "15 минут" + +#: ../../include/functions.php:3364 ../../include/ajax/module.php:199 +msgid "30 minutes" +msgstr "30 минут" + +#: ../../include/functions.php:3879 +msgid "Summatory series" +msgstr "Итоговые серии" + +#: ../../include/functions.php:3883 +msgid "Average series" +msgstr "Средняя серия" + +#: ../../include/functions.php:3911 ../../include/functions.php:3930 +#: ../../include/functions.php:3944 ../../include/functions.php:3966 +#: ../../include/functions.php:4047 ../../include/functions.php:4119 +msgid "Unit " +msgstr "Единица " + +#: ../../include/functions.php:3992 ../../include/functions.php:4057 +msgid "Min:" +msgstr "Мин.:" + +#: ../../include/functions.php:3999 ../../include/functions.php:4064 +msgid "Max:" +msgstr "Max:" + +#: ../../include/functions.php:4006 ../../include/functions.php:4071 +msgid "Avg:" +msgstr "Средн:" + +#: ../../include/functions.php:4116 ../../include/functions.php:4124 +msgid "of module" +msgstr "модуля" + +#: ../../include/functions.php:4141 +msgid "Projection" +msgstr "Проекция" + +#: ../../include/functions.php:5988 +msgid "Testing Pandora FMS email" +msgstr "Проверка электронной почты Pandora FMS" + +#: ../../include/functions.php:6001 +msgid "" +"This is an email test sent from Pandora FMS. If you can read this, your " +"configuration works." +msgstr "" +"Эта проверка электронной почты, отправленная из Pandora FMS. Если вы можете " +"прочитать это, ваша конфигурация работает." + +#: ../../include/functions_cron.php:446 +msgid "Scheduled jobs" +msgstr "Назначенные задания" + +#: ../../include/functions_api.php:98 +msgid "Not `set`, `get` or `help` operation selected." +msgstr "Не выбрана операция 'set', 'get' или 'help' ." + +#: ../../include/functions_api.php:108 +msgid "This operation does not exist." +msgstr "Данная операция не существует." + +#: ../../include/functions_api.php:118 +msgid "The Id does not exist in database." +msgstr "Идентификатор не существует в базе данных." + +#: ../../include/functions_api.php:128 +msgid "This operation can not be used in cluster elements." +msgstr "Эта операция не может быть использована в элементах кластера." + +#: ../../include/functions_api.php:138 +msgid "The user has not enough permissions for perform this action." +msgstr "У пользователя недостаточно прав для выполнения этого действия." + +#: ../../include/functions_api.php:158 +msgid "" +"This console is not the environment administrator. Please, manage this " +"feature from centralized manager console (Metaconsole)." +msgstr "" +"Эта консоль не является администратором среды. Пожалуйста, управляйте этой " +"функцией с консоли централизованного менеджера (Метаконсоль)." + +#: ../../include/functions_api.php:1443 +msgid "" +"The agent could not be modified. For security reasons, use a group other " +"than 0." +msgstr "" +"Агент не может быть изменен. В целях безопасности используйте группу, " +"отличную от 0." + +#: ../../include/functions_api.php:1835 +msgid "Could not create OS" +msgstr "Не удалось создать ОС" + +#: ../../include/functions_api.php:1866 +msgid "Could not update OS" +msgstr "Не удалось обновить ОС" + +#: ../../include/functions_api.php:2067 +msgid "The agent was successfully deleted" +msgstr "Агент был успешно удален" + +#: ../../include/functions_api.php:3562 +msgid "Network module updated." +msgstr "Сетевой модуль обновлен." + +#: ../../include/functions_api.php:3822 +msgid "Plugin module updated." +msgstr "Модуль плагина обновлен." + +#: ../../include/functions_api.php:4178 +#, php-format +msgid "Synthetic module created ID: %s" +msgstr "Синтетический модуль создан ID: %s" + +#: ../../include/functions_api.php:4331 +msgid "Synthetic module created ID: " +msgstr "ID созданного синтетического модуля: " + +#: ../../include/functions_api.php:4448 +msgid "Data module updated." +msgstr "Данные модуля обновлены." + +#: ../../include/functions_api.php:4821 +msgid "SNMP module updated." +msgstr "Модуль SNMP обновлен." + +#: ../../include/functions_api.php:5400 +msgid "Error creating alert template. Id_group cannot be left blank." +msgstr "" +"Ошибка при создании шаблона предупреждения. Id_group не может быть пустым." + +#: ../../include/functions_api.php:5414 +msgid "" +"Error creating alert template. Invalid id_group or the user has not enough " +"permission to make this action." +msgstr "" +"Ошибка при создании шаблона предупреждения. Неверная id_group или у " +"пользователя недостаточно прав для выполнения этого действия." + +#: ../../include/functions_api.php:5552 +msgid "" +"Error updating alert template. Invalid id_group or the user has not enough " +"permission to make this action." +msgstr "" +"Ошибка обновления шаблона предупреждения. Неверная id_group или у " +"пользователя недостаточно прав для выполнения этого действия." + +#: ../../include/functions_api.php:5636 +msgid "Successful update of the alert template" +msgstr "Успешное обновление шаблона предупреждения" + +#: ../../include/functions_api.php:5676 +msgid "Error deleting alert template. Id_template doesn't exist." +msgstr "" +"Ошибка при удалении шаблона предупреждения. Id_template не существует." + +#: ../../include/functions_api.php:5705 +msgid "Successful delete of alert template." +msgstr "Успешное удаление шаблона предупреждения." + +#: ../../include/functions_api.php:6125 ../../include/functions_api.php:11695 +#: ../../include/functions_api.php:11761 ../../include/functions_api.php:12042 +#: ../../include/functions_api.php:12122 +#, php-format +msgid "%d agents affected" +msgstr "%d затронутых агентов" + +#: ../../include/functions_api.php:6271 +msgid "Correct deleting of module template." +msgstr "Правильное удаление модуля шаблона." + +#: ../../include/functions_api.php:6379 +msgid "Successful delete of module template." +msgstr "Успешное удаление шаблона модуля." + +#: ../../include/functions_api.php:6412 +msgid "Error validating alert. Id_template cannot be left blank." +msgstr "" +"Ошибка при проверке предупреждения. Id_template не может быть пустым." + +#: ../../include/functions_api.php:6420 +msgid "Error validating alert. Id_agent cannot be left blank." +msgstr "Ошибка при проверке предупреждения. Id_agent не может быть пустым." + +#: ../../include/functions_api.php:6428 +msgid "Error validating alert. Id_module cannot be left blank." +msgstr "Ошибка при проверке предупреждения. Id_module не может быть пустым." + +#: ../../include/functions_api.php:6499 +msgid "Error validating alert. Specified alert does not exist." +msgstr "" +"Ошибка при проверке предупреждения. Указанное предупреждение не существует." + +#: ../../include/functions_api.php:6510 +msgid "Error validating alert" +msgstr "Ошибка при проверке предупреждения" + +#: ../../include/functions_api.php:6584 +#, php-format +msgid "Correct validation of all alerts (total %d)." +msgstr "Правильная проверка всех предупреждений (всего %d)." + +#: ../../include/functions_api.php:6678 +msgid "Correct validation of all policy alerts." +msgstr "Правильная проверка всех предупреждений политики." + +#: ../../include/functions_api.php:6720 +msgid "" +"Error stopping downtime. Periodical and running planned downtime cannot be " +"stopped." +msgstr "" +"Ошибка при прерывании остановки. Периодические и текущие запланированные " +"остановки не могут быть прерваны." + +#: ../../include/functions_api.php:6733 +msgid "Downtime stopped." +msgstr "Простой остановлен." + +#: ../../include/functions_api.php:7209 +msgid "and this modules are doesn't exists or not applicable a this agents: " +msgstr "и эти модули не существуют или не применимы к данным агентам: " + +#: ../../include/functions_api.php:7213 +msgid "and this agents are generate problems: " +msgstr "и эти агенты порождают проблемы: " + +#: ../../include/functions_api.php:7217 +msgid "and this agents with ids are doesn't exists: " +msgstr "и агентов с такими id не существует: " + +#: ../../include/functions_api.php:7335 +msgid "Data policy module updated." +msgstr "Данные политики модуля обновлены." + +#: ../../include/functions_api.php:7552 +msgid "Network policy module updated." +msgstr "Сетевой модуль политики обновлен." + +#: ../../include/functions_api.php:7775 +msgid "Plugin policy module updated." +msgstr "Плагин модуля политики обновлен." + +#: ../../include/functions_api.php:8268 +msgid "SNMP policy module updated." +msgstr "SNMP модуль политики обновлен." + +#: ../../include/functions_api.php:8572 +msgid "Successful deletion" +msgstr "Удалено успешно" + +#: ../../include/functions_api.php:8880 +msgid "User created." +msgstr "Пользователь создан." + +#: ../../include/functions_api.php:8967 +msgid "User updated." +msgstr "Пользователь обновлён." + +#: ../../include/functions_api.php:9040 +msgid "Enabled user." +msgstr "Включить пользователя." + +#: ../../include/functions_api.php:9048 +msgid "Disabled user." +msgstr "Отключить пользователя." + +#: ../../include/functions_api.php:9326 +#, php-format +msgid "Template have been inserted in %d agents." +msgstr "Шаблон был вставлен в %d агентов." + +#: ../../include/functions_api.php:9498 +msgid "XML file was generated successfully in path: " +msgstr "XML-файл был успешно сгенерирован на пути: " + +#: ../../include/functions_api.php:9638 +#, php-format +msgid "Module has been created in %d agents." +msgstr "Модуль был создан в %d агентах." + +#: ../../include/functions_api.php:9760 +#, php-format +msgid "Action has been set for %d agents." +msgstr "Модуль был создан в %d агентах." + +#: ../../include/functions_api.php:9890 +#, php-format +msgid "Created/Updated %s/%s module groups" +msgstr "Созданные/обновленные %s/%s группы модулей" + +#: ../../include/functions_api.php:11219 +msgid "User deleted." +msgstr "Пользователь удален." + +#: ../../include/functions_api.php:11272 +msgid "User profile added." +msgstr "Добавлен профиль пользователя." + +#: ../../include/functions_api.php:11331 +msgid "User profile deleted." +msgstr "Профиль пользователя удален." + +#: ../../include/functions_api.php:11702 +msgid "Module disabled successfully." +msgstr "Модуль успешно отключен." + +#: ../../include/functions_api.php:11704 +msgid "The module could not be disabled." +msgstr "Модуль не удалось отключить." + +#: ../../include/functions_api.php:11768 +msgid "Module enabled successfully." +msgstr "Модуль успешно включен." + +#: ../../include/functions_api.php:11770 +msgid "The module could not be enabled." +msgstr "Модуль не удалось включить." + +#: ../../include/functions_api.php:11818 ../../include/functions_api.php:11871 +msgid "The alert could not be disabled." +msgstr "Предупреждение не удалось отключить." + +#: ../../include/functions_api.php:11918 ../../include/functions_api.php:11971 +msgid "The alert could not be enabled." +msgstr "Предупреждение не удалось включить." + +#: ../../include/functions_api.php:13202 +msgid "Enabled agent." +msgstr "Включенный агент." + +#: ../../include/functions_api.php:13210 +msgid "Disabled agent." +msgstr "Отключенный агент." + +#: ../../include/functions_api.php:14097 +msgid "Metaconsole and the licenses of all nodes were updated." +msgstr "Метаконсоль и лицензии всех узлов были обновлены." + +#: ../../include/functions_api.php:14099 +#, php-format +msgid "Metaconsole license updated but %d of %d node failed to sync." +msgstr "" +"Лицензия Метаконсоли обновлена, но %d из %d узлов не удалось " +"синхронизировать." + +#: ../../include/functions_api.php:14102 +msgid "This function is for metaconsole only." +msgstr "Эта функция предназначена только для метаконсоли." + +#: ../../include/functions_api.php:14422 ../../include/functions_api.php:14493 +msgid "Successfully deleted." +msgstr "Успешно удалено" + +#: ../../include/functions_api.php:14452 +msgid "The user cannot access the cluster." +msgstr "Пользователь не может получить доступ к кластеру." + +#: ../../include/functions_api.php:15338 +msgid "Event filter successfully created." +msgstr "Фильтр событий успешно создан." + +#: ../../include/functions_api.php:15571 +msgid "Event filter successfully updated." +msgstr "Фильтр событий успешно обновлен." + +#: ../../include/functions_api.php:15612 +msgid "Event filter successfully deleted." +msgstr "Фильтр событий успешно удален." + +#: ../../include/functions_api.php:15895 +msgid "Validated traps." +msgstr "Проверенные ловушки." + +#: ../../include/functions_api.php:15922 +msgid "Deleted traps." +msgstr "Удаленные ловушки." + +#: ../../include/functions_api.php:16109 +#, php-format +msgid "Successfully updated module/alert count in id agent %d." +msgstr "Успешно обновлено количество модулей/предупреждений в id агента %d." + +#: ../../include/functions_api.php:16111 +msgid "Successfully updated module/alert count in all agents" +msgstr "Успешное обновление модуля/счета предупреждений во всех агентах" + +#: ../../include/functions_api.php:16547 +#, php-format +msgid "Successfully added to delete pending id agent %d to id policy %d." +msgstr "Успешно добавлено в ожидание удаление агента id %d в политику id %d." + +#: ../../include/functions_api.php:16678 +msgid "Error enable/disable discovery task. Id_user cannot be left blank." +msgstr "" +"Ошибка включения/выключения задачи discovery. Id_user не может быть пустым." + +#: ../../include/functions_api.php:16686 +msgid "" +"Error enable/disable discovery task. Enable/disable value cannot be left " +"blank." +msgstr "" +"Ошибка включения/выключения задачи discovery. Значение включения/выключения " +"нельзя оставлять пустым." + +#: ../../include/functions_api.php:16711 +msgid "Error in discovery task enabling/disabling." +msgstr "Ошибка включения/выключения задачи discovery." + +#: ../../include/functions_api.php:16719 +msgid "Enabled discovery task." +msgstr "Включено задание discovery." + +#: ../../include/functions_api.php:16727 +msgid "Disabled discovery task." +msgstr "Выключено задание discovery." + +#: ../../include/functions_networkmap.php:1322 +msgid "Radial dynamic" +msgstr "Радиальная динамика" + +#: ../../include/functions_networkmap.php:1326 +#: ../../include/functions_maps.php:38 +msgid "Topology" +msgstr "Топология" + +#: ../../include/functions_networkmap.php:1344 +msgid "Create a new topology map" +msgstr "Создать новую карту топологии" + +#: ../../include/functions_networkmap.php:1345 +msgid "Create a new group map" +msgstr "Создать новую карту группы" + +#: ../../include/functions_networkmap.php:1346 +msgid "Create a new dynamic map" +msgstr "Создайте новую динамическую карту" + +#: ../../include/functions_networkmap.php:1348 +msgid "Create a new radial dynamic map" +msgstr "Создайте новую радиальную динамическую карту" + +#: ../../include/functions_networkmap.php:2063 +#: ../../include/functions_maps.php:73 +msgid "Copy of " +msgstr "Копия " + +#: ../../include/ajax/double_auth.ajax.php:144 +msgid "" +"This is the private code that you should use with your authenticator app" +msgstr "" +"Это личный код, который вы должны использовать в приложении аутентификатора." + +#: ../../include/ajax/double_auth.ajax.php:145 +#: ../../include/ajax/double_auth.ajax.php:288 +msgid "" +"You could enter the code manually or use the QR code to add it automatically" +msgstr "" +"Вы можете ввести код вручную или использовать QR-код для его автоматического " +"добавления" + +#: ../../include/ajax/double_auth.ajax.php:151 +#: ../../include/ajax/double_auth.ajax.php:294 +msgid "QR" +msgstr "QR" + +#: ../../include/ajax/double_auth.ajax.php:190 +msgid "You are about to activate the double authentication" +msgstr "Вы собираетесь активировать двойную аутентификацию" + +#: ../../include/ajax/double_auth.ajax.php:192 +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 "" +"При включении этой опции доступ к вашей учетной записи будет более " +"безопасным, \n" +"\t\tпоскольку после входа в систему потребуется ввести код, сгенерированный " +"другим приложением." + +#: ../../include/ajax/double_auth.ajax.php:197 +msgid "" +"You will need to install the app from the following link before continue" +msgstr "" +"Прежде чем продолжить, вам необходимо установить приложение по следующей " +"ссылке" + +#: ../../include/ajax/double_auth.ajax.php:202 +msgid "Download the app" +msgstr "Скачать приложение" + +#: ../../include/ajax/double_auth.ajax.php:206 +#: ../../include/ajax/double_auth.ajax.php:299 +#: ../../include/functions_update_manager.php:250 +msgid "Continue" +msgstr "Продолжить" + +#: ../../include/ajax/double_auth.ajax.php:222 +msgid "Are you installed the app yet?" +msgstr "Вы уже установили приложение?" + +#: ../../include/ajax/double_auth.ajax.php:282 +msgid "A private code has been generated" +msgstr "Был сгенерирован личный код" + +#: ../../include/ajax/double_auth.ajax.php:287 +msgid "" +"Before continue, you should create a new entry into the authenticator app" +msgstr "" +"Прежде чем продолжить, необходимо создать новую запись в приложении " +"аутентификатора" + +#: ../../include/ajax/double_auth.ajax.php:297 +msgid "Refresh code" +msgstr "Обновить код" + +#: ../../include/ajax/double_auth.ajax.php:366 +msgid "Are you introduced the code in the authenticator app yet?" +msgstr "Вы уже ввели код в приложение аутентификатора?" + +#: ../../include/ajax/double_auth.ajax.php:429 +msgid "Introduce a code generated by the app" +msgstr "Введите код, сгенерированный приложением" + +#: ../../include/ajax/double_auth.ajax.php:430 +msgid "If the code is valid, the double authentication will be activated" +msgstr "Если код действителен, будет активирована двойная аутентификация" + +#: ../../include/ajax/double_auth.ajax.php:439 +msgid "Validate code" +msgstr "Проверить правильность кода" + +#: ../../include/ajax/double_auth.ajax.php:491 +msgid "The code is valid, you can exit now" +msgstr "Код действителен, вы можете выйти сейчас" + +#: ../../include/ajax/double_auth.ajax.php:508 +msgid "The code is valid, but it was an error saving the data" +msgstr "Код действителен, но при сохранении данных произошла ошибка" + +#: ../../include/ajax/alert_list.ajax.php:275 +#: ../../include/ajax/alert_list.ajax.php:300 ../../include/ajax/module.php:970 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.php:568 +#: ../../operation/agentes/alerts_status.php:602 +#: ../../operation/agentes/alerts_status.php:635 +msgid "Force execution" +msgstr "Принудительное выполнение" + +#: ../../include/ajax/alert_list.ajax.php:275 +#: ../../include/ajax/alert_list.ajax.php:300 ../../include/ajax/module.php:970 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../operation/agentes/alerts_status.php:568 +#: ../../operation/agentes/alerts_status.php:602 +#: ../../operation/agentes/alerts_status.php:635 +msgid "F." +msgstr "F." + +#: ../../include/ajax/alert_list.ajax.php:327 +#: ../../operation/agentes/alerts_status.php:721 +msgid "No alerts found" +msgstr "Оповещения не найдены" + +#: ../../include/ajax/snmp_browser.ajax.php:113 +#: ../../include/ajax/snmp_browser.ajax.php:124 +#: ../../include/ajax/snmp_browser.ajax.php:134 +msgid "SNMP modules" +msgstr "Модули SNMP" + +#: ../../include/ajax/snmp_browser.ajax.php:117 +msgid "Error creating the following modules:" +msgstr "Ошибка при создании следующих модулей:" + +#: ../../include/ajax/snmp_browser.ajax.php:128 +msgid "Modules successfully created" +msgstr "Модули успешно созданы" + +#: ../../include/ajax/snmp_browser.ajax.php:138 +msgid "Module must be applied to an agent or a policy" +msgstr "Модуль должен быть применен к агенту или политике" + +#: ../../include/ajax/snmp_browser.ajax.php:263 +msgid "Failed to create policy" +msgstr "Не удалось создать политику" + +#: ../../include/ajax/snmp_browser.ajax.php:264 +msgid "Policy created succesfully" +msgstr "Политика создана успешно" + +#: ../../include/ajax/module.php:207 +msgid "3 months" +msgstr "3 месяца" + +#: ../../include/ajax/module.php:210 +msgid "2 years" +msgstr "2 года" + +#: ../../include/ajax/module.php:211 +msgid "3 years" +msgstr "3 года (3 years)" + +#: ../../include/ajax/module.php:223 +#: ../../operation/agentes/datos_agente.php:194 +msgid "Choose a time from now" +msgstr "Выберите время с этого момента" + +#: ../../include/ajax/module.php:249 +#: ../../operation/agentes/datos_agente.php:197 +msgid "Specify time range" +msgstr "Укажите временной диапазон" + +#: ../../include/ajax/module.php:307 +msgid "Exact phrase" +msgstr "Точная фраза" + +#: ../../include/ajax/module.php:399 ../../operation/agentes/stat_win.php:429 +#: ../../operation/agentes/interface_traffic_graph_win.php:303 +msgid "" +"In Pandora FMS, data is stored compressed. The data visualization in " +"database, charts or CSV exported data won't match, because is interpreted at " +"runtime. Please check 'Pandora FMS Engineering' chapter from documentation." +msgstr "" +"В Pandora FMS данные хранятся в сжатом виде. Визуализация данных в базе " +"данных, графики или CSV экспортированные данные не будут соответствовать, " +"так как интерпретируются во время выполнения. Пожалуйста, ознакомьтесь с " +"главой 'Pandora FMS Инженерия' из документации." + +#: ../../include/ajax/module.php:1280 +msgid "Any monitors aren't with this filter." +msgstr "Нет приборов контроля с этим фильтром." + +#: ../../include/ajax/module.php:1282 +msgid "This agent doesn't have any active monitors." +msgstr "Этот агент не имеет никаких активных приборов контроля" + +#: ../../include/ajax/custom_fields.php:414 +msgid "Current interval" +msgstr "Текущий интервал" + +#: ../../include/ajax/custom_fields.php:460 +#: ../../include/ajax/custom_fields.php:513 +msgid "Modules normal" +msgstr "Нормальные Модули" + +#: ../../include/ajax/custom_fields.php:471 +msgid "Modules critical" +msgstr "Критические Модули" + +#: ../../include/ajax/custom_fields.php:482 +msgid "Modules warning" +msgstr "Предостережения о модулях" + +#: ../../include/ajax/custom_fields.php:492 +msgid "Modules unknown" +msgstr "Неизвестные Модули" + +#: ../../include/ajax/custom_fields.php:503 +msgid "Modules no init" +msgstr "Модули без инициализации" + +#: ../../include/ajax/custom_fields.php:545 +msgid "New Filter" +msgstr "Новый фильтр" + +#: ../../include/ajax/custom_fields.php:552 +msgid "Existing Filter" +msgstr "Существующий фильтр" + +#: ../../include/ajax/custom_fields.php:700 +msgid "Delete filter" +msgstr "Удалить фильтр" + +#: ../../include/ajax/custom_fields.php:750 +msgid "Filter name already exists in the bbdd" +msgstr "Имя фильтра уже существует в БД" + +#: ../../include/ajax/custom_fields.php:762 +msgid "Please, select a custom field" +msgstr "Пожалуйста, выберите пользовательское поле" + +#: ../../include/ajax/custom_fields.php:790 +msgid "Success create filter." +msgstr "Успешное создание фильтра." + +#: ../../include/ajax/custom_fields.php:797 +msgid "Error create filter." +msgstr "Ошибка при создании фильтра." + +#: ../../include/ajax/custom_fields.php:822 +#: ../../include/ajax/custom_fields.php:895 +msgid "please, select a filter" +msgstr "пожалуйста, выберите фильтр" + +#: ../../include/ajax/custom_fields.php:838 +msgid "please, select a custom field" +msgstr "пожалуйста, выберите пользовательское поле" + +#: ../../include/ajax/custom_fields.php:864 +msgid "Success update filter." +msgstr "Успешное обновление фильтра." + +#: ../../include/ajax/custom_fields.php:871 +msgid "Error update filter." +msgstr "Ошибка обновления фильтра." + +#: ../../include/ajax/custom_fields.php:914 +msgid "Success delete filter." +msgstr "Успешное удаление фильтра." + +#: ../../include/ajax/custom_fields.php:921 +msgid "Error delete filter." +msgstr "Ошибка удаления фильтра." + +#: ../../include/ajax/update_manager.ajax.php:119 +msgid "Invalid extension. The package must have the extension .oum." +msgstr "Недопустимое расширение. Пакет должен иметь расширение .oum." + +#: ../../include/ajax/update_manager.ajax.php:126 +msgid "The file was not uploaded succesfully." +msgstr "Файл не был обновлен корректно." + +#: ../../include/ajax/update_manager.ajax.php:286 +msgid "Package rejected." +msgstr "Пакет отклонен." + +#: ../../include/ajax/update_manager.ajax.php:602 +msgid "The package is extracted." +msgstr "Пакет извлечён." + +#: ../../include/ajax/update_manager.ajax.php:605 +msgid "Error in package extraction." +msgstr "Ошибка при извлечении пакета." + +#: ../../include/ajax/update_manager.ajax.php:626 +msgid "An error ocurred in the installation process." +msgstr "В процессе установки произошла ошибка." + +#: ../../include/ajax/update_manager.ajax.php:755 +msgid "Delete files" +msgstr "Удалить файлы" + +#: ../../include/ajax/update_manager.ajax.php:756 +msgid "The oum has no files to remove" +msgstr "У oum нет файлов для удаления" + +#: ../../include/ajax/update_manager.ajax.php:758 +msgid "Not deleted" +msgstr "Не удалено" + +#: ../../include/ajax/update_manager.ajax.php:759 +msgid "The file delete_file.txt can not be read" +msgstr "Файл delete_file.txt не может быть прочитан" + +#: ../../include/ajax/update_manager.ajax.php:760 +msgid "'deleted' folder could not be created" +msgstr "Не удалось создать папку 'удалено'" + +#: ../../include/ajax/update_manager.ajax.php:761 +msgid "'deleted' folder was created" +msgstr "была создана папка 'удалено'" + +#: ../../include/ajax/update_manager.ajax.php:763 +msgid "The \"delete files\" could not be the \"delete\" folder" +msgstr "Папка \"удалить файлы\" не может быть папкой \"удалить\"" + +#: ../../include/ajax/update_manager.ajax.php:766 +msgid "The \"delete files\" is moved to the \"delete\" folder" +msgstr "\"Удалить файлы\" перемещается в папку \"Удалить\"." + +#: ../../include/ajax/events.php:94 +msgid "Failed to retrieve comments" +msgstr "Не удалось получить комментарии" + +#: ../../include/ajax/events.php:590 ../../operation/events/events_list.php:406 +msgid "New filter" +msgstr "Новый фильтр" + +#: ../../include/ajax/events.php:608 ../../operation/events/events_list.php:424 +msgid "Save in Group" +msgstr "Сохранить в группе" + +#: ../../include/ajax/events.php:644 ../../operation/events/events_list.php:453 +msgid "Overwrite filter" +msgstr "Переписать фильтр" + +#: ../../include/ajax/events.php:715 +#: ../../operation/events/events_list.php:1521 +msgid "Filter name cannot be left blank" +msgstr "Имя фильтра не может быть пустым" + +#: ../../include/ajax/events.php:1078 +msgid "Error executing response" +msgstr "Ошибка при выполнении ответа" + +#: ../../include/ajax/events.php:1352 +msgid "Related" +msgstr "Связанное" + +#: ../../include/ajax/events.php:1364 +msgid "Agent fields" +msgstr "Поля агента" + +#: ../../include/ajax/events.php:1404 +msgid "Custom data" +msgstr "Пользовательская информация" + +#: ../../include/ajax/events.php:1502 +msgid "Error adding comment" +msgstr "ошибка при создании комментария" + +#: ../../include/ajax/events.php:1503 +msgid "Comment added successfully" +msgstr "Комментарий успешно добавлен" + +#: ../../include/ajax/events.php:1504 +msgid "Error changing event status" +msgstr "Ошибка при изменении статуса события" + +#: ../../include/ajax/events.php:1505 +msgid "Event status changed successfully" +msgstr "Статус события успешно изменен" + +#: ../../include/ajax/events.php:1506 +msgid "Error changing event owner" +msgstr "Ошибка при смене владельца события" + +#: ../../include/ajax/events.php:1507 +msgid "Event owner changed successfully" +msgstr "Событие владельца успешно изменено" + +#: ../../include/ajax/events.php:1713 +msgid "Show all Events 24h" +msgstr "Показать все события 24 часа" + +#: ../../include/ajax/events.php:1846 +msgid "These commands will apply to all selected events" +msgstr "Эти команды будут применяться ко всем выбранным событиям" + +#: ../../include/ajax/events.php:1875 +#: ../../include/class/ExternalTools.class.php:568 +#: ../../include/functions_events.php:3773 +msgid "Execute" +msgstr "Выполнение" + +#: ../../include/ajax/events.php:1954 +msgid "Alert fired in module " +msgstr "Предупреждение сработало в модуле " + +#: ../../include/ajax/events.php:1969 +msgid " is going to critical" +msgstr " меняется на критическое" + +#: ../../include/ajax/events.php:1983 +msgid " is going to warning" +msgstr " намерен предупредить об опасночти" + +#: ../../include/ajax/events.php:1997 +msgid " is going to unknown" +msgstr " меняется на неизвестное" + +#: ../../include/ajax/rolling_release.ajax.php:55 +msgid "The sql file contains a dangerous query" +msgstr "В sql-файле содержится опасный запрос" + +#: ../../include/ajax/rolling_release.ajax.php:103 +msgid "" +"An error occurred while updating the database schema to the minor release " +msgstr "" +"Произошла ошибка при обновлении схемы базы данных до минимального обновления " + +#: ../../include/ajax/rolling_release.ajax.php:116 +#: ../../include/ajax/rolling_release.ajax.php:128 +msgid "The directory " +msgstr "Каталог " + +#: ../../include/ajax/rolling_release.ajax.php:116 +msgid " should have read permissions in order to update the database schema" +msgstr " должны иметь права на чтение, чтобы обновить схему базы данных" + +#: ../../include/ajax/rolling_release.ajax.php:128 +msgid " does not exist" +msgstr " не существует" + +#: ../../include/ajax/graph.ajax.php:161 +msgid "Time container lapse" +msgstr "Задержка контейнера во времени" + +#: ../../include/functions_agents.php:954 +msgid "" +"There was an error copying the agent configuration, the copy has been " +"cancelled" +msgstr "" +"Найдена ошибка при копировании конфигурации агента, копия была отменена" + +#: ../../include/functions_agents.php:2757 +#: ../../include/functions_agents.php:2796 +#: ../../include/functions_agents.php:2867 +msgid "No Monitors" +msgstr "Нет приборов контроля" + +#: ../../include/functions_agents.php:2765 +#: ../../include/functions_agents.php:2820 +#: ../../include/functions_agents.php:2875 +#: ../../include/functions_reporting.php:11272 +msgid "At least one module in CRITICAL status" +msgstr "Хотя бы один модуль в КРИТИЧЕСКОМ статусе" + +#: ../../include/functions_agents.php:2771 +#: ../../include/functions_agents.php:2830 +#: ../../include/functions_agents.php:2883 +#: ../../include/functions_reporting.php:11279 +msgid "At least one module in WARNING status" +msgstr "По крайней мере один модуль в состоянии ОПАСНОСТЬ" + +#: ../../include/functions_agents.php:2777 +#: ../../include/functions_agents.php:2840 +#: ../../include/functions_agents.php:2891 +#: ../../include/functions_reporting.php:11286 +msgid "At least one module is in UKNOWN status" +msgstr "Хотя бы один модуль в НЕИЗВЕСТНОМ статусе" + +#: ../../include/functions_agents.php:2783 +#: ../../include/functions_agents.php:2850 +#: ../../include/functions_agents.php:2899 +#: ../../include/functions_reporting.php:11293 +msgid "All Monitors OK" +msgstr "Все приборы контроля ОК" + +#: ../../include/functions_agents.php:2808 +msgid "Alert fired on agent" +msgstr "Предупреждение сработало по агенту" + +#: ../../include/functions_agents.php:3799 +msgid "Dialog response time" +msgstr "Время отклика диалога" + +#: ../../include/functions_integriaims.php:41 +msgid "Configure Integria IMS" +msgstr "Настройка Integria IMS" + +#: ../../include/functions_integriaims.php:42 +msgid "Ticket list" +msgstr "Список заявок" + +#: ../../include/functions_integriaims.php:43 +msgid "New ticket" +msgstr "Новая заявка" + +#: ../../include/functions_integriaims.php:72 +msgid "Edit ticket" +msgstr "Редактировать заявку" + +#: ../../include/functions_integriaims.php:73 +msgid "View ticket" +msgstr "Просмотр заявки" + +#: ../../include/functions_integriaims.php:219 +msgid "" +"API request failed. Please check Integria IMS' access credentials in Pandora " +"setup." +msgstr "" +"Не удалось выполнить запрос API. Пожалуйста, проверьте учетные данные " +"доступа Integria IMS в настройке Pandora." + +#: ../../include/functions_modules.php:3495 +msgid "Realtime SNMP graph" +msgstr "График SNMP в реальном времени" + +#: ../../include/functions_modules.php:3560 +msgid "ALL" +msgstr "ВСЕ" + +#: ../../include/functions_modules.php:3576 +msgid "NOT NORMAL" +msgstr "НЕ НОРМАЛЬНО" + +#: ../../include/auth/mysql.php:295 ../../include/auth/mysql.php:323 +msgid "" +"Problems with configuration permissions. Please contact with Administrator" +msgstr "" +"Проблемы с разрешениями на конфигурацию. Пожалуйста, свяжитесь с " +"Администратором" + +#: ../../include/auth/mysql.php:310 ../../include/auth/mysql.php:408 +#: ../../include/auth/mysql.php:428 +msgid "User not found in database or incorrect password" +msgstr "Пользователь не найден в базе данных или неверный пароль" + +#: ../../include/auth/mysql.php:336 +msgid "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" +msgstr "" +"Ой! Пользователь не найден в \n" +"\t\t\t\t\t\t\tбазе данных или неверный пароль" + +#: ../../include/auth/mysql.php:354 ../../include/auth/mysql.php:395 +#: ../../include/auth/mysql.php:447 +msgid "Fail the group synchronizing" +msgstr "Не удалась групповая синхронизациия" + +#: ../../include/auth/mysql.php:360 ../../include/auth/mysql.php:401 +#: ../../include/auth/mysql.php:453 +msgid "Fail the tag synchronizing" +msgstr "Не удается синхронизировать тег" + +#: ../../include/auth/mysql.php:381 +msgid "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" +msgstr "" +"Пользователь не найден в базе данных \n" +"\t\t\t\t\t\t\t\tили неверный пароль" + +#: ../../include/auth/mysql.php:758 +msgid "Could not changes password on remote pandora" +msgstr "Не удалось изменить пароль в дистанционной Pandora FMS" + +#: ../../include/auth/mysql.php:806 +msgid "Your installation of PHP does not support LDAP" +msgstr "Ваша установка PHP не поддерживает LDAP" + +#: ../../include/api.php:206 +msgid "User or group not specified" +msgstr "Пользователь или группа не указаны" + +#: ../../include/api.php:207 +msgid "User, group not specified" +msgstr "Пользователь, группа не указаны" + +#: ../../include/api.php:238 +msgid "User, group or profile not specified" +msgstr "Пользователь, группа или профиль не указаны" + +#: ../../include/api.php:239 +msgid "User, group or profile status not specified" +msgstr "Статус пользователя, группа или профиль не указаны" + +#: ../../include/functions_graph.php:1069 +msgid "No data to display within the selected interval" +msgstr "Нет данных для отображения в течение выбранного интервала" + +#: ../../include/functions_graph.php:2580 +msgid "Not fired alerts" +msgstr "Нет запущенных оповещений" + +#: ../../include/functions_graph.php:2599 +#: ../../include/functions_graph.php:2735 +#: ../../include/functions_graph.php:2833 +#: ../../include/functions_graph.php:3294 +#: ../../include/functions_graph.php:3875 +#: ../../include/functions_reporting.php:1749 +#: ../../include/functions_reporting.php:1984 +#: ../../include/functions_reporting.php:2010 +#: ../../include/functions_reporting.php:2037 +#: ../../include/functions_reporting.php:2065 +#: ../../include/functions_reporting.php:2972 +#: ../../include/functions_reporting.php:3342 +#: ../../include/functions_reporting.php:3370 +#: ../../include/functions_reporting.php:3398 +#: ../../include/functions_reporting.php:9502 +#: ../../include/functions_reporting.php:9530 +#: ../../include/functions_reporting.php:9558 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:514 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:470 +msgid "other" +msgstr "прочее" + +#: ../../include/functions_graph.php:3276 +#: ../../include/functions_events.php:2568 +#: ../../include/functions_events.php:3329 +#: ../../include/functions_events.php:3613 +#: ../../include/functions_events.php:3622 +#: ../../include/functions_events.php:3629 +#: ../../include/functions_events.php:3636 +#: ../../include/functions_events.php:6020 +#: ../../include/functions_events.php:6028 +#: ../../operation/snmpconsole/snmp_view.php:610 +#: ../../operation/snmpconsole/snmp_view.php:943 +#: ../../operation/snmpconsole/snmp_view.php:1241 +msgid "Validated" +msgstr "Проверено" + +#: ../../include/functions_graph.php:3405 ../../include/functions_ui.php:3633 +#: ../../include/functions_events.php:98 +#: ../../include/functions_events.php:2848 +#: ../../operation/events/events.php:1931 +msgid "SYSTEM" +msgstr "СИСТЕМА" + +#: ../../include/functions_graph.php:5461 +msgid "Main node" +msgstr "Главный узел" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "Иерархия агентов" + +#: ../../include/functions_treeview.php:52 +msgid "There was a problem loading module" +msgstr "Найдена проблема при загрузке модуля" + +#: ../../include/functions_treeview.php:342 +msgid "Go to module edition" +msgstr "Перейти к модулю редактирования" + +#: ../../include/functions_treeview.php:393 +msgid "There was a problem loading alerts" +msgstr "Найдена проблема при загрузке оповещений" + +#: ../../include/functions_treeview.php:478 +msgid "Go to alerts edition" +msgstr "Перейти к редактированию оповещений." + +#: ../../include/functions_treeview.php:571 +#: ../../operation/agentes/agent_fields.php:24 +#: ../../operation/agentes/custom_fields.php:24 +#: ../../operation/agentes/estado_generalagente.php:62 +msgid "There was a problem loading agent" +msgstr "Произошла ошибка при загрузке агента" + +#: ../../include/functions_treeview.php:641 +#: ../../operation/agentes/estado_generalagente.php:493 +msgid "Other IP addresses" +msgstr "Другие IP адреса" + +#: ../../include/functions_treeview.php:683 +msgid "Next agent contact" +msgstr "Следующий контактный агент" + +#: ../../include/functions_treeview.php:710 +msgid "Edit cluster" +msgstr "Редактировать кластер" + +#: ../../include/functions_treeview.php:714 +msgid "Go to agent edition" +msgstr "Перейти к редактированию агента" + +#: ../../include/functions_treeview.php:726 +msgid "Agent data" +msgstr "Данные агента" + +#: ../../include/functions_treeview.php:757 +#: ../../operation/agentes/estado_generalagente.php:459 +msgid "Position (Long, Lat)" +msgstr "Позиция (Длина, Широта)" + +#: ../../include/functions_treeview.php:774 +#: ../../operation/agentes/estado_generalagente.php:501 +msgid "Timezone Offset" +msgstr "смещение часового пояса" + +#: ../../include/functions_treeview.php:806 +msgid "Advanced information" +msgstr "Дополнительная информация" + +#: ../../include/functions_treeview.php:819 +msgid "Agent access rate (24h)" +msgstr "Скорость доступа агента (24 часа)" + +#: ../../include/functions_treeview.php:908 +msgid "Interface information" +msgstr "Информация Интерфейса" + +#: ../../include/functions_menu.php:493 +msgid "Configure user" +msgstr "Сконфигурировать пользователя" + +#: ../../include/functions_menu.php:494 +msgid "Configure profile" +msgstr "Сконфигурировать профиль" + +#: ../../include/functions_menu.php:496 +msgid "Manage recontask" +msgstr "Управление рекон задачей" + +#: ../../include/functions_menu.php:498 +msgid "Module templates management" +msgstr "Управление шаблонами модуля" + +#: ../../include/functions_menu.php:499 +msgid "Inventory modules management" +msgstr "Управление модулями инвентаризации" + +#: ../../include/functions_menu.php:504 +msgid "View agent" +msgstr "Просмотр агента" + +#: ../../include/functions_menu.php:508 +msgid "Manage network map" +msgstr "Управление сетевыми картами" + +#: ../../include/functions_menu.php:510 +msgid "Builder visual console" +msgstr "Конфигуратор визуальной консоли" + +#: ../../include/functions_menu.php:512 +msgid "Administration events" +msgstr "События Администрирования" + +#: ../../include/functions_menu.php:514 +msgid "View reporting" +msgstr "Посмотреть отчетности" + +#: ../../include/functions_menu.php:515 +msgid "Graph viewer" +msgstr "Средство просмотра графиков" + +#: ../../include/functions_menu.php:517 +msgid "Manage custom graphs" +msgstr "Управление пользовательскими графиками" + +#: ../../include/functions_menu.php:518 +msgid "View graph containers" +msgstr "Просмотр графических контейнеров" + +#: ../../include/functions_menu.php:519 +msgid "Manage graph containers" +msgstr "Управление контейнерами графиков" + +#: ../../include/functions_menu.php:520 +msgid "View graph templates" +msgstr "Просмотр шаблонов графиков" + +#: ../../include/functions_menu.php:521 +msgid "Manage graph templates" +msgstr "Управление шаблонами графиков" + +#: ../../include/functions_menu.php:522 +msgid "Graph template items" +msgstr "Элементы шаблона графика" + +#: ../../include/functions_menu.php:523 +msgid "Graph template wizard" +msgstr "Мастер шаблонов графиков" + +#: ../../include/functions_menu.php:526 +msgid "Manage GIS Maps" +msgstr "Управление ГИС Картами" + +#: ../../include/functions_menu.php:529 +msgid "Incidents statistics" +msgstr "Статистика инцидентов" + +#: ../../include/functions_menu.php:530 +msgid "Manage messages" +msgstr "Управление сообщениями" + +#: ../../include/functions_menu.php:532 +msgid "Manage groups" +msgstr "Управление группами" + +#: ../../include/functions_menu.php:533 +msgid "Manage module groups" +msgstr "Управление модулем групп" + +#: ../../include/functions_menu.php:534 +msgid "Manage custom field" +msgstr "Управлять пользовательским полем" + +#: ../../include/functions_menu.php:536 +msgid "Manage alert actions" +msgstr "Управлять оповещением действий" + +#: ../../include/functions_menu.php:537 +msgid "Manage commands" +msgstr "Управление коммандами" + +#: ../../include/functions_menu.php:538 +msgid "Manage event alerts" +msgstr "Управлять событиями оповещения" + +#: ../../include/functions_menu.php:540 +msgid "Manage export targets" +msgstr "Управление экспортом заданий" + +#: ../../include/functions_menu.php:542 +msgid "Manage services" +msgstr "Управление сервисамиой" + +#: ../../include/functions_menu.php:544 ../../operation/menu.php:129 +msgid "SNMP filters" +msgstr "Фильтры SNMP" + +#: ../../include/functions_menu.php:546 ../../operation/menu.php:130 +msgid "SNMP trap generator" +msgstr "Генератор прерывания SNMP" + +#: ../../include/functions_menu.php:549 +msgid "Manage incident" +msgstr "Управление инцидентами" + +#: ../../include/functions_menu.php:602 +msgid "Administration" +msgstr "Администрирование" + +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:55 +msgid "Informative" +msgstr "Информативный" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:59 +#: ../../include/functions_netflow.php:1588 +msgid "Low" +msgstr "Низкий" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_netflow.php:1589 +msgid "Medium" +msgstr "Средний" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:67 +msgid "Serious" +msgstr "Серьезный" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:71 +msgid "Very serious" +msgstr "Очень серьезный" + +#: ../../include/functions_incidents.php:95 +#: ../../include/functions_incidents.php:116 +msgid "Active incidents" +msgstr "Активные инциденты" + +#: ../../include/functions_incidents.php:96 +#: ../../include/functions_incidents.php:120 +msgid "Active incidents, with comments" +msgstr "Активные инциденты, с комментриями" + +#: ../../include/functions_incidents.php:97 +#: ../../include/functions_incidents.php:124 +msgid "Rejected incidents" +msgstr "Отклоненные инциденты" + +#: ../../include/functions_incidents.php:98 +#: ../../include/functions_incidents.php:128 +msgid "Expired incidents" +msgstr "Истекшие инциденты" + +#: ../../include/functions_incidents.php:99 +#: ../../include/functions_incidents.php:132 +msgid "Closed incidents" +msgstr "Закрытые инциденты" + +#: ../../include/help/clippy/topology_group.php:35 +msgid "Topology Group" +msgstr "Топология групп" + +#: ../../include/help/clippy/topology_group.php:35 +msgid "" +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " +msgstr "" +"Обратите внимание, что карты топологии групп не показывают родительские " +"отношения между узлами, они показывают только родительские отношения групп и " +"распределение агентов внутри них. " + +#: ../../include/help/clippy/homepage.php:75 +msgid "Hi, can I help you?" +msgstr "Здравствуйте, могу ли я Вам чем-то помочь?" + +#: ../../include/help/clippy/homepage.php:75 +#, php-format +msgid "" +"Let me introduce my self: I am Pandorin, the annoying assistant of %s. You " +"can follow my steps to do basic tasks in %s or you can close me and never " +"see me again." +msgstr "" +"Позвольте представиться: Я - Пандорин, надоедливый помощник %s. Вы можете " +"следовать моим указаниям для выполнения основных задач в %s или закрыть меня " +"и больше никогда не видеть." + +#: ../../include/help/clippy/homepage.php:75 +msgid "Close this wizard and don't open it again." +msgstr "Закрыть помощника и больше не открывать его." + +#: ../../include/help/clippy/homepage.php:79 +msgid "Which task would you like to do first?" +msgstr "Какое задание Вы хотели бы выполнить первым?" + +#: ../../include/help/clippy/homepage.php:79 +#, php-format +msgid "Ping a Linux or Windows server using a %s agent." +msgstr "Ping сервера Linux или Windows с помощью агента %s." + +#: ../../include/help/clippy/homepage.php:79 +msgid "Create a alert by email in a critical module." +msgstr "Создайте предупреждение по электронной почте при критическом модуле." + +#: ../../include/help/clippy/homepage.php:190 +#, php-format +msgid "" +"The first thing you have to do is to setup the e-mail config on the %s " +"Server." +msgstr "" +"Первое, что Вам нужно сделать, это настроить конфигурацию электронной почты " +"на сервере %s." + +#: ../../include/help/clippy/homepage.php:190 +msgid "If you have it already configured you can go to the next step." +msgstr "Если она уже настроена, вы можете перейти к следующему шагу." + +#: ../../include/help/clippy/homepage.php:195 +msgid "Now, pull down the Manage alerts menu and click on Actions. " +msgstr "" +"Теперь перейдите в меню Управление предупреждениями и нажмите на Действия. " + +#: ../../include/help/clippy/module_unknow.php:35 +msgid "You have unknown modules in this agent." +msgstr "У вас есть неизвестные модули в этом агенте." + +#: ../../include/help/clippy/module_unknow.php:35 +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:46 +msgid "" +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." +msgstr "" +"Обратите внимание, что ваш агент настроен так, чтобы не добавлять новые " +"модули, поступающие из XML данных." + +#: ../../include/help/clippy/modules_not_learning_mode.php:46 +msgid "" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." +msgstr "" +"Это означает, что если у вас есть локальный плагин или вы вручную добавляете " +"новые модули в файл конфигурации, у вас не будет его в вашем агенте, если вы " +"сначала не создадите его вручную в интерфейсе (с точным именем и типом, как " +"указано в XML-файле)." + +#: ../../include/help/clippy/modules_not_learning_mode.php:46 +msgid "" +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." +msgstr "" +"Вы должны использовать \"нормальный\" режим (без обучения) только в том " +"случае, если вы не собираетесь добавлять дополнительные модули к агенту." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:35 +msgid "" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your email." +msgstr "" +"Последний шаг - проверка созданного предупреждения. Нажмите на круглый " +"значок для принудительного выполнения действия, и через несколько минут вы " +"получите предупреждение по электронной почте." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:35 +msgid "" +"And restart your pandora server to read again general configuration tokens." +msgstr "" +"И перезапустите свой сервер Pandora FMS, чтобы снова считать токены общей " +"конфигурации." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:35 +msgid "" +"Let me show you how to create an email action: Click on Create button and " +"fill the form showed in the following screen." +msgstr "" +"Сейчас я покажу вам, как создать действие электронной почты: Нажмите кнопку " +"Создать и заполните форму, показанную на следующем экране." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:49 +msgid "" +"Now, you have to go to the monitors list and look for a critical module to " +"apply the alert." +msgstr "" +"Теперь нужно перейти к списку приборов контроля и найти критический модуль " +"для применения предупреждения." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:54 +msgid "" +"Click on the arrow to drop down the Monitoring submenu and select Monitor " +"Detail." +msgstr "" +"Нажмите на стрелку, чтобы опустилось подменю Мониторинг, и выберите пункт " +"Детали Монитора." + +#: ../../include/help/clippy/agent_out_of_limits.php:35 +msgid "Agent contact date passed it's ETA!." +msgstr "Истек предполагаемый срок даты обращения агента!" + +#: ../../include/help/clippy/agent_out_of_limits.php:35 +msgid "" +"This happen when your agent stopped reporting or the server have any problem " +"(too load or just down). Check also connectivity between the agent and the " +"server." +msgstr "" +"Это происходит, когда ваш агент перестал создавать отчеты или на сервере " +"возникли проблемы (слишком большая нагрузка или он просто не работает). " +"Проверьте также соединение между агентом и сервером." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:34 +msgid "I'm going to show you how to monitor a server." +msgstr "Я хочу показать Вам, как проводить мониторинг сервера." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:38 +msgid "Please, type an agent to save the modules for monitoring a server." +msgstr "" +"Пожалуйста, введите агент, чтобы сохранить модули для мониторинга сервера." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:43 +msgid "If you have typed the name correctly you will see the agent." +msgstr "Если Вы правильно ввели имя, вы увидите агента." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:57 +msgid "Now, please choose the agent you searched." +msgstr "Теперь выберите агента, которого Вы искали." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:62 +msgid "Choose the agent and click on the name." +msgstr "Выберите агента и нажмите на его имя." + +#: ../../include/help/clippy/modules_not_init.php:35 +msgid "You have non initialized modules" +msgstr "У Вас есть не инициализированные модули" + +#: ../../include/help/clippy/modules_not_init.php:35 +msgid "" +"This happen when you have just created a module and it's not executed at " +"first time. Usually in a few seconds should be initialized and you will be " +"able to see in main view. If you keep non-init modules for more than 24hr " +"(due a problem in it's execution or configuration) they will be " +"automatically deleted by the system. Non-init are not visible in the “main " +"view”, you can see/edit them in the module administration section, in the " +"agent administrator." +msgstr "" +"Это происходит, когда вы только что создали модуль и он не выполняется с " +"первого раза. Обычно через несколько секунд модуль инициализируется, и вы " +"сможете увидеть его в главном окне. Если вы держите неинициированные модули " +"более 24 часов (из-за проблем в их выполнении или конфигурации), они будут " +"автоматически удалены системой. Неинициированные модули не видны в главном " +"окне, их можно увидеть/отредактировать в разделе администрирования модулей, " +"в администраторе агента." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:34 +msgid "Fill the name of your action." +msgstr "Введите название вашего действия." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:38 +msgid "" +"Select the group in the drop-down list and filter for ACL (the user in this " +"group can use your action to create an alert)." +msgstr "" +"Выберите группу в выпадающем списке и отфильтруйте для ACL (пользователь из " +"этой группы может использовать ваше действие для создания предупреждения)." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:42 +msgid "In the command field select \"email\"." +msgstr "В командном поле выберите \"email\"." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:46 +msgid "" +"In the threshold field enter the seconds. The help icon show more " +"information." +msgstr "" +"В поле порог введите секунды. Значок справки показывает дополнительную " +"информацию." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:51 +msgid "" +"In the first field enter the email address/addresses where you want to " +"receive the email alerts separated with comas ( , ) or white spaces." +msgstr "" +"В первом поле введите адрес/адреса электронной почты, на которые вы хотите " +"получать уведомления, разделив их запятыми ( , ) или пробелами." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:56 +msgid "" +"In the \"Subject\" field you can use the macros _agent_ or _module_ for " +"each name." +msgstr "" +"В поле \"Тема\" вы можете использовать макросы _agent_ или _module_ для темы " +"письма." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:61 +msgid "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." +msgstr "" +"В текстовом поле можно также использовать макросы. Получите дополнительную " +"информацию о макросах, нажав на значок справки." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:66 +msgid "Click on Create button to create the action." +msgstr "Нажмите кнопку Создать, чтобы создать действие." + +#: ../../include/help/clippy/data_configuration_module.php:35 +msgid "Data Configuration Module." +msgstr "Модуль конфигурации данных." + +#: ../../include/help/clippy/data_configuration_module.php:35 +msgid "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." +msgstr "" +"Обратите внимание, что информация, предоставленная здесь, влияет на то, как " +"агент собирает информацию и генерирует данные XML. Любые " +"данные/конфигурация, сообщаемые агентом, отличающиеся от данных или " +"описания, отбрасываются, и конфигурация, отображаемая в консоли, превалирует " +"над любой конфигурацией, поступающей от агента, это относится, например, к " +"критическим порогам/порогам предупреждения, интервалу, группе модулей, " +"минимальному/максимальному значению, тегам и т.д." + +#: ../../include/help/clippy/data_configuration_module.php:35 +msgid "" +"Information imported FIRST time from the XML will fill the information you " +"can see in the console, but after the first import, system will ignore any " +"update coming from the XML/Agent." +msgstr "" +"Информация, импортированная ПЕРВЫЙ раз из XML, заполнит информацию, которую " +"вы можете увидеть в консоли, но после первого импортирования система будет " +"игнорировать любые обновления, поступающие из XML/агента." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:34 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "Теперь Вам нужно перейти в Модули. Не волнуйтесь, я Вас проведу." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:39 +msgid "Click in this tab.." +msgstr "Нажмите на эту вкладку..." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:53 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Теперь Вы должны создать модуль. Не волнуйтесь, я Вас научу." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:57 +msgid "Choose the network server module." +msgstr "Выберите модуль сетевого сервера." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:61 +msgid "And click the button." +msgstr "И нажмите на кнопку." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:75 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Теперь Вы должны создать модуль. Не волнуйтесь, я Вас научу." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:79 +msgid "Now we are going to fill the form." +msgstr "Теперь мы переходим к заполнению формы." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:83 +msgid "Please choose Network Management." +msgstr "Пожалуйста, выберите Управление сетями." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:87 +msgid "Choose the component named \"Host alive\"." +msgstr "Выберите компонент под названием \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:91 +msgid "You can change the name if you want." +msgstr "При желании Вы можете изменить имя." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:95 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" +"Проверьте, является ли указанный IP-адрес IP-адресом вашего устройства." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:99 +msgid "And only to finish it is clicking this button." +msgstr "А для завершения нажмите на эту кнопку." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:114 +msgid "" +"Congrats! Your module has been created.
    and the status color is " +"blue.
    That color means that the module hasn't been executed for " +"the first time. In the next seconds, if there is no problem, the status " +"color will turn into red or green." +msgstr "" +"Поздравляю! Вы создали свой
    модуль, а цвет статуса синий.
    Этот цвет означает, что модуль не был выполнен. В течение следующих " +"нескольких секунд, если проблем нет, цвет состояния изменится на " +"красный или зеленый." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:129 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Перейдите на вкладку предупреждения, а затем заполните форму для добавления " +"предупреждения." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:143 +msgid "Select the critical module." +msgstr "Выберите критический модуль." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:147 +msgid "In template select \"Critical Condition\"." +msgstr "В шаблоне выберите \"Критическое состояние\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:151 +msgid "Now, select the action created before." +msgstr "Теперь выберите действие, созданное ранее." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 +msgid "Click on Add Alert button to create the alert." +msgstr "" +"Нажмите кнопку Добавить Предупреждение, чтобы создать предупреждение." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:171 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" +"Чтобы проверить только что созданное предупреждение, перейдите к основному " +"виду, нажав на вкладку \"Глаз\"." + +#: ../../include/help/clippy/server_queued_modules.php:35 +msgid "Excesive Queued." +msgstr "Слишком много модулей в очереди." + +#: ../../include/help/clippy/server_queued_modules.php:35 +msgid "" +"You have too much items in the processing queue. This can happen if your " +"server is too loaded and/or not properly configured. This could be something " +"temporal, or a bottleneck. One possible solution is increase number of " +"server threads, but you should consider getting support about this." +msgstr "" +"У вас слишком много элементов в очереди. Это может произойти, если сервер " +"перегружен и/или неправильно настроен. Это может быть временным явлением или " +"являться \"узким местом\". Возможным решением является увеличение количества " +"потоков на сервере, но вам следует подумать о консультации с технической " +"поддержкой." + +#: ../../include/help/clippy/servers_down.php:35 +msgid "All servers down" +msgstr "Все серверы отключены" + +#: ../../include/help/clippy/servers_down.php:35 +msgid "" +"Can you up all servers. You go to terminal in linux and execute the next " +"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " +"introduce root pass." +msgstr "" +"Вы можете поднять все серверы. Зайдите в терминал в linux и выполните " +"следующую команду: \"sudo /etc/init.d/pandora_server restart\". Возможно, " +"потребуется ввести пароль root." + +#: ../../include/help/clippy/interval_agent_min.php:35 +msgid "Interval Agent." +msgstr "Интервалы агента." + +#: ../../include/help/clippy/interval_agent_min.php:35 +msgid "" +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will impact seriously in the performance of the " +"server. For example, having 200 agents with one minute interval, is the same " +"than having 1000 agents with a 5 minute interval. The probability of getting " +"unknown modules is higher, and the impact on the server is higher because it " +"requires a shorter response time." +msgstr "" +"Обратите внимание, что не рекомендуется использовать агентов с интервалом " +"мониторинга менее 300 секунд. Это серьезно повлияет на производительность " +"сервера. Например, иметь 200 агентов с интервалом в одну минуту - это то же " +"самое, что иметь 1000 агентов с интервалом в 5 минут. Вероятность получения " +"неизвестных модулей выше, а воздействие на сервер тоже выше, поскольку " +"требуется меньшее время отклика." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:34 +msgid "" +"Now, you have to go to the monitors list and look for a \"critical\" module " +"to apply the alert." +msgstr "" +"Теперь нужно перейти к списку приборов контроля и найти \"критический\" " +"модуль, чтобы применить предупреждение." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:38 +msgid "" +"If you know the name of the agent or the name of the module in critical " +"status, type it in this field to make the module list shorter. You can write " +"the entire name or just a part of it." +msgstr "" +"Если вы знаете имя агента или имя модуля в критическом состоянии, введите " +"его в это поле, чтобы сделать список модулей короче. Вы можете написать имя " +"полностью или только его часть." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:43 +msgid "Click on Show button to get the modules list filtered." +msgstr "" +"Нажмите на кнопку Показать, чтобы получить отфильтрованный список модулей." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:58 +msgid "" +"Now, to edit the module, click on the wrench that appears in the type column." +msgstr "" +"Теперь, чтобы отредактировать модуль, нажмите на гаечный ключ, который " +"появится в колонке типа." + +#: ../../include/help/clippy/extension_cron_send_email.php:35 +msgid "" +"The configuration of email for the task email is in the enterprise setup:" +msgstr "" +"Конфигурация электронной почты (для задач в электронной почте) находится в " +"настройках enterprise:" + +#: ../../include/help/clippy/extension_cron_send_email.php:35 +msgid "Please check if the email configuration is correct." +msgstr "Пожалуйста, проверьте правильность конфигурации электронной почты." + +#: ../../include/functions_profile.php:188 +#: ../../operation/users/user_edit.php:752 +#: ../../operation/users/user_edit.php:761 +msgid "Profiles/Groups assigned to this user" +msgstr "Профили / Группы закрепленные за данным пользователем" + +#: ../../include/functions_network.php:34 +msgid "Top listeners" +msgstr "Top listeners" + +#: ../../include/functions_network.php:35 +msgid "Top talkers" +msgstr "Top talkers" + +#: ../../include/functions_network.php:45 +msgid "Top TCP protocols" +msgstr "Top протоколов TCP" + +#: ../../include/functions_network.php:46 +msgid "Top UDP protocols" +msgstr "Top протоколов UDP" + +#: ../../include/functions_ui.php:280 +msgid "Information" +msgstr "Информация" + +#: ../../include/functions_ui.php:454 +msgid "Request successfully processed" +msgstr "Запрос успешно обработан" + +#: ../../include/functions_ui.php:458 +msgid "Error processing request" +msgstr "Ошибка при обработке рапроса" + +#: ../../include/functions_ui.php:614 +msgid "" +"Is possible that this view uses part of information which your user has not " +"access" +msgstr "" +"Возможно, что просматревается только часть информации, к которой у вашего " +"пользователя нет доступа" + +#: ../../include/functions_ui.php:863 +msgid "Software" +msgstr "Software" + +#: ../../include/functions_ui.php:1337 +msgid "The alert would fire when the value is over " +msgstr "" +"Оповещение будет запущено когда значение превышает " + +#: ../../include/functions_ui.php:1342 +msgid "The alert would fire when the value is under " +msgstr "" +"Оповещение будет запущено когда значение ниже " + +#: ../../include/functions_ui.php:1357 +msgid "Unknown option." +msgstr "Неизвестная опция." + +#: ../../include/functions_ui.php:1705 ../../include/functions_config.php:2311 +msgid "the Flexible Monitoring System" +msgstr "Гибкая система мониторинга" + +#: ../../include/functions_ui.php:2083 ../../include/functions_ui.php:2109 +#, php-format +msgid "Total items: %s" +msgstr "Всего элементов: %s" + +#: ../../include/functions_ui.php:2510 +msgid "Unknown type" +msgstr "Неизвестный тип" + +#: ../../include/functions_ui.php:3461 ../../include/functions_ui.php:3462 +msgid "Export current page to CSV" +msgstr "Экспорт текущей страницы в CSV" + +#: ../../include/functions_ui.php:3624 ../../include/functions_events.php:65 +#: ../../include/functions_events.php:91 ../../operation/events/events.php:1922 +#: ../../operation/events/events.php:1987 +msgid "ALERT" +msgstr "ПРЕДУПРЕЖДЕНИЕ" + +#: ../../include/functions_ui.php:3702 ../../include/functions_events.php:157 +#: ../../operation/events/events.php:1856 +msgid "MAINTENANCE" +msgstr "ОБСЛУЖИВАНИЕ" + +#: ../../include/functions_ui.php:3707 ../../include/functions_events.php:160 +#: ../../operation/events/events.php:1861 +msgid "INFORMATIONAL" +msgstr "ИНФОРМАЦИОННЫЕ СВЕДЕНИЯ" + +#: ../../include/functions_ui.php:3727 ../../include/functions_events.php:166 +#: ../../operation/events/events.php:1871 +msgid "MINOR" +msgstr "MINOR" + +#: ../../include/functions_ui.php:3732 ../../include/functions_events.php:163 +#: ../../operation/events/events.php:1866 +msgid "MAJOR" +msgstr "MAJOR" + +#: ../../include/functions_ui.php:4373 ../../include/functions_html.php:885 +#: ../../include/functions_html.php:3019 ../../include/functions_html.php:3511 +#: ../../include/functions_reporting.php:10348 +#: ../../include/functions_reporting.php:10505 +#: ../../include/functions_reporting.php:10519 +#: ../../include/functions_reporting.php:12833 +#: ../../include/functions_reporting.php:12908 +msgid "Enterprise version not installed" +msgstr "Версия Enterprise не установлена" + +#: ../../include/functions_ui.php:4730 +msgid "Type at least two characters to search." +msgstr "Наберите не менее двух символов для поиска" + +#: ../../include/functions_ui.php:5656 +msgid "Unhandled error" +msgstr "Небработанная ошибка" + +#: ../../include/functions_ui.php:5657 +msgid "An unhandled error occurs" +msgstr "Возникает необработанная ошибка" + +#: ../../include/functions_ui.php:5928 +#, php-format +msgid "" +"These controls are using the timezone of the system (%s) instead of yours " +"(%s). The difference with your time zone in hours is %s." +msgstr "" +"Эти элементы управления используют часовой пояс системы (%s) вместо вашего " +"(%s). Разница с вашим часовым поясом в часах составляет %s." + +#: ../../include/functions_ui.php:6232 +msgid "Query" +msgstr "Запрос" + +#: ../../include/functions_ui.php:6249 +msgid "Execute query" +msgstr "Выполнить запрос" + +#: ../../include/functions_ui.php:6271 +msgid "Results" +msgstr "Результаты" + +#: ../../include/functions_ui.php:6335 +msgid "Show password" +msgstr "Показать пароль" + +#: ../../include/functions_visual_map.php:1746 +#: ../../include/functions_visual_map.php:1748 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:273 +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:275 +msgid "Last value: " +msgstr "Последнее значение: " + +#: ../../include/functions_visual_map.php:2632 +msgid "Agent successfully added to layout" +msgstr "Агент успешно добавлен в макет" + +#: ../../include/functions_visual_map.php:2816 +msgid "Modules successfully added to layout" +msgstr "Модули успешно добавлены в макет" + +#: ../../include/functions_visual_map.php:3147 +msgid "Agents successfully added to layout" +msgstr "Агенты успешно добавлены в макет" + +#: ../../include/functions_visual_map.php:3543 +msgid "Cannot load the visualmap" +msgstr "Не удается загрузить визуальную карту" + +#: ../../include/functions_visual_map.php:4195 +#: ../../include/rest-api/models/VisualConsole/Item.php:2055 +msgid "Bars graph" +msgstr "Гистограмма" + +#: ../../include/functions_visual_map.php:4205 +#: ../../include/rest-api/models/VisualConsole/Item.php:2063 +msgid "Percentile bar" +msgstr "Меню процентиля" + +#: ../../include/functions_visual_map.php:4210 +#: ../../include/rest-api/models/VisualConsole/Item.php:2071 +msgid "Circular progress bar" +msgstr "Круговая шкала прогресса" + +#: ../../include/functions_clippy.php:152 +#, php-format +msgid "%s assistant" +msgstr "%s помощник" + +#: ../../include/functions_clippy.php:189 +#: ../../include/functions_clippy.php:194 +msgid "End wizard" +msgstr "Закрыть помощник" + +#: ../../include/functions_clippy.php:227 +msgid "Next →" +msgstr "Следующий →" + +#: ../../include/functions_clippy.php:228 +msgid "← Back" +msgstr "← Назад" + +#: ../../include/functions_clippy.php:240 +msgid "Do you want to exit the help tour?" +msgstr "Вы хотите выйти из гида помощи?" + +#: ../../include/functions_alerts.php:671 +msgid "Max and min" +msgstr "Макс и мин" + +#: ../../include/functions_alerts.php:674 +msgid "Equal to" +msgstr "РавняетсяНеизвестный статус" + +#: ../../include/functions_alerts.php:675 +msgid "Not equal to" +msgstr "Не равно" + +#: ../../include/functions_alerts.php:679 +msgid "On Change" +msgstr "При изменении" + +#: ../../include/functions_alerts.php:681 +msgid "Not normal status" +msgstr "Не нормальное состояние" + +#: ../../include/functions_alerts.php:1710 +msgid "No actions defined" +msgstr "Действия не определены" + +#: ../../include/functions_alerts.php:2789 +msgid "Alert and command group does not match" +msgstr "Предупреждение и группа команд не совпадают" + +#: ../../include/functions_snmp.php:65 +msgid "Load Average (Last minute)" +msgstr "Средняя загрузка (последний час)" + +#: ../../include/functions_snmp.php:69 +msgid "Load Average (Last 5 minutes)" +msgstr "Средняя загрузка (последние 5 минут)" + +#: ../../include/functions_snmp.php:73 +msgid "Load Average (Last 15 minutes)" +msgstr "Средняя загрузка (последние 15 минут)" + +#: ../../include/functions_snmp.php:77 +msgid "Total Swap Size configured for the host" +msgstr "Общий Размер Обмена, настроенный для хоста" + +#: ../../include/functions_snmp.php:81 +msgid "Available Swap Space on the host" +msgstr "Доступное пространство Обмена на хосте" + +#: ../../include/functions_snmp.php:85 +msgid "Total Real/Physical Memory Size on the host" +msgstr "Общий размер Реальной/Физической Памяти на хосте" + +#: ../../include/functions_snmp.php:89 +msgid "Available Real/Physical Memory Space on the host" +msgstr "Доступное пространство Реальной/Физической Памяти на хосте" + +#: ../../include/functions_snmp.php:93 +msgid "Total Available Memory on the host" +msgstr "Общая Доступная Память на хосте" + +#: ../../include/functions_snmp.php:97 +msgid "Total Cached Memory" +msgstr "Общая кэшированная память" + +#: ../../include/functions_snmp.php:101 +msgid "Total Buffered Memory" +msgstr "Общая буферизованная память" + +#: ../../include/functions_snmp.php:105 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "Объем памяти, поменянной с диска (кБ/с)" + +#: ../../include/functions_snmp.php:109 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "Объем памяти, поменянной на диск (кБ/с)" + +#: ../../include/functions_snmp.php:113 +msgid "Number of blocks sent to a block device" +msgstr "Количество блоков, отправленных на блочное устройство" + +#: ../../include/functions_snmp.php:117 +msgid "Number of blocks received from a block device" +msgstr "Количество блоков, полученных от блочного устройства" + +#: ../../include/functions_snmp.php:121 +msgid "Number of interrupts processed" +msgstr "Количество обработанных прерываний" + +#: ../../include/functions_snmp.php:125 +msgid "Number of context switches" +msgstr "Количество контекстных переключений" + +#: ../../include/functions_snmp.php:129 +msgid "user CPU time" +msgstr "время пользователя CPU" + +#: ../../include/functions_snmp.php:133 +msgid "system CPU time" +msgstr "время системы CPU" + +#: ../../include/functions_snmp.php:137 +msgid "idle CPU time" +msgstr "время простоя CPU" + +#: ../../include/functions_snmp.php:141 +msgid "system Up time" +msgstr "Время активности системы" + +#: ../../include/functions_snmp.php:349 +msgid "Pagination" +msgstr "Нумерация страниц" + +#: ../../include/functions_snmp.php:381 ../../include/functions_snmp.php:389 +msgid "Group by Enterprise String / IP" +msgstr "Группировка по строке Enterprise / IP" + +#: ../../include/functions_db.php:115 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "Ошибка подключения к базе данных %s at %s." + +#: ../../include/functions_db.php:1814 +msgid "Database debug" +msgstr "Отладка базы данных" + +#: ../../include/functions_db.php:1830 +msgid "SQL sentence" +msgstr "SQL предложениe" + +#: ../../include/functions_db.php:1832 +msgid "Rows" +msgstr "Строки" + +#: ../../include/functions_db.php:1833 +msgid "Saved" +msgstr "Сохранено" + +#: ../../include/functions_db.php:1834 +msgid "Time (ms)" +msgstr "Время (мин)" + +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:437 +msgid "Add new range" +msgstr "Добавить новый диапазон" + +#: ../../include/rest-api/models/VisualConsole/Items/ColorCloud.php:494 +msgid "Current ranges" +msgstr "Текущие диапазоны" + +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:217 +#: ../../include/rest-api/models/VisualConsole/Item.php:1942 +msgid "width" +msgstr "ширина" + +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:227 +#: ../../include/rest-api/models/VisualConsole/Item.php:1952 +msgid "height" +msgstr "высота" + +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:249 +#: ../../include/rest-api/models/VisualConsole/Item.php:1974 +msgid "X" +msgstr "X" + +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:273 +#: ../../include/rest-api/models/VisualConsole/Items/Line.php:493 +#: ../../include/rest-api/models/VisualConsole/Items/NetworkLink.php:944 +#: ../../include/rest-api/models/VisualConsole/Item.php:2011 +msgid "Show on top" +msgstr "Показать сверху" + +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:311 +msgid "Border Width" +msgstr "Ширина границы" + +#: ../../include/rest-api/models/VisualConsole/Items/Box.php:335 +msgid "Fill transparent" +msgstr "Прозрачное заполнение" + +#: ../../include/rest-api/models/VisualConsole/Items/StaticGraph.php:395 +msgid "Show Last Value" +msgstr "Показать последнее значение" + +#: ../../include/rest-api/models/VisualConsole/Items/SimpleValue.php:364 +msgid "Avg Value" +msgstr "Среднее значение" + +#: ../../include/rest-api/models/VisualConsole/Items/BarsGraph.php:468 +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:650 +msgid "Graph Type" +msgstr "Тип графика" + +#: ../../include/rest-api/models/VisualConsole/Items/EventsHistory.php:252 +msgid "12h" +msgstr "12ч" + +#: ../../include/rest-api/models/VisualConsole/Items/ModuleGraph.php:664 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:339 +#: ../../include/lib/Dashboard/Widgets/single_graph.php:295 +msgid "Show legend" +msgstr "Показать легенду" + +#: ../../include/rest-api/models/VisualConsole/Items/NetworkLink.php:532 +#: ../../include/rest-api/models/VisualConsole/Items/NetworkLink.php:613 +#: ../../include/rest-api/models/VisualConsole/View.php:673 +#: ../../include/rest-api/models/VisualConsole/View.php:752 +msgid "Failed to connect to node" +msgstr "Не удалось подключиться к узлу" + +#: ../../include/rest-api/models/VisualConsole/View.php:66 +msgid "Label settings" +msgstr "Настройки этикетки" + +#: ../../include/rest-api/models/VisualConsole/View.php:72 +#: ../../include/rest-api/models/VisualConsole/View.php:104 +msgid "General settings" +msgstr "Общие настройки" + +#: ../../include/rest-api/models/VisualConsole/View.php:78 +#: ../../include/rest-api/models/VisualConsole/View.php:94 +#: ../../include/rest-api/models/VisualConsole/View.php:110 +msgid "Specific settings" +msgstr "Специфические настройки" + +#: ../../include/rest-api/models/VisualConsole/View.php:213 +msgid "Item type not valid [" +msgstr "Тип элемента не действителен [" + +#: ../../include/rest-api/models/VisualConsole/View.php:218 +msgid "Item type has no getFormInputs method [" +msgstr "У типа элемента нет метода getFormInputs [" + +#: ../../include/rest-api/models/VisualConsole/View.php:690 +msgid "NetworkLink from" +msgstr "NetworkLink от" + +#: ../../include/rest-api/models/VisualConsole/View.php:694 +#: ../../include/rest-api/models/VisualConsole/View.php:773 +#, php-format +msgid "Interface %s status" +msgstr "Статус интерфейса %s" + +#: ../../include/rest-api/models/VisualConsole/View.php:699 +#: ../../include/rest-api/models/VisualConsole/View.php:778 +#: ../../operation/agentes/interface_traffic_graph_win.php:75 +msgid "In" +msgstr "In" + +#: ../../include/rest-api/models/VisualConsole/View.php:700 +#: ../../include/rest-api/models/VisualConsole/View.php:779 +#: ../../operation/agentes/interface_traffic_graph_win.php:76 +msgid "Out" +msgstr "Out" + +#: ../../include/rest-api/models/VisualConsole/View.php:769 +msgid "NetworkLink to" +msgstr "NetworkLink к" + +#: ../../include/rest-api/models/VisualConsole/View.php:821 +#, php-format +msgid "Failed to generate charts: %s" +msgstr "Не удалось сгенерировать графики: %s" + +#: ../../include/rest-api/models/VisualConsole/Item.php:1912 +msgid "Label position" +msgstr "Положение этикетки" + +#: ../../include/rest-api/models/VisualConsole/Item.php:1999 +msgid "Link enabled" +msgstr "Ссылка включена" + +#: ../../include/rest-api/models/VisualConsole/Item.php:2041 +msgid "Static graph" +msgstr "Статический график" + +#: ../../include/rest-api/models/VisualConsole/Item.php:2059 +msgid "Event History Graph" +msgstr "График истории событий" + +#: ../../include/rest-api/models/VisualConsole/Item.php:2067 +msgid "Percentile bubble" +msgstr "Процентный пузырь" + +#: ../../include/rest-api/models/VisualConsole/Item.php:2524 +#: ../../include/rest-api/models/VisualConsole/Item.php:2525 +msgid "Image Vc" +msgstr "Изображение Vc" + +#: ../../include/functions_notifications.php:811 +msgid "Subtype customization" +msgstr "Настройка подтипов" + +#: ../../include/functions_notifications.php:841 +msgid "Notified users" +msgstr "Уведомленные пользователи" + +#: ../../include/functions_notifications.php:841 +msgid "Notified groups" +msgstr "Уведомленные группы" + +#: ../../include/functions_notifications.php:842 +msgid "Add users" +msgstr "Добавить пользователей" + +#: ../../include/functions_notifications.php:842 +msgid "Add groups" +msgstr "Добавить группы" + +#: ../../include/functions_notifications.php:843 +msgid "Delete users" +msgstr "Удалить пользователей" + +#: ../../include/functions_notifications.php:843 +msgid "Delete groups" +msgstr "Удалить группы" + +#: ../../include/functions_notifications.php:939 +msgid "Add elements" +msgstr "Добавить элементы" + +#: ../../include/functions_notifications.php:952 +msgid "Remove elements" +msgstr "Удалить элементы" + +#: ../../include/functions_notifications.php:1070 +msgid "Click here to get more information" +msgstr "Нажмите здесь, чтобы получить дополнительную информацию" + +#: ../../include/functions_reports.php:635 +#: ../../include/functions_reports.php:639 +#: ../../include/functions_reports.php:644 +#: ../../include/functions_reports.php:650 +#: ../../include/functions_reports.php:656 +#: ../../include/functions_reports.php:660 +#: ../../include/functions_reports.php:664 +#: ../../include/functions_reports.php:671 +#: ../../include/functions_reports.php:677 +#: ../../include/functions_reports.php:682 +#: ../../include/functions_groups.php:123 +#: ../../include/functions_groups.php:187 +#: ../../operation/search_results.php:118 +#: ../../operation/agentes/ver_agente.php:1457 +msgid "Graphs" +msgstr "Графики" + +#: ../../include/functions_reports.php:636 +#: ../../include/functions_reporting.php:8942 +#: ../../include/functions_reporting.php:9102 +msgid "Simple graph" +msgstr "Простой график" + +#: ../../include/functions_reports.php:665 +msgid "SQL horizonal bar graph" +msgstr "SQL горизонтальная панель графика" + +#: ../../include/functions_reports.php:672 +msgid "Automatic combined Graph" +msgstr "Автоматически комбинированный график" + +#: ../../include/functions_reports.php:678 +msgid "Availability graph" +msgstr "График доступности" + +#: ../../include/functions_reports.php:683 +msgid "Module Histogram graph" +msgstr "Модульная Гистограмма" + +#: ../../include/functions_reports.php:713 +#: ../../include/functions_reports.php:717 +msgid "Forecasting" +msgstr "Прогнозирование" + +#: ../../include/functions_reports.php:718 +msgid "Projection graph" +msgstr "Проектирование графика" + +#: ../../include/functions_reports.php:723 +msgid "Avg. Value" +msgstr "Среднее значение" + +#: ../../include/functions_reports.php:735 +msgid "Monitor report" +msgstr "Отчет по мониторам" + +#: ../../include/functions_reports.php:739 +msgid "Serialize data" +msgstr "Упорядоченные данные" + +#: ../../include/functions_reports.php:747 +msgid "Historical Data" +msgstr "Исторические данные" + +#: ../../include/functions_reports.php:759 +msgid "Histogram" +msgstr "Гистограмма" + +#: ../../include/functions_reports.php:763 +#: ../../include/functions_reports.php:769 +#: ../../include/functions_reports.php:775 +#: ../../include/functions_reports.php:781 +#: ../../include/functions_reports.php:787 +#: ../../include/functions_reports.php:796 +#: ../../include/functions_reports.php:802 +#: ../../include/functions_reports.php:806 +#: ../../include/functions_reports.php:810 +msgid "Grouped" +msgstr "Сгруппировано" + +#: ../../include/functions_reports.php:807 +msgid "Network interfaces" +msgstr "Сетевые интерфейсы" + +#: ../../include/functions_reports.php:815 +#: ../../include/functions_reports.php:819 +msgid "Text/HTML " +msgstr "Text/HTML " + +#: ../../include/functions_reports.php:820 +msgid "Import text from URL" +msgstr "Импорт текста из URL" + +#: ../../include/functions_reports.php:825 +msgid "Module alert report" +msgstr "Отчет о предупреждениях модуля" + +#: ../../include/functions_reports.php:829 +msgid "Agent alert report " +msgstr "Отчет о предупреждениях агента " + +#: ../../include/functions_reports.php:834 +msgid "Group alert report" +msgstr "Отчет о предупреждениях групп" + +#: ../../include/functions_reports.php:840 +msgid "Module event report" +msgstr "Отчет о событиях модуля" + +#: ../../include/functions_reports.php:844 +msgid "Agent event report" +msgstr "Отчет о событиях агента" + +#: ../../include/functions_reports.php:848 +msgid "Group event report" +msgstr "Отчет о событиях групп" + +#: ../../include/functions_reports.php:859 +msgid "Inventory changes" +msgstr "Изменения инвентаризации" + +#: ../../include/functions_reports.php:867 +#: ../../include/functions_reporting.php:5391 +msgid "Agent configuration" +msgstr "Агент конфигурации" + +#: ../../include/functions_reports.php:871 +#: ../../include/functions_reporting.php:3965 +msgid "Group configuration" +msgstr "Группа конфигурации" + +#: ../../include/functions_reports.php:875 +msgid "Netflow area chart" +msgstr "Диаграмма области сетевого потока" + +#: ../../include/functions_reports.php:879 +msgid "Netflow data table" +msgstr "Таблица данных сетевого потока" + +#: ../../include/functions_reports.php:883 +msgid "Netflow summary table" +msgstr "Суммарная таблица сетевого потока" + +#: ../../include/functions_html.php:579 +msgid "Please select an item from this list." +msgstr "Пожалуйста, выберите элемент из этого списка." + +#: ../../include/functions_html.php:603 ../../include/functions_html.php:5369 +msgid "Please select..." +msgstr "Пожалуйста, выберите..." + +#: ../../include/functions_html.php:1884 +msgid "weeks" +msgstr "недели" + +#: ../../include/functions_html.php:2045 +msgid "Month day" +msgstr "День месяца" + +#: ../../include/functions_html.php:2047 +msgid "Week day" +msgstr "День недели" + +#: ../../include/functions_html.php:4168 +msgid "Type at least two characters to search the module." +msgstr "Введите не менее двух символов для поиска модуля." + +#: ../../include/functions_html.php:4325 +#, php-format +msgid "%s cannot verify the origin of the request. Try again, please." +msgstr "" +"%s не может проверить происхождение запроса. Попробуйте еще раз, пожалуйста." + +#: ../../include/functions_html.php:5124 +msgid "Type at least two characters to search the user." +msgstr "Введите не менее двух символов для поиска пользователя." + +#: ../../include/functions_config.php:132 +msgid "Failed updated: User did not login." +msgstr "Ошибка обновления: Пользователь не вошел в систему." + +#: ../../include/functions_config.php:140 +msgid "Failed updated: User is not admin." +msgstr "Сбой обновления: Пользователь не администратор." + +#: ../../include/functions_config.php:176 +msgid "phantomjs config directory" +msgstr "каталог конфигурации phantomjs" + +#: ../../include/functions_config.php:192 +msgid "SSL cert path" +msgstr "Путь к SSL-сертификату" + +#: ../../include/functions_config.php:200 +msgid "Use cert." +msgstr "Используйте сертификат." + +#: ../../include/functions_config.php:220 +msgid "Integria inventory" +msgstr "Integria инвентаризация" + +#: ../../include/functions_config.php:224 +#: ../../include/functions_config.php:1660 +msgid "Integria API password" +msgstr "Integria API пароль" + +#: ../../include/functions_config.php:228 +msgid "Integria URL" +msgstr "Integria URL" + +#: ../../include/functions_config.php:243 +#: ../../include/class/ExternalTools.class.php:203 +msgid "Sound for Alert fired" +msgstr "Звук для оповещения запущен" + +#: ../../include/functions_config.php:247 +#: ../../include/class/ExternalTools.class.php:231 +msgid "Sound for Monitor critical" +msgstr "Звук для Монитора критичуский" + +#: ../../include/functions_config.php:251 +#: ../../include/class/ExternalTools.class.php:259 +msgid "Sound for Monitor warning" +msgstr "Звуковой сигнал оповещения об опасности для устройства контроля" + +#: ../../include/functions_config.php:264 +msgid "License information" +msgstr "Лицензионная информация" + +#: ../../include/functions_config.php:294 +msgid "Use custom encoding" +msgstr "Используйте пользовательскую кодировку" + +#: ../../include/functions_config.php:314 +msgid "Limit parameters bulk" +msgstr "Ограничить массовые операции" + +#: ../../include/functions_config.php:318 +msgid "Identification_reminder" +msgstr "Напоминание_идентификации" + +#: ../../include/functions_config.php:322 +msgid "Include_agents" +msgstr "Включить_агентов" + +#: ../../include/functions_config.php:326 +msgid "alias_as_name" +msgstr "алиас_как_имя" + +#: ../../include/functions_config.php:330 +msgid "Console log enabled" +msgstr "Журнал консоли включен" + +#: ../../include/functions_config.php:334 +msgid "Audit log enabled" +msgstr "Журнал аудита включен" + +#: ../../include/functions_config.php:338 +msgid "Module Custom ID read only" +msgstr "Пользовательский ID модуля только чтение" + +#: ../../include/functions_config.php:342 +msgid "unique_ip" +msgstr "уникальный_ip" + +#: ../../include/functions_config.php:415 +msgid "Replication DB engine" +msgstr "Механизм репликации БД" + +#: ../../include/functions_config.php:419 +msgid "Replication DB host" +msgstr "Хост БД репликации" + +#: ../../include/functions_config.php:423 +msgid "Replication DB database" +msgstr "Репликация базы данных" + +#: ../../include/functions_config.php:427 +msgid "Replication DB user" +msgstr "Репликация пользователя БД" + +#: ../../include/functions_config.php:431 +msgid "Replication DB password" +msgstr "Репликация пароля БД" + +#: ../../include/functions_config.php:435 +msgid "Replication DB port" +msgstr "Репликация порта БД" + +#: ../../include/functions_config.php:439 +msgid "Metaconsole agent cache" +msgstr "Кэш агента Метаконсоль" + +#: ../../include/functions_config.php:447 +msgid "Enable Update Manager" +msgstr "Включить диспетчер обновлений" + +#: ../../include/functions_config.php:455 +msgid "Ipam Ocuppied Manager Critical" +msgstr "Ipam Ocuppied Manager Критический" + +#: ../../include/functions_config.php:459 +msgid "Ipam Ocuppied Manager Warning" +msgstr "Ipam Ocuppied Manager Опасность" + +#: ../../include/functions_config.php:712 +msgid "Saml profile parameters" +msgstr "Параметры профиля Saml" + +#: ../../include/functions_config.php:728 +msgid "2FA all users" +msgstr "2FA все пользователи" + +#: ../../include/functions_config.php:735 +msgid "Session timeout forced to 90 minutes" +msgstr "Завершение сессии принудительно установлено на 90 минут" + +#: ../../include/functions_config.php:794 +msgid "Max. days before autodisable deletion" +msgstr "Максимальное количество дней до удаления автоотключения" + +#: ../../include/functions_config.php:798 +msgid "Item limit for realtime reports)" +msgstr "Лимит элементов для отчетов в реальном времени)" + +#: ../../include/functions_config.php:830 +msgid "Big Operatiopn Step to purge old data" +msgstr "Большой Шаг к очистке старых данных" + +#: ../../include/functions_config.php:864 +msgid "Max execution event response" +msgstr "Максимальный отклик на выполнение события" + +#: ../../include/functions_config.php:872 +msgid "SNMP walk binary path" +msgstr "Двоичный путь SNMP walk" + +#: ../../include/functions_config.php:876 +msgid "SNMP walk binary path (fallback for v1)" +msgstr "Двоичный путь SNMP walk (резервный путь для v1)" + +#: ../../include/functions_config.php:930 +#: ../../include/functions_config.php:2959 +#: ../../operation/network/network_report.php:206 +#: ../../operation/network/network_report.php:236 +msgid "Bytes" +msgstr "Байты" + +#: ../../include/functions_config.php:960 +msgid "Show QR code header" +msgstr "Показать заголовок QR-кода" + +#: ../../include/functions_config.php:984 +msgid "Custom logo collapsed" +msgstr "Пользовательский логотип не работает (меню)" + +#: ../../include/functions_config.php:988 +msgid "Custom logo white background" +msgstr "Пользовательский логотип белый фон" + +#: ../../include/functions_config.php:1016 +msgid "Custom title header" +msgstr "Пользовательское название заголовка" + +#: ../../include/functions_config.php:1020 +msgid "Custom subtitle header" +msgstr "Пользовательский подзаголовок заголовка" + +#: ../../include/functions_config.php:1036 +#: ../../include/functions_config.php:1080 +msgid "Custom Docs url" +msgstr "Пользовательские URL-адреса документов" + +#: ../../include/functions_config.php:1040 +#: ../../include/functions_config.php:1084 +msgid "Custom support url" +msgstr "Пользовательский url службы поддержки" + +#: ../../include/functions_config.php:1052 +msgid "Custom logo metaconsole" +msgstr "Пользовательский логотип Метаконсоли" + +#: ../../include/functions_config.php:1056 +msgid "Custom logo metaconsole (white background)" +msgstr "Пользовательский логотип Метаконсоли (белый фон)" + +#: ../../include/functions_config.php:1060 +msgid "Custom logo login metaconsole" +msgstr "Вход в метаконсоль с пользовательским логотипом" + +#: ../../include/functions_config.php:1064 +msgid "Custom splash login metaconsole" +msgstr "Пользовательская страница приветствия метаконсоли" + +#: ../../include/functions_config.php:1068 +msgid "Custom title1 login metaconsole" +msgstr "Пользовательское название1 Вход в метаконсоль" + +#: ../../include/functions_config.php:1072 +msgid "Custom title2 login metaconsole" +msgstr "Пользовательское название2 Вход в метаконсоль" + +#: ../../include/functions_config.php:1076 +msgid "Login background metaconsole" +msgstr "Фон подключения к метаконсоли" + +#: ../../include/functions_config.php:1100 +msgid "Default line favourite_view for the Visual Console" +msgstr "Строка по умолчанию Favourite_view для визуальной консоли" + +#: ../../include/functions_config.php:1104 +msgid "Default line menu items for the Visual Console" +msgstr "Элементы строкового меню по умолчанию для визуальной консоли" + +#: ../../include/functions_config.php:1112 +msgid "Default line menu items for the Services" +msgstr "Пункты строкового меню по умолчанию для Сервисов" + +#: ../../include/functions_config.php:1144 +msgid "Show units in values report" +msgstr "Показать единицы измерения в отчете о значениях" + +#: ../../include/functions_config.php:1152 +msgid "Autohidden menu" +msgstr "Автоматически-спрятаваемое меню" + +#: ../../include/functions_config.php:1156 +msgid "visual_animation" +msgstr "визуальная_анимация" + +#: ../../include/functions_config.php:1164 +msgid "Fixed graph" +msgstr "Фиксированный график" + +#: ../../include/functions_config.php:1172 +msgid "Paginate module" +msgstr "Разбить модуль на страницы" + +#: ../../include/functions_config.php:1176 +#: ../../include/class/ExternalTools.class.php:287 +msgid "Custom graphviz directory" +msgstr "Пользовательский каталог graphviz" + +#: ../../include/functions_config.php:1184 +msgid "Shortened module graph data" +msgstr "Сокращенные данные графика модуля" + +#: ../../include/functions_config.php:1196 +msgid "Default type of module charts." +msgstr "Тип диаграмм модуля по умолчанию." + +#: ../../include/functions_config.php:1200 +msgid "Default Number of elements in Custom Graph." +msgstr "По умолчанию Количество элементов в пользовательском графике." + +#: ../../include/functions_config.php:1204 +msgid "Default type of interface charts." +msgstr "Тип диаграмм интерфейса по умолчанию." + +#: ../../include/functions_config.php:1221 +msgid "Display lateral menus with left click" +msgstr "Отображение боковых меню при щелчке левой кнопкой мыши" + +#: ../../include/functions_config.php:1231 +msgid "Service item padding size" +msgstr "Пространство между узлами карты обслуживания" + +#: ../../include/functions_config.php:1236 +msgid "Default percentil" +msgstr "Процент по умолчанию" + +#: ../../include/functions_config.php:1240 +msgid "Default full scale (TIP)" +msgstr "Полная шкала по умолчанию (TIP)" + +#: ../../include/functions_config.php:1244 +msgid "Default soft graphs" +msgstr "Мягкие графики по умолчанию" + +#: ../../include/functions_config.php:1248 +msgid "Default zoom graphs" +msgstr "Графики масштабирования по умолчанию" + +#: ../../include/functions_config.php:1257 +msgid "Default height of the chart image" +msgstr "Высота изображения графика по умолчанию" + +#: ../../include/functions_config.php:1279 +msgid "Add the custom post process" +msgstr "Добавьте пользовательский последующий процесс" + +#: ../../include/functions_config.php:1287 +msgid "Delete the custom post process" +msgstr "Удалите пользовательский последующий процесс" + +#: ../../include/functions_config.php:1344 +msgid "Add custom module unit" +msgstr "Добавить пользовательский модуль" + +#: ../../include/functions_config.php:1350 +msgid "Delete custom module unit" +msgstr "Удалить пользовательский модуль" + +#: ../../include/functions_config.php:1445 +msgid "IP ElasticSearch server" +msgstr "IP Сервера ElasticSearch" + +#: ../../include/functions_config.php:1449 +msgid "Port ElasticSearch server" +msgstr "Порт сервера ElasticSearch" + +#: ../../include/functions_config.php:1470 +msgid "Active and historical database cannot be the same." +msgstr "Активная и историческая базы данных не могут быть одинаковыми." + +#: ../../include/functions_config.php:1488 +msgid "Enable history database" +msgstr "Включить историю базы данных" + +#: ../../include/functions_config.php:1492 +msgid "Enable history event" +msgstr "Включить событие истории" + +#: ../../include/functions_config.php:1516 +msgid "Event Days" +msgstr "События за день" + +#: ../../include/functions_config.php:1532 +msgid "Delay" +msgstr "Задержка" + +#: ../../include/functions_config.php:1564 +msgid "Historical database purge" +msgstr "Очистка исторической базы данных" + +#: ../../include/functions_config.php:1573 +msgid "Historical database partitions" +msgstr "Исторические разделы базы данных" + +#: ../../include/functions_config.php:1582 +msgid "Historical database events purge" +msgstr "Очистка исторических событий базы данных" + +#: ../../include/functions_config.php:1591 +msgid "Historical database string purge" +msgstr "Очистка строк исторической базы данных" + +#: ../../include/functions_config.php:1604 +msgid "eHorus user login" +msgstr "Вход пользователя eHorus" + +#: ../../include/functions_config.php:1616 +msgid "eHorus API hostname" +msgstr "Имя хоста API eHorus" + +#: ../../include/functions_config.php:1620 +msgid "eHorus API port" +msgstr "Порт API eHorus" + +#: ../../include/functions_config.php:1624 +msgid "eHorus request timeout" +msgstr "Время отклика eHorus" + +#: ../../include/functions_config.php:1628 +msgid "eHorus id custom field" +msgstr "Пользовательское поле eHorus id" + +#: ../../include/functions_config.php:1638 +msgid "Integria user" +msgstr "Пользователь Integria" + +#: ../../include/functions_config.php:1642 +msgid "Integria password" +msgstr "Integria пароль" + +#: ../../include/functions_config.php:1656 +msgid "integria API hostname" +msgstr "имя хоста API integria" + +#: ../../include/functions_config.php:1664 +msgid "Integria request timeout" +msgstr "Срок выполнения запроса Integria" + +#: ../../include/functions_config.php:1668 +msgid "Integria default group" +msgstr "Группа по умолчанию Integria" + +#: ../../include/functions_config.php:1672 +msgid "Integria custom response default group" +msgstr "Группа по умолчанию пользовательского ответа Integria" + +#: ../../include/functions_config.php:1676 +msgid "Integria default priority" +msgstr "Приоритет по умолчанию Integria" + +#: ../../include/functions_config.php:1680 +msgid "Integria custom response default priority" +msgstr "Приоритет по умолчанию пользовательского ответа Integria" + +#: ../../include/functions_config.php:1684 +msgid "Integria default creator" +msgstr "Создатель по умолчанию Integria" + +#: ../../include/functions_config.php:1688 +msgid "Integria default owner" +msgstr "Владелец по умолчанию Integria" + +#: ../../include/functions_config.php:1692 +msgid "Integria custom response default owner" +msgstr "Владелец по умолчанию пользовательского ответа Integria" + +#: ../../include/functions_config.php:1696 +msgid "Integria default ticket type" +msgstr "Тип заявки по умолчанию Integria" + +#: ../../include/functions_config.php:1700 +msgid "Integria custom response default ticket type" +msgstr "Пользовательский ответ Integria Тип заявки по умолчанию" + +#: ../../include/functions_config.php:1704 +msgid "Integria default ticket status" +msgstr "Статус заявки по умолчанию Integria" + +#: ../../include/functions_config.php:1708 +msgid "Integria custom response default ticket status" +msgstr "Пользовательский ответ Integria Статус заявки по умолчанию" + +#: ../../include/functions_config.php:1712 +msgid "Integria default ticket title" +msgstr "Заголовок заявки по умолчанию Integria" + +#: ../../include/functions_config.php:1716 +msgid "Integria custom response default ticket title" +msgstr "Пользовательский ответ Integria заголовок заявки по умолчанию" + +#: ../../include/functions_config.php:1720 +msgid "Integria default ticket content" +msgstr "Содержание заявки Integria по умолчанию" + +#: ../../include/functions_config.php:1724 +msgid "Integria custom response default ticket content" +msgstr "Содержимое заявки по умолчанию в пользовательском ответе Integria" + +#: ../../include/functions_config.php:1742 +msgid "WebSocket bind address" +msgstr "Адрес ссылки WebSocket" + +#: ../../include/functions_config.php:1746 +msgid "WebSocket port" +msgstr "Порт WebSocket" + +#: ../../include/functions_config.php:1768 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "Ошибка обновления: следующия значения не могут обновить: %s" + +#: ../../include/functions_config.php:2307 +#: ../../operation/agentes/networkmap.dinamic.php:226 +msgid "Pandora FMS" +msgstr "Pandora FMS" + +#: ../../include/functions_config.php:2315 +msgid "PANDORA FMS" +msgstr "PANDORA FMS" + +#: ../../include/get_file.php:39 +msgid "Security error. Please contact the administrator." +msgstr "Ошибка безопасности. Пожалуйста, обратитесь к администратору." + +#: ../../include/get_file.php:70 +msgid "File is missing in disk storage. Please contact the administrator." +msgstr "" +"Файл отсутствует в памяти диска. Пожалуйста, обратитесь к администратору." + +#: ../../include/functions_netflow.php:346 +msgid "Total flows" +msgstr "Всего потоков" + +#: ../../include/functions_netflow.php:351 +msgid "Total bytes" +msgstr "Всего байтов" + +#: ../../include/functions_netflow.php:356 +msgid "Total packets" +msgstr "Всего пакетов" + +#: ../../include/functions_netflow.php:361 +msgid "Average bits per second" +msgstr "Среднее число битов в секунду" + +#: ../../include/functions_netflow.php:366 +msgid "Average packets per second" +msgstr "Среднее число пакетов в секунду" + +#: ../../include/functions_netflow.php:371 +msgid "Average bytes per packet" +msgstr "Среднее число байтов в пакете" + +#: ../../include/functions_netflow.php:1027 +msgid "Area graph" +msgstr "Площадь графика" + +#: ../../include/functions_netflow.php:1029 +#: ../../operation/agentes/exportdata.php:377 +msgid "Data table" +msgstr "Таблица данных" + +#: ../../include/functions_netflow.php:1030 +msgid "Circular mesh" +msgstr "Круговая сетка" + +#: ../../include/functions_netflow.php:1031 +#: ../../include/functions_netflow.php:1243 +msgid "Host detailed traffic" +msgstr "Подробное описание трафика" + +#: ../../include/functions_netflow.php:1230 +msgid "Sent" +msgstr "Отправлено" + +#: ../../include/functions_netflow.php:1238 +msgid "Received" +msgstr "Получено" + +#: ../../include/functions_netflow.php:1371 +msgid "Dst port" +msgstr "порт назначения" + +#: ../../include/functions_netflow.php:1374 +msgid "Dst IP" +msgstr "IP назначения" + +#: ../../include/functions_netflow.php:1377 +msgid "Src IP" +msgstr "IP источника" + +#: ../../include/functions_netflow.php:1380 +msgid "Src port" +msgstr "порт источника" + +#: ../../include/functions_netflow.php:1566 +#, php-format +msgid "nfdump binary (%s) not found!" +msgstr "nfdump двоичные (%s) не найдены!" + +#: ../../include/functions_netflow.php:1573 +msgid "Make sure nfdump version 1.6.8 or newer is installed!" +msgstr "Убедитесь, что версия 1.6.8 nfdump никогда не устанавливалась!" + +#: ../../include/functions_netflow.php:1590 +msgid "High" +msgstr "Высокий" + +#: ../../include/functions_netflow.php:1591 +msgid "Ultra High" +msgstr "Очень Высокий" + +#: ../../include/functions_netflow.php:1624 +#, php-format +msgid "Agregate by %s" +msgstr "Добавить по %s" + +#: ../../include/functions_netflow.php:1632 +#, php-format +msgid "Resolution %s" +msgstr "Разрешение %s" + +#: ../../include/class/ConfigPEN.class.php:428 +#: ../../include/class/ConfigPEN.class.php:597 +#: ../../include/class/ModuleTemplates.class.php:1071 +msgid "PEN" +msgstr "PEN" + +#: ../../include/class/ConfigPEN.class.php:435 +#: ../../include/class/ConfigPEN.class.php:598 +msgid "Manufacturer" +msgstr "Производитель" + +#: ../../include/class/ConfigPEN.class.php:483 +msgid "PEN is required" +msgstr "Требуется PEN" + +#: ../../include/class/ConfigPEN.class.php:509 +msgid "PEN is required." +msgstr "Требуется PEN." + +#: ../../include/class/ConfigPEN.class.php:513 +msgid "Manufacturer is required" +msgstr "Требуется производитель" + +#: ../../include/class/ConfigPEN.class.php:530 +msgid "This PEN definition does not exist" +msgstr "Этого определения PEN не существует" + +#: ../../include/class/ConfigPEN.class.php:544 +msgid "created" +msgstr "создано" + +#: ../../include/class/ConfigPEN.class.php:550 +msgid "This PEN definition already exists" +msgstr "Это определение PEN уже существует" + +#: ../../include/class/ConfigPEN.class.php:564 +msgid "updated" +msgstr "обновлено" + +#: ../../include/class/ConfigPEN.class.php:571 +#, php-format +msgid "Succesfully %s" +msgstr "Успешно %s" + +#: ../../include/class/ConfigPEN.class.php:651 +msgid "Register manufacturer" +msgstr "Зарегистрировать производителя" + +#: ../../include/class/ConfigPEN.class.php:667 +msgid "Are you sure you want to delete this PEN?" +msgstr "Вы уверены, что хотите удалить этот PEN?" + +#: ../../include/class/ConfigPEN.class.php:694 +msgid "Register new manufacturer" +msgstr "Зарегистрировать нового производителя" + +#: ../../include/class/HelpFeedBack.class.php:104 +msgid "Browser not compatible." +msgstr "Браузер не совместим." + +#: ../../include/class/HelpFeedBack.class.php:147 +msgid "Suggestion" +msgstr "Предложение" + +#: ../../include/class/HelpFeedBack.class.php:158 +msgid "Something is wrong" +msgstr "Что-то пошло не так" + +#: ../../include/class/HelpFeedBack.class.php:171 +#: ../../include/class/Diagnostics.class.php:1888 +msgid "What happened?" +msgstr "Что произошло?" + +#: ../../include/class/HelpFeedBack.class.php:181 +msgid "Your Email" +msgstr "Ваш Email" + +#: ../../include/class/HelpFeedBack.class.php:198 +msgid "Submit" +msgstr "Отправить данные на сервер" + +#: ../../include/class/HelpFeedBack.class.php:213 +#: ../../include/class/Diagnostics.class.php:1961 ../../general/header.php:357 +#: ../../general/header.php:359 +msgid "Feedback" +msgstr "Отзыв" + +#: ../../include/class/HelpFeedBack.class.php:253 +msgid "[pandorafms wiki] New suggestion" +msgstr "[pandorafms wiki] Новое предложение" + +#: ../../include/class/HelpFeedBack.class.php:255 +msgid "[pandorafms wiki] New report" +msgstr "[pandorafms wiki] Новый отчет" + +#: ../../include/class/HelpFeedBack.class.php:261 +msgid "Please provide your email address, we promise not to bother you" +msgstr "" +"Пожалуйста, укажите свой адрес электронной почты, мы обещаем не беспокоить " +"Вас" + +#: ../../include/class/HelpFeedBack.class.php:309 +msgid "Something went wrong while sending the report." +msgstr "Во время отправки отчета что-то пошло не так." + +#: ../../include/class/HelpFeedBack.class.php:360 +msgid "Your report had been successfully sent to Artica." +msgstr "Ваш отчет был успешно отправлен в Artica." + +#: ../../include/class/HelpFeedBack.class.php:360 +msgid "Thank you!" +msgstr "Спасибо!" + +#: ../../include/class/Diagnostics.class.php:155 +#, php-format +msgid "%s Diagnostic tool" +msgstr "%s Инструмент диагностики" + +#: ../../include/class/Diagnostics.class.php:220 +#, php-format +msgid "Info status %s" +msgstr "Информационный статус %s" + +#: ../../include/class/Diagnostics.class.php:224 +msgid "PHP setup" +msgstr "Настройка PHP" + +#: ../../include/class/Diagnostics.class.php:232 +msgid "Database health status" +msgstr "Состояние здоровья базы данных" + +#: ../../include/class/Diagnostics.class.php:236 +msgid "Database status info" +msgstr "Информация о состоянии базы данных" + +#: ../../include/class/Diagnostics.class.php:240 +msgid "System Info" +msgstr "Информация о системе" + +#: ../../include/class/Diagnostics.class.php:244 +msgid "MySQL Performance metrics" +msgstr "Показатели производительности MySQL" + +#: ../../include/class/Diagnostics.class.php:249 +#, php-format +msgid "Tables fragmentation in the %s database" +msgstr "Фрагментация таблиц в базе данных %s" + +#: ../../include/class/Diagnostics.class.php:255 +#, php-format +msgid "%s logs dates" +msgstr "%s даты журналов" + +#: ../../include/class/Diagnostics.class.php:259 +#, php-format +msgid "%s Licence Information" +msgstr "Информация о лицензии %s" + +#: ../../include/class/Diagnostics.class.php:263 +#: ../../include/class/Diagnostics.class.php:1245 +msgid "Status of the attachment folder" +msgstr "Статус папки вложений" + +#: ../../include/class/Diagnostics.class.php:267 +msgid "Information from the tagente_datos table" +msgstr "Информация из таблицы tagente_datos" + +#: ../../include/class/Diagnostics.class.php:271 +#, php-format +msgid "%s server threads" +msgstr "%s потоки сервера" + +#: ../../include/class/Diagnostics.class.php:275 +msgid "SQL show engine innodb status" +msgstr "SQL показать статус двигателя innodb" + +#: ../../include/class/Diagnostics.class.php:319 +msgid "Graph of the Agents Unknown module." +msgstr "График агентов с неизвестными модулями." + +#: ../../include/class/Diagnostics.class.php:326 +msgid "Graph of the Database Maintenance module." +msgstr "График модуля \"Обслуживание базы данных\"." + +#: ../../include/class/Diagnostics.class.php:333 +msgid "Graph of the Free Disk Spool Dir module." +msgstr "График модуля Free Disk Spool Dir." + +#: ../../include/class/Diagnostics.class.php:339 +msgid "Graph of the Free RAM module." +msgstr "График модуля Free RAM." + +#: ../../include/class/Diagnostics.class.php:345 +msgid "Graph of the Queued Modules module." +msgstr "График модуля очереди модулей." + +#: ../../include/class/Diagnostics.class.php:351 +msgid "Graph of the Status module." +msgstr "График модуля состояния." + +#: ../../include/class/Diagnostics.class.php:357 +msgid "Graph of the System Load AVG module." +msgstr "График модуля AVG System Load." + +#: ../../include/class/Diagnostics.class.php:364 +msgid "Graph of the Execution Time module." +msgstr "График модуля времени выполнения." + +#: ../../include/class/Diagnostics.class.php:373 +msgid "Graphs modules that represent the self-monitoring system" +msgstr "Графики модулей, представляющие систему авто-мониторинга" + +#: ../../include/class/Diagnostics.class.php:430 +#, php-format +msgid "%s Build" +msgstr "Разработка %s" + +#: ../../include/class/Diagnostics.class.php:434 +#, php-format +msgid "%s Version" +msgstr "%s Версия" + +#: ../../include/class/Diagnostics.class.php:438 +msgid "Minor Release" +msgstr "Небольшое обновление" + +#: ../../include/class/Diagnostics.class.php:442 +msgid "Homedir" +msgstr "Homedir" + +#: ../../include/class/Diagnostics.class.php:446 +msgid "HomeUrl" +msgstr "HomeUrl" + +#: ../../include/class/Diagnostics.class.php:450 +msgid "Enterprise installed" +msgstr "Enterprise установлено" + +#: ../../include/class/Diagnostics.class.php:451 +msgid "true" +msgstr "верно" + +#: ../../include/class/Diagnostics.class.php:451 +msgid "false" +msgstr "ложь" + +#: ../../include/class/Diagnostics.class.php:454 +msgid "Update Key" +msgstr "Обновить Ключ" + +#: ../../include/class/Diagnostics.class.php:458 +msgid "Updating code path" +msgstr "Обновление пути кода" + +#: ../../include/class/Diagnostics.class.php:462 +msgid "Current Update #" +msgstr "Текущее обновление #" + +#: ../../include/class/Diagnostics.class.php:486 +msgid "PHP Version" +msgstr "Версия PHP" + +#: ../../include/class/Diagnostics.class.php:490 +msgid "PHP Max execution time" +msgstr "PHP Максимальное время выполнения" + +#: ../../include/class/Diagnostics.class.php:494 +msgid "PHP Max input time" +msgstr "PHP Максимальное время ввода" + +#: ../../include/class/Diagnostics.class.php:498 +msgid "PHP Memory limit" +msgstr "Ограничение памяти PHP" + +#: ../../include/class/Diagnostics.class.php:502 +msgid "Session cookie lifetime" +msgstr "Время жизни сеансового файла cookie" + +#: ../../include/class/Diagnostics.class.php:551 +msgid "Total groups" +msgstr "Всего групп" + +#: ../../include/class/Diagnostics.class.php:555 +msgid "Total module data records" +msgstr "Всего записей данных модуля" + +#: ../../include/class/Diagnostics.class.php:559 +msgid "Total agent access record" +msgstr "Общая запись доступа агентов" + +#: ../../include/class/Diagnostics.class.php:567 +msgid "Total traps" +msgstr "Всего ловушек" + +#: ../../include/class/Diagnostics.class.php:571 +msgid "Total users" +msgstr "Всего пользователей" + +#: ../../include/class/Diagnostics.class.php:575 +msgid "Total sessions" +msgstr "Всего сеансов" + +#: ../../include/class/Diagnostics.class.php:614 +msgid "Pandora DB has never been executed" +msgstr "БД Pandora никогда не выполнялась" + +#: ../../include/class/Diagnostics.class.php:621 +msgid "Ago" +msgstr "Прошло" + +#: ../../include/class/Diagnostics.class.php:628 +msgid "Total unknown agents" +msgstr "Всего неизвестных агентов" + +#: ../../include/class/Diagnostics.class.php:632 +msgid "Total not-init modules" +msgstr "Всего не инициализированных модулей" + +#: ../../include/class/Diagnostics.class.php:636 +msgid "Pandora DB Last run" +msgstr "Последний запуск БД Pandora" + +#: ../../include/class/Diagnostics.class.php:668 +msgid "DB Schema Version (first installed)" +msgstr "Версия схемы БД (первая установленная)" + +#: ../../include/class/Diagnostics.class.php:672 +msgid "DB Schema Version (actual)" +msgstr "Версия схемы БД (текущая)" + +#: ../../include/class/Diagnostics.class.php:676 +msgid "DB Schema Build" +msgstr "Разработка схемы БД" + +#: ../../include/class/Diagnostics.class.php:680 +msgid "DB Size" +msgstr "Размер базы данных" + +#: ../../include/class/Diagnostics.class.php:720 +msgid "RAM" +msgstr "RAM" + +#: ../../include/class/Diagnostics.class.php:724 +msgid "Os" +msgstr "ОС" + +#: ../../include/class/Diagnostics.class.php:732 +#: ../../include/class/Diagnostics.class.php:750 +#: ../../include/class/NetworkMap.class.php:2935 +msgid "Ip" +msgstr "Ip" + +#: ../../include/class/Diagnostics.class.php:778 +msgid "InnoDB buffer pool size" +msgstr "Размер буферного пула InnoDB" + +#: ../../include/class/Diagnostics.class.php:782 +#, php-format +msgid "" +"It has to be 40% of the server memory not recommended to be greater or less" +msgstr "" + +#: ../../include/class/Diagnostics.class.php:787 +msgid "InnoDB file per table" +msgstr "Файл InnoDB для каждой таблицы" + +#: ../../include/class/Diagnostics.class.php:790 +#: ../../include/class/Diagnostics.class.php:862 +msgid "Recommended ON" +msgstr "Рекомендуется ВКЛ" + +#: ../../include/class/Diagnostics.class.php:794 +msgid "InnoDB flush log at trx-commit" +msgstr "Журнал InnoDB flush при trx-commit" + +#: ../../include/class/Diagnostics.class.php:797 +msgid "Recommended Value" +msgstr "Рекомендуемое значение" + +#: ../../include/class/Diagnostics.class.php:801 +msgid "InnoDB lock wait timeout" +msgstr "Ограничение времени блокировки InnoDB" + +#: ../../include/class/Diagnostics.class.php:804 +#: ../../include/class/Diagnostics.class.php:811 +#: ../../include/class/Diagnostics.class.php:818 +#: ../../include/class/Diagnostics.class.php:825 +#: ../../include/class/Diagnostics.class.php:832 +#: ../../include/class/Diagnostics.class.php:841 +#: ../../include/class/Diagnostics.class.php:848 +#: ../../include/class/Diagnostics.class.php:855 +#: ../../include/class/Diagnostics.class.php:869 +#: ../../include/class/Diagnostics.class.php:876 +#: ../../include/class/Diagnostics.class.php:883 +#: ../../include/class/Diagnostics.class.php:897 +#: ../../include/class/Diagnostics.class.php:904 +msgid "Min. Recommended Value" +msgstr "Мин. Рекомендуемое значение" + +#: ../../include/class/Diagnostics.class.php:808 +msgid "InnoDB log buffer size" +msgstr "Размер буфера журнала InnoDB" + +#: ../../include/class/Diagnostics.class.php:815 +msgid "InnoDB log file size" +msgstr "Размер файла журнала InnoDB" + +#: ../../include/class/Diagnostics.class.php:822 +msgid "Maximun allowed packet" +msgstr "Максимально допустимый пакет" + +#: ../../include/class/Diagnostics.class.php:829 +msgid "Maximun connections" +msgstr "Максимально возможные соединения" + +#: ../../include/class/Diagnostics.class.php:834 +msgid "conections" +msgstr "Соединения" + +#: ../../include/class/Diagnostics.class.php:838 +msgid "Query cache limit" +msgstr "Предел кэша запросов" + +#: ../../include/class/Diagnostics.class.php:845 +msgid "Query cache min-res-unit" +msgstr "Кэш запросов min-res-unit" + +#: ../../include/class/Diagnostics.class.php:852 +msgid "Query cache size" +msgstr "Размер кэша запросов" + +#: ../../include/class/Diagnostics.class.php:859 +msgid "Query cache type" +msgstr "Тип кэша запросов" + +#: ../../include/class/Diagnostics.class.php:866 +msgid "Read buffer size" +msgstr "Размер буфера чтения" + +#: ../../include/class/Diagnostics.class.php:873 +msgid "Read rnd-buffer size" +msgstr "Размер rnd-буфера чтения" + +#: ../../include/class/Diagnostics.class.php:880 +msgid "Sort buffer size" +msgstr "Сортировка размера буфера" + +#: ../../include/class/Diagnostics.class.php:887 +msgid "Sql mode" +msgstr "Режим Sql" + +#: ../../include/class/Diagnostics.class.php:890 +msgid "Must be empty" +msgstr "Должен быть пустым" + +#: ../../include/class/Diagnostics.class.php:894 +msgid "Thread cache size" +msgstr "Размер потока кэша" + +#: ../../include/class/Diagnostics.class.php:901 +msgid "Thread stack" +msgstr "Накопление потоков" + +#: ../../include/class/Diagnostics.class.php:964 +msgid "" +"Table fragmentation is higher than recommended. They should be defragmented." +msgstr "" +"Фрагментация таблиц выше рекомендуемой. Их следует дефрагментировать." + +#: ../../include/class/Diagnostics.class.php:968 +msgid "Table fragmentation is correct." +msgstr "Фрагментация таблицы правильная." + +#: ../../include/class/Diagnostics.class.php:977 +msgid "Tables fragmentation (maximum recommended value)" +msgstr "Фрагментация таблиц (максимальное рекомендуемое значение)" + +#: ../../include/class/Diagnostics.class.php:982 +msgid "Tables fragmentation (current value)" +msgstr "Фрагментация таблиц (текущее значение)" + +#: ../../include/class/Diagnostics.class.php:986 +msgid "Table fragmentation status" +msgstr "Фрагментация таблиц Статус" + +#: ../../include/class/Diagnostics.class.php:1021 +msgid "Size server logs (current value)" +msgstr "Журналы размера сервера (текущее значение)" + +#: ../../include/class/Diagnostics.class.php:1025 +msgid "Status server logs" +msgstr "Журналы состояния сервера" + +#: ../../include/class/Diagnostics.class.php:1030 +msgid "Size error logs (current value)" +msgstr "Журналы ошибок размера (текущее значение)" + +#: ../../include/class/Diagnostics.class.php:1034 +msgid "Status error logs" +msgstr "Журналы ошибок статуса" + +#: ../../include/class/Diagnostics.class.php:1039 +msgid "Size console logs (current value)" +msgstr "Журналы размера консоли (текущее значение)" + +#: ../../include/class/Diagnostics.class.php:1043 +msgid "Status console logs" +msgstr "Журналы статуса консоли" + +#: ../../include/class/Diagnostics.class.php:1078 +msgid "License capacity is less than 90 percent" +msgstr "Лицензионный потенциал составляет менее 90 процентов" + +#: ../../include/class/Diagnostics.class.php:1081 +msgid "License capacity exceeds 90 percent" +msgstr "Лицензионный потенциал превышает 90 процентов" + +#: ../../include/class/Diagnostics.class.php:1089 +msgid "" +"The average of modules per agent is more than 40. You can have performance " +"problems" +msgstr "" +"В среднем на одного агента приходится более 40 модулей. Могут возникнуть " +"проблемы с производительностью" + +#: ../../include/class/Diagnostics.class.php:1094 +msgid "The average of modules per agent is less than 40" +msgstr "В среднем на одного агента приходится менее 40 модулей" + +#: ../../include/class/Diagnostics.class.php:1130 +msgid "The system has no load" +msgstr "Система не имеет нагрузки" + +#: ../../include/class/Diagnostics.class.php:1174 +msgid "Network Management System" +msgstr "Система управления сетью" + +#: ../../include/class/Diagnostics.class.php:1175 +#: ../../include/class/Diagnostics.class.php:1179 +msgid "Off" +msgstr "Откл" + +#: ../../include/class/Diagnostics.class.php:1186 +msgid "Status of agents capacity" +msgstr "Статус емкости агентов" + +#: ../../include/class/Diagnostics.class.php:1191 +msgid "Status of average modules per agent" +msgstr "Статус среднего количества модулей на одного агента" + +#: ../../include/class/Diagnostics.class.php:1197 +msgid "Interval average of the network modules" +msgstr "Среднее интервальное значение сетевых модулей" + +#: ../../include/class/Diagnostics.class.php:1227 +msgid "The attached folder contains more than 700 files." +msgstr "Вложенная папка содержит более 700 файлов." + +#: ../../include/class/Diagnostics.class.php:1232 +msgid "The attached folder contains less than 700 files." +msgstr "Вложенная папка содержит менее 700 файлов." + +#: ../../include/class/Diagnostics.class.php:1241 +msgid "Total files in the attached folder" +msgstr "Всего файлов в прикрепленной папке" + +#: ../../include/class/Diagnostics.class.php:1271 +msgid "" +"The tagente_datos table contains too much data. A historical database is " +"recommended." +msgstr "" +"Таблица tagente_datos содержит слишком много данных. Рекомендуется " +"использовать историческую базу данных." + +#: ../../include/class/Diagnostics.class.php:1276 +msgid "The tagente_datos table contains an acceptable amount of data." +msgstr "Таблица tagente_datos содержит приемлемое количество данных." + +#: ../../include/class/Diagnostics.class.php:1285 +msgid "Total data in tagente_datos table" +msgstr "Всего данных в таблице tagente_datos" + +#: ../../include/class/Diagnostics.class.php:1289 +msgid "Tagente_datos table status" +msgstr "Статус таблицы Tagente_datos" + +#: ../../include/class/Diagnostics.class.php:1325 +msgid "Threads" +msgstr "Потоки" + +#: ../../include/class/Diagnostics.class.php:1335 +msgid "Total threads" +msgstr "Всего потоков" + +#: ../../include/class/Diagnostics.class.php:1342 +msgid "Current pandora_server running threads" +msgstr "Текущие работающие потоки pandora_server" + +#: ../../include/class/Diagnostics.class.php:1346 +msgid "" +"There's more pandora_server threads than configured, are you running " +"multiple servers simultaneusly?." +msgstr "" +"Существует больше потоков pandora_server, чем настроено, вы запускаете " +"несколько серверов одновременно?" + +#: ../../include/class/Diagnostics.class.php:1480 +msgid "" +"Please check your Pandora Server setup and make sure that the database " +"maintenance daemon is running." +msgstr "" +"Пожалуйста, проверьте настройки вашего сервера Pandora Server и убедитесь, " +"что запущен daemon обслуживания базы данных." + +#: ../../include/class/Diagnostics.class.php:1484 +msgid "" +"It' is very important to keep the database up-to-date to get the best " +"performance and results in Pandora" +msgstr "" +"Очень важно поддерживать базу данных в актуальном состоянии, чтобы добиться " +"наилучшей производительности и результатов в Pandora" + +#: ../../include/class/Diagnostics.class.php:1746 +msgid "You have more than 10 MB of logs" +msgstr "У вас более 10 МБ журналов" + +#: ../../include/class/Diagnostics.class.php:1749 +msgid "You have less than 10 MB of logs" +msgstr "У вас менее 10 МБ журналов" + +#: ../../include/class/Diagnostics.class.php:1812 +msgid "Succesfuly" +msgstr "Успешно" + +#: ../../include/class/Diagnostics.class.php:1904 +msgid "Your email" +msgstr "Ваш email" + +#: ../../include/class/Diagnostics.class.php:1916 +msgid "Include installation data" +msgstr "Включить данные по установке" + +#: ../../include/class/Diagnostics.class.php:1953 +msgid "Hello Feedback-Men" +msgstr "Привет Feedback-Men" + +#: ../../include/class/Diagnostics.class.php:1963 +msgid "Hello" +msgstr "Привет" + +#: ../../include/class/Diagnostics.class.php:1967 +#, php-format +msgid "User %s is reporting an issue in its %s experience" +msgstr "Пользователь %s сообщает о проблеме в своем опыте %s" + +#: ../../include/class/Diagnostics.class.php:1976 +msgid "Find some files attached to this mail" +msgstr "Найдите некоторые файлы, прикрепленные к этому письму" + +#: ../../include/class/Diagnostics.class.php:1979 +msgid "PDF is the diagnostic information retrieved at report time" +msgstr "" +"PDF - это диагностическая информация, полученная во время составления отчета" + +#: ../../include/class/Diagnostics.class.php:1982 +msgid "CSV contains the statuses of every product file" +msgstr "CSV содержит статусы каждого файла продукта" + +#: ../../include/class/Diagnostics.class.php:1987 +#, php-format +msgid "" +"If you think this report must be escalated, feel free to forward this mail " +"to \"%s\"" +msgstr "" +"Если вы считаете, что этот отчет должен быть направлен вышестоящим лицам, не " +"стесняйтесь переслать это письмо по адресу \"%s\"" + +#: ../../include/class/Diagnostics.class.php:1991 +msgid "LEGAL WARNING" +msgstr "ЮРИДИЧЕСКОЕ ПРЕДОСТЕРЕЖЕНИЕ" + +#: ../../include/class/Diagnostics.class.php:1993 +msgid "" +"The information contained in this transmission is privileged and " +"confidential information intended only for the use of the individual or " +"entity named above" +msgstr "" +"Информация, содержащаяся в данном сообщении, является привилегированной и " +"конфиденциальной информацией, предназначенной только для использования " +"физическим или юридическим лицом, указанными выше" + +#: ../../include/class/Diagnostics.class.php:1997 +msgid "" +"If the reader of this message is not the intended recipient, you are hereby " +"notified that any dissemination, distribution or copying of this " +"communication is strictly prohibited" +msgstr "" +"Если читатель данного сообщения не является его адресатом, настоящим вы " +"уведомляетесь, что любое распространение, распределение или копирование " +"данного сообщения строго запрещено" + +#: ../../include/class/Diagnostics.class.php:2001 +msgid "If you have received this transmission in error, do not read it" +msgstr "Если вы получили это сообщение по ошибке, не читайте его" + +#: ../../include/class/Diagnostics.class.php:2005 +msgid "" +"Please immediately reply to the sender that you have received this " +"communication in error and then delete it" +msgstr "" +"Пожалуйста, немедленно ответьте отправителю, что вы получили это сообщение " +"по ошибке, а затем удалите его." + +#: ../../include/class/Diagnostics.class.php:2084 +msgid "Invalid cron task" +msgstr "Недопустимая задача cron" + +#: ../../include/class/Diagnostics.class.php:2085 +msgid "Sending of information has been processed" +msgstr "Отправка информации была обработана" + +#: ../../include/class/Diagnostics.class.php:2120 +#: ../../include/class/Diagnostics.class.php:2130 +msgid "Diagnostics Info" +msgstr "Информация о диагностике" + +#: ../../include/class/Diagnostics.class.php:2238 +#: ../../include/class/Diagnostics.class.php:2248 +msgid "PHP Info" +msgstr "Информация о PHP" + +#: ../../include/class/NetworkMap.class.php:2331 +msgid "Failed to generate dotmap, please select different layout schema" +msgstr "" +"Не удалось сгенерировать точечную карту (dotmap), пожалуйста, выберите " +"другую схему отображения макета" + +#: ../../include/class/NetworkMap.class.php:2459 +msgid "Failed to retrieve graph data." +msgstr "Не удалось получить данные графика." + +#: ../../include/class/NetworkMap.class.php:2679 +msgid "Holding Area" +msgstr "Буфер обработки" + +#: ../../include/class/NetworkMap.class.php:2808 +#, php-format +msgid "Edit node %s" +msgstr "Редактирование узла %s" + +#: ../../include/class/NetworkMap.class.php:2810 +msgid "Show details and options" +msgstr "Показать подробности и опции" + +#: ../../include/class/NetworkMap.class.php:2811 +msgid "Add a interface link" +msgstr "Добавить ссылку интерфейса" + +#: ../../include/class/NetworkMap.class.php:2812 +msgid "Set parent interface" +msgstr "Установить родительский интерфейс" + +#: ../../include/class/NetworkMap.class.php:2813 +msgid "Set as children" +msgstr "Установить в качестве детей" + +#: ../../include/class/NetworkMap.class.php:2814 +msgid "Set parent" +msgstr "Установить родителя" + +#: ../../include/class/NetworkMap.class.php:2815 +#: ../../include/class/NetworkMap.class.php:2828 +msgid "Abort the action of set relationship" +msgstr "Прервать действие установления отношений" + +#: ../../include/class/NetworkMap.class.php:2817 +#: ../../include/class/NetworkMap.class.php:3156 +msgid "Add node" +msgstr "Добавить узел" + +#: ../../include/class/NetworkMap.class.php:2818 +msgid "Set center" +msgstr "Установить центр" + +#: ../../include/class/NetworkMap.class.php:2820 +msgid "Refresh Holding area" +msgstr "Обновить буфер обработки" + +#: ../../include/class/NetworkMap.class.php:2821 +#: ../../include/class/NetworkMap.class.php:2824 +msgid "Proceed" +msgstr "Продолжить" + +#: ../../include/class/NetworkMap.class.php:2822 +msgid "" +"Resetting the map will delete all customizations you have done, including " +"manual relationships between elements, new items, etc." +msgstr "" +"Перезапуск карты удалит все сделанные вами настройки, включая ручные связи " +"между элементами, новые элементы и т.д." + +#: ../../include/class/NetworkMap.class.php:2826 +msgid "Restart map" +msgstr "Перезапустить карту" + +#: ../../include/class/NetworkMap.class.php:2827 +msgid "Abort the interface relationship" +msgstr "Прервать взаимосвязь интерфейсов" + +#: ../../include/class/NetworkMap.class.php:2845 +#, php-format +msgid "In the Open version of %s can not be edited nodes or map" +msgstr "В открытой версии %s нельзя редактировать узлы или карту" + +#: ../../include/class/NetworkMap.class.php:2851 +#: ../../include/class/NetworkMap.class.php:2902 +msgid "Edit node" +msgstr "Редактировать узел" + +#: ../../include/class/NetworkMap.class.php:2861 +#: ../../include/class/NetworkMap.class.php:2912 +msgid "Adresses" +msgstr "Адреса" + +#: ../../include/class/NetworkMap.class.php:2863 +#: ../../include/class/NetworkMap.class.php:2914 +msgid "OS type" +msgstr "Тип ОС" + +#: ../../include/class/NetworkMap.class.php:2870 +#: ../../include/class/NetworkMap.class.php:2871 +#: ../../include/class/NetworkMap.class.php:2921 +#: ../../include/class/NetworkMap.class.php:2922 +msgid "Node Details" +msgstr "Сведения об узле" + +#: ../../include/class/NetworkMap.class.php:2947 +#: ../../include/class/NetworkMap.class.php:2948 +msgid "Interface Information (SNMP)" +msgstr "Информация об интерфейсе (SNMP)" + +#: ../../include/class/NetworkMap.class.php:2959 +msgid "Shape" +msgstr "Форма" + +#: ../../include/class/NetworkMap.class.php:2962 +msgid "Circle" +msgstr "Круг" + +#: ../../include/class/NetworkMap.class.php:2963 +msgid "Square" +msgstr "Квадрат" + +#: ../../include/class/NetworkMap.class.php:2964 +msgid "Rhombus" +msgstr "Ромб" + +#: ../../include/class/NetworkMap.class.php:2977 +msgid "name node" +msgstr "Назвать узел" + +#: ../../include/class/NetworkMap.class.php:2995 +#: ../../include/class/NetworkMap.class.php:3263 +msgid "name fictional node" +msgstr "Имя фиктивного узла" + +#: ../../include/class/NetworkMap.class.php:3000 +#: ../../include/class/NetworkMap.class.php:3268 +msgid "Networkmap to link" +msgstr "Соединить с сетевой картой" + +#: ../../include/class/NetworkMap.class.php:3012 +msgid "Update fictional node" +msgstr "Обновить фиктивный узел" + +#: ../../include/class/NetworkMap.class.php:3023 +#: ../../include/class/NetworkMap.class.php:3024 +msgid "Node options" +msgstr "Параметры узла" + +#: ../../include/class/NetworkMap.class.php:3036 +#: ../../include/class/NetworkMap.class.php:3102 +msgid "Node source" +msgstr "Исходный узел" + +#: ../../include/class/NetworkMap.class.php:3037 +#: ../../include/class/NetworkMap.class.php:3103 +msgid "Interface source" +msgstr "Исходный интерфейс" + +#: ../../include/class/NetworkMap.class.php:3038 +#: ../../include/class/NetworkMap.class.php:3104 +msgid "Interface Target" +msgstr "Целевой интерфейс" + +#: ../../include/class/NetworkMap.class.php:3040 +#: ../../include/class/NetworkMap.class.php:3105 +msgid "Node target" +msgstr "Целевой узел" + +#: ../../include/class/NetworkMap.class.php:3041 +msgid "E." +msgstr "Е." + +#: ../../include/class/NetworkMap.class.php:3074 +msgid "There are not relations" +msgstr "Не существует отношений" + +#: ../../include/class/NetworkMap.class.php:3144 +msgid "Add interface link" +msgstr "Добавить ссылку интерфейса" + +#: ../../include/class/NetworkMap.class.php:3175 +#: ../../include/class/NetworkMap.class.php:3197 +#: ../../include/class/NetworkMap.class.php:3198 +#: ../../include/class/NetworkMap.class.php:3238 +#: ../../include/class/NetworkMap.class.php:3250 +#: ../../include/class/NetworkMap.class.php:3291 +msgid "Add agent node" +msgstr "Добавить узел агента" + +#: ../../include/class/NetworkMap.class.php:3249 +msgid "Add agent node (filter by group)" +msgstr "Добавить узел агента (фильтр по группе)" + +#: ../../include/class/NetworkMap.class.php:3280 +msgid "Add fictional node" +msgstr "Добавить фиктивный узел" + +#: ../../include/class/NetworkMap.class.php:3290 +msgid "Add fictional point" +msgstr "Добавить вымышленный пункт" + +#: ../../include/class/NetworkMap.class.php:3497 +msgid "Open Minimap" +msgstr "Открыть мини-карту" + +#: ../../include/class/NetworkMap.class.php:3503 +msgid "Hide Labels" +msgstr "Скрыть этикетки" + +#: ../../include/class/AgentsAlerts.class.php:495 +msgid "There are no agents with alerts" +msgstr "здесь нет агентов с оповещениями" + +#: ../../include/class/AgentsAlerts.class.php:573 +msgid "Previous alerts" +msgstr "Предыдущие предупреждения" + +#: ../../include/class/AgentsAlerts.class.php:636 +msgid "More alerts" +msgstr "Дополнительные предупреждения" + +#: ../../include/class/AgentsAlerts.class.php:744 ../../operation/menu.php:37 +msgid "Views" +msgstr "Просмотры" + +#: ../../include/class/AgentsAlerts.class.php:752 +msgid "Agents/Alerts" +msgstr "Агенты/Оповещения" + +#: ../../include/class/AgentsAlerts.class.php:796 +msgid "Show modules without alerts" +msgstr "Показать модули без предупреждений" + +#: ../../include/class/AgentsAlerts.class.php:826 +#: ../../operation/gis_maps/render_view.php:142 +msgid "10 minutes" +msgstr "10 минут" + +#: ../../include/class/ManageNetScanScripts.class.php:122 +msgid "Net scan scripts" +msgstr "Скрипты сканирования сети" + +#: ../../include/class/ManageNetScanScripts.class.php:223 +msgid "Problem creating" +msgstr "Ошибка при создании" + +#: ../../include/class/ManageNetScanScripts.class.php:234 +#: ../../include/class/ManageNetScanScripts.class.php:321 +msgid "Name or Script fullpath they can not be empty" +msgstr "Имя или полный путь скрипта не могут быть пустыми" + +#: ../../include/class/ManageNetScanScripts.class.php:255 +#: ../../include/class/ManageNetScanScripts.class.php:342 +msgid "Problem deleting Net scan Scripts, Not selected script" +msgstr "Проблема с удалением Скриптов сканирования сети, не выбранный скрипт" + +#: ../../include/class/ManageNetScanScripts.class.php:310 +msgid "Problem updating" +msgstr "Ошибка при обновлении" + +#: ../../include/class/ManageNetScanScripts.class.php:361 +msgid "Problem deleting Net scan Scripts" +msgstr "Проблема с удалением Скриптов сканирования сети" + +#: ../../include/class/ManageNetScanScripts.class.php:366 +msgid "Deleted successfully" +msgstr "Удалено успешно" + +#: ../../include/class/ManageNetScanScripts.class.php:439 +msgid "Are you sure delete script?" +msgstr "Вы уверены, что хотите удалить скрипт?" + +#: ../../include/class/ManageNetScanScripts.class.php:459 +msgid "Delete Script" +msgstr "Удалить скрипт" + +#: ../../include/class/ManageNetScanScripts.class.php:478 +msgid "There are no net scan scripts in the system" +msgstr "В системе отсутствуют скрипты сканирования сети" + +#: ../../include/class/ManageNetScanScripts.class.php:552 +msgid "Script fullpath" +msgstr "Полный путь скрипта" + +#: ../../include/class/CredentialStore.class.php:600 +#, php-format +msgid "Not a valid JSON: %s" +msgstr "Недопустимый JSON: %s" + +#: ../../include/class/CredentialStore.class.php:610 +msgid "Key identifier is required" +msgstr "Требуется идентификатор ключа" + +#: ../../include/class/CredentialStore.class.php:612 +msgid "You must select a group where store this key!" +msgstr "Вы должны выбрать группу, в которой будет храниться этот ключ!" + +#: ../../include/class/CredentialStore.class.php:614 +msgid "You must specify a product type" +msgstr "Вы должны указать тип продукта" + +#: ../../include/class/CredentialStore.class.php:616 +msgid "You must specify a username and/or password" +msgstr "Вы должны указать имя пользователя и/или пароль" + +#: ../../include/class/CredentialStore.class.php:722 +msgid "identifier cannot be empty" +msgstr "идентификатор не может быть пустым" + +#: ../../include/class/CredentialStore.class.php:765 +#, php-format +msgid "" +"Database encryption is not enabled. Credentials will be stored in plaintext. " +"%s" +msgstr "" +"Шифрование базы данных не включено. Учетные данные будут храниться в " +"открытом виде. %s" + +#: ../../include/class/CredentialStore.class.php:784 +#: ../../include/class/CredentialStore.class.php:917 +msgid "Product" +msgstr "Продукт" + +#: ../../include/class/CredentialStore.class.php:849 +msgid "Add key" +msgstr "Добавить ключ" + +#: ../../include/class/CredentialStore.class.php:940 +msgid "Extra (2)" +msgstr "Экстра (2)" + +#: ../../include/class/CredentialStore.class.php:950 +#: ../../include/class/CredentialStore.class.php:1121 +msgid "Access key ID" +msgstr "ID ключа доступа" + +#: ../../include/class/CredentialStore.class.php:951 +#: ../../include/class/CredentialStore.class.php:1122 +msgid "Secret access key" +msgstr "Секретный ключ доступа" + +#: ../../include/class/CredentialStore.class.php:957 +#: ../../include/class/CredentialStore.class.php:974 +msgid "Account ID" +msgstr "ID учётной записи" + +#: ../../include/class/CredentialStore.class.php:958 +#: ../../include/class/CredentialStore.class.php:1129 +msgid "Application secret" +msgstr "Секрет применения" + +#: ../../include/class/CredentialStore.class.php:959 +#: ../../include/class/CredentialStore.class.php:1130 +msgid "Tenant or domain name" +msgstr "Владелец или доменное имя" + +#: ../../include/class/CredentialStore.class.php:960 +#: ../../include/class/CredentialStore.class.php:1131 +msgid "Subscription id" +msgstr "Идентификатор подписки" + +#: ../../include/class/CredentialStore.class.php:964 +#: ../../include/class/CredentialStore.class.php:1147 +msgid "Auth JSON" +msgstr "Аутентификация JSON" + +#: ../../include/class/CredentialStore.class.php:1128 +msgid "Client ID" +msgstr "ID клиента" + +#: ../../include/class/CredentialStore.class.php:1137 +msgid "Account ID." +msgstr "ID Учетной записи." + +#: ../../include/class/CredentialStore.class.php:1223 +msgid "Register new key into keystore" +msgstr "Зарегистрируйте новый ключ в хранилище ключей" + +#: ../../include/class/CredentialStore.class.php:1227 +msgid "Update key" +msgstr "Обновить ключ" + +#: ../../include/class/OrderInterpreter.class.php:123 +msgid "Agent Management" +msgstr "Управление агентами" + +#: ../../include/class/OrderInterpreter.class.php:157 +msgid "Manage Policies" +msgstr "Управление политиками" + +#: ../../include/class/OrderInterpreter.class.php:171 +msgid "List Alerts" +msgstr "Список предупреждений" + +#: ../../include/class/OrderInterpreter.class.php:195 +msgid "View Events" +msgstr "Просмотр событий" + +#: ../../include/class/OrderInterpreter.class.php:247 +msgid "Manage Servers" +msgstr "Управление серверами" + +#: ../../include/class/OrderInterpreter.class.php:261 +msgid "Edit User" +msgstr "Редактировать пользователя" + +#: ../../include/class/OrderInterpreter.class.php:271 +msgid "Tree View" +msgstr "Просмотр в виде дерева" + +#: ../../include/class/OrderInterpreter.class.php:281 +msgid "Network Component" +msgstr "Сетевой компонент" + +#: ../../include/class/OrderInterpreter.class.php:295 +msgid "Task List" +msgstr "Список задач" + +#: ../../include/class/OrderInterpreter.class.php:339 +msgid "Update Manager" +msgstr "Менеджер обновлений" + +#: ../../include/class/OrderInterpreter.class.php:353 +msgid "Manage Agent Groups" +msgstr "Управление группами агентов" + +#: ../../include/class/OrderInterpreter.class.php:394 +msgid "GO TO " +msgstr "ПЕРЕЙТИ К " + +#: ../../include/class/OrderInterpreter.class.php:423 +msgid "results found" +msgstr "результаты найдены" + +#: ../../include/class/OrderInterpreter.class.php:427 +msgid "No results found" +msgstr "Результаты не найдены" + +#: ../../include/class/CustomNetScan.class.php:369 +#: ../../include/class/CustomNetScan.class.php:394 +msgid "NetScan Custom" +msgstr "Настройка NetScan" + +#: ../../include/class/CustomNetScan.class.php:611 +msgid "Recon script" +msgstr "Рекон скрипт" + +#: ../../include/class/CustomNetScan.class.php:652 +msgid "Explanation" +msgstr "Объяснение" + +#: ../../include/class/CustomNetScan.class.php:668 +msgid "macro_desc" +msgstr "macro_desc" + +#: ../../include/class/ModuleTemplates.class.php:353 +#, php-format +msgid "Template %s successfully updated" +msgstr "Шаблон %s успешно обновлен" + +#: ../../include/class/ModuleTemplates.class.php:400 +#, php-format +msgid "Template %s successfully created" +msgstr "Шаблон %s успешно создан" + +#: ../../include/class/ModuleTemplates.class.php:402 +msgid "Error creating template" +msgstr "Ошибка при создании шаблона" + +#: ../../include/class/ModuleTemplates.class.php:410 +#, php-format +msgid "Template %s successfully deleted" +msgstr "Шаблон %s успешно удален" + +#: ../../include/class/ModuleTemplates.class.php:412 +#, php-format +msgid "Error deleting %s template" +msgstr "Ошибка при удалении шаблона %s" + +#: ../../include/class/ModuleTemplates.class.php:559 +msgid "Module successfully deleted" +msgstr "Модуль успешно удален" + +#: ../../include/class/ModuleTemplates.class.php:561 +msgid "Error deleting module" +msgstr "Ошибка при удалении модуля" + +#: ../../include/class/ModuleTemplates.class.php:572 +msgid "Block successfully deleted" +msgstr "Блок успешно удален" + +#: ../../include/class/ModuleTemplates.class.php:574 +msgid "Error deleting block" +msgstr "Ошибка при удалении блока" + +#: ../../include/class/ModuleTemplates.class.php:586 +msgid "All templates deleted" +msgstr "Все шаблоны удалены" + +#: ../../include/class/ModuleTemplates.class.php:588 +msgid "Error deleting all templates" +msgstr "Ошибка при удалении всех шаблонов" + +#: ../../include/class/ModuleTemplates.class.php:597 +msgid "Selected templates deleted" +msgstr "Выбранные шаблоны удалены" + +#: ../../include/class/ModuleTemplates.class.php:599 +msgid "Error deleting selected templates" +msgstr "Ошибка при удалении выбранных шаблонов" + +#: ../../include/class/ModuleTemplates.class.php:611 +msgid "Something gone wrong. Please, try again" +msgstr "Что-то пошло не так. Пожалуйста, попробуйте еще раз" + +#: ../../include/class/ModuleTemplates.class.php:662 +msgid "The modules is already added" +msgstr "Модули уже добавлены" + +#: ../../include/class/ModuleTemplates.class.php:1108 +#: ../../include/class/ModuleTemplates.class.php:1380 +msgid "Add components" +msgstr "Добавить компоненты" + +#: ../../include/class/ModuleTemplates.class.php:1160 +#: ../../include/class/ModuleTemplates.class.php:1295 +msgid "No module blocks for this profile" +msgstr "Нет блоков модулей для этого профиля" + +#: ../../include/class/ModuleTemplates.class.php:1183 +msgid "Delete this block" +msgstr "Удалить этот блок" + +#: ../../include/class/ModuleTemplates.class.php:1185 +msgid "Do you want delete this block?" +msgstr "Вы хотите удалить этот блок?" + +#: ../../include/class/ModuleTemplates.class.php:1280 +msgid "Delete this module" +msgstr "Удалить этот модуль" + +#: ../../include/class/ModuleTemplates.class.php:1282 +msgid "Do you want delete this module?" +msgstr "Вы хотите удалить этот модуль?" + +#: ../../include/class/ModuleTemplates.class.php:1473 +msgid "Do you want delete all templates?" +msgstr "Вы хотите удалить все шаблоны?" + +#: ../../include/class/ModuleTemplates.class.php:1476 +msgid "Do you want delete the selected templates?" +msgstr "Вы хотите удалить выбранные шаблоны?" + +#: ../../include/class/ConsoleSupervisor.php:809 +msgid "Limited mode." +msgstr "Ограниченный режим." + +#: ../../include/class/ConsoleSupervisor.php:821 +msgid "License is about to expire" +msgstr "Срок действия лицензии истекает" + +#: ../../include/class/ConsoleSupervisor.php:824 +msgid "Support is about to expire" +msgstr "Срок действия поддержки истекает" + +#: ../../include/class/ConsoleSupervisor.php:842 +msgid "Expired license" +msgstr "Просроченная лицензия" + +#: ../../include/class/ConsoleSupervisor.php:843 +msgid "Your license has expired. Please, contact our sales department." +msgstr "" +"Срок действия вашей лицензии истек. Пожалуйста, свяжитесь с нашим отделом " +"продаж." + +#: ../../include/class/ConsoleSupervisor.php:845 +msgid "Support expired" +msgstr "Срок поддержки истек" + +#: ../../include/class/ConsoleSupervisor.php:846 +msgid "" +"This license is outside of support. Please, contact our sales department." +msgstr "" +"Эта лицензия находится вне зоны службы поддержки. Пожалуйста, свяжитесь с " +"нашим отделом продаж." + +#: ../../include/class/ConsoleSupervisor.php:927 +msgid "Attachment directory is not writable" +msgstr "Каталог вложений недоступен для записи" + +#: ../../include/class/ConsoleSupervisor.php:929 +#, php-format +msgid "" +"Directory %s is not writable. Please, configure corresponding permissions." +msgstr "" +"Каталог %s не доступен для записи. Пожалуйста, настройте соответствующие " +"разрешения." + +#: ../../include/class/ConsoleSupervisor.php:949 +msgid "There are too many files in attachment directory" +msgstr "В каталоге вложений слишком много файлов" + +#: ../../include/class/ConsoleSupervisor.php:951 +#, php-format +msgid "" +"There are more than %d files in attachment, consider cleaning up attachment " +"directory manually." +msgstr "" +"Во вложении находится более %d файлов, подумайте о том, чтобы очистить " +"каталог вложений вручную." + +#: ../../include/class/ConsoleSupervisor.php:983 +msgid "Remote configuration directory is not readable" +msgstr "Дистанционный каталог конфигурации не доступен для чтения" + +#: ../../include/class/ConsoleSupervisor.php:985 +#, php-format +msgid "" +"Remote configuration directory %s is not readable. Please, adjust " +"configuration." +msgstr "" +"Дистанционный каталог конфигурации %s не доступен для чтения. Пожалуйста, " +"настройте конфигурацию." + +#: ../../include/class/ConsoleSupervisor.php:1002 +msgid "Remote configuration directory is not writable" +msgstr "Дистанционный каталог конфигурации недоступен для записи" + +#: ../../include/class/ConsoleSupervisor.php:1004 +#, php-format +msgid "" +"Remote configuration directory %s is not writable. Please, adjust " +"configuration." +msgstr "" +"Дистанционный каталог конфигурации %s недоступен для записи. Пожалуйста, " +"настройте конфигурацию." + +#: ../../include/class/ConsoleSupervisor.php:1020 +msgid "Remote collections directory is not writable" +msgstr "Дистанционный каталог коллекций недоступен для записи" + +#: ../../include/class/ConsoleSupervisor.php:1022 +#, php-format +msgid "" +"Collections directory %s is not writable. Please, adjust configuration." +msgstr "" +"Каталог коллекций %s недоступен для записи. Пожалуйста, настройте " +"конфигурацию." + +#: ../../include/class/ConsoleSupervisor.php:1038 +msgid "Remote md5 directory is not writable" +msgstr "Дистанционный каталог md5 не доступен для записи" + +#: ../../include/class/ConsoleSupervisor.php:1040 +#, php-format +msgid "MD5 directory %s is not writable. Please, adjust configuration." +msgstr "" +"Каталог md5 %s не доступен для записи. Пожалуйста, настройте конфигурацию." + +#: ../../include/class/ConsoleSupervisor.php:1068 +msgid "There are too much files in spool" +msgstr "В спуле слишком много файлов" + +#: ../../include/class/ConsoleSupervisor.php:1070 +#, php-format +msgid "" +"There are more than %d files in %s. Consider checking DataServer performance" +msgstr "" +"Более %d файлов находится в %s . Рассмотрите возможность проверки " +"производительности DataServer" + +#: ../../include/class/ConsoleSupervisor.php:1091 +msgid "There are too many BADXML files in spool" +msgstr "В спуле слишком много файлов BADXML" + +#: ../../include/class/ConsoleSupervisor.php:1093 +#, php-format +msgid "" +"There are more than %d files in %s. Consider checking software agents." +msgstr "Более %d файлов находится в %s. Проверьте программные агенты." + +#: ../../include/class/ConsoleSupervisor.php:1180 +#, php-format +msgid "%s (%s) is lacking performance." +msgstr "%s (%s) не хватает производительности." + +#: ../../include/class/ConsoleSupervisor.php:1249 +msgid "No servers available." +msgstr "Нет доступных серверов" + +#: ../../include/class/ConsoleSupervisor.php:1250 +msgid "" +"There are no servers registered in this console. Please, check installation " +"guide." +msgstr "" +"В этой консоли не зарегистрировано ни одного сервера. Пожалуйста, проверьте " +"руководство по установке." + +#: ../../include/class/ConsoleSupervisor.php:1296 +#, php-format +msgid "%s (%s) has crashed." +msgstr "%s (%s) подвергся сбою." + +#: ../../include/class/ConsoleSupervisor.php:1302 +#, php-format +msgid "%s (%s) has crashed, please check log files." +msgstr "%s (%s) подвергся сбою, пожалуйста, проверьте файлы журнала." + +#: ../../include/class/ConsoleSupervisor.php:1309 +#, php-format +msgid "%s (%s) is not running." +msgstr "%s (%s) не выполняется." + +#: ../../include/class/ConsoleSupervisor.php:1314 +#, php-format +msgid "" +"%s (%s) is not running. Please, check configuration file or remove this " +"server from server list." +msgstr "" +"%s (%s) не выполняется. Пожалуйста, проверьте файл конфигурации или удалите " +"этот сервер из списка серверов." + +#: ../../include/class/ConsoleSupervisor.php:1366 +msgid "No master servers found." +msgstr "Ведущие серверы не найдены." + +#: ../../include/class/ConsoleSupervisor.php:1367 +msgid "" +"At least one server must be defined to run as master. Please, check " +"documentation." +msgstr "" +"Как минимум один сервер должен быть определен для работы в качестве " +"ведущего. Пожалуйста, проверьте документацию." + +#: ../../include/class/ConsoleSupervisor.php:1418 +msgid "PHP safe mode is enabled. Some features may not work properly" +msgstr "" +"Безопасный режим PHP включен. Некоторые функции могут работать некорректно" + +#: ../../include/class/ConsoleSupervisor.php:1419 +msgid "" +"To disable it, go to your PHP configuration file (php.ini) and put safe_mode " +"= Off (Do not forget to restart apache process after changes)" +msgstr "" +"Чтобы отключить его, зайдите в файл конфигурации PHP (php.ini) и поставьте " +"safe_mode = Off (не забудьте перезапустить процесс apache после изменений)." + +#: ../../include/class/ConsoleSupervisor.php:1437 +#, php-format +msgid "'%s' value in PHP configuration is not recommended" +msgstr "Значение '%s' в конфигурации PHP не рекомендуется" + +#: ../../include/class/ConsoleSupervisor.php:1441 +#, php-format +msgid "Recommended value is %s" +msgstr "Рекомендуемое значение %s" + +#: ../../include/class/ConsoleSupervisor.php:1442 +#: ../../include/class/ConsoleSupervisor.php:1466 +msgid "Unlimited" +msgstr "Неограниченно" + +#: ../../include/class/ConsoleSupervisor.php:1443 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Do not forget to restart Apache process after)" +msgstr "" +"Пожалуйста, измените его в конфигурационном файле PHP (php.ini) или " +"обратитесь к администратору (не забудьте перезапустить процесс Apache после " +"этого)." + +#: ../../include/class/ConsoleSupervisor.php:1461 +#: ../../include/class/ConsoleSupervisor.php:1485 +#: ../../include/class/ConsoleSupervisor.php:1509 +#: ../../include/class/ConsoleSupervisor.php:1587 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Не рекомендуется значение '%s' в конфигурации PHP" + +#: ../../include/class/ConsoleSupervisor.php:1465 +#: ../../include/class/ConsoleSupervisor.php:1489 +#: ../../include/class/ConsoleSupervisor.php:1513 +#: ../../include/class/ConsoleSupervisor.php:1591 +#, php-format +msgid "Recommended value is: %s" +msgstr "Рекомендуемое значение: %s" + +#: ../../include/class/ConsoleSupervisor.php:1467 +#: ../../include/class/ConsoleSupervisor.php:1491 +#: ../../include/class/ConsoleSupervisor.php:1533 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" +msgstr "" +"Пожалуйста, измените его на своем конфигурационном файле PHP (php.ini) или " +"свяжитесь с администратором. (Не забудьте перезапустить процесс apache после " +"изменений)" + +#: ../../include/class/ConsoleSupervisor.php:1490 +#: ../../include/class/ConsoleSupervisor.php:1514 +#, php-format +msgid "%s or greater" +msgstr "% s или больше" + +#: ../../include/class/ConsoleSupervisor.php:1515 +#: ../../include/class/ConsoleSupervisor.php:1593 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" +"Пожалуйста, измените его на своем конфигурационном файле PHP (php.ini) или " +"свяжитесь с администратором." + +#: ../../include/class/ConsoleSupervisor.php:1532 +msgid "Problems with disable_functions in php.ini" +msgstr "Проблемы с disable_functions в php.ini" + +#: ../../include/class/ConsoleSupervisor.php:1533 +msgid "" +"The variable disable_functions contains functions system() or exec() in PHP " +"configuration file (php.ini)" +msgstr "" +"Переменная disable_functions содержит функции system() или exec() в " +"конфигурационном файле PHP (php.ini)" + +#: ../../include/class/ConsoleSupervisor.php:1550 +msgid "PhantomJS is not installed" +msgstr "PhantomJS не установлен" + +#: ../../include/class/ConsoleSupervisor.php:1551 +msgid "" +"To be able to create images of the graphs for PDFs, please install the " +"PhantomJS extension. For that, it is necessary to follow these steps:" +msgstr "" +"Чтобы иметь возможность создавать изображения графиков для PDF-файлов, " +"установите расширение PhantomJS. Для этого необходимо выполнить следующие " +"шаги:" + +#: ../../include/class/ConsoleSupervisor.php:1568 +msgid "PHP UPDATE REQUIRED" +msgstr "ТРЕБУЕТСЯ ОБНОВЛЕНИЕ PHP" + +#: ../../include/class/ConsoleSupervisor.php:1569 +#: ../../general/php7_message.php:30 +msgid "" +"For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or " +"higher." +msgstr "" +"Для корректной работы PandoraFMS, PHP должен быть обновлен до версии 7.0 или " +"выше." + +#: ../../include/class/ConsoleSupervisor.php:1569 +#: ../../general/php7_message.php:31 +msgid "Otherwise, functionalities will be lost." +msgstr "В противном случае функциональные возможности будут утрачены." + +#: ../../include/class/ConsoleSupervisor.php:1569 +#: ../../general/php7_message.php:33 +msgid "Report download in PDF format" +msgstr "Загрузка отчета в формате PDF" + +#: ../../include/class/ConsoleSupervisor.php:1569 +#: ../../general/php7_message.php:34 +msgid "Emails Sending" +msgstr "Отправление электронных писем" + +#: ../../include/class/ConsoleSupervisor.php:1569 +#: ../../general/php7_message.php:35 +msgid "Metaconsole Collections" +msgstr "Коллекции Метаконсоли" + +#: ../../include/class/ConsoleSupervisor.php:1635 +msgid "Historical database not available" +msgstr "Историческая база данных недоступна" + +#: ../../include/class/ConsoleSupervisor.php:1636 +msgid "" +"Historical database is enabled, though not accessible with the current " +"configuration." +msgstr "" +"Историческая база данных включена, хотя и недоступна в текущей конфигурации." + +#: ../../include/class/ConsoleSupervisor.php:1679 +msgid "Database maintenance problem" +msgstr "Проблема с обслуживанием базы данных" + +#: ../../include/class/ConsoleSupervisor.php:1681 +#, php-format +msgid "" +"Your database hasn't been through maintenance for 48hrs. Please, check " +"documentation on how to perform this maintenance process on %s and enable it " +"as soon as possible." +msgstr "" +"Ваша база данных не проходила техническое обслуживание в течение 48 часов. " +"Пожалуйста, проверьте документацию о том, как выполнить этот процесс " +"обслуживания на %s и включите его как можно скорее." + +#: ../../include/class/ConsoleSupervisor.php:1741 +msgid "Historical database maintenance problem." +msgstr "Проблема с обслуживанием исторической базы данных." + +#: ../../include/class/ConsoleSupervisor.php:1743 +#, php-format +msgid "" +"Your historical database hasn't been through maintenance for 48hrs. Please, " +"check documentation on how to perform this maintenance process on %s and " +"enable it as soon as possible." +msgstr "" +"Ваша историческая база данных не проходила техническое обслуживание в " +"течение 48 часов. Пожалуйста, проверьте документацию о том, как выполнить " +"этот процесс обслуживания на %s и включите его как можно скорее." + +#: ../../include/class/ConsoleSupervisor.php:1781 +msgid "Historical database MR mismatch" +msgstr "Несоответствие исторической базы данных MR" + +#: ../../include/class/ConsoleSupervisor.php:1782 +msgid "" +"Your historical database is not using the same schema as the main DB. This " +"could produce anomalies while storing historical data." +msgstr "" +"Ваша историческая база данных не использует ту же схему, что и основная база " +"данных. Это может привести к аномалиям при хранении исторических данных." + +#: ../../include/class/ConsoleSupervisor.php:1822 +msgid "Log collector cannot connect to ElasticSearch" +msgstr "Коллектор журналов не может подключиться к ElasticSearch" + +#: ../../include/class/ConsoleSupervisor.php:1823 +msgid "ElasticSearch is not available using current configuration." +msgstr "ElasticSearch недоступен в текущей конфигурации." + +#: ../../include/class/ConsoleSupervisor.php:1892 +msgid "Metaconsole DB is not available." +msgstr "База данных Метаконсоли недоступна." + +#: ../../include/class/ConsoleSupervisor.php:1893 +msgid "Cannot connect with Metaconsole DB using current configuration." +msgstr "" +"Невозможно подключиться к БД Метаконсоли, используя текущую конфигурацию." + +#: ../../include/class/ConsoleSupervisor.php:1921 +msgid "Scheduled downtime running." +msgstr "Запланированная остановка находится в процессе работы." + +#: ../../include/class/ConsoleSupervisor.php:1922 +msgid "" +"A scheduled downtime is running. Some monitoring data won't be available " +"while downtime is taking place." +msgstr "" +"Запущена запланированная остановка. Во время остановки некоторые данные " +"мониторинга будут недоступны." + +#: ../../include/class/ConsoleSupervisor.php:2078 +msgid "Downtime scheduled soon." +msgstr "В ближайшее время произойдет запланированная остановка." + +#: ../../include/class/ConsoleSupervisor.php:2080 +#, php-format +msgid "" +"A scheduled downtime is going to be executed from %s to %s. Some monitoring " +"data won't be available while downtime is taking place." +msgstr "" +"Запланированная остановка будет выполнена с %s по %s. Во время остановки " +"некоторые данные мониторинга будут недоступны." + +#: ../../include/class/ConsoleSupervisor.php:2110 +msgid "This instance is not registered in the Update manager section" +msgstr "Этот экземпляр не зарегистрирован в разделе менеджера обновлений" + +#: ../../include/class/ConsoleSupervisor.php:2111 +msgid "" +"Click here to start the registration process" +msgstr "" +"Нажмите здесь, чтобы начать процесс регистрации" + +#: ../../include/class/ConsoleSupervisor.php:2143 +msgid "Default password for \"Admin\" user has not been changed" +msgstr "Пароль по умолчанию для пользователя \"Admin\" не был изменен" + +#: ../../include/class/ConsoleSupervisor.php:2144 +msgid "" +"Please, change the default password since it is a commonly reported " +"vulnerability." +msgstr "" +"Пожалуйста, измените пароль по умолчанию, так как это часто сообщаемая " +"уязвимость." + +#: ../../include/class/ConsoleSupervisor.php:2179 +msgid "Default font doesn't exist" +msgstr "Шрифт по умолчанию не существует" + +#: ../../include/class/ConsoleSupervisor.php:2180 +msgid "" +"Your defined font doesn't exist or is not defined. Please, check font " +"parameters in your config" +msgstr "" +"Определенный вами шрифт не существует или не определен. Пожалуйста, " +"проверьте параметры шрифта в вашей конфигурации" + +#: ../../include/class/ConsoleSupervisor.php:2203 +msgid "Developer mode is enabled" +msgstr "Режим разработчик включен" + +#: ../../include/class/ConsoleSupervisor.php:2205 +#, php-format +msgid "" +"Your %s has the \"develop_bypass\" mode enabled. This is a developer mode " +"and should be disabled in a production environment. This value is located in " +"the main index.php file" +msgstr "" +"В вашем %s включен режим \"develop_bypass\". Это режим для разработчиков и " +"он должен быть отключен в производственной среде. Это значение находится в " +"главном файле index.php" + +#: ../../include/class/ConsoleSupervisor.php:2229 +msgid "Event storm protection is enabled." +msgstr "Защита от шторма событий включена." + +#: ../../include/class/ConsoleSupervisor.php:2230 +msgid "" +"Some events may get lost while this mode is enabled. The server must be " +"restarted after altering this setting." +msgstr "" +"При включении этого режима некоторые события могут быть потеряны. После " +"изменения этой настройки необходимо перезагрузить сервер." + +#: ../../include/class/ConsoleSupervisor.php:2256 +msgid "Failed to retrieve updates, please configure utility" +msgstr "Не удалось получить обновления, пожалуйста, настройте утилиту" + +#: ../../include/class/ConsoleSupervisor.php:2274 +#, php-format +msgid "New %s Console update" +msgstr "Новое обновление консоли %s" + +#: ../../include/class/ConsoleSupervisor.php:2277 +msgid "There is a new update available. Please.About minor release update." +msgstr "" +"Доступно одно или несколько незначительных обновлений. .Больше о незначительных " +"обновлениях." + +#: ../../include/class/ConsoleSupervisor.php:2341 +msgid "Discovery relies on an appropriate cron setup." +msgstr "Discovery зависит от соответствующей настройки cron." + +#: ../../include/class/ConsoleSupervisor.php:2357 +msgid "Please, make sure process is not locked." +msgstr "Пожалуйста, убедитесь, что процесс не заблокирован." + +#: ../../include/class/ConsoleSupervisor.php:2363 +msgid "DiscoveryConsoleTasks is not configured." +msgstr "DiscoveryConsoleTasks не настроено." + +#: ../../include/class/ConsoleSupervisor.php:2470 +#, php-format +msgid "%s version misaligned with Console" +msgstr "Версия %s несовместима с версией Консоли" + +#: ../../include/class/ConsoleSupervisor.php:2474 +#, php-format +msgid "" +"Server %s and this console have different versions. This might cause several " +"malfunctions. Please, update this server." +msgstr "" +"Сервер %s и эта консоль имеют разные версии. Это может привести к нескольким " +"сбоям в работе. Пожалуйста, обновите этот сервер." + +#: ../../include/class/ConsoleSupervisor.php:2526 +msgid "AllowOverride is disabled" +msgstr "AllowOverride отключено" + +#: ../../include/class/ConsoleSupervisor.php:2572 +msgid "Desynchronized operation on the node " +msgstr "Десинхронизированная операция на узле " + +#: ../../include/class/ConsoleSupervisor.php:2595 +msgid "Pandora FMS console log file changed location" +msgstr "Изменено местоположение файла журнала консоли Pandora FMS" + +#: ../../include/class/ConsoleSupervisor.php:2599 +#, php-format +msgid "" +"Pandora FMS console log file has been moved to new location %s/log. " +"Currently you have an outdated and inoperative version of this file at %s. " +"Please, consider deleting it." +msgstr "" +"Файл журнала консоли Pandora FMS был перемещен в новое место %s/log. В " +"настоящее время вы имеете устаревшую и неработоспособную версию этого файла " +"в %s. Пожалуйста, подумайте о его удалении." + +#: ../../include/class/ConsoleSupervisor.php:2634 +msgid "Pandora FMS audit log file changed location" +msgstr "Изменено местоположение файла журнала аудита Pandora FMS" + +#: ../../include/class/ConsoleSupervisor.php:2638 +#, php-format +msgid "" +"Pandora FMS audit log file has been moved to new location %s/log. Currently " +"you have an outdated and inoperative version of this file at %s. Please, " +"consider deleting it." +msgstr "" +"Файл журнала аудита Pandora FMS был перемещен в новое местоположение %s/log. " +"В настоящее время у вас есть устаревшая и неработоспособная версия этого " +"файла в %s. Пожалуйста, подумайте о его удалении." + +#: ../../include/class/WelcomeWindow.class.php:157 +msgid "Welcome to" +msgstr "Добро пожаловать в" + +#: ../../include/class/WelcomeWindow.class.php:158 +msgid "Do not show anymore" +msgstr "Не показывать больше" + +#: ../../include/class/WelcomeWindow.class.php:167 +msgid "Cancel Configuration Window" +msgstr "Отмена окна конфигурации" + +#: ../../include/class/WelcomeWindow.class.php:172 +msgid "Are you sure you want to cancel this tutorial?" +msgstr "Вы уверены, что хотите отменить этот обучающий курс?" + +#: ../../include/class/WelcomeWindow.class.php:428 +msgid "Please ensure mail configuration matches your needs" +msgstr "Убедитесь, что конфигурация почты соответствует вашим потребностям" + +#: ../../include/class/WelcomeWindow.class.php:462 +msgid "Create an agent" +msgstr "Создать агента" + +#: ../../include/class/WelcomeWindow.class.php:487 +msgid "Create a module to check if an agent is online" +msgstr "Создать модуль для проверки наличия агента в сети" + +#: ../../include/class/WelcomeWindow.class.php:512 +msgid "Be warned if something is wrong, create an alert on the module" +msgstr "" +"Будьте предупреждены, если что-то не так, создайте предупреждение на модуле" + +#: ../../include/class/WelcomeWindow.class.php:537 +msgid "Discover hosts and devices in your network" +msgstr "Обнаружение узлов и устройств в вашей сети" + +#: ../../include/class/WelcomeWindow.class.php:565 +msgid "" +"If something is not working as expected, look for this icon and report!" +msgstr "" +"Если что-то работает не так, как ожидалось, найдите этот значок и сообщите " +"об этом!" + +#: ../../include/class/AgentWizard.class.php:448 +msgid "There are not defined Remote components for this performance." +msgstr "Для этого процесса не определены дистанционные компоненты." + +#: ../../include/class/AgentWizard.class.php:572 +msgid "SNMP Walk" +msgstr "SNMP инвентаризация" + +#: ../../include/class/AgentWizard.class.php:577 +msgid "WMI Explorer" +msgstr "WMI Explorer" + +#: ../../include/class/AgentWizard.class.php:650 +msgid "Use agent IP" +msgstr "Использовать IP агента" + +#: ../../include/class/AgentWizard.class.php:665 +msgid "namespace" +msgstr "область имён" + +#: ../../include/class/AgentWizard.class.php:835 +msgid "User authentication" +msgstr "Аутентификация пользователя" + +#: ../../include/class/AgentWizard.class.php:864 +msgid "Password authentication" +msgstr "Аутентификация по паролю" + +#: ../../include/class/AgentWizard.class.php:1017 +#, php-format +msgid "The PEN (%s) is not registered." +msgstr "PEN (%s) не зарегистрирован." + +#: ../../include/class/AgentWizard.class.php:1104 +msgid "The SNMP Walk does not return anything with the received arguments." +msgstr "SNMP Walk ничего не возвращает с полученными аргументами." + +#: ../../include/class/AgentWizard.class.php:1157 +#, php-format +msgid "The target host response with an error: %s" +msgstr "Ответ целевого хоста с ошибкой: %s" + +#: ../../include/class/AgentWizard.class.php:1207 +msgid "No selected modules" +msgstr "Нет избранных модулей" + +#: ../../include/class/AgentWizard.class.php:1244 +msgid "Module exist in policy" +msgstr "Модуль существует в политике" + +#: ../../include/class/AgentWizard.class.php:1254 +msgid "Module exist in agent" +msgstr "Модуль существует в агенте" + +#: ../../include/class/AgentWizard.class.php:1261 +msgid "Module with the same name in the module creation list" +msgstr "Модуль с таким же именем в списке создания модулей" + +#: ../../include/class/AgentWizard.class.php:1562 +#, php-format +msgid "Module \"%s\" exits in this policy" +msgstr "Модуль \"%s\" выходит из этой политики" + +#: ../../include/class/AgentWizard.class.php:1660 +#: ../../include/class/AgentWizard.class.php:2067 +#, php-format +msgid "Module %s module_exec not configuration" +msgstr "Модуль %s module_exec не конфигурирован" + +#: ../../include/class/AgentWizard.class.php:1801 +#: ../../include/class/AgentWizard.class.php:2240 +#, php-format +msgid "Module %s satellite execution not configuration" +msgstr "Работа модуля %s satellite не настроен" + +#: ../../include/class/AgentWizard.class.php:1891 +#, php-format +msgid "Module \"%s\" problems insert in bbdd" +msgstr "Проблемы со вставкой модуля \"%s\" в БД" + +#: ../../include/class/AgentWizard.class.php:1899 +#: ../../include/class/AgentWizard.class.php:2321 +msgid "Modules created" +msgstr "Созданы модули" + +#: ../../include/class/AgentWizard.class.php:1929 +#, php-format +msgid "Module \"%s\" exits in this agent" +msgstr "Модуль \"%s\" завершает работу этого агента" + +#: ../../include/class/AgentWizard.class.php:2507 +msgid "Select all filtered interfaces" +msgstr "Выберите все отфильтрованные интерфейсы" + +#: ../../include/class/AgentWizard.class.php:2530 +msgid "OperStatus UP" +msgstr "OperStatus UP" + +#: ../../include/class/AgentWizard.class.php:2541 +msgid "AdminStatus UP" +msgstr "AdminStatus UP" + +#: ../../include/class/AgentWizard.class.php:3222 +msgid "No information could be retrieved." +msgstr "Никакой информации получить не удалось." + +#: ../../include/class/AgentWizard.class.php:3504 +msgid "Create modules" +msgstr "Создать модули" + +#: ../../include/class/AgentWizard.class.php:3813 +msgid "Add general monitoring for all selected interfaces" +msgstr "Добавить общий мониторинг для всех выбранных интерфейсов" + +#: ../../include/class/AgentWizard.class.php:3834 +#: ../../include/class/AgentWizard.class.php:3835 +#: ../../include/class/AgentWizard.class.php:3854 +#: ../../include/class/AgentWizard.class.php:3855 +msgid "Modules selected" +msgstr "Выбраны модули" + +#: ../../include/class/AgentWizard.class.php:3921 +msgid "Module info" +msgstr "Информация о модуле" + +#: ../../include/class/AgentWizard.class.php:3950 +msgid "Current value" +msgstr "Текущее значение" + +#: ../../include/class/AgentWizard.class.php:5360 +#, php-format +msgid "The operation '%s' is not permitted. Review for remote components." +msgstr "" +"Операция '%s' не разрешена. Проверьте наличие дистанционных компонентов." + +#: ../../include/class/AgentWizard.class.php:5771 +msgid "Modules about to be created" +msgstr "Модули, которые будут созданы" + +#: ../../include/class/AgentWizard.class.php:5775 +msgid "Loading, this operation might take several minutes..." +msgstr "Загрузка, эта операция может занять несколько минут..." + +#: ../../include/class/ExternalTools.class.php:179 +msgid "Changes successfully saved." +msgstr "Изменения успешно сохранены." + +#: ../../include/class/ExternalTools.class.php:180 +msgid "Changes not saved." +msgstr "Изменения не сохранены." + +#: ../../include/class/ExternalTools.class.php:223 +#: ../../include/class/ExternalTools.class.php:251 +#: ../../include/class/ExternalTools.class.php:279 +msgid "Play sound" +msgstr "Воспроизводить звук" + +#: ../../include/class/ExternalTools.class.php:297 +msgid "Traceroute path" +msgstr "Трассировка пути" + +#: ../../include/class/ExternalTools.class.php:300 +msgid "Ping path" +msgstr "Пинг путь" + +#: ../../include/class/ExternalTools.class.php:303 +msgid "Nmap path" +msgstr "Nmap Путь" + +#: ../../include/class/ExternalTools.class.php:306 +msgid "Dig path" +msgstr "Dig путь" + +#: ../../include/class/ExternalTools.class.php:309 +msgid "Snmpget path" +msgstr "Snmpget Путь" + +#: ../../include/class/ExternalTools.class.php:315 +msgid "Custom commands" +msgstr "Пользовательские команды" + +#: ../../include/class/ExternalTools.class.php:326 +msgid "Add new custom command" +msgstr "Добавьте новую пользовательскую команду" + +#: ../../include/class/ExternalTools.class.php:336 +msgid "" +"Adding `_address_` macro will use agent's IP when perform the execution" +msgstr "" +"Добавление макроса `_address_` будет использовать IP агента при выполнении " +"задания" + +#: ../../include/class/ExternalTools.class.php:420 +msgid "Delete this custom command" +msgstr "Удалите эту пользовательскую команду" + +#: ../../include/class/ExternalTools.class.php:478 +msgid "The agent hasn't got IP" +msgstr "агент не получил IP" + +#: ../../include/class/ExternalTools.class.php:495 +msgid "Traceroute" +msgstr "Трассировка" + +#: ../../include/class/ExternalTools.class.php:496 +msgid "Ping host & Latency" +msgstr "Пинг хоста & Задержка" + +#: ../../include/class/ExternalTools.class.php:497 +msgid "SNMP Interface status" +msgstr "Статус SNMP интерфейса" + +#: ../../include/class/ExternalTools.class.php:498 +msgid "Basic TCP Port Scan" +msgstr "Основные TCP Порт сканирования" + +#: ../../include/class/ExternalTools.class.php:499 +msgid "DiG/Whois Lookup" +msgstr "DiG/Whois Поиск" + +#: ../../include/class/ExternalTools.class.php:524 +msgid "Please select" +msgstr "Пожалуйста, выберите" + +#: ../../include/class/ExternalTools.class.php:529 +msgid "IP Adress" +msgstr "IP-адрес" + +#: ../../include/class/ExternalTools.class.php:541 +msgid "SNMP Version" +msgstr "Версия SNMP" + +#: ../../include/class/ExternalTools.class.php:693 +msgid "No command for perform" +msgstr "Нет команды для выполнения" + +#: ../../include/class/ExternalTools.class.php:698 +msgid "" +"Something went wrong while perform the execution. Please check the " +"configuration." +msgstr "" +"Что-то пошло не так во время выполнения. Пожалуйста, проверьте конфигурацию." + +#: ../../include/class/ExternalTools.class.php:734 +msgid "SNMP information for " +msgstr "SNMP Информация для " + +#: ../../include/class/ExternalTools.class.php:739 +#: ../../include/class/ExternalTools.class.php:751 +msgid "Target unreachable." +msgstr "Цель недостижима." + +#: ../../include/class/ExternalTools.class.php:742 +msgid "Uptime" +msgstr "Время работы" + +#: ../../include/class/ExternalTools.class.php:754 +msgid "Device info" +msgstr "информация об устройстве" + +#: ../../include/class/ExternalTools.class.php:765 +msgid "Interface" +msgstr "Интерфейс" + +#: ../../include/class/ExternalTools.class.php:796 +msgid "Domain and IP information for " +msgstr "Домен и IP информации для " + +#: ../../include/class/ExternalTools.class.php:801 +msgid "Dig executable does not exist." +msgstr "Dig исполнение не существует." + +#: ../../include/class/ExternalTools.class.php:809 +msgid "Whois executable does not exist." +msgstr "Whois исполнение не существует." + +#: ../../include/class/ExternalTools.class.php:820 +msgid "Traceroute executable does not exist." +msgstr "Выполняемая трассировка не существует." + +#: ../../include/class/ExternalTools.class.php:823 +#, php-format +msgid "Traceroute to %s" +msgstr "Traceroute к %s" + +#: ../../include/class/ExternalTools.class.php:831 +msgid "Ping executable does not exist." +msgstr "Выполнение переброса не существует." + +#: ../../include/class/ExternalTools.class.php:834 +#, php-format +msgid "Ping to %s" +msgstr "Ping к %s" + +#: ../../include/class/ExternalTools.class.php:842 +msgid "Nmap executable does not exist." +msgstr "Nmap выполнение не существует." + +#: ../../include/class/ExternalTools.class.php:845 +#, php-format +msgid "Basic TCP Scan on %s" +msgstr "Базовое сканирование TCP на %s" + +#: ../../include/class/ExternalTools.class.php:863 +#, php-format +msgid "Performing %s execution on %s" +msgstr "Выполнение %s на %s" + +#: ../../include/class/ExternalTools.class.php:865 +#, php-format +msgid "Performing %s execution" +msgstr "Выполнение %s" + +#: ../../include/functions_reporting.php:369 +msgid " agents" +msgstr " агенты" + +#: ../../include/functions_reporting.php:379 +msgid " modules" +msgstr " модули" + +#: ../../include/functions_reporting.php:1457 +msgid "Top N" +msgstr "Топ N" + +#: ../../include/functions_reporting.php:1585 +msgid "Insuficient data" +msgstr "Недостаточные данные" + +#: ../../include/functions_reporting.php:1836 +msgid "Event Report Group" +msgstr "Группа отчетов о событиях" + +#: ../../include/functions_reporting.php:1872 +msgid "Exclude " +msgstr "Исключить " + +#: ../../include/functions_reporting.php:2120 +msgid "Event Report Module" +msgstr "Модуль отчетов о событиях" + +#: ../../include/functions_reporting.php:2461 +msgid "Agent/Modules" +msgstr "Агент/Модули" + +#: ../../include/functions_reporting.php:2560 +msgid "Exception - Everything" +msgstr "Исключения - Все" + +#: ../../include/functions_reporting.php:2566 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "Исключения - Модули выше или равные %s" + +#: ../../include/functions_reporting.php:2569 +#, php-format +msgid "Modules over or equal to %s" +msgstr "Модули больше или равны %s" + +#: ../../include/functions_reporting.php:2574 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "Исключения - Модули ниже или равные %s" + +#: ../../include/functions_reporting.php:2577 +#, php-format +msgid "Modules under or equal to %s" +msgstr "Модули меньше или равны %s" + +#: ../../include/functions_reporting.php:2582 +#, php-format +msgid "Exception - Modules under %s" +msgstr "Исключения - Модули ниже %s" + +#: ../../include/functions_reporting.php:2585 +#, php-format +msgid "Modules under %s" +msgstr "Модули под %s" + +#: ../../include/functions_reporting.php:2590 +#, php-format +msgid "Exception - Modules over %s" +msgstr "Исключения - Модули выше %s" + +#: ../../include/functions_reporting.php:2593 +#, php-format +msgid "Modules over %s" +msgstr "Модули более %s" + +#: ../../include/functions_reporting.php:2598 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Исключение - Равно %s" + +#: ../../include/functions_reporting.php:2601 +#, php-format +msgid "Equal to %s" +msgstr "Равно %s" + +#: ../../include/functions_reporting.php:2606 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Исключения - Не равные %s" + +#: ../../include/functions_reporting.php:2609 +#, php-format +msgid "Not equal to %s" +msgstr "Не равно %s" + +#: ../../include/functions_reporting.php:2613 +msgid "Exception - Modules at normal status" +msgstr "Исключения - Модули в нормальном статусе" + +#: ../../include/functions_reporting.php:2614 +msgid "Modules at normal status" +msgstr "Модули в нормальном статусе" + +#: ../../include/functions_reporting.php:2618 +msgid "Exception - Modules at critical or warning status" +msgstr "Исключения - Модули в критическом статусе или статусе опасности" + +#: ../../include/functions_reporting.php:2619 +msgid "Modules at critical or warning status" +msgstr "Модули в критическом статусе или статусе опасности" + +#: ../../include/functions_reporting.php:2837 +msgid "There are no Modules under those conditions." +msgstr "При таких условиях Модули отсутствуют." + +#: ../../include/functions_reporting.php:2841 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "Нет Модулей больше или равных %s." + +#: ../../include/functions_reporting.php:2845 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "Нет модулей, меньших или равных %s." + +#: ../../include/functions_reporting.php:2849 +#, php-format +msgid "There are no Modules less %s." +msgstr "Нет модулей меньше %s." + +#: ../../include/functions_reporting.php:2853 +#, php-format +msgid "There are no Modules over %s." +msgstr "Нет модулей больше %s." + +#: ../../include/functions_reporting.php:2857 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "Нет модулей, равных %s" + +#: ../../include/functions_reporting.php:2861 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "Нет модулей, не равных %s" + +#: ../../include/functions_reporting.php:2865 +msgid "There are no Modules normal status" +msgstr "Модули в нормальном статусе отсутствуют" + +#: ../../include/functions_reporting.php:2869 +msgid "There are no Modules at critial or warning status" +msgstr "Здесь нет Модулей в критическом статусе или статусе опасности" + +#: ../../include/functions_reporting.php:3206 +msgid "Event Report Agent" +msgstr "Агент отчетов о событиях" + +#: ../../include/functions_reporting.php:3569 +msgid "Database Serialized" +msgstr "Сериализованная база данных" + +#: ../../include/functions_reporting.php:3750 +msgid "Last Value" +msgstr "Последнее значение" + +#: ../../include/functions_reporting.php:4054 +msgid "Network interfaces report" +msgstr "Отчет о сетевых интерфейсах" + +#: ../../include/functions_reporting.php:4157 +msgid "" +"The group has no agents or none of the agents has any network interface" +msgstr "" +"В группе нет агентов или ни один из агентов не имеет сетевого интерфейса" + +#: ../../include/functions_reporting.php:4178 +msgid "bytes/s" +msgstr "байт/с" + +#: ../../include/functions_reporting.php:4385 +#: ../../include/functions_reporting.php:4402 +#: ../../include/functions_reporting.php:4419 +msgid "Not triggered" +msgstr "Не сработало" + +#: ../../include/functions_reporting.php:4845 +msgid "SQL Graph Vertical Bars" +msgstr "SQL График Вертикальные полосы" + +#: ../../include/functions_reporting.php:4849 +msgid "SQL Graph Horizontal Bars" +msgstr "SQL График Горизонтальные полосы" + +#: ../../include/functions_reporting.php:4853 +msgid "SQL Graph Pie" +msgstr "Круговая диаграмма SQL" + +#: ../../include/functions_reporting.php:5088 +msgid "Unknown report" +msgstr "Неизвестный отчет" + +#: ../../include/functions_reporting.php:5165 +msgid "Prediction Date" +msgstr "Дата прогноза" + +#: ../../include/functions_reporting.php:6066 +msgid "" +"Illegal query: Due security restrictions, there are some tokens or words you " +"cannot use: *, delete, drop, alter, modify, password, pass, insert or update." +msgstr "" +"Недопустимый запрос: Из-за ограничений безопасности есть некоторые маркеры " +"или слова, которые нельзя использовать: *, delete, drop, alter, modify, " +"password, pass, insert или update." + +#: ../../include/functions_reporting.php:7372 +#: ../../include/functions_reporting.php:8088 +msgid "No Address" +msgstr "Нет адреса" + +#: ../../include/functions_reporting.php:8379 +msgid "" +"The monitor have no data in this range of dates or monitor type is not " +"numeric" +msgstr "" +"Монитор не имеет данных в этом диапазоне дат или тип монитора не является " +"числовым" + +#: ../../include/functions_reporting.php:8397 +msgid "The monitor type is not numeric" +msgstr "Тип монитора не является числовым" + +#: ../../include/functions_reporting.php:8766 +msgid "Maximum" +msgstr "Максимум" + +#: ../../include/functions_reporting.php:8870 +msgid "Automatic combined graph" +msgstr "Автоматический комбинированный график" + +#: ../../include/functions_reporting.php:9685 +msgid "Maximum of events shown" +msgstr "Максимальное количество показанных событий" + +#: ../../include/functions_reporting.php:10261 +#: ../../include/functions_reporting.php:10285 +msgid "Server health" +msgstr "Стабильность сервера" + +#: ../../include/functions_reporting.php:10261 +#, php-format +msgid "%d Downed servers" +msgstr "%d серверов, вышедших из строя" + +#: ../../include/functions_reporting.php:10266 +#: ../../include/functions_reporting.php:10289 +msgid "Monitor health" +msgstr "Мониторинг состояния" + +#: ../../include/functions_reporting.php:10266 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Необычных приборов контроля" + +#: ../../include/functions_reporting.php:10266 +#: ../../include/functions_reporting.php:10290 +msgid "of monitors up" +msgstr "поднятых приборов контроля" + +#: ../../include/functions_reporting.php:10271 +#: ../../include/functions_reporting.php:10293 +msgid "Module sanity" +msgstr "Необходимость модуля" + +#: ../../include/functions_reporting.php:10271 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d Не инициализированных приборов контроля" + +#: ../../include/functions_reporting.php:10271 +#: ../../include/functions_reporting.php:10294 +msgid "of total modules inited" +msgstr "из всего запущенных модулей" + +#: ../../include/functions_reporting.php:10276 +#: ../../include/functions_reporting.php:11363 +#: ../../include/functions_reporting.php:11373 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Запущенных оповещений" + +#: ../../include/functions_reporting.php:10276 +#: ../../include/functions_reporting.php:10298 +msgid "of defined alerts not fired" +msgstr "из определенных предупреждений, не запущенных" + +#: ../../include/functions_reporting.php:10370 +msgid "Defined and fired alerts" +msgstr "Определенные и запущеные оповещения" + +#: ../../include/functions_reporting.php:10549 +msgid "Defined users" +msgstr "Определенные пользователи" + +#: ../../include/functions_reporting.php:11220 +msgid "Agent without data" +msgstr "Агент без данных" + +#: ../../include/functions_reporting.php:11359 +#, php-format +msgid "%d Normal modules" +msgstr "%d Обычные модули" + +#: ../../include/functions_reporting.php:11360 +#, php-format +msgid "%d Critical modules" +msgstr "%d Критические модули" + +#: ../../include/functions_reporting.php:11361 +#, php-format +msgid "%d Warning modules" +msgstr "%d модули в опасности" + +#: ../../include/functions_reporting.php:11362 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Неизвестные модули" + +#: ../../include/functions_reporting.php:11367 +#, php-format +msgid "%d Total agents" +msgstr "%d Всего агентов" + +#: ../../include/functions_reporting.php:11368 +#, php-format +msgid "%d Normal agents" +msgstr "%d Обычные агенты" + +#: ../../include/functions_reporting.php:11369 +#, php-format +msgid "%d Critical agents" +msgstr "%d Критические агенты" + +#: ../../include/functions_reporting.php:11370 +#, php-format +msgid "%d Warning agents" +msgstr "%d предупреждающие агенты" + +#: ../../include/functions_reporting.php:11371 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Неизвестные агенты" + +#: ../../include/functions_reporting.php:11372 +#, php-format +msgid "%d not init agents" +msgstr "%d не инициированные агенты" + +#: ../../include/functions_reporting.php:12800 +msgid "Total running modules" +msgstr "Всего работающих модулей" + +#: ../../include/functions_reporting.php:12803 +#: ../../include/functions_reporting.php:12818 +#: ../../include/functions_reporting.php:12830 +#: ../../include/functions_reporting.php:12848 +#: ../../include/functions_reporting.php:12860 +#: ../../include/functions_reporting.php:12872 +#: ../../include/functions_reporting.php:12884 +msgid "Ratio" +msgstr "Коэффициент" + +#: ../../include/functions_reporting.php:12803 +#: ../../include/functions_reporting.php:12818 +#: ../../include/functions_reporting.php:12830 +#: ../../include/functions_reporting.php:12848 +#: ../../include/functions_reporting.php:12860 +#: ../../include/functions_reporting.php:12872 +#: ../../include/functions_reporting.php:12884 +msgid "Modules by second" +msgstr "Модули по второму" + +#: ../../include/functions_reporting.php:12815 +msgid "Local modules" +msgstr "Локальные модули" + +#: ../../include/functions_reporting.php:12825 +msgid "Network modules" +msgstr "Сетевые модули" + +#: ../../include/functions_reporting.php:12844 +msgid "Plugin modules" +msgstr "Плагин модулей" + +#: ../../include/functions_reporting.php:12856 +msgid "Prediction modules" +msgstr "Прогнозирование модулей" + +#: ../../include/functions_reporting.php:12868 +msgid "WMI modules" +msgstr "WMI Модулей" + +#: ../../include/functions_reporting.php:12880 +msgid "Web modules" +msgstr "Веб модули" + +#: ../../include/functions_reporting.php:12918 +#: ../../include/lib/Dashboard/Widgets/tactical.php:274 +msgid "Server performance" +msgstr "производительность сервера" + +#: ../../include/functions_reporting.php:13037 +msgid "Weekly:" +msgstr "Еженедельно:" + +#: ../../include/functions_reporting.php:13079 +msgid "Monthly:" +msgstr "Ежемесячно:" + +#: ../../include/functions_reporting.php:13080 +msgid "From day" +msgstr "Со дня" + +#: ../../include/functions_reporting.php:13081 +msgid "To day" +msgstr "До дня" + +#: ../../include/functions_reporting.php:13610 +msgid "Module Histogram Graph" +msgstr "График гистограммы модуля" + +#: ../../include/functions_filemanager.php:168 +#: ../../include/functions_filemanager.php:206 +#: ../../include/functions_filemanager.php:282 +#: ../../include/functions_filemanager.php:362 +msgid "Security error" +msgstr "Ошибка безопасности" + +#: ../../include/functions_filemanager.php:178 +msgid "Upload error" +msgstr "Ошибка загрузки" + +#: ../../include/functions_filemanager.php:185 +#: ../../include/functions_filemanager.php:230 +#: ../../include/functions_filemanager.php:297 +msgid "Upload correct" +msgstr "Правильно загружено" + +#: ../../include/functions_filemanager.php:216 +msgid "Attach error" +msgstr "Ошибка прикрепления" + +#: ../../include/functions_filemanager.php:243 +msgid "" +"File size seems to be too large. Please check your php.ini configuration or " +"contact with the administrator" +msgstr "" +"Размер файла кажется слишком большим. Проверьте конфигурацию php.ini или " +"свяжитесь с администратором" + +#: ../../include/functions_filemanager.php:291 +msgid "Error creating file" +msgstr "Ошибка при создании файла" + +#: ../../include/functions_filemanager.php:303 +#: ../../include/functions_filemanager.php:342 +msgid "Error creating file with empty name" +msgstr "Ошибка при создании файла с пыстым именем" + +#: ../../include/functions_filemanager.php:338 +msgid "Directory created" +msgstr "Каталог создан" + +#: ../../include/functions_filemanager.php:553 +#: ../../include/functions_filemanager.php:793 +msgid "Create a Directory" +msgstr "Создать каталог" + +#: ../../include/functions_filemanager.php:557 +#: ../../include/functions_filemanager.php:801 +#: ../../include/functions_filemanager.php:804 +msgid "Create a Text" +msgstr "Создать текст" + +#: ../../include/functions_filemanager.php:561 +#: ../../include/functions_filemanager.php:812 +#: ../../include/functions_filemanager.php:815 +msgid "Upload Files" +msgstr "Загрузить файлы" + +#: ../../include/functions_filemanager.php:592 +#, php-format +msgid "Directory %s doesn't exist!" +msgstr "Каталог %s не существует!" + +#: ../../include/functions_filemanager.php:642 +msgid "Parent directory" +msgstr "Родительский каталог" + +#: ../../include/functions_filemanager.php:656 +msgid "Directory" +msgstr "Каталог" + +#: ../../include/functions_filemanager.php:664 +msgid "Compressed file" +msgstr "сжатый файл" + +#: ../../include/functions_filemanager.php:668 +#: ../../include/functions_filemanager.php:675 +msgid "Text file" +msgstr "Текстовый файл" + +#: ../../include/functions_filemanager.php:708 +msgid "This file could be executed by any user" +msgstr "Этот файл может быть выполнен любым пользователем" + +#: ../../include/functions_filemanager.php:709 +msgid "Make sure it can't perform dangerous tasks" +msgstr "Убедитесь, что он не может выполнять опасные задачи" + +#: ../../include/functions_filemanager.php:776 +msgid "No files or directories to show." +msgstr "Нет файлов или каталогов для показа." + +#: ../../include/functions_filemanager.php:790 +#: ../../include/functions_filemanager.php:835 +msgid "Create directory" +msgstr "Создать каталог" + +#: ../../include/functions_filemanager.php:823 +msgid "The zip upload in this dir, easy to upload multiple files." +msgstr "" +"Заархивированный файл загружен в этом каталоге, легче загружать сразу " +"несколько файлов." + +#: ../../include/functions_filemanager.php:823 +msgid "Decompress" +msgstr "Декомпрессировать" + +#: ../../include/functions_filemanager.php:846 +msgid "Create text" +msgstr "Создание текстового объекта" + +#: ../../include/functions_filemanager.php:857 +msgid "Upload file/s" +msgstr "Загрузить файл/ы" + +#: ../../include/functions_filemanager.php:866 +msgid "The directory is read-only" +msgstr "Журнал - чтение только" + +#: ../../include/functions_tags.php:707 +msgid "Click here to open a popup window with URL tag" +msgstr "Нажмите здесь, чтобы открыть всплывающее окно с URL тегом" + +#: ../../include/lib/Dashboard/Manager.php:598 +#, php-format +msgid "Copy of %s" +msgstr "Копия %s" + +#: ../../include/lib/Dashboard/Manager.php:987 +msgid "Error create or update dashboard" +msgstr "Ошибка при создании или обновлении приборной панели" + +#: ../../include/lib/Dashboard/Manager.php:1460 +msgid "Icon image dashboard" +msgstr "Приборная панель с изображением иконки" + +#: ../../include/lib/Dashboard/Widget.php:442 +#: ../../include/lib/Dashboard/Widgets/maps_made_by_user.php:227 +#: ../../include/lib/Dashboard/Widgets/reports.php:274 +#, php-format +msgid "Failed to connect to node %d" +msgstr "Не удалось подключиться к узлу %d" + +#: ../../include/lib/Dashboard/Widget.php:457 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:581 +msgid "Please configure this widget before usage" +msgstr "Пожалуйста, настройте этот виджет перед использованием" + +#: ../../include/lib/Dashboard/Widget.php:465 +msgid "Widget cannot be loaded" +msgstr "Виджет не может быть загружен" + +#: ../../include/lib/Dashboard/Widget.php:469 +msgid "Please, configure the widget again to recover it" +msgstr "Пожалуйста, настройте виджет снова для его восстановления" + +#: ../../include/lib/Dashboard/Widgets/groups_status.php:158 +#: ../../include/lib/Dashboard/Widgets/groups_status.php:481 +msgid "General group status" +msgstr "Общий статус группы" + +#: ../../include/lib/Dashboard/Widgets/groups_status.php:435 +msgid "Not agents in this group" +msgstr "Нет агентов в этой группе" + +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:158 +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:622 +msgid "Groups status" +msgstr "Статус групп" + +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:314 +msgid "Alert Fired" +msgstr "Предупреждение сработало" + +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:522 +msgid "Modules in normal status" +msgstr "Модули в нормальном статусе" + +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:538 +msgid "Modules in warning status" +msgstr "Модули в статусе опасности" + +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:555 +msgid "Modules in critical status" +msgstr "Модули в критическом статусе" + +#: ../../include/lib/Dashboard/Widgets/system_group_status.php:601 +msgid "No modules in selected groups" +msgstr "Нет модулей в выбранных группах" + +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:174 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:481 +msgid "SLA percentage" +msgstr "Процент SLA" + +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:343 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:408 +#: ../../include/lib/Dashboard/Widgets/module_value.php:325 +msgid "Text size of value in px" +msgstr "Размер текста значения в px" + +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:355 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:420 +#: ../../include/lib/Dashboard/Widgets/module_value.php:337 +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:301 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:333 +#: ../../include/lib/Dashboard/Widgets/module_status.php:398 +msgid "Text size of label in px" +msgstr "Размер текста этикетки в px" + +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:412 +#: ../../include/lib/Dashboard/Widgets/sla_percent.php:423 +#: ../../include/lib/Dashboard/Widgets/events_list.php:517 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:606 +msgid "You don't have access" +msgstr "У Вас нет прав доступа" + +#: ../../include/lib/Dashboard/Widgets/post.php:158 +#: ../../include/lib/Dashboard/Widgets/post.php:276 +msgid "Panel with a message" +msgstr "Панель с сообщением" + +#: ../../include/lib/Dashboard/Widgets/maps_status.php:158 +#: ../../include/lib/Dashboard/Widgets/maps_status.php:377 +msgid "General visual maps report" +msgstr "Общий отчет по визуальным картам" + +#: ../../include/lib/Dashboard/Widgets/maps_status.php:263 +msgid "Maps" +msgstr "Карты" + +#: ../../include/lib/Dashboard/Widgets/example.php:158 +#: ../../include/lib/Dashboard/Widgets/example.php:277 +#, php-format +msgid "Welcome message to %s" +msgstr "Приветственное сообщение для %s" + +#: ../../include/lib/Dashboard/Widgets/example.php:245 +#: ../../general/login_help_dialog.php:39 +#, php-format +msgid "Welcome to %s" +msgstr "Добро пожаловать в %s" + +#: ../../include/lib/Dashboard/Widgets/example.php:249 +msgid "" +"This is an example of a dashboard widget. A widget may contain elements" +msgstr "" +"Это является примером панели виджета. Виджет может содержать элементы" + +#: ../../include/lib/Dashboard/Widgets/example.php:250 +msgid "" +"To add more elements, click on \"Add widgets\" on the top of this " +"page." +msgstr "" +"Чтобы добавить больше элементов, нажмите на \"Add widgets\" на " +"верхней части этой страницы." + +#: ../../include/lib/Dashboard/Widgets/example.php:251 +#: ../../include/lib/Dashboard/Widgets/example.php:253 +msgid "" +"To delete this message, click on the delete button on top right corner of " +"this element." +msgstr "" +"Чтобы удалить это сообщение, нажмите на кнопку Удалить в правом верхнем углу " +"этого элемента." + +#: ../../include/lib/Dashboard/Widgets/example.php:252 +msgid "" +"To do so, just click on the title and drag and drop it to the desired place." +msgstr "" +"Для этого просто нажмите на название и перетащить его в нужное место." + +#: ../../include/lib/Dashboard/Widgets/example.php:254 +#, php-format +msgid "Thanks for using %s." +msgstr "Спасибо за использование %s." + +#: ../../include/lib/Dashboard/Widgets/monitor_health.php:158 +#: ../../include/lib/Dashboard/Widgets/monitor_health.php:337 +msgid "Global health info" +msgstr "Глобальная информация о состоянии" + +#: ../../include/lib/Dashboard/Widgets/network_map.php:172 +#: ../../include/lib/Dashboard/Widgets/network_map.php:471 +#: ../../operation/menu.php:159 +msgid "Network map" +msgstr "Карта сети" + +#: ../../include/lib/Dashboard/Widgets/network_map.php:328 +msgid "Introduce x-axis data. Right=positive Left=negative" +msgstr "" +"Представьте данные по оси x. Справа=положительный слева=отрицательный" + +#: ../../include/lib/Dashboard/Widgets/network_map.php:332 +msgid "X offset" +msgstr "Смещение по X" + +#: ../../include/lib/Dashboard/Widgets/network_map.php:343 +msgid "Introduce Y-axis data. Top=positive Bottom=negative" +msgstr "Представьте данные по оси Y. Верх=положительный Низ=отрицательный" + +#: ../../include/lib/Dashboard/Widgets/network_map.php:347 +msgid "Y offset" +msgstr "Смещение по Y" + +#: ../../include/lib/Dashboard/Widgets/network_map.php:371 +msgid "Zoom level" +msgstr "Масштаб" + +#: ../../include/lib/Dashboard/Widgets/alerts_fired.php:162 +#: ../../include/lib/Dashboard/Widgets/alerts_fired.php:360 +msgid "Triggered alerts report" +msgstr "Отчет о сработавших предупреждениях" + +#: ../../include/lib/Dashboard/Widgets/alerts_fired.php:333 +msgid "Not alert fired" +msgstr "Нет сработавших предупреждений" + +#: ../../include/lib/Dashboard/Widgets/alerts_fired.php:342 +#: ../../include/lib/Dashboard/Widgets/events_list.php:510 +msgid "You must select some group" +msgstr "Вы должны выбрать какую-то группу" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:175 +#: ../../include/lib/Dashboard/Widgets/events_list.php:781 +msgid "List of latest events" +msgstr "Список последних событий" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:294 +msgid "Custom filters" +msgstr "Пользовательские фильтры" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:359 +msgid "Limit" +msgstr "Лимит" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:372 +#: ../../include/functions_events.php:3321 +#: ../../include/functions_events.php:3327 +#: ../../include/functions_events.php:3349 +msgid "All event" +msgstr "Все события" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:373 +#: ../../include/functions_events.php:3323 +#: ../../include/functions_events.php:3357 +msgid "Only validated" +msgstr "Только утвержденные" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:374 +msgid "Only pending" +msgstr "Только ожидающие" + +#: ../../include/lib/Dashboard/Widgets/events_list.php:763 +msgid "There are no events matching selected search filters" +msgstr "Нет событий, соответствующих выбранным фильтрам поиска" + +#: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:172 +#: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:376 +msgid "WUX transaction stats" +msgstr "Статистика транзакций WUX" + +#: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:270 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:259 +msgid "Wux transaction" +msgstr "Транзакция Wux" + +#: ../../include/lib/Dashboard/Widgets/wux_transaction_stats.php:288 +msgid "View all statistics" +msgstr "Посмотреть всю статистику" + +#: ../../include/lib/Dashboard/Widgets/module_icon.php:178 +#: ../../include/lib/Dashboard/Widgets/module_icon.php:537 +msgid "Icon and module value" +msgstr "Значение иконки модуля" + +#: ../../include/lib/Dashboard/Widgets/module_icon.php:432 +#: ../../include/lib/Dashboard/Widgets/module_status.php:410 +msgid "Size of icon" +msgstr "Размер иконки" + +#: ../../include/lib/Dashboard/Widgets/url.php:158 +#: ../../include/lib/Dashboard/Widgets/url.php:286 +msgid "URL content" +msgstr "Содержание URL" + +#: ../../include/lib/Dashboard/Widgets/url.php:263 +msgid "Please, configure this widget before use" +msgstr "Пожалуйста, настроить этот виджет перед использованием" + +#: ../../include/lib/Dashboard/Widgets/module_value.php:173 +#: ../../include/lib/Dashboard/Widgets/module_value.php:422 +msgid "Module value" +msgstr "Значение модуля" + +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:169 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:418 +msgid "Agent WUX transaction" +msgstr "Транзакция агента WUX" + +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:370 +#: ../../include/lib/Dashboard/Widgets/wux_transaction.php:375 +msgid "Global status" +msgstr "Общий статус" + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:163 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:537 +msgid "Top N events by module" +msgstr "N первых событий на модуль" + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:258 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:258 +msgid "Amount to show" +msgstr "Количество для показа" + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:318 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:318 +msgid "No legend" +msgstr "Нет легенды" + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:322 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:322 +msgid "Legend Position" +msgstr "Положение легенды" + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:371 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:373 +msgid "Please select one or more groups." +msgstr "Пожалуйста, выберите одну или несколько групп." + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_module.php:423 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:419 +msgid "There is not data to show." +msgstr "Нет данных для показа." + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:175 +msgid "Show module value in a table" +msgstr "Показать значение модуля в таблице" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:312 +msgid "Carriage Return" +msgstr "Возврат каретки" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:313 +msgid "Vertical Bar" +msgstr "Вертикальный столбец" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:314 +msgid "Semicolon" +msgstr "Точка с запятой (;)" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:315 +msgid "Colon" +msgstr "Двоеточие (:)" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:316 +msgid "Commas" +msgstr "Запятые" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:317 +msgid "Blank" +msgstr "Пусто" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:321 +msgid "Data separator" +msgstr "Разделитель данных" + +#: ../../include/lib/Dashboard/Widgets/module_table_value.php:397 +msgid "Module in a table" +msgstr "Модуль в таблице" + +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:175 +#: ../../include/lib/Dashboard/Widgets/graph_module_histogram.php:427 +msgid "Module histogram" +msgstr "Гистограмма модуля" + +#: ../../include/lib/Dashboard/Widgets/service_map.php:280 +msgid "" +"ZOOM functionality is only available when there is only one such widget in " +"the dashboard" +msgstr "" +"Функция ZOOM доступна только в том случае, если на приборной панели имеется " +"только один такой виджет" + +#: ../../include/lib/Dashboard/Widgets/service_map.php:347 +msgid "The user doesn't have permission to read agents" +msgstr "У пользователя нет разрешения на чтение агентов" + +#: ../../include/lib/Dashboard/Widgets/service_map.php:358 +msgid "Missing Service id" +msgstr "Отсутствующий ID службы" + +#: ../../include/lib/Dashboard/Widgets/agent_module.php:173 +#: ../../include/lib/Dashboard/Widgets/agent_module.php:699 +msgid "Agent/Module View" +msgstr "Вид агента/модуля" + +#: ../../include/lib/Dashboard/Widgets/agent_module.php:246 +#: ../../include/lib/Dashboard/Widgets/tree_view.php:434 +msgid "Filter modules" +msgstr "Отфильтровать модули" + +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:168 +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:520 +msgid "Defined custom graph" +msgstr "Определенный пользовательский график" + +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:294 +msgid "This graph has been deleted." +msgstr "Этот график был удален." + +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:321 +#: ../../operation/reporting/graph_viewer.php:321 +msgid "Horizontal Bars" +msgstr "Горизонтальные полоски" + +#: ../../include/lib/Dashboard/Widgets/custom_graph.php:322 +#: ../../operation/reporting/graph_viewer.php:322 +msgid "Vertical Bars" +msgstr "Вертикальные полоски" + +#: ../../include/lib/Dashboard/Widgets/single_graph.php:170 +#: ../../include/lib/Dashboard/Widgets/single_graph.php:393 +msgid "Agent module graph" +msgstr "График модуля агента" + +#: ../../include/lib/Dashboard/Widgets/reports.php:164 +#: ../../include/lib/Dashboard/Widgets/reports.php:441 +msgid "Custom report" +msgstr "Пользовательский отчет" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:337 +msgid "Type tree" +msgstr "Тип дерева" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:369 +msgid "Open all groups" +msgstr "Открыть все группы" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:389 +msgid "Agents status" +msgstr "Статус агентов" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:422 +msgid "Modules status" +msgstr "Статус модулей" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:487 +#, php-format +msgid "" +"The user doesn't have permission to read agents. Please contact with your %s " +"administrator." +msgstr "" +"У пользователя нет разрешения на чтение агентов. Обратитесь к администратору " +"%s." + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:599 +#: ../../operation/tree.php:364 +msgid "Operating systems found" +msgstr "Найдены операционные системы" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:603 +#: ../../operation/tree.php:367 +msgid "Tags found" +msgstr "Найдены теги" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:607 +#: ../../operation/tree.php:370 +msgid "Module Groups found" +msgstr "Группы модулей найдены" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:611 +#: ../../operation/tree.php:373 ../../operation/search_main.php:56 +msgid "Modules found" +msgstr "Модули найдены" + +#: ../../include/lib/Dashboard/Widgets/tree_view.php:616 +#: ../../operation/tree.php:377 +msgid "Groups found" +msgstr "Группы найдены" + +#: ../../include/lib/Dashboard/Widgets/top_n.php:163 +#: ../../include/lib/Dashboard/Widgets/top_n.php:475 +msgid "Top N of agent modules" +msgstr "Первые N модулей агентов" + +#: ../../include/lib/Dashboard/Widgets/top_n.php:222 +msgid "" +"Case insensitive regular expression or string for module name. For example: " +".*usage.* will match: cpu_usage, vram usage." +msgstr "" +"Нечувствительное к регистру регулярное выражение или строка для имени " +"модуля. Например: .*usage.* будет соответствовать: cpu_usage, vram usage." + +#: ../../include/lib/Dashboard/Widgets/top_n.php:279 +msgid "Avg." +msgstr "Срд." + +#: ../../include/lib/Dashboard/Widgets/top_n.php:425 +msgid "There are no agents/modules found matching filter set" +msgstr "Не найдено агентов/модулей, соответствующих набору фильтров" + +#: ../../include/lib/Dashboard/Widgets/tactical.php:262 +msgid "Status and Monitor checks" +msgstr "Проверка Статуса и Прибора контроля" + +#: ../../include/lib/Dashboard/Widgets/clock.php:216 +msgid "Analogic" +msgstr "Аналоговый" + +#: ../../include/lib/Dashboard/Widgets/clock.php:217 +msgid "Digital" +msgstr "Цифровой" + +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:163 +#: ../../include/lib/Dashboard/Widgets/top_n_events_by_group.php:493 +msgid "Top N events by agent" +msgstr "Первые N событий на одного агента" + +#: ../../include/lib/View.php:67 +#, php-format +msgid "View %s not found" +msgstr "Вид %s не найден" + +#: ../../include/lib/Module.php:242 +msgid " error: Module has no agent assigned." +msgstr " ошибка: Модулю не назначен агент." + +#: ../../include/lib/Module.php:989 +msgid "Module name empty." +msgstr "Имя модуля пустое." + +#: ../../include/lib/Module.php:995 +msgid "Invalid characters in module name" +msgstr "Недопустимые символы в имени модуля" + +#: ../../include/lib/Module.php:1001 +msgid "Module already exists please select another name or agent." +msgstr "Модуль уже существует, пожалуйста, выберите другое имя или агента." + +#: ../../include/lib/Module.php:1007 +msgid "Insufficent permissions to perform this action" +msgstr "Недостаточные полномочия для выполнения этого действия" + +#: ../../include/lib/Module.php:1014 +#, php-format +msgid "Error while processing: %s" +msgstr "Ошибка при обработке: %s" + +#: ../../include/functions_snmp_browser.php:355 +msgid "The server did not return any response." +msgstr "Сервер не отвечает." + +#: ../../include/functions_snmp_browser.php:558 +msgid "Numeric OID" +msgstr "Числовые OID" + +#: ../../include/functions_snmp_browser.php:576 +msgid "Syntax" +msgstr "Синтаксис" + +#: ../../include/functions_snmp_browser.php:582 +msgid "Display hint" +msgstr "Показать подсказку" + +#: ../../include/functions_snmp_browser.php:588 +msgid "Max access" +msgstr "Макс доступ" + +#: ../../include/functions_snmp_browser.php:612 +msgid "OID Information" +msgstr "OID Информация" + +#: ../../include/functions_snmp_browser.php:647 +msgid "Create agent module" +msgstr "Создать модуль агента" + +#: ../../include/functions_snmp_browser.php:736 +msgid "Starting OID" +msgstr "Начальные OID" + +#: ../../include/functions_snmp_browser.php:786 +msgid "Server to execute" +msgstr "Сервер для выполнения" + +#: ../../include/functions_snmp_browser.php:801 +msgid "Browse" +msgstr "Просмотреть" + +#: ../../include/functions_snmp_browser.php:939 +msgid "First match" +msgstr "Первое совпадение" + +#: ../../include/functions_snmp_browser.php:952 +msgid "Previous match" +msgstr "Предыдущее совпадение" + +#: ../../include/functions_snmp_browser.php:965 +msgid "Next match" +msgstr "Следующее совпадение" + +#: ../../include/functions_snmp_browser.php:978 +msgid "Last match" +msgstr "Последнее совпадение" + +#: ../../include/functions_snmp_browser.php:992 +msgid "Expand the tree (can be slow)" +msgstr "Разверните дерево (может быть медлено)" + +#: ../../include/functions_snmp_browser.php:1005 +msgid "Collapse the tree" +msgstr "Свернуть дерево" + +#: ../../include/functions_snmp_browser.php:1034 +msgid "SNMP v3 options" +msgstr "SNMP v3 опции" + +#: ../../include/functions_snmp_browser.php:1044 +msgid "Search options" +msgstr "Опции поиска" + +#: ../../include/functions_snmp_browser.php:1065 +msgid "Search matches" +msgstr "Искать совпадения" + +#: ../../include/functions_snmp_browser.php:1081 +msgid "Create agent modules" +msgstr "Создать модули агентов" + +#: ../../include/functions_snmp_browser.php:1090 +msgid "Create policy modules" +msgstr "Создать модули политики" + +#: ../../include/functions_snmp_browser.php:1099 +msgid "Create network components" +msgstr "Создать компоненты сети" + +#: ../../include/functions_snmp_browser.php:1505 +msgid " available" +msgstr " доступно" + +#: ../../include/functions_snmp_browser.php:1507 +msgid " to apply" +msgstr " для применения" + +#: ../../include/functions_snmp_browser.php:1528 +#: ../../operation/snmpconsole/snmp_browser.php:527 +msgid "Create new policy" +msgstr "Создать новую политику" + +#: ../../include/functions_snmp_browser.php:1560 +msgid "Undo" +msgstr "Отменить" + +#: ../../include/chart_generator.php:125 +#: ../../operation/agentes/stat_win.php:51 +#: ../../operation/agentes/realtime_win.php:51 +#: ../../operation/agentes/interface_traffic_graph_win.php:54 +msgid "There was a problem connecting with the node" +msgstr "Возникла ошибка при подключении к узлу" + +#: ../../include/functions_groups.php:75 +msgid "Alert Actions" +msgstr "Оповещение Действий" + +#: ../../include/functions_groups.php:91 +msgid "Alert Templates" +msgstr "Оповещение Шаблонов" + +#: ../../include/functions_groups.php:155 +msgid "Layout visual console" +msgstr "Макет визуальной консоли" + +#: ../../include/functions_groups.php:171 +msgid "Plannet down time" +msgstr "Плановые остановки" + +#: ../../include/functions_groups.php:203 +msgid "GIS maps" +msgstr "ГИС карты" + +#: ../../include/functions_groups.php:219 +msgid "GIS connections" +msgstr "ГИС соединения" + +#: ../../include/functions_groups.php:235 +msgid "GIS map layers" +msgstr "ГИС уровни карты" + +#: ../../include/functions_groups.php:251 +msgid "Network maps" +msgstr "Сетевые карты" + +#: ../../include/functions_events.php:132 +msgid "NEW" +msgstr "НОВЫЙ" + +#: ../../include/functions_events.php:135 +msgid "IN PROCESS" +msgstr "В ПРОЦЕССЕ" + +#: ../../include/functions_events.php:138 +msgid "VALIDATED" +msgstr "ПОДТВЕРЖДЕНО" + +#: ../../include/functions_events.php:197 +msgid "Agent module" +msgstr "Агент модуля" + +#: ../../include/functions_events.php:210 +msgid "Module custom id" +msgstr "Пользовательское id модуля" + +#: ../../include/functions_events.php:2528 +#: ../../operation/agentes/tactical.php:202 +msgid "Latest events" +msgstr "Последние события" + +#: ../../include/functions_events.php:2665 +msgid "Events -by module-" +msgstr "События -по модулю-" + +#: ../../include/functions_events.php:2671 +#: ../../operation/agentes/tactical.php:219 +msgid "Event graph" +msgstr "График события" + +#: ../../include/functions_events.php:2673 +#: ../../operation/agentes/tactical.php:222 +msgid "Event graph by agent" +msgstr "События графика по агенту" + +#: ../../include/functions_events.php:2812 +msgid "Going to unknown" +msgstr "Перейти к неизвестному" + +#: ../../include/functions_events.php:2820 +msgid "Alert manually validated" +msgstr "Руководство оповещений подтверждено" + +#: ../../include/functions_events.php:2824 +msgid "Going from critical to warning" +msgstr "Перейти от критического статуса к статусу опасности" + +#: ../../include/functions_events.php:2830 +msgid "Going up to critical state" +msgstr "Повышение до критического уровня" + +#: ../../include/functions_events.php:2836 +msgid "Going up to normal state" +msgstr "Поднються к обычному положению" + +#: ../../include/functions_events.php:2840 +msgid "Going down from normal to warning" +msgstr "Опуститься с обычного к статусу опасности" + +#: ../../include/functions_events.php:2852 +msgid "Discovery server detected a new host" +msgstr "Сервер Discovery обнаружил новый хост" + +#: ../../include/functions_events.php:2856 +msgid "New agent created" +msgstr "Новый агент создан" + +#: ../../include/functions_events.php:2873 +msgid "Unknown type:" +msgstr "Неизвестный тип:" + +#: ../../include/functions_events.php:3322 +#: ../../include/functions_events.php:3353 +msgid "Only new" +msgstr "Только новые" + +#: ../../include/functions_events.php:3324 +#: ../../include/functions_events.php:3361 +msgid "Only in process" +msgstr "Только активные" + +#: ../../include/functions_events.php:3325 +#: ../../include/functions_events.php:3365 +msgid "Only not validated" +msgstr "Только не подтвержденные" + +#: ../../include/functions_events.php:3330 +#: ../../include/functions_events.php:3612 +#: ../../include/functions_events.php:3621 +msgid "In process" +msgstr "В процессе" + +#: ../../include/functions_events.php:3331 +msgid "Not Validated" +msgstr "Не подтверждено" + +#: ../../include/functions_events.php:3520 +msgid "Change owner" +msgstr "Изменить владельца" + +#: ../../include/functions_events.php:3596 +msgid "Change status" +msgstr "Изменить статус" + +#: ../../include/functions_events.php:3693 +#: ../../include/functions_events.php:5188 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:365 +msgid "Add comment" +msgstr "Добавить комментарий" + +#: ../../include/functions_events.php:3714 +#: ../../include/functions_events.php:3718 +#: ../../include/functions_events.php:7076 +#: ../../operation/events/events.php:2043 +#: ../../operation/events/events.build_table.php:877 +msgid "Delete event" +msgstr "Удалить событие" + +#: ../../include/functions_events.php:3738 +msgid "Custom responses" +msgstr "Ответы пользователей" + +#: ../../include/functions_events.php:4281 +msgid "Extended information" +msgstr "Дополнительная информация" + +#: ../../include/functions_events.php:4309 +msgid "There was an error connecting to the node" +msgstr "Возникла проблема с подключением к узлу" + +#: ../../include/functions_events.php:4346 +msgid "Agent details" +msgstr "Агент деталей" + +#: ../../include/functions_events.php:4360 +msgid "This agent belongs to metaconsole, is not possible display it" +msgstr "Этот агент принадлежит Метаконсоли, его просмотр невозможен" + +#: ../../include/functions_events.php:4411 +msgid "View custom fields" +msgstr "Просмотреть пользовательские поля" + +#: ../../include/functions_events.php:4434 +msgid "Module details" +msgstr "Модуль деталь" + +#: ../../include/functions_events.php:4450 +msgid "No assigned" +msgstr "Не назчначено" + +#: ../../include/functions_events.php:4540 +#: ../../include/functions_events.php:4546 +msgid "Go to data overview" +msgstr "Просмотреть данные" + +#: ../../include/functions_events.php:4653 +#, php-format +msgid "Invalid custom data: %s" +msgstr "Недействительные пользовательские данные: %s" + +#: ../../include/functions_events.php:4867 +msgid "First event" +msgstr "Первое событие" + +#: ../../include/functions_events.php:4867 +msgid "Last event" +msgstr "Последнее событие" + +#: ../../include/functions_events.php:4949 +msgid "Autovalidated" +msgstr "Автоматически подтверждено" + +#: ../../include/functions_events.php:5015 +msgid "ID extra" +msgstr "дополнительный ID" + +#: ../../include/functions_events.php:5078 +msgid "There are no comments" +msgstr "здесь нет комментариев" + +#: ../../include/functions_events.php:5198 +msgid "" +"If event replication is ongoing, it won't be possible to enter comments " +"here. This option is only to allow local pandora users to see comments, but " +"not to operate with them. The operation, when event replication is enabled, " +"must be done only in the Metaconsole." +msgstr "" +"Если репликация событий продолжается, ввести комментарии здесь будет " +"невозможно. Эта опция предназначена только для того, чтобы локальные " +"пользователи Pandora FMS могли видеть комментарии, но не работать с ними. " +"Операции, когда репликация событий включена, должны выполняться только в " +"Метаконсоли." + +#: ../../include/functions_events.php:5402 +msgid "Pandora System" +msgstr "Система Pandora" + +#: ../../include/functions_events.php:5601 +msgid "Validated but not assigned" +msgstr "Подтверждено, но не закреплено" + +#: ../../include/functions_events.php:6022 +#: ../../include/functions_events.php:6029 +#: ../../operation/snmpconsole/snmp_view.php:609 +#: ../../operation/snmpconsole/snmp_view.php:933 +#: ../../operation/snmpconsole/snmp_view.php:1250 +msgid "Not validated" +msgstr "Не проверено" + +#: ../../include/functions_events.php:6536 +msgid "Agent Module" +msgstr "Модуль Агента" + +#: ../../include/functions_events.php:7062 +#: ../../operation/events/events.php:2019 +#: ../../operation/events/events.build_table.php:849 +msgid "Validate event" +msgstr "Подтвердить событие" + +#: ../../include/functions_events.php:7085 +#: ../../operation/events/events.build_table.php:887 +msgid "Is not allowed delete events in process" +msgstr "Нельзя удалить активное событие" + +#: ../../include/functions_planned_downtimes.php:575 +msgid "Succesful stopped the Downtime" +msgstr "Остановка успешно прервана" + +#: ../../include/functions_planned_downtimes.php:576 +msgid "Unsuccesful stopped the Downtime" +msgstr "Остановка прервана неуспешно" + +#: ../../include/functions_planned_downtimes.php:716 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "Включено %s элементов остановки" + +#: ../../include/functions_planned_downtimes.php:775 +msgid "The downtime must be quiet, disable_agents or disable_agents_alerts" +msgstr "" +"Время остановки должно проходить в тихом режиме, disable_agents или " +"disable_agents_alerts" + +#: ../../include/functions_planned_downtimes.php:780 +msgid "The execution must be once or periodically" +msgstr "Выполнение должно быть однократным или периодическим" + +#: ../../include/functions_planned_downtimes.php:785 +msgid "The periodicity must be weekly or monthly" +msgstr "Периодичность должна быть еженедельной или ежемесячной" + +#: ../../include/functions_planned_downtimes.php:790 +msgid "There is no user with such id" +msgstr "Не существует пользователя с таким id" + +#: ../../include/functions_planned_downtimes.php:795 +msgid "There is no group with such id" +msgstr "Не существует группы с таким id" + +#: ../../include/functions_planned_downtimes.php:800 +msgid "Date is wrong formatted" +msgstr "Дата неправильно отформатирована" + +#: ../../include/functions_planned_downtimes.php:907 +msgid "This planned downtime are executed now. Can't delete in this moment." +msgstr "" +"В данный момент выполняется запланированная остановка. Удаление сейчас " +"невозможно ." + +#: ../../include/functions_planned_downtimes.php:914 +msgid "Deleted this planned downtime successfully." +msgstr "Удаление запланированной остановки прошло успешно." + +#: ../../include/functions_planned_downtimes.php:916 +msgid "Problems for deleted this planned downtime." +msgstr "Проблемы при удалении этой запланированной остановки." + +#: ../../include/functions_update_manager.php:167 +#, php-format +msgid "%s configuration wizard" +msgstr "%s помощник настройки" + +#: ../../include/functions_update_manager.php:170 +#, php-format +msgid "" +"Please fill the following information in order to configure your %s instance " +"successfully" +msgstr "" +"Пожалуйста, заполните следующую информацию, чтобы успешно настроить ваш " +"экземпляр %s" + +#: ../../include/functions_update_manager.php:227 +msgid "" +"Must have the same time zone as the system or database to avoid mismatches " +"of time." +msgstr "" +"Должны находиться в том же часовом поясе, что система или база данных для " +"избежания несоответствия времени." + +#: ../../include/functions_update_manager.php:233 +msgid "E-mail for receiving alerts" +msgstr "Электронная почта для получения предупреждений" + +#: ../../include/functions_update_manager.php:258 +msgid "All fields required" +msgstr "Все поля обязательны" + +#: ../../include/functions_update_manager.php:267 +msgid "Are you sure you don't want to configure a base email?" +msgstr "Вы уверены, что не хотите настраивать базовый email?" + +#: ../../include/functions_update_manager.php:269 +msgid "" +"You could change this options later in \"alert actions\" and setting your " +"account." +msgstr "" +"Вы можете изменить эту опцию позже в \"действиях предупреждения\" и " +"настройках вашей учетной записи." + +#: ../../include/functions_update_manager.php:495 +msgid "Register to Update Manager" +msgstr "Зарегистрироваться в Update Manager" + +#: ../../include/functions_update_manager.php:503 +#, php-format +msgid "Keep this %s console up to date with latest updates." +msgstr "" +"Поддерживайте эту консоль %s в актуальном состоянии с помощью последних " +"обновлений." + +#: ../../include/functions_update_manager.php:510 +#, php-format +msgid "" +"When you subscribe to the %s Update Manager service, you accept that we " +"register your %s instance as an identifier on a database owned by %s. This " +"data will solely be used to provide you with information about %s and will " +"not be conceded to third parties. You can unregister from said database at " +"any time from the Update Manager options." +msgstr "" +"Подписываясь на услугу %s Update Manager, вы соглашаетесь с тем, что мы " +"регистрируем ваш экземпляр %s в качестве идентификатора в базе данных, " +"принадлежащей %s. Эти данные будут использоваться исключительно для " +"предоставления вам информации о %s и не будут передаваться третьим лицам. Вы " +"можете снять регистрацию с указанной базы данных в любое время в опции " +"Update Manager." + +#: ../../include/functions_update_manager.php:526 +#: ../../include/functions_update_manager.php:820 +msgid "OK!" +msgstr "OK!" + +#: ../../include/functions_update_manager.php:542 +msgid "Are you sure you don't want to use update manager?" +msgstr "Вы уверены, что не хотите использовать Update Manager?" + +#: ../../include/functions_update_manager.php:544 +msgid "" +"You will need to update your system manually, through source code or RPM " +"packages to be up to date with latest updates." +msgstr "" +"Вам придется обновлять свою систему вручную, через исходный код или RPM-" +"пакеты, чтобы быть в курсе последних обновлений." + +#: ../../include/functions_update_manager.php:763 +msgid "Do you want to be up to date?" +msgstr "Вы хотите быть в курсе событий?" + +#: ../../include/functions_update_manager.php:771 +#: ../../operation/users/user_edit.php:459 +msgid "Subscribe to our newsletter" +msgstr "Подпишитесь на нашу рассылку" + +#: ../../include/functions_update_manager.php:780 +#, php-format +msgid "" +"By subscribing to the newsletter, you accept that your email will be " +"transferred to a database owned by %s. These data will be used only to " +"provide you with information about %s and will not be given to third " +"parties. You can unsubscribe from this database at any time from the " +"newsletter subscription options." +msgstr "" +"Подписываясь на нашу рассылку, вы соглашаетесь с тем, что ваш электронный " +"адрес будет передан в базу данных, принадлежащую %s. Эти данные будут " +"использованы только для предоставления вам информации о %s и не будут " +"переданы третьим лицам. Вы можете отписаться от этой базы данных в любое " +"время из опций подписки на рассылку." + +#: ../../include/functions_update_manager.php:837 +msgid "Are you sure you don't want to subscribe?" +msgstr "Вы уверены, что не хотите подписаться?" + +#: ../../include/functions_update_manager.php:839 +msgid "You will miss all news about amazing features and fixes!" +msgstr "Вы пропустите все новости об удивительных функциях и исправлениях!" + +#: ../../include/functions_update_manager.php:918 +msgid "You must specify an email" +msgstr "Вы должны указать email" + +#: ../../include/functions_update_manager.php:1170 +#: ../../include/functions_update_manager.php:1200 +#, php-format +msgid "Line \"%s\" not copied to the progress file." +msgstr "Строка \"%s\" не скопирована в файл выполнения." + +#: ../../include/functions_update_manager.php:1244 +msgid "There is a unknown error." +msgstr "Возникла неизвестная ошибка." + +#: ../../include/functions_update_manager.php:1597 +msgid "Remote server error on newsletter request" +msgstr "Ошибка удаленного сервера при запросе рассылки" + +#: ../../include/functions_update_manager.php:1607 +msgid "E-mail successfully subscribed to newsletter." +msgstr "E-mail успешно подписан на рассылку." + +#: ../../include/functions_update_manager.php:1612 +msgid "E-mail has already subscribed to newsletter." +msgstr "Этот E-mail уже подписан на рассылку." + +#: ../../include/functions_update_manager.php:1619 +#: ../../include/functions_update_manager.php:1700 +msgid "Update manager returns error code: " +msgstr "Менеджер обновлений возвращает код ошибки: " + +#: ../../include/functions_update_manager.php:1656 +msgid "Error while registering console." +msgstr "Ошибка при регистрации консоли." + +#: ../../include/functions_update_manager.php:1688 +msgid "Pandora successfully subscribed with UID: " +msgstr "Pandora успешно подписалась с помощью UID: " + +#: ../../include/functions_update_manager.php:1693 +msgid "Unsuccessful subscription." +msgstr "Подписка не удалась." + +#: ../../include/functions_update_manager.php:1771 +msgid "Failed extracting the package to temp directory." +msgstr "Не удалось извлечь пакет из временного каталога." + +#: ../../include/functions_update_manager.php:1827 +msgid "Failed the copying of the files." +msgstr "Копирование файлов не удалось" + +#: ../../include/functions_update_manager.php:1847 +msgid "Package extracted successfully." +msgstr "Пакет успешно извлечен." + +#: ../../index.php:929 +msgid "User doesn\\'t exist." +msgstr "Пользователь не существует." + +#: ../../index.php:947 +msgid "User only can use the API." +msgstr "Только пользователь может использовать API." + +#: ../../operation/search_users.php:23 ../../operation/search_agents.php:30 +#: ../../operation/search_alerts.php:24 ../../operation/search_reports.php:26 +#: ../../operation/search_graphs.php:21 ../../operation/search_modules.php:23 +#: ../../operation/search_policies.php:22 ../../operation/search_maps.php:19 +msgid "Zero results found" +msgstr "Результатов не найдено" + +#: ../../operation/search_users.php:38 +msgid "Profile" +msgstr "Профиль" + +#: ../../operation/tree.php:121 +#, php-format +msgid "Sort the agents by %s" +msgstr "Сортировка агентов по %s" + +#: ../../operation/tree.php:124 +msgid "tags" +msgstr "теги" + +#: ../../operation/tree.php:132 +msgid "groups" +msgstr "группы" + +#: ../../operation/tree.php:136 +msgid "module groups" +msgstr "модули групп" + +#: ../../operation/tree.php:145 +msgid "policies" +msgstr "правила" + +#: ../../operation/tree.php:184 +msgid "Search group" +msgstr "Поиск группы" + +#: ../../operation/tree.php:188 ../../operation/tree.php:231 +msgid "Show not init modules" +msgstr "Показать не инициализированные модули" + +#: ../../operation/tree.php:197 +msgid "Search agent" +msgstr "Поиск агента" + +#: ../../operation/tree.php:200 +msgid "Show not init agents" +msgstr "Показать не инициализированные агенты" + +#: ../../operation/tree.php:203 +msgid "Show full hirearchy" +msgstr "Показать полную иерархию" + +#: ../../operation/tree.php:228 +msgid "Search module" +msgstr "Поиск модуля" + +#: ../../operation/tree.php:260 +msgid "Tree search" +msgstr "Поиск дерева" + +#: ../../operation/users/user_edit.php:175 +msgid "Current password of user is required to perform password change" +msgstr "Для смены пароля требуется текущий пароль пользователя" + +#: ../../operation/users/user_edit.php:177 +msgid "Current password of user is not correct" +msgstr "Текущий пароль пользователя не верен" + +#: ../../operation/users/user_edit.php:181 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" +msgstr "" +"Пароли не совпадают или другая проблема, возникающая при обновлении паролей" + +#: ../../operation/users/user_edit.php:194 +#: ../../operation/users/user_edit.php:209 +msgid "Password successfully updated" +msgstr "Пароль успешно обновлен" + +#: ../../operation/users/user_edit.php:204 +#: ../../operation/users/user_edit.php:250 +msgid "Error updating user info" +msgstr "Ошибка при обновлении информации о пользователе" + +#: ../../operation/users/user_edit.php:223 +msgid "Please enter a valid email" +msgstr "Пожалуйста, введите действительный адрес электронной почты" + +#: ../../operation/users/user_edit.php:225 +msgid "Please enter a valid phone number" +msgstr "Пожалуйста, введите действительный номер телефона" + +#: ../../operation/users/user_edit.php:231 +msgid "Error updating passwords: " +msgstr "Ошибка обновления паролей: " + +#: ../../operation/users/user_edit.php:255 +msgid "Edit my User" +msgstr "Редактировать моего пользователя" + +#: ../../operation/users/user_edit.php:300 +msgid "Current password" +msgstr "Текущий пароль" + +#: ../../operation/users/user_edit.php:302 +msgid "" +"You cannot change your password under the current authentication scheme" +msgstr "Вы не можете изменить свой пароль при текущей схеме аутентификации" + +#: ../../operation/users/user_edit.php:317 +msgid "If checkbox is clicked then block size global configuration is used" +msgstr "Если флажок нажат, то размер блока общей конфигурации используется" + +#: ../../operation/users/user_edit.php:442 +msgid "Event filter" +msgstr "Фильтр событий" + +#: ../../operation/users/user_edit.php:455 +msgid "Newsletter Subscribed" +msgstr "Подписка на рассылку новостей" + +#: ../../operation/users/user_edit.php:457 +#, php-format +msgid "Already subscribed to %s newsletter" +msgstr "Уже есть подписка на рассылку %s" + +#: ../../operation/users/user_edit.php:460 +msgid "Newsletter Reminder" +msgstr "Напоминание о рассылке" + +#: ../../operation/users/user_edit.php:533 +msgid "Autorefresh" +msgstr "Автообновление" + +#: ../../operation/users/user_edit.php:534 +msgid "This will activate autorefresh in selected pages" +msgstr "Это активирует автообновление на выбранных страницах" + +#: ../../operation/users/user_edit.php:569 +msgid "Full list of pages" +msgstr "Полный список страниц" + +#: ../../operation/users/user_edit.php:578 +#: ../../operation/users/user_edit.php:579 +msgid "Push selected pages into autorefresh list" +msgstr "Внесение выбранных страниц в список автообновления" + +#: ../../operation/users/user_edit.php:587 +#: ../../operation/users/user_edit.php:588 +msgid "Pop selected pages out of autorefresh list" +msgstr "Вывод выбранных страниц из списка автообновления" + +#: ../../operation/users/user_edit.php:593 +msgid "List of pages with autorefresh" +msgstr "Список страниц с автообновлением" + +#: ../../operation/users/user_edit.php:602 +msgid "Time autorefresh" +msgstr "Время автообновления" + +#: ../../operation/users/user_edit.php:604 +msgid "" +"Interval of autorefresh of the elements, by default they are 30 seconds, " +"needing to enable the autorefresh first" +msgstr "" +"Интервал автообновления элементов, по умолчанию составляет 30 секунд, " +"сначала необходимо включить автообновление" + +#: ../../operation/users/user_edit.php:698 +msgid "eHorus user configuration" +msgstr "Конфигурация пользователя eHorus" + +#: ../../operation/users/user_edit.php:703 +msgid "eHorus user acces enabled" +msgstr "Включение доступа пользователя eHorus" + +#: ../../operation/users/user_edit.php:741 +msgid "" +"You can not change your user info under the current authentication scheme" +msgstr "" +"Вы не можете изменить информацию о пользователе при текущей схеме " +"аутентификации" + +#: ../../operation/users/user_edit.php:816 +msgid "This user doesn't have any assigned profile/group." +msgstr "У этого пользователя нет назначенного профиля/группы." + +#: ../../operation/users/user_edit_header.php:102 +msgid "User notifications" +msgstr "Уведомления пользователей" + +#: ../../operation/users/user_edit_header.php:127 ../../operation/menu.php:444 +msgid "Workspace" +msgstr "Рабочая область" + +#: ../../operation/users/user_edit_notifications.php:64 +msgid "Also receive an email" +msgstr "Также получить электронное письмо" + +#: ../../operation/users/user_edit_notifications.php:93 +msgid "Controls have been disabled by the system administrator" +msgstr "Средства управления были отключены системным администратором" + +#: ../../operation/search_helps.php:19 +msgid "Zero results found." +msgstr "Результатов не найдено." + +#: ../../operation/search_helps.php:20 +#, php-format +msgid "" +"You can find more help in the wiki" +msgstr "" +"Дополнительную информацию можно найти в wiki." + +#: ../../operation/search_helps.php:33 +msgid "Matches" +msgstr "Совпадения" + +#: ../../operation/visual_console/view.php:358 +msgid "Delete Item" +msgstr "Удалить элемент" + +#: ../../operation/visual_console/view.php:364 +msgid "Copy Item" +msgstr "Копировать элемент" + +#: ../../operation/visual_console/view.php:648 +msgid "Are you sure" +msgstr "Вы уверены?" + +#: ../../operation/visual_console/legacy_public_view.php:158 +#: ../../operation/visual_console/public_view.php:145 +msgid "QR code of the page" +msgstr "QR-код страницы" + +#: ../../operation/visual_console/legacy_public_view.php:188 +#: ../../operation/visual_console/legacy_view.php:335 +msgid "Until refresh" +msgstr "до обновления" + +#: ../../operation/search_results.php:66 +msgid "Global search" +msgstr "Общий поиск" + +#: ../../operation/agentes/stat_win.php:110 +#, php-format +msgid "%s Graph" +msgstr "%s График" + +#: ../../operation/agentes/stat_win.php:141 +msgid "There was a problem locating the source of the graph" +msgstr "Обнаружена проблема обнаружения источника графа" + +#: ../../operation/agentes/stat_win.php:234 +#: ../../operation/agentes/interface_traffic_graph_win.php:164 +msgid "Refresh time" +msgstr "Время обновления" + +#: ../../operation/agentes/stat_win.php:245 +#: ../../operation/agentes/graphs.php:222 +msgid "Show events" +msgstr "Показывать события" + +#: ../../operation/agentes/stat_win.php:264 +#, php-format +msgid "" +"'Show events' is disabled because this %s node is set to event replication." +msgstr "" +"'Показывать события' отключено, поскольку этот узел %s настроен на " +"репликацию событий." + +#: ../../operation/agentes/stat_win.php:279 +#: ../../operation/agentes/graphs.php:224 +msgid "Show alerts" +msgstr "Показывать угрозы" + +#: ../../operation/agentes/stat_win.php:287 +#: ../../operation/agentes/interface_traffic_graph_win.php:203 +msgid "Begin time" +msgstr "Время начала" + +#: ../../operation/agentes/stat_win.php:305 +#: ../../operation/agentes/interface_traffic_graph_win.php:209 +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/reporting/graph_viewer.php:305 +msgid "Time range" +msgstr "Период времени" + +#: ../../operation/agentes/stat_win.php:320 +msgid "Zoom" +msgstr "Масштаб" + +#: ../../operation/agentes/stat_win.php:340 +#: ../../operation/agentes/interface_traffic_graph_win.php:223 +msgid "Show percentil" +msgstr "Показать процентиль" + +#: ../../operation/agentes/stat_win.php:366 +msgid "Show AVG/MAX/MIN data series in graph" +msgstr "Показать серию данных СРЕДН/МАКС/МИН на графике" + +#: ../../operation/agentes/stat_win.php:427 +#: ../../operation/agentes/interface_traffic_graph_win.php:301 +#: ../../operation/agentes/interface_traffic_graph_win.php:318 +msgid "Graph configuration menu" +msgstr "Меню конфигурации графика" + +#: ../../operation/agentes/alerts_status.php:207 +msgid "Insufficient permissions to validate alerts" +msgstr "Недостаточно прав для проверки оповещений" + +#: ../../operation/agentes/alerts_status.php:731 +msgid "Full list of alerts" +msgstr "Полный список оповещений" + +#: ../../operation/agentes/gis_view.php:93 +msgid "Period to show data as path" +msgstr "Период для отображения данных как путь" + +#: ../../operation/agentes/gis_view.php:97 +msgid "Refresh path" +msgstr "Обновить путь" + +#: ../../operation/agentes/gis_view.php:155 +msgid "This agent doesn't have any GIS data." +msgstr "Этот агент не имеет никаких данных ГИС." + +#: ../../operation/agentes/gis_view.php:167 +msgid "Positional data from the last" +msgstr "Позиционные данные из последнего" + +#: ../../operation/agentes/gis_view.php:206 +#, php-format +msgid "%s Km" +msgstr "%s Km" + +#: ../../operation/agentes/gis_view.php:220 +msgid "Distance" +msgstr "Расстояние" + +#: ../../operation/agentes/gis_view.php:221 +msgid "# of Packages" +msgstr "# of Пакеты" + +#: ../../operation/agentes/gis_view.php:222 +#: ../../operation/gis_maps/ajax.php:242 +msgid "Manual placement" +msgstr "Руководство для размещения" + +#: ../../operation/agentes/exportdata.csv.php:66 +#: ../../operation/agentes/exportdata.php:71 +#: ../../operation/agentes/exportdata.excel.php:66 +msgid "Invalid time specified" +msgstr "Указано неверное время" + +#: ../../operation/agentes/exportdata.csv.php:178 +#: ../../operation/agentes/exportdata.php:209 +#: ../../operation/agentes/exportdata.excel.php:161 +msgid "No modules specified" +msgstr "Нет указанных модулей" + +#: ../../operation/agentes/log_sources_status.php:48 +msgid "Review in log viewer" +msgstr "Просмотр в программе просмотра журналов" + +#: ../../operation/agentes/log_sources_status.php:61 +msgid "No log sources found" +msgstr "Источники журналов не найдены" + +#: ../../operation/agentes/log_sources_status.php:80 +msgid "Log sources status" +msgstr "Статус источников журнала" + +#: ../../operation/agentes/estado_agente.php:213 +msgid "Sucessfully deleted agent" +msgstr "Агент успешно удален" + +#: ../../operation/agentes/estado_agente.php:215 +msgid "There was an error message deleting the agent" +msgstr "Сообщение об ошибке удаления агента" + +#: ../../operation/agentes/estado_agente.php:256 +msgid "Search in custom fields" +msgstr "Поиск в пользовательских полях" + +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" +msgstr "Отсутствует идентификатор агента" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" +msgstr "Отсутствует идентификатор агента ehorus" + +#: ../../operation/agentes/ehorus.php:97 ../../operation/agentes/ehorus.php:134 +msgid "There was an error retrieving an authorization token" +msgstr "Произошла ошибка при получении токена авторизации" + +#: ../../operation/agentes/ehorus.php:109 +#: ../../operation/agentes/ehorus.php:146 +#: ../../operation/agentes/ehorus.php:182 +msgid "There was an error processing the response" +msgstr "Произошла ошибка при обработке ответа" + +#: ../../operation/agentes/ehorus.php:170 +msgid "There was an error retrieving the agent data" +msgstr "Произошла ошибка при получении данных агента" + +#: ../../operation/agentes/ehorus.php:187 +msgid "Remote management of this agent with eHorus" +msgstr "Удаленное управление этим агентом с помощью eHorus" + +#: ../../operation/agentes/ehorus.php:189 +msgid "Launch" +msgstr "Запустить" + +#: ../../operation/agentes/ehorus.php:195 +msgid "The connection was lost and the authorization token was expired" +msgstr "Соединение было потеряно, а срок токена авторизации истек" + +#: ../../operation/agentes/ehorus.php:195 +msgid "Reload the page to request a new authorization token" +msgstr "Перезагрузите страницу, чтобы запросить новый токен авторизации" + +#: ../../operation/agentes/status_events.php:26 +#: ../../operation/agentes/status_events.php:27 +msgid "Latest events for this agent" +msgstr "Последние событие этого агента" + +#: ../../operation/agentes/networkmap.dinamic.php:102 +#: ../../operation/agentes/pandora_networkmap.view.php:830 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +#: ../../operation/snmpconsole/snmp_browser.php:54 +#: ../../operation/snmpconsole/snmp_view.php:118 +msgid "Normal screen" +msgstr "Обычный экран" + +#: ../../operation/agentes/networkmap.dinamic.php:126 +#: ../../operation/agentes/pandora_networkmap.view.php:854 +msgid "List of networkmap" +msgstr "Список сетевых карт" + +#: ../../operation/agentes/agent_fields.php:47 +#: ../../operation/agentes/custom_fields.php:90 +msgid "empty" +msgstr "пусто" + +#: ../../operation/agentes/realtime_win.php:81 +#, php-format +msgid "%s Realtime Module Graph" +msgstr "%s График модуля реального времени" + +#: ../../operation/agentes/realtime_win.php:104 +msgid "Realtime extension is not enabled." +msgstr "Расширение реального времени не включено." + +#: ../../operation/agentes/pandora_networkmap.editor.php:373 +msgid "Source id group changed. All elements in networkmap will be lost." +msgstr "" +"Группа идентификаторов источника изменена. Все элементы в карте сети будут " +"потеряны." + +#: ../../operation/agentes/pandora_networkmap.editor.php:592 +msgid "Source id group changed. All elements in Networkmap will be lost" +msgstr "" +"Группа идентификаторов источника изменена. Все элементы в карте сети будут " +"потеряны" + +#: ../../operation/agentes/pandora_networkmap.php:125 +#: ../../operation/agentes/pandora_networkmap.php:366 +msgid "Succesfully created" +msgstr "Успешно создано" + +#: ../../operation/agentes/pandora_networkmap.php:201 +#: ../../operation/agentes/pandora_networkmap.php:499 +msgid "Succesfully updated" +msgstr "Успешно обновлено" + +#: ../../operation/agentes/pandora_networkmap.php:524 +msgid "Succesfully duplicate" +msgstr "Успешно дублировано" + +#: ../../operation/agentes/pandora_networkmap.php:538 +msgid "Succesfully deleted" +msgstr "Успешно удалено" + +#: ../../operation/agentes/pandora_networkmap.php:774 +msgid "Empty map" +msgstr "Пустая карта" + +#: ../../operation/agentes/pandora_networkmap.php:778 +msgid "Pending to generate" +msgstr "В ожидании формирования" + +#: ../../operation/agentes/pandora_networkmap.php:810 +msgid "There are no maps defined." +msgstr "Карты не определены." + +#: ../../operation/agentes/pandora_networkmap.php:817 +msgid "Create network map" +msgstr "Создать карту сети" + +#: ../../operation/agentes/pandora_networkmap.php:825 +msgid "Create empty network map" +msgstr "Создать пустую карту сети" + +#: ../../operation/agentes/interface_traffic_graph_win.php:92 +#, php-format +msgid "%s Interface Graph" +msgstr "%s График интерфейса" + +#: ../../operation/agentes/interface_traffic_graph_win.php:246 +msgid "Zoom factor" +msgstr "Фактор увеличения" + +#: ../../operation/agentes/interface_traffic_graph_win.php:253 +msgid "Full" +msgstr "Полный" + +#: ../../operation/agentes/graphs.php:143 +msgid "Other modules" +msgstr "Другие модули" + +#: ../../operation/agentes/graphs.php:150 +msgid "Modules network no proc" +msgstr "Модули сети без proc" + +#: ../../operation/agentes/graphs.php:157 +msgid "Modules boolean" +msgstr "Булевы модули" + +#: ../../operation/agentes/graphs.php:224 +msgid "the combined graph does not show the alerts into this graph" +msgstr "комбинированный график не отображает оповещения в этом графике" + +#: ../../operation/agentes/graphs.php:226 +msgid "Show as one combined graph" +msgstr "Показать в виде одного комбинированного графика" + +#: ../../operation/agentes/graphs.php:228 +msgid "several graphs for each module" +msgstr "несколько графиков для каждого модуля" + +#: ../../operation/agentes/graphs.php:229 +msgid "One combined graph" +msgstr "Один комбинированный график" + +#: ../../operation/agentes/graphs.php:237 +#: ../../operation/agentes/graphs.php:413 +msgid "Area stack" +msgstr "Некопление Зоны" + +#: ../../operation/agentes/graphs.php:239 +#: ../../operation/agentes/graphs.php:421 +msgid "Line stack" +msgstr "Накопление линии" + +#: ../../operation/agentes/graphs.php:256 +msgid "Save as custom graph" +msgstr "Сохранить как пользовательский график" + +#: ../../operation/agentes/graphs.php:269 +msgid "Filter graphs" +msgstr "Фильтр графиков" + +#: ../../operation/agentes/graphs.php:296 +msgid "There was an error loading the graph" +msgstr "Произошла ошибка при загрузке графика" + +#: ../../operation/agentes/graphs.php:304 +#: ../../operation/agentes/graphs.php:308 +msgid "Name custom graph" +msgstr "Имя пользовательского графика" + +#: ../../operation/agentes/graphs.php:354 +msgid "Save custom graph" +msgstr "Сохранить пользовательский график" + +#: ../../operation/agentes/graphs.php:375 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "" +"Пользовательский график создается на основе графиков-вкладок в агенте." + +#: ../../operation/agentes/datos_agente.php:173 +msgid "Received data from" +msgstr "Данные получены из" + +#: ../../operation/agentes/datos_agente.php:180 +msgid "Main database" +msgstr "Главная база данных" + +#: ../../operation/agentes/datos_agente.php:181 +msgid "" +"Switch between the main database and the history database to retrieve module " +"data" +msgstr "" +"Переключение между основной базой данных и базой данных истории для " +"извлечения данных модуля" + +#: ../../operation/agentes/datos_agente.php:211 +#: ../../operation/agentes/alerts_status.functions.php:117 +msgid "Free text for search" +msgstr "свободныйтекст для поиска" + +#: ../../operation/agentes/snapshot_view.php:42 +msgid "Cannot connect with node to display the module data." +msgstr "Невозможно соединиться с узлом для отображения данных модуля." + +#: ../../operation/agentes/snapshot_view.php:85 +#, php-format +msgid "%s Snapshot data view for module (%s)" +msgstr "%s Представление данных моментального снимка для модуля (%s)" + +#: ../../operation/agentes/snapshot_view.php:91 +#, php-format +msgid "Current data at %s" +msgstr "Текущие данные в %s" + +#: ../../operation/agentes/exportdata.php:34 ../../operation/menu.php:511 +msgid "Export data" +msgstr "Экспорт данных" + +#: ../../operation/agentes/exportdata.php:282 +msgid "No modules of type string. You can not calculate their average" +msgstr "Нет модулей типа строка. Вы не можете рассчитать их среднее" + +#: ../../operation/agentes/exportdata.php:374 +msgid "Export type" +msgstr "тип экспорта" + +#: ../../operation/agentes/exportdata.php:379 +msgid "MS Excel" +msgstr "MS Excel" + +#: ../../operation/agentes/exportdata.php:380 +msgid "Average per hour/day" +msgstr "В среднем за час/день" + +#: ../../operation/agentes/custom_fields.php:59 +msgid "No fields defined" +msgstr "Нет заданных полей" + +#: ../../operation/agentes/status_monitor.php:79 ../../operation/menu.php:58 +msgid "Monitor detail" +msgstr "Детали монитора" + +#: ../../operation/agentes/status_monitor.php:93 +msgid "Monitor view" +msgstr "Обзор монитора" + +#: ../../operation/agentes/status_monitor.php:585 +msgid "Wux server module" +msgstr "Модуль сервера Wux" + +#: ../../operation/agentes/status_monitor.php:606 +msgid "Min. hours in current status" +msgstr "Мин. часы в текущем состоянии" + +#: ../../operation/agentes/status_monitor.php:756 +msgid "Advanced Options" +msgstr "Дополнительные настройки" + +#: ../../operation/agentes/status_monitor.php:765 +msgid "Show filters" +msgstr "Показать фильтры" + +#: ../../operation/agentes/status_monitor.php:1224 +msgid "Data Type" +msgstr "Тип данных" + +#: ../../operation/agentes/status_monitor.php:1343 +#: ../../operation/agentes/pandora_networkmap.view.php:307 +msgid "(Adopt) " +msgstr "(Принять) " + +#: ../../operation/agentes/status_monitor.php:1351 +#: ../../operation/agentes/pandora_networkmap.view.php:315 +msgid "(Unlinked) (Adopt) " +msgstr "(Не связаны) (Принять) " + +#: ../../operation/agentes/status_monitor.php:1354 +#: ../../operation/agentes/pandora_networkmap.view.php:318 +msgid "(Unlinked) " +msgstr "(Не связаны) " + +#: ../../operation/agentes/status_monitor.php:1826 +msgid "This group doesn't have any monitor" +msgstr "Эта группа не имеет монитора" + +#: ../../operation/agentes/status_monitor.php:1828 +msgid "Sorry no search parameters" +msgstr "К сожалению, нет параметров поиска" + +#: ../../operation/agentes/group_view.php:151 +msgid "Summary of the status groups" +msgstr "Краткий отчет о групп по статусу" + +#: ../../operation/agentes/estado_monitores.php:51 +msgid "Tag's information" +msgstr "Информация Тега" + +#: ../../operation/agentes/estado_monitores.php:109 +msgid "Relationship information" +msgstr "Информация об Отношениях" + +#: ../../operation/agentes/estado_monitores.php:160 +msgid "Non-initialized modules found." +msgstr "Найдены неинициализированные модули." + +#: ../../operation/agentes/estado_monitores.php:181 +msgid "List of modules" +msgstr "Список модулей" + +#: ../../operation/agentes/estado_monitores.php:182 +msgid "" +"To see the list of modules paginated, enable this option in the Styles " +"Configuration." +msgstr "" +"Чтобы список модулей отображался постранично, включите эту опцию в " +"Конфигурации Стилей." + +#: ../../operation/agentes/estado_monitores.php:518 +msgid "Status:" +msgstr "Статус:" + +#: ../../operation/agentes/estado_monitores.php:524 +msgid "Not Normal" +msgstr "Не Нормальный" + +#: ../../operation/agentes/estado_monitores.php:539 +#: ../../operation/agentes/alerts_status.functions.php:177 +msgid "Free text for search (*):" +msgstr "Свободный текст для поиска (*):" + +#: ../../operation/agentes/estado_monitores.php:540 +msgid "Search by module name, list matches." +msgstr "Поиск по имени модуля, список совпадений." + +#: ../../operation/agentes/pandora_networkmap.view.php:175 +msgid "Success be updated." +msgstr "Успех быть обновленным." + +#: ../../operation/agentes/pandora_networkmap.view.php:272 +msgid "Name: " +msgstr "Имя: " + +#: ../../operation/agentes/pandora_networkmap.view.php:322 +msgid "Policy: " +msgstr "Политика: " + +#: ../../operation/agentes/pandora_networkmap.view.php:419 +msgid "Data: " +msgstr "Данные: " + +#: ../../operation/agentes/pandora_networkmap.view.php:421 +#: ../../operation/agentes/estado_generalagente.php:804 +msgid "Last contact: " +msgstr "Последний контакт: " + +#: ../../operation/agentes/ver_agente.php:1160 +msgid "Sons" +msgstr "Потомки" + +#: ../../operation/agentes/ver_agente.php:1479 +msgid "Log Viewer" +msgstr "Программа просмотра журналов" + +#: ../../operation/agentes/ver_agente.php:1518 +msgid "Terminal" +msgstr "Терминал" + +#: ../../operation/agentes/ver_agente.php:1540 +msgid "Processes" +msgstr "Процессы" + +#: ../../operation/agentes/estado_generalagente.php:57 +msgid "The agent has not assigned server. Maybe agent does not run fine." +msgstr "Агент не назначен сервером. Может быть, агент не работает нормально." + +#: ../../operation/agentes/estado_generalagente.php:274 +msgid "Remote configuration enabled" +msgstr "Удаленная конфигурация включена" + +#: ../../operation/agentes/estado_generalagente.php:316 +msgid "Agent contact" +msgstr "Контакт агента" + +#: ../../operation/agentes/estado_generalagente.php:323 +msgid "Refresh data" +msgstr "Обновить данные" + +#: ../../operation/agentes/estado_generalagente.php:333 +msgid "Force remote checks" +msgstr "Принудить дистанционные проверки" + +#: ../../operation/agentes/estado_generalagente.php:364 +msgid "Next contact" +msgstr "Следующий контакт" + +#: ../../operation/agentes/estado_generalagente.php:452 +msgid "Agent info" +msgstr "Информация агента" + +#: ../../operation/agentes/estado_generalagente.php:465 +msgid "There is no GIS data." +msgstr "Здесь нет ГИС данных." + +#: ../../operation/agentes/estado_generalagente.php:586 +msgid "Agent access rate (Last 24h)" +msgstr "Скорость доступа агентов (последние 24 часа)" + +#: ../../operation/agentes/estado_generalagente.php:625 +msgid "Active incident on this agent" +msgstr "Активный инцидент с этим агентом" + +#: ../../operation/agentes/estado_generalagente.php:784 +msgid "Events info (24hr.)" +msgstr "Информация о событиях (24 часа)" + +#: ../../operation/agentes/estado_generalagente.php:929 +msgid "Interface information (SNMP)" +msgstr "Информация об интерфейсе (SNMP)" + +#: ../../operation/agentes/alerts_status.functions.php:51 +msgid "Error processing alert(s)" +msgstr "Ошибка обработки оповещения(й)" + +#: ../../operation/agentes/alerts_status.functions.php:118 +msgid "Filter by agent name, module name, template name or action name" +msgstr "" +"Фильтр по имени агента, имени модуля, имени шаблона или названию действия" + +#: ../../operation/agentes/alerts_status.functions.php:129 +msgid "No actions" +msgstr "Никаких действий" + +#: ../../operation/agentes/alerts_status.functions.php:178 +msgid "Filter by module name, template name or action name" +msgstr "Фильтр по имени модуля, имени шаблона или имени действия" + +#: ../../operation/agentes/tactical.php:175 +msgid "Report of State" +msgstr "Отчет о состоянии" + +#: ../../operation/messages/message_list.php:50 +#: ../../operation/messages/message_edit.php:52 +msgid "Received messages" +msgstr "Принятые сообщения" + +#: ../../operation/messages/message_list.php:55 +#: ../../operation/messages/message_edit.php:64 +msgid "Sent messages" +msgstr "Отправленные сообщения" + +#: ../../operation/messages/message_list.php:64 +#: ../../operation/messages/message_list.php:289 +#: ../../operation/messages/message_edit.php:76 +msgid "Create message" +msgstr "Создать сообщение" + +#: ../../operation/messages/message_list.php:72 +#: ../../operation/messages/message_edit.php:84 ../../operation/menu.php:489 +msgid "Messages" +msgstr "Сообщения" + +#: ../../operation/messages/message_list.php:121 +msgid "Not deleted. Error deleting messages" +msgstr "Не удалены. Ошибка при удалении сообщений" + +#: ../../operation/messages/message_list.php:129 +#: ../../operation/messages/message_list.php:138 +msgid "You have" +msgstr "У Вас" + +#: ../../operation/messages/message_list.php:129 +msgid "sent message(s)" +msgstr "отправлено сообщение(я)" + +#: ../../operation/messages/message_list.php:138 +msgid "unread message(s)" +msgstr "непрочитано сообщение(я)" + +#: ../../operation/messages/message_list.php:149 +msgid "There are no messages." +msgstr "Сообщений нет." + +#: ../../operation/messages/message_list.php:179 +#: ../../operation/messages/message_edit.php:239 +msgid "Destination" +msgstr "Место назначения" + +#: ../../operation/messages/message_list.php:181 +#: ../../operation/messages/message_edit.php:231 +msgid "Sender" +msgstr "Отправитель" + +#: ../../operation/messages/message_list.php:199 +msgid "Click to read" +msgstr "Нажмите чтобы прочитать" + +#: ../../operation/messages/message_list.php:203 +msgid "Mark as unread" +msgstr "Пометить как непрочитанное" + +#: ../../operation/messages/message_list.php:209 +#: ../../operation/messages/message_list.php:213 +msgid "Message unread - click to read" +msgstr "Непрочитанное сообщение - нажмите, чтобы прочитать" + +#: ../../operation/messages/message_list.php:241 +msgid "No Subject" +msgstr "Нет Темы" + +#: ../../operation/messages/message_edit.php:103 +msgid "This message does not exist in the system" +msgstr "Это сообщение не существует в системе" + +#: ../../operation/messages/message_edit.php:167 +msgid "wrote" +msgstr "написано" + +#: ../../operation/messages/message_edit.php:182 +msgid "Delete conversation" +msgstr "Удалить беседу" + +#: ../../operation/messages/message_edit.php:189 +msgid "Reply" +msgstr "Ответить" + +#: ../../operation/messages/message_edit.php:216 +#, php-format +msgid "Message successfully sent to user %s" +msgstr "Сообщение успешно отправлены пользователю %s" + +#: ../../operation/messages/message_edit.php:217 +#, php-format +msgid "Error sending message to user %s" +msgstr "Ошибка при отправке сообщения пользователю %s" + +#: ../../operation/messages/message_edit.php:293 +msgid "Select user" +msgstr "Выберите пользователя" + +#: ../../operation/messages/message_edit.php:300 +msgid "OR" +msgstr "ИЛИ" + +#: ../../operation/messages/message_edit.php:308 +msgid "Select group" +msgstr "Выбрать группу" + +#: ../../operation/messages/message_edit.php:338 +msgid "Send message" +msgstr "Отправить сообщение" + +#: ../../operation/network/network_report.php:67 +#: ../../operation/network/network_usage_map.php:124 +msgid "Data to show" +msgstr "Данные к показу" + +#: ../../operation/network/network_report.php:78 +#: ../../operation/network/network_usage_map.php:104 +msgid "Number of result to show" +msgstr "Количество результатов для показа" + +#: ../../operation/network/network_report.php:109 +#: ../../operation/network/network_usage_map.php:82 +msgid "Time Period" +msgstr "Период времени" + +#: ../../operation/network/network_report.php:121 +#: ../../operation/network/network_usage_map.php:94 +#: ../../operation/netflow/nf_live_view.php:284 +msgid "Select this checkbox to write interval instead a date." +msgstr "Установите этот флажок, чтобы вместо даты записать интервал." + +#: ../../operation/network/network_report.php:186 +#: ../../operation/network/network_report.php:233 +msgid "Flows" +msgstr "Потоки" + +#: ../../operation/network/network_report.php:197 +#: ../../operation/network/network_report.php:235 +msgid "Packets" +msgstr "Пакеты" + +#: ../../operation/network/network_report.php:256 +#, php-format +msgid "Filtered by port %s. Click here to remove the filter." +msgstr "Отфильтровано по порту %s. Нажмите здесь, чтобы удалить фильтр." + +#: ../../operation/network/network_report.php:256 +#, php-format +msgid "Filtered by IP %s. Click here to remove the filter." +msgstr "Отфильтровано по IP %s. Нажмите здесь, чтобы удалить фильтр." + +#: ../../operation/network/network_usage_map.php:29 +#: ../../operation/menu.php:100 +msgid "Network usage map" +msgstr "Карта использования сети" + +#: ../../operation/network/network_usage_map.php:139 +msgid "Show netflow map" +msgstr "Показать карту потока сети" + +#: ../../operation/network/network_usage_map.php:175 +msgid "No data retrieved" +msgstr "Данные не получены" + +#: ../../operation/netflow/nf_live_view.php:123 +#: ../../operation/netflow/nf_live_view.php:145 +#: ../../operation/netflow/nf_live_view.php:151 +msgid "Netflow live view" +msgstr "Обзор живого сетевого потока" + +#: ../../operation/netflow/nf_live_view.php:162 +msgid "Error creating filter" +msgstr "Ошибка при создании фильтра" + +#: ../../operation/netflow/nf_live_view.php:164 +msgid "Filter created successfully" +msgstr "Фильтр создан успешно" + +#: ../../operation/netflow/nf_live_view.php:183 +msgid "Filter updated successfully" +msgstr "Фильтр обновлен успешно" + +#: ../../operation/netflow/nf_live_view.php:184 +msgid "Error updating filter" +msgstr "Ошибка при обновлении фильтра" + +#: ../../operation/netflow/nf_live_view.php:208 +msgid "Draw live filter" +msgstr "Извлечение фильтра в реальном времени" + +#: ../../operation/netflow/nf_live_view.php:242 +msgid "Connection" +msgstr "Подключение" + +#: ../../operation/netflow/nf_live_view.php:295 +#: ../../operation/incidents/integriaims_export_csv.php:92 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:374 +#: ../../operation/incidents/list_integriaims_incidents.php:155 +msgid "Resolution" +msgstr "Разрешение" + +#: ../../operation/netflow/nf_live_view.php:295 +msgid "The interval will be divided in chunks the length of the resolution." +msgstr "Интервал будет разделен на куски длины разрешения." + +#: ../../operation/netflow/nf_live_view.php:396 +msgid "Select a filter" +msgstr "Выбрать фильтр" + +#: ../../operation/netflow/nf_live_view.php:469 +msgid "IP address resolution" +msgstr "Разрешение IP адреса" + +#: ../../operation/netflow/nf_live_view.php:469 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Разрешить IP адреса, чтобы получить имена хостов." + +#: ../../operation/netflow/nf_live_view.php:472 +msgid "Source ip" +msgstr "IP Источник" + +#: ../../operation/netflow/nf_live_view.php:495 +msgid "Draw" +msgstr "Рисовать" + +#: ../../operation/netflow/nf_live_view.php:499 +msgid "Save as new filter" +msgstr "Сохранить как новый фильтр" + +#: ../../operation/netflow/nf_live_view.php:500 +msgid "Update current filter" +msgstr "Обновить текущий фильтр" + +#: ../../operation/netflow/nf_live_view.php:514 +msgid "No filter selected" +msgstr "Фильтр не выбран" + +#: ../../operation/netflow/netflow_explorer.php:37 ../../operation/menu.php:86 +msgid "Netflow explorer" +msgstr "Netflow explorer" + +#: ../../operation/snmpconsole/snmp_statistics.php:146 +#: ../../operation/snmpconsole/snmp_view.php:732 +msgid "There are no SNMP traps in database" +msgstr "Здесь нет прерываний SNMP в базе данных" + +#: ../../operation/snmpconsole/snmp_statistics.php:159 +msgid "Traps received by source" +msgstr "Ловушки, полученные через определённый источник" + +#: ../../operation/snmpconsole/snmp_statistics.php:173 +#: ../../operation/snmpconsole/snmp_statistics.php:241 +msgid "Number" +msgstr "Количество" + +#: ../../operation/snmpconsole/snmp_statistics.php:187 +#: ../../operation/snmpconsole/snmp_view.php:964 +msgid "View agent details" +msgstr "Просмотреть агент деталей" + +#: ../../operation/snmpconsole/snmp_statistics.php:227 +msgid "Traps received by Enterprise String" +msgstr "Ловушки, полученные строкой Enterprise" + +#: ../../operation/snmpconsole/snmp_statistics.php:240 +msgid "Trap Enterprise String" +msgstr "Строка ловушки Enterprise" + +#: ../../operation/snmpconsole/snmp_browser.php:74 +msgid "SNMP Browser" +msgstr "Браузер SNMP" + +#: ../../operation/snmpconsole/snmp_browser.php:204 +msgid "Adding modules in progress" +msgstr "Добавление модулей в процессе" + +#: ../../operation/snmpconsole/snmp_browser.php:538 +msgid "Create policy" +msgstr "Создать политику" + +#: ../../operation/snmpconsole/snmp_browser.php:630 +msgid "Are you sure you want add module?" +msgstr "Вы уверены, что хотите добавить модуль?" + +#: ../../operation/snmpconsole/snmp_view.php:624 +msgid "" +"Search by any alphanumeric field in the trap.\n" +"\t\tREMEMBER trap sources need to be searched by IP Address" +msgstr "" +"Поиск по любому буквенно-цифровому полю в ловушке.\n" +"\t\tПОМНИТЕ источники ловушек нужно искать по IP-адресу" + +#: ../../operation/snmpconsole/snmp_view.php:650 +msgid "Search by trap type" +msgstr "Поиск по типу прерывания" + +#: ../../operation/snmpconsole/snmp_view.php:674 +msgid "Group by Enterprise String/IP" +msgstr "Группировка по строке/IP Enterprise" + +#: ../../operation/snmpconsole/snmp_view.php:730 +msgid "There are no SNMP traps in database that contains this filter" +msgstr "В базе данных нет ловушек SNMP, содержащих этот фильтр" + +#: ../../operation/snmpconsole/snmp_view.php:770 +msgid "Refresh every" +msgstr "Обновлять каждые" + +#: ../../operation/snmpconsole/snmp_view.php:782 +msgid "SNMP Traps" +msgstr "SNMP-ловушки" + +#: ../../operation/snmpconsole/snmp_view.php:873 +msgid "Trap subtype" +msgstr "Подтип ловушки" + +#: ../../operation/snmpconsole/snmp_view.php:1080 +msgid "Variable bindings:" +msgstr "Переменные ссылки:" + +#: ../../operation/snmpconsole/snmp_view.php:1093 +msgid "See more details" +msgstr "Просмотрите подробную информацию" + +#: ../../operation/snmpconsole/snmp_view.php:1105 +msgid "Enterprise String:" +msgstr "Строка Enterprise:" + +#: ../../operation/snmpconsole/snmp_view.php:1157 +msgid "Trap type:" +msgstr "Тип ловушки:" + +#: ../../operation/snmpconsole/snmp_view.php:1183 +msgid "Count:" +msgstr "Посчитать" + +#: ../../operation/snmpconsole/snmp_view.php:1187 +msgid "First trap:" +msgstr "Первая ловушка:" + +#: ../../operation/snmpconsole/snmp_view.php:1191 +msgid "Last trap:" +msgstr "Последняя ловушка:" + +#: ../../operation/snmpconsole/snmp_view.php:1212 +msgid "No matching traps found" +msgstr "Соответствующих трапов не найдено" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:28 +#: ../../operation/menu.php:125 +msgid "MIB uploader" +msgstr "MIB загрузчик" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:70 +msgid "" +"MIB files will be installed on the system. Please note that a MIB may depend " +"on other MIB. To customize trap definitions use the SNMP trap editor." +msgstr "" +"Файлы MIB будут установлены в системе. Обратите внимание, что MIB может " +"зависеть от других MIB. Для настройки определений ловушек используйте " +"редактор ловушек SNMP." + +#: ../../operation/menu.php:90 +msgid "Netflow Live View" +msgstr "Обзор живого сетевого потока" + +#: ../../operation/menu.php:120 +msgid "SNMP browser" +msgstr "Браузер SNMP" + +#: ../../operation/menu.php:135 +msgid "SNMP" +msgstr "SNMP" + +#: ../../operation/menu.php:254 ../../operation/gis_maps/gis_map.php:35 +msgid "GIS Maps" +msgstr "ГИС Карты" + +#: ../../operation/menu.php:259 +msgid "List of Gis maps" +msgstr "Список карт Gis" + +#: ../../operation/menu.php:298 +msgid "Topology maps" +msgstr "Карты топологии" + +#: ../../operation/menu.php:414 +msgid "RSS" +msgstr "Ленты новостей RSS" + +#: ../../operation/menu.php:423 ../../operation/events/sound_events.php:61 +msgid "Sound Events" +msgstr "Звуковые события" + +#: ../../operation/menu.php:434 ../../operation/events/events.php:922 +msgid "Sound Alerts" +msgstr "Звуковые Оповещения" + +#: ../../operation/menu.php:456 +msgid "Configure user notifications" +msgstr "Настройка уведомлений пользователей" + +#: ../../operation/menu.php:480 +msgid "Integria IMS statistics" +msgstr "Статистика Integria IMS" + +#: ../../operation/menu.php:481 +msgid "Integria IMS ticket list" +msgstr "Список заявок Integria IMS" + +#: ../../operation/menu.php:495 +msgid "Messages List" +msgstr "Список сообщений" + +#: ../../operation/menu.php:496 +msgid "New message" +msgstr "Новое сообщение" + +#: ../../operation/menu.php:517 +msgid "Scheduled downtime" +msgstr "Предусмотренная графиком остановка" + +#: ../../operation/menu.php:591 +msgid "Tools" +msgstr "Инструменты" + +#: ../../operation/gis_maps/gis_map.php:200 +msgid "No maps found" +msgstr "Карты не найдены" + +#: ../../operation/gis_maps/gis_map.php:219 +msgid "Caution: Do you want delete the map?" +msgstr "Внимание: Вы хотите удалить карту?" + +#: ../../operation/gis_maps/gis_map.php:226 +msgid "Do you want to set default the map?" +msgstr "Вы хотите установить карту по умолчанию?" + +#: ../../operation/gis_maps/gis_map.php:234 +msgid "There was error on setup the default map." +msgstr "Найдена ошибка при настройке карты по умолчанию" + +#: ../../operation/gis_maps/render_view.php:157 +msgid "Filter by status" +msgstr "Фильтровать по статусу" + +#: ../../operation/gis_maps/ajax.php:237 ../../operation/gis_maps/ajax.php:275 +#: ../../operation/gis_maps/ajax.php:444 +msgid "Position (Lat, Long, Alt)" +msgstr "Позиция (Шир, Длина, Долгота)" + +#: ../../operation/gis_maps/ajax.php:238 +msgid "Start contact" +msgstr "Начальный контакт" + +#: ../../operation/gis_maps/ajax.php:240 +msgid "Num reports" +msgstr "Нум отчетов" + +#: ../../operation/gis_maps/ajax.php:279 ../../operation/gis_maps/ajax.php:448 +msgid "Default position of map." +msgstr "Положение карты по умолчанию." + +#: ../../operation/gis_maps/ajax.php:339 +msgid "Satellite Version" +msgstr "Версия Satellite" + +#: ../../operation/gis_maps/ajax.php:385 ../../operation/gis_maps/ajax.php:502 +msgid "Number of non-validated critical events" +msgstr "Количество не прошедших верификацию критических событий" + +#: ../../operation/gis_maps/ajax.php:395 ../../operation/gis_maps/ajax.php:512 +msgid "Alert(s) fired" +msgstr "Предупреждение(ия) сработало" + +#: ../../operation/incidents/integriaims_export_csv.php:88 +msgid "ID Ticket" +msgstr "ID-Заявка" + +#: ../../operation/incidents/integriaims_export_csv.php:90 +#: ../../operation/incidents/list_integriaims_incidents.php:263 +msgid "Group/Company" +msgstr "Группа/компания" + +#: ../../operation/incidents/integriaims_export_csv.php:95 +msgid "Started" +msgstr "Запущено" + +#: ../../operation/incidents/integriaims_export_csv.php:96 +#: ../../operation/incidents/configure_integriaims_incident.php:263 +#: ../../operation/incidents/list_integriaims_incidents.php:141 +#: ../../operation/incidents/list_integriaims_incidents.php:267 +msgid "Creator" +msgstr "Создатель" + +#: ../../operation/incidents/incident_statistics.php:35 +msgid "Incidents by status" +msgstr "Инциденты по статусу" + +#: ../../operation/incidents/incident_statistics.php:38 +msgid "Incidents by priority" +msgstr "Инциденты по важности" + +#: ../../operation/incidents/incident_statistics.php:41 +msgid "Incidents by group" +msgstr "Инциденты по группам" + +#: ../../operation/incidents/incident_statistics.php:44 +msgid "Incidents by user" +msgstr "инциденты по пользователям" + +#: ../../operation/incidents/configure_integriaims_incident.php:33 +msgid "Update Integria IMS Ticket" +msgstr "Обновить заявку Integria IMS" + +#: ../../operation/incidents/configure_integriaims_incident.php:35 +msgid "Create Integria IMS Ticket" +msgstr "Создать заявку Integria IMS" + +#: ../../operation/incidents/configure_integriaims_incident.php:115 +msgid "Successfully created in Integria IMS" +msgstr "Успешно создано в Integria IMS" + +#: ../../operation/incidents/configure_integriaims_incident.php:116 +msgid "Could not be created in Integria IMS" +msgstr "Не удалось создать в Integria IMS" + +#: ../../operation/incidents/configure_integriaims_incident.php:127 +msgid "Successfully updated in Integria IMS" +msgstr "Успешно обновлено в Integria IMS" + +#: ../../operation/incidents/configure_integriaims_incident.php:128 +msgid "Could not be updated in Integria IMS" +msgstr "Не удалось обновить в Integria IMS" + +#: ../../operation/incidents/configure_integriaims_incident.php:275 +msgid "" +"This field corresponds to the Integria IMS user specified in Integria IMS " +"setup" +msgstr "" +"Это поле соответствует пользователю Integria IMS, указанному в настройке " +"Integria IMS" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:84 +msgid "Not yet" +msgstr "Не сейчас" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:88 +msgid "Not closed yet" +msgstr "Еще не закрыто" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:122 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:296 +msgid "Filename" +msgstr "Имя файла" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:169 +msgid "File successfully added" +msgstr "Файл успешно добавлен" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:170 +msgid "File could not be added" +msgstr "Файл не может быть добавлен" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:173 +msgid "File has an invalid extension" +msgstr "Файл имеет недопустимое расширение" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:189 +msgid "File successfully deleted" +msgstr "Файл успешно удален" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:190 +msgid "File could not be deleted" +msgstr "Файл не может быть удален" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:254 +msgid "File name" +msgstr "Имя файла" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:271 +msgid "Add attachment" +msgstr "Добавить вложение" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:274 +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:448 +msgid "Attached files" +msgstr "Вложенные файлы" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:332 +msgid "Comment successfully added" +msgstr "Комментарий успешно добавлен" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:333 +msgid "Comment could not be added" +msgstr "Комментарий не может быть добавлен" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:359 +msgid "No comments found" +msgstr "Комментарии не найдены" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:400 +msgid "Created by" +msgstr "Создано" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:401 +msgid "Owned by" +msgstr "Принадлежит" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:402 +msgid "Closed by" +msgstr "Закрыто" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:419 +msgid "Closed at" +msgstr "Закрыто в" + +#: ../../operation/incidents/dashboard_detail_integriaims_incident.php:430 +msgid "People" +msgstr "Участники" + +#: ../../operation/incidents/list_integriaims_incidents.php:31 +msgid "Integria IMS Tickets" +msgstr "Заявки Integria IMS" + +#: ../../operation/incidents/list_integriaims_incidents.php:113 +msgid "Text filter" +msgstr "Текстовый фильтр" + +#: ../../operation/incidents/list_integriaims_incidents.php:177 +msgid "Created from" +msgstr "Создано из" + +#: ../../operation/incidents/list_integriaims_incidents.php:189 +msgid "Created to" +msgstr "Создано для" + +#: ../../operation/incidents/list_integriaims_incidents.php:262 +msgid "Ticket" +msgstr "Заявка" + +#: ../../operation/incidents/list_integriaims_incidents.php:264 +msgid "Status/Resolution" +msgstr "Статус/Решение" + +#: ../../operation/incidents/list_integriaims_incidents.php:265 +msgid "Prior" +msgstr "Предыдущий" + +#: ../../operation/incidents/list_integriaims_incidents.php:266 +msgid "Updated/Started" +msgstr "Обновлено/Запущено" + +#: ../../operation/incidents/list_integriaims_incidents.php:316 +msgid "No tickets to show" +msgstr "Нет заявок для показа" + +#: ../../operation/search_main.php:55 ../../operation/search_main.php:57 +#: ../../operation/search_main.php:65 ../../operation/search_main.php:67 +#: ../../operation/search_main.php:69 ../../operation/search_main.php:71 +#: ../../operation/search_main.php:74 +#, php-format +msgid "%s Found" +msgstr "%s Найдено" + +#: ../../operation/search_main.php:64 +msgid "Users found" +msgstr "Пользователи найдены" + +#: ../../operation/search_main.php:66 +msgid "Graphs found" +msgstr "Графики найдены" + +#: ../../operation/search_main.php:68 +msgid "Reports found" +msgstr "Отчеты найдены" + +#: ../../operation/search_main.php:83 +#, php-format +msgid "Show %s of %s. View all matches" +msgstr "Показать %s of %s. Просмотреть все совпадения" + +#: ../../operation/reporting/reporting_viewer.php:199 +msgid "View Report" +msgstr "Посмотреть отчёт" + +#: ../../operation/reporting/reporting_viewer.php:241 +msgid "Set initial date" +msgstr "Установить начальную дату" + +#: ../../operation/reporting/reporting_viewer.php:269 +msgid "Invalid date selected. Initial date must be before end date." +msgstr "" +"Выбрана неправильная дата. Начальная дата должна быть раньше конечной даты." + +#: ../../operation/reporting/reporting_viewer.php:374 +#: ../../operation/reporting/graph_viewer.php:407 +msgid "Invalid date selected" +msgstr "Выбрана неверная дата" + +#: ../../operation/reporting/custom_reporting.php:28 +#: ../../operation/reporting/graph_viewer.php:441 +msgid "There are no defined reportings" +msgstr "Здесь нет ни одного репортажа" + +#: ../../operation/reporting/graph_viewer.php:280 +msgid "No data." +msgstr "Нет данных." + +#: ../../operation/reporting/graph_viewer.php:314 +#: ../../operation/reporting/graph_viewer.php:336 +msgid "Graph defined" +msgstr "Определенный график" + +#: ../../operation/reporting/graph_viewer.php:328 +msgid "Equalize maxiddmum thresholds" +msgstr "Уравнять пороговые значения maxiddmum" + +#: ../../operation/reporting/graph_viewer.php:328 +msgid "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" +msgstr "" +"Если опция выбрана, все графики будут иметь наибольшее значение из всех " +"модулей, включенных в график, в качестве максимального порога" + +#: ../../operation/reporting/graph_viewer.php:337 +msgid "Zoom x1" +msgstr "Увеличить x1" + +#: ../../operation/reporting/graph_viewer.php:338 +msgid "Zoom x2" +msgstr "Увеличить x2" + +#: ../../operation/reporting/graph_viewer.php:339 +msgid "Zoom x3" +msgstr "Увеличить x3" + +#: ../../operation/reporting/graph_viewer.php:415 +msgid "Custom graph viewer" +msgstr "Осмоторщик пользовательского графика" + +#: ../../operation/events/events_list.php:348 +#: ../../operation/events/events_list.php:1087 +msgid "No filter loaded" +msgstr "Нет загруженного фильтра" + +#: ../../operation/events/events_list.php:356 +#: ../../operation/events/events_list.php:1087 +msgid "Filter loaded" +msgstr "Фильтр загружен" + +#: ../../operation/events/events_list.php:973 +#: ../../operation/events/events.php:1033 +msgid "Group agents" +msgstr "Групповые агенты" + +#: ../../operation/events/events_list.php:1001 +#: ../../operation/events/events.php:1223 +msgid "Id source event" +msgstr "Событие источника Id" + +#: ../../operation/events/events_list.php:1093 +#: ../../operation/events/events_list.php:1095 +msgid "Event control filter" +msgstr "Фильтр контроля событий" + +#: ../../operation/events/events_list.php:1103 +msgid "Error creating filter." +msgstr "Ошибка при создании фильтра." + +#: ../../operation/events/events_list.php:1107 +msgid "Error creating filter is duplicated." +msgstr "Ошибка при создании фильтра, поскольку он дублирован." + +#: ../../operation/events/events_list.php:1111 +msgid "Filter created." +msgstr "Фильтр создан." + +#: ../../operation/events/events_list.php:1116 +msgid "Filter updated." +msgstr "Фильтр обновлен." + +#: ../../operation/events/events_list.php:1120 +msgid "Error updating filter." +msgstr "Ошибка обновления фильтра." + +#: ../../operation/events/sound_events.php:83 +msgid "Sound console" +msgstr "Звуковые консоли" + +#: ../../operation/events/events_rss.php:195 +msgid "Your IP is not into the IP list with API access." +msgstr "Ваш IP не входит в список IP с доступом к API." + +#: ../../operation/events/events_rss.php:214 +msgid "The URL of your feed has bad hash." +msgstr "URL вашего фида содержит неправильный хэш." + +#: ../../operation/events/events.php:754 +msgid "Event viewer" +msgstr "Программа просмотра событий" + +#: ../../operation/events/events.php:801 +msgid "History event list" +msgstr "Список истории событий" + +#: ../../operation/events/events.php:812 +msgid "RSS Events" +msgstr "RSS События" + +#: ../../operation/events/events.php:823 +msgid "Export to CSV file" +msgstr "Эксорт в файл CSV" + +#: ../../operation/events/events.php:834 ../../operation/events/events.php:882 +msgid "Sound events" +msgstr "Звуковые события" + +#: ../../operation/events/events.php:887 +msgid "History" +msgstr "История" + +#: ../../operation/events/events.php:948 +msgid "" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" +msgstr "" +"Просмотр событий отключен из-за события репликации. Для получения " +"дополнительной информации, пожалуйста, свяжитесь с администратором" + +#: ../../operation/events/events.php:1473 +msgid "Current filter" +msgstr "Текущий фильтр" + +#: ../../operation/events/events.php:1478 +msgid "Not set." +msgstr "Не задано" + +#: ../../operation/events/events.php:1491 +msgid "Any status." +msgstr "Любой статус." + +#: ../../operation/events/events.php:1495 +msgid "New events." +msgstr "Новые события." + +#: ../../operation/events/events.php:1499 +msgid "Validated." +msgstr "Подтверждено." + +#: ../../operation/events/events.php:1503 +msgid "In proccess." +msgstr "В процессе." + +#: ../../operation/events/events.php:1507 +msgid "Not validated." +msgstr "Не подтверждено." + +#: ../../operation/events/events.php:1519 +msgid "Any time." +msgstr "Любое время." + +#: ../../operation/events/events.php:1521 +#: ../../operation/events/events.php:2434 +msgid "Last hour." +msgstr "За последний час." + +#: ../../operation/events/events.php:1523 +#, php-format +msgid "Last %d hours." +msgstr "За последние %d часа(ов)." + +#: ../../operation/events/events.php:1531 +msgid "Duplicated" +msgstr "Дублировано" + +#: ../../operation/events/events.php:1534 +msgid "All events." +msgstr "Все события." + +#: ../../operation/events/events.php:1538 +msgid "Group agents." +msgstr "Агенты группы." + +#: ../../operation/events/events.php:1628 +msgid "In progress selected" +msgstr "Выбранные в процессе" + +#: ../../operation/events/events.php:1629 +msgid "Validate selected" +msgstr "Подтверждено успешно" + +#: ../../operation/events/events.php:1663 +#: ../../operation/events/events.build_table.php:1001 +msgid "Execute event response" +msgstr "Выполнить ответ на событие" + +#: ../../operation/events/events.php:1676 +#: ../../operation/events/events.build_table.php:1009 +#, php-format +msgid "A maximum of %s event custom responses can be selected" +msgstr "Можно выбрать максимум %s пользовательских ответов на событие" + +#: ../../operation/events/events.php:1681 +#: ../../operation/events/events.build_table.php:1014 +msgid "Please, select an event" +msgstr "Пожалуйста, выберите событие" + +#: ../../operation/events/events.php:1770 +msgid "has at least" +msgstr "есть как минимум" + +#: ../../operation/events/events.php:1772 +msgid "events" +msgstr "событий" + +#: ../../operation/events/events.php:2016 +msgid "Validate events" +msgstr "Подтверждение событий" + +#: ../../operation/events/events.php:2031 +#: ../../operation/events/events.build_table.php:860 +msgid "Change to in progress status" +msgstr "Изменение на статус в процессе выполнения" + +#: ../../operation/events/events.php:2040 +msgid "Delete events" +msgstr "Удалить события" + +#: ../../operation/events/events.php:2436 +msgid "hours." +msgstr "часы." + +#: ../../operation/events/events.build_table.php:81 +msgid "More detail" +msgstr "Подробнее" + +#: ../../operation/events/events.build_table.php:105 +#: ../../operation/events/events.build_table.php:107 +msgid "The Agent: " +msgstr "Агент: " + +#: ../../operation/events/events.build_table.php:105 +#: ../../operation/events/events.build_table.php:107 +msgid " has " +msgstr " имеет " + +#: ../../operation/events/events.build_table.php:105 +#: ../../operation/events/events.build_table.php:107 +msgid " events." +msgstr " события." + +#: ../../operation/search_policies.php:36 +msgid "Id_group" +msgstr "Id_group" + +#: ../../operation/servers/recon_view.php:32 +#: ../../operation/servers/recon_view.php:38 +#: ../../operation/servers/recon_view.php:52 +msgid "Recon View" +msgstr "Обзор рекона" + +#: ../../operation/servers/recon_view.php:147 +msgid "Network recon task" +msgstr "Сеть рекон задачи" + +#: ../../operation/servers/recon_view.php:174 +msgid "has no recon tasks assigned" +msgstr "не имеет поставленных задач recon" + +#: ../../general/footer.php:54 +#, php-format +msgid "Page generated on %s" +msgstr "Страница создана на %s" + +#: ../../general/php7_message.php:38 +msgid "Access Help" +msgstr "Помощь в доступе" + +#: ../../general/php7_message.php:41 +msgid "Warning php version" +msgstr "Предостережение об опасности php версия" + +#: ../../general/first_task/incidents.php:21 +msgid "There are no incidents defined yet." +msgstr "Пока не определено ни одного инцидента." + +#: ../../general/first_task/incidents.php:31 +#: ../../general/first_task/incidents.php:46 +msgid "Create Incidents" +msgstr "Создать инциденты" + +#: ../../general/first_task/incidents.php:34 +#, php-format +msgid "" +"Besides receiving and processing data to monitor systems or applications,\n" +"\t\t\tyou're also required to monitor possible incidents which might take " +"place on these subsystems within the system's monitoring process.\n" +"\t\t\tFor it, the %s team has designed an incident manager from which any " +"user is able to open incidents,\n" +"\t\t\tthat explain what's happened on the network, and update them with " +"comments and files, at any time, in case there is a need to do so.\n" +"\t\t\tThis system allows users to work as a team, along with different roles " +"and work-flow systems which allow an incident to be\n" +"\t\t\tmoved from one group to another, and members from different groups and " +"different people could work on the same incident, sharing information and " +"files.\n" +"\t\t" +msgstr "" +"Помимо получения и обработки данных для мониторинга систем или приложений,\n" +"\t\t\t\tот вас также требуется отслеживать возможные инциденты, которые " +"могут произойти в этих подсистемах в процессе мониторинга системы.\n" +"\t\t\t\tДля этого команда %s разработала менеджер инцидентов, из которого " +"любой пользователь может открывать инциденты,\n" +"\t\t\t\tкоторые объясняют, что произошло в сети, и обновлять их " +"комментариями и файлами, в любое время, если в этом есть необходимость.\n" +"\t\t\t\tЭта система позволяет пользователям работать в команде, наряду с " +"различными ролями и системами рабочих потоков, которые позволяют инциденту " +"быть\n" +"\t\t\t\tперемещаться из одной группы в другую, а члены разных групп и разные " +"люди могут работать над одним и тем же инцидентом, обмениваясь информацией и " +"файлами.\n" +"\t\t" + +#: ../../general/first_task/recon_view.php:18 +msgid "There are no discovery tasks defined yet." +msgstr "Задачи discovery пока не определены." + +#: ../../general/first_task/recon_view.php:25 +msgid "Create Discovery Task" +msgstr "Создать задачу Discovery" + +#: ../../general/first_task/recon_view.php:28 +msgid "" +"Discovery Task are used to find new elements in the network. \n" "\t\tIf it detects any item, it will add that item to the monitoring, and if " "that item it is already being monitored, then it will \n" "\t\tignore it or will update its information.There are three types of " @@ -31188,21 +47696,148 @@ msgid "" "\n" "\t\ttype. You can define your own customized recon script." msgstr "" +"Задача Discovery используется для поиска новых элементов в сети. \n" +"\t\tЕсли она обнаружит какой-либо элемент, то добавит его в мониторинг, а " +"если этот элемент уже находится в мониторинге, то она\n" +"\t\tпроигнорирует его или обновит информацию о нем.Существует три типа " +"обнаружения: На основе ICMP (пинги), \n" +"\t\tSNMP (обнаружение топологии сетей и их " +"интерфейсов), и другие настроенные \n" +"\t\tтипы. Вы можете определить свой собственный настраиваемый сценарий " +"разведки." -#: ../../general/firts_task/network_map.php:23 +#: ../../general/first_task/recon_view.php:37 +msgid "Discover" +msgstr "Обнаружить" + +#: ../../general/first_task/HA_cluster_builder.php:37 +msgid "There are no HA clusters defined yet." +msgstr "Кластеры HA еще не определены." + +#: ../../general/first_task/HA_cluster_builder.php:45 +msgid "PANDORA FMS DB CLUSTER" +msgstr "КЛАСТЕР БАЗЫ ДАННЫХ PANDORA FMS" + +#: ../../general/first_task/HA_cluster_builder.php:48 +msgid "" +"With Pandora FMS Enterprise you can add high availability to your Pandora " +"FMS installation by adding redundant MySQL servers" +msgstr "" +"С помощью Pandora FMS Enterprise вы можете добавить высокую доступность к " +"вашей установке Pandora FMS путем добавления дополнительных серверов MySQL" + +#: ../../general/first_task/HA_cluster_builder.php:50 +msgid "" +"Click on \"add new node\" to start transforming your Pandora FMS DB Cluster " +"into a Pandora FMS DB Cluster." +msgstr "" +"Нажмите кнопку \"добавить новый узел\", чтобы начать преобразование вашего " +"кластера базы данных Pandora FMS в кластер базы данных Pandora FMS." + +#: ../../general/first_task/HA_cluster_builder.php:59 +msgid "Add new node" +msgstr "Добавить новый узел" + +#: ../../general/first_task/map_builder.php:34 +#: ../../general/first_task/map_builder.php:45 +msgid "Create Visual Console" +msgstr "Создание визуальной консоли" + +#: ../../general/first_task/map_builder.php:37 +#, php-format +msgid "" +"%s allows users to create visual maps on which each user is able to create " +"his or her own monitoring map. The new visual console editor is much more " +"practical, although the prior visual console editor had its advantages. On " +"the new visual console, we've been successful in imitating the sensation and " +"touch of a drawing application like GIMP. We've also simplified the editor " +"by dividing it into several subject-divided tabs named 'Data', 'Preview', " +"'Wizard', 'List of Elements' and 'Editor'. The items the %s Visual Map was " +"designed to handle are 'static images', 'percentage bars', 'module graphs' " +"and 'simple values'." +msgstr "" +"%s позволяет пользователям создавать визуальные карты, на которых каждый " +"пользователь может создать свою собственную карту мониторинга. Новый " +"редактор визуальной консоли гораздо практичнее, хотя и у предыдущего " +"редактора визуальной консоли были свои преимущества. В новой визуальной " +"консоли нам удалось имитировать ощущения и прикосновения приложения для " +"рисования, такого как GIMP. Мы также упростили редактор, разделив его на " +"несколько вкладок, разделенных по темам, под названиями \"Данные\", " +"\"Предварительный просмотр\", \"Помощник\", \"Список элементов\" и " +"\"Редактор\". Элементы, для работы с которыми была разработана визуальная " +"карта %s, - это \"статические изображения\", \"процентные столбики\", " +"\"графики модулей\" и \"простые значения\"." + +#: ../../general/first_task/cluster_builder.php:38 +msgid "There are no clusters defined yet." +msgstr "Кластеры еще не определены." + +#: ../../general/first_task/cluster_builder.php:46 +#: ../../general/first_task/cluster_builder.php:64 +msgid "Create Cluster" +msgstr "Создать кластер" + +#: ../../general/first_task/cluster_builder.php:49 +msgid "" +"A cluster is a group of devices that provide the same service in high " +"availability." +msgstr "" +"Кластер - это группа сервисов, предоставляющих одну и ту же услугу в " +"условиях высокой доступности." + +#: ../../general/first_task/cluster_builder.php:51 +msgid "Depending on how they provide that service, we can find two types:" +msgstr "" +"В зависимости от того, как предоставляется эта услуга, мы можем выделить " +"два типа:" + +#: ../../general/first_task/cluster_builder.php:53 +msgid "" +"Clusters to balance the service load: these are active - active " +"(A/A) mode clusters. It means that all the nodes (or machines that compose " +"it) are working. They must be working because if one stops working, it will " +"overload the others." +msgstr "" +"Кластеры для балансировки нагрузки на сервис: это кластеры с активно-" +"активным режимом(A/A). Это означает, что все узлы (или машины, составляющие " +"его) работают. Они должны работать, потому что если один из них перестанет " +"работать, это приведет к перегрузке остальных." + +#: ../../general/first_task/cluster_builder.php:55 +msgid "" +"Clusters to guarantee service: these are active - passive (A/P) mode " +"clusters. It means that one of the nodes (or machines that make up the " +"cluster) will be running (primary) and another won't (secondary). When the " +"primary goes down, the secondary must take over and give the service " +"instead. Although many of the elements of this cluster are active-passive, " +"it will also have active elements in both of them that indicate that the " +"passive node is \"online\", so that in the case of a service failure in the " +"master, the active node collects this information." +msgstr "" +"Кластеры для гарантированного обслуживания: это кластеры с активно-" +"пассивным режимом (A/P). Это означает, что один из узлов (или машин, " +"составляющих кластер) будет работать (первичный), а другой - нет " +"(вторичный). Когда первичный выходит из строя, вторичный должен взять на " +"себя ответственность и предоставить сервис вместо него. Хотя многие элементы " +"этого кластера являются активно-пассивными, в нем также будут активные " +"элементы в обоих узлах, которые указывают, что пассивный узел находится " +"\"онлайн\", чтобы в случае сбоя обслуживания на главном узле, активный узел " +"собрал эту информацию." + +#: ../../general/first_task/network_map.php:19 msgid "There are no network map defined yet." -msgstr "" +msgstr "Карта сети еще не определена." -#: ../../general/firts_task/network_map.php:30 +#: ../../general/first_task/network_map.php:26 msgid "Network Map" -msgstr "" +msgstr "Карта Сети" -#: ../../general/firts_task/network_map.php:33 -#: ../../general/firts_task/network_map.php:49 +#: ../../general/first_task/network_map.php:29 +#: ../../general/first_task/network_map.php:50 msgid "Create Network Map" -msgstr "" +msgstr "Создайте карту сети" -#: ../../general/firts_task/network_map.php:34 +#: ../../general/first_task/network_map.php:32 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 " @@ -31210,58 +47845,295 @@ msgid "" "\t\t\t\t\t\t\t\tThere are three types of network maps:\n" "\t\t\t" msgstr "" +"Существует также версия карты сети с открытым исходным кодом. \n" +"\t\t\t\t\t\t\t\t\t\t\tЭта функция позволяет графически отобразить узлы и " +"связи, агентов, модули и группы, доступные пользователю. \n" +"\t\t\t\t\t\t\t\t\t\t\t\tСуществует три типа сетевых карт:\n" +"\t\t\t" -#: ../../general/firts_task/network_map.php:38 +#: ../../general/first_task/network_map.php:37 msgid "Topology Map" -msgstr "" +msgstr "Карта топологии" -#: ../../general/firts_task/network_map.php:39 +#: ../../general/first_task/network_map.php:38 msgid "Group Map" -msgstr "" +msgstr "Карта группы" -#: ../../general/firts_task/network_map.php:40 +#: ../../general/first_task/network_map.php:39 msgid "Radial Map (User without strict user)" -msgstr "" +msgstr "Радиальная карта (без строгого пользователя)" -#: ../../general/firts_task/network_map.php:41 +#: ../../general/first_task/network_map.php:40 msgid "Dinamic Map" -msgstr "" +msgstr "Динамическая карта" -#: ../../general/firts_task/network_map.php:42 +#: ../../general/first_task/network_map.php:41 msgid "Policy Map (Only Enterprise version)" -msgstr "" +msgstr "Карта политики (только версия Enterprise)" -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 +#: ../../general/first_task/tags.php:18 +msgid "There are no tags defined yet." +msgstr "Теги еще не определены." + +#: ../../general/first_task/tags.php:25 ../../general/first_task/tags.php:35 +msgid "Create Tags" +msgstr "Создать Теги" + +#: ../../general/first_task/tags.php:28 +msgid "" +"Access to modules can be configured by a tagging system.\n" +"\t\t\t\t\t\t\t\tTags are configured on the system and are assigned to the " +"chosen modules.\n" +"\t\t\t\t\t\t\t\tA user's access can therefore be restricted to modules with " +"certain tags." +msgstr "" +"Доступ к модулям может быть настроен с помощью системы тегов.\n" +"\t\t\t\t\t\t\t\t\t\t\tТеги настраиваются в системе и назначаются выбранным " +"модулям.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tТаким образом, доступ пользователя может быть " +"ограничен модулями с определенными тегами." + +#: ../../general/first_task/omnishell.php:27 +msgid "There is no command defined yet." +msgstr "Команда еще не определена." + +#: ../../general/first_task/omnishell.php:37 +#, php-format +msgid "" +"Omnishell is an enterprise feature which allows you to execute a structured " +"command along any agent in your %s. The only requirement is to have remote " +"configuration enabled in your agent." +msgstr "" +"Omnishell - это корпоративная функция, которая позволяет вам выполнять " +"структурированную команду на любом агенте в вашем %s. Единственным " +"требованием является включение удаленной конфигурации в вашем агенте." + +#: ../../general/first_task/omnishell.php:42 +msgid "" +"You can execute any command on as many agents you need, and check the " +"execution on all of them using the Omnishell Command View" +msgstr "" +"Вы можете выполнить любую команду на любом количестве агентов и проверить ее " +"выполнение на всех из них с помощью Просмотра Команд Omnishell." + +#: ../../general/first_task/omnishell.php:50 +msgid "Define a command" +msgstr "Определите команду" + +#: ../../general/first_task/custom_fields.php:19 +#: ../../general/first_task/fields_manager.php:18 msgid "There are no custom fields defined yet." -msgstr "" +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 +#: ../../general/first_task/custom_fields.php:27 +#: ../../general/first_task/custom_fields.php:36 msgid "Create Custom Fields" -msgstr "" +msgstr "Создание пользовательских полей" -#: ../../general/firts_task/custom_fields.php:32 +#: ../../general/first_task/custom_fields.php:30 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 "" +"Пользовательские поля - это простой способ персонализировать информацию об " +"агентах.\n" +"\t\t Вы можете создать пользовательские поля, нажав на 'Администрация' -> " +"'Управление мониторингом' -> 'Управление пользовательскими полями'. " -#: ../../general/firts_task/collections.php:21 -msgid "There are no collections defined yet." +#: ../../general/first_task/fields_manager.php:22 +msgid "Fields Manager" +msgstr "Менеджер полей" + +#: ../../general/first_task/fields_manager.php:25 +msgid "Create Fields Manager" +msgstr "Создать Менеджер полей" + +#: ../../general/first_task/fields_manager.php:28 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " msgstr "" +"Пользовательские поля - это простой способ персонализировать информацию об " +"агентах.\n" +"\t\t\t\t\t\tВы можете создать пользовательские поля, нажав на " +"'Администрация' -> 'Управление мониторингом' -> 'Управление " +"пользовательскими полями'. " -#: ../../general/firts_task/collections.php:28 -#: ../../general/firts_task/collections.php:37 +#: ../../general/first_task/fields_manager.php:34 +msgid "Create Fields " +msgstr "Создать поля " + +#: ../../general/first_task/planned_downtime.php:18 +msgid "There are no planned downtime defined yet." +msgstr "Запланированные остановки пока не определены." + +#: ../../general/first_task/planned_downtime.php:25 +#: ../../general/first_task/planned_downtime.php:37 +msgid "Create Planned Downtime" +msgstr "Создание запланированной остановки" + +#: ../../general/first_task/planned_downtime.php:28 +#, php-format +msgid "" +"%s contains a scheduled downtime management system.\n" +"\t\t\t\t\t\tThis system was designed to deactivate alerts during specific " +"intervals whenever there is down time by deactivating the agent.\n" +"\t\t\t\t\t\tIf an agent is deactivated, it doesn't gather information. " +"During down time, down-time intervals aren't taken into\n" +"\t\t\t\t\t\taccount for most metrics or report types, because agents don't " +"contain any data within those intervals." +msgstr "" +"%s содержит систему управления остановками по расписанию.\n" +"\t\t\t\t\t\t\t\tЭта система была разработана для отключения оповещений в " +"определенные интервалы времени, когда происходит остановка, путем " +"деактивации агента.\n" +"\t\t\t\t\t\t\t\t\tЕсли агент деактивирован, он не собирает информацию. Во " +"время остановки интервалы времени остановки не учитываются.\n" +"\t\t\t\t\t\t\t\t\t для большинства метрик или типов отчетов, поскольку " +"агенты не содержат никаких данных в течение этих интервалов." + +#: ../../general/first_task/snmp_filters.php:18 +msgid "There are no SNMP filter defined yet." +msgstr "Фильтр SNMP еще не определен." + +#: ../../general/first_task/snmp_filters.php:22 +msgid "SNMP Filter" +msgstr "Фильтр SNMP" + +#: ../../general/first_task/snmp_filters.php:25 +#: ../../general/first_task/snmp_filters.php:37 +msgid "Create SNMP Filter" +msgstr "Создать фильтра SNMP" + +#: ../../general/first_task/snmp_filters.php:28 +msgid "" +"Some systems receive a high number of traps. \n" +"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " +"Pandora FMS versions 3.2 and above, \n" +"\t\t\t\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 "" +"Некоторые системы получают большое количество ловушек. \n" +"\t\t\t\t\t\tНас интересует мониторинг только маленького процента из них. Из " +"Pandora FMS версии 3.2 и выше, \n" +"\t\t\t\t\t\tможно фильтровать ловушки, которые получает сервер, чтобы " +"избежать излишней нагрузки на приложение.\n" +"\t\t\t\t\t\tДля определения различных фильтров, пожалуйста, перейдите в " +"'Управление' -> 'Управление SNMP-консолью' и 'Фильтры SNMP'. \n" +"\t\t\t\t\tЛовушка, которая будет работать в сочетании с любой из них - " +"только те, которые находятся на сервере, будут автоматически отброшены. " + +#: ../../general/first_task/service_list.php:20 +msgid "There are no services defined yet." +msgstr "Услуги еще не определены." + +#: ../../general/first_task/service_list.php:28 +#: ../../general/first_task/service_list.php:42 +msgid "Create Services" +msgstr "Создание сервисов" + +#: ../../general/first_task/service_list.php:31 +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 "" +"Сервис - это способ группировки ИТ-ресурсов на основе их функциональных " +"возможностей. \n" +"\t\t\t\t\t\t\t\t\t Сервисом может быть, например, ваш официальный сайт, ваша " +"CRM-система, приложение поддержки или даже ваши принтеры.\n" +"\t\t\t\t\t\t\t\t\t Сервисы- это логические группы, которые могут включать " +"хосты, маршрутизаторы, коммутаторы, брандмауэры, CRM, ERP, веб-сайты и " +"множество других служб. \n" +"\t\t\t\t\t\t\t\t\t На следующем примере вы можете более четко увидеть, что " +"такое сервис:\n" +"\t\t\t\t\t\t\t\t\t\tПроизводитель микросхем продает компьютеры через свой " +"веб-сайт по всему миру. \n" +"\t\t\t\t\t\t\t\t\t\tЕго компания состоит из трех больших отделов: " +"Управление, интернет-магазин и служба поддержки." + +#: ../../general/first_task/custom_graphs.php:19 +msgid "There are no custom graphs defined yet." +msgstr "Пользовательские графики еще не определены." + +#: ../../general/first_task/custom_graphs.php:24 +msgid "Custom Graphs" +msgstr "Пользовательские графики" + +#: ../../general/first_task/custom_graphs.php:27 +#: ../../general/first_task/custom_graphs.php:39 +msgid "Create Custom Graph" +msgstr "Создание пользовательского графика" + +#: ../../general/first_task/custom_graphs.php:30 +#, php-format +msgid "" +"Graphs are designed to show the data collected by %s in a temporary scale " +"defined by the user.\n" +"\t\t\t\t%s Graphs display data in real time. They are generated every time " +"the operator requires any of them and display the up-to-date state.\n" +"\t\t\t\tThere are two types of graphs: The agent's automated graphs and the " +"graphs the user customizes by using one or more modules to do so." +msgstr "" +"Графики предназначены для отображения данных, собранных %s, во временном " +"масштабе, заданном пользователем. \n" +"\t\t\t\t%s Графики отображают данные в реальном времени. Они формируются " +"каждый раз, когда оператор требует любой из них, и отображают актуальное " +"состояние.\n" +"\t\t\t\tСуществует два типа графиков: автоматические графики агента и " +"графики, которые пользователь настраивает сам, используя для этого один или " +"несколько модулей." + +#: ../../general/first_task/transactional_list.php:21 +msgid "There are no transactions defined yet." +msgstr "Транзакции еще не определены." + +#: ../../general/first_task/transactional_list.php:28 +msgid "Transactions" +msgstr "Транзакции" + +#: ../../general/first_task/transactional_list.php:31 +#: ../../general/first_task/transactional_list.php:41 +msgid "Create Transactions" +msgstr "Создание транзакций" + +#: ../../general/first_task/transactional_list.php:34 +msgid "" +"The new transactional server allows you to execute tasks dependent on the " +"others following a user-defined design. This means that it is possible to " +"coordinate several executions to check a target at a given time.\n" +"\n" +"Transaction graphs represent the different processes within our " +"infrastructure that we use to deliver our service." +msgstr "" +"Новый транзакционный сервер позволяет выполнять задачи, зависящие от других, " +"следуя заданной пользователем схеме. Это означает, что можно координировать " +"исполнение нескольких задач для проверки цели в определенное время.\n" +"\n" +"Графы транзакций представляют различные процессы в нашей инфраструктуре, " +"которые мы используем для предоставления услуг." + +#: ../../general/first_task/collections.php:25 +#: ../../general/first_task/collections.php:39 msgid "Create Collections" -msgstr "" +msgstr "Создание коллекций" -#: ../../general/firts_task/collections.php:29 +#: ../../general/first_task/collections.php:28 msgid "" "A file collection is a group of files (e.g. scripts or executables) which " "are \n" @@ -31279,186 +48151,349 @@ msgid "" "can see on \n" "\t\t the picture below. " msgstr "" +"Коллекция файлов - это группа файлов (например, скриптов или исполняемых " +"файлов), которые \n" +"\t\tавтоматически копируются в определенный каталог агента (под Windows или " +"UNIX). Коллекции файлов может быть распространена\n" +"\t\tвместе с политиками для использования группой агентов, с помощью " +"'пакета' скриптов и модулей, которые их используют.\n" +"\t\tСначала мы узнаем, как использовать коллекции файлов в агенте, как " +"проводить это вручную, агент за агентом, без использования коллекций,\n" +"\t\tи как сделать то же самое с помощью политик.Наша первая задача - " +"организовать сборку файлов. Для того чтобы это сделать, перейдите в раздел " +"агента \n" +"\t\t администратора. Далее мы увидим 'под-опцию' под названием 'Коллекции'. " +"Пожалуйста, нажмите на него, чтобы создать новую коллекцию, как показано на " +"\n" +"\t\t на рисунке ниже. " -#: ../../general/firts_task/service_list.php:21 -msgid "There are no services defined yet." -msgstr "" +#: ../../general/header.php:80 +msgid "Sobre actualización de revisión menor" +msgstr "О незначительном обновлении" -#: ../../general/firts_task/service_list.php:28 -#: ../../general/firts_task/service_list.php:36 -msgid "Create Services" -msgstr "" +#: ../../general/header.php:115 ../../general/header.php:117 +msgid "Enter keywords to search" +msgstr "Введите ключевые слова для поиска" -#: ../../general/firts_task/service_list.php:29 +#: ../../general/header.php:380 +msgid "Go to support" +msgstr "Перейти к службе поддержки" + +#: ../../general/header.php:394 +msgid "Go to documentation" +msgstr "Перейти к документации" + +#: ../../general/header.php:816 +msgid "Report an issue" +msgstr "Сообщить о проблеме" + +#: ../../general/alert_enterprise.php:107 +#, php-format 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." +"This is the online help for %s console. This help is -in best cases- just a " +"brief contextual help, not intented to teach you how to use %s. Official " +"documentation of %s is about 900 pages, and you probably don't need to read " +"it entirely, but sure, you should download it and take a look.

    \n" +" Download the official documentation" msgstr "" +"Это интерактивная справка для консоли %s. Эта справка - в лучших случаях - " +"просто краткая контекстная справка, не предназначенная для того, чтобы " +"научить вас использовать %s. Официальная документация по %s составляет около " +"900 страниц, и вам, вероятно, не нужно читать ее полностью, но, конечно, вам " +"стоит скачать ее и посмотреть.

    \n" +" Скачать официальную документацию." -#: ../../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 +#: ../../general/alert_enterprise.php:120 +#, php-format 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. " +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

    \n" +" Please know that all attempts to access this page are recorded in " +"security logs of %s System Database." msgstr "" +"Доступ к этой странице ограничен только для авторизованных пользователей, " +"обратитесь к системному администратору, если вам нужна помощь.

    \n" +" Пожалуйста, знайте, что все попытки доступа к этой странице " +"регистрируются в журналах безопасности %s Базы Данных Системы." -#: ../../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 +#: ../../general/alert_enterprise.php:130 +#, php-format 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. " +"The Update Manager client is included on %s. It helps system administrators " +"update their %s automatically, since the Update Manager retrieves new " +"modules, new plugins and new features (even full migrations tools for future " +"versions) automatically." msgstr "" +"Клиент Update Manager включен в %s. Он помогает системным администраторам " +"автоматически обновлять %s, поскольку Update Manager автоматически получает " +"новые модули, новые плагины и новые функции (даже полные инструменты " +"миграции для будущих версий)." -#: ../../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 +#: ../../general/alert_enterprise.php:130 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'. " +"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 "" +"Обновления версий OpenSource - это автоматические пакеты, создаваемые " +"каждую неделю. Эти обновления поставляются БЕЗ какой-либо гарантии или " +"поддержки. Если ваша система повреждена или какая-либо функция перестала " +"работать должным образом, вам придется самостоятельно восстановить резервную " +"копию." -#: ../../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 +#: ../../general/alert_enterprise.php:130 +#, php-format 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'. " +"The Enterprise version comes with a different update system, with fully " +"tested, professionally-supported packages, and our support team is there to " +"help you in case of problems or queries. Update Manager is another feature " +"present in the Enterprise version and not included in the OpenSource " +"version. There are lots of advanced business-oriented features contained in " +"%s Enterprise Edition. For more information visit pandorafms.com" msgstr "" +"Версия Enterprise поставляется с другой системой обновления, с полностью " +"протестированными, профессионально поддерживаемыми пакетами, а наша служба " +"поддержки готова помочь вам в случае возникновения проблем или вопросов. " +"Update Manager - это еще одна функция, присутствующая в версии Enterprise и " +"не включенная в версию OpenSource. В %s Enterprise Edition содержится " +"множество расширенных функций, ориентированных на бизнес. Для получения " +"дополнительной информации посетите pandorafms.com." -#: ../../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 +#: ../../general/alert_enterprise.php:132 +#, php-format msgid "" -"Besides receiving and processing data to monitor systems or applications, \n" -"\t\t\tyou're also required to monitor possible incidents which might take " -"place on these 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" +"The new Update Manager " +"client is included on %s. It helps system administrators update their %s " +"automatically, since the Update Manager retrieves new modules, new plugins " +"and new features (even full migrations tools for future versions) " +"automatically." msgstr "" +"Новый клиент Update " +"Manager включен в %s. Он помогает системным администраторам " +"автоматически обновлять %s, поскольку Update Manager автоматически получает " +"новые модули, новые плагины и новые функции (даже инструменты полной " +"миграции для будущих версий)." -#: ../../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 +#: ../../general/alert_enterprise.php:132 +#, php-format 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. " +"The Update Manager is one of the most advanced features on the %s Enterprise " +"Edition. For more information visit http://pandorafms.com." msgstr "" +"Update Manager - одна из самых продвинутых функций в %s Enterprise Edition. " +"Для получения дополнительной информации посетите http://pandorafms.com." -#: ../../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 +#: ../../general/alert_enterprise.php:132 +#, php-format 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." +"Update Manager sends anonymous information about %s usage (number of agents " +"and modules running). To disable it, please remove the remote server address " +"from the Update Manager plugin setup." msgstr "" +"Update Manager отправляет анонимную информацию об использовании %s " +"(количество запущенных агентов и модулей). Чтобы отключить его, удалите " +"адрес удаленного сервера из настроек плагина Update Manager." -#: ../../general/logon_failed.php:33 +#: ../../general/alert_enterprise.php:138 +msgid "" +"The community version doesn't have the ability to define your own library of " +"local modules, or distribute it to remote agents. You need to make those " +"changes individually on each agent which is possible by using external tools " +"and time and effort. Nor can it distribute local plugins, or have access to " +"the library of enterprise plugins to monitor applications such as VMWare, " +"RHEV or Informix between others. The Enterprise version will have all this, " +"plus the ability to distribute and manage your own local modules on your " +"systems, individually or through policies.\n" +"

    pandorafms.com" +msgstr "" +"Вы хотите консолидировать мониторинг всех своих систем? У вас много систем, " +"и это затрудняет комплексное управление ими? Вы хотите развернуть " +"мониторинг, предупреждения и даже локальные плагины одним щелчком мыши? %s " +"Enterprise Policies - это именно то, что вам нужно; вы сэкономите время, " +"усилия и раздражение. Дополнительная информация pandorafms.com" + +#: ../../general/alert_enterprise.php:148 +#, php-format +msgid "" +"%s Enterprise also features event correlation. Through correlation you can " +"generate realtime alerts and / or new events based on logical rules. This " +"allows you to automate troubleshooting. If you know the value of working " +"with events, event correlation will take you to a new level." +msgstr "" +"В %s Enterprise также предусмотрена функция корреляции событий. Благодаря " +"корреляции вы можете генерировать предупреждения в реальном времени и/или " +"новые события на основе логических правил. Это позволяет автоматизировать " +"поиск и устранение неисправностей. Если вы понимаете всю ценность работы с " +"событиями, корреляция событий выведет вас на новый уровень." + +#: ../../general/alert_enterprise.php:152 +#, php-format +msgid "" +"Report generating on the Enterprise version is also more powerful: it has " +"wizards, you can schedule emails in PDF to be sent according to the schedule " +"you decide, and it has a template system to create personalized reports " +"quickly for each of your customers. It will even allow your customers to " +"generate their own reports from templates created by you. If reports are key " +"to your business, %s Enterprise version is for you." +msgstr "" +"Генерация отчетов в версии Enterprise также более мощная: в ней есть " +"помощники, вы можете запланировать отправку писем в формате PDF по " +"определенному вами расписанию, а также система шаблонов для быстрого " +"создания персонализированных отчетов для каждого из ваших клиентов. Она даже " +"позволит вашим клиентам создавать собственные отчеты на основе созданных " +"вами шаблонов. Если отчеты имеют ключевое значение для вашего бизнеса, %s " +"Enterprise версия для вас." + +#: ../../general/alert_enterprise.php:156 +msgid "These options are only effective on the Enterprise version." +msgstr "Эти опции действуют только в версии Enterprise." + +#: ../../general/alert_enterprise.php:164 +msgid "" +"This system is heavily loaded. OpenSource version could get a lot more " +"agents but fine tuning requires knowledge and time. Checkout the Enterprise " +"Version for a professional supported system." +msgstr "" +"Эта система сильно загружена. OpenSource версия может получить гораздо " +"больше агентов, но необходима тонкая настройка, которая потребует знаний и " +"времени. Установите версию Enterprise, чтобы получить поддерживаемую " +"профессиональную систему." + +#: ../../general/alert_enterprise.php:173 +#, php-format +msgid "" +"This system has too many modules per agent. OpenSource version could manage " +"thousands of modules, but is not recommended to have more than 100 modules " +"per agent. This configuration has %d modules per agent. Checkout the " +"Enterprise Version for a professional supported system." +msgstr "" +"В этой системе слишком много модулей на одного агента. OpenSource версия " +"может управлять тысячами модулей, но не рекомендуется иметь более 100 " +"модулей на агента. В этой конфигурации на одного агента приходится %d " +"модулей. Установите версию Enterprise, чтобы получить поддерживаемую " +"профессиональную систему." + +#: ../../general/alert_enterprise.php:177 +msgid "" +"Too much remote modules has been detected on this system. OpenSource version " +"could manage thousands of modules, but performance is limited on high amount " +"of SNMP or ICMP request. Checkout the Enterprise Version for a professional " +"supported system with improved capacity on network monitoring, including " +"distributed servers." +msgstr "" +"В этой системе обнаружено слишком много удаленных модулей. OpenSource версия " +"может управлять тысячами модулей, но производительность ограничена при " +"большом количестве SNMP или ICMP запросов. Ознакомьтесь с версией Enterprise " +"для профессиональной поддерживаемой системы с улучшенными возможностями " +"мониторинга сети, включая распределенные серверы." + +#: ../../general/alert_enterprise.php:181 +msgid "" +"This system has too much events in the database. Checkout database purge " +"options. Checkout the Enterprise Version for a professional supported system." +msgstr "" +"В базе данных этой системы слишком много событий. Параметры очистки базы " +"данных кассы. Установите версию Enterprise, чтобы получить поддерживаемую " +"профессиональную систему." + +#: ../../general/alert_enterprise.php:185 +msgid "" +"You have defined a high number of alerts, this may cause you performance " +"problems in the future. In the Enterprise version, you can use event " +"correlation alerts to simplify the alerting system and have easier " +"administration and increased performance." +msgstr "" +"Вы определили большое количество оповещений, что может привести к проблемам " +"с производительностью в будущем. В версии Enterprise вы можете использовать " +"оповещения с корреляцией событий, чтобы упростить систему оповещения, " +"облегчить администрирование и повысить производительность." + +#: ../../general/login_help_dialog.php:43 +#, php-format +msgid "" +"If this is your first time using %s, we suggest a few links that'll help you " +"learn more about the software. Monitoring can be overwhelming, but take your " +"time to learn how to harness the power of %s!" +msgstr "" +"Если вы впервые используете %s, мы предлагаем несколько ссылок, которые " +"помогут вам узнать больше о программе. Мониторинг может оказаться " +"непосильной задачей, но не следует спешить, чтобы узнать, как использовать " +"все возможности %s!" + +#: ../../general/login_help_dialog.php:57 +#: ../../general/login_help_dialog.php:62 +msgid "Online help" +msgstr "Online-помощь" + +#: ../../general/login_help_dialog.php:70 +#: ../../general/login_help_dialog.php:75 +msgid "Enterprise version" +msgstr "Версия предприятия" + +#: ../../general/login_help_dialog.php:88 +msgid "Forums" +msgstr "Форумы" + +#: ../../general/login_help_dialog.php:96 +#: ../../general/login_help_dialog.php:101 ../../general/mysqlerr.php:144 +msgid "Documentation" +msgstr "Документация" + +#: ../../general/login_help_dialog.php:110 +msgid "Click here to don't show again this message" +msgstr "Нажмите сюда, чтобы не показывать больше это сообщение" + +#: ../../general/logon_ok.php:165 +#, php-format +msgid "%s Overview" +msgstr "%s Обзор" + +#: ../../general/logon_ok.php:204 +msgid "by" +msgstr "исп" + +#: ../../general/logon_ok.php:218 +msgid "News board" +msgstr "доска объявлений" + +#: ../../general/logon_ok.php:294 +msgid "Latest activity" +msgstr "Последняя активность" + +#: ../../general/ui/agents_list.php:152 +msgid "No agents found" +msgstr "Не найдено ни одного агента" + +#: ../../general/logon_failed.php:30 msgid "" "Either, your password or your login are incorrect. Please check your CAPS " "LOCK key, username and password are case SeNSiTiVe.

    All actions, " @@ -31470,218 +48505,1054 @@ msgstr "" "ли CAPS LOCK, ипя пользователя или пароль чувствительны к регистру. Все " "действия, включая неудачный вход, регистрируются в системе Pandora FMS." -#: ../../general/logon_ok.php:32 -msgid "Welcome to Pandora FMS Web Console" -msgstr "Добро пожаловать в консоль Pandora FMS" - -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 -msgid "Pandora FMS Overview" -msgstr "Обзор Pandora FMS" - -#: ../../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 "Это ваше последнее действие в консоли Pandora FMS" - -#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 -#: ../../general/pandora_help.php:95 -msgid "Pandora FMS help system" -msgstr "Справочная система Pandora FMS" - -#: ../../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 "" -"Справочная система Pandora FMS запросила несуществующий в данный момент " -"документ. Нет данных для отображения." - -#: ../../general/noaccess.php:26 +#: ../../general/noaccess2.php:23 msgid "Access to this page is restricted" -msgstr "" +msgstr "Доступ к этой странице ограничен" -#: ../../general/noaccess.php:36 +#: ../../general/noaccess2.php:35 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 "" +"Доступ к этой странице ограничен только для авторизованных пользователей, " +"если вам нужна помощь, обратитесь к системному администратору.

    \n" +"\t\t\tПожалуйста, знайте, что все попытки получить доступ к этой странице " +"записываются в журналы безопасности системной базы данных Pandora." -#: ../../general/login_page.php:35 -msgid "Go to Pandora FMS Website" -msgstr "Перейти к вебсайту Pandora FMS" +#: ../../general/mysqlerr.php:107 +msgid "Database error" +msgstr "Ошибка базы данных" -#: ../../general/login_page.php:40 +#: ../../general/mysqlerr.php:117 +msgid "" +"Failure to connect to historical database, please check the configuration or " +"contact system administrator if you need assistance." +msgstr "" +"Невозможность подключения к исторической базе данных, пожалуйста, проверьте " +"конфигурацию или обратитесь к системному администратору, если вам нужна " +"помощь." + +#: ../../general/mysqlerr.php:119 +msgid "" +"Failure to connect to Database server, please check the configuration file " +"config.php or contact system administrator if you need assistance." +msgstr "" +"Невозможность подключения к серверу базы данных, проверьте конфигурационный " +"файл config.php или обратитесь к системному администратору, если вам нужна " +"помощь." + +#: ../../general/login_page.php:54 +#, php-format +msgid "Go to %s Website" +msgstr "Перейти на сайт %s" + +#: ../../general/login_page.php:67 msgid "Go to Login" msgstr "Ввойти" -#: ../../general/login_page.php:131 -msgid "Logged out" -msgstr "Завершил работу" +#: ../../general/login_page.php:249 +msgid "Login as admin" +msgstr "Войдите в систему как администратор" -#: ../../general/login_page.php:157 +#: ../../general/login_page.php:317 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 "" -"Pandora FMS интерфейс построен на передовых, современных технологиях и не " -"поддерживает старые браузеры." - -#: ../../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 +#: ../../general/login_page.php:345 ../../general/login_page.php:348 #, php-format -msgid "You have %d warning(s)" -msgstr "У вас есть %d предупреждение(я)" +msgid "WELCOME TO %s" +msgstr "ДОБРО ПОЖАЛОВАТЬ В %s" -#: ../../general/header.php:257 -msgid "There are not warnings" -msgstr "Здесь нет предупреждений" +#: ../../general/login_page.php:357 ../../general/login_page.php:360 +msgid "NEXT GENERATION" +msgstr "НОВОЕ ПОКОЛЕНИЕ" -#: ../../general/header.php:283 -msgid "New chat message" -msgstr "Новый чат сообщений" - -#: ../../general/header.php:292 -msgid "Message overview" -msgstr "просмотр сообщений" - -#: ../../general/header.php:293 +#: ../../general/login_page.php:512 ../../general/login_page.php:514 #, php-format -msgid "You have %d unread message(s)" -msgstr "У вас %d непрочитанных сообщений" +msgid "Problem with %s database" +msgstr "Проблема с базой данных %s" -#: ../../general/header.php:297 -msgid "Blank characters are used as AND conditions" -msgstr "Пустые символы используются в качестве И условий" - -#: ../../general/login_help_dialog.php:42 +#: ../../general/login_page.php:518 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!" +"Cannot connect to the database, please check your database setup in the " +"include/config.php file.

    \n" +"\t\tProbably your database, hostname, user or password values are incorrect " +"or\n" +"\t\tthe database server is not running." +msgstr "" +"Не удается подключиться к базе данных, проверьте настройки базы данных в " +"файле include/config.php.

    \n" +"\t\tВозможно, значения вашей базы данных, имени хоста, пользователя или " +"пароля неверны или\n" +"tab]\tсервер базы данных не запущен." + +#: ../../general/login_page.php:523 +msgid "DB ERROR" +msgstr "ОШИБКА БАЗЫ ДАННЫХ" + +#: ../../general/login_page.php:529 +#, php-format +msgid "" +"If you have modified the auth system, the origin of this problem could be " +"that %s cannot override the authorization variables from the config " +"database. Please remove them from your database by executing:
    DELETE "
    +"FROM tconfig WHERE token = \"auth\";
    " +msgstr "" +"Если вы модифицировали систему авторизации, причина проблемы может " +"заключаться в том, что %s не может переопределить переменные авторизации из " +"базы данных config. Пожалуйста, удалите их из вашей базы данных, " +"выполнив:
    DELETE FROM tconfig WHERE token = \"auth\";
    " + +#: ../../general/login_page.php:534 +msgid "Empty configuration table" +msgstr "Таблица конфигурации пуста" + +#: ../../general/login_page.php:536 +#, php-format +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

    %s Console cannot find include/config.php or this file " +"has invalid\n" +"\t\t\tpermissions and HTTP server cannot read it. Please read documentation " +"to fix this problem.
    " +msgstr "" +"Невозможно загрузить переменные конфигурации из базы данных. Пожалуйста, " +"проверьте настройку вашей базы данных в\n" +"\t\t\tinclude/config.php файле.

    \n" +"\t\t\t\tСкорее всего, схема вашей базы данных была создана, но в ней нет " +"данных, у вас проблема с учетными данными доступа к базе данных или схема " +"устарела.\n" +"\t\t\t

    %s Console cannot find include/config.php or this file " +"has invalid\n" +"\t\t\t\tразрешения и HTTP-сервер не может его прочитать. Пожалуйста, " +"прочитайте документацию, чтобы решить эту проблему.
    " + +#: ../../general/login_page.php:546 +msgid "No configuration file found" +msgstr "Файл конфигурации не найден" + +#: ../../general/login_page.php:548 +#, php-format +msgid "" +"%s Console cannot find include/config.php or this file has invalid\n" +"\t\tpermissions and HTTP server cannot read it. Please read documentation to " +"fix this problem." msgstr "" -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" -msgstr "Online-помощь" +#: ../../general/login_page.php:560 +#, php-format +msgid "You may try to run the %sinstallation wizard%s to create one." +msgstr "" +"Вы можете попробовать запустить %sустановку мастера%s, чтобы создать " +"одну." -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" -msgstr "Версия предприятия" +#: ../../general/login_page.php:564 +msgid "Installer active" +msgstr "установщик активных" -#: ../../general/login_help_dialog.php:69 -msgid "Forums" -msgstr "Форумы" +#: ../../general/login_page.php:566 +#, php-format +msgid "" +"For security reasons, normal operation is not possible until you delete " +"installer file.\n" +"\t\tPlease delete the ./install.php file before running %s Console." +msgstr "" +"В целях безопасности нормальная работа невозможна до тех пор, пока вы не " +"удалите файл программы установки.\n" +"\t\tПожалуйста, удалите файл ./install.php перед запуском %s Консоли." -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" -msgstr "Документация" +#: ../../general/login_page.php:573 +msgid "Bad permission for include/config.php" +msgstr "Нежелательное разрешение для включения/конф.php" -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" -msgstr "Нажмите сюда, чтобы не показывать больше это сообщение" +#: ../../general/login_page.php:575 +msgid "" +"For security reasons, config.php must have restrictive permissions, " +"and \"other\" users\n" +"\t\tshould not read it or write to it. It should be written only for owner\n" +"\t\t(usually www-data or http daemon user), normal operation is not possible " +"until you change\n" +"\t\tpermissions for include/config.php file. Please do it, it is for " +"your security." +msgstr "" +"В целях безопасности config.php должен иметь ограниченные разрешения, " +"а \"другие\" пользователи\n" +"\t\tне должны читать его или записывать на нем. Он должен быть написан " +"только для владельца\n" +"\t\t(обычно www-data или пользователь http daemon), нормальная работа " +"невозможна, пока вы не измените\n" +"\t\tразрешения для файла include/config.php. Пожалуйста, сделайте " +"это, это для вашей безопасности." -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" -msgstr "Нажмите здесь, чтобы активировать панель быстрого запуска" +#: ../../general/login_page.php:583 +msgid "Bad defined homedir" +msgstr "Плохо определен homedir" -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" -msgstr "Инциденты открыты" +#: ../../general/login_page.php:584 +msgid "" +"In the config.php file in the variable $config[\"homedir\"] = add the " +"correct path" +msgstr "" +"В файле config.php в переменной $config [\"homedir\"] = добавьте правильный " +"путь" -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" -msgstr "Создать новое сообщение" +#: ../../general/login_page.php:588 +msgid "Bad defined homeurl or homeurl_static" +msgstr "Плохо определен homeurl или homeurl_static" + +#: ../../general/login_page.php:589 +msgid "" +"In the config.php file in the variable $config[\"homeurl\"] or " +"$config[\"homeurl_static\"] = add the correct path" +msgstr "" +"В файле config.php в переменной $config[\"homeurl\"] или " +"$config[\"homeurl_static\"] = добавьте правильный путь" + +#: ../../general/pandora_help.php:23 +#, php-format +msgid "%s help system" +msgstr "%s справочная система" + +#: ../../general/pandora_help.php:72 +msgid "Help system error" +msgstr "Ошибка справочной системы" + +#: ../../general/pandora_help.php:77 +#, php-format +msgid "" +"%s help system has been called with a help reference that currently don't " +"exist. There is no help content to show." +msgstr "" +"Была вызвана справочная система %s с несуществующей на данный момент " +"справочной ссылкой. Нет никакого справочного контента, который можно было бы " +"показать." + +#~ msgid "Welcome to Pandora FMS Web Console" +#~ msgstr "Добро пожаловать в консоль Pandora FMS" + +#~ msgid "Pandora FMS Overview" +#~ msgstr "Обзор Pandora FMS" + +#~ msgid "This is your last activity in Pandora FMS console" +#~ msgstr "Это ваше последнее действие в консоли Pandora FMS" + +#~ 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 "" +#~ "Доступ на данную страницу доступен только авторизированным пользователям, " +#~ "если вам нужна помощь пожалуйста свяжитесь с системным администратором. " +#~ "Помните что все попытки доступа на страницу записываются в логи безопасности " +#~ "Pandora." + +#~ msgid "Welcome to Pandora FMS" +#~ msgstr "Добро пожаловать в Pandora FMS" + +#~ msgid "Pandora FMS help system" +#~ msgstr "Справочная система Pandora FMS" + +#~ msgid "" +#~ "Pandora FMS help system has been called with a help reference that currently " +#~ "don't exist. There is no help content to show." +#~ msgstr "" +#~ "Справочная система Pandora FMS запросила несуществующий в данный момент " +#~ "документ. Нет данных для отображения." + +#, php-format +#~ msgid "You have %d unread message(s)" +#~ msgstr "У вас %d непрочитанных сообщений" + +#~ msgid "" +#~ "Your session is over. Please close your browser window to close this Pandora " +#~ "session." +#~ msgstr "" +#~ "Ваш сеанс работы завершён. Пожалуйста, закройте окно браузера для завершения " +#~ "сеанса Pandora." + +#~ msgid "Item" +#~ msgstr "Пункт" + +#~ msgid "Data value" +#~ msgstr "Значение параметра" + +#~ msgid "Global health" +#~ msgstr "Общая стабильность" + +#~ msgid "Layout" +#~ msgstr "Расположение" + +#~ msgid "Remote modules" +#~ msgstr "Удаленные модули" + +#~ msgid "Simple" +#~ msgstr "Простой" + +#~ msgid "Updated at realtime" +#~ msgstr "Обновлять в реальном времени" + +#~ msgid "Autorefresh time" +#~ msgstr "Частота обновления" + +#~ msgid "Add note" +#~ msgstr "Добавить заметку" + +#~ msgid "at" +#~ msgstr "в" + +#~ msgid "Load" +#~ msgstr "Загрузка системы" + +#~ msgid "Pandora FMS Graph configuration menu" +#~ msgstr "Меню конфигурации Графа Pandora FMS" + +#~ msgid "Please, make your changes and apply with the Reload button" +#~ msgstr "" +#~ "Пожалуйста внесите свои изменения и подтвердите, нажав Перезагрузка" + +#~ msgid "Avg. Only" +#~ msgstr "Только усредненное" + +#~ msgid "Public" +#~ msgstr "Общее" + +#~ msgid "Marquee" +#~ msgstr "Маркер" + +#~ msgid "Profiles defined in Pandora" +#~ msgstr "Профили определённые в Pandora" + +#~ msgid "Zoom level used when the map is opened" +#~ msgstr "Уровень увеличения используемое при открытии карты" + +#~ msgid "Graphic resolution (1-low, 5-high)" +#~ msgstr "Разрешение графика (1-низкое, 5-высокое)" + +#~ msgid "Language code for Pandora" +#~ msgstr "Язык веб-интерфейса Pandora" + +#~ msgid "Enable GIS features in Pandora Console" +#~ msgstr "Включить возможности ГИС в Pandora Console" + +#~ msgid "Query SQL" +#~ msgstr "Таблица SQL" + +#~ msgid "SQL preview" +#~ msgstr "Просмотр SQL" + +#~ msgid "Label color" +#~ msgstr "Цвет ярлыка" + +#~ msgid "DB information" +#~ msgstr "Информация базы данных" + +#~ msgid "Database audit" +#~ msgstr "Аудит базы данных" + +#~ msgid "Database maintenance" +#~ msgstr "Обслуживание базы данных" + +#~ msgid "" +#~ "Please be patient. This operation can take a long time depending on the " +#~ "amount of modules." +#~ msgstr "" +#~ "Пожалуйста, подождите. Эта операция может занять продолжительное время в " +#~ "зависимости от количества модулей." + +#~ msgid "Purge data" +#~ msgstr "Стереть данные" + +#~ msgid "Successfully deleted old events" +#~ msgstr "Устаревшие событий успешно удалены" + +#~ msgid "Error deleting old events" +#~ msgstr "Ошибка при удалении устаревших событий" + +#~ msgid "Records" +#~ msgstr "Записей" + +#~ msgid "Purge event data over 90 days" +#~ msgstr "Удалить события старее 90 дней" + +#~ msgid "Purge event data over 30 days" +#~ msgstr "Стереть события старее 30 дней" + +#~ msgid "Purge event data over 14 days" +#~ msgstr "Стереть события старее 14 дней" + +#~ msgid "Purge event data over 7 days" +#~ msgstr "Стереть события старее 7 дней" + +#~ msgid "Purge event data over 3 days" +#~ msgstr "Стереть события старее 3 дней" + +#~ msgid "Purge event data over 1 day" +#~ msgstr "Стереть события старее 1 дня" + +#~ msgid "Purge all event data" +#~ msgstr "Стереть все события" + +#~ msgid "Database information" +#~ msgstr "Сведения о базе данных" + +#~ msgid "Latest date" +#~ msgstr "Последнее число" + +#~ msgid "Server connection failed" +#~ msgstr "Соединение с сервером утеряно" + +#~ msgid "Today" +#~ msgstr "Сегодня" + +#~ msgid "Week" +#~ msgstr "Неделя" + +#~ msgid "Months" +#~ msgstr "Месяцы" + +#~ msgid "Outdated" +#~ msgstr "Устаревший" + +#~ msgid "" +#~ "Please check that the web server has write rights on the " +#~ "{HOMEDIR}/attachment directory" +#~ msgstr "Пожалуйста, проверьте, что имя веб-сервера написано правильно" + +#~ msgid "Alerts not fired" +#~ msgstr "Угрозы не снятия" + +#~ msgid "Monitors OK" +#~ msgstr "OK Монитор" + +#~ msgid "Monitors BAD" +#~ msgstr "BAD Монитор" + +#~ msgid "DB maintenance" +#~ msgstr "Обслуживание DB" + +#~ msgid "Database purge" +#~ msgstr "Очистка базы данных" + +#~ msgid "Database event" +#~ msgstr "Событие базы данных" + +#~ msgid "Recon script creation" +#~ msgstr "Создание рекон скрипта" + +#~ msgid "Recon script update" +#~ msgstr "Обновить рекон скрипт" + +#~ msgid "Recon scripts registered in Pandora FMS" +#~ msgstr "Рекон скрипты, зарегистрированные в Pandora FMS" + +#~ msgid "Problem deleting reconscript" +#~ msgstr "Ошибка при удалении рекон скрипта" + +#~ msgid "reconscript deleted successfully" +#~ msgstr "Рекон скрипт удален успешно" + +#~ msgid "There are no recon scripts in the system" +#~ msgstr "Нет рекон скриптов в системе" + +#~ msgid "Plugin creation" +#~ msgstr "Создание плагина" + +#~ msgid "Plugins registered in Pandora FMS" +#~ msgstr "Плагины, зарегистрированные в Pandora FMS" + +#~ msgid "Successfully deleted recon task" +#~ msgstr "Успешно удалена рекон задача" + +#~ msgid "Error deleting recon task" +#~ msgstr "Ошибка при удалении рекон задачи" + +#~ msgid "Successfully updated recon task" +#~ msgstr "Рекон задача успешно обновлена" + +#~ msgid "Error updating recon task" +#~ msgstr "Ошибка при обновлении рекон задачи" #~ msgid "Network provided is not correct" #~ msgstr "Сеть предоставлена не верно" +#~ msgid "Successfully created recon task" +#~ msgstr "Рекон задача успешно создана" + +#~ msgid "Error creating recon task" +#~ msgstr "Ошибка при создании рекон задачи" + +#~ msgid "Ports" +#~ msgstr "Порты" + +#~ msgid "There are no recon task configured" +#~ msgstr "Нет настроенной рекон задачи" + +#~ msgid "Recon server" +#~ msgstr "Рекон сервер" + +#~ msgid "" +#~ "You must select a Recon Server for the Task, otherwise the Recon Task will " +#~ "never run" +#~ msgstr "" +#~ "Вы должны выбрать Рекон сервер для Задачи, в противном случае Рекон Задача " +#~ "не будет работать" + +#~ msgid "Network sweep" +#~ msgstr "Сеть развертки" + +#~ msgid "Module template" +#~ msgstr "Модуль шаблона" + +#~ 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 "" +#~ "Портов, которые определены как: 80 или 80,443,512 или даже 0-1024 (в формате " +#~ "командной строки Nmap). Если не хотите делать развертки с использованием " +#~ "сканирования портов, оставил его незаполненной" + +#~ msgid "Choose if the discovery of a new system creates an incident or not." +#~ msgstr "Выбрать, если открытие новой системы создает инцидент или нет." + +#~ msgid "SNMP Default community" +#~ msgstr "SNMP сообщества по умолчанию" + +#~ msgid "" +#~ "Maximum number of parent hosts that will be created if parent detection is " +#~ "enabled." +#~ msgstr "" +#~ "Максимальное количество исходного хоста которые будет создано, если " +#~ "первоначальное обнаружение разрешает." + +#~ msgid "Pandora servers" +#~ msgstr "Pandora серверы" + +#~ msgid "Output format" +#~ msgstr "Выходной формат" + +#~ msgid "Kilobytes" +#~ msgstr "Килобайты" + +#~ msgid "Megabytes" +#~ msgstr "Мегабайты" + +#~ msgid "Kilobytes per second" +#~ msgstr "Килобайтов в секунду" + +#~ msgid "Megabytes per second" +#~ msgstr "Мегабайтов в секунду" + +#~ msgid "Pandora audit" +#~ msgstr "Pandora аудит" + +#~ msgid "There is already an agent in the database with this name" +#~ msgstr "Агент с таким именем уже существует в базе данных" + #, php-format #~ msgid "Deleted data above %d" #~ msgstr "Удаленные данные выше %d" +#~ msgid "Save by Pandora Console" +#~ msgstr "Сохранено на Pandora Console" + +#~ msgid "Update by Pandora Console" +#~ msgstr "Обновлено Pandora Console" + +#~ msgid "Insert by Pandora Console" +#~ msgstr "Вставлено Pandora Console" + +#~ msgid "Agents defined in Pandora" +#~ msgstr "Заданный агент в Pandora" + #~ msgid "Quiet: Disable modules that we indicate below." #~ msgstr "Тихо: Отключите ниже указанные модули" #~ msgid "There are no scheduled downtimes" #~ msgstr "Здесь нет запланированных простоев" +#~ msgid "The agent's name must be the same as the one defined at the console" +#~ msgstr "Имя агент должен быть таким же, как то, которое определено в консоли" + +#~ msgid "You can remotely edit this agent configuration" +#~ msgstr "Вы можете дистанционно редактировать этот агент конфигурации" + +#~ msgid "Agent icon for GIS Maps." +#~ msgstr "Значок агента для карт GIS." + #~ msgid "Executed" #~ msgstr "Выполнено" #~ msgid "Not executed" #~ msgstr "Не выполнено" +#, php-format +#~ msgid "Free space on %s" +#~ msgstr "Свободное место на %s" + +#, php-format +#~ msgid "%s service modules created succesfully" +#~ msgstr "%s сервисные модули созданы успешно" + +#, php-format +#~ msgid "Error creating %s service modules" +#~ msgstr "Ошибка при создании %s сервисных модулей" + +#, php-format +#~ msgid "%s process modules created succesfully" +#~ msgstr "%s процессорные модули созданы успешно" + +#, php-format +#~ msgid "Error creating %s process modules" +#~ msgstr "Ошибка при создании %s процессорных модулей" + +#, php-format +#~ msgid "%s disk space modules created succesfully" +#~ msgstr "%s модули дискового пространства созданы успешно" + +#, php-format +#~ msgid "Error creating %s disk space modules" +#~ msgstr "Ошибка при создании %s модулей дискового пространства" + +#, php-format +#~ msgid "%s modules created from components succesfully" +#~ msgstr "%s модули созданы из компонентов успешно" + +#, php-format +#~ msgid "Error creating %s modules from components" +#~ msgstr "Ошибка при создании %s модулей из компонентов" + +#, php-format +#~ msgid "%s modules already exist" +#~ msgstr "%s модули уже существуют" + +#~ msgid "WMI Explore" +#~ msgstr "WMI Проводник" + +#~ msgid "Unable to do WMI explorer" +#~ msgstr "Не удается сделать WMI проводник" + +#~ msgid "Free space on disk" +#~ msgstr "Свободное место на диске" + +#~ msgid "WMI components" +#~ msgstr "Компоненты WMI" + +#~ msgid "Wizard mode" +#~ msgstr "Пошаговый режим (Wizard)" + +#~ msgid "Add to modules list" +#~ msgstr "Добавить в список модулей" + +#~ msgid "Remove from modules list" +#~ msgstr "Удалить из списка модулей" + +#~ msgid "Modules list is empty" +#~ msgstr "Список модулей пуст" + +#~ msgid "Get more modules in Pandora FMS Library" +#~ msgstr "Получить больше модулей в Pandora FMS библиотеке" + +#, php-format +#~ msgid "There was a problem deleting %s modules, none deleted." +#~ msgstr "Была проблема при удалением %s модулей, ничего не удалено." + +#~ msgid "All Modules deleted succesfully" +#~ msgstr "Все Модули удалены успешно" + +#, php-format +#~ msgid "There was a problem only deleted %s modules of %s total." +#~ msgstr "Была проблема только при удаленнии %s модулей от общего числа %s." + +#~ msgid "No agent selected or the agent does not exist" +#~ msgstr "Агент не выбран или агент не существует" + +#~ msgid "Successfully modules created" +#~ msgstr "Модули успешно созданы" + +#~ msgid "Some required fields are missed" +#~ msgstr "Некоторые обязательные поля пропущены" + +#~ msgid "name" +#~ msgstr "имя" + +#~ msgid "Processing error" +#~ msgstr "Ошибка обработки" + +#~ msgid "Unable to do SNMP walk" +#~ msgstr "Не удается сделать SNMP инвентаризацию" + +#, php-format +#~ msgid "DEBUG: Invalid module type specified in %s:%s" +#~ msgstr "ОЫЛАДКА: Неверный тип модуля указан в %s:%s" + +#~ msgid "" +#~ "Most likely you have recently upgraded from an earlier version of Pandora " +#~ "and either
    \n" +#~ "\t\t\t\t1) forgot to use the database converter
    \n" +#~ "\t\t\t\t2) used a bad version of the database converter (see Bugreport " +#~ "#2124706 for the solution)
    \n" +#~ "\t\t\t\t3) found a new bug - please report a way to duplicate this error" +#~ msgstr "" +#~ "Вероятно вы недавно обновили предыдущую версию Pandora и скорее всего
    \n" +#~ "\t\t\t\t1) забыли применить конвертор базы данных
    \n" +#~ "\t\t\t\t2) использовали неверный конвертер базы данных (см. Отчёт об Ошибке " +#~ "# 2124706 для решения)
    \n" +#~ "\t\t\t\t3) обнаружили новую ошибку - пожалуйста, сообщите для возможности " +#~ "дублирования этой ошибки
    " + +#~ msgid "Module macros" +#~ msgstr "Модуль макросов" + +#~ msgid "Any value below this number is discarted." +#~ msgstr "Любое значение ниже этого числа отбрасывается." + +#~ msgid "Any value over this number is discarted." +#~ msgstr "Любое значение выше этого числа отбрасывается." + +#~ msgid "" +#~ "In case you use an Export server you can link this module and export data to " +#~ "one these." +#~ msgstr "" +#~ "В случае, если вы используете сервер экспорта вы можете соединить этот " +#~ "модуль и данные экспорта в одно." + +#~ msgid "The module still stores data but the alerts and events will be stop" +#~ msgstr "" +#~ "Модуль по-прежнему хранит данные, но оповещения и события будет останавливать" + +#~ msgid "Cron" +#~ msgstr "Крон" + +#~ msgid "" +#~ "If cron is set the module interval is ignored and the module runs on the " +#~ "specified date and time" +#~ msgstr "" +#~ "Если крон, установленный модулем интервала игнорируется и модуль работает " +#~ "по определенной дате и времени" + +#~ msgid "Activate this to prevent the relation from being updated or deleted" +#~ msgstr "" +#~ "Активируйте это, чтобы предотвратить отношение от обновления или удаления" + +#~ msgid "The SNMP remote plugin doesnt seem to be installed" +#~ msgstr "Удаленный SNMP плагин, кажется, не был установлен" + +#~ msgid "It is necessary to use some features" +#~ msgstr "Необходимо использовать некоторые функции" + +#~ msgid "" +#~ "Please, install the SNMP remote plugin (The name of the plugin must be " +#~ "snmp_remote.pl)" +#~ msgstr "" +#~ "Пожалуйста, установите удаленный SNMP плагин (Название плагина должны быть " +#~ "snmp_remote.pl)" + +#, php-format +#~ msgid "Check if the process %s is running or not" +#~ msgstr "Проверьте, процесс %s запущен или нет" + +#~ msgid "Disk use information" +#~ msgstr "Информация об использовании диска" + +#, php-format +#~ msgid "%s modules created succesfully" +#~ msgstr "%s модули созданы успешно" + +#, php-format +#~ msgid "Error creating %s modules" +#~ msgstr "Ошибка при создании %s модулей" + +#~ msgid "" +#~ "If the device is a network device, try with the SNMP Interfaces wizard" +#~ msgstr "" +#~ "Если устройство является сетевым устройством, попробуйте с SNMP интерфейсом " +#~ "мастера" + +#~ msgid "Devices" +#~ msgstr "Устройства" + +#~ msgid "Temperature sensors" +#~ msgstr "Датчики температуры" + +#~ msgid "Other SNMP data" +#~ msgstr "Другие данные SNMP" + +#~ msgid "SNMP remote plugin is necessary for this feature" +#~ msgstr "Удаленный плагин SNMP необходим для этой функции" + +#~ msgid "Device" +#~ msgstr "Устройство" + +#~ msgid "Temperature" +#~ msgstr "Температура" + +#~ msgid "Module groups defined in Pandora" +#~ msgstr "Группы модулей, определенных в Pandora" + +#~ msgid "Groups defined in Pandora" +#~ msgstr "Группы, определенные в Pandora" + +#~ msgid "Maximum is equal to minimum" +#~ msgstr "Максимум равно минимуму" + +#~ msgid "Filtering data module" +#~ msgstr "Фильтрование данных модуля" + +#~ msgid "Filtering completed" +#~ msgstr "Фильтрование завершено" + +#~ msgid "Get Info" +#~ msgstr "Получить информацию" + +#~ msgid "Purge data out of these limits" +#~ msgstr "Очистка данных вне этих пределов" + +#~ msgid "Database audit purge" +#~ msgstr "Очистка аудита баз данных" + +#~ msgid "Success data deleted" +#~ msgstr "Данные успешно удалены" + +#~ msgid "Error deleting data" +#~ msgstr "Ошибка при удалении данных" + +#~ msgid "First date" +#~ msgstr "Первые данные" + +#~ msgid "Purge audit data over 90 days" +#~ msgstr "Очистить данные аудита за срок, более 90 дней" + +#~ msgid "Purge audit data over 30 days" +#~ msgstr "Очистить данные аудита за срок, более 30 дней" + +#~ msgid "Purge audit data over 14 days" +#~ msgstr "Очистить данные аудита за срок, более 14 дней" + +#~ msgid "Purge audit data over 7 days" +#~ msgstr "Очистить данные аудита за срок, более 7 дней" + +#~ msgid "Purge audit data over 3 days" +#~ msgstr "Очистить данные аудита за срок, более 3 дней" + +#~ msgid "Purge audit data over 1 day" +#~ msgstr "Очистить данные аудита за срок, более 1 дней" + +#~ msgid "Purge all audit data" +#~ msgstr "Очистить все данные аудита" + +#~ msgid "Do it!" +#~ msgstr "Выполнить!" + +#~ 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 "" +#~ "Пожалуйста, ознакомьтесь с Установочным сервером Pandora и убедитесь, что " +#~ "демон обслуживания базы данных работает. Это очень важно, чтобы база данных " +#~ "отвечала современным требованиям для достижения лучших показателей и " +#~ "результатов в Pandora" + +#~ msgid "Event database cleanup" +#~ msgstr "Очистка событий базы данных" + +#~ msgid "Latest data" +#~ msgstr "Последние данные" + +#~ msgid "Get data from agent" +#~ msgstr "Получить данные из агента" + +#, php-format +#~ msgid "Purge task launched for agent %s :: Data older than %s" +#~ msgstr "Очистка задачи, запущенной для агента %s :: Данные старше чем %s" + +#, php-format +#~ msgid "Deleting records for module %s" +#~ msgstr "Удаление записей для модуля %s" + +#, php-format +#~ msgid "Total errors: %s" +#~ msgstr "Всего ошибок: %s" + +#, php-format +#~ msgid "Total records deleted: %s" +#~ msgstr "Все записи удалены: %s" + +#~ msgid "Deleting records for all agents" +#~ msgstr "Удаление записей для всех агентов" + +#~ msgid "Choose agent" +#~ msgstr "Выбрать агента" + +#~ msgid "All agents" +#~ msgstr "Все агенты" + +#~ msgid "Select the agent you want information about" +#~ msgstr "Выберите агента, о котором вам нужна информация" + +#~ msgid "Get data" +#~ msgstr "Получить данные" + +#~ msgid "Click here to get the data from the agent specified in the select box" +#~ msgstr "" +#~ "Нажмите здесь, чтобы получить данные из заданного агента в выбранной ячейке" + +#, php-format +#~ msgid "Information on agent %s in the database" +#~ msgstr "Информация о агенте %s в базе данных" + +#~ msgid "Information on all agents in the database" +#~ msgstr "Информация о всех агентах в базе данных" + +#~ msgid "Packets less than three months old" +#~ msgstr "Пакеты, созданные менее чем три месяца назад" + +#~ msgid "Packets less than one month old" +#~ msgstr "Пакеты, созданные менее чем месяц назад" + +#~ msgid "Packets less than two weeks old" +#~ msgstr "Пакеты, созданные менее чем две недели назад" + +#~ msgid "Packets less than one week old" +#~ msgstr "Пакеты, созданные менее чем неделю назад" + +#~ msgid "Packets less than three days old" +#~ msgstr "Пакеты, созданные менее чем три дня назад" + +#~ msgid "Packets less than one day old" +#~ msgstr "Пакеты, созданные менее дня назад" + +#~ msgid "Total number of packets" +#~ msgstr "Общее количество пакетов" + +#~ msgid "Purge data over 3 months" +#~ msgstr "Очистка данных за 3 месяца" + +#~ msgid "Purge data over 1 month" +#~ msgstr "Очистка данных за 1 месяц" + +#~ msgid "Purge data over 2 weeks" +#~ msgstr "Очистка данных за 2 недели" + +#~ msgid "Purge data over 1 week" +#~ msgstr "Очистка данных за 1 неделю" + +#~ msgid "Purge data over 3 days" +#~ msgstr "Очистка данных за три дня" + +#~ msgid "Purge data over 1 day" +#~ msgstr "Очистка данных за один день" + +#~ msgid "All data until now" +#~ msgstr "Все данные на данный момент" + +#~ msgid "Purge" +#~ msgstr "Очистить" + #~ msgid "There are no defined graphs" #~ msgstr "Здесь нет определенных графиков" #~ msgid "Items filter" #~ msgstr "Фильтр элементов" +#~ msgid "" +#~ "Are you sure to sort the items into the report?\\nThis action change the " +#~ "sorting of items into data base." +#~ msgstr "" +#~ "Вы дейтвительно хотите сортировать элементы в отчете?\\n Это действие " +#~ "изменит порядок сортировки элементов в базе данных." + +#~ msgid "No Validated" +#~ msgstr "Не утверждено" + +#~ msgid "Show in two columns" +#~ msgstr "Показать в двух колонках" + +#~ msgid "Show in landscape" +#~ msgstr "Показать в ландшафте" + #~ msgid "Criticity" #~ msgstr "критичность" +#~ msgid "Load default event fields" +#~ msgstr "Загрузить поля событий по умолчанию" + +#~ msgid "Default event fields will be loaded. Do you want to continue?" +#~ msgstr "Поля событий по умолчанию были загружены. Вы хотите продолжить?" + +#~ msgid "Descriptive name for the map" +#~ msgstr "Описательное имя карты" + +#~ msgid "" +#~ "At least one map connection must be defined, it will be possible to change " +#~ "between the connections in the map" +#~ msgstr "" +#~ "Как минимум одна карта соединения должна быть определена, затем можно будет " +#~ "внести изменения между соединениями на карте" + +#~ msgid "Group that owns the map" +#~ msgstr "Группа, которой принадлежит карта" + +#~ msgid "Default zoom level when opening the map" +#~ msgstr "Масштаб по умолчанию при открытии карты" + +#~ msgid "" +#~ "Each layer can show agents from one group or the agents added to that layer " +#~ "or both." +#~ msgstr "" +#~ "Каждый уровень может показывать агентов одной группы или агентов, " +#~ "добавленных к этому уровню или то и другое." + +#~ msgid "It is possible to edit, delete and reorder the layers." +#~ msgstr "Это можно редактировать, удалять и изменять порядок уровней." + +#~ msgid "Update Layer" +#~ msgstr "Обновить уровень" + +#~ 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\"." +#~ msgstr "" +#~ "В случае, если вы заполните любое поле-поле 1, поле 2, поле 3 или другие, то " +#~ "соответствующие поля, сопоставленные с «Действием по умолчанию» будут " +#~ "заменены." + +#~ msgid "No special days configured" +#~ msgstr "Особые дни не сконфигурированы" + +#~ msgid "Enabled / Disabled" +#~ msgstr "Включить / Выключить" + +#~ msgid "times" +#~ msgstr "раз(а)" + +#~ msgid "Users defined in Pandora" +#~ msgstr "Пользователей, определенные в Pandora" + +#~ msgid "" +#~ "The current authentication scheme doesn't support creating users from " +#~ "Pandora FMS" +#~ msgstr "" +#~ "Текущая схема идентификации не поддерживает создание пользователей Pandora " +#~ "FMS" + +#~ msgid "Pandora management" +#~ msgstr "Управление Pandora" + +#~ msgid "Interactive charts" +#~ msgstr "Интерактивные графики" + +#~ msgid "Whether to use Javascript or static PNG graphs" +#~ msgstr "Следует ли использовать Javascript или статические графики PNG" + #~ msgid "G.F." #~ msgstr "Г.Ф." @@ -31706,6 +49577,24 @@ msgstr "Создать новое сообщение" #~ msgid "O." #~ msgstr "О." +#~ msgid "Not deleted. You must select an existing user" +#~ msgstr "Не удалено. Вы должны выбрать существующего пользователя" + +#~ msgid "Select modules first" +#~ msgstr "Выберите сначала модули" + +#~ msgid "Select agents first" +#~ msgstr "Выберите сначала агентов" + +#~ msgid "Agents updated successfully" +#~ msgstr "Агенты успешно обновлены" + +#~ msgid "Agents cannot be updated" +#~ msgstr "Агенты не могут быть обновлены" + +#~ msgid "No action selected" +#~ msgstr "Нет выбранного действия" + #~ msgid "Massive alerts addition" #~ msgstr "Массовые оповещения сложения" @@ -31745,12 +49634,305 @@ msgstr "Создать новое сообщение" #~ msgid "Massive modules copy" #~ msgstr "Массовые модули копирования" +#~ msgid "Please wait..." +#~ msgstr "Пожалуйста, подождите..." + #~ msgid "There are no SNMP filters" #~ msgstr "Нет SNMP фильтров" +#~ msgid "Descriptive name for the connection" +#~ msgstr "Описательное имя для соединения" + +#~ msgid "Group that owns the connection" +#~ msgstr "Группа, которой принадлежит соединение" + +#~ msgid "Position to center the map when the map is opened" +#~ msgstr "Положение по центру карты при открытии карты" + +#~ msgid "This selects what to change by clicking on the map" +#~ msgstr "Данный параметр выбирает, чтобы изменить при нажатие на карту" + +#~ msgid "Directory where agent remote configuration is stored." +#~ msgstr "Каталог, в котором хранится агент удаленной конфигурации." + +#~ msgid "" +#~ "If SSL is not properly configured you will lose access to Pandora FMS " +#~ "Console. Do you want to continue?" +#~ msgstr "" +#~ "Если SSL не настроено должным образом, вы потеряете доступ к консоли Pandora " +#~ "FMS. Вы хотите продолжить?" + +#~ msgid "Enable Integria incidents in Pandora Console" +#~ msgstr "Включить Integria инциденты в консоли Pandora" + +#~ msgid "URL and/or Integria password are incorrect" +#~ msgstr "URL и/или Integria пароль неверны" + +#~ msgid "" +#~ "Set this value when your PandoraFMS across inverse proxy or for example with " +#~ "mod_proxy of Apache." +#~ msgstr "" +#~ "Установите это значение, когда ваши PandoraFMS через обратный прокси-сервер " +#~ "или, например, с mod_proxy из Apache." + +#~ msgid "" +#~ "When it is set as \"yes\" in some important sections check if the user have " +#~ "gone from url Pandora." +#~ msgstr "" +#~ "Когда это установлено, как \"да\" в некоторых важных разделах - проверьте, " +#~ "если пользователь вышел из url Pandora." + +#~ msgid "" +#~ "If set to yes no events or alerts will be generated, but agents will " +#~ "continue receiving data." +#~ msgstr "" +#~ "Если установлено значение да - ни события или предупреждения не будут " +#~ "созданы, но агенты продолжат прием данных." + +#~ msgid "Directory where the server logs are stored." +#~ msgstr "Каталог, в котором хранятся системные журналы сервера" + +#~ 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 "" +#~ "Если предприятие системы ACL включено без правил, вы потеряете доступ к " +#~ "консоли Pandora FMS (даже администратор). Вы хотите продолжить?" + +#~ msgid "" +#~ "When the agent name have a lot of characters, in some places in Pandora " +#~ "Console it is necesary truncate to N characters." +#~ msgstr "" +#~ "Когда в имени агента есть много символов, в некоторых местах в Консоли " +#~ "Pandora необходимо сократить N символы." + +#~ msgid "" +#~ "When the module name have a lot of characters, in some places in Pandora " +#~ "Console it is necesary truncate to N characters." +#~ msgstr "" +#~ "Когда в имени модуля есть много символов, в некоторых местах в Консоли " +#~ "Pandora необходимо сократить N символы." + +#~ msgid "" +#~ "When the description name have a lot of characters, in some places in " +#~ "Pandora Console it is necesary truncate to N characters." +#~ msgstr "" +#~ "Когда в имени описания есть много символов, в некоторых местах в Консоли " +#~ "Pandora необходимо сократить N символы." + +#~ 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 "" +#~ "Когда в имени артикла названия есть много символов, в некоторых местах в " +#~ "консоли Pandora необходимо сократить число N символов." + +#~ 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 "" +#~ "Это включение этого, вы получаете метку с именем агента в картах ГИС. Если у " +#~ "вас есть много агентов в карте, то будет нечитаемо. Отключается по умолчанию." + +#~ msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" +#~ msgstr "" +#~ "Значок агент для карт ГИС. Если установлено значение \"Нет\", значок группы " +#~ "будет использоваться" + +#~ 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 "" +#~ "Каталог пользовательских логотипы в вашей www Pandora Console in " +#~ "\"images/custom_logo\". Вы можете загружать больше файлов (только JPEG) в " +#~ "инструменте загрузок в консоли." + +#~ msgid "Directory where netflow data will be stored." +#~ msgstr "Каталог, в котором данные сетевого потока будут храниться." + +#~ msgid "Specifies the time interval in seconds to rotate netflow data files." +#~ msgstr "" +#~ "Задает временной интервал в секундах для чередования файлов данных сетевого " +#~ "потока." + +#~ 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 "" +#~ "Максимальное количество баллов, которые область графика сетевого потока " +#~ "будут отображать. Высокое разрешение производительности. Значения между 50 и " +#~ "100 рекомендуются." + +#~ msgid "Sets the maximum lifetime for netflow data in days." +#~ msgstr "" +#~ "Устанавливает максимальный срок жизни для данных сетевого потока в днях." + +#~ msgid "Local Pandora FMS" +#~ msgstr "Местное Pandora FMS" + +#~ msgid "Data will be compacted in intervals of the specified length." +#~ msgstr "Данные будут сжаты в интервалы определенной длины." + +#~ msgid "" +#~ "If realtime statistics are disabled, statistics interval resfresh will be " +#~ "set here." +#~ msgstr "" +#~ "Если статистик реального времени отключена, статистика интервала " +#~ "перезагрузки будет установлен здесь." + +#~ 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 "" +#~ "Это число показывает максимальным количество файлов в приложении каталога. " +#~ "Если это число будет достигнуто, то появится предупреждающее сообщение в " +#~ "заголовке для уведомления." + +#~ msgid "To get your Pandora FMS Enterprise License:" +#~ msgstr "Для получения вашей Pandora FMS Enterprise License:" + +#~ msgid "Success updatng OS" +#~ msgstr "OS успешно обновлено" + +#~ 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 "" +#~ "Новый Менеджер Обновлений " +#~ " клиента поставляется с Pandora FMS Это помогает системным " +#~ "администраторам обновлять свои Pandora FMS автоматически, так как Менеджер " +#~ "Обновлений выполняет задачу получения новых модулей, новых плагинов и новых " +#~ "возможностей (даже полных инструментов миграции для будущих версий) " +#~ "автоматически." + +#~ msgid "" +#~ "Update Manager is one of the most advanced features of Pandora FMS " +#~ "Enterprise version, for more information visit http://pandorafms.com." +#~ msgstr "" +#~ "Менеджер Обновлений является одним из самых передовых функций версии " +#~ "предприятия Pandora FMS , для получения дополнительной информации посетите " +#~ "http://pandorafms.com." + +#~ 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 "" +#~ "Менеджер Обновлений отправляет анонимную информацию о использовании Pandora " +#~ "FMS (число работающих агентов и модулей). Чтобы отключить ее, удалить адрес " +#~ "удаленного сервера настроики плагина Менеджера Обновлений." + +#~ msgid "Network component management" +#~ msgstr "Управление сетевыми компонентами" + +#~ msgid "Successfully deleted export target" +#~ msgstr "Успешно удален экспорт задания" + +#~ msgid "Error creating service" +#~ msgstr "Ошибка при создание сервиса" + +#~ msgid "Error updating service" +#~ msgstr "Ошибка при обновлении сервиса" + +#~ msgid "" +#~ "This values are by default because the service is auto calculate mode." +#~ msgstr "" +#~ "Это значения по умолчанию, потому что сервис в режиме авто вычисления." + +#~ msgid "Please set limit between 0 to 100." +#~ msgstr "Пожалуйста, установите лимит от 0 до 100." + +#~ msgid "Warning Service alert" +#~ msgstr "Оповещения предупреждающего сервиса" + +#~ msgid "Critical Service alert" +#~ msgstr "Оповещения критического сервиса" + +#~ msgid "SLA critical service alert" +#~ msgstr "Оповещения критического сервиса SLA" + +#~ msgid "Error empty module" +#~ msgstr "Ошибка пустой модуль" + +#~ msgid "Error empty agent" +#~ msgstr "Ошибка пустой агент" + +#~ msgid "Error empty service" +#~ msgstr "Ошибка пустой сервис" + +#~ msgid "Service element created successfully" +#~ msgstr "Сервисный элемент создан успешно" + +#~ msgid "Error creating service element" +#~ msgstr "Ошибка создания сервисного элемента" + +#~ msgid "Service element updated successfully" +#~ msgstr "Сервисный элемент успешно обновлен" + +#~ msgid "Error updating service element" +#~ msgstr "Ошибка при обновлении элемента сервиса" + +#~ msgid "Service element deleted successfully" +#~ msgstr "Сервисный элемент успешно удален" + +#~ msgid "Error deleting service element" +#~ msgstr "Ошибка при удалении элемента сервиса" + +#~ msgid "Edit element service" +#~ msgstr "Редактировать элемент сервиса" + +#~ msgid "Create element service" +#~ msgstr "Создать элементасервиса" + +#~ msgid "First select an agent" +#~ msgstr "Сначала выберите агента" + +#~ msgid "Ok weight" +#~ msgstr "Хорошая плотность" + +#~ msgid "" +#~ "Maybe delete the extended data or the audit data is previous to table " +#~ "tsession_extended." +#~ msgstr "" +#~ "Возможно, удалите расширенные данные или данные аудита предыдущей таблице " +#~ "tsession_extended." + +#~ msgid "7 days" +#~ msgstr "7 дней" + +#~ msgid "Update all" +#~ msgstr "Обновить все" + +#~ msgid "Delete remote conf agent files in Pandora" +#~ msgstr "Удалить дистанционные файлы агента конфигурации в Pandora" + +#~ msgid "HTTP auth (pass)" +#~ msgstr "HTTP-авторизации (пропуск)" + +#~ msgid "HTTP auth (server)" +#~ msgstr "HTTP-авторизации (сервер)" + +#~ msgid "HTTP auth (realm)" +#~ msgstr "HTTP-авторизации (область)" + #~ msgid ": Edit: " #~ msgstr ": Редактировать: " +#~ msgid "Variable" +#~ msgstr "Переменная" + +#~ msgid "Delete all" +#~ msgstr "Удалить всё" + +#~ msgid "Val." +#~ msgstr "Подтв." + #~ msgid "Massive alerts policy addition" #~ msgstr "Массивные оповещения политики добавления" @@ -31763,9 +49945,210 @@ msgstr "Создать новое сообщение" #~ msgid "Massive alert SNMP edition" #~ msgstr "Массивные оповещения SNMP редактирования" +#~ msgid "Error parsing MIB" +#~ msgstr "Ошибка разбора MIB" + +#, php-format +#~ msgid "Fail uploaded %s/%s traps" +#~ msgstr "Сбой загрузки %s/%s прерывания" + +#~ msgid "Log storage directory" +#~ msgstr "Директорий хранения журнала" + +#~ msgid "Directory where log data will be stored." +#~ msgstr "Директорий, где данные журнала будут сохранены." + +#~ msgid "Log max lifetime" +#~ msgstr "Макс срок службы журнала" + +#~ msgid "Sets the maximum lifetime for log data in days." +#~ msgstr "Устанавливает максимальный срок службы данных журнала в днях." + +#~ msgid "Number of days before data is transfered to history database." +#~ msgstr "" +#~ "Количество дней до того как данные передадутся в историю базы данных." + +#~ msgid "" +#~ "Data size of mechanism used to transfer data (similar to a data buffer.)" +#~ msgstr "" +#~ "Данные размеры механизма, используемого для передачи данных (по аналогии с " +#~ "буфером данных.)" + +#~ msgid "Time interval between data transfer." +#~ msgstr "Интервал времени между передачей данных." + +#~ msgid "" +#~ "Before activating this option check your ACL Setup. You may lose access to " +#~ "the console." +#~ msgstr "" +#~ "Перед активацией данной опции проверьте настройки ACL. Вы можете потерять " +#~ "доступ к консоли." + +#~ msgid "" +#~ "The inventory modules included in the changes blacklist will not generate " +#~ "events when change." +#~ msgstr "" +#~ "Модули инвентаризации, включенные в черный список изменений не будет " +#~ "создавать события, когда изменятся." + +#~ msgid "" +#~ "Rules applied to the management of passwords. This policy applies to all " +#~ "users except the administrator." +#~ msgstr "" +#~ "Правила, применяемые к управлению паролями. Эта политика распространяется на " +#~ "всех пользователей, кроме администратора." + +#~ msgid "Remote Pandora FMS" +#~ msgstr "Удалить Pandora FMS" + +#~ msgid "Remote Babel Enterprise" +#~ msgstr "Удалить Babel предприятие" + +#~ msgid "Remote Integria" +#~ msgstr "Удалить Integria" + +#~ msgid "Pandora FMS host" +#~ msgstr "Хост Pandora FMS" + +#~ msgid "Or disable Pandora FMS enterprise" +#~ msgstr "Или отключить предприятие Pandora FMS" + +#, php-format +#~ msgid "" +#~ "License out of limits

    " +#~ "This license allows %d agents and you have %d agents configured." +#~ msgstr "" +#~ " Лицензия выходит за допустимые пределы " +#~ "

    Эта лицензия разрешает %d агентов и у вас есть %d агенты " +#~ "конфирурации.\r\n" +#~ "." + +#~ 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 "" +#~ "Чтобы продолжить работу с Pandora FMS, пожалуйста, отключите предприятия " +#~ "путем переименования каталога предприятия в консоли.

    Или свяжитесь с " +#~ "Artica на info@artica.es для действующей лицензии:" + +#~ msgid "Please contact Artica at info@artica.es to renew the license." +#~ msgstr "" +#~ "Пожалуйста, свяжитесь с Artica на info@artica.es чтобы продлить лицензию." + +#~ msgid "Latest events list" +#~ msgstr "Список последних событий" + +#~ msgid "Map made by user" +#~ msgstr "Карта выполняется пользователем" + +#~ msgid "Show a map made by user" +#~ msgstr "Показать карту, выполненную пользователем" + +#~ msgid "Alerts Fired" +#~ msgstr "Оповещвния запущены" + +#~ msgid "Alerts Fired report" +#~ msgstr "Отчет запуска оповещвний" + +#~ msgid "Show a report made by user" +#~ msgstr "Показать отчет, выполненный пользователем" + +#~ msgid "Single graph" +#~ msgstr "Один график" + +#~ msgid "Show a graph of an agent module" +#~ msgstr "показать график агента модуля" + +#~ msgid "5 hours" +#~ msgstr "5 часов" + +#~ msgid "Show the URL content" +#~ msgstr "Показать содержание URL" + #~ msgid "Height in px (zero for auto)" #~ msgstr "Высота в пикселях (ноль для авто)" +#~ msgid "My URL" +#~ msgstr "Мой URL" + +#~ msgid "Invalid URL" +#~ msgstr "Неверный адрес (URL)" + +#~ msgid "Welcome message to Pandora FMS" +#~ msgstr "Приветственное сообщение для Pandora FMS" + +#~ msgid "Thanks for using Pandora FMS" +#~ msgstr "Спасибо за использование Pandora FMS" + +#~ msgid "Show a map of the monitored network" +#~ msgstr "Показать карту контролируемой сети" + +#~ msgid "No overlap" +#~ msgstr "Нет перекрытия" + +#~ msgid "8" +#~ msgstr "8" + +#~ msgid "9" +#~ msgstr "9" + +#~ msgid "10" +#~ msgstr "10" + +#~ msgid "11" +#~ msgstr "11" + +#~ msgid "12" +#~ msgstr "12" + +#~ msgid "Maps status" +#~ msgstr "Статус карт" + +#~ msgid "General and quick visual maps report" +#~ msgstr "Общий и быстрый визуальный отчет карты" + +#~ msgid "My Post" +#~ msgstr "Мой пост" + +#~ msgid "Show a defined custom graph" +#~ msgstr "Показать определенный график пользователя" + +#~ msgid "General and quick group status report" +#~ msgstr "Общие и быстрый отчет статуса группы" + +#~ msgid "Show a list of global monitor health" +#~ msgstr "Показать список глобальный монитор здоровья" + +#~ msgid "Top N events by module." +#~ msgstr "Топ N события по модулю." + +#~ msgid "Dashboard replicate" +#~ msgstr "Информационная панель копирования" + +#~ msgid "Not copyed. Error copying data. You must select a dashboard" +#~ msgstr "" +#~ "Не копируется. Ошибка при копировании данных. Вы должны выбрать " +#~ "информационную панель" + +#~ msgid "Not copyed. Error copying data" +#~ msgstr "Не копируется. Ошибка при копировании данных." + +#~ msgid "Successfully copyed" +#~ msgstr "Успешно копировано" + +#~ msgid "Source user's group" +#~ msgstr "Источник группы пользователя" + +#~ msgid "Destination user's group" +#~ msgstr "Назначение группы пользователя" + +#~ msgid "Group Dashboards" +#~ msgstr "Группа информационных панелей" + +#~ msgid "Replicate Dashboard" +#~ msgstr "Репликация информационной панели" + #~ msgid "Dashboard successfuly updated" #~ msgstr "Информационная панель успешно загружена" @@ -31778,6 +50161,18 @@ msgstr "Создать новое сообщение" #~ msgid "Dashboard successfuly created" #~ msgstr "Информационная панель успешно создана" +#~ msgid "Next Dashboard" +#~ msgstr "Следующая панель" + +#~ msgid "Play" +#~ msgstr "Воспроизведение" + +#~ msgid "Previous Dashboard" +#~ msgstr "Предыдущая панель" + +#~ msgid "Next slide in" +#~ msgstr "Следующий слайд в" + #~ msgid "Add dashboard" #~ msgstr "Добавить панель" @@ -31790,9 +50185,33 @@ msgstr "Создать новое сообщение" #~ msgid "Dashboard options" #~ msgstr "Параметры Панели инструментов" +#~ msgid "Private dashboard" +#~ msgstr "Частная панель инструментов" + #~ msgid "Add new dashboard view" #~ msgstr "Добавить просмотр новой панели инструментов" +#~ msgid "Add new widget" +#~ msgstr "Добавить новый виджет" + +#~ msgid "Create networkmap" +#~ msgstr "Создать карту сети" + +#~ msgid "Visualmap" +#~ msgstr "Визуальная карта" + +#~ msgid "Succesful updated" +#~ msgstr "Успешно обновлено" + +#~ msgid "Unsucessful updated" +#~ msgstr "Неудачно обновлено" + +#~ msgid "Can't connect to Pandora FMS instance" +#~ msgstr "Не удается подключиться к экземпляру Pandora FMS" + +#~ msgid "Please, set a valid IP address" +#~ msgstr "Пожалуйста, выберите действительный IP адрес" + #~ msgid "License Info" #~ msgstr "Информация о лицензии" @@ -31802,12 +50221,292 @@ msgstr "Создать новое сообщение" #~ msgid "Check this to copy user original profiles" #~ msgstr "Проверьте это для копирования оригинальных профилей пользователей" +#~ msgid "Visual" +#~ msgstr "Визуальный" + +#~ msgid "" +#~ "Complete path to Pandora console without last \"/\" character. Example " +#~ msgstr "" +#~ "Полный путь к консоли Pandora без последнего символа \"/\". Например " + +#~ msgid "There aren't server added to metaconsole" +#~ msgstr "Здесь нет сервера, добавленного к мата консоли" + +#~ msgid "Please search for anything text." +#~ msgstr "Пожалуйста ищете весь текст." + +#, php-format +#~ msgid "Created/Updated %s/%s groups" +#~ msgstr "Создано/Обновлено %s/%s групп" + +#~ msgid "redirected ip server in conf into source DB" +#~ msgstr "перенаправленный IP сервер в конф исходной БД" + +#~ msgid "created agent in destination DB" +#~ msgstr "созданный агент в назначенной БД" + +#~ msgid "created agent modules in destination DB" +#~ msgstr "созданные агенты модулей в назначенной БД" + +#~ msgid "created agent alerts in destination DB" +#~ msgstr "созданный агент оповещений в назначенной БД" + +#~ msgid "created alerts actions in destination DB" +#~ msgstr "созданные агенты действий в назначенной БД" + +#~ msgid "disabled agent in source DB" +#~ msgstr "отключенный агент в исходной БД" + +#~ msgid "" +#~ "Not set metaconsole IP in the \"IP list with API access\" guess Pandora " +#~ "Console." +#~ msgstr "" +#~ "Не установленный IP мета консоли в \"черном списоке IP с доступом API\" " +#~ "предполагаемой консоли Pandora." + +#~ msgid "Successfully moved" +#~ msgstr "Успешно перемещено" + +#~ msgid "Could not be moved" +#~ msgstr "Не может быть перемещено" + +#~ msgid "" +#~ "In order to have the best user experience with Pandora FMS, we strongly " +#~ "recommend to use" +#~ msgstr "" +#~ "Для того чтобы улучшить пользовательский опыт работы с Pandora FMS, мы " +#~ "настоятельно рекомендуем использовать" + +#~ msgid "" +#~ "Mozilla Firefox or Google Chrome browsers." +#~ msgstr "" +#~ "Mozilla Firefox or Google Chrome браузеры." + +#~ msgid "Tag management" +#~ msgstr "Управление тегом" + +#~ msgid "Network map deleted successfully" +#~ msgstr "Карта сети успешно удалена" + +#~ msgid "Could not delete network map" +#~ msgstr "Не удается удалить карту сети" + +#~ msgid "Not networkmap defined." +#~ msgstr "Карта сети не определена." + +#~ msgid "Successful update the networkmap." +#~ msgstr "Карта сети успешно обновлена." + +#~ msgid "Unsuccessful update the networkmap." +#~ msgstr "Неудачное обновление карты сети." + +#~ msgid "Unnamed " +#~ msgstr "Неназвано " + +#~ msgid "Filter by agents" +#~ msgstr "Фильтр по агентам" + +#~ msgid "Filter by modules" +#~ msgstr "Фильтр по модулям" + +#~ msgid "Regenerate" +#~ msgstr "Восстановить" + +#~ msgid "Show children Metaconsole" +#~ msgstr "Показать детскую мета консоль" + +#~ msgid "No Overlap" +#~ msgstr "Нет Перекрытия" + +#~ msgid "Distance between nodes" +#~ msgstr "Расстояние между узлами" + +#~ msgid "Separation between elements in the map (in Non-overlap mode)" +#~ msgstr "Расстоянием между элементами на карте (в режиме Без перекрытий)" + +#~ msgid "Show modulegroup" +#~ msgstr "Показать модуль группы" + +#~ msgid "Map options" +#~ msgstr "Опции карты" + +#~ msgid "There is no group selected" +#~ msgstr "Здесь нет выбранных групп" + +#~ msgid "Map could not be generated" +#~ msgstr "Карта не может быть сгенерирована" + +#, php-format +#~ msgid "Cannot connect to %s Pandora to generate networkmap." +#~ msgstr "Не удается соединиться с %s Pandora для генерирования карты сети" + +#~ msgid "Go to agent detail" +#~ msgstr "Перейти к деталям агента" + +#~ msgid "Create new module" +#~ msgstr "Создать новый модуль" + +#~ msgid "Go to module detail" +#~ msgstr "Перейти к деталям модуля" + +#~ msgid "Create new alert" +#~ msgstr "Создать новое оповещение" + +#~ msgid "There was a problem loading alert" +#~ msgstr "Найдена проблема при агрузке оповещения" + +#~ msgid "Stand By" +#~ msgstr "Поддерживаемое" + +#~ msgid "Go to Alert detail" +#~ msgstr "Перейтик деталям Оповещения" + +#~ msgid "There was a problem loading tag" +#~ msgstr "Найдена проблема при загрузке тега" + #~ msgid "Copy Dashboard" #~ msgstr "Копировать панель инструментов" +#~ msgid "Network console" +#~ msgstr "Сетевая консоль" + +#~ msgid "Error deleting service" +#~ msgstr "Ошибка при удалении сервиса" + +#~ msgid "Networkmap enterprise" +#~ msgstr "Карта сетевого предприятия" + +#, php-format +#~ msgid "Networkmap enterprise - %s" +#~ msgstr "Карта сетевого производрсва - %s" + +#~ msgid "Recon task" +#~ msgstr "Рекон задачи" + +#~ msgid "The networkmap has been generated already." +#~ msgstr "Карта сети была сформирована уже." + +#~ msgid "Size of networkmap (Width x Height)" +#~ msgstr "Размер карты сети (ширина х высота)" + +#~ msgid "x" +#~ msgstr "x" + #~ msgid "Refresh networkmap state" #~ msgstr "Обновить состояние карты сети" +#~ msgid "Resize the networkmap" +#~ msgstr "Изменить размер карты сети" + +#~ msgid "This operation can't be undone, because it is on DB." +#~ msgstr "Эта операция не может быть отменена, так как она находится на БД." + +#~ msgid "Networkmap resized." +#~ msgstr "Размер карты сети изменен." + +#~ msgid "Error process map" +#~ msgstr "Ошибка процесса карты" + +#~ msgid "Details of node:" +#~ msgstr "Детали узла:" + +#~ msgid "Backup" +#~ msgstr "Резервное копирование" + +#~ msgid "Pandora database backup utility" +#~ msgstr "Утилита резервного копирования базы данных Pandora" + +#~ msgid "This is the automatic generated report" +#~ msgstr "Автоматически сформированный отчет" + +#~ msgid "Open the attached file to view it" +#~ msgstr "Открыть вложенный файл чтобы просмотреть его" + +#~ msgid "Please do not answer or reply to this email" +#~ msgstr "Пожалуйста, не отвечайте на это сообщение электронной почты" + +#~ msgid "Cron extension is not running" +#~ msgstr "Cron расширение не работает" + +#~ msgid "Cron extension has never run or it's not configured well" +#~ msgstr "" +#~ "Расширение Cron никогда не выполнялось или не было хорошо сконфигурировано" + +#~ msgid "" +#~ "This extension relies on a proper setup of cron, the time-based scheduling " +#~ "service" +#~ msgstr "" +#~ "Это расширение зависит от правильной настройки Cron, основанной на времени " +#~ "службы планирования" + +#~ msgid "Please, add the following line to your crontab file" +#~ msgstr "Пожалуйста, добавьте следующую строку в вашу вкладку cron файла" + +#~ msgid "Cron extension is running" +#~ msgstr "Расширение Cron работает" + +#~ msgid "First_execution" +#~ msgstr "Первое_выполнение" + +#~ msgid "" +#~ "Maybe the first run is not exactly equal to this value because the cron " +#~ "configuration is diferent." +#~ msgstr "" +#~ "Может быть, первый прогон не совсем равнен этому значению, потому что cron " +#~ "конфигурации другой." + +#~ msgid "First execution" +#~ msgstr "Первое выполнение" + +#~ msgid "CSV import" +#~ msgstr "Импорт CSV" + +#, php-format +#~ msgid "Created agent %s" +#~ msgstr "Созданный агент %s" + +#~ msgid "Inside limits" +#~ msgstr "Внутренние лимиты" + +#~ msgid "On the edge" +#~ msgstr "На краю" + +#~ msgid "TTRT" +#~ msgstr "TTRT - целевое время оборота маркера" + +#~ msgid "TTO" +#~ msgstr "Офис Передачи технологий (ТТО)" + +#~ msgid "MTBF" +#~ msgstr "Наработка на отказ (MTBF)" + +#~ msgid "MTTR" +#~ msgstr "среднее время восстановления (MTTR)" + +#~ msgid "Radius" +#~ msgstr "Радиус" + +#~ msgid "Network map linked" +#~ msgstr "Сетевая карта связана" + +#~ msgid "Show modules:" +#~ msgstr "Показать модули:" + +#~ msgid "Automated Pandora FMS report for user defined report" +#~ msgstr "" +#~ "Автоматизированный отчет Pandora FMS для определенного отчета пользователя" + +#~ msgid "Alert report agent" +#~ msgstr "Агент отчета оповещения" + +#~ msgid "Alert report group" +#~ msgstr "Группа отчета оповещения" + +#~ msgid "Alert report module" +#~ msgstr "Модуль отчета оповещение" + #~ msgid "Events by criticity" #~ msgstr "Events by criticity" @@ -31823,6 +50522,245 @@ msgstr "Создать новое сообщение" #~ msgid "CONTENTS" #~ msgstr "СОДЕРЖАНИЕ" +#~ msgid "SO" +#~ msgstr "SO" + +#~ msgid "There are no modules." +#~ msgstr "Здесь нет модулей." + +#~ msgid "Restoring a Pandora database backup must be done manually" +#~ msgstr "" +#~ "Восстановление из резервной копии базы данных Pandora должно быть сделано " +#~ "вручную" + +#~ msgid "Run import command using the following command" +#~ msgstr "Выполните команду импорта с помощью следующей команды" + +#~ msgid "Into your destination database." +#~ msgstr "В вашей целевой базе данных." + +#~ msgid "Database credentials not found" +#~ msgstr "Учетные данные базы данных не найдены" + +#~ msgid "Error connecting to the specified host" +#~ msgstr "Ошибка подключения к указанному хосту" + +#~ msgid "Connected to the host, but cannot found the specified database" +#~ msgstr "Подключен к хосту, но не может найти указанную базу данных" + +#~ msgid "" +#~ "\"Translate string\" extension is missed in the server. This extension is " +#~ "mandatory to be configured on metaconsole." +#~ msgstr "" +#~ "Расширение \"Перевести строку\" пропущено на сервере. Это расширение " +#~ "обязательным должно быть настроено на мета консоли." + +#~ msgid "" +#~ "Server name doesnt match. Check the node server name and configure the same " +#~ "one on metasetup" +#~ msgstr "" +#~ "Имя сервера не совпадает. Проверьте имя узла сервера и настройку одной и той " +#~ "же мета установки" + +#~ msgid "Module store the service does not exist." +#~ msgstr "Модуль запаса сервиса не существует." + +#~ msgid "Module store SLA service does not exist." +#~ msgstr "Модуль запаса SLA сервиса не существует." + +#~ msgid "Agent store the service does not exist." +#~ msgstr "Агент запаса сервиса не существует." + +#~ msgid "Agent store SLA service does not exist." +#~ msgstr "Агент запаса SLA сервиса не существует." + +#~ msgid "Alert critical SLA service does not exist." +#~ msgstr "Оповещение критического SLA сервиса не существует." + +#~ msgid "Alert warning service does not exist." +#~ msgstr "Оповещение предупреждающего SLA сервиса не существует." + +#~ msgid "Alert critical service does not exist." +#~ msgstr "Оповещение критического сервиса не существует." + +#~ msgid "Alert unknown service does not exist." +#~ msgstr "Оповещение неизвестного сервиса не существует." + +#~ msgid "You must change password" +#~ msgstr "Вы должны изменить пароль" + +#~ msgid "NEW PASS: " +#~ msgstr "НОВЫЙ ПРОПУСК: " + +#~ msgid "CONFIRM: " +#~ msgstr "ПОДТВЕРДИТЬ: " + +#~ msgid "Error updating user pass (no change?)" +#~ msgstr "Ошибка при обновлении пропуска пользователя (без изменений?)" + +#~ msgid "Networkmaps" +#~ msgstr "Сетевые карты" + +#, php-format +#~ msgid "Filter Networkmaps by %s" +#~ msgstr "Фильтр Сетевых карт по %s" + +#~ msgid "No networkmaps" +#~ msgstr "Нет сетевых карт" + +#~ msgid "Error connecting to DB pandora." +#~ msgstr "Ошибка соединения с БД pandora." + +#, php-format +#~ msgid "PandoraFMS: %s" +#~ msgstr "PandoraFMS: %s" + +#~ msgid "Avg Only" +#~ msgstr "Сред. Только" + +#~ msgid "PandoraFMS: Agents" +#~ msgstr "PandoraFMS: Агенты" + +#~ msgid "Pandora FMS mobile" +#~ msgstr "Pandora FMS мобильнаое" + +#~ msgid "Pandora FMS Diagnostic tool" +#~ msgstr "Pandora FMS инструмент диагностики" + +#~ msgid "Go to Pandora FMS Website" +#~ msgstr "Перейти к вебсайту Pandora FMS" + +#~ msgid "" +#~ "Pandora FMS frontend is built on advanced, modern technologies and does not " +#~ "support old browsers." +#~ msgstr "" +#~ "Pandora FMS интерфейс построен на передовых, современных технологиях и не " +#~ "поддерживает старые браузеры." + +#~ 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 "" +#~ "Мы настоятельно рекомендуем вам выбрать и установить современный браузер. " +#~ "Это бесплатно и занимает всего пару минут." + +#~ msgid "Why is it recommended to upgrade the web browser?" +#~ msgstr "Почему рекомендуется обновить веб-браузер?" + +#~ 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 "" +#~ "Новые браузеры обычно поставляются с поддержкой новых технологий, увеличение " +#~ "скорости веб-страницы, лучше настройки конфиденциальности и так далее. А " +#~ "также помогают разрешить безопасность и функциональные вопросы." + +#~ msgid "Continue despite this warning" +#~ msgstr "Продолжить, несмотря на это предупреждение" + +#~ msgid "System alerts detected - Please fix as soon as possible" +#~ msgstr "" +#~ "Система оповещений обнаружена - пожалуйста, исправьте как можно скорее" + +#, php-format +#~ msgid "You have %d warning(s)" +#~ msgstr "У вас есть %d предупреждение(я)" + +#~ msgid "There are not warnings" +#~ msgstr "Здесь нет предупреждений" + +#~ msgid "New chat message" +#~ msgstr "Новый чат сообщений" + +#~ msgid "Message overview" +#~ msgstr "просмотр сообщений" + +#~ msgid "Blank characters are used as AND conditions" +#~ msgstr "Пустые символы используются в качестве И условий" + +#~ msgid "Press here to activate shortcut bar" +#~ msgstr "Нажмите здесь, чтобы активировать панель быстрого запуска" + +#~ msgid "Incidents opened" +#~ msgstr "Инциденты открыты" + +#~ msgid "Create new message" +#~ msgstr "Создать новое сообщение" + +#~ msgid "Recon view" +#~ msgstr "Просмотеть рекон" + +#~ msgid "CSV File" +#~ msgstr "CSV файл" + +#~ msgid "WebChat" +#~ msgstr "Веб Чат" + +#~ msgid "Bytes per second" +#~ msgstr "Байт в секунду" + +#~ msgid "" +#~ "Agent statuses are re-calculated by the server, they are not shown in real " +#~ "time." +#~ msgstr "" +#~ "Статусы агента пересчитаны на сервере, они не показаны в реальном времени." + +#~ msgid "Last position in " +#~ msgstr "Последняя позиция в " + +#~ msgid "positional data" +#~ msgstr "данные о местоположении" + +#~ msgid "Full list of monitors" +#~ msgstr "Полный список мониторов" + +#~ msgid "Network map created successfully" +#~ msgstr "Карта сети успешно создана" + +#~ msgid "Could not create network map" +#~ msgstr "Не удалось создать карту сети" + +#~ msgid "Network map saved successfully" +#~ msgstr "Карта сети успешно сохранена" + +#~ msgid "Could not save network map" +#~ msgstr "Не удается сохранить карту сети" + +#~ msgid "Policies view" +#~ msgstr "Просмотр политики" + +#~ msgid "Topology view" +#~ msgstr "Просмотр топологии" + +#~ msgid "Delete map" +#~ msgstr "Удалить карту" + +#~ msgid "Show interfaces" +#~ msgstr "Показать интерфейсы" + +#~ msgid "Depth" +#~ msgstr "Глубина" + +#~ msgid "Only modules with alerts" +#~ msgstr "Только модули с оповещениями" + +#~ msgid "Hide policy modules" +#~ msgstr "Спрятать пилитику модулей" + +#~ msgid "Only run with it is filter for any group" +#~ msgstr "работать только с этим фильтром для любой группы" + +#~ msgid "" +#~ "Show events is disabled because this Pandora node is set the event " +#~ "replication." +#~ msgstr "" +#~ "Показать события, которые отключены поскольку этот узел Pandora установлен " +#~ "случаем репликации." + +#~ msgid "Show event graph" +#~ msgstr "Показать событие графика" + #~ msgid "Time compare" #~ msgstr "Сравнить время" @@ -31832,21 +50770,273 @@ msgstr "Создать новое сообщение" #~ msgid "Separated" #~ msgstr "Разделены" +#~ msgid "Current data at" +#~ msgstr "Текущие данные в" + #~ msgid "Alerts found" #~ msgstr "Оповещения найдены" +#~ msgid "Maps found" +#~ msgstr "Карты найдены" + +#~ msgid "Message successfully sent" +#~ msgstr "Сообщение успешно отправлено" + +#, php-format +#~ msgid "Error sending message to group %s" +#~ msgstr "Ошибка при отправке сообщения в группу %s" + #~ msgid "There are no messages" #~ msgstr "Сообщений нет" +#~ msgid "Event graph by user" +#~ msgstr "События графика по пользователю" + +#~ msgid "Show events graph" +#~ msgstr "Показать события графика" + +#~ msgid "Events generated -by agent-" +#~ msgstr "События, сгенерированные - агентом-" + +#~ msgid "Marquee display" +#~ msgstr "Отображение \"Бегущая строка\"" + +#~ msgid "Main event view" +#~ msgstr "Просмотр главных событий" + +#~ msgid "No events selected" +#~ msgstr "Нет выбранных событий" + +#~ msgid "Successfully validated" +#~ msgstr "Успешно подтверждено" + +#~ msgid "Could not be validated" +#~ msgstr "Не может быть подтверждено" + +#~ msgid "Successfully set in process" +#~ msgstr "Успешно настроено в процессе" + +#~ msgid "Could not be set in process" +#~ msgstr "Активные настройки не могут быть удалены" + +#~ msgid "Error deleting event" +#~ msgstr "Ошибка при удалении события" + +#~ msgid "Refresh: " +#~ msgstr "Обновить: " + +#~ msgid "Show agents by state: " +#~ msgstr "Показывать агенты по положению: " + +#~ msgid "Webchat" +#~ msgstr "Веб-чат" + +#~ msgid "Users Online" +#~ msgstr "Пользователей онлайн" + +#~ msgid "Connection established...get last 24h messages..." +#~ msgstr "Соединение установлено ... сообщения за последние 24 часа..." + +#~ msgid "Error in connection." +#~ msgstr "Ошибка соединения." + +#~ msgid "Error sendding message." +#~ msgstr "Ошибка при отправке сообщения." + +#~ msgid "Error login." +#~ msgstr "Ошибка входа в систему." + +#, php-format +#~ msgid "Error updating passwords: %s" +#~ msgstr "Ошибка при обновлении паролей : %s" + +#~ msgid "" +#~ "You can not change your password from Pandora FMS under the current " +#~ "authentication scheme" +#~ msgstr "" +#~ "Вы не можете изменить свой пароль в Pandora FMS при текущей системе " +#~ "аутентификации" + +#~ msgid "Shortcut bar" +#~ msgstr "Панель быстрого доступа" + +#~ msgid "" +#~ "This will activate a shortcut bar with alerts, events, messages... " +#~ "information" +#~ msgstr "" +#~ "Это позволит активизировать панель быстрого доступа с оповещениями, " +#~ "событиями, сообщениями ... информацией" + +#~ 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 "" +#~ "Пользователь может настроить главную страницу. По умолчанию будет " +#~ "отображаться как \"Агент Деталей\". Например: Выберите «Другие» и тип " +#~ "sec=estado&sec2=operation/agentes/estado_agente чтобы показать агент деталей " +#~ "подробно" + +#~ msgid "" +#~ "You can not change your user info from Pandora FMS under the current " +#~ "authentication scheme" +#~ msgstr "" +#~ "Вы не можете изменить вашу пользовательскую информацию в Pandora FMS " +#~ "притекущей системе аутентификации" + #~ msgid "This user doesn't have any assigned profile/group" #~ msgstr "У этого пользователя нет назначенного профиля/ группы" +#~ msgid "Incident management" +#~ msgstr "инцидент управления" + +#~ msgid "Successfully reclaimed ownership" +#~ msgstr "Права собственности успешно восстановлены" + +#~ msgid "Could not reclame ownership" +#~ msgstr "Права собственности не могут быть восстановлены" + +#~ msgid "Error creating incident" +#~ msgstr "Ошибка при создании инцидента" + +#~ msgid "Incident created" +#~ msgstr "Инцидент создан" + +#~ msgid "All incidents" +#~ msgstr "все инциденты" + +#~ msgid "All priorities" +#~ msgstr "Все приоритеты" + #~ msgid "No incidents match your search filter" #~ msgstr "Нет инцидентов, соответствующих вашему поисковому фильтру" +#~ msgid "Delete incidents" +#~ msgstr "Удалить инциденты" + +#~ msgid "Become owner" +#~ msgstr "Стать владельцем" + +#~ msgid "Create incident" +#~ msgstr "создать инцидент" + +#~ msgid "Incidents by source" +#~ msgstr "Инциденты по инсточнику" + +#~ msgid "File could not be saved due to database error" +#~ msgstr "Файл не может быть сохранена из-за ошибки базы данных" + +#~ msgid "File uploaded" +#~ msgstr "Файл загружен" + +#~ msgid "File could not be uploaded" +#~ msgstr "файл не может быть загружен" + +#~ msgid "Incident details" +#~ msgstr "Детали инцидента" + +#~ msgid "Opened at" +#~ msgstr "открыто на" + +#~ msgid "Update incident" +#~ msgstr "Обновить инцидент" + +#~ msgid "Notes attached to incident" +#~ msgstr "Примечания приклепленны к инциденту" + #~ msgid "Search by any alphanumeric field in the trap" #~ msgstr "Поиск по какому-либо алфавитно-цифровому полю в прерывании" +#~ msgid "Add a file" +#~ msgstr "Добавить файл" + +#~ msgid "Delete file" +#~ msgstr "Удалить файл" + +#~ msgid "New Incident" +#~ msgstr "Новый инцидент" + +#~ msgid "Workunits" +#~ msgstr "Рабочие единицы" + +#~ msgid "Incident updated" +#~ msgstr "Инцидент обновлен" + +#~ msgid "" +#~ "There was a problem updating the incident, please check if any field was " +#~ "modified and the values are correct." +#~ msgstr "" +#~ "Найдена проблема при обновлении инцидента, пожалуйста, проверьте, если какое-" +#~ "любо поле была модифицировано и правильны ли значения." + +#~ msgid "There was a problem creating incident" +#~ msgstr "Найдена проблема при создании инцидента" + +#~ msgid "There was a problem uploading file" +#~ msgstr "Найдена проблема при загрузке файла" + +#~ msgid "File is too big" +#~ msgstr "Фаил слишком большой" + +#~ msgid "File was partially uploaded. Please try again" +#~ msgstr "Файл был загружен не полностью. Пожалуйста, попробуйте еще раз" + +#~ msgid "Generic upload error" +#~ msgstr "Общая ошибка загрузки" + +#~ msgid "File deleted" +#~ msgstr "Файл удален" + +#~ msgid "You user doesn't have enough rights to delete this file" +#~ msgstr "Ваш пользователь не имеет достаточно прав для удаления этого файла" + +#~ msgid "Incident deleted" +#~ msgstr "Инцидент удален" + +#~ msgid "There was a problem deteling incident" +#~ msgstr "найдена проблема при удалении инцидента" + +#~ msgid "Workunit added" +#~ msgstr "Рабочая единича добавлена" + +#~ msgid "There was a problem adding workunit" +#~ msgstr "Ошибка при добавлении рабочего блока" + +#~ msgid "" +#~ "There is a error in the message from your Integria or there is not " +#~ "connection." +#~ msgstr "Есть ошибка в сообщении от Integra или нет соединения." + +#~ msgid "Assigned user" +#~ msgstr "Сопоставленный пользователь" + +#~ msgid "Resolution epilog" +#~ msgstr "Разрешение эпилога" + +#~ msgid "Not closed" +#~ msgstr "Не закрыто" + +#~ msgid "Search string" +#~ msgstr "Искать строку" + +#~ msgid "Delete incident" +#~ msgstr "Удалить инцидент" + +#~ msgid "View incident details" +#~ msgstr "Просмотреть инцидент деталей" + +#~ msgid "Time used" +#~ msgstr "Время израсходовано" + +#~ msgid "Have cost" +#~ msgstr "Должно стоить" + +#~ msgid "Add workunit" +#~ msgstr "Добавить рабочую единицу" + +#~ msgid "said" +#~ msgstr "сказано" + #, php-format #~ msgid "" #~ "This extension makes registration of server plugins more easy. Here you can " @@ -31861,11 +51051,1087 @@ msgstr "Создать новое сообщение" #~ "серверы плагинов Pandora FMS.

    Вы можете получить больше плагинов в " #~ "нашей Общественной библиотеке ресурсов " +#, php-format +#~ msgid "" +#~ "This extension makes registration of resource template more easy. Here you " +#~ "can upload a resource template in Pandora FMS 3.x format (.ptr). Please " +#~ "refer to documentation on how to obtain and use Pandora FMS resources. " +#~ "

    You can get more resurces in our Public Resource " +#~ "Library" +#~ msgstr "" +#~ "Это расширение облегчает регистрацию ресурсов шаблона. Здесь вы можете " +#~ "загрузить ресурс шаблона в Pandora FMS 3.x формате (.ptr). Пожалуйста, " +#~ "обратитесь к документации о том, как получить и использовать ресурсы Pandora " +#~ "FMS.

    Вы можете получить больше ресурсов в нашей " +#~ "Общественной библиотеке ресурсов" + +#~ msgid "" +#~ "This extension makes exportation of resource template more easy. Here you " +#~ "can export as a resource template in Pandora FMS 3.x format (.ptr). " +#~ msgstr "" +#~ "Это экспортирование облегчает экспортирование шаблонов ресурсов. Здесь вы " +#~ "можете экспортировать в виде ресурса шаблона в Pandora FMS 3.x формате " +#~ "(.ptr). " + +#~ msgid "" +#~ "You can set the command path in the menu Administration -> Extensions -" +#~ "> Config Network Tools" +#~ msgstr "" +#~ "Вы можете установить путь команды в меню Управление -> Расширение -> " +#~ "Конфиг Инструментов Сети" + +#~ msgid "Traceroute to " +#~ msgstr "трассировать в " + #~ msgid "Ping to " #~ msgstr "Перебросить в " +#~ msgid "Basic TCP Scan on " +#~ msgstr "Основное TCP сканирование в " + +#~ msgid "SNMPget executable does not exist." +#~ msgstr "SNMPget выполнение не существует." + +#~ msgid "Config Network Tools" +#~ msgstr "Конф Сетевых Инстр" + +#~ msgid "Set the paths." +#~ msgstr "Настройка путей." + +#~ msgid "If it is empty, Pandora searchs the traceroute system." +#~ msgstr "Если пусто, Pandora ищет трассировку системы." + +#~ msgid "If it is empty, Pandora searchs the ping system." +#~ msgstr "Если пусто, Pandora ищет пинг системы." + +#~ msgid "If it is empty, Pandora searchs the nmap system." +#~ msgstr "Если пусто, Pandora ищет nmap системы." + +#~ msgid "If it is empty, Pandora searchs the dig system." +#~ msgstr "Если пусто, Pandora ищет dig системы." + +#~ msgid "If it is empty, Pandora searchs the snmpget system." +#~ msgstr "Если пусто, Pandora ищет snmpget системы." + +#~ msgid "Pandora Console URL" +#~ msgstr "Pandora Console URL" + +#~ msgid "Previous templates" +#~ msgstr "Предыдущие шаблоны" + +#~ msgid "More templates" +#~ msgstr "Еще шаблоны" + +#~ msgid "VNC Display (:0 by default)" +#~ msgstr "VNC отображение (:0 по умолчанию)" + +#~ msgid "VNC view" +#~ msgstr "Просмотр VNC" + +#~ msgid "Cannot read file" +#~ msgstr "Не удается прочитать файл" + +#~ msgid "There was an error with the zip file" +#~ msgstr "Произошла ошибка с архивированным файлом" + +#~ 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 "" +#~ "Это расширение может работать как PHP скрипт в оболочке для извлечения " +#~ "дополнительной информации, но он должен быть запущен как корень или через " +#~ "судо. Например: sudo php " +#~ "/var/www/pandora_console/extensions/system_info.php -d -s -c" + +#~ msgid "Pandora Diagnostic info" +#~ msgstr "Pandora диагностическая информация" + +#~ msgid "System info" +#~ msgstr "Системная информация" + +#~ msgid "Log Info" +#~ msgstr "Информация журнала" + +#~ msgid "Number lines of log" +#~ msgstr "Число линий журнала" + +#~ msgid "Generate file" +#~ msgstr "Создайте файл" + +#~ msgid "File is too large (> 500KB)" +#~ msgstr "Файл слишком большой (> 500KB)" + +#~ msgid "" +#~ "This tool is used just to view your Pandora FMS system logfiles directly " +#~ "from console" +#~ msgstr "" +#~ "Этот инструмент используется только для просмотра ваших Pandora FMS файлов " +#~ "системного журнала непосредственно из консоли" + +#~ msgid "Number fired of alerts" +#~ msgstr "Число запусков оповещений" + +#~ msgid "Pandora Server CPU" +#~ msgstr "Pandora Сервер CPU" + +#~ msgid "Pandora Server Disk IO Wait" +#~ msgstr "Pandora Сервер Диск IO в ожидании" + +#~ msgid "Pandora Server MySQL load" +#~ msgstr "Pandora Сервер MySQL Нагрузка" + +#~ msgid "You need to specify a user and a host address" +#~ msgstr "Вам нужно указать пользователя и хост-адрес" + +#, php-format +#~ msgid "For security reasons the following characters are not allowed: %s" +#~ msgstr "В целях безопасности следующие символы не допускаются: %s" + +#~ msgid "Port (use 0 for default)" +#~ msgstr "Порт (использовать 0 по умолчанию)" + +#~ msgid "Connect mode" +#~ msgstr "Режим подключения" + +#~ msgid "ITIL" +#~ msgstr "ITIL" + +#~ msgid "Netflow pie chart" +#~ msgstr "Секторная диаграмма сетевого потока" + +#~ msgid "Netflow statistics table" +#~ msgstr "Таблица статистики сетевого потока" + +#~ msgid "Going down to critical state" +#~ msgstr "Спуститься к критическому положению" + +#~ msgid "Recon server detected a new host" +#~ msgstr "Recon сервер определил нового хозяина" + +#~ msgid "Agent address" +#~ msgstr "Адрес агента" + +#~ msgid "Agent id" +#~ msgstr "id агента" + +#~ msgid "Total alerts monitored" +#~ msgstr "Всего обработанных оповещений" + +#~ msgid "Total monitors" +#~ msgstr "всего мониторов" + +#~ msgid "Monitors down on period" +#~ msgstr "Мониторы вниз по периоду" + +#~ msgid "Minimal" +#~ msgstr "Минимум" + +#~ msgid "No set or get or help operation." +#~ msgstr "Нет установлены или не получены или не помогли операции." + +#~ msgid "Id does not exist in BD." +#~ msgstr "Id не существует в БД." + +#~ msgid "Correct Delete" +#~ msgstr "Правильное удаление" + +#~ msgid "Error in creation network module. Agent name doesn't exists." +#~ msgstr "Ошибка в создании модуля сети. Имя агента не существует." + +#~ msgid "" +#~ "Error in creation network module. Id_module_type is not correct for network " +#~ "modules." +#~ msgstr "" +#~ "Ошибка в создани модуля сети. Id_модуль_тип не подходит для сетевых модулей." + +#~ msgid "Error in creation network module." +#~ msgstr "Ошибка при создании сетевого модуля." + +#~ msgid "Error updating network module. Module name cannot be left blank." +#~ msgstr "" +#~ "Ошибка при обновлении сетевого модуля. Имя модуля не может быть пустым." + +#~ msgid "Error updating network module. Id_module doesn't exists." +#~ msgstr "Ошибка при обновлении сетевой модуль. Id_модуль не существует." + +#~ msgid "Error updating network module. Id_module exists in the new agent." +#~ msgstr "" +#~ "Ошибка при обновлении сетевого модуля. Id_модуль существует в новом агенте." + +#~ msgid "Error in creation plugin module. Id_plugin cannot be left blank." +#~ msgstr "Ошибка при создании плагина модуля. Id_плагин не может быть пустым." + +#~ msgid "Error in creation plugin module. Agent name doesn't exists." +#~ msgstr "Ошибка при создании плагина модуля. Имя агента не существует." + +#~ msgid "Error in creation plugin module." +#~ msgstr "Ошибка в создании плагина модуля." + +#~ msgid "Error updating plugin module. Id_module cannot be left blank." +#~ msgstr "" +#~ "Ошибка при обновлении плагина модуля. Id_модуль не может быть пустым." + +#~ msgid "Error updating plugin module. Id_module doesn't exists." +#~ msgstr "Ошибка при обновлении плагина модуля. Id_модуль не существует." + +#~ msgid "Error updating plugin module. Id_module exists in the new agent." +#~ msgstr "" +#~ "Ошибка при обновлении плагина модуля. Id_модуль существует в новом агенте." + +#~ msgid "Error in creation data module. Module_name cannot be left blank." +#~ msgstr "Ошибка при создании данных модуля. Модуль_имя не должно быть пустым." + +#~ msgid "Error in creation data module. Agent name doesn't exists." +#~ msgstr "Ошибка при создании данных модуля. Имя агента не существует." + +#~ msgid "Error in creation data module." +#~ msgstr "Ошибка при создании данных модуля." + +#~ msgid "Error updating data module. Id_module cannot be left blank." +#~ msgstr "" +#~ "Ошибка при обновлении данных модуля. Id_модуль не должно быть пустым." + +#~ msgid "Error updating data module. Id_module doesn't exists." +#~ msgstr "Ошибка при обновлении данных модуля. Id_модуль не существует." + +#~ msgid "Error updating data module. Id_module exists in the new agent." +#~ msgstr "" +#~ "Ошибка при обновлении данных модуля. Id_модуль существует в новом агенте." + +#~ msgid "Error in creation SNMP module. Module_name cannot be left blank." +#~ msgstr "Ошибка в создании SNMP модуля. Модуль_имя не может быть пустым." + +#~ msgid "" +#~ "Error in creation SNMP module. Invalid id_module_type for a SNMP module." +#~ msgstr "" +#~ "Ошибка в создании SNMP модуля. Недействительный id_модуль_тип для SNMP " +#~ "модуля." + +#~ msgid "Error in creation SNMP module. Agent name doesn't exists." +#~ msgstr "Ошибка в создании SNMP модуля. Имя агента не существует." + +#~ msgid "" +#~ "Error in creation SNMP module. snmp3_priv_method doesn't exists. Set it to " +#~ "'AES' or 'DES'. " +#~ msgstr "" +#~ "Ошибка в создании SNMP модуля. snmp3_priv_method не существует. Установить " +#~ "его в 'AES' или 'DES'. " + +#~ msgid "" +#~ "Error in creation SNMP module. snmp3_sec_level doesn't exists. Set it to " +#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +#~ msgstr "" +#~ "Ошибка в создании SNMP модуля. snmp3_sec_level не существует. Установить " +#~ "его в 'authNoPriv' или 'authPriv' или 'noAuthNoPriv'. " + +#~ msgid "" +#~ "Error in creation SNMP module. snmp3_auth_method doesn't exists. Set it to " +#~ "'MD5' or 'SHA'. " +#~ msgstr "" +#~ "Ошибка в создании SNMP модуля. snmp3_auth_method не существует. Установить " +#~ "его в 'MD5' или 'SHA'. " + +#~ msgid "Error in creation SNMP module." +#~ msgstr "Ошибка в создании SNMP модуля." + +#~ msgid "Error updating SNMP module. Id_module cannot be left blank." +#~ msgstr "Ошибка в создании SNMP модуля. Id_модуль не может быть пустым." + +#~ msgid "Error updating SNMP module. Id_module doesn't exists." +#~ msgstr "Ошибка в создании SNMP модуля. Id_модуль не существует." + +#~ msgid "Error updating SNMP module. Id_module exists in the new agent." +#~ msgstr "Ошибка в создании SNMP модуля. Id_модуль существует в новом агенте." + +#~ msgid "" +#~ "Error creating network component. Network component name cannot be left " +#~ "blank." +#~ msgstr "" +#~ "Ошибка при создании компонент сети. Имя сетевого компонента не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error creating network component. Incorrect value for Network component type " +#~ "field." +#~ msgstr "" +#~ "Ошибка при создании сетевого компонента. Неверное значение для сетевого " +#~ "компонента типа сети." + +#~ msgid "" +#~ "Error creating network component. Network component group cannot be left " +#~ "blank." +#~ msgstr "" +#~ "Ошибка при создании сетевого компонента. Группа сетевого компонента не может " +#~ "быть незаполненной." + +#~ msgid "" +#~ "Error creating network component. This network component already exists." +#~ msgstr "" +#~ "Ошибка при создании сетевого компонента. Данный сетевой компонент уже " +#~ "существует." + +#~ msgid "" +#~ "Error creating plugin component. Plugin component name cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании плагина компонента. Имя плагина компонента не может быть " +#~ "незаполненным." + +#~ msgid "Error creating plugin component. Incorrect value for Id plugin." +#~ msgstr "" +#~ "Ошибка при создании плагина компонента. Неврное значение для Id плагина." + +#~ msgid "" +#~ "Error creating plugin component. Plugin component group cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании плагина компонента. Плагин компонента группы не может " +#~ "быть пустым." + +#~ msgid "" +#~ "Error creating plugin component. This plugin component already exists." +#~ msgstr "" +#~ "Ошибка при создании плагина компонента. Данный плагин компонента уже " +#~ "существует." + +#~ msgid "" +#~ "Error creating SNMP component. SNMP component name cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании SNMP компонента. Имя SNMP компонента не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error creating SNMP component. Incorrect value for Snmp component type field." +#~ msgstr "" +#~ "Ошибка при создании SNMP компонента. Неверное значение для типа поля Snmp " +#~ "компонента." + +#~ msgid "" +#~ "Error creating SNMP component. Snmp component group cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании SNMP компонента. Snmp компонент группы не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error creating SNMP component. snmp3_priv_method doesn't exists. Set it to " +#~ "'AES' or 'DES'. " +#~ msgstr "" +#~ "Ошибка при создании Snmp компонента. snmp3_priv_method не существует. " +#~ "Установите это в 'AES' или 'DES'. " + +#~ msgid "" +#~ "Error creating SNMP component. snmp3_sec_level doesn't exists. Set it to " +#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +#~ msgstr "" +#~ "Ошибка при создании Snmp компонента. snmp3_sec_level не существует. " +#~ "Установите это в 'authNoPriv' или 'authPriv' или 'noAuthNoPriv'. " + +#~ msgid "" +#~ "Error creating SNMP component. snmp3_auth_method doesn't exists. Set it to " +#~ "'MD5' or 'SHA'. " +#~ msgstr "" +#~ "Ошибка при создании SNMP компонента. snmp3_auth_method не существует. " +#~ "Установите это в 'MD5' или 'SHA'. " + +#~ msgid "Error creating SNMP component. This SNMP component already exists." +#~ msgstr "" +#~ "Ошибка при создании SNMP компонента. Данный SNMP компонент уже существует." + +#~ msgid "" +#~ "Error creating local component. Local component name cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании местного компонента. Имя местного компонента не может " +#~ "быть пустым." + +#~ msgid "" +#~ "Error creating local component. Local component group cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании местного компонента. Местный компонент группы не может " +#~ "быть пустым." + +#~ msgid "Error creating local component." +#~ msgstr "Ошибка при создании местного компонента." + +#~ msgid "Error creating local component. This local component already exists." +#~ msgstr "" +#~ "Ошибка при создании местного компонента. Данный местный компонент уже " +#~ "существует." + +#~ msgid "" +#~ "Error getting module value from all agents. Module name cannot be left blank." +#~ msgstr "" +#~ "Ошибка при получении значения модуля из всех агентов. Имя модуля не может " +#~ "быть пустым." + +#~ msgid "" +#~ "Error getting module value from all agents. Module name doesn't exists." +#~ msgstr "" +#~ "Ошибка при получении значения модуля из всех агентов. Имя модуля не " +#~ "существует." + +#~ msgid "Error creating alert template. Template name cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании шаблона оповещения. Имя шаблона не может быть пустым." + +#~ msgid "Error creating alert template." +#~ msgstr "Ошибка при создании шаблона оповещения." + +#~ msgid "Error updating alert template. Id_template cannot be left blank." +#~ msgstr "" +#~ "Ошибка при создании шаблона оповещения. Id_шаблона не может быть пустым." + +#~ msgid "Error updating alert template. Id_template doesn't exists." +#~ msgstr "Ошибка при обновлении шаблона оповещения. Id_шаблона не существует." + +#~ msgid "Error updating alert template." +#~ msgstr "Ошибка при обновлении шаблона оповещения." + +#~ msgid "Correct updating of alert template" +#~ msgstr "Правильное обновление шаблона оповещения" + +#~ msgid "Error deleting alert template. Id_template cannot be left blank." +#~ msgstr "" +#~ "Ошибка при удалении шаблона оповещения. Id_шаблона не может быть пустым." + +#~ msgid "Error deleting alert template." +#~ msgstr "Ошибка при удалении шаблона оповещения." + +#~ msgid "Correct deleting of alert template." +#~ msgstr "Правильное удаление шаблона оповещения." + +#~ msgid "Error getting all alert templates." +#~ msgstr "Ошибка при получении всех шаблонов оповещений." + +#~ msgid "Error getting alert template. Id_template doesn't exists." +#~ msgstr "Ошибка при получении шаблона оповещения. Id_шаблона не существует." + +#~ msgid "Error getting alert template." +#~ msgstr "Ошибка при получении шаблона оповещения." + +#~ msgid "Error getting module groups." +#~ msgstr "Ошибка получения групп модуля." + +#~ msgid "Error getting plugins." +#~ msgstr "Ошибка при получении плагинов." + +#~ msgid "Error creating module from network component. Agent doesn't exists." +#~ msgstr "" +#~ "Ошибка при создании модуля из сетевого компонента. Агент не существует." + +#~ msgid "" +#~ "Error creating module from network component. Network component doesn't " +#~ "exists." +#~ msgstr "" +#~ "Ошибка при создании модуля из сетевого компонента. Сетевой компонент не " +#~ "существует." + +#~ msgid "Error creating module from network component. Error creating module." +#~ msgstr "" +#~ "Ошибка при создании модуля из сетевого компонента. Ошибка создания модуля." + +#~ msgid "Error assigning module to template. Id_template cannot be left blank." +#~ msgstr "Ошибка назначения модуля к шаблону. Id_шаблона не может быть пустым." + +#~ msgid "Error assigning module to template. Id_module cannot be left blank." +#~ msgstr "Ошибка назначения модуля к шаблону. Id_модуля не может быть пустым." + +#~ msgid "Error assigning module to template. Id_agent cannot be left blank." +#~ msgstr "Ошибка назначения модуля к шаблону. Id_агента не может быть пустым." + +#~ msgid "Error assigning module to template. Id_template doensn't exists." +#~ msgstr "Ошибка назначения модуля к шаблону. Id_шаблона не существует." + +#~ msgid "Error assigning module to template. Id_agent doesn't exists." +#~ msgstr "Ошибка назначения модуля к шаблону. Id_агента не существует." + +#~ msgid "Error assigning module to template. Id_module doesn't exists." +#~ msgstr "Ошибка назначения модуля к шаблону. Id_модуля не существует." + +#~ msgid "Error assigning module to template." +#~ msgstr "Ошибка назначения модуля к шаблону." + +#~ msgid "" +#~ "Error deleting module template. Id_module_template cannot be left blank." +#~ msgstr "" +#~ "Ошибка удаления модуля шаблона. Id_модуля_шаблона не может быть пустым." + +#~ msgid "Error deleting module template. Id_module_template doesn't exists." +#~ msgstr "Ошибка удаления модуля шаблона. Id_модуля_шаблона не существует." + +#~ msgid "Error deleting module template." +#~ msgstr "Ошибка удаления модуля шаблона." + +#~ msgid "Error validate all alerts. Failed " +#~ msgstr "Ошибка при подтверждении всех оповещений. Сбой " + +#~ msgid "Correct validating of all alerts." +#~ msgstr "Верное утверждение всех оповещений." + +#~ msgid "Error validating all alert policies." +#~ msgstr "Ошибка при подтверждении всех оповещений политики." + +#~ msgid "Error validate all policy alerts. Failed " +#~ msgstr "Ошибка при подтверждении всех оповещений политики. Сбой " + +#~ msgid "Correct validating of all policy alerts." +#~ msgstr "Правильное подтверждение всех оповещений политики." + +#~ msgid "Error stopping downtime. Id_downtime cannot be left blank." +#~ msgstr "Ошибка при остановке простоя. Id_простой не может быть пустым." + +#~ msgid "Error adding agent to policy. Id_policy cannot be left blank." +#~ msgstr "Ошибка добавления агента политики. Id_политики не может быть пустым." + +#~ msgid "Error adding agent to policy. Id_agent cannot be left blank." +#~ msgstr "Ошибка добавления агента политики. Id_агент не может быть пустым." + +#~ msgid "Error adding agent to policy. Id_agent doesn't exists." +#~ msgstr "Ошибка добавления агента политики. Id_политики не существует." + +#~ msgid "Error adding agent to policy." +#~ msgstr "Ошибка добавления агента политики." + +#~ msgid "Error adding agent to policy. The agent is already in the policy." +#~ msgstr "" +#~ "Ошибка добавления агента политики. Данный агент уже находится в политике." + +#~ msgid "Error adding data module to policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления данных модуля к политики. Id_политики не может быть пустым." + +#~ msgid "Error adding data module to policy. Module_name cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления данных модуля к политики. Модуль_имя не может быть пустым." + +#~ msgid "Error adding data module to policy." +#~ msgstr "Ошибка добавления данных модуля к политики." + +#~ msgid "" +#~ "Error adding data module to policy. The module is already in the policy." +#~ msgstr "" +#~ "Ошибка добавления данных модуля к политики. Данный модуль уже существует в " +#~ "политике." + +#~ msgid "Error updating data module in policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления данных модуля в политике. Id_политики не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error updating data module in policy. Id_policy_module cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления данных модуля в политике. Id_политики_модуля не может " +#~ "быть пустым." + +#~ msgid "Error updating data module in policy. Module doesn't exists." +#~ msgstr "Ошибка обновления данных модуля в политике. Модуль не существует." + +#~ msgid "" +#~ "Error adding network module to policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления сетевого модуля к политики. Id_политики не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error adding network module to policy. Module_name cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления сетевого модуля к политики. Модуля_имя не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error adding network module to policy. Id_module_type is not correct for " +#~ "network modules." +#~ msgstr "" +#~ "Ошибка добавления сетевого модуля к политики. Неверный Id_модуль_тип для " +#~ "сетевых модулей." + +#~ msgid "Error adding network module to policy." +#~ msgstr "Ошибка добавления сетевого модуля к политики." + +#~ msgid "" +#~ "Error adding network module to policy. The module is already in the policy." +#~ msgstr "" +#~ "Ошибка добавления сетевого модуля к политики. Модуль уже находится в " +#~ "политике." + +#~ msgid "" +#~ "Error updating network module in policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления сетевого модуля в политике. Id_политики не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error updating network module in policy. Id_policy_module cannot be left " +#~ "blank." +#~ msgstr "" +#~ "Ошибка обновления сетевого модуля в политике. Id_политики_модуль не может " +#~ "быть пустым." + +#~ msgid "Error updating network module in policy. Module doesn't exists." +#~ msgstr "Ошибка обновления сетевого модуля в политике. Модуль не существует." + +#~ msgid "" +#~ "Error updating network module in policy. Module type is not network type." +#~ msgstr "" +#~ "Ошибка обновления сетевого модуля в политике. Тип модуля - не сетевой тип." + +#~ msgid "Error adding plugin module to policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления плагина модуля к политикие Id_политики не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error adding plugin module to policy. Module_name cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления плагина модуля к политикие Модуль_имя не может быть " +#~ "пустым." + +#~ msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления плагина модуля к политике. Id_плагин не может быть пустым." + +#~ msgid "Error adding plugin module to policy." +#~ msgstr "Ошибка добавления плагина модуля к политике." + +#~ msgid "" +#~ "Error adding plugin module to policy. The module is already in the policy." +#~ msgstr "" +#~ "Ошибка добавления плагина модуля к политике. Модуль уже находится в политике." + +#~ msgid "" +#~ "Error updating plugin module in policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления плагина модуля в политике. Id_политики не может быть " +#~ "пустым." + +#~ msgid "" +#~ "Error updating plugin module in policy. Id_policy_module cannot be left " +#~ "blank." +#~ msgstr "" +#~ "Ошибка обновления плагина модуля в политике. Id_политики_модуля не может " +#~ "быть пустым." + +#~ msgid "Error updating plugin module in policy. Module doesn't exists." +#~ msgstr "Ошибка обновления плагина модуля в политике. Модуль не существует." + +#~ msgid "" +#~ "Error updating plugin module in policy. Module type is not network type." +#~ msgstr "" +#~ "Ошибка обновления плагина модуля в политике. Тип модуля - не сетевой тип." + +#~ msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления SNMP модуля кполитике. Id_политики не может быть пустым." + +#~ msgid "Error adding SNMP module to policy. Module_name cannot be left blank." +#~ msgstr "" +#~ "Ошибка добавления SNMP модуля кполитике. Модуль_имя не может быть пустым." + +#~ msgid "Error adding SNMP module to policy." +#~ msgstr "Ошибка добавления SNMP модуля к политике." + +#~ msgid "" +#~ "Error adding SNMP module to policy. Id_module_type is not correct for SNMP " +#~ "modules." +#~ msgstr "" +#~ "Ошибка добавления SNMP модуля кполитике. Id_модуль_тип неверен для SNMP " +#~ "модулей." + +#~ msgid "" +#~ "Error adding SNMP module to policy. The module is already in the policy." +#~ msgstr "" +#~ "Ошибка добавления SNMP модуля к политике. Модуль уже находится в политике." + +#~ msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления SNMP модуля в политике. Id_политики не может быть пустым." + +#~ msgid "" +#~ "Error updating SNMP module in policy. Id_policy_module cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления SNMP модуля в политике. Id_политики_модуль не может быть " +#~ "пустым." + +#~ msgid "Error updating SNMP module in policy. Module doesn't exists." +#~ msgstr "Ошибка обновления SNMP модуля в политике. Модуль не существует." + +#~ msgid "Error updating SNMP module in policy. Module type is not SNMP type." +#~ msgstr "Ошибка обновления SNMP модуля в политике. Тип модуля - не SNMP тип." + +#~ msgid "" +#~ "Error updating SNMP module. snmp3_priv_method doesn't exists. Set it to " +#~ "'AES' or 'DES'. " +#~ msgstr "" +#~ "Ошибка обновления SNMP модуля. snmp3_priv_method не существует. Установите " +#~ "это к 'AES' или 'DES'. " + +#~ msgid "" +#~ "Error updating SNMP module. snmp3_sec_level doesn't exists. Set it to " +#~ "'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +#~ msgstr "" +#~ "Ошибка обновления SNMP модуля. snmp3_sec_level не существует. Установите это " +#~ "в 'authNoPriv' или 'authPriv' или 'noAuthNoPriv'. " + +#~ msgid "" +#~ "Error updating SNMP module. snmp3_auth_method doesn't exists. Set it to " +#~ "'MD5' or 'SHA'. " +#~ msgstr "" +#~ "Ошибка обновления SNMP модуля. snmp3_auth_method не существует. Установите " +#~ "это в 'MD5' или 'SHA'. " + +#~ msgid "Error applying policy. Id_policy cannot be left blank." +#~ msgstr "Ошибка применения политики. Id_политики не может быть пустым." + +#~ msgid "Error applying policy." +#~ msgstr "Ошибка применения политики." + +#~ msgid "Error applying policy. This policy is already pending to apply." +#~ msgstr "" +#~ "Ошибка применения политики. Политика уже находится в режиме ожидания для " +#~ "применения." + +#~ msgid "Error applying all policies." +#~ msgstr "Ошибка применения всех политик." + +#~ msgid "Error in group creation. Group_name cannot be left blank." +#~ msgstr "Ошибка в создании группы. Группа_имя не может быть пустым." + +#~ msgid "Error in group creation. Icon_name cannot be left blank." +#~ msgstr "Ошибка в создании группы. Значок_имя не может быть пустым." + +#~ msgid "Error in group creation. Id_parent_group doesn't exists." +#~ msgstr "Ошибка в создании группы. Id_родитель_группа не может быть пустым." + +#~ msgid "Error in group creation." +#~ msgstr "Ошибка в создании группы." + +#~ msgid "Error in netflow filter creation. Filter name cannot be left blank." +#~ msgstr "" +#~ "Ошибка в создании сетевого фильтра. Имя фильтра не может быть пустым." + +#~ msgid "Error in netflow filter creation. Group id cannot be left blank." +#~ msgstr "Ошибка в создании сетевого фильтра. Id группы не может быть пустым." + +#~ msgid "Error in netflow filter creation. Filter cannot be left blank." +#~ msgstr "Ошибка в создании сетевого фильтра. Фильтр не может быть пустым." + +#~ msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." +#~ msgstr "" +#~ "Ошибка в создании сетевого фильтра. Совокупность _по не может быть пустым." + +#~ msgid "Error in netflow filter creation. Output_format cannot be left blank." +#~ msgstr "" +#~ "Ошибка в создании сетевого фильтра. Выработка_формат не может быть пустым." + +#~ msgid "Error in netflow filter creation." +#~ msgstr "Ошибка в создании сетевого фильтра." + +#~ msgid "Create user." +#~ msgstr "Создать пользователя." + +#~ msgid "Error updating user. Id_user cannot be left blank." +#~ msgstr "" +#~ "Ошибка обновления пользователя. Id_пользователя не может быть пустым." + +#~ msgid "Error updating user. Id_user doesn't exists." +#~ msgstr "Ошибка обновления пользователя. Id_пользователя не существует." + +#~ msgid "Error updating user. Password info incorrect." +#~ msgstr "Ошибка обновления пользователя. Неправильная информация о пароле." + +#~ msgid "Updated user." +#~ msgstr "Обновить пользователя." + +#~ msgid "Error in user enabling/disabling." +#~ msgstr "Ошибка в отключении/подключении пользователя." + +#~ msgid "Delete user." +#~ msgstr "Удалить пользователя." + +#~ msgid "Add user profile." +#~ msgstr "Добавить профиль пользователя." + +#~ msgid "Delete user profile." +#~ msgstr "Удалить профиль пользователя." + +#~ msgid "Correct module disable" +#~ msgstr "Правильное отключение модуля" + +#~ msgid "Error disabling module" +#~ msgstr "Ошибка отключения модуля" + +#~ msgid "Correct module enable" +#~ msgstr "Правильное подключение модуля" + +#~ msgid "Error enabling module" +#~ msgstr "Ошибка подключения модуля" + +#~ msgid "Error in agent enabling/disabling." +#~ msgstr "Ошибка агента включения/отключения." + +#~ msgid "Error creating special day. Invalid date format." +#~ msgstr "Ошибка при создании особого дня. Недопустимый формат даты." + +#~ msgid "Error in creation special day." +#~ msgstr "Ошибка при создании особого дня." + +#~ msgid "Target IP cannot be blank." +#~ msgstr "Целевой IP не может быть пустым." + +#~ msgid "Does not exist agent with this name." +#~ msgstr "Нет агента с таким именем." + +#~ msgid "Problem with Pandora FMS database" +#~ msgstr "Проблема с базой данных Pandora FMS" + +#~ msgid "" +#~ "Cannot connect to the database, please check your database setup in the " +#~ "include/config.php file.

    \n" +#~ "\t\t\tProbably your database, hostname, user or password values are " +#~ "incorrect or \n" +#~ "\t\t\tthe database server is not running." +#~ msgstr "" +#~ "Не удается подключиться к базе данных, пожалуйста, проверьте ваши настройки " +#~ "базы данных в include/config.php file.

    \n" +#~ "\t\t\t Возможно ваша база данных, имя хоста, пользователя или значения " +#~ "пароля неверны \n" +#~ "\t\t\t сервер базы данных не работает." + +#~ 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 "" +#~ "Если вы изменили систему авторизации, то эта проблема может возникнуть, " +#~ "потому что Pandora не может переопределить переменные авторизации из " +#~ "конфигурационной базы данных. Удалите их из своей базы данных, выполнив: " +#~ "
    DELETE FROM tconfig WHERE token = \"auth\";
    " + +#~ 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 "" +#~ "Не удается загрузить переменные конфигурации из базы данных. Пожалуйста, " +#~ "проверьте настройки базы данных в\n" +#~ "\t\t\t include/config.php файл.

    \n" +#~ "\t\t\t Скорее всего, ваша схема базы данных была создана, но в ней нет " +#~ "никаких данных, у вас проблемы с учетными данными доступа к базе данных или " +#~ "ваша схема устарела.\n" +#~ "\t\t\t

    Консоль Pandora FMS не может найти include/config.php " +#~ "или этот файл недействителен\n" +#~ "\t\t\t разрешения и HTTP сервер не может это прочитать. Пожалуйста, " +#~ "ознакомьтесь с документацией, чтобы исправить эту проблему.
    " + +#~ 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 "" +#~ "Консоль Pandora FMS не может найти include/config.php или этот файл " +#~ "недействителен\n" +#~ "\t\t\t разрешения и HTTP сервер не может это прочитать. Пожалуйста, " +#~ "ознакомьтесь с документацией, чтобы исправить эту проблему." + +#~ 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 "" +#~ "В соображениях безопасности, нормальная работа не представляется возможной, " +#~ "пока не удалите установщика файла.\n" +#~ "\t\t\t Пожалуйста, удалите ./install.php файл перед запуском консоли " +#~ "Pandora FMS." + +#~ 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 "" +#~ "В соображениях безопасности, config.php должен иметь ограниченные " +#~ "разрешения, и «чужие» пользователи \n" +#~ "\t\t\t не должны читать или записывать сюда. это должно быть записано только " +#~ "для владельца \n" +#~ "\t\t\t (обычно веб-данных или HTTP демон пользователя), нормальная работа не " +#~ "возможна, пока вы не измените\n" +#~ "\t\t\t разрешения для include/config.php файла. Пожалуйста, сделайте " +#~ "это, это для вашей безопасности." + +#~ msgid "Width proportional" +#~ msgstr "Ширина пропорциональна" + #~ msgid "Auto Save" #~ msgstr "Автосохранение" +#~ msgid "Could not be save" +#~ msgstr "Не может быть сохранено" + +#~ msgid "Show branch children" +#~ msgstr "Показать детское отделение" + +#~ msgid "Copy dashboard" +#~ msgstr "Копировать панель" + #~ msgid "Empty graph" #~ msgstr "Пустой график" + +#, php-format +#~ msgid "User %s login at %s" +#~ msgstr "Пользователь %s вход в %s" + +#, php-format +#~ msgid "User %s was deleted in the DB at %s" +#~ msgstr "Пользователь %s был удален в БД в %s" + +#, php-format +#~ msgid "User %s logout at %s" +#~ msgstr "Пользователь %s выход из %s" + +#~ msgid "Units. Value" +#~ msgstr "Единицы. Значение" + +#, php-format +#~ msgid "projection for %s" +#~ msgstr "проекция для %s" + +#~ msgid "Open incident" +#~ msgstr "Открытый инцидент" + +#~ msgid "Closed incident" +#~ msgstr "Закрытый инцидент" + +#~ msgid "Units" +#~ msgstr "Единицы" + +#~ msgid "Pie graph and Summary table" +#~ msgstr "Секторный график и Таблица суммирования" + +#~ msgid "Statistics table" +#~ msgstr "Таблица статистики" + +#~ msgid "10 mins" +#~ msgstr "10 мин." + +#~ msgid "15 mins" +#~ msgstr "15 мин." + +#~ msgid "30 mins" +#~ msgstr "30 мин" + +#~ msgid "5 days" +#~ msgstr "5 дней" + +#~ msgid "Last year" +#~ msgstr "Прошлый год" + +#~ msgid "1 min" +#~ msgstr "1 мин" + +#~ msgid "2 mins" +#~ msgstr "2 мин" + +#~ msgid "5 mins" +#~ msgstr "5 мин." + +#~ msgid "Aggregate" +#~ msgstr "Совокупность" + +#~ msgid "Error generating report" +#~ msgstr "Ошибка при формировани отчета" + +#~ msgid "MB" +#~ msgstr "МБ" + +#~ msgid "MB/s" +#~ msgstr "МБ/c" + +#~ msgid "kB" +#~ msgstr "Кбайт" + +#~ msgid "kB/s" +#~ msgstr "кб/с" + +#~ msgid "B/s" +#~ msgstr "Б/с" + +#~ msgid "Map summary" +#~ msgstr "Суммарная карта" + +#~ msgid "Default password for \"Admin\" user has not been changed." +#~ msgstr "Пароль по умолчанию для \"Админ\" пользователя не был изменен." + +#~ msgid "" +#~ "Please change the default password because is a common vulnerability " +#~ "reported." +#~ msgstr "" +#~ "Пожалуйста, измените пароль по умолчанию, потому что сообщает об общей " +#~ "уязвимости." + +#~ msgid "Remote configuration directory is not writtable for the console" +#~ msgstr "Дистанционный каталог конфигурации не доступен для записи в консоли" + +#~ msgid "Too much files in your tempora/attachment directory" +#~ msgstr "Слишком много файлов в приложениях директория" + +#~ msgid "" +#~ "There are too much files in attachment directory. This is not fatal, but you " +#~ "should consider cleaning up your attachment directory manually" +#~ msgstr "" +#~ "Слишком много файлов во приложении директория. Это не критично, но вы должны " +#~ "рассмотреть очистку вашего приложения директория вручную" + +#~ msgid "files" +#~ msgstr "файлы" + +#~ msgid "Database maintance problem" +#~ msgstr "Проблема обслуживания базы данных" + +#~ 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 "" +#~ "Ваша база данных не в хорошем состоянии. Кажется, что она находится более " +#~ "чем 48 часов без надлежащего обслуживания. Пожалуйста, ознакомьтесь с " +#~ "документацией Pandora FMS о том, как выполнять этот процесс обслуживания В " +#~ "процессе (pandora_db.pl) и начать его как можно скорее" + +#~ msgid "Default font doesnt exist" +#~ msgstr "Шрифт по умолчанию не существует" + +#~ msgid "" +#~ "Your defined font doesnt exist or is not defined. Please check font " +#~ "parameters in your config" +#~ msgstr "" +#~ "Установленный вами шрифт не существует или не определен. Пожалуйста, " +#~ "проверьте параметры шрифта в вашей конфигурации" + +#~ msgid "" +#~ "Your Pandora FMS has the \"develop_bypass\" mode enabled. This is a " +#~ "developer mode and should be disabled in a production system. This value is " +#~ "written in the main index.php file" +#~ msgstr "" +#~ "Ваш Pandora FMS режим \"develop_bypass\" включен. Это режим разработчика и " +#~ "должны быть отключен в производственной системе. Это значение записывается в " +#~ "главный файл index.php" + +#~ msgid "Error first setup Open update" +#~ msgstr "Ошибка первой установки Открыть обновление" + +#~ msgid "New update of Pandora Console" +#~ msgstr "Новое обновление Консоли Pandora" diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 09393879ba..121c377823 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -55,7 +55,9 @@ table.databox, input.sub, .introjs-tooltip, button.sub, -.bg_general { +.bg_general, +.show_result_interpreter, +div#rules::after { background-color: #222 !important; color: #fff; } @@ -232,7 +234,8 @@ div#foot { } /* Overwrite inline styles */ -.textodialogo td .white_important { +.textodialogo td .white_important, +.multi-select-container { color: #fff !important; } @@ -884,6 +887,7 @@ div#dashboard-controls { text-anchor: middle; fill: #fff; font-family: Verdana; + color: #fff; } .tickLabel { @@ -1027,3 +1031,18 @@ table.alternate tr:nth-child(2n + 1) td { table.alternate tr:nth-child(2n) td { background-color: #111; } + +.results-found { + background-color: #111; + color: #fff; +} + +#graph_container { + background-color: #111 !important; + color: #fff; +} + +#elasticsearch_editor, +#elasticsearch_view { + filter: invert(100%); +} diff --git a/pandora_console/operation/reporting/reporting_viewer.php b/pandora_console/operation/reporting/reporting_viewer.php index 34f3b7819c..6fef0568b2 100755 --- a/pandora_console/operation/reporting/reporting_viewer.php +++ b/pandora_console/operation/reporting/reporting_viewer.php @@ -96,7 +96,10 @@ if (check_acl_restricted_all($config['id_user'], $report_group, 'RW')) { $options['main']['text'] = ''.html_print_image( 'images/op_reporting.png', true, - ['title' => __('Main data')] + [ + 'title' => __('Main data'), + 'class' => 'invert_filter', + ] ).''; $options['list_items']['text'] = ''.html_print_image(