Branding cleanup: I18N_NOOP KDE -> TDE.

pull/2/head
Darrell Anderson 12 years ago
parent dd4d063251
commit 4f24944314

@ -24,7 +24,7 @@
#include "toplevel.h"
static const char description[] = I18N_NOOP( "KDE's application finder" );
static const char description[] = I18N_NOOP( "TDE's application finder" );
static KCmdLineOptions options[] = {
{ "dir <dir>", I18N_NOOP( "Install .desktop files into directory <dir>" ), 0 },

@ -6,7 +6,7 @@
extern "C" KDE_EXPORT int kdemain(int argc, char * argv[] )
{
KAboutData about(I18N_NOOP("kaccess"), I18N_NOOP("KDE Accessibility Tool"),
KAboutData about(I18N_NOOP("kaccess"), I18N_NOOP("TDE Accessibility Tool"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000, Matthias Hoelzer-Kluepfel"));

@ -57,7 +57,7 @@ AccessibilityConfig::AccessibilityConfig(TQWidget *parent, const char *name, con
: AccessibilityConfigWidget( parent, name){
KAboutData *about =
new KAboutData(I18N_NOOP("kcmaccessiblity"), I18N_NOOP("KDE Accessibility Tool"),
new KAboutData(I18N_NOOP("kcmaccessiblity"), I18N_NOOP("TDE Accessibility Tool"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000, Matthias Hoelzer-Kluepfel"));

@ -68,7 +68,7 @@ KBackground::KBackground(TQWidget *parent, const char *name, const TQStringList
connect(m_base, TQT_SIGNAL(changed(bool)), TQT_SIGNAL(changed(bool)));
KAboutData *about =
new KAboutData(I18N_NOOP("kcmbackground"), I18N_NOOP("KDE Background Control Module"),
new KAboutData(I18N_NOOP("kcmbackground"), I18N_NOOP("TDE Background Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2009,2010 Timothy Pearson"));

@ -133,7 +133,7 @@ KBellConfig::KBellConfig(TQWidget *parent, const char *name):
connect(m_duration, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(changed()));
KAboutData *about =
new KAboutData(I18N_NOOP("kcmbell"), I18N_NOOP("KDE Bell Control Module"),
new KAboutData(I18N_NOOP("kcmbell"), I18N_NOOP("TDE Bell Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1997 - 2001 Christian Czezatke, Matthias Elter"));

@ -43,7 +43,7 @@ KclockModule::KclockModule(TQWidget *parent, const char *name, const TQStringLis
: KCModule(KlockModuleFactory::instance(), parent, name)
{
KAboutData *about =
new KAboutData(I18N_NOOP("kcmclock"), I18N_NOOP("KDE Clock Control Module"),
new KAboutData(I18N_NOOP("kcmclock"), I18N_NOOP("TDE Clock Control Module"),
0, 0, KAboutData::License_GPL,
"(c) 1996 - 2001 Luca Montecchiani");

@ -236,7 +236,7 @@ TQString whatstr;
_signers = new KSSLSigners;
KAboutData *about =
new KAboutData(I18N_NOOP("kcmcrypto"), I18N_NOOP("KDE Crypto Control Module"),
new KAboutData(I18N_NOOP("kcmcrypto"), I18N_NOOP("TDE Crypto Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000 - 2001 George Staikos"));
about->addAuthor("George Staikos", 0, "staikos@kde.org");

@ -112,7 +112,7 @@ int main(int argc, char ** argv)
{
KLocale::setMainCatalogue("filetypes");
KAboutData aboutData( "keditfiletype", I18N_NOOP("KEditFileType"), "1.0",
I18N_NOOP("KDE file type editor - simplified version for editing a single file type"),
I18N_NOOP("TDE file type editor - simplified version for editing a single file type"),
KAboutData::License_GPL,
I18N_NOOP("(c) 2000, KDE developers") );
aboutData.addAuthor("Preston Brown",0, "pbrown@kde.org");

@ -69,7 +69,7 @@ KICCConfig::KICCConfig(TQWidget *parent, const char *name, const TQStringList &)
systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/kicc/kiccconfigrc" ));
KAboutData *about =
new KAboutData(I18N_NOOP("kcmiccconfig"), I18N_NOOP("KDE ICC Profile Control Module"),
new KAboutData(I18N_NOOP("kcmiccconfig"), I18N_NOOP("TDE ICC Profile Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2009,2010 Timothy Pearson"));

@ -404,7 +404,7 @@ KInfoListWidget::KInfoListWidget(const TQString &_title, TQWidget *parent, const
{
KAboutData *about =
new KAboutData(I18N_NOOP("kcminfo"),
I18N_NOOP("KDE Panel System Information Control Module"),
I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1998 - 2002 Helge Deller"));

@ -93,7 +93,7 @@ KMemoryWidget::KMemoryWidget(TQWidget * parent, const char *name)
KAboutData *about =
new KAboutData(I18N_NOOP("kcminfo"),
I18N_NOOP("KDE Panel Memory Information Control Module"),
I18N_NOOP("TDE Panel Memory Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1998 - 2002 Helge Deller"));

@ -84,7 +84,7 @@ KCMIOSlaveInfo::KCMIOSlaveInfo(TQWidget *parent, const char *name, const TQStrin
KAboutData *about =
new KAboutData(I18N_NOOP("kcmioslaveinfo"),
I18N_NOOP("KDE Panel System Information Control Module"),
I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 - 2002 Alexander Neundorf"));

@ -69,7 +69,7 @@ extern "C"
joystick::joystick(TQWidget *parent, const char *name, const TQStringList &)
: KCModule(JoystickFactory::instance(), parent, name)
{
setAboutData( new KAboutData("kcmjoystick", I18N_NOOP("KDE Joystick Control Module"), "1.0",
setAboutData( new KAboutData("kcmjoystick", I18N_NOOP("TDE Joystick Control Module"), "1.0",
I18N_NOOP("TDE Control Center Module to test Joysticks"),
KAboutData::License_GPL, "(c) 2004, Martin Koller",
0, "m.koller@surfeu.at"));

@ -50,7 +50,7 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &)
KCModule( KDEDFactory::instance(), parent, name )
{
KAboutData *about =
new KAboutData( I18N_NOOP( "kcmkded" ), I18N_NOOP( "KDE Service Manager" ),
new KAboutData( I18N_NOOP( "kcmkded" ), I18N_NOOP( "TDE Service Manager" ),
0, 0, KAboutData::License_GPL,
I18N_NOOP( "(c) 2002 Daniel Molkentin" ) );
about->addAuthor("Daniel Molkentin",0,"molkentin@kde.org");

@ -85,7 +85,7 @@ CKCmFontInst::CKCmFontInst(TQWidget *parent, const char *, const TQStringList&)
KGlobal::locale()->insertCatalogue(KFI_CATALOGUE);
KAboutData* about = new KAboutData("kcmfontinst",
I18N_NOOP("KDE Font Installer"),
I18N_NOOP("TDE Font Installer"),
0, 0,
KAboutData::License_GPL,
I18N_NOOP("GUI front end to the fonts:/ ioslave.\n"

@ -33,7 +33,7 @@ LookAndFeelConfig::LookAndFeelConfig(TQWidget *parent, const char *name)
{
KAboutData *about =
new KAboutData(I18N_NOOP("kcmkicker"), I18N_NOOP("KDE Panel Control Module"),
new KAboutData(I18N_NOOP("kcmkicker"), I18N_NOOP("TDE Panel Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1999 - 2001 Matthias Elter\n(c) 2002 Aaron J. Seigo"));

@ -356,7 +356,7 @@ KAboutData *KickerConfig::aboutData()
// the KAboutDatas are deleted by the KCModules
KAboutData *about
= new KAboutData(I18N_NOOP("kcmkicker"),
I18N_NOOP("KDE Panel Control Module"),
I18N_NOOP("TDE Panel Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2009 - 2010 Timothy Pearson\n"
"(c) 1999 - 2001 Matthias Elter\n"

@ -39,7 +39,7 @@ KSocksConfig::KSocksConfig(TQWidget *parent)
{
KAboutData *about =
new KAboutData(I18N_NOOP("kcmsocks"), I18N_NOOP("KDE SOCKS Control Module"),
new KAboutData(I18N_NOOP("kcmsocks"), I18N_NOOP("TDE SOCKS Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 George Staikos"));

@ -46,7 +46,7 @@ kthememanager::kthememanager( TQWidget *parent, const char *name )
: KCModule( parent, name ), m_theme( 0 ), m_origTheme( 0 )
{
KAboutData *about = new KAboutData("kthememanager", I18N_NOOP("KDE Theme Manager"),
KAboutData *about = new KAboutData("kthememanager", I18N_NOOP("TDE Theme Manager"),
"0.4", I18N_NOOP("This control module handles installing, removing and "
"creating visual KDE themes."),
KAboutData::License_GPL, "(c) 2003, 2004, 2006 Lukáš Tinkl", 0,

@ -108,7 +108,7 @@ KCMNic::KCMNic(TQWidget *parent, const char * name, const TQStringList &)
update();
KAboutData *about =
new KAboutData(I18N_NOOP("kcminfo"),
I18N_NOOP("KDE Panel System Information Control Module"),
I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 - 2002 Alexander Neundorf"));

@ -29,7 +29,7 @@
static const char krandrtrayVersion[] = "0.5";
static const KCmdLineOptions options[] =
{
{ "login", I18N_NOOP("Application is being auto-started at KDE session start"), 0L },
{ "login", I18N_NOOP("Application is being auto-started at TDE session start"), 0L },
KCmdLineLastOption
};

@ -83,7 +83,7 @@ SambaContainer::SambaContainer(TQWidget *parent, const char* name, const TQStrin
KAboutData *about =
new KAboutData(I18N_NOOP("kcmsamba"),
I18N_NOOP("KDE Panel System Information Control Module"),
I18N_NOOP("TDE Panel System Information Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2002 KDE Information Control Module Samba Team"));
about->addAuthor("Michael Glauche", 0, "glauche@isa.rwth-aachen.de");

@ -282,7 +282,7 @@ KScreenSaver::KScreenSaver(TQWidget *parent, const char *name, const TQStringLis
emit changed(false);
KAboutData *about =
new KAboutData(I18N_NOOP("kcmscreensaver"), I18N_NOOP("KDE Screen Saver Control Module"),
new KAboutData(I18N_NOOP("kcmscreensaver"), I18N_NOOP("TDE Screen Saver Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1997-2002 Martin R. Jones\n"
"(c) 2003-2004 Chris Howells"));

@ -56,7 +56,7 @@ KSmartcardConfig::KSmartcardConfig(TQWidget *parent, const char *name)
dc->remoteInterfaces("kded", "kardsvc", &_ok);
KAboutData *about =
new KAboutData(I18N_NOOP("kcmsmartcard"), I18N_NOOP("KDE Smartcard Control Module"),
new KAboutData(I18N_NOOP("kcmsmartcard"), I18N_NOOP("TDE Smartcard Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 George Staikos"));

@ -132,7 +132,7 @@ KCMStyle::KCMStyle( TQWidget* parent, const char* name )
KAboutData *about =
new KAboutData( I18N_NOOP("kcmstyle"),
I18N_NOOP("KDE Style Module"),
I18N_NOOP("TDE Style Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2002 Karol Szwed, Daniel Molkentin"));

@ -174,7 +174,7 @@ TaskbarConfig::TaskbarConfig(TQWidget *parent, const char* name, const TQStringL
connect( m_widget->showAllScreens, TQT_SIGNAL( stateChanged( int )), TQT_SLOT( changed()));
KAboutData *about = new KAboutData(I18N_NOOP("kcmtaskbar"),
I18N_NOOP("KDE Taskbar Control Module"),
I18N_NOOP("TDE Taskbar Control Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000 - 2001 Matthias Elter"));

@ -85,7 +85,7 @@ TDModule::TDModule(TQWidget *parent, const char *name, const TQStringList &)
, updateOK(false)
{
KAboutData *about =
new KAboutData(I18N_NOOP("kcmtdm"), I18N_NOOP("KDE Login Manager Config Module"),
new KAboutData(I18N_NOOP("kcmtdm"), I18N_NOOP("TDE Login Manager Config Module"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 1996 - 2005 The TDM Authors"));

@ -68,7 +68,7 @@ USBViewer::USBViewer(TQWidget *parent, const char *name, const TQStringList &)
this, TQT_SLOT(selectionChanged(TQListViewItem*)));
KAboutData *about =
new KAboutData(I18N_NOOP("kcmusb"), I18N_NOOP("KDE USB Viewer"),
new KAboutData(I18N_NOOP("kcmusb"), I18N_NOOP("TDE USB Viewer"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2001 Matthias Hoelzer-Kluepfel"));

@ -46,7 +46,7 @@ KCMXinerama::KCMXinerama(TQWidget *parent, const char *name)
KAboutData *about =
new KAboutData(I18N_NOOP("kcmxinerama"),
I18N_NOOP("KDE Multiple Monitor Configurator"),
I18N_NOOP("TDE Multiple Monitor Configurator"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2002-2003 George Staikos"));

@ -28,7 +28,7 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
KAboutData aboutData("kdepasswd", I18N_NOOP("KDE passwd"),
KAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"),
VERSION, I18N_NOOP("Changes a UNIX password."),
KAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen");
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),

@ -86,7 +86,7 @@ void KWebDesktopRun::slotFinished( KIO::Job * job )
int main( int argc, char **argv )
{
KAboutData data( "kwebdesktop", I18N_NOOP("KDE Web Desktop"),
KAboutData data( "kwebdesktop", I18N_NOOP("TDE Web Desktop"),
VERSION,
I18N_NOOP("Displays an HTML page as the background of the desktop"),
KAboutData::License_GPL,

@ -90,7 +90,7 @@ static KCmdLineOptions options[] =
int main( int argc, char **argv)
{
KCmdLineArgs::init( argc, argv, "kxdglauncher", I18N_NOOP("KDE XDG File Browser Launcher and Prompter"), I18N_NOOP("Prompts if directory does not exist, otherwise launches"), "1.0" );
KCmdLineArgs::init( argc, argv, "kxdglauncher", I18N_NOOP("TDE XDG File Browser Launcher and Prompter"), I18N_NOOP("Prompts if directory does not exist, otherwise launches"), "1.0" );
KCmdLineArgs::addCmdLineOptions( options );
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();

@ -55,7 +55,7 @@
#endif
static const char description[] =
I18N_NOOP("The KDE desktop");
I18N_NOOP("The TDE desktop");
static const char version[] = VERSION;

@ -17,7 +17,7 @@ int main(int argc, char *argv[])
{
KAboutData aboutData( "khtmlindex", I18N_NOOP("KHtmlIndex"),
"",
I18N_NOOP("KDE Index generator for help files."));
I18N_NOOP("TDE Index generator for help files."));
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions( options );

@ -44,7 +44,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
int kicker_screen_number = 0;
static const char description[] =
I18N_NOOP("The KDE panel");
I18N_NOOP("The TDE panel");
static const char version[] = VERSION;
@ -107,7 +107,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char ** argv )
else
appname.sprintf("kicker-screen-%d", kicker_screen_number);
KAboutData aboutData( appname.data(), I18N_NOOP("KDE Panel"),
KAboutData aboutData( appname.data(), I18N_NOOP("TDE Panel"),
version, description, KAboutData::License_GPL_V2,
I18N_NOOP("(c) 1999-2010, The KDE Team") );

@ -40,7 +40,7 @@ int main(int argc, char *argv[])
KApplication::disableAutoDcopRegistration();
KCmdLineArgs::init( argc, argv, "ktrash",
I18N_NOOP( "ktrash" ),
I18N_NOOP( "Helper program to handle the KDE trash can\n"
I18N_NOOP( "Helper program to handle the TDE trash can\n"
"Note: to move files to the trash, do not use ktrash, but \"kfmclient move 'url' trash:/\"" ),
TDE_VERSION_STRING );
KCmdLineArgs::addCmdLineOptions( options );

@ -1098,7 +1098,7 @@ void KlipperWidget::updateTimestamp()
}
static const char * const description =
I18N_NOOP("KDE cut & paste history utility");
I18N_NOOP("TDE cut & paste history utility");
void KlipperWidget::createAboutData()
{

@ -29,7 +29,7 @@
#include "kmenuedit.h"
static const char description[] = I18N_NOOP("KDE control center editor");
static const char description[] = I18N_NOOP("TDE control center editor");
static const char version[] = "1.0";
extern "C" int KDE_EXPORT kdemain( int argc, char **argv )

@ -26,8 +26,8 @@
#include "knetattach.h"
int main(int argc, char **argv) {
KAboutData about("knetattach", I18N_NOOP("KDE Network Wizard"), "1.0",
I18N_NOOP("KDE Network Wizard"),
KAboutData about("knetattach", I18N_NOOP("TDE Network Wizard"), "1.0",
I18N_NOOP("TDE Network Wizard"),
KAboutData::License_GPL,
I18N_NOOP("(c) 2004 George Staikos"), 0,
"http://www.kde.org/");

@ -51,7 +51,7 @@
static const char appName[] = "kfmclient";
static const char programName[] = I18N_NOOP("kfmclient");
static const char description[] = I18N_NOOP("KDE tool for opening URLs from the command line");
static const char description[] = I18N_NOOP("TDE tool for opening URLs from the command line");
static const char version[] = "2.0";

@ -58,7 +58,7 @@
#endif
static const char description[] =
I18N_NOOP("X terminal for use with KDE.");
I18N_NOOP("X terminal for use with TDE.");
// { "T <title>", 0, 0 },
static KCmdLineOptions options[] =

@ -46,7 +46,7 @@ static void usage(char *name)
static const char appName[] = "random";
static const char description[] = I18N_NOOP("Start a random KDE screen saver");
static const char description[] = I18N_NOOP("Start a random TDE screen saver");
static const char version[] = "2.0.0";

@ -61,14 +61,14 @@ KSplashThemeMgr::KSplashThemeMgr( TQWidget *parent, const char *name, const TQSt
#endif
connect( mInstaller, TQT_SIGNAL(changed(bool)), TQT_SIGNAL(changed(bool)) );
KAboutData *about = new KAboutData( "kcmksplash"
,I18N_NOOP("KDE splash screen theme manager")
,I18N_NOOP("TDE splash screen theme manager")
,"0.1"
,0
,KAboutData::License_GPL
,I18N_NOOP("(c) 2003 KDE developers") );
about->addAuthor("Ravikiran Rajagopal", 0, "ravi@ee.eng.ohio-state.edu");
about->addCredit("Brian Ledbetter", I18N_NOOP("Original KSplash/ML author"), "brian@shadowcom.net");
about->addCredit(I18N_NOOP("KDE Theme Manager authors" ), I18N_NOOP("Original installer code") );
about->addCredit(I18N_NOOP("TDE Theme Manager authors" ), I18N_NOOP("Original installer code") );
// Once string freeze is over, replace second argument with "Icon"
about->addCredit("Hans Karlsson", 0, "karlsson.h@home.se" );
setAboutData(about);

@ -61,7 +61,7 @@
#include "ksysguard.h"
static const char Description[] = I18N_NOOP( "KDE system guard" );
static const char Description[] = I18N_NOOP( "TDE system guard" );
TopLevel* topLevel;
/**
@ -553,7 +553,7 @@ int main( int argc, char** argv )
close( initpipe[ 0 ] );
setsid();
KAboutData aboutData( "ksysguard", I18N_NOOP( "KDE System Guard" ),
KAboutData aboutData( "ksysguard", I18N_NOOP( "TDE System Guard" ),
KSYSGUARD_VERSION, Description, KAboutData::License_GPL,
I18N_NOOP( "(c) 1996-2002 The KSysGuard Developers" ) );
aboutData.addAuthor( "Chris Schlaeger", "Current Maintainer", "cs@kde.org" );

@ -374,7 +374,7 @@ const char * DESCRIPTION =
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
{
KAboutData about("kxkb", I18N_NOOP("KDE Keyboard Tool"), "1.0",
KAboutData about("kxkb", I18N_NOOP("TDE Keyboard Tool"), "1.0",
DESCRIPTION, KAboutData::License_LGPL,
"Copyright (C) 2001, S.R.Haque\n(C) 2002-2003, 2006 Andriy Rysin");
KCmdLineArgs::init(argc, argv, &about);

@ -44,7 +44,7 @@ static KCmdLineOptions options[] =
extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
{
KCmdLineArgs::init(argc,argv,"kprinter",I18N_NOOP("KPrinter"),I18N_NOOP("A printer tool for KDE" ),"0.0.1");
KCmdLineArgs::init(argc,argv,"kprinter",I18N_NOOP("KPrinter"),I18N_NOOP("A printer tool for TDE" ),"0.0.1");
KCmdLineArgs::addCmdLineOptions(options);
KApplication app;
PrintWrapper *wrap = new PrintWrapper;

@ -228,7 +228,7 @@ static void sighandler(int)
} // namespace
static const char version[] = "3.0";
static const char description[] = I18N_NOOP( "KDE window manager" );
static const char description[] = I18N_NOOP( "TDE window manager" );
static KCmdLineOptions args[] =
{

Loading…
Cancel
Save