blob: 16289ac7afdb76961b740f310cf1594c767a82c3 (
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
|
<?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 name="advanced_options_btn" tool_tip="Opzioni Avanzate"/>
<text name="image_res_text">
[WIDTH] x [HEIGHT] px
</text>
<text name="file_size_label">
[SIZE] KB
</text>
<panel name="advanced_options_panel">
<text name="advanced_options_label">
OPZIONI AVANZATE
</text>
<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>
</floater>
|