diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-21 14:56:48 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-21 14:56:48 -0600 |
commit | a1670b07bc16b0decb3e85ee17ae64109cb182c1 (patch) | |
tree | 358db6574b3ecdf68a925dbce6adf10e2baba864 /tde-i18n-en_GB | |
parent | 7ddad58a52c86786b0e7c8e9250691e3e60a259f (diff) | |
download | tde-i18n-a1670b07bc16b0decb3e85ee17ae64109cb182c1.tar.gz tde-i18n-a1670b07bc16b0decb3e85ee17ae64109cb182c1.zip |
Rename docbook blockdevices->storagedevices for consistency with kcontrol.
Diffstat (limited to 'tde-i18n-en_GB')
-rw-r--r-- | tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/index.docbook | 133 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/CMakeLists.txt (renamed from tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/CMakeLists.txt) | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/Makefile.am (renamed from tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/Makefile.am) | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/index.docbook | 53 |
4 files changed, 55 insertions, 135 deletions
diff --git a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/index.docbook b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/index.docbook deleted file mode 100644 index 2ae20965620..00000000000 --- a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/index.docbook +++ /dev/null @@ -1,133 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" -"dtd/kdex.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % British-English "INCLUDE" -> <!-- change language only here --> -]> - -<article lang="&language;"> -<articleinfo> - -<authorgroup> -<author -> <firstname ->Mike</firstname -> <surname ->McBride</surname -> </author> -<othercredit role="translator" -><firstname ->Malcolm</firstname -><surname ->Hunter</surname -><affiliation -><address -><email ->malcolm.hunter@gmx.co.uk</email -></address -></affiliation -><contrib ->KDE British Conversion</contrib -></othercredit> -</authorgroup> - -<date ->2002-02-12</date> -<releaseinfo ->3.00.00</releaseinfo> - -<keywordset> -<keyword ->KDE</keyword> -<keyword ->KControl</keyword> -<keyword ->Block Devices</keyword> -<keyword ->Disk space</keyword> -</keywordset> -</articleinfo> - -<sect1> -<title ->Block Devices</title> - -<para -> The module window displays the available file devices and some information about each device. It also allows you to control mount points, and mount/unmount devices. </para> - -<para -> Normally, the following pieces of information are shown in this tab: </para> - -<itemizedlist -> <listitem -><para ->an icon depicting the type of storage</para -></listitem -> <listitem -><para ->file format</para -></listitem -> <listitem -><para ->total size</para -></listitem -> <listitem -><para ->mount point</para -></listitem -> <listitem -><para ->free disk space</para -></listitem -> <listitem -><para ->the percentage of space used as a number and as a graph.</para -></listitem -> </itemizedlist> - -<para -> <mousebutton ->Left</mousebutton -> clicking on the header of a particular column sorts the devices according to that variable. A second <mousebutton ->left</mousebutton -> click sorts in the opposite order. </para> - -<para -> <mousebutton ->Right</mousebutton -> clicking on a row pops up a menu. If that device is not currently mounted, the <guimenuitem ->Mount device</guimenuitem -> option is available. If the device is mounted, it can be unmounted by choosing <guimenuitem ->Unmount device</guimenuitem ->. Selecting <guimenuitem ->Open filemanager</guimenuitem -> opens a new window with a graphical view of the files on that device. </para> - -<para -> The appropriate mount and umount commands, and how the file manager is opened from the context menu, can be configured from the &kdiskfree; application. </para> - -<sect2> -<title ->Section Author</title> - -<para ->This section is modified from the <application ->kdf</application -> documentation which was authored by Jonathan Singer <email ->jsinger@leeta.net</email -></para> - -<para ->Modified for KDE 2.0 by Mike McBride <email ->mpmcbride7@yahoo.com</email -></para> -<para ->KDE British Conversion Malcolm Hunter <email ->malcolm.hunter@gmx.co.uk</email -></para> - -</sect2> -</sect1> -</article> - diff --git a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/CMakeLists.txt b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/CMakeLists.txt index fb1067d704a..d0f69955a81 100644 --- a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/CMakeLists.txt +++ b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is genereted by triniy-automake-cmake-convert script by Fat-Zer tde_create_handbook( - DESTINATION kinfocenter/blockdevices + DESTINATION kinfocenter/storagedevices LANG en_GB ) diff --git a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/Makefile.am b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/Makefile.am index 1309780d834..5a9eb71e9e3 100644 --- a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/blockdevices/Makefile.am +++ b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/Makefile.am @@ -1,4 +1,4 @@ KDE_LANG = en_GB SUBDIRS = $(AUTODIRS) -KDE_DOCS = kinfocenter/blockdevices +KDE_DOCS = kinfocenter/storagedevices KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/index.docbook b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/index.docbook new file mode 100644 index 00000000000..13244d80b6d --- /dev/null +++ b/tde-i18n-en_GB/docs/tdeutils/kinfocenter/storagedevices/index.docbook @@ -0,0 +1,53 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" +"dtd/kdex.dtd" [ +<!ENTITY % addindex "IGNORE"> +<!ENTITY % British-English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;"> +<articleinfo> + +<authorgroup> +<author> <firstname>Mike</firstname> <surname>McBride</surname> </author> +<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>KDE British Conversion</contrib></othercredit> +</authorgroup> + +<date>2002-02-12</date> +<releaseinfo>3.00.00</releaseinfo> + +<keywordset> +<keyword>KDE</keyword> +<keyword>KControl</keyword> +<keyword>Storage Devices</keyword> +<keyword>Disk space</keyword> +</keywordset> +</articleinfo> + +<sect1> +<title>Storage Devices</title> + +<para> The module window displays the available file devices and some information about each device. It also allows you to control mount points, and mount/unmount devices. </para> + +<para> Normally, the following pieces of information are shown in this tab: </para> + +<itemizedlist> <listitem><para>an icon depicting the type of storage</para></listitem> <listitem><para>file format</para></listitem> <listitem><para>total size</para></listitem> <listitem><para>mount point</para></listitem> <listitem><para>free disk space</para></listitem> <listitem><para>the percentage of space used as a number and as a graph.</para></listitem> </itemizedlist> + +<para> <mousebutton>Left</mousebutton> clicking on the header of a particular column sorts the devices according to that variable. A second <mousebutton>left</mousebutton> click sorts in the opposite order. </para> + +<para> <mousebutton>Right</mousebutton> clicking on a row pops up a menu. If that device is not currently mounted, the <guimenuitem>Mount device</guimenuitem> option is available. If the device is mounted, it can be unmounted by choosing <guimenuitem>Unmount device</guimenuitem>. Selecting <guimenuitem>Open filemanager</guimenuitem> opens a new window with a graphical view of the files on that device. </para> + +<para> The appropriate mount and umount commands, and how the file manager is opened from the context menu, can be configured from the &kdiskfree; application. </para> + +<sect2> +<title>Section Author</title> + +<para>This section is modified from the <application>kdf</application> documentation which was authored by Jonathan Singer <email>jsinger@leeta.net</email></para> + +<para>Modified for KDE 2.0 by Mike McBride <email>mpmcbride7@yahoo.com</email></para> +<para>KDE British Conversion Malcolm Hunter <email>malcolm.hunter@gmx.co.uk</email></para> + +</sect2> +</sect1> +</article> + |