diff options
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/installation-howto.po | 6 | ||||
-rw-r--r-- | po/ko/preseed.po | 13 |
2 files changed, 10 insertions, 9 deletions
diff --git a/po/ko/installation-howto.po b/po/ko/installation-howto.po index 10550ca70..1cb6a6a29 100644 --- a/po/ko/installation-howto.po +++ b/po/ko/installation-howto.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: installation-howto.xml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-21 03:02+0000\n" +"POT-Creation-Date: 2006-06-05 19:06+0000\n" "PO-Revision-Date: 2006-05-22 15:25+0900\n" "Last-Translator: Seok-moon Jang <drssay97@gmail.com>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -44,14 +44,14 @@ msgstr "사전 준비" #. Tag: para #: installation-howto.xml:21 -#, no-c-format +#, fuzzy, no-c-format msgid "" "<phrase condition=\"unofficial-build\"> The debian-installer is still in a " "beta state. </phrase> If you encounter bugs during your install, please " "refer to <xref linkend=\"submit-bug\"/> for instructions on how to report " "them. If you have questions which cannot be answered by this document, " "please direct them to the debian-boot mailing list (&email-debian-boot-" -"list;) or ask on IRC (#debian-boot on the freenode network)." +"list;) or ask on IRC (#debian-boot on the OFTC network)." msgstr "" "<phrase condition=\"unofficial-build\"> debian-installer는 아직 베타 상태 입" "니다. </phrase> 만일 설치중 버그를 보게되면, 어떻게 그 버그를 알려야하는 지 " diff --git a/po/ko/preseed.po b/po/ko/preseed.po index 127be7de4..77c85a434 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: \n" -"POT-Creation-Date: 2006-05-21 03:02+0000\n" +"POT-Creation-Date: 2006-06-05 19:06+0000\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" @@ -1229,7 +1229,7 @@ msgstr "" #. Tag: screen #: preseed.xml:645 -#, no-c-format +#, fuzzy, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" "#d-i apt-setup/non-free boolean true\n" @@ -1240,7 +1240,7 @@ msgid "" "\n" "# Additional repositories, local[0-9] available\n" "#d-i apt-setup/local0/comment string local server\n" -"#d-i apt-setup/local0/repository string \\\n" +"#d-i apt-setup/local0/source string \\\n" "# deb http://local.server/debian stable main\n" "# URL to the public key of the local repository\n" "#d-i apt-setup/local0/key string http://local.server/key" @@ -1249,7 +1249,8 @@ msgstr "" "#d-i apt-setup/non-free boolean true\n" "#d-i apt-setup/contrib boolean true\n" "# 보안 소스를 설치하는 것을 막기 위해서 이 값을 주석해제하거나,\n" -"# security.debian.org가 아닌 다른 서버를 사용하기위해 호스트이름을 추가하십시요.\n" +"# security.debian.org가 아닌 다른 서버를 사용하기위해 호스트이름을 추가하십시" +"요.\n" "#d-i apt-setup/security_host string\n" "\n" "# 추가 레파지토리, local[0-9] 사용가능\n" @@ -1817,8 +1818,8 @@ msgstr "" "# 좀 더 유연하게 하려면, 다음과 같이 하면 미리 설정 파일의 이름을\n" "# 출력하는 쉘 명령어를 출력하고, 그 파일을 포함합니다.\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" +"# 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" |