diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2012-09-26 01:10:42 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:51:55 +0200 |
commit | 9664bee729d487bcc0a0bc35859f8e13d5421c75 (patch) | |
tree | b428a16618e36ed864a8d76ea3435e19a452bf90 /source/kdei | |
parent | 75a4a592e5ccda30715f93563d741b83e0dcf39e (diff) | |
download | current-9664bee729d487bcc0a0bc35859f8e13d5421c75.tar.gz current-9664bee729d487bcc0a0bc35859f8e13d5421c75.tar.xz |
Slackware 14.0slackware-14.0
Wed Sep 26 01:10:42 UTC 2012
Slackware 14.0 x86_64 stable is released!
We're perfectionists here at Slackware, so this release has been a long
time a-brewing. But we think you'll agree that it was worth the wait.
Slackware 14.0 combines modern components, ease of use, and flexible
configuration... our "KISS" philosophy demands it.
The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a
dual-sided
32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware
project by picking up a copy from store.slackware.com. We're taking
pre-orders now, and offer a discount if you sign up for a subscription.
Thanks to everyone who helped make this happen. The Slackware team, the
upstream developers, and (of course) the awesome Slackware user
community.
Have fun! :-)
Diffstat (limited to 'source/kdei')
141 files changed, 1080 insertions, 1066 deletions
diff --git a/source/kdei/koffice-l10n/koffice-l10n.SlackBuild b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild index f89645dd8..169ed26bb 100755 --- a/source/kdei/koffice-l10n/koffice-l10n.SlackBuild +++ b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Copyright 2008 Robby Workman Northport, AL, USA -# Copyright 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2012 Eric Hameleers, Eindhoven, NL +# Copyright 2012 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,20 +23,20 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # This script should build any of the language packs if run with (for example): -# PKGLANG=de ./koffice-l10n.SlackBuild +# PKGLANG=de ./calligra-l10n.SlackBuild # You should be able to build all of them with something like this: -# for i in $(cat languages) ; do PKGLANG=$i ./koffice-l10n.SlackBuild ; done +# for i in $(cat languages) ; do PKGLANG=$i ./calligra-l10n.SlackBuild ; done # If ./languages is missing and this script is called without options, the # default is to create an up-to-date ./languages list and build all the # language packs. if [ ! -r ./languages ]; then - for file in koffice-l10n*bz2 ; do + for file in calligra-l10n*.xz ; do echo $file | cut -f 3 -d - >> ./languages done fi -[ -z $VERSION ] && export VERSION=2.3.2 +[ -z $VERSION ] && export VERSION=2.4.3 [ -z $ARCH ] && export ARCH=noarch [ -z $BUILD ] && export BUILD=1 @@ -47,6 +48,8 @@ if [ -z "$SLKCFLAGS" ]; then export SLKCFLAGS="-O2" elif [ "$ARCH" = "x86_64" ]; then export SLKCFLAGS="-O2 -fPIC" + elif [ "$ARCH" = "armv7hl" ]; then + export SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16" fi fi @@ -64,7 +67,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ @@ -91,22 +94,22 @@ cd - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null ) mkdir -p $PKG/install -cat $CWD/slack-desc/slack-desc.koffice-l10n-$PKGLANG > $PKG/install/slack-desc +cat $CWD/slack-desc/slack-desc.calligra-l10n-$PKGLANG > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz } if [ -z $PKGLANG ]; then for PKGLANG in $(cat languages) ; do - PKGNAM=koffice-l10n-$PKGLANG - PKG=$TMP/package-koffice-l10n-$PKGLANG + PKGNAM=calligra-l10n-$PKGLANG + PKG=$TMP/package-calligra-l10n-$PKGLANG # The global options may be overridden here (if needed): [ -r ./local.options/$PKGLANG ] && . ./local.options/$PKGLANG make_language_pack; done else - PKGNAM=koffice-l10n-$PKGLANG - PKG=$TMP/package-koffice-l10n-$PKGLANG + PKGNAM=calligra-l10n-$PKGLANG + PKG=$TMP/package-calligra-l10n-$PKGLANG # The global options may be overridden here (if needed): [ -r ./local.options/$PKGLANG ] && . ./local.options/$PKGLANG make_language_pack; diff --git a/source/kdei/koffice-l10n/languages b/source/kdei/calligra-l10n/languages index 072b9395c..cfdbddc8f 100644 --- a/source/kdei/koffice-l10n/languages +++ b/source/kdei/calligra-l10n/languages @@ -1,16 +1,16 @@ ca ca@valencia +cs da de el en_GB es et +fi fr -gl hu it -ja kk nb nds @@ -19,9 +19,8 @@ pl pt pt_BR ru +sk sv -tr uk -wa zh_CN zh_TW diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-af b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-af new file mode 100644 index 000000000..b0f94367b --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-af @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-af: calligra-l10n-af +calligra-l10n-af: +calligra-l10n-af: Afrikaans language support for Calligra. +calligra-l10n-af: +calligra-l10n-af: +calligra-l10n-af: +calligra-l10n-af: +calligra-l10n-af: +calligra-l10n-af: +calligra-l10n-af: +calligra-l10n-af: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ar b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ar new file mode 100644 index 000000000..5c495d634 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ar @@ -0,0 +1,11 @@ +calligra-l10n-ar: calligra-l10n-ar +calligra-l10n-ar: +calligra-l10n-ar: Arabic language support for Calligra. +calligra-l10n-ar: +calligra-l10n-ar: +calligra-l10n-ar: +calligra-l10n-ar: +calligra-l10n-ar: +calligra-l10n-ar: +calligra-l10n-ar: +calligra-l10n-ar: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-az b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-az new file mode 100644 index 000000000..0eba46b4a --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-az @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-az: calligra-l10n-az +calligra-l10n-az: +calligra-l10n-az: Azerbaijani language support for Calligra. +calligra-l10n-az: +calligra-l10n-az: +calligra-l10n-az: +calligra-l10n-az: +calligra-l10n-az: +calligra-l10n-az: +calligra-l10n-az: +calligra-l10n-az: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bg b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bg new file mode 100644 index 000000000..0cc4dbc9c --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bg @@ -0,0 +1,11 @@ +calligra-l10n-bg: calligra-l10n-bg +calligra-l10n-bg: +calligra-l10n-bg: Bulgarian language support for Calligra. +calligra-l10n-bg: +calligra-l10n-bg: +calligra-l10n-bg: +calligra-l10n-bg: +calligra-l10n-bg: +calligra-l10n-bg: +calligra-l10n-bg: +calligra-l10n-bg: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-br b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-br new file mode 100644 index 000000000..0db9564d6 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-br @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-br: calligra-l10n-br +calligra-l10n-br: +calligra-l10n-br: Breton language support for Calligra. +calligra-l10n-br: +calligra-l10n-br: +calligra-l10n-br: +calligra-l10n-br: +calligra-l10n-br: +calligra-l10n-br: +calligra-l10n-br: +calligra-l10n-br: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bs b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bs new file mode 100644 index 000000000..8a82e9bad --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bs @@ -0,0 +1,11 @@ +calligra-l10n-bs: calligra-l10n-bs +calligra-l10n-bs: +calligra-l10n-bs: Bosnian language support for Calligra. +calligra-l10n-bs: +calligra-l10n-bs: +calligra-l10n-bs: +calligra-l10n-bs: +calligra-l10n-bs: +calligra-l10n-bs: +calligra-l10n-bs: +calligra-l10n-bs: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca new file mode 100644 index 000000000..27a7e3e13 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca @@ -0,0 +1,11 @@ +calligra-l10n-ca: calligra-l10n-ca +calligra-l10n-ca: +calligra-l10n-ca: Catalan language support for Calligra. +calligra-l10n-ca: +calligra-l10n-ca: +calligra-l10n-ca: +calligra-l10n-ca: +calligra-l10n-ca: +calligra-l10n-ca: +calligra-l10n-ca: +calligra-l10n-ca: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca@valencia b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca@valencia new file mode 100644 index 000000000..fb7599303 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca@valencia @@ -0,0 +1,11 @@ +calligra-l10n-ca@valencia: calligra-l10n-ca@valencia +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: Valencian (southern Catalan) language support for Calligra. +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: +calligra-l10n-ca@valencia: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-az b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cs index e7b49933b..87bc7d82b 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-az +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cs @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-az: koffice-l10n-az -koffice-l10n-az: -koffice-l10n-az: Azerbaijani language support for KOffice. -koffice-l10n-az: -koffice-l10n-az: -koffice-l10n-az: -koffice-l10n-az: -koffice-l10n-az: -koffice-l10n-az: -koffice-l10n-az: -koffice-l10n-az: +calligra-l10n-cs: calligra-l10n-cs +calligra-l10n-cs: +calligra-l10n-cs: Czech language support for Calligra. +calligra-l10n-cs: +calligra-l10n-cs: +calligra-l10n-cs: +calligra-l10n-cs: +calligra-l10n-cs: +calligra-l10n-cs: +calligra-l10n-cs: +calligra-l10n-cs: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cy b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cy new file mode 100644 index 000000000..f25b96baf --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cy @@ -0,0 +1,11 @@ +calligra-l10n-cy: calligra-l10n-cy +calligra-l10n-cy: +calligra-l10n-cy: Welsh language support for Calligra. +calligra-l10n-cy: +calligra-l10n-cy: +calligra-l10n-cy: +calligra-l10n-cy: +calligra-l10n-cy: +calligra-l10n-cy: +calligra-l10n-cy: +calligra-l10n-cy: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-da b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-da new file mode 100644 index 000000000..6b9079964 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-da @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-da: calligra-l10n-da +calligra-l10n-da: +calligra-l10n-da: Danish language support for Calligra. +calligra-l10n-da: +calligra-l10n-da: +calligra-l10n-da: +calligra-l10n-da: +calligra-l10n-da: +calligra-l10n-da: +calligra-l10n-da: +calligra-l10n-da: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-de b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-de new file mode 100644 index 000000000..ff79d9096 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-de @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-de: calligra-l10n-de +calligra-l10n-de: +calligra-l10n-de: German language support for Calligra. +calligra-l10n-de: +calligra-l10n-de: +calligra-l10n-de: +calligra-l10n-de: +calligra-l10n-de: +calligra-l10n-de: +calligra-l10n-de: +calligra-l10n-de: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-el b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-el new file mode 100644 index 000000000..80c526318 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-el @@ -0,0 +1,11 @@ +calligra-l10n-el: calligra-l10n-el +calligra-l10n-el: +calligra-l10n-el: Greek language support for Calligra. +calligra-l10n-el: +calligra-l10n-el: +calligra-l10n-el: +calligra-l10n-el: +calligra-l10n-el: +calligra-l10n-el: +calligra-l10n-el: +calligra-l10n-el: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-en_GB b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-en_GB index 529c204f7..9e39b8bf8 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-en_GB +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-en_GB @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-en_GB: koffice-l10n-en_GB -koffice-l10n-en_GB: -koffice-l10n-en_GB: English (UK) language support for KOffice. -koffice-l10n-en_GB: -koffice-l10n-en_GB: -koffice-l10n-en_GB: -koffice-l10n-en_GB: -koffice-l10n-en_GB: -koffice-l10n-en_GB: -koffice-l10n-en_GB: -koffice-l10n-en_GB: +calligra-l10n-en_GB: calligra-l10n-en_GB +calligra-l10n-en_GB: +calligra-l10n-en_GB: English (UK) language support for Calligra. +calligra-l10n-en_GB: +calligra-l10n-en_GB: +calligra-l10n-en_GB: +calligra-l10n-en_GB: +calligra-l10n-en_GB: +calligra-l10n-en_GB: +calligra-l10n-en_GB: +calligra-l10n-en_GB: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eo b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eo new file mode 100644 index 000000000..4e6932ff0 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eo @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-eo: calligra-l10n-eo +calligra-l10n-eo: +calligra-l10n-eo: Esperanto language support for Calligra. +calligra-l10n-eo: +calligra-l10n-eo: +calligra-l10n-eo: +calligra-l10n-eo: +calligra-l10n-eo: +calligra-l10n-eo: +calligra-l10n-eo: +calligra-l10n-eo: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-es b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-es new file mode 100644 index 000000000..5f4916dbe --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-es @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-es: calligra-l10n-es +calligra-l10n-es: +calligra-l10n-es: Spanish language support for Calligra. +calligra-l10n-es: +calligra-l10n-es: +calligra-l10n-es: +calligra-l10n-es: +calligra-l10n-es: +calligra-l10n-es: +calligra-l10n-es: +calligra-l10n-es: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-et b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-et new file mode 100644 index 000000000..48a6ec9b6 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-et @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-et: calligra-l10n-et +calligra-l10n-et: +calligra-l10n-et: Estonian language support for Calligra. +calligra-l10n-et: +calligra-l10n-et: +calligra-l10n-et: +calligra-l10n-et: +calligra-l10n-et: +calligra-l10n-et: +calligra-l10n-et: +calligra-l10n-et: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-eu b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eu index 993f3aced..917ebf85c 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-eu +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eu @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-eu: koffice-l10n-eu -koffice-l10n-eu: -koffice-l10n-eu: Basque language support for KOffice. -koffice-l10n-eu: -koffice-l10n-eu: -koffice-l10n-eu: -koffice-l10n-eu: -koffice-l10n-eu: -koffice-l10n-eu: -koffice-l10n-eu: -koffice-l10n-eu: +calligra-l10n-eu: calligra-l10n-eu +calligra-l10n-eu: +calligra-l10n-eu: Basque language support for Calligra. +calligra-l10n-eu: +calligra-l10n-eu: +calligra-l10n-eu: +calligra-l10n-eu: +calligra-l10n-eu: +calligra-l10n-eu: +calligra-l10n-eu: +calligra-l10n-eu: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fa b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fa new file mode 100644 index 000000000..5f405c67f --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fa @@ -0,0 +1,11 @@ +calligra-l10n-fa: calligra-l10n-fa +calligra-l10n-fa: +calligra-l10n-fa: Persian (Farsi) language support for Calligra. +calligra-l10n-fa: +calligra-l10n-fa: +calligra-l10n-fa: +calligra-l10n-fa: +calligra-l10n-fa: +calligra-l10n-fa: +calligra-l10n-fa: +calligra-l10n-fa: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fi b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fi new file mode 100644 index 000000000..c76ff512a --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fi @@ -0,0 +1,11 @@ +calligra-l10n-fi: calligra-l10n-fi +calligra-l10n-fi: +calligra-l10n-fi: Finnish language support for Calligra. +calligra-l10n-fi: +calligra-l10n-fi: +calligra-l10n-fi: +calligra-l10n-fi: +calligra-l10n-fi: +calligra-l10n-fi: +calligra-l10n-fi: +calligra-l10n-fi: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fr b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fr new file mode 100644 index 000000000..addbe7ddd --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fr @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-fr: calligra-l10n-fr +calligra-l10n-fr: +calligra-l10n-fr: French language support for Calligra. +calligra-l10n-fr: +calligra-l10n-fr: +calligra-l10n-fr: +calligra-l10n-fr: +calligra-l10n-fr: +calligra-l10n-fr: +calligra-l10n-fr: +calligra-l10n-fr: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fy b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fy new file mode 100644 index 000000000..9e45f731a --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fy @@ -0,0 +1,11 @@ +calligra-l10n-fy: calligra-l10n-fy +calligra-l10n-fy: +calligra-l10n-fy: Abkhasysk language support for Calligra. +calligra-l10n-fy: +calligra-l10n-fy: +calligra-l10n-fy: +calligra-l10n-fy: +calligra-l10n-fy: +calligra-l10n-fy: +calligra-l10n-fy: +calligra-l10n-fy: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ga b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ga index 4f0e492b5..a73833e00 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ga +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ga @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-ga: koffice-l10n-ga -koffice-l10n-ga: -koffice-l10n-ga: Irish Gaelic language support for KOffice. -koffice-l10n-ga: -koffice-l10n-ga: -koffice-l10n-ga: -koffice-l10n-ga: -koffice-l10n-ga: -koffice-l10n-ga: -koffice-l10n-ga: -koffice-l10n-ga: +calligra-l10n-ga: calligra-l10n-ga +calligra-l10n-ga: +calligra-l10n-ga: Irish Gaelic language support for Calligra. +calligra-l10n-ga: +calligra-l10n-ga: +calligra-l10n-ga: +calligra-l10n-ga: +calligra-l10n-ga: +calligra-l10n-ga: +calligra-l10n-ga: +calligra-l10n-ga: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-gl b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-gl new file mode 100644 index 000000000..a8cbccb46 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-gl @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-gl: calligra-l10n-gl +calligra-l10n-gl: +calligra-l10n-gl: Galician language support for Calligra. +calligra-l10n-gl: +calligra-l10n-gl: +calligra-l10n-gl: +calligra-l10n-gl: +calligra-l10n-gl: +calligra-l10n-gl: +calligra-l10n-gl: +calligra-l10n-gl: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-he b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-he new file mode 100644 index 000000000..6c257aa2e --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-he @@ -0,0 +1,11 @@ +calligra-l10n-he: calligra-l10n-he +calligra-l10n-he: +calligra-l10n-he: Hebrew language support for Calligra. +calligra-l10n-he: +calligra-l10n-he: +calligra-l10n-he: +calligra-l10n-he: +calligra-l10n-he: +calligra-l10n-he: +calligra-l10n-he: +calligra-l10n-he: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hi b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hi new file mode 100644 index 000000000..6ce17597c --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hi @@ -0,0 +1,11 @@ +calligra-l10n-hi: calligra-l10n-hi +calligra-l10n-hi: +calligra-l10n-hi: Hindi language support for Calligra. +calligra-l10n-hi: +calligra-l10n-hi: +calligra-l10n-hi: +calligra-l10n-hi: +calligra-l10n-hi: +calligra-l10n-hi: +calligra-l10n-hi: +calligra-l10n-hi: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hne b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hne new file mode 100644 index 000000000..b96f0ffd5 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hne @@ -0,0 +1,11 @@ +calligra-l10n-hne: calligra-l10n-hne +calligra-l10n-hne: +calligra-l10n-hne: Chhattisgarhi language support for Calligra. +calligra-l10n-hne: +calligra-l10n-hne: +calligra-l10n-hne: +calligra-l10n-hne: +calligra-l10n-hne: +calligra-l10n-hne: +calligra-l10n-hne: +calligra-l10n-hne: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hsb b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hsb new file mode 100644 index 000000000..96d4485d6 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hsb @@ -0,0 +1,11 @@ +calligra-l10n-hsb: calligra-l10n-hsb +calligra-l10n-hsb: +calligra-l10n-hsb: Upper Sorbian language support for Calligra. +calligra-l10n-hsb: +calligra-l10n-hsb: +calligra-l10n-hsb: +calligra-l10n-hsb: +calligra-l10n-hsb: +calligra-l10n-hsb: +calligra-l10n-hsb: +calligra-l10n-hsb: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hu b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hu new file mode 100644 index 000000000..19869b998 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hu @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-hu: calligra-l10n-hu +calligra-l10n-hu: +calligra-l10n-hu: Hungarian language support for Calligra. +calligra-l10n-hu: +calligra-l10n-hu: +calligra-l10n-hu: +calligra-l10n-hu: +calligra-l10n-hu: +calligra-l10n-hu: +calligra-l10n-hu: +calligra-l10n-hu: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-is b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-is new file mode 100644 index 000000000..d664207c4 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-is @@ -0,0 +1,11 @@ +calligra-l10n-is: calligra-l10n-is +calligra-l10n-is: +calligra-l10n-is: Icelandic language support for Calligra. +calligra-l10n-is: +calligra-l10n-is: +calligra-l10n-is: +calligra-l10n-is: +calligra-l10n-is: +calligra-l10n-is: +calligra-l10n-is: +calligra-l10n-is: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-it b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-it new file mode 100644 index 000000000..43bf529f0 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-it @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-it: calligra-l10n-it +calligra-l10n-it: +calligra-l10n-it: Italian language support for Calligra. +calligra-l10n-it: +calligra-l10n-it: +calligra-l10n-it: +calligra-l10n-it: +calligra-l10n-it: +calligra-l10n-it: +calligra-l10n-it: +calligra-l10n-it: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ja b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ja new file mode 100644 index 000000000..782d09d87 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ja @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-ja: calligra-l10n-ja +calligra-l10n-ja: +calligra-l10n-ja: Japanese language support for Calligra. +calligra-l10n-ja: +calligra-l10n-ja: +calligra-l10n-ja: +calligra-l10n-ja: +calligra-l10n-ja: +calligra-l10n-ja: +calligra-l10n-ja: +calligra-l10n-ja: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-kk b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-kk new file mode 100644 index 000000000..071a9a74d --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-kk @@ -0,0 +1,11 @@ +calligra-l10n-kk: calligra-l10n-kk +calligra-l10n-kk: +calligra-l10n-kk: Kazakh language support for Calligra. +calligra-l10n-kk: +calligra-l10n-kk: +calligra-l10n-kk: +calligra-l10n-kk: +calligra-l10n-kk: +calligra-l10n-kk: +calligra-l10n-kk: +calligra-l10n-kk: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-br b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-km index 51dde2652..8613ad661 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-br +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-km @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-br: koffice-l10n-br -koffice-l10n-br: -koffice-l10n-br: Breton language support for KOffice. -koffice-l10n-br: -koffice-l10n-br: -koffice-l10n-br: -koffice-l10n-br: -koffice-l10n-br: -koffice-l10n-br: -koffice-l10n-br: -koffice-l10n-br: +calligra-l10n-km: calligra-l10n-km +calligra-l10n-km: +calligra-l10n-km: Khmer language support for Calligra. +calligra-l10n-km: +calligra-l10n-km: +calligra-l10n-km: +calligra-l10n-km: +calligra-l10n-km: +calligra-l10n-km: +calligra-l10n-km: +calligra-l10n-km: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lo b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lo new file mode 100644 index 000000000..8de6a26a0 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lo @@ -0,0 +1,11 @@ +calligra-l10n-lo: calligra-l10n-lo +calligra-l10n-lo: +calligra-l10n-lo: Lao language support for Calligra. +calligra-l10n-lo: +calligra-l10n-lo: +calligra-l10n-lo: +calligra-l10n-lo: +calligra-l10n-lo: +calligra-l10n-lo: +calligra-l10n-lo: +calligra-l10n-lo: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lt b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lt new file mode 100644 index 000000000..470dee646 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lt @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-lt: calligra-l10n-lt +calligra-l10n-lt: +calligra-l10n-lt: Lithuanian language support for Calligra. +calligra-l10n-lt: +calligra-l10n-lt: +calligra-l10n-lt: +calligra-l10n-lt: +calligra-l10n-lt: +calligra-l10n-lt: +calligra-l10n-lt: +calligra-l10n-lt: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lv b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lv new file mode 100644 index 000000000..07da0e2a9 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lv @@ -0,0 +1,11 @@ +calligra-l10n-lv: calligra-l10n-lv +calligra-l10n-lv: +calligra-l10n-lv: Latvian language support for Calligra. +calligra-l10n-lv: +calligra-l10n-lv: +calligra-l10n-lv: +calligra-l10n-lv: +calligra-l10n-lv: +calligra-l10n-lv: +calligra-l10n-lv: +calligra-l10n-lv: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mk b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mk new file mode 100644 index 000000000..bf683ac3c --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mk @@ -0,0 +1,11 @@ +calligra-l10n-mk: calligra-l10n-mk +calligra-l10n-mk: +calligra-l10n-mk: Macedonian language support for Calligra. +calligra-l10n-mk: +calligra-l10n-mk: +calligra-l10n-mk: +calligra-l10n-mk: +calligra-l10n-mk: +calligra-l10n-mk: +calligra-l10n-mk: +calligra-l10n-mk: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-af b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ms index 2159ffe9b..526a2bd5e 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-af +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ms @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-af: koffice-l10n-af -koffice-l10n-af: -koffice-l10n-af: Afrikaans language support for KOffice. -koffice-l10n-af: -koffice-l10n-af: -koffice-l10n-af: -koffice-l10n-af: -koffice-l10n-af: -koffice-l10n-af: -koffice-l10n-af: -koffice-l10n-af: +calligra-l10n-ms: calligra-l10n-ms +calligra-l10n-ms: +calligra-l10n-ms: Malay language support for Calligra. +calligra-l10n-ms: +calligra-l10n-ms: +calligra-l10n-ms: +calligra-l10n-ms: +calligra-l10n-ms: +calligra-l10n-ms: +calligra-l10n-ms: +calligra-l10n-ms: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mt b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mt new file mode 100644 index 000000000..d67b36e71 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mt @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-mt: calligra-l10n-mt +calligra-l10n-mt: +calligra-l10n-mt: Maltese language support for Calligra. +calligra-l10n-mt: +calligra-l10n-mt: +calligra-l10n-mt: +calligra-l10n-mt: +calligra-l10n-mt: +calligra-l10n-mt: +calligra-l10n-mt: +calligra-l10n-mt: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nb b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nb new file mode 100644 index 000000000..5fa9358d5 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nb @@ -0,0 +1,11 @@ +calligra-l10n-nb: calligra-l10n-nb +calligra-l10n-nb: +calligra-l10n-nb: Norwegian (Bokmaal) language support for Calligra. +calligra-l10n-nb: +calligra-l10n-nb: +calligra-l10n-nb: +calligra-l10n-nb: +calligra-l10n-nb: +calligra-l10n-nb: +calligra-l10n-nb: +calligra-l10n-nb: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nds b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nds new file mode 100644 index 000000000..e78a7dde0 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nds @@ -0,0 +1,11 @@ +calligra-l10n-nds: calligra-l10n-nds +calligra-l10n-nds: +calligra-l10n-nds: Low Saxon language support for Calligra. +calligra-l10n-nds: +calligra-l10n-nds: +calligra-l10n-nds: +calligra-l10n-nds: +calligra-l10n-nds: +calligra-l10n-nds: +calligra-l10n-nds: +calligra-l10n-nds: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ne b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ne new file mode 100644 index 000000000..61ed8090a --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ne @@ -0,0 +1,11 @@ +calligra-l10n-ne: calligra-l10n-ne +calligra-l10n-ne: +calligra-l10n-ne: Nepali language support for Calligra. +calligra-l10n-ne: +calligra-l10n-ne: +calligra-l10n-ne: +calligra-l10n-ne: +calligra-l10n-ne: +calligra-l10n-ne: +calligra-l10n-ne: +calligra-l10n-ne: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-cs b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nl index 3a26b06ec..27f3316c0 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-cs +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nl @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-cs: koffice-l10n-cs -koffice-l10n-cs: -koffice-l10n-cs: Czech language support for KOffice. -koffice-l10n-cs: -koffice-l10n-cs: -koffice-l10n-cs: -koffice-l10n-cs: -koffice-l10n-cs: -koffice-l10n-cs: -koffice-l10n-cs: -koffice-l10n-cs: +calligra-l10n-nl: calligra-l10n-nl +calligra-l10n-nl: +calligra-l10n-nl: Dutch language support for Calligra. +calligra-l10n-nl: +calligra-l10n-nl: +calligra-l10n-nl: +calligra-l10n-nl: +calligra-l10n-nl: +calligra-l10n-nl: +calligra-l10n-nl: +calligra-l10n-nl: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nn b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nn new file mode 100644 index 000000000..1de72c246 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nn @@ -0,0 +1,11 @@ +calligra-l10n-nn: calligra-l10n-nn +calligra-l10n-nn: +calligra-l10n-nn: Norwegian (Nynorsk) language support for Calligra. +calligra-l10n-nn: +calligra-l10n-nn: +calligra-l10n-nn: +calligra-l10n-nn: +calligra-l10n-nn: +calligra-l10n-nn: +calligra-l10n-nn: +calligra-l10n-nn: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no new file mode 100644 index 000000000..a479e2d74 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-no: calligra-l10n-no +calligra-l10n-no: +calligra-l10n-no: Norwegian (Bokmaal) language support for Calligra. +calligra-l10n-no: +calligra-l10n-no: +calligra-l10n-no: +calligra-l10n-no: +calligra-l10n-no: +calligra-l10n-no: +calligra-l10n-no: +calligra-l10n-no: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pt_BR b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no_NY index 68adcd397..682218a7c 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pt_BR +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no_NY @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-pt_BR: koffice-l10n-pt_BR -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: Brazil portuguese language support for KOffice. -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: -koffice-l10n-pt_BR: +calligra-l10n-no_NY: calligra-l10n-no_NY +calligra-l10n-no_NY: +calligra-l10n-no_NY: Norwegian (Nynorsk) language support for Calligra. +calligra-l10n-no_NY: +calligra-l10n-no_NY: +calligra-l10n-no_NY: +calligra-l10n-no_NY: +calligra-l10n-no_NY: +calligra-l10n-no_NY: +calligra-l10n-no_NY: +calligra-l10n-no_NY: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pl b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pl new file mode 100644 index 000000000..e2725bf56 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pl @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-pl: calligra-l10n-pl +calligra-l10n-pl: +calligra-l10n-pl: Polish language support for Calligra. +calligra-l10n-pl: +calligra-l10n-pl: +calligra-l10n-pl: +calligra-l10n-pl: +calligra-l10n-pl: +calligra-l10n-pl: +calligra-l10n-pl: +calligra-l10n-pl: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt new file mode 100644 index 000000000..d9fa736ad --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-pt: calligra-l10n-pt +calligra-l10n-pt: +calligra-l10n-pt: Portuguese language support for Calligra. +calligra-l10n-pt: +calligra-l10n-pt: +calligra-l10n-pt: +calligra-l10n-pt: +calligra-l10n-pt: +calligra-l10n-pt: +calligra-l10n-pt: +calligra-l10n-pt: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-no_NY b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt_BR index e86be3ba8..616edf6e2 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-no_NY +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt_BR @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-no_NY: koffice-l10n-no_NY -koffice-l10n-no_NY: -koffice-l10n-no_NY: Norwegian (Nynorsk) language support for KOffice. -koffice-l10n-no_NY: -koffice-l10n-no_NY: -koffice-l10n-no_NY: -koffice-l10n-no_NY: -koffice-l10n-no_NY: -koffice-l10n-no_NY: -koffice-l10n-no_NY: -koffice-l10n-no_NY: +calligra-l10n-pt_BR: calligra-l10n-pt_BR +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: Brazil portuguese language support for Calligra. +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: +calligra-l10n-pt_BR: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ro b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ro new file mode 100644 index 000000000..0483eacb1 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ro @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-ro: calligra-l10n-ro +calligra-l10n-ro: +calligra-l10n-ro: Romanian language support for Calligra. +calligra-l10n-ro: +calligra-l10n-ro: +calligra-l10n-ro: +calligra-l10n-ro: +calligra-l10n-ro: +calligra-l10n-ro: +calligra-l10n-ro: +calligra-l10n-ro: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ru b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ru new file mode 100644 index 000000000..bee95707f --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ru @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-ru: calligra-l10n-ru +calligra-l10n-ru: +calligra-l10n-ru: Russian language support for Calligra. +calligra-l10n-ru: +calligra-l10n-ru: +calligra-l10n-ru: +calligra-l10n-ru: +calligra-l10n-ru: +calligra-l10n-ru: +calligra-l10n-ru: +calligra-l10n-ru: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-se b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-se new file mode 100644 index 000000000..18356f20f --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-se @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-se: calligra-l10n-se +calligra-l10n-se: +calligra-l10n-se: Northern Sami language support for Calligra. +calligra-l10n-se: +calligra-l10n-se: +calligra-l10n-se: +calligra-l10n-se: +calligra-l10n-se: +calligra-l10n-se: +calligra-l10n-se: +calligra-l10n-se: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sk b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sk new file mode 100644 index 000000000..fed9ee2cd --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sk @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-sk: calligra-l10n-sk +calligra-l10n-sk: +calligra-l10n-sk: Slovak language support for Calligra. +calligra-l10n-sk: +calligra-l10n-sk: +calligra-l10n-sk: +calligra-l10n-sk: +calligra-l10n-sk: +calligra-l10n-sk: +calligra-l10n-sk: +calligra-l10n-sk: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sl b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sl new file mode 100644 index 000000000..1f2fdc2b3 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sl @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-sl: calligra-l10n-sl +calligra-l10n-sl: +calligra-l10n-sl: Slovenian language support for Calligra. +calligra-l10n-sl: +calligra-l10n-sl: +calligra-l10n-sl: +calligra-l10n-sl: +calligra-l10n-sl: +calligra-l10n-sl: +calligra-l10n-sl: +calligra-l10n-sl: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr new file mode 100644 index 000000000..14fb8aacf --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-sr: calligra-l10n-sr +calligra-l10n-sr: +calligra-l10n-sr: Serbian language support for Calligra. +calligra-l10n-sr: +calligra-l10n-sr: +calligra-l10n-sr: +calligra-l10n-sr: +calligra-l10n-sr: +calligra-l10n-sr: +calligra-l10n-sr: +calligra-l10n-sr: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sr@Latn b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr@Latn index 7c90acc37..73c3e0681 100644 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sr@Latn +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr@Latn @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -koffice-l10n-sr@Latn: koffice-l10n-sr@Latn -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: Serbian in Latin script language support for KOffice. -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: -koffice-l10n-sr@Latn: +calligra-l10n-sr@Latn: calligra-l10n-sr@Latn +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: Serbian in Latin script language support for Calligra. +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: +calligra-l10n-sr@Latn: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sv b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sv new file mode 100644 index 000000000..5c0c7de76 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sv @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-sv: calligra-l10n-sv +calligra-l10n-sv: +calligra-l10n-sv: Swedish language support for Calligra. +calligra-l10n-sv: +calligra-l10n-sv: +calligra-l10n-sv: +calligra-l10n-sv: +calligra-l10n-sv: +calligra-l10n-sv: +calligra-l10n-sv: +calligra-l10n-sv: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ta b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ta new file mode 100644 index 000000000..40d69103a --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ta @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-ta: calligra-l10n-ta +calligra-l10n-ta: +calligra-l10n-ta: Tamil language support for Calligra. +calligra-l10n-ta: +calligra-l10n-ta: +calligra-l10n-ta: +calligra-l10n-ta: +calligra-l10n-ta: +calligra-l10n-ta: +calligra-l10n-ta: +calligra-l10n-ta: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tg b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tg new file mode 100644 index 000000000..ee9c25a25 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tg @@ -0,0 +1,11 @@ +calligra-l10n-tg: calligra-l10n-tg +calligra-l10n-tg: +calligra-l10n-tg: Tajik language support for Calligra. +calligra-l10n-tg: +calligra-l10n-tg: +calligra-l10n-tg: +calligra-l10n-tg: +calligra-l10n-tg: +calligra-l10n-tg: +calligra-l10n-tg: +calligra-l10n-tg: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-th b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-th new file mode 100644 index 000000000..dae23d945 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-th @@ -0,0 +1,11 @@ +calligra-l10n-th: calligra-l10n-th +calligra-l10n-th: +calligra-l10n-th: Thai language support for Calligra. +calligra-l10n-th: +calligra-l10n-th: +calligra-l10n-th: +calligra-l10n-th: +calligra-l10n-th: +calligra-l10n-th: +calligra-l10n-th: +calligra-l10n-th: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tr b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tr new file mode 100644 index 000000000..596481051 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tr @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-tr: calligra-l10n-tr +calligra-l10n-tr: +calligra-l10n-tr: Turkish language support for Calligra. +calligra-l10n-tr: +calligra-l10n-tr: +calligra-l10n-tr: +calligra-l10n-tr: +calligra-l10n-tr: +calligra-l10n-tr: +calligra-l10n-tr: +calligra-l10n-tr: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uk b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uk new file mode 100644 index 000000000..d79f053b9 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uk @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-uk: calligra-l10n-uk +calligra-l10n-uk: +calligra-l10n-uk: Ukrainian language support for Calligra. +calligra-l10n-uk: +calligra-l10n-uk: +calligra-l10n-uk: +calligra-l10n-uk: +calligra-l10n-uk: +calligra-l10n-uk: +calligra-l10n-uk: +calligra-l10n-uk: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uz b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uz new file mode 100644 index 000000000..90c8fa096 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uz @@ -0,0 +1,11 @@ +calligra-l10n-uz: calligra-l10n-uz +calligra-l10n-uz: +calligra-l10n-uz: Uzbek language support for Calligra. +calligra-l10n-uz: +calligra-l10n-uz: +calligra-l10n-uz: +calligra-l10n-uz: +calligra-l10n-uz: +calligra-l10n-uz: +calligra-l10n-uz: +calligra-l10n-uz: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ven b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ven new file mode 100644 index 000000000..44fdda8e9 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ven @@ -0,0 +1,11 @@ +calligra-l10n-ven: calligra-l10n-ven +calligra-l10n-ven: +calligra-l10n-ven: Venda language support for Calligra. +calligra-l10n-ven: +calligra-l10n-ven: +calligra-l10n-ven: +calligra-l10n-ven: +calligra-l10n-ven: +calligra-l10n-ven: +calligra-l10n-ven: +calligra-l10n-ven: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-wa b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-wa new file mode 100644 index 000000000..1121068c5 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-wa @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +calligra-l10n-wa: calligra-l10n-wa +calligra-l10n-wa: +calligra-l10n-wa: Walloon language support for Calligra. +calligra-l10n-wa: +calligra-l10n-wa: +calligra-l10n-wa: +calligra-l10n-wa: +calligra-l10n-wa: +calligra-l10n-wa: +calligra-l10n-wa: +calligra-l10n-wa: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-xh b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-xh new file mode 100644 index 000000000..f15caa177 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-xh @@ -0,0 +1,11 @@ +calligra-l10n-xh: calligra-l10n-xh +calligra-l10n-xh: +calligra-l10n-xh: Xhosa language support for Calligra. +calligra-l10n-xh: +calligra-l10n-xh: +calligra-l10n-xh: +calligra-l10n-xh: +calligra-l10n-xh: +calligra-l10n-xh: +calligra-l10n-xh: +calligra-l10n-xh: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zh_CN b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zh_CN new file mode 100644 index 000000000..566f2f1b4 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zh_CN @@ -0,0 +1,11 @@ +calligra-l10n-zh_CN: calligra-l10n-zh_CN +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: Simplified Chinese language support for Calligra. +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: +calligra-l10n-zh_CN: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zh_TW b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zh_TW new file mode 100644 index 000000000..ec4522303 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zh_TW @@ -0,0 +1,11 @@ +calligra-l10n-zh_TW: calligra-l10n-zh_TW +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: Chinese language support for Calligra. +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: +calligra-l10n-zh_TW: diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zu b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zu new file mode 100644 index 000000000..efbb898a3 --- /dev/null +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zu @@ -0,0 +1,11 @@ +calligra-l10n-zu: calligra-l10n-zu +calligra-l10n-zu: +calligra-l10n-zu: Zulu language support for Calligra. +calligra-l10n-zu: +calligra-l10n-zu: +calligra-l10n-zu: +calligra-l10n-zu: +calligra-l10n-zu: +calligra-l10n-zu: +calligra-l10n-zu: +calligra-l10n-zu: diff --git a/source/kdei/kde-l10n/kde-l10n.SlackBuild b/source/kdei/kde-l10n/kde-l10n.SlackBuild index 04670e758..1c87ce70b 100755 --- a/source/kdei/kde-l10n/kde-l10n.SlackBuild +++ b/source/kdei/kde-l10n/kde-l10n.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008 Robby Workman Northport, AL, USA -# Copyright 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2011, 2012 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,14 +30,14 @@ # language packs. if [ ! -r ./languages ]; then - for file in kde-l10n*bz2 ; do + for file in kde-l10n*xz ; do echo $file | cut -f 3 -d - >> ./languages done fi -[ -z $VERSION ] && export VERSION=4.5.5 +[ -z $VERSION ] && export VERSION=4.8.5 [ -z $ARCH ] && export ARCH=noarch -[ -z $BUILD ] && export BUILD=3 +[ -z $BUILD ] && export BUILD=1 # Use this as CFLAGS and CXXFLAGS: if [ -z "$SLKCFLAGS" ]; then @@ -47,6 +47,8 @@ if [ -z "$SLKCFLAGS" ]; then export SLKCFLAGS="-O2" elif [ "$ARCH" = "x86_64" ]; then export SLKCFLAGS="-O2 -fPIC" + elif [ "$ARCH" = "armv7hl" ]; then + export SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16" else export SLKCFLAGS="-O2" fi @@ -63,8 +65,8 @@ TMP=${TMP:-/tmp} # This function will insert missing kdepim translations from kde-l10n-4.4.5: insert_kdepim() { - if [ -r $CWD/kdepim-l10n/kdepim-l10n-$(echo $PKGNAM | cut -f 3 -d -)-4.4.5.tar.bz2 ]; then - tar xvf $CWD/kdepim-l10n/kdepim-l10n-$(echo $PKGNAM | cut -f 3 -d -)-4.4.5.tar.bz2 + if [ -r $CWD/kdepim-l10n/kdepim-l10n-$(echo $PKGNAM | cut -f 3 -d -)-4.4.5.tar.xz ]; then + tar xvf $CWD/kdepim-l10n/kdepim-l10n-$(echo $PKGNAM | cut -f 3 -d -)-4.4.5.tar.xz fi for dir in $(find . -type d -name messages) $(find . -type d -name docs) ; do ( cd $dir @@ -95,7 +97,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 cd $PKGNAM-$VERSION || exit 1 insert_kdepim; chown -R root:root . diff --git a/source/kdei/kde-l10n/kdepim-l10n/extract-kdepim-goodness.sh b/source/kdei/kde-l10n/kdepim-l10n/extract-kdepim-goodness.sh index 6d39e755b..1c9162782 100755..100644 --- a/source/kdei/kde-l10n/kdepim-l10n/extract-kdepim-goodness.sh +++ b/source/kdei/kde-l10n/kdepim-l10n/extract-kdepim-goodness.sh @@ -1,5 +1,5 @@ #!/bin/sh -# This script was used to extract the kdepim part from the last kde-l10n +# This script was used to extract the kdepim parts from the last kde-l10n # release that contained them. The resulting kdepim-l10n sources will be # merged into our language packages. diff --git a/source/kdei/kde-l10n/kdepim-l10n/kdepim-l10n-fr-4.4.5.korganizer.docbook.reorganize.diff b/source/kdei/kde-l10n/kdepim-l10n/kdepim-l10n-fr-4.4.5.korganizer.docbook.reorganize.diff deleted file mode 100644 index df6184ab3..000000000 --- a/source/kdei/kde-l10n/kdepim-l10n/kdepim-l10n-fr-4.4.5.korganizer.docbook.reorganize.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- ./docs/kdepim/korganizer/index.docbook.orig 2011-01-19 10:56:02.410999994 -0600 -+++ ./docs/kdepim/korganizer/index.docbook 2011-01-19 12:40:25.712999555 -0600 -@@ -108,6 +108,15 @@ - <releaseinfo - >2.20.00</releaseinfo> - -+<abstract -+><para -+>&korganizer; est un agenda personnel facile à utiliser (un <acronym -+>PIM</acronym -+>, acronyme anglais de <foreignphrase -+>personal information manager</foreignphrase -+>). Vous pouvez planifier des rendez-vous, des événements et des tâches à effectuer. &korganizer; vous remémorera les tâches en instances et vous aidera à respecter votre emploi du temps. </para -+></abstract> -+ - <keywordset> - <keyword - >KDE</keyword> -@@ -127,15 +136,6 @@ - >rendez-vous</keyword> - </keywordset> - --<abstract --><para -->&korganizer; est un agenda personnel facile à utiliser (un <acronym -->PIM</acronym -->, acronyme anglais de <foreignphrase -->personal information manager</foreignphrase -->). Vous pouvez planifier des rendez-vous, des événements et des tâches à effectuer. &korganizer; vous remémorera les tâches en instances et vous aidera à respecter votre emploi du temps. </para --></abstract> -- - </bookinfo> - - <chapter id="introduction"> diff --git a/source/kdei/kde-l10n/languages b/source/kdei/kde-l10n/languages index a46f4cedc..8fe9df5d4 100644 --- a/source/kdei/kde-l10n/languages +++ b/source/kdei/kde-l10n/languages @@ -1,5 +1,6 @@ ar bg +bs ca ca@valencia cs @@ -7,18 +8,15 @@ da de el en_GB -eo es et eu +fa fi fr -fy ga gl -gu he -hi hr hu ia @@ -28,11 +26,9 @@ it ja kk km -kn ko lt lv -ml nb nds nl @@ -43,13 +39,17 @@ pt pt_BR ro ru +si sk sl sr sv +tg th tr +ug uk +vi wa zh_CN zh_TW diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bs b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bs new file mode 100644 index 000000000..04f60af1a --- /dev/null +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bs @@ -0,0 +1,11 @@ +kde-l10n-bs: kde-l10n-bs +kde-l10n-bs: +kde-l10n-bs: Bosnian language support for KDE. +kde-l10n-bs: +kde-l10n-bs: +kde-l10n-bs: +kde-l10n-bs: +kde-l10n-bs: +kde-l10n-bs: +kde-l10n-bs: +kde-l10n-bs: diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca@valencia b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca@valencia index 0f1a95772..f8ecb792e 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca@valencia +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca@valencia @@ -1,4 +1,4 @@ -kde-l10n-ca: kde-l10n-ca@valencia +kde-l10n-ca@valencia: kde-l10n-ca@valencia kde-l10n-ca@valencia: kde-l10n-ca@valencia: Catalan (Valencian) language support for KDE. kde-l10n-ca@valencia: diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fa b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fa new file mode 100644 index 000000000..28fd97993 --- /dev/null +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fa @@ -0,0 +1,11 @@ +kde-l10n-fa: kde-l10n-fa +kde-l10n-fa: +kde-l10n-fa: Farsi language support for KDE. +kde-l10n-fa: +kde-l10n-fa: +kde-l10n-fa: +kde-l10n-fa: +kde-l10n-fa: +kde-l10n-fa: +kde-l10n-fa: +kde-l10n-fa: diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ug b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ug new file mode 100644 index 000000000..d7d8234ec --- /dev/null +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ug @@ -0,0 +1,11 @@ +kde-l10n-ug: kde-l10n-ug +kde-l10n-ug: +kde-l10n-ug: Uyghur language support for KDE. +kde-l10n-ug: +kde-l10n-ug: +kde-l10n-ug: +kde-l10n-ug: +kde-l10n-ug: +kde-l10n-ug: +kde-l10n-ug: +kde-l10n-ug: diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-vi b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-vi new file mode 100644 index 000000000..ee4a6d544 --- /dev/null +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-vi @@ -0,0 +1,11 @@ +kde-l10n-vi: kde-l10n-vi +kde-l10n-vi: +kde-l10n-vi: Vietnamese language support for KDE. +kde-l10n-vi: +kde-l10n-vi: +kde-l10n-vi: +kde-l10n-vi: +kde-l10n-vi: +kde-l10n-vi: +kde-l10n-vi: +kde-l10n-vi: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ar b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ar deleted file mode 100644 index f11353418..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ar +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-ar: koffice-l10n-ar -koffice-l10n-ar: -koffice-l10n-ar: Arabic language support for KOffice. -koffice-l10n-ar: -koffice-l10n-ar: -koffice-l10n-ar: -koffice-l10n-ar: -koffice-l10n-ar: -koffice-l10n-ar: -koffice-l10n-ar: -koffice-l10n-ar: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-bg b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-bg deleted file mode 100644 index a45db37dd..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-bg +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-bg: koffice-l10n-bg -koffice-l10n-bg: -koffice-l10n-bg: Bulgarian language support for KOffice. -koffice-l10n-bg: -koffice-l10n-bg: -koffice-l10n-bg: -koffice-l10n-bg: -koffice-l10n-bg: -koffice-l10n-bg: -koffice-l10n-bg: -koffice-l10n-bg: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-bs b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-bs deleted file mode 100644 index 668883765..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-bs +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-bs: koffice-l10n-bs -koffice-l10n-bs: -koffice-l10n-bs: Bosnian language support for KOffice. -koffice-l10n-bs: -koffice-l10n-bs: -koffice-l10n-bs: -koffice-l10n-bs: -koffice-l10n-bs: -koffice-l10n-bs: -koffice-l10n-bs: -koffice-l10n-bs: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ca b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ca deleted file mode 100644 index 29cf70d67..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ca +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-ca: koffice-l10n-ca -koffice-l10n-ca: -koffice-l10n-ca: Catalan language support for KOffice. -koffice-l10n-ca: -koffice-l10n-ca: -koffice-l10n-ca: -koffice-l10n-ca: -koffice-l10n-ca: -koffice-l10n-ca: -koffice-l10n-ca: -koffice-l10n-ca: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ca@valencia b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ca@valencia deleted file mode 100644 index 982d6f1b4..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ca@valencia +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-ca@valencia: koffice-l10n-ca@valencia -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: Valencian (southern Catalan) language support for KOffice. -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: -koffice-l10n-ca@valencia: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-cy b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-cy deleted file mode 100644 index 7e62677fb..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-cy +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-cy: koffice-l10n-cy -koffice-l10n-cy: -koffice-l10n-cy: Welsh language support for KOffice. -koffice-l10n-cy: -koffice-l10n-cy: -koffice-l10n-cy: -koffice-l10n-cy: -koffice-l10n-cy: -koffice-l10n-cy: -koffice-l10n-cy: -koffice-l10n-cy: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-da b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-da deleted file mode 100644 index 4727b0488..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-da +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-da: koffice-l10n-da -koffice-l10n-da: -koffice-l10n-da: Danish language support for KOffice. -koffice-l10n-da: -koffice-l10n-da: -koffice-l10n-da: -koffice-l10n-da: -koffice-l10n-da: -koffice-l10n-da: -koffice-l10n-da: -koffice-l10n-da: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-de b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-de deleted file mode 100644 index f24cbd9fe..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-de +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-de: koffice-l10n-de -koffice-l10n-de: -koffice-l10n-de: German language support for KOffice. -koffice-l10n-de: -koffice-l10n-de: -koffice-l10n-de: -koffice-l10n-de: -koffice-l10n-de: -koffice-l10n-de: -koffice-l10n-de: -koffice-l10n-de: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-el b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-el deleted file mode 100644 index f7e3f21c4..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-el +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-el: koffice-l10n-el -koffice-l10n-el: -koffice-l10n-el: Greek language support for KOffice. -koffice-l10n-el: -koffice-l10n-el: -koffice-l10n-el: -koffice-l10n-el: -koffice-l10n-el: -koffice-l10n-el: -koffice-l10n-el: -koffice-l10n-el: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-eo b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-eo deleted file mode 100644 index 4cb444f95..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-eo +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-eo: koffice-l10n-eo -koffice-l10n-eo: -koffice-l10n-eo: Esperanto language support for KOffice. -koffice-l10n-eo: -koffice-l10n-eo: -koffice-l10n-eo: -koffice-l10n-eo: -koffice-l10n-eo: -koffice-l10n-eo: -koffice-l10n-eo: -koffice-l10n-eo: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-es b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-es deleted file mode 100644 index da24c7cc8..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-es +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-es: koffice-l10n-es -koffice-l10n-es: -koffice-l10n-es: Spanish language support for KOffice. -koffice-l10n-es: -koffice-l10n-es: -koffice-l10n-es: -koffice-l10n-es: -koffice-l10n-es: -koffice-l10n-es: -koffice-l10n-es: -koffice-l10n-es: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-et b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-et deleted file mode 100644 index e5f433b9d..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-et +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-et: koffice-l10n-et -koffice-l10n-et: -koffice-l10n-et: Estonian language support for KOffice. -koffice-l10n-et: -koffice-l10n-et: -koffice-l10n-et: -koffice-l10n-et: -koffice-l10n-et: -koffice-l10n-et: -koffice-l10n-et: -koffice-l10n-et: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fa b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fa deleted file mode 100644 index 82521df0c..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fa +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-fa: koffice-l10n-fa -koffice-l10n-fa: -koffice-l10n-fa: Persian (Farsi) language support for KOffice. -koffice-l10n-fa: -koffice-l10n-fa: -koffice-l10n-fa: -koffice-l10n-fa: -koffice-l10n-fa: -koffice-l10n-fa: -koffice-l10n-fa: -koffice-l10n-fa: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fi b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fi deleted file mode 100644 index f28aaa04f..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fi +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-fi: koffice-l10n-fi -koffice-l10n-fi: -koffice-l10n-fi: Finnish language support for KOffice. -koffice-l10n-fi: -koffice-l10n-fi: -koffice-l10n-fi: -koffice-l10n-fi: -koffice-l10n-fi: -koffice-l10n-fi: -koffice-l10n-fi: -koffice-l10n-fi: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fr b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fr deleted file mode 100644 index f05abb623..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fr +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-fr: koffice-l10n-fr -koffice-l10n-fr: -koffice-l10n-fr: French language support for KOffice. -koffice-l10n-fr: -koffice-l10n-fr: -koffice-l10n-fr: -koffice-l10n-fr: -koffice-l10n-fr: -koffice-l10n-fr: -koffice-l10n-fr: -koffice-l10n-fr: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fy b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fy deleted file mode 100644 index 6ca3bd258..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-fy +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-fy: koffice-l10n-fy -koffice-l10n-fy: -koffice-l10n-fy: Abkhasysk language support for KOffice. -koffice-l10n-fy: -koffice-l10n-fy: -koffice-l10n-fy: -koffice-l10n-fy: -koffice-l10n-fy: -koffice-l10n-fy: -koffice-l10n-fy: -koffice-l10n-fy: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-gl b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-gl deleted file mode 100644 index 10005a9a0..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-gl +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-gl: koffice-l10n-gl -koffice-l10n-gl: -koffice-l10n-gl: Galician language support for KOffice. -koffice-l10n-gl: -koffice-l10n-gl: -koffice-l10n-gl: -koffice-l10n-gl: -koffice-l10n-gl: -koffice-l10n-gl: -koffice-l10n-gl: -koffice-l10n-gl: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-he b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-he deleted file mode 100644 index 40f3eeeae..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-he +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-he: koffice-l10n-he -koffice-l10n-he: -koffice-l10n-he: Hebrew language support for KOffice. -koffice-l10n-he: -koffice-l10n-he: -koffice-l10n-he: -koffice-l10n-he: -koffice-l10n-he: -koffice-l10n-he: -koffice-l10n-he: -koffice-l10n-he: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hi b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hi deleted file mode 100644 index 712c9a635..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hi +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-hi: koffice-l10n-hi -koffice-l10n-hi: -koffice-l10n-hi: Hindi language support for KOffice. -koffice-l10n-hi: -koffice-l10n-hi: -koffice-l10n-hi: -koffice-l10n-hi: -koffice-l10n-hi: -koffice-l10n-hi: -koffice-l10n-hi: -koffice-l10n-hi: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hne b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hne deleted file mode 100644 index 2a1be13fa..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hne +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-hne: koffice-l10n-hne -koffice-l10n-hne: -koffice-l10n-hne: Chhattisgarhi language support for KOffice. -koffice-l10n-hne: -koffice-l10n-hne: -koffice-l10n-hne: -koffice-l10n-hne: -koffice-l10n-hne: -koffice-l10n-hne: -koffice-l10n-hne: -koffice-l10n-hne: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hsb b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hsb deleted file mode 100644 index ea1bcb7f8..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hsb +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-hsb: koffice-l10n-hsb -koffice-l10n-hsb: -koffice-l10n-hsb: Upper Sorbian language support for KOffice. -koffice-l10n-hsb: -koffice-l10n-hsb: -koffice-l10n-hsb: -koffice-l10n-hsb: -koffice-l10n-hsb: -koffice-l10n-hsb: -koffice-l10n-hsb: -koffice-l10n-hsb: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hu b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hu deleted file mode 100644 index 251091b9d..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-hu +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-hu: koffice-l10n-hu -koffice-l10n-hu: -koffice-l10n-hu: Hungarian language support for KOffice. -koffice-l10n-hu: -koffice-l10n-hu: -koffice-l10n-hu: -koffice-l10n-hu: -koffice-l10n-hu: -koffice-l10n-hu: -koffice-l10n-hu: -koffice-l10n-hu: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-is b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-is deleted file mode 100644 index 4a11c148f..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-is +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-is: koffice-l10n-is -koffice-l10n-is: -koffice-l10n-is: Icelandic language support for KOffice. -koffice-l10n-is: -koffice-l10n-is: -koffice-l10n-is: -koffice-l10n-is: -koffice-l10n-is: -koffice-l10n-is: -koffice-l10n-is: -koffice-l10n-is: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-it b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-it deleted file mode 100644 index 85fa5c7b4..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-it +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-it: koffice-l10n-it -koffice-l10n-it: -koffice-l10n-it: Italian language support for KOffice. -koffice-l10n-it: -koffice-l10n-it: -koffice-l10n-it: -koffice-l10n-it: -koffice-l10n-it: -koffice-l10n-it: -koffice-l10n-it: -koffice-l10n-it: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ja b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ja deleted file mode 100644 index 4da23a0de..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ja +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-ja: koffice-l10n-ja -koffice-l10n-ja: -koffice-l10n-ja: Japanese language support for KOffice. -koffice-l10n-ja: -koffice-l10n-ja: -koffice-l10n-ja: -koffice-l10n-ja: -koffice-l10n-ja: -koffice-l10n-ja: -koffice-l10n-ja: -koffice-l10n-ja: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-kk b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-kk deleted file mode 100644 index 4014fdfb9..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-kk +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-kk: koffice-l10n-kk -koffice-l10n-kk: -koffice-l10n-kk: Kazakh language support for KOffice. -koffice-l10n-kk: -koffice-l10n-kk: -koffice-l10n-kk: -koffice-l10n-kk: -koffice-l10n-kk: -koffice-l10n-kk: -koffice-l10n-kk: -koffice-l10n-kk: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-km b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-km deleted file mode 100644 index 4caa9431e..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-km +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-km: koffice-l10n-km -koffice-l10n-km: -koffice-l10n-km: Khmer language support for KOffice. -koffice-l10n-km: -koffice-l10n-km: -koffice-l10n-km: -koffice-l10n-km: -koffice-l10n-km: -koffice-l10n-km: -koffice-l10n-km: -koffice-l10n-km: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lo b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lo deleted file mode 100644 index ff2f1ea95..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lo +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-lo: koffice-l10n-lo -koffice-l10n-lo: -koffice-l10n-lo: Lao language support for KOffice. -koffice-l10n-lo: -koffice-l10n-lo: -koffice-l10n-lo: -koffice-l10n-lo: -koffice-l10n-lo: -koffice-l10n-lo: -koffice-l10n-lo: -koffice-l10n-lo: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lt b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lt deleted file mode 100644 index 14d3fdb0c..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lt +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-lt: koffice-l10n-lt -koffice-l10n-lt: -koffice-l10n-lt: Lithuanian language support for KOffice. -koffice-l10n-lt: -koffice-l10n-lt: -koffice-l10n-lt: -koffice-l10n-lt: -koffice-l10n-lt: -koffice-l10n-lt: -koffice-l10n-lt: -koffice-l10n-lt: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lv b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lv deleted file mode 100644 index a6bdadd30..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-lv +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-lv: koffice-l10n-lv -koffice-l10n-lv: -koffice-l10n-lv: Latvian language support for KOffice. -koffice-l10n-lv: -koffice-l10n-lv: -koffice-l10n-lv: -koffice-l10n-lv: -koffice-l10n-lv: -koffice-l10n-lv: -koffice-l10n-lv: -koffice-l10n-lv: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-mk b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-mk deleted file mode 100644 index af7d02c49..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-mk +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-mk: koffice-l10n-mk -koffice-l10n-mk: -koffice-l10n-mk: Macedonian language support for KOffice. -koffice-l10n-mk: -koffice-l10n-mk: -koffice-l10n-mk: -koffice-l10n-mk: -koffice-l10n-mk: -koffice-l10n-mk: -koffice-l10n-mk: -koffice-l10n-mk: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ms b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ms deleted file mode 100644 index 74868e07f..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ms +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-ms: koffice-l10n-ms -koffice-l10n-ms: -koffice-l10n-ms: Malay language support for KOffice. -koffice-l10n-ms: -koffice-l10n-ms: -koffice-l10n-ms: -koffice-l10n-ms: -koffice-l10n-ms: -koffice-l10n-ms: -koffice-l10n-ms: -koffice-l10n-ms: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-mt b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-mt deleted file mode 100644 index 1b35b1688..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-mt +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-mt: koffice-l10n-mt -koffice-l10n-mt: -koffice-l10n-mt: Maltese language support for KOffice. -koffice-l10n-mt: -koffice-l10n-mt: -koffice-l10n-mt: -koffice-l10n-mt: -koffice-l10n-mt: -koffice-l10n-mt: -koffice-l10n-mt: -koffice-l10n-mt: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nb b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nb deleted file mode 100644 index bb8c5889a..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nb +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-nb: koffice-l10n-nb -koffice-l10n-nb: -koffice-l10n-nb: Norwegian (Bokmaal) language support for KOffice. -koffice-l10n-nb: -koffice-l10n-nb: -koffice-l10n-nb: -koffice-l10n-nb: -koffice-l10n-nb: -koffice-l10n-nb: -koffice-l10n-nb: -koffice-l10n-nb: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nds b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nds deleted file mode 100644 index 5f26d82fc..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nds +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-nds: koffice-l10n-nds -koffice-l10n-nds: -koffice-l10n-nds: Low Saxon language support for KOffice. -koffice-l10n-nds: -koffice-l10n-nds: -koffice-l10n-nds: -koffice-l10n-nds: -koffice-l10n-nds: -koffice-l10n-nds: -koffice-l10n-nds: -koffice-l10n-nds: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ne b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ne deleted file mode 100644 index 811d8eebb..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ne +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-ne: koffice-l10n-ne -koffice-l10n-ne: -koffice-l10n-ne: Nepali language support for KOffice. -koffice-l10n-ne: -koffice-l10n-ne: -koffice-l10n-ne: -koffice-l10n-ne: -koffice-l10n-ne: -koffice-l10n-ne: -koffice-l10n-ne: -koffice-l10n-ne: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nl b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nl deleted file mode 100644 index 716987898..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nl +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-nl: koffice-l10n-nl -koffice-l10n-nl: -koffice-l10n-nl: Dutch language support for KOffice. -koffice-l10n-nl: -koffice-l10n-nl: -koffice-l10n-nl: -koffice-l10n-nl: -koffice-l10n-nl: -koffice-l10n-nl: -koffice-l10n-nl: -koffice-l10n-nl: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nn b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nn deleted file mode 100644 index d2c0b3006..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-nn +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-nn: koffice-l10n-nn -koffice-l10n-nn: -koffice-l10n-nn: Norwegian (Nynorsk) language support for KOffice. -koffice-l10n-nn: -koffice-l10n-nn: -koffice-l10n-nn: -koffice-l10n-nn: -koffice-l10n-nn: -koffice-l10n-nn: -koffice-l10n-nn: -koffice-l10n-nn: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-no b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-no deleted file mode 100644 index df9e73ce1..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-no +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-no: koffice-l10n-no -koffice-l10n-no: -koffice-l10n-no: Norwegian (Bokmaal) language support for KOffice. -koffice-l10n-no: -koffice-l10n-no: -koffice-l10n-no: -koffice-l10n-no: -koffice-l10n-no: -koffice-l10n-no: -koffice-l10n-no: -koffice-l10n-no: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pl b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pl deleted file mode 100644 index 1ba2d5606..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pl +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-pl: koffice-l10n-pl -koffice-l10n-pl: -koffice-l10n-pl: Polish language support for KOffice. -koffice-l10n-pl: -koffice-l10n-pl: -koffice-l10n-pl: -koffice-l10n-pl: -koffice-l10n-pl: -koffice-l10n-pl: -koffice-l10n-pl: -koffice-l10n-pl: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pt b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pt deleted file mode 100644 index 871f589e8..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-pt +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-pt: koffice-l10n-pt -koffice-l10n-pt: -koffice-l10n-pt: Portuguese language support for KOffice. -koffice-l10n-pt: -koffice-l10n-pt: -koffice-l10n-pt: -koffice-l10n-pt: -koffice-l10n-pt: -koffice-l10n-pt: -koffice-l10n-pt: -koffice-l10n-pt: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ro b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ro deleted file mode 100644 index 3e67a3a8f..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ro +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-ro: koffice-l10n-ro -koffice-l10n-ro: -koffice-l10n-ro: Romanian language support for KOffice. -koffice-l10n-ro: -koffice-l10n-ro: -koffice-l10n-ro: -koffice-l10n-ro: -koffice-l10n-ro: -koffice-l10n-ro: -koffice-l10n-ro: -koffice-l10n-ro: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ru b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ru deleted file mode 100644 index 8d72bd4b1..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ru +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-ru: koffice-l10n-ru -koffice-l10n-ru: -koffice-l10n-ru: Russian language support for KOffice. -koffice-l10n-ru: -koffice-l10n-ru: -koffice-l10n-ru: -koffice-l10n-ru: -koffice-l10n-ru: -koffice-l10n-ru: -koffice-l10n-ru: -koffice-l10n-ru: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-se b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-se deleted file mode 100644 index 1798892e1..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-se +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-se: koffice-l10n-se -koffice-l10n-se: -koffice-l10n-se: Northern Sami language support for KOffice. -koffice-l10n-se: -koffice-l10n-se: -koffice-l10n-se: -koffice-l10n-se: -koffice-l10n-se: -koffice-l10n-se: -koffice-l10n-se: -koffice-l10n-se: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sk b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sk deleted file mode 100644 index d259bbc57..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sk +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-sk: koffice-l10n-sk -koffice-l10n-sk: -koffice-l10n-sk: Slovak language support for KOffice. -koffice-l10n-sk: -koffice-l10n-sk: -koffice-l10n-sk: -koffice-l10n-sk: -koffice-l10n-sk: -koffice-l10n-sk: -koffice-l10n-sk: -koffice-l10n-sk: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sl b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sl deleted file mode 100644 index 79d9786c0..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sl +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-sl: koffice-l10n-sl -koffice-l10n-sl: -koffice-l10n-sl: Slovenian language support for KOffice. -koffice-l10n-sl: -koffice-l10n-sl: -koffice-l10n-sl: -koffice-l10n-sl: -koffice-l10n-sl: -koffice-l10n-sl: -koffice-l10n-sl: -koffice-l10n-sl: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sr b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sr deleted file mode 100644 index 97b2d1add..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sr +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-sr: koffice-l10n-sr -koffice-l10n-sr: -koffice-l10n-sr: Serbian language support for KOffice. -koffice-l10n-sr: -koffice-l10n-sr: -koffice-l10n-sr: -koffice-l10n-sr: -koffice-l10n-sr: -koffice-l10n-sr: -koffice-l10n-sr: -koffice-l10n-sr: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sv b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sv deleted file mode 100644 index 01be9831a..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-sv +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-sv: koffice-l10n-sv -koffice-l10n-sv: -koffice-l10n-sv: Swedish language support for KOffice. -koffice-l10n-sv: -koffice-l10n-sv: -koffice-l10n-sv: -koffice-l10n-sv: -koffice-l10n-sv: -koffice-l10n-sv: -koffice-l10n-sv: -koffice-l10n-sv: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ta b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ta deleted file mode 100644 index bb8a36d20..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ta +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-ta: koffice-l10n-ta -koffice-l10n-ta: -koffice-l10n-ta: Tamil language support for KOffice. -koffice-l10n-ta: -koffice-l10n-ta: -koffice-l10n-ta: -koffice-l10n-ta: -koffice-l10n-ta: -koffice-l10n-ta: -koffice-l10n-ta: -koffice-l10n-ta: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-tg b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-tg deleted file mode 100644 index f5b5913b5..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-tg +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-tg: koffice-l10n-tg -koffice-l10n-tg: -koffice-l10n-tg: Tajik language support for KOffice. -koffice-l10n-tg: -koffice-l10n-tg: -koffice-l10n-tg: -koffice-l10n-tg: -koffice-l10n-tg: -koffice-l10n-tg: -koffice-l10n-tg: -koffice-l10n-tg: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-th b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-th deleted file mode 100644 index 58e1e3b0a..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-th +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-th: koffice-l10n-th -koffice-l10n-th: -koffice-l10n-th: Thai language support for KOffice. -koffice-l10n-th: -koffice-l10n-th: -koffice-l10n-th: -koffice-l10n-th: -koffice-l10n-th: -koffice-l10n-th: -koffice-l10n-th: -koffice-l10n-th: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-tr b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-tr deleted file mode 100644 index e7543d626..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-tr +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-tr: koffice-l10n-tr -koffice-l10n-tr: -koffice-l10n-tr: Turkish language support for KOffice. -koffice-l10n-tr: -koffice-l10n-tr: -koffice-l10n-tr: -koffice-l10n-tr: -koffice-l10n-tr: -koffice-l10n-tr: -koffice-l10n-tr: -koffice-l10n-tr: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-uk b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-uk deleted file mode 100644 index 87103eadc..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-uk +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-uk: koffice-l10n-uk -koffice-l10n-uk: -koffice-l10n-uk: Ukrainian language support for KOffice. -koffice-l10n-uk: -koffice-l10n-uk: -koffice-l10n-uk: -koffice-l10n-uk: -koffice-l10n-uk: -koffice-l10n-uk: -koffice-l10n-uk: -koffice-l10n-uk: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-uz b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-uz deleted file mode 100644 index d2d7cedb3..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-uz +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-uz: koffice-l10n-uz -koffice-l10n-uz: -koffice-l10n-uz: Uzbek language support for KOffice. -koffice-l10n-uz: -koffice-l10n-uz: -koffice-l10n-uz: -koffice-l10n-uz: -koffice-l10n-uz: -koffice-l10n-uz: -koffice-l10n-uz: -koffice-l10n-uz: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ven b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ven deleted file mode 100644 index bd67d4370..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-ven +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-ven: koffice-l10n-ven -koffice-l10n-ven: -koffice-l10n-ven: Venda language support for KOffice. -koffice-l10n-ven: -koffice-l10n-ven: -koffice-l10n-ven: -koffice-l10n-ven: -koffice-l10n-ven: -koffice-l10n-ven: -koffice-l10n-ven: -koffice-l10n-ven: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-wa b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-wa deleted file mode 100644 index e88ee5e32..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-wa +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -koffice-l10n-wa: koffice-l10n-wa -koffice-l10n-wa: -koffice-l10n-wa: Walloon language support for KOffice. -koffice-l10n-wa: -koffice-l10n-wa: -koffice-l10n-wa: -koffice-l10n-wa: -koffice-l10n-wa: -koffice-l10n-wa: -koffice-l10n-wa: -koffice-l10n-wa: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-xh b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-xh deleted file mode 100644 index 5bd52a1df..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-xh +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-xh: koffice-l10n-xh -koffice-l10n-xh: -koffice-l10n-xh: Xhosa language support for KOffice. -koffice-l10n-xh: -koffice-l10n-xh: -koffice-l10n-xh: -koffice-l10n-xh: -koffice-l10n-xh: -koffice-l10n-xh: -koffice-l10n-xh: -koffice-l10n-xh: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zh_CN b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zh_CN deleted file mode 100644 index 52bf87706..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zh_CN +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-zh_CN: koffice-l10n-zh_CN -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: Simplified Chinese language support for KOffice. -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: -koffice-l10n-zh_CN: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zh_TW b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zh_TW deleted file mode 100644 index 233fb2f9b..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zh_TW +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-zh_TW: koffice-l10n-zh_TW -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: Chinese language support for KOffice. -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: -koffice-l10n-zh_TW: diff --git a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zu b/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zu deleted file mode 100644 index 72828f016..000000000 --- a/source/kdei/koffice-l10n/slack-desc/slack-desc.koffice-l10n-zu +++ /dev/null @@ -1,11 +0,0 @@ -koffice-l10n-zu: koffice-l10n-zu -koffice-l10n-zu: -koffice-l10n-zu: Zulu language support for KOffice. -koffice-l10n-zu: -koffice-l10n-zu: -koffice-l10n-zu: -koffice-l10n-zu: -koffice-l10n-zu: -koffice-l10n-zu: -koffice-l10n-zu: -koffice-l10n-zu: |