app_menu.php 712 B

12345678910111213141516
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "SQL Query";
  3. $apps[$x]['menu'][0]['title']['es-cl'] = "Coinsulta SQL";
  4. $apps[$x]['menu'][0]['title']['fr-fr'] = "Requête SQL";
  5. $apps[$x]['menu'][0]['title']['pt-pt'] = "Consultas SQL";
  6. $apps[$x]['menu'][0]['title']['pt-br'] = "Consulta SQL";
  7. $apps[$x]['menu'][0]['title']['pl'] = "Zapytanie SQL";
  8. $apps[$x]['menu'][0]['title']['sv-se'] = "SQL Fråga";
  9. $apps[$x]['menu'][0]['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
  10. $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  11. $apps[$x]['menu'][0]['category'] = "internal";
  12. $apps[$x]['menu'][0]['path'] = "/app/sql_query/sql_query.php";
  13. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  14. ?>