diff --git a/ChangeLog b/ChangeLog index b4a6395..5c0a049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6451,7 +6451,7 @@ V 0.1.4-beta1 - 2007-06-04 * [r626918] kipi-plugins/ipodexport/Makefile.am: Added message target for translators - CCMAIL:tde-i18n-doc@kde.org + CCMAIL:kde-i18n-doc@kde.org CCMAIL:kde-imaging@kde.org ---------------------------------------------------------------------------- diff --git a/acinclude.m4 b/acinclude.m4 index 35aeaff..e4418b3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2094,35 +2094,35 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KDED, $lib_kded) AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDEUI, "-ltdeui") - AC_SUBST(LIB_KIO, "-ltdeio") + AC_SUBST(LIB_TDEIO, "-ltdeio") AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_TDEABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") - AC_SUBST(LIB_KSPELL, "-ltdespell") - AC_SUBST(LIB_KPARTS, "-ltdeparts") + AC_SUBST(LIB_TDESPELL, "-ltdespell") + AC_SUBST(LIB_TDEPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") - AC_SUBST(LIB_KUTILS, "-ltdeutils") + AC_SUBST(LIB_TDEUTILS, "-ltdeutils") AC_SUBST(LIB_TDEPIM, "-ltdepim") - AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy") + AC_SUBST(LIB_TDEIMPROXY, "-ltdeimproxy") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") - AC_SUBST(LIB_KDNSSD, "-ltdednssd") - AC_SUBST(LIB_KUNITTEST, "-ltdeunittest") + AC_SUBST(LIB_TDEDNSSD, "-ltdednssd") + AC_SUBST(LIB_TDEUNITTEST, "-ltdeunittest") # these are for backward compatibility - AC_SUBST(LIB_KSYCOCA, "-ltdeio") + AC_SUBST(LIB_TDESYCOCA, "-ltdeio") AC_SUBST(LIB_TDEFILE, "-ltdeio") elif test $kde_qtver = 2; then AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDEUI, "-ltdeui") - AC_SUBST(LIB_KIO, "-ltdeio") - AC_SUBST(LIB_KSYCOCA, "-ltdesycoca") + AC_SUBST(LIB_TDEIO, "-ltdeio") + AC_SUBST(LIB_TDESYCOCA, "-ltdesycoca") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_TDEFILE, "-ltdefile") AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_TDEHTML, "-ltdehtml") - AC_SUBST(LIB_KSPELL, "-ltdespell") - AC_SUBST(LIB_KPARTS, "-ltdeparts") + AC_SUBST(LIB_TDESPELL, "-ltdespell") + AC_SUBST(LIB_TDEPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") else AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") diff --git a/admin b/admin index b4d585c..6b7f722 160000 --- a/admin +++ b/admin @@ -1 +1 @@ -Subproject commit b4d585c643d92787bfa17b935ce00b09960ee360 +Subproject commit 6b7f7225eff4c49b2dd71804d5fdacb03efcf461 diff --git a/kipi-plugins/ChangeLog b/kipi-plugins/ChangeLog index 2e1eb0d..5fac4e8 100644 --- a/kipi-plugins/ChangeLog +++ b/kipi-plugins/ChangeLog @@ -6577,7 +6577,7 @@ V 0.1.4-beta1 - 2007-06-04 * [r626918] kipi-plugins/ipodexport/Makefile.am: Added message target for translators - CCMAIL:tde-i18n-doc@kde.org + CCMAIL:kde-i18n-doc@kde.org CCMAIL:kde-imaging@kde.org ---------------------------------------------------------------------------- diff --git a/kipi-plugins/acquireimages/Makefile.am b/kipi-plugins/acquireimages/Makefile.am index 42c6806..5d724d2 100644 --- a/kipi-plugins/acquireimages/Makefile.am +++ b/kipi-plugins/acquireimages/Makefile.am @@ -8,7 +8,7 @@ kipiplugin_acquireimages_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) kipiplugin_acquireimages_la_SOURCES = plugin_acquireimages.cpp acquireimagedialog.cpp screenshotdialog.cpp # Libs needed by the plugin -kipiplugin_acquireimages_la_LIBADD = $(LIB_TIFF) $(LIB_X11) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_acquireimages_la_LIBADD = $(LIB_TIFF) $(LIB_X11) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_acquireimages_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/batchprocessimages/Makefile.am b/kipi-plugins/batchprocessimages/Makefile.am index fb976dc..92ac828 100644 --- a/kipi-plugins/batchprocessimages/Makefile.am +++ b/kipi-plugins/batchprocessimages/Makefile.am @@ -21,7 +21,7 @@ kipiplugin_batchprocessimages_la_SOURCES = plugin_batchprocessimages.cpp batchpr renameimagesbase.ui renameimageswidget.cpp # Libs needed by the plugin -kipiplugin_batchprocessimages_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKEXIV2_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_batchprocessimages_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKEXIV2_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_batchprocessimages_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/calendar/Makefile.am b/kipi-plugins/calendar/Makefile.am index a9df367..574d354 100644 --- a/kipi-plugins/calendar/Makefile.am +++ b/kipi-plugins/calendar/Makefile.am @@ -9,7 +9,7 @@ kipiplugin_calendar_la_SOURCES = plugin_calendar.cpp calwizard.cpp \ caltemplate.cpp calsettings.cpp calwidget.cpp calpainter.cpp calselect.cpp \ monthwidget.cpp calformatter.cpp calevents.cpp caleventsbase.ui -kipiplugin_calendar_la_LIBADD = $(LIB_TDEPRINT) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_calendar_la_LIBADD = $(LIB_TDEPRINT) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_calendar_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins -lkcal diff --git a/kipi-plugins/cdarchiving/Makefile.am b/kipi-plugins/cdarchiving/Makefile.am index c507f8a..66e3483 100644 --- a/kipi-plugins/cdarchiving/Makefile.am +++ b/kipi-plugins/cdarchiving/Makefile.am @@ -11,7 +11,7 @@ kipiplugin_cdarchiving_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) kipiplugin_cdarchiving_la_SOURCES = plugin_cdarchiving.cpp cdarchivingdialog.cpp cdarchiving.cpp # Libs needed by the plugin -kipiplugin_cdarchiving_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_cdarchiving_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_cdarchiving_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/findimages/Makefile.am b/kipi-plugins/findimages/Makefile.am index 605bf84..72b92f1 100644 --- a/kipi-plugins/findimages/Makefile.am +++ b/kipi-plugins/findimages/Makefile.am @@ -13,7 +13,7 @@ kipiplugin_findimages_la_SOURCES = plugin_findimages.cpp displaycompare.cpp \ fuzzycompare.cpp fastcompare.cpp actions.cpp # Libs needed by the plugin -kipiplugin_findimages_la_LIBADD = -ltdefx $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_findimages_la_LIBADD = -ltdefx $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_findimages_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/flickrexport/Makefile.am b/kipi-plugins/flickrexport/Makefile.am index 912fc9d..31d7322 100644 --- a/kipi-plugins/flickrexport/Makefile.am +++ b/kipi-plugins/flickrexport/Makefile.am @@ -12,7 +12,7 @@ kipiplugin_flickrexport_la_SOURCES = plugin_flickrexport.cpp imageslist.cpp \ flickrwidget.cpp mpform.cpp flickralbumdialog.ui \ flickrviewitem.cpp -kipiplugin_flickrexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_flickrexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_flickrexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/galleryexport/Makefile.am b/kipi-plugins/galleryexport/Makefile.am index 7c30d18..40b1d4f 100644 --- a/kipi-plugins/galleryexport/Makefile.am +++ b/kipi-plugins/galleryexport/Makefile.am @@ -14,7 +14,7 @@ kipiplugin_galleryexport_la_SOURCES = plugin_galleryexport.cpp \ galleryviewitem.cpp kipiplugin_galleryexport_la_LIBADD = $(LIBKEXIV2_LIBS) \ - -ltdewalletclient $(LIB_TDEHTML) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) + -ltdewalletclient $(LIB_TDEHTML) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_galleryexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/gpssync/Makefile.am b/kipi-plugins/gpssync/Makefile.am index fa636ea..5d95453 100644 --- a/kipi-plugins/gpssync/Makefile.am +++ b/kipi-plugins/gpssync/Makefile.am @@ -15,7 +15,7 @@ kipiplugin_gpssync_la_SOURCES = plugin_gpssync.cpp gpssyncdialog.cpp gpslistview # Libs needed by the plugin kipiplugin_gpssync_la_LIBADD = $(LIBKEXIV2_LIBS) -lkipiplugins $(LIBKIPI_LIBS) $(LIB_TDEHTML) \ - $(LIB_KPARTS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) \ + $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) \ $(LIB_TDEFILE) # LD flags for the plugin diff --git a/kipi-plugins/imageviewer/Makefile.am b/kipi-plugins/imageviewer/Makefile.am index 9ccef61..020917a 100644 --- a/kipi-plugins/imageviewer/Makefile.am +++ b/kipi-plugins/imageviewer/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = kipiplugin_viewer.la kipiplugin_viewer_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) $(LIBKDCRAW_LIBS_DEP) kipiplugin_viewer_la_SOURCES = viewerwidget.cpp texture.cpp timer.cpp plugin_viewer.cpp help.ui -kipiplugin_viewer_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lGL +kipiplugin_viewer_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lGL kipiplugin_viewer_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) kde_services_DATA = kipiplugin_viewer.desktop diff --git a/kipi-plugins/ipodexport/Makefile.am b/kipi-plugins/ipodexport/Makefile.am index 439928f..158b375 100644 --- a/kipi-plugins/ipodexport/Makefile.am +++ b/kipi-plugins/ipodexport/Makefile.am @@ -15,7 +15,7 @@ kipiplugin_ipodexport_la_SOURCES = plugin_ipodexport.cpp \ ipodlistitem.cpp \ imagelist.cpp -kipiplugin_ipodexport_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_ipodexport_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_ipodexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIBGPOD_LIBS) $(all_libraries) diff --git a/kipi-plugins/jpeglossless/utils.h b/kipi-plugins/jpeglossless/utils.h index 4ed7c45..e73a7b9 100644 --- a/kipi-plugins/jpeglossless/utils.h +++ b/kipi-plugins/jpeglossless/utils.h @@ -58,7 +58,7 @@ public: // Static methods. static bool isRAW(const TQString& file); /** POSIX Compliant File Copy and Move - - Can't use KIO based operations as we need to use these in a thread + Can't use TDEIO based operations as we need to use these in a thread */ static bool CopyFile(const TQString& src, const TQString& dst); diff --git a/kipi-plugins/kameraklient/Makefile.am b/kipi-plugins/kameraklient/Makefile.am index 7103dbc..b01cd0d 100644 --- a/kipi-plugins/kameraklient/Makefile.am +++ b/kipi-plugins/kameraklient/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kipiplugin_kameraklient.la kipiplugin_kameraklient_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) -kipiplugin_kameraklient_la_LIBADD = $(LIB_GPHOTO) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_kameraklient_la_LIBADD = $(LIB_GPHOTO) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_kameraklient_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/metadataedit/Makefile.am b/kipi-plugins/metadataedit/Makefile.am index f54236c..c9e191f 100644 --- a/kipi-plugins/metadataedit/Makefile.am +++ b/kipi-plugins/metadataedit/Makefile.am @@ -19,7 +19,7 @@ kipiplugin_metadataedit_la_SOURCES = plugin_metadataedit.cpp metadatacheckbox.cp # Libs needed by the plugin kipiplugin_metadataedit_la_LIBADD = $(LIBKEXIV2_LIBS) \ - -lkipiplugins $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) + -lkipiplugins $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_metadataedit_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) diff --git a/kipi-plugins/mpegencoder/Makefile.am b/kipi-plugins/mpegencoder/Makefile.am index 38558c7..49a3ebe 100644 --- a/kipi-plugins/mpegencoder/Makefile.am +++ b/kipi-plugins/mpegencoder/Makefile.am @@ -11,7 +11,7 @@ kipiplugin_mpegencoder_la_SOURCES = plugin_mpegencoder.cpp kimg2mpgbase.ui\ optionsdialog.cpp checkbinprog.cpp # Libs needed by the plugin -kipiplugin_mpegencoder_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_mpegencoder_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_mpegencoder_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/picasawebexport/Makefile.am b/kipi-plugins/picasawebexport/Makefile.am index 6b83fb4..d9d5899 100644 --- a/kipi-plugins/picasawebexport/Makefile.am +++ b/kipi-plugins/picasawebexport/Makefile.am @@ -12,7 +12,7 @@ kipiplugin_picasawebexport_la_SOURCES = plugin_picasawebexport.cpp \ picasawebwidget.cpp mpform.cpp picasawebviewitem.cpp \ PicasawebNewAlbumDialog.ui uploadwidget.ui -kipiplugin_picasawebexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_picasawebexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_picasawebexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/picasawebexport/picasawebtalker.cpp b/kipi-plugins/picasawebexport/picasawebtalker.cpp index c48a80a..bc767fc 100644 --- a/kipi-plugins/picasawebexport/picasawebtalker.cpp +++ b/kipi-plugins/picasawebexport/picasawebtalker.cpp @@ -242,7 +242,7 @@ void PicasawebTalker::checkToken(const TQString& /*token*/) /** PicasaWeb's Album listing request/response * First a request is sent to the url below and then we might(?) get a redirect URL * WE then need to send the GET request to the Redirect url (this however gets taken care off by the - * KIO libraries. + * TDEIO libraries. * This uses the authenticated album list fetching to get all the albums included the unlisted-albums * which is not returned for an unauthorised request as done without the Authorization header. */ diff --git a/kipi-plugins/printwizard/Makefile.am b/kipi-plugins/printwizard/Makefile.am index 99b205a..e3960db 100644 --- a/kipi-plugins/printwizard/Makefile.am +++ b/kipi-plugins/printwizard/Makefile.am @@ -9,7 +9,7 @@ kipiplugin_printwizard_la_SOURCES = frmprintwizardbase.ui plugin_printwizard.cpp #LIBKIPI_LIBS = $(top_builddir)/libkipi/libkipi/libkipi.la kipiplugin_printwizard_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) -lkipiplugins \ - $(LIB_TDEPRINT) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) + $(LIB_TDEPRINT) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_printwizard_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) diff --git a/kipi-plugins/rawconverter/Makefile.am b/kipi-plugins/rawconverter/Makefile.am index fc1bc3c..06c4bc4 100644 --- a/kipi-plugins/rawconverter/Makefile.am +++ b/kipi-plugins/rawconverter/Makefile.am @@ -16,7 +16,7 @@ kipiplugin_rawconverter_la_SOURCES = plugin_rawconverter.cpp rawdecodingiface.cp # Libs needed by the plugin kipiplugin_rawconverter_la_LIBADD = -ljpeg -lpng $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) \ - $(LIB_TIFF) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) + $(LIB_TIFF) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin kipiplugin_rawconverter_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/sendimages/Makefile.am b/kipi-plugins/sendimages/Makefile.am index 1d2f407..a279f9e 100644 --- a/kipi-plugins/sendimages/Makefile.am +++ b/kipi-plugins/sendimages/Makefile.am @@ -12,7 +12,7 @@ kipiplugin_sendimages_la_SOURCES = plugin_sendimages.cpp sendimagesdialog.cpp \ listimageserrordialog.cpp sendimages.cpp # Libs needed by the plugin -kipiplugin_sendimages_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIBKDCRAW_LIBS) \ +kipiplugin_sendimages_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIBKDCRAW_LIBS) \ $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # LD flags for the plugin diff --git a/kipi-plugins/simpleviewerexport/Makefile.am b/kipi-plugins/simpleviewerexport/Makefile.am index 051837a..c79409b 100644 --- a/kipi-plugins/simpleviewerexport/Makefile.am +++ b/kipi-plugins/simpleviewerexport/Makefile.am @@ -9,7 +9,7 @@ kipiplugin_simpleviewer_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) $(LIBKEXIV2_LIBS_D kipiplugin_simpleviewer_la_SOURCES = plugin_simpleviewer.cpp svedialog.cpp \ simpleviewerexport.cpp firstrundlg.cpp -kipiplugin_simpleviewer_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS) $(LIBKEXIV2_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_simpleviewer_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS) $(LIBKEXIV2_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_simpleviewer_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/slideshow/Makefile.am b/kipi-plugins/slideshow/Makefile.am index 970b59d..75c5f53 100644 --- a/kipi-plugins/slideshow/Makefile.am +++ b/kipi-plugins/slideshow/Makefile.am @@ -15,7 +15,7 @@ kipiplugin_slideshow_la_SOURCES = listimageitems.cpp plugin_slideshow.cpp \ #kipiplugin_slideshow_la_LIBADD = -ltdefx $(GL_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_slideshow_la_LIBADD = -ltdefx -lXrandr $(GL_LIBS) $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS) \ - $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KIO) $(LIB_QT) + $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_QT) kipiplugin_slideshow_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/sync/Makefile.am b/kipi-plugins/sync/Makefile.am index ededf9a..a76b411 100644 --- a/kipi-plugins/sync/Makefile.am +++ b/kipi-plugins/sync/Makefile.am @@ -16,7 +16,7 @@ kipiplugin_sync_la_SOURCES = plugin_sync.cpp \ sinks/gallery/gallerycollection.cpp sinks/gallery/galleryitem.cpp kipiplugin_sync_la_LIBADD = $(LIBKEXIV2_LIBS) \ - -ltdewalletclient $(LIB_TDEHTML) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) + -ltdewalletclient $(LIB_TDEHTML) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_sync_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins diff --git a/kipi-plugins/wallpaper/Makefile.am b/kipi-plugins/wallpaper/Makefile.am index 1c11d92..ec9c863 100644 --- a/kipi-plugins/wallpaper/Makefile.am +++ b/kipi-plugins/wallpaper/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kipiplugin_wallpaper.la kipiplugin_wallpaper_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) kipiplugin_wallpaper_la_SOURCES = plugin_wallpaper.cpp -kipiplugin_wallpaper_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kipiplugin_wallpaper_la_LIBADD = $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) kipiplugin_wallpaper_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/po/br/kipiplugin_flickrexport.po b/po/br/kipiplugin_flickrexport.po index a82b987..a085a90 100644 --- a/po/br/kipiplugin_flickrexport.po +++ b/po/br/kipiplugin_flickrexport.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2004-09-20 15:44+0200\n" "Last-Translator: Thierry Vignaud \n" -"Language-Team: br \n" +"Language-Team: br \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/br/kipiplugin_htmlexport.po b/po/br/kipiplugin_htmlexport.po index 87a2312..a57c43f 100644 --- a/po/br/kipiplugin_htmlexport.po +++ b/po/br/kipiplugin_htmlexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2004-09-20 15:44+0200\n" "Last-Translator: Thierry Vignaud \n" -"Language-Team: br \n" +"Language-Team: br \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/br/kipiplugin_ipodexport.po b/po/br/kipiplugin_ipodexport.po index f960e49..de33037 100644 --- a/po/br/kipiplugin_ipodexport.po +++ b/po/br/kipiplugin_ipodexport.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2004-09-20 15:44+0200\n" "Last-Translator: Thierry Vignaud \n" -"Language-Team: br \n" +"Language-Team: br \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/br/kipiplugin_kameraklient.po b/po/br/kipiplugin_kameraklient.po index 236700b..6a8fa23 100644 --- a/po/br/kipiplugin_kameraklient.po +++ b/po/br/kipiplugin_kameraklient.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2004-09-20 15:44+0200\n" "Last-Translator: Thierry Vignaud \n" -"Language-Team: br \n" +"Language-Team: br \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/br/kipiplugin_metadataedit.po b/po/br/kipiplugin_metadataedit.po index 08d105e..ad9fb27 100644 --- a/po/br/kipiplugin_metadataedit.po +++ b/po/br/kipiplugin_metadataedit.po @@ -5,7 +5,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2004-09-20 15:44+0200\n" "Last-Translator: Thierry Vignaud \n" -"Language-Team: br \n" +"Language-Team: br \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_acquireimages.po b/po/ca/kipiplugin_acquireimages.po index bdc251c..3e4122d 100644 --- a/po/ca/kipiplugin_acquireimages.po +++ b/po/ca/kipiplugin_acquireimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 20:08+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_batchprocessimages.po b/po/ca/kipiplugin_batchprocessimages.po index 5cfc403..01c3cc7 100644 --- a/po/ca/kipiplugin_batchprocessimages.po +++ b/po/ca/kipiplugin_batchprocessimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-02 20:19+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_calendar.po b/po/ca/kipiplugin_calendar.po index 80b63b3..4abdc7a 100644 --- a/po/ca/kipiplugin_calendar.po +++ b/po/ca/kipiplugin_calendar.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-02 20:22+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_cdarchiving.po b/po/ca/kipiplugin_cdarchiving.po index 0bdadff..f6dd0d8 100644 --- a/po/ca/kipiplugin_cdarchiving.po +++ b/po/ca/kipiplugin_cdarchiving.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2008-03-02 20:25+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_findimages.po b/po/ca/kipiplugin_findimages.po index 998fdf9..357078f 100644 --- a/po/ca/kipiplugin_findimages.po +++ b/po/ca/kipiplugin_findimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 20:23+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_flickrexport.po b/po/ca/kipiplugin_flickrexport.po index c2daf08..c55605f 100644 --- a/po/ca/kipiplugin_flickrexport.po +++ b/po/ca/kipiplugin_flickrexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-05-26 20:16+0200\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_galleryexport.po b/po/ca/kipiplugin_galleryexport.po index 7d3bf12..20f4bec 100644 --- a/po/ca/kipiplugin_galleryexport.po +++ b/po/ca/kipiplugin_galleryexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-03 23:04+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_gpssync.po b/po/ca/kipiplugin_gpssync.po index 414102b..59d3335 100644 --- a/po/ca/kipiplugin_gpssync.po +++ b/po/ca/kipiplugin_gpssync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2008-03-02 20:44+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_htmlexport.po b/po/ca/kipiplugin_htmlexport.po index 67d7ce7..654b844 100644 --- a/po/ca/kipiplugin_htmlexport.po +++ b/po/ca/kipiplugin_htmlexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-02 20:28+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_imagesgallery.po b/po/ca/kipiplugin_imagesgallery.po index 38982b4..171da39 100644 --- a/po/ca/kipiplugin_imagesgallery.po +++ b/po/ca/kipiplugin_imagesgallery.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 20:29+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_ipodexport.po b/po/ca/kipiplugin_ipodexport.po index 1ae58c4..079e54e 100644 --- a/po/ca/kipiplugin_ipodexport.po +++ b/po/ca/kipiplugin_ipodexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-03-11 20:56+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_jpeglossless.po b/po/ca/kipiplugin_jpeglossless.po index d500edc..bea2d33 100644 --- a/po/ca/kipiplugin_jpeglossless.po +++ b/po/ca/kipiplugin_jpeglossless.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-12-14 21:27+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_kameraklient.po b/po/ca/kipiplugin_kameraklient.po index 21172cf..b788e73 100644 --- a/po/ca/kipiplugin_kameraklient.po +++ b/po/ca/kipiplugin_kameraklient.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 20:46+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_metadataedit.po b/po/ca/kipiplugin_metadataedit.po index dcde504..d0a5d33 100644 --- a/po/ca/kipiplugin_metadataedit.po +++ b/po/ca/kipiplugin_metadataedit.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 21:08+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_mpegencoder.po b/po/ca/kipiplugin_mpegencoder.po index cfd70eb..5d39459 100644 --- a/po/ca/kipiplugin_mpegencoder.po +++ b/po/ca/kipiplugin_mpegencoder.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-02 21:10+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_printwizard.po b/po/ca/kipiplugin_printwizard.po index 61ce027..8869fd8 100644 --- a/po/ca/kipiplugin_printwizard.po +++ b/po/ca/kipiplugin_printwizard.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2008-03-02 22:20+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_rawconverter.po b/po/ca/kipiplugin_rawconverter.po index 0a9480f..291aa52 100644 --- a/po/ca/kipiplugin_rawconverter.po +++ b/po/ca/kipiplugin_rawconverter.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-02 21:13+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_sendimages.po b/po/ca/kipiplugin_sendimages.po index 5e4686f..262bbdb 100644 --- a/po/ca/kipiplugin_sendimages.po +++ b/po/ca/kipiplugin_sendimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-02 21:13+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_slideshow.po b/po/ca/kipiplugin_slideshow.po index f5bc852..8aeebe0 100644 --- a/po/ca/kipiplugin_slideshow.po +++ b/po/ca/kipiplugin_slideshow.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-02 21:16+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_sync.po b/po/ca/kipiplugin_sync.po index 7c37171..56212e1 100644 --- a/po/ca/kipiplugin_sync.po +++ b/po/ca/kipiplugin_sync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-02 21:15+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_timeadjust.po b/po/ca/kipiplugin_timeadjust.po index 98b94fd..216ab19 100644 --- a/po/ca/kipiplugin_timeadjust.po +++ b/po/ca/kipiplugin_timeadjust.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2008-03-02 21:14+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_viewer.po b/po/ca/kipiplugin_viewer.po index 4b7621d..d27d22d 100644 --- a/po/ca/kipiplugin_viewer.po +++ b/po/ca/kipiplugin_viewer.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: 2007-06-08 20:53+0200\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugin_wallpaper.po b/po/ca/kipiplugin_wallpaper.po index 261ba24..9fb5ee7 100644 --- a/po/ca/kipiplugin_wallpaper.po +++ b/po/ca/kipiplugin_wallpaper.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-04-29 07:15+0200\n" "PO-Revision-Date: 2007-03-31 23:06+0200\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ca/kipiplugins.po b/po/ca/kipiplugins.po index bcfdd5b..3e634f8 100644 --- a/po/ca/kipiplugins.po +++ b/po/ca/kipiplugins.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-01-27 16:26+0100\n" "Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/cy/kipiplugin_flickrexport.po b/po/cy/kipiplugin_flickrexport.po index 42cb546..a6c4231 100644 --- a/po/cy/kipiplugin_flickrexport.po +++ b/po/cy/kipiplugin_flickrexport.po @@ -5,7 +5,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2004-09-20 15:44+0200\n" "Last-Translator: Thierry Vignaud \n" -"Language-Team: cy \n" +"Language-Team: cy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_acquireimages.po b/po/de/kipiplugin_acquireimages.po index 41bf13b..08f2c80 100644 --- a/po/de/kipiplugin_acquireimages.po +++ b/po/de/kipiplugin_acquireimages.po @@ -18,7 +18,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-09 16:03+0100\n" "Last-Translator: Thomas Reitelbach \n" -"Language-Team: German \n" +"Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_batchprocessimages.po b/po/de/kipiplugin_batchprocessimages.po index e181fef..d5deda0 100644 --- a/po/de/kipiplugin_batchprocessimages.po +++ b/po/de/kipiplugin_batchprocessimages.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-09 16:29+0100\n" "Last-Translator: Thomas Reitelbach \n" -"Language-Team: German \n" +"Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_calendar.po b/po/de/kipiplugin_calendar.po index 24aa849..50d3573 100644 --- a/po/de/kipiplugin_calendar.po +++ b/po/de/kipiplugin_calendar.po @@ -17,7 +17,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-01 16:21+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_cdarchiving.po b/po/de/kipiplugin_cdarchiving.po index 23ce886..98f42e6 100644 --- a/po/de/kipiplugin_cdarchiving.po +++ b/po/de/kipiplugin_cdarchiving.po @@ -17,7 +17,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2008-03-01 16:22+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_findimages.po b/po/de/kipiplugin_findimages.po index e9b9b30..14cc4dc 100644 --- a/po/de/kipiplugin_findimages.po +++ b/po/de/kipiplugin_findimages.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-01 17:01+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_flickrexport.po b/po/de/kipiplugin_flickrexport.po index 924e571..4151425 100644 --- a/po/de/kipiplugin_flickrexport.po +++ b/po/de/kipiplugin_flickrexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-05-24 06:00+0200\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_galleryexport.po b/po/de/kipiplugin_galleryexport.po index 3279d6b..40a6f13 100644 --- a/po/de/kipiplugin_galleryexport.po +++ b/po/de/kipiplugin_galleryexport.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-01 16:22+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_gpssync.po b/po/de/kipiplugin_gpssync.po index e1dd9e3..c0adad4 100644 --- a/po/de/kipiplugin_gpssync.po +++ b/po/de/kipiplugin_gpssync.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2008-03-01 16:37+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_htmlexport.po b/po/de/kipiplugin_htmlexport.po index 9fa6969..857c7eb 100644 --- a/po/de/kipiplugin_htmlexport.po +++ b/po/de/kipiplugin_htmlexport.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-01 16:37+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_imagesgallery.po b/po/de/kipiplugin_imagesgallery.po index 1539a67..a0ca7cd 100644 --- a/po/de/kipiplugin_imagesgallery.po +++ b/po/de/kipiplugin_imagesgallery.po @@ -17,7 +17,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-01 16:38+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_ipodexport.po b/po/de/kipiplugin_ipodexport.po index cdb6361..5ae1993 100644 --- a/po/de/kipiplugin_ipodexport.po +++ b/po/de/kipiplugin_ipodexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-07-05 22:57+0200\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_jpeglossless.po b/po/de/kipiplugin_jpeglossless.po index f6ed537..0d4dd39 100644 --- a/po/de/kipiplugin_jpeglossless.po +++ b/po/de/kipiplugin_jpeglossless.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-09-30 21:00+0200\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_kameraklient.po b/po/de/kipiplugin_kameraklient.po index a00eac5..562bced 100644 --- a/po/de/kipiplugin_kameraklient.po +++ b/po/de/kipiplugin_kameraklient.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-01 16:38+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_metadataedit.po b/po/de/kipiplugin_metadataedit.po index 16aa457..b0ab89a 100644 --- a/po/de/kipiplugin_metadataedit.po +++ b/po/de/kipiplugin_metadataedit.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-03 17:40+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_mpegencoder.po b/po/de/kipiplugin_mpegencoder.po index f281335..552f26f 100644 --- a/po/de/kipiplugin_mpegencoder.po +++ b/po/de/kipiplugin_mpegencoder.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-01 16:39+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_printwizard.po b/po/de/kipiplugin_printwizard.po index 7123f27..fa2eab1 100644 --- a/po/de/kipiplugin_printwizard.po +++ b/po/de/kipiplugin_printwizard.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2008-03-01 16:41+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_rawconverter.po b/po/de/kipiplugin_rawconverter.po index cd9e557..01b0b74 100644 --- a/po/de/kipiplugin_rawconverter.po +++ b/po/de/kipiplugin_rawconverter.po @@ -13,7 +13,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-01 16:42+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_sendimages.po b/po/de/kipiplugin_sendimages.po index 46c01c1..2906d86 100644 --- a/po/de/kipiplugin_sendimages.po +++ b/po/de/kipiplugin_sendimages.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-01 16:42+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_slideshow.po b/po/de/kipiplugin_slideshow.po index b3497da..ab681ff 100644 --- a/po/de/kipiplugin_slideshow.po +++ b/po/de/kipiplugin_slideshow.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-01 16:43+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_sync.po b/po/de/kipiplugin_sync.po index 5f575ad..86bebd0 100644 --- a/po/de/kipiplugin_sync.po +++ b/po/de/kipiplugin_sync.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-01 16:43+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_timeadjust.po b/po/de/kipiplugin_timeadjust.po index 8ca3eaf..ec2c754 100644 --- a/po/de/kipiplugin_timeadjust.po +++ b/po/de/kipiplugin_timeadjust.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2008-03-01 16:44+0100\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_viewer.po b/po/de/kipiplugin_viewer.po index bbf9c70..0455d4c 100644 --- a/po/de/kipiplugin_viewer.po +++ b/po/de/kipiplugin_viewer.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: 2007-04-14 14:22+0200\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugin_wallpaper.po b/po/de/kipiplugin_wallpaper.po index 7042cfd..f2afaec 100644 --- a/po/de/kipiplugin_wallpaper.po +++ b/po/de/kipiplugin_wallpaper.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-04-29 07:15+0200\n" "PO-Revision-Date: 2007-04-14 14:33+0200\n" "Last-Translator: Oliver Dörr \n" -"Language-Team: german \n" +"Language-Team: german \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de/kipiplugins.po b/po/de/kipiplugins.po index 74a1e4a..50cde75 100644 --- a/po/de/kipiplugins.po +++ b/po/de/kipiplugins.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-12-13 19:40+0100\n" "Last-Translator: Thomas Reitelbach \n" -"Language-Team: German \n" +"Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/el/kipiplugin_calendar.po b/po/el/kipiplugin_calendar.po index bf3e33c..7152207 100644 --- a/po/el/kipiplugin_calendar.po +++ b/po/el/kipiplugin_calendar.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-05-07 09:09+0300\n" "Last-Translator: Toussis Manolis \n" -"Language-Team: greek \n" +"Language-Team: greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/el/kipiplugin_jpeglossless.po b/po/el/kipiplugin_jpeglossless.po index 0314894..1695aae 100644 --- a/po/el/kipiplugin_jpeglossless.po +++ b/po/el/kipiplugin_jpeglossless.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-04-29 13:25+0300\n" "Last-Translator: Toussis Manolis \n" -"Language-Team: greek \n" +"Language-Team: greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/el/kipiplugin_rawconverter.po b/po/el/kipiplugin_rawconverter.po index 5ca85ce..d663040 100644 --- a/po/el/kipiplugin_rawconverter.po +++ b/po/el/kipiplugin_rawconverter.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-04-29 13:26+0300\n" "Last-Translator: Toussis Manolis \n" -"Language-Team: greek \n" +"Language-Team: greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_acquireimages.po b/po/it/kipiplugin_acquireimages.po index d5b9b86..0f6e70d 100644 --- a/po/it/kipiplugin_acquireimages.po +++ b/po/it/kipiplugin_acquireimages.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-29 08:41+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_batchprocessimages.po b/po/it/kipiplugin_batchprocessimages.po index 9a07e29..2e82d23 100644 --- a/po/it/kipiplugin_batchprocessimages.po +++ b/po/it/kipiplugin_batchprocessimages.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-02-29 08:41+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_calendar.po b/po/it/kipiplugin_calendar.po index 713818d..fe8e95b 100644 --- a/po/it/kipiplugin_calendar.po +++ b/po/it/kipiplugin_calendar.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-02-29 08:40+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_cdarchiving.po b/po/it/kipiplugin_cdarchiving.po index 014db0c..a632c5d 100644 --- a/po/it/kipiplugin_cdarchiving.po +++ b/po/it/kipiplugin_cdarchiving.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_findimages.po b/po/it/kipiplugin_findimages.po index 30ca3f0..acc80e7 100644 --- a/po/it/kipiplugin_findimages.po +++ b/po/it/kipiplugin_findimages.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_flickrexport.po b/po/it/kipiplugin_flickrexport.po index 5900819..f4336a4 100644 --- a/po/it/kipiplugin_flickrexport.po +++ b/po/it/kipiplugin_flickrexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-05-29 08:49+0200\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_galleryexport.po b/po/it/kipiplugin_galleryexport.po index 1afc973..f6fa25e 100644 --- a/po/it/kipiplugin_galleryexport.po +++ b/po/it/kipiplugin_galleryexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_gpssync.po b/po/it/kipiplugin_gpssync.po index 51a1a0f..2484d9a 100644 --- a/po/it/kipiplugin_gpssync.po +++ b/po/it/kipiplugin_gpssync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_htmlexport.po b/po/it/kipiplugin_htmlexport.po index 169542d..1aa96b3 100644 --- a/po/it/kipiplugin_htmlexport.po +++ b/po/it/kipiplugin_htmlexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_imagesgallery.po b/po/it/kipiplugin_imagesgallery.po index 5dd9b9a..d4ff91e 100644 --- a/po/it/kipiplugin_imagesgallery.po +++ b/po/it/kipiplugin_imagesgallery.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_ipodexport.po b/po/it/kipiplugin_ipodexport.po index f5a6273..a48faea 100644 --- a/po/it/kipiplugin_ipodexport.po +++ b/po/it/kipiplugin_ipodexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-01-25 21:10+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_jpeglossless.po b/po/it/kipiplugin_jpeglossless.po index bfd7913..bff7f9f 100644 --- a/po/it/kipiplugin_jpeglossless.po +++ b/po/it/kipiplugin_jpeglossless.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-10-03 00:48+0200\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_kameraklient.po b/po/it/kipiplugin_kameraklient.po index adc10dd..012ec14 100644 --- a/po/it/kipiplugin_kameraklient.po +++ b/po/it/kipiplugin_kameraklient.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_metadataedit.po b/po/it/kipiplugin_metadataedit.po index 25a6dac..c3c3462 100644 --- a/po/it/kipiplugin_metadataedit.po +++ b/po/it/kipiplugin_metadataedit.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_mpegencoder.po b/po/it/kipiplugin_mpegencoder.po index e869112..16a92ea 100644 --- a/po/it/kipiplugin_mpegencoder.po +++ b/po/it/kipiplugin_mpegencoder.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_printwizard.po b/po/it/kipiplugin_printwizard.po index a92499e..e318c2e 100644 --- a/po/it/kipiplugin_printwizard.po +++ b/po/it/kipiplugin_printwizard.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_rawconverter.po b/po/it/kipiplugin_rawconverter.po index fe767bb..858b88f 100644 --- a/po/it/kipiplugin_rawconverter.po +++ b/po/it/kipiplugin_rawconverter.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_sendimages.po b/po/it/kipiplugin_sendimages.po index da6b2d4..5262ddc 100644 --- a/po/it/kipiplugin_sendimages.po +++ b/po/it/kipiplugin_sendimages.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_slideshow.po b/po/it/kipiplugin_slideshow.po index e4486ec..1c37950 100644 --- a/po/it/kipiplugin_slideshow.po +++ b/po/it/kipiplugin_slideshow.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_sync.po b/po/it/kipiplugin_sync.po index f059d33..3e44560 100644 --- a/po/it/kipiplugin_sync.po +++ b/po/it/kipiplugin_sync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-02-29 08:43+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_timeadjust.po b/po/it/kipiplugin_timeadjust.po index 90fa1ea..1581955 100644 --- a/po/it/kipiplugin_timeadjust.po +++ b/po/it/kipiplugin_timeadjust.po @@ -6,7 +6,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2008-02-29 08:42+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_viewer.po b/po/it/kipiplugin_viewer.po index 9188323..1be7227 100644 --- a/po/it/kipiplugin_viewer.po +++ b/po/it/kipiplugin_viewer.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: 2007-04-09 18:00+0200\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugin_wallpaper.po b/po/it/kipiplugin_wallpaper.po index f7a6a6b..7602559 100644 --- a/po/it/kipiplugin_wallpaper.po +++ b/po/it/kipiplugin_wallpaper.po @@ -6,7 +6,7 @@ msgstr "" "POT-Creation-Date: 2007-04-29 07:15+0200\n" "PO-Revision-Date: 2005-02-20 23:36+0100\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it/kipiplugins.po b/po/it/kipiplugins.po index 0d316d0..5f23520 100644 --- a/po/it/kipiplugins.po +++ b/po/it/kipiplugins.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-08-26 23:26+0200\n" "Last-Translator: Federico Zenith \n" -"Language-Team: Italian \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/lt/kipiplugin_batchprocessimages.po b/po/lt/kipiplugin_batchprocessimages.po index 409fd50..e0c0428 100644 --- a/po/lt/kipiplugin_batchprocessimages.po +++ b/po/lt/kipiplugin_batchprocessimages.po @@ -51,7 +51,7 @@ msgstr "" "&Peržiūra\n" "#-#-#-#-# konqueror.po (konqueror) #-#-#-#-#\n" "Peržiūr&a\n" -"#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +"#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" "P&eržiūra\n" "#-#-#-#-# kolourpaint.po (kolourpaint) #-#-#-#-#\n" "&Peržiūra\n" @@ -753,7 +753,7 @@ msgstr "" "Nėra\n" "#-#-#-#-# tdeprint.po (tdeprint) #-#-#-#-#\n" "Nieko\n" -"#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +"#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" "Nieko\n" "#-#-#-#-# ppdtranslations.po (ppdtranslations) #-#-#-#-#\n" "Nėra\n" diff --git a/po/lt/kipiplugin_flickrexport.po b/po/lt/kipiplugin_flickrexport.po index 05426bb..ba9810a 100644 --- a/po/lt/kipiplugin_flickrexport.po +++ b/po/lt/kipiplugin_flickrexport.po @@ -228,7 +228,7 @@ msgstr "" "Naudotojo vardas:\n" "#-#-#-#-# kgreet_winbind.po (kgreet_winbind) #-#-#-#-#\n" "Naudotojas:\n" -"#-#-#-#-# kabc_sql.po (kabc_sql) #-#-#-#-#\n" +"#-#-#-#-# tdeabc_sql.po (tdeabc_sql) #-#-#-#-#\n" "Naudotojo vardas:\n" "#-#-#-#-# pwmanager.po (pwmanager) #-#-#-#-#\n" "Naudotojo vardas:\n" @@ -306,7 +306,7 @@ msgstr "" "Naudotojo vardas:\n" "#-#-#-#-# kgreet_winbind.po (kgreet_winbind) #-#-#-#-#\n" "Naudotojas:\n" -"#-#-#-#-# kabc_sql.po (kabc_sql) #-#-#-#-#\n" +"#-#-#-#-# tdeabc_sql.po (tdeabc_sql) #-#-#-#-#\n" "Naudotojo vardas:\n" "#-#-#-#-# pwmanager.po (pwmanager) #-#-#-#-#\n" "Naudotojo vardas:\n" @@ -337,7 +337,7 @@ msgstr "" "Naudotojo vardas:\n" "#-#-#-#-# kgreet_winbind.po (kgreet_winbind) #-#-#-#-#\n" "Naudotojas:\n" -"#-#-#-#-# kabc_sql.po (kabc_sql) #-#-#-#-#\n" +"#-#-#-#-# tdeabc_sql.po (tdeabc_sql) #-#-#-#-#\n" "Naudotojo vardas:\n" "#-#-#-#-# pwmanager.po (pwmanager) #-#-#-#-#\n" "Naudotojo vardas:\n" diff --git a/po/lt/kipiplugin_galleryexport.po b/po/lt/kipiplugin_galleryexport.po index c46c6ba..c6f0377 100644 --- a/po/lt/kipiplugin_galleryexport.po +++ b/po/lt/kipiplugin_galleryexport.po @@ -45,7 +45,7 @@ msgstr "" "Naudotojo vardas:\n" "#-#-#-#-# kgreet_winbind.po (kgreet_winbind) #-#-#-#-#\n" "Naudotojas:\n" -"#-#-#-#-# kabc_sql.po (kabc_sql) #-#-#-#-#\n" +"#-#-#-#-# tdeabc_sql.po (tdeabc_sql) #-#-#-#-#\n" "Naudotojo vardas:\n" "#-#-#-#-# pwmanager.po (pwmanager) #-#-#-#-#\n" "Naudotojo vardas:\n" @@ -76,7 +76,7 @@ msgstr "" "Naudotojo vardas:\n" "#-#-#-#-# kgreet_winbind.po (kgreet_winbind) #-#-#-#-#\n" "Naudotojas:\n" -"#-#-#-#-# kabc_sql.po (kabc_sql) #-#-#-#-#\n" +"#-#-#-#-# tdeabc_sql.po (tdeabc_sql) #-#-#-#-#\n" "Naudotojo vardas:\n" "#-#-#-#-# pwmanager.po (pwmanager) #-#-#-#-#\n" "Naudotojo vardas:\n" diff --git a/po/lt/kipiplugin_printwizard.po b/po/lt/kipiplugin_printwizard.po index 3824733..ee15f36 100644 --- a/po/lt/kipiplugin_printwizard.po +++ b/po/lt/kipiplugin_printwizard.po @@ -481,7 +481,7 @@ msgstr "" "Žemyn\n" "#-#-#-#-# ksysguard.po (ksysguard) #-#-#-#-#\n" "Stumti žemyn\n" -"#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +"#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" "Žemyn\n" "#-#-#-#-# ksnake.po (ksnake) #-#-#-#-#\n" "Žemyn\n" @@ -649,7 +649,7 @@ msgstr "" #~ "Aukštyn\n" #~ "#-#-#-#-# ksysguard.po (ksysguard) #-#-#-#-#\n" #~ "Stumti aukštyn\n" -#~ "#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +#~ "#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" #~ "Aukštyn\n" #~ "#-#-#-#-# amarok.po (amarok) #-#-#-#-#\n" #~ "Aukštyn\n" diff --git a/po/lt/kipiplugin_rawconverter.po b/po/lt/kipiplugin_rawconverter.po index ca71249..c7384a7 100644 --- a/po/lt/kipiplugin_rawconverter.po +++ b/po/lt/kipiplugin_rawconverter.po @@ -287,7 +287,7 @@ msgid "Open rename-file dialog" msgstr "" "#-#-#-#-# kcmbackground.po (kcmbackground) #-#-#-#-#\n" "Atverti bylos dialogą\n" -"#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +"#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" "Bylos atvėrimo dialogas" #: singledialog.cpp:83 @@ -304,7 +304,7 @@ msgstr "" "&Peržiūra\n" "#-#-#-#-# konqueror.po (konqueror) #-#-#-#-#\n" "Peržiūr&a\n" -"#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +"#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" "P&eržiūra\n" "#-#-#-#-# kolourpaint.po (kolourpaint) #-#-#-#-#\n" "&Peržiūra\n" diff --git a/po/lt/kipiplugin_slideshow.po b/po/lt/kipiplugin_slideshow.po index e0cd91f..6fdd4a4 100644 --- a/po/lt/kipiplugin_slideshow.po +++ b/po/lt/kipiplugin_slideshow.po @@ -141,7 +141,7 @@ msgstr "" "Nėra\n" "#-#-#-#-# tdeprint.po (tdeprint) #-#-#-#-#\n" "Nieko\n" -"#-#-#-#-# kio.po (kio) #-#-#-#-#\n" +"#-#-#-#-# tdeio.po (tdeio) #-#-#-#-#\n" "Nieko\n" "#-#-#-#-# ppdtranslations.po (ppdtranslations) #-#-#-#-#\n" "Nėra\n" diff --git a/po/nds/kipiplugin_acquireimages.po b/po/nds/kipiplugin_acquireimages.po index e662dc3..dea6a3c 100644 --- a/po/nds/kipiplugin_acquireimages.po +++ b/po/nds/kipiplugin_acquireimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-09-29 22:26+0200\n" "Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" +"Language-Team: Low Saxon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nds/kipiplugin_batchprocessimages.po b/po/nds/kipiplugin_batchprocessimages.po index 7a28bec..64aa098 100644 --- a/po/nds/kipiplugin_batchprocessimages.po +++ b/po/nds/kipiplugin_batchprocessimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2007-12-07 22:28+0100\n" "Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" +"Language-Team: Low Saxon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nds/kipiplugin_calendar.po b/po/nds/kipiplugin_calendar.po index 839d9f2..59cd002 100644 --- a/po/nds/kipiplugin_calendar.po +++ b/po/nds/kipiplugin_calendar.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-07-29 01:24+0200\n" "Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" +"Language-Team: Low Saxon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nds/kipiplugin_cdarchiving.po b/po/nds/kipiplugin_cdarchiving.po index 44d98eb..d91c9d6 100644 --- a/po/nds/kipiplugin_cdarchiving.po +++ b/po/nds/kipiplugin_cdarchiving.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2007-09-29 22:26+0200\n" "Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" +"Language-Team: Low Saxon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nds/kipiplugin_findimages.po b/po/nds/kipiplugin_findimages.po index a712826..741cdfb 100644 --- a/po/nds/kipiplugin_findimages.po +++ b/po/nds/kipiplugin_findimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-09-29 22:26+0200\n" "Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" +"Language-Team: Low Saxon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_acquireimages.po b/po/nl/kipiplugin_acquireimages.po index 8001490..5a9677f 100644 --- a/po/nl/kipiplugin_acquireimages.po +++ b/po/nl/kipiplugin_acquireimages.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 23:14+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_batchprocessimages.po b/po/nl/kipiplugin_batchprocessimages.po index d7e5d08..b814414 100644 --- a/po/nl/kipiplugin_batchprocessimages.po +++ b/po/nl/kipiplugin_batchprocessimages.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-02 23:15+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_calendar.po b/po/nl/kipiplugin_calendar.po index a4fd59e..c359b04 100644 --- a/po/nl/kipiplugin_calendar.po +++ b/po/nl/kipiplugin_calendar.po @@ -15,7 +15,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-02 23:15+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_cdarchiving.po b/po/nl/kipiplugin_cdarchiving.po index 74888d7..67a3f81 100644 --- a/po/nl/kipiplugin_cdarchiving.po +++ b/po/nl/kipiplugin_cdarchiving.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2008-03-02 23:15+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_findimages.po b/po/nl/kipiplugin_findimages.po index 8875935..7415ed4 100644 --- a/po/nl/kipiplugin_findimages.po +++ b/po/nl/kipiplugin_findimages.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 23:15+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_flickrexport.po b/po/nl/kipiplugin_flickrexport.po index ad2829f..cd37131 100644 --- a/po/nl/kipiplugin_flickrexport.po +++ b/po/nl/kipiplugin_flickrexport.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-02 23:15+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_galleryexport.po b/po/nl/kipiplugin_galleryexport.po index d632996..ad9ff45 100644 --- a/po/nl/kipiplugin_galleryexport.po +++ b/po/nl/kipiplugin_galleryexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 23:16+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_gpssync.po b/po/nl/kipiplugin_gpssync.po index 2038cf9..89b0780 100644 --- a/po/nl/kipiplugin_gpssync.po +++ b/po/nl/kipiplugin_gpssync.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2008-03-02 23:19+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_htmlexport.po b/po/nl/kipiplugin_htmlexport.po index a5d249d..0cbf6c5 100644 --- a/po/nl/kipiplugin_htmlexport.po +++ b/po/nl/kipiplugin_htmlexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-02 23:19+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_imagesgallery.po b/po/nl/kipiplugin_imagesgallery.po index bb7f652..162e523 100644 --- a/po/nl/kipiplugin_imagesgallery.po +++ b/po/nl/kipiplugin_imagesgallery.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 23:19+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_ipodexport.po b/po/nl/kipiplugin_ipodexport.po index c5a9f46..a633b73 100644 --- a/po/nl/kipiplugin_ipodexport.po +++ b/po/nl/kipiplugin_ipodexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-01-30 17:29+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_jpeglossless.po b/po/nl/kipiplugin_jpeglossless.po index a062137..c667b29 100644 --- a/po/nl/kipiplugin_jpeglossless.po +++ b/po/nl/kipiplugin_jpeglossless.po @@ -15,7 +15,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-01-20 14:39+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_kameraklient.po b/po/nl/kipiplugin_kameraklient.po index 0b03bf6..7e8ffe0 100644 --- a/po/nl/kipiplugin_kameraklient.po +++ b/po/nl/kipiplugin_kameraklient.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 23:20+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_metadataedit.po b/po/nl/kipiplugin_metadataedit.po index b92e6ef..06d3053 100644 --- a/po/nl/kipiplugin_metadataedit.po +++ b/po/nl/kipiplugin_metadataedit.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-02 23:20+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_mpegencoder.po b/po/nl/kipiplugin_mpegencoder.po index b0347a8..5a6e8c3 100644 --- a/po/nl/kipiplugin_mpegencoder.po +++ b/po/nl/kipiplugin_mpegencoder.po @@ -17,7 +17,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-02 23:20+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_printwizard.po b/po/nl/kipiplugin_printwizard.po index c868f6d..bca6a28 100644 --- a/po/nl/kipiplugin_printwizard.po +++ b/po/nl/kipiplugin_printwizard.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2008-03-02 23:20+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_rawconverter.po b/po/nl/kipiplugin_rawconverter.po index 7e89f5e..6e31b58 100644 --- a/po/nl/kipiplugin_rawconverter.po +++ b/po/nl/kipiplugin_rawconverter.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-02 23:20+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_sendimages.po b/po/nl/kipiplugin_sendimages.po index 710b08e..1674e5c 100644 --- a/po/nl/kipiplugin_sendimages.po +++ b/po/nl/kipiplugin_sendimages.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-02 23:20+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_slideshow.po b/po/nl/kipiplugin_slideshow.po index 439808e..a9a0de7 100644 --- a/po/nl/kipiplugin_slideshow.po +++ b/po/nl/kipiplugin_slideshow.po @@ -16,7 +16,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-02 23:21+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_sync.po b/po/nl/kipiplugin_sync.po index b64c51f..5f18a39 100644 --- a/po/nl/kipiplugin_sync.po +++ b/po/nl/kipiplugin_sync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-02 23:21+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_timeadjust.po b/po/nl/kipiplugin_timeadjust.po index 3016001..932a5c3 100644 --- a/po/nl/kipiplugin_timeadjust.po +++ b/po/nl/kipiplugin_timeadjust.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2008-03-02 23:21+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugin_wallpaper.po b/po/nl/kipiplugin_wallpaper.po index 4393102..86cd50a 100644 --- a/po/nl/kipiplugin_wallpaper.po +++ b/po/nl/kipiplugin_wallpaper.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2007-04-29 07:15+0200\n" "PO-Revision-Date: 2005-02-20 00:24+0100\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Nederlands \n" +"Language-Team: Nederlands \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl/kipiplugins.po b/po/nl/kipiplugins.po index 1de64bb..acfdbc9 100644 --- a/po/nl/kipiplugins.po +++ b/po/nl/kipiplugins.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-07-16 22:07+0200\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pl/kipiplugin_batchprocessimages.po b/po/pl/kipiplugin_batchprocessimages.po index fe7cf63..f1acea1 100644 --- a/po/pl/kipiplugin_batchprocessimages.po +++ b/po/pl/kipiplugin_batchprocessimages.po @@ -5,7 +5,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Anna Sawicka , 2004. -# Michal Rudolf , 2004. +# Michal Rudolf , 2004. # Igor Klimer , 2005, 2006, 2007. # Igor Klimer , 2005. msgid "" diff --git a/po/pt/kipiplugin_acquireimages.po b/po/pt/kipiplugin_acquireimages.po index d39f252..81ad584 100644 --- a/po/pt/kipiplugin_acquireimages.po +++ b/po/pt/kipiplugin_acquireimages.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-09-30 01:51+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_batchprocessimages.po b/po/pt/kipiplugin_batchprocessimages.po index 3361a0b..c652870 100644 --- a/po/pt/kipiplugin_batchprocessimages.po +++ b/po/pt/kipiplugin_batchprocessimages.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2007-11-20 19:10+0000\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_calendar.po b/po/pt/kipiplugin_calendar.po index 56b5b77..84973de 100644 --- a/po/pt/kipiplugin_calendar.po +++ b/po/pt/kipiplugin_calendar.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-05-05 19:23+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_cdarchiving.po b/po/pt/kipiplugin_cdarchiving.po index d213ddb..c07cf20 100644 --- a/po/pt/kipiplugin_cdarchiving.po +++ b/po/pt/kipiplugin_cdarchiving.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2007-09-30 01:51+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_findimages.po b/po/pt/kipiplugin_findimages.po index 01709b0..39d1caa 100644 --- a/po/pt/kipiplugin_findimages.po +++ b/po/pt/kipiplugin_findimages.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-09-30 02:05+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_flickrexport.po b/po/pt/kipiplugin_flickrexport.po index 9ca1698..7b455af 100644 --- a/po/pt/kipiplugin_flickrexport.po +++ b/po/pt/kipiplugin_flickrexport.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-07-09 17:49+0100\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_galleryexport.po b/po/pt/kipiplugin_galleryexport.po index 53e9a56..82d1781 100644 --- a/po/pt/kipiplugin_galleryexport.po +++ b/po/pt/kipiplugin_galleryexport.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-01-18 17:51+0000\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_gpssync.po b/po/pt/kipiplugin_gpssync.po index 9994dc6..15a5d29 100644 --- a/po/pt/kipiplugin_gpssync.po +++ b/po/pt/kipiplugin_gpssync.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2007-12-14 18:09+0000\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_htmlexport.po b/po/pt/kipiplugin_htmlexport.po index fdda4ca..3f233eb 100644 --- a/po/pt/kipiplugin_htmlexport.po +++ b/po/pt/kipiplugin_htmlexport.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2007-06-21 10:45+0100\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_imagesgallery.po b/po/pt/kipiplugin_imagesgallery.po index c4dcb79..0ba3ad1 100644 --- a/po/pt/kipiplugin_imagesgallery.po +++ b/po/pt/kipiplugin_imagesgallery.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-09-30 01:53+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_ipodexport.po b/po/pt/kipiplugin_ipodexport.po index cb3a8f9..fed33d8 100644 --- a/po/pt/kipiplugin_ipodexport.po +++ b/po/pt/kipiplugin_ipodexport.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-01-25 11:14+0000\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_jpeglossless.po b/po/pt/kipiplugin_jpeglossless.po index 61b751a..8af20d0 100644 --- a/po/pt/kipiplugin_jpeglossless.po +++ b/po/pt/kipiplugin_jpeglossless.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-09-30 01:49+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_kameraklient.po b/po/pt/kipiplugin_kameraklient.po index 8dd4e6f..b844d44 100644 --- a/po/pt/kipiplugin_kameraklient.po +++ b/po/pt/kipiplugin_kameraklient.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2005-09-26 02:33+0100\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_metadataedit.po b/po/pt/kipiplugin_metadataedit.po index 11872fb..691cd0d 100644 --- a/po/pt/kipiplugin_metadataedit.po +++ b/po/pt/kipiplugin_metadataedit.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-10-06 19:21+0100\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_mpegencoder.po b/po/pt/kipiplugin_mpegencoder.po index a9a0f1b..ca2e57d 100644 --- a/po/pt/kipiplugin_mpegencoder.po +++ b/po/pt/kipiplugin_mpegencoder.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-06-14 14:39+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_printwizard.po b/po/pt/kipiplugin_printwizard.po index 0c07860..a819812 100644 --- a/po/pt/kipiplugin_printwizard.po +++ b/po/pt/kipiplugin_printwizard.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2008-01-14 21:50+0000\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_rawconverter.po b/po/pt/kipiplugin_rawconverter.po index b4e5e6d..fc5fc04 100644 --- a/po/pt/kipiplugin_rawconverter.po +++ b/po/pt/kipiplugin_rawconverter.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-10-04 10:07+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_sendimages.po b/po/pt/kipiplugin_sendimages.po index 48f2f59..ae5deb4 100644 --- a/po/pt/kipiplugin_sendimages.po +++ b/po/pt/kipiplugin_sendimages.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-10-30 09:01+0000\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_slideshow.po b/po/pt/kipiplugin_slideshow.po index 17f013a..56479f2 100644 --- a/po/pt/kipiplugin_slideshow.po +++ b/po/pt/kipiplugin_slideshow.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2007-11-15 12:54+0000\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_sync.po b/po/pt/kipiplugin_sync.po index 344a4b8..46f17ca 100644 --- a/po/pt/kipiplugin_sync.po +++ b/po/pt/kipiplugin_sync.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2007-01-21 14:34+0000\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_timeadjust.po b/po/pt/kipiplugin_timeadjust.po index 6ef0ca8..3304d74 100644 --- a/po/pt/kipiplugin_timeadjust.po +++ b/po/pt/kipiplugin_timeadjust.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2007-10-06 19:20+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_viewer.po b/po/pt/kipiplugin_viewer.po index 778e3ec..762ac94 100644 --- a/po/pt/kipiplugin_viewer.po +++ b/po/pt/kipiplugin_viewer.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: 2007-04-10 11:05+0100\n" "Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugin_wallpaper.po b/po/pt/kipiplugin_wallpaper.po index 6ef17df..3471892 100644 --- a/po/pt/kipiplugin_wallpaper.po +++ b/po/pt/kipiplugin_wallpaper.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2007-04-29 07:15+0200\n" "PO-Revision-Date: 2005-09-18 19:07+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt/kipiplugins.po b/po/pt/kipiplugins.po index 9362608..9f08deb 100644 --- a/po/pt/kipiplugins.po +++ b/po/pt/kipiplugins.po @@ -4,7 +4,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-07-18 03:20+0100\n" "Last-Translator: Pedro Morais \n" -"Language-Team: pt \n" +"Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_acquireimages.po b/po/pt_BR/kipiplugin_acquireimages.po index 2e335b8..0e60e06 100644 --- a/po/pt_BR/kipiplugin_acquireimages.po +++ b/po/pt_BR/kipiplugin_acquireimages.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2004-11-16 15:38+0000\n" "Last-Translator: Lisiane Sztoltz Teixeira \n" -"Language-Team: Brazilian portuguese \n" +"Language-Team: Brazilian portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_batchprocessimages.po b/po/pt_BR/kipiplugin_batchprocessimages.po index 9784549..86833ab 100644 --- a/po/pt_BR/kipiplugin_batchprocessimages.po +++ b/po/pt_BR/kipiplugin_batchprocessimages.po @@ -15,7 +15,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2007-01-05 21:37-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_calendar.po b/po/pt_BR/kipiplugin_calendar.po index 3732b49..def549f 100644 --- a/po/pt_BR/kipiplugin_calendar.po +++ b/po/pt_BR/kipiplugin_calendar.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-01-05 21:42-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_cdarchiving.po b/po/pt_BR/kipiplugin_cdarchiving.po index a1b4e6b..97d1e50 100644 --- a/po/pt_BR/kipiplugin_cdarchiving.po +++ b/po/pt_BR/kipiplugin_cdarchiving.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2007-01-05 21:48-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_findimages.po b/po/pt_BR/kipiplugin_findimages.po index f41962d..d5cb282 100644 --- a/po/pt_BR/kipiplugin_findimages.po +++ b/po/pt_BR/kipiplugin_findimages.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-01-05 21:50-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_galleryexport.po b/po/pt_BR/kipiplugin_galleryexport.po index 84f3cb2..c914b6d 100644 --- a/po/pt_BR/kipiplugin_galleryexport.po +++ b/po/pt_BR/kipiplugin_galleryexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-01-05 21:57-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_imagesgallery.po b/po/pt_BR/kipiplugin_imagesgallery.po index 968f7d0..5ce130a 100644 --- a/po/pt_BR/kipiplugin_imagesgallery.po +++ b/po/pt_BR/kipiplugin_imagesgallery.po @@ -12,7 +12,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-01-05 22:00-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_jpeglossless.po b/po/pt_BR/kipiplugin_jpeglossless.po index d0b7669..8eb1b85 100644 --- a/po/pt_BR/kipiplugin_jpeglossless.po +++ b/po/pt_BR/kipiplugin_jpeglossless.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-01-06 18:26-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_mpegencoder.po b/po/pt_BR/kipiplugin_mpegencoder.po index d5efbcf..78c101e 100644 --- a/po/pt_BR/kipiplugin_mpegencoder.po +++ b/po/pt_BR/kipiplugin_mpegencoder.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-01-06 18:40-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_printwizard.po b/po/pt_BR/kipiplugin_printwizard.po index 0340857..591d182 100644 --- a/po/pt_BR/kipiplugin_printwizard.po +++ b/po/pt_BR/kipiplugin_printwizard.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2007-01-06 18:41-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_rawconverter.po b/po/pt_BR/kipiplugin_rawconverter.po index 92b5b69..16fe056 100644 --- a/po/pt_BR/kipiplugin_rawconverter.po +++ b/po/pt_BR/kipiplugin_rawconverter.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-01-10 21:30-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_sendimages.po b/po/pt_BR/kipiplugin_sendimages.po index a05a1b1..bf53ac1 100644 --- a/po/pt_BR/kipiplugin_sendimages.po +++ b/po/pt_BR/kipiplugin_sendimages.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-01-10 21:39-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_slideshow.po b/po/pt_BR/kipiplugin_slideshow.po index 99c4a4c..aa6462e 100644 --- a/po/pt_BR/kipiplugin_slideshow.po +++ b/po/pt_BR/kipiplugin_slideshow.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2007-01-10 21:44-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_BR/kipiplugin_timeadjust.po b/po/pt_BR/kipiplugin_timeadjust.po index 0d6bcc3..f31b701 100644 --- a/po/pt_BR/kipiplugin_timeadjust.po +++ b/po/pt_BR/kipiplugin_timeadjust.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2007-01-10 21:50-0200\n" "Last-Translator: Jose Monteiro \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_acquireimages.po b/po/sr/kipiplugin_acquireimages.po index 81330f1..9d5264a 100644 --- a/po/sr/kipiplugin_acquireimages.po +++ b/po/sr/kipiplugin_acquireimages.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-04 14:59+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_batchprocessimages.po b/po/sr/kipiplugin_batchprocessimages.po index 5bc281e..6d76832 100644 --- a/po/sr/kipiplugin_batchprocessimages.po +++ b/po/sr/kipiplugin_batchprocessimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-04 14:59+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_calendar.po b/po/sr/kipiplugin_calendar.po index e1185fa..9bd3490 100644 --- a/po/sr/kipiplugin_calendar.po +++ b/po/sr/kipiplugin_calendar.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-04 14:58+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_cdarchiving.po b/po/sr/kipiplugin_cdarchiving.po index df300bc..097e7ea 100644 --- a/po/sr/kipiplugin_cdarchiving.po +++ b/po/sr/kipiplugin_cdarchiving.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2008-03-04 14:57+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_findimages.po b/po/sr/kipiplugin_findimages.po index f1b039f..971763d 100644 --- a/po/sr/kipiplugin_findimages.po +++ b/po/sr/kipiplugin_findimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-04 14:56+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_flickrexport.po b/po/sr/kipiplugin_flickrexport.po index 0268137..7442e9f 100644 --- a/po/sr/kipiplugin_flickrexport.po +++ b/po/sr/kipiplugin_flickrexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-04 14:56+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_galleryexport.po b/po/sr/kipiplugin_galleryexport.po index 964fc27..78b9369 100644 --- a/po/sr/kipiplugin_galleryexport.po +++ b/po/sr/kipiplugin_galleryexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-04 14:56+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_gpssync.po b/po/sr/kipiplugin_gpssync.po index dbb80b6..79ac5ad 100644 --- a/po/sr/kipiplugin_gpssync.po +++ b/po/sr/kipiplugin_gpssync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2008-03-04 14:56+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_htmlexport.po b/po/sr/kipiplugin_htmlexport.po index 58ada97..08d08d8 100644 --- a/po/sr/kipiplugin_htmlexport.po +++ b/po/sr/kipiplugin_htmlexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-04 14:55+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_imagesgallery.po b/po/sr/kipiplugin_imagesgallery.po index bd94ebd..c9b2f04 100644 --- a/po/sr/kipiplugin_imagesgallery.po +++ b/po/sr/kipiplugin_imagesgallery.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-04 14:55+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_ipodexport.po b/po/sr/kipiplugin_ipodexport.po index e7c8e6c..ab28534 100644 --- a/po/sr/kipiplugin_ipodexport.po +++ b/po/sr/kipiplugin_ipodexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-07-18 14:53+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_jpeglossless.po b/po/sr/kipiplugin_jpeglossless.po index 11bbe86..f8dfd9e 100644 --- a/po/sr/kipiplugin_jpeglossless.po +++ b/po/sr/kipiplugin_jpeglossless.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-10-15 14:53+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_kameraklient.po b/po/sr/kipiplugin_kameraklient.po index 6b43c7a..d343dd4 100644 --- a/po/sr/kipiplugin_kameraklient.po +++ b/po/sr/kipiplugin_kameraklient.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-03-04 14:54+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_metadataedit.po b/po/sr/kipiplugin_metadataedit.po index 17c5c7e..544f772 100644 --- a/po/sr/kipiplugin_metadataedit.po +++ b/po/sr/kipiplugin_metadataedit.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2008-02-18 14:09+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_mpegencoder.po b/po/sr/kipiplugin_mpegencoder.po index 5b7bf56..4304740 100644 --- a/po/sr/kipiplugin_mpegencoder.po +++ b/po/sr/kipiplugin_mpegencoder.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2008-03-04 14:53+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_printwizard.po b/po/sr/kipiplugin_printwizard.po index 0da550c..81e6bac 100644 --- a/po/sr/kipiplugin_printwizard.po +++ b/po/sr/kipiplugin_printwizard.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2008-03-04 14:53+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_rawconverter.po b/po/sr/kipiplugin_rawconverter.po index 6ee5cdf..9514419 100644 --- a/po/sr/kipiplugin_rawconverter.po +++ b/po/sr/kipiplugin_rawconverter.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-04 14:53+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_sendimages.po b/po/sr/kipiplugin_sendimages.po index 1f1415b..feca7d9 100644 --- a/po/sr/kipiplugin_sendimages.po +++ b/po/sr/kipiplugin_sendimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-03-04 14:52+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_slideshow.po b/po/sr/kipiplugin_slideshow.po index 55105a2..904b247 100644 --- a/po/sr/kipiplugin_slideshow.po +++ b/po/sr/kipiplugin_slideshow.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2008-03-04 14:52+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_sync.po b/po/sr/kipiplugin_sync.po index b502236..4d937cb 100644 --- a/po/sr/kipiplugin_sync.po +++ b/po/sr/kipiplugin_sync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2008-03-04 14:52+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_timeadjust.po b/po/sr/kipiplugin_timeadjust.po index 27e9ae2..5a9c407 100644 --- a/po/sr/kipiplugin_timeadjust.po +++ b/po/sr/kipiplugin_timeadjust.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2008-03-04 14:51+0100\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugin_viewer.po b/po/sr/kipiplugin_viewer.po index a6a5d03..897da18 100644 --- a/po/sr/kipiplugin_viewer.po +++ b/po/sr/kipiplugin_viewer.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: 2007-07-23 14:02+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr/kipiplugins.po b/po/sr/kipiplugins.po index 438e4a0..b4f9fcc 100644 --- a/po/sr/kipiplugins.po +++ b/po/sr/kipiplugins.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-07-23 10:06+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_batchprocessimages.po b/po/sr@Latn/kipiplugin_batchprocessimages.po index dfb3da3..997f365 100644 --- a/po/sr@Latn/kipiplugin_batchprocessimages.po +++ b/po/sr@Latn/kipiplugin_batchprocessimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2007-07-18 11:58+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_calendar.po b/po/sr@Latn/kipiplugin_calendar.po index 40a44b1..4aaa481 100644 --- a/po/sr@Latn/kipiplugin_calendar.po +++ b/po/sr@Latn/kipiplugin_calendar.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-07-18 12:32+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_cdarchiving.po b/po/sr@Latn/kipiplugin_cdarchiving.po index 1e227e0..6fc2093 100644 --- a/po/sr@Latn/kipiplugin_cdarchiving.po +++ b/po/sr@Latn/kipiplugin_cdarchiving.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-06-10 23:47+0200\n" "PO-Revision-Date: 2007-07-18 12:33+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_findimages.po b/po/sr@Latn/kipiplugin_findimages.po index 9e82991..1ddc894 100644 --- a/po/sr@Latn/kipiplugin_findimages.po +++ b/po/sr@Latn/kipiplugin_findimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-07-18 12:34+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_flickrexport.po b/po/sr@Latn/kipiplugin_flickrexport.po index 4a99bd9..f60215c 100644 --- a/po/sr@Latn/kipiplugin_flickrexport.po +++ b/po/sr@Latn/kipiplugin_flickrexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-07-18 12:38+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_galleryexport.po b/po/sr@Latn/kipiplugin_galleryexport.po index 7ed726b..4b9448d 100644 --- a/po/sr@Latn/kipiplugin_galleryexport.po +++ b/po/sr@Latn/kipiplugin_galleryexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-07-18 12:45+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_gpssync.po b/po/sr@Latn/kipiplugin_gpssync.po index 54403b8..73376d8 100644 --- a/po/sr@Latn/kipiplugin_gpssync.po +++ b/po/sr@Latn/kipiplugin_gpssync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: 2007-07-18 13:48+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_htmlexport.po b/po/sr@Latn/kipiplugin_htmlexport.po index f8bc9c9..9e88ec6 100644 --- a/po/sr@Latn/kipiplugin_htmlexport.po +++ b/po/sr@Latn/kipiplugin_htmlexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2007-07-18 14:41+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_imagesgallery.po b/po/sr@Latn/kipiplugin_imagesgallery.po index 357281d..d263c3d 100644 --- a/po/sr@Latn/kipiplugin_imagesgallery.po +++ b/po/sr@Latn/kipiplugin_imagesgallery.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-07-18 14:42+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_ipodexport.po b/po/sr@Latn/kipiplugin_ipodexport.po index 01a69fd..f403533 100644 --- a/po/sr@Latn/kipiplugin_ipodexport.po +++ b/po/sr@Latn/kipiplugin_ipodexport.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: 2007-07-18 14:53+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_jpeglossless.po b/po/sr@Latn/kipiplugin_jpeglossless.po index 2f4c90b..d7ebbb7 100644 --- a/po/sr@Latn/kipiplugin_jpeglossless.po +++ b/po/sr@Latn/kipiplugin_jpeglossless.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-07-19 10:35+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_metadataedit.po b/po/sr@Latn/kipiplugin_metadataedit.po index 8ea930f..ad610f2 100644 --- a/po/sr@Latn/kipiplugin_metadataedit.po +++ b/po/sr@Latn/kipiplugin_metadataedit.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: 2007-07-20 11:59+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_mpegencoder.po b/po/sr@Latn/kipiplugin_mpegencoder.po index 86b602d..e93a8ed 100644 --- a/po/sr@Latn/kipiplugin_mpegencoder.po +++ b/po/sr@Latn/kipiplugin_mpegencoder.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2007-07-20 12:13+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_printwizard.po b/po/sr@Latn/kipiplugin_printwizard.po index ed8e299..9de85fe 100644 --- a/po/sr@Latn/kipiplugin_printwizard.po +++ b/po/sr@Latn/kipiplugin_printwizard.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-17 15:30+0200\n" "PO-Revision-Date: 2007-07-20 13:12+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_rawconverter.po b/po/sr@Latn/kipiplugin_rawconverter.po index 7563399..684d549 100644 --- a/po/sr@Latn/kipiplugin_rawconverter.po +++ b/po/sr@Latn/kipiplugin_rawconverter.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-07-23 09:58+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_sendimages.po b/po/sr@Latn/kipiplugin_sendimages.po index c348529..da9f015 100644 --- a/po/sr@Latn/kipiplugin_sendimages.po +++ b/po/sr@Latn/kipiplugin_sendimages.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2007-07-23 10:18+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_slideshow.po b/po/sr@Latn/kipiplugin_slideshow.po index 2825ecf..a4ca21c 100644 --- a/po/sr@Latn/kipiplugin_slideshow.po +++ b/po/sr@Latn/kipiplugin_slideshow.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:18+0200\n" "PO-Revision-Date: 2007-07-23 13:45+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_sync.po b/po/sr@Latn/kipiplugin_sync.po index e5cbc76..4d737f3 100644 --- a/po/sr@Latn/kipiplugin_sync.po +++ b/po/sr@Latn/kipiplugin_sync.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: 2007-07-23 13:49+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_timeadjust.po b/po/sr@Latn/kipiplugin_timeadjust.po index 415056b..2d9a64e 100644 --- a/po/sr@Latn/kipiplugin_timeadjust.po +++ b/po/sr@Latn/kipiplugin_timeadjust.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2008-03-17 12:48+0100\n" "PO-Revision-Date: 2007-07-23 13:53+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugin_viewer.po b/po/sr@Latn/kipiplugin_viewer.po index ff8d460..7da9d13 100644 --- a/po/sr@Latn/kipiplugin_viewer.po +++ b/po/sr@Latn/kipiplugin_viewer.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: 2007-07-23 14:02+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sr@Latn/kipiplugins.po b/po/sr@Latn/kipiplugins.po index 83a8281..e8ee443 100644 --- a/po/sr@Latn/kipiplugins.po +++ b/po/sr@Latn/kipiplugins.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2007-07-14 08:22+0200\n" "PO-Revision-Date: 2007-07-23 10:06+0200\n" "Last-Translator: Slobodan Simic \n" -"Language-Team: Serbian \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/tr/kipiplugin_calendar.po b/po/tr/kipiplugin_calendar.po index 66ea732..0ca5447 100644 --- a/po/tr/kipiplugin_calendar.po +++ b/po/tr/kipiplugin_calendar.po @@ -14,7 +14,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:17+0200\n" "PO-Revision-Date: 2004-10-24 23:24+0300\n" "Last-Translator: Adem Alp YILDIZ \n" -"Language-Team: turkish \n" +"Language-Team: turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_findimages.po b/po/uk/kipiplugin_findimages.po index ff5b516..f461e97 100644 --- a/po/uk/kipiplugin_findimages.po +++ b/po/uk/kipiplugin_findimages.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_flickrexport.po b/po/uk/kipiplugin_flickrexport.po index d3c8c0d..1c9869a 100644 --- a/po/uk/kipiplugin_flickrexport.po +++ b/po/uk/kipiplugin_flickrexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_galleryexport.po b/po/uk/kipiplugin_galleryexport.po index cb16870..a81067f 100644 --- a/po/uk/kipiplugin_galleryexport.po +++ b/po/uk/kipiplugin_galleryexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-02-25 19:12+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_gpssync.po b/po/uk/kipiplugin_gpssync.po index 5d69fec..0f2bd5f 100644 --- a/po/uk/kipiplugin_gpssync.po +++ b/po/uk/kipiplugin_gpssync.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-10 12:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_ipodexport.po b/po/uk/kipiplugin_ipodexport.po index ad99539..881ec2e 100644 --- a/po/uk/kipiplugin_ipodexport.po +++ b/po/uk/kipiplugin_ipodexport.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2007-11-22 09:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_jpeglossless.po b/po/uk/kipiplugin_jpeglossless.po index 22de38e..a1d6672 100644 --- a/po/uk/kipiplugin_jpeglossless.po +++ b/po/uk/kipiplugin_jpeglossless.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_sendimages.po b/po/uk/kipiplugin_sendimages.po index e4807fa..43a4bc3 100644 --- a/po/uk/kipiplugin_sendimages.po +++ b/po/uk/kipiplugin_sendimages.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_sync.po b/po/uk/kipiplugin_sync.po index 6649643..4e52c24 100644 --- a/po/uk/kipiplugin_sync.po +++ b/po/uk/kipiplugin_sync.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 22:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk/kipiplugin_viewer.po b/po/uk/kipiplugin_viewer.po index 1da1dfe..a604465 100644 --- a/po/uk/kipiplugin_viewer.po +++ b/po/uk/kipiplugin_viewer.po @@ -8,7 +8,7 @@ msgstr "" "POT-Creation-Date: 2007-12-18 09:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"