Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35444162
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
167 KB
Subscribers
None
View Options
diff --git a/packages/gen-kde-l10n.sh b/packages/gen-kde-l10n.sh
index 129cfde2..0cf3ad02 100755
--- a/packages/gen-kde-l10n.sh
+++ b/packages/gen-kde-l10n.sh
@@ -1,323 +1,321 @@
#!/bin/bash
# Copyright (C) 2016 Intevation GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
# Grab the latest kf5 translations and build a binary/source package for kleo.
# Autogenerates NSIS Files that include translations for frameworks.
#
# This script needs installed packages to determine which frameworks
# localizations exist
set -e
tmpdir=$(mktemp -d -p $(pwd))
VERSION=$(date +%Y%m%d%H%M)
g4widir="$(readlink -f $(dirname $0)/../src/playground/install)"
if [ ! -e "$g4widir" ]; then
echo "Please build gpg4win first."
echo "This script needs installed packages to determine which frameworks localizations exist"
exit 1
fi
# QFrameworks are frameworks that use qt translations
QFRAMEWORKS="kconfig kcompletion kcodecs kcoreaddons kitemviews kwidgetsaddons kwindowsystem"
# KFrameworks are frameworks that use KDE translations
-KFRAMEWORKS="kconfigwidgets ki18n kiconthemes" #kxmlgui currently in trunk
+KFRAMEWORKS="kconfigwidgets ki18n kiconthemes kxmlgui"
+POPREFIXES="kleopatra libkleo"
POFILES="libkleo/libkleopatra.po \
- kleopatra/kwatchgnupg.po
- kleopatra/kleopatra.po
- kxmlgui/kxmlgui5.po"
+ kleopatra/kleopatra.po"
# See: https://websvn.kde.org/*checkout*/trunk/l10n-kf5/subdirs
-LANGS="af \
+# and remove x-test
+LANGS="
+af \
ar \
as \
ast \
+az \
be \
be@latin \
bg \
bn \
bn_IN \
br \
bs \
ca \
ca@valencia \
crh \
cs \
csb \
cy \
da \
de \
el \
+en \
en_GB \
eo \
es \
et \
eu \
fa \
fi \
fr \
fy \
ga \
gd \
gl \
gu \
ha \
he \
hi \
hne \
hr \
hsb \
hu \
hy \
ia \
id \
+ie \
is \
it \
ja \
ka \
+kab \
kk \
km \
kn \
ko \
ku \
lb \
lt \
lv \
mai \
mk \
ml \
mr \
ms \
mt \
+my \
nb \
nds \
ne \
nl \
nn \
nso \
oc \
or \
pa \
pl \
ps \
pt \
pt_BR \
ro \
ru \
rw \
se \
si \
sk \
sl \
sq \
sr \
sr@ijekavian \
sr@ijekavianlatin \
sr@latin \
sv \
ta \
te \
tg \
th \
+tn \
+tok \
tr \
tt \
ug \
uk \
uz \
uz@cyrillic \
vi \
wa \
xh \
-x-test \
zh_CN \
zh_HK \
zh_TW"
instfile=$tmpdir/inst-kde-l10n.nsi
uninstfile=$tmpdir/uninst-kde-l10n.nsi
cat > $instfile <<EOF
# THIS FILE IS GENERATED! See kde-l10n.sh
# Copyright (C) 2016 Intevation GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-!ifdef prefix
-!undef prefix
-!endif
!define kcfg_prefix \${ipdir}/kconfigwidgets-\${gpg4win_pkg_kconfigwidgets_version}
EOF
-for frame in $KFRAMEWORKS $QFRAMEWORKS; do
+for frame in $KFRAMEWORKS $QFRAMEWORKS $POPREFIXES; do
echo "!define ${frame}_prefix \${ipdir}/${frame}-\${gpg4win_pkg_${frame}_version}" >> $instfile
done
cat >> $instfile << EOF
-!define prefix \${ipdir}/kde-l10n-\${gpg4win_pkg_kde_l10n_version}
!ifdef DEBUG
Section "kde-l10n" SEC_kde_l10n
!else
Section "-kde-l10n" SEC_kde_l10n
!endif
SetOutPath "\$INSTDIR"
-!ifdef SOURCES
- File "\${gpg4win_pkg_kde_l10n_src}"
-!else
EOF
cat > $uninstfile <<EOF
# THIS FILE IS GENERATED! See kde-l10n.sh
# Copyright (C) 2016 Intevation GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-!ifdef prefix
-!undef prefix
-!endif
-!define prefix \${ipdir}/kde-l10n-\${gpg4win_pkg_kde_l10n_version}
; Uninstaller section.
Section "-un.kde-l10n"
-!ifdef SOURCES
- Push "\${gpg4win_pkg_kde-l10n}"
- Call un.SourceDelete
-!else
EOF
l10ndir=$tmpdir/kde-l10n-$VERSION-src
mkdir -p $l10ndir
cd $l10ndir
for lang in $LANGS; do
mkdir -p $lang
cd $lang
for pofile in $POFILES; do
# First try trunk then summit as not all languages use summit
svn export svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/$lang/messages/$pofile \
`basename $pofile` 2>/dev/null || true
svn export --force svn://anonsvn.kde.org/home/kde/trunk/l10n-support/$lang/summit/messages/$pofile \
`basename $pofile` 2>/dev/null || true
if [ ! -f `basename $pofile` ]; then
echo "$pofile not found in $lang"
fi
done
cd ..
done
l10ndir_bin=$tmpdir/kde-l10n-$VERSION-bin
mkdir -p $l10ndir_bin
cd $l10ndir_bin
for lang in $LANGS; do
if ! ls $l10ndir/$lang/kleopatra.po > /dev/null 2>&1; then
# No kleo translations. Skip it.
continue
fi
+ translated=$(msgfmt --statistics $l10ndir/$lang/kleopatra.po 2>&1 | tail -n 1 | cut -f 1 -d " ")
+ if [ -n "$translated" -a "$translated" -lt "500" ]; then
+ echo "Only $translated strings translated in $lang - skipping"
+ continue
+ fi
if ! [ -e "$g4widir/share/locale/$lang/kf5_entry.desktop" ]; then
# No desktop file. Won't show up in ui
echo "$g4widir/share/locale/$lang/kf5_entry.desktop does not exist"
continue
fi
mkdir -p $l10ndir_bin/share/locale/$lang/LC_MESSAGES
echo " SetOutPath \"\$INSTDIR\\share\\locale\\$lang\"" >> $instfile
echo " File \${kcfg_prefix}/share/locale/$lang/kf5_entry.desktop" >> $instfile
echo " Delete \"\$INSTDIR\\share\\locale\\$lang\\kf5_entry.desktop\"" >> $uninstfile
echo " SetOutPath \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\"" >> $instfile
for frame in $KFRAMEWORKS; do
if [ -e "$g4widir/share/locale/$lang/LC_MESSAGES/${frame}5.mo" ]; then
echo " File \${${frame}_prefix}/share/locale/$lang/LC_MESSAGES/${frame}5.mo" >> $instfile
echo " Delete \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\\${frame}5.mo\"" >> $uninstfile
fi
done
for frame in $QFRAMEWORKS; do
if [ -e "$g4widir/share/locale/$lang/LC_MESSAGES/${frame}5_qt.qm" ]; then
echo " File \${${frame}_prefix}/share/locale/$lang/LC_MESSAGES/${frame}5_qt.qm" >> $instfile
echo " Delete \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\\${frame}5_qt.qm\"" >> $uninstfile
fi
done
for pofile in $POFILES; do
moname=$(basename $pofile | sed 's/\.po/\.mo/')
+ poprefix="`dirname $pofile`_prefix"
if msgfmt -o $l10ndir_bin/share/locale/$lang/LC_MESSAGES/$moname $l10ndir/$lang/`basename $pofile` 2>/dev/null; then
- echo " File \${prefix}/share/locale/$lang/LC_MESSAGES/$moname" >> $instfile
+ echo " File \${$poprefix}/share/locale/$lang/LC_MESSAGES/$moname" >> $instfile
echo " Delete \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\\$moname\"" >> $uninstfile
fi
done
echo "RMDir \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\"" >> $uninstfile
echo "RMDir \"\$INSTDIR\\share\\locale\\$lang\\LC_MESSAGES\"" >> $uninstfile
echo "RMDir \"\$INSTDIR\\share\\locale\\$lang\"" >> $uninstfile
cd ..
done
echo "RMDir \"\$INSTDIR\\share\\locale\"" >> $uninstfile
echo "RMDir \"\$INSTDIR\\share\"" >> $uninstfile
echo "RMDir \"\$INSTDIR\"" >> $uninstfile
-echo "!endif" >> $uninstfile
echo "SectionEnd" >> $uninstfile
-echo "!endif" >> $instfile
echo "SectionEnd" >> $instfile
cd $tmpdir
tar -cJf kde-l10n-$VERSION-src.tar.xz kde-l10n-$VERSION-src
cd $l10ndir_bin
tar -cJf ../kde-l10n-$VERSION-bin.tar.xz *
cd ..
checksum_bin=$(sha256sum kde-l10n-$VERSION-bin.tar.xz | cut -d ' ' -f 1)
checksum_src=$(sha256sum kde-l10n-$VERSION-src.tar.xz | cut -d ' ' -f 1)
curdate=$(date +%Y-%m-%d)
echo "------------------------------ >8 ------------------------------"
echo "# KDE-l10n"
echo "# last changed: ${curdate}"
echo "# by: $USER"
echo "# verified: Tarball created by $USER."
echo "file kde-l10n/kde-l10n-$VERSION-bin.tar.xz"
echo "chk ${checksum_bin}"
echo ""
echo "file kde-l10n/kde-l10n-$VERSION-src.tar.xz"
echo "chk ${checksum_src}"
echo "------------------------------ >8 ------------------------------"
echo "To upload:" >&2
echo "rsync -vP $tmpdir/kde-l10n-$VERSION-*.tar.xz trithemius.gnupg.org:/home/ftp/gcrypt/snapshots/kde-l10n/" >&2
+
+echo "NOTE: TARBALLS ARE CURRENTLY NOT NEEDED. INSTALLATION HAPPENS FROM PACKAGE SOURCES"
diff --git a/src/inst-kde-l10n.nsi b/src/inst-kde-l10n.nsi
index 2bd6dccc..ea279891 100644
--- a/src/inst-kde-l10n.nsi
+++ b/src/inst-kde-l10n.nsi
@@ -1,1140 +1,647 @@
# THIS FILE IS GENERATED! See kde-l10n.sh
# Copyright (C) 2016 Intevation GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
!define kcfg_prefix ${ipdir}/kconfigwidgets-${gpg4win_pkg_kconfigwidgets_version}
!define kconfigwidgets_prefix ${ipdir}/kconfigwidgets-${gpg4win_pkg_kconfigwidgets_version}
!define ki18n_prefix ${ipdir}/ki18n-${gpg4win_pkg_ki18n_version}
!define kiconthemes_prefix ${ipdir}/kiconthemes-${gpg4win_pkg_kiconthemes_version}
+!define kxmlgui_prefix ${ipdir}/kxmlgui-${gpg4win_pkg_kxmlgui_version}
!define kconfig_prefix ${ipdir}/kconfig-${gpg4win_pkg_kconfig_version}
!define kcompletion_prefix ${ipdir}/kcompletion-${gpg4win_pkg_kcompletion_version}
!define kcodecs_prefix ${ipdir}/kcodecs-${gpg4win_pkg_kcodecs_version}
!define kcoreaddons_prefix ${ipdir}/kcoreaddons-${gpg4win_pkg_kcoreaddons_version}
!define kitemviews_prefix ${ipdir}/kitemviews-${gpg4win_pkg_kitemviews_version}
!define kwidgetsaddons_prefix ${ipdir}/kwidgetsaddons-${gpg4win_pkg_kwidgetsaddons_version}
!define kwindowsystem_prefix ${ipdir}/kwindowsystem-${gpg4win_pkg_kwindowsystem_version}
!define kleopatra_prefix ${ipdir}/kleopatra-${gpg4win_pkg_kleopatra_version}
!define libkleo_prefix ${ipdir}/libkleo-${gpg4win_pkg_libkleo_version}
-!define kxmlgui_prefix ${ipdir}/kxmlgui-${gpg4win_pkg_kxmlgui_version}
!ifdef DEBUG
Section "kde-l10n" SEC_kde_l10n
!else
Section "-kde-l10n" SEC_kde_l10n
!endif
SetOutPath "$INSTDIR"
-!ifdef SOURCES
- File "${gpg4win_pkg_kde_l10n_src}"
-!else
- SetOutPath "$INSTDIR\share\locale\af"
- File ${kcfg_prefix}/share/locale/af/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\af\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/af/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/af/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/af/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/af/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/af/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/af/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/af/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/af/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/af/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/af/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${kleopatra_prefix}/share/locale/af/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/af/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ar"
- File ${kcfg_prefix}/share/locale/ar/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ar/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ar/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ar/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ar/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ar/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ar/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ar/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ar/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ar/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ar/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ar/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ar/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ar/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\be"
- File ${kcfg_prefix}/share/locale/be/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\be\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/be/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/be/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/be/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/be/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/be/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/be/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/be/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/be/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/be/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/be/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/be/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/be/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/be/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\bg"
File ${kcfg_prefix}/share/locale/bg/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\bg\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/bg/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/bg/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/bg/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/bg/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/bg/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/bg/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/bg/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/bg/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/bg/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/bg/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/bg/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/bg/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/bg/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/bg/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\br"
- File ${kcfg_prefix}/share/locale/br/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\br\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/br/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/br/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/br/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/br/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/br/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/br/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/br/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/br/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/br/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/br/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/br/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/br/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/br/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\bs"
File ${kcfg_prefix}/share/locale/bs/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\bs\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/bs/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/bs/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/bs/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/bs/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/bs/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/bs/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/bs/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/bs/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/bs/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/bs/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/bs/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/bs/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/bs/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/bs/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\ca"
File ${kcfg_prefix}/share/locale/ca/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/ca/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/ca/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/ca/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ca/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/ca/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/ca/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/ca/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/ca/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/ca/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/ca/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/ca/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/ca/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/ca/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ca/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\ca@valencia"
File ${kcfg_prefix}/share/locale/ca@valencia/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/ca@valencia/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/ca@valencia/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/ca@valencia/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ca@valencia/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/ca@valencia/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/ca@valencia/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/ca@valencia/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/ca@valencia/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/ca@valencia/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/ca@valencia/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/ca@valencia/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/ca@valencia/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/ca@valencia/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ca@valencia/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\cs"
File ${kcfg_prefix}/share/locale/cs/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/cs/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/cs/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/cs/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/cs/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/cs/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/cs/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/cs/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/cs/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/cs/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/cs/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/cs/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/cs/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/cs/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/cs/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\cy"
- File ${kcfg_prefix}/share/locale/cy/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\cy\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/cy/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/cy/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/cy/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/cy/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/cy/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/cy/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/cy/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/cy/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/cy/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/cy/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/cy/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/cy/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/cy/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\da"
File ${kcfg_prefix}/share/locale/da/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\da\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/da/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/da/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/da/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/da/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/da/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/da/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/da/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/da/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/da/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/da/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/da/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/da/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/da/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/da/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\de"
File ${kcfg_prefix}/share/locale/de/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/de/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/de/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/de/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/de/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/de/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/de/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/de/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/de/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/de/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/de/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/de/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/de/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/de/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/de/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\el"
File ${kcfg_prefix}/share/locale/el/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\el\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/el/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/el/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/el/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/el/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/el/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/el/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/el/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/el/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/el/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/el/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/el/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/el/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/el/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/el/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\en_GB"
File ${kcfg_prefix}/share/locale/en_GB/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/en_GB/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/en_GB/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/en_GB/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/en_GB/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/en_GB/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/en_GB/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/en_GB/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/en_GB/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/en_GB/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/en_GB/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/en_GB/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/en_GB/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/en_GB/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/en_GB/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\eo"
- File ${kcfg_prefix}/share/locale/eo/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\eo\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/eo/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/eo/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/eo/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/eo/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/eo/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/eo/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/eo/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/eo/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/eo/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/eo/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/eo/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/eo/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/eo/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\es"
File ${kcfg_prefix}/share/locale/es/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/es/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/es/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/es/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/es/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/es/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/es/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/es/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/es/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/es/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/es/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/es/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/es/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/es/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/es/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\et"
File ${kcfg_prefix}/share/locale/et/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\et\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/et/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/et/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/et/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/et/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/et/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/et/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/et/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/et/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/et/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/et/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/et/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/et/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/et/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/et/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\eu"
- File ${kcfg_prefix}/share/locale/eu/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\eu\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/eu/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/eu/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/eu/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/eu/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/eu/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/eu/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/eu/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/eu/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/eu/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/eu/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/eu/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/eu/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/eu/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\fa"
- File ${kcfg_prefix}/share/locale/fa/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\fa\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/fa/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/fa/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/fa/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/fa/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/fa/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/fa/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/fa/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/fa/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/fa/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/fa/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/fa/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/fa/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/fa/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\fi"
File ${kcfg_prefix}/share/locale/fi/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\fi\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/fi/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/fi/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/fi/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/fi/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/fi/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/fi/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/fi/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/fi/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/fi/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/fi/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/fi/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/fi/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/fi/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/fi/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\fr"
File ${kcfg_prefix}/share/locale/fr/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/fr/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/fr/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/fr/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/fr/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/fr/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/fr/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/fr/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/fr/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/fr/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/fr/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/fr/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/fr/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/fr/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/fr/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\fy"
- File ${kcfg_prefix}/share/locale/fy/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\fy\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/fy/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/fy/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/fy/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/fy/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/fy/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/fy/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/fy/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/fy/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/fy/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/fy/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/fy/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/fy/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/fy/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ga"
- File ${kcfg_prefix}/share/locale/ga/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ga\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ga/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ga/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ga/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ga/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ga/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ga/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ga/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ga/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ga/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ga/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ga/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ga/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ga/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\gl"
File ${kcfg_prefix}/share/locale/gl/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\gl\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/gl/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/gl/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/gl/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/gl/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/gl/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/gl/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/gl/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/gl/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/gl/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/gl/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/gl/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/gl/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/gl/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/gl/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\he"
- File ${kcfg_prefix}/share/locale/he/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\he\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/he/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/he/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/he/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/he/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/he/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/he/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/he/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/he/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/he/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/he/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${kleopatra_prefix}/share/locale/he/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/he/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\hi"
- File ${kcfg_prefix}/share/locale/hi/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\hi\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/hi/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/hi/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/hi/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/hi/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/hi/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/hi/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/hi/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/hi/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/hi/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/hi/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/hi/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/hi/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/hi/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\hne"
- File ${kcfg_prefix}/share/locale/hne/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\hne\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/hne/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/hne/LC_MESSAGES/ki18n5.mo
- File ${kconfig_prefix}/share/locale/hne/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/hne/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/hne/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/hne/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/hne/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/hne/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/hne/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/hne/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/hne/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/hne/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\hr"
- File ${kcfg_prefix}/share/locale/hr/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\hr\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/hr/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/hr/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/hr/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/hr/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/hr/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/hr/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/hr/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/hr/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/hr/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/hr/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/hr/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/hr/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/hr/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\hu"
File ${kcfg_prefix}/share/locale/hu/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/hu/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/hu/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/hu/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/hu/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/hu/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/hu/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/hu/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/hu/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/hu/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/hu/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/hu/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/hu/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/hu/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/hu/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\ia"
File ${kcfg_prefix}/share/locale/ia/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\ia\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/ia/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/ia/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/ia/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ia/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/ia/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/ia/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/ia/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/ia/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/ia/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/ia/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/ia/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/ia/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/ia/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ia/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\is"
- File ${kcfg_prefix}/share/locale/is/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\is\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/is/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/is/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/is/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/is/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/is/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/is/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/is/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/is/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/is/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/is/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/is/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/is/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/is/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\it"
File ${kcfg_prefix}/share/locale/it/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\it\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/it/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/it/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/it/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/it/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/it/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/it/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/it/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/it/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/it/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/it/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/it/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/it/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/it/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/it/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\ja"
File ${kcfg_prefix}/share/locale/ja/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\ja\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/ja/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/ja/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/ja/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ja/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/ja/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/ja/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/ja/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/ja/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/ja/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/ja/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/ja/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/ja/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/ja/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ja/LC_MESSAGES/kxmlgui5.mo
+ SetOutPath "$INSTDIR\share\locale\ka"
+ File ${kcfg_prefix}/share/locale/ka/kf5_entry.desktop
+ SetOutPath "$INSTDIR\share\locale\ka\LC_MESSAGES"
+ File ${kconfigwidgets_prefix}/share/locale/ka/LC_MESSAGES/kconfigwidgets5.mo
+ File ${ki18n_prefix}/share/locale/ka/LC_MESSAGES/ki18n5.mo
+ File ${kiconthemes_prefix}/share/locale/ka/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ka/LC_MESSAGES/kxmlgui5.mo
+ File ${kconfig_prefix}/share/locale/ka/LC_MESSAGES/kconfig5_qt.qm
+ File ${kcompletion_prefix}/share/locale/ka/LC_MESSAGES/kcompletion5_qt.qm
+ File ${kcodecs_prefix}/share/locale/ka/LC_MESSAGES/kcodecs5_qt.qm
+ File ${kcoreaddons_prefix}/share/locale/ka/LC_MESSAGES/kcoreaddons5_qt.qm
+ File ${kitemviews_prefix}/share/locale/ka/LC_MESSAGES/kitemviews5_qt.qm
+ File ${kwidgetsaddons_prefix}/share/locale/ka/LC_MESSAGES/kwidgetsaddons5_qt.qm
+ File ${kwindowsystem_prefix}/share/locale/ka/LC_MESSAGES/kwindowsystem5_qt.qm
+ File ${libkleo_prefix}/share/locale/ka/LC_MESSAGES/libkleopatra.mo
+ File ${kleopatra_prefix}/share/locale/ka/LC_MESSAGES/kleopatra.mo
SetOutPath "$INSTDIR\share\locale\kk"
File ${kcfg_prefix}/share/locale/kk/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\kk\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/kk/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/kk/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/kk/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/kk/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/kk/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/kk/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/kk/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/kk/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/kk/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/kk/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/kk/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/kk/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/kk/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/kk/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\km"
File ${kcfg_prefix}/share/locale/km/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\km\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/km/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/km/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/km/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/km/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/km/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/km/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/km/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/km/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/km/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/km/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/km/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/km/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/km/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/km/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\ko"
File ${kcfg_prefix}/share/locale/ko/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\ko\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/ko/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/ko/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/ko/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ko/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/ko/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/ko/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/ko/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/ko/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/ko/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/ko/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/ko/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/ko/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/ko/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ko/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\lt"
- File ${kcfg_prefix}/share/locale/lt/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\lt\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/lt/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/lt/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/lt/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/lt/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/lt/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/lt/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/lt/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/lt/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/lt/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/lt/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/lt/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/lt/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/lt/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\lv"
File ${kcfg_prefix}/share/locale/lv/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\lv\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/lv/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/lv/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/lv/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/lv/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/lv/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/lv/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/lv/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/lv/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/lv/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/lv/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/lv/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/lv/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/lv/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/lv/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\mk"
- File ${kcfg_prefix}/share/locale/mk/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\mk\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/mk/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/mk/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/mk/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/mk/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/mk/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/mk/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/mk/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/mk/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/mk/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/mk/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/mk/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/mk/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/mk/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\mr"
- File ${kcfg_prefix}/share/locale/mr/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\mr\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/mr/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/mr/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/mr/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/mr/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/mr/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/mr/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/mr/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/mr/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/mr/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/mr/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/mr/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/mr/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/mr/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ms"
- File ${kcfg_prefix}/share/locale/ms/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ms\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ms/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ms/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ms/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ms/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ms/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ms/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ms/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ms/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ms/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ms/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ms/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ms/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ms/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\nb"
File ${kcfg_prefix}/share/locale/nb/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\nb\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/nb/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/nb/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/nb/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/nb/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/nb/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/nb/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/nb/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/nb/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/nb/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/nb/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/nb/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/nb/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/nb/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/nb/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\nds"
File ${kcfg_prefix}/share/locale/nds/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\nds\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/nds/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/nds/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/nds/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/nds/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/nds/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/nds/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/nds/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/nds/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/nds/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/nds/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/nds/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/nds/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/nds/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/nds/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ne"
- File ${kcfg_prefix}/share/locale/ne/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ne\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ne/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ne/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ne/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ne/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ne/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ne/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ne/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ne/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ne/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ne/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ne/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ne/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ne/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\nl"
File ${kcfg_prefix}/share/locale/nl/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\nl\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/nl/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/nl/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/nl/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/nl/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/nl/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/nl/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/nl/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/nl/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/nl/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/nl/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/nl/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/nl/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/nl/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/nl/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\nn"
File ${kcfg_prefix}/share/locale/nn/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\nn\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/nn/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/nn/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/nn/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/nn/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/nn/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/nn/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/nn/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/nn/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/nn/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/nn/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/nn/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/nn/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/nn/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/nn/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\pa"
- File ${kcfg_prefix}/share/locale/pa/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\pa\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/pa/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/pa/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/pa/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/pa/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/pa/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/pa/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/pa/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/pa/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/pa/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/pa/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/pa/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/pa/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/pa/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\pl"
File ${kcfg_prefix}/share/locale/pl/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\pl\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/pl/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/pl/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/pl/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/pl/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/pl/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/pl/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/pl/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/pl/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/pl/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/pl/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/pl/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/pl/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/pl/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/pl/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\pt"
File ${kcfg_prefix}/share/locale/pt/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\pt\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/pt/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/pt/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/pt/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/pt/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/pt/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/pt/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/pt/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/pt/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/pt/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/pt/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/pt/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/pt/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/pt/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/pt/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\pt_BR"
File ${kcfg_prefix}/share/locale/pt_BR/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/pt_BR/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/pt_BR/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/pt_BR/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/pt_BR/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/pt_BR/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/pt_BR/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/pt_BR/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/pt_BR/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/pt_BR/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/pt_BR/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/pt_BR/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/pt_BR/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/pt_BR/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/pt_BR/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ro"
- File ${kcfg_prefix}/share/locale/ro/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ro\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ro/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ro/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ro/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ro/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ro/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ro/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ro/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ro/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ro/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ro/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ro/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ro/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ro/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\ru"
File ${kcfg_prefix}/share/locale/ru/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/ru/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/ru/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/ru/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/ru/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/ru/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/ru/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/ru/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/ru/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/ru/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/ru/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/ru/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/ru/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/ru/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ru/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\se"
- File ${kcfg_prefix}/share/locale/se/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\se\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/se/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/se/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/se/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/se/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/se/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/se/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/se/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/se/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/se/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/se/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/se/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/se/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/se/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\sk"
File ${kcfg_prefix}/share/locale/sk/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\sk\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/sk/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/sk/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/sk/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/sk/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/sk/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/sk/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/sk/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/sk/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/sk/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/sk/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/sk/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/sk/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/sk/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/sk/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\sl"
File ${kcfg_prefix}/share/locale/sl/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\sl\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/sl/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/sl/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/sl/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/sl/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/sl/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/sl/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/sl/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/sl/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/sl/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/sl/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/sl/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/sl/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/sl/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/sl/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\sq"
- File ${kcfg_prefix}/share/locale/sq/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\sq\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/sq/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/sq/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/sq/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/sq/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/sq/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/sq/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/sq/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/sq/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/sq/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/sq/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/sq/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/sq/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/sq/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\sr"
- File ${kcfg_prefix}/share/locale/sr/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\sr\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/sr/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/sr/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/sr/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/sr/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/sr/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/sr/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/sr/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/sr/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/sr/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/sr/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/sr/LC_MESSAGES/libkleopatra.mo
-# File ${kleopatra_prefix}/share/locale/sr/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/sr/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\sv"
File ${kcfg_prefix}/share/locale/sv/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/sv/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/sv/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/sv/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/sv/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/sv/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/sv/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/sv/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/sv/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/sv/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/sv/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/sv/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/sv/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/sv/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/sv/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ta"
- File ${kcfg_prefix}/share/locale/ta/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ta\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ta/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ta/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ta/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ta/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ta/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ta/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ta/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ta/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ta/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ta/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ta/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ta/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ta/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\tg"
- File ${kcfg_prefix}/share/locale/tg/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\tg\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/tg/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/tg/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/tg/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/tg/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/tg/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/tg/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/tg/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/tg/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/tg/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/tg/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/tg/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/tg/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/tg/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\th"
- File ${kcfg_prefix}/share/locale/th/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\th\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/th/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/th/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/th/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/th/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/th/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/th/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/th/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/th/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/th/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/th/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${kleopatra_prefix}/share/locale/th/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/th/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\tr"
File ${kcfg_prefix}/share/locale/tr/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\tr\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/tr/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/tr/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/tr/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/tr/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/tr/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/tr/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/tr/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/tr/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/tr/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/tr/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/tr/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/tr/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/tr/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/tr/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\ug"
- File ${kcfg_prefix}/share/locale/ug/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\ug\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/ug/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/ug/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/ug/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/ug/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/ug/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/ug/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/ug/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/ug/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/ug/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/ug/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${libkleo_prefix}/share/locale/ug/LC_MESSAGES/libkleopatra.mo
- File ${kleopatra_prefix}/share/locale/ug/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/ug/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\uk"
File ${kcfg_prefix}/share/locale/uk/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\uk\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/uk/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/uk/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/uk/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/uk/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/uk/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/uk/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/uk/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/uk/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/uk/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/uk/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/uk/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/uk/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/uk/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/uk/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\uz"
- File ${kcfg_prefix}/share/locale/uz/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\uz\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/uz/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/uz/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/uz/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/uz/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/uz/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/uz/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/uz/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/uz/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/uz/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/uz/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${kleopatra_prefix}/share/locale/uz/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/uz/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\uz@cyrillic"
- File ${kcfg_prefix}/share/locale/uz@cyrillic/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${kleopatra_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/uz@cyrillic/LC_MESSAGES/kxmlgui5.mo
- SetOutPath "$INSTDIR\share\locale\xh"
- File ${kcfg_prefix}/share/locale/xh/kf5_entry.desktop
- SetOutPath "$INSTDIR\share\locale\xh\LC_MESSAGES"
- File ${kconfigwidgets_prefix}/share/locale/xh/LC_MESSAGES/kconfigwidgets5.mo
- File ${ki18n_prefix}/share/locale/xh/LC_MESSAGES/ki18n5.mo
- File ${kiconthemes_prefix}/share/locale/xh/LC_MESSAGES/kiconthemes5.mo
- File ${kconfig_prefix}/share/locale/xh/LC_MESSAGES/kconfig5_qt.qm
- File ${kcompletion_prefix}/share/locale/xh/LC_MESSAGES/kcompletion5_qt.qm
- File ${kcodecs_prefix}/share/locale/xh/LC_MESSAGES/kcodecs5_qt.qm
- File ${kcoreaddons_prefix}/share/locale/xh/LC_MESSAGES/kcoreaddons5_qt.qm
- File ${kitemviews_prefix}/share/locale/xh/LC_MESSAGES/kitemviews5_qt.qm
- File ${kwidgetsaddons_prefix}/share/locale/xh/LC_MESSAGES/kwidgetsaddons5_qt.qm
- File ${kwindowsystem_prefix}/share/locale/xh/LC_MESSAGES/kwindowsystem5_qt.qm
- File ${kleopatra_prefix}/share/locale/xh/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/xh/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\zh_CN"
File ${kcfg_prefix}/share/locale/zh_CN/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/zh_CN/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/zh_CN/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/zh_CN/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/zh_CN/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/zh_CN/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/zh_CN/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/zh_CN/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/zh_CN/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/zh_CN/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/zh_CN/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/zh_CN/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/zh_CN/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/zh_CN/LC_MESSAGES/kxmlgui5.mo
SetOutPath "$INSTDIR\share\locale\zh_TW"
File ${kcfg_prefix}/share/locale/zh_TW/kf5_entry.desktop
SetOutPath "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
File ${kconfigwidgets_prefix}/share/locale/zh_TW/LC_MESSAGES/kconfigwidgets5.mo
File ${ki18n_prefix}/share/locale/zh_TW/LC_MESSAGES/ki18n5.mo
File ${kiconthemes_prefix}/share/locale/zh_TW/LC_MESSAGES/kiconthemes5.mo
+ File ${kxmlgui_prefix}/share/locale/zh_TW/LC_MESSAGES/kxmlgui5.mo
File ${kconfig_prefix}/share/locale/zh_TW/LC_MESSAGES/kconfig5_qt.qm
File ${kcompletion_prefix}/share/locale/zh_TW/LC_MESSAGES/kcompletion5_qt.qm
File ${kcodecs_prefix}/share/locale/zh_TW/LC_MESSAGES/kcodecs5_qt.qm
File ${kcoreaddons_prefix}/share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm
File ${kitemviews_prefix}/share/locale/zh_TW/LC_MESSAGES/kitemviews5_qt.qm
File ${kwidgetsaddons_prefix}/share/locale/zh_TW/LC_MESSAGES/kwidgetsaddons5_qt.qm
File ${kwindowsystem_prefix}/share/locale/zh_TW/LC_MESSAGES/kwindowsystem5_qt.qm
File ${libkleo_prefix}/share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo
File ${kleopatra_prefix}/share/locale/zh_TW/LC_MESSAGES/kleopatra.mo
- File ${kxmlgui_prefix}/share/locale/zh_TW/LC_MESSAGES/kxmlgui5.mo
-!endif
SectionEnd
diff --git a/src/uninst-kde-l10n.nsi b/src/uninst-kde-l10n.nsi
index 6a416f84..e8bbfcd8 100644
--- a/src/uninst-kde-l10n.nsi
+++ b/src/uninst-kde-l10n.nsi
@@ -1,1253 +1,671 @@
# THIS FILE IS GENERATED! See kde-l10n.sh
# Copyright (C) 2016 Intevation GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
; Uninstaller section.
Section "-un.kde-l10n"
- Delete "$INSTDIR\share\locale\af\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\af\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\af\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\af\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\af"
- Delete "$INSTDIR\share\locale\ar\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ar"
- Delete "$INSTDIR\share\locale\be\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\be\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\be\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\be\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\be"
Delete "$INSTDIR\share\locale\bg\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\bg\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\bg\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\bg"
- Delete "$INSTDIR\share\locale\br\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\br\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\br\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\br\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\br"
Delete "$INSTDIR\share\locale\bs\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\bs\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\bs\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\bs"
Delete "$INSTDIR\share\locale\ca\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ca\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ca"
Delete "$INSTDIR\share\locale\ca@valencia\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ca@valencia\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ca@valencia"
Delete "$INSTDIR\share\locale\cs\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\cs\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\cs"
- Delete "$INSTDIR\share\locale\cy\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\cy\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\cy\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\cy"
Delete "$INSTDIR\share\locale\da\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\da\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\da\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\da\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\da"
Delete "$INSTDIR\share\locale\de\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\de\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\de"
Delete "$INSTDIR\share\locale\el\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\el\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\el\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\el\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\el"
Delete "$INSTDIR\share\locale\en_GB\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\en_GB\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\en_GB\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\en_GB"
- Delete "$INSTDIR\share\locale\eo\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\eo"
Delete "$INSTDIR\share\locale\es\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\es\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\es"
Delete "$INSTDIR\share\locale\et\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\et\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\et\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\et\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\et"
- Delete "$INSTDIR\share\locale\eu\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\eu\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\eu\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\eu"
- Delete "$INSTDIR\share\locale\fa\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\fa\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\fa\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\fa"
Delete "$INSTDIR\share\locale\fi\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\fi\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\fi"
Delete "$INSTDIR\share\locale\fr\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\fr"
- Delete "$INSTDIR\share\locale\fy\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\fy\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\fy\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\fy"
- Delete "$INSTDIR\share\locale\ga\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ga\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ga\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ga"
Delete "$INSTDIR\share\locale\gl\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\gl\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\gl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\gl"
- Delete "$INSTDIR\share\locale\he\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\he\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\he\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\he\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\he"
- Delete "$INSTDIR\share\locale\hi\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\hi\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\hi\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\hi"
- Delete "$INSTDIR\share\locale\hne\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\hne\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\hne\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\hne"
- Delete "$INSTDIR\share\locale\hr\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\hr\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\hr\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\hr"
Delete "$INSTDIR\share\locale\hu\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\hu\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\hu"
Delete "$INSTDIR\share\locale\ia\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ia\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ia\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ia"
- Delete "$INSTDIR\share\locale\is\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\is\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\is\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\is\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\is"
Delete "$INSTDIR\share\locale\it\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\it\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\it\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\it\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\it"
Delete "$INSTDIR\share\locale\ja\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ja\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ja"
+ Delete "$INSTDIR\share\locale\ka\kf5_entry.desktop"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kconfigwidgets5.mo"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\ki18n5.mo"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kxmlgui5.mo"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kconfig5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kcompletion5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kcodecs5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kcoreaddons5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kitemviews5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kwidgetsaddons5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kwindowsystem5_qt.qm"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\libkleopatra.mo"
+ Delete "$INSTDIR\share\locale\ka\LC_MESSAGES\kleopatra.mo"
+RMDir "$INSTDIR\share\locale\ka\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ka\LC_MESSAGES"
+RMDir "$INSTDIR\share\locale\ka"
Delete "$INSTDIR\share\locale\kk\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\kk\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\kk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\kk"
Delete "$INSTDIR\share\locale\km\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\km\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\km\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\km\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\km"
Delete "$INSTDIR\share\locale\ko\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ko\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ko\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ko"
- Delete "$INSTDIR\share\locale\lt\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\lt"
Delete "$INSTDIR\share\locale\lv\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\lv\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\lv\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\lv"
- Delete "$INSTDIR\share\locale\mk\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\mk\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\mk\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\mk"
- Delete "$INSTDIR\share\locale\mr\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\mr\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\mr\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\mr"
- Delete "$INSTDIR\share\locale\ms\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ms\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ms\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ms"
Delete "$INSTDIR\share\locale\nb\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\nb\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nb\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nb"
Delete "$INSTDIR\share\locale\nds\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\nds\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nds\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nds"
- Delete "$INSTDIR\share\locale\ne\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ne\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ne\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ne"
Delete "$INSTDIR\share\locale\nl\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nl"
Delete "$INSTDIR\share\locale\nn\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\nn\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nn\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\nn"
- Delete "$INSTDIR\share\locale\pa\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\pa\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\pa\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\pa"
Delete "$INSTDIR\share\locale\pl\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\pl"
Delete "$INSTDIR\share\locale\pt\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\pt"
Delete "$INSTDIR\share\locale\pt_BR\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\pt_BR"
- Delete "$INSTDIR\share\locale\ro\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ro\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ro\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ro"
Delete "$INSTDIR\share\locale\ru\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ru"
- Delete "$INSTDIR\share\locale\se\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\se\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\se\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\se\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\se"
Delete "$INSTDIR\share\locale\sk\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\sk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\sk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\sk"
Delete "$INSTDIR\share\locale\sl\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\sl\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\sl\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\sl"
- Delete "$INSTDIR\share\locale\sq\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\sq\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\sq\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\sq"
- Delete "$INSTDIR\share\locale\sr\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\sr\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\sr"
Delete "$INSTDIR\share\locale\sv\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\sv"
- Delete "$INSTDIR\share\locale\ta\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ta\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ta\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ta"
- Delete "$INSTDIR\share\locale\tg\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\tg\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\tg\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\tg"
- Delete "$INSTDIR\share\locale\th\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\th\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\th\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\th\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\th"
Delete "$INSTDIR\share\locale\tr\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\tr\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\tr\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\tr"
- Delete "$INSTDIR\share\locale\ug\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kwatchgnupg.mo"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\ug\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ug\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\ug"
Delete "$INSTDIR\share\locale\uk\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\uk\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\uk\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\uk"
- Delete "$INSTDIR\share\locale\uz\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\uz\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\uz\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\uz"
- Delete "$INSTDIR\share\locale\uz@cyrillic\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\uz@cyrillic\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\uz@cyrillic"
- Delete "$INSTDIR\share\locale\xh\kf5_entry.desktop"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kconfigwidgets5.mo"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\ki18n5.mo"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kiconthemes5.mo"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kconfig5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcompletion5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcodecs5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kcoreaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kitemviews5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kwidgetsaddons5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kwindowsystem5_qt.qm"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\xh\LC_MESSAGES\kxmlgui5.mo"
-RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\xh\LC_MESSAGES"
-RMDir "$INSTDIR\share\locale\xh"
Delete "$INSTDIR\share\locale\zh_CN\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\zh_CN"
Delete "$INSTDIR\share\locale\zh_TW\kf5_entry.desktop"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kconfigwidgets5.mo"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\ki18n5.mo"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kiconthemes5.mo"
+ Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kxmlgui5.mo"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kconfig5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcompletion5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcodecs5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kcoreaddons5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kitemviews5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwidgetsaddons5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwindowsystem5_qt.qm"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\libkleopatra.mo"
- Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kwatchgnupg.mo"
Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kleopatra.mo"
- Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\kxmlgui5.mo"
RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\zh_TW"
RMDir "$INSTDIR\share\locale"
RMDir "$INSTDIR\share"
RMDir "$INSTDIR"
SectionEnd
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 8, 2:31 PM (22 h, 45 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7a/87/2c261f60682c6ff241511ab01ae8
Attached To
rW Gpg4win
Event Timeline
Log In to Comment