app_menu.php 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Active Extensions";
  4. $apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
  5. $apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Nebenstellen";
  6. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Nebenstellen";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones Activas";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones Activas";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Post téléphonique";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Appels en Extensions";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "שלוחות";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Interni";
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne wewnętrzne";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "Extensões Activas";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Extensões Activas";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Extensii";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Внутренние номера";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Anknytningar";
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні Розширення";
  22. $apps[$x]['menu'][0]['uuid'] = "464af9a7-30ab-4a67-b5ce-81309e1faefa";
  23. $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  24. $apps[$x]['menu'][0]['category'] = "internal";
  25. $apps[$x]['menu'][0]['path'] = "/app/active_extensions/active_extensions.php";
  26. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  27. $apps[$x]['menu'][0]['groups'][] = "admin";
  28. ?>