From 92dde8ac9b853828e6e68902bca4deb28b37fad1 Mon Sep 17 00:00:00 2001 From: Philippe Rioual Date: Mon, 30 Sep 2013 15:22:35 +0000 Subject: [PATCH] repaired previous errors inserted in r4614 : reinserted 'de-de' instead 'de' and correct files. keeps fr-ca to report in app_config.php files --- app/adminer/app_config.php | 6 +- app/call_block/app_config.php | 7 +- app/call_broadcast/app_config.php | 5 +- app/call_center/app_config.php | 126 ++-- app/call_center_active/app_config.php | 5 +- app/call_flows/app_config.php | 5 +- app/calls/app_config.php | 31 +- app/calls/app_languages.php | 12 +- app/calls_active/app_config.php | 78 +-- app/click_to_call/app_config.php | 5 +- app/conference_centers/app_config.php | 34 +- app/conference_centers/app_languages.php | 6 +- app/conferences/app_config.php | 26 +- app/conferences_active/app_config.php | 5 +- app/contacts/app_config.php | 142 +++- app/content/app_config.php | 71 +- app/destinations/app_config.php | 5 +- app/devices/app_config.php | 36 +- app/dialplan/app_config.php | 60 +- app/dialplan/app_languages.php | 7 +- app/dialplan_features/app_config.php | 2 +- app/dialplan_inbound/app_config.php | 5 +- app/dialplan_outbound/app_config.php | 5 +- app/dialplan_outbound/app_languages.php | 27 +- app/edit/app_config.php | 93 +-- app/edit/app_languages.php | 2 +- app/exec/app_config.php | 4 +- app/extensions/app_config.php | 80 ++- app/fax/app_config.php | 139 ++-- app/fax/app_languages.php | 8 + app/fifo/app_config.php | 4 +- app/fifo_list/app_config.php | 4 +- app/follow_me/app_config.php | 26 +- app/gateways/app_config.php | 12 +- app/gateways/app_languages.php | 16 + app/hot_desking/app_config.php | 4 +- app/ivr_menu/app_config.php | 53 +- app/log_viewer/app_config.php | 4 +- app/login/app_config.php | 6 +- app/meetings/app_config.php | 53 +- app/modules/app_config.php | 12 +- app/modules/app_languages.php | 4 +- app/music_on_hold/app_config.php | 4 +- app/recordings/app_config.php | 4 +- app/registrations/app_config.php | 8 +- app/ring_groups/app_config.php | 85 ++- app/schemas/app_config.php | 83 ++- app/services/app_config.php | 4 +- app/settings/app_config.php | 21 +- app/sip_profiles/app_config.php | 40 +- app/sip_status/app_config.php | 4 +- app/sql_query/app_config.php | 4 +- app/system/app_config.php | 45 +- app/time_conditions/app_config.php | 12 +- app/traffic_graph/app_config.php | 4 +- app/vars/app_config.php | 27 +- app/vars/app_languages.php | 8 +- app/voicemail_greetings/app_config.php | 2 +- app/voicemails/app_config.php | 65 +- app/xml_cdr/app_config.php | 17 +- app/xmpp/app_config.php | 5 +- core/apps/app_config.php | 4 +- core/databases/app_config.php | 27 +- core/default_settings/app_config.php | 4 +- core/default_settings/app_languages.php | 4 +- core/domain_settings/app_config.php | 4 +- core/menu/app_config.php | 659 ++++++++++--------- core/upgrade/app_config.php | 4 +- core/user_settings/app_config.php | 4 +- core/users/app_config.php | 800 ++++++++++++----------- 70 files changed, 1930 insertions(+), 1257 deletions(-) diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index cd8ac161bc..87afb79277 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.adminer.org/'; $apps[$x]['description']['en-us'] = 'Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Adminer'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Admin BDD'; @@ -37,6 +37,8 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'adminer'; + //$apps[$x]['permissions'][0]['menu']['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '1f59d07b-b4f7-4f9e-bde9-312cf491d66e'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; ?> diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index 42a93f70b9..83bd7194d0 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -9,10 +9,10 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'A tool to block incoming numbers.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr-fr'] = "Outil pour bloque les numéro d'appelant"; + $apps[$x]['description']['fr-fr'] = "Outil pour bloquer les numéro d'appelant"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Call Block'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = "Blocage d'appel"; @@ -40,6 +40,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'call_block_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '29295c90-b1b9-440b-9c7E-c8363c6e8975'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'user'; diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index 28e1a948f9..2d00adff0c 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number.'; $apps[$x]['description']['es-mx'] = 'Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Programme des appels multiples vers des extensions, IVR, salles de conferences ou autre."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Call Broadcast'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Llamada Masiva (Broadcast)'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Appels de masse'; @@ -38,6 +38,7 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'call_broadcast_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '50153bbf-78c5-b49e-7bd9-4b3e4b1134e6'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 192346c099..04686ed210 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Queues for managing inbound calls and routing those calls to available agents.'; $apps[$x]['description']['es-mx'] = 'Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Files d'attente d'appels entrants distribués aux agents disponibles"; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Call Center'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Centro de Llamadas'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'appel"; @@ -39,7 +39,7 @@ $apps[$x]['menu'][1]['title']['en-us'] = 'Agent Status'; $apps[$x]['menu'][1]['title']['es-mx'] = 'Estado de Agente'; - $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; $apps[$x]['menu'][1]['title']['fr-fr'] = "État d'agent"; @@ -56,56 +56,76 @@ $apps[$x]['menu'][1]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'call_center_queues_view'; - $apps[$x]['permissions'][0]['groups'][] = 'agent'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'call_center_queues_add'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'call_center_queues_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'call_center_queues_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][4]['name'] = 'call_center_agents_view'; - $apps[$x]['permissions'][0]['groups'][] = 'agent'; - $apps[$x]['permissions'][4]['groups'][] = 'admin'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][5]['name'] = 'call_center_agents_add'; - $apps[$x]['permissions'][5]['groups'][] = 'admin'; - $apps[$x]['permissions'][5]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][6]['name'] = 'call_center_agents_edit'; - $apps[$x]['permissions'][6]['groups'][] = 'admin'; - $apps[$x]['permissions'][6]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][7]['name'] = 'call_center_agents_delete'; - $apps[$x]['permissions'][7]['groups'][] = 'admin'; - $apps[$x]['permissions'][7]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][8]['name'] = 'call_center_tiers_view'; - $apps[$x]['permissions'][0]['groups'][] = 'agent'; - $apps[$x]['permissions'][8]['groups'][] = 'admin'; - $apps[$x]['permissions'][8]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][9]['name'] = 'call_center_tiers_add'; - $apps[$x]['permissions'][9]['groups'][] = 'admin'; - $apps[$x]['permissions'][9]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][10]['name'] = 'call_center_tiers_edit'; - $apps[$x]['permissions'][10]['groups'][] = 'admin'; - $apps[$x]['permissions'][10]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][11]['name'] = 'call_center_tiers_delete'; - $apps[$x]['permissions'][11]['groups'][] = 'admin'; - $apps[$x]['permissions'][11]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'call_center_queue_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '6c072b29-5b6c-49fc-008e-95e24c77de99'; + $apps[$x]['permissions'][$y]['groups'][] = 'agent'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_queue_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_queue_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_queue_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_agent_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '597c483a-51a9-f95a-8d54-ea7d87ada2b8'; + $apps[$x]['permissions'][$y]['groups'][] = 'agent'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_agent_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_agent_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_agent_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_tier_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = ''; + $apps[$x]['permissions'][$y]['groups'][] = 'agent'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_tier_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_tier_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_tier_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_log_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_log_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_log_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_center_log_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index 64c9aa5a83..05d465bdcf 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Shows active calls, and agents in the call center queue.'; $apps[$x]['description']['es-mx'] = 'Muestra las llamadas activas y los agentes en la cola del centro de llamadas.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Affiche les appels actifs et les agents en file sur le centre d'appels."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Active Call Center'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Centro de Llamada Activo'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = "Centre Appels Actifs"; @@ -38,6 +38,7 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'call_center_active_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '7fb0dd87-e984-9980-c512-2c76b887aeb2'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 48292fa1e1..b283ab042f 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = ''; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Call Flows'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Flujo de Llamada'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = "cinématiques d'Appel"; @@ -39,6 +39,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'call_flow_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'b0939384-7055-44e8-8b4c-9f72293e1878'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; diff --git a/app/calls/app_config.php b/app/calls/app_config.php index ac240cf367..7ab8233fdf 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Call Forward, Follow Me and Do Not Disturb.'; $apps[$x]['description']['es-mx'] = 'Reenvio de llamada, Sígueme y No Molestar.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Renvoi d'appel, suis-moi et ne pas deranger."; @@ -21,7 +21,7 @@ //menu details //$apps[$x]['menu'][0]['title']['en-us'] = 'Calls'; //$apps[$x]['menu'][0]['title']['es-mx'] = 'Llamadas'; - //$apps[$x]['menu'][0]['title']['de'] = ''; + //$apps[$x]['menu'][0]['title']['de-de'] = ''; //$apps[$x]['menu'][0]['title']['de-ch'] = ''; //$apps[$x]['menu'][0]['title']['de-at'] = ''; //$apps[$x]['menu'][0]['title']['fr-fr'] = 'Appels'; @@ -38,18 +38,19 @@ //$apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][1]['name'] = 'follow_me'; - $apps[$x]['permissions'][1]['groups'][] = 'user'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = 'follow_me'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'call_forward'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'do_not_disturb'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][2]['name'] = 'call_forward'; - $apps[$x]['permissions'][2]['groups'][] = 'user'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'do_not_disturb'; - $apps[$x]['permissions'][3]['groups'][] = 'user'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; ?> diff --git a/app/calls/app_languages.php b/app/calls/app_languages.php index 372620c457..258216cd95 100644 --- a/app/calls/app_languages.php +++ b/app/calls/app_languages.php @@ -64,14 +64,22 @@ $text['label-ring-5']['pt-pt'] = '5º Número a Tocar'; $text['label-ring-5']['fr-fr'] = 'Sonner le 5ème Numéro'; - $text['label-cid-name-prefix']['en-us'] = 'Caller ID Prefix'; + $text['label-cid-name-prefix']['en-us'] = 'Caller ID Name'; $text['label-cid-name-prefix']['pt-pt'] = ''; - $text['label-cid-name-prefix']['fr-fr'] = "Préfixe de l'appelant"; + $text['label-cid-name-prefix']['fr-fr'] = "Nom de l'appelant"; $text['description-cid-name-prefix']['en-us'] = 'Set the caller ID name prefix.'; $text['description-cid-name-prefix']['pt-pt'] = ''; $text['description-cid-name-prefix']['fr-fr'] = ''; + $text['label-cid-number-prefix']['en-us'] = 'Caller ID Number'; + $text['label-cid-number-prefix']['pt-pt'] = ''; + $text['label-cid-number-prefix']['fr-fr'] = "Numéro de l'appelant"; + + $text['description-cid-number-prefix']['en-us'] = 'Set the caller ID number prefix.'; + $text['description-cid-number-prefix']['pt-pt'] = ''; + $text['description-cid-number-prefix']['fr-fr'] = "Préfixe de l'appelant"; + $text['label-call-prompt']['en-us'] = 'Call Prompt'; $text['label-call-prompt']['pt-pt'] = ''; $text['label-call-prompt']['fr-fr'] = "Annonce d'appel"; diff --git a/app/calls_active/app_config.php b/app/calls_active/app_config.php index 7ed899fb70..7869a69f1d 100644 --- a/app/calls_active/app_config.php +++ b/app/calls_active/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Active channels on the system.'; $apps[$x]['description']['es-mx'] = 'Canales activos en el sistema.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Channels actifs au système'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Active Calls'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Llamadas Activas'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Appels en cours'; @@ -37,7 +37,7 @@ $apps[$x]['menu'][1]['title']['en-us'] = 'Active Extensions'; $apps[$x]['menu'][1]['title']['es-mx'] = 'Extensiones activas'; - $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; $apps[$x]['menu'][1]['title']['fr-fr'] = 'Extentions actives'; @@ -54,49 +54,53 @@ $apps[$x]['menu'][1]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'calls_active_view'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][0]['name'] = 'call_active_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = 'eba3d07f-dd5c-6b7b-6880-493b44113ade'; + $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][1]['name'] = 'calls_active_transfer'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][1]['name'] = 'call_active_transfer'; + $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][2]['name'] = 'calls_active_hangup'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][2]['name'] = 'call_active_hangup'; + $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][3]['name'] = 'calls_active_park'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][3]['name'] = 'call_active_park'; + $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][4]['name'] = 'calls_active_rec'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][4]['name'] = 'call_active_rec'; + $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][5]['name'] = 'extensions_active_view'; - //$apps[$x]['permissions'][5]['groups'][] = 'user'; - $apps[$x]['permissions'][5]['groups'][] = 'admin'; - $apps[$x]['permissions'][5]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][5]['name'] = 'extension_active_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '6dd85c19-cb6b-5cca-bf32-499bbe936f79'; + //$apps[$x]['permissions'][5]['groups'][] = 'user'; + $apps[$x]['permissions'][5]['groups'][] = 'admin'; + $apps[$x]['permissions'][5]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][6]['name'] = 'extensions_active_transfer'; - $apps[$x]['permissions'][6]['groups'][] = 'admin'; - $apps[$x]['permissions'][6]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][6]['name'] = 'extension_active_transfer'; + $apps[$x]['permissions'][6]['groups'][] = 'admin'; + $apps[$x]['permissions'][6]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][7]['name'] = 'extensions_active_hangup'; - $apps[$x]['permissions'][7]['groups'][] = 'admin'; - $apps[$x]['permissions'][7]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][7]['name'] = 'extension_active_hangup'; + $apps[$x]['permissions'][7]['groups'][] = 'admin'; + $apps[$x]['permissions'][7]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][8]['name'] = 'extensions_active_park'; - $apps[$x]['permissions'][8]['groups'][] = 'admin'; - $apps[$x]['permissions'][8]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][8]['name'] = 'extension_active_park'; + $apps[$x]['permissions'][8]['groups'][] = 'admin'; + $apps[$x]['permissions'][8]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][9]['name'] = 'extensions_active_rec'; - $apps[$x]['permissions'][9]['groups'][] = 'admin'; - $apps[$x]['permissions'][9]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][9]['name'] = 'extension_active_rec'; + $apps[$x]['permissions'][9]['groups'][] = 'admin'; + $apps[$x]['permissions'][9]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][10]['name'] = 'extensions_active_list_view'; - //$apps[$x]['permissions'][10]['groups'][] = 'user'; - $apps[$x]['permissions'][10]['groups'][] = 'admin'; - $apps[$x]['permissions'][10]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][10]['name'] = 'extension_active_list_view'; + $apps[$x]['permissions'][10]['menu']['uuid'] = ''; + //$apps[$x]['permissions'][10]['groups'][] = 'user'; + $apps[$x]['permissions'][10]['groups'][] = 'admin'; + $apps[$x]['permissions'][10]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][11]['name'] = 'extensions_active_assigned_view'; - //$apps[$x]['permissions'][11]['groups'][] = 'user'; - $apps[$x]['permissions'][11]['groups'][] = 'admin'; - $apps[$x]['permissions'][11]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][11]['name'] = 'extension_active_assigned_view'; + $apps[$x]['permissions'][11]['menu']['uuid'] = ''; + //$apps[$x]['permissions'][11]['groups'][] = 'user'; + $apps[$x]['permissions'][11]['groups'][] = 'admin'; + $apps[$x]['permissions'][11]['groups'][] = 'superadmin'; ?> diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index 9614eb90e3..04bf9fad91 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Originate calls with a URL.'; $apps[$x]['description']['es-mx'] = 'Genera llamadas con un URL.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Appeler avec une URL"; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Click to Call'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Pulse para Llamar'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Click to Call'; @@ -36,6 +36,7 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'click_to_call_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = 'f862556f-9ddd-2697-fdf4-bed08ec63aa5'; $apps[$x]['permissions'][0]['groups'][] = 'user'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 8451359cbd..25088aa576 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Conferences Centers allows one or more audio and video conference rooms.'; $apps[$x]['description']['es-mx'] = 'El Centro de Conferencia permite una o más recámaras de conferencia para audio y video.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo."; @@ -22,7 +22,7 @@ $y = 0; $apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Center'; $apps[$x]['menu'][$y]['title']['es-mx'] = 'Centro de Conferencias'; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Centre de Conférences'; @@ -40,6 +40,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'conference_center_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '95f88726-4706-43f0-b52b-9504a0b8046f'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; @@ -56,6 +57,7 @@ $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; $apps[$x]['permissions'][$y]['name'] = 'conference_room_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = ''; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'user'; @@ -76,6 +78,7 @@ $apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; $apps[$x]['permissions'][$y]['name'] = 'conference_session_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = ''; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'user'; @@ -129,6 +132,33 @@ $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_detail_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_detail_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_detail_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_session_detail_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/conference_centers/app_languages.php b/app/conference_centers/app_languages.php index 47238cbc10..8c9a69b517 100644 --- a/app/conference_centers/app_languages.php +++ b/app/conference_centers/app_languages.php @@ -82,7 +82,7 @@ $text['label-announce']['pt-pt'] = ''; $text['label-announce']['fr-fr'] = 'Annonce'; - $text['label-mute']['en-us'] = 'Mute on Entry'; + $text['label-mute']['en-us'] = 'Mute'; $text['label-mute']['pt-pt'] = ''; $text['label-mute']['fr-fr'] = 'Entrée Micro désactivé'; @@ -94,9 +94,9 @@ $text['label-sounds']['pt-pt'] = ''; $text['label-sounds']['fr-fr'] = 'Sons'; - $text['label-members']['en-us'] = 'Members'; + $text['label-members']['en-us'] = 'Count'; $text['label-members']['pt-pt'] = ''; - $text['label-members']['fr-fr'] = 'Membres'; + $text['label-members']['fr-fr'] = 'Décompte'; $text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['pt-pt'] = 'Ferramentas'; diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index 9af0dedc5d..f670cb56e6 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -9,10 +9,10 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.'; $apps[$x]['description']['es-mx'] = 'Las conferencias son usadas para configurar cuartos con un nombre, descripción y un número de acceso (opcional)'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr-fr'] = "Les conference sert à configurer des salles avec un nom, une description et un code pin facultatif"; + $apps[$x]['description']['fr-fr'] = "Les conferences servent à configurer des salles avec un nom, une description et un code pin facultatif"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Conferences'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Conferencias'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Conférences'; @@ -40,6 +40,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'conference_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '9f2a8c08-3e65-c41c-a716-3b53d42bc4d4'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'user'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; @@ -57,6 +58,25 @@ $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_user_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin';; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_user_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_user_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'conference_user_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/conferences_active/app_config.php b/app/conferences_active/app_config.php index b935c1af31..f666f38c08 100644 --- a/app/conferences_active/app_config.php +++ b/app/conferences_active/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'AJAX tool to view and manage all active callers in a conference room.'; $apps[$x]['description']['es-mx'] = 'Herramient en AJAX para ver y administrar todas las llamadas activas en un cuarto de conferencia.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Outil en AJAX pour voir et gerer toutes les conferences actives."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Active Conferences'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Conferencias Activas'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Conferences en cours'; @@ -39,6 +39,7 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'conferences_active_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '2d857bbb-43b9-b8f7-a138-642868e0453a'; $apps[$x]['permissions'][0]['groups'][] = 'user'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 74337dd412..b36d14e64b 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['contact_url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Provides a place to store contact information for individuals and organizations.'; $apps[$x]['description']['es-mx'] = 'Provee un lugar para almacenar informacion de los contactos, para individuos u organizaciones'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][$y]['title']['en-us'] = 'Contacts'; $apps[$x]['menu'][$y]['title']['es-mx'] = 'Contactos'; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Contacts'; @@ -38,23 +38,87 @@ $apps[$x]['menu'][$y]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'contacts_view'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][0]['groups'][] = 'user'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - - $apps[$x]['permissions'][1]['name'] = 'contacts_add'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - - $apps[$x]['permissions'][2]['name'] = 'contacts_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - //$apps[$x]['permissions'][2]['groups'][] = 'user'; - - $apps[$x]['permissions'][3]['name'] = 'contacts_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'contact_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_address_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_address_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_address_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_address_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_phone_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_phone_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_phone_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_phone_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_note_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_note_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_note_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_note_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_group_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_group_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_group_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'contact_group_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index @@ -88,6 +152,15 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_parent_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; + $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the type.'; @@ -317,4 +390,35 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; + + $y = 4; //table array index + $apps[$x]['db'][$y]['table'] = 'v_contact_groups'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_groups_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; + $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; + $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; + $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> diff --git a/app/content/app_config.php b/app/content/app_config.php index 2b530b22f3..6e6cdb9eda 100644 --- a/app/content/app_config.php +++ b/app/content/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Manage Content for any page in the interface.'; $apps[$x]['description']['es-mx'] = 'Administra el Contenido de cualquier pagina en la interfaz.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Gerer le contenu des pages de l'interface."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Content Manager'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Administrador de Contenido'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Contenu'; @@ -38,20 +38,81 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'content_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '90397352-395c-40f6-2087-887144abc06d'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - + $y++; $apps[$x]['permissions'][1]['name'] = 'content_add'; $apps[$x]['permissions'][1]['groups'][] = 'admin'; $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - + $y++; $apps[$x]['permissions'][2]['name'] = 'content_edit'; $apps[$x]['permissions'][2]['groups'][] = 'admin'; $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - + $y++; $apps[$x]['permissions'][3]['name'] = 'content_delete'; $apps[$x]['permissions'][3]['groups'][] = 'admin'; $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; //schema details $y = 0; //table array index diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 6773fee8a0..d3bad6ab55 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Used to define external destination numbers.'; $apps[$x]['description']['es-mx'] = 'Utilizado para definir numeros destinos externos.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Défini les numéros externes."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Destinations'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Destinos'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Destinations'; @@ -39,6 +39,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'destination_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'fd2a708a-ff03-c707-c19d-5a4194375eba'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; diff --git a/app/devices/app_config.php b/app/devices/app_config.php index dfd0cb6453..684571cc89 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Devices for provisioning.'; $apps[$x]['description']['es-mx'] = 'Provicionamiento de dispositivos.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Equipements pour provisioning.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Devices'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Dispositivos'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Equipements'; @@ -39,6 +39,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'device_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'f9dce498-b7f9-740f-e592-9e8ff3dac2a0'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $y++; @@ -53,6 +54,37 @@ $apps[$x]['permissions'][$y]['name'] = 'device_delete'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = 'device_extension_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_extension_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_extension_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_extension_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_line_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_line_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_line_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_line_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index d3ce104c39..75634d4ece 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.'; $apps[$x]['description']['es-mx'] = 'El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Les dialplans son utilisés pour configurer les destinations d'appels sélon les conditions et context. Vous pouvez en utiliser pour diriger les appels vers gateways, IVR, nombres éxterieurs ou quelqu'autre déstination."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Dialplan'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Plan de Marcado'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Dialplan'; @@ -39,7 +39,7 @@ $apps[$x]['menu'][1]['title']['en-us'] = 'Dialplan Manager'; $apps[$x]['menu'][1]['title']['es-mx'] = 'Administrador de Planes de Marcado'; - $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; $apps[$x]['menu'][1]['title']['fr-fr'] = 'Gestion du Dialplan'; @@ -55,24 +55,42 @@ $apps[$x]['menu'][1]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'dialplan_view'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'dialplan_add'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'dialplan_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'dialplan_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][4]['name'] = 'dialplan_advanced_view'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][5]['name'] = 'dialplan_advanced_edit'; - $apps[$x]['permissions'][5]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_advanced_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '52929fee-81d3-4d94-50b7-64842d9393c2'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_advanced_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_detail_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_detail_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_detail_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'dialplan_detail_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/dialplan/app_languages.php b/app/dialplan/app_languages.php index e6775f7e8c..814daee4d8 100644 --- a/app/dialplan/app_languages.php +++ b/app/dialplan/app_languages.php @@ -18,6 +18,8 @@ $text['title-dialplan_detail']['fr-fr'] = 'Détail du plan de num'; $text['title-default_dialplan']['en-us'] = 'Default Dialplan'; $text['title-default_dialplan']['fr-fr'] = 'Plan de num par Défaut'; + $text['title-queues']['en-us'] = 'Queues'; + $text['title-queues']['fr-fr'] = 'Files'; $text['header-dialplan_manager']['en-us'] = 'Dialplan Manager'; $text['header-dialplan_manager']['fr-fr'] = 'Gestion du plan de numérotation'; @@ -37,7 +39,8 @@ $text['header-dialplan_detail']['fr-fr'] = 'Détail du plan de num'; $text['header-default_dialplan']['en-us'] = 'Default Dialplan'; $text['header-default_dialplan']['fr-fr'] = 'Plan de num par Défaut'; - + $text['header-queues']['en-us'] = 'Queues'; + $text['header-queues']['fr-fr'] = 'Files'; $text['description-dialplan_manager']['en-us'] = 'The dialplan provides a view of some of the feature codes, as well as the IVR Menu, Conferences, Queues and other destinations.'; @@ -56,6 +59,8 @@ $text['description-conditions_and_actions']['fr-fr'] = "Les conditions suivantes, actions et anti-actions sont utilisées dans le dialplan pour acheminer les appels. Elles sont traitées dans l'ordre donné. Utiliser autant de conditions, actions ou anti-actions que nécessaire."; $text['description-default_dialplan']['en-us'] = 'The default dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.'; $text['description-default_dialplan']['fr-fr'] = "Le plan de numérotation par défaut est utilisé pour configurer les destinations en fonction de conditions et du contexte. Le plan de numérotation ser à acheminer les appels aux passerelles, opératrices auto, numéros externes, script, ou tout autre destination."; + $text['description-queues']['en-us'] = 'Queues are used to setup waiting lines for callers. Also known as FIFO Queues.'; + $text['description-queues']['fr-fr'] = "Les files sont utilisées pour configurer les lignes d'attente pour les appelants. Aussi connues sous le nom pile FIFO."; $text['label-name']['en-us'] = 'Name'; $text['label-name']['fr-fr'] = 'Nom'; diff --git a/app/dialplan_features/app_config.php b/app/dialplan_features/app_config.php index f8161d638c..8ab71d3cca 100644 --- a/app/dialplan_features/app_config.php +++ b/app/dialplan_features/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Provides dialplan context features including in call transfer and attended transfer and more.'; $apps[$x]['description']['es-mx'] = 'Provee opciones bajo contexto a los planes de marcado, incluyendo transferencia, espera y más.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Donne des options aux dialplans comme le transfert, transfert supervisé et plus."; diff --git a/app/dialplan_inbound/app_config.php b/app/dialplan_inbound/app_config.php index 750d49ec95..7a654e1287 100644 --- a/app/dialplan_inbound/app_config.php +++ b/app/dialplan_inbound/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.'; $apps[$x]['description']['es-mx'] = 'El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Les dialplans publiques sont utilisés pour diriger les appels entrants en fonction d'une ou plusieurs conditions et context."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Inbound Routes'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Rutas de entrada'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = "Itinéraire d'entrée"; @@ -38,6 +38,7 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'inbound_route_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = 'b64b2bbf-f99b-b568-13dc-32170515a687'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index 77fffcf6f3..9c4a337fda 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.'; $apps[$x]['description']['es-mx'] = 'Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Les dialpans sortants attribuent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passarelle séléctionée."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Outbound Routes'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Rutas de salida'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Dialplan Sortants'; @@ -37,6 +37,7 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'outbound_route_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '17e14094-1d57-1106-db2a-a787d34015e9'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; $apps[$x]['permissions'][1]['name'] = 'outbound_route_add'; diff --git a/app/dialplan_outbound/app_languages.php b/app/dialplan_outbound/app_languages.php index a8a4ef81cb..b74fc2920d 100644 --- a/app/dialplan_outbound/app_languages.php +++ b/app/dialplan_outbound/app_languages.php @@ -68,17 +68,15 @@ $text['label-11d']['en-us'] = '11 Digits Long Distance'; $text['label-11d']['fr-fr'] = '11 Digits'; - $text['label-12d']['en-us'] = '12 Digits'; - $text['label-12d']['fr-fr'] = '12 Digits'; + $text['label-north-america']['en-us'] = 'North America'; + $text['label-north-america']['fr-fr'] = 'Amérique du Nord'; - $text['label-13d']['en-us'] = '13 Digits'; - $text['label-13d']['fr-fr'] = '13 Digits'; + $text['label-north-america-intl']['en-us'] = 'North America International'; + $text['label-north-america-intl']['fr'] = 'Amérique du Nord International'; - $text['label-14d']['en-us'] = '14 Digits'; - $text['label-14d']['fr-fr'] = '14 Digits'; + $text['label-intl']['en-us'] = 'International'; + $text['label-intl']['fr'] = 'International'; - $text['label-int']['en-us'] = '15 Digits International'; - $text['label-int']['fr-fr'] = '15 Digits'; $text['label-311']['en-us'] = '311 Information'; $text['label-311']['fr-fr'] = '311 Information'; @@ -119,17 +117,8 @@ $text['label-9d11']['en-us'] = 'Dial 9, then 11 Digits'; $text['label-9d11']['fr-fr'] = 'Compose 9, puis 11 Digits'; - $text['label-9d12']['en-us'] = 'Dial 9, then 12 Digits'; - $text['label-9d12']['fr-fr'] = 'Compose 9, puis 12 Digits'; - - $text['label-9d13']['en-us'] = 'Dial 9, then 13 Digits'; - $text['label-9d13']['fr-fr'] = 'Compose 9, puis 13 Digits'; - - $text['label-9d14']['en-us'] = 'Dial 9, then 14 Digits'; - $text['label-9d14']['fr-fr'] = 'Compose 9, puis 14 Digits'; - - $text['label-9d15']['en-us'] = 'Dial 9, then International'; - $text['label-9d15']['fr-fr'] = 'Compose 9, puis International'; + $text['label-9d.12-20']['en-us'] = 'Dial 9, then International'; + $text['label-9d.12-20']['fr-fr'] = 'Compose 9, puis International'; $text['label-800']['en-us'] = 'Toll-Free'; $text['label-800']['fr-fr'] = 'Sans Charge'; diff --git a/app/edit/app_config.php b/app/edit/app_config.php index 9eee368545..df10bd74d8 100644 --- a/app/edit/app_config.php +++ b/app/edit/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Script Editor can be used to edit lua, javascript or other scripts.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "L'éditeur permet d'éditer les scripts lua, javascript ou autres."; @@ -22,7 +22,7 @@ $y = 0; $apps[$x]['menu'][$y]['title']['en-us'] = 'Script Editor'; $apps[$x]['menu'][$y]['title']['es-mx'] = ''; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Editeur de script'; @@ -38,7 +38,7 @@ $y++; $apps[$x]['menu'][$y]['title']['en-us'] = 'XML Editor'; $apps[$x]['menu'][$y]['title']['es-mx'] = ''; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Editeur XML'; @@ -54,7 +54,7 @@ $y++; $apps[$x]['menu'][$y]['title']['en-us'] = 'Provision Editor'; $apps[$x]['menu'][$y]['title']['es-mx'] = ''; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Provisioning'; @@ -70,7 +70,7 @@ $y++; $apps[$x]['menu'][$y]['title']['en-us'] = 'PHP Editor'; $apps[$x]['menu'][$y]['title']['es-mx'] = ''; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Editeur PHP'; @@ -86,7 +86,7 @@ $y++; $apps[$x]['menu'][$y]['title']['en-us'] = 'Grammar Editor'; $apps[$x]['menu'][$y]['title']['es-mx'] = 'Editor Gramático'; - $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire"; @@ -101,38 +101,55 @@ $apps[$x]['menu'][$y]['groups'][] = 'superadmin'; //permission details - $y = 0; - $apps[$x]['permissions'][$y]['name'] = 'script_editor_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'script_editor_save'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'provision_editor_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'provision_editor_save'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'xml_editor_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'xml_editor_save'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'php_editor_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'php_editor_save'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'grammar_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'grammar_save'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'script_editor_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'f1905fec-0577-daef-6045-59d09b7d3f94'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'script_editor_save'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'provision_editor_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '57773542-a565-1a29-605d-6535da1a0870'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'provision_editor_save'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'xml_editor_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '16013877-606a-2a05-7d6a-c1b215839131'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'xml_editor_save'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'php_editor_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'eae1f2d6-789b-807c-cc26-44501e848693'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'php_editor_save'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'grammar_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = 'c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'grammar_save'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'clip_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'clip_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'clip_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'clip_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $y = 0; //table array index diff --git a/app/edit/app_languages.php b/app/edit/app_languages.php index 620e1bd1ea..d42eb0e564 100644 --- a/app/edit/app_languages.php +++ b/app/edit/app_languages.php @@ -45,7 +45,7 @@ $text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête."; $text['label-clip-library']['en-us'] = 'Clip Library'; $text['label-clip-library']['fr-fr'] = 'Clip Libraries'; - $text['button-edit-clip']['en-us'] = 'Editer le Clip'; + $text['button-edit-clip']['en-us'] = 'Edit Clip'; $text['button-edit-clip']['fr-fr'] = 'Editer le Clip'; $text['button-add-clip']['en-us'] = 'Add Clip'; $text['button-add-clip']['fr-fr'] = 'Ajouter un Clip'; diff --git a/app/exec/app_config.php b/app/exec/app_config.php index d2a15ce909..d4dd1fa5ef 100644 --- a/app/exec/app_config.php +++ b/app/exec/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Provides a conventient way to execute system, PHP, and switch commands.'; $apps[$x]['description']['es-mx'] = 'Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Command'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Comando'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Commande'; diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 32b2b6f2b8..1c4bcbb93e 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Used Configure SIP extensions.'; $apps[$x]['description']['es-mx'] = 'Utilizado para configurar Extensiones SIP.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Utilisé pour configurer des extentions SIP'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Extensions'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Extensiones'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Extensions'; @@ -37,28 +37,44 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'extension_view'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'extension_add'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'extension_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'extension_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][4]['name'] = 'extension_toll'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][5]['name'] = 'outbound_caller_id_select'; - //$apps[$x]['permissions'][3]['groups'][] = 'admin'; - //$apps[$x]['permissions'][3]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = 'extension_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_toll'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'outbound_caller_id_select'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_user_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_user_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_user_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'extension_user_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index @@ -115,14 +131,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'mailbox'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_password'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; - $z++; + //$apps[$x]['db'][$y]['fields'][$z]['name'] = 'mailbox'; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + //$z++; + //$apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_password'; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + //$z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'accountcode'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; diff --git a/app/fax/app_config.php b/app/fax/app_config.php index efb88430be..a0a244568c 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.'; $apps[$x]['description']['es-mx'] = 'Para recibir un FAX, configure una extensión y después asigne un número a esta.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Pour recevoir un fax, configurez une extension du FAX et après diriger un numéro vers lui.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Fax Server'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Servidor de Fax'; - $apps[$x]['menu'][0]['title']['de'] = 'Faxserver'; + $apps[$x]['menu'][0]['title']['de-de'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['de-ch'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['de-at'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Serveur Fax'; @@ -38,48 +38,97 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'fax_extension_view'; - $apps[$x]['permissions'][0]['groups'][] = 'user'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'fax_extension_add'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'fax_extension_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'user'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'fax_extension_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][4]['name'] = 'fax_inbox_view'; - $apps[$x]['permissions'][4]['groups'][] = 'user'; - $apps[$x]['permissions'][4]['groups'][] = 'admin'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][5]['name'] = 'fax_inbox_delete'; - $apps[$x]['permissions'][5]['groups'][] = 'user'; - $apps[$x]['permissions'][5]['groups'][] = 'admin'; - $apps[$x]['permissions'][5]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][6]['name'] = 'fax_sent_view'; - $apps[$x]['permissions'][6]['groups'][] = 'user'; - $apps[$x]['permissions'][6]['groups'][] = 'admin'; - $apps[$x]['permissions'][6]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][7]['name'] = 'fax_sent_delete'; - $apps[$x]['permissions'][7]['groups'][] = 'user'; - $apps[$x]['permissions'][7]['groups'][] = 'admin'; - $apps[$x]['permissions'][7]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][8]['name'] = 'fax_send'; - $apps[$x]['permissions'][8]['groups'][] = 'user'; - $apps[$x]['permissions'][8]['groups'][] = 'admin'; - $apps[$x]['permissions'][8]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['name'] = 'fax_extension_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_extension_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_extension_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_extension_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_inbox_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_inbox_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_sent_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_sent_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_send'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_user_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin';; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_user_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_user_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_user_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_log_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_log_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_log_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'fax_log_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index @@ -306,4 +355,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; -?> \ No newline at end of file +?> diff --git a/app/fax/app_languages.php b/app/fax/app_languages.php index 38639cce6d..a28e510155 100644 --- a/app/fax/app_languages.php +++ b/app/fax/app_languages.php @@ -20,6 +20,14 @@ $text['label-destination-number']['pt-pt'] = ''; $text['label-destination-number']['fr-fr'] = "Numéro d'appelant"; + $text['label-inbox']['en-us'] = 'Inbox'; + $text['label-inbox']['pt-pt'] = ''; + $text['label-inbox']['fr-fr'] = 'Boite de Réception'; + + $text['label-sent']['en-us'] = 'Sent'; + $text['label-sent']['pt-pt'] = ''; + $text['label-inbox']['fr-fr'] = 'Envoyé'; + $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = 'Nome'; $text['label-name']['fr-fr'] = "Nom"; diff --git a/app/fifo/app_config.php b/app/fifo/app_config.php index 33b74a4ff7..c7e311ea52 100644 --- a/app/fifo/app_config.php +++ b/app/fifo/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Queues are used to setup waiting lines for callers. Also known as FIFO Queues.'; $apps[$x]['description']['es-mx'] = 'Las cosas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Les files sont utilisés pour configurer les salles d'attente (FIFO)."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Queues'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Colas'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Queues'; diff --git a/app/fifo_list/app_config.php b/app/fifo_list/app_config.php index a023b31c6e..54ec142e7a 100644 --- a/app/fifo_list/app_config.php +++ b/app/fifo_list/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'List all the queues that are currently active with one or more callers.'; $apps[$x]['description']['es-mx'] = 'Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Liste toutes les files d'attente actuellement utilisées avec une ou plus des personnes en attend."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Active Queues'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Colas activas'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Files actives'; diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index 645a4caabe..ab1e1486fe 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = ''; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Follow Me'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Sígueme'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Follow me'; @@ -47,6 +47,7 @@ $apps[$x]['permissions'][$y]['name'] = 'follow_me_add'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; $apps[$x]['permissions'][$y]['name'] = 'follow_me_edit'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; @@ -56,10 +57,31 @@ $apps[$x]['permissions'][$y]['name'] = 'follow_me_delete'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; + $apps[$x]['permissions'][$y]['name'] = 'follow_me_destination_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'follow_me_destination_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'follow_me_destination_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'follow_me_destination_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; $apps[$x]['permissions'][$y]['name'] = 'follow_me_cid_name_prefix'; $y++; $apps[$x]['permissions'][$y]['name'] = 'follow_me_cid_number_prefix'; + $y++; //schema details $y = 0; //table array index diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index 6b577d8ba8..d65d3780f5 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.'; $apps[$x]['description']['es-mx'] = 'Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP.'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP"; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Gateways'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Pasarelas'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Passerelles'; @@ -161,6 +161,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'codec_prefs'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'channels'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_in_contact'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; diff --git a/app/gateways/app_languages.php b/app/gateways/app_languages.php index 3dbc23a23f..7493d94535 100644 --- a/app/gateways/app_languages.php +++ b/app/gateways/app_languages.php @@ -152,6 +152,14 @@ $text['description-ping']['pt-pt'] = ''; $text['description-ping']['fr-fr'] = 'Insérer ici la fréquence de ping en secondes.'; + $text['label-channels']['en-us'] = 'Channels:'; + $text['label-channels']['pt-pt'] = 'Canais:'; + $text['label-channels']['fr-fr'] = 'Canaux:'; + + $text['description-channels']['en-us'] = 'Maximum number of simultaneous channels available in the gateway.'; + $text['description-channels']['pt-pt'] = 'Número máximo de canais simultâneos no gateway.'; + $text['description-channels']['fr-fr'] = "Nombre max de canaux simultanés disponible sur la passerelle."; + $text['label-caller_id_in_from']['en-us'] = 'Caller Id In From'; $text['label-caller_id_in_from']['pt-pt'] = ''; $text['label-caller_id_in_from']['fr-fr'] = 'Caller Id In From'; @@ -176,6 +184,14 @@ $text['description-sip_cid_type']['pt-pt'] = ''; $text['description-sip_cid_type']['fr-fr'] = "Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header)."; + $text['label-codec_prefs']['en-us'] = 'Codec Preferences'; + $text['label-codec_prefs']['pt-pt'] = 'Lista de Codecs'; + $text['label-codec_prefs']['fr-fr'] = 'Liste des Codecs'; + + $text['description-codec_prefs']['en-us'] = 'Enter the codec preferences as a list. Ex: PCMA,PCMU,G722'; + $text['description-codec_prefs']['pt-pt'] = 'Introduza os codecs a utilizar no gateway sob a forma de lista. Ex: PCMA,PCMU,G722'; + $text['description-codec_prefs']['fr-fr'] = "Entrer la liste des codecs préférés. Ex: PCMA,PCMU,G722"; + $text['label-extension_in_contact']['en-us'] = 'Extension In Contact'; $text['label-extension_in_contact']['pt-pt'] = ''; $text['label-extension_in_contact']['fr-fr'] = "L'extension dans Contact"; diff --git a/app/hot_desking/app_config.php b/app/hot_desking/app_config.php index 1b28262c46..b817262624 100644 --- a/app/hot_desking/app_config.php +++ b/app/hot_desking/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Login into hot desking with an ID and your voicemail password to direct your calls to a remote extension. Then make and receive calls as if you were at your extension.'; $apps[$x]['description']['es-mx'] = 'Firmarse en un escritorio con un ID y la contaseña para direccionar las llamadas a una extensión remota. Hace y recibe llamadas'; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "S'identifier au bureau avec un ID et un mot de passe pour diriger touts les appels vers autre poste. Passer et recevoir appels."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Hot Desking'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Escritorio remoto'; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Itinérance'; diff --git a/app/ivr_menu/app_config.php b/app/ivr_menu/app_config.php index 6b4103b4be..3b243e276e 100644 --- a/app/ivr_menu/app_config.php +++ b/app/ivr_menu/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, IVR menus, hunt groups, FAX extensions, and more.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ..."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'IVR Menu'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Menu SVI'; @@ -37,22 +37,39 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'ivr_menu_view'; - $apps[$x]['permissions'][0]['menu']['uuid'] = '72259497-a67b-e5aa-cac2-0f2dcef16308'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'ivr_menu_add'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'ivr_menu_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'ivr_menu_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '72259497-a67b-e5aa-cac2-0f2dcef16308'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_option_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_option_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_option_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ivr_menu_option_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/log_viewer/app_config.php b/app/log_viewer/app_config.php index 5ebe98bf6f..4b6d1b516a 100644 --- a/app/log_viewer/app_config.php +++ b/app/log_viewer/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Display the switch logs.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Logs du switch.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Log Viewer'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Voir les Logs'; diff --git a/app/login/app_config.php b/app/login/app_config.php index 3b3d75b3b4..b304852698 100644 --- a/app/login/app_config.php +++ b/app/login/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Used to login to a user account'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Pour connecter un compte usager'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Login'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Connexion'; @@ -38,7 +38,7 @@ $apps[$x]['menu'][1]['title']['en-us'] = 'Logout'; $apps[$x]['menu'][1]['title']['es-mx'] = ''; - $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; $apps[$x]['menu'][1]['title']['fr-fr'] = 'Déconnexion'; diff --git a/app/meetings/app_config.php b/app/meetings/app_config.php index 1fac0898bf..07f5ef2909 100644 --- a/app/meetings/app_config.php +++ b/app/meetings/app_config.php @@ -23,27 +23,38 @@ */ //permission details - /* - $y = 0; - $apps[$x]['permissions'][$y]['name'] = 'meeting_user_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'user'; - //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'meeting_user_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'meeting_user_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'user'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'meeting_user_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - */ + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'meeting_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_user_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_user_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_user_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'meeting_user_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/modules/app_config.php b/app/modules/app_config.php index f648713ec9..de61cfd7ec 100644 --- a/app/modules/app_config.php +++ b/app/modules/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Modules extend the features of the system. Use this page to enable or disable modules.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Les Modules augmentent les fonctionnalitées du système. Ici il est possible de les activer et de les désactiver.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Modules'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Modules'; @@ -36,16 +36,16 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'modules_view'; + $apps[$x]['permissions'][0]['name'] = 'module_view'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][1]['name'] = 'modules_add'; + $apps[$x]['permissions'][1]['name'] = 'module_add'; $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][2]['name'] = 'modules_edit'; + $apps[$x]['permissions'][2]['name'] = 'module_edit'; $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][3]['name'] = 'modules_delete'; + $apps[$x]['permissions'][3]['name'] = 'module_delete'; $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; //schema details diff --git a/app/modules/app_languages.php b/app/modules/app_languages.php index 64d153da7c..efbda510e7 100644 --- a/app/modules/app_languages.php +++ b/app/modules/app_languages.php @@ -9,8 +9,8 @@ $text['title-module_edit']['en-us'] = 'Module Edit'; $text['title-module_edit']['fr-fr'] = 'Editer le Module'; - $text['header-modules']['en-us'] = 'Module List'; - $text['header-modules']['fr-fr'] = 'Liste les Modules'; + $text['header-modules']['en-us'] = 'Modules'; + $text['header-modules']['fr-fr'] = 'Modules'; $text['header-module_add']['en-us'] = 'Module Add'; $text['header-module_add']['fr-fr'] = 'Ajouter un Module'; $text['header-module_edit']['en-us'] = 'Module Edit'; diff --git a/app/music_on_hold/app_config.php b/app/music_on_hold/app_config.php index e6813547cb..bef9119296 100644 --- a/app/music_on_hold/app_config.php +++ b/app/music_on_hold/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Add, Delete, or Play Music on hold files.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Music on Hold'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Musique de Garde'; diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index 2ff3bfb388..80d4124110 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Manager recordings primarily used with an IVR.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Gestion des enregistrements principalement utilisé dans les IVR'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Recordings'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Guides Vocaux'; diff --git a/app/registrations/app_config.php b/app/registrations/app_config.php index 87c310adcf..7beaa57fe9 100644 --- a/app/registrations/app_config.php +++ b/app/registrations/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Displays registrations from endpoints.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Afficher les enregistrements des équipements"; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Registrations'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Connexions'; @@ -37,11 +37,11 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'registrations_domain'; + $apps[$x]['permissions'][0]['name'] = 'registration_domain'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][1]['name'] = 'registrations_all'; + $apps[$x]['permissions'][1]['name'] = 'registration_all'; $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; ?> diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 30b2fe55ac..d7b3b2dee3 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'A tool to call multiple extensions.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Outil pour appeler plusieurs extensions'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Ring Groups'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Groupes de sonnerie'; @@ -38,30 +38,63 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $y = 0; - $apps[$x]['permissions'][$y]['name'] = 'ring_group_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'ring_group_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'ring_group_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'ring_group_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'ring_group_forward'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'user'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'ring_group_prompt'; - $y++; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_forward'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_prompt'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_user_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_user_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_user_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'ring_group_user_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; //schema details $y = 0; //table array index diff --git a/app/schemas/app_config.php b/app/schemas/app_config.php index 125964109a..729f7272d8 100644 --- a/app/schemas/app_config.php +++ b/app/schemas/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Provides the ability to quickly define information to store and dynamically makes tools available to view, add, edit, delete, and search.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Fourni la possibilité de rapidement définir les informations à stocker et dynamiquement rendre disponible des outils pour voir, éditer, supprimer et chercher. "; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Schemas'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Schémas'; @@ -37,37 +37,54 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'schema_view'; - $apps[$x]['permissions'][0]['groups'][] = 'admin'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'schema_add'; - $apps[$x]['permissions'][1]['groups'][] = 'admin'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'schema_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'admin'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'schema_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'admin'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][4]['name'] = 'schema_data_view'; - $apps[$x]['permissions'][4]['groups'][] = 'admin'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][5]['name'] = 'schema_data_add'; - $apps[$x]['permissions'][5]['groups'][] = 'admin'; - $apps[$x]['permissions'][5]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][6]['name'] = 'schema_data_edit'; - $apps[$x]['permissions'][6]['groups'][] = 'admin'; - $apps[$x]['permissions'][6]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][7]['name'] = 'schema_data_delete'; - $apps[$x]['permissions'][7]['groups'][] = 'admin'; - $apps[$x]['permissions'][7]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'schema_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_data_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_data_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_data_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_data_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_name_value_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_name_value_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_name_value_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_name_value_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_field_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_field_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_field_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'schema_field_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $y = 0; //table array index diff --git a/app/services/app_config.php b/app/services/app_config.php index a108c3c3a8..826bddfa74 100644 --- a/app/services/app_config.php +++ b/app/services/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Monitor System Services.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Contrôler les services du système'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Services'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Services'; diff --git a/app/settings/app_config.php b/app/settings/app_config.php index 645f81e194..27d6c19c67 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'PBX Settings.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Confs PBX'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Settings'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Configuration'; @@ -36,11 +36,18 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'settings_view'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'settings_edit'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'setting_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'setting_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + //$y++; + //$apps[$x]['permissions'][$y]['name'] = 'setting_add'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + //$y++; + //$apps[$x]['permissions'][$y]['name'] = 'setting_delete'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $y = 0; //table array index diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index 62709beb84..a32944a35b 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = ''; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'SIP Profiles'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Profiles SIP'; @@ -36,18 +36,30 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $y = 0; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'sip_profile_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $y = 0; //table array index diff --git a/app/sip_status/app_config.php b/app/sip_status/app_config.php index a04f68eddd..7f438c65aa 100644 --- a/app/sip_status/app_config.php +++ b/app/sip_status/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Displays system information such as RAM, CPU and Hard Drive information.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'SIP Status'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Etat SIP'; diff --git a/app/sql_query/app_config.php b/app/sql_query/app_config.php index 176b06b62a..be4f6b8073 100644 --- a/app/sql_query/app_config.php +++ b/app/sql_query/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Run Structur Query Language commands.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Lancer de requêtes SQL'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'SQL Query'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Requête SQL'; diff --git a/app/system/app_config.php b/app/system/app_config.php index cbd60f9fa7..27480ffef6 100644 --- a/app/system/app_config.php +++ b/app/system/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Displays information for CPU, HDD, RAM and more.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'System Status'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Etat Système'; @@ -36,20 +36,33 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'system_view_info'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'system_view_cpu'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'system_view_hdd'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'system_view_ram'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][4]['name'] = 'system_view_backup'; - $apps[$x]['permissions'][4]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'system_view_info'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'system_view_cpu'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'system_view_hdd'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'system_view_ram'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'system_view_backup'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'software_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'software_add'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'software_edit'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'software_delete'; + //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $y = 0; //table array index diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index 09dfbf32b9..1e820939a8 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Direct calls based on the time of day.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Redirige les appels en fonction de l'heure"; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Time Conditions'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Conditions Temporelles'; @@ -37,19 +37,19 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'time_conditions_view'; + $apps[$x]['permissions'][0]['name'] = 'time_condition_view'; $apps[$x]['permissions'][0]['groups'][] = 'admin'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][1]['name'] = 'time_conditions_add'; + $apps[$x]['permissions'][1]['name'] = 'time_condition_add'; $apps[$x]['permissions'][1]['groups'][] = 'admin'; $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][2]['name'] = 'time_conditions_edit'; + $apps[$x]['permissions'][2]['name'] = 'time_condition_edit'; $apps[$x]['permissions'][2]['groups'][] = 'admin'; $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][3]['name'] = 'time_conditions_delete'; + $apps[$x]['permissions'][3]['name'] = 'time_condition_delete'; $apps[$x]['permissions'][3]['groups'][] = 'admin'; $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; ?> diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index 3db97dabbe..5909f25c6d 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Uses SVG to show the network traffic.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Affiche le traffique Réseau via SVG'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Traffic Graph'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Traffic Graphe'; diff --git a/app/vars/app_config.php b/app/vars/app_config.php index 990464e2f7..c146359aee 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Define variables that are used by the switch, provisioning, and more.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Définr les variables utilisées par le switch, le provisioning et plus."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Variables'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Variables'; @@ -36,17 +36,18 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'variables_view'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'variables_add'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'variables_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'variables_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'var_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'var_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'var_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'var_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $apps[$x]['db'][$y]['table'] = 'v_vars'; diff --git a/app/vars/app_languages.php b/app/vars/app_languages.php index a5634b72c6..8501c1c4cd 100644 --- a/app/vars/app_languages.php +++ b/app/vars/app_languages.php @@ -2,22 +2,22 @@ //Variables - $text['title-variables']['en-us'] = 'System Variables'; + $text['title-variables']['en-us'] = 'Switch Variables'; $text['title-variables']['fr-fr'] = 'Variables Système'; $text['title-variable_add']['en-us'] = 'Variable Add'; $text['title-variable_add']['fr-fr'] = 'Ajouter une Variable'; $text['title-variable_edit']['en-us'] = 'Variable Edit'; $text['title-variable_edit']['fr-fr'] = 'Editer la Variable'; - $text['title-variables_advanced']['en-us'] = 'System Variables: Advanced'; + $text['title-variables_advanced']['en-us'] = 'Switch Variables: Advanced'; $text['title-variables_advanced']['fr-fr'] = 'Variables Système: Avancé'; - $text['header-variables']['en-us'] = 'System Variables'; + $text['header-variables']['en-us'] = 'Switch Variables'; $text['header-variables']['fr-fr'] = 'Variables Système'; $text['header-variable_add']['en-us'] = 'Variable Add'; $text['header-variable_add']['fr-fr'] = 'Ajouter une Variable'; $text['header-variable_edit']['en-us'] = 'Variable Edit'; $text['header-variable_edit']['fr-fr'] = 'Editer la Variable'; - $text['header-variables_advanced']['en-us'] = 'System Variables: Advanced'; + $text['header-variables_advanced']['en-us'] = 'Switch Variables: Advanced'; $text['header-variables_advanced']['fr-fr'] = 'Variables Système: Avancé'; $text['description-variables']['en-us'] = 'Define preprocessor variables here.'; diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index c782fb3799..a1fcfcf8e7 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Manager voicemail greetings for extensions.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Accueil messagerie Vocale'; diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 1128a6cac4..80d36ed94e 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -22,34 +22,43 @@ //$apps[$x]['menu'][0]['groups'][] = 'user'; //permission details - $y = 0; - $apps[$x]['permissions'][$y]['name'] = 'voicemail_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'voicemail_add'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'voicemail_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'user'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'voicemail_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'voicemail_message_view'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'user'; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'voicemail_message_delete'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'user'; - $y++; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'] = '0347f82a-62a0-49d0-bacd-511d080c46d5'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_message_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_message_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_message_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'voicemail_message_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $apps[$x]['permissions'][$y]['groups'][] = 'user'; //schema details $y = 0; //table array index diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index c933ee06dd..5583403109 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Call Detail Records with all information about the call.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Historique des Appels complets.'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Apps'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Apps'; @@ -40,7 +40,7 @@ $apps[$x]['menu'][1]['title']['en-us'] = 'Call Detail Records'; $apps[$x]['menu'][1]['title']['es-mx'] = ''; - $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; $apps[$x]['menu'][1]['title']['fr-fr'] = 'Historiques Appels'; @@ -59,6 +59,8 @@ //permission details $y = 0; $apps[$x]['permissions'][$y]['name'] = 'xml_cdr_view'; + $apps[$x]['permissions'][$y]['menu']['uuid'][] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; + $apps[$x]['permissions'][$y]['menu']['uuid'][] = '8f80e71a-31a5-6432-47a0-7f5a7b271f05'; $apps[$x]['permissions'][$y]['groups'][] = 'user'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; @@ -66,6 +68,15 @@ $apps[$x]['permissions'][$y]['name'] = 'xml_cdr_domain'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'xml_cdr_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'xml_cdr_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'xml_cdr_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //$y++; //$apps[$x]['permissions'][$y]['name'] = 'xml_cdr_all'; //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; diff --git a/app/xmpp/app_config.php b/app/xmpp/app_config.php index e76ec766e8..f7c3867220 100644 --- a/app/xmpp/app_config.php +++ b/app/xmpp/app_config.php @@ -10,7 +10,7 @@ $apps[$x]['description']['en-us'] = ''; $apps[$x]['description']['en-us'] = 'Allow User to Open a Flash Phone for his Extension.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Permet d'utiliser un téléphone flash comme extension"; @@ -22,7 +22,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'XMPP Manager'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Gestion XMPP'; @@ -38,6 +38,7 @@ //permission details $apps[$x]['permissions'][0]['name'] = 'xmpp_view'; + $apps[$x]['permissions'][0]['menu']['uuid'] = '1808365b-0f7c-7555-89d0-31b3d9a75abb'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; $apps[$x]['permissions'][1]['name'] = 'xmpp_add'; diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 795f4cd484..a08fc8bb45 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = ''; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = ''; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'App Manager'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Gestion App'; diff --git a/core/databases/app_config.php b/core/databases/app_config.php index b378503990..ff463fd13c 100644 --- a/core/databases/app_config.php +++ b/core/databases/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Storeds database connection information.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Information de connexions au BDD'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Databases'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'BDD'; @@ -36,17 +36,18 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details - $apps[$x]['permissions'][0]['name'] = 'database_view'; - $apps[$x]['permissions'][0]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][1]['name'] = 'database_add'; - $apps[$x]['permissions'][1]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][2]['name'] = 'database_edit'; - $apps[$x]['permissions'][2]['groups'][] = 'superadmin'; - - $apps[$x]['permissions'][3]['name'] = 'database_delete'; - $apps[$x]['permissions'][3]['groups'][] = 'superadmin'; + $y = 0; + $apps[$x]['permissions'][$y]['name'] = 'database_view'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'database_add'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'database_edit'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; + $apps[$x]['permissions'][$y]['name'] = 'database_delete'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //schema details $y = 0; //table array index diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index dfcfb3de92..a60e7091d7 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Default settings that apply to all domains.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Configurations par défaut applicable à tous les domaines'; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Default Settings'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Confs par Défaut'; diff --git a/core/default_settings/app_languages.php b/core/default_settings/app_languages.php index c78039dc47..a10d07dc00 100644 --- a/core/default_settings/app_languages.php +++ b/core/default_settings/app_languages.php @@ -21,8 +21,8 @@ $text['title-default_setting-edit']['fr-fr'] = 'Editer les Configurations par Défaut'; $text['header-default_setting-edit']['en-us'] = 'Default Setting Edit'; - $text['header-default_setting-edit']['pt-pt'] = 'Editer les Configurations par Défaut'; - $text['header-default_setting-edit']['fr-fr'] = ''; + $text['header-default_setting-edit']['pt-pt'] = ''; + $text['header-default_setting-edit']['fr-fr'] = 'Editer les Configurations par Défaut'; $text['description-default_setting-edit']['en-us'] = 'Settings used for all domains.'; $text['description-default_setting-edit']['pt-pt'] = ''; diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index 87a4ff31f0..ea0a99d24a 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Manage a single domain or multiple domains for multi-tenant.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "Gestion d'un domaine ou plusieurs dans le cas d'un système multi-parties."; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Domains'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'domaines'; diff --git a/core/menu/app_config.php b/core/menu/app_config.php index f7919c551d..7c4f9d8403 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -1,323 +1,364 @@ diff --git a/core/upgrade/app_config.php b/core/upgrade/app_config.php index 3e18439649..0955a720ab 100644 --- a/core/upgrade/app_config.php +++ b/core/upgrade/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'Upgrade the database schema.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = 'Mise à jour du Schéma de la base de données'; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Upgrade Schema'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'MàJ BDD'; diff --git a/core/user_settings/app_config.php b/core/user_settings/app_config.php index 6a1994d87e..8cc515430e 100644 --- a/core/user_settings/app_config.php +++ b/core/user_settings/app_config.php @@ -9,7 +9,7 @@ $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = 'User account settings can be changed by the user.'; $apps[$x]['description']['es-mx'] = ''; - $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr-fr'] = "L'usager peut modifier la configuration de son compte"; @@ -21,7 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Account Settings'; $apps[$x]['menu'][0]['title']['es-mx'] = ''; - $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr-fr'] = 'Confs du Compte'; diff --git a/core/users/app_config.php b/core/users/app_config.php index d42487a3f6..9bb548ef12 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -1,380 +1,440 @@ +