Branding cleanup.

pull/1/head
Darrell Anderson 10 years ago
parent a0c5421cc5
commit 85b112961c

@ -5,5 +5,5 @@ Please goto this address for more information:
Note: To compile KBibTeX from source, you will need some
devel packages from your distribution. Names may differ,
but you need at least devel packages from Qt and KDE.
but you need at least devel packages from Qt and TDE.

@ -34,7 +34,7 @@
</abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>TDE</keyword>
<keyword>KBibTeX</keyword>
</keywordset>

@ -10,7 +10,7 @@
<keyword>C++</keyword>
<keyword>Code</keyword>
<keyword>Qt</keyword>
<keyword>KDE</keyword>
<keyword>TDE</keyword>
</keywords>
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>

@ -1,15 +1,15 @@
.\"
.TH "KBibTeX" "1" "11 September 2005" "KDE" "KDE Application"
.TH "KBibTeX" "1" "11 September 2005" "TDE" "TDE Application"
.SH "NAME"
kbibtex \- a bibtex editor for KDE
kbibtex \- a bibtex editor for TDE
.SH "SYNOPSIS"
.B kbibtex
[\fIQt\-options\fR] [\fIKDE\-options\fR] [\fIfile\fR]
[\fIQt\-options\fR] [\fITDE\-options\fR] [\fIfile\fR]
.SH "DESCRIPTION"
KBibTeX is a BibTeX editor for KDE written by Thomas Fischer and released under the GPL.
KBibTeX is a BibTeX editor for TDE written by Thomas Fischer and released under the GPL.
KBibTeX can be started as a stand\-alone program or embedded into virtually every KDE program (e.g. Konqueror).
KBibTeX can be started as a stand\-alone program or embedded into virtually every TDE program (e.g. Konqueror).
It supports searching for citations via Google and CiteSeer.
.SH "AUTHOR"

@ -1579,8 +1579,8 @@ msgid "Macro &value:"
msgstr "Makro-&Text:"
#: main.cpp:40
msgid "A BibTeX editor for KDE"
msgstr "Ein BibTeX-Editor für KDE"
msgid "A BibTeX editor for TDE"
msgstr "Ein BibTeX-Editor für TDE"
#: main.cpp:46
msgid "Document to open."

@ -1578,8 +1578,8 @@ msgid "Macro &value:"
msgstr "Valeur de la macro :"
#: main.cpp:40
msgid "A BibTeX editor for KDE"
msgstr "Un éditeur de fichiers BibTeX pour KDE"
msgid "A BibTeX editor for TDE"
msgstr "Un éditeur de fichiers BibTeX pour TDE"
#: main.cpp:46
msgid "Document to open."

@ -1559,8 +1559,8 @@ msgid "Macro &value:"
msgstr "&Valore Macro:"
#: main.cpp:40
msgid "A BibTeX editor for KDE"
msgstr "Un editor KBibTeX per KDE"
msgid "A BibTeX editor for TDE"
msgstr "Un editor KBibTeX per TDE"
#: main.cpp:46
msgid "Document to open."

@ -1481,7 +1481,7 @@ msgid "Macro &value:"
msgstr ""
#: main.cpp:40
msgid "A BibTeX editor for KDE"
msgid "A BibTeX editor for TDE"
msgstr ""
#: main.cpp:46

@ -1546,8 +1546,8 @@ msgid "Macro &value:"
msgstr "&Wartość makra:"
#: main.cpp:40
msgid "A BibTeX editor for KDE"
msgstr "Edytor BibTeX dla środowiska KDE"
msgid "A BibTeX editor for TDE"
msgstr "Edytor BibTeX dla środowiska TDE"
#: main.cpp:46
msgid "Document to open."

@ -1658,8 +1658,8 @@ msgid "Macro &value:"
msgstr "&Значение макроса:"
#: main.cpp:40
msgid "A BibTeX editor for KDE"
msgstr "Редактор BibTeX для KDE"
msgid "A BibTeX editor for TDE"
msgstr "Редактор BibTeX для TDE"
#: main.cpp:46
msgid "Document to open."

@ -1,4 +1,4 @@
# set the include path for X, qt and KDE
# set the include path for X, qt and TDE
INCLUDES = $(all_includes) $(LIBXSLT_CFLAGS) $(LIBXML_CFLAGS) $(LIBYAZ_CFLAGS) $(LIBBIBUTILS_CFLAGS)
# these are the headers for your project

@ -4,8 +4,8 @@ Exec=kbibtex %U %i -caption "%c"
Icon=kbibtex
Type=Application
X-DocPath=kbibtex/kbibtex.html
Comment=A BibTeX editor for KDE
Comment[de]=Ein BibTeX-Editor für KDE
Comment=A BibTeX editor for TDE
Comment[de]=Ein BibTeX-Editor für TDE
MimeType=text/x-bibtex;
Categories=Qt;TDE;Office;
X-TDE-HasTempFileOption=true

@ -37,7 +37,7 @@
#include "kbibtexshell.h"
static const char description[] =
I18N_NOOP( "A BibTeX editor for KDE" );
I18N_NOOP( "A BibTeX editor for TDE" );
static const char version[] = "0.2.3.91";

Loading…
Cancel
Save