Files
fusionpbx/app/gateways/app_menu.php
T

30 lines
1.4 KiB
PHP
Raw Normal View History

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
2020-03-20 20:47:13 +00:00
$apps[$x]['menu'][$y]['title']['en-gb'] = "Gateways";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
2022-01-30 23:03:06 -05:00
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Passerelles";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
2017-09-21 17:06:26 +02:00
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
2019-11-23 01:37:36 +01:00
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
2019-11-28 15:08:30 -03:00
$apps[$x]['menu'][$y]['title']['pt-br'] = "Troncos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Шлюзы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Gateways";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Шлюзи";
$apps[$x]['menu'][$y]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
2019-11-23 01:37:36 +01:00
?>