aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/de/panel_preferences_general.xml
blob: d6ec39e8feefee4c6fb6b0717a433f82170f266e (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Allgemein" name="general_panel">
	<combo_box name="location_combobox">
		<combo_item name="MyHome">
			Mein Heimatort
		</combo_item>
		<combo_item name="MyLastLocation">
			Mein letzter Standort
		</combo_item>
	</combo_box>
	<check_box label="Startposition auf Anmeldebildschirm anzeigen"
	     name="show_location_checkbox" />
	<radio_group name="fade_out_radio">
		<radio_item type="string" length="1" name="Never">
			Nie
		</radio_item>
		<radio_item type="string" length="1" name="Temporarily">
			Temporär anzeigen
		</radio_item>
		<radio_item type="string" length="1" name="Always">
			Immer
		</radio_item>
	</radio_group>
	<check_box label="Meinen Namen auf meinem Bildschirm ausblenden"
	     name="show_my_name_checkbox" />
	<check_box label="Meinen Gruppentitel ausblenden" name="show_my_title_checkbox" />
	<check_box label="Kleine Avatarnamen" name="small_avatar_names_checkbox" />
	<color_swatch label="" name="effect_color_swatch"
	     tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen" />
	<spinner label="Timeout für Abwesenheit:" name="afk_timeout_spinner" />
	<check_box label="Online-Freundbenachrichtigungen anzeigen"
	     name="friends_online_notify_checkbox" />
	<check_box label="Minikarte drehen" name="rotate_mini_map_checkbox" />
	<check_box label="L$ Eingänge und Ausgaben melden" name="notify_money_change_checkbox" />
	<check_box label="Standard-Farbauswahl verwenden" name="use_system_color_picker_checkbox"
	     tool_tip="Standard-Farbauswahl des Systems anstelle des Second Life-eigenen verwenden." />
	<text type="string" length="1" name="start_location_textbox">
		Startposition:
	</text>
	<text type="string" length="1" name="show_names_textbox">
		Namen anzeigen:
	</text>
	<text type="string" length="1" name="effects_color_textbox">
		Farbe für meine Effekte:
	</text>
	<text type="string" length="1" name="seconds_textbox">
		Sekunden
	</text>
	<text type="string" length="1" name="crash_report_textbox">
		Crash-Berichte:
	</text>
	<text type="string" length="1" name="language_textbox">
		Sprache:
	</text>
	<text type="string" length="1" name="language_textbox2">
		(Erfordert Neustart)
	</text>
	<text name="region_name_prompt">
		&lt;Region eingeben&gt;
	</text>
	<combo_box name="crash_behavior_combobox">
		<combo_item type="string" length="1" name="Askbeforesending">
			Vor dem Senden fragen
		</combo_item>
		<combo_item type="string" length="1" name="Alwayssend">
			Immer senden
		</combo_item>
		<combo_item type="string" length="1" name="Neversend">
			Nie senden
		</combo_item>
	</combo_box>
	<combo_box name="language_combobox">
		<combo_item type="string" length="1" name="System Default Language">
			Systemfehler
		</combo_item>
		<combo_item type="string" length="1" name="English">
			Englisch
		</combo_item>
		<combo_item type="string" length="1" name="Chinese">
			Chinesisch
		</combo_item>
		<combo_item type="string" length="1" name="Deutsch(German)">
			Deutsch
		</combo_item>
		<combo_item type="string" length="1" name="French">
			Français (Französisch)
		</combo_item>
		<combo_item type="string" length="1" name="(Japanese)">
			日本語 (Japanisch)
		</combo_item>
		<combo_item type="string" length="1" name="(Korean)">
			한국어 (Koreanisch)
		</combo_item>
		<combo_item type="string" length="1" name="Portugese">
			Portugiesisch
		</combo_item>
		<combo_item type="string" length="1" name="Spanish">
			Español (Spanisch)
		</combo_item>
	</combo_box>
</panel>