2016-10-05 18:29:30 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Group Manager";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Group Manager";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administración de Grupos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des groupes";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "'Gestão de Grupos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar grupos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl'] = "Menedżer grup";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление группами";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk'] = "Групи";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Grupp Inställningar";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenverwaltung";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he'] = "מנהל קבוצה";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "一般事务/其他职等";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "グループマネージャー";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "그룹 관리자";
|
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/core/groups/groups.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2016-10-05 18:29:30 +02:00
|
|
|
|
2023-05-02 04:57:21 +02:00
|
|
|
?>
|