blob: 60a26fcf1d4d7afa18933f6af48009680c3dd0be (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
auto_tile="true"
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>
<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>
|