From 3f356db0147639f47a2c4586287eae8660eaa6e8 Mon Sep 17 00:00:00 2001 From: Felipe Augusto van de Wiel Date: Wed, 19 May 2010 00:02:45 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pt/preseed.po | 192 ++------------------------------------------------- po/pt/random-bits.po | 60 ---------------- 2 files changed, 6 insertions(+), 246 deletions(-) (limited to 'po/pt') diff --git a/po/pt/preseed.po b/po/pt/preseed.po index a22d0d422..fa333f868 100644 --- a/po/pt/preseed.po +++ b/po/pt/preseed.po @@ -1838,72 +1838,6 @@ msgstr "Exemplo de particionamento" #. Tag: screen #: preseed.xml:880 #, 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-partitioning/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" "# This is only honoured if partman-auto/method (below) is not set.\n" @@ -1992,9 +1926,9 @@ msgstr "" "#d-i partman-auto/disk string /dev/sda\n" "# Além disso tem de especificar o método a utilizar.\n" "# Actualmente os métodos disponíveis são:\n" -"# - regular: utilizar os tipos de partição usuais para a arquitectura\n" -"# - lvm: utilizar LVM para particionar o disco\n" -"# - crypto: utilizar LVM dentro de uma participação encriptada\n" +"# - regular:\tutilizar os tipos de partição usuais para a arquitectura\n" +"# - lvm:\tutilizar LVM para particionar o disco\n" +"# - crypto:\tutilizar LVM dentro de uma participação encriptada\n" "d-i partman-auto/method string lvm\n" "\n" "# Se um dos discos que vai ser particionado automaticamente contiver uma\n" @@ -2048,8 +1982,7 @@ msgstr "" "# desde que você lhe diga o que fazer utilizando um dos métodos acima.\n" "d-i partman-partitioning/confirm_write_new_label boolean true\n" "d-i partman/choose_partition select finish\n" -"d-i partman/confirm boolean true" -"d-i partman/confirm_nooverwrite boolean true" +"d-i partman/confirm boolean trued-i partman/confirm_nooverwrite boolean true" #. Tag: title #: preseed.xml:884 @@ -2092,55 +2025,6 @@ msgstr "" #. Tag: screen #: preseed.xml:905 #, 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-partitioning/confirm_write_new_label boolean true\n" -#| "d-i partman/choose_partition select finish\n" -#| "d-i partman/confirm boolean true" msgid "" "# The method should be set to \"raid\".\n" "#d-i partman-auto/method string raid\n" @@ -2240,8 +2124,7 @@ msgstr "" "d-i partman-md/confirm boolean true\n" "d-i partman-partitioning/confirm_write_new_label boolean true\n" "d-i partman/choose_partition select finish\n" -"d-i partman/confirm boolean true" -"d-i partman/confirm_nooverwrite boolean true" +"d-i partman/confirm boolean trued-i partman/confirm_nooverwrite boolean true" #. Tag: title #: preseed.xml:910 @@ -2680,31 +2563,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1070 #, 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" -#| "# By default, packages that are only Recommended by packages installed " -#| "using\n" -#| "# pkgsel/include (as opposed to their dependencies) will not be " -#| "installed.\n" -#| "# Uncomment this line to install Recommends as well.\n" -#| "#d-i pkgsel/include/install-recommends boolean true\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" @@ -2750,44 +2608,6 @@ msgstr "Instalação do gestor de arranque" #. Tag: screen #: preseed.xml:1077 #, 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]\n" -#| "\n" -#| "# Use the following option to add additional boot parameters for the\n" -#| "# installed system (if supported by the bootloader installer).\n" -#| "# Note: options passed to the installer will be added automatically.\n" -#| "#d-i debian-installer/add-kernel-opts string nousb" msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" "# instead, uncomment this:\n" @@ -2841,7 +2661,7 @@ msgstr "" "# o GRUB 2 é agora o predefinido. Se necessitar do GRUB Legacy por alguma\n" "# razão, então retire o comentário ao seguinte:\n" "#d-i grub-installer/grub2_instead_of_grub_legacy boolean false\n" -"\n" +"\n" "# Isto é relativamente seguro de definir, faz o grub instalar-se\n" "# automaticamente no MBR se não for detectado nenhum outro sistema\n" "# operativo.\n" diff --git a/po/pt/random-bits.po b/po/pt/random-bits.po index 3a0e1a8a8..a81ae3d77 100644 --- a/po/pt/random-bits.po +++ b/po/pt/random-bits.po @@ -1373,66 +1373,6 @@ msgstr "Configurar a Rede" #. Tag: para #: random-bits.xml:646 #, no-c-format -#| msgid "" -#| "To configure networking, edit /etc/network/interfaces, /etc/resolv.conf, /etc/" -#| "hostname and /etc/hosts. " -#| "\n" -#| "# editor /etc/network/interfaces\n" -#| " Here are some simple examples from /" -#| "usr/share/doc/ifupdown/examples: \n" -#| "######################################################################\n" -#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n" -#| "# See the interfaces(5) manpage for information on what options are\n" -#| "# available.\n" -#| "######################################################################\n" -#| "\n" -#| "# We always want the loopback interface.\n" -#| "#\n" -#| "auto lo\n" -#| "iface lo inet loopback\n" -#| "\n" -#| "# To use dhcp:\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet dhcp\n" -#| "\n" -#| "# An example static IP setup: (broadcast and gateway are optional)\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet static\n" -#| "# address 192.168.0.42\n" -#| "# network 192.168.0.0\n" -#| "# netmask 255.255.255.0\n" -#| "# broadcast 192.168.0.255\n" -#| "# gateway 192.168.0.1\n" -#| " Enter your nameserver(s) and search " -#| "directives in /etc/resolv.conf: " -#| "\n" -#| "# editor /etc/resolv.conf\n" -#| " A simple example /etc/resolv.conf: \n" -#| "search hqdom.local\n" -#| "nameserver 10.1.1.36\n" -#| "nameserver 192.168.9.100\n" -#| " Enter your system's host name (2 to 63 " -#| "characters): \n" -#| "# echo DebianHostName > /etc/hostname\n" -#| " And a basic /etc/hosts " -#| "with IPv6 support: \n" -#| "127.0.0.1 localhost DebianHostName\n" -#| "\n" -#| "# The following lines are desirable for IPv6 capable hosts\n" -#| "::1 ip6-localhost ip6-loopback\n" -#| "fe00::0 ip6-localnet\n" -#| "ff00::0 ip6-mcastprefix\n" -#| "ff02::1 ip6-allnodes\n" -#| "ff02::2 ip6-allrouters\n" -#| "ff02::3 ip6-allhosts\n" -#| " If you have multiple network cards, you " -#| "should arrange the names of driver modules in the /etc/modules file into the desired order. Then during boot, each card will " -#| "be associated with the interface name (eth0, eth1, etc.) that you expect." msgid "" "To configure networking, edit /etc/network/interfaces, " "/etc/resolv.conf, /etc/hostname " -- cgit v1.2.3