blob: cf3080a4f92a5bbf18794a56422b5b620cf48215 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Part of side tray, see that XML file for panel config -->
<panel label="home_tab" name="home_tab">
<scroll_container name="profile_scroll">
<panel name="profile_scroll_panel">
<panel name="sidebar_people">
<text name="tab_name" value="Leute"/>
<text name="tab_description">
Freunde, Gruppen, Kontakte und Leute in Ihrer Nähe finden.
</text>
</panel>
<panel name="sidebar_places">
<text name="tab_name" value="Orte"/>
<text name="tab_description">
Hier finden Sie neue Orte und Orte, die Sie bereits besucht haben.
</text>
</panel>
<panel name="sidebar_me">
<text name="tab_name" value="Mein Profil"/>
<text name="tab_description">
Öffentliches Profil bearbeiten.
</text>
</panel>
<panel name="sidebar_appearance">
<text name="tab_name" value="Mein Aussehen"/>
<text name="tab_description">
Ändern Sie Ihr Aussehen und Ihren aktuellen Look.
</text>
</panel>
<panel name="sidebar_inventory">
<text name="tab_name" value="Mein Inventar"/>
<text name="tab_description">
Inventar durchsuchen.
</text>
</panel>
</panel>
</scroll_container>
</panel>
|