diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/help_en.docbook | 2 | ||||
-rw-r--r-- | knights.spec | 4 | ||||
-rw-r--r-- | knights/main.cpp | 2 | ||||
-rw-r--r-- | po/de.po | 4 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/et.po | 2 | ||||
-rw-r--r-- | po/fi.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/knights.pot | 2 |
11 files changed, 14 insertions, 14 deletions
@@ -1,10 +1,10 @@ -Knights - A chess interface for the K Desktop Environment +Knights - A chess interface for the Trinity Desktop Environment FOR INSTALLATION INSTRUCTIONS, SEE THE "INSTALL" FILE - What Is Knights? -Knights is a graphical chess interface designed to work with KDE. Knights +Knights is a graphical chess interface designed to work with TDE. Knights is called a chess 'interface' because it does not come with it's own computer players. There are several very good computer players ( Chess Engines ) already. Unfortunatly, most chess engines do not include fully featured GUIs. diff --git a/doc/help_en.docbook b/doc/help_en.docbook index e07e991..1be9fd8 100644 --- a/doc/help_en.docbook +++ b/doc/help_en.docbook @@ -601,7 +601,7 @@ <sect1 id="installation-requirements"> <title>Requirements</title> <para> - Before you can install Knights, you must have the <ulink url="http://www.kde.org">K Desktop Environment</ulink> version 3.x or newer installed on your system. Knights also requires that you have <ulink url="http://www.gnu.org/directory/Software_development/Program_build_automation/autoconf.html">Autoconf</ulink> version 2.5 and <ulink url="http://www.gnu.org/directory/Software_development/Program_build_automation/automake.html">Automake</ulink> version 1.6. + Before you can install Knights, you must have the Trinity Desktop Environment installed on your system. Knights also requires that you have <ulink url="http://www.gnu.org/directory/Software_development/Program_build_automation/autoconf.html">Autoconf</ulink> version 2.5 and <ulink url="http://www.gnu.org/directory/Software_development/Program_build_automation/automake.html">Automake</ulink> version 1.6. </para> </sect1> <sect1 id="installation-compilation"> diff --git a/knights.spec b/knights.spec index a43d52c..544227f 100644 --- a/knights.spec +++ b/knights.spec @@ -7,7 +7,7 @@ %define version 0.4.9 %define release 1mdk -Summary: A chess interface for the K Desktop Environment +Summary: A chess interface for the Trinity Desktop Environment Name: %{name} Version: %{version} Release: %{release} @@ -22,7 +22,7 @@ Requires: kde BuildRoot: %{_tmppath}/%{name}-buildroot %description -A chess interface for the K Desktop Environment. Knights works with all +A chess interface for the Trinity Desktop Environment. Knights works with all XBoard compatible chess engines, FICS, and .pgn files. %prep diff --git a/knights/main.cpp b/knights/main.cpp index c68ae43..86bb003 100644 --- a/knights/main.cpp +++ b/knights/main.cpp @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) KAboutData aboutData( "knights", I18N_NOOP("Knights"), _VERSION_, - I18N_NOOP("The Knights Chess Interface\n\nKnights is a chess interface\nfor the K Desktop Environment."), + I18N_NOOP("The Knights Chess Interface\n\nKnights is a chess interface\nfor the Trinity Desktop Environment."), KAboutData::License_GPL_V2, "(c) 2003, Troy Corbin Jr.", 0, @@ -1046,12 +1046,12 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" "Knight - Die grafische Schach-Oberfläche\n" "\n" "Knights ist eine Schach-Oberfläche\n" -"für das K Desktop Environment (KDE)." +"für das Trinity Desktop Environment." #: main.cpp:44 #, fuzzy @@ -930,7 +930,7 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" #: main.cpp:44 @@ -1007,7 +1007,7 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" "Graafiline maleliides Knights\n" "\n" @@ -996,7 +996,7 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" "Knights Shakki Käyttöliittymä\n" "\n" @@ -1003,7 +1003,7 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" "L'interface graphique Knights pour les échecs\n" "\n" @@ -1022,7 +1022,7 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" "Knights: interfaccia grafica per il gioco degli scacchi\n" "\n" diff --git a/po/knights.pot b/po/knights.pot index 29f36d3..ff9011d 100644 --- a/po/knights.pot +++ b/po/knights.pot @@ -894,7 +894,7 @@ msgid "" "The Knights Chess Interface\n" "\n" "Knights is a chess interface\n" -"for the K Desktop Environment." +"for the Trinity Desktop Environment." msgstr "" #: main.cpp:44 |