From 017a8d347056c7b91977adfe776cb8074bedc748 Mon Sep 17 00:00:00 2001 From: Felipe Augusto van de Wiel Date: Sun, 23 Aug 2009 00:02:21 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pt/preseed.po | 265 ++----------------------------------------------------- 1 file changed, 9 insertions(+), 256 deletions(-) (limited to 'po/pt') diff --git a/po/pt/preseed.po b/po/pt/preseed.po index f63f6dee2..067ed102e 100644 --- a/po/pt/preseed.po +++ b/po/pt/preseed.po @@ -1440,55 +1440,6 @@ msgstr "" #. Tag: screen #: preseed.xml:762 #, no-c-format -#| msgid "" -#| "# netcfg will choose an interface that has link if possible. This makes " -#| "it\n" -#| "# skip displaying a list if there is more than one interface.\n" -#| "d-i netcfg/choose_interface select auto\n" -#| "\n" -#| "# To pick a particular interface instead:\n" -#| "#d-i netcfg/choose_interface select eth1\n" -#| "\n" -#| "# If you have a slow dhcp server and the installer times out waiting for\n" -#| "# it, this might be useful.\n" -#| "#d-i netcfg/dhcp_timeout string 60\n" -#| "\n" -#| "# If you prefer to configure the network manually, uncomment this line " -#| "and\n" -#| "# the static network configuration below.\n" -#| "#d-i netcfg/disable_dhcp boolean true\n" -#| "\n" -#| "# If you want the preconfiguration file to work on systems both with and\n" -#| "# without a dhcp server, uncomment these lines and the static network\n" -#| "# configuration below.\n" -#| "#d-i netcfg/dhcp_failed note\n" -#| "#d-i netcfg/dhcp_options select Configure network manually\n" -#| "\n" -#| "# Static network configuration.\n" -#| "#d-i netcfg/get_nameservers string 192.168.1.1\n" -#| "#d-i netcfg/get_ipaddress string 192.168.1.42\n" -#| "#d-i netcfg/get_netmask string 255.255.255.0\n" -#| "#d-i netcfg/get_gateway string 192.168.1.1\n" -#| "#d-i netcfg/confirm_static boolean true\n" -#| "\n" -#| "# Any hostname and domain names assigned from dhcp take precedence over\n" -#| "# values set here. However, setting the values still prevents the " -#| "questions\n" -#| "# from being shown, even if values come from dhcp.\n" -#| "d-i netcfg/get_hostname string unassigned-hostname\n" -#| "d-i netcfg/get_domain string unassigned-domain\n" -#| "\n" -#| "# Disable that annoying WEP key dialog.\n" -#| "d-i netcfg/wireless_wep string\n" -#| "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n" -#| "#d-i netcfg/dhcp_hostname string radish\n" -#| "\n" -#| "# If non-free firmware is needed for the network or other hardware, you " -#| "can\n" -#| "# configure the installer to always try to load it, without prompting. " -#| "Or\n" -#| "# change to false to disable asking.\n" -#| "#d-i hw-detect/load_firmware boolean true" msgid "" "# Disable network configuration entirely. This is useful for cdrom\n" "# installations on non-networked devices where the network questions,\n" @@ -1541,8 +1492,8 @@ msgid "" msgstr "" "# Desabilitar, por completo, a configuração de rede. Isto é útil para\n" "# instalações por cdrom em dispositivos não ligados à rede onde as questões\n" -"# de rede, avisos e timeouts são uma chatice." -"#d-i netcfg/enable boolean false\n" +"# de rede, avisos e timeouts são uma chatice.#d-i netcfg/enable boolean " +"false\n" "\n" "# Se possível o netcfg irá escolher um interface que tenha ligação.\n" "# Isto irá prevenir que seja mostrada uma lista se existir mais que um\n" @@ -1788,72 +1739,6 @@ msgstr "" #. Tag: screen #: preseed.xml:844 #, no-c-format -#| msgid "" -#| "# If the system has free space you can choose to only partition that " -#| "space.\n" -#| "#d-i partman-auto/init_automatically_partition select biggest_free\n" -#| "\n" -#| "# Alternatively, you can specify a disk to partition. The device name " -#| "must\n" -#| "# be given in traditional non-devfs format.\n" -#| "# Note: A disk must be specified, unless the system has only one disk.\n" -#| "# For example, to use the first SCSI/SATA hard disk:\n" -#| "#d-i partman-auto/disk string /dev/sda\n" -#| "# In addition, you'll need to specify the method to use.\n" -#| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto" -#| "\"\n" -#| "d-i partman-auto/method string lvm\n" -#| "\n" -#| "# If one of the disks that are going to be automatically partitioned\n" -#| "# contains an old LVM configuration, the user will normally receive a\n" -#| "# warning. This can be preseeded away...\n" -#| "d-i partman-lvm/device_remove_lvm boolean true\n" -#| "# The same applies to pre-existing software RAID array:\n" -#| "d-i partman-md/device_remove_md boolean true\n" -#| "# And the same goes for the confirmation to write the lvm partitions.\n" -#| "d-i partman-lvm/confirm boolean true\n" -#| "\n" -#| "# You can choose one of the three predefined partitioning recipes:\n" -#| "# - atomic: all files in one partition\n" -#| "# - home: separate /home partition\n" -#| "# - multi: separate /home, /usr, /var, and /tmp partitions\n" -#| "d-i partman-auto/choose_recipe select atomic\n" -#| "\n" -#| "# Or provide a recipe of your own...\n" -#| "# The recipe format is documented in the file devel/partman-auto-recipe." -#| "txt.\n" -#| "# If you have a way to get a recipe file into the d-i environment, you " -#| "can\n" -#| "# just point at it.\n" -#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" -#| "\n" -#| "# If not, you can put an entire recipe into the preconfiguration file in " -#| "one\n" -#| "# (logical) line. This example creates a small /boot partition, suitable\n" -#| "# swap, and uses the rest of the space for the root partition:\n" -#| "#d-i partman-auto/expert_recipe string \\\n" -#| "# boot-root :: \\\n" -#| "# 40 50 100 ext3 \\\n" -#| "# $primary{ } $bootable{ } \\\n" -#| "# method{ format } format{ } \\\n" -#| "# use_filesystem{ } filesystem{ ext3 } \\\n" -#| "# mountpoint{ /boot } \\\n" -#| "# . \\\n" -#| "# 500 10000 1000000000 ext3 \\\n" -#| "# method{ format } format{ } \\\n" -#| "# use_filesystem{ } filesystem{ ext3 } \\\n" -#| "# mountpoint{ / } \\\n" -#| "# . \\\n" -#| "# 64 512 300% linux-swap \\\n" -#| "# method{ swap } format{ } \\\n" -#| "# .\n" -#| "\n" -#| "# This makes partman automatically partition without confirmation, " -#| "provided\n" -#| "# that you told it what to do using one of the methods above.\n" -#| "d-i partman/confirm_write_new_label boolean true\n" -#| "d-i partman/choose_partition select finish\n" -#| "d-i partman/confirm boolean true" msgid "" "# If the system has free space you can choose to only partition that space.\n" "#d-i partman-auto/init_automatically_partition select biggest_free\n" @@ -2020,55 +1905,6 @@ msgstr "" #. Tag: screen #: preseed.xml:870 #, no-c-format -#| msgid "" -#| "# NOTE: this option is of beta release quality and should be used " -#| "carefully\n" -#| "\n" -#| "# The method should be set to \"raid\".\n" -#| "#d-i partman-auto/method string raid\n" -#| "# Specify the disks to be partitioned. They will all get the same " -#| "layout,\n" -#| "# so this will only work if the disks are the same size.\n" -#| "#d-i partman-auto/disk string /dev/sda /dev/sdb\n" -#| "\n" -#| "# Next you need to specify the physical partitions that will be used. \n" -#| "#d-i partman-auto/expert_recipe string \\\n" -#| "# multiraid :: \\\n" -#| "# 1000 5000 4000 raid \\\n" -#| "# $primary{ } method{ raid } \\\n" -#| "# . \\\n" -#| "# 64 512 300% raid \\\n" -#| "# method{ raid } \\\n" -#| "# . \\\n" -#| "# 500 10000 1000000000 raid \\\n" -#| "# method{ raid } \\\n" -#| "# .\n" -#| "\n" -#| "# Last you need to specify how the previously defined partitions will be\n" -#| "# used in the RAID setup. Remember to use the correct partition numbers\n" -#| "# for logical partitions.\n" -#| "# Parameters are:\n" -#| "# <raidtype> <devcount> <sparecount> <fstype> <" -#| "mountpoint> \\\n" -#| "# <devices> <sparedevices>\n" -#| "# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated " -#| "using \"#\"\n" -#| "#d-i partman-auto-raid/recipe string \\\n" -#| "# 1 2 0 ext3 / \\\n" -#| "# /dev/sda1#/dev/sdb1 \\\n" -#| "# . \\\n" -#| "# 1 2 0 swap - \\\n" -#| "# /dev/sda5#/dev/sdb5 \\\n" -#| "# . \\\n" -#| "# 0 2 0 ext3 /home \\\n" -#| "# /dev/sda6#/dev/sdb6 \\\n" -#| "# .\n" -#| "\n" -#| "# This makes partman automatically partition without confirmation.\n" -#| "d-i partman-md/confirm boolean true\n" -#| "d-i partman/confirm_write_new_label boolean true\n" -#| "d-i partman/choose_partition select finish\n" -#| "d-i partman/confirm boolean true" msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" "\n" @@ -2593,25 +2429,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1034 #, no-c-format -#| msgid "" -#| "#tasksel tasksel/first multiselect standard, web-server\n" -#| "# If the desktop task is selected, install the kde and xfce desktops\n" -#| "# instead of the default gnome desktop.\n" -#| "#tasksel tasksel/desktop multiselect kde, xfce\n" -#| "\n" -#| "# Individual additional packages to install\n" -#| "#d-i pkgsel/include string openssh-server build-essential\n" -#| "# Whether to upgrade packages after debootstrap.\n" -#| "# Allowed values: none, safe-upgrade, full-upgrade\n" -#| "#d-i pkgsel/upgrade select none\n" -#| "\n" -#| "# Some versions of the installer can report back on what software you " -#| "have\n" -#| "# installed, and what software you use. The default is not to report " -#| "back,\n" -#| "# but sending reports helps the project determine what software is most\n" -#| "# popular and include it on CDs.\n" -#| "#popularity-contest popularity-contest/participate boolean false" msgid "" "#tasksel tasksel/first multiselect standard, web-server\n" "# If the desktop task is selected, install the kde and xfce desktops\n" @@ -2666,39 +2483,6 @@ msgstr "Instalação do gestor de arranque" #. Tag: screen #: preseed.xml:1041 #, no-c-format -#| msgid "" -#| "# Grub is the default boot loader (for x86). If you want lilo installed\n" -#| "# instead, uncomment this:\n" -#| "#d-i grub-installer/skip boolean true\n" -#| "# To also skip installing lilo, and install no bootloader, uncomment " -#| "this\n" -#| "# too:\n" -#| "#d-i lilo-installer/skip boolean true\n" -#| "\n" -#| "# This is fairly safe to set, it makes grub install automatically to the " -#| "MBR\n" -#| "# if no other operating system is detected on the machine.\n" -#| "d-i grub-installer/only_debian boolean true\n" -#| "\n" -#| "# This one makes grub-installer install to the MBR if it also finds some " -#| "other\n" -#| "# OS, which is less safe as it might not be able to boot that other OS.\n" -#| "d-i grub-installer/with_other_os boolean true\n" -#| "\n" -#| "# Alternatively, if you want to install to a location other than the " -#| "mbr,\n" -#| "# uncomment and edit these lines:\n" -#| "#d-i grub-installer/only_debian boolean false\n" -#| "#d-i grub-installer/with_other_os boolean false\n" -#| "#d-i grub-installer/bootdev string (hd0,0)\n" -#| "# To install grub to multiple disks:\n" -#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n" -#| "\n" -#| "# Optional password for grub, either in clear text\n" -#| "#d-i grub-installer/password password r00tme\n" -#| "#d-i grub-installer/password-again password r00tme\n" -#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n" -#| "#d-i grub-installer/password-crypted password [MD5 hash]" msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" "# instead, uncomment this:\n" @@ -2744,7 +2528,8 @@ msgstr "" "#d-i lilo-installer/skip boolean true\n" "\n" "# Isto é relativamente seguro de definir, faz o grub instalar-se\n" -"# automaticamente no MBR se não for detectado nenhum outro sistema operativo\n" +"# automaticamente no MBR se não for detectado nenhum outro sistema " +"operativo\n" "# na máquina.\n" "d-i grub-installer/only_debian boolean true\n" "\n" @@ -2765,12 +2550,12 @@ msgstr "" "#d-i grub-installer/password password r00tme\n" "#d-i grub-installer/password-again password r00tme\n" "# ou encriptada utilizando um hash MD5, veja grub-md5-crypt(8).\n" -"#d-i grub-installer/password-crypted password [hash MD5]" -"\n" +"#d-i grub-installer/password-crypted password [hash MD5]\n" "# Para acrescentar parâmetros adicionais de arranque para o sistema\n" "# instalado utilize a seguinte opção (se for suportado pelo instalador do\n" "# gestor de arranque).\n" -"# Nota: as opções passadas ao instalador serão automaticamente acrescentadas.\n" +"# Nota: as opções passadas ao instalador serão automaticamente " +"acrescentadas.\n" "#d-i debian-installer/add-kernel-opts string nousb" #. Tag: para @@ -2886,39 +2671,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1081 #, no-c-format -#| msgid "" -#| "# d-i preseeding is inherently not secure. Nothing in the installer " -#| "checks\n" -#| "# for attempts at buffer overflows or other exploits of the values of a\n" -#| "# preconfiguration file like this one. Only use preconfiguration files " -#| "from\n" -#| "# trusted locations! To drive that home, and because it's generally " -#| "useful,\n" -#| "# here's a way to run any shell command you'd like inside the installer,\n" -#| "# automatically.\n" -#| "\n" -#| "# This first command is run as early as possible, just after\n" -#| "# preseeding is read.\n" -#| "#d-i preseed/early_command string anna-install some-udeb\n" -#| "\n" -#| "# This command is run immediately before the partitioner starts. It may " -#| "be\n" -#| "# useful to apply dynamic partitioner preseeding that depends on the " -#| "state\n" -#| "# of the disks (which may not be visible when preseed/early_command " -#| "runs).\n" -#| "#d-i partman/early_command \\\n" -#| "# string debconf-set partman-auto/disk \"$(list-devices disk | head " -#| "-n1)\"\n" -#| "\n" -#| "# This command is run just before the install finishes, but when there " -#| "is\n" -#| "# still a usable /target directory. You can chroot to /target and use it\n" -#| "# directly, or use the apt-install and in-target commands to easily " -#| "install\n" -#| "# packages and run commands in the target system.\n" -#| "#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/" -#| "zsh" msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" "# for attempts at buffer overflows or other exploits of the values of a\n" @@ -2946,7 +2698,8 @@ msgstr "" "# se existem tentativas de buffer overflows ou outros exploits nos valores\n" "# de um ficheiro de pré-configuração como este. Utilize apenas ficheiros\n" "# de pré-configuração de proveniência de confiança! Para conseguir isso,\n" -"# e porque normalmente é útil, aqui está uma forma de correr automaticamente\n" +"# e porque normalmente é útil, aqui está uma forma de correr " +"automaticamente\n" "# qualquer comando da shell que queira dentro do instalador.\n" "\n" "# Este primeiro comando é corrido tão cedo quanto possível, logo após o\n" -- cgit v1.2.3