blob: d21c206f6fc11a1f7475bcfc4a22f3e8e45ce929 (
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="ISTANTANEA">
<floater.string name="unknown">
sconosciuto
</floater.string>
<string name="postcard_progress_str">
Invio e-mail in corso
</string>
<string name="profile_progress_str">
Caricamento post
</string>
<string name="inventory_progress_str">
Salva nell'inventario
</string>
<string name="local_progress_str">
Salvataggio sul computer in corso
</string>
<string name="profile_succeeded_str">
Immagine caricata
</string>
<string name="postcard_succeeded_str">
E-mail inviata.
</string>
<string name="inventory_succeeded_str">
Salvato nell'inventario.
</string>
<string name="local_succeeded_str">
Salvato sul computer.
</string>
<string name="profile_failed_str">
Caricamento immagine sul feed del profilo non riuscito.
</string>
<string name="postcard_failed_str">
Invio e-mail non riuscito.
</string>
<string name="inventory_failed_str">
Non salvato nell'inventario.
</string>
<string name="local_failed_str">
Non salvato sul computer.
</string>
<button label="AGGIORNA" name="new_snapshot_btn"/>
<panel name="advanced_options_panel">
<text name="layer_type_label">
Cattura:
</text>
<combo_box label="Layer dell'immagine" name="layer_types">
<combo_box.item label="Colori" name="Colors"/>
<combo_box.item label="Profondità" name="Depth"/>
</combo_box>
<check_box label="Interfaccia" name="ui_check"/>
<check_box label="HUD" name="hud_check"/>
<check_box label="Congela il frame (tutto schermo)" name="freeze_frame_check"/>
<check_box label="Aggiornamento automatico" name="auto_snapshot_check"/>
<text name="filter_list_label">
Filtro:
</text>
<combo_box name="filters_combobox" tool_tip="Filtri immagini">
<combo_box.item label="Nessun filtro" name="NoFilter"/>
</combo_box>
</panel>
<text name="image_res_text">
[WIDTH] px (larghezza) x [HEIGHT] px (altezza)
</text>
<text name="file_size_label">
[SIZE] KB
</text>
</floater>
|