blob: 8eb05dd945149f6bb5bc91c82ac97b2fcc8ce1bc (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Snapshot" title="PHOTO">
<floater.string name="unknown">
inconnu
</floater.string>
<string name="postcard_progress_str">
Envoi par e-mail
</string>
<string name="profile_progress_str">
Publication
</string>
<string name="inventory_progress_str">
Enregistrement dans l'inventaire
</string>
<string name="local_progress_str">
Enregistrement sur l'ordinateur
</string>
<string name="profile_succeeded_str">
Image chargée
</string>
<string name="postcard_succeeded_str">
Envoi par e-mail effectué !
</string>
<string name="inventory_succeeded_str">
Enregistrement dans l'inventaire effectué !
</string>
<string name="local_succeeded_str">
Enregistrement sur l'ordinateur effectué !
</string>
<string name="profile_failed_str">
Échec de chargement de l'image sur le flux de votre profil.
</string>
<string name="postcard_failed_str">
Échec d'envoi par e-mail.
</string>
<string name="inventory_failed_str">
Échec d'enregistrement dans l'inventaire.
</string>
<string name="local_failed_str">
Échec d'enregistrement sur l'ordinateur.
</string>
<button label="ACTUALISER" name="new_snapshot_btn"/>
<panel name="advanced_options_panel">
<text name="layer_type_label">
Capturer :
</text>
<combo_box label="Couches d'images" name="layer_types">
<combo_box.item label="Couleurs" name="Colors"/>
<combo_box.item label="Profondeur" name="Depth"/>
</combo_box>
<check_box label="Interface" name="ui_check"/>
<check_box label="HUD" name="hud_check"/>
<check_box label="Arrêt sur image (plein écran)" name="freeze_frame_check"/>
<check_box label="Actualisation automatique" name="auto_snapshot_check"/>
<text name="filter_list_label">
Filtre :
</text>
<combo_box name="filters_combobox" tool_tip="Filtres d'image">
<combo_box.item label="Aucun filtre" name="NoFilter"/>
</combo_box>
</panel>
<text name="image_res_text">
[WIDTH] px (largeur) x [HEIGHT] px (hauteur)
</text>
<text name="file_size_label">
[SIZE] Ko
</text>
</floater>
|