diff options
Diffstat (limited to 'po/vi/preseed.po')
-rw-r--r-- | po/vi/preseed.po | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/po/vi/preseed.po b/po/vi/preseed.po index 991b67afb..b4e58f9c3 100644 --- a/po/vi/preseed.po +++ b/po/vi/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-08-18 17:32+0000\n" +"POT-Creation-Date: 2006-09-07 13:39+0000\n" "PO-Revision-Date: 2006-08-16 16:59+0930\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -716,11 +716,11 @@ msgstr "" #. Tag: para #: preseed.xml:435 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Most questions need to be preseeded using the values valid in English and " "not the translated values. However, there are some questions (for example in " -"<classname>partman</classname> where the translated values need to be used." +"<classname>partman</classname>) where the translated values need to be used." msgstr "" "Phần lớn câu hỏi cần phải được chèn trước bằng giá trị tiếng Anh, không phải " "giá trị đã dịch. Tuy nhiên, có một số câu hỏi riêng (v.d. trong " @@ -1224,14 +1224,18 @@ msgid "" "# select Use the largest continuous free space\n" "\n" "# Alternatively, you can specify a disk to partition. The device name can\n" -"# be given in either devfs or traditional non-devfs format.\n" -"# For example, to use the first disk devfs knows of:\n" +"# be given in either devfs or traditional non-devfs format. If the method\n" +"# supports it, you can specify several disks separated by spaces.\n" +"# For example, to use the first disk:\n" "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" +"# 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-auto/purge_lvm_from_device boolean true\n" "\n" "# You can choose from any of the predefined partitioning recipes.\n" "# Note: this must be preseeded with a localized (translated) value.\n" |