Files
fusionpbx/app/ring_groups/app_menu.php
T

22 lines
1.1 KiB
PHP
Raw Normal View History

<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Ring Groups";
$apps[$x]['menu'][0]['title']['es-cl'] = "Grupo de llamados";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Groupes de sonnerie";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grupos de Ring";
$apps[$x]['menu'][0]['title']['pt-br'] = "Grupos de chamada";
$apps[$x]['menu'][0]['title']['pl'] = "Grupy odbiorców rozmów.";
2017-04-25 03:37:00 +05:00
$apps[$x]['menu'][0]['title']['ru-ru'] = "Группы вызовов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Ringgrupper";
2015-06-06 02:37:26 +00:00
$apps[$x]['menu'][0]['title']['uk'] = "Групи";
$apps[$x]['menu'][0]['title']['de-de'] = "Rufgruppen";
2015-06-15 19:30:00 +00:00
$apps[$x]['menu'][0]['title']['de-at'] = "Rufgruppen";
2015-08-02 23:42:11 +00:00
$apps[$x]['menu'][0]['title']['he'] = "קבוצות חיוג";
$apps[$x]['menu'][0]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/ring_groups/ring_groups.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
2014-12-26 03:27:54 +00:00
?>