38 lines
2.0 KiB
PHP
38 lines
2.0 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "قائمة انتظار البريد الإلكتروني";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Email Warteschlange";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Email Warteschlange";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Email Warteschlange";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Correo electrónico";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = 'תור דוא"ל';
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Coda di posta elettronica";
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ელფოსტის რიგი";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejka e-maili";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Enquete de Email";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Enquete de Email";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Coada de e-mailuri";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Очередь электронной почты";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-postkö";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Електронна пошта";
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电子邮件队列";
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "メールキュー";
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이메일 대기열";
|
|
$apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/email_queue/email_queue.php";
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
|
|
?>
|