Branding cleanup: I18N_NOOP KDE -> TDE.

pull/21/head
Darrell Anderson 12 vuotta sitten
vanhempi 2d5f15c865
commit 284ef1c282

@ -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;

@ -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" );

@ -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");

@ -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 )
{

@ -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" );

@ -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/" )
{

@ -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";

@ -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,

@ -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")
);

@ -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 );

@ -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" );

@ -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" );

@ -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 );

@ -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/");

@ -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" ) );

@ -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" ) );

@ -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)";

@ -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"

@ -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";

@ -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" ) );

@ -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)";

@ -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 );

Ladataan…
Peruuta
Tallenna