summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-en_GB/docs')
-rw-r--r--tde-i18n-en_GB/docs/tdebase/glossary/tdeprintingglossary.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/khelpcenter/glossary/tdeprintingglossary.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/Makefile.am2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip.docbook6
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip2.docbook6
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/finger.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/gzip.docbook6
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/http.docbook4
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/https.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/imap.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/imaps.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/lan.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/ldap.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/mailto.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/news.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/nntp.docbook6
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/print.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/rlogin.docbook4
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/thumbnail.docbook8
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav.docbook4
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdeioslave/webdavs.docbook2
21 files changed, 35 insertions, 35 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/glossary/tdeprintingglossary.docbook b/tde-i18n-en_GB/docs/tdebase/glossary/tdeprintingglossary.docbook
index f01a90060cc..1637c8915b9 100644
--- a/tde-i18n-en_GB/docs/tdebase/glossary/tdeprintingglossary.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/glossary/tdeprintingglossary.docbook
@@ -964,7 +964,7 @@
> </glossdef>
</glossentry>
- <glossentry id="gloss-printkioslave">
+ <glossentry id="gloss-printtdeioslave">
<glossterm
>print:/ KIO Slave</glossterm>
<glossdef
diff --git a/tde-i18n-en_GB/docs/tdebase/khelpcenter/glossary/tdeprintingglossary.docbook b/tde-i18n-en_GB/docs/tdebase/khelpcenter/glossary/tdeprintingglossary.docbook
index f01a90060cc..1637c8915b9 100644
--- a/tde-i18n-en_GB/docs/tdebase/khelpcenter/glossary/tdeprintingglossary.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/khelpcenter/glossary/tdeprintingglossary.docbook
@@ -964,7 +964,7 @@
> </glossdef>
</glossentry>
- <glossentry id="gloss-printkioslave">
+ <glossentry id="gloss-printtdeioslave">
<glossterm
>print:/ KIO Slave</glossterm>
<glossdef
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/Makefile.am
index ab11c143d90..87479ead25f 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/Makefile.am
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/Makefile.am
@@ -1,4 +1,4 @@
KDE_LANG = en_GB
SUBDIRS = $(AUTODIRS)
-KDE_DOCS = kioslave
+KDE_DOCS = tdeioslave
KDE_MANS = AUTO
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip.docbook
index 728981a7315..422781d17ec 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip.docbook
@@ -29,17 +29,17 @@
> is a compression program. It is rarely used today, having been replaced with bzip2, which offers much better compression.</para>
<para
->The bzip kioslave is not directly usable, and is intended for use as a filter. For example, the tar kioslave can filter a file through the bzip kioslave, in order to display the contents of a <literal role="extension"
+>The bzip tdeioslave is not directly usable, and is intended for use as a filter. For example, the tar tdeioslave can filter a file through the bzip tdeioslave, in order to display the contents of a <literal role="extension"
>tar.bz</literal
> file directly in a &konqueror; window.</para>
<para
>If you click on a file compressed with a <literal role="extension"
>bz</literal
-> extension in &konqueror;, this kioslave is used to uncompress it and display it as a normal (uncompressed) file.</para>
+> extension in &konqueror;, this tdeioslave is used to uncompress it and display it as a normal (uncompressed) file.</para>
<para
->If you are a developer, and would like to use the bzip filter, you can find documentation on using kioslaves at <ulink url="http://developer.kde.org"
+>If you are a developer, and would like to use the bzip filter, you can find documentation on using tdeioslaves at <ulink url="http://developer.kde.org"
>http://developer.kde.org</ulink
></para>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip2.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip2.docbook
index 40dbb68b6d2..7c510be806c 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip2.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/bzip2.docbook
@@ -27,17 +27,17 @@
>Bzip2 is a compression program</para>
<para
->The bzip2 kioslave is not directly usable, and is intended for use as a filter. For example, the tar kioslave can filter a file through the bzip2 kioslave, in order to display the contents of a <literal role="extension"
+>The bzip2 tdeioslave is not directly usable, and is intended for use as a filter. For example, the tar tdeioslave can filter a file through the bzip2 tdeioslave, in order to display the contents of a <literal role="extension"
>tar.bz2</literal
> file directly in a &konqueror; window.</para>
<para
>If you click on a file compressed with a <literal role="extension"
>.bz2</literal
-> in &konqueror;, this kioslave is used to uncompress it and display it as a normal (uncompressed) file.</para>
+> in &konqueror;, this tdeioslave is used to uncompress it and display it as a normal (uncompressed) file.</para>
<para
->If you are a developer, and would like to use the bzip2 filter, you can find documentation on using kioslaves at <ulink url="http://developer.kde.org"
+>If you are a developer, and would like to use the bzip2 filter, you can find documentation on using tdeioslaves at <ulink url="http://developer.kde.org"
>http://developer.kde.org</ulink
></para>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/finger.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/finger.docbook
index 6e1e616e598..50d791cf561 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/finger.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/finger.docbook
@@ -45,7 +45,7 @@
> keys, the fact they are on vacation, and all sorts of information.</para>
<para
->Use the finger kioslave like this: <userinput
+>Use the finger tdeioslave like this: <userinput
>finger://<replaceable
>username</replaceable
>@<replaceable
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/gzip.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/gzip.docbook
index fb214412d38..2a53bf30384 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/gzip.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/gzip.docbook
@@ -29,17 +29,17 @@
> is a compression program</para>
<para
->The gzip kioslave is not directly usable, and is intended for use as a filter. For example, the tar kioslave can filter a file through the gzip kioslave, in order to display the contents of a <literal role="extension"
+>The gzip tdeioslave is not directly usable, and is intended for use as a filter. For example, the tar tdeioslave can filter a file through the gzip tdeioslave, in order to display the contents of a <literal role="extension"
>tar.gz</literal
> file directly in a &konqueror; window.</para>
<para
>If you click on a file compressed with a <literal role="extension"
>gz</literal
-> extension in &konqueror;, this kioslave is used to uncompress it and display it as a normal (uncompressed) file.</para>
+> extension in &konqueror;, this tdeioslave is used to uncompress it and display it as a normal (uncompressed) file.</para>
<para
->If you are a developer, and would like to use the gzip filter, you can find documentation on using kioslaves at <ulink url="http://developer.kde.org"
+>If you are a developer, and would like to use the gzip filter, you can find documentation on using tdeioslaves at <ulink url="http://developer.kde.org"
>http://developer.kde.org</ulink
></para>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/http.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/http.docbook
index eec279f1f6e..c8fd823a278 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/http.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/http.docbook
@@ -37,10 +37,10 @@
>rotocol.</para>
<para
->The http kioslave is used by all &kde; applications to handle connections to http servers, that is, web servers. The most common usage is to view web pages in the &konqueror; web browser.</para>
+>The http tdeioslave is used by all &kde; applications to handle connections to http servers, that is, web servers. The most common usage is to view web pages in the &konqueror; web browser.</para>
<para
->You can use the http kioslave in &konqueror; by giving it a <acronym
+>You can use the http tdeioslave in &konqueror; by giving it a <acronym
>URL</acronym
>. <userinput
>http://<replaceable
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/https.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/https.docbook
index a218dcf40cd..41412ed18fb 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/https.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/https.docbook
@@ -23,7 +23,7 @@
</authorgroup>
</articleinfo>
<para
->HTTPS is <ulink url="help:/kioslave/http.html"
+>HTTPS is <ulink url="help:/tdeioslave/http.html"
>HTTP</ulink
> encapsulated in an SSL/TLS stream. </para>
<para
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap.docbook
index 99b441b1e0f..0dc1aef152b 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap.docbook
@@ -32,7 +32,7 @@
>The IMAP4rev1 protocol (Internet Message Access Protocol) allows access to messages in mail folders on a server. Unlike POP3, which is designed to download the mails and delete them from the server, the purpose of IMAP is to store all mails on the server to be able to access these mails from everywhere. Messages can be stored on the server, retrieved from there or moved between folders.</para>
<para
->This plugin is currently mainly used by KMail, but you can also use it in any other KDE application that uses kioslave plugins.</para>
+>This plugin is currently mainly used by KMail, but you can also use it in any other KDE application that uses tdeioslave plugins.</para>
<para
>For example in &konqueror;, simply type <userinput
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imaps.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imaps.docbook
index 97f3e99dff4..8d09e5f8f76 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imaps.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imaps.docbook
@@ -29,7 +29,7 @@
</articleinfo>
<para
->IMAPS is the <ulink url="help:/kioslave/imap.html"
+>IMAPS is the <ulink url="help:/tdeioslave/imap.html"
>IMAP</ulink
> protocol encrypted via SSL.</para>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/lan.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/lan.docbook
index 1f13e3a141b..bd340b6e345 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/lan.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/lan.docbook
@@ -31,7 +31,7 @@
>.</para>
<para
->The lan kioslave can use &FTP;, &HTTP;, <acronym
+>The lan tdeioslave can use &FTP;, &HTTP;, <acronym
>SMB</acronym
>, <acronym
>NFS</acronym
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/ldap.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/ldap.docbook
index 360e992665e..36e1daf1ec3 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/ldap.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/ldap.docbook
@@ -31,7 +31,7 @@
> server.</para>
<para
->You can use the ldap kioslave as follows:</para>
+>You can use the ldap tdeioslave as follows:</para>
<para
><userinput
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/mailto.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/mailto.docbook
index 47fbea70fd4..9b5eff6d154 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/mailto.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/mailto.docbook
@@ -23,7 +23,7 @@
</authorgroup>
</articleinfo>
<para
->The mailto kioslave is used when you click on a mailto link in an <acronym
+>The mailto tdeioslave is used when you click on a mailto link in an <acronym
>HTML</acronym
> page. &konqueror; will open the preferred mail client you have configured, with a composer window. Any information supplied in the <acronym
>URL</acronym
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/news.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/news.docbook
index bf7472a5e24..32ce32b5491 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/news.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/news.docbook
@@ -25,7 +25,7 @@
<para
->The news kioslave is used when you click on a news link on a web page. It will open &knode;, and if the group referred to in the news link is available from your server, it will subscribe you to the group, in the first available account you have configured in &knode;</para>
+>The news tdeioslave is used when you click on a news link on a web page. It will open &knode;, and if the group referred to in the news link is available from your server, it will subscribe you to the group, in the first available account you have configured in &knode;</para>
<para
>You can unsubscribe from within &knode; if you decide you don't want to read the group, by <mousebutton
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/nntp.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/nntp.docbook
index 2cbbc4b6387..6e723e3ba3f 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/nntp.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/nntp.docbook
@@ -23,12 +23,12 @@
</authorgroup>
</articleinfo>
<para
->The nntp kioslave accesses <acronym
+>The nntp tdeioslave accesses <acronym
>NNTP</acronym
> servers directly.</para>
<para
->This kioslave can not be used with servers that do not implement the <command
+>This tdeioslave can not be used with servers that do not implement the <command
>GROUP</command
> command, including some versions of the popular <application
>INN</application
@@ -41,7 +41,7 @@
>.</para>
<para
->You can use the nntp kioslave by typing <userinput
+>You can use the nntp tdeioslave by typing <userinput
>nntp://yourserver/groupname</userinput
> into the &konqueror; <acronym
>URL</acronym
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/print.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/print.docbook
index f1523aba1b0..bf781fedf7f 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/print.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/print.docbook
@@ -81,7 +81,7 @@
<term
><userinput
>print:/ </userinput
-> (&ie; the root of print-kioslave)</term>
+> (&ie; the root of print-tdeioslave)</term>
<listitem>
<para
>virtual root for browsing your print subsystem. It displays subfolders <quote
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/rlogin.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/rlogin.docbook
index d5b065aeb3a..71ada32f0c5 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/rlogin.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/rlogin.docbook
@@ -34,7 +34,7 @@
> session with a server hosting the rlogin service.</para>
<para
->To use this kioslave feature, in the &konqueror; <acronym
+>To use this tdeioslave feature, in the &konqueror; <acronym
>URL</acronym
> bar, type <userinput
>rlogin:/host_to_connect_to</userinput
@@ -48,7 +48,7 @@
<para
>The <command
>rlogin</command
-> kioslave uses the username of the account you are currently using in &kde;.</para>
+> tdeioslave uses the username of the account you are currently using in &kde;.</para>
<para
>After you have successfully entered your password, you can begin your remote session.</para>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/thumbnail.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/thumbnail.docbook
index f0fdec21ab0..6f78056ac7c 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/thumbnail.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/thumbnail.docbook
@@ -23,10 +23,10 @@
</authorgroup>
</articleinfo>
<para
->The thumbnail kioslave is used by &kde; for network transparent and persistent generation of thumbnails.</para>
+>The thumbnail tdeioslave is used by &kde; for network transparent and persistent generation of thumbnails.</para>
<para
->The thumbnail kioslave uses plugins to generate the actual thumbnails. You can enable viewing of these thumbnails from the <menuchoice
+>The thumbnail tdeioslave uses plugins to generate the actual thumbnails. You can enable viewing of these thumbnails from the <menuchoice
><guimenu
>View</guimenu
> <guisubmenu
@@ -35,7 +35,7 @@
> submenu, available in &konqueror; in file manager mode.</para>
<para
->The thumbnail kioslave is not directly useful to a user, but if you are a developer, you can use it within your own applications to create file previews.</para>
+>The thumbnail tdeioslave is not directly useful to a user, but if you are a developer, you can use it within your own applications to create file previews.</para>
<para
>See the documentation in the sources for more information. You will find these at <filename
@@ -43,7 +43,7 @@
>TDEDIR</envar
>/include/kio/thumbcreator.h</filename
> or in the source folder <filename class="directory"
->tdebase/kioslave/thumbnail</filename
+>tdebase/tdeioslave/thumbnail</filename
></para>
</article>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav.docbook
index 40c99485e2c..5fc85060f49 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdav.docbook
@@ -35,7 +35,7 @@
>A</emphasis
>uthoring and <emphasis
>V</emphasis
->ersioning protocol for the World Wide Web. It allows for easy management of documents and scripts on a <ulink url="help:/kioslave/webdav.html"
+>ersioning protocol for the World Wide Web. It allows for easy management of documents and scripts on a <ulink url="help:/tdeioslave/webdav.html"
>http</ulink
> server, and has additional features designed to simplify version management amongst multiple authors.</para>
@@ -80,6 +80,6 @@
</variablelist>
<para
->To take advantage of these additional capabilities, you will need an application which supports them. No application currently supports them through this kioslave.</para>
+>To take advantage of these additional capabilities, you will need an application which supports them. No application currently supports them through this tdeioslave.</para>
</article>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdavs.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdavs.docbook
index 8314d60b31e..8918fe1986c 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdavs.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/webdavs.docbook
@@ -29,7 +29,7 @@
</articleinfo>
<para
->WebDAVS is the <ulink url="help:/kioslave/webdav.html"
+>WebDAVS is the <ulink url="help:/tdeioslave/webdav.html"
>WebDAV</ulink
> protocol encrypted via SSL.</para>