aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-plasma-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'x11/plasma5-plasma-desktop')
-rw-r--r--x11/plasma5-plasma-desktop/Makefile73
-rw-r--r--x11/plasma5-plasma-desktop/distinfo3
-rw-r--r--x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt14
-rw-r--r--x11/plasma5-plasma-desktop/files/patch-kcms_keyboard_kcmmisc.cpp10
-rw-r--r--x11/plasma5-plasma-desktop/files/patch-kcms_phonon_CMakeLists.txt18
-rw-r--r--x11/plasma5-plasma-desktop/files/patch-kcms_touchpad_src_backends_x11_synapticstouchpad.cpp10
-rw-r--r--x11/plasma5-plasma-desktop/pkg-descr4
-rw-r--r--x11/plasma5-plasma-desktop/pkg-plist5014
8 files changed, 5146 insertions, 0 deletions
diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile
new file mode 100644
index 000000000000..dacfc9f18acf
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/Makefile
@@ -0,0 +1,73 @@
+# $FreeBSD$
+
+PORTNAME= plasma-desktop
+DISTVERSION= ${KDE_PLASMA_VERSION}
+CATEGORIES= x11 kde kde-plasma
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Plasma5 plasma desktop
+
+# TODO: update packagekit-qt5
+#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5
+LIB_DEPENDS= libboost_system.so:devel/boost-libs \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libxcb-image.so:x11/xcb-util-image \
+ libxcb-keysyms.so:x11/xcb-util-keysyms \
+ libxkbfile.so:x11/libxkbfile
+RUN_DEPENDS= iso-codes>=0:misc/iso-codes \
+ xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
+ xf86-input-libinput>0:x11-drivers/xf86-input-libinput
+BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
+ xf86-input-libinput>0:x11-drivers/xf86-input-libinput
+
+USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
+ gettext kde:5 pkgconfig tar:xz
+USE_GNOME= glib20
+USE_KDE= activities activities-stats archive attica auth baloo \
+ bookmarks codecs completion config configwidgets coreaddons \
+ crash dbusaddons doctools ecm emoticons filemetadata \
+ globalaccel guiaddons i18n iconthemes init itemmodels \
+ itemviews jobwidgets kcmutils kdeclarative kdelibs4support \
+ kio newstuff notifications \
+ notifyconfig package parts people plasma-framework \
+ plasma-workspace runner service solid \
+ sonnet textwidgets unitconversion wallet \
+ widgetsaddons windowsystem xmlgui
+USE_KDE+= drkonqi_run infocenter_run kmenuedit_run ksysguard_run \
+ polkit-kde-agent-1_run systemsettings_run
+USE_QT5= concurrent core dbus gui network phonon4 printsupport qml \
+ quick sql svg widgets x11extras xml \
+ buildtools_build qmake_build
+USE_XORG= ice sm x11 xcb xcursor xext xfixes xft xi xrender
+
+OPTIONS_DEFINE= PULSEAUDIO SYNAPTICS
+OPTIONS_SUB= yes
+
+OPTIONS_GROUP= IM
+OPTIONS_GROUP_IM= IBUS SCIM
+IM_DESC= Input Method Support
+
+OPTIONS_DEFAULT= SYNAPTICS
+
+PULSEAUDIO_CMAKE_BOOL= WANT_PULSEAUDIO
+PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
+
+SYNAPTICS_DESC= Build touchpad KCM
+SYNAPTICS_BUILD_DEPENDS= xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics
+SYNAPTICS_RUN_DEPENDS= xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics
+SYNAPTICS_CMAKE_BOOL= WANT_SYNAPTICS
+
+IBUS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IBus
+IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus
+IBUS_DESC= Enable IBUS backend for input dialog
+SCIM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SCIM
+SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim
+SCIM_DESC= Enable SCIM backend for input dialog
+
+post-patch:
+# Set the correct iso-codes directory
+ ${REINPLACE_CMD} -e '/isoCodesXmlDir/ s#/usr/share#${LOCALBASE}/share#g' \
+ ${PATCH_WRKSRC}/kcms/keyboard/iso_codes.h
+
+.include <bsd.port.mk>
diff --git a/x11/plasma5-plasma-desktop/distinfo b/x11/plasma5-plasma-desktop/distinfo
new file mode 100644
index 000000000000..5d2a50cb6425
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523811830
+SHA256 (KDE/plasma/5.12.4/plasma-desktop-5.12.4.tar.xz) = bec2bf03d3cc44e12a92cb16b40957425708ea58269eee6030d49ee696dde299
+SIZE (KDE/plasma/5.12.4/plasma-desktop-5.12.4.tar.xz) = 8532112
diff --git a/x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt b/x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..eb32a08bbf58
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt
@@ -0,0 +1,14 @@
+--- CMakeLists.txt.orig 2016-03-17 10:58:23 UTC
++++ CMakeLists.txt
+@@ -115,7 +115,11 @@ find_package(Evdev)
+ set_package_properties(Evdev PROPERTIES TYPE OPTIONAL)
+ add_feature_info("Evdev" EVDEV_FOUND "Evdev driver headers needed for input KCM")
+
++if (WANT_SYNAPTICS)
+ find_package(Synaptics)
++else()
++set(SYNAPTICS_FOUND FALSE)
++endif()
+ set_package_properties(Synaptics PROPERTIES TYPE OPTIONAL)
+ add_feature_info("Synaptics" SYNAPTICS_FOUND "Synaptics libraries needed for touchpad KCM")
+ include(ConfigureChecks.cmake)
diff --git a/x11/plasma5-plasma-desktop/files/patch-kcms_keyboard_kcmmisc.cpp b/x11/plasma5-plasma-desktop/files/patch-kcms_keyboard_kcmmisc.cpp
new file mode 100644
index 000000000000..afa495886780
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/files/patch-kcms_keyboard_kcmmisc.cpp
@@ -0,0 +1,10 @@
+--- kcms/keyboard/kcmmisc.cpp.orig 2015-01-08 16:15:45 UTC
++++ kcms/keyboard/kcmmisc.cpp
+@@ -40,6 +40,7 @@
+
+ #include <X11/Xlib.h>
+
++#include <math.h>
+
+ KCMiscKeyboardWidget::KCMiscKeyboardWidget(QWidget *parent)
+ : QWidget(parent),
diff --git a/x11/plasma5-plasma-desktop/files/patch-kcms_phonon_CMakeLists.txt b/x11/plasma5-plasma-desktop/files/patch-kcms_phonon_CMakeLists.txt
new file mode 100644
index 000000000000..1f62b69029c2
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/files/patch-kcms_phonon_CMakeLists.txt
@@ -0,0 +1,18 @@
+--- kcms/phonon/CMakeLists.txt.orig 2015-10-13 06:47:10 UTC
++++ kcms/phonon/CMakeLists.txt
+@@ -35,6 +35,7 @@ set(kcmphonon_LIBS
+ KF5::KIOWidgets
+ ${PHONON_LIBRARY})
+
++if(WANT_PULSEAUDIO)
+ if(GLIB2_FOUND AND PULSEAUDIO_FOUND AND CANBERRA_FOUND)
+ add_definitions(-DHAVE_PULSEAUDIO)
+
+@@ -45,6 +46,7 @@ if(GLIB2_FOUND AND PULSEAUDIO_FOUND AND
+
+ set(kcmphonon_LIBS ${kcmphonon_LIBS} ${GLIB2_LIBRARIES} ${PULSEAUDIO_LIBRARY} ${PULSEAUDIO_MAINLOOP_LIBRARY} ${CANBERRA_LIBRARIES})
+ endif()
++endif()
+
+ add_library(kcm_phonon MODULE ${kcmphonon_SRCS})
+ target_link_libraries(kcm_phonon ${kcmphonon_LIBS} KF5::ConfigWidgets)
diff --git a/x11/plasma5-plasma-desktop/files/patch-kcms_touchpad_src_backends_x11_synapticstouchpad.cpp b/x11/plasma5-plasma-desktop/files/patch-kcms_touchpad_src_backends_x11_synapticstouchpad.cpp
new file mode 100644
index 000000000000..684e50b06f7d
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/files/patch-kcms_touchpad_src_backends_x11_synapticstouchpad.cpp
@@ -0,0 +1,10 @@
+--- kcms/touchpad/src/backends/x11/synapticstouchpad.cpp.orig 2016-03-29 09:10:43 UTC
++++ kcms/touchpad/src/backends/x11/synapticstouchpad.cpp
+@@ -50,6 +50,7 @@
+
+ #include "synapticstouchpad.h"
+
++#include <cmath>
+ #include <stddef.h>
+ #include <limits.h>
+ #include <xorg/synaptics-properties.h>
diff --git a/x11/plasma5-plasma-desktop/pkg-descr b/x11/plasma5-plasma-desktop/pkg-descr
new file mode 100644
index 000000000000..a9e00f84867f
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/pkg-descr
@@ -0,0 +1,4 @@
+Plasma Desktop offers all the tools required for a modern desktop computing
+experience so you can be productive right from the start.
+
+WWW: https://www.kde.org/plasma-desktop
diff --git a/x11/plasma5-plasma-desktop/pkg-plist b/x11/plasma5-plasma-desktop/pkg-plist
new file mode 100644
index 000000000000..6ab6136dd62e
--- /dev/null
+++ b/x11/plasma5-plasma-desktop/pkg-plist
@@ -0,0 +1,5014 @@
+bin/kaccess
+bin/kapplymousetheme
+%%SYNAPTICS%%bin/kcm-touchpad-list-devices
+bin/kcolorschemeeditor
+bin/kfontinst
+bin/kfontview
+bin/knetattach
+bin/krdb
+bin/lookandfeeltool
+bin/solid-action-desktop-gen
+etc/dbus-1/system.d/org.kde.fontinst.conf
+etc/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
+etc/xdg/colorschemes.knsrc
+etc/xdg/emoticons.knsrc
+etc/xdg/icons.knsrc
+etc/xdg/kfontinst.knsrc
+etc/xdg/lookandfeel.knsrc
+etc/xdg/plasma-themes.knsrc
+etc/xdg/xcursor.knsrc
+lib/kconf_update_bin/krdb_clearlibrarypath
+lib/libexec/kauth/fontinst
+lib/libexec/kauth/fontinst_helper
+lib/libexec/kauth/fontinst_x11
+lib/libexec/kauth/kcmdatetimehelper
+lib/libexec/kfontprint
+%%IBUS%%lib/libexec/kimpanel-ibus-panel
+%%IBUS%%lib/libexec/kimpanel-ibus-panel-launcher
+%%SCIM%%lib/libexec/kimpanel-scim-panel
+lib/libexec/plasma-changeicons
+lib/libkdeinit5_kaccess.so
+lib/libkfontinst.so
+lib/libkfontinst.so.5
+lib/libkfontinst.so.%%KDE_PLASMA_VERSION%%
+lib/libkfontinstui.so
+lib/libkfontinstui.so.5
+lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%%
+%%QT_PLUGINDIR%%/attica_kde.so
+%%QT_PLUGINDIR%%/fontthumbnail.so
+%%QT_PLUGINDIR%%/kcm_access.so
+%%QT_PLUGINDIR%%/kcm_activities.so
+%%QT_PLUGINDIR%%/kcm_autostart.so
+%%QT_PLUGINDIR%%/kcm_baloofile.so
+%%QT_PLUGINDIR%%/kcm_clock.so
+%%QT_PLUGINDIR%%/kcm_colors.so
+%%QT_PLUGINDIR%%/kcm_componentchooser.so
+%%QT_PLUGINDIR%%/kcm_cursortheme.so
+%%QT_PLUGINDIR%%/kcm_desktoppaths.so
+%%QT_PLUGINDIR%%/kcm_emoticons.so
+%%QT_PLUGINDIR%%/kcm_fontinst.so
+%%QT_PLUGINDIR%%/kcm_fonts.so
+%%QT_PLUGINDIR%%/kcm_formats.so
+%%QT_PLUGINDIR%%/kcm_icons.so
+%%QT_PLUGINDIR%%/kcm_input.so
+%%QT_PLUGINDIR%%/kcm_kded.so
+%%QT_PLUGINDIR%%/kcm_keyboard.so
+%%QT_PLUGINDIR%%/kcm_keys.so
+%%QT_PLUGINDIR%%/kcm_knotify.so
+%%QT_PLUGINDIR%%/kcm_launch.so
+%%QT_PLUGINDIR%%/kcm_phonon.so
+%%QT_PLUGINDIR%%/kcm_plasmasearch.so
+%%QT_PLUGINDIR%%/kcm_smserver.so
+%%QT_PLUGINDIR%%/kcm_solid_actions.so
+%%QT_PLUGINDIR%%/kcm_standard_actions.so
+%%QT_PLUGINDIR%%/kcm_style.so
+%%QT_PLUGINDIR%%/kcm_workspaceoptions.so
+%%QT_PLUGINDIR%%/kcms/kcm_desktoptheme.so
+%%QT_PLUGINDIR%%/kcms/kcm_lookandfeel.so
+%%QT_PLUGINDIR%%/kcms/kcm_nightcolor.so
+%%QT_PLUGINDIR%%/kcms/kcm_splashscreen.so
+%%QT_PLUGINDIR%%/kcmspellchecking.so
+%%SYNAPTICS%%%%QT_PLUGINDIR%%/kded_touchpad.so
+%%QT_PLUGINDIR%%/kf5/kded/device_automounter.so
+%%QT_PLUGINDIR%%/kf5/kded/keyboard.so
+%%QT_PLUGINDIR%%/kfontviewpart.so
+%%QT_PLUGINDIR%%/kio_fonts.so
+%%QT_PLUGINDIR%%/krunner_kwin.so
+%%QT_PLUGINDIR%%/krunner_plasma-desktop.so
+%%QT_PLUGINDIR%%/libkcm_device_automounter.so
+%%QT_PLUGINDIR%%/libkcm_translations.so
+%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_kimpanel.so
+%%SYNAPTICS%%%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_touchpad.so
+%%QT_QMLDIR%%/org/kde/activities/settings/libkactivitiessettingsplugin.so
+%%QT_QMLDIR%%/org/kde/activities/settings/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/libactivityswitcherextensionplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/private/kicker/libkickerplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/private/kicker/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/libkimpanelplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/private/pager/libpagerplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/private/pager/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/private/trash/libtrashplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/private/trash/qmldir
+%%QT_QMLDIR%%/org/kde/private/desktopcontainment/desktop/libdesktopplugin.so
+%%QT_QMLDIR%%/org/kde/private/desktopcontainment/desktop/qmldir
+%%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/libfolderplugin.so
+%%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/qmldir
+share/applications/org.kde.kcolorschemeeditor.desktop
+share/applications/org.kde.kfontview.desktop
+share/applications/org.kde.knetattach.desktop
+share/color-schemes/Honeycomb.colors
+share/color-schemes/Norway.colors
+share/color-schemes/ObsidianCoast.colors
+share/color-schemes/Oxygen.colors
+share/color-schemes/OxygenCold.colors
+share/color-schemes/Steel.colors
+share/color-schemes/WontonSoup.colors
+share/color-schemes/Zion.colors
+share/color-schemes/ZionReversed.colors
+%%SYNAPTICS%%share/config.kcfg/touchpad.kcfg
+%%SYNAPTICS%%share/config.kcfg/touchpaddaemon.kcfg
+%%SYNAPTICS%%share/dbus-1/interfaces/org.kde.touchpad.xml
+share/dbus-1/services/org.kde.fontinst.service
+share/dbus-1/system-services/org.kde.fontinst.service
+share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
+share/doc/HTML/ca/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/ca/kcontrol/autostart/index.docbook
+share/doc/HTML/ca/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/ca/kcontrol/baloo/index.docbook
+share/doc/HTML/ca/kcontrol/clock/index.cache.bz2
+share/doc/HTML/ca/kcontrol/clock/index.docbook
+share/doc/HTML/ca/kcontrol/colors/index.cache.bz2
+share/doc/HTML/ca/kcontrol/colors/index.docbook
+share/doc/HTML/ca/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/ca/kcontrol/componentchooser/index.docbook
+share/doc/HTML/ca/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/ca/kcontrol/cursortheme/index.docbook
+share/doc/HTML/ca/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/ca/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/ca/kcontrol/emoticons/emoticons.png
+share/doc/HTML/ca/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/ca/kcontrol/emoticons/index.docbook
+share/doc/HTML/ca/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/ca/kcontrol/fontinst/index.docbook
+share/doc/HTML/ca/kcontrol/fonts/adjust-all.png
+share/doc/HTML/ca/kcontrol/fonts/anti-aliasing.png
+share/doc/HTML/ca/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/ca/kcontrol/fonts/index.docbook
+share/doc/HTML/ca/kcontrol/fonts/main.png
+share/doc/HTML/ca/kcontrol/formats/index.cache.bz2
+share/doc/HTML/ca/kcontrol/formats/index.docbook
+share/doc/HTML/ca/kcontrol/icons/delete-theme.png
+share/doc/HTML/ca/kcontrol/icons/effects.png
+share/doc/HTML/ca/kcontrol/icons/get-new-theme.png
+share/doc/HTML/ca/kcontrol/icons/index.cache.bz2
+share/doc/HTML/ca/kcontrol/icons/index.docbook
+share/doc/HTML/ca/kcontrol/icons/install-theme.png
+share/doc/HTML/ca/kcontrol/icons/main.png
+share/doc/HTML/ca/kcontrol/icons/size.png
+share/doc/HTML/ca/kcontrol/icons/use-of-icons.png
+share/doc/HTML/ca/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/ca/kcontrol/joystick/index.docbook
+share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/ca/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/ca/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/ca/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/ca/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/ca/kcontrol/kded/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kded/index.docbook
+share/doc/HTML/ca/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/ca/kcontrol/keyboard/index.docbook
+share/doc/HTML/ca/kcontrol/keys/index.cache.bz2
+share/doc/HTML/ca/kcontrol/keys/index.docbook
+share/doc/HTML/ca/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/ca/kcontrol/mouse/index.docbook
+share/doc/HTML/ca/kcontrol/paths/index.cache.bz2
+share/doc/HTML/ca/kcontrol/paths/index.docbook
+share/doc/HTML/ca/kcontrol/paths/paths.png
+share/doc/HTML/ca/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/ca/kcontrol/phonon/index.docbook
+share/doc/HTML/ca/kcontrol/solid-actions/add-action.png
+share/doc/HTML/ca/kcontrol/solid-actions/edit-action.png
+share/doc/HTML/ca/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/ca/kcontrol/solid-actions/index.docbook
+share/doc/HTML/ca/kcontrol/solid-actions/main.png
+share/doc/HTML/ca/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/ca/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/ca/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/ca/kcontrol/spellchecking/index.docbook
+share/doc/HTML/ca/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/ca/kcontrol/splashscreen/index.docbook
+share/doc/HTML/ca/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/ca/kcontrol/translations/index.cache.bz2
+share/doc/HTML/ca/kcontrol/translations/index.docbook
+share/doc/HTML/ca/kfontview/index.cache.bz2
+share/doc/HTML/ca/kfontview/index.docbook
+share/doc/HTML/ca/kfontview/kfontview.png
+share/doc/HTML/ca/knetattach/index.cache.bz2
+share/doc/HTML/ca/knetattach/index.docbook
+share/doc/HTML/ca/knetattach/screenshot.png
+share/doc/HTML/ca/knetattach/screenshot1.png
+share/doc/HTML/ca/knetattach/screenshot2.png
+share/doc/HTML/ca/knetattach/screenshot3.png
+share/doc/HTML/ca/knetattach/screenshot4.png
+share/doc/HTML/ca/plasma-desktop/add-widgets.png
+share/doc/HTML/ca/plasma-desktop/application-launcher-settings.png
+share/doc/HTML/ca/plasma-desktop/application-launcher.png
+share/doc/HTML/ca/plasma-desktop/application-menu.png
+share/doc/HTML/ca/plasma-desktop/desktop-settings.png
+share/doc/HTML/ca/plasma-desktop/device_notifier_widget.png
+share/doc/HTML/ca/plasma-desktop/device_notifier_widget_actions.png
+share/doc/HTML/ca/plasma-desktop/folder-view.png
+share/doc/HTML/ca/plasma-desktop/index.cache.bz2
+share/doc/HTML/ca/plasma-desktop/index.docbook
+share/doc/HTML/ca/plasma-desktop/krunner-configure.png
+share/doc/HTML/ca/plasma-desktop/krunner-desktop-actions.png
+share/doc/HTML/ca/plasma-desktop/krunner.png
+share/doc/HTML/ca/plasma-desktop/panel-settings.png
+share/doc/HTML/ca/plasma-desktop/plasma-desktop-annotated.png
+share/doc/HTML/ca/plasma-desktop/remove.png
+share/doc/HTML/ca/plasma-desktop/system-tray-settings.png
+share/doc/HTML/ca/plasma-desktop/system-tray-up-arrow.png
+share/doc/HTML/ca/plasma-desktop/taskbar-settings.png
+share/doc/HTML/de/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/de/kcontrol/autostart/index.docbook
+share/doc/HTML/de/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/de/kcontrol/baloo/index.docbook
+share/doc/HTML/de/kcontrol/clock/index.cache.bz2
+share/doc/HTML/de/kcontrol/clock/index.docbook
+share/doc/HTML/de/kcontrol/colors/index.cache.bz2
+share/doc/HTML/de/kcontrol/colors/index.docbook
+share/doc/HTML/de/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/de/kcontrol/componentchooser/index.docbook
+share/doc/HTML/de/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/de/kcontrol/cursortheme/index.docbook
+share/doc/HTML/de/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/de/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/de/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/de/kcontrol/emoticons/index.docbook
+share/doc/HTML/de/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/de/kcontrol/fontinst/index.docbook
+share/doc/HTML/de/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/de/kcontrol/fonts/index.docbook
+share/doc/HTML/de/kcontrol/formats/index.cache.bz2
+share/doc/HTML/de/kcontrol/formats/index.docbook
+share/doc/HTML/de/kcontrol/icons/index.cache.bz2
+share/doc/HTML/de/kcontrol/icons/index.docbook
+share/doc/HTML/de/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/de/kcontrol/joystick/index.docbook
+share/doc/HTML/de/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/de/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/de/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/de/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/de/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/de/kcontrol/kded/index.cache.bz2
+share/doc/HTML/de/kcontrol/kded/index.docbook
+share/doc/HTML/de/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/de/kcontrol/keyboard/index.docbook
+share/doc/HTML/de/kcontrol/keys/index.cache.bz2
+share/doc/HTML/de/kcontrol/keys/index.docbook
+share/doc/HTML/de/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/de/kcontrol/mouse/index.docbook
+share/doc/HTML/de/kcontrol/paths/index.cache.bz2
+share/doc/HTML/de/kcontrol/paths/index.docbook
+share/doc/HTML/de/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/de/kcontrol/phonon/index.docbook
+share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/de/kcontrol/solid-actions/index.docbook
+share/doc/HTML/de/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/de/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/de/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/de/kcontrol/spellchecking/index.docbook
+share/doc/HTML/de/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/de/kcontrol/splashscreen/index.docbook
+share/doc/HTML/de/kcontrol/translations/index.cache.bz2
+share/doc/HTML/de/kcontrol/translations/index.docbook
+share/doc/HTML/de/kfontview/index.cache.bz2
+share/doc/HTML/de/kfontview/index.docbook
+share/doc/HTML/de/knetattach/index.cache.bz2
+share/doc/HTML/de/knetattach/index.docbook
+share/doc/HTML/de/plasma-desktop/index.cache.bz2
+share/doc/HTML/de/plasma-desktop/index.docbook
+share/doc/HTML/en/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/en/kcontrol/autostart/index.docbook
+share/doc/HTML/en/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/en/kcontrol/baloo/index.docbook
+share/doc/HTML/en/kcontrol/clock/index.cache.bz2
+share/doc/HTML/en/kcontrol/clock/index.docbook
+share/doc/HTML/en/kcontrol/colors/index.cache.bz2
+share/doc/HTML/en/kcontrol/colors/index.docbook
+share/doc/HTML/en/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/en/kcontrol/componentchooser/index.docbook
+share/doc/HTML/en/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/en/kcontrol/cursortheme/index.docbook
+share/doc/HTML/en/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/en/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/en/kcontrol/emoticons/emoticons.png
+share/doc/HTML/en/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/en/kcontrol/emoticons/index.docbook
+share/doc/HTML/en/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/en/kcontrol/fontinst/index.docbook
+share/doc/HTML/en/kcontrol/fonts/adjust-all.png
+share/doc/HTML/en/kcontrol/fonts/anti-aliasing.png
+share/doc/HTML/en/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/en/kcontrol/fonts/index.docbook
+share/doc/HTML/en/kcontrol/fonts/main.png
+share/doc/HTML/en/kcontrol/formats/index.cache.bz2
+share/doc/HTML/en/kcontrol/formats/index.docbook
+share/doc/HTML/en/kcontrol/icons/delete-theme.png
+share/doc/HTML/en/kcontrol/icons/effects.png
+share/doc/HTML/en/kcontrol/icons/get-new-theme.png
+share/doc/HTML/en/kcontrol/icons/index.cache.bz2
+share/doc/HTML/en/kcontrol/icons/index.docbook
+share/doc/HTML/en/kcontrol/icons/install-theme.png
+share/doc/HTML/en/kcontrol/icons/main.png
+share/doc/HTML/en/kcontrol/icons/size.png
+share/doc/HTML/en/kcontrol/icons/use-of-icons.png
+share/doc/HTML/en/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/en/kcontrol/joystick/index.docbook
+share/doc/HTML/en/kcontrol/joystick/joystick-calibration.png
+share/doc/HTML/en/kcontrol/joystick/joystick-main.png
+share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/en/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/en/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/en/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/en/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/en/kcontrol/kded/index.cache.bz2
+share/doc/HTML/en/kcontrol/kded/index.docbook
+share/doc/HTML/en/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/en/kcontrol/keyboard/index.docbook
+share/doc/HTML/en/kcontrol/keys/index.cache.bz2
+share/doc/HTML/en/kcontrol/keys/index.docbook
+share/doc/HTML/en/kcontrol/keys/list-add.png
+share/doc/HTML/en/kcontrol/keys/remove.png
+share/doc/HTML/en/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/en/kcontrol/mouse/index.docbook
+share/doc/HTML/en/kcontrol/paths/index.cache.bz2
+share/doc/HTML/en/kcontrol/paths/index.docbook
+share/doc/HTML/en/kcontrol/paths/paths.png
+share/doc/HTML/en/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/en/kcontrol/phonon/index.docbook
+share/doc/HTML/en/kcontrol/solid-actions/add-action.png
+share/doc/HTML/en/kcontrol/solid-actions/edit-action.png
+share/doc/HTML/en/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/en/kcontrol/solid-actions/index.docbook
+share/doc/HTML/en/kcontrol/solid-actions/main.png
+share/doc/HTML/en/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/en/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/en/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/en/kcontrol/spellchecking/index.docbook
+share/doc/HTML/en/kcontrol/splashscreen/get-new-theme.png
+share/doc/HTML/en/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/en/kcontrol/splashscreen/index.docbook
+share/doc/HTML/en/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/en/kcontrol/translations/index.cache.bz2
+share/doc/HTML/en/kcontrol/translations/index.docbook
+share/doc/HTML/en/kfontview/index.cache.bz2
+share/doc/HTML/en/kfontview/index.docbook
+share/doc/HTML/en/kfontview/kfontview.png
+share/doc/HTML/en/knetattach/index.cache.bz2
+share/doc/HTML/en/knetattach/index.docbook
+share/doc/HTML/en/knetattach/screenshot.png
+share/doc/HTML/en/knetattach/screenshot1.png
+share/doc/HTML/en/knetattach/screenshot2.png
+share/doc/HTML/en/knetattach/screenshot3.png
+share/doc/HTML/en/knetattach/screenshot4.png
+share/doc/HTML/en/plasma-desktop/add-widgets.png
+share/doc/HTML/en/plasma-desktop/application-launcher-settings.png
+share/doc/HTML/en/plasma-desktop/application-launcher.png
+share/doc/HTML/en/plasma-desktop/application-menu.png
+share/doc/HTML/en/plasma-desktop/desktop-settings.png
+share/doc/HTML/en/plasma-desktop/device_notifier_widget.png
+share/doc/HTML/en/plasma-desktop/device_notifier_widget_actions.png
+share/doc/HTML/en/plasma-desktop/folder-view.png
+share/doc/HTML/en/plasma-desktop/index.cache.bz2
+share/doc/HTML/en/plasma-desktop/index.docbook
+share/doc/HTML/en/plasma-desktop/krunner-configure.png
+share/doc/HTML/en/plasma-desktop/krunner-desktop-actions.png
+share/doc/HTML/en/plasma-desktop/krunner.png
+share/doc/HTML/en/plasma-desktop/panel-settings.png
+share/doc/HTML/en/plasma-desktop/plasma-desktop-annotated.png
+share/doc/HTML/en/plasma-desktop/remove.png
+share/doc/HTML/en/plasma-desktop/system-tray-settings.png
+share/doc/HTML/en/plasma-desktop/system-tray-up-arrow.png
+share/doc/HTML/en/plasma-desktop/taskbar-settings.png
+share/doc/HTML/es/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/es/kcontrol/autostart/index.docbook
+share/doc/HTML/es/kcontrol/clock/index.cache.bz2
+share/doc/HTML/es/kcontrol/clock/index.docbook
+share/doc/HTML/es/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/es/kcontrol/componentchooser/index.docbook
+share/doc/HTML/es/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/es/kcontrol/cursortheme/index.docbook
+share/doc/HTML/es/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/es/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/es/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/es/kcontrol/emoticons/index.docbook
+share/doc/HTML/es/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/es/kcontrol/fontinst/index.docbook
+share/doc/HTML/es/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/es/kcontrol/fonts/index.docbook
+share/doc/HTML/es/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/es/kcontrol/joystick/index.docbook
+share/doc/HTML/es/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/es/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/es/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/es/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/es/kcontrol/kded/index.cache.bz2
+share/doc/HTML/es/kcontrol/kded/index.docbook
+share/doc/HTML/es/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/es/kcontrol/mouse/index.docbook
+share/doc/HTML/es/kcontrol/paths/index.cache.bz2
+share/doc/HTML/es/kcontrol/paths/index.docbook
+share/doc/HTML/es/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/es/kcontrol/phonon/index.docbook
+share/doc/HTML/es/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/es/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/es/kfontview/index.cache.bz2
+share/doc/HTML/es/kfontview/index.docbook
+share/doc/HTML/es/knetattach/index.cache.bz2
+share/doc/HTML/es/knetattach/index.docbook
+share/doc/HTML/et/kcontrol/clock/index.cache.bz2
+share/doc/HTML/et/kcontrol/clock/index.docbook
+share/doc/HTML/et/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/et/kcontrol/phonon/index.docbook
+share/doc/HTML/et/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/et/kcontrol/solid-actions/index.docbook
+share/doc/HTML/et/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/et/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/it/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/it/kcontrol/autostart/index.docbook
+share/doc/HTML/it/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/it/kcontrol/baloo/index.docbook
+share/doc/HTML/it/kcontrol/clock/index.cache.bz2
+share/doc/HTML/it/kcontrol/clock/index.docbook
+share/doc/HTML/it/kcontrol/colors/index.cache.bz2
+share/doc/HTML/it/kcontrol/colors/index.docbook
+share/doc/HTML/it/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/it/kcontrol/componentchooser/index.docbook
+share/doc/HTML/it/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/it/kcontrol/cursortheme/index.docbook
+share/doc/HTML/it/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/it/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/it/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/it/kcontrol/emoticons/index.docbook
+share/doc/HTML/it/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/it/kcontrol/fontinst/index.docbook
+share/doc/HTML/it/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/it/kcontrol/fonts/index.docbook
+share/doc/HTML/it/kcontrol/formats/index.cache.bz2
+share/doc/HTML/it/kcontrol/formats/index.docbook
+share/doc/HTML/it/kcontrol/icons/index.cache.bz2
+share/doc/HTML/it/kcontrol/icons/index.docbook
+share/doc/HTML/it/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/it/kcontrol/joystick/index.docbook
+share/doc/HTML/it/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/it/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/it/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/it/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/it/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/it/kcontrol/kded/index.cache.bz2
+share/doc/HTML/it/kcontrol/kded/index.docbook
+share/doc/HTML/it/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/it/kcontrol/keyboard/index.docbook
+share/doc/HTML/it/kcontrol/keys/index.cache.bz2
+share/doc/HTML/it/kcontrol/keys/index.docbook
+share/doc/HTML/it/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/it/kcontrol/mouse/index.docbook
+share/doc/HTML/it/kcontrol/paths/index.cache.bz2
+share/doc/HTML/it/kcontrol/paths/index.docbook
+share/doc/HTML/it/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/it/kcontrol/phonon/index.docbook
+share/doc/HTML/it/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/it/kcontrol/solid-actions/index.docbook
+share/doc/HTML/it/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/it/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/it/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/it/kcontrol/spellchecking/index.docbook
+share/doc/HTML/it/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/it/kcontrol/splashscreen/index.docbook
+share/doc/HTML/it/kcontrol/translations/index.cache.bz2
+share/doc/HTML/it/kcontrol/translations/index.docbook
+share/doc/HTML/it/kfontview/index.cache.bz2
+share/doc/HTML/it/kfontview/index.docbook
+share/doc/HTML/it/knetattach/index.cache.bz2
+share/doc/HTML/it/knetattach/index.docbook
+share/doc/HTML/it/plasma-desktop/index.cache.bz2
+share/doc/HTML/it/plasma-desktop/index.docbook
+share/doc/HTML/nl/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/nl/kcontrol/autostart/index.docbook
+share/doc/HTML/nl/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/nl/kcontrol/baloo/index.docbook
+share/doc/HTML/nl/kcontrol/clock/index.cache.bz2
+share/doc/HTML/nl/kcontrol/clock/index.docbook
+share/doc/HTML/nl/kcontrol/colors/index.cache.bz2
+share/doc/HTML/nl/kcontrol/colors/index.docbook
+share/doc/HTML/nl/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/nl/kcontrol/componentchooser/index.docbook
+share/doc/HTML/nl/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/nl/kcontrol/cursortheme/index.docbook
+share/doc/HTML/nl/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/nl/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/nl/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/nl/kcontrol/emoticons/index.docbook
+share/doc/HTML/nl/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/nl/kcontrol/fontinst/index.docbook
+share/doc/HTML/nl/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/nl/kcontrol/fonts/index.docbook
+share/doc/HTML/nl/kcontrol/formats/index.cache.bz2
+share/doc/HTML/nl/kcontrol/formats/index.docbook
+share/doc/HTML/nl/kcontrol/icons/index.cache.bz2
+share/doc/HTML/nl/kcontrol/icons/index.docbook
+share/doc/HTML/nl/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/nl/kcontrol/joystick/index.docbook
+share/doc/HTML/nl/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/nl/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/nl/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/nl/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/nl/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/nl/kcontrol/kded/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kded/index.docbook
+share/doc/HTML/nl/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/nl/kcontrol/keyboard/index.docbook
+share/doc/HTML/nl/kcontrol/keys/index.cache.bz2
+share/doc/HTML/nl/kcontrol/keys/index.docbook
+share/doc/HTML/nl/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/nl/kcontrol/mouse/index.docbook
+share/doc/HTML/nl/kcontrol/paths/index.cache.bz2
+share/doc/HTML/nl/kcontrol/paths/index.docbook
+share/doc/HTML/nl/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/nl/kcontrol/phonon/index.docbook
+share/doc/HTML/nl/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/nl/kcontrol/solid-actions/index.docbook
+share/doc/HTML/nl/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/nl/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/nl/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/nl/kcontrol/spellchecking/index.docbook
+share/doc/HTML/nl/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/nl/kcontrol/splashscreen/index.docbook
+share/doc/HTML/nl/kcontrol/translations/index.cache.bz2
+share/doc/HTML/nl/kcontrol/translations/index.docbook
+share/doc/HTML/nl/kfontview/index.cache.bz2
+share/doc/HTML/nl/kfontview/index.docbook
+share/doc/HTML/nl/knetattach/index.cache.bz2
+share/doc/HTML/nl/knetattach/index.docbook
+share/doc/HTML/nl/plasma-desktop/index.cache.bz2
+share/doc/HTML/nl/plasma-desktop/index.docbook
+share/doc/HTML/pt/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/pt/kcontrol/autostart/index.docbook
+share/doc/HTML/pt/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/pt/kcontrol/baloo/index.docbook
+share/doc/HTML/pt/kcontrol/clock/index.cache.bz2
+share/doc/HTML/pt/kcontrol/clock/index.docbook
+share/doc/HTML/pt/kcontrol/colors/index.cache.bz2
+share/doc/HTML/pt/kcontrol/colors/index.docbook
+share/doc/HTML/pt/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/pt/kcontrol/componentchooser/index.docbook
+share/doc/HTML/pt/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/pt/kcontrol/cursortheme/index.docbook
+share/doc/HTML/pt/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/pt/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/pt/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/pt/kcontrol/emoticons/index.docbook
+share/doc/HTML/pt/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/pt/kcontrol/fontinst/index.docbook
+share/doc/HTML/pt/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/pt/kcontrol/fonts/index.docbook
+share/doc/HTML/pt/kcontrol/formats/index.cache.bz2
+share/doc/HTML/pt/kcontrol/formats/index.docbook
+share/doc/HTML/pt/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/pt/kcontrol/joystick/index.docbook
+share/doc/HTML/pt/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/pt/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/pt/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/pt/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/pt/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/pt/kcontrol/kded/index.cache.bz2
+share/doc/HTML/pt/kcontrol/kded/index.docbook
+share/doc/HTML/pt/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/pt/kcontrol/keyboard/index.docbook
+share/doc/HTML/pt/kcontrol/keys/index.cache.bz2
+share/doc/HTML/pt/kcontrol/keys/index.docbook
+share/doc/HTML/pt/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/pt/kcontrol/mouse/index.docbook
+share/doc/HTML/pt/kcontrol/paths/index.cache.bz2
+share/doc/HTML/pt/kcontrol/paths/index.docbook
+share/doc/HTML/pt/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/pt/kcontrol/phonon/index.docbook
+share/doc/HTML/pt/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/pt/kcontrol/solid-actions/index.docbook
+share/doc/HTML/pt/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/pt/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/pt/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/pt/kcontrol/spellchecking/index.docbook
+share/doc/HTML/pt/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/pt/kcontrol/splashscreen/index.docbook
+share/doc/HTML/pt/kcontrol/translations/index.cache.bz2
+share/doc/HTML/pt/kcontrol/translations/index.docbook
+share/doc/HTML/pt/kfontview/index.cache.bz2
+share/doc/HTML/pt/kfontview/index.docbook
+share/doc/HTML/pt/knetattach/index.cache.bz2
+share/doc/HTML/pt/knetattach/index.docbook
+share/doc/HTML/pt/plasma-desktop/index.cache.bz2
+share/doc/HTML/pt/plasma-desktop/index.docbook
+share/doc/HTML/pt_BR/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/autostart/index.docbook
+share/doc/HTML/pt_BR/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/baloo/index.docbook
+share/doc/HTML/pt_BR/kcontrol/clock/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/clock/index.docbook
+share/doc/HTML/pt_BR/kcontrol/colors/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/colors/index.docbook
+share/doc/HTML/pt_BR/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/componentchooser/index.docbook
+share/doc/HTML/pt_BR/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/cursortheme/index.docbook
+share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/customizing.png
+share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/pt_BR/kcontrol/emoticons/emoticons.png
+share/doc/HTML/pt_BR/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/emoticons/index.docbook
+share/doc/HTML/pt_BR/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/fontinst/index.docbook
+share/doc/HTML/pt_BR/kcontrol/fonts/adjust-all.png
+share/doc/HTML/pt_BR/kcontrol/fonts/anti-aliasing.png
+share/doc/HTML/pt_BR/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/fonts/index.docbook
+share/doc/HTML/pt_BR/kcontrol/fonts/main.png
+share/doc/HTML/pt_BR/kcontrol/formats/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/formats/index.docbook
+share/doc/HTML/pt_BR/kcontrol/icons/effects.png
+share/doc/HTML/pt_BR/kcontrol/icons/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/icons/index.docbook
+share/doc/HTML/pt_BR/kcontrol/icons/install-theme.png
+share/doc/HTML/pt_BR/kcontrol/icons/main.png
+share/doc/HTML/pt_BR/kcontrol/icons/use-of-icons.png
+share/doc/HTML/pt_BR/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/joystick/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kded/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kded/index.docbook
+share/doc/HTML/pt_BR/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/keyboard/index.docbook
+share/doc/HTML/pt_BR/kcontrol/keys/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/keys/index.docbook
+share/doc/HTML/pt_BR/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/mouse/index.docbook
+share/doc/HTML/pt_BR/kcontrol/paths/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/paths/index.docbook
+share/doc/HTML/pt_BR/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/phonon/index.docbook
+share/doc/HTML/pt_BR/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/solid-actions/index.docbook
+share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/pt_BR/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/spellchecking/index.docbook
+share/doc/HTML/pt_BR/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/splashscreen/index.docbook
+share/doc/HTML/pt_BR/kcontrol/splashscreen/splash-main.png
+share/doc/HTML/pt_BR/kcontrol/translations/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/translations/index.docbook
+share/doc/HTML/pt_BR/kfontview/index.cache.bz2
+share/doc/HTML/pt_BR/kfontview/index.docbook
+share/doc/HTML/pt_BR/knetattach/index.cache.bz2
+share/doc/HTML/pt_BR/knetattach/index.docbook
+share/doc/HTML/pt_BR/knetattach/screenshot.png
+share/doc/HTML/pt_BR/knetattach/screenshot1.png
+share/doc/HTML/pt_BR/knetattach/screenshot2.png
+share/doc/HTML/pt_BR/knetattach/screenshot3.png
+share/doc/HTML/pt_BR/knetattach/screenshot4.png
+share/doc/HTML/pt_BR/plasma-desktop/add-widgets.png
+share/doc/HTML/pt_BR/plasma-desktop/desktop-settings.png
+share/doc/HTML/pt_BR/plasma-desktop/index.cache.bz2
+share/doc/HTML/pt_BR/plasma-desktop/index.docbook
+share/doc/HTML/pt_BR/plasma-desktop/krunner-configure.png
+share/doc/HTML/pt_BR/plasma-desktop/krunner.png
+share/doc/HTML/pt_BR/plasma-desktop/panel-settings.png
+share/doc/HTML/pt_BR/plasma-desktop/system-tray-settings.png
+share/doc/HTML/pt_BR/plasma-desktop/system-tray-up-arrow.png
+share/doc/HTML/pt_BR/plasma-desktop/taskbar-settings.png
+share/doc/HTML/ru/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/ru/kcontrol/baloo/index.docbook
+share/doc/HTML/ru/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/ru/kcontrol/componentchooser/index.docbook
+share/doc/HTML/ru/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/ru/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/ru/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/ru/kcontrol/emoticons/index.docbook
+share/doc/HTML/ru/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/ru/kcontrol/joystick/index.docbook
+share/doc/HTML/ru/kcontrol/kded/index.cache.bz2
+share/doc/HTML/ru/kcontrol/kded/index.docbook
+share/doc/HTML/ru/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/ru/kcontrol/mouse/index.docbook
+share/doc/HTML/ru/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/ru/kcontrol/phonon/index.docbook
+share/doc/HTML/ru/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/ru/kcontrol/solid-actions/index.docbook
+share/doc/HTML/ru/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/ru/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/ru/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/ru/kcontrol/splashscreen/index.docbook
+share/doc/HTML/ru/kcontrol/translations/index.cache.bz2
+share/doc/HTML/ru/kcontrol/translations/index.docbook
+share/doc/HTML/ru/plasma-desktop/index.cache.bz2
+share/doc/HTML/ru/plasma-desktop/index.docbook
+share/doc/HTML/sr/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/sr/kcontrol/autostart/index.docbook
+share/doc/HTML/sr/kcontrol/clock/index.cache.bz2
+share/doc/HTML/sr/kcontrol/clock/index.docbook
+share/doc/HTML/sr/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/sr/kcontrol/emoticons/index.docbook
+share/doc/HTML/sr/kcontrol/icons/index.cache.bz2
+share/doc/HTML/sr/kcontrol/icons/index.docbook
+share/doc/HTML/sr/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/sr/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/sr/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/sr/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/sr/kcontrol/paths/index.cache.bz2
+share/doc/HTML/sr/kcontrol/paths/index.docbook
+share/doc/HTML/sr/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/sr/kcontrol/spellchecking/index.docbook
+share/doc/HTML/sr/knetattach/index.cache.bz2
+share/doc/HTML/sr/knetattach/index.docbook
+share/doc/HTML/sr@latin/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/autostart/index.docbook
+share/doc/HTML/sr@latin/kcontrol/clock/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/clock/index.docbook
+share/doc/HTML/sr@latin/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/emoticons/index.docbook
+share/doc/HTML/sr@latin/kcontrol/icons/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/icons/index.docbook
+share/doc/HTML/sr@latin/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/sr@latin/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/sr@latin/kcontrol/paths/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/paths/index.docbook
+share/doc/HTML/sr@latin/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/sr@latin/kcontrol/spellchecking/index.docbook
+share/doc/HTML/sr@latin/knetattach/index.cache.bz2
+share/doc/HTML/sr@latin/knetattach/index.docbook
+share/doc/HTML/uk/kcontrol/autostart/index.cache.bz2
+share/doc/HTML/uk/kcontrol/autostart/index.docbook
+share/doc/HTML/uk/kcontrol/baloo/index.cache.bz2
+share/doc/HTML/uk/kcontrol/baloo/index.docbook
+share/doc/HTML/uk/kcontrol/clock/index.cache.bz2
+share/doc/HTML/uk/kcontrol/clock/index.docbook
+share/doc/HTML/uk/kcontrol/colors/index.cache.bz2
+share/doc/HTML/uk/kcontrol/colors/index.docbook
+share/doc/HTML/uk/kcontrol/componentchooser/index.cache.bz2
+share/doc/HTML/uk/kcontrol/componentchooser/index.docbook
+share/doc/HTML/uk/kcontrol/cursortheme/index.cache.bz2
+share/doc/HTML/uk/kcontrol/cursortheme/index.docbook
+share/doc/HTML/uk/kcontrol/desktopthemedetails/index.cache.bz2
+share/doc/HTML/uk/kcontrol/desktopthemedetails/index.docbook
+share/doc/HTML/uk/kcontrol/emoticons/index.cache.bz2
+share/doc/HTML/uk/kcontrol/emoticons/index.docbook
+share/doc/HTML/uk/kcontrol/fontinst/index.cache.bz2
+share/doc/HTML/uk/kcontrol/fontinst/index.docbook
+share/doc/HTML/uk/kcontrol/fonts/adjust-all.png
+share/doc/HTML/uk/kcontrol/fonts/anti-aliasing.png
+share/doc/HTML/uk/kcontrol/fonts/index.cache.bz2
+share/doc/HTML/uk/kcontrol/fonts/index.docbook
+share/doc/HTML/uk/kcontrol/fonts/main.png
+share/doc/HTML/uk/kcontrol/formats/index.cache.bz2
+share/doc/HTML/uk/kcontrol/formats/index.docbook
+share/doc/HTML/uk/kcontrol/icons/delete-theme.png
+share/doc/HTML/uk/kcontrol/icons/effects.png
+share/doc/HTML/uk/kcontrol/icons/get-new-theme.png
+share/doc/HTML/uk/kcontrol/icons/index.cache.bz2
+share/doc/HTML/uk/kcontrol/icons/index.docbook
+share/doc/HTML/uk/kcontrol/icons/install-theme.png
+share/doc/HTML/uk/kcontrol/icons/main.png
+share/doc/HTML/uk/kcontrol/icons/size.png
+share/doc/HTML/uk/kcontrol/icons/use-of-icons.png
+share/doc/HTML/uk/kcontrol/joystick/index.cache.bz2
+share/doc/HTML/uk/kcontrol/joystick/index.docbook
+share/doc/HTML/uk/kcontrol/kcmaccess/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmaccess/index.docbook
+share/doc/HTML/uk/kcontrol/kcmlaunch/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmlaunch/index.docbook
+share/doc/HTML/uk/kcontrol/kcmnotify/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmnotify/index.docbook
+share/doc/HTML/uk/kcontrol/kcmsmserver/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmsmserver/index.docbook
+share/doc/HTML/uk/kcontrol/kcmstyle/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcmstyle/index.docbook
+share/doc/HTML/uk/kcontrol/kded/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kded/index.docbook
+share/doc/HTML/uk/kcontrol/keyboard/index.cache.bz2
+share/doc/HTML/uk/kcontrol/keyboard/index.docbook
+share/doc/HTML/uk/kcontrol/keys/index.cache.bz2
+share/doc/HTML/uk/kcontrol/keys/index.docbook
+share/doc/HTML/uk/kcontrol/mouse/index.cache.bz2
+share/doc/HTML/uk/kcontrol/mouse/index.docbook
+share/doc/HTML/uk/kcontrol/paths/index.cache.bz2
+share/doc/HTML/uk/kcontrol/paths/index.docbook
+share/doc/HTML/uk/kcontrol/phonon/index.cache.bz2
+share/doc/HTML/uk/kcontrol/phonon/index.docbook
+share/doc/HTML/uk/kcontrol/solid-actions/index.cache.bz2
+share/doc/HTML/uk/kcontrol/solid-actions/index.docbook
+share/doc/HTML/uk/kcontrol/solid-device-automounter/index.cache.bz2
+share/doc/HTML/uk/kcontrol/solid-device-automounter/index.docbook
+share/doc/HTML/uk/kcontrol/spellchecking/index.cache.bz2
+share/doc/HTML/uk/kcontrol/spellchecking/index.docbook
+share/doc/HTML/uk/kcontrol/splashscreen/index.cache.bz2
+share/doc/HTML/uk/kcontrol/splashscreen/index.docbook
+share/doc/HTML/uk/kcontrol/translations/index.cache.bz2
+share/doc/HTML/uk/kcontrol/translations/index.docbook
+share/doc/HTML/uk/kfontview/index.cache.bz2
+share/doc/HTML/uk/kfontview/index.docbook
+share/doc/HTML/uk/knetattach/index.cache.bz2
+share/doc/HTML/uk/knetattach/index.docbook
+share/doc/HTML/uk/plasma-desktop/index.cache.bz2
+share/doc/HTML/uk/plasma-desktop/index.docbook
+%%SYNAPTICS%%share/icons/hicolor/128x128/devices/input-touchpad.png
+share/icons/hicolor/128x128/mimetypes/fonts-package.png
+share/icons/hicolor/16x16/apps/kfontview.png
+%%SYNAPTICS%%share/icons/hicolor/16x16/devices/input-touchpad.png
+share/icons/hicolor/16x16/mimetypes/fonts-package.png
+share/icons/hicolor/22x22/apps/kfontview.png
+%%SYNAPTICS%%share/icons/hicolor/22x22/devices/input-touchpad.png
+share/icons/hicolor/22x22/mimetypes/fonts-package.png
+%%SYNAPTICS%%share/icons/hicolor/24x24/devices/input-touchpad.png
+%%SYNAPTICS%%share/icons/hicolor/256x256/devices/input-touchpad.png
+share/icons/hicolor/32x32/apps/kfontview.png
+%%SYNAPTICS%%share/icons/hicolor/32x32/devices/input-touchpad.png
+share/icons/hicolor/32x32/mimetypes/fonts-package.png
+share/icons/hicolor/48x48/apps/kfontview.png
+%%SYNAPTICS%%share/icons/hicolor/48x48/devices/input-touchpad.png
+share/icons/hicolor/48x48/mimetypes/fonts-package.png
+share/icons/hicolor/64x64/apps/kfontview.png
+%%SYNAPTICS%%share/icons/hicolor/64x64/devices/input-touchpad.png
+share/icons/hicolor/64x64/mimetypes/fonts-package.png
+%%SYNAPTICS%%share/icons/hicolor/96x96/devices/input-touchpad.png
+share/icons/hicolor/scalable/apps/preferences-desktop-font-installer.svgz
+%%SYNAPTICS%%share/icons/hicolor/scalable/devices/input-touchpad.svgz
+share/kcm_componentchooser/kcm_browser.desktop
+share/kcm_componentchooser/kcm_filemanager.desktop
+share/kcm_componentchooser/kcm_kemail.desktop
+share/kcm_componentchooser/kcm_terminal.desktop
+share/kcm_phonon/listview-background.png
+share/kcminput/cursor_large_black.pcf.gz
+share/kcminput/cursor_large_white.pcf.gz
+share/kcminput/cursor_small_white.pcf.gz
+share/kcminput/pics/mouse_lh.png
+share/kcminput/pics/mouse_rh.png
+share/kcmkeyboard/pics/epo.png
+share/kcmkeys/kde3.kksrc
+share/kcmkeys/kde4.kksrc
+share/kcmkeys/mac4.kksrc
+share/kcmkeys/unix3.kksrc
+share/kcmkeys/win3.kksrc
+share/kcmkeys/win4.kksrc
+share/kcmkeys/wm3.kksrc
+share/kcmsolidactions/solid-action-template.desktop
+share/kconf_update/krdb_libpathwipe.upd
+share/kcontrol/pics/logo.png
+share/kcontrol/pics/mini-world.png
+share/kdisplay/app-defaults/AAAAAAGeneral.ad
+share/kdisplay/app-defaults/AAAMotif.ad
+share/kdisplay/app-defaults/AAATk.ad
+share/kdisplay/app-defaults/AAAXaw.ad
+share/kdisplay/app-defaults/AcroRead.ad
+share/kdisplay/app-defaults/Editres.ad
+share/kdisplay/app-defaults/Emacs.ad
+share/kdisplay/app-defaults/GV.ad
+share/kdisplay/app-defaults/ML.ad
+share/kdisplay/app-defaults/Nedit.ad
+share/kdisplay/app-defaults/Netscape.ad
+share/kdisplay/app-defaults/RVPlayer.ad
+share/kdisplay/app-defaults/WPerfect.ad
+share/kdisplay/app-defaults/XCalc.ad
+share/kdisplay/app-defaults/XOsview.ad
+share/kdisplay/app-defaults/XTerm.ad
+share/kdisplay/app-defaults/XV.ad
+share/kdisplay/app-defaults/Xawtv.ad
+share/kdisplay/app-defaults/Xdvi.ad
+share/kdisplay/app-defaults/Xpdf.ad
+share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/ActivitiesView.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/main.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/GeneralTab.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/OtherTab.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/DialogButtons.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/IconChooser.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/LabeledTextField.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/components/ShortcutChooser.qml
+share/kf5/kactivitymanagerd/workspace/settings/qml/privacyTab/BlacklistApplicationView.qml
+share/kfontinst/icons/hicolor/16x16/actions/addfont.png
+share/kfontinst/icons/hicolor/16x16/actions/disablefont.png
+share/kfontinst/icons/hicolor/16x16/actions/enablefont.png
+share/kfontinst/icons/hicolor/16x16/actions/fontstatus.png
+share/kfontinst/icons/hicolor/22x22/actions/addfont.png
+share/kfontinst/icons/hicolor/22x22/actions/disablefont.png
+share/kfontinst/icons/hicolor/22x22/actions/enablefont.png
+share/kfontinst/icons/hicolor/22x22/actions/fontstatus.png
+share/knotifications5/kaccess.notifyrc
+%%SYNAPTICS%%share/knotifications5/kcm_touchpad.notifyrc
+share/konqsidebartng/virtual_folders/services/fonts.desktop
+share/kpackage/kcms/kcm_desktoptheme/contents/ui/Hand.qml
+share/kpackage/kcms/kcm_desktoptheme/contents/ui/ThemePreview.qml
+share/kpackage/kcms/kcm_desktoptheme/contents/ui/main.qml
+share/kpackage/kcms/kcm_desktoptheme/metadata.desktop
+share/kpackage/kcms/kcm_desktoptheme/metadata.json
+share/kpackage/kcms/kcm_lookandfeel/contents/ui/main.qml
+share/kpackage/kcms/kcm_lookandfeel/metadata.desktop
+share/kpackage/kcms/kcm_lookandfeel/metadata.json
+share/kpackage/kcms/kcm_nightcolor/contents/ui/LocationsAutoView.qml
+share/kpackage/kcms/kcm_nightcolor/contents/ui/LocationsFixedView.qml
+share/kpackage/kcms/kcm_nightcolor/contents/ui/NumberField.qml
+share/kpackage/kcms/kcm_nightcolor/contents/ui/TimeField.qml
+share/kpackage/kcms/kcm_nightcolor/contents/ui/TimingsView.qml
+share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml
+share/kpackage/kcms/kcm_nightcolor/metadata.desktop
+share/kpackage/kcms/kcm_nightcolor/metadata.json
+share/kpackage/kcms/kcm_splashscreen/contents/ui/main.qml
+share/kpackage/kcms/kcm_splashscreen/metadata.desktop
+share/kpackage/kcms/kcm_splashscreen/metadata.json
+share/kservices5/ServiceMenus/installfont.desktop
+share/kservices5/autostart.desktop
+share/kservices5/clock.desktop
+share/kservices5/colors.desktop
+share/kservices5/componentchooser.desktop
+share/kservices5/cursortheme.desktop
+share/kservices5/desktoppath.desktop
+share/kservices5/device_automounter_kcm.desktop
+share/kservices5/emoticons.desktop
+share/kservices5/fontinst.desktop
+share/kservices5/fonts.desktop
+share/kservices5/fonts.protocol
+share/kservices5/fontthumbnail.desktop
+share/kservices5/formats.desktop
+share/kservices5/icons.desktop
+share/kservices5/kaccess.desktop
+share/kservices5/kcm_activities.desktop
+share/kservices5/kcm_baloofile.desktop
+share/kservices5/kcm_desktoptheme.desktop
+share/kservices5/kcm_keyboard.desktop
+share/kservices5/kcm_lookandfeel.desktop
+share/kservices5/kcm_nightcolor.desktop
+share/kservices5/kcm_phonon.desktop
+share/kservices5/kcm_plasmasearch.desktop
+share/kservices5/kcm_splashscreen.desktop
+%%SYNAPTICS%%share/kservices5/kcm_touchpad.desktop
+share/kservices5/kcmaccess.desktop
+share/kservices5/kcmkded.desktop
+share/kservices5/kcmlaunch.desktop
+share/kservices5/kcmnotify.desktop
+share/kservices5/kcmsmserver.desktop
+%%SYNAPTICS%%share/kservices5/kded/touchpad.desktop
+share/kservices5/keys.desktop
+share/kservices5/kfontviewpart.desktop
+share/kservices5/mouse.desktop
+share/kservices5/plasma-applet-org.kde.plasma.icontasks.desktop
+share/kservices5/plasma-applet-org.kde.plasma.kicker.desktop
+share/kservices5/plasma-applet-org.kde.plasma.kickoff.desktop
+share/kservices5/plasma-applet-org.kde.plasma.kimpanel.desktop
+share/kservices5/plasma-applet-org.kde.plasma.pager.desktop
+share/kservices5/plasma-applet-org.kde.plasma.showActivityManager.desktop
+share/kservices5/plasma-applet-org.kde.plasma.taskmanager.desktop
+share/kservices5/plasma-applet-org.kde.plasma.trash.desktop
+share/kservices5/plasma-applet-org.kde.plasma.windowlist.desktop
+%%SYNAPTICS%%share/kservices5/plasma-applet-touchpad.desktop
+share/kservices5/plasma-containment-org.kde.desktopcontainment.desktop
+share/kservices5/plasma-containment-org.kde.panel.desktop
+share/kservices5/plasma-containment-org.kde.plasma.folder.desktop
+share/kservices5/plasma-dataengine-kimpanel.desktop
+%%SYNAPTICS%%share/kservices5/plasma-dataengine-touchpad.desktop
+share/kservices5/plasma-layout-template-org.kde.plasma.desktop.appmenubar.desktop
+share/kservices5/plasma-layout-template-org.kde.plasma.desktop.defaultPanel.desktop
+share/kservices5/plasma-layout-template-org.kde.plasma.desktop.emptyPanel.desktop
+share/kservices5/plasma-package-org.kde.desktoptoolbox.desktop
+share/kservices5/plasma-package-org.kde.paneltoolbox.desktop
+share/kservices5/plasma-runner-kwin.desktop
+share/kservices5/plasma-runner-plasma-desktop.desktop
+share/kservices5/plasma-shell-org.kde.plasma.desktop.desktop
+share/kservices5/solid-actions.desktop
+share/kservices5/spellchecking.desktop
+share/kservices5/standard_actions.desktop
+share/kservices5/style.desktop
+share/kservices5/translations.desktop
+share/kservices5/workspaceoptions.desktop
+share/kservicetypes5/solid-device-type.desktop
+share/kxmlgui5/kfontinst/kfontviewpart.rc
+share/kxmlgui5/kfontview/kfontviewui.rc
+share/locale/af/LC_MESSAGES/joystick.mo
+share/locale/af/LC_MESSAGES/kaccess.mo
+share/locale/af/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/af/LC_MESSAGES/kcm5_icons.mo
+share/locale/af/LC_MESSAGES/kcm5_kded.mo
+share/locale/af/LC_MESSAGES/kcm5_notify.mo
+share/locale/af/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/af/LC_MESSAGES/kcmaccess.mo
+share/locale/af/LC_MESSAGES/kcmcolors.mo
+share/locale/af/LC_MESSAGES/kcmfonts.mo
+share/locale/af/LC_MESSAGES/kcmformats.mo
+share/locale/af/LC_MESSAGES/kcminput.mo
+share/locale/af/LC_MESSAGES/kcmkclock.mo
+share/locale/af/LC_MESSAGES/kcmkeyboard.mo
+share/locale/af/LC_MESSAGES/kcmkeys.mo
+share/locale/af/LC_MESSAGES/kcmlaunch.mo
+share/locale/af/LC_MESSAGES/kcmmousetheme.mo
+share/locale/af/LC_MESSAGES/kcmsmserver.mo
+share/locale/af/LC_MESSAGES/kcmstyle.mo
+share/locale/af/LC_MESSAGES/kfontinst.mo
+share/locale/af/LC_MESSAGES/knetattach5.mo
+share/locale/af/LC_MESSAGES/krdb.mo
+share/locale/af/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ar/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ar/LC_MESSAGES/joystick.mo
+share/locale/ar/LC_MESSAGES/kaccess.mo
+share/locale/ar/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ar/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ar/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ar/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ar/LC_MESSAGES/kcm5_icons.mo
+share/locale/ar/LC_MESSAGES/kcm5_kded.mo
+share/locale/ar/LC_MESSAGES/kcm5_notify.mo
+share/locale/ar/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ar/LC_MESSAGES/kcm_activities5.mo
+share/locale/ar/LC_MESSAGES/kcm_autostart.mo
+share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ar/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ar/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ar/LC_MESSAGES/kcm_search.mo
+share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ar/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ar/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ar/LC_MESSAGES/kcmaccess.mo
+share/locale/ar/LC_MESSAGES/kcmcolors.mo
+share/locale/ar/LC_MESSAGES/kcmfonts.mo
+share/locale/ar/LC_MESSAGES/kcmformats.mo
+share/locale/ar/LC_MESSAGES/kcminput.mo
+share/locale/ar/LC_MESSAGES/kcmkclock.mo
+share/locale/ar/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ar/LC_MESSAGES/kcmkeys.mo
+share/locale/ar/LC_MESSAGES/kcmlaunch.mo
+share/locale/ar/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ar/LC_MESSAGES/kcmsmserver.mo
+share/locale/ar/LC_MESSAGES/kcmstyle.mo
+share/locale/ar/LC_MESSAGES/kcmtranslations.mo
+share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ar/LC_MESSAGES/kfontinst.mo
+share/locale/ar/LC_MESSAGES/knetattach5.mo
+share/locale/ar/LC_MESSAGES/krdb.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ar/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ar/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ar/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/as/LC_MESSAGES/kcmaccess.mo
+share/locale/ast/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ast/LC_MESSAGES/joystick.mo
+share/locale/ast/LC_MESSAGES/kaccess.mo
+share/locale/ast/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ast/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ast/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ast/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ast/LC_MESSAGES/kcm5_icons.mo
+share/locale/ast/LC_MESSAGES/kcm5_kded.mo
+share/locale/ast/LC_MESSAGES/kcm5_notify.mo
+share/locale/ast/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ast/LC_MESSAGES/kcm_activities5.mo
+share/locale/ast/LC_MESSAGES/kcm_autostart.mo
+share/locale/ast/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ast/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ast/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ast/LC_MESSAGES/kcm_search.mo
+share/locale/ast/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ast/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ast/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ast/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ast/LC_MESSAGES/kcmaccess.mo
+share/locale/ast/LC_MESSAGES/kcmcolors.mo
+share/locale/ast/LC_MESSAGES/kcmfonts.mo
+share/locale/ast/LC_MESSAGES/kcmformats.mo
+share/locale/ast/LC_MESSAGES/kcminput.mo
+share/locale/ast/LC_MESSAGES/kcmkclock.mo
+share/locale/ast/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ast/LC_MESSAGES/kcmkeys.mo
+share/locale/ast/LC_MESSAGES/kcmlaunch.mo
+share/locale/ast/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ast/LC_MESSAGES/kcmsmserver.mo
+share/locale/ast/LC_MESSAGES/kcmstyle.mo
+share/locale/ast/LC_MESSAGES/kcmtranslations.mo
+share/locale/ast/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ast/LC_MESSAGES/kfontinst.mo
+share/locale/ast/LC_MESSAGES/knetattach5.mo
+share/locale/ast/LC_MESSAGES/krdb.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ast/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ast/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ast/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ast/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ast/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/be/LC_MESSAGES/joystick.mo
+share/locale/be/LC_MESSAGES/kaccess.mo
+share/locale/be/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/be/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/be/LC_MESSAGES/kcm5_icons.mo
+share/locale/be/LC_MESSAGES/kcm5_kded.mo
+share/locale/be/LC_MESSAGES/kcm5_notify.mo
+share/locale/be/LC_MESSAGES/kcm5_phonon.mo
+share/locale/be/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/be/LC_MESSAGES/kcmaccess.mo
+share/locale/be/LC_MESSAGES/kcmcolors.mo
+share/locale/be/LC_MESSAGES/kcmfonts.mo
+share/locale/be/LC_MESSAGES/kcmformats.mo
+share/locale/be/LC_MESSAGES/kcminput.mo
+share/locale/be/LC_MESSAGES/kcmkclock.mo
+share/locale/be/LC_MESSAGES/kcmkeyboard.mo
+share/locale/be/LC_MESSAGES/kcmkeys.mo
+share/locale/be/LC_MESSAGES/kcmlaunch.mo
+share/locale/be/LC_MESSAGES/kcmmousetheme.mo
+share/locale/be/LC_MESSAGES/kcmsmserver.mo
+share/locale/be/LC_MESSAGES/kcmstyle.mo
+share/locale/be/LC_MESSAGES/kfontinst.mo
+share/locale/be/LC_MESSAGES/knetattach5.mo
+share/locale/be/LC_MESSAGES/krdb.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/be@latin/LC_MESSAGES/kcm5_icons.mo
+share/locale/be@latin/LC_MESSAGES/kcm5_phonon.mo
+share/locale/be@latin/LC_MESSAGES/kcm_autostart.mo
+share/locale/be@latin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/be@latin/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/be@latin/LC_MESSAGES/kcmcolors.mo
+share/locale/be@latin/LC_MESSAGES/kcmformats.mo
+share/locale/be@latin/LC_MESSAGES/kcmkclock.mo
+share/locale/be@latin/LC_MESSAGES/kcmkeyboard.mo
+share/locale/be@latin/LC_MESSAGES/krdb.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/bg/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/bg/LC_MESSAGES/joystick.mo
+share/locale/bg/LC_MESSAGES/kaccess.mo
+share/locale/bg/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/bg/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/bg/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/bg/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/bg/LC_MESSAGES/kcm5_icons.mo
+share/locale/bg/LC_MESSAGES/kcm5_kded.mo
+share/locale/bg/LC_MESSAGES/kcm5_notify.mo
+share/locale/bg/LC_MESSAGES/kcm5_phonon.mo
+share/locale/bg/LC_MESSAGES/kcm_autostart.mo
+share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bg/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/bg/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/bg/LC_MESSAGES/kcmaccess.mo
+share/locale/bg/LC_MESSAGES/kcmcolors.mo
+share/locale/bg/LC_MESSAGES/kcmfonts.mo
+share/locale/bg/LC_MESSAGES/kcmformats.mo
+share/locale/bg/LC_MESSAGES/kcminput.mo
+share/locale/bg/LC_MESSAGES/kcmkclock.mo
+share/locale/bg/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bg/LC_MESSAGES/kcmkeys.mo
+share/locale/bg/LC_MESSAGES/kcmlaunch.mo
+share/locale/bg/LC_MESSAGES/kcmmousetheme.mo
+share/locale/bg/LC_MESSAGES/kcmsmserver.mo
+share/locale/bg/LC_MESSAGES/kcmstyle.mo
+share/locale/bg/LC_MESSAGES/kfontinst.mo
+share/locale/bg/LC_MESSAGES/knetattach5.mo
+share/locale/bg/LC_MESSAGES/krdb.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/bn/LC_MESSAGES/kaccess.mo
+share/locale/bn/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/bn/LC_MESSAGES/kcm5_icons.mo
+share/locale/bn/LC_MESSAGES/kcm5_kded.mo
+share/locale/bn/LC_MESSAGES/kcm5_notify.mo
+share/locale/bn/LC_MESSAGES/kcm5_phonon.mo
+share/locale/bn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bn/LC_MESSAGES/kcmaccess.mo
+share/locale/bn/LC_MESSAGES/kcmfonts.mo
+share/locale/bn/LC_MESSAGES/kcmformats.mo
+share/locale/bn/LC_MESSAGES/kcmkclock.mo
+share/locale/bn/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bn/LC_MESSAGES/kcmsmserver.mo
+share/locale/bn/LC_MESSAGES/kcmstyle.mo
+share/locale/bn/LC_MESSAGES/kfontinst.mo
+share/locale/bn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bn_IN/LC_MESSAGES/kaccess.mo
+share/locale/bn_IN/LC_MESSAGES/kcm5_icons.mo
+share/locale/bn_IN/LC_MESSAGES/kcm5_kded.mo
+share/locale/bn_IN/LC_MESSAGES/kcm5_notify.mo
+share/locale/bn_IN/LC_MESSAGES/kcm5_phonon.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_autostart.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/bn_IN/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/bn_IN/LC_MESSAGES/kcmaccess.mo
+share/locale/bn_IN/LC_MESSAGES/kcmcolors.mo
+share/locale/bn_IN/LC_MESSAGES/kcmformats.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkclock.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bn_IN/LC_MESSAGES/kcmkeys.mo
+share/locale/bn_IN/LC_MESSAGES/kcmsmserver.mo
+share/locale/bn_IN/LC_MESSAGES/kcmstyle.mo
+share/locale/bn_IN/LC_MESSAGES/kfontinst.mo
+share/locale/bn_IN/LC_MESSAGES/knetattach5.mo
+share/locale/bn_IN/LC_MESSAGES/krdb.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/br/LC_MESSAGES/joystick.mo
+share/locale/br/LC_MESSAGES/kaccess.mo
+share/locale/br/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/br/LC_MESSAGES/kcm5_icons.mo
+share/locale/br/LC_MESSAGES/kcm5_kded.mo
+share/locale/br/LC_MESSAGES/kcm5_notify.mo
+share/locale/br/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/br/LC_MESSAGES/kcmaccess.mo
+share/locale/br/LC_MESSAGES/kcmcolors.mo
+share/locale/br/LC_MESSAGES/kcmfonts.mo
+share/locale/br/LC_MESSAGES/kcmformats.mo
+share/locale/br/LC_MESSAGES/kcminput.mo
+share/locale/br/LC_MESSAGES/kcmkclock.mo
+share/locale/br/LC_MESSAGES/kcmkeyboard.mo
+share/locale/br/LC_MESSAGES/kcmkeys.mo
+share/locale/br/LC_MESSAGES/kcmlaunch.mo
+share/locale/br/LC_MESSAGES/kcmmousetheme.mo
+share/locale/br/LC_MESSAGES/kcmsmserver.mo
+share/locale/br/LC_MESSAGES/kcmstyle.mo
+share/locale/br/LC_MESSAGES/kfontinst.mo
+share/locale/br/LC_MESSAGES/knetattach5.mo
+share/locale/br/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bs/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/bs/LC_MESSAGES/joystick.mo
+share/locale/bs/LC_MESSAGES/kaccess.mo
+share/locale/bs/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/bs/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/bs/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/bs/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/bs/LC_MESSAGES/kcm5_icons.mo
+share/locale/bs/LC_MESSAGES/kcm5_kded.mo
+share/locale/bs/LC_MESSAGES/kcm5_notify.mo
+share/locale/bs/LC_MESSAGES/kcm5_phonon.mo
+share/locale/bs/LC_MESSAGES/kcm_autostart.mo
+share/locale/bs/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/bs/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/bs/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/bs/LC_MESSAGES/kcm_search.mo
+share/locale/bs/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/bs/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/bs/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/bs/LC_MESSAGES/kcm_touchpad.mo
+share/locale/bs/LC_MESSAGES/kcmaccess.mo
+share/locale/bs/LC_MESSAGES/kcmcolors.mo
+share/locale/bs/LC_MESSAGES/kcmfonts.mo
+share/locale/bs/LC_MESSAGES/kcmformats.mo
+share/locale/bs/LC_MESSAGES/kcminput.mo
+share/locale/bs/LC_MESSAGES/kcmkclock.mo
+share/locale/bs/LC_MESSAGES/kcmkeyboard.mo
+share/locale/bs/LC_MESSAGES/kcmkeys.mo
+share/locale/bs/LC_MESSAGES/kcmlaunch.mo
+share/locale/bs/LC_MESSAGES/kcmmousetheme.mo
+share/locale/bs/LC_MESSAGES/kcmsmserver.mo
+share/locale/bs/LC_MESSAGES/kcmstyle.mo
+share/locale/bs/LC_MESSAGES/kcmtranslations.mo
+share/locale/bs/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/bs/LC_MESSAGES/kfontinst.mo
+share/locale/bs/LC_MESSAGES/knetattach5.mo
+share/locale/bs/LC_MESSAGES/krdb.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/bs/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/bs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/bs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ca/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ca/LC_MESSAGES/joystick.mo
+share/locale/ca/LC_MESSAGES/kaccess.mo
+share/locale/ca/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ca/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ca/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ca/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ca/LC_MESSAGES/kcm5_icons.mo
+share/locale/ca/LC_MESSAGES/kcm5_kded.mo
+share/locale/ca/LC_MESSAGES/kcm5_notify.mo
+share/locale/ca/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ca/LC_MESSAGES/kcm_activities5.mo
+share/locale/ca/LC_MESSAGES/kcm_autostart.mo
+share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ca/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ca/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ca/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/ca/LC_MESSAGES/kcm_search.mo
+share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ca/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ca/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ca/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ca/LC_MESSAGES/kcmaccess.mo
+share/locale/ca/LC_MESSAGES/kcmcolors.mo
+share/locale/ca/LC_MESSAGES/kcmfonts.mo
+share/locale/ca/LC_MESSAGES/kcmformats.mo
+share/locale/ca/LC_MESSAGES/kcminput.mo
+share/locale/ca/LC_MESSAGES/kcmkclock.mo
+share/locale/ca/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ca/LC_MESSAGES/kcmkeys.mo
+share/locale/ca/LC_MESSAGES/kcmlaunch.mo
+share/locale/ca/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ca/LC_MESSAGES/kcmsmserver.mo
+share/locale/ca/LC_MESSAGES/kcmstyle.mo
+share/locale/ca/LC_MESSAGES/kcmtranslations.mo
+share/locale/ca/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ca/LC_MESSAGES/kfontinst.mo
+share/locale/ca/LC_MESSAGES/knetattach5.mo
+share/locale/ca/LC_MESSAGES/krdb.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ca/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ca/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ca@valencia/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ca@valencia/LC_MESSAGES/joystick.mo
+share/locale/ca@valencia/LC_MESSAGES/kaccess.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_icons.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_kded.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_notify.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_activities5.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_search.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmaccess.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmcolors.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmfonts.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmformats.mo
+share/locale/ca@valencia/LC_MESSAGES/kcminput.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmkeys.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmlaunch.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmsmserver.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmstyle.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtranslations.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ca@valencia/LC_MESSAGES/kfontinst.mo
+share/locale/ca@valencia/LC_MESSAGES/knetattach5.mo
+share/locale/ca@valencia/LC_MESSAGES/krdb.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ca@valencia/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/cs/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/cs/LC_MESSAGES/joystick.mo
+share/locale/cs/LC_MESSAGES/kaccess.mo
+share/locale/cs/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/cs/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/cs/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/cs/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/cs/LC_MESSAGES/kcm5_icons.mo
+share/locale/cs/LC_MESSAGES/kcm5_kded.mo
+share/locale/cs/LC_MESSAGES/kcm5_notify.mo
+share/locale/cs/LC_MESSAGES/kcm5_phonon.mo
+share/locale/cs/LC_MESSAGES/kcm_activities5.mo
+share/locale/cs/LC_MESSAGES/kcm_autostart.mo
+share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/cs/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/cs/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/cs/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/cs/LC_MESSAGES/kcm_search.mo
+share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/cs/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/cs/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/cs/LC_MESSAGES/kcm_touchpad.mo
+share/locale/cs/LC_MESSAGES/kcmaccess.mo
+share/locale/cs/LC_MESSAGES/kcmcolors.mo
+share/locale/cs/LC_MESSAGES/kcmfonts.mo
+share/locale/cs/LC_MESSAGES/kcmformats.mo
+share/locale/cs/LC_MESSAGES/kcminput.mo
+share/locale/cs/LC_MESSAGES/kcmkclock.mo
+share/locale/cs/LC_MESSAGES/kcmkeyboard.mo
+share/locale/cs/LC_MESSAGES/kcmkeys.mo
+share/locale/cs/LC_MESSAGES/kcmlaunch.mo
+share/locale/cs/LC_MESSAGES/kcmmousetheme.mo
+share/locale/cs/LC_MESSAGES/kcmsmserver.mo
+share/locale/cs/LC_MESSAGES/kcmstyle.mo
+share/locale/cs/LC_MESSAGES/kcmtranslations.mo
+share/locale/cs/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/cs/LC_MESSAGES/kfontinst.mo
+share/locale/cs/LC_MESSAGES/knetattach5.mo
+share/locale/cs/LC_MESSAGES/krdb.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/cs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/cs/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/csb/LC_MESSAGES/joystick.mo
+share/locale/csb/LC_MESSAGES/kaccess.mo
+share/locale/csb/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/csb/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/csb/LC_MESSAGES/kcm5_icons.mo
+share/locale/csb/LC_MESSAGES/kcm5_kded.mo
+share/locale/csb/LC_MESSAGES/kcm5_notify.mo
+share/locale/csb/LC_MESSAGES/kcm5_phonon.mo
+share/locale/csb/LC_MESSAGES/kcmaccess.mo
+share/locale/csb/LC_MESSAGES/kcmcolors.mo
+share/locale/csb/LC_MESSAGES/kcmfonts.mo
+share/locale/csb/LC_MESSAGES/kcmformats.mo
+share/locale/csb/LC_MESSAGES/kcmkclock.mo
+share/locale/csb/LC_MESSAGES/kcmkeyboard.mo
+share/locale/csb/LC_MESSAGES/kcmlaunch.mo
+share/locale/csb/LC_MESSAGES/kcmsmserver.mo
+share/locale/csb/LC_MESSAGES/kcmstyle.mo
+share/locale/csb/LC_MESSAGES/kfontinst.mo
+share/locale/csb/LC_MESSAGES/knetattach5.mo
+share/locale/csb/LC_MESSAGES/krdb.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/csb/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/cy/LC_MESSAGES/joystick.mo
+share/locale/cy/LC_MESSAGES/kaccess.mo
+share/locale/cy/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/cy/LC_MESSAGES/kcm5_icons.mo
+share/locale/cy/LC_MESSAGES/kcm5_kded.mo
+share/locale/cy/LC_MESSAGES/kcm5_notify.mo
+share/locale/cy/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/cy/LC_MESSAGES/kcmaccess.mo
+share/locale/cy/LC_MESSAGES/kcmcolors.mo
+share/locale/cy/LC_MESSAGES/kcmfonts.mo
+share/locale/cy/LC_MESSAGES/kcmformats.mo
+share/locale/cy/LC_MESSAGES/kcminput.mo
+share/locale/cy/LC_MESSAGES/kcmkclock.mo
+share/locale/cy/LC_MESSAGES/kcmkeyboard.mo
+share/locale/cy/LC_MESSAGES/kcmkeys.mo
+share/locale/cy/LC_MESSAGES/kcmlaunch.mo
+share/locale/cy/LC_MESSAGES/kcmmousetheme.mo
+share/locale/cy/LC_MESSAGES/kcmsmserver.mo
+share/locale/cy/LC_MESSAGES/kcmstyle.mo
+share/locale/cy/LC_MESSAGES/kfontinst.mo
+share/locale/cy/LC_MESSAGES/knetattach5.mo
+share/locale/cy/LC_MESSAGES/krdb.mo
+share/locale/cy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/da/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/da/LC_MESSAGES/joystick.mo
+share/locale/da/LC_MESSAGES/kaccess.mo
+share/locale/da/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/da/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/da/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/da/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/da/LC_MESSAGES/kcm5_icons.mo
+share/locale/da/LC_MESSAGES/kcm5_kded.mo
+share/locale/da/LC_MESSAGES/kcm5_notify.mo
+share/locale/da/LC_MESSAGES/kcm5_phonon.mo
+share/locale/da/LC_MESSAGES/kcm_activities5.mo
+share/locale/da/LC_MESSAGES/kcm_autostart.mo
+share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/da/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/da/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/da/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/da/LC_MESSAGES/kcm_search.mo
+share/locale/da/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/da/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/da/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/da/LC_MESSAGES/kcm_touchpad.mo
+share/locale/da/LC_MESSAGES/kcmaccess.mo
+share/locale/da/LC_MESSAGES/kcmcolors.mo
+share/locale/da/LC_MESSAGES/kcmfonts.mo
+share/locale/da/LC_MESSAGES/kcmformats.mo
+share/locale/da/LC_MESSAGES/kcminput.mo
+share/locale/da/LC_MESSAGES/kcmkclock.mo
+share/locale/da/LC_MESSAGES/kcmkeyboard.mo
+share/locale/da/LC_MESSAGES/kcmkeys.mo
+share/locale/da/LC_MESSAGES/kcmlaunch.mo
+share/locale/da/LC_MESSAGES/kcmmousetheme.mo
+share/locale/da/LC_MESSAGES/kcmsmserver.mo
+share/locale/da/LC_MESSAGES/kcmstyle.mo
+share/locale/da/LC_MESSAGES/kcmtranslations.mo
+share/locale/da/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/da/LC_MESSAGES/kfontinst.mo
+share/locale/da/LC_MESSAGES/knetattach5.mo
+share/locale/da/LC_MESSAGES/krdb.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/da/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/da/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/da/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/da/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/da/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/da/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/de/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/de/LC_MESSAGES/joystick.mo
+share/locale/de/LC_MESSAGES/kaccess.mo
+share/locale/de/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/de/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/de/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/de/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/de/LC_MESSAGES/kcm5_icons.mo
+share/locale/de/LC_MESSAGES/kcm5_kded.mo
+share/locale/de/LC_MESSAGES/kcm5_notify.mo
+share/locale/de/LC_MESSAGES/kcm5_phonon.mo
+share/locale/de/LC_MESSAGES/kcm_activities5.mo
+share/locale/de/LC_MESSAGES/kcm_autostart.mo
+share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/de/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/de/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/de/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/de/LC_MESSAGES/kcm_search.mo
+share/locale/de/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/de/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/de/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/de/LC_MESSAGES/kcm_touchpad.mo
+share/locale/de/LC_MESSAGES/kcmaccess.mo
+share/locale/de/LC_MESSAGES/kcmcolors.mo
+share/locale/de/LC_MESSAGES/kcmfonts.mo
+share/locale/de/LC_MESSAGES/kcmformats.mo
+share/locale/de/LC_MESSAGES/kcminput.mo
+share/locale/de/LC_MESSAGES/kcmkclock.mo
+share/locale/de/LC_MESSAGES/kcmkeyboard.mo
+share/locale/de/LC_MESSAGES/kcmkeys.mo
+share/locale/de/LC_MESSAGES/kcmlaunch.mo
+share/locale/de/LC_MESSAGES/kcmmousetheme.mo
+share/locale/de/LC_MESSAGES/kcmsmserver.mo
+share/locale/de/LC_MESSAGES/kcmstyle.mo
+share/locale/de/LC_MESSAGES/kcmtranslations.mo
+share/locale/de/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/de/LC_MESSAGES/kfontinst.mo
+share/locale/de/LC_MESSAGES/knetattach5.mo
+share/locale/de/LC_MESSAGES/krdb.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/de/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/de/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/de/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/de/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/de/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/el/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/el/LC_MESSAGES/joystick.mo
+share/locale/el/LC_MESSAGES/kaccess.mo
+share/locale/el/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/el/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/el/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/el/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/el/LC_MESSAGES/kcm5_icons.mo
+share/locale/el/LC_MESSAGES/kcm5_kded.mo
+share/locale/el/LC_MESSAGES/kcm5_notify.mo
+share/locale/el/LC_MESSAGES/kcm5_phonon.mo
+share/locale/el/LC_MESSAGES/kcm_activities5.mo
+share/locale/el/LC_MESSAGES/kcm_autostart.mo
+share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/el/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/el/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/el/LC_MESSAGES/kcm_search.mo
+share/locale/el/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/el/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/el/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/el/LC_MESSAGES/kcm_touchpad.mo
+share/locale/el/LC_MESSAGES/kcmaccess.mo
+share/locale/el/LC_MESSAGES/kcmcolors.mo
+share/locale/el/LC_MESSAGES/kcmfonts.mo
+share/locale/el/LC_MESSAGES/kcmformats.mo
+share/locale/el/LC_MESSAGES/kcminput.mo
+share/locale/el/LC_MESSAGES/kcmkclock.mo
+share/locale/el/LC_MESSAGES/kcmkeyboard.mo
+share/locale/el/LC_MESSAGES/kcmkeys.mo
+share/locale/el/LC_MESSAGES/kcmlaunch.mo
+share/locale/el/LC_MESSAGES/kcmmousetheme.mo
+share/locale/el/LC_MESSAGES/kcmsmserver.mo
+share/locale/el/LC_MESSAGES/kcmstyle.mo
+share/locale/el/LC_MESSAGES/kcmtranslations.mo
+share/locale/el/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/el/LC_MESSAGES/kfontinst.mo
+share/locale/el/LC_MESSAGES/knetattach5.mo
+share/locale/el/LC_MESSAGES/krdb.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/el/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/el/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/el/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/el/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/el/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/el/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/en_GB/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/en_GB/LC_MESSAGES/joystick.mo
+share/locale/en_GB/LC_MESSAGES/kaccess.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_icons.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_kded.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_notify.mo
+share/locale/en_GB/LC_MESSAGES/kcm5_phonon.mo
+share/locale/en_GB/LC_MESSAGES/kcm_activities5.mo
+share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo
+share/locale/en_GB/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/en_GB/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/en_GB/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/en_GB/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/en_GB/LC_MESSAGES/kcm_search.mo
+share/locale/en_GB/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/en_GB/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/en_GB/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/en_GB/LC_MESSAGES/kcm_touchpad.mo
+share/locale/en_GB/LC_MESSAGES/kcmaccess.mo
+share/locale/en_GB/LC_MESSAGES/kcmcolors.mo
+share/locale/en_GB/LC_MESSAGES/kcmfonts.mo
+share/locale/en_GB/LC_MESSAGES/kcmformats.mo
+share/locale/en_GB/LC_MESSAGES/kcminput.mo
+share/locale/en_GB/LC_MESSAGES/kcmkclock.mo
+share/locale/en_GB/LC_MESSAGES/kcmkeyboard.mo
+share/locale/en_GB/LC_MESSAGES/kcmkeys.mo
+share/locale/en_GB/LC_MESSAGES/kcmlaunch.mo
+share/locale/en_GB/LC_MESSAGES/kcmmousetheme.mo
+share/locale/en_GB/LC_MESSAGES/kcmsmserver.mo
+share/locale/en_GB/LC_MESSAGES/kcmstyle.mo
+share/locale/en_GB/LC_MESSAGES/kcmtranslations.mo
+share/locale/en_GB/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/en_GB/LC_MESSAGES/kfontinst.mo
+share/locale/en_GB/LC_MESSAGES/knetattach5.mo
+share/locale/en_GB/LC_MESSAGES/krdb.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/en_GB/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/en_GB/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/en_GB/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/en_GB/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/eo/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/eo/LC_MESSAGES/joystick.mo
+share/locale/eo/LC_MESSAGES/kaccess.mo
+share/locale/eo/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/eo/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/eo/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/eo/LC_MESSAGES/kcm5_icons.mo
+share/locale/eo/LC_MESSAGES/kcm5_kded.mo
+share/locale/eo/LC_MESSAGES/kcm5_notify.mo
+share/locale/eo/LC_MESSAGES/kcm5_phonon.mo
+share/locale/eo/LC_MESSAGES/kcm_autostart.mo
+share/locale/eo/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/eo/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/eo/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/eo/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/eo/LC_MESSAGES/kcmaccess.mo
+share/locale/eo/LC_MESSAGES/kcmcolors.mo
+share/locale/eo/LC_MESSAGES/kcmfonts.mo
+share/locale/eo/LC_MESSAGES/kcmformats.mo
+share/locale/eo/LC_MESSAGES/kcminput.mo
+share/locale/eo/LC_MESSAGES/kcmkclock.mo
+share/locale/eo/LC_MESSAGES/kcmkeyboard.mo
+share/locale/eo/LC_MESSAGES/kcmkeys.mo
+share/locale/eo/LC_MESSAGES/kcmlaunch.mo
+share/locale/eo/LC_MESSAGES/kcmmousetheme.mo
+share/locale/eo/LC_MESSAGES/kcmsmserver.mo
+share/locale/eo/LC_MESSAGES/kcmstyle.mo
+share/locale/eo/LC_MESSAGES/kfontinst.mo
+share/locale/eo/LC_MESSAGES/knetattach5.mo
+share/locale/eo/LC_MESSAGES/krdb.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/eo/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/es/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/es/LC_MESSAGES/joystick.mo
+share/locale/es/LC_MESSAGES/kaccess.mo
+share/locale/es/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/es/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/es/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/es/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/es/LC_MESSAGES/kcm5_icons.mo
+share/locale/es/LC_MESSAGES/kcm5_kded.mo
+share/locale/es/LC_MESSAGES/kcm5_notify.mo
+share/locale/es/LC_MESSAGES/kcm5_phonon.mo
+share/locale/es/LC_MESSAGES/kcm_activities5.mo
+share/locale/es/LC_MESSAGES/kcm_autostart.mo
+share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/es/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/es/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/es/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/es/LC_MESSAGES/kcm_search.mo
+share/locale/es/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/es/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/es/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/es/LC_MESSAGES/kcm_touchpad.mo
+share/locale/es/LC_MESSAGES/kcmaccess.mo
+share/locale/es/LC_MESSAGES/kcmcolors.mo
+share/locale/es/LC_MESSAGES/kcmfonts.mo
+share/locale/es/LC_MESSAGES/kcmformats.mo
+share/locale/es/LC_MESSAGES/kcminput.mo
+share/locale/es/LC_MESSAGES/kcmkclock.mo
+share/locale/es/LC_MESSAGES/kcmkeyboard.mo
+share/locale/es/LC_MESSAGES/kcmkeys.mo
+share/locale/es/LC_MESSAGES/kcmlaunch.mo
+share/locale/es/LC_MESSAGES/kcmmousetheme.mo
+share/locale/es/LC_MESSAGES/kcmsmserver.mo
+share/locale/es/LC_MESSAGES/kcmstyle.mo
+share/locale/es/LC_MESSAGES/kcmtranslations.mo
+share/locale/es/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/es/LC_MESSAGES/kfontinst.mo
+share/locale/es/LC_MESSAGES/knetattach5.mo
+share/locale/es/LC_MESSAGES/krdb.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/es/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/es/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/es/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/es/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/es/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/et/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/et/LC_MESSAGES/joystick.mo
+share/locale/et/LC_MESSAGES/kaccess.mo
+share/locale/et/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/et/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/et/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/et/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/et/LC_MESSAGES/kcm5_icons.mo
+share/locale/et/LC_MESSAGES/kcm5_kded.mo
+share/locale/et/LC_MESSAGES/kcm5_notify.mo
+share/locale/et/LC_MESSAGES/kcm5_phonon.mo
+share/locale/et/LC_MESSAGES/kcm_activities5.mo
+share/locale/et/LC_MESSAGES/kcm_autostart.mo
+share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/et/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/et/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/et/LC_MESSAGES/kcm_search.mo
+share/locale/et/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/et/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/et/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/et/LC_MESSAGES/kcm_touchpad.mo
+share/locale/et/LC_MESSAGES/kcmaccess.mo
+share/locale/et/LC_MESSAGES/kcmcolors.mo
+share/locale/et/LC_MESSAGES/kcmfonts.mo
+share/locale/et/LC_MESSAGES/kcmformats.mo
+share/locale/et/LC_MESSAGES/kcminput.mo
+share/locale/et/LC_MESSAGES/kcmkclock.mo
+share/locale/et/LC_MESSAGES/kcmkeyboard.mo
+share/locale/et/LC_MESSAGES/kcmkeys.mo
+share/locale/et/LC_MESSAGES/kcmlaunch.mo
+share/locale/et/LC_MESSAGES/kcmmousetheme.mo
+share/locale/et/LC_MESSAGES/kcmsmserver.mo
+share/locale/et/LC_MESSAGES/kcmstyle.mo
+share/locale/et/LC_MESSAGES/kcmtranslations.mo
+share/locale/et/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/et/LC_MESSAGES/kfontinst.mo
+share/locale/et/LC_MESSAGES/knetattach5.mo
+share/locale/et/LC_MESSAGES/krdb.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/et/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/et/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/et/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/et/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/et/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/et/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/eu/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/eu/LC_MESSAGES/joystick.mo
+share/locale/eu/LC_MESSAGES/kaccess.mo
+share/locale/eu/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/eu/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/eu/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/eu/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/eu/LC_MESSAGES/kcm5_icons.mo
+share/locale/eu/LC_MESSAGES/kcm5_kded.mo
+share/locale/eu/LC_MESSAGES/kcm5_notify.mo
+share/locale/eu/LC_MESSAGES/kcm5_phonon.mo
+share/locale/eu/LC_MESSAGES/kcm_activities5.mo
+share/locale/eu/LC_MESSAGES/kcm_autostart.mo
+share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/eu/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/eu/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/eu/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/eu/LC_MESSAGES/kcm_search.mo
+share/locale/eu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/eu/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/eu/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/eu/LC_MESSAGES/kcm_touchpad.mo
+share/locale/eu/LC_MESSAGES/kcmaccess.mo
+share/locale/eu/LC_MESSAGES/kcmcolors.mo
+share/locale/eu/LC_MESSAGES/kcmfonts.mo
+share/locale/eu/LC_MESSAGES/kcmformats.mo
+share/locale/eu/LC_MESSAGES/kcminput.mo
+share/locale/eu/LC_MESSAGES/kcmkclock.mo
+share/locale/eu/LC_MESSAGES/kcmkeyboard.mo
+share/locale/eu/LC_MESSAGES/kcmkeys.mo
+share/locale/eu/LC_MESSAGES/kcmlaunch.mo
+share/locale/eu/LC_MESSAGES/kcmmousetheme.mo
+share/locale/eu/LC_MESSAGES/kcmsmserver.mo
+share/locale/eu/LC_MESSAGES/kcmstyle.mo
+share/locale/eu/LC_MESSAGES/kcmtranslations.mo
+share/locale/eu/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/eu/LC_MESSAGES/kfontinst.mo
+share/locale/eu/LC_MESSAGES/knetattach5.mo
+share/locale/eu/LC_MESSAGES/krdb.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/eu/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/eu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/fa/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/fa/LC_MESSAGES/joystick.mo
+share/locale/fa/LC_MESSAGES/kaccess.mo
+share/locale/fa/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/fa/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/fa/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/fa/LC_MESSAGES/kcm5_icons.mo
+share/locale/fa/LC_MESSAGES/kcm5_kded.mo
+share/locale/fa/LC_MESSAGES/kcm5_notify.mo
+share/locale/fa/LC_MESSAGES/kcm5_phonon.mo
+share/locale/fa/LC_MESSAGES/kcm_autostart.mo
+share/locale/fa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fa/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fa/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fa/LC_MESSAGES/kcmaccess.mo
+share/locale/fa/LC_MESSAGES/kcmcolors.mo
+share/locale/fa/LC_MESSAGES/kcmfonts.mo
+share/locale/fa/LC_MESSAGES/kcmformats.mo
+share/locale/fa/LC_MESSAGES/kcminput.mo
+share/locale/fa/LC_MESSAGES/kcmkclock.mo
+share/locale/fa/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fa/LC_MESSAGES/kcmkeys.mo
+share/locale/fa/LC_MESSAGES/kcmlaunch.mo
+share/locale/fa/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fa/LC_MESSAGES/kcmsmserver.mo
+share/locale/fa/LC_MESSAGES/kcmstyle.mo
+share/locale/fa/LC_MESSAGES/kfontinst.mo
+share/locale/fa/LC_MESSAGES/knetattach5.mo
+share/locale/fa/LC_MESSAGES/krdb.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/fi/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/fi/LC_MESSAGES/joystick.mo
+share/locale/fi/LC_MESSAGES/kaccess.mo
+share/locale/fi/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/fi/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/fi/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/fi/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/fi/LC_MESSAGES/kcm5_icons.mo
+share/locale/fi/LC_MESSAGES/kcm5_kded.mo
+share/locale/fi/LC_MESSAGES/kcm5_notify.mo
+share/locale/fi/LC_MESSAGES/kcm5_phonon.mo
+share/locale/fi/LC_MESSAGES/kcm_activities5.mo
+share/locale/fi/LC_MESSAGES/kcm_autostart.mo
+share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fi/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/fi/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/fi/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/fi/LC_MESSAGES/kcm_search.mo
+share/locale/fi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fi/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/fi/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fi/LC_MESSAGES/kcm_touchpad.mo
+share/locale/fi/LC_MESSAGES/kcmaccess.mo
+share/locale/fi/LC_MESSAGES/kcmcolors.mo
+share/locale/fi/LC_MESSAGES/kcmfonts.mo
+share/locale/fi/LC_MESSAGES/kcmformats.mo
+share/locale/fi/LC_MESSAGES/kcminput.mo
+share/locale/fi/LC_MESSAGES/kcmkclock.mo
+share/locale/fi/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fi/LC_MESSAGES/kcmkeys.mo
+share/locale/fi/LC_MESSAGES/kcmlaunch.mo
+share/locale/fi/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fi/LC_MESSAGES/kcmsmserver.mo
+share/locale/fi/LC_MESSAGES/kcmstyle.mo
+share/locale/fi/LC_MESSAGES/kcmtranslations.mo
+share/locale/fi/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/fi/LC_MESSAGES/kfontinst.mo
+share/locale/fi/LC_MESSAGES/knetattach5.mo
+share/locale/fi/LC_MESSAGES/krdb.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/fi/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/fi/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/fr/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/fr/LC_MESSAGES/joystick.mo
+share/locale/fr/LC_MESSAGES/kaccess.mo
+share/locale/fr/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/fr/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/fr/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/fr/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/fr/LC_MESSAGES/kcm5_icons.mo
+share/locale/fr/LC_MESSAGES/kcm5_kded.mo
+share/locale/fr/LC_MESSAGES/kcm5_notify.mo
+share/locale/fr/LC_MESSAGES/kcm5_phonon.mo
+share/locale/fr/LC_MESSAGES/kcm_activities5.mo
+share/locale/fr/LC_MESSAGES/kcm_autostart.mo
+share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fr/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/fr/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/fr/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/fr/LC_MESSAGES/kcm_search.mo
+share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/fr/LC_MESSAGES/kcmaccess.mo
+share/locale/fr/LC_MESSAGES/kcmcolors.mo
+share/locale/fr/LC_MESSAGES/kcmfonts.mo
+share/locale/fr/LC_MESSAGES/kcmformats.mo
+share/locale/fr/LC_MESSAGES/kcminput.mo
+share/locale/fr/LC_MESSAGES/kcmkclock.mo
+share/locale/fr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fr/LC_MESSAGES/kcmkeys.mo
+share/locale/fr/LC_MESSAGES/kcmlaunch.mo
+share/locale/fr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fr/LC_MESSAGES/kcmsmserver.mo
+share/locale/fr/LC_MESSAGES/kcmstyle.mo
+share/locale/fr/LC_MESSAGES/kcmtranslations.mo
+share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/fr/LC_MESSAGES/kfontinst.mo
+share/locale/fr/LC_MESSAGES/knetattach5.mo
+share/locale/fr/LC_MESSAGES/krdb.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/fr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/fr/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/fy/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/fy/LC_MESSAGES/joystick.mo
+share/locale/fy/LC_MESSAGES/kaccess.mo
+share/locale/fy/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/fy/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/fy/LC_MESSAGES/kcm5_icons.mo
+share/locale/fy/LC_MESSAGES/kcm5_kded.mo
+share/locale/fy/LC_MESSAGES/kcm5_notify.mo
+share/locale/fy/LC_MESSAGES/kcm5_phonon.mo
+share/locale/fy/LC_MESSAGES/kcm_autostart.mo
+share/locale/fy/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/fy/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/fy/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/fy/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/fy/LC_MESSAGES/kcmaccess.mo
+share/locale/fy/LC_MESSAGES/kcmcolors.mo
+share/locale/fy/LC_MESSAGES/kcmfonts.mo
+share/locale/fy/LC_MESSAGES/kcmformats.mo
+share/locale/fy/LC_MESSAGES/kcminput.mo
+share/locale/fy/LC_MESSAGES/kcmkclock.mo
+share/locale/fy/LC_MESSAGES/kcmkeyboard.mo
+share/locale/fy/LC_MESSAGES/kcmkeys.mo
+share/locale/fy/LC_MESSAGES/kcmlaunch.mo
+share/locale/fy/LC_MESSAGES/kcmmousetheme.mo
+share/locale/fy/LC_MESSAGES/kcmsmserver.mo
+share/locale/fy/LC_MESSAGES/kcmstyle.mo
+share/locale/fy/LC_MESSAGES/kfontinst.mo
+share/locale/fy/LC_MESSAGES/knetattach5.mo
+share/locale/fy/LC_MESSAGES/krdb.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ga/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ga/LC_MESSAGES/joystick.mo
+share/locale/ga/LC_MESSAGES/kaccess.mo
+share/locale/ga/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ga/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ga/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ga/LC_MESSAGES/kcm5_icons.mo
+share/locale/ga/LC_MESSAGES/kcm5_kded.mo
+share/locale/ga/LC_MESSAGES/kcm5_notify.mo
+share/locale/ga/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ga/LC_MESSAGES/kcm_autostart.mo
+share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ga/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ga/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ga/LC_MESSAGES/kcmaccess.mo
+share/locale/ga/LC_MESSAGES/kcmcolors.mo
+share/locale/ga/LC_MESSAGES/kcmfonts.mo
+share/locale/ga/LC_MESSAGES/kcmformats.mo
+share/locale/ga/LC_MESSAGES/kcminput.mo
+share/locale/ga/LC_MESSAGES/kcmkclock.mo
+share/locale/ga/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ga/LC_MESSAGES/kcmkeys.mo
+share/locale/ga/LC_MESSAGES/kcmlaunch.mo
+share/locale/ga/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ga/LC_MESSAGES/kcmsmserver.mo
+share/locale/ga/LC_MESSAGES/kcmstyle.mo
+share/locale/ga/LC_MESSAGES/kfontinst.mo
+share/locale/ga/LC_MESSAGES/knetattach5.mo
+share/locale/ga/LC_MESSAGES/krdb.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/gl/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/gl/LC_MESSAGES/joystick.mo
+share/locale/gl/LC_MESSAGES/kaccess.mo
+share/locale/gl/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/gl/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/gl/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/gl/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/gl/LC_MESSAGES/kcm5_icons.mo
+share/locale/gl/LC_MESSAGES/kcm5_kded.mo
+share/locale/gl/LC_MESSAGES/kcm5_notify.mo
+share/locale/gl/LC_MESSAGES/kcm5_phonon.mo
+share/locale/gl/LC_MESSAGES/kcm_activities5.mo
+share/locale/gl/LC_MESSAGES/kcm_autostart.mo
+share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/gl/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/gl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/gl/LC_MESSAGES/kcm_search.mo
+share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/gl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/gl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/gl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/gl/LC_MESSAGES/kcmaccess.mo
+share/locale/gl/LC_MESSAGES/kcmcolors.mo
+share/locale/gl/LC_MESSAGES/kcmfonts.mo
+share/locale/gl/LC_MESSAGES/kcmformats.mo
+share/locale/gl/LC_MESSAGES/kcminput.mo
+share/locale/gl/LC_MESSAGES/kcmkclock.mo
+share/locale/gl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/gl/LC_MESSAGES/kcmkeys.mo
+share/locale/gl/LC_MESSAGES/kcmlaunch.mo
+share/locale/gl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/gl/LC_MESSAGES/kcmsmserver.mo
+share/locale/gl/LC_MESSAGES/kcmstyle.mo
+share/locale/gl/LC_MESSAGES/kcmtranslations.mo
+share/locale/gl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/gl/LC_MESSAGES/kfontinst.mo
+share/locale/gl/LC_MESSAGES/knetattach5.mo
+share/locale/gl/LC_MESSAGES/krdb.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/gl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/gl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/gu/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/gu/LC_MESSAGES/joystick.mo
+share/locale/gu/LC_MESSAGES/kaccess.mo
+share/locale/gu/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/gu/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/gu/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/gu/LC_MESSAGES/kcm5_icons.mo
+share/locale/gu/LC_MESSAGES/kcm5_kded.mo
+share/locale/gu/LC_MESSAGES/kcm5_notify.mo
+share/locale/gu/LC_MESSAGES/kcm5_phonon.mo
+share/locale/gu/LC_MESSAGES/kcm_autostart.mo
+share/locale/gu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/gu/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/gu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/gu/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/gu/LC_MESSAGES/kcmaccess.mo
+share/locale/gu/LC_MESSAGES/kcmcolors.mo
+share/locale/gu/LC_MESSAGES/kcmfonts.mo
+share/locale/gu/LC_MESSAGES/kcmformats.mo
+share/locale/gu/LC_MESSAGES/kcminput.mo
+share/locale/gu/LC_MESSAGES/kcmkclock.mo
+share/locale/gu/LC_MESSAGES/kcmkeyboard.mo
+share/locale/gu/LC_MESSAGES/kcmkeys.mo
+share/locale/gu/LC_MESSAGES/kcmlaunch.mo
+share/locale/gu/LC_MESSAGES/kcmmousetheme.mo
+share/locale/gu/LC_MESSAGES/kcmsmserver.mo
+share/locale/gu/LC_MESSAGES/kcmstyle.mo
+share/locale/gu/LC_MESSAGES/kfontinst.mo
+share/locale/gu/LC_MESSAGES/knetattach5.mo
+share/locale/gu/LC_MESSAGES/krdb.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/gu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/he/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/he/LC_MESSAGES/joystick.mo
+share/locale/he/LC_MESSAGES/kaccess.mo
+share/locale/he/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/he/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/he/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/he/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/he/LC_MESSAGES/kcm5_icons.mo
+share/locale/he/LC_MESSAGES/kcm5_kded.mo
+share/locale/he/LC_MESSAGES/kcm5_notify.mo
+share/locale/he/LC_MESSAGES/kcm5_phonon.mo
+share/locale/he/LC_MESSAGES/kcm_activities5.mo
+share/locale/he/LC_MESSAGES/kcm_autostart.mo
+share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/he/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/he/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/he/LC_MESSAGES/kcm_search.mo
+share/locale/he/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/he/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/he/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/he/LC_MESSAGES/kcm_touchpad.mo
+share/locale/he/LC_MESSAGES/kcmaccess.mo
+share/locale/he/LC_MESSAGES/kcmcolors.mo
+share/locale/he/LC_MESSAGES/kcmfonts.mo
+share/locale/he/LC_MESSAGES/kcmformats.mo
+share/locale/he/LC_MESSAGES/kcminput.mo
+share/locale/he/LC_MESSAGES/kcmkclock.mo
+share/locale/he/LC_MESSAGES/kcmkeyboard.mo
+share/locale/he/LC_MESSAGES/kcmkeys.mo
+share/locale/he/LC_MESSAGES/kcmlaunch.mo
+share/locale/he/LC_MESSAGES/kcmmousetheme.mo
+share/locale/he/LC_MESSAGES/kcmsmserver.mo
+share/locale/he/LC_MESSAGES/kcmstyle.mo
+share/locale/he/LC_MESSAGES/kcmtranslations.mo
+share/locale/he/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/he/LC_MESSAGES/kfontinst.mo
+share/locale/he/LC_MESSAGES/knetattach5.mo
+share/locale/he/LC_MESSAGES/krdb.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/he/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/he/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/he/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/he/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/hi/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/hi/LC_MESSAGES/joystick.mo
+share/locale/hi/LC_MESSAGES/kaccess.mo
+share/locale/hi/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/hi/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/hi/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/hi/LC_MESSAGES/kcm5_icons.mo
+share/locale/hi/LC_MESSAGES/kcm5_kded.mo
+share/locale/hi/LC_MESSAGES/kcm5_notify.mo
+share/locale/hi/LC_MESSAGES/kcm5_phonon.mo
+share/locale/hi/LC_MESSAGES/kcm_autostart.mo
+share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hi/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hi/LC_MESSAGES/kcmaccess.mo
+share/locale/hi/LC_MESSAGES/kcmcolors.mo
+share/locale/hi/LC_MESSAGES/kcmfonts.mo
+share/locale/hi/LC_MESSAGES/kcmformats.mo
+share/locale/hi/LC_MESSAGES/kcminput.mo
+share/locale/hi/LC_MESSAGES/kcmkclock.mo
+share/locale/hi/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hi/LC_MESSAGES/kcmkeys.mo
+share/locale/hi/LC_MESSAGES/kcmlaunch.mo
+share/locale/hi/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hi/LC_MESSAGES/kcmsmserver.mo
+share/locale/hi/LC_MESSAGES/kcmstyle.mo
+share/locale/hi/LC_MESSAGES/kfontinst.mo
+share/locale/hi/LC_MESSAGES/knetattach5.mo
+share/locale/hi/LC_MESSAGES/krdb.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hi/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hne/LC_MESSAGES/joystick.mo
+share/locale/hne/LC_MESSAGES/kaccess.mo
+share/locale/hne/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/hne/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/hne/LC_MESSAGES/kcm5_icons.mo
+share/locale/hne/LC_MESSAGES/kcm5_kded.mo
+share/locale/hne/LC_MESSAGES/kcm5_notify.mo
+share/locale/hne/LC_MESSAGES/kcm5_phonon.mo
+share/locale/hne/LC_MESSAGES/kcm_autostart.mo
+share/locale/hne/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hne/LC_MESSAGES/kcmaccess.mo
+share/locale/hne/LC_MESSAGES/kcmcolors.mo
+share/locale/hne/LC_MESSAGES/kcmfonts.mo
+share/locale/hne/LC_MESSAGES/kcmformats.mo
+share/locale/hne/LC_MESSAGES/kcminput.mo
+share/locale/hne/LC_MESSAGES/kcmkclock.mo
+share/locale/hne/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hne/LC_MESSAGES/kcmkeys.mo
+share/locale/hne/LC_MESSAGES/kcmlaunch.mo
+share/locale/hne/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hne/LC_MESSAGES/kcmsmserver.mo
+share/locale/hne/LC_MESSAGES/kcmstyle.mo
+share/locale/hne/LC_MESSAGES/kfontinst.mo
+share/locale/hne/LC_MESSAGES/knetattach5.mo
+share/locale/hne/LC_MESSAGES/krdb.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hr/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/hr/LC_MESSAGES/joystick.mo
+share/locale/hr/LC_MESSAGES/kaccess.mo
+share/locale/hr/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/hr/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/hr/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/hr/LC_MESSAGES/kcm5_icons.mo
+share/locale/hr/LC_MESSAGES/kcm5_kded.mo
+share/locale/hr/LC_MESSAGES/kcm5_notify.mo
+share/locale/hr/LC_MESSAGES/kcm5_phonon.mo
+share/locale/hr/LC_MESSAGES/kcm_autostart.mo
+share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hr/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/hr/LC_MESSAGES/kcmaccess.mo
+share/locale/hr/LC_MESSAGES/kcmcolors.mo
+share/locale/hr/LC_MESSAGES/kcmfonts.mo
+share/locale/hr/LC_MESSAGES/kcmformats.mo
+share/locale/hr/LC_MESSAGES/kcminput.mo
+share/locale/hr/LC_MESSAGES/kcmkclock.mo
+share/locale/hr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hr/LC_MESSAGES/kcmkeys.mo
+share/locale/hr/LC_MESSAGES/kcmlaunch.mo
+share/locale/hr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hr/LC_MESSAGES/kcmsmserver.mo
+share/locale/hr/LC_MESSAGES/kcmstyle.mo
+share/locale/hr/LC_MESSAGES/kfontinst.mo
+share/locale/hr/LC_MESSAGES/knetattach5.mo
+share/locale/hr/LC_MESSAGES/krdb.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/hr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hsb/LC_MESSAGES/joystick.mo
+share/locale/hsb/LC_MESSAGES/kaccess.mo
+share/locale/hsb/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/hsb/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/hsb/LC_MESSAGES/kcm5_icons.mo
+share/locale/hsb/LC_MESSAGES/kcm5_kded.mo
+share/locale/hsb/LC_MESSAGES/kcm5_notify.mo
+share/locale/hsb/LC_MESSAGES/kcm5_phonon.mo
+share/locale/hsb/LC_MESSAGES/kcm_autostart.mo
+share/locale/hsb/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hsb/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/hsb/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/hsb/LC_MESSAGES/kcmaccess.mo
+share/locale/hsb/LC_MESSAGES/kcmcolors.mo
+share/locale/hsb/LC_MESSAGES/kcmfonts.mo
+share/locale/hsb/LC_MESSAGES/kcmformats.mo
+share/locale/hsb/LC_MESSAGES/kcminput.mo
+share/locale/hsb/LC_MESSAGES/kcmkclock.mo
+share/locale/hsb/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hsb/LC_MESSAGES/kcmkeys.mo
+share/locale/hsb/LC_MESSAGES/kcmlaunch.mo
+share/locale/hsb/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hsb/LC_MESSAGES/kcmsmserver.mo
+share/locale/hsb/LC_MESSAGES/kcmstyle.mo
+share/locale/hsb/LC_MESSAGES/kfontinst.mo
+share/locale/hsb/LC_MESSAGES/knetattach5.mo
+share/locale/hsb/LC_MESSAGES/krdb.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hu/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/hu/LC_MESSAGES/joystick.mo
+share/locale/hu/LC_MESSAGES/kaccess.mo
+share/locale/hu/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/hu/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/hu/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/hu/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/hu/LC_MESSAGES/kcm5_icons.mo
+share/locale/hu/LC_MESSAGES/kcm5_kded.mo
+share/locale/hu/LC_MESSAGES/kcm5_notify.mo
+share/locale/hu/LC_MESSAGES/kcm5_phonon.mo
+share/locale/hu/LC_MESSAGES/kcm_activities5.mo
+share/locale/hu/LC_MESSAGES/kcm_autostart.mo
+share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/hu/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/hu/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/hu/LC_MESSAGES/kcm_search.mo
+share/locale/hu/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/hu/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/hu/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/hu/LC_MESSAGES/kcm_touchpad.mo
+share/locale/hu/LC_MESSAGES/kcmaccess.mo
+share/locale/hu/LC_MESSAGES/kcmcolors.mo
+share/locale/hu/LC_MESSAGES/kcmfonts.mo
+share/locale/hu/LC_MESSAGES/kcmformats.mo
+share/locale/hu/LC_MESSAGES/kcminput.mo
+share/locale/hu/LC_MESSAGES/kcmkclock.mo
+share/locale/hu/LC_MESSAGES/kcmkeyboard.mo
+share/locale/hu/LC_MESSAGES/kcmkeys.mo
+share/locale/hu/LC_MESSAGES/kcmlaunch.mo
+share/locale/hu/LC_MESSAGES/kcmmousetheme.mo
+share/locale/hu/LC_MESSAGES/kcmsmserver.mo
+share/locale/hu/LC_MESSAGES/kcmstyle.mo
+share/locale/hu/LC_MESSAGES/kcmtranslations.mo
+share/locale/hu/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/hu/LC_MESSAGES/kfontinst.mo
+share/locale/hu/LC_MESSAGES/knetattach5.mo
+share/locale/hu/LC_MESSAGES/krdb.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/hu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/hu/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/hu/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/hy/LC_MESSAGES/kfontinst.mo
+share/locale/ia/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ia/LC_MESSAGES/joystick.mo
+share/locale/ia/LC_MESSAGES/kaccess.mo
+share/locale/ia/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ia/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ia/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ia/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ia/LC_MESSAGES/kcm5_icons.mo
+share/locale/ia/LC_MESSAGES/kcm5_kded.mo
+share/locale/ia/LC_MESSAGES/kcm5_notify.mo
+share/locale/ia/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ia/LC_MESSAGES/kcm_activities5.mo
+share/locale/ia/LC_MESSAGES/kcm_autostart.mo
+share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ia/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ia/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ia/LC_MESSAGES/kcm_search.mo
+share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ia/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ia/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ia/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ia/LC_MESSAGES/kcmaccess.mo
+share/locale/ia/LC_MESSAGES/kcmcolors.mo
+share/locale/ia/LC_MESSAGES/kcmfonts.mo
+share/locale/ia/LC_MESSAGES/kcmformats.mo
+share/locale/ia/LC_MESSAGES/kcminput.mo
+share/locale/ia/LC_MESSAGES/kcmkclock.mo
+share/locale/ia/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ia/LC_MESSAGES/kcmkeys.mo
+share/locale/ia/LC_MESSAGES/kcmlaunch.mo
+share/locale/ia/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ia/LC_MESSAGES/kcmsmserver.mo
+share/locale/ia/LC_MESSAGES/kcmstyle.mo
+share/locale/ia/LC_MESSAGES/kcmtranslations.mo
+share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ia/LC_MESSAGES/kfontinst.mo
+share/locale/ia/LC_MESSAGES/knetattach5.mo
+share/locale/ia/LC_MESSAGES/krdb.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ia/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/id/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/id/LC_MESSAGES/joystick.mo
+share/locale/id/LC_MESSAGES/kaccess.mo
+share/locale/id/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/id/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/id/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/id/LC_MESSAGES/kcm5_icons.mo
+share/locale/id/LC_MESSAGES/kcm5_kded.mo
+share/locale/id/LC_MESSAGES/kcm5_notify.mo
+share/locale/id/LC_MESSAGES/kcm5_phonon.mo
+share/locale/id/LC_MESSAGES/kcm_autostart.mo
+share/locale/id/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/id/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/id/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/id/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/id/LC_MESSAGES/kcm_touchpad.mo
+share/locale/id/LC_MESSAGES/kcmaccess.mo
+share/locale/id/LC_MESSAGES/kcmcolors.mo
+share/locale/id/LC_MESSAGES/kcmfonts.mo
+share/locale/id/LC_MESSAGES/kcmformats.mo
+share/locale/id/LC_MESSAGES/kcminput.mo
+share/locale/id/LC_MESSAGES/kcmkclock.mo
+share/locale/id/LC_MESSAGES/kcmkeyboard.mo
+share/locale/id/LC_MESSAGES/kcmkeys.mo
+share/locale/id/LC_MESSAGES/kcmlaunch.mo
+share/locale/id/LC_MESSAGES/kcmmousetheme.mo
+share/locale/id/LC_MESSAGES/kcmsmserver.mo
+share/locale/id/LC_MESSAGES/kcmstyle.mo
+share/locale/id/LC_MESSAGES/kfontinst.mo
+share/locale/id/LC_MESSAGES/knetattach5.mo
+share/locale/id/LC_MESSAGES/krdb.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/id/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/id/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/is/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/is/LC_MESSAGES/joystick.mo
+share/locale/is/LC_MESSAGES/kaccess.mo
+share/locale/is/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/is/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/is/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/is/LC_MESSAGES/kcm5_icons.mo
+share/locale/is/LC_MESSAGES/kcm5_kded.mo
+share/locale/is/LC_MESSAGES/kcm5_notify.mo
+share/locale/is/LC_MESSAGES/kcm5_phonon.mo
+share/locale/is/LC_MESSAGES/kcm_autostart.mo
+share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/is/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/is/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/is/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/is/LC_MESSAGES/kcmaccess.mo
+share/locale/is/LC_MESSAGES/kcmcolors.mo
+share/locale/is/LC_MESSAGES/kcmfonts.mo
+share/locale/is/LC_MESSAGES/kcmformats.mo
+share/locale/is/LC_MESSAGES/kcminput.mo
+share/locale/is/LC_MESSAGES/kcmkclock.mo
+share/locale/is/LC_MESSAGES/kcmkeyboard.mo
+share/locale/is/LC_MESSAGES/kcmkeys.mo
+share/locale/is/LC_MESSAGES/kcmlaunch.mo
+share/locale/is/LC_MESSAGES/kcmmousetheme.mo
+share/locale/is/LC_MESSAGES/kcmsmserver.mo
+share/locale/is/LC_MESSAGES/kcmstyle.mo
+share/locale/is/LC_MESSAGES/kfontinst.mo
+share/locale/is/LC_MESSAGES/knetattach5.mo
+share/locale/is/LC_MESSAGES/krdb.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/it/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/it/LC_MESSAGES/joystick.mo
+share/locale/it/LC_MESSAGES/kaccess.mo
+share/locale/it/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/it/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/it/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/it/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/it/LC_MESSAGES/kcm5_icons.mo
+share/locale/it/LC_MESSAGES/kcm5_kded.mo
+share/locale/it/LC_MESSAGES/kcm5_notify.mo
+share/locale/it/LC_MESSAGES/kcm5_phonon.mo
+share/locale/it/LC_MESSAGES/kcm_activities5.mo
+share/locale/it/LC_MESSAGES/kcm_autostart.mo
+share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/it/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/it/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/it/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/it/LC_MESSAGES/kcm_search.mo
+share/locale/it/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/it/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/it/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/it/LC_MESSAGES/kcm_touchpad.mo
+share/locale/it/LC_MESSAGES/kcmaccess.mo
+share/locale/it/LC_MESSAGES/kcmcolors.mo
+share/locale/it/LC_MESSAGES/kcmfonts.mo
+share/locale/it/LC_MESSAGES/kcmformats.mo
+share/locale/it/LC_MESSAGES/kcminput.mo
+share/locale/it/LC_MESSAGES/kcmkclock.mo
+share/locale/it/LC_MESSAGES/kcmkeyboard.mo
+share/locale/it/LC_MESSAGES/kcmkeys.mo
+share/locale/it/LC_MESSAGES/kcmlaunch.mo
+share/locale/it/LC_MESSAGES/kcmmousetheme.mo
+share/locale/it/LC_MESSAGES/kcmsmserver.mo
+share/locale/it/LC_MESSAGES/kcmstyle.mo
+share/locale/it/LC_MESSAGES/kcmtranslations.mo
+share/locale/it/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/it/LC_MESSAGES/kfontinst.mo
+share/locale/it/LC_MESSAGES/knetattach5.mo
+share/locale/it/LC_MESSAGES/krdb.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/it/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/it/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/it/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/it/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/it/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ja/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ja/LC_MESSAGES/joystick.mo
+share/locale/ja/LC_MESSAGES/kaccess.mo
+share/locale/ja/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ja/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ja/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ja/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ja/LC_MESSAGES/kcm5_icons.mo
+share/locale/ja/LC_MESSAGES/kcm5_kded.mo
+share/locale/ja/LC_MESSAGES/kcm5_notify.mo
+share/locale/ja/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ja/LC_MESSAGES/kcm_activities5.mo
+share/locale/ja/LC_MESSAGES/kcm_autostart.mo
+share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ja/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ja/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ja/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/ja/LC_MESSAGES/kcm_search.mo
+share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ja/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ja/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ja/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ja/LC_MESSAGES/kcmaccess.mo
+share/locale/ja/LC_MESSAGES/kcmcolors.mo
+share/locale/ja/LC_MESSAGES/kcmfonts.mo
+share/locale/ja/LC_MESSAGES/kcmformats.mo
+share/locale/ja/LC_MESSAGES/kcminput.mo
+share/locale/ja/LC_MESSAGES/kcmkclock.mo
+share/locale/ja/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ja/LC_MESSAGES/kcmkeys.mo
+share/locale/ja/LC_MESSAGES/kcmlaunch.mo
+share/locale/ja/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ja/LC_MESSAGES/kcmsmserver.mo
+share/locale/ja/LC_MESSAGES/kcmstyle.mo
+share/locale/ja/LC_MESSAGES/kcmtranslations.mo
+share/locale/ja/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ja/LC_MESSAGES/kfontinst.mo
+share/locale/ja/LC_MESSAGES/knetattach5.mo
+share/locale/ja/LC_MESSAGES/krdb.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ja/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ja/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ja/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/kk/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/kk/LC_MESSAGES/joystick.mo
+share/locale/kk/LC_MESSAGES/kaccess.mo
+share/locale/kk/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/kk/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/kk/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/kk/LC_MESSAGES/kcm5_icons.mo
+share/locale/kk/LC_MESSAGES/kcm5_kded.mo
+share/locale/kk/LC_MESSAGES/kcm5_notify.mo
+share/locale/kk/LC_MESSAGES/kcm5_phonon.mo
+share/locale/kk/LC_MESSAGES/kcm_autostart.mo
+share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/kk/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/kk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/kk/LC_MESSAGES/kcmaccess.mo
+share/locale/kk/LC_MESSAGES/kcmcolors.mo
+share/locale/kk/LC_MESSAGES/kcmfonts.mo
+share/locale/kk/LC_MESSAGES/kcmformats.mo
+share/locale/kk/LC_MESSAGES/kcminput.mo
+share/locale/kk/LC_MESSAGES/kcmkclock.mo
+share/locale/kk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/kk/LC_MESSAGES/kcmkeys.mo
+share/locale/kk/LC_MESSAGES/kcmlaunch.mo
+share/locale/kk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/kk/LC_MESSAGES/kcmsmserver.mo
+share/locale/kk/LC_MESSAGES/kcmstyle.mo
+share/locale/kk/LC_MESSAGES/kfontinst.mo
+share/locale/kk/LC_MESSAGES/knetattach5.mo
+share/locale/kk/LC_MESSAGES/krdb.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/kk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/km/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/km/LC_MESSAGES/joystick.mo
+share/locale/km/LC_MESSAGES/kaccess.mo
+share/locale/km/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/km/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/km/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/km/LC_MESSAGES/kcm5_icons.mo
+share/locale/km/LC_MESSAGES/kcm5_kded.mo
+share/locale/km/LC_MESSAGES/kcm5_notify.mo
+share/locale/km/LC_MESSAGES/kcm5_phonon.mo
+share/locale/km/LC_MESSAGES/kcm_autostart.mo
+share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/km/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/km/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/km/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/km/LC_MESSAGES/kcmaccess.mo
+share/locale/km/LC_MESSAGES/kcmcolors.mo
+share/locale/km/LC_MESSAGES/kcmfonts.mo
+share/locale/km/LC_MESSAGES/kcmformats.mo
+share/locale/km/LC_MESSAGES/kcminput.mo
+share/locale/km/LC_MESSAGES/kcmkclock.mo
+share/locale/km/LC_MESSAGES/kcmkeyboard.mo
+share/locale/km/LC_MESSAGES/kcmkeys.mo
+share/locale/km/LC_MESSAGES/kcmlaunch.mo
+share/locale/km/LC_MESSAGES/kcmmousetheme.mo
+share/locale/km/LC_MESSAGES/kcmsmserver.mo
+share/locale/km/LC_MESSAGES/kcmstyle.mo
+share/locale/km/LC_MESSAGES/kfontinst.mo
+share/locale/km/LC_MESSAGES/knetattach5.mo
+share/locale/km/LC_MESSAGES/krdb.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/km/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/kn/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/kn/LC_MESSAGES/joystick.mo
+share/locale/kn/LC_MESSAGES/kaccess.mo
+share/locale/kn/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/kn/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/kn/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/kn/LC_MESSAGES/kcm5_icons.mo
+share/locale/kn/LC_MESSAGES/kcm5_kded.mo
+share/locale/kn/LC_MESSAGES/kcm5_notify.mo
+share/locale/kn/LC_MESSAGES/kcm5_phonon.mo
+share/locale/kn/LC_MESSAGES/kcm_autostart.mo
+share/locale/kn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/kn/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/kn/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/kn/LC_MESSAGES/kcmaccess.mo
+share/locale/kn/LC_MESSAGES/kcmcolors.mo
+share/locale/kn/LC_MESSAGES/kcmfonts.mo
+share/locale/kn/LC_MESSAGES/kcmformats.mo
+share/locale/kn/LC_MESSAGES/kcminput.mo
+share/locale/kn/LC_MESSAGES/kcmkclock.mo
+share/locale/kn/LC_MESSAGES/kcmkeyboard.mo
+share/locale/kn/LC_MESSAGES/kcmkeys.mo
+share/locale/kn/LC_MESSAGES/kcmlaunch.mo
+share/locale/kn/LC_MESSAGES/kcmmousetheme.mo
+share/locale/kn/LC_MESSAGES/kcmsmserver.mo
+share/locale/kn/LC_MESSAGES/kcmstyle.mo
+share/locale/kn/LC_MESSAGES/kfontinst.mo
+share/locale/kn/LC_MESSAGES/knetattach5.mo
+share/locale/kn/LC_MESSAGES/krdb.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/kn/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ko/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ko/LC_MESSAGES/joystick.mo
+share/locale/ko/LC_MESSAGES/kaccess.mo
+share/locale/ko/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ko/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ko/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ko/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ko/LC_MESSAGES/kcm5_icons.mo
+share/locale/ko/LC_MESSAGES/kcm5_kded.mo
+share/locale/ko/LC_MESSAGES/kcm5_notify.mo
+share/locale/ko/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ko/LC_MESSAGES/kcm_activities5.mo
+share/locale/ko/LC_MESSAGES/kcm_autostart.mo
+share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ko/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ko/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ko/LC_MESSAGES/kcm_search.mo
+share/locale/ko/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ko/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ko/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ko/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ko/LC_MESSAGES/kcmaccess.mo
+share/locale/ko/LC_MESSAGES/kcmcolors.mo
+share/locale/ko/LC_MESSAGES/kcmfonts.mo
+share/locale/ko/LC_MESSAGES/kcmformats.mo
+share/locale/ko/LC_MESSAGES/kcminput.mo
+share/locale/ko/LC_MESSAGES/kcmkclock.mo
+share/locale/ko/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ko/LC_MESSAGES/kcmkeys.mo
+share/locale/ko/LC_MESSAGES/kcmlaunch.mo
+share/locale/ko/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ko/LC_MESSAGES/kcmsmserver.mo
+share/locale/ko/LC_MESSAGES/kcmstyle.mo
+share/locale/ko/LC_MESSAGES/kcmtranslations.mo
+share/locale/ko/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ko/LC_MESSAGES/kfontinst.mo
+share/locale/ko/LC_MESSAGES/knetattach5.mo
+share/locale/ko/LC_MESSAGES/krdb.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ko/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ko/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ko/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ko/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ku/LC_MESSAGES/joystick.mo
+share/locale/ku/LC_MESSAGES/kaccess.mo
+share/locale/ku/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ku/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ku/LC_MESSAGES/kcm5_icons.mo
+share/locale/ku/LC_MESSAGES/kcm5_kded.mo
+share/locale/ku/LC_MESSAGES/kcm5_notify.mo
+share/locale/ku/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ku/LC_MESSAGES/kcm_autostart.mo
+share/locale/ku/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ku/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ku/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ku/LC_MESSAGES/kcmaccess.mo
+share/locale/ku/LC_MESSAGES/kcmcolors.mo
+share/locale/ku/LC_MESSAGES/kcmfonts.mo
+share/locale/ku/LC_MESSAGES/kcmformats.mo
+share/locale/ku/LC_MESSAGES/kcminput.mo
+share/locale/ku/LC_MESSAGES/kcmkclock.mo
+share/locale/ku/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ku/LC_MESSAGES/kcmkeys.mo
+share/locale/ku/LC_MESSAGES/kcmlaunch.mo
+share/locale/ku/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ku/LC_MESSAGES/kcmsmserver.mo
+share/locale/ku/LC_MESSAGES/kcmstyle.mo
+share/locale/ku/LC_MESSAGES/kfontinst.mo
+share/locale/ku/LC_MESSAGES/knetattach5.mo
+share/locale/ku/LC_MESSAGES/krdb.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/lt/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/lt/LC_MESSAGES/joystick.mo
+share/locale/lt/LC_MESSAGES/kaccess.mo
+share/locale/lt/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/lt/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/lt/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/lt/LC_MESSAGES/kcm5_icons.mo
+share/locale/lt/LC_MESSAGES/kcm5_kded.mo
+share/locale/lt/LC_MESSAGES/kcm5_notify.mo
+share/locale/lt/LC_MESSAGES/kcm5_phonon.mo
+share/locale/lt/LC_MESSAGES/kcm_activities5.mo
+share/locale/lt/LC_MESSAGES/kcm_autostart.mo
+share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/lt/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/lt/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/lt/LC_MESSAGES/kcm_search.mo
+share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/lt/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/lt/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/lt/LC_MESSAGES/kcm_touchpad.mo
+share/locale/lt/LC_MESSAGES/kcmaccess.mo
+share/locale/lt/LC_MESSAGES/kcmcolors.mo
+share/locale/lt/LC_MESSAGES/kcmfonts.mo
+share/locale/lt/LC_MESSAGES/kcmformats.mo
+share/locale/lt/LC_MESSAGES/kcminput.mo
+share/locale/lt/LC_MESSAGES/kcmkclock.mo
+share/locale/lt/LC_MESSAGES/kcmkeyboard.mo
+share/locale/lt/LC_MESSAGES/kcmkeys.mo
+share/locale/lt/LC_MESSAGES/kcmlaunch.mo
+share/locale/lt/LC_MESSAGES/kcmmousetheme.mo
+share/locale/lt/LC_MESSAGES/kcmsmserver.mo
+share/locale/lt/LC_MESSAGES/kcmstyle.mo
+share/locale/lt/LC_MESSAGES/kcmtranslations.mo
+share/locale/lt/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/lt/LC_MESSAGES/kfontinst.mo
+share/locale/lt/LC_MESSAGES/knetattach5.mo
+share/locale/lt/LC_MESSAGES/krdb.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/lt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/lv/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/lv/LC_MESSAGES/joystick.mo
+share/locale/lv/LC_MESSAGES/kaccess.mo
+share/locale/lv/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/lv/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/lv/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/lv/LC_MESSAGES/kcm5_icons.mo
+share/locale/lv/LC_MESSAGES/kcm5_kded.mo
+share/locale/lv/LC_MESSAGES/kcm5_notify.mo
+share/locale/lv/LC_MESSAGES/kcm5_phonon.mo
+share/locale/lv/LC_MESSAGES/kcm_autostart.mo
+share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/lv/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/lv/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/lv/LC_MESSAGES/kcmaccess.mo
+share/locale/lv/LC_MESSAGES/kcmcolors.mo
+share/locale/lv/LC_MESSAGES/kcmfonts.mo
+share/locale/lv/LC_MESSAGES/kcmformats.mo
+share/locale/lv/LC_MESSAGES/kcminput.mo
+share/locale/lv/LC_MESSAGES/kcmkclock.mo
+share/locale/lv/LC_MESSAGES/kcmkeyboard.mo
+share/locale/lv/LC_MESSAGES/kcmkeys.mo
+share/locale/lv/LC_MESSAGES/kcmlaunch.mo
+share/locale/lv/LC_MESSAGES/kcmmousetheme.mo
+share/locale/lv/LC_MESSAGES/kcmsmserver.mo
+share/locale/lv/LC_MESSAGES/kcmstyle.mo
+share/locale/lv/LC_MESSAGES/kfontinst.mo
+share/locale/lv/LC_MESSAGES/knetattach5.mo
+share/locale/lv/LC_MESSAGES/krdb.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/lv/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/mai/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/mai/LC_MESSAGES/joystick.mo
+share/locale/mai/LC_MESSAGES/kaccess.mo
+share/locale/mai/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/mai/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/mai/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/mai/LC_MESSAGES/kcm5_icons.mo
+share/locale/mai/LC_MESSAGES/kcm5_kded.mo
+share/locale/mai/LC_MESSAGES/kcm5_notify.mo
+share/locale/mai/LC_MESSAGES/kcm5_phonon.mo
+share/locale/mai/LC_MESSAGES/kcm_autostart.mo
+share/locale/mai/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mai/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/mai/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/mai/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/mai/LC_MESSAGES/kcmaccess.mo
+share/locale/mai/LC_MESSAGES/kcmcolors.mo
+share/locale/mai/LC_MESSAGES/kcmfonts.mo
+share/locale/mai/LC_MESSAGES/kcmformats.mo
+share/locale/mai/LC_MESSAGES/kcminput.mo
+share/locale/mai/LC_MESSAGES/kcmkclock.mo
+share/locale/mai/LC_MESSAGES/kcmkeyboard.mo
+share/locale/mai/LC_MESSAGES/kcmkeys.mo
+share/locale/mai/LC_MESSAGES/kcmlaunch.mo
+share/locale/mai/LC_MESSAGES/kcmmousetheme.mo
+share/locale/mai/LC_MESSAGES/kcmsmserver.mo
+share/locale/mai/LC_MESSAGES/kcmstyle.mo
+share/locale/mai/LC_MESSAGES/kfontinst.mo
+share/locale/mai/LC_MESSAGES/knetattach5.mo
+share/locale/mai/LC_MESSAGES/krdb.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/mai/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/mk/LC_MESSAGES/joystick.mo
+share/locale/mk/LC_MESSAGES/kaccess.mo
+share/locale/mk/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/mk/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/mk/LC_MESSAGES/kcm5_icons.mo
+share/locale/mk/LC_MESSAGES/kcm5_kded.mo
+share/locale/mk/LC_MESSAGES/kcm5_notify.mo
+share/locale/mk/LC_MESSAGES/kcm5_phonon.mo
+share/locale/mk/LC_MESSAGES/kcm_autostart.mo
+share/locale/mk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mk/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/mk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/mk/LC_MESSAGES/kcmaccess.mo
+share/locale/mk/LC_MESSAGES/kcmcolors.mo
+share/locale/mk/LC_MESSAGES/kcmfonts.mo
+share/locale/mk/LC_MESSAGES/kcmformats.mo
+share/locale/mk/LC_MESSAGES/kcminput.mo
+share/locale/mk/LC_MESSAGES/kcmkclock.mo
+share/locale/mk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/mk/LC_MESSAGES/kcmkeys.mo
+share/locale/mk/LC_MESSAGES/kcmlaunch.mo
+share/locale/mk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/mk/LC_MESSAGES/kcmsmserver.mo
+share/locale/mk/LC_MESSAGES/kcmstyle.mo
+share/locale/mk/LC_MESSAGES/kfontinst.mo
+share/locale/mk/LC_MESSAGES/knetattach5.mo
+share/locale/mk/LC_MESSAGES/krdb.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ml/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ml/LC_MESSAGES/joystick.mo
+share/locale/ml/LC_MESSAGES/kaccess.mo
+share/locale/ml/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ml/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ml/LC_MESSAGES/kcm5_icons.mo
+share/locale/ml/LC_MESSAGES/kcm5_kded.mo
+share/locale/ml/LC_MESSAGES/kcm5_notify.mo
+share/locale/ml/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ml/LC_MESSAGES/kcm_autostart.mo
+share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ml/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ml/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ml/LC_MESSAGES/kcmaccess.mo
+share/locale/ml/LC_MESSAGES/kcmcolors.mo
+share/locale/ml/LC_MESSAGES/kcmfonts.mo
+share/locale/ml/LC_MESSAGES/kcmformats.mo
+share/locale/ml/LC_MESSAGES/kcminput.mo
+share/locale/ml/LC_MESSAGES/kcmkclock.mo
+share/locale/ml/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ml/LC_MESSAGES/kcmkeys.mo
+share/locale/ml/LC_MESSAGES/kcmlaunch.mo
+share/locale/ml/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ml/LC_MESSAGES/kcmsmserver.mo
+share/locale/ml/LC_MESSAGES/kcmstyle.mo
+share/locale/ml/LC_MESSAGES/kfontinst.mo
+share/locale/ml/LC_MESSAGES/knetattach5.mo
+share/locale/ml/LC_MESSAGES/krdb.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/mr/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/mr/LC_MESSAGES/joystick.mo
+share/locale/mr/LC_MESSAGES/kaccess.mo
+share/locale/mr/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/mr/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/mr/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/mr/LC_MESSAGES/kcm5_icons.mo
+share/locale/mr/LC_MESSAGES/kcm5_kded.mo
+share/locale/mr/LC_MESSAGES/kcm5_notify.mo
+share/locale/mr/LC_MESSAGES/kcm5_phonon.mo
+share/locale/mr/LC_MESSAGES/kcm_autostart.mo
+share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/mr/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/mr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/mr/LC_MESSAGES/kcmaccess.mo
+share/locale/mr/LC_MESSAGES/kcmcolors.mo
+share/locale/mr/LC_MESSAGES/kcmfonts.mo
+share/locale/mr/LC_MESSAGES/kcmformats.mo
+share/locale/mr/LC_MESSAGES/kcminput.mo
+share/locale/mr/LC_MESSAGES/kcmkclock.mo
+share/locale/mr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/mr/LC_MESSAGES/kcmkeys.mo
+share/locale/mr/LC_MESSAGES/kcmlaunch.mo
+share/locale/mr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/mr/LC_MESSAGES/kcmsmserver.mo
+share/locale/mr/LC_MESSAGES/kcmstyle.mo
+share/locale/mr/LC_MESSAGES/kfontinst.mo
+share/locale/mr/LC_MESSAGES/knetattach5.mo
+share/locale/mr/LC_MESSAGES/krdb.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/mr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ms/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ms/LC_MESSAGES/joystick.mo
+share/locale/ms/LC_MESSAGES/kaccess.mo
+share/locale/ms/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ms/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ms/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ms/LC_MESSAGES/kcm5_icons.mo
+share/locale/ms/LC_MESSAGES/kcm5_kded.mo
+share/locale/ms/LC_MESSAGES/kcm5_notify.mo
+share/locale/ms/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ms/LC_MESSAGES/kcm_autostart.mo
+share/locale/ms/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ms/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ms/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ms/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ms/LC_MESSAGES/kcmaccess.mo
+share/locale/ms/LC_MESSAGES/kcmcolors.mo
+share/locale/ms/LC_MESSAGES/kcmfonts.mo
+share/locale/ms/LC_MESSAGES/kcmformats.mo
+share/locale/ms/LC_MESSAGES/kcminput.mo
+share/locale/ms/LC_MESSAGES/kcmkclock.mo
+share/locale/ms/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ms/LC_MESSAGES/kcmkeys.mo
+share/locale/ms/LC_MESSAGES/kcmlaunch.mo
+share/locale/ms/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ms/LC_MESSAGES/kcmsmserver.mo
+share/locale/ms/LC_MESSAGES/kcmstyle.mo
+share/locale/ms/LC_MESSAGES/kfontinst.mo
+share/locale/ms/LC_MESSAGES/knetattach5.mo
+share/locale/ms/LC_MESSAGES/krdb.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ms/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nb/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/nb/LC_MESSAGES/joystick.mo
+share/locale/nb/LC_MESSAGES/kaccess.mo
+share/locale/nb/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/nb/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/nb/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/nb/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/nb/LC_MESSAGES/kcm5_icons.mo
+share/locale/nb/LC_MESSAGES/kcm5_kded.mo
+share/locale/nb/LC_MESSAGES/kcm5_notify.mo
+share/locale/nb/LC_MESSAGES/kcm5_phonon.mo
+share/locale/nb/LC_MESSAGES/kcm_autostart.mo
+share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nb/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/nb/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nb/LC_MESSAGES/kcm_search.mo
+share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nb/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nb/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nb/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nb/LC_MESSAGES/kcmaccess.mo
+share/locale/nb/LC_MESSAGES/kcmcolors.mo
+share/locale/nb/LC_MESSAGES/kcmfonts.mo
+share/locale/nb/LC_MESSAGES/kcmformats.mo
+share/locale/nb/LC_MESSAGES/kcminput.mo
+share/locale/nb/LC_MESSAGES/kcmkclock.mo
+share/locale/nb/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nb/LC_MESSAGES/kcmkeys.mo
+share/locale/nb/LC_MESSAGES/kcmlaunch.mo
+share/locale/nb/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nb/LC_MESSAGES/kcmsmserver.mo
+share/locale/nb/LC_MESSAGES/kcmstyle.mo
+share/locale/nb/LC_MESSAGES/kcmtranslations.mo
+share/locale/nb/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nb/LC_MESSAGES/kfontinst.mo
+share/locale/nb/LC_MESSAGES/knetattach5.mo
+share/locale/nb/LC_MESSAGES/krdb.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nb/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nb/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nds/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/nds/LC_MESSAGES/joystick.mo
+share/locale/nds/LC_MESSAGES/kaccess.mo
+share/locale/nds/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/nds/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/nds/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/nds/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/nds/LC_MESSAGES/kcm5_icons.mo
+share/locale/nds/LC_MESSAGES/kcm5_kded.mo
+share/locale/nds/LC_MESSAGES/kcm5_notify.mo
+share/locale/nds/LC_MESSAGES/kcm5_phonon.mo
+share/locale/nds/LC_MESSAGES/kcm_autostart.mo
+share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nds/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/nds/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nds/LC_MESSAGES/kcm_search.mo
+share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nds/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nds/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nds/LC_MESSAGES/kcmaccess.mo
+share/locale/nds/LC_MESSAGES/kcmcolors.mo
+share/locale/nds/LC_MESSAGES/kcmfonts.mo
+share/locale/nds/LC_MESSAGES/kcmformats.mo
+share/locale/nds/LC_MESSAGES/kcminput.mo
+share/locale/nds/LC_MESSAGES/kcmkclock.mo
+share/locale/nds/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nds/LC_MESSAGES/kcmkeys.mo
+share/locale/nds/LC_MESSAGES/kcmlaunch.mo
+share/locale/nds/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nds/LC_MESSAGES/kcmsmserver.mo
+share/locale/nds/LC_MESSAGES/kcmstyle.mo
+share/locale/nds/LC_MESSAGES/kcmtranslations.mo
+share/locale/nds/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nds/LC_MESSAGES/kfontinst.mo
+share/locale/nds/LC_MESSAGES/knetattach5.mo
+share/locale/nds/LC_MESSAGES/krdb.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nds/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nds/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ne/LC_MESSAGES/joystick.mo
+share/locale/ne/LC_MESSAGES/kaccess.mo
+share/locale/ne/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ne/LC_MESSAGES/kcm5_icons.mo
+share/locale/ne/LC_MESSAGES/kcm5_kded.mo
+share/locale/ne/LC_MESSAGES/kcm5_notify.mo
+share/locale/ne/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ne/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ne/LC_MESSAGES/kcmaccess.mo
+share/locale/ne/LC_MESSAGES/kcmcolors.mo
+share/locale/ne/LC_MESSAGES/kcmfonts.mo
+share/locale/ne/LC_MESSAGES/kcmformats.mo
+share/locale/ne/LC_MESSAGES/kcminput.mo
+share/locale/ne/LC_MESSAGES/kcmkclock.mo
+share/locale/ne/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ne/LC_MESSAGES/kcmkeys.mo
+share/locale/ne/LC_MESSAGES/kcmlaunch.mo
+share/locale/ne/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ne/LC_MESSAGES/kcmsmserver.mo
+share/locale/ne/LC_MESSAGES/kcmstyle.mo
+share/locale/ne/LC_MESSAGES/kfontinst.mo
+share/locale/ne/LC_MESSAGES/knetattach5.mo
+share/locale/ne/LC_MESSAGES/krdb.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nl/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/nl/LC_MESSAGES/joystick.mo
+share/locale/nl/LC_MESSAGES/kaccess.mo
+share/locale/nl/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/nl/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/nl/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/nl/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/nl/LC_MESSAGES/kcm5_icons.mo
+share/locale/nl/LC_MESSAGES/kcm5_kded.mo
+share/locale/nl/LC_MESSAGES/kcm5_notify.mo
+share/locale/nl/LC_MESSAGES/kcm5_phonon.mo
+share/locale/nl/LC_MESSAGES/kcm_activities5.mo
+share/locale/nl/LC_MESSAGES/kcm_autostart.mo
+share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nl/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/nl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nl/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/nl/LC_MESSAGES/kcm_search.mo
+share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nl/LC_MESSAGES/kcmaccess.mo
+share/locale/nl/LC_MESSAGES/kcmcolors.mo
+share/locale/nl/LC_MESSAGES/kcmfonts.mo
+share/locale/nl/LC_MESSAGES/kcmformats.mo
+share/locale/nl/LC_MESSAGES/kcminput.mo
+share/locale/nl/LC_MESSAGES/kcmkclock.mo
+share/locale/nl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nl/LC_MESSAGES/kcmkeys.mo
+share/locale/nl/LC_MESSAGES/kcmlaunch.mo
+share/locale/nl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nl/LC_MESSAGES/kcmsmserver.mo
+share/locale/nl/LC_MESSAGES/kcmstyle.mo
+share/locale/nl/LC_MESSAGES/kcmtranslations.mo
+share/locale/nl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nl/LC_MESSAGES/kfontinst.mo
+share/locale/nl/LC_MESSAGES/knetattach5.mo
+share/locale/nl/LC_MESSAGES/krdb.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/nn/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/nn/LC_MESSAGES/joystick.mo
+share/locale/nn/LC_MESSAGES/kaccess.mo
+share/locale/nn/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/nn/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/nn/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/nn/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/nn/LC_MESSAGES/kcm5_icons.mo
+share/locale/nn/LC_MESSAGES/kcm5_kded.mo
+share/locale/nn/LC_MESSAGES/kcm5_notify.mo
+share/locale/nn/LC_MESSAGES/kcm5_phonon.mo
+share/locale/nn/LC_MESSAGES/kcm_activities5.mo
+share/locale/nn/LC_MESSAGES/kcm_autostart.mo
+share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/nn/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/nn/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/nn/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/nn/LC_MESSAGES/kcm_search.mo
+share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/nn/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/nn/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/nn/LC_MESSAGES/kcm_touchpad.mo
+share/locale/nn/LC_MESSAGES/kcmaccess.mo
+share/locale/nn/LC_MESSAGES/kcmcolors.mo
+share/locale/nn/LC_MESSAGES/kcmfonts.mo
+share/locale/nn/LC_MESSAGES/kcmformats.mo
+share/locale/nn/LC_MESSAGES/kcminput.mo
+share/locale/nn/LC_MESSAGES/kcmkclock.mo
+share/locale/nn/LC_MESSAGES/kcmkeyboard.mo
+share/locale/nn/LC_MESSAGES/kcmkeys.mo
+share/locale/nn/LC_MESSAGES/kcmlaunch.mo
+share/locale/nn/LC_MESSAGES/kcmmousetheme.mo
+share/locale/nn/LC_MESSAGES/kcmsmserver.mo
+share/locale/nn/LC_MESSAGES/kcmstyle.mo
+share/locale/nn/LC_MESSAGES/kcmtranslations.mo
+share/locale/nn/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/nn/LC_MESSAGES/kfontinst.mo
+share/locale/nn/LC_MESSAGES/knetattach5.mo
+share/locale/nn/LC_MESSAGES/krdb.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/nn/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/nn/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/nn/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/nn/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/oc/LC_MESSAGES/joystick.mo
+share/locale/oc/LC_MESSAGES/kaccess.mo
+share/locale/oc/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/oc/LC_MESSAGES/kcm5_icons.mo
+share/locale/oc/LC_MESSAGES/kcm5_kded.mo
+share/locale/oc/LC_MESSAGES/kcm5_notify.mo
+share/locale/oc/LC_MESSAGES/kcm5_phonon.mo
+share/locale/oc/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/oc/LC_MESSAGES/kcmaccess.mo
+share/locale/oc/LC_MESSAGES/kcmcolors.mo
+share/locale/oc/LC_MESSAGES/kcmfonts.mo
+share/locale/oc/LC_MESSAGES/kcminput.mo
+share/locale/oc/LC_MESSAGES/kcmkclock.mo
+share/locale/oc/LC_MESSAGES/kcmkeyboard.mo
+share/locale/oc/LC_MESSAGES/kcmkeys.mo
+share/locale/oc/LC_MESSAGES/kcmlaunch.mo
+share/locale/oc/LC_MESSAGES/kcmmousetheme.mo
+share/locale/oc/LC_MESSAGES/kcmsmserver.mo
+share/locale/oc/LC_MESSAGES/kcmstyle.mo
+share/locale/oc/LC_MESSAGES/kfontinst.mo
+share/locale/oc/LC_MESSAGES/knetattach5.mo
+share/locale/oc/LC_MESSAGES/krdb.mo
+share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/or/LC_MESSAGES/joystick.mo
+share/locale/or/LC_MESSAGES/kaccess.mo
+share/locale/or/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/or/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/or/LC_MESSAGES/kcm5_icons.mo
+share/locale/or/LC_MESSAGES/kcm5_kded.mo
+share/locale/or/LC_MESSAGES/kcm5_notify.mo
+share/locale/or/LC_MESSAGES/kcm5_phonon.mo
+share/locale/or/LC_MESSAGES/kcm_autostart.mo
+share/locale/or/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/or/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/or/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/or/LC_MESSAGES/kcmaccess.mo
+share/locale/or/LC_MESSAGES/kcmcolors.mo
+share/locale/or/LC_MESSAGES/kcmfonts.mo
+share/locale/or/LC_MESSAGES/kcmformats.mo
+share/locale/or/LC_MESSAGES/kcminput.mo
+share/locale/or/LC_MESSAGES/kcmkclock.mo
+share/locale/or/LC_MESSAGES/kcmkeyboard.mo
+share/locale/or/LC_MESSAGES/kcmkeys.mo
+share/locale/or/LC_MESSAGES/kcmlaunch.mo
+share/locale/or/LC_MESSAGES/kcmmousetheme.mo
+share/locale/or/LC_MESSAGES/kcmsmserver.mo
+share/locale/or/LC_MESSAGES/kcmstyle.mo
+share/locale/or/LC_MESSAGES/kfontinst.mo
+share/locale/or/LC_MESSAGES/knetattach5.mo
+share/locale/or/LC_MESSAGES/krdb.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pa/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/pa/LC_MESSAGES/joystick.mo
+share/locale/pa/LC_MESSAGES/kaccess.mo
+share/locale/pa/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/pa/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/pa/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/pa/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/pa/LC_MESSAGES/kcm5_icons.mo
+share/locale/pa/LC_MESSAGES/kcm5_kded.mo
+share/locale/pa/LC_MESSAGES/kcm5_notify.mo
+share/locale/pa/LC_MESSAGES/kcm5_phonon.mo
+share/locale/pa/LC_MESSAGES/kcm_activities5.mo
+share/locale/pa/LC_MESSAGES/kcm_autostart.mo
+share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pa/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/pa/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pa/LC_MESSAGES/kcm_search.mo
+share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pa/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pa/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pa/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pa/LC_MESSAGES/kcmaccess.mo
+share/locale/pa/LC_MESSAGES/kcmcolors.mo
+share/locale/pa/LC_MESSAGES/kcmfonts.mo
+share/locale/pa/LC_MESSAGES/kcmformats.mo
+share/locale/pa/LC_MESSAGES/kcminput.mo
+share/locale/pa/LC_MESSAGES/kcmkclock.mo
+share/locale/pa/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pa/LC_MESSAGES/kcmkeys.mo
+share/locale/pa/LC_MESSAGES/kcmlaunch.mo
+share/locale/pa/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pa/LC_MESSAGES/kcmsmserver.mo
+share/locale/pa/LC_MESSAGES/kcmstyle.mo
+share/locale/pa/LC_MESSAGES/kcmtranslations.mo
+share/locale/pa/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pa/LC_MESSAGES/kfontinst.mo
+share/locale/pa/LC_MESSAGES/knetattach5.mo
+share/locale/pa/LC_MESSAGES/krdb.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/pa/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pa/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pa/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pa/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pl/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/pl/LC_MESSAGES/joystick.mo
+share/locale/pl/LC_MESSAGES/kaccess.mo
+share/locale/pl/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/pl/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/pl/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/pl/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/pl/LC_MESSAGES/kcm5_icons.mo
+share/locale/pl/LC_MESSAGES/kcm5_kded.mo
+share/locale/pl/LC_MESSAGES/kcm5_notify.mo
+share/locale/pl/LC_MESSAGES/kcm5_phonon.mo
+share/locale/pl/LC_MESSAGES/kcm_activities5.mo
+share/locale/pl/LC_MESSAGES/kcm_autostart.mo
+share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pl/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/pl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pl/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/pl/LC_MESSAGES/kcm_search.mo
+share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pl/LC_MESSAGES/kcmaccess.mo
+share/locale/pl/LC_MESSAGES/kcmcolors.mo
+share/locale/pl/LC_MESSAGES/kcmfonts.mo
+share/locale/pl/LC_MESSAGES/kcmformats.mo
+share/locale/pl/LC_MESSAGES/kcminput.mo
+share/locale/pl/LC_MESSAGES/kcmkclock.mo
+share/locale/pl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pl/LC_MESSAGES/kcmkeys.mo
+share/locale/pl/LC_MESSAGES/kcmlaunch.mo
+share/locale/pl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pl/LC_MESSAGES/kcmsmserver.mo
+share/locale/pl/LC_MESSAGES/kcmstyle.mo
+share/locale/pl/LC_MESSAGES/kcmtranslations.mo
+share/locale/pl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pl/LC_MESSAGES/kfontinst.mo
+share/locale/pl/LC_MESSAGES/knetattach5.mo
+share/locale/pl/LC_MESSAGES/krdb.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pt/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/pt/LC_MESSAGES/joystick.mo
+share/locale/pt/LC_MESSAGES/kaccess.mo
+share/locale/pt/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/pt/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/pt/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/pt/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/pt/LC_MESSAGES/kcm5_icons.mo
+share/locale/pt/LC_MESSAGES/kcm5_kded.mo
+share/locale/pt/LC_MESSAGES/kcm5_notify.mo
+share/locale/pt/LC_MESSAGES/kcm5_phonon.mo
+share/locale/pt/LC_MESSAGES/kcm_activities5.mo
+share/locale/pt/LC_MESSAGES/kcm_autostart.mo
+share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pt/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/pt/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pt/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/pt/LC_MESSAGES/kcm_search.mo
+share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pt/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pt/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pt/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pt/LC_MESSAGES/kcmaccess.mo
+share/locale/pt/LC_MESSAGES/kcmcolors.mo
+share/locale/pt/LC_MESSAGES/kcmfonts.mo
+share/locale/pt/LC_MESSAGES/kcmformats.mo
+share/locale/pt/LC_MESSAGES/kcminput.mo
+share/locale/pt/LC_MESSAGES/kcmkclock.mo
+share/locale/pt/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pt/LC_MESSAGES/kcmkeys.mo
+share/locale/pt/LC_MESSAGES/kcmlaunch.mo
+share/locale/pt/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pt/LC_MESSAGES/kcmsmserver.mo
+share/locale/pt/LC_MESSAGES/kcmstyle.mo
+share/locale/pt/LC_MESSAGES/kcmtranslations.mo
+share/locale/pt/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pt/LC_MESSAGES/kfontinst.mo
+share/locale/pt/LC_MESSAGES/knetattach5.mo
+share/locale/pt/LC_MESSAGES/krdb.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pt/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/pt_BR/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/pt_BR/LC_MESSAGES/joystick.mo
+share/locale/pt_BR/LC_MESSAGES/kaccess.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_icons.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_kded.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_notify.mo
+share/locale/pt_BR/LC_MESSAGES/kcm5_phonon.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_activities5.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_search.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_touchpad.mo
+share/locale/pt_BR/LC_MESSAGES/kcmaccess.mo
+share/locale/pt_BR/LC_MESSAGES/kcmcolors.mo
+share/locale/pt_BR/LC_MESSAGES/kcmfonts.mo
+share/locale/pt_BR/LC_MESSAGES/kcmformats.mo
+share/locale/pt_BR/LC_MESSAGES/kcminput.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkeyboard.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
+share/locale/pt_BR/LC_MESSAGES/kcmlaunch.mo
+share/locale/pt_BR/LC_MESSAGES/kcmmousetheme.mo
+share/locale/pt_BR/LC_MESSAGES/kcmsmserver.mo
+share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtranslations.mo
+share/locale/pt_BR/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/pt_BR/LC_MESSAGES/kfontinst.mo
+share/locale/pt_BR/LC_MESSAGES/knetattach5.mo
+share/locale/pt_BR/LC_MESSAGES/krdb.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/pt_BR/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ro/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ro/LC_MESSAGES/joystick.mo
+share/locale/ro/LC_MESSAGES/kaccess.mo
+share/locale/ro/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ro/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ro/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ro/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ro/LC_MESSAGES/kcm5_icons.mo
+share/locale/ro/LC_MESSAGES/kcm5_kded.mo
+share/locale/ro/LC_MESSAGES/kcm5_notify.mo
+share/locale/ro/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ro/LC_MESSAGES/kcm_autostart.mo
+share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ro/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ro/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ro/LC_MESSAGES/kcm_search.mo
+share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ro/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ro/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ro/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ro/LC_MESSAGES/kcmaccess.mo
+share/locale/ro/LC_MESSAGES/kcmcolors.mo
+share/locale/ro/LC_MESSAGES/kcmfonts.mo
+share/locale/ro/LC_MESSAGES/kcmformats.mo
+share/locale/ro/LC_MESSAGES/kcminput.mo
+share/locale/ro/LC_MESSAGES/kcmkclock.mo
+share/locale/ro/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ro/LC_MESSAGES/kcmkeys.mo
+share/locale/ro/LC_MESSAGES/kcmlaunch.mo
+share/locale/ro/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ro/LC_MESSAGES/kcmsmserver.mo
+share/locale/ro/LC_MESSAGES/kcmstyle.mo
+share/locale/ro/LC_MESSAGES/kcmtranslations.mo
+share/locale/ro/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ro/LC_MESSAGES/kfontinst.mo
+share/locale/ro/LC_MESSAGES/knetattach5.mo
+share/locale/ro/LC_MESSAGES/krdb.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ro/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ro/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ru/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ru/LC_MESSAGES/joystick.mo
+share/locale/ru/LC_MESSAGES/kaccess.mo
+share/locale/ru/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/ru/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ru/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ru/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ru/LC_MESSAGES/kcm5_icons.mo
+share/locale/ru/LC_MESSAGES/kcm5_kded.mo
+share/locale/ru/LC_MESSAGES/kcm5_notify.mo
+share/locale/ru/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ru/LC_MESSAGES/kcm_activities5.mo
+share/locale/ru/LC_MESSAGES/kcm_autostart.mo
+share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ru/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ru/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/ru/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/ru/LC_MESSAGES/kcm_search.mo
+share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ru/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/ru/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ru/LC_MESSAGES/kcm_touchpad.mo
+share/locale/ru/LC_MESSAGES/kcmaccess.mo
+share/locale/ru/LC_MESSAGES/kcmcolors.mo
+share/locale/ru/LC_MESSAGES/kcmfonts.mo
+share/locale/ru/LC_MESSAGES/kcmformats.mo
+share/locale/ru/LC_MESSAGES/kcminput.mo
+share/locale/ru/LC_MESSAGES/kcmkclock.mo
+share/locale/ru/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ru/LC_MESSAGES/kcmkeys.mo
+share/locale/ru/LC_MESSAGES/kcmlaunch.mo
+share/locale/ru/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ru/LC_MESSAGES/kcmsmserver.mo
+share/locale/ru/LC_MESSAGES/kcmstyle.mo
+share/locale/ru/LC_MESSAGES/kcmtranslations.mo
+share/locale/ru/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/ru/LC_MESSAGES/kfontinst.mo
+share/locale/ru/LC_MESSAGES/knetattach5.mo
+share/locale/ru/LC_MESSAGES/krdb.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/ru/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/ru/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/se/LC_MESSAGES/joystick.mo
+share/locale/se/LC_MESSAGES/kaccess.mo
+share/locale/se/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/se/LC_MESSAGES/kcm5_icons.mo
+share/locale/se/LC_MESSAGES/kcm5_kded.mo
+share/locale/se/LC_MESSAGES/kcm5_notify.mo
+share/locale/se/LC_MESSAGES/kcm5_phonon.mo
+share/locale/se/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/se/LC_MESSAGES/kcmaccess.mo
+share/locale/se/LC_MESSAGES/kcmcolors.mo
+share/locale/se/LC_MESSAGES/kcmfonts.mo
+share/locale/se/LC_MESSAGES/kcmformats.mo
+share/locale/se/LC_MESSAGES/kcminput.mo
+share/locale/se/LC_MESSAGES/kcmkclock.mo
+share/locale/se/LC_MESSAGES/kcmkeyboard.mo
+share/locale/se/LC_MESSAGES/kcmkeys.mo
+share/locale/se/LC_MESSAGES/kcmlaunch.mo
+share/locale/se/LC_MESSAGES/kcmmousetheme.mo
+share/locale/se/LC_MESSAGES/kcmsmserver.mo
+share/locale/se/LC_MESSAGES/kcmstyle.mo
+share/locale/se/LC_MESSAGES/kfontinst.mo
+share/locale/se/LC_MESSAGES/knetattach5.mo
+share/locale/se/LC_MESSAGES/krdb.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/si/LC_MESSAGES/joystick.mo
+share/locale/si/LC_MESSAGES/kaccess.mo
+share/locale/si/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/si/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/si/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/si/LC_MESSAGES/kcm5_icons.mo
+share/locale/si/LC_MESSAGES/kcm5_kded.mo
+share/locale/si/LC_MESSAGES/kcm5_notify.mo
+share/locale/si/LC_MESSAGES/kcm5_phonon.mo
+share/locale/si/LC_MESSAGES/kcm_autostart.mo
+share/locale/si/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/si/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/si/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/si/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/si/LC_MESSAGES/kcmaccess.mo
+share/locale/si/LC_MESSAGES/kcmcolors.mo
+share/locale/si/LC_MESSAGES/kcmfonts.mo
+share/locale/si/LC_MESSAGES/kcmformats.mo
+share/locale/si/LC_MESSAGES/kcminput.mo
+share/locale/si/LC_MESSAGES/kcmkclock.mo
+share/locale/si/LC_MESSAGES/kcmkeyboard.mo
+share/locale/si/LC_MESSAGES/kcmkeys.mo
+share/locale/si/LC_MESSAGES/kcmlaunch.mo
+share/locale/si/LC_MESSAGES/kcmmousetheme.mo
+share/locale/si/LC_MESSAGES/kcmsmserver.mo
+share/locale/si/LC_MESSAGES/kcmstyle.mo
+share/locale/si/LC_MESSAGES/kfontinst.mo
+share/locale/si/LC_MESSAGES/knetattach5.mo
+share/locale/si/LC_MESSAGES/krdb.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/si/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sk/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sk/LC_MESSAGES/joystick.mo
+share/locale/sk/LC_MESSAGES/kaccess.mo
+share/locale/sk/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sk/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sk/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sk/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sk/LC_MESSAGES/kcm5_icons.mo
+share/locale/sk/LC_MESSAGES/kcm5_kded.mo
+share/locale/sk/LC_MESSAGES/kcm5_notify.mo
+share/locale/sk/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sk/LC_MESSAGES/kcm_activities5.mo
+share/locale/sk/LC_MESSAGES/kcm_autostart.mo
+share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sk/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sk/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sk/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sk/LC_MESSAGES/kcm_search.mo
+share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sk/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sk/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sk/LC_MESSAGES/kcmaccess.mo
+share/locale/sk/LC_MESSAGES/kcmcolors.mo
+share/locale/sk/LC_MESSAGES/kcmfonts.mo
+share/locale/sk/LC_MESSAGES/kcmformats.mo
+share/locale/sk/LC_MESSAGES/kcminput.mo
+share/locale/sk/LC_MESSAGES/kcmkclock.mo
+share/locale/sk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sk/LC_MESSAGES/kcmkeys.mo
+share/locale/sk/LC_MESSAGES/kcmlaunch.mo
+share/locale/sk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sk/LC_MESSAGES/kcmsmserver.mo
+share/locale/sk/LC_MESSAGES/kcmstyle.mo
+share/locale/sk/LC_MESSAGES/kcmtranslations.mo
+share/locale/sk/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sk/LC_MESSAGES/kfontinst.mo
+share/locale/sk/LC_MESSAGES/knetattach5.mo
+share/locale/sk/LC_MESSAGES/krdb.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sk/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sl/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sl/LC_MESSAGES/joystick.mo
+share/locale/sl/LC_MESSAGES/kaccess.mo
+share/locale/sl/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sl/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sl/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sl/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sl/LC_MESSAGES/kcm5_icons.mo
+share/locale/sl/LC_MESSAGES/kcm5_kded.mo
+share/locale/sl/LC_MESSAGES/kcm5_notify.mo
+share/locale/sl/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sl/LC_MESSAGES/kcm_activities5.mo
+share/locale/sl/LC_MESSAGES/kcm_autostart.mo
+share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sl/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sl/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sl/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sl/LC_MESSAGES/kcm_search.mo
+share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sl/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sl/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sl/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sl/LC_MESSAGES/kcmaccess.mo
+share/locale/sl/LC_MESSAGES/kcmcolors.mo
+share/locale/sl/LC_MESSAGES/kcmfonts.mo
+share/locale/sl/LC_MESSAGES/kcmformats.mo
+share/locale/sl/LC_MESSAGES/kcminput.mo
+share/locale/sl/LC_MESSAGES/kcmkclock.mo
+share/locale/sl/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sl/LC_MESSAGES/kcmkeys.mo
+share/locale/sl/LC_MESSAGES/kcmlaunch.mo
+share/locale/sl/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sl/LC_MESSAGES/kcmsmserver.mo
+share/locale/sl/LC_MESSAGES/kcmstyle.mo
+share/locale/sl/LC_MESSAGES/kcmtranslations.mo
+share/locale/sl/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sl/LC_MESSAGES/kfontinst.mo
+share/locale/sl/LC_MESSAGES/knetattach5.mo
+share/locale/sl/LC_MESSAGES/krdb.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sl/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sq/LC_MESSAGES/joystick.mo
+share/locale/sq/LC_MESSAGES/kaccess.mo
+share/locale/sq/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sq/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sq/LC_MESSAGES/kcm5_icons.mo
+share/locale/sq/LC_MESSAGES/kcm5_kded.mo
+share/locale/sq/LC_MESSAGES/kcm5_notify.mo
+share/locale/sq/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sq/LC_MESSAGES/kcm_autostart.mo
+share/locale/sq/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sq/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sq/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sq/LC_MESSAGES/kcmaccess.mo
+share/locale/sq/LC_MESSAGES/kcmcolors.mo
+share/locale/sq/LC_MESSAGES/kcmfonts.mo
+share/locale/sq/LC_MESSAGES/kcmformats.mo
+share/locale/sq/LC_MESSAGES/kcminput.mo
+share/locale/sq/LC_MESSAGES/kcmkclock.mo
+share/locale/sq/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sq/LC_MESSAGES/kcmkeys.mo
+share/locale/sq/LC_MESSAGES/kcmlaunch.mo
+share/locale/sq/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sq/LC_MESSAGES/kcmsmserver.mo
+share/locale/sq/LC_MESSAGES/kcmstyle.mo
+share/locale/sq/LC_MESSAGES/kfontinst.mo
+share/locale/sq/LC_MESSAGES/knetattach5.mo
+share/locale/sq/LC_MESSAGES/krdb.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sr/LC_MESSAGES/joystick.mo
+share/locale/sr/LC_MESSAGES/kaccess.mo
+share/locale/sr/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sr/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sr/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sr/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sr/LC_MESSAGES/kcm5_icons.mo
+share/locale/sr/LC_MESSAGES/kcm5_kded.mo
+share/locale/sr/LC_MESSAGES/kcm5_notify.mo
+share/locale/sr/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sr/LC_MESSAGES/kcm_activities5.mo
+share/locale/sr/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sr/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sr/LC_MESSAGES/kcm_search.mo
+share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr/LC_MESSAGES/kcmaccess.mo
+share/locale/sr/LC_MESSAGES/kcmcolors.mo
+share/locale/sr/LC_MESSAGES/kcmfonts.mo
+share/locale/sr/LC_MESSAGES/kcmformats.mo
+share/locale/sr/LC_MESSAGES/kcminput.mo
+share/locale/sr/LC_MESSAGES/kcmkclock.mo
+share/locale/sr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr/LC_MESSAGES/kcmkeys.mo
+share/locale/sr/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr/LC_MESSAGES/kcmstyle.mo
+share/locale/sr/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr/LC_MESSAGES/kfontinst.mo
+share/locale/sr/LC_MESSAGES/knetattach5.mo
+share/locale/sr/LC_MESSAGES/krdb.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sr@ijekavian/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sr@ijekavian/LC_MESSAGES/joystick.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_icons.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_kded.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_notify.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_search.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmaccess.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmcolors.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmfonts.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmformats.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcminput.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmkeys.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmstyle.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kfontinst.mo
+share/locale/sr@ijekavian/LC_MESSAGES/knetattach5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/krdb.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sr@ijekavianlatin/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/joystick.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_icons.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_kded.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_notify.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_search.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmaccess.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcolors.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmfonts.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmformats.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminput.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeys.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmstyle.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kfontinst.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/knetattach5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/krdb.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sr@latin/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sr@latin/LC_MESSAGES/joystick.mo
+share/locale/sr@latin/LC_MESSAGES/kaccess.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_icons.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_kded.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_notify.mo
+share/locale/sr@latin/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_activities5.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_search.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sr@latin/LC_MESSAGES/kcmaccess.mo
+share/locale/sr@latin/LC_MESSAGES/kcmcolors.mo
+share/locale/sr@latin/LC_MESSAGES/kcmfonts.mo
+share/locale/sr@latin/LC_MESSAGES/kcmformats.mo
+share/locale/sr@latin/LC_MESSAGES/kcminput.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sr@latin/LC_MESSAGES/kcmkeys.mo
+share/locale/sr@latin/LC_MESSAGES/kcmlaunch.mo
+share/locale/sr@latin/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sr@latin/LC_MESSAGES/kcmsmserver.mo
+share/locale/sr@latin/LC_MESSAGES/kcmstyle.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtranslations.mo
+share/locale/sr@latin/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sr@latin/LC_MESSAGES/kfontinst.mo
+share/locale/sr@latin/LC_MESSAGES/knetattach5.mo
+share/locale/sr@latin/LC_MESSAGES/krdb.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sr@latin/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/sr@latin/LC_SCRIPTS/kfontinst/kfontinst.js
+share/locale/sv/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/sv/LC_MESSAGES/joystick.mo
+share/locale/sv/LC_MESSAGES/kaccess.mo
+share/locale/sv/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/sv/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/sv/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/sv/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/sv/LC_MESSAGES/kcm5_icons.mo
+share/locale/sv/LC_MESSAGES/kcm5_kded.mo
+share/locale/sv/LC_MESSAGES/kcm5_notify.mo
+share/locale/sv/LC_MESSAGES/kcm5_phonon.mo
+share/locale/sv/LC_MESSAGES/kcm_activities5.mo
+share/locale/sv/LC_MESSAGES/kcm_autostart.mo
+share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/sv/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/sv/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/sv/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/sv/LC_MESSAGES/kcm_search.mo
+share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/sv/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/sv/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/sv/LC_MESSAGES/kcm_touchpad.mo
+share/locale/sv/LC_MESSAGES/kcmaccess.mo
+share/locale/sv/LC_MESSAGES/kcmcolors.mo
+share/locale/sv/LC_MESSAGES/kcmfonts.mo
+share/locale/sv/LC_MESSAGES/kcmformats.mo
+share/locale/sv/LC_MESSAGES/kcminput.mo
+share/locale/sv/LC_MESSAGES/kcmkclock.mo
+share/locale/sv/LC_MESSAGES/kcmkeyboard.mo
+share/locale/sv/LC_MESSAGES/kcmkeys.mo
+share/locale/sv/LC_MESSAGES/kcmlaunch.mo
+share/locale/sv/LC_MESSAGES/kcmmousetheme.mo
+share/locale/sv/LC_MESSAGES/kcmsmserver.mo
+share/locale/sv/LC_MESSAGES/kcmstyle.mo
+share/locale/sv/LC_MESSAGES/kcmtranslations.mo
+share/locale/sv/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/sv/LC_MESSAGES/kfontinst.mo
+share/locale/sv/LC_MESSAGES/knetattach5.mo
+share/locale/sv/LC_MESSAGES/krdb.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/sv/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ta/LC_MESSAGES/joystick.mo
+share/locale/ta/LC_MESSAGES/kaccess.mo
+share/locale/ta/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ta/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ta/LC_MESSAGES/kcm5_icons.mo
+share/locale/ta/LC_MESSAGES/kcm5_kded.mo
+share/locale/ta/LC_MESSAGES/kcm5_notify.mo
+share/locale/ta/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ta/LC_MESSAGES/kcm_autostart.mo
+share/locale/ta/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ta/LC_MESSAGES/kcmaccess.mo
+share/locale/ta/LC_MESSAGES/kcmcolors.mo
+share/locale/ta/LC_MESSAGES/kcmfonts.mo
+share/locale/ta/LC_MESSAGES/kcmformats.mo
+share/locale/ta/LC_MESSAGES/kcminput.mo
+share/locale/ta/LC_MESSAGES/kcmkclock.mo
+share/locale/ta/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ta/LC_MESSAGES/kcmkeys.mo
+share/locale/ta/LC_MESSAGES/kcmlaunch.mo
+share/locale/ta/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ta/LC_MESSAGES/kcmsmserver.mo
+share/locale/ta/LC_MESSAGES/kcmstyle.mo
+share/locale/ta/LC_MESSAGES/kfontinst.mo
+share/locale/ta/LC_MESSAGES/knetattach5.mo
+share/locale/ta/LC_MESSAGES/krdb.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/te/LC_MESSAGES/joystick.mo
+share/locale/te/LC_MESSAGES/kaccess.mo
+share/locale/te/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/te/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/te/LC_MESSAGES/kcm5_icons.mo
+share/locale/te/LC_MESSAGES/kcm5_kded.mo
+share/locale/te/LC_MESSAGES/kcm5_notify.mo
+share/locale/te/LC_MESSAGES/kcm5_phonon.mo
+share/locale/te/LC_MESSAGES/kcm_autostart.mo
+share/locale/te/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/te/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/te/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/te/LC_MESSAGES/kcmaccess.mo
+share/locale/te/LC_MESSAGES/kcmcolors.mo
+share/locale/te/LC_MESSAGES/kcmfonts.mo
+share/locale/te/LC_MESSAGES/kcmformats.mo
+share/locale/te/LC_MESSAGES/kcminput.mo
+share/locale/te/LC_MESSAGES/kcmkclock.mo
+share/locale/te/LC_MESSAGES/kcmkeyboard.mo
+share/locale/te/LC_MESSAGES/kcmkeys.mo
+share/locale/te/LC_MESSAGES/kcmlaunch.mo
+share/locale/te/LC_MESSAGES/kcmmousetheme.mo
+share/locale/te/LC_MESSAGES/kcmsmserver.mo
+share/locale/te/LC_MESSAGES/kcmstyle.mo
+share/locale/te/LC_MESSAGES/kfontinst.mo
+share/locale/te/LC_MESSAGES/knetattach5.mo
+share/locale/te/LC_MESSAGES/krdb.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/tg/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/tg/LC_MESSAGES/joystick.mo
+share/locale/tg/LC_MESSAGES/kaccess.mo
+share/locale/tg/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/tg/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/tg/LC_MESSAGES/kcm5_icons.mo
+share/locale/tg/LC_MESSAGES/kcm5_kded.mo
+share/locale/tg/LC_MESSAGES/kcm5_notify.mo
+share/locale/tg/LC_MESSAGES/kcm5_phonon.mo
+share/locale/tg/LC_MESSAGES/kcm_autostart.mo
+share/locale/tg/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/tg/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/tg/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/tg/LC_MESSAGES/kcmaccess.mo
+share/locale/tg/LC_MESSAGES/kcmcolors.mo
+share/locale/tg/LC_MESSAGES/kcmfonts.mo
+share/locale/tg/LC_MESSAGES/kcmformats.mo
+share/locale/tg/LC_MESSAGES/kcminput.mo
+share/locale/tg/LC_MESSAGES/kcmkclock.mo
+share/locale/tg/LC_MESSAGES/kcmkeyboard.mo
+share/locale/tg/LC_MESSAGES/kcmkeys.mo
+share/locale/tg/LC_MESSAGES/kcmlaunch.mo
+share/locale/tg/LC_MESSAGES/kcmmousetheme.mo
+share/locale/tg/LC_MESSAGES/kcmsmserver.mo
+share/locale/tg/LC_MESSAGES/kcmstyle.mo
+share/locale/tg/LC_MESSAGES/kfontinst.mo
+share/locale/tg/LC_MESSAGES/knetattach5.mo
+share/locale/tg/LC_MESSAGES/krdb.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/th/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/th/LC_MESSAGES/joystick.mo
+share/locale/th/LC_MESSAGES/kaccess.mo
+share/locale/th/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/th/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/th/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/th/LC_MESSAGES/kcm5_icons.mo
+share/locale/th/LC_MESSAGES/kcm5_kded.mo
+share/locale/th/LC_MESSAGES/kcm5_notify.mo
+share/locale/th/LC_MESSAGES/kcm5_phonon.mo
+share/locale/th/LC_MESSAGES/kcm_autostart.mo
+share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/th/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/th/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/th/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/th/LC_MESSAGES/kcmaccess.mo
+share/locale/th/LC_MESSAGES/kcmcolors.mo
+share/locale/th/LC_MESSAGES/kcmfonts.mo
+share/locale/th/LC_MESSAGES/kcmformats.mo
+share/locale/th/LC_MESSAGES/kcminput.mo
+share/locale/th/LC_MESSAGES/kcmkclock.mo
+share/locale/th/LC_MESSAGES/kcmkeyboard.mo
+share/locale/th/LC_MESSAGES/kcmkeys.mo
+share/locale/th/LC_MESSAGES/kcmlaunch.mo
+share/locale/th/LC_MESSAGES/kcmmousetheme.mo
+share/locale/th/LC_MESSAGES/kcmsmserver.mo
+share/locale/th/LC_MESSAGES/kcmstyle.mo
+share/locale/th/LC_MESSAGES/kfontinst.mo
+share/locale/th/LC_MESSAGES/knetattach5.mo
+share/locale/th/LC_MESSAGES/krdb.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/th/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/tr/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/tr/LC_MESSAGES/joystick.mo
+share/locale/tr/LC_MESSAGES/kaccess.mo
+share/locale/tr/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/tr/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/tr/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/tr/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/tr/LC_MESSAGES/kcm5_icons.mo
+share/locale/tr/LC_MESSAGES/kcm5_kded.mo
+share/locale/tr/LC_MESSAGES/kcm5_notify.mo
+share/locale/tr/LC_MESSAGES/kcm5_phonon.mo
+share/locale/tr/LC_MESSAGES/kcm_activities5.mo
+share/locale/tr/LC_MESSAGES/kcm_autostart.mo
+share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/tr/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/tr/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/tr/LC_MESSAGES/kcm_search.mo
+share/locale/tr/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/tr/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/tr/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/tr/LC_MESSAGES/kcm_touchpad.mo
+share/locale/tr/LC_MESSAGES/kcmaccess.mo
+share/locale/tr/LC_MESSAGES/kcmcolors.mo
+share/locale/tr/LC_MESSAGES/kcmfonts.mo
+share/locale/tr/LC_MESSAGES/kcmformats.mo
+share/locale/tr/LC_MESSAGES/kcminput.mo
+share/locale/tr/LC_MESSAGES/kcmkclock.mo
+share/locale/tr/LC_MESSAGES/kcmkeyboard.mo
+share/locale/tr/LC_MESSAGES/kcmkeys.mo
+share/locale/tr/LC_MESSAGES/kcmlaunch.mo
+share/locale/tr/LC_MESSAGES/kcmmousetheme.mo
+share/locale/tr/LC_MESSAGES/kcmsmserver.mo
+share/locale/tr/LC_MESSAGES/kcmstyle.mo
+share/locale/tr/LC_MESSAGES/kcmtranslations.mo
+share/locale/tr/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/tr/LC_MESSAGES/kfontinst.mo
+share/locale/tr/LC_MESSAGES/knetattach5.mo
+share/locale/tr/LC_MESSAGES/krdb.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/tr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/tr/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/ug/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/ug/LC_MESSAGES/joystick.mo
+share/locale/ug/LC_MESSAGES/kaccess.mo
+share/locale/ug/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/ug/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/ug/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/ug/LC_MESSAGES/kcm5_icons.mo
+share/locale/ug/LC_MESSAGES/kcm5_kded.mo
+share/locale/ug/LC_MESSAGES/kcm5_notify.mo
+share/locale/ug/LC_MESSAGES/kcm5_phonon.mo
+share/locale/ug/LC_MESSAGES/kcm_autostart.mo
+share/locale/ug/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/ug/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/ug/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/ug/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/ug/LC_MESSAGES/kcmaccess.mo
+share/locale/ug/LC_MESSAGES/kcmcolors.mo
+share/locale/ug/LC_MESSAGES/kcmfonts.mo
+share/locale/ug/LC_MESSAGES/kcmformats.mo
+share/locale/ug/LC_MESSAGES/kcminput.mo
+share/locale/ug/LC_MESSAGES/kcmkclock.mo
+share/locale/ug/LC_MESSAGES/kcmkeyboard.mo
+share/locale/ug/LC_MESSAGES/kcmkeys.mo
+share/locale/ug/LC_MESSAGES/kcmlaunch.mo
+share/locale/ug/LC_MESSAGES/kcmmousetheme.mo
+share/locale/ug/LC_MESSAGES/kcmsmserver.mo
+share/locale/ug/LC_MESSAGES/kcmstyle.mo
+share/locale/ug/LC_MESSAGES/kfontinst.mo
+share/locale/ug/LC_MESSAGES/knetattach5.mo
+share/locale/ug/LC_MESSAGES/krdb.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/ug/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/ug/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/uk/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/uk/LC_MESSAGES/joystick.mo
+share/locale/uk/LC_MESSAGES/kaccess.mo
+share/locale/uk/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/uk/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/uk/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/uk/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/uk/LC_MESSAGES/kcm5_icons.mo
+share/locale/uk/LC_MESSAGES/kcm5_kded.mo
+share/locale/uk/LC_MESSAGES/kcm5_notify.mo
+share/locale/uk/LC_MESSAGES/kcm5_phonon.mo
+share/locale/uk/LC_MESSAGES/kcm_activities5.mo
+share/locale/uk/LC_MESSAGES/kcm_autostart.mo
+share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uk/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/uk/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/uk/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/uk/LC_MESSAGES/kcm_search.mo
+share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/uk/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/uk/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/uk/LC_MESSAGES/kcm_touchpad.mo
+share/locale/uk/LC_MESSAGES/kcmaccess.mo
+share/locale/uk/LC_MESSAGES/kcmcolors.mo
+share/locale/uk/LC_MESSAGES/kcmfonts.mo
+share/locale/uk/LC_MESSAGES/kcmformats.mo
+share/locale/uk/LC_MESSAGES/kcminput.mo
+share/locale/uk/LC_MESSAGES/kcmkclock.mo
+share/locale/uk/LC_MESSAGES/kcmkeyboard.mo
+share/locale/uk/LC_MESSAGES/kcmkeys.mo
+share/locale/uk/LC_MESSAGES/kcmlaunch.mo
+share/locale/uk/LC_MESSAGES/kcmmousetheme.mo
+share/locale/uk/LC_MESSAGES/kcmsmserver.mo
+share/locale/uk/LC_MESSAGES/kcmstyle.mo
+share/locale/uk/LC_MESSAGES/kcmtranslations.mo
+share/locale/uk/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/uk/LC_MESSAGES/kfontinst.mo
+share/locale/uk/LC_MESSAGES/knetattach5.mo
+share/locale/uk/LC_MESSAGES/krdb.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/uk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/uk/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/uz/LC_MESSAGES/joystick.mo
+share/locale/uz/LC_MESSAGES/kaccess.mo
+share/locale/uz/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/uz/LC_MESSAGES/kcm5_icons.mo
+share/locale/uz/LC_MESSAGES/kcm5_kded.mo
+share/locale/uz/LC_MESSAGES/kcm5_notify.mo
+share/locale/uz/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uz/LC_MESSAGES/kcmaccess.mo
+share/locale/uz/LC_MESSAGES/kcmcolors.mo
+share/locale/uz/LC_MESSAGES/kcmfonts.mo
+share/locale/uz/LC_MESSAGES/kcmformats.mo
+share/locale/uz/LC_MESSAGES/kcminput.mo
+share/locale/uz/LC_MESSAGES/kcmkclock.mo
+share/locale/uz/LC_MESSAGES/kcmkeyboard.mo
+share/locale/uz/LC_MESSAGES/kcmkeys.mo
+share/locale/uz/LC_MESSAGES/kcmlaunch.mo
+share/locale/uz/LC_MESSAGES/kcmmousetheme.mo
+share/locale/uz/LC_MESSAGES/kcmsmserver.mo
+share/locale/uz/LC_MESSAGES/kcmstyle.mo
+share/locale/uz/LC_MESSAGES/kfontinst.mo
+share/locale/uz/LC_MESSAGES/knetattach5.mo
+share/locale/uz/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/uz@cyrillic/LC_MESSAGES/joystick.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kaccess.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm5_icons.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm5_kded.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm5_notify.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmaccess.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmcolors.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmfonts.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmformats.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcminput.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkclock.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkeyboard.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmkeys.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmlaunch.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmmousetheme.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmsmserver.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kcmstyle.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kfontinst.mo
+share/locale/uz@cyrillic/LC_MESSAGES/knetattach5.mo
+share/locale/uz@cyrillic/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/vi/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/vi/LC_MESSAGES/joystick.mo
+share/locale/vi/LC_MESSAGES/kaccess.mo
+share/locale/vi/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/vi/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/vi/LC_MESSAGES/kcm5_icons.mo
+share/locale/vi/LC_MESSAGES/kcm5_kded.mo
+share/locale/vi/LC_MESSAGES/kcm5_notify.mo
+share/locale/vi/LC_MESSAGES/kcm5_phonon.mo
+share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/vi/LC_MESSAGES/kcmaccess.mo
+share/locale/vi/LC_MESSAGES/kcmcolors.mo
+share/locale/vi/LC_MESSAGES/kcmfonts.mo
+share/locale/vi/LC_MESSAGES/kcmformats.mo
+share/locale/vi/LC_MESSAGES/kcminput.mo
+share/locale/vi/LC_MESSAGES/kcmkclock.mo
+share/locale/vi/LC_MESSAGES/kcmkeyboard.mo
+share/locale/vi/LC_MESSAGES/kcmkeys.mo
+share/locale/vi/LC_MESSAGES/kcmlaunch.mo
+share/locale/vi/LC_MESSAGES/kcmmousetheme.mo
+share/locale/vi/LC_MESSAGES/kcmsmserver.mo
+share/locale/vi/LC_MESSAGES/kcmstyle.mo
+share/locale/vi/LC_MESSAGES/kfontinst.mo
+share/locale/vi/LC_MESSAGES/knetattach5.mo
+share/locale/vi/LC_MESSAGES/krdb.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/wa/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/wa/LC_MESSAGES/joystick.mo
+share/locale/wa/LC_MESSAGES/kaccess.mo
+share/locale/wa/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/wa/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/wa/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/wa/LC_MESSAGES/kcm5_icons.mo
+share/locale/wa/LC_MESSAGES/kcm5_kded.mo
+share/locale/wa/LC_MESSAGES/kcm5_notify.mo
+share/locale/wa/LC_MESSAGES/kcm5_phonon.mo
+share/locale/wa/LC_MESSAGES/kcm_autostart.mo
+share/locale/wa/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/wa/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/wa/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/wa/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/wa/LC_MESSAGES/kcmaccess.mo
+share/locale/wa/LC_MESSAGES/kcmcolors.mo
+share/locale/wa/LC_MESSAGES/kcmfonts.mo
+share/locale/wa/LC_MESSAGES/kcmformats.mo
+share/locale/wa/LC_MESSAGES/kcminput.mo
+share/locale/wa/LC_MESSAGES/kcmkclock.mo
+share/locale/wa/LC_MESSAGES/kcmkeyboard.mo
+share/locale/wa/LC_MESSAGES/kcmkeys.mo
+share/locale/wa/LC_MESSAGES/kcmlaunch.mo
+share/locale/wa/LC_MESSAGES/kcmmousetheme.mo
+share/locale/wa/LC_MESSAGES/kcmsmserver.mo
+share/locale/wa/LC_MESSAGES/kcmstyle.mo
+share/locale/wa/LC_MESSAGES/kfontinst.mo
+share/locale/wa/LC_MESSAGES/knetattach5.mo
+share/locale/wa/LC_MESSAGES/krdb.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/wa/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/xh/LC_MESSAGES/kaccess.mo
+share/locale/xh/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/xh/LC_MESSAGES/kcm5_icons.mo
+share/locale/xh/LC_MESSAGES/kcm5_kded.mo
+share/locale/xh/LC_MESSAGES/kcm5_notify.mo
+share/locale/xh/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/xh/LC_MESSAGES/kcmaccess.mo
+share/locale/xh/LC_MESSAGES/kcmcolors.mo
+share/locale/xh/LC_MESSAGES/kcmfonts.mo
+share/locale/xh/LC_MESSAGES/kcmformats.mo
+share/locale/xh/LC_MESSAGES/kcminput.mo
+share/locale/xh/LC_MESSAGES/kcmkclock.mo
+share/locale/xh/LC_MESSAGES/kcmkeyboard.mo
+share/locale/xh/LC_MESSAGES/kcmkeys.mo
+share/locale/xh/LC_MESSAGES/kcmlaunch.mo
+share/locale/xh/LC_MESSAGES/kcmmousetheme.mo
+share/locale/xh/LC_MESSAGES/kcmsmserver.mo
+share/locale/xh/LC_MESSAGES/kcmstyle.mo
+share/locale/xh/LC_MESSAGES/kfontinst.mo
+share/locale/xh/LC_MESSAGES/krdb.mo
+share/locale/xh/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_CN/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/zh_CN/LC_MESSAGES/joystick.mo
+share/locale/zh_CN/LC_MESSAGES/kaccess.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_icons.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_kded.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_notify.mo
+share/locale/zh_CN/LC_MESSAGES/kcm5_phonon.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_activities5.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_nightcolor.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_search.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_touchpad.mo
+share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo
+share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo
+share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo
+share/locale/zh_CN/LC_MESSAGES/kcmformats.mo
+share/locale/zh_CN/LC_MESSAGES/kcminput.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo
+share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo
+share/locale/zh_CN/LC_MESSAGES/kcmmousetheme.mo
+share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo
+share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtranslations.mo
+share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/zh_CN/LC_MESSAGES/kfontinst.mo
+share/locale/zh_CN/LC_MESSAGES/knetattach5.mo
+share/locale/zh_CN/LC_MESSAGES/krdb.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/zh_CN/LC_MESSAGES/plasmaactivitymanager.mo
+share/locale/zh_TW/LC_MESSAGES/attica_kde_plugin.mo
+share/locale/zh_TW/LC_MESSAGES/joystick.mo
+share/locale/zh_TW/LC_MESSAGES/kaccess.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_baloofile.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_componentchooser.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_device_automounter.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_emoticons.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_icons.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_kded.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_notify.mo
+share/locale/zh_TW/LC_MESSAGES/kcm5_phonon.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_activities5.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_desktoptheme.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_lookandfeel.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_search.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_splashscreen.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_touchpad.mo
+share/locale/zh_TW/LC_MESSAGES/kcmaccess.mo
+share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo
+share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo
+share/locale/zh_TW/LC_MESSAGES/kcmformats.mo
+share/locale/zh_TW/LC_MESSAGES/kcminput.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkeys.mo
+share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo
+share/locale/zh_TW/LC_MESSAGES/kcmmousetheme.mo
+share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo
+share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtranslations.mo
+share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo
+share/locale/zh_TW/LC_MESSAGES/kfontinst.mo
+share/locale/zh_TW/LC_MESSAGES/knetattach5.mo
+share/locale/zh_TW/LC_MESSAGES/krdb.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kimpanel.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_touchpad.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_kwin.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo
+share/locale/zh_TW/LC_MESSAGES/plasmaactivitymanager.mo
+share/metainfo/org.kde.desktopcontainment.appdata.xml
+share/metainfo/org.kde.desktoptoolbox.appdata.xml
+share/metainfo/org.kde.paneltoolbox.appdata.xml
+share/metainfo/org.kde.plasma.desktop.appdata.xml
+share/metainfo/org.kde.plasma.desktop.appmenubar.appdata.xml
+share/metainfo/org.kde.plasma.desktop.defaultPanel.appdata.xml
+share/metainfo/org.kde.plasma.desktop.emptyPanel.appdata.xml
+share/metainfo/org.kde.plasma.folder.appdata.xml
+share/metainfo/org.kde.plasma.icontasks.appdata.xml
+share/metainfo/org.kde.plasma.kicker.appdata.xml
+share/metainfo/org.kde.plasma.kickoff.appdata.xml
+share/metainfo/org.kde.plasma.kimpanel.appdata.xml
+share/metainfo/org.kde.plasma.pager.appdata.xml
+share/metainfo/org.kde.plasma.showActivityManager.appdata.xml
+share/metainfo/org.kde.plasma.taskmanager.appdata.xml
+share/metainfo/org.kde.plasma.trash.appdata.xml
+share/metainfo/org.kde.plasma.windowlist.appdata.xml
+share/metainfo/org.kde.plasmashell.metainfo.xml
+%%SYNAPTICS%%share/plasma/desktoptheme/default/icons/touchpad.svg
+share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.desktop
+share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.json
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.desktop
+share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.json
+share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/contents/layout.js
+share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.desktop
+share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.json
+share/plasma/packages/org.kde.desktoptoolbox/contents/config/main.xml
+share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxButton.qml
+share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxItem.qml
+share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxRoot.qml
+share/plasma/packages/org.kde.desktoptoolbox/metadata.desktop
+share/plasma/packages/org.kde.desktoptoolbox/metadata.json
+share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml
+share/plasma/packages/org.kde.paneltoolbox/metadata.desktop
+share/plasma/packages/org.kde.paneltoolbox/metadata.json
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/FolderTools.js
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/code/LayoutManager.js
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/config.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/main.xml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ActionButton.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletAppearance.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/AppletHandle.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigTweaks.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ResizeHandle.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.desktopcontainment/metadata.desktop
+share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json
+share/plasma/plasmoids/org.kde.panel/contents/code/LayoutManager.js
+share/plasma/plasmoids/org.kde.panel/contents/config/main.xml
+share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml
+share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.panel/metadata.desktop
+share/plasma/plasmoids/org.kde.panel/metadata.json
+share/plasma/plasmoids/org.kde.panel/plasma-containment-panel.desktop
+share/plasma/plasmoids/org.kde.plasma.folder/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.folder/metadata.json
+share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.json
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ActionMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardTabBar.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardTabButton.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridView.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListView.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemMultiGridView.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarItem.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarSection.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.kicker/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.kicker/metadata.json
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ActionMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ApplicationsView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/BaseView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Breadcrumb.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ComputerView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigButtons.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FavoritesView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Footer.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FullRepresentation.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Header.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffButton.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffConfigurationButton.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffHighlight.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffItem.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/LeaveView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/OftenUsedView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/RecentlyUsedView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SearchView.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SectionDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.json
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/CandidateHighlight.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ContextMenu.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/InputPanel.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/StatusIcon.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.json
+share/plasma/plasmoids/org.kde.plasma.pager/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.pager/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/configGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.pager/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.pager/metadata.json
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.json
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/code/layout.js
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/code/tools.js
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/config.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/AudioStream.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Badge.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigGeneral.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupDialog.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupExpanderOverlay.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PulseAudio.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskBadgeOverlay.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskList.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskProgressOverlay.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipInstance.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipWindowMouseArea.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.json
+share/plasma/plasmoids/org.kde.plasma.trash/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.trash/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.trash/metadata.json
+share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.desktop
+share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.json
+%%SYNAPTICS%%share/plasma/plasmoids/touchpad/contents/ui/touchpad.qml
+%%SYNAPTICS%%share/plasma/plasmoids/touchpad/metadata.desktop
+%%SYNAPTICS%%share/plasma/plasmoids/touchpad/metadata.json
+share/plasma/services/kimpanel.operations
+%%SYNAPTICS%%share/plasma/services/touchpad.operations
+share/plasma/shells/org.kde.plasma.desktop/contents/InteractiveConsole.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityItem.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityList.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityManager.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/Heading.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/StoppedActivityItem.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/WindowPreview.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/static.js
+share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/applet/DefaultCompactRepresentation.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigCategoryDelegate.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentActions.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationKcmPage.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationShortcuts.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ContainmentConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/MouseEventInputButton.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/PanelConfiguration.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/EdgeHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/MoreSettingsMenu.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/Ruler.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SizeHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SliderHandle.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/defaults
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletAlternatives.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletDelegate.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/Tooltip.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/explorer/WidgetExplorer.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/layout.js
+share/plasma/shells/org.kde.plasma.desktop/contents/loader.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/updates/obsolete_kickoffrc.js
+share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml
+share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml
+share/plasma/shells/org.kde.plasma.desktop/metadata.desktop
+share/plasma/shells/org.kde.plasma.desktop/metadata.json
+share/polkit-1/actions/org.kde.fontinst.policy
+share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
+share/solid/devices/solid-device-Battery.desktop
+share/solid/devices/solid-device-Block.desktop
+share/solid/devices/solid-device-Camera.desktop
+share/solid/devices/solid-device-OpticalDisc.desktop
+share/solid/devices/solid-device-OpticalDrive.desktop
+share/solid/devices/solid-device-PortableMediaPlayer.desktop
+share/solid/devices/solid-device-Processor.desktop
+share/solid/devices/solid-device-StorageAccess.desktop
+share/solid/devices/solid-device-StorageDrive.desktop
+share/solid/devices/solid-device-StorageVolume.desktop