summaryrefslogtreecommitdiff
path: root/po/ko/partitioning.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/partitioning.po')
-rw-r--r--po/ko/partitioning.po24
1 files changed, 7 insertions, 17 deletions
diff --git a/po/ko/partitioning.po b/po/ko/partitioning.po
index 4d75e8573..e7190607d 100644
--- a/po/ko/partitioning.po
+++ b/po/ko/partitioning.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: partitioning.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2006-08-07 22:39+0000\n"
-"PO-Revision-Date: 2006-08-05 14:41+0900\n"
+"PO-Revision-Date: 2006-08-08 23:12+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"
@@ -873,15 +873,12 @@ msgstr "partman"
#. Tag: para
#: partitioning.xml:484
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"Recommended partitioning tool in Debian. This Swiss army knife can also "
"resize partitions, create filesystems <phrase arch=\"x86\"> (<quote>format</"
"quote> in Windows speak)</phrase> and assign them to the mountpoints."
-msgstr ""
-"데비안에서 권장하는 파티션용 프로그램. 이 만능 프로그램으로 파티션의 크기를 "
-"조정하며, 파일시스템을 생성하고 <phrase arch=\"i386\"> (윈도우에서 말하는 "
-"<quote>포맷</quote>)</phrase>, 마운트 위치도 설정할 수 있습니다. "
+msgstr "데비안에서 권장하는 파티션용 프로그램. 이 만능 프로그램으로 파티션의 크기를 조정하며, 파일시스템을 생성하고 <phrase arch=\"x86\"> (윈도우에서 말하는 <quote>포맷</quote>)</phrase>, 마운트 위치도 설정할 수 있습니다. "
#. Tag: command
#: partitioning.xml:495
@@ -1020,7 +1017,7 @@ msgstr ""
#. Tag: para
#: partitioning.xml:582
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"If you will be working with more than 20 partitions on your ide disk, you "
"will need to create devices for partitions 21 and beyond. The next step of "
@@ -1042,24 +1039,17 @@ msgid ""
"</screen></informalexample> <phrase arch=\"x86\">Remember to mark your boot "
"partition as <quote>Bootable</quote>.</phrase>"
msgstr ""
-"동시에 20개 이상의 IDE 파티션을 사용하실 경우 파티션 21 이상은 따로 디바이스"
-"를 생성해야 합니다. 그렇지 않을 경우 파티션을 초기화하는 작업이 실패하게 됩니"
-"다. 아래에 <userinput>tty2</userinput> 명령어나 <guimenuitem>쉘을 띄우기</"
-"guimenuitem>를 통해 21번째 파티션의 디바이스를 생성시키는 과정을 보여드립니"
-"다: <informalexample><screen>\n"
+"동시에 20개 이상의 IDE 파티션을 사용하실 경우 파티션 21 이상은 따로 디바이스를 생성해야 합니다. 그렇지 않을 경우 파티션을 초기화하는 작업이 실패하게 됩니다. 아래에 <userinput>tty2</userinput> 명령어나 <guimenuitem>쉘을 띄우기</guimenuitem>를 통해 21번째 파티션의 디바이스를 생성시키는 과정을 보여드립니다: <informalexample><screen>\n"
"# cd /dev\n"
"# mknod hda21 b 3 21\n"
"# chgrp disk hda21\n"
"# chmod 660 hda21\n"
-"</screen></informalexample> 적절한 디바이스가 생성되어 있지 않을 경우 새로 설"
-"치한 리눅스는 부팅이 되지 않을 것입니다. 커널과 모듈을 모두 설치하신 후 다음"
-"을 실행하십시오: <informalexample><screen>\n"
+"</screen></informalexample> 적절한 디바이스가 생성되어 있지 않을 경우 새로 설치한 리눅스는 부팅이 되지 않을 것입니다. 커널과 모듈을 모두 설치하신 후 다음을 실행하십시오: <informalexample><screen>\n"
"# cd /target/dev\n"
"# mknod hda21 b 3 21 \n"
"# chgrp disk hda21\n"
"# chmod 660 hda21\n"
-"</screen></informalexample> <phrase arch=\"i386\">부트 파티션을 "
-"<quote>Bootable</quote>로 설정하는 것을 잊지 마십시오.</phrase>"
+"</screen></informalexample> <phrase arch=\"x86\">부트 파티션을 <quote>Bootable</quote>로 설정하는 것을 잊지 마십시오.</phrase>"
#. Tag: para
#: partitioning.xml:601