pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

plasma-desktop: Add plasma-desktop 5.6.3



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue May 10 00:15:41 2016 +1200
Changeset:	987f18b39dfa12d0c62b926806294dc32666ffa4

Added Files:
	plasma-desktop/DESCR
	plasma-desktop/Makefile
	plasma-desktop/PLIST
	plasma-desktop/distinfo
	plasma-desktop/patches/patch-kcms_colors_CMakeLists.txt
	plasma-desktop/patches/patch-kcms_cursortheme_CMakeLists.txt
	plasma-desktop/patches/patch-kcms_desktoptheme_CMakeLists.txt
	plasma-desktop/patches/patch-kcms_emoticons_CMakeLists.txt
	plasma-desktop/patches/patch-kcms_icons_CMakeLists.txt
	plasma-desktop/patches/patch-kcms_kfontinst_kcmfontinst_CMakeLists.txt

Log Message:
plasma-desktop: Add plasma-desktop 5.6.3

KDE Plasma Desktop

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=987f18b39dfa12d0c62b926806294dc32666ffa4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 plasma-desktop/DESCR                               |    1 +
 plasma-desktop/Makefile                            |   64 +
 plasma-desktop/PLIST                               | 4358 ++++++++++++++++++++
 plasma-desktop/distinfo                            |   12 +
 .../patches/patch-kcms_colors_CMakeLists.txt       |   15 +
 .../patches/patch-kcms_cursortheme_CMakeLists.txt  |   13 +
 .../patches/patch-kcms_desktoptheme_CMakeLists.txt |   15 +
 .../patches/patch-kcms_emoticons_CMakeLists.txt    |   12 +
 .../patches/patch-kcms_icons_CMakeLists.txt        |   12 +
 ...patch-kcms_kfontinst_kcmfontinst_CMakeLists.txt |   15 +
 10 files changed, 4517 insertions(+)

diffs:
diff --git a/plasma-desktop/DESCR b/plasma-desktop/DESCR
new file mode 100644
index 0000000..aa969a5
--- /dev/null
+++ b/plasma-desktop/DESCR
@@ -0,0 +1 @@
+KDE Plasma Desktop
diff --git a/plasma-desktop/Makefile b/plasma-desktop/Makefile
new file mode 100644
index 0000000..1ea875a
--- /dev/null
+++ b/plasma-desktop/Makefile
@@ -0,0 +1,64 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	plasma-desktop-${PLASMAVER}
+CATEGORIES=	x11
+
+HOMEPAGE=	https://www.kde.org/workspaces/plasmadesktop/
+COMMENT=	KDE Plasma Desktop
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1 AND gnu-fdl-v1.2
+
+.include "../../wip/kde5/plasma.mk"
+
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+DEPENDS+=	ksysguard>=${PLASMAVER}:../../wip/ksysguard
+DEPENDS+=	kmenuedit>=${PLASMAVER}:../../wip/kmenuedit
+DEPENDS+=	polkit-kde-agent>=${PLASMAVER}:../../wip/polkit-kde-agent
+DEPENDS+=	qt5-qtgraphicaleffects-[0-9]*:../../x11/qt5-qtgraphicaleffects
+
+USE_TOOLS+=	msgmerge pkg-config
+
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/colorschemes.knsrc \
+		${PKG_SYSCONFDIR}/xdg/colorschemes.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/emoticons.knsrc \
+		${PKG_SYSCONFDIR}/xdg/emoticons.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/icons.knsrc \
+		${PKG_SYSCONFDIR}/xdg/icons.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/kfontinst.knsrc \
+		${PKG_SYSCONFDIR}/xdg/kfontinst.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/plasma-themes.knsrc \
+		${PKG_SYSCONFDIR}/xdg/plasma-themes.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/xcursor.knsrc \
+		${PKG_SYSCONFDIR}/xdg/xcursor.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/plasma-desktop/org.kde.fontinst.conf \
+		${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.fontinst.conf
+CONF_FILES+=	${PREFIX}/share/examples/plasma-desktop/org.kde.kcontrol.kcmclock.conf \
+		${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
+
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/dbus-1/system.d
+INSTALLATION_DIRS+=	share/examples/plasma-desktop
+
+post-install:
+	mv ${DESTDIR}/etc/dbus-1/system.d/org.kde.fontinst.conf \
+	${DESTDIR}${PREFIX}/share/examples/plasma-desktop/
+	mv ${DESTDIR}/etc/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf \
+	${DESTDIR}${PREFIX}/share/examples/plasma-desktop/
+
+.include "../../audio/libcanberra/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../inputmethod/ibus/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/baloo5/buildlink3.mk"
+.include "../../wip/kactivities5/buildlink3.mk"
+.include "../../wip/kdelibs4support/buildlink3.mk"
+.include "../../wip/knotifyconfig/buildlink3.mk"
+.include "../../wip/kpeople/buildlink3.mk"
+.include "../../wip/krunner/buildlink3.mk"
+.include "../../wip/plasma-framework/buildlink3.mk"
+.include "../../wip/plasma-workspace/buildlink3.mk"
+.include "../../wip/systemsettings/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/libxkbfile/buildlink3.mk"
+.include "../../x11/xkeyboard-config/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/plasma-desktop/PLIST b/plasma-desktop/PLIST
new file mode 100644
index 0000000..eb2a328
--- /dev/null
+++ b/plasma-desktop/PLIST
@@ -0,0 +1,4358 @@
+@comment $NetBSD$
+bin/kaccess
+bin/kfontinst
+bin/kfontview
+bin/knetattach
+bin/krdb
+bin/solid-action-desktop-gen
+lib/kconf_update_bin/krdb_clearlibrarypath
+lib/libKF5ActivitiesExperimentalStats.so.0.0.1
+lib/libKF5ActivitiesExperimentalStats.so.1
+lib/libkdeinit5_kaccess.so
+lib/libkfontinst.so
+lib/libkfontinst.so.5
+lib/libkfontinst.so.${PKGVERSION}
+lib/libkfontinstui.so
+lib/libkfontinstui.so.5
+lib/libkfontinstui.so.${PKGVERSION}
+libexec/kauth/fontinst
+libexec/kauth/fontinst_helper
+libexec/kauth/fontinst_x11
+libexec/kauth/kcmdatetimehelper
+libexec/kfontprint
+libexec/kimpanel-ibus-panel
+qt5/plugins/attica_kde.so
+qt5/plugins/fontthumbnail.so
+qt5/plugins/kcm_access.so
+qt5/plugins/kcm_activities.so
+qt5/plugins/kcm_autostart.so
+qt5/plugins/kcm_baloofile.so
+qt5/plugins/kcm_clock.so
+qt5/plugins/kcm_colors.so
+qt5/plugins/kcm_componentchooser.so
+qt5/plugins/kcm_cursortheme.so
+qt5/plugins/kcm_desktoppaths.so
+qt5/plugins/kcm_desktoptheme.so
+qt5/plugins/kcm_emoticons.so
+qt5/plugins/kcm_fontinst.so
+qt5/plugins/kcm_fonts.so
+qt5/plugins/kcm_formats.so
+qt5/plugins/kcm_icons.so
+qt5/plugins/kcm_kded.so
+qt5/plugins/kcm_keyboard.so
+qt5/plugins/kcm_keys.so
+qt5/plugins/kcm_knotify.so
+qt5/plugins/kcm_launch.so
+qt5/plugins/kcm_phonon.so
+qt5/plugins/kcm_plasmasearch.so
+qt5/plugins/kcm_smserver.so
+qt5/plugins/kcm_solid_actions.so
+qt5/plugins/kcm_standard_actions.so
+qt5/plugins/kcm_style.so
+qt5/plugins/kcm_workspaceoptions.so
+qt5/plugins/kcms/kcm_lookandfeel.so
+qt5/plugins/kcms/kcm_splashscreen.so
+qt5/plugins/kcmspellchecking.so
+qt5/plugins/kf5/kded/device_automounter.so
+qt5/plugins/kf5/kded/keyboard.so
+qt5/plugins/kfontviewpart.so
+qt5/plugins/kio_fonts.so
+qt5/plugins/libkcm_device_automounter.so
+qt5/plugins/libkcm_translations.so
+qt5/plugins/plasma/dataengine/plasma_engine_kimpanel.so
+qt5/qml/org/kde/activities/settings/libkactivitiessettingsplugin.so
+qt5/qml/org/kde/activities/settings/qmldir
+qt5/qml/org/kde/plasma/activityswitcher/libactivityswitcherextensionplugin.so
+qt5/qml/org/kde/plasma/activityswitcher/qmldir
+qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so
+qt5/qml/org/kde/plasma/private/kicker/qmldir
+qt5/qml/org/kde/plasma/private/kimpanel/libkimpanelplugin.so
+qt5/qml/org/kde/plasma/private/kimpanel/qmldir
+qt5/qml/org/kde/plasma/private/pager/libpagerplugin.so
+qt5/qml/org/kde/plasma/private/pager/qmldir
+qt5/qml/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so
+qt5/qml/org/kde/plasma/private/taskmanager/qmldir
+qt5/qml/org/kde/plasma/private/trash/libtrashplugin.so
+qt5/qml/org/kde/plasma/private/trash/qmldir
+qt5/qml/org/kde/private/desktopcontainment/desktop/libdesktopplugin.so
+qt5/qml/org/kde/private/desktopcontainment/desktop/qmldir
+qt5/qml/org/kde/private/desktopcontainment/folder/libfolderplugin.so
+qt5/qml/org/kde/private/desktopcontainment/folder/qmldir
+share/applications/org.kde.kfontview.desktop
+share/applications/org.kde.knetattach.desktop
+share/color-schemes/Honeycomb.colors
+share/color-schemes/Norway.colors
+share/color-schemes/ObsidianCoast.colors
+share/color-schemes/Oxygen.colors
+share/color-schemes/OxygenCold.colors
+share/color-schemes/Steel.colors
+share/color-schemes/WontonSoup.colors
+share/color-schemes/Zion.colors
+share/color-schemes/ZionReversed.colors
+share/dbus-1/services/org.kde.fontinst.service
+share/dbus-1/system-services/org.kde.fontinst.service
+share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
+share/doc/HTML/ca/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/ca/kcontrol/autostart/index.docbook
+share/doc/HTML/ca/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/ca/kcontrol/baloo/index.docbook
+share/doc/HTML/ca/kcontrol/bell/index.cache.bz2
+share/doc/HTML/ca/kcontrol/bell/index.docbook
+share/doc/HTML/ca/kcontrol/bookmarks/index.cache.bz2
+share/doc/HTML/ca/kcontrol/bookmarks/index.docbook
+share/doc/HTML/ca/kcontrol/cache/index.cache.bz2
+share/doc/HTML/ca/kcontrol/cache/index.docbook
+share/doc/HTML/ca/kcontrol/clock/index.cache.bz2
+share/doc/HTML/ca/kcontrol/clock/index.docbook
+share/doc/HTML/ca/kcontrol/colors/index.cache.bz2
+share/doc/HTML/ca/kcontrol/colors/index.docbook
+share/doc/HTML/ca/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/ca/kcontrol/componentchooser/index.docbook
+share/doc/HTML/ca/kcontrol/cookies/index.cache.bz2
+share/doc/HTML/ca/kcontrol/cookies/index.docbook
+share/doc/HTML/ca/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/ca/kcontrol/cursortheme/index.docbook
+share/doc/HTML/ca/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/ca/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/ca/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/ca/kcontrol/emoticons/index.docbook
+share/doc/HTML/ca/kcontrol/filemanager/index.cache.bz2
+share/doc/HTML/ca/kcontrol/filemanager/index.docbook
+share/doc/HTML/ca/kcontrol/filetypes/index.cache.bz2
+share/doc/HTML/ca/kcontrol/filetypes/index.docbook
+share/doc/HTML/ca/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/ca/kcontrol/fontinst/index.docbook
+share/doc/HTML/ca/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/ca/kcontrol/fonts/index.docbook
+share/doc/HTML/ca/kcontrol/formats/index.cache.bz2
+share/doc/HTML/ca/kcontrol/formats/index.docbook
+share/doc/HTML/ca/kcontrol/history/index.cache.bz2
+share/doc/HTML/ca/kcontrol/history/index.docbook
+share/doc/HTML/ca/kcontrol/icons/index.cache.bz2
+share/doc/HTML/ca/kcontrol/icons/index.docbook
+share/doc/HTML/ca/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/ca/kcontrol/joystick/index.docbook
+share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/ca/kcontrol/kcmcss/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmcss/index.docbook
+share/doc/HTML/ca/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/ca/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/ca/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/ca/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/ca/kcontrol/kded/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kded/index.docbook
+share/doc/HTML/ca/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/ca/kcontrol/keyboard/index.docbook
+share/doc/HTML/ca/kcontrol/keys/index.cache.bz2
+share/doc/HTML/ca/kcontrol/keys/index.docbook
+share/doc/HTML/ca/kcontrol/khtml-adblock/index.cache.bz2
+share/doc/HTML/ca/kcontrol/khtml-adblock/index.docbook
+share/doc/HTML/ca/kcontrol/khtml-behavior/index.cache.bz2
+share/doc/HTML/ca/kcontrol/khtml-behavior/index.docbook
+share/doc/HTML/ca/kcontrol/khtml-general/index.cache.bz2
+share/doc/HTML/ca/kcontrol/khtml-general/index.docbook
+share/doc/HTML/ca/kcontrol/khtml-java-js/index.cache.bz2
+share/doc/HTML/ca/kcontrol/khtml-java-js/index.docbook
+share/doc/HTML/ca/kcontrol/khtml-plugins/index.cache.bz2
+share/doc/HTML/ca/kcontrol/khtml-plugins/index.docbook
+share/doc/HTML/ca/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/ca/kcontrol/mouse/index.docbook
+share/doc/HTML/ca/kcontrol/netpref/index.cache.bz2
+share/doc/HTML/ca/kcontrol/netpref/index.docbook
+share/doc/HTML/ca/kcontrol/paths/index.cache.bz2
+share/doc/HTML/ca/kcontrol/paths/index.docbook
+share/doc/HTML/ca/kcontrol/performance/index.cache.bz2
+share/doc/HTML/ca/kcontrol/performance/index.docbook
+share/doc/HTML/ca/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/ca/kcontrol/phonon/index.docbook
+share/doc/HTML/ca/kcontrol/proxy/index.cache.bz2
+share/doc/HTML/ca/kcontrol/proxy/index.docbook
+share/doc/HTML/ca/kcontrol/smb/index.cache.bz2
+share/doc/HTML/ca/kcontrol/smb/index.docbook
+share/doc/HTML/ca/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/ca/kcontrol/solid-actions/index.docbook
+share/doc/HTML/ca/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/ca/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/ca/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/ca/kcontrol/spellchecking/index.docbook
+share/doc/HTML/ca/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/ca/kcontrol/splashscreen/index.docbook
+share/doc/HTML/ca/kcontrol/translations/index.cache.bz2
+share/doc/HTML/ca/kcontrol/translations/index.docbook
+share/doc/HTML/ca/kcontrol/useragent/index.cache.bz2
+share/doc/HTML/ca/kcontrol/useragent/index.docbook
+share/doc/HTML/ca/kfontview/index.cache.bz2
+share/doc/HTML/ca/kfontview/index.docbook
+share/doc/HTML/ca/knetattach/index.cache.bz2
+share/doc/HTML/ca/knetattach/index.docbook
+share/doc/HTML/ca/plasma-desktop/index.cache.bz2
+share/doc/HTML/ca/plasma-desktop/index.docbook
+share/doc/HTML/en/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/en/kcontrol/autostart/index.docbook
+share/doc/HTML/en/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/en/kcontrol/baloo/index.docbook
+share/doc/HTML/en/kcontrol/bell/index.cache.bz2
+share/doc/HTML/en/kcontrol/bell/index.docbook
+share/doc/HTML/en/kcontrol/bookmarks/index.cache.bz2
+share/doc/HTML/en/kcontrol/bookmarks/index.docbook
+share/doc/HTML/en/kcontrol/cache/index.cache.bz2
+share/doc/HTML/en/kcontrol/cache/index.docbook
+share/doc/HTML/en/kcontrol/clock/index.cache.bz2
+share/doc/HTML/en/kcontrol/clock/index.docbook
+share/doc/HTML/en/kcontrol/colors/index.cache.bz2
+share/doc/HTML/en/kcontrol/colors/index.docbook
+share/doc/HTML/en/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/en/kcontrol/componentchooser/index.docbook
+share/doc/HTML/en/kcontrol/cookies/index.cache.bz2
+share/doc/HTML/en/kcontrol/cookies/index.docbook
+share/doc/HTML/en/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/en/kcontrol/cursortheme/index.docbook
+share/doc/HTML/en/kcontrol/desktopthemedetails/customizing.png
+share/doc/HTML/en/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/en/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/en/kcontrol/emoticons/emoticons.png
+share/doc/HTML/en/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/en/kcontrol/emoticons/index.docbook
+share/doc/HTML/en/kcontrol/filemanager/index.cache.bz2
+share/doc/HTML/en/kcontrol/filemanager/index.docbook
+share/doc/HTML/en/kcontrol/filetypes/index.cache.bz2
+share/doc/HTML/en/kcontrol/filetypes/index.docbook
+share/doc/HTML/en/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/en/kcontrol/fontinst/index.docbook
+share/doc/HTML/en/kcontrol/fonts/adjust-all.png
+share/doc/HTML/en/kcontrol/fonts/anti-aliasing.png
+share/doc/HTML/en/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/en/kcontrol/fonts/index.docbook
+share/doc/HTML/en/kcontrol/fonts/main.png
+share/doc/HTML/en/kcontrol/formats/index.cache.bz2
+share/doc/HTML/en/kcontrol/formats/index.docbook
+share/doc/HTML/en/kcontrol/history/index.cache.bz2
+share/doc/HTML/en/kcontrol/history/index.docbook
+share/doc/HTML/en/kcontrol/icons/delete-theme.png
+share/doc/HTML/en/kcontrol/icons/effects.png
+share/doc/HTML/en/kcontrol/icons/get-new-theme.png
+share/doc/HTML/en/kcontrol/icons/index.cache.bz2
+share/doc/HTML/en/kcontrol/icons/index.docbook
+share/doc/HTML/en/kcontrol/icons/install-theme.png
+share/doc/HTML/en/kcontrol/icons/main.png
+share/doc/HTML/en/kcontrol/icons/size.png
+share/doc/HTML/en/kcontrol/icons/use-of-icons.png
+share/doc/HTML/en/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/en/kcontrol/joystick/index.docbook
+share/doc/HTML/en/kcontrol/joystick/joystick-calibration.png
+share/doc/HTML/en/kcontrol/joystick/joystick-main.png
+share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/en/kcontrol/kcmcss/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmcss/index.docbook
+share/doc/HTML/en/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/en/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/en/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/en/kcontrol/kded/index.cache.bz2
+share/doc/HTML/en/kcontrol/kded/index.docbook
+share/doc/HTML/en/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/en/kcontrol/keyboard/index.docbook
+share/doc/HTML/en/kcontrol/keys/index.cache.bz2
+share/doc/HTML/en/kcontrol/keys/index.docbook
+share/doc/HTML/en/kcontrol/khtml-adblock/index.cache.bz2
+share/doc/HTML/en/kcontrol/khtml-adblock/index.docbook
+share/doc/HTML/en/kcontrol/khtml-behavior/index.cache.bz2
+share/doc/HTML/en/kcontrol/khtml-behavior/index.docbook
+share/doc/HTML/en/kcontrol/khtml-general/index.cache.bz2
+share/doc/HTML/en/kcontrol/khtml-general/index.docbook
+share/doc/HTML/en/kcontrol/khtml-java-js/index.cache.bz2
+share/doc/HTML/en/kcontrol/khtml-java-js/index.docbook
+share/doc/HTML/en/kcontrol/khtml-plugins/index.cache.bz2
+share/doc/HTML/en/kcontrol/khtml-plugins/index.docbook
+share/doc/HTML/en/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/en/kcontrol/mouse/index.docbook
+share/doc/HTML/en/kcontrol/netpref/index.cache.bz2
+share/doc/HTML/en/kcontrol/netpref/index.docbook
+share/doc/HTML/en/kcontrol/paths/index.cache.bz2
+share/doc/HTML/en/kcontrol/paths/index.docbook
+share/doc/HTML/en/kcontrol/paths/paths.png
+share/doc/HTML/en/kcontrol/performance/index.cache.bz2
+share/doc/HTML/en/kcontrol/performance/index.docbook
+share/doc/HTML/en/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/en/kcontrol/phonon/index.docbook
+share/doc/HTML/en/kcontrol/proxy/index.cache.bz2
+share/doc/HTML/en/kcontrol/proxy/index.docbook
+share/doc/HTML/en/kcontrol/smb/index.cache.bz2
+share/doc/HTML/en/kcontrol/smb/index.docbook
+share/doc/HTML/en/kcontrol/solid-actions/add-action.png
+share/doc/HTML/en/kcontrol/solid-actions/edit-action.png
+share/doc/HTML/en/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/en/kcontrol/solid-actions/index.docbook
+share/doc/HTML/en/kcontrol/solid-actions/main.png
+share/doc/HTML/en/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/en/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/en/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/en/kcontrol/spellchecking/index.docbook
+share/doc/HTML/en/kcontrol/splashscreen/get-new-theme.png
+share/doc/HTML/en/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/en/kcontrol/splashscreen/index.docbook
+share/doc/HTML/en/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/en/kcontrol/translations/index.cache.bz2
+share/doc/HTML/en/kcontrol/translations/index.docbook
+share/doc/HTML/en/kcontrol/useragent/index.cache.bz2
+share/doc/HTML/en/kcontrol/useragent/index.docbook
+share/doc/HTML/en/kfontview/index.cache.bz2
+share/doc/HTML/en/kfontview/index.docbook
+share/doc/HTML/en/kfontview/kfontview.png
+share/doc/HTML/en/knetattach/index.cache.bz2
+share/doc/HTML/en/knetattach/index.docbook
+share/doc/HTML/en/knetattach/screenshot.png
+share/doc/HTML/en/knetattach/screenshot1.png
+share/doc/HTML/en/knetattach/screenshot2.png
+share/doc/HTML/en/knetattach/screenshot3.png
+share/doc/HTML/en/knetattach/screenshot4.png
+share/doc/HTML/en/plasma-desktop/add-widgets.png
+share/doc/HTML/en/plasma-desktop/desktop-settings.png
+share/doc/HTML/en/plasma-desktop/device_notifier_widget.png
+share/doc/HTML/en/plasma-desktop/device_notifier_widget_actions.png
+share/doc/HTML/en/plasma-desktop/index.cache.bz2
+share/doc/HTML/en/plasma-desktop/index.docbook
+share/doc/HTML/en/plasma-desktop/krunner-configure.png
+share/doc/HTML/en/plasma-desktop/krunner.png
+share/doc/HTML/en/plasma-desktop/panel-settings.png
+share/doc/HTML/en/plasma-desktop/plasma-desktop-annotated.png
+share/doc/HTML/en/plasma-desktop/system-tray-settings.png
+share/doc/HTML/en/plasma-desktop/system-tray-up-arrow.png
+share/doc/HTML/en/plasma-desktop/taskbar-settings.png
+share/doc/HTML/it/plasma-desktop/index.cache.bz2
+share/doc/HTML/it/plasma-desktop/index.docbook
+share/doc/HTML/nl/plasma-desktop/index.cache.bz2
+share/doc/HTML/nl/plasma-desktop/index.docbook
+share/doc/HTML/pt_BR/plasma-desktop/add-widgets.png
+share/doc/HTML/pt_BR/plasma-desktop/desktop-settings.png
+share/doc/HTML/pt_BR/plasma-desktop/index.cache.bz2
+share/doc/HTML/pt_BR/plasma-desktop/index.docbook
+share/doc/HTML/pt_BR/plasma-desktop/krunner-configure.png
+share/doc/HTML/pt_BR/plasma-desktop/krunner.png
+share/doc/HTML/pt_BR/plasma-desktop/panel-settings.png
+share/doc/HTML/pt_BR/plasma-desktop/system-tray-settings.png
+share/doc/HTML/pt_BR/plasma-desktop/system-tray-up-arrow.png
+share/doc/HTML/pt_BR/plasma-desktop/taskbar-settings.png
+share/doc/HTML/ru/plasma-desktop/index.cache.bz2
+share/doc/HTML/ru/plasma-desktop/index.docbook
+share/doc/HTML/sv/plasma-desktop/index.cache.bz2
+share/doc/HTML/sv/plasma-desktop/index.docbook
+share/doc/HTML/uk/plasma-desktop/index.cache.bz2
+share/doc/HTML/uk/plasma-desktop/index.docbook
+share/examples/plasma-desktop/org.kde.fontinst.conf
+share/examples/plasma-desktop/org.kde.kcontrol.kcmclock.conf
+share/examples/kde-xdg/colorschemes.knsrc
+share/examples/kde-xdg/emoticons.knsrc
+share/examples/kde-xdg/icons.knsrc
+share/examples/kde-xdg/kfontinst.knsrc
+share/examples/kde-xdg/plasma-themes.knsrc
+share/examples/kde-xdg/xcursor.knsrc
+share/icons/hicolor/128x128/mimetypes/fonts-package.png
+share/icons/hicolor/16x16/apps/kfontview.png
+share/icons/hicolor/16x16/mimetypes/fonts-package.png
+share/icons/hicolor/22x22/apps/kfontview.png
+share/icons/hicolor/22x22/mimetypes/fonts-package.png
+share/icons/hicolor/32x32/apps/kfontview.png
+share/icons/hicolor/32x32/mimetypes/fonts-package.png
+share/icons/hicolor/48x48/apps/kfontview.png
+share/icons/hicolor/48x48/mimetypes/fonts-package.png
+share/icons/hicolor/64x64/apps/kfontview.png
+share/icons/hicolor/64x64/mimetypes/fonts-package.png
+share/icons/hicolor/scalable/apps/preferences-desktop-font-installer.svgz
+share/kcm_componentchooser/kcm_browser.desktop
+share/kcm_componentchooser/kcm_filemanager.desktop
+share/kcm_componentchooser/kcm_kemail.desktop
+share/kcm_componentchooser/kcm_terminal.desktop
+share/kcm_componentchooser/kcm_wm.desktop
+share/kcm_phonon/listview-background.png
+share/kcmkeyboard/pics/epo.png
+share/kcmkeys/kde3.kksrc
+share/kcmkeys/kde4.kksrc
+share/kcmkeys/mac4.kksrc
+share/kcmkeys/unix3.kksrc
+share/kcmkeys/win3.kksrc
+share/kcmkeys/win4.kksrc
+share/kcmkeys/wm3.kksrc
+share/kcmsolidactions/solid-action-template.desktop
+share/kconf_update/krdb_libpathwipe.upd
+share/kcontrol/pics/logo.png
+share/kcontrol/pics/mini-world.png
+share/kdisplay/app-defaults/AAAAAAGeneral.ad
+share/kdisplay/app-defaults/AAAMotif.ad
+share/kdisplay/app-defaults/AAATk.ad
+share/kdisplay/app-defaults/AAAXaw.ad
+share/kdisplay/app-defaults/AcroRead.ad
+share/kdisplay/app-defaults/Editres.ad
+share/kdisplay/app-defaults/Emacs.ad
+share/kdisplay/app-defaults/GV.ad
+share/kdisplay/app-defaults/ML.ad
+share/kdisplay/app-defaults/Nedit.ad
+share/kdisplay/app-defaults/Netscape.ad
+share/kdisplay/app-defaults/RVPlayer.ad
+share/kdisplay/app-defaults/WPerfect.ad
+share/kdisplay/app-defaults/XCalc.ad
+share/kdisplay/app-defaults/XOsview.ad
+share/kdisplay/app-defaults/XTerm.ad
+share/kdisplay/app-defaults/XV.ad
+share/kdisplay/app-defaults/Xawtv.ad
+share/kdisplay/app-defaults/Xdvi.ad
+share/kdisplay/app-defaults/Xpdf.ad
+share/kdm/pics/users/Ada Lovelace.png
+share/kdm/pics/users/Alice in Wonderland.png
+share/kdm/pics/users/Blackbox.png
+share/kdm/pics/users/Dragon.png
+share/kdm/pics/users/Grace Hopper.png
+share/kdm/pics/users/Green.png
+share/kdm/pics/users/Happy.png
+share/kdm/pics/users/Kati.png
+share/kdm/pics/users/Konqui.png
+share/kdm/pics/users/Leonardo da Vinci.png
+share/kdm/pics/users/Listening.png
+share/kdm/pics/users/Logger.png
+share/kdm/pics/users/Mahatma Gandhi.png
+share/kdm/pics/users/Mowgli jungle book.png
+share/kdm/pics/users/Notme.png
+share/kdm/pics/users/Parley.png
+share/kdm/pics/users/Rekonqui.png
+share/kdm/pics/users/TV.png
+share/kdm/pics/users/User.png
+share/kdm/pics/users/bomb.png
+share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/ActivitiesView.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/main.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/GeneralTab.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/OtherTab.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/DialogButtons.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/IconChooser.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/LabeledTextField.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/ShortcutChooser.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/privacyTab/BlacklistApplicationView.qml
+share/kfontinst/icons/hicolor/16x16/actions/addfont.png
+share/kfontinst/icons/hicolor/16x16/actions/disablefont.png
+share/kfontinst/icons/hicolor/16x16/actions/enablefont.png
+share/kfontinst/icons/hicolor/16x16/actions/fontstatus.png
+share/kfontinst/icons/hicolor/22x22/actions/addfont.png
+share/kfontinst/icons/hicolor/22x22/actions/disablefont.png
+share/kfontinst/icons/hicolor/22x22/actions/enablefont.png
+share/kfontinst/icons/hicolor/22x22/actions/fontstatus.png
+share/knotifications5/kaccess.notifyrc
+share/knotifications5/kcmstyle.notifyrc
+share/konqsidebartng/virtual_folders/services/fonts.desktop
+share/kpackage/kcms/kcm_lookandfeel/contents/ui/main.qml
+share/kpackage/kcms/kcm_lookandfeel/metadata.desktop
+share/kpackage/kcms/kcm_splashscreen/contents/ui/main.qml
+share/kpackage/kcms/kcm_splashscreen/metadata.desktop
+share/kservices5/ServiceMenus/installfont.desktop
+share/kservices5/autostart.desktop
+share/kservices5/clock.desktop
+share/kservices5/colors.desktop
+share/kservices5/componentchooser.desktop
+share/kservices5/cursortheme.desktop
+share/kservices5/desktoppath.desktop
+share/kservices5/desktoptheme.desktop
+share/kservices5/device_automounter_kcm.desktop
+share/kservices5/emoticons.desktop
+share/kservices5/fontinst.desktop
+share/kservices5/fonts.desktop
+share/kservices5/fonts.protocol
+share/kservices5/fontthumbnail.desktop
+share/kservices5/formats.desktop
+share/kservices5/icons.desktop
+share/kservices5/kaccess.desktop
+share/kservices5/kcm_activities.desktop
+share/kservices5/kcm_baloofile.desktop
+share/kservices5/kcm_keyboard.desktop
+share/kservices5/kcm_lookandfeel.desktop
+share/kservices5/kcm_phonon.desktop
+share/kservices5/kcm_plasmasearch.desktop
+share/kservices5/kcm_splashscreen.desktop
+share/kservices5/kcmaccess.desktop
+share/kservices5/kcmkded.desktop
+share/kservices5/kcmlaunch.desktop
+share/kservices5/kcmnotify.desktop
+share/kservices5/kcmsmserver.desktop
+share/kservices5/keys.desktop
+share/kservices5/kfontviewpart.desktop
+share/kservices5/plasma-applet-org.kde.plasma.folder.desktop
+share/kservices5/plasma-applet-org.kde.plasma.icontasks.desktop
+share/kservices5/plasma-applet-org.kde.plasma.kicker.desktop
+share/kservices5/plasma-applet-org.kde.plasma.kickoff.desktop
+share/kservices5/plasma-applet-org.kde.plasma.kimpanel.desktop
+share/kservices5/plasma-applet-org.kde.plasma.pager.desktop
+share/kservices5/plasma-applet-org.kde.plasma.showActivityManager.desktop
+share/kservices5/plasma-applet-org.kde.plasma.taskmanager.desktop
+share/kservices5/plasma-applet-org.kde.plasma.trash.desktop
+share/kservices5/plasma-applet-org.kde.plasma.windowlist.desktop
+share/kservices5/plasma-containment-org.kde.desktopcontainment.desktop
+share/kservices5/plasma-containment-org.kde.panel.desktop
+share/kservices5/plasma-dataengine-kimpanel.desktop
+share/kservices5/plasma-layout-template-org.kde.plasma.desktop.defaultPanel.desktop
+share/kservices5/plasma-package-org.kde.desktoptoolbox.desktop
+share/kservices5/plasma-package-org.kde.paneltoolbox.desktop
+share/kservices5/plasma-shell-org.kde.plasma.desktop.desktop
+share/kservices5/solid-actions.desktop
+share/kservices5/spellchecking.desktop
+share/kservices5/standard_actions.desktop
+share/kservices5/style.desktop
+share/kservices5/translations.desktop
+share/kservices5/workspaceoptions.desktop
+share/kservicetypes5/solid-device-type.desktop
+share/ksmserver/windowmanagers/compiz-custom.desktop
+share/ksmserver/windowmanagers/compiz.desktop
+share/ksmserver/windowmanagers/metacity.desktop
+share/ksmserver/windowmanagers/openbox.desktop
+share/kxmlgui5/kfontinst/kfontviewpart.rc
+share/kxmlgui5/kfontview/kfontviewui.rc
+share/locale/af/LC_MESSAGES/joystick.mo
+share/locale/af/LC_MESSAGES/kaccess.mo
+share/locale/af/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/af/LC_MESSAGES/kcmaccess.mo
+share/locale/af/LC_MESSAGES/kcmcolors.mo
+share/locale/af/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/af/LC_MESSAGES/kcmfonts.mo
+share/locale/af/LC_MESSAGES/kcmformats.mo
+share/locale/af/LC_MESSAGES/kcmicons.mo
+share/locale/af/LC_MESSAGES/kcminput.mo
+share/locale/af/LC_MESSAGES/kcmkclock.mo
+share/locale/af/LC_MESSAGES/kcmkded.mo
+share/locale/af/LC_MESSAGES/kcmkeyboard.mo
+share/locale/af/LC_MESSAGES/kcmkeys.mo
+share/locale/af/LC_MESSAGES/kcmlaunch.mo
+share/locale/af/LC_MESSAGES/kcmmousetheme.mo
+share/locale/af/LC_MESSAGES/kcmnotify.mo
+share/locale/af/LC_MESSAGES/kcmsmserver.mo
+share/locale/af/LC_MESSAGES/kcmstyle.mo
+share/locale/af/LC_MESSAGES/kfontinst.mo
+share/locale/af/LC_MESSAGES/knetattach.mo
+share/locale/af/LC_MESSAGES/krdb.mo
+share/locale/af/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ar/LC_MESSAGES/attica_kde.mo
+share/locale/ar/LC_MESSAGES/joystick.mo
+share/locale/ar/LC_MESSAGES/kaccess.mo
+share/locale/ar/LC_MESSAGES/kcm_autostart.mo
+share/locale/ar/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ar/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ar/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ar/LC_MESSAGES/kcm_phonon.mo
+share/locale/ar/LC_MESSAGES/kcm_search.mo
+share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ar/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ar/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ar/LC_MESSAGES/kcmaccess.mo
+share/locale/ar/LC_MESSAGES/kcmcolors.mo
+share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ar/LC_MESSAGES/kcmfonts.mo
+share/locale/ar/LC_MESSAGES/kcmformats.mo
+share/locale/ar/LC_MESSAGES/kcmicons.mo
+share/locale/ar/LC_MESSAGES/kcminput.mo
+share/locale/ar/LC_MESSAGES/kcmkclock.mo
+share/locale/ar/LC_MESSAGES/kcmkded.mo
+share/locale/ar/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ar/LC_MESSAGES/kcmkeys.mo
+share/locale/ar/LC_MESSAGES/kcmlaunch.mo
+share/locale/ar/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ar/LC_MESSAGES/kcmnotify.mo
+share/locale/ar/LC_MESSAGES/kcmsmserver.mo
+share/locale/ar/LC_MESSAGES/kcmstyle.mo
+share/locale/ar/LC_MESSAGES/kcmtranslations.mo
+share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ar/LC_MESSAGES/kfontinst.mo
+share/locale/ar/LC_MESSAGES/knetattach.mo
+share/locale/ar/LC_MESSAGES/krdb.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ar/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ar/LC_MESSAGES/useraccount.mo
+share/locale/as/LC_MESSAGES/kcmaccess.mo
+share/locale/ast/LC_MESSAGES/attica_kde.mo
+share/locale/ast/LC_MESSAGES/joystick.mo
+share/locale/ast/LC_MESSAGES/kaccess.mo
+share/locale/ast/LC_MESSAGES/kcm_autostart.mo
+share/locale/ast/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ast/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ast/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ast/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ast/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ast/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ast/LC_MESSAGES/kcm_phonon.mo
+share/locale/ast/LC_MESSAGES/kcm_search.mo
+share/locale/ast/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ast/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ast/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ast/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ast/LC_MESSAGES/kcmaccess.mo
+share/locale/ast/LC_MESSAGES/kcmcolors.mo
+share/locale/ast/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ast/LC_MESSAGES/kcmfonts.mo
+share/locale/ast/LC_MESSAGES/kcmformats.mo
+share/locale/ast/LC_MESSAGES/kcmicons.mo
+share/locale/ast/LC_MESSAGES/kcminput.mo
+share/locale/ast/LC_MESSAGES/kcmkclock.mo
+share/locale/ast/LC_MESSAGES/kcmkded.mo
+share/locale/ast/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ast/LC_MESSAGES/kcmkeys.mo
+share/locale/ast/LC_MESSAGES/kcmlaunch.mo
+share/locale/ast/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ast/LC_MESSAGES/kcmnotify.mo
+share/locale/ast/LC_MESSAGES/kcmsmserver.mo
+share/locale/ast/LC_MESSAGES/kcmstyle.mo
+share/locale/ast/LC_MESSAGES/kcmtranslations.mo
+share/locale/ast/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ast/LC_MESSAGES/kfontinst.mo
+share/locale/ast/LC_MESSAGES/knetattach.mo
+share/locale/ast/LC_MESSAGES/krdb.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ast/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ast/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ast/LC_MESSAGES/useraccount.mo
+share/locale/be/LC_MESSAGES/joystick.mo
+share/locale/be/LC_MESSAGES/kaccess.mo
+share/locale/be/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/be/LC_MESSAGES/kcm_emoticons.mo
+share/locale/be/LC_MESSAGES/kcm_phonon.mo
+share/locale/be/LC_MESSAGES/kcmaccess.mo
+share/locale/be/LC_MESSAGES/kcmcolors.mo
+share/locale/be/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/be/LC_MESSAGES/kcmfonts.mo
+share/locale/be/LC_MESSAGES/kcmformats.mo
+share/locale/be/LC_MESSAGES/kcmicons.mo
+share/locale/be/LC_MESSAGES/kcminput.mo
+share/locale/be/LC_MESSAGES/kcmkclock.mo
+share/locale/be/LC_MESSAGES/kcmkded.mo
+share/locale/be/LC_MESSAGES/kcmkeyboard.mo
+share/locale/be/LC_MESSAGES/kcmkeys.mo
+share/locale/be/LC_MESSAGES/kcmlaunch.mo
+share/locale/be/LC_MESSAGES/kcmmousetheme.mo
+share/locale/be/LC_MESSAGES/kcmnotify.mo
+share/locale/be/LC_MESSAGES/kcmsmserver.mo
+share/locale/be/LC_MESSAGES/kcmstyle.mo
+share/locale/be/LC_MESSAGES/kfontinst.mo
+share/locale/be/LC_MESSAGES/knetattach.mo
+share/locale/be/LC_MESSAGES/krdb.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/be@latin/LC_MESSAGES/kcm_autostart.mo
+share/locale/be@latin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/be@latin/LC_MESSAGES/kcm_phonon.mo
+share/locale/be@latin/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/be@latin/LC_MESSAGES/kcmcolors.mo
+share/locale/be@latin/LC_MESSAGES/kcmformats.mo
+share/locale/be@latin/LC_MESSAGES/kcmicons.mo
+share/locale/be@latin/LC_MESSAGES/kcmkclock.mo
+share/locale/be@latin/LC_MESSAGES/kcmkeyboard.mo
+share/locale/be@latin/LC_MESSAGES/krdb.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/bg/LC_MESSAGES/attica_kde.mo
+share/locale/bg/LC_MESSAGES/joystick.mo
+share/locale/bg/LC_MESSAGES/kaccess.mo
+share/locale/bg/LC_MESSAGES/kcm_autostart.mo
+share/locale/bg/LC_MESSAGES/kcm_baloofile.mo
+share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bg/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/bg/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/bg/LC_MESSAGES/kcm_emoticons.mo
+share/locale/bg/LC_MESSAGES/kcm_phonon.mo
+share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/bg/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/bg/LC_MESSAGES/kcmaccess.mo
+share/locale/bg/LC_MESSAGES/kcmcolors.mo
+share/locale/bg/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/bg/LC_MESSAGES/kcmfonts.mo
+share/locale/bg/LC_MESSAGES/kcmformats.mo
+share/locale/bg/LC_MESSAGES/kcmicons.mo
+share/locale/bg/LC_MESSAGES/kcminput.mo
+share/locale/bg/LC_MESSAGES/kcmkclock.mo
+share/locale/bg/LC_MESSAGES/kcmkded.mo
+share/locale/bg/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bg/LC_MESSAGES/kcmkeys.mo
+share/locale/bg/LC_MESSAGES/kcmlaunch.mo
+share/locale/bg/LC_MESSAGES/kcmmousetheme.mo
+share/locale/bg/LC_MESSAGES/kcmnotify.mo
+share/locale/bg/LC_MESSAGES/kcmsmserver.mo
+share/locale/bg/LC_MESSAGES/kcmstyle.mo
+share/locale/bg/LC_MESSAGES/kfontinst.mo
+share/locale/bg/LC_MESSAGES/knetattach.mo
+share/locale/bg/LC_MESSAGES/krdb.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/bn/LC_MESSAGES/kaccess.mo
+share/locale/bn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bn/LC_MESSAGES/kcm_phonon.mo
+share/locale/bn/LC_MESSAGES/kcmaccess.mo
+share/locale/bn/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/bn/LC_MESSAGES/kcmfonts.mo
+share/locale/bn/LC_MESSAGES/kcmformats.mo
+share/locale/bn/LC_MESSAGES/kcmicons.mo
+share/locale/bn/LC_MESSAGES/kcmkclock.mo
+share/locale/bn/LC_MESSAGES/kcmkded.mo
+share/locale/bn/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bn/LC_MESSAGES/kcmnotify.mo
+share/locale/bn/LC_MESSAGES/kcmsmserver.mo
+share/locale/bn/LC_MESSAGES/kcmstyle.mo
+share/locale/bn/LC_MESSAGES/kfontinst.mo
+share/locale/bn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bn_IN/LC_MESSAGES/kaccess.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_autostart.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_phonon.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/bn_IN/LC_MESSAGES/kcmaccess.mo
+share/locale/bn_IN/LC_MESSAGES/kcmcolors.mo
+share/locale/bn_IN/LC_MESSAGES/kcmformats.mo
+share/locale/bn_IN/LC_MESSAGES/kcmicons.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkclock.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkded.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkeys.mo
+share/locale/bn_IN/LC_MESSAGES/kcmnotify.mo
+share/locale/bn_IN/LC_MESSAGES/kcmsmserver.mo
+share/locale/bn_IN/LC_MESSAGES/kcmstyle.mo
+share/locale/bn_IN/LC_MESSAGES/kfontinst.mo
+share/locale/bn_IN/LC_MESSAGES/knetattach.mo
+share/locale/bn_IN/LC_MESSAGES/krdb.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/br/LC_MESSAGES/joystick.mo
+share/locale/br/LC_MESSAGES/kaccess.mo
+share/locale/br/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/br/LC_MESSAGES/kcmaccess.mo
+share/locale/br/LC_MESSAGES/kcmcolors.mo
+share/locale/br/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/br/LC_MESSAGES/kcmfonts.mo
+share/locale/br/LC_MESSAGES/kcmformats.mo
+share/locale/br/LC_MESSAGES/kcmicons.mo
+share/locale/br/LC_MESSAGES/kcminput.mo
+share/locale/br/LC_MESSAGES/kcmkclock.mo
+share/locale/br/LC_MESSAGES/kcmkded.mo
+share/locale/br/LC_MESSAGES/kcmkeyboard.mo
+share/locale/br/LC_MESSAGES/kcmkeys.mo
+share/locale/br/LC_MESSAGES/kcmlaunch.mo
+share/locale/br/LC_MESSAGES/kcmmousetheme.mo
+share/locale/br/LC_MESSAGES/kcmnotify.mo
+share/locale/br/LC_MESSAGES/kcmsmserver.mo
+share/locale/br/LC_MESSAGES/kcmstyle.mo
+share/locale/br/LC_MESSAGES/kfontinst.mo
+share/locale/br/LC_MESSAGES/knetattach.mo
+share/locale/br/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bs/LC_MESSAGES/attica_kde.mo
+share/locale/bs/LC_MESSAGES/joystick.mo
+share/locale/bs/LC_MESSAGES/kaccess.mo
+share/locale/bs/LC_MESSAGES/kcm_autostart.mo
+share/locale/bs/LC_MESSAGES/kcm_baloofile.mo
+share/locale/bs/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bs/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/bs/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/bs/LC_MESSAGES/kcm_emoticons.mo
+share/locale/bs/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/bs/LC_MESSAGES/kcm_phonon.mo
+share/locale/bs/LC_MESSAGES/kcm_search.mo
+share/locale/bs/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/bs/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/bs/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/bs/LC_MESSAGES/kcm_touchpad.mo
+share/locale/bs/LC_MESSAGES/kcmaccess.mo
+share/locale/bs/LC_MESSAGES/kcmcolors.mo
+share/locale/bs/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/bs/LC_MESSAGES/kcmfonts.mo
+share/locale/bs/LC_MESSAGES/kcmformats.mo
+share/locale/bs/LC_MESSAGES/kcmicons.mo
+share/locale/bs/LC_MESSAGES/kcminput.mo
+share/locale/bs/LC_MESSAGES/kcmkclock.mo
+share/locale/bs/LC_MESSAGES/kcmkded.mo
+share/locale/bs/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bs/LC_MESSAGES/kcmkeys.mo
+share/locale/bs/LC_MESSAGES/kcmlaunch.mo
+share/locale/bs/LC_MESSAGES/kcmmousetheme.mo
+share/locale/bs/LC_MESSAGES/kcmnotify.mo
+share/locale/bs/LC_MESSAGES/kcmsmserver.mo
+share/locale/bs/LC_MESSAGES/kcmstyle.mo
+share/locale/bs/LC_MESSAGES/kcmtranslations.mo
+share/locale/bs/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/bs/LC_MESSAGES/kfontinst.mo
+share/locale/bs/LC_MESSAGES/knetattach.mo
+share/locale/bs/LC_MESSAGES/krdb.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/bs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/bs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/bs/LC_MESSAGES/useraccount.mo
+share/locale/ca/LC_MESSAGES/attica_kde.mo
+share/locale/ca/LC_MESSAGES/joystick.mo
+share/locale/ca/LC_MESSAGES/kaccess.mo
+share/locale/ca/LC_MESSAGES/kcm_activities.mo
+share/locale/ca/LC_MESSAGES/kcm_autostart.mo
+share/locale/ca/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ca/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ca/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ca/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ca/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ca/LC_MESSAGES/kcm_phonon.mo
+share/locale/ca/LC_MESSAGES/kcm_search.mo
+share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ca/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ca/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ca/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ca/LC_MESSAGES/kcmaccess.mo
+share/locale/ca/LC_MESSAGES/kcmcolors.mo
+share/locale/ca/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ca/LC_MESSAGES/kcmfonts.mo
+share/locale/ca/LC_MESSAGES/kcmformats.mo
+share/locale/ca/LC_MESSAGES/kcmicons.mo
+share/locale/ca/LC_MESSAGES/kcminput.mo
+share/locale/ca/LC_MESSAGES/kcmkclock.mo
+share/locale/ca/LC_MESSAGES/kcmkded.mo
+share/locale/ca/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ca/LC_MESSAGES/kcmkeys.mo
+share/locale/ca/LC_MESSAGES/kcmlaunch.mo
+share/locale/ca/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ca/LC_MESSAGES/kcmnotify.mo
+share/locale/ca/LC_MESSAGES/kcmsmserver.mo
+share/locale/ca/LC_MESSAGES/kcmstyle.mo
+share/locale/ca/LC_MESSAGES/kcmtranslations.mo
+share/locale/ca/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ca/LC_MESSAGES/kfontinst.mo
+share/locale/ca/LC_MESSAGES/knetattach.mo
+share/locale/ca/LC_MESSAGES/krdb.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ca/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ca/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ca/LC_MESSAGES/useraccount.mo
+share/locale/ca@valencia/LC_MESSAGES/attica_kde.mo
+share/locale/ca@valencia/LC_MESSAGES/joystick.mo
+share/locale/ca@valencia/LC_MESSAGES/kaccess.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_activities.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_phonon.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_search.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmaccess.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmcolors.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmfonts.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmformats.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmicons.mo
+share/locale/ca@valencia/LC_MESSAGES/kcminput.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkded.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkeys.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmlaunch.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmnotify.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmsmserver.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmstyle.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtranslations.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ca@valencia/LC_MESSAGES/kfontinst.mo
+share/locale/ca@valencia/LC_MESSAGES/knetattach.mo
+share/locale/ca@valencia/LC_MESSAGES/krdb.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ca@valencia/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ca@valencia/LC_MESSAGES/useraccount.mo
+share/locale/cs/LC_MESSAGES/attica_kde.mo
+share/locale/cs/LC_MESSAGES/joystick.mo
+share/locale/cs/LC_MESSAGES/kaccess.mo
+share/locale/cs/LC_MESSAGES/kcm_activities.mo
+share/locale/cs/LC_MESSAGES/kcm_autostart.mo
+share/locale/cs/LC_MESSAGES/kcm_baloofile.mo
+share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/cs/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/cs/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/cs/LC_MESSAGES/kcm_emoticons.mo
+share/locale/cs/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/cs/LC_MESSAGES/kcm_phonon.mo
+share/locale/cs/LC_MESSAGES/kcm_search.mo
+share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/cs/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/cs/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/cs/LC_MESSAGES/kcm_touchpad.mo
+share/locale/cs/LC_MESSAGES/kcmaccess.mo
+share/locale/cs/LC_MESSAGES/kcmcolors.mo
+share/locale/cs/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/cs/LC_MESSAGES/kcmfonts.mo
+share/locale/cs/LC_MESSAGES/kcmformats.mo
+share/locale/cs/LC_MESSAGES/kcmicons.mo
+share/locale/cs/LC_MESSAGES/kcminput.mo
+share/locale/cs/LC_MESSAGES/kcmkclock.mo
+share/locale/cs/LC_MESSAGES/kcmkded.mo
+share/locale/cs/LC_MESSAGES/kcmkeyboard.mo
+share/locale/cs/LC_MESSAGES/kcmkeys.mo
+share/locale/cs/LC_MESSAGES/kcmlaunch.mo
+share/locale/cs/LC_MESSAGES/kcmmousetheme.mo
+share/locale/cs/LC_MESSAGES/kcmnotify.mo
+share/locale/cs/LC_MESSAGES/kcmsmserver.mo
+share/locale/cs/LC_MESSAGES/kcmstyle.mo
+share/locale/cs/LC_MESSAGES/kcmtranslations.mo
+share/locale/cs/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/cs/LC_MESSAGES/kfontinst.mo
+share/locale/cs/LC_MESSAGES/knetattach.mo
+share/locale/cs/LC_MESSAGES/krdb.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/cs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/cs/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/cs/LC_MESSAGES/useraccount.mo
+share/locale/csb/LC_MESSAGES/joystick.mo
+share/locale/csb/LC_MESSAGES/kaccess.mo
+share/locale/csb/LC_MESSAGES/kcm_emoticons.mo
+share/locale/csb/LC_MESSAGES/kcm_phonon.mo
+share/locale/csb/LC_MESSAGES/kcmaccess.mo
+share/locale/csb/LC_MESSAGES/kcmcolors.mo
+share/locale/csb/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/csb/LC_MESSAGES/kcmfonts.mo
+share/locale/csb/LC_MESSAGES/kcmformats.mo
+share/locale/csb/LC_MESSAGES/kcmicons.mo
+share/locale/csb/LC_MESSAGES/kcmkclock.mo
+share/locale/csb/LC_MESSAGES/kcmkded.mo
+share/locale/csb/LC_MESSAGES/kcmkeyboard.mo
+share/locale/csb/LC_MESSAGES/kcmlaunch.mo
+share/locale/csb/LC_MESSAGES/kcmnotify.mo
+share/locale/csb/LC_MESSAGES/kcmsmserver.mo
+share/locale/csb/LC_MESSAGES/kcmstyle.mo
+share/locale/csb/LC_MESSAGES/kfontinst.mo
+share/locale/csb/LC_MESSAGES/knetattach.mo
+share/locale/csb/LC_MESSAGES/krdb.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/cy/LC_MESSAGES/joystick.mo
+share/locale/cy/LC_MESSAGES/kaccess.mo
+share/locale/cy/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/cy/LC_MESSAGES/kcmaccess.mo
+share/locale/cy/LC_MESSAGES/kcmcolors.mo
+share/locale/cy/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/cy/LC_MESSAGES/kcmfonts.mo
+share/locale/cy/LC_MESSAGES/kcmformats.mo
+share/locale/cy/LC_MESSAGES/kcmicons.mo
+share/locale/cy/LC_MESSAGES/kcminput.mo
+share/locale/cy/LC_MESSAGES/kcmkclock.mo
+share/locale/cy/LC_MESSAGES/kcmkded.mo
+share/locale/cy/LC_MESSAGES/kcmkeyboard.mo
+share/locale/cy/LC_MESSAGES/kcmkeys.mo
+share/locale/cy/LC_MESSAGES/kcmlaunch.mo
+share/locale/cy/LC_MESSAGES/kcmmousetheme.mo
+share/locale/cy/LC_MESSAGES/kcmnotify.mo
+share/locale/cy/LC_MESSAGES/kcmsmserver.mo
+share/locale/cy/LC_MESSAGES/kcmstyle.mo
+share/locale/cy/LC_MESSAGES/kfontinst.mo
+share/locale/cy/LC_MESSAGES/knetattach.mo
+share/locale/cy/LC_MESSAGES/krdb.mo
+share/locale/cy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/da/LC_MESSAGES/attica_kde.mo
+share/locale/da/LC_MESSAGES/joystick.mo
+share/locale/da/LC_MESSAGES/kaccess.mo
+share/locale/da/LC_MESSAGES/kcm_autostart.mo
+share/locale/da/LC_MESSAGES/kcm_baloofile.mo
+share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/da/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/da/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/da/LC_MESSAGES/kcm_emoticons.mo
+share/locale/da/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/da/LC_MESSAGES/kcm_phonon.mo
+share/locale/da/LC_MESSAGES/kcm_search.mo
+share/locale/da/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/da/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/da/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/da/LC_MESSAGES/kcm_touchpad.mo
+share/locale/da/LC_MESSAGES/kcmaccess.mo
+share/locale/da/LC_MESSAGES/kcmcolors.mo
+share/locale/da/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/da/LC_MESSAGES/kcmfonts.mo
+share/locale/da/LC_MESSAGES/kcmformats.mo
+share/locale/da/LC_MESSAGES/kcmicons.mo
+share/locale/da/LC_MESSAGES/kcminput.mo
+share/locale/da/LC_MESSAGES/kcmkclock.mo
+share/locale/da/LC_MESSAGES/kcmkded.mo
+share/locale/da/LC_MESSAGES/kcmkeyboard.mo
+share/locale/da/LC_MESSAGES/kcmkeys.mo
+share/locale/da/LC_MESSAGES/kcmlaunch.mo
+share/locale/da/LC_MESSAGES/kcmmousetheme.mo
+share/locale/da/LC_MESSAGES/kcmnotify.mo
+share/locale/da/LC_MESSAGES/kcmsmserver.mo
+share/locale/da/LC_MESSAGES/kcmstyle.mo
+share/locale/da/LC_MESSAGES/kcmtranslations.mo
+share/locale/da/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/da/LC_MESSAGES/kfontinst.mo
+share/locale/da/LC_MESSAGES/knetattach.mo
+share/locale/da/LC_MESSAGES/krdb.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/da/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/da/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/da/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/da/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/da/LC_MESSAGES/useraccount.mo
+share/locale/de/LC_MESSAGES/attica_kde.mo
+share/locale/de/LC_MESSAGES/joystick.mo
+share/locale/de/LC_MESSAGES/kaccess.mo
+share/locale/de/LC_MESSAGES/kcm_activities.mo
+share/locale/de/LC_MESSAGES/kcm_autostart.mo
+share/locale/de/LC_MESSAGES/kcm_baloofile.mo
+share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/de/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/de/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/de/LC_MESSAGES/kcm_emoticons.mo
+share/locale/de/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/de/LC_MESSAGES/kcm_phonon.mo
+share/locale/de/LC_MESSAGES/kcm_search.mo
+share/locale/de/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/de/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/de/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/de/LC_MESSAGES/kcm_touchpad.mo
+share/locale/de/LC_MESSAGES/kcmaccess.mo
+share/locale/de/LC_MESSAGES/kcmcolors.mo
+share/locale/de/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/de/LC_MESSAGES/kcmfonts.mo
+share/locale/de/LC_MESSAGES/kcmformats.mo
+share/locale/de/LC_MESSAGES/kcmicons.mo
+share/locale/de/LC_MESSAGES/kcminput.mo
+share/locale/de/LC_MESSAGES/kcmkclock.mo
+share/locale/de/LC_MESSAGES/kcmkded.mo
+share/locale/de/LC_MESSAGES/kcmkeyboard.mo
+share/locale/de/LC_MESSAGES/kcmkeys.mo
+share/locale/de/LC_MESSAGES/kcmlaunch.mo
+share/locale/de/LC_MESSAGES/kcmmousetheme.mo
+share/locale/de/LC_MESSAGES/kcmnotify.mo
+share/locale/de/LC_MESSAGES/kcmsmserver.mo
+share/locale/de/LC_MESSAGES/kcmstyle.mo
+share/locale/de/LC_MESSAGES/kcmtranslations.mo
+share/locale/de/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/de/LC_MESSAGES/kfontinst.mo
+share/locale/de/LC_MESSAGES/knetattach.mo
+share/locale/de/LC_MESSAGES/krdb.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/de/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/de/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/de/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/de/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/de/LC_MESSAGES/useraccount.mo
+share/locale/el/LC_MESSAGES/attica_kde.mo
+share/locale/el/LC_MESSAGES/joystick.mo
+share/locale/el/LC_MESSAGES/kaccess.mo
+share/locale/el/LC_MESSAGES/kcm_autostart.mo
+share/locale/el/LC_MESSAGES/kcm_baloofile.mo
+share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/el/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/el/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/el/LC_MESSAGES/kcm_emoticons.mo
+share/locale/el/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/el/LC_MESSAGES/kcm_phonon.mo
+share/locale/el/LC_MESSAGES/kcm_search.mo
+share/locale/el/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/el/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/el/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/el/LC_MESSAGES/kcm_touchpad.mo
+share/locale/el/LC_MESSAGES/kcmaccess.mo
+share/locale/el/LC_MESSAGES/kcmcolors.mo
+share/locale/el/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/el/LC_MESSAGES/kcmfonts.mo
+share/locale/el/LC_MESSAGES/kcmformats.mo
+share/locale/el/LC_MESSAGES/kcmicons.mo
+share/locale/el/LC_MESSAGES/kcminput.mo
+share/locale/el/LC_MESSAGES/kcmkclock.mo
+share/locale/el/LC_MESSAGES/kcmkded.mo
+share/locale/el/LC_MESSAGES/kcmkeyboard.mo
+share/locale/el/LC_MESSAGES/kcmkeys.mo
+share/locale/el/LC_MESSAGES/kcmlaunch.mo
+share/locale/el/LC_MESSAGES/kcmmousetheme.mo
+share/locale/el/LC_MESSAGES/kcmnotify.mo
+share/locale/el/LC_MESSAGES/kcmsmserver.mo
+share/locale/el/LC_MESSAGES/kcmstyle.mo
+share/locale/el/LC_MESSAGES/kcmtranslations.mo
+share/locale/el/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/el/LC_MESSAGES/kfontinst.mo
+share/locale/el/LC_MESSAGES/knetattach.mo
+share/locale/el/LC_MESSAGES/krdb.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/el/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/el/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/el/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/el/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/el/LC_MESSAGES/useraccount.mo
+share/locale/en_GB/LC_MESSAGES/attica_kde.mo
+share/locale/en_GB/LC_MESSAGES/joystick.mo
+share/locale/en_GB/LC_MESSAGES/kaccess.mo
+share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo
+share/locale/en_GB/LC_MESSAGES/kcm_baloofile.mo
+share/locale/en_GB/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/en_GB/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/en_GB/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/en_GB/LC_MESSAGES/kcm_emoticons.mo
+share/locale/en_GB/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/en_GB/LC_MESSAGES/kcm_phonon.mo
+share/locale/en_GB/LC_MESSAGES/kcm_search.mo
+share/locale/en_GB/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/en_GB/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/en_GB/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/en_GB/LC_MESSAGES/kcm_touchpad.mo
+share/locale/en_GB/LC_MESSAGES/kcmaccess.mo
+share/locale/en_GB/LC_MESSAGES/kcmcolors.mo
+share/locale/en_GB/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/en_GB/LC_MESSAGES/kcmfonts.mo
+share/locale/en_GB/LC_MESSAGES/kcmformats.mo
+share/locale/en_GB/LC_MESSAGES/kcmicons.mo
+share/locale/en_GB/LC_MESSAGES/kcminput.mo
+share/locale/en_GB/LC_MESSAGES/kcmkclock.mo
+share/locale/en_GB/LC_MESSAGES/kcmkded.mo
+share/locale/en_GB/LC_MESSAGES/kcmkeyboard.mo
+share/locale/en_GB/LC_MESSAGES/kcmkeys.mo
+share/locale/en_GB/LC_MESSAGES/kcmlaunch.mo
+share/locale/en_GB/LC_MESSAGES/kcmmousetheme.mo
+share/locale/en_GB/LC_MESSAGES/kcmnotify.mo
+share/locale/en_GB/LC_MESSAGES/kcmsmserver.mo
+share/locale/en_GB/LC_MESSAGES/kcmstyle.mo
+share/locale/en_GB/LC_MESSAGES/kcmtranslations.mo
+share/locale/en_GB/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/en_GB/LC_MESSAGES/kfontinst.mo
+share/locale/en_GB/LC_MESSAGES/knetattach.mo
+share/locale/en_GB/LC_MESSAGES/krdb.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/en_GB/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/en_GB/LC_MESSAGES/useraccount.mo
+share/locale/eo/LC_MESSAGES/attica_kde.mo
+share/locale/eo/LC_MESSAGES/joystick.mo
+share/locale/eo/LC_MESSAGES/kaccess.mo
+share/locale/eo/LC_MESSAGES/kcm_autostart.mo
+share/locale/eo/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/eo/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/eo/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/eo/LC_MESSAGES/kcm_emoticons.mo
+share/locale/eo/LC_MESSAGES/kcm_phonon.mo
+share/locale/eo/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/eo/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/eo/LC_MESSAGES/kcmaccess.mo
+share/locale/eo/LC_MESSAGES/kcmcolors.mo
+share/locale/eo/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/eo/LC_MESSAGES/kcmfonts.mo
+share/locale/eo/LC_MESSAGES/kcmformats.mo
+share/locale/eo/LC_MESSAGES/kcmicons.mo
+share/locale/eo/LC_MESSAGES/kcminput.mo
+share/locale/eo/LC_MESSAGES/kcmkclock.mo
+share/locale/eo/LC_MESSAGES/kcmkded.mo
+share/locale/eo/LC_MESSAGES/kcmkeyboard.mo
+share/locale/eo/LC_MESSAGES/kcmkeys.mo
+share/locale/eo/LC_MESSAGES/kcmlaunch.mo
+share/locale/eo/LC_MESSAGES/kcmmousetheme.mo
+share/locale/eo/LC_MESSAGES/kcmnotify.mo
+share/locale/eo/LC_MESSAGES/kcmsmserver.mo
+share/locale/eo/LC_MESSAGES/kcmstyle.mo
+share/locale/eo/LC_MESSAGES/kfontinst.mo
+share/locale/eo/LC_MESSAGES/knetattach.mo
+share/locale/eo/LC_MESSAGES/krdb.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/es/LC_MESSAGES/attica_kde.mo
+share/locale/es/LC_MESSAGES/joystick.mo
+share/locale/es/LC_MESSAGES/kaccess.mo
+share/locale/es/LC_MESSAGES/kcm_activities.mo
+share/locale/es/LC_MESSAGES/kcm_autostart.mo
+share/locale/es/LC_MESSAGES/kcm_baloofile.mo
+share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/es/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/es/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/es/LC_MESSAGES/kcm_emoticons.mo
+share/locale/es/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/es/LC_MESSAGES/kcm_phonon.mo
+share/locale/es/LC_MESSAGES/kcm_search.mo
+share/locale/es/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/es/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/es/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/es/LC_MESSAGES/kcm_touchpad.mo
+share/locale/es/LC_MESSAGES/kcmaccess.mo
+share/locale/es/LC_MESSAGES/kcmcolors.mo
+share/locale/es/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/es/LC_MESSAGES/kcmfonts.mo
+share/locale/es/LC_MESSAGES/kcmformats.mo
+share/locale/es/LC_MESSAGES/kcmicons.mo
+share/locale/es/LC_MESSAGES/kcminput.mo
+share/locale/es/LC_MESSAGES/kcmkclock.mo
+share/locale/es/LC_MESSAGES/kcmkded.mo
+share/locale/es/LC_MESSAGES/kcmkeyboard.mo
+share/locale/es/LC_MESSAGES/kcmkeys.mo
+share/locale/es/LC_MESSAGES/kcmlaunch.mo
+share/locale/es/LC_MESSAGES/kcmmousetheme.mo
+share/locale/es/LC_MESSAGES/kcmnotify.mo
+share/locale/es/LC_MESSAGES/kcmsmserver.mo
+share/locale/es/LC_MESSAGES/kcmstyle.mo
+share/locale/es/LC_MESSAGES/kcmtranslations.mo
+share/locale/es/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/es/LC_MESSAGES/kfontinst.mo
+share/locale/es/LC_MESSAGES/knetattach.mo
+share/locale/es/LC_MESSAGES/krdb.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/es/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/es/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/es/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/es/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/es/LC_MESSAGES/useraccount.mo
+share/locale/et/LC_MESSAGES/attica_kde.mo
+share/locale/et/LC_MESSAGES/joystick.mo
+share/locale/et/LC_MESSAGES/kaccess.mo
+share/locale/et/LC_MESSAGES/kcm_autostart.mo
+share/locale/et/LC_MESSAGES/kcm_baloofile.mo
+share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/et/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/et/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/et/LC_MESSAGES/kcm_emoticons.mo
+share/locale/et/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/et/LC_MESSAGES/kcm_phonon.mo
+share/locale/et/LC_MESSAGES/kcm_search.mo
+share/locale/et/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/et/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/et/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/et/LC_MESSAGES/kcm_touchpad.mo
+share/locale/et/LC_MESSAGES/kcmaccess.mo
+share/locale/et/LC_MESSAGES/kcmcolors.mo
+share/locale/et/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/et/LC_MESSAGES/kcmfonts.mo
+share/locale/et/LC_MESSAGES/kcmformats.mo
+share/locale/et/LC_MESSAGES/kcmicons.mo
+share/locale/et/LC_MESSAGES/kcminput.mo
+share/locale/et/LC_MESSAGES/kcmkclock.mo
+share/locale/et/LC_MESSAGES/kcmkded.mo
+share/locale/et/LC_MESSAGES/kcmkeyboard.mo
+share/locale/et/LC_MESSAGES/kcmkeys.mo
+share/locale/et/LC_MESSAGES/kcmlaunch.mo
+share/locale/et/LC_MESSAGES/kcmmousetheme.mo
+share/locale/et/LC_MESSAGES/kcmnotify.mo
+share/locale/et/LC_MESSAGES/kcmsmserver.mo
+share/locale/et/LC_MESSAGES/kcmstyle.mo
+share/locale/et/LC_MESSAGES/kcmtranslations.mo
+share/locale/et/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/et/LC_MESSAGES/kfontinst.mo
+share/locale/et/LC_MESSAGES/knetattach.mo
+share/locale/et/LC_MESSAGES/krdb.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/et/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/et/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/et/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/et/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/et/LC_MESSAGES/useraccount.mo
+share/locale/eu/LC_MESSAGES/attica_kde.mo
+share/locale/eu/LC_MESSAGES/joystick.mo
+share/locale/eu/LC_MESSAGES/kaccess.mo
+share/locale/eu/LC_MESSAGES/kcm_autostart.mo
+share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/eu/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/eu/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/eu/LC_MESSAGES/kcm_emoticons.mo
+share/locale/eu/LC_MESSAGES/kcm_phonon.mo
+share/locale/eu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/eu/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/eu/LC_MESSAGES/kcmaccess.mo
+share/locale/eu/LC_MESSAGES/kcmcolors.mo
+share/locale/eu/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/eu/LC_MESSAGES/kcmfonts.mo
+share/locale/eu/LC_MESSAGES/kcmformats.mo
+share/locale/eu/LC_MESSAGES/kcmicons.mo
+share/locale/eu/LC_MESSAGES/kcminput.mo
+share/locale/eu/LC_MESSAGES/kcmkclock.mo
+share/locale/eu/LC_MESSAGES/kcmkded.mo
+share/locale/eu/LC_MESSAGES/kcmkeyboard.mo
+share/locale/eu/LC_MESSAGES/kcmkeys.mo
+share/locale/eu/LC_MESSAGES/kcmlaunch.mo
+share/locale/eu/LC_MESSAGES/kcmmousetheme.mo
+share/locale/eu/LC_MESSAGES/kcmnotify.mo
+share/locale/eu/LC_MESSAGES/kcmsmserver.mo
+share/locale/eu/LC_MESSAGES/kcmstyle.mo
+share/locale/eu/LC_MESSAGES/kfontinst.mo
+share/locale/eu/LC_MESSAGES/knetattach.mo
+share/locale/eu/LC_MESSAGES/krdb.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/fa/LC_MESSAGES/attica_kde.mo
+share/locale/fa/LC_MESSAGES/joystick.mo
+share/locale/fa/LC_MESSAGES/kaccess.mo
+share/locale/fa/LC_MESSAGES/kcm_autostart.mo
+share/locale/fa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fa/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/fa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/fa/LC_MESSAGES/kcm_emoticons.mo
+share/locale/fa/LC_MESSAGES/kcm_phonon.mo
+share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fa/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fa/LC_MESSAGES/kcmaccess.mo
+share/locale/fa/LC_MESSAGES/kcmcolors.mo
+share/locale/fa/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/fa/LC_MESSAGES/kcmfonts.mo
+share/locale/fa/LC_MESSAGES/kcmformats.mo
+share/locale/fa/LC_MESSAGES/kcmicons.mo
+share/locale/fa/LC_MESSAGES/kcminput.mo
+share/locale/fa/LC_MESSAGES/kcmkclock.mo
+share/locale/fa/LC_MESSAGES/kcmkded.mo
+share/locale/fa/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fa/LC_MESSAGES/kcmkeys.mo
+share/locale/fa/LC_MESSAGES/kcmlaunch.mo
+share/locale/fa/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fa/LC_MESSAGES/kcmnotify.mo
+share/locale/fa/LC_MESSAGES/kcmsmserver.mo
+share/locale/fa/LC_MESSAGES/kcmstyle.mo
+share/locale/fa/LC_MESSAGES/kfontinst.mo
+share/locale/fa/LC_MESSAGES/knetattach.mo
+share/locale/fa/LC_MESSAGES/krdb.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/fi/LC_MESSAGES/attica_kde.mo
+share/locale/fi/LC_MESSAGES/joystick.mo
+share/locale/fi/LC_MESSAGES/kaccess.mo
+share/locale/fi/LC_MESSAGES/kcm_activities.mo
+share/locale/fi/LC_MESSAGES/kcm_autostart.mo
+share/locale/fi/LC_MESSAGES/kcm_baloofile.mo
+share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fi/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/fi/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/fi/LC_MESSAGES/kcm_emoticons.mo
+share/locale/fi/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/fi/LC_MESSAGES/kcm_phonon.mo
+share/locale/fi/LC_MESSAGES/kcm_search.mo
+share/locale/fi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fi/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/fi/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fi/LC_MESSAGES/kcm_touchpad.mo
+share/locale/fi/LC_MESSAGES/kcmaccess.mo
+share/locale/fi/LC_MESSAGES/kcmcolors.mo
+share/locale/fi/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/fi/LC_MESSAGES/kcmfonts.mo
+share/locale/fi/LC_MESSAGES/kcmformats.mo
+share/locale/fi/LC_MESSAGES/kcmicons.mo
+share/locale/fi/LC_MESSAGES/kcminput.mo
+share/locale/fi/LC_MESSAGES/kcmkclock.mo
+share/locale/fi/LC_MESSAGES/kcmkded.mo
+share/locale/fi/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fi/LC_MESSAGES/kcmkeys.mo
+share/locale/fi/LC_MESSAGES/kcmlaunch.mo
+share/locale/fi/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fi/LC_MESSAGES/kcmnotify.mo
+share/locale/fi/LC_MESSAGES/kcmsmserver.mo
+share/locale/fi/LC_MESSAGES/kcmstyle.mo
+share/locale/fi/LC_MESSAGES/kcmtranslations.mo
+share/locale/fi/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/fi/LC_MESSAGES/kfontinst.mo
+share/locale/fi/LC_MESSAGES/knetattach.mo
+share/locale/fi/LC_MESSAGES/krdb.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/fi/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/fi/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/fi/LC_MESSAGES/useraccount.mo
+share/locale/fr/LC_MESSAGES/attica_kde.mo
+share/locale/fr/LC_MESSAGES/joystick.mo
+share/locale/fr/LC_MESSAGES/kaccess.mo
+share/locale/fr/LC_MESSAGES/kcm_autostart.mo
+share/locale/fr/LC_MESSAGES/kcm_baloofile.mo
+share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fr/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/fr/LC_MESSAGES/kcm_emoticons.mo
+share/locale/fr/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/fr/LC_MESSAGES/kcm_phonon.mo
+share/locale/fr/LC_MESSAGES/kcm_search.mo
+share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/fr/LC_MESSAGES/kcmaccess.mo
+share/locale/fr/LC_MESSAGES/kcmcolors.mo
+share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/fr/LC_MESSAGES/kcmfonts.mo
+share/locale/fr/LC_MESSAGES/kcmformats.mo
+share/locale/fr/LC_MESSAGES/kcmicons.mo
+share/locale/fr/LC_MESSAGES/kcminput.mo
+share/locale/fr/LC_MESSAGES/kcmkclock.mo
+share/locale/fr/LC_MESSAGES/kcmkded.mo
+share/locale/fr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fr/LC_MESSAGES/kcmkeys.mo
+share/locale/fr/LC_MESSAGES/kcmlaunch.mo
+share/locale/fr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fr/LC_MESSAGES/kcmnotify.mo
+share/locale/fr/LC_MESSAGES/kcmsmserver.mo
+share/locale/fr/LC_MESSAGES/kcmstyle.mo
+share/locale/fr/LC_MESSAGES/kcmtranslations.mo
+share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/fr/LC_MESSAGES/kfontinst.mo
+share/locale/fr/LC_MESSAGES/knetattach.mo
+share/locale/fr/LC_MESSAGES/krdb.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/fr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/fr/LC_MESSAGES/useraccount.mo
+share/locale/fy/LC_MESSAGES/attica_kde.mo
+share/locale/fy/LC_MESSAGES/joystick.mo
+share/locale/fy/LC_MESSAGES/kaccess.mo
+share/locale/fy/LC_MESSAGES/kcm_autostart.mo
+share/locale/fy/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fy/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/fy/LC_MESSAGES/kcm_emoticons.mo
+share/locale/fy/LC_MESSAGES/kcm_phonon.mo
+share/locale/fy/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fy/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fy/LC_MESSAGES/kcmaccess.mo
+share/locale/fy/LC_MESSAGES/kcmcolors.mo
+share/locale/fy/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/fy/LC_MESSAGES/kcmfonts.mo
+share/locale/fy/LC_MESSAGES/kcmformats.mo
+share/locale/fy/LC_MESSAGES/kcmicons.mo
+share/locale/fy/LC_MESSAGES/kcminput.mo
+share/locale/fy/LC_MESSAGES/kcmkclock.mo
+share/locale/fy/LC_MESSAGES/kcmkded.mo
+share/locale/fy/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fy/LC_MESSAGES/kcmkeys.mo
+share/locale/fy/LC_MESSAGES/kcmlaunch.mo
+share/locale/fy/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fy/LC_MESSAGES/kcmnotify.mo
+share/locale/fy/LC_MESSAGES/kcmsmserver.mo
+share/locale/fy/LC_MESSAGES/kcmstyle.mo
+share/locale/fy/LC_MESSAGES/kfontinst.mo
+share/locale/fy/LC_MESSAGES/knetattach.mo
+share/locale/fy/LC_MESSAGES/krdb.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ga/LC_MESSAGES/attica_kde.mo
+share/locale/ga/LC_MESSAGES/joystick.mo
+share/locale/ga/LC_MESSAGES/kaccess.mo
+share/locale/ga/LC_MESSAGES/kcm_autostart.mo
+share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ga/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ga/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ga/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ga/LC_MESSAGES/kcm_phonon.mo
+share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ga/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ga/LC_MESSAGES/kcmaccess.mo
+share/locale/ga/LC_MESSAGES/kcmcolors.mo
+share/locale/ga/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ga/LC_MESSAGES/kcmfonts.mo
+share/locale/ga/LC_MESSAGES/kcmformats.mo
+share/locale/ga/LC_MESSAGES/kcmicons.mo
+share/locale/ga/LC_MESSAGES/kcminput.mo
+share/locale/ga/LC_MESSAGES/kcmkclock.mo
+share/locale/ga/LC_MESSAGES/kcmkded.mo
+share/locale/ga/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ga/LC_MESSAGES/kcmkeys.mo
+share/locale/ga/LC_MESSAGES/kcmlaunch.mo
+share/locale/ga/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ga/LC_MESSAGES/kcmnotify.mo
+share/locale/ga/LC_MESSAGES/kcmsmserver.mo
+share/locale/ga/LC_MESSAGES/kcmstyle.mo
+share/locale/ga/LC_MESSAGES/kfontinst.mo
+share/locale/ga/LC_MESSAGES/knetattach.mo
+share/locale/ga/LC_MESSAGES/krdb.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/gl/LC_MESSAGES/attica_kde.mo
+share/locale/gl/LC_MESSAGES/joystick.mo
+share/locale/gl/LC_MESSAGES/kaccess.mo
+share/locale/gl/LC_MESSAGES/kcm_autostart.mo
+share/locale/gl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/gl/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/gl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/gl/LC_MESSAGES/kcm_emoticons.mo
+share/locale/gl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/gl/LC_MESSAGES/kcm_phonon.mo
+share/locale/gl/LC_MESSAGES/kcm_search.mo
+share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/gl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/gl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/gl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/gl/LC_MESSAGES/kcmaccess.mo
+share/locale/gl/LC_MESSAGES/kcmcolors.mo
+share/locale/gl/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/gl/LC_MESSAGES/kcmfonts.mo
+share/locale/gl/LC_MESSAGES/kcmformats.mo
+share/locale/gl/LC_MESSAGES/kcmicons.mo
+share/locale/gl/LC_MESSAGES/kcminput.mo
+share/locale/gl/LC_MESSAGES/kcmkclock.mo
+share/locale/gl/LC_MESSAGES/kcmkded.mo
+share/locale/gl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/gl/LC_MESSAGES/kcmkeys.mo
+share/locale/gl/LC_MESSAGES/kcmlaunch.mo
+share/locale/gl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/gl/LC_MESSAGES/kcmnotify.mo
+share/locale/gl/LC_MESSAGES/kcmsmserver.mo
+share/locale/gl/LC_MESSAGES/kcmstyle.mo
+share/locale/gl/LC_MESSAGES/kcmtranslations.mo
+share/locale/gl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/gl/LC_MESSAGES/kfontinst.mo
+share/locale/gl/LC_MESSAGES/knetattach.mo
+share/locale/gl/LC_MESSAGES/krdb.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/gl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/gl/LC_MESSAGES/useraccount.mo
+share/locale/gu/LC_MESSAGES/attica_kde.mo
+share/locale/gu/LC_MESSAGES/joystick.mo
+share/locale/gu/LC_MESSAGES/kaccess.mo
+share/locale/gu/LC_MESSAGES/kcm_autostart.mo
+share/locale/gu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/gu/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/gu/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/gu/LC_MESSAGES/kcm_emoticons.mo
+share/locale/gu/LC_MESSAGES/kcm_phonon.mo
+share/locale/gu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/gu/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/gu/LC_MESSAGES/kcmaccess.mo
+share/locale/gu/LC_MESSAGES/kcmcolors.mo
+share/locale/gu/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/gu/LC_MESSAGES/kcmfonts.mo
+share/locale/gu/LC_MESSAGES/kcmformats.mo
+share/locale/gu/LC_MESSAGES/kcmicons.mo
+share/locale/gu/LC_MESSAGES/kcminput.mo
+share/locale/gu/LC_MESSAGES/kcmkclock.mo
+share/locale/gu/LC_MESSAGES/kcmkded.mo
+share/locale/gu/LC_MESSAGES/kcmkeyboard.mo
+share/locale/gu/LC_MESSAGES/kcmkeys.mo
+share/locale/gu/LC_MESSAGES/kcmlaunch.mo
+share/locale/gu/LC_MESSAGES/kcmmousetheme.mo
+share/locale/gu/LC_MESSAGES/kcmnotify.mo
+share/locale/gu/LC_MESSAGES/kcmsmserver.mo
+share/locale/gu/LC_MESSAGES/kcmstyle.mo
+share/locale/gu/LC_MESSAGES/kfontinst.mo
+share/locale/gu/LC_MESSAGES/knetattach.mo
+share/locale/gu/LC_MESSAGES/krdb.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/he/LC_MESSAGES/attica_kde.mo
+share/locale/he/LC_MESSAGES/joystick.mo
+share/locale/he/LC_MESSAGES/kaccess.mo
+share/locale/he/LC_MESSAGES/kcm_autostart.mo
+share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/he/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/he/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/he/LC_MESSAGES/kcm_emoticons.mo
+share/locale/he/LC_MESSAGES/kcm_phonon.mo
+share/locale/he/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/he/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/he/LC_MESSAGES/kcmaccess.mo
+share/locale/he/LC_MESSAGES/kcmcolors.mo
+share/locale/he/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/he/LC_MESSAGES/kcmfonts.mo
+share/locale/he/LC_MESSAGES/kcmformats.mo
+share/locale/he/LC_MESSAGES/kcmicons.mo
+share/locale/he/LC_MESSAGES/kcminput.mo
+share/locale/he/LC_MESSAGES/kcmkclock.mo
+share/locale/he/LC_MESSAGES/kcmkded.mo
+share/locale/he/LC_MESSAGES/kcmkeyboard.mo
+share/locale/he/LC_MESSAGES/kcmkeys.mo
+share/locale/he/LC_MESSAGES/kcmlaunch.mo
+share/locale/he/LC_MESSAGES/kcmmousetheme.mo
+share/locale/he/LC_MESSAGES/kcmnotify.mo
+share/locale/he/LC_MESSAGES/kcmsmserver.mo
+share/locale/he/LC_MESSAGES/kcmstyle.mo
+share/locale/he/LC_MESSAGES/kfontinst.mo
+share/locale/he/LC_MESSAGES/knetattach.mo
+share/locale/he/LC_MESSAGES/krdb.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/he/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hi/LC_MESSAGES/attica_kde.mo
+share/locale/hi/LC_MESSAGES/joystick.mo
+share/locale/hi/LC_MESSAGES/kaccess.mo
+share/locale/hi/LC_MESSAGES/kcm_autostart.mo
+share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hi/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/hi/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/hi/LC_MESSAGES/kcm_emoticons.mo
+share/locale/hi/LC_MESSAGES/kcm_phonon.mo
+share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hi/LC_MESSAGES/kcmaccess.mo
+share/locale/hi/LC_MESSAGES/kcmcolors.mo
+share/locale/hi/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/hi/LC_MESSAGES/kcmfonts.mo
+share/locale/hi/LC_MESSAGES/kcmformats.mo
+share/locale/hi/LC_MESSAGES/kcmicons.mo
+share/locale/hi/LC_MESSAGES/kcminput.mo
+share/locale/hi/LC_MESSAGES/kcmkclock.mo
+share/locale/hi/LC_MESSAGES/kcmkded.mo
+share/locale/hi/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hi/LC_MESSAGES/kcmkeys.mo
+share/locale/hi/LC_MESSAGES/kcmlaunch.mo
+share/locale/hi/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hi/LC_MESSAGES/kcmnotify.mo
+share/locale/hi/LC_MESSAGES/kcmsmserver.mo
+share/locale/hi/LC_MESSAGES/kcmstyle.mo
+share/locale/hi/LC_MESSAGES/kfontinst.mo
+share/locale/hi/LC_MESSAGES/knetattach.mo
+share/locale/hi/LC_MESSAGES/krdb.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hne/LC_MESSAGES/joystick.mo
+share/locale/hne/LC_MESSAGES/kaccess.mo
+share/locale/hne/LC_MESSAGES/kcm_autostart.mo
+share/locale/hne/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hne/LC_MESSAGES/kcm_emoticons.mo
+share/locale/hne/LC_MESSAGES/kcm_phonon.mo
+share/locale/hne/LC_MESSAGES/kcmaccess.mo
+share/locale/hne/LC_MESSAGES/kcmcolors.mo
+share/locale/hne/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/hne/LC_MESSAGES/kcmfonts.mo
+share/locale/hne/LC_MESSAGES/kcmformats.mo
+share/locale/hne/LC_MESSAGES/kcmicons.mo
+share/locale/hne/LC_MESSAGES/kcminput.mo
+share/locale/hne/LC_MESSAGES/kcmkclock.mo
+share/locale/hne/LC_MESSAGES/kcmkded.mo
+share/locale/hne/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hne/LC_MESSAGES/kcmkeys.mo
+share/locale/hne/LC_MESSAGES/kcmlaunch.mo
+share/locale/hne/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hne/LC_MESSAGES/kcmnotify.mo
+share/locale/hne/LC_MESSAGES/kcmsmserver.mo
+share/locale/hne/LC_MESSAGES/kcmstyle.mo
+share/locale/hne/LC_MESSAGES/kfontinst.mo
+share/locale/hne/LC_MESSAGES/knetattach.mo
+share/locale/hne/LC_MESSAGES/krdb.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hr/LC_MESSAGES/attica_kde.mo
+share/locale/hr/LC_MESSAGES/joystick.mo
+share/locale/hr/LC_MESSAGES/kaccess.mo
+share/locale/hr/LC_MESSAGES/kcm_autostart.mo
+share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hr/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/hr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/hr/LC_MESSAGES/kcm_emoticons.mo
+share/locale/hr/LC_MESSAGES/kcm_phonon.mo
+share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/hr/LC_MESSAGES/kcmaccess.mo
+share/locale/hr/LC_MESSAGES/kcmcolors.mo
+share/locale/hr/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/hr/LC_MESSAGES/kcmfonts.mo
+share/locale/hr/LC_MESSAGES/kcmformats.mo
+share/locale/hr/LC_MESSAGES/kcmicons.mo
+share/locale/hr/LC_MESSAGES/kcminput.mo
+share/locale/hr/LC_MESSAGES/kcmkclock.mo
+share/locale/hr/LC_MESSAGES/kcmkded.mo
+share/locale/hr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hr/LC_MESSAGES/kcmkeys.mo
+share/locale/hr/LC_MESSAGES/kcmlaunch.mo
+share/locale/hr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hr/LC_MESSAGES/kcmnotify.mo
+share/locale/hr/LC_MESSAGES/kcmsmserver.mo
+share/locale/hr/LC_MESSAGES/kcmstyle.mo
+share/locale/hr/LC_MESSAGES/kfontinst.mo
+share/locale/hr/LC_MESSAGES/knetattach.mo
+share/locale/hr/LC_MESSAGES/krdb.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hsb/LC_MESSAGES/joystick.mo
+share/locale/hsb/LC_MESSAGES/kaccess.mo
+share/locale/hsb/LC_MESSAGES/kcm_autostart.mo
+share/locale/hsb/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hsb/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/hsb/LC_MESSAGES/kcm_emoticons.mo
+share/locale/hsb/LC_MESSAGES/kcm_phonon.mo
+share/locale/hsb/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/hsb/LC_MESSAGES/kcmaccess.mo
+share/locale/hsb/LC_MESSAGES/kcmcolors.mo
+share/locale/hsb/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/hsb/LC_MESSAGES/kcmfonts.mo
+share/locale/hsb/LC_MESSAGES/kcmformats.mo
+share/locale/hsb/LC_MESSAGES/kcmicons.mo
+share/locale/hsb/LC_MESSAGES/kcminput.mo
+share/locale/hsb/LC_MESSAGES/kcmkclock.mo
+share/locale/hsb/LC_MESSAGES/kcmkded.mo
+share/locale/hsb/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hsb/LC_MESSAGES/kcmkeys.mo
+share/locale/hsb/LC_MESSAGES/kcmlaunch.mo
+share/locale/hsb/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hsb/LC_MESSAGES/kcmnotify.mo
+share/locale/hsb/LC_MESSAGES/kcmsmserver.mo
+share/locale/hsb/LC_MESSAGES/kcmstyle.mo
+share/locale/hsb/LC_MESSAGES/kfontinst.mo
+share/locale/hsb/LC_MESSAGES/knetattach.mo
+share/locale/hsb/LC_MESSAGES/krdb.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hu/LC_MESSAGES/attica_kde.mo
+share/locale/hu/LC_MESSAGES/joystick.mo
+share/locale/hu/LC_MESSAGES/kaccess.mo
+share/locale/hu/LC_MESSAGES/kcm_autostart.mo
+share/locale/hu/LC_MESSAGES/kcm_baloofile.mo
+share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hu/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/hu/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/hu/LC_MESSAGES/kcm_emoticons.mo
+share/locale/hu/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/hu/LC_MESSAGES/kcm_phonon.mo
+share/locale/hu/LC_MESSAGES/kcm_search.mo
+share/locale/hu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hu/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/hu/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/hu/LC_MESSAGES/kcm_touchpad.mo
+share/locale/hu/LC_MESSAGES/kcmaccess.mo
+share/locale/hu/LC_MESSAGES/kcmcolors.mo
+share/locale/hu/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/hu/LC_MESSAGES/kcmfonts.mo
+share/locale/hu/LC_MESSAGES/kcmformats.mo
+share/locale/hu/LC_MESSAGES/kcmicons.mo
+share/locale/hu/LC_MESSAGES/kcminput.mo
+share/locale/hu/LC_MESSAGES/kcmkclock.mo
+share/locale/hu/LC_MESSAGES/kcmkded.mo
+share/locale/hu/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hu/LC_MESSAGES/kcmkeys.mo
+share/locale/hu/LC_MESSAGES/kcmlaunch.mo
+share/locale/hu/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hu/LC_MESSAGES/kcmnotify.mo
+share/locale/hu/LC_MESSAGES/kcmsmserver.mo
+share/locale/hu/LC_MESSAGES/kcmstyle.mo
+share/locale/hu/LC_MESSAGES/kcmtranslations.mo
+share/locale/hu/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/hu/LC_MESSAGES/kfontinst.mo
+share/locale/hu/LC_MESSAGES/knetattach.mo
+share/locale/hu/LC_MESSAGES/krdb.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/hu/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/hu/LC_MESSAGES/useraccount.mo
+share/locale/hy/LC_MESSAGES/kfontinst.mo
+share/locale/ia/LC_MESSAGES/attica_kde.mo
+share/locale/ia/LC_MESSAGES/joystick.mo
+share/locale/ia/LC_MESSAGES/kaccess.mo
+share/locale/ia/LC_MESSAGES/kcm_autostart.mo
+share/locale/ia/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ia/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ia/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ia/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ia/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ia/LC_MESSAGES/kcm_phonon.mo
+share/locale/ia/LC_MESSAGES/kcm_search.mo
+share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ia/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ia/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ia/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ia/LC_MESSAGES/kcmaccess.mo
+share/locale/ia/LC_MESSAGES/kcmcolors.mo
+share/locale/ia/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ia/LC_MESSAGES/kcmfonts.mo
+share/locale/ia/LC_MESSAGES/kcmformats.mo
+share/locale/ia/LC_MESSAGES/kcmicons.mo
+share/locale/ia/LC_MESSAGES/kcminput.mo
+share/locale/ia/LC_MESSAGES/kcmkclock.mo
+share/locale/ia/LC_MESSAGES/kcmkded.mo
+share/locale/ia/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ia/LC_MESSAGES/kcmkeys.mo
+share/locale/ia/LC_MESSAGES/kcmlaunch.mo
+share/locale/ia/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ia/LC_MESSAGES/kcmnotify.mo
+share/locale/ia/LC_MESSAGES/kcmsmserver.mo
+share/locale/ia/LC_MESSAGES/kcmstyle.mo
+share/locale/ia/LC_MESSAGES/kcmtranslations.mo
+share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ia/LC_MESSAGES/kfontinst.mo
+share/locale/ia/LC_MESSAGES/knetattach.mo
+share/locale/ia/LC_MESSAGES/krdb.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ia/LC_MESSAGES/useraccount.mo
+share/locale/id/LC_MESSAGES/attica_kde.mo
+share/locale/id/LC_MESSAGES/joystick.mo
+share/locale/id/LC_MESSAGES/kaccess.mo
+share/locale/id/LC_MESSAGES/kcm_autostart.mo
+share/locale/id/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/id/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/id/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/id/LC_MESSAGES/kcm_emoticons.mo
+share/locale/id/LC_MESSAGES/kcm_phonon.mo
+share/locale/id/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/id/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/id/LC_MESSAGES/kcmaccess.mo
+share/locale/id/LC_MESSAGES/kcmcolors.mo
+share/locale/id/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/id/LC_MESSAGES/kcmfonts.mo
+share/locale/id/LC_MESSAGES/kcmformats.mo
+share/locale/id/LC_MESSAGES/kcmicons.mo
+share/locale/id/LC_MESSAGES/kcminput.mo
+share/locale/id/LC_MESSAGES/kcmkclock.mo
+share/locale/id/LC_MESSAGES/kcmkded.mo
+share/locale/id/LC_MESSAGES/kcmkeyboard.mo
+share/locale/id/LC_MESSAGES/kcmkeys.mo
+share/locale/id/LC_MESSAGES/kcmlaunch.mo
+share/locale/id/LC_MESSAGES/kcmmousetheme.mo
+share/locale/id/LC_MESSAGES/kcmnotify.mo
+share/locale/id/LC_MESSAGES/kcmsmserver.mo
+share/locale/id/LC_MESSAGES/kcmstyle.mo
+share/locale/id/LC_MESSAGES/kfontinst.mo
+share/locale/id/LC_MESSAGES/knetattach.mo
+share/locale/id/LC_MESSAGES/krdb.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/id/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/is/LC_MESSAGES/attica_kde.mo
+share/locale/is/LC_MESSAGES/joystick.mo
+share/locale/is/LC_MESSAGES/kaccess.mo
+share/locale/is/LC_MESSAGES/kcm_autostart.mo
+share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/is/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/is/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/is/LC_MESSAGES/kcm_emoticons.mo
+share/locale/is/LC_MESSAGES/kcm_phonon.mo
+share/locale/is/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/is/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/is/LC_MESSAGES/kcmaccess.mo
+share/locale/is/LC_MESSAGES/kcmcolors.mo
+share/locale/is/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/is/LC_MESSAGES/kcmfonts.mo
+share/locale/is/LC_MESSAGES/kcmformats.mo
+share/locale/is/LC_MESSAGES/kcmicons.mo
+share/locale/is/LC_MESSAGES/kcminput.mo
+share/locale/is/LC_MESSAGES/kcmkclock.mo
+share/locale/is/LC_MESSAGES/kcmkded.mo
+share/locale/is/LC_MESSAGES/kcmkeyboard.mo
+share/locale/is/LC_MESSAGES/kcmkeys.mo
+share/locale/is/LC_MESSAGES/kcmlaunch.mo
+share/locale/is/LC_MESSAGES/kcmmousetheme.mo
+share/locale/is/LC_MESSAGES/kcmnotify.mo
+share/locale/is/LC_MESSAGES/kcmsmserver.mo
+share/locale/is/LC_MESSAGES/kcmstyle.mo
+share/locale/is/LC_MESSAGES/kfontinst.mo
+share/locale/is/LC_MESSAGES/knetattach.mo
+share/locale/is/LC_MESSAGES/krdb.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/it/LC_MESSAGES/attica_kde.mo
+share/locale/it/LC_MESSAGES/joystick.mo
+share/locale/it/LC_MESSAGES/kaccess.mo
+share/locale/it/LC_MESSAGES/kcm_autostart.mo
+share/locale/it/LC_MESSAGES/kcm_baloofile.mo
+share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/it/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/it/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/it/LC_MESSAGES/kcm_emoticons.mo
+share/locale/it/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/it/LC_MESSAGES/kcm_phonon.mo
+share/locale/it/LC_MESSAGES/kcm_search.mo
+share/locale/it/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/it/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/it/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/it/LC_MESSAGES/kcm_touchpad.mo
+share/locale/it/LC_MESSAGES/kcmaccess.mo
+share/locale/it/LC_MESSAGES/kcmcolors.mo
+share/locale/it/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/it/LC_MESSAGES/kcmfonts.mo
+share/locale/it/LC_MESSAGES/kcmformats.mo
+share/locale/it/LC_MESSAGES/kcmicons.mo
+share/locale/it/LC_MESSAGES/kcminput.mo
+share/locale/it/LC_MESSAGES/kcmkclock.mo
+share/locale/it/LC_MESSAGES/kcmkded.mo
+share/locale/it/LC_MESSAGES/kcmkeyboard.mo
+share/locale/it/LC_MESSAGES/kcmkeys.mo
+share/locale/it/LC_MESSAGES/kcmlaunch.mo
+share/locale/it/LC_MESSAGES/kcmmousetheme.mo
+share/locale/it/LC_MESSAGES/kcmnotify.mo
+share/locale/it/LC_MESSAGES/kcmsmserver.mo
+share/locale/it/LC_MESSAGES/kcmstyle.mo
+share/locale/it/LC_MESSAGES/kcmtranslations.mo
+share/locale/it/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/it/LC_MESSAGES/kfontinst.mo
+share/locale/it/LC_MESSAGES/knetattach.mo
+share/locale/it/LC_MESSAGES/krdb.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/it/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/it/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/it/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/it/LC_MESSAGES/useraccount.mo
+share/locale/ja/LC_MESSAGES/attica_kde.mo
+share/locale/ja/LC_MESSAGES/joystick.mo
+share/locale/ja/LC_MESSAGES/kaccess.mo
+share/locale/ja/LC_MESSAGES/kcm_autostart.mo
+share/locale/ja/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ja/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ja/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ja/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ja/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ja/LC_MESSAGES/kcm_phonon.mo
+share/locale/ja/LC_MESSAGES/kcm_search.mo
+share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ja/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ja/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ja/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ja/LC_MESSAGES/kcmaccess.mo
+share/locale/ja/LC_MESSAGES/kcmcolors.mo
+share/locale/ja/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ja/LC_MESSAGES/kcmfonts.mo
+share/locale/ja/LC_MESSAGES/kcmformats.mo
+share/locale/ja/LC_MESSAGES/kcmicons.mo
+share/locale/ja/LC_MESSAGES/kcminput.mo
+share/locale/ja/LC_MESSAGES/kcmkclock.mo
+share/locale/ja/LC_MESSAGES/kcmkded.mo
+share/locale/ja/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ja/LC_MESSAGES/kcmkeys.mo
+share/locale/ja/LC_MESSAGES/kcmlaunch.mo
+share/locale/ja/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ja/LC_MESSAGES/kcmnotify.mo
+share/locale/ja/LC_MESSAGES/kcmsmserver.mo
+share/locale/ja/LC_MESSAGES/kcmstyle.mo
+share/locale/ja/LC_MESSAGES/kcmtranslations.mo
+share/locale/ja/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ja/LC_MESSAGES/kfontinst.mo
+share/locale/ja/LC_MESSAGES/knetattach.mo
+share/locale/ja/LC_MESSAGES/krdb.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ja/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ja/LC_MESSAGES/useraccount.mo
+share/locale/kk/LC_MESSAGES/attica_kde.mo
+share/locale/kk/LC_MESSAGES/joystick.mo
+share/locale/kk/LC_MESSAGES/kaccess.mo
+share/locale/kk/LC_MESSAGES/kcm_autostart.mo
+share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/kk/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/kk/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/kk/LC_MESSAGES/kcm_emoticons.mo
+share/locale/kk/LC_MESSAGES/kcm_phonon.mo
+share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/kk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/kk/LC_MESSAGES/kcmaccess.mo
+share/locale/kk/LC_MESSAGES/kcmcolors.mo
+share/locale/kk/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/kk/LC_MESSAGES/kcmfonts.mo
+share/locale/kk/LC_MESSAGES/kcmformats.mo
+share/locale/kk/LC_MESSAGES/kcmicons.mo
+share/locale/kk/LC_MESSAGES/kcminput.mo
+share/locale/kk/LC_MESSAGES/kcmkclock.mo
+share/locale/kk/LC_MESSAGES/kcmkded.mo
+share/locale/kk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/kk/LC_MESSAGES/kcmkeys.mo
+share/locale/kk/LC_MESSAGES/kcmlaunch.mo
+share/locale/kk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/kk/LC_MESSAGES/kcmnotify.mo
+share/locale/kk/LC_MESSAGES/kcmsmserver.mo
+share/locale/kk/LC_MESSAGES/kcmstyle.mo
+share/locale/kk/LC_MESSAGES/kfontinst.mo
+share/locale/kk/LC_MESSAGES/knetattach.mo
+share/locale/kk/LC_MESSAGES/krdb.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/kk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/km/LC_MESSAGES/attica_kde.mo
+share/locale/km/LC_MESSAGES/joystick.mo
+share/locale/km/LC_MESSAGES/kaccess.mo
+share/locale/km/LC_MESSAGES/kcm_autostart.mo
+share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/km/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/km/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/km/LC_MESSAGES/kcm_emoticons.mo
+share/locale/km/LC_MESSAGES/kcm_phonon.mo
+share/locale/km/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/km/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/km/LC_MESSAGES/kcmaccess.mo
+share/locale/km/LC_MESSAGES/kcmcolors.mo
+share/locale/km/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/km/LC_MESSAGES/kcmfonts.mo
+share/locale/km/LC_MESSAGES/kcmformats.mo
+share/locale/km/LC_MESSAGES/kcmicons.mo
+share/locale/km/LC_MESSAGES/kcminput.mo
+share/locale/km/LC_MESSAGES/kcmkclock.mo
+share/locale/km/LC_MESSAGES/kcmkded.mo
+share/locale/km/LC_MESSAGES/kcmkeyboard.mo
+share/locale/km/LC_MESSAGES/kcmkeys.mo
+share/locale/km/LC_MESSAGES/kcmlaunch.mo
+share/locale/km/LC_MESSAGES/kcmmousetheme.mo
+share/locale/km/LC_MESSAGES/kcmnotify.mo
+share/locale/km/LC_MESSAGES/kcmsmserver.mo
+share/locale/km/LC_MESSAGES/kcmstyle.mo
+share/locale/km/LC_MESSAGES/kfontinst.mo
+share/locale/km/LC_MESSAGES/knetattach.mo
+share/locale/km/LC_MESSAGES/krdb.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/km/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/kn/LC_MESSAGES/attica_kde.mo
+share/locale/kn/LC_MESSAGES/joystick.mo
+share/locale/kn/LC_MESSAGES/kaccess.mo
+share/locale/kn/LC_MESSAGES/kcm_autostart.mo
+share/locale/kn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/kn/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/kn/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/kn/LC_MESSAGES/kcm_emoticons.mo
+share/locale/kn/LC_MESSAGES/kcm_phonon.mo
+share/locale/kn/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/kn/LC_MESSAGES/kcmaccess.mo
+share/locale/kn/LC_MESSAGES/kcmcolors.mo
+share/locale/kn/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/kn/LC_MESSAGES/kcmfonts.mo
+share/locale/kn/LC_MESSAGES/kcmformats.mo
+share/locale/kn/LC_MESSAGES/kcmicons.mo
+share/locale/kn/LC_MESSAGES/kcminput.mo
+share/locale/kn/LC_MESSAGES/kcmkclock.mo
+share/locale/kn/LC_MESSAGES/kcmkded.mo
+share/locale/kn/LC_MESSAGES/kcmkeyboard.mo
+share/locale/kn/LC_MESSAGES/kcmkeys.mo
+share/locale/kn/LC_MESSAGES/kcmlaunch.mo
+share/locale/kn/LC_MESSAGES/kcmmousetheme.mo
+share/locale/kn/LC_MESSAGES/kcmnotify.mo
+share/locale/kn/LC_MESSAGES/kcmsmserver.mo
+share/locale/kn/LC_MESSAGES/kcmstyle.mo
+share/locale/kn/LC_MESSAGES/kfontinst.mo
+share/locale/kn/LC_MESSAGES/knetattach.mo
+share/locale/kn/LC_MESSAGES/krdb.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ko/LC_MESSAGES/attica_kde.mo
+share/locale/ko/LC_MESSAGES/joystick.mo
+share/locale/ko/LC_MESSAGES/kaccess.mo
+share/locale/ko/LC_MESSAGES/kcm_autostart.mo
+share/locale/ko/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ko/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ko/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ko/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ko/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ko/LC_MESSAGES/kcm_phonon.mo
+share/locale/ko/LC_MESSAGES/kcm_search.mo
+share/locale/ko/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ko/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ko/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ko/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ko/LC_MESSAGES/kcmaccess.mo
+share/locale/ko/LC_MESSAGES/kcmcolors.mo
+share/locale/ko/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ko/LC_MESSAGES/kcmfonts.mo
+share/locale/ko/LC_MESSAGES/kcmformats.mo
+share/locale/ko/LC_MESSAGES/kcmicons.mo
+share/locale/ko/LC_MESSAGES/kcminput.mo
+share/locale/ko/LC_MESSAGES/kcmkclock.mo
+share/locale/ko/LC_MESSAGES/kcmkded.mo
+share/locale/ko/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ko/LC_MESSAGES/kcmkeys.mo
+share/locale/ko/LC_MESSAGES/kcmlaunch.mo
+share/locale/ko/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ko/LC_MESSAGES/kcmnotify.mo
+share/locale/ko/LC_MESSAGES/kcmsmserver.mo
+share/locale/ko/LC_MESSAGES/kcmstyle.mo
+share/locale/ko/LC_MESSAGES/kcmtranslations.mo
+share/locale/ko/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ko/LC_MESSAGES/kfontinst.mo
+share/locale/ko/LC_MESSAGES/knetattach.mo
+share/locale/ko/LC_MESSAGES/krdb.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ko/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ko/LC_MESSAGES/useraccount.mo
+share/locale/ku/LC_MESSAGES/joystick.mo
+share/locale/ku/LC_MESSAGES/kaccess.mo
+share/locale/ku/LC_MESSAGES/kcm_autostart.mo
+share/locale/ku/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ku/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ku/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ku/LC_MESSAGES/kcm_phonon.mo
+share/locale/ku/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ku/LC_MESSAGES/kcmaccess.mo
+share/locale/ku/LC_MESSAGES/kcmcolors.mo
+share/locale/ku/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ku/LC_MESSAGES/kcmfonts.mo
+share/locale/ku/LC_MESSAGES/kcmformats.mo
+share/locale/ku/LC_MESSAGES/kcmicons.mo
+share/locale/ku/LC_MESSAGES/kcminput.mo
+share/locale/ku/LC_MESSAGES/kcmkclock.mo
+share/locale/ku/LC_MESSAGES/kcmkded.mo
+share/locale/ku/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ku/LC_MESSAGES/kcmkeys.mo
+share/locale/ku/LC_MESSAGES/kcmlaunch.mo
+share/locale/ku/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ku/LC_MESSAGES/kcmnotify.mo
+share/locale/ku/LC_MESSAGES/kcmsmserver.mo
+share/locale/ku/LC_MESSAGES/kcmstyle.mo
+share/locale/ku/LC_MESSAGES/kfontinst.mo
+share/locale/ku/LC_MESSAGES/knetattach.mo
+share/locale/ku/LC_MESSAGES/krdb.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/lt/LC_MESSAGES/attica_kde.mo
+share/locale/lt/LC_MESSAGES/joystick.mo
+share/locale/lt/LC_MESSAGES/kaccess.mo
+share/locale/lt/LC_MESSAGES/kcm_autostart.mo
+share/locale/lt/LC_MESSAGES/kcm_baloofile.mo
+share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/lt/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/lt/LC_MESSAGES/kcm_emoticons.mo
+share/locale/lt/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/lt/LC_MESSAGES/kcm_phonon.mo
+share/locale/lt/LC_MESSAGES/kcm_search.mo
+share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/lt/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/lt/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/lt/LC_MESSAGES/kcm_touchpad.mo
+share/locale/lt/LC_MESSAGES/kcmaccess.mo
+share/locale/lt/LC_MESSAGES/kcmcolors.mo
+share/locale/lt/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/lt/LC_MESSAGES/kcmfonts.mo
+share/locale/lt/LC_MESSAGES/kcmformats.mo
+share/locale/lt/LC_MESSAGES/kcmicons.mo
+share/locale/lt/LC_MESSAGES/kcminput.mo
+share/locale/lt/LC_MESSAGES/kcmkclock.mo
+share/locale/lt/LC_MESSAGES/kcmkded.mo
+share/locale/lt/LC_MESSAGES/kcmkeyboard.mo
+share/locale/lt/LC_MESSAGES/kcmkeys.mo
+share/locale/lt/LC_MESSAGES/kcmlaunch.mo
+share/locale/lt/LC_MESSAGES/kcmmousetheme.mo
+share/locale/lt/LC_MESSAGES/kcmnotify.mo
+share/locale/lt/LC_MESSAGES/kcmsmserver.mo
+share/locale/lt/LC_MESSAGES/kcmstyle.mo
+share/locale/lt/LC_MESSAGES/kcmtranslations.mo
+share/locale/lt/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/lt/LC_MESSAGES/kfontinst.mo
+share/locale/lt/LC_MESSAGES/knetattach.mo
+share/locale/lt/LC_MESSAGES/krdb.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/lt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/lt/LC_MESSAGES/useraccount.mo
+share/locale/lv/LC_MESSAGES/attica_kde.mo
+share/locale/lv/LC_MESSAGES/joystick.mo
+share/locale/lv/LC_MESSAGES/kaccess.mo
+share/locale/lv/LC_MESSAGES/kcm_autostart.mo
+share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/lv/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/lv/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/lv/LC_MESSAGES/kcm_emoticons.mo
+share/locale/lv/LC_MESSAGES/kcm_phonon.mo
+share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/lv/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/lv/LC_MESSAGES/kcmaccess.mo
+share/locale/lv/LC_MESSAGES/kcmcolors.mo
+share/locale/lv/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/lv/LC_MESSAGES/kcmfonts.mo
+share/locale/lv/LC_MESSAGES/kcmformats.mo
+share/locale/lv/LC_MESSAGES/kcmicons.mo
+share/locale/lv/LC_MESSAGES/kcminput.mo
+share/locale/lv/LC_MESSAGES/kcmkclock.mo
+share/locale/lv/LC_MESSAGES/kcmkded.mo
+share/locale/lv/LC_MESSAGES/kcmkeyboard.mo
+share/locale/lv/LC_MESSAGES/kcmkeys.mo
+share/locale/lv/LC_MESSAGES/kcmlaunch.mo
+share/locale/lv/LC_MESSAGES/kcmmousetheme.mo
+share/locale/lv/LC_MESSAGES/kcmnotify.mo
+share/locale/lv/LC_MESSAGES/kcmsmserver.mo
+share/locale/lv/LC_MESSAGES/kcmstyle.mo
+share/locale/lv/LC_MESSAGES/kfontinst.mo
+share/locale/lv/LC_MESSAGES/knetattach.mo
+share/locale/lv/LC_MESSAGES/krdb.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/mai/LC_MESSAGES/attica_kde.mo
+share/locale/mai/LC_MESSAGES/joystick.mo
+share/locale/mai/LC_MESSAGES/kaccess.mo
+share/locale/mai/LC_MESSAGES/kcm_autostart.mo
+share/locale/mai/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mai/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/mai/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/mai/LC_MESSAGES/kcm_emoticons.mo
+share/locale/mai/LC_MESSAGES/kcm_phonon.mo
+share/locale/mai/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/mai/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/mai/LC_MESSAGES/kcmaccess.mo
+share/locale/mai/LC_MESSAGES/kcmcolors.mo
+share/locale/mai/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/mai/LC_MESSAGES/kcmfonts.mo
+share/locale/mai/LC_MESSAGES/kcmformats.mo
+share/locale/mai/LC_MESSAGES/kcmicons.mo
+share/locale/mai/LC_MESSAGES/kcminput.mo
+share/locale/mai/LC_MESSAGES/kcmkclock.mo
+share/locale/mai/LC_MESSAGES/kcmkded.mo
+share/locale/mai/LC_MESSAGES/kcmkeyboard.mo
+share/locale/mai/LC_MESSAGES/kcmkeys.mo
+share/locale/mai/LC_MESSAGES/kcmlaunch.mo
+share/locale/mai/LC_MESSAGES/kcmmousetheme.mo
+share/locale/mai/LC_MESSAGES/kcmnotify.mo
+share/locale/mai/LC_MESSAGES/kcmsmserver.mo
+share/locale/mai/LC_MESSAGES/kcmstyle.mo
+share/locale/mai/LC_MESSAGES/kfontinst.mo
+share/locale/mai/LC_MESSAGES/knetattach.mo
+share/locale/mai/LC_MESSAGES/krdb.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/mk/LC_MESSAGES/joystick.mo
+share/locale/mk/LC_MESSAGES/kaccess.mo
+share/locale/mk/LC_MESSAGES/kcm_autostart.mo
+share/locale/mk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mk/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/mk/LC_MESSAGES/kcm_emoticons.mo
+share/locale/mk/LC_MESSAGES/kcm_phonon.mo
+share/locale/mk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/mk/LC_MESSAGES/kcmaccess.mo
+share/locale/mk/LC_MESSAGES/kcmcolors.mo
+share/locale/mk/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/mk/LC_MESSAGES/kcmfonts.mo
+share/locale/mk/LC_MESSAGES/kcmformats.mo
+share/locale/mk/LC_MESSAGES/kcmicons.mo
+share/locale/mk/LC_MESSAGES/kcminput.mo
+share/locale/mk/LC_MESSAGES/kcmkclock.mo
+share/locale/mk/LC_MESSAGES/kcmkded.mo
+share/locale/mk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/mk/LC_MESSAGES/kcmkeys.mo
+share/locale/mk/LC_MESSAGES/kcmlaunch.mo
+share/locale/mk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/mk/LC_MESSAGES/kcmnotify.mo
+share/locale/mk/LC_MESSAGES/kcmsmserver.mo
+share/locale/mk/LC_MESSAGES/kcmstyle.mo
+share/locale/mk/LC_MESSAGES/kfontinst.mo
+share/locale/mk/LC_MESSAGES/knetattach.mo
+share/locale/mk/LC_MESSAGES/krdb.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ml/LC_MESSAGES/attica_kde.mo
+share/locale/ml/LC_MESSAGES/joystick.mo
+share/locale/ml/LC_MESSAGES/kaccess.mo
+share/locale/ml/LC_MESSAGES/kcm_autostart.mo
+share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ml/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ml/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ml/LC_MESSAGES/kcm_phonon.mo
+share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ml/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ml/LC_MESSAGES/kcmaccess.mo
+share/locale/ml/LC_MESSAGES/kcmcolors.mo
+share/locale/ml/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ml/LC_MESSAGES/kcmfonts.mo
+share/locale/ml/LC_MESSAGES/kcmformats.mo
+share/locale/ml/LC_MESSAGES/kcmicons.mo
+share/locale/ml/LC_MESSAGES/kcminput.mo
+share/locale/ml/LC_MESSAGES/kcmkclock.mo
+share/locale/ml/LC_MESSAGES/kcmkded.mo
+share/locale/ml/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ml/LC_MESSAGES/kcmkeys.mo
+share/locale/ml/LC_MESSAGES/kcmlaunch.mo
+share/locale/ml/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ml/LC_MESSAGES/kcmnotify.mo
+share/locale/ml/LC_MESSAGES/kcmsmserver.mo
+share/locale/ml/LC_MESSAGES/kcmstyle.mo
+share/locale/ml/LC_MESSAGES/kfontinst.mo
+share/locale/ml/LC_MESSAGES/knetattach.mo
+share/locale/ml/LC_MESSAGES/krdb.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/mr/LC_MESSAGES/attica_kde.mo
+share/locale/mr/LC_MESSAGES/joystick.mo
+share/locale/mr/LC_MESSAGES/kaccess.mo
+share/locale/mr/LC_MESSAGES/kcm_autostart.mo
+share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mr/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/mr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/mr/LC_MESSAGES/kcm_emoticons.mo
+share/locale/mr/LC_MESSAGES/kcm_phonon.mo
+share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/mr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/mr/LC_MESSAGES/kcmaccess.mo
+share/locale/mr/LC_MESSAGES/kcmcolors.mo
+share/locale/mr/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/mr/LC_MESSAGES/kcmfonts.mo
+share/locale/mr/LC_MESSAGES/kcmformats.mo
+share/locale/mr/LC_MESSAGES/kcmicons.mo
+share/locale/mr/LC_MESSAGES/kcminput.mo
+share/locale/mr/LC_MESSAGES/kcmkclock.mo
+share/locale/mr/LC_MESSAGES/kcmkded.mo
+share/locale/mr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/mr/LC_MESSAGES/kcmkeys.mo
+share/locale/mr/LC_MESSAGES/kcmlaunch.mo
+share/locale/mr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/mr/LC_MESSAGES/kcmnotify.mo
+share/locale/mr/LC_MESSAGES/kcmsmserver.mo
+share/locale/mr/LC_MESSAGES/kcmstyle.mo
+share/locale/mr/LC_MESSAGES/kfontinst.mo
+share/locale/mr/LC_MESSAGES/knetattach.mo
+share/locale/mr/LC_MESSAGES/krdb.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/mr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ms/LC_MESSAGES/attica_kde.mo
+share/locale/ms/LC_MESSAGES/joystick.mo
+share/locale/ms/LC_MESSAGES/kaccess.mo
+share/locale/ms/LC_MESSAGES/kcm_autostart.mo
+share/locale/ms/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ms/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ms/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ms/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ms/LC_MESSAGES/kcm_phonon.mo
+share/locale/ms/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ms/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ms/LC_MESSAGES/kcmaccess.mo
+share/locale/ms/LC_MESSAGES/kcmcolors.mo
+share/locale/ms/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ms/LC_MESSAGES/kcmfonts.mo
+share/locale/ms/LC_MESSAGES/kcmformats.mo
+share/locale/ms/LC_MESSAGES/kcmicons.mo
+share/locale/ms/LC_MESSAGES/kcminput.mo
+share/locale/ms/LC_MESSAGES/kcmkclock.mo
+share/locale/ms/LC_MESSAGES/kcmkded.mo
+share/locale/ms/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ms/LC_MESSAGES/kcmkeys.mo
+share/locale/ms/LC_MESSAGES/kcmlaunch.mo
+share/locale/ms/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ms/LC_MESSAGES/kcmnotify.mo
+share/locale/ms/LC_MESSAGES/kcmsmserver.mo
+share/locale/ms/LC_MESSAGES/kcmstyle.mo
+share/locale/ms/LC_MESSAGES/kfontinst.mo
+share/locale/ms/LC_MESSAGES/knetattach.mo
+share/locale/ms/LC_MESSAGES/krdb.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nb/LC_MESSAGES/attica_kde.mo
+share/locale/nb/LC_MESSAGES/joystick.mo
+share/locale/nb/LC_MESSAGES/kaccess.mo
+share/locale/nb/LC_MESSAGES/kcm_autostart.mo
+share/locale/nb/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nb/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/nb/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nb/LC_MESSAGES/kcm_emoticons.mo
+share/locale/nb/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nb/LC_MESSAGES/kcm_phonon.mo
+share/locale/nb/LC_MESSAGES/kcm_search.mo
+share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nb/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nb/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nb/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nb/LC_MESSAGES/kcmaccess.mo
+share/locale/nb/LC_MESSAGES/kcmcolors.mo
+share/locale/nb/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/nb/LC_MESSAGES/kcmfonts.mo
+share/locale/nb/LC_MESSAGES/kcmformats.mo
+share/locale/nb/LC_MESSAGES/kcmicons.mo
+share/locale/nb/LC_MESSAGES/kcminput.mo
+share/locale/nb/LC_MESSAGES/kcmkclock.mo
+share/locale/nb/LC_MESSAGES/kcmkded.mo
+share/locale/nb/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nb/LC_MESSAGES/kcmkeys.mo
+share/locale/nb/LC_MESSAGES/kcmlaunch.mo
+share/locale/nb/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nb/LC_MESSAGES/kcmnotify.mo
+share/locale/nb/LC_MESSAGES/kcmsmserver.mo
+share/locale/nb/LC_MESSAGES/kcmstyle.mo
+share/locale/nb/LC_MESSAGES/kcmtranslations.mo
+share/locale/nb/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nb/LC_MESSAGES/kfontinst.mo
+share/locale/nb/LC_MESSAGES/knetattach.mo
+share/locale/nb/LC_MESSAGES/krdb.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nb/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nb/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nb/LC_MESSAGES/useraccount.mo
+share/locale/nds/LC_MESSAGES/attica_kde.mo
+share/locale/nds/LC_MESSAGES/joystick.mo
+share/locale/nds/LC_MESSAGES/kaccess.mo
+share/locale/nds/LC_MESSAGES/kcm_autostart.mo
+share/locale/nds/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nds/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/nds/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nds/LC_MESSAGES/kcm_emoticons.mo
+share/locale/nds/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nds/LC_MESSAGES/kcm_phonon.mo
+share/locale/nds/LC_MESSAGES/kcm_search.mo
+share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nds/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nds/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nds/LC_MESSAGES/kcmaccess.mo
+share/locale/nds/LC_MESSAGES/kcmcolors.mo
+share/locale/nds/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/nds/LC_MESSAGES/kcmfonts.mo
+share/locale/nds/LC_MESSAGES/kcmformats.mo
+share/locale/nds/LC_MESSAGES/kcmicons.mo
+share/locale/nds/LC_MESSAGES/kcminput.mo
+share/locale/nds/LC_MESSAGES/kcmkclock.mo
+share/locale/nds/LC_MESSAGES/kcmkded.mo
+share/locale/nds/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nds/LC_MESSAGES/kcmkeys.mo
+share/locale/nds/LC_MESSAGES/kcmlaunch.mo
+share/locale/nds/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nds/LC_MESSAGES/kcmnotify.mo
+share/locale/nds/LC_MESSAGES/kcmsmserver.mo
+share/locale/nds/LC_MESSAGES/kcmstyle.mo
+share/locale/nds/LC_MESSAGES/kcmtranslations.mo
+share/locale/nds/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nds/LC_MESSAGES/kfontinst.mo
+share/locale/nds/LC_MESSAGES/knetattach.mo
+share/locale/nds/LC_MESSAGES/krdb.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nds/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nds/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nds/LC_MESSAGES/useraccount.mo
+share/locale/ne/LC_MESSAGES/joystick.mo
+share/locale/ne/LC_MESSAGES/kaccess.mo
+share/locale/ne/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ne/LC_MESSAGES/kcm_phonon.mo
+share/locale/ne/LC_MESSAGES/kcmaccess.mo
+share/locale/ne/LC_MESSAGES/kcmcolors.mo
+share/locale/ne/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ne/LC_MESSAGES/kcmfonts.mo
+share/locale/ne/LC_MESSAGES/kcmformats.mo
+share/locale/ne/LC_MESSAGES/kcmicons.mo
+share/locale/ne/LC_MESSAGES/kcminput.mo
+share/locale/ne/LC_MESSAGES/kcmkclock.mo
+share/locale/ne/LC_MESSAGES/kcmkded.mo
+share/locale/ne/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ne/LC_MESSAGES/kcmkeys.mo
+share/locale/ne/LC_MESSAGES/kcmlaunch.mo
+share/locale/ne/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ne/LC_MESSAGES/kcmnotify.mo
+share/locale/ne/LC_MESSAGES/kcmsmserver.mo
+share/locale/ne/LC_MESSAGES/kcmstyle.mo
+share/locale/ne/LC_MESSAGES/kfontinst.mo
+share/locale/ne/LC_MESSAGES/knetattach.mo
+share/locale/ne/LC_MESSAGES/krdb.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nl/LC_MESSAGES/attica_kde.mo
+share/locale/nl/LC_MESSAGES/joystick.mo
+share/locale/nl/LC_MESSAGES/kaccess.mo
+share/locale/nl/LC_MESSAGES/kcm_activities.mo
+share/locale/nl/LC_MESSAGES/kcm_autostart.mo
+share/locale/nl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nl/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/nl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nl/LC_MESSAGES/kcm_emoticons.mo
+share/locale/nl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nl/LC_MESSAGES/kcm_phonon.mo
+share/locale/nl/LC_MESSAGES/kcm_search.mo
+share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nl/LC_MESSAGES/kcmaccess.mo
+share/locale/nl/LC_MESSAGES/kcmcolors.mo
+share/locale/nl/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/nl/LC_MESSAGES/kcmfonts.mo
+share/locale/nl/LC_MESSAGES/kcmformats.mo
+share/locale/nl/LC_MESSAGES/kcmicons.mo
+share/locale/nl/LC_MESSAGES/kcminput.mo
+share/locale/nl/LC_MESSAGES/kcmkclock.mo
+share/locale/nl/LC_MESSAGES/kcmkded.mo
+share/locale/nl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nl/LC_MESSAGES/kcmkeys.mo
+share/locale/nl/LC_MESSAGES/kcmlaunch.mo
+share/locale/nl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nl/LC_MESSAGES/kcmnotify.mo
+share/locale/nl/LC_MESSAGES/kcmsmserver.mo
+share/locale/nl/LC_MESSAGES/kcmstyle.mo
+share/locale/nl/LC_MESSAGES/kcmtranslations.mo
+share/locale/nl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nl/LC_MESSAGES/kfontinst.mo
+share/locale/nl/LC_MESSAGES/knetattach.mo
+share/locale/nl/LC_MESSAGES/krdb.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/nl/LC_MESSAGES/useraccount.mo
+share/locale/nn/LC_MESSAGES/attica_kde.mo
+share/locale/nn/LC_MESSAGES/joystick.mo
+share/locale/nn/LC_MESSAGES/kaccess.mo
+share/locale/nn/LC_MESSAGES/kcm_autostart.mo
+share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nn/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/nn/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nn/LC_MESSAGES/kcm_emoticons.mo
+share/locale/nn/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nn/LC_MESSAGES/kcm_phonon.mo
+share/locale/nn/LC_MESSAGES/kcm_search.mo
+share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nn/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nn/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nn/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nn/LC_MESSAGES/kcmaccess.mo
+share/locale/nn/LC_MESSAGES/kcmcolors.mo
+share/locale/nn/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/nn/LC_MESSAGES/kcmfonts.mo
+share/locale/nn/LC_MESSAGES/kcmformats.mo
+share/locale/nn/LC_MESSAGES/kcmicons.mo
+share/locale/nn/LC_MESSAGES/kcminput.mo
+share/locale/nn/LC_MESSAGES/kcmkclock.mo
+share/locale/nn/LC_MESSAGES/kcmkded.mo
+share/locale/nn/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nn/LC_MESSAGES/kcmkeys.mo
+share/locale/nn/LC_MESSAGES/kcmlaunch.mo
+share/locale/nn/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nn/LC_MESSAGES/kcmnotify.mo
+share/locale/nn/LC_MESSAGES/kcmsmserver.mo
+share/locale/nn/LC_MESSAGES/kcmstyle.mo
+share/locale/nn/LC_MESSAGES/kcmtranslations.mo
+share/locale/nn/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nn/LC_MESSAGES/kfontinst.mo
+share/locale/nn/LC_MESSAGES/knetattach.mo
+share/locale/nn/LC_MESSAGES/krdb.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nn/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nn/LC_MESSAGES/useraccount.mo
+share/locale/oc/LC_MESSAGES/joystick.mo
+share/locale/oc/LC_MESSAGES/kaccess.mo
+share/locale/oc/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/oc/LC_MESSAGES/kcm_phonon.mo
+share/locale/oc/LC_MESSAGES/kcmaccess.mo
+share/locale/oc/LC_MESSAGES/kcmcolors.mo
+share/locale/oc/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/oc/LC_MESSAGES/kcmfonts.mo
+share/locale/oc/LC_MESSAGES/kcmicons.mo
+share/locale/oc/LC_MESSAGES/kcminput.mo
+share/locale/oc/LC_MESSAGES/kcmkclock.mo
+share/locale/oc/LC_MESSAGES/kcmkded.mo
+share/locale/oc/LC_MESSAGES/kcmkeyboard.mo
+share/locale/oc/LC_MESSAGES/kcmkeys.mo
+share/locale/oc/LC_MESSAGES/kcmlaunch.mo
+share/locale/oc/LC_MESSAGES/kcmmousetheme.mo
+share/locale/oc/LC_MESSAGES/kcmnotify.mo
+share/locale/oc/LC_MESSAGES/kcmsmserver.mo
+share/locale/oc/LC_MESSAGES/kcmstyle.mo
+share/locale/oc/LC_MESSAGES/kfontinst.mo
+share/locale/oc/LC_MESSAGES/knetattach.mo
+share/locale/oc/LC_MESSAGES/krdb.mo
+share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/or/LC_MESSAGES/joystick.mo
+share/locale/or/LC_MESSAGES/kaccess.mo
+share/locale/or/LC_MESSAGES/kcm_autostart.mo
+share/locale/or/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/or/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/or/LC_MESSAGES/kcm_emoticons.mo
+share/locale/or/LC_MESSAGES/kcm_phonon.mo
+share/locale/or/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/or/LC_MESSAGES/kcmaccess.mo
+share/locale/or/LC_MESSAGES/kcmcolors.mo
+share/locale/or/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/or/LC_MESSAGES/kcmfonts.mo
+share/locale/or/LC_MESSAGES/kcmformats.mo
+share/locale/or/LC_MESSAGES/kcmicons.mo
+share/locale/or/LC_MESSAGES/kcminput.mo
+share/locale/or/LC_MESSAGES/kcmkclock.mo
+share/locale/or/LC_MESSAGES/kcmkded.mo
+share/locale/or/LC_MESSAGES/kcmkeyboard.mo
+share/locale/or/LC_MESSAGES/kcmkeys.mo
+share/locale/or/LC_MESSAGES/kcmlaunch.mo
+share/locale/or/LC_MESSAGES/kcmmousetheme.mo
+share/locale/or/LC_MESSAGES/kcmnotify.mo
+share/locale/or/LC_MESSAGES/kcmsmserver.mo
+share/locale/or/LC_MESSAGES/kcmstyle.mo
+share/locale/or/LC_MESSAGES/kfontinst.mo
+share/locale/or/LC_MESSAGES/knetattach.mo
+share/locale/or/LC_MESSAGES/krdb.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pa/LC_MESSAGES/attica_kde.mo
+share/locale/pa/LC_MESSAGES/joystick.mo
+share/locale/pa/LC_MESSAGES/kaccess.mo
+share/locale/pa/LC_MESSAGES/kcm_autostart.mo
+share/locale/pa/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pa/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/pa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pa/LC_MESSAGES/kcm_emoticons.mo
+share/locale/pa/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pa/LC_MESSAGES/kcm_phonon.mo
+share/locale/pa/LC_MESSAGES/kcm_search.mo
+share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pa/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pa/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pa/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pa/LC_MESSAGES/kcmaccess.mo
+share/locale/pa/LC_MESSAGES/kcmcolors.mo
+share/locale/pa/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/pa/LC_MESSAGES/kcmfonts.mo
+share/locale/pa/LC_MESSAGES/kcmformats.mo
+share/locale/pa/LC_MESSAGES/kcmicons.mo
+share/locale/pa/LC_MESSAGES/kcminput.mo
+share/locale/pa/LC_MESSAGES/kcmkclock.mo
+share/locale/pa/LC_MESSAGES/kcmkded.mo
+share/locale/pa/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pa/LC_MESSAGES/kcmkeys.mo
+share/locale/pa/LC_MESSAGES/kcmlaunch.mo
+share/locale/pa/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pa/LC_MESSAGES/kcmnotify.mo
+share/locale/pa/LC_MESSAGES/kcmsmserver.mo
+share/locale/pa/LC_MESSAGES/kcmstyle.mo
+share/locale/pa/LC_MESSAGES/kcmtranslations.mo
+share/locale/pa/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pa/LC_MESSAGES/kfontinst.mo
+share/locale/pa/LC_MESSAGES/knetattach.mo
+share/locale/pa/LC_MESSAGES/krdb.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pa/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pa/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pa/LC_MESSAGES/useraccount.mo
+share/locale/pl/LC_MESSAGES/attica_kde.mo
+share/locale/pl/LC_MESSAGES/joystick.mo
+share/locale/pl/LC_MESSAGES/kaccess.mo
+share/locale/pl/LC_MESSAGES/kcm_activities.mo
+share/locale/pl/LC_MESSAGES/kcm_autostart.mo
+share/locale/pl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pl/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/pl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pl/LC_MESSAGES/kcm_emoticons.mo
+share/locale/pl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pl/LC_MESSAGES/kcm_phonon.mo
+share/locale/pl/LC_MESSAGES/kcm_search.mo
+share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pl/LC_MESSAGES/kcmaccess.mo
+share/locale/pl/LC_MESSAGES/kcmcolors.mo
+share/locale/pl/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/pl/LC_MESSAGES/kcmfonts.mo
+share/locale/pl/LC_MESSAGES/kcmformats.mo
+share/locale/pl/LC_MESSAGES/kcmicons.mo
+share/locale/pl/LC_MESSAGES/kcminput.mo
+share/locale/pl/LC_MESSAGES/kcmkclock.mo
+share/locale/pl/LC_MESSAGES/kcmkded.mo
+share/locale/pl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pl/LC_MESSAGES/kcmkeys.mo
+share/locale/pl/LC_MESSAGES/kcmlaunch.mo
+share/locale/pl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pl/LC_MESSAGES/kcmnotify.mo
+share/locale/pl/LC_MESSAGES/kcmsmserver.mo
+share/locale/pl/LC_MESSAGES/kcmstyle.mo
+share/locale/pl/LC_MESSAGES/kcmtranslations.mo
+share/locale/pl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pl/LC_MESSAGES/kfontinst.mo
+share/locale/pl/LC_MESSAGES/knetattach.mo
+share/locale/pl/LC_MESSAGES/krdb.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pl/LC_MESSAGES/useraccount.mo
+share/locale/pt/LC_MESSAGES/attica_kde.mo
+share/locale/pt/LC_MESSAGES/joystick.mo
+share/locale/pt/LC_MESSAGES/kaccess.mo
+share/locale/pt/LC_MESSAGES/kcm_activities.mo
+share/locale/pt/LC_MESSAGES/kcm_autostart.mo
+share/locale/pt/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pt/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/pt/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pt/LC_MESSAGES/kcm_emoticons.mo
+share/locale/pt/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pt/LC_MESSAGES/kcm_phonon.mo
+share/locale/pt/LC_MESSAGES/kcm_search.mo
+share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pt/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pt/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pt/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pt/LC_MESSAGES/kcmaccess.mo
+share/locale/pt/LC_MESSAGES/kcmcolors.mo
+share/locale/pt/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/pt/LC_MESSAGES/kcmfonts.mo
+share/locale/pt/LC_MESSAGES/kcmformats.mo
+share/locale/pt/LC_MESSAGES/kcmicons.mo
+share/locale/pt/LC_MESSAGES/kcminput.mo
+share/locale/pt/LC_MESSAGES/kcmkclock.mo
+share/locale/pt/LC_MESSAGES/kcmkded.mo
+share/locale/pt/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pt/LC_MESSAGES/kcmkeys.mo
+share/locale/pt/LC_MESSAGES/kcmlaunch.mo
+share/locale/pt/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pt/LC_MESSAGES/kcmnotify.mo
+share/locale/pt/LC_MESSAGES/kcmsmserver.mo
+share/locale/pt/LC_MESSAGES/kcmstyle.mo
+share/locale/pt/LC_MESSAGES/kcmtranslations.mo
+share/locale/pt/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pt/LC_MESSAGES/kfontinst.mo
+share/locale/pt/LC_MESSAGES/knetattach.mo
+share/locale/pt/LC_MESSAGES/krdb.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pt/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pt/LC_MESSAGES/useraccount.mo
+share/locale/pt_BR/LC_MESSAGES/attica_kde.mo
+share/locale/pt_BR/LC_MESSAGES/joystick.mo
+share/locale/pt_BR/LC_MESSAGES/kaccess.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_activities.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_emoticons.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_phonon.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_search.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pt_BR/LC_MESSAGES/kcmaccess.mo
+share/locale/pt_BR/LC_MESSAGES/kcmcolors.mo
+share/locale/pt_BR/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/pt_BR/LC_MESSAGES/kcmfonts.mo
+share/locale/pt_BR/LC_MESSAGES/kcmformats.mo
+share/locale/pt_BR/LC_MESSAGES/kcmicons.mo
+share/locale/pt_BR/LC_MESSAGES/kcminput.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkded.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
+share/locale/pt_BR/LC_MESSAGES/kcmlaunch.mo
+share/locale/pt_BR/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pt_BR/LC_MESSAGES/kcmnotify.mo
+share/locale/pt_BR/LC_MESSAGES/kcmsmserver.mo
+share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtranslations.mo
+share/locale/pt_BR/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pt_BR/LC_MESSAGES/kfontinst.mo
+share/locale/pt_BR/LC_MESSAGES/knetattach.mo
+share/locale/pt_BR/LC_MESSAGES/krdb.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pt_BR/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pt_BR/LC_MESSAGES/useraccount.mo
+share/locale/ro/LC_MESSAGES/attica_kde.mo
+share/locale/ro/LC_MESSAGES/joystick.mo
+share/locale/ro/LC_MESSAGES/kaccess.mo
+share/locale/ro/LC_MESSAGES/kcm_autostart.mo
+share/locale/ro/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ro/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ro/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ro/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ro/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ro/LC_MESSAGES/kcm_phonon.mo
+share/locale/ro/LC_MESSAGES/kcm_search.mo
+share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ro/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ro/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ro/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ro/LC_MESSAGES/kcmaccess.mo
+share/locale/ro/LC_MESSAGES/kcmcolors.mo
+share/locale/ro/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ro/LC_MESSAGES/kcmfonts.mo
+share/locale/ro/LC_MESSAGES/kcmformats.mo
+share/locale/ro/LC_MESSAGES/kcmicons.mo
+share/locale/ro/LC_MESSAGES/kcminput.mo
+share/locale/ro/LC_MESSAGES/kcmkclock.mo
+share/locale/ro/LC_MESSAGES/kcmkded.mo
+share/locale/ro/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ro/LC_MESSAGES/kcmkeys.mo
+share/locale/ro/LC_MESSAGES/kcmlaunch.mo
+share/locale/ro/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ro/LC_MESSAGES/kcmnotify.mo
+share/locale/ro/LC_MESSAGES/kcmsmserver.mo
+share/locale/ro/LC_MESSAGES/kcmstyle.mo
+share/locale/ro/LC_MESSAGES/kcmtranslations.mo
+share/locale/ro/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ro/LC_MESSAGES/kfontinst.mo
+share/locale/ro/LC_MESSAGES/knetattach.mo
+share/locale/ro/LC_MESSAGES/krdb.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ro/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ro/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ro/LC_MESSAGES/useraccount.mo
+share/locale/ru/LC_MESSAGES/attica_kde.mo
+share/locale/ru/LC_MESSAGES/joystick.mo
+share/locale/ru/LC_MESSAGES/kaccess.mo
+share/locale/ru/LC_MESSAGES/kcm_activities.mo
+share/locale/ru/LC_MESSAGES/kcm_autostart.mo
+share/locale/ru/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ru/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ru/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ru/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ru/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ru/LC_MESSAGES/kcm_phonon.mo
+share/locale/ru/LC_MESSAGES/kcm_search.mo
+share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ru/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ru/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ru/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ru/LC_MESSAGES/kcmaccess.mo
+share/locale/ru/LC_MESSAGES/kcmcolors.mo
+share/locale/ru/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ru/LC_MESSAGES/kcmfonts.mo
+share/locale/ru/LC_MESSAGES/kcmformats.mo
+share/locale/ru/LC_MESSAGES/kcmicons.mo
+share/locale/ru/LC_MESSAGES/kcminput.mo
+share/locale/ru/LC_MESSAGES/kcmkclock.mo
+share/locale/ru/LC_MESSAGES/kcmkded.mo
+share/locale/ru/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ru/LC_MESSAGES/kcmkeys.mo
+share/locale/ru/LC_MESSAGES/kcmlaunch.mo
+share/locale/ru/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ru/LC_MESSAGES/kcmnotify.mo
+share/locale/ru/LC_MESSAGES/kcmsmserver.mo
+share/locale/ru/LC_MESSAGES/kcmstyle.mo
+share/locale/ru/LC_MESSAGES/kcmtranslations.mo
+share/locale/ru/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ru/LC_MESSAGES/kfontinst.mo
+share/locale/ru/LC_MESSAGES/knetattach.mo
+share/locale/ru/LC_MESSAGES/krdb.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ru/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ru/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ru/LC_MESSAGES/useraccount.mo
+share/locale/se/LC_MESSAGES/joystick.mo
+share/locale/se/LC_MESSAGES/kaccess.mo
+share/locale/se/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/se/LC_MESSAGES/kcm_phonon.mo
+share/locale/se/LC_MESSAGES/kcmaccess.mo
+share/locale/se/LC_MESSAGES/kcmcolors.mo
+share/locale/se/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/se/LC_MESSAGES/kcmfonts.mo
+share/locale/se/LC_MESSAGES/kcmformats.mo
+share/locale/se/LC_MESSAGES/kcmicons.mo
+share/locale/se/LC_MESSAGES/kcminput.mo
+share/locale/se/LC_MESSAGES/kcmkclock.mo
+share/locale/se/LC_MESSAGES/kcmkded.mo
+share/locale/se/LC_MESSAGES/kcmkeyboard.mo
+share/locale/se/LC_MESSAGES/kcmkeys.mo
+share/locale/se/LC_MESSAGES/kcmlaunch.mo
+share/locale/se/LC_MESSAGES/kcmmousetheme.mo
+share/locale/se/LC_MESSAGES/kcmnotify.mo
+share/locale/se/LC_MESSAGES/kcmsmserver.mo
+share/locale/se/LC_MESSAGES/kcmstyle.mo
+share/locale/se/LC_MESSAGES/kfontinst.mo
+share/locale/se/LC_MESSAGES/knetattach.mo
+share/locale/se/LC_MESSAGES/krdb.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/se/LC_MESSAGES/useraccount.mo
+share/locale/si/LC_MESSAGES/joystick.mo
+share/locale/si/LC_MESSAGES/kaccess.mo
+share/locale/si/LC_MESSAGES/kcm_autostart.mo
+share/locale/si/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/si/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/si/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/si/LC_MESSAGES/kcm_emoticons.mo
+share/locale/si/LC_MESSAGES/kcm_phonon.mo
+share/locale/si/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/si/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/si/LC_MESSAGES/kcmaccess.mo
+share/locale/si/LC_MESSAGES/kcmcolors.mo
+share/locale/si/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/si/LC_MESSAGES/kcmfonts.mo
+share/locale/si/LC_MESSAGES/kcmformats.mo
+share/locale/si/LC_MESSAGES/kcmicons.mo
+share/locale/si/LC_MESSAGES/kcminput.mo
+share/locale/si/LC_MESSAGES/kcmkclock.mo
+share/locale/si/LC_MESSAGES/kcmkded.mo
+share/locale/si/LC_MESSAGES/kcmkeyboard.mo
+share/locale/si/LC_MESSAGES/kcmkeys.mo
+share/locale/si/LC_MESSAGES/kcmlaunch.mo
+share/locale/si/LC_MESSAGES/kcmmousetheme.mo
+share/locale/si/LC_MESSAGES/kcmnotify.mo
+share/locale/si/LC_MESSAGES/kcmsmserver.mo
+share/locale/si/LC_MESSAGES/kcmstyle.mo
+share/locale/si/LC_MESSAGES/kfontinst.mo
+share/locale/si/LC_MESSAGES/knetattach.mo
+share/locale/si/LC_MESSAGES/krdb.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/si/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sk/LC_MESSAGES/attica_kde.mo
+share/locale/sk/LC_MESSAGES/joystick.mo
+share/locale/sk/LC_MESSAGES/kaccess.mo
+share/locale/sk/LC_MESSAGES/kcm_activities.mo
+share/locale/sk/LC_MESSAGES/kcm_autostart.mo
+share/locale/sk/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sk/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sk/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sk/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sk/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sk/LC_MESSAGES/kcm_phonon.mo
+share/locale/sk/LC_MESSAGES/kcm_search.mo
+share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sk/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sk/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sk/LC_MESSAGES/kcmaccess.mo
+share/locale/sk/LC_MESSAGES/kcmcolors.mo
+share/locale/sk/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sk/LC_MESSAGES/kcmfonts.mo
+share/locale/sk/LC_MESSAGES/kcmformats.mo
+share/locale/sk/LC_MESSAGES/kcmicons.mo
+share/locale/sk/LC_MESSAGES/kcminput.mo
+share/locale/sk/LC_MESSAGES/kcmkclock.mo
+share/locale/sk/LC_MESSAGES/kcmkded.mo
+share/locale/sk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sk/LC_MESSAGES/kcmkeys.mo
+share/locale/sk/LC_MESSAGES/kcmlaunch.mo
+share/locale/sk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sk/LC_MESSAGES/kcmnotify.mo
+share/locale/sk/LC_MESSAGES/kcmsmserver.mo
+share/locale/sk/LC_MESSAGES/kcmstyle.mo
+share/locale/sk/LC_MESSAGES/kcmtranslations.mo
+share/locale/sk/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sk/LC_MESSAGES/kfontinst.mo
+share/locale/sk/LC_MESSAGES/knetattach.mo
+share/locale/sk/LC_MESSAGES/krdb.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sk/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sk/LC_MESSAGES/useraccount.mo
+share/locale/sl/LC_MESSAGES/attica_kde.mo
+share/locale/sl/LC_MESSAGES/joystick.mo
+share/locale/sl/LC_MESSAGES/kaccess.mo
+share/locale/sl/LC_MESSAGES/kcm_activities.mo
+share/locale/sl/LC_MESSAGES/kcm_autostart.mo
+share/locale/sl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sl/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sl/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sl/LC_MESSAGES/kcm_phonon.mo
+share/locale/sl/LC_MESSAGES/kcm_search.mo
+share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sl/LC_MESSAGES/kcmaccess.mo
+share/locale/sl/LC_MESSAGES/kcmcolors.mo
+share/locale/sl/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sl/LC_MESSAGES/kcmfonts.mo
+share/locale/sl/LC_MESSAGES/kcmformats.mo
+share/locale/sl/LC_MESSAGES/kcmicons.mo
+share/locale/sl/LC_MESSAGES/kcminput.mo
+share/locale/sl/LC_MESSAGES/kcmkclock.mo
+share/locale/sl/LC_MESSAGES/kcmkded.mo
+share/locale/sl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sl/LC_MESSAGES/kcmkeys.mo
+share/locale/sl/LC_MESSAGES/kcmlaunch.mo
+share/locale/sl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sl/LC_MESSAGES/kcmnotify.mo
+share/locale/sl/LC_MESSAGES/kcmsmserver.mo
+share/locale/sl/LC_MESSAGES/kcmstyle.mo
+share/locale/sl/LC_MESSAGES/kcmtranslations.mo
+share/locale/sl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sl/LC_MESSAGES/kfontinst.mo
+share/locale/sl/LC_MESSAGES/knetattach.mo
+share/locale/sl/LC_MESSAGES/krdb.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sl/LC_MESSAGES/useraccount.mo
+share/locale/sq/LC_MESSAGES/joystick.mo
+share/locale/sq/LC_MESSAGES/kaccess.mo
+share/locale/sq/LC_MESSAGES/kcm_autostart.mo
+share/locale/sq/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sq/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sq/LC_MESSAGES/kcm_phonon.mo
+share/locale/sq/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sq/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sq/LC_MESSAGES/kcmaccess.mo
+share/locale/sq/LC_MESSAGES/kcmcolors.mo
+share/locale/sq/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sq/LC_MESSAGES/kcmfonts.mo
+share/locale/sq/LC_MESSAGES/kcmformats.mo
+share/locale/sq/LC_MESSAGES/kcmicons.mo
+share/locale/sq/LC_MESSAGES/kcminput.mo
+share/locale/sq/LC_MESSAGES/kcmkclock.mo
+share/locale/sq/LC_MESSAGES/kcmkded.mo
+share/locale/sq/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sq/LC_MESSAGES/kcmkeys.mo
+share/locale/sq/LC_MESSAGES/kcmlaunch.mo
+share/locale/sq/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sq/LC_MESSAGES/kcmnotify.mo
+share/locale/sq/LC_MESSAGES/kcmsmserver.mo
+share/locale/sq/LC_MESSAGES/kcmstyle.mo
+share/locale/sq/LC_MESSAGES/kfontinst.mo
+share/locale/sq/LC_MESSAGES/knetattach.mo
+share/locale/sq/LC_MESSAGES/krdb.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr/LC_MESSAGES/attica_kde.mo
+share/locale/sr/LC_MESSAGES/joystick.mo
+share/locale/sr/LC_MESSAGES/kaccess.mo
+share/locale/sr/LC_MESSAGES/kcm_activities.mo
+share/locale/sr/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sr/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sr/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr/LC_MESSAGES/kcm_phonon.mo
+share/locale/sr/LC_MESSAGES/kcm_search.mo
+share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr/LC_MESSAGES/kcmaccess.mo
+share/locale/sr/LC_MESSAGES/kcmcolors.mo
+share/locale/sr/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sr/LC_MESSAGES/kcmfonts.mo
+share/locale/sr/LC_MESSAGES/kcmformats.mo
+share/locale/sr/LC_MESSAGES/kcmicons.mo
+share/locale/sr/LC_MESSAGES/kcminput.mo
+share/locale/sr/LC_MESSAGES/kcmkclock.mo
+share/locale/sr/LC_MESSAGES/kcmkded.mo
+share/locale/sr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr/LC_MESSAGES/kcmkeys.mo
+share/locale/sr/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr/LC_MESSAGES/kcmnotify.mo
+share/locale/sr/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr/LC_MESSAGES/kcmstyle.mo
+share/locale/sr/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr/LC_MESSAGES/kfontinst.mo
+share/locale/sr/LC_MESSAGES/knetattach.mo
+share/locale/sr/LC_MESSAGES/krdb.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr/LC_MESSAGES/useraccount.mo
+share/locale/sr@ijekavian/LC_MESSAGES/attica_kde.mo
+share/locale/sr@ijekavian/LC_MESSAGES/joystick.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_phonon.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_search.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmaccess.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmcolors.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmfonts.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmformats.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmicons.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcminput.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkded.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkeys.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmnotify.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmstyle.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kfontinst.mo
+share/locale/sr@ijekavian/LC_MESSAGES/knetattach.mo
+share/locale/sr@ijekavian/LC_MESSAGES/krdb.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/useraccount.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/attica_kde.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/joystick.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phonon.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_search.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmaccess.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcolors.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmfonts.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmformats.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmicons.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminput.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkded.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeys.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmnotify.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmstyle.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kfontinst.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/knetattach.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/krdb.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/useraccount.mo
+share/locale/sr@latin/LC_MESSAGES/attica_kde.mo
+share/locale/sr@latin/LC_MESSAGES/joystick.mo
+share/locale/sr@latin/LC_MESSAGES/kaccess.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_activities.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_phonon.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_search.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr@latin/LC_MESSAGES/kcmaccess.mo
+share/locale/sr@latin/LC_MESSAGES/kcmcolors.mo
+share/locale/sr@latin/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sr@latin/LC_MESSAGES/kcmfonts.mo
+share/locale/sr@latin/LC_MESSAGES/kcmformats.mo
+share/locale/sr@latin/LC_MESSAGES/kcmicons.mo
+share/locale/sr@latin/LC_MESSAGES/kcminput.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkded.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkeys.mo
+share/locale/sr@latin/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr@latin/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr@latin/LC_MESSAGES/kcmnotify.mo
+share/locale/sr@latin/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr@latin/LC_MESSAGES/kcmstyle.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr@latin/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr@latin/LC_MESSAGES/kfontinst.mo
+share/locale/sr@latin/LC_MESSAGES/knetattach.mo
+share/locale/sr@latin/LC_MESSAGES/krdb.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr@latin/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr@latin/LC_MESSAGES/useraccount.mo
+share/locale/sv/LC_MESSAGES/attica_kde.mo
+share/locale/sv/LC_MESSAGES/joystick.mo
+share/locale/sv/LC_MESSAGES/kaccess.mo
+share/locale/sv/LC_MESSAGES/kcm_activities.mo
+share/locale/sv/LC_MESSAGES/kcm_autostart.mo
+share/locale/sv/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sv/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/sv/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sv/LC_MESSAGES/kcm_emoticons.mo
+share/locale/sv/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sv/LC_MESSAGES/kcm_phonon.mo
+share/locale/sv/LC_MESSAGES/kcm_search.mo
+share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sv/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sv/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sv/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sv/LC_MESSAGES/kcmaccess.mo
+share/locale/sv/LC_MESSAGES/kcmcolors.mo
+share/locale/sv/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/sv/LC_MESSAGES/kcmfonts.mo
+share/locale/sv/LC_MESSAGES/kcmformats.mo
+share/locale/sv/LC_MESSAGES/kcmicons.mo
+share/locale/sv/LC_MESSAGES/kcminput.mo
+share/locale/sv/LC_MESSAGES/kcmkclock.mo
+share/locale/sv/LC_MESSAGES/kcmkded.mo
+share/locale/sv/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sv/LC_MESSAGES/kcmkeys.mo
+share/locale/sv/LC_MESSAGES/kcmlaunch.mo
+share/locale/sv/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sv/LC_MESSAGES/kcmnotify.mo
+share/locale/sv/LC_MESSAGES/kcmsmserver.mo
+share/locale/sv/LC_MESSAGES/kcmstyle.mo
+share/locale/sv/LC_MESSAGES/kcmtranslations.mo
+share/locale/sv/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sv/LC_MESSAGES/kfontinst.mo
+share/locale/sv/LC_MESSAGES/knetattach.mo
+share/locale/sv/LC_MESSAGES/krdb.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sv/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sv/LC_MESSAGES/useraccount.mo
+share/locale/ta/LC_MESSAGES/joystick.mo
+share/locale/ta/LC_MESSAGES/kaccess.mo
+share/locale/ta/LC_MESSAGES/kcm_autostart.mo
+share/locale/ta/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ta/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ta/LC_MESSAGES/kcm_phonon.mo
+share/locale/ta/LC_MESSAGES/kcmaccess.mo
+share/locale/ta/LC_MESSAGES/kcmcolors.mo
+share/locale/ta/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ta/LC_MESSAGES/kcmfonts.mo
+share/locale/ta/LC_MESSAGES/kcmformats.mo
+share/locale/ta/LC_MESSAGES/kcmicons.mo
+share/locale/ta/LC_MESSAGES/kcminput.mo
+share/locale/ta/LC_MESSAGES/kcmkclock.mo
+share/locale/ta/LC_MESSAGES/kcmkded.mo
+share/locale/ta/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ta/LC_MESSAGES/kcmkeys.mo
+share/locale/ta/LC_MESSAGES/kcmlaunch.mo
+share/locale/ta/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ta/LC_MESSAGES/kcmnotify.mo
+share/locale/ta/LC_MESSAGES/kcmsmserver.mo
+share/locale/ta/LC_MESSAGES/kcmstyle.mo
+share/locale/ta/LC_MESSAGES/kfontinst.mo
+share/locale/ta/LC_MESSAGES/knetattach.mo
+share/locale/ta/LC_MESSAGES/krdb.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/te/LC_MESSAGES/joystick.mo
+share/locale/te/LC_MESSAGES/kaccess.mo
+share/locale/te/LC_MESSAGES/kcm_autostart.mo
+share/locale/te/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/te/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/te/LC_MESSAGES/kcm_emoticons.mo
+share/locale/te/LC_MESSAGES/kcm_phonon.mo
+share/locale/te/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/te/LC_MESSAGES/kcmaccess.mo
+share/locale/te/LC_MESSAGES/kcmcolors.mo
+share/locale/te/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/te/LC_MESSAGES/kcmfonts.mo
+share/locale/te/LC_MESSAGES/kcmformats.mo
+share/locale/te/LC_MESSAGES/kcmicons.mo
+share/locale/te/LC_MESSAGES/kcminput.mo
+share/locale/te/LC_MESSAGES/kcmkclock.mo
+share/locale/te/LC_MESSAGES/kcmkded.mo
+share/locale/te/LC_MESSAGES/kcmkeyboard.mo
+share/locale/te/LC_MESSAGES/kcmkeys.mo
+share/locale/te/LC_MESSAGES/kcmlaunch.mo
+share/locale/te/LC_MESSAGES/kcmmousetheme.mo
+share/locale/te/LC_MESSAGES/kcmnotify.mo
+share/locale/te/LC_MESSAGES/kcmsmserver.mo
+share/locale/te/LC_MESSAGES/kcmstyle.mo
+share/locale/te/LC_MESSAGES/kfontinst.mo
+share/locale/te/LC_MESSAGES/knetattach.mo
+share/locale/te/LC_MESSAGES/krdb.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/tg/LC_MESSAGES/attica_kde.mo
+share/locale/tg/LC_MESSAGES/joystick.mo
+share/locale/tg/LC_MESSAGES/kaccess.mo
+share/locale/tg/LC_MESSAGES/kcm_autostart.mo
+share/locale/tg/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/tg/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/tg/LC_MESSAGES/kcm_emoticons.mo
+share/locale/tg/LC_MESSAGES/kcm_phonon.mo
+share/locale/tg/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/tg/LC_MESSAGES/kcmaccess.mo
+share/locale/tg/LC_MESSAGES/kcmcolors.mo
+share/locale/tg/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/tg/LC_MESSAGES/kcmfonts.mo
+share/locale/tg/LC_MESSAGES/kcmformats.mo
+share/locale/tg/LC_MESSAGES/kcmicons.mo
+share/locale/tg/LC_MESSAGES/kcminput.mo
+share/locale/tg/LC_MESSAGES/kcmkclock.mo
+share/locale/tg/LC_MESSAGES/kcmkded.mo
+share/locale/tg/LC_MESSAGES/kcmkeyboard.mo
+share/locale/tg/LC_MESSAGES/kcmkeys.mo
+share/locale/tg/LC_MESSAGES/kcmlaunch.mo
+share/locale/tg/LC_MESSAGES/kcmmousetheme.mo
+share/locale/tg/LC_MESSAGES/kcmnotify.mo
+share/locale/tg/LC_MESSAGES/kcmsmserver.mo
+share/locale/tg/LC_MESSAGES/kcmstyle.mo
+share/locale/tg/LC_MESSAGES/kfontinst.mo
+share/locale/tg/LC_MESSAGES/knetattach.mo
+share/locale/tg/LC_MESSAGES/krdb.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/th/LC_MESSAGES/attica_kde.mo
+share/locale/th/LC_MESSAGES/joystick.mo
+share/locale/th/LC_MESSAGES/kaccess.mo
+share/locale/th/LC_MESSAGES/kcm_autostart.mo
+share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/th/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/th/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/th/LC_MESSAGES/kcm_emoticons.mo
+share/locale/th/LC_MESSAGES/kcm_phonon.mo
+share/locale/th/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/th/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/th/LC_MESSAGES/kcmaccess.mo
+share/locale/th/LC_MESSAGES/kcmcolors.mo
+share/locale/th/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/th/LC_MESSAGES/kcmfonts.mo
+share/locale/th/LC_MESSAGES/kcmformats.mo
+share/locale/th/LC_MESSAGES/kcmicons.mo
+share/locale/th/LC_MESSAGES/kcminput.mo
+share/locale/th/LC_MESSAGES/kcmkclock.mo
+share/locale/th/LC_MESSAGES/kcmkded.mo
+share/locale/th/LC_MESSAGES/kcmkeyboard.mo
+share/locale/th/LC_MESSAGES/kcmkeys.mo
+share/locale/th/LC_MESSAGES/kcmlaunch.mo
+share/locale/th/LC_MESSAGES/kcmmousetheme.mo
+share/locale/th/LC_MESSAGES/kcmnotify.mo
+share/locale/th/LC_MESSAGES/kcmsmserver.mo
+share/locale/th/LC_MESSAGES/kcmstyle.mo
+share/locale/th/LC_MESSAGES/kfontinst.mo
+share/locale/th/LC_MESSAGES/knetattach.mo
+share/locale/th/LC_MESSAGES/krdb.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/th/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/tr/LC_MESSAGES/attica_kde.mo
+share/locale/tr/LC_MESSAGES/joystick.mo
+share/locale/tr/LC_MESSAGES/kaccess.mo
+share/locale/tr/LC_MESSAGES/kcm_autostart.mo
+share/locale/tr/LC_MESSAGES/kcm_baloofile.mo
+share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/tr/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/tr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/tr/LC_MESSAGES/kcm_emoticons.mo
+share/locale/tr/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/tr/LC_MESSAGES/kcm_phonon.mo
+share/locale/tr/LC_MESSAGES/kcm_search.mo
+share/locale/tr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/tr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/tr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/tr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/tr/LC_MESSAGES/kcmaccess.mo
+share/locale/tr/LC_MESSAGES/kcmcolors.mo
+share/locale/tr/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/tr/LC_MESSAGES/kcmfonts.mo
+share/locale/tr/LC_MESSAGES/kcmformats.mo
+share/locale/tr/LC_MESSAGES/kcmicons.mo
+share/locale/tr/LC_MESSAGES/kcminput.mo
+share/locale/tr/LC_MESSAGES/kcmkclock.mo
+share/locale/tr/LC_MESSAGES/kcmkded.mo
+share/locale/tr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/tr/LC_MESSAGES/kcmkeys.mo
+share/locale/tr/LC_MESSAGES/kcmlaunch.mo
+share/locale/tr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/tr/LC_MESSAGES/kcmnotify.mo
+share/locale/tr/LC_MESSAGES/kcmsmserver.mo
+share/locale/tr/LC_MESSAGES/kcmstyle.mo
+share/locale/tr/LC_MESSAGES/kcmtranslations.mo
+share/locale/tr/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/tr/LC_MESSAGES/kfontinst.mo
+share/locale/tr/LC_MESSAGES/knetattach.mo
+share/locale/tr/LC_MESSAGES/krdb.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ug/LC_MESSAGES/attica_kde.mo
+share/locale/ug/LC_MESSAGES/joystick.mo
+share/locale/ug/LC_MESSAGES/kaccess.mo
+share/locale/ug/LC_MESSAGES/kcm_autostart.mo
+share/locale/ug/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ug/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/ug/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ug/LC_MESSAGES/kcm_emoticons.mo
+share/locale/ug/LC_MESSAGES/kcm_phonon.mo
+share/locale/ug/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ug/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ug/LC_MESSAGES/kcmaccess.mo
+share/locale/ug/LC_MESSAGES/kcmcolors.mo
+share/locale/ug/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/ug/LC_MESSAGES/kcmfonts.mo
+share/locale/ug/LC_MESSAGES/kcmformats.mo
+share/locale/ug/LC_MESSAGES/kcmicons.mo
+share/locale/ug/LC_MESSAGES/kcminput.mo
+share/locale/ug/LC_MESSAGES/kcmkclock.mo
+share/locale/ug/LC_MESSAGES/kcmkded.mo
+share/locale/ug/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ug/LC_MESSAGES/kcmkeys.mo
+share/locale/ug/LC_MESSAGES/kcmlaunch.mo
+share/locale/ug/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ug/LC_MESSAGES/kcmnotify.mo
+share/locale/ug/LC_MESSAGES/kcmsmserver.mo
+share/locale/ug/LC_MESSAGES/kcmstyle.mo
+share/locale/ug/LC_MESSAGES/kfontinst.mo
+share/locale/ug/LC_MESSAGES/knetattach.mo
+share/locale/ug/LC_MESSAGES/krdb.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ug/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/uk/LC_MESSAGES/attica_kde.mo
+share/locale/uk/LC_MESSAGES/joystick.mo
+share/locale/uk/LC_MESSAGES/kaccess.mo
+share/locale/uk/LC_MESSAGES/kcm_activities.mo
+share/locale/uk/LC_MESSAGES/kcm_autostart.mo
+share/locale/uk/LC_MESSAGES/kcm_baloofile.mo
+share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uk/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/uk/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/uk/LC_MESSAGES/kcm_emoticons.mo
+share/locale/uk/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/uk/LC_MESSAGES/kcm_phonon.mo
+share/locale/uk/LC_MESSAGES/kcm_search.mo
+share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/uk/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/uk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/uk/LC_MESSAGES/kcm_touchpad.mo
+share/locale/uk/LC_MESSAGES/kcmaccess.mo
+share/locale/uk/LC_MESSAGES/kcmcolors.mo
+share/locale/uk/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/uk/LC_MESSAGES/kcmfonts.mo
+share/locale/uk/LC_MESSAGES/kcmformats.mo
+share/locale/uk/LC_MESSAGES/kcmicons.mo
+share/locale/uk/LC_MESSAGES/kcminput.mo
+share/locale/uk/LC_MESSAGES/kcmkclock.mo
+share/locale/uk/LC_MESSAGES/kcmkded.mo
+share/locale/uk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/uk/LC_MESSAGES/kcmkeys.mo
+share/locale/uk/LC_MESSAGES/kcmlaunch.mo
+share/locale/uk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/uk/LC_MESSAGES/kcmnotify.mo
+share/locale/uk/LC_MESSAGES/kcmsmserver.mo
+share/locale/uk/LC_MESSAGES/kcmstyle.mo
+share/locale/uk/LC_MESSAGES/kcmtranslations.mo
+share/locale/uk/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/uk/LC_MESSAGES/kfontinst.mo
+share/locale/uk/LC_MESSAGES/knetattach.mo
+share/locale/uk/LC_MESSAGES/krdb.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/uk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/uk/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/uk/LC_MESSAGES/useraccount.mo
+share/locale/uz/LC_MESSAGES/joystick.mo
+share/locale/uz/LC_MESSAGES/kaccess.mo
+share/locale/uz/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uz/LC_MESSAGES/kcmaccess.mo
+share/locale/uz/LC_MESSAGES/kcmcolors.mo
+share/locale/uz/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/uz/LC_MESSAGES/kcmfonts.mo
+share/locale/uz/LC_MESSAGES/kcmformats.mo
+share/locale/uz/LC_MESSAGES/kcmicons.mo
+share/locale/uz/LC_MESSAGES/kcminput.mo
+share/locale/uz/LC_MESSAGES/kcmkclock.mo
+share/locale/uz/LC_MESSAGES/kcmkded.mo
+share/locale/uz/LC_MESSAGES/kcmkeyboard.mo
+share/locale/uz/LC_MESSAGES/kcmkeys.mo
+share/locale/uz/LC_MESSAGES/kcmlaunch.mo
+share/locale/uz/LC_MESSAGES/kcmmousetheme.mo
+share/locale/uz/LC_MESSAGES/kcmnotify.mo
+share/locale/uz/LC_MESSAGES/kcmsmserver.mo
+share/locale/uz/LC_MESSAGES/kcmstyle.mo
+share/locale/uz/LC_MESSAGES/kfontinst.mo
+share/locale/uz/LC_MESSAGES/knetattach.mo
+share/locale/uz/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/uz@cyrillic/LC_MESSAGES/joystick.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kaccess.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmaccess.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmcolors.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmfonts.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmformats.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmicons.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcminput.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkclock.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkded.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkeyboard.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkeys.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmlaunch.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmmousetheme.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmnotify.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmsmserver.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmstyle.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kfontinst.mo
+share/locale/uz@cyrillic/LC_MESSAGES/knetattach.mo
+share/locale/uz@cyrillic/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/vi/LC_MESSAGES/attica_kde.mo
+share/locale/vi/LC_MESSAGES/joystick.mo
+share/locale/vi/LC_MESSAGES/kaccess.mo
+share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/vi/LC_MESSAGES/kcm_emoticons.mo
+share/locale/vi/LC_MESSAGES/kcm_phonon.mo
+share/locale/vi/LC_MESSAGES/kcmaccess.mo
+share/locale/vi/LC_MESSAGES/kcmcolors.mo
+share/locale/vi/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/vi/LC_MESSAGES/kcmfonts.mo
+share/locale/vi/LC_MESSAGES/kcmformats.mo
+share/locale/vi/LC_MESSAGES/kcmicons.mo
+share/locale/vi/LC_MESSAGES/kcminput.mo
+share/locale/vi/LC_MESSAGES/kcmkclock.mo
+share/locale/vi/LC_MESSAGES/kcmkded.mo
+share/locale/vi/LC_MESSAGES/kcmkeyboard.mo
+share/locale/vi/LC_MESSAGES/kcmkeys.mo
+share/locale/vi/LC_MESSAGES/kcmlaunch.mo
+share/locale/vi/LC_MESSAGES/kcmmousetheme.mo
+share/locale/vi/LC_MESSAGES/kcmnotify.mo
+share/locale/vi/LC_MESSAGES/kcmsmserver.mo
+share/locale/vi/LC_MESSAGES/kcmstyle.mo
+share/locale/vi/LC_MESSAGES/kfontinst.mo
+share/locale/vi/LC_MESSAGES/knetattach.mo
+share/locale/vi/LC_MESSAGES/krdb.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/wa/LC_MESSAGES/attica_kde.mo
+share/locale/wa/LC_MESSAGES/joystick.mo
+share/locale/wa/LC_MESSAGES/kaccess.mo
+share/locale/wa/LC_MESSAGES/kcm_autostart.mo
+share/locale/wa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/wa/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/wa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/wa/LC_MESSAGES/kcm_emoticons.mo
+share/locale/wa/LC_MESSAGES/kcm_phonon.mo
+share/locale/wa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/wa/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/wa/LC_MESSAGES/kcmaccess.mo
+share/locale/wa/LC_MESSAGES/kcmcolors.mo
+share/locale/wa/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/wa/LC_MESSAGES/kcmfonts.mo
+share/locale/wa/LC_MESSAGES/kcmformats.mo
+share/locale/wa/LC_MESSAGES/kcmicons.mo
+share/locale/wa/LC_MESSAGES/kcminput.mo
+share/locale/wa/LC_MESSAGES/kcmkclock.mo
+share/locale/wa/LC_MESSAGES/kcmkded.mo
+share/locale/wa/LC_MESSAGES/kcmkeyboard.mo
+share/locale/wa/LC_MESSAGES/kcmkeys.mo
+share/locale/wa/LC_MESSAGES/kcmlaunch.mo
+share/locale/wa/LC_MESSAGES/kcmmousetheme.mo
+share/locale/wa/LC_MESSAGES/kcmnotify.mo
+share/locale/wa/LC_MESSAGES/kcmsmserver.mo
+share/locale/wa/LC_MESSAGES/kcmstyle.mo
+share/locale/wa/LC_MESSAGES/kfontinst.mo
+share/locale/wa/LC_MESSAGES/knetattach.mo
+share/locale/wa/LC_MESSAGES/krdb.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/xh/LC_MESSAGES/kaccess.mo
+share/locale/xh/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/xh/LC_MESSAGES/kcmaccess.mo
+share/locale/xh/LC_MESSAGES/kcmcolors.mo
+share/locale/xh/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/xh/LC_MESSAGES/kcmfonts.mo
+share/locale/xh/LC_MESSAGES/kcmformats.mo
+share/locale/xh/LC_MESSAGES/kcmicons.mo
+share/locale/xh/LC_MESSAGES/kcminput.mo
+share/locale/xh/LC_MESSAGES/kcmkclock.mo
+share/locale/xh/LC_MESSAGES/kcmkded.mo
+share/locale/xh/LC_MESSAGES/kcmkeyboard.mo
+share/locale/xh/LC_MESSAGES/kcmkeys.mo
+share/locale/xh/LC_MESSAGES/kcmlaunch.mo
+share/locale/xh/LC_MESSAGES/kcmmousetheme.mo
+share/locale/xh/LC_MESSAGES/kcmnotify.mo
+share/locale/xh/LC_MESSAGES/kcmsmserver.mo
+share/locale/xh/LC_MESSAGES/kcmstyle.mo
+share/locale/xh/LC_MESSAGES/kfontinst.mo
+share/locale/xh/LC_MESSAGES/krdb.mo
+share/locale/xh/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_CN/LC_MESSAGES/attica_kde.mo
+share/locale/zh_CN/LC_MESSAGES/joystick.mo
+share/locale/zh_CN/LC_MESSAGES/kaccess.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_activities.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_baloofile.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_search.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_touchpad.mo
+share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo
+share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo
+share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo
+share/locale/zh_CN/LC_MESSAGES/kcmformats.mo
+share/locale/zh_CN/LC_MESSAGES/kcmicons.mo
+share/locale/zh_CN/LC_MESSAGES/kcminput.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkded.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo
+share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo
+share/locale/zh_CN/LC_MESSAGES/kcmmousetheme.mo
+share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo
+share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo
+share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtranslations.mo
+share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/zh_CN/LC_MESSAGES/kfontinst.mo
+share/locale/zh_CN/LC_MESSAGES/knetattach.mo
+share/locale/zh_CN/LC_MESSAGES/krdb.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/zh_CN/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/zh_CN/LC_MESSAGES/useraccount.mo
+share/locale/zh_TW/LC_MESSAGES/attica_kde.mo
+share/locale/zh_TW/LC_MESSAGES/joystick.mo
+share/locale/zh_TW/LC_MESSAGES/kaccess.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_activities.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_baloofile.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_search.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_touchpad.mo
+share/locale/zh_TW/LC_MESSAGES/kcmaccess.mo
+share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo
+share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo
+share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo
+share/locale/zh_TW/LC_MESSAGES/kcmformats.mo
+share/locale/zh_TW/LC_MESSAGES/kcmicons.mo
+share/locale/zh_TW/LC_MESSAGES/kcminput.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkded.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkeys.mo
+share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo
+share/locale/zh_TW/LC_MESSAGES/kcmmousetheme.mo
+share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo
+share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo
+share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtranslations.mo
+share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/zh_TW/LC_MESSAGES/kfontinst.mo
+share/locale/zh_TW/LC_MESSAGES/knetattach.mo
+share/locale/zh_TW/LC_MESSAGES/krdb.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/zh_TW/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/zh_TW/LC_MESSAGES/useraccount.mo
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.desktop
+share/plasma/packages/org.kde.desktoptoolbox/contents/config/main.xml
+share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxButton.qml
+share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxItem.qml
+share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxRoot.qml
+share/plasma/packages/org.kde.desktoptoolbox/metadata.desktop
+share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml
+share/plasma/packages/org.kde.paneltoolbox/metadata.desktop
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/FolderTools.js
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/LayoutManager.js
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/config.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/main.xml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ActionButton.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletAppearance.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletHandle.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigTweaks.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/UpButtonItem.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/metadata.desktop
+share/plasma/plasmoids/org.kde.panel/contents/code/LayoutManager.js
+share/plasma/plasmoids/org.kde.panel/contents/config/main.xml
+share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml
+share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.panel/metadata.desktop
+share/plasma/plasmoids/org.kde.panel/plasma-containment-panel.desktop
+share/plasma/plasmoids/org.kde.plasma.folder/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ActionMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridView.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListView.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemMultiGridView.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarItem.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarSection.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ActionMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ApplicationsView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/BaseView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Breadcrumb.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ComputerView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FavoritesView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Footer.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FullRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Header.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffButton.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffHighlight.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffItem.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/LeaveView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/RecentlyUsedView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SearchView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SectionDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/InputPanel.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/StatusIcon.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.pager/contents/code/utils.js
+share/plasma/plasmoids/org.kde.plasma.pager/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.pager/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/configGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.pager/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/code/layout.js
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupDialog.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupExpanderOverlay.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskBadgeOverlay.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskList.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskProgressOverlay.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipWindowMouseArea.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.trash/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.trash/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/Menu.qml
+share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/TaskDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.desktop
+share/plasma/services/kimpanel.operations
+share/plasma/shells/org.kde.plasma.desktop/contents/InteractiveConsole.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityItem.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityList.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityManager.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/Heading.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/StoppedActivityItem.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/WindowPreview.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/static.js
+share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/applet/DefaultCompactRepresentation.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigCategoryDelegate.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentActions.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationKcmPage.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationShortcuts.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ContainmentConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/MouseEventInputButton.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/PanelConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/EdgeHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/MoreSettingsMenu.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/Ruler.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SizeHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SliderHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/defaults
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletAlternatives.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletDelegate.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/Tooltip.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/WidgetExplorer.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/layout.js
+share/plasma/shells/org.kde.plasma.desktop/contents/loader.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/obsolete_kickoffrc.js
+share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml
+share/plasma/shells/org.kde.plasma.desktop/metadata.desktop
+share/polkit-1/actions/org.kde.fontinst.policy
+share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
+share/solid/devices/solid-device-Battery.desktop
+share/solid/devices/solid-device-Block.desktop
+share/solid/devices/solid-device-Camera.desktop
+share/solid/devices/solid-device-OpticalDisc.desktop
+share/solid/devices/solid-device-OpticalDrive.desktop
+share/solid/devices/solid-device-PortableMediaPlayer.desktop
+share/solid/devices/solid-device-Processor.desktop
+share/solid/devices/solid-device-StorageAccess.desktop
+share/solid/devices/solid-device-StorageDrive.desktop
+share/solid/devices/solid-device-StorageVolume.desktop
diff --git a/plasma-desktop/distinfo b/plasma-desktop/distinfo
new file mode 100644
index 0000000..018f048
--- /dev/null
+++ b/plasma-desktop/distinfo
@@ -0,0 +1,12 @@
+$NetBSD$
+
+SHA1 (plasma-desktop-5.6.3.tar.xz) = c085748413923511de0193071fb11251c983191c
+RMD160 (plasma-desktop-5.6.3.tar.xz) = b0dc3d988567452ad2df736910c933c4668345c2
+SHA512 (plasma-desktop-5.6.3.tar.xz) = 9cd5731b17897e05d05f928e09e214ffb21649a226b922b821666c06b705d67eed7747b82f469bbc7ec3d1bb6b5538256a126e81517f0d13b4baa17253102379
+Size (plasma-desktop-5.6.3.tar.xz) = 6392724 bytes
+SHA1 (patch-kcms_colors_CMakeLists.txt) = 6bb4ac9cd63ed4b411d5eb5cd6f919330fe1e3fb
+SHA1 (patch-kcms_cursortheme_CMakeLists.txt) = 870898ecfab73acf05935958ddf31f24c1631381
+SHA1 (patch-kcms_desktoptheme_CMakeLists.txt) = 0b2a0b2088e01dea46b28de243eab851a6c0ae94
+SHA1 (patch-kcms_emoticons_CMakeLists.txt) = d2edd60b36e27102efdb0d78986483c4c782633c
+SHA1 (patch-kcms_icons_CMakeLists.txt) = 75b5f4767fc9b46893c9c67a309e19118195d86a
+SHA1 (patch-kcms_kfontinst_kcmfontinst_CMakeLists.txt) = a54f4f140227e15134d5b3d231c1f35652921df4
diff --git a/plasma-desktop/patches/patch-kcms_colors_CMakeLists.txt b/plasma-desktop/patches/patch-kcms_colors_CMakeLists.txt
new file mode 100644
index 0000000..9e5f9b4
--- /dev/null
+++ b/plasma-desktop/patches/patch-kcms_colors_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- kcms/colors/CMakeLists.txt.orig	2016-04-19 11:15:58.000000000 +0000
++++ kcms/colors/CMakeLists.txt
+@@ -24,7 +24,7 @@ endif()
+ 
+ install(TARGETS kcm_colors  DESTINATION ${PLUGIN_INSTALL_DIR})
+ install( FILES colors.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
+-install( FILES colorschemes.knsrc DESTINATION  ${CONFIG_INSTALL_DIR} )
++install( FILES colorschemes.knsrc DESTINATION  ${KDE_INSTALL_XDG_EX_DIR} )
+ 
+ # built-in color schemes
+ file(GLOB schemefiles schemes/*.colors)
diff --git a/plasma-desktop/patches/patch-kcms_cursortheme_CMakeLists.txt b/plasma-desktop/patches/patch-kcms_cursortheme_CMakeLists.txt
new file mode 100644
index 0000000..c3f6e5b
--- /dev/null
+++ b/plasma-desktop/patches/patch-kcms_cursortheme_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD$
+
+Install via examples dir
+
+--- kcms/cursortheme/CMakeLists.txt.orig	2016-04-19 11:15:58.000000000 +0000
++++ kcms/cursortheme/CMakeLists.txt
+@@ -56,5 +56,5 @@ install(TARGETS kcm_cursortheme  DESTINA
+ ########### install files ###############
+ 
+ install( FILES cursortheme.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
+-install( FILES xcursor/xcursor.knsrc DESTINATION  ${CONFIG_INSTALL_DIR} )
++install( FILES xcursor/xcursor.knsrc DESTINATION  ${KDE_INSTALL_XDG_EX_DIR} )
+ 
diff --git a/plasma-desktop/patches/patch-kcms_desktoptheme_CMakeLists.txt b/plasma-desktop/patches/patch-kcms_desktoptheme_CMakeLists.txt
new file mode 100644
index 0000000..a34f2a3
--- /dev/null
+++ b/plasma-desktop/patches/patch-kcms_desktoptheme_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- kcms/desktoptheme/CMakeLists.txt.orig	2016-04-19 11:15:58.000000000 +0000
++++ kcms/desktoptheme/CMakeLists.txt
+@@ -17,7 +17,7 @@ target_link_libraries(kcm_desktoptheme $
+ kcoreaddons_desktop_to_json(kcm_desktoptheme desktoptheme.desktop)
+ 
+ install(TARGETS kcm_desktoptheme DESTINATION ${PLUGIN_INSTALL_DIR} )
+-install( FILES plasma-themes.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )
++install( FILES plasma-themes.knsrc  DESTINATION  ${KDE_INSTALL_XDG_EX_DIR} )
+ 
+ ########### install files ###############
+ install( FILES desktoptheme.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
diff --git a/plasma-desktop/patches/patch-kcms_emoticons_CMakeLists.txt b/plasma-desktop/patches/patch-kcms_emoticons_CMakeLists.txt
new file mode 100644
index 0000000..5923396
--- /dev/null
+++ b/plasma-desktop/patches/patch-kcms_emoticons_CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD$
+
+Install via examples dir
+
+--- kcms/emoticons/CMakeLists.txt.orig	2016-04-19 11:15:58.000000000 +0000
++++ kcms/emoticons/CMakeLists.txt
+@@ -14,4 +14,4 @@ install(TARGETS kcm_emoticons  DESTINATI
+ 
+ ########### install files ###############
+ install( FILES emoticons.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
+-install( FILES emoticons.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )
++install( FILES emoticons.knsrc  DESTINATION  ${KDE_INSTALL_XDG_EX_DIR} )
diff --git a/plasma-desktop/patches/patch-kcms_icons_CMakeLists.txt b/plasma-desktop/patches/patch-kcms_icons_CMakeLists.txt
new file mode 100644
index 0000000..eac23e5
--- /dev/null
+++ b/plasma-desktop/patches/patch-kcms_icons_CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD$
+
+Install via examples dir
+
+--- kcms/icons/CMakeLists.txt.orig	2016-04-19 11:15:58.000000000 +0000
++++ kcms/icons/CMakeLists.txt
+@@ -31,4 +31,4 @@ install(TARGETS kcm_icons  DESTINATION $
+ ########### install files ###############
+ 
+ install( FILES icons.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
+-install( FILES icons.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )
++install( FILES icons.knsrc  DESTINATION  ${KDE_INSTALL_XDG_EX_DIR} )
diff --git a/plasma-desktop/patches/patch-kcms_kfontinst_kcmfontinst_CMakeLists.txt b/plasma-desktop/patches/patch-kcms_kfontinst_kcmfontinst_CMakeLists.txt
new file mode 100644
index 0000000..63a21ac
--- /dev/null
+++ b/plasma-desktop/patches/patch-kcms_kfontinst_kcmfontinst_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- kcms/kfontinst/kcmfontinst/CMakeLists.txt.orig	2016-04-19 11:15:58.000000000 +0000
++++ kcms/kfontinst/kcmfontinst/CMakeLists.txt
+@@ -21,7 +21,7 @@ target_link_libraries(kcm_fontinst
+ 
+ install(TARGETS kcm_fontinst  DESTINATION ${PLUGIN_INSTALL_DIR} )
+ install( FILES fontinst.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
+-install( FILES kfontinst.knsrc DESTINATION  ${CONFIG_INSTALL_DIR} )
++install( FILES kfontinst.knsrc DESTINATION  ${KDE_INSTALL_XDG_EX_DIR} )
+ 
+ ecm_install_icons( ICONS
+                    16-actions-addfont.png


Home | Main Index | Thread Index | Old Index