Files
SingularityViewer/indra/newview/skins/default/xui/es/panel_experience_info.xml

47 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_experience_info">
<text name="title" value="Perfil de la Experiencia"/>
<panel name="scrolling_panel">
<layout_stack>
<layout_panel name="image_panel"/>
<layout_panel>
<text name="experience_title"value="Kyle's Superhero RPG"/>
</layout_panel>
<layout_panel name="description panel"/>
<layout_panel name="location panel">
<text name="Location">
Ubicación:
</text>
<text name="LocationTextText">
Algún lugar
</text>
<button label="Teleporte" name="teleport_btn"/>
<button label="Mapa" name="map_btn"/>
</layout_panel>
<layout_panel name="marketplace panel">
<text name="Location">
Tienda del mercado:
</text>
<text name="LocationTextText">
algún lugar
</text>
</layout_panel>
<layout_panel >
<text name="ContentRating">
Calificación:
</text>
<text name="ContentRatingText">
Adulto
</text>
<text name="Owner">
Propietario:
</text>
<text name="OwnerText">
Kyle
</text>
</layout_panel>
</layout_stack>
</panel>
</scroll_container>
</panel>