summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2011-02-05 16:04:02 +0000
committerDima Panov <fluffy@FreeBSD.org>2011-02-05 16:04:02 +0000
commit469d31b39fcfcb469b56f953430012b347a64722 (patch)
treedae99a1a7d89016edd460305923d60edf8527d78 /graphics
parent- Update DigiKam to 1.8.0 release (diff)
- Update KIPI-plugins to 1.8.0 release
Approved by: maintainer (implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=268682
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kipi-plugins-kde4/Makefile6
-rw-r--r--graphics/kipi-plugins-kde4/distinfo5
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGdk.cmake48
-rw-r--r--graphics/kipi-plugins-kde4/pkg-plist349
4 files changed, 354 insertions, 54 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
index 3f303b08e9b5..b28d00bfd82b 100644
--- a/graphics/kipi-plugins-kde4/Makefile
+++ b/graphics/kipi-plugins-kde4/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kipi-plugins
-PORTVERSION= 1.4.0
-PORTREVISION= 1
+PORTVERSION= 1.8.0
PORTEPOCH= 1
CATEGORIES= graphics kde
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
@@ -16,7 +15,8 @@ MAINTAINER= kris@pcbsd.org
COMMENT= KDE4 kipi graphics plugins
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
- kipi.7:${PORTSDIR}/graphics/kdegraphics4
+ kipi.8:${PORTSDIR}/graphics/kdegraphics4 \
+ qjson.0:${PORTSDIR}/devel/qjson
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
LATEST_LINK= ${PORTNAME}-kde4
diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo
index 524e646dc93d..bb7e5019c908 100644
--- a/graphics/kipi-plugins-kde4/distinfo
+++ b/graphics/kipi-plugins-kde4/distinfo
@@ -1,3 +1,2 @@
-MD5 (kipi-plugins-1.4.0.tar.bz2) = c4e58884aa8b7bcd815fb1b3d55f144e
-SHA256 (kipi-plugins-1.4.0.tar.bz2) = 64e09816abbbcf317d13c41a3cc1247c57d2f32ee660a033ed85199dc9857df9
-SIZE (kipi-plugins-1.4.0.tar.bz2) = 4410877
+SHA256 (kipi-plugins-1.8.0.tar.bz2) = 10e8be835c00a3b2e880d5653e0b294cbe004dee9d98809e45501a5638c7d142
+SIZE (kipi-plugins-1.8.0.tar.bz2) = 5745914
diff --git a/graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGdk.cmake b/graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGdk.cmake
deleted file mode 100644
index 75ae8f40124b..000000000000
--- a/graphics/kipi-plugins-kde4/files/patch-cmake__modules__FindGdk.cmake
+++ /dev/null
@@ -1,48 +0,0 @@
---- ./cmake/modules/FindGdk.cmake.orig 2009-03-17 04:52:18.000000000 -0400
-+++ ./cmake/modules/FindGdk.cmake 2009-06-08 04:44:58.000000000 -0400
-@@ -16,33 +16,23 @@
- if(NOT WIN32)
- # use pkg-config to get the directories and then use these values
- # in the FIND_PATH() and FIND_LIBRARY() calls
-- INCLUDE(UsePkgConfig)
--
-- PKGCONFIG(gdk-pixbuf-2.0 _GDKIncDir _GDKLinkDir _GDKLinkFlags _GDKCflags)
--
-- set(GDK_DEFINITIONS ${_GDKCflags})
-+ INCLUDE(FindPkgConfig)
-+ PKG_CHECK_MODULES(GDK gdk-pixbuf-2.0)
-+
- endif(NOT WIN32)
-
-- FIND_PATH(GDK_INCLUDE_DIR gdk-pixbuf/gdk-pixbuf.h /usr/include/gtk-2.0
-- ${_GDKIncDir}
-- )
-+ FIND_PATH(GDK_INCLUDE_DIR NAMES gdk-pixbuf/gdk-pixbuf.h
-+ PATHS ${GDK_INCLUDE_DIRS} PATH_SUFFIXES gtk-2.0)
-
-- FIND_LIBRARY(GDK_LIBRARIES NAMES gdk_pixbuf-2.0
-- PATHS
-- ${_GDKLinkDir}
-- )
--
-- if (GDK_INCLUDE_DIR AND GDK_LIBRARIES)
-- SET(GDK_FOUND TRUE)
-- else (GDK_INCLUDE_DIR AND GDK_LIBRARIES)
-- SET(GDK_FOUND FALSE)
-- endif (GDK_INCLUDE_DIR AND GDK_LIBRARIES)
-+ FIND_LIBRARY(GDK_LIBRARY NAMES gdk_pixbuf-2.0 PATHS ${GDK_LIBRARY_DIRS})
-
- include(FindPackageHandleStandardArgs)
-- FIND_PACKAGE_HANDLE_STANDARD_ARGS(Gdk DEFAULT_MSG GDK_INCLUDE_DIR GDK_LIBRARIES )
-+ FIND_PACKAGE_HANDLE_STANDARD_ARGS(Gdk DEFAULT_MSG GDK_INCLUDE_DIR GDK_LIBRARY)
-+
-+ IF(GDK_FOUND)
-+ SET(GDK_LIBRARIES ${GDK_LIBRARY})
-+ ENDIF(GDK_FOUND)
-
-- MARK_AS_ADVANCED(GDK_INCLUDE_DIR GDK_LIBRARIES)
-+ MARK_AS_ADVANCED(GDK_INCLUDE_DIR GDK_LIBRARY)
-
- endif (GDK_INCLUDE_DIR AND GDK_LIBRARIES)
--
--macro_bool_to_01(GDK_FOUND GDK_FOUND)
diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist
index dd9b38fa98d8..ea7a9ab8e270 100644
--- a/graphics/kipi-plugins-kde4/pkg-plist
+++ b/graphics/kipi-plugins-kde4/pkg-plist
@@ -1,10 +1,12 @@
bin/dngconverter
+bin/dnginfo
bin/expoblending
bin/scangui
lib/kde4/kipiplugin_acquireimages.so
lib/kde4/kipiplugin_advancedslideshow.so
lib/kde4/kipiplugin_batchprocessimages.so
%%PIMLIBS%%lib/kde4/kipiplugin_calendar.so
+lib/kde4/kipiplugin_debianscreenshots.so
lib/kde4/kipiplugin_dngconverter.so
lib/kde4/kipiplugin_expoblending.so
lib/kde4/kipiplugin_facebook.so
@@ -17,6 +19,7 @@ lib/kde4/kipiplugin_imageviewer.so
%%GPOD%%lib/kde4/kipiplugin_ipodexport.so
lib/kde4/kipiplugin_jpeglossless.so
lib/kde4/kipiplugin_kioexportimport.so
+lib/kde4/kipiplugin_kopete.so
lib/kde4/kipiplugin_metadataedit.so
lib/kde4/kipiplugin_picasawebexport.so
lib/kde4/kipiplugin_piwigoexport.so
@@ -145,6 +148,7 @@ share/apps/kipiplugin_printimages/templates/Thumbnails_6x5.desktop
share/apps/kipiplugin_printimages/templates/templates.xml
%%OPENCV%%share/apps/kipiplugin_removeredeyes/controlwidget.svg
%%OPENCV%%share/apps/kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml
+share/icons/hicolor/16x16/actions/debianscreenshots.png
share/icons/hicolor/16x16/actions/expoblending.png
share/icons/hicolor/16x16/actions/facebook.png
share/icons/hicolor/16x16/actions/flash.png
@@ -158,6 +162,7 @@ share/icons/hicolor/16x16/actions/piwigo.png
share/icons/hicolor/16x16/actions/shwup.png
share/icons/hicolor/16x16/actions/smugmug.png
share/icons/hicolor/16x16/actions/zooomr.png
+share/icons/hicolor/22x22/actions/debianscreenshots.png
share/icons/hicolor/22x22/actions/expoblending.png
share/icons/hicolor/22x22/actions/facebook.png
share/icons/hicolor/22x22/actions/flash.png
@@ -173,6 +178,7 @@ share/icons/hicolor/22x22/actions/zooomr.png
share/icons/hicolor/32x32/actions/borderimages.png
share/icons/hicolor/32x32/actions/colorimages.png
share/icons/hicolor/32x32/actions/convertimages.png
+share/icons/hicolor/32x32/actions/debianscreenshots.png
share/icons/hicolor/32x32/actions/effectimages.png
share/icons/hicolor/32x32/actions/expoblending.png
share/icons/hicolor/32x32/actions/facebook.png
@@ -194,6 +200,7 @@ share/icons/hicolor/32x32/actions/shwup.png
share/icons/hicolor/32x32/actions/smugmug.png
share/icons/hicolor/32x32/actions/timeadjust.png
share/icons/hicolor/32x32/actions/zooomr.png
+share/icons/hicolor/48x48/actions/debianscreenshots.png
share/icons/hicolor/48x48/actions/expoblending.png
share/icons/hicolor/48x48/actions/facebook.png
share/icons/hicolor/48x48/actions/flash.png
@@ -206,6 +213,7 @@ share/icons/hicolor/48x48/actions/shwup.png
share/icons/hicolor/48x48/actions/smugmug.png
share/icons/hicolor/48x48/actions/zooomr.png
share/icons/hicolor/64x64/actions/metadataedit.png
+share/icons/hicolor/scalable/actions/debianscreenshots.svgz
share/icons/hicolor/scalable/actions/facebook.svgz
share/icons/hicolor/scalable/actions/flash.svgz
share/icons/hicolor/scalable/actions/flickr.svgz
@@ -233,6 +241,7 @@ share/kde4/services/kipiplugin_acquireimages.desktop
share/kde4/services/kipiplugin_advancedslideshow.desktop
share/kde4/services/kipiplugin_batchprocessimages.desktop
%%PIMLIBS%%share/kde4/services/kipiplugin_calendar.desktop
+share/kde4/services/kipiplugin_debianscreenshots.desktop
share/kde4/services/kipiplugin_dngconverter.desktop
share/kde4/services/kipiplugin_expoblending.desktop
share/kde4/services/kipiplugin_facebook.desktop
@@ -245,6 +254,7 @@ share/kde4/services/kipiplugin_imageviewer.desktop
%%GPOD%%share/kde4/services/kipiplugin_ipodexport.desktop
share/kde4/services/kipiplugin_jpeglossless.desktop
share/kde4/services/kipiplugin_kioexportimport.desktop
+share/kde4/services/kipiplugin_kopete.desktop
share/kde4/services/kipiplugin_metadataedit.desktop
share/kde4/services/kipiplugin_picasawebexport.desktop
share/kde4/services/kipiplugin_piwigoexport.desktop
@@ -284,6 +294,36 @@ share/locale/be/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/be/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/be/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/be/LC_MESSAGES/kipiplugins.mo
+share/locale/bg/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/bg/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/ca/LC_MESSAGES/kipiplugins.mo
share/locale/ca@valencia/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ca@valencia/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ca@valencia/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -340,6 +380,34 @@ share/locale/cs/LC_MESSAGES/kipiplugin_smug.mo
share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/cs/LC_MESSAGES/kipiplugins.mo
+share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/da/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/da/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/da/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/da/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/da/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/da/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/da/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/da/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/da/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/da/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/da/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/da/LC_MESSAGES/kipiplugins.mo
share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -368,6 +436,30 @@ share/locale/de/LC_MESSAGES/kipiplugin_smug.mo
share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/de/LC_MESSAGES/kipiplugins.mo
+share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/el/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/el/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/el/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/el/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/el/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/el/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/el/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/el/LC_MESSAGES/kipiplugins.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -511,6 +603,34 @@ share/locale/fi/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/fi/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/fi/LC_MESSAGES/kipiplugins.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/fr/LC_MESSAGES/kipiplugins.mo
share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ga/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -567,6 +687,7 @@ share/locale/gl/LC_MESSAGES/kipiplugin_smug.mo
share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/gl/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/gl/LC_MESSAGES/kipiplugins.mo
+share/locale/he/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/hi/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/hi/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/hi/LC_MESSAGES/kipiplugin_flashexport.mo
@@ -587,6 +708,90 @@ share/locale/hne/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/hne/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/hne/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/hne/LC_MESSAGES/kipiplugins.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/hr/LC_MESSAGES/kipiplugins.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/is/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/is/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/is/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/is/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/is/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/is/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/is/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/is/LC_MESSAGES/kipiplugins.mo
+share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/it/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/it/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/it/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/it/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/it/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/it/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/it/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/it/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/it/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/it/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/it/LC_MESSAGES/kipiplugins.mo
share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -617,17 +822,38 @@ share/locale/ja/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ja/LC_MESSAGES/kipiplugins.mo
share/locale/km/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/km/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/km/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/km/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/km/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/km/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/km/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/km/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/km/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/km/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/km/LC_MESSAGES/kipiplugin_kioexportimport.mo
share/locale/km/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/km/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_printimages.mo
share/locale/km/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/km/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/km/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/km/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/km/LC_MESSAGES/kipiplugin_smug.mo
share/locale/km/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/km/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/km/LC_MESSAGES/kipiplugins.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/lt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -656,6 +882,45 @@ share/locale/lt/LC_MESSAGES/kipiplugin_smug.mo
share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/lt/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/lt/LC_MESSAGES/kipiplugins.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/lv/LC_MESSAGES/kipiplugins.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/mai/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/mai/LC_MESSAGES/kipiplugins.mo
share/locale/ms/LC_MESSAGES/kipiplugins.mo
share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nb/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -770,6 +1035,26 @@ share/locale/oc/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/oc/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/oc/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/oc/LC_MESSAGES/kipiplugins.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/pa/LC_MESSAGES/kipiplugins.mo
share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -782,6 +1067,7 @@ share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_kioexportimport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/pl/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_printimages.mo
@@ -875,11 +1161,14 @@ share/locale/ro/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ro/LC_MESSAGES/kipiplugins.mo
share/locale/ru/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ru/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/ru/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ru/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ru/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_imageviewer.mo
@@ -888,8 +1177,12 @@ share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ru/LC_MESSAGES/kipiplugin_kioexportimport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ru/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_printimages.mo
share/locale/ru/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/ru/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/ru/LC_MESSAGES/kipiplugin_smug.mo
share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ru/LC_MESSAGES/kipiplugin_wallpaper.mo
@@ -926,6 +1219,34 @@ share/locale/sk/LC_MESSAGES/kipiplugin_smug.mo
share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/sk/LC_MESSAGES/kipiplugins.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/sv/LC_MESSAGES/kipiplugins.mo
share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -1008,6 +1329,34 @@ share/locale/uk/LC_MESSAGES/kipiplugin_smug.mo
share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/uk/LC_MESSAGES/kipiplugins.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_batchprocessimages.mo