Files
SingularityViewer/indra/newview/skins/default/xui/fr/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
960 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="area search" title="Recherche d'objets par zone">
<text name="name_label">
Recherche par Nom:
</text>
<text name="desc_label">
Recherche par Description:
</text>
<text name="owner_label">
Recherche par Propriétaire:
</text>
<text name="group_label">
Recherche par Groupe:
</text>
<scroll_list name="result_list">
<column name="Name" label="Nom" tool_tip="Double-clic pour obtenir la position."/>
<column name="Description" label="Description" tool_tip="Double-clic pour obtenir la position."/>
<column name="Owner" label="Propriétaire" tool_tip="Double-clic pour obtenir la position."/>
<column name="Group" label="Groupe" tool_tip="Double-clic pour obtenir la position."/>
</scroll_list>
<button name="Refresh" label="Rafraichir"/>
<button name="Stop" label="Stop"/>
<text name="counter">
Liste/Attente/Total
</text>
</floater>