<?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 &quot;Salva&quot;.
	</string>
	<string name="hint_edit">
		Per modificare il ciclo della giornata, modifica i controlli seguenti e fai clic su &quot;Salva&quot;.
	</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>