38 lines
2.1 KiB
PHP
38 lines
2.1 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Inbound Routes";
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Inbound Routes";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "طرق الدخول";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Eingehendes Routing";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Inbound Routen";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Eingehendes Routing";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de entrada";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de entrada";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Itinéraires entrants";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Entrantes";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "נתיבים Inbound";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Rotte di Ingresso";
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "შემომავლების მარშრუტიზაცია";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Inkomende routes";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy przychodzące";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Rotas de Entrada";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Entrada";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Rute de intrare";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация входящих";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inkommande rutter";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вхідні маршрути";
|
|
$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'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
|
|
?>
|