aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/fr/floater_snapshot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/default/xui/fr/floater_snapshot.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/fr/floater_snapshot.xml111
1 files changed, 111 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/fr/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/fr/floater_snapshot.xml
new file mode 100644
index 0000000..e942972
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/fr/floater_snapshot.xml
@@ -0,0 +1,111 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater name="Snapshot" title="Aperçu de l&apos;instantané">
3 <text name="type_label">
4 Que souhaitez-vous faire ?
5 </text>
6 <radio_group label="Type d&apos;instantané" name="snapshot_type_radio">
7 <radio_item name="postcard">
8 Envoyer une carte postale
9 </radio_item>
10 <radio_item name="texture">
11 Uploader un instantané
12 </radio_item>
13 <radio_item name="local">
14 Enregistrer instantané sur disque
15 </radio_item>
16 </radio_group>
17 <text name="type_label2">
18 Taille souhaitée de l&apos;image :
19 </text>
20 <combo_box label="Résolution" name="postcard_size_combo">
21 <combo_item name="640x480">
22 640x480
23 </combo_item>
24 <combo_item name="800x600">
25 800x600
26 </combo_item>
27 <combo_item name="1024x768">
28 1024x768
29 </combo_item>
30 <combo_item name="CurrentWindow">
31 Fenêtre actuelle
32 </combo_item>
33 <combo_item name="Custom">
34 Personnalisé
35 </combo_item>
36 </combo_box>
37 <combo_box label="Résolution" name="texture_size_combo">
38 <combo_item name="CurrentWindow">
39 Fenêtre actuelle
40 </combo_item>
41 <combo_item name="Small(128x128)">
42 Petit (128x128)
43 </combo_item>
44 <combo_item name="Medium(256x256)">
45 Moyen (256x256)
46 </combo_item>
47 <combo_item name="Large(512x512)">
48 Grand (512x512)
49 </combo_item>
50 <combo_item name="Custom">
51 Personnalisé
52 </combo_item>
53 </combo_box>
54 <combo_box label="Résolution" name="local_size_combo">
55 <combo_item name="CurrentWindow">
56 Fenêtre actuelle
57 </combo_item>
58 <combo_item name="320x240">
59 320x240
60 </combo_item>
61 <combo_item name="640x480">
62 640x480
63 </combo_item>
64 <combo_item name="800x600">
65 800x600
66 </combo_item>
67 <combo_item name="1024x768">
68 1024x768
69 </combo_item>
70 <combo_item name="1280x1024">
71 1280x1024
72 </combo_item>
73 <combo_item name="1600x1200">
74 1600x1200
75 </combo_item>
76 <combo_item name="Custom">
77 Personnalisé
78 </combo_item>
79 </combo_box>
80 <spinner label="Larg." name="snapshot_width" />
81 <spinner label="Haut." name="snapshot_height" />
82 <slider label="Qualité de l&apos;image" name="image_quality_slider" />
83 <text name="layer_type_label">
84 Capture :
85 </text>
86 <combo_box label="Couches de l&apos;image" name="layer_types">
87 <combo_item name="Colors">
88 Couleurs
89 </combo_item>
90 <combo_item name="Depth">
91 Profondeur
92 </combo_item>
93 <combo_item name="ObjectMattes">
94 Masques de l&apos;objet
95 </combo_item>
96 </combo_box>
97 <text name="file_size_label">
98 Taille du fichier : [SIZE]
99 </text>
100 <check_box label="Afficher interface dans l&apos;instantané" name="ui_check" />
101 <check_box label="Afficher l&apos;ATH dans l&apos;instantané" name="hud_check" />
102 <check_box label="Laisser ouvert après enregistrement" name="keep_open_check" />
103 <check_box label="Conserver les proportions" name="keep_aspect_check" />
104 <check_box label="Figer l&apos;image (aperçu en plein écran)" name="freeze_frame_check" />
105 <button label="Nouvel Instantané" name="new_snapshot_btn" />
106 <check_box label="Instantané automatique" name="auto_snapshot_check" />
107 <button label="Uploader (L$10)" name="upload_btn" />
108 <button label="Envoyer" name="send_btn" />
109 <button label="Enregistrer" name="save_btn" />
110 <button label="Annuler" name="discard_btn" />
111</floater>