2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 04:30:13 +02:00
|
|
|
$y=0;
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Queues";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "النشيطة";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Queues";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas activas";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues actives";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
|
2023-08-30 21:18:55 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "תורים פעילים";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Code Attive";
|
2024-08-29 09:57:18 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "აქტიური რიგები";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Filas ativas";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas Activas";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Cozi active";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Очереди";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Köer";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні черги";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "活动队列";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブなキュー";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "활성 대기열";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
|
|
|
|
|
$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/fifo_list/fifo_list.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2015-04-08 15:38:58 +02:00
|
|
|
|
2019-11-23 01:37:36 +01:00
|
|
|
?>
|