diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-05-28 19:12:29 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 23:39:35 +0200 |
commit | 646a5c1cbfd95873950a87b5f75d52073a967023 (patch) | |
tree | b8b8d2ab3b0d432ea69ad1a64d1c789649d65020 /source/kdei | |
parent | d31c50870d0bee042ce660e445c9294a59a3a65b (diff) | |
download | current-646a5c1cbfd95873950a87b5f75d52073a967023.tar.gz |
Mon May 28 19:12:29 UTC 201820180528191229
a/pkgtools-15.0-noarch-13.txz: Rebuilt.
installpkg: default line length for --terselength is the number of columns.
removepkg: added --terse mode.
upgradepkg: default line length for --terselength is the number of columns.
upgradepkg: accept -option in addition to --option.
ap/vim-8.1.0026-x86_64-1.txz: Upgraded.
d/bison-3.0.5-x86_64-1.txz: Upgraded.
e/emacs-26.1-x86_64-1.txz: Upgraded.
kde/kopete-4.14.3-x86_64-8.txz: Rebuilt.
Recompiled against libidn-1.35.
n/conntrack-tools-1.4.5-x86_64-1.txz: Upgraded.
n/libnetfilter_conntrack-1.0.7-x86_64-1.txz: Upgraded.
n/libnftnl-1.1.0-x86_64-1.txz: Upgraded.
n/links-2.16-x86_64-2.txz: Rebuilt.
Rebuilt to enable X driver for -g mode.
n/lynx-2.8.9dev.19-x86_64-1.txz: Upgraded.
n/nftables-0.8.5-x86_64-1.txz: Upgraded.
n/p11-kit-0.23.11-x86_64-1.txz: Upgraded.
n/ulogd-2.0.7-x86_64-1.txz: Upgraded.
n/whois-5.3.1-x86_64-1.txz: Upgraded.
xap/network-manager-applet-1.8.12-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.1.0026-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/kdei')
143 files changed, 1000 insertions, 168 deletions
diff --git a/source/kdei/FTBFSlog b/source/kdei/FTBFSlog new file mode 100644 index 00000000..c3989534 --- /dev/null +++ b/source/kdei/FTBFSlog @@ -0,0 +1,2 @@ +Wed Jan 31 05:38:38 UTC 2018 + All KDEI packages tested and found to build properly. diff --git a/source/kdei/calligra-l10n/calligra-l10n.SlackBuild b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild index 7f5990d9..3ddba946 100755 --- a/source/kdei/calligra-l10n/calligra-l10n.SlackBuild +++ b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/bash # Copyright 2008 Robby Workman Northport, AL, USA # Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL -# Copyright 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2012, 2013, 2014, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,6 +30,8 @@ # default is to create an up-to-date ./languages list and build all the # language packs. +cd $(dirname $0) ; CWD=$(pwd) + if [ ! -r ./languages ]; then for file in calligra-l10n*.xz ; do echo $file | cut -f 3 -d - >> ./languages @@ -61,8 +63,7 @@ fi # Set the config option variables if they are not already set: [ -r ../KDE.options ] && . ../KDE.options -CWD=$(pwd) -TMP=${TMP:-/tmp/kde-build} +TMP=${TMP:-/tmp/kde_build} make_language_pack() { rm -rf $PKG @@ -104,6 +105,13 @@ cd $PKG if [ -z $PKGLANG ]; then for PKGLANG in $(cat languages) ; do PKGNAM=calligra-l10n-$PKGLANG + # If the variable PRINT_PACKAGE_NAME is set, then this script will report what + # the name of the created package would be, and then exit. This information + # could be useful to other scripts. + if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + continue + fi PKG=$TMP/package-calligra-l10n-$PKGLANG # The global options may be overridden here (if needed): [ -r ./local.options/$PKGLANG ] && . ./local.options/$PKGLANG @@ -111,6 +119,13 @@ if [ -z $PKGLANG ]; then done else PKGNAM=calligra-l10n-$PKGLANG + # If the variable PRINT_PACKAGE_NAME is set, then this script will report what + # the name of the created package would be, and then exit. This information + # could be useful to other scripts. + if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 + fi PKG=$TMP/package-calligra-l10n-$PKGLANG # The global options may be overridden here (if needed): [ -r ./local.options/$PKGLANG ] && . ./local.options/$PKGLANG 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 index b0f94367..b5bfc17f 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-af +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-af @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-af: calligra-l10n-af calligra-l10n-af: calligra-l10n-af: Afrikaans language support for Calligra. 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 index 5c495d63..0d63ba68 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ar +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ar @@ -1,3 +1,11 @@ +# 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-ar: calligra-l10n-ar calligra-l10n-ar: calligra-l10n-ar: Arabic language support for Calligra. 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 index 0eba46b4..954dd8d2 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-az +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-az @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-az: calligra-l10n-az calligra-l10n-az: calligra-l10n-az: Azerbaijani language support for Calligra. 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 index 0cc4dbc9..b3cde322 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bg +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bg @@ -1,3 +1,11 @@ +# 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-bg: calligra-l10n-bg calligra-l10n-bg: calligra-l10n-bg: Bulgarian language support for Calligra. 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 index 0db9564d..e94f292f 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-br +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-br @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-br: calligra-l10n-br calligra-l10n-br: calligra-l10n-br: Breton language support for Calligra. 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 index 8a82e9ba..cc8a5da7 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bs +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-bs @@ -1,3 +1,11 @@ +# 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-bs: calligra-l10n-bs calligra-l10n-bs: calligra-l10n-bs: Bosnian language support for Calligra. 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 index 27a7e3e1..e384678a 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ca @@ -1,3 +1,11 @@ +# 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-ca: calligra-l10n-ca calligra-l10n-ca: calligra-l10n-ca: Catalan language support for Calligra. 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 index fb759930..541229b4 100644 --- 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 @@ -1,3 +1,11 @@ +# 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-ca@valencia: calligra-l10n-ca@valencia calligra-l10n-ca@valencia: calligra-l10n-ca@valencia: Valencian (southern Catalan) language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cs b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cs index 87bc7d82..3283206d 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cs +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cs @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-cs: calligra-l10n-cs calligra-l10n-cs: calligra-l10n-cs: Czech language support for Calligra. 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 index f25b96ba..d2a082aa 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cy +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-cy @@ -1,3 +1,11 @@ +# 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-cy: calligra-l10n-cy calligra-l10n-cy: calligra-l10n-cy: Welsh language support for Calligra. 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 index 6b907996..f288a01a 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-da +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-da @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-da: calligra-l10n-da calligra-l10n-da: calligra-l10n-da: Danish language support for Calligra. 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 index ff79d909..a9fc19f6 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-de +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-de @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-de: calligra-l10n-de calligra-l10n-de: calligra-l10n-de: German language support for Calligra. 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 index 80c52631..f6277b33 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-el +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-el @@ -1,3 +1,11 @@ +# 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-el: calligra-l10n-el calligra-l10n-el: calligra-l10n-el: Greek language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-en_GB b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-en_GB index 9e39b8bf..0890378a 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-en_GB +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-en_GB @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-en_GB: calligra-l10n-en_GB calligra-l10n-en_GB: calligra-l10n-en_GB: English (UK) language support for Calligra. 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 index 4e6932ff..4bc4edcd 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eo +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eo @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-eo: calligra-l10n-eo calligra-l10n-eo: calligra-l10n-eo: Esperanto language support for Calligra. 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 index 5f4916db..d95944b2 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-es +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-es @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-es: calligra-l10n-es calligra-l10n-es: calligra-l10n-es: Spanish language support for Calligra. 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 index 48a6ec9b..207237d2 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-et +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-et @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-et: calligra-l10n-et calligra-l10n-et: calligra-l10n-et: Estonian language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eu b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eu index 917ebf85..1ab048b8 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eu +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-eu @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makeu it easier to edit a package description. Line +# The "handy ruler" below makeu 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 lineu for the formatting to be correct. It's also customary to +# the right side marks the last column you can put a character in. You must make +# exactly 11 lineu for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-eu: calligra-l10n-eu calligra-l10n-eu: calligra-l10n-eu: Basque language support for Calligra. 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 index 5f405c67..50228b34 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fa +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fa @@ -1,3 +1,11 @@ +# 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-fa: calligra-l10n-fa calligra-l10n-fa: calligra-l10n-fa: Persian (Farsi) language support for Calligra. 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 index c76ff512..400e5232 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fi +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fi @@ -1,3 +1,11 @@ +# 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-fi: calligra-l10n-fi calligra-l10n-fi: calligra-l10n-fi: Finnish language support for Calligra. 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 index addbe7dd..daf99176 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fr +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fr @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-fr: calligra-l10n-fr calligra-l10n-fr: calligra-l10n-fr: French language support for Calligra. 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 index 9e45f731..feaf9860 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fy +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-fy @@ -1,3 +1,11 @@ +# 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-fy: calligra-l10n-fy calligra-l10n-fy: calligra-l10n-fy: Abkhasysk language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ga b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ga index a73833e0..75165068 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ga +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ga @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makeu it easier to edit a package description. Line +# The "handy ruler" below makeu 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 lineu for the formatting to be correct. It's also customary to +# the right side marks the last column you can put a character in. You must make +# exactly 11 lineu for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ga: calligra-l10n-ga calligra-l10n-ga: calligra-l10n-ga: Irish Gaelic language support for Calligra. 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 index a8cbccb4..aebbffda 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-gl +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-gl @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-gl: calligra-l10n-gl calligra-l10n-gl: calligra-l10n-gl: Galician language support for Calligra. 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 index 6c257aa2..b3cb0bcb 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-he +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-he @@ -1,3 +1,11 @@ +# 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-he: calligra-l10n-he calligra-l10n-he: calligra-l10n-he: Hebrew language support for Calligra. 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 index 6ce17597..25af18e7 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hi +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hi @@ -1,3 +1,11 @@ +# 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-hi: calligra-l10n-hi calligra-l10n-hi: calligra-l10n-hi: Hindi language support for Calligra. 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 index b96f0ffd..e13c3620 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hne +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hne @@ -1,3 +1,11 @@ +# 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-hne: calligra-l10n-hne calligra-l10n-hne: calligra-l10n-hne: Chhattisgarhi language support for Calligra. 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 index 96d4485d..e0b290c4 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hsb +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hsb @@ -1,3 +1,11 @@ +# 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-hsb: calligra-l10n-hsb calligra-l10n-hsb: calligra-l10n-hsb: Upper Sorbian language support for Calligra. 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 index 19869b99..7029712d 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hu +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-hu @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-hu: calligra-l10n-hu calligra-l10n-hu: calligra-l10n-hu: Hungarian language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ia b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ia index a82b2513..7b055cf6 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ia +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ia @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ia: calligra-l10n-ia calligra-l10n-ia: calligra-l10n-ia: Interlingua language support for Calligra. 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 index d664207c..3c528f8c 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-is +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-is @@ -1,3 +1,11 @@ +# 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-is: calligra-l10n-is calligra-l10n-is: calligra-l10n-is: Icelandic language support for Calligra. 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 index 43bf529f..6aecb994 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-it +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-it @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-it: calligra-l10n-it calligra-l10n-it: calligra-l10n-it: Italian language support for Calligra. 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 index 782d09d8..86eaeeb2 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ja +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ja @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ja: calligra-l10n-ja calligra-l10n-ja: calligra-l10n-ja: Japanese language support for Calligra. 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 index 071a9a74..9724db2d 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-kk +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-kk @@ -1,3 +1,11 @@ +# 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-kk: calligra-l10n-kk calligra-l10n-kk: calligra-l10n-kk: Kazakh language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-km b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-km index 8613ad66..9d030e8f 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-km +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-km @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-km: calligra-l10n-km calligra-l10n-km: calligra-l10n-km: Khmer language support for Calligra. 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 index 8de6a26a..cf8a8a50 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lo +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lo @@ -1,3 +1,11 @@ +# 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-lo: calligra-l10n-lo calligra-l10n-lo: calligra-l10n-lo: Lao language support for Calligra. 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 index 470dee64..7a1fd26c 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lt +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lt @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-lt: calligra-l10n-lt calligra-l10n-lt: calligra-l10n-lt: Lithuanian language support for Calligra. 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 index 07da0e2a..f6a031c1 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lv +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-lv @@ -1,3 +1,11 @@ +# 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-lv: calligra-l10n-lv calligra-l10n-lv: calligra-l10n-lv: Latvian language support for Calligra. 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 index bf683ac3..8bbe754a 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mk +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mk @@ -1,3 +1,11 @@ +# 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-mk: calligra-l10n-mk calligra-l10n-mk: calligra-l10n-mk: Macedonian language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ms b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ms index 526a2bd5..3b86433d 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ms +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ms @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ms: calligra-l10n-ms calligra-l10n-ms: calligra-l10n-ms: Malay language support for Calligra. 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 index d67b36e7..7fc7b0a2 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mt +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-mt @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-mt: calligra-l10n-mt calligra-l10n-mt: calligra-l10n-mt: Maltese language support for Calligra. 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 index 5fa9358d..e46faee9 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nb +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nb @@ -1,3 +1,11 @@ +# 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-nb: calligra-l10n-nb calligra-l10n-nb: calligra-l10n-nb: Norwegian (Bokmaal) language support for Calligra. 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 index e78a7dde..65b04171 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nds +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nds @@ -1,3 +1,11 @@ +# 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-nds: calligra-l10n-nds calligra-l10n-nds: calligra-l10n-nds: Low Saxon language support for Calligra. 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 index 61ed8090..ce88c288 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ne +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ne @@ -1,3 +1,11 @@ +# 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-ne: calligra-l10n-ne calligra-l10n-ne: calligra-l10n-ne: Nepali language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nl b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nl index 27f3316c..198d23cf 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nl +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nl @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-nl: calligra-l10n-nl calligra-l10n-nl: calligra-l10n-nl: Dutch language support for Calligra. 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 index 1de72c24..c6354d88 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nn +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-nn @@ -1,3 +1,11 @@ +# 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-nn: calligra-l10n-nn calligra-l10n-nn: calligra-l10n-nn: Norwegian (Nynorsk) language support for Calligra. 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 index a479e2d7..0097eff3 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-no: calligra-l10n-no calligra-l10n-no: calligra-l10n-no: Norwegian (Bokmaal) language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no_NY b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no_NY index 682218a7..512f6830 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no_NY +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-no_NY @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-no_NY: calligra-l10n-no_NY calligra-l10n-no_NY: calligra-l10n-no_NY: Norwegian (Nynorsk) language support for Calligra. 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 index e2725bf5..a4256689 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pl +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pl @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-pl: calligra-l10n-pl calligra-l10n-pl: calligra-l10n-pl: Polish language support for Calligra. 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 index d9fa736a..932c7d96 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-pt: calligra-l10n-pt calligra-l10n-pt: calligra-l10n-pt: Portuguese language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt_BR b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt_BR index 616edf6e..7226e076 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt_BR +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-pt_BR @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-pt_BR: calligra-l10n-pt_BR calligra-l10n-pt_BR: calligra-l10n-pt_BR: Brazil portuguese language support for Calligra. 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 index 0483eacb..f04543d9 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ro +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ro @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ro: calligra-l10n-ro calligra-l10n-ro: calligra-l10n-ro: Romanian language support for Calligra. 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 index bee95707..98b99dcc 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ru +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ru @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ru: calligra-l10n-ru calligra-l10n-ru: calligra-l10n-ru: Russian language support for Calligra. 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 index 18356f20..c63ddaca 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-se +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-se @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-se: calligra-l10n-se calligra-l10n-se: calligra-l10n-se: Northern Sami language support for Calligra. 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 index fed9ee2c..07844434 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sk +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sk @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-sk: calligra-l10n-sk calligra-l10n-sk: calligra-l10n-sk: Slovak language support for Calligra. 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 index 1f2fdc2b..2c733cde 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sl +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sl @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-sl: calligra-l10n-sl calligra-l10n-sl: calligra-l10n-sl: Slovenian language support for Calligra. 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 index 14fb8aac..0d632560 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-sr: calligra-l10n-sr calligra-l10n-sr: calligra-l10n-sr: Serbian language support for Calligra. diff --git a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr@Latn b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr@Latn index 73c3e068..3c3c4718 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr@Latn +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sr@Latn @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-sr@Latn: calligra-l10n-sr@Latn calligra-l10n-sr@Latn: calligra-l10n-sr@Latn: Serbian in Latin script language support for Calligra. 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 index 5c0c7de7..8a6c8a92 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sv +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-sv @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-sv: calligra-l10n-sv calligra-l10n-sv: calligra-l10n-sv: Swedish language support for Calligra. 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 index 40d69103..e3539b67 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ta +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ta @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-ta: calligra-l10n-ta calligra-l10n-ta: calligra-l10n-ta: Tamil language support for Calligra. 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 index ee9c25a2..ed6a6bf9 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tg +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tg @@ -1,3 +1,11 @@ +# 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-tg: calligra-l10n-tg calligra-l10n-tg: calligra-l10n-tg: Tajik language support for Calligra. 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 index dae23d94..22327ee1 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-th +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-th @@ -1,3 +1,11 @@ +# 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-th: calligra-l10n-th calligra-l10n-th: calligra-l10n-th: Thai language support for Calligra. 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 index 59648105..14467609 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tr +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-tr @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-tr: calligra-l10n-tr calligra-l10n-tr: calligra-l10n-tr: Turkish language support for Calligra. 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 index d79f053b..1dc20514 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uk +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uk @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-uk: calligra-l10n-uk calligra-l10n-uk: calligra-l10n-uk: Ukrainian language support for Calligra. 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 index 90c8fa09..8628d79e 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uz +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-uz @@ -1,3 +1,11 @@ +# 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-uz: calligra-l10n-uz calligra-l10n-uz: calligra-l10n-uz: Uzbek language support for Calligra. 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 index 44fdda8e..c62947c0 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ven +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-ven @@ -1,3 +1,11 @@ +# 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-ven: calligra-l10n-ven calligra-l10n-ven: calligra-l10n-ven: Venda language support for Calligra. 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 index 1121068c..4da625a8 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-wa +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-wa @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# 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 +# 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------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| calligra-l10n-wa: calligra-l10n-wa calligra-l10n-wa: calligra-l10n-wa: Walloon language support for Calligra. 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 index f15caa17..89ecfdfa 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-xh +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-xh @@ -1,3 +1,11 @@ +# 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-xh: calligra-l10n-xh calligra-l10n-xh: calligra-l10n-xh: Xhosa language support for Calligra. 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 index 566f2f1b..9fb17ead 100644 --- 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 @@ -1,3 +1,11 @@ +# 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-zh_CN: calligra-l10n-zh_CN calligra-l10n-zh_CN: calligra-l10n-zh_CN: Simplified Chinese language support for Calligra. 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 index ec452230..42b10809 100644 --- 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 @@ -1,3 +1,11 @@ +# 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-zh_TW: calligra-l10n-zh_TW calligra-l10n-zh_TW: calligra-l10n-zh_TW: Chinese language support for Calligra. 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 index efbb898a..fade4b03 100644 --- a/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zu +++ b/source/kdei/calligra-l10n/slack-desc/slack-desc.calligra-l10n-zu @@ -1,3 +1,11 @@ +# 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-zu: calligra-l10n-zu calligra-l10n-zu: calligra-l10n-zu: Zulu language support for Calligra. diff --git a/source/kdei/kde-l10n/kde-l10n.SlackBuild b/source/kdei/kde-l10n/kde-l10n.SlackBuild index 971c9318..5da71233 100755 --- a/source/kdei/kde-l10n/kde-l10n.SlackBuild +++ b/source/kdei/kde-l10n/kde-l10n.SlackBuild @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # Copyright 2008 Robby Workman Northport, AL, USA -# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,6 +29,8 @@ # default is to create an up-to-date ./languages list and build all the # language packs. +cd $(dirname $0) ; CWD=$(pwd) + if [ ! -r ./languages ]; then for file in kde-l10n*xz ; do echo $file | cut -f 3 -d - >> ./languages @@ -60,8 +62,7 @@ fi # Set the config option variables if they are not already set: [ -r ../KDE.options ] && . ../KDE.options -CWD=$(pwd) -TMP=${TMP:-/tmp/kde-build} +TMP=${TMP:-/tmp/kde_build} # This function will insert missing kdepim translations from kde-l10n-4.4.5: insert_kdepim() { @@ -137,6 +138,13 @@ cd $PKG if [ -z $PKGLANG ]; then for PKGLANG in $(cat languages) ; do PKGNAM=kde-l10n-$PKGLANG + # If the variable PRINT_PACKAGE_NAME is set, then this script will report what + # the name of the created package would be, and then exit. This information + # could be useful to other scripts. + if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + continue + fi PKG=$TMP/package-kde-l10n-$PKGLANG # The global options may be overridden here (if needed): [ -r ./local.options/$PKGLANG ] && . ./local.options/$PKGLANG @@ -144,6 +152,13 @@ if [ -z $PKGLANG ]; then done else PKGNAM=kde-l10n-$PKGLANG + # If the variable PRINT_PACKAGE_NAME is set, then this script will report what + # the name of the created package would be, and then exit. This information + # could be useful to other scripts. + if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 + fi PKG=$TMP/package-kde-l10n-$PKGLANG # The global options may be overridden here (if needed): [ -r ./local.options/$PKGLANG ] && . ./local.options/$PKGLANG diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ar b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ar index c1850ab6..2c2a240d 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ar +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ar @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ar: kde-l10n-ar kde-l10n-ar: kde-l10n-ar: Arabic language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bg b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bg index 4210b1fb..95e61673 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bg +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bg @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-bg: kde-l10n-bg kde-l10n-bg: kde-l10n-bg: Bulgarian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bn_IN b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bn_IN index 2f7c7c03..cf11a21c 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bn_IN +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bn_IN @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-bn_IN: kde-l10n-bn_IN kde-l10n-bn_IN: kde-l10n-bn_IN: Bengali language support for KDE. 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 index 04f60af1..202f5a1b 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bs +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-bs @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-bs: kde-l10n-bs kde-l10n-bs: kde-l10n-bs: Bosnian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca index 0642c745..300e8a03 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ca @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ca: kde-l10n-ca kde-l10n-ca: kde-l10n-ca: Catalan language support for KDE. 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 f8ecb792..d66ecb12 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,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ca@valencia: kde-l10n-ca@valencia kde-l10n-ca@valencia: kde-l10n-ca@valencia: Catalan (Valencian) language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-cs b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-cs index a9ff293c..b8c78d69 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-cs +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-cs @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-cs: kde-l10n-cs kde-l10n-cs: kde-l10n-cs: Czech language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-csb b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-csb index a430c78e..a1edbab7 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-csb +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-csb @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-csb: kde-l10n-csb kde-l10n-csb: kde-l10n-csb: Kashubian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-da b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-da index 9cdb27d9..24064640 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-da +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-da @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-da: kde-l10n-da kde-l10n-da: kde-l10n-da: Danish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-de b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-de index e90b9624..54ce431b 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-de +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-de @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-de: kde-l10n-de kde-l10n-de: kde-l10n-de: German language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-el b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-el index 3e6b56e3..1c77b14f 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-el +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-el @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-el: kde-l10n-el kde-l10n-el: kde-l10n-el: Greek language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-en_GB b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-en_GB index 7bd1861a..3955cc43 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-en_GB +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-en_GB @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-en_GB: kde-l10n-en_GB kde-l10n-en_GB: kde-l10n-en_GB: English (UK) language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eo b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eo index 70a4484a..0c259fa0 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eo +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eo @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-eo: kde-l10n-eo kde-l10n-eo: kde-l10n-eo: Esperanto language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-es b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-es index 333cf642..d17fe01b 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-es +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-es @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-es: kde-l10n-es kde-l10n-es: kde-l10n-es: Spanish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-et b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-et index ac801ed0..fe77141d 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-et +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-et @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-et: kde-l10n-et kde-l10n-et: kde-l10n-et: Estonian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eu b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eu index 3576364a..033869cc 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eu +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-eu @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-eu: kde-l10n-eu kde-l10n-eu: kde-l10n-eu: Basque language support for KDE. 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 index 28fd9799..293f497d 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fa +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fa @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-fa: kde-l10n-fa kde-l10n-fa: kde-l10n-fa: Farsi language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fi b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fi index 74ed56f0..d1a197fc 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fi +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fi @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-fi: kde-l10n-fi kde-l10n-fi: kde-l10n-fi: Finnish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fr b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fr index 8a70d56d..4dd64318 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fr +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fr @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-fr: kde-l10n-fr kde-l10n-fr: kde-l10n-fr: French language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fy b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fy index 93195d0f..3e046675 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fy +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-fy @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-fy: kde-l10n-fy kde-l10n-fy: kde-l10n-fy: Abkhasysk language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ga b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ga index fc07a274..b26424e6 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ga +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ga @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ga: kde-l10n-ga kde-l10n-ga: kde-l10n-ga: Irish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gl b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gl index 58eaca77..5e5503c7 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gl +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gl @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-gl: kde-l10n-gl kde-l10n-gl: kde-l10n-gl: Galician language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gu b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gu index 79c5ae5a..20f4aca1 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gu +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-gu @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-gu: kde-l10n-gu kde-l10n-gu: kde-l10n-gu: Gujarati language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-he b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-he index 3ab491b7..c84dbe10 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-he +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-he @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-he: kde-l10n-he kde-l10n-he: kde-l10n-he: Hebrew language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hi b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hi index 7575bb96..f2103a23 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hi +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hi @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-hi: kde-l10n-hi kde-l10n-hi: kde-l10n-hi: Hindi language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hne b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hne index 3ff7676b..627c110d 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hne +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hne @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-hne: kde-l10n-hne kde-l10n-hne: kde-l10n-hne: Chhattisgarhi language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hr b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hr index 711dc127..bc9c6f99 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hr +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hr @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-hr: kde-l10n-hr kde-l10n-hr: kde-l10n-hr: Croatian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hu b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hu index 1ecc0c42..fb8384be 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hu +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-hu @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-hu: kde-l10n-hu kde-l10n-hu: kde-l10n-hu: Hungarian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ia b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ia index e0732347..3094e868 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ia +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ia @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ia: kde-l10n-ia kde-l10n-ia: kde-l10n-ia: Interlingua language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-id b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-id index 6e5bd8a3..1629bd84 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-id +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-id @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-id: kde-l10n-id kde-l10n-id: kde-l10n-id: Indonesian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-is b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-is index a9fa3c20..39ae8e8c 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-is +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-is @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-is: kde-l10n-is kde-l10n-is: kde-l10n-is: Icelandic language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-it b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-it index a90d4ec0..d6af3ae3 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-it +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-it @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-it: kde-l10n-it kde-l10n-it: kde-l10n-it: Italian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ja b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ja index ba28704c..94783bbd 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ja +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ja @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ja: kde-l10n-ja kde-l10n-ja: kde-l10n-ja: Japanese language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kk b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kk index 82f5143d..3c23f859 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kk +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kk @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-kk: kde-l10n-kk kde-l10n-kk: kde-l10n-kk: Kazakh language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-km b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-km index 8f137c02..87b31349 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-km +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-km @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-km: kde-l10n-km kde-l10n-km: kde-l10n-km: Khmer language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kn b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kn index 571e643c..591684db 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kn +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-kn @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-kn: kde-l10n-kn kde-l10n-kn: kde-l10n-kn: Kannada language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ko b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ko index 935283b0..063b5a6c 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ko +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ko @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ko: kde-l10n-ko kde-l10n-ko: kde-l10n-ko: Korean language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ku b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ku index b4a2ff03..b1995425 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ku +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ku @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ku: kde-l10n-ku kde-l10n-ku: kde-l10n-ku: Kurdish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lt b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lt index 733bc0a3..081514e1 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lt +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lt @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-lt: kde-l10n-lt kde-l10n-lt: kde-l10n-lt: Lithuanian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lv b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lv index e65b3521..fd39a8ba 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lv +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-lv @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-lv: kde-l10n-lv kde-l10n-lv: kde-l10n-lv: Latvian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mai b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mai index c6b88361..5926c595 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mai +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mai @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-mai: kde-l10n-mai kde-l10n-mai: kde-l10n-mai: Maithili language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mk b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mk index 4d65fb77..e0eb2a72 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mk +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mk @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-mk: kde-l10n-mk kde-l10n-mk: kde-l10n-mk: Macedonian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ml b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ml index 6ff4b3c3..233bce3e 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ml +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ml @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ml: kde-l10n-ml kde-l10n-ml: kde-l10n-ml: Malayalam language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mr b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mr index 39a721ba..4c018c57 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mr +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-mr @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-mr: kde-l10n-mr kde-l10n-mr: kde-l10n-mr: Marathi language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nb b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nb index cee273ca..26ed3d98 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nb +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nb @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-nb: kde-l10n-nb kde-l10n-nb: kde-l10n-nb: Norwegian (Bokmaal) language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nds b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nds index 6d0dfa72..9416ab17 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nds +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nds @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-nds: kde-l10n-nds kde-l10n-nds: kde-l10n-nds: Low Saxon language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nl b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nl index 75336475..182922bf 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nl +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nl @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-nl: kde-l10n-nl kde-l10n-nl: kde-l10n-nl: Dutch language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nn b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nn index f3c10b1a..661b8d08 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nn +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-nn @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-nn: kde-l10n-nn kde-l10n-nn: kde-l10n-nn: Norwegian (Nynorsk) language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pa b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pa index 9b7b2009..e79f2cfe 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pa +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pa @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-pa: kde-l10n-pa kde-l10n-pa: kde-l10n-pa: Punjabi language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pl b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pl index e5515a21..b269c615 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pl +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pl @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-pl: kde-l10n-pl kde-l10n-pl: kde-l10n-pl: Polish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt index f71c7ee7..f35e7e65 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-pt: kde-l10n-pt kde-l10n-pt: kde-l10n-pt: Portuguese language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt_BR b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt_BR index fd860978..dfb14476 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt_BR +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-pt_BR @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-pt_BR: kde-l10n-pt_BR kde-l10n-pt_BR: kde-l10n-pt_BR: Brazilian Portuguese language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ro b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ro index 7eea0dd7..64bf733a 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ro +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ro @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ro: kde-l10n-ro kde-l10n-ro: kde-l10n-ro: Romanian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ru b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ru index e857af46..6a3ff2f4 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ru +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ru @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ru: kde-l10n-ru kde-l10n-ru: kde-l10n-ru: Russian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-si b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-si index 1eb88a2e..526ea811 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-si +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-si @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-si: kde-l10n-si kde-l10n-si: kde-l10n-si: Sinhala language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sk b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sk index 65f1e8ce..710ecb9a 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sk +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sk @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-sk: kde-l10n-sk kde-l10n-sk: kde-l10n-sk: Slovak language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sl b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sl index 8c341085..bbf62a4c 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sl +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sl @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-sl: kde-l10n-sl kde-l10n-sl: kde-l10n-sl: Slovenian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sr b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sr index 732a5c93..c5605005 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sr +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sr @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-sr: kde-l10n-sr kde-l10n-sr: kde-l10n-sr: Serbian language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sv b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sv index 8c4838fe..6ada2deb 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sv +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-sv @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-sv: kde-l10n-sv kde-l10n-sv: kde-l10n-sv: Swedish language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ta b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ta index 795d799f..1ef20a1e 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ta +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ta @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ta: kde-l10n-ta kde-l10n-ta: kde-l10n-ta: Tamil language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tg b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tg index e8b7456c..39ac24c1 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tg +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tg @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-tg: kde-l10n-tg kde-l10n-tg: kde-l10n-tg: Tajik language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-th b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-th index 0c9a65c3..33a82a80 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-th +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-th @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-th: kde-l10n-th kde-l10n-th: kde-l10n-th: Thai language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tr b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tr index 9ba72ec3..c6e73b29 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tr +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-tr @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-tr: kde-l10n-tr kde-l10n-tr: kde-l10n-tr: Turkish language support for KDE. 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 index d7d8234e..1b141c57 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ug +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-ug @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-ug: kde-l10n-ug kde-l10n-ug: kde-l10n-ug: Uyghur language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-uk b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-uk index f918327e..66d64641 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-uk +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-uk @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-uk: kde-l10n-uk kde-l10n-uk: kde-l10n-uk: Ukrainian language support for KDE. 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 index ee4a6d54..a86a62e8 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-vi +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-vi @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-vi: kde-l10n-vi kde-l10n-vi: kde-l10n-vi: Vietnamese language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-wa b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-wa index 3bcc46c4..5522370e 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-wa +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-wa @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-wa: kde-l10n-wa kde-l10n-wa: kde-l10n-wa: Walloon language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_CN b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_CN index 93632055..9246c015 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_CN +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_CN @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-zh_CN: kde-l10n-zh_CN kde-l10n-zh_CN: kde-l10n-zh_CN: Simplified Chinese language support for KDE. diff --git a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_TW b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_TW index 8b173b9e..1cd511aa 100644 --- a/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_TW +++ b/source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_TW @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| kde-l10n-zh_TW: kde-l10n-zh_TW kde-l10n-zh_TW: kde-l10n-zh_TW: Chinese language support for KDE. |