SVN commit 785090 by cgilles: libKipi from trunk (KDE4) : libkipi become a low level library without internationlization. All widgets and dialog are now hosted by internal Kipi-plugins library or by Kipi host program as digiKam To translators team : i18n for libkipi is obsolete for KDE4, but still valid for KDE3. No changes in this way will be done in KDE3 branch. CCMAIL: kde-imaging@kde.org CCMAIL: kde-i18n-doc@kde.org D Messages.sh M +2 -3 libkipi/imagecollectionshared.cpp M +1 -1 libkipi/imagecollectionshared.h M +1 -1 libkipi/plugin.cpp M +1 -1 libkipi/plugin.h M +1 -1 libkipi/version.h.cmake --- trunk/extragear/libs/libkipi/libkipi/imagecollectionshared.cpp #785089:785090 @@ -6,7 +6,7 @@ * Date : 2004-02-01 * Description : image collection shared * - * Copyright (C) 2004-2007 by Gilles Caulier + * Copyright (C) 2004-2008 by Gilles Caulier * Copyright (C) 2004-2005 by Renchi Raju * Copyright (C) 2004-2005 by Jesper K. Pedersen * Copyright (C) 2004-2005 by Aurelien Gateau @@ -25,7 +25,6 @@ // KDE Includes. -#include #include // Local Includes. @@ -85,7 +84,7 @@ QString ImageCollectionShared::uploadRootName() { - return (i18n("Images")); + return (QString("Images")); // No i18n here. THis must be done on KIPI host interface. } bool ImageCollectionShared::isDirectory() --- trunk/extragear/libs/libkipi/libkipi/imagecollectionshared.h #785089:785090 @@ -6,7 +6,7 @@ * Date : 2004-02-01 * Description : image collection shared * - * Copyright (C) 2004-2007 by Gilles Caulier + * Copyright (C) 2004-2008 by Gilles Caulier * Copyright (C) 2004-2005 by Renchi Raju * Copyright (C) 2004-2005 by Jesper K. Pedersen * Copyright (C) 2004-2005 by Aurelien Gateau --- trunk/extragear/libs/libkipi/libkipi/plugin.cpp #785089:785090 @@ -6,7 +6,7 @@ * Date : 2004-02-01 * Description : plugin interface * - * Copyright (C) 2004-2007 by Gilles Caulier + * Copyright (C) 2004-2008 by Gilles Caulier * Copyright (C) 2004-2005 by Renchi Raju * Copyright (C) 2004-2005 by Jesper K. Pedersen * Copyright (C) 2004-2005 by Aurelien Gateau --- trunk/extragear/libs/libkipi/libkipi/plugin.h #785089:785090 @@ -6,7 +6,7 @@ * Date : 2004-02-01 * Description : plugin interface * - * Copyright (C) 2004-2007 by Gilles Caulier + * Copyright (C) 2004-2008 by Gilles Caulier * Copyright (C) 2004-2005 by Renchi Raju * Copyright (C) 2004-2005 by Jesper K. Pedersen * Copyright (C) 2004-2005 by Aurelien Gateau --- trunk/extragear/libs/libkipi/libkipi/version.h.cmake #785089:785090 @@ -6,7 +6,7 @@ * Date : 2004-09-09 * Description : KIPI release ID header. * - * Copyright (C) 2004-2007 by Gilles Caulier + * Copyright (C) 2004-2008 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General