26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['pl'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue";
|
|
$apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "Email Queue";
|
|
$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++;
|
|
|
|
?>
|