PageRenderTime 36ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/pt/panel_profile_view.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 20 lines | 20 code | 0 blank | 0 comment | 0 complexity | 2e91059a82fb34b7ff40e3ae5d186956 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel name="panel_target_profile">
  3. <string name="status_online">
  4. Conectado
  5. </string>
  6. <string name="status_offline">
  7. Desconectado
  8. </string>
  9. <text name="display_name_label" value="Nome de tela:"/>
  10. <text name="solo_username_label" value="Nome de usuário:"/>
  11. <text name="status" value="Conectado"/>
  12. <text name="user_name_small" value="Jack oh look at me this is a super duper long name"/>
  13. <button name="copy_to_clipboard" tool_tip="Copiar para área de transferência"/>
  14. <text name="user_label" value="Nome de usuário:"/>
  15. <tab_container name="tabs">
  16. <panel label="PERFIL" name="panel_profile"/>
  17. <panel label="DESTAQUES" name="panel_picks"/>
  18. <panel label="ANOTAÇÕES E PRIVACIDADE" name="panel_notes"/>
  19. </tab_container>
  20. </panel>