summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_script_queue.xml
blob: a98437ab1d856ff4b44c09b7bff2e1c0dcfc6608 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 can_resize="true"
 height="400"
 layout="topleft"
 name="queue"
 help_topic="queue"
 save_rect="true"
 title="RESET PROGRESS"
 width="300">
    <floater.string
     name="Starting">
        Starting [START] of [COUNT] items.
    </floater.string>
    <floater.string
     name="Done">
        Done.
    </floater.string>
    <floater.string
     name="Resetting">
        Resetting
    </floater.string>
    <floater.string
     name="Running">
        Running
    </floater.string>
    <floater.string
     name="NotRunning">
        Not running
    </floater.string>
    <floater.string
     name="Timeout">
        Timeout: [OBJECT_NAME]
    </floater.string>
    <floater.string
     name="LoadingObjInv">
        Loading inventory for: [OBJECT_NAME]
    </floater.string>
    <button
     follows="right|bottom"
     height="24"
     label="Close"
     label_selected="Close"
     layout="topleft"
     left="220"
     name="close"
     top="368"
     width="64" />
    <scroll_list
     follows="left|top|right|bottom"
     height="344"
     layout="topleft"
     left="4"
     name="queue output"
     top="20"
     width="292" />
</floater>