Files
SingularityViewer/indra/newview/skins/default/xui/es/floater_area_search.xml
Lirusaito 84795863e5 Translations updated
Updated French Translation from Nomade's Zip for MultiWear.
Updated Translations to use basically the same format, and not have some cruft.
Abouts updated to include Spanish translators: Damian Zhaoying, and Franxizco Romano.
2012-07-16 17:07:22 -04:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="area search" title="Búsqueda de Objetos en el Área">
<text name="name_label">
Búsqueda por Nombre:
</text>
<text name="desc_label">
Búsqueda por Descrición:
</text>
<text name="owner_label">
Búsqueda por Propietario:
</text>
<text name="group_label">
Búsqueda por Grupo:
</text>
<scroll_list name="result_list">
<column name="Name" label="Nombre" tool_tip="Haz doble click en cualquier resultado para marcar su posición"/>
<column name="Description" label="Descripción" tool_tip="Haz doble click en cualquier resultado para marcar su posición"/>
<column name="Owner" label="Propietario" tool_tip="Haz doble click en cualquier resultado para marcar su posición"/>
<column name="Group" label="Grupo" tool_tip="Haz doble click en cualquier resultado para marcar su posición"/>
</scroll_list>
<button name="Refresh" label="Actualizar"/>
<button name="Stop" label="Detener"/>
<text name="counter">
Listados/Pendientes/Total
</text>
</floater>