diff options
Diffstat (limited to 'source/kdei/kde-l10n')
70 files changed, 571 insertions, 4 deletions
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. |