-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp_menu.php
34 lines (32 loc) · 1.73 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'] = 'Providers';
$apps[$x]['menu'][0]['title']['en-gb'] = "Providers";
$apps[$x]['menu'][0]['title']['ar-eg'] = "مقدمي الخدمات";
$apps[$x]['menu'][0]['title']['de-at'] = "Anbieter";
$apps[$x]['menu'][0]['title']['de-ch'] = "Anbieter";
$apps[$x]['menu'][0]['title']['de-de'] = "Anbieter";
$apps[$x]['menu'][0]['title']['es-cl'] = "Proveedores";
$apps[$x]['menu'][0]['title']['es-mx'] = "Proveedores";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Fournisseurs";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Fournisseurs";
$apps[$x]['menu'][0]['title']['he-il'] = "ספקים";
$apps[$x]['menu'][0]['title']['it-it'] = "Fornitori";
$apps[$x]['menu'][0]['title']['nl-nl'] = "Aanbieders";
$apps[$x]['menu'][0]['title']['pl-pl'] = "Dostawcy";
$apps[$x]['menu'][0]['title']['pt-br'] = "Provedores";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Provedores";
$apps[$x]['menu'][0]['title']['ro-ro'] = "Furnizorii";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Провайдеры";
$apps[$x]['menu'][0]['title']['sv-se'] = "Leverantörer";
$apps[$x]['menu'][0]['title']['uk-ua'] = "Провайдери";
$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'] = '76c4e42e-5118-42a7-b7af-0cfc5d41f6e8';
$apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/providers/providers.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
?>