summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-sk/data/koffice/autocorrect/sk.xml
blob: e9f33e14dba2e700b96b244e61582541aecc574d (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
<!DOCTYPE autocorrection>
<Word>
 <items>
  <item find="(C)" replace="©" />
  <item find="(R)" replace="®" />
  <item find="(c)" replace="©" />
  <item find="(r)" replace="®" />	
 </items>
 <UpperCaseExceptions>
  <word exception="viz." />
  <word exception="aď" />
  <word exception="tj." />
 </UpperCaseExceptions>
 <TwoUpperLetterExceptions>
  <word exception="KOffice" />
  <word exception="KWord" />
  <word exception="KSpread" />
  <word exception="KPresenter" />
  <word exception="KMail" />
  <word exception="KTuberling" />
  <word exception="KNode" />
  <word exception="KStars" />
  <word exception="KDevelop" />
  <word exception="KBabel" />
  <word exception="KPat" />
  <word exception="MHz" />
  <word exception="MWh" />
  <word exception="GHz" />
  <word exception="MW" />
  <word exception="GW" />
  <word exception="GWh" />
  <word exception="MJ" />
  <word exception="MT" />
 </TwoUpperLetterExceptions>
 <DoubleQuote>
  <doublequote begin="&#8222;" end="&#8220;" />
 </DoubleQuote>
 <SimpleQuote>
  <simplequote begin="&#8218;" end="&#8216;" />
 </SimpleQuote>
</Word>