/indra/newview/skins/default/xui/de/panel_sidetray_home_tab.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 38 lines · 37 code · 0 blank · 1 comment · 0 complexity · 4b69b20286d663b6b15cf8df94178354 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- Part of side tray, see that XML file for panel config -->
  3. <panel label="home_tab" name="home_tab">
  4. <scroll_container name="profile_scroll">
  5. <panel name="profile_scroll_panel">
  6. <panel name="sidebar_people">
  7. <text name="tab_name" value="Leute"/>
  8. <text name="tab_description">
  9. Freunde, Gruppen, Kontakte und Leute in Ihrer Nähe finden.
  10. </text>
  11. </panel>
  12. <panel name="sidebar_places">
  13. <text name="tab_name" value="Orte"/>
  14. <text name="tab_description">
  15. Hier finden Sie neue Orte und Orte, die Sie bereits besucht haben.
  16. </text>
  17. </panel>
  18. <panel name="sidebar_me">
  19. <text name="tab_name" value="Mein Profil"/>
  20. <text name="tab_description">
  21. Öffentliches Profil bearbeiten.
  22. </text>
  23. </panel>
  24. <panel name="sidebar_appearance">
  25. <text name="tab_name" value="Mein Aussehen"/>
  26. <text name="tab_description">
  27. Ändern Sie Ihr Aussehen und Ihren aktuellen Look.
  28. </text>
  29. </panel>
  30. <panel name="sidebar_inventory">
  31. <text name="tab_name" value="Mein Inventar"/>
  32. <text name="tab_description">
  33. Inventar durchsuchen.
  34. </text>
  35. </panel>
  36. </panel>
  37. </scroll_container>
  38. </panel>