2018-02-20 05:47:05 +01:00
|
|
|
|
<?php
|
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$y=0;
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Streams";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "تيارات";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Ströme";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Ströme";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Ströme";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "Ρεύματα";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
|
2023-05-03 20:49:04 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Corrientes";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Ruisseaux";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Ruisseaux";
|
2023-05-03 20:49:04 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "זרמים";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Flussi";
|
2024-08-28 17:59:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ნაკადები";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Stromen";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Strumienie";
|
2023-05-03 20:49:04 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Fluxos";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Fluxos";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Fluxuri";
|
2023-05-03 20:49:04 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Поток";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Strömmar";
|
2023-05-03 20:49:04 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Потоки";
|
2024-01-31 00:17:24 +01:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Canlı Yayınlar";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "溪流";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ストリーム";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "스트림";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "c9762b7a-a809-444c-96db-f80f0c2bb36f";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/streams/streams.php";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
|
$y++;
|
2018-02-20 05:47:05 +01:00
|
|
|
|
|
|
|
|
|
|
?>
|