+#: cmdline/apt-get.cc:1637
+#, fuzzy
+msgid ""
+"Usage: apt-get [options] command\n"
+" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
+" apt-get [options] source pkg1 [pkg2 ...]\n"
+"\n"
+"apt-get is a simple command line interface for downloading and\n"
+"installing packages. The most frequently used commands are update\n"
+"and install.\n"
+"\n"
+"Commands:\n"
+" update - Retrieve new lists of packages\n"
+" upgrade - Perform an upgrade\n"
+" install - Install new packages (pkg is libc6 not libc6.deb)\n"
+" remove - Remove packages\n"
+" autoremove - Remove automatically all unused packages\n"
+" purge - Remove packages and config files\n"
+" source - Download source archives\n"
+" build-dep - Configure build-dependencies for source packages\n"
+" dist-upgrade - Distribution upgrade, see apt-get(8)\n"
+" dselect-upgrade - Follow dselect selections\n"
+" clean - Erase downloaded archive files\n"
+" autoclean - Erase old downloaded archive files\n"
+" check - Verify that there are no broken dependencies\n"
+" changelog - Download and display the changelog for the given package\n"
+" download - Download the binary package into the current directory\n"
+"\n"
+"Options:\n"
+" -h This help text.\n"
+" -q Loggable output - no progress indicator\n"
+" -qq No output except for errors\n"
+" -d Download only - do NOT install or unpack archives\n"
+" -s No-act. Perform ordering simulation\n"
+" -y Assume Yes to all queries and do not prompt\n"
+" -f Attempt to correct a system with broken dependencies in place\n"
+" -m Attempt to continue if archives are unlocatable\n"
+" -u Show a list of upgraded packages as well\n"
+" -b Build the source package after fetching it\n"
+" -V Show verbose version numbers\n"
+" -c=? Read this configuration file\n"
+" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
+"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
+"pages for more information and options.\n"
+" This APT has Super Cow Powers.\n"
+msgstr ""
+"사용법: apt-get [옵션] 명령어\n"
+" apt-get [옵션] install|remove 패키지1 [패키지2 ...]\n"
+" apt-get [옵션] source 패키지1 [패키지2 ...]\n"
+"\n"
+"apt-get은 패키지를 내려받고 설치하는 간단한 명령행 인터페이스입니다.\n"
+"가장 자주 사용하는 명령은 update와 install입니다.\n"
+"\n"
+"명령어:\n"
+" update - 패키지 목록을 새로 가져옵니다\n"
+" upgrade - 업그레이드를 합니다\n"
+" install - 새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)\n"
+" remove - 패키지를 지웁니다\n"
+" autoremove - 사용하지 않는 패키지를 자동으로 전부 지웁니다\n"
+" purge - 패키지를 완전히 지웁니다\n"
+" source - 소스 아카이브를 다운로드합니다\n"
+" build-dep - 소스 패키지의 빌드 의존성을 설정합니다\n"
+" dist-upgrade - 배포판 업그레이드, apt-get(8) 참고\n"
+" dselect-upgrade - dselect에서 선택한 걸 따릅니다\n"
+" clean - 내려받은 아카이브 파일들을 지웁니다\n"
+" autoclean - 과거에 내려받은 아카이브 파일들을 지웁니다\n"
+" check - 의존성이 망가지지 않았는지 확인합니다\n"
+" markauto - 패키지를 자동 설치로 표시합니다\n"
+" unmarkauto - 패키지를 수동 설치로 표시합니다\n"
+"\n"
+"옵션:\n"
+" -h 이 도움말.\n"
+" -q 기록 가능한 출력 - 진행 상황 표시를 하지 않습니다\n"
+" -qq 오류만 출력 합니다\n"
+" -d 내려받기만 합니다 - 아카이브를 설치하거나 풀거나 하지 않습니다\n"
+" -s 실제 작업을 하지 않고, 순서대로 시뮬레이션만 합니다\n"
+" -y 모든 질문에 대해 \"예\"라고 가정하고 물어보지 않습니다\n"
+" -f 패키지 내용 검사가 실패해도 계속 진행해봅니다\n"
+" -m 아카이브를 찾을 수 없어도 계속 진행해봅니다\n"
+" -u 업그레이드하는 패키지의 목록도 봅니다\n"
+" -b 소스 패키지를 받은 다음에 빌드합니다\n"
+" -V 버전 번호를 자세히 봅니다\n"
+" -c=? 이 설정 파일을 읽습니다\n"
+" -o=? 임의의 옵션을 지정합니다. 예를 들어 -o dir::cache=/tmp\n"
+"더 자세한 정보와 옵션을 보려면 apt-get(8), sources.list(5)나\n"
+"apt.conf(5) 매뉴얼 페이지를 보십시오.\n"
+" 이 APT는 Super Cow Powers로 무장했습니다.\n"
+
+#: cmdline/apt-helper.cc:36
+msgid "Need one URL as argument"
+msgstr ""
+
+#: cmdline/apt-helper.cc:49
+#, fuzzy
+msgid "Must specify at least one pair url/filename"
+msgstr "해당되는 소스 패키지를 가져올 패키지를 최소한 하나 지정해야 합니다"
+
+#: cmdline/apt-helper.cc:73 cmdline/apt-helper.cc:77
+msgid "Download Failed"
+msgstr ""
+
+#: cmdline/apt-helper.cc:91
+msgid ""
+"Usage: apt-helper [options] command\n"
+" apt-helper [options] download-file uri target-path\n"
+"\n"
+"apt-helper is a internal helper for apt\n"
+"\n"
+"Commands:\n"
+" download-file - download the given uri to the target-path\n"
+" auto-detect-proxy - detect proxy using apt.conf\n"
+"\n"
+" This APT helper has Super Meep Powers.\n"
+msgstr ""
+
+#: cmdline/apt-mark.cc:68
+#, fuzzy, c-format
+msgid "%s can not be marked as it is not installed.\n"
+msgstr "하지만 설치하지 않았습니다"
+
+#: cmdline/apt-mark.cc:74
+#, fuzzy, c-format
+msgid "%s was already set to manually installed.\n"
+msgstr "%s 패키지 수동설치로 지정합니다.\n"
+
+#: cmdline/apt-mark.cc:76
+#, fuzzy, c-format
+msgid "%s was already set to automatically installed.\n"
+msgstr "%s 패키지는 수동설치로 지정합니다.\n"
+
+#: cmdline/apt-mark.cc:241
+#, fuzzy, c-format
+msgid "%s was already set on hold.\n"
+msgstr "%s 패키지는 이미 최신 버전입니다.\n"
+
+#: cmdline/apt-mark.cc:243
+#, fuzzy, c-format
+msgid "%s was already not hold.\n"
+msgstr "%s 패키지는 이미 최신 버전입니다.\n"
+
+#: cmdline/apt-mark.cc:258 cmdline/apt-mark.cc:339
+#: apt-pkg/contrib/fileutl.cc:812 apt-pkg/contrib/gpgv.cc:219
+#: apt-pkg/deb/dpkgpm.cc:1317
+#, c-format
+msgid "Waited for %s but it wasn't there"
+msgstr "%s 프로세스를 기다렸지만 해당 프로세스가 없습니다"
+
+#: cmdline/apt-mark.cc:273 cmdline/apt-mark.cc:322
+#, fuzzy, c-format
+msgid "%s set on hold.\n"
+msgstr "%s 패키지 수동설치로 지정합니다.\n"
+
+#: cmdline/apt-mark.cc:275 cmdline/apt-mark.cc:327
+#, fuzzy, c-format
+msgid "Canceled hold on %s.\n"
+msgstr "%s 파일을 여는데 실패했습니다"
+
+#: cmdline/apt-mark.cc:345
+msgid "Executing dpkg failed. Are you root?"
+msgstr ""
+
+#: cmdline/apt-mark.cc:392
+msgid ""
+"Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
+"\n"
+"apt-mark is a simple command line interface for marking packages\n"
+"as manually or automatically installed. It can also list marks.\n"
+"\n"
+"Commands:\n"
+" auto - Mark the given packages as automatically installed\n"
+" manual - Mark the given packages as manually installed\n"
+" hold - Mark a package as held back\n"
+" unhold - Unset a package set as held back\n"
+" showauto - Print the list of automatically installed packages\n"
+" showmanual - Print the list of manually installed packages\n"
+" showhold - Print the list of package on hold\n"
+"\n"
+"Options:\n"
+" -h This help text.\n"
+" -q Loggable output - no progress indicator\n"
+" -qq No output except for errors\n"
+" -s No-act. Just prints what would be done.\n"
+" -f read/write auto/manual marking in the given file\n"
+" -c=? Read this configuration file\n"
+" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
+"See the apt-mark(8) and apt.conf(5) manual pages for more information."
+msgstr ""
+
+#: cmdline/apt.cc:47
+msgid ""
+"Usage: apt [options] command\n"
+"\n"
+"CLI for apt.\n"
+"Basic commands: \n"
+" list - list packages based on package names\n"
+" search - search in package descriptions\n"
+" show - show package details\n"
+"\n"
+" update - update list of available packages\n"
+"\n"
+" install - install packages\n"
+" remove - remove packages\n"
+"\n"
+" upgrade - upgrade the system by installing/upgrading packages\n"
+" full-upgrade - upgrade the system by removing/installing/upgrading "
+"packages\n"
+"\n"
+" edit-sources - edit the source information file\n"
+msgstr ""
+
+#: methods/cdrom.cc:203
+#, c-format
+msgid "Unable to read the cdrom database %s"
+msgstr "CD-ROM 데이터베이스 %s을(를) 읽을 수 없습니다"
+
+#: methods/cdrom.cc:212
+msgid ""
+"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
+"cannot be used to add new CD-ROMs"
+msgstr ""
+"이 CD를 APT에서 인식하려면 apt-cdrom을 사용하십시오. apt-get update로는 새 "
+"CD를 추가할 수 없습니다."
+
+#: methods/cdrom.cc:222
+msgid "Wrong CD-ROM"
+msgstr "잘못된 CD"
+
+#: methods/cdrom.cc:249
+#, c-format
+msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
+msgstr "%s 안의 CD-ROM을 마운트 해제할 수 없습니다. 사용 중일 것입니다."
+
+#: methods/cdrom.cc:254
+msgid "Disk not found."
+msgstr "디스크가 없습니다."
+
+#: methods/cdrom.cc:262 methods/file.cc:83 methods/rsh.cc:281
+msgid "File not found"
+msgstr "파일이 없습니다"
+
+#: methods/copy.cc:61 methods/gzip.cc:117 methods/rred.cc:598
+#: methods/rred.cc:608
+msgid "Failed to stat"
+msgstr "파일 정보를 읽는데 실패했습니다"
+
+#: methods/copy.cc:105 methods/gzip.cc:124 methods/rred.cc:605
+msgid "Failed to set modification time"
+msgstr "파일 변경 시각을 설정하는데 실패했습니다"
+
+#: methods/file.cc:48
+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:177
+msgid "Logging in"
+msgstr "로그인하는 중입니다"
+
+#: methods/ftp.cc:183
+msgid "Unable to determine the peer name"
+msgstr "상대방의 이름을 알 수 없습니다"
+
+#: methods/ftp.cc:188
+msgid "Unable to determine the local name"
+msgstr "로컬 이름을 알 수 없습니다"
+
+#: methods/ftp.cc:219 methods/ftp.cc:247
+#, c-format
+msgid "The server refused the connection and said: %s"
+msgstr "서버에서 다음과 같이 연결을 거부했습니다: %s"
+
+#: methods/ftp.cc:225
+#, c-format
+msgid "USER failed, server said: %s"
+msgstr "USER 실패, 서버에서는: %s"
+
+#: methods/ftp.cc:232
+#, c-format
+msgid "PASS failed, server said: %s"
+msgstr "PASS 실패, 서버에서는: %s"
+
+#: methods/ftp.cc:252
+msgid ""
+"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
+"is empty."
+msgstr ""
+"프록시 서버를 지정했지만 로그인 스크립트가 없습니다. Acquire::ftp::"
+"ProxyLogin 값이 비어 있습니다."
+
+#: methods/ftp.cc:280
+#, c-format
+msgid "Login script command '%s' failed, server said: %s"
+msgstr "로그인 스크립트 명령 '%s' 실패, 서버에서는: %s"
+
+#: methods/ftp.cc:306
+#, c-format
+msgid "TYPE failed, server said: %s"
+msgstr "TYPE 실패, 서버에서는: %s"
+
+#: methods/ftp.cc:344 methods/ftp.cc:456 methods/rsh.cc:195 methods/rsh.cc:243
+msgid "Connection timeout"
+msgstr "연결 시간 초과"
+
+#: methods/ftp.cc:350
+msgid "Server closed the connection"
+msgstr "서버에서 연결을 닫았습니다"
+
+#: methods/ftp.cc:353 methods/rsh.cc:202 apt-pkg/contrib/fileutl.cc:1476
+#: apt-pkg/contrib/fileutl.cc:1485 apt-pkg/contrib/fileutl.cc:1490
+#: apt-pkg/contrib/fileutl.cc:1492
+msgid "Read error"
+msgstr "읽기 오류"
+
+#: methods/ftp.cc:360 methods/rsh.cc:209
+msgid "A response overflowed the buffer."
+msgstr "응답이 버퍼 크기를 넘어갔습니다."
+
+#: methods/ftp.cc:377 methods/ftp.cc:389
+msgid "Protocol corruption"
+msgstr "프로토콜이 틀렸습니다"
+
+#: methods/ftp.cc:462 methods/rsh.cc:249 apt-pkg/contrib/fileutl.cc:872
+#: apt-pkg/contrib/fileutl.cc:1598 apt-pkg/contrib/fileutl.cc:1607
+#: apt-pkg/contrib/fileutl.cc:1612 apt-pkg/contrib/fileutl.cc:1614
+#: apt-pkg/contrib/fileutl.cc:1639
+msgid "Write error"
+msgstr "쓰기 오류"
+
+#: methods/ftp.cc:701 methods/ftp.cc:707 methods/ftp.cc:742
+msgid "Could not create a socket"
+msgstr "소켓을 만들 수 없습니다"
+
+#: methods/ftp.cc:712
+msgid "Could not connect data socket, connection timed out"
+msgstr "데이터 소켓을 연결할 수 없습니다. 연결 시간이 초과되었습니다"
+
+#: methods/ftp.cc:716 methods/connect.cc:116
+msgid "Failed"
+msgstr "실패"
+
+#: methods/ftp.cc:718
+msgid "Could not connect passive socket."
+msgstr "수동(passive) 소켓을 연결할 수 없습니다."
+
+#: methods/ftp.cc:735
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "getaddrinfo에서 소켓에 listen할 수 없습니다"
+
+#: methods/ftp.cc:749
+msgid "Could not bind a socket"
+msgstr "소켓을 bind할 수 없습니다"
+
+#: methods/ftp.cc:753
+msgid "Could not listen on the socket"
+msgstr "소켓에 listen할 수 없습니다"
+
+#: methods/ftp.cc:760
+msgid "Could not determine the socket's name"
+msgstr "소켓의 이름을 알아낼 수 없습니다"
+
+#: methods/ftp.cc:792
+msgid "Unable to send PORT command"
+msgstr "PORT 명령을 보낼 수 없습니다"
+
+#: methods/ftp.cc:802
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "주소 %u의 종류(AF_*)를 알 수 없습니다"
+
+#: methods/ftp.cc:811
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT 실패, 서버에서는: %s"
+
+#: methods/ftp.cc:831
+msgid "Data socket connect timed out"
+msgstr "데이터 소켓 연결 시간 초과"
+
+#: methods/ftp.cc:838
+msgid "Unable to accept connection"
+msgstr "연결을 받을 수 없습니다"
+
+#: methods/ftp.cc:877 methods/server.cc:357 methods/rsh.cc:319
+msgid "Problem hashing file"
+msgstr "파일 해싱에 문제가 있습니다"
+
+#: methods/ftp.cc:890
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "파일을 가져올 수 없습니다. 서버 왈, '%s'"
+
+#: methods/ftp.cc:905 methods/rsh.cc:338
+msgid "Data socket timed out"
+msgstr "데이터 소켓에 제한 시간이 초과했습니다"
+
+#: methods/ftp.cc:935
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "데이터 전송 실패, 서버에서는: %s"
+
+#. Get the files information
+#: methods/ftp.cc:1014
+msgid "Query"
+msgstr "질의"
+
+#: methods/ftp.cc:1128
+msgid "Unable to invoke "
+msgstr "다음을 실행할 수 없습니다: "
+
+#: methods/connect.cc:76
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "%s(%s)에 연결하는 중입니다"
+
+#: methods/connect.cc:87
+#, c-format
+msgid "[IP: %s %s]"
+msgstr "[IP: %s %s]"
+
+#: methods/connect.cc:94
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "%s에 대한 소켓을 만들 수 없습니다 (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:100
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "%s:%s에 연결을 초기화할 수 없습니다 (%s)."
+
+#: methods/connect.cc:108
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr "%s:%s에 연결할 수 없습니다 (%s). 연결 제한 시간이 초과했습니다"
+
+#: methods/connect.cc:126
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "%s:%s에 연결할 수 없습니다 (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:154 methods/rsh.cc:442
+#, c-format
+msgid "Connecting to %s"
+msgstr "%s에 연결하는 중입니다"
+
+#: methods/connect.cc:180 methods/connect.cc:199
+#, c-format
+msgid "Could not resolve '%s'"
+msgstr "'%s'의 주소를 알아낼 수 없습니다"
+
+#: methods/connect.cc:205
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr "'%s'의 주소를 알아내는데 임시로 실패했습니다"
+
+#: methods/connect.cc:209
+#, fuzzy, c-format
+msgid "System error resolving '%s:%s'"
+msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생했습니다 (%i - %s)"
+
+#: methods/connect.cc:211
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
+msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생했습니다 (%i - %s)"
+
+#: methods/connect.cc:258
+#, c-format
+msgid "Unable to connect to %s:%s:"
+msgstr "%s:%s에 연결할 수 없습니다:"
+
+#: methods/gpgv.cc:168
+msgid ""
+"Internal error: Good signature, but could not determine key fingerprint?!"
+msgstr "내부 오류: 서명은 올바르지만 키 핑거프린트를 확인할 수 없습니다?!"
+
+#: methods/gpgv.cc:172
+msgid "At least one invalid signature was encountered."
+msgstr "최소한 하나 이상의 서명이 잘못되었습니다."
+
+#: methods/gpgv.cc:174
+msgid "Could not execute 'gpgv' to verify signature (is gpgv installed?)"
+msgstr ""
+"서명을 확인하는 'gpgv' 프로그램을 실행할 수 없습니다. (gpgv를 설치했습니까?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc:180
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#: methods/gpgv.cc:184
+msgid "Unknown error executing gpgv"
+msgstr "gpgv 실행 도중 알 수 없는 오류 발생"
+
+#: methods/gpgv.cc:217 methods/gpgv.cc:224
+msgid "The following signatures were invalid:\n"
+msgstr "다음 서명이 올바르지 않습니다:\n"
+
+#: methods/gpgv.cc:231
+msgid ""
+"The following signatures couldn't be verified because the public key is not "
+"available:\n"
+msgstr "다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다:\n"
+
+#: methods/gzip.cc:69
+msgid "Empty files can't be valid archives"
+msgstr ""
+
+#: methods/http.cc:513
+msgid "Error writing to the file"
+msgstr "해당 파일에 쓰는데 오류가 발생했습니다"
+
+#: methods/http.cc:527
+msgid "Error reading from server. Remote end closed connection"
+msgstr "서버에서 읽고 연결을 닫는데 오류가 발생했습니다"
+
+#: methods/http.cc:529
+msgid "Error reading from server"
+msgstr "서버에서 읽는데 오류가 발생했습니다"
+
+#: methods/http.cc:565
+msgid "Error writing to file"
+msgstr "파일에 쓰는데 오류가 발생했습니다"
+
+#: methods/http.cc:625
+msgid "Select failed"
+msgstr "select가 실패했습니다"
+
+#: methods/http.cc:630
+msgid "Connection timed out"
+msgstr "연결 시간이 초과했습니다"