blob: 88409a2a8678efa7d8d2ea094a58e10f0915b4b9 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Side tray panel -->
<panel label="Résidents" name="people_panel">
<string name="no_recent_people" value="Personne de récent. Vous recherchez des résidents avec qui passer du temps ? Essayez avec le bouton Destinations ci-dessous."/>
<string name="no_filtered_recent_people" value="Personne de récent portant ce nom."/>
<string name="no_one_near" value="Personne près de vous. Vous recherchez des résidents avec qui passer du temps ? Essayez avec le bouton Destinations ci-dessous."/>
<string name="no_one_filtered_near" value="Personne près de vous portant ce nom."/>
<string name="no_friends_online" value="Pas d'amis connectés"/>
<string name="no_friends" value="Pas d'amis"/>
<string name="no_friends_msg">
Pour ajouter un résident à votre liste d'amis, cliquez-droit dessus.
Vous recherchez des résidents avec qui passer du temps ? Essayez avec le bouton Destinations ci-dessous.
</string>
<string name="no_filtered_friends_msg">
Vous n'avez pas trouvé ce que vous cherchiez ? Essayez avec le bouton Destinations ci-dessous.
</string>
<string name="people_filter_label" value="Filtrer les personnes"/>
<string name="groups_filter_label" value="Filtrer les groupes"/>
<string name="no_filtered_groups_msg" value="Vous n'avez pas trouvé ce que vous cherchiez ? Essayez [secondlife:///app/search/groups/[SEARCH_TERM] Rechercher]."/>
<string name="no_groups_msg" value="Vous souhaitez trouver des groupes à rejoindre ? Utilisez [secondlife:///app/search/groups Rechercher]."/>
<string name="MiniMapToolTipMsg" value="[REGION](Carte : double-clic ; Panoramique : Maj + faire glisser)"/>
<string name="AltMiniMapToolTipMsg" value="[REGION](Téléportation : double-clic ; Panoramique : Maj + faire glisser)"/>
<filter_editor label="Filtre" name="filter_input"/>
<tab_container name="tabs">
<panel label="PRÈS DE VOUS" name="nearby_panel">
<panel label="bottom_panel" name="bottom_panel"/>
</panel>
<panel label="MES AMIS" name="friends_panel">
<accordion name="friends_accordion">
<accordion_tab name="tab_online" title="En ligne"/>
<accordion_tab name="tab_all" title="Tout"/>
</accordion>
<panel label="bottom_panel" name="bottom_panel">
<layout_stack name="bottom_panel">
<layout_panel name="trash_btn_panel">
<dnd_button name="del_btn" tool_tip="Supprimer le résident sélectionné de votre liste d'amis."/>
</layout_panel>
</layout_stack>
</panel>
</panel>
<panel label="RÉCENT" name="recent_panel">
<panel label="bottom_panel" name="bottom_panel">
<button name="add_friend_btn" tool_tip="Ajouter le résident sélectionné à votre liste d'amis"/>
</panel>
</panel>
</tab_container>
<panel name="button_bar">
<layout_stack name="bottom_bar_ls">
<layout_panel name="view_profile_btn_lp">
<button label="Profil" name="view_profile_btn" tool_tip="Afficher la photo, les groupes et autres infos des résidents"/>
</layout_panel>
<layout_panel name="chat_btn_lp">
<button label="IM" name="im_btn" tool_tip="Ouvrir une session IM"/>
</layout_panel>
<layout_panel name="chat_btn_lp">
<button label="Téléporter" name="teleport_btn" tool_tip="Proposer une téléportation"/>
</layout_panel>
</layout_stack>
<layout_stack name="bottom_bar_ls1">
<layout_panel name="group_info_btn_lp">
<button label="Profil du groupe" name="group_info_btn" tool_tip="Afficher les informations sur le groupe"/>
</layout_panel>
<layout_panel name="chat_btn_lp">
<button label="Chat de groupe" name="chat_btn" tool_tip="Ouvrir une session de chat"/>
</layout_panel>
<layout_panel name="group_call_btn_lp">
<button label="Appel de groupe" name="group_call_btn" tool_tip="Appeler ce groupe"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
|