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.6 KiB

2 years ago
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Active Calls";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Gespräche";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Gespräche";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Llamadas Activas";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Appels en cours";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "שיחות פעילות";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Chiamate Attive";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve gesprekken";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne połączenia";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Chamadas ativas";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamadas Activas";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные вызовы";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva samtal";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні дзвінки";
  23. $apps[$x]['menu'][$y]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
  24. $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  25. $apps[$x]['menu'][$y]['category'] = "internal";
  26. $apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php";
  27. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  28. $apps[$x]['menu'][$y]['groups'][] = "admin";
  29. ?>