app_menu.php 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Command";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Command";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "عناصر التحكم في الوصول";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Befehle";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "Befehle";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Befehle";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Comando";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "Comando";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Command";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Commande";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "פקודה";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Comando";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Commando";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Polecenie";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Comandos";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Comandos";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Comanda";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Выполнение команд";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Kommando";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Команди";
  23. $apps[$x]['menu'][$y]['title']['zh-cn'] = "命令";
  24. $apps[$x]['menu'][$y]['title']['ja-jp'] = "指示";
  25. $apps[$x]['menu'][$y]['title']['ko-kr'] = "명령";
  26. $apps[$x]['menu'][$y]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
  27. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  28. $apps[$x]['menu'][$y]['category'] = "internal";
  29. $apps[$x]['menu'][$y]['path'] = "/app/command/command.php";
  30. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  31. ?>