Enhance - app_config.php cleanup for apps (#2633)

make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
This commit is contained in:
Mafoo
2017-06-03 16:00:20 +01:00
committed by FusionPBX
parent 25a761e7c3
commit b98f9cb120
57 changed files with 2854 additions and 2437 deletions

View File

@@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "eb221c9b-cb13-5542-9140-dff924816dc4";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Originate calls with a URL.";
$apps[$x]['description']['es-cl'] = "Genera llamadas con un URL.";
$apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Anrufe über eine URL erzeugen.";
$apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen.";
$apps[$x]['description']['es-cl'] = "Genera llamadas con un URL.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Appeller avec d'URL";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Originar chamadas com um URL.";
$apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL";
$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'] = "Gera chamadas a partir de um URL";
$apps[$x]['description']['pt-pt'] = "Originar chamadas com um URL.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Создание исходящих вызовов с помощью вызова URL";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@@ -33,4 +41,4 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>