summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 20:16:01 +0200
committerDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 20:16:01 +0200
commit4a086930194bc431c9ae7bd97b552e33cd4f3d26 (patch)
tree3cb83259723d112fd7b08b5bd299df2f5ee94009
parent3daa86f837ad5bd61f2240a6a0303b19397e0e31 (diff)
parent54439ce5dc6b0bd123a9e5e53a2f3db77a857cea (diff)
Record mdadm (3.4-2) in archive suite sid
-rw-r--r--debian/changelog29
-rw-r--r--debian/control8
-rw-r--r--debian/copyright2
-rw-r--r--debian/initramfs/hook264
-rw-r--r--debian/initramfs/script.local-block44
-rw-r--r--debian/initramfs/script.local-bottom3
-rw-r--r--debian/initramfs/script.local-top101
-rw-r--r--debian/mdadm-raid256
-rw-r--r--debian/mdadm.config131
-rw-r--r--debian/mdadm.init10
-rw-r--r--debian/mdadm.maintscript1
-rw-r--r--debian/mdadm.postinst11
-rw-r--r--debian/mdadm.postrm12
-rw-r--r--debian/mdadm.preinst45
-rw-r--r--debian/mdadm.templates61
-rw-r--r--debian/mkconf6
-rw-r--r--debian/patches/disable-incremental-assembly.patch14
-rw-r--r--debian/patches/series1
-rw-r--r--debian/po/ca.po232
-rw-r--r--debian/po/cs.po225
-rw-r--r--debian/po/da.po223
-rw-r--r--debian/po/de.po239
-rw-r--r--debian/po/es.po236
-rw-r--r--debian/po/eu.po223
-rw-r--r--debian/po/fi.po225
-rw-r--r--debian/po/fr.po236
-rw-r--r--debian/po/gl.po225
-rw-r--r--debian/po/it.po228
-rw-r--r--debian/po/ja.po223
-rw-r--r--debian/po/nl.po229
-rw-r--r--debian/po/pt.po227
-rw-r--r--debian/po/pt_BR.po296
-rw-r--r--debian/po/ru.po229
-rw-r--r--debian/po/sk.po222
-rw-r--r--debian/po/sv.po225
-rw-r--r--debian/po/templates.pot118
-rw-r--r--debian/po/vi.po230
-rwxr-xr-xdebian/rules7
-rw-r--r--udev-md-raid-assembly.rules3
39 files changed, 1937 insertions, 3363 deletions
diff --git a/debian/changelog b/debian/changelog
index 11f8b7f2..f843ff8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+mdadm (3.4-2) unstable; urgency=low
+
+ * Reneable incremental assembly
+ * Rely on udev to assemble incremental arrays
+ * In environments with systemd rely on mdadm-last-resort@.timer|.service
+ units to activate degrated raids
+ * In environments initramfs-tools initrd (no systemd) add local-block
+ script to do the same after 2/3rds of root delay iteration
+ * Drop local-top initramfs script
+ * Drop dependency on initscripts package
+ * Drop INITRDSTART support
+ * Drop mdadm-raid init script
+ * Drop ancient preinst
+ * In mdadm.init remove dependency on mdadm-raid
+ * In mdadm.init check, and bail out running in a container
+ * In mdadm.config drop mdadm/autostart logic
+ * Drop CREATE stanzas from mkconf and don't include them in the
+ initramfs. The generated defaults, are the compiled-in defaults. And
+ the current one generates warnings when running mdadm in the
+ initramfs, as there is no passwd|group files to resolve root/disk
+ uid/gid. Closes: 717609
+ * Adapt changes and formatting of initramfs hook from Ubuntu
+ * Bump standards version to 3.9.7, no changes required
+ * Fix copyright-refers-to-symlink-license
+ * Closes: #781172, #796624, #769201, #813335, #632401, #804973, #714155,
+ #770002, #737132, #675452, #726390, #813637, #814036.
+
+ -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 02 Jul 2016 19:16:01 +0100
+
mdadm (3.4-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 2d29ac09..96491c6d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
Maintainer: Debian mdadm maintainers <pkg-mdadm-devel@lists.alioth.debian.org>
Uploaders: Dimitri John Ledkov <xnox@debian.org>
Build-Depends: debhelper (>= 6.0.7~), po-debconf, groff-base
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-mdadm/mdadm.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mdadm/mdadm.git
Homepage: http://neil.brown.name/blog/mdadm
Package: mdadm
-Architecture: any
-Depends: ${shlibs:Depends}, udev, ${misc:Depends}, lsb-base, debconf, initscripts
+Architecture: linux-any
+Depends: ${shlibs:Depends}, udev, ${misc:Depends}, lsb-base, debconf
Recommends: default-mta | mail-transport-agent, kmod | module-init-tools
Description: tool to administer Linux MD arrays (software RAID)
The mdadm utility can be used to create, manage, and monitor MD
@@ -23,7 +23,7 @@ Description: tool to administer Linux MD arrays (software RAID)
Package: mdadm-udeb
Section: debian-installer
XC-Package-Type: udeb
-Architecture: any
+Architecture: linux-any
Depends: ${shlibs:Depends}
Description: tool to administer Linux MD arrays (software RAID)
The mdadm utility can be used to create, manage, and monitor MD
diff --git a/debian/copyright b/debian/copyright
index f6eaec91..39f1435d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -18,4 +18,4 @@ the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in '/usr/share/common-licenses/GPL'.
+Public License can be found in '/usr/share/common-licenses/GPL-2'.
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index 74ed7e38..ae7d4d18 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -7,10 +7,10 @@
#
set -eu
-PREREQ=
+PREREQ="udev"
prereqs()
{
- echo "$PREREQ"
+ echo "$PREREQ"
}
case "${1:-}" in
@@ -44,223 +44,67 @@ warn()
write W "$@"
}
-err()
-{
- write E "$@"
-}
-
-MDADM=/sbin/mdadm
-MDMON=/sbin/mdmon
-[ -x "$MDADM" ] || exit 0
-
-[ -r /usr/share/initramfs-tools/hook-functions ] || exit 0
. /usr/share/initramfs-tools/hook-functions
# copy the binary as early as possible
-copy_exec $MDADM /sbin
-copy_exec $MDMON /sbin
+copy_exec /sbin/mdadm /sbin
+copy_exec /sbin/mdmon /sbin
+
+# Copy udev rules, which udev no longer does
+for UDEV_RULE in 63-md-raid-arrays.rules 64-md-raid-assembly.rules; do
+for rules_folder in /lib/udev/rules.d /etc/udev/rules.d; do
+ if [ -f $rules_folder/$UDEV_RULE ]; then
+ mkdir -p $DESTDIR$rules_folder
+ cp $rules_folder/$UDEV_RULE $DESTDIR$rules_folder/$UDEV_RULE
+ fi
+done
+done
-# copy all modules into the initramfs, just for safety.
-# we copy raid456 / raid5+raid6 because the hook script just won't do
-# anything when the module cannot be found.
-modules="linear multipath raid0 raid1 raid456 raid5 raid6 raid10"
-for mod in $modules; do manual_add_modules $mod; done
+# load raid modules in the initramfs
+for module in linear multipath raid0 raid1 raid456 raid5 raid6 raid10; do
+ force_load $module
+done
-# read in the configuration
+# copy the mdadm configuration
CONFIG=/etc/mdadm/mdadm.conf
ALTCONFIG=/etc/mdadm.conf
-[ ! -f $CONFIG ] && [ -f $ALTCONFIG ] && CONFIG=$ALTCONFIG || :
-
-DEBIANCONFIG=/etc/default/mdadm
-INITRDSTART=all
-[ -s $DEBIANCONFIG ] && . $DEBIANCONFIG
-[ -z "$INITRDSTART" ] && INITRDSTART=none
-
DESTMDADMCONF=$DESTDIR/etc/mdadm/mdadm.conf
-DESTCONFIG=$DESTDIR/conf/mdadm
-
-if [ -f $CONFIG ]; then
- homehost="$(sed -ne 's,^[[:space:]]*HOMEHOST[[:space:]]*,,p' $CONFIG)"
-fi
-if [ -z "${homehost:-}" ] || [ "${homehost:-}" = '<system>' ]; then
- echo "MD_HOMEHOST='$(hostname)'" > $DESTCONFIG
-fi
-
-install_config()
-{
- # install the configuration file
- mkdir -p ${2%/*}
- # only copy ARRAY/DEVICE/HOMEHOST/AUTO lines, and merge continuation lines into one
- if [ -f "$1" ] ; then
- sed -e :a -re '$!N;s/\n[[:space:]]+/ /;ta' -ne '/^(ARRAY|DEVICE|HOMEHOST|AUTO)/P;D' $1 > $2
- fi
-}
+[ ! -f $CONFIG ] && [ -f $ALTCONFIG ] && CONFIG=$ALTCONFIG || :
+mkdir -p ${DESTDIR}/etc/mdadm
if [ ! -f $CONFIG ]; then
- # there is no configuration file, so let's create one
-
- if /usr/share/mdadm/mkconf generate $CONFIG; then
- # all is well
- install_config $CONFIG $DESTMDADMCONF
- info "auto-generated the mdadm.conf configuration file."
- else
- # we failed to auto-generate, so let the emergency procedure take over
- warn "failed to auto-generate the mdadm.conf file."
- fi
-
+ # there is no configuration file, so let's create one
+ if /usr/share/mdadm/mkconf generate $CONFIG; then
+ # all is well
+ cp -p $CONFIG $DESTMDADMCONF
+ info "auto-generated the mdadm.conf configuration file."
+ else
+ # we failed to auto-generate, so let the emergency procedure take over
+ warn "failed to auto-generate the mdadm.conf file."
+ warn "please read /usr/share/doc/mdadm/README.upgrading-2.5.3.gz ."
+ fi
else
-
- if grep -q '^ARRAY' $CONFIG; then
-
- # this is the ideal case
- install_config $CONFIG $DESTMDADMCONF
- info "using configuration file: $CONFIG"
-
- else
-
- # the file defines no ARRAYs. We better create a temporary file to be sure.
-
- warn "$CONFIG defines no arrays."
-
- mkdir --parents ${DESTMDADMCONF%/*}
- tmpfile="${DESTMDADMCONF}.tmp"
- if /usr/share/mdadm/mkconf > $tmpfile; then
- # all is well, we now have a temporary configuration file
- info "auto-generated temporary mdadm.conf configuration file."
- install_config $tmpfile $DESTMDADMCONF
- else
- # stuff's really broke, as we failed to generate a temporary file.
- # let's hope the unchecked file works, provided it contains at least one
- # ARRAY statement...
- warn "failed to auto-generate temporary mdadm.conf file."
- if grep -q '^ARRAY' $CONFIG; then
- warn "using the unchecked file and hoping for the best..."
- install_config $CONFIG $DESTMDADMCONF
- fi
- fi
- rm -f $tmpfile
-
- fi
-
-fi
-
-# if at this point, $DESTMDADMCONF does not exist or it does not contain any
-# ARRAY statements, we must let the initramfs handle stuff.
-if [ ! -f $DESTMDADMCONF ]; then
- warn "no configuration file available."
- info "letting initramfs assemble auto-detected arrays."
- exit 0
-elif ! grep -q '^ARRAY' $DESTMDADMCONF; then
- warn "no arrays defined in configuration file."
- info "letting initramfs assemble auto-detected arrays."
- exit 0
-else
- # obtain devices list from config file, honouring multiline entries
- devices="$(
- dev=
- while read line; do
- case "$line" in
- (ARRAY*) :;;
- (*) continue;;
- esac
- for atom in $line; do
- case "$atom" in
- (/dev*) dev=$atom;;
- esac
- done
-
- # /dev/mdX and /dev/md/X are the same, really
- case "$dev" in
- "") continue ;;
- (/dev/md/*) alt=/dev/md${dev##*/};;
- (/dev/md*) alt=/dev/md/${dev#/dev/md};;
- (*)
- err "unknown device encountered: $dev"
- warn_emergency
- exit 0
- ;;
- esac
- if [ ! -b "$dev" ] && [ -b "$alt" ]; then
- dev="$alt"
- fi
-
- echo "$dev"
- done < $DESTMDADMCONF)" || exit $?
-fi
-
-if [ "$INITRDSTART" != none ] && [ -n "$devices" ]; then
-
- devs=
- for dev in $devices; do
- case "$INITRDSTART " in
- all|*${dev}[[:space:]]*)
- case "$devs " in # uniquiness
- (*${dev}\ *) :;;
- (*) devs="${devs:+$devs }$dev" ;;
- esac
- ;;
- *) :;;
- esac
- done
-
- # make sure the configuration file knows about all running devices
- $MDADM --detail --scan | while read array device params; do
- uuid=${params#*UUID=}; uuid=${uuid%% *}
- if ! grep -qi "uuid=$uuid" $DESTMDADMCONF; then
- warn "the array $device with UUID $uuid"
- warn "is currently active, but it is not listed in mdadm.conf. if"
- warn "it is needed for boot, then YOUR SYSTEM IS NOW UNBOOTABLE!"
- warn "please inspect the output of /usr/share/mdadm/mkconf, compare"
- warn "it to $CONFIG, and make the necessary changes."
- fi
- done
-
- for i in $INITRDSTART; do
- case "$INITRDSTART" in all) break;; *) :;; esac
- case "$devs" in
- *${i}*) continue;;
- *) :;;
- esac
-
- warn "I am supposed to start $i from the initial ramdisk,"
- warn "yet I cannot find the array in the configuration file."
- warn "I am thus reverting to starting all arrays."
- INITRDSTART=all
- break
- done
-
- if [ "$INITRDSTART" = all ]; then
- echo "MD_DEVS=all" >> $DESTCONFIG
- else
- echo "MD_DEVS='$devs'" >> $DESTCONFIG
- fi
-
- if [ "$INITRDSTART" = all ]; then
- info "will start all available MD arrays from the initial ramdisk."
- else
- for i in $devs; do
- info "will start MD array $i from the initial ramdisk."
- done
- fi
-
- # Copy udev rules, which udev no longer does
- for rules_file in 63-md-raid-arrays.rules 64-md-raid-assembly.rules
- do
- for rules_folder in /lib/udev/rules.d /etc/udev/rules.d; do
- if [ -f $rules_folder/$rules_file ]; then
- mkdir -p $DESTDIR$rules_folder
- cp $rules_folder/$rules_file $DESTDIR$rules_folder/$rules_file
- fi
- done
- done
-
-else
- echo "MD_DEVS=none" >> $DESTCONFIG
- info "no MD arrays will be started from the initial ramdisk."
+ cp -p $CONFIG ${DESTDIR}/etc/mdadm
+ sed -i '/^CREATE/s/^/#/' $DESTMDADMCONF
+ if ! grep -q '^ARRAY' $CONFIG; then
+ tmpfile="${DESTMDADMCONF}.tmp"
+ warn "$CONFIG defines no arrays."
+ if /usr/share/mdadm/mkconf > $tmpfile; then
+ cp -p $tmpfile $DESTMDADMCONF
+ else
+ warn "failed to auto-generate temporary mdadm.conf file."
+ fi
+ else
+ # make sure the configuration file knows about all running devices
+ /sbin/mdadm --detail --scan | while read array device params; do
+ uuid=${params#*UUID=}; uuid=${uuid%% *}
+ if ! grep -q "UUID=$uuid" $DESTMDADMCONF; then
+ warn "the array $device with UUID $uuid"
+ warn "is currently active, but it is not listed in mdadm.conf. if"
+ warn "it is needed for boot, then YOUR SYSTEM IS NOW UNBOOTABLE!"
+ warn "please inspect the output of /usr/share/mdadm/mkconf, compare"
+ warn "it to $CONFIG, and make the necessary changes."
+ fi
+ done
+ fi
fi
-
-# only output this on Debian systems
-[ -s /etc/default/mdadm ] && \
- info 'use `dpkg-reconfigure --priority=low mdadm` to change this.'
-
-exit 0
diff --git a/debian/initramfs/script.local-block b/debian/initramfs/script.local-block
new file mode 100644
index 00000000..e9b47c3d
--- /dev/null
+++ b/debian/initramfs/script.local-block
@@ -0,0 +1,44 @@
+#!/bin/sh
+
+PREREQ="multipath"
+
+prereqs()
+{
+ echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+ prereqs
+ exit 0
+ ;;
+esac
+
+# Poor man's mdadm-last-resort@.timer
+# That kicks in 2/3rds into the ROOTDELAY
+
+if [ ! -f /run/count.mdadm.initrd ]
+then
+ COUNT=0
+else
+ COUNT=$(cat /run/count.mdadm.initrd)
+fi
+COUNT=$((COUNT + 1))
+
+echo $COUNT > /run/count.mdadm.initrd
+
+MAX=30
+if [ ${ROOTDELAY:-0} -gt $MAX ]; then
+ MAX=$ROOTDELAY
+fi
+MAX=$((MAX*2/3))
+
+if [ "$COUNT" = "$MAX" ]
+then
+ # Poor man's mdadm-last-resort@.service
+ mdadm -q --run /dev/md?*
+ rm -f /run/count.mdadm.initrd
+fi
+
+exit 0
diff --git a/debian/initramfs/script.local-bottom b/debian/initramfs/script.local-bottom
new file mode 100644
index 00000000..eda3b179
--- /dev/null
+++ b/debian/initramfs/script.local-bottom
@@ -0,0 +1,3 @@
+#!/bin/sh
+rm -f /run/count.mdadm.initrd
+exit 0 \ No newline at end of file
diff --git a/debian/initramfs/script.local-top b/debian/initramfs/script.local-top
deleted file mode 100644
index 9450bb72..00000000
--- a/debian/initramfs/script.local-top
+++ /dev/null
@@ -1,101 +0,0 @@
-#!/bin/sh
-#
-# Copyright © 2006-2008 Martin F. Krafft <madduck@debian.org>,
-# 2012 Michael Tokarev <mjt@tls.msk.ru>
-# based on the scripts in the initramfs-tools package.
-# released under the terms of the Artistic Licence.
-#
-set -eu
-
-case ${1:-} in
- prereqs) echo "multipath"; exit 0;;
-esac
-
-. /scripts/functions
-
-maybe_break pre-mdadm
-
-if [ -e /scripts/local-top/md ]; then
- log_warning_msg "old md initialisation script found, getting out of its way..."
- exit 0
-fi
-
-MDADM=/sbin/mdadm
-[ -x "$MDADM" ] || exit 0
-
-verbose()
-{
- case "$quiet" in y*|Y*|1|t*|T*)
- return 1;;
- *)
- return 0;;
- esac
-}
-
-MD_DEVS=all
-[ -s /conf/mdadm ] && . /conf/mdadm
-
-if [ "$MD_DEVS" = none ]; then
- verbose &&
- log_warning_msg "INITRDSTART set to \"none\" in /etc/default/mdadm, not assembling raid arrays"
- exit 0
-fi
-
-if [ ! -f /proc/mdstat ] && ! modprobe -q md_mod; then
- verbose && log_warning_msg "failed to load module md_mod."
-fi
-if [ ! -f /proc/mdstat ]; then
- verbose && log_warning_msg "cannot initialise MD subsystem (/proc/mdstat missing)"
- exit 0
-fi
-
-# handle /dev/md/X nodes
-mkdir -p /dev/md
-
-CONFIG=/etc/mdadm/mdadm.conf
-# in case the hook failed to install a configuration file, this is our last
-# attempt... the "emergency procedure"... <drumroll>
-if [ ! -e $CONFIG ]; then
- log_warning_msg "missing mdadm.conf file, trying to create one..."
- mkdir -p ${CONFIG%/*}
- echo DEVICE partitions > $CONFIG
- $MDADM --examine --scan >> $CONFIG
- if [ -s $CONFIG ]; then
- verbose && log_success_msg "mdadm.conf created."
- else
- verbose && log_failure_msg "could not create mdadm.conf, the boot will likely fail."
- fi
- MD_DEVS=all
-fi
-
-if [ "$MD_DEVS" = all ]; then
-
- verbose && log_begin_msg "Assembling all MD arrays"
- extra_args=''
- [ -n "${MD_HOMEHOST:-}" ] && extra_args="--homehost=$MD_HOMEHOST"
- if $MDADM --assemble --scan --run --auto=yes${extra_args:+ $extra_args}; then
- verbose && log_success_msg "assembled all arrays."
- else
- log_failure_msg "failed to assemble all arrays."
- fi
- verbose && log_end_msg
-
-else
- for dev in $MD_DEVS; do
-
- verbose && log_begin_msg "Assembling MD array $dev"
- if $MDADM --assemble --scan --run --auto=yes $dev; then
- verbose && log_success_msg "started $dev"
- else
- log_failure_msg "failed to start $dev"
- fi
- verbose && log_end_msg
-
- done
-fi
-
-wait_for_udev 10
-
-maybe_break post-mdadm
-
-exit 0
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
deleted file mode 100644
index 6d4d6a99..00000000
--- a/debian/mdadm-raid
+++ /dev/null
@@ -1,256 +0,0 @@
-#!/bin/sh
-#
-# Start all arrays specified in the configuration file.
-#
-# Copyright © 2001-2005 Mario Jou/3en <joussen@debian.org>
-# Copyright © 2005-2008 Martin F. Krafft <madduck@debian.org>
-# Distributable under the terms of the GNU GPL version 2.
-#
-### BEGIN INIT INFO
-# Provides: mdadm-raid
-# Required-Start: mountkernfs hostname
-# Should-Start: udev multipath-tools-boot
-# X-Start-Before: checkfs mountall
-# Required-Stop: mountkernfs
-# Should-Stop: udev
-# X-Stop-After: umountfs
-# Default-Start: S
-# Default-Stop: 0 6
-# Short-Description: MD array assembly
-# Description: This script assembles a system's MD arrays, according to
-# the settings in /etc/mdadm/mdadm.conf and the preferences
-# in /etc/default/mdadm.
-### END INIT INFO
-#
-set -eu
-
-MDADM=/sbin/mdadm
-CONFIG=/etc/mdadm/mdadm.conf
-ALTCONFIG=/etc/mdadm.conf
-DEBIANCONFIG=/etc/default/mdadm
-
-test -x "$MDADM" || exit 0
-
-STATEDIR=/run/mdadm
-test -f $DEBIANCONFIG && . $DEBIANCONFIG
-
-. /lib/lsb/init-functions
-
-short_dev()
-{
- local dev; dev=${1##*/}
- case "$dev" in
- md*|md_*|mdp*|mdp_*) echo "$dev";;
- d*) echo "md_${dev}";;
- *) echo "md${dev}";;
- esac
-}
-
-log()
-{
- case "$1" in
- [[:digit:]]*) success=$1; shift;;
- *) :;;
- esac
- log_action_begin_msg "$1"; shift
- log_action_end_msg ${success:-0} "$*"
-}
-
-log_dev()
-{
- success=${1:-}; shift
- dev=${1:-}; shift
- log $success "${PREFIX:-} $(short_dev ${dev:-})" "$*"
-}
-
-log_notice()
-{
- log 0 "${PREFIX:-}s" "$*"
-}
-
-log_problem()
-{
- log 1 "${PREFIX:-}s" "$*"
-}
-
-is_true()
-{
- case "${1:-}" in
- [Yy]es|[Yy]|1|[Tt]rue|[Tt]) return 0;;
- *) return 1;;
- esac
-}
-
-case "${1:-}" in
-
- start)
- PREFIX="Assembling MD array"
-
- if [ ! -f /proc/mdstat ] && [ -x "$(command -v modprobe)" ] ; then
- modprobe -q md 2>/dev/null || :
- fi
- if [ ! -f /proc/mdstat ]; then
- log_problem "failed to load MD subsystem"
- exit 0
- fi
-
- if [ ! -f $CONFIG -a ! -f $ALTCONFIG ]; then
- log_problem "no $CONFIG file"
- exit 0
- fi
-
- # handle devfs-style names and version-1 devices
- # fail gracefully in case we're on a read-only filesystem, in which
- # case it's safe to assume that the admin knows what s/he's doing.
- # See (#382876).
- mkdir --parent /dev/md || :
-
- # ugly hack because shell sucks
- IFSOLD=${IFS:-}
- IFS='
-'
- for line in $($MDADM --assemble --scan --auto=yes --symlink=no 2>&1); do
- IFS=$IFSOLD
- set -- $line
- shift
-
- case "$@" in
-
- 'No arrays found in config file'*)
- # no point in carrying on.
- shift
- log_notice "no $*"
- exit 0
- ;;
-
- 'Unknown keyword'*)
- # warn only
- if [ -x $(command -v logger >/dev/null) ]; then
- logger -t mdadm -p syslog.warning -- "$*"
- elif [ -w /dev/console ]; then
- echo "mdadm: $*" > /dev/console
- else
- echo "mdadm: $*" >&2
- fi
- ;;
-
- *' is already active.')
- log_dev 0 $1 "already running"
- ;;
-
- *'has been started with '[[:digit:]]*' drive'*' (out of '[[:digit:]]*') and '[[:digit:]]*' spare'*'.')
- log_dev 0 $1 "initialising [$6/${10%).}]"
- ;;
-
- *'has been started with '[[:digit:]]*' drive'*' (out of '[[:digit:]]*').')
- log_dev 0 $1 "degraded [$6/${10%).}]"
- ;;
-
- *'has been started with '[[:digit:]]*' drive'*'.')
- log_dev 0 $1 "started [$6/$6]"
- ;;
-
- *'assembled from '[[:digit:]]*' drive'*' - not enough to start the array.')
- log_dev 1 $1 "not enough devices"
- ;;
-
- 'no devices found for '*)
- log_dev 1 $5 "no devices found"
- ;;
-
- 'failed to RUN_ARRAY '*': Input/output error')
- log_dev 1 ${4%:} "RUN_ARRAY input/output error"
- ;;
-
- *) :;;
- esac
- done
- ret=$?
-
- log_action_begin_msg "Generating udev events for MD arrays"
- [ -d $STATEDIR ] || mkdir -p $STATEDIR
- for uevent in /sys/block/md*/uevent; do
- test -e $uevent || break
- sentinel=${uevent#/sys/block/}; sentinel=${sentinel%/uevent}-uevent
- test -e $STATEDIR/$sentinel && continue
- test -w $uevent || continue
- echo add > $uevent
- test -d $STATEDIR && : > $STATEDIR/$sentinel
- done
- log_action_end_msg 0
-
- exit $ret
- ;;
-
- stop)
- PREFIX="Stopping MD array"
-
- if [ ! -f /proc/mdstat ]; then
- log_problem "no MD subsystem loaded"
- exit 0
- fi
-
- # ugly hack because shell sucks
- IFSOLD=${IFS:-}
- IFS='
-'
- set +e
- for line in $($MDADM --stop --scan 2>&1); do
- set -e
- IFS=$IFSOLD
- set -- $line
- shift
- case "$@" in
-
- 'Unknown keyword'*)
- # warn only
- if [ -x $(command -v logger >/dev/null) ]; then
- logger -t mdadm -p syslog.warning -- "$*"
- elif [ -w /dev/console ]; then
- echo "mdadm: $*" > /dev/console
- else
- echo "mdadm: $*" >&2
- fi
- ;;
-
- 'stopped '*)
- log_dev 0 $2 stopped
- ;;
-
- 'fail to stop array '*': Device or resource busy')
- log_dev 1 ${5%:} busy
- ;;
-
- *) :;;
- esac
- done || exit $?
-
- rm -f $STATEDIR/md*-uevent
- ;;
-
- restart|force-reload)
- ${0:-} stop
- ${0:-} start
- ;;
-
- reload)
- PREFIX="Reloading MD array"
- log_notice "never anything to do"
- ;;
-
- status)
- if [ ! -f /proc/mdstat ]; then
- log_problem "no MD subsystem loaded"
- exit 1
- else
- cat /proc/mdstat
- fi
- ;;
-
- *)
- echo "Usage: ${0:-} {start|stop|restart}" >&2
- exit 1;;
-
-esac
-
-exit 0
diff --git a/debian/mdadm.config b/debian/mdadm.config
index 97352662..b9d4e246 100644
--- a/debian/mdadm.config
+++ b/debian/mdadm.config
@@ -13,9 +13,6 @@ ALTCONFIG=/etc/mdadm.conf
DEBIANCONFIG=/etc/default/mdadm
-db_get mdadm/initrdstart || :
-INITRDSTART="$RET"
-
if [ -s $DEBIANCONFIG ] ; then
AUTOCHECK=true
START_DAEMON=true
@@ -31,136 +28,8 @@ if [ -s $DEBIANCONFIG ] ; then
[ -n "$MAILADDR" ] && db_set mdadm/mail_to "$MAILADDR"
fi
-chrooted() {
- test "$(stat -c "%d/%i" /)" != "$(stat -Lc "%d/%i" /proc/1/root 2>/dev/null)"
-}
-
-get_root_raiddev() {
- local rootraiddev;
- rootraiddev="$(df --portability / | sed -rne 's,^(/dev/[^[:space:]]+).*,\1,p')"
- if ! mdadm --detail $rootraiddev >/dev/null 2>&1; then
- return 1
- fi
- echo ${rootraiddev%p[0-9]*}
- return 0
-}
-
-get_initrdstart() {
- db_fget mdadm/initrdstart seen
- if chrooted || [ "$RET $INITRDSTART" = "false all" ]; then
- echo all
- return 1
- fi
-
- get_root_raiddev || echo all
-}
-
-[ -z "$INITRDSTART" ] && INITRDSTART="$(get_initrdstart)" || :
-[ -n "$INITRDSTART" ] && db_set mdadm/initrdstart "$INITRDSTART"
-
-INITRDSTART_PRIORITY=high
-if chrooted; then
- INITRDSTART_PRIORITY=medium
-fi
-
db_capb escape
-msg=intro; suffix=''; error=0
-while true; do
- db_metaget mdadm/initrdstart_msg_${msg} extended_description || :
- db_subst mdadm/initrdstart msg "$(echo -n "${RET}${suffix}" | debconf-escape -e)"
- ret=0; db_input $INITRDSTART_PRIORITY mdadm/initrdstart || ret=$?
- db_go
-
- if [ $error -ne 0 ] && [ $ret -eq 30 ]; then
- # there was an error in a previous run of this loop, but the above question
- # was not asked, so we better exit the endless loop...
- echo "W: mdadm: unable to determine MD arrays needed for boot." >&2
- echo "W: mdadm: falling back to starting all of them..." >&2
- INITRDSTART=all
- break
- fi
-
- db_get mdadm/initrdstart
- INITRDSTART="$(echo $RET | tr , ' ')"
-
- case "$INITRDSTART" in
- ''|none) INITRDSTART=none; break;;
- all) break;;
-
- *)
- arrays=''
- for i in $INITRDSTART; do
-
- # standardise by prefixing /dev/
- i="/dev/${i#/dev/}"
-
- # remove partition from partitionable array
- i="${i%p[0-9]*}"
-
- if [ ! -e "$i" ]; then
- error=1; msg=errexist; suffix=": $i"; break
- fi
-
- if [ ! -b "$i" ]; then
- t="$(readlink -nf "$i")"
- if [ ! -b "$t" ]; then
- suffix=": $t"
- else
- suffix=": $i"
- fi
- error=1; msg=errblock; break
- fi
-
- if ! mdadm --detail "$i" >/dev/null 2>&1; then
- error=1; msg=errmd; suffix=": $i"; break
- fi
-
- if [ -f $CONFIG ]; then
- if ! egrep -q "^(ARRAY)?[[:space:]]+$i([[:space:]]+|$)" $CONFIG; then
- t="$(readlink -nf "$i")"
- if [ -L "$i" ] \
- && egrep -q "^(ARRAY)?[[:space:]]+$t([[:space:]]|$)+" $CONFIG; then
- i="$t"
- else
- db_set mdadm/initrdstart_notinconf false
- db_fset mdadm/initrdstart_notinconf seen false
- db_subst mdadm/initrdstart_notinconf array "$i"
- db_subst mdadm/initrdstart_notinconf config "$CONFIG"
- db_input high mdadm/initrdstart_notinconf || :
- db_go
- db_get mdadm/initrdstart_notinconf
- if [ "$RET" = true ]; then
- error=0
- else
- db_fset mdadm/initrdstart seen false
- db_set mdadm/initrdstart all
- error=1; msg=errconf; suffix=": $i"; break
- fi
- fi
- fi
- fi
-
- # uniquely add device name
- echo $arrays | egrep -q "\b${i}\b" || arrays="${arrays:+$arrays }$i"
- done
-
- if [ $error -eq 0 ]; then
- INITRDSTART="$arrays"
- # exit the while true loop
- break
- fi
- ;;
- esac
-done
-
-db_set mdadm/initrdstart "$INITRDSTART"
-
-if [ "$INITRDSTART" != all ]; then
- db_input high mdadm/autostart || :
- db_go
-fi
-
db_input medium mdadm/autocheck || :
db_go
diff --git a/debian/mdadm.init b/debian/mdadm.init
index 8b603796..0a9004f0 100644
--- a/debian/mdadm.init
+++ b/debian/mdadm.init
@@ -9,8 +9,8 @@
#
### BEGIN INIT INFO
# Provides: mdadm
-# Required-Start: $local_fs $syslog mdadm-raid
-# Required-Stop: $local_fs $syslog sendsigs mdadm-raid
+# Required-Start: $local_fs $syslog
+# Required-Stop: $local_fs $syslog sendsigs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: MD monitoring daemon
@@ -47,6 +47,12 @@ is_true()
case "${1:-}" in
start)
+ if [ -x /usr/bin/systemd-detect-virt ] && /usr/bin/systemd-detect-virt --quiet --container; then
+ log_daemon_msg "Not starting MD monitoring service in container"
+ log_end_msg 0
+ exit 0
+ fi
+
if is_true $START_DAEMON; then
log_daemon_msg "Starting MD monitoring service" "mdadm --monitor"
mkdir -p $RUNDIR
diff --git a/debian/mdadm.maintscript b/debian/mdadm.maintscript
new file mode 100644
index 00000000..17290594
--- /dev/null
+++ b/debian/mdadm.maintscript
@@ -0,0 +1 @@
+rm_conffile /etc/init.d/mdadm-raid 3.4-2~
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index a603376d..fbe1f362 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -51,8 +51,6 @@ case "${1:-}" in
fi
unset MDADM_MAILADDR__
- db_get mdadm/initrdstart
- INITRDSTART="${RET:-all}"
db_get mdadm/autocheck
AUTOCHECK="${RET:-true}"
db_get mdadm/start_daemon
@@ -69,12 +67,6 @@ case "${1:-}" in
# rewritten.
#
-# INITRDSTART:
-# list of arrays (or 'all') to start automatically when the initial ramdisk
-# loads. This list *must* include the array holding your root filesystem. Use
-# 'none' to prevent any array from being started from the initial ramdisk.
-INITRDSTART='$INITRDSTART'
-
# AUTOCHECK:
# should mdadm run periodic redundancy checks over your arrays? See
# /etc/cron.d/mdadm.
@@ -96,6 +88,9 @@ _eof
db_stop
+ # Remove old init script
+ update-rc.d mdadm-raid remove
+
command -v update-initramfs >/dev/null 2>&1 && update-initramfs -u
if dpkg --compare-versions "$2" le 3.3.2-3; then
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 30309626..eaa62ad3 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -6,12 +6,12 @@
set -e
case "${1:-}" in
- remove)
- if command -v update-initramfs >/dev/null 2>&1; then
- echo "W: mdadm: I'll update the initramfs, but if you need MD to boot" >&2
- echo "W: mdadm: with initramfs, your system may be left unbootable!" >&2
- update-initramfs -u
- fi
+ remove)
+ if command -v update-initramfs >/dev/null 2>&1; then
+ echo "W: mdadm: I'll update the initramfs, but if you need MD to boot" >&2
+ echo "W: mdadm: with initramfs, your system may be left unbootable!" >&2
+ update-initramfs -u
+ fi
;;
purge)
diff --git a/debian/mdadm.preinst b/debian/mdadm.preinst
deleted file mode 100644
index b90ffb87..00000000
--- a/debian/mdadm.preinst
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/sh
-# Copyright © martin f. krafft <madduck@debian.org>
-# Distributed under the terms of the Artistic Licence 2.0
-#
-set -e
-
-# based on idea from http://www.dpkg.org/dpkg/ConffileHandling
-rm_conffile() {
- local conffile md5sum package old_md5sum
-
- conffile="$1"
- if [ -e "$conffile" ]; then
- md5sum=$(md5sum "$conffile" | cut -d' ' -f1)
- package=$(dpkg -S "$conffile" | cut -d: -f1)
- old_md5sum=$(dpkg -s $package | sed -rne "s,[[:space:]]+${conffile}[[:space:]]+,,p")
- if [ "$md5sum" != "$old_md5sum" ]; then
- echo "Obsolete conffile $conffile has been modified by you."
- echo "Saving as ${conffile}.dpkg-bak ..."
- mv -f "$conffile" "$conffile".dpkg-bak
- else
- echo "Removing obsolete conffile $conffile ..."
- rm -f "$conffile"
- fi
- fi
-}
-
-case "$1" in
-
- upgrade|install)
-
- # migrate old configuration from *way back then*
- DEBIANCONFIG=/etc/default/mdadm
- OLDCONFIG=/etc/mdadm/debian.conf
- if [ -s $OLDCONFIG ] && [ ! -f $DEBIANCONFIG ]; then
- mv $OLDCONFIG $DEBIANCONFIG
- fi
-
- # Used incorrect name s/_/-/, keep all throughout until after jessie is released.
- rm_conffile /etc/udev/rules.d/65-mdadm.vol_id.rules
- ;;
-
- *) :;;
-esac
-
-#DEBHELPER#
diff --git a/debian/mdadm.templates b/debian/mdadm.templates
index ddf63c76..5a797c55 100644
--- a/debian/mdadm.templates
+++ b/debian/mdadm.templates
@@ -7,67 +7,6 @@
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
-Template: mdadm/initrdstart
-Type: string
-Default: all
-#flag:translate!:2
-_Description: MD arrays needed for the root file system:
- ${msg}
- .
- Please enter 'all', 'none', or a space-separated list of devices such as
- 'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted).
-
-Template: mdadm/initrdstart_msg_intro
-Type: text
-_Description: for internal use - only the long description is needed.
- If the system's root file system is located on an MD array (RAID), it needs to be
- started early during the boot sequence. If it is located on
- a logical volume (LVM), which is on MD, all constituent arrays need to be
- started.
- .
- If you know exactly which arrays are needed to bring up the root file system,
- and you want to postpone starting all other arrays to a later point in the
- boot sequence, enter the arrays to start here. Alternatively, enter 'all' to
- simply start all available arrays.
- .
- If you do not need or want to start any arrays for the root file system, leave
- the answer blank (or enter 'none'). This may be the case if you are using
- kernel autostart or do not need any arrays to boot.
-
-Template: mdadm/initrdstart_msg_errexist
-Type: text
-_Description:
- An error occurred: device node does not exist
-
-Template: mdadm/initrdstart_msg_errblock
-Type: text
-_Description:
- An error occurred: not a block device
-
-Template: mdadm/initrdstart_msg_errmd
-Type: text
-_Description:
- An error occurred: not an MD array
-
-Template: mdadm/initrdstart_msg_errconf
-Type: text
-_Description:
- An error occurred: array not listed in mdadm.conf file
-
-Template: mdadm/initrdstart_notinconf
-Type: boolean
-Default: false
-_Description: Start arrays not listed in mdadm.conf?
- The specified array (${array}) is not listed in the configuration
- file (${config}). Therefore, it cannot be started during boot, unless you
- correct the configuration file and recreate the initial ramdisk.
- .
- This warning is only relevant if you need arrays to be started from the
- initial ramdisk to be able to boot. If you use kernel autostarting, or do not
- need any arrays to be started as early as the initial ramdisk is loaded, you
- can simply continue. Alternatively, choose not to continue and enter 'none'
- when prompted which arrays to start from the initial ramdisk.
-
Template: mdadm/autocheck
Type: boolean
Default: true
diff --git a/debian/mkconf b/debian/mkconf
index a580f5b3..632c9120 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -13,7 +13,7 @@ DEBIANCONFIG=/etc/default/mdadm
CONFIG=/etc/mdadm/mdadm.conf
# initialise config variables in case the environment leaks
-MAILADDR= DEVICE= CREATE= HOMEHOST= PROGRAM=
+MAILADDR= DEVICE= HOMEHOST= PROGRAM=
test -r $DEBIANCONFIG && . $DEBIANCONFIG
@@ -28,7 +28,6 @@ fi
# save existing values as defaults
if [ -r "$CONFIG" ]; then
DEVICE="$(sed -ne 's/^DEVICE //p' $CONFIG)"
- CREATE="$(sed -ne 's/^CREATE //p' $CONFIG)"
HOMEHOST="$(sed -ne 's/^HOMEHOST //p' $CONFIG)"
PROGRAM="$(sed -ne 's/^PROGRAM //p' $CONFIG)"
fi
@@ -59,9 +58,6 @@ cat <<_eof
# wildcards if desired.
#DEVICE ${DEVICE:-partitions containers}
-# auto-create devices with Debian standard permissions
-CREATE ${CREATE:-owner=root group=disk mode=0660 auto=yes}
-
# automatically tag new arrays as belonging to the local system
HOMEHOST ${HOMEHOST:-<system>}
diff --git a/debian/patches/disable-incremental-assembly.patch b/debian/patches/disable-incremental-assembly.patch
deleted file mode 100644
index d5886ab7..00000000
--- a/debian/patches/disable-incremental-assembly.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: mdadm/udev-md-raid-assembly.rules
-===================================================================
---- mdadm.orig/udev-md-raid-assembly.rules
-+++ mdadm/udev-md-raid-assembly.rules
-@@ -25,6 +25,9 @@ GOTO="md_inc_end"
-
- LABEL="md_inc"
-
-+# Disable incremental assembly to fix Debian bug #784070
-+GOTO="md_inc_end"
-+
- # remember you can limit what gets auto/incrementally assembled by
- # mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
- ACTION=="add|change", IMPORT{program}="BINDIR/mdadm --incremental --export $devnode --offroot ${DEVLINKS}"
diff --git a/debian/patches/series b/debian/patches/series
index fb725144..728fabf4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ debian-no-Werror.diff
sha1-includes.diff
readlink-path.patch
mdmonitor-service-simplify.diff
-disable-incremental-assembly.patch
diff --git a/debian/po/ca.po b/debian/po/ca.po
index 0710fd90..a58c3ffd 100644
--- a/debian/po/ca.po
+++ b/debian/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 3.1.4-1+8efb9d1\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2011-05-17 16:54+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -18,134 +18,9 @@ msgstr ""
"X-Poedit-Language: Catalan\n"
"X-Poedit-Country: SPAIN\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Les matrius MD necessaris per al sistema de fitxers arrel:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Escriviu «all» (tots), «none» (cap) o una llista separada per espais dels "
-"dispositius com «md0 md1» o «md/1 md/d0» (podeu ometre el «/dev/» inicial)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "per a ús intern, només és necessària la descripció llarga. "
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Si el sistema de fitxers arrel del sistema està en un conjunt MD (RAID), cal "
-"que s'iniciï al principi de la seqüència d'arrencada. Si està en un volum "
-"lògic (LVM), que està definit sobre un MD, cal iniciar totes les matrius que "
-"el constitueixen."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Si sabeu exactament quines matrius són necessàries per arrencar el sistema "
-"de fitxers arrel, i vol ajornar l'arrencada de la resta de conjunts a un "
-"punt posterior de la seqüència d'arrencada, Introduïu aquí els conjunts que "
-"voleu arrencar. També podeu seleccionar «all» per, simplement, arrencar tots "
-"els disponibles."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Si no necessita o vol arrencar qualsevol matriu per al sistema de fitxers "
-"arrel, deixau en blanc la resposta (o escriviu «none»). Pot ésser el seu cas "
-"si fa servir l'auto-arrencada del nucli o no necessiteu cap matriu en "
-"l'arrencada."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "S'ha produït un error: el node de dispositiu no existeix."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "S'ha produït un error: no és un dispositiu de blocs."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "S'ha produït un error: no és un conjunt («array») MD."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr ""
-"S'ha produït un error: la matriu («array») no apareix llistada en el fitxer "
-"de configuració «mdadm.conf»."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Voleu arrencar les matrius no llistats en el fitxer «mdadm.conf»?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"La matriu («array») especificada (${array}) no apareix llistada en el "
-"fitxer de configuració (${config}). Per tant, no es pot iniciar la matriu "
-"durant l'arrencada del sistema, llevat que corregeixi el fitxer de "
-"configuració i regenereu el disc RAM inicial."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Aquest avís només és important si necessiteu que les matrius s'arrenquin en "
-"el disc RAM inicial per poder arrencar el sistema. Si feu servir l'arrencada "
-"automàtica del nucli o no necessiteu que les matrius estiguin arrencats "
-"quan es carregui el disc RAM, podeu continuar. També podeu decidir no "
-"continuar i introduir «none» quan se li demani quines matrius cal iniciar "
-"del disc RAM inicial."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"Voleu que «mdadm» executi comprovacions de redundància mensuals de les "
@@ -153,7 +28,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -172,7 +47,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -182,13 +57,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Desitjau arrencar el dimoni monitor MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -199,22 +74,111 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Es recomana l'activació d'aquesta opció."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinatari de les notificacions de correu electrònic:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Introduïu l'adreça de correu electrònic de l'usuari que ha de rebre les "
"notificacions de correu electrònic per a esdeveniments MD rellevants."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Les matrius MD necessaris per al sistema de fitxers arrel:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Escriviu «all» (tots), «none» (cap) o una llista separada per espais dels "
+#~ "dispositius com «md0 md1» o «md/1 md/d0» (podeu ometre el «/dev/» "
+#~ "inicial)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "per a ús intern, només és necessària la descripció llarga. "
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Si el sistema de fitxers arrel del sistema està en un conjunt MD (RAID), "
+#~ "cal que s'iniciï al principi de la seqüència d'arrencada. Si està en un "
+#~ "volum lògic (LVM), que està definit sobre un MD, cal iniciar totes les "
+#~ "matrius que el constitueixen."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Si sabeu exactament quines matrius són necessàries per arrencar el "
+#~ "sistema de fitxers arrel, i vol ajornar l'arrencada de la resta de "
+#~ "conjunts a un punt posterior de la seqüència d'arrencada, Introduïu aquí "
+#~ "els conjunts que voleu arrencar. També podeu seleccionar «all» per, "
+#~ "simplement, arrencar tots els disponibles."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Si no necessita o vol arrencar qualsevol matriu per al sistema de fitxers "
+#~ "arrel, deixau en blanc la resposta (o escriviu «none»). Pot ésser el seu "
+#~ "cas si fa servir l'auto-arrencada del nucli o no necessiteu cap matriu en "
+#~ "l'arrencada."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "S'ha produït un error: el node de dispositiu no existeix."
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "S'ha produït un error: no és un dispositiu de blocs."
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "S'ha produït un error: no és un conjunt («array») MD."
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "S'ha produït un error: la matriu («array») no apareix llistada en el "
+#~ "fitxer de configuració «mdadm.conf»."
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Voleu arrencar les matrius no llistats en el fitxer «mdadm.conf»?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "La matriu («array») especificada (${array}) no apareix llistada en el "
+#~ "fitxer de configuració (${config}). Per tant, no es pot iniciar la matriu "
+#~ "durant l'arrencada del sistema, llevat que corregeixi el fitxer de "
+#~ "configuració i regenereu el disc RAM inicial."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Aquest avís només és important si necessiteu que les matrius s'arrenquin "
+#~ "en el disc RAM inicial per poder arrencar el sistema. Si feu servir "
+#~ "l'arrencada automàtica del nucli o no necessiteu que les matrius "
+#~ "estiguin arrencats quan es carregui el disc RAM, podeu continuar. També "
+#~ "podeu decidir no continuar i introduir «none» quan se li demani quines "
+#~ "matrius cal iniciar del disc RAM inicial."
diff --git a/debian/po/cs.po b/debian/po/cs.po
index 40e8668c..d44601d3 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-17 21:10+0100\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -24,137 +24,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "MD pole vyžadovaná pro kořenový souborový systém:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Zadejte prosím mezerami oddělený seznam zařízení, případně „all“ nebo "
-"„none“. Počáteční „/dev/“ můžete vynechat a zadat jen např. „md0 md1“ nebo "
-"„md/1 md/d0“."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "pro vnitřní použití - pouze kvůli zobrazení dlouhého popisu."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Pokud je kořenový souborový systém umístěn na MD (RAID) svazku, musí být "
-"tento spuštěn během zavádění systému co nejdříve. Pokud se kořenový "
-"souborový systém nachází na logickém svazku LVM, který je vytvořen nad MD "
-"polem, musí se spustit všechna související pole."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Jestliže přesně víte, která pole jsou potřeba pro připojení kořenového "
-"souborového systému a zároveň chcete pozdržet spuštění ostatních polí na "
-"pozdější dobu, zadejte zde prosím pole, která se mají spustit. Chcete-li "
-"spustit všechna dostupná pole, můžete zadat „all“."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Nepotřebujete-li nebo nechcete-li spouštět pole pro kořenový souborový "
-"systém, ponechte odpověď prázdnou, případně zadejte „none“. To může nastat "
-"třeba v případě, že používáte automatický start přímo v jádře, nebo pokud k "
-"zavedení systému žádná pole nepotřebujete."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Vyskytla se chyba: uzel zařízení neexistuje"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Vyskytla se chyba: není blokovým zařízením"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Vyskytla se chyba: není MD polem"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Vyskytla se chyba: pole není uvedeno v souboru mdadm.conf"
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Spustit pole neuvedená v mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Zadané pole (${array}) není uvedeno v konfiguračním souboru ${config} a tím "
-"pádem nemůže být spuštěno při zavádění systému. Napravit to můžete opravou "
-"konfiguračního souboru a znovuvytvořením počátečního ramdisku."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Toto varování je relevantní pouze pokud k zavedení systému potřebujete, aby "
-"se pole spustila z počátečního ramdisku. Používáte-li automatické spouštění "
-"přímo v jádře, nebo pokud nepotřebujete pouštět žádná pole ještě z "
-"počátečního ramdisku, můžete jednoduše pokračovat. Jinou možností je "
-"nepokračovat dále a při dotazu na seznam polí, která se mají spouštět z "
-"počátečního ramdisku, zadat 'none'."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Má mdadm spouštět měsíční kontroly redundance MD polí?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -172,7 +50,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -182,13 +60,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Chcete spustit daemon pro monitorování MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -198,19 +76,19 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Povolení této možnosti je doporučeno."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Příjemce emailových upozornění:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
@@ -218,6 +96,91 @@ msgstr ""
"Zadejte prosím emailovou adresu uživatele, který má dostávat emailová "
"upozornění při výskytu významných MD událostí."
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "MD pole vyžadovaná pro kořenový souborový systém:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Zadejte prosím mezerami oddělený seznam zařízení, případně „all“ nebo "
+#~ "„none“. Počáteční „/dev/“ můžete vynechat a zadat jen např. „md0 md1“ "
+#~ "nebo „md/1 md/d0“."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "pro vnitřní použití - pouze kvůli zobrazení dlouhého popisu."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Pokud je kořenový souborový systém umístěn na MD (RAID) svazku, musí být "
+#~ "tento spuštěn během zavádění systému co nejdříve. Pokud se kořenový "
+#~ "souborový systém nachází na logickém svazku LVM, který je vytvořen nad MD "
+#~ "polem, musí se spustit všechna související pole."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Jestliže přesně víte, která pole jsou potřeba pro připojení kořenového "
+#~ "souborového systému a zároveň chcete pozdržet spuštění ostatních polí na "
+#~ "pozdější dobu, zadejte zde prosím pole, která se mají spustit. Chcete-li "
+#~ "spustit všechna dostupná pole, můžete zadat „all“."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Nepotřebujete-li nebo nechcete-li spouštět pole pro kořenový souborový "
+#~ "systém, ponechte odpověď prázdnou, případně zadejte „none“. To může "
+#~ "nastat třeba v případě, že používáte automatický start přímo v jádře, "
+#~ "nebo pokud k zavedení systému žádná pole nepotřebujete."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Vyskytla se chyba: uzel zařízení neexistuje"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Vyskytla se chyba: není blokovým zařízením"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Vyskytla se chyba: není MD polem"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Vyskytla se chyba: pole není uvedeno v souboru mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Spustit pole neuvedená v mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Zadané pole (${array}) není uvedeno v konfiguračním souboru ${config} a "
+#~ "tím pádem nemůže být spuštěno při zavádění systému. Napravit to můžete "
+#~ "opravou konfiguračního souboru a znovuvytvořením počátečního ramdisku."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Toto varování je relevantní pouze pokud k zavedení systému potřebujete, "
+#~ "aby se pole spustila z počátečního ramdisku. Používáte-li automatické "
+#~ "spouštění přímo v jádře, nebo pokud nepotřebujete pouštět žádná pole "
+#~ "ještě z počátečního ramdisku, můžete jednoduše pokračovat. Jinou možností "
+#~ "je nepokračovat dále a při dotazu na seznam polí, která se mají spouštět "
+#~ "z počátečního ramdisku, zadat 'none'."
+
#~ msgid "Initialise the superblock if you reuse hard disks"
#~ msgstr "Při znovupoužití starších disků inicializujte superblok"
diff --git a/debian/po/da.po b/debian/po/da.po
index 47294504..c6bdffed 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2011-04-03 17:30+01:00\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
@@ -16,135 +16,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "MD arrays krævet for rodfilsystemet:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Indtast venligst »all«, »none« eller en mellemrumsadskilt liste af enheder "
-"såsom »md0 md1« eller »md/1 md/d0« (det foranstillede »/dev/« kan udelades)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "for intern brug - kun den lange beskrivelse er krævet."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Hvis systemets rodfilsystem er placeret på en MD-array (RAID), skal det "
-"startes tidligt under opstartssekvensen. Hvis den er placeret på en logisk "
-"diskenhed (LVM), som er på MD, skal alle indgående arrays startes."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Hvis du ved præcis hvilke arrays som er krævet, for at få rodfilsystemet op, "
-"og du ønsker at udsætte start af alle andre arrays til et senere tidspunkt i "
-"opstartssekvensen, så indtast her de arrays som skal startes. Alternativt "
-"kan du indtaste »all« for at starte alle tilgængelige arrays."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Hvis du ikke har brug for eller ønsker at starte nogen arrays for "
-"rodfilsystemet, så efterlad svaret tomt (eller indtast »none«). Dette kan "
-"være tilfældet, hvis du bruger automatisk start af kernen eller ikke skal "
-"bruge arrays til at starte op med."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Der opstod en fejl: Enhedsknude findes ikke"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Der opstod en fejl: Ikke en blokenhed"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Der opstod en fejl: Ikke en MD array"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Der opstod en fejl: Array er ikke anført i mdadm.conf-filen"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Start arrays er ikke anført i mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Den angivne array (${array}) er ikke anført i konfigurationsfilen "
-"(${config}). Den kan derfor ikke startes under opstarten, med mindre du "
-"retter i konfigurationsfilen og gendanner den oprindleige ramdisk."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Denne advarsel er kun relevant hvis du skal have arrays til at blive startet "
-"fra den oprindelige ramdisk for at kunne starte op. Hvis du bruger den "
-"automatiske opstart i kernen, eller ikke skal bruge at arrays startes så "
-"tidligt som den oprindelige ramdisk indlæses, så kan du bare fortsætte. "
-"Alternativt så vælg at fortsætte og indtaste »none« når du bliver spurgt om "
-"hvilke arrays, der skal startes fra den oprindelige ramdisk."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Skal mdadm køre månedlig redundanskontrol af MD arrays?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -163,7 +43,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -173,13 +53,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Ønsker du at starte MD-overvågningsdæmonen?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -189,22 +69,107 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Aktivering af denne indstilling anbefales."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Modtager af e-post-påmindelser:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Indtast venligst e-post-adressen på brugeren, som skal modtage e-post-"
"påmindelser for vigtige MD-hændelser."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "MD arrays krævet for rodfilsystemet:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Indtast venligst »all«, »none« eller en mellemrumsadskilt liste af "
+#~ "enheder såsom »md0 md1« eller »md/1 md/d0« (det foranstillede »/dev/« kan "
+#~ "udelades)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "for intern brug - kun den lange beskrivelse er krævet."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Hvis systemets rodfilsystem er placeret på en MD-array (RAID), skal det "
+#~ "startes tidligt under opstartssekvensen. Hvis den er placeret på en "
+#~ "logisk diskenhed (LVM), som er på MD, skal alle indgående arrays startes."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Hvis du ved præcis hvilke arrays som er krævet, for at få rodfilsystemet "
+#~ "op, og du ønsker at udsætte start af alle andre arrays til et senere "
+#~ "tidspunkt i opstartssekvensen, så indtast her de arrays som skal startes. "
+#~ "Alternativt kan du indtaste »all« for at starte alle tilgængelige arrays."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Hvis du ikke har brug for eller ønsker at starte nogen arrays for "
+#~ "rodfilsystemet, så efterlad svaret tomt (eller indtast »none«). Dette kan "
+#~ "være tilfældet, hvis du bruger automatisk start af kernen eller ikke skal "
+#~ "bruge arrays til at starte op med."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Der opstod en fejl: Enhedsknude findes ikke"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Der opstod en fejl: Ikke en blokenhed"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Der opstod en fejl: Ikke en MD array"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Der opstod en fejl: Array er ikke anført i mdadm.conf-filen"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Start arrays er ikke anført i mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Den angivne array (${array}) er ikke anført i konfigurationsfilen "
+#~ "(${config}). Den kan derfor ikke startes under opstarten, med mindre du "
+#~ "retter i konfigurationsfilen og gendanner den oprindleige ramdisk."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Denne advarsel er kun relevant hvis du skal have arrays til at blive "
+#~ "startet fra den oprindelige ramdisk for at kunne starte op. Hvis du "
+#~ "bruger den automatiske opstart i kernen, eller ikke skal bruge at arrays "
+#~ "startes så tidligt som den oprindelige ramdisk indlæses, så kan du bare "
+#~ "fortsætte. Alternativt så vælg at fortsætte og indtaste »none« når du "
+#~ "bliver spurgt om hvilke arrays, der skal startes fra den oprindelige "
+#~ "ramdisk."
diff --git a/debian/po/de.po b/debian/po/de.po
index e1191e21..140cc0bd 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm 2.6.9-3\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2009-06-24 17:35+0200\n"
"Last-Translator: Mario Joussen <joussen@debian.org>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -22,137 +22,9 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Fr das Wurzeldateisystem bentigte MD folgende Verbnde:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Bitte geben Sie all, none oder eine leerzeichenseparierte Gerteliste "
-"wie zum Beispiel md0 md1 oder md/1 md/d0 ein (das fhrende /dev kann "
-"weggelassen werden)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr ""
-"fr internen Gebrauch - es wird nur die ausfhrliche Beschreibung bentigt."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Wenn das Wurzeldateisystem Ihres Systems auf einem MD-Verbund (RAID) liegt, "
-"muss es frhzeitig whrend des Bootvorgangs gestartet werden. Wenn sich Ihr "
-"Wurzeldateisystem auf einem logischen Laufwerk (LVM) befindet, das sich "
-"wiederum auf einem MD Verbund befindet, mssen alle zugehrigen Verbnde "
-"gestartet werden."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Wenn Sie genau wissen, welche Verbnde bentigt werden, um das "
-"Wurzeldateisystem zu starten, und Sie den Start der anderen Verbnde auf "
-"einen spteren Zeitpunkt in der Bootreihenfolge verschieben wollen, geben "
-"Sie die zu startenden Verbnde hier ein. Alternativ geben Sie all ein, um "
-"alle verfgbaren Verbnde zu starten."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Falls Sie keine RAID-Verbnde fr das Wurzeldateisystem bentigen oder "
-"starten wollen, lassen Sie die Antwort leer (oder geben none ein). Dies "
-"knnte der Fall sein, wenn Sie entweder die Autostartfunktion des Kernels "
-"verwenden oder keine Verbnde zum Booten bentigen."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Ein Fehler ist aufgetreten: Gerteknoten existiert nicht"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Ein Fehler ist aufgetreten: kein Blockgert"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Ein Fehler ist aufgetreten: kein RAID-Verbund"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr ""
-"Ein Fehler ist aufgetreten: Verbund nicht in der Datei mdadm.conf aufgefhrt"
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Nicht in mdadm.conf aufgefhrte Verbnde starten?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Der angegebene Verbund (${array}) ist in der Konfigurationsdatei ${config} "
-"nicht aufgefhrt. Deshalb kann er whrend des Bootvorgangs nicht gestartet "
-"werden, es sei denn, Sie korrigieren die Konfigurationsdatei und erzeugen "
-"die initiale Ramdisk neu."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Diese Warnung ist nur von Bedeutung, wenn Sie RAID-Verbnde, die von der "
-"initialen Ramdisk gestartet werden, bentigen, um booten zu knnen. Falls "
-"Sie die Autostartfunktion des Kernels verwenden oder kein RAID-Verbund zum "
-"frhen Zeitpunkt des Ladens der initialen Ramdisk gestartet werden muss, "
-"knnen Sie einfach fortfahren. Alternativ whlen Sie, nicht fortzufahren und "
-"geben none ein, wenn Sie gefragt werden, welche RAID-Verbnde von der "
-"initialen Ramdisk gestartet werden sollen."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"Soll mdadm monatlich die Redundanzberprfung auf den RAID-Verbnden "
@@ -160,7 +32,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -179,7 +51,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -189,13 +61,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Mchten Sie den RAID-berwachungsdmon starten?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -205,19 +77,19 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Das Aktivieren dieser Option ist empfohlen."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Empfnger der E-Mail-Benachrichtungen:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
@@ -225,6 +97,99 @@ msgstr ""
"Geben Sie bitte die E-Mail-Adresse des Benutzers an, der die E-Mail-"
"Benachrichtigung fr wichtigen MD-Ereignisse erhalten soll."
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Fr das Wurzeldateisystem bentigte MD folgende Verbnde:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Bitte geben Sie all, none oder eine leerzeichenseparierte Gerteliste "
+#~ "wie zum Beispiel md0 md1 oder md/1 md/d0 ein (das fhrende /dev "
+#~ "kann weggelassen werden)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr ""
+#~ "fr internen Gebrauch - es wird nur die ausfhrliche Beschreibung "
+#~ "bentigt."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Wenn das Wurzeldateisystem Ihres Systems auf einem MD-Verbund (RAID) "
+#~ "liegt, muss es frhzeitig whrend des Bootvorgangs gestartet werden. Wenn "
+#~ "sich Ihr Wurzeldateisystem auf einem logischen Laufwerk (LVM) befindet, "
+#~ "das sich wiederum auf einem MD Verbund befindet, mssen alle zugehrigen "
+#~ "Verbnde gestartet werden."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Wenn Sie genau wissen, welche Verbnde bentigt werden, um das "
+#~ "Wurzeldateisystem zu starten, und Sie den Start der anderen Verbnde auf "
+#~ "einen spteren Zeitpunkt in der Bootreihenfolge verschieben wollen, geben "
+#~ "Sie die zu startenden Verbnde hier ein. Alternativ geben Sie all ein, "
+#~ "um alle verfgbaren Verbnde zu starten."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Falls Sie keine RAID-Verbnde fr das Wurzeldateisystem bentigen oder "
+#~ "starten wollen, lassen Sie die Antwort leer (oder geben none ein). Dies "
+#~ "knnte der Fall sein, wenn Sie entweder die Autostartfunktion des Kernels "
+#~ "verwenden oder keine Verbnde zum Booten bentigen."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Ein Fehler ist aufgetreten: Gerteknoten existiert nicht"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Ein Fehler ist aufgetreten: kein Blockgert"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Ein Fehler ist aufgetreten: kein RAID-Verbund"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "Ein Fehler ist aufgetreten: Verbund nicht in der Datei mdadm.conf "
+#~ "aufgefhrt"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Nicht in mdadm.conf aufgefhrte Verbnde starten?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Der angegebene Verbund (${array}) ist in der Konfigurationsdatei "
+#~ "${config} nicht aufgefhrt. Deshalb kann er whrend des Bootvorgangs "
+#~ "nicht gestartet werden, es sei denn, Sie korrigieren die "
+#~ "Konfigurationsdatei und erzeugen die initiale Ramdisk neu."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Diese Warnung ist nur von Bedeutung, wenn Sie RAID-Verbnde, die von der "
+#~ "initialen Ramdisk gestartet werden, bentigen, um booten zu knnen. Falls "
+#~ "Sie die Autostartfunktion des Kernels verwenden oder kein RAID-Verbund "
+#~ "zum frhen Zeitpunkt des Ladens der initialen Ramdisk gestartet werden "
+#~ "muss, knnen Sie einfach fortfahren. Alternativ whlen Sie, nicht "
+#~ "fortzufahren und geben none ein, wenn Sie gefragt werden, welche RAID-"
+#~ "Verbnde von der initialen Ramdisk gestartet werden sollen."
+
#~ msgid "Initialise the superblock if you reuse hard disks"
#~ msgstr ""
#~ "Initialisieren Sie den Superblock, wenn Sie Festplatten wieder verwenden."
diff --git a/debian/po/es.po b/debian/po/es.po
index d8809892..626b144e 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -39,7 +39,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm 2.5.6-6\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-04-25 17:47+0200\n"
"Last-Translator: Javier Fernndez-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -48,136 +48,9 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Arrays MD necesarios para el sistema de ficheros raz:"
-
-# No se traduce all y none porque no aparecen en la plantilla para traducir los elementos individuales
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Introduzca all (todos), none (ninguno) o una lista de dispositivos "
-"separados por espacios como por ejemplo puede slo introducir md0 md1 o "
-"md/1 md/d0 (no tiene que preceder los nombres de dispositivos con /dev)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "para uso interno. Slo se utiliza la descripcin larga."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Si el sistema de ficheros raz de su sistema est en un array MD (RAID) "
-"tiene que inicializarse antes durante de la secuencia de arranque. Si est "
-"en un volumen lgico (LVM), que est definido sobre un MD, todos los arrays "
-"que lo forman tienen que haberse inicializado."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Introduzca los arrays a iniciar aqu, si sabe con exactitud cules son "
-"necesarios para arrancar el sistema de ficheros raz y quiere posponer el "
-"arranque de todos los dems arrays a un punto posterior de la secuencia de "
-"arranque. Tambin puede introducir all (todos) para, sencillamente, "
-"iniciar todos los arrays disponibles."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Puede dejar la respuesta en blanco (o introducir none) si no necesita o "
-"desea arrancar los arrays para el sistema de ficheros raz. Este puede ser "
-"su caso si est utilizando el autoarranque del ncleo o no necesita ningn "
-"array para el arranque."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Se produjo un error: el nodo de dispositivo no existe"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Se produjo un error: no es un dispositivo de bloques"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Se produjo un error: no es un array MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr ""
-"Se produjo un error: el array no est en la lista definida en el archivo "
-"mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Desea arrancar los arrays no listados en mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"El array que ha especificado (${array}) no est listado en el fichero de "
-"configuracin ${config}. Este array no podr iniciarse durante el arranque "
-"del sistema a no ser que corrija el fichero de configuracin y regenere el "
-"disco de ram inicial."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Este aviso slo es relevante si necesita que los arrays se inicien en el "
-"disco de RAM inicial para poder arrancar el sistema. Si utiliza el "
-"autoarranque del ncleo o no necesita que los arrays estn arrancados tan "
-"pronto como se cargue el disco de RAM, puede continuar simplemente. Tambin "
-"puede decidir no continuar e introducir none cuando se le pregunte qu "
-"arrays deberan arrancarse del disco de RAM inicial."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"Debera mdadm ejecutar comprobaciones de redundancia mensuales de los "
@@ -185,7 +58,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -205,7 +78,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -215,13 +88,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Desea arrancar el demonio de monitorizacin MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -232,19 +105,19 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Es opcional habilitar esta opcin."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinatario de las notificaciones por correo:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
@@ -252,3 +125,94 @@ msgstr ""
"Introduzca la direccin de correo electrnico del usuario que debera "
"recibir las notificaciones por correo de eventos relevantes en los "
"dispositivos MD."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Arrays MD necesarios para el sistema de ficheros raz:"
+
+# No se traduce all y none porque no aparecen en la plantilla para traducir los elementos individuales
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Introduzca all (todos), none (ninguno) o una lista de dispositivos "
+#~ "separados por espacios como por ejemplo puede slo introducir md0 md1 o "
+#~ "md/1 md/d0 (no tiene que preceder los nombres de dispositivos con /"
+#~ "dev)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "para uso interno. Slo se utiliza la descripcin larga."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Si el sistema de ficheros raz de su sistema est en un array MD (RAID) "
+#~ "tiene que inicializarse antes durante de la secuencia de arranque. Si "
+#~ "est en un volumen lgico (LVM), que est definido sobre un MD, todos los "
+#~ "arrays que lo forman tienen que haberse inicializado."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Introduzca los arrays a iniciar aqu, si sabe con exactitud cules son "
+#~ "necesarios para arrancar el sistema de ficheros raz y quiere posponer el "
+#~ "arranque de todos los dems arrays a un punto posterior de la secuencia "
+#~ "de arranque. Tambin puede introducir all (todos) para, sencillamente, "
+#~ "iniciar todos los arrays disponibles."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Puede dejar la respuesta en blanco (o introducir none) si no necesita o "
+#~ "desea arrancar los arrays para el sistema de ficheros raz. Este puede "
+#~ "ser su caso si est utilizando el autoarranque del ncleo o no necesita "
+#~ "ningn array para el arranque."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Se produjo un error: el nodo de dispositivo no existe"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Se produjo un error: no es un dispositivo de bloques"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Se produjo un error: no es un array MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "Se produjo un error: el array no est en la lista definida en el archivo "
+#~ "mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Desea arrancar los arrays no listados en mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "El array que ha especificado (${array}) no est listado en el fichero de "
+#~ "configuracin ${config}. Este array no podr iniciarse durante el "
+#~ "arranque del sistema a no ser que corrija el fichero de configuracin y "
+#~ "regenere el disco de ram inicial."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Este aviso slo es relevante si necesita que los arrays se inicien en el "
+#~ "disco de RAM inicial para poder arrancar el sistema. Si utiliza el "
+#~ "autoarranque del ncleo o no necesita que los arrays estn arrancados tan "
+#~ "pronto como se cargue el disco de RAM, puede continuar simplemente. "
+#~ "Tambin puede decidir no continuar e introducir none cuando se le "
+#~ "pregunte qu arrays deberan arrancarse del disco de RAM inicial."
diff --git a/debian/po/eu.po b/debian/po/eu.po
index 06d8e537..259dce2b 100644
--- a/debian/po/eu.po
+++ b/debian/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm-debconf\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: Y2008-04-30 11:00+0100\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -16,136 +16,16 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Erro fitxategi-sistemarentzat beharrezko MD array-ak:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Mesedez idatzi 'denak', 'batez', edo zuriunez bereziriko gailuen zerrenda, "
-"adibidez 'md0 md1' edo 'md/1 md/d0' (hasierako '/dev/' baztertu daiteke)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "barne erabilerako - deskribapen luzea bakarrik behar da."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Sistemaren erro fitxategi-sistema MD array (RAID) batetan kokaturik badago, "
-"berau abio sekuentziaren hasieran abiarazi behar da. MD batetan kokaturiko "
-"bolumen logiko (LVM) batetan badago osatzen duten array guztiak abiarazi "
-"behar dira."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Erro fitxategi-sistema erabiltzeko beharrezkoak diren arrayak zehazki jakin "
-"eta beste array-en abiaraztea abioaren beranduagoko puntu batetara atzeratu "
-"nahi baduzu, idatzi abiarazi beharreko array-ak hemen. Bestela idatzi "
-"'denak' array erabilgarri guztiak abiarazteko."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Ez baduzu erro fitxategi sistemarako array-rik abiarazi behar, hutsik utzi "
-"ezazu (edo 'batez' idatzi). Hau abioan array-rik behar ez duzulako edo "
-"kernel auto-abioa erabiltzen duzulako izan daiteke."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Errore bat gertatu da: gailu nodoa ez dago"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Errore bat gertatu da: ez da bloke gailu bat"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Errore bat gertatu da: ez da MD array bat"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr ""
-"Errore bat gertatu da: array-a ez dago mdadm.conf fitxategian zerrendaturik"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Abiarazi mdadm.conf fitxategian ez dauden array-ak?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Zehazturiko (${array}) array-a ez dago (${config}) konfigurazio fitxategian "
-"zerrendaturiko. Horregatik ezin da abioan abiarazi zuk konfigurazio "
-"fitxategia konpondu eta abio ramdiskoa bersortu arte."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Abisu hau abiarazi ahal izateko ramdisk.etik array-ak baiaraztea behar "
-"baduzu bakarrik da garrantzitsua. Kernel auto-abioa erabiltzen baduzu edo ez "
-"baduzu ramdisk-etik hasieran array-rik kargatzea behar aurrera jarraitu "
-"dezakezu. Bestela ez jarraitzea hautatu eta 'batez' idatzi hasierako ramdisk-"
-"etik kargatu beharreko array-ez galdetzean."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"Mdadm-ek hilabetero egin behar al du MD array-en erredundantzia egiaztapena?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -164,7 +44,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -174,13 +54,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "MD monitorizazio deabrua abiarazi nahi al duzu?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -190,22 +70,107 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Aukera hau gaitzea gomendagarria da."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Eposta berri-emateen hartzailea:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Mesedez idatzi MD gertaera garrantzitsuen berri emate mezuak jaso behar "
"dituen erabiltzailearen eposta helbidea."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Erro fitxategi-sistemarentzat beharrezko MD array-ak:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Mesedez idatzi 'denak', 'batez', edo zuriunez bereziriko gailuen "
+#~ "zerrenda, adibidez 'md0 md1' edo 'md/1 md/d0' (hasierako '/dev/' baztertu "
+#~ "daiteke)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "barne erabilerako - deskribapen luzea bakarrik behar da."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Sistemaren erro fitxategi-sistema MD array (RAID) batetan kokaturik "
+#~ "badago, berau abio sekuentziaren hasieran abiarazi behar da. MD batetan "
+#~ "kokaturiko bolumen logiko (LVM) batetan badago osatzen duten array "
+#~ "guztiak abiarazi behar dira."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Erro fitxategi-sistema erabiltzeko beharrezkoak diren arrayak zehazki "
+#~ "jakin eta beste array-en abiaraztea abioaren beranduagoko puntu batetara "
+#~ "atzeratu nahi baduzu, idatzi abiarazi beharreko array-ak hemen. Bestela "
+#~ "idatzi 'denak' array erabilgarri guztiak abiarazteko."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Ez baduzu erro fitxategi sistemarako array-rik abiarazi behar, hutsik "
+#~ "utzi ezazu (edo 'batez' idatzi). Hau abioan array-rik behar ez duzulako "
+#~ "edo kernel auto-abioa erabiltzen duzulako izan daiteke."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Errore bat gertatu da: gailu nodoa ez dago"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Errore bat gertatu da: ez da bloke gailu bat"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Errore bat gertatu da: ez da MD array bat"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "Errore bat gertatu da: array-a ez dago mdadm.conf fitxategian "
+#~ "zerrendaturik"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Abiarazi mdadm.conf fitxategian ez dauden array-ak?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Zehazturiko (${array}) array-a ez dago (${config}) konfigurazio "
+#~ "fitxategian zerrendaturiko. Horregatik ezin da abioan abiarazi zuk "
+#~ "konfigurazio fitxategia konpondu eta abio ramdiskoa bersortu arte."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Abisu hau abiarazi ahal izateko ramdisk.etik array-ak baiaraztea behar "
+#~ "baduzu bakarrik da garrantzitsua. Kernel auto-abioa erabiltzen baduzu edo "
+#~ "ez baduzu ramdisk-etik hasieran array-rik kargatzea behar aurrera "
+#~ "jarraitu dezakezu. Bestela ez jarraitzea hautatu eta 'batez' idatzi "
+#~ "hasierako ramdisk-etik kargatu beharreko array-ez galdetzean."
diff --git a/debian/po/fi.po b/debian/po/fi.po
index 688baef0..759d3b37 100644
--- a/debian/po/fi.po
+++ b/debian/po/fi.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-14 11:24+0200\n"
"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -13,136 +13,15 @@ msgstr ""
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Juuritiedostojärjestelmän tarvitsemat MD-pakat:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Syötä ”all” (kaikki), ”none” (ei mitään) tai välilyönnein eroteltu lista "
-"laitteista, esimerkiksi ”md0 md1” tai ”md/1 md/d0” (edeltävä /dev/ voidaan "
-"jättää pois)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "vain sisäiseen käyttöön - vain pitkä kuvaus on tarpeellinen."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Jos järjestelmän juuritiedostojärjestelmä sijaitsee MD-levypakassa (RAID), "
-"pakka tulee käynnistää aikaisessa vaiheessa käynnistettäessä järjestelmää. "
-"Jos se sijaitsee loogisella taltiolla (LVM), joka on MD-pakassa, kaikki "
-"taltioon liittyvät pakat tulee käynnistää."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Jos tiedät tarkalleen mitä pakkoja tarvitaan juuritiedostojärjestelmän "
-"käynnistämiseen ja haluat viivästyttää muiden pakkojen käynnistystä, syötä "
-"käynnistettävät pakat tähän. Vaihtoehtoisesti voit käynnistää kaikki pakat "
-"syöttämällä ”all”."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Jos mitään pakkoja ei tarvitse käynnistää juuritiedostojärjestelmän "
-"käyttämiseksi, jätä kenttä tyhjäksi (tai syötä ”none”). Tämä voi olla "
-"tilanne, jos käytät ytimen autokäynnistystä tai et tarvitse mitään pakkoja "
-"käynnistykseen."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Tapahtui virhe: laitetiedostoa ei ole olemassa"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Tapahtui virhe: ei lohkolaite"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Tapahtui virhe: ei MD-pakka"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Tapahtui virhe: pakkaa ei ole listattu tiedostossa mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Käynnistetäänkö pakat, joita ei ole listattu tiedostossa mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Annettua pakkaa (${array}) ei ole listattu asetustiedostossa (${config}). "
-"Niinpä sitä ei voida käynnistää käynnistettäessä järjestelmä, ellei "
-"asetustiedostoa korjata ja käynnistysmuistilevyä (initrd) luoda uudelleen."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Tämä varoitus on aiheellinen vain, jos järjestelmän käynnistäminen vaatii "
-"pakkojen käynnistämistä käynnistysmuistilevyltä. Jos ytimen autokäynnistys "
-"on käytössä tai pakkoja ei tarvita siinä vaiheessa, kun käynnistysmuistilevy "
-"ladataan, voit jatkaa. Vaihtoehtoisesti voit olla jatkamatta ja syöttää "
-"”none” kysyttäessä käynnistysmuistilevyltä käynnistettäviä pakkoja."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Tulisiko mdadm:n tarkistaa kuukausittain MD-pakkojen eheys?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -161,7 +40,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -171,13 +50,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Haluatko käynnistää MD-seurannan?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -187,22 +66,108 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Tämän valitseminen on suositeltavaa."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Sähköpostiviestien vastaanottaja:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Anna sähköpostiosoite, johon sähköpostitiedotteet tärkeistä MD-tapahtumista "
"lähetetään."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Juuritiedostojärjestelmän tarvitsemat MD-pakat:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Syötä ”all” (kaikki), ”none” (ei mitään) tai välilyönnein eroteltu lista "
+#~ "laitteista, esimerkiksi ”md0 md1” tai ”md/1 md/d0” (edeltävä /dev/ "
+#~ "voidaan jättää pois)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "vain sisäiseen käyttöön - vain pitkä kuvaus on tarpeellinen."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Jos järjestelmän juuritiedostojärjestelmä sijaitsee MD-levypakassa "
+#~ "(RAID), pakka tulee käynnistää aikaisessa vaiheessa käynnistettäessä "
+#~ "järjestelmää. Jos se sijaitsee loogisella taltiolla (LVM), joka on MD-"
+#~ "pakassa, kaikki taltioon liittyvät pakat tulee käynnistää."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Jos tiedät tarkalleen mitä pakkoja tarvitaan juuritiedostojärjestelmän "
+#~ "käynnistämiseen ja haluat viivästyttää muiden pakkojen käynnistystä, "
+#~ "syötä käynnistettävät pakat tähän. Vaihtoehtoisesti voit käynnistää "
+#~ "kaikki pakat syöttämällä ”all”."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Jos mitään pakkoja ei tarvitse käynnistää juuritiedostojärjestelmän "
+#~ "käyttämiseksi, jätä kenttä tyhjäksi (tai syötä ”none”). Tämä voi olla "
+#~ "tilanne, jos käytät ytimen autokäynnistystä tai et tarvitse mitään "
+#~ "pakkoja käynnistykseen."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Tapahtui virhe: laitetiedostoa ei ole olemassa"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Tapahtui virhe: ei lohkolaite"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Tapahtui virhe: ei MD-pakka"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Tapahtui virhe: pakkaa ei ole listattu tiedostossa mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr ""
+#~ "Käynnistetäänkö pakat, joita ei ole listattu tiedostossa mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Annettua pakkaa (${array}) ei ole listattu asetustiedostossa (${config}). "
+#~ "Niinpä sitä ei voida käynnistää käynnistettäessä järjestelmä, ellei "
+#~ "asetustiedostoa korjata ja käynnistysmuistilevyä (initrd) luoda uudelleen."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Tämä varoitus on aiheellinen vain, jos järjestelmän käynnistäminen vaatii "
+#~ "pakkojen käynnistämistä käynnistysmuistilevyltä. Jos ytimen "
+#~ "autokäynnistys on käytössä tai pakkoja ei tarvita siinä vaiheessa, kun "
+#~ "käynnistysmuistilevy ladataan, voit jatkaa. Vaihtoehtoisesti voit olla "
+#~ "jatkamatta ja syöttää ”none” kysyttäessä käynnistysmuistilevyltä "
+#~ "käynnistettäviä pakkoja."
diff --git a/debian/po/fr.po b/debian/po/fr.po
index ce2459c4..df033b3c 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-15 20:42+0100\n"
"Last-Translator: Florentin Duneau <fduneau@gmail.com>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -21,142 +21,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: KBabel 1.11.4\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Ensembles MD requis par le système de fichiers racine :"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Veuillez indiquer « all », « none » ou une liste de périphériques, séparés "
-"par des espaces, par exemple, « md0 md1 » ou « md/1 md/d0 » (vous pouvez "
-"omettre « /dev/ »)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr ""
-"Pour une utilisation interne - seule la description longue est nécessaire"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Si le système de fichiers racine se trouve sur un ensemble MD (RAID), il "
-"doit être lancé au début de la procédure de démarrage. Si le système de "
-"fichiers racine se trouve sur un volume logique (« LVM »), qui se trouve "
-"aussi sur un volume MD, tous les composants de l'ensemble doivent être "
-"démarrés."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Si vous savez exactement quels sont les ensembles RAID nécessaires au "
-"démarrage du système de fichiers racine et si vous souhaitez différer le "
-"démarrage de tous les autres ensembles, veuillez les indiquer ici. Vous "
-"pouvez aussi indiquer « all » pour démarrer tous les ensembles existants."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Si vous n'avez pas besoin ou ne souhaitez pas démarrer d'ensemble RAID pour "
-"le système de fichiers racine, veuillez laissez l'entrée vide (ou entrez "
-"« none »). Ceci peut être le cas si vous utilisez l'option de démarrage "
-"automatique (« autostart ») du noyau ou si vous n'avez besoin d'aucun "
-"ensemble pour démarrer."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Erreur : périphérique inconnu"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Erreur : ce n'est pas un périphérique en mode bloc"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Erreur : ce n'est pas un ensemble RAID"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Erreur : ensemble non mentionné dans le fichier mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Faut-il démarrer les ensembles RAID non mentionnés dans mdadm.conf ?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"L'ensemble (${array}) que vous avez spécifié n'est pas mentionné dans le "
-"fichier de configuration ${config}. Il ne sera donc pas démarré à moins que "
-"vous corrigiez le fichier de configuration et que vous génériez de nouveau "
-"le disque mémoire initial (« ramdisk »)."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Cet avertissement n'a de signification que si des ensembles RAID doivent "
-"être lancés à partir du disque mémoire initial afin de pouvoir démarrer le "
-"système. Si vous utilisez le démarrage automatique par le noyau, ou si vous "
-"n'avez pas besoin de lancer d'ensemble RAID depuis le disque mémoire "
-"initial, vous pouvez simplement poursuivre. Vous pouvez aussi choisir de ne "
-"pas poursuivre et entrer « none » lorsqu'il vous sera demandé le nom des "
-"ensembles RAID à démarrer à partir du disque mémoire initial."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Faut-il vérifier chaque mois la redondance des ensembles RAID ?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -175,7 +48,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -185,13 +58,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Faut-il démarrer le démon de surveillance MD ?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -201,22 +74,113 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Il est recommandé d'activer cette option."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinataire des notifications par courriel :"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Veuillez indiquer l'adresse électronique de l'utilisateur qui doit recevoir "
"les notifications lors d'importants événements MD."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Ensembles MD requis par le système de fichiers racine :"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Veuillez indiquer « all », « none » ou une liste de périphériques, "
+#~ "séparés par des espaces, par exemple, « md0 md1 » ou « md/1 md/d0 » (vous "
+#~ "pouvez omettre « /dev/ »)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr ""
+#~ "Pour une utilisation interne - seule la description longue est nécessaire"
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Si le système de fichiers racine se trouve sur un ensemble MD (RAID), il "
+#~ "doit être lancé au début de la procédure de démarrage. Si le système de "
+#~ "fichiers racine se trouve sur un volume logique (« LVM »), qui se trouve "
+#~ "aussi sur un volume MD, tous les composants de l'ensemble doivent être "
+#~ "démarrés."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Si vous savez exactement quels sont les ensembles RAID nécessaires au "
+#~ "démarrage du système de fichiers racine et si vous souhaitez différer le "
+#~ "démarrage de tous les autres ensembles, veuillez les indiquer ici. Vous "
+#~ "pouvez aussi indiquer « all » pour démarrer tous les ensembles existants."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Si vous n'avez pas besoin ou ne souhaitez pas démarrer d'ensemble RAID "
+#~ "pour le système de fichiers racine, veuillez laissez l'entrée vide (ou "
+#~ "entrez « none »). Ceci peut être le cas si vous utilisez l'option de "
+#~ "démarrage automatique (« autostart ») du noyau ou si vous n'avez besoin "
+#~ "d'aucun ensemble pour démarrer."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Erreur : périphérique inconnu"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Erreur : ce n'est pas un périphérique en mode bloc"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Erreur : ce n'est pas un ensemble RAID"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Erreur : ensemble non mentionné dans le fichier mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr ""
+#~ "Faut-il démarrer les ensembles RAID non mentionnés dans mdadm.conf ?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "L'ensemble (${array}) que vous avez spécifié n'est pas mentionné dans le "
+#~ "fichier de configuration ${config}. Il ne sera donc pas démarré à moins "
+#~ "que vous corrigiez le fichier de configuration et que vous génériez de "
+#~ "nouveau le disque mémoire initial (« ramdisk »)."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Cet avertissement n'a de signification que si des ensembles RAID doivent "
+#~ "être lancés à partir du disque mémoire initial afin de pouvoir démarrer "
+#~ "le système. Si vous utilisez le démarrage automatique par le noyau, ou si "
+#~ "vous n'avez pas besoin de lancer d'ensemble RAID depuis le disque mémoire "
+#~ "initial, vous pouvez simplement poursuivre. Vous pouvez aussi choisir de "
+#~ "ne pas poursuivre et entrer « none » lorsqu'il vous sera demandé le nom "
+#~ "des ensembles RAID à démarrer à partir du disque mémoire initial."
diff --git a/debian/po/gl.po b/debian/po/gl.po
index b454e818..85e76e3c 100644
--- a/debian/po/gl.po
+++ b/debian/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-06 23:45+0000\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -15,136 +15,16 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Arrays MD necesarios para o sistema de ficheiros raíz"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Introduza \"all\" (todos), \"none\" (ningún) ou unha lista de dispositivos "
-"separados por espazos, tales coma \"md0 md1\" ou \"md/1 md/0\" (pódese "
-"omitir o \"/dev/\" do principio)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "para uso interno - só se precisa da descrición longa."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Se o sistema de ficheiros raíz do sistema está ubicado nun array MD (RAID), "
-"hai que o iniciar no principio da secuencia de inicio. Se está ubicado nun "
-"volume lóxico (LVM) que está nun MD, hai que iniciar os arrays constituíntes."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Se sabe exactamente que arrays son necesarios para erguer o sistema de "
-"ficheiros raíz, e se quere pospor o inicio dos demáis arrays ata un punto "
-"posterior da secuencia de inicio, introduza aquí os arrays a iniciar. "
-"Alternativamente, introduza \"all\" para iniciar tódolos arrays dispoñibles."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Se non quere ou precisa de iniciar ningún array para o sistema de ficheiros "
-"raíz, deixe a resposta en branco (ou introduza \"none\"). Este pode ser o "
-"caso se está a empregar o autoinicio do núcleo ou non precisa de ningún "
-"array para o inicio."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Houbo un erro: o nodo do dispositivo non existe"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Houbo un erro: non é un dispositivo de bloques"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Houbo un erro: non é un array MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Houbo un erro: o array non figura no ficheiro mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "¿Iniciar os arrays que non figuran en mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"O array indicado (${array}) non figura no ficheiro de configuración "
-"(${config}). Polo tanto, non se pode arrincar no inicio do sistema, a menos "
-"que corrixa o ficheiro de configuración e volva crear o disco RAM inicial."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Este aviso só é relevante se precisa de iniciar arrays desde o disco RAM "
-"inicial para poder iniciar o sistema. Se emprega autoinicio do núcleo ou non "
-"precisa de iniciar arrays tan pronto como se cargue o disco RAM inicial, "
-"pode continuar. De xeito alternativo, escolla non continuar e introduza "
-"\"none\" cando se lle pregunte que arrays quere iniciar do disco RAM inicial."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"¿Debería mdadm facer comprobacións mensuais de redundancia dos arrays MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -163,7 +43,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -173,13 +53,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "¿Quere iniciar o servizo de monitorización de MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -189,22 +69,109 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Recoméndase activar esta opción."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinatario para os avisos por email:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Introduza o enderezo de email do usuario que debe recibir os avisos por "
"email de eventos importantes de MD."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Arrays MD necesarios para o sistema de ficheiros raíz"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Introduza \"all\" (todos), \"none\" (ningún) ou unha lista de "
+#~ "dispositivos separados por espazos, tales coma \"md0 md1\" ou \"md/1 "
+#~ "md/0\" (pódese omitir o \"/dev/\" do principio)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "para uso interno - só se precisa da descrición longa."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Se o sistema de ficheiros raíz do sistema está ubicado nun array MD "
+#~ "(RAID), hai que o iniciar no principio da secuencia de inicio. Se está "
+#~ "ubicado nun volume lóxico (LVM) que está nun MD, hai que iniciar os "
+#~ "arrays constituíntes."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Se sabe exactamente que arrays son necesarios para erguer o sistema de "
+#~ "ficheiros raíz, e se quere pospor o inicio dos demáis arrays ata un punto "
+#~ "posterior da secuencia de inicio, introduza aquí os arrays a iniciar. "
+#~ "Alternativamente, introduza \"all\" para iniciar tódolos arrays "
+#~ "dispoñibles."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Se non quere ou precisa de iniciar ningún array para o sistema de "
+#~ "ficheiros raíz, deixe a resposta en branco (ou introduza \"none\"). Este "
+#~ "pode ser o caso se está a empregar o autoinicio do núcleo ou non precisa "
+#~ "de ningún array para o inicio."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Houbo un erro: o nodo do dispositivo non existe"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Houbo un erro: non é un dispositivo de bloques"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Houbo un erro: non é un array MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Houbo un erro: o array non figura no ficheiro mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "¿Iniciar os arrays que non figuran en mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "O array indicado (${array}) non figura no ficheiro de configuración "
+#~ "(${config}). Polo tanto, non se pode arrincar no inicio do sistema, a "
+#~ "menos que corrixa o ficheiro de configuración e volva crear o disco RAM "
+#~ "inicial."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Este aviso só é relevante se precisa de iniciar arrays desde o disco RAM "
+#~ "inicial para poder iniciar o sistema. Se emprega autoinicio do núcleo ou "
+#~ "non precisa de iniciar arrays tan pronto como se cargue o disco RAM "
+#~ "inicial, pode continuar. De xeito alternativo, escolla non continuar e "
+#~ "introduza \"none\" cando se lle pregunte que arrays quere iniciar do "
+#~ "disco RAM inicial."
diff --git a/debian/po/it.po b/debian/po/it.po
index c2d5285e..62d6cf0f 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm italian debconf\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-11-19 11:02+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -16,138 +16,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Array MD necessari per il file system di root:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Inserire \"all\", \"none\" oppure un elenco dei device separati da uno "
-"spazio, per esempio \"md0 md1\" o \"md/1 md/d0\" (il \"/dev/\" iniziale può "
-"essere omesso)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "uso interno - è necessaria solo la descrizione lunga."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Se il file system di root è su un array MD (RAID), è necessario attivare "
-"tale array all'inizio della sequenza d'avvio. Se è su un volume logico "
-"(LVM), il quale è su un MD, è necessario attivare tutti gli array che "
-"costituiscono il volume."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Se si conoscono esattamente quali sono gli array da attivare per il file "
-"system di root e si vuole rimandare l'attivazione di tutti gli altri array a "
-"una fase successiva della sequenza d'avvio, inserire adesso gli array da "
-"attivare. In alternativa, inserire \"all\" per attivare tutti gli array "
-"disponibili."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Se non si ha bisogno o non si vuole attivare nessun array per il file system "
-"di root, lasciare la risposta in bianco (oppure inserire \"none\"). Questo "
-"potrebbe essere il caso se si utilizza l'attivazione automatica da kernel "
-"oppure se non si ha bisogno di alcun array per l'avvio."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Errore: il nodo del device non esiste"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Errore: non è un device a blocchi"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Errore: non è un array MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Errore: array non elencato nel file mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Avviare gli array non elencati in mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"L'array specificato (${array}) non è presente nel file di configurazione "
-"(${config}): quindi non può essere attivato durante l'avvio senza correggere "
-"il file di configurazione e ricreare il ramdisk iniziale."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Questo avviso è pertinente solo se è necessario attivare gli array dal "
-"ramdisk iniziale per permettere l'avvio. Con l'avvio automatico da kernel o "
-"se non è necessario attivare gli array così presto come al caricamento del "
-"ramdisk iniziale, si può proseguire. In alternativa, scegliere di non "
-"continuare e inserire \"none\" quando viene chiesto quali array attivare dal "
-"ramdisk iniziale."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Far eseguire a mdadm i controlli mensili di ridondanza sugli array MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -166,7 +43,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -176,13 +53,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Avviare il demone di monitoraggio MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -192,22 +69,109 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Si raccomanda l'attivazione di questa funzione."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinatario delle email di notifica:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Inserire l'indirizzo email dell'utente che deve ricevere le notifiche di "
"eventi importanti legati al MD."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Array MD necessari per il file system di root:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Inserire \"all\", \"none\" oppure un elenco dei device separati da uno "
+#~ "spazio, per esempio \"md0 md1\" o \"md/1 md/d0\" (il \"/dev/\" iniziale "
+#~ "può essere omesso)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "uso interno - è necessaria solo la descrizione lunga."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Se il file system di root è su un array MD (RAID), è necessario attivare "
+#~ "tale array all'inizio della sequenza d'avvio. Se è su un volume logico "
+#~ "(LVM), il quale è su un MD, è necessario attivare tutti gli array che "
+#~ "costituiscono il volume."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Se si conoscono esattamente quali sono gli array da attivare per il file "
+#~ "system di root e si vuole rimandare l'attivazione di tutti gli altri "
+#~ "array a una fase successiva della sequenza d'avvio, inserire adesso gli "
+#~ "array da attivare. In alternativa, inserire \"all\" per attivare tutti "
+#~ "gli array disponibili."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Se non si ha bisogno o non si vuole attivare nessun array per il file "
+#~ "system di root, lasciare la risposta in bianco (oppure inserire \"none"
+#~ "\"). Questo potrebbe essere il caso se si utilizza l'attivazione "
+#~ "automatica da kernel oppure se non si ha bisogno di alcun array per "
+#~ "l'avvio."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Errore: il nodo del device non esiste"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Errore: non è un device a blocchi"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Errore: non è un array MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Errore: array non elencato nel file mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Avviare gli array non elencati in mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "L'array specificato (${array}) non è presente nel file di configurazione "
+#~ "(${config}): quindi non può essere attivato durante l'avvio senza "
+#~ "correggere il file di configurazione e ricreare il ramdisk iniziale."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Questo avviso è pertinente solo se è necessario attivare gli array dal "
+#~ "ramdisk iniziale per permettere l'avvio. Con l'avvio automatico da kernel "
+#~ "o se non è necessario attivare gli array così presto come al caricamento "
+#~ "del ramdisk iniziale, si può proseguire. In alternativa, scegliere di non "
+#~ "continuare e inserire \"none\" quando viene chiesto quali array attivare "
+#~ "dal ramdisk iniziale."
diff --git a/debian/po/ja.po b/debian/po/ja.po
index eeefe8ed..7f9c4fb6 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-07 05:52+0900\n"
"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -25,135 +25,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "ルートファイルシステムに必要な MD アレイ:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"'all' または 'none'、あるいはデバイスのリストを 'md0 md1' や 'md/1 md/d0' の"
-"ようにスペースで区切って入力してください (前に付く '/dev/' は省略可能です)。"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "内部での利用について - でも、長い説明が必要です。"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"あなたのシステムのルートファイルシステムが MD アレイ (RAID) 上に配置されてい"
-"るならば、ブートシーケンスの初期段階で MD アレイを開始する必要があります。"
-"ルートファイルシステムが MD のような論理ボリューム (LVM) 上にある場合は、構成"
-"しているアレイ全ての開始が必要です。"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"どのアレイがルートファイルシステムの立ち上げに必要かを正確に知っており、ブー"
-"トシーケンスの後の時点まで意図しているもの以外全てのアレイ起動を遅らせたい場"
-"合、ここで最初に起動するアレイを入力してください。そうでない場合、'all' と入"
-"力して単に全ての利用可能なアレイを最初に立ち上げてください。"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"ルートファイルシステムのために、どのアレイも必要ない、あるいはどのアレイも起"
-"動したくは無いという場合は、空白のままに (あるいは 'none' と入力) してくださ"
-"い。これは、カーネルで自動的に起動される場合や起動時にはアレイは不要であると"
-"いう場合です。"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "エラーが発生しました: デバイスノードが存在しません"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "エラーが発生しました: ブロックデバイスではありません"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "エラーが発生しました: MD アレイではありません"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "エラーが発生しました: mdadm.conf ファイルに記述されていないアレイです"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "mdadm.conf に記述されていないアレイを起動しますか?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"指定したアレイ (${array}) は設定ファイル (${config}) に記述されていません。そ"
-"のため、設定ファイルを修正して initrd を再生成しなければブート時に起動できま"
-"せん。"
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"この警告は、ブートできるようにアレイを initrd から起動する必要がある場合だけ"
-"関係します。カーネルで自動的にアレイを起動するようにしている場合、あるいは "
-"initrd がロードされる程早い段階でどのアレイも起動したくはない場合はそのまま続"
-"行できます。他の選択肢としては、起動の続行を中止し、どのアレイを initrd から"
-"起動するかを尋ねられた際に 'none' と入力します。"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "mdadm は、毎月 MD アレイの冗長性チェックを行いますか?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -171,7 +51,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -180,13 +60,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "MD 監視デーモンを起動しますか?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -196,19 +76,19 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "この機能を有効にするのをお勧めします。"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "メール通知の宛先:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
@@ -216,6 +96,91 @@ msgstr ""
"MD 関連の重大なイベントが発生した際、メールでの通知を受け取る必要があるユーザ"
"のメールアドレスを入力してください。"
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "ルートファイルシステムに必要な MD アレイ:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "'all' または 'none'、あるいはデバイスのリストを 'md0 md1' や 'md/1 md/d0' "
+#~ "のようにスペースで区切って入力してください (前に付く '/dev/' は省略可能で"
+#~ "す)。"
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "内部での利用について - でも、長い説明が必要です。"
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "あなたのシステムのルートファイルシステムが MD アレイ (RAID) 上に配置されて"
+#~ "いるならば、ブートシーケンスの初期段階で MD アレイを開始する必要がありま"
+#~ "す。ルートファイルシステムが MD のような論理ボリューム (LVM) 上にある場合"
+#~ "は、構成しているアレイ全ての開始が必要です。"
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "どのアレイがルートファイルシステムの立ち上げに必要かを正確に知っており、"
+#~ "ブートシーケンスの後の時点まで意図しているもの以外全てのアレイ起動を遅らせ"
+#~ "たい場合、ここで最初に起動するアレイを入力してください。そうでない場"
+#~ "合、'all' と入力して単に全ての利用可能なアレイを最初に立ち上げてください。"
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "ルートファイルシステムのために、どのアレイも必要ない、あるいはどのアレイも"
+#~ "起動したくは無いという場合は、空白のままに (あるいは 'none' と入力) してく"
+#~ "ださい。これは、カーネルで自動的に起動される場合や起動時にはアレイは不要で"
+#~ "あるという場合です。"
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "エラーが発生しました: デバイスノードが存在しません"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "エラーが発生しました: ブロックデバイスではありません"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "エラーが発生しました: MD アレイではありません"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "エラーが発生しました: mdadm.conf ファイルに記述されていないアレイです"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "mdadm.conf に記述されていないアレイを起動しますか?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "指定したアレイ (${array}) は設定ファイル (${config}) に記述されていませ"
+#~ "ん。そのため、設定ファイルを修正して initrd を再生成しなければブート時に起"
+#~ "動できません。"
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "この警告は、ブートできるようにアレイを initrd から起動する必要がある場合だ"
+#~ "け関係します。カーネルで自動的にアレイを起動するようにしている場合、あるい"
+#~ "は initrd がロードされる程早い段階でどのアレイも起動したくはない場合はその"
+#~ "まま続行できます。他の選択肢としては、起動の続行を中止し、どのアレイを "
+#~ "initrd から起動するかを尋ねられた際に 'none' と入力します。"
+
#~ msgid ""
#~ "WARNING! If you are using hard disks which have RAID superblocks from "
#~ "earlier installations in different RAID arrays, you MUST zero each "
diff --git a/debian/po/nl.po b/debian/po/nl.po
index d3e5f3da..34f473e6 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm_2.6.3+200709292116+4450e59-4\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-19 14:04+0100\n"
"Last-Translator: Frans Pop <elendil@planet.nl>\n"
"Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -26,138 +26,15 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Voor het basisbestandssysteem benodigde RAID-reeksen:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Geef in 'all' (alle), 'none' (geen) of één of meerdere apparaatbestanden "
-"(gescheiden door spaties), bijvoorbeeld \"md0 md1\" of \"md/1 md/d0\" (de "
-"prefix '/dev/' kan dus worden weggelaten)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "Voor intern gebruik - alleen de lange omschrijving wordt gebruikt."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Als het basisbestandssysteem van uw systeem zich op een RAID-volume bevindt, "
-"dient dit vroeg in de opstartcyclus geactiveerd te worden. Als het zich op "
-"een logisch volume (LVM) op RAID bevindt, dienen alle betrokken reeksen "
-"geactiveerd te worden."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Als u precies weet welke reeksen benodigd zijn voor het basisbestandssysteem "
-"en u het activeren van alle overige reeksen wilt uitstellen tot later in de "
-"opstartprocedure, geef dan hier de te activeren reeksen in. Anders kunt u "
-"'all' ingeven om alle beschikbare reeksen te activeren."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Als u geen reeksen hoeft of wenst te activeren voor het "
-"basisbestandssysteem, laat dan het antwoord leeg (of geef 'none' in). Dit "
-"kan het geval zijn als u \"kernel autostart\" gebruikt of geen reeksen nodig "
-"heeft om uw systeem op te starten."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Er is een fout opgetreden: apparaatbestand bestaat niet"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Er is een fout opgetreden: geen blokapparaat"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Er is een fout opgetreden: geen RAID reeks"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Er is een fout opgetreden: reeks komt niet voor in bestand mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Reeksen activeren die niet in mdadm.conf voorkomen?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"De reeks die u heeft opgegeven (${array}) komt niet voor in het "
-"configuratiebestand (${config}). Tenzij u het configuratiebestand corrigeert "
-"en de initiële ramdisk opnieuw aanmaakt, kan deze reeks tijdens het "
-"opstarten van het systeem niet worden geactiveerd."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Deze waarschuwing is alleen relevant als de reeksen geactiveerd moeten "
-"worden vanuit een initiële ramdisk om het systeem te kunnen opstarten. Als u "
-"\"kernel autostart\" gebruikt of er geen reeksen zijn die vanuit de initiële "
-"ramdisk gestart moeten worden, kunt u gewoon doorgaan. Kies anders nu om "
-"niet door te gaan en geef 'none' in bij de vraag welke reeksen vanuit de "
-"initiële ramdisk gestart moeten worden."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Maandelijkse redundantiecontrole van RAID-reeksen uitvoeren?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -175,7 +52,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -185,13 +62,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Wilt u de achtergronddienst voor de RAID-monitor starten?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -202,22 +79,110 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Gebruik van deze optie wordt aanbevolen."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Adres voor e-mailberichten:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Wat is het e-mailadres van de gebruiker die de e-mailberichten voor "
"belangrijke gebeurtenissen met betrekking tot RAID dient te ontvangen."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Voor het basisbestandssysteem benodigde RAID-reeksen:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Geef in 'all' (alle), 'none' (geen) of één of meerdere apparaatbestanden "
+#~ "(gescheiden door spaties), bijvoorbeeld \"md0 md1\" of \"md/1 md/d0\" (de "
+#~ "prefix '/dev/' kan dus worden weggelaten)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "Voor intern gebruik - alleen de lange omschrijving wordt gebruikt."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Als het basisbestandssysteem van uw systeem zich op een RAID-volume "
+#~ "bevindt, dient dit vroeg in de opstartcyclus geactiveerd te worden. Als "
+#~ "het zich op een logisch volume (LVM) op RAID bevindt, dienen alle "
+#~ "betrokken reeksen geactiveerd te worden."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Als u precies weet welke reeksen benodigd zijn voor het "
+#~ "basisbestandssysteem en u het activeren van alle overige reeksen wilt "
+#~ "uitstellen tot later in de opstartprocedure, geef dan hier de te "
+#~ "activeren reeksen in. Anders kunt u 'all' ingeven om alle beschikbare "
+#~ "reeksen te activeren."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Als u geen reeksen hoeft of wenst te activeren voor het "
+#~ "basisbestandssysteem, laat dan het antwoord leeg (of geef 'none' in). Dit "
+#~ "kan het geval zijn als u \"kernel autostart\" gebruikt of geen reeksen "
+#~ "nodig heeft om uw systeem op te starten."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Er is een fout opgetreden: apparaatbestand bestaat niet"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Er is een fout opgetreden: geen blokapparaat"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Er is een fout opgetreden: geen RAID reeks"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "Er is een fout opgetreden: reeks komt niet voor in bestand mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Reeksen activeren die niet in mdadm.conf voorkomen?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "De reeks die u heeft opgegeven (${array}) komt niet voor in het "
+#~ "configuratiebestand (${config}). Tenzij u het configuratiebestand "
+#~ "corrigeert en de initiële ramdisk opnieuw aanmaakt, kan deze reeks "
+#~ "tijdens het opstarten van het systeem niet worden geactiveerd."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Deze waarschuwing is alleen relevant als de reeksen geactiveerd moeten "
+#~ "worden vanuit een initiële ramdisk om het systeem te kunnen opstarten. "
+#~ "Als u \"kernel autostart\" gebruikt of er geen reeksen zijn die vanuit de "
+#~ "initiële ramdisk gestart moeten worden, kunt u gewoon doorgaan. Kies "
+#~ "anders nu om niet door te gaan en geef 'none' in bij de vraag welke "
+#~ "reeksen vanuit de initiële ramdisk gestart moeten worden."
diff --git a/debian/po/pt.po b/debian/po/pt.po
index e450997a..2b549e98 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-21 00:15+0000\n"
"Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -16,138 +16,16 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Grupos MD necessários para o sistema de ficheiros raiz:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Por favor, introduza 'all', 'none', ou uma lista de dispositivos separados "
-"por espaços, tais como 'md0 md1' ou 'md/1 md/d0' (o '/dev/' inicial pode ser "
-"omitido)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "para uso interno - apenas a descrição longa é necessária"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Se o sistema de ficheiros de raiz do sistema estiver num grupo MD (RAID), "
-"necessita de ser iniciado mais cedo na sequência de arranque. Se o seu "
-"sistema de ficheiros de raiz estiver num volume lógico (LVM) que está no MD, "
-"todos os grupos constituintes necessitam de ser iniciados."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Se souber exactamente que grupos são necessários para iniciar o sistema de "
-"ficheiros raiz, e quiser adiar o inicio de todos os outros grupos para mais "
-"tarde no processo de arranque, introduza os grupos aqui. Alternativamente, "
-"introduza 'all' para iniciar todos os grupos disponíveis."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Se não necessita ou deseja iniciar grupos para o sistema de ficheiros raiz, "
-"deixe a resposta em branco (ou introduza 'none'). Isto vale no caso de usar "
-"o auto-arranque do kernel ou não necessitar de grupos para o arranque do "
-"sistema."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Ocorreu um erro: o nó do dispositivo não existe"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Ocorreu um erro: não é um dispositivo de bloco"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Ocorreu um erro: não é um grupo MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Ocorreu um erro: o grupo não está listado no ficheiro mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Iniciar grupos não listados no mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"O grupo especificado (${array}) não está listado no ficheiro de configuração "
-"(${config}). Portanto, não pode ser iniciado durante o processo de arranque, "
-"a não ser que corrija o ficheiro de configuração e recrie o ramdisk inicial."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Este aviso só é relevante se houver necessidade de iniciar grupos a partir "
-"do ramdisk durante o arranque do sistema. Se usar o auto-arranque do kernel, "
-"ou não necessitar de iniciar os grupos tão cedo no processo de arranque do "
-"sistema, pode simplesmente continuar. Em alternativa, escolha não continuar "
-"e introduza 'none' quando perguntado sobre quais grupos iniciar a partir do "
-"ramdisk inicial."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"O mdadm deve correr verificações de redundância nos grupos MD mensalmente?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -166,7 +44,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -176,13 +54,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Quer iniciar o deamon de monitorização do MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -193,22 +71,109 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "É recomendado activar esta opção."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinatário de email para notificações:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Por favor, introduza o endereço de email do utilizador que deve receber as "
"notificações de eventos MD importantes."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Grupos MD necessários para o sistema de ficheiros raiz:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Por favor, introduza 'all', 'none', ou uma lista de dispositivos "
+#~ "separados por espaços, tais como 'md0 md1' ou 'md/1 md/d0' (o '/dev/' "
+#~ "inicial pode ser omitido)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "para uso interno - apenas a descrição longa é necessária"
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Se o sistema de ficheiros de raiz do sistema estiver num grupo MD (RAID), "
+#~ "necessita de ser iniciado mais cedo na sequência de arranque. Se o seu "
+#~ "sistema de ficheiros de raiz estiver num volume lógico (LVM) que está no "
+#~ "MD, todos os grupos constituintes necessitam de ser iniciados."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Se souber exactamente que grupos são necessários para iniciar o sistema "
+#~ "de ficheiros raiz, e quiser adiar o inicio de todos os outros grupos para "
+#~ "mais tarde no processo de arranque, introduza os grupos aqui. "
+#~ "Alternativamente, introduza 'all' para iniciar todos os grupos "
+#~ "disponíveis."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Se não necessita ou deseja iniciar grupos para o sistema de ficheiros "
+#~ "raiz, deixe a resposta em branco (ou introduza 'none'). Isto vale no caso "
+#~ "de usar o auto-arranque do kernel ou não necessitar de grupos para o "
+#~ "arranque do sistema."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Ocorreu um erro: o nó do dispositivo não existe"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Ocorreu um erro: não é um dispositivo de bloco"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Ocorreu um erro: não é um grupo MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Ocorreu um erro: o grupo não está listado no ficheiro mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Iniciar grupos não listados no mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "O grupo especificado (${array}) não está listado no ficheiro de "
+#~ "configuração (${config}). Portanto, não pode ser iniciado durante o "
+#~ "processo de arranque, a não ser que corrija o ficheiro de configuração e "
+#~ "recrie o ramdisk inicial."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Este aviso só é relevante se houver necessidade de iniciar grupos a "
+#~ "partir do ramdisk durante o arranque do sistema. Se usar o auto-arranque "
+#~ "do kernel, ou não necessitar de iniciar os grupos tão cedo no processo de "
+#~ "arranque do sistema, pode simplesmente continuar. Em alternativa, escolha "
+#~ "não continuar e introduza 'none' quando perguntado sobre quais grupos "
+#~ "iniciar a partir do ramdisk inicial."
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index 118538b8..3f6df2fc 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2006-09-24 19:22-0300\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@cathedrallabs.org>\n"
"Language-Team: l10n portuguese <debian-l10n-portuguese@lists.debian.org>\n"
@@ -25,166 +25,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"pt_BR utf-8\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-#, fuzzy
-#| msgid "MD arrays needed for the root filesystem:"
-msgid "MD arrays needed for the root file system:"
-msgstr "Dispositivos MD necessários para o sistema de arquivos raiz:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-#, fuzzy
-#| msgid ""
-#| "Please enter a space-separated list of devices, 'all', or 'none'. You may "
-#| "omit the leading '/dev/' and just enter e.g. \"md0 md1\", or \"md/1 md/"
-#| "d0\"."
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Por favor, informe uma lista separada por espaços dos dispositivos, 'all' ou "
-"'none'. Você pode omitir a parte inicial '/dev/' e apenas informar, por "
-"exemplo, \"md0 md1\", ou \"md/1 md/d0\"."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "para uso interno - apenas a descrição longa é necessária."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-#, fuzzy
-#| msgid ""
-#| "If your system has its root filesystem on an MD array (RAID), it needs to "
-#| "be started early during the boot sequence. If your root filesystem is on "
-#| "a logical volume (LVM), which is on MD, all constituent arrays need to be "
-#| "started."
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Se o seu sistema tem o sistema de arquivos raiz em um dispositivo MD (RAID), "
-"este precisa ser iniciado mais cedo durante a seqüência de inicialização. Se "
-"o sistema de arquivos raiz está em um volume lógico (LVM), que está em um "
-"MD, todos os dispositivos que o constituem precisam ser iniciados."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-#, fuzzy
-#| msgid ""
-#| "If you know exactly which arrays are needed to bring up the root "
-#| "filesystem, and you want to postpone starting all other arrays to a later "
-#| "point in the boot sequence, enter the arrays to start here. "
-#| "Alternatively, enter 'all' to simply start all available arrays."
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Se você sabe exatamente quais dispositivos são necessários para ativar o "
-"sistema de arquivos raiz, e você deseja adiar o início de todos os outros "
-"dispositivos para um ponto posterior na seqüência de inicialização, informe "
-"os dispositivos a serem iniciados aqui. Como alternativa, informe 'all' para "
-"simplesmente iniciar todos os dispositivos disponíveis."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-#, fuzzy
-#| msgid ""
-#| "If you do not need or want to start any arrays for the root filesystem, "
-#| "leave the answer blank (or enter 'none'). This may be the case if you are "
-#| "using kernel autostart or do not need any arrays to boot."
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Se você não precisa ou não quer iniciar quaisquer dispositivos para o "
-"sistema de arquivos raiz, deixe a resposta em branco (ou informe 'none'). "
-"Este pode ser o caso se você está usando \"kernel autostart\" ou não precisa "
-"de quaisquer dispositivos para a inicialização."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Um erro ocorreu: o dispositivo (\"device node\") não existe"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Um erro ocorreu: não é um dispositivo de blocos"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Um erro ocorreu: não é um dispositivo MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Um erro ocorreu: dispositivo não listado no arquivo mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-#, fuzzy
-#| msgid "Proceed with starting arrays not listed in mdadm.conf?"
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Continuar com o início de dispositivos não listados no mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-#, fuzzy
-#| msgid ""
-#| "The array you have specified (${array}) is not listed in the "
-#| "configuration file ${config}. Therefore it cannot be started during boot, "
-#| "unless you correct the configuration file and recreate the initial "
-#| "ramdisk."
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"O dispositivo que você especificou (${array}) não está listado no arquivo de "
-"configuração ${config}. Portanto não pode ser iniciado durante a "
-"inicialização, a menos que você corrija o arquivo de configuração e recrie o "
-"\"ramdisk\" inicial."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Este aviso só é relevante se você precisa de dispositivos que sejam "
-"iniciados a partir do \"ramdisk\" inicial para que seja possível inicializar "
-"o computador. Se você usa \"kernel autostarting\", ou não precisa de "
-"quaisquer dispositivos sendo iniciados tão logo o \"ramdisk\" inicial seja "
-"carregado, você pode simplesmente continuar. Alternativamente, escolha não "
-"continuar e informe 'none' quando perguntado quais dispositivos iniciar a "
-"partir do \"ramdisk\" inicial."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"O mdadm deve, mensalmente, executar checagens de redundância dos "
@@ -192,7 +35,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
#, fuzzy
#| msgid ""
#| "If your kernel supports it (>> 2.6.14), mdadm can periodically check the "
@@ -219,7 +62,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
#, fuzzy
#| msgid ""
#| "The default, if turned on, is to run the checks on the first Sunday of "
@@ -233,13 +76,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Você deseja iniciar o \"daemon\" de monitoramento MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
#, fuzzy
#| msgid ""
#| "The MD (RAID) monitor daemon sends email notifications in response to "
@@ -255,19 +98,19 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr ""
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Destinatário para os e-mails de notificações:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
#, fuzzy
#| msgid ""
#| "Please enter the email address of the user who should get the email "
@@ -279,6 +122,127 @@ msgstr ""
"Por favor, informe o endereço de e-mail do usuário que deverá receber os e-"
"mails de notificações para estes eventos MD importantes."
+#, fuzzy
+#~| msgid "MD arrays needed for the root filesystem:"
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Dispositivos MD necessários para o sistema de arquivos raiz:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Please enter a space-separated list of devices, 'all', or 'none'. You "
+#~| "may omit the leading '/dev/' and just enter e.g. \"md0 md1\", or \"md/1 "
+#~| "md/d0\"."
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Por favor, informe uma lista separada por espaços dos dispositivos, 'all' "
+#~ "ou 'none'. Você pode omitir a parte inicial '/dev/' e apenas informar, "
+#~ "por exemplo, \"md0 md1\", ou \"md/1 md/d0\"."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "para uso interno - apenas a descrição longa é necessária."
+
+#, fuzzy
+#~| msgid ""
+#~| "If your system has its root filesystem on an MD array (RAID), it needs "
+#~| "to be started early during the boot sequence. If your root filesystem is "
+#~| "on a logical volume (LVM), which is on MD, all constituent arrays need "
+#~| "to be started."
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Se o seu sistema tem o sistema de arquivos raiz em um dispositivo MD "
+#~ "(RAID), este precisa ser iniciado mais cedo durante a seqüência de "
+#~ "inicialização. Se o sistema de arquivos raiz está em um volume lógico "
+#~ "(LVM), que está em um MD, todos os dispositivos que o constituem precisam "
+#~ "ser iniciados."
+
+#, fuzzy
+#~| msgid ""
+#~| "If you know exactly which arrays are needed to bring up the root "
+#~| "filesystem, and you want to postpone starting all other arrays to a "
+#~| "later point in the boot sequence, enter the arrays to start here. "
+#~| "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Se você sabe exatamente quais dispositivos são necessários para ativar o "
+#~ "sistema de arquivos raiz, e você deseja adiar o início de todos os outros "
+#~ "dispositivos para um ponto posterior na seqüência de inicialização, "
+#~ "informe os dispositivos a serem iniciados aqui. Como alternativa, informe "
+#~ "'all' para simplesmente iniciar todos os dispositivos disponíveis."
+
+#, fuzzy
+#~| msgid ""
+#~| "If you do not need or want to start any arrays for the root filesystem, "
+#~| "leave the answer blank (or enter 'none'). This may be the case if you "
+#~| "are using kernel autostart or do not need any arrays to boot."
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Se você não precisa ou não quer iniciar quaisquer dispositivos para o "
+#~ "sistema de arquivos raiz, deixe a resposta em branco (ou informe 'none'). "
+#~ "Este pode ser o caso se você está usando \"kernel autostart\" ou não "
+#~ "precisa de quaisquer dispositivos para a inicialização."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Um erro ocorreu: o dispositivo (\"device node\") não existe"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Um erro ocorreu: não é um dispositivo de blocos"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Um erro ocorreu: não é um dispositivo MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Um erro ocorreu: dispositivo não listado no arquivo mdadm.conf"
+
+#, fuzzy
+#~| msgid "Proceed with starting arrays not listed in mdadm.conf?"
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Continuar com o início de dispositivos não listados no mdadm.conf?"
+
+#, fuzzy
+#~| msgid ""
+#~| "The array you have specified (${array}) is not listed in the "
+#~| "configuration file ${config}. Therefore it cannot be started during "
+#~| "boot, unless you correct the configuration file and recreate the initial "
+#~| "ramdisk."
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "O dispositivo que você especificou (${array}) não está listado no arquivo "
+#~ "de configuração ${config}. Portanto não pode ser iniciado durante a "
+#~ "inicialização, a menos que você corrija o arquivo de configuração e "
+#~ "recrie o \"ramdisk\" inicial."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Este aviso só é relevante se você precisa de dispositivos que sejam "
+#~ "iniciados a partir do \"ramdisk\" inicial para que seja possível "
+#~ "inicializar o computador. Se você usa \"kernel autostarting\", ou não "
+#~ "precisa de quaisquer dispositivos sendo iniciados tão logo o \"ramdisk\" "
+#~ "inicial seja carregado, você pode simplesmente continuar. "
+#~ "Alternativamente, escolha não continuar e informe 'none' quando "
+#~ "perguntado quais dispositivos iniciar a partir do \"ramdisk\" inicial."
+
#~ msgid "Initialise the superblock if you reuse hard disks"
#~ msgstr "Inicialize o superbloco caso você reutilize discos rígidos"
diff --git a/debian/po/ru.po b/debian/po/ru.po
index a4aff77d..8bf8c5c2 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.6.3+200709292116+4450e59-4\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-07 21:02+0300\n"
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -27,139 +27,16 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "MD-массивы, необходимые для корневой файловой системы:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Введите список устройств через пробел, слово 'all' или 'none'. Вы можете не "
-"указывать начальную часть пути типа '/dev/', а просто вводить имена "
-"устройств, например 'md0 md1' или 'md/1 md/d0'."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr ""
-"для внутреннего пользования - нужно использовать только длинное описание."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Если в системе корневая файловая система расположена на MD-массиве (RAID), "
-"он должен быть запущен в самом начале процесса загрузки. Если корневая "
-"файловая система расположена на логическом томе (LVM), который расположен на "
-"MD, то должны быть запущены все составляющие массивы."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Если вы точно знаете, какие массивы требуются для получения работоспособной "
-"корневой файловой системы и хотите отложить запуск остальных массивов на "
-"более поздний момент в процессе загрузки, то введите их здесь. Иначе, "
-"введите слово 'all', чтобы просто запустить все доступные массивы."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Если вам это не нужно, или вы хотите запускать все массивы для корневой "
-"файловой системы, оставьте это поле пустым (или введите слово 'none'). Этот "
-"вариант подходит, если вы используете автоматический запуск из ядра или если "
-"для загрузки массивы ненужны."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Произошла ошибка: нода устройства не существует"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Произошла ошибка: устройство не является блочным"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Произошла ошибка: это не MD-массив"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Произошла ошибка: массив не описан в файле mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Запустить массивы, неописанные в mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Указанный вами массив (${array}) не описан в конфигурационном файле "
-"(${config}). Поэтому он не может быть запущен при старте машины, пока вы не "
-"исправите конфигурационный файл и не пересоздадите первоначальный ramdisk."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Данное предупреждение уместно только, если вам требуется запускать массивы "
-"из первоначального ramdisk для загрузки машины. Если вы используете "
-"автоматический запуск из ядра или вам не нужны массивы для загрузки на этапе "
-"загрузки первоначального ramdisk, вы можете просто продолжить. Иначе, "
-"выберите не продолжать и введите 'none', когда вам предложат выбрать массивы "
-"для запуска из первоначального ramdisk."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"Должен ли mdadm запускать ежемесячную проверку избыточности на MD-массивах?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -177,7 +54,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -187,13 +64,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Запускать демон-монитор MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -203,22 +80,110 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Рекомендуется ответить утвердительно."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Получатель уведомительных писем:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Введите адрес электронной почты пользователя, который будет получать "
"почтовые уведомления о важных изменениях в состоянии MD."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "MD-массивы, необходимые для корневой файловой системы:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Введите список устройств через пробел, слово 'all' или 'none'. Вы можете "
+#~ "не указывать начальную часть пути типа '/dev/', а просто вводить имена "
+#~ "устройств, например 'md0 md1' или 'md/1 md/d0'."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr ""
+#~ "для внутреннего пользования - нужно использовать только длинное описание."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Если в системе корневая файловая система расположена на MD-массиве "
+#~ "(RAID), он должен быть запущен в самом начале процесса загрузки. Если "
+#~ "корневая файловая система расположена на логическом томе (LVM), который "
+#~ "расположен на MD, то должны быть запущены все составляющие массивы."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Если вы точно знаете, какие массивы требуются для получения "
+#~ "работоспособной корневой файловой системы и хотите отложить запуск "
+#~ "остальных массивов на более поздний момент в процессе загрузки, то "
+#~ "введите их здесь. Иначе, введите слово 'all', чтобы просто запустить все "
+#~ "доступные массивы."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Если вам это не нужно, или вы хотите запускать все массивы для корневой "
+#~ "файловой системы, оставьте это поле пустым (или введите слово 'none'). "
+#~ "Этот вариант подходит, если вы используете автоматический запуск из ядра "
+#~ "или если для загрузки массивы ненужны."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Произошла ошибка: нода устройства не существует"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Произошла ошибка: устройство не является блочным"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Произошла ошибка: это не MD-массив"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Произошла ошибка: массив не описан в файле mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Запустить массивы, неописанные в mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Указанный вами массив (${array}) не описан в конфигурационном файле "
+#~ "(${config}). Поэтому он не может быть запущен при старте машины, пока вы "
+#~ "не исправите конфигурационный файл и не пересоздадите первоначальный "
+#~ "ramdisk."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Данное предупреждение уместно только, если вам требуется запускать "
+#~ "массивы из первоначального ramdisk для загрузки машины. Если вы "
+#~ "используете автоматический запуск из ядра или вам не нужны массивы для "
+#~ "загрузки на этапе загрузки первоначального ramdisk, вы можете просто "
+#~ "продолжить. Иначе, выберите не продолжать и введите 'none', когда вам "
+#~ "предложат выбрать массивы для запуска из первоначального ramdisk."
diff --git a/debian/po/sk.po b/debian/po/sk.po
index 5d6d5a50..c84247ba 100644
--- a/debian/po/sk.po
+++ b/debian/po/sk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm 3.2.2-1\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2011-09-18 11:22+0200\n"
"Last-Translator: Slavko <linux@slavino.sk>\n"
"Language-Team: Slovak <debian-l10n-slovak@lists.debian.org>\n"
@@ -19,135 +19,15 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Polia MD, potrebné pre koreň súborového systému:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Prosím, zadajte „all”, „none” alebo medzerou oddelený zoznam zariadení, "
-"napr. „md0 md1” alebo „md/1 md/d0” (počiatočné „/dev/” môže byť vynechané)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "na interné použitie – potrebný je len dlhý popis."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Ak je koreň súborového systému umiestnený na poli MD (RAID), musí byť "
-"spustený počas zavádzania systému. Ak je koreň umiestnený na logickom zväzku "
-"(LVM), ktorý je na MD, musia byť spustené všetky súvisiace polia."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Ak viete presne, ktoré polia sú potrebné na pripojenie koreňa súborového "
-"systému a chcete odložiť štart všetkých ostatných polí na neskorší okamih "
-"zavádzania, zadajte tu polia, ktoré majú byť spustené. Alebo zadajte „all”, "
-"čím budú jednoducho spustené všetky dostupné polia."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Ak pre koreň súborového systému nepotrebujete alebo nechcete spúšťať žiadne "
-"polia, nechajte odpoveď prázdnu (alebo zadajte „none”). Tento prípad môže "
-"nastať, ak používate automatický štart polí priamo v jadre alebo "
-"nepotrebujete pri zavádzaní žiadne polia."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Nastala chyba: uzol zariadenia neexistuje"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Nastala chyba: nie je blokové zariadenie"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Nastala chyba: nie je pole MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Nastala chyba: pole nie je uvedené v súbore mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Spustiť polia, ktoré nie sú uvedené v mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Zadané pole (${array}) nie je uvedené v konfiguračnom súbore (${config}), a "
-"preto nemôže byť spustené počas zavádzania, až kým neopravíte konfiguračný "
-"súbor a nevytvoríte nový počiatočný ramdisk (initrd)."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Toto varovanie je dôležité, len ak potrebujete aby boli polia spúšťané z "
-"počiatočného ramdisku, aby boli dostupné počas zavádzania. Ak používate "
-"automatické spúšťanie polí priamo z jadra, alebo ak nepotrebujte aby boli "
-"polia spúšťané tak skoro (z počiatočného ramdisku), môžete prosto "
-"pokračovať. Alebo môžete zvoliť nepokračovať a odpovedať „none” na otázku, "
-"ktoré polia majú byť spúšťané z počiatočného ramdisku."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Má mdadm spúšťať mesačnú kontrolu redundancie polí MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -165,7 +45,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -175,13 +55,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Chcete spustiť démona monitorovania MD?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -191,22 +71,106 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Povolenie tejto možnosti je odporúčané."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Príjemca emailových upozornení:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Prosím, zadajte emailovú adresu používateľa, ktorý má dostávať emailové "
"upozornenia na dôležité udalosti MD."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Polia MD, potrebné pre koreň súborového systému:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Prosím, zadajte „all”, „none” alebo medzerou oddelený zoznam zariadení, "
+#~ "napr. „md0 md1” alebo „md/1 md/d0” (počiatočné „/dev/” môže byť "
+#~ "vynechané)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "na interné použitie – potrebný je len dlhý popis."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Ak je koreň súborového systému umiestnený na poli MD (RAID), musí byť "
+#~ "spustený počas zavádzania systému. Ak je koreň umiestnený na logickom "
+#~ "zväzku (LVM), ktorý je na MD, musia byť spustené všetky súvisiace polia."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Ak viete presne, ktoré polia sú potrebné na pripojenie koreňa súborového "
+#~ "systému a chcete odložiť štart všetkých ostatných polí na neskorší okamih "
+#~ "zavádzania, zadajte tu polia, ktoré majú byť spustené. Alebo zadajte "
+#~ "„all”, čím budú jednoducho spustené všetky dostupné polia."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Ak pre koreň súborového systému nepotrebujete alebo nechcete spúšťať "
+#~ "žiadne polia, nechajte odpoveď prázdnu (alebo zadajte „none”). Tento "
+#~ "prípad môže nastať, ak používate automatický štart polí priamo v jadre "
+#~ "alebo nepotrebujete pri zavádzaní žiadne polia."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Nastala chyba: uzol zariadenia neexistuje"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Nastala chyba: nie je blokové zariadenie"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Nastala chyba: nie je pole MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Nastala chyba: pole nie je uvedené v súbore mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Spustiť polia, ktoré nie sú uvedené v mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Zadané pole (${array}) nie je uvedené v konfiguračnom súbore (${config}), "
+#~ "a preto nemôže byť spustené počas zavádzania, až kým neopravíte "
+#~ "konfiguračný súbor a nevytvoríte nový počiatočný ramdisk (initrd)."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Toto varovanie je dôležité, len ak potrebujete aby boli polia spúšťané z "
+#~ "počiatočného ramdisku, aby boli dostupné počas zavádzania. Ak používate "
+#~ "automatické spúšťanie polí priamo z jadra, alebo ak nepotrebujte aby boli "
+#~ "polia spúšťané tak skoro (z počiatočného ramdisku), môžete prosto "
+#~ "pokračovať. Alebo môžete zvoliť nepokračovať a odpovedať „none” na "
+#~ "otázku, ktoré polia majú byť spúšťané z počiatočného ramdisku."
diff --git a/debian/po/sv.po b/debian/po/sv.po
index 8257c8dd..ed9f1f21 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm_2.6.7-3_sv\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-07-23 18:34+0200\n"
"Last-Translator: Martin gren <martin.agren@gmail.com>\n"
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@@ -25,135 +25,15 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "MD-kedjor som behvs fr rotfilsystemet:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Ange \"all\", \"none\" eller en blankstegsseparerad lista p enheter, ssom "
-"\"md0 md1\" eller \"md/1 md/0\" (det inledande \"/dev\" kan uteslutas)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "fr intern anvndning - endast den lnga beskrivningen behvs."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Om ditt system har sitt rotfilsystem p en MD-kedja (RAID) behver den "
-"startas upp tidigt under uppstartssekvensen. Om ditt rotfilsystem finns p "
-"en logisk volym (LVM), vilket r p MD, behver alla bestende kedjor "
-"startas."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Om du vet exakt vilka kedjor som behvs fr att ta upp rotfilsystemet, och "
-"du vill skjuta upp uppstarten fr alla andra kedjor till en senare tidspunkt "
-"i uppstartssekvensen, ange vilka kedjor som ska starta hr. Alternativt, "
-"ange \"all\" fr att helt enkelt starta alla tillgngliga kedjor."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Om du inte behver eller vill starta ngra kedjor fr rotfilsystemet, lmna "
-"svaret blankt (eller ange \"none\"). Detta kan vara fallet om du anvnder "
-"krnans automatstart eller inte behver ngra kedjor fr att starta upp."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Ett fel intrffade: enhetsnoden finns inte"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Ett fel intrffade: inte en blockenhet"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Ett fel intrffade: inte en MD-kedja"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Ett fel intrffade: kedjan r inte listad i filen mdadm.conf"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr "Starta kedjor som inte r listade i mdadm.conf?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Kedjan du har angivit (${array}) r inte listad i konfigurationsfilen "
-"(${config}). Drfr kan den inte startas under systemets uppstart, svida du "
-"inte rttar till konfigurationsfilen och terskapar den initiala ramdisken."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Den hr varningen r endast relevant om du behver kedjor som ska startas "
-"frn den initiala ramdisken fr att kunna starta upp systemet. Om du "
-"anvnder krnans automatstart, eller inte behver starta ngra kedjor s "
-"tidigt som nr de initiala ramdisken lses in, kan du helt enkelt fortstta. "
-"Alternativt, vlj att inte fortstta och ange \"none\" nr frgan om vilka "
-"kedjor som ska startas frn den initiala ramdisken stlls."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr "Ska mdadm kra mnatliga redundanskontroller av MD-kedjorna?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -172,7 +52,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -182,13 +62,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Vill du starta MD-vervakningsdemonen?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -198,22 +78,109 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Att aktivera denna funktion rekommenderas."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Mottagare av e-postnotifieringar:"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Ange e-postadressen till den anvndare som ska ta emot e-postnotifieringar "
"fr dessa viktiga MD-hndelser."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "MD-kedjor som behvs fr rotfilsystemet:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Ange \"all\", \"none\" eller en blankstegsseparerad lista p enheter, "
+#~ "ssom \"md0 md1\" eller \"md/1 md/0\" (det inledande \"/dev\" kan "
+#~ "uteslutas)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "fr intern anvndning - endast den lnga beskrivningen behvs."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Om ditt system har sitt rotfilsystem p en MD-kedja (RAID) behver den "
+#~ "startas upp tidigt under uppstartssekvensen. Om ditt rotfilsystem finns "
+#~ "p en logisk volym (LVM), vilket r p MD, behver alla bestende kedjor "
+#~ "startas."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Om du vet exakt vilka kedjor som behvs fr att ta upp rotfilsystemet, "
+#~ "och du vill skjuta upp uppstarten fr alla andra kedjor till en senare "
+#~ "tidspunkt i uppstartssekvensen, ange vilka kedjor som ska starta hr. "
+#~ "Alternativt, ange \"all\" fr att helt enkelt starta alla tillgngliga "
+#~ "kedjor."
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Om du inte behver eller vill starta ngra kedjor fr rotfilsystemet, "
+#~ "lmna svaret blankt (eller ange \"none\"). Detta kan vara fallet om du "
+#~ "anvnder krnans automatstart eller inte behver ngra kedjor fr att "
+#~ "starta upp."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Ett fel intrffade: enhetsnoden finns inte"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Ett fel intrffade: inte en blockenhet"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Ett fel intrffade: inte en MD-kedja"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr "Ett fel intrffade: kedjan r inte listad i filen mdadm.conf"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr "Starta kedjor som inte r listade i mdadm.conf?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Kedjan du har angivit (${array}) r inte listad i konfigurationsfilen "
+#~ "(${config}). Drfr kan den inte startas under systemets uppstart, svida "
+#~ "du inte rttar till konfigurationsfilen och terskapar den initiala "
+#~ "ramdisken."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Den hr varningen r endast relevant om du behver kedjor som ska startas "
+#~ "frn den initiala ramdisken fr att kunna starta upp systemet. Om du "
+#~ "anvnder krnans automatstart, eller inte behver starta ngra kedjor s "
+#~ "tidigt som nr de initiala ramdisken lses in, kan du helt enkelt "
+#~ "fortstta. Alternativt, vlj att inte fortstta och ange \"none\" nr "
+#~ "frgan om vilka kedjor som ska startas frn den initiala ramdisken stlls."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index beb000aa..3860e909 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the mdadm package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\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"
@@ -17,113 +17,15 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr ""
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -135,7 +37,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -143,13 +45,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -157,19 +59,19 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr ""
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr ""
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
diff --git a/debian/po/vi.po b/debian/po/vi.po
index 0e4933ca..cf6c4b17 100644
--- a/debian/po/vi.po
+++ b/debian/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n"
"Report-Msgid-Bugs-To: mdadm@packages.debian.org\n"
-"POT-Creation-Date: 2012-05-22 00:50+0100\n"
+"POT-Creation-Date: 2016-07-05 14:12+0200\n"
"PO-Revision-Date: 2008-02-23 17:40+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -17,140 +17,16 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.7b3\n"
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid "MD arrays needed for the root file system:"
-msgstr "Các mảng MD cần thiết cho hệ thống tập tin gốc:"
-
-#. Type: string
-#. Description
-#: ../mdadm.templates:2001
-msgid ""
-"Please enter 'all', 'none', or a space-separated list of devices such as "
-"'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
-msgstr ""
-"Hãy nhập « all » (tất cả), « none » (không có), hoặc một danh sách các thiết "
-"bị định giới bằng dấu cách như « md0 md1 » hoặc « md/1 md/d0 » (có thể bỏ "
-"sót phần « /dev/ » đi trước)."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid "for internal use - only the long description is needed."
-msgstr "để sử dụng nội bộ — chỉ cần thiết mô tả dài."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If the system's root file system is located on an MD array (RAID), it needs "
-"to be started early during the boot sequence. If it is located on a logical "
-"volume (LVM), which is on MD, all constituent arrays need to be started."
-msgstr ""
-"Nếu hệ thống tập tin gốc của hệ thống nằm trên một mảng MD (RAID) thì cần "
-"phải khởi chạy nó sớm trong tiến trình khởi động. Nếu nó nằm trên một khối "
-"tin hợp lý (LVM) mà lần lượt nằm trên một MD thì cần phải khởi chạy tất cả "
-"các mảng thành phần."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you know exactly which arrays are needed to bring up the root file "
-"system, and you want to postpone starting all other arrays to a later point "
-"in the boot sequence, enter the arrays to start here. Alternatively, enter "
-"'all' to simply start all available arrays."
-msgstr ""
-"Nếu bạn biết chính xác những mảng nào cần thiết để kích hoạt hệ thống tập "
-"tin gốc, và bạn muốn hoãn việc khởi chạy các mảng khác tới một điểm sau "
-"trong dãy khởi động, hãy nhập vào đây các mảng cần khởi chạy. Hoặc nhập « "
-"all » (tất cả) để khởi chạy đơn giản tất cả các mảng sẵn sàng. "
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:3001
-msgid ""
-"If you do not need or want to start any arrays for the root file system, "
-"leave the answer blank (or enter 'none'). This may be the case if you are "
-"using kernel autostart or do not need any arrays to boot."
-msgstr ""
-"Nếu bạn không cần hoặc muốn khởi chạy mảng nào cho hệ thống tập tin gốc, hãy "
-"bỏ trống câu trả lời này (hoặc nhập « none » [không có]). Trường hợp này có "
-"thể xảy ra nếu bạn sử dụng khả năng tự động khởi động hạt nhân (kernel "
-"autostart), hoặc không cần mảng nào để khởi động máy tính."
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:4001
-msgid "An error occurred: device node does not exist"
-msgstr "Gặp lỗi: nút thiết bị không tồn tại"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:5001
-msgid "An error occurred: not a block device"
-msgstr "Gặp lỗi: không phải là một thiết bị khối"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:6001
-msgid "An error occurred: not an MD array"
-msgstr "Gặp lỗi: không phải là một mảng MD"
-
-#. Type: text
-#. Description
-#: ../mdadm.templates:7001
-msgid "An error occurred: array not listed in mdadm.conf file"
-msgstr "Gặp lỗi: mảng không được liệt kê trong tập tin cấu hình « mdadm.conf »"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid "Start arrays not listed in mdadm.conf?"
-msgstr ""
-"Khởi chạy các mảng không được liệt kê trong tập tin cấu hình « mdadm.conf » "
-"không?"
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"The specified array (${array}) is not listed in the configuration file "
-"(${config}). Therefore, it cannot be started during boot, unless you correct "
-"the configuration file and recreate the initial ramdisk."
-msgstr ""
-"Mảng bạn đã xác định (${array}) không được liệt kê trong tập tin cấu hình "
-"${config}. Vì vậy nó không thể được khởi chạy trong khi khởi động, nếu bạn "
-"không sửa tập tin cấu hình và tạo lại đĩa RAM đầu tiên."
-
-#. Type: boolean
-#. Description
-#: ../mdadm.templates:8001
-msgid ""
-"This warning is only relevant if you need arrays to be started from the "
-"initial ramdisk to be able to boot. If you use kernel autostarting, or do "
-"not need any arrays to be started as early as the initial ramdisk is loaded, "
-"you can simply continue. Alternatively, choose not to continue and enter "
-"'none' when prompted which arrays to start from the initial ramdisk."
-msgstr ""
-"Cảnh báo này chỉ là thích hợp nếu bạn cần thiết mảng được khởi chạy từ đĩa "
-"RAM đầu tiên, để có thể khởi động được. Nếu bạn sử dụng khả năng tự động "
-"khởi chạy hạt nhân (kernel autostart), hoặc không cần mảng nào được khởi "
-"chạy một khi nạp đĩa RAM đầu tiên, bạn đơn giản có thể tiếp tục lại. Hoặc "
-"chọn không tiếp tục, và nhập « none » (không có) khi được nhắc nhập những "
-"mảng nào cần khởi chạy từ đĩa RAM đầu tiên."
-
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid "Should mdadm run monthly redundancy checks of the MD arrays?"
msgstr ""
"mdadm có nên chạy việc kiểm tra thừa hàng tháng trên những mảng MD không?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"If the kernel supports it (versions greater than 2.6.14), mdadm can "
"periodically check the redundancy of MD arrays (RAIDs). This may be a "
@@ -168,7 +44,7 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:10001
+#: ../mdadm.templates:2001
msgid ""
"The default, if turned on, is to check on the first Sunday of every month at "
"01:06."
@@ -178,13 +54,13 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Do you want to start the MD monitoring daemon?"
msgstr "Bạn có muốn khởi chạy trình nền theo dõi MD không?"
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid ""
"The MD (RAID) monitor daemon sends email notifications in response to "
"important MD events (such as a disk failure)."
@@ -194,22 +70,110 @@ msgstr ""
#. Type: boolean
#. Description
-#: ../mdadm.templates:11001
+#: ../mdadm.templates:3001
msgid "Enabling this option is recommended."
msgstr "Khuyên bạn hiệu lực tùy chọn này."
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid "Recipient for email notifications:"
msgstr "Người nhận thư thông báo :"
#. Type: string
#. Description
-#: ../mdadm.templates:12001
+#: ../mdadm.templates:4001
msgid ""
"Please enter the email address of the user who should get the email "
"notifications for important MD events."
msgstr ""
"Hãy nhập địa chỉ thư của người dùng nên nhận thư thông báo về dữ kiện MD "
"quan trọng."
+
+#~ msgid "MD arrays needed for the root file system:"
+#~ msgstr "Các mảng MD cần thiết cho hệ thống tập tin gốc:"
+
+#~ msgid ""
+#~ "Please enter 'all', 'none', or a space-separated list of devices such as "
+#~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)."
+#~ msgstr ""
+#~ "Hãy nhập « all » (tất cả), « none » (không có), hoặc một danh sách các "
+#~ "thiết bị định giới bằng dấu cách như « md0 md1 » hoặc « md/1 md/d0 » (có "
+#~ "thể bỏ sót phần « /dev/ » đi trước)."
+
+#~ msgid "for internal use - only the long description is needed."
+#~ msgstr "để sử dụng nội bộ — chỉ cần thiết mô tả dài."
+
+#~ msgid ""
+#~ "If the system's root file system is located on an MD array (RAID), it "
+#~ "needs to be started early during the boot sequence. If it is located on a "
+#~ "logical volume (LVM), which is on MD, all constituent arrays need to be "
+#~ "started."
+#~ msgstr ""
+#~ "Nếu hệ thống tập tin gốc của hệ thống nằm trên một mảng MD (RAID) thì cần "
+#~ "phải khởi chạy nó sớm trong tiến trình khởi động. Nếu nó nằm trên một "
+#~ "khối tin hợp lý (LVM) mà lần lượt nằm trên một MD thì cần phải khởi chạy "
+#~ "tất cả các mảng thành phần."
+
+#~ msgid ""
+#~ "If you know exactly which arrays are needed to bring up the root file "
+#~ "system, and you want to postpone starting all other arrays to a later "
+#~ "point in the boot sequence, enter the arrays to start here. "
+#~ "Alternatively, enter 'all' to simply start all available arrays."
+#~ msgstr ""
+#~ "Nếu bạn biết chính xác những mảng nào cần thiết để kích hoạt hệ thống tập "
+#~ "tin gốc, và bạn muốn hoãn việc khởi chạy các mảng khác tới một điểm sau "
+#~ "trong dãy khởi động, hãy nhập vào đây các mảng cần khởi chạy. Hoặc nhập « "
+#~ "all » (tất cả) để khởi chạy đơn giản tất cả các mảng sẵn sàng. "
+
+#~ msgid ""
+#~ "If you do not need or want to start any arrays for the root file system, "
+#~ "leave the answer blank (or enter 'none'). This may be the case if you are "
+#~ "using kernel autostart or do not need any arrays to boot."
+#~ msgstr ""
+#~ "Nếu bạn không cần hoặc muốn khởi chạy mảng nào cho hệ thống tập tin gốc, "
+#~ "hãy bỏ trống câu trả lời này (hoặc nhập « none » [không có]). Trường hợp "
+#~ "này có thể xảy ra nếu bạn sử dụng khả năng tự động khởi động hạt nhân "
+#~ "(kernel autostart), hoặc không cần mảng nào để khởi động máy tính."
+
+#~ msgid "An error occurred: device node does not exist"
+#~ msgstr "Gặp lỗi: nút thiết bị không tồn tại"
+
+#~ msgid "An error occurred: not a block device"
+#~ msgstr "Gặp lỗi: không phải là một thiết bị khối"
+
+#~ msgid "An error occurred: not an MD array"
+#~ msgstr "Gặp lỗi: không phải là một mảng MD"
+
+#~ msgid "An error occurred: array not listed in mdadm.conf file"
+#~ msgstr ""
+#~ "Gặp lỗi: mảng không được liệt kê trong tập tin cấu hình « mdadm.conf »"
+
+#~ msgid "Start arrays not listed in mdadm.conf?"
+#~ msgstr ""
+#~ "Khởi chạy các mảng không được liệt kê trong tập tin cấu hình « mdadm.conf "
+#~ "» không?"
+
+#~ msgid ""
+#~ "The specified array (${array}) is not listed in the configuration file "
+#~ "(${config}). Therefore, it cannot be started during boot, unless you "
+#~ "correct the configuration file and recreate the initial ramdisk."
+#~ msgstr ""
+#~ "Mảng bạn đã xác định (${array}) không được liệt kê trong tập tin cấu hình "
+#~ "${config}. Vì vậy nó không thể được khởi chạy trong khi khởi động, nếu "
+#~ "bạn không sửa tập tin cấu hình và tạo lại đĩa RAM đầu tiên."
+
+#~ msgid ""
+#~ "This warning is only relevant if you need arrays to be started from the "
+#~ "initial ramdisk to be able to boot. If you use kernel autostarting, or do "
+#~ "not need any arrays to be started as early as the initial ramdisk is "
+#~ "loaded, you can simply continue. Alternatively, choose not to continue "
+#~ "and enter 'none' when prompted which arrays to start from the initial "
+#~ "ramdisk."
+#~ msgstr ""
+#~ "Cảnh báo này chỉ là thích hợp nếu bạn cần thiết mảng được khởi chạy từ "
+#~ "đĩa RAM đầu tiên, để có thể khởi động được. Nếu bạn sử dụng khả năng tự "
+#~ "động khởi chạy hạt nhân (kernel autostart), hoặc không cần mảng nào được "
+#~ "khởi chạy một khi nạp đĩa RAM đầu tiên, bạn đơn giản có thể tiếp tục lại. "
+#~ "Hoặc chọn không tiếp tục, và nhập « none » (không có) khi được nhắc nhập "
+#~ "những mảng nào cần khởi chạy từ đĩa RAM đầu tiên."
diff --git a/debian/rules b/debian/rules
index 0adcc1bd..3a1b5a6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,8 +54,10 @@ install-arch: build-arch
mkdir -p $(DESTDIR)/etc/mdadm
install -Dm0755 debian/initramfs/hook \
$(DESTDIR)/usr/share/initramfs-tools/hooks/mdadm
- install -Dm0755 debian/initramfs/script.local-top \
- $(DESTDIR)/usr/share/initramfs-tools/scripts/local-top/mdadm
+ install -Dm0755 debian/initramfs/script.local-block \
+ $(DESTDIR)/usr/share/initramfs-tools/scripts/local-block/mdadm
+ install -Dm0755 debian/initramfs/script.local-bottom \
+ $(DESTDIR)/usr/share/initramfs-tools/scripts/local-bottom/mdadm
install -Dm0644 debian/mdadm.modules \
$(DESTDIR)/etc/modprobe.d/mdadm.conf
@@ -74,7 +76,6 @@ binary-arch: install-arch
dh_installdebconf
dh_installdocs
dh_installexamples -pmdadm mdadm.conf-example misc/syslog-events
- dh_installinit --init-script=mdadm-raid --no-restart-on-upgrade -- start 25 S . start 60 0 6 .
dh_installinit --init-script=mdadm-waitidle --no-start -- stop 98 0 6 .
dh_link -pmdadm /dev/null /lib/systemd/system/mdadm-waitidle.service
dh_installinit -- defaults 25
diff --git a/udev-md-raid-assembly.rules b/udev-md-raid-assembly.rules
index 8d206674..d0d440a6 100644
--- a/udev-md-raid-assembly.rules
+++ b/udev-md-raid-assembly.rules
@@ -25,9 +25,6 @@ GOTO="md_inc_end"
LABEL="md_inc"
-# Disable incremental assembly to fix Debian bug #784070
-GOTO="md_inc_end"
-
# remember you can limit what gets auto/incrementally assembled by
# mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
ACTION=="add|change", IMPORT{program}="BINDIR/mdadm --incremental --export $devnode --offroot ${DEVLINKS}"