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
+16 -11
View File
@@ -1,6 +1,6 @@
<?php
//application details
//application details
$apps[$x]['name'] = "Voicemail Greetings";
$apps[$x]['uuid'] = "e4b4fbee-9e4d-8e46-3810-91ba663db0c2";
$apps[$x]['category'] = "Switch";
@@ -9,19 +9,26 @@
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Manager voicemail greetings for extensions.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen.";
$apps[$x]['description']['es-cl'] = "Administrador de mensajes de bienvenida de correo de voz para extensiones.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen.";
$apps[$x]['description']['fr-fr'] = "Accueil messagerie Vocale.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Gestor de saudações de correio de voz para extensões.";
$apps[$x]['description']['fr-fr'] = "Accueil messagerie Vocale.";
$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'] = "Gestor de saudações de correio de voz para extensões.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Менеджер приветствий Голосовой почты для Внутренних Номеров.";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
//permission details
$apps[$x]['permissions'][$y]['name'] = "voicemail_greeting_view";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
@@ -57,7 +64,7 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//schema details
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_voicemail_greetings";
$apps[$x]['db'][$y]['table']['parent'] = "";
@@ -116,7 +123,5 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "greeting_base64";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Voicemail greeting file encoded in base64.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "К сообщению Голосовой Почты прикреплен файл в кодировке base64.";
$z++;
?>