Files
SingularityViewer/indra/newview/skins/default/xui/es/floater_web_content.xml
Damian Zhaoying a248d8c3c0 update and fix spanish translations
Conflicts:
	indra/newview/skins/default/xui/es/floater_customize.xml
2013-07-25 04:44:58 -04:00

22 lines
952 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_web_content" title="Navegador Web">
<layout_stack name="stack1">
<layout_panel name="nav_controls">
<button tool_tip="Navegar hacia atrás" label="" name="back"/>
<button tool_tip="Navegar hacia adelante" label="" name="forward"/>
<button tool_tip="Detener Navegación" label="" name="stop"/>
<button tool_tip="Recargar página" label="" name="reload"/>
<combo_box name="address" tool_tip="Introduce URL aquí"/>
<icon name="media_secure_lock_flag" tool_tip="Navegación segura"/>
<button tool_tip="Abrir URL actual en tu navegador de escritorio" label="" name="popexternal"/>
</layout_panel>
<layout_panel name="external_controls">
<web_browser name="webbrowser"/>
</layout_panel>
<layout_panel name="status_bar">
<text name="statusbartext"/>
<progress_bar name="statusbarprogress"/>
</layout_panel>
</layout_stack>
</floater>