aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/kipi-plugins-kde4/Makefile101
-rw-r--r--graphics/kipi-plugins-kde4/distinfo4
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt38
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGpod.cmake11
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp19
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt14
-rw-r--r--graphics/kipi-plugins-kde4/pkg-descr2
-rw-r--r--graphics/kipi-plugins-kde4/pkg-plist2339
8 files changed, 1311 insertions, 1217 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
index 2111dc1535d7..4bfd20973c2f 100644
--- a/graphics/kipi-plugins-kde4/Makefile
+++ b/graphics/kipi-plugins-kde4/Makefile
@@ -6,61 +6,111 @@
#
PORTNAME= kipi-plugins
-PORTVERSION= 1.9.0
-PORTREVISION= 4
+PORTVERSION= 2.6.0
PORTEPOCH= 1
CATEGORIES= graphics kde
-MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= SF/digikam/digikam/${PORTVERSION}
+DISTNAME= digikam-${PORTVERSION}
-MAINTAINER= kris@pcbsd.org
+MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 kipi graphics plugins
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
- kipi.8:${PORTSDIR}/graphics/libkipi-kde4 \
- kexiv2.10:${PORTSDIR}/graphics/libkexiv2-kde4 \
- kdcraw.20:${PORTSDIR}/graphics/libkdcraw-kde4 \
- ksane.0:${PORTSDIR}/graphics/libksane \
- qjson.0:${PORTSDIR}/devel/qjson
+LICENSE= GPLv2
+
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
+ qjson:${PORTSDIR}/devel/qjson
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
LATEST_LINK= ${PORTNAME}-kde4
+OPTIONS_DEFINE= NLS EXPOBLEND GPOD KGEOMAP KSANE KVKONTAKTE MEDIAWIKI OPENCV PIMLIBS
+OPTIONS_DEFAULT= KGEOMAP KSANE OPENCV PIMLIBS
+
+EXPOBLEND_DESC= Add runtime deps for ExpoBlending plugin
+GPOD_DESC= Enable Ipod Export plugin
+KGEOMAP_DESC= Enable GPSSync (geolocalize pictures) plugin
+KSANE_DESC= Enable Scanning plugin
+KVKONTAKTE_DESC= Enable VKontakte (VK) plugin
+MEDIAWIKI_DESC= Enable MediaWiki plugin
+OPENCV_DESC= Enable Red Eye Removal plugin
+PIMLIBS_DESC= Enable Calendar plugins
+
USE_BZIP2= yes
USE_CMAKE= yes
-USE_GETTEXT= yes
USE_GL= glu
-USE_KDE4= automoc4 kdehier kdeprefix kdelibs
-USE_QT4= gui dbus network svg xml opengl \
- qmake_build moc_build rcc_build uic_build
+USE_KDE4= automoc4 kdehier kdeprefix kdelibs libkdcraw libkexiv2 libkipi
+USE_QT4= qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-OPTIONS= GPOD "Enable Ipod Export plugin" ON \
- OPENCV "Enable Red Eye Removal plugin" ON \
- PIMLIBS "Enable Calendar plugin" ON
+WRKSRC= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME}
.include <bsd.port.options.mk>
-.if defined(WITH_GPOD)
-LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod
+.if ${PORT_OPTIONS:MNLS}
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CMAKE_ARGS+= -DWITH_NLS:BOOL=OFF
+PLIST_SUB+= NLS="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MEXPOBLEND}
+RUN_DEPENDS+= align_image_stack:${PORTSDIR}/graphics/hugin
+.endif
+
+.if ${PORT_OPTIONS:MGPOD}
+LIB_DEPENDS+= gpod:${PORTSDIR}/audio/libgpod
PLIST_SUB+= GPOD=""
.else
CMAKE_ARGS+= -DWITH_GLIB2:BOOL=OFF \
-DWITH_GObject:BOOL=OFF \
-DWITH_Gdk:BOOL=OFF \
- -DWITH_Gpod:BOOL=OFF
+ -DWITH_Ipod:BOOL=OFF
PLIST_SUB+= GPOD="@comment "
.endif
-.if defined(WITH_OPENCV)
-LIB_DEPENDS+= opencv_legacy.2:${PORTSDIR}/graphics/opencv
+.if ${PORT_OPTIONS:MKGEOMAP}
+LIB_DEPENDS+= kgeomap:${PORTSDIR}/astro/libkgeomap
+PLIST_SUB+= KGEOMAP=""
+.else
+CMAKE_ARGS+= -DWITH_KGeoMap:BOOL=OFF
+PLIST_SUB+= KGEOMAP="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MKSANE}
+USE_KDE4+= libksane
+PLIST_SUB+= KSANE=""
+.else
+CMAKE_ARGS+= -DWITH_KSane:BOOL=OFF
+PLIST_SUB+= KSANE="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MKVKONTAKTE}
+LIB_DEPENDS+= kvkontakte:${PORTSDIR}/net/libkvkontakte
+PLIST_SUB+= KVKONTAKTE=""
+.else
+CMAKE_ARGS+= -DWITH_LibKVkontakte:BOOL=OFF
+PLIST_SUB+= KVKONTAKTE="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MMEDIAWIKI}
+LIB_DEPENDS+= mediawiki:${PORTSDIR}/net/libmediawiki
+PLIST_SUB+= MEDIAWIKI=""
+.else
+CMAKE_ARGS+= -DWITH_Mediawiki:BOOL=OFF
+PLIST_SUB+= MEDIAWIKI="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MOPENCV}
+LIB_DEPENDS+= opencv_legacy:${PORTSDIR}/graphics/opencv
PLIST_SUB+= OPENCV=""
.else
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
PLIST_SUB+= OPENCV="@comment "
.endif
-.if defined(WITH_PIMLIBS)
+.if ${PORT_OPTIONS:MPIMLIBS}
USE_KDE4+= pimlibs
PLIST_SUB+= PIMLIBS=""
.else
@@ -68,4 +118,9 @@ CMAKE_ARGS+= -DWITH_KdepimLibs:BOOL=OFF
PLIST_SUB+= PIMLIBS="@comment "
.endif
+post-patch:
+ ${LN} -s ../../doc ${WRKSRC}/doc
+ ${LN} -s ../../po ${WRKSRC}/po
+ ${RM} ${WRKSRC}/po/*/digikam.po ${WRKSRC}/po/*/libkgeomap.po
+
.include <bsd.port.mk>
diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo
index e958fc7d4594..afb200f08f48 100644
--- a/graphics/kipi-plugins-kde4/distinfo
+++ b/graphics/kipi-plugins-kde4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (kipi-plugins-1.9.0.tar.bz2) = d52466586725492788514c1b8d7bbea02f95c9deb744a0814d221c99c34e934c
-SIZE (kipi-plugins-1.9.0.tar.bz2) = 5775775
+SHA256 (digikam-2.6.0.tar.bz2) = 411ceaa3a489d9c9a5566d43c167927a07fb08fb4f613b0dbf1dec65b95736df
+SIZE (digikam-2.6.0.tar.bz2) = 55362029
diff --git a/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt b/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt
index 8f80593ed32c..fbbc8886f65c 100644
--- a/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt
+++ b/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt
@@ -1,20 +1,18 @@
---- ./CMakeLists.txt.orig 2010-02-01 01:25:54.000000000 +1000
-+++ ./CMakeLists.txt 2010-02-02 23:40:06.822411786 +1000
-@@ -133,7 +133,7 @@
- IF(NOT WIN32)
- FIND_PACKAGE(PkgConfig)
- # Check KDcraw version.
-- PKG_CHECK_MODULES(Kdcraw libkdcraw>=1.1.0)
-+ PKG_CHECK_MODULES(Kdcraw libkdcraw-kde4>=1.1.0)
- IF(Kdcraw_FOUND)
- SET(KDCRAW_FOR_KIPIPLUGINS TRUE)
- ELSE(Kdcraw_FOUND)
-@@ -146,7 +146,7 @@
- # Check KExiv2 version installed to compile fine.
- IF(NOT WIN32)
- FIND_PACKAGE(PkgConfig)
-- PKG_CHECK_MODULES(Kexiv2 libkexiv2>=1.1.0)
-+ PKG_CHECK_MODULES(Kexiv2 libkexiv2-kde4>=1.1.0)
- IF(Kexiv2_FOUND)
- SET(KEXIV2_FOR_KIPIPLUGINS TRUE)
- ELSE(Kexiv2_FOUND)
+--- ./CMakeLists.txt.orig 2012-01-02 19:31:43.000000000 -0500
++++ ./CMakeLists.txt 2012-05-13 07:55:34.000000000 -0400
+@@ -366,6 +366,15 @@
+ ADD_DEFINITIONS(-DAREA_CODE_LOADING=${AREA_CODE_LOADING})
+ ADD_DEFINITIONS(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
+
++ OPTION(WITH_NLS "NLS Support" ON)
++ IF(WITH_NLS)
++ FIND_PACKAGE(Msgfmt REQUIRED)
++ FIND_PACKAGE(Gettext REQUIRED)
++ ADD_SUBDIRECTORY(po)
++ ENDIF(WITH_NLS)
++
++ ADD_SUBDIRECTORY(doc/kipi-plugins)
++
+ # kipi host test program to check plugins
+
+ ADD_SUBDIRECTORY(tests)
diff --git a/graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGpod.cmake b/graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGpod.cmake
deleted file mode 100644
index ad8baa56a67d..000000000000
--- a/graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGpod.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./cmake/modules/FindGpod.cmake.orig 2009-03-17 04:52:18.000000000 -0400
-+++ ./cmake/modules/FindGpod.cmake 2009-06-08 04:36:50.000000000 -0400
-@@ -24,7 +24,7 @@
-
- set(GPOD_DEFINITIONS ${PC_GPOD_CFLAGS_OTHER})
-
-- exec_program(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.7.0 libgpod-1.0 OUTPUT_VARIABLE _pkgconfigDevNull RETURN_VALUE GPOD_VERSION_OKAY)
-+ exec_program(${PKG_CONFIG_EXECUTABLE} ARGS --atleast-version=0.7.0 libgpod-1.0 OUTPUT_VARIABLE _pkgconfigDevNull RETURN_VALUE GPOD_VERSION_OKAY)
-
- endif( NOT WIN32 )
-
diff --git a/graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp b/graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp
index d45b1fc60d2a..cc38978ec3f6 100644
--- a/graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp
+++ b/graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp
@@ -1,13 +1,14 @@
---- ./expoblending/manager/actionthread.cpp.orig 2010-02-01 01:17:40.000000000 +1000
-+++ ./expoblending/manager/actionthread.cpp 2010-02-03 01:12:30.759423612 +1000
-@@ -53,6 +53,10 @@
- #include "kpwriteimage.h"
- #include "pluginsversion.h"
+--- ./expoblending/manager/actionthread.cpp.orig 2012-01-02 19:31:39.000000000 -0500
++++ ./expoblending/manager/actionthread.cpp 2012-05-13 07:52:49.000000000 -0400
+@@ -32,6 +32,11 @@
+ #define log2f(x) (logf(x)*1.4426950408889634f)
+ #endif
-+#if defined(__FreeBSD__)
-+#define log2f(x) (logf((x)) / logf(2))
++#include <sys/param.h>
++#if __FreeBSD_version < 802502 || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
++#define log2f(x) (logf(x) / logf(2))
+#endif
+
- namespace KIPIExpoBlendingPlugin
- {
+ // Qt includes
+ #include <QMutex>
diff --git a/graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt b/graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt
deleted file mode 100644
index 86530293c5a1..000000000000
--- a/graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./ipodexport/CMakeLists.txt.orig 2009-08-20 21:07:19.000000000 -0400
-+++ ./ipodexport/CMakeLists.txt 2009-08-20 21:11:16.000000000 -0400
-@@ -19,7 +19,11 @@
- ${GDK_LIBRARIES}
- ${KIPI_LIBRARIES}
- ${KDE4_KIO_LIBRARY}
-+ ${KDE4_KIO_LIBS}
-+ ${KDE4_KDECORE_LIBS}
- kipiplugins
-+ ${QT_QTCORE_LIBRARY}
-+ ${QT_QTGUI_LIBRARY}
- )
-
- INSTALL(TARGETS kipiplugin_ipodexport DESTINATION ${PLUGIN_INSTALL_DIR})
diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr
index e17465bea03f..146813403cf3 100644
--- a/graphics/kipi-plugins-kde4/pkg-descr
+++ b/graphics/kipi-plugins-kde4/pkg-descr
@@ -4,4 +4,4 @@ image plugins among graphic applications.
This is a set of plugins using Kipi for KDE 4.2 and higher.
-WWW: http://www.kipi-plugins.org/
+WWW: https://projects.kde.org/projects/extragear/graphics/kipi-plugins
diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist
index ea7a9ab8e270..f9224dcd681f 100644
--- a/graphics/kipi-plugins-kde4/pkg-plist
+++ b/graphics/kipi-plugins-kde4/pkg-plist
@@ -1,8 +1,10 @@
bin/dngconverter
bin/dnginfo
bin/expoblending
-bin/scangui
-lib/kde4/kipiplugin_acquireimages.so
+bin/panoramagui
+bin/photolayoutseditor
+%%KSANE%%bin/scangui
+%%KSANE%%lib/kde4/kipiplugin_acquireimages.so
lib/kde4/kipiplugin_advancedslideshow.so
lib/kde4/kipiplugin_batchprocessimages.so
%%PIMLIBS%%lib/kde4/kipiplugin_calendar.so
@@ -13,35 +15,53 @@ lib/kde4/kipiplugin_facebook.so
lib/kde4/kipiplugin_flashexport.so
lib/kde4/kipiplugin_flickrexport.so
lib/kde4/kipiplugin_galleryexport.so
-lib/kde4/kipiplugin_gpssync.so
+%%KGEOMAP%%lib/kde4/kipiplugin_gpssync.so
lib/kde4/kipiplugin_htmlexport.so
+lib/kde4/kipiplugin_imageshackexport.so
lib/kde4/kipiplugin_imageviewer.so
+lib/kde4/kipiplugin_imgurexport.so
%%GPOD%%lib/kde4/kipiplugin_ipodexport.so
lib/kde4/kipiplugin_jpeglossless.so
lib/kde4/kipiplugin_kioexportimport.so
+lib/kde4/kipiplugin_kmlexport.so
lib/kde4/kipiplugin_kopete.so
lib/kde4/kipiplugin_metadataedit.so
+lib/kde4/kipiplugin_panorama.so
+lib/kde4/kipiplugin_photolayoutseditor.so
lib/kde4/kipiplugin_picasawebexport.so
lib/kde4/kipiplugin_piwigoexport.so
lib/kde4/kipiplugin_printimages.so
+lib/kde4/kipiplugin_rajceexport.so
lib/kde4/kipiplugin_rawconverter.so
%%OPENCV%%lib/kde4/kipiplugin_removeredeyes.so
lib/kde4/kipiplugin_sendimages.so
lib/kde4/kipiplugin_shwup.so
lib/kde4/kipiplugin_smug.so
lib/kde4/kipiplugin_timeadjust.so
+%%KVKONTAKTE%%lib/kde4/kipiplugin_vkontakte.so
+%%MEDIAWIKI%%lib/kde4/kipiplugin_wikimedia.so
+lib/kde4/kipiplugin_yandexfotki.so
+lib/libPropertyBrowser.a
lib/libkipiplugins.so
-lib/libkipiplugins.so.1
-lib/libkipiplugins.so.1.0.0
+lib/libkipiplugins.so.2
+lib/libkipiplugins.so.2.0.0
share/applications/kde4/dngconverter.desktop
share/applications/kde4/expoblending.desktop
share/applications/kde4/kipiplugins.desktop
-share/applications/kde4/scangui.desktop
+share/applications/kde4/panoramagui.desktop
+share/applications/kde4/photolayoutseditor.desktop
+%%KSANE%%share/applications/kde4/scangui.desktop
+%%KGEOMAP%%share/apps/gpssync/bookmarks-marker.png
+%%KGEOMAP%%share/apps/gpssync/searchmarker-normal.png
+%%KGEOMAP%%share/apps/gpssync/searchmarker-selected.png
share/apps/kipiplugin_expoblending/pics/assistant-enfuse.png
share/apps/kipiplugin_expoblending/pics/assistant-preprocessing.png
share/apps/kipiplugin_expoblending/pics/assistant-stack.png
share/apps/kipiplugin_expoblending/pics/assistant-tripod.png
share/apps/kipiplugin_flashexport/index.template
+share/apps/kipiplugin_flashexport/index2.template
+share/apps/kipiplugin_flashexport/index3.template
+share/apps/kipiplugin_flashexport/index4.template
share/apps/kipiplugin_flashexport/simpleviewer_html/space.png
share/apps/kipiplugin_galleryexport/pics/gallery_logo.png
share/apps/kipiplugin_htmlexport/THEME_HOWTO
@@ -77,6 +97,7 @@ share/apps/kipiplugin_htmlexport/themes/details/up.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/back.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/floating_cards.desktop
share/apps/kipiplugin_htmlexport/themes/floating_cards/forward.png
+share/apps/kipiplugin_htmlexport/themes/floating_cards/image_nav.js
share/apps/kipiplugin_htmlexport/themes/floating_cards/next.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/prev.png
share/apps/kipiplugin_htmlexport/themes/floating_cards/preview.png
@@ -119,6 +140,10 @@ share/apps/kipiplugin_htmlexport/themes/snow/template.xsl
share/apps/kipiplugin_imageviewer/pics/hand.png
share/apps/kipiplugin_imageviewer/pics/nullImage.png
share/apps/kipiplugin_imageviewer/pics/zoom.png
+share/apps/kipiplugin_panorama/pics/assistant-hugin.png
+share/apps/kipiplugin_panorama/pics/assistant-preprocessing.png
+share/apps/kipiplugin_panorama/pics/assistant-stack.png
+share/apps/kipiplugin_panorama/pics/assistant-tripod.png
share/apps/kipiplugin_piwigoexport/pics/piwigo_logo.png
share/apps/kipiplugin_printimages/TEMPLATE_HOWTO
share/apps/kipiplugin_printimages/templates/1_photo_10.5x14.8cm.desktop
@@ -135,6 +160,7 @@ share/apps/kipiplugin_printimages/templates/4_photos_3.5x5.desktop
share/apps/kipiplugin_printimages/templates/4_photos_4.5x5cm.desktop
share/apps/kipiplugin_printimages/templates/4_photos_9x13cm.desktop
share/apps/kipiplugin_printimages/templates/4x6Album.desktop
+share/apps/kipiplugin_printimages/templates/6_photos_3.5x4.5cm.desktop
share/apps/kipiplugin_printimages/templates/6_photos_3.5x4cm.desktop
share/apps/kipiplugin_printimages/templates/8_photos_6x9cm.desktop
share/apps/kipiplugin_printimages/templates/Album-Collage.desktop
@@ -148,20 +174,79 @@ share/apps/kipiplugin_printimages/templates/Thumbnails_6x5.desktop
share/apps/kipiplugin_printimages/templates/templates.xml
%%OPENCV%%share/apps/kipiplugin_removeredeyes/controlwidget.svg
%%OPENCV%%share/apps/kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml
+share/apps/photolayoutseditor/photolayoutseditorui.rc
+share/config.kcfg/PLEConfigSkeleton.kcfgc
+share/doc/HTML/en/kipi-plugins/acquire-savetargetpreview.png
+share/doc/HTML/en/kipi-plugins/acquire-screenshotpreview.png
+share/doc/HTML/en/kipi-plugins/acquireimages.docbook
+share/doc/HTML/en/kipi-plugins/calendar.docbook
+share/doc/HTML/en/kipi-plugins/colorimages.docbook
+share/doc/HTML/en/kipi-plugins/common
+share/doc/HTML/en/kipi-plugins/convertimages.docbook
+share/doc/HTML/en/kipi-plugins/effectimages.docbook
+share/doc/HTML/en/kipi-plugins/filterimages.docbook
+share/doc/HTML/en/kipi-plugins/findduplicateimages.docbook
+share/doc/HTML/en/kipi-plugins/flickrexport.docbook
+share/doc/HTML/en/kipi-plugins/flickrexportauthenticated.png
+share/doc/HTML/en/kipi-plugins/flickrexportcontinue.png
+share/doc/HTML/en/kipi-plugins/flickrexportsignup.png
+share/doc/HTML/en/kipi-plugins/flickrexportuploaddialog.png
+share/doc/HTML/en/kipi-plugins/flickrexportuploading.png
+share/doc/HTML/en/kipi-plugins/galleryexport.docbook
+share/doc/HTML/en/kipi-plugins/geolocation.docbook
+share/doc/HTML/en/kipi-plugins/geolocationcorrelate.png
+share/doc/HTML/en/kipi-plugins/geolocationcorrelate1.png
+share/doc/HTML/en/kipi-plugins/geolocationeditcoords.png
+share/doc/HTML/en/kipi-plugins/imagegallery_albumsettings.png
+share/doc/HTML/en/kipi-plugins/imagegallery_collectionselection.png
+share/doc/HTML/en/kipi-plugins/imagegallery_looksettings.png
+share/doc/HTML/en/kipi-plugins/imagegallery_preview.png
+share/doc/HTML/en/kipi-plugins/imagegallery_progress.png
+share/doc/HTML/en/kipi-plugins/imagegallery_thumbsettings.png
+share/doc/HTML/en/kipi-plugins/imagesgallery.docbook
+share/doc/HTML/en/kipi-plugins/imageviewer.docbook
+share/doc/HTML/en/kipi-plugins/index.cache.bz2
+share/doc/HTML/en/kipi-plugins/index.docbook
+share/doc/HTML/en/kipi-plugins/jpeglossless.docbook
+share/doc/HTML/en/kipi-plugins/kameraklient.docbook
+share/doc/HTML/en/kipi-plugins/metadataeditor.docbook
+share/doc/HTML/en/kipi-plugins/printwizard.docbook
+share/doc/HTML/en/kipi-plugins/raw_converter_batch.png
+share/doc/HTML/en/kipi-plugins/raw_converter_single.png
+share/doc/HTML/en/kipi-plugins/rawconverter.docbook
+share/doc/HTML/en/kipi-plugins/recompressimages.docbook
+share/doc/HTML/en/kipi-plugins/renameimages.docbook
+share/doc/HTML/en/kipi-plugins/resizeimages.docbook
+share/doc/HTML/en/kipi-plugins/sendimages.docbook
+share/doc/HTML/en/kipi-plugins/sendimages_mail.png
+share/doc/HTML/en/kipi-plugins/sendimages_progress.png
+share/doc/HTML/en/kipi-plugins/slideshow.docbook
+share/doc/HTML/en/kipi-plugins/slideshow.png
+share/doc/HTML/en/kipi-plugins/slideshow_dialog.png
+share/doc/HTML/en/kipi-plugins/timeadjust.docbook
+share/doc/HTML/en/kipi-plugins/wallpaper.docbook
+share/icons/hicolor/128x128/actions/flash.png
+share/icons/hicolor/128x128/apps/dngconverter.png
+share/icons/hicolor/128x128/apps/photolayoutseditor.png
share/icons/hicolor/16x16/actions/debianscreenshots.png
share/icons/hicolor/16x16/actions/expoblending.png
share/icons/hicolor/16x16/actions/facebook.png
share/icons/hicolor/16x16/actions/flash.png
share/icons/hicolor/16x16/actions/flickr.png
share/icons/hicolor/16x16/actions/gallery.png
-share/icons/hicolor/16x16/actions/gpsimagetag.png
+%%KGEOMAP%%share/icons/hicolor/16x16/actions/gpsimagetag.png
share/icons/hicolor/16x16/actions/hq.png
+share/icons/hicolor/16x16/actions/imgur.png
share/icons/hicolor/16x16/actions/ogl.png
share/icons/hicolor/16x16/actions/picasa.png
share/icons/hicolor/16x16/actions/piwigo.png
+share/icons/hicolor/16x16/actions/rajce.png
share/icons/hicolor/16x16/actions/shwup.png
share/icons/hicolor/16x16/actions/smugmug.png
+%%MEDIAWIKI%%share/icons/hicolor/16x16/actions/wikimedia.png
share/icons/hicolor/16x16/actions/zooomr.png
+share/icons/hicolor/16x16/apps/dngconverter.png
+share/icons/hicolor/16x16/apps/photolayoutseditor.png
share/icons/hicolor/22x22/actions/debianscreenshots.png
share/icons/hicolor/22x22/actions/expoblending.png
share/icons/hicolor/22x22/actions/facebook.png
@@ -169,12 +254,16 @@ share/icons/hicolor/22x22/actions/flash.png
share/icons/hicolor/22x22/actions/flickr.png
share/icons/hicolor/22x22/actions/gallery.png
share/icons/hicolor/22x22/actions/hq.png
+share/icons/hicolor/22x22/actions/imgur.png
share/icons/hicolor/22x22/actions/picasa.png
share/icons/hicolor/22x22/actions/piwigo.png
share/icons/hicolor/22x22/actions/shwup.png
share/icons/hicolor/22x22/actions/slideshow.png
share/icons/hicolor/22x22/actions/smugmug.png
+%%MEDIAWIKI%%share/icons/hicolor/22x22/actions/wikimedia.png
share/icons/hicolor/22x22/actions/zooomr.png
+share/icons/hicolor/22x22/apps/dngconverter.png
+share/icons/hicolor/22x22/apps/photolayoutseditor.png
share/icons/hicolor/32x32/actions/borderimages.png
share/icons/hicolor/32x32/actions/colorimages.png
share/icons/hicolor/32x32/actions/convertimages.png
@@ -187,19 +276,25 @@ share/icons/hicolor/32x32/actions/flash.png
share/icons/hicolor/32x32/actions/flickr.png
share/icons/hicolor/32x32/actions/flip-horizontal.png
share/icons/hicolor/32x32/actions/gallery.png
-share/icons/hicolor/32x32/actions/gpsimagetag.png
+%%KGEOMAP%%share/icons/hicolor/32x32/actions/gpsimagetag.png
share/icons/hicolor/32x32/actions/grayscaleconvert.png
share/icons/hicolor/32x32/actions/hq.png
+share/icons/hicolor/32x32/actions/imageshack.png
+share/icons/hicolor/32x32/actions/imgur.png
share/icons/hicolor/32x32/actions/ogl.png
share/icons/hicolor/32x32/actions/picasa.png
share/icons/hicolor/32x32/actions/piwigo.png
+share/icons/hicolor/32x32/actions/rajce.png
share/icons/hicolor/32x32/actions/recompressimages.png
share/icons/hicolor/32x32/actions/renameimages.png
share/icons/hicolor/32x32/actions/resizeimages.png
share/icons/hicolor/32x32/actions/shwup.png
share/icons/hicolor/32x32/actions/smugmug.png
share/icons/hicolor/32x32/actions/timeadjust.png
+%%MEDIAWIKI%%share/icons/hicolor/32x32/actions/wikimedia.png
share/icons/hicolor/32x32/actions/zooomr.png
+share/icons/hicolor/32x32/apps/dngconverter.png
+share/icons/hicolor/32x32/apps/photolayoutseditor.png
share/icons/hicolor/48x48/actions/debianscreenshots.png
share/icons/hicolor/48x48/actions/expoblending.png
share/icons/hicolor/48x48/actions/facebook.png
@@ -207,37 +302,43 @@ share/icons/hicolor/48x48/actions/flash.png
share/icons/hicolor/48x48/actions/flickr.png
share/icons/hicolor/48x48/actions/gallery.png
share/icons/hicolor/48x48/actions/hq.png
+share/icons/hicolor/48x48/actions/imageshack.png
+share/icons/hicolor/48x48/actions/imgur.png
share/icons/hicolor/48x48/actions/picasa.png
share/icons/hicolor/48x48/actions/piwigo.png
+share/icons/hicolor/48x48/actions/rajce.png
share/icons/hicolor/48x48/actions/shwup.png
share/icons/hicolor/48x48/actions/smugmug.png
+%%MEDIAWIKI%%share/icons/hicolor/48x48/actions/wikimedia.png
share/icons/hicolor/48x48/actions/zooomr.png
+share/icons/hicolor/48x48/apps/dngconverter.png
+share/icons/hicolor/48x48/apps/photolayoutseditor.png
+share/icons/hicolor/64x64/actions/imageshack.png
share/icons/hicolor/64x64/actions/metadataedit.png
+share/icons/hicolor/64x64/actions/rajce.png
+share/icons/hicolor/64x64/apps/dngconverter.png
+share/icons/hicolor/64x64/apps/photolayoutseditor.png
share/icons/hicolor/scalable/actions/debianscreenshots.svgz
share/icons/hicolor/scalable/actions/facebook.svgz
share/icons/hicolor/scalable/actions/flash.svgz
share/icons/hicolor/scalable/actions/flickr.svgz
share/icons/hicolor/scalable/actions/gallery.svgz
share/icons/hicolor/scalable/actions/hq.svgz
+share/icons/hicolor/scalable/actions/imgur.svgz
share/icons/hicolor/scalable/actions/picasa.svgz
share/icons/hicolor/scalable/actions/piwigo.svgz
share/icons/hicolor/scalable/actions/smugmug.svgz
+%%MEDIAWIKI%%share/icons/hicolor/scalable/actions/wikimedia.svgz
share/icons/hicolor/scalable/actions/zooomr.svgz
-share/icons/oxygen/128x128/apps/dngconverter.png
+share/icons/hicolor/scalable/apps/dngconverter.svgz
share/icons/oxygen/128x128/apps/rawconverter.png
-share/icons/oxygen/16x16/apps/dngconverter.png
share/icons/oxygen/16x16/apps/rawconverter.png
-share/icons/oxygen/22x22/apps/dngconverter.png
share/icons/oxygen/22x22/apps/rawconverter.png
-share/icons/oxygen/32x32/apps/dngconverter.png
share/icons/oxygen/32x32/apps/rawconverter.png
-share/icons/oxygen/48x48/apps/dngconverter.png
share/icons/oxygen/48x48/apps/rawconverter.png
-share/icons/oxygen/64x64/apps/dngconverter.png
share/icons/oxygen/64x64/apps/rawconverter.png
-share/icons/oxygen/scalable/apps/dngconverter.svgz
share/icons/oxygen/scalable/apps/rawconverter.svgz
-share/kde4/services/kipiplugin_acquireimages.desktop
+%%KSANE%%share/kde4/services/kipiplugin_acquireimages.desktop
share/kde4/services/kipiplugin_advancedslideshow.desktop
share/kde4/services/kipiplugin_batchprocessimages.desktop
%%PIMLIBS%%share/kde4/services/kipiplugin_calendar.desktop
@@ -248,1148 +349,1111 @@ share/kde4/services/kipiplugin_facebook.desktop
share/kde4/services/kipiplugin_flashexport.desktop
share/kde4/services/kipiplugin_flickrexport.desktop
share/kde4/services/kipiplugin_galleryexport.desktop
-share/kde4/services/kipiplugin_gpssync.desktop
+%%KGEOMAP%%share/kde4/services/kipiplugin_gpssync.desktop
share/kde4/services/kipiplugin_htmlexport.desktop
+share/kde4/services/kipiplugin_imageshackexport.desktop
share/kde4/services/kipiplugin_imageviewer.desktop
+share/kde4/services/kipiplugin_imgurexport.desktop
%%GPOD%%share/kde4/services/kipiplugin_ipodexport.desktop
share/kde4/services/kipiplugin_jpeglossless.desktop
share/kde4/services/kipiplugin_kioexportimport.desktop
+share/kde4/services/kipiplugin_kmlexport.desktop
share/kde4/services/kipiplugin_kopete.desktop
share/kde4/services/kipiplugin_metadataedit.desktop
+share/kde4/services/kipiplugin_panorama.desktop
+share/kde4/services/kipiplugin_photolayoutseditor.desktop
share/kde4/services/kipiplugin_picasawebexport.desktop
share/kde4/services/kipiplugin_piwigoexport.desktop
share/kde4/services/kipiplugin_printimages.desktop
+share/kde4/services/kipiplugin_rajceexport.desktop
share/kde4/services/kipiplugin_rawconverter.desktop
%%OPENCV%%share/kde4/services/kipiplugin_removeredeyes.desktop
share/kde4/services/kipiplugin_sendimages.desktop
share/kde4/services/kipiplugin_shwup.desktop
share/kde4/services/kipiplugin_smug.desktop
share/kde4/services/kipiplugin_timeadjust.desktop
-share/locale/ar/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ar/LC_MESSAGES/kipiplugins.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ast/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ast/LC_MESSAGES/kipiplugins.mo
-share/locale/be/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/be/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/be/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/be/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/be/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/be/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/be/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/be/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/be/LC_MESSAGES/kipiplugins.mo
-share/locale/bg/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/bg/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ca/LC_MESSAGES/kipiplugins.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ca@valencia/LC_MESSAGES/kipiplugins.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/cs/LC_MESSAGES/kipiplugins.mo
-share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/da/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/da/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/da/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/da/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/da/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/da/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/da/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/da/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/da/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/da/LC_MESSAGES/kipiplugins.mo
-share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/de/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/de/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/de/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/de/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/de/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/de/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/de/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/de/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/de/LC_MESSAGES/kipiplugins.mo
-share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/el/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/el/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/el/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/el/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/el/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/el/LC_MESSAGES/kipiplugins.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugins.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/eo/LC_MESSAGES/kipiplugins.mo
-share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/es/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/es/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/es/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/es/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/es/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/es/LC_MESSAGES/kipiplugins.mo
-share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/et/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/et/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/et/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/et/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/et/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/et/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/et/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/et/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/et/LC_MESSAGES/kipiplugins.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/eu/LC_MESSAGES/kipiplugins.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/fi/LC_MESSAGES/kipiplugins.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/fr/LC_MESSAGES/kipiplugins.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ga/LC_MESSAGES/kipiplugins.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/gl/LC_MESSAGES/kipiplugins.mo
-share/locale/he/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/hi/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/hi/LC_MESSAGES/kipiplugins.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/hne/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/hne/LC_MESSAGES/kipiplugins.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/hr/LC_MESSAGES/kipiplugins.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/is/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/is/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/is/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/is/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/is/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/is/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/is/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/is/LC_MESSAGES/kipiplugins.mo
-share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/it/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/it/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/it/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/it/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/it/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/it/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/it/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/it/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/it/LC_MESSAGES/kipiplugins.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ja/LC_MESSAGES/kipiplugins.mo
-share/locale/km/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/km/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/km/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/km/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/km/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/km/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/km/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/km/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/km/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/km/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/km/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/km/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/km/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/km/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/km/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/km/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/km/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/km/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/km/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/km/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/km/LC_MESSAGES/kipiplugins.mo
-share/locale/ko/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ko/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ko/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ko/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ko/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ko/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/lt/LC_MESSAGES/kipiplugins.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/lv/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/lv/LC_MESSAGES/kipiplugins.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/mai/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/mai/LC_MESSAGES/kipiplugins.mo
-share/locale/ms/LC_MESSAGES/kipiplugins.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nb/LC_MESSAGES/kipiplugins.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nds/LC_MESSAGES/kipiplugins.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nl/LC_MESSAGES/kipiplugins.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nn/LC_MESSAGES/kipiplugins.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/oc/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/oc/LC_MESSAGES/kipiplugins.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pa/LC_MESSAGES/kipiplugins.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pl/LC_MESSAGES/kipiplugins.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pt/LC_MESSAGES/kipiplugins.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ro/LC_MESSAGES/kipiplugins.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ru/LC_MESSAGES/kipiplugins.mo
-share/locale/se/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/se/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/se/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/se/LC_MESSAGES/kipiplugins.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sk/LC_MESSAGES/kipiplugins.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sv/LC_MESSAGES/kipiplugins.mo
-share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/th/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/th/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/th/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/th/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/th/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/th/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/th/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/th/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/th/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/th/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/th/LC_MESSAGES/kipiplugins.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/tr/LC_MESSAGES/kipiplugins.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/uk/LC_MESSAGES/kipiplugins.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_advancedslideshow.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_expoblending.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_facebook.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_flashexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageviewer.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_picasawebexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_piwigoexport.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_printimages.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_removeredeyes.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugins.mo
+%%KVKONTAKTE%%share/kde4/services/kipiplugin_vkontakte.desktop
+%%MEDIAWIKI%%share/kde4/services/kipiplugin_wikimedia.desktop
+share/kde4/services/kipiplugin_yandexfotki.desktop
+share/kde4/servicetypes/photolayoutseditorborderplugin.desktop
+share/kde4/servicetypes/photolayoutseditoreffectplugin.desktop
+%%NLS%%share/locale/ar/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/be/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/da/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/de/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/el/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/es/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/et/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/he/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/is/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/it/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/km/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/se/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/se/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/se/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/th/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_acquireimages.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_calendar.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_dngconverter.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_expoblending.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_facebook.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_flashexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_flickrexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_galleryexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_gpssync.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_htmlexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageviewer.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_ipodexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_jpeglossless.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_kioexportimport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_metadataedit.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_picasawebexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_piwigoexport.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_printimages.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_rawconverter.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_removeredeyes.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_sendimages.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_shwup.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_smug.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugin_timeadjust.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/kipiplugins.mo
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Bear boy.ple
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Bear girl.ple
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Flipping Tux Black.ple
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Flipping Tux White.ple
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Its a boy.ple
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Its a girl.ple
+share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h/Tux Rider.ple
+@dirrm share/templates/kipiplugins_photolayoutseditor/data/templates/a4/h
+@dirrm share/templates/kipiplugins_photolayoutseditor/data/templates/a4
+@dirrm share/templates/kipiplugins_photolayoutseditor/data/templates
+@dirrm share/templates/kipiplugins_photolayoutseditor/data
+@dirrm share/templates/kipiplugins_photolayoutseditor
+@dirrm share/doc/HTML/en/kipi-plugins
+@dirrm share/apps/photolayoutseditor
%%OPENCV%%@dirrm share/apps/kipiplugin_removeredeyes
@dirrm share/apps/kipiplugin_printimages/templates
@dirrm share/apps/kipiplugin_printimages
@dirrm share/apps/kipiplugin_piwigoexport/pics
@dirrm share/apps/kipiplugin_piwigoexport
+@dirrm share/apps/kipiplugin_panorama/pics
+@dirrm share/apps/kipiplugin_panorama
@dirrm share/apps/kipiplugin_imageviewer/pics
@dirrm share/apps/kipiplugin_imageviewer
@dirrm share/apps/kipiplugin_htmlexport/themes/snow
@@ -1410,3 +1474,4 @@ share/locale/zh_TW/LC_MESSAGES/kipiplugins.mo
@dirrm share/apps/kipiplugin_flashexport
@dirrm share/apps/kipiplugin_expoblending/pics
@dirrm share/apps/kipiplugin_expoblending
+%%KGEOMAP%%@dirrm share/apps/gpssync