mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* 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>
17 lines
646 B
PHP
17 lines
646 B
PHP
<?php
|
|
|
|
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
|
|
//$apps[$x]['menu'][0]['title']['en-gb'] = "Provision";
|
|
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
|
|
//$apps[$x]['menu'][0]['title']['ru-ru'] = "Обеспечение";
|
|
//$apps[$x]['menu'][0]['title']['de-de'] = "Bereitstellung";
|
|
//$apps[$x]['menu'][0]['title']['de-at'] = "Bereitstellung";
|
|
//$apps[$x]['menu'][0]['uuid'] = "";
|
|
//$apps[$x]['menu'][0]['parent_uuid'] = "";
|
|
//$apps[$x]['menu'][0]['category'] = "internal";
|
|
//$apps[$x]['menu'][0]['path'] = "";
|
|
//$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|