MFbed: Minor Update to the German documentation set.
doc/de_DE.ISO8859-1/books/handbook/Makefile 1.100 -> 1.101 doc/de_DE.ISO8859-1/books/handbook/book.sgml 1.169 -> 1.170 doc/de_DE.ISO8859-1/books/handbook/chapters.ent 1.35 -> 1.36 doc/de_DE.ISO8859-1/books/handbook/jails/chapter.sgml new file Obtained from: The FreeBSD German Documentation Project.
This commit is contained in:
parent
5567a8c630
commit
9c39676ba5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29859
4 changed files with 41 additions and 6 deletions
de_DE.ISO8859-1/books/handbook
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.51 2006/05/17 19:51:09 jkois Exp $
|
||||
# basiert auf: 1.100
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.52 2007/03/23 15:50:37 jkois Exp $
|
||||
# basiert auf: 1.101
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -150,6 +150,7 @@ SRCS+= firewalls/chapter.sgml
|
|||
SRCS+= geom/chapter.sgml
|
||||
SRCS+= install/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= jails/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
SRCS+= l10n/chapter.sgml
|
||||
SRCS+= linuxemu/chapter.sgml
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.79 2007/01/05 19:43:44 jkois Exp $
|
||||
basiert auf: 1.169
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.80 2007/03/23 15:50:37 jkois Exp $
|
||||
basiert auf: 1.170
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -24,6 +24,7 @@
|
|||
<!ENTITY % chap.users "IGNORE">
|
||||
<!ENTITY % chap.kernelconfig "IGNORE">
|
||||
<!ENTITY % chap.security "IGNORE">
|
||||
<!ENTITY % chap.jails "IGNORE">
|
||||
<!ENTITY % chap.mac "IGNORE">
|
||||
<!ENTITY % chap.audit "IGNORE">
|
||||
<!ENTITY % chap.printing "IGNORE">
|
||||
|
@ -276,6 +277,7 @@
|
|||
<![ %chap.boot; [ &chap.boot; ]]>
|
||||
<![ %chap.users; [ &chap.users; ]]>
|
||||
<![ %chap.security; [ &chap.security; ]]>
|
||||
<![ %chap.jails; [ &chap.jails; ]]>
|
||||
<![ %chap.mac; [ &chap.mac; ]]>
|
||||
<![ %chap.audit; [ &chap.audit; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
referenziert wird.
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.29 2006/05/17 19:51:26 jkois Exp $
|
||||
basiert auf: 1.35
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.30 2007/03/23 15:50:37 jkois Exp $
|
||||
basiert auf: 1.36
|
||||
-->
|
||||
|
||||
<!ENTITY chap.preface SYSTEM "preface/preface.sgml">
|
||||
|
@ -33,6 +33,7 @@
|
|||
<!ENTITY chap.boot SYSTEM "boot/chapter.sgml">
|
||||
<!ENTITY chap.users SYSTEM "users/chapter.sgml">
|
||||
<!ENTITY chap.security SYSTEM "security/chapter.sgml">
|
||||
<!ENTITY chap.jails SYSTEM "jails/chapter.sgml">
|
||||
<!ENTITY chap.mac SYSTEM "mac/chapter.sgml">
|
||||
<!ENTITY chap.audit SYSTEM "audit/chapter.sgml">
|
||||
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
||||
|
|
31
de_DE.ISO8859-1/books/handbook/jails/chapter.sgml
Normal file
31
de_DE.ISO8859-1/books/handbook/jails/chapter.sgml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/jails/chapter.sgml,v 1.1 2007/03/23 15:50:37 jkois Exp $
|
||||
basiert auf: 1.1
|
||||
-->
|
||||
|
||||
<chapter id="jails">
|
||||
|
||||
<title>Jails (noch nicht übersetzt)</title>
|
||||
|
||||
<para>Dieses Kapitel ist noch nicht übersetzt.
|
||||
Lesen Sie bitte <ulink
|
||||
url="&url.books.handbook.en;/jails.html">
|
||||
das Original in englischer Sprache</ulink>. Wenn Sie helfen
|
||||
wollen, dieses Kapitel zu übersetzen, senden Sie bitte
|
||||
eine E-Mail an die Mailingliste &a.de.translators;.</para>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue