From 7e09b42fdafa2866cfd8df581a7de30fbe7bd98e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 10 May 2012 15:29:04 -0500 Subject: [PATCH] Branding cleanup: I18N_NOOP KDE -> TDE. --- ark/main.cpp | 2 +- kcalc/kcalc.cpp | 2 +- kcharselect/main.cc | 2 +- kdelirc/irkick/main.cpp | 2 +- kdelirc/kcmlirc/kcmlirc.cpp | 4 ++-- kdessh/kdessh.cpp | 2 +- kdf/kdf.cpp | 2 +- kdf/kwikdisk.cpp | 6 +++--- kfloppy/main.cpp | 2 +- khexedit/main.cc | 2 +- kjots/main.cpp | 2 +- klaptopdaemon/laptop_check.cpp | 2 +- klaptopdaemon/pcmcia.cpp | 2 +- kmilo/kmilo_kvaio/kcmkvaio/main.cpp | 2 +- kmilo/thinkpad/kcmthinkpad/main.cpp | 2 +- ksim/ksim.cpp | 2 +- ktimer/main.cpp | 2 +- superkaramba/src/main.cpp | 2 +- superkaramba/src/taskbartest.cpp | 2 +- 19 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ark/main.cpp b/ark/main.cpp index 16ec98c..9d90256 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -65,7 +65,7 @@ static KCmdLineOptions option[] = extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) { KAboutData aboutData( "ark", I18N_NOOP( "Ark" ), - "2.6.4", I18N_NOOP( "KDE Archiving tool" ), + "2.6.4", I18N_NOOP( "TDE Archiving tool" ), KAboutData::License_GPL, I18N_NOOP( "(c) 1997-2006, The Various Ark Developers" ) ); diff --git a/kcalc/kcalc.cpp b/kcalc/kcalc.cpp index 7dd0423..6161659 100644 --- a/kcalc/kcalc.cpp +++ b/kcalc/kcalc.cpp @@ -74,7 +74,7 @@ -static const char description[] = I18N_NOOP("KDE Calculator"); +static const char description[] = I18N_NOOP("TDE Calculator"); static const char version[] = KCALCVERSION; diff --git a/kcharselect/main.cc b/kcharselect/main.cc index c3cdd4a..73bc794 100644 --- a/kcharselect/main.cc +++ b/kcharselect/main.cc @@ -13,7 +13,7 @@ #include static const char description[] = - I18N_NOOP("KDE character selection utility"); + I18N_NOOP("TDE character selection utility"); /*================================================================*/ int main(int argc, char **argv) diff --git a/kdelirc/irkick/main.cpp b/kdelirc/irkick/main.cpp index b1e5898..768ac09 100644 --- a/kdelirc/irkick/main.cpp +++ b/kdelirc/irkick/main.cpp @@ -19,7 +19,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) { - KAboutData *aboutData = new KAboutData("irkick", I18N_NOOP("IRKick"), VERSION, I18N_NOOP("The KDE Infrared Remote Control Server"), KAboutData::License_GPL, "(c) 2003, Gav Wood", 0, 0, "gav@kde.org"); + KAboutData *aboutData = new KAboutData("irkick", I18N_NOOP("IRKick"), VERSION, I18N_NOOP("The TDE Infrared Remote Control Server"), KAboutData::License_GPL, "(c) 2003, Gav Wood", 0, 0, "gav@kde.org"); aboutData->addAuthor("Gav Wood", I18N_NOOP("Author"), "gav@kde.org", "http://www.indigoarchive.net/gav/"); aboutData->addCredit("Malte Starostik", I18N_NOOP("Original LIRC interface code"), "malte.starostik@t-online.de"); aboutData->addCredit("Dirk Ziegelmeier", I18N_NOOP("Ideas, concept code"), "dirk@ziegelmeier.net"); diff --git a/kdelirc/kcmlirc/kcmlirc.cpp b/kdelirc/kcmlirc/kcmlirc.cpp index dfaf75f..dee0844 100644 --- a/kdelirc/kcmlirc/kcmlirc.cpp +++ b/kdelirc/kcmlirc/kcmlirc.cpp @@ -52,9 +52,9 @@ K_EXPORT_COMPONENT_FACTORY(kcmlirc, theFactory("kcmlirc")) KCMLirc::KCMLirc(TQWidget *parent, const char *name, TQStringList /*args*/) : DCOPObject("KCMLirc"), KCModule(parent, name) { KGlobal::locale()->insertCatalogue( "kcmlirc" ); - setAboutData(new KAboutData("kcmlirc", I18N_NOOP("KDE Lirc"), VERSION, I18N_NOOP("The KDE IR Remote Control System"), KAboutData::License_GPL_V2, "Copyright (c)2003 Gav Wood", I18N_NOOP("Use this to configure KDE's infrared remote control system in order to control any KDE application with your infrared remote control."), "http://www.kde.org")); + setAboutData(new KAboutData("kcmlirc", I18N_NOOP("TDE Lirc"), VERSION, I18N_NOOP("The TDE IR Remote Control System"), KAboutData::License_GPL_V2, "Copyright (c)2003 Gav Wood", I18N_NOOP("Use this to configure TDE's infrared remote control system in order to control any TDE application with your infrared remote control."), "http://www.kde.org")); setButtons(KCModule::Help); - setQuickHelp(i18n("

Remote Controls

This module allows you to configure bindings between your remote controls and KDE applications. Simply select your remote control and click Add under the Actions/Buttons list. If you want KDE to attempt to automatically assign buttons to a supported application's actions, try clicking the Auto-Populate button.

To view the recognised applications and remote controls, simply select the Loaded Extensions tab.

")); + setQuickHelp(i18n("

Remote Controls

This module allows you to configure bindings between your remote controls and TDE applications. Simply select your remote control and click Add under the Actions/Buttons list. If you want TDE to attempt to automatically assign buttons to a supported application's actions, try clicking the Auto-Populate button.

To view the recognised applications and remote controls, simply select the Loaded Extensions tab.

")); bool ok; KApplication::kApplication()->dcopClient()->remoteInterfaces("irkick", "IRKick", &ok); if(!ok) diff --git a/kdessh/kdessh.cpp b/kdessh/kdessh.cpp index 6e6a48d..4a2a043 100644 --- a/kdessh/kdessh.cpp +++ b/kdessh/kdessh.cpp @@ -48,7 +48,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("kdessh", I18N_NOOP("KDE ssh"), + KAboutData aboutData("kdessh", I18N_NOOP("TDE ssh"), VERSION, I18N_NOOP("Runs a program on a remote host"), KAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen"); diff --git a/kdf/kdf.cpp b/kdf/kdf.cpp index fc90b78..49c1b5a 100644 --- a/kdf/kdf.cpp +++ b/kdf/kdf.cpp @@ -30,7 +30,7 @@ #include static const char description[] = - I18N_NOOP("KDE free disk space utility"); + I18N_NOOP("TDE free disk space utility"); static const char version[] = "v0.5"; diff --git a/kdf/kwikdisk.cpp b/kdf/kwikdisk.cpp index b8963e3..a28d047 100644 --- a/kdf/kwikdisk.cpp +++ b/kdf/kwikdisk.cpp @@ -45,7 +45,7 @@ #include static const char description[] = - I18N_NOOP("KDE Free disk space utility"); + I18N_NOOP("TDE Free disk space utility"); static const char version[] = "0.2"; @@ -326,8 +326,8 @@ int main(int argc, char **argv) 0, 0, "Stanislav.Karchebny@kdemail.net"); about.addAuthor( "Michael Kropfberger", I18N_NOOP("Original author"), "michael.kropfberger@gmx.net" ); - about.addAuthor( "Espen Sand", I18N_NOOP("KDE 2 changes"), "" ); - about.addAuthor( "Stanislav Karchebny", I18N_NOOP("KDE 3 changes"), + about.addAuthor( "Espen Sand", I18N_NOOP("TDE 2 changes"), "" ); + about.addAuthor( "Stanislav Karchebny", I18N_NOOP("TDE 3 changes"), "Stanislav.Karchebny@kdemail.net" ); KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::addCmdLineOptions( options ); diff --git a/kfloppy/main.cpp b/kfloppy/main.cpp index ff2ae74..c17fb2b 100644 --- a/kfloppy/main.cpp +++ b/kfloppy/main.cpp @@ -31,7 +31,7 @@ static const char description[] = - I18N_NOOP("KDE Floppy Disk Utility"); + I18N_NOOP("TDE Floppy Disk Utility"); static const KCmdLineOptions options[] = { diff --git a/khexedit/main.cc b/khexedit/main.cc index fae17fe..b065c88 100644 --- a/khexedit/main.cc +++ b/khexedit/main.cc @@ -31,7 +31,7 @@ static const char description[] = - I18N_NOOP("KDE hex editor"); + I18N_NOOP("TDE hex editor"); static const char version[] = APP_VERSION_STRING; diff --git a/kjots/main.cpp b/kjots/main.cpp index dcee5b9..6093dfb 100644 --- a/kjots/main.cpp +++ b/kjots/main.cpp @@ -34,7 +34,7 @@ #include "KJotsMain.h" -static const char description[] = I18N_NOOP("KDE note taking utility"); +static const char description[] = I18N_NOOP("TDE note taking utility"); static const char version[] = "v0.7"; diff --git a/klaptopdaemon/laptop_check.cpp b/klaptopdaemon/laptop_check.cpp index 7ba7b40..9189083 100644 --- a/klaptopdaemon/laptop_check.cpp +++ b/klaptopdaemon/laptop_check.cpp @@ -29,7 +29,7 @@ #include #include static const char description[] = - I18N_NOOP("KDE laptop daemon starter"); + I18N_NOOP("TDE laptop daemon starter"); static const char version[] = "v0.0.1"; diff --git a/klaptopdaemon/pcmcia.cpp b/klaptopdaemon/pcmcia.cpp index 28328be..7cde9f0 100644 --- a/klaptopdaemon/pcmcia.cpp +++ b/klaptopdaemon/pcmcia.cpp @@ -42,7 +42,7 @@ PcmciaConfig::PcmciaConfig (TQWidget * parent, const char *name) { KAboutData *about = new KAboutData(I18N_NOOP("kcmlaptop"), - I18N_NOOP("KDE Panel System Information Control Module"), + I18N_NOOP("TDE Panel System Information Control Module"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 1999 - 2002 Paul Campbell")); about->addAuthor("Paul Campbell", 0, "paul@taniwha.com"); diff --git a/kmilo/kmilo_kvaio/kcmkvaio/main.cpp b/kmilo/kmilo_kvaio/kcmkvaio/main.cpp index 32fc821..c8c9225 100644 --- a/kmilo/kmilo_kvaio/kcmkvaio/main.cpp +++ b/kmilo/kmilo_kvaio/kcmkvaio/main.cpp @@ -51,7 +51,7 @@ KVaioModule::KVaioModule(TQWidget *parent, const char *name, const TQStringList { KAboutData *about = new KAboutData(I18N_NOOP("kcmkvaio"), - I18N_NOOP("KDE Control Module for Sony " + I18N_NOOP("TDE Control Module for Sony " "Vaio Laptop Hardware"), 0, 0, KAboutData::License_GPL, "(c) 2003 Mirko Boehm"); diff --git a/kmilo/thinkpad/kcmthinkpad/main.cpp b/kmilo/thinkpad/kcmthinkpad/main.cpp index b98dc28..e4db02b 100644 --- a/kmilo/thinkpad/kcmthinkpad/main.cpp +++ b/kmilo/thinkpad/kcmthinkpad/main.cpp @@ -58,7 +58,7 @@ KCMThinkpadModule::KCMThinkpadModule(TQWidget* parent, const char* name, const T : KCModule(KCMThinkpadModuleFactory::instance(), parent, name) { KAboutData* about = new KAboutData(I18N_NOOP("kcmthinkpad"), - I18N_NOOP("KDE Control Module for IBM Thinkpad " + I18N_NOOP("TDE Control Module for IBM Thinkpad " "Laptop Hardware"), 0, 0, KAboutData::License_GPL, "(c) 2004 Jonathan Riddell"); diff --git a/ksim/ksim.cpp b/ksim/ksim.cpp index 8a2b643..e7c963d 100644 --- a/ksim/ksim.cpp +++ b/ksim/ksim.cpp @@ -56,7 +56,7 @@ KSim::PanelExtension::PanelExtension(const TQString &configFile, m_dcopClient->registerAs(name, false); m_aboutData = new KAboutData(name, I18N_NOOP("KSim"), KSIM_VERSION_STRING, - I18N_NOOP("A plugin based system monitor for KDE"), + I18N_NOOP("A plugin based system monitor for TDE"), KAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 Robbie Ward\n(C) 2005 Reuben Sutton")); m_aboutData->addAuthor("Reuben Sutton", I18N_NOOP("Maintainer"),"reuben.sutton@gmail.com"); m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"), diff --git a/ktimer/main.cpp b/ktimer/main.cpp index 1deb4ac..5a97379 100644 --- a/ktimer/main.cpp +++ b/ktimer/main.cpp @@ -24,7 +24,7 @@ #include "ktimer.h" static const char description[] = - I18N_NOOP("KDE Timer"); + I18N_NOOP("TDE Timer"); static const char version[] = "v0.1"; diff --git a/superkaramba/src/main.cpp b/superkaramba/src/main.cpp index 0808d42..00f34f3 100644 --- a/superkaramba/src/main.cpp +++ b/superkaramba/src/main.cpp @@ -40,7 +40,7 @@ #include "karamba_python.h" static const char *description = - I18N_NOOP("A KDE Eye-candy Application"); + I18N_NOOP("A TDE Eye-candy Application"); static const char *version = "0.42"; diff --git a/superkaramba/src/taskbartest.cpp b/superkaramba/src/taskbartest.cpp index f1d9386..f3bc46d 100644 --- a/superkaramba/src/taskbartest.cpp +++ b/superkaramba/src/taskbartest.cpp @@ -35,7 +35,7 @@ #include "taskbartest.h" static const char *description = - I18N_NOOP("A KDE Eye-candy Application"); + I18N_NOOP("A TDE Eye-candy Application"); static const char *version = "0.17";