-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp_menu.php
33 lines (31 loc) · 1.66 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
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "SQL Query";
$apps[$x]['menu'][$y]['title']['en-gb'] = "SQL Query";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "استعلام SQL";
$apps[$x]['menu'][$y]['title']['de-at'] = "SQL-Abfrage";
$apps[$x]['menu'][$y]['title']['de-ch'] = "SQL-Abfrage";
$apps[$x]['menu'][$y]['title']['de-de'] = "SQL-Abfrage";
$apps[$x]['menu'][$y]['title']['es-cl'] = "consulta SQL";
$apps[$x]['menu'][$y]['title']['es-mx'] = "consulta SQL";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Requête SQL";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Requête SQL";
$apps[$x]['menu'][$y]['title']['he-il'] = "שאילתת SQL";
$apps[$x]['menu'][$y]['title']['it-it'] = "Interrogazione SQL";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SQL-query";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapytanie SQL";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Consulta SQL";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Consulta SQL";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Interogare SQL";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "SQL-запрос";
$apps[$x]['menu'][$y]['title']['sv-se'] = "SQL-fråga";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "SQL запит";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "SQL查询";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "SQLクエリ";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "SQL 쿼리";
$apps[$x]['menu'][$y]['uuid'] = "bb3ab92d-c329-42b6-9753-b6ea88d5e700";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/sql_query/sql_query.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>