forked from fusionpbx/fusionpbx-app-messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app_menu.php
34 lines (32 loc) · 1.64 KB
/
app_menu.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Messages';
$apps[$x]['menu'][0]['title']['en-gb'] = 'Messages';
$apps[$x]['menu'][0]['title']['ar-eg'] = 'رسائل';
$apps[$x]['menu'][0]['title']['de-at'] = 'Mitteilungen';
$apps[$x]['menu'][0]['title']['de-ch'] = 'Mitteilungen';
$apps[$x]['menu'][0]['title']['de-de'] = 'Mitteilungen';
$apps[$x]['menu'][0]['title']['es-cl'] = 'Mensajes';
$apps[$x]['menu'][0]['title']['es-mx'] = 'Mensajes';
$apps[$x]['menu'][0]['title']['fr-ca'] = 'messages';
$apps[$x]['menu'][0]['title']['fr-fr'] = 'messages';
$apps[$x]['menu'][0]['title']['he-il'] = 'הודעות';
$apps[$x]['menu'][0]['title']['it-it'] = 'Messaggi';
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Berichten';
$apps[$x]['menu'][0]['title']['pl-pl'] = 'Wiadomości';
$apps[$x]['menu'][0]['title']['pt-br'] = 'Mensagens';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Mensagens';
$apps[$x]['menu'][0]['title']['ro-ro'] = 'Mesaje';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Сообщения';
$apps[$x]['menu'][0]['title']['uk-ua'] = 'Повідомлення';
$apps[$x]['menu'][0]['title']['sv-se'] = 'Meddelanden';
$apps[$x]['menu'][0]['title']['zh-cn'] = '留言';
$apps[$x]['menu'][0]['title']['ja-jp'] = 'メッセージ';
$apps[$x]['menu'][0]['title']['ko-kr'] = '메시지';
$apps[$x]['menu'][0]['uuid'] = 'b2f6a2e0-cf25-4bd5-8079-6385f6871047';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/messages/messages.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
?>