app_menu.php 886 B

1234567891011121314151617181920
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "Command";
  3. $apps[$x]['menu'][0]['title']['es-cl'] = "Comando";
  4. $apps[$x]['menu'][0]['title']['es-mx'] = "Comando";
  5. $apps[$x]['menu'][0]['title']['fr-fr'] = "Commande";
  6. $apps[$x]['menu'][0]['title']['fr-ca'] = "Command";
  7. $apps[$x]['menu'][0]['title']['pt-pt'] = "Comandos";
  8. $apps[$x]['menu'][0]['title']['pt-br'] = "Comandos";
  9. $apps[$x]['menu'][0]['title']['pl'] = "Polecenie";
  10. $apps[$x]['menu'][0]['title']['sv-se'] = "Kommando";
  11. $apps[$x]['menu'][0]['title']['uk'] = "Команди";
  12. $apps[$x]['menu'][0]['title']['de-at'] = "Befehl";
  13. $apps[$x]['menu'][0]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
  14. $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  15. $apps[$x]['menu'][0]['category'] = "internal";
  16. $apps[$x]['menu'][0]['path'] = "/app/exec/exec.php";
  17. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  18. ?>