+#: cmdline/apt-get.cc:902
+#, c-format
+msgid "Fetch source %s\n"
+msgstr "%s 소스를 가져옵니다\n"
+
+#: cmdline/apt-get.cc:920
+msgid "Failed to fetch some archives."
+msgstr "일부 아카이브를 가져오는데 실패했습니다."
+
+#: cmdline/apt-get.cc:925 apt-private/private-install.cc:314
+msgid "Download complete and in download only mode"
+msgstr "다운로드를 마쳤고 다운로드 전용 모드입니다"
+
+#: cmdline/apt-get.cc:950
+#, c-format
+msgid "Skipping unpack of already unpacked source in %s\n"
+msgstr "%s에 이미 풀려 있는 소스의 압축을 풀지 않고 건너 뜁니다.\n"
+
+#: cmdline/apt-get.cc:962
+#, c-format
+msgid "Unpack command '%s' failed.\n"
+msgstr "압축 풀기 명령 '%s' 실패.\n"
+
+#: cmdline/apt-get.cc:963
+#, c-format
+msgid "Check if the 'dpkg-dev' package is installed.\n"
+msgstr "'dpkg-dev' 패키지가 설치되었는지를 확인하십시오.\n"
+
+#: cmdline/apt-get.cc:991
+#, c-format
+msgid "Build command '%s' failed.\n"
+msgstr "빌드 명령 '%s' 실패.\n"
+
+#: cmdline/apt-get.cc:1010
+msgid "Child process failed"
+msgstr "하위 프로세스가 실패했습니다"
+
+#: cmdline/apt-get.cc:1029
+msgid "Must specify at least one package to check builddeps for"
+msgstr "해당되는 빌드 의존성을 검사할 패키지를 최소한 하나 지정해야 합니다"
+
+#: cmdline/apt-get.cc:1054
+#, c-format
+msgid ""
+"No architecture information available for %s. See apt.conf(5) APT::"
+"Architectures for setup"
+msgstr ""
+
+#: cmdline/apt-get.cc:1078 cmdline/apt-get.cc:1081
+#, c-format
+msgid "Unable to get build-dependency information for %s"
+msgstr "%s의 빌드 의존성 정보를 가져올 수 없습니다"
+
+#: cmdline/apt-get.cc:1101
+#, c-format
+msgid "%s has no build depends.\n"
+msgstr "%s 패키지에 빌드 의존성이 없습니다.\n"
+
+#: cmdline/apt-get.cc:1271
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
+"packages"
+msgstr ""
+"%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지를 찾을 수 없습니"
+"다"
+
+#: cmdline/apt-get.cc:1289
+#, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because the package %s cannot be "
+"found"
+msgstr ""
+"%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지를 찾을 수 없습니"
+"다"
+
+#: cmdline/apt-get.cc:1312
+#, c-format
+msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
+msgstr ""
+"%2$s에 대한 %1$s 의존성을 만족시키는데 실패했습니다: 설치한 %3$s 패키지가 너"
+"무 최근 버전입니다"
+
+#: cmdline/apt-get.cc:1351
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because candidate version of "
+"package %s can't satisfy version requirements"
+msgstr ""
+"%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지의 사용 가능한 버"
+"전 중에서는 이 버전 요구사항을 만족시킬 수 없습니다"
+
+#: cmdline/apt-get.cc:1357
+#, fuzzy, c-format
+msgid ""
+"%s dependency for %s cannot be satisfied because package %s has no candidate "
+"version"
+msgstr ""
+"%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지를 찾을 수 없습니"
+"다"
+
+#: cmdline/apt-get.cc:1380
+#, c-format
+msgid "Failed to satisfy %s dependency for %s: %s"
+msgstr "%2$s에 대한 %1$s 의존성을 만족시키는데 실패했습니다: %3$s"
+
+#: cmdline/apt-get.cc:1395
+#, c-format
+msgid "Build-dependencies for %s could not be satisfied."
+msgstr "%s의 빌드 의존성을 만족시키지 못했습니다."
+
+#: cmdline/apt-get.cc:1400
+msgid "Failed to process build dependencies"
+msgstr "빌드 의존성을 처리하는데 실패했습니다"
+
+#: cmdline/apt-get.cc:1493 cmdline/apt-get.cc:1505
+#, fuzzy, c-format
+msgid "Changelog for %s (%s)"
+msgstr "%s(%s)에 연결하는 중입니다"
+
+#: cmdline/apt-get.cc:1591
+msgid "Supported modules:"
+msgstr "지원하는 모듈:"
+
+#: cmdline/apt-get.cc:1632
+#, 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:35
+#, fuzzy
+msgid "Must specify at least one pair url/filename"
+msgstr "해당되는 소스 패키지를 가져올 패키지를 최소한 하나 지정해야 합니다"
+
+#: cmdline/apt-helper.cc:53
+msgid "Download Failed"
+msgstr ""
+
+#: cmdline/apt-helper.cc:66
+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"
+"\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"