Adding live-debconfig-set-selections for easy input into the local debconf database.
authorDaniel Baumann <daniel@debian.org>
Sat, 22 Dec 2012 15:48:19 +0000 (16:48 +0100)
committerDaniel Baumann <daniel@debian.org>
Sat, 22 Dec 2012 16:10:08 +0000 (17:10 +0100)
14 files changed:
bin/live-debconfig-set-selections [new file with mode: 0755]
manpages/ca/live-debconfig-set-selections.ca.1 [new file with mode: 0644]
manpages/de/live-debconfig-get-selections.de.1
manpages/de/live-debconfig-set-selections.de.1 [new file with mode: 0644]
manpages/en/live-debconfig-set-selections.1 [new file with mode: 0644]
manpages/es/live-debconfig-set-selections.es.1 [new file with mode: 0644]
manpages/fr/live-debconfig-set-selections.fr.1 [new file with mode: 0644]
manpages/po/ca/live-debconfig-set-selections.1.po [new file with mode: 0644]
manpages/po/de/live-debconfig-get-selections.1.po
manpages/po/de/live-debconfig-set-selections.1.po [new file with mode: 0644]
manpages/po/es/live-debconfig-set-selections.1.po [new file with mode: 0644]
manpages/po/fr/live-debconfig-set-selections.1.po [new file with mode: 0644]
manpages/po4a.cfg
manpages/pot/live-debconfig-set-selections.1.pot [new file with mode: 0644]

diff --git a/bin/live-debconfig-set-selections b/bin/live-debconfig-set-selections
new file mode 100755 (executable)
index 0000000..25a8bf2
--- /dev/null
@@ -0,0 +1,86 @@
+#!/bin/sh
+
+## live-debconfig(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+set -e
+
+DEBCONF_SYSTEMRC="/var/lib/live/debconfig/systemrc"
+export DEBCONF_SYSTEMRC
+
+Setup_debconf ()
+{
+       if [ ! -e /var/lib/live/debconfig ]
+       then
+               mkdir -p /var/lib/live/debconfig
+               chmod 0700 /var/lib/live/debconfig
+       fi
+
+       if [ ! -e /var/lib/live/debconfig/systemrc ]
+       then
+
+cat > /var/lib/live/debconfig/systemrc << EOF
+Config: configdb
+Templates: templatedb
+
+Name: config
+Driver: File
+Mode: 644
+Reject-Type: password
+Filename: /var/lib/live/debconfig/config.dat
+
+Name: passwords
+Driver: File
+Mode: 600
+Backup: false
+Required: false
+Accept-Type: password
+Filename: /var/lib/live/debconfig/passwords.dat
+
+Name: configdb
+Driver: Stack
+Stack: config, passwords
+
+Name: templatedb
+Driver: File
+Mode: 644
+Filename: /var/lib/live/debconfig/templates.dat
+EOF
+
+               chmod 0600 /var/lib/live/debconfig/systemrc
+       fi
+}
+
+Main ()
+{
+       if [ ! -x "$(which debconf-set-selections 2>/dev/null)" ]
+       then
+               echo "E: debconf-set-selections - command not found"
+               echo "I: debconf can be optained from:"
+               echo "I:   http://ftp.debian.org/debian/pool/main/d/debconf/"
+               echo "I: On Debian based systems, po4a can be installed with:"
+               echo "I:   apt-get install debconf"
+               exit 1
+       fi
+
+       Setup_debconf
+
+       if [ -n "${1}" ]
+       then
+               # Preseed from file
+               debconf-set-selections "${1}"
+       else
+               # Preseed from stdin
+               while read _LINE
+               do
+                       echo ${_LINE} | debconf-set-selections
+               done < /dev/stdin
+       fi
+}
+
+Main ${@}
diff --git a/manpages/ca/live-debconfig-set-selections.ca.1 b/manpages/ca/live-debconfig-set-selections.ca.1
new file mode 100644 (file)
index 0000000..744873a
--- /dev/null
@@ -0,0 +1,53 @@
+.\" live-debconfig(7) - System Configuration Scripts
+.\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+.\"
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This is free software, and you are welcome to redistribute it
+.\" under certain conditions; see COPYING for details.
+.\"
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-DEBCONFIG 1 22.12.2012 4.0~a11\-1 "Projecte Debian Live"
+
+.SH NOM
+\fBlive\-debconfig\-set\-selections\fP \- insert new values into the
+live\-debconfig(7) debconf database
+
+.SH SYNOPSIS
+\fBlive\-debconfig\-set\-selections\fP \fIFILE\fP
+.br
+live\-debconfig\-get\-selections | ssh \fIHOST\fP \fBlive\-debconfig\-set\-selections\fP
+
+.SH DESCRIPCIÓ
+\fBlive\-debconfig\-set\-selections\fP inserts new values into the
+live\-debconfig(7) debconf database, see debconf\-set\-selections(1) for more
+information about the data format.
+.SH FILES
+.IP \fB/var/lib/live/debconfig/systemrc\fP 4
+.IP \fB/var/lib/live/debconfig/config.dat\fP 4
+.IP \fB/var/lib/live/debconfig/passwords.dat\fP 4
+.IP \fB/var/lib/live/debconfig/templates.dat\fP 4
+
+.SH "VEURE TAMBÉ"
+\fIdebconf\-set\-selections\fP(1)
+.PP
+\fIlive\-debconfig\fP(7)
+
+.SH "PÀGINA WEB"
+Es pot trobar més informació sobre live\-debconfig i el projecte Debian Live
+a la pàgina web <\fIhttp://live.debian.net/\fP> i al manual a
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH ERRORS
+Es pot informar sobre els errors mitjançant la presentació d'un informe
+d'errors sobre al paquet live\-debconfig al Debian Bug Tracking System a
+<\fIhttp://bugs.debian.org/\fP> o escrivint un correu a la llista de
+correu de Debian Live a <\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTOR
+live\-debconfig va ser escrit per Daniel Baumann
+<\fIdaniel@debian.org\fP>.
index 8b7cc2c..dd25d6e 100644 (file)
@@ -17,7 +17,7 @@
 \fBlive\-debconfig\-get\-selections\fP \- git den Inhalt der live\-debconfig(7)
 debconf Datenbank aus
 
-.SH SYNOPSIS
+.SH SYNTAX
 \fBlive\-debconfig\-get\-selections\fP
 
 .SH BESCHREIBUNG
diff --git a/manpages/de/live-debconfig-set-selections.de.1 b/manpages/de/live-debconfig-set-selections.de.1
new file mode 100644 (file)
index 0000000..fcf358b
--- /dev/null
@@ -0,0 +1,55 @@
+.\" live-debconfig(7) - System Configuration Scripts
+.\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+.\"
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This is free software, and you are welcome to redistribute it
+.\" under certain conditions; see COPYING for details.
+.\"
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-DEBCONFIG 1 22.12.2012 4.0~a11\-1 "Debian Live Projekt"
+
+.SH NAME
+\fBlive\-debconfig\-set\-selections\fP \- fügt neue Werte in die live\-debconfig(7)
+debconf Datenbank ein
+
+.SH SYNTAX
+\fBlive\-debconfig\-set\-selections\fP \fIDATEI\fP
+.br
+live\-debconfig\-get\-selections | ssh \fIRECHNER\fP
+\fBlive\-debconfig\-set\-selections\fP
+
+.SH BESCHREIBUNG
+\fBlive\-debconfig\-get\-selections\fP fügt neue Werte in die live\-debconfig(7)
+debconf Datenbank ein, siehe debconf\-set\-selections(1) für weitere
+Informationen zum Datenformat.
+.SH DATEIEN
+.IP \fB/var/lib/live/debconfig/systemrc\fP 4
+.IP \fB/var/lib/live/debconfig/config.dat\fP 4
+.IP \fB/var/lib/live/debconfig/passwords.dat\fP 4
+.IP \fB/var/lib/live/debconfig/templates.dat\fP 4
+
+.SH "SIEHE AUCH"
+\fIdebconf\-set\-selections\fP(1)
+.PP
+\fIlive\-debconfig\fP(7)
+
+.SH HOMEPAGE
+Weitere Informationen über live\-debconfig und das Debian Live Projekt können
+auf der Homepage unter <\fIhttp://live.debian.net/\fP> und im Handbuch
+unter <\fIhttp://live.debian.net/manual/\fP> gefunden werden.
+
+.SH FEHLER
+Fehler können durch Einreichen eines Fehlerberichtes für das live\-debconfig
+Paket im Debian Bug Tracking System unter
+<\fIhttp://bugs.debian.org/\fP> oder durch Senden einer E\-Mail an die
+Debian Live Mailing Liste unter <\fIdebian\-live@lists.debian.org\fP>
+(englischsprachig) mitgeteilt werden.
+
+.SH AUTOR
+live\-debconfig wurde von Daniel Baumann <\fIdaniel@debian.org\fP>
+geschrieben.
diff --git a/manpages/en/live-debconfig-set-selections.1 b/manpages/en/live-debconfig-set-selections.1
new file mode 100644 (file)
index 0000000..4969424
--- /dev/null
@@ -0,0 +1,39 @@
+.\" live-debconfig(7) - System Configuration Scripts
+.\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+.\"
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This is free software, and you are welcome to redistribute it
+.\" under certain conditions; see COPYING for details.
+.\"
+.\"
+.TH LIVE\-DEBCONFIG 1 2012\-12\-22 4.0~a11-1 "Debian Live Project"
+
+.SH NAME
+\fBlive\-debconfig\-set\-selections\fR \- insert new values into the live\-debconfig(7) debconf database
+
+.SH SYNOPSIS
+\fBlive\-debconfig\-set\-selections\fR \fIFILE\fR
+.br
+live\-debconfig\-get\-selections | ssh \fIHOST\fR \fBlive\-debconfig\-set\-selections\fR
+
+.SH DESCRIPTION
+\fBlive\-debconfig\-set\-selections\fR inserts new values into the live\-debconfig(7) debconf database, see debconf\-set\-selections(1) for more information about the data format.
+.SH FILES
+.IP "\fB/var/lib/live/debconfig/systemrc\fR" 4
+.IP "\fB/var/lib/live/debconfig/config.dat\fR" 4
+.IP "\fB/var/lib/live/debconfig/passwords.dat\fR" 4
+.IP "\fB/var/lib/live/debconfig/templates.dat\fR" 4
+
+.SH SEE ALSO
+\fIdebconf\-set\-selections\fR(1)
+.PP
+\fIlive\-debconfig\fR(7)
+
+.SH HOMEPAGE
+More information about live\-debconfig and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-debconfig package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian\-live@lists.debian.org\fR>.
+
+.SH AUTHOR
+live\-debconfig was written by Daniel Baumann <\fIdaniel@debian.org\fR>.
diff --git a/manpages/es/live-debconfig-set-selections.es.1 b/manpages/es/live-debconfig-set-selections.es.1
new file mode 100644 (file)
index 0000000..900f928
--- /dev/null
@@ -0,0 +1,54 @@
+.\" live-debconfig(7) - System Configuration Scripts
+.\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+.\"
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This is free software, and you are welcome to redistribute it
+.\" under certain conditions; see COPYING for details.
+.\"
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-DEBCONFIG 1 22.12.2012 4.0~a11\-1 "Proyecto Debian Live"
+
+.SH NOMBRE
+\fBlive\-debconfig\-set\-selections\fP \- insert new values into the
+live\-debconfig(7) debconf database
+
+.SH SYNOPSIS
+\fBlive\-debconfig\-set\-selections\fP \fIFILE\fP
+.br
+live\-debconfig\-get\-selections | ssh \fIHOST\fP \fBlive\-debconfig\-set\-selections\fP
+
+.SH DESCRIPCIÓN
+\fBlive\-debconfig\-set\-selections\fP inserts new values into the
+live\-debconfig(7) debconf database, see debconf\-set\-selections(1) for more
+information about the data format.
+.SH FICHEROS
+.IP \fB/var/lib/live/debconfig/systemrc\fP 4
+.IP \fB/var/lib/live/debconfig/config.dat\fP 4
+.IP \fB/var/lib/live/debconfig/passwords.dat\fP 4
+.IP \fB/var/lib/live/debconfig/templates.dat\fP 4
+
+.SH "VER TAMBIÉN"
+\fIdebconf\-set\-selections\fP(1)
+.PP
+\fIlive\-debconfig\fP(7)
+
+.SH "PÁGINA WEB"
+Se puede encontrar más información acerca de live\-debconfig y el proyecto
+Debian Live en su página principal en <\fIhttp://live.debian.net/\fP> y
+en el manual en <\fIhttp://live.debian.net/manual/\fP>.
+
+.SH ERRORES
+Se puede notificar los fallos enviando un informe de errores sobre el
+paquete live\-debconfig en el Debian Bug Tracking System en
+<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de
+correo de Debian Live a la dirección
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTOR
+live\-debconfig fue escrito por Daniel Baumann
+<\fIdaniel@debian.org\fP>.
diff --git a/manpages/fr/live-debconfig-set-selections.fr.1 b/manpages/fr/live-debconfig-set-selections.fr.1
new file mode 100644 (file)
index 0000000..4dbb160
--- /dev/null
@@ -0,0 +1,53 @@
+.\" live-debconfig(7) - System Configuration Scripts
+.\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+.\"
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This is free software, and you are welcome to redistribute it
+.\" under certain conditions; see COPYING for details.
+.\"
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-DEBCONFIG 1 22.12.2012 4.0~a11\-1 "Projet Debian Live"
+
+.SH NOM
+\fBlive\-debconfig\-set\-selections\fP \- insert new values into the
+live\-debconfig(7) debconf database
+
+.SH SYNOPSIS
+\fBlive\-debconfig\-set\-selections\fP \fIFILE\fP
+.br
+live\-debconfig\-get\-selections | ssh \fIHOST\fP \fBlive\-debconfig\-set\-selections\fP
+
+.SH DESCRIPTION
+\fBlive\-debconfig\-set\-selections\fP inserts new values into the
+live\-debconfig(7) debconf database, see debconf\-set\-selections(1) for more
+information about the data format.
+.SH FICHIERS
+.IP \fB/var/lib/live/debconfig/systemrc\fP 4
+.IP \fB/var/lib/live/debconfig/config.dat\fP 4
+.IP \fB/var/lib/live/debconfig/passwords.dat\fP 4
+.IP \fB/var/lib/live/debconfig/templates.dat\fP 4
+
+.SH "VOIR AUSSI"
+\fIdebconf\-set\-selections\fP(1)
+.PP
+\fIlive\-debconfig\fP(7)
+
+.SH "PAGE D'ACCUEIL"
+Plus d'informations sur live\-debconfig et le projet Debian Live peuvent être
+trouvées sur la page <\fIhttp://live.debian.net/\fP> et dans le manuel
+sur <\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BOGUES
+Les bogues peuvent être signalés en soumettant un rapport de bogue à propos
+du paquet live\-debconfig via le Debian Bug Tracking System sur
+<\fIhttp://bugs.debian.org/\fP> ou en envoyant un mail à la liste de
+diffusion de Debian Live sur <\fIdebian\-live@lists.debian.org\fP>
+
+.SH AUTEUR
+live\-debconfig a été conçu par Daniel Baumann
+<\fIdaniel@debian.org\fP>.
diff --git a/manpages/po/ca/live-debconfig-set-selections.1.po b/manpages/po/ca/live-debconfig-set-selections.1.po
new file mode 100644 (file)
index 0000000..19bb0f5
--- /dev/null
@@ -0,0 +1,194 @@
+# Catalan translations for live-debconfig package
+# Copyright (C) 2012 Carlos Zuferri <chals@altorricon.com>
+# This file is distributed under the same license as the live-debconfig package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-debconfig 4.0~a11-1\n"
+"POT-Creation-Date: 2012-12-22 17:09+0100\n"
+"PO-Revision-Date: 2012-08-17 00:41+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
+"Language: ca\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
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "LIVE-DEBCONFIG"
+msgstr "LIVE-DEBCONFIG"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "2012-12-22"
+msgstr "22.12.2012"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "4.0~a11-1"
+msgstr "4.0~a11-1"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "Debian Live Project"
+msgstr "Projecte Debian Live"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:11 en/live-debconfig-set-selections.1:11
+#: en/live-debconfig.7:11 en/live-debconfig_hostname.5:11
+#, no-wrap
+msgid "NAME"
+msgstr "NOM"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:14 en/live-debconfig-set-selections.1:14
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:17 en/live-debconfig-set-selections.1:19
+#: en/live-debconfig.7:14 en/live-debconfig_hostname.5:14
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓ"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:23 en/live-debconfig-set-selections.1:21
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:24 en/live-debconfig-set-selections.1:22
+#, no-wrap
+msgid "B</var/lib/live/debconfig/systemrc>"
+msgstr "B</var/lib/live/debconfig/systemrc>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:25 en/live-debconfig-set-selections.1:23
+#, no-wrap
+msgid "B</var/lib/live/debconfig/config.dat>"
+msgstr "B</var/lib/live/debconfig/config.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:26 en/live-debconfig-set-selections.1:24
+#, no-wrap
+msgid "B</var/lib/live/debconfig/passwords.dat>"
+msgstr "B</var/lib/live/debconfig/passwords.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:27 en/live-debconfig-set-selections.1:25
+#, no-wrap
+msgid "B</var/lib/live/debconfig/templates.dat>"
+msgstr "B</var/lib/live/debconfig/templates.dat>"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:29 en/live-debconfig-set-selections.1:27
+#: en/live-debconfig.7:33 en/live-debconfig_hostname.5:54
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VEURE TAMBÉ"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:33 en/live-debconfig-set-selections.1:31
+#: en/live-debconfig_hostname.5:62
+msgid "I<live-debconfig>(7)"
+msgstr "I<live-debconfig>(7)"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:34 en/live-debconfig-set-selections.1:32
+#: en/live-debconfig.7:42 en/live-debconfig_hostname.5:65
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr "PÀGINA WEB"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:36 en/live-debconfig-set-selections.1:34
+#: en/live-debconfig.7:44 en/live-debconfig_hostname.5:67
+msgid ""
+"More information about live-debconfig and the Debian Live project can be "
+"found on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the "
+"manual at E<lt>I<http://live.debian.net/manual/>E<gt>."
+msgstr ""
+"Es pot trobar més informació sobre live-debconfig i el projecte Debian Live "
+"a la pàgina web E<lt>I<http://live.debian.net/>E<gt> i al manual a "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:37 en/live-debconfig-set-selections.1:35
+#: en/live-debconfig.7:45 en/live-debconfig_hostname.5:68
+#, no-wrap
+msgid "BUGS"
+msgstr "ERRORS"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:39 en/live-debconfig-set-selections.1:37
+#: en/live-debconfig.7:47 en/live-debconfig_hostname.5:70
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-debconfig "
+"package in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/"
+">E<gt> or by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
+"live@lists.debian.org>E<gt>."
+msgstr ""
+"Es pot informar sobre els errors mitjançant la presentació d'un informe "
+"d'errors sobre al paquet live-debconfig al Debian Bug Tracking System a "
+"E<lt>I<http://bugs.debian.org/>E<gt> o escrivint un correu a la llista de "
+"correu de Debian Live a E<lt>I<debian-live@lists.debian.org>E<gt>."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:40 en/live-debconfig-set-selections.1:38
+#: en/live-debconfig.7:48 en/live-debconfig_hostname.5:71
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:41 en/live-debconfig-set-selections.1:39
+#: en/live-debconfig.7:49 en/live-debconfig_hostname.5:72
+msgid ""
+"live-debconfig was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+msgstr ""
+"live-debconfig va ser escrit per Daniel Baumann E<lt>I<daniel@debian."
+"org>E<gt>."
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:13
+msgid ""
+"B<live-debconfig-set-selections> - insert new values into the live-debconfig"
+"(7) debconf database"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:16
+msgid "B<live-debconfig-set-selections> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:18
+msgid ""
+"live-debconfig-get-selections | ssh I<HOST> B<live-debconfig-set-selections>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:21
+msgid ""
+"B<live-debconfig-set-selections> inserts new values into the live-debconfig"
+"(7) debconf database, see debconf-set-selections(1) for more information "
+"about the data format."
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:29
+msgid "I<debconf-set-selections>(1)"
+msgstr "I<debconf-set-selections>(1)"
index 875017d..b092175 100644 (file)
@@ -63,7 +63,7 @@ msgstr ""
 #: en/live-debconfig-get-selections.1:14
 #, no-wrap
 msgid "SYNOPSIS"
-msgstr ""
+msgstr "SYNTAX"
 
 #. type: Plain text
 #: en/live-debconfig-get-selections.1:16
diff --git a/manpages/po/de/live-debconfig-set-selections.1.po b/manpages/po/de/live-debconfig-set-selections.1.po
new file mode 100644 (file)
index 0000000..2484dfb
--- /dev/null
@@ -0,0 +1,202 @@
+# German translations for live-debconfig package
+# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# This file is distributed under the same license as the live-debconfig package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-debconfig 4.0~a11-1\n"
+"POT-Creation-Date: 2012-12-22 17:09+0100\n"
+"PO-Revision-Date: 2010-05-24 09:59+0300\n"
+"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
+"Language-Team: none\n"
+"Language: de\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
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "LIVE-DEBCONFIG"
+msgstr "LIVE-DEBCONFIG"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "2012-12-22"
+msgstr "22.12.2012"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "4.0~a11-1"
+msgstr "4.0~a11-1"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "Debian Live Project"
+msgstr "Debian Live Projekt"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:11 en/live-debconfig-set-selections.1:11
+#: en/live-debconfig.7:11 en/live-debconfig_hostname.5:11
+#, no-wrap
+msgid "NAME"
+msgstr "NAME"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:14 en/live-debconfig-set-selections.1:14
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SYNTAX"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:17 en/live-debconfig-set-selections.1:19
+#: en/live-debconfig.7:14 en/live-debconfig_hostname.5:14
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "BESCHREIBUNG"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:23 en/live-debconfig-set-selections.1:21
+#, no-wrap
+msgid "FILES"
+msgstr "DATEIEN"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:24 en/live-debconfig-set-selections.1:22
+#, no-wrap
+msgid "B</var/lib/live/debconfig/systemrc>"
+msgstr "B</var/lib/live/debconfig/systemrc>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:25 en/live-debconfig-set-selections.1:23
+#, no-wrap
+msgid "B</var/lib/live/debconfig/config.dat>"
+msgstr "B</var/lib/live/debconfig/config.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:26 en/live-debconfig-set-selections.1:24
+#, no-wrap
+msgid "B</var/lib/live/debconfig/passwords.dat>"
+msgstr "B</var/lib/live/debconfig/passwords.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:27 en/live-debconfig-set-selections.1:25
+#, no-wrap
+msgid "B</var/lib/live/debconfig/templates.dat>"
+msgstr "B</var/lib/live/debconfig/templates.dat>"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:29 en/live-debconfig-set-selections.1:27
+#: en/live-debconfig.7:33 en/live-debconfig_hostname.5:54
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "SIEHE AUCH"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:33 en/live-debconfig-set-selections.1:31
+#: en/live-debconfig_hostname.5:62
+msgid "I<live-debconfig>(7)"
+msgstr "I<live-debconfig>(7)"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:34 en/live-debconfig-set-selections.1:32
+#: en/live-debconfig.7:42 en/live-debconfig_hostname.5:65
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr "HOMEPAGE"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:36 en/live-debconfig-set-selections.1:34
+#: en/live-debconfig.7:44 en/live-debconfig_hostname.5:67
+msgid ""
+"More information about live-debconfig and the Debian Live project can be "
+"found on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the "
+"manual at E<lt>I<http://live.debian.net/manual/>E<gt>."
+msgstr ""
+"Weitere Informationen über live-debconfig und das Debian Live Projekt können "
+"auf der Homepage unter E<lt>I<http://live.debian.net/>E<gt> und im Handbuch "
+"unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:37 en/live-debconfig-set-selections.1:35
+#: en/live-debconfig.7:45 en/live-debconfig_hostname.5:68
+#, no-wrap
+msgid "BUGS"
+msgstr "FEHLER"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:39 en/live-debconfig-set-selections.1:37
+#: en/live-debconfig.7:47 en/live-debconfig_hostname.5:70
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-debconfig "
+"package in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/"
+">E<gt> or by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
+"live@lists.debian.org>E<gt>."
+msgstr ""
+"Fehler können durch Einreichen eines Fehlerberichtes für das live-debconfig "
+"Paket im Debian Bug Tracking System unter E<lt>I<http://bugs.debian.org/"
+">E<gt> oder durch Senden einer E-Mail an die Debian Live Mailing Liste unter "
+"E<lt>I<debian-live@lists.debian.org>E<gt> (englischsprachig) mitgeteilt "
+"werden."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:40 en/live-debconfig-set-selections.1:38
+#: en/live-debconfig.7:48 en/live-debconfig_hostname.5:71
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:41 en/live-debconfig-set-selections.1:39
+#: en/live-debconfig.7:49 en/live-debconfig_hostname.5:72
+msgid ""
+"live-debconfig was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+msgstr ""
+"live-debconfig wurde von Daniel Baumann E<lt>I<daniel@debian.org>E<gt> "
+"geschrieben."
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:13
+msgid ""
+"B<live-debconfig-set-selections> - insert new values into the live-debconfig"
+"(7) debconf database"
+msgstr ""
+"B<live-debconfig-set-selections> - fügt neue Werte in die live-debconfig(7) "
+"debconf Datenbank ein"
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:16
+msgid "B<live-debconfig-set-selections> I<FILE>"
+msgstr "B<live-debconfig-set-selections> I<DATEI>"
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:18
+msgid ""
+"live-debconfig-get-selections | ssh I<HOST> B<live-debconfig-set-selections>"
+msgstr ""
+"live-debconfig-get-selections | ssh I<RECHNER> B<live-debconfig-set-"
+"selections>"
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:21
+msgid ""
+"B<live-debconfig-set-selections> inserts new values into the live-debconfig"
+"(7) debconf database, see debconf-set-selections(1) for more information "
+"about the data format."
+msgstr ""
+"B<live-debconfig-get-selections> fügt neue Werte in die live-debconfig(7) "
+"debconf Datenbank ein, siehe debconf-set-selections(1) für weitere "
+"Informationen zum Datenformat."
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:29
+msgid "I<debconf-set-selections>(1)"
+msgstr "I<debconf-set-selections>(1)"
diff --git a/manpages/po/es/live-debconfig-set-selections.1.po b/manpages/po/es/live-debconfig-set-selections.1.po
new file mode 100644 (file)
index 0000000..c6fc208
--- /dev/null
@@ -0,0 +1,193 @@
+# Spanish translations for live-debconfig package
+# Copyright (C) 2012 Carlos Zuferri <chals@altorricon.com>
+# This file is distributed under the same license as the live-debconfig package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-debconfig 4.0~a11-1\n"
+"POT-Creation-Date: 2012-12-22 17:09+0100\n"
+"PO-Revision-Date: 2012-08-17 00:17+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
+"Language: es\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
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "LIVE-DEBCONFIG"
+msgstr "LIVE-DEBCONFIG"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "2012-12-22"
+msgstr "22.12.2012"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "4.0~a11-1"
+msgstr "4.0~a11-1"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "Debian Live Project"
+msgstr "Proyecto Debian Live"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:11 en/live-debconfig-set-selections.1:11
+#: en/live-debconfig.7:11 en/live-debconfig_hostname.5:11
+#, no-wrap
+msgid "NAME"
+msgstr "NOMBRE"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:14 en/live-debconfig-set-selections.1:14
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:17 en/live-debconfig-set-selections.1:19
+#: en/live-debconfig.7:14 en/live-debconfig_hostname.5:14
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓN"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:23 en/live-debconfig-set-selections.1:21
+#, no-wrap
+msgid "FILES"
+msgstr "FICHEROS"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:24 en/live-debconfig-set-selections.1:22
+#, no-wrap
+msgid "B</var/lib/live/debconfig/systemrc>"
+msgstr "B</var/lib/live/debconfig/systemrc>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:25 en/live-debconfig-set-selections.1:23
+#, no-wrap
+msgid "B</var/lib/live/debconfig/config.dat>"
+msgstr "B</var/lib/live/debconfig/config.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:26 en/live-debconfig-set-selections.1:24
+#, no-wrap
+msgid "B</var/lib/live/debconfig/passwords.dat>"
+msgstr "B</var/lib/live/debconfig/passwords.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:27 en/live-debconfig-set-selections.1:25
+#, no-wrap
+msgid "B</var/lib/live/debconfig/templates.dat>"
+msgstr "B</var/lib/live/debconfig/templates.dat>"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:29 en/live-debconfig-set-selections.1:27
+#: en/live-debconfig.7:33 en/live-debconfig_hostname.5:54
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VER TAMBIÉN"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:33 en/live-debconfig-set-selections.1:31
+#: en/live-debconfig_hostname.5:62
+msgid "I<live-debconfig>(7)"
+msgstr "I<live-debconfig>(7)"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:34 en/live-debconfig-set-selections.1:32
+#: en/live-debconfig.7:42 en/live-debconfig_hostname.5:65
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr "PÁGINA WEB"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:36 en/live-debconfig-set-selections.1:34
+#: en/live-debconfig.7:44 en/live-debconfig_hostname.5:67
+msgid ""
+"More information about live-debconfig and the Debian Live project can be "
+"found on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the "
+"manual at E<lt>I<http://live.debian.net/manual/>E<gt>."
+msgstr ""
+"Se puede encontrar más información acerca de live-debconfig y el proyecto "
+"Debian Live en su página principal en E<lt>I<http://live.debian.net/>E<gt> y "
+"en el manual en E<lt>I<http://live.debian.net/manual/>E<gt>."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:37 en/live-debconfig-set-selections.1:35
+#: en/live-debconfig.7:45 en/live-debconfig_hostname.5:68
+#, no-wrap
+msgid "BUGS"
+msgstr "ERRORES"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:39 en/live-debconfig-set-selections.1:37
+#: en/live-debconfig.7:47 en/live-debconfig_hostname.5:70
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-debconfig "
+"package in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/"
+">E<gt> or by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
+"live@lists.debian.org>E<gt>."
+msgstr ""
+"Se puede notificar los fallos enviando un informe de errores sobre el "
+"paquete live-debconfig en el Debian Bug Tracking System en E<lt>I<http://"
+"bugs.debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de "
+"Debian Live a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:40 en/live-debconfig-set-selections.1:38
+#: en/live-debconfig.7:48 en/live-debconfig_hostname.5:71
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:41 en/live-debconfig-set-selections.1:39
+#: en/live-debconfig.7:49 en/live-debconfig_hostname.5:72
+msgid ""
+"live-debconfig was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+msgstr ""
+"live-debconfig fue escrito por Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:13
+msgid ""
+"B<live-debconfig-set-selections> - insert new values into the live-debconfig"
+"(7) debconf database"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:16
+msgid "B<live-debconfig-set-selections> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:18
+msgid ""
+"live-debconfig-get-selections | ssh I<HOST> B<live-debconfig-set-selections>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:21
+msgid ""
+"B<live-debconfig-set-selections> inserts new values into the live-debconfig"
+"(7) debconf database, see debconf-set-selections(1) for more information "
+"about the data format."
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:29
+msgid "I<debconf-set-selections>(1)"
+msgstr "I<debconf-set-selections>(1)"
diff --git a/manpages/po/fr/live-debconfig-set-selections.1.po b/manpages/po/fr/live-debconfig-set-selections.1.po
new file mode 100644 (file)
index 0000000..f69146a
--- /dev/null
@@ -0,0 +1,192 @@
+# French translations for live-debconfig package
+# Copyright (C) 2012 Carlos Zuferri <chals@altorricon.com>
+# This file is distributed under the same license as the live-debconfig package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-debconfig 4.0~a11-1\n"
+"POT-Creation-Date: 2012-12-22 17:09+0100\n"
+"PO-Revision-Date: 2012-08-17 00:35+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
+"Language-Team: none\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "LIVE-DEBCONFIG"
+msgstr "LIVE-DEBCONFIG"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "2012-12-22"
+msgstr "22.12.2012"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "4.0~a11-1"
+msgstr "4.0~a11-1"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "Debian Live Project"
+msgstr "Projet Debian Live"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:11 en/live-debconfig-set-selections.1:11
+#: en/live-debconfig.7:11 en/live-debconfig_hostname.5:11
+#, no-wrap
+msgid "NAME"
+msgstr "NOM"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:14 en/live-debconfig-set-selections.1:14
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:17 en/live-debconfig-set-selections.1:19
+#: en/live-debconfig.7:14 en/live-debconfig_hostname.5:14
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPTION"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:23 en/live-debconfig-set-selections.1:21
+#, no-wrap
+msgid "FILES"
+msgstr "FICHIERS"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:24 en/live-debconfig-set-selections.1:22
+#, no-wrap
+msgid "B</var/lib/live/debconfig/systemrc>"
+msgstr "B</var/lib/live/debconfig/systemrc>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:25 en/live-debconfig-set-selections.1:23
+#, no-wrap
+msgid "B</var/lib/live/debconfig/config.dat>"
+msgstr "B</var/lib/live/debconfig/config.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:26 en/live-debconfig-set-selections.1:24
+#, no-wrap
+msgid "B</var/lib/live/debconfig/passwords.dat>"
+msgstr "B</var/lib/live/debconfig/passwords.dat>"
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:27 en/live-debconfig-set-selections.1:25
+#, no-wrap
+msgid "B</var/lib/live/debconfig/templates.dat>"
+msgstr "B</var/lib/live/debconfig/templates.dat>"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:29 en/live-debconfig-set-selections.1:27
+#: en/live-debconfig.7:33 en/live-debconfig_hostname.5:54
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VOIR AUSSI"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:33 en/live-debconfig-set-selections.1:31
+#: en/live-debconfig_hostname.5:62
+msgid "I<live-debconfig>(7)"
+msgstr "I<live-debconfig>(7)"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:34 en/live-debconfig-set-selections.1:32
+#: en/live-debconfig.7:42 en/live-debconfig_hostname.5:65
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr "PAGE D'ACCUEIL"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:36 en/live-debconfig-set-selections.1:34
+#: en/live-debconfig.7:44 en/live-debconfig_hostname.5:67
+msgid ""
+"More information about live-debconfig and the Debian Live project can be "
+"found on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the "
+"manual at E<lt>I<http://live.debian.net/manual/>E<gt>."
+msgstr ""
+"Plus d'informations sur live-debconfig et le projet Debian Live peuvent être "
+"trouvées sur la page E<lt>I<http://live.debian.net/>E<gt> et dans le manuel "
+"sur E<lt>I<http://live.debian.net/manual/>E<gt>."
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:37 en/live-debconfig-set-selections.1:35
+#: en/live-debconfig.7:45 en/live-debconfig_hostname.5:68
+#, no-wrap
+msgid "BUGS"
+msgstr "BOGUES"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:39 en/live-debconfig-set-selections.1:37
+#: en/live-debconfig.7:47 en/live-debconfig_hostname.5:70
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-debconfig "
+"package in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/"
+">E<gt> or by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
+"live@lists.debian.org>E<gt>."
+msgstr ""
+"Les bogues peuvent être signalés en soumettant un rapport de bogue à propos "
+"du paquet live-debconfig via le Debian Bug Tracking System sur E<lt>I<http://"
+"bugs.debian.org/>E<gt> ou en envoyant un mail à la liste de diffusion de "
+"Debian Live sur E<lt>I<debian-live@lists.debian.org>E<gt>"
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:40 en/live-debconfig-set-selections.1:38
+#: en/live-debconfig.7:48 en/live-debconfig_hostname.5:71
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTEUR"
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:41 en/live-debconfig-set-selections.1:39
+#: en/live-debconfig.7:49 en/live-debconfig_hostname.5:72
+msgid ""
+"live-debconfig was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+msgstr ""
+"live-debconfig a été conçu par Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:13
+msgid ""
+"B<live-debconfig-set-selections> - insert new values into the live-debconfig"
+"(7) debconf database"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:16
+msgid "B<live-debconfig-set-selections> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:18
+msgid ""
+"live-debconfig-get-selections | ssh I<HOST> B<live-debconfig-set-selections>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:21
+msgid ""
+"B<live-debconfig-set-selections> inserts new values into the live-debconfig"
+"(7) debconf database, see debconf-set-selections(1) for more information "
+"about the data format."
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:29
+msgid "I<debconf-set-selections>(1)"
+msgstr "I<debconf-set-selections>(1)"
index c0ff0b9..fe287bf 100644 (file)
@@ -1,5 +1,6 @@
 [po4a_langs] ca de es fr
 [po4a_paths] pot/$master.pot $lang:po/$lang/$master.po
 [type: man] en/live-debconfig-get-selections.1 $lang:$lang/live-debconfig-get-selections.$lang.1
+[type: man] en/live-debconfig-set-selections.1 $lang:$lang/live-debconfig-set-selections.$lang.1
 [type: man] en/live-debconfig.7 $lang:$lang/live-debconfig.$lang.7
 [type: man] en/live-debconfig_hostname.5 $lang:$lang/live-debconfig_hostname.$lang.5
diff --git a/manpages/pot/live-debconfig-set-selections.1.pot b/manpages/pot/live-debconfig-set-selections.1.pot
new file mode 100644 (file)
index 0000000..35b2afc
--- /dev/null
@@ -0,0 +1,186 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-debconfig package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-debconfig VERSION\n"
+"POT-Creation-Date: 2012-12-22 17:09+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "LIVE-DEBCONFIG"
+msgstr ""
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "2012-12-22"
+msgstr ""
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "4.0~a11-1"
+msgstr ""
+
+#. type: TH
+#: en/live-debconfig-get-selections.1:9 en/live-debconfig-set-selections.1:9
+#: en/live-debconfig.7:9 en/live-debconfig_hostname.5:9
+#, no-wrap
+msgid "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:11 en/live-debconfig-set-selections.1:11
+#: en/live-debconfig.7:11 en/live-debconfig_hostname.5:11
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:14 en/live-debconfig-set-selections.1:14
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:17 en/live-debconfig-set-selections.1:19
+#: en/live-debconfig.7:14 en/live-debconfig_hostname.5:14
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:23 en/live-debconfig-set-selections.1:21
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:24 en/live-debconfig-set-selections.1:22
+#, no-wrap
+msgid "B</var/lib/live/debconfig/systemrc>"
+msgstr ""
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:25 en/live-debconfig-set-selections.1:23
+#, no-wrap
+msgid "B</var/lib/live/debconfig/config.dat>"
+msgstr ""
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:26 en/live-debconfig-set-selections.1:24
+#, no-wrap
+msgid "B</var/lib/live/debconfig/passwords.dat>"
+msgstr ""
+
+#. type: IP
+#: en/live-debconfig-get-selections.1:27 en/live-debconfig-set-selections.1:25
+#, no-wrap
+msgid "B</var/lib/live/debconfig/templates.dat>"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:29 en/live-debconfig-set-selections.1:27
+#: en/live-debconfig.7:33 en/live-debconfig_hostname.5:54
+#, no-wrap
+msgid "SEE ALSO"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:33 en/live-debconfig-set-selections.1:31
+#: en/live-debconfig_hostname.5:62
+msgid "I<live-debconfig>(7)"
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:34 en/live-debconfig-set-selections.1:32
+#: en/live-debconfig.7:42 en/live-debconfig_hostname.5:65
+#, no-wrap
+msgid "HOMEPAGE"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:36 en/live-debconfig-set-selections.1:34
+#: en/live-debconfig.7:44 en/live-debconfig_hostname.5:67
+msgid ""
+"More information about live-debconfig and the Debian Live project can be "
+"found on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the "
+"manual at E<lt>I<http://live.debian.net/manual/>E<gt>."
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:37 en/live-debconfig-set-selections.1:35
+#: en/live-debconfig.7:45 en/live-debconfig_hostname.5:68
+#, no-wrap
+msgid "BUGS"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:39 en/live-debconfig-set-selections.1:37
+#: en/live-debconfig.7:47 en/live-debconfig_hostname.5:70
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-debconfig "
+"package in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/"
+">E<gt> or by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
+"live@lists.debian.org>E<gt>."
+msgstr ""
+
+#. type: SH
+#: en/live-debconfig-get-selections.1:40 en/live-debconfig-set-selections.1:38
+#: en/live-debconfig.7:48 en/live-debconfig_hostname.5:71
+#, no-wrap
+msgid "AUTHOR"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-get-selections.1:41 en/live-debconfig-set-selections.1:39
+#: en/live-debconfig.7:49 en/live-debconfig_hostname.5:72
+msgid ""
+"live-debconfig was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:13
+msgid ""
+"B<live-debconfig-set-selections> - insert new values into the live-debconfig"
+"(7) debconf database"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:16
+msgid "B<live-debconfig-set-selections> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:18
+msgid ""
+"live-debconfig-get-selections | ssh I<HOST> B<live-debconfig-set-selections>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:21
+msgid ""
+"B<live-debconfig-set-selections> inserts new values into the live-debconfig"
+"(7) debconf database, see debconf-set-selections(1) for more information "
+"about the data format."
+msgstr ""
+
+#. type: Plain text
+#: en/live-debconfig-set-selections.1:29
+msgid "I<debconf-set-selections>(1)"
+msgstr ""