Files
fusionpbx/app/streams/app_menu.php
Alex 4004a698c4 Added more Greek and Turkish translations (#6880)
* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php
2024-01-30 16:17:24 -07:00

39 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Streams";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
$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'] = "Ρεύματα";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Corrientes";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Ruisseaux";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Ruisseaux";
$apps[$x]['menu'][$y]['title']['he-il'] = "זרמים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Flussi";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Stromen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Strumienie";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Fluxos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Fluxos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Fluxuri";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Поток";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Strömmar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Потоки";
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Canlı Yayınlar";
$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'] = "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++;
?>