+#: methods/copy.cc methods/gzip.cc methods/rred.cc
+msgid "Failed to stat"
+msgstr "파일 정보를 읽는데 실패했습니다"
+
+#: methods/copy.cc methods/gzip.cc methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "파일 변경 시각을 설정하는데 실패했습니다"
+
+#: methods/file.cc
+msgid "Invalid URI, local URIS must not start with //"
+msgstr "URI가 틀렸습니다. 로컬 URI는 //로 시작해야 합니다."
+
+#. Login must be before getpeername otherwise dante won't work.
+#: methods/ftp.cc
+msgid "Logging in"
+msgstr "로그인하는 중입니다"
+
+#: methods/ftp.cc
+msgid "Unable to determine the peer name"
+msgstr "상대방의 이름을 알 수 없습니다"
+
+#: methods/ftp.cc
+msgid "Unable to determine the local name"
+msgstr "로컬 이름을 알 수 없습니다"
+
+#: methods/ftp.cc
+#, c-format
+msgid "The server refused the connection and said: %s"
+msgstr "서버에서 다음과 같이 연결을 거부했습니다: %s"
+
+#: methods/ftp.cc
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "USER 실패, 서버에서는: %s"
+
+#: methods/ftp.cc
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "PASS 실패, 서버에서는: %s"
+
+#: methods/ftp.cc
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"프록시 서버를 지정했지만 로그인 스크립트가 없습니다. Acquire::ftp::"
+"ProxyLogin 값이 비어 있습니다."
+
+#: methods/ftp.cc
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "로그인 스크립트 명령 '%s' 실패, 서버에서는: %s"
+
+#: methods/ftp.cc
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "TYPE 실패, 서버에서는: %s"
+
+#: methods/ftp.cc methods/rsh.cc
+msgid "Connection timeout"
+msgstr "연결 시간 초과"
+
+#: methods/ftp.cc
+msgid "Server closed the connection"
+msgstr "서버에서 연결을 닫았습니다"
+
+#: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc
+msgid "Read error"
+msgstr "읽기 오류"
+
+#: methods/ftp.cc methods/rsh.cc
+msgid "A response overflowed the buffer."
+msgstr "응답이 버퍼 크기를 넘어갔습니다."
+
+#: methods/ftp.cc
+msgid "Protocol corruption"
+msgstr "프로토콜이 틀렸습니다"
+
+#: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc
+msgid "Write error"
+msgstr "쓰기 오류"
+
+#: methods/ftp.cc
+msgid "Could not create a socket"
+msgstr "소켓을 만들 수 없습니다"
+
+#: methods/ftp.cc
+msgid "Could not connect data socket, connection timed out"
+msgstr "데이터 소켓을 연결할 수 없습니다. 연결 시간이 초과되었습니다"
+
+#: methods/ftp.cc
+msgid "Could not connect passive socket."
+msgstr "수동(passive) 소켓을 연결할 수 없습니다."
+
+#: methods/ftp.cc
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "getaddrinfo에서 소켓에 listen할 수 없습니다"
+
+#: methods/ftp.cc
+msgid "Could not bind a socket"
+msgstr "소켓을 bind할 수 없습니다"
+
+#: methods/ftp.cc
+msgid "Could not listen on the socket"
+msgstr "소켓에 listen할 수 없습니다"
+
+#: methods/ftp.cc
+msgid "Could not determine the socket's name"
+msgstr "소켓의 이름을 알아낼 수 없습니다"
+
+#: methods/ftp.cc
+msgid "Unable to send PORT command"
+msgstr "PORT 명령을 보낼 수 없습니다"
+
+#: methods/ftp.cc
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "주소 %u의 종류(AF_*)를 알 수 없습니다"
+
+#: methods/ftp.cc
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT 실패, 서버에서는: %s"
+
+#: methods/ftp.cc
+msgid "Data socket connect timed out"
+msgstr "데이터 소켓 연결 시간 초과"
+
+#: methods/ftp.cc
+msgid "Unable to accept connection"
+msgstr "연결을 받을 수 없습니다"
+
+#: methods/ftp.cc methods/rsh.cc methods/server.cc
+msgid "Problem hashing file"
+msgstr "파일 해싱에 문제가 있습니다"
+
+#: methods/ftp.cc
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "파일을 가져올 수 없습니다. 서버 왈, '%s'"
+
+#: methods/ftp.cc methods/rsh.cc
+msgid "Data socket timed out"
+msgstr "데이터 소켓에 제한 시간이 초과했습니다"
+
+#: methods/ftp.cc
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "데이터 전송 실패, 서버에서는: %s"
+
+#. Get the files information
+#: methods/ftp.cc
+msgid "Query"
+msgstr "질의"
+
+#: methods/ftp.cc
+msgid "Unable to invoke "
+msgstr "다음을 실행할 수 없습니다: "