Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_image_preview.xml
2010-04-02 02:48:44 -03:00

53 lines
1.3 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="Image Preview" title="">
<text name="name_label">
Nom :
</text>
<text name="description_label">
Description :
</text>
<text name="preview_label">
Prévisualiser comme :
</text>
<combo_box label="Habits" name="clothing_type_combo" left="126" >
<combo_item name="Image">
Image
</combo_item>
<combo_item name="Hair">
Cheveux
</combo_item>
<combo_item name="FemaleHead">
Tête de femme
</combo_item>
<combo_item name="FemaleUpperBody">
Corps de femme (haut)
</combo_item>
<combo_item name="FemaleLowerBody">
Corps de femme (bas)
</combo_item>
<combo_item name="MaleHead">
Tête d&apos;homme
</combo_item>
<combo_item name="MaleUpperBody">
Corps d&apos;homme (haut)
</combo_item>
<combo_item name="MaleLowerBody">
Corps d&apos;homme (bas)
</combo_item>
<combo_item name="Skirt">
Jupe
</combo_item>
<combo_item name="SculptedPrim">
Sculptie
</combo_item>
</combo_box>
<text name="bad_image_text">
Impossible de lire l&apos;image.
Sauvegardez en Targa 24 bit (.tga).
</text>
<check_box label="Utiliser une compression sans perte" name="lossless_check"/>
<button label="Annuler" name="cancel_btn"/>
<button label="Charger ([AMOUNT] L$)" name="ok_btn"/>
</floater>