mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +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>
21 lines
1.0 KiB
PHP
21 lines
1.0 KiB
PHP
<?php
|
|
|
|
$apps[$x]['menu'][3]['title']['en-us'] = "Group Manager";
|
|
$apps[$x]['menu'][3]['title']['en-gb'] = "Group Manager";
|
|
$apps[$x]['menu'][3]['title']['es-cl'] = "Administración de Grupos";
|
|
$apps[$x]['menu'][3]['title']['fr-fr'] = "Gestion des groupes";
|
|
$apps[$x]['menu'][3]['title']['pt-pt'] = "'Gestão de Grupos";
|
|
$apps[$x]['menu'][3]['title']['pt-br'] = "Gerenciar grupos";
|
|
$apps[$x]['menu'][3]['title']['pl'] = "Menedżer grup";
|
|
$apps[$x]['menu'][3]['title']['ru-ru'] = "Управление группами";
|
|
$apps[$x]['menu'][3]['title']['uk'] = "Групи";
|
|
$apps[$x]['menu'][3]['title']['sv-se'] = "Grupp Inställningar";
|
|
$apps[$x]['menu'][3]['title']['de-at'] = "Gruppenverwaltung";
|
|
$apps[$x]['menu'][3]['title']['he'] = "מנהל קבוצה";
|
|
$apps[$x]['menu'][3]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
|
$apps[$x]['menu'][3]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][3]['category'] = "internal";
|
|
$apps[$x]['menu'][3]['path'] = "/core/groups/groups.php";
|
|
$apps[$x]['menu'][3]['groups'][] = "superadmin";
|
|
|
|
?>
|