Files
fusionpbx/app/devices/app_menu.php
The-Operator 32c1522cbb Add/Update German and Austrian translations (#2542)
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00

25 lines
1.2 KiB
PHP

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