Bumping version number to 1.0.0.

This commit is contained in:
Daniel Baumann 2008-08-10 03:43:39 +02:00
parent 3c900582d1
commit b973d05362
41 changed files with 385 additions and 211 deletions

View File

@ -10,4 +10,4 @@
set -e set -e
PROGRAM="$(basename ${0})" PROGRAM="$(basename ${0})"
VERSION="1.0~a48" VERSION="1.0.0"

View File

@ -1,4 +1,4 @@
.TH LH 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
live\-helper \- generic live\-helper wrapper live\-helper \- generic live\-helper wrapper

View File

@ -1,4 +1,4 @@
.TH LH_BINARY 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_BINARY 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_binary \- meta\-helper for lh_binary_* lh_binary \- meta\-helper for lh_binary_*

View File

@ -1,4 +1,4 @@
.TH LH_BOOTSTRAP 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_BOOTSTRAP 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_bootstrap \- meta\-helper for lh_bootstrap_* lh_bootstrap \- meta\-helper for lh_bootstrap_*

View File

@ -1,4 +1,4 @@
.TH LH_BUILD 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_BUILD 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_build \- meta\-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source lh_build \- meta\-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source

View File

@ -1,4 +1,4 @@
.TH LH_CHROOT 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_CHROOT 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_chroot \- meta\-helper for lh_chroot_* lh_chroot \- meta\-helper for lh_chroot_*

View File

@ -1,4 +1,4 @@
.TH LH_CLEAN 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_CLEAN 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_clean \- clean up system build directories lh_clean \- clean up system build directories

View File

@ -1,4 +1,4 @@
.TH LH_CONFIG 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_CONFIG 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_config \- create configuration for live\-helper lh_config \- create configuration for live\-helper

View File

@ -1,4 +1,4 @@
.TH LH_SOURCE 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_SOURCE 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_source \- meta\-helper for lh_source_* lh_source \- meta\-helper for lh_source_*

View File

@ -1,4 +1,4 @@
.TH LH_TESTROOT 1 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LH_TESTROOT 1 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
lh_testroot \- ensure that a system is built as root lh_testroot \- ensure that a system is built as root

View File

@ -1,4 +1,4 @@
.TH LIVE\-HELPER 7 "2007\-11\-26" "1.0~a38" "live\-helper" .TH LIVE\-HELPER 7 "2008\-08\-11" "1.0" "live\-helper"
.SH NAME .SH NAME
live\-helper \- the Debian Live tool suite live\-helper \- the Debian Live tool suite

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 21:17+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 21:17+0300\n" "PO-Revision-Date: 2008-08-07 21:17+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -22,25 +22,33 @@ msgid "LH_BINARY"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "live-helper" msgid "live-helper"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:3 lh_bootstrap.en.1:3 #: 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 #, no-wrap
msgid "NAME" msgid "NAME"
msgstr "" msgstr ""
@ -51,7 +59,9 @@ msgid "lh_binary - meta-helper for lh_binary_*"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:6 lh_bootstrap.en.1:6 #: 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 #, no-wrap
msgid "SYNOPSIS" msgid "SYNOPSIS"
msgstr "" msgstr ""
@ -62,7 +72,9 @@ msgid "B<lh_binary> [I<live-helper options>]"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:9 lh_bootstrap.en.1:9 #: 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 #, no-wrap
msgid "DESCRIPTION" msgid "DESCRIPTION"
msgstr "" msgstr ""
@ -75,42 +87,55 @@ msgid ""
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:13 lh_bootstrap.en.1:13 #: 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 #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:15 lh_bootstrap.en.1:15 #: 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<live-helper>(7)" msgid "I<live-helper>(7)"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:17 lh_bootstrap.en.1:17 #: 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." msgid "This program is part of live-helper."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:18 lh_bootstrap.en.1:18 #: 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 #, no-wrap
msgid "BUGS" msgid "BUGS"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:21 lh_bootstrap.en.1:21 #: 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 "" msgid ""
"Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-" "Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-"
"helper>E<gt>." "helper>E<gt>."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:22 lh_bootstrap.en.1:22 #: 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 #, no-wrap
msgid "HOMEPAGE" msgid "HOMEPAGE"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:26 lh_bootstrap.en.1:26 #: 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 "" msgid ""
"More information about the Debian Live project can be found at E<lt>I<http://" "More information about the Debian Live project can be found at E<lt>I<http://"
"debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/" "debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/"
@ -118,13 +143,17 @@ msgid ""
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:27 lh_bootstrap.en.1:27 #: 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 #, no-wrap
msgid "AUTHOR" msgid "AUTHOR"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:29 lh_bootstrap.en.1:29 #: 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 "" msgid ""
"live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " "live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project." "the Debian project."

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 21:17+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 21:17+0300\n" "PO-Revision-Date: 2008-08-07 21:17+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,78 +16,103 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "live-helper" msgid "live-helper"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:3 lh_bootstrap.en.1:3 #: 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 #, no-wrap
msgid "NAME" msgid "NAME"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:6 lh_bootstrap.en.1:6 #: 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 #, no-wrap
msgid "SYNOPSIS" msgid "SYNOPSIS"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:9 lh_bootstrap.en.1:9 #: 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 #, no-wrap
msgid "DESCRIPTION" msgid "DESCRIPTION"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:13 lh_bootstrap.en.1:13 #: 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 #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:15 lh_bootstrap.en.1:15 #: 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<live-helper>(7)" msgid "I<live-helper>(7)"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:17 lh_bootstrap.en.1:17 #: 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." msgid "This program is part of live-helper."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:18 lh_bootstrap.en.1:18 #: 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 #, no-wrap
msgid "BUGS" msgid "BUGS"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:21 lh_bootstrap.en.1:21 #: 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 "" msgid ""
"Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-" "Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-"
"helper>E<gt>." "helper>E<gt>."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:22 lh_bootstrap.en.1:22 #: 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 #, no-wrap
msgid "HOMEPAGE" msgid "HOMEPAGE"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:26 lh_bootstrap.en.1:26 #: 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 "" msgid ""
"More information about the Debian Live project can be found at E<lt>I<http://" "More information about the Debian Live project can be found at E<lt>I<http://"
"debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/" "debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/"
@ -95,13 +120,17 @@ msgid ""
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:27 lh_bootstrap.en.1:27 #: 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 #, no-wrap
msgid "AUTHOR" msgid "AUTHOR"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:29 lh_bootstrap.en.1:29 #: 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 "" msgid ""
"live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " "live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project." "the Debian project."

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lh_binary.en.1\n" "Project-Id-Version: lh_binary.en.1\n"
"POT-Creation-Date: 2008-08-07 21:17+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 17:26+0200\n" "PO-Revision-Date: 2008-08-07 17:26+0200\n"
"Last-Translator: Frederic Lehobey <Frederic@Lehobey.net>\n" "Last-Translator: Frederic Lehobey <Frederic@Lehobey.net>\n"
"Language-Team: Français <debian-l10n-french@lists.debian.org>\n" "Language-Team: Français <debian-l10n-french@lists.debian.org>\n"
@ -23,25 +23,33 @@ msgid "LH_BINARY"
msgstr "LH_BINARY" msgstr "LH_BINARY"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1
#, no-wrap #: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1
msgid "2007-11-26" #: lh_testroot.en.1:1 live-helper.en.7:1
#, fuzzy, no-wrap
msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1
#, no-wrap #: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1
msgid "1.0~a38" #: lh_testroot.en.1:1 live-helper.en.7:1
#, fuzzy, no-wrap
msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "live-helper" msgid "live-helper"
msgstr "live-helper" msgstr "live-helper"
# type: SH # type: SH
#: lh_binary.en.1:3 lh_bootstrap.en.1:3 #: 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 #, no-wrap
msgid "NAME" msgid "NAME"
msgstr "NOM" msgstr "NOM"
@ -52,7 +60,9 @@ msgid "lh_binary - meta-helper for lh_binary_*"
msgstr "lh_binary - meta-helper for lh_binary_*" msgstr "lh_binary - meta-helper for lh_binary_*"
# type: SH # type: SH
#: lh_binary.en.1:6 lh_bootstrap.en.1:6 #: 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 #, no-wrap
msgid "SYNOPSIS" msgid "SYNOPSIS"
msgstr "SYNOPSIS" msgstr "SYNOPSIS"
@ -63,7 +73,9 @@ msgid "B<lh_binary> [I<live-helper options>]"
msgstr "B<lh_binary> [I<options pour live-helper>]" msgstr "B<lh_binary> [I<options pour live-helper>]"
# type: SH # type: SH
#: lh_binary.en.1:9 lh_bootstrap.en.1:9 #: 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 #, no-wrap
msgid "DESCRIPTION" msgid "DESCRIPTION"
msgstr "DESCRIPTION" msgstr "DESCRIPTION"
@ -79,29 +91,38 @@ msgstr ""
"binaire." "binaire."
# type: SH # type: SH
#: lh_binary.en.1:13 lh_bootstrap.en.1:13 #: 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 #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "VOIR AUSSI" msgstr "VOIR AUSSI"
# type: Plain text # type: Plain text
#: lh_binary.en.1:15 lh_bootstrap.en.1:15 #: 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<live-helper>(7)" msgid "I<live-helper>(7)"
msgstr "I<live-helper>(7)" msgstr "I<live-helper>(7)"
# type: Plain text # type: Plain text
#: lh_binary.en.1:17 lh_bootstrap.en.1:17 #: 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." msgid "This program is part of live-helper."
msgstr "Ce programme fait partie de live-helper." msgstr "Ce programme fait partie de live-helper."
# type: SH # type: SH
#: lh_binary.en.1:18 lh_bootstrap.en.1:18 #: 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 #, no-wrap
msgid "BUGS" msgid "BUGS"
msgstr "ANOMALIES" msgstr "ANOMALIES"
# type: Plain text # type: Plain text
#: lh_binary.en.1:21 lh_bootstrap.en.1:21 #: 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 "" msgid ""
"Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-" "Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-"
"helper>E<gt>." "helper>E<gt>."
@ -110,13 +131,17 @@ msgstr ""
"helper>E<gt>." "helper>E<gt>."
# type: SH # type: SH
#: lh_binary.en.1:22 lh_bootstrap.en.1:22 #: 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 #, no-wrap
msgid "HOMEPAGE" msgid "HOMEPAGE"
msgstr "HÉBERGEMENT" msgstr "HÉBERGEMENT"
# type: Plain text # type: Plain text
#: lh_binary.en.1:26 lh_bootstrap.en.1:26 #: 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 "" msgid ""
"More information about the Debian Live project can be found at E<lt>I<http://" "More information about the Debian Live project can be found at E<lt>I<http://"
"debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/" "debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/"
@ -127,13 +152,17 @@ msgstr ""
"debian.org/DebianLive/>E<gt>." "debian.org/DebianLive/>E<gt>."
# type: SH # type: SH
#: lh_binary.en.1:27 lh_bootstrap.en.1:27 #: 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 #, no-wrap
msgid "AUTHOR" msgid "AUTHOR"
msgstr "AUTEUR" msgstr "AUTEUR"
# type: Plain text # type: Plain text
#: lh_binary.en.1:29 lh_bootstrap.en.1:29 #: 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 "" msgid ""
"live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " "live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project." "the Debian project."

View File

@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lh_bootstrap.en.1\n" "Project-Id-Version: lh_bootstrap.en.1\n"
"POT-Creation-Date: 2008-08-07 21:17+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 21:21+0200\n" "PO-Revision-Date: 2008-08-07 21:21+0200\n"
"Last-Translator: Frederic Lehobey <Frederic@Lehobey.net>\n" "Last-Translator: Frederic Lehobey <Frederic@Lehobey.net>\n"
"Language-Team: Français <debian-l10n-french@lists.debian.org>\n" "Language-Team: Français <debian-l10n-french@lists.debian.org>\n"
@ -19,65 +19,86 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n" "X-Generator: KBabel 1.11.4\n"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1
#, no-wrap #: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1
msgid "2007-11-26" #: lh_testroot.en.1:1 live-helper.en.7:1
#, fuzzy, no-wrap
msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1
#, no-wrap #: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.en.1:1
msgid "1.0~a38" #: lh_testroot.en.1:1 live-helper.en.7:1
#, fuzzy, no-wrap
msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "live-helper" msgid "live-helper"
msgstr "live-helper" msgstr "live-helper"
# type: SH # type: SH
#: lh_binary.en.1:3 lh_bootstrap.en.1:3 #: 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 #, no-wrap
msgid "NAME" msgid "NAME"
msgstr "NOM" msgstr "NOM"
# type: SH # type: SH
#: lh_binary.en.1:6 lh_bootstrap.en.1:6 #: 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 #, no-wrap
msgid "SYNOPSIS" msgid "SYNOPSIS"
msgstr "SYNOPSIS" msgstr "SYNOPSIS"
# type: SH # type: SH
#: lh_binary.en.1:9 lh_bootstrap.en.1:9 #: 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 #, no-wrap
msgid "DESCRIPTION" msgid "DESCRIPTION"
msgstr "DESCRIPTION" msgstr "DESCRIPTION"
# type: SH # type: SH
#: lh_binary.en.1:13 lh_bootstrap.en.1:13 #: 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 #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "VOIR AUSSI" msgstr "VOIR AUSSI"
# type: Plain text # type: Plain text
#: lh_binary.en.1:15 lh_bootstrap.en.1:15 #: 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<live-helper>(7)" msgid "I<live-helper>(7)"
msgstr "I<live-helper>(7)" msgstr "I<live-helper>(7)"
# type: Plain text # type: Plain text
#: lh_binary.en.1:17 lh_bootstrap.en.1:17 #: 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." msgid "This program is part of live-helper."
msgstr "Ce programme fait partie de live-helper." msgstr "Ce programme fait partie de live-helper."
# type: SH # type: SH
#: lh_binary.en.1:18 lh_bootstrap.en.1:18 #: 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 #, no-wrap
msgid "BUGS" msgid "BUGS"
msgstr "ANOMALIES" msgstr "ANOMALIES"
# type: Plain text # type: Plain text
#: lh_binary.en.1:21 lh_bootstrap.en.1:21 #: 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 "" msgid ""
"Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-" "Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-"
"helper>E<gt>." "helper>E<gt>."
@ -86,13 +107,17 @@ msgstr ""
"helper>E<gt>." "helper>E<gt>."
# type: SH # type: SH
#: lh_binary.en.1:22 lh_bootstrap.en.1:22 #: 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 #, no-wrap
msgid "HOMEPAGE" msgid "HOMEPAGE"
msgstr "HÉBERGEMENT" msgstr "HÉBERGEMENT"
# type: Plain text # type: Plain text
#: lh_binary.en.1:26 lh_bootstrap.en.1:26 #: 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 "" msgid ""
"More information about the Debian Live project can be found at E<lt>I<http://" "More information about the Debian Live project can be found at E<lt>I<http://"
"debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/" "debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/"
@ -103,13 +128,17 @@ msgstr ""
"debian.org/DebianLive/>E<gt>." "debian.org/DebianLive/>E<gt>."
# type: SH # type: SH
#: lh_binary.en.1:27 lh_bootstrap.en.1:27 #: 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 #, no-wrap
msgid "AUTHOR" msgid "AUTHOR"
msgstr "AUTEUR" msgstr "AUTEUR"
# type: Plain text # type: Plain text
#: lh_binary.en.1:29 lh_bootstrap.en.1:29 #: 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 "" msgid ""
"live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " "live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project." "the Debian project."

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Debconf 8\n" "Project-Id-Version: Debconf 8\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: 2008-08-07 22:08+0300\n" "PO-Revision-Date: 2008-08-07 22:08+0300\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -19,16 +19,16 @@ msgstr ""
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "2007-11-26" msgstr "2007-11-26"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 lh_build.en.1:1 lh_chroot.en.1:1 #: 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_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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, fuzzy, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "1.0~a38" msgstr "1.0~a38"
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 21:17+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -22,25 +22,33 @@ msgid "LH_BINARY"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "live-helper" msgid "live-helper"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:3 lh_bootstrap.en.1:3 #: 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 #, no-wrap
msgid "NAME" msgid "NAME"
msgstr "" msgstr ""
@ -51,7 +59,9 @@ msgid "lh_binary - meta-helper for lh_binary_*"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:6 lh_bootstrap.en.1:6 #: 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 #, no-wrap
msgid "SYNOPSIS" msgid "SYNOPSIS"
msgstr "" msgstr ""
@ -62,7 +72,9 @@ msgid "B<lh_binary> [I<live-helper options>]"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:9 lh_bootstrap.en.1:9 #: 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 #, no-wrap
msgid "DESCRIPTION" msgid "DESCRIPTION"
msgstr "" msgstr ""
@ -75,42 +87,55 @@ msgid ""
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:13 lh_bootstrap.en.1:13 #: 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 #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:15 lh_bootstrap.en.1:15 #: 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<live-helper>(7)" msgid "I<live-helper>(7)"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:17 lh_bootstrap.en.1:17 #: 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." msgid "This program is part of live-helper."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:18 lh_bootstrap.en.1:18 #: 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 #, no-wrap
msgid "BUGS" msgid "BUGS"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:21 lh_bootstrap.en.1:21 #: 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 "" msgid ""
"Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-" "Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-"
"helper>E<gt>." "helper>E<gt>."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:22 lh_bootstrap.en.1:22 #: 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 #, no-wrap
msgid "HOMEPAGE" msgid "HOMEPAGE"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:26 lh_bootstrap.en.1:26 #: 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 "" msgid ""
"More information about the Debian Live project can be found at E<lt>I<http://" "More information about the Debian Live project can be found at E<lt>I<http://"
"debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/" "debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/"
@ -118,13 +143,17 @@ msgid ""
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:27 lh_bootstrap.en.1:27 #: 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 #, no-wrap
msgid "AUTHOR" msgid "AUTHOR"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:29 lh_bootstrap.en.1:29 #: 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 "" msgid ""
"live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " "live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project." "the Debian project."

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 21:17+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,78 +16,103 @@ msgstr ""
"Content-Transfer-Encoding: ENCODING" "Content-Transfer-Encoding: ENCODING"
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH
#: lh_binary.en.1:1 lh_bootstrap.en.1:1 #: 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 #, no-wrap
msgid "live-helper" msgid "live-helper"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:3 lh_bootstrap.en.1:3 #: 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 #, no-wrap
msgid "NAME" msgid "NAME"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:6 lh_bootstrap.en.1:6 #: 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 #, no-wrap
msgid "SYNOPSIS" msgid "SYNOPSIS"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:9 lh_bootstrap.en.1:9 #: 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 #, no-wrap
msgid "DESCRIPTION" msgid "DESCRIPTION"
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:13 lh_bootstrap.en.1:13 #: 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 #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:15 lh_bootstrap.en.1:15 #: 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<live-helper>(7)" msgid "I<live-helper>(7)"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:17 lh_bootstrap.en.1:17 #: 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." msgid "This program is part of live-helper."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:18 lh_bootstrap.en.1:18 #: 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 #, no-wrap
msgid "BUGS" msgid "BUGS"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:21 lh_bootstrap.en.1:21 #: 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 "" msgid ""
"Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-" "Report bugs against live-helper E<lt>I<http://packages.qa.debian.org/live-"
"helper>E<gt>." "helper>E<gt>."
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:22 lh_bootstrap.en.1:22 #: 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 #, no-wrap
msgid "HOMEPAGE" msgid "HOMEPAGE"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:26 lh_bootstrap.en.1:26 #: 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 "" msgid ""
"More information about the Debian Live project can be found at E<lt>I<http://" "More information about the Debian Live project can be found at E<lt>I<http://"
"debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/" "debian-live.alioth.debian.org/>E<gt> and E<lt>I<http://wiki.debian.org/"
@ -95,13 +120,17 @@ msgid ""
msgstr "" msgstr ""
# type: SH # type: SH
#: lh_binary.en.1:27 lh_bootstrap.en.1:27 #: 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 #, no-wrap
msgid "AUTHOR" msgid "AUTHOR"
msgstr "" msgstr ""
# type: Plain text # type: Plain text
#: lh_binary.en.1:29 lh_bootstrap.en.1:29 #: 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 "" msgid ""
"live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " "live-helper was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project." "the Debian project."

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-08-07 22:08+0300\n" "POT-Creation-Date: 2008-08-10 03:43+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -20,7 +20,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "2007-11-26" msgid "2008-08-11"
msgstr "" msgstr ""
# type: TH # type: TH
@ -28,7 +28,7 @@ msgstr ""
#: lh_clean.en.1:1 lh_config.en.1:1 lh.en.1:1 lh_source.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 #: lh_testroot.en.1:1 live-helper.en.7:1
#, no-wrap #, no-wrap
msgid "1.0~a38" msgid "1.0"
msgstr "" msgstr ""
# type: TH # type: TH