summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_snapshot.xml
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-05-11 21:01:19 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2009-05-11 21:01:19 +0000
commitbafb150f24bd68e20a20ea87c59ed32053a3257f (patch)
tree7b690ab48201f2a5a5d140b0b5b3d1479318aa74 /indra/newview/skins/default/xui/fr/floater_snapshot.xml
parentcc92525b0df952659102d2e5adcc4140fea7f371 (diff)
Switch the XML file line endings to native.
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_snapshot.xml')
-rw-r--r--indra/newview/skins/default/xui/fr/floater_snapshot.xml274
1 files changed, 137 insertions, 137 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_snapshot.xml b/indra/newview/skins/default/xui/fr/floater_snapshot.xml
index a0978a9ab0..4351a1a789 100644
--- a/indra/newview/skins/default/xui/fr/floater_snapshot.xml
+++ b/indra/newview/skins/default/xui/fr/floater_snapshot.xml
@@ -1,137 +1,137 @@
-<?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>
+<?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>