summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_day_cycle_options.xml
blob: 42f34a3d827d5b81ca960b47c8c43a60b3cb3638 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Day Cycle Floater" title="EDITOR DE CICLO DE DIA">
	<tab_container name="Day Cycle Tabs">
		<panel label="Ciclo do dia" name="Day Cycle">
			<button label="?" name="WLDayCycleHelp"/>
			<text name="WL12am">
				0:00
			</text>
			<text name="WL3am">
				3:00
			</text>
			<text name="WL6am">
				6:00
			</text>
			<text name="WL9amHash">
				9:00
			</text>
			<text name="WL12pmHash">
				12:00
			</text>
			<text name="WL3pm">
				15:00
			</text>
			<text name="WL6pm">
				18:00
			</text>
			<text name="WL9pm">
				21:00
			</text>
			<text name="WL12am2">
				24:00
			</text>
			<button font="SansSerifSmall" width="96" left="546" label="Adicionar chave" label_selected="Adicionar chave" name="WLAddKey"/>
			<button font="SansSerifSmall" width="96" left="546" label="Apagar chave" label_selected="Apagar chave" name="WLDeleteKey"/>
			<text name="WLCurKeyFrameText" width="190" left="17">
				Configurações de Quadro-chave:
			</text>
			<text name="WLCurKeyTimeText">
				Tempo-chave:
			</text>
			<spinner label="Hora" name="WLCurKeyHour"/>
			<spinner label="Minutos" name="WLCurKeyMin"/>
			<text name="WLCurKeyTimeText2">
				Ajuste-chave:
			</text>
			<combo_box label="Ajuste" name="WLKeyPresets"/>
			<text name="DayCycleText">
				Grudar:
			</text>
			<combo_box label="5 minutos" name="WLSnapOptions" width="85"/>
			<text name="DayCycleText2">
				Duração do Ciclo:
			</text>
			<spinner label="Hora" name="WLLengthOfDayHour"/>
			<spinner label="Minuto" name="WLLengthOfDayMin"/>
			<spinner label="Segundo" name="WLLengthOfDaySec"/>
			<text name="DayCycleText3">
				Prévia:
			</text>
			<button label="Tocar" label_selected="Tocar" name="WLAnimSky"/>
			<button label="Pare!" label_selected="Pare" name="WLStopAnimSky"/>
			<button width="175" font="SansSerifSmall" label="Usar o horário da Propriedade" label_selected="Ir para o horário da Propriedade" name="WLUseLindenTime"/>
			<button label="Salvar o Dia teste" label_selected="Salvar o Dia teste" name="WLSaveDayCycle"/>
			<button label="Carregar o Dia teste" label_selected="Carregar o Dia teste" name="WLLoadDayCycle"/>
		</panel>
	</tab_container>
</floater>