diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-20 20:02:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-20 20:02:39 +0200 |
commit | e2a67e0b1f3ee8890ba2fce71d41def0e114aca2 (patch) | |
tree | ccbc5b26503151ec4eeb450a3b4498924ad7cb55 /koffice-i18n-de/docs/koffice/karbon | |
download | koffice-i18n-e2a67e0b1f3ee8890ba2fce71d41def0e114aca2.tar.gz koffice-i18n-e2a67e0b1f3ee8890ba2fce71d41def0e114aca2.zip |
Initial import of extracted tarballs
Diffstat (limited to 'koffice-i18n-de/docs/koffice/karbon')
-rw-r--r-- | koffice-i18n-de/docs/koffice/karbon/Makefile.am | 4 | ||||
-rw-r--r-- | koffice-i18n-de/docs/koffice/karbon/index.docbook | 97 |
2 files changed, 101 insertions, 0 deletions
diff --git a/koffice-i18n-de/docs/koffice/karbon/Makefile.am b/koffice-i18n-de/docs/koffice/karbon/Makefile.am new file mode 100644 index 00000000..df6332b8 --- /dev/null +++ b/koffice-i18n-de/docs/koffice/karbon/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = de +SUBDIRS = $(AUTODIRS) +KDE_DOCS = AUTO +KDE_MANS = AUTO diff --git a/koffice-i18n-de/docs/koffice/karbon/index.docbook b/koffice-i18n-de/docs/koffice/karbon/index.docbook new file mode 100644 index 00000000..1fe429dd --- /dev/null +++ b/koffice-i18n-de/docs/koffice/karbon/index.docbook @@ -0,0 +1,97 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "&karbon14;"> + <!ENTITY package "koffice"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % German "INCLUDE"> +]> + +<book lang="&language;"> + +<bookinfo> +<title +>Das Handbuch zu &karbon14;</title> + +<authorgroup> +<author +><firstname +></firstname +> <othername +></othername +> <surname +></surname +> <affiliation +> <address +><email +></email +></address> +</affiliation> +</author> +<othercredit role="translator" +><firstname +>Burkhard</firstname +><surname +>Lück</surname +><affiliation +><address +><email +>lueck@hube-lueck.de</email +></address +></affiliation +><contrib +>Übersetzung</contrib +></othercredit +> +</authorgroup> + +<legalnotice +>&FDLNotice;</legalnotice> + +<!-- Date and version information of the documentation +Don't forget to include this last date and this last revision number, we +need them for translation coordination ! +Please respect the format of the date (DD/MM/YYYY) and of the version +(Major.minor.lesser), it could be used by automation scripts --> + +<date +>2005-09-04</date> +<releaseinfo +>0.1.0</releaseinfo> + +<!-- Abstract about this handbook --> + +<abstract> +<para +>&karbon14; ist ein Verktorzeichenprogramm für &kde;. </para> +</abstract> + + +<keywordset> +<keyword +>KDE</keyword> +<keyword +>Karbon14</keyword> +</keywordset> + +</bookinfo> + +<chapter id="introduction" +> <title +>Einleitung</title +> <para +>Leider war das Handbuch für &kappname; noch nicht fertiggestellt, als &kde; auf diesem Rechner installiert wurde.</para +> <para +>Wenn Sie Hilfe benötigen, schauen Sie bitte auf der Webseite von <ulink url="http://www.kde.org" +>&kde;</ulink +> nach aktuelleren Versionen, oder stellen Sie Ihre Frage an die <ulink url="mailto:kde-user@kde.org" +>&kde; Anwender-Mailingliste</ulink +>.</para +> <para +><emphasis +>Das &kde;-Team</emphasis +></para +> &underFDL; </chapter> + +&documentation.index; +</book> + |