mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 04:03:49 +00:00
* E911 Service plugin Emergency Services availability is crucial part of FusionPBX. This plugin Introduce match need it visibility into E911 services.
36 lines
2.0 KiB
PHP
36 lines
2.0 KiB
PHP
<?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']['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'] = "Журналы аварийных ситуаций";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Dnevniki za nujne primere";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Журнали аварійних ситуацій";
|
|
$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++;
|
|
?>
|