1234567891011121314151617181920 |
- <?php
- $apps[$x]['menu'][3]['title']['en-us'] = "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";
- ?>
|