summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_participant_view.xml
blob: 7591e6e02fcabce0eed160ce516d5419bca085b4 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<toggleable_menu
 layout="topleft"
 name="participant_manu_view">
    <menu_item_check
     label="Sort conversations by type"
     layout="topleft"
     name="sort_sessions_by_type">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="sort_sessions_by_type" />
        <on_check
         function="IMFloaterContainer.Check"
         parameter="sort_sessions_by_type" />
    </menu_item_check>
    <menu_item_check
     label="Sort conversations by name"
     layout="topleft"
     name="sort_sessions_by_name">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="sort_sessions_by_name" />
        <on_check
         function="IMFloaterContainer.Check"
         parameter="sort_sessions_by_name" />
    </menu_item_check>
    <menu_item_check
     label="Sort conversations by recent activity"
     layout="topleft"
     name="sort_sessions_by_recent">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="sort_sessions_by_recent" />
        <on_check
         function="IMFloaterContainer.Check"
         parameter="sort_sessions_by_recent" />
    </menu_item_check>
    <menu_item_separator
     layout="topleft" />
    <menu_item_check
     label="Sort participants by name"
     layout="topleft"
     name="sort_participants_by_name">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="sort_participants_by_name" />
        <on_check
         function="IMFloaterContainer.Check"
         parameter="sort_participants_by_name" />
    </menu_item_check>
    <menu_item_check
     label="Sort participants by recent activity"
     layout="topleft"
     name="sort_participants_by_recent">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="sort_participants_by_recent" />
        <on_check
         function="IMFloaterContainer.Check"
         parameter="sort_participants_by_recent" />
    </menu_item_check>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
         label="Chat preferences..."
         name="chat_preferences">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="chat_preferences" />
      </menu_item_call>
    <menu_item_call
         label="Privacy preferences..."
         name="privacy_preferences">
        <on_click
         function="IMFloaterContainer.Action"
         parameter="privacy_preferences" />
    </menu_item_call>
    <menu_item_check
         label="Conversation log..."
         name="Conversation"
         visible="true">
        <menu_item_check.on_check
         function="Floater.Visible"
         parameter="conversation" />
        <menu_item_check.on_click
         function="Floater.Toggle"
         parameter="conversation" />
        <menu_item_check.on_enable
         function="Avatar.EnableItem"
         parameter="conversation_log" />
    </menu_item_check>
    <menu_item_separator layout="topleft" />
    <menu_item_check name="Translate_chat" label="Translate chat">
        <menu_item_check.on_click
         function="IMFloaterContainer.Action" 
         parameter="Translating.Toggle" />
        <menu_item_check.on_check
         function="IMFloaterContainer.Check" 
         parameter="Translating.On" />
        <menu_item_check.on_enable
         function="IMFloaterContainer.Check" 
         parameter="Translating.Enabled" />
    </menu_item_check>
    <menu_item_check name="Translation_settings" label="Translation settings...">
    <menu_item_check.on_check
         function="Floater.Visible"
         parameter="prefs_translation" />
        <menu_item_check.on_click
         function="Floater.Toggle"
         parameter="prefs_translation" />
    </menu_item_check>
</toggleable_menu>