diff options
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r-- | po/ko/preseed.po | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po index b9b3868e9..c328f8ad7 100644 --- a/po/ko/preseed.po +++ b/po/ko/preseed.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: preseed.xml\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2006-09-07 13:39+0000\n" -"PO-Revision-Date: 2006-09-02 12:31+0900\n" -"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" +"PO-Revision-Date: 2006-09-12 21:31+0900\n" +"Last-Translator: Seok-moon Jang <drssay97@gmail.com>\n" "Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -683,7 +683,7 @@ msgstr "" #. Tag: para #: preseed.xml:435 -#, fuzzy, no-c-format +#, 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 " @@ -1237,13 +1237,16 @@ msgstr "" "\n" "# 다른 방법으로, 파티션할 디스크를 지정할 수 있습니다. 장치 이름은\n" "# DEVFS 방식이나 전통적인 DEVFS가 아닌 형식으로 지정할 수 있습니다.\n" +"# 방식에서 지원을 한다면, 빈 칸으로 여러개의 디스크를 지정할 수 있습니다.\n" "# 예를 들어 DEVFS에서 첫번째 디스크를 사용하려면:\n" "d-i partman-auto/disk string /dev/discs/disc0/disc\n" -"# 혹은 LVM을 사용하려면:\n" -"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc\\n\"\n" -"# 아니면, 디스크가 두 개 이상인 LVM의 경우:\n" -"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/" -"disc\n" +"# 추가로, 사용할 방법을 명시할 필요가 있습니다.\n" +"# 현재 사용가능한 방법: \"regular\", \"lvm\" and \"crypto\"\n" +"d-i partman-auto/method string lvm\n" +"\n" +"# 기존 LVM설정을 포함하고 있는 디스크중 하나를 자동으로 파티션하고자 한다면\n" +"# 사용자는 일반적으로 경고를 받을 것입니다. This can be preseeded away...\n" +"d-i partman-auto/purge_lvm_from_device boolean true\n" "\n" "# 미리 정의한 파티션 방식 중의 하나를 선택할 수 있습니다.\n" "# Note: 이 템플릿은 지역화된(번역된) 값으로 미리 설정되어야 합니다.\n" |