2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
|
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Account Settings";
|
|
|
|
|
$apps[$x]['uuid'] = '3a3337f7-78d1-23e3-0cfd-f14499b8ed97';
|
|
|
|
|
$apps[$x]['category'] = 'Switch';;
|
|
|
|
|
$apps[$x]['subcategory'] = '';
|
|
|
|
|
$apps[$x]['version'] = '';
|
|
|
|
|
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
|
|
|
|
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
2013-09-30 15:19:40 +02:00
|
|
|
$apps[$x]['description']['en-us'] = 'User account settings can be changed by the user.';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['description']['es-mx'] = '';
|
2013-09-30 17:22:35 +02:00
|
|
|
$apps[$x]['description']['de-de'] = '';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['description']['de-ch'] = '';
|
|
|
|
|
$apps[$x]['description']['de-at'] = '';
|
2013-09-17 22:02:19 +02:00
|
|
|
$apps[$x]['description']['fr-fr'] = "L'usager peut modifier la configuration de son compte";
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['description']['fr-ca'] = '';
|
|
|
|
|
$apps[$x]['description']['fr-ch'] = '';
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = 'Configurações de conta de utilizador pode ser alterado pelo utilizador.';
|
|
|
|
|
$apps[$x]['description']['pt-br'] = '';
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//menu details
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = 'Account Settings';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
2013-09-30 17:22:35 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-de'] = '';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = 'Confs du Compte';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Configurações da Conta';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69';
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = 'internal';
|
2013-01-05 08:44:54 +01:00
|
|
|
$apps[$x]['menu'][0]['path'] = '/core/user_settings/user_edit.php';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['menu'][0]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
//permission details
|
2013-09-30 15:19:40 +02:00
|
|
|
$apps[$x]['permissions'][0]['name'] = 'user_account_settings_view';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
$apps[$x]['permissions'][1]['name'] = 'user_account_settings_edit';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'user';
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'admin';
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
|
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
?>
|