Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 13 years ago
parent 7948eba4f1
commit 55dce2d500

@ -13,7 +13,7 @@
int main (int argc, char *argv[])
{
KLocale::setMainCatalogue("dcoprss");
KAboutData aboutdata("rssservice", I18N_NOOP("KDE RSS Service"),
KAboutData aboutdata("rssservice", I18N_NOOP("TDE RSS Service"),
"0.8", I18N_NOOP("A RSS data service."),
KAboutData::License_GPL, "(C) 2003, Ian Reinhart Geiser");
aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"geiseri@kde.org");

@ -34,7 +34,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char* argv[])
KAboutData aboutData("kdict",
I18N_NOOP("Dictionary"),
KDICT_VERSION,
I18N_NOOP("The KDE Dictionary Client"),
I18N_NOOP("The TDE Dictionary Client"),
KAboutData:: License_Artistic,
"Copyright (c) 1999-2001, Christian Gebauer\nCopyright (c) 1998, Matthias Hoelzer",
0,

@ -42,7 +42,7 @@
static const char description[] = I18N_NOOP("An advanced download manager for KDE");
static const char description[] = I18N_NOOP("An advanced download manager for TDE");
static const char version[] = KGETVERSION;

@ -27,7 +27,7 @@
#include "kopeteversion.h"
static const char description[] =
I18N_NOOP( "Kopete, the KDE Instant Messenger" );
I18N_NOOP( "Kopete, the TDE Instant Messenger" );
static KCmdLineOptions options[] =
{

@ -182,7 +182,7 @@ namespace KPF
"kpf",
I18N_NOOP("kpf"),
kpfVersion,
I18N_NOOP("KDE public fileserver"),
I18N_NOOP("TDE public fileserver"),
KAboutData::License_Custom,
"(C) 2001 Rik Hemsley (rikkus) <rik@kde.org>",
I18N_NOOP(

@ -30,7 +30,7 @@
#include "version.h"
static const char description[] =
I18N_NOOP("KDE IRC client");
I18N_NOOP("TDE IRC client");
//TQDict<KSircTopLevel> TopList;
//TQDict<KSircMessageReceiver> TopList;

@ -26,7 +26,7 @@
#endif
static const char description[] =
I18N_NOOP ("KWiFiManager - Wireless LAN Manager for KDE");
I18N_NOOP ("KWiFiManager - Wireless LAN Manager for TDE");
static KCmdLineOptions options[] = {

Loading…
Cancel
Save