Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 45290cb5de
commit 46d5d5150c

@ -28,7 +28,7 @@
#include <kstandarddirs.h>
static const char description[] =
I18N_NOOP("KDE GUI Designer");
I18N_NOOP("TDE GUI Designer");
static const char version[] = "0.2";

@ -9,7 +9,7 @@
#include "%{APPNAMELC}.h"
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "0.1";
@ -21,7 +21,7 @@ static KCmdLineOptions options[] =
int main (int argc, char *argv[])
{
KLocale::setMainCatalogue("tdelibs");
KAboutData aboutdata("%{APPNAMELC}", I18N_NOOP("KDE"),
KAboutData aboutdata("%{APPNAMELC}", I18N_NOOP("TDE"),
version, description,
KAboutData::License_GPL, "(C) %{YEAR}, %{AUTHOR}");
aboutdata.addAuthor("%{AUTHOR}",I18N_NOOP("Developer"),"%{EMAIL}");

@ -8,7 +8,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE Application");
I18N_NOOP("A TDE Application");
static const char version[] = "%{VERSION}";

@ -7,7 +7,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE Application");
I18N_NOOP("A TDE Application");
static const char version[] = "%{VERSION}";

@ -7,7 +7,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "0.1";

@ -7,7 +7,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "%{VERSION}";

@ -7,7 +7,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "%{VERSION}";

@ -5,7 +5,7 @@
#include <klocale.h>
#include "mainviewimp.h"
static const char description[] = I18N_NOOP("A KDE Application");
static const char description[] = I18N_NOOP("A TDE Application");
static const char version[] = "%{VERSION}";

@ -6,7 +6,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "%{VERSION}";

@ -7,7 +7,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE Application");
I18N_NOOP("A TDE Application");
static const char version[] = "%{VERSION}";

@ -7,7 +7,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE Application");
I18N_NOOP("A TDE Application");
static const char version[] = "%{VERSION}";

@ -1,12 +1,12 @@
require 'Korundum'
require '%{APPNAMELC}.rb'
description = I18N_NOOP("A KDE DCOP Application")
description = I18N_NOOP("A TDE DCOP Application")
version = "0.1"
options = []
KDE::Locale.mainCatalogue = "tdelibs"
aboutdata = KDE::AboutData.new("%{APPNAMELC}", I18N_NOOP("KDE"),
aboutdata = KDE::AboutData.new("%{APPNAMELC}", I18N_NOOP("TDE"),
version, description,
KDE::AboutData.License_GPL, "(C) %{YEAR}, %{AUTHOR}")
aboutdata.addAuthor("%{AUTHOR}",I18N_NOOP("Developer"),"%{EMAIL}")

@ -7,7 +7,7 @@ require '%{APPNAMELC}.rb'
require '%{APPNAMELC}view.rb'
require 'pref.rb'
description = I18N_NOOP("A KDE Application")
description = I18N_NOOP("A TDE Application")
version = "%{VERSION}"
options = [ [ "+[URL]", I18N_NOOP( "Document to open" ), "" ] ]

@ -9,7 +9,7 @@ require 'settings.rb'
require 'appview_base.rb'
require '%{APPNAMELC}view.rb'
description = I18N_NOOP("A KDE Application")
description = I18N_NOOP("A TDE Application")
version = "%{VERSION}"
options = [ [ "+[URL]", I18N_NOOP( "Document to open" ), "" ] ]

@ -451,7 +451,7 @@ int main(int argc, char *argv[])
};
KAboutData aboutData("tdevelop-htdig", I18N_NOOP("KDevelop ht://Dig Indexer"),
"0.2", I18N_NOOP("KDE Index generator for documentation files."));
"0.2", I18N_NOOP("TDE Index generator for documentation files."));
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options);

@ -42,7 +42,7 @@ int main(int argc, char *argv[])
aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org");
aboutData.addAuthor("Vladimir Prus", I18N_NOOP("Debugger frontend"), "ghost@cs.msu.su");
aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org");
aboutData.addAuthor("Kurt Granroth", I18N_NOOP("KDE application templates"), "kurth@granroth.org");
aboutData.addAuthor("Kurt Granroth", I18N_NOOP("TDE application templates"), "kurth@granroth.org");
aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com");
aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org");
aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de");

@ -40,7 +40,7 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Richard Dale", I18N_NOOP("Java & Objective C support"), "Richard_Dale@tipitina.demon.co.uk");
aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org");
aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org");
aboutData.addAuthor("Kurt Granroth", I18N_NOOP("KDE application templates"), "kurth@granroth.org");
aboutData.addAuthor("Kurt Granroth", I18N_NOOP("TDE application templates"), "kurth@granroth.org");
aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com");
aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org");
aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de");

Loading…
Cancel
Save