summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_status_bar.xml
blob: 7b9c9f47a2fe1a7463139adc05e4fa71629a741d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_opaque="true"
 background_visible="true"
 bg_opaque_color="MouseGray"
 follows="top|left|right"
 height="19"
 layout="topleft"
 left="0"
 mouse_opaque="false"
 name="status"
 top="19"
 width="1000">
    <panel.string
     name="StatBarDaysOfWeek">
        Sunday:Monday:Tuesday:Wednesday:Thursday:Friday:Saturday
    </panel.string>
    <panel.string
     name="StatBarMonthsOfYear">
        January:February:March:April:May:June:July:August:September:October:November:December
    </panel.string>
    <panel.string
     name="packet_loss_tooltip">
        Packet Loss
    </panel.string>
    <panel.string
     name="bandwidth_tooltip">
        Bandwidth
    </panel.string>
    <panel.string
     name="time">
        [hour12, datetime, slt]:[min, datetime, slt] [ampm, datetime, slt] [timezone,datetime, slt]
    </panel.string>
    <panel.string
     name="timeTooltip">
        [weekday, datetime, slt], [day, datetime, slt] [month, datetime, slt] [year, datetime, slt]
    </panel.string>
	<panel.string
     name="buycurrencylabel">
        L$ [AMT]
    </panel.string>
    <button
     auto_resize="true"
     halign="right"
     follows="right|bottom"
     font="SansSerifSmall"
     image_selected="BuyArrow_Over"
     image_unselected="BuyArrow_Off"
	image_pressed="BuyArrow_Press"
     height="16"
     left="-220"
     name="buycurrency"
     pad_right="22px"
     tool_tip="My Balance: Click to buy more L$"
     top="1"
     width="117" />
    <text
     type="string"
     length="1"
     text_readonly_color="TimeTextColor"
     follows="right|bottom"
     halign="right"
     height="16"
     top="3"
     layout="topleft"
     left_pad="15"
     name="TimeText"
     text_color="TimeTextColor"
     tool_tip="Current time (Pacific)"
     width="80">
        12:00 AM
    </text>
    <text
     enabled="true"
     follows="right|bottom"
     halign="center"
     height="12"
     layout="topleft"
     left_delta="0"
     name="stat_btn"
     top_delta="0"
     width="20"/>
</panel>