From 33ed2daacb15a0ac551521b473775f1af8ab9f1a Mon Sep 17 00:00:00 2001 From: jorgonzalez Date: Wed, 22 Oct 2008 15:03:48 +0000 Subject: [PATCH] 2008-10-22 Jorge Gonzalez * include/languages/es.po, include/languages/es.mo: Updated Spanish translation. * include/languages/index.pot: Updated po template file. * operation/messages/message.php, operation/servers/view_server.php, general/logon_ok.php, godmode/admin_access_logs.php, godmode/db/db_purge.php, godmode/agentes/manage_config.php, godmode/agentes/planned_downtime.php, godmode/agentes/manage_config_remote.php, godmode/reporting/graph_builder.php, godmode/servers/modificar_server.php: Updated translation infrastructure. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1188 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 16 + pandora_console/general/logon_ok.php | 12 +- pandora_console/godmode/admin_access_logs.php | 2 +- .../godmode/agentes/manage_config.php | 2 +- .../godmode/agentes/manage_config_remote.php | 2 +- .../godmode/agentes/planned_downtime.php | 2 +- pandora_console/godmode/db/db_purge.php | 2 +- .../godmode/reporting/graph_builder.php | 10 +- .../godmode/servers/modificar_server.php | 2 +- pandora_console/include/languages/es.mo | Bin 68088 -> 75846 bytes pandora_console/include/languages/es.po | 671 ++++++++++-------- pandora_console/include/languages/index.pot | 624 ++++++++-------- .../operation/messages/message.php | 2 +- .../operation/servers/view_server.php | 3 +- 14 files changed, 740 insertions(+), 610 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a37f9feab4..d5d953aea9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,19 @@ +2008-10-22 Jorge Gonzalez + + * include/languages/es.po, include/languages/es.mo: Updated Spanish + translation. + + * include/languages/index.pot: Updated po template file. + + * operation/messages/message.php, operation/servers/view_server.php, + general/logon_ok.php, godmode/admin_access_logs.php, + godmode/db/db_purge.php, godmode/agentes/manage_config.php, + godmode/agentes/planned_downtime.php, + godmode/agentes/manage_config_remote.php, + godmode/reporting/graph_builder.php, + godmode/servers/modificar_server.php: Updated translation + infrastructure. + 2008-10-22 Evi Vanoost * operation/snmpconsole/snmp_view.php: Style update and uses new diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index 4e3410d441..a8c2f47137 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -138,19 +138,19 @@ $users_defined = get_db_sql ($query1); echo ""; echo ""; -echo ""; +echo ""; echo ""; -echo ""; +echo ""; echo ""; -echo ""; +echo ""; echo ""; +echo ""; echo ""; -echo ""; +echo ""; echo ""; echo "
".__('Pandora FMS Overview')."
"."Total agents"."
".__('Total agents')."".$total_agents."
"."Total checks"."
".__('Total checks')."".$total_checks."
"."Monitor BAD"."
".__('Monitor BAD').""; if ($monitor_bad > 0) echo $monitor_bad; else echo "-"; -echo "
"."Alerts defined"."
".__('Alerts defined')."".$total_alerts."
"."Total users"."
".__('Total users')."".$users_defined."
"; @@ -168,7 +168,7 @@ $table->size = array (); $table->size[2] = '130px'; $table->size[4] = '200px'; $table->head = array (); -$table->head[0] = __('user'); +$table->head[0] = __('User'); $table->head[1] = __('Action'); $table->head[2] = __('Date'); $table->head[3] = __('Source IP'); diff --git a/pandora_console/godmode/admin_access_logs.php b/pandora_console/godmode/admin_access_logs.php index ef53b95c42..38a0e7549f 100644 --- a/pandora_console/godmode/admin_access_logs.php +++ b/pandora_console/godmode/admin_access_logs.php @@ -102,7 +102,7 @@ $result=mysql_query($query1); // table header echo ''; echo ''; -echo ''; +echo ''; echo ''; echo ''; echo ''; diff --git a/pandora_console/godmode/agentes/manage_config.php b/pandora_console/godmode/agentes/manage_config.php index 26c96f32fc..96a00df2ff 100644 --- a/pandora_console/godmode/agentes/manage_config.php +++ b/pandora_console/godmode/agentes/manage_config.php @@ -341,7 +341,7 @@ if (isset ($_POST["delete_agent"])) { // ============ // title -echo '

'.__('Agent configuration'). '>'. __('Configuration Management').'

'; +echo '

'.__('Agent configuration'). ' > '. __('Configuration Management').'

'; echo ''; echo '
'.__('user').''.__('User').''.__('Action').''.__('Date').''.__('Source IP').'
'; diff --git a/pandora_console/godmode/agentes/manage_config_remote.php b/pandora_console/godmode/agentes/manage_config_remote.php index 8d6d19c36a..5c00ad2670 100644 --- a/pandora_console/godmode/agentes/manage_config_remote.php +++ b/pandora_console/godmode/agentes/manage_config_remote.php @@ -79,7 +79,7 @@ if ((isset($_GET["operacion"])) AND ($update_agent == -1) AND ($update_group == } else { // title - echo '

'.__('Agent configuration'). '>'. __('Configuration Management').'

'; + echo '

'.__('Agent configuration'). ' > '. __('Configuration Management').'

'; echo ''; echo "
"; diff --git a/pandora_console/godmode/agentes/planned_downtime.php b/pandora_console/godmode/agentes/planned_downtime.php index 951751b765..74a5d61669 100644 --- a/pandora_console/godmode/agentes/planned_downtime.php +++ b/pandora_console/godmode/agentes/planned_downtime.php @@ -278,7 +278,7 @@ if ($create_downtime || $update_downtime) { $sql = "SELECT * FROM tplanned_downtime"; $downtimes = get_db_all_rows_sql ($sql); if (!$downtimes) { - echo '
'.('No planned downtime').'
'; + echo '
'.__('No planned downtime').'
'; } else { foreach ($downtimes as $downtime) { diff --git a/pandora_console/godmode/db/db_purge.php b/pandora_console/godmode/db/db_purge.php index 9a45b4c2e4..d4dacc8a29 100644 --- a/pandora_console/godmode/db/db_purge.php +++ b/pandora_console/godmode/db/db_purge.php @@ -38,7 +38,7 @@ if (isset ($_POST["agent"])){ -echo '

'.__('Database Maintenance').' >'.__('Database purge').'

+echo '

'.__('Database Maintenance').' > '.__('Database purge').'



'.__('Get data from agent').'

'; diff --git a/pandora_console/godmode/reporting/graph_builder.php b/pandora_console/godmode/reporting/graph_builder.php index 7b341d3dcd..38d8a680f4 100644 --- a/pandora_console/godmode/reporting/graph_builder.php +++ b/pandora_console/godmode/reporting/graph_builder.php @@ -214,7 +214,7 @@ if (isset ($chunk1)) { echo " - + "; $color=0; for ($a=0; $a < count($module_array); $a++){ @@ -261,12 +261,8 @@ if (($render == 1) && (isset($modules))) { // SOURCE AGENT TABLE/FORM // ----------------------- -if ($add_module) { - echo __('Graph builder').""; -} else { - echo "

".__('Graph builder')."

"; -} -echo "
".__('Agent')." ".__('Module')."Weight".__('Weight')." ".__('Delete')."
"; +echo __('Graph builder').""; +echo "
"; echo ""; print_input_hidden ('add_module', 1); if (isset($period)) diff --git a/pandora_console/godmode/servers/modificar_server.php b/pandora_console/godmode/servers/modificar_server.php index b443c79726..6ab4fffa4d 100644 --- a/pandora_console/godmode/servers/modificar_server.php +++ b/pandora_console/godmode/servers/modificar_server.php @@ -84,7 +84,7 @@ if (isset($_GET["server"])) { $table->width = "90%"; $table->class = "databox"; $table->align = array ('',"center","center","center","center","center","center","center"); - $table->head = array (__('Name'),__('Status'),__('IP Address'),__('Description'),__('Type'),__('Started at'),__('Updated at'),__('Delete')); + $table->head = array (__('Name'),__('Status'),__('IP Address'),__('Description'),__('Type'),__('Started'),__('Updated'),__('Delete')); foreach ($result as $row) { $server = ""; diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo index d28aed40d125cf1e267be5baf83cdb08bfe1abfb..ac24b244f7c88622bacc6c5f0461dfa2ac5b2d7f 100644 GIT binary patch literal 75846 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
  • J`Ul^?$&cy4Y>NO4!QN?yx z1bd)nHVpIO^QeJmqCPxx(Ty9iJbsGWiC<9d|3FPB<|k)@#W03+CDefRFbp3@^&4nI zqyUkpFhBM|tLrtjWO{bqmsMoYT z(mvpN(uugbp}zHfjU!PzF%xw(i%}EXgW8$TP!qmj(pOPmz~3+y3;yiXD~sBJ>Zpk{ zHa?D#jPH7qh%QApY>T~dzQvCaYD*j3awgExn1)*6T-0m#A?i|IK)pS;u`ZBW@ zj_w&Oh{I7wHy-Qj{a;F?37$YzjQWl3!pi8zuBaWzG`@~iN$vr!FmPz}$ZR&L#KCR_*gi5`p%a3!k# zDO5jyVMDC)hqIu5sP;2Z{lE7I`>zR{BSQm3+;yytiKKg?%4eWD+>9FF0%`@;J*QqG z)+X&i<3Dm8B>~H7x zwnL?#zzFPux{N(gXY4_}H6u;_WGq4Y71ZTjYupkrkq=QF9maS(hI&mdp)ThYEP&Tc z`VZ9a`9CH<;UDL1sg4Qcw=nibz3*A5{zjuFJ|3enFqw!3o`o9tRn$sWVG-PfTG4(~ z!!M2JQ7gHOd+;ZWUUi9`*X&#X?xza@yCxlBAoVcCI^WqJ2yqDt56gA5Y_J~)RAAt(0~8` zfr!rbSJW2WL#?b*gfmbr)Wn*hCh#aW!;YvGO-8+LubKQksQ&JuA6b3hD zwUB>Ncc(P}R-&V5Y3v;!q7{xrHCTu`qa~;_ehaJMR@BTdpa#B-n(&XtTgclNdY+*p zlCFz{E`*-s7S$|yejqF*+$3zEEHIsa=&41c9fXglSQtMgzX9qwNM2>)?Mx>+f=+}J zgp%ZaX!5%n$qxOXRVDqF5K_K+;(3a^LM(|Vc6NBl(d`HE7s2$OT z)AJ5_ZpyW-KTvlK@kxX$#Pxh(tU!E-iQlHpHqzUur{@|rrtFm7|79djli3x$RGf&9 z;4JcvVhz$q34an#!tUh%L;S(Bmv}Ss^;C3leTVOn*O_dnK=uh+=*<9d>KI(d2yI=FVx$qK^1rqbKQ`8(#np4Uy; zE<8c`hbFz1?~khmiRb8a6Rsr8B|d`Y?Wy?iGlKlurr}2v{6=~rbAut}j(WzBSBLaRVeJ1kGE>RWvzyE{#CMQ)mH4N`SCBuMFp|81_#9y( z@eINt>Ui)XZox*B>6t{kuW=B03rye5siUWrNjFhi=l?kwiB$ZQjD@6+lU_*t2lASd z?u`H98A46+Gblewye+;$nVu@@jOQ@v&#^9Huqj(Yy}71bb@a@nY$R&@&|j}@@giY8 zA&Ky`Y21&7vq>*9>9xcQ5MPXqOA-qVQ zp3}sAgjY2FWFmu|{Lnx7EppAJ;^(NRH1V;7zv%o1p&ofJJv1rRSw?6`-iw4k2|2X= zk~RkjAFBe-aPnJXb>!zD^xO@Q(9?^sjLL-w*9gB7^!#Ni_NHDB!fS+4l(i@S3}FFv z60jPUrfe0qCVd5eCd?sEPj{o@WhvM5F9tNu)KJp-$00J7Qc#)XRl*(Oa|mzI!FbYB zi9dJ>QgnUJcp~!(-%`C*WE`Yyugra0`X{i$+g< z!jt4D;&6OXnLN?dNyho8rycI6<4)Ak6Nm5O2J*Lua`>~|)cwq)A8<1~bpN?*W>xnn zd6f>{GM!bU;YL$71rtd>fgcdQS3cLuDQxmycapA7r1uftH0cK%B5#LD>}1g5goCDS zX#5*=c!rQ`I{wO3zD&9W@y#ZG9dZ5jQqq(^U?}BpllaWkd*7^3<@Xur2hv{_-w7je2>ycK zQ>MpD=t13Q9_l+IRKhXn{f{8AlLmUOlh(5ltC4pEi_-8Cd2iqorrwjLp6b3!{2yFz z@(SWJ)Z0hcO8yMO9D*LRUf27Sl~eixm8X+fOXqFyJJPjqKZV1{yH0#1;c3E2!vF6{ zqTYjN9FgYK>p~c6@(Yqzj(9ghT|)i;>nGrP$|UkK@M9GA!cRPB7F#WE0sDI_((=XIaDwZMfIEA|(YBZ1d&*Z&MoqzBi;T`fm zQ5)iVyre4`mE|_~1E7q&DdJ>|2=qKBO{rP z^?YE=r1DYMcA400&c-1)~!(%D2`QXu{WF2pMM747sykbaK%qgaQqlTg5v zIW_o2C32O#L5#CO>;J_JI39PBE{P{h-dUp>^Ka$zA*U%C@n?20c9O% zcYyeELJIlgaS2W!%p<8vTPB`hZVZpuEy*Qh%R^HE1nEag2(wXNIye*H)R`$Zy}5%d{6lvLMml?Iy!{@m-T$q zy+9p3J+Lq7KqLOK&vaS>KOsCGs^a{kDd`W0<~0qK+mQGa!XK2KqJ261MjcWX^H9A! zlzm9vSjyX}AZ$B9>2U--F_=S}NyM*U0^uTc)5w3H|NY7JfoXV_jBicn9~;#{0_ER4lvZ9Y zb^rJIos4NFfAvF!>uCQh?XxJWN&W#-ww=6V`u_h!*lGqCNad=glXEzn%FQvKX=GFH zq$yX{XQo|${F?l{rk-d?-V5XfOr5E?k^UdSN#xg}PGE>>kVU44FoOzv$=gVXCw-XE zh`jkUc<_8no}L!OuTUopA9@0=EuY)K2ba;!rv((Ea<7eXa2G)r%ds=*{=|bO?{iaE<(p|g zPZ6H4DIbGPwAz6b=;=ee3k}XXNtcbkQdW)7ocJ-5UkY!M*PU>I(2H=*l!gMNrQG;thy@LSsEeFdYZsw}j5hBUC2- z9$_?fy|n2|yg1=e%H|R(koVwujQm~HyMzy(VirI8m8j$+vnYD-Z&O-^_#*N~5uPTj zBtM?K{KT(nqVB<&z7cMhJ2lFyOdl=NXs~?@sq+dEHq)DkP_-sBNWzHSE-ZBl3F3r24b`ImZXKwCpmTDsdw+ zeCd?CJt-;P6t{19&Lf@#%T7+}X&+9S8kRoRzL-2Hk9%-xn%8cU@>I^klrq+;cfFSV z<=}0FU2S|BW8H0h>4Q^;WM_J^Qhn+6!Xf2y&J3Av*<(`++H+GA?e9`2=5>$qq-A?^ z`VV`=itnC9MSoUmvfrKI&2+aKV!t?ix7|6dQ-l_2uT9H}NbzKOa@-@L!|e?jP3^52 z@!{DSDfXs};&#!@1NQHk)9nTRg7#Mb3r~8|S*Sb7>-Kv_c~k1RyQFzNey=;(m!9QG z&T@D0q^I~YJuGfSYC3~5M_;DfljO_Ja%T-q^}D^9nPjv`%6u&6a@Ox*_PNn5?5bnR z+q(xx<#_(?5u`$GuY3_Px@j z7+cSIGU@-EMVdD=%ii`%zew#wlE-h~f8}OQ*}3nB`OQAzvfMNxL?#qI5k#T{b0kM(DHN4PV+o|Linw#7Z{ zN=uGKW)1ba)4ikZUzQY&N%Lm;-TqK5za77{aQ+mZE+FOJ6x+SDL`?gqyR%p6*`Bnt zvG!9-OXXwh)d5$}&R#mw{$c5fylEbGG0R^5MlZYUvejihne^{-k4p8^N(buqrLof~ z-odHq^g3xpQ9IxA4Evqssdo1jRdepHC}-L6%MdhLK z-FZ!w*Va_CcdSaVcdv=Im#%4O?_Zmcb7k%4;r8D3&lS{u``sga>8acgdhfWQwY_D7 z+rGMCy6xMTk@NM&tCoFYQ>C1Ho0?jA-QH1pqdIJ^Z_nD?FxER-r}yAa*t<5T+x50I zi|OO_yZZRD-CBq}cFR_K=X=pPOLERy)kgSIvb7d2XI))KXY|2Dll4CNcrBcFY5vw9 z^6MMm8j|VD&hXoFw(X4f4R>XvWe-VBcV%RT4&NTJy<$YRpDQUs-4)>o!BH)FVQaZe%aXE6=~ja z?iM}Lho}2Sr`vtre=)U_Cp$fPXoe@HcDpedzRaxu>7jn2dZ^#9W+G3%-nBb;(=~lx z<|FR^v~*WX%1%v7ahqP{-C=jrTIMzM(!E9uoezY1zr2)L0yB@toS{NUe&>H#3`1ly>D(Yv(o3rneSj)b2w0~YFZ9jQzLY`11 z`{=PnIYT~e6mGZuym8K{FUneW(UTkPJ15KAwN5Qg7|NmfQc~F?uA_Sh!>2I!I-$?& z#?uGG?NR3&+qvh<+eJStYP&B)=Uh48G|Wo16E3Fa*caPbIX_;ynU_t>x$u3SF#Gn^ z!}i&0oowHaWg75?Hc0Q|ge&_2RdL_1>&Sy=rBE33>5uRX&7^`#eSd6tj_;HL? zCb%)yDjEE;fR!1XSkTHJ>=ehikH=ck!L_kgr(n~9R^{O6cq<`zv!L}?@Xa`@La=MR zRVA1=p6SLEweoKd5VL~Ci_&gxAuHeZf`zSSmeWt&qE>8hR}rgLFtrFv{H};KX#3;E ztkL1Y&r4dxf?t)iS_SKrViHNEtiHi}rL5B18zfk(!-Ln#(tD9|*1hQNom#n5S-L-1 z%5B*N+v!WsuaGA#RaZIqiJQ4Zm$#ai>KXcBN*$-aFgQN{|D9T}b$M%2@NjwS@!0OU z8+l*T^|hc@uxtfucW`SZtKjy|6|LrBt-9+TCGlPJd(*th$$XwU{Smo2{5;U%*t$OR z?eXj8@r6qo=4CR@%gawis%QJo%2o+0CiF4oM\n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -23,8 +23,8 @@ msgid "There was a problem locating the source of the graph" msgstr "Hubo un problema al localizar la fuente del gráfico" #: ../../reporting/stat_win.php:53 ../../reporting/stat_win.php:218 -#: ../../godmode/reporting/graph_builder.php:333 -#: ../../godmode/reporting/graph_builder.php:389 +#: ../../godmode/reporting/graph_builder.php:329 +#: ../../godmode/reporting/graph_builder.php:385 #: ../../godmode/reporting/reporting_builder.php:386 #: ../../include/functions.php:536 #: ../../operation/reporting/graph_viewer.php:124 @@ -32,29 +32,29 @@ msgid "1 hour" msgstr "Una hora" #: ../../reporting/stat_win.php:55 ../../reporting/stat_win.php:219 -#: ../../godmode/reporting/graph_builder.php:336 -#: ../../godmode/reporting/graph_builder.php:390 +#: ../../godmode/reporting/graph_builder.php:332 +#: ../../godmode/reporting/graph_builder.php:386 #: ../../include/functions.php:539 msgid "2 hours" msgstr "2 horas" #: ../../reporting/stat_win.php:57 ../../reporting/stat_win.php:220 -#: ../../godmode/reporting/graph_builder.php:342 -#: ../../godmode/reporting/graph_builder.php:392 +#: ../../godmode/reporting/graph_builder.php:338 +#: ../../godmode/reporting/graph_builder.php:388 #: ../../include/functions.php:542 msgid "6 hours" msgstr "6 horas" #: ../../reporting/stat_win.php:59 ../../reporting/stat_win.php:221 -#: ../../godmode/reporting/graph_builder.php:345 -#: ../../godmode/reporting/graph_builder.php:393 +#: ../../godmode/reporting/graph_builder.php:341 +#: ../../godmode/reporting/graph_builder.php:389 #: ../../include/functions.php:545 msgid "12 hours" msgstr "12 horas" #: ../../reporting/stat_win.php:61 ../../reporting/stat_win.php:222 -#: ../../godmode/reporting/graph_builder.php:348 -#: ../../godmode/reporting/graph_builder.php:375 +#: ../../godmode/reporting/graph_builder.php:344 +#: ../../godmode/reporting/graph_builder.php:371 #: ../../godmode/reporting/reporting_builder.php:391 #: ../../include/functions.php:548 #: ../../operation/reporting/graph_viewer.php:129 @@ -62,8 +62,8 @@ msgid "1 day" msgstr "día" #: ../../reporting/stat_win.php:63 ../../reporting/stat_win.php:223 -#: ../../godmode/reporting/graph_builder.php:351 -#: ../../godmode/reporting/graph_builder.php:395 +#: ../../godmode/reporting/graph_builder.php:347 +#: ../../godmode/reporting/graph_builder.php:391 #: ../../godmode/reporting/reporting_builder.php:392 #: ../../include/functions.php:551 #: ../../operation/reporting/graph_viewer.php:130 @@ -83,9 +83,9 @@ msgid "1 week" msgstr "semana" #: ../../reporting/stat_win.php:69 ../../reporting/stat_win.php:226 -#: ../../godmode/reporting/map_builder.php:372 -#: ../../godmode/reporting/graph_builder.php:360 -#: ../../godmode/reporting/graph_builder.php:397 +#: ../../godmode/reporting/map_builder.php:369 +#: ../../godmode/reporting/graph_builder.php:356 +#: ../../godmode/reporting/graph_builder.php:393 #: ../../include/functions.php:560 msgid "15 days" msgstr "15 días" @@ -98,15 +98,15 @@ msgid "1 month" msgstr "Un mes" #: ../../reporting/stat_win.php:73 ../../reporting/stat_win.php:228 -#: ../../godmode/reporting/graph_builder.php:366 -#: ../../godmode/reporting/graph_builder.php:399 +#: ../../godmode/reporting/graph_builder.php:362 +#: ../../godmode/reporting/graph_builder.php:395 #: ../../include/functions.php:566 msgid "2 months" msgstr "2 meses" #: ../../reporting/stat_win.php:75 ../../reporting/stat_win.php:229 -#: ../../godmode/reporting/graph_builder.php:369 -#: ../../godmode/reporting/graph_builder.php:400 +#: ../../godmode/reporting/graph_builder.php:365 +#: ../../godmode/reporting/graph_builder.php:396 #: ../../godmode/reporting/reporting_builder.php:396 #: ../../include/functions.php:569 #: ../../operation/reporting/graph_viewer.php:133 @@ -262,7 +262,7 @@ msgstr "Fuera de límites" #: ../../reporting/fgraph.php:2138 ../../include/functions_reporting.php:356 #: ../../operation/agentes/estado_grupo.php:168 -#: ../../operation/agentes/ver_agente.php:106 +#: ../../operation/agentes/ver_agente.php:107 msgid "Alerts fired" msgstr "Alertas disparadas" @@ -341,7 +341,7 @@ msgstr "" "La sesión ha finalizado. Cierre la ventana del navegador para cerrar la " "sesión de Pandora FMS.

    " -#: ../../general/links_menu.php:22 ../../godmode/menu.php:224 +#: ../../general/links_menu.php:22 ../../godmode/menu.php:228 msgid "Links" msgstr "Enlaces" @@ -382,7 +382,7 @@ msgstr "Tiene " msgid " unread message(s)." msgstr " mensaje(s) sin leer." -#: ../../general/logon_ok.php:48 ../../godmode/menu.php:232 +#: ../../general/logon_ok.php:48 ../../godmode/menu.php:236 msgid "Site news" msgstr "Noticias del sistema" @@ -441,13 +441,35 @@ msgstr "de alertas no disparadas" msgid "Pandora FMS Overview" msgstr "Visión general de Pandora FMS" +#: ../../general/logon_ok.php:141 +msgid "Total agents" +msgstr "Agentes totales" + +#: ../../general/logon_ok.php:143 +msgid "Total checks" +msgstr "Comprobaciones totales" + +#: ../../general/logon_ok.php:145 ../../operation/agentes/tactical.php:125 +msgid "Monitor BAD" +msgstr "Monitor MAL" + +#: ../../general/logon_ok.php:151 +msgid "Alerts defined" +msgstr "Alertas definidas" + +#: ../../general/logon_ok.php:153 +msgid "Total users" +msgstr "Usuarios totales" + #: ../../general/logon_ok.php:161 msgid "This is your last activity in Pandora FMS console" msgstr "Ésta es su última actividad en la consola de Pandora FMS" -#: ../../general/logon_ok.php:171 ../../godmode/admin_access_logs.php:105 -msgid "user" -msgstr "usuario" +#: ../../general/logon_ok.php:171 +#: ../../godmode/servers/manage_export_form.php:103 +#: ../../godmode/admin_access_logs.php:105 +msgid "User" +msgstr "Usuario" #: ../../general/logon_ok.php:172 ../../godmode/servers/manage_export.php:102 #: ../../godmode/servers/manage_recontask.php:100 @@ -461,7 +483,8 @@ msgstr "usuario" #: ../../godmode/modules/manage_network_components.php:230 #: ../../godmode/modules/manage_network_templates.php:54 #: ../../operation/snmpconsole/snmp_alert.php:291 -#: ../../operation/snmpconsole/snmp_view.php:177 +#: ../../operation/snmpconsole/snmp_view.php:103 +#: ../../operation/snmpconsole/snmp_view.php:143 #: ../../operation/events/events.php:353 ../../operation/events/events.php:509 msgid "Action" msgstr "Acción" @@ -487,7 +510,7 @@ msgstr "Comentarios" #: ../../general/header.php:31 msgid "You are" -msgstr "Es" +msgstr "Conectado como" #: ../../general/header.php:35 msgid "Logout" @@ -543,11 +566,11 @@ msgstr "" "pueden ser revisados por cada usuario. Comunique al administrador cualquier " "incidente o fallo." -#: ../../index.php:104 +#: ../../index.php:111 msgid "the Flexible Monitoring System" msgstr "el Sistema Flexible de Monitorización" -#: ../../index.php:247 +#: ../../index.php:255 msgid "Sorry! I can't find the page!" msgstr "No se puede encontrar la página." @@ -572,11 +595,12 @@ msgid "" "task of getting new modules, new plugins and new features (even full " "migrations tools for future versions) automatically." msgstr "" -"El nuevo cliente de Update Manager " -"viene con la nueva versión de Pandora FMS 2.0. Permite que los administradores " -"actualicen sus Pandora FMS automáticamente, ya que el Update Manager obtendrá los " -"módulos complementos y otras características nuevas (incluso migraciones " -"completas de herramientas para futuras versiones) de forma automática." +"El nuevo cliente de Update " +"Manager viene con la nueva versión de Pandora FMS 2.0. Permite que los " +"administradores actualicen sus Pandora FMS automáticamente, ya que el Update " +"Manager obtendrá los módulos complementos y otras características nuevas " +"(incluso migraciones completas de herramientas para futuras versiones) de " +"forma automática." #: ../../extensions/update_manager/main.php:44 msgid "" @@ -584,9 +608,9 @@ msgid "" "Enterprise version, for more information visit http://pandorafms.com." msgstr "" -"El Update Manager es una de las características más avanzadas de Pandora FMS 2.0 Enterprise, " -"para obtener más información visite http://pandorafms.com." +"El Update Manager es una de las características más avanzadas de Pandora FMS " +"2.0 Enterprise, para obtener más información visite http://pandorafms.com." #: ../../extensions/update_manager/main.php:46 msgid "" @@ -622,7 +646,7 @@ msgstr "ID" #: ../../extensions/update_manager/main.php:80 #: ../../godmode/setup/news.php:129 ../../include/functions_db.php:1993 #: ../../include/functions_reporting.php:257 -#: ../../operation/snmpconsole/snmp_view.php:175 +#: ../../operation/snmpconsole/snmp_view.php:139 #: ../../operation/agentes/status_monitor.php:190 #: ../../operation/agentes/estado_ultimopaquete.php:59 #: ../../operation/agentes/datos_agente.php:80 @@ -632,7 +656,7 @@ msgid "Timestamp" msgstr "Fecha/Hora" #: ../../extensions/update_manager/main.php:83 -#: ../../godmode/reporting/graph_builder.php:491 +#: ../../godmode/reporting/graph_builder.php:487 #: ../../godmode/reporting/reporting_builder.php:347 #: ../../godmode/reporting/reporting_builder.php:501 #: ../../godmode/servers/modificar_server.php:69 @@ -649,7 +673,7 @@ msgstr "Fecha/Hora" #: ../../godmode/agentes/module_manager_editor_prediction.php:170 #: ../../godmode/agentes/module_manager_editor_network.php:282 #: ../../godmode/agentes/modificar_agente.php:223 -#: ../../godmode/agentes/agent_manager.php:180 +#: ../../godmode/agentes/agent_manager.php:182 #: ../../godmode/agentes/module_manager.php:87 #: ../../godmode/agentes/alert_manager_editor.php:111 #: ../../godmode/agentes/alert_manager_editor.php:369 @@ -684,8 +708,8 @@ msgstr "Sobreescribir cambios locales" #: ../../extensions/update_manager/main.php:93 #: ../../extensions/update_manager/settings.php:82 -#: ../../godmode/reporting/map_builder.php:320 -#: ../../godmode/reporting/map_builder.php:556 +#: ../../godmode/reporting/map_builder.php:317 +#: ../../godmode/reporting/map_builder.php:553 #: ../../godmode/reporting/reporting_builder.php:358 #: ../../godmode/servers/modificar_server.php:74 #: ../../godmode/servers/manage_recontask_form.php:141 @@ -706,7 +730,7 @@ msgstr "Sobreescribir cambios locales" #: ../../godmode/agentes/alert_manager.php:174 #: ../../godmode/agentes/module_manager_editor_prediction.php:181 #: ../../godmode/agentes/module_manager_editor_network.php:293 -#: ../../godmode/agentes/agent_manager.php:219 +#: ../../godmode/agentes/agent_manager.php:221 #: ../../godmode/agentes/module_manager.php:157 #: ../../godmode/agentes/alert_manager_editor.php:290 #: ../../godmode/agentes/alert_manager_editor.php:402 @@ -797,7 +821,7 @@ msgstr "Público" #: ../../godmode/agentes/module_manager_editor_plugin.php:99 #: ../../godmode/agentes/module_manager_editor_prediction.php:100 #: ../../godmode/agentes/module_manager_editor_network.php:132 -#: ../../godmode/agentes/agent_manager.php:197 +#: ../../godmode/agentes/agent_manager.php:199 #: ../../godmode/agentes/alert_manager_editor.php:102 #: ../../godmode/agentes/alert_manager_editor.php:106 #: ../../godmode/agentes/alert_manager_editor.php:271 @@ -891,8 +915,7 @@ msgstr "Actualizado correctamente" msgid "Not updated. Error updating data" msgstr "No se ha podido actualizar. Error al actualizar los datos." -#: ../../godmode/reporting/map_builder.php:256 -#: ../../godmode/reporting/map_builder.php:291 +#: ../../godmode/reporting/map_builder.php:255 #: ../../godmode/reporting/graph_builder.php:202 #: ../../godmode/reporting/reporting_builder.php:244 #: ../../godmode/reporting/reporting_builder.php:321 @@ -901,21 +924,20 @@ msgstr "No se ha podido actualizar. Error al actualizar los datos." #: ../../operation/reporting/graph_viewer.php:109 #: ../../operation/reporting/graph_viewer.php:158 #: ../../operation/reporting/custom_reporting.php:31 -#: ../../operation/menu.php:274 +#: ../../operation/menu.php:277 msgid "Reporting" msgstr "Informes" -#: ../../godmode/reporting/map_builder.php:256 -#: ../../godmode/reporting/map_builder.php:292 ../../godmode/menu.php:159 +#: ../../godmode/reporting/map_builder.php:255 ../../godmode/menu.php:163 msgid "Map builder" msgstr "Creador de mapas" -#: ../../godmode/reporting/map_builder.php:261 +#: ../../godmode/reporting/map_builder.php:263 msgid "Map name" msgstr "Nombre de mapa" -#: ../../godmode/reporting/map_builder.php:262 -#: ../../godmode/reporting/map_builder.php:304 +#: ../../godmode/reporting/map_builder.php:264 +#: ../../godmode/reporting/map_builder.php:301 #: ../../godmode/reporting/reporting_builder.php:331 #: ../../godmode/servers/manage_recontask.php:100 #: ../../godmode/servers/manage_recontask_form.php:127 @@ -936,7 +958,7 @@ msgstr "Nombre de mapa" #: ../../operation/visual_console/index.php:36 #: ../../operation/agentes/status_monitor.php:65 #: ../../operation/agentes/estado_generalagente.php:107 -#: ../../operation/agentes/ver_agente.php:50 +#: ../../operation/agentes/ver_agente.php:51 #: ../../operation/agentes/estado_agente.php:56 #: ../../operation/agentes/estado_agente.php:160 #: ../../operation/agentes/estado_alertas.php:134 @@ -944,8 +966,8 @@ msgstr "Nombre de mapa" msgid "Group" msgstr "Grupo" -#: ../../godmode/reporting/map_builder.php:263 -#: ../../godmode/reporting/map_builder.php:357 +#: ../../godmode/reporting/map_builder.php:265 +#: ../../godmode/reporting/map_builder.php:354 #: ../../godmode/reporting/graph_builder.php:218 #: ../../godmode/reporting/graph_builder.php:242 #: ../../godmode/reporting/reporting_builder.php:261 @@ -974,16 +996,17 @@ msgstr "Grupo" #: ../../operation/incidents/incident.php:264 #: ../../operation/incidents/incident_detail.php:394 #: ../../operation/snmpconsole/snmp_alert.php:328 -#: ../../operation/snmpconsole/snmp_view.php:278 +#: ../../operation/snmpconsole/snmp_view.php:223 +#: ../../operation/snmpconsole/snmp_view.php:238 #: ../../operation/agentes/datos_agente.php:79 #: ../../operation/events/events.php:497 #: ../../operation/messages/message.php:192 msgid "Delete" msgstr "Borrar" -#: ../../godmode/reporting/map_builder.php:287 -#: ../../godmode/reporting/map_builder.php:324 -#: ../../godmode/reporting/map_builder.php:429 +#: ../../godmode/reporting/map_builder.php:289 +#: ../../godmode/reporting/map_builder.php:321 +#: ../../godmode/reporting/map_builder.php:426 #: ../../godmode/reporting/reporting_builder.php:314 #: ../../godmode/reporting/reporting_builder.php:361 #: ../../godmode/servers/manage_export.php:96 @@ -999,7 +1022,7 @@ msgstr "Borrar" #: ../../godmode/agentes/alert_manager.php:47 #: ../../godmode/agentes/module_manager_editor_prediction.php:179 #: ../../godmode/agentes/module_manager_editor_network.php:291 -#: ../../godmode/agentes/agent_manager.php:216 +#: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/module_manager.php:68 #: ../../godmode/modules/manage_network_components.php:210 #: ../../godmode/modules/manage_nc_groups.php:109 @@ -1010,12 +1033,12 @@ msgstr "Borrar" #: ../../godmode/alerts/configure_alert.php:98 #: ../../operation/incidents/incident_detail.php:323 #: ../../operation/snmpconsole/snmp_alert.php:245 -#: ../../operation/snmpconsole/snmp_alert.php:342 +#: ../../operation/snmpconsole/snmp_alert.php:362 msgid "Create" msgstr "Crear" -#: ../../godmode/reporting/map_builder.php:302 -#: ../../godmode/reporting/graph_builder.php:479 +#: ../../godmode/reporting/map_builder.php:299 +#: ../../godmode/reporting/graph_builder.php:475 #: ../../godmode/extensions.php:36 ../../godmode/servers/manage_export.php:102 #: ../../godmode/servers/modificar_server.php:67 #: ../../godmode/servers/modificar_server.php:87 @@ -1043,51 +1066,51 @@ msgstr "Crear" msgid "Name" msgstr "Nombre" -#: ../../godmode/reporting/map_builder.php:306 +#: ../../godmode/reporting/map_builder.php:303 msgid "Background" msgstr "Imagen de fondo" -#: ../../godmode/reporting/map_builder.php:310 -#: ../../godmode/reporting/map_builder.php:404 -#: ../../godmode/reporting/graph_builder.php:308 +#: ../../godmode/reporting/map_builder.php:307 +#: ../../godmode/reporting/map_builder.php:401 +#: ../../godmode/reporting/graph_builder.php:304 msgid "Width" msgstr "Anchura" -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/reporting/map_builder.php:402 -#: ../../godmode/reporting/graph_builder.php:326 +#: ../../godmode/reporting/map_builder.php:309 +#: ../../godmode/reporting/map_builder.php:399 +#: ../../godmode/reporting/graph_builder.php:322 msgid "Height" msgstr "Altura" -#: ../../godmode/reporting/map_builder.php:332 +#: ../../godmode/reporting/map_builder.php:329 msgid "preview" msgstr "vista previa" -#: ../../godmode/reporting/map_builder.php:350 +#: ../../godmode/reporting/map_builder.php:347 msgid "Map element trash" msgstr "Papelera de elementos" -#: ../../godmode/reporting/map_builder.php:351 +#: ../../godmode/reporting/map_builder.php:348 msgid "Drag an element here to delete from the map" msgstr "Arrastre un elemento aquí para borrarlo del mapa" -#: ../../godmode/reporting/map_builder.php:364 +#: ../../godmode/reporting/map_builder.php:361 msgid "Hour" msgstr "Hora" +#: ../../godmode/reporting/map_builder.php:362 +#: ../../godmode/reporting/map_builder.php:363 +#: ../../godmode/reporting/map_builder.php:364 #: ../../godmode/reporting/map_builder.php:365 -#: ../../godmode/reporting/map_builder.php:366 -#: ../../godmode/reporting/map_builder.php:367 -#: ../../godmode/reporting/map_builder.php:368 msgid "Hours" msgstr "Horas" -#: ../../godmode/reporting/map_builder.php:369 -#: ../../godmode/reporting/graph_builder.php:394 +#: ../../godmode/reporting/map_builder.php:366 +#: ../../godmode/reporting/graph_builder.php:390 msgid "Last day" msgstr "Último día" -#: ../../godmode/reporting/map_builder.php:370 +#: ../../godmode/reporting/map_builder.php:367 #: ../../godmode/servers/manage_recontask_form.php:91 #: ../../godmode/db/db_main.php:43 ../../godmode/db/db_main.php:44 #: ../../include/functions.php:496 ../../include/functions.php:519 @@ -1095,41 +1118,41 @@ msgstr "Último día" msgid "days" msgstr "días" -#: ../../godmode/reporting/map_builder.php:371 -#: ../../godmode/reporting/graph_builder.php:357 -#: ../../godmode/reporting/graph_builder.php:396 +#: ../../godmode/reporting/map_builder.php:368 +#: ../../godmode/reporting/graph_builder.php:353 +#: ../../godmode/reporting/graph_builder.php:392 msgid "Last week" msgstr "Última semana" -#: ../../godmode/reporting/map_builder.php:373 +#: ../../godmode/reporting/map_builder.php:370 msgid "Last Month" msgstr "Último mes" -#: ../../godmode/reporting/map_builder.php:374 +#: ../../godmode/reporting/map_builder.php:371 msgid "Two Months" msgstr "Dos meses" -#: ../../godmode/reporting/map_builder.php:375 +#: ../../godmode/reporting/map_builder.php:372 msgid "Six Months" msgstr "Seis meses" -#: ../../godmode/reporting/map_builder.php:387 +#: ../../godmode/reporting/map_builder.php:384 msgid "Map element editor" msgstr "Editor de elementos" -#: ../../godmode/reporting/map_builder.php:388 +#: ../../godmode/reporting/map_builder.php:385 msgid "Drag an element here to edit the properties" msgstr "Arrastre un elemento aquí para editar sus propiedades" -#: ../../godmode/reporting/map_builder.php:396 +#: ../../godmode/reporting/map_builder.php:393 msgid "Label" msgstr "Etiqueta" -#: ../../godmode/reporting/map_builder.php:398 +#: ../../godmode/reporting/map_builder.php:395 msgid "Label color" msgstr "Color de etiqueta" -#: ../../godmode/reporting/map_builder.php:400 +#: ../../godmode/reporting/map_builder.php:397 #: ../../godmode/reporting/reporting_builder.php:432 #: ../../godmode/servers/modificar_server.php:87 #: ../../godmode/agentes/agent_template.php:157 @@ -1153,7 +1176,7 @@ msgstr "Color de etiqueta" msgid "Type" msgstr "Tipo" -#: ../../godmode/reporting/map_builder.php:406 +#: ../../godmode/reporting/map_builder.php:403 #: ../../godmode/reporting/graph_builder.php:215 #: ../../godmode/reporting/reporting_builder.php:256 #: ../../godmode/reporting/reporting_builder.php:294 @@ -1169,7 +1192,7 @@ msgstr "Tipo" msgid "Agent" msgstr "Agente" -#: ../../godmode/reporting/map_builder.php:408 +#: ../../godmode/reporting/map_builder.php:405 #: ../../godmode/reporting/graph_builder.php:216 #: ../../godmode/reporting/reporting_builder.php:257 #: ../../godmode/reporting/reporting_builder.php:296 @@ -1181,19 +1204,19 @@ msgstr "Agente" msgid "Module" msgstr "Módulo" -#: ../../godmode/reporting/map_builder.php:410 -#: ../../godmode/reporting/graph_builder.php:380 +#: ../../godmode/reporting/map_builder.php:407 +#: ../../godmode/reporting/graph_builder.php:376 #: ../../godmode/reporting/reporting_builder.php:384 #: ../../godmode/reporting/reporting_builder.php:435 #: ../../operation/reporting/graph_viewer.php:121 msgid "Period" msgstr "Periodo" -#: ../../godmode/reporting/map_builder.php:412 +#: ../../godmode/reporting/map_builder.php:409 msgid "Image" msgstr "Imagen" -#: ../../godmode/reporting/map_builder.php:415 +#: ../../godmode/reporting/map_builder.php:412 #: ../../godmode/groups/group_list.php:108 #: ../../godmode/groups/configure_group.php:77 #: ../../godmode/agentes/agent_manager.php:105 @@ -1203,11 +1226,11 @@ msgstr "Imagen" msgid "Parent" msgstr "Padre" -#: ../../godmode/reporting/map_builder.php:418 +#: ../../godmode/reporting/map_builder.php:415 msgid "Map linked" msgstr "Mapa enlazado" -#: ../../godmode/reporting/map_builder.php:453 +#: ../../godmode/reporting/map_builder.php:450 #: ../../operation/reporting/reporting_viewer.php:82 msgid "Loading" msgstr "Cargando" @@ -1225,17 +1248,20 @@ msgstr "Hubo un problema al almacenar la gráfica" msgid "Graph builder module list" msgstr "Lista de módulos del creador de gráficas" +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Weight" +msgstr "Peso" + #: ../../godmode/reporting/graph_builder.php:252 #: ../../operation/reporting/graph_viewer.php:110 msgid "Combined image render" msgstr "Visualización de imágenes combinadas" -#: ../../godmode/reporting/graph_builder.php:265 -#: ../../godmode/reporting/graph_builder.php:267 ../../godmode/menu.php:149 +#: ../../godmode/reporting/graph_builder.php:264 ../../godmode/menu.php:153 msgid "Graph builder" msgstr "Constructor de gráficos" -#: ../../godmode/reporting/graph_builder.php:276 +#: ../../godmode/reporting/graph_builder.php:272 #: ../../godmode/reporting/reporting_builder.php:399 #: ../../godmode/agentes/manage_config_remote.php:99 #: ../../godmode/agentes/manage_config.php:358 @@ -1244,8 +1270,8 @@ msgstr "Constructor de gráficos" msgid "Source agent" msgstr "Agente origen" -#: ../../godmode/reporting/graph_builder.php:289 -#: ../../godmode/agentes/configurar_agente.php:210 +#: ../../godmode/reporting/graph_builder.php:285 +#: ../../godmode/agentes/configurar_agente.php:212 #: ../../godmode/agentes/manage_config.php:408 #: ../../godmode/agentes/manage_config.php:417 #: ../../godmode/agentes/module_manager.php:31 @@ -1257,19 +1283,19 @@ msgstr "Agente origen" msgid "Modules" msgstr "Módulos" -#: ../../godmode/reporting/graph_builder.php:304 +#: ../../godmode/reporting/graph_builder.php:300 msgid "Factor" msgstr "Factor" -#: ../../godmode/reporting/graph_builder.php:314 +#: ../../godmode/reporting/graph_builder.php:310 msgid "Render now" msgstr "Ver ahora" +#: ../../godmode/reporting/graph_builder.php:314 #: ../../godmode/reporting/graph_builder.php:318 -#: ../../godmode/reporting/graph_builder.php:322 +#: ../../godmode/reporting/graph_builder.php:404 #: ../../godmode/reporting/graph_builder.php:408 -#: ../../godmode/reporting/graph_builder.php:412 -#: ../../godmode/reporting/graph_builder.php:487 +#: ../../godmode/reporting/graph_builder.php:483 #: ../../godmode/servers/manage_recontask.php:117 #: ../../godmode/servers/manage_recontask_form.php:131 #: ../../include/functions.php:830 ../../include/functions.php:914 @@ -1277,11 +1303,11 @@ msgstr "Ver ahora" msgid "Yes" msgstr "Sí" -#: ../../godmode/reporting/graph_builder.php:319 -#: ../../godmode/reporting/graph_builder.php:321 -#: ../../godmode/reporting/graph_builder.php:409 -#: ../../godmode/reporting/graph_builder.php:411 -#: ../../godmode/reporting/graph_builder.php:486 +#: ../../godmode/reporting/graph_builder.php:315 +#: ../../godmode/reporting/graph_builder.php:317 +#: ../../godmode/reporting/graph_builder.php:405 +#: ../../godmode/reporting/graph_builder.php:407 +#: ../../godmode/reporting/graph_builder.php:482 #: ../../godmode/servers/manage_recontask.php:117 #: ../../godmode/servers/manage_recontask_form.php:131 #: ../../include/functions.php:832 ../../include/functions.php:916 @@ -1289,48 +1315,48 @@ msgstr "Sí" msgid "No" msgstr "No" -#: ../../godmode/reporting/graph_builder.php:339 -#: ../../godmode/reporting/graph_builder.php:391 +#: ../../godmode/reporting/graph_builder.php:335 +#: ../../godmode/reporting/graph_builder.php:387 msgid "3 hours" msgstr "3 horas" -#: ../../godmode/reporting/graph_builder.php:354 +#: ../../godmode/reporting/graph_builder.php:350 msgid "4 days" msgstr "días" -#: ../../godmode/reporting/graph_builder.php:363 -#: ../../godmode/reporting/graph_builder.php:398 +#: ../../godmode/reporting/graph_builder.php:359 +#: ../../godmode/reporting/graph_builder.php:394 msgid "Last month" msgstr "Último mes" -#: ../../godmode/reporting/graph_builder.php:372 +#: ../../godmode/reporting/graph_builder.php:368 msgid "1 year" msgstr "1 año" -#: ../../godmode/reporting/graph_builder.php:404 ../../operation/menu.php:169 +#: ../../godmode/reporting/graph_builder.php:400 ../../operation/menu.php:172 msgid "View events" msgstr "Ver eventos" -#: ../../godmode/reporting/graph_builder.php:418 +#: ../../godmode/reporting/graph_builder.php:414 msgid "Stacked" msgstr "Apilado" -#: ../../godmode/reporting/graph_builder.php:422 +#: ../../godmode/reporting/graph_builder.php:418 #: ../../operation/reporting/graph_viewer.php:139 msgid "Area" msgstr "Área" -#: ../../godmode/reporting/graph_builder.php:423 +#: ../../godmode/reporting/graph_builder.php:419 #: ../../operation/reporting/graph_viewer.php:140 msgid "Stacked area" msgstr "Área apilada" -#: ../../godmode/reporting/graph_builder.php:424 +#: ../../godmode/reporting/graph_builder.php:420 #: ../../operation/reporting/graph_viewer.php:141 msgid "Line" msgstr "Línea" -#: ../../godmode/reporting/graph_builder.php:447 +#: ../../godmode/reporting/graph_builder.php:443 #: ../../godmode/reporting/reporting_builder.php:419 #: ../../godmode/servers/manage_recontask_form.php:143 #: ../../godmode/servers/manage_export_form.php:128 @@ -1346,20 +1372,20 @@ msgstr "Línea" msgid "Add" msgstr "Añadir" -#: ../../godmode/reporting/graph_builder.php:447 +#: ../../godmode/reporting/graph_builder.php:443 msgid "Redraw" msgstr "Redibujar" -#: ../../godmode/reporting/graph_builder.php:458 +#: ../../godmode/reporting/graph_builder.php:454 msgid "Custom graph store" msgstr "Guardar imagen combinada de usuario" -#: ../../godmode/reporting/graph_builder.php:483 +#: ../../godmode/reporting/graph_builder.php:479 #: ../../godmode/reporting/reporting_builder.php:345 msgid "Private" msgstr "Privado" -#: ../../godmode/reporting/graph_builder.php:497 +#: ../../godmode/reporting/graph_builder.php:493 msgid "Store" msgstr "Guardar" @@ -1488,7 +1514,7 @@ msgstr "Activo" #: ../../godmode/reporting/reporting_builder.php:489 #: ../../operation/reporting/reporting_viewer.php:54 #: ../../operation/reporting/custom_reporting.php:32 -#: ../../operation/menu.php:285 +#: ../../operation/menu.php:288 msgid "Custom reporting" msgstr "Informes personalizados" @@ -1540,7 +1566,7 @@ msgstr "Servidor de exportación creado correctamente" #: ../../godmode/servers/manage_recontask.php:95 #: ../../godmode/servers/manage_recontask_form.php:56 #: ../../godmode/servers/manage_export_form.php:61 -#: ../../operation/servers/view_server.php:36 ../../operation/menu.php:129 +#: ../../operation/servers/view_server.php:36 ../../operation/menu.php:132 msgid "Pandora servers" msgstr "Servidores de Pandora FMS" @@ -1615,19 +1641,20 @@ msgstr "Actualizar servidor" msgid "IP Address" msgstr "Dirección IP" -#: ../../godmode/servers/modificar_server.php:79 ../../godmode/menu.php:178 +#: ../../godmode/servers/modificar_server.php:79 ../../godmode/menu.php:182 msgid "Manage servers" msgstr "Gestionar servidores" #: ../../godmode/servers/modificar_server.php:87 -#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/agent_manager.php:197 #: ../../include/functions_reporting.php:254 #: ../../operation/incidents/incident.php:181 #: ../../operation/incidents/incident.php:257 #: ../../operation/incidents/incident_detail.php:245 #: ../../operation/servers/view_server_detail.php:72 #: ../../operation/servers/view_server.php:54 -#: ../../operation/snmpconsole/snmp_view.php:169 +#: ../../operation/snmpconsole/snmp_view.php:101 +#: ../../operation/snmpconsole/snmp_view.php:132 #: ../../operation/agentes/status_monitor.php:189 #: ../../operation/agentes/estado_monitores.php:39 #: ../../operation/agentes/sla_view.php:47 @@ -1641,19 +1668,18 @@ msgid "Status" msgstr "Estado" #: ../../godmode/servers/modificar_server.php:87 -msgid "Started at" -msgstr "Iniciado el" +msgid "Started" +msgstr "Iniciado hace" #: ../../godmode/servers/modificar_server.php:87 -#: ../../operation/incidents/incident_detail.php:236 -#: ../../operation/servers/view_server_detail.php:77 -#: ../../operation/servers/view_server.php:60 -msgid "Updated at" -msgstr "Actualizado el" +#: ../../operation/incidents/incident.php:261 +#: ../../operation/servers/view_server.php:61 +msgid "Updated" +msgstr "Actualizado hace" #: ../../godmode/servers/modificar_server.php:124 #: ../../godmode/agentes/agent_manager.php:126 -#: ../../operation/servers/view_server.php:93 +#: ../../operation/servers/view_server.php:94 msgid "Network Server" msgstr "Servidor de red" @@ -1662,7 +1688,7 @@ msgid "Master" msgstr "Principal" #: ../../godmode/servers/modificar_server.php:126 -#: ../../operation/servers/view_server.php:96 +#: ../../operation/servers/view_server.php:97 msgid "Data Server" msgstr "Servidor de datos" @@ -1675,7 +1701,7 @@ msgid "SNMP Console" msgstr "Consola SNMP" #: ../../godmode/servers/modificar_server.php:132 -#: ../../operation/servers/view_server.php:64 +#: ../../operation/servers/view_server.php:65 msgid "There are no servers configured into the database" msgstr "No hay ningún servidor configurado en la base de datos" @@ -1705,7 +1731,7 @@ msgstr "Error al crear la tarea de reconocimiento" #: ../../godmode/servers/manage_recontask.php:95 #: ../../godmode/servers/manage_recontask_form.php:56 -#: ../../godmode/menu.php:185 +#: ../../godmode/menu.php:189 msgid "Manage recontask" msgstr "Gestionar tarea recon" @@ -1755,7 +1781,7 @@ msgid "Task name" msgstr "Nombre tarea" #: ../../godmode/servers/manage_recontask_form.php:77 -#: ../../operation/servers/view_server.php:102 +#: ../../operation/servers/view_server.php:103 msgid "Recon Server" msgstr "Servidor de exploración de red" @@ -1789,7 +1815,7 @@ msgid "month" msgstr "mes" #: ../../godmode/servers/manage_export_form.php:77 -#: ../../operation/servers/view_server.php:105 +#: ../../operation/servers/view_server.php:106 msgid "Export server" msgstr "Servidor de exportación" @@ -1810,10 +1836,6 @@ msgstr "Ninguno" msgid "Transfer mode" msgstr "Modo de transferencia" -#: ../../godmode/servers/manage_export_form.php:103 -msgid "User" -msgstr "Usuario" - #: ../../godmode/servers/manage_export_form.php:111 #: ../../godmode/agentes/module_manager_editor_plugin.php:129 msgid "Port" @@ -1936,12 +1958,12 @@ msgstr "Icono" #: ../../godmode/groups/group_list.php:109 #: ../../godmode/groups/configure_group.php:88 -#: ../../godmode/agentes/configurar_agente.php:218 +#: ../../godmode/agentes/configurar_agente.php:220 #: ../../godmode/agentes/alert_manager.php:33 #: ../../godmode/agentes/manage_config.php:420 #: ../../include/functions_reporting.php:621 #: ../../operation/agentes/estado_grupo.php:225 -#: ../../operation/agentes/ver_agente.php:219 +#: ../../operation/agentes/ver_agente.php:223 #: ../../operation/agentes/estado_agente.php:163 msgid "Alerts" msgstr "Alertas" @@ -1988,113 +2010,113 @@ msgstr "Hubo un error al cargar la configuración del grupo" msgid "Update group" msgstr "Actualizar grupo" -#: ../../godmode/menu.php:28 +#: ../../godmode/menu.php:30 msgid "Administration" msgstr "Administración" -#: ../../godmode/menu.php:38 +#: ../../godmode/menu.php:40 msgid "Manage agents" msgstr "Gestionar agentes" -#: ../../godmode/menu.php:46 +#: ../../godmode/menu.php:48 msgid "Manage config." msgstr "Gestionar conf." -#: ../../godmode/menu.php:53 +#: ../../godmode/menu.php:55 msgid "Duplicate config" msgstr "Duplicar configuración" -#: ../../godmode/menu.php:62 +#: ../../godmode/menu.php:64 msgid "Manage groups" msgstr "Gestionar grupos" -#: ../../godmode/menu.php:72 +#: ../../godmode/menu.php:74 msgid "Scheduled downtime" msgstr "Desconexión programada" -#: ../../godmode/menu.php:82 +#: ../../godmode/menu.php:84 msgid "Manage modules" msgstr "Gestionar módulos" -#: ../../godmode/menu.php:89 +#: ../../godmode/menu.php:91 msgid "Component groups" msgstr "Grupos de componentes de red" -#: ../../godmode/menu.php:97 +#: ../../godmode/menu.php:99 msgid "Module components" msgstr "Componentes de red" -#: ../../godmode/menu.php:105 ../../godmode/agentes/agent_template.php:119 +#: ../../godmode/menu.php:107 ../../godmode/agentes/agent_template.php:119 msgid "Module templates" msgstr "Plantillas de red" -#: ../../godmode/menu.php:115 ../../godmode/profiles/profile_list.php:186 +#: ../../godmode/menu.php:119 ../../godmode/profiles/profile_list.php:186 msgid "Manage alerts" msgstr "Gestionar alertas" -#: ../../godmode/menu.php:123 ../../godmode/profiles/profile_list.php:188 +#: ../../godmode/menu.php:127 ../../godmode/profiles/profile_list.php:188 msgid "Manage users" msgstr "Gestionar usuarios" -#: ../../godmode/menu.php:130 +#: ../../godmode/menu.php:134 msgid "Manage reports" msgstr "Gestionar informes" -#: ../../godmode/menu.php:139 +#: ../../godmode/menu.php:143 msgid "Report builder" msgstr "Creador de informes" -#: ../../godmode/menu.php:170 +#: ../../godmode/menu.php:174 msgid "Manage profiles" msgstr "Gestionar perfiles" -#: ../../godmode/menu.php:194 +#: ../../godmode/menu.php:198 msgid "Manage plugins" msgstr "Gestionar complementos" -#: ../../godmode/menu.php:201 +#: ../../godmode/menu.php:205 msgid "Export targets" msgstr "Servidores de exportación" -#: ../../godmode/menu.php:209 +#: ../../godmode/menu.php:213 msgid "System Audit Log" msgstr "Auditoría del sistema" -#: ../../godmode/menu.php:217 ../../godmode/setup/setup.php:77 +#: ../../godmode/menu.php:221 ../../godmode/setup/setup.php:77 #: ../../godmode/setup/links.php:88 ../../godmode/setup/links.php:116 #: ../../godmode/setup/news.php:95 ../../godmode/setup/news.php:124 msgid "Pandora Setup" msgstr "Configuración" -#: ../../godmode/menu.php:241 +#: ../../godmode/menu.php:245 msgid "DB Maintenance" msgstr "Mantenimiento BB. DD." -#: ../../godmode/menu.php:249 +#: ../../godmode/menu.php:253 msgid "DB Information" msgstr "Información BB. DD." -#: ../../godmode/menu.php:256 ../../godmode/db/db_purge.php:41 +#: ../../godmode/menu.php:260 ../../godmode/db/db_purge.php:41 msgid "Database purge" msgstr "Purgar BB. DD." -#: ../../godmode/menu.php:263 ../../godmode/db/db_refine.php:69 +#: ../../godmode/menu.php:267 ../../godmode/db/db_refine.php:69 msgid "Database debug" msgstr "Depurar BB. DD." -#: ../../godmode/menu.php:270 +#: ../../godmode/menu.php:274 msgid "Database audit" msgstr "Auditar BB. DD." -#: ../../godmode/menu.php:277 +#: ../../godmode/menu.php:281 msgid "Database event" msgstr "Evento de la Base de datos" -#: ../../godmode/menu.php:284 +#: ../../godmode/menu.php:288 msgid "Database sanity" msgstr "Salud de la BB. DD." -#: ../../godmode/menu.php:297 ../../operation/menu.php:309 +#: ../../godmode/menu.php:301 ../../operation/menu.php:312 msgid "Extensions" msgstr "Extensiones" @@ -2119,7 +2141,7 @@ msgstr "Filtrar" #: ../../godmode/modules/manage_network_templates_form.php:192 #: ../../include/functions.php:708 ../../include/functions.php:1189 #: ../../operation/incidents/incident_search.php:37 -#: ../../operation/snmpconsole/snmp_view.php:179 +#: ../../operation/snmpconsole/snmp_view.php:145 #: ../../operation/agentes/status_monitor.php:82 #: ../../operation/agentes/status_monitor.php:88 #: ../../operation/agentes/status_monitor.php:94 @@ -2332,11 +2354,11 @@ msgid "Edit incidents" msgstr "Editar incidentes" #: ../../godmode/profiles/profile_list.php:178 -#: ../../operation/incidents/incident.php:162 ../../operation/menu.php:140 +#: ../../operation/incidents/incident.php:162 ../../operation/menu.php:143 msgid "Manage incidents" msgstr "Gestionar incidentes" -#: ../../godmode/profiles/profile_list.php:180 ../../operation/menu.php:38 +#: ../../godmode/profiles/profile_list.php:180 ../../operation/menu.php:40 msgid "View agents" msgstr "Ver agentes" @@ -2402,113 +2424,113 @@ msgstr "Gestión de alertas" msgid "Pandora System Management" msgstr "Gestionar Pandora FMS" -#: ../../godmode/agentes/configurar_agente.php:131 -#: ../../godmode/agentes/configurar_agente.php:503 +#: ../../godmode/agentes/configurar_agente.php:132 +#: ../../godmode/agentes/configurar_agente.php:507 msgid "No agent name specified" msgstr "No se especificó el nombre del agente" -#: ../../godmode/agentes/configurar_agente.php:134 -#: ../../godmode/agentes/configurar_agente.php:506 +#: ../../godmode/agentes/configurar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:510 msgid "There is already an agent in the database with this name" msgstr "Ya existe un agente con ese nombre en la base de datos" -#: ../../godmode/agentes/configurar_agente.php:164 +#: ../../godmode/agentes/configurar_agente.php:166 msgid "There was a problem creating record in tagente_estado table" msgstr "Hubo un problema al crear el registro en la tabla «tagente_estado»" -#: ../../godmode/agentes/configurar_agente.php:168 +#: ../../godmode/agentes/configurar_agente.php:170 msgid "There was a problem creating agent_keepalive module" msgstr "Hubo un problema al crear el módulo agent_keepalive" -#: ../../godmode/agentes/configurar_agente.php:176 +#: ../../godmode/agentes/configurar_agente.php:178 msgid "There was a problem creating the agent" msgstr "Hubo un problema al crear el agente" -#: ../../godmode/agentes/configurar_agente.php:187 +#: ../../godmode/agentes/configurar_agente.php:189 msgid "Setup mode" msgstr "Modo gestión" -#: ../../godmode/agentes/configurar_agente.php:194 +#: ../../godmode/agentes/configurar_agente.php:196 #: ../../operation/reporting/graph_viewer.php:169 msgid "View" msgstr "Ver" -#: ../../godmode/agentes/configurar_agente.php:202 +#: ../../godmode/agentes/configurar_agente.php:204 msgid "Setup Agent" msgstr "Configurar agente" -#: ../../godmode/agentes/configurar_agente.php:226 +#: ../../godmode/agentes/configurar_agente.php:228 msgid "Net. Templates" msgstr "Plantillas de red" -#: ../../godmode/agentes/configurar_agente.php:239 +#: ../../godmode/agentes/configurar_agente.php:243 msgid "There was a problem creating agent" msgstr "Hubo un problema al crear el agente" -#: ../../godmode/agentes/configurar_agente.php:242 +#: ../../godmode/agentes/configurar_agente.php:246 msgid "Agent successfully created" msgstr "Agente creado correctamente" -#: ../../godmode/agentes/configurar_agente.php:260 +#: ../../godmode/agentes/configurar_agente.php:264 msgid "No data to normalize" msgstr "No hay datos para normalizar" -#: ../../godmode/agentes/configurar_agente.php:264 +#: ../../godmode/agentes/configurar_agente.php:268 msgid "Deleted data above" msgstr "Dato borrado" -#: ../../godmode/agentes/configurar_agente.php:266 +#: ../../godmode/agentes/configurar_agente.php:270 msgid "Error normalizing module" msgstr "Error al normalizar el módulo" -#: ../../godmode/agentes/configurar_agente.php:279 +#: ../../godmode/agentes/configurar_agente.php:283 #: ../../operation/snmpconsole/snmp_alert.php:37 msgid "There was a problem deleting the alert" msgstr "Hubo un problema al borrar la alerta" -#: ../../godmode/agentes/configurar_agente.php:281 -#: ../../godmode/agentes/configurar_agente.php:297 +#: ../../godmode/agentes/configurar_agente.php:285 +#: ../../godmode/agentes/configurar_agente.php:301 #: ../../godmode/alerts/modify_alert.php:73 #: ../../operation/snmpconsole/snmp_alert.php:39 msgid "Alert successfully deleted" msgstr "Alerta eliminada correctamente" -#: ../../godmode/agentes/configurar_agente.php:295 +#: ../../godmode/agentes/configurar_agente.php:299 #: ../../godmode/alerts/modify_alert.php:71 msgid "There was a problem deleting alert" msgstr "Hubo un problema al borrar la alerta" -#: ../../godmode/agentes/configurar_agente.php:376 +#: ../../godmode/agentes/configurar_agente.php:380 #: ../../godmode/alerts/modify_alert.php:57 msgid "There was a problem creating alert" msgstr "Hubo un problema al crear la alerta" -#: ../../godmode/agentes/configurar_agente.php:378 +#: ../../godmode/agentes/configurar_agente.php:382 #: ../../godmode/alerts/modify_alert.php:59 #: ../../operation/snmpconsole/snmp_alert.php:78 msgid "Alert successfully created" msgstr "Alerta creada correctamente" -#: ../../godmode/agentes/configurar_agente.php:392 +#: ../../godmode/agentes/configurar_agente.php:396 msgid "There was a problem creating the combined alert" msgstr "Hubo un problema al crear la alerta combinada" -#: ../../godmode/agentes/configurar_agente.php:394 +#: ../../godmode/agentes/configurar_agente.php:398 msgid "Combined alert successfully created" msgstr "Alerta combinada creada correctamente" -#: ../../godmode/agentes/configurar_agente.php:476 +#: ../../godmode/agentes/configurar_agente.php:480 #: ../../godmode/alerts/modify_alert.php:44 msgid "There was a problem updating alert" msgstr "Hubo un problema al actualizar la alerta" -#: ../../godmode/agentes/configurar_agente.php:478 +#: ../../godmode/agentes/configurar_agente.php:482 #: ../../godmode/alerts/modify_alert.php:46 #: ../../operation/snmpconsole/snmp_alert.php:93 msgid "Alert successfully updated" msgstr "Alerta actualizada correctamente" -#: ../../godmode/agentes/configurar_agente.php:536 +#: ../../godmode/agentes/configurar_agente.php:535 msgid "There was a problem updating agent" msgstr "Hubo un problema al actualizar el agente" @@ -2516,53 +2538,53 @@ msgstr "Hubo un problema al actualizar el agente" msgid "Agent successfully updated" msgstr "Agente actualizado correctamente" -#: ../../godmode/agentes/configurar_agente.php:561 +#: ../../godmode/agentes/configurar_agente.php:562 #: ../../operation/agentes/estado_generalagente.php:45 msgid "There was a problem loading agent" msgstr "Hubo un problema al cargar la configuración del agente" -#: ../../godmode/agentes/configurar_agente.php:593 +#: ../../godmode/agentes/configurar_agente.php:594 msgid "There was a problem loading the module" msgstr "Hubo un problema al cargar el módulo" -#: ../../godmode/agentes/configurar_agente.php:629 +#: ../../godmode/agentes/configurar_agente.php:630 msgid "There was a problem loading the alert" msgstr "Hubo un problema al cargar la alerta" -#: ../../godmode/agentes/configurar_agente.php:742 +#: ../../godmode/agentes/configurar_agente.php:743 msgid "There was a problem updating module" msgstr "Hubo un problema al actualizar el módulo" -#: ../../godmode/agentes/configurar_agente.php:744 +#: ../../godmode/agentes/configurar_agente.php:745 msgid "Module successfully updated" msgstr "Módulo actualizado correctamente" -#: ../../godmode/agentes/configurar_agente.php:757 +#: ../../godmode/agentes/configurar_agente.php:758 msgid "Cannot read from SNMP source" msgstr "No se puede leer SNMP del origen" -#: ../../godmode/agentes/configurar_agente.php:759 +#: ../../godmode/agentes/configurar_agente.php:760 msgid "SNMP source has been scanned" msgstr "El origen SNMP ha sido analizado" -#: ../../godmode/agentes/configurar_agente.php:791 +#: ../../godmode/agentes/configurar_agente.php:792 msgid "There was a problem adding module" msgstr "Ha habido un problema al añadir el módulo" -#: ../../godmode/agentes/configurar_agente.php:811 -#: ../../godmode/agentes/configurar_agente.php:813 +#: ../../godmode/agentes/configurar_agente.php:812 +#: ../../godmode/agentes/configurar_agente.php:814 msgid "Module added successfully" msgstr "Módulo añadido correctamente" -#: ../../godmode/agentes/configurar_agente.php:813 +#: ../../godmode/agentes/configurar_agente.php:814 msgid "Status init unsuccessful" msgstr "Inicialización de estado incorrecta" -#: ../../godmode/agentes/configurar_agente.php:862 +#: ../../godmode/agentes/configurar_agente.php:863 msgid "There was a problem deleting the module" msgstr "Hubo un problema al borrar el módulo" -#: ../../godmode/agentes/configurar_agente.php:865 +#: ../../godmode/agentes/configurar_agente.php:866 msgid "Module deleted successfully" msgstr "Módulo borrado correctamente" @@ -2795,7 +2817,7 @@ msgstr "Desconexión no planificada" #: ../../godmode/users/user_list.php:49 #: ../../operation/agentes/estado_generalagente.php:128 #: ../../operation/agentes/estado_monitores.php:41 -#: ../../operation/agentes/ver_agente.php:54 +#: ../../operation/agentes/ver_agente.php:55 #: ../../operation/agentes/sla_view.php:49 #: ../../operation/agentes/estado_agente.php:164 #: ../../operation/users/user.php:32 @@ -2807,6 +2829,7 @@ msgid "Remove" msgstr "Remoto" #: ../../godmode/agentes/planned_downtime.php:237 +#: ../../godmode/agentes/planned_downtime.php:281 msgid "No planned downtime" msgstr "Desconexión no planificada" @@ -2869,7 +2892,8 @@ msgstr "Editar alertas" #: ../../godmode/agentes/alert_manager.php:108 #: ../../include/functions_db.php:2081 -#: ../../operation/snmpconsole/snmp_view.php:176 +#: ../../operation/snmpconsole/snmp_view.php:102 +#: ../../operation/snmpconsole/snmp_view.php:142 #: ../../operation/events/events.php:458 msgid "Alert" msgstr "Alerta" @@ -3122,6 +3146,7 @@ msgstr "No hay ningún agente definido" #: ../../godmode/agentes/modificar_agente.php:289 #: ../../godmode/agentes/agent_manager.php:39 +#: ../../operation/snmpconsole/snmp_view.php:168 #: ../../operation/agentes/estado_agente.php:358 msgid "Create agent" msgstr "Crear agente" @@ -3134,7 +3159,7 @@ msgstr "Actualizar agente" msgid "The Agent's name must be the same as the one defined at the Console" msgstr "El nombre del agente debe ser el mismo que el definido en la Consola" -#: ../../godmode/agentes/agent_manager.php:73 ../../operation/menu.php:67 +#: ../../godmode/agentes/agent_manager.php:73 ../../operation/menu.php:69 msgid "Agent detail" msgstr "Detalle del agente" @@ -3159,7 +3184,7 @@ msgstr "" "correctamente con este tipo de módulos" #: ../../godmode/agentes/agent_manager.php:139 -#: ../../operation/servers/view_server.php:114 +#: ../../operation/servers/view_server.php:115 msgid "Plugin Server" msgstr "Servidor de complementos" @@ -3172,7 +3197,7 @@ msgstr "" "funcionar correctamente con este tipo de módulos" #: ../../godmode/agentes/agent_manager.php:153 -#: ../../operation/servers/view_server.php:108 +#: ../../operation/servers/view_server.php:109 msgid "WMI Server" msgstr "Servidor WMI" @@ -3185,7 +3210,7 @@ msgstr "" "funcionar correctamente con este tipo de módulos" #: ../../godmode/agentes/agent_manager.php:166 -#: ../../operation/servers/view_server.php:111 +#: ../../operation/servers/view_server.php:112 msgid "Prediction Server" msgstr "Servidor de predicción" @@ -3197,27 +3222,27 @@ msgstr "" "Debe seleccionar un servidor de predicción para el agente, de manera que " "pueda funcionar correctamente con este tipo de módulos." -#: ../../godmode/agentes/agent_manager.php:186 +#: ../../godmode/agentes/agent_manager.php:188 msgid "Module definition" msgstr "Definición de módulos" -#: ../../godmode/agentes/agent_manager.php:189 +#: ../../godmode/agentes/agent_manager.php:191 msgid "Learning mode" msgstr "Modo de aprendizaje" -#: ../../godmode/agentes/agent_manager.php:191 +#: ../../godmode/agentes/agent_manager.php:193 msgid "Normal mode" msgstr "Modo normal" -#: ../../godmode/agentes/agent_manager.php:199 +#: ../../godmode/agentes/agent_manager.php:201 msgid "Active" msgstr "Activo" -#: ../../godmode/agentes/agent_manager.php:203 +#: ../../godmode/agentes/agent_manager.php:205 msgid "Remote configuration" msgstr "Configuración remota" -#: ../../godmode/agentes/agent_manager.php:211 +#: ../../godmode/agentes/agent_manager.php:213 msgid "Not available" msgstr "No disponible" @@ -3272,6 +3297,9 @@ msgstr "Módulo asignado" #: ../../operation/snmpconsole/snmp_alert.php:299 #: ../../operation/snmpconsole/snmp_alert.php:300 #: ../../operation/snmpconsole/snmp_alert.php:301 +#: ../../operation/snmpconsole/snmp_view.php:179 +#: ../../operation/snmpconsole/snmp_view.php:185 +#: ../../operation/snmpconsole/snmp_view.php:194 #: ../../operation/agentes/exportdata.php:282 #: ../../operation/agentes/sla_view.php:98 #: ../../operation/agentes/sla_view.php:179 @@ -3427,7 +3455,7 @@ msgid "Source Agent/Alert" msgstr "Agente/Alerta origen" #: ../../godmode/agentes/alert_manager_editor.php:341 -#: ../../operation/menu.php:24 +#: ../../operation/menu.php:26 msgid "Operation" msgstr "Operación" @@ -3614,7 +3642,7 @@ msgstr "Actualizar usuario" #: ../../godmode/users/configure_user.php:176 #: ../../include/functions_db.php:1992 #: ../../include/functions_reporting.php:256 -#: ../../operation/snmpconsole/snmp_view.php:174 +#: ../../operation/snmpconsole/snmp_view.php:137 #: ../../operation/events/events.php:351 #: ../../operation/users/user_edit.php:109 msgid "User ID" @@ -4042,11 +4070,11 @@ msgstr "Modificar alerta" msgid "Command" msgstr "Comando" -#: ../../include/functions_html.php:588 +#: ../../include/functions_html.php:604 msgid "Request successfully processed" msgstr "Petición procesada correctamente" -#: ../../include/functions_html.php:591 +#: ../../include/functions_html.php:607 msgid "Error processing request" msgstr "Error al procesar la petición" @@ -4123,7 +4151,10 @@ msgid "Never" msgstr "Nunca" #: ../../include/functions.php:983 ../../include/functions.php:1142 -#: ../../include/functions_db.php:1963 ../../operation/agentes/bulbs.php:29 +#: ../../include/functions_db.php:1963 +#: ../../operation/snmpconsole/snmp_view.php:109 +#: ../../operation/snmpconsole/snmp_view.php:212 +#: ../../operation/agentes/bulbs.php:29 #: ../../operation/agentes/estado_agente.php:327 #: ../../operation/agentes/estado_alertas.php:141 #: ../../operation/agentes/estado_alertas.php:190 @@ -4153,7 +4184,7 @@ msgstr "Gráfica combinada" #: ../../include/functions.php:1005 #: ../../operation/reporting/reporting_viewer.php:193 #: ../../operation/reporting/reporting_xml.php:192 -#: ../../operation/agentes/ver_agente.php:224 +#: ../../operation/agentes/ver_agente.php:232 #: ../../operation/agentes/sla_view.php:46 #: ../../operation/agentes/sla_view.php:147 msgid "S.L.A" @@ -4363,7 +4394,7 @@ msgstr "Límite del SLA" #: ../../operation/reporting/reporting_viewer.php:243 #: ../../operation/agentes/estado_grupo.php:214 msgid "Ok" -msgstr "Aceptar" +msgstr "Bien" #: ../../operation/reporting/reporting_viewer.php:245 #: ../../operation/agentes/estado_grupo.php:216 @@ -4476,10 +4507,6 @@ msgstr "Ningún incidente coincide con su filtro de búsqueda" msgid "ID" msgstr "ID" -#: ../../operation/incidents/incident.php:261 -msgid "Updated" -msgstr "Actualizado" - #: ../../operation/incidents/incident.php:262 #: ../../operation/incidents/incident_detail.php:260 #: ../../operation/events/events.php:349 @@ -4498,8 +4525,8 @@ msgid "Create incident" msgstr "Crear incidente" #: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/menu.php:155 ../../operation/menu.php:177 -#: ../../operation/menu.php:221 +#: ../../operation/menu.php:158 ../../operation/menu.php:180 +#: ../../operation/menu.php:224 msgid "Statistics" msgstr "Estadísticas" @@ -4567,7 +4594,9 @@ msgstr "Archivo subido" msgid "" "File could not be saved. Contact the Pandora Administrator for more " "information" -msgstr "No se pudo guardar el archivo. Contacte con el administrador de Pandora FMS para obtener más información" +msgstr "" +"No se pudo guardar el archivo. Contacte con el administrador de Pandora FMS " +"para obtener más información" #: ../../operation/incidents/incident_detail.php:218 msgid "Incident details" @@ -4577,6 +4606,11 @@ msgstr "Detalles del incidente" msgid "Opened at" msgstr "Abierto el" +#: ../../operation/incidents/incident_detail.php:236 +#: ../../operation/servers/view_server_detail.php:77 +msgid "Updated at" +msgstr "Actualizado el" + #: ../../operation/incidents/incident_detail.php:248 msgid "Open and Active" msgstr "Abierta y activa" @@ -4650,7 +4684,9 @@ msgstr "Buscar texto" msgid "" "(*) The text search will look for all words entered as a substring in the " "title and description of each incident" -msgstr "(*) La búsqueda de texto buscará todas las palabras introducidas como subcadenas en el título y la descripción de cada incidente" +msgstr "" +"(*) La búsqueda de texto buscará todas las palabras introducidas como " +"subcadenas en el título y la descripción de cada incidente" #: ../../operation/servers/view_server_detail.php:55 #: ../../operation/servers/view_server.php:37 @@ -4695,20 +4731,20 @@ msgstr "Retraso" msgid "Version" msgstr "Versión" -#: ../../operation/servers/view_server.php:89 +#: ../../operation/servers/view_server.php:90 #: ../../operation/agentes/tactical.php:288 msgid "of" msgstr "de" -#: ../../operation/servers/view_server.php:99 +#: ../../operation/servers/view_server.php:100 msgid "SNMP server" msgstr "Servidor SNMP" -#: ../../operation/servers/view_server.php:117 +#: ../../operation/servers/view_server.php:118 msgid "Master server" msgstr "Servidor principal" -#: ../../operation/servers/view_server.php:120 +#: ../../operation/servers/view_server.php:121 msgid "MD5 check" msgstr "Comprobación MD5" @@ -4731,13 +4767,13 @@ msgstr "Tiempo de autorefresco" #: ../../operation/visual_console/render_view.php:88 msgid "Refresh" -msgstr "refrescar" +msgstr "Refrescar" #: ../../operation/visual_console/render_view.php:119 msgid "Until refresh" msgstr "Hasta refrescar" -#: ../../operation/visual_console/index.php:24 ../../operation/menu.php:100 +#: ../../operation/visual_console/index.php:24 ../../operation/menu.php:102 msgid "Visual console" msgstr "Consola visual" @@ -4755,71 +4791,71 @@ msgstr "Elementos" msgid "No layouts found" msgstr "No se encontraron diseños" -#: ../../operation/menu.php:46 ../../operation/agentes/tactical.php:34 +#: ../../operation/menu.php:48 ../../operation/agentes/tactical.php:34 msgid "Tactical view" msgstr "Vista táctica" -#: ../../operation/menu.php:53 ../../operation/agentes/estado_grupo.php:32 +#: ../../operation/menu.php:55 ../../operation/agentes/estado_grupo.php:32 msgid "Group view" msgstr "Vista de grupo" -#: ../../operation/menu.php:60 ../../operation/agentes/networkmap.php:252 +#: ../../operation/menu.php:62 ../../operation/agentes/networkmap.php:252 msgid "Network Map" msgstr "Mapa de red" -#: ../../operation/menu.php:74 +#: ../../operation/menu.php:76 msgid "Alert detail" msgstr "Detalle de alertas" -#: ../../operation/menu.php:81 +#: ../../operation/menu.php:83 msgid "Monitor detail" msgstr "Detalle de monitores" -#: ../../operation/menu.php:88 ../../operation/agentes/exportdata.php:236 +#: ../../operation/menu.php:90 ../../operation/agentes/exportdata.php:236 msgid "Export data" msgstr "Exportar datos" -#: ../../operation/menu.php:148 +#: ../../operation/menu.php:151 msgid "Search incident" msgstr "Buscar incidente" -#: ../../operation/menu.php:182 +#: ../../operation/menu.php:185 msgid "RSS" msgstr "RSS" -#: ../../operation/menu.php:188 +#: ../../operation/menu.php:191 msgid "CSV File" msgstr "Archivo CSV" -#: ../../operation/menu.php:193 +#: ../../operation/menu.php:196 msgid "Marquee" msgstr "Marquesina" -#: ../../operation/menu.php:203 +#: ../../operation/menu.php:206 msgid "View users" msgstr "Ver usuarios" -#: ../../operation/menu.php:212 +#: ../../operation/menu.php:215 msgid "Edit my user" msgstr "Editar mi usuario" -#: ../../operation/menu.php:232 ../../operation/snmpconsole/snmp_view.php:128 +#: ../../operation/menu.php:235 ../../operation/snmpconsole/snmp_view.php:88 msgid "SNMP console" msgstr "Consola SNMP" -#: ../../operation/menu.php:242 +#: ../../operation/menu.php:245 msgid "SNMP alerts" msgstr "Alertas SNMP" -#: ../../operation/menu.php:253 ../../operation/messages/message.php:58 +#: ../../operation/menu.php:256 ../../operation/messages/message.php:58 msgid "Messages" msgstr "Mensajes" -#: ../../operation/menu.php:262 +#: ../../operation/menu.php:265 msgid "Messages to groups" msgstr "Mensajes a grupos" -#: ../../operation/menu.php:296 +#: ../../operation/menu.php:299 msgid "Custom graphs" msgstr "Gráficas combinadas" @@ -4844,7 +4880,7 @@ msgstr "Disparador de alerta" #: ../../operation/snmpconsole/snmp_alert.php:183 #: ../../operation/snmpconsole/snmp_alert.php:277 #: ../../operation/snmpconsole/snmp_alert.php:305 -#: ../../operation/snmpconsole/snmp_view.php:171 +#: ../../operation/snmpconsole/snmp_view.php:134 msgid "OID" msgstr "OID" @@ -4855,7 +4891,7 @@ msgstr "Valor personalizado" #: ../../operation/snmpconsole/snmp_alert.php:188 #: ../../operation/snmpconsole/snmp_alert.php:273 #: ../../operation/snmpconsole/snmp_alert.php:313 -#: ../../operation/snmpconsole/snmp_view.php:170 +#: ../../operation/snmpconsole/snmp_view.php:133 msgid "SNMP Agent" msgstr "Agente SNMP" @@ -4880,54 +4916,79 @@ msgstr "Valor/OID personalizado" msgid "Times fired" msgstr "Veces disparada" -#: ../../operation/snmpconsole/snmp_view.php:72 +#: ../../operation/snmpconsole/snmp_view.php:40 #: ../../operation/events/events.php:84 msgid "Event successfully deleted" msgstr "Evento eliminado correctamente" -#: ../../operation/snmpconsole/snmp_view.php:85 -#: ../../operation/events/events.php:105 -msgid "Event successfully validated" -msgstr "Evento validado correctamente" +#: ../../operation/snmpconsole/snmp_view.php:40 +msgid "Error removing event" +msgstr "Error al eliminar el evento" -#: ../../operation/snmpconsole/snmp_view.php:136 +#: ../../operation/snmpconsole/snmp_view.php:53 +msgid "Event successfully updated" +msgstr "Evento actualizado correctamente" + +#: ../../operation/snmpconsole/snmp_view.php:53 +msgid "Error updating event" +msgstr "Error al actualizar el evento" + +#: ../../operation/snmpconsole/snmp_view.php:97 msgid "There are no SNMP traps in database" msgstr "No hay definido ningún agente SNMP" -#: ../../operation/snmpconsole/snmp_view.php:142 +#: ../../operation/snmpconsole/snmp_view.php:105 #: ../../operation/events/events.php:504 msgid "Validated event" msgstr "Evento validado" -#: ../../operation/snmpconsole/snmp_view.php:144 +#: ../../operation/snmpconsole/snmp_view.php:107 #: ../../operation/events/events.php:506 msgid "Not validated event" msgstr "Evento no validado" -#: ../../operation/snmpconsole/snmp_view.php:149 +#: ../../operation/snmpconsole/snmp_view.php:111 #: ../../operation/events/events.php:510 msgid "Validate event" msgstr "Validar evento" -#: ../../operation/snmpconsole/snmp_view.php:151 +#: ../../operation/snmpconsole/snmp_view.php:113 #: ../../operation/events/events.php:512 msgid "Delete event" msgstr "Eliminar evento" -#: ../../operation/snmpconsole/snmp_view.php:172 +#: ../../operation/snmpconsole/snmp_view.php:135 msgid "Value" msgstr "Valor" -#: ../../operation/snmpconsole/snmp_view.php:173 +#: ../../operation/snmpconsole/snmp_view.php:136 msgid "Custom" msgstr "Personalizado" -#: ../../operation/snmpconsole/snmp_view.php:276 +#: ../../operation/snmpconsole/snmp_view.php:153 +msgid "Not validated" +msgstr "Sin validar" + +#: ../../operation/snmpconsole/snmp_view.php:155 +msgid "Validated" +msgstr "Validado" + +#: ../../operation/snmpconsole/snmp_view.php:172 +msgid "View agent details" +msgstr "Ver detalles del agente" + +#: ../../operation/snmpconsole/snmp_view.php:220 +#: ../../operation/snmpconsole/snmp_view.php:235 #: ../../operation/agentes/estado_alertas.php:67 #: ../../operation/events/events.php:495 msgid "Validate" msgstr "Validar" +#: ../../operation/snmpconsole/snmp_view.php:223 +#: ../../operation/snmpconsole/snmp_view.php:238 +msgid "Are you sure" +msgstr "¿Está seguro?" + #: ../../operation/agentes/networkmap.php:252 #: ../../operation/agentes/status_monitor.php:33 #: ../../operation/agentes/estado_generalagente.php:54 @@ -4998,7 +5059,7 @@ msgstr "Estado del monitor" #: ../../operation/agentes/status_monitor.php:87 #: ../../operation/agentes/status_monitor.php:93 #: ../../operation/agentes/status_monitor.php:98 -#: ../../operation/agentes/ver_agente.php:79 +#: ../../operation/agentes/ver_agente.php:80 msgid "Monitors down" msgstr "Monitores caídos" @@ -5070,7 +5131,7 @@ msgstr "Módulos corruptos" #: ../../operation/agentes/estado_grupo.php:163 msgid "Modules OK" -msgstr "Módulos OK" +msgstr "Módulos BIEN" #: ../../operation/agentes/estado_grupo.php:173 msgid "Agents down" @@ -5095,7 +5156,7 @@ msgstr "Itv." #: ../../operation/agentes/estado_ultimopaquete.php:56 #: ../../operation/agentes/exportdata.php:175 #: ../../operation/agentes/datos_agente.php:81 -#: ../../operation/agentes/ver_agente.php:211 +#: ../../operation/agentes/ver_agente.php:214 msgid "Data" msgstr "Datos" @@ -5128,7 +5189,7 @@ msgstr "Al menos un monitor falla" #: ../../operation/agentes/sla_view.php:185 #: ../../operation/agentes/estado_agente.php:306 msgid "All Monitors OK" -msgstr "Todos los monitores OK" +msgstr "Todos los monitores BIEN" #: ../../operation/agentes/estado_monitores.php:123 msgid "This agent doesn 't have any monitor with data" @@ -5268,23 +5329,23 @@ msgstr "Últimas 24 Horas" msgid "Received data from" msgstr "Datos recibidos de" -#: ../../operation/agentes/ver_agente.php:49 +#: ../../operation/agentes/ver_agente.php:50 msgid "Main IP" msgstr "IP principal" -#: ../../operation/agentes/ver_agente.php:55 +#: ../../operation/agentes/ver_agente.php:56 msgid "Last remote contact" msgstr "Último contacto remoto" -#: ../../operation/agentes/ver_agente.php:182 +#: ../../operation/agentes/ver_agente.php:183 msgid "View mode" msgstr "Modo vista" -#: ../../operation/agentes/ver_agente.php:193 +#: ../../operation/agentes/ver_agente.php:195 msgid "Manage" msgstr "Gestionar" -#: ../../operation/agentes/ver_agente.php:203 +#: ../../operation/agentes/ver_agente.php:205 msgid "Main" msgstr "Principal" @@ -5331,10 +5392,6 @@ msgstr "Comprobaciones de monitor" msgid "Monitor OK" msgstr "Monitor BIEN" -#: ../../operation/agentes/tactical.php:125 -msgid "Monitor BAD" -msgstr "Monitor MAL" - #: ../../operation/agentes/tactical.php:138 msgid "Monitor Unknown" msgstr "Monitor descon." @@ -5406,6 +5463,10 @@ msgstr "Gráfica de eventos por grupo" msgid "Error deleting event" msgstr "Eliminar evento" +#: ../../operation/events/events.php:105 +msgid "Event successfully validated" +msgstr "Evento validado correctamente" + #: ../../operation/events/events.php:108 msgid "Error validating event" msgstr "Evento no validado" @@ -5428,7 +5489,7 @@ msgstr "Tipo de evento" #: ../../operation/events/events.php:250 msgid "Severity" -msgstr "Severidad" +msgstr "Gravedad" #: ../../operation/events/events.php:255 msgid "Event status" diff --git a/pandora_console/include/languages/index.pot b/pandora_console/include/languages/index.pot index 10b9e631d6..937cf8b7d0 100644 --- a/pandora_console/include/languages/index.pot +++ b/pandora_console/include/languages/index.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-21 16:27+0200\n" +"POT-Creation-Date: 2008-10-22 16:50+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,8 +22,8 @@ msgid "There was a problem locating the source of the graph" msgstr "" #: ../../reporting/stat_win.php:53 ../../reporting/stat_win.php:218 -#: ../../godmode/reporting/graph_builder.php:333 -#: ../../godmode/reporting/graph_builder.php:389 +#: ../../godmode/reporting/graph_builder.php:329 +#: ../../godmode/reporting/graph_builder.php:385 #: ../../godmode/reporting/reporting_builder.php:386 #: ../../include/functions.php:536 #: ../../operation/reporting/graph_viewer.php:124 @@ -31,29 +31,29 @@ msgid "1 hour" msgstr "" #: ../../reporting/stat_win.php:55 ../../reporting/stat_win.php:219 -#: ../../godmode/reporting/graph_builder.php:336 -#: ../../godmode/reporting/graph_builder.php:390 +#: ../../godmode/reporting/graph_builder.php:332 +#: ../../godmode/reporting/graph_builder.php:386 #: ../../include/functions.php:539 msgid "2 hours" msgstr "" #: ../../reporting/stat_win.php:57 ../../reporting/stat_win.php:220 -#: ../../godmode/reporting/graph_builder.php:342 -#: ../../godmode/reporting/graph_builder.php:392 +#: ../../godmode/reporting/graph_builder.php:338 +#: ../../godmode/reporting/graph_builder.php:388 #: ../../include/functions.php:542 msgid "6 hours" msgstr "" #: ../../reporting/stat_win.php:59 ../../reporting/stat_win.php:221 -#: ../../godmode/reporting/graph_builder.php:345 -#: ../../godmode/reporting/graph_builder.php:393 +#: ../../godmode/reporting/graph_builder.php:341 +#: ../../godmode/reporting/graph_builder.php:389 #: ../../include/functions.php:545 msgid "12 hours" msgstr "" #: ../../reporting/stat_win.php:61 ../../reporting/stat_win.php:222 -#: ../../godmode/reporting/graph_builder.php:348 -#: ../../godmode/reporting/graph_builder.php:375 +#: ../../godmode/reporting/graph_builder.php:344 +#: ../../godmode/reporting/graph_builder.php:371 #: ../../godmode/reporting/reporting_builder.php:391 #: ../../include/functions.php:548 #: ../../operation/reporting/graph_viewer.php:129 @@ -61,8 +61,8 @@ msgid "1 day" msgstr "" #: ../../reporting/stat_win.php:63 ../../reporting/stat_win.php:223 -#: ../../godmode/reporting/graph_builder.php:351 -#: ../../godmode/reporting/graph_builder.php:395 +#: ../../godmode/reporting/graph_builder.php:347 +#: ../../godmode/reporting/graph_builder.php:391 #: ../../godmode/reporting/reporting_builder.php:392 #: ../../include/functions.php:551 #: ../../operation/reporting/graph_viewer.php:130 @@ -82,9 +82,9 @@ msgid "1 week" msgstr "" #: ../../reporting/stat_win.php:69 ../../reporting/stat_win.php:226 -#: ../../godmode/reporting/map_builder.php:372 -#: ../../godmode/reporting/graph_builder.php:360 -#: ../../godmode/reporting/graph_builder.php:397 +#: ../../godmode/reporting/map_builder.php:369 +#: ../../godmode/reporting/graph_builder.php:356 +#: ../../godmode/reporting/graph_builder.php:393 #: ../../include/functions.php:560 msgid "15 days" msgstr "" @@ -97,15 +97,15 @@ msgid "1 month" msgstr "" #: ../../reporting/stat_win.php:73 ../../reporting/stat_win.php:228 -#: ../../godmode/reporting/graph_builder.php:366 -#: ../../godmode/reporting/graph_builder.php:399 +#: ../../godmode/reporting/graph_builder.php:362 +#: ../../godmode/reporting/graph_builder.php:395 #: ../../include/functions.php:566 msgid "2 months" msgstr "" #: ../../reporting/stat_win.php:75 ../../reporting/stat_win.php:229 -#: ../../godmode/reporting/graph_builder.php:369 -#: ../../godmode/reporting/graph_builder.php:400 +#: ../../godmode/reporting/graph_builder.php:365 +#: ../../godmode/reporting/graph_builder.php:396 #: ../../godmode/reporting/reporting_builder.php:396 #: ../../include/functions.php:569 #: ../../operation/reporting/graph_viewer.php:133 @@ -261,7 +261,7 @@ msgstr "" #: ../../reporting/fgraph.php:2138 ../../include/functions_reporting.php:356 #: ../../operation/agentes/estado_grupo.php:168 -#: ../../operation/agentes/ver_agente.php:106 +#: ../../operation/agentes/ver_agente.php:107 msgid "Alerts fired" msgstr "" @@ -336,7 +336,7 @@ msgid "" "Pandora.

    " msgstr "" -#: ../../general/links_menu.php:22 ../../godmode/menu.php:224 +#: ../../general/links_menu.php:22 ../../godmode/menu.php:228 msgid "Links" msgstr "" @@ -370,7 +370,7 @@ msgstr "" msgid " unread message(s)." msgstr "" -#: ../../general/logon_ok.php:48 ../../godmode/menu.php:232 +#: ../../general/logon_ok.php:48 ../../godmode/menu.php:236 msgid "Site news" msgstr "" @@ -429,12 +429,34 @@ msgstr "" msgid "Pandora FMS Overview" msgstr "" +#: ../../general/logon_ok.php:141 +msgid "Total agents" +msgstr "" + +#: ../../general/logon_ok.php:143 +msgid "Total checks" +msgstr "" + +#: ../../general/logon_ok.php:145 ../../operation/agentes/tactical.php:125 +msgid "Monitor BAD" +msgstr "" + +#: ../../general/logon_ok.php:151 +msgid "Alerts defined" +msgstr "" + +#: ../../general/logon_ok.php:153 +msgid "Total users" +msgstr "" + #: ../../general/logon_ok.php:161 msgid "This is your last activity in Pandora FMS console" msgstr "" -#: ../../general/logon_ok.php:171 ../../godmode/admin_access_logs.php:105 -msgid "user" +#: ../../general/logon_ok.php:171 +#: ../../godmode/servers/manage_export_form.php:103 +#: ../../godmode/admin_access_logs.php:105 +msgid "User" msgstr "" #: ../../general/logon_ok.php:172 ../../godmode/servers/manage_export.php:102 @@ -449,7 +471,8 @@ msgstr "" #: ../../godmode/modules/manage_network_components.php:230 #: ../../godmode/modules/manage_network_templates.php:54 #: ../../operation/snmpconsole/snmp_alert.php:291 -#: ../../operation/snmpconsole/snmp_view.php:177 +#: ../../operation/snmpconsole/snmp_view.php:103 +#: ../../operation/snmpconsole/snmp_view.php:143 #: ../../operation/events/events.php:353 ../../operation/events/events.php:509 msgid "Action" msgstr "" @@ -525,11 +548,11 @@ msgid "" "malfunction." msgstr "" -#: ../../index.php:104 +#: ../../index.php:111 msgid "the Flexible Monitoring System" msgstr "" -#: ../../index.php:247 +#: ../../index.php:255 msgid "Sorry! I can't find the page!" msgstr "" @@ -592,7 +615,7 @@ msgstr "" #: ../../extensions/update_manager/main.php:80 #: ../../godmode/setup/news.php:129 ../../include/functions_db.php:1993 #: ../../include/functions_reporting.php:257 -#: ../../operation/snmpconsole/snmp_view.php:175 +#: ../../operation/snmpconsole/snmp_view.php:139 #: ../../operation/agentes/status_monitor.php:190 #: ../../operation/agentes/estado_ultimopaquete.php:59 #: ../../operation/agentes/datos_agente.php:80 @@ -602,7 +625,7 @@ msgid "Timestamp" msgstr "" #: ../../extensions/update_manager/main.php:83 -#: ../../godmode/reporting/graph_builder.php:491 +#: ../../godmode/reporting/graph_builder.php:487 #: ../../godmode/reporting/reporting_builder.php:347 #: ../../godmode/reporting/reporting_builder.php:501 #: ../../godmode/servers/modificar_server.php:69 @@ -619,7 +642,7 @@ msgstr "" #: ../../godmode/agentes/module_manager_editor_prediction.php:170 #: ../../godmode/agentes/module_manager_editor_network.php:282 #: ../../godmode/agentes/modificar_agente.php:223 -#: ../../godmode/agentes/agent_manager.php:180 +#: ../../godmode/agentes/agent_manager.php:182 #: ../../godmode/agentes/module_manager.php:87 #: ../../godmode/agentes/alert_manager_editor.php:111 #: ../../godmode/agentes/alert_manager_editor.php:369 @@ -654,8 +677,8 @@ msgstr "" #: ../../extensions/update_manager/main.php:93 #: ../../extensions/update_manager/settings.php:82 -#: ../../godmode/reporting/map_builder.php:320 -#: ../../godmode/reporting/map_builder.php:556 +#: ../../godmode/reporting/map_builder.php:317 +#: ../../godmode/reporting/map_builder.php:553 #: ../../godmode/reporting/reporting_builder.php:358 #: ../../godmode/servers/modificar_server.php:74 #: ../../godmode/servers/manage_recontask_form.php:141 @@ -676,7 +699,7 @@ msgstr "" #: ../../godmode/agentes/alert_manager.php:174 #: ../../godmode/agentes/module_manager_editor_prediction.php:181 #: ../../godmode/agentes/module_manager_editor_network.php:293 -#: ../../godmode/agentes/agent_manager.php:219 +#: ../../godmode/agentes/agent_manager.php:221 #: ../../godmode/agentes/module_manager.php:157 #: ../../godmode/agentes/alert_manager_editor.php:290 #: ../../godmode/agentes/alert_manager_editor.php:402 @@ -767,7 +790,7 @@ msgstr "" #: ../../godmode/agentes/module_manager_editor_plugin.php:99 #: ../../godmode/agentes/module_manager_editor_prediction.php:100 #: ../../godmode/agentes/module_manager_editor_network.php:132 -#: ../../godmode/agentes/agent_manager.php:197 +#: ../../godmode/agentes/agent_manager.php:199 #: ../../godmode/agentes/alert_manager_editor.php:102 #: ../../godmode/agentes/alert_manager_editor.php:106 #: ../../godmode/agentes/alert_manager_editor.php:271 @@ -861,8 +884,7 @@ msgstr "" msgid "Not updated. Error updating data" msgstr "" -#: ../../godmode/reporting/map_builder.php:256 -#: ../../godmode/reporting/map_builder.php:291 +#: ../../godmode/reporting/map_builder.php:255 #: ../../godmode/reporting/graph_builder.php:202 #: ../../godmode/reporting/reporting_builder.php:244 #: ../../godmode/reporting/reporting_builder.php:321 @@ -871,21 +893,20 @@ msgstr "" #: ../../operation/reporting/graph_viewer.php:109 #: ../../operation/reporting/graph_viewer.php:158 #: ../../operation/reporting/custom_reporting.php:31 -#: ../../operation/menu.php:274 +#: ../../operation/menu.php:277 msgid "Reporting" msgstr "" -#: ../../godmode/reporting/map_builder.php:256 -#: ../../godmode/reporting/map_builder.php:292 ../../godmode/menu.php:159 +#: ../../godmode/reporting/map_builder.php:255 ../../godmode/menu.php:163 msgid "Map builder" msgstr "" -#: ../../godmode/reporting/map_builder.php:261 +#: ../../godmode/reporting/map_builder.php:263 msgid "Map name" msgstr "" -#: ../../godmode/reporting/map_builder.php:262 -#: ../../godmode/reporting/map_builder.php:304 +#: ../../godmode/reporting/map_builder.php:264 +#: ../../godmode/reporting/map_builder.php:301 #: ../../godmode/reporting/reporting_builder.php:331 #: ../../godmode/servers/manage_recontask.php:100 #: ../../godmode/servers/manage_recontask_form.php:127 @@ -906,7 +927,7 @@ msgstr "" #: ../../operation/visual_console/index.php:36 #: ../../operation/agentes/status_monitor.php:65 #: ../../operation/agentes/estado_generalagente.php:107 -#: ../../operation/agentes/ver_agente.php:50 +#: ../../operation/agentes/ver_agente.php:51 #: ../../operation/agentes/estado_agente.php:56 #: ../../operation/agentes/estado_agente.php:160 #: ../../operation/agentes/estado_alertas.php:134 @@ -914,8 +935,8 @@ msgstr "" msgid "Group" msgstr "" -#: ../../godmode/reporting/map_builder.php:263 -#: ../../godmode/reporting/map_builder.php:357 +#: ../../godmode/reporting/map_builder.php:265 +#: ../../godmode/reporting/map_builder.php:354 #: ../../godmode/reporting/graph_builder.php:218 #: ../../godmode/reporting/graph_builder.php:242 #: ../../godmode/reporting/reporting_builder.php:261 @@ -944,16 +965,17 @@ msgstr "" #: ../../operation/incidents/incident.php:264 #: ../../operation/incidents/incident_detail.php:394 #: ../../operation/snmpconsole/snmp_alert.php:328 -#: ../../operation/snmpconsole/snmp_view.php:278 +#: ../../operation/snmpconsole/snmp_view.php:223 +#: ../../operation/snmpconsole/snmp_view.php:238 #: ../../operation/agentes/datos_agente.php:79 #: ../../operation/events/events.php:497 #: ../../operation/messages/message.php:192 msgid "Delete" msgstr "" -#: ../../godmode/reporting/map_builder.php:287 -#: ../../godmode/reporting/map_builder.php:324 -#: ../../godmode/reporting/map_builder.php:429 +#: ../../godmode/reporting/map_builder.php:289 +#: ../../godmode/reporting/map_builder.php:321 +#: ../../godmode/reporting/map_builder.php:426 #: ../../godmode/reporting/reporting_builder.php:314 #: ../../godmode/reporting/reporting_builder.php:361 #: ../../godmode/servers/manage_export.php:96 @@ -969,7 +991,7 @@ msgstr "" #: ../../godmode/agentes/alert_manager.php:47 #: ../../godmode/agentes/module_manager_editor_prediction.php:179 #: ../../godmode/agentes/module_manager_editor_network.php:291 -#: ../../godmode/agentes/agent_manager.php:216 +#: ../../godmode/agentes/agent_manager.php:218 #: ../../godmode/agentes/module_manager.php:68 #: ../../godmode/modules/manage_network_components.php:210 #: ../../godmode/modules/manage_nc_groups.php:109 @@ -980,12 +1002,12 @@ msgstr "" #: ../../godmode/alerts/configure_alert.php:98 #: ../../operation/incidents/incident_detail.php:323 #: ../../operation/snmpconsole/snmp_alert.php:245 -#: ../../operation/snmpconsole/snmp_alert.php:342 +#: ../../operation/snmpconsole/snmp_alert.php:362 msgid "Create" msgstr "" -#: ../../godmode/reporting/map_builder.php:302 -#: ../../godmode/reporting/graph_builder.php:479 +#: ../../godmode/reporting/map_builder.php:299 +#: ../../godmode/reporting/graph_builder.php:475 #: ../../godmode/extensions.php:36 ../../godmode/servers/manage_export.php:102 #: ../../godmode/servers/modificar_server.php:67 #: ../../godmode/servers/modificar_server.php:87 @@ -1013,51 +1035,51 @@ msgstr "" msgid "Name" msgstr "" -#: ../../godmode/reporting/map_builder.php:306 +#: ../../godmode/reporting/map_builder.php:303 msgid "Background" msgstr "" -#: ../../godmode/reporting/map_builder.php:310 -#: ../../godmode/reporting/map_builder.php:404 -#: ../../godmode/reporting/graph_builder.php:308 +#: ../../godmode/reporting/map_builder.php:307 +#: ../../godmode/reporting/map_builder.php:401 +#: ../../godmode/reporting/graph_builder.php:304 msgid "Width" msgstr "" -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/reporting/map_builder.php:402 -#: ../../godmode/reporting/graph_builder.php:326 +#: ../../godmode/reporting/map_builder.php:309 +#: ../../godmode/reporting/map_builder.php:399 +#: ../../godmode/reporting/graph_builder.php:322 msgid "Height" msgstr "" -#: ../../godmode/reporting/map_builder.php:332 +#: ../../godmode/reporting/map_builder.php:329 msgid "preview" msgstr "" -#: ../../godmode/reporting/map_builder.php:350 +#: ../../godmode/reporting/map_builder.php:347 msgid "Map element trash" msgstr "" -#: ../../godmode/reporting/map_builder.php:351 +#: ../../godmode/reporting/map_builder.php:348 msgid "Drag an element here to delete from the map" msgstr "" -#: ../../godmode/reporting/map_builder.php:364 +#: ../../godmode/reporting/map_builder.php:361 msgid "Hour" msgstr "" +#: ../../godmode/reporting/map_builder.php:362 +#: ../../godmode/reporting/map_builder.php:363 +#: ../../godmode/reporting/map_builder.php:364 #: ../../godmode/reporting/map_builder.php:365 -#: ../../godmode/reporting/map_builder.php:366 -#: ../../godmode/reporting/map_builder.php:367 -#: ../../godmode/reporting/map_builder.php:368 msgid "Hours" msgstr "" -#: ../../godmode/reporting/map_builder.php:369 -#: ../../godmode/reporting/graph_builder.php:394 +#: ../../godmode/reporting/map_builder.php:366 +#: ../../godmode/reporting/graph_builder.php:390 msgid "Last day" msgstr "" -#: ../../godmode/reporting/map_builder.php:370 +#: ../../godmode/reporting/map_builder.php:367 #: ../../godmode/servers/manage_recontask_form.php:91 #: ../../godmode/db/db_main.php:43 ../../godmode/db/db_main.php:44 #: ../../include/functions.php:496 ../../include/functions.php:519 @@ -1065,41 +1087,41 @@ msgstr "" msgid "days" msgstr "" -#: ../../godmode/reporting/map_builder.php:371 -#: ../../godmode/reporting/graph_builder.php:357 -#: ../../godmode/reporting/graph_builder.php:396 +#: ../../godmode/reporting/map_builder.php:368 +#: ../../godmode/reporting/graph_builder.php:353 +#: ../../godmode/reporting/graph_builder.php:392 msgid "Last week" msgstr "" -#: ../../godmode/reporting/map_builder.php:373 +#: ../../godmode/reporting/map_builder.php:370 msgid "Last Month" msgstr "" -#: ../../godmode/reporting/map_builder.php:374 +#: ../../godmode/reporting/map_builder.php:371 msgid "Two Months" msgstr "" -#: ../../godmode/reporting/map_builder.php:375 +#: ../../godmode/reporting/map_builder.php:372 msgid "Six Months" msgstr "" -#: ../../godmode/reporting/map_builder.php:387 +#: ../../godmode/reporting/map_builder.php:384 msgid "Map element editor" msgstr "" -#: ../../godmode/reporting/map_builder.php:388 +#: ../../godmode/reporting/map_builder.php:385 msgid "Drag an element here to edit the properties" msgstr "" -#: ../../godmode/reporting/map_builder.php:396 +#: ../../godmode/reporting/map_builder.php:393 msgid "Label" msgstr "" -#: ../../godmode/reporting/map_builder.php:398 +#: ../../godmode/reporting/map_builder.php:395 msgid "Label color" msgstr "" -#: ../../godmode/reporting/map_builder.php:400 +#: ../../godmode/reporting/map_builder.php:397 #: ../../godmode/reporting/reporting_builder.php:432 #: ../../godmode/servers/modificar_server.php:87 #: ../../godmode/agentes/agent_template.php:157 @@ -1123,7 +1145,7 @@ msgstr "" msgid "Type" msgstr "" -#: ../../godmode/reporting/map_builder.php:406 +#: ../../godmode/reporting/map_builder.php:403 #: ../../godmode/reporting/graph_builder.php:215 #: ../../godmode/reporting/reporting_builder.php:256 #: ../../godmode/reporting/reporting_builder.php:294 @@ -1139,7 +1161,7 @@ msgstr "" msgid "Agent" msgstr "" -#: ../../godmode/reporting/map_builder.php:408 +#: ../../godmode/reporting/map_builder.php:405 #: ../../godmode/reporting/graph_builder.php:216 #: ../../godmode/reporting/reporting_builder.php:257 #: ../../godmode/reporting/reporting_builder.php:296 @@ -1151,19 +1173,19 @@ msgstr "" msgid "Module" msgstr "" -#: ../../godmode/reporting/map_builder.php:410 -#: ../../godmode/reporting/graph_builder.php:380 +#: ../../godmode/reporting/map_builder.php:407 +#: ../../godmode/reporting/graph_builder.php:376 #: ../../godmode/reporting/reporting_builder.php:384 #: ../../godmode/reporting/reporting_builder.php:435 #: ../../operation/reporting/graph_viewer.php:121 msgid "Period" msgstr "" -#: ../../godmode/reporting/map_builder.php:412 +#: ../../godmode/reporting/map_builder.php:409 msgid "Image" msgstr "" -#: ../../godmode/reporting/map_builder.php:415 +#: ../../godmode/reporting/map_builder.php:412 #: ../../godmode/groups/group_list.php:108 #: ../../godmode/groups/configure_group.php:77 #: ../../godmode/agentes/agent_manager.php:105 @@ -1173,11 +1195,11 @@ msgstr "" msgid "Parent" msgstr "" -#: ../../godmode/reporting/map_builder.php:418 +#: ../../godmode/reporting/map_builder.php:415 msgid "Map linked" msgstr "" -#: ../../godmode/reporting/map_builder.php:453 +#: ../../godmode/reporting/map_builder.php:450 #: ../../operation/reporting/reporting_viewer.php:82 msgid "Loading" msgstr "" @@ -1195,17 +1217,20 @@ msgstr "" msgid "Graph builder module list" msgstr "" +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Weight" +msgstr "" + #: ../../godmode/reporting/graph_builder.php:252 #: ../../operation/reporting/graph_viewer.php:110 msgid "Combined image render" msgstr "" -#: ../../godmode/reporting/graph_builder.php:265 -#: ../../godmode/reporting/graph_builder.php:267 ../../godmode/menu.php:149 +#: ../../godmode/reporting/graph_builder.php:264 ../../godmode/menu.php:153 msgid "Graph builder" msgstr "" -#: ../../godmode/reporting/graph_builder.php:276 +#: ../../godmode/reporting/graph_builder.php:272 #: ../../godmode/reporting/reporting_builder.php:399 #: ../../godmode/agentes/manage_config_remote.php:99 #: ../../godmode/agentes/manage_config.php:358 @@ -1214,8 +1239,8 @@ msgstr "" msgid "Source agent" msgstr "" -#: ../../godmode/reporting/graph_builder.php:289 -#: ../../godmode/agentes/configurar_agente.php:210 +#: ../../godmode/reporting/graph_builder.php:285 +#: ../../godmode/agentes/configurar_agente.php:212 #: ../../godmode/agentes/manage_config.php:408 #: ../../godmode/agentes/manage_config.php:417 #: ../../godmode/agentes/module_manager.php:31 @@ -1227,19 +1252,19 @@ msgstr "" msgid "Modules" msgstr "" -#: ../../godmode/reporting/graph_builder.php:304 +#: ../../godmode/reporting/graph_builder.php:300 msgid "Factor" msgstr "" -#: ../../godmode/reporting/graph_builder.php:314 +#: ../../godmode/reporting/graph_builder.php:310 msgid "Render now" msgstr "" +#: ../../godmode/reporting/graph_builder.php:314 #: ../../godmode/reporting/graph_builder.php:318 -#: ../../godmode/reporting/graph_builder.php:322 +#: ../../godmode/reporting/graph_builder.php:404 #: ../../godmode/reporting/graph_builder.php:408 -#: ../../godmode/reporting/graph_builder.php:412 -#: ../../godmode/reporting/graph_builder.php:487 +#: ../../godmode/reporting/graph_builder.php:483 #: ../../godmode/servers/manage_recontask.php:117 #: ../../godmode/servers/manage_recontask_form.php:131 #: ../../include/functions.php:830 ../../include/functions.php:914 @@ -1247,11 +1272,11 @@ msgstr "" msgid "Yes" msgstr "" -#: ../../godmode/reporting/graph_builder.php:319 -#: ../../godmode/reporting/graph_builder.php:321 -#: ../../godmode/reporting/graph_builder.php:409 -#: ../../godmode/reporting/graph_builder.php:411 -#: ../../godmode/reporting/graph_builder.php:486 +#: ../../godmode/reporting/graph_builder.php:315 +#: ../../godmode/reporting/graph_builder.php:317 +#: ../../godmode/reporting/graph_builder.php:405 +#: ../../godmode/reporting/graph_builder.php:407 +#: ../../godmode/reporting/graph_builder.php:482 #: ../../godmode/servers/manage_recontask.php:117 #: ../../godmode/servers/manage_recontask_form.php:131 #: ../../include/functions.php:832 ../../include/functions.php:916 @@ -1259,48 +1284,48 @@ msgstr "" msgid "No" msgstr "" -#: ../../godmode/reporting/graph_builder.php:339 -#: ../../godmode/reporting/graph_builder.php:391 +#: ../../godmode/reporting/graph_builder.php:335 +#: ../../godmode/reporting/graph_builder.php:387 msgid "3 hours" msgstr "" -#: ../../godmode/reporting/graph_builder.php:354 +#: ../../godmode/reporting/graph_builder.php:350 msgid "4 days" msgstr "" -#: ../../godmode/reporting/graph_builder.php:363 -#: ../../godmode/reporting/graph_builder.php:398 +#: ../../godmode/reporting/graph_builder.php:359 +#: ../../godmode/reporting/graph_builder.php:394 msgid "Last month" msgstr "" -#: ../../godmode/reporting/graph_builder.php:372 +#: ../../godmode/reporting/graph_builder.php:368 msgid "1 year" msgstr "" -#: ../../godmode/reporting/graph_builder.php:404 ../../operation/menu.php:169 +#: ../../godmode/reporting/graph_builder.php:400 ../../operation/menu.php:172 msgid "View events" msgstr "" -#: ../../godmode/reporting/graph_builder.php:418 +#: ../../godmode/reporting/graph_builder.php:414 msgid "Stacked" msgstr "" -#: ../../godmode/reporting/graph_builder.php:422 +#: ../../godmode/reporting/graph_builder.php:418 #: ../../operation/reporting/graph_viewer.php:139 msgid "Area" msgstr "" -#: ../../godmode/reporting/graph_builder.php:423 +#: ../../godmode/reporting/graph_builder.php:419 #: ../../operation/reporting/graph_viewer.php:140 msgid "Stacked area" msgstr "" -#: ../../godmode/reporting/graph_builder.php:424 +#: ../../godmode/reporting/graph_builder.php:420 #: ../../operation/reporting/graph_viewer.php:141 msgid "Line" msgstr "" -#: ../../godmode/reporting/graph_builder.php:447 +#: ../../godmode/reporting/graph_builder.php:443 #: ../../godmode/reporting/reporting_builder.php:419 #: ../../godmode/servers/manage_recontask_form.php:143 #: ../../godmode/servers/manage_export_form.php:128 @@ -1316,20 +1341,20 @@ msgstr "" msgid "Add" msgstr "" -#: ../../godmode/reporting/graph_builder.php:447 +#: ../../godmode/reporting/graph_builder.php:443 msgid "Redraw" msgstr "" -#: ../../godmode/reporting/graph_builder.php:458 +#: ../../godmode/reporting/graph_builder.php:454 msgid "Custom graph store" msgstr "" -#: ../../godmode/reporting/graph_builder.php:483 +#: ../../godmode/reporting/graph_builder.php:479 #: ../../godmode/reporting/reporting_builder.php:345 msgid "Private" msgstr "" -#: ../../godmode/reporting/graph_builder.php:497 +#: ../../godmode/reporting/graph_builder.php:493 msgid "Store" msgstr "" @@ -1458,7 +1483,7 @@ msgstr "" #: ../../godmode/reporting/reporting_builder.php:489 #: ../../operation/reporting/reporting_viewer.php:54 #: ../../operation/reporting/custom_reporting.php:32 -#: ../../operation/menu.php:285 +#: ../../operation/menu.php:288 msgid "Custom reporting" msgstr "" @@ -1510,7 +1535,7 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:95 #: ../../godmode/servers/manage_recontask_form.php:56 #: ../../godmode/servers/manage_export_form.php:61 -#: ../../operation/servers/view_server.php:36 ../../operation/menu.php:129 +#: ../../operation/servers/view_server.php:36 ../../operation/menu.php:132 msgid "Pandora servers" msgstr "" @@ -1585,19 +1610,20 @@ msgstr "" msgid "IP Address" msgstr "" -#: ../../godmode/servers/modificar_server.php:79 ../../godmode/menu.php:178 +#: ../../godmode/servers/modificar_server.php:79 ../../godmode/menu.php:182 msgid "Manage servers" msgstr "" #: ../../godmode/servers/modificar_server.php:87 -#: ../../godmode/agentes/agent_manager.php:195 +#: ../../godmode/agentes/agent_manager.php:197 #: ../../include/functions_reporting.php:254 #: ../../operation/incidents/incident.php:181 #: ../../operation/incidents/incident.php:257 #: ../../operation/incidents/incident_detail.php:245 #: ../../operation/servers/view_server_detail.php:72 #: ../../operation/servers/view_server.php:54 -#: ../../operation/snmpconsole/snmp_view.php:169 +#: ../../operation/snmpconsole/snmp_view.php:101 +#: ../../operation/snmpconsole/snmp_view.php:132 #: ../../operation/agentes/status_monitor.php:189 #: ../../operation/agentes/estado_monitores.php:39 #: ../../operation/agentes/sla_view.php:47 @@ -1611,19 +1637,18 @@ msgid "Status" msgstr "" #: ../../godmode/servers/modificar_server.php:87 -msgid "Started at" +msgid "Started" msgstr "" #: ../../godmode/servers/modificar_server.php:87 -#: ../../operation/incidents/incident_detail.php:236 -#: ../../operation/servers/view_server_detail.php:77 -#: ../../operation/servers/view_server.php:60 -msgid "Updated at" +#: ../../operation/incidents/incident.php:261 +#: ../../operation/servers/view_server.php:61 +msgid "Updated" msgstr "" #: ../../godmode/servers/modificar_server.php:124 #: ../../godmode/agentes/agent_manager.php:126 -#: ../../operation/servers/view_server.php:93 +#: ../../operation/servers/view_server.php:94 msgid "Network Server" msgstr "" @@ -1632,7 +1657,7 @@ msgid "Master" msgstr "" #: ../../godmode/servers/modificar_server.php:126 -#: ../../operation/servers/view_server.php:96 +#: ../../operation/servers/view_server.php:97 msgid "Data Server" msgstr "" @@ -1645,7 +1670,7 @@ msgid "SNMP Console" msgstr "" #: ../../godmode/servers/modificar_server.php:132 -#: ../../operation/servers/view_server.php:64 +#: ../../operation/servers/view_server.php:65 msgid "There are no servers configured into the database" msgstr "" @@ -1675,7 +1700,7 @@ msgstr "" #: ../../godmode/servers/manage_recontask.php:95 #: ../../godmode/servers/manage_recontask_form.php:56 -#: ../../godmode/menu.php:185 +#: ../../godmode/menu.php:189 msgid "Manage recontask" msgstr "" @@ -1725,7 +1750,7 @@ msgid "Task name" msgstr "" #: ../../godmode/servers/manage_recontask_form.php:77 -#: ../../operation/servers/view_server.php:102 +#: ../../operation/servers/view_server.php:103 msgid "Recon Server" msgstr "" @@ -1757,7 +1782,7 @@ msgid "month" msgstr "" #: ../../godmode/servers/manage_export_form.php:77 -#: ../../operation/servers/view_server.php:105 +#: ../../operation/servers/view_server.php:106 msgid "Export server" msgstr "" @@ -1778,10 +1803,6 @@ msgstr "" msgid "Transfer mode" msgstr "" -#: ../../godmode/servers/manage_export_form.php:103 -msgid "User" -msgstr "" - #: ../../godmode/servers/manage_export_form.php:111 #: ../../godmode/agentes/module_manager_editor_plugin.php:129 msgid "Port" @@ -1904,12 +1925,12 @@ msgstr "" #: ../../godmode/groups/group_list.php:109 #: ../../godmode/groups/configure_group.php:88 -#: ../../godmode/agentes/configurar_agente.php:218 +#: ../../godmode/agentes/configurar_agente.php:220 #: ../../godmode/agentes/alert_manager.php:33 #: ../../godmode/agentes/manage_config.php:420 #: ../../include/functions_reporting.php:621 #: ../../operation/agentes/estado_grupo.php:225 -#: ../../operation/agentes/ver_agente.php:219 +#: ../../operation/agentes/ver_agente.php:223 #: ../../operation/agentes/estado_agente.php:163 msgid "Alerts" msgstr "" @@ -1956,113 +1977,113 @@ msgstr "" msgid "Update group" msgstr "" -#: ../../godmode/menu.php:28 +#: ../../godmode/menu.php:30 msgid "Administration" msgstr "" -#: ../../godmode/menu.php:38 +#: ../../godmode/menu.php:40 msgid "Manage agents" msgstr "" -#: ../../godmode/menu.php:46 +#: ../../godmode/menu.php:48 msgid "Manage config." msgstr "" -#: ../../godmode/menu.php:53 +#: ../../godmode/menu.php:55 msgid "Duplicate config" msgstr "" -#: ../../godmode/menu.php:62 +#: ../../godmode/menu.php:64 msgid "Manage groups" msgstr "" -#: ../../godmode/menu.php:72 +#: ../../godmode/menu.php:74 msgid "Scheduled downtime" msgstr "" -#: ../../godmode/menu.php:82 +#: ../../godmode/menu.php:84 msgid "Manage modules" msgstr "" -#: ../../godmode/menu.php:89 +#: ../../godmode/menu.php:91 msgid "Component groups" msgstr "" -#: ../../godmode/menu.php:97 +#: ../../godmode/menu.php:99 msgid "Module components" msgstr "" -#: ../../godmode/menu.php:105 ../../godmode/agentes/agent_template.php:119 +#: ../../godmode/menu.php:107 ../../godmode/agentes/agent_template.php:119 msgid "Module templates" msgstr "" -#: ../../godmode/menu.php:115 ../../godmode/profiles/profile_list.php:186 +#: ../../godmode/menu.php:119 ../../godmode/profiles/profile_list.php:186 msgid "Manage alerts" msgstr "" -#: ../../godmode/menu.php:123 ../../godmode/profiles/profile_list.php:188 +#: ../../godmode/menu.php:127 ../../godmode/profiles/profile_list.php:188 msgid "Manage users" msgstr "" -#: ../../godmode/menu.php:130 +#: ../../godmode/menu.php:134 msgid "Manage reports" msgstr "" -#: ../../godmode/menu.php:139 +#: ../../godmode/menu.php:143 msgid "Report builder" msgstr "" -#: ../../godmode/menu.php:170 +#: ../../godmode/menu.php:174 msgid "Manage profiles" msgstr "" -#: ../../godmode/menu.php:194 +#: ../../godmode/menu.php:198 msgid "Manage plugins" msgstr "" -#: ../../godmode/menu.php:201 +#: ../../godmode/menu.php:205 msgid "Export targets" msgstr "" -#: ../../godmode/menu.php:209 +#: ../../godmode/menu.php:213 msgid "System Audit Log" msgstr "" -#: ../../godmode/menu.php:217 ../../godmode/setup/setup.php:77 +#: ../../godmode/menu.php:221 ../../godmode/setup/setup.php:77 #: ../../godmode/setup/links.php:88 ../../godmode/setup/links.php:116 #: ../../godmode/setup/news.php:95 ../../godmode/setup/news.php:124 msgid "Pandora Setup" msgstr "" -#: ../../godmode/menu.php:241 +#: ../../godmode/menu.php:245 msgid "DB Maintenance" msgstr "" -#: ../../godmode/menu.php:249 +#: ../../godmode/menu.php:253 msgid "DB Information" msgstr "" -#: ../../godmode/menu.php:256 ../../godmode/db/db_purge.php:41 +#: ../../godmode/menu.php:260 ../../godmode/db/db_purge.php:41 msgid "Database purge" msgstr "" -#: ../../godmode/menu.php:263 ../../godmode/db/db_refine.php:69 +#: ../../godmode/menu.php:267 ../../godmode/db/db_refine.php:69 msgid "Database debug" msgstr "" -#: ../../godmode/menu.php:270 +#: ../../godmode/menu.php:274 msgid "Database audit" msgstr "" -#: ../../godmode/menu.php:277 +#: ../../godmode/menu.php:281 msgid "Database event" msgstr "" -#: ../../godmode/menu.php:284 +#: ../../godmode/menu.php:288 msgid "Database sanity" msgstr "" -#: ../../godmode/menu.php:297 ../../operation/menu.php:309 +#: ../../godmode/menu.php:301 ../../operation/menu.php:312 msgid "Extensions" msgstr "" @@ -2087,7 +2108,7 @@ msgstr "" #: ../../godmode/modules/manage_network_templates_form.php:192 #: ../../include/functions.php:708 ../../include/functions.php:1189 #: ../../operation/incidents/incident_search.php:37 -#: ../../operation/snmpconsole/snmp_view.php:179 +#: ../../operation/snmpconsole/snmp_view.php:145 #: ../../operation/agentes/status_monitor.php:82 #: ../../operation/agentes/status_monitor.php:88 #: ../../operation/agentes/status_monitor.php:94 @@ -2300,11 +2321,11 @@ msgid "Edit incidents" msgstr "" #: ../../godmode/profiles/profile_list.php:178 -#: ../../operation/incidents/incident.php:162 ../../operation/menu.php:140 +#: ../../operation/incidents/incident.php:162 ../../operation/menu.php:143 msgid "Manage incidents" msgstr "" -#: ../../godmode/profiles/profile_list.php:180 ../../operation/menu.php:38 +#: ../../godmode/profiles/profile_list.php:180 ../../operation/menu.php:40 msgid "View agents" msgstr "" @@ -2370,113 +2391,113 @@ msgstr "" msgid "Pandora System Management" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:131 -#: ../../godmode/agentes/configurar_agente.php:503 +#: ../../godmode/agentes/configurar_agente.php:132 +#: ../../godmode/agentes/configurar_agente.php:507 msgid "No agent name specified" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:134 -#: ../../godmode/agentes/configurar_agente.php:506 +#: ../../godmode/agentes/configurar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:510 msgid "There is already an agent in the database with this name" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:164 +#: ../../godmode/agentes/configurar_agente.php:166 msgid "There was a problem creating record in tagente_estado table" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:168 +#: ../../godmode/agentes/configurar_agente.php:170 msgid "There was a problem creating agent_keepalive module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:176 +#: ../../godmode/agentes/configurar_agente.php:178 msgid "There was a problem creating the agent" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:187 +#: ../../godmode/agentes/configurar_agente.php:189 msgid "Setup mode" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:194 +#: ../../godmode/agentes/configurar_agente.php:196 #: ../../operation/reporting/graph_viewer.php:169 msgid "View" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:202 +#: ../../godmode/agentes/configurar_agente.php:204 msgid "Setup Agent" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:226 +#: ../../godmode/agentes/configurar_agente.php:228 msgid "Net. Templates" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:239 +#: ../../godmode/agentes/configurar_agente.php:243 msgid "There was a problem creating agent" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:242 +#: ../../godmode/agentes/configurar_agente.php:246 msgid "Agent successfully created" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:260 +#: ../../godmode/agentes/configurar_agente.php:264 msgid "No data to normalize" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:264 +#: ../../godmode/agentes/configurar_agente.php:268 msgid "Deleted data above" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:266 +#: ../../godmode/agentes/configurar_agente.php:270 msgid "Error normalizing module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:279 +#: ../../godmode/agentes/configurar_agente.php:283 #: ../../operation/snmpconsole/snmp_alert.php:37 msgid "There was a problem deleting the alert" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:281 -#: ../../godmode/agentes/configurar_agente.php:297 +#: ../../godmode/agentes/configurar_agente.php:285 +#: ../../godmode/agentes/configurar_agente.php:301 #: ../../godmode/alerts/modify_alert.php:73 #: ../../operation/snmpconsole/snmp_alert.php:39 msgid "Alert successfully deleted" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:295 +#: ../../godmode/agentes/configurar_agente.php:299 #: ../../godmode/alerts/modify_alert.php:71 msgid "There was a problem deleting alert" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:376 +#: ../../godmode/agentes/configurar_agente.php:380 #: ../../godmode/alerts/modify_alert.php:57 msgid "There was a problem creating alert" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:378 +#: ../../godmode/agentes/configurar_agente.php:382 #: ../../godmode/alerts/modify_alert.php:59 #: ../../operation/snmpconsole/snmp_alert.php:78 msgid "Alert successfully created" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:392 +#: ../../godmode/agentes/configurar_agente.php:396 msgid "There was a problem creating the combined alert" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:394 +#: ../../godmode/agentes/configurar_agente.php:398 msgid "Combined alert successfully created" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:476 +#: ../../godmode/agentes/configurar_agente.php:480 #: ../../godmode/alerts/modify_alert.php:44 msgid "There was a problem updating alert" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:478 +#: ../../godmode/agentes/configurar_agente.php:482 #: ../../godmode/alerts/modify_alert.php:46 #: ../../operation/snmpconsole/snmp_alert.php:93 msgid "Alert successfully updated" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:536 +#: ../../godmode/agentes/configurar_agente.php:535 msgid "There was a problem updating agent" msgstr "" @@ -2484,53 +2505,53 @@ msgstr "" msgid "Agent successfully updated" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:561 +#: ../../godmode/agentes/configurar_agente.php:562 #: ../../operation/agentes/estado_generalagente.php:45 msgid "There was a problem loading agent" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:593 +#: ../../godmode/agentes/configurar_agente.php:594 msgid "There was a problem loading the module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:629 +#: ../../godmode/agentes/configurar_agente.php:630 msgid "There was a problem loading the alert" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:742 +#: ../../godmode/agentes/configurar_agente.php:743 msgid "There was a problem updating module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:744 +#: ../../godmode/agentes/configurar_agente.php:745 msgid "Module successfully updated" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:757 +#: ../../godmode/agentes/configurar_agente.php:758 msgid "Cannot read from SNMP source" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:759 +#: ../../godmode/agentes/configurar_agente.php:760 msgid "SNMP source has been scanned" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:791 +#: ../../godmode/agentes/configurar_agente.php:792 msgid "There was a problem adding module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:811 -#: ../../godmode/agentes/configurar_agente.php:813 +#: ../../godmode/agentes/configurar_agente.php:812 +#: ../../godmode/agentes/configurar_agente.php:814 msgid "Module added successfully" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:813 +#: ../../godmode/agentes/configurar_agente.php:814 msgid "Status init unsuccessful" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:862 +#: ../../godmode/agentes/configurar_agente.php:863 msgid "There was a problem deleting the module" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:865 +#: ../../godmode/agentes/configurar_agente.php:866 msgid "Module deleted successfully" msgstr "" @@ -2763,7 +2784,7 @@ msgstr "" #: ../../godmode/users/user_list.php:49 #: ../../operation/agentes/estado_generalagente.php:128 #: ../../operation/agentes/estado_monitores.php:41 -#: ../../operation/agentes/ver_agente.php:54 +#: ../../operation/agentes/ver_agente.php:55 #: ../../operation/agentes/sla_view.php:49 #: ../../operation/agentes/estado_agente.php:164 #: ../../operation/users/user.php:32 @@ -2775,6 +2796,7 @@ msgid "Remove" msgstr "" #: ../../godmode/agentes/planned_downtime.php:237 +#: ../../godmode/agentes/planned_downtime.php:281 msgid "No planned downtime" msgstr "" @@ -2837,7 +2859,8 @@ msgstr "" #: ../../godmode/agentes/alert_manager.php:108 #: ../../include/functions_db.php:2081 -#: ../../operation/snmpconsole/snmp_view.php:176 +#: ../../operation/snmpconsole/snmp_view.php:102 +#: ../../operation/snmpconsole/snmp_view.php:142 #: ../../operation/events/events.php:458 msgid "Alert" msgstr "" @@ -3091,6 +3114,7 @@ msgstr "" #: ../../godmode/agentes/modificar_agente.php:289 #: ../../godmode/agentes/agent_manager.php:39 +#: ../../operation/snmpconsole/snmp_view.php:168 #: ../../operation/agentes/estado_agente.php:358 msgid "Create agent" msgstr "" @@ -3103,7 +3127,7 @@ msgstr "" msgid "The Agent's name must be the same as the one defined at the Console" msgstr "" -#: ../../godmode/agentes/agent_manager.php:73 ../../operation/menu.php:67 +#: ../../godmode/agentes/agent_manager.php:73 ../../operation/menu.php:69 msgid "Agent detail" msgstr "" @@ -3126,7 +3150,7 @@ msgid "" msgstr "" #: ../../godmode/agentes/agent_manager.php:139 -#: ../../operation/servers/view_server.php:114 +#: ../../operation/servers/view_server.php:115 msgid "Plugin Server" msgstr "" @@ -3137,7 +3161,7 @@ msgid "" msgstr "" #: ../../godmode/agentes/agent_manager.php:153 -#: ../../operation/servers/view_server.php:108 +#: ../../operation/servers/view_server.php:109 msgid "WMI Server" msgstr "" @@ -3148,7 +3172,7 @@ msgid "" msgstr "" #: ../../godmode/agentes/agent_manager.php:166 -#: ../../operation/servers/view_server.php:111 +#: ../../operation/servers/view_server.php:112 msgid "Prediction Server" msgstr "" @@ -3158,27 +3182,27 @@ msgid "" "with this kind of modules" msgstr "" -#: ../../godmode/agentes/agent_manager.php:186 +#: ../../godmode/agentes/agent_manager.php:188 msgid "Module definition" msgstr "" -#: ../../godmode/agentes/agent_manager.php:189 +#: ../../godmode/agentes/agent_manager.php:191 msgid "Learning mode" msgstr "" -#: ../../godmode/agentes/agent_manager.php:191 +#: ../../godmode/agentes/agent_manager.php:193 msgid "Normal mode" msgstr "" -#: ../../godmode/agentes/agent_manager.php:199 +#: ../../godmode/agentes/agent_manager.php:201 msgid "Active" msgstr "" -#: ../../godmode/agentes/agent_manager.php:203 +#: ../../godmode/agentes/agent_manager.php:205 msgid "Remote configuration" msgstr "" -#: ../../godmode/agentes/agent_manager.php:211 +#: ../../godmode/agentes/agent_manager.php:213 msgid "Not available" msgstr "" @@ -3233,6 +3257,9 @@ msgstr "" #: ../../operation/snmpconsole/snmp_alert.php:299 #: ../../operation/snmpconsole/snmp_alert.php:300 #: ../../operation/snmpconsole/snmp_alert.php:301 +#: ../../operation/snmpconsole/snmp_view.php:179 +#: ../../operation/snmpconsole/snmp_view.php:185 +#: ../../operation/snmpconsole/snmp_view.php:194 #: ../../operation/agentes/exportdata.php:282 #: ../../operation/agentes/sla_view.php:98 #: ../../operation/agentes/sla_view.php:179 @@ -3383,7 +3410,7 @@ msgid "Source Agent/Alert" msgstr "" #: ../../godmode/agentes/alert_manager_editor.php:341 -#: ../../operation/menu.php:24 +#: ../../operation/menu.php:26 msgid "Operation" msgstr "" @@ -3570,7 +3597,7 @@ msgstr "" #: ../../godmode/users/configure_user.php:176 #: ../../include/functions_db.php:1992 #: ../../include/functions_reporting.php:256 -#: ../../operation/snmpconsole/snmp_view.php:174 +#: ../../operation/snmpconsole/snmp_view.php:137 #: ../../operation/events/events.php:351 #: ../../operation/users/user_edit.php:109 msgid "User ID" @@ -3982,11 +4009,11 @@ msgstr "" msgid "Command" msgstr "" -#: ../../include/functions_html.php:588 +#: ../../include/functions_html.php:604 msgid "Request successfully processed" msgstr "" -#: ../../include/functions_html.php:591 +#: ../../include/functions_html.php:607 msgid "Error processing request" msgstr "" @@ -4063,7 +4090,10 @@ msgid "Never" msgstr "" #: ../../include/functions.php:983 ../../include/functions.php:1142 -#: ../../include/functions_db.php:1963 ../../operation/agentes/bulbs.php:29 +#: ../../include/functions_db.php:1963 +#: ../../operation/snmpconsole/snmp_view.php:109 +#: ../../operation/snmpconsole/snmp_view.php:212 +#: ../../operation/agentes/bulbs.php:29 #: ../../operation/agentes/estado_agente.php:327 #: ../../operation/agentes/estado_alertas.php:141 #: ../../operation/agentes/estado_alertas.php:190 @@ -4093,7 +4123,7 @@ msgstr "" #: ../../include/functions.php:1005 #: ../../operation/reporting/reporting_viewer.php:193 #: ../../operation/reporting/reporting_xml.php:192 -#: ../../operation/agentes/ver_agente.php:224 +#: ../../operation/agentes/ver_agente.php:232 #: ../../operation/agentes/sla_view.php:46 #: ../../operation/agentes/sla_view.php:147 msgid "S.L.A" @@ -4416,10 +4446,6 @@ msgstr "" msgid "ID" msgstr "" -#: ../../operation/incidents/incident.php:261 -msgid "Updated" -msgstr "" - #: ../../operation/incidents/incident.php:262 #: ../../operation/incidents/incident_detail.php:260 #: ../../operation/events/events.php:349 @@ -4438,8 +4464,8 @@ msgid "Create incident" msgstr "" #: ../../operation/incidents/incident_statistics.php:30 -#: ../../operation/menu.php:155 ../../operation/menu.php:177 -#: ../../operation/menu.php:221 +#: ../../operation/menu.php:158 ../../operation/menu.php:180 +#: ../../operation/menu.php:224 msgid "Statistics" msgstr "" @@ -4517,6 +4543,11 @@ msgstr "" msgid "Opened at" msgstr "" +#: ../../operation/incidents/incident_detail.php:236 +#: ../../operation/servers/view_server_detail.php:77 +msgid "Updated at" +msgstr "" + #: ../../operation/incidents/incident_detail.php:248 msgid "Open and Active" msgstr "" @@ -4635,20 +4666,20 @@ msgstr "" msgid "Version" msgstr "" -#: ../../operation/servers/view_server.php:89 +#: ../../operation/servers/view_server.php:90 #: ../../operation/agentes/tactical.php:288 msgid "of" msgstr "" -#: ../../operation/servers/view_server.php:99 +#: ../../operation/servers/view_server.php:100 msgid "SNMP server" msgstr "" -#: ../../operation/servers/view_server.php:117 +#: ../../operation/servers/view_server.php:118 msgid "Master server" msgstr "" -#: ../../operation/servers/view_server.php:120 +#: ../../operation/servers/view_server.php:121 msgid "MD5 check" msgstr "" @@ -4677,7 +4708,7 @@ msgstr "" msgid "Until refresh" msgstr "" -#: ../../operation/visual_console/index.php:24 ../../operation/menu.php:100 +#: ../../operation/visual_console/index.php:24 ../../operation/menu.php:102 msgid "Visual console" msgstr "" @@ -4695,71 +4726,71 @@ msgstr "" msgid "No layouts found" msgstr "" -#: ../../operation/menu.php:46 ../../operation/agentes/tactical.php:34 +#: ../../operation/menu.php:48 ../../operation/agentes/tactical.php:34 msgid "Tactical view" msgstr "" -#: ../../operation/menu.php:53 ../../operation/agentes/estado_grupo.php:32 +#: ../../operation/menu.php:55 ../../operation/agentes/estado_grupo.php:32 msgid "Group view" msgstr "" -#: ../../operation/menu.php:60 ../../operation/agentes/networkmap.php:252 +#: ../../operation/menu.php:62 ../../operation/agentes/networkmap.php:252 msgid "Network Map" msgstr "" -#: ../../operation/menu.php:74 +#: ../../operation/menu.php:76 msgid "Alert detail" msgstr "" -#: ../../operation/menu.php:81 +#: ../../operation/menu.php:83 msgid "Monitor detail" msgstr "" -#: ../../operation/menu.php:88 ../../operation/agentes/exportdata.php:236 +#: ../../operation/menu.php:90 ../../operation/agentes/exportdata.php:236 msgid "Export data" msgstr "" -#: ../../operation/menu.php:148 +#: ../../operation/menu.php:151 msgid "Search incident" msgstr "" -#: ../../operation/menu.php:182 +#: ../../operation/menu.php:185 msgid "RSS" msgstr "" -#: ../../operation/menu.php:188 +#: ../../operation/menu.php:191 msgid "CSV File" msgstr "" -#: ../../operation/menu.php:193 +#: ../../operation/menu.php:196 msgid "Marquee" msgstr "" -#: ../../operation/menu.php:203 +#: ../../operation/menu.php:206 msgid "View users" msgstr "" -#: ../../operation/menu.php:212 +#: ../../operation/menu.php:215 msgid "Edit my user" msgstr "" -#: ../../operation/menu.php:232 ../../operation/snmpconsole/snmp_view.php:128 +#: ../../operation/menu.php:235 ../../operation/snmpconsole/snmp_view.php:88 msgid "SNMP console" msgstr "" -#: ../../operation/menu.php:242 +#: ../../operation/menu.php:245 msgid "SNMP alerts" msgstr "" -#: ../../operation/menu.php:253 ../../operation/messages/message.php:58 +#: ../../operation/menu.php:256 ../../operation/messages/message.php:58 msgid "Messages" msgstr "" -#: ../../operation/menu.php:262 +#: ../../operation/menu.php:265 msgid "Messages to groups" msgstr "" -#: ../../operation/menu.php:296 +#: ../../operation/menu.php:299 msgid "Custom graphs" msgstr "" @@ -4784,7 +4815,7 @@ msgstr "" #: ../../operation/snmpconsole/snmp_alert.php:183 #: ../../operation/snmpconsole/snmp_alert.php:277 #: ../../operation/snmpconsole/snmp_alert.php:305 -#: ../../operation/snmpconsole/snmp_view.php:171 +#: ../../operation/snmpconsole/snmp_view.php:134 msgid "OID" msgstr "" @@ -4795,7 +4826,7 @@ msgstr "" #: ../../operation/snmpconsole/snmp_alert.php:188 #: ../../operation/snmpconsole/snmp_alert.php:273 #: ../../operation/snmpconsole/snmp_alert.php:313 -#: ../../operation/snmpconsole/snmp_view.php:170 +#: ../../operation/snmpconsole/snmp_view.php:133 msgid "SNMP Agent" msgstr "" @@ -4820,54 +4851,79 @@ msgstr "" msgid "Times fired" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:72 +#: ../../operation/snmpconsole/snmp_view.php:40 #: ../../operation/events/events.php:84 msgid "Event successfully deleted" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:85 -#: ../../operation/events/events.php:105 -msgid "Event successfully validated" +#: ../../operation/snmpconsole/snmp_view.php:40 +msgid "Error removing event" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:136 +#: ../../operation/snmpconsole/snmp_view.php:53 +msgid "Event successfully updated" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:53 +msgid "Error updating event" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:97 msgid "There are no SNMP traps in database" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:142 +#: ../../operation/snmpconsole/snmp_view.php:105 #: ../../operation/events/events.php:504 msgid "Validated event" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:144 +#: ../../operation/snmpconsole/snmp_view.php:107 #: ../../operation/events/events.php:506 msgid "Not validated event" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:149 +#: ../../operation/snmpconsole/snmp_view.php:111 #: ../../operation/events/events.php:510 msgid "Validate event" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:151 +#: ../../operation/snmpconsole/snmp_view.php:113 #: ../../operation/events/events.php:512 msgid "Delete event" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:172 +#: ../../operation/snmpconsole/snmp_view.php:135 msgid "Value" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:173 +#: ../../operation/snmpconsole/snmp_view.php:136 msgid "Custom" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:276 +#: ../../operation/snmpconsole/snmp_view.php:153 +msgid "Not validated" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:155 +msgid "Validated" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:172 +msgid "View agent details" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:220 +#: ../../operation/snmpconsole/snmp_view.php:235 #: ../../operation/agentes/estado_alertas.php:67 #: ../../operation/events/events.php:495 msgid "Validate" msgstr "" +#: ../../operation/snmpconsole/snmp_view.php:223 +#: ../../operation/snmpconsole/snmp_view.php:238 +msgid "Are you sure" +msgstr "" + #: ../../operation/agentes/networkmap.php:252 #: ../../operation/agentes/status_monitor.php:33 #: ../../operation/agentes/estado_generalagente.php:54 @@ -4938,7 +4994,7 @@ msgstr "" #: ../../operation/agentes/status_monitor.php:87 #: ../../operation/agentes/status_monitor.php:93 #: ../../operation/agentes/status_monitor.php:98 -#: ../../operation/agentes/ver_agente.php:79 +#: ../../operation/agentes/ver_agente.php:80 msgid "Monitors down" msgstr "" @@ -5035,7 +5091,7 @@ msgstr "" #: ../../operation/agentes/estado_ultimopaquete.php:56 #: ../../operation/agentes/exportdata.php:175 #: ../../operation/agentes/datos_agente.php:81 -#: ../../operation/agentes/ver_agente.php:211 +#: ../../operation/agentes/ver_agente.php:214 msgid "Data" msgstr "" @@ -5208,23 +5264,23 @@ msgstr "" msgid "Received data from" msgstr "" -#: ../../operation/agentes/ver_agente.php:49 +#: ../../operation/agentes/ver_agente.php:50 msgid "Main IP" msgstr "" -#: ../../operation/agentes/ver_agente.php:55 +#: ../../operation/agentes/ver_agente.php:56 msgid "Last remote contact" msgstr "" -#: ../../operation/agentes/ver_agente.php:182 +#: ../../operation/agentes/ver_agente.php:183 msgid "View mode" msgstr "" -#: ../../operation/agentes/ver_agente.php:193 +#: ../../operation/agentes/ver_agente.php:195 msgid "Manage" msgstr "" -#: ../../operation/agentes/ver_agente.php:203 +#: ../../operation/agentes/ver_agente.php:205 msgid "Main" msgstr "" @@ -5271,10 +5327,6 @@ msgstr "" msgid "Monitor OK" msgstr "" -#: ../../operation/agentes/tactical.php:125 -msgid "Monitor BAD" -msgstr "" - #: ../../operation/agentes/tactical.php:138 msgid "Monitor Unknown" msgstr "" @@ -5346,6 +5398,10 @@ msgstr "" msgid "Error deleting event" msgstr "" +#: ../../operation/events/events.php:105 +msgid "Event successfully validated" +msgstr "" + #: ../../operation/events/events.php:108 msgid "Error validating event" msgstr "" diff --git a/pandora_console/operation/messages/message.php b/pandora_console/operation/messages/message.php index ad128286d4..13dc45a14c 100644 --- a/pandora_console/operation/messages/message.php +++ b/pandora_console/operation/messages/message.php @@ -55,7 +55,7 @@ if (isset ($_GET["nuevo_mensaje_g"])){ } } } -echo "

    ".__('Messages')." - "; +echo "

    ".__('Messages')." > "; if (isset ($_GET["nuevo"])) { //create message echo __('New message').'

    '; diff --git a/pandora_console/operation/servers/view_server.php b/pandora_console/operation/servers/view_server.php index c13b97294f..2f02e73dcd 100644 --- a/pandora_console/operation/servers/view_server.php +++ b/pandora_console/operation/servers/view_server.php @@ -57,7 +57,8 @@ $table->head[3] = __('Modules'); $table->head[4] = __('LAG'); $table->head[5] = __('Type'); $table->head[6] = __('Version'); -$table->head[7] = __('Updated at'); +// This will have a column of data such as "6 hours" +$table->head[7] = __('Updated'); $table->data = array (); if (!$servers){