fusionpbx/app/ring_groups/app_menu.php

41 lines
2.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Ring Groups";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "مجموعات حصص الإعاشة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Rufgruppen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Rufgruppen";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Ομάδες Ring";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grupo de llamados";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Grupos de timbre";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Groupes Ring";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
$apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג";
$apps[$x]['menu'][$y]['title']['it-it'] = "Gruppi di Squillo";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ზარის ჯგუფები";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bel groepen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Grupy odbiorców rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Grupos de chamada";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grupos de Ring";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Grupuri de apeluri";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Группы вызовов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Ringgrupper";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Дзвінкові групи";
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Zil Grupları";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "振铃组";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "着信グループ";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "전화 수신 그룹";
$apps[$x]['menu'][$y]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
?>