diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index d3041cf605..7c09c00dbe 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -7,11 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Conferences Centers allows one or more audio and video conference rooms.'; + $apps[$x]['description']['en-us'] = 'Conferences Centers allows one or more audio and video conference rooms.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = ''; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Conference Center'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Conference Center'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Conferencias'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '95f88726-4706-43f0-b52b-9504a0b8046f'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/conference_rooms/app_config.php b/app/conference_rooms/app_config.php index 9084158f3f..c9c21f48c9 100644 --- a/app/conference_rooms/app_config.php +++ b/app/conference_rooms/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = ''; + $apps[$x]['description']['en-us'] = ''; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = ''; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Conference Rooms'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Conference Rooms'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = ''; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '0daea9eb-5555-4325-be57-e3b6a30d5253'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/meetings/app_config.php b/app/meetings/app_config.php index b4dec2f422..9af00fb4c5 100644 --- a/app/meetings/app_config.php +++ b/app/meetings/app_config.php @@ -7,11 +7,11 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = ''; + $apps[$x]['description']['en-us'] = ''; //menu details /* - $apps[$x]['menu'][0]['title']['en'] = 'Users'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Users'; $apps[$x]['menu'][0]['uuid'] = '8d4920dc-7077-47ab-86c7-cc377ba2a5f5'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal';