pkgsrc-WIP-changes archive

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

plasma-workspace: Add plasma-workspace 5.6.3



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon May 9 23:39:54 2016 +1200
Changeset:	351f06c84b84d7a2ffdf7147857e161f10d08325

Added Files:
	plasma-workspace/DESCR
	plasma-workspace/Makefile
	plasma-workspace/PLIST
	plasma-workspace/buildlink3.mk
	plasma-workspace/distinfo
	plasma-workspace/patches/patch-components_shellprivate_CMakeLists.txt
	plasma-workspace/patches/patch-klipper_CMakeLists.txt
	plasma-workspace/patches/patch-krunner_CMakeLists.txt
	plasma-workspace/patches/patch-libtaskmanager_CMakeLists.txt
	plasma-workspace/patches/patch-shell_CMakeLists.txt
	plasma-workspace/patches/patch-wallpapers_image_CMakeLists.txt
	plasma-workspace/patches/patch-xembed-sni-proxy_CMakeLists.txt

Log Message:
plasma-workspace: Add plasma-workspace 5.6.3

KDE Plasma Workspace

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

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

diffstat:
 plasma-workspace/DESCR                             |    1 +
 plasma-workspace/Makefile                          |   66 +
 plasma-workspace/PLIST                             | 4691 ++++++++++++++++++++
 plasma-workspace/buildlink3.mk                     |   16 +
 plasma-workspace/distinfo                          |   13 +
 .../patch-components_shellprivate_CMakeLists.txt   |   15 +
 .../patches/patch-klipper_CMakeLists.txt           |   15 +
 .../patches/patch-krunner_CMakeLists.txt           |   15 +
 .../patches/patch-libtaskmanager_CMakeLists.txt    |   15 +
 .../patches/patch-shell_CMakeLists.txt             |   15 +
 .../patches/patch-wallpapers_image_CMakeLists.txt  |   15 +
 .../patches/patch-xembed-sni-proxy_CMakeLists.txt  |   13 +
 12 files changed, 4890 insertions(+)

diffs:
diff --git a/plasma-workspace/DESCR b/plasma-workspace/DESCR
new file mode 100644
index 0000000..313b3de
--- /dev/null
+++ b/plasma-workspace/DESCR
@@ -0,0 +1 @@
+KDE Plasma Workspace
diff --git a/plasma-workspace/Makefile b/plasma-workspace/Makefile
new file mode 100644
index 0000000..9aeb25d
--- /dev/null
+++ b/plasma-workspace/Makefile
@@ -0,0 +1,66 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	plasma-workspace-${PLASMAVER}
+CATEGORIES=	x11
+
+HOMEPAGE=	https://www.kde.org/workspaces/plasmadesktop/
+COMMENT=	KDE Plasma Workspace
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1 AND gnu-fdl-v1.2
+
+.include "../../wip/kde5/plasma.mk"
+
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+DEPENDS+=	breeze>=${PLASMAVER}:../../wip/breeze
+DEPENDS+=	kactivitymanagerd>=${PLASMAVER}:../../wip/kactivitymanagerd
+DEPENDS+=	kde-cli-tools>=${PLASMAVER}:../../wip/kde-cli-tools
+DEPENDS+=	kwin>=${PLASMAVER}:../../wip/kwin
+DEPENDS+=	milou>=${PLASMAVER}:../../wip/milou
+DEPENDS+=	plasma-integration>=${PLASMAVER}:../../wip/plasma-integration
+
+USE_TOOLS+=	msgmerge pkg-config
+
+# generation of ksmserver.moc fails when ${PREFIX}/include in the moc include path
+SUBST_CLASSES+=		fix-moc
+SUBST_STAGE.fix-moc=	post-configure
+SUBST_MESSAGE.fix-moc=	Cleaning up MOC includes
+SUBST_FILES.fix-moc=	_KDE_build/ksmserver/CMakeFiles/kdeinit_ksmserver_automoc.dir/AutogenInfo.cmake
+SUBST_FILES.fix-moc+=	_KDE_build/runners/windows/CMakeFiles/krunner_windows_automoc.dir/AutogenInfo.cmake
+SUBST_FILES.fix-moc+=	_KDE_build/applets/notifications/lib/CMakeFiles/plasma_applet_notifications_automoc.dir/AutogenInfo.cmake
+SUBST_SED.fix-moc=	-e 's,;${PREFIX}/include;,;,g'
+
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg/autostart
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/krunner.desktop \
+		${PKG_SYSCONFDIR}/xdg/autostart/krunner.desktop
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/plasmashell.desktop \
+		${PKG_SYSCONFDIR}/xdg/autostart/plasmashell.desktop
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/org.kde.klipper.desktop \
+		${PKG_SYSCONFDIR}/xdg/autostart/org.kde.klipper.desktop
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/xembedsniproxy.desktop \
+		${PKG_SYSCONFDIR}/xdg/autostart/xembedsniproxy.desktop
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/plasmoids.knsrc \
+		${PKG_SYSCONFDIR}/xdg/plasmoids.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/wallpaper.knsrc \
+		${PKG_SYSCONFDIR}/xdg/wallpaper.knsrc
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/taskmanagerrulesrc \
+		${PKG_SYSCONFDIR}/xdg/taskmanagerrulesrc
+
+.include "../../math/cln/buildlink3.mk"
+.include "../../math/qalculate/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
+.include "../../wip/baloo5/buildlink3.mk"
+.include "../../wip/kdelibs4support/buildlink3.mk"
+.include "../../wip/kdesu/buildlink3.mk"
+.include "../../wip/kjsembed/buildlink3.mk"
+.include "../../wip/knewstuff/buildlink3.mk"
+.include "../../wip/knotifyconfig/buildlink3.mk"
+.include "../../wip/krunner/buildlink3.mk"
+.include "../../wip/kscreenlocker/buildlink3.mk"
+.include "../../wip/ktexteditor/buildlink3.mk"
+.include "../../wip/kxmlgui/buildlink3.mk"
+.include "../../wip/kxmlrpcclient/buildlink3.mk"
+.include "../../wip/libkscreen/buildlink3.mk"
+.include "../../wip/libksysguard/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/pam.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/plasma-workspace/PLIST b/plasma-workspace/PLIST
new file mode 100644
index 0000000..528f873
--- /dev/null
+++ b/plasma-workspace/PLIST
@@ -0,0 +1,4691 @@
+@comment $NetBSD$
+bin/kcheckrunning
+bin/kcminit
+bin/kcminit_startup
+bin/kdostartupconfig5
+bin/klipper
+bin/krunner
+bin/ksmserver
+bin/ksplashqml
+bin/kstartupconfig5
+bin/kuiserver5
+bin/plasmashell
+bin/plasmawindowed
+bin/startkde
+bin/startplasmacompositor
+bin/systemmonitor
+bin/xembedsniproxy
+include/kworkspace5/config-libkworkspace.h
+include/kworkspace5/kdisplaymanager.h
+include/kworkspace5/kworkspace.h
+include/kworkspace5/kworkspace_export.h
+include/plasma/weather/ion.h
+include/plasma/weather/ion_export.h
+include/taskmanager/abstractgroupableitem.h
+include/taskmanager/abstractgroupingstrategy.h
+include/taskmanager/abstractsortingstrategy.h
+include/taskmanager/groupmanager.h
+include/taskmanager/launcheritem.h
+include/taskmanager/startup.h
+include/taskmanager/task.h
+include/taskmanager/taskactions.h
+include/taskmanager/taskgroup.h
+include/taskmanager/taskitem.h
+include/taskmanager/taskmanager.h
+include/taskmanager/taskmanager_export.h
+include/taskmanager/tasksmodel.h
+lib/cmake/KRunnerAppDBusInterface/KRunnerAppDBusInterfaceConfig.cmake
+lib/cmake/KSMServerDBusInterface/KSMServerDBusInterfaceConfig.cmake
+lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake
+lib/cmake/LibKWorkspace/LibKWorkspaceConfigVersion.cmake
+lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets-noconfig.cmake
+lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets.cmake
+lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake
+lib/cmake/LibTaskManager/LibTaskManagerConfigVersion.cmake
+lib/cmake/LibTaskManager/LibTaskManagerLibraryTargets-noconfig.cmake
+lib/cmake/LibTaskManager/LibTaskManagerLibraryTargets.cmake
+lib/libkdeinit5_kcminit.so
+lib/libkdeinit5_kcminit_startup.so
+lib/libkdeinit5_klipper.so
+lib/libkdeinit5_ksmserver.so
+lib/libkdeinit5_kuiserver5.so
+lib/libkworkspace5.so
+lib/libkworkspace5.so.5
+lib/libkworkspace5.so.${PKGVERSION}
+lib/libtaskmanager.so
+lib/libtaskmanager.so.5
+lib/libtaskmanager.so.${PKGVERSION}
+lib/libweather_ion.so
+lib/libweather_ion.so.7
+lib/libweather_ion.so.7.0.0
+libexec/drkonqi
+libexec/ksyncdbusenv
+libexec/startplasma
+qt5/plugins/kcm_krunner_kill.so
+qt5/plugins/kf5/kded/appmenu.so
+qt5/plugins/kf5/kded/desktopnotifier.so
+qt5/plugins/kf5/kded/freespacenotifier.so
+qt5/plugins/kf5/kded/ksysguard.so
+qt5/plugins/kf5/kded/ktimezoned.so
+qt5/plugins/kf5/kded/remotedirnotify.so
+qt5/plugins/kf5/kded/solidautoeject.so
+qt5/plugins/kf5/kded/soliduiserver.so
+qt5/plugins/kf5/kded/statusnotifierwatcher.so
+qt5/plugins/kf5/kio/desktop.so
+qt5/plugins/kio_applications.so
+qt5/plugins/kio_remote.so
+qt5/plugins/kpackage/packagestructure/plasma_packagestructure_layoutemplate.so
+qt5/plugins/kpackage/packagestructure/plasma_packagestructure_lookandfeel.so
+qt5/plugins/kpackage/packagestructure/plasma_packagestructure_plasmashell.so
+qt5/plugins/kpackage/packagestructure/plasma_packagestructure_wallpaper.so
+qt5/plugins/kpackage/packagestructure/plasma_packagestructure_wallpaperimages.so
+qt5/plugins/krunner_activities.so
+qt5/plugins/krunner_baloosearchrunner.so
+qt5/plugins/krunner_bookmarksrunner.so
+qt5/plugins/krunner_calculatorrunner.so
+qt5/plugins/krunner_kill.so
+qt5/plugins/krunner_locations.so
+qt5/plugins/krunner_placesrunner.so
+qt5/plugins/krunner_powerdevil.so
+qt5/plugins/krunner_recentdocuments.so
+qt5/plugins/krunner_services.so
+qt5/plugins/krunner_sessions.so
+qt5/plugins/krunner_shell.so
+qt5/plugins/krunner_webshortcuts.so
+qt5/plugins/krunner_windowedwidgets.so
+qt5/plugins/krunner_windows.so
+qt5/plugins/phonon_platform/kde.so
+qt5/plugins/plasma/dataengine/ion_bbcukmet.so
+qt5/plugins/plasma/dataengine/ion_envcan.so
+qt5/plugins/plasma/dataengine/ion_noaa.so
+qt5/plugins/plasma/dataengine/ion_wettercom.so
+qt5/plugins/plasma/dataengine/plasma_engine_activities.so
+qt5/plugins/plasma/dataengine/plasma_engine_applicationjobs.so
+qt5/plugins/plasma/dataengine/plasma_engine_apps.so
+qt5/plugins/plasma/dataengine/plasma_engine_clipboard.so
+qt5/plugins/plasma/dataengine/plasma_engine_devicenotifications.so
+qt5/plugins/plasma/dataengine/plasma_engine_dict.so
+qt5/plugins/plasma/dataengine/plasma_engine_executable.so
+qt5/plugins/plasma/dataengine/plasma_engine_favicons.so
+qt5/plugins/plasma/dataengine/plasma_engine_filebrowser.so
+qt5/plugins/plasma/dataengine/plasma_engine_hotplug.so
+qt5/plugins/plasma/dataengine/plasma_engine_keystate.so
+qt5/plugins/plasma/dataengine/plasma_engine_mouse.so
+qt5/plugins/plasma/dataengine/plasma_engine_mpris2.so
+qt5/plugins/plasma/dataengine/plasma_engine_notifications.so
+qt5/plugins/plasma/dataengine/plasma_engine_packagekit.so
+qt5/plugins/plasma/dataengine/plasma_engine_places.so
+qt5/plugins/plasma/dataengine/plasma_engine_powermanagement.so
+qt5/plugins/plasma/dataengine/plasma_engine_share.so
+qt5/plugins/plasma/dataengine/plasma_engine_soliddevice.so
+qt5/plugins/plasma/dataengine/plasma_engine_statusnotifieritem.so
+qt5/plugins/plasma/dataengine/plasma_engine_systemmonitor.so
+qt5/plugins/plasma/dataengine/plasma_engine_tasks.so
+qt5/plugins/plasma/dataengine/plasma_engine_time.so
+qt5/plugins/plasma/dataengine/plasma_engine_weather.so
+qt5/plugins/plasma/packagestructure/plasma_packagestructure_share.so
+qt5/plugins/plasma_applet_notifications.so
+qt5/plugins/plasma_containmentactions_applauncher.so
+qt5/plugins/plasma_containmentactions_contextmenu.so
+qt5/plugins/plasma_containmentactions_paste.so
+qt5/plugins/plasma_containmentactions_switchactivity.so
+qt5/plugins/plasma_containmentactions_switchdesktop.so
+qt5/plugins/plasma_containmentactions_switchwindow.so
+qt5/qml/org/kde/plasma/private/digitalclock/libdigitalclockplugin.so
+qt5/qml/org/kde/plasma/private/digitalclock/qmldir
+qt5/qml/org/kde/plasma/private/icon/libiconplugin.so
+qt5/qml/org/kde/plasma/private/icon/qmldir
+qt5/qml/org/kde/plasma/private/notifications/libnotificationshelperplugin.so
+qt5/qml/org/kde/plasma/private/notifications/qmldir
+qt5/qml/org/kde/plasma/private/sessions/libsessionsprivateplugin.so
+qt5/qml/org/kde/plasma/private/sessions/qmldir
+qt5/qml/org/kde/plasma/private/shell/libplasmashellprivateplugin.so
+qt5/qml/org/kde/plasma/private/shell/qmldir
+qt5/qml/org/kde/plasma/wallpapers/image/libplasma_wallpaper_imageplugin.so
+qt5/qml/org/kde/plasma/wallpapers/image/qmldir
+qt5/qml/org/kde/plasma/workspace/components/BatteryIcon.qml
+qt5/qml/org/kde/plasma/workspace/components/qmldir
+qt5/qml/org/kde/plasma/workspace/keyboardlayout/libkeyboardlayoutplugin.so
+qt5/qml/org/kde/plasma/workspace/keyboardlayout/qmldir
+qt5/qml/org/kde/private/systemtray/libsystemtrayplugin.so
+qt5/qml/org/kde/private/systemtray/qmldir
+share/applications/org.kde.klipper.desktop
+share/applications/plasma-windowed.desktop
+share/config.kcfg/freespacenotifier.kcfg
+share/dbus-1/interfaces/com.canonical.AppMenu.Registrar.xml
+share/dbus-1/interfaces/org.kde.KSMServerInterface.xml
+share/dbus-1/interfaces/org.kde.KSplash.xml
+share/dbus-1/interfaces/org.kde.PlasmaShell.xml
+share/dbus-1/interfaces/org.kde.kappmenu.xml
+share/dbus-1/interfaces/org.kde.krunner.App.xml
+share/dbus-1/services/kf5_org.kde.kuiserver.service
+share/dbus-1/services/org.kde.krunner.service
+share/desktop-directories/kf5-development-translation.directory
+share/desktop-directories/kf5-development-webdevelopment.directory
+share/desktop-directories/kf5-development.directory
+share/desktop-directories/kf5-editors.directory
+share/desktop-directories/kf5-edu-languages.directory
+share/desktop-directories/kf5-edu-mathematics.directory
+share/desktop-directories/kf5-edu-miscellaneous.directory
+share/desktop-directories/kf5-edu-science.directory
+share/desktop-directories/kf5-edu-tools.directory
+share/desktop-directories/kf5-education.directory
+share/desktop-directories/kf5-games-arcade.directory
+share/desktop-directories/kf5-games-board.directory
+share/desktop-directories/kf5-games-card.directory
+share/desktop-directories/kf5-games-kids.directory
+share/desktop-directories/kf5-games-logic.directory
+share/desktop-directories/kf5-games-roguelikes.directory
+share/desktop-directories/kf5-games-strategy.directory
+share/desktop-directories/kf5-games.directory
+share/desktop-directories/kf5-graphics.directory
+share/desktop-directories/kf5-internet-terminal.directory
+share/desktop-directories/kf5-internet.directory
+share/desktop-directories/kf5-main.directory
+share/desktop-directories/kf5-more.directory
+share/desktop-directories/kf5-multimedia.directory
+share/desktop-directories/kf5-office.directory
+share/desktop-directories/kf5-science.directory
+share/desktop-directories/kf5-settingsmenu.directory
+share/desktop-directories/kf5-system-terminal.directory
+share/desktop-directories/kf5-system.directory
+share/desktop-directories/kf5-toys.directory
+share/desktop-directories/kf5-unknown.directory
+share/desktop-directories/kf5-utilities-accessibility.directory
+share/desktop-directories/kf5-utilities-desktop.directory
+share/desktop-directories/kf5-utilities-file.directory
+share/desktop-directories/kf5-utilities-peripherals.directory
+share/desktop-directories/kf5-utilities-pim.directory
+share/desktop-directories/kf5-utilities-xutils.directory
+share/desktop-directories/kf5-utilities.directory
+share/doc/HTML/ca/kcontrol/screenlocker/index.cache.bz2
+share/doc/HTML/ca/kcontrol/screenlocker/index.docbook
+share/doc/HTML/ca/klipper/index.cache.bz2
+share/doc/HTML/ca/klipper/index.docbook
+share/doc/HTML/en/kcontrol/screenlocker/index.cache.bz2
+share/doc/HTML/en/kcontrol/screenlocker/index.docbook
+share/doc/HTML/en/klipper/index.cache.bz2
+share/doc/HTML/en/klipper/index.docbook
+share/doc/HTML/en/klipper/klipper-application.png
+share/doc/HTML/en/klipper/klipper-widget.png
+share/doc/HTML/en/klipper/screenshot.png
+share/drkonqi/debuggers/external/gdbrc
+share/drkonqi/debuggers/external/kdbgrc
+share/drkonqi/debuggers/internal/dbxrc
+share/drkonqi/debuggers/internal/gdbrc
+share/drkonqi/debuggers/internal/kdbgwinrc
+share/drkonqi/mappings
+share/drkonqi/pics/crash.png
+share/examples/kde-xdg/autostart/krunner.desktop
+share/examples/kde-xdg/autostart/plasmashell.desktop
+share/examples/kde-xdg/autostart/org.kde.klipper.desktop
+share/examples/kde-xdg/autostart/xembedsniproxy.desktop
+share/examples/kde-xdg/plasmoids.knsrc
+share/examples/kde-xdg/taskmanagerrulesrc
+share/examples/kde-xdg/wallpaper.knsrc
+share/kio_desktop/DesktopLinks/Home.desktop
+share/kio_desktop/directory.desktop
+share/kio_desktop/directory.trash
+share/knotifications5/freespacenotifier.notifyrc
+share/knotifications5/phonon.notifyrc
+share/kservices5/applications.protocol
+share/kservices5/desktop.protocol
+share/kservices5/ion-bbcukmet.desktop
+share/kservices5/ion-envcan.desktop
+share/kservices5/ion-noaa.desktop
+share/kservices5/ion-wettercom.desktop
+share/kservices5/kuiserver.desktop
+share/kservices5/plasma-applet-org.kde.plasma.activitybar.desktop
+share/kservices5/plasma-applet-org.kde.plasma.analogclock.desktop
+share/kservices5/plasma-applet-org.kde.plasma.battery.desktop
+share/kservices5/plasma-applet-org.kde.plasma.calendar.desktop
+share/kservices5/plasma-applet-org.kde.plasma.clipboard.desktop
+share/kservices5/plasma-applet-org.kde.plasma.devicenotifier.desktop
+share/kservices5/plasma-applet-org.kde.plasma.digitalclock.desktop
+share/kservices5/plasma-applet-org.kde.plasma.icon.desktop
+share/kservices5/plasma-applet-org.kde.plasma.lock_logout.desktop
+share/kservices5/plasma-applet-org.kde.plasma.mediacontroller.desktop
+share/kservices5/plasma-applet-org.kde.plasma.notifications.desktop
+share/kservices5/plasma-applet-org.kde.plasma.panelspacer.desktop
+share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.cpu.desktop
+share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.diskactivity.desktop
+share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.diskusage.desktop
+share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.memory.desktop
+share/kservices5/plasma-applet-org.kde.plasma.systemmonitor.net.desktop
+share/kservices5/plasma-applet-org.kde.plasma.systemtray.desktop
+share/kservices5/plasma-containmentactions-applauncher.desktop
+share/kservices5/plasma-containmentactions-contextmenu.desktop
+share/kservices5/plasma-containmentactions-paste.desktop
+share/kservices5/plasma-containmentactions-switchactivity.desktop
+share/kservices5/plasma-containmentactions-switchdesktop.desktop
+share/kservices5/plasma-containmentactions-switchwindow.desktop
+share/kservices5/plasma-dataengine-activities.desktop
+share/kservices5/plasma-dataengine-applicationjobs.desktop
+share/kservices5/plasma-dataengine-apps.desktop
+share/kservices5/plasma-dataengine-clipboard.desktop
+share/kservices5/plasma-dataengine-devicenotifications.desktop
+share/kservices5/plasma-dataengine-dict.desktop
+share/kservices5/plasma-dataengine-executable.desktop
+share/kservices5/plasma-dataengine-favicons.desktop
+share/kservices5/plasma-dataengine-filebrowser.desktop
+share/kservices5/plasma-dataengine-hotplug.desktop
+share/kservices5/plasma-dataengine-keystate.desktop
+share/kservices5/plasma-dataengine-mouse.desktop
+share/kservices5/plasma-dataengine-mpris2.desktop
+share/kservices5/plasma-dataengine-notifications.desktop
+share/kservices5/plasma-dataengine-packagekit.desktop
+share/kservices5/plasma-dataengine-places.desktop
+share/kservices5/plasma-dataengine-powermanagement.desktop
+share/kservices5/plasma-dataengine-share-addon-im9.desktop
+share/kservices5/plasma-dataengine-share-addon-imgsusepasteorg.desktop
+share/kservices5/plasma-dataengine-share-addon-imgur.desktop
+share/kservices5/plasma-dataengine-share-addon-kde.desktop
+share/kservices5/plasma-dataengine-share-addon-pastebincom.desktop
+share/kservices5/plasma-dataengine-share-addon-pasteopensuseorg.desktop
+share/kservices5/plasma-dataengine-share-addon-pasteubuntucom.desktop
+share/kservices5/plasma-dataengine-share-addon-privatepastecom.desktop
+share/kservices5/plasma-dataengine-share-addon-simplestimagehosting.desktop
+share/kservices5/plasma-dataengine-share-addon-wklej.desktop
+share/kservices5/plasma-dataengine-share-addon-wstaw.desktop
+share/kservices5/plasma-dataengine-share.desktop
+share/kservices5/plasma-dataengine-soliddevice.desktop
+share/kservices5/plasma-dataengine-statusnotifieritem.desktop
+share/kservices5/plasma-dataengine-systemmonitor.desktop
+share/kservices5/plasma-dataengine-tasks.desktop
+share/kservices5/plasma-dataengine-time.desktop
+share/kservices5/plasma-dataengine-weather.desktop
+share/kservices5/plasma-lookandfeel-org.kde.breeze.desktop.desktop
+share/kservices5/plasma-runner-activityrunner.desktop
+share/kservices5/plasma-runner-baloosearch.desktop
+share/kservices5/plasma-runner-bookmarks.desktop
+share/kservices5/plasma-runner-calculator.desktop
+share/kservices5/plasma-runner-kill.desktop
+share/kservices5/plasma-runner-kill_config.desktop
+share/kservices5/plasma-runner-locations.desktop
+share/kservices5/plasma-runner-places.desktop
+share/kservices5/plasma-runner-powerdevil.desktop
+share/kservices5/plasma-runner-services.desktop
+share/kservices5/plasma-runner-sessions.desktop
+share/kservices5/plasma-runner-shell.desktop
+share/kservices5/plasma-runner-webshortcuts.desktop
+share/kservices5/plasma-runner-windowedwidgets.desktop
+share/kservices5/plasma-runner-windows.desktop
+share/kservices5/plasma-wallpaper-org.kde.color.desktop
+share/kservices5/plasma-wallpaper-org.kde.image.desktop
+share/kservices5/plasma-wallpaper-org.kde.slideshow.desktop
+share/kservices5/programs.protocol
+share/kservices5/recentdocuments.desktop
+share/kservices5/remote.protocol
+share/kservicetypes5/phononbackend.desktop
+share/kservicetypes5/plasma-layout-template.desktop
+share/kservicetypes5/plasma_shareprovider.desktop
+share/ksmserver/themes/contour/ContourButton.qml
+share/ksmserver/themes/contour/main.qml
+share/ksmserver/themes/contour/metadata.desktop
+share/ksmserver/themes/contour/screenshot.png
+share/ksmserver/themes/default/KSMButton.qml
+share/ksmserver/themes/default/metadata.desktop
+share/ksmserver/themes/default/screenshot.png
+share/ksplash/Themes/Classic/FadeIn.qml
+share/ksplash/Themes/Classic/Preview.png
+share/ksplash/Themes/Classic/Theme.rc
+share/ksplash/Themes/Classic/images/background.png
+share/ksplash/Themes/Classic/images/icon1.png
+share/ksplash/Themes/Classic/images/icon2.png
+share/ksplash/Themes/Classic/images/icon3.png
+share/ksplash/Themes/Classic/images/icon4.png
+share/ksplash/Themes/Classic/images/icon5.png
+share/ksplash/Themes/Classic/images/rectangle.png
+share/ksplash/Themes/Classic/main.qml
+share/ksplash/Themes/Minimalistic/Preview.png
+share/ksplash/Themes/Minimalistic/Theme.rc
+share/ksplash/Themes/Minimalistic/images/kdegear.png
+share/ksplash/Themes/Minimalistic/images/kdeletter.png
+share/ksplash/Themes/Minimalistic/images/kdelogo-contrast.png
+share/ksplash/Themes/Minimalistic/images/kdelogo.png
+share/ksplash/Themes/Minimalistic/images/kdemask.png
+share/ksplash/Themes/Minimalistic/main.qml
+share/ksplash/Themes/None/Theme.rc
+share/kstyle/themes/qtcde.themerc
+share/kstyle/themes/qtcleanlooks.themerc
+share/kstyle/themes/qtgtk.themerc
+share/kstyle/themes/qtmotif.themerc
+share/kstyle/themes/qtplastique.themerc
+share/kstyle/themes/qtwindows.themerc
+share/locale/af/LC_MESSAGES/drkonqi.mo
+share/locale/af/LC_MESSAGES/kio_applications.mo
+share/locale/af/LC_MESSAGES/kio_remote.mo
+share/locale/af/LC_MESSAGES/klipper.mo
+share/locale/af/LC_MESSAGES/ksmserver.mo
+share/locale/af/LC_MESSAGES/libtaskmanager.mo
+share/locale/ar/LC_MESSAGES/drkonqi.mo
+share/locale/ar/LC_MESSAGES/freespacenotifier.mo
+share/locale/ar/LC_MESSAGES/kcminit.mo
+share/locale/ar/LC_MESSAGES/kio_applications.mo
+share/locale/ar/LC_MESSAGES/kio_remote.mo
+share/locale/ar/LC_MESSAGES/klipper.mo
+share/locale/ar/LC_MESSAGES/krunner.mo
+share/locale/ar/LC_MESSAGES/ksmserver.mo
+share/locale/ar/LC_MESSAGES/kuiserver5.mo
+share/locale/ar/LC_MESSAGES/libkworkspace.mo
+share/locale/ar/LC_MESSAGES/libtaskmanager.mo
+share/locale/ar/LC_MESSAGES/phonon_kde.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ar/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ar/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ar/LC_MESSAGES/plasmashell.mo
+share/locale/ar/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ar/LC_MESSAGES/soliduiserver.mo
+share/locale/ar/LC_MESSAGES/systemmonitor.mo
+share/locale/ast/LC_MESSAGES/drkonqi.mo
+share/locale/ast/LC_MESSAGES/freespacenotifier.mo
+share/locale/ast/LC_MESSAGES/kcminit.mo
+share/locale/ast/LC_MESSAGES/kio_applications.mo
+share/locale/ast/LC_MESSAGES/kio_remote.mo
+share/locale/ast/LC_MESSAGES/klipper.mo
+share/locale/ast/LC_MESSAGES/krunner.mo
+share/locale/ast/LC_MESSAGES/ksmserver.mo
+share/locale/ast/LC_MESSAGES/kuiserver5.mo
+share/locale/ast/LC_MESSAGES/libkworkspace.mo
+share/locale/ast/LC_MESSAGES/libtaskmanager.mo
+share/locale/ast/LC_MESSAGES/phonon_kde.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ast/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ast/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ast/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ast/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ast/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ast/LC_MESSAGES/plasmashell.mo
+share/locale/ast/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ast/LC_MESSAGES/soliduiserver.mo
+share/locale/ast/LC_MESSAGES/systemmonitor.mo
+share/locale/be/LC_MESSAGES/drkonqi.mo
+share/locale/be/LC_MESSAGES/kcminit.mo
+share/locale/be/LC_MESSAGES/kio_applications.mo
+share/locale/be/LC_MESSAGES/kio_remote.mo
+share/locale/be/LC_MESSAGES/klipper.mo
+share/locale/be/LC_MESSAGES/ksmserver.mo
+share/locale/be/LC_MESSAGES/kuiserver5.mo
+share/locale/be/LC_MESSAGES/libkworkspace.mo
+share/locale/be/LC_MESSAGES/libtaskmanager.mo
+share/locale/be/LC_MESSAGES/phonon_kde.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/be/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/be/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/be/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/be/LC_MESSAGES/soliduiserver.mo
+share/locale/be@latin/LC_MESSAGES/kcminit.mo
+share/locale/be@latin/LC_MESSAGES/kio_applications.mo
+share/locale/be@latin/LC_MESSAGES/kio_remote.mo
+share/locale/be@latin/LC_MESSAGES/klipper.mo
+share/locale/be@latin/LC_MESSAGES/libkworkspace.mo
+share/locale/be@latin/LC_MESSAGES/libtaskmanager.mo
+share/locale/be@latin/LC_MESSAGES/phonon_kde.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/be@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/be@latin/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/be@latin/LC_MESSAGES/soliduiserver.mo
+share/locale/bg/LC_MESSAGES/drkonqi.mo
+share/locale/bg/LC_MESSAGES/freespacenotifier.mo
+share/locale/bg/LC_MESSAGES/kcminit.mo
+share/locale/bg/LC_MESSAGES/kio_applications.mo
+share/locale/bg/LC_MESSAGES/kio_remote.mo
+share/locale/bg/LC_MESSAGES/klipper.mo
+share/locale/bg/LC_MESSAGES/ksmserver.mo
+share/locale/bg/LC_MESSAGES/kuiserver5.mo
+share/locale/bg/LC_MESSAGES/libkworkspace.mo
+share/locale/bg/LC_MESSAGES/libtaskmanager.mo
+share/locale/bg/LC_MESSAGES/phonon_kde.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/bg/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/bg/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/bg/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/bg/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/bg/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_services.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/bg/LC_MESSAGES/soliduiserver.mo
+share/locale/bn/LC_MESSAGES/drkonqi.mo
+share/locale/bn/LC_MESSAGES/klipper.mo
+share/locale/bn/LC_MESSAGES/ksmserver.mo
+share/locale/bn/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/bn_IN/LC_MESSAGES/drkonqi.mo
+share/locale/bn_IN/LC_MESSAGES/kcminit.mo
+share/locale/bn_IN/LC_MESSAGES/kio_applications.mo
+share/locale/bn_IN/LC_MESSAGES/kio_remote.mo
+share/locale/bn_IN/LC_MESSAGES/klipper.mo
+share/locale/bn_IN/LC_MESSAGES/ksmserver.mo
+share/locale/bn_IN/LC_MESSAGES/kuiserver5.mo
+share/locale/bn_IN/LC_MESSAGES/libkworkspace.mo
+share/locale/bn_IN/LC_MESSAGES/libtaskmanager.mo
+share/locale/bn_IN/LC_MESSAGES/phonon_kde.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/bn_IN/LC_MESSAGES/soliduiserver.mo
+share/locale/br/LC_MESSAGES/drkonqi.mo
+share/locale/br/LC_MESSAGES/kio_applications.mo
+share/locale/br/LC_MESSAGES/kio_remote.mo
+share/locale/br/LC_MESSAGES/klipper.mo
+share/locale/br/LC_MESSAGES/ksmserver.mo
+share/locale/br/LC_MESSAGES/libtaskmanager.mo
+share/locale/bs/LC_MESSAGES/drkonqi.mo
+share/locale/bs/LC_MESSAGES/freespacenotifier.mo
+share/locale/bs/LC_MESSAGES/kcminit.mo
+share/locale/bs/LC_MESSAGES/kio_applications.mo
+share/locale/bs/LC_MESSAGES/kio_remote.mo
+share/locale/bs/LC_MESSAGES/klipper.mo
+share/locale/bs/LC_MESSAGES/krunner.mo
+share/locale/bs/LC_MESSAGES/ksmserver.mo
+share/locale/bs/LC_MESSAGES/kuiserver5.mo
+share/locale/bs/LC_MESSAGES/libkworkspace.mo
+share/locale/bs/LC_MESSAGES/libtaskmanager.mo
+share/locale/bs/LC_MESSAGES/phonon_kde.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/bs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_network.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_share.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_time.mo
+share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/bs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/bs/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_services.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/bs/LC_MESSAGES/plasmashell.mo
+share/locale/bs/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/bs/LC_MESSAGES/soliduiserver.mo
+share/locale/bs/LC_MESSAGES/systemmonitor.mo
+share/locale/ca/LC_MESSAGES/drkonqi.mo
+share/locale/ca/LC_MESSAGES/freespacenotifier.mo
+share/locale/ca/LC_MESSAGES/kcminit.mo
+share/locale/ca/LC_MESSAGES/kio_applications.mo
+share/locale/ca/LC_MESSAGES/kio_remote.mo
+share/locale/ca/LC_MESSAGES/klipper.mo
+share/locale/ca/LC_MESSAGES/krunner.mo
+share/locale/ca/LC_MESSAGES/ksmserver.mo
+share/locale/ca/LC_MESSAGES/kuiserver5.mo
+share/locale/ca/LC_MESSAGES/libkworkspace.mo
+share/locale/ca/LC_MESSAGES/libtaskmanager.mo
+share/locale/ca/LC_MESSAGES/phonon_kde.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ca/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ca/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ca/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ca/LC_MESSAGES/plasmashell.mo
+share/locale/ca/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ca/LC_MESSAGES/soliduiserver.mo
+share/locale/ca/LC_MESSAGES/systemmonitor.mo
+share/locale/ca@valencia/LC_MESSAGES/drkonqi.mo
+share/locale/ca@valencia/LC_MESSAGES/freespacenotifier.mo
+share/locale/ca@valencia/LC_MESSAGES/kcminit.mo
+share/locale/ca@valencia/LC_MESSAGES/kio_applications.mo
+share/locale/ca@valencia/LC_MESSAGES/kio_remote.mo
+share/locale/ca@valencia/LC_MESSAGES/klipper.mo
+share/locale/ca@valencia/LC_MESSAGES/krunner.mo
+share/locale/ca@valencia/LC_MESSAGES/ksmserver.mo
+share/locale/ca@valencia/LC_MESSAGES/kuiserver5.mo
+share/locale/ca@valencia/LC_MESSAGES/libkworkspace.mo
+share/locale/ca@valencia/LC_MESSAGES/libtaskmanager.mo
+share/locale/ca@valencia/LC_MESSAGES/phonon_kde.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ca@valencia/LC_MESSAGES/plasmashell.mo
+share/locale/ca@valencia/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ca@valencia/LC_MESSAGES/soliduiserver.mo
+share/locale/ca@valencia/LC_MESSAGES/systemmonitor.mo
+share/locale/cs/LC_MESSAGES/drkonqi.mo
+share/locale/cs/LC_MESSAGES/freespacenotifier.mo
+share/locale/cs/LC_MESSAGES/kcminit.mo
+share/locale/cs/LC_MESSAGES/kio_applications.mo
+share/locale/cs/LC_MESSAGES/kio_remote.mo
+share/locale/cs/LC_MESSAGES/klipper.mo
+share/locale/cs/LC_MESSAGES/krunner.mo
+share/locale/cs/LC_MESSAGES/ksmserver.mo
+share/locale/cs/LC_MESSAGES/kuiserver5.mo
+share/locale/cs/LC_MESSAGES/libkworkspace.mo
+share/locale/cs/LC_MESSAGES/libtaskmanager.mo
+share/locale/cs/LC_MESSAGES/phonon_kde.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/cs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_network.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_share.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_time.mo
+share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/cs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/cs/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_services.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/cs/LC_MESSAGES/plasmashell.mo
+share/locale/cs/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/cs/LC_MESSAGES/soliduiserver.mo
+share/locale/cs/LC_MESSAGES/systemmonitor.mo
+share/locale/csb/LC_MESSAGES/drkonqi.mo
+share/locale/csb/LC_MESSAGES/kcminit.mo
+share/locale/csb/LC_MESSAGES/kio_applications.mo
+share/locale/csb/LC_MESSAGES/kio_remote.mo
+share/locale/csb/LC_MESSAGES/klipper.mo
+share/locale/csb/LC_MESSAGES/ksmserver.mo
+share/locale/csb/LC_MESSAGES/kuiserver5.mo
+share/locale/csb/LC_MESSAGES/libkworkspace.mo
+share/locale/csb/LC_MESSAGES/libtaskmanager.mo
+share/locale/csb/LC_MESSAGES/phonon_kde.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/csb/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/csb/LC_MESSAGES/plasma_engine_network.mo
+share/locale/csb/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/csb/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/csb/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_services.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/csb/LC_MESSAGES/soliduiserver.mo
+share/locale/cy/LC_MESSAGES/drkonqi.mo
+share/locale/cy/LC_MESSAGES/kio_applications.mo
+share/locale/cy/LC_MESSAGES/kio_remote.mo
+share/locale/cy/LC_MESSAGES/klipper.mo
+share/locale/cy/LC_MESSAGES/ksmserver.mo
+share/locale/cy/LC_MESSAGES/libtaskmanager.mo
+share/locale/da/LC_MESSAGES/drkonqi.mo
+share/locale/da/LC_MESSAGES/freespacenotifier.mo
+share/locale/da/LC_MESSAGES/kcminit.mo
+share/locale/da/LC_MESSAGES/kio_applications.mo
+share/locale/da/LC_MESSAGES/kio_remote.mo
+share/locale/da/LC_MESSAGES/klipper.mo
+share/locale/da/LC_MESSAGES/krunner.mo
+share/locale/da/LC_MESSAGES/ksmserver.mo
+share/locale/da/LC_MESSAGES/kuiserver5.mo
+share/locale/da/LC_MESSAGES/libkworkspace.mo
+share/locale/da/LC_MESSAGES/libtaskmanager.mo
+share/locale/da/LC_MESSAGES/phonon_kde.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/da/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/da/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/da/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/da/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/da/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/da/LC_MESSAGES/plasma_engine_network.mo
+share/locale/da/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/da/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/da/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/da/LC_MESSAGES/plasma_engine_share.mo
+share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/da/LC_MESSAGES/plasma_engine_time.mo
+share/locale/da/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/da/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/da/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/da/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/da/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/da/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/da/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/da/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/da/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/da/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/da/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/da/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/da/LC_MESSAGES/plasma_runner_services.mo
+share/locale/da/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/da/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/da/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/da/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/da/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/da/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/da/LC_MESSAGES/plasmashell.mo
+share/locale/da/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/da/LC_MESSAGES/soliduiserver.mo
+share/locale/da/LC_MESSAGES/systemmonitor.mo
+share/locale/de/LC_MESSAGES/drkonqi.mo
+share/locale/de/LC_MESSAGES/freespacenotifier.mo
+share/locale/de/LC_MESSAGES/kcminit.mo
+share/locale/de/LC_MESSAGES/kio_applications.mo
+share/locale/de/LC_MESSAGES/kio_remote.mo
+share/locale/de/LC_MESSAGES/klipper.mo
+share/locale/de/LC_MESSAGES/krunner.mo
+share/locale/de/LC_MESSAGES/ksmserver.mo
+share/locale/de/LC_MESSAGES/kuiserver5.mo
+share/locale/de/LC_MESSAGES/libkworkspace.mo
+share/locale/de/LC_MESSAGES/libtaskmanager.mo
+share/locale/de/LC_MESSAGES/phonon_kde.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/de/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/de/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/de/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/de/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/de/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/de/LC_MESSAGES/plasma_engine_network.mo
+share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/de/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/de/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/de/LC_MESSAGES/plasma_engine_share.mo
+share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/de/LC_MESSAGES/plasma_engine_time.mo
+share/locale/de/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/de/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/de/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/de/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/de/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/de/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/de/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/de/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/de/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/de/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/de/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/de/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/de/LC_MESSAGES/plasma_runner_services.mo
+share/locale/de/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/de/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/de/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/de/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/de/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/de/LC_MESSAGES/plasmashell.mo
+share/locale/de/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/de/LC_MESSAGES/soliduiserver.mo
+share/locale/de/LC_MESSAGES/systemmonitor.mo
+share/locale/el/LC_MESSAGES/drkonqi.mo
+share/locale/el/LC_MESSAGES/freespacenotifier.mo
+share/locale/el/LC_MESSAGES/kcminit.mo
+share/locale/el/LC_MESSAGES/kio_applications.mo
+share/locale/el/LC_MESSAGES/kio_remote.mo
+share/locale/el/LC_MESSAGES/klipper.mo
+share/locale/el/LC_MESSAGES/krunner.mo
+share/locale/el/LC_MESSAGES/ksmserver.mo
+share/locale/el/LC_MESSAGES/kuiserver5.mo
+share/locale/el/LC_MESSAGES/libkworkspace.mo
+share/locale/el/LC_MESSAGES/libtaskmanager.mo
+share/locale/el/LC_MESSAGES/phonon_kde.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/el/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/el/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/el/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/el/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/el/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/el/LC_MESSAGES/plasma_engine_network.mo
+share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/el/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/el/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/el/LC_MESSAGES/plasma_engine_share.mo
+share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/el/LC_MESSAGES/plasma_engine_time.mo
+share/locale/el/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/el/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/el/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/el/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/el/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/el/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/el/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/el/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/el/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/el/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/el/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/el/LC_MESSAGES/plasma_runner_services.mo
+share/locale/el/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/el/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/el/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/el/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/el/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/el/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/el/LC_MESSAGES/plasmashell.mo
+share/locale/el/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/el/LC_MESSAGES/soliduiserver.mo
+share/locale/el/LC_MESSAGES/systemmonitor.mo
+share/locale/en_GB/LC_MESSAGES/drkonqi.mo
+share/locale/en_GB/LC_MESSAGES/freespacenotifier.mo
+share/locale/en_GB/LC_MESSAGES/kcminit.mo
+share/locale/en_GB/LC_MESSAGES/kio_applications.mo
+share/locale/en_GB/LC_MESSAGES/kio_remote.mo
+share/locale/en_GB/LC_MESSAGES/klipper.mo
+share/locale/en_GB/LC_MESSAGES/krunner.mo
+share/locale/en_GB/LC_MESSAGES/ksmserver.mo
+share/locale/en_GB/LC_MESSAGES/kuiserver5.mo
+share/locale/en_GB/LC_MESSAGES/libkworkspace.mo
+share/locale/en_GB/LC_MESSAGES/libtaskmanager.mo
+share/locale/en_GB/LC_MESSAGES/phonon_kde.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_network.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_share.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_time.mo
+share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/en_GB/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/en_GB/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_services.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/en_GB/LC_MESSAGES/plasmashell.mo
+share/locale/en_GB/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/en_GB/LC_MESSAGES/soliduiserver.mo
+share/locale/en_GB/LC_MESSAGES/systemmonitor.mo
+share/locale/eo/LC_MESSAGES/drkonqi.mo
+share/locale/eo/LC_MESSAGES/freespacenotifier.mo
+share/locale/eo/LC_MESSAGES/kcminit.mo
+share/locale/eo/LC_MESSAGES/kio_applications.mo
+share/locale/eo/LC_MESSAGES/kio_remote.mo
+share/locale/eo/LC_MESSAGES/klipper.mo
+share/locale/eo/LC_MESSAGES/ksmserver.mo
+share/locale/eo/LC_MESSAGES/kuiserver5.mo
+share/locale/eo/LC_MESSAGES/libkworkspace.mo
+share/locale/eo/LC_MESSAGES/libtaskmanager.mo
+share/locale/eo/LC_MESSAGES/phonon_kde.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/eo/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_network.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_share.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/eo/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_services.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/eo/LC_MESSAGES/soliduiserver.mo
+share/locale/es/LC_MESSAGES/drkonqi.mo
+share/locale/es/LC_MESSAGES/freespacenotifier.mo
+share/locale/es/LC_MESSAGES/kcminit.mo
+share/locale/es/LC_MESSAGES/kio_applications.mo
+share/locale/es/LC_MESSAGES/kio_remote.mo
+share/locale/es/LC_MESSAGES/klipper.mo
+share/locale/es/LC_MESSAGES/krunner.mo
+share/locale/es/LC_MESSAGES/ksmserver.mo
+share/locale/es/LC_MESSAGES/kuiserver5.mo
+share/locale/es/LC_MESSAGES/libkworkspace.mo
+share/locale/es/LC_MESSAGES/libtaskmanager.mo
+share/locale/es/LC_MESSAGES/phonon_kde.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/es/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/es/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/es/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/es/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/es/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/es/LC_MESSAGES/plasma_engine_network.mo
+share/locale/es/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/es/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/es/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/es/LC_MESSAGES/plasma_engine_share.mo
+share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/es/LC_MESSAGES/plasma_engine_time.mo
+share/locale/es/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/es/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/es/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/es/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/es/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/es/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/es/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/es/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/es/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/es/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/es/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/es/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/es/LC_MESSAGES/plasma_runner_services.mo
+share/locale/es/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/es/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/es/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/es/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/es/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/es/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/es/LC_MESSAGES/plasmashell.mo
+share/locale/es/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/es/LC_MESSAGES/soliduiserver.mo
+share/locale/es/LC_MESSAGES/systemmonitor.mo
+share/locale/et/LC_MESSAGES/drkonqi.mo
+share/locale/et/LC_MESSAGES/freespacenotifier.mo
+share/locale/et/LC_MESSAGES/kcminit.mo
+share/locale/et/LC_MESSAGES/kio_applications.mo
+share/locale/et/LC_MESSAGES/kio_remote.mo
+share/locale/et/LC_MESSAGES/klipper.mo
+share/locale/et/LC_MESSAGES/krunner.mo
+share/locale/et/LC_MESSAGES/ksmserver.mo
+share/locale/et/LC_MESSAGES/kuiserver5.mo
+share/locale/et/LC_MESSAGES/libkworkspace.mo
+share/locale/et/LC_MESSAGES/libtaskmanager.mo
+share/locale/et/LC_MESSAGES/phonon_kde.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/et/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/et/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/et/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/et/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/et/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/et/LC_MESSAGES/plasma_engine_network.mo
+share/locale/et/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/et/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/et/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/et/LC_MESSAGES/plasma_engine_share.mo
+share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/et/LC_MESSAGES/plasma_engine_time.mo
+share/locale/et/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/et/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/et/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/et/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/et/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/et/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/et/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/et/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/et/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/et/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/et/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/et/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/et/LC_MESSAGES/plasma_runner_services.mo
+share/locale/et/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/et/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/et/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/et/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/et/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/et/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/et/LC_MESSAGES/plasmashell.mo
+share/locale/et/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/et/LC_MESSAGES/soliduiserver.mo
+share/locale/et/LC_MESSAGES/systemmonitor.mo
+share/locale/eu/LC_MESSAGES/drkonqi.mo
+share/locale/eu/LC_MESSAGES/freespacenotifier.mo
+share/locale/eu/LC_MESSAGES/kcminit.mo
+share/locale/eu/LC_MESSAGES/kio_applications.mo
+share/locale/eu/LC_MESSAGES/kio_remote.mo
+share/locale/eu/LC_MESSAGES/klipper.mo
+share/locale/eu/LC_MESSAGES/ksmserver.mo
+share/locale/eu/LC_MESSAGES/kuiserver5.mo
+share/locale/eu/LC_MESSAGES/libkworkspace.mo
+share/locale/eu/LC_MESSAGES/libtaskmanager.mo
+share/locale/eu/LC_MESSAGES/phonon_kde.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/eu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_network.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_share.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/eu/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_services.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/eu/LC_MESSAGES/soliduiserver.mo
+share/locale/fa/LC_MESSAGES/drkonqi.mo
+share/locale/fa/LC_MESSAGES/freespacenotifier.mo
+share/locale/fa/LC_MESSAGES/kcminit.mo
+share/locale/fa/LC_MESSAGES/kio_applications.mo
+share/locale/fa/LC_MESSAGES/kio_remote.mo
+share/locale/fa/LC_MESSAGES/klipper.mo
+share/locale/fa/LC_MESSAGES/ksmserver.mo
+share/locale/fa/LC_MESSAGES/kuiserver5.mo
+share/locale/fa/LC_MESSAGES/libkworkspace.mo
+share/locale/fa/LC_MESSAGES/libtaskmanager.mo
+share/locale/fa/LC_MESSAGES/phonon_kde.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/fa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/fa/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/fa/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/fa/LC_MESSAGES/soliduiserver.mo
+share/locale/fi/LC_MESSAGES/drkonqi.mo
+share/locale/fi/LC_MESSAGES/freespacenotifier.mo
+share/locale/fi/LC_MESSAGES/kcminit.mo
+share/locale/fi/LC_MESSAGES/kio_applications.mo
+share/locale/fi/LC_MESSAGES/kio_remote.mo
+share/locale/fi/LC_MESSAGES/klipper.mo
+share/locale/fi/LC_MESSAGES/krunner.mo
+share/locale/fi/LC_MESSAGES/ksmserver.mo
+share/locale/fi/LC_MESSAGES/kuiserver5.mo
+share/locale/fi/LC_MESSAGES/libkworkspace.mo
+share/locale/fi/LC_MESSAGES/libtaskmanager.mo
+share/locale/fi/LC_MESSAGES/phonon_kde.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/fi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_network.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_share.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_time.mo
+share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/fi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/fi/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_services.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/fi/LC_MESSAGES/plasmashell.mo
+share/locale/fi/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/fi/LC_MESSAGES/soliduiserver.mo
+share/locale/fi/LC_MESSAGES/systemmonitor.mo
+share/locale/fr/LC_MESSAGES/drkonqi.mo
+share/locale/fr/LC_MESSAGES/freespacenotifier.mo
+share/locale/fr/LC_MESSAGES/kcminit.mo
+share/locale/fr/LC_MESSAGES/kio_applications.mo
+share/locale/fr/LC_MESSAGES/kio_remote.mo
+share/locale/fr/LC_MESSAGES/klipper.mo
+share/locale/fr/LC_MESSAGES/krunner.mo
+share/locale/fr/LC_MESSAGES/ksmserver.mo
+share/locale/fr/LC_MESSAGES/kuiserver5.mo
+share/locale/fr/LC_MESSAGES/libkworkspace.mo
+share/locale/fr/LC_MESSAGES/libtaskmanager.mo
+share/locale/fr/LC_MESSAGES/phonon_kde.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_network.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_share.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_time.mo
+share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/fr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/fr/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_services.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/fr/LC_MESSAGES/plasmashell.mo
+share/locale/fr/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/fr/LC_MESSAGES/soliduiserver.mo
+share/locale/fr/LC_MESSAGES/systemmonitor.mo
+share/locale/fy/LC_MESSAGES/drkonqi.mo
+share/locale/fy/LC_MESSAGES/kcminit.mo
+share/locale/fy/LC_MESSAGES/kio_applications.mo
+share/locale/fy/LC_MESSAGES/kio_remote.mo
+share/locale/fy/LC_MESSAGES/klipper.mo
+share/locale/fy/LC_MESSAGES/ksmserver.mo
+share/locale/fy/LC_MESSAGES/kuiserver5.mo
+share/locale/fy/LC_MESSAGES/libkworkspace.mo
+share/locale/fy/LC_MESSAGES/libtaskmanager.mo
+share/locale/fy/LC_MESSAGES/phonon_kde.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/fy/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/fy/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/fy/LC_MESSAGES/plasma_engine_network.mo
+share/locale/fy/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/fy/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/fy/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_services.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/fy/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/fy/LC_MESSAGES/soliduiserver.mo
+share/locale/ga/LC_MESSAGES/drkonqi.mo
+share/locale/ga/LC_MESSAGES/freespacenotifier.mo
+share/locale/ga/LC_MESSAGES/kcminit.mo
+share/locale/ga/LC_MESSAGES/kio_applications.mo
+share/locale/ga/LC_MESSAGES/kio_remote.mo
+share/locale/ga/LC_MESSAGES/klipper.mo
+share/locale/ga/LC_MESSAGES/ksmserver.mo
+share/locale/ga/LC_MESSAGES/kuiserver5.mo
+share/locale/ga/LC_MESSAGES/libkworkspace.mo
+share/locale/ga/LC_MESSAGES/libtaskmanager.mo
+share/locale/ga/LC_MESSAGES/phonon_kde.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ga/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ga/LC_MESSAGES/soliduiserver.mo
+share/locale/gl/LC_MESSAGES/drkonqi.mo
+share/locale/gl/LC_MESSAGES/freespacenotifier.mo
+share/locale/gl/LC_MESSAGES/kcminit.mo
+share/locale/gl/LC_MESSAGES/kio_applications.mo
+share/locale/gl/LC_MESSAGES/kio_remote.mo
+share/locale/gl/LC_MESSAGES/klipper.mo
+share/locale/gl/LC_MESSAGES/krunner.mo
+share/locale/gl/LC_MESSAGES/ksmserver.mo
+share/locale/gl/LC_MESSAGES/kuiserver5.mo
+share/locale/gl/LC_MESSAGES/libkworkspace.mo
+share/locale/gl/LC_MESSAGES/libtaskmanager.mo
+share/locale/gl/LC_MESSAGES/phonon_kde.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/gl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_network.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_share.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_time.mo
+share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/gl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/gl/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_services.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/gl/LC_MESSAGES/plasmashell.mo
+share/locale/gl/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/gl/LC_MESSAGES/soliduiserver.mo
+share/locale/gl/LC_MESSAGES/systemmonitor.mo
+share/locale/gu/LC_MESSAGES/drkonqi.mo
+share/locale/gu/LC_MESSAGES/freespacenotifier.mo
+share/locale/gu/LC_MESSAGES/kcminit.mo
+share/locale/gu/LC_MESSAGES/kio_applications.mo
+share/locale/gu/LC_MESSAGES/kio_remote.mo
+share/locale/gu/LC_MESSAGES/klipper.mo
+share/locale/gu/LC_MESSAGES/ksmserver.mo
+share/locale/gu/LC_MESSAGES/kuiserver5.mo
+share/locale/gu/LC_MESSAGES/libkworkspace.mo
+share/locale/gu/LC_MESSAGES/libtaskmanager.mo
+share/locale/gu/LC_MESSAGES/phonon_kde.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/gu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/gu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_network.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_share.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/gu/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_services.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/gu/LC_MESSAGES/soliduiserver.mo
+share/locale/he/LC_MESSAGES/drkonqi.mo
+share/locale/he/LC_MESSAGES/freespacenotifier.mo
+share/locale/he/LC_MESSAGES/kcminit.mo
+share/locale/he/LC_MESSAGES/kio_applications.mo
+share/locale/he/LC_MESSAGES/kio_remote.mo
+share/locale/he/LC_MESSAGES/klipper.mo
+share/locale/he/LC_MESSAGES/ksmserver.mo
+share/locale/he/LC_MESSAGES/kuiserver5.mo
+share/locale/he/LC_MESSAGES/libkworkspace.mo
+share/locale/he/LC_MESSAGES/libtaskmanager.mo
+share/locale/he/LC_MESSAGES/phonon_kde.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/he/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/he/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/he/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/he/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/he/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/he/LC_MESSAGES/plasma_engine_network.mo
+share/locale/he/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/he/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/he/LC_MESSAGES/plasma_engine_share.mo
+share/locale/he/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/he/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/he/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/he/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/he/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/he/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/he/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/he/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/he/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/he/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/he/LC_MESSAGES/plasma_runner_services.mo
+share/locale/he/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/he/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/he/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/he/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/he/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/he/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/he/LC_MESSAGES/soliduiserver.mo
+share/locale/hi/LC_MESSAGES/drkonqi.mo
+share/locale/hi/LC_MESSAGES/freespacenotifier.mo
+share/locale/hi/LC_MESSAGES/kcminit.mo
+share/locale/hi/LC_MESSAGES/kio_applications.mo
+share/locale/hi/LC_MESSAGES/kio_remote.mo
+share/locale/hi/LC_MESSAGES/klipper.mo
+share/locale/hi/LC_MESSAGES/ksmserver.mo
+share/locale/hi/LC_MESSAGES/kuiserver5.mo
+share/locale/hi/LC_MESSAGES/libkworkspace.mo
+share/locale/hi/LC_MESSAGES/libtaskmanager.mo
+share/locale/hi/LC_MESSAGES/phonon_kde.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/hi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_network.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/hi/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_services.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/hi/LC_MESSAGES/soliduiserver.mo
+share/locale/hne/LC_MESSAGES/drkonqi.mo
+share/locale/hne/LC_MESSAGES/kcminit.mo
+share/locale/hne/LC_MESSAGES/kio_applications.mo
+share/locale/hne/LC_MESSAGES/kio_remote.mo
+share/locale/hne/LC_MESSAGES/ksmserver.mo
+share/locale/hne/LC_MESSAGES/kuiserver5.mo
+share/locale/hne/LC_MESSAGES/libkworkspace.mo
+share/locale/hne/LC_MESSAGES/libtaskmanager.mo
+share/locale/hne/LC_MESSAGES/phonon_kde.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/hne/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/hne/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/hne/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/hne/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/hne/LC_MESSAGES/soliduiserver.mo
+share/locale/hr/LC_MESSAGES/drkonqi.mo
+share/locale/hr/LC_MESSAGES/freespacenotifier.mo
+share/locale/hr/LC_MESSAGES/kcminit.mo
+share/locale/hr/LC_MESSAGES/kio_applications.mo
+share/locale/hr/LC_MESSAGES/kio_remote.mo
+share/locale/hr/LC_MESSAGES/klipper.mo
+share/locale/hr/LC_MESSAGES/ksmserver.mo
+share/locale/hr/LC_MESSAGES/kuiserver5.mo
+share/locale/hr/LC_MESSAGES/libkworkspace.mo
+share/locale/hr/LC_MESSAGES/libtaskmanager.mo
+share/locale/hr/LC_MESSAGES/phonon_kde.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/hr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_network.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_share.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_services.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/hr/LC_MESSAGES/soliduiserver.mo
+share/locale/hsb/LC_MESSAGES/drkonqi.mo
+share/locale/hsb/LC_MESSAGES/kcminit.mo
+share/locale/hsb/LC_MESSAGES/kio_applications.mo
+share/locale/hsb/LC_MESSAGES/kio_remote.mo
+share/locale/hsb/LC_MESSAGES/klipper.mo
+share/locale/hsb/LC_MESSAGES/ksmserver.mo
+share/locale/hsb/LC_MESSAGES/kuiserver5.mo
+share/locale/hsb/LC_MESSAGES/libkworkspace.mo
+share/locale/hsb/LC_MESSAGES/libtaskmanager.mo
+share/locale/hsb/LC_MESSAGES/phonon_kde.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/hsb/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/hsb/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/hsb/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/hsb/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/hsb/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/hsb/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/hsb/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/hsb/LC_MESSAGES/soliduiserver.mo
+share/locale/hu/LC_MESSAGES/drkonqi.mo
+share/locale/hu/LC_MESSAGES/freespacenotifier.mo
+share/locale/hu/LC_MESSAGES/kcminit.mo
+share/locale/hu/LC_MESSAGES/kio_applications.mo
+share/locale/hu/LC_MESSAGES/kio_remote.mo
+share/locale/hu/LC_MESSAGES/klipper.mo
+share/locale/hu/LC_MESSAGES/krunner.mo
+share/locale/hu/LC_MESSAGES/ksmserver.mo
+share/locale/hu/LC_MESSAGES/kuiserver5.mo
+share/locale/hu/LC_MESSAGES/libkworkspace.mo
+share/locale/hu/LC_MESSAGES/libtaskmanager.mo
+share/locale/hu/LC_MESSAGES/phonon_kde.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/hu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_network.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_share.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_time.mo
+share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/hu/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/hu/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_services.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/hu/LC_MESSAGES/plasmashell.mo
+share/locale/hu/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/hu/LC_MESSAGES/soliduiserver.mo
+share/locale/hu/LC_MESSAGES/systemmonitor.mo
+share/locale/hy/LC_MESSAGES/kcminit.mo
+share/locale/hy/LC_MESSAGES/phonon_kde.mo
+share/locale/hy/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/hy/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ia/LC_MESSAGES/drkonqi.mo
+share/locale/ia/LC_MESSAGES/freespacenotifier.mo
+share/locale/ia/LC_MESSAGES/kcminit.mo
+share/locale/ia/LC_MESSAGES/kio_applications.mo
+share/locale/ia/LC_MESSAGES/kio_remote.mo
+share/locale/ia/LC_MESSAGES/klipper.mo
+share/locale/ia/LC_MESSAGES/krunner.mo
+share/locale/ia/LC_MESSAGES/ksmserver.mo
+share/locale/ia/LC_MESSAGES/kuiserver5.mo
+share/locale/ia/LC_MESSAGES/libkworkspace.mo
+share/locale/ia/LC_MESSAGES/libtaskmanager.mo
+share/locale/ia/LC_MESSAGES/phonon_kde.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ia/LC_MESSAGES/plasmashell.mo
+share/locale/ia/LC_MESSAGES/soliduiserver.mo
+share/locale/ia/LC_MESSAGES/systemmonitor.mo
+share/locale/id/LC_MESSAGES/drkonqi.mo
+share/locale/id/LC_MESSAGES/freespacenotifier.mo
+share/locale/id/LC_MESSAGES/kcminit.mo
+share/locale/id/LC_MESSAGES/kio_applications.mo
+share/locale/id/LC_MESSAGES/kio_remote.mo
+share/locale/id/LC_MESSAGES/klipper.mo
+share/locale/id/LC_MESSAGES/ksmserver.mo
+share/locale/id/LC_MESSAGES/kuiserver5.mo
+share/locale/id/LC_MESSAGES/libkworkspace.mo
+share/locale/id/LC_MESSAGES/libtaskmanager.mo
+share/locale/id/LC_MESSAGES/phonon_kde.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/id/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/id/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/id/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/id/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/id/LC_MESSAGES/plasma_engine_network.mo
+share/locale/id/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/id/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/id/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/id/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/id/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/id/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/id/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/id/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/id/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/id/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/id/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/id/LC_MESSAGES/plasma_runner_services.mo
+share/locale/id/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/id/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/id/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/id/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/id/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/id/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/id/LC_MESSAGES/soliduiserver.mo
+share/locale/is/LC_MESSAGES/drkonqi.mo
+share/locale/is/LC_MESSAGES/freespacenotifier.mo
+share/locale/is/LC_MESSAGES/kcminit.mo
+share/locale/is/LC_MESSAGES/kio_applications.mo
+share/locale/is/LC_MESSAGES/kio_remote.mo
+share/locale/is/LC_MESSAGES/klipper.mo
+share/locale/is/LC_MESSAGES/ksmserver.mo
+share/locale/is/LC_MESSAGES/kuiserver5.mo
+share/locale/is/LC_MESSAGES/libkworkspace.mo
+share/locale/is/LC_MESSAGES/libtaskmanager.mo
+share/locale/is/LC_MESSAGES/phonon_kde.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/is/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/is/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/is/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/is/LC_MESSAGES/plasma_engine_network.mo
+share/locale/is/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/is/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/is/LC_MESSAGES/plasma_engine_share.mo
+share/locale/is/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/is/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/is/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/is/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/is/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/is/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/is/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/is/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/is/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/is/LC_MESSAGES/plasma_runner_services.mo
+share/locale/is/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/is/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/is/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/is/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/is/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/is/LC_MESSAGES/soliduiserver.mo
+share/locale/it/LC_MESSAGES/drkonqi.mo
+share/locale/it/LC_MESSAGES/freespacenotifier.mo
+share/locale/it/LC_MESSAGES/kcminit.mo
+share/locale/it/LC_MESSAGES/kio_applications.mo
+share/locale/it/LC_MESSAGES/kio_remote.mo
+share/locale/it/LC_MESSAGES/klipper.mo
+share/locale/it/LC_MESSAGES/krunner.mo
+share/locale/it/LC_MESSAGES/ksmserver.mo
+share/locale/it/LC_MESSAGES/kuiserver5.mo
+share/locale/it/LC_MESSAGES/libkworkspace.mo
+share/locale/it/LC_MESSAGES/libtaskmanager.mo
+share/locale/it/LC_MESSAGES/phonon_kde.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/it/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/it/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/it/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/it/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/it/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/it/LC_MESSAGES/plasma_engine_network.mo
+share/locale/it/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/it/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/it/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/it/LC_MESSAGES/plasma_engine_share.mo
+share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/it/LC_MESSAGES/plasma_engine_time.mo
+share/locale/it/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/it/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/it/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/it/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/it/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/it/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/it/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/it/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/it/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/it/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/it/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/it/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/it/LC_MESSAGES/plasma_runner_services.mo
+share/locale/it/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/it/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/it/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/it/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/it/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/it/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/it/LC_MESSAGES/plasmashell.mo
+share/locale/it/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/it/LC_MESSAGES/soliduiserver.mo
+share/locale/it/LC_MESSAGES/systemmonitor.mo
+share/locale/ja/LC_MESSAGES/drkonqi.mo
+share/locale/ja/LC_MESSAGES/freespacenotifier.mo
+share/locale/ja/LC_MESSAGES/kcminit.mo
+share/locale/ja/LC_MESSAGES/kio_applications.mo
+share/locale/ja/LC_MESSAGES/kio_remote.mo
+share/locale/ja/LC_MESSAGES/klipper.mo
+share/locale/ja/LC_MESSAGES/krunner.mo
+share/locale/ja/LC_MESSAGES/ksmserver.mo
+share/locale/ja/LC_MESSAGES/kuiserver5.mo
+share/locale/ja/LC_MESSAGES/libkworkspace.mo
+share/locale/ja/LC_MESSAGES/libtaskmanager.mo
+share/locale/ja/LC_MESSAGES/phonon_kde.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ja/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ja/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ja/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ja/LC_MESSAGES/plasmashell.mo
+share/locale/ja/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ja/LC_MESSAGES/soliduiserver.mo
+share/locale/ja/LC_MESSAGES/systemmonitor.mo
+share/locale/kk/LC_MESSAGES/drkonqi.mo
+share/locale/kk/LC_MESSAGES/freespacenotifier.mo
+share/locale/kk/LC_MESSAGES/kcminit.mo
+share/locale/kk/LC_MESSAGES/kio_applications.mo
+share/locale/kk/LC_MESSAGES/kio_remote.mo
+share/locale/kk/LC_MESSAGES/klipper.mo
+share/locale/kk/LC_MESSAGES/ksmserver.mo
+share/locale/kk/LC_MESSAGES/kuiserver5.mo
+share/locale/kk/LC_MESSAGES/libkworkspace.mo
+share/locale/kk/LC_MESSAGES/libtaskmanager.mo
+share/locale/kk/LC_MESSAGES/phonon_kde.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/kk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_network.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_share.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_services.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/kk/LC_MESSAGES/soliduiserver.mo
+share/locale/km/LC_MESSAGES/drkonqi.mo
+share/locale/km/LC_MESSAGES/freespacenotifier.mo
+share/locale/km/LC_MESSAGES/kcminit.mo
+share/locale/km/LC_MESSAGES/kio_applications.mo
+share/locale/km/LC_MESSAGES/kio_remote.mo
+share/locale/km/LC_MESSAGES/klipper.mo
+share/locale/km/LC_MESSAGES/ksmserver.mo
+share/locale/km/LC_MESSAGES/kuiserver5.mo
+share/locale/km/LC_MESSAGES/libkworkspace.mo
+share/locale/km/LC_MESSAGES/libtaskmanager.mo
+share/locale/km/LC_MESSAGES/phonon_kde.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/km/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/km/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/km/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/km/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/km/LC_MESSAGES/plasma_engine_network.mo
+share/locale/km/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/km/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/km/LC_MESSAGES/plasma_engine_share.mo
+share/locale/km/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/km/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/km/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/km/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/km/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/km/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/km/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/km/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/km/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/km/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/km/LC_MESSAGES/plasma_runner_services.mo
+share/locale/km/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/km/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/km/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/km/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/km/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/km/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/km/LC_MESSAGES/soliduiserver.mo
+share/locale/kn/LC_MESSAGES/drkonqi.mo
+share/locale/kn/LC_MESSAGES/freespacenotifier.mo
+share/locale/kn/LC_MESSAGES/kcminit.mo
+share/locale/kn/LC_MESSAGES/kio_applications.mo
+share/locale/kn/LC_MESSAGES/kio_remote.mo
+share/locale/kn/LC_MESSAGES/klipper.mo
+share/locale/kn/LC_MESSAGES/ksmserver.mo
+share/locale/kn/LC_MESSAGES/kuiserver5.mo
+share/locale/kn/LC_MESSAGES/libkworkspace.mo
+share/locale/kn/LC_MESSAGES/libtaskmanager.mo
+share/locale/kn/LC_MESSAGES/phonon_kde.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/kn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/kn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/kn/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/kn/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/kn/LC_MESSAGES/plasma_engine_network.mo
+share/locale/kn/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/kn/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/kn/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_services.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/kn/LC_MESSAGES/soliduiserver.mo
+share/locale/ko/LC_MESSAGES/drkonqi.mo
+share/locale/ko/LC_MESSAGES/freespacenotifier.mo
+share/locale/ko/LC_MESSAGES/kcminit.mo
+share/locale/ko/LC_MESSAGES/kio_applications.mo
+share/locale/ko/LC_MESSAGES/kio_remote.mo
+share/locale/ko/LC_MESSAGES/klipper.mo
+share/locale/ko/LC_MESSAGES/krunner.mo
+share/locale/ko/LC_MESSAGES/ksmserver.mo
+share/locale/ko/LC_MESSAGES/kuiserver5.mo
+share/locale/ko/LC_MESSAGES/libkworkspace.mo
+share/locale/ko/LC_MESSAGES/libtaskmanager.mo
+share/locale/ko/LC_MESSAGES/phonon_kde.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ko/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ko/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ko/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ko/LC_MESSAGES/plasmashell.mo
+share/locale/ko/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ko/LC_MESSAGES/soliduiserver.mo
+share/locale/ko/LC_MESSAGES/systemmonitor.mo
+share/locale/ku/LC_MESSAGES/drkonqi.mo
+share/locale/ku/LC_MESSAGES/kcminit.mo
+share/locale/ku/LC_MESSAGES/kio_applications.mo
+share/locale/ku/LC_MESSAGES/kio_remote.mo
+share/locale/ku/LC_MESSAGES/klipper.mo
+share/locale/ku/LC_MESSAGES/ksmserver.mo
+share/locale/ku/LC_MESSAGES/kuiserver5.mo
+share/locale/ku/LC_MESSAGES/libkworkspace.mo
+share/locale/ku/LC_MESSAGES/libtaskmanager.mo
+share/locale/ku/LC_MESSAGES/phonon_kde.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ku/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ku/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ku/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ku/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ku/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ku/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ku/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ku/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ku/LC_MESSAGES/soliduiserver.mo
+share/locale/lb/LC_MESSAGES/kio_applications.mo
+share/locale/lb/LC_MESSAGES/kio_remote.mo
+share/locale/lt/LC_MESSAGES/drkonqi.mo
+share/locale/lt/LC_MESSAGES/freespacenotifier.mo
+share/locale/lt/LC_MESSAGES/kcminit.mo
+share/locale/lt/LC_MESSAGES/kio_applications.mo
+share/locale/lt/LC_MESSAGES/kio_remote.mo
+share/locale/lt/LC_MESSAGES/klipper.mo
+share/locale/lt/LC_MESSAGES/krunner.mo
+share/locale/lt/LC_MESSAGES/ksmserver.mo
+share/locale/lt/LC_MESSAGES/kuiserver5.mo
+share/locale/lt/LC_MESSAGES/libkworkspace.mo
+share/locale/lt/LC_MESSAGES/libtaskmanager.mo
+share/locale/lt/LC_MESSAGES/phonon_kde.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/lt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_network.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_share.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_time.mo
+share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/lt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/lt/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_services.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/lt/LC_MESSAGES/plasmashell.mo
+share/locale/lt/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/lt/LC_MESSAGES/soliduiserver.mo
+share/locale/lt/LC_MESSAGES/systemmonitor.mo
+share/locale/lv/LC_MESSAGES/drkonqi.mo
+share/locale/lv/LC_MESSAGES/freespacenotifier.mo
+share/locale/lv/LC_MESSAGES/kcminit.mo
+share/locale/lv/LC_MESSAGES/kio_applications.mo
+share/locale/lv/LC_MESSAGES/kio_remote.mo
+share/locale/lv/LC_MESSAGES/klipper.mo
+share/locale/lv/LC_MESSAGES/ksmserver.mo
+share/locale/lv/LC_MESSAGES/kuiserver5.mo
+share/locale/lv/LC_MESSAGES/libkworkspace.mo
+share/locale/lv/LC_MESSAGES/libtaskmanager.mo
+share/locale/lv/LC_MESSAGES/phonon_kde.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/lv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_network.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_services.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/lv/LC_MESSAGES/soliduiserver.mo
+share/locale/mai/LC_MESSAGES/drkonqi.mo
+share/locale/mai/LC_MESSAGES/freespacenotifier.mo
+share/locale/mai/LC_MESSAGES/kcminit.mo
+share/locale/mai/LC_MESSAGES/kio_applications.mo
+share/locale/mai/LC_MESSAGES/kio_remote.mo
+share/locale/mai/LC_MESSAGES/klipper.mo
+share/locale/mai/LC_MESSAGES/ksmserver.mo
+share/locale/mai/LC_MESSAGES/kuiserver5.mo
+share/locale/mai/LC_MESSAGES/libkworkspace.mo
+share/locale/mai/LC_MESSAGES/libtaskmanager.mo
+share/locale/mai/LC_MESSAGES/phonon_kde.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/mai/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/mai/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_network.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_share.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/mai/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_services.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/mai/LC_MESSAGES/soliduiserver.mo
+share/locale/mk/LC_MESSAGES/drkonqi.mo
+share/locale/mk/LC_MESSAGES/kcminit.mo
+share/locale/mk/LC_MESSAGES/kio_applications.mo
+share/locale/mk/LC_MESSAGES/kio_remote.mo
+share/locale/mk/LC_MESSAGES/klipper.mo
+share/locale/mk/LC_MESSAGES/ksmserver.mo
+share/locale/mk/LC_MESSAGES/kuiserver5.mo
+share/locale/mk/LC_MESSAGES/libkworkspace.mo
+share/locale/mk/LC_MESSAGES/libtaskmanager.mo
+share/locale/mk/LC_MESSAGES/phonon_kde.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/mk/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/mk/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/mk/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/mk/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/mk/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/mk/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/mk/LC_MESSAGES/soliduiserver.mo
+share/locale/ml/LC_MESSAGES/drkonqi.mo
+share/locale/ml/LC_MESSAGES/freespacenotifier.mo
+share/locale/ml/LC_MESSAGES/kcminit.mo
+share/locale/ml/LC_MESSAGES/kio_applications.mo
+share/locale/ml/LC_MESSAGES/kio_remote.mo
+share/locale/ml/LC_MESSAGES/klipper.mo
+share/locale/ml/LC_MESSAGES/ksmserver.mo
+share/locale/ml/LC_MESSAGES/kuiserver5.mo
+share/locale/ml/LC_MESSAGES/libkworkspace.mo
+share/locale/ml/LC_MESSAGES/libtaskmanager.mo
+share/locale/ml/LC_MESSAGES/phonon_kde.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ml/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ml/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ml/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ml/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ml/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ml/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ml/LC_MESSAGES/soliduiserver.mo
+share/locale/mr/LC_MESSAGES/drkonqi.mo
+share/locale/mr/LC_MESSAGES/freespacenotifier.mo
+share/locale/mr/LC_MESSAGES/kcminit.mo
+share/locale/mr/LC_MESSAGES/kio_applications.mo
+share/locale/mr/LC_MESSAGES/kio_remote.mo
+share/locale/mr/LC_MESSAGES/klipper.mo
+share/locale/mr/LC_MESSAGES/ksmserver.mo
+share/locale/mr/LC_MESSAGES/kuiserver5.mo
+share/locale/mr/LC_MESSAGES/libkworkspace.mo
+share/locale/mr/LC_MESSAGES/libtaskmanager.mo
+share/locale/mr/LC_MESSAGES/phonon_kde.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/mr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_network.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_share.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_services.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/mr/LC_MESSAGES/soliduiserver.mo
+share/locale/ms/LC_MESSAGES/drkonqi.mo
+share/locale/ms/LC_MESSAGES/freespacenotifier.mo
+share/locale/ms/LC_MESSAGES/kcminit.mo
+share/locale/ms/LC_MESSAGES/kio_applications.mo
+share/locale/ms/LC_MESSAGES/kio_remote.mo
+share/locale/ms/LC_MESSAGES/klipper.mo
+share/locale/ms/LC_MESSAGES/ksmserver.mo
+share/locale/ms/LC_MESSAGES/kuiserver5.mo
+share/locale/ms/LC_MESSAGES/libkworkspace.mo
+share/locale/ms/LC_MESSAGES/libtaskmanager.mo
+share/locale/ms/LC_MESSAGES/phonon_kde.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ms/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ms/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ms/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ms/LC_MESSAGES/soliduiserver.mo
+share/locale/nb/LC_MESSAGES/drkonqi.mo
+share/locale/nb/LC_MESSAGES/freespacenotifier.mo
+share/locale/nb/LC_MESSAGES/kcminit.mo
+share/locale/nb/LC_MESSAGES/kio_applications.mo
+share/locale/nb/LC_MESSAGES/kio_remote.mo
+share/locale/nb/LC_MESSAGES/klipper.mo
+share/locale/nb/LC_MESSAGES/krunner.mo
+share/locale/nb/LC_MESSAGES/ksmserver.mo
+share/locale/nb/LC_MESSAGES/kuiserver5.mo
+share/locale/nb/LC_MESSAGES/libkworkspace.mo
+share/locale/nb/LC_MESSAGES/libtaskmanager.mo
+share/locale/nb/LC_MESSAGES/phonon_kde.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/nb/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_network.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_share.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_time.mo
+share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/nb/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/nb/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_services.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/nb/LC_MESSAGES/plasmashell.mo
+share/locale/nb/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/nb/LC_MESSAGES/soliduiserver.mo
+share/locale/nb/LC_MESSAGES/systemmonitor.mo
+share/locale/nds/LC_MESSAGES/drkonqi.mo
+share/locale/nds/LC_MESSAGES/freespacenotifier.mo
+share/locale/nds/LC_MESSAGES/kcminit.mo
+share/locale/nds/LC_MESSAGES/kio_applications.mo
+share/locale/nds/LC_MESSAGES/kio_remote.mo
+share/locale/nds/LC_MESSAGES/klipper.mo
+share/locale/nds/LC_MESSAGES/krunner.mo
+share/locale/nds/LC_MESSAGES/ksmserver.mo
+share/locale/nds/LC_MESSAGES/kuiserver5.mo
+share/locale/nds/LC_MESSAGES/libkworkspace.mo
+share/locale/nds/LC_MESSAGES/libtaskmanager.mo
+share/locale/nds/LC_MESSAGES/phonon_kde.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/nds/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_network.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_share.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_time.mo
+share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/nds/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/nds/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_services.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/nds/LC_MESSAGES/plasmashell.mo
+share/locale/nds/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/nds/LC_MESSAGES/soliduiserver.mo
+share/locale/nds/LC_MESSAGES/systemmonitor.mo
+share/locale/ne/LC_MESSAGES/drkonqi.mo
+share/locale/ne/LC_MESSAGES/kcminit.mo
+share/locale/ne/LC_MESSAGES/kio_applications.mo
+share/locale/ne/LC_MESSAGES/kio_remote.mo
+share/locale/ne/LC_MESSAGES/klipper.mo
+share/locale/ne/LC_MESSAGES/ksmserver.mo
+share/locale/ne/LC_MESSAGES/kuiserver5.mo
+share/locale/ne/LC_MESSAGES/libkworkspace.mo
+share/locale/ne/LC_MESSAGES/libtaskmanager.mo
+share/locale/ne/LC_MESSAGES/phonon_kde.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ne/LC_MESSAGES/soliduiserver.mo
+share/locale/nl/LC_MESSAGES/drkonqi.mo
+share/locale/nl/LC_MESSAGES/freespacenotifier.mo
+share/locale/nl/LC_MESSAGES/kcminit.mo
+share/locale/nl/LC_MESSAGES/kio_applications.mo
+share/locale/nl/LC_MESSAGES/kio_remote.mo
+share/locale/nl/LC_MESSAGES/klipper.mo
+share/locale/nl/LC_MESSAGES/krunner.mo
+share/locale/nl/LC_MESSAGES/ksmserver.mo
+share/locale/nl/LC_MESSAGES/kuiserver5.mo
+share/locale/nl/LC_MESSAGES/libkworkspace.mo
+share/locale/nl/LC_MESSAGES/libtaskmanager.mo
+share/locale/nl/LC_MESSAGES/phonon_kde.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/nl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_network.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_share.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_time.mo
+share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/nl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/nl/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_services.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/nl/LC_MESSAGES/plasmashell.mo
+share/locale/nl/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/nl/LC_MESSAGES/soliduiserver.mo
+share/locale/nl/LC_MESSAGES/systemmonitor.mo
+share/locale/nn/LC_MESSAGES/drkonqi.mo
+share/locale/nn/LC_MESSAGES/freespacenotifier.mo
+share/locale/nn/LC_MESSAGES/kcminit.mo
+share/locale/nn/LC_MESSAGES/kio_applications.mo
+share/locale/nn/LC_MESSAGES/kio_remote.mo
+share/locale/nn/LC_MESSAGES/klipper.mo
+share/locale/nn/LC_MESSAGES/krunner.mo
+share/locale/nn/LC_MESSAGES/ksmserver.mo
+share/locale/nn/LC_MESSAGES/kuiserver5.mo
+share/locale/nn/LC_MESSAGES/libkworkspace.mo
+share/locale/nn/LC_MESSAGES/libtaskmanager.mo
+share/locale/nn/LC_MESSAGES/phonon_kde.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/nn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_network.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_share.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_time.mo
+share/locale/nn/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/nn/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/nn/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_services.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/nn/LC_MESSAGES/plasmashell.mo
+share/locale/nn/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/nn/LC_MESSAGES/soliduiserver.mo
+share/locale/nn/LC_MESSAGES/systemmonitor.mo
+share/locale/oc/LC_MESSAGES/drkonqi.mo
+share/locale/oc/LC_MESSAGES/kcminit.mo
+share/locale/oc/LC_MESSAGES/kio_applications.mo
+share/locale/oc/LC_MESSAGES/kio_remote.mo
+share/locale/oc/LC_MESSAGES/klipper.mo
+share/locale/oc/LC_MESSAGES/ksmserver.mo
+share/locale/oc/LC_MESSAGES/libkworkspace.mo
+share/locale/oc/LC_MESSAGES/libtaskmanager.mo
+share/locale/oc/LC_MESSAGES/phonon_kde.mo
+share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/oc/LC_MESSAGES/soliduiserver.mo
+share/locale/or/LC_MESSAGES/drkonqi.mo
+share/locale/or/LC_MESSAGES/kcminit.mo
+share/locale/or/LC_MESSAGES/kio_applications.mo
+share/locale/or/LC_MESSAGES/kio_remote.mo
+share/locale/or/LC_MESSAGES/klipper.mo
+share/locale/or/LC_MESSAGES/ksmserver.mo
+share/locale/or/LC_MESSAGES/kuiserver5.mo
+share/locale/or/LC_MESSAGES/libkworkspace.mo
+share/locale/or/LC_MESSAGES/libtaskmanager.mo
+share/locale/or/LC_MESSAGES/phonon_kde.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/or/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/or/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/or/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/or/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/or/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/or/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/or/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/or/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/or/LC_MESSAGES/soliduiserver.mo
+share/locale/pa/LC_MESSAGES/drkonqi.mo
+share/locale/pa/LC_MESSAGES/freespacenotifier.mo
+share/locale/pa/LC_MESSAGES/kcminit.mo
+share/locale/pa/LC_MESSAGES/kio_applications.mo
+share/locale/pa/LC_MESSAGES/kio_remote.mo
+share/locale/pa/LC_MESSAGES/klipper.mo
+share/locale/pa/LC_MESSAGES/krunner.mo
+share/locale/pa/LC_MESSAGES/ksmserver.mo
+share/locale/pa/LC_MESSAGES/kuiserver5.mo
+share/locale/pa/LC_MESSAGES/libkworkspace.mo
+share/locale/pa/LC_MESSAGES/libtaskmanager.mo
+share/locale/pa/LC_MESSAGES/phonon_kde.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/pa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_network.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_share.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_time.mo
+share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/pa/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/pa/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_services.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/pa/LC_MESSAGES/plasmashell.mo
+share/locale/pa/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/pa/LC_MESSAGES/soliduiserver.mo
+share/locale/pa/LC_MESSAGES/systemmonitor.mo
+share/locale/pl/LC_MESSAGES/drkonqi.mo
+share/locale/pl/LC_MESSAGES/freespacenotifier.mo
+share/locale/pl/LC_MESSAGES/kcminit.mo
+share/locale/pl/LC_MESSAGES/kio_applications.mo
+share/locale/pl/LC_MESSAGES/kio_remote.mo
+share/locale/pl/LC_MESSAGES/klipper.mo
+share/locale/pl/LC_MESSAGES/krunner.mo
+share/locale/pl/LC_MESSAGES/ksmserver.mo
+share/locale/pl/LC_MESSAGES/kuiserver5.mo
+share/locale/pl/LC_MESSAGES/libkworkspace.mo
+share/locale/pl/LC_MESSAGES/libtaskmanager.mo
+share/locale/pl/LC_MESSAGES/phonon_kde.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/pl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_network.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_share.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_time.mo
+share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/pl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/pl/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_services.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/pl/LC_MESSAGES/plasmashell.mo
+share/locale/pl/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/pl/LC_MESSAGES/soliduiserver.mo
+share/locale/pl/LC_MESSAGES/systemmonitor.mo
+share/locale/pt/LC_MESSAGES/drkonqi.mo
+share/locale/pt/LC_MESSAGES/freespacenotifier.mo
+share/locale/pt/LC_MESSAGES/kcminit.mo
+share/locale/pt/LC_MESSAGES/kio_applications.mo
+share/locale/pt/LC_MESSAGES/kio_remote.mo
+share/locale/pt/LC_MESSAGES/klipper.mo
+share/locale/pt/LC_MESSAGES/krunner.mo
+share/locale/pt/LC_MESSAGES/ksmserver.mo
+share/locale/pt/LC_MESSAGES/kuiserver5.mo
+share/locale/pt/LC_MESSAGES/libkworkspace.mo
+share/locale/pt/LC_MESSAGES/libtaskmanager.mo
+share/locale/pt/LC_MESSAGES/phonon_kde.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/pt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_network.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_share.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_time.mo
+share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/pt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/pt/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_services.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/pt/LC_MESSAGES/plasmashell.mo
+share/locale/pt/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/pt/LC_MESSAGES/soliduiserver.mo
+share/locale/pt/LC_MESSAGES/systemmonitor.mo
+share/locale/pt_BR/LC_MESSAGES/drkonqi.mo
+share/locale/pt_BR/LC_MESSAGES/freespacenotifier.mo
+share/locale/pt_BR/LC_MESSAGES/kcminit.mo
+share/locale/pt_BR/LC_MESSAGES/kio_applications.mo
+share/locale/pt_BR/LC_MESSAGES/kio_remote.mo
+share/locale/pt_BR/LC_MESSAGES/klipper.mo
+share/locale/pt_BR/LC_MESSAGES/krunner.mo
+share/locale/pt_BR/LC_MESSAGES/ksmserver.mo
+share/locale/pt_BR/LC_MESSAGES/kuiserver5.mo
+share/locale/pt_BR/LC_MESSAGES/libkworkspace.mo
+share/locale/pt_BR/LC_MESSAGES/libtaskmanager.mo
+share/locale/pt_BR/LC_MESSAGES/phonon_kde.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_network.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_share.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_time.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_services.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/pt_BR/LC_MESSAGES/plasmashell.mo
+share/locale/pt_BR/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/pt_BR/LC_MESSAGES/soliduiserver.mo
+share/locale/pt_BR/LC_MESSAGES/systemmonitor.mo
+share/locale/ro/LC_MESSAGES/drkonqi.mo
+share/locale/ro/LC_MESSAGES/freespacenotifier.mo
+share/locale/ro/LC_MESSAGES/kcminit.mo
+share/locale/ro/LC_MESSAGES/kio_applications.mo
+share/locale/ro/LC_MESSAGES/kio_remote.mo
+share/locale/ro/LC_MESSAGES/klipper.mo
+share/locale/ro/LC_MESSAGES/krunner.mo
+share/locale/ro/LC_MESSAGES/ksmserver.mo
+share/locale/ro/LC_MESSAGES/kuiserver5.mo
+share/locale/ro/LC_MESSAGES/libkworkspace.mo
+share/locale/ro/LC_MESSAGES/libtaskmanager.mo
+share/locale/ro/LC_MESSAGES/phonon_kde.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ro/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ro/LC_MESSAGES/plasmashell.mo
+share/locale/ro/LC_MESSAGES/soliduiserver.mo
+share/locale/ro/LC_MESSAGES/systemmonitor.mo
+share/locale/ru/LC_MESSAGES/drkonqi.mo
+share/locale/ru/LC_MESSAGES/freespacenotifier.mo
+share/locale/ru/LC_MESSAGES/kcminit.mo
+share/locale/ru/LC_MESSAGES/kio_applications.mo
+share/locale/ru/LC_MESSAGES/kio_remote.mo
+share/locale/ru/LC_MESSAGES/klipper.mo
+share/locale/ru/LC_MESSAGES/krunner.mo
+share/locale/ru/LC_MESSAGES/ksmserver.mo
+share/locale/ru/LC_MESSAGES/kuiserver5.mo
+share/locale/ru/LC_MESSAGES/libkworkspace.mo
+share/locale/ru/LC_MESSAGES/libtaskmanager.mo
+share/locale/ru/LC_MESSAGES/phonon_kde.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/ru/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_time.mo
+share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ru/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/ru/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ru/LC_MESSAGES/plasmashell.mo
+share/locale/ru/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/ru/LC_MESSAGES/soliduiserver.mo
+share/locale/ru/LC_MESSAGES/systemmonitor.mo
+share/locale/se/LC_MESSAGES/drkonqi.mo
+share/locale/se/LC_MESSAGES/kcminit.mo
+share/locale/se/LC_MESSAGES/kio_applications.mo
+share/locale/se/LC_MESSAGES/kio_remote.mo
+share/locale/se/LC_MESSAGES/klipper.mo
+share/locale/se/LC_MESSAGES/krunner.mo
+share/locale/se/LC_MESSAGES/ksmserver.mo
+share/locale/se/LC_MESSAGES/kuiserver5.mo
+share/locale/se/LC_MESSAGES/libkworkspace.mo
+share/locale/se/LC_MESSAGES/libtaskmanager.mo
+share/locale/se/LC_MESSAGES/phonon_kde.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/se/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/se/LC_MESSAGES/soliduiserver.mo
+share/locale/si/LC_MESSAGES/drkonqi.mo
+share/locale/si/LC_MESSAGES/kcminit.mo
+share/locale/si/LC_MESSAGES/kio_applications.mo
+share/locale/si/LC_MESSAGES/kio_remote.mo
+share/locale/si/LC_MESSAGES/klipper.mo
+share/locale/si/LC_MESSAGES/ksmserver.mo
+share/locale/si/LC_MESSAGES/kuiserver5.mo
+share/locale/si/LC_MESSAGES/libkworkspace.mo
+share/locale/si/LC_MESSAGES/libtaskmanager.mo
+share/locale/si/LC_MESSAGES/phonon_kde.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/si/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/si/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/si/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/si/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/si/LC_MESSAGES/plasma_engine_network.mo
+share/locale/si/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/si/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/si/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/si/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/si/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/si/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/si/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/si/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/si/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/si/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/si/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/si/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/si/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/si/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/si/LC_MESSAGES/soliduiserver.mo
+share/locale/sk/LC_MESSAGES/drkonqi.mo
+share/locale/sk/LC_MESSAGES/freespacenotifier.mo
+share/locale/sk/LC_MESSAGES/kcminit.mo
+share/locale/sk/LC_MESSAGES/kio_applications.mo
+share/locale/sk/LC_MESSAGES/kio_remote.mo
+share/locale/sk/LC_MESSAGES/klipper.mo
+share/locale/sk/LC_MESSAGES/krunner.mo
+share/locale/sk/LC_MESSAGES/ksmserver.mo
+share/locale/sk/LC_MESSAGES/kuiserver5.mo
+share/locale/sk/LC_MESSAGES/libkworkspace.mo
+share/locale/sk/LC_MESSAGES/libtaskmanager.mo
+share/locale/sk/LC_MESSAGES/phonon_kde.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sk/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sk/LC_MESSAGES/plasmashell.mo
+share/locale/sk/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sk/LC_MESSAGES/soliduiserver.mo
+share/locale/sk/LC_MESSAGES/systemmonitor.mo
+share/locale/sl/LC_MESSAGES/drkonqi.mo
+share/locale/sl/LC_MESSAGES/freespacenotifier.mo
+share/locale/sl/LC_MESSAGES/kcminit.mo
+share/locale/sl/LC_MESSAGES/kio_applications.mo
+share/locale/sl/LC_MESSAGES/kio_remote.mo
+share/locale/sl/LC_MESSAGES/klipper.mo
+share/locale/sl/LC_MESSAGES/krunner.mo
+share/locale/sl/LC_MESSAGES/ksmserver.mo
+share/locale/sl/LC_MESSAGES/kuiserver5.mo
+share/locale/sl/LC_MESSAGES/libkworkspace.mo
+share/locale/sl/LC_MESSAGES/libtaskmanager.mo
+share/locale/sl/LC_MESSAGES/phonon_kde.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sl/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sl/LC_MESSAGES/plasmashell.mo
+share/locale/sl/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sl/LC_MESSAGES/soliduiserver.mo
+share/locale/sl/LC_MESSAGES/systemmonitor.mo
+share/locale/sq/LC_MESSAGES/drkonqi.mo
+share/locale/sq/LC_MESSAGES/kcminit.mo
+share/locale/sq/LC_MESSAGES/kio_applications.mo
+share/locale/sq/LC_MESSAGES/kio_remote.mo
+share/locale/sq/LC_MESSAGES/klipper.mo
+share/locale/sq/LC_MESSAGES/ksmserver.mo
+share/locale/sq/LC_MESSAGES/kuiserver5.mo
+share/locale/sq/LC_MESSAGES/libkworkspace.mo
+share/locale/sq/LC_MESSAGES/libtaskmanager.mo
+share/locale/sq/LC_MESSAGES/phonon_kde.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sq/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sq/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sq/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sq/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sq/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sq/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sq/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sq/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sq/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sq/LC_MESSAGES/soliduiserver.mo
+share/locale/sr/LC_MESSAGES/drkonqi.mo
+share/locale/sr/LC_MESSAGES/freespacenotifier.mo
+share/locale/sr/LC_MESSAGES/kcminit.mo
+share/locale/sr/LC_MESSAGES/kio_applications.mo
+share/locale/sr/LC_MESSAGES/kio_remote.mo
+share/locale/sr/LC_MESSAGES/klipper.mo
+share/locale/sr/LC_MESSAGES/krunner.mo
+share/locale/sr/LC_MESSAGES/ksmserver.mo
+share/locale/sr/LC_MESSAGES/kuiserver5.mo
+share/locale/sr/LC_MESSAGES/libkworkspace.mo
+share/locale/sr/LC_MESSAGES/libtaskmanager.mo
+share/locale/sr/LC_MESSAGES/phonon_kde.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sr/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sr/LC_MESSAGES/plasmashell.mo
+share/locale/sr/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sr/LC_MESSAGES/soliduiserver.mo
+share/locale/sr/LC_MESSAGES/systemmonitor.mo
+share/locale/sr@ijekavian/LC_MESSAGES/drkonqi.mo
+share/locale/sr@ijekavian/LC_MESSAGES/freespacenotifier.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcminit.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kio_applications.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kio_remote.mo
+share/locale/sr@ijekavian/LC_MESSAGES/klipper.mo
+share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ksmserver.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kuiserver5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/libkworkspace.mo
+share/locale/sr@ijekavian/LC_MESSAGES/libtaskmanager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/phonon_kde.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasmashell.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sr@ijekavian/LC_MESSAGES/soliduiserver.mo
+share/locale/sr@ijekavian/LC_MESSAGES/systemmonitor.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/drkonqi.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/freespacenotifier.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminit.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_applications.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_remote.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/klipper.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ksmserver.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kuiserver5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/libkworkspace.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/libtaskmanager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_kde.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmashell.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/soliduiserver.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/systemmonitor.mo
+share/locale/sr@latin/LC_MESSAGES/drkonqi.mo
+share/locale/sr@latin/LC_MESSAGES/freespacenotifier.mo
+share/locale/sr@latin/LC_MESSAGES/kcminit.mo
+share/locale/sr@latin/LC_MESSAGES/kio_applications.mo
+share/locale/sr@latin/LC_MESSAGES/kio_remote.mo
+share/locale/sr@latin/LC_MESSAGES/klipper.mo
+share/locale/sr@latin/LC_MESSAGES/krunner.mo
+share/locale/sr@latin/LC_MESSAGES/ksmserver.mo
+share/locale/sr@latin/LC_MESSAGES/kuiserver5.mo
+share/locale/sr@latin/LC_MESSAGES/libkworkspace.mo
+share/locale/sr@latin/LC_MESSAGES/libtaskmanager.mo
+share/locale/sr@latin/LC_MESSAGES/phonon_kde.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sr@latin/LC_MESSAGES/plasmashell.mo
+share/locale/sr@latin/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sr@latin/LC_MESSAGES/soliduiserver.mo
+share/locale/sr@latin/LC_MESSAGES/systemmonitor.mo
+share/locale/sv/LC_MESSAGES/drkonqi.mo
+share/locale/sv/LC_MESSAGES/freespacenotifier.mo
+share/locale/sv/LC_MESSAGES/kcminit.mo
+share/locale/sv/LC_MESSAGES/kio_applications.mo
+share/locale/sv/LC_MESSAGES/kio_remote.mo
+share/locale/sv/LC_MESSAGES/klipper.mo
+share/locale/sv/LC_MESSAGES/krunner.mo
+share/locale/sv/LC_MESSAGES/ksmserver.mo
+share/locale/sv/LC_MESSAGES/kuiserver5.mo
+share/locale/sv/LC_MESSAGES/libkworkspace.mo
+share/locale/sv/LC_MESSAGES/libtaskmanager.mo
+share/locale/sv/LC_MESSAGES/phonon_kde.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/sv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_network.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_share.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_time.mo
+share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/sv/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/sv/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_services.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/sv/LC_MESSAGES/plasmashell.mo
+share/locale/sv/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/sv/LC_MESSAGES/soliduiserver.mo
+share/locale/sv/LC_MESSAGES/systemmonitor.mo
+share/locale/ta/LC_MESSAGES/drkonqi.mo
+share/locale/ta/LC_MESSAGES/kcminit.mo
+share/locale/ta/LC_MESSAGES/kio_applications.mo
+share/locale/ta/LC_MESSAGES/kio_remote.mo
+share/locale/ta/LC_MESSAGES/klipper.mo
+share/locale/ta/LC_MESSAGES/ksmserver.mo
+share/locale/ta/LC_MESSAGES/kuiserver5.mo
+share/locale/ta/LC_MESSAGES/libkworkspace.mo
+share/locale/ta/LC_MESSAGES/libtaskmanager.mo
+share/locale/ta/LC_MESSAGES/phonon_kde.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ta/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ta/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ta/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ta/LC_MESSAGES/soliduiserver.mo
+share/locale/te/LC_MESSAGES/drkonqi.mo
+share/locale/te/LC_MESSAGES/kcminit.mo
+share/locale/te/LC_MESSAGES/kio_applications.mo
+share/locale/te/LC_MESSAGES/kio_remote.mo
+share/locale/te/LC_MESSAGES/klipper.mo
+share/locale/te/LC_MESSAGES/ksmserver.mo
+share/locale/te/LC_MESSAGES/kuiserver5.mo
+share/locale/te/LC_MESSAGES/libkworkspace.mo
+share/locale/te/LC_MESSAGES/libtaskmanager.mo
+share/locale/te/LC_MESSAGES/phonon_kde.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/te/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/te/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/te/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/te/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/te/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/te/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/te/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/te/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/te/LC_MESSAGES/soliduiserver.mo
+share/locale/tg/LC_MESSAGES/drkonqi.mo
+share/locale/tg/LC_MESSAGES/freespacenotifier.mo
+share/locale/tg/LC_MESSAGES/kcminit.mo
+share/locale/tg/LC_MESSAGES/kio_applications.mo
+share/locale/tg/LC_MESSAGES/kio_remote.mo
+share/locale/tg/LC_MESSAGES/klipper.mo
+share/locale/tg/LC_MESSAGES/ksmserver.mo
+share/locale/tg/LC_MESSAGES/kuiserver5.mo
+share/locale/tg/LC_MESSAGES/libkworkspace.mo
+share/locale/tg/LC_MESSAGES/libtaskmanager.mo
+share/locale/tg/LC_MESSAGES/phonon_kde.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/tg/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/tg/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/tg/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/tg/LC_MESSAGES/soliduiserver.mo
+share/locale/th/LC_MESSAGES/drkonqi.mo
+share/locale/th/LC_MESSAGES/freespacenotifier.mo
+share/locale/th/LC_MESSAGES/kcminit.mo
+share/locale/th/LC_MESSAGES/kio_applications.mo
+share/locale/th/LC_MESSAGES/kio_remote.mo
+share/locale/th/LC_MESSAGES/klipper.mo
+share/locale/th/LC_MESSAGES/ksmserver.mo
+share/locale/th/LC_MESSAGES/kuiserver5.mo
+share/locale/th/LC_MESSAGES/libkworkspace.mo
+share/locale/th/LC_MESSAGES/libtaskmanager.mo
+share/locale/th/LC_MESSAGES/phonon_kde.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/th/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/th/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/th/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/th/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/th/LC_MESSAGES/plasma_engine_network.mo
+share/locale/th/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/th/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/th/LC_MESSAGES/plasma_engine_share.mo
+share/locale/th/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/th/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/th/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/th/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/th/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/th/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/th/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/th/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/th/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/th/LC_MESSAGES/plasma_runner_services.mo
+share/locale/th/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/th/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/th/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/th/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/th/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/th/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/th/LC_MESSAGES/soliduiserver.mo
+share/locale/tr/LC_MESSAGES/drkonqi.mo
+share/locale/tr/LC_MESSAGES/freespacenotifier.mo
+share/locale/tr/LC_MESSAGES/kcminit.mo
+share/locale/tr/LC_MESSAGES/kio_applications.mo
+share/locale/tr/LC_MESSAGES/kio_remote.mo
+share/locale/tr/LC_MESSAGES/klipper.mo
+share/locale/tr/LC_MESSAGES/krunner.mo
+share/locale/tr/LC_MESSAGES/ksmserver.mo
+share/locale/tr/LC_MESSAGES/kuiserver5.mo
+share/locale/tr/LC_MESSAGES/libkworkspace.mo
+share/locale/tr/LC_MESSAGES/libtaskmanager.mo
+share/locale/tr/LC_MESSAGES/phonon_kde.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/tr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_network.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_share.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_services.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/tr/LC_MESSAGES/soliduiserver.mo
+share/locale/ug/LC_MESSAGES/drkonqi.mo
+share/locale/ug/LC_MESSAGES/freespacenotifier.mo
+share/locale/ug/LC_MESSAGES/kcminit.mo
+share/locale/ug/LC_MESSAGES/kio_applications.mo
+share/locale/ug/LC_MESSAGES/kio_remote.mo
+share/locale/ug/LC_MESSAGES/klipper.mo
+share/locale/ug/LC_MESSAGES/ksmserver.mo
+share/locale/ug/LC_MESSAGES/kuiserver5.mo
+share/locale/ug/LC_MESSAGES/libkworkspace.mo
+share/locale/ug/LC_MESSAGES/libtaskmanager.mo
+share/locale/ug/LC_MESSAGES/phonon_kde.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/ug/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_network.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_share.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/ug/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_services.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/ug/LC_MESSAGES/soliduiserver.mo
+share/locale/uk/LC_MESSAGES/drkonqi.mo
+share/locale/uk/LC_MESSAGES/freespacenotifier.mo
+share/locale/uk/LC_MESSAGES/kcminit.mo
+share/locale/uk/LC_MESSAGES/kio_applications.mo
+share/locale/uk/LC_MESSAGES/kio_remote.mo
+share/locale/uk/LC_MESSAGES/klipper.mo
+share/locale/uk/LC_MESSAGES/krunner.mo
+share/locale/uk/LC_MESSAGES/ksmserver.mo
+share/locale/uk/LC_MESSAGES/kuiserver5.mo
+share/locale/uk/LC_MESSAGES/libkworkspace.mo
+share/locale/uk/LC_MESSAGES/libtaskmanager.mo
+share/locale/uk/LC_MESSAGES/phonon_kde.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/uk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_network.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_share.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_time.mo
+share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/uk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/uk/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_services.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/uk/LC_MESSAGES/plasmashell.mo
+share/locale/uk/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/uk/LC_MESSAGES/soliduiserver.mo
+share/locale/uk/LC_MESSAGES/systemmonitor.mo
+share/locale/uz/LC_MESSAGES/drkonqi.mo
+share/locale/uz/LC_MESSAGES/kio_applications.mo
+share/locale/uz/LC_MESSAGES/kio_remote.mo
+share/locale/uz/LC_MESSAGES/klipper.mo
+share/locale/uz/LC_MESSAGES/ksmserver.mo
+share/locale/uz/LC_MESSAGES/libtaskmanager.mo
+share/locale/uz@cyrillic/LC_MESSAGES/drkonqi.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kio_applications.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kio_remote.mo
+share/locale/uz@cyrillic/LC_MESSAGES/klipper.mo
+share/locale/uz@cyrillic/LC_MESSAGES/ksmserver.mo
+share/locale/uz@cyrillic/LC_MESSAGES/libtaskmanager.mo
+share/locale/uz@cyrillic/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/vi/LC_MESSAGES/drkonqi.mo
+share/locale/vi/LC_MESSAGES/kio_applications.mo
+share/locale/vi/LC_MESSAGES/kio_remote.mo
+share/locale/vi/LC_MESSAGES/klipper.mo
+share/locale/vi/LC_MESSAGES/ksmserver.mo
+share/locale/vi/LC_MESSAGES/libkworkspace.mo
+share/locale/vi/LC_MESSAGES/libtaskmanager.mo
+share/locale/vi/LC_MESSAGES/phonon_kde.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/vi/LC_MESSAGES/soliduiserver.mo
+share/locale/wa/LC_MESSAGES/drkonqi.mo
+share/locale/wa/LC_MESSAGES/freespacenotifier.mo
+share/locale/wa/LC_MESSAGES/kcminit.mo
+share/locale/wa/LC_MESSAGES/kio_applications.mo
+share/locale/wa/LC_MESSAGES/kio_remote.mo
+share/locale/wa/LC_MESSAGES/klipper.mo
+share/locale/wa/LC_MESSAGES/ksmserver.mo
+share/locale/wa/LC_MESSAGES/kuiserver5.mo
+share/locale/wa/LC_MESSAGES/libkworkspace.mo
+share/locale/wa/LC_MESSAGES/libtaskmanager.mo
+share/locale/wa/LC_MESSAGES/phonon_kde.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/wa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_network.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_share.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/wa/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_services.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/wa/LC_MESSAGES/soliduiserver.mo
+share/locale/xh/LC_MESSAGES/drkonqi.mo
+share/locale/xh/LC_MESSAGES/klipper.mo
+share/locale/xh/LC_MESSAGES/ksmserver.mo
+share/locale/xh/LC_MESSAGES/libtaskmanager.mo
+share/locale/zh_CN/LC_MESSAGES/drkonqi.mo
+share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo
+share/locale/zh_CN/LC_MESSAGES/kcminit.mo
+share/locale/zh_CN/LC_MESSAGES/kio_applications.mo
+share/locale/zh_CN/LC_MESSAGES/kio_remote.mo
+share/locale/zh_CN/LC_MESSAGES/klipper.mo
+share/locale/zh_CN/LC_MESSAGES/krunner.mo
+share/locale/zh_CN/LC_MESSAGES/ksmserver.mo
+share/locale/zh_CN/LC_MESSAGES/kuiserver5.mo
+share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo
+share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo
+share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_share.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_time.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/zh_CN/LC_MESSAGES/plasmashell.mo
+share/locale/zh_CN/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo
+share/locale/zh_CN/LC_MESSAGES/systemmonitor.mo
+share/locale/zh_TW/LC_MESSAGES/drkonqi.mo
+share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo
+share/locale/zh_TW/LC_MESSAGES/kcminit.mo
+share/locale/zh_TW/LC_MESSAGES/kio_applications.mo
+share/locale/zh_TW/LC_MESSAGES/kio_remote.mo
+share/locale/zh_TW/LC_MESSAGES/klipper.mo
+share/locale/zh_TW/LC_MESSAGES/krunner.mo
+share/locale/zh_TW/LC_MESSAGES/ksmserver.mo
+share/locale/zh_TW/LC_MESSAGES/kuiserver5.mo
+share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo
+share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo
+share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.color.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.image.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.cpu.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskactivity.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.diskusage.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.memory.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.net.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemtray.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_applicationjobs.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_devicenotifications.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_powermanagement.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_share.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_time.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_package_plasmashell.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_solid.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo
+share/locale/zh_TW/LC_MESSAGES/plasmashell.mo
+share/locale/zh_TW/LC_MESSAGES/plasmashellprivateplugin.mo
+share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo
+share/locale/zh_TW/LC_MESSAGES/systemmonitor.mo
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/BreezeBlock.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/BreezeHeading.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/BreezeLabel.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/InfoPane.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/KeyboardLayoutButton.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/LogoutOptions.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/LogoutScreen.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserSelect.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/background.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/logout_primary.svgz
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/restart_primary.svgz
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/shutdown_primary.svgz
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/defaults
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/desktopswitcher/DesktopSwitcher.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/ChangeSession.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockOsd.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreen.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/MainBlock.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/loginmanager/Main.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/loginmanager/breeze.jpg
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/loginmanager/metadata.desktop
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/loginmanager/theme.conf
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/Logout.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/Osd.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/OsdItem.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/desktopswitcher.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/lockscreen.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/loginmanager.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/preview.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/runcommand.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/splash.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/userswitcher.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/windowdecoration.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/windowswitcher.png
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/runcommand/RunCommand.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/kde.svgz
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/userswitcher/UserSwitcher.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowdecoration/WindowDecoration.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowswitcher/WindowSwitcher.qml
+share/plasma/look-and-feel/org.kde.breeze.desktop/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.activitybar/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.activitybar/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.analogclock/contents/code/logic.js
+share/plasma/plasmoids/org.kde.plasma.analogclock/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.analogclock/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/Hand.qml
+share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/analogclock.qml
+share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/configGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.analogclock/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.battery/contents/code/logic.js
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BrightnessItem.qml
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml
+share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/batterymonitor.qml
+share/plasma/plasmoids/org.kde.plasma.battery/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.calendar/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.calendar/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.calendar/contents/images/mini-calendar.svgz
+share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/configAgenda.qml
+share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/configGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.calendar/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/BarcodePage.qml
+share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardItemDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardPage.qml
+share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/Menu.qml
+share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/clipboard.qml
+share/plasma/plasmoids/org.kde.plasma.clipboard/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/ActionItem.qml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/configGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml
+share/plasma/plasmoids/org.kde.plasma.devicenotifier/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/CalendarView.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/MonthMenu.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configAppearance.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configTimeZones.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.digitalclock/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.icon/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.icon/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.icon/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/code/data.js
+share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/lockout.qml
+share/plasma/plasmoids/org.kde.plasma.lock_logout/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/ExpandedRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.mediacontroller/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/code/uiproperties.js
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/JobDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/JobDetailsItem.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/Jobs.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationIcon.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/Notifications.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ScreenPositionSelector.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/configNotifications.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.notifications/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.panelspacer/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/Applet.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/DoublePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/SinglePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/cpu.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/ui/cpuConfig.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/Applet.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/DoublePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/SinglePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/diskactivity.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/ui/diskactivityConfig.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/Applet.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/DoublePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/SinglePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/diskusage.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/ui/diskusageConfig.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/Applet.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/DoublePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/SinglePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/memory.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/ui/memoryConfig.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/Applet.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/DoublePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/SinglePlotter.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/net.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/ui/netConfig.qml
+share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/applet/AppletError.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/applet/CompactApplet.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/applet/DefaultCompactRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/code/Layout.js
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/CompactRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/ConfigEntries.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/ExpandedRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/PlasmoidItem.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/PulseAnimation.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/StatusNotifierItem.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/TaskDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/TaskListDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.systemtray/metadata.desktop
+share/plasma/services/activities.operations
+share/plasma/services/applicationjobs.operations
+share/plasma/services/apps.operations
+share/plasma/services/hotplug.operations
+share/plasma/services/modifierkeystate.operations
+share/plasma/services/mpris2.operations
+share/plasma/services/notifications.operations
+share/plasma/services/org.kde.places.operations
+share/plasma/services/org.kde.plasma.clipboard.operations
+share/plasma/services/packagekit.operations
+share/plasma/services/powermanagementservice.operations
+share/plasma/services/share.operations
+share/plasma/services/soliddevice.operations
+share/plasma/services/statusnotifieritem.operations
+share/plasma/services/tasks.operations
+share/plasma/services/windowtasks.operations
+share/plasma/shareprovider/im9/contents/code/main.js
+share/plasma/shareprovider/im9/metadata.desktop
+share/plasma/shareprovider/imgsusepasteorg/contents/code/main.js
+share/plasma/shareprovider/imgsusepasteorg/metadata.desktop
+share/plasma/shareprovider/imgur/contents/code/main.js
+share/plasma/shareprovider/imgur/metadata.desktop
+share/plasma/shareprovider/kde/contents/code/main.js
+share/plasma/shareprovider/kde/metadata.desktop
+share/plasma/shareprovider/pastebincom/contents/code/main.js
+share/plasma/shareprovider/pastebincom/metadata.desktop
+share/plasma/shareprovider/pasteopensuseorg/contents/code/main.js
+share/plasma/shareprovider/pasteopensuseorg/metadata.desktop
+share/plasma/shareprovider/pasteubuntucom/contents/code/main.js
+share/plasma/shareprovider/pasteubuntucom/metadata.desktop
+share/plasma/shareprovider/privatepastecom/contents/code/main.js
+share/plasma/shareprovider/privatepastecom/metadata.desktop
+share/plasma/shareprovider/simplestimagehosting/contents/code/main.js
+share/plasma/shareprovider/simplestimagehosting/metadata.desktop
+share/plasma/shareprovider/wklej/contents/code/main.js
+share/plasma/shareprovider/wklej/metadata.desktop
+share/plasma/shareprovider/wstaw/contents/code/main.js
+share/plasma/shareprovider/wstaw/metadata.desktop
+share/plasma/wallpapers/org.kde.color/contents/config/main.xml
+share/plasma/wallpapers/org.kde.color/contents/ui/config.qml
+share/plasma/wallpapers/org.kde.color/contents/ui/main.qml
+share/plasma/wallpapers/org.kde.color/metadata.desktop
+share/plasma/wallpapers/org.kde.color/plasma-wallpaper-color.desktop
+share/plasma/wallpapers/org.kde.image/contents/config/main.xml
+share/plasma/wallpapers/org.kde.image/contents/ui/WallpaperDelegate.qml
+share/plasma/wallpapers/org.kde.image/contents/ui/config.qml
+share/plasma/wallpapers/org.kde.image/contents/ui/main.qml
+share/plasma/wallpapers/org.kde.image/metadata.desktop
+share/plasma/wallpapers/org.kde.image/platformcontents/phone/ui/WallpaperDelegate.qml
+share/plasma/wallpapers/org.kde.image/platformcontents/phone/ui/config.qml
+share/plasma/wallpapers/org.kde.image/platformcontents/phone/ui/customwallpaper.qml
+share/plasma/wallpapers/org.kde.image/platformcontents/touch/ui/WallpaperDelegate.qml
+share/plasma/wallpapers/org.kde.image/platformcontents/touch/ui/config.qml
+share/plasma/wallpapers/org.kde.slideshow/contents/config/main.xml
+share/plasma/wallpapers/org.kde.slideshow/contents/ui/WallpaperDelegate.qml
+share/plasma/wallpapers/org.kde.slideshow/contents/ui/config.qml
+share/plasma/wallpapers/org.kde.slideshow/contents/ui/main.qml
+share/plasma/wallpapers/org.kde.slideshow/metadata.desktop
+share/sddm/themes/breeze/Main.qml
+share/sddm/themes/breeze/breeze.jpg
+share/sddm/themes/breeze/components/BreezeBlock.qml
+share/sddm/themes/breeze/components/BreezeHeading.qml
+share/sddm/themes/breeze/components/BreezeLabel.qml
+share/sddm/themes/breeze/components/InfoPane.qml
+share/sddm/themes/breeze/components/KeyboardLayoutButton.qml
+share/sddm/themes/breeze/components/LogoutOptions.qml
+share/sddm/themes/breeze/components/LogoutScreen.qml
+share/sddm/themes/breeze/components/UserDelegate.qml
+share/sddm/themes/breeze/components/UserList.qml
+share/sddm/themes/breeze/components/UserSelect.qml
+share/sddm/themes/breeze/components/artwork/background.png
+share/sddm/themes/breeze/components/artwork/logout_primary.svgz
+share/sddm/themes/breeze/components/artwork/restart_primary.svgz
+share/sddm/themes/breeze/components/artwork/shutdown_primary.svgz
+share/sddm/themes/breeze/dummydata/keyboard.qml
+share/sddm/themes/breeze/dummydata/screenModel.qml
+share/sddm/themes/breeze/dummydata/sddm.qml
+share/sddm/themes/breeze/dummydata/sessionModel.qml
+share/sddm/themes/breeze/dummydata/userModel.qml
+share/sddm/themes/breeze/metadata.desktop
+share/sddm/themes/breeze/theme.conf
+share/solid/actions/test-predicate-openinwindow.desktop
+share/wayland-sessions/plasmawayland.desktop
+share/xsessions/plasma.desktop
diff --git a/plasma-workspace/buildlink3.mk b/plasma-workspace/buildlink3.mk
new file mode 100644
index 0000000..0e0b9b1
--- /dev/null
+++ b/plasma-workspace/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	plasma-workspace
+
+.if !defined(PLASMA_WORKSPACE_BUILDLINK3_MK)
+PLASMA_WORKSPACE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.plasma-workspace+=	plasma-workspace>=5.6.3
+BUILDLINK_PKGSRCDIR.plasma-workspace?=	../../wip/plasma-workspace
+
+.include "../../wip/knewstuff/buildlink3.mk"
+.include "../../wip/kxmlgui/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif	# PLASMA_WORKSPACE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-plasma-workspace
diff --git a/plasma-workspace/distinfo b/plasma-workspace/distinfo
new file mode 100644
index 0000000..42b867a
--- /dev/null
+++ b/plasma-workspace/distinfo
@@ -0,0 +1,13 @@
+$NetBSD$
+
+SHA1 (plasma-workspace-5.6.3.tar.xz) = 8ff9e86763da375efea274be347118a61a96346b
+RMD160 (plasma-workspace-5.6.3.tar.xz) = a4c7dea5c0d4a6d17f67418932ad14f0e6456f04
+SHA512 (plasma-workspace-5.6.3.tar.xz) = 745a19f449fff6a83f6e5ca3c923f38fccc6374a31b983e47b6774808e674b12ea2c4ac18730f989a07f953a5819791d8df1a66550685ee7654e975fc1724a5f
+Size (plasma-workspace-5.6.3.tar.xz) = 7030108 bytes
+SHA1 (patch-components_shellprivate_CMakeLists.txt) = b8672d3415e8054087c77e3262bde46e41c88be2
+SHA1 (patch-klipper_CMakeLists.txt) = 2f5f755a8056da155137da9dee6a9ffe531e2d79
+SHA1 (patch-krunner_CMakeLists.txt) = eb11603f00eefda5a67c8bcce85726099216f270
+SHA1 (patch-libtaskmanager_CMakeLists.txt) = f45c7eeb97b8950d2588099156a45590133387f4
+SHA1 (patch-shell_CMakeLists.txt) = 3054075aa6661716fff22bf80e0db05bfb425aa1
+SHA1 (patch-wallpapers_image_CMakeLists.txt) = a62a155eed7cf69cada8d1e697a29b14e54ca683
+SHA1 (patch-xembed-sni-proxy_CMakeLists.txt) = 8158c958866ccd90858e76d40333e8719dda81a0
diff --git a/plasma-workspace/patches/patch-components_shellprivate_CMakeLists.txt b/plasma-workspace/patches/patch-components_shellprivate_CMakeLists.txt
new file mode 100644
index 0000000..5c2ef34
--- /dev/null
+++ b/plasma-workspace/patches/patch-components_shellprivate_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- components/shellprivate/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ components/shellprivate/CMakeLists.txt
+@@ -43,7 +43,7 @@ if (KF5TextEditor_FOUND)
+ endif (KF5TextEditor_FOUND)
+ 
+ install(TARGETS plasmashellprivateplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/shell)
+-install(FILES widgetexplorer/plasmoids.knsrc DESTINATION ${KDE_INSTALL_CONFDIR})
++install(FILES widgetexplorer/plasmoids.knsrc DESTINATION ${KDE_INSTALL_XDG_EX_DIR})
+ 
+ install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/shell)
+ 
diff --git a/plasma-workspace/patches/patch-klipper_CMakeLists.txt b/plasma-workspace/patches/patch-klipper_CMakeLists.txt
new file mode 100644
index 0000000..7a2c67a
--- /dev/null
+++ b/plasma-workspace/patches/patch-klipper_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- klipper/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ klipper/CMakeLists.txt
+@@ -65,7 +65,7 @@ install(TARGETS kdeinit_klipper ${KDE_IN
+ install(TARGETS klipper         ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+ install(PROGRAMS org.kde.klipper.desktop DESTINATION ${KDE_INSTALL_APPDIR})
+-install(PROGRAMS org.kde.klipper.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
++install(PROGRAMS org.kde.klipper.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTEXDIR})
+ 
+ # Plasma Data Engine
+ set(plasma_engine_clipboard_SRCS ${libklipper_common_SRCS} clipboardengine.cpp clipboardservice.cpp clipboardjob.cpp)
diff --git a/plasma-workspace/patches/patch-krunner_CMakeLists.txt b/plasma-workspace/patches/patch-krunner_CMakeLists.txt
new file mode 100644
index 0000000..1115766
--- /dev/null
+++ b/plasma-workspace/patches/patch-krunner_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- krunner/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ krunner/CMakeLists.txt
+@@ -31,7 +31,7 @@ target_compile_definitions(krunner PRIVA
+ 
+ install(TARGETS krunner ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES ${krunner_dbusAppXML} DESTINATION ${KDE_INSTALL_DBUSINTERFACEDIR} )
+-install(FILES krunner.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
++install(FILES krunner.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTEXDIR})
+ 
+ set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KRunnerAppDBusInterface")
+ ecm_configure_package_config_file(KRunnerAppDBusInterfaceConfig.cmake.in
diff --git a/plasma-workspace/patches/patch-libtaskmanager_CMakeLists.txt b/plasma-workspace/patches/patch-libtaskmanager_CMakeLists.txt
new file mode 100644
index 0000000..b3b63f1
--- /dev/null
+++ b/plasma-workspace/patches/patch-libtaskmanager_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- libtaskmanager/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ libtaskmanager/CMakeLists.txt
+@@ -110,7 +110,7 @@ install(EXPORT libtaskmanagerLibraryTarg
+         FILE LibTaskManagerLibraryTargets.cmake )
+ 
+ install(FILES taskmanagerrulesrc
+-        DESTINATION ${KDE_INSTALL_CONFDIR})
++        DESTINATION ${KDE_INSTALL_XDG_EX_DIR})
+ 
+ #set(tasksmodel_SRCS 
+ #   modeltest/dynamictreemodel.cpp
diff --git a/plasma-workspace/patches/patch-shell_CMakeLists.txt b/plasma-workspace/patches/patch-shell_CMakeLists.txt
new file mode 100644
index 0000000..a678381
--- /dev/null
+++ b/plasma-workspace/patches/patch-shell_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- shell/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ shell/CMakeLists.txt
+@@ -96,7 +96,7 @@ if(HAVE_X11)
+ endif()
+ 
+ install(TARGETS plasmashell ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+-install(FILES plasmashell.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
++install(FILES plasmashell.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTEXDIR})
+ install( FILES dbus/org.kde.PlasmaShell.xml DESTINATION ${KDE_INSTALL_DBUSINTERFACEDIR} )
+ 
+ install(FILES
diff --git a/plasma-workspace/patches/patch-wallpapers_image_CMakeLists.txt b/plasma-workspace/patches/patch-wallpapers_image_CMakeLists.txt
new file mode 100644
index 0000000..5ccede5
--- /dev/null
+++ b/plasma-workspace/patches/patch-wallpapers_image_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- wallpapers/image/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ wallpapers/image/CMakeLists.txt
+@@ -26,7 +26,7 @@ install(TARGETS plasma_wallpaper_imagepl
+ 
+ install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/wallpapers/image)
+ 
+-install(FILES wallpaper.knsrc DESTINATION ${KDE_INSTALL_CONFDIR})
++install(FILES wallpaper.knsrc DESTINATION ${KDE_INSTALL_XDG_EX_DIR})
+ 
+ plasma_install_package(imagepackage org.kde.image wallpapers wallpaper)
+ plasma_install_package(slideshowpackage org.kde.slideshow wallpapers wallpaper)
diff --git a/plasma-workspace/patches/patch-xembed-sni-proxy_CMakeLists.txt b/plasma-workspace/patches/patch-xembed-sni-proxy_CMakeLists.txt
new file mode 100644
index 0000000..d44d6ba
--- /dev/null
+++ b/plasma-workspace/patches/patch-xembed-sni-proxy_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD$
+
+Install via examples dir
+
+--- xembed-sni-proxy/CMakeLists.txt.orig	2016-04-19 11:20:13.000000000 +0000
++++ xembed-sni-proxy/CMakeLists.txt
+@@ -63,5 +63,5 @@ target_link_libraries(xembedsniproxy
+ )
+ 
+ install(TARGETS xembedsniproxy ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+-install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR})
++install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTEXDIR})
+ 



Home | Main Index | Thread Index | Old Index