-#: cmdline/apt-cache.cc:1749
-#, fuzzy
-msgid ""
-"Usage: apt-cache [options] command\n"
-" apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
-" apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
-"\n"
-"apt-cache is a low-level tool used to query information\n"
-"from APT's binary cache files\n"
-"\n"
-"Commands:\n"
-" gencaches - Build both the package and source cache\n"
-" showpkg - Show some general information for a single package\n"
-" showsrc - Show source records\n"
-" stats - Show some basic statistics\n"
-" dump - Show the entire file in a terse form\n"
-" dumpavail - Print an available file to stdout\n"
-" unmet - Show unmet dependencies\n"
-" search - Search the package list for a regex pattern\n"
-" show - Show a readable record for the package\n"
-" depends - Show raw dependency information for a package\n"
-" rdepends - Show reverse dependency information for a package\n"
-" pkgnames - List the names of all packages in the system\n"
-" dotty - Generate package graphs for GraphViz\n"
-" xvcg - Generate package graphs for xvcg\n"
-" policy - Show policy settings\n"
-"\n"
-"Options:\n"
-" -h This help text.\n"
-" -p=? The package cache.\n"
-" -s=? The source cache.\n"
-" -q Disable progress indicator.\n"
-" -i Show only important deps for the unmet command.\n"
-" -c=? Read this configuration file\n"
-" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
-msgstr ""
-"사용법: apt-cache [옵션] 명령\n"
-" apt-cache [옵션] add 파일1 [파일2 ...]\n"
-" apt-cache [옵션] showpkg 패키지1 [패키지2 ...]\n"
-" apt-cache [옵션] showsrc 패키지1 [패키지2 ...]\n"
-"\n"
-"apt-cache는 APT의 바이너리 캐시 파일을 처리하고, 캐시 파일에\n"
-"정보를 질의하는 저수준 도구입니다.\n"
-"\n"
-"명령:\n"
-" add - 소스 캐시에 패키지 파일을 추가합니다\n"
-" gencaches - 패키지 캐시 및 소스 캐시를 만듭니다\n"
-" showpkg - 한 개의 패키지에 대한 일반적인 정보를 봅니다\n"
-" showsrc - 소스 기록을 봅니다\n"
-" stats - 기본적인 통계를 봅니다\n"
-" dump - 전체 파일을 간략한 형태로 봅니다\n"
-" dumpavail - 사용 가능한 파일을 표준출력에 표시합니다\n"
-" unmet - 맞지 않는 의존성을 봅니다\n"
-" search - 정규식 패턴에 맞는 패키지 목록을 찾습니다\n"
-" show - 패키지에 대해 읽을 수 있는 기록을 봅니다\n"
-" showauto - 자동으로 설치한 패키지 목록을 표시합니다\n"
-" depends - 패키지에 대해 의존성 정보를 그대로 봅니다\n"
-" rdepends - 패키지의 역 의존성 정보를 봅니다\n"
-" pkgnames - 시스템에 들어 있는 패키지의 이름을 모두 봅니다\n"
-" dotty - GraphViz용 패키지 그래프를 만듭니다\n"
-" xvcg - xvcg용 패키지 그래프를 만듭니다\n"
-" policy - 정책 설정을 봅니다\n"
-"\n"
-"옵션:\n"
-" -h 이 도움말.\n"
-" -p=? 패키지 캐시.\n"
-" -s=? 소스 캐시.\n"
-" -q 상태 표시를 하지 않습니다.\n"
-" -i unmet 명령에서 중요한 의존성만 봅니다.\n"
-" -c=? 지정한 설정 파일을 읽습니다.\n"
-" -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
-"좀 더 자세한 정보는 apt-cache(8) 및 apt.conf(5) 매뉴얼 페이지를 보십시오.\n"
-
-#: cmdline/apt-cdrom.cc:76
-msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
-msgstr "이 디스크의 이름을 정하십시오 (예: 'Debian 5.0.3 Disk 1')"
-
-#: cmdline/apt-cdrom.cc:91
-msgid "Please insert a Disc in the drive and press enter"
-msgstr "드라이브에 디스크를 넣고 Enter를 누르십시오"
-
-#: cmdline/apt-cdrom.cc:139
-#, c-format
-msgid "Failed to mount '%s' to '%s'"
-msgstr "%s 파일의 이름을 %s(으)로 바꾸는데 실패했습니다"
-
-#: cmdline/apt-cdrom.cc:178
-msgid ""
-"No CD-ROM could be auto-detected or found using the default mount point.\n"
-"You may try the --cdrom option to set the CD-ROM mount point.\n"
-"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and "
-"mount point."
-msgstr ""
-
-#: cmdline/apt-cdrom.cc:182
-msgid "Repeat this process for the rest of the CDs in your set."
-msgstr "현재 갖고 있는 다른 CD에도 이 과정을 반복하십시오."
-
-#: cmdline/apt-config.cc:48
-msgid "Arguments not in pairs"
-msgstr "인수가 두 개가 아닙니다"
-
-#: cmdline/apt-config.cc:89
-msgid ""
-"Usage: apt-config [options] command\n"
-"\n"
-"apt-config is a simple tool to read the APT config file\n"
-"\n"
-"Commands:\n"
-" shell - Shell mode\n"
-" dump - Show the configuration\n"
-"\n"
-"Options:\n"
-" -h This help text.\n"
-" -c=? Read this configuration file\n"
-" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-msgstr ""
-"사용법: apt-config [옵션] 명령\n"
-"\n"
-"apt-config는 APT 설정 파일을 읽는 간단한 프로그램입니다\n"
-"\n"
-"명령:\n"
-" shell - 쉘 모드\n"
-" dump - 설정을 봅니다\n"
-"\n"
-"옵션:\n"
-" -h 이 도움말.\n"
-" -c=? 해당 설정 파일을 읽습니다\n"
-" -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
-
-#: cmdline/apt-get.cc:245
-#, fuzzy, c-format
-msgid "Can not find a package for architecture '%s'"
-msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
-
-#: cmdline/apt-get.cc:327
-#, fuzzy, c-format
-msgid "Can not find a package '%s' with version '%s'"
-msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
-
-#: cmdline/apt-get.cc:330
-#, fuzzy, c-format
-msgid "Can not find a package '%s' with release '%s'"
-msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
-
-#: cmdline/apt-get.cc:367