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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 27 code | 0 blank | 2 comment | 0 complexity | 10a622d19101903d499cc741fe1afdda 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="Activer/désactiver le panneau latéral." name="sidebar_openclose" tab_title="Activer/désactiver le panneau latéral"/>
  6. <sidetray_tab description="Domicile." name="sidebar_home" tab_title="Accueil">
  7. <panel label="domicile" name="panel_home"/>
  8. </sidetray_tab>
  9. <sidetray_tab description="Modifiez votre profil public et vos Favoris." name="sidebar_me" tab_title="Mon profil">
  10. <panel_container name="panel_container">
  11. <panel label="Moi" name="panel_me"/>
  12. </panel_container>
  13. </sidetray_tab>
  14. <sidetray_tab description="Trouvez vos amis, vos contacts et les personnes se trouvant prčs de vous." name="sidebar_people" tab_title="Personnes">
  15. <panel_container name="panel_container">
  16. <panel label="Profil du groupe" name="panel_group_info_sidetray"/>
  17. <panel label="Résidents et objets ignorés" name="panel_block_list_sidetray"/>
  18. </panel_container>
  19. </sidetray_tab>
  20. <sidetray_tab description="Trouvez de nouveaux lieux ŕ découvrir et les lieux que vous connaissez déjŕ." label="Lieux" name="sidebar_places" tab_title="Endroits">
  21. <panel label="Lieux" name="panel_places"/>
  22. </sidetray_tab>
  23. <sidetray_tab description="Parcourez votre inventaire." name="sidebar_inventory" tab_title="Mon inventaire">
  24. <panel label="Modifier l&apos;inventaire" name="sidepanel_inventory"/>
  25. </sidetray_tab>
  26. <sidetray_tab description="Modifiez votre apparence actuelle." name="sidebar_appearance" tab_title="Mon apparence">
  27. <panel label="Changer d&apos;apparence" name="sidepanel_appearance"/>
  28. </sidetray_tab>
  29. </side_tray>