blob: 4c6d6c76beb8bd7e309fc008c540e67740423a79 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Side tray panel -->
<panel label="People" name="people_panel">
<string name="no_recent_people" value="No recent people. Looking for people to hang out with? Try [secondlife:///app/search/people Search] or the [secondlife:///app/worldmap World Map]."/>
<string name="no_filtered_recent_people" value="Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]."/>
<string name="no_one_near" value="No one nearby. Looking for people to hang out with? Try [secondlife:///app/search/people Search] or the [secondlife:///app/worldmap World Map]."/>
<string name="no_one_filtered_near" value="Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]."/>
<string name="no_friends_online" value="無朋友上線"/>
<string name="no_friends" value="無朋友"/>
<string name="no_friends_msg">
Find friends using [secondlife:///app/search/people Search] or right-click on a Resident to add them as a friend.
Looking for people to hang out with? Try the [secondlife:///app/worldmap World Map].
</string>
<string name="no_filtered_friends_msg">
Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search].
</string>
<string name="people_filter_label" value="Filter People"/>
<string name="groups_filter_label" value="Filter Groups"/>
<string name="no_filtered_groups_msg" value="Didn't find what you're looking for? Try [secondlife:///app/search/groups/[SEARCH_TERM] Search]."/>
<string name="no_groups_msg" value="Looking for Groups to join? Try [secondlife:///app/search/groups Search]."/>
<string name="MiniMapToolTipMsg" value="[REGION](Double-click to open Map, shift-drag to pan)"/>
<string name="AltMiniMapToolTipMsg" value="[REGION](Double-click to teleport, shift-drag to pan)"/>
<filter_editor label="Filter" name="filter_input"/>
<tab_container name="tabs">
<panel label="附近" name="nearby_panel">
<panel label="bottom_panel" name="bottom_panel">
<menu_button name="nearby_view_sort_btn" tool_tip="選項"/>
<button name="add_friend_btn" tool_tip="Add selected Resident to your friends List"/>
</panel>
</panel>
<panel label="我的朋友" name="friends_panel">
<accordion name="friends_accordion">
<accordion_tab name="tab_online" title="上線"/>
<accordion_tab name="tab_all" title="全部"/>
</accordion>
<panel label="bottom_panel" name="bottom_panel">
<layout_stack name="bottom_panel">
<layout_panel name="options_gear_btn_panel">
<menu_button name="friends_viewsort_btn" tool_tip="顯示額外選項"/>
</layout_panel>
<layout_panel name="add_btn_panel">
<button name="add_btn" tool_tip="Offer friendship to a Resident"/>
</layout_panel>
<layout_panel name="trash_btn_panel">
<dnd_button name="del_btn" tool_tip="Remove selected person from your Friends list"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
<panel label="我的社團" name="groups_panel">
<panel label="bottom_panel" name="bottom_panel">
<menu_button name="groups_viewsort_btn" tool_tip="選項"/>
<button name="plus_btn" tool_tip="Join group/Create new group"/>
<button name="activate_btn" tool_tip="Activate selected group"/>
</panel>
</panel>
<panel label="RECENT" name="recent_panel">
<panel label="bottom_panel" name="bottom_panel">
<menu_button name="recent_viewsort_btn" tool_tip="選項"/>
<button name="add_friend_btn" tool_tip="Add selected Resident to your friends List"/>
</panel>
</panel>
</tab_container>
<panel name="button_bar">
<layout_stack name="bottom_bar_ls">
<layout_panel name="view_profile_btn_lp">
<button label="檔案" name="view_profile_btn" tool_tip="Show picture, groups, and other Residents information"/>
</layout_panel>
<layout_panel name="im_btn_lp">
<button label="IM" name="im_btn" tool_tip="開啟即時訊息會話"/>
</layout_panel>
<layout_panel name="call_btn_lp">
<button label="通話" name="call_btn" tool_tip="Call this Resident"/>
</layout_panel>
<layout_panel name="share_btn_lp">
<button label="分享" name="share_btn" tool_tip="分享一個收納區物品"/>
</layout_panel>
<layout_panel name="teleport_btn_lp">
<button label="瞬間傳送" name="teleport_btn" tool_tip="Offer teleport"/>
</layout_panel>
</layout_stack>
<layout_stack name="bottom_bar_ls1">
<layout_panel name="group_info_btn_lp">
<button label="社團檔案" name="group_info_btn" tool_tip="顯示社團資訊"/>
</layout_panel>
<layout_panel name="chat_btn_lp">
<button label="Group Chat" name="chat_btn" tool_tip="開啟聊天會話"/>
</layout_panel>
<layout_panel name="group_call_btn_lp">
<button label="Group Call" name="group_call_btn" tool_tip="Call this group"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
|