app_menu.php 1004 B

123456789101112131415161718192021222324
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "SMS";
  3. $apps[$x]['menu'][0]['title']['es-cl'] = "";
  4. $apps[$x]['menu'][0]['title']['es-mx'] = "";
  5. $apps[$x]['menu'][0]['title']['fr-fr'] = "";
  6. $apps[$x]['menu'][0]['title']['fr-ca'] = " ";
  7. $apps[$x]['menu'][0]['title']['pt-pt'] = "";
  8. $apps[$x]['menu'][0]['title']['pt-br'] = "";
  9. $apps[$x]['menu'][0]['title']['pl'] = " ";
  10. $apps[$x]['menu'][0]['title']['uk'] = "";
  11. $apps[$x]['menu'][0]['title']['sv-se'] = "";
  12. $apps[$x]['menu'][0]['title']['ro'] = "";
  13. $apps[$x]['menu'][0]['title']['de-at'] = "";
  14. $apps[$x]['menu'][0]['title']['ar-eg'] = "الأرقام الداخلية";
  15. $apps[$x]['menu'][0]['title']['he'] = "";
  16. $apps[$x]['menu'][0]['uuid'] = "d4278820-1d33-11e6-b6ba-3e1d05defe78";
  17. $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  18. $apps[$x]['menu'][0]['category'] = "internal";
  19. $apps[$x]['menu'][0]['path'] = "/app/sms/sms.php";
  20. $apps[$x]['menu'][0]['groups'][] = "admin";
  21. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  22. ?>