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.

31 lines
1.4 KiB

2 years ago
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Queues";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Warteschlangen";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Colas";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "Colas";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Code";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtrijen";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejki";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Очереди";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "";
  23. $apps[$x]['menu'][$y]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
  24. $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  25. $apps[$x]['menu'][$y]['category'] = "internal";
  26. $apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
  27. $apps[$x]['menu'][$y]['groups'][] = "admin";
  28. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  29. ?>