summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/emoji_categories.xml
blob: 5e7700da33a0e71a34e579687658f4efa0dd7fc4 (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
<?xml version="1.0" ?>
<llsd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="llsd.xsd">
    <!-- WARNING: This file isn't directly localizable at the moment,
                  translated variants Must match values provided by
                  3p_emoji_shortcodes via emoji_characters for categories
                  to work correctly-->
  <array>
    <map>
      <key>Name</key>
      <string>smileys and emotion</string>
      <key>Category</key>
      <string>smileys &amp; emotion</string>
    </map>
    <map>
      <key>Name</key>
      <string>people and body</string>
      <key>Category</key>
      <string>people &amp; body</string>
    </map>
    <map>
      <key>Name</key>
      <string>components</string>
      <key>Category</key>
      <string>components</string>
    </map>
    <map>
      <key>Name</key>
      <string>animals and nature</string>
      <key>Category</key>
      <string>animals &amp; nature</string>
    </map>
    <map>
      <key>Name</key>
      <string>food and drink</string>
      <key>Category</key>
      <string>food &amp; drink</string>
    </map>
    <map>
      <key>Name</key>
      <string>travel and places</string>
      <key>Category</key>
      <string>travel &amp; places</string>
    </map>
    <map>
      <key>Name</key>
      <string>activities</string>
      <key>Category</key>
      <string>activities</string>
    </map>
    <map>
      <key>Name</key>
      <string>objects</string>
      <key>Category</key>
      <string>objects</string>
    </map>
    <map>
      <key>Name</key>
      <string>symbols</string>
      <key>Category</key>
      <string>symbols</string>
    </map>
  </array>
</llsd>