Files
fusionpbx/app/conferences/app_menu.php
T

23 lines
1016 B
PHP
Raw Normal View History

2016-04-25 20:30:23 -05:00
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Conferences";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias";
$apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenzen";
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenzen";
2016-04-25 20:30:23 -05:00
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
2017-04-25 03:37:00 +05:00
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции";
2016-04-25 20:30:23 -05:00
$apps[$x]['menu'][0]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php";
2017-04-28 15:34:23 -06:00
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
2016-04-25 20:30:23 -05:00
2017-04-28 15:34:23 -06:00
?>