blob: 48bcff1c0990b26094944c148bad061e1ac0a48f (
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="Résidents"/>
<text name="tab_description">
Trouvez vos amis, vos groupes, vos contacts et les personnes se trouvant près de vous.
</text>
</panel>
<panel name="sidebar_places">
<text name="tab_name" value="Lieux"/>
<text name="tab_description">
Trouvez de nouveaux lieux à découvrir et les lieux que vous connaissez déjà.
</text>
</panel>
<panel name="sidebar_me">
<text name="tab_name" value="Mon profil"/>
<text name="tab_description">
Modifiez votre profil public.
</text>
</panel>
<panel name="sidebar_appearance">
<text name="tab_name" value="Mon apparence"/>
<text name="tab_description">
Modifiez votre apparence actuelle.
</text>
</panel>
<panel name="sidebar_inventory">
<text name="tab_name" value="Mon inventaire"/>
<text name="tab_description">
Parcourez votre inventaire.
</text>
</panel>
</panel>
</scroll_container>
</panel>
|