app_menu.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Email Queue";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "قائمة انتظار البريد الإلكتروني";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Email Warteschlange";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "Email Warteschlange";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Email Warteschlange";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "Correo electrónico";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = 'תור דוא"ל';
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Coda di posta elettronica";
  15. $apps[$x]['menu'][$y]['title']['ka-ge'] = "ელფოსტის რიგი";
  16. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
  17. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejka e-maili";
  18. $apps[$x]['menu'][$y]['title']['pt-br'] = "Enquete de Email";
  19. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Enquete de Email";
  20. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Coada de e-mailuri";
  21. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Очередь электронной почты";
  22. $apps[$x]['menu'][$y]['title']['sv-se'] = "E-postkö";
  23. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Електронна пошта";
  24. $apps[$x]['menu'][$y]['title']['zh-cn'] = "电子邮件队列";
  25. $apps[$x]['menu'][$y]['title']['ja-jp'] = "メールキュー";
  26. $apps[$x]['menu'][$y]['title']['ko-kr'] = "이메일 대기열";
  27. $apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
  28. $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  29. $apps[$x]['menu'][$y]['category'] = "internal";
  30. $apps[$x]['menu'][$y]['icon'] = "";
  31. $apps[$x]['menu'][$y]['path'] = "/core/email_queue/email_queue.php";
  32. $apps[$x]['menu'][$y]['order'] = "";
  33. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  34. $y++;
  35. ?>