repaired previous errors inserted in r4614 : reinserted 'de-de' instead 'de' and correct files. keeps fr-ca to report in app_config.php files
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user