Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent 53c1e32816
commit 7f3c605546

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&amor;">
<!ENTITY package "kdetoys">
<!ENTITY package "tdetoys">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -36,7 +36,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdetoys</keyword>
<keyword>tdetoys</keyword>
<keyword>amor</keyword>
<keyword>helper</keyword>
<keyword>assistant</keyword>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kmoon;">
<!ENTITY package "kdetoys">
<!ENTITY package "tdetoys">
<!ENTITY % English "INCLUDE">
<!ENTITY % addindex "IGNORE">
]>
@ -41,7 +41,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdetoys</keyword>
<keyword>tdetoys</keyword>
<keyword>kmoon</keyword>
<keyword>moon phase</keyword>
</keywordset>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kodometer;">
<!ENTITY package "kdetoys">
<!ENTITY package "tdetoys">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kteatime;">
<!ENTITY package "kdetoys">
<!ENTITY package "tdetoys">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -41,7 +41,7 @@
</abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>kdetoys</keyword>
<keyword>tdetoys</keyword>
<keyword>kteatime</keyword>
<keyword>tea</keyword>
<keyword>cooker</keyword>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kweather "<application>kweather</application>">
<!ENTITY package "kdetoys">
<!ENTITY package "tdetoys">
<!ENTITY % English "INCLUDE">
<!ENTITY % addindex "IGNORE">
]>
@ -30,7 +30,7 @@
<abstract>
<para>
KWeather is part of the kdetoys package.
KWeather is part of the tdetoys package.
</para>
</abstract>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kworldclock;">
<!ENTITY package "kdetoys">
<!ENTITY package "tdetoys">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -41,7 +41,7 @@ world.
<keywordset>
<keyword>KDE</keyword>
<keyword>kdetoys</keyword>
<keyword>tdetoys</keyword>
<keyword>kworldwatch</keyword>
<keyword>World Clock</keyword>
<keyword>day / night clock</keyword>

@ -43,7 +43,7 @@ depending on time, as well as offering the time in all of the major
cities of the world. This can be run standalone, as an applet in the
&kde; panel, or configured to draw the desktop background.</para>
<para>&kworldclock; is part of the official &kde; kdetoys
<para>&kworldclock; is part of the official &kde; tdetoys
package.</para>
</refsect1>

@ -1,5 +1,5 @@
Begin4
Title: kdetoys
Title: tdetoys
Version: 3.5.10
Entered-date: 2008-08-26
Description: Toy applications for the K Desktop Environment (KDE)

@ -5,7 +5,7 @@
"Configure Events..." --> move to same line as "Event" and rename to "Configure..."?
(and/or have a look at KStdAction::configureNotifications()!)
(common is "Configure &Notifications..." btw.)
[which gets translated in kdelibs.ps to "&Benachrichtigungen festlegen..."]
[which gets translated in tdelibs.ps to "&Benachrichtigungen festlegen..."]
[[more often, "einrichten" is used for "configure"]]
- use "readPathEntry()" instead of "readEntry()" (expands/replaces $HOME)

@ -27,7 +27,7 @@ noinst_HEADERS = sprite.h spriteanim.h spritemisc.h spritepm.h
METASOURCES = AUTO
# make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in kdelibs
# the -x is for skipping messages already translated in tdelibs
messages:
$(XGETTEXT) *.cpp -o $(podir)/ktux.pot

@ -8,7 +8,7 @@
int main (int argc, char *argv[])
{
KLocale::setMainCatalogue("kdelibs");
KLocale::setMainCatalogue("tdelibs");
KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"),
"0.8", I18N_NOOP("KWeather DCOP Service"),
KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser");

Loading…
Cancel
Save