Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.4 KiB

2 years ago
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "System Status";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "System Status";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
  22. $apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
  23. $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  24. $apps[$x]['menu'][$y]['category'] = "internal";
  25. $apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
  26. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  27. ?>