mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* Fixed translations for Brazilian Portuguese * Update app_config.php * Fixed Translations for pt-br * Fixed Translations for pt-br * Fixed Translations for pt-br * Update app_config.php * Update app_languages.php * Update app_menu.php * app_config Domain * app_languages.php - Domains * app_menu - domains * app_config - default settings * app_languages - - default settings * app_menu - default settings * app_config - databases * app_languages - databases * app_menu - - databases * app_config - upgrade * app_languages - upgrade * app_menu - upgrade * app_config - users * app_languages - users * app_menu - users * app_config - usersettings * app_languages - usersettings * app_menu - usersettings * app_language - Reources * app_menu - extensions * app_languages - extensions * app_config - extensions * app_menu - gateways * app_config - gateways * app_languages - gateways * app_menu - providers * app_languages - providers * app_config - providers * app_config - devices * app_menu - devices * app_languages - devices * app_languages - destinations * app_config - destinations * app_menu - inboud destination * app_languages - inbound destination * app_config - inbound destination * app-config outbound destination
29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "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";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
|
|
$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";
|
|
|
|
?>
|