Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_snapshot.xml
2012-03-05 19:17:07 +01:00

138 lines
4.0 KiB
XML
Raw Permalink 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="Snapshot" title="Prévisualiser la photo" width="247">
<text name="type_label">
Destination de la photo
</text>
<radio_group label="Type de photo" name="snapshot_type_radio" width="228">
<radio_item name="postcard">
Envoyer par e-mail
</radio_item>
<radio_item name="texture">
Enregistrer dans votre inventaire ([AMOUNT] L$)
</radio_item>
<radio_item name="local">
Enregistrer sur votre disque dur
</radio_item>
</radio_group>
<button label="Plus &gt;&gt;" name="more_btn" tool_tip="Options avancées"/>
<button label="&lt;&lt; Moins" name="less_btn" tool_tip="Options avancées"/>
<text name="type_label2">
Taille
</text>
<text name="format_label">
Format
</text>
<combo_box label="Résolution" name="postcard_size_combo">
<combo_item name="640x480">
640 x 480
</combo_item>
<combo_item name="800x600">
800 x 600
</combo_item>
<combo_item name="1024x768">
1024 x 768
</combo_item>
<combo_item name="CurrentWindow">
Fenêtre actuelle
</combo_item>
<combo_item name="Custom">
Personnaliser
</combo_item>
</combo_box>
<combo_box label="Résolution" name="texture_size_combo">
<combo_item name="CurrentWindow">
Fenêtre actuelle
</combo_item>
<combo_item name="Small(128x128)">
Petite (128 x 128)
</combo_item>
<combo_item name="Medium(256x256)">
Moyenne (256 x 256)
</combo_item>
<combo_item name="Large(512x512)">
Grande (512 x 512)
</combo_item>
<combo_item name="Custom">
Personnaliser
</combo_item>
</combo_box>
<combo_box label="Résolution" name="local_size_combo">
<combo_item name="CurrentWindow">
Fenêtre actuelle
</combo_item>
<combo_item name="320x240">
320 x 240
</combo_item>
<combo_item name="640x480">
640 x 480
</combo_item>
<combo_item name="800x600">
800 x 600
</combo_item>
<combo_item name="1024x768">
1024 x 768
</combo_item>
<combo_item name="1280x1024">
1280 x 1024
</combo_item>
<combo_item name="1600x1200">
1600 x 1200
</combo_item>
<combo_item name="Custom">
Personnaliser
</combo_item>
</combo_box>
<combo_box label="Format" name="local_format_combo">
<combo_item name="PNG">
PNG
</combo_item>
<combo_item name="JPEG">
JPEG
</combo_item>
<combo_item name="BMP">
BMP
</combo_item>
</combo_box>
<spinner label="Largeur" label_width="41" name="snapshot_width" width="101"/>
<spinner label="Hauteur" label_width="41" left="121" name="snapshot_height" width="101"/>
<slider label="Qualité de l&apos;image" name="image_quality_slider"/>
<text name="layer_type_label">
Capturer :
</text>
<combo_box label="Couches de l&apos;image" name="layer_types">
<combo_item name="Colors">
Couleurs
</combo_item>
<combo_item name="Depth">
Profondeur
</combo_item>
<combo_item name="ObjectMattes">
Matte des objets
</combo_item>
</combo_box>
<text name="file_size_label">
Taille du fichier : [SIZE] Ko
</text>
<check_box label="Voir l&apos;interface sur la photo" name="ui_check"/>
<check_box label="Voir les éléments HUD sur la photo" name="hud_check"/>
<check_box label="Garder ouvert après enregistrement" name="keep_open_check"/>
<check_box label="Imposer les proportions" name="keep_aspect_check"/>
<check_box label="Prévisualisation plein écran (geler l&apos;écran)" name="freeze_frame_check"/>
<button label="Rafraîchir" name="new_snapshot_btn"/>
<check_box label="Rafraîchissement automatique" name="auto_snapshot_check"/>
<button label="Enregistrer ([AMOUNT] L$)" name="upload_btn" width="118"/>
<button label="Envoyer" name="send_btn" width="118"/>
<flyout_button label="Enregistrer" name="save_btn" tool_tip="Enregistrer l&apos;image dans un fichier" width="118">
<flyout_button_item name="save_item">
Enregistrer
</flyout_button_item>
<flyout_button_item name="saveas_item">
Enregistrer sous...
</flyout_button_item>
</flyout_button>
<button label="Annuler" name="discard_btn" left="133" width="72" />
<string name="unknown">
inconnu
</string>
</floater>