blob: 71ca867728651e22d4f93752261bb9c0639a9135 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="menu_presence">
<section>
<item>
<attribute name="action">app.presence_online</attribute>
<attribute name="label" translatable="yes">Online</attribute>
</item>
<item>
<attribute name="action">app.presence_dnd</attribute>
<attribute name="label" translatable="yes">Do not disturb</attribute>
</item>
<item>
<attribute name="action">app.presence_away</attribute>
<attribute name="label" translatable="yes">Away</attribute>
</item>
<item>
<attribute name="action">app.presence_xaway</attribute>
<attribute name="label" translatable="yes">Unavailable</attribute>
</item>
</section>
</menu>
</interface>
|