Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_avatar_picker.xml
2011-11-02 05:28:02 +01:00

43 lines
1.5 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="avatarpicker" title="Choisir le résident">
<tab_container name="ResidentChooserTabs">
<panel label="Rechercher" name="SearchPanel">
<text name="InstructSearchResidentName">
Saisissez une partie du nom du résident :
</text>
<button label="Trouver" label_selected="Trouver" name="Find"/>
</panel>
<panel label="Cartes de visite" name="CallingCardsPanel">
<text name="InstructSelectCallingCard">
Sélectionnez une carte de visite :
</text>
</panel>
<panel label="Près de moi" name="NearMePanel">
<text name="InstructSelectResident">
Choisir un résident
près de vous :
</text>
<button font="SansSerifSmall" label="Rafraîchir la liste" label_selected="Rafraîchir la liste" name="Refresh" left_delta="10" width="105"/>
<slider label="Distance" name="near_me_range" bottom_delta="-36"/>
<text name="meters">
mètres
</text>
<scroll_list bottom_delta="-169" height="159" name="NearMe" />
</panel>
</tab_container>
<button label="Sélectionner" label_selected="Sélectionner" name="Select"/>
<button label="Annuler" label_selected="Annuler" name="Cancel"/>
<string name="not_found">
&apos;[TEXT]&apos; introuvable
</string>
<string name="no_one_near">
Il n'y a personne près de vous
</string>
<string name="no_results">
Aucun résultat
</string>
<string name="searching">
Recherche...
</string>
</floater>