summaryrefslogtreecommitdiff
path: root/po/ko.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko.po')
-rw-r--r--po/ko.po112
1 files changed, 85 insertions, 27 deletions
diff --git a/po/ko.po b/po/ko.po
index 65169a356..541cde75f 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-30 12:45+0200\n"
+"POT-Creation-Date: 2010-08-23 18:41-0400\n"
"PO-Revision-Date: 2008-11-13 07:14+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -103,7 +103,7 @@ msgstr "정확히 한 개의 패턴을 넘겨야 합니다"
msgid "No packages found"
msgstr "패키지가 없습니다"
-#: cmdline/apt-cache.cc:1503
+#: cmdline/apt-cache.cc:1503 apt-pkg/cacheset.cc:440
#, c-format
msgid "Unable to locate package %s"
msgstr "%s 패키지를 찾을 수 없습니다"
@@ -655,7 +655,7 @@ msgstr "%s 파일의 이름을 %s(으)로 바꾸는 데 실패했습니다"
msgid "Y"
msgstr "Y"
-#: cmdline/apt-get.cc:156
+#: cmdline/apt-get.cc:156 apt-pkg/cachefilter.cc:29
#, c-format
msgid "Regex compilation error - %s"
msgstr "정규식 컴파일 오류 - %s"
@@ -1652,6 +1652,7 @@ msgstr "%s/%s 파일은 %s 패키지에 있는 파일을 덮어 씁니다"
#: apt-pkg/contrib/fileutl.cc:290 apt-pkg/sourcelist.cc:204
#: apt-pkg/sourcelist.cc:210 apt-pkg/acquire.cc:471 apt-pkg/init.cc:98
#: apt-pkg/init.cc:106 apt-pkg/clean.cc:33 apt-pkg/policy.cc:306
+#: methods/mirror.cc:87
#, c-format
msgid "Unable to read %s"
msgstr "%s을(를) 읽을 수 없습니다"
@@ -1784,6 +1785,27 @@ msgstr "올바른 control 파일을 찾는 데 실패했습니다"
msgid "Unparsable control file"
msgstr "control 파일을 파싱할 수 없습니다"
+#: methods/bzip2.cc:68
+#, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "%s에 대한 파이프를 열 수 없습니다"
+
+#: methods/bzip2.cc:113
+#, c-format
+msgid "Read error from %s process"
+msgstr "%s 프로세스에서 읽는 데 오류가 발생했습니다"
+
+#: methods/bzip2.cc:145 methods/bzip2.cc:154 methods/copy.cc:43
+#: methods/gzip.cc:96 methods/gzip.cc:105 methods/rred.cc:486
+#: methods/rred.cc:495
+msgid "Failed to stat"
+msgstr "파일 정보를 읽는 데 실패했습니다"
+
+#: methods/bzip2.cc:151 methods/copy.cc:80 methods/gzip.cc:102
+#: methods/rred.cc:492
+msgid "Failed to set modification time"
+msgstr "파일 변경 시각을 설정하는 데 실패했습니다"
+
#: methods/cdrom.cc:199
#, c-format
msgid "Unable to read the cdrom database %s"
@@ -1814,15 +1836,6 @@ msgstr "디스크가 없습니다."
msgid "File not found"
msgstr "파일이 없습니다"
-#: methods/copy.cc:43 methods/gzip.cc:96 methods/gzip.cc:105
-#: methods/rred.cc:486 methods/rred.cc:495
-msgid "Failed to stat"
-msgstr "파일 정보를 읽는 데 실패했습니다"
-
-#: methods/copy.cc:80 methods/gzip.cc:102 methods/rred.cc:492
-msgid "Failed to set modification time"
-msgstr "파일 변경 시각을 설정하는 데 실패했습니다"
-
#: methods/file.cc:44
msgid "Invalid URI, local URIS must not start with //"
msgstr "URI가 틀렸습니다. 로컬 URI는 //로 시작해야 합니다."
@@ -2334,6 +2347,7 @@ msgstr "마운트 위치 %s의 정보를 읽을 수 없습니다"
#: apt-pkg/contrib/cdromutl.cc:162 apt-pkg/contrib/cdromutl.cc:196
#: apt-pkg/acquire.cc:477 apt-pkg/acquire.cc:502 apt-pkg/clean.cc:39
+#: methods/mirror.cc:93
#, c-format
msgid "Unable to change to %s"
msgstr "%s 디렉토리로 이동할 수 없습니다"
@@ -3072,6 +3086,53 @@ msgstr ""
msgid "Hash mismatch for: %s"
msgstr "해쉬 합계가 서로 다릅니다"
+#: apt-pkg/cacheset.cc:337
+#, c-format
+msgid "Release '%s' for '%s' was not found"
+msgstr "%2$s 패키지의 '%1$s' 릴리즈를 찾을 수 없습니다"
+
+#: apt-pkg/cacheset.cc:340
+#, c-format
+msgid "Version '%s' for '%s' was not found"
+msgstr "%2$s 패키지의 '%1$s' 버전을 찾을 수 없습니다"
+
+#: apt-pkg/cacheset.cc:447
+#, fuzzy, c-format
+msgid "Couldn't find task '%s'"
+msgstr "%s 작업를 찾을 수 없습니다"
+
+#: apt-pkg/cacheset.cc:454
+#, fuzzy, c-format
+msgid "Couldn't find any package by regex '%s'"
+msgstr "%s 패키지를 찾을 수 없습니다"
+
+#: apt-pkg/cacheset.cc:467
+#, c-format
+msgid "Can't select versions from package '%s' as it purely virtual"
+msgstr ""
+
+#: apt-pkg/cacheset.cc:475 apt-pkg/cacheset.cc:483
+#, c-format
+msgid ""
+"Can't select installed nor candidate version from package '%s' as it has "
+"neither of them"
+msgstr ""
+
+#: apt-pkg/cacheset.cc:491
+#, c-format
+msgid "Can't select newest version from package '%s' as it is purely virtual"
+msgstr ""
+
+#: apt-pkg/cacheset.cc:499
+#, c-format
+msgid "Can't select candidate version from package %s as it has no candidate"
+msgstr ""
+
+#: apt-pkg/cacheset.cc:507
+#, c-format
+msgid "Can't select installed version from package %s as it is not installed"
+msgstr ""
+
#: apt-pkg/deb/dpkgpm.cc:52
#, c-format
msgid "Installing %s"
@@ -3217,6 +3278,18 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. FIXME: fallback to a default mirror here instead
+#. and provide a config option to define that default
+#: methods/mirror.cc:200
+#, c-format
+msgid "No mirror file '%s' found "
+msgstr ""
+
+#: methods/mirror.cc:343
+#, c-format
+msgid "[Mirror: %s]"
+msgstr ""
+
#: methods/rred.cc:465
#, c-format
msgid ""
@@ -3235,24 +3308,9 @@ msgstr ""
msgid "Connection closed prematurely"
msgstr "연결이 너무 빨리 끊어졌습니다"
-#~ msgid "Release '%s' for '%s' was not found"
-#~ msgstr "%2$s 패키지의 '%1$s' 릴리즈를 찾을 수 없습니다"
-
-#~ msgid "Version '%s' for '%s' was not found"
-#~ msgstr "%2$s 패키지의 '%1$s' 버전을 찾을 수 없습니다"
-
-#~ msgid "Couldn't find task %s"
-#~ msgstr "%s 작업를 찾을 수 없습니다"
-
#~ msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
#~ msgstr "E: Acquire::gpgv::Options의 인자 목록이 너무 깁니다. 끝냅니다."
-#~ msgid "Couldn't open pipe for %s"
-#~ msgstr "%s에 대한 파이프를 열 수 없습니다"
-
-#~ msgid "Read error from %s process"
-#~ msgstr "%s 프로세스에서 읽는 데 오류가 발생했습니다"
-
#~ msgid "Error occurred while processing %s (NewVersion2)"
#~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (NewVersion2)"