Updated Korean translation
authorChangwoo Ryu <cwryu@debian.org>
Thu, 21 Mar 2013 19:46:53 +0000 (04:46 +0900)
committerChangwoo Ryu <cwryu@debian.org>
Thu, 21 Mar 2013 19:46:53 +0000 (04:46 +0900)
po/ko.po

index 3d83be9..c07240e 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,13 +3,15 @@
 # This file is distributed under the same license as the libsoup package.
 #
 # eukim <eukim@redhat.com>, 2012.
+# Changwoo Ryu <cwryu@debian.org>, 2013.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libsoup master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2012-08-12 00:04+0000\n"
-"PO-Revision-Date: 2012-08-26 14:57+0900\n"
-"Last-Translator: eukim <eukim@redhat.com>\n"
+"POT-Creation-Date: 2013-02-18 10:20+0000\n"
+"PO-Revision-Date: 2013-03-22 04:46+0900\n"
+"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Language-Team: Korean <gnome-kr@googlegroups.com>\n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
@@ -18,57 +20,90 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.0\n"
 
-#: ../libsoup/soup-body-input-stream.c:136
-#: ../libsoup/soup-body-input-stream.c:167
-#: ../libsoup/soup-body-input-stream.c:200 ../libsoup/soup-message-io.c:191
+#: ../libsoup/soup-body-input-stream.c:141
+#: ../libsoup/soup-body-input-stream.c:172
+#: ../libsoup/soup-body-input-stream.c:205 ../libsoup/soup-message-io.c:191
 msgid "Connection terminated unexpectedly"
 msgstr "예상치 않게 연결이 중지됨"
 
+#: ../libsoup/soup-body-input-stream.c:463
+msgid "Invalid seek request"
+msgstr "탐색 요청이 잘못되었습니다"
+
+#: ../libsoup/soup-body-input-stream.c:491
+msgid "Cannot truncate SoupBodyInputStream"
+msgstr "SoupBodyInputStream을 자를 수 없습니다"
+
+#: ../libsoup/soup-cache-input-stream.c:74
+msgid "Network stream unexpectedly closed"
+msgstr "네트워크 스트림이 예상치 못하게 닫혔습니다"
+
+#: ../libsoup/soup-cache-input-stream.c:291
+msgid "Failed to completely cache the resource"
+msgstr "리소스를 완전히 캐시에 저장하는데 실패했습니다"
+
 #: ../libsoup/soup-converter-wrapper.c:192
 #, c-format
 msgid "Output buffer is too small"
-msgstr "ì¶\9cë ¥ ë²\84í\8d¼ê°\80 ë\84\88무 ì\9e\91ì\9d\8c"
+msgstr "ì¶\9cë ¥ ë²\84í\8d¼ê°\80 ë\84\88무 ì\9e\91ì\8aµë\8b\88ë\8b¤"
 
-#: ../libsoup/soup-message-io.c:818 ../libsoup/soup-message-io.c:854
+#: ../libsoup/soup-message-client-io.c:41
+msgid "Could not parse HTTP response"
+msgstr "HTTP 응답을 구문 분석할 수 없습니다"
+
+#: ../libsoup/soup-message-client-io.c:66
+msgid "Unrecognized HTTP response encoding"
+msgstr "HTTP 응답 인코딩을 알 수 없습니다"
+
+#: ../libsoup/soup-message-io.c:846 ../libsoup/soup-message-io.c:882
 msgid "Operation was cancelled"
-msgstr "ì\9e\91ì\97\85ì\9d´ ì·¨ì\86\8cë\90¨"
+msgstr "ì\9e\91ì\97\85ì\9d´ ì·¨ì\86\8cë\90\98ì\97\88ì\8aµë\8b\88ë\8b¤"
 
-#: ../libsoup/soup-message-io.c:865
+#: ../libsoup/soup-message-io.c:893
 msgid "Operation would block"
-msgstr "작업이 차단됨"
+msgstr "작업이 블럭되었습니다"
+
+#: ../libsoup/soup-message-server-io.c:40
+msgid "Could not parse HTTP request"
+msgstr "HTTP 요청을 구문 분석할 수 없습니다"
 
-#: ../libsoup/soup-request.c:142
+#: ../libsoup/soup-request.c:140
 #, c-format
 msgid "No URI provided"
-msgstr "URI이 제공되지 않음"
+msgstr "URI가 없습니다"
 
-#: ../libsoup/soup-request.c:152
+#: ../libsoup/soup-request.c:150
 #, c-format
 msgid "Invalid '%s' URI: %s"
 msgstr "잘못된 '%s' URI: %s"
 
-#: ../libsoup/soup-requester.c:219
+#: ../libsoup/soup-session.c:4209
 #, c-format
 msgid "Could not parse URI '%s'"
-msgstr "URI '%s'을(를) 구문 분석할 수 없음"
+msgstr "'%s' URI를 구문 분석할 수 없습니다"
 
-#: ../libsoup/soup-requester.c:253
+#: ../libsoup/soup-session.c:4246
 #, c-format
 msgid "Unsupported URI scheme '%s'"
-msgstr "지원하지 않는 URI 스킴 '%s'"
+msgstr "'%s' URI 스킴을 지원하지 않습니다"
+
+#: ../libsoup/soup-session.c:4268
+#, c-format
+msgid "Not an HTTP URI"
+msgstr "HTTP URI가 아닙니다"
 
-#: ../libsoup/soup-tld.c:154
+#: ../libsoup/soup-tld.c:185
 msgid "Hostname is an IP address"
-msgstr "í\98¸ì\8a¤í\8a¸ ì\9d´ë¦\84ì\9d\80 IP ì£¼ì\86\8cì\9e\84"
+msgstr "í\98¸ì\8a¤í\8a¸ ì\9d´ë¦\84ì\9d\80 IP ì£¼ì\86\8cì\9e\85ë\8b\88ë\8b¤"
 
-#: ../libsoup/soup-tld.c:175
+#: ../libsoup/soup-tld.c:206
 msgid "Invalid hostname"
-msgstr "잘못된 호스트 이름"
+msgstr "잘못된 호스트 이름입니다"
 
-#: ../libsoup/soup-tld.c:204
+#: ../libsoup/soup-tld.c:235
 msgid "Hostname has no base domain"
-msgstr "í\98¸ì\8a¤í\8a¸ ì\9d´ë¦\84ì\97\90 ê¸°ë³¸ ë\8f\84ë©\94ì\9d¸ì\9d´ ì\97\86ì\9d\8c"
+msgstr "í\98¸ì\8a¤í\8a¸ ì\9d´ë¦\84ì\97\90 ê¸°ë³¸ ë\8f\84ë©\94ì\9d¸ì\9d´ ì\97\86ì\8aµë\8b\88ë\8b¤"
 
-#: ../libsoup/soup-tld.c:226
+#: ../libsoup/soup-tld.c:257
 msgid "Not enough domains"
-msgstr "ë\8f\84ë©\94ì\9d¸ì\9d´ ì¶©ë¶\84í\95\98ì§\80 ì\95\8aì\9d\8c"
+msgstr "ë\8f\84ë©\94ì\9d¸ì\9d´ ì¶©ë¶\84í\95\98ì§\80 ì\95\8aì\8aµë\8b\88ë\8b¤"