pkgsrc-WIP-changes archive

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

plasma6-plasma-desktop: add version 6.5.2



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Sat Jan 3 13:25:09 2026 +1300
Changeset:	1811d30fa41900f7097a31a5ce320db03bc9b817

Modified Files:
	Makefile
Added Files:
	plasma6-plasma-desktop/DESCR
	plasma6-plasma-desktop/Makefile
	plasma6-plasma-desktop/PLIST
	plasma6-plasma-desktop/distinfo

Log Message:
plasma6-plasma-desktop: add version 6.5.2

Plasma for the desktop form factor. This package contains code for many
of the widgets, KCMs, and other parts of the Plasma Desktop.

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

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

diffstat:
 Makefile                        |    1 +
 plasma6-plasma-desktop/DESCR    |    2 +
 plasma6-plasma-desktop/Makefile |   98 +
 plasma6-plasma-desktop/PLIST    | 4149 +++++++++++++++++++++++++++++++++++++++
 plasma6-plasma-desktop/distinfo |    5 +
 5 files changed, 4255 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f112e736fa..7b7b0e02b9 100644
--- a/Makefile
+++ b/Makefile
@@ -3305,6 +3305,7 @@ SUBDIR+=	plasma-workspace-wallpapers
 SUBDIR+=	plasma6-kpipewire
 SUBDIR+=	plasma6-kwin
 SUBDIR+=	plasma6-kwin-x11
+SUBDIR+=	plasma6-plasma-desktop
 SUBDIR+=	plasma6-plasma-workspace
 SUBDIR+=	plasma6-spectacle
 SUBDIR+=	plasti
diff --git a/plasma6-plasma-desktop/DESCR b/plasma6-plasma-desktop/DESCR
new file mode 100644
index 0000000000..8b2e70aa42
--- /dev/null
+++ b/plasma6-plasma-desktop/DESCR
@@ -0,0 +1,2 @@
+Plasma for the desktop form factor. This package contains code for many
+of the widgets, KCMs, and other parts of the Plasma Desktop.
diff --git a/plasma6-plasma-desktop/Makefile b/plasma6-plasma-desktop/Makefile
new file mode 100644
index 0000000000..851956189c
--- /dev/null
+++ b/plasma6-plasma-desktop/Makefile
@@ -0,0 +1,98 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	plasma-desktop-${PLASMAVER}
+CATEGORIES=	x11
+
+HOMEPAGE=	https://kde.org/plasma-desktop/
+COMMENT=	KDE Plasma Desktop
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1 AND gnu-fdl-v1.2
+
+.include "../../meta-pkgs/kde/plasma6.mk"
+
+TOOL_DEPENDS+=	kf6-kdoctools>=6.18.0:../../devel/kf6-kdoctools
+DEPENDS+=	kf6-qqc2-desktop-style-[0-9]*:../../x11/kf6-qqc2-desktop-style
+DEPENDS+=	noto-ttf-[0-9]*:../../fonts/noto-ttf
+DEPENDS+=	xdg-user-dirs>=0.10:../../x11/xdg-user-dirs
+
+USE_TOOLS+=	msgmerge pkg-config
+
+CMAKE_CONFIGURE_ARGS+=	-DKAUTH_DBUS_DIR=${PREFIX}/share/examples/plasma-desktop
+CMAKE_CONFIGURE_ARGS+=	-DBUILD_KCM_TABLET=OFF
+CMAKE_CONFIGURE_ARGS+=	-DBUILD_KCM_MOUSE_X11=OFF
+CMAKE_CONFIGURE_ARGS+=	-DBUILD_KCM_TOUCHPAD_X11=OFF
+# Mute annoying messages. We install the following RUNTIME packages
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_DISABLE_FIND_PACKAGE_FontNotoColorEmoji=ON
+
+CHECK_INTERPRETER_SKIP+=	share/kconf_update/*
+
+SUBST_CLASSES+=		xdg
+SUBST_STAGE.xdg=	pre-configure
+SUBST_MESSAGE.xdg=	Install via examples dir.
+SUBST_FILES.xdg+=	kaccess/CMakeLists.txt
+SUBST_SED.xdg+=		-e 's:{KDE_INSTALL_AUTOSTARTDIR}:{KDE_INSTALL_AUTOSTARTEXDIR}:'
+
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg/autostart
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/kaccess.desktop \
+		${PKG_SYSCONFDIR}/xdg/autostart/kaccess.desktop
+
+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
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux"
+pre-configure:
+	ln -s /usr/lib/pkgconfig/xorg-evdev.pc ${BUILDLINK_DIR}/lib/pkgconfig/
+	ln -s /usr/lib/pkgconfig/xorg-synaptics.pc ${BUILDLINK_DIR}/lib/pkgconfig/
+.endif
+
+.include "../../audio/libcanberra/buildlink3.mk"
+.include "../../devel/kf6-kcmutils/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-kcoreaddons/buildlink3.mk"
+.include "../../devel/kf6-kcrash/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-kio/buildlink3.mk"
+.include "../../devel/kf6-kitemmodels/buildlink3.mk"
+.include "../../devel/kf6-knotifications/buildlink3.mk"
+.include "../../devel/kf6-knotifyconfig/buildlink3.mk"
+.include "../../devel/kf6-kpackage/buildlink3.mk"
+.include "../../devel/kf6-krunner/buildlink3.mk"
+.include "../../devel/libudev-bsd/buildlink3.mk"
+.include "../../devel/plasma6-plasma5support/buildlink3.mk"
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/kf6-kiconthemes/buildlink3.mk"
+.include "../../graphics/kf6-ksvg/buildlink3.mk"
+.include "../../inputmethod/ibus/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../misc/kf6-attica/buildlink3.mk"
+.include "../../net/kf6-knewstuff/buildlink3.mk"
+.include "../../security/kf6-kauth/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/kf6-baloo/buildlink3.mk"
+.include "../../sysutils/kf6-kdbusaddons/buildlink3.mk"
+.include "../../sysutils/plasma6-libksysguard/buildlink3.mk"
+.include "../../textproc/kf6-kcodecs/buildlink3.mk"
+.include "../../textproc/kf6-sonnet/buildlink3.mk"
+.include "../../x11/libxkbfile/buildlink3.mk"
+.include "../../wip/plasma6-plasma-workspace/buildlink3.mk"
+.include "../../x11/kf6-kglobalaccel/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../x11/kf6-kirigami/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/kf6-kxmlgui/buildlink3.mk"
+.include "../../x11/kirigami-addons/buildlink3.mk"
+.include "../../x11/plasma6-libplasma/buildlink3.mk"
+.include "../../x11/plasma6-plasma-activities/buildlink3.mk"
+.include "../../x11/plasma6-plasma-activities-stats/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+#.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/xcb-util-cursor/buildlink3.mk"
+.include "../../x11/xkeyboard-config/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/plasma6-plasma-desktop/PLIST b/plasma6-plasma-desktop/PLIST
new file mode 100644
index 0000000000..509b480831
--- /dev/null
+++ b/plasma6-plasma-desktop/PLIST
@@ -0,0 +1,4149 @@
+@comment $NetBSD$
+bin/kaccess
+bin/knetattach
+bin/krunner-plugininstaller
+bin/plasma-emojier
+bin/solid-action-desktop-gen
+bin/tastenbrett
+lib/libkglobalaccelmodel.so.6
+lib/libkglobalaccelmodel.so.${PKGVERSION}
+lib/systemd/user/plasma-kaccess.service
+libexec/kf6/kauth/kcmdatetimehelper
+libexec/kimpanel-ibus-panel
+libexec/kimpanel-ibus-panel-launcher
+qt6/plugins/kf6/kded/device_automounter.so
+qt6/plugins/kf6/kded/kded_touchpad.so
+qt6/plugins/kf6/kded/keyboard.so
+qt6/plugins/kf6/krunner/krunner_keys.so
+qt6/plugins/kf6/krunner/krunner_kwin.so
+qt6/plugins/kf6/krunner/krunner_plasma-desktop.so
+qt6/plugins/plasma/applets/org.kde.panel.so
+qt6/plugins/plasma/applets/org.kde.plasma.kicker.so
+qt6/plugins/plasma/applets/org.kde.plasma.kickoff.so
+qt6/plugins/plasma/applets/org.kde.plasma.trash.so
+qt6/plugins/plasma/applets/org.kde.plasma.windowlist.so
+qt6/plugins/plasma/kcminit/kcm_mouse_init.so
+qt6/plugins/plasma/kcminit/kcm_touchpad_init.so
+qt6/plugins/plasma/kcms/desktop/kcm_krunnersettings.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_access.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_activities.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_baloofile.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_desktoppaths.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_gamecontroller.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_kded.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_keyboard.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_keys.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_landingpage.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_plasmasearch.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_smserver.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_splashscreen.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_touchscreen.so
+qt6/plugins/plasma/kcms/systemsettings/kcm_workspace.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_clock.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_device_automounter.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_qtquicksettings.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_recentFiles.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_solid_actions.so
+qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcmspellchecking.so
+qt6/qml/org/kde/plasma/activityswitcher/activityswitcherextensionplugin.qmltypes
+qt6/qml/org/kde/plasma/activityswitcher/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/activityswitcher/libactivityswitcherextensionplugin.so
+qt6/qml/org/kde/plasma/activityswitcher/qmldir
+qt6/qml/org/kde/plasma/emoji/EmojierDeclarativePlugin.qmltypes
+qt6/qml/org/kde/plasma/emoji/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/emoji/libEmojierDeclarativePlugin.so
+qt6/qml/org/kde/plasma/emoji/qmldir
+qt6/qml/org/kde/plasma/private/kcm_keyboard/kcm_keyboard_declarative.qmltypes
+qt6/qml/org/kde/plasma/private/kcm_keyboard/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/private/kcm_keyboard/libkcm_keyboard_declarative.so
+qt6/qml/org/kde/plasma/private/kcm_keyboard/qmldir
+qt6/qml/org/kde/plasma/private/kimpanel/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/private/kimpanel/kimpanelplugin.qmltypes
+qt6/qml/org/kde/plasma/private/kimpanel/libkimpanelplugin.so
+qt6/qml/org/kde/plasma/private/kimpanel/qmldir
+qt6/qml/org/kde/plasma/private/pager/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/private/pager/libpagerplugin.so
+qt6/qml/org/kde/plasma/private/pager/pagerplugin.qmltypes
+qt6/qml/org/kde/plasma/private/pager/qmldir
+qt6/qml/org/kde/plasma/private/showdesktop/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/private/showdesktop/libshowdesktopplugin.so
+qt6/qml/org/kde/plasma/private/showdesktop/qmldir
+qt6/qml/org/kde/plasma/private/showdesktop/showdesktopplugin.qmltypes
+qt6/qml/org/kde/plasma/private/taskmanager/kde-qmlmodule.version
+qt6/qml/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so
+qt6/qml/org/kde/plasma/private/taskmanager/qmldir
+qt6/qml/org/kde/plasma/private/taskmanager/taskmanagerplugin.qmltypes
+qt6/qml/org/kde/private/desktopcontainment/folder/folderplugin.qmltypes
+qt6/qml/org/kde/private/desktopcontainment/folder/kde-qmlmodule.version
+qt6/qml/org/kde/private/desktopcontainment/folder/libfolderplugin.so
+qt6/qml/org/kde/private/desktopcontainment/folder/qmldir
+share/applications/kaccess.desktop
+share/applications/kcm_access.desktop
+share/applications/kcm_activities.desktop
+share/applications/kcm_baloofile.desktop
+share/applications/kcm_clock.desktop
+share/applications/kcm_desktoppaths.desktop
+share/applications/kcm_gamecontroller.desktop
+share/applications/kcm_kded.desktop
+share/applications/kcm_keyboard.desktop
+share/applications/kcm_keys.desktop
+share/applications/kcm_krunnersettings.desktop
+share/applications/kcm_landingpage.desktop
+share/applications/kcm_mouse.desktop
+share/applications/kcm_plasmasearch.desktop
+share/applications/kcm_qtquicksettings.desktop
+share/applications/kcm_recentFiles.desktop
+share/applications/kcm_smserver.desktop
+share/applications/kcm_solid_actions.desktop
+share/applications/kcm_splashscreen.desktop
+share/applications/kcm_touchpad.desktop
+share/applications/kcm_touchscreen.desktop
+share/applications/kcm_workspace.desktop
+share/applications/kcmspellchecking.desktop
+share/applications/kde-mimeapps.list
+share/applications/org.kde.knetattach.desktop
+share/applications/org.kde.plasma.emojier.desktop
+share/config.kcfg/kactivitymanagerd_plugins_settings.kcfg
+share/config.kcfg/kactivitymanagerd_settings.kcfg
+share/config.kcfg/kcmaccessibilitybell.kcfg
+share/config.kcfg/kcmaccessibilitycolorblindnesscorrection.kcfg
+share/config.kcfg/kcmaccessibilityinvert.kcfg
+share/config.kcfg/kcmaccessibilitykeyboard.kcfg
+share/config.kcfg/kcmaccessibilitymouse.kcfg
+share/config.kcfg/kcmaccessibilityscreenreader.kcfg
+share/config.kcfg/kcmaccessibilityshakecursor.kcfg
+share/config.kcfg/kcmaccessibilityzoommagnifier.kcfg
+share/config.kcfg/krunnersettingsbase.kcfg
+share/config.kcfg/landingpage_kdeglobalssettings.kcfg
+share/config.kcfg/splashscreensettings.kcfg
+share/config.kcfg/workspaceoptions_kdeglobalssettings.kcfg
+share/config.kcfg/workspaceoptions_kwinsettings.kcfg
+share/config.kcfg/workspaceoptions_plasmasettings.kcfg
+share/dbus-1/interfaces/org.kde.touchpad.xml
+share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
+share/doc/HTML/ca/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/ca/kcontrol/baloo/index.docbook
+share/doc/HTML/ca/kcontrol/clock/index.cache.bz2
+share/doc/HTML/ca/kcontrol/clock/index.docbook
+share/doc/HTML/ca/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/ca/kcontrol/joystick/index.docbook
+share/doc/HTML/ca/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/ca/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/ca/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/ca/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmsmserver/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/mouse/index.cache.bz2
+share/doc/HTML/ca/kcontrol/mouse/index.docbook
+share/doc/HTML/ca/kcontrol/paths/index.cache.bz2
+share/doc/HTML/ca/kcontrol/paths/index.docbook
+share/doc/HTML/ca/kcontrol/paths/paths.png
+share/doc/HTML/ca/kcontrol/solid-actions/add-action.png
+share/doc/HTML/ca/kcontrol/solid-actions/edit-action.png
+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-actions/main.png
+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/get-new-theme.png
+share/doc/HTML/ca/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/ca/kcontrol/splashscreen/index.docbook
+share/doc/HTML/ca/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/ca/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/ca/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/ca/kfontview/index.cache.bz2
+share/doc/HTML/ca/kfontview/index.docbook
+share/doc/HTML/ca/kfontview/kfontview.png
+share/doc/HTML/ca/knetattach/index.cache.bz2
+share/doc/HTML/ca/knetattach/index.docbook
+share/doc/HTML/ca/knetattach/screenshot.png
+share/doc/HTML/ca/knetattach/screenshot1.png
+share/doc/HTML/ca/knetattach/screenshot2.png
+share/doc/HTML/ca/knetattach/screenshot3.png
+share/doc/HTML/ca/knetattach/screenshot4.png
+share/doc/HTML/ca/plasma-desktop/add-widgets.png
+share/doc/HTML/ca/plasma-desktop/application-launcher.png
+share/doc/HTML/ca/plasma-desktop/application-menu.png
+share/doc/HTML/ca/plasma-desktop/index.cache.bz2
+share/doc/HTML/ca/plasma-desktop/index.docbook
+share/doc/HTML/de/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/de/kcontrol/baloo/index.docbook
+share/doc/HTML/de/kcontrol/clock/index.cache.bz2
+share/doc/HTML/de/kcontrol/clock/index.docbook
+share/doc/HTML/de/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/de/kcontrol/joystick/index.docbook
+share/doc/HTML/de/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/de/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/de/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/de/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/de/kcontrol/kded/index.cache.bz2
+share/doc/HTML/de/kcontrol/kded/index.docbook
+share/doc/HTML/de/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/de/kcontrol/keyboard/index.docbook
+share/doc/HTML/de/kcontrol/keys/index.cache.bz2
+share/doc/HTML/de/kcontrol/keys/index.docbook
+share/doc/HTML/de/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/de/kcontrol/mouse/index.docbook
+share/doc/HTML/de/kcontrol/paths/index.cache.bz2
+share/doc/HTML/de/kcontrol/paths/index.docbook
+share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/de/kcontrol/solid-actions/index.docbook
+share/doc/HTML/de/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/de/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/de/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/de/kcontrol/spellchecking/index.docbook
+share/doc/HTML/de/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/de/kcontrol/splashscreen/index.docbook
+share/doc/HTML/de/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/de/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/de/kfontview/index.cache.bz2
+share/doc/HTML/de/kfontview/index.docbook
+share/doc/HTML/de/knetattach/index.cache.bz2
+share/doc/HTML/de/knetattach/index.docbook
+share/doc/HTML/de/plasma-desktop/index.cache.bz2
+share/doc/HTML/de/plasma-desktop/index.docbook
+share/doc/HTML/en/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/en/kcontrol/baloo/index.docbook
+share/doc/HTML/en/kcontrol/clock/index.cache.bz2
+share/doc/HTML/en/kcontrol/clock/index.docbook
+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/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/en/kcontrol/kcmactivities/configure.png
+share/doc/HTML/en/kcontrol/kcmactivities/edit-delete.png
+share/doc/HTML/en/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmsmserver/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/keys/list-add.png
+share/doc/HTML/en/kcontrol/keys/remove.png
+share/doc/HTML/en/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/en/kcontrol/mouse/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/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/workspaceoptions/index.cache.bz2
+share/doc/HTML/en/kcontrol/workspaceoptions/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/application-launcher-settings.png
+share/doc/HTML/en/plasma-desktop/application-launcher.png
+share/doc/HTML/en/plasma-desktop/application-menu.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/folder-view.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-desktop-actions.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/remove.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/es/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/es/kcontrol/baloo/index.docbook
+share/doc/HTML/es/kcontrol/clock/index.cache.bz2
+share/doc/HTML/es/kcontrol/clock/index.docbook
+share/doc/HTML/es/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/es/kcontrol/joystick/index.docbook
+share/doc/HTML/es/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/es/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/es/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/es/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/es/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/es/kcontrol/kded/index.cache.bz2
+share/doc/HTML/es/kcontrol/kded/index.docbook
+share/doc/HTML/es/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/es/kcontrol/keyboard/index.docbook
+share/doc/HTML/es/kcontrol/keys/index.cache.bz2
+share/doc/HTML/es/kcontrol/keys/index.docbook
+share/doc/HTML/es/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/es/kcontrol/mouse/index.docbook
+share/doc/HTML/es/kcontrol/paths/index.cache.bz2
+share/doc/HTML/es/kcontrol/paths/index.docbook
+share/doc/HTML/es/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/es/kcontrol/solid-actions/index.docbook
+share/doc/HTML/es/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/es/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/es/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/es/kcontrol/spellchecking/index.docbook
+share/doc/HTML/es/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/es/kcontrol/splashscreen/index.docbook
+share/doc/HTML/es/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/es/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/es/kfontview/index.cache.bz2
+share/doc/HTML/es/kfontview/index.docbook
+share/doc/HTML/es/knetattach/index.cache.bz2
+share/doc/HTML/es/knetattach/index.docbook
+share/doc/HTML/es/plasma-desktop/index.cache.bz2
+share/doc/HTML/es/plasma-desktop/index.docbook
+share/doc/HTML/et/kcontrol/clock/index.cache.bz2
+share/doc/HTML/et/kcontrol/clock/index.docbook
+share/doc/HTML/et/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/et/kcontrol/solid-actions/index.docbook
+share/doc/HTML/et/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/et/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/fr/kcontrol/clock/index.cache.bz2
+share/doc/HTML/fr/kcontrol/clock/index.docbook
+share/doc/HTML/fr/kcontrol/kded/index.cache.bz2
+share/doc/HTML/fr/kcontrol/kded/index.docbook
+share/doc/HTML/fr/kcontrol/paths/index.cache.bz2
+share/doc/HTML/fr/kcontrol/paths/index.docbook
+share/doc/HTML/fr/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/fr/kcontrol/solid-actions/index.docbook
+share/doc/HTML/fr/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/fr/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/fr/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/fr/kcontrol/spellchecking/index.docbook
+share/doc/HTML/fr/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/fr/kcontrol/splashscreen/index.docbook
+share/doc/HTML/fr/knetattach/index.cache.bz2
+share/doc/HTML/fr/knetattach/index.docbook
+share/doc/HTML/id/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/id/kcontrol/baloo/index.docbook
+share/doc/HTML/id/kcontrol/clock/index.cache.bz2
+share/doc/HTML/id/kcontrol/clock/index.docbook
+share/doc/HTML/id/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/id/kcontrol/joystick/index.docbook
+share/doc/HTML/id/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/id/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/id/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/id/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/id/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/id/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/id/kcontrol/kded/index.cache.bz2
+share/doc/HTML/id/kcontrol/kded/index.docbook
+share/doc/HTML/id/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/id/kcontrol/keyboard/index.docbook
+share/doc/HTML/id/kcontrol/keys/index.cache.bz2
+share/doc/HTML/id/kcontrol/keys/index.docbook
+share/doc/HTML/id/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/id/kcontrol/mouse/index.docbook
+share/doc/HTML/id/kcontrol/paths/index.cache.bz2
+share/doc/HTML/id/kcontrol/paths/index.docbook
+share/doc/HTML/id/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/id/kcontrol/solid-actions/index.docbook
+share/doc/HTML/id/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/id/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/id/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/id/kcontrol/spellchecking/index.docbook
+share/doc/HTML/id/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/id/kcontrol/splashscreen/index.docbook
+share/doc/HTML/id/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/id/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/id/kfontview/index.cache.bz2
+share/doc/HTML/id/kfontview/index.docbook
+share/doc/HTML/id/knetattach/index.cache.bz2
+share/doc/HTML/id/knetattach/index.docbook
+share/doc/HTML/id/plasma-desktop/index.cache.bz2
+share/doc/HTML/id/plasma-desktop/index.docbook
+share/doc/HTML/it/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/it/kcontrol/baloo/index.docbook
+share/doc/HTML/it/kcontrol/clock/index.cache.bz2
+share/doc/HTML/it/kcontrol/clock/index.docbook
+share/doc/HTML/it/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/it/kcontrol/joystick/index.docbook
+share/doc/HTML/it/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/it/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/it/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/it/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/it/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/it/kcontrol/kded/index.cache.bz2
+share/doc/HTML/it/kcontrol/kded/index.docbook
+share/doc/HTML/it/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/it/kcontrol/keyboard/index.docbook
+share/doc/HTML/it/kcontrol/keys/index.cache.bz2
+share/doc/HTML/it/kcontrol/keys/index.docbook
+share/doc/HTML/it/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/it/kcontrol/mouse/index.docbook
+share/doc/HTML/it/kcontrol/paths/index.cache.bz2
+share/doc/HTML/it/kcontrol/paths/index.docbook
+share/doc/HTML/it/kcontrol/solid-actions/add-action.png
+share/doc/HTML/it/kcontrol/solid-actions/edit-action.png
+share/doc/HTML/it/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/it/kcontrol/solid-actions/index.docbook
+share/doc/HTML/it/kcontrol/solid-actions/main.png
+share/doc/HTML/it/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/it/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/it/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/it/kcontrol/spellchecking/index.docbook
+share/doc/HTML/it/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/it/kcontrol/splashscreen/index.docbook
+share/doc/HTML/it/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/it/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/it/kfontview/index.cache.bz2
+share/doc/HTML/it/kfontview/index.docbook
+share/doc/HTML/it/knetattach/index.cache.bz2
+share/doc/HTML/it/knetattach/index.docbook
+share/doc/HTML/it/plasma-desktop/index.cache.bz2
+share/doc/HTML/it/plasma-desktop/index.docbook
+share/doc/HTML/nl/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/nl/kcontrol/baloo/index.docbook
+share/doc/HTML/nl/kcontrol/clock/index.cache.bz2
+share/doc/HTML/nl/kcontrol/clock/index.docbook
+share/doc/HTML/nl/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/nl/kcontrol/joystick/index.docbook
+share/doc/HTML/nl/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/nl/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/nl/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/nl/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/nl/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/nl/kcontrol/kded/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kded/index.docbook
+share/doc/HTML/nl/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/nl/kcontrol/keyboard/index.docbook
+share/doc/HTML/nl/kcontrol/keys/index.cache.bz2
+share/doc/HTML/nl/kcontrol/keys/index.docbook
+share/doc/HTML/nl/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/nl/kcontrol/mouse/index.docbook
+share/doc/HTML/nl/kcontrol/paths/index.cache.bz2
+share/doc/HTML/nl/kcontrol/paths/index.docbook
+share/doc/HTML/nl/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/nl/kcontrol/solid-actions/index.docbook
+share/doc/HTML/nl/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/nl/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/nl/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/nl/kcontrol/spellchecking/index.docbook
+share/doc/HTML/nl/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/nl/kcontrol/splashscreen/index.docbook
+share/doc/HTML/nl/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/nl/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/nl/kfontview/index.cache.bz2
+share/doc/HTML/nl/kfontview/index.docbook
+share/doc/HTML/nl/knetattach/index.cache.bz2
+share/doc/HTML/nl/knetattach/index.docbook
+share/doc/HTML/nl/plasma-desktop/index.cache.bz2
+share/doc/HTML/nl/plasma-desktop/index.docbook
+share/doc/HTML/pt/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/pt/kcontrol/baloo/index.docbook
+share/doc/HTML/pt/kcontrol/clock/index.cache.bz2
+share/doc/HTML/pt/kcontrol/clock/index.docbook
+share/doc/HTML/pt/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/pt/kcontrol/joystick/index.docbook
+share/doc/HTML/pt/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/pt/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/pt/kcontrol/kded/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kded/index.docbook
+share/doc/HTML/pt/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/pt/kcontrol/keyboard/index.docbook
+share/doc/HTML/pt/kcontrol/keys/index.cache.bz2
+share/doc/HTML/pt/kcontrol/keys/index.docbook
+share/doc/HTML/pt/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/pt/kcontrol/mouse/index.docbook
+share/doc/HTML/pt/kcontrol/paths/index.cache.bz2
+share/doc/HTML/pt/kcontrol/paths/index.docbook
+share/doc/HTML/pt/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/pt/kcontrol/solid-actions/index.docbook
+share/doc/HTML/pt/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/pt/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/pt/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/pt/kcontrol/spellchecking/index.docbook
+share/doc/HTML/pt/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/pt/kcontrol/splashscreen/index.docbook
+share/doc/HTML/pt/kfontview/index.cache.bz2
+share/doc/HTML/pt/kfontview/index.docbook
+share/doc/HTML/pt/knetattach/index.cache.bz2
+share/doc/HTML/pt/knetattach/index.docbook
+share/doc/HTML/pt/plasma-desktop/index.cache.bz2
+share/doc/HTML/pt/plasma-desktop/index.docbook
+share/doc/HTML/pt_BR/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/baloo/index.docbook
+share/doc/HTML/pt_BR/kcontrol/clock/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/clock/index.docbook
+share/doc/HTML/pt_BR/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/joystick/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kded/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kded/index.docbook
+share/doc/HTML/pt_BR/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/keyboard/index.docbook
+share/doc/HTML/pt_BR/kcontrol/keys/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/keys/index.docbook
+share/doc/HTML/pt_BR/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/mouse/index.docbook
+share/doc/HTML/pt_BR/kcontrol/paths/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/paths/index.docbook
+share/doc/HTML/pt_BR/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/solid-actions/index.docbook
+share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/pt_BR/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/spellchecking/index.docbook
+share/doc/HTML/pt_BR/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/splashscreen/index.docbook
+share/doc/HTML/pt_BR/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/pt_BR/kfontview/index.cache.bz2
+share/doc/HTML/pt_BR/kfontview/index.docbook
+share/doc/HTML/pt_BR/knetattach/index.cache.bz2
+share/doc/HTML/pt_BR/knetattach/index.docbook
+share/doc/HTML/pt_BR/knetattach/screenshot.png
+share/doc/HTML/pt_BR/knetattach/screenshot1.png
+share/doc/HTML/pt_BR/knetattach/screenshot2.png
+share/doc/HTML/pt_BR/knetattach/screenshot3.png
+share/doc/HTML/pt_BR/knetattach/screenshot4.png
+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/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/ru/kcontrol/baloo/index.docbook
+share/doc/HTML/ru/kcontrol/clock/index.cache.bz2
+share/doc/HTML/ru/kcontrol/clock/index.docbook
+share/doc/HTML/ru/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/ru/kcontrol/joystick/index.docbook
+share/doc/HTML/ru/kcontrol/joystick/joystick-calibration.png
+share/doc/HTML/ru/kcontrol/joystick/joystick-main.png
+share/doc/HTML/ru/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/ru/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/ru/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/ru/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/ru/kcontrol/kded/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kded/index.docbook
+share/doc/HTML/ru/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/ru/kcontrol/keyboard/index.docbook
+share/doc/HTML/ru/kcontrol/keys/index.cache.bz2
+share/doc/HTML/ru/kcontrol/keys/index.docbook
+share/doc/HTML/ru/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/ru/kcontrol/mouse/index.docbook
+share/doc/HTML/ru/kcontrol/paths/index.cache.bz2
+share/doc/HTML/ru/kcontrol/paths/index.docbook
+share/doc/HTML/ru/kcontrol/paths/paths.png
+share/doc/HTML/ru/kcontrol/solid-actions/add-action.png
+share/doc/HTML/ru/kcontrol/solid-actions/edit-action.png
+share/doc/HTML/ru/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/ru/kcontrol/solid-actions/index.docbook
+share/doc/HTML/ru/kcontrol/solid-actions/main.png
+share/doc/HTML/ru/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/ru/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/ru/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/ru/kcontrol/spellchecking/index.docbook
+share/doc/HTML/ru/kcontrol/splashscreen/get-new-theme.png
+share/doc/HTML/ru/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/ru/kcontrol/splashscreen/index.docbook
+share/doc/HTML/ru/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/ru/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/ru/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/ru/kfontview/index.cache.bz2
+share/doc/HTML/ru/kfontview/index.docbook
+share/doc/HTML/ru/knetattach/index.cache.bz2
+share/doc/HTML/ru/knetattach/index.docbook
+share/doc/HTML/ru/plasma-desktop/index.cache.bz2
+share/doc/HTML/ru/plasma-desktop/index.docbook
+share/doc/HTML/sl/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/sl/kcontrol/baloo/index.docbook
+share/doc/HTML/sl/kcontrol/clock/index.cache.bz2
+share/doc/HTML/sl/kcontrol/clock/index.docbook
+share/doc/HTML/sl/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/sl/kcontrol/joystick/index.docbook
+share/doc/HTML/sl/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/sl/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/sl/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/sl/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/sl/kcontrol/kded/index.cache.bz2
+share/doc/HTML/sl/kcontrol/kded/index.docbook
+share/doc/HTML/sl/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/sl/kcontrol/keyboard/index.docbook
+share/doc/HTML/sl/kcontrol/keys/index.cache.bz2
+share/doc/HTML/sl/kcontrol/keys/index.docbook
+share/doc/HTML/sl/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/sl/kcontrol/mouse/index.docbook
+share/doc/HTML/sl/kcontrol/paths/index.cache.bz2
+share/doc/HTML/sl/kcontrol/paths/index.docbook
+share/doc/HTML/sl/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/sl/kcontrol/solid-actions/index.docbook
+share/doc/HTML/sl/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/sl/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/sl/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/sl/kcontrol/spellchecking/index.docbook
+share/doc/HTML/sl/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/sl/kcontrol/splashscreen/index.docbook
+share/doc/HTML/sl/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/sl/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/sl/kfontview/index.cache.bz2
+share/doc/HTML/sl/kfontview/index.docbook
+share/doc/HTML/sl/plasma-desktop/index.cache.bz2
+share/doc/HTML/sl/plasma-desktop/index.docbook
+share/doc/HTML/sr/kcontrol/clock/index.cache.bz2
+share/doc/HTML/sr/kcontrol/clock/index.docbook
+share/doc/HTML/sr/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/sr/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/sr/kcontrol/paths/index.cache.bz2
+share/doc/HTML/sr/kcontrol/paths/index.docbook
+share/doc/HTML/sr/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/sr/kcontrol/spellchecking/index.docbook
+share/doc/HTML/sr/knetattach/index.cache.bz2
+share/doc/HTML/sr/knetattach/index.docbook
+share/doc/HTML/sr@latin/kcontrol/clock/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/clock/index.docbook
+share/doc/HTML/sr@latin/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/sr@latin/kcontrol/paths/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/paths/index.docbook
+share/doc/HTML/sr@latin/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/spellchecking/index.docbook
+share/doc/HTML/sr@latin/knetattach/index.cache.bz2
+share/doc/HTML/sr@latin/knetattach/index.docbook
+share/doc/HTML/sv/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/sv/kcontrol/baloo/index.docbook
+share/doc/HTML/sv/kcontrol/clock/index.cache.bz2
+share/doc/HTML/sv/kcontrol/clock/index.docbook
+share/doc/HTML/sv/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/sv/kcontrol/joystick/index.docbook
+share/doc/HTML/sv/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/sv/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/sv/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/sv/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/sv/kcontrol/kded/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kded/index.docbook
+share/doc/HTML/sv/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/sv/kcontrol/keyboard/index.docbook
+share/doc/HTML/sv/kcontrol/keys/index.cache.bz2
+share/doc/HTML/sv/kcontrol/keys/index.docbook
+share/doc/HTML/sv/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/sv/kcontrol/mouse/index.docbook
+share/doc/HTML/sv/kcontrol/paths/index.cache.bz2
+share/doc/HTML/sv/kcontrol/paths/index.docbook
+share/doc/HTML/sv/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/sv/kcontrol/solid-actions/index.docbook
+share/doc/HTML/sv/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/sv/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/sv/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/sv/kcontrol/spellchecking/index.docbook
+share/doc/HTML/sv/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/sv/kcontrol/splashscreen/index.docbook
+share/doc/HTML/sv/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/sv/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/sv/kfontview/index.cache.bz2
+share/doc/HTML/sv/kfontview/index.docbook
+share/doc/HTML/sv/knetattach/index.cache.bz2
+share/doc/HTML/sv/knetattach/index.docbook
+share/doc/HTML/sv/plasma-desktop/index.cache.bz2
+share/doc/HTML/sv/plasma-desktop/index.docbook
+share/doc/HTML/tr/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/tr/kcontrol/baloo/index.docbook
+share/doc/HTML/tr/kcontrol/clock/index.cache.bz2
+share/doc/HTML/tr/kcontrol/clock/index.docbook
+share/doc/HTML/tr/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/tr/kcontrol/joystick/index.docbook
+share/doc/HTML/tr/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/tr/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/tr/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/tr/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/tr/kcontrol/kded/index.cache.bz2
+share/doc/HTML/tr/kcontrol/kded/index.docbook
+share/doc/HTML/tr/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/tr/kcontrol/keyboard/index.docbook
+share/doc/HTML/tr/kcontrol/keys/index.cache.bz2
+share/doc/HTML/tr/kcontrol/keys/index.docbook
+share/doc/HTML/tr/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/tr/kcontrol/mouse/index.docbook
+share/doc/HTML/tr/kcontrol/paths/index.cache.bz2
+share/doc/HTML/tr/kcontrol/paths/index.docbook
+share/doc/HTML/tr/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/tr/kcontrol/solid-actions/index.docbook
+share/doc/HTML/tr/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/tr/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/tr/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/tr/kcontrol/spellchecking/index.docbook
+share/doc/HTML/tr/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/tr/kcontrol/splashscreen/index.docbook
+share/doc/HTML/tr/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/tr/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/tr/kfontview/index.cache.bz2
+share/doc/HTML/tr/kfontview/index.docbook
+share/doc/HTML/tr/knetattach/index.cache.bz2
+share/doc/HTML/tr/knetattach/index.docbook
+share/doc/HTML/tr/plasma-desktop/index.cache.bz2
+share/doc/HTML/tr/plasma-desktop/index.docbook
+share/doc/HTML/uk/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/uk/kcontrol/baloo/index.docbook
+share/doc/HTML/uk/kcontrol/clock/index.cache.bz2
+share/doc/HTML/uk/kcontrol/clock/index.docbook
+share/doc/HTML/uk/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/uk/kcontrol/joystick/index.docbook
+share/doc/HTML/uk/kcontrol/kcm_recentFiles/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcm_recentFiles/index.docbook
+share/doc/HTML/uk/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/uk/kcontrol/kcmactivities/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmactivities/index.docbook
+share/doc/HTML/uk/kcontrol/kcmlaunchfeedback/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmlaunchfeedback/index.docbook
+share/doc/HTML/uk/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/uk/kcontrol/kded/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kded/index.docbook
+share/doc/HTML/uk/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/uk/kcontrol/keyboard/index.docbook
+share/doc/HTML/uk/kcontrol/keys/index.cache.bz2
+share/doc/HTML/uk/kcontrol/keys/index.docbook
+share/doc/HTML/uk/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/uk/kcontrol/mouse/index.docbook
+share/doc/HTML/uk/kcontrol/paths/index.cache.bz2
+share/doc/HTML/uk/kcontrol/paths/index.docbook
+share/doc/HTML/uk/kcontrol/paths/paths.png
+share/doc/HTML/uk/kcontrol/solid-actions/add-action.png
+share/doc/HTML/uk/kcontrol/solid-actions/edit-action.png
+share/doc/HTML/uk/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/uk/kcontrol/solid-actions/index.docbook
+share/doc/HTML/uk/kcontrol/solid-actions/main.png
+share/doc/HTML/uk/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/uk/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/uk/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/uk/kcontrol/spellchecking/index.docbook
+share/doc/HTML/uk/kcontrol/splashscreen/get-new-theme.png
+share/doc/HTML/uk/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/uk/kcontrol/splashscreen/index.docbook
+share/doc/HTML/uk/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/uk/kcontrol/workspaceoptions/index.cache.bz2
+share/doc/HTML/uk/kcontrol/workspaceoptions/index.docbook
+share/doc/HTML/uk/kfontview/index.cache.bz2
+share/doc/HTML/uk/kfontview/index.docbook
+share/doc/HTML/uk/kfontview/kfontview.png
+share/doc/HTML/uk/knetattach/index.cache.bz2
+share/doc/HTML/uk/knetattach/index.docbook
+share/doc/HTML/uk/plasma-desktop/application-launcher-settings.png
+share/doc/HTML/uk/plasma-desktop/index.cache.bz2
+share/doc/HTML/uk/plasma-desktop/index.docbook
+share/examples/kde-xdg/autostart/kaccess.desktop
+share/examples/plasma-desktop/org.kde.kcontrol.kcmclock.conf
+share/icons/hicolor/128x128/devices/input-touchpad.png
+share/icons/hicolor/16x16/devices/input-touchpad.png
+share/icons/hicolor/22x22/devices/input-touchpad.png
+share/icons/hicolor/24x24/devices/input-touchpad.png
+share/icons/hicolor/256x256/devices/input-touchpad.png
+share/icons/hicolor/32x32/devices/input-touchpad.png
+share/icons/hicolor/48x48/devices/input-touchpad.png
+share/icons/hicolor/64x64/devices/input-touchpad.png
+share/icons/hicolor/96x96/devices/input-touchpad.png
+share/icons/hicolor/scalable/devices/input-touchpad.svgz
+share/kcm_recentFiles/workspace/settings/qml/recentFiles/ExcludedApplicationView.qml
+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/kcmmouse/cursor_large_black.pcf.gz
+share/kcmmouse/cursor_large_white.pcf.gz
+share/kcmmouse/cursor_small_white.pcf.gz
+share/kcmmouse/pics/mouse_lh.png
+share/kcmmouse/pics/mouse_rh.png
+share/kcmsolidactions/solid-action-template.desktop
+share/kglobalaccel/org.kde.plasma.emojier.desktop
+share/kglobalaccel/org.kde.touchpadshortcuts.desktop
+share/knotifications6/kaccess.notifyrc
+share/knsrcfiles/krunner.knsrc
+share/knsrcfiles/ksplash.knsrc
+share/locale/af/LC_MESSAGES/kaccess.mo
+share/locale/af/LC_MESSAGES/kcm_access.mo
+share/locale/af/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/af/LC_MESSAGES/kcm_kded.mo
+share/locale/af/LC_MESSAGES/kcm_keyboard.mo
+share/locale/af/LC_MESSAGES/kcm_smserver.mo
+share/locale/af/LC_MESSAGES/kcmkclock.mo
+share/locale/af/LC_MESSAGES/kcmmouse.mo
+share/locale/af/LC_MESSAGES/knetattach.mo
+share/locale/af/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ar/LC_MESSAGES/kaccess.mo
+share/locale/ar/LC_MESSAGES/kcm_access.mo
+share/locale/ar/LC_MESSAGES/kcm_activities.mo
+share/locale/ar/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ar/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ar/LC_MESSAGES/kcm_kded.mo
+share/locale/ar/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ar/LC_MESSAGES/kcm_keys.mo
+share/locale/ar/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ar/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ar/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ar/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ar/LC_MESSAGES/kcm_smserver.mo
+share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ar/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ar/LC_MESSAGES/kcm_tablet.mo
+share/locale/ar/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ar/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ar/LC_MESSAGES/kcm_workspace.mo
+share/locale/ar/LC_MESSAGES/kcmkclock.mo
+share/locale/ar/LC_MESSAGES/kcmmouse.mo
+share/locale/ar/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ar/LC_MESSAGES/knetattach.mo
+share/locale/ar/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ar/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/ar/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/as/LC_MESSAGES/kcm_access.mo
+share/locale/ast/LC_MESSAGES/kaccess.mo
+share/locale/ast/LC_MESSAGES/kcm_access.mo
+share/locale/ast/LC_MESSAGES/kcm_activities.mo
+share/locale/ast/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ast/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ast/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ast/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ast/LC_MESSAGES/kcm_kded.mo
+share/locale/ast/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ast/LC_MESSAGES/kcm_keys.mo
+share/locale/ast/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ast/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ast/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ast/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ast/LC_MESSAGES/kcm_smserver.mo
+share/locale/ast/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ast/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ast/LC_MESSAGES/kcm_tablet.mo
+share/locale/ast/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ast/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ast/LC_MESSAGES/kcm_workspace.mo
+share/locale/ast/LC_MESSAGES/kcmkclock.mo
+share/locale/ast/LC_MESSAGES/kcmmouse.mo
+share/locale/ast/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ast/LC_MESSAGES/knetattach.mo
+share/locale/ast/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/ast/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/az/LC_MESSAGES/kaccess.mo
+share/locale/az/LC_MESSAGES/kcm_access.mo
+share/locale/az/LC_MESSAGES/kcm_activities.mo
+share/locale/az/LC_MESSAGES/kcm_baloofile.mo
+share/locale/az/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/az/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/az/LC_MESSAGES/kcm_kded.mo
+share/locale/az/LC_MESSAGES/kcm_keyboard.mo
+share/locale/az/LC_MESSAGES/kcm_keys.mo
+share/locale/az/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/az/LC_MESSAGES/kcm_landingpage.mo
+share/locale/az/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/az/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/az/LC_MESSAGES/kcm_smserver.mo
+share/locale/az/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/az/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/az/LC_MESSAGES/kcm_tablet.mo
+share/locale/az/LC_MESSAGES/kcm_touchpad.mo
+share/locale/az/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/az/LC_MESSAGES/kcm_workspace.mo
+share/locale/az/LC_MESSAGES/kcmkclock.mo
+share/locale/az/LC_MESSAGES/kcmmouse.mo
+share/locale/az/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/az/LC_MESSAGES/knetattach.mo
+share/locale/az/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/az/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/az/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/az/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/az/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/az/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/be/LC_MESSAGES/kaccess.mo
+share/locale/be/LC_MESSAGES/kcm_access.mo
+share/locale/be/LC_MESSAGES/kcm_activities.mo
+share/locale/be/LC_MESSAGES/kcm_baloofile.mo
+share/locale/be/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/be/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/be/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/be/LC_MESSAGES/kcm_kded.mo
+share/locale/be/LC_MESSAGES/kcm_keyboard.mo
+share/locale/be/LC_MESSAGES/kcm_keys.mo
+share/locale/be/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/be/LC_MESSAGES/kcm_landingpage.mo
+share/locale/be/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/be/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/be/LC_MESSAGES/kcm_smserver.mo
+share/locale/be/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/be/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/be/LC_MESSAGES/kcm_tablet.mo
+share/locale/be/LC_MESSAGES/kcm_touchpad.mo
+share/locale/be/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/be/LC_MESSAGES/kcm_workspace.mo
+share/locale/be/LC_MESSAGES/kcmkclock.mo
+share/locale/be/LC_MESSAGES/kcmmouse.mo
+share/locale/be/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/be/LC_MESSAGES/knetattach.mo
+share/locale/be/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/be/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/be/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/be/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/be/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/be/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/be/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/be@latin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/be@latin/LC_MESSAGES/kcm_keyboard.mo
+share/locale/be@latin/LC_MESSAGES/kcmkclock.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/kaccess.mo
+share/locale/bg/LC_MESSAGES/kcm_access.mo
+share/locale/bg/LC_MESSAGES/kcm_activities.mo
+share/locale/bg/LC_MESSAGES/kcm_baloofile.mo
+share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bg/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/bg/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/bg/LC_MESSAGES/kcm_kded.mo
+share/locale/bg/LC_MESSAGES/kcm_keyboard.mo
+share/locale/bg/LC_MESSAGES/kcm_keys.mo
+share/locale/bg/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/bg/LC_MESSAGES/kcm_landingpage.mo
+share/locale/bg/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/bg/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/bg/LC_MESSAGES/kcm_smserver.mo
+share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/bg/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/bg/LC_MESSAGES/kcm_tablet.mo
+share/locale/bg/LC_MESSAGES/kcm_touchpad.mo
+share/locale/bg/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/bg/LC_MESSAGES/kcm_workspace.mo
+share/locale/bg/LC_MESSAGES/kcmkclock.mo
+share/locale/bg/LC_MESSAGES/kcmmouse.mo
+share/locale/bg/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/bg/LC_MESSAGES/knetattach.mo
+share/locale/bg/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/bg/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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_applet_org.kde.plasma.windowlist.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_keys.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/bg/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/bg/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/bg/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/bn/LC_MESSAGES/kaccess.mo
+share/locale/bn/LC_MESSAGES/kcm_access.mo
+share/locale/bn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bn/LC_MESSAGES/kcm_kded.mo
+share/locale/bn/LC_MESSAGES/kcm_keyboard.mo
+share/locale/bn/LC_MESSAGES/kcm_smserver.mo
+share/locale/bn/LC_MESSAGES/kcmkclock.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_access.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_kded.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_keyboard.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_smserver.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkclock.mo
+share/locale/bn_IN/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/br/LC_MESSAGES/kcm_access.mo
+share/locale/br/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/br/LC_MESSAGES/kcm_kded.mo
+share/locale/br/LC_MESSAGES/kcm_keyboard.mo
+share/locale/br/LC_MESSAGES/kcm_smserver.mo
+share/locale/br/LC_MESSAGES/kcmkclock.mo
+share/locale/br/LC_MESSAGES/kcmmouse.mo
+share/locale/br/LC_MESSAGES/knetattach.mo
+share/locale/br/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bs/LC_MESSAGES/kaccess.mo
+share/locale/bs/LC_MESSAGES/kcm_access.mo
+share/locale/bs/LC_MESSAGES/kcm_baloofile.mo
+share/locale/bs/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bs/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/bs/LC_MESSAGES/kcm_kded.mo
+share/locale/bs/LC_MESSAGES/kcm_keyboard.mo
+share/locale/bs/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/bs/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/bs/LC_MESSAGES/kcm_smserver.mo
+share/locale/bs/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/bs/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/bs/LC_MESSAGES/kcm_touchpad.mo
+share/locale/bs/LC_MESSAGES/kcm_workspace.mo
+share/locale/bs/LC_MESSAGES/kcmkclock.mo
+share/locale/bs/LC_MESSAGES/kcmmouse.mo
+share/locale/bs/LC_MESSAGES/knetattach.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.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.kimpanel.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.showdesktop.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_runner_plasma-desktop.mo
+share/locale/bs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ca/LC_MESSAGES/kaccess.mo
+share/locale/ca/LC_MESSAGES/kcm_access.mo
+share/locale/ca/LC_MESSAGES/kcm_activities.mo
+share/locale/ca/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ca/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ca/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ca/LC_MESSAGES/kcm_kded.mo
+share/locale/ca/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ca/LC_MESSAGES/kcm_keys.mo
+share/locale/ca/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ca/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ca/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ca/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ca/LC_MESSAGES/kcm_smserver.mo
+share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ca/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ca/LC_MESSAGES/kcm_tablet.mo
+share/locale/ca/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ca/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ca/LC_MESSAGES/kcm_workspace.mo
+share/locale/ca/LC_MESSAGES/kcmkclock.mo
+share/locale/ca/LC_MESSAGES/kcmmouse.mo
+share/locale/ca/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ca/LC_MESSAGES/knetattach.mo
+share/locale/ca/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ca/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/ca/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ca@valencia/LC_MESSAGES/kaccess.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_access.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_kded.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_keys.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_smserver.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_tablet.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_workspace.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmmouse.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ca@valencia/LC_MESSAGES/knetattach.mo
+share/locale/ca@valencia/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/ca@valencia/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/cs/LC_MESSAGES/kaccess.mo
+share/locale/cs/LC_MESSAGES/kcm_access.mo
+share/locale/cs/LC_MESSAGES/kcm_activities.mo
+share/locale/cs/LC_MESSAGES/kcm_baloofile.mo
+share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/cs/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/cs/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/cs/LC_MESSAGES/kcm_kded.mo
+share/locale/cs/LC_MESSAGES/kcm_keyboard.mo
+share/locale/cs/LC_MESSAGES/kcm_keys.mo
+share/locale/cs/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/cs/LC_MESSAGES/kcm_landingpage.mo
+share/locale/cs/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/cs/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/cs/LC_MESSAGES/kcm_smserver.mo
+share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/cs/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/cs/LC_MESSAGES/kcm_tablet.mo
+share/locale/cs/LC_MESSAGES/kcm_touchpad.mo
+share/locale/cs/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/cs/LC_MESSAGES/kcm_workspace.mo
+share/locale/cs/LC_MESSAGES/kcmkclock.mo
+share/locale/cs/LC_MESSAGES/kcmmouse.mo
+share/locale/cs/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/cs/LC_MESSAGES/knetattach.mo
+share/locale/cs/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/cs/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/cs/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/csb/LC_MESSAGES/kaccess.mo
+share/locale/csb/LC_MESSAGES/kcm_access.mo
+share/locale/csb/LC_MESSAGES/kcm_kded.mo
+share/locale/csb/LC_MESSAGES/kcm_keyboard.mo
+share/locale/csb/LC_MESSAGES/kcm_smserver.mo
+share/locale/csb/LC_MESSAGES/kcmkclock.mo
+share/locale/csb/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/cy/LC_MESSAGES/kcm_access.mo
+share/locale/cy/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/cy/LC_MESSAGES/kcm_kded.mo
+share/locale/cy/LC_MESSAGES/kcm_keyboard.mo
+share/locale/cy/LC_MESSAGES/kcm_smserver.mo
+share/locale/cy/LC_MESSAGES/kcmkclock.mo
+share/locale/cy/LC_MESSAGES/kcmmouse.mo
+share/locale/cy/LC_MESSAGES/knetattach.mo
+share/locale/cy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/da/LC_MESSAGES/kaccess.mo
+share/locale/da/LC_MESSAGES/kcm_access.mo
+share/locale/da/LC_MESSAGES/kcm_activities.mo
+share/locale/da/LC_MESSAGES/kcm_baloofile.mo
+share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/da/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/da/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/da/LC_MESSAGES/kcm_kded.mo
+share/locale/da/LC_MESSAGES/kcm_keyboard.mo
+share/locale/da/LC_MESSAGES/kcm_keys.mo
+share/locale/da/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/da/LC_MESSAGES/kcm_landingpage.mo
+share/locale/da/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/da/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/da/LC_MESSAGES/kcm_smserver.mo
+share/locale/da/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/da/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/da/LC_MESSAGES/kcm_touchpad.mo
+share/locale/da/LC_MESSAGES/kcm_workspace.mo
+share/locale/da/LC_MESSAGES/kcmkclock.mo
+share/locale/da/LC_MESSAGES/kcmmouse.mo
+share/locale/da/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/da/LC_MESSAGES/knetattach.mo
+share/locale/da/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/da/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/da/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/de/LC_MESSAGES/kaccess.mo
+share/locale/de/LC_MESSAGES/kcm_access.mo
+share/locale/de/LC_MESSAGES/kcm_activities.mo
+share/locale/de/LC_MESSAGES/kcm_baloofile.mo
+share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/de/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/de/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/de/LC_MESSAGES/kcm_kded.mo
+share/locale/de/LC_MESSAGES/kcm_keyboard.mo
+share/locale/de/LC_MESSAGES/kcm_keys.mo
+share/locale/de/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/de/LC_MESSAGES/kcm_landingpage.mo
+share/locale/de/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/de/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/de/LC_MESSAGES/kcm_smserver.mo
+share/locale/de/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/de/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/de/LC_MESSAGES/kcm_tablet.mo
+share/locale/de/LC_MESSAGES/kcm_touchpad.mo
+share/locale/de/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/de/LC_MESSAGES/kcm_workspace.mo
+share/locale/de/LC_MESSAGES/kcmkclock.mo
+share/locale/de/LC_MESSAGES/kcmmouse.mo
+share/locale/de/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/de/LC_MESSAGES/knetattach.mo
+share/locale/de/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/de/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/de/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/de/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/el/LC_MESSAGES/kaccess.mo
+share/locale/el/LC_MESSAGES/kcm_access.mo
+share/locale/el/LC_MESSAGES/kcm_activities.mo
+share/locale/el/LC_MESSAGES/kcm_baloofile.mo
+share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/el/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/el/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/el/LC_MESSAGES/kcm_kded.mo
+share/locale/el/LC_MESSAGES/kcm_keyboard.mo
+share/locale/el/LC_MESSAGES/kcm_keys.mo
+share/locale/el/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/el/LC_MESSAGES/kcm_landingpage.mo
+share/locale/el/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/el/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/el/LC_MESSAGES/kcm_smserver.mo
+share/locale/el/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/el/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/el/LC_MESSAGES/kcm_tablet.mo
+share/locale/el/LC_MESSAGES/kcm_touchpad.mo
+share/locale/el/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/el/LC_MESSAGES/kcm_workspace.mo
+share/locale/el/LC_MESSAGES/kcmkclock.mo
+share/locale/el/LC_MESSAGES/kcmmouse.mo
+share/locale/el/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/el/LC_MESSAGES/knetattach.mo
+share/locale/el/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/el/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/el/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/en_GB/LC_MESSAGES/kaccess.mo
+share/locale/en_GB/LC_MESSAGES/kcm_access.mo
+share/locale/en_GB/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/en_GB/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/en_GB/LC_MESSAGES/kcm_kded.mo
+share/locale/en_GB/LC_MESSAGES/kcm_keyboard.mo
+share/locale/en_GB/LC_MESSAGES/kcm_keys.mo
+share/locale/en_GB/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/en_GB/LC_MESSAGES/kcm_landingpage.mo
+share/locale/en_GB/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/en_GB/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/en_GB/LC_MESSAGES/kcm_smserver.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_tablet.mo
+share/locale/en_GB/LC_MESSAGES/kcm_touchpad.mo
+share/locale/en_GB/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/en_GB/LC_MESSAGES/kcm_workspace.mo
+share/locale/en_GB/LC_MESSAGES/kcmkclock.mo
+share/locale/en_GB/LC_MESSAGES/kcmmouse.mo
+share/locale/en_GB/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/en_GB/LC_MESSAGES/knetattach.mo
+share/locale/en_GB/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/en_GB/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/en_GB/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/eo/LC_MESSAGES/kaccess.mo
+share/locale/eo/LC_MESSAGES/kcm_access.mo
+share/locale/eo/LC_MESSAGES/kcm_activities.mo
+share/locale/eo/LC_MESSAGES/kcm_baloofile.mo
+share/locale/eo/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/eo/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/eo/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/eo/LC_MESSAGES/kcm_kded.mo
+share/locale/eo/LC_MESSAGES/kcm_keyboard.mo
+share/locale/eo/LC_MESSAGES/kcm_keys.mo
+share/locale/eo/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/eo/LC_MESSAGES/kcm_landingpage.mo
+share/locale/eo/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/eo/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/eo/LC_MESSAGES/kcm_smserver.mo
+share/locale/eo/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/eo/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/eo/LC_MESSAGES/kcm_tablet.mo
+share/locale/eo/LC_MESSAGES/kcm_touchpad.mo
+share/locale/eo/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/eo/LC_MESSAGES/kcm_workspace.mo
+share/locale/eo/LC_MESSAGES/kcmkclock.mo
+share/locale/eo/LC_MESSAGES/kcmmouse.mo
+share/locale/eo/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/eo/LC_MESSAGES/knetattach.mo
+share/locale/eo/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/eo/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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_kwin.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/eo/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/eo/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/eo/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/es/LC_MESSAGES/kaccess.mo
+share/locale/es/LC_MESSAGES/kcm_access.mo
+share/locale/es/LC_MESSAGES/kcm_activities.mo
+share/locale/es/LC_MESSAGES/kcm_baloofile.mo
+share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/es/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/es/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/es/LC_MESSAGES/kcm_kded.mo
+share/locale/es/LC_MESSAGES/kcm_keyboard.mo
+share/locale/es/LC_MESSAGES/kcm_keys.mo
+share/locale/es/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/es/LC_MESSAGES/kcm_landingpage.mo
+share/locale/es/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/es/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/es/LC_MESSAGES/kcm_smserver.mo
+share/locale/es/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/es/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/es/LC_MESSAGES/kcm_tablet.mo
+share/locale/es/LC_MESSAGES/kcm_touchpad.mo
+share/locale/es/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/es/LC_MESSAGES/kcm_workspace.mo
+share/locale/es/LC_MESSAGES/kcmkclock.mo
+share/locale/es/LC_MESSAGES/kcmmouse.mo
+share/locale/es/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/es/LC_MESSAGES/knetattach.mo
+share/locale/es/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/es/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/es/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/es/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/et/LC_MESSAGES/kaccess.mo
+share/locale/et/LC_MESSAGES/kcm_access.mo
+share/locale/et/LC_MESSAGES/kcm_activities.mo
+share/locale/et/LC_MESSAGES/kcm_baloofile.mo
+share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/et/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/et/LC_MESSAGES/kcm_kded.mo
+share/locale/et/LC_MESSAGES/kcm_keyboard.mo
+share/locale/et/LC_MESSAGES/kcm_keys.mo
+share/locale/et/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/et/LC_MESSAGES/kcm_landingpage.mo
+share/locale/et/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/et/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/et/LC_MESSAGES/kcm_smserver.mo
+share/locale/et/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/et/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/et/LC_MESSAGES/kcm_touchpad.mo
+share/locale/et/LC_MESSAGES/kcm_workspace.mo
+share/locale/et/LC_MESSAGES/kcmkclock.mo
+share/locale/et/LC_MESSAGES/kcmmouse.mo
+share/locale/et/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/et/LC_MESSAGES/knetattach.mo
+share/locale/et/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.panel.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/et/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/eu/LC_MESSAGES/kaccess.mo
+share/locale/eu/LC_MESSAGES/kcm_access.mo
+share/locale/eu/LC_MESSAGES/kcm_activities.mo
+share/locale/eu/LC_MESSAGES/kcm_baloofile.mo
+share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/eu/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/eu/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/eu/LC_MESSAGES/kcm_kded.mo
+share/locale/eu/LC_MESSAGES/kcm_keyboard.mo
+share/locale/eu/LC_MESSAGES/kcm_keys.mo
+share/locale/eu/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/eu/LC_MESSAGES/kcm_landingpage.mo
+share/locale/eu/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/eu/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/eu/LC_MESSAGES/kcm_smserver.mo
+share/locale/eu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/eu/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/eu/LC_MESSAGES/kcm_tablet.mo
+share/locale/eu/LC_MESSAGES/kcm_touchpad.mo
+share/locale/eu/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/eu/LC_MESSAGES/kcm_workspace.mo
+share/locale/eu/LC_MESSAGES/kcmkclock.mo
+share/locale/eu/LC_MESSAGES/kcmmouse.mo
+share/locale/eu/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/eu/LC_MESSAGES/knetattach.mo
+share/locale/eu/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/eu/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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_keys.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/eu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/eu/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/eu/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/fa/LC_MESSAGES/kaccess.mo
+share/locale/fa/LC_MESSAGES/kcm_access.mo
+share/locale/fa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/fa/LC_MESSAGES/kcm_kded.mo
+share/locale/fa/LC_MESSAGES/kcm_keyboard.mo
+share/locale/fa/LC_MESSAGES/kcm_smserver.mo
+share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fa/LC_MESSAGES/kcmkclock.mo
+share/locale/fa/LC_MESSAGES/kcmmouse.mo
+share/locale/fa/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/fi/LC_MESSAGES/kcm_access.mo
+share/locale/fi/LC_MESSAGES/kcm_activities.mo
+share/locale/fi/LC_MESSAGES/kcm_baloofile.mo
+share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fi/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/fi/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/fi/LC_MESSAGES/kcm_kded.mo
+share/locale/fi/LC_MESSAGES/kcm_keyboard.mo
+share/locale/fi/LC_MESSAGES/kcm_keys.mo
+share/locale/fi/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/fi/LC_MESSAGES/kcm_landingpage.mo
+share/locale/fi/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/fi/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/fi/LC_MESSAGES/kcm_smserver.mo
+share/locale/fi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fi/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/fi/LC_MESSAGES/kcm_tablet.mo
+share/locale/fi/LC_MESSAGES/kcm_touchpad.mo
+share/locale/fi/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/fi/LC_MESSAGES/kcm_workspace.mo
+share/locale/fi/LC_MESSAGES/kcmkclock.mo
+share/locale/fi/LC_MESSAGES/kcmmouse.mo
+share/locale/fi/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/fi/LC_MESSAGES/knetattach.mo
+share/locale/fi/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/fi/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/fi/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/fr/LC_MESSAGES/kaccess.mo
+share/locale/fr/LC_MESSAGES/kcm_access.mo
+share/locale/fr/LC_MESSAGES/kcm_activities.mo
+share/locale/fr/LC_MESSAGES/kcm_baloofile.mo
+share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/fr/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/fr/LC_MESSAGES/kcm_kded.mo
+share/locale/fr/LC_MESSAGES/kcm_keyboard.mo
+share/locale/fr/LC_MESSAGES/kcm_keys.mo
+share/locale/fr/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/fr/LC_MESSAGES/kcm_landingpage.mo
+share/locale/fr/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/fr/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/fr/LC_MESSAGES/kcm_smserver.mo
+share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/fr/LC_MESSAGES/kcm_tablet.mo
+share/locale/fr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/fr/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/fr/LC_MESSAGES/kcm_workspace.mo
+share/locale/fr/LC_MESSAGES/kcmkclock.mo
+share/locale/fr/LC_MESSAGES/kcmmouse.mo
+share/locale/fr/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/fr/LC_MESSAGES/knetattach.mo
+share/locale/fr/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/fr/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/fr/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/fy/LC_MESSAGES/kaccess.mo
+share/locale/fy/LC_MESSAGES/kcm_access.mo
+share/locale/fy/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fy/LC_MESSAGES/kcm_kded.mo
+share/locale/fy/LC_MESSAGES/kcm_keyboard.mo
+share/locale/fy/LC_MESSAGES/kcm_smserver.mo
+share/locale/fy/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fy/LC_MESSAGES/kcmkclock.mo
+share/locale/fy/LC_MESSAGES/kcmmouse.mo
+share/locale/fy/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/ga/LC_MESSAGES/kcm_access.mo
+share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ga/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ga/LC_MESSAGES/kcm_kded.mo
+share/locale/ga/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ga/LC_MESSAGES/kcm_smserver.mo
+share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ga/LC_MESSAGES/kcmkclock.mo
+share/locale/ga/LC_MESSAGES/kcmmouse.mo
+share/locale/ga/LC_MESSAGES/knetattach.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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/kaccess.mo
+share/locale/gl/LC_MESSAGES/kcm_access.mo
+share/locale/gl/LC_MESSAGES/kcm_activities.mo
+share/locale/gl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/gl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/gl/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/gl/LC_MESSAGES/kcm_kded.mo
+share/locale/gl/LC_MESSAGES/kcm_keyboard.mo
+share/locale/gl/LC_MESSAGES/kcm_keys.mo
+share/locale/gl/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/gl/LC_MESSAGES/kcm_landingpage.mo
+share/locale/gl/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/gl/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/gl/LC_MESSAGES/kcm_smserver.mo
+share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/gl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/gl/LC_MESSAGES/kcm_tablet.mo
+share/locale/gl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/gl/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/gl/LC_MESSAGES/kcm_workspace.mo
+share/locale/gl/LC_MESSAGES/kcmkclock.mo
+share/locale/gl/LC_MESSAGES/kcmmouse.mo
+share/locale/gl/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/gl/LC_MESSAGES/knetattach.mo
+share/locale/gl/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/gl/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/gl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/gu/LC_MESSAGES/kaccess.mo
+share/locale/gu/LC_MESSAGES/kcm_access.mo
+share/locale/gu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/gu/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/gu/LC_MESSAGES/kcm_kded.mo
+share/locale/gu/LC_MESSAGES/kcm_keyboard.mo
+share/locale/gu/LC_MESSAGES/kcm_smserver.mo
+share/locale/gu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/gu/LC_MESSAGES/kcmkclock.mo
+share/locale/gu/LC_MESSAGES/kcmmouse.mo
+share/locale/gu/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/he/LC_MESSAGES/kcm_access.mo
+share/locale/he/LC_MESSAGES/kcm_activities.mo
+share/locale/he/LC_MESSAGES/kcm_baloofile.mo
+share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/he/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/he/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/he/LC_MESSAGES/kcm_kded.mo
+share/locale/he/LC_MESSAGES/kcm_keyboard.mo
+share/locale/he/LC_MESSAGES/kcm_keys.mo
+share/locale/he/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/he/LC_MESSAGES/kcm_landingpage.mo
+share/locale/he/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/he/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/he/LC_MESSAGES/kcm_smserver.mo
+share/locale/he/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/he/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/he/LC_MESSAGES/kcm_tablet.mo
+share/locale/he/LC_MESSAGES/kcm_touchpad.mo
+share/locale/he/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/he/LC_MESSAGES/kcm_workspace.mo
+share/locale/he/LC_MESSAGES/kcmkclock.mo
+share/locale/he/LC_MESSAGES/kcmmouse.mo
+share/locale/he/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/he/LC_MESSAGES/knetattach.mo
+share/locale/he/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/he/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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_keys.mo
+share/locale/he/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/he/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/he/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/he/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/hi/LC_MESSAGES/kaccess.mo
+share/locale/hi/LC_MESSAGES/kcm_access.mo
+share/locale/hi/LC_MESSAGES/kcm_activities.mo
+share/locale/hi/LC_MESSAGES/kcm_baloofile.mo
+share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hi/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/hi/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/hi/LC_MESSAGES/kcm_kded.mo
+share/locale/hi/LC_MESSAGES/kcm_keyboard.mo
+share/locale/hi/LC_MESSAGES/kcm_keys.mo
+share/locale/hi/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/hi/LC_MESSAGES/kcm_landingpage.mo
+share/locale/hi/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/hi/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/hi/LC_MESSAGES/kcm_smserver.mo
+share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hi/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/hi/LC_MESSAGES/kcm_tablet.mo
+share/locale/hi/LC_MESSAGES/kcm_touchpad.mo
+share/locale/hi/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/hi/LC_MESSAGES/kcm_workspace.mo
+share/locale/hi/LC_MESSAGES/kcmkclock.mo
+share/locale/hi/LC_MESSAGES/kcmmouse.mo
+share/locale/hi/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/hi/LC_MESSAGES/knetattach.mo
+share/locale/hi/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/hi/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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_applet_org.kde.plasma.windowlist.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/hi/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/hi/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/hne/LC_MESSAGES/kaccess.mo
+share/locale/hne/LC_MESSAGES/kcm_access.mo
+share/locale/hne/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hne/LC_MESSAGES/kcm_kded.mo
+share/locale/hne/LC_MESSAGES/kcm_keyboard.mo
+share/locale/hne/LC_MESSAGES/kcm_smserver.mo
+share/locale/hne/LC_MESSAGES/kcmkclock.mo
+share/locale/hne/LC_MESSAGES/kcmmouse.mo
+share/locale/hne/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/hr/LC_MESSAGES/kcm_access.mo
+share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/hr/LC_MESSAGES/kcm_kded.mo
+share/locale/hr/LC_MESSAGES/kcm_keyboard.mo
+share/locale/hr/LC_MESSAGES/kcm_smserver.mo
+share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hr/LC_MESSAGES/kcmkclock.mo
+share/locale/hr/LC_MESSAGES/kcmmouse.mo
+share/locale/hr/LC_MESSAGES/knetattach.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/kaccess.mo
+share/locale/hsb/LC_MESSAGES/kcm_access.mo
+share/locale/hsb/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hsb/LC_MESSAGES/kcm_kded.mo
+share/locale/hsb/LC_MESSAGES/kcm_keyboard.mo
+share/locale/hsb/LC_MESSAGES/kcm_smserver.mo
+share/locale/hsb/LC_MESSAGES/kcmkclock.mo
+share/locale/hsb/LC_MESSAGES/kcmmouse.mo
+share/locale/hsb/LC_MESSAGES/knetattach.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/kaccess.mo
+share/locale/hu/LC_MESSAGES/kcm_access.mo
+share/locale/hu/LC_MESSAGES/kcm_activities.mo
+share/locale/hu/LC_MESSAGES/kcm_baloofile.mo
+share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hu/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/hu/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/hu/LC_MESSAGES/kcm_kded.mo
+share/locale/hu/LC_MESSAGES/kcm_keyboard.mo
+share/locale/hu/LC_MESSAGES/kcm_keys.mo
+share/locale/hu/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/hu/LC_MESSAGES/kcm_landingpage.mo
+share/locale/hu/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/hu/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/hu/LC_MESSAGES/kcm_smserver.mo
+share/locale/hu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hu/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/hu/LC_MESSAGES/kcm_tablet.mo
+share/locale/hu/LC_MESSAGES/kcm_touchpad.mo
+share/locale/hu/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/hu/LC_MESSAGES/kcm_workspace.mo
+share/locale/hu/LC_MESSAGES/kcmkclock.mo
+share/locale/hu/LC_MESSAGES/kcmmouse.mo
+share/locale/hu/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/hu/LC_MESSAGES/knetattach.mo
+share/locale/hu/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/hu/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/hu/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ia/LC_MESSAGES/kaccess.mo
+share/locale/ia/LC_MESSAGES/kcm_access.mo
+share/locale/ia/LC_MESSAGES/kcm_activities.mo
+share/locale/ia/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ia/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ia/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ia/LC_MESSAGES/kcm_kded.mo
+share/locale/ia/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ia/LC_MESSAGES/kcm_keys.mo
+share/locale/ia/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ia/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ia/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ia/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ia/LC_MESSAGES/kcm_smserver.mo
+share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ia/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ia/LC_MESSAGES/kcm_tablet.mo
+share/locale/ia/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ia/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ia/LC_MESSAGES/kcm_workspace.mo
+share/locale/ia/LC_MESSAGES/kcmkclock.mo
+share/locale/ia/LC_MESSAGES/kcmmouse.mo
+share/locale/ia/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ia/LC_MESSAGES/knetattach.mo
+share/locale/ia/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ia/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_kwin.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.paneltoolbox.mo
+share/locale/ia/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/id/LC_MESSAGES/kaccess.mo
+share/locale/id/LC_MESSAGES/kcm_access.mo
+share/locale/id/LC_MESSAGES/kcm_activities.mo
+share/locale/id/LC_MESSAGES/kcm_baloofile.mo
+share/locale/id/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/id/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/id/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/id/LC_MESSAGES/kcm_kded.mo
+share/locale/id/LC_MESSAGES/kcm_keyboard.mo
+share/locale/id/LC_MESSAGES/kcm_keys.mo
+share/locale/id/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/id/LC_MESSAGES/kcm_landingpage.mo
+share/locale/id/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/id/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/id/LC_MESSAGES/kcm_smserver.mo
+share/locale/id/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/id/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/id/LC_MESSAGES/kcm_tablet.mo
+share/locale/id/LC_MESSAGES/kcm_touchpad.mo
+share/locale/id/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/id/LC_MESSAGES/kcm_workspace.mo
+share/locale/id/LC_MESSAGES/kcmkclock.mo
+share/locale/id/LC_MESSAGES/kcmmouse.mo
+share/locale/id/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/id/LC_MESSAGES/knetattach.mo
+share/locale/id/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/id/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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_kwin.mo
+share/locale/id/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/id/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/id/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/id/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ie/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ie/LC_MESSAGES/kcmkclock.mo
+share/locale/ie/LC_MESSAGES/kcmmouse.mo
+share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ie/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/is/LC_MESSAGES/kaccess.mo
+share/locale/is/LC_MESSAGES/kcm_access.mo
+share/locale/is/LC_MESSAGES/kcm_activities.mo
+share/locale/is/LC_MESSAGES/kcm_baloofile.mo
+share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/is/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/is/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/is/LC_MESSAGES/kcm_kded.mo
+share/locale/is/LC_MESSAGES/kcm_keyboard.mo
+share/locale/is/LC_MESSAGES/kcm_keys.mo
+share/locale/is/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/is/LC_MESSAGES/kcm_landingpage.mo
+share/locale/is/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/is/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/is/LC_MESSAGES/kcm_smserver.mo
+share/locale/is/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/is/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/is/LC_MESSAGES/kcm_tablet.mo
+share/locale/is/LC_MESSAGES/kcm_touchpad.mo
+share/locale/is/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/is/LC_MESSAGES/kcm_workspace.mo
+share/locale/is/LC_MESSAGES/kcmkclock.mo
+share/locale/is/LC_MESSAGES/kcmmouse.mo
+share/locale/is/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/is/LC_MESSAGES/knetattach.mo
+share/locale/is/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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_kwin.mo
+share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/is/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/is/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/is/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/it/LC_MESSAGES/kaccess.mo
+share/locale/it/LC_MESSAGES/kcm_access.mo
+share/locale/it/LC_MESSAGES/kcm_activities.mo
+share/locale/it/LC_MESSAGES/kcm_baloofile.mo
+share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/it/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/it/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/it/LC_MESSAGES/kcm_kded.mo
+share/locale/it/LC_MESSAGES/kcm_keyboard.mo
+share/locale/it/LC_MESSAGES/kcm_keys.mo
+share/locale/it/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/it/LC_MESSAGES/kcm_landingpage.mo
+share/locale/it/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/it/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/it/LC_MESSAGES/kcm_smserver.mo
+share/locale/it/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/it/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/it/LC_MESSAGES/kcm_tablet.mo
+share/locale/it/LC_MESSAGES/kcm_touchpad.mo
+share/locale/it/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/it/LC_MESSAGES/kcm_workspace.mo
+share/locale/it/LC_MESSAGES/kcmkclock.mo
+share/locale/it/LC_MESSAGES/kcmmouse.mo
+share/locale/it/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/it/LC_MESSAGES/knetattach.mo
+share/locale/it/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/it/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/it/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/it/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ja/LC_MESSAGES/kaccess.mo
+share/locale/ja/LC_MESSAGES/kcm_access.mo
+share/locale/ja/LC_MESSAGES/kcm_activities.mo
+share/locale/ja/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ja/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ja/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ja/LC_MESSAGES/kcm_kded.mo
+share/locale/ja/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ja/LC_MESSAGES/kcm_keys.mo
+share/locale/ja/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ja/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ja/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ja/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ja/LC_MESSAGES/kcm_smserver.mo
+share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ja/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ja/LC_MESSAGES/kcm_tablet.mo
+share/locale/ja/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ja/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ja/LC_MESSAGES/kcm_workspace.mo
+share/locale/ja/LC_MESSAGES/kcmkclock.mo
+share/locale/ja/LC_MESSAGES/kcmmouse.mo
+share/locale/ja/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ja/LC_MESSAGES/knetattach.mo
+share/locale/ja/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/ja/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ka/LC_MESSAGES/kaccess.mo
+share/locale/ka/LC_MESSAGES/kcm_access.mo
+share/locale/ka/LC_MESSAGES/kcm_activities.mo
+share/locale/ka/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ka/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ka/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ka/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ka/LC_MESSAGES/kcm_kded.mo
+share/locale/ka/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ka/LC_MESSAGES/kcm_keys.mo
+share/locale/ka/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ka/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ka/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ka/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ka/LC_MESSAGES/kcm_smserver.mo
+share/locale/ka/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ka/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ka/LC_MESSAGES/kcm_tablet.mo
+share/locale/ka/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ka/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ka/LC_MESSAGES/kcm_workspace.mo
+share/locale/ka/LC_MESSAGES/kcmkclock.mo
+share/locale/ka/LC_MESSAGES/kcmmouse.mo
+share/locale/ka/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ka/LC_MESSAGES/knetattach.mo
+share/locale/ka/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ka/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ka/LC_MESSAGES/plasma_runner_keys.mo
+share/locale/ka/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ka/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ka/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ka/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/ka/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/kk/LC_MESSAGES/kaccess.mo
+share/locale/kk/LC_MESSAGES/kcm_access.mo
+share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/kk/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/kk/LC_MESSAGES/kcm_kded.mo
+share/locale/kk/LC_MESSAGES/kcm_keyboard.mo
+share/locale/kk/LC_MESSAGES/kcm_smserver.mo
+share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/kk/LC_MESSAGES/kcmkclock.mo
+share/locale/kk/LC_MESSAGES/kcmmouse.mo
+share/locale/kk/LC_MESSAGES/knetattach.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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/kaccess.mo
+share/locale/km/LC_MESSAGES/kcm_access.mo
+share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/km/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/km/LC_MESSAGES/kcm_kded.mo
+share/locale/km/LC_MESSAGES/kcm_keyboard.mo
+share/locale/km/LC_MESSAGES/kcm_smserver.mo
+share/locale/km/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/km/LC_MESSAGES/kcmkclock.mo
+share/locale/km/LC_MESSAGES/kcmmouse.mo
+share/locale/km/LC_MESSAGES/knetattach.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.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.showdesktop.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/kaccess.mo
+share/locale/kn/LC_MESSAGES/kcm_access.mo
+share/locale/kn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/kn/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/kn/LC_MESSAGES/kcm_kded.mo
+share/locale/kn/LC_MESSAGES/kcm_keyboard.mo
+share/locale/kn/LC_MESSAGES/kcm_smserver.mo
+share/locale/kn/LC_MESSAGES/kcmkclock.mo
+share/locale/kn/LC_MESSAGES/kcmmouse.mo
+share/locale/kn/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/ko/LC_MESSAGES/kcm_access.mo
+share/locale/ko/LC_MESSAGES/kcm_activities.mo
+share/locale/ko/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ko/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ko/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ko/LC_MESSAGES/kcm_kded.mo
+share/locale/ko/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ko/LC_MESSAGES/kcm_keys.mo
+share/locale/ko/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ko/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ko/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ko/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ko/LC_MESSAGES/kcm_smserver.mo
+share/locale/ko/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ko/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ko/LC_MESSAGES/kcm_tablet.mo
+share/locale/ko/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ko/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ko/LC_MESSAGES/kcm_workspace.mo
+share/locale/ko/LC_MESSAGES/kcmkclock.mo
+share/locale/ko/LC_MESSAGES/kcmmouse.mo
+share/locale/ko/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ko/LC_MESSAGES/knetattach.mo
+share/locale/ko/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ko/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/ko/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ku/LC_MESSAGES/kaccess.mo
+share/locale/ku/LC_MESSAGES/kcm_access.mo
+share/locale/ku/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ku/LC_MESSAGES/kcm_kded.mo
+share/locale/ku/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ku/LC_MESSAGES/kcm_smserver.mo
+share/locale/ku/LC_MESSAGES/kcmkclock.mo
+share/locale/ku/LC_MESSAGES/kcmmouse.mo
+share/locale/ku/LC_MESSAGES/knetattach.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.showdesktop.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/kaccess.mo
+share/locale/lt/LC_MESSAGES/kcm_access.mo
+share/locale/lt/LC_MESSAGES/kcm_activities.mo
+share/locale/lt/LC_MESSAGES/kcm_baloofile.mo
+share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/lt/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/lt/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/lt/LC_MESSAGES/kcm_kded.mo
+share/locale/lt/LC_MESSAGES/kcm_keyboard.mo
+share/locale/lt/LC_MESSAGES/kcm_keys.mo
+share/locale/lt/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/lt/LC_MESSAGES/kcm_landingpage.mo
+share/locale/lt/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/lt/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/lt/LC_MESSAGES/kcm_smserver.mo
+share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/lt/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/lt/LC_MESSAGES/kcm_tablet.mo
+share/locale/lt/LC_MESSAGES/kcm_touchpad.mo
+share/locale/lt/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/lt/LC_MESSAGES/kcm_workspace.mo
+share/locale/lt/LC_MESSAGES/kcmkclock.mo
+share/locale/lt/LC_MESSAGES/kcmmouse.mo
+share/locale/lt/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/lt/LC_MESSAGES/knetattach.mo
+share/locale/lt/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/lt/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/lt/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/lv/LC_MESSAGES/kaccess.mo
+share/locale/lv/LC_MESSAGES/kcm_access.mo
+share/locale/lv/LC_MESSAGES/kcm_activities.mo
+share/locale/lv/LC_MESSAGES/kcm_baloofile.mo
+share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/lv/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/lv/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/lv/LC_MESSAGES/kcm_kded.mo
+share/locale/lv/LC_MESSAGES/kcm_keyboard.mo
+share/locale/lv/LC_MESSAGES/kcm_keys.mo
+share/locale/lv/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/lv/LC_MESSAGES/kcm_landingpage.mo
+share/locale/lv/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/lv/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/lv/LC_MESSAGES/kcm_smserver.mo
+share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/lv/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/lv/LC_MESSAGES/kcm_tablet.mo
+share/locale/lv/LC_MESSAGES/kcm_touchpad.mo
+share/locale/lv/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/lv/LC_MESSAGES/kcm_workspace.mo
+share/locale/lv/LC_MESSAGES/kcmkclock.mo
+share/locale/lv/LC_MESSAGES/kcmmouse.mo
+share/locale/lv/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/lv/LC_MESSAGES/knetattach.mo
+share/locale/lv/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/lv/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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_kwin.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/lv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/lv/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/lv/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/mai/LC_MESSAGES/kaccess.mo
+share/locale/mai/LC_MESSAGES/kcm_access.mo
+share/locale/mai/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mai/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/mai/LC_MESSAGES/kcm_kded.mo
+share/locale/mai/LC_MESSAGES/kcm_keyboard.mo
+share/locale/mai/LC_MESSAGES/kcm_smserver.mo
+share/locale/mai/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/mai/LC_MESSAGES/kcmkclock.mo
+share/locale/mai/LC_MESSAGES/kcmmouse.mo
+share/locale/mai/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/mk/LC_MESSAGES/kcm_access.mo
+share/locale/mk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mk/LC_MESSAGES/kcm_kded.mo
+share/locale/mk/LC_MESSAGES/kcm_keyboard.mo
+share/locale/mk/LC_MESSAGES/kcm_smserver.mo
+share/locale/mk/LC_MESSAGES/kcmkclock.mo
+share/locale/mk/LC_MESSAGES/kcmmouse.mo
+share/locale/mk/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/ml/LC_MESSAGES/kcm_access.mo
+share/locale/ml/LC_MESSAGES/kcm_activities.mo
+share/locale/ml/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ml/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ml/LC_MESSAGES/kcm_kded.mo
+share/locale/ml/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ml/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ml/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ml/LC_MESSAGES/kcm_smserver.mo
+share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ml/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ml/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ml/LC_MESSAGES/kcm_workspace.mo
+share/locale/ml/LC_MESSAGES/kcmkclock.mo
+share/locale/ml/LC_MESSAGES/kcmmouse.mo
+share/locale/ml/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ml/LC_MESSAGES/knetattach.mo
+share/locale/ml/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ml/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ml/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/ml/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/mr/LC_MESSAGES/kaccess.mo
+share/locale/mr/LC_MESSAGES/kcm_access.mo
+share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/mr/LC_MESSAGES/kcm_kded.mo
+share/locale/mr/LC_MESSAGES/kcm_keyboard.mo
+share/locale/mr/LC_MESSAGES/kcm_smserver.mo
+share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/mr/LC_MESSAGES/kcmkclock.mo
+share/locale/mr/LC_MESSAGES/kcmmouse.mo
+share/locale/mr/LC_MESSAGES/knetattach.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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/kaccess.mo
+share/locale/ms/LC_MESSAGES/kcm_access.mo
+share/locale/ms/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ms/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ms/LC_MESSAGES/kcm_kded.mo
+share/locale/ms/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ms/LC_MESSAGES/kcm_smserver.mo
+share/locale/ms/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ms/LC_MESSAGES/kcmkclock.mo
+share/locale/ms/LC_MESSAGES/kcmmouse.mo
+share/locale/ms/LC_MESSAGES/knetattach.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.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/kaccess.mo
+share/locale/nb/LC_MESSAGES/kcm_access.mo
+share/locale/nb/LC_MESSAGES/kcm_activities.mo
+share/locale/nb/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nb/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nb/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/nb/LC_MESSAGES/kcm_kded.mo
+share/locale/nb/LC_MESSAGES/kcm_keyboard.mo
+share/locale/nb/LC_MESSAGES/kcm_keys.mo
+share/locale/nb/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/nb/LC_MESSAGES/kcm_landingpage.mo
+share/locale/nb/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/nb/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/nb/LC_MESSAGES/kcm_smserver.mo
+share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nb/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nb/LC_MESSAGES/kcm_tablet.mo
+share/locale/nb/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nb/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/nb/LC_MESSAGES/kcm_workspace.mo
+share/locale/nb/LC_MESSAGES/kcmkclock.mo
+share/locale/nb/LC_MESSAGES/kcmmouse.mo
+share/locale/nb/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/nb/LC_MESSAGES/knetattach.mo
+share/locale/nb/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/nb/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_kwin.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.paneltoolbox.mo
+share/locale/nb/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/nds/LC_MESSAGES/kaccess.mo
+share/locale/nds/LC_MESSAGES/kcm_access.mo
+share/locale/nds/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nds/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nds/LC_MESSAGES/kcm_kded.mo
+share/locale/nds/LC_MESSAGES/kcm_keyboard.mo
+share/locale/nds/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/nds/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/nds/LC_MESSAGES/kcm_smserver.mo
+share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nds/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nds/LC_MESSAGES/kcm_workspace.mo
+share/locale/nds/LC_MESSAGES/kcmkclock.mo
+share/locale/nds/LC_MESSAGES/kcmmouse.mo
+share/locale/nds/LC_MESSAGES/knetattach.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.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.kimpanel.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.showdesktop.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/ne/LC_MESSAGES/kaccess.mo
+share/locale/ne/LC_MESSAGES/kcm_access.mo
+share/locale/ne/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ne/LC_MESSAGES/kcm_kded.mo
+share/locale/ne/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ne/LC_MESSAGES/kcm_smserver.mo
+share/locale/ne/LC_MESSAGES/kcmkclock.mo
+share/locale/ne/LC_MESSAGES/kcmmouse.mo
+share/locale/ne/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/nl/LC_MESSAGES/kcm_access.mo
+share/locale/nl/LC_MESSAGES/kcm_activities.mo
+share/locale/nl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nl/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/nl/LC_MESSAGES/kcm_kded.mo
+share/locale/nl/LC_MESSAGES/kcm_keyboard.mo
+share/locale/nl/LC_MESSAGES/kcm_keys.mo
+share/locale/nl/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/nl/LC_MESSAGES/kcm_landingpage.mo
+share/locale/nl/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/nl/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/nl/LC_MESSAGES/kcm_smserver.mo
+share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nl/LC_MESSAGES/kcm_tablet.mo
+share/locale/nl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nl/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/nl/LC_MESSAGES/kcm_workspace.mo
+share/locale/nl/LC_MESSAGES/kcmkclock.mo
+share/locale/nl/LC_MESSAGES/kcmmouse.mo
+share/locale/nl/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/nl/LC_MESSAGES/knetattach.mo
+share/locale/nl/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/nl/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/nl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/nn/LC_MESSAGES/kaccess.mo
+share/locale/nn/LC_MESSAGES/kcm_access.mo
+share/locale/nn/LC_MESSAGES/kcm_activities.mo
+share/locale/nn/LC_MESSAGES/kcm_baloofile.mo
+share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nn/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/nn/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/nn/LC_MESSAGES/kcm_kded.mo
+share/locale/nn/LC_MESSAGES/kcm_keyboard.mo
+share/locale/nn/LC_MESSAGES/kcm_keys.mo
+share/locale/nn/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/nn/LC_MESSAGES/kcm_landingpage.mo
+share/locale/nn/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/nn/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/nn/LC_MESSAGES/kcm_smserver.mo
+share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nn/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nn/LC_MESSAGES/kcm_tablet.mo
+share/locale/nn/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nn/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/nn/LC_MESSAGES/kcm_workspace.mo
+share/locale/nn/LC_MESSAGES/kcmkclock.mo
+share/locale/nn/LC_MESSAGES/kcmmouse.mo
+share/locale/nn/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/nn/LC_MESSAGES/knetattach.mo
+share/locale/nn/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/nn/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/nn/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/oc/LC_MESSAGES/kaccess.mo
+share/locale/oc/LC_MESSAGES/kcm_access.mo
+share/locale/oc/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/oc/LC_MESSAGES/kcm_kded.mo
+share/locale/oc/LC_MESSAGES/kcm_keyboard.mo
+share/locale/oc/LC_MESSAGES/kcm_smserver.mo
+share/locale/oc/LC_MESSAGES/kcmkclock.mo
+share/locale/oc/LC_MESSAGES/kcmmouse.mo
+share/locale/oc/LC_MESSAGES/knetattach.mo
+share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/or/LC_MESSAGES/kaccess.mo
+share/locale/or/LC_MESSAGES/kcm_access.mo
+share/locale/or/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/or/LC_MESSAGES/kcm_kded.mo
+share/locale/or/LC_MESSAGES/kcm_keyboard.mo
+share/locale/or/LC_MESSAGES/kcm_smserver.mo
+share/locale/or/LC_MESSAGES/kcmkclock.mo
+share/locale/or/LC_MESSAGES/kcmmouse.mo
+share/locale/or/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/pa/LC_MESSAGES/kcm_access.mo
+share/locale/pa/LC_MESSAGES/kcm_activities.mo
+share/locale/pa/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pa/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/pa/LC_MESSAGES/kcm_kded.mo
+share/locale/pa/LC_MESSAGES/kcm_keyboard.mo
+share/locale/pa/LC_MESSAGES/kcm_keys.mo
+share/locale/pa/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/pa/LC_MESSAGES/kcm_landingpage.mo
+share/locale/pa/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/pa/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/pa/LC_MESSAGES/kcm_smserver.mo
+share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pa/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pa/LC_MESSAGES/kcm_tablet.mo
+share/locale/pa/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pa/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/pa/LC_MESSAGES/kcm_workspace.mo
+share/locale/pa/LC_MESSAGES/kcmkclock.mo
+share/locale/pa/LC_MESSAGES/kcmmouse.mo
+share/locale/pa/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/pa/LC_MESSAGES/knetattach.mo
+share/locale/pa/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/pa/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/pa/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pl/LC_MESSAGES/kaccess.mo
+share/locale/pl/LC_MESSAGES/kcm_access.mo
+share/locale/pl/LC_MESSAGES/kcm_activities.mo
+share/locale/pl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pl/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/pl/LC_MESSAGES/kcm_kded.mo
+share/locale/pl/LC_MESSAGES/kcm_keyboard.mo
+share/locale/pl/LC_MESSAGES/kcm_keys.mo
+share/locale/pl/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/pl/LC_MESSAGES/kcm_landingpage.mo
+share/locale/pl/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/pl/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/pl/LC_MESSAGES/kcm_smserver.mo
+share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pl/LC_MESSAGES/kcm_tablet.mo
+share/locale/pl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pl/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/pl/LC_MESSAGES/kcm_workspace.mo
+share/locale/pl/LC_MESSAGES/kcmkclock.mo
+share/locale/pl/LC_MESSAGES/kcmmouse.mo
+share/locale/pl/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/pl/LC_MESSAGES/knetattach.mo
+share/locale/pl/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/pl/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/pl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pt/LC_MESSAGES/kaccess.mo
+share/locale/pt/LC_MESSAGES/kcm_access.mo
+share/locale/pt/LC_MESSAGES/kcm_activities.mo
+share/locale/pt/LC_MESSAGES/kcm_baloofile.mo
+share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pt/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/pt/LC_MESSAGES/kcm_kded.mo
+share/locale/pt/LC_MESSAGES/kcm_keyboard.mo
+share/locale/pt/LC_MESSAGES/kcm_keys.mo
+share/locale/pt/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/pt/LC_MESSAGES/kcm_landingpage.mo
+share/locale/pt/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/pt/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/pt/LC_MESSAGES/kcm_smserver.mo
+share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pt/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pt/LC_MESSAGES/kcm_tablet.mo
+share/locale/pt/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pt/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/pt/LC_MESSAGES/kcm_workspace.mo
+share/locale/pt/LC_MESSAGES/kcmkclock.mo
+share/locale/pt/LC_MESSAGES/kcmmouse.mo
+share/locale/pt/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/pt/LC_MESSAGES/knetattach.mo
+share/locale/pt/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/pt/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pt_BR/LC_MESSAGES/kaccess.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_access.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_kded.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_keyboard.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_keys.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_landingpage.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_smserver.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_tablet.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_workspace.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo
+share/locale/pt_BR/LC_MESSAGES/kcmmouse.mo
+share/locale/pt_BR/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/pt_BR/LC_MESSAGES/knetattach.mo
+share/locale/pt_BR/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/pt_BR/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/pt_BR/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ro/LC_MESSAGES/kaccess.mo
+share/locale/ro/LC_MESSAGES/kcm_access.mo
+share/locale/ro/LC_MESSAGES/kcm_activities.mo
+share/locale/ro/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ro/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ro/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ro/LC_MESSAGES/kcm_kded.mo
+share/locale/ro/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ro/LC_MESSAGES/kcm_keys.mo
+share/locale/ro/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ro/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ro/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ro/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ro/LC_MESSAGES/kcm_smserver.mo
+share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ro/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ro/LC_MESSAGES/kcm_tablet.mo
+share/locale/ro/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ro/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ro/LC_MESSAGES/kcm_workspace.mo
+share/locale/ro/LC_MESSAGES/kcmkclock.mo
+share/locale/ro/LC_MESSAGES/kcmmouse.mo
+share/locale/ro/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ro/LC_MESSAGES/knetattach.mo
+share/locale/ro/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ro/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/ro/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ru/LC_MESSAGES/kaccess.mo
+share/locale/ru/LC_MESSAGES/kcm_access.mo
+share/locale/ru/LC_MESSAGES/kcm_activities.mo
+share/locale/ru/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ru/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ru/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ru/LC_MESSAGES/kcm_kded.mo
+share/locale/ru/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ru/LC_MESSAGES/kcm_keys.mo
+share/locale/ru/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ru/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ru/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ru/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ru/LC_MESSAGES/kcm_smserver.mo
+share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ru/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ru/LC_MESSAGES/kcm_tablet.mo
+share/locale/ru/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ru/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ru/LC_MESSAGES/kcm_workspace.mo
+share/locale/ru/LC_MESSAGES/kcmkclock.mo
+share/locale/ru/LC_MESSAGES/kcmmouse.mo
+share/locale/ru/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ru/LC_MESSAGES/knetattach.mo
+share/locale/ru/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ru/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/ru/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sa/LC_MESSAGES/kaccess.mo
+share/locale/sa/LC_MESSAGES/kcm_access.mo
+share/locale/sa/LC_MESSAGES/kcm_activities.mo
+share/locale/sa/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sa/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/sa/LC_MESSAGES/kcm_kded.mo
+share/locale/sa/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sa/LC_MESSAGES/kcm_keys.mo
+share/locale/sa/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sa/LC_MESSAGES/kcm_landingpage.mo
+share/locale/sa/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sa/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/sa/LC_MESSAGES/kcm_smserver.mo
+share/locale/sa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sa/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sa/LC_MESSAGES/kcm_tablet.mo
+share/locale/sa/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sa/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/sa/LC_MESSAGES/kcm_workspace.mo
+share/locale/sa/LC_MESSAGES/kcmkclock.mo
+share/locale/sa/LC_MESSAGES/kcmmouse.mo
+share/locale/sa/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/sa/LC_MESSAGES/knetattach.mo
+share/locale/sa/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/sa/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sa/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sa/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sa/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sa/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/sa/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/se/LC_MESSAGES/kaccess.mo
+share/locale/se/LC_MESSAGES/kcm_access.mo
+share/locale/se/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/se/LC_MESSAGES/kcm_kded.mo
+share/locale/se/LC_MESSAGES/kcm_keyboard.mo
+share/locale/se/LC_MESSAGES/kcm_smserver.mo
+share/locale/se/LC_MESSAGES/kcmkclock.mo
+share/locale/se/LC_MESSAGES/kcmmouse.mo
+share/locale/se/LC_MESSAGES/knetattach.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/si/LC_MESSAGES/kaccess.mo
+share/locale/si/LC_MESSAGES/kcm_access.mo
+share/locale/si/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/si/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/si/LC_MESSAGES/kcm_kded.mo
+share/locale/si/LC_MESSAGES/kcm_keyboard.mo
+share/locale/si/LC_MESSAGES/kcm_smserver.mo
+share/locale/si/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/si/LC_MESSAGES/kcmkclock.mo
+share/locale/si/LC_MESSAGES/kcmmouse.mo
+share/locale/si/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/sk/LC_MESSAGES/kcm_access.mo
+share/locale/sk/LC_MESSAGES/kcm_activities.mo
+share/locale/sk/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sk/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sk/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/sk/LC_MESSAGES/kcm_kded.mo
+share/locale/sk/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sk/LC_MESSAGES/kcm_keys.mo
+share/locale/sk/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sk/LC_MESSAGES/kcm_landingpage.mo
+share/locale/sk/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sk/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/sk/LC_MESSAGES/kcm_smserver.mo
+share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sk/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sk/LC_MESSAGES/kcm_tablet.mo
+share/locale/sk/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sk/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/sk/LC_MESSAGES/kcm_workspace.mo
+share/locale/sk/LC_MESSAGES/kcmkclock.mo
+share/locale/sk/LC_MESSAGES/kcmmouse.mo
+share/locale/sk/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/sk/LC_MESSAGES/knetattach.mo
+share/locale/sk/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/sk/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_kwin.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.paneltoolbox.mo
+share/locale/sk/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sl/LC_MESSAGES/kaccess.mo
+share/locale/sl/LC_MESSAGES/kcm_access.mo
+share/locale/sl/LC_MESSAGES/kcm_activities.mo
+share/locale/sl/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sl/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sl/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/sl/LC_MESSAGES/kcm_kded.mo
+share/locale/sl/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sl/LC_MESSAGES/kcm_keys.mo
+share/locale/sl/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sl/LC_MESSAGES/kcm_landingpage.mo
+share/locale/sl/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sl/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/sl/LC_MESSAGES/kcm_smserver.mo
+share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sl/LC_MESSAGES/kcm_tablet.mo
+share/locale/sl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sl/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/sl/LC_MESSAGES/kcm_workspace.mo
+share/locale/sl/LC_MESSAGES/kcmkclock.mo
+share/locale/sl/LC_MESSAGES/kcmmouse.mo
+share/locale/sl/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/sl/LC_MESSAGES/knetattach.mo
+share/locale/sl/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/sl/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/sl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sq/LC_MESSAGES/kaccess.mo
+share/locale/sq/LC_MESSAGES/kcm_access.mo
+share/locale/sq/LC_MESSAGES/kcm_kded.mo
+share/locale/sq/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sq/LC_MESSAGES/kcm_smserver.mo
+share/locale/sq/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sq/LC_MESSAGES/kcmkclock.mo
+share/locale/sq/LC_MESSAGES/kcmmouse.mo
+share/locale/sq/LC_MESSAGES/knetattach.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/kaccess.mo
+share/locale/sr/LC_MESSAGES/kcm_access.mo
+share/locale/sr/LC_MESSAGES/kcm_activities.mo
+share/locale/sr/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sr/LC_MESSAGES/kcm_kded.mo
+share/locale/sr/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sr/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sr/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sr/LC_MESSAGES/kcm_smserver.mo
+share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr/LC_MESSAGES/kcm_workspace.mo
+share/locale/sr/LC_MESSAGES/kcmkclock.mo
+share/locale/sr/LC_MESSAGES/kcmmouse.mo
+share/locale/sr/LC_MESSAGES/knetattach.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.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.kimpanel.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.showdesktop.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_runner_kwin.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/plasmaactivitymanager.mo
+share/locale/sr/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_access.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_kded.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_smserver.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_touchpad.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_workspace.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmmouse.mo
+share/locale/sr@ijekavian/LC_MESSAGES/knetattach.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.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.kimpanel.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.showdesktop.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_runner_kwin.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/plasmaactivitymanager.mo
+share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_access.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kded.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_smserver.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_touchpad.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_workspace.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmmouse.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/knetattach.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.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.kimpanel.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.showdesktop.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_runner_kwin.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/plasmaactivitymanager.mo
+share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sr@latin/LC_MESSAGES/kaccess.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_access.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_kded.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_smserver.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_touchpad.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_workspace.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@latin/LC_MESSAGES/kcmmouse.mo
+share/locale/sr@latin/LC_MESSAGES/knetattach.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.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.kimpanel.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.showdesktop.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_runner_kwin.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/plasmaactivitymanager.mo
+share/locale/sr@latin/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sv/LC_MESSAGES/kaccess.mo
+share/locale/sv/LC_MESSAGES/kcm_access.mo
+share/locale/sv/LC_MESSAGES/kcm_activities.mo
+share/locale/sv/LC_MESSAGES/kcm_baloofile.mo
+share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sv/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/sv/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/sv/LC_MESSAGES/kcm_kded.mo
+share/locale/sv/LC_MESSAGES/kcm_keyboard.mo
+share/locale/sv/LC_MESSAGES/kcm_keys.mo
+share/locale/sv/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/sv/LC_MESSAGES/kcm_landingpage.mo
+share/locale/sv/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/sv/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/sv/LC_MESSAGES/kcm_smserver.mo
+share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sv/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sv/LC_MESSAGES/kcm_tablet.mo
+share/locale/sv/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sv/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/sv/LC_MESSAGES/kcm_workspace.mo
+share/locale/sv/LC_MESSAGES/kcmkclock.mo
+share/locale/sv/LC_MESSAGES/kcmmouse.mo
+share/locale/sv/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/sv/LC_MESSAGES/knetattach.mo
+share/locale/sv/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/sv/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/sv/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ta/LC_MESSAGES/kaccess.mo
+share/locale/ta/LC_MESSAGES/kcm_access.mo
+share/locale/ta/LC_MESSAGES/kcm_activities.mo
+share/locale/ta/LC_MESSAGES/kcm_baloofile.mo
+share/locale/ta/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ta/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ta/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/ta/LC_MESSAGES/kcm_kded.mo
+share/locale/ta/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ta/LC_MESSAGES/kcm_keys.mo
+share/locale/ta/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/ta/LC_MESSAGES/kcm_landingpage.mo
+share/locale/ta/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/ta/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/ta/LC_MESSAGES/kcm_smserver.mo
+share/locale/ta/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ta/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ta/LC_MESSAGES/kcm_tablet.mo
+share/locale/ta/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ta/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/ta/LC_MESSAGES/kcm_workspace.mo
+share/locale/ta/LC_MESSAGES/kcmkclock.mo
+share/locale/ta/LC_MESSAGES/kcmmouse.mo
+share/locale/ta/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/ta/LC_MESSAGES/knetattach.mo
+share/locale/ta/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ta/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ta/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ta/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/ta/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/te/LC_MESSAGES/kaccess.mo
+share/locale/te/LC_MESSAGES/kcm_access.mo
+share/locale/te/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/te/LC_MESSAGES/kcm_kded.mo
+share/locale/te/LC_MESSAGES/kcm_keyboard.mo
+share/locale/te/LC_MESSAGES/kcm_smserver.mo
+share/locale/te/LC_MESSAGES/kcmkclock.mo
+share/locale/te/LC_MESSAGES/kcmmouse.mo
+share/locale/te/LC_MESSAGES/knetattach.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/kaccess.mo
+share/locale/tg/LC_MESSAGES/kcm_access.mo
+share/locale/tg/LC_MESSAGES/kcm_activities.mo
+share/locale/tg/LC_MESSAGES/kcm_baloofile.mo
+share/locale/tg/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/tg/LC_MESSAGES/kcm_kded.mo
+share/locale/tg/LC_MESSAGES/kcm_keyboard.mo
+share/locale/tg/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/tg/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/tg/LC_MESSAGES/kcm_smserver.mo
+share/locale/tg/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/tg/LC_MESSAGES/kcmkclock.mo
+share/locale/tg/LC_MESSAGES/kcmmouse.mo
+share/locale/tg/LC_MESSAGES/knetattach.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.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/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/tg/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/tg/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/th/LC_MESSAGES/kaccess.mo
+share/locale/th/LC_MESSAGES/kcm_access.mo
+share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/th/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/th/LC_MESSAGES/kcm_kded.mo
+share/locale/th/LC_MESSAGES/kcm_keyboard.mo
+share/locale/th/LC_MESSAGES/kcm_smserver.mo
+share/locale/th/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/th/LC_MESSAGES/kcmkclock.mo
+share/locale/th/LC_MESSAGES/kcmmouse.mo
+share/locale/th/LC_MESSAGES/knetattach.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.showdesktop.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/tok/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/tok/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/tr/LC_MESSAGES/kaccess.mo
+share/locale/tr/LC_MESSAGES/kcm_access.mo
+share/locale/tr/LC_MESSAGES/kcm_activities.mo
+share/locale/tr/LC_MESSAGES/kcm_baloofile.mo
+share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/tr/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/tr/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/tr/LC_MESSAGES/kcm_kded.mo
+share/locale/tr/LC_MESSAGES/kcm_keyboard.mo
+share/locale/tr/LC_MESSAGES/kcm_keys.mo
+share/locale/tr/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/tr/LC_MESSAGES/kcm_landingpage.mo
+share/locale/tr/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/tr/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/tr/LC_MESSAGES/kcm_smserver.mo
+share/locale/tr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/tr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/tr/LC_MESSAGES/kcm_tablet.mo
+share/locale/tr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/tr/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/tr/LC_MESSAGES/kcm_workspace.mo
+share/locale/tr/LC_MESSAGES/kcmkclock.mo
+share/locale/tr/LC_MESSAGES/kcmmouse.mo
+share/locale/tr/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/tr/LC_MESSAGES/knetattach.mo
+share/locale/tr/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/tr/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_kwin.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/tr/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/tr/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ug/LC_MESSAGES/kaccess.mo
+share/locale/ug/LC_MESSAGES/kcm_access.mo
+share/locale/ug/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ug/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/ug/LC_MESSAGES/kcm_kded.mo
+share/locale/ug/LC_MESSAGES/kcm_keyboard.mo
+share/locale/ug/LC_MESSAGES/kcm_smserver.mo
+share/locale/ug/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ug/LC_MESSAGES/kcmkclock.mo
+share/locale/ug/LC_MESSAGES/kcmmouse.mo
+share/locale/ug/LC_MESSAGES/knetattach.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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/kaccess.mo
+share/locale/uk/LC_MESSAGES/kcm_access.mo
+share/locale/uk/LC_MESSAGES/kcm_activities.mo
+share/locale/uk/LC_MESSAGES/kcm_baloofile.mo
+share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uk/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/uk/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/uk/LC_MESSAGES/kcm_kded.mo
+share/locale/uk/LC_MESSAGES/kcm_keyboard.mo
+share/locale/uk/LC_MESSAGES/kcm_keys.mo
+share/locale/uk/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/uk/LC_MESSAGES/kcm_landingpage.mo
+share/locale/uk/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/uk/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/uk/LC_MESSAGES/kcm_smserver.mo
+share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/uk/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/uk/LC_MESSAGES/kcm_tablet.mo
+share/locale/uk/LC_MESSAGES/kcm_touchpad.mo
+share/locale/uk/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/uk/LC_MESSAGES/kcm_workspace.mo
+share/locale/uk/LC_MESSAGES/kcmkclock.mo
+share/locale/uk/LC_MESSAGES/kcmmouse.mo
+share/locale/uk/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/uk/LC_MESSAGES/knetattach.mo
+share/locale/uk/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/uk/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/uk/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/uz/LC_MESSAGES/kaccess.mo
+share/locale/uz/LC_MESSAGES/kcm_access.mo
+share/locale/uz/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uz/LC_MESSAGES/kcm_kded.mo
+share/locale/uz/LC_MESSAGES/kcm_keyboard.mo
+share/locale/uz/LC_MESSAGES/kcm_smserver.mo
+share/locale/uz/LC_MESSAGES/kcmkclock.mo
+share/locale/uz/LC_MESSAGES/kcmmouse.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/kaccess.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_access.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_kded.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_keyboard.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_smserver.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkclock.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmmouse.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/kaccess.mo
+share/locale/vi/LC_MESSAGES/kcm_access.mo
+share/locale/vi/LC_MESSAGES/kcm_activities.mo
+share/locale/vi/LC_MESSAGES/kcm_baloofile.mo
+share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/vi/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/vi/LC_MESSAGES/kcm_kded.mo
+share/locale/vi/LC_MESSAGES/kcm_keyboard.mo
+share/locale/vi/LC_MESSAGES/kcm_keys.mo
+share/locale/vi/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/vi/LC_MESSAGES/kcm_landingpage.mo
+share/locale/vi/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/vi/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/vi/LC_MESSAGES/kcm_smserver.mo
+share/locale/vi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/vi/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/vi/LC_MESSAGES/kcm_tablet.mo
+share/locale/vi/LC_MESSAGES/kcm_touchpad.mo
+share/locale/vi/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/vi/LC_MESSAGES/kcm_workspace.mo
+share/locale/vi/LC_MESSAGES/kcmkclock.mo
+share/locale/vi/LC_MESSAGES/kcmmouse.mo
+share/locale/vi/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/vi/LC_MESSAGES/knetattach.mo
+share/locale/vi/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.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.showdesktop.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/vi/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/vi/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/vi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/vi/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo
+share/locale/vi/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/wa/LC_MESSAGES/kaccess.mo
+share/locale/wa/LC_MESSAGES/kcm_access.mo
+share/locale/wa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/wa/LC_MESSAGES/kcm_device_automounter.mo
+share/locale/wa/LC_MESSAGES/kcm_kded.mo
+share/locale/wa/LC_MESSAGES/kcm_keyboard.mo
+share/locale/wa/LC_MESSAGES/kcm_smserver.mo
+share/locale/wa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/wa/LC_MESSAGES/kcmkclock.mo
+share/locale/wa/LC_MESSAGES/kcmmouse.mo
+share/locale/wa/LC_MESSAGES/knetattach.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.showdesktop.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_access.mo
+share/locale/xh/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/xh/LC_MESSAGES/kcm_kded.mo
+share/locale/xh/LC_MESSAGES/kcm_keyboard.mo
+share/locale/xh/LC_MESSAGES/kcm_smserver.mo
+share/locale/xh/LC_MESSAGES/kcmkclock.mo
+share/locale/xh/LC_MESSAGES/kcmmouse.mo
+share/locale/xh/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_CN/LC_MESSAGES/kaccess.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_access.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_kded.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_keyboard.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_keys.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_landingpage.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_smserver.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_tablet.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_touchpad.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_workspace.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo
+share/locale/zh_CN/LC_MESSAGES/kcmmouse.mo
+share/locale/zh_CN/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/zh_CN/LC_MESSAGES/knetattach.mo
+share/locale/zh_CN/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/zh_CN/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/zh_CN/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/zh_TW/LC_MESSAGES/kaccess.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_access.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_activities.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_device_automounter.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_gamecontroller.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_kded.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_keyboard.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_keys.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_krunnersettings.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_landingpage.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_plasmasearch.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_recentFiles.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_smserver.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_tablet.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_touchpad.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_touchscreen.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_workspace.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo
+share/locale/zh_TW/LC_MESSAGES/kcmmouse.mo
+share/locale/zh_TW/LC_MESSAGES/kcmqtquicksettings.mo
+share/locale/zh_TW/LC_MESSAGES/knetattach.mo
+share/locale/zh_TW/LC_MESSAGES/org.kde.plasma.emojier.mo
+share/locale/zh_TW/LC_MESSAGES/plasma-desktop-sddm-theme.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.panel.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.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.kimpanel.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.showdesktop.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_runner_keys.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_kwin.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.paneltoolbox.mo
+share/locale/zh_TW/LC_MESSAGES/plasmaactivitymanager.mo
+share/metainfo/org.kde.plasmashell.metainfo.xml
+share/plasma/emoji/af.dict
+share/plasma/emoji/ak.dict
+share/plasma/emoji/am.dict
+share/plasma/emoji/ar.dict
+share/plasma/emoji/ar_SA.dict
+share/plasma/emoji/as.dict
+share/plasma/emoji/ast.dict
+share/plasma/emoji/az.dict
+share/plasma/emoji/be.dict
+share/plasma/emoji/bew.dict
+share/plasma/emoji/bg.dict
+share/plasma/emoji/bgn.dict
+share/plasma/emoji/blo.dict
+share/plasma/emoji/bn.dict
+share/plasma/emoji/br.dict
+share/plasma/emoji/bs.dict
+share/plasma/emoji/ca.dict
+share/plasma/emoji/ca_ES_VALENCIA.dict
+share/plasma/emoji/ccp.dict
+share/plasma/emoji/ceb.dict
+share/plasma/emoji/chr.dict
+share/plasma/emoji/ckb.dict
+share/plasma/emoji/cs.dict
+share/plasma/emoji/cv.dict
+share/plasma/emoji/cy.dict
+share/plasma/emoji/da.dict
+share/plasma/emoji/de.dict
+share/plasma/emoji/de_CH.dict
+share/plasma/emoji/dsb.dict
+share/plasma/emoji/el.dict
+share/plasma/emoji/en.dict
+share/plasma/emoji/en_001.dict
+share/plasma/emoji/en_AU.dict
+share/plasma/emoji/en_CA.dict
+share/plasma/emoji/en_IN.dict
+share/plasma/emoji/es.dict
+share/plasma/emoji/es_419.dict
+share/plasma/emoji/es_MX.dict
+share/plasma/emoji/es_US.dict
+share/plasma/emoji/et.dict
+share/plasma/emoji/eu.dict
+share/plasma/emoji/fa.dict
+share/plasma/emoji/ff_Adlm.dict
+share/plasma/emoji/fi.dict
+share/plasma/emoji/fil.dict
+share/plasma/emoji/fo.dict
+share/plasma/emoji/fr.dict
+share/plasma/emoji/fr_CA.dict
+share/plasma/emoji/frr.dict
+share/plasma/emoji/ga.dict
+share/plasma/emoji/gd.dict
+share/plasma/emoji/gl.dict
+share/plasma/emoji/gu.dict
+share/plasma/emoji/ha.dict
+share/plasma/emoji/ha_NE.dict
+share/plasma/emoji/he.dict
+share/plasma/emoji/hi.dict
+share/plasma/emoji/hi_Latn.dict
+share/plasma/emoji/hr.dict
+share/plasma/emoji/hsb.dict
+share/plasma/emoji/hu.dict
+share/plasma/emoji/hy.dict
+share/plasma/emoji/ia.dict
+share/plasma/emoji/id.dict
+share/plasma/emoji/ig.dict
+share/plasma/emoji/is.dict
+share/plasma/emoji/it.dict
+share/plasma/emoji/ja.dict
+share/plasma/emoji/jv.dict
+share/plasma/emoji/ka.dict
+share/plasma/emoji/kab.dict
+share/plasma/emoji/kk.dict
+share/plasma/emoji/kk_Arab.dict
+share/plasma/emoji/kl.dict
+share/plasma/emoji/km.dict
+share/plasma/emoji/kn.dict
+share/plasma/emoji/ko.dict
+share/plasma/emoji/kok.dict
+share/plasma/emoji/ku.dict
+share/plasma/emoji/ky.dict
+share/plasma/emoji/lb.dict
+share/plasma/emoji/lij.dict
+share/plasma/emoji/lo.dict
+share/plasma/emoji/lt.dict
+share/plasma/emoji/lv.dict
+share/plasma/emoji/mi.dict
+share/plasma/emoji/mk.dict
+share/plasma/emoji/ml.dict
+share/plasma/emoji/mn.dict
+share/plasma/emoji/mni.dict
+share/plasma/emoji/mr.dict
+share/plasma/emoji/ms.dict
+share/plasma/emoji/mt.dict
+share/plasma/emoji/my.dict
+share/plasma/emoji/ne.dict
+share/plasma/emoji/nl.dict
+share/plasma/emoji/nn.dict
+share/plasma/emoji/no.dict
+share/plasma/emoji/nso.dict
+share/plasma/emoji/oc.dict
+share/plasma/emoji/or.dict
+share/plasma/emoji/pa.dict
+share/plasma/emoji/pa_Arab.dict
+share/plasma/emoji/pap.dict
+share/plasma/emoji/pcm.dict
+share/plasma/emoji/pl.dict
+share/plasma/emoji/ps.dict
+share/plasma/emoji/pt.dict
+share/plasma/emoji/pt_PT.dict
+share/plasma/emoji/qu.dict
+share/plasma/emoji/quc.dict
+share/plasma/emoji/rhg.dict
+share/plasma/emoji/rm.dict
+share/plasma/emoji/ro.dict
+share/plasma/emoji/ru.dict
+share/plasma/emoji/rw.dict
+share/plasma/emoji/sat.dict
+share/plasma/emoji/sc.dict
+share/plasma/emoji/sd.dict
+share/plasma/emoji/si.dict
+share/plasma/emoji/sk.dict
+share/plasma/emoji/sl.dict
+share/plasma/emoji/so.dict
+share/plasma/emoji/sq.dict
+share/plasma/emoji/sr.dict
+share/plasma/emoji/sr_Cyrl_BA.dict
+share/plasma/emoji/sr_Latn.dict
+share/plasma/emoji/sr_Latn_BA.dict
+share/plasma/emoji/sv.dict
+share/plasma/emoji/sw.dict
+share/plasma/emoji/sw_KE.dict
+share/plasma/emoji/ta.dict
+share/plasma/emoji/te.dict
+share/plasma/emoji/tg.dict
+share/plasma/emoji/th.dict
+share/plasma/emoji/ti.dict
+share/plasma/emoji/tk.dict
+share/plasma/emoji/tn.dict
+share/plasma/emoji/to.dict
+share/plasma/emoji/tr.dict
+share/plasma/emoji/ug.dict
+share/plasma/emoji/uk.dict
+share/plasma/emoji/ur.dict
+share/plasma/emoji/uz.dict
+share/plasma/emoji/vec.dict
+share/plasma/emoji/vi.dict
+share/plasma/emoji/wo.dict
+share/plasma/emoji/xh.dict
+share/plasma/emoji/yo.dict
+share/plasma/emoji/yo_BJ.dict
+share/plasma/emoji/yue.dict
+share/plasma/emoji/yue_Hans.dict
+share/plasma/emoji/zh.dict
+share/plasma/emoji/zh_Hant.dict
+share/plasma/emoji/zh_Hant_HK.dict
+share/plasma/emoji/zu.dict
+share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.json
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.json
+share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.json
+share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml
+share/plasma/packages/org.kde.paneltoolbox/metadata.json
+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/BackButtonItem.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/ConfigOverlay.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/FolderViewDropArea.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/RenameEditor.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/code/FolderTools.js
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json
+share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.json
+share/plasma/plasmoids/org.kde.plasma.folder/metadata.json
+share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.json
+share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.keyboardlayout/metadata.json
+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/CandidateHighlight.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ContextMenu.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.json
+share/plasma/plasmoids/org.kde.plasma.marginsseparator/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.marginsseparator/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.marginsseparator/metadata.json
+share/plasma/plasmoids/org.kde.plasma.minimizeall/metadata.json
+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.json
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/ConfigAppearance.qml
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.json
+share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/Controller.qml
+share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/MinimizeAllController.qml
+share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/PeekController.qml
+share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.showdesktop/metadata.json
+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/AudioStream.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Badge.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigAppearance.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigBehavior.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.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/PipeWireThumbnail.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PlayerController.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PulseAudio.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ScrollableTextWrapper.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/ToolTipInstance.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipWindowMouseArea.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/layoutmetrics.js
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.json
+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/TaskDropArea.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/AboutPlugin.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/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/ShellContainmentConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/PanelRepresentation.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/Ruler.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SliderHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/shellcontainmentconfiguration/Delegate.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/WidgetExplorer.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockOsd.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockScreen.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockScreenUi.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/MainBlock.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/MediaControls.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/NoPasswordUnlock.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/PasswordSync.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/config.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/config.xml
+share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/qmldir
+share/plasma/shells/org.kde.plasma.desktop/contents/main.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_showseconds_setting.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/folderview_fix_recursive_screenmapping.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/mediaframe_migrate_useBackground_setting.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/migrate_font_weights.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/taskmanager_configUpdate_wheelEnabled.js
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js
+share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/views/DesktopEditMode.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/views/PreviewBanner.qml
+share/plasma/shells/org.kde.plasma.desktop/metadata.json
+share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
+share/qlogging-categories6/kcm_gamecontroller.categories
+share/qlogging-categories6/kcm_kded.categories
+share/qlogging-categories6/kcm_keyboard.categories
+share/qlogging-categories6/kcm_mouse.categories
+share/qlogging-categories6/kcm_touchscreen.categories
+share/qlogging-categories6/kcmkeys.categories
+share/sddm/themes/breeze/Background.qml
+share/sddm/themes/breeze/KeyboardButton.qml
+share/sddm/themes/breeze/Login.qml
+share/sddm/themes/breeze/Main.qml
+share/sddm/themes/breeze/Messages.sh
+share/sddm/themes/breeze/SessionButton.qml
+share/sddm/themes/breeze/default-logo.svg
+share/sddm/themes/breeze/faces/.face.icon
+share/sddm/themes/breeze/metadata.desktop
+share/sddm/themes/breeze/preview.png
+share/sddm/themes/breeze/theme.conf
+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/plasma6-plasma-desktop/distinfo b/plasma6-plasma-desktop/distinfo
new file mode 100644
index 0000000000..9d44468b64
--- /dev/null
+++ b/plasma6-plasma-desktop/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (plasma-desktop-6.5.2.tar.xz) = ad96b186dccca91d707f5e260a1eeaa36b6a27a515fa8ab484b3fac03f2f8206
+SHA512 (plasma-desktop-6.5.2.tar.xz) = 1d5228a728c217465597ca7ac2cd5055e31343ec730ad63ae60b1e41d4a274122f95c25ba529dea071ffd365352789faf73ac67541042264ee04d8cea25d45e5
+Size (plasma-desktop-6.5.2.tar.xz) = 16758456 bytes


Home | Main Index | Thread Index | Old Index