From 45bc246fbb58dca5f64dbb83bebb3dd636a55bfd Mon Sep 17 00:00:00 2001 From: Frederic Daniel Luc Lehobey Date: Thu, 7 Aug 2008 23:15:53 +0200 Subject: Added po4a support for manpages. Use case: 'make po4a'. --- Makefile | 8 + manpages/po4a/de/lh.en.1.po | 163 +++++ manpages/po4a/de/lh_binary.en.1.po | 131 ++++ manpages/po4a/de/lh_bootstrap.en.1.po | 131 ++++ manpages/po4a/de/lh_build.en.1.po | 162 +++++ manpages/po4a/de/lh_chroot.en.1.po | 160 +++++ manpages/po4a/de/lh_clean.en.1.po | 261 +++++++ manpages/po4a/de/lh_config.en.1.po | 1134 ++++++++++++++++++++++++++++++ manpages/po4a/de/lh_source.en.1.po | 160 +++++ manpages/po4a/de/lh_testroot.en.1.po | 160 +++++ manpages/po4a/de/live-helper.en.7.po | 829 ++++++++++++++++++++++ manpages/po4a/fr/lh.en.1.po | 171 +++++ manpages/po4a/fr/lh_binary.en.1.po | 142 ++++ manpages/po4a/fr/lh_bootstrap.en.1.po | 141 ++++ manpages/po4a/fr/lh_build.en.1.po | 174 +++++ manpages/po4a/fr/lh_chroot.en.1.po | 173 +++++ manpages/po4a/fr/lh_clean.en.1.po | 269 ++++++++ manpages/po4a/fr/lh_config.en.1.po | 1144 +++++++++++++++++++++++++++++++ manpages/po4a/fr/lh_source.en.1.po | 173 +++++ manpages/po4a/fr/lh_testroot.en.1.po | 169 +++++ manpages/po4a/fr/live-helper.en.7.po | 843 +++++++++++++++++++++++ manpages/po4a/live-helper.cfg | 14 + manpages/po4a/pot/lh.en.1.pot | 163 +++++ manpages/po4a/pot/lh_binary.en.1.pot | 131 ++++ manpages/po4a/pot/lh_bootstrap.en.1.pot | 131 ++++ manpages/po4a/pot/lh_build.en.1.pot | 162 +++++ manpages/po4a/pot/lh_chroot.en.1.pot | 160 +++++ manpages/po4a/pot/lh_clean.en.1.pot | 261 +++++++ manpages/po4a/pot/lh_config.en.1.pot | 1134 ++++++++++++++++++++++++++++++ manpages/po4a/pot/lh_source.en.1.pot | 160 +++++ manpages/po4a/pot/lh_testroot.en.1.pot | 160 +++++ manpages/po4a/pot/live-helper.en.7.pot | 829 ++++++++++++++++++++++ 32 files changed, 10003 insertions(+) create mode 100644 manpages/po4a/de/lh.en.1.po create mode 100644 manpages/po4a/de/lh_binary.en.1.po create mode 100644 manpages/po4a/de/lh_bootstrap.en.1.po create mode 100644 manpages/po4a/de/lh_build.en.1.po create mode 100644 manpages/po4a/de/lh_chroot.en.1.po create mode 100644 manpages/po4a/de/lh_clean.en.1.po create mode 100644 manpages/po4a/de/lh_config.en.1.po create mode 100644 manpages/po4a/de/lh_source.en.1.po create mode 100644 manpages/po4a/de/lh_testroot.en.1.po create mode 100644 manpages/po4a/de/live-helper.en.7.po create mode 100644 manpages/po4a/fr/lh.en.1.po create mode 100644 manpages/po4a/fr/lh_binary.en.1.po create mode 100644 manpages/po4a/fr/lh_bootstrap.en.1.po create mode 100644 manpages/po4a/fr/lh_build.en.1.po create mode 100644 manpages/po4a/fr/lh_chroot.en.1.po create mode 100644 manpages/po4a/fr/lh_clean.en.1.po create mode 100644 manpages/po4a/fr/lh_config.en.1.po create mode 100644 manpages/po4a/fr/lh_source.en.1.po create mode 100644 manpages/po4a/fr/lh_testroot.en.1.po create mode 100644 manpages/po4a/fr/live-helper.en.7.po create mode 100644 manpages/po4a/live-helper.cfg create mode 100644 manpages/po4a/pot/lh.en.1.pot create mode 100644 manpages/po4a/pot/lh_binary.en.1.pot create mode 100644 manpages/po4a/pot/lh_bootstrap.en.1.pot create mode 100644 manpages/po4a/pot/lh_build.en.1.pot create mode 100644 manpages/po4a/pot/lh_chroot.en.1.pot create mode 100644 manpages/po4a/pot/lh_clean.en.1.pot create mode 100644 manpages/po4a/pot/lh_config.en.1.pot create mode 100644 manpages/po4a/pot/lh_source.en.1.pot create mode 100644 manpages/po4a/pot/lh_testroot.en.1.pot create mode 100644 manpages/po4a/pot/live-helper.en.7.pot diff --git a/Makefile b/Makefile index fb94b4f..1bfdc77 100644 --- a/Makefile +++ b/Makefile @@ -111,3 +111,11 @@ clean: distclean: reinstall: uninstall install + +po4a: + # Automatic generation of translated manpages + set -e; if [ $$(which po4a) ]; then \ + cd manpages/ ; po4a po4a/live-helper.cfg; \ + else \ + echo "Please install po4a (http://po4a.alioth.debian.org/)."; \ + fi; diff --git a/manpages/po4a/de/lh.en.1.po b/manpages/po4a/de/lh.en.1.po new file mode 100644 index 0000000..913c92d --- /dev/null +++ b/manpages/po4a/de/lh.en.1.po @@ -0,0 +1,163 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh.en.1:1 +#, no-wrap +msgid "LH" +msgstr "" + +# type: Plain text +#: lh.en.1:5 +msgid "live-helper - generic live-helper wrapper" +msgstr "" + +# type: Plain text +#: lh.en.1:8 +msgid "B COMMAND [COMMAND_OPTIONS] [I]" +msgstr "" + +# type: Plain text +#: lh.en.1:15 +msgid "" +"lh is a generic wrapper for live-helper programs. Instead of calling " +"\"lh_command\", it can also called through lh as \"lh command\", where " +"command is a name of a live-helper program. See the man page of live-helper " +"for a list of all available programs and the man page of lh_command for the " +"documentation of the actual helper." +msgstr "" diff --git a/manpages/po4a/de/lh_binary.en.1.po b/manpages/po4a/de/lh_binary.en.1.po new file mode 100644 index 0000000..9d1766a --- /dev/null +++ b/manpages/po4a/de/lh_binary.en.1.po @@ -0,0 +1,131 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 21:17+0300\n" +"PO-Revision-Date: 2008-08-07 21:17+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 +#, no-wrap +msgid "LH_BINARY" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:5 +msgid "lh_binary - meta-helper for lh_binary_*" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:8 +msgid "B [I]" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:12 +msgid "" +"lh_binary is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the binary stage." +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" diff --git a/manpages/po4a/de/lh_bootstrap.en.1.po b/manpages/po4a/de/lh_bootstrap.en.1.po new file mode 100644 index 0000000..48a6f62 --- /dev/null +++ b/manpages/po4a/de/lh_bootstrap.en.1.po @@ -0,0 +1,131 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 21:17+0300\n" +"PO-Revision-Date: 2008-08-07 21:17+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_bootstrap.en.1:1 +#, no-wrap +msgid "LH_BOOTSTRAP" +msgstr "" + +# type: Plain text +#: lh_bootstrap.en.1:5 +msgid "lh_bootstrap - meta-helper for lh_bootstrap_*" +msgstr "" + +# type: Plain text +#: lh_bootstrap.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_bootstrap.en.1:12 +msgid "" +"lh_bootstrap is a meta-helper. It calls all necessary live-helper programs " +"in the correct order to complete the bootstrap stage." +msgstr "" diff --git a/manpages/po4a/de/lh_build.en.1.po b/manpages/po4a/de/lh_build.en.1.po new file mode 100644 index 0000000..41de166 --- /dev/null +++ b/manpages/po4a/de/lh_build.en.1.po @@ -0,0 +1,162 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_build.en.1:1 +#, no-wrap +msgid "LH_BUILD" +msgstr "" + +# type: Plain text +#: lh_build.en.1:5 +msgid "" +"lh_build - meta-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source" +msgstr "" + +# type: Plain text +#: lh_build.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_build.en.1:12 +msgid "" +"lh_build is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the bootstrap, chroot, binary, and source " +"stage." +msgstr "" diff --git a/manpages/po4a/de/lh_chroot.en.1.po b/manpages/po4a/de/lh_chroot.en.1.po new file mode 100644 index 0000000..d29d405 --- /dev/null +++ b/manpages/po4a/de/lh_chroot.en.1.po @@ -0,0 +1,160 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_chroot.en.1:1 +#, no-wrap +msgid "LH_CHROOT" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:5 +msgid "lh_chroot - meta-helper for lh_chroot_*" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:12 +msgid "" +"lh_chroot is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the chroot stage." +msgstr "" diff --git a/manpages/po4a/de/lh_clean.en.1.po b/manpages/po4a/de/lh_clean.en.1.po new file mode 100644 index 0000000..7df0dc6 --- /dev/null +++ b/manpages/po4a/de/lh_clean.en.1.po @@ -0,0 +1,261 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_clean.en.1:1 +#, no-wrap +msgid "LH_CLEAN" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:5 +msgid "lh_clean - clean up system build directories" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:10 +msgid "" +"BI\\] [B<--all>] [B<--cache>] [B<--" +"chroot>] [B<--binary>] [B<--purge>] [B<--remove>] [B<--stage>] [B<--source>]" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:16 +msgid "" +"lh_clean is a live-helper program that is responsible for cleaning up after " +"a system is built. It removes the system build directories, and removes some " +"other files including stage files, and any detritus left behind by other " +"live-helper commands." +msgstr "" + +# type: SH +#: lh_clean.en.1:17 lh_config.en.1:182 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +# type: IP +#: lh_clean.en.1:18 +#, no-wrap +msgid "B<--all>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:20 +msgid "" +"removes chroot, binary, stage, and source. This is the default operation." +msgstr "" + +# type: IP +#: lh_clean.en.1:20 +#, no-wrap +msgid "B<--cache>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:22 +msgid "removes all cache directories." +msgstr "" + +# type: IP +#: lh_clean.en.1:22 +#, no-wrap +msgid "B<--chroot>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:24 +msgid "" +"unmounts and removes the chroot directory. If bootstrap cache is available, " +"the system is reset to bootstrap stage." +msgstr "" + +# type: IP +#: lh_clean.en.1:24 +#, no-wrap +msgid "B<--binary>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:26 +msgid "removes all binary related caches, directories, and stages files." +msgstr "" + +# type: IP +#: lh_clean.en.1:26 +#, no-wrap +msgid "B<--purge>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:28 +msgid "removes everything (including cache) but config." +msgstr "" + +# type: IP +#: lh_clean.en.1:28 +#, no-wrap +msgid "B<--remove>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:30 +msgid "" +"removes everything (including package cache, but not stage cache) but config." +msgstr "" + +# type: IP +#: lh_clean.en.1:30 +#, no-wrap +msgid "B<--stage>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:32 +msgid "removes all stage files." +msgstr "" + +# type: IP +#: lh_clean.en.1:32 +#, no-wrap +msgid "B<--source>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:34 +msgid "removes all source related caches, directories, and stage files." +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +msgid "This program is a part of live-helper." +msgstr "" diff --git a/manpages/po4a/de/lh_config.en.1.po b/manpages/po4a/de/lh_config.en.1.po new file mode 100644 index 0000000..e4c61b9 --- /dev/null +++ b/manpages/po4a/de/lh_config.en.1.po @@ -0,0 +1,1134 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: SH +#: lh_clean.en.1:17 lh_config.en.1:182 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +msgid "This program is a part of live-helper." +msgstr "" + +# type: TH +#: lh_config.en.1:1 +#, no-wrap +msgid "LH_CONFIG" +msgstr "" + +# type: Plain text +#: lh_config.en.1:5 +msgid "lh_config - create configuration for live-helper" +msgstr "" + +# type: Plain text +#: lh_config.en.1:8 +msgid "BI]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:10 +msgid "B" +msgstr "" + +# type: Plain text +#: lh_config.en.1:12 +msgid " [B<--apt> apt|aptitude]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:14 +msgid " [B<--apt-ftp-proxy> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:16 +msgid " [B<--apt-http-proxy> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:18 +msgid " [B<--apt-pdiffs> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:20 +msgid " [B<--apt-pipeline> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:22 +msgid " [B<--apt-recommends> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:24 +msgid " [B<--apt-secure> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:26 +msgid " [-a|B<--architecture> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:28 +msgid " [-b|B<--binary-images> iso|net|tar|usb-hdd]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:30 +msgid " [B<--binary-filesystem> fat16|fat32]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:32 +msgid " [B<--binary-indices> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:34 +msgid " [B<--bootappend-install> I|I<\"PARAMETERS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:36 +msgid " [B<--bootappend-live> I|I<\"PARAMETERS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:38 +msgid " [B<--bootloader> grub|syslinux|yaboot]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:40 +msgid " [B<--bootstrap> cdebootstrap|debootstrap]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:42 +msgid " [B<--bootstrap-config> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:44 +msgid " [-f|B<--bootstrap-flavour> minimal|standard]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:46 +msgid " [B<--bootstrap-keyring> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:48 +msgid " [B<--cache> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:50 +msgid " [B<--cache-indices> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:52 +msgid " [B<--cache-packages> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:54 +msgid " [B<--cache-stages> I|I<\"STAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:56 +msgid " [B<--checksums> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:58 +msgid " [B<--chroot-build> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:60 +msgid " [B<--chroot-filesystem> ext2|ext3|squashfs|plain]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:62 +msgid " [-c|B<--conffile> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:64 +msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:66 +msgid " [B<--debconf-nowarnings> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:68 +msgid " [B<--debconf-priority> low|medium|high|critical]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:70 +msgid " [B<--debian-installer> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:72 +msgid " [B<--debian-installer-daily> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:74 +msgid " [-d|B<--distribution> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:76 +msgid " [-e|B<--encryption> aes128|aes192|aes256]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:78 +msgid " [B<--fdisk> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:80 +msgid " [B<--grub-splash> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:82 +msgid " [B<--hooks> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:84 +msgid " [B<--hostname> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:86 +msgid " [B<--ignore-system-defaults>]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:88 +msgid " [B<--includes> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:90 +msgid " [B<--initramfs> auto|live-initramfs|casper]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:92 +msgid " [B<--interactive> shell]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:94 +msgid " [B<--iso-application> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:96 +msgid " [B<--iso-preparer> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:98 +msgid " [B<--iso-publisher> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:100 +msgid " [B<--iso-volume> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:102 +msgid " [B<--keyring-packages> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:104 +msgid " [-l|B<--language> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:106 +msgid " [-k|B<--linux-flavours> I|I<\"FLAVOURS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:108 +msgid " [B<--linux-packages> I<\"PACKAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:110 +msgid " [B<--losetup> losetup|losetup.orig]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:112 +msgid " [B<--memtest> memtest86+|memtest86]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:114 +msgid " [B<--mirror-binary-security> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:116 +msgid " [B<--mirror-binary> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:118 +msgid " [B<--mirror-bootstrap-security> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:120 +msgid " [-m|B<--mirror-bootstrap> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:122 +msgid " [B<--mode> debian|debian-edu]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:124 +msgid " [B<--net-root-filesystem> nfs|cfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:126 +msgid " [B<--net-root-mountoptions> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:128 +msgid " [B<--net-root-path> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:130 +msgid " [B<--net-root-server> I|I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:132 +msgid " [B<--net-cow-filesystem> nfs|cfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:134 +msgid " [B<--net-cow-mountoptions> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:136 +msgid " [B<--net-cow-path> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:138 +msgid " [B<--net-cow-server> I|I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:140 +msgid " [-p|B<--packages-lists> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:142 +msgid " [B<--packages> I|I<\"PACKAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:144 +msgid " [B<--root-command> sudo]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:146 +msgid " [B<--use-fakeroot> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:148 +msgid " [B<--sections> I
|I<\"SECTIONS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:150 +msgid " [B<--security> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:152 +msgid " [B<--source> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:154 +msgid " [-s|B<--source-images> iso|net|tar|usb-hdd]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:156 +msgid " [B<--symlinks> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:158 +msgid " [B<--syslinux-splash> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:160 +msgid " [B<--syslinux-timeout> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:162 +msgid " [B<--syslinux-menu> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:164 +msgid " [B<--sysvinit> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:166 +msgid " [B<--tasksel> aptitude|tasksel]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:168 +msgid " [B<--tasks> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:170 +msgid " [B<--templates> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:172 +msgid " [B<--union-filesystem> aufs|unionfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:174 +msgid " [B<--exposed-root> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:176 +msgid " [B<--username> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:181 +msgid "" +"lh_config is a script to populate the configuration directory for live-" +"helper. By default, this directory is named 'config' and is created in the " +"current directory." +msgstr "" + +# type: IP +#: lh_config.en.1:183 +#, no-wrap +msgid "B<--apt> apt|aptitude" +msgstr "" + +# type: IP +#: lh_config.en.1:184 +#, no-wrap +msgid "B<--apt-ftp-proxy> I" +msgstr "" + +# type: IP +#: lh_config.en.1:185 +#, no-wrap +msgid "B<--apt-http-proxy> I" +msgstr "" + +# type: IP +#: lh_config.en.1:186 +#, no-wrap +msgid "B<--apt-pdiffs> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:187 +#, no-wrap +msgid "B<--apt-pipeline> I" +msgstr "" + +# type: IP +#: lh_config.en.1:188 +#, no-wrap +msgid "B<--apt-recommends> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:189 +#, no-wrap +msgid "B<--apt-secure> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:190 +#, no-wrap +msgid "-a|B<--architecture> I" +msgstr "" + +# type: IP +#: lh_config.en.1:191 +#, no-wrap +msgid "-b|B<--binary-images> iso|net|tar|usb-hdd" +msgstr "" + +# type: IP +#: lh_config.en.1:192 +#, no-wrap +msgid "B<--binary-filesystem> fat16|fat32" +msgstr "" + +# type: IP +#: lh_config.en.1:193 +#, no-wrap +msgid "B<--binary-indices> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:194 +#, no-wrap +msgid "B<--bootappend-install> I|I<\"PARAMETERS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:195 +#, no-wrap +msgid "B<--bootappend-live> I|I<\"PARAMETERS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:196 +#, no-wrap +msgid "B<--bootloader> grub|syslinux|yaboot" +msgstr "" + +# type: IP +#: lh_config.en.1:197 +#, no-wrap +msgid "B<--bootstrap> cdebootstrap|debootstrap" +msgstr "" + +# type: IP +#: lh_config.en.1:198 +#, no-wrap +msgid "B<--bootstrap-config> I" +msgstr "" + +# type: IP +#: lh_config.en.1:199 +#, no-wrap +msgid "-f|B<--bootstrap-flavour> minimal|standard" +msgstr "" + +# type: IP +#: lh_config.en.1:200 +#, no-wrap +msgid "B<--bootstrap-keyring> I" +msgstr "" + +# type: IP +#: lh_config.en.1:201 +#, no-wrap +msgid "B<--cache> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:202 +#, no-wrap +msgid "B<--cache-indices> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:203 +#, no-wrap +msgid "B<--cache-packages> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:204 +#, no-wrap +msgid "B<--cache-stages> I|I<\"STAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:205 +#, no-wrap +msgid "B<--checksums> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:206 +#, no-wrap +msgid "B<--chroot-build> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:207 +#, no-wrap +msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain" +msgstr "" + +# type: IP +#: lh_config.en.1:208 +#, no-wrap +msgid "-c|B<--conffile> I" +msgstr "" + +# type: IP +#: lh_config.en.1:209 +#, no-wrap +msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" +msgstr "" + +# type: IP +#: lh_config.en.1:210 +#, no-wrap +msgid "B<--debconf-nowarnings> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:211 +#, no-wrap +msgid "B<--debconf-priority> low|medium|high|critical" +msgstr "" + +# type: IP +#: lh_config.en.1:212 +#, no-wrap +msgid "B<--debian-installer> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:213 +#, no-wrap +msgid "B<--debian-installer-daily> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:214 +#, no-wrap +msgid "-d|B<--distribution> I" +msgstr "" + +# type: IP +#: lh_config.en.1:215 +#, no-wrap +msgid "-e|B<--encryption> aes128|aes192|aes256" +msgstr "" + +# type: IP +#: lh_config.en.1:216 +#, no-wrap +msgid "B<--fdisk> I" +msgstr "" + +# type: IP +#: lh_config.en.1:217 +#, no-wrap +msgid "B<--grub-splash> I" +msgstr "" + +# type: IP +#: lh_config.en.1:218 +#, no-wrap +msgid "B<--hooks> I" +msgstr "" + +# type: IP +#: lh_config.en.1:219 +#, no-wrap +msgid "B<--hostname> I" +msgstr "" + +# type: IP +#: lh_config.en.1:220 +#, no-wrap +msgid "B<--includes> I" +msgstr "" + +# type: IP +#: lh_config.en.1:221 +#, no-wrap +msgid "B<--initramfs> auto|live-initramfs|casper" +msgstr "" + +# type: IP +#: lh_config.en.1:222 +#, no-wrap +msgid "B<--interactive> shell" +msgstr "" + +# type: IP +#: lh_config.en.1:223 +#, no-wrap +msgid "B<--iso-application> I" +msgstr "" + +# type: IP +#: lh_config.en.1:224 +#, no-wrap +msgid "B<--iso-preparer> I" +msgstr "" + +# type: IP +#: lh_config.en.1:225 +#, no-wrap +msgid "B<--iso-publisher> I" +msgstr "" + +# type: IP +#: lh_config.en.1:226 +#, no-wrap +msgid "B<--iso-volume> I" +msgstr "" + +# type: IP +#: lh_config.en.1:227 +#, no-wrap +msgid "B<--keyring-packages> I" +msgstr "" + +# type: IP +#: lh_config.en.1:228 +#, no-wrap +msgid "-l|B<--language> I" +msgstr "" + +# type: IP +#: lh_config.en.1:229 +#, no-wrap +msgid "-k|B<--linux-flavours> I|I<\"FLAVOURS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:230 +#, no-wrap +msgid "B<--linux-packages> I<\"PACKAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:231 +#, no-wrap +msgid "B<--losetup> losetup|losetup.orig" +msgstr "" + +# type: IP +#: lh_config.en.1:232 +#, no-wrap +msgid "B<--memtest> memtest86+|memtest86" +msgstr "" + +# type: IP +#: lh_config.en.1:233 +#, no-wrap +msgid "-m|B<--mirror-binary-security> I" +msgstr "" + +# type: IP +#: lh_config.en.1:234 +#, no-wrap +msgid "B<--mirror-binary> I" +msgstr "" + +# type: IP +#: lh_config.en.1:235 +#, no-wrap +msgid "B<--mirror-bootstrap-security> I" +msgstr "" + +# type: IP +#: lh_config.en.1:236 +#, no-wrap +msgid "B<--mirror-bootstrap> I" +msgstr "" + +# type: IP +#: lh_config.en.1:237 +#, no-wrap +msgid "B<--mode> debian|debian-edu" +msgstr "" + +# type: IP +#: lh_config.en.1:238 +#, no-wrap +msgid "B<--net-root-filesystem> nfs|cfs" +msgstr "" + +# type: IP +#: lh_config.en.1:239 +#, no-wrap +msgid "B<--net-root-mountoptions> I" +msgstr "" + +# type: IP +#: lh_config.en.1:240 +#, no-wrap +msgid "B<--net-root-path> I" +msgstr "" + +# type: IP +#: lh_config.en.1:241 +#, no-wrap +msgid "B<--net-root-server> I|I" +msgstr "" + +# type: IP +#: lh_config.en.1:242 +#, no-wrap +msgid "B<--net-cow-filesystem> nfs|cfs" +msgstr "" + +# type: IP +#: lh_config.en.1:243 +#, no-wrap +msgid "B<--net-cow-mountoptions> I" +msgstr "" + +# type: IP +#: lh_config.en.1:245 +#, no-wrap +msgid "B<--net-cow-path> I" +msgstr "" + +# type: Plain text +#: lh_config.en.1:249 +msgid "" +"Specify path to client writable filesystem. Anywhere that " +"B is specified in the path live-initramfs will " +"substitute the MAC address of the client delimited with hyphens." +msgstr "" + +# type: Plain text +#: lh_config.en.1:252 +msgid "Example:" +msgstr "" + +# type: Plain text +#: lh_config.en.1:254 +msgid "/export/hosts/client_mac_address" +msgstr "" + +# type: Plain text +#: lh_config.en.1:256 +msgid "/export/hosts/00-16-D3-33-92-E8" +msgstr "" + +# type: IP +#: lh_config.en.1:257 +#, no-wrap +msgid "B<--net-cow-server> I|I" +msgstr "" + +# type: IP +#: lh_config.en.1:258 +#, no-wrap +msgid "-p|B<--packages-lists> I" +msgstr "" + +# type: IP +#: lh_config.en.1:259 +#, no-wrap +msgid "B<--packages> I|I<\"PACKAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:260 +#, no-wrap +msgid "B<--root-command> sudo" +msgstr "" + +# type: IP +#: lh_config.en.1:261 +#, no-wrap +msgid "B<--use-fakeroot> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:262 +#, no-wrap +msgid "B<--sections> I
|I<\"SECTIONS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:263 +#, no-wrap +msgid "B<--security> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:264 +#, no-wrap +msgid "B<--source> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:265 +#, no-wrap +msgid "-s|B<--source-images> iso|net|tar|usb-hdd" +msgstr "" + +# type: IP +#: lh_config.en.1:266 +#, no-wrap +msgid "B<--symlinks> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:267 +#, no-wrap +msgid "B<--syslinux-splash> I" +msgstr "" + +# type: IP +#: lh_config.en.1:268 +#, no-wrap +msgid "B<--syslinux-timeout> I" +msgstr "" + +# type: IP +#: lh_config.en.1:269 +#, no-wrap +msgid "B<--syslinux-menu> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:270 +#, no-wrap +msgid "B<--sysvinit> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:271 +#, no-wrap +msgid "B<--tasksel> aptitude|tasksel" +msgstr "" + +# type: IP +#: lh_config.en.1:272 +#, no-wrap +msgid "B<--tasks> I" +msgstr "" + +# type: IP +#: lh_config.en.1:273 +#, no-wrap +msgid "B<--templates> I" +msgstr "" + +# type: IP +#: lh_config.en.1:274 +#, no-wrap +msgid "B<--union-filesystem> aufs|unionfs" +msgstr "" + +# type: IP +#: lh_config.en.1:275 +#, no-wrap +msgid "B<--exposed-root> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:276 +#, no-wrap +msgid "B<--username> I" +msgstr "" + +# type: SH +#: lh_config.en.1:278 +#, no-wrap +msgid "ENVIRONMENT" +msgstr "" + +# type: Plain text +#: lh_config.en.1:282 +msgid "" +"All command line switches can also be specified through the corresponding " +"environment variable. Environment variables are name LH_FOO, means, e.g. --" +"apt-ftp-proxy becomes LH_APT_FTP_PROXY." +msgstr "" + +# type: SH +#: lh_config.en.1:283 +#, no-wrap +msgid "FILES" +msgstr "" + +# type: Plain text +#: lh_config.en.1:285 +msgid "I" +msgstr "" + +# type: Plain text +#: lh_config.en.1:289 +msgid "" +"An optional conffile for lh_config defaults, useful to specify a few system " +"wide defaults, like LH_MIRROR_BOOTSTRAP. This feature can be disabled by " +"specifying the B<--ignore-system-defaults> option." +msgstr "" diff --git a/manpages/po4a/de/lh_source.en.1.po b/manpages/po4a/de/lh_source.en.1.po new file mode 100644 index 0000000..dc96a87 --- /dev/null +++ b/manpages/po4a/de/lh_source.en.1.po @@ -0,0 +1,160 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_source.en.1:1 +#, no-wrap +msgid "LH_SOURCE" +msgstr "" + +# type: Plain text +#: lh_source.en.1:5 +msgid "lh_source - meta-helper for lh_source_*" +msgstr "" + +# type: Plain text +#: lh_source.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_source.en.1:12 +msgid "" +"lh_source is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the source stage." +msgstr "" diff --git a/manpages/po4a/de/lh_testroot.en.1.po b/manpages/po4a/de/lh_testroot.en.1.po new file mode 100644 index 0000000..fe67269 --- /dev/null +++ b/manpages/po4a/de/lh_testroot.en.1.po @@ -0,0 +1,160 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +msgid "This program is a part of live-helper." +msgstr "" + +# type: TH +#: lh_testroot.en.1:1 +#, no-wrap +msgid "LH_TESTROOT" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:5 +msgid "lh_testroot - ensure that a system is built as root" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:8 +msgid "BI]" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:13 +msgid "" +"lh_testroot simply checks to see if you are root. If not, it exits with an " +"error. Debian Live images must currently be built as real root, support for " +"I(1) and I(8) is still experimental." +msgstr "" diff --git a/manpages/po4a/de/live-helper.en.7.po b/manpages/po4a/de/live-helper.en.7.po new file mode 100644 index 0000000..fed54f9 --- /dev/null +++ b/manpages/po4a/de/live-helper.en.7.po @@ -0,0 +1,829 @@ +# German translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: live-helper.en.7:1 +#, no-wrap +msgid "LIVE-HELPER" +msgstr "" + +# type: Plain text +#: live-helper.en.7:5 +msgid "live-helper - the Debian Live tool suite" +msgstr "" + +# type: Plain text +#: live-helper.en.7:8 +msgid "BI<*> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>]" +msgstr "" + +# type: Plain text +#: live-helper.en.7:14 +msgid "" +"live-helper is used to help you build a Debian Live system. The philosophy " +"behind live-helper is to provide a collection of small, simple, and easily " +"understood tools that are used on a config directory to automate all aspects " +"of building a Debian Live image." +msgstr "" + +# type: SH +#: live-helper.en.7:15 +#, no-wrap +msgid "LIVE-HELPER COMMANDS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:18 +msgid "" +"Here is the complete list of available live-helper commands. See their man " +"pages for additional documentation." +msgstr "" + +# type: IP +#: live-helper.en.7:18 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:20 +msgid "generic live-helper wrapper" +msgstr "" + +# type: IP +#: live-helper.en.7:20 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:22 +msgid "meta-helper for lh_binary_*" +msgstr "" + +# type: IP +#: live-helper.en.7:22 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:23 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:24 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:25 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:26 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:27 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:28 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:29 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:30 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:31 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:32 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:33 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:34 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:35 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:36 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:37 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:38 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:39 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:40 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:41 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:42 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:44 +msgid "meta-helper for lh_bootstrap_*" +msgstr "" + +# type: IP +#: live-helper.en.7:44 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:45 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:46 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:47 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:48 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:50 +msgid "meta-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source" +msgstr "" + +# type: IP +#: live-helper.en.7:50 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:52 +msgid "meta-helper for lh_chroot_*" +msgstr "" + +# type: IP +#: live-helper.en.7:52 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:53 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:54 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:55 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:56 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:57 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:58 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:59 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:60 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:61 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:63 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:64 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:65 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:66 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:67 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:68 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:69 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:70 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:71 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:72 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:73 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:74 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:75 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:76 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:77 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:78 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:79 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:80 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:82 +msgid "clean up build directories" +msgstr "" + +# type: IP +#: live-helper.en.7:82 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:84 +msgid "create configuration directory" +msgstr "" + +# type: IP +#: live-helper.en.7:84 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:86 +msgid "meta-helper for lh_source_*" +msgstr "" + +# type: IP +#: live-helper.en.7:86 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:87 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:88 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:89 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:90 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:91 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:92 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:93 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:94 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:96 +msgid "ensure that a system is built as root" +msgstr "" + +# type: Plain text +#: live-helper.en.7:100 +msgid "" +"If a program's name starts with \"lh_\", and the program is not on the above " +"list, then it is not part of the live-helper package, but it should still " +"work like the other programs described on this page." +msgstr "" + +# type: SH +#: live-helper.en.7:101 +#, no-wrap +msgid "LIVE-HELPER CONFIG FILES" +msgstr "" + +# type: Plain text +#: live-helper.en.7:109 +msgid "" +"Many live-helper commands make use of files in the I directory to " +"control what they do. Besides the common I, which is used by " +"all live-helper commands, some additional files can be used to configure the " +"behavior of specific live-helper commands. These files are typically named " +"config/stage or config/stage_helper (where \"stage\" of course, is replaced " +"with the name of the stage that they belong to, and \"helper\" with the name " +"of the helper)." +msgstr "" + +# type: Plain text +#: live-helper.en.7:116 +msgid "" +"For example, lh_bootstrap_debootstrap uses files named config/bootstrap and " +"config/bootstrap_debootstrap to read the options it will use. See the man " +"pages of individual commands for details about the names and formats of the " +"files they use. Generally, these files contain variables with values " +"assigned, one variable per line. Some programs in live-helper use pairs of " +"values or slightly more complicated variable assignments." +msgstr "" + +# type: Plain text +#: live-helper.en.7:123 +msgid "" +"Note that live-helper will respect environment variables which are present " +"in the context of the shell it is running. If variables can be read from " +"config files, then they override environment variables, and if command line " +"options are used, they override values from config files. If no value for a " +"given variable can be found and thus is unset, live-helper will " +"automatically set it to the default value." +msgstr "" + +# type: Plain text +#: live-helper.en.7:130 +msgid "" +"In some rare cases, you may want to have different versions of these files " +"for different architectures or distributions. If files named config/stage." +"arch or config/stage_helper.arch, and config/stage.dist or config/" +"stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg " +"--print-architecture\" and \"dist\" is the same as the codename of the " +"target distribution, then they will be used in preference to other, more " +"general files." +msgstr "" + +# type: Plain text +#: live-helper.en.7:134 +msgid "" +"All config files are shell scripts which are sourced by a live-helper " +"program. That means they have to follow the normal shell syntax. You can " +"also put comments in these files; lines beginning with \"#\" are ignored." +msgstr "" + +# type: SH +#: live-helper.en.7:135 +#, no-wrap +msgid "SHARED LIVE-HELPER OPTIONS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:137 +msgid "" +"The following command line options are supported by all live-helper programs." +msgstr "" + +# type: IP +#: live-helper.en.7:137 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:139 +msgid "display help and exit." +msgstr "" + +# type: IP +#: live-helper.en.7:139 +#, no-wrap +msgid "B<-u, --usage>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:141 +msgid "show usage and exit." +msgstr "" + +# type: IP +#: live-helper.en.7:141 +#, no-wrap +msgid "B<-v, --version>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:143 +msgid "output version information and exit." +msgstr "" + +# type: SH +#: live-helper.en.7:144 +#, no-wrap +msgid "COMMON LIVE-HELPER OPTIONS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:148 +msgid "" +"The following command line options are supported by some live-helper " +"programs. See the man page of each program for a complete explanation of " +"what each option does." +msgstr "" + +# type: IP +#: live-helper.en.7:148 +#, no-wrap +msgid "B<--breakpoints>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:150 +msgid "run with breakpoints." +msgstr "" + +# type: IP +#: live-helper.en.7:150 +#, no-wrap +msgid "B<--conffile>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:152 +msgid "use custom configuration file." +msgstr "" + +# type: IP +#: live-helper.en.7:152 +#, no-wrap +msgid "B<--debug>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:154 +msgid "show debug information." +msgstr "" + +# type: IP +#: live-helper.en.7:154 +#, no-wrap +msgid "B<--force>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:156 +msgid "force helper execution, even if stage file exists." +msgstr "" + +# type: IP +#: live-helper.en.7:156 +#, no-wrap +msgid "B<--quiet>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:158 +msgid "be quiet." +msgstr "" + +# type: IP +#: live-helper.en.7:158 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:160 +msgid "be verbose." +msgstr "" + +# type: Plain text +#: live-helper.en.7:163 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:165 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:167 +msgid "I(7)" +msgstr "" diff --git a/manpages/po4a/fr/lh.en.1.po b/manpages/po4a/fr/lh.en.1.po new file mode 100644 index 0000000..33648ba --- /dev/null +++ b/manpages/po4a/fr/lh.en.1.po @@ -0,0 +1,171 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: lh.en.1:1 +#, no-wrap +msgid "LH" +msgstr "" + +# type: Plain text +#: lh.en.1:5 +msgid "live-helper - generic live-helper wrapper" +msgstr "" + +# type: Plain text +#: lh.en.1:8 +#, fuzzy +msgid "B COMMAND [COMMAND_OPTIONS] [I]" +msgstr "B [I]" + +# type: Plain text +#: lh.en.1:15 +msgid "" +"lh is a generic wrapper for live-helper programs. Instead of calling " +"\"lh_command\", it can also called through lh as \"lh command\", where " +"command is a name of a live-helper program. See the man page of live-helper " +"for a list of all available programs and the man page of lh_command for the " +"documentation of the actual helper." +msgstr "" diff --git a/manpages/po4a/fr/lh_binary.en.1.po b/manpages/po4a/fr/lh_binary.en.1.po new file mode 100644 index 0000000..0958c5e --- /dev/null +++ b/manpages/po4a/fr/lh_binary.en.1.po @@ -0,0 +1,142 @@ +# translation of lh_binary.en.1.po to Français +# SOME DESCRIPTIVE TITLE +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# +# Frederic Lehobey , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lh_binary.en.1\n" +"POT-Creation-Date: 2008-08-07 21:17+0300\n" +"PO-Revision-Date: 2008-08-07 17:26+0200\n" +"Last-Translator: Frederic Lehobey \n" +"Language-Team: Français \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +# type: TH +#: lh_binary.en.1:1 +#, no-wrap +msgid "LH_BINARY" +msgstr "LH_BINARY" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: Plain text +#: lh_binary.en.1:5 +msgid "lh_binary - meta-helper for lh_binary_*" +msgstr "lh_binary - meta-helper for lh_binary_*" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: Plain text +#: lh_binary.en.1:8 +msgid "B [I]" +msgstr "B [I]" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: Plain text +#: lh_binary.en.1:12 +msgid "" +"lh_binary is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the binary stage." +msgstr "" +"lh_binary est un méta-assistant. Il appelle tous les programmes nécessaires " +"à live-helper dans le bon ordre pour effectuer l'étape de construction du " +"binaire." + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 +msgid "This program is part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." diff --git a/manpages/po4a/fr/lh_bootstrap.en.1.po b/manpages/po4a/fr/lh_bootstrap.en.1.po new file mode 100644 index 0000000..f4e5d01 --- /dev/null +++ b/manpages/po4a/fr/lh_bootstrap.en.1.po @@ -0,0 +1,141 @@ +# translation of lh_bootstrap.en.1.po to Français +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# +# Automatically generated, 2008. +# Frederic Lehobey , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lh_bootstrap.en.1\n" +"POT-Creation-Date: 2008-08-07 21:17+0300\n" +"PO-Revision-Date: 2008-08-07 21:21+0200\n" +"Last-Translator: Frederic Lehobey \n" +"Language-Team: Français \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: KBabel 1.11.4\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 +msgid "This program is part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: lh_bootstrap.en.1:1 +#, no-wrap +msgid "LH_BOOTSTRAP" +msgstr "LH_BOOTSTRAP" + +# type: Plain text +#: lh_bootstrap.en.1:5 +msgid "lh_bootstrap - meta-helper for lh_bootstrap_*" +msgstr "lh_bootstrap - méta-assistant pour lh_bootstrap_*" + +# type: Plain text +#: lh_bootstrap.en.1:8 +msgid "B [I]" +msgstr "B [I]" + +# type: Plain text +#: lh_bootstrap.en.1:12 +msgid "" +"lh_bootstrap is a meta-helper. It calls all necessary live-helper programs " +"in the correct order to complete the bootstrap stage." +msgstr "" diff --git a/manpages/po4a/fr/lh_build.en.1.po b/manpages/po4a/fr/lh_build.en.1.po new file mode 100644 index 0000000..501cf09 --- /dev/null +++ b/manpages/po4a/fr/lh_build.en.1.po @@ -0,0 +1,174 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: lh_build.en.1:1 +#, no-wrap +msgid "LH_BUILD" +msgstr "" + +# type: Plain text +#: lh_build.en.1:5 +msgid "" +"lh_build - meta-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source" +msgstr "" + +# type: Plain text +#: lh_build.en.1:8 +#, fuzzy +msgid "B [I]" +msgstr "B [I]" + +# type: Plain text +#: lh_build.en.1:12 +#, fuzzy +msgid "" +"lh_build is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the bootstrap, chroot, binary, and source " +"stage." +msgstr "" +"lh_binary est un méta-assistant. Il appelle tous les programmes nécessaires " +"à live-helper dans le bon ordre pour effectuer l'étape de construction du " +"binaire." diff --git a/manpages/po4a/fr/lh_chroot.en.1.po b/manpages/po4a/fr/lh_chroot.en.1.po new file mode 100644 index 0000000..9b249be --- /dev/null +++ b/manpages/po4a/fr/lh_chroot.en.1.po @@ -0,0 +1,173 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: lh_chroot.en.1:1 +#, no-wrap +msgid "LH_CHROOT" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:5 +#, fuzzy +msgid "lh_chroot - meta-helper for lh_chroot_*" +msgstr "lh_bootstrap - méta-assistant pour lh_bootstrap_*" + +# type: Plain text +#: lh_chroot.en.1:8 +#, fuzzy +msgid "B [I]" +msgstr "B [I]" + +# type: Plain text +#: lh_chroot.en.1:12 +#, fuzzy +msgid "" +"lh_chroot is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the chroot stage." +msgstr "" +"lh_binary est un méta-assistant. Il appelle tous les programmes nécessaires " +"à live-helper dans le bon ordre pour effectuer l'étape de construction du " +"binaire." diff --git a/manpages/po4a/fr/lh_clean.en.1.po b/manpages/po4a/fr/lh_clean.en.1.po new file mode 100644 index 0000000..3d28290 --- /dev/null +++ b/manpages/po4a/fr/lh_clean.en.1.po @@ -0,0 +1,269 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: lh_clean.en.1:1 +#, no-wrap +msgid "LH_CLEAN" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:5 +msgid "lh_clean - clean up system build directories" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:10 +msgid "" +"BI\\] [B<--all>] [B<--cache>] [B<--" +"chroot>] [B<--binary>] [B<--purge>] [B<--remove>] [B<--stage>] [B<--source>]" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:16 +msgid "" +"lh_clean is a live-helper program that is responsible for cleaning up after " +"a system is built. It removes the system build directories, and removes some " +"other files including stage files, and any detritus left behind by other " +"live-helper commands." +msgstr "" + +# type: SH +#: lh_clean.en.1:17 lh_config.en.1:182 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +# type: IP +#: lh_clean.en.1:18 +#, no-wrap +msgid "B<--all>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:20 +msgid "" +"removes chroot, binary, stage, and source. This is the default operation." +msgstr "" + +# type: IP +#: lh_clean.en.1:20 +#, no-wrap +msgid "B<--cache>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:22 +msgid "removes all cache directories." +msgstr "" + +# type: IP +#: lh_clean.en.1:22 +#, no-wrap +msgid "B<--chroot>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:24 +msgid "" +"unmounts and removes the chroot directory. If bootstrap cache is available, " +"the system is reset to bootstrap stage." +msgstr "" + +# type: IP +#: lh_clean.en.1:24 +#, no-wrap +msgid "B<--binary>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:26 +msgid "removes all binary related caches, directories, and stages files." +msgstr "" + +# type: IP +#: lh_clean.en.1:26 +#, no-wrap +msgid "B<--purge>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:28 +msgid "removes everything (including cache) but config." +msgstr "" + +# type: IP +#: lh_clean.en.1:28 +#, no-wrap +msgid "B<--remove>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:30 +msgid "" +"removes everything (including package cache, but not stage cache) but config." +msgstr "" + +# type: IP +#: lh_clean.en.1:30 +#, no-wrap +msgid "B<--stage>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:32 +msgid "removes all stage files." +msgstr "" + +# type: IP +#: lh_clean.en.1:32 +#, no-wrap +msgid "B<--source>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:34 +msgid "removes all source related caches, directories, and stage files." +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +#, fuzzy +msgid "This program is a part of live-helper." +msgstr "Ce programme fait partie de live-helper." diff --git a/manpages/po4a/fr/lh_config.en.1.po b/manpages/po4a/fr/lh_config.en.1.po new file mode 100644 index 0000000..eeb32f9 --- /dev/null +++ b/manpages/po4a/fr/lh_config.en.1.po @@ -0,0 +1,1144 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: SH +#: lh_clean.en.1:17 lh_config.en.1:182 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +#, fuzzy +msgid "This program is a part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: TH +#: lh_config.en.1:1 +#, no-wrap +msgid "LH_CONFIG" +msgstr "" + +# type: Plain text +#: lh_config.en.1:5 +msgid "lh_config - create configuration for live-helper" +msgstr "" + +# type: Plain text +#: lh_config.en.1:8 +#, fuzzy +msgid "BI]" +msgstr "B [I]" + +# type: Plain text +#: lh_config.en.1:10 +msgid "B" +msgstr "" + +# type: Plain text +#: lh_config.en.1:12 +msgid " [B<--apt> apt|aptitude]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:14 +msgid " [B<--apt-ftp-proxy> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:16 +msgid " [B<--apt-http-proxy> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:18 +msgid " [B<--apt-pdiffs> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:20 +msgid " [B<--apt-pipeline> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:22 +msgid " [B<--apt-recommends> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:24 +msgid " [B<--apt-secure> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:26 +msgid " [-a|B<--architecture> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:28 +msgid " [-b|B<--binary-images> iso|net|tar|usb-hdd]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:30 +msgid " [B<--binary-filesystem> fat16|fat32]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:32 +msgid " [B<--binary-indices> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:34 +msgid " [B<--bootappend-install> I|I<\"PARAMETERS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:36 +msgid " [B<--bootappend-live> I|I<\"PARAMETERS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:38 +msgid " [B<--bootloader> grub|syslinux|yaboot]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:40 +msgid " [B<--bootstrap> cdebootstrap|debootstrap]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:42 +msgid " [B<--bootstrap-config> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:44 +msgid " [-f|B<--bootstrap-flavour> minimal|standard]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:46 +msgid " [B<--bootstrap-keyring> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:48 +msgid " [B<--cache> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:50 +msgid " [B<--cache-indices> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:52 +msgid " [B<--cache-packages> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:54 +msgid " [B<--cache-stages> I|I<\"STAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:56 +msgid " [B<--checksums> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:58 +msgid " [B<--chroot-build> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:60 +msgid " [B<--chroot-filesystem> ext2|ext3|squashfs|plain]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:62 +msgid " [-c|B<--conffile> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:64 +msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:66 +msgid " [B<--debconf-nowarnings> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:68 +msgid " [B<--debconf-priority> low|medium|high|critical]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:70 +msgid " [B<--debian-installer> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:72 +msgid " [B<--debian-installer-daily> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:74 +msgid " [-d|B<--distribution> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:76 +msgid " [-e|B<--encryption> aes128|aes192|aes256]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:78 +msgid " [B<--fdisk> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:80 +msgid " [B<--grub-splash> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:82 +msgid " [B<--hooks> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:84 +msgid " [B<--hostname> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:86 +msgid " [B<--ignore-system-defaults>]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:88 +msgid " [B<--includes> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:90 +msgid " [B<--initramfs> auto|live-initramfs|casper]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:92 +msgid " [B<--interactive> shell]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:94 +msgid " [B<--iso-application> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:96 +msgid " [B<--iso-preparer> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:98 +msgid " [B<--iso-publisher> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:100 +msgid " [B<--iso-volume> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:102 +msgid " [B<--keyring-packages> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:104 +msgid " [-l|B<--language> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:106 +msgid " [-k|B<--linux-flavours> I|I<\"FLAVOURS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:108 +msgid " [B<--linux-packages> I<\"PACKAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:110 +msgid " [B<--losetup> losetup|losetup.orig]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:112 +msgid " [B<--memtest> memtest86+|memtest86]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:114 +msgid " [B<--mirror-binary-security> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:116 +msgid " [B<--mirror-binary> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:118 +msgid " [B<--mirror-bootstrap-security> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:120 +msgid " [-m|B<--mirror-bootstrap> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:122 +msgid " [B<--mode> debian|debian-edu]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:124 +msgid " [B<--net-root-filesystem> nfs|cfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:126 +msgid " [B<--net-root-mountoptions> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:128 +msgid " [B<--net-root-path> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:130 +msgid " [B<--net-root-server> I|I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:132 +msgid " [B<--net-cow-filesystem> nfs|cfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:134 +msgid " [B<--net-cow-mountoptions> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:136 +msgid " [B<--net-cow-path> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:138 +msgid " [B<--net-cow-server> I|I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:140 +msgid " [-p|B<--packages-lists> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:142 +msgid " [B<--packages> I|I<\"PACKAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:144 +msgid " [B<--root-command> sudo]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:146 +msgid " [B<--use-fakeroot> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:148 +msgid " [B<--sections> I
|I<\"SECTIONS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:150 +msgid " [B<--security> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:152 +msgid " [B<--source> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:154 +msgid " [-s|B<--source-images> iso|net|tar|usb-hdd]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:156 +msgid " [B<--symlinks> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:158 +msgid " [B<--syslinux-splash> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:160 +msgid " [B<--syslinux-timeout> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:162 +msgid " [B<--syslinux-menu> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:164 +msgid " [B<--sysvinit> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:166 +msgid " [B<--tasksel> aptitude|tasksel]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:168 +msgid " [B<--tasks> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:170 +msgid " [B<--templates> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:172 +msgid " [B<--union-filesystem> aufs|unionfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:174 +msgid " [B<--exposed-root> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:176 +msgid " [B<--username> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:181 +msgid "" +"lh_config is a script to populate the configuration directory for live-" +"helper. By default, this directory is named 'config' and is created in the " +"current directory." +msgstr "" + +# type: IP +#: lh_config.en.1:183 +#, no-wrap +msgid "B<--apt> apt|aptitude" +msgstr "" + +# type: IP +#: lh_config.en.1:184 +#, no-wrap +msgid "B<--apt-ftp-proxy> I" +msgstr "" + +# type: IP +#: lh_config.en.1:185 +#, no-wrap +msgid "B<--apt-http-proxy> I" +msgstr "" + +# type: IP +#: lh_config.en.1:186 +#, no-wrap +msgid "B<--apt-pdiffs> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:187 +#, no-wrap +msgid "B<--apt-pipeline> I" +msgstr "" + +# type: IP +#: lh_config.en.1:188 +#, no-wrap +msgid "B<--apt-recommends> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:189 +#, no-wrap +msgid "B<--apt-secure> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:190 +#, no-wrap +msgid "-a|B<--architecture> I" +msgstr "" + +# type: IP +#: lh_config.en.1:191 +#, no-wrap +msgid "-b|B<--binary-images> iso|net|tar|usb-hdd" +msgstr "" + +# type: IP +#: lh_config.en.1:192 +#, no-wrap +msgid "B<--binary-filesystem> fat16|fat32" +msgstr "" + +# type: IP +#: lh_config.en.1:193 +#, no-wrap +msgid "B<--binary-indices> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:194 +#, no-wrap +msgid "B<--bootappend-install> I|I<\"PARAMETERS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:195 +#, no-wrap +msgid "B<--bootappend-live> I|I<\"PARAMETERS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:196 +#, no-wrap +msgid "B<--bootloader> grub|syslinux|yaboot" +msgstr "" + +# type: IP +#: lh_config.en.1:197 +#, no-wrap +msgid "B<--bootstrap> cdebootstrap|debootstrap" +msgstr "" + +# type: IP +#: lh_config.en.1:198 +#, no-wrap +msgid "B<--bootstrap-config> I" +msgstr "" + +# type: IP +#: lh_config.en.1:199 +#, no-wrap +msgid "-f|B<--bootstrap-flavour> minimal|standard" +msgstr "" + +# type: IP +#: lh_config.en.1:200 +#, no-wrap +msgid "B<--bootstrap-keyring> I" +msgstr "" + +# type: IP +#: lh_config.en.1:201 +#, no-wrap +msgid "B<--cache> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:202 +#, no-wrap +msgid "B<--cache-indices> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:203 +#, no-wrap +msgid "B<--cache-packages> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:204 +#, no-wrap +msgid "B<--cache-stages> I|I<\"STAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:205 +#, no-wrap +msgid "B<--checksums> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:206 +#, no-wrap +msgid "B<--chroot-build> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:207 +#, no-wrap +msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain" +msgstr "" + +# type: IP +#: lh_config.en.1:208 +#, no-wrap +msgid "-c|B<--conffile> I" +msgstr "" + +# type: IP +#: lh_config.en.1:209 +#, no-wrap +msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" +msgstr "" + +# type: IP +#: lh_config.en.1:210 +#, no-wrap +msgid "B<--debconf-nowarnings> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:211 +#, no-wrap +msgid "B<--debconf-priority> low|medium|high|critical" +msgstr "" + +# type: IP +#: lh_config.en.1:212 +#, no-wrap +msgid "B<--debian-installer> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:213 +#, no-wrap +msgid "B<--debian-installer-daily> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:214 +#, no-wrap +msgid "-d|B<--distribution> I" +msgstr "" + +# type: IP +#: lh_config.en.1:215 +#, no-wrap +msgid "-e|B<--encryption> aes128|aes192|aes256" +msgstr "" + +# type: IP +#: lh_config.en.1:216 +#, no-wrap +msgid "B<--fdisk> I" +msgstr "" + +# type: IP +#: lh_config.en.1:217 +#, no-wrap +msgid "B<--grub-splash> I" +msgstr "" + +# type: IP +#: lh_config.en.1:218 +#, no-wrap +msgid "B<--hooks> I" +msgstr "" + +# type: IP +#: lh_config.en.1:219 +#, no-wrap +msgid "B<--hostname> I" +msgstr "" + +# type: IP +#: lh_config.en.1:220 +#, no-wrap +msgid "B<--includes> I" +msgstr "" + +# type: IP +#: lh_config.en.1:221 +#, no-wrap +msgid "B<--initramfs> auto|live-initramfs|casper" +msgstr "" + +# type: IP +#: lh_config.en.1:222 +#, no-wrap +msgid "B<--interactive> shell" +msgstr "" + +# type: IP +#: lh_config.en.1:223 +#, no-wrap +msgid "B<--iso-application> I" +msgstr "" + +# type: IP +#: lh_config.en.1:224 +#, no-wrap +msgid "B<--iso-preparer> I" +msgstr "" + +# type: IP +#: lh_config.en.1:225 +#, no-wrap +msgid "B<--iso-publisher> I" +msgstr "" + +# type: IP +#: lh_config.en.1:226 +#, no-wrap +msgid "B<--iso-volume> I" +msgstr "" + +# type: IP +#: lh_config.en.1:227 +#, no-wrap +msgid "B<--keyring-packages> I" +msgstr "" + +# type: IP +#: lh_config.en.1:228 +#, no-wrap +msgid "-l|B<--language> I" +msgstr "" + +# type: IP +#: lh_config.en.1:229 +#, no-wrap +msgid "-k|B<--linux-flavours> I|I<\"FLAVOURS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:230 +#, no-wrap +msgid "B<--linux-packages> I<\"PACKAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:231 +#, no-wrap +msgid "B<--losetup> losetup|losetup.orig" +msgstr "" + +# type: IP +#: lh_config.en.1:232 +#, no-wrap +msgid "B<--memtest> memtest86+|memtest86" +msgstr "" + +# type: IP +#: lh_config.en.1:233 +#, no-wrap +msgid "-m|B<--mirror-binary-security> I" +msgstr "" + +# type: IP +#: lh_config.en.1:234 +#, no-wrap +msgid "B<--mirror-binary> I" +msgstr "" + +# type: IP +#: lh_config.en.1:235 +#, no-wrap +msgid "B<--mirror-bootstrap-security> I" +msgstr "" + +# type: IP +#: lh_config.en.1:236 +#, no-wrap +msgid "B<--mirror-bootstrap> I" +msgstr "" + +# type: IP +#: lh_config.en.1:237 +#, no-wrap +msgid "B<--mode> debian|debian-edu" +msgstr "" + +# type: IP +#: lh_config.en.1:238 +#, no-wrap +msgid "B<--net-root-filesystem> nfs|cfs" +msgstr "" + +# type: IP +#: lh_config.en.1:239 +#, no-wrap +msgid "B<--net-root-mountoptions> I" +msgstr "" + +# type: IP +#: lh_config.en.1:240 +#, no-wrap +msgid "B<--net-root-path> I" +msgstr "" + +# type: IP +#: lh_config.en.1:241 +#, no-wrap +msgid "B<--net-root-server> I|I" +msgstr "" + +# type: IP +#: lh_config.en.1:242 +#, no-wrap +msgid "B<--net-cow-filesystem> nfs|cfs" +msgstr "" + +# type: IP +#: lh_config.en.1:243 +#, no-wrap +msgid "B<--net-cow-mountoptions> I" +msgstr "" + +# type: IP +#: lh_config.en.1:245 +#, no-wrap +msgid "B<--net-cow-path> I" +msgstr "" + +# type: Plain text +#: lh_config.en.1:249 +msgid "" +"Specify path to client writable filesystem. Anywhere that " +"B is specified in the path live-initramfs will " +"substitute the MAC address of the client delimited with hyphens." +msgstr "" + +# type: Plain text +#: lh_config.en.1:252 +msgid "Example:" +msgstr "" + +# type: Plain text +#: lh_config.en.1:254 +msgid "/export/hosts/client_mac_address" +msgstr "" + +# type: Plain text +#: lh_config.en.1:256 +msgid "/export/hosts/00-16-D3-33-92-E8" +msgstr "" + +# type: IP +#: lh_config.en.1:257 +#, no-wrap +msgid "B<--net-cow-server> I|I" +msgstr "" + +# type: IP +#: lh_config.en.1:258 +#, no-wrap +msgid "-p|B<--packages-lists> I" +msgstr "" + +# type: IP +#: lh_config.en.1:259 +#, no-wrap +msgid "B<--packages> I|I<\"PACKAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:260 +#, no-wrap +msgid "B<--root-command> sudo" +msgstr "" + +# type: IP +#: lh_config.en.1:261 +#, no-wrap +msgid "B<--use-fakeroot> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:262 +#, no-wrap +msgid "B<--sections> I
|I<\"SECTIONS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:263 +#, no-wrap +msgid "B<--security> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:264 +#, no-wrap +msgid "B<--source> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:265 +#, no-wrap +msgid "-s|B<--source-images> iso|net|tar|usb-hdd" +msgstr "" + +# type: IP +#: lh_config.en.1:266 +#, no-wrap +msgid "B<--symlinks> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:267 +#, no-wrap +msgid "B<--syslinux-splash> I" +msgstr "" + +# type: IP +#: lh_config.en.1:268 +#, no-wrap +msgid "B<--syslinux-timeout> I" +msgstr "" + +# type: IP +#: lh_config.en.1:269 +#, no-wrap +msgid "B<--syslinux-menu> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:270 +#, no-wrap +msgid "B<--sysvinit> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:271 +#, no-wrap +msgid "B<--tasksel> aptitude|tasksel" +msgstr "" + +# type: IP +#: lh_config.en.1:272 +#, no-wrap +msgid "B<--tasks> I" +msgstr "" + +# type: IP +#: lh_config.en.1:273 +#, no-wrap +msgid "B<--templates> I" +msgstr "" + +# type: IP +#: lh_config.en.1:274 +#, no-wrap +msgid "B<--union-filesystem> aufs|unionfs" +msgstr "" + +# type: IP +#: lh_config.en.1:275 +#, no-wrap +msgid "B<--exposed-root> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:276 +#, no-wrap +msgid "B<--username> I" +msgstr "" + +# type: SH +#: lh_config.en.1:278 +#, no-wrap +msgid "ENVIRONMENT" +msgstr "" + +# type: Plain text +#: lh_config.en.1:282 +msgid "" +"All command line switches can also be specified through the corresponding " +"environment variable. Environment variables are name LH_FOO, means, e.g. --" +"apt-ftp-proxy becomes LH_APT_FTP_PROXY." +msgstr "" + +# type: SH +#: lh_config.en.1:283 +#, no-wrap +msgid "FILES" +msgstr "" + +# type: Plain text +#: lh_config.en.1:285 +#, fuzzy +msgid "I" +msgstr "I(7)" + +# type: Plain text +#: lh_config.en.1:289 +msgid "" +"An optional conffile for lh_config defaults, useful to specify a few system " +"wide defaults, like LH_MIRROR_BOOTSTRAP. This feature can be disabled by " +"specifying the B<--ignore-system-defaults> option." +msgstr "" diff --git a/manpages/po4a/fr/lh_source.en.1.po b/manpages/po4a/fr/lh_source.en.1.po new file mode 100644 index 0000000..faf156b --- /dev/null +++ b/manpages/po4a/fr/lh_source.en.1.po @@ -0,0 +1,173 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: lh_source.en.1:1 +#, no-wrap +msgid "LH_SOURCE" +msgstr "" + +# type: Plain text +#: lh_source.en.1:5 +#, fuzzy +msgid "lh_source - meta-helper for lh_source_*" +msgstr "lh_binary - meta-helper for lh_binary_*" + +# type: Plain text +#: lh_source.en.1:8 +#, fuzzy +msgid "B [I]" +msgstr "B [I]" + +# type: Plain text +#: lh_source.en.1:12 +#, fuzzy +msgid "" +"lh_source is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the source stage." +msgstr "" +"lh_binary est un méta-assistant. Il appelle tous les programmes nécessaires " +"à live-helper dans le bon ordre pour effectuer l'étape de construction du " +"binaire." diff --git a/manpages/po4a/fr/lh_testroot.en.1.po b/manpages/po4a/fr/lh_testroot.en.1.po new file mode 100644 index 0000000..ca6f266 --- /dev/null +++ b/manpages/po4a/fr/lh_testroot.en.1.po @@ -0,0 +1,169 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "I(7)" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +#, fuzzy +msgid "This program is a part of live-helper." +msgstr "Ce programme fait partie de live-helper." + +# type: TH +#: lh_testroot.en.1:1 +#, fuzzy, no-wrap +msgid "LH_TESTROOT" +msgstr "LH_BOOTSTRAP" + +# type: Plain text +#: lh_testroot.en.1:5 +msgid "lh_testroot - ensure that a system is built as root" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:8 +#, fuzzy +msgid "BI]" +msgstr "B [I]" + +# type: Plain text +#: lh_testroot.en.1:13 +msgid "" +"lh_testroot simply checks to see if you are root. If not, it exits with an " +"error. Debian Live images must currently be built as real root, support for " +"I(1) and I(8) is still experimental." +msgstr "" diff --git a/manpages/po4a/fr/live-helper.en.7.po b/manpages/po4a/fr/live-helper.en.7.po new file mode 100644 index 0000000..f6df35c --- /dev/null +++ b/manpages/po4a/fr/live-helper.en.7.po @@ -0,0 +1,843 @@ +# French translations for Debconf package +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the Debconf package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Debconf 8\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: 2008-08-07 22:08+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "2007-11-26" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "1.0~a38" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "live-helper" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "ANOMALIES" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" +"Signaler les anomalies sur EIE." + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HÉBERGEMENT" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" +"Plus d'informations sur le projet Debian Live peut être trouvée sur " +"EIE et EIE." + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" +"live-helper a été écrit par Daniel Baumann EIE " +"pour le projet Debian." + +# type: TH +#: live-helper.en.7:1 +#, no-wrap +msgid "LIVE-HELPER" +msgstr "" + +# type: Plain text +#: live-helper.en.7:5 +msgid "live-helper - the Debian Live tool suite" +msgstr "" + +# type: Plain text +#: live-helper.en.7:8 +msgid "BI<*> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>]" +msgstr "" + +# type: Plain text +#: live-helper.en.7:14 +msgid "" +"live-helper is used to help you build a Debian Live system. The philosophy " +"behind live-helper is to provide a collection of small, simple, and easily " +"understood tools that are used on a config directory to automate all aspects " +"of building a Debian Live image." +msgstr "" + +# type: SH +#: live-helper.en.7:15 +#, no-wrap +msgid "LIVE-HELPER COMMANDS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:18 +msgid "" +"Here is the complete list of available live-helper commands. See their man " +"pages for additional documentation." +msgstr "" + +# type: IP +#: live-helper.en.7:18 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:20 +msgid "generic live-helper wrapper" +msgstr "" + +# type: IP +#: live-helper.en.7:20 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:22 +#, fuzzy +msgid "meta-helper for lh_binary_*" +msgstr "lh_binary - meta-helper for lh_binary_*" + +# type: IP +#: live-helper.en.7:22 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:23 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:24 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:25 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:26 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:27 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:28 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:29 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:30 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:31 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:32 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:33 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:34 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:35 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:36 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:37 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:38 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:39 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:40 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:41 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:42 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:44 +#, fuzzy +msgid "meta-helper for lh_bootstrap_*" +msgstr "lh_bootstrap - méta-assistant pour lh_bootstrap_*" + +# type: IP +#: live-helper.en.7:44 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:45 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:46 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:47 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:48 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:50 +msgid "meta-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source" +msgstr "" + +# type: IP +#: live-helper.en.7:50 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:52 +#, fuzzy +msgid "meta-helper for lh_chroot_*" +msgstr "lh_bootstrap - méta-assistant pour lh_bootstrap_*" + +# type: IP +#: live-helper.en.7:52 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:53 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:54 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:55 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:56 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:57 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:58 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:59 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:60 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:61 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:63 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:64 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:65 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:66 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:67 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:68 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:69 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:70 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:71 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:72 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:73 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:74 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:75 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:76 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:77 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:78 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:79 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:80 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:82 +msgid "clean up build directories" +msgstr "" + +# type: IP +#: live-helper.en.7:82 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:84 +msgid "create configuration directory" +msgstr "" + +# type: IP +#: live-helper.en.7:84 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:86 +#, fuzzy +msgid "meta-helper for lh_source_*" +msgstr "lh_binary - meta-helper for lh_binary_*" + +# type: IP +#: live-helper.en.7:86 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:87 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:88 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:89 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:90 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:91 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:92 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:93 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:94 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:96 +msgid "ensure that a system is built as root" +msgstr "" + +# type: Plain text +#: live-helper.en.7:100 +msgid "" +"If a program's name starts with \"lh_\", and the program is not on the above " +"list, then it is not part of the live-helper package, but it should still " +"work like the other programs described on this page." +msgstr "" + +# type: SH +#: live-helper.en.7:101 +#, no-wrap +msgid "LIVE-HELPER CONFIG FILES" +msgstr "" + +# type: Plain text +#: live-helper.en.7:109 +msgid "" +"Many live-helper commands make use of files in the I directory to " +"control what they do. Besides the common I, which is used by " +"all live-helper commands, some additional files can be used to configure the " +"behavior of specific live-helper commands. These files are typically named " +"config/stage or config/stage_helper (where \"stage\" of course, is replaced " +"with the name of the stage that they belong to, and \"helper\" with the name " +"of the helper)." +msgstr "" + +# type: Plain text +#: live-helper.en.7:116 +msgid "" +"For example, lh_bootstrap_debootstrap uses files named config/bootstrap and " +"config/bootstrap_debootstrap to read the options it will use. See the man " +"pages of individual commands for details about the names and formats of the " +"files they use. Generally, these files contain variables with values " +"assigned, one variable per line. Some programs in live-helper use pairs of " +"values or slightly more complicated variable assignments." +msgstr "" + +# type: Plain text +#: live-helper.en.7:123 +msgid "" +"Note that live-helper will respect environment variables which are present " +"in the context of the shell it is running. If variables can be read from " +"config files, then they override environment variables, and if command line " +"options are used, they override values from config files. If no value for a " +"given variable can be found and thus is unset, live-helper will " +"automatically set it to the default value." +msgstr "" + +# type: Plain text +#: live-helper.en.7:130 +msgid "" +"In some rare cases, you may want to have different versions of these files " +"for different architectures or distributions. If files named config/stage." +"arch or config/stage_helper.arch, and config/stage.dist or config/" +"stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg " +"--print-architecture\" and \"dist\" is the same as the codename of the " +"target distribution, then they will be used in preference to other, more " +"general files." +msgstr "" + +# type: Plain text +#: live-helper.en.7:134 +msgid "" +"All config files are shell scripts which are sourced by a live-helper " +"program. That means they have to follow the normal shell syntax. You can " +"also put comments in these files; lines beginning with \"#\" are ignored." +msgstr "" + +# type: SH +#: live-helper.en.7:135 +#, no-wrap +msgid "SHARED LIVE-HELPER OPTIONS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:137 +msgid "" +"The following command line options are supported by all live-helper programs." +msgstr "" + +# type: IP +#: live-helper.en.7:137 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:139 +msgid "display help and exit." +msgstr "" + +# type: IP +#: live-helper.en.7:139 +#, no-wrap +msgid "B<-u, --usage>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:141 +msgid "show usage and exit." +msgstr "" + +# type: IP +#: live-helper.en.7:141 +#, no-wrap +msgid "B<-v, --version>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:143 +msgid "output version information and exit." +msgstr "" + +# type: SH +#: live-helper.en.7:144 +#, no-wrap +msgid "COMMON LIVE-HELPER OPTIONS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:148 +msgid "" +"The following command line options are supported by some live-helper " +"programs. See the man page of each program for a complete explanation of " +"what each option does." +msgstr "" + +# type: IP +#: live-helper.en.7:148 +#, no-wrap +msgid "B<--breakpoints>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:150 +msgid "run with breakpoints." +msgstr "" + +# type: IP +#: live-helper.en.7:150 +#, no-wrap +msgid "B<--conffile>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:152 +msgid "use custom configuration file." +msgstr "" + +# type: IP +#: live-helper.en.7:152 +#, no-wrap +msgid "B<--debug>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:154 +msgid "show debug information." +msgstr "" + +# type: IP +#: live-helper.en.7:154 +#, no-wrap +msgid "B<--force>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:156 +msgid "force helper execution, even if stage file exists." +msgstr "" + +# type: IP +#: live-helper.en.7:156 +#, no-wrap +msgid "B<--quiet>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:158 +msgid "be quiet." +msgstr "" + +# type: IP +#: live-helper.en.7:158 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:160 +msgid "be verbose." +msgstr "" + +# type: Plain text +#: live-helper.en.7:163 +#, fuzzy +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: live-helper.en.7:165 +#, fuzzy +msgid "I(7)" +msgstr "I(7)" + +# type: Plain text +#: live-helper.en.7:167 +#, fuzzy +msgid "I(7)" +msgstr "I(7)" diff --git a/manpages/po4a/live-helper.cfg b/manpages/po4a/live-helper.cfg new file mode 100644 index 0000000..2aadf2d --- /dev/null +++ b/manpages/po4a/live-helper.cfg @@ -0,0 +1,14 @@ +[po4a_langs] de fr + +[po4a_paths] po4a/pot/$master.pot $lang:po4a/$lang/$master.po + +[type: man] lh_binary.en.1 $lang:lh_binary.$lang.1 +[type: man] lh_bootstrap.en.1 $lang:lh_bootstrap.$lang.1 +[type: man] lh_build.en.1 $lang:lh_build.$lang.1 +[type: man] lh_chroot.en.1 $lang:lh_chroot.$lang.1 +[type: man] lh_clean.en.1 $lang:lh_clean.$lang.1 +[type: man] lh_config.en.1 $lang:lh_config.$lang.1 +[type: man] lh.en.1 $lang:lh.$lang.1 +[type: man] lh_source.en.1 $lang:lh_source.$lang.1 +[type: man] lh_testroot.en.1 $lang:lh_testroot.$lang.1 +[type: man] live-helper.en.7 $lang:live-helper.$lang.7 diff --git a/manpages/po4a/pot/lh.en.1.pot b/manpages/po4a/pot/lh.en.1.pot new file mode 100644 index 0000000..5099f39 --- /dev/null +++ b/manpages/po4a/pot/lh.en.1.pot @@ -0,0 +1,163 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh.en.1:1 +#, no-wrap +msgid "LH" +msgstr "" + +# type: Plain text +#: lh.en.1:5 +msgid "live-helper - generic live-helper wrapper" +msgstr "" + +# type: Plain text +#: lh.en.1:8 +msgid "B COMMAND [COMMAND_OPTIONS] [I]" +msgstr "" + +# type: Plain text +#: lh.en.1:15 +msgid "" +"lh is a generic wrapper for live-helper programs. Instead of calling " +"\"lh_command\", it can also called through lh as \"lh command\", where " +"command is a name of a live-helper program. See the man page of live-helper " +"for a list of all available programs and the man page of lh_command for the " +"documentation of the actual helper." +msgstr "" diff --git a/manpages/po4a/pot/lh_binary.en.1.pot b/manpages/po4a/pot/lh_binary.en.1.pot new file mode 100644 index 0000000..98cb34e --- /dev/null +++ b/manpages/po4a/pot/lh_binary.en.1.pot @@ -0,0 +1,131 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 21:17+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 +#, no-wrap +msgid "LH_BINARY" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:5 +msgid "lh_binary - meta-helper for lh_binary_*" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:8 +msgid "B [I]" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:12 +msgid "" +"lh_binary is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the binary stage." +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" diff --git a/manpages/po4a/pot/lh_bootstrap.en.1.pot b/manpages/po4a/pot/lh_bootstrap.en.1.pot new file mode 100644 index 0000000..7f3ca8e --- /dev/null +++ b/manpages/po4a/pot/lh_bootstrap.en.1.pot @@ -0,0 +1,131 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 21:17+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_bootstrap.en.1:1 +#, no-wrap +msgid "LH_BOOTSTRAP" +msgstr "" + +# type: Plain text +#: lh_bootstrap.en.1:5 +msgid "lh_bootstrap - meta-helper for lh_bootstrap_*" +msgstr "" + +# type: Plain text +#: lh_bootstrap.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_bootstrap.en.1:12 +msgid "" +"lh_bootstrap is a meta-helper. It calls all necessary live-helper programs " +"in the correct order to complete the bootstrap stage." +msgstr "" diff --git a/manpages/po4a/pot/lh_build.en.1.pot b/manpages/po4a/pot/lh_build.en.1.pot new file mode 100644 index 0000000..b97175b --- /dev/null +++ b/manpages/po4a/pot/lh_build.en.1.pot @@ -0,0 +1,162 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_build.en.1:1 +#, no-wrap +msgid "LH_BUILD" +msgstr "" + +# type: Plain text +#: lh_build.en.1:5 +msgid "" +"lh_build - meta-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source" +msgstr "" + +# type: Plain text +#: lh_build.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_build.en.1:12 +msgid "" +"lh_build is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the bootstrap, chroot, binary, and source " +"stage." +msgstr "" diff --git a/manpages/po4a/pot/lh_chroot.en.1.pot b/manpages/po4a/pot/lh_chroot.en.1.pot new file mode 100644 index 0000000..e651126 --- /dev/null +++ b/manpages/po4a/pot/lh_chroot.en.1.pot @@ -0,0 +1,160 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_chroot.en.1:1 +#, no-wrap +msgid "LH_CHROOT" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:5 +msgid "lh_chroot - meta-helper for lh_chroot_*" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_chroot.en.1:12 +msgid "" +"lh_chroot is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the chroot stage." +msgstr "" diff --git a/manpages/po4a/pot/lh_clean.en.1.pot b/manpages/po4a/pot/lh_clean.en.1.pot new file mode 100644 index 0000000..1ff4cbe --- /dev/null +++ b/manpages/po4a/pot/lh_clean.en.1.pot @@ -0,0 +1,261 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_clean.en.1:1 +#, no-wrap +msgid "LH_CLEAN" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:5 +msgid "lh_clean - clean up system build directories" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:10 +msgid "" +"BI\\] [B<--all>] [B<--cache>] [B<--" +"chroot>] [B<--binary>] [B<--purge>] [B<--remove>] [B<--stage>] [B<--source>]" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:16 +msgid "" +"lh_clean is a live-helper program that is responsible for cleaning up after " +"a system is built. It removes the system build directories, and removes some " +"other files including stage files, and any detritus left behind by other " +"live-helper commands." +msgstr "" + +# type: SH +#: lh_clean.en.1:17 lh_config.en.1:182 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +# type: IP +#: lh_clean.en.1:18 +#, no-wrap +msgid "B<--all>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:20 +msgid "" +"removes chroot, binary, stage, and source. This is the default operation." +msgstr "" + +# type: IP +#: lh_clean.en.1:20 +#, no-wrap +msgid "B<--cache>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:22 +msgid "removes all cache directories." +msgstr "" + +# type: IP +#: lh_clean.en.1:22 +#, no-wrap +msgid "B<--chroot>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:24 +msgid "" +"unmounts and removes the chroot directory. If bootstrap cache is available, " +"the system is reset to bootstrap stage." +msgstr "" + +# type: IP +#: lh_clean.en.1:24 +#, no-wrap +msgid "B<--binary>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:26 +msgid "removes all binary related caches, directories, and stages files." +msgstr "" + +# type: IP +#: lh_clean.en.1:26 +#, no-wrap +msgid "B<--purge>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:28 +msgid "removes everything (including cache) but config." +msgstr "" + +# type: IP +#: lh_clean.en.1:28 +#, no-wrap +msgid "B<--remove>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:30 +msgid "" +"removes everything (including package cache, but not stage cache) but config." +msgstr "" + +# type: IP +#: lh_clean.en.1:30 +#, no-wrap +msgid "B<--stage>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:32 +msgid "removes all stage files." +msgstr "" + +# type: IP +#: lh_clean.en.1:32 +#, no-wrap +msgid "B<--source>" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:34 +msgid "removes all source related caches, directories, and stage files." +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +msgid "This program is a part of live-helper." +msgstr "" diff --git a/manpages/po4a/pot/lh_config.en.1.pot b/manpages/po4a/pot/lh_config.en.1.pot new file mode 100644 index 0000000..ecfe85a --- /dev/null +++ b/manpages/po4a/pot/lh_config.en.1.pot @@ -0,0 +1,1134 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: SH +#: lh_clean.en.1:17 lh_config.en.1:182 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +msgid "This program is a part of live-helper." +msgstr "" + +# type: TH +#: lh_config.en.1:1 +#, no-wrap +msgid "LH_CONFIG" +msgstr "" + +# type: Plain text +#: lh_config.en.1:5 +msgid "lh_config - create configuration for live-helper" +msgstr "" + +# type: Plain text +#: lh_config.en.1:8 +msgid "BI]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:10 +msgid "B" +msgstr "" + +# type: Plain text +#: lh_config.en.1:12 +msgid " [B<--apt> apt|aptitude]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:14 +msgid " [B<--apt-ftp-proxy> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:16 +msgid " [B<--apt-http-proxy> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:18 +msgid " [B<--apt-pdiffs> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:20 +msgid " [B<--apt-pipeline> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:22 +msgid " [B<--apt-recommends> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:24 +msgid " [B<--apt-secure> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:26 +msgid " [-a|B<--architecture> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:28 +msgid " [-b|B<--binary-images> iso|net|tar|usb-hdd]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:30 +msgid " [B<--binary-filesystem> fat16|fat32]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:32 +msgid " [B<--binary-indices> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:34 +msgid " [B<--bootappend-install> I|I<\"PARAMETERS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:36 +msgid " [B<--bootappend-live> I|I<\"PARAMETERS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:38 +msgid " [B<--bootloader> grub|syslinux|yaboot]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:40 +msgid " [B<--bootstrap> cdebootstrap|debootstrap]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:42 +msgid " [B<--bootstrap-config> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:44 +msgid " [-f|B<--bootstrap-flavour> minimal|standard]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:46 +msgid " [B<--bootstrap-keyring> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:48 +msgid " [B<--cache> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:50 +msgid " [B<--cache-indices> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:52 +msgid " [B<--cache-packages> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:54 +msgid " [B<--cache-stages> I|I<\"STAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:56 +msgid " [B<--checksums> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:58 +msgid " [B<--chroot-build> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:60 +msgid " [B<--chroot-filesystem> ext2|ext3|squashfs|plain]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:62 +msgid " [-c|B<--conffile> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:64 +msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:66 +msgid " [B<--debconf-nowarnings> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:68 +msgid " [B<--debconf-priority> low|medium|high|critical]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:70 +msgid " [B<--debian-installer> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:72 +msgid " [B<--debian-installer-daily> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:74 +msgid " [-d|B<--distribution> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:76 +msgid " [-e|B<--encryption> aes128|aes192|aes256]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:78 +msgid " [B<--fdisk> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:80 +msgid " [B<--grub-splash> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:82 +msgid " [B<--hooks> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:84 +msgid " [B<--hostname> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:86 +msgid " [B<--ignore-system-defaults>]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:88 +msgid " [B<--includes> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:90 +msgid " [B<--initramfs> auto|live-initramfs|casper]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:92 +msgid " [B<--interactive> shell]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:94 +msgid " [B<--iso-application> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:96 +msgid " [B<--iso-preparer> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:98 +msgid " [B<--iso-publisher> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:100 +msgid " [B<--iso-volume> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:102 +msgid " [B<--keyring-packages> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:104 +msgid " [-l|B<--language> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:106 +msgid " [-k|B<--linux-flavours> I|I<\"FLAVOURS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:108 +msgid " [B<--linux-packages> I<\"PACKAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:110 +msgid " [B<--losetup> losetup|losetup.orig]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:112 +msgid " [B<--memtest> memtest86+|memtest86]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:114 +msgid " [B<--mirror-binary-security> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:116 +msgid " [B<--mirror-binary> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:118 +msgid " [B<--mirror-bootstrap-security> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:120 +msgid " [-m|B<--mirror-bootstrap> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:122 +msgid " [B<--mode> debian|debian-edu]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:124 +msgid " [B<--net-root-filesystem> nfs|cfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:126 +msgid " [B<--net-root-mountoptions> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:128 +msgid " [B<--net-root-path> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:130 +msgid " [B<--net-root-server> I|I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:132 +msgid " [B<--net-cow-filesystem> nfs|cfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:134 +msgid " [B<--net-cow-mountoptions> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:136 +msgid " [B<--net-cow-path> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:138 +msgid " [B<--net-cow-server> I|I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:140 +msgid " [-p|B<--packages-lists> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:142 +msgid " [B<--packages> I|I<\"PACKAGES\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:144 +msgid " [B<--root-command> sudo]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:146 +msgid " [B<--use-fakeroot> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:148 +msgid " [B<--sections> I
|I<\"SECTIONS\">]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:150 +msgid " [B<--security> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:152 +msgid " [B<--source> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:154 +msgid " [-s|B<--source-images> iso|net|tar|usb-hdd]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:156 +msgid " [B<--symlinks> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:158 +msgid " [B<--syslinux-splash> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:160 +msgid " [B<--syslinux-timeout> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:162 +msgid " [B<--syslinux-menu> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:164 +msgid " [B<--sysvinit> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:166 +msgid " [B<--tasksel> aptitude|tasksel]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:168 +msgid " [B<--tasks> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:170 +msgid " [B<--templates> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:172 +msgid " [B<--union-filesystem> aufs|unionfs]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:174 +msgid " [B<--exposed-root> enabled|disabled]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:176 +msgid " [B<--username> I]" +msgstr "" + +# type: Plain text +#: lh_config.en.1:181 +msgid "" +"lh_config is a script to populate the configuration directory for live-" +"helper. By default, this directory is named 'config' and is created in the " +"current directory." +msgstr "" + +# type: IP +#: lh_config.en.1:183 +#, no-wrap +msgid "B<--apt> apt|aptitude" +msgstr "" + +# type: IP +#: lh_config.en.1:184 +#, no-wrap +msgid "B<--apt-ftp-proxy> I" +msgstr "" + +# type: IP +#: lh_config.en.1:185 +#, no-wrap +msgid "B<--apt-http-proxy> I" +msgstr "" + +# type: IP +#: lh_config.en.1:186 +#, no-wrap +msgid "B<--apt-pdiffs> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:187 +#, no-wrap +msgid "B<--apt-pipeline> I" +msgstr "" + +# type: IP +#: lh_config.en.1:188 +#, no-wrap +msgid "B<--apt-recommends> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:189 +#, no-wrap +msgid "B<--apt-secure> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:190 +#, no-wrap +msgid "-a|B<--architecture> I" +msgstr "" + +# type: IP +#: lh_config.en.1:191 +#, no-wrap +msgid "-b|B<--binary-images> iso|net|tar|usb-hdd" +msgstr "" + +# type: IP +#: lh_config.en.1:192 +#, no-wrap +msgid "B<--binary-filesystem> fat16|fat32" +msgstr "" + +# type: IP +#: lh_config.en.1:193 +#, no-wrap +msgid "B<--binary-indices> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:194 +#, no-wrap +msgid "B<--bootappend-install> I|I<\"PARAMETERS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:195 +#, no-wrap +msgid "B<--bootappend-live> I|I<\"PARAMETERS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:196 +#, no-wrap +msgid "B<--bootloader> grub|syslinux|yaboot" +msgstr "" + +# type: IP +#: lh_config.en.1:197 +#, no-wrap +msgid "B<--bootstrap> cdebootstrap|debootstrap" +msgstr "" + +# type: IP +#: lh_config.en.1:198 +#, no-wrap +msgid "B<--bootstrap-config> I" +msgstr "" + +# type: IP +#: lh_config.en.1:199 +#, no-wrap +msgid "-f|B<--bootstrap-flavour> minimal|standard" +msgstr "" + +# type: IP +#: lh_config.en.1:200 +#, no-wrap +msgid "B<--bootstrap-keyring> I" +msgstr "" + +# type: IP +#: lh_config.en.1:201 +#, no-wrap +msgid "B<--cache> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:202 +#, no-wrap +msgid "B<--cache-indices> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:203 +#, no-wrap +msgid "B<--cache-packages> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:204 +#, no-wrap +msgid "B<--cache-stages> I|I<\"STAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:205 +#, no-wrap +msgid "B<--checksums> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:206 +#, no-wrap +msgid "B<--chroot-build> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:207 +#, no-wrap +msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain" +msgstr "" + +# type: IP +#: lh_config.en.1:208 +#, no-wrap +msgid "-c|B<--conffile> I" +msgstr "" + +# type: IP +#: lh_config.en.1:209 +#, no-wrap +msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" +msgstr "" + +# type: IP +#: lh_config.en.1:210 +#, no-wrap +msgid "B<--debconf-nowarnings> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:211 +#, no-wrap +msgid "B<--debconf-priority> low|medium|high|critical" +msgstr "" + +# type: IP +#: lh_config.en.1:212 +#, no-wrap +msgid "B<--debian-installer> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:213 +#, no-wrap +msgid "B<--debian-installer-daily> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:214 +#, no-wrap +msgid "-d|B<--distribution> I" +msgstr "" + +# type: IP +#: lh_config.en.1:215 +#, no-wrap +msgid "-e|B<--encryption> aes128|aes192|aes256" +msgstr "" + +# type: IP +#: lh_config.en.1:216 +#, no-wrap +msgid "B<--fdisk> I" +msgstr "" + +# type: IP +#: lh_config.en.1:217 +#, no-wrap +msgid "B<--grub-splash> I" +msgstr "" + +# type: IP +#: lh_config.en.1:218 +#, no-wrap +msgid "B<--hooks> I" +msgstr "" + +# type: IP +#: lh_config.en.1:219 +#, no-wrap +msgid "B<--hostname> I" +msgstr "" + +# type: IP +#: lh_config.en.1:220 +#, no-wrap +msgid "B<--includes> I" +msgstr "" + +# type: IP +#: lh_config.en.1:221 +#, no-wrap +msgid "B<--initramfs> auto|live-initramfs|casper" +msgstr "" + +# type: IP +#: lh_config.en.1:222 +#, no-wrap +msgid "B<--interactive> shell" +msgstr "" + +# type: IP +#: lh_config.en.1:223 +#, no-wrap +msgid "B<--iso-application> I" +msgstr "" + +# type: IP +#: lh_config.en.1:224 +#, no-wrap +msgid "B<--iso-preparer> I" +msgstr "" + +# type: IP +#: lh_config.en.1:225 +#, no-wrap +msgid "B<--iso-publisher> I" +msgstr "" + +# type: IP +#: lh_config.en.1:226 +#, no-wrap +msgid "B<--iso-volume> I" +msgstr "" + +# type: IP +#: lh_config.en.1:227 +#, no-wrap +msgid "B<--keyring-packages> I" +msgstr "" + +# type: IP +#: lh_config.en.1:228 +#, no-wrap +msgid "-l|B<--language> I" +msgstr "" + +# type: IP +#: lh_config.en.1:229 +#, no-wrap +msgid "-k|B<--linux-flavours> I|I<\"FLAVOURS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:230 +#, no-wrap +msgid "B<--linux-packages> I<\"PACKAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:231 +#, no-wrap +msgid "B<--losetup> losetup|losetup.orig" +msgstr "" + +# type: IP +#: lh_config.en.1:232 +#, no-wrap +msgid "B<--memtest> memtest86+|memtest86" +msgstr "" + +# type: IP +#: lh_config.en.1:233 +#, no-wrap +msgid "-m|B<--mirror-binary-security> I" +msgstr "" + +# type: IP +#: lh_config.en.1:234 +#, no-wrap +msgid "B<--mirror-binary> I" +msgstr "" + +# type: IP +#: lh_config.en.1:235 +#, no-wrap +msgid "B<--mirror-bootstrap-security> I" +msgstr "" + +# type: IP +#: lh_config.en.1:236 +#, no-wrap +msgid "B<--mirror-bootstrap> I" +msgstr "" + +# type: IP +#: lh_config.en.1:237 +#, no-wrap +msgid "B<--mode> debian|debian-edu" +msgstr "" + +# type: IP +#: lh_config.en.1:238 +#, no-wrap +msgid "B<--net-root-filesystem> nfs|cfs" +msgstr "" + +# type: IP +#: lh_config.en.1:239 +#, no-wrap +msgid "B<--net-root-mountoptions> I" +msgstr "" + +# type: IP +#: lh_config.en.1:240 +#, no-wrap +msgid "B<--net-root-path> I" +msgstr "" + +# type: IP +#: lh_config.en.1:241 +#, no-wrap +msgid "B<--net-root-server> I|I" +msgstr "" + +# type: IP +#: lh_config.en.1:242 +#, no-wrap +msgid "B<--net-cow-filesystem> nfs|cfs" +msgstr "" + +# type: IP +#: lh_config.en.1:243 +#, no-wrap +msgid "B<--net-cow-mountoptions> I" +msgstr "" + +# type: IP +#: lh_config.en.1:245 +#, no-wrap +msgid "B<--net-cow-path> I" +msgstr "" + +# type: Plain text +#: lh_config.en.1:249 +msgid "" +"Specify path to client writable filesystem. Anywhere that " +"B is specified in the path live-initramfs will " +"substitute the MAC address of the client delimited with hyphens." +msgstr "" + +# type: Plain text +#: lh_config.en.1:252 +msgid "Example:" +msgstr "" + +# type: Plain text +#: lh_config.en.1:254 +msgid "/export/hosts/client_mac_address" +msgstr "" + +# type: Plain text +#: lh_config.en.1:256 +msgid "/export/hosts/00-16-D3-33-92-E8" +msgstr "" + +# type: IP +#: lh_config.en.1:257 +#, no-wrap +msgid "B<--net-cow-server> I|I" +msgstr "" + +# type: IP +#: lh_config.en.1:258 +#, no-wrap +msgid "-p|B<--packages-lists> I" +msgstr "" + +# type: IP +#: lh_config.en.1:259 +#, no-wrap +msgid "B<--packages> I|I<\"PACKAGES\">" +msgstr "" + +# type: IP +#: lh_config.en.1:260 +#, no-wrap +msgid "B<--root-command> sudo" +msgstr "" + +# type: IP +#: lh_config.en.1:261 +#, no-wrap +msgid "B<--use-fakeroot> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:262 +#, no-wrap +msgid "B<--sections> I
|I<\"SECTIONS\">" +msgstr "" + +# type: IP +#: lh_config.en.1:263 +#, no-wrap +msgid "B<--security> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:264 +#, no-wrap +msgid "B<--source> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:265 +#, no-wrap +msgid "-s|B<--source-images> iso|net|tar|usb-hdd" +msgstr "" + +# type: IP +#: lh_config.en.1:266 +#, no-wrap +msgid "B<--symlinks> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:267 +#, no-wrap +msgid "B<--syslinux-splash> I" +msgstr "" + +# type: IP +#: lh_config.en.1:268 +#, no-wrap +msgid "B<--syslinux-timeout> I" +msgstr "" + +# type: IP +#: lh_config.en.1:269 +#, no-wrap +msgid "B<--syslinux-menu> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:270 +#, no-wrap +msgid "B<--sysvinit> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:271 +#, no-wrap +msgid "B<--tasksel> aptitude|tasksel" +msgstr "" + +# type: IP +#: lh_config.en.1:272 +#, no-wrap +msgid "B<--tasks> I" +msgstr "" + +# type: IP +#: lh_config.en.1:273 +#, no-wrap +msgid "B<--templates> I" +msgstr "" + +# type: IP +#: lh_config.en.1:274 +#, no-wrap +msgid "B<--union-filesystem> aufs|unionfs" +msgstr "" + +# type: IP +#: lh_config.en.1:275 +#, no-wrap +msgid "B<--exposed-root> enabled|disabled" +msgstr "" + +# type: IP +#: lh_config.en.1:276 +#, no-wrap +msgid "B<--username> I" +msgstr "" + +# type: SH +#: lh_config.en.1:278 +#, no-wrap +msgid "ENVIRONMENT" +msgstr "" + +# type: Plain text +#: lh_config.en.1:282 +msgid "" +"All command line switches can also be specified through the corresponding " +"environment variable. Environment variables are name LH_FOO, means, e.g. --" +"apt-ftp-proxy becomes LH_APT_FTP_PROXY." +msgstr "" + +# type: SH +#: lh_config.en.1:283 +#, no-wrap +msgid "FILES" +msgstr "" + +# type: Plain text +#: lh_config.en.1:285 +msgid "I" +msgstr "" + +# type: Plain text +#: lh_config.en.1:289 +msgid "" +"An optional conffile for lh_config defaults, useful to specify a few system " +"wide defaults, like LH_MIRROR_BOOTSTRAP. This feature can be disabled by " +"specifying the B<--ignore-system-defaults> option." +msgstr "" diff --git a/manpages/po4a/pot/lh_source.en.1.pot b/manpages/po4a/pot/lh_source.en.1.pot new file mode 100644 index 0000000..8ca5633 --- /dev/null +++ b/manpages/po4a/pot/lh_source.en.1.pot @@ -0,0 +1,160 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:17 lh_bootstrap.en.1:17 lh_build.en.1:17 lh_chroot.en.1:17 +#: lh.en.1:20 lh_source.en.1:17 +msgid "This program is part of live-helper." +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: lh_source.en.1:1 +#, no-wrap +msgid "LH_SOURCE" +msgstr "" + +# type: Plain text +#: lh_source.en.1:5 +msgid "lh_source - meta-helper for lh_source_*" +msgstr "" + +# type: Plain text +#: lh_source.en.1:8 +msgid "B [I]" +msgstr "" + +# type: Plain text +#: lh_source.en.1:12 +msgid "" +"lh_source is a meta-helper. It calls all necessary live-helper programs in " +"the correct order to complete the source stage." +msgstr "" diff --git a/manpages/po4a/pot/lh_testroot.en.1.pot b/manpages/po4a/pot/lh_testroot.en.1.pot new file mode 100644 index 0000000..7925813 --- /dev/null +++ b/manpages/po4a/pot/lh_testroot.en.1.pot @@ -0,0 +1,160 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:15 lh_bootstrap.en.1:15 lh_build.en.1:15 lh_chroot.en.1:15 +#: lh_clean.en.1:37 lh_config.en.1:292 lh.en.1:18 lh_source.en.1:15 +#: lh_testroot.en.1:16 +msgid "I(7)" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: Plain text +#: lh_clean.en.1:39 lh_config.en.1:294 lh_testroot.en.1:18 +msgid "This program is a part of live-helper." +msgstr "" + +# type: TH +#: lh_testroot.en.1:1 +#, no-wrap +msgid "LH_TESTROOT" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:5 +msgid "lh_testroot - ensure that a system is built as root" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:8 +msgid "BI]" +msgstr "" + +# type: Plain text +#: lh_testroot.en.1:13 +msgid "" +"lh_testroot simply checks to see if you are root. If not, it exits with an " +"error. Debian Live images must currently be built as real root, support for " +"I(1) and I(8) is still experimental." +msgstr "" diff --git a/manpages/po4a/pot/live-helper.en.7.pot b/manpages/po4a/pot/live-helper.en.7.pot new file mode 100644 index 0000000..c14fe71 --- /dev/null +++ b/manpages/po4a/pot/live-helper.en.7.pot @@ -0,0 +1,829 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-08-07 22:08+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "2007-11-26" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "1.0~a38" +msgstr "" + +# type: TH +#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 +#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1 +#: lh_testroot.en.1:1 live-helper.en.7:1 +#, no-wrap +msgid "live-helper" +msgstr "" + +# type: SH +#: lh_binary.en.1:3 lh_bootstrap.en.1:3 lh_build.en.1:3 lh_chroot.en.1:3 +#: lh_clean.en.1:3 lh_config.en.1:3 lh.en.1:3 lh_source.en.1:3 +#: lh_testroot.en.1:3 live-helper.en.7:3 +#, no-wrap +msgid "NAME" +msgstr "" + +# type: SH +#: lh_binary.en.1:6 lh_bootstrap.en.1:6 lh_build.en.1:6 lh_chroot.en.1:6 +#: lh_clean.en.1:6 lh_config.en.1:6 lh.en.1:6 lh_source.en.1:6 +#: lh_testroot.en.1:6 live-helper.en.7:6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +# type: SH +#: lh_binary.en.1:9 lh_bootstrap.en.1:9 lh_build.en.1:9 lh_chroot.en.1:9 +#: lh_clean.en.1:11 lh_config.en.1:177 lh.en.1:9 lh_source.en.1:9 +#: lh_testroot.en.1:9 live-helper.en.7:9 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +# type: SH +#: lh_binary.en.1:13 lh_bootstrap.en.1:13 lh_build.en.1:13 lh_chroot.en.1:13 +#: lh_clean.en.1:35 lh_config.en.1:290 lh.en.1:16 lh_source.en.1:13 +#: lh_testroot.en.1:14 live-helper.en.7:161 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +# type: SH +#: lh_binary.en.1:18 lh_bootstrap.en.1:18 lh_build.en.1:18 lh_chroot.en.1:18 +#: lh_clean.en.1:40 lh_config.en.1:295 lh.en.1:21 lh_source.en.1:18 +#: lh_testroot.en.1:19 live-helper.en.7:168 +#, no-wrap +msgid "BUGS" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:21 lh_bootstrap.en.1:21 lh_build.en.1:21 lh_chroot.en.1:21 +#: lh_clean.en.1:43 lh_config.en.1:298 lh.en.1:24 lh_source.en.1:21 +#: lh_testroot.en.1:22 live-helper.en.7:171 +msgid "" +"Report bugs against live-helper EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:22 lh_bootstrap.en.1:22 lh_build.en.1:22 lh_chroot.en.1:22 +#: lh_clean.en.1:44 lh_config.en.1:299 lh.en.1:25 lh_source.en.1:22 +#: lh_testroot.en.1:23 live-helper.en.7:172 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:26 lh_bootstrap.en.1:26 lh_build.en.1:26 lh_chroot.en.1:26 +#: lh_clean.en.1:48 lh_config.en.1:303 lh.en.1:29 lh_source.en.1:26 +#: lh_testroot.en.1:27 live-helper.en.7:176 +msgid "" +"More information about the Debian Live project can be found at EIE and EIE." +msgstr "" + +# type: SH +#: lh_binary.en.1:27 lh_bootstrap.en.1:27 lh_build.en.1:27 lh_chroot.en.1:27 +#: lh_clean.en.1:49 lh_config.en.1:304 lh.en.1:30 lh_source.en.1:27 +#: lh_testroot.en.1:28 live-helper.en.7:177 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +# type: Plain text +#: lh_binary.en.1:29 lh_bootstrap.en.1:29 lh_build.en.1:29 lh_chroot.en.1:29 +#: lh_clean.en.1:51 lh_config.en.1:306 lh.en.1:32 lh_source.en.1:29 +#: lh_testroot.en.1:30 live-helper.en.7:179 +msgid "" +"live-helper was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" + +# type: TH +#: live-helper.en.7:1 +#, no-wrap +msgid "LIVE-HELPER" +msgstr "" + +# type: Plain text +#: live-helper.en.7:5 +msgid "live-helper - the Debian Live tool suite" +msgstr "" + +# type: Plain text +#: live-helper.en.7:8 +msgid "BI<*> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>]" +msgstr "" + +# type: Plain text +#: live-helper.en.7:14 +msgid "" +"live-helper is used to help you build a Debian Live system. The philosophy " +"behind live-helper is to provide a collection of small, simple, and easily " +"understood tools that are used on a config directory to automate all aspects " +"of building a Debian Live image." +msgstr "" + +# type: SH +#: live-helper.en.7:15 +#, no-wrap +msgid "LIVE-HELPER COMMANDS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:18 +msgid "" +"Here is the complete list of available live-helper commands. See their man " +"pages for additional documentation." +msgstr "" + +# type: IP +#: live-helper.en.7:18 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:20 +msgid "generic live-helper wrapper" +msgstr "" + +# type: IP +#: live-helper.en.7:20 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:22 +msgid "meta-helper for lh_binary_*" +msgstr "" + +# type: IP +#: live-helper.en.7:22 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:23 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:24 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:25 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:26 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:27 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:28 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:29 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:30 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:31 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:32 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:33 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:34 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:35 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:36 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:37 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:38 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:39 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:40 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:41 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:42 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:44 +msgid "meta-helper for lh_bootstrap_*" +msgstr "" + +# type: IP +#: live-helper.en.7:44 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:45 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:46 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:47 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:48 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:50 +msgid "meta-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source" +msgstr "" + +# type: IP +#: live-helper.en.7:50 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:52 +msgid "meta-helper for lh_chroot_*" +msgstr "" + +# type: IP +#: live-helper.en.7:52 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:53 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:54 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:55 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:56 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:57 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:58 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:59 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:60 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:61 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:63 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:64 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:65 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:66 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:67 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:68 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:69 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:70 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:71 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:72 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:73 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:74 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:75 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:76 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:77 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:78 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:79 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:80 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:82 +msgid "clean up build directories" +msgstr "" + +# type: IP +#: live-helper.en.7:82 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:84 +msgid "create configuration directory" +msgstr "" + +# type: IP +#: live-helper.en.7:84 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:86 +msgid "meta-helper for lh_source_*" +msgstr "" + +# type: IP +#: live-helper.en.7:86 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:87 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:88 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:89 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:90 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:91 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:92 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:93 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: IP +#: live-helper.en.7:94 +#, no-wrap +msgid "I(1)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:96 +msgid "ensure that a system is built as root" +msgstr "" + +# type: Plain text +#: live-helper.en.7:100 +msgid "" +"If a program's name starts with \"lh_\", and the program is not on the above " +"list, then it is not part of the live-helper package, but it should still " +"work like the other programs described on this page." +msgstr "" + +# type: SH +#: live-helper.en.7:101 +#, no-wrap +msgid "LIVE-HELPER CONFIG FILES" +msgstr "" + +# type: Plain text +#: live-helper.en.7:109 +msgid "" +"Many live-helper commands make use of files in the I directory to " +"control what they do. Besides the common I, which is used by " +"all live-helper commands, some additional files can be used to configure the " +"behavior of specific live-helper commands. These files are typically named " +"config/stage or config/stage_helper (where \"stage\" of course, is replaced " +"with the name of the stage that they belong to, and \"helper\" with the name " +"of the helper)." +msgstr "" + +# type: Plain text +#: live-helper.en.7:116 +msgid "" +"For example, lh_bootstrap_debootstrap uses files named config/bootstrap and " +"config/bootstrap_debootstrap to read the options it will use. See the man " +"pages of individual commands for details about the names and formats of the " +"files they use. Generally, these files contain variables with values " +"assigned, one variable per line. Some programs in live-helper use pairs of " +"values or slightly more complicated variable assignments." +msgstr "" + +# type: Plain text +#: live-helper.en.7:123 +msgid "" +"Note that live-helper will respect environment variables which are present " +"in the context of the shell it is running. If variables can be read from " +"config files, then they override environment variables, and if command line " +"options are used, they override values from config files. If no value for a " +"given variable can be found and thus is unset, live-helper will " +"automatically set it to the default value." +msgstr "" + +# type: Plain text +#: live-helper.en.7:130 +msgid "" +"In some rare cases, you may want to have different versions of these files " +"for different architectures or distributions. If files named config/stage." +"arch or config/stage_helper.arch, and config/stage.dist or config/" +"stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg " +"--print-architecture\" and \"dist\" is the same as the codename of the " +"target distribution, then they will be used in preference to other, more " +"general files." +msgstr "" + +# type: Plain text +#: live-helper.en.7:134 +msgid "" +"All config files are shell scripts which are sourced by a live-helper " +"program. That means they have to follow the normal shell syntax. You can " +"also put comments in these files; lines beginning with \"#\" are ignored." +msgstr "" + +# type: SH +#: live-helper.en.7:135 +#, no-wrap +msgid "SHARED LIVE-HELPER OPTIONS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:137 +msgid "" +"The following command line options are supported by all live-helper programs." +msgstr "" + +# type: IP +#: live-helper.en.7:137 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:139 +msgid "display help and exit." +msgstr "" + +# type: IP +#: live-helper.en.7:139 +#, no-wrap +msgid "B<-u, --usage>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:141 +msgid "show usage and exit." +msgstr "" + +# type: IP +#: live-helper.en.7:141 +#, no-wrap +msgid "B<-v, --version>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:143 +msgid "output version information and exit." +msgstr "" + +# type: SH +#: live-helper.en.7:144 +#, no-wrap +msgid "COMMON LIVE-HELPER OPTIONS" +msgstr "" + +# type: Plain text +#: live-helper.en.7:148 +msgid "" +"The following command line options are supported by some live-helper " +"programs. See the man page of each program for a complete explanation of " +"what each option does." +msgstr "" + +# type: IP +#: live-helper.en.7:148 +#, no-wrap +msgid "B<--breakpoints>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:150 +msgid "run with breakpoints." +msgstr "" + +# type: IP +#: live-helper.en.7:150 +#, no-wrap +msgid "B<--conffile>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:152 +msgid "use custom configuration file." +msgstr "" + +# type: IP +#: live-helper.en.7:152 +#, no-wrap +msgid "B<--debug>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:154 +msgid "show debug information." +msgstr "" + +# type: IP +#: live-helper.en.7:154 +#, no-wrap +msgid "B<--force>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:156 +msgid "force helper execution, even if stage file exists." +msgstr "" + +# type: IP +#: live-helper.en.7:156 +#, no-wrap +msgid "B<--quiet>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:158 +msgid "be quiet." +msgstr "" + +# type: IP +#: live-helper.en.7:158 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +# type: Plain text +#: live-helper.en.7:160 +msgid "be verbose." +msgstr "" + +# type: Plain text +#: live-helper.en.7:163 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:165 +msgid "I(7)" +msgstr "" + +# type: Plain text +#: live-helper.en.7:167 +msgid "I(7)" +msgstr "" -- cgit v1.0