Add translation of the "sound" chapter.
Translated by: Benedikt Koehler Obtained from: FreeBSD German Documentation Project
This commit is contained in:
parent
4b8674cdd1
commit
1071403c8e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9605
3 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/de_DE.ISO8859-1/books/handbook/Makefile,v 1.7 2001/03/24 15:53:31 alex Exp $
|
# $FreeBSD$
|
||||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.4 2001/03/24 15:53:55 alex Exp $
|
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.5 2001/06/12 09:04:48 alex Exp $
|
||||||
#
|
#
|
||||||
# Build the FreeBSD Handbook in its German translation.
|
# Build the FreeBSD Handbook in its German translation.
|
||||||
#
|
#
|
||||||
|
@ -25,6 +25,7 @@ SRCS+= backups/chapter.sgml
|
||||||
SRCS+= basics/chapter.sgml
|
SRCS+= basics/chapter.sgml
|
||||||
SRCS+= bibliography/chapter.sgml
|
SRCS+= bibliography/chapter.sgml
|
||||||
SRCS+= ports/chapter.sgml
|
SRCS+= ports/chapter.sgml
|
||||||
|
SRCS+= sound/chapter.sgml
|
||||||
SRCS+= users/chapter.sgml
|
SRCS+= users/chapter.sgml
|
||||||
|
|
||||||
# Entities
|
# Entities
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD German Documentation Project
|
The FreeBSD German Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/de_DE.ISO8859-1/books/handbook/book.sgml,v 1.9 2001/03/24 15:53:31 alex Exp $
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.6 2001/03/24 15:19:30 alex Exp $
|
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.7 2001/06/12 09:04:48 alex Exp $
|
||||||
Original version: ?
|
Original version: ?
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -98,6 +98,7 @@
|
||||||
<title>System Administration</title>
|
<title>System Administration</title>
|
||||||
&chap.users;
|
&chap.users;
|
||||||
&chap.backups;
|
&chap.backups;
|
||||||
|
&chap.sound;
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
<part>
|
<part>
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
<!-- Teil Zwei -->
|
<!-- Teil Zwei -->
|
||||||
<!ENTITY chap.users SYSTEM "users/chapter.sgml">
|
<!ENTITY chap.users SYSTEM "users/chapter.sgml">
|
||||||
<!ENTITY chap.backups SYSTEM "backups/chapter.sgml">
|
<!ENTITY chap.backups SYSTEM "backups/chapter.sgml">
|
||||||
|
<!ENTITY chap.sound SYSTEM "sound/chapter.sgml">
|
||||||
|
|
||||||
<!-- Teil Fünf (Anhang) -->
|
<!-- Teil Fünf (Anhang) -->
|
||||||
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml">
|
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml">
|
||||||
|
|
Loading…
Reference in a new issue