summaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins-kde4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r--graphics/kipi-plugins-kde4/Makefile222
-rw-r--r--graphics/kipi-plugins-kde4/distinfo3
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in15
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp11
-rw-r--r--graphics/kipi-plugins-kde4/pkg-descr10
-rw-r--r--graphics/kipi-plugins-kde4/pkg-plist1321
6 files changed, 0 insertions, 1582 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
deleted file mode 100644
index c8a798c4de34..000000000000
--- a/graphics/kipi-plugins-kde4/Makefile
+++ /dev/null
@@ -1,222 +0,0 @@
-# New ports collection makefile for: digikam-plugins
-# Date created: 15 February 2004
-# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kipi-plugins
-PORTVERSION= 0.1.4
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= graphics kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= kipi
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= KDE Image Plugin Interface plugins
-
-LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \
- kexiv2.3:${PORTSDIR}/graphics/libkexiv2 \
- kdcraw.2:${PORTSDIR}/graphics/libkdcraw
-
-OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \
- BATCHPROCESSIMAGES "batch processing on images" on \
- CALENDAR "create calendars" on \
- CDARCHIVING "create album CDs" on \
- FINDIMAGES "find duplicate images in albums" on \
- FLICKREXPORT "export images to flickr account" on \
- GALLERYEXPORT "export images to remote Gallery server" on \
- GPSSYNC "geolocalize pictures" on \
- HTMLEXPORT "export images collections into HTML page" on \
- IMAGEVIEWER "OpenGL based image viewer" on \
- JPEGLOSSLESS "batch processing without losing metainfo" on \
- KAMERAKLIENT "GPhoto2 interface (import from cameras)" on \
- METADATAEDIT "edit EXIF and IPTC pictures metadata" on \
- MPEGENCODER "tool to build a video from images" on \
- PRINTWIZARD "a print wizard" on \
- RAWCONVERTER "convert RAW images from digital cameras" on \
- SENDIMAGES "send images by email" on \
- SIMPLEVIEWEREXPORT "export images to SimpleViewer" on \
- SLIDESHOW "create a slideshow" on \
- TIMEADJUST "adjust image file time and date" on \
- WALLPAPER "set your image as wallpaper" on
-
-USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_KDELIBS_VER=3
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_ACQUIREIMAGES)
-PLIST_SUB+= ACQUIREIMAGES:=""
-SUBDIRS+= acquireimages
-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
-.else
-PLIST_SUB+= ACQUIREIMAGES:="@comment "
-.endif
-
-.if !defined(WITHOUT_BATCHPROCESSIMAGES)
-PLIST_SUB+= BATCHPROCESSIMAGES:=""
-SUBDIRS+= batchprocessimages
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
-.else
-PLIST_SUB+= BATCHPROCESSIMAGES:="@comment "
-.endif
-
-.if !defined(WITHOUT_CALENDAR)
-PLIST_SUB+= CALENDAR:=""
-SUBDIRS+= calendar
-LIB_DEPENDS+= kcal.2:${PORTSDIR}/deskutils/kdepim3
-.else
-PLIST_SUB+= CALENDAR:="@comment "
-.endif
-
-.if !defined(WITHOUT_CDARCHIVING)
-PLIST_SUB+= CDARCHIVING:=""
-RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b
-SUBDIRS+= cdarchiving
-.else
-PLIST_SUB+= CDARCHIVING:="@comment "
-.endif
-
-.if !defined(WITHOUT_FINDIMAGES)
-PLIST_SUB+= FINDIMAGES:=""
-SUBDIRS+= findimages
-.else
-PLIST_SUB+= FINDIMAGES:="@comment "
-.endif
-
-.if !defined(WITHOUT_FLICKREXPORT)
-PLIST_SUB+= FLICKREXPORT:=""
-SUBDIRS+= flickrexport
-.else
-PLIST_SUB+= FLICKREXPORT:="@comment "
-.endif
-
-.if !defined(WITHOUT_GALLERYEXPORT)
-PLIST_SUB+= GALLERYEXPORT:=""
-SUBDIRS+= galleryexport
-.else
-PLIST_SUB+= GALLERYEXPORT:="@comment "
-.endif
-
-.if !defined(WITHOUT_GPSSYNC)
-PLIST_SUB+= GPSSYNC:=""
-SUBDIRS+= gpssync
-.else
-PLIST_SUB+= GPSSYNC:="@comment "
-.endif
-
-.if !defined(WITHOUT_HTMLEXPORT)
-PLIST_SUB+= HTMLEXPORT:=""
-SUBDIRS+= htmlexport
-LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
-.else
-PLIST_SUB+= HTMLEXPORT:="@comment "
-.endif
-
-.if !defined(WITHOUT_IMAGEVIEWER)
-PLIST_SUB+= IMAGEVIEWER:=""
-SUBDIRS+= imageviewer
-.else
-PLIST_SUB+= IMAGEVIEWER:="@comment "
-.endif
-
-.if !defined(WITHOUT_JPEGLOSSLESS)
-PLIST_SUB+= JPEGLOSSLESS:=""
-SUBDIRS+= jpeglossless
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
-.else
-PLIST_SUB+= JPEGLOSSLESS:="@comment "
-.endif
-
-.if !defined(WITHOUT_KAMERAKLIENT)
-PLIST_SUB+= KAMERAKLIENT:=""
-SUBDIRS+= kameraklient
-LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
-.else
-PLIST_SUB+= KAMERAKLIENT:="@comment "
-.endif
-
-.if !defined(WITHOUT_METADATAEDIT)
-PLIST_SUB+= METADATAEDIT:=""
-SUBDIRS+= metadataedit
-.else
-PLIST_SUB+= METADATAEDIT:="@comment "
-.endif
-
-.if !defined(WITHOUT_MPEGENCODER)
-PLIST_SUB+= MPEGENCODER:=""
-RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
- convert:${PORTSDIR}/graphics/ImageMagick
-MAN1+= images2mpg.1
-SUBDIRS+= mpegencoder
-.else
-PLIST_SUB+= MPEGENCODER:="@comment "
-.endif
-
-.if !defined(WITHOUT_PRINTWIZARD)
-PLIST_SUB+= PRINTWIZARD:=""
-SUBDIRS+= printwizard
-.else
-PLIST_SUB+= PRINTWIZARD:="@comment "
-.endif
-
-.if !defined(WITHOUT_RAWCONVERTER)
-PLIST_SUB+= RAWCONVERTER:=""
-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
-SUBDIRS+= rawconverter
-.else
-PLIST_SUB+= RAWCONVERTER:="@comment "
-.endif
-
-.if !defined(WITHOUT_SENDIMAGES)
-PLIST_SUB+= SENDIMAGES:=""
-SUBDIRS+= sendimages
-.else
-PLIST_SUB+= SENDIMAGES:="@comment "
-.endif
-
-.if !defined(WITHOUT_SIMPLEVIEWEREXPORT)
-PLIST_SUB+= SIMPLEVIEWEREXPORT:=""
-SUBDIRS+= simpleviewerexport
-.else
-PLIST_SUB+= SIMPLEVIEWEREXPORT:="@comment "
-.endif
-
-.if !defined(WITHOUT_SLIDESHOW)
-PLIST_SUB+= SLIDESHOW:=""
-SUBDIRS+= slideshow
-LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2
-.else
-PLIST_SUB+= SLIDESHOW:="@comment "
-.endif
-
-.if !defined(WITHOUT_TIMEADJUST)
-PLIST_SUB+= TIMEADJUST:=""
-SUBDIRS+= timeadjust
-.else
-PLIST_SUB+= TIMEADJUST:="@comment "
-.endif
-
-.if !defined(WITHOUT_WALLPAPER)
-PLIST_SUB+= WALLPAPER:=""
-SUBDIRS+= wallpaper
-.else
-PLIST_SUB+= WALLPAPER:="@comment "
-.endif
-
-post-patch::
- @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in
- @${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \
- ${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \
- ${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp
-
-.include <bsd.port.post.mk>
diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo
deleted file mode 100644
index 24c4e68e68fd..000000000000
--- a/graphics/kipi-plugins-kde4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kipi-plugins-0.1.4.tar.bz2) = 62469960593284b62302bde75a898c46
-SHA256 (kipi-plugins-0.1.4.tar.bz2) = eb7ceed6eb6893ccabee1aebf5c08379199a96eade2886daf54445664c786d53
-SIZE (kipi-plugins-0.1.4.tar.bz2) = 8529867
diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in
deleted file mode 100644
index 4d793ce73fd0..000000000000
--- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- kipi-plugins/Makefile.in.orig Thu Jun 28 00:58:15 2007
-+++ kipi-plugins/Makefile.in Mon Jul 2 08:53:37 2007
-@@ -367,11 +367,7 @@
- @compile_RAWCONVERTER_TRUE@RAWCONVERTERDIR = rawconverter
- @compile_IPODEXPORT_TRUE@IPODEXPORTDIR = ipodexport
- @compile_CALENDAR_TRUE@CALENDARDIR = calendar
--SUBDIRS = common printwizard mpegencoder cdarchiving simpleviewerexport \
-- sendimages batchprocessimages wallpaper findimages galleryexport flickrexport \
-- jpeglossless timeadjust gpssync metadataedit imageviewer \
-- $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) \
-- $(HTMLEXPORTDIR) $(IPODEXPORTDIR) $(CALENDARDIR)
-+SUBDIRS = common %%SUBDIRS%%
-
- rcdir = $(kde_datadir)/kipi
- rc_DATA = tips
diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp
deleted file mode 100644
index 821a78ee9681..000000000000
--- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kipi-plugins/acquireimages/acquireimagedialog.cpp.orig Fri Jan 26 09:24:31 2007
-+++ kipi-plugins/acquireimages/acquireimagedialog.cpp Fri Jan 26 09:25:12 2007
-@@ -120,7 +120,7 @@
- // About data and help button.
-
- m_about = new KIPIPlugins::KPAboutData(I18N_NOOP("Acquire images"),
-- NULL,
-+ (char*) NULL,
- KAboutData::License_GPL,
- I18N_NOOP("A Kipi plugin to acquire images"),
- "(c) 2003-2004, Gilles Caulier");
diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr
deleted file mode 100644
index 6a7d59ad6505..000000000000
--- a/graphics/kipi-plugins-kde4/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-
-WWW: http://extragear.kde.org/apps/kipi
-
-- Alex Dupre
-ale@FreeBSD.org
diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist
deleted file mode 100644
index 973d1fd85db0..000000000000
--- a/graphics/kipi-plugins-kde4/pkg-plist
+++ /dev/null
@@ -1,1321 +0,0 @@
-%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.a
-%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.la
-%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.so
-%%ACQUIREIMAGES:%%share/services/kipiplugin_acquireimages.desktop
-
-%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.a
-%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.la
-%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.so
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/data/handcursor.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/borderimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/colorimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/convertimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/effectimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/filterimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/recompressimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/renameimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/resizeimages.png
-%%BATCHPROCESSIMAGES:%%share/services/kipiplugin_batchprocessimages.desktop
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/data
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages
-
-%%CALENDAR:%%lib/kde3/kipiplugin_calendar.a
-%%CALENDAR:%%lib/kde3/kipiplugin_calendar.la
-%%CALENDAR:%%lib/kde3/kipiplugin_calendar.so
-%%CALENDAR:%%share/services/kipiplugin_calendar.desktop
-
-%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.a
-%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.la
-%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.so
-%%CDARCHIVING:%%share/apps/kipi/data/autorun/ShellExecute.bat
-%%CDARCHIVING:%%share/apps/kipi/data/autorun/cdalbums.ico
-%%CDARCHIVING:%%share/apps/kipi/data/image_broken.png
-%%CDARCHIVING:%%share/apps/kipi/data/index.htm
-%%CDARCHIVING:%%share/apps/kipi/gohome.png
-%%CDARCHIVING:%%share/apps/kipi/up.png
-%%CDARCHIVING:%%share/apps/kipi/valid-html401.png
-%%CDARCHIVING:%%share/services/kipiplugin_cdarchiving.desktop
-%%CDARCHIVING:%%@dirrm share/apps/kipi/data/autorun
-
-%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.a
-%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.la
-%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.so
-%%FINDIMAGES:%%share/apps/kipiplugin_findimages/icons/hicolor/32x32/actions/finddupplicateimages.png
-%%FINDIMAGES:%%share/services/kipiplugin_findimages.desktop
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor/32x32/actions
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor/32x32
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages
-
-%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.a
-%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.la
-%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.so
-%%FLICKREXPORT:%%share/services/kipiplugin_flickrexport.desktop
-
-%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.a
-%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.so
-%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la
-%%GALLERYEXPORT:%%share/apps/kipiplugin_galleryexport/pics/gallery.png
-%%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop
-%%GALLERYEXPORT:%%@dirrm share/apps/kipiplugin_galleryexport/pics
-%%GALLERYEXPORT:%%@dirrm share/apps/kipiplugin_galleryexport
-
-%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.a
-%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.la
-%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.so
-%%GPSSYNC:%%share/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions/gpsimagetag.png
-%%GPSSYNC:%%share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions/gpsimagetag.png
-%%GPSSYNC:%%share/services/kipiplugin_gpssync.desktop
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/16x16
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/32x32
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync
-
-%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.a
-%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.la
-%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.so
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/classic.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/gohome.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/up.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/black.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/green.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/red.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/star.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/frames.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/bg.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/next.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/previous.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/s0.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/up.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/dark.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/natural.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/next.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/previous.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/previous_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/snow.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/template.xsl
-%%HTMLEXPORT:%%share/config.kcfg/htmlexportconfig.kcfg
-%%HTMLEXPORT:%%share/services/kipiplugin_htmlexport.desktop
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/classic
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/cleanframes
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/frames
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/matrix
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/s0
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/simple
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/snow
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport
-
-%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.a
-%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.la
-%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.so
-%%IMAGEVIEWER:%%share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions/ogl.png
-%%IMAGEVIEWER:%%share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions/ogl.png
-%%IMAGEVIEWER:%%share/services/kipiplugin_viewer.desktop
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/16x16
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/32x32
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer
-
-%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.a
-%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.la
-%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.so
-%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/flip.png
-%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/grayscaleconvert.png
-%%JPEGLOSSLESS:%%share/services/kipiplugin_jpeglossless.desktop
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless
-
-%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.a
-%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.la
-%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.so
-%%KAMERAKLIENT:%%share/services/kipiplugin_kameraklient.desktop
-
-%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.a
-%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.la
-%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.so
-%%METADATAEDIT:%%share/services/kipiplugin_metadataedit.desktop
-
-%%MPEGENCODER:%%bin/images2mpg
-%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.a
-%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.la
-%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.so
-%%MPEGENCODER:%%share/services/kipiplugin_mpegencoder.desktop
-
-%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.a
-%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.la
-%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.so
-%%PRINTWIZARD:%%share/services/kipiplugin_printwizard.desktop
-
-%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.a
-%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.la
-%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.so
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions/rawconverterbatch.png
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions/rawconvertersingle.png
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/adobergb.icm
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/prophoto.icm
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/srgb.icm
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/widegamut.icm
-%%RAWCONVERTER:%%share/services/kipiplugin_rawconverter.desktop
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/32x32
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/profiles
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter
-
-%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.a
-%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.la
-%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.so
-%%SENDIMAGES:%%share/services/kipiplugin_sendimages.desktop
-
-%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.a
-%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.la
-%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.so
-%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/index.template
-%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/simpleviewer_html/space.png
-%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/simpleviewer_html/upgrade.html
-%%SIMPLEVIEWEREXPORT:%%share/services/kipiplugin_simpleviewer.desktop
-%%SIMPLEVIEWEREXPORT:%%@dirrm share/apps/kipiplugin_simpleviewerexport/simpleviewer_html
-%%SIMPLEVIEWEREXPORT:%%@dirrm share/apps/kipiplugin_simpleviewerexport
-
-%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.a
-%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.la
-%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.so
-%%SLIDESHOW:%%share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions/slideshow.png
-%%SLIDESHOW:%%share/services/kipiplugin_slideshow.desktop
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor/22x22
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow
-
-%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.a
-%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.la
-%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.so
-%%TIMEADJUST:%%share/services/kipiplugin_timeadjust.desktop
-
-%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.a
-%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.la
-%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.so
-%%WALLPAPER:%%share/services/kipiplugin_wallpaper.desktop
-
-lib/libkipiplugins.a
-lib/libkipiplugins.la
-lib/libkipiplugins.so
-lib/libkipiplugins.so.0
-
-share/apps/kipi/tips
-
-share/doc/HTML/de/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/de/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/de/kipi-plugins/acquireimages.docbook
-share/doc/HTML/de/kipi-plugins/borderimages.docbook
-share/doc/HTML/de/kipi-plugins/calendar.docbook
-share/doc/HTML/de/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/de/kipi-plugins/colorimages.docbook
-share/doc/HTML/de/kipi-plugins/common
-share/doc/HTML/de/kipi-plugins/convertimages.docbook
-share/doc/HTML/de/kipi-plugins/effectimages.docbook
-share/doc/HTML/de/kipi-plugins/filterimages.docbook
-share/doc/HTML/de/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/de/kipi-plugins/flickrexport.docbook
-share/doc/HTML/de/kipi-plugins/flickrexportauthenticated.png
-share/doc/HTML/de/kipi-plugins/flickrexportcontinue.png
-share/doc/HTML/de/kipi-plugins/flickrexportsignup.png
-share/doc/HTML/de/kipi-plugins/flickrexportuploaddialog.png
-share/doc/HTML/de/kipi-plugins/flickrexportuploading.png
-share/doc/HTML/de/kipi-plugins/galleryexport.docbook
-share/doc/HTML/de/kipi-plugins/geolocalization.docbook
-share/doc/HTML/de/kipi-plugins/imagegallery_albumsettings.png
-share/doc/HTML/de/kipi-plugins/imagegallery_collectionselection.png
-share/doc/HTML/de/kipi-plugins/imagegallery_looksettings.png
-share/doc/HTML/de/kipi-plugins/imagegallery_preview.png
-share/doc/HTML/de/kipi-plugins/imagegallery_progress.png
-share/doc/HTML/de/kipi-plugins/imagegallery_thumbsettings.png
-share/doc/HTML/de/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/de/kipi-plugins/imageviewer.docbook
-share/doc/HTML/de/kipi-plugins/index.cache.bz2
-share/doc/HTML/de/kipi-plugins/index.docbook
-share/doc/HTML/de/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/de/kipi-plugins/kameraklient.docbook
-share/doc/HTML/de/kipi-plugins/metadataeditor.docbook
-share/doc/HTML/de/kipi-plugins/mpeg_encode_dialog.png
-share/doc/HTML/de/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/de/kipi-plugins/printwizard.docbook
-share/doc/HTML/de/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/de/kipi-plugins/raw_converter_single.png
-share/doc/HTML/de/kipi-plugins/rawconverter.docbook
-share/doc/HTML/de/kipi-plugins/recompressimages.docbook
-share/doc/HTML/de/kipi-plugins/renameimages.docbook
-share/doc/HTML/de/kipi-plugins/resizeimages.docbook
-share/doc/HTML/de/kipi-plugins/sendimages.docbook
-share/doc/HTML/de/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/de/kipi-plugins/sendimages_mail.png
-share/doc/HTML/de/kipi-plugins/sendimages_progress.png
-share/doc/HTML/de/kipi-plugins/slideshow.docbook
-share/doc/HTML/de/kipi-plugins/slideshow.png
-share/doc/HTML/de/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/de/kipi-plugins/timeadjust.docbook
-share/doc/HTML/de/kipi-plugins/wallpaper.docbook
-share/doc/HTML/en/kipi-plugins/README
-share/doc/HTML/en/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/en/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/en/kipi-plugins/acquireimages.docbook
-share/doc/HTML/en/kipi-plugins/calendar.docbook
-share/doc/HTML/en/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/en/kipi-plugins/colorimages.docbook
-share/doc/HTML/en/kipi-plugins/common
-share/doc/HTML/en/kipi-plugins/convertimages.docbook
-share/doc/HTML/en/kipi-plugins/effectimages.docbook
-share/doc/HTML/en/kipi-plugins/filterimages.docbook
-share/doc/HTML/en/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/en/kipi-plugins/flickrexport.docbook
-share/doc/HTML/en/kipi-plugins/flickrexportauthenticated.png
-share/doc/HTML/en/kipi-plugins/flickrexportcontinue.png
-share/doc/HTML/en/kipi-plugins/flickrexportsignup.png
-share/doc/HTML/en/kipi-plugins/flickrexportuploaddialog.png
-share/doc/HTML/en/kipi-plugins/flickrexportuploading.png
-share/doc/HTML/en/kipi-plugins/galleryexport.docbook
-share/doc/HTML/en/kipi-plugins/geolocalization.docbook
-share/doc/HTML/en/kipi-plugins/geolocalizationcorrelate.png
-share/doc/HTML/en/kipi-plugins/geolocalizationcorrelate1.png
-share/doc/HTML/en/kipi-plugins/geolocalizationeditcoords.png
-share/doc/HTML/en/kipi-plugins/imagegallery_albumsettings.png
-share/doc/HTML/en/kipi-plugins/imagegallery_collectionselection.png
-share/doc/HTML/en/kipi-plugins/imagegallery_looksettings.png
-share/doc/HTML/en/kipi-plugins/imagegallery_preview.png
-share/doc/HTML/en/kipi-plugins/imagegallery_progress.png
-share/doc/HTML/en/kipi-plugins/imagegallery_thumbsettings.png
-share/doc/HTML/en/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/en/kipi-plugins/imageviewer.docbook
-share/doc/HTML/en/kipi-plugins/index.cache.bz2
-share/doc/HTML/en/kipi-plugins/index.docbook
-share/doc/HTML/en/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/en/kipi-plugins/kameraklient.docbook
-share/doc/HTML/en/kipi-plugins/metadataeditor.docbook
-share/doc/HTML/en/kipi-plugins/mpeg_encode_dialog.png
-share/doc/HTML/en/kipi-plugins/mpegencoder.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_imageselection.png
-share/doc/HTML/en/kipi-plugins/sendimages_mail.png
-share/doc/HTML/en/kipi-plugins/sendimages_progress.png
-share/doc/HTML/en/kipi-plugins/slideshow.docbook
-share/doc/HTML/en/kipi-plugins/slideshow.png
-share/doc/HTML/en/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/en/kipi-plugins/timeadjust.docbook
-share/doc/HTML/en/kipi-plugins/wallpaper.docbook
-share/doc/HTML/es/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/es/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/es/kipi-plugins/acquireimages.docbook
-share/doc/HTML/es/kipi-plugins/borderimages.docbook
-share/doc/HTML/es/kipi-plugins/calendar.docbook
-share/doc/HTML/es/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/es/kipi-plugins/colorimages.docbook
-share/doc/HTML/es/kipi-plugins/common
-share/doc/HTML/es/kipi-plugins/convertimages.docbook
-share/doc/HTML/es/kipi-plugins/effectimages.docbook
-share/doc/HTML/es/kipi-plugins/filterimages.docbook
-share/doc/HTML/es/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/es/kipi-plugins/flickrexport.docbook
-share/doc/HTML/es/kipi-plugins/flickrexportauthenticated.png
-share/doc/HTML/es/kipi-plugins/flickrexportcontinue.png
-share/doc/HTML/es/kipi-plugins/flickrexportsignup.png
-share/doc/HTML/es/kipi-plugins/flickrexportuploaddialog.png
-share/doc/HTML/es/kipi-plugins/flickrexportuploading.png
-share/doc/HTML/es/kipi-plugins/galleryexport.docbook
-share/doc/HTML/es/kipi-plugins/geolocalization.docbook
-share/doc/HTML/es/kipi-plugins/imagegallery_albumsettings.png
-share/doc/HTML/es/kipi-plugins/imagegallery_collectionselection.png
-share/doc/HTML/es/kipi-plugins/imagegallery_looksettings.png
-share/doc/HTML/es/kipi-plugins/imagegallery_preview.png
-share/doc/HTML/es/kipi-plugins/imagegallery_progress.png
-share/doc/HTML/es/kipi-plugins/imagegallery_thumbsettings.png
-share/doc/HTML/es/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/es/kipi-plugins/imageviewer.docbook
-share/doc/HTML/es/kipi-plugins/index.cache.bz2
-share/doc/HTML/es/kipi-plugins/index.docbook
-share/doc/HTML/es/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/es/kipi-plugins/kameraklient.docbook
-share/doc/HTML/es/kipi-plugins/metadataeditor.docbook
-share/doc/HTML/es/kipi-plugins/mpeg_encode_dialog.png
-share/doc/HTML/es/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/es/kipi-plugins/printwizard.docbook
-share/doc/HTML/es/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/es/kipi-plugins/raw_converter_single.png
-share/doc/HTML/es/kipi-plugins/rawconverter.docbook
-share/doc/HTML/es/kipi-plugins/recompressimages.docbook
-share/doc/HTML/es/kipi-plugins/renameimages.docbook
-share/doc/HTML/es/kipi-plugins/resizeimages.docbook
-share/doc/HTML/es/kipi-plugins/sendimages.docbook
-share/doc/HTML/es/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/es/kipi-plugins/sendimages_mail.png
-share/doc/HTML/es/kipi-plugins/sendimages_progress.png
-share/doc/HTML/es/kipi-plugins/slideshow.docbook
-share/doc/HTML/es/kipi-plugins/slideshow.png
-share/doc/HTML/es/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/es/kipi-plugins/timeadjust.docbook
-share/doc/HTML/es/kipi-plugins/wallpaper.docbook
-share/doc/HTML/et/kipi-plugins/acquireimages.docbook
-share/doc/HTML/et/kipi-plugins/borderimages.docbook
-share/doc/HTML/et/kipi-plugins/calendar.docbook
-share/doc/HTML/et/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/et/kipi-plugins/colorimages.docbook
-share/doc/HTML/et/kipi-plugins/common
-share/doc/HTML/et/kipi-plugins/convertimages.docbook
-share/doc/HTML/et/kipi-plugins/effectimages.docbook
-share/doc/HTML/et/kipi-plugins/filterimages.docbook
-share/doc/HTML/et/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/et/kipi-plugins/flickrexport.docbook
-share/doc/HTML/et/kipi-plugins/galleryexport.docbook
-share/doc/HTML/et/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/et/kipi-plugins/index.cache.bz2
-share/doc/HTML/et/kipi-plugins/index.docbook
-share/doc/HTML/et/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/et/kipi-plugins/kameraklient.docbook
-share/doc/HTML/et/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/et/kipi-plugins/printwizard.docbook
-share/doc/HTML/et/kipi-plugins/rawconverter.docbook
-share/doc/HTML/et/kipi-plugins/recompressimages.docbook
-share/doc/HTML/et/kipi-plugins/renameimages.docbook
-share/doc/HTML/et/kipi-plugins/resizeimages.docbook
-share/doc/HTML/et/kipi-plugins/sendimages.docbook
-share/doc/HTML/et/kipi-plugins/slideshow.docbook
-share/doc/HTML/et/kipi-plugins/timeadjust.docbook
-share/doc/HTML/et/kipi-plugins/wallpaper.docbook
-share/doc/HTML/it/kipi-plugins/acquireimages.docbook
-share/doc/HTML/it/kipi-plugins/borderimages.docbook
-share/doc/HTML/it/kipi-plugins/calendar.docbook
-share/doc/HTML/it/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/it/kipi-plugins/colorimages.docbook
-share/doc/HTML/it/kipi-plugins/common
-share/doc/HTML/it/kipi-plugins/convertimages.docbook
-share/doc/HTML/it/kipi-plugins/effectimages.docbook
-share/doc/HTML/it/kipi-plugins/filterimages.docbook
-share/doc/HTML/it/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/it/kipi-plugins/flickrexport.docbook
-share/doc/HTML/it/kipi-plugins/galleryexport.docbook
-share/doc/HTML/it/kipi-plugins/geolocalization.docbook
-share/doc/HTML/it/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/it/kipi-plugins/imageviewer.docbook
-share/doc/HTML/it/kipi-plugins/index.cache.bz2
-share/doc/HTML/it/kipi-plugins/index.docbook
-share/doc/HTML/it/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/it/kipi-plugins/kameraklient.docbook
-share/doc/HTML/it/kipi-plugins/metadataeditor.docbook
-share/doc/HTML/it/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/it/kipi-plugins/printwizard.docbook
-share/doc/HTML/it/kipi-plugins/rawconverter.docbook
-share/doc/HTML/it/kipi-plugins/recompressimages.docbook
-share/doc/HTML/it/kipi-plugins/renameimages.docbook
-share/doc/HTML/it/kipi-plugins/resizeimages.docbook
-share/doc/HTML/it/kipi-plugins/sendimages.docbook
-share/doc/HTML/it/kipi-plugins/slideshow.docbook
-share/doc/HTML/it/kipi-plugins/timeadjust.docbook
-share/doc/HTML/it/kipi-plugins/wallpaper.docbook
-share/doc/HTML/nl/kipi-plugins/acquireimages.docbook
-share/doc/HTML/nl/kipi-plugins/borderimages.docbook
-share/doc/HTML/nl/kipi-plugins/calendar.docbook
-share/doc/HTML/nl/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/nl/kipi-plugins/colorimages.docbook
-share/doc/HTML/nl/kipi-plugins/common
-share/doc/HTML/nl/kipi-plugins/convertimages.docbook
-share/doc/HTML/nl/kipi-plugins/diroperations.docbook
-share/doc/HTML/nl/kipi-plugins/effectimages.docbook
-share/doc/HTML/nl/kipi-plugins/filterimages.docbook
-share/doc/HTML/nl/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/nl/kipi-plugins/flickrexport.docbook
-share/doc/HTML/nl/kipi-plugins/galleryexport.docbook
-share/doc/HTML/nl/kipi-plugins/gammacalibration.docbook
-share/doc/HTML/nl/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/nl/kipi-plugins/index.cache.bz2
-share/doc/HTML/nl/kipi-plugins/index.docbook
-share/doc/HTML/nl/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/nl/kipi-plugins/kameraklient.docbook
-share/doc/HTML/nl/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/nl/kipi-plugins/printwizard.docbook
-share/doc/HTML/nl/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/nl/kipi-plugins/raw_converter_single.png
-share/doc/HTML/nl/kipi-plugins/rawconverter.docbook
-share/doc/HTML/nl/kipi-plugins/recompressimages.docbook
-share/doc/HTML/nl/kipi-plugins/renameimages.docbook
-share/doc/HTML/nl/kipi-plugins/resizeimages.docbook
-share/doc/HTML/nl/kipi-plugins/sendimages.docbook
-share/doc/HTML/nl/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/nl/kipi-plugins/sendimages_mail.png
-share/doc/HTML/nl/kipi-plugins/sendimages_progress.png
-share/doc/HTML/nl/kipi-plugins/slideshow.docbook
-share/doc/HTML/nl/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/nl/kipi-plugins/timeadjust.docbook
-share/doc/HTML/nl/kipi-plugins/wallpaper.docbook
-share/doc/HTML/pt_BR/kipi-plugins/acquireimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/borderimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/calendar.docbook
-share/doc/HTML/pt_BR/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/pt_BR/kipi-plugins/colorimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/commenteditor.docbook
-share/doc/HTML/pt_BR/kipi-plugins/common
-share/doc/HTML/pt_BR/kipi-plugins/convertimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/diroperations.docbook
-share/doc/HTML/pt_BR/kipi-plugins/effectimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/filterimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/findimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/gammacalibration.docbook
-share/doc/HTML/pt_BR/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/pt_BR/kipi-plugins/index.cache.bz2
-share/doc/HTML/pt_BR/kipi-plugins/index.docbook
-share/doc/HTML/pt_BR/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/pt_BR/kipi-plugins/kameraklient.docbook
-share/doc/HTML/pt_BR/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/pt_BR/kipi-plugins/printwizard.docbook
-share/doc/HTML/pt_BR/kipi-plugins/rawconverter.docbook
-share/doc/HTML/pt_BR/kipi-plugins/recompressimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/renameimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/resizeimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/sendimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/slideshow.docbook
-share/doc/HTML/pt_BR/kipi-plugins/timeadjust.docbook
-share/doc/HTML/pt_BR/kipi-plugins/wallpaper.docbook
-share/doc/HTML/ru/kipi-plugins/calendar.docbook
-share/doc/HTML/sv/kipi-plugins/acquireimages.docbook
-share/doc/HTML/sv/kipi-plugins/calendar.docbook
-share/doc/HTML/sv/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/sv/kipi-plugins/colorimages.docbook
-share/doc/HTML/sv/kipi-plugins/common
-share/doc/HTML/sv/kipi-plugins/convertimages.docbook
-share/doc/HTML/sv/kipi-plugins/effectimages.docbook
-share/doc/HTML/sv/kipi-plugins/filterimages.docbook
-share/doc/HTML/sv/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/sv/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/sv/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/sv/kipi-plugins/flickrexport.docbook
-share/doc/HTML/sv/kipi-plugins/flickrexportcontinue.png
-share/doc/HTML/sv/kipi-plugins/flickrexportsignup.png
-share/doc/HTML/sv/kipi-plugins/flickrexportuploaddialog.png
-share/doc/HTML/sv/kipi-plugins/flickrexportuploading.png
-share/doc/HTML/sv/kipi-plugins/galleryexport.docbook
-share/doc/HTML/sv/kipi-plugins/geolocalization.docbook
-share/doc/HTML/sv/kipi-plugins/geolocalizationcorrelate.png
-share/doc/HTML/sv/kipi-plugins/geolocalizationcorrelate1.png
-share/doc/HTML/sv/kipi-plugins/geolocalizationeditcoords.png
-share/doc/HTML/sv/kipi-plugins/imagegallery_albumsettings.png
-share/doc/HTML/sv/kipi-plugins/imagegallery_collectionselection.png
-share/doc/HTML/sv/kipi-plugins/imagegallery_looksettings.png
-share/doc/HTML/sv/kipi-plugins/imagegallery_preview.png
-share/doc/HTML/sv/kipi-plugins/imagegallery_progress.png
-share/doc/HTML/sv/kipi-plugins/imagegallery_thumbsettings.png
-share/doc/HTML/sv/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/sv/kipi-plugins/imageviewer.docbook
-share/doc/HTML/sv/kipi-plugins/index.cache.bz2
-share/doc/HTML/sv/kipi-plugins/index.docbook
-share/doc/HTML/sv/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/sv/kipi-plugins/kameraklient.docbook
-share/doc/HTML/sv/kipi-plugins/metadataeditor.docbook
-share/doc/HTML/sv/kipi-plugins/mpeg_encode_dialog.png
-share/doc/HTML/sv/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/sv/kipi-plugins/printwizard.docbook
-share/doc/HTML/sv/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/sv/kipi-plugins/raw_converter_single.png
-share/doc/HTML/sv/kipi-plugins/rawconverter.docbook
-share/doc/HTML/sv/kipi-plugins/recompressimages.docbook
-share/doc/HTML/sv/kipi-plugins/renameimages.docbook
-share/doc/HTML/sv/kipi-plugins/resizeimages.docbook
-share/doc/HTML/sv/kipi-plugins/sendimages.docbook
-share/doc/HTML/sv/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/sv/kipi-plugins/sendimages_mail.png
-share/doc/HTML/sv/kipi-plugins/sendimages_progress.png
-share/doc/HTML/sv/kipi-plugins/slideshow.docbook
-share/doc/HTML/sv/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/sv/kipi-plugins/timeadjust.docbook
-share/doc/HTML/sv/kipi-plugins/wallpaper.docbook
-
-share/locale/ar/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ar/LC_MESSAGES/kipiplugins.mo
-share/locale/be/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/br/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/br/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/br/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/br/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/br/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/br/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/br/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/br/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/br/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/br/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/br/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/br/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/br/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/br/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/br/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/br/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/br/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/br/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/br/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/br/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/br/LC_MESSAGES/kipiplugins.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ca/LC_MESSAGES/kipiplugins.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/cs/LC_MESSAGES/kipiplugins.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/cy/LC_MESSAGES/kipiplugins.mo
-share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/de/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/de/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/de/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/de/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/de/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/de/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/de/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/de/LC_MESSAGES/kipiplugins.mo
-share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/el/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/el/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/el/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/el/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/el/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/el/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/el/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/el/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/el/LC_MESSAGES/kipiplugins.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugins.mo
-share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/es/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/es/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/es/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/es/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/es/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/es/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/es/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/es/LC_MESSAGES/kipiplugins.mo
-share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/et/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/et/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/et/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/et/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/et/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/et/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/et/LC_MESSAGES/kipiplugins.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/fr/LC_MESSAGES/kipiplugins.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ga/LC_MESSAGES/kipiplugins.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/gl/LC_MESSAGES/kipiplugins.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/is/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/is/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/is/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/is/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/is/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/is/LC_MESSAGES/kipiplugins.mo
-share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/it/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/it/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/it/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/it/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/it/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/it/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/it/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/it/LC_MESSAGES/kipiplugins.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ja/LC_MESSAGES/kipiplugins.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/lt/LC_MESSAGES/kipiplugins.mo
-share/locale/ms/LC_MESSAGES/kipiplugins.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/mt/LC_MESSAGES/kipiplugins.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nb/LC_MESSAGES/kipiplugins.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nds/LC_MESSAGES/kipiplugins.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/nl/LC_MESSAGES/kipiplugins.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pa/LC_MESSAGES/kipiplugins.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pl/LC_MESSAGES/kipiplugins.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/rw/LC_MESSAGES/kipiplugins.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sk/LC_MESSAGES/kipiplugins.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sr/LC_MESSAGES/kipiplugins.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugins.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sv/LC_MESSAGES/kipiplugins.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/ta/LC_MESSAGES/kipiplugins.mo
-share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/th/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/th/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/th/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/th/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/th/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/th/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/th/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/th/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/th/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/th/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/th/LC_MESSAGES/kipiplugins.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/tr/LC_MESSAGES/kipiplugins.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/uk/LC_MESSAGES/kipiplugins.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
-
-@dirrm share/doc/HTML/sv/kipi-plugins
-@dirrm share/doc/HTML/ru/kipi-plugins
-@dirrm share/doc/HTML/pt_BR/kipi-plugins
-@dirrm share/doc/HTML/nl/kipi-plugins
-@dirrm share/doc/HTML/it/kipi-plugins
-@dirrm share/doc/HTML/et/kipi-plugins
-@dirrm share/doc/HTML/es/kipi-plugins
-@dirrm share/doc/HTML/en/kipi-plugins
-@dirrm share/doc/HTML/de/kipi-plugins
-
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw