summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
authorSeok-moon Jang <drssay97@gmail.com>2006-05-26 01:44:03 +0000
committerSeok-moon Jang <drssay97@gmail.com>2006-05-26 01:44:03 +0000
commite6d54cddbabb1cd91e1f86cdb9cc0d540125104c (patch)
tree70bd2f40f807915e833404e91dd84ad87aacae31 /po/ko/preseed.po
parented20eb141f7a99b51173210af626960515c5bea2 (diff)
downloadinstallation-guide-e6d54cddbabb1cd91e1f86cdb9cc0d540125104c.zip
update korean translation
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po30
1 files changed, 24 insertions, 6 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index b5f1ee751..127be7de4 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-21 03:02+0000\n"
-"PO-Revision-Date: 2006-05-05 18:52+0900\n"
+"PO-Revision-Date: 2006-05-22 15:25+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"
@@ -287,7 +287,7 @@ msgstr "미리 설정을 이용해 기본값 바꾸기"
#. Tag: para
#: preseed.xml:232
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a "
"question, but still have the question asked. To do this the <firstterm>seen</"
@@ -620,9 +620,9 @@ msgstr ""
#. Tag: screen
#: preseed.xml:404
-#, fuzzy, no-c-format
+#, no-c-format
msgid "&lt;owner&gt; &lt;question name&gt; &lt;question type&gt; &lt;value&gt;"
-msgstr "&lt;주인&gt; &lt;템플릿 이름&gt; &lt;템플릿 형식&gt; &lt;값&gt;"
+msgstr "&lt;주인&gt; &lt;질문 이름&gt; &lt;질문 형식&gt; &lt;값&gt;"
#. Tag: para
#: preseed.xml:406
@@ -1245,6 +1245,19 @@ msgid ""
"# URL to the public key of the local repository\n"
"#d-i apt-setup/local0/key string http://local.server/key"
msgstr ""
+"# non-free와 contrib 소프트웨어를 설치하게 할 수 있습니다..\n"
+"#d-i apt-setup/non-free boolean true\n"
+"#d-i apt-setup/contrib boolean true\n"
+"# 보안 소스를 설치하는 것을 막기 위해서 이 값을 주석해제하거나,\n"
+"# security.debian.org가 아닌 다른 서버를 사용하기위해 호스트이름을 추가하십시요.\n"
+"#d-i apt-setup/security_host string\n"
+"\n"
+"# 추가 레파지토리, local[0-9] 사용가능\n"
+"#d-i apt-setup/local0/comment string local server\n"
+"#d-i apt-setup/local0/repository string \\\n"
+"# deb http://local.server/debian stable main\n"
+"# 지역 레파지토리의 공개키 주소\n"
+"#d-i apt-setup/local0/key string http://local.server/key"
#. Tag: title
#: preseed.xml:650
@@ -1554,7 +1567,7 @@ msgstr "첫번째 단계 설치 끝내기"
#. Tag: screen
#: preseed.xml:769
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"# Avoid that last message about the install being complete.\n"
"d-i finish-install/reboot_in_progress note\n"
@@ -1564,7 +1577,7 @@ msgid ""
"#d-i cdrom-detect/eject boolean false"
msgstr ""
"# 설치가 끝났다는 마지막 메세지를 표시하지 않습니다.\n"
-"d-i prebaseconfig/reboot_in_progress note\n"
+"d-i finish-install/reboot_in_progress note\n"
"\n"
"# 다음과 같이 하면 다시 시작할 때 CD를 빼지 않습니다.\n"
"# 경우에 따라서는 CD를 빼지 않는 게 좋을 수 있습니다.\n"
@@ -1805,3 +1818,8 @@ msgstr ""
"# 출력하는 쉘 명령어를 출력하고, 그 파일을 포함합니다.\n"
"#d-i preseed/include_command \\\n"
"# string echo if [ \"`hostname`\" = bob ]; then echo bob.cfg; fi"
+"# Most flexibly of all, this downloads a program and runs it. The program\n"
+"# can use commands such as debconf-set to manupulate the debconf database.\n"
+"# Note that if the filenames are relative, they are taken from the same\n"
+"# directory as the preconfiguration file that runs them.\n"
+"d-i preseed/run string foo.sh"