diff options
author | ale <ale@FreeBSD.org> | 2006-12-17 00:36:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-12-17 00:36:47 +0800 |
commit | fa3b945354cf953ac295efa155ff5c4a7889d5e7 (patch) | |
tree | 520ef444be5475fc583276935684763d088bd2af /graphics/kipi-plugins-kde4 | |
parent | 44fdd31d90c5dee3820234f4b4342e4b64263b0c (diff) | |
download | freebsd-ports-gnome-fa3b945354cf953ac295efa155ff5c4a7889d5e7.tar.gz freebsd-ports-gnome-fa3b945354cf953ac295efa155ff5c4a7889d5e7.tar.zst freebsd-ports-gnome-fa3b945354cf953ac295efa155ff5c4a7889d5e7.zip |
Update to 0.1.2 release.
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 47 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/distinfo | 6 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in | 11 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpcamera.cpp | 45 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpiface.cpp | 48 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/pkg-descr | 32 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/pkg-plist | 366 |
7 files changed, 493 insertions, 62 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 79706c40d8ee..6a63865604b3 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -6,21 +6,16 @@ # PORTNAME= kipi-plugins -PORTVERSION= 0.1.0.r1 -PORTREVISION= 5 +PORTVERSION= 0.1.2 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= digikam -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} +MASTER_SITE_SUBDIR= kipi MAINTAINER= ale@FreeBSD.org COMMENT= KDE Image Plugin Interface plugins -LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ - kipi.1:${PORTSDIR}/graphics/libkipi \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - Imlib2.3:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ BATCHPROCESSIMAGES "batch processing on images" on \ @@ -28,14 +23,15 @@ OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ CDARCHIVING "create album CDs" on \ FINDIMAGES "find duplicate images in albums" on \ FLICKREXPORT "export images to flickr account" on \ - GALLERYEXPORT "album to remote Gallery server export" on \ - IMAGESGALLERY "album to HTML gallery export" on \ - JPEGLOSSLESS "batch processing without losing meta info" on \ + GALLERYEXPORT "export images to remote Gallery server" on \ + HTMLEXPORT "export images collections into HTML page" on \ + JPEGLOSSLESS "batch processing without losing metainfo" on \ KAMERAKLIENT "GPhoto2 interface (import from cameras)" on \ MPEGENCODER "tool to build a video from images" on \ PRINTWIZARD "a print wizard" on \ RAWCONVERTER "convert RAW images from digital cameras" on \ - SENDIMAGES "an email images plugin" 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 @@ -44,7 +40,7 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_KDELIBS_VER=3 -CONFIGURE_ARGS+=--program-prefix='' +USE_GETTEXT= yes .include <bsd.port.pre.mk> @@ -55,6 +51,7 @@ CONFIGURE_ARGS+=--enable-final .if !defined(WITHOUT_ACQUIREIMAGES) PLIST_SUB+= ACQUIREIMAGES:="" SUBDIRS+= acquireimages +LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff .else PLIST_SUB+= ACQUIREIMAGES:="@comment " .endif @@ -62,6 +59,7 @@ PLIST_SUB+= ACQUIREIMAGES:="@comment " .if !defined(WITHOUT_BATCHPROCESSIMAGES) PLIST_SUB+= BATCHPROCESSIMAGES:="" SUBDIRS+= batchprocessimages +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .else PLIST_SUB+= BATCHPROCESSIMAGES:="@comment " .endif @@ -102,16 +100,19 @@ SUBDIRS+= galleryexport PLIST_SUB+= GALLERYEXPORT:="@comment " .endif -.if !defined(WITHOUT_IMAGESGALLERY) -PLIST_SUB+= IMAGESGALLERY:="" -SUBDIRS+= imagesgallery +.if !defined(WITHOUT_HTMLEXPORT) +PLIST_SUB+= HTMLEXPORT:="" +SUBDIRS+= htmlexport +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt .else -PLIST_SUB+= IMAGESGALLERY:="@comment " +PLIST_SUB+= HTMLEXPORT:="@comment " .endif .if !defined(WITHOUT_JPEGLOSSLESS) PLIST_SUB+= JPEGLOSSLESS:="" SUBDIRS+= jpeglossless +LIB_DEPENDS+= kexif.1:${PORTSDIR}/graphics/libkexif \ + Magick++.10:${PORTSDIR}/graphics/ImageMagick .else PLIST_SUB+= JPEGLOSSLESS:="@comment " .endif @@ -143,6 +144,7 @@ PLIST_SUB+= PRINTWIZARD:="@comment " .if !defined(WITHOUT_RAWCONVERTER) PLIST_SUB+= RAWCONVERTER:="" +LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw MAN1+= kipidcrawclient.1 SUBDIRS+= rawconverter @@ -157,9 +159,17 @@ SUBDIRS+= sendimages 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.3:${PORTSDIR}/graphics/imlib2 .else PLIST_SUB+= SLIDESHOW:="@comment " .endif @@ -167,6 +177,7 @@ PLIST_SUB+= SLIDESHOW:="@comment " .if !defined(WITHOUT_TIMEADJUST) PLIST_SUB+= TIMEADJUST:="" SUBDIRS+= timeadjust +LIB_DEPENDS+= kexif.1:${PORTSDIR}/graphics/libkexif .else PLIST_SUB+= TIMEADJUST:="@comment " .endif @@ -179,6 +190,8 @@ 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' \ diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo index a43eae96110d..cb6f656c885d 100644 --- a/graphics/kipi-plugins-kde4/distinfo +++ b/graphics/kipi-plugins-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (kipi-plugins-0.1.0-rc1.tar.bz2) = e2c5abb08c4f9e82c4d475713b57301f -SHA256 (kipi-plugins-0.1.0-rc1.tar.bz2) = cbdeed82c050b7c5aac2be99586824e144e116fdd27198c99f27c31bec4d7931 -SIZE (kipi-plugins-0.1.0-rc1.tar.bz2) = 3609994 +MD5 (kipi-plugins-0.1.2.tar.bz2) = 4c06a75f4d49f44c55ace9ed46e0f592 +SHA256 (kipi-plugins-0.1.2.tar.bz2) = 54b7efb3f089bf9f4f24b12aee5b981bf49e530e6766ec90f1da4c559eeef318 +SIZE (kipi-plugins-0.1.2.tar.bz2) = 7024061 diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in index a8b670b8e157..c734c35dd301 100644 --- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in +++ b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in @@ -1,13 +1,14 @@ ---- kipi-plugins/Makefile.in.orig Thu Dec 15 18:43:28 2005 -+++ kipi-plugins/Makefile.in Thu Dec 15 18:44:50 2005 -@@ -376,10 +376,7 @@ +--- kipi-plugins/Makefile.in.orig Sun Jul 9 01:51:46 2006 ++++ kipi-plugins/Makefile.in Sat Dec 16 13:42:56 2006 +@@ -385,11 +385,7 @@ @compile_LIBKEXIF_TRUE@TIMEADJUSTDIR = $(timeadjustdir) @compile_ACQUIREIMAGES_TRUE@ACQUIREIMAGESDIR = acquireimages @compile_RAWCONVERTER_TRUE@RAWCONVERTERDIR = rawconverter --SUBDIRS = printwizard calendar mpegencoder cdarchiving imagesgallery \ +-SUBDIRS = printwizard calendar mpegencoder cdarchiving simpleviewerexport\ - sendimages batchprocessimages wallpaper findimages galleryexport flickrexport\ - $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(JPEGLOSSLESSDIR) \ -- $(TIMEADJUSTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) +- $(TIMEADJUSTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) \ +- $(HTMLEXPORTDIR) +SUBDIRS = %%SUBDIRS%% rcdir = $(kde_datadir)/kipi diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpcamera.cpp b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpcamera.cpp new file mode 100644 index 000000000000..ff0c07867a2c --- /dev/null +++ b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpcamera.cpp @@ -0,0 +1,45 @@ +--- kipi-plugins/kameraklient/gpcamera.cpp.orig Sat Dec 16 15:12:23 2006 ++++ kipi-plugins/kameraklient/gpcamera.cpp Sat Dec 16 15:16:23 2006 +@@ -561,7 +561,7 @@ + } + + int GPCamera::autoDetect(QString& model, QString& port) { +- ::CameraList camList; ++ ::CameraList *camList; + CameraAbilitiesList *abilList; + GPPortInfoList *infoList; + const char *camModel_, *camPort_; +@@ -569,27 +569,29 @@ + + context = gp_context_new (); + ++ gp_list_new (&camList); + gp_abilities_list_new (&abilList); + gp_abilities_list_load (abilList, context); + gp_port_info_list_new (&infoList); + gp_port_info_list_load (infoList); +- gp_abilities_list_detect (abilList, infoList, &camList, context); ++ gp_abilities_list_detect (abilList, infoList, camList, context); + gp_abilities_list_free (abilList); + gp_port_info_list_free (infoList); + + gp_context_unref( context ); + +- int count = gp_list_count (&camList); ++ int count = gp_list_count (camList); + + if (count<=0) { + return -1; + } + for (int i = 0; i < count; i++) { +- gp_list_get_name (&camList, i, &camModel_); +- gp_list_get_value (&camList, i, &camPort_); ++ gp_list_get_name (camList, i, &camModel_); ++ gp_list_get_value (camList, i, &camPort_); + } + model = camModel_; + port = camPort_; ++ gp_list_unref (camList); + return 0; + } + diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpiface.cpp b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpiface.cpp new file mode 100644 index 000000000000..4aa32a0b4cd3 --- /dev/null +++ b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_kameraklient_gpiface.cpp @@ -0,0 +1,48 @@ +--- kipi-plugins/kameraklient/gpiface.cpp.orig Sat Dec 16 15:42:30 2006 ++++ kipi-plugins/kameraklient/gpiface.cpp Sat Dec 16 15:43:57 2006 +@@ -33,7 +33,7 @@ + { + + int GPIface::autoDetect(QString& model, QString& port) { +- ::CameraList camList; ++ ::CameraList *camList; + CameraAbilitiesList *abilList; + GPPortInfoList *infoList; + const char *camModel_, *camPort_; +@@ -41,30 +41,31 @@ + + context = gp_context_new (); + ++ gp_list_new (&camList); + gp_abilities_list_new (&abilList); + gp_abilities_list_load (abilList, context); + gp_port_info_list_new (&infoList); + gp_port_info_list_load (infoList); +- gp_abilities_list_detect (abilList, infoList, &camList, context); ++ gp_abilities_list_detect (abilList, infoList, camList, context); + gp_abilities_list_free (abilList); + gp_port_info_list_free (infoList); + + gp_context_unref( context ); + +- int count = gp_list_count (&camList); ++ int count = gp_list_count (camList); + + if (count<=0) { + return -1; + } + + for (int i = 0; i < count; i++) { +- gp_list_get_name (&camList, i, &camModel_); +- gp_list_get_value (&camList, i, &camPort_); ++ gp_list_get_name (camList, i, &camModel_); ++ gp_list_get_value (camList, i, &camPort_); + } + + model = camModel_; + port = camPort_; +- ++ gp_list_unref (camList); + return 0; + } + diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr index 77e4c0a52284..6a7d59ad6505 100644 --- a/graphics/kipi-plugins-kde4/pkg-descr +++ b/graphics/kipi-plugins-kde4/pkg-descr @@ -4,35 +4,7 @@ image plugins among graphic applications. This is a set of plugins using Kipi. -These plugins are included: - -RawConverter: A raw image converter for digital cameras. -SlideShow: Slideshow with effects ripped out from kslideshow and 3D effects - using OpenGL. -MpegEncoder: Create an MPEG slideshow from your images. -ImagesGallery: An HTML gallery generator. -PrintWizard: A wizard to print images in various format. -JpegLossLess: Batch process your JPEG images without losing meta information - and compression. -CdArchiving: Archive your albums on CD or DVD using K3b. -ScanImages: Scanner management using Kooka. -ScreenshotImages: Snap screen based on KSnapshot and adapted to Kipi. -Calendar: A plugin to create calendars. -SendImages: A plugin to send images by email, allowing resizing and - recompressing before sending. -RenameImages: Batch image renamer. -ConvertImages: Batch image converter. -BorderImages: Add border to your images in batch. -FilterImages: Batch image enhancer using digital filters. -ColorImages: Batch image color enhancer. -EffectImages: Batch image transformation effects. -ResizeImages: Batch image resizer. -RecompressImages: Batch image recompressor. -FindDuplicateImages: Find duplicate images in albums. -WallPaper: Set your image as wallpaper. -TimeAdjust: Adjust image file time and date. - WWW: http://extragear.kde.org/apps/kipi -- Arjan -avleeuwen@piwebs.com +- Alex Dupre +ale@FreeBSD.org diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist index 1253e94c9889..6886c173c10a 100644 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ b/graphics/kipi-plugins-kde4/pkg-plist @@ -35,6 +35,9 @@ %%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 @@ -59,13 +62,30 @@ %%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la %%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop -%%IMAGESGALLERY:%%lib/kde3/kipiplugin_imagesgallery.a -%%IMAGESGALLERY:%%lib/kde3/kipiplugin_imagesgallery.la -%%IMAGESGALLERY:%%lib/kde3/kipiplugin_imagesgallery.so -%%IMAGESGALLERY:%%share/apps/kipi/gohome.png -%%IMAGESGALLERY:%%share/apps/kipi/up.png -%%IMAGESGALLERY:%%share/apps/kipi/valid-html401.png -%%IMAGESGALLERY:%%share/services/kipiplugin_imagesgallery.desktop +%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.a +%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.la +%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.so +%%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/simple/simple.desktop +%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/style.css +%%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/matrix +%%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 %%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.a %%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.la @@ -113,6 +133,16 @@ %%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 @@ -135,6 +165,7 @@ %%WALLPAPER:%%share/services/kipiplugin_wallpaper.desktop share/apps/kipi/tips + share/doc/HTML/da/kipi-plugins/acquireimages.docbook share/doc/HTML/da/kipi-plugins/borderimages.docbook share/doc/HTML/da/kipi-plugins/calendar.docbook @@ -145,12 +176,14 @@ share/doc/HTML/da/kipi-plugins/convertimages.docbook share/doc/HTML/da/kipi-plugins/effectimages.docbook share/doc/HTML/da/kipi-plugins/filterimages.docbook share/doc/HTML/da/kipi-plugins/findduplicateimages.docbook +share/doc/HTML/da/kipi-plugins/flickrexport.docbook share/doc/HTML/da/kipi-plugins/galleryexport.docbook share/doc/HTML/da/kipi-plugins/imagesgallery.docbook share/doc/HTML/da/kipi-plugins/index.cache.bz2 share/doc/HTML/da/kipi-plugins/index.docbook share/doc/HTML/da/kipi-plugins/jpeglossless.docbook share/doc/HTML/da/kipi-plugins/kameraklient.docbook +share/doc/HTML/da/kipi-plugins/mpeg_encode_dialog.png share/doc/HTML/da/kipi-plugins/mpegencoder.docbook share/doc/HTML/da/kipi-plugins/printwizard.docbook share/doc/HTML/da/kipi-plugins/rawconverter.docbook @@ -161,6 +194,54 @@ share/doc/HTML/da/kipi-plugins/sendimages.docbook share/doc/HTML/da/kipi-plugins/slideshow.docbook share/doc/HTML/da/kipi-plugins/timeadjust.docbook share/doc/HTML/da/kipi-plugins/wallpaper.docbook +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/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/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/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 @@ -210,6 +291,54 @@ 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/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/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/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 @@ -246,6 +375,7 @@ 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/imagesgallery.docbook share/doc/HTML/it/kipi-plugins/index.cache.bz2 @@ -307,6 +437,7 @@ share/doc/HTML/pt/kipi-plugins/diroperations.docbook share/doc/HTML/pt/kipi-plugins/effectimages.docbook share/doc/HTML/pt/kipi-plugins/filterimages.docbook share/doc/HTML/pt/kipi-plugins/findduplicateimages.docbook +share/doc/HTML/pt/kipi-plugins/flickrexport.docbook share/doc/HTML/pt/kipi-plugins/galleryexport.docbook share/doc/HTML/pt/kipi-plugins/gammacalibration.docbook share/doc/HTML/pt/kipi-plugins/imagesgallery.docbook @@ -363,7 +494,20 @@ 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/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/index.cache.bz2 share/doc/HTML/sv/kipi-plugins/index.docbook @@ -386,12 +530,18 @@ 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/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_htmlexport.mo share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/br/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -399,9 +549,12 @@ share/locale/br/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/br/LC_MESSAGES/kipiplugin_slideshow.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_galleryexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -412,12 +565,18 @@ share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/ca/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/ca/LC_MESSAGES/kipiplugins.mo share/locale/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_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_mpegencoder.mo share/locale/cs/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -425,9 +584,13 @@ share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/cs/LC_MESSAGES/kipiplugin_slideshow.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 @@ -438,12 +601,18 @@ 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/da/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo share/locale/da/LC_MESSAGES/kipiplugin_cdarchiving.mo +share/locale/da/LC_MESSAGES/kipiplugin_findimages.mo +share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/da/LC_MESSAGES/kipiplugin_kameraklient.mo share/locale/da/LC_MESSAGES/kipiplugin_mpegencoder.mo share/locale/da/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -451,12 +620,18 @@ share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/da/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/da/LC_MESSAGES/kipiplugins.mo share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/de/LC_MESSAGES/kipiplugin_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_htmlexport.mo share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/de/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -464,12 +639,18 @@ share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/de/LC_MESSAGES/kipiplugins.mo share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/el/LC_MESSAGES/kipiplugin_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_htmlexport.mo share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/el/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -477,9 +658,12 @@ share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/el/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/el/LC_MESSAGES/kipiplugins.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_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 @@ -490,12 +674,18 @@ 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_htmlexport.mo share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/es/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -503,12 +693,18 @@ share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/es/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/es/LC_MESSAGES/kipiplugins.mo share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/et/LC_MESSAGES/kipiplugin_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_htmlexport.mo share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/et/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -516,15 +712,21 @@ share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/et/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/et/LC_MESSAGES/kipiplugins.mo +share/locale/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_imagesgallery.mo share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/fr/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -532,12 +734,18 @@ share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/fr/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/fr/LC_MESSAGES/kipiplugins.mo share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/ga/LC_MESSAGES/kipiplugin_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_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_mpegencoder.mo share/locale/ga/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -545,9 +753,31 @@ 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 @@ -556,8 +786,10 @@ 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_imagesgallery.mo share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -568,12 +800,18 @@ 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_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_htmlexport.mo share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/it/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -581,9 +819,32 @@ share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/it/LC_MESSAGES/kipiplugins.mo +share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/ja/LC_MESSAGES/kipiplugin_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_htmlexport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/ja/LC_MESSAGES/kipiplugin_kameraklient.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_timeadjust.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 @@ -594,9 +855,12 @@ 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/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 @@ -607,9 +871,11 @@ 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 @@ -618,12 +884,18 @@ 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/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_htmlexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/nl/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -631,23 +903,31 @@ share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/nl/LC_MESSAGES/kipiplugins.mo share/locale/nn/LC_MESSAGES/kipiplugin_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_findimages.mo share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.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_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_timeadjust.mo share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/pa/LC_MESSAGES/kipiplugins.mo share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/pl/LC_MESSAGES/kipiplugin_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_imagesgallery.mo share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -658,12 +938,18 @@ 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/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo share/locale/pt/LC_MESSAGES/kipiplugin_cdarchiving.mo +share/locale/pt/LC_MESSAGES/kipiplugin_findimages.mo +share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/pt/LC_MESSAGES/kipiplugin_kameraklient.mo share/locale/pt/LC_MESSAGES/kipiplugin_mpegencoder.mo share/locale/pt/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -671,9 +957,12 @@ share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/pt/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/pt/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/pt/LC_MESSAGES/kipiplugins.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_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 @@ -684,9 +973,13 @@ 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/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 @@ -697,12 +990,17 @@ 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/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 @@ -710,12 +1008,17 @@ 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 @@ -723,12 +1026,18 @@ 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_htmlexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/sv/LC_MESSAGES/kipiplugin_kameraklient.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 @@ -736,9 +1045,12 @@ share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo +share/locale/sv/LC_MESSAGES/kipiplugins.mo share/locale/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 @@ -749,12 +1061,18 @@ 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/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_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_mpegencoder.mo share/locale/tr/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -762,6 +1080,13 @@ 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_calendar.mo +share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo +share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo +share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.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 @@ -770,6 +1095,7 @@ 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 @@ -778,6 +1104,32 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo @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 @dirrm share/doc/HTML/da/kipi-plugins +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN |