summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/notifications.xml
blob: 7b7cdb5fc6e4be81faa5307fbc00bddbab8ed689 (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
<?xml version="1.0" ?>
<notifications>
  <notification
 icon="notify.tga"
 name="UserGiveItem"
 type="offer">
    [NAME_SLURL] is offering you [ITEM_SLURL].  Using this item requires you to switch to Advanced mode where you will find the item in your Inventory. To switch to Advanced mode, quit and restart this application and change the mode setting on the login screen.
    <form name="form">
      <button
       index="4"
       name="Show"
       text="Keep Item"/>
      <button
       index="1"
       name="Discard"
       text="Reject Item"/>
      <button
       index="2"
       name="Mute"
       text="Block User"/>
    </form>
  </notification>
  <notification
   icon="notify.tga"
   name="ObjectGiveItem"
   type="offer">
    An object named &lt;nolink&gt;[OBJECTFROMNAME]&lt;/nolink&gt; owned by [NAME_SLURL] is offering you &lt;nolink&gt;[ITEM_SLURL]&lt;/nolink&gt;.  Using this item requires you to switch to Advanced mode where you will find the item in your Inventory. To switch to Advanced mode, quit and restart this application and change the mode setting on the login screen.
    <form name="form">
      <button
       index="0"
       name="Keep"
       text="Keep Item"/>
      <button
       index="1"
       name="Discard"
       text="Reject Item"/>
      <button
       index="2"
       name="Mute"
       text="Block Object"/>
    </form>
  </notification>

</notifications>