|
@@ -36,24 +36,27 @@
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
$apps[$x]['description']['en-us'] = "Performs maintenance work on database and filesystem";
|
|
|
$apps[$x]['description']['en-gb'] = "Performs maintenance work on database and filesystem";
|
|
|
- $apps[$x]['description']['ar-eg'] = "";
|
|
|
- $apps[$x]['description']['de-at'] = "";
|
|
|
- $apps[$x]['description']['de-ch'] = "";
|
|
|
- $apps[$x]['description']['de-de'] = "";
|
|
|
- $apps[$x]['description']['es-cl'] = "";
|
|
|
- $apps[$x]['description']['es-mx'] = "";
|
|
|
- $apps[$x]['description']['fr-ca'] = "";
|
|
|
- $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'] = "";
|
|
|
- $apps[$x]['description']['sv-se'] = "";
|
|
|
- $apps[$x]['description']['uk-ua'] = "";
|
|
|
+ $apps[$x]['description']['ar-eg'] = "يقوم بأعمال الصيانة على قاعدة البيانات ونظام الملفات";
|
|
|
+ $apps[$x]['description']['de-at'] = "Führt Wartungsarbeiten an Datenbank und Dateisystem durch";
|
|
|
+ $apps[$x]['description']['de-ch'] = "Führt Wartungsarbeiten an Datenbank und Dateisystem durch";
|
|
|
+ $apps[$x]['description']['de-de'] = "Führt Wartungsarbeiten an Datenbank und Dateisystem durch";
|
|
|
+ $apps[$x]['description']['es-cl'] = "Realiza trabajos de mantenimiento en la base de datos y el sistema de archivos.";
|
|
|
+ $apps[$x]['description']['es-mx'] = "Realiza trabajos de mantenimiento en la base de datos y el sistema de archivos.";
|
|
|
+ $apps[$x]['description']['fr-ca'] = "Effectue des travaux de maintenance sur la base de données et le système de fichiers";
|
|
|
+ $apps[$x]['description']['fr-fr'] = "Effectue des travaux de maintenance sur la base de données et le système de fichiers";
|
|
|
+ $apps[$x]['description']['he-il'] = "מבצע עבודות תחזוקה על מסד נתונים ומערכת קבצים";
|
|
|
+ $apps[$x]['description']['it-it'] = "Esegue lavori di manutenzione su database e filesystem";
|
|
|
+ $apps[$x]['description']['nl-nl'] = "Voert onderhoudswerkzaamheden uit aan de database en het bestandssysteem";
|
|
|
+ $apps[$x]['description']['pl-pl'] = "Wykonuje prace konserwacyjne na bazie danych i systemie plików";
|
|
|
+ $apps[$x]['description']['pt-br'] = "Executa trabalhos de manutenção em banco de dados e sistema de arquivos";
|
|
|
+ $apps[$x]['description']['pt-pt'] = "Executa trabalhos de manutenção em base de dados e sistema de ficheiros";
|
|
|
+ $apps[$x]['description']['ro-ro'] = "Efectuează lucrări de întreținere a bazei de date și a sistemului de fișiere";
|
|
|
+ $apps[$x]['description']['ru-ru'] = "Выполняет работы по обслуживанию базы данных и файловой системы.";
|
|
|
+ $apps[$x]['description']['sv-se'] = "Utför underhållsarbete på databas och filsystem";
|
|
|
+ $apps[$x]['description']['uk-ua'] = "Виконує роботу з обслуговування бази даних і файлової системи";
|
|
|
+ $apps[$x]['description']['zh-cn'] = "执行数据库和文件系统的维护工作";
|
|
|
+ $apps[$x]['description']['ja-jp'] = "データベースとファイルシステムのメンテナンス作業を実行します";
|
|
|
+ $apps[$x]['description']['ko-kr'] = "데이터베이스 및 파일 시스템에 대한 유지 관리 작업을 수행합니다.";
|
|
|
|
|
|
//maintenance log view permissions
|
|
|
$y = 0;
|
|
@@ -182,3 +185,21 @@
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "maintenance_logs";
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
|
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Maintenance log application to remove old entries.";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "074addbd-c010-49f8-bb84-72f14d4ed197";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "dashboard_maintenance_chart_main_color";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_value'] = "#2a9df4";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "2b39f31a-69ad-4083-98c7-e97f50bd30ce";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "dashboard_maintenance_chart_sub_color";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_value'] = "#d4d4d4";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
|
|
+ $apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
|
|
+
|
|
|
+?>
|