app_menu.php 1007 B

1234567891011121314151617181920
  1. <?php
  2. $apps[$x]['menu'][3]['title']['en-us'] = "Group Manager";
  3. $apps[$x]['menu'][3]['title']['es-cl'] = "Administración de Grupos";
  4. $apps[$x]['menu'][3]['title']['fr-fr'] = "Gestion des groupes";
  5. $apps[$x]['menu'][3]['title']['pt-pt'] = "'Gestão de Grupos";
  6. $apps[$x]['menu'][3]['title']['pt-br'] = "Gerenciar grupos";
  7. $apps[$x]['menu'][3]['title']['pl'] = "Menedżer grup";
  8. $apps[$x]['menu'][3]['title']['ru-ru'] = "Управление группами";
  9. $apps[$x]['menu'][3]['title']['uk'] = "Групи";
  10. $apps[$x]['menu'][3]['title']['sv-se'] = "Grupp Inställningar";
  11. $apps[$x]['menu'][3]['title']['de-at'] = "Gruppenverwaltung";
  12. $apps[$x]['menu'][3]['title']['he'] = "מנהל קבוצה";
  13. $apps[$x]['menu'][3]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
  14. $apps[$x]['menu'][3]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  15. $apps[$x]['menu'][3]['category'] = "internal";
  16. $apps[$x]['menu'][3]['path'] = "/core/groups/groups.php";
  17. $apps[$x]['menu'][3]['groups'][] = "superadmin";
  18. ?>