Don't install lists from chroot_local-packageslists without them being specified in LH_PACKAGES_LISTS (Closes: #490755)
This commit is contained in:
parent
5a5ee8d152
commit
f81d94ffa4
|
@ -49,7 +49,6 @@ lh_chroot_local-preseed ${*}
|
||||||
lh_chroot_tasks ${*}
|
lh_chroot_tasks ${*}
|
||||||
lh_chroot_packageslists ${*}
|
lh_chroot_packageslists ${*}
|
||||||
lh_chroot_packages ${*}
|
lh_chroot_packages ${*}
|
||||||
lh_chroot_local-packageslists ${*}
|
|
||||||
lh_chroot_local-packages ${*}
|
lh_chroot_local-packages ${*}
|
||||||
lh_chroot_install-packages ${*}
|
lh_chroot_install-packages ${*}
|
||||||
lh_chroot_localization ${*}
|
lh_chroot_localization ${*}
|
||||||
|
|
|
@ -1,56 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# lh_chroot_local-packageslists(1) - queue install of local packages lists into chroot
|
|
||||||
# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>
|
|
||||||
#
|
|
||||||
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
|
||||||
# This is free software, and you are welcome to redistribute it
|
|
||||||
# under certain conditions; see COPYING for details.
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Including common functions
|
|
||||||
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
|
|
||||||
|
|
||||||
for FUNCTION in "${LH_BASE}"/functions/*.sh
|
|
||||||
do
|
|
||||||
. "${FUNCTION}"
|
|
||||||
done
|
|
||||||
|
|
||||||
# Setting static variables
|
|
||||||
DESCRIPTION="queue install of local packages lists into chroot"
|
|
||||||
HELP=""
|
|
||||||
USAGE="${PROGRAM} [--force]"
|
|
||||||
|
|
||||||
Arguments "${@}"
|
|
||||||
|
|
||||||
# Reading configuration files
|
|
||||||
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
|
||||||
Set_defaults
|
|
||||||
|
|
||||||
Echo_message "Begin queueing installation of local packages lists..."
|
|
||||||
|
|
||||||
# Requiring stage file
|
|
||||||
Require_stagefile .stage/bootstrap
|
|
||||||
|
|
||||||
# Checking stage file
|
|
||||||
Check_stagefile .stage/chroot_local-packageslists
|
|
||||||
|
|
||||||
# Checking lock file
|
|
||||||
Check_lockfile .lock
|
|
||||||
|
|
||||||
# Creating lock file
|
|
||||||
Create_lockfile .lock
|
|
||||||
|
|
||||||
if Find_files config/chroot_local-packageslists/*
|
|
||||||
then
|
|
||||||
for PACKAGES_LIST in config/chroot_local-packageslists/*
|
|
||||||
do
|
|
||||||
# Generate package list
|
|
||||||
Expand_packagelist "${PACKAGES_LIST}" "config/chroot_local-packageslists" \
|
|
||||||
>> chroot/root/chroot_packages
|
|
||||||
done
|
|
||||||
|
|
||||||
# Creating stage file
|
|
||||||
Create_stagefile .stage/chroot_local-packageslists
|
|
||||||
fi
|
|
|
@ -1140,6 +1140,7 @@ if [ "${CONFIG}" = "clone" ] # FIXME
|
||||||
then
|
then
|
||||||
# Read package selection
|
# Read package selection
|
||||||
echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packageslists/local-system
|
echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packageslists/local-system
|
||||||
|
LH_PACKAGES_LISTS="${LH_PACKAGES_LISTS} local-system"
|
||||||
|
|
||||||
# Read debconf questions
|
# Read debconf questions
|
||||||
if [ ! -f /usr/bin/debconf-get-selections ]
|
if [ ! -f /usr/bin/debconf-get-selections ]
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2008-08-14 05:50+0200\n"
|
"POT-Creation-Date: 2008-08-16 01:37+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -16,47 +16,43 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: ../helpers/lh_binary_memtest:36
|
#: ../helpers/lh_chroot_dpkg:36
|
||||||
msgid "Begin installing memtest..."
|
msgid "Configuring file /sbin/start-stop-daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_memtest:52
|
#: ../helpers/lh_chroot_dpkg:65
|
||||||
msgid "skipping binary_memtest, foreign architecture."
|
msgid "Deconfiguring file /sbin/start-stop-daemon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_config:126 ../functions/arguments.sh:18
|
#: ../helpers/lh_chroot_apt:36
|
||||||
msgid "terminating"
|
msgid "Configuring file /etc/apt/apt.conf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_config:660 ../functions/arguments.sh:78
|
#: ../helpers/lh_chroot_apt:150
|
||||||
msgid "internal error %s"
|
msgid "Deconfiguring file /etc/apt/apt.conf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_config:670
|
#: ../helpers/lh_binary_local-hooks:31 ../helpers/lh_chroot_local-hooks:31
|
||||||
msgid "Considering defaults defined in %s"
|
msgid "Begin executing local hooks..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_config:1138
|
#: ../helpers/lh_binary_md5sum:36
|
||||||
msgid "Please install 'debconf-utils' in order to use this feature."
|
msgid "Begin creating binary md5sum.txt..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:39
|
#: ../helpers/lh_binary_manifest:31
|
||||||
#: ../helpers/lh_bootstrap_debootstrap:39 ../helpers/lh_bootstrap_copy:39
|
msgid "Begin creating manifest..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_rootfs:31
|
||||||
|
msgid "Begin building root filesystem image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_debootstrap:39
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:39 ../helpers/lh_bootstrap_copy:39
|
||||||
msgid "Begin bootstrapping system..."
|
msgid "Begin bootstrapping system..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:137
|
|
||||||
msgid "Running cdebootstrap (download-only)... "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:157
|
|
||||||
msgid "Running cdebootstrap... "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:183
|
|
||||||
msgid "Can't process file /usr/bin/cdebootstrap (FIXME)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_debootstrap:122
|
#: ../helpers/lh_bootstrap_debootstrap:122
|
||||||
msgid "Running debootstrap (download-only)... "
|
msgid "Running debootstrap (download-only)... "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -69,16 +65,40 @@ msgstr ""
|
||||||
msgid "Can't process file /usr/bin/debootstrap (FIXME)"
|
msgid "Can't process file /usr/bin/debootstrap (FIXME)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-includes:31
|
#: ../helpers/lh_binary_usb-hdd:36
|
||||||
msgid "Begin copying chroot local includes..."
|
msgid "Begin building binary usb-hdd image..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysvinit:31
|
#: ../helpers/lh_binary_usb-hdd:64
|
||||||
msgid "Configuring package sysvinit"
|
msgid "Sparc only supports booting from ext2, ext3 (or ufs)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_rootfs:31
|
#: ../helpers/lh_binary_usb-hdd:127 ../helpers/lh_source_usb-hdd:91
|
||||||
msgid "Begin building root filesystem image..."
|
msgid "Unsupported binary filesystem %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_net:41
|
||||||
|
msgid "Begin building binary netboot image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_net:98
|
||||||
|
msgid "Invalid default kernel flavour for sparc \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_sysfs:39
|
||||||
|
msgid "Begin mounting /sys..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_sysfs:67
|
||||||
|
msgid "Begin unmounting /sys..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_devpts:39
|
||||||
|
msgid "Begin mounting /dev/pts..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_devpts:64
|
||||||
|
msgid "Begin unmounting /dev/pts..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sources:38
|
#: ../helpers/lh_chroot_sources:38
|
||||||
|
@ -99,6 +119,231 @@ msgstr ""
|
||||||
msgid "Deconfiguring file /etc/apt/sources.list"
|
msgid "Deconfiguring file /etc/apt/sources.list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_cache:31
|
||||||
|
msgid "Begin caching chroot stage..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cache:34
|
||||||
|
msgid "Begin caching bootstrap stage..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-includes:31
|
||||||
|
msgid "Begin copying chroot local includes..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_local-includes:31
|
||||||
|
msgid "Begin copying binary local includes..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_tar:36
|
||||||
|
msgid "Begin building binary harddisk image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_symlinks:36
|
||||||
|
msgid "Begin converting symlinks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_local-packageslists:31
|
||||||
|
msgid "Begin installing local packages lists..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_disk:36 ../helpers/lh_binary_disk:36
|
||||||
|
msgid "Begin installing disk information..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:38
|
||||||
|
msgid "Encryption type %s not supported."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:48
|
||||||
|
msgid "Encryption not yet supported on %s filesystems."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:53
|
||||||
|
msgid "Begin encrypting root filesystem image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:87
|
||||||
|
msgid "Encrypting binary/%s/filesystem.%s with %s..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_debianchroot:36
|
||||||
|
msgid "Configuring file /etc/debian_chroot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_debianchroot:61
|
||||||
|
msgid "Deconfiguring file /etc/debian_chroot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_install-packages:31
|
||||||
|
msgid "Begin installing packages..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_silo:47
|
||||||
|
msgid "Begin installing silo..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_silo:177
|
||||||
|
msgid "Net cow not supported on silo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hosts:36
|
||||||
|
msgid "Configuring file /etc/hosts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hosts:72
|
||||||
|
msgid "Deconfiguring file /etc/hosts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_localization:31
|
||||||
|
msgid "Begin installing localization packages..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_preseed:31
|
||||||
|
msgid "Begin executing preseed..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_packageslists:31
|
||||||
|
msgid "Begin queueing installation of packages lists..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-packages:31
|
||||||
|
msgid "Begin queueing installation of local packages..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_iso:36
|
||||||
|
msgid "Begin building binary iso image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_iso:122
|
||||||
|
msgid ""
|
||||||
|
"Bootloader on your architecture not yet supported (Continuing in 5 seconds)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:36
|
||||||
|
msgid "Begin interactive build..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:52
|
||||||
|
msgid "Pausing build: starting interactive shell..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:56
|
||||||
|
msgid "Pausing build: starting interactive X11..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:60
|
||||||
|
msgid "Pausing build: starting interactive Xnest..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-patches:31
|
||||||
|
msgid "Begin applying chroot local patches..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-patches:58
|
||||||
|
msgid "Applying patch %s..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:137
|
||||||
|
msgid "Running cdebootstrap (download-only)... "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:157
|
||||||
|
msgid "Running cdebootstrap... "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:183
|
||||||
|
msgid "Can't process file /usr/bin/cdebootstrap (FIXME)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_resolv:36
|
||||||
|
msgid "Configuring file /etc/resolv.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_resolv:64
|
||||||
|
msgid "Deconfiguring file /etc/resolv.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh:55
|
||||||
|
msgid "no such helper"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-preseed:31
|
||||||
|
msgid "Begin executing local preseeds..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_usb-hdd:41
|
||||||
|
msgid "Begin building source usb-hdd image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_usb-hdd:96
|
||||||
|
msgid "!!! The following error/warning messages can be ignored !!!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_usb-hdd:130
|
||||||
|
msgid "!!! The above error/warning messages can be ignored !!!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_includes:36
|
||||||
|
msgid "Begin copying binary includes..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_includes:57
|
||||||
|
msgid "user specified includes not accessible in %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_includes:176
|
||||||
|
msgid "win32-loader inclusion is enabled but not found, ignoring."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_debian:36
|
||||||
|
msgid "Begin downloading sources..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_clean:34
|
||||||
|
msgid "%s is not a good Debian Live working directory to clean."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_clean:62
|
||||||
|
msgid "Cleaning chroot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_grub:36
|
||||||
|
msgid "Begin installing grub..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_grub:123 ../helpers/lh_binary_yaboot:131
|
||||||
|
msgid "not yet supported, aborting (FIXME)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_grub:181
|
||||||
|
msgid "Net cow not yet supported on grub"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_linux-image:36
|
||||||
|
msgid "Configuring file /etc/kernel-img.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_linux-image:85
|
||||||
|
msgid "Deconfiguring file /etc/kernel-img.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hacks:31
|
||||||
|
msgid "Begin executing hacks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_iso:41
|
||||||
|
msgid "Begin building source iso image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_testroot:34
|
||||||
|
msgid "need root privileges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hooks:31
|
||||||
|
msgid "Begin executing hooks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_debian-installer:51
|
#: ../helpers/lh_binary_debian-installer:51
|
||||||
msgid "debian-installer flavour %s not supported."
|
msgid "debian-installer flavour %s not supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -123,7 +368,7 @@ msgstr ""
|
||||||
msgid "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
msgid "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_debian-installer:474 ../functions/defaults.sh:739
|
#: ../helpers/lh_binary_debian-installer:474 ../functions/defaults.sh:750
|
||||||
msgid "LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being"
|
msgid "LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -131,42 +376,6 @@ msgstr ""
|
||||||
msgid "cached - these are required when integrating the Debian Installer."
|
msgid "cached - these are required when integrating the Debian Installer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysv-rc:36
|
|
||||||
msgid "Configuring file /usr/sbin/policy-rc.d"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysv-rc:70
|
|
||||||
msgid "Deconfiguring file /usr/sbin/policy-rc.d"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-patches:31
|
|
||||||
msgid "Begin applying chroot local patches..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-patches:58
|
|
||||||
msgid "Applying patch %s..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_net:41
|
|
||||||
msgid "Begin building binary netboot image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_net:98
|
|
||||||
msgid "Invalid default kernel flavour for sparc \"%s\""
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_chroot:31
|
|
||||||
msgid "Begin copying chroot..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_chroot:85 ../helpers/lh_source_tar:42
|
|
||||||
msgid "This may take a while."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_chroot:105
|
|
||||||
msgid "Excluded path does not exist: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hostname:36
|
#: ../helpers/lh_chroot_hostname:36
|
||||||
msgid "Configuring file /etc/hostname"
|
msgid "Configuring file /etc/hostname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -183,105 +392,20 @@ msgstr ""
|
||||||
msgid "Deconfiguring file /bin/hostname"
|
msgid "Deconfiguring file /bin/hostname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_md5sum:41
|
#: ../helpers/lh_chroot_packages:31
|
||||||
msgid "Begin creating source md5sum.txt..."
|
msgid "Begin queueing installation of packages..."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysfs:39
|
|
||||||
msgid "Begin mounting /sys..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysfs:67
|
|
||||||
msgid "Begin unmounting /sys..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_linux-image:31
|
|
||||||
msgid "Begin install linux-image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_iso:36
|
|
||||||
msgid "Begin building binary iso image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_iso:122
|
|
||||||
msgid ""
|
|
||||||
"Bootloader on your architecture not yet supported (Continuing in 5 seconds)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_yaboot:36
|
|
||||||
msgid "Begin installing yaboot..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_yaboot:131 ../helpers/lh_binary_grub:123
|
|
||||||
msgid "not yet supported, aborting (FIXME)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_yaboot:189
|
|
||||||
msgid "Net cow not yet supported on yaboot"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_tasks:31
|
|
||||||
msgid "Begin installing tasks..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hosts:36
|
|
||||||
msgid "Configuring file /etc/hosts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hosts:72
|
|
||||||
msgid "Deconfiguring file /etc/hosts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_cache:31
|
|
||||||
msgid "Begin caching chroot stage..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_local-hooks:31 ../helpers/lh_chroot_local-hooks:31
|
|
||||||
msgid "Begin executing local hooks..."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_tar:41
|
#: ../helpers/lh_source_tar:41
|
||||||
msgid "Begin building source tarball..."
|
msgid "Begin building source tarball..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_iso:41
|
#: ../helpers/lh_source_tar:42 ../helpers/lh_binary_chroot:85
|
||||||
msgid "Begin building source iso image..."
|
msgid "This may take a while."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_net:41
|
#: ../helpers/lh_source_md5sum:41
|
||||||
msgid "Begin building source netboot image..."
|
msgid "Begin creating source md5sum.txt..."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_silo:47
|
|
||||||
msgid "Begin installing silo..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_silo:177
|
|
||||||
msgid "Net cow not supported on silo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh:55
|
|
||||||
msgid "no such helper"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-packageslists:31
|
|
||||||
msgid "Begin queueing installation of local packages lists..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_symlinks:36
|
|
||||||
msgid "Begin converting symlinks..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_source_disk:36 ../helpers/lh_binary_disk:36
|
|
||||||
msgid "Begin installing disk information..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hacks:31
|
|
||||||
msgid "Begin executing hacks..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hooks:31
|
|
||||||
msgid "Begin executing hooks..."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_build:29
|
#: ../helpers/lh_build:29
|
||||||
|
@ -296,40 +420,68 @@ msgstr ""
|
||||||
msgid "Cannot build live image from a directory containing spaces"
|
msgid "Cannot build live image from a directory containing spaces"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_packageslists:31
|
#: ../helpers/lh_source_net:41
|
||||||
msgid "Begin queueing installation of packages lists..."
|
msgid "Begin building source netboot image..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-packages:31
|
#: ../helpers/lh_binary_yaboot:36
|
||||||
msgid "Begin queueing installation of local packages..."
|
msgid "Begin installing yaboot..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_resolv:36
|
#: ../helpers/lh_binary_yaboot:189
|
||||||
msgid "Configuring file /etc/resolv.conf"
|
msgid "Net cow not yet supported on yaboot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_resolv:64
|
#: ../helpers/lh_chroot_sysv-rc:36
|
||||||
msgid "Deconfiguring file /etc/resolv.conf"
|
msgid "Configuring file /usr/sbin/policy-rc.d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_usb-hdd:41
|
#: ../helpers/lh_chroot_sysv-rc:70
|
||||||
msgid "Begin building source usb-hdd image..."
|
msgid "Deconfiguring file /usr/sbin/policy-rc.d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_usb-hdd:91 ../helpers/lh_binary_usb-hdd:127
|
#: ../helpers/lh_chroot_sysvinit:31
|
||||||
msgid "Unsupported binary filesystem %s"
|
msgid "Configuring package sysvinit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_clean:34
|
#: ../helpers/lh_chroot_proc:39
|
||||||
msgid "%s is not a good Debian Live working directory to clean."
|
msgid "Begin mounting /proc..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_clean:62
|
#: ../helpers/lh_chroot_proc:67
|
||||||
msgid "Cleaning chroot"
|
msgid "Begin unmounting /proc..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_local-includes:31
|
#: ../helpers/lh_binary_chroot:31
|
||||||
msgid "Begin copying binary local includes..."
|
msgid "Begin copying chroot..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_chroot:105
|
||||||
|
msgid "Excluded path does not exist: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_linux-image:31
|
||||||
|
msgid "Begin install linux-image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_tasks:31
|
||||||
|
msgid "Begin installing tasks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:126 ../functions/arguments.sh:18
|
||||||
|
msgid "terminating"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:665 ../functions/arguments.sh:78
|
||||||
|
msgid "internal error %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:675
|
||||||
|
msgid "Considering defaults defined in %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:1148
|
||||||
|
msgid "Please install 'debconf-utils' in order to use this feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_syslinux:36
|
#: ../helpers/lh_binary_syslinux:36
|
||||||
|
@ -344,178 +496,18 @@ msgstr ""
|
||||||
msgid "Unsupported net filesystem"
|
msgid "Unsupported net filesystem"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_manifest:31
|
#: ../helpers/lh_binary_memtest:36
|
||||||
msgid "Begin creating manifest..."
|
msgid "Begin installing memtest..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_apt:36
|
#: ../helpers/lh_binary_memtest:52
|
||||||
msgid "Configuring file /etc/apt/apt.conf"
|
msgid "skipping binary_memtest, foreign architecture."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_apt:150
|
|
||||||
msgid "Deconfiguring file /etc/apt/apt.conf"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_debian-live:36
|
#: ../helpers/lh_source_debian-live:36
|
||||||
msgid "Begin copying live-helper configuration..."
|
msgid "Begin copying live-helper configuration..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_usb-hdd:36
|
|
||||||
msgid "Begin building binary usb-hdd image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_usb-hdd:64
|
|
||||||
msgid "Sparc only supports booting from ext2, ext3 (or ufs)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_md5sum:36
|
|
||||||
msgid "Begin creating binary md5sum.txt..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:38
|
|
||||||
msgid "Encryption type %s not supported."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:48
|
|
||||||
msgid "Encryption not yet supported on %s filesystems."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:53
|
|
||||||
msgid "Begin encrypting root filesystem image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:87
|
|
||||||
msgid "Encrypting binary/%s/filesystem.%s with %s..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_testroot:34
|
|
||||||
msgid "need root privileges"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_dpkg:36
|
|
||||||
msgid "Configuring file /sbin/start-stop-daemon"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_dpkg:65
|
|
||||||
msgid "Deconfiguring file /sbin/start-stop-daemon"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_linux-image:36
|
|
||||||
msgid "Configuring file /etc/kernel-img.conf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_linux-image:85
|
|
||||||
msgid "Deconfiguring file /etc/kernel-img.conf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_packages:31
|
|
||||||
msgid "Begin queueing installation of packages..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_debianchroot:36
|
|
||||||
msgid "Configuring file /etc/debian_chroot"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_debianchroot:61
|
|
||||||
msgid "Deconfiguring file /etc/debian_chroot"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_source_debian:36
|
|
||||||
msgid "Begin downloading sources..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cache:34
|
|
||||||
msgid "Begin caching bootstrap stage..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_interactive:36
|
|
||||||
msgid "Begin interactive build..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_devpts:39
|
|
||||||
msgid "Begin mounting /dev/pts..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_devpts:64
|
|
||||||
msgid "Begin unmounting /dev/pts..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_local-packageslists:31
|
|
||||||
msgid "Begin installing local packages lists..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_tar:36
|
|
||||||
msgid "Begin building binary harddisk image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_localization:31
|
|
||||||
msgid "Begin installing localization packages..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_preseed:31
|
|
||||||
msgid "Begin executing preseed..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_install-packages:31
|
|
||||||
msgid "Begin installing packages..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_includes:36
|
|
||||||
msgid "Begin copying binary includes..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_includes:57
|
|
||||||
msgid "user specified includes not accessible in %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-preseed:31
|
|
||||||
msgid "Begin executing local preseeds..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_proc:39
|
|
||||||
msgid "Begin mounting /proc..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_proc:67
|
|
||||||
msgid "Begin unmounting /proc..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_grub:36
|
|
||||||
msgid "Begin installing grub..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_grub:181
|
|
||||||
msgid "Net cow not yet supported on grub"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/templates.sh:23
|
|
||||||
msgid "templates not accessible in %s nor config/templates"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/templates.sh:32
|
|
||||||
msgid "%s templates not accessible in %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/packages.sh:25
|
|
||||||
msgid "You need to install %s on your host system."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/architecture.sh:28
|
|
||||||
msgid "skipping %s, foreign architecture."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/echo.sh:65
|
|
||||||
msgid ""
|
|
||||||
"If the following stage fails, the most likely cause of the problem is with "
|
|
||||||
"your mirror configuration, a caching proxy or the sid distribution."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/echo.sh:68
|
|
||||||
msgid ""
|
|
||||||
"If the following stage fails, the most likely cause of the problem is with "
|
|
||||||
"your mirror configuration or a caching proxy."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/losetup.sh:26
|
#: ../functions/losetup.sh:26
|
||||||
msgid "Mounting %s with offset 0"
|
msgid "Mounting %s with offset 0"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -524,8 +516,28 @@ msgstr ""
|
||||||
msgid "Mounting %s with offset %s"
|
msgid "Mounting %s with offset %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/chroot.sh:17
|
#: ../functions/conffile.sh:33
|
||||||
msgid "Executing: %s"
|
msgid "Reading configuration file %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/conffile.sh:36
|
||||||
|
msgid "Failed to read configuration file %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/echo.sh:73
|
||||||
|
msgid ""
|
||||||
|
"If the following stage fails, the most likely cause of the problem is with "
|
||||||
|
"your mirror configuration, a caching proxy or the sid distribution."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/echo.sh:76
|
||||||
|
msgid ""
|
||||||
|
"If the following stage fails, the most likely cause of the problem is with "
|
||||||
|
"your mirror configuration or a caching proxy."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/architecture.sh:28
|
||||||
|
msgid "skipping %s, foreign architecture."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:99
|
#: ../functions/defaults.sh:99
|
||||||
|
@ -580,95 +592,107 @@ msgstr ""
|
||||||
msgid "take up a preseeding file by default."
|
msgid "take up a preseeding file by default."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:702
|
#: ../functions/defaults.sh:713
|
||||||
msgid "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
|
msgid "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:703
|
#: ../functions/defaults.sh:714
|
||||||
msgid "This is a possible unsafe configuration as live-initramfs is not"
|
msgid "This is a possible unsafe configuration as live-initramfs is not"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:704 ../functions/defaults.sh:715
|
#: ../functions/defaults.sh:715 ../functions/defaults.sh:726
|
||||||
msgid "part of the etch distribution."
|
msgid "part of the etch distribution."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:705
|
#: ../functions/defaults.sh:716
|
||||||
msgid ""
|
msgid ""
|
||||||
"Either make sure that live-initramfs is installable (e.g. through setting up"
|
"Either make sure that live-initramfs is installable (e.g. through setting up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:706
|
#: ../functions/defaults.sh:717
|
||||||
msgid ""
|
msgid ""
|
||||||
"etch-backports repository as third-party source or putting a valid live-"
|
"etch-backports repository as third-party source or putting a valid live-"
|
||||||
"initramfs"
|
"initramfs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:707
|
#: ../functions/defaults.sh:718
|
||||||
msgid ""
|
msgid ""
|
||||||
"deb into config/chroot_local-packages) or switch change your config to etch"
|
"deb into config/chroot_local-packages) or switch change your config to etch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:708
|
#: ../functions/defaults.sh:719
|
||||||
msgid "default (casper)."
|
msgid "default (casper)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:713
|
#: ../functions/defaults.sh:724
|
||||||
msgid "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
|
msgid "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:714
|
#: ../functions/defaults.sh:725
|
||||||
msgid "This is a possible unsafe configuration as aufs is not"
|
msgid "This is a possible unsafe configuration as aufs is not"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:716
|
#: ../functions/defaults.sh:727
|
||||||
msgid ""
|
msgid ""
|
||||||
"Either make sure that aufs modules for your kernel are installable (e.g. "
|
"Either make sure that aufs modules for your kernel are installable (e.g. "
|
||||||
"through"
|
"through"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:717
|
#: ../functions/defaults.sh:728
|
||||||
msgid ""
|
msgid ""
|
||||||
"setting up etch-backports repository as third-party source or putting a valid"
|
"setting up etch-backports repository as third-party source or putting a valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:718
|
#: ../functions/defaults.sh:729
|
||||||
msgid ""
|
msgid ""
|
||||||
"aufs-modules deb into config/chroot_local-packages) or switch change your "
|
"aufs-modules deb into config/chroot_local-packages) or switch change your "
|
||||||
"config"
|
"config"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:719
|
#: ../functions/defaults.sh:730
|
||||||
msgid "to etch default (unionfs)."
|
msgid "to etch default (unionfs)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:728
|
#: ../functions/defaults.sh:739
|
||||||
msgid "You selected LH_PACKAGES_LISTS='%s' and LH_APT='aptitude'"
|
msgid "You selected LH_PACKAGES_LISTS='%s' and LH_APT='aptitude'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:729
|
#: ../functions/defaults.sh:740
|
||||||
msgid "This is a possible unsafe configuration as aptitude is not"
|
msgid "This is a possible unsafe configuration as aptitude is not"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:730
|
#: ../functions/defaults.sh:741
|
||||||
msgid "used in the stripped/minimal package lists."
|
msgid "used in the stripped/minimal package lists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:738
|
#: ../functions/defaults.sh:749
|
||||||
msgid ""
|
msgid ""
|
||||||
"You have selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
"You have selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:740
|
#: ../functions/defaults.sh:751
|
||||||
msgid ""
|
msgid ""
|
||||||
"cached. This is a possible unsafe configuration as the bootstrap packages"
|
"cached. This is a possible unsafe configuration as the bootstrap packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:741
|
#: ../functions/defaults.sh:752
|
||||||
msgid "are re-used when integrating the Debian Installer."
|
msgid "are re-used when integrating the Debian Installer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/lockfile.sh:19
|
#: ../functions/chroot.sh:17
|
||||||
msgid "system locked"
|
msgid "Executing: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/templates.sh:23
|
||||||
|
msgid "templates not accessible in %s nor config/templates"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/templates.sh:32
|
||||||
|
msgid "%s templates not accessible in %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/breakpoints.sh:16
|
||||||
|
msgid "Waiting at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/stagefile.sh:23
|
#: ../functions/stagefile.sh:23
|
||||||
|
@ -687,14 +711,10 @@ msgstr ""
|
||||||
msgid "%s: one of %s is missing"
|
msgid "%s: one of %s is missing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/conffile.sh:33
|
#: ../functions/packages.sh:25
|
||||||
msgid "Reading configuration file %s"
|
msgid "You need to install %s on your host system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/conffile.sh:36
|
#: ../functions/lockfile.sh:19
|
||||||
msgid "Failed to read configuration file %s"
|
msgid "system locked"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/breakpoints.sh:16
|
|
||||||
msgid "Waiting at %s"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
812
po/pt_BR.po
812
po/pt_BR.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2008-08-14 05:50+0200\n"
|
"POT-Creation-Date: 2008-08-16 01:37+0100\n"
|
||||||
"PO-Revision-Date: 2008-08-11 00:30-0300\n"
|
"PO-Revision-Date: 2008-08-11 00:30-0300\n"
|
||||||
"Last-Translator: Tiago Bortoletto Vaz <tiago@debian-ba.org>\n"
|
"Last-Translator: Tiago Bortoletto Vaz <tiago@debian-ba.org>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -16,47 +16,43 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: ../helpers/lh_binary_memtest:36
|
#: ../helpers/lh_chroot_dpkg:36
|
||||||
msgid "Begin installing memtest..."
|
msgid "Configuring file /sbin/start-stop-daemon"
|
||||||
msgstr "Iniciando a instalação do memtest..."
|
msgstr "Configurando o arquivo /sbin/start-stop-daemon"
|
||||||
|
|
||||||
#: ../helpers/lh_binary_memtest:52
|
#: ../helpers/lh_chroot_dpkg:65
|
||||||
msgid "skipping binary_memtest, foreign architecture."
|
msgid "Deconfiguring file /sbin/start-stop-daemon"
|
||||||
|
msgstr "Desconfigurando o arquivo /sbin/start-stop-daemon"
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_apt:36
|
||||||
|
msgid "Configuring file /etc/apt/apt.conf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_config:126 ../functions/arguments.sh:18
|
#: ../helpers/lh_chroot_apt:150
|
||||||
msgid "terminating"
|
msgid "Deconfiguring file /etc/apt/apt.conf"
|
||||||
msgstr "finalizando"
|
|
||||||
|
|
||||||
#: ../helpers/lh_config:660 ../functions/arguments.sh:78
|
|
||||||
msgid "internal error %s"
|
|
||||||
msgstr "erro interno %s"
|
|
||||||
|
|
||||||
#: ../helpers/lh_config:670
|
|
||||||
msgid "Considering defaults defined in %s"
|
|
||||||
msgstr "Considerando valores padrão definidos em %s"
|
|
||||||
|
|
||||||
#: ../helpers/lh_config:1138
|
|
||||||
msgid "Please install 'debconf-utils' in order to use this feature."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:39
|
#: ../helpers/lh_binary_local-hooks:31 ../helpers/lh_chroot_local-hooks:31
|
||||||
#: ../helpers/lh_bootstrap_debootstrap:39 ../helpers/lh_bootstrap_copy:39
|
msgid "Begin executing local hooks..."
|
||||||
|
msgstr "Iniciando execução de hooks locais..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_md5sum:36
|
||||||
|
msgid "Begin creating binary md5sum.txt..."
|
||||||
|
msgstr "Iniciando a criação do md5sum.txt do binário..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_manifest:31
|
||||||
|
msgid "Begin creating manifest..."
|
||||||
|
msgstr "Iniciando a criação do manifesto..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_rootfs:31
|
||||||
|
msgid "Begin building root filesystem image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_debootstrap:39
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:39 ../helpers/lh_bootstrap_copy:39
|
||||||
msgid "Begin bootstrapping system..."
|
msgid "Begin bootstrapping system..."
|
||||||
msgstr "Iniciando bootstrap do sistema..."
|
msgstr "Iniciando bootstrap do sistema..."
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:137
|
|
||||||
msgid "Running cdebootstrap (download-only)... "
|
|
||||||
msgstr "Executando cdebootstrap (download-only)..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:157
|
|
||||||
msgid "Running cdebootstrap... "
|
|
||||||
msgstr "Executando cdebootstrap..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cdebootstrap:183
|
|
||||||
msgid "Can't process file /usr/bin/cdebootstrap (FIXME)"
|
|
||||||
msgstr "Não posso processar o arquivo /usr/bin/cdebootstrap (FIXME)"
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_debootstrap:122
|
#: ../helpers/lh_bootstrap_debootstrap:122
|
||||||
msgid "Running debootstrap (download-only)... "
|
msgid "Running debootstrap (download-only)... "
|
||||||
msgstr "Executando cdebootstrap (download-only)..."
|
msgstr "Executando cdebootstrap (download-only)..."
|
||||||
|
@ -69,16 +65,40 @@ msgstr "Executando cdebootstrap..."
|
||||||
msgid "Can't process file /usr/bin/debootstrap (FIXME)"
|
msgid "Can't process file /usr/bin/debootstrap (FIXME)"
|
||||||
msgstr "Não posso processar o arquivo /usr/bin/cdebootstrap (FIXME)"
|
msgstr "Não posso processar o arquivo /usr/bin/cdebootstrap (FIXME)"
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-includes:31
|
#: ../helpers/lh_binary_usb-hdd:36
|
||||||
msgid "Begin copying chroot local includes..."
|
msgid "Begin building binary usb-hdd image..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysvinit:31
|
#: ../helpers/lh_binary_usb-hdd:64
|
||||||
msgid "Configuring package sysvinit"
|
msgid "Sparc only supports booting from ext2, ext3 (or ufs)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_rootfs:31
|
#: ../helpers/lh_binary_usb-hdd:127 ../helpers/lh_source_usb-hdd:91
|
||||||
msgid "Begin building root filesystem image..."
|
msgid "Unsupported binary filesystem %s"
|
||||||
|
msgstr "Sistemas de arquivos binário %s não suportado"
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_net:41
|
||||||
|
msgid "Begin building binary netboot image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_net:98
|
||||||
|
msgid "Invalid default kernel flavour for sparc \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_sysfs:39
|
||||||
|
msgid "Begin mounting /sys..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_sysfs:67
|
||||||
|
msgid "Begin unmounting /sys..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_devpts:39
|
||||||
|
msgid "Begin mounting /dev/pts..."
|
||||||
|
msgstr "Iniciando a montagem de /dev/pts..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_devpts:64
|
||||||
|
msgid "Begin unmounting /dev/pts..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sources:38
|
#: ../helpers/lh_chroot_sources:38
|
||||||
|
@ -99,6 +119,233 @@ msgstr ""
|
||||||
msgid "Deconfiguring file /etc/apt/sources.list"
|
msgid "Deconfiguring file /etc/apt/sources.list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_cache:31
|
||||||
|
msgid "Begin caching chroot stage..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cache:34
|
||||||
|
msgid "Begin caching bootstrap stage..."
|
||||||
|
msgstr "Iniciando cache da fase de bootstrap..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-includes:31
|
||||||
|
msgid "Begin copying chroot local includes..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_local-includes:31
|
||||||
|
msgid "Begin copying binary local includes..."
|
||||||
|
msgstr "Iniciando cópia dos includes locais..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_tar:36
|
||||||
|
msgid "Begin building binary harddisk image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_symlinks:36
|
||||||
|
msgid "Begin converting symlinks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_local-packageslists:31
|
||||||
|
msgid "Begin installing local packages lists..."
|
||||||
|
msgstr "Iniciando instalação das listas de pacotes locais..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_disk:36 ../helpers/lh_binary_disk:36
|
||||||
|
msgid "Begin installing disk information..."
|
||||||
|
msgstr "Iniciando a instalação da informação do disco..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:38
|
||||||
|
msgid "Encryption type %s not supported."
|
||||||
|
msgstr "Encriptação do tipo %s não é suportado."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:48
|
||||||
|
msgid "Encryption not yet supported on %s filesystems."
|
||||||
|
msgstr "Encriptação ainda não suportada em sistemas de arquivos %s."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:53
|
||||||
|
msgid "Begin encrypting root filesystem image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_encryption:87
|
||||||
|
msgid "Encrypting binary/%s/filesystem.%s with %s..."
|
||||||
|
msgstr "Encriptando binary/%s/filesystem.%s com %s..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_debianchroot:36
|
||||||
|
msgid "Configuring file /etc/debian_chroot"
|
||||||
|
msgstr "Configurando arquivo /etc/debian_chroot"
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_debianchroot:61
|
||||||
|
msgid "Deconfiguring file /etc/debian_chroot"
|
||||||
|
msgstr "Desconfigurando arquivo /etc/debian_chroot"
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_install-packages:31
|
||||||
|
msgid "Begin installing packages..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_silo:47
|
||||||
|
msgid "Begin installing silo..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_silo:177
|
||||||
|
msgid "Net cow not supported on silo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hosts:36
|
||||||
|
msgid "Configuring file /etc/hosts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hosts:72
|
||||||
|
msgid "Deconfiguring file /etc/hosts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_localization:31
|
||||||
|
msgid "Begin installing localization packages..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_preseed:31
|
||||||
|
msgid "Begin executing preseed..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_packageslists:31
|
||||||
|
msgid "Begin queueing installation of packages lists..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-packages:31
|
||||||
|
msgid "Begin queueing installation of local packages..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_iso:36
|
||||||
|
msgid "Begin building binary iso image..."
|
||||||
|
msgstr "Iniciando a construção da imagem iso binária..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_iso:122
|
||||||
|
msgid ""
|
||||||
|
"Bootloader on your architecture not yet supported (Continuing in 5 seconds)."
|
||||||
|
msgstr ""
|
||||||
|
"O carregador de boot na sua arquitetura ainda não é suportado(continuando em "
|
||||||
|
"5 segundos)."
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:36
|
||||||
|
msgid "Begin interactive build..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:52
|
||||||
|
msgid "Pausing build: starting interactive shell..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:56
|
||||||
|
msgid "Pausing build: starting interactive X11..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_interactive:60
|
||||||
|
msgid "Pausing build: starting interactive Xnest..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-patches:31
|
||||||
|
msgid "Begin applying chroot local patches..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-patches:58
|
||||||
|
msgid "Applying patch %s..."
|
||||||
|
msgstr "Aplicando patch %s..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:137
|
||||||
|
msgid "Running cdebootstrap (download-only)... "
|
||||||
|
msgstr "Executando cdebootstrap (download-only)..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:157
|
||||||
|
msgid "Running cdebootstrap... "
|
||||||
|
msgstr "Executando cdebootstrap..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_bootstrap_cdebootstrap:183
|
||||||
|
msgid "Can't process file /usr/bin/cdebootstrap (FIXME)"
|
||||||
|
msgstr "Não posso processar o arquivo /usr/bin/cdebootstrap (FIXME)"
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_resolv:36
|
||||||
|
msgid "Configuring file /etc/resolv.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_resolv:64
|
||||||
|
msgid "Deconfiguring file /etc/resolv.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh:55
|
||||||
|
msgid "no such helper"
|
||||||
|
msgstr "helper não encontrado"
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_local-preseed:31
|
||||||
|
msgid "Begin executing local preseeds..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_usb-hdd:41
|
||||||
|
msgid "Begin building source usb-hdd image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_usb-hdd:96
|
||||||
|
msgid "!!! The following error/warning messages can be ignored !!!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_usb-hdd:130
|
||||||
|
msgid "!!! The above error/warning messages can be ignored !!!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_includes:36
|
||||||
|
msgid "Begin copying binary includes..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_includes:57
|
||||||
|
msgid "user specified includes not accessible in %s"
|
||||||
|
msgstr "inclusões específica do usuário não acessível em %s"
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_includes:176
|
||||||
|
msgid "win32-loader inclusion is enabled but not found, ignoring."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_debian:36
|
||||||
|
msgid "Begin downloading sources..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_clean:34
|
||||||
|
msgid "%s is not a good Debian Live working directory to clean."
|
||||||
|
msgstr "%s não é um diretório válido do Debian Live para ser limpo."
|
||||||
|
|
||||||
|
#: ../helpers/lh_clean:62
|
||||||
|
msgid "Cleaning chroot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_grub:36
|
||||||
|
msgid "Begin installing grub..."
|
||||||
|
msgstr "Iniciando instalação do grub..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_grub:123 ../helpers/lh_binary_yaboot:131
|
||||||
|
msgid "not yet supported, aborting (FIXME)."
|
||||||
|
msgstr "ainda não suportado, abortando (FIXME)."
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_grub:181
|
||||||
|
msgid "Net cow not yet supported on grub"
|
||||||
|
msgstr "Net cow ainda não é suportado no grub"
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_linux-image:36
|
||||||
|
msgid "Configuring file /etc/kernel-img.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_linux-image:85
|
||||||
|
msgid "Deconfiguring file /etc/kernel-img.conf"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hacks:31
|
||||||
|
msgid "Begin executing hacks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_source_iso:41
|
||||||
|
msgid "Begin building source iso image..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_testroot:34
|
||||||
|
msgid "need root privileges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_hooks:31
|
||||||
|
msgid "Begin executing hooks..."
|
||||||
|
msgstr "Iniciando a execução dos hooks..."
|
||||||
|
|
||||||
#: ../helpers/lh_binary_debian-installer:51
|
#: ../helpers/lh_binary_debian-installer:51
|
||||||
msgid "debian-installer flavour %s not supported."
|
msgid "debian-installer flavour %s not supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -123,7 +370,7 @@ msgstr ""
|
||||||
msgid "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
msgid "You selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_debian-installer:474 ../functions/defaults.sh:739
|
#: ../helpers/lh_binary_debian-installer:474 ../functions/defaults.sh:750
|
||||||
msgid "LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being"
|
msgid "LH_DEBIAN_INSTALLER which will result in 'bootstrap' packages not being"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -131,42 +378,6 @@ msgstr ""
|
||||||
msgid "cached - these are required when integrating the Debian Installer."
|
msgid "cached - these are required when integrating the Debian Installer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysv-rc:36
|
|
||||||
msgid "Configuring file /usr/sbin/policy-rc.d"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysv-rc:70
|
|
||||||
msgid "Deconfiguring file /usr/sbin/policy-rc.d"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-patches:31
|
|
||||||
msgid "Begin applying chroot local patches..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-patches:58
|
|
||||||
msgid "Applying patch %s..."
|
|
||||||
msgstr "Aplicando patch %s..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_net:41
|
|
||||||
msgid "Begin building binary netboot image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_net:98
|
|
||||||
msgid "Invalid default kernel flavour for sparc \"%s\""
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_chroot:31
|
|
||||||
msgid "Begin copying chroot..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_chroot:85 ../helpers/lh_source_tar:42
|
|
||||||
msgid "This may take a while."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_chroot:105
|
|
||||||
msgid "Excluded path does not exist: %s"
|
|
||||||
msgstr "Caminho excluído não existe: %s"
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hostname:36
|
#: ../helpers/lh_chroot_hostname:36
|
||||||
msgid "Configuring file /etc/hostname"
|
msgid "Configuring file /etc/hostname"
|
||||||
msgstr "Configurando o arquivo /etc/hostname"
|
msgstr "Configurando o arquivo /etc/hostname"
|
||||||
|
@ -183,109 +394,22 @@ msgstr ""
|
||||||
msgid "Deconfiguring file /bin/hostname"
|
msgid "Deconfiguring file /bin/hostname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_md5sum:41
|
#: ../helpers/lh_chroot_packages:31
|
||||||
msgid "Begin creating source md5sum.txt..."
|
msgid "Begin queueing installation of packages..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysfs:39
|
|
||||||
msgid "Begin mounting /sys..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_sysfs:67
|
|
||||||
msgid "Begin unmounting /sys..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_linux-image:31
|
|
||||||
msgid "Begin install linux-image..."
|
|
||||||
msgstr "Iniciando instalação do linux-image..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_iso:36
|
|
||||||
msgid "Begin building binary iso image..."
|
|
||||||
msgstr "Iniciando a construção da imagem iso binária..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_iso:122
|
|
||||||
msgid ""
|
|
||||||
"Bootloader on your architecture not yet supported (Continuing in 5 seconds)."
|
|
||||||
msgstr ""
|
|
||||||
"O carregador de boot na sua arquitetura ainda não é suportado(continuando em "
|
|
||||||
"5 segundos)."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_yaboot:36
|
|
||||||
msgid "Begin installing yaboot..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_yaboot:131 ../helpers/lh_binary_grub:123
|
|
||||||
msgid "not yet supported, aborting (FIXME)."
|
|
||||||
msgstr "ainda não suportado, abortando (FIXME)."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_yaboot:189
|
|
||||||
msgid "Net cow not yet supported on yaboot"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_tasks:31
|
|
||||||
msgid "Begin installing tasks..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hosts:36
|
|
||||||
msgid "Configuring file /etc/hosts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hosts:72
|
|
||||||
msgid "Deconfiguring file /etc/hosts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_cache:31
|
|
||||||
msgid "Begin caching chroot stage..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_local-hooks:31 ../helpers/lh_chroot_local-hooks:31
|
|
||||||
msgid "Begin executing local hooks..."
|
|
||||||
msgstr "Iniciando execução de hooks locais..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_source_tar:41
|
#: ../helpers/lh_source_tar:41
|
||||||
msgid "Begin building source tarball..."
|
msgid "Begin building source tarball..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_iso:41
|
#: ../helpers/lh_source_tar:42 ../helpers/lh_binary_chroot:85
|
||||||
msgid "Begin building source iso image..."
|
msgid "This may take a while."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_net:41
|
#: ../helpers/lh_source_md5sum:41
|
||||||
msgid "Begin building source netboot image..."
|
msgid "Begin creating source md5sum.txt..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_silo:47
|
|
||||||
msgid "Begin installing silo..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_silo:177
|
|
||||||
msgid "Net cow not supported on silo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh:55
|
|
||||||
msgid "no such helper"
|
|
||||||
msgstr "helper não encontrado"
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-packageslists:31
|
|
||||||
msgid "Begin queueing installation of local packages lists..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_symlinks:36
|
|
||||||
msgid "Begin converting symlinks..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_source_disk:36 ../helpers/lh_binary_disk:36
|
|
||||||
msgid "Begin installing disk information..."
|
|
||||||
msgstr "Iniciando a instalação da informação do disco..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hacks:31
|
|
||||||
msgid "Begin executing hacks..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_hooks:31
|
|
||||||
msgid "Begin executing hooks..."
|
|
||||||
msgstr "Iniciando a execução dos hooks..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_build:29
|
#: ../helpers/lh_build:29
|
||||||
msgid "No config/ directory; using defaults for all options"
|
msgid "No config/ directory; using defaults for all options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -301,41 +425,69 @@ msgid "Cannot build live image from a directory containing spaces"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Não é possível construir uma imagem live de um diretório contando espaços"
|
"Não é possível construir uma imagem live de um diretório contando espaços"
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_packageslists:31
|
#: ../helpers/lh_source_net:41
|
||||||
msgid "Begin queueing installation of packages lists..."
|
msgid "Begin building source netboot image..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-packages:31
|
#: ../helpers/lh_binary_yaboot:36
|
||||||
msgid "Begin queueing installation of local packages..."
|
msgid "Begin installing yaboot..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_resolv:36
|
#: ../helpers/lh_binary_yaboot:189
|
||||||
msgid "Configuring file /etc/resolv.conf"
|
msgid "Net cow not yet supported on yaboot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_resolv:64
|
#: ../helpers/lh_chroot_sysv-rc:36
|
||||||
msgid "Deconfiguring file /etc/resolv.conf"
|
msgid "Configuring file /usr/sbin/policy-rc.d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_usb-hdd:41
|
#: ../helpers/lh_chroot_sysv-rc:70
|
||||||
msgid "Begin building source usb-hdd image..."
|
msgid "Deconfiguring file /usr/sbin/policy-rc.d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_usb-hdd:91 ../helpers/lh_binary_usb-hdd:127
|
#: ../helpers/lh_chroot_sysvinit:31
|
||||||
msgid "Unsupported binary filesystem %s"
|
msgid "Configuring package sysvinit"
|
||||||
msgstr "Sistemas de arquivos binário %s não suportado"
|
|
||||||
|
|
||||||
#: ../helpers/lh_clean:34
|
|
||||||
msgid "%s is not a good Debian Live working directory to clean."
|
|
||||||
msgstr "%s não é um diretório válido do Debian Live para ser limpo."
|
|
||||||
|
|
||||||
#: ../helpers/lh_clean:62
|
|
||||||
msgid "Cleaning chroot"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_local-includes:31
|
#: ../helpers/lh_chroot_proc:39
|
||||||
msgid "Begin copying binary local includes..."
|
msgid "Begin mounting /proc..."
|
||||||
msgstr "Iniciando cópia dos includes locais..."
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_proc:67
|
||||||
|
msgid "Begin unmounting /proc..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_chroot:31
|
||||||
|
msgid "Begin copying chroot..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_chroot:105
|
||||||
|
msgid "Excluded path does not exist: %s"
|
||||||
|
msgstr "Caminho excluído não existe: %s"
|
||||||
|
|
||||||
|
#: ../helpers/lh_binary_linux-image:31
|
||||||
|
msgid "Begin install linux-image..."
|
||||||
|
msgstr "Iniciando instalação do linux-image..."
|
||||||
|
|
||||||
|
#: ../helpers/lh_chroot_tasks:31
|
||||||
|
msgid "Begin installing tasks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:126 ../functions/arguments.sh:18
|
||||||
|
msgid "terminating"
|
||||||
|
msgstr "finalizando"
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:665 ../functions/arguments.sh:78
|
||||||
|
msgid "internal error %s"
|
||||||
|
msgstr "erro interno %s"
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:675
|
||||||
|
msgid "Considering defaults defined in %s"
|
||||||
|
msgstr "Considerando valores padrão definidos em %s"
|
||||||
|
|
||||||
|
#: ../helpers/lh_config:1148
|
||||||
|
msgid "Please install 'debconf-utils' in order to use this feature."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_syslinux:36
|
#: ../helpers/lh_binary_syslinux:36
|
||||||
msgid "Begin installing syslinux..."
|
msgid "Begin installing syslinux..."
|
||||||
|
@ -349,182 +501,18 @@ msgstr "%s não existe"
|
||||||
msgid "Unsupported net filesystem"
|
msgid "Unsupported net filesystem"
|
||||||
msgstr "Sistema de arquivos de rede não suportado"
|
msgstr "Sistema de arquivos de rede não suportado"
|
||||||
|
|
||||||
#: ../helpers/lh_binary_manifest:31
|
#: ../helpers/lh_binary_memtest:36
|
||||||
msgid "Begin creating manifest..."
|
msgid "Begin installing memtest..."
|
||||||
msgstr "Iniciando a criação do manifesto..."
|
msgstr "Iniciando a instalação do memtest..."
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_apt:36
|
#: ../helpers/lh_binary_memtest:52
|
||||||
msgid "Configuring file /etc/apt/apt.conf"
|
msgid "skipping binary_memtest, foreign architecture."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_apt:150
|
|
||||||
msgid "Deconfiguring file /etc/apt/apt.conf"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_source_debian-live:36
|
#: ../helpers/lh_source_debian-live:36
|
||||||
msgid "Begin copying live-helper configuration..."
|
msgid "Begin copying live-helper configuration..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../helpers/lh_binary_usb-hdd:36
|
|
||||||
msgid "Begin building binary usb-hdd image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_usb-hdd:64
|
|
||||||
msgid "Sparc only supports booting from ext2, ext3 (or ufs)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_md5sum:36
|
|
||||||
msgid "Begin creating binary md5sum.txt..."
|
|
||||||
msgstr "Iniciando a criação do md5sum.txt do binário..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:38
|
|
||||||
msgid "Encryption type %s not supported."
|
|
||||||
msgstr "Encriptação do tipo %s não é suportado."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:48
|
|
||||||
msgid "Encryption not yet supported on %s filesystems."
|
|
||||||
msgstr "Encriptação ainda não suportada em sistemas de arquivos %s."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:53
|
|
||||||
msgid "Begin encrypting root filesystem image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_encryption:87
|
|
||||||
msgid "Encrypting binary/%s/filesystem.%s with %s..."
|
|
||||||
msgstr "Encriptando binary/%s/filesystem.%s com %s..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_testroot:34
|
|
||||||
msgid "need root privileges"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_dpkg:36
|
|
||||||
msgid "Configuring file /sbin/start-stop-daemon"
|
|
||||||
msgstr "Configurando o arquivo /sbin/start-stop-daemon"
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_dpkg:65
|
|
||||||
msgid "Deconfiguring file /sbin/start-stop-daemon"
|
|
||||||
msgstr "Desconfigurando o arquivo /sbin/start-stop-daemon"
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_linux-image:36
|
|
||||||
msgid "Configuring file /etc/kernel-img.conf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_linux-image:85
|
|
||||||
msgid "Deconfiguring file /etc/kernel-img.conf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_packages:31
|
|
||||||
msgid "Begin queueing installation of packages..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_debianchroot:36
|
|
||||||
msgid "Configuring file /etc/debian_chroot"
|
|
||||||
msgstr "Configurando arquivo /etc/debian_chroot"
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_debianchroot:61
|
|
||||||
msgid "Deconfiguring file /etc/debian_chroot"
|
|
||||||
msgstr "Desconfigurando arquivo /etc/debian_chroot"
|
|
||||||
|
|
||||||
#: ../helpers/lh_source_debian:36
|
|
||||||
msgid "Begin downloading sources..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_bootstrap_cache:34
|
|
||||||
msgid "Begin caching bootstrap stage..."
|
|
||||||
msgstr "Iniciando cache da fase de bootstrap..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_interactive:36
|
|
||||||
msgid "Begin interactive build..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_devpts:39
|
|
||||||
msgid "Begin mounting /dev/pts..."
|
|
||||||
msgstr "Iniciando a montagem de /dev/pts..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_devpts:64
|
|
||||||
msgid "Begin unmounting /dev/pts..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_local-packageslists:31
|
|
||||||
msgid "Begin installing local packages lists..."
|
|
||||||
msgstr "Iniciando instalação das listas de pacotes locais..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_tar:36
|
|
||||||
msgid "Begin building binary harddisk image..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_localization:31
|
|
||||||
msgid "Begin installing localization packages..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_preseed:31
|
|
||||||
msgid "Begin executing preseed..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_install-packages:31
|
|
||||||
msgid "Begin installing packages..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_includes:36
|
|
||||||
msgid "Begin copying binary includes..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_includes:57
|
|
||||||
msgid "user specified includes not accessible in %s"
|
|
||||||
msgstr "inclusões específica do usuário não acessível em %s"
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_local-preseed:31
|
|
||||||
msgid "Begin executing local preseeds..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_proc:39
|
|
||||||
msgid "Begin mounting /proc..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_chroot_proc:67
|
|
||||||
msgid "Begin unmounting /proc..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_grub:36
|
|
||||||
msgid "Begin installing grub..."
|
|
||||||
msgstr "Iniciando instalação do grub..."
|
|
||||||
|
|
||||||
#: ../helpers/lh_binary_grub:181
|
|
||||||
msgid "Net cow not yet supported on grub"
|
|
||||||
msgstr "Net cow ainda não é suportado no grub"
|
|
||||||
|
|
||||||
#: ../functions/templates.sh:23
|
|
||||||
msgid "templates not accessible in %s nor config/templates"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/templates.sh:32
|
|
||||||
msgid "%s templates not accessible in %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/packages.sh:25
|
|
||||||
msgid "You need to install %s on your host system."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/architecture.sh:28
|
|
||||||
msgid "skipping %s, foreign architecture."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../functions/echo.sh:65
|
|
||||||
msgid ""
|
|
||||||
"If the following stage fails, the most likely cause of the problem is with "
|
|
||||||
"your mirror configuration, a caching proxy or the sid distribution."
|
|
||||||
msgstr ""
|
|
||||||
"Se a fase seguinte falhar, a causa mais provável do problema é a sua "
|
|
||||||
"configuração de mirror, um proxy com cache ou a distribuição sid."
|
|
||||||
|
|
||||||
#: ../functions/echo.sh:68
|
|
||||||
msgid ""
|
|
||||||
"If the following stage fails, the most likely cause of the problem is with "
|
|
||||||
"your mirror configuration or a caching proxy."
|
|
||||||
msgstr ""
|
|
||||||
"Se a fase seguinte falhar, a causa mais provável do problema é a sua "
|
|
||||||
"configuração de mirror ou um proxy com cache."
|
|
||||||
|
|
||||||
#: ../functions/losetup.sh:26
|
#: ../functions/losetup.sh:26
|
||||||
msgid "Mounting %s with offset 0"
|
msgid "Mounting %s with offset 0"
|
||||||
msgstr "Montando %s com offset 0"
|
msgstr "Montando %s com offset 0"
|
||||||
|
@ -533,9 +521,33 @@ msgstr "Montando %s com offset 0"
|
||||||
msgid "Mounting %s with offset %s"
|
msgid "Mounting %s with offset %s"
|
||||||
msgstr "Montando %s com offset %s"
|
msgstr "Montando %s com offset %s"
|
||||||
|
|
||||||
#: ../functions/chroot.sh:17
|
#: ../functions/conffile.sh:33
|
||||||
msgid "Executing: %s"
|
msgid "Reading configuration file %s"
|
||||||
msgstr "Executando: %s"
|
msgstr "Lendo arquivo de configuração %s"
|
||||||
|
|
||||||
|
#: ../functions/conffile.sh:36
|
||||||
|
msgid "Failed to read configuration file %s"
|
||||||
|
msgstr "Falha ao ler o arquivo de configuração %s"
|
||||||
|
|
||||||
|
#: ../functions/echo.sh:73
|
||||||
|
msgid ""
|
||||||
|
"If the following stage fails, the most likely cause of the problem is with "
|
||||||
|
"your mirror configuration, a caching proxy or the sid distribution."
|
||||||
|
msgstr ""
|
||||||
|
"Se a fase seguinte falhar, a causa mais provável do problema é a sua "
|
||||||
|
"configuração de mirror, um proxy com cache ou a distribuição sid."
|
||||||
|
|
||||||
|
#: ../functions/echo.sh:76
|
||||||
|
msgid ""
|
||||||
|
"If the following stage fails, the most likely cause of the problem is with "
|
||||||
|
"your mirror configuration or a caching proxy."
|
||||||
|
msgstr ""
|
||||||
|
"Se a fase seguinte falhar, a causa mais provável do problema é a sua "
|
||||||
|
"configuração de mirror ou um proxy com cache."
|
||||||
|
|
||||||
|
#: ../functions/architecture.sh:28
|
||||||
|
msgid "skipping %s, foreign architecture."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:99
|
#: ../functions/defaults.sh:99
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -592,95 +604,107 @@ msgstr ""
|
||||||
msgid "take up a preseeding file by default."
|
msgid "take up a preseeding file by default."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:702
|
#: ../functions/defaults.sh:713
|
||||||
msgid "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
|
msgid "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:703
|
#: ../functions/defaults.sh:714
|
||||||
msgid "This is a possible unsafe configuration as live-initramfs is not"
|
msgid "This is a possible unsafe configuration as live-initramfs is not"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:704 ../functions/defaults.sh:715
|
#: ../functions/defaults.sh:715 ../functions/defaults.sh:726
|
||||||
msgid "part of the etch distribution."
|
msgid "part of the etch distribution."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:705
|
#: ../functions/defaults.sh:716
|
||||||
msgid ""
|
msgid ""
|
||||||
"Either make sure that live-initramfs is installable (e.g. through setting up"
|
"Either make sure that live-initramfs is installable (e.g. through setting up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:706
|
#: ../functions/defaults.sh:717
|
||||||
msgid ""
|
msgid ""
|
||||||
"etch-backports repository as third-party source or putting a valid live-"
|
"etch-backports repository as third-party source or putting a valid live-"
|
||||||
"initramfs"
|
"initramfs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:707
|
#: ../functions/defaults.sh:718
|
||||||
msgid ""
|
msgid ""
|
||||||
"deb into config/chroot_local-packages) or switch change your config to etch"
|
"deb into config/chroot_local-packages) or switch change your config to etch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:708
|
#: ../functions/defaults.sh:719
|
||||||
msgid "default (casper)."
|
msgid "default (casper)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:713
|
#: ../functions/defaults.sh:724
|
||||||
msgid "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
|
msgid "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:714
|
#: ../functions/defaults.sh:725
|
||||||
msgid "This is a possible unsafe configuration as aufs is not"
|
msgid "This is a possible unsafe configuration as aufs is not"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:716
|
#: ../functions/defaults.sh:727
|
||||||
msgid ""
|
msgid ""
|
||||||
"Either make sure that aufs modules for your kernel are installable (e.g. "
|
"Either make sure that aufs modules for your kernel are installable (e.g. "
|
||||||
"through"
|
"through"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:717
|
#: ../functions/defaults.sh:728
|
||||||
msgid ""
|
msgid ""
|
||||||
"setting up etch-backports repository as third-party source or putting a valid"
|
"setting up etch-backports repository as third-party source or putting a valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:718
|
#: ../functions/defaults.sh:729
|
||||||
msgid ""
|
msgid ""
|
||||||
"aufs-modules deb into config/chroot_local-packages) or switch change your "
|
"aufs-modules deb into config/chroot_local-packages) or switch change your "
|
||||||
"config"
|
"config"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:719
|
#: ../functions/defaults.sh:730
|
||||||
msgid "to etch default (unionfs)."
|
msgid "to etch default (unionfs)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:728
|
#: ../functions/defaults.sh:739
|
||||||
msgid "You selected LH_PACKAGES_LISTS='%s' and LH_APT='aptitude'"
|
msgid "You selected LH_PACKAGES_LISTS='%s' and LH_APT='aptitude'"
|
||||||
msgstr "Você selecionou LH_PACKAGES_LISTS='%s' e LH_APT='aptitude'"
|
msgstr "Você selecionou LH_PACKAGES_LISTS='%s' e LH_APT='aptitude'"
|
||||||
|
|
||||||
#: ../functions/defaults.sh:729
|
#: ../functions/defaults.sh:740
|
||||||
msgid "This is a possible unsafe configuration as aptitude is not"
|
msgid "This is a possible unsafe configuration as aptitude is not"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:730
|
#: ../functions/defaults.sh:741
|
||||||
msgid "used in the stripped/minimal package lists."
|
msgid "used in the stripped/minimal package lists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:738
|
#: ../functions/defaults.sh:749
|
||||||
msgid ""
|
msgid ""
|
||||||
"You have selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
"You have selected values of LH_CACHE, LH_CACHE_PACKAGES, LH_CACHE_STAGES and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:740
|
#: ../functions/defaults.sh:751
|
||||||
msgid ""
|
msgid ""
|
||||||
"cached. This is a possible unsafe configuration as the bootstrap packages"
|
"cached. This is a possible unsafe configuration as the bootstrap packages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/defaults.sh:741
|
#: ../functions/defaults.sh:752
|
||||||
msgid "are re-used when integrating the Debian Installer."
|
msgid "are re-used when integrating the Debian Installer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/lockfile.sh:19
|
#: ../functions/chroot.sh:17
|
||||||
msgid "system locked"
|
msgid "Executing: %s"
|
||||||
|
msgstr "Executando: %s"
|
||||||
|
|
||||||
|
#: ../functions/templates.sh:23
|
||||||
|
msgid "templates not accessible in %s nor config/templates"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/templates.sh:32
|
||||||
|
msgid "%s templates not accessible in %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../functions/breakpoints.sh:16
|
||||||
|
msgid "Waiting at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/stagefile.sh:23
|
#: ../functions/stagefile.sh:23
|
||||||
|
@ -699,14 +723,10 @@ msgstr "%s: %s está faltando"
|
||||||
msgid "%s: one of %s is missing"
|
msgid "%s: one of %s is missing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/conffile.sh:33
|
#: ../functions/packages.sh:25
|
||||||
msgid "Reading configuration file %s"
|
msgid "You need to install %s on your host system."
|
||||||
msgstr "Lendo arquivo de configuração %s"
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions/conffile.sh:36
|
#: ../functions/lockfile.sh:19
|
||||||
msgid "Failed to read configuration file %s"
|
msgid "system locked"
|
||||||
msgstr "Falha ao ler o arquivo de configuração %s"
|
|
||||||
|
|
||||||
#: ../functions/breakpoints.sh:16
|
|
||||||
msgid "Waiting at %s"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue