Enhance - app_config.php cleanup for core (#2631)

make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
Repaired a couple of character encodings in fr-fr
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 09:01:10 -06:00
committed by FusionPBX
parent f90e080ef4
commit 02fd32b845
12 changed files with 839 additions and 756 deletions
+16 -8
View File
@@ -5,19 +5,27 @@
$apps[$x]['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f";
$apps[$x]['category'] = "Core";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Install the fusionPBX system or add new switches";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['de-de'] = "Installiere das FusionPBX System oder füge neue Switches hinzu.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Installiere das FusionPBX System oder füge neue Switches hinzu.";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Installiere das FusionPBX System oder füge neue Switches hinzu.";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['fr-fr'] = "";
$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'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Установка системы fuisionPBX или добавление новых коммутаторов";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
//$y=0;
@@ -26,4 +34,4 @@
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$y++;
?>
?>