summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_top_objects.xml
blob: 082eb8894df15dcc1c3731e7aa44957b291e2ddf (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="top_objects" title="WIRD GELADEN...">
	<text name="title_text">
		Wird geladen...
	</text>
	<scroll_list name="objects_list">
		<column label="Wertung" name="score" width="65"/>
		<column label="Name" name="name" width="135"/>
		<column label="Eigentümer" name="owner"/>
		<column label="Position" name="location" width="125"/>
		<column label="Uhrzeit" name="time"/>
		<column label="Mono-Uhrzeit:" name="mono_time"/>
	</scroll_list>
	<text name="id_text">
		Objekt-ID:
	</text>
	<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="false" follows="left|bottom|right" font="SansSerifSmall" height="20" left="80" name="id_editor" text_readonly_color="white" width="244"/>
	<button bottom_delta="0" follows="bottom|right" height="20" label="Beacon anzeigen" name="show_beacon_btn" right="-10" width="110"/>
	<text name="obj_name_text">
		Objektname:
	</text>
	<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="false" follows="left|bottom|right" font="SansSerifSmall" height="20" left="80" name="object_name_editor" text_readonly_color="white" width="244"/>
	<button bottom_delta="0" follows="bottom|right" height="20" label="Filter" name="filter_object_btn" right="-10" width="110"/>
	<text name="owner_name_text">
		Eigentümername:
	</text>
	<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="true" follows="left|bottom|right" font="SansSerifSmall" height="20" left="106" name="owner_name_editor" text_readonly_color="white" width="218"/>
	<button bottom_delta="0" follows="bottom|right" height="20" label="Filter" name="filter_owner_btn" right="-10" width="110"/>
	<button bottom="35" follows="bottom|left" height="20" label="Auswahl zurückgeben" left="10" name="return_selected_btn" width="134"/>
	<button bottom="35" follows="bottom|left" height="20" label="Alle zurückgeben" left="150" name="return_all_btn" width="134"/>
	<button bottom="10" follows="bottom|left" height="20" label="Auswahl deaktivieren" left="10" name="disable_selected_btn" width="134"/>
	<button bottom="10" follows="bottom|left" height="20" label="Alle deaktivieren" left="150" name="disable_all_btn" width="134"/>
	<button bottom_delta="0" follows="bottom|right" height="20" label="Aktualisieren" name="refresh_btn" right="-10" width="110"/>
	<string name="top_scripts_title">
		Top-Skripts
	</string>
	<string name="top_scripts_text">
		[COUNT] Skripts benötigen insgesamt [TIME] ms
	</string>
	<string name="scripts_score_label">
		Zeit
	</string>
	<string name="scripts_mono_time_label">
		Mono-Uhrzeit:
	</string>
	<string name="top_colliders_title">
		Top-Kollisionsobjekte
	</string>
	<string name="top_colliders_text">
		Top [COUNT] Objekte mit vielen potenziellen Kollisionen
	</string>
	<string name="colliders_score_label">
		Wertung
	</string>
	<string name="none_descriptor">
		Nicht gefunden.
	</string>
</floater>