Branding cleanup: I18N_NOOP KDE -> TDE.

pull/16/head
Darrell Anderson 12 years ago
parent 38ea887ac1
commit 26ac655595

@ -49,7 +49,7 @@ public:
int main(int argc, char **argv)
{
KAboutData aboutdata("kmcop", I18N_NOOP("KMCOP"),
"0.1", I18N_NOOP("KDE MCOP-DCOP Bridge"),
"0.1", I18N_NOOP("TDE MCOP-DCOP Bridge"),
KAboutData::License_GPL, "(C) 2001, Nikolas Zimmermann");
aboutdata.addAuthor("Nikolas Zimmermann", I18N_NOOP("Author"), "wildfox@kde.org");

@ -106,7 +106,7 @@ extern "C"{
KDE_EXPORT int kdemain(int argc, char **argv)
{
KAboutData aboutdata("knotify", I18N_NOOP("KNotify"),
"3.0", I18N_NOOP("KDE Notification Server"),
"3.0", I18N_NOOP("TDE Notification Server"),
KAboutData::License_GPL, "(C) 1997-2003, KDE Developers");
aboutdata.addAuthor("Carsten Pfeiffer",I18N_NOOP("Current Maintainer"),"pfeiffer@kde.org");
aboutdata.addAuthor("Christian Esken",0,"esken@kde.org");

@ -876,7 +876,7 @@ KMessageBox::information(_frame, i18n("Certificates have been successfully impor
KAboutData *KCertPart::createAboutData()
{
return new KAboutData("KCertPart", I18N_NOOP("KDE Certificate Part"), "1.0");
return new KAboutData("KCertPart", I18N_NOOP("TDE Certificate Part"), "1.0");
}
#include "kcertpart.moc"

@ -200,7 +200,7 @@ extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[])
{
KAboutData aboutData( "kcmshell", I18N_NOOP("TDE Control Module"),
0,
I18N_NOOP("A tool to start single KDE control modules"),
I18N_NOOP("A tool to start single TDE control modules"),
KAboutData::License_GPL,
I18N_NOOP("(c) 1999-2004, The KDE Developers") );

@ -942,7 +942,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
{
KAboutData aboutData("kconf_update", I18N_NOOP("KConf Update"),
"1.0.2",
I18N_NOOP("KDE Tool for updating user configuration files"),
I18N_NOOP("TDE Tool for updating user configuration files"),
KAboutData::License_GPL,
"(c) 2001, Waldo Bastian");

@ -872,9 +872,9 @@ public:
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
{
KAboutData aboutData( "kded", I18N_NOOP("KDE Daemon"),
KAboutData aboutData( "kded", I18N_NOOP("TDE Daemon"),
"$Id$",
I18N_NOOP("KDE Daemon - triggers Sycoca database updates when needed"));
I18N_NOOP("TDE Daemon - triggers Sycoca database updates when needed"));
KApplication::installSigpipeHandler();

@ -367,7 +367,7 @@ int main(int argc, char **argv)
{
KLocale::setMainCatalogue("tdelibs");
KAboutData d(appName, I18N_NOOP("KDontChangeTheHostName"), appVersion,
I18N_NOOP("Informs KDE about a change in hostname"),
I18N_NOOP("Informs TDE about a change in hostname"),
KAboutData::License_GPL, "(c) 2001 Waldo Bastian");
d.addAuthor("Waldo Bastian", I18N_NOOP("Author"), "bastian@kde.org");

@ -448,7 +448,7 @@ void KJavaAppletViewer::infoMessage (const TQString & msg) {
}
KAboutData* KJavaAppletViewer::createAboutData () {
return new KAboutData("KJavaAppletViewer", I18N_NOOP("KDE Java Applet Plugin"), "1.0");
return new KAboutData("KJavaAppletViewer", I18N_NOOP("TDE Java Applet Plugin"), "1.0");
}
//---------------------------------------------------------------------

@ -237,7 +237,7 @@ static KCmdLineOptions options[] =
"given file(s)."), 0 },
{ "dialog",
I18N_NOOP("Opens a KDE properties dialog to allow viewing and "
I18N_NOOP("Opens a TDE properties dialog to allow viewing and "
"modifying of metadata of the given file(s)"), 0 },
{ "getValue <key>",

@ -50,7 +50,7 @@ int m_maxCacheSize;
static const char appName[] = "kio_http_cache_cleaner";
static const char description[] = I18N_NOOP("KDE HTTP cache maintenance tool");
static const char description[] = I18N_NOOP("TDE HTTP cache maintenance tool");
static const char version[] = "1.0.0";
@ -191,7 +191,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
{
KLocale::setMainCatalogue("tdelibs");
KCmdLineArgs::init( argc, argv, appName,
I18N_NOOP("KDE HTTP cache maintenance tool"),
I18N_NOOP("TDE HTTP cache maintenance tool"),
description, version, true);
KCmdLineArgs::addCmdLineOptions( options );

@ -32,7 +32,7 @@
#include <ksimpleconfig.h>
#include <kstandarddirs.h>
static const char desc[] = I18N_NOOP("KDE Tool to build a cache list of all pixmap themes installed");
static const char desc[] = I18N_NOOP("TDE Tool to build a cache list of all pixmap themes installed");
static const char ver[] = "0.9.1";
int main(int argc, char **argv)

@ -41,7 +41,7 @@ class KAboutDataPrivate;
*
* \code
* KAboutData about("khello", I18N_NOOP("KHello"), "0.1",
* I18N_NOOP("A KDE version of Hello, world!"),
* I18N_NOOP("A TDE version of Hello, world!"),
* KAboutData::License_LGPL,
* I18N_NOOP("Copyright (c) 2003 Developer"));
*

@ -952,7 +952,7 @@ TQString indent(TQString text, int spaces)
int main( int argc, char **argv )
{
KAboutData aboutData( "kconfig_compiler", I18N_NOOP("KDE .kcfg compiler"), "0.3",
KAboutData aboutData( "kconfig_compiler", I18N_NOOP("TDE .kcfg compiler"), "0.3",
I18N_NOOP("KConfig Compiler") , KAboutData::License_LGPL );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
aboutData.addAuthor( "Waldo Bastian", 0, "bastian@kde.org" );

Loading…
Cancel
Save