Enhance - app_config.php last cleanup (#2637)

last batch of app_config.php changes
This commit is contained in:
Mafoo
2017-06-03 12:35:18 -06:00
committed by FusionPBX
parent b2841c4a8c
commit 3b1a3354ce
5 changed files with 81 additions and 38 deletions
+15 -8
View File
@@ -1,6 +1,6 @@
<?php
//application details
//application details
$apps[$x]['name'] = "Traffic Graph";
$apps[$x]['uuid'] = "99932b6e-6560-a472-25dd-22e196262187";
$apps[$x]['category'] = "System";
@@ -9,19 +9,26 @@
$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.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Verwendet SVG um die Netzwerkauslastung anzuzeigen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Verwendet SVG um die Netzwerkauslastung anzuzeigen.";
$apps[$x]['description']['es-cl'] = "Utiliza SVG para mostrar el tráfico de red";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Verwendet SVG um die Netzwerkauslastung anzuzeigen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Verwendet SVG um die Netzwerkauslastung anzuzeigen.";
$apps[$x]['description']['fr-fr'] = "Affiche le traffique Réseau via SVG.";
$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']['fr-fr'] = "Affiche le traffique Réseau via SVG.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Utiliza SVG para mostrar o tráfego de rede.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Использование SVG для отображения сетевого трафика.";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "traffic_graph_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";