app_menu.php 916 B

12345678910111213141516171819
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "Hot Desking";
  3. $apps[$x]['menu'][0]['title']['es-cl'] = "Escritorio remoto";
  4. $apps[$x]['menu'][0]['title']['es-mx'] = "Escritorio remoto";
  5. $apps[$x]['menu'][0]['title']['fr-fr'] = "Itinérance";
  6. $apps[$x]['menu'][0]['title']['fr-ca'] = "Bureau Lointain";
  7. $apps[$x]['menu'][0]['title']['pt-pt'] = "Escritório Remoto";
  8. $apps[$x]['menu'][0]['title']['pt-br'] = "Escritório remoto";
  9. $apps[$x]['menu'][0]['title']['sv-se'] = "Hot Desking ";
  10. $apps[$x]['menu'][0]['title']['pl'] = "Gorące biurka";
  11. $apps[$x]['menu'][0]['title']['de-at'] = "Mobiler Arbeitsplatz";
  12. $apps[$x]['menu'][0]['uuid'] = "baa57691-37d4-4c7d-b227-f2929202b480";
  13. $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  14. $apps[$x]['menu'][0]['category'] = "internal";
  15. $apps[$x]['menu'][0]['path'] = "/app/hot_desking/index.php";
  16. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  17. ?>