summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/da/floater_event.xml
blob: 1816144b45457e4f74547fb9b60b82ab5b892970 (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="Event" name="Event" title="EVENT DETALJER">
	<floater.string name="none">
		ingen
	</floater.string>
	<floater.string name="notify">
		Meddel
	</floater.string>
	<floater.string name="dont_notify">
		Meddel ikke
	</floater.string>
	<floater.string name="moderate">
		Moderat
	</floater.string>
	<floater.string name="adult">
		Voksent
	</floater.string>
	<floater.string name="general">
		Generelt
	</floater.string>
	<floater.string name="unknown">
		Ukendt
	</floater.string>
	<layout_stack name="layout">
		<layout_panel name="profile_stack">
			<text name="event_name">
				Event uden navn.
			</text>
			<text name="event_category">
				(ingen kategori)
			</text>
			<text name="event_runby_label">
				Afholdt af:
			</text>
			<text initial_value="(henter)" name="event_runby"/>
			<text name="event_date_label">
				Dato:
			</text>
			<text name="event_date">
				10/10/2010
			</text>
			<text name="event_duration_label">
				Varighed:
			</text>
			<text name="event_duration">
				1 time
			</text>
			<text name="event_covercharge_label">
				Pris:
			</text>
			<text name="event_cover">
				Gratis
			</text>
			<text name="event_location_label">
				Lokation:
			</text>
			<text name="event_location" value="SampleParcel, Name Long (145, 228, 26)"/>
			<text name="rating_label" value="Rating:"/>
			<text name="rating_value" value="ukendt"/>
			<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="Opret event"/>
			<button name="god_delete_event_btn" tool_tip="Slet event"/>
			<button label="Giv besked" name="notify_btn"/>
			<button label="Teleport" name="teleport_btn"/>
			<button label="Kort" name="map_btn"/>
		</layout_panel>
	</layout_stack>
</floater>