Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 470fade48d
commit 65b9cbcc34

@ -8,7 +8,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/main.cpp
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE Application");
I18N_NOOP("A TDE Application");
static const char version[] = "v${APP_VERSION}";

@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/main.cpp
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "v${APP_VERSION}";

@ -188,7 +188,7 @@ int main(int argc, char **argv)
I18N_NOOP("(c) 1999,2000,2001,2002,2003,2004,2005,2006 The KBabel developers"),0,"http://kbabel.kde.org");
about.addAuthor("Matthias Kiefer",I18N_NOOP("Original author"),"kiefer@kde.org");
about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/TQt3.")
about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/Qt3.")
,"visnovsky@kde.org");
about.addAuthor("Nicolas Goutte", I18N_NOOP("Current maintainer"), "goutte@kde.org");

@ -555,7 +555,7 @@ int main(int argc, char **argv)
about.addAuthor("Andrea Rizzi",I18N_NOOP("Wrote the dictionary plugin "
"for searching in a database and some other code.")
,"rizzi@kde.org");
about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/TQt3.")
about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/Qt3.")
,"visnovsky@kde.org");
about.addAuthor("Marco Wegner",I18N_NOOP("Bug fixes, KFilePlugin for PO files, CVS support, mailing files")
,"dubbleu@web.de");

@ -275,7 +275,7 @@ static KCmdLineOptions options[] = {
};
int main(int argc, char **argv) {
KCmdLineArgs::init(argc, argv, "kio_svn_helper", I18N_NOOP("Subversion Helper"), "KDE frontend for SVN", "0.1");
KCmdLineArgs::init(argc, argv, "kio_svn_helper", I18N_NOOP("Subversion Helper"), "TDE frontend for SVN", "0.1");
KCmdLineArgs::addCmdLineOptions( options );
KGlobal::locale()->setMainCatalogue("kio_svn");

@ -72,7 +72,7 @@ TQString libkstartperf()
int main(int argc, char **argv)
{
KAboutData aboutData("kstartperf", I18N_NOOP("KStartPerf"),
"1.0", I18N_NOOP("Measures start up time of a KDE application"),
"1.0", I18N_NOOP("Measures start up time of a TDE application"),
KAboutData::License_Artistic,
"Copyright (c) 2000 Geert Jansen and libkmapnotify authors");
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),

@ -45,7 +45,7 @@ int main( int argc, char ** argv )
KAboutData aboutData("tdecachegrind",
I18N_NOOP("KCachegrind"),
TDECACHEGRIND_VERSION,
I18N_NOOP("KDE Frontend for Cachegrind"),
I18N_NOOP("TDE Frontend for Cachegrind"),
KAboutData::License_GPL,
I18N_NOOP("(C) 2002, 2003, 2004"), 0,
"http://tdecachegrind.sf.net");

Loading…
Cancel
Save