summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_pathfinding_characters.xml
blob: 9ae28d6a15e6a737789409211da8694c88081cd7 (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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
    open_positioning="cascading"
    can_tear_off="false"
    height="273"
    layout="topleft"
    name="floater_pathfinding_characters"
    help_topic="floater_pathfinding_characters"
    reuse_instance="true"
    save_rect="true"
    single_instance="true"
    title="Pathfinding characters"
    width="635">
  <floater.string name="characters_messaging_initial"></floater.string>
  <floater.string name="characters_messaging_fetch_starting">Building query for pathfinding characters ...</floater.string>
  <floater.string name="characters_messaging_fetch_inprogress">Querying for pathfinding characters ...</floater.string>
  <floater.string name="characters_messaging_fetch_inprogress_multi_request">Querying for pathfinding characters (already in progress) ...</floater.string>
  <floater.string name="characters_messaging_fetch_received">Loading pathfinding characters data from response ...</floater.string>
  <floater.string name="characters_messaging_fetch_error">Error detected while querying for pathfinding characters</floater.string>
  <floater.string name="characters_messaging_complete_none_found">No pathfinding characters</floater.string>
  <floater.string name="characters_messaging_complete_available">[NUM_SELECTED] characters selected out of [NUM_TOTAL]</floater.string>
  <scroll_list
      column_padding="0"
      draw_heading="true"
      follows="all"
      height="135"
      layout="topleft"
      left="18"
      top="10"
      multi_select="true"
      name="pathfinding_characters"
      width="600">
    <scroll_list.columns
        label="Name"
        name="name"
        width="137" />
    <scroll_list.columns
        label="Description"
        name="description"
        width="172" />
    <scroll_list.columns
        label="Owner"
        name="owner"
        width="141" />
    <scroll_list.columns
        label="CPU"
        name="cpu_time"
        width="60" />
    <scroll_list.columns
        label="Altitude"
        name="altitude"
        width="64" />
  </scroll_list>
  <text
      height="13"
      word_wrap="false"
      use_ellipses="false"
      type="string"
      text_color="LabelTextColor"
      length="1"
      follows="left|top"
      layout="topleft"
      name="characters_status"
      top="161"
      width="500">
    Characters:
  </text>
  <button
      follows="right|top"
      height="21"
      label="Refresh list"
      layout="topleft"
      name="refresh_characters_list"
      top="161"
      left="257"
      width="115"/>
  <button
      follows="right|top"
      height="21"
      label="Select all"
      layout="topleft"
      name="select_all_characters"
      top="161"
      left="378"
      width="115"/>
  <button
      follows="right|top"
      height="21"
      label="Select none"
      layout="topleft"
      name="select_none_characters"
      top="161"
      left="502"
      width="115"/>
  <view_border
      bevel_style="none"
      follows="top|left"
      height="0"
      layout="topleft"
      name="horiz_separator"
      top="196"
      left="20"
      width="600"/>
  <text
      height="13"
      word_wrap="false"
      use_ellipses="false"
      type="string"
      text_color="LabelTextColor"
      text_readonly_color="LabelDisabledColor"
      length="1"
      follows="left|top"
      layout="topleft"
      name="actions_label"
      top_pad="12"
      width="910">
    Actions on selected characters:
  </text>
  <check_box
      height="19"
      label="Show beacon"
      layout="topleft"
      name="show_beacon"
      top="208"
      left="259"
      width="90" />
  <button
      follows="right|top"
      height="22"
      label="Take"
      layout="topleft"
      name="take_characters"
      top="232"
      left="17"
      width="94"/>
  <button
      follows="right|top"
      height="22"
      label="Take copy"
      layout="topleft"
      name="take_copy_characters"
      top="232"
      left="119"
      width="94"/>
  <button
      follows="right|top"
      height="22"
      label="Return"
      layout="topleft"
      name="return_characters"
      top="233"
      left="220"
      width="94"/>
  <button
      follows="right|top"
      height="22"
      label="Delete"
      layout="topleft"
      name="delete_characters"
      top="233"
      left="322"
      width="94"/>
  <button
      follows="right|top"
      height="22"
      label="Teleport me to it"
      layout="topleft"
      name="teleport_to_character"
      tool_tip="Enabled only when one character is selected."
      top="233"
      left="420"
      width="159"/>
</floater>