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:
+16
-15
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user