diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 18:02:20 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 18:02:20 -0600 |
commit | 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch) | |
tree | 795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-tr/docs/tdebase/tdeioslave | |
parent | f9dfb6416745710680d26abcc774b4146cd3ef2b (diff) | |
download | tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.tar.gz tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.zip |
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tde-i18n-tr/docs/tdebase/tdeioslave')
125 files changed, 719 insertions, 286 deletions
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/CMakeLists.txt index f807077d931..6bc5f1878fc 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/CMakeLists.txt +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/CMakeLists.txt @@ -1,7 +1,9 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# -tde_create_handbook( - DESTINATION tdeioslave - NOINDEX - LANG tr -) +tde_auto_add_subdirectories() diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/Makefile.am index 94683efc72a..68dd9f5ad9b 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/Makefile.am +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/Makefile.am @@ -1,4 +1,4 @@ -KDE_LANG = tr SUBDIRS = $(AUTODIRS) -KDE_DOCS = tdeioslave -KDE_MANS = AUTO +KDE_LANG = tr +KDE_DOCS = AUTO + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/audiocd.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/audiocd.docbook deleted file mode 100644 index e0ff22b58c1..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/audiocd.docbook +++ /dev/null @@ -1,198 +0,0 @@ -<article lang="&language;" id="audiocd"> -<title>audiocd</title> -<articleinfo> -<authorgroup> -<author><firstname>Rik</firstname><surname>Hemsley</surname> -<affiliation><address><email>rik@kde.org</email></address></affiliation> -</author> -</authorgroup> - -<date>2001-07-14</date> -<releaseinfo>2.20.00</releaseinfo> - -</articleinfo> - -<para>Allows treating audio <acronym>CD</acronym>s like a -<quote>real</quote> filesystem, where tracks are represented as files -and, when copied from the directory, are digitally extracted from the -<acronym>CD</acronym>. This ensures a perfect copy of the audio -data.</para> - -<para>To see how this slave works, insert an audio <acronym>CD</acronym> -in your &CD-ROM; drive and type <userinput>audiocd:/</userinput> into -&konqueror;. Within a few seconds you should see a list of tracks and -some directories.</para> - -<para>Audio <acronym>CD</acronym>s don't really have directories, but -the audiocd slave provides them as a convenience. If you look inside -these directories you will see that they all contain the same number of -tracks. If you are connected to the Internet, some directories will have -the actual track titles shown as the filenames.</para> - -<para>The reason that these separate directories exist are so that you -can choose in which format you would like to listen to (or copy) the -tracks on the <acronym>CD</acronym>.</para> - -<para>If you drag a track from the <filename class="directory">Ogg -Vorbis</filename> directory and drop it on another &konqueror; window -open at your home directory, you should see a progress window showing -you that the track is being extracted from the <acronym>CD</acronym> and -saved to a file. Note that Ogg Vorbis is a compressed format, so the -file in your home directory will appear a great deal smaller than it -would have been if you had copied the raw data.</para> - -<para>The mechanism behind this is quite simple. When the audiocd slave -is asked to retrieve a track from the <filename class="directory">Ogg -Vorbis</filename> directory, it starts extracting the digital audio data -from the <acronym>CD</acronym>. As it sends the data over to the file in -your home directory, it simultaneously encodes it in Ogg Vorbis format -(<acronym>CD</acronym> audio isn't in any particular format to start -with, it's just raw binary data.)</para> - -<para>You could also try dragging a file ending in <literal -role="extension">.wav</literal> and dropping it on the &kde; Media -Player, &noatun;. In this case, the procedure that happens behind the -scenes is similar, except that instead of encoding the audio data in Ogg -Vorbis format, it is put through a very simple conversion, from raw -binary data (which the <literal role="extension">.cda</literal> files in -the toplevel directory represent) to <quote>RIFF WAV</quote> format, a -non-compressed format that most media players understand.</para> - -<para>&noatun; should quite happily play the <literal -role="extension">.wav</literal> file, but if it has trouble, you may -consider using the <option>paranoia_level</option> option, explained -below.</para> - -<variablelist> -<title>Options</title> -<varlistentry> -<term><option>device</option></term> -<listitem> -<para>Set the path to the audio <acronym>CD</acronym> device, e.g. -<userinput>audiocd:/<option>?device</option>=<parameter>/dev/sdc</parameter></userinput>. -Normally, the slave will try to find a <acronym>CD</acronym> drive with -an audio <acronym>CD</acronym> inserted, but if it fails or you have -more than one <acronym>CD</acronym> drive, you may want to try this -option. Note that the configuration dialog allows you to set a default -value for this option.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>paranoia_level</option></term> -<listitem> -<para>Set the amount of error detection and correction used when -extracting data.</para> - -<variablelist> -<varlistentry> -<term>Level 0</term> -<listitem> -<para>No detection or correction. Only useful if you have a perfect -<acronym>CD</acronym> drive (unlikely).</para> -</listitem> -</varlistentry> - -<varlistentry> -<term>Level 1</term> -<listitem> -<para>Enable basic error checking and correction.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term>Level 2</term> -<listitem> -<para>Default. Specifies that only a perfect extraction will be -accepted.</para> -</listitem> -</varlistentry> -</variablelist> - -<para>Note that there is a disadvantage to level 2. Extraction can be -very slow, so real-time digital playback may not work properly. If you -have a good quality <acronym>CD</acronym> drive (note that more -expensive does not necessarily mean better quality) then you probably -won't experience very slow extraction, but a poor drive may take days -(!) to extract the audio from one <acronym>CD</acronym>.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>use_cddb</option></term> -<listitem> - -<para>Specify that track names for the inserted <acronym>CD</acronym> -will be looked up on the Internet <acronym>CD</acronym> Database. Audio -<acronym>CD</acronym>s don't have track names, but the Internet -<acronym>CD</acronym> Database is a clever system which uses a special -unique identifier generated from the number and length of tracks on each -<acronym>CD</acronym> to cross-reference a track listing. Track listings -are contributed by the Internet community and made available to -all.</para> - -<para>You can submit your own track listings using &kscd;, the &kde; -<acronym>CD</acronym> player.</para> - -<para>This option is on by default. If your Internet connection is not -set up correctly, you may find that your <acronym>CD</acronym> tracks -don't appear. In this case, you can try -<userinput>audiocd:/?<option>use_cddb</option>=<parameter>0</parameter></userinput> -to switch this option off.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><option>cddb_server</option></term> -<listitem> -<para>Set the Internet <acronym>CD</acronym> Database server to -contact. By default, this is -<systemitem>freedb.freedb.org:888</systemitem>, which means server -<systemitem>freedb.freedb.org</systemitem> at port 888.</para> -</listitem> -</varlistentry> -</variablelist> - -<variablelist> -<title>Examples</title> -<varlistentry> -<term><userinput>audiocd:/?device=/dev/scd0?paranoia_level=0&use_cddb=0</userinput></term> -<listitem> -<para>Gives a listing of the tracks on the audio <acronym>CD</acronym> -inserted in <filename class="devicefile">/dev/scd0</filename>, which on -&Linux; specifies the first <acronym>SCSI</acronym> &CD-ROM; device. If -you copy tracks from the <acronym>CD</acronym>, digital extraction will -be performed without error correction or detection. No Internet -<acronym>CD</acronym> Database will be contacted.</para> -</listitem> -</varlistentry> -</variablelist> - -<qandaset> -<title>Frequently Asked Question</title> -<qandaentry> -<question> -<para>I get <errorname>The file or directory / does not -exist</errorname>. How do I fix that? I have an audio -<acronym>CD</acronym> in my drive!</para> -</question> - -<answer> -<para>Try running <userinput><command>cdparanoia</command> -<option>-vsQ</option></userinput> as yourself (not <systemitem -class="username">root</systemitem>). Do you see a track list? If not, -make sure you have permission to access the <acronym>CD</acronym> -device. If you're using <acronym>SCSI</acronym> emulation (possible if -you have an <acronym>IDE</acronym> <acronym>CD</acronym> writer) then -make sure you check permissions on the generic <acronym>SCSI</acronym> -device, which is probably <filename -class="devicefile">/dev/sg0</filename>, <filename -class="devicefile">/dev/sg1</filename>, etc. If it still doesn't work, -try typing <userinput>audiocd:/?device=/dev/sg0</userinput> (or similar) -to tell tdeio_audiocd which device your &CD-ROM; is.</para> -</answer> -</qandaentry> -</qandaset> - - -</article> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/CMakeLists.txt new file mode 100644 index 00000000000..1b99e94e196 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/bzip + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/Makefile.am new file mode 100644 index 00000000000..6e189eda113 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/bzip +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/index.docbook index f0f0d1fd5c2..1a81a10cd93 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="bzip"> <title>bzip</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/CMakeLists.txt new file mode 100644 index 00000000000..a20b4ee216f --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/bzip2 + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/Makefile.am new file mode 100644 index 00000000000..c79a616920f --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/bzip2 +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/index.docbook index 6f48c7bb53a..1561f7ef336 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/bzip2/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="bzip2"> <title>bzip2</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/CMakeLists.txt new file mode 100644 index 00000000000..c64904572f7 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/cgi + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/Makefile.am new file mode 100644 index 00000000000..8473a29128c --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/cgi +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/cgi.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/index.docbook index 6bde4bef44f..fe26dd6330b 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/cgi.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/cgi/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="cgi"> <title>cgi</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/file.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/file.docbook deleted file mode 100644 index ff7d645fce9..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/file.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="file"> -<title>dosya</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/file/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/file/CMakeLists.txt new file mode 100644 index 00000000000..6d86c60e140 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/file/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/file + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/file/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/file/Makefile.am new file mode 100644 index 00000000000..e135d76ab23 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/file/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/file +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/file/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/file/index.docbook new file mode 100644 index 00000000000..009ffff3991 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/file/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="file"> +<title>dosya</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/finger/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/finger/CMakeLists.txt new file mode 100644 index 00000000000..fc2724d03c4 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/finger/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/finger + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/finger/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/finger/Makefile.am new file mode 100644 index 00000000000..ed16dca7e1a --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/finger/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/finger +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/finger.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/finger/index.docbook index 24575095c97..17a3ec09fd5 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/finger.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/finger/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="finger"> <title>finger</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/fish/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/fish/CMakeLists.txt new file mode 100644 index 00000000000..84ca6589c2d --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/fish/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/fish + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/fish/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/fish/Makefile.am new file mode 100644 index 00000000000..719124d36dd --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/fish/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/fish +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/fish.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/fish/index.docbook index 577b34baf6d..32a23ba14e6 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/fish.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/fish/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="fish"> <title>fish</title> <articleinfo> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/CMakeLists.txt new file mode 100644 index 00000000000..9415f64ee49 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/floppy + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/Makefile.am new file mode 100644 index 00000000000..d0c585e082b --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/floppy +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/floppy.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/index.docbook index 59ad80604af..98449f4d3bd 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/floppy.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/floppy/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="floppy"> <title>Floppy</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ftp.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp.docbook deleted file mode 100644 index 963ebe6fb69..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/ftp.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="ftp"> -<title>ftp</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/CMakeLists.txt new file mode 100644 index 00000000000..3a6069673cd --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/ftp + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/Makefile.am new file mode 100644 index 00000000000..abf0b373bf4 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/ftp +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/index.docbook new file mode 100644 index 00000000000..a91b6ba6063 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/ftp/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="ftp"> +<title>ftp</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gopher.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher.docbook deleted file mode 100644 index fe3ff346247..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/gopher.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="gopher"> -<title>gopher</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/CMakeLists.txt new file mode 100644 index 00000000000..d0f341bbb7c --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/gopher + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/Makefile.am new file mode 100644 index 00000000000..e90d2d77129 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/gopher +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/index.docbook new file mode 100644 index 00000000000..3a90a3dce12 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/gopher/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="gopher"> +<title>gopher</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/CMakeLists.txt new file mode 100644 index 00000000000..01e0b2dd0cc --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/gzip + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/Makefile.am new file mode 100644 index 00000000000..e94c95c08c0 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/gzip +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/gzip.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/index.docbook index 01cbdd719f2..85043194d63 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/gzip.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/gzip/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="gzip"> <title>gzip</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/help.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/help.docbook deleted file mode 100644 index 7a6674a751a..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/help.docbook +++ /dev/null @@ -1,8 +0,0 @@ -<article lang="&language;" id="help"> -<title>help</title> - -<para> KDE nin yardım Sistemi </para> -<para> See <ulink url="help:/">The KHelpcenter</ulink>. </para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/help/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/help/CMakeLists.txt new file mode 100644 index 00000000000..68d66b0de1b --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/help/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/help + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/help/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/help/Makefile.am new file mode 100644 index 00000000000..29ce9a31312 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/help/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/help +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/help/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/help/index.docbook new file mode 100644 index 00000000000..1bbfb3ce0fe --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/help/index.docbook @@ -0,0 +1,14 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="help"> +<title>help</title> + +<para> KDE nin yardım Sistemi </para> +<para> See <ulink url="help:/">The KHelpcenter</ulink>. </para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/http/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/http/CMakeLists.txt new file mode 100644 index 00000000000..f02e982e3f4 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/http/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/http + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/http/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/http/Makefile.am new file mode 100644 index 00000000000..a8f5e9325d7 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/http/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/http +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/http.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/http/index.docbook index 0f2adea060f..d2cfae5bde9 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/http.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/http/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="http"> <title>http</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/https.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/https.docbook deleted file mode 100644 index 9dcd53daea0..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/https.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="https"> -<title>https</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/https/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/https/CMakeLists.txt new file mode 100644 index 00000000000..101e39566f7 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/https/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/https + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/https/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/https/Makefile.am new file mode 100644 index 00000000000..bf355ea8f3c --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/https/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/https +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/https/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/https/index.docbook new file mode 100644 index 00000000000..bd63a0cd459 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/https/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="https"> +<title>https</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/imap/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/imap/CMakeLists.txt new file mode 100644 index 00000000000..92687eac92b --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/imap/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/imap + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/imap/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/imap/Makefile.am new file mode 100644 index 00000000000..76abea972fb --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/imap/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/imap +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/imap.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/imap/index.docbook index 6a30ed35eaa..3c17b8023d4 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/imap.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/imap/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="imap"> <title>imap</title> <articleinfo> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/CMakeLists.txt new file mode 100644 index 00000000000..2b94b8f03e5 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/imaps + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/Makefile.am new file mode 100644 index 00000000000..60f1a3a97e1 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/imaps +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/imaps.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/index.docbook index 018e66d33c8..bec076996f3 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/imaps.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/imaps/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="imaps"> <title>imaps</title> <articleinfo> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/info/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/info/CMakeLists.txt new file mode 100644 index 00000000000..7b76764bc8c --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/info/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/info + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/info/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/info/Makefile.am new file mode 100644 index 00000000000..d4b021a1394 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/info/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/info +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/info.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/info/index.docbook index e9b7e399f3d..3612f7b5ebb 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/info.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/info/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="info"> <title>Info</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/lan.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/lan.docbook deleted file mode 100644 index 623eeb42ffc..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/lan.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="lan"> -<title>lan</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/lan/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/lan/CMakeLists.txt new file mode 100644 index 00000000000..8eaef06fe91 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/lan/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/lan + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/lan/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/lan/Makefile.am new file mode 100644 index 00000000000..40afd0ff5ab --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/lan/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/lan +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/lan/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/lan/index.docbook new file mode 100644 index 00000000000..3c1f489dcf9 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/lan/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="lan"> +<title>lan</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/CMakeLists.txt new file mode 100644 index 00000000000..8b9f54d7482 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/ldap + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/Makefile.am new file mode 100644 index 00000000000..e78188125b6 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/ldap +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/ldap.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/index.docbook index 2a52887cb13..27b44069f1a 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/ldap.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/ldap/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="ldap"> <title>ldap</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/mac/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/mac/CMakeLists.txt new file mode 100644 index 00000000000..53a22f4c7c0 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/mac/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/mac + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/mac/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/mac/Makefile.am new file mode 100644 index 00000000000..770c5e2ed95 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/mac/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/mac +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/mac.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/mac/index.docbook index e02bf535aeb..297490485e8 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/mac.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/mac/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="mac"> <title>mac</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/CMakeLists.txt new file mode 100644 index 00000000000..4563b6e65b9 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/mailto + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/Makefile.am new file mode 100644 index 00000000000..4963b867aee --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/mailto +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/mailto.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/index.docbook index 156a32aa58f..89a096e1e62 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/mailto.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/mailto/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="mailto"> <title>mailto</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/man/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/man/CMakeLists.txt new file mode 100644 index 00000000000..0c6eae00744 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/man/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/man + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/man/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/man/Makefile.am new file mode 100644 index 00000000000..ab48c361f4c --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/man/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/man +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/man.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/man/index.docbook index 17c5a7ab7d5..a9521d8146a 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/man.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/man/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="man"> <title>Man</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/news/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/news/CMakeLists.txt new file mode 100644 index 00000000000..7fa8f875c9a --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/news/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/news + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/news/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/news/Makefile.am new file mode 100644 index 00000000000..a6f3027e133 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/news/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/news +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/news.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/news/index.docbook index 03008c22111..74e8893d23a 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/news.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/news/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="news"> <title>news</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nfs.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs.docbook deleted file mode 100644 index 3d132d36215..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/nfs.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="nfs"> -<title>nfs</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/CMakeLists.txt new file mode 100644 index 00000000000..5b421e8c77f --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/nfs + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/Makefile.am new file mode 100644 index 00000000000..28c350b4303 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/nfs +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/index.docbook new file mode 100644 index 00000000000..8204c545f4e --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nfs/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="nfs"> +<title>nfs</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt new file mode 100644 index 00000000000..107cc27a819 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/nntp + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am new file mode 100644 index 00000000000..1bfd2c553d4 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/nntp +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/index.docbook index 6abe88eb86e..50319366c1a 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="nntp"> <title>nntp</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3.docbook deleted file mode 100644 index 4691885b00d..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="pop3"> -<title>pop3</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/CMakeLists.txt new file mode 100644 index 00000000000..fdc05faafea --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/pop3 + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/Makefile.am new file mode 100644 index 00000000000..343e6ff2c82 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/pop3 +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/index.docbook new file mode 100644 index 00000000000..adcdd2bc7cb --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="pop3"> +<title>pop3</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s.docbook deleted file mode 100644 index 8b7fdb4aa62..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="pop3s"> -<title>pop3s</title> - -<para> POP3S POP3 protokolünün SSL ile şifrelenmiş şeklidir. </para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/CMakeLists.txt new file mode 100644 index 00000000000..21e8c00f243 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/pop3s + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/Makefile.am new file mode 100644 index 00000000000..792e1fb65d7 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/pop3s +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/index.docbook new file mode 100644 index 00000000000..8941abff717 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/pop3s/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="pop3s"> +<title>pop3s</title> + +<para> POP3S POP3 protokolünün SSL ile şifrelenmiş şeklidir. </para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/print/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/print/CMakeLists.txt new file mode 100644 index 00000000000..ebcfc865897 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/print/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/print + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/print/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/print/Makefile.am new file mode 100644 index 00000000000..a97c7c2e76a --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/print/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/print +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/print.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/print/index.docbook index e36d22029c6..3a246070899 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/print.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/print/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="print"> <title>print</title> <articleinfo> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlan.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan.docbook deleted file mode 100644 index c4f9cfc1b72..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/rlan.docbook +++ /dev/null @@ -1,8 +0,0 @@ -<article lang="&language;" id="rlan"> -<title>rlan</title> - -<para>Henüz belgelenmedi</para> - -</article> - - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/CMakeLists.txt new file mode 100644 index 00000000000..190ef73ad25 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/rlan + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/Makefile.am new file mode 100644 index 00000000000..cb45c692690 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/rlan +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/index.docbook new file mode 100644 index 00000000000..4f1ef5fd778 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/rlan/index.docbook @@ -0,0 +1,14 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="rlan"> +<title>rlan</title> + +<para>Henüz belgelenmedi</para> + +</article> + + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/CMakeLists.txt new file mode 100644 index 00000000000..350e185676b --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/rlogin + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/Makefile.am new file mode 100644 index 00000000000..cac7da05024 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/rlogin +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/index.docbook index 9055a3419b4..04fec39c9fb 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/rlogin/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="rlogin"> <title>rlogin</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/CMakeLists.txt new file mode 100644 index 00000000000..046977e7fdb --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/sftp + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/Makefile.am new file mode 100644 index 00000000000..a7e94375340 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/sftp +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/sftp.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/index.docbook index b3cd4dede56..d5c8bd34332 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/sftp.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/sftp/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="sftp"> <title>sftp</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt new file mode 100644 index 00000000000..3a252bead8a --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/smb + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am new file mode 100644 index 00000000000..0168457c7c5 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/smb +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smb.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/index.docbook index 63f4cba2318..93171025029 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/smb.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="smb"> <title>SMB</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/CMakeLists.txt new file mode 100644 index 00000000000..5863a026078 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/smtp + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/Makefile.am new file mode 100644 index 00000000000..c0d780fcc78 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/smtp +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smtp.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/index.docbook index 17f662968b3..8449b85cada 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/smtp.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smtp/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="smtp"> <title>smtp</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/tar/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/tar/CMakeLists.txt new file mode 100644 index 00000000000..8ef98b6c767 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/tar/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/tar + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/tar/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/tar/Makefile.am new file mode 100644 index 00000000000..6f64cd42e6c --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/tar/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/tar +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/tar.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/tar/index.docbook index e15d2c2589a..28cb52148c2 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/tar.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/tar/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="tar"> <title>tar</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/telnet.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet.docbook deleted file mode 100644 index 50d043c9805..00000000000 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/telnet.docbook +++ /dev/null @@ -1,7 +0,0 @@ -<article lang="&language;" id="telnet"> -<title>telnet</title> - -<para>Henüz belgelenmedi</para> - -</article> - diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/CMakeLists.txt new file mode 100644 index 00000000000..82fa69648ea --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/telnet + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/Makefile.am new file mode 100644 index 00000000000..c416a9eb70e --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/telnet +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/index.docbook new file mode 100644 index 00000000000..40c0052be1a --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/telnet/index.docbook @@ -0,0 +1,13 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="telnet"> +<title>telnet</title> + +<para>Henüz belgelenmedi</para> + +</article> + diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/CMakeLists.txt new file mode 100644 index 00000000000..aae4481d17d --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/thumbnail + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/Makefile.am new file mode 100644 index 00000000000..fec9bebeb57 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/thumbnail +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/index.docbook index 5f8c5434fc1..e3925810bd8 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/thumbnail/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="thumbnail"> <title>thumbnail</title> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/CMakeLists.txt new file mode 100644 index 00000000000..9968272c2c0 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/webdav + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/Makefile.am new file mode 100644 index 00000000000..c75a3209429 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/webdav +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/webdav.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/index.docbook index 87cfe1a6c60..84b234a98f3 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/webdav.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/webdav/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="webdav"> <title>webdav</title> <articleinfo> diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/CMakeLists.txt new file mode 100644 index 00000000000..694845cd4aa --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/webdavs + NOINDEX + LANG tr +) diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/Makefile.am new file mode 100644 index 00000000000..b6cfad52bd5 --- /dev/null +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = tr +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/webdavs +KDE_MANS = AUTO diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/index.docbook index 3085abfc304..b1cbe32be00 100644 --- a/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs.docbook +++ b/tde-i18n-tr/docs/tdebase/tdeioslave/webdavs/index.docbook @@ -1,3 +1,9 @@ +<?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 % Turkish "INCLUDE"> <!-- change language only here --> +]> + <article lang="&language;" id="webdavs"> <title>webdavs</title> <articleinfo> |