28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Traffic Graph";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Netzauslastungsdiagramm";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Netzauslastungsdiagramm";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gráfico de Tráfico";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Traffic Graphe";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Grafico del Traffico";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykres przesyłu danych";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gráfico de tráfego";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grafico de Trafego";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "График трафика";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Trafik Graf";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трафік";
|
|
$apps[$x]['menu'][$y]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/traffic_graph/status_graph.php?width=660&height=330";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
?>
|