diff options
author | Slávek Banko <[email protected]> | 2012-08-20 20:02:39 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-08-20 20:02:39 +0200 |
commit | e2a67e0b1f3ee8890ba2fce71d41def0e114aca2 (patch) | |
tree | ccbc5b26503151ec4eeb450a3b4498924ad7cb55 /koffice-i18n-it/data/koffice | |
download | koffice-i18n-e2a67e0b1f3ee8890ba2fce71d41def0e114aca2.tar.gz koffice-i18n-e2a67e0b1f3ee8890ba2fce71d41def0e114aca2.zip |
Initial import of extracted tarballs
Diffstat (limited to 'koffice-i18n-it/data/koffice')
-rw-r--r-- | koffice-i18n-it/data/koffice/Makefile.am | 3 | ||||
-rw-r--r-- | koffice-i18n-it/data/koffice/autocorrect/Makefile.am | 3 | ||||
-rw-r--r-- | koffice-i18n-it/data/koffice/autocorrect/it.xml | 66 |
3 files changed, 72 insertions, 0 deletions
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="“" end="”" /> + </DoubleQuote> + <SimpleQuote> + <simplequote begin="‘" end="’" /> + </SimpleQuote> +</Word> |