Files
fusionpbx/app/devices/app_menu.php
fneto1977 970f4d1f03 continue fixing pt-br translations (#4921)
* 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
2019-11-28 11:08:30 -07:00

31 lines
1.4 KiB
PHP

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Devices";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Geräte";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Geräte";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dispositivos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Dispositivos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Dispositifs";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Equipements";
$apps[$x]['menu'][$y]['title']['he-il'] = "התקנים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Dispositivi";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Toestellen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Urządzenia";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Telefones IP";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Telefones";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Dispozitive";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Устройства";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Enheter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Пристрої";
$apps[$x]['menu'][$y]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>