From 79ea76bfbc89a9e96f8fbe2b13b344010c0a4a08 Mon Sep 17 00:00:00 2001 From: Sebastien Gioria Date: Sun, 26 May 2002 16:49:48 +0000 Subject: Initial translation --- release/doc/fr_FR.ISO8859-1/installation/Makefile | 15 +++++++++ .../doc/fr_FR.ISO8859-1/installation/Makefile.inc | 14 +++++++++ .../fr_FR.ISO8859-1/installation/alpha/Makefile | 26 ++++++++++++++++ .../installation/alpha/article.sgml | 36 ++++++++++++++++++++++ .../installation/common/abstract.sgml | 17 ++++++++++ .../installation/common/artheader.sgml | 24 +++++++++++++++ .../installation/common/install.ent | 22 +++++++++++++ .../doc/fr_FR.ISO8859-1/installation/i386/Makefile | 27 ++++++++++++++++ .../fr_FR.ISO8859-1/installation/i386/article.sgml | 36 ++++++++++++++++++++++ 9 files changed, 217 insertions(+) create mode 100644 release/doc/fr_FR.ISO8859-1/installation/Makefile create mode 100644 release/doc/fr_FR.ISO8859-1/installation/Makefile.inc create mode 100644 release/doc/fr_FR.ISO8859-1/installation/alpha/Makefile create mode 100644 release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml create mode 100644 release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml create mode 100644 release/doc/fr_FR.ISO8859-1/installation/common/artheader.sgml create mode 100644 release/doc/fr_FR.ISO8859-1/installation/common/install.ent create mode 100644 release/doc/fr_FR.ISO8859-1/installation/i386/Makefile create mode 100644 release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml diff --git a/release/doc/fr_FR.ISO8859-1/installation/Makefile b/release/doc/fr_FR.ISO8859-1/installation/Makefile new file mode 100644 index 0000000000000..8591f7d7a7251 --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/Makefile @@ -0,0 +1,15 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD French Documentation Project +# +# $Id$ +# $FreeBSD$ +# Original revision: 1.2 + +RELN_ROOT?= ${.CURDIR}/../.. + +SUBDIR = alpha +SUBDIR+= i386 + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/release/doc/fr_FR.ISO8859-1/installation/Makefile.inc b/release/doc/fr_FR.ISO8859-1/installation/Makefile.inc new file mode 100644 index 0000000000000..a305abd65e883 --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/Makefile.inc @@ -0,0 +1,14 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD French Documentation Project +# +# $Id$ +# $FreeBSD$ +# Original revision: 1.2 + + +.ifdef NO_LANGCODE_IN_DESTDIR +DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T} +.else +DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/installation/${.CURDIR:T} +.endif diff --git a/release/doc/fr_FR.ISO8859-1/installation/alpha/Makefile b/release/doc/fr_FR.ISO8859-1/installation/alpha/Makefile new file mode 100644 index 0000000000000..30b5589ddbb2c --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/alpha/Makefile @@ -0,0 +1,26 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD French Documentation Project +# +# $Id$ +# $FreeBSD$ +# Original revision: 1.4 + +RELN_ROOT?= ${.CURDIR}/../../.. + +DOC?= article +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +# SGML content +SRCS+= article.sgml +SRCS+= ../common/artheader.sgml +SRCS+= ../common/abstract.sgml +SRCS+= ../common/install.sgml +SRCS+= ../common/layout.sgml +SRCS+= ../common/trouble.sgml +SRCS+= ../common/upgrade.sgml + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml b/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml new file mode 100644 index 0000000000000..c5104dbbb7a94 --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml @@ -0,0 +1,36 @@ + + + + +%man; + +%authors; + +%mlists; + +%release; + %sections; + + + + + + +]> + +
+&artheader; +&abstract; +§.install; +§.layout; +§.upgrade; +§.trouble; +
diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml b/release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml new file mode 100644 index 0000000000000..9450529289e98 --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml @@ -0,0 +1,17 @@ + + + + + Cet article dévrit brièvement les instructions pour installer + &os;/&arch; &release.current;, en mettant un accent particulier sur la + façon d'obtenir une distribution de &os;. Il y a aussi quelques + notes sur la gestion des problèmes et les questions les plus + fréquentes posées. + diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/artheader.sgml b/release/doc/fr_FR.ISO8859-1/installation/common/artheader.sgml new file mode 100644 index 0000000000000..5d64f64cfbb7d --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/common/artheader.sgml @@ -0,0 +1,24 @@ + + + + + Instructions pour l'installation de &os;/&arch; &release.current; + + + Le projet &os; + + + + 2000 + 2001 + 2002 + Projet de documentation de FreeBSD + + diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/install.ent b/release/doc/fr_FR.ISO8859-1/installation/common/install.ent new file mode 100644 index 0000000000000..76db954deda96 --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/common/install.ent @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + diff --git a/release/doc/fr_FR.ISO8859-1/installation/i386/Makefile b/release/doc/fr_FR.ISO8859-1/installation/i386/Makefile new file mode 100644 index 0000000000000..a377905e3dade --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/i386/Makefile @@ -0,0 +1,27 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD French Documentation Project +# +# $Id$ +# $FreeBSD$ +# Original revision: 1.4 + + +RELN_ROOT?= ${.CURDIR}/../../.. + +DOC?= article +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +# SGML content +SRCS+= article.sgml +SRCS+= ../common/artheader.sgml +SRCS+= ../common/abstract.sgml +SRCS+= ../common/install.sgml +SRCS+= ../common/layout.sgml +SRCS+= ../common/trouble.sgml +SRCS+= ../common/upgrade.sgml + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml b/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml new file mode 100644 index 0000000000000..820a11bd02d16 --- /dev/null +++ b/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml @@ -0,0 +1,36 @@ + + + + +%man; + +%authors; + +%mlists; + +%release; + %sections; + + + + + + +]> + +
+&artheader; +&abstract; +§.install; +§.layout; +§.upgrade; +§.trouble; +
-- cgit v1.3