fusionpbx/app/emergency/app_menu.php

37 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'] = "Emergency Logs";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Emergency Logs";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "سجلات الطوارئ";
$apps[$x]['menu'][$y]['title']['de-at'] = "Notfall-Protokolle";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Notfall-Protokolle";
$apps[$x]['menu'][$y]['title']['de-de'] = "Notfall-Protokolle";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros de Emergencia";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros de Emergencia";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Journaux d'Urgence";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Journaux d'Urgence";
$apps[$x]['menu'][$y]['title']['he-il'] = "יומן חירום";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registri di Emergenza";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ავარიული სიტუაციის ჟურნალი";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Logboeken voor Noodgevallen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dzienniki Alarmowe";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros de Emergência";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos de Emergência";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Jurnale de Urgență";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы Aварийных Cитуаций";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Dnevniki za Nujne Primere";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Журнали Aварійних Cитуацій";
$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'] = "4404d592-775b-11ee-bb5c-005056a27559";
$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/emergency/emergency.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>