mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-11 02:58:45 +00:00
Update app_menu.php
Using a redirect now we can use one menu to handle regular users and admins.
This commit is contained in:
@@ -34,35 +34,6 @@
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Mensaje de voz";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Mensaje de voz";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Messagerie vocale";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Mesageria vocală";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "语音信箱";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ボイスメール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "음성사서함";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b8277aba-8697-41e2-aeae-48979b4d4d24";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user