diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
commit | e7ae0125df81fadd3e2ddfa76cf808fdfebbe843 (patch) | |
tree | b81149ea12ce6a5f92464207866d518bb355ed3c /graphics/kipi-plugins-kde4 | |
parent | f4de7e74148d628cfdcb794a6ac3edb300408848 (diff) |
- Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port
Approved by: portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=315762
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 124 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt | 15 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt | 18 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp | 14 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/pkg-plist | 1507 |
6 files changed, 41 insertions, 1645 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 661f262263f8..65d6e38e85e5 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -1,122 +1,44 @@ -# New ports collection makefile for: kipi-plugins-kde4 -# Date created: Jan 23, 2009 -# Whom: Kris Moore -# # $FreeBSD$ -# PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics kde +DISTFILES= # MAINTAINER= kde@FreeBSD.org -COMMENT= KDE4 kipi graphics plugins - -.include "${.CURDIR}/../digikam-kde4/Makefile.common" - -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ - qjson:${PORTSDIR}/devel/qjson -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +COMMENT= KDE 4 kipi graphics plugins (meta port) LATEST_LINK= ${PORTNAME}-kde4 -OPTIONS_DEFINE= NLS EXPOBLEND GPOD KGEOMAP KSANE KVKONTAKTE MEDIAWIKI OPENCV PIMLIBS -OPTIONS_DEFAULT= KGEOMAP KSANE OPENCV PIMLIBS -NO_OPTIONS_SORT= yes - -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_PKGCONFIG= build -USE_GL= glu -USE_KDE4+= libkdcraw libkexiv2 libkipi - -CMAKE_ARGS= -DCMAKE_PREFIX_PATH:PATH=${KDE4_PREFIX} +NO_BUILD= yes -.include <bsd.port.options.mk> - -.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_Ipod:BOOL=OFF -PLIST_SUB+= GPOD="@comment " -.endif +.include "${.CURDIR}/../digikam-kde4/Makefile.common" -.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 +OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -.if ${PORT_OPTIONS:MKSANE} -USE_KDE4+= libksane -PLIST_SUB+= KSANE="" -.else -CMAKE_ARGS+= -DWITH_KSane:BOOL=OFF -PLIST_SUB+= KSANE="@comment " -.endif +# DOCS ans NLS options first, then plugins sorted in KIPI_PLUGINS_ALL +NO_OPTIONS_SORT= yes -.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 +.for plugin in ${KIPI_PLUGINS_ALL} +OPTIONS_DEFINE+= ${plugin:U} +${plugin:U}_DESC= ${${plugin}_DESC} +${plugin:U}_DEP= kipi-plugin-${plugin}>=${DIGIKAM_VER}:${PORTSDIR}/graphics/kipi-plugin-${plugin} +.endfor -.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 +NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-l10n +DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-doc -.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 +.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MPIMLIBS} -USE_KDE4+= pimlibs -PLIST_SUB+= PIMLIBS="" -.else -CMAKE_ARGS+= -DWITH_KdepimLibs:BOOL=OFF -PLIST_SUB+= PIMLIBS="@comment " -.endif +.for opt in ${OPTIONS_DEFINE} +. if ${PORT_OPTIONS:M${opt}} +RUN_DEPENDS+= ${${opt}_DEP} +. endif +.endfor -post-patch: - ${LN} -s ../../doc ${WRKSRC}/doc - ${LN} -s ../../po ${WRKSRC}/po - ${RM} ${WRKSRC}/po/*/digikam.po ${WRKSRC}/po/*/libkgeomap.po +do-install: + ${DO_NADA} .include <bsd.port.mk> diff --git a/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt b/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt new file mode 100644 index 000000000000..e1c3b6968c21 --- /dev/null +++ b/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt @@ -0,0 +1,15 @@ +--- ./CMakeLists.txt.orig 2013-03-11 08:24:11.000000000 +0000 ++++ ./CMakeLists.txt 2013-04-05 19:33:30.200669787 +0000 +@@ -410,7 +410,6 @@ + + # Plugins which will be always compiled + +- ADD_SUBDIRECTORY(common) + ADD_SUBDIRECTORY(timeadjust) + ADD_SUBDIRECTORY(jpeglossless) + ADD_SUBDIRECTORY(rawconverter) +@@ -515,3 +514,4 @@ + ENDIF(NOT WIN32) + + ENDIF(KIPIPLUGINS_CAN_BE_COMPILED) ++CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/common/libkipiplugins/tools/kpversion.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/common/libkipiplugins/kpversion.h) diff --git a/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt b/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt deleted file mode 100644 index fbbc8886f65c..000000000000 --- a/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- ./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-expoblending__manager__actionthread.cpp b/graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp deleted file mode 100644 index cc38978ec3f6..000000000000 --- a/graphics/kipi-plugins-kde4/files/patch-expoblending__manager__actionthread.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- ./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 - -+#include <sys/param.h> -+#if __FreeBSD_version < 802502 || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) -+#define log2f(x) (logf(x) / logf(2)) -+#endif -+ - // Qt includes - - #include <QMutex> diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr index 146813403cf3..ef6192eebd08 100644 --- a/graphics/kipi-plugins-kde4/pkg-descr +++ b/graphics/kipi-plugins-kde4/pkg-descr @@ -1,7 +1,5 @@ -Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin -structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share -image plugins among graphic applications. - -This is a set of plugins using Kipi for KDE 4.2 and higher. +Kipi (KDE Image Plugin Interface) is an effort to develop a common +plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its +aim is to share image plugins among graphic applications. 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 deleted file mode 100644 index 26bdebb491d1..000000000000 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ /dev/null @@ -1,1507 +0,0 @@ -bin/dngconverter -bin/dnginfo -bin/expoblending -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 -lib/kde4/kipiplugin_debianscreenshots.so -lib/kde4/kipiplugin_dngconverter.so -lib/kde4/kipiplugin_expoblending.so -lib/kde4/kipiplugin_facebook.so -lib/kde4/kipiplugin_flashexport.so -lib/kde4/kipiplugin_flickrexport.so -lib/kde4/kipiplugin_galleryexport.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.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/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/kipi/tips -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 -share/apps/kipiplugin_htmlexport/themes/classic/classic.desktop -share/apps/kipiplugin_htmlexport/themes/classic/gohome.png -share/apps/kipiplugin_htmlexport/themes/classic/preview.png -share/apps/kipiplugin_htmlexport/themes/classic/template.xsl -share/apps/kipiplugin_htmlexport/themes/classic/up.png -share/apps/kipiplugin_htmlexport/themes/cleanframes/black.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop -share/apps/kipiplugin_htmlexport/themes/cleanframes/green.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/preview.png -share/apps/kipiplugin_htmlexport/themes/cleanframes/red.css -share/apps/kipiplugin_htmlexport/themes/cleanframes/star.png -share/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl -share/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css -share/apps/kipiplugin_htmlexport/themes/dateframes/dateframes.desktop -share/apps/kipiplugin_htmlexport/themes/dateframes/preview.png -share/apps/kipiplugin_htmlexport/themes/dateframes/template.xsl -share/apps/kipiplugin_htmlexport/themes/details/details.desktop -share/apps/kipiplugin_htmlexport/themes/details/next.png -share/apps/kipiplugin_htmlexport/themes/details/next_disabled.png -share/apps/kipiplugin_htmlexport/themes/details/preview.png -share/apps/kipiplugin_htmlexport/themes/details/previous.png -share/apps/kipiplugin_htmlexport/themes/details/previous_disabled.png -share/apps/kipiplugin_htmlexport/themes/details/style.css -share/apps/kipiplugin_htmlexport/themes/details/template.xsl -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 -share/apps/kipiplugin_htmlexport/themes/floating_cards/style.css -share/apps/kipiplugin_htmlexport/themes/floating_cards/template.xsl -share/apps/kipiplugin_htmlexport/themes/floating_cards/up.png -share/apps/kipiplugin_htmlexport/themes/frames/frames.desktop -share/apps/kipiplugin_htmlexport/themes/frames/preview.png -share/apps/kipiplugin_htmlexport/themes/frames/style.css -share/apps/kipiplugin_htmlexport/themes/frames/template.xsl -share/apps/kipiplugin_htmlexport/themes/matrix/bg.png -share/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop -share/apps/kipiplugin_htmlexport/themes/matrix/preview.png -share/apps/kipiplugin_htmlexport/themes/matrix/style.css -share/apps/kipiplugin_htmlexport/themes/matrix/template.xsl -share/apps/kipiplugin_htmlexport/themes/s0/arrows_source.svg -share/apps/kipiplugin_htmlexport/themes/s0/next.png -share/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png -share/apps/kipiplugin_htmlexport/themes/s0/preview.png -share/apps/kipiplugin_htmlexport/themes/s0/previous.png -share/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png -share/apps/kipiplugin_htmlexport/themes/s0/s0.desktop -share/apps/kipiplugin_htmlexport/themes/s0/style.css -share/apps/kipiplugin_htmlexport/themes/s0/template.xsl -share/apps/kipiplugin_htmlexport/themes/s0/up.png -share/apps/kipiplugin_htmlexport/themes/simple/dark.css -share/apps/kipiplugin_htmlexport/themes/simple/natural.css -share/apps/kipiplugin_htmlexport/themes/simple/preview.png -share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop -share/apps/kipiplugin_htmlexport/themes/simple/template.xsl -share/apps/kipiplugin_htmlexport/themes/snow/next.png -share/apps/kipiplugin_htmlexport/themes/snow/next.svg -share/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png -share/apps/kipiplugin_htmlexport/themes/snow/preview.png -share/apps/kipiplugin_htmlexport/themes/snow/previous.png -share/apps/kipiplugin_htmlexport/themes/snow/previous_disabled.png -share/apps/kipiplugin_htmlexport/themes/snow/snow.desktop -share/apps/kipiplugin_htmlexport/themes/snow/style.css -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 -share/apps/kipiplugin_printimages/templates/1_photo_10x15cm.desktop -share/apps/kipiplugin_printimages/templates/1_photo_20x25cm.desktop -share/apps/kipiplugin_printimages/templates/1_photo_8x10.desktop -share/apps/kipiplugin_printimages/templates/1_photo_9x13cm.desktop -share/apps/kipiplugin_printimages/templates/2_photos_13x18cm.desktop -share/apps/kipiplugin_printimages/templates/2_photos_5x7.desktop -share/apps/kipiplugin_printimages/templates/3_photos_10x15cm.desktop -share/apps/kipiplugin_printimages/templates/3_photos_4x6.desktop -share/apps/kipiplugin_printimages/templates/4_photos_10x13.33cm.desktop -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 -share/apps/kipiplugin_printimages/templates/Album-Collage1.desktop -share/apps/kipiplugin_printimages/templates/Album_10x15cm.desktop -share/apps/kipiplugin_printimages/templates/Album_11.5x15cm.desktop -share/apps/kipiplugin_printimages/templates/FullPage.desktop -share/apps/kipiplugin_printimages/templates/Photoframe.desktop -share/apps/kipiplugin_printimages/templates/Thumbnails_5x4.desktop -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-final-button.png -share/doc/HTML/en/kipi-plugins/acquire-main-window.png -share/doc/HTML/en/kipi-plugins/acquire-multiple-selections.png -share/doc/HTML/en/kipi-plugins/acquire-no-scanner-found.png -share/doc/HTML/en/kipi-plugins/acquire-other-options.png -share/doc/HTML/en/kipi-plugins/acquire-preview-button.png -share/doc/HTML/en/kipi-plugins/acquire-scanning.png -share/doc/HTML/en/kipi-plugins/acquire-zoom-in.png -share/doc/HTML/en/kipi-plugins/acquire-zoom-to-fit.png -share/doc/HTML/en/kipi-plugins/acquireimages.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/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/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/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/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 -%%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 -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 -share/icons/hicolor/32x32/actions/debianscreenshots.png -share/icons/hicolor/32x32/actions/effectimages.png -share/icons/hicolor/32x32/actions/expoblending.png -share/icons/hicolor/32x32/actions/facebook.png -share/icons/hicolor/32x32/actions/filterimages.png -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 -%%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 -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/hicolor/scalable/apps/dngconverter.svgz -share/icons/oxygen/128x128/apps/rawconverter.png -share/icons/oxygen/16x16/apps/rawconverter.png -share/icons/oxygen/22x22/apps/rawconverter.png -share/icons/oxygen/32x32/apps/rawconverter.png -share/icons/oxygen/48x48/apps/rawconverter.png -share/icons/oxygen/64x64/apps/rawconverter.png -share/icons/oxygen/scalable/apps/rawconverter.svgz -%%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 -share/kde4/services/kipiplugin_debianscreenshots.desktop -share/kde4/services/kipiplugin_dngconverter.desktop -share/kde4/services/kipiplugin_expoblending.desktop -share/kde4/services/kipiplugin_facebook.desktop -share/kde4/services/kipiplugin_flashexport.desktop -share/kde4/services/kipiplugin_flickrexport.desktop -share/kde4/services/kipiplugin_galleryexport.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 -%%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_acquireimages.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_advancedslideshow.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_batchprocessimages.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_calendar.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_dngconverter.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_expoblending.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_facebook.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_flashexport.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_flickrexport.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.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_imageviewer.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_ipodexport.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_kioexportimport.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_metadataedit.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_picasawebexport.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_piwigoexport.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_removeredeyes.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_shwup.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_smug.mo -%%NLS%%share/locale/fi/LC_MESSAGES/kipiplugin_timeadjust.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/hu/LC_MESSAGES/kipiplugin_facebook.mo -%%NLS%%share/locale/hu/LC_MESSAGES/kipiplugin_htmlexport.mo -%%NLS%%share/locale/hu/LC_MESSAGES/kipiplugin_imageviewer.mo -%%NLS%%share/locale/hu/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/sl/LC_MESSAGES/kipiplugin_acquireimages.mo -%%NLS%%share/locale/sl/LC_MESSAGES/kipiplugin_advancedslideshow.mo -%%NLS%%share/locale/sl/LC_MESSAGES/kipiplugin_calendar.mo -%%NLS%%share/locale/sl/LC_MESSAGES/kipiplugin_dngconverter.mo -%%NLS%%share/locale/sl/LC_MESSAGES/kipiplugin_facebook.mo -%%NLS%%share/locale/sl/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 -@dirrm share/apps/kipiplugin_htmlexport/themes/simple -@dirrm share/apps/kipiplugin_htmlexport/themes/s0 -@dirrm share/apps/kipiplugin_htmlexport/themes/matrix -@dirrm share/apps/kipiplugin_htmlexport/themes/frames -@dirrm share/apps/kipiplugin_htmlexport/themes/floating_cards -@dirrm share/apps/kipiplugin_htmlexport/themes/details -@dirrm share/apps/kipiplugin_htmlexport/themes/dateframes -@dirrm share/apps/kipiplugin_htmlexport/themes/cleanframes -@dirrm share/apps/kipiplugin_htmlexport/themes/classic -@dirrm share/apps/kipiplugin_htmlexport/themes -@dirrm share/apps/kipiplugin_htmlexport -@dirrm share/apps/kipiplugin_galleryexport/pics -@dirrm share/apps/kipiplugin_galleryexport -@dirrm share/apps/kipiplugin_flashexport/simpleviewer_html -@dirrm share/apps/kipiplugin_flashexport -@dirrm share/apps/kipiplugin_expoblending/pics -@dirrm share/apps/kipiplugin_expoblending -%%KGEOMAP%%@dirrm share/apps/gpssync |