app_menu.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Databases";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Databases";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "قواعد البيانات";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Datenbanken";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "Datenbanken";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Datenbanken";
  9. $apps[$x]['menu'][$y]['title']['el-gr'] = "Βάσεις δεδομένων";
  10. $apps[$x]['menu'][$y]['title']['es-cl'] = "Bases de datos";
  11. $apps[$x]['menu'][$y]['title']['es-mx'] = "bases de datos";
  12. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Bases de données";
  13. $apps[$x]['menu'][$y]['title']['fr-fr'] = "BDD";
  14. $apps[$x]['menu'][$y]['title']['he-il'] = "מאגרי מידע";
  15. $apps[$x]['menu'][$y]['title']['it-it'] = "Banche dati";
  16. $apps[$x]['menu'][$y]['title']['ka-ge'] = "მონაცემთა ბაზები";
  17. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Databanken";
  18. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Bazy danych";
  19. $apps[$x]['menu'][$y]['title']['pt-br'] = "Banco de dados";
  20. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Base de Dados";
  21. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Baze de date";
  22. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Базы данных";
  23. $apps[$x]['menu'][$y]['title']['sv-se'] = "Databaser";
  24. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Бази даних";
  25. $apps[$x]['menu'][$y]['title']['tr-tr'] = "veritabanları";
  26. $apps[$x]['menu'][$y]['title']['zh-cn'] = "数据库";
  27. $apps[$x]['menu'][$y]['title']['ja-jp'] = "データベース";
  28. $apps[$x]['menu'][$y]['title']['ko-kr'] = "관련 기사";
  29. $apps[$x]['menu'][$y]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
  30. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  31. $apps[$x]['menu'][$y]['category'] = "internal";
  32. $apps[$x]['menu'][$y]['icon'] = "";
  33. $apps[$x]['menu'][$y]['path'] = "/core/databases/databases.php";
  34. $apps[$x]['menu'][$y]['order'] = "";
  35. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  36. $y++;
  37. ?>