Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 89dd30d307
commit 7e09b42fda

@ -65,7 +65,7 @@ static KCmdLineOptions option[] =
extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] )
{ {
KAboutData aboutData( "ark", I18N_NOOP( "Ark" ), 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, KAboutData::License_GPL,
I18N_NOOP( "(c) 1997-2006, The Various Ark Developers" ) I18N_NOOP( "(c) 1997-2006, The Various Ark Developers" )
); );

@ -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; static const char version[] = KCALCVERSION;

@ -13,7 +13,7 @@
#include <kglobalsettings.h> #include <kglobalsettings.h>
static const char description[] = static const char description[] =
I18N_NOOP("KDE character selection utility"); I18N_NOOP("TDE character selection utility");
/*================================================================*/ /*================================================================*/
int main(int argc, char **argv) int main(int argc, char **argv)

@ -19,7 +19,7 @@
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) 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->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("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"); aboutData->addCredit("Dirk Ziegelmeier", I18N_NOOP("Ideas, concept code"), "dirk@ziegelmeier.net");

@ -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) KCMLirc::KCMLirc(TQWidget *parent, const char *name, TQStringList /*args*/) : DCOPObject("KCMLirc"), KCModule(parent, name)
{ {
KGlobal::locale()->insertCatalogue( "kcmlirc" ); 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); setButtons(KCModule::Help);
setQuickHelp(i18n("<h1>Remote Controls</h1><p>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.</p><p>To view the recognised applications and remote controls, simply select the <em>Loaded Extensions</em> tab.</p>")); setQuickHelp(i18n("<h1>Remote Controls</h1><p>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.</p><p>To view the recognised applications and remote controls, simply select the <em>Loaded Extensions</em> tab.</p>"));
bool ok; bool ok;
KApplication::kApplication()->dcopClient()->remoteInterfaces("irkick", "IRKick", &ok); KApplication::kApplication()->dcopClient()->remoteInterfaces("irkick", "IRKick", &ok);
if(!ok) if(!ok)

@ -48,7 +48,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[]) 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"), VERSION, I18N_NOOP("Runs a program on a remote host"),
KAboutData::License_Artistic, KAboutData::License_Artistic,
"Copyright (c) 2000 Geert Jansen"); "Copyright (c) 2000 Geert Jansen");

@ -30,7 +30,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
static const char description[] = static const char description[] =
I18N_NOOP("KDE free disk space utility"); I18N_NOOP("TDE free disk space utility");
static const char version[] = "v0.5"; static const char version[] = "v0.5";

@ -45,7 +45,7 @@
#include <krun.h> #include <krun.h>
static const char description[] = static const char description[] =
I18N_NOOP("KDE Free disk space utility"); I18N_NOOP("TDE Free disk space utility");
static const char version[] = "0.2"; static const char version[] = "0.2";
@ -326,8 +326,8 @@ int main(int argc, char **argv)
0, 0, "Stanislav.Karchebny@kdemail.net"); 0, 0, "Stanislav.Karchebny@kdemail.net");
about.addAuthor( "Michael Kropfberger", I18N_NOOP("Original author"), about.addAuthor( "Michael Kropfberger", I18N_NOOP("Original author"),
"michael.kropfberger@gmx.net" ); "michael.kropfberger@gmx.net" );
about.addAuthor( "Espen Sand", I18N_NOOP("KDE 2 changes"), "" ); about.addAuthor( "Espen Sand", I18N_NOOP("TDE 2 changes"), "" );
about.addAuthor( "Stanislav Karchebny", I18N_NOOP("KDE 3 changes"), about.addAuthor( "Stanislav Karchebny", I18N_NOOP("TDE 3 changes"),
"Stanislav.Karchebny@kdemail.net" ); "Stanislav.Karchebny@kdemail.net" );
KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions( options ); KCmdLineArgs::addCmdLineOptions( options );

@ -31,7 +31,7 @@
static const char description[] = static const char description[] =
I18N_NOOP("KDE Floppy Disk Utility"); I18N_NOOP("TDE Floppy Disk Utility");
static const KCmdLineOptions options[] = static const KCmdLineOptions options[] =
{ {

@ -31,7 +31,7 @@
static const char description[] = static const char description[] =
I18N_NOOP("KDE hex editor"); I18N_NOOP("TDE hex editor");
static const char version[] = APP_VERSION_STRING; static const char version[] = APP_VERSION_STRING;

@ -34,7 +34,7 @@
#include "KJotsMain.h" #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"; static const char version[] = "v0.7";

@ -29,7 +29,7 @@
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <klocale.h> #include <klocale.h>
static const char description[] = static const char description[] =
I18N_NOOP("KDE laptop daemon starter"); I18N_NOOP("TDE laptop daemon starter");
static const char version[] = "v0.0.1"; static const char version[] = "v0.0.1";

@ -42,7 +42,7 @@ PcmciaConfig::PcmciaConfig (TQWidget * parent, const char *name)
{ {
KAboutData *about = KAboutData *about =
new KAboutData(I18N_NOOP("kcmlaptop"), 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, 0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1999 - 2002 Paul Campbell")); I18N_NOOP("(c) 1999 - 2002 Paul Campbell"));
about->addAuthor("Paul Campbell", 0, "paul@taniwha.com"); about->addAuthor("Paul Campbell", 0, "paul@taniwha.com");

@ -51,7 +51,7 @@ KVaioModule::KVaioModule(TQWidget *parent, const char *name, const TQStringList
{ {
KAboutData *about = KAboutData *about =
new KAboutData(I18N_NOOP("kcmkvaio"), new KAboutData(I18N_NOOP("kcmkvaio"),
I18N_NOOP("KDE Control Module for Sony " I18N_NOOP("TDE Control Module for Sony "
"Vaio Laptop Hardware"), "Vaio Laptop Hardware"),
0, 0, KAboutData::License_GPL, 0, 0, KAboutData::License_GPL,
"(c) 2003 Mirko Boehm"); "(c) 2003 Mirko Boehm");

@ -58,7 +58,7 @@ KCMThinkpadModule::KCMThinkpadModule(TQWidget* parent, const char* name, const T
: KCModule(KCMThinkpadModuleFactory::instance(), parent, name) { : KCModule(KCMThinkpadModuleFactory::instance(), parent, name) {
KAboutData* about = KAboutData* about =
new KAboutData(I18N_NOOP("kcmthinkpad"), new KAboutData(I18N_NOOP("kcmthinkpad"),
I18N_NOOP("KDE Control Module for IBM Thinkpad " I18N_NOOP("TDE Control Module for IBM Thinkpad "
"Laptop Hardware"), "Laptop Hardware"),
0, 0, KAboutData::License_GPL, 0, 0, KAboutData::License_GPL,
"(c) 2004 Jonathan Riddell"); "(c) 2004 Jonathan Riddell");

@ -56,7 +56,7 @@ KSim::PanelExtension::PanelExtension(const TQString &configFile,
m_dcopClient->registerAs(name, false); m_dcopClient->registerAs(name, false);
m_aboutData = new KAboutData(name, I18N_NOOP("KSim"), KSIM_VERSION_STRING, 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")); 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("Reuben Sutton", I18N_NOOP("Maintainer"),"reuben.sutton@gmail.com");
m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"), m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"),

@ -24,7 +24,7 @@
#include "ktimer.h" #include "ktimer.h"
static const char description[] = static const char description[] =
I18N_NOOP("KDE Timer"); I18N_NOOP("TDE Timer");
static const char version[] = "v0.1"; static const char version[] = "v0.1";

@ -40,7 +40,7 @@
#include "karamba_python.h" #include "karamba_python.h"
static const char *description = static const char *description =
I18N_NOOP("A KDE Eye-candy Application"); I18N_NOOP("A TDE Eye-candy Application");
static const char *version = "0.42"; static const char *version = "0.42";

@ -35,7 +35,7 @@
#include "taskbartest.h" #include "taskbartest.h"
static const char *description = static const char *description =
I18N_NOOP("A KDE Eye-candy Application"); I18N_NOOP("A TDE Eye-candy Application");
static const char *version = "0.17"; static const char *version = "0.17";

Loading…
Cancel
Save