Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent af8ca9f908
commit dc5ab0935f

@ -42,7 +42,7 @@ int main(int argc, char *argv[])
I18N_NOOP("The Atlantic board game"), I18N_NOOP("The Atlantic board game"),
KAboutData::License_GPL, KAboutData::License_GPL,
I18N_NOOP("(c) 1998-2004 Rob Kaper"), I18N_NOOP("(c) 1998-2004 Rob Kaper"),
I18N_NOOP("KDE client for playing Monopoly-like games on the monopd network."), I18N_NOOP("TDE client for playing Monopoly-like games on the monopd network."),
"http://unixcode.org/atlantik/" "http://unixcode.org/atlantik/"
); );

@ -19,7 +19,7 @@
static const char description[] = static const char description[] =
I18N_NOOP("KDE Space Game"); I18N_NOOP("TDE Space Game");
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )
{ {

@ -28,7 +28,7 @@
static const char description[] = static const char description[] =
I18N_NOOP("KDE Atomic Entertainment Game"); I18N_NOOP("TDE Atomic Entertainment Game");
static const char version[] = "2.0"; static const char version[] = "2.0";

@ -28,7 +28,7 @@
#include "kbg.h" #include "kbg.h"
#include "version.h" #include "version.h"
static const char description[] = I18N_NOOP("A Backgammon program for KDE"); static const char description[] = I18N_NOOP("A Backgammon program for TDE");
static const char notice[] = I18N_NOOP("This is a graphical backgammon program. It supports " static const char notice[] = I18N_NOOP("This is a graphical backgammon program. It supports "
"backgammon games\nwith other players, games against " "backgammon games\nwith other players, games against "
"computer engines like GNU bg and even\n" "computer engines like GNU bg and even\n"

@ -27,7 +27,7 @@
const char *clientName = I18N_NOOP("KBattleship"); const char *clientName = I18N_NOOP("KBattleship");
const char *clientVersion = "1.1"; const char *clientVersion = "1.1";
const char *clientDescription = I18N_NOOP("The KDE Battleship clone"); const char *clientDescription = I18N_NOOP("The TDE Battleship clone");
const char *protocolVersion = "0.1.0"; const char *protocolVersion = "0.1.0";
KMessage::KMessage(int type) KMessage::KMessage(int type)

@ -18,7 +18,7 @@
#include "version.h" #include "version.h"
static const char description[] = I18N_NOOP("KDE Blackbox Game"); static const char description[] = I18N_NOOP("TDE Blackbox Game");
/* /*
The program starts here. The program starts here.

@ -35,7 +35,7 @@ using namespace std;
using namespace Arts; using namespace Arts;
#endif #endif
static const char description[] = I18N_NOOP("KDE Bounce Ball Game"); static const char description[] = I18N_NOOP("TDE Bounce Ball Game");
static const char version[] = "0.5"; static const char version[] = "0.5";
int main(int argc, char **argv) int main(int argc, char **argv)

@ -6,7 +6,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kimageio.h> #include <kimageio.h>
static const char description[] = I18N_NOOP("Mahjongg for KDE"); static const char description[] = I18N_NOOP("Mahjongg for TDE");
int main( int argc, char** argv ) int main( int argc, char** argv )
{ {

@ -15,7 +15,7 @@
using namespace std; using namespace std;
static const char description[] = static const char description[] =
I18N_NOOP("KDE Minigolf Game"); I18N_NOOP("TDE Minigolf Game");
static const char version[] = "1.1.1"; static const char version[] = "1.1.1";

@ -7,7 +7,7 @@
#include "mainwin.h" #include "mainwin.h"
#include "map_widget.h" #include "map_widget.h"
static const char description[] = I18N_NOOP("Galactic Strategy KDE Game"); static const char description[] = I18N_NOOP("Galactic Strategy TDE Game");
int int
main(int argc, char **argv) main(int argc, char **argv)

@ -23,7 +23,7 @@
#include "version.h" #include "version.h"
#include "pwidget.h" #include "pwidget.h"
static const char description[] = I18N_NOOP("KDE Patience Game"); static const char description[] = I18N_NOOP("TDE Patience Game");
static KCmdLineOptions options[] = static KCmdLineOptions options[] =
{ {

@ -22,7 +22,7 @@
#include "version.h" #include "version.h"
#include "top.h" #include "top.h"
static const char description[] = I18N_NOOP("KDE Poker Game"); static const char description[] = I18N_NOOP("TDE Poker Game");
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )
{ {

@ -48,7 +48,7 @@
#include "highscores.h" #include "highscores.h"
static const char description[] = I18N_NOOP("KDE Board Game"); static const char description[] = I18N_NOOP("TDE Board Game");
int main(int argc, char **argv) int main(int argc, char **argv)
{ {

@ -44,7 +44,7 @@
#include "version.h" #include "version.h"
#include "app.h" #include "app.h"
static const char description[] = I18N_NOOP("A KDE game similiar to Mahjongg"); static const char description[] = I18N_NOOP("A TDE game similiar to Mahjongg");
// A hack to circumvent tricky i18n issue, not used later on in the code. // A hack to circumvent tricky i18n issue, not used later on in the code.
// Both context and contents must be exactly the same as for the entry in // Both context and contents must be exactly the same as for the entry in

@ -31,7 +31,7 @@ this software.
#include "gamewindow.h" #include "gamewindow.h"
static const char description[] = I18N_NOOP("KDE SmileTris"); static const char description[] = I18N_NOOP("TDE SmileTris");
int main(int argc, char **argv) int main(int argc, char **argv)

@ -29,7 +29,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
static const char description[] = I18N_NOOP("KDE Snake Race Game"); static const char description[] = I18N_NOOP("TDE Snake Race Game");
int main( int argc, char **argv ) int main( int argc, char **argv )
{ {

@ -5,7 +5,7 @@
#include "version.h" #include "version.h"
#include "topwidget.h" #include "topwidget.h"
static const char description[] = I18N_NOOP("KDE Space Game"); static const char description[] = I18N_NOOP("TDE Space Game");
int main(int argc,char **argv) int main(int argc,char **argv)
{ {

Loading…
Cancel
Save