2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2012-06-04 16:58:40 +02:00
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Traffic Graph";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['uuid'] = "99932b6e-6560-a472-25dd-22e196262187";
|
|
|
|
|
$apps[$x]['category'] = "System";
|
|
|
|
|
$apps[$x]['subcategory'] = "";
|
|
|
|
|
$apps[$x]['version'] = "";
|
|
|
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
|
|
$apps[$x]['description']['en-us'] = "Uses SVG to show the network traffic.";
|
2014-02-13 21:15:59 +01:00
|
|
|
$apps[$x]['description']['es-cl'] = "Utiliza SVG para mostrar el tráfico de red";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['description']['es-mx'] = "";
|
|
|
|
|
$apps[$x]['description']['de-de'] = "";
|
|
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-at'] = "";
|
2014-10-29 09:51:56 +01:00
|
|
|
$apps[$x]['description']['fr-fr'] = "Affiche le traffique Réseau via SVG.";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['description']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = "Utiliza SVG para mostrar o tráfego de rede.";
|
|
|
|
|
$apps[$x]['description']['pt-br'] = "";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//permission details
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][0]['name'] = "traffic_graph_view";
|
2013-10-18 00:06:53 +02:00
|
|
|
$apps[$x]['permissions'][0]['menu']['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2013-10-18 00:06:53 +02:00
|
|
|
?>
|