summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/panel_group_notices.xml
blob: 6d0fd9eefbd6ff5f91da65fb0144a4f5eda11d83 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Mitteilungen" name="notices_tab">
	<panel.string name="help_text">
		Mit Mitteilungen können Sie eine Nachricht und
Objekte im Anhang versenden. Mitteilungen werden
nur an Mitglieder mit einer entsprechenden Rolle
gesendet. Mitteilungen können unter
 &apos;Allgemein &apos; ausgeschaltet werden.
	</panel.string>
	<panel.string name="no_notices_text">
		Keine älteren Mitteilungen.
	</panel.string>
	<text name="lbl2">
		Mitteilungen werden 14 Tage lang aufbewahrt.
Maximal 200 pro Gruppe täglich
	</text>
	<scroll_list name="notice_list">
		<scroll_list.columns label="" name="icon"/>
		<scroll_list.columns label="Thema" name="subject"/>
		<scroll_list.columns label="Von" name="from"/>
		<scroll_list.columns label="Datum" name="date"/>
	</scroll_list>
	<text name="notice_list_none_found">
		Nicht gefunden.
	</text>
	<button label="Neue Mitteilung erstellen" label_selected="Neue Mitteilung" name="create_new_notice" tool_tip="Neue Mitteilung erstellen"/>
	<button label="Aktualisieren" label_selected="Liste aktualisieren" name="refresh_notices"/>
	<panel label="Neue Mitteilung" name="panel_create_new_notice">
		<text name="lbl">
			Mitteilung schreiben
		</text>
		<text name="lbl3">
			Betreff:
		</text>
		<text name="lbl4">
			Nachricht:
		</text>
		<text name="lbl5">
			Anhängen:
		</text>
		<text name="string">
			Hierhin ziehen, um etwas anzuhängen -- &gt;
		</text>
		<button label="Entfernen" label_selected="Anhang entfernen" name="remove_attachment"/>
		<button label="Senden" label_selected="Senden" name="send_notice"/>
		<group_drop_target name="drop_target" tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice."/>
	</panel>
	<panel label="Ältere Notiz anzeigen" name="panel_view_past_notice">
		<text name="lbl">
			Archivierte Mitteilung
		</text>
		<text name="lbl2">
			Um eine neue Mitteilung zu senden, klicken Sie die Schaltfläche +
		</text>
		<text name="lbl3">
			Betreff:
		</text>
		<text name="lbl4">
			Nachricht:
		</text>
		<button label="Anhang öffnen" label_selected="Anlage öffnen" name="open_attachment"/>
	</panel>
</panel>