Files
fusionpbx/app/system/app_menu.php
The-Operator df3f153ebd Add/Update German and Austrian translations (#2542)
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00

20 lines
985 B
PHP
Raw 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
$apps[$x]['menu'][0]['title']['en-us'] = "System Status";
$apps[$x]['menu'][0]['title']['es-cl'] = "Estado de Sistema";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Etat Système";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Estado do Sistema";
$apps[$x]['menu'][0]['title']['pt-br'] = "Estado do sistema";
$apps[$x]['menu'][0]['title']['pl'] = "Stan systemu";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Состояние cистемы";
$apps[$x]['menu'][0]['title']['sv-se'] = "System Status";
$apps[$x]['menu'][0]['title']['uk'] = "Стан системи ";
$apps[$x]['menu'][0]['title']['de-de'] = "System Status";
$apps[$x]['menu'][0]['title']['de-at'] = "System Status";
$apps[$x]['menu'][0]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/system/system.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
?>