2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Traffic Graph";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Gráfico de Tráfico";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Traffic Graphe";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grafico de Trafego";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Gráfico de tráfego";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Wykres przesyłu danych";
|
|
|
|
|
$apps[$x]['menu'][0]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/traffic_graph/status_graph.php?width=660&height=330";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|