3c1bb32055
* add nl-nl items * Update app_config.php * add nl-nl items * Update app_languages.php * Update app_menu.php * Update app_languages.php * Update app_menu.php * Fix typos inn nl-nl * Add nl-nl items * dd nl-nl items. * Add nl-nl items. * Add nl-nl items (call-flows) * Add nl-nl items * Add nl-nl items * dd nl-nl items (calls) * Add nl-nl items * Add nl-nl items (contacts) * Add nl-nl items (vars) * Add nl-nl items (voicemails) * Add nl-nl items (xml_cdr) * Add nl-nl items (xml_cdr) * This reverts commit 41afeb4796ca9868ea69db55decb7e4df048e5e9. * Add nl-nl items (voicemail_greetings) * Add nl-nl items (system) * Add nl-nl items (sip_profiles) * Add nl-nl items (sip_status) * Add nl-nl items (settings)
45 lines
2.2 KiB
PHP
45 lines
2.2 KiB
PHP
<?php
|
|
|
|
//application details
|
|
$apps[$x]['name'] = "SIP Status";
|
|
$apps[$x]['uuid'] = "caca8695-9ca7-b058-56e7-4ea94ea1c0e8";
|
|
$apps[$x]['category'] = "Switch";;
|
|
$apps[$x]['subcategory'] = "";
|
|
$apps[$x]['version'] = "1.0";
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
$apps[$x]['description']['en-us'] = "Displays system information such as RAM, CPU and Hard Drive information.";
|
|
$apps[$x]['description']['ar-eg'] = "";
|
|
$apps[$x]['description']['de-at'] = "Zeigt den SIP-Status an.";
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
$apps[$x]['description']['de-de'] = "Zeigt den SIP-Status an.";
|
|
$apps[$x]['description']['es-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro";
|
|
$apps[$x]['description']['es-mx'] = "";
|
|
$apps[$x]['description']['fr-ca'] = "";
|
|
$apps[$x]['description']['fr-fr'] = "";
|
|
$apps[$x]['description']['he-il'] = "";
|
|
$apps[$x]['description']['it-it'] = "";
|
|
$apps[$x]['description']['nl-nl'] = "Toont de systeem informatie zoals RAM, CPU en Harddisk informatie.";
|
|
$apps[$x]['description']['pl-pl'] = "";
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
$apps[$x]['description']['pt-pt'] = "Exibe informações do sistema, como memória RAM, CPU e informações do disco rígido.";
|
|
$apps[$x]['description']['ro-ro'] = "";
|
|
$apps[$x]['description']['ru-ru'] = "Отображает системную информацию о состоянии Памяти, Процессора и Дисковых накопителей.";
|
|
$apps[$x]['description']['sv-se'] = "";
|
|
$apps[$x]['description']['uk-ua'] = "";
|
|
|
|
//permission details
|
|
$y=0;
|
|
$apps[$x]['permissions'][$y]['name'] = "system_status_sofia_status";
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "system_status_sofia_status_profile";
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
$apps[$x]['permissions'][$y]['name'] = "sip_status_switch_status";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
?>
|