Files
fusionpbx/app/system/app_menu.php
racitup a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00

31 lines
1.4 KiB
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
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
$apps[$x]['menu'][$y]['title']['en-gb'] = "System Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "System Status";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
$apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>