summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD-I role <debian-boot@lists.debian.org>2020-06-20 23:00:06 +0000
committerD-I role <debian-boot@lists.debian.org>2020-06-20 23:00:06 +0000
commit3e08edb007efadaa501af6b03e85d9d4337c4b93 (patch)
tree464115d38584d2b5058a41d8001ebffa5eb7496c
parent175fa114093791d7d404667346109d1b66910b1f (diff)
downloadinstallation-guide-3e08edb007efadaa501af6b03e85d9d4337c4b93.zip
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
-rw-r--r--po/pt/preseed.po103
1 files changed, 8 insertions, 95 deletions
diff --git a/po/pt/preseed.po b/po/pt/preseed.po
index 9eddc7f67..60e12d477 100644
--- a/po/pt/preseed.po
+++ b/po/pt/preseed.po
@@ -1183,7 +1183,8 @@ msgstr ""
"Para definir Português como linguagem e Portugal como país:\n"
"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=pt "
"country=PT --- quiet\n"
-"# Para definir Inglês como linguagem e Português como país e utilizar uma disposição de teclado de Português:\n"
+"# Para definir Inglês como linguagem e Português como país e utilizar uma "
+"disposição de teclado de Português:\n"
"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=en "
"country=PT locale=en_US.UTF-8 keymap=pt --- quiet\n"
"# Para instalar o ambiente de trabalho MATE:\n"
@@ -2232,97 +2233,6 @@ msgstr "Exemplo de particionamento"
#. Tag: screen
#: preseed.xml:973
#, no-c-format
-#| 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"
-#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
-#| "\n"
-#| "# Alternatively, you may specify a disk to partition. If the system has "
-#| "only\n"
-#| "# one disk the installer will default to using that, but otherwise the "
-#| "device\n"
-#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
-#| "# and not e.g. /dev/discs/disc0/disc).\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:\n"
-#| "# - regular: use the usual partition types for your architecture\n"
-#| "# - lvm: use LVM to partition the disk\n"
-#| "# - crypto: use LVM within an encrypted partition\n"
-#| "d-i partman-auto/method string lvm\n"
-#| "\n"
-#| "# You can define the amount of space that will be used for the LVM "
-#| "volume\n"
-#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage "
-#| "of\n"
-#| "# free space or the 'max' keyword.\n"
-#| "d-i partman-auto-lvm/guided_size string max\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"
-#| "d-i partman-lvm/confirm_nooverwrite 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, /var, and /tmp partitions\n"
-#| "d-i partman-auto/choose_recipe select atomic\n"
-#| "\n"
-#| "# Or provide a recipe of your own...\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"
-#| "# The full recipe format is documented in the file partman-auto-recipe."
-#| "txt\n"
-#| "# included in the 'debian-installer' package or available from D-I "
-#| "source\n"
-#| "# repository. This also documents how to specify settings such as file\n"
-#| "# system labels, volume group names and which physical devices to "
-#| "include\n"
-#| "# in a volume group.\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\n"
-#| "d-i partman/confirm_nooverwrite boolean true\n"
-#| "\n"
-#| "# When disk encryption is enabled, skip wiping the partitions "
-#| "beforehand.\n"
-#| "#d-i partman-auto-crypto/erase_disks boolean false"
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"
@@ -2500,7 +2410,8 @@ msgstr ""
"# volumes e quais dispositivos físicos a incluir num grupo de volumes.\n"
"\n"
"## Particionamento para UEFI\n"
-"# Se o seu sistema necessitar de uma partição UEFI pode acrescentar algo como\n"
+"# Se o seu sistema necessitar de uma partição UEFI pode acrescentar algo "
+"como\n"
"# isto à receita acima, como o primeiro elemento na receita:\n"
"# 538 538 1075 free \\\n"
"# $iflabel{ gpt } \\\n"
@@ -2510,7 +2421,8 @@ msgstr ""
"# . \\\n"
"#\n"
"# O fragmento acima é para a arquitetura amd64; os detalhes poderão ser\n"
-"# diferentes para outras arquiteturas. O pacote 'partman-auto' no repositório\n"
+"# diferentes para outras arquiteturas. O pacote 'partman-auto' no "
+"repositório\n"
"# da fonte do D-I poderá ter um exemplo que possa seguir.\n"
"\n"
"# Isto faz com que o partman particione automaticamente sem confirmação, \n"
@@ -2527,7 +2439,8 @@ msgstr ""
"#d-i partman-partitioning/choose_label string gpt\n"
"#d-i partlan-partitioning/default_label string gpt\n"
"\n"
-"# Quando a encriptação do disco estiver activa, saltar apagar as partições em avanço.\n"
+"# Quando a encriptação do disco estiver activa, saltar apagar as partições "
+"em avanço.\n"
"#d-i partman-auto-crypto/erase_disks boolean false"
#. Tag: title