PageRenderTime 117ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/es/panel_side_tray.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 27 code | 0 blank | 2 comment | 0 complexity | 4cc81d766a46a963b631d233f79535b2 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- Side tray cannot show background because it is always
  3. partially on screen to hold tab buttons. -->
  4. <side_tray name="sidebar">
  5. <sidetray_tab description="Manejar la barra lateral." name="sidebar_openclose" tab_title="Barra lateral"/>
  6. <sidetray_tab description="Inicio." name="sidebar_home" tab_title="Inicio">
  7. <panel label="Inicio" name="panel_home"/>
  8. </sidetray_tab>
  9. <sidetray_tab description="Edita tu perfil público y tus destacados." name="sidebar_me" tab_title="Mi perfil">
  10. <panel_container name="panel_container">
  11. <panel label="Yo" name="panel_me"/>
  12. </panel_container>
  13. </sidetray_tab>
  14. <sidetray_tab description="Encuentra a tus amigos, contactos y gente que esté cerca." name="sidebar_people" tab_title="Gente">
  15. <panel_container name="panel_container">
  16. <panel label="Perfil del grupo" name="panel_group_info_sidetray"/>
  17. <panel label="Residentes y objetos ignorados" name="panel_block_list_sidetray"/>
  18. </panel_container>
  19. </sidetray_tab>
  20. <sidetray_tab description="Encontrar lugares donde ir o que ya visitaste." label="Lugares" name="sidebar_places" tab_title="Lugares">
  21. <panel label="Lugares" name="panel_places"/>
  22. </sidetray_tab>
  23. <sidetray_tab description="Mira tu inventario." name="sidebar_inventory" tab_title="Mi inventario">
  24. <panel label="Modificar el inventario" name="sidepanel_inventory"/>
  25. </sidetray_tab>
  26. <sidetray_tab description="Cambia tu apariencia y tu &apos;look&apos; actual." name="sidebar_appearance" tab_title="Mi apariencia">
  27. <panel label="Modificar la apariencia" name="sidepanel_appearance"/>
  28. </sidetray_tab>
  29. </side_tray>