-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp_menu.php
34 lines (32 loc) · 2.04 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'] = 'Dialplan Tools';
$apps[$x]['menu'][0]['title']['en-gb'] = 'Dialplan Tools';
$apps[$x]['menu'][0]['title']['ar-eg'] = 'أدوات الطلب الهاتفي';
$apps[$x]['menu'][0]['title']['de-at'] = 'Dialplan-Tools';
$apps[$x]['menu'][0]['title']['de-ch'] = 'Dialplan-Tools';
$apps[$x]['menu'][0]['title']['de-de'] = 'Dialplan-Tools';
$apps[$x]['menu'][0]['title']['es-cl'] = 'herramientas de plan de marcado';
$apps[$x]['menu'][0]['title']['es-mx'] = 'herramientas de plan de marcado';
$apps[$x]['menu'][0]['title']['fr-ca'] = 'outils de plan de numérotation';
$apps[$x]['menu'][0]['title']['fr-fr'] = 'outils de plan de numérotation';
$apps[$x]['menu'][0]['title']['he-il'] = 'כלי תוכנית חיוג';
$apps[$x]['menu'][0]['title']['it-it'] = 'strumenti del piano di numerazione';
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Telefoonplanhulpmiddelen';
$apps[$x]['menu'][0]['title']['pl-pl'] = 'Narzędzia planu wybierania numerów';
$apps[$x]['menu'][0]['title']['pt-br'] = 'Ferramentas do plano de discagem';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Ferramentas do plano de discagem';
$apps[$x]['menu'][0]['title']['ro-ro'] = 'Instrumente Dialplan';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'инструменты плана нумерации';
$apps[$x]['menu'][0]['title']['uk-ua'] = 'інструменти плану номерів';
$apps[$x]['menu'][0]['title']['sv-se'] = 'verktyg för uppringningsplan';
$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'] = '313c5304-e06f-4ac2-bdbb-4cec51ec294b';
$apps[$x]['menu'][0]['parent_uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/dialplan_tools/dialplan_tools.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
?>