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:
@@ -5,19 +5,27 @@
|
||||
$apps[$x]['uuid'] = "e746fbcb-f67f-4e0e-ab64-c414c01fac11";
|
||||
$apps[$x]['category'] = "Switch";
|
||||
$apps[$x]['subcategory'] = "";
|
||||
$apps[$x]['version'] = "";
|
||||
$apps[$x]['version'] = "1.0";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Configure notification preferences.";
|
||||
$apps[$x]['description']['es-cl'] = "Configure las preferencias de notificaciones.";
|
||||
$apps[$x]['description']['de-de'] = "Verwalte Benachrichtigunggseinstellungen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Verwalte Benachrichtigunggseinstellungen.";
|
||||
$apps[$x]['description']['fr-fr'] = "Configurez les notifications.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
$apps[$x]['description']['de-de'] = "Verwalte Benachrichtigunggseinstellungen.";
|
||||
$apps[$x]['description']['es-cl'] = "Configure las preferencias de notificaciones.";
|
||||
$apps[$x]['description']['es-mx'] = "";
|
||||
$apps[$x]['description']['fr-ca'] = "Configurez les notifications.";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "";
|
||||
$apps[$x]['description']['fr-fr'] = "Configurez les notifications.";
|
||||
$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'] = "Настройка параметров уведомлений";
|
||||
$apps[$x]['description']['sv-se'] = "";
|
||||
$apps[$x]['description']['uk-ua'] = "";
|
||||
|
||||
//schema details
|
||||
$y=0;
|
||||
@@ -33,6 +41,5 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "project_notifications";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user