app_menu.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Dialplan Tools';
  3. $apps[$x]['menu'][0]['title']['en-gb'] = 'Dialplan Tools';
  4. $apps[$x]['menu'][0]['title']['ar-eg'] = 'أدوات الطلب الهاتفي';
  5. $apps[$x]['menu'][0]['title']['de-at'] = 'Dialplan-Tools';
  6. $apps[$x]['menu'][0]['title']['de-ch'] = 'Dialplan-Tools';
  7. $apps[$x]['menu'][0]['title']['de-de'] = 'Dialplan-Tools';
  8. $apps[$x]['menu'][0]['title']['es-cl'] = 'herramientas de plan de marcado';
  9. $apps[$x]['menu'][0]['title']['es-mx'] = 'herramientas de plan de marcado';
  10. $apps[$x]['menu'][0]['title']['fr-ca'] = 'outils de plan de numérotation';
  11. $apps[$x]['menu'][0]['title']['fr-fr'] = 'outils de plan de numérotation';
  12. $apps[$x]['menu'][0]['title']['he-il'] = 'כלי תוכנית חיוג';
  13. $apps[$x]['menu'][0]['title']['it-it'] = 'strumenti del piano di numerazione';
  14. $apps[$x]['menu'][0]['title']['nl-nl'] = 'Telefoonplanhulpmiddelen';
  15. $apps[$x]['menu'][0]['title']['pl-pl'] = 'Narzędzia planu wybierania numerów';
  16. $apps[$x]['menu'][0]['title']['pt-br'] = 'Ferramentas do plano de discagem';
  17. $apps[$x]['menu'][0]['title']['pt-pt'] = 'Ferramentas do plano de discagem';
  18. $apps[$x]['menu'][0]['title']['ro-ro'] = 'Instrumente Dialplan';
  19. $apps[$x]['menu'][0]['title']['ru-ru'] = 'инструменты плана нумерации';
  20. $apps[$x]['menu'][0]['title']['uk-ua'] = 'інструменти плану номерів';
  21. $apps[$x]['menu'][0]['title']['sv-se'] = 'verktyg för uppringningsplan';
  22. $apps[$x]['menu'][0]['title']['zh-cn'] = '拨号计划工具';
  23. $apps[$x]['menu'][0]['title']['ja-jp'] = 'ダイヤル プラン ツール';
  24. $apps[$x]['menu'][0]['title']['ko-kr'] = '다이얼 플랜 도구';
  25. $apps[$x]['menu'][0]['uuid'] = '313c5304-e06f-4ac2-bdbb-4cec51ec294b';
  26. $apps[$x]['menu'][0]['parent_uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a';
  27. $apps[$x]['menu'][0]['category'] = 'internal';
  28. $apps[$x]['menu'][0]['path'] = '/app/dialplan_tools/dialplan_tools.php';
  29. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  30. //$apps[$x]['menu'][0]['groups'][] = 'admin';
  31. //$apps[$x]['menu'][0]['groups'][] = 'user';
  32. ?>