blob: 4b3f13f75bb13b0a856c5ae8611af9d77ab90218 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Snapshot" title="Prévisualiser la capture d'écran">
<text name="type_label">
Destination de la capture d'écran
</text>
<radio_group label="Type de capture d'écran" name="snapshot_type_radio">
<radio_item name="postcard">
Envoyer par e-mail
</radio_item>
<radio_item name="texture">
Enregistrer dans votre inventaire (10 $L)
</radio_item>
<radio_item name="local">
Enregistrer sur votre disque dur
</radio_item>
</radio_group>
<button label="Plus >>" name="more_btn" tool_tip="Options avancées" />
<button label="<< 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" name="snapshot_width" />
<spinner label="Hauteur" name="snapshot_height" />
<slider label="Qualité de l'image" name="image_quality_slider" />
<text name="layer_type_label">
Capture :
</text>
<combo_box label="Couches de l'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 dossier : [SIZE] Ko
</text>
<check_box label="Voir l'interface sur la capture" name="ui_check" />
<check_box label="Voir les éléments HUD sur la capture" 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="Geler le cadre (prévisualisation plein écran)"
name="freeze_frame_check" />
<button label="Rafraîchir" name="new_snapshot_btn" />
<check_box label="Auto-rafraîchir" name="auto_snapshot_check" />
<button label="Enregistrer (10 $L)" name="upload_btn" />
<button label="Envoyer" name="send_btn" />
<button label="Enregistrer" name="save_btn"
tool_tip="Enregistrer l'image dans un fichier" />
<button label="Annuler" name="discard_btn" />
<string name="unknown">
inconnu
</string>
</floater>
|