Files
fusionpbx/app/call_flows/app_menu.php
T

20 lines
1007 B
PHP
Raw Normal View History

<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Flows";
2016-08-25 14:03:51 -03:00
$apps[$x]['menu'][0]['title']['pt-br'] = "Fluxo de chamadas";
$apps[$x]['menu'][0]['title']['es-cl'] = "Flujo de Llamada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "cinématiques d'Appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Circulation d'Appel";
$apps[$x]['menu'][0]['title']['pl'] = "Przepływ rozmów";
2017-04-25 03:37:00 +05:00
$apps[$x]['menu'][0]['title']['ru-ru'] = "Переключатель вызовов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsflöden";
2015-06-06 02:37:26 +00:00
$apps[$x]['menu'][0]['title']['uk'] = "Потоки дзвінків";
2015-06-15 19:30:00 +00:00
$apps[$x]['menu'][0]['title']['de-at'] = "Anruf Steuerung";
$apps[$x]['menu'][0]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
2014-12-26 03:27:54 +00:00
?>