summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--CMakeL10n.txt7
-rw-r--r--CMakeLists.txt10
-rw-r--r--TODO2
m---------cmake0
-rw-r--r--libkipi/CMakeL10n.txt2
-rw-r--r--libkipi/libkipi/KDStream.cpp4
-rw-r--r--libkipi/libkipi/KDStream.h2
-rw-r--r--libkipi/libkipi/batchprogressdialog.h2
-rw-r--r--libkipi/libkipi/design6
-rw-r--r--libkipi/libkipi/imagecollectionselector.cpp24
-rw-r--r--libkipi/libkipi/imagecollectionselector.h2
-rw-r--r--libkipi/libkipi/imagedialog.cpp24
-rw-r--r--libkipi/libkipi/imagedialog.h2
-rw-r--r--libkipi/libkipi/interface.h2
-rw-r--r--libkipi/libkipi/plugin.cpp2
-rw-r--r--libkipi/libkipi/pluginloader.h4
-rw-r--r--libkipi/libkipi/uploadwidget.cpp16
-rw-r--r--libkipi/libkipi/uploadwidget.h2
-rw-r--r--po/CMakeLists.txt7
-rw-r--r--translations/messages/ar.po (renamed from po/ar/libkipi.po)6
-rw-r--r--translations/messages/br.po (renamed from po/br/libkipi.po)6
-rw-r--r--translations/messages/ca.po (renamed from po/ca/libkipi.po)6
-rw-r--r--translations/messages/cs.po (renamed from po/cs/libkipi.po)6
-rw-r--r--translations/messages/cy.po (renamed from po/cy/libkipi.po)6
-rw-r--r--translations/messages/da.po (renamed from po/da/libkipi.po)6
-rw-r--r--translations/messages/de.po (renamed from po/de/libkipi.po)6
-rw-r--r--translations/messages/el.po (renamed from po/el/libkipi.po)6
-rw-r--r--translations/messages/en_GB.po (renamed from po/en_GB/libkipi.po)6
-rw-r--r--translations/messages/es.po (renamed from po/es/libkipi.po)6
-rw-r--r--translations/messages/et.po (renamed from po/et/libkipi.po)6
-rw-r--r--translations/messages/fi.po (renamed from po/fi/libkipi.po)6
-rw-r--r--translations/messages/fr.po (renamed from po/fr/libkipi.po)6
-rw-r--r--translations/messages/ga.po (renamed from po/ga/libkipi.po)6
-rw-r--r--translations/messages/gl.po (renamed from po/gl/libkipi.po)6
-rw-r--r--translations/messages/is.po (renamed from po/is/libkipi.po)6
-rw-r--r--translations/messages/it.po (renamed from po/it/libkipi.po)6
-rw-r--r--translations/messages/ja.po (renamed from po/ja/libkipi.po)6
-rw-r--r--translations/messages/libkipi.pot (renamed from po/libkipi.pot)8
-rw-r--r--translations/messages/lt.po (renamed from po/lt/libkipi.po)6
-rw-r--r--translations/messages/mt.po (renamed from po/mt/libkipi.po)6
-rw-r--r--translations/messages/nb.po (renamed from po/nb/libkipi.po)6
-rw-r--r--translations/messages/nl.po (renamed from po/nl/libkipi.po)6
-rw-r--r--translations/messages/pa.po (renamed from po/pa/libkipi.po)6
-rw-r--r--translations/messages/pl.po (renamed from po/pl/libkipi.po)6
-rw-r--r--translations/messages/pt.po (renamed from po/pt/libkipi.po)6
-rw-r--r--translations/messages/pt_BR.po (renamed from po/pt_BR/libkipi.po)6
-rw-r--r--translations/messages/ru.po (renamed from po/ru/libkipi.po)26
-rw-r--r--translations/messages/rw.po (renamed from po/rw/libkipi.po)6
-rw-r--r--translations/messages/sk.po (renamed from po/sk/libkipi.po)6
-rw-r--r--translations/messages/sl.po (renamed from po/sl/libkipi.po)6
-rw-r--r--translations/messages/sr.po (renamed from po/sr/libkipi.po)6
-rw-r--r--translations/messages/sr@Latn.po (renamed from po/sr@Latn/libkipi.po)6
-rw-r--r--translations/messages/ta.po (renamed from po/ta/libkipi.po)6
-rw-r--r--translations/messages/tr.po (renamed from po/tr/libkipi.po)6
-rw-r--r--translations/messages/uk.po (renamed from po/uk/libkipi.po)6
-rw-r--r--translations/messages/zh_CN.po (renamed from po/zh_CN/libkipi.po)6
-rw-r--r--translations/messages/zh_Hant.po126
58 files changed, 308 insertions, 185 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 69dd7b2..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "cmake"]
- path = cmake
- url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..a9c7e38 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,12 +9,15 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEL10n )
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a56959..a977121 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,13 +7,16 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
+tde_set_project_version( )
#### general package setup
project( libkipi )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -29,7 +32,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )
@@ -68,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( ${PROJECT_NAME} )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files
diff --git a/TODO b/TODO
index ee7d58e..460ff01 100644
--- a/TODO
+++ b/TODO
@@ -29,7 +29,7 @@ we have:
To be done:
- Implement a widget to let the user select ImageCollections. The minimal
interface should be:
- class ImageCollectionSelector : public QWidget {
+ class ImageCollectionSelector : public TQWidget {
QValueList<ImageCollection> imageCollections;
}
diff --git a/cmake b/cmake
deleted file mode 160000
-Subproject 5121b9a41d671dbaf7350c349d246793d8d8a4e
diff --git a/libkipi/CMakeL10n.txt b/libkipi/CMakeL10n.txt
index 7ecad88..1a36102 100644
--- a/libkipi/CMakeL10n.txt
+++ b/libkipi/CMakeL10n.txt
@@ -1,3 +1,3 @@
##### create translation templates ##############
-tde_l10n_create_template( "libkipi" )
+tde_l10n_create_template( "messages/libkipi" )
diff --git a/libkipi/libkipi/KDStream.cpp b/libkipi/libkipi/KDStream.cpp
index 6e088bf..790ee78 100644
--- a/libkipi/libkipi/KDStream.cpp
+++ b/libkipi/libkipi/KDStream.cpp
@@ -1,4 +1,4 @@
-/* -*- Mode: C++ -*-
+/*
KD Tools - a set of useful widgets for TQt
$Id: KDStream.cpp 445690 2005-08-11 17:01:49Z toma $
*/
@@ -717,7 +717,6 @@ TQValueListConstIterator
TQValueListIterator
TQPtrListIterator// TQt 3
TQPtrCollection// TQt 3
-TQSortedList - Depricated // TQt 2
*/
@@ -938,7 +937,6 @@ TQScreenCursor // TQt 2
TQScrollBar
TQScrollView
TQSemaphore
-TQSemiModal // TQt 2
TQServerSocket
TQSessionManager
TQSettings// TQt 3
diff --git a/libkipi/libkipi/KDStream.h b/libkipi/libkipi/KDStream.h
index be909dd..046f8c9 100644
--- a/libkipi/libkipi/KDStream.h
+++ b/libkipi/libkipi/KDStream.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C++ -*-
+/*
KD Tools - a set of useful widgets for TQt
$Id: KDStream.h 387954 2005-02-10 07:49:40Z blackie $
*/
diff --git a/libkipi/libkipi/batchprogressdialog.h b/libkipi/libkipi/batchprogressdialog.h
index 00be6ff..86f489c 100644
--- a/libkipi/libkipi/batchprogressdialog.h
+++ b/libkipi/libkipi/batchprogressdialog.h
@@ -52,7 +52,7 @@ enum ActionMessageType
class LIBKIPI_EXPORT BatchProgressDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/libkipi/libkipi/design b/libkipi/libkipi/design
index 350b735..fa494f0 100644
--- a/libkipi/libkipi/design
+++ b/libkipi/libkipi/design
@@ -59,19 +59,19 @@ The implementation would looks something like this:
class Browser {
public:
Browser( BrowserShared* );
- virtual QWidget* widget( QWidget* parent );
+ virtual TQWidget* widget( TQWidget* parent );
KURL::List images();
// all the other stuff to make a shared class.
signals:
- void descriptionChanged( const QString& );
+ void descriptionChanged( const TQString& );
void previewChanged( const QPixmap& );
}
class BrowserShared {
public:
- virtual QWidget* widget( QWidget* parent ) = 0;
+ virtual TQWidget* widget( TQWidget* parent ) = 0;
KURL::List images() = 0;
signals:
...
diff --git a/libkipi/libkipi/imagecollectionselector.cpp b/libkipi/libkipi/imagecollectionselector.cpp
index 9a58fa3..1f27a20 100644
--- a/libkipi/libkipi/imagecollectionselector.cpp
+++ b/libkipi/libkipi/imagecollectionselector.cpp
@@ -95,27 +95,27 @@ ImageCollectionSelector::ImageCollectionSelector(TQWidget* parent, Interface* in
d->_list->addColumn("");
d->_list->header()->hide();
- connect(d->_list, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
- TQT_SLOT(slotSelectionChanged(TQListViewItem*)));
+ connect(d->_list, TQ_SIGNAL(selectionChanged(TQListViewItem*)),
+ TQ_SLOT(slotSelectionChanged(TQListViewItem*)));
TQHBoxLayout* mainLayout=new TQHBoxLayout(this, 0, KDialog::spacingHint());
mainLayout->addWidget(d->_list);
TQVBoxLayout* rightLayout = new TQVBoxLayout(mainLayout, 0);
- KButtonBox* box=new KButtonBox(this,Qt::Vertical);
+ KButtonBox* box=new KButtonBox(this,TQt::Vertical);
rightLayout->addWidget(box);
TQPushButton* selectAll=box->addButton(i18n("Select All"));
TQPushButton* invertSelection=box->addButton(i18n("Invert Selection"));
TQPushButton* selectNone=box->addButton(i18n("Select None"));
box->layout();
- connect(selectAll, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSelectAll()) );
- connect(invertSelection, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotInvertSelection()) );
- connect(selectNone, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSelectNone()) );
+ connect(selectAll, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSelectAll()) );
+ connect(invertSelection, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotInvertSelection()) );
+ connect(selectNone, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSelectNone()) );
rightLayout->addItem(new TQSpacerItem(10,20,TQSizePolicy::Fixed,
TQSizePolicy::Expanding));
@@ -138,7 +138,7 @@ ImageCollectionSelector::ImageCollectionSelector(TQWidget* parent, Interface* in
d->_textLabel = new TQLabel(rightBox);
fillList();
- TQTimer::singleShot(0, this, TQT_SLOT(slotInitialShow()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotInitialShow()));
}
@@ -266,8 +266,8 @@ void ImageCollectionSelector::slotSelectionChanged(TQListViewItem* listItem)
if (!images.isEmpty())
{
TDEIO::PreviewJob* thumbJob = TDEIO::filePreview(images.first(), 128);
- connect( thumbJob, TQT_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
- TQT_SLOT(slotGotPreview(const KFileItem* , const TQPixmap&)));
+ connect( thumbJob, TQ_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
+ TQ_SLOT(slotGotPreview(const KFileItem* , const TQPixmap&)));
}
}
diff --git a/libkipi/libkipi/imagecollectionselector.h b/libkipi/libkipi/imagecollectionselector.h
index 2de463b..d6a68a3 100644
--- a/libkipi/libkipi/imagecollectionselector.h
+++ b/libkipi/libkipi/imagecollectionselector.h
@@ -44,7 +44,7 @@ class Interface;
class LIBKIPI_EXPORT ImageCollectionSelector : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
class Private;
diff --git a/libkipi/libkipi/imagedialog.cpp b/libkipi/libkipi/imagedialog.cpp
index 1fb25a6..fd7c63a 100644
--- a/libkipi/libkipi/imagedialog.cpp
+++ b/libkipi/libkipi/imagedialog.cpp
@@ -136,7 +136,7 @@ ImageDialog::ImageDialog(TQWidget* parent, KIPI::Interface* interface,
TQPushButton *helpButton = actionButton( Help );
KHelpMenu* helpMenu = new KHelpMenu(this, about, false);
helpMenu->menu()->removeItemAt(0);
- helpMenu->menu()->insertItem(i18n("Kipi Plugins Handbooks"), this, TQT_SLOT(slotHelp()), 0, -1, 0);
+ helpMenu->menu()->insertItem(i18n("Kipi Plugins Handbooks"), this, TQ_SLOT(slotHelp()), 0, -1, 0);
helpButton->setPopup( helpMenu->menu() );
//---------------------------------------------
@@ -168,17 +168,17 @@ ImageDialog::ImageDialog(TQWidget* parent, KIPI::Interface* interface,
for(; it!=d->_albums.end(); ++it) {
new AlbumLVI(d->_albumList, *it);
}
- TQTimer::singleShot(0, this, TQT_SLOT(slotInitialShow()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotInitialShow()));
- connect(d->_albumList, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
- this, TQT_SLOT(fillImageList(TQListViewItem*)) );
+ connect(d->_albumList, TQ_SIGNAL(selectionChanged(TQListViewItem*)),
+ this, TQ_SLOT(fillImageList(TQListViewItem*)) );
if (singleSelection)
- connect(d->_imageList, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
- this, TQT_SLOT(slotImageSelected(TQListViewItem*)) );
+ connect(d->_imageList, TQ_SIGNAL(selectionChanged(TQListViewItem*)),
+ this, TQ_SLOT(slotImageSelected(TQListViewItem*)) );
else
- connect(d->_imageList, TQT_SIGNAL(selectionChanged()),
- this, TQT_SLOT(slotImagesSelected()));
+ connect(d->_imageList, TQ_SIGNAL(selectionChanged()),
+ this, TQ_SLOT(slotImagesSelected()));
enableButtonOK(false);
}
@@ -246,8 +246,8 @@ void ImageDialog::slotImageSelected(TQListViewItem* item) {
d->_preview->clear();
TDEIO::PreviewJob* thumbJob = TDEIO::filePreview(d->_url, PREVIEW_SIZE);
- connect( thumbJob, TQT_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
- TQT_SLOT(slotGotPreview(const KFileItem* , const TQPixmap&)));
+ connect( thumbJob, TQ_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
+ TQ_SLOT(slotGotPreview(const KFileItem* , const TQPixmap&)));
}
void ImageDialog::slotImagesSelected()
@@ -284,8 +284,8 @@ void ImageDialog::slotImagesSelected()
d->_url = d->_urls.first();
TDEIO::PreviewJob* thumbJob = TDEIO::filePreview(d->_url, PREVIEW_SIZE);
- connect( thumbJob, TQT_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
- TQT_SLOT(slotGotPreview(const KFileItem* , const TQPixmap&)));
+ connect( thumbJob, TQ_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
+ TQ_SLOT(slotGotPreview(const KFileItem* , const TQPixmap&)));
}
else
{
diff --git a/libkipi/libkipi/imagedialog.h b/libkipi/libkipi/imagedialog.h
index 9e9244d..8122051 100644
--- a/libkipi/libkipi/imagedialog.h
+++ b/libkipi/libkipi/imagedialog.h
@@ -50,7 +50,7 @@ namespace KIPI
class LIBKIPI_EXPORT ImageDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
class Private;
diff --git a/libkipi/libkipi/interface.h b/libkipi/libkipi/interface.h
index b9cf30a..f954c60 100644
--- a/libkipi/libkipi/interface.h
+++ b/libkipi/libkipi/interface.h
@@ -58,7 +58,7 @@ namespace KIPI
/** class Interface */
class LIBKIPI_EXPORT Interface : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkipi/libkipi/plugin.cpp b/libkipi/libkipi/plugin.cpp
index b96057d..b7af300 100644
--- a/libkipi/libkipi/plugin.cpp
+++ b/libkipi/libkipi/plugin.cpp
@@ -84,7 +84,7 @@ void KIPI::Plugin::setup( TQWidget* widget )
d->m_defaultWidget = widget;
d->m_actions.insert( widget, TDEActionPtrList() );
TQString name = TQString( "action collection for %1" ).arg( widget->name() );
- d->m_actionCollection.insert( widget, new TDEActionCollection( widget, TQT_TQOBJECT(widget), name.latin1(), d->m_instance ) );
+ d->m_actionCollection.insert( widget, new TDEActionCollection( widget, widget, name.latin1(), d->m_instance ) );
}
diff --git a/libkipi/libkipi/pluginloader.h b/libkipi/libkipi/pluginloader.h
index 8671d31..cf248ab 100644
--- a/libkipi/libkipi/pluginloader.h
+++ b/libkipi/libkipi/pluginloader.h
@@ -36,7 +36,7 @@ namespace KIPI
class LIBKIPI_EXPORT PluginLoader :public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
class LIBKIPI_EXPORT Info
@@ -88,7 +88,7 @@ namespace KIPI
class LIBKIPI_EXPORT ConfigWidget :public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigWidget( TQWidget* parent );
diff --git a/libkipi/libkipi/uploadwidget.cpp b/libkipi/libkipi/uploadwidget.cpp
index 93f49ec..43106f0 100644
--- a/libkipi/libkipi/uploadwidget.cpp
+++ b/libkipi/libkipi/uploadwidget.cpp
@@ -105,14 +105,14 @@ KIPI::UploadWidget::UploadWidget( KIPI::Interface* interface, TQWidget* parent,
d->m_pendingPath = TQStringList::split( "/", uploadPath, false );
- connect( d->m_branch, TQT_SIGNAL( populateFinished(KFileTreeViewItem *) ),
- this, TQT_SLOT( slotPopulateFinished(KFileTreeViewItem *) ) );
+ connect( d->m_branch, TQ_SIGNAL( populateFinished(KFileTreeViewItem *) ),
+ this, TQ_SLOT( slotPopulateFinished(KFileTreeViewItem *) ) );
d->m_branch->setOpen(true);
}
- connect( d->m_treeView, TQT_SIGNAL( executed(TQListViewItem *) ),
- this, TQT_SLOT( slotFolderSelected(TQListViewItem *) ) );
+ connect( d->m_treeView, TQ_SIGNAL( executed(TQListViewItem *) ),
+ this, TQ_SLOT( slotFolderSelected(TQListViewItem *) ) );
}
KIPI::UploadWidget::~UploadWidget()
@@ -134,8 +134,8 @@ void KIPI::UploadWidget::slotPopulateFinished( KFileTreeViewItem * parentItem )
{
if ( d->m_pendingPath.isEmpty() )
{
- disconnect( d->m_branch, TQT_SIGNAL( populateFinished(KFileTreeViewItem *) ),
- this, TQT_SLOT( slotPopulateFinished(KFileTreeViewItem *) ) );
+ disconnect( d->m_branch, TQ_SIGNAL( populateFinished(KFileTreeViewItem *) ),
+ this, TQ_SLOT( slotPopulateFinished(KFileTreeViewItem *) ) );
return;
}
@@ -189,8 +189,8 @@ void KIPI::UploadWidget::mkdir()
TDEIO::SimpleJob* job = TDEIO::mkdir(url);
- connect(job, TQT_SIGNAL(result(TDEIO::Job*)),
- this, TQT_SLOT(slotAlbumCreated(TDEIO::Job*)));
+ connect(job, TQ_SIGNAL(result(TDEIO::Job*)),
+ this, TQ_SLOT(slotAlbumCreated(TDEIO::Job*)));
}
void KIPI::UploadWidget::slotAlbumCreated(TDEIO::Job* job)
diff --git a/libkipi/libkipi/uploadwidget.h b/libkipi/libkipi/uploadwidget.h
index 32ac758..2ace488 100644
--- a/libkipi/libkipi/uploadwidget.h
+++ b/libkipi/libkipi/uploadwidget.h
@@ -44,7 +44,7 @@ namespace KIPI
{
class LIBKIPI_EXPORT UploadWidget :public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index e3b5278..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_NAME}.po )
-
-foreach( _po ${po_files} )
- string( REPLACE "/" ";" _path "${_po}" )
- list( GET _path 0 _lang )
- tde_create_translation( FILES ${_po} LANG ${_lang} )
-endforeach( )
diff --git a/po/ar/libkipi.po b/translations/messages/ar.po
index 62fd8e3..978c1ac 100644
--- a/po/ar/libkipi.po
+++ b/translations/messages/ar.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-08-10 18:01+0200\n"
"Last-Translator: محمد سعد Mohamed SAAD <metehyi@free.fr>\n"
"Language-Team: <ar@li.org>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Mohamed SAAD محمد سعد"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/br/libkipi.po b/translations/messages/br.po
index 21854ca..6682666 100644
--- a/po/br/libkipi.po
+++ b/translations/messages/br.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeextragear-libs-1/libkipi.po\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2004-09-20 15:44+0200\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
"Language-Team: br <LL@li.org>\n"
@@ -12,13 +12,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Thierry Vignaud, Jañ-Mai Drapier"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/ca/libkipi.po b/translations/messages/ca.po
index ae47118..35f57f2 100644
--- a/po/ca/libkipi.po
+++ b/translations/messages/ca.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-04-29 17:01+0200\n"
"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -13,13 +13,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Albert Astals Cid"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/cs/libkipi.po b/translations/messages/cs.po
index f17cbe6..fcca06f 100644
--- a/po/cs/libkipi.po
+++ b/translations/messages/cs.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-07-14 10:46+0200\n"
"Last-Translator: Jakub Friedl <jfriedl@suse.cz>\n"
"Language-Team: <cs@li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
"X-Generator: KBabel 1.10.2\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Michal Škrobák,Lukáš Tinkl,Klára Cihlářová"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/cy/libkipi.po b/translations/messages/cy.po
index e3f7ff2..a8d7a15 100644
--- a/po/cy/libkipi.po
+++ b/translations/messages/cy.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ../cy/messages//kdeextragear-libs-1/libkipi.po\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2004-09-20 15:44+0200\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: cy <LL@li.org>\n"
@@ -10,13 +10,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "KD wrth KGyfieithu"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/da/libkipi.po b/translations/messages/da.po
index fc53d1a..9a5e289 100644
--- a/po/da/libkipi.po
+++ b/translations/messages/da.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-12 08:47-0400\n"
"Last-Translator: Erik Kjær Pedersen <erik@binghamton.edu>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -16,13 +16,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Rune Rønde Laursen"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/de/libkipi.po b/translations/messages/de.po
index 0f2ac49..d690b4c 100644
--- a/po/de/libkipi.po
+++ b/translations/messages/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2019-08-31 19:46+0000\n"
"Last-Translator: Chris <xchrisx@uber.space>\n"
"Language-Team: German <https://mirror.git.trinitydesktop.org/weblate/"
@@ -18,13 +18,13 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Oliver Dörr, Chris (TDE)"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/el/libkipi.po b/translations/messages/el.po
index 4e3633a..3464ba4 100644
--- a/po/el/libkipi.po
+++ b/translations/messages/el.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-10-19 10:46+0300\n"
"Last-Translator: Toussis Manolis <manolis@koppermind.homelinux.org>\n"
"Language-Team: Greek <i18ngr@lists.hellug.gr>\n"
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Σπύρος Γεωργαράς"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/en_GB/libkipi.po b/translations/messages/en_GB.po
index 1b35d7c..95de08e 100644
--- a/po/en_GB/libkipi.po
+++ b/translations/messages/en_GB.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-16 13:52+0100\n"
"Last-Translator: Andrew Coles <andrew_coles@yahoo.co.uk>\n"
"Language-Team: British English <kde-en-gb@kde.me.uk>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Andrew Coles"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/es/libkipi.po b/translations/messages/es.po
index 3247967..578e216 100644
--- a/po/es/libkipi.po
+++ b/translations/messages/es.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-10-08 16:26+0200\n"
"Last-Translator: santi <santi@kde-es.org>\n"
"Language-Team: Español <kde-es@kybs.de>\n"
@@ -18,13 +18,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Enrique Matías Sánchez (Quique)"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/et/libkipi.po b/translations/messages/et.po
index 4bf1c45..18ef1eb 100644
--- a/po/et/libkipi.po
+++ b/translations/messages/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-21 16:10+0300\n"
"Last-Translator: Marek Laane <bald@starman.ee>\n"
"Language-Team: Estonian <kde-et@linux.ee>\n"
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Marek Laane"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/fi/libkipi.po b/translations/messages/fi.po
index 07d7750..f9a3b95 100644
--- a/po/fi/libkipi.po
+++ b/translations/messages/fi.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-06-17 06:39+0300\n"
"Last-Translator: Mikael Lammentausta <mikael.lammentausta@student.savonia-"
"amk.fi>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Mikael Lammentausta,Teemu Rytilahti"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/fr/libkipi.po b/translations/messages/fr.po
index 1a6b6f3..2d696d8 100644
--- a/po/fr/libkipi.po
+++ b/translations/messages/fr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-11-28 14:13+0100\n"
"Last-Translator: Tung Nguyen <ntung@free.fr>\n"
"Language-Team: français <kde-francophone@kde.org>\n"
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Gilles Caulier,Tung Nguyen"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/ga/libkipi.po b/translations/messages/ga.po
index c86eee2..3ea5f28 100644
--- a/po/ga/libkipi.po
+++ b/translations/messages/ga.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeextragear-libs-1/libkipi.po\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2004-12-03 14:52-0500\n"
"Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
"Language-Team: ga <LL@li.org>\n"
@@ -10,13 +10,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Séamus Ó Ciardhuáin,Kevin Scannell"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/gl/libkipi.po b/translations/messages/gl.po
index 1a98ee3..42b1613 100644
--- a/po/gl/libkipi.po
+++ b/translations/messages/gl.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-01-28 10:07+0100\n"
"Last-Translator: mvillarino <mvillarino@users.sourceforge.net>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "mvillarino"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/is/libkipi.po b/translations/messages/is.po
index 28a0f0a..053073c 100644
--- a/po/is/libkipi.po
+++ b/translations/messages/is.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr ""
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/it/libkipi.po b/translations/messages/it.po
index 78030b0..ad30073 100644
--- a/po/it/libkipi.po
+++ b/translations/messages/it.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-15 01:46+0200\n"
"Last-Translator: Federico Zenith <zenith@chemeng.ntnu.no>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
@@ -13,13 +13,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Federico Zenith"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/ja/libkipi.po b/translations/messages/ja.po
index cac7c14..32115fa 100644
--- a/po/ja/libkipi.po
+++ b/translations/messages/ja.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-10-20 23:00+0900\n"
"Last-Translator: Yukiko BANDO <ybando@k6.dion.ne.jp>\n"
"Language-Team: Japanese <Kdeveloper@kde.gr.jp>\n"
@@ -13,13 +13,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Yukiko BANDO"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/libkipi.pot b/translations/messages/libkipi.pot
index 7440838..d0be9b5 100644
--- a/po/libkipi.pot
+++ b/translations/messages/libkipi.pot
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,13 +13,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
+#, ignore-inconsistent
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr ""
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
+#, ignore-inconsistent
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/lt/libkipi.po b/translations/messages/lt.po
index 1ae405b..35e19d0 100644
--- a/po/lt/libkipi.po
+++ b/translations/messages/lt.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ziogelis 77\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-12 01:26+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -13,14 +13,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
#, fuzzy
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "nobody"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
#, fuzzy
msgid ""
"_: EMAIL OF TRANSLATORS\n"
diff --git a/po/mt/libkipi.po b/translations/messages/mt.po
index c462550..d28bd87 100644
--- a/po/mt/libkipi.po
+++ b/translations/messages/mt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-02-02 08:07+0100\n"
"Last-Translator: Kevin Attard Compagno <kac_comp@webhostmalta.com>\n"
"Language-Team: Maltese <mt@li.org>\n"
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Kevin Attard Compagno"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/nb/libkipi.po b/translations/messages/nb.po
index bda41c7..4b26131 100644
--- a/po/nb/libkipi.po
+++ b/translations/messages/nb.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-02-25 23:12+0100\n"
"Last-Translator: Nils Kristian Tomren <project@nilsk.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-no@lister.ping.uio.no>\n"
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Nils Kristian Tomren"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/nl/libkipi.po b/translations/messages/nl.po
index ab06e6c..b891292 100644
--- a/po/nl/libkipi.po
+++ b/translations/messages/nl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-15 23:46+0200\n"
"Last-Translator: Rinse de Vries <RinseDeVries@home.nl>\n"
"Language-Team: <nl@li.org>\n"
@@ -18,13 +18,13 @@ msgstr ""
"X-Generator: KBabel 1.10\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Wilbert Berendsen,Rinse de Vries"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/pa/libkipi.po b/translations/messages/pa.po
index c56ba90..17ae7b5 100644
--- a/po/pa/libkipi.po
+++ b/translations/messages/pa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-10-30 12:32+0530\n"
"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
@@ -17,13 +17,13 @@ msgstr ""
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/pl/libkipi.po b/translations/messages/pl.po
index 465b090..722b14a 100644
--- a/po/pl/libkipi.po
+++ b/translations/messages/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-09-04 19:57+0200\n"
"Last-Translator: Igor Klimer <igro@localhost.localdomain>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -16,13 +16,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Igor Klimer"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/pt/libkipi.po b/translations/messages/pt.po
index 347cd04..2ffc7b4 100644
--- a/po/pt/libkipi.po
+++ b/translations/messages/pt.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-06-05 23:03+0100\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <kde-i18n-pt@kde.org>\n"
@@ -11,13 +11,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-POFile-SpellExtra: Kipi \n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "José Nuno Pires"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/pt_BR/libkipi.po b/translations/messages/pt_BR.po
index 861748f..ee0fc8f 100644
--- a/po/pt_BR/libkipi.po
+++ b/translations/messages/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-02-17 21:56+0000\n"
"Last-Translator: Marcus Gama <marcus_gama@uol.com.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -17,13 +17,13 @@ msgstr ""
"X-Generator: KBabel 1.3.1\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Lisiane S. Teixeira"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/ru/libkipi.po b/translations/messages/ru.po
index 390aad4..9087f39 100644
--- a/po/ru/libkipi.po
+++ b/translations/messages/ru.po
@@ -2,28 +2,30 @@
#
# Nick Shaforostoff <shafff@ukr.net>, 2006.
# Dmitry A. Bugay <sam@vhnet.ru>, 2006.
+# Andrei Stepanov <adem4ik@gmail.com>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
-"PO-Revision-Date: 2006-10-04 02:03+0300\n"
-"Last-Translator: Nick Shaforostoff <shafff@ukr.net>\n"
-"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
+"PO-Revision-Date: 2024-04-14 11:44+0000\n"
+"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/libraries/libkipi/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.2\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.17\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Николай Шафоростов,Дмитрий Бугай"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
@@ -39,11 +41,11 @@ msgstr "Текущие действия"
#: libkipi/batchprogressdialog.cpp:177
msgid "<p>This is the current tasks list released."
-msgstr ""
+msgstr "<p>Это текущий список выпущенных заданий."
#: libkipi/batchprogressdialog.cpp:184
msgid "<p>This is the list current percent task released."
-msgstr ""
+msgstr "<p>Это список текущих процентов выпущенных заданий."
#: libkipi/imagecollectionselector.cpp:109
msgid "Invert Selection"
@@ -129,4 +131,4 @@ msgstr "Создать каталог"
#: libkipi/uploadwidget.cpp:182
msgid "<qt>Enter new directory name (to be created as subdir of %1):</qt>"
-msgstr ""
+msgstr "<qt>Введите имя нового каталога (будет создана как подкаталог %1):</qt>"
diff --git a/po/rw/libkipi.po b/translations/messages/rw.po
index b9a879d..e1de923 100644
--- a/po/rw/libkipi.po
+++ b/translations/messages/rw.po
@@ -15,7 +15,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi 3.4\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-25 18:44-0600\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@@ -24,7 +24,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
@@ -32,7 +32,7 @@ msgstr ""
"Viateur MUGENZI, JEAN BAPTISTE NGENDAHAYO, Augustin KIBERWA, Donatien "
"NSENGIYUMVA"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/sk/libkipi.po b/translations/messages/sk.po
index 1c33427..9898d06 100644
--- a/po/sk/libkipi.po
+++ b/translations/messages/sk.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-09-15 18:49+0200\n"
"Last-Translator: Richard Fric <Richard.Fric@kdemail.net>\n"
"Language-Team: Slovak <sk@li.org>\n"
@@ -15,13 +15,13 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr ""
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/sl/libkipi.po b/translations/messages/sl.po
index 47c03fb..ce29106 100644
--- a/po/sl/libkipi.po
+++ b/translations/messages/sl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-04-05 15:53+0200\n"
"Last-Translator: Gregor Rakar <gregor.rakar@kiss.si>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
@@ -17,13 +17,13 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3);\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Gregor Rakar"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/sr/libkipi.po b/translations/messages/sr.po
index 72c43c5..8494fd9 100644
--- a/po/sr/libkipi.po
+++ b/translations/messages/sr.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-30 23:07+0200\n"
"Last-Translator: Slobodan Simic <simicsl@verat.net>\n"
"Language-Team: Serbian <kde-yu@kde.org.yu>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Слободан Симић"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/sr@Latn/libkipi.po b/translations/messages/sr@Latn.po
index 0103a90..8e2d437 100644
--- a/po/sr@Latn/libkipi.po
+++ b/translations/messages/sr@Latn.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-30 23:07+0200\n"
"Last-Translator: Slobodan Simic <simicsl@verat.net>\n"
"Language-Team: Serbian <kde-yu@kde.org.yu>\n"
@@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Slobodan Simić"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/ta/libkipi.po b/translations/messages/ta.po
index 60b9d78..cd14e53 100644
--- a/po/ta/libkipi.po
+++ b/translations/messages/ta.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-03-22 03:04-0800\n"
"Last-Translator: Tamil PC <tamilpc@ambalam.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -10,13 +10,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "tamilpcteam"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/tr/libkipi.po b/translations/messages/tr.po
index d711c22..1c8f752 100644
--- a/po/tr/libkipi.po
+++ b/translations/messages/tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-06-25 03:31+0300\n"
"Last-Translator: İsmail Şimşek <simsek@kde.org.tr>\n"
"Language-Team: Türkçe <yerellestirme@kde.org.tr>\n"
@@ -16,13 +16,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "İsmail Şimşek"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/uk/libkipi.po b/translations/messages/uk.po
index b331e7f..1b27fba 100644
--- a/po/uk/libkipi.po
+++ b/translations/messages/uk.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2006-06-13 11:39-0700\n"
"Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n"
"Language-Team: Ukrainian <translation@linux.org.ua>\n"
@@ -16,13 +16,13 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Іван Петрущак"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/po/zh_CN/libkipi.po b/translations/messages/zh_CN.po
index 57cc718..9cbb40b 100644
--- a/po/zh_CN/libkipi.po
+++ b/translations/messages/zh_CN.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: libkipi\n"
-"POT-Creation-Date: 2019-03-19 18:09+0100\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
"PO-Revision-Date: 2005-05-07 22:18+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -13,13 +13,13 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: _translatorinfo:1
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "开源软件国际化之 KDE 简体中文组"
-#: _translatorinfo:2
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
diff --git a/translations/messages/zh_Hant.po b/translations/messages/zh_Hant.po
new file mode 100644
index 0000000..6b74301
--- /dev/null
+++ b/translations/messages/zh_Hant.po
@@ -0,0 +1,126 @@
+# SOME DESCRIPTIVE TITLE.
+# Louies <louies0623@gmail.com>, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2020-05-11 04:16+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: zh_Hant\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
+#, ignore-inconsistent
+msgid ""
+"_: NAME OF TRANSLATORS\n"
+"Your names"
+msgstr ""
+
+#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
+#, ignore-inconsistent
+msgid ""
+"_: EMAIL OF TRANSLATORS\n"
+"Your emails"
+msgstr ""
+
+#: libkipi/batchprogressdialog.cpp:171
+msgid "Status"
+msgstr ""
+
+#: libkipi/batchprogressdialog.cpp:172
+msgid "Current Actions"
+msgstr ""
+
+#: libkipi/batchprogressdialog.cpp:177
+msgid "<p>This is the current tasks list released."
+msgstr ""
+
+#: libkipi/batchprogressdialog.cpp:184
+msgid "<p>This is the list current percent task released."
+msgstr ""
+
+#: libkipi/imagecollectionselector.cpp:109
+msgid "Invert Selection"
+msgstr ""
+
+#: libkipi/imagecollectionselector.cpp:110
+msgid "Select None"
+msgstr ""
+
+#: libkipi/imagecollectionselector.cpp:283
+msgid "Images:"
+msgstr ""
+
+#: libkipi/imagecollectionselector.cpp:300
+msgid "Comments:"
+msgstr ""
+
+#: libkipi/imagecollectionselector.cpp:308
+msgid "Category:"
+msgstr ""
+
+#: libkipi/imagecollectionselector.cpp:317
+msgid "Date:"
+msgstr ""
+
+#: libkipi/imagecollectionshared.cpp:81
+msgid "Images"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:90 libkipi/imagedialog.cpp:110
+msgid "Select Image From Album"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:128
+msgid "Image selector dialog"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:130
+msgid "A Kipi dialog for image selection"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:139
+msgid "Kipi Plugins Handbooks"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:147
+msgid "Album Name"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:152
+msgid "Image Name"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:161 libkipi/imagedialog.cpp:240
+msgid "No image selected"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:274
+msgid "No images selected"
+msgstr ""
+
+#: libkipi/imagedialog.cpp:293
+#, c-format
+msgid ""
+"_n: 1 image selected\n"
+"%n images selected"
+msgstr ""
+
+#: libkipi/uploadwidget.cpp:85
+msgid "Folder"
+msgstr ""
+
+#: libkipi/uploadwidget.cpp:176
+msgid "Please select a directory first."
+msgstr ""
+
+#: libkipi/uploadwidget.cpp:181
+msgid "Create Directory"
+msgstr ""
+
+#: libkipi/uploadwidget.cpp:182
+msgid "<qt>Enter new directory name (to be created as subdir of %1):</qt>"
+msgstr ""