diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2007-07-26 04:05:43 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2007-07-26 04:05:43 +0000 |
commit | 2ceebfd3c833bf3e65f537cfbc9693b8a94106e5 (patch) | |
tree | c2ba242c9547a8c23de5c63e5b2574380a998558 /po/pt/preseed.po | |
parent | 7afb7da18c66015e9f428dd67f75b16cb6aeb91f (diff) | |
download | installation-guide-2ceebfd3c833bf3e65f537cfbc9693b8a94106e5.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/pt/preseed.po')
-rw-r--r-- | po/pt/preseed.po | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/po/pt/preseed.po b/po/pt/preseed.po index 3d37120c5..28eaa3c80 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: 2007-07-20 17:30+0000\n" +"POT-Creation-Date: 2007-07-26 04:00+0000\n" "PO-Revision-Date: 2007-07-09 23:24+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -1585,17 +1585,23 @@ msgstr "" #. Tag: screen #: preseed.xml:790 -#, 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" "#d-i partman-auto/init_automatically_partition \\\n" "# select Guided - use the largest continuous free space\n" "\n" -"# Alternatively, you can specify a disk to partition. The device name\n" +"<phrase condition=\"etch\"># Alternatively, you can specify a disk to " +"partition. The device name\n" "# can be given in either devfs or traditional non-devfs format.\n" "# For example, to use the first disk:\n" -"d-i partman-auto/disk string /dev/discs/disc0/disc\n" +"d-i partman-auto/disk string /dev/discs/disc0/disc</phrase><phrase condition=" +"\"lenny\">\n" +"# Alternatively, you can specify a disk to partition. The device name must\n" +"# be given in traditional non-devfs format.\n" +"# For example, to use the first SCSI/SATA hard disk:\n" +"d-i partman-auto/disk string /dev/sda</phrase>\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" @@ -1874,14 +1880,20 @@ msgstr "Configuração do relógio e fuso horário" #. Tag: screen #: preseed.xml:829 -#, no-c-format +#, fuzzy, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" "d-i clock-setup/utc boolean true\n" "\n" "# You may set this to any valid setting for $TZ; see the contents of\n" "# /usr/share/zoneinfo/ for valid values.\n" -"d-i time/zone string US/Eastern" +"d-i time/zone string US/Eastern<phrase condition=\"lenny\">\n" +"\n" +"# Controls whether to use NTP to set the clock during the install\n" +"d-i clock-setup/ntp boolean true\n" +"# NTP server to use. The default is almost always fine here.\n" +"#d-i clock-setup/ntp-server ntp.example.com\n" +"</phrase>" msgstr "" "# Controla se o relógio de hardware está ou não definido para UTC.\n" "d-i clock-setup/utc boolean true\n" |