summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po20
1 files changed, 14 insertions, 6 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index 86030b235..356d0fcc2 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\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-05 14:44+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -1167,7 +1167,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"
@@ -1180,6 +1180,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"
@@ -1499,7 +1502,7 @@ msgstr "부트 로더 설치"
#. 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"
@@ -1517,9 +1520,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 ""
"# GRUB은 (x86용) 기본 부트로더입니다. GRUB 대신에 LILO를 설치하려면,\n"
"# 다음의 주석을 지우십시오:\n"
@@ -1640,7 +1645,10 @@ msgid ""
"installed by tasks, you can use the parameter <classname>pkgsel/include</"
"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 "task로 설치한 꾸러미 외에 꾸러미를 더 설치하려면, <classname>pkgsel/include</classname> 파라미터를 사용하면 됩니다. 이 파라미터의 값은 쉼표로 구분할 수 있고 공백으로 구분할 수도 있으므로, 커널 명령행에 쉽게 사용할 수 있습니다."
+msgstr ""
+"task로 설치한 꾸러미 외에 꾸러미를 더 설치하려면, <classname>pkgsel/include</"
+"classname> 파라미터를 사용하면 됩니다. 이 파라미터의 값은 쉼표로 구분할 수 있"
+"고 공백으로 구분할 수도 있으므로, 커널 명령행에 쉽게 사용할 수 있습니다."
#. Tag: screen
#: preseed.xml:794