1<?php
2
3	$y=0;
4	$apps[$x]['menu'][$y]['title']['en-us'] = "Adminer";
5	$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
6	$apps[$x]['menu'][$y]['title']['de-at'] = "Adminer";
7	$apps[$x]['menu'][$y]['title']['de-ch'] = "";
8	$apps[$x]['menu'][$y]['title']['de-de'] = "Adminer";
9	$apps[$x]['menu'][$y]['title']['es-cl'] = "Administrador";
10	$apps[$x]['menu'][$y]['title']['es-mx'] = "";
11	$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
12	$apps[$x]['menu'][$y]['title']['fr-fr'] = "Admin BDD";
13	$apps[$x]['menu'][$y]['title']['he-il'] = "";
14	$apps[$x]['menu'][$y]['title']['it-it'] = "Adminer";
15	$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
16	$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
17	$apps[$x]['menu'][$y]['title']['pt-br'] = "Adminer";
18	$apps[$x]['menu'][$y]['title']['pt-pt'] = "Administrador";
19	$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
20	$apps[$x]['menu'][$y]['title']['ru-ru'] = "Администрирование БД";
21	$apps[$x]['menu'][$y]['title']['sv-se'] = "";
22	$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
23	$apps[$x]['menu'][$y]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
24	$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
25	$apps[$x]['menu'][$y]['category'] = "external";
26	$apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
27	$apps[$x]['menu'][$y]['path'] = "/app/adminer/index.php";
28	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
29
30?>