fusionpbx/app/registrations/app_menu.php

41 lines
2.0 KiB
PHP
Raw Permalink Normal View History

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "التسجيلات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
2023-05-09 19:39:02 +02:00
$apps[$x]['menu'][$y]['title']['de-ch'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Εγγραφές";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
2023-05-09 19:39:02 +02:00
$apps[$x]['menu'][$y]['title']['he-il'] = "רישומים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "რეგისტრაციები";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
2023-05-09 19:39:02 +02:00
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Înregistrări";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Kayıtlar";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "登记";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "登録";
2023-05-09 19:39:02 +02:00
$apps[$x]['menu'][$y]['title']['ko-kr'] = "등록";
$apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
2017-08-28 09:51:33 +02:00
?>