diff options
Diffstat (limited to 'po/pt/preseed.po')
-rw-r--r-- | po/pt/preseed.po | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/po/pt/preseed.po b/po/pt/preseed.po index 2aa667c54..38393096c 100644 --- a/po/pt/preseed.po +++ b/po/pt/preseed.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2006-07-30 15:28+0000\n" +"POT-Creation-Date: 2006-08-18 17:32+0000\n" "PO-Revision-Date: 2006-08-08 22:01+0000\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -1221,7 +1221,7 @@ msgstr "" #. Tag: screen #: preseed.xml:648 -#, no-c-format +#, fuzzy, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" "# Note: this must be preseeded with a localized (translated) value.\n" @@ -1234,6 +1234,9 @@ msgid "" "d-i partman-auto/disk string /dev/discs/disc0/disc\n" "# Or, if you want to use LVM:\n" "#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc\n" +"# Or, LVM with more than one disk:\n" +"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/" +"disc\n" "\n" "# You can choose from any of the predefined partitioning recipes.\n" "# Note: this must be preseeded with a localized (translated) value.\n" @@ -1563,7 +1566,7 @@ msgstr "Instalação do gestor de arranque" #. Tag: screen #: preseed.xml:729 -#, no-c-format +#, fuzzy, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" "# instead, uncomment this:\n" @@ -1581,9 +1584,11 @@ msgid "" "\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/bootdev string (hd0,0)\n" "#d-i grub-installer/only_debian boolean false\n" -"#d-i grub-installer/with_other_os boolean false" +"#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)" msgstr "" "# O grub é o gestor de arranque por omissão (para x86). Se deseja, em vez\n" "# disso, o lilo instalado, descomente isto:\n" @@ -1709,7 +1714,10 @@ msgid "" "classname>. The value of this parameter can be either comma-separated or " "space-separated, so you can also use it easily on the kernel command line." msgstr "" -"Se quer instalar alguns pacotes adicionais além dos pacotes instalados pelos pacotes, pode utilizar o parâmetro <classname>pkgsel/include</classname>. O valor deste parâmetro pode ser quer separado por vírgulas ou separado por espaços, pode também utiliza-lo na linha de comandos do kernel." +"Se quer instalar alguns pacotes adicionais além dos pacotes instalados pelos " +"pacotes, pode utilizar o parâmetro <classname>pkgsel/include</classname>. O " +"valor deste parâmetro pode ser quer separado por vírgulas ou separado por " +"espaços, pode também utiliza-lo na linha de comandos do kernel." #. Tag: screen #: preseed.xml:794 |