summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
commit284ef1c282448d811f6c32443da9d920be959018 (patch)
treee2d9fd375f60ae0208794a3b83f17e3c9934a91e
parent2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff)
downloadtdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz
tdepim-284ef1c282448d811f6c32443da9d920be959018.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--certmanager/aboutdata.cpp2
-rw-r--r--kaddressbook/kabcore.cpp2
-rw-r--r--kalarm/main.cpp2
-rw-r--r--karm/main.cpp2
-rw-r--r--kitchensync/src/mainwidget.cpp2
-rw-r--r--kmail/aboutdata.cpp2
-rw-r--r--kmobile/main.cpp2
-rw-r--r--knode/aboutdata.cpp2
-rw-r--r--knotes/main.cpp2
-rw-r--r--kode/kodemain.cpp2
-rw-r--r--kode/kwsdl/kung/main.cpp4
-rw-r--r--kode/kwsdl/main.cpp4
-rw-r--r--kode/kxml_compiler/kxml_compiler.cpp4
-rw-r--r--kontact/plugins/kpilot/kpilot_plugin.cpp2
-rw-r--r--kontact/plugins/summary/kcmkontactsummary.cpp2
-rw-r--r--kontact/src/kcmkontact.cpp2
-rw-r--r--kontact/src/main.cpp2
-rw-r--r--korganizer/aboutdata.cpp2
-rw-r--r--korn/main.cpp2
-rw-r--r--libtdepim/komposer/core/prefsmodule.cpp2
-rw-r--r--libtdepim/komposer/test/test.cpp2
-rw-r--r--wizards/main.cpp2
22 files changed, 25 insertions, 25 deletions
diff --git a/certmanager/aboutdata.cpp b/certmanager/aboutdata.cpp
index 6e1ac8f2..672d8a8c 100644
--- a/certmanager/aboutdata.cpp
+++ b/certmanager/aboutdata.cpp
@@ -39,7 +39,7 @@
#include <klocale.h>
static const char kleopatra_version[] = "0.40";
-static const char description[] = I18N_NOOP("KDE Key Manager");
+static const char description[] = I18N_NOOP("TDE Key Manager");
struct about_data {
const char * name;
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index 8c475e34..263cb5f5 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -313,7 +313,7 @@ TQWidget *KABCore::widget() const
KAboutData *KABCore::createAboutData()
{
KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ),
- "3.5.11", I18N_NOOP( "The KDE Address Book" ),
+ "3.5.13", I18N_NOOP( "The TDE Address Book" ),
KAboutData::License_GPL_V2,
I18N_NOOP( "(c) 2008-2010, The Trinity Team\n(c) 1997-2005, The KDE PIM Team" ) );
about->addAuthor( "Timothy Pearson", I18N_NOOP( "Current maintainer" ), "kb9vqf@pearsoncomputing.net" );
diff --git a/kalarm/main.cpp b/kalarm/main.cpp
index 0e1906ce..8851df61 100644
--- a/kalarm/main.cpp
+++ b/kalarm/main.cpp
@@ -108,7 +108,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
KAboutData aboutData(PROGRAM_NAME, I18N_NOOP("KAlarm"), KALARM_VERSION,
- I18N_NOOP("Personal alarm message, command and email scheduler for KDE"),
+ I18N_NOOP("Personal alarm message, command and email scheduler for TDE"),
KAboutData::License_GPL,
"Copyright 2001-2007, David Jarvie", 0, "http://www.astrojar.org.uk/kalarm");
aboutData.addAuthor("David Jarvie", 0, "software@astrojar.org.uk");
diff --git a/karm/main.cpp b/karm/main.cpp
index bc91e7cf..bc8183bb 100644
--- a/karm/main.cpp
+++ b/karm/main.cpp
@@ -10,7 +10,7 @@
namespace
{
- const char* description = I18N_NOOP("KDE Time tracker tool");
+ const char* description = I18N_NOOP("TDE Time tracker tool");
void cleanup( int )
{
diff --git a/kitchensync/src/mainwidget.cpp b/kitchensync/src/mainwidget.cpp
index 161a1d44..534de1c9 100644
--- a/kitchensync/src/mainwidget.cpp
+++ b/kitchensync/src/mainwidget.cpp
@@ -75,7 +75,7 @@ KXMLGUIClient *MainWidget::guiClient() const
KAboutData *MainWidget::aboutData()
{
KAboutData *about = new KAboutData( "kitchensync", I18N_NOOP( "KitchenSync" ),
- "0.1", I18N_NOOP( "The KDE Syncing Application" ),
+ "0.1", I18N_NOOP( "The TDE Syncing Application" ),
KAboutData::License_GPL_V2,
I18N_NOOP( "(c) 2005, The KDE PIM Team" ) );
about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer" ), "tokoe@kde.org" );
diff --git a/kmail/aboutdata.cpp b/kmail/aboutdata.cpp
index e4a07bea..201acb61 100644
--- a/kmail/aboutdata.cpp
+++ b/kmail/aboutdata.cpp
@@ -210,7 +210,7 @@ namespace KMail {
AboutData::AboutData()
: KAboutData( "kmail", I18N_NOOP("KMail"),KMAIL_VERSION,
- I18N_NOOP("KDE Email Client"), License_GPL,
+ I18N_NOOP("TDE Email Client"), License_GPL,
I18N_NOOP("(c) 1997-2008, The KMail developers"), 0,
"http://kontact.kde.org/kmail/" )
{
diff --git a/kmobile/main.cpp b/kmobile/main.cpp
index 1b03f971..d494baf9 100644
--- a/kmobile/main.cpp
+++ b/kmobile/main.cpp
@@ -25,7 +25,7 @@
#include <klocale.h>
static const char description[] =
- I18N_NOOP("KDE mobile devices manager");
+ I18N_NOOP("TDE mobile devices manager");
static const char version[] = "0.1";
diff --git a/knode/aboutdata.cpp b/knode/aboutdata.cpp
index 4e7928a1..5d3afd29 100644
--- a/knode/aboutdata.cpp
+++ b/knode/aboutdata.cpp
@@ -45,7 +45,7 @@ namespace KNode
: KAboutData( "knode",
I18N_NOOP("KNode"),
KNODE_VERSION,
- I18N_NOOP("A newsreader for KDE"),
+ I18N_NOOP("A newsreader for TDE"),
KAboutData::License_GPL,
I18N_NOOP("Copyright (c) 1999-2005 the KNode authors"),
0,
diff --git a/knotes/main.cpp b/knotes/main.cpp
index a14d52ac..92de2630 100644
--- a/knotes/main.cpp
+++ b/knotes/main.cpp
@@ -94,7 +94,7 @@ int main( int argc, char* argv[] )
"knotes",
I18N_NOOP("KNotes"),
version.latin1(),
- I18N_NOOP( "KDE Notes" ),
+ I18N_NOOP( "TDE Notes" ),
KAboutData::License_GPL,
I18N_NOOP("(c) 1997-2006, The KNotes Developers")
);
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index 437b374f..3dd7b578 100644
--- a/kode/kodemain.cpp
+++ b/kode/kodemain.cpp
@@ -609,7 +609,7 @@ int create( KCmdLineArgs *args )
int main(int argc,char **argv)
{
- KAboutData aboutData( "kode", I18N_NOOP("KDE Code Generator"), "0.1" );
+ KAboutData aboutData( "kode", I18N_NOOP("TDE Code Generator"), "0.1" );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
KCmdLineArgs::init( argc, argv, &aboutData );
diff --git a/kode/kwsdl/kung/main.cpp b/kode/kwsdl/kung/main.cpp
index b01f04dc..2b7f3d67 100644
--- a/kode/kwsdl/kung/main.cpp
+++ b/kode/kwsdl/kung/main.cpp
@@ -37,8 +37,8 @@ static const KCmdLineOptions options[] =
int main( int argc, char **argv )
{
- KAboutData aboutData( "kung", I18N_NOOP( "KDE WSDL Interpreter" ), "0.1",
- I18N_NOOP( "KDE WSDL Interpreter" ),
+ KAboutData aboutData( "kung", I18N_NOOP( "TDE WSDL Interpreter" ), "0.1",
+ I18N_NOOP( "TDE WSDL Interpreter" ),
KAboutData::License_LGPL );
aboutData.addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" );
diff --git a/kode/kwsdl/main.cpp b/kode/kwsdl/main.cpp
index 192ce082..f1bd1c37 100644
--- a/kode/kwsdl/main.cpp
+++ b/kode/kwsdl/main.cpp
@@ -43,8 +43,8 @@ static const KCmdLineOptions options[] =
int main( int argc, char **argv )
{
- KAboutData aboutData( "kwsdl_compiler", I18N_NOOP( "KDE wsdl compiler" ), "0.1",
- I18N_NOOP( "KDE WSDL Compiler" ),
+ KAboutData aboutData( "kwsdl_compiler", I18N_NOOP( "TDE wsdl compiler" ), "0.1",
+ I18N_NOOP( "TDE WSDL Compiler" ),
KAboutData::License_LGPL );
aboutData.addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" );
diff --git a/kode/kxml_compiler/kxml_compiler.cpp b/kode/kxml_compiler/kxml_compiler.cpp
index 71720d6b..fbf25ec1 100644
--- a/kode/kxml_compiler/kxml_compiler.cpp
+++ b/kode/kxml_compiler/kxml_compiler.cpp
@@ -57,8 +57,8 @@ static const KCmdLineOptions options[] =
int main( int argc, char **argv )
{
- KAboutData aboutData( "kxml_compiler", I18N_NOOP("KDE xml compiler"), "0.1",
- I18N_NOOP("KDE XML Compiler") , KAboutData::License_LGPL );
+ KAboutData aboutData( "kxml_compiler", I18N_NOOP("TDE xml compiler"), "0.1",
+ I18N_NOOP("TDE XML Compiler") , KAboutData::License_LGPL );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
KCmdLineArgs::init( argc, argv, &aboutData );
diff --git a/kontact/plugins/kpilot/kpilot_plugin.cpp b/kontact/plugins/kpilot/kpilot_plugin.cpp
index c4044b4b..7993b0a2 100644
--- a/kontact/plugins/kpilot/kpilot_plugin.cpp
+++ b/kontact/plugins/kpilot/kpilot_plugin.cpp
@@ -53,7 +53,7 @@ const KAboutData *KPilotPlugin::aboutData()
if ( !mAboutData ) {
mAboutData = new KAboutData("kpilotplugin", I18N_NOOP("KPilot Information"),
KPILOT_VERSION,
- I18N_NOOP("KPilot - HotSync software for KDE\n\n"),
+ I18N_NOOP("KPilot - HotSync software for TDE\n\n"),
KAboutData::License_GPL, "(c) 2004 Reinhold Kainhofer");
mAboutData->addAuthor("Reinhold Kainhofer",
I18N_NOOP("Plugin Developer"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com/Linux/");
diff --git a/kontact/plugins/summary/kcmkontactsummary.cpp b/kontact/plugins/summary/kcmkontactsummary.cpp
index f85feda2..767d62c7 100644
--- a/kontact/plugins/summary/kcmkontactsummary.cpp
+++ b/kontact/plugins/summary/kcmkontactsummary.cpp
@@ -108,7 +108,7 @@ KCMKontactSummary::KCMKontactSummary( TQWidget *parent, const char *name )
load();
KAboutData *about = new KAboutData( I18N_NOOP( "kontactsummary" ),
- I18N_NOOP( "KDE Kontact Summary" ),
+ I18N_NOOP( "TDE Kontact Summary" ),
0, 0, KAboutData::License_GPL,
I18N_NOOP( "(c), 2004 Tobias Koenig" ) );
diff --git a/kontact/src/kcmkontact.cpp b/kontact/src/kcmkontact.cpp
index 889994e9..cd9478f0 100644
--- a/kontact/src/kcmkontact.cpp
+++ b/kontact/src/kcmkontact.cpp
@@ -89,7 +89,7 @@ KcmKontact::KcmKontact( TQWidget *parent, const char *name )
const KAboutData* KcmKontact::aboutData() const
{
KAboutData *about = new KAboutData( I18N_NOOP( "kontactconfig" ),
- I18N_NOOP( "KDE Kontact" ),
+ I18N_NOOP( "TDE Kontact" ),
0, 0, KAboutData::License_GPL,
I18N_NOOP( "(c), 2003 Cornelius Schumacher" ) );
diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp
index 20c6f545..67fe055f 100644
--- a/kontact/src/main.cpp
+++ b/kontact/src/main.cpp
@@ -45,7 +45,7 @@
using namespace std;
static const char description[] =
- I18N_NOOP( "KDE personal information manager" );
+ I18N_NOOP( "TDE personal information manager" );
static const char version[] = "1.2.9 (enterprise35 0.20100827.1168748)";
diff --git a/korganizer/aboutdata.cpp b/korganizer/aboutdata.cpp
index 44ff41fe..179b5561 100644
--- a/korganizer/aboutdata.cpp
+++ b/korganizer/aboutdata.cpp
@@ -30,7 +30,7 @@ using namespace KOrg;
AboutData::AboutData()
: KAboutData( "korganizer", I18N_NOOP("KOrganizer"), korgVersion,
- I18N_NOOP("A Personal Organizer for KDE"),
+ I18N_NOOP("A Personal Organizer for TDE"),
KAboutData::License_GPL,
"(c) 1997-1999 Preston Brown\n"
"(c) 2000-2004 Cornelius Schumacher\n"
diff --git a/korn/main.cpp b/korn/main.cpp
index 97a79441..b434c6f8 100644
--- a/korn/main.cpp
+++ b/korn/main.cpp
@@ -10,7 +10,7 @@
#include"kornshell.h"
-static const char description[] = I18N_NOOP("KDE mail checker");
+static const char description[] = I18N_NOOP("TDE mail checker");
static const char version[] = "0.4";
diff --git a/libtdepim/komposer/core/prefsmodule.cpp b/libtdepim/komposer/core/prefsmodule.cpp
index 8d3a87f4..e3fdc582 100644
--- a/libtdepim/komposer/core/prefsmodule.cpp
+++ b/libtdepim/komposer/core/prefsmodule.cpp
@@ -60,7 +60,7 @@ const KAboutData*
PrefsModule::aboutData() const
{
KAboutData *about = new KAboutData( I18N_NOOP( "komposerconfig" ),
- I18N_NOOP( "KDE Komposer" ),
+ I18N_NOOP( "TDE Komposer" ),
0, 0, KAboutData::License_LGPL,
I18N_NOOP( "(c), 2003-2004 Zack Rusin" ) );
diff --git a/libtdepim/komposer/test/test.cpp b/libtdepim/komposer/test/test.cpp
index 5d4544d2..62e95e10 100644
--- a/libtdepim/komposer/test/test.cpp
+++ b/libtdepim/komposer/test/test.cpp
@@ -30,7 +30,7 @@
#include <tqlabel.h>
static const char description[] =
- I18N_NOOP( "KDE mail editing manager" );
+ I18N_NOOP( "TDE mail editing manager" );
static const char version[] = "0.0.1 (SVN)";
diff --git a/wizards/main.cpp b/wizards/main.cpp
index eb4eddcb..e914a749 100644
--- a/wizards/main.cpp
+++ b/wizards/main.cpp
@@ -17,7 +17,7 @@ int main( int argc, char **argv )
KLocale::setMainCatalogue( "tdepimwizards" );
KAboutData aboutData( "groupwarewizard",
- I18N_NOOP( "KDE-PIM Groupware Configuration Wizard" ), "0.1" );
+ I18N_NOOP( "TDE-PIM Groupware Configuration Wizard" ), "0.1" );
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options );