blob: c922b2e4f767fc2303b19d8609dcbf863291caca (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Edit Day cycle" title="Modifica ciclo giornata">
<string name="title_new">
Crea un nuovo ciclo giornata
</string>
<string name="title_edit">
Modifica ciclo giornata
</string>
<string name="hint_new">
Dai un nome al ciclo della giornata, modifica i controlli per crearlo e fai clic su "Salva".
</string>
<string name="hint_edit">
Per modificare il ciclo della giornata, modifica i controlli seguenti e fai clic su "Salva".
</string>
<string name="combo_label">
-Seleziona un valore predefinito-
</string>
<text name="label">
Nome predefinito:
</text>
<text name="note">
Nota: se cambi il nome del valore predefinito, in realtà ne crei uno nuovo e quello esistente non viene cambiato.
</text>
<text name="hint_item1">
- Fai clic su una scheda per modificare gli orari e le impostazioni cielo specifiche.
</text>
<text name="hint_item2">
- Fai clic e trascina le schede per impostare i tempi di transizione.
</text>
<text name="hint_item3">
- Usa lo scrubber per visualizzare in anteprima il ciclo giornata.
</text>
<panel name="day_cycle_slider_panel">
<multi_slider initial_value="0" name="WLTimeSlider"/>
<multi_slider initial_value="0" name="WLDayCycleKeys"/>
<button label="Aggiungi chiave" label_selected="Aggiungi chiave" name="WLAddKey"/>
<button label="Tasto cancella" label_selected="Tasto cancella" name="WLDeleteKey"/>
<text name="WL12am">
00:00
</text>
<text name="WL3am">
03:00:00
</text>
<text name="WL6am">
06:00:00
</text>
<text name="WL9amHash">
09:00:00
</text>
<text name="WL12pmHash">
12:00:00
</text>
<text name="WL3pm">
15:00:00
</text>
<text name="WL6pm">
18:00:00
</text>
<text name="WL9pm">
21:00:00
</text>
<text name="WL12am2">
00:00
</text>
<text name="WL12amHash">
|
</text>
<text name="WL3amHash">
I
</text>
<text name="WL6amHash">
|
</text>
<text name="WL9amHash2">
I
</text>
<text name="WL12pmHash2">
|
</text>
<text name="WL3pmHash">
I
</text>
<text name="WL6pmHash">
|
</text>
<text name="WL9pmHash">
I
</text>
<text name="WL12amHash2">
|
</text>
</panel>
<text name="WLCurKeyPresetText">
Impostazioni cielo:
</text>
<combo_box label="Valori predefiniti" name="WLSkyPresets"/>
<text name="WLCurKeyTimeText">
Giorno/ora:
</text>
<time name="time" value="06:00:00"/>
<check_box label="Usa come nuovo ciclo giornata" name="make_default_cb"/>
<button label="Salva" name="save"/>
<button label="Annulla" name="cancel"/>
</floater>
|