summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-it/data
diff options
context:
space:
mode:
Diffstat (limited to 'koffice-i18n-it/data')
-rw-r--r--koffice-i18n-it/data/Makefile.am4
-rw-r--r--koffice-i18n-it/data/koffice/Makefile.am3
-rw-r--r--koffice-i18n-it/data/koffice/autocorrect/Makefile.am3
-rw-r--r--koffice-i18n-it/data/koffice/autocorrect/it.xml66
4 files changed, 76 insertions, 0 deletions
diff --git a/koffice-i18n-it/data/Makefile.am b/koffice-i18n-it/data/Makefile.am
new file mode 100644
index 00000000..c4e9ed1c
--- /dev/null
+++ b/koffice-i18n-it/data/Makefile.am
@@ -0,0 +1,4 @@
+
+TOPLEVEL_LANG = it
+SUBDIRS = $(AUTODIRS)
+
diff --git a/koffice-i18n-it/data/koffice/Makefile.am b/koffice-i18n-it/data/koffice/Makefile.am
new file mode 100644
index 00000000..b5c1c621
--- /dev/null
+++ b/koffice-i18n-it/data/koffice/Makefile.am
@@ -0,0 +1,3 @@
+
+TOPLEVEL_LANG = it
+SUBDIRS = $(AUTODIRS)
diff --git a/koffice-i18n-it/data/koffice/autocorrect/Makefile.am b/koffice-i18n-it/data/koffice/autocorrect/Makefile.am
new file mode 100644
index 00000000..ac81aecc
--- /dev/null
+++ b/koffice-i18n-it/data/koffice/autocorrect/Makefile.am
@@ -0,0 +1,3 @@
+autocorrectdir = $(kde_datadir)/koffice/autocorrect
+autocorrect_DATA = it.xml
+
diff --git a/koffice-i18n-it/data/koffice/autocorrect/it.xml b/koffice-i18n-it/data/koffice/autocorrect/it.xml
new file mode 100644
index 00000000..9cb0f87b
--- /dev/null
+++ b/koffice-i18n-it/data/koffice/autocorrect/it.xml
@@ -0,0 +1,66 @@
+<!DOCTYPE autocorrection>
+<Word>
+ <items>
+ <item find="(C)" replace="©" />
+ <item find="(R)" replace="®" />
+ <item find="(c)" replace="©" />
+ <item find="(r)" replace="®" />
+ <item find="affinchè" replace="affinché" />
+ <item find="cè" replace="c'è" />
+ <item find="é" replace="è" />
+ <item find="e'" replace="è" />
+ <item find="e`" replace="è" />
+ <item find="nè" replace="né" />
+ <item find="nonchè" replace="nonché" />
+ <item find="sè" replace="sé" />
+ <item find="perchè" replace="perché" />
+ <item find="pò" replace="po'" />
+ <item find="poichè" replace="poiché" />
+ <item find="propio" replace="proprio" />
+ <item find="qual'è" replace="qual è" />
+ <item find="quà" replace="qua" />
+ <item find="quì" replace="qui" />
+ </items>
+ <UpperCaseExceptions>
+ <word exception="es." />
+ <word exception="op." />
+ <word exception="cit." />
+ <word exception="pag." />
+ </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" />
+ <word exception="KByte" />
+ <word exception="MByte" />
+ <word exception="GByte" />
+ <word exception="TByte" />
+ </TwoUpperLetterExceptions>
+ <SuperScript>
+ <superscript find="1o" super="o" />
+ <superscript find="1a" super="a" />
+ <superscript find="othernb" super="o" />
+ </SuperScript>
+ <DoubleQuote>
+ <doublequote begin="&#x201C;" end="&#x201D;" />
+ </DoubleQuote>
+ <SimpleQuote>
+ <simplequote begin="&#x2018;" end="&#x2019;" />
+ </SimpleQuote>
+</Word>