diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-03 08:29:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-03 08:29:49 +0800 |
commit | 0b8275675a342a7c31f09881247792accc959eb8 (patch) | |
tree | 1f4319460439aa4e11d249700eb6334de23d8985 | |
parent | 61e2b594bec529ed20633675112d48c9b81f889a (diff) | |
download | freebsd-ports-gnome-0b8275675a342a7c31f09881247792accc959eb8.tar.gz freebsd-ports-gnome-0b8275675a342a7c31f09881247792accc959eb8.tar.zst freebsd-ports-gnome-0b8275675a342a7c31f09881247792accc959eb8.zip |
[PATCH] graphics/kipi-plugins: update to 0.1.0.r1
- Update to 0.1.0.r1
- Adds new plugins: Flickr Export and Kamera Klient
- Requires libkipi upgraded to 1.2
PR: ports/90587
Submitted by: Tim Middleton <x@vex.net>
Approved by: maintainer timeout
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 23 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/distinfo | 5 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in | 10 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/pkg-plist | 230 | ||||
-rw-r--r-- | graphics/kipi-plugins/Makefile | 23 | ||||
-rw-r--r-- | graphics/kipi-plugins/distinfo | 5 | ||||
-rw-r--r-- | graphics/kipi-plugins/files/patch-kipi-plugins_Makefile.in | 10 | ||||
-rw-r--r-- | graphics/kipi-plugins/pkg-plist | 230 |
8 files changed, 342 insertions, 194 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 4a5066c8adce..d62a45f9e8c0 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -6,19 +6,19 @@ # PORTNAME= kipi-plugins -PORTVERSION= 0.1.0.b.2 +PORTVERSION= 0.1.0.r1 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= digikam -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./-beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= avleeuwen@piwebs.com COMMENT= KDE Image Plugin Interface plugins LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ - kipi.0:${PORTSDIR}/graphics/libkipi \ + kipi.1:${PORTSDIR}/graphics/libkipi \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ Imlib2.3:${PORTSDIR}/graphics/imlib2 @@ -27,9 +27,11 @@ OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" 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 "album to remote Gallery server export" on \ IMAGESGALLERY "album to HTML gallery export" on \ JPEGLOSSLESS "batch processing without losing meta info" 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 \ @@ -87,6 +89,13 @@ SUBDIRS+= findimages 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 @@ -108,6 +117,14 @@ SUBDIRS+= jpeglossless 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_MPEGENCODER) PLIST_SUB+= MPEGENCODER:="" RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo index d01a84130bf9..2decf85b17bb 100644 --- a/graphics/kipi-plugins-kde4/distinfo +++ b/graphics/kipi-plugins-kde4/distinfo @@ -1,3 +1,4 @@ -MD5 (kipi-plugins-0.1.0-beta2.tar.bz2) = 1dd0cb05e0c7da43861d2bf0affaa4b3 -SHA256 (kipi-plugins-0.1.0-beta2.tar.bz2) = 7ab3f036204e257ca0bcba327b0374755ff4ad5f05f890698b30a55b01ebe4a1 +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 SIZE (kipi-plugins-0.1.0-beta2.tar.bz2) = 2819694 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 205d53d5b9f2..a8b670b8e157 100644 --- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in +++ b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in @@ -1,11 +1,11 @@ ---- kipi-plugins/Makefile.in.orig Wed Feb 9 16:37:03 2005 -+++ kipi-plugins/Makefile.in Sat Mar 5 18:21:29 2005 -@@ -359,10 +359,7 @@ - @compile_TIMEADJUST_TRUE@TIMEADJUSTDIR = timeadjust +--- 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 @@ + @compile_LIBKEXIF_TRUE@TIMEADJUSTDIR = $(timeadjustdir) @compile_ACQUIREIMAGES_TRUE@ACQUIREIMAGESDIR = acquireimages @compile_RAWCONVERTER_TRUE@RAWCONVERTERDIR = rawconverter -SUBDIRS = printwizard calendar mpegencoder cdarchiving imagesgallery \ -- sendimages batchprocessimages wallpaper findimages galleryexport \ +- sendimages batchprocessimages wallpaper findimages galleryexport flickrexport\ - $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(JPEGLOSSLESSDIR) \ - $(TIMEADJUSTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) +SUBDIRS = %%SUBDIRS%% diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist index dc95ebe26730..1d3f013d72bd 100644 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ b/graphics/kipi-plugins-kde4/pkg-plist @@ -44,6 +44,10 @@ %%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons %%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages +%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.la +%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.so +%%FLICKREXPORT:%%share/services/kipiplugin_flickrexport.desktop + %%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.so %%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la %%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop @@ -66,6 +70,10 @@ %%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons %%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless +%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.la +%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.so +%%KAMERAKLIENT:%%share/services/kipiplugin_kameraklient.desktop + %%MPEGENCODER:%%bin/images2mpg %%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.la %%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.so @@ -120,6 +128,7 @@ 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/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 @@ -136,6 +145,8 @@ 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/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/borderimages.docbook share/doc/HTML/en/kipi-plugins/calendar.docbook @@ -146,7 +157,19 @@ 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/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/index.cache.bz2 share/doc/HTML/en/kipi-plugins/index.docbook @@ -170,6 +193,32 @@ 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/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/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 @@ -180,6 +229,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/galleryexport.docbook share/doc/HTML/it/kipi-plugins/imagesgallery.docbook share/doc/HTML/it/kipi-plugins/index.cache.bz2 share/doc/HTML/it/kipi-plugins/index.docbook @@ -206,6 +256,7 @@ 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/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 @@ -214,12 +265,18 @@ 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/kipi-plugins/acquireimages.docbook @@ -233,8 +290,8 @@ 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/gammacalibration.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 share/doc/HTML/pt/kipi-plugins/index.cache.bz2 share/doc/HTML/pt/kipi-plugins/index.docbook @@ -313,10 +370,8 @@ 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_galleryexport.mo share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -327,14 +382,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 share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -342,23 +395,22 @@ 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_galleryexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.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_timeadjust.mo +share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.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_galleryexport.mo share/locale/cy/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/cy/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -369,27 +421,22 @@ 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_galleryexport.mo share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.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 +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_galleryexport.mo share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -400,12 +447,22 @@ 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_calendar.mo +share/locale/el/LC_MESSAGES/kipiplugin_cdarchiving.mo +share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.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_timeadjust.mo +share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.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 @@ -416,12 +473,9 @@ 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_galleryexport.mo share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -432,12 +486,10 @@ 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_galleryexport.mo share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -447,15 +499,12 @@ 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_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_galleryexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -466,12 +515,9 @@ 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_galleryexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -482,23 +528,19 @@ 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/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_imagesgallery.mo share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -509,12 +551,9 @@ 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_galleryexport.mo share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -525,12 +564,9 @@ 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/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_galleryexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -539,13 +575,11 @@ 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/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 @@ -556,12 +590,20 @@ 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_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/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_galleryexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -572,14 +614,24 @@ 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_galleryexport.mo +share/locale/pa/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.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/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_galleryexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -589,13 +641,12 @@ 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_galleryexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.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 @@ -603,12 +654,10 @@ 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 share/locale/pt_BR/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -618,12 +667,23 @@ 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_calendar.mo +share/locale/rw/LC_MESSAGES/kipiplugin_cdarchiving.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/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_galleryexport.mo share/locale/sr/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/sr/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -633,26 +693,35 @@ 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@Latn/LC_MESSAGES/kipiplugin_acquireimages.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_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_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/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_galleryexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.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_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 @@ -663,12 +732,9 @@ 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_galleryexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -679,25 +745,14 @@ 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/xx/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/xx/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/xx/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/xx/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/xx/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/xx/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/xx/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/xx/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/xx/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/xx/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/xx/LC_MESSAGES/kipiplugins.mo -@dirrm share/locale/xx/LC_MESSAGES -@dirrm share/locale/xx 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 @dirrm share/doc/HTML/sv/kipi-plugins @dirrm share/doc/HTML/ru/kipi-plugins @@ -705,6 +760,7 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo @dirrm share/doc/HTML/pt/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/en/kipi-plugins @dirrm share/doc/HTML/da/kipi-plugins diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index 4a5066c8adce..d62a45f9e8c0 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -6,19 +6,19 @@ # PORTNAME= kipi-plugins -PORTVERSION= 0.1.0.b.2 +PORTVERSION= 0.1.0.r1 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= digikam -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./-beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= avleeuwen@piwebs.com COMMENT= KDE Image Plugin Interface plugins LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ - kipi.0:${PORTSDIR}/graphics/libkipi \ + kipi.1:${PORTSDIR}/graphics/libkipi \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ Imlib2.3:${PORTSDIR}/graphics/imlib2 @@ -27,9 +27,11 @@ OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" 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 "album to remote Gallery server export" on \ IMAGESGALLERY "album to HTML gallery export" on \ JPEGLOSSLESS "batch processing without losing meta info" 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 \ @@ -87,6 +89,13 @@ SUBDIRS+= findimages 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 @@ -108,6 +117,14 @@ SUBDIRS+= jpeglossless 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_MPEGENCODER) PLIST_SUB+= MPEGENCODER:="" RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ diff --git a/graphics/kipi-plugins/distinfo b/graphics/kipi-plugins/distinfo index d01a84130bf9..2decf85b17bb 100644 --- a/graphics/kipi-plugins/distinfo +++ b/graphics/kipi-plugins/distinfo @@ -1,3 +1,4 @@ -MD5 (kipi-plugins-0.1.0-beta2.tar.bz2) = 1dd0cb05e0c7da43861d2bf0affaa4b3 -SHA256 (kipi-plugins-0.1.0-beta2.tar.bz2) = 7ab3f036204e257ca0bcba327b0374755ff4ad5f05f890698b30a55b01ebe4a1 +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 SIZE (kipi-plugins-0.1.0-beta2.tar.bz2) = 2819694 diff --git a/graphics/kipi-plugins/files/patch-kipi-plugins_Makefile.in b/graphics/kipi-plugins/files/patch-kipi-plugins_Makefile.in index 205d53d5b9f2..a8b670b8e157 100644 --- a/graphics/kipi-plugins/files/patch-kipi-plugins_Makefile.in +++ b/graphics/kipi-plugins/files/patch-kipi-plugins_Makefile.in @@ -1,11 +1,11 @@ ---- kipi-plugins/Makefile.in.orig Wed Feb 9 16:37:03 2005 -+++ kipi-plugins/Makefile.in Sat Mar 5 18:21:29 2005 -@@ -359,10 +359,7 @@ - @compile_TIMEADJUST_TRUE@TIMEADJUSTDIR = timeadjust +--- 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 @@ + @compile_LIBKEXIF_TRUE@TIMEADJUSTDIR = $(timeadjustdir) @compile_ACQUIREIMAGES_TRUE@ACQUIREIMAGESDIR = acquireimages @compile_RAWCONVERTER_TRUE@RAWCONVERTERDIR = rawconverter -SUBDIRS = printwizard calendar mpegencoder cdarchiving imagesgallery \ -- sendimages batchprocessimages wallpaper findimages galleryexport \ +- sendimages batchprocessimages wallpaper findimages galleryexport flickrexport\ - $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(JPEGLOSSLESSDIR) \ - $(TIMEADJUSTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) +SUBDIRS = %%SUBDIRS%% diff --git a/graphics/kipi-plugins/pkg-plist b/graphics/kipi-plugins/pkg-plist index dc95ebe26730..1d3f013d72bd 100644 --- a/graphics/kipi-plugins/pkg-plist +++ b/graphics/kipi-plugins/pkg-plist @@ -44,6 +44,10 @@ %%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons %%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages +%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.la +%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.so +%%FLICKREXPORT:%%share/services/kipiplugin_flickrexport.desktop + %%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.so %%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la %%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop @@ -66,6 +70,10 @@ %%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons %%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless +%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.la +%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.so +%%KAMERAKLIENT:%%share/services/kipiplugin_kameraklient.desktop + %%MPEGENCODER:%%bin/images2mpg %%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.la %%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.so @@ -120,6 +128,7 @@ 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/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 @@ -136,6 +145,8 @@ 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/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/borderimages.docbook share/doc/HTML/en/kipi-plugins/calendar.docbook @@ -146,7 +157,19 @@ 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/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/index.cache.bz2 share/doc/HTML/en/kipi-plugins/index.docbook @@ -170,6 +193,32 @@ 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/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/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 @@ -180,6 +229,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/galleryexport.docbook share/doc/HTML/it/kipi-plugins/imagesgallery.docbook share/doc/HTML/it/kipi-plugins/index.cache.bz2 share/doc/HTML/it/kipi-plugins/index.docbook @@ -206,6 +256,7 @@ 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/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 @@ -214,12 +265,18 @@ 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/kipi-plugins/acquireimages.docbook @@ -233,8 +290,8 @@ 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/gammacalibration.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 share/doc/HTML/pt/kipi-plugins/index.cache.bz2 share/doc/HTML/pt/kipi-plugins/index.docbook @@ -313,10 +370,8 @@ 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_galleryexport.mo share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -327,14 +382,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 share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -342,23 +395,22 @@ 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_galleryexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.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_timeadjust.mo +share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.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_galleryexport.mo share/locale/cy/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/cy/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -369,27 +421,22 @@ 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_galleryexport.mo share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.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 +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_galleryexport.mo share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -400,12 +447,22 @@ 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_calendar.mo +share/locale/el/LC_MESSAGES/kipiplugin_cdarchiving.mo +share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.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_timeadjust.mo +share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.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 @@ -416,12 +473,9 @@ 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_galleryexport.mo share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -432,12 +486,10 @@ 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_galleryexport.mo share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -447,15 +499,12 @@ 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_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_galleryexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -466,12 +515,9 @@ 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_galleryexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -482,23 +528,19 @@ 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/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_imagesgallery.mo share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -509,12 +551,9 @@ 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_galleryexport.mo share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -525,12 +564,9 @@ 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/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_galleryexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -539,13 +575,11 @@ 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/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 @@ -556,12 +590,20 @@ 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_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/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_galleryexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -572,14 +614,24 @@ 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_galleryexport.mo +share/locale/pa/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.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/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_galleryexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -589,13 +641,12 @@ 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_galleryexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_imagesgallery.mo +share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.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 @@ -603,12 +654,10 @@ 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 share/locale/pt_BR/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -618,12 +667,23 @@ 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_calendar.mo +share/locale/rw/LC_MESSAGES/kipiplugin_cdarchiving.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/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_galleryexport.mo share/locale/sr/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/sr/LC_MESSAGES/kipiplugin_mpegencoder.mo @@ -633,26 +693,35 @@ 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@Latn/LC_MESSAGES/kipiplugin_acquireimages.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_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_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/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_galleryexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.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_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 @@ -663,12 +732,9 @@ 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_galleryexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -679,25 +745,14 @@ 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/xx/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/xx/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/xx/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/xx/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/xx/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/xx/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/xx/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/xx/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/xx/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/xx/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/xx/LC_MESSAGES/kipiplugins.mo -@dirrm share/locale/xx/LC_MESSAGES -@dirrm share/locale/xx 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 @dirrm share/doc/HTML/sv/kipi-plugins @dirrm share/doc/HTML/ru/kipi-plugins @@ -705,6 +760,7 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo @dirrm share/doc/HTML/pt/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/en/kipi-plugins @dirrm share/doc/HTML/da/kipi-plugins |