summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/stringreplacer/abbreviations.xml
blob: d04b7aa691ecb0f56d22ae03413d0aec69224b2c (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
<?xml version="1.0" encoding="UTF-8"?>
<wordlist>
 <name>Abbreviations</name>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[TODO]]></match>
  <subst><![CDATA[To Do]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[CPU]]></match>
  <subst><![CDATA[C P U]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[DCOP]]></match>
  <subst><![CDATA[D Cop]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[IP]]></match>
  <subst><![CDATA[I P]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[KDE]]></match>
  <subst><![CDATA[K D E]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[KTTS]]></match>
  <subst><![CDATA[K T T S]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[kttsd]]></match>
  <subst><![CDATA[K T T S D]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[KTTSD]]></match>
  <subst><![CDATA[K T T S D]]></subst>
 </word>
 <word>
  <type>Word</type>
  <case>No</case>
  <match><![CDATA[TTS]]></match>
  <subst><![CDATA[T T S]]></subst>
 </word>
</wordlist>