summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_event.xml
blob: 1cd4dcbda4f85a285e7888f9d5ba39d377e6bb81 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Evento" name="Event" title="DETALHES DO EVENTO">
	<floater.string name="none">
		nenhum
	</floater.string>
	<floater.string name="notify">
		Avisar
	</floater.string>
	<floater.string name="dont_notify">
		Não avisar
	</floater.string>
	<floater.string name="moderate">
		Moderado
	</floater.string>
	<floater.string name="adult">
		Adulto
	</floater.string>
	<floater.string name="general">
		Público geral
	</floater.string>
	<floater.string name="unknown">
		Desconhecido
	</floater.string>
	<layout_stack name="layout">
		<layout_panel name="profile_stack">
			<text name="event_name">
				Evento sem nome... Terror! Terror Aterrorizante.
			</text>
			<text name="event_category">
				(não categorizado)
			</text>
			<text name="event_runby_label">
				Organização:
			</text>
			<text initial_value="(pesquisando)" name="event_runby"/>
			<text name="event_date_label">
				Data:
			</text>
			<text name="event_date">
				10/10/2010
			</text>
			<text name="event_duration_label">
				Duração:
			</text>
			<text name="event_duration">
				1 hora
			</text>
			<text name="event_covercharge_label">
				Cover:
			</text>
			<text name="event_cover">
				Grátis
			</text>
			<text name="event_location_label">
				Localização:
			</text>
			<text name="event_location" value="LoteExemplo, Nome extenso (145, 228, 26)"/>
			<text name="rating_label" value="Classificação:"/>
			<text name="rating_value" value="(Desconhecido)"/>
			<expandable_text name="event_desc">
				Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
			</expandable_text>
		</layout_panel>
		<layout_panel name="button_panel">
			<button name="create_event_btn" tool_tip="Criar evento"/>
			<button name="god_delete_event_btn" tool_tip="Excluir evento"/>
			<button label="Avise-me" name="notify_btn"/>
			<button label="Teletransportar" name="teleport_btn"/>
			<button label="Mapa" name="map_btn"/>
		</layout_panel>
	</layout_stack>
</floater>