1 # Sunjae Park <darehanl@gmail.com>, 2006-2007, 2008.
2 # Changwoo Ryu <cwryu@debian.org>, 2004-2005, 2008, 2010.
6 "Project-Id-Version: apt 1.0.5\n"
7 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
8 "POT-Creation-Date: 2015-08-21 06:13-0400\n"
9 "PO-Revision-Date: 2010-08-30 02:31+0900\n"
10 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
11 "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=1; plural=0;\n"
18 #: cmdline/apt-cache.cc:149
20 msgid "Package %s version %s has an unmet dep:\n"
21 msgstr "%s 패키지의 %s 버전의 의존성이 맞지 않습니다:\n"
23 #: cmdline/apt-cache.cc:319
25 msgid "apt-cache stats does not take any arguments"
26 msgstr "update 명령은 인수를 받지 않습니다"
28 #: cmdline/apt-cache.cc:325
29 msgid "Total package names: "
32 #: cmdline/apt-cache.cc:327
33 msgid "Total package structures: "
36 #: cmdline/apt-cache.cc:367
37 msgid " Normal packages: "
40 #: cmdline/apt-cache.cc:368
41 msgid " Pure virtual packages: "
44 #: cmdline/apt-cache.cc:369
45 msgid " Single virtual packages: "
48 #: cmdline/apt-cache.cc:370
49 msgid " Mixed virtual packages: "
52 #: cmdline/apt-cache.cc:371
56 #: cmdline/apt-cache.cc:373
57 msgid "Total distinct versions: "
60 #: cmdline/apt-cache.cc:375
61 msgid "Total distinct descriptions: "
64 #: cmdline/apt-cache.cc:377
65 msgid "Total dependencies: "
68 #: cmdline/apt-cache.cc:380
69 msgid "Total ver/file relations: "
70 msgstr "전체 버전/파일 관계: "
72 #: cmdline/apt-cache.cc:382
73 msgid "Total Desc/File relations: "
74 msgstr "전체 설명/파일 관계: "
76 #: cmdline/apt-cache.cc:384
77 msgid "Total Provides mappings: "
80 #: cmdline/apt-cache.cc:440
81 msgid "Total globbed strings: "
84 #: cmdline/apt-cache.cc:446
85 msgid "Total slack space: "
88 #: cmdline/apt-cache.cc:463
89 msgid "Total space accounted for: "
92 #: cmdline/apt-cache.cc:605 cmdline/apt-cache.cc:1256
93 #: apt-private/private-show.cc:58
95 msgid "Package file %s is out of sync."
96 msgstr "패키지 파일 %s 파일이 동기화되지 않았습니다."
98 #: cmdline/apt-cache.cc:680 cmdline/apt-cache.cc:1541 cmdline/apt-cache.cc:1543
99 #: cmdline/apt-cache.cc:1624 cmdline/apt-mark.cc:56 cmdline/apt-mark.cc:103
100 #: cmdline/apt-mark.cc:229 apt-private/private-show.cc:173
101 #: apt-private/private-show.cc:175
102 msgid "No packages found"
105 #: cmdline/apt-cache.cc:1356 apt-private/private-search.cc:41
106 msgid "You must give at least one search pattern"
107 msgstr "최소 한 개의 검색어를 지정해야 합니다"
109 #: cmdline/apt-cache.cc:1520
110 msgid "This command is deprecated. Please use 'apt-mark showauto' instead."
113 #: cmdline/apt-cache.cc:1619 apt-pkg/cacheset.cc:762
115 msgid "Unable to locate package %s"
116 msgstr "%s 패키지를 찾을 수 없습니다"
118 #: cmdline/apt-cache.cc:1649
119 msgid "Package files:"
122 #: cmdline/apt-cache.cc:1658 cmdline/apt-cache.cc:1766
123 msgid "Cache is out of sync, can't x-ref a package file"
124 msgstr "캐시가 동기화되지 않았습니다. 패키지 파일을 상호 참조할 수 없습니다"
126 #. Show any packages have explicit pins
127 #: cmdline/apt-cache.cc:1672
128 msgid "Pinned packages:"
131 #: cmdline/apt-cache.cc:1686 cmdline/apt-cache.cc:1743
135 #. Print the package name and the version we are forcing to
136 #: cmdline/apt-cache.cc:1700
138 msgid "%s -> %s with priority %d\n"
141 #: cmdline/apt-cache.cc:1706
145 #: cmdline/apt-cache.cc:1707
149 #: cmdline/apt-cache.cc:1725 cmdline/apt-cache.cc:1733
153 #: cmdline/apt-cache.cc:1740
154 msgid " Package pin: "
157 #. Show the priority tables
158 #: cmdline/apt-cache.cc:1749
159 msgid " Version table:"
162 #: cmdline/apt-cache.cc:1871
165 "Usage: apt-cache [options] command\n"
166 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
167 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
169 "apt-cache is a low-level tool used to query information\n"
170 "from APT's binary cache files\n"
173 " gencaches - Build both the package and source cache\n"
174 " showpkg - Show some general information for a single package\n"
175 " showsrc - Show source records\n"
176 " stats - Show some basic statistics\n"
177 " dump - Show the entire file in a terse form\n"
178 " dumpavail - Print an available file to stdout\n"
179 " unmet - Show unmet dependencies\n"
180 " search - Search the package list for a regex pattern\n"
181 " show - Show a readable record for the package\n"
182 " depends - Show raw dependency information for a package\n"
183 " rdepends - Show reverse dependency information for a package\n"
184 " pkgnames - List the names of all packages in the system\n"
185 " dotty - Generate package graphs for GraphViz\n"
186 " xvcg - Generate package graphs for xvcg\n"
187 " policy - Show policy settings\n"
190 " -h This help text.\n"
191 " -p=? The package cache.\n"
192 " -s=? The source cache.\n"
193 " -q Disable progress indicator.\n"
194 " -i Show only important deps for the unmet command.\n"
195 " -c=? Read this configuration file\n"
196 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
197 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
199 "사용법: apt-cache [옵션] 명령\n"
200 " apt-cache [옵션] add 파일1 [파일2 ...]\n"
201 " apt-cache [옵션] showpkg 패키지1 [패키지2 ...]\n"
202 " apt-cache [옵션] showsrc 패키지1 [패키지2 ...]\n"
204 "apt-cache는 APT의 바이너리 캐시 파일을 처리하고, 캐시 파일에\n"
205 "정보를 질의하는 저수준 도구입니다.\n"
208 " add - 소스 캐시에 패키지 파일을 추가합니다\n"
209 " gencaches - 패키지 캐시 및 소스 캐시를 만듭니다\n"
210 " showpkg - 한 개의 패키지에 대한 일반적인 정보를 봅니다\n"
211 " showsrc - 소스 기록을 봅니다\n"
212 " stats - 기본적인 통계를 봅니다\n"
213 " dump - 전체 파일을 간략한 형태로 봅니다\n"
214 " dumpavail - 사용 가능한 파일을 표준출력에 표시합니다\n"
215 " unmet - 맞지 않는 의존성을 봅니다\n"
216 " search - 정규식 패턴에 맞는 패키지 목록을 찾습니다\n"
217 " show - 패키지에 대해 읽을 수 있는 기록을 봅니다\n"
218 " showauto - 자동으로 설치한 패키지 목록을 표시합니다\n"
219 " depends - 패키지에 대해 의존성 정보를 그대로 봅니다\n"
220 " rdepends - 패키지의 역 의존성 정보를 봅니다\n"
221 " pkgnames - 시스템에 들어 있는 패키지의 이름을 모두 봅니다\n"
222 " dotty - GraphViz용 패키지 그래프를 만듭니다\n"
223 " xvcg - xvcg용 패키지 그래프를 만듭니다\n"
224 " policy - 정책 설정을 봅니다\n"
230 " -q 상태 표시를 하지 않습니다.\n"
231 " -i unmet 명령에서 중요한 의존성만 봅니다.\n"
232 " -c=? 지정한 설정 파일을 읽습니다.\n"
233 " -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
234 "좀 더 자세한 정보는 apt-cache(8) 및 apt.conf(5) 매뉴얼 페이지를 보십시오.\n"
236 #: cmdline/apt-cdrom.cc:77
237 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
238 msgstr "이 디스크의 이름을 정하십시오 (예: 'Debian 5.0.3 Disk 1')"
240 #: cmdline/apt-cdrom.cc:92
242 msgid "Please insert a Disc in the drive and press [Enter]"
243 msgstr "드라이브에 디스크를 넣고 Enter를 누르십시오"
245 #: cmdline/apt-cdrom.cc:140
247 msgid "Failed to mount '%s' to '%s'"
248 msgstr "%s 파일의 이름을 %s(으)로 바꾸는데 실패했습니다"
250 #: cmdline/apt-cdrom.cc:179
252 "No CD-ROM could be auto-detected or found using the default mount point.\n"
253 "You may try the --cdrom option to set the CD-ROM mount point.\n"
254 "See 'man apt-cdrom' for more information about the CD-ROM auto-detection and "
258 #: cmdline/apt-cdrom.cc:183
259 msgid "Repeat this process for the rest of the CDs in your set."
260 msgstr "현재 갖고 있는 다른 CD에도 이 과정을 반복하십시오."
262 #: cmdline/apt-config.cc:48
263 msgid "Arguments not in pairs"
264 msgstr "인수가 두 개가 아닙니다"
266 #: cmdline/apt-config.cc:88
268 "Usage: apt-config [options] command\n"
270 "apt-config is a simple tool to read the APT config file\n"
273 " shell - Shell mode\n"
274 " dump - Show the configuration\n"
277 " -h This help text.\n"
278 " -c=? Read this configuration file\n"
279 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
281 "사용법: apt-config [옵션] 명령\n"
283 "apt-config는 APT 설정 파일을 읽는 간단한 프로그램입니다\n"
291 " -c=? 해당 설정 파일을 읽습니다\n"
292 " -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
294 #: cmdline/apt-get.cc:211
296 msgid "Can not find a package for architecture '%s'"
297 msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
299 #: cmdline/apt-get.cc:287
301 msgid "Can not find a package '%s' with version '%s'"
302 msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
304 #: cmdline/apt-get.cc:290
306 msgid "Can not find a package '%s' with release '%s'"
307 msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
309 #: cmdline/apt-get.cc:327
311 msgid "Picking '%s' as source package instead of '%s'\n"
312 msgstr "소스 패키지로 '%s'을(를) '%s' 대신 선택합니다\n"
314 #: cmdline/apt-get.cc:386
316 msgid "Can not find version '%s' of package '%s'"
317 msgstr "'%2$s' 패키지의 '%1$s' 버전은 없으므로 무시합니다."
319 #: cmdline/apt-get.cc:417
321 msgid "Couldn't find package %s"
322 msgstr "%s 패키지를 찾을 수 없습니다"
324 #: cmdline/apt-get.cc:422 cmdline/apt-mark.cc:78
325 #: apt-private/private-install.cc:839
327 msgid "%s set to manually installed.\n"
328 msgstr "%s 패키지 수동설치로 지정합니다.\n"
330 #: cmdline/apt-get.cc:424 cmdline/apt-mark.cc:80
332 msgid "%s set to automatically installed.\n"
333 msgstr "%s 패키지는 수동설치로 지정합니다.\n"
335 #: cmdline/apt-get.cc:432 cmdline/apt-mark.cc:124
337 "This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' "
341 #: cmdline/apt-get.cc:501 cmdline/apt-get.cc:509
342 msgid "Internal error, problem resolver broke stuff"
343 msgstr "내부 오류, 문제 해결 프로그램이 무언가를 망가뜨렸습니다"
345 #: cmdline/apt-get.cc:570
346 msgid "Unable to lock the download directory"
347 msgstr "다운로드 디렉터리를 잠글 수 없습니다"
349 #: cmdline/apt-get.cc:688
350 msgid "Must specify at least one package to fetch source for"
351 msgstr "해당되는 소스 패키지를 가져올 패키지를 최소한 하나 지정해야 합니다"
353 #: cmdline/apt-get.cc:725 cmdline/apt-get.cc:1035
355 msgid "Unable to find a source package for %s"
356 msgstr "%s의 소스 패키지를 찾을 수 없습니다"
358 #: cmdline/apt-get.cc:745
361 "NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n"
364 "알림: '%s' 패키징은 다음 '%s' 버전 컨트롤 시스템에서 관리합니다:\n"
367 #: cmdline/apt-get.cc:750
372 "to retrieve the latest (possibly unreleased) updates to the package.\n"
374 "패키지의 최근 (아마도 릴리스되지 않은) 업데이트를 받으려면\n"
378 #: cmdline/apt-get.cc:798
380 msgid "Skipping already downloaded file '%s'\n"
381 msgstr "이미 다운로드 받은 파일 '%s'은(는) 다시 받지 않고 건너 뜁니다.\n"
383 #. TRANSLATOR: The required space between number and unit is already included
384 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
385 #: cmdline/apt-get.cc:828
387 msgid "Need to get %sB/%sB of source archives.\n"
388 msgstr "소스 아카이브를 %s바이트/%s바이트 받아야 합니다.\n"
390 #. TRANSLATOR: The required space between number and unit is already included
391 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
392 #: cmdline/apt-get.cc:833
394 msgid "Need to get %sB of source archives.\n"
395 msgstr "소스 아카이브를 %s바이트 받아야 합니다.\n"
397 #: cmdline/apt-get.cc:839
399 msgid "Fetch source %s\n"
400 msgstr "%s 소스를 가져옵니다\n"
402 #: cmdline/apt-get.cc:864
403 msgid "Failed to fetch some archives."
404 msgstr "일부 아카이브를 가져오는데 실패했습니다."
406 #: cmdline/apt-get.cc:869 apt-private/private-install.cc:300
407 msgid "Download complete and in download only mode"
408 msgstr "다운로드를 마쳤고 다운로드 전용 모드입니다"
410 #: cmdline/apt-get.cc:894
412 msgid "Skipping unpack of already unpacked source in %s\n"
413 msgstr "%s에 이미 풀려 있는 소스의 압축을 풀지 않고 건너 뜁니다.\n"
415 #: cmdline/apt-get.cc:907
417 msgid "Unpack command '%s' failed.\n"
418 msgstr "압축 풀기 명령 '%s' 실패.\n"
420 #: cmdline/apt-get.cc:908
422 msgid "Check if the 'dpkg-dev' package is installed.\n"
423 msgstr "'dpkg-dev' 패키지가 설치되었는지를 확인하십시오.\n"
425 #: cmdline/apt-get.cc:936
427 msgid "Build command '%s' failed.\n"
428 msgstr "빌드 명령 '%s' 실패.\n"
430 #: cmdline/apt-get.cc:955
431 msgid "Child process failed"
432 msgstr "하위 프로세스가 실패했습니다"
434 #: cmdline/apt-get.cc:976
435 msgid "Must specify at least one package to check builddeps for"
436 msgstr "해당되는 빌드 의존성을 검사할 패키지를 최소한 하나 지정해야 합니다"
438 #: cmdline/apt-get.cc:994
441 "No architecture information available for %s. See apt.conf(5) APT::"
442 "Architectures for setup"
445 #: cmdline/apt-get.cc:1012
447 msgid "Note, using directory '%s' to get the build dependencies\n"
450 #: cmdline/apt-get.cc:1022
452 msgid "Note, using file '%s' to get the build dependencies\n"
453 msgstr "빌드 의존성을 처리하는데 실패했습니다"
455 #: cmdline/apt-get.cc:1047 cmdline/apt-get.cc:1050
457 msgid "Unable to get build-dependency information for %s"
458 msgstr "%s의 빌드 의존성 정보를 가져올 수 없습니다"
460 #: cmdline/apt-get.cc:1070
462 msgid "%s has no build depends.\n"
463 msgstr "%s 패키지에 빌드 의존성이 없습니다.\n"
465 #: cmdline/apt-get.cc:1240
468 "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
471 "%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지를 찾을 수 없습니"
474 #: cmdline/apt-get.cc:1258
477 "%s dependency for %s cannot be satisfied because the package %s cannot be "
480 "%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지를 찾을 수 없습니"
483 #: cmdline/apt-get.cc:1281
485 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
487 "%2$s에 대한 %1$s 의존성을 만족시키는데 실패했습니다: 설치한 %3$s 패키지가 너"
490 #: cmdline/apt-get.cc:1320
493 "%s dependency for %s cannot be satisfied because candidate version of "
494 "package %s can't satisfy version requirements"
496 "%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지의 사용 가능한 버"
497 "전 중에서는 이 버전 요구사항을 만족시킬 수 없습니다"
499 #: cmdline/apt-get.cc:1326
502 "%s dependency for %s cannot be satisfied because package %s has no candidate "
505 "%2$s에 대한 %1$s 의존성을 만족시킬 수 없습니다. %3$s 패키지를 찾을 수 없습니"
508 #: cmdline/apt-get.cc:1349
510 msgid "Failed to satisfy %s dependency for %s: %s"
511 msgstr "%2$s에 대한 %1$s 의존성을 만족시키는데 실패했습니다: %3$s"
513 #: cmdline/apt-get.cc:1364
515 msgid "Build-dependencies for %s could not be satisfied."
516 msgstr "%s의 빌드 의존성을 만족시키지 못했습니다."
518 #: cmdline/apt-get.cc:1369
519 msgid "Failed to process build dependencies"
520 msgstr "빌드 의존성을 처리하는데 실패했습니다"
522 #: cmdline/apt-get.cc:1554
523 msgid "Supported modules:"
526 #: cmdline/apt-get.cc:1595
529 "Usage: apt-get [options] command\n"
530 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
531 " apt-get [options] source pkg1 [pkg2 ...]\n"
533 "apt-get is a simple command line interface for downloading and\n"
534 "installing packages. The most frequently used commands are update\n"
538 " update - Retrieve new lists of packages\n"
539 " upgrade - Perform an upgrade\n"
540 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
541 " remove - Remove packages\n"
542 " autoremove - Remove automatically all unused packages\n"
543 " purge - Remove packages and config files\n"
544 " source - Download source archives\n"
545 " build-dep - Configure build-dependencies for source packages\n"
546 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
547 " dselect-upgrade - Follow dselect selections\n"
548 " clean - Erase downloaded archive files\n"
549 " autoclean - Erase old downloaded archive files\n"
550 " check - Verify that there are no broken dependencies\n"
551 " changelog - Download and display the changelog for the given package\n"
552 " download - Download the binary package into the current directory\n"
555 " -h This help text.\n"
556 " -q Loggable output - no progress indicator\n"
557 " -qq No output except for errors\n"
558 " -d Download only - do NOT install or unpack archives\n"
559 " -s No-act. Perform ordering simulation\n"
560 " -y Assume Yes to all queries and do not prompt\n"
561 " -f Attempt to correct a system with broken dependencies in place\n"
562 " -m Attempt to continue if archives are unlocatable\n"
563 " -u Show a list of upgraded packages as well\n"
564 " -b Build the source package after fetching it\n"
565 " -V Show verbose version numbers\n"
566 " -c=? Read this configuration file\n"
567 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
568 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
569 "pages for more information and options.\n"
570 " This APT has Super Cow Powers.\n"
572 "사용법: apt-get [옵션] 명령어\n"
573 " apt-get [옵션] install|remove 패키지1 [패키지2 ...]\n"
574 " apt-get [옵션] source 패키지1 [패키지2 ...]\n"
576 "apt-get은 패키지를 내려받고 설치하는 간단한 명령행 인터페이스입니다.\n"
577 "가장 자주 사용하는 명령은 update와 install입니다.\n"
580 " update - 패키지 목록을 새로 가져옵니다\n"
581 " upgrade - 업그레이드를 합니다\n"
582 " install - 새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)\n"
583 " remove - 패키지를 지웁니다\n"
584 " autoremove - 사용하지 않는 패키지를 자동으로 전부 지웁니다\n"
585 " purge - 패키지를 완전히 지웁니다\n"
586 " source - 소스 아카이브를 다운로드합니다\n"
587 " build-dep - 소스 패키지의 빌드 의존성을 설정합니다\n"
588 " dist-upgrade - 배포판 업그레이드, apt-get(8) 참고\n"
589 " dselect-upgrade - dselect에서 선택한 걸 따릅니다\n"
590 " clean - 내려받은 아카이브 파일들을 지웁니다\n"
591 " autoclean - 과거에 내려받은 아카이브 파일들을 지웁니다\n"
592 " check - 의존성이 망가지지 않았는지 확인합니다\n"
593 " markauto - 패키지를 자동 설치로 표시합니다\n"
594 " unmarkauto - 패키지를 수동 설치로 표시합니다\n"
598 " -q 기록 가능한 출력 - 진행 상황 표시를 하지 않습니다\n"
600 " -d 내려받기만 합니다 - 아카이브를 설치하거나 풀거나 하지 않습니다\n"
601 " -s 실제 작업을 하지 않고, 순서대로 시뮬레이션만 합니다\n"
602 " -y 모든 질문에 대해 \"예\"라고 가정하고 물어보지 않습니다\n"
603 " -f 패키지 내용 검사가 실패해도 계속 진행해봅니다\n"
604 " -m 아카이브를 찾을 수 없어도 계속 진행해봅니다\n"
605 " -u 업그레이드하는 패키지의 목록도 봅니다\n"
606 " -b 소스 패키지를 받은 다음에 빌드합니다\n"
607 " -V 버전 번호를 자세히 봅니다\n"
608 " -c=? 이 설정 파일을 읽습니다\n"
609 " -o=? 임의의 옵션을 지정합니다. 예를 들어 -o dir::cache=/tmp\n"
610 "더 자세한 정보와 옵션을 보려면 apt-get(8), sources.list(5)나\n"
611 "apt.conf(5) 매뉴얼 페이지를 보십시오.\n"
612 " 이 APT는 Super Cow Powers로 무장했습니다.\n"
614 #: cmdline/apt-helper.cc:37
615 msgid "Need one URL as argument"
618 #: cmdline/apt-helper.cc:50
620 msgid "Must specify at least one pair url/filename"
621 msgstr "해당되는 소스 패키지를 가져올 패키지를 최소한 하나 지정해야 합니다"
623 #: cmdline/apt-helper.cc:76 cmdline/apt-helper.cc:80
624 msgid "Download Failed"
627 #: cmdline/apt-helper.cc:88
629 msgid "Must specifc at least one srv record"
630 msgstr "해당되는 소스 패키지를 가져올 패키지를 최소한 하나 지정해야 합니다"
632 #: cmdline/apt-helper.cc:95
634 msgid "GetSrvRec failed for %s"
637 #: cmdline/apt-helper.cc:118
639 "Usage: apt-helper [options] command\n"
640 " apt-helper [options] download-file uri target-path\n"
642 "apt-helper is a internal helper for apt\n"
645 " download-file - download the given uri to the target-path\n"
646 " srv-lookup - lookup a SRV record (e.g. _http._tcp.ftp.debian.org)\n"
647 " auto-detect-proxy - detect proxy using apt.conf\n"
649 " This APT helper has Super Meep Powers.\n"
652 #: cmdline/apt-mark.cc:65
654 msgid "%s can not be marked as it is not installed.\n"
655 msgstr "하지만 설치하지 않았습니다"
657 #: cmdline/apt-mark.cc:71
659 msgid "%s was already set to manually installed.\n"
660 msgstr "%s 패키지 수동설치로 지정합니다.\n"
662 #: cmdline/apt-mark.cc:73
664 msgid "%s was already set to automatically installed.\n"
665 msgstr "%s 패키지는 수동설치로 지정합니다.\n"
667 #: cmdline/apt-mark.cc:238
669 msgid "%s was already set on hold.\n"
670 msgstr "%s 패키지는 이미 최신 버전입니다.\n"
672 #: cmdline/apt-mark.cc:240
674 msgid "%s was already not hold.\n"
675 msgstr "%s 패키지는 이미 최신 버전입니다.\n"
677 #: cmdline/apt-mark.cc:255 cmdline/apt-mark.cc:333 cmdline/apt-mark.cc:397
678 #: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:207
679 #: apt-pkg/deb/dpkgpm.cc:1302
681 msgid "Waited for %s but it wasn't there"
682 msgstr "%s 프로세스를 기다렸지만 해당 프로세스가 없습니다"
684 #: cmdline/apt-mark.cc:270 cmdline/apt-mark.cc:380
686 msgid "%s set on hold.\n"
687 msgstr "%s 패키지 수동설치로 지정합니다.\n"
689 #: cmdline/apt-mark.cc:272 cmdline/apt-mark.cc:385
691 msgid "Canceled hold on %s.\n"
692 msgstr "%s 파일을 여는데 실패했습니다"
694 #: cmdline/apt-mark.cc:337 cmdline/apt-mark.cc:403
695 msgid "Executing dpkg failed. Are you root?"
698 #: cmdline/apt-mark.cc:449
700 "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
702 "apt-mark is a simple command line interface for marking packages\n"
703 "as manually or automatically installed. It can also list marks.\n"
706 " auto - Mark the given packages as automatically installed\n"
707 " manual - Mark the given packages as manually installed\n"
708 " hold - Mark a package as held back\n"
709 " unhold - Unset a package set as held back\n"
710 " showauto - Print the list of automatically installed packages\n"
711 " showmanual - Print the list of manually installed packages\n"
712 " showhold - Print the list of package on hold\n"
715 " -h This help text.\n"
716 " -q Loggable output - no progress indicator\n"
717 " -qq No output except for errors\n"
718 " -s No-act. Just prints what would be done.\n"
719 " -f read/write auto/manual marking in the given file\n"
720 " -c=? Read this configuration file\n"
721 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
722 "See the apt-mark(8) and apt.conf(5) manual pages for more information."
727 "Usage: apt [options] command\n"
731 " list - list packages based on package names\n"
732 " search - search in package descriptions\n"
733 " show - show package details\n"
735 " update - update list of available packages\n"
737 " install - install packages\n"
738 " remove - remove packages\n"
739 " autoremove - Remove automatically all unused packages\n"
741 " upgrade - upgrade the system by installing/upgrading packages\n"
742 " full-upgrade - upgrade the system by removing/installing/upgrading "
745 " edit-sources - edit the source information file\n"
748 #: methods/cdrom.cc:203
750 msgid "Unable to read the cdrom database %s"
751 msgstr "CD-ROM 데이터베이스 %s을(를) 읽을 수 없습니다"
753 #: methods/cdrom.cc:212
755 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
756 "cannot be used to add new CD-ROMs"
758 "이 CD를 APT에서 인식하려면 apt-cdrom을 사용하십시오. apt-get update로는 새 "
761 #: methods/cdrom.cc:222
765 #: methods/cdrom.cc:249
767 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
768 msgstr "%s 안의 CD-ROM을 마운트 해제할 수 없습니다. 사용 중일 것입니다."
770 #: methods/cdrom.cc:254
771 msgid "Disk not found."
774 #: methods/cdrom.cc:262 methods/file.cc:121 methods/rsh.cc:299
775 msgid "File not found"
778 #: methods/copy.cc:57 methods/gzip.cc:127 methods/rred.cc:654
779 #: methods/rred.cc:664
780 msgid "Failed to stat"
781 msgstr "파일 정보를 읽는데 실패했습니다"
783 #: methods/copy.cc:101 methods/gzip.cc:134 methods/rred.cc:661
784 msgid "Failed to set modification time"
785 msgstr "파일 변경 시각을 설정하는데 실패했습니다"
787 #: methods/file.cc:49
788 msgid "Invalid URI, local URIS must not start with //"
789 msgstr "URI가 틀렸습니다. 로컬 URI는 //로 시작해야 합니다."
791 #. Login must be before getpeername otherwise dante won't work.
792 #: methods/ftp.cc:177
796 #: methods/ftp.cc:183
797 msgid "Unable to determine the peer name"
798 msgstr "상대방의 이름을 알 수 없습니다"
800 #: methods/ftp.cc:188
801 msgid "Unable to determine the local name"
802 msgstr "로컬 이름을 알 수 없습니다"
804 #: methods/ftp.cc:219 methods/ftp.cc:247
806 msgid "The server refused the connection and said: %s"
807 msgstr "서버에서 다음과 같이 연결을 거부했습니다: %s"
809 #: methods/ftp.cc:225
811 msgid "USER failed, server said: %s"
812 msgstr "USER 실패, 서버에서는: %s"
814 #: methods/ftp.cc:232
816 msgid "PASS failed, server said: %s"
817 msgstr "PASS 실패, 서버에서는: %s"
819 #: methods/ftp.cc:252
821 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
824 "프록시 서버를 지정했지만 로그인 스크립트가 없습니다. Acquire::ftp::"
825 "ProxyLogin 값이 비어 있습니다."
827 #: methods/ftp.cc:282
829 msgid "Login script command '%s' failed, server said: %s"
830 msgstr "로그인 스크립트 명령 '%s' 실패, 서버에서는: %s"
832 #: methods/ftp.cc:308
834 msgid "TYPE failed, server said: %s"
835 msgstr "TYPE 실패, 서버에서는: %s"
837 #: methods/ftp.cc:346 methods/ftp.cc:458 methods/rsh.cc:213 methods/rsh.cc:261
838 msgid "Connection timeout"
841 #: methods/ftp.cc:352
842 msgid "Server closed the connection"
843 msgstr "서버에서 연결을 닫았습니다"
845 #: methods/ftp.cc:355 methods/rsh.cc:220 apt-pkg/contrib/fileutl.cc:1569
846 #: apt-pkg/contrib/fileutl.cc:1578 apt-pkg/contrib/fileutl.cc:1583
847 #: apt-pkg/contrib/fileutl.cc:1585
851 #: methods/ftp.cc:362 methods/rsh.cc:227
852 msgid "A response overflowed the buffer."
853 msgstr "응답이 버퍼 크기를 넘어갔습니다."
855 #: methods/ftp.cc:379 methods/ftp.cc:391
856 msgid "Protocol corruption"
859 #: methods/ftp.cc:464 methods/rsh.cc:267 apt-pkg/contrib/fileutl.cc:946
860 #: apt-pkg/contrib/fileutl.cc:1691 apt-pkg/contrib/fileutl.cc:1700
861 #: apt-pkg/contrib/fileutl.cc:1705 apt-pkg/contrib/fileutl.cc:1707
862 #: apt-pkg/contrib/fileutl.cc:1732
866 #: methods/ftp.cc:703 methods/ftp.cc:709 methods/ftp.cc:744
867 msgid "Could not create a socket"
868 msgstr "소켓을 만들 수 없습니다"
870 #: methods/ftp.cc:714
871 msgid "Could not connect data socket, connection timed out"
872 msgstr "데이터 소켓을 연결할 수 없습니다. 연결 시간이 초과되었습니다"
874 #: methods/ftp.cc:718 methods/connect.cc:120 methods/rsh.cc:102
878 #: methods/ftp.cc:720
879 msgid "Could not connect passive socket."
880 msgstr "수동(passive) 소켓을 연결할 수 없습니다."
882 #: methods/ftp.cc:737
883 msgid "getaddrinfo was unable to get a listening socket"
884 msgstr "getaddrinfo에서 소켓에 listen할 수 없습니다"
886 #: methods/ftp.cc:751
887 msgid "Could not bind a socket"
888 msgstr "소켓을 bind할 수 없습니다"
890 #: methods/ftp.cc:755
891 msgid "Could not listen on the socket"
892 msgstr "소켓에 listen할 수 없습니다"
894 #: methods/ftp.cc:762
895 msgid "Could not determine the socket's name"
896 msgstr "소켓의 이름을 알아낼 수 없습니다"
898 #: methods/ftp.cc:794
899 msgid "Unable to send PORT command"
900 msgstr "PORT 명령을 보낼 수 없습니다"
902 #: methods/ftp.cc:804
904 msgid "Unknown address family %u (AF_*)"
905 msgstr "주소 %u의 종류(AF_*)를 알 수 없습니다"
907 #: methods/ftp.cc:813
909 msgid "EPRT failed, server said: %s"
910 msgstr "EPRT 실패, 서버에서는: %s"
912 #: methods/ftp.cc:833
913 msgid "Data socket connect timed out"
914 msgstr "데이터 소켓 연결 시간 초과"
916 #: methods/ftp.cc:840
917 msgid "Unable to accept connection"
918 msgstr "연결을 받을 수 없습니다"
920 #: methods/ftp.cc:880 methods/server.cc:391 methods/rsh.cc:337
921 msgid "Problem hashing file"
922 msgstr "파일 해싱에 문제가 있습니다"
924 #: methods/ftp.cc:893
926 msgid "Unable to fetch file, server said '%s'"
927 msgstr "파일을 가져올 수 없습니다. 서버 왈, '%s'"
929 #: methods/ftp.cc:908 methods/rsh.cc:356
930 msgid "Data socket timed out"
931 msgstr "데이터 소켓에 제한 시간이 초과했습니다"
933 #: methods/ftp.cc:945
935 msgid "Data transfer failed, server said '%s'"
936 msgstr "데이터 전송 실패, 서버에서는: %s"
938 #. Get the files information
939 #: methods/ftp.cc:1028
943 #: methods/ftp.cc:1142
944 msgid "Unable to invoke "
945 msgstr "다음을 실행할 수 없습니다: "
947 #: methods/connect.cc:80
949 msgid "Connecting to %s (%s)"
950 msgstr "%s(%s)에 연결하는 중입니다"
952 #: methods/connect.cc:91
957 #: methods/connect.cc:98
959 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
960 msgstr "%s에 대한 소켓을 만들 수 없습니다 (f=%u t=%u p=%u)"
962 #: methods/connect.cc:104
964 msgid "Cannot initiate the connection to %s:%s (%s)."
965 msgstr "%s:%s에 연결을 초기화할 수 없습니다 (%s)."
967 #: methods/connect.cc:112
969 msgid "Could not connect to %s:%s (%s), connection timed out"
970 msgstr "%s:%s에 연결할 수 없습니다 (%s). 연결 제한 시간이 초과했습니다"
972 #: methods/connect.cc:130
974 msgid "Could not connect to %s:%s (%s)."
975 msgstr "%s:%s에 연결할 수 없습니다 (%s)."
977 #. We say this mainly because the pause here is for the
978 #. ssh connection that is still going
979 #: methods/connect.cc:155 methods/rsh.cc:460
981 msgid "Connecting to %s"
982 msgstr "%s에 연결하는 중입니다"
984 #: methods/connect.cc:181 methods/connect.cc:200
986 msgid "Could not resolve '%s'"
987 msgstr "'%s'의 주소를 알아낼 수 없습니다"
989 #: methods/connect.cc:206
991 msgid "Temporary failure resolving '%s'"
992 msgstr "'%s'의 주소를 알아내는데 임시로 실패했습니다"
994 #: methods/connect.cc:210
996 msgid "System error resolving '%s:%s'"
997 msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생했습니다 (%i - %s)"
999 #: methods/connect.cc:212
1001 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
1002 msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생했습니다 (%i - %s)"
1004 #: methods/connect.cc:259
1006 msgid "Unable to connect to %s:%s:"
1007 msgstr "%s:%s에 연결할 수 없습니다:"
1009 #: methods/gpgv.cc:205 methods/gpgv.cc:215
1010 msgid "At least one invalid signature was encountered."
1011 msgstr "최소한 하나 이상의 서명이 잘못되었습니다."
1013 #: methods/gpgv.cc:210
1015 "Internal error: Good signature, but could not determine key fingerprint?!"
1016 msgstr "내부 오류: 서명은 올바르지만 키 핑거프린트를 확인할 수 없습니다?!"
1018 #: methods/gpgv.cc:217
1019 msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
1021 "서명을 확인하는 'apt-key' 프로그램을 실행할 수 없습니다. (gnupg를 설치했습니"
1024 #. TRANSLATORS: %s is a single techy word like 'NODATA'
1025 #: methods/gpgv.cc:223 apt-pkg/acquire-item.cc:604
1028 "Clearsigned file isn't valid, got '%s' (does the network require "
1032 #: methods/gpgv.cc:227
1033 msgid "Unknown error executing apt-key"
1034 msgstr "apt-key 실행 도중 알 수 없는 오류 발생"
1036 #: methods/gpgv.cc:260 methods/gpgv.cc:267
1037 msgid "The following signatures were invalid:\n"
1038 msgstr "다음 서명이 올바르지 않습니다:\n"
1040 #: methods/gpgv.cc:274
1042 "The following signatures couldn't be verified because the public key is not "
1044 msgstr "다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다:\n"
1046 #: methods/gzip.cc:79
1047 msgid "Empty files can't be valid archives"
1050 #: methods/http.cc:515
1051 msgid "Error writing to the file"
1052 msgstr "해당 파일에 쓰는데 오류가 발생했습니다"
1054 #: methods/http.cc:529
1055 msgid "Error reading from server. Remote end closed connection"
1056 msgstr "서버에서 읽고 연결을 닫는데 오류가 발생했습니다"
1058 #: methods/http.cc:531
1059 msgid "Error reading from server"
1060 msgstr "서버에서 읽는데 오류가 발생했습니다"
1062 #: methods/http.cc:567
1063 msgid "Error writing to file"
1064 msgstr "파일에 쓰는데 오류가 발생했습니다"
1066 #: methods/http.cc:627
1067 msgid "Select failed"
1068 msgstr "select가 실패했습니다"
1070 #: methods/http.cc:632
1071 msgid "Connection timed out"
1072 msgstr "연결 시간이 초과했습니다"
1074 #: methods/http.cc:655
1075 msgid "Error writing to output file"
1076 msgstr "출력 파일에 쓰는데 오류가 발생했습니다"
1078 #: methods/server.cc:52
1079 msgid "Waiting for headers"
1080 msgstr "헤더를 기다리는 중입니다"
1082 #: methods/server.cc:111
1083 msgid "Bad header line"
1084 msgstr "헤더 줄이 잘못되었습니다"
1086 #: methods/server.cc:136 methods/server.cc:143
1087 msgid "The HTTP server sent an invalid reply header"
1088 msgstr "HTTP 서버에서 잘못된 응답 헤더를 보냈습니다"
1090 #: methods/server.cc:173
1091 msgid "The HTTP server sent an invalid Content-Length header"
1092 msgstr "HTTP 서버에서 잘못된 Content-Length 헤더를 보냈습니다"
1094 #: methods/server.cc:200
1095 msgid "The HTTP server sent an invalid Content-Range header"
1096 msgstr "HTTP 서버에서 잘못된 Content-Range 헤더를 보냈습니다"
1098 #: methods/server.cc:202
1099 msgid "This HTTP server has broken range support"
1100 msgstr "HTTP 서버에 범위 지원 기능이 잘못되어 있습니다"
1102 #: methods/server.cc:229
1103 msgid "Unknown date format"
1104 msgstr "데이터 형식을 알 수 없습니다"
1106 #: methods/server.cc:535
1107 msgid "Bad header data"
1108 msgstr "헤더 데이터가 잘못되었습니다"
1110 #: methods/server.cc:552 methods/server.cc:646
1111 msgid "Connection failed"
1114 #: methods/server.cc:618
1117 "Automatically disabled %s due to incorrect response from server/proxy. (man "
1121 #: methods/server.cc:741
1122 msgid "Internal error"
1125 #: apt-private/private-cacheset.cc:38 apt-private/private-search.cc:65
1129 #: apt-private/private-cacheset.cc:127
1131 msgid "Note, selecting '%s' for task '%s'\n"
1132 msgstr "주의, 작업 '%2$s'에 대해 '%1$s'을(를) 선택합니다\n"
1134 #: apt-private/private-cacheset.cc:133
1136 msgid "Note, selecting '%s' for glob '%s'\n"
1137 msgstr "주의, 정규식 '%2$s'에 대해 '%1$s'을(를) 선택합니다\n"
1139 #: apt-private/private-cacheset.cc:139
1141 msgid "Note, selecting '%s' for regex '%s'\n"
1142 msgstr "주의, 정규식 '%2$s'에 대해 '%1$s'을(를) 선택합니다\n"
1144 #: apt-private/private-cacheset.cc:157
1146 msgid "Package %s is a virtual package provided by:\n"
1147 msgstr "%s 패키지는 다음이 제공하는 가상 패키지입니다:\n"
1149 #: apt-private/private-cacheset.cc:168
1151 msgid " [Installed]"
1154 #: apt-private/private-cacheset.cc:177
1155 msgid " [Not candidate version]"
1158 #: apt-private/private-cacheset.cc:179
1159 msgid "You should explicitly select one to install."
1160 msgstr "설치할 패키지를 하나 분명히 지정해야 합니다."
1162 #: apt-private/private-cacheset.cc:182
1165 "Package %s is not available, but is referred to by another package.\n"
1166 "This may mean that the package is missing, has been obsoleted, or\n"
1167 "is only available from another source\n"
1169 "%s 패키지를 사용할 수 없습니다. 하지만 다른 패키지가 참조하고 있습니다.\n"
1170 "해당 패키지가 누락되었거나 지워졌다는 뜻입니다. 아니면 또 다른 곳에서\n"
1171 "패키지를 받아와야 하는 경우일 수도 있습니다.\n"
1173 #: apt-private/private-cacheset.cc:200
1174 msgid "However the following packages replace it:"
1175 msgstr "하지만 다음 패키지가 대체합니다:"
1177 #: apt-private/private-cacheset.cc:213
1179 msgid "Package '%s' has no installation candidate"
1180 msgstr "'%s' 패키지는 설치할 수 있는 후보가 없습니다"
1182 #: apt-private/private-cacheset.cc:226
1184 msgid "Virtual packages like '%s' can't be removed\n"
1185 msgstr "'%s' 패키지와 같은 가상 패키지는 제거할 수 없습니다\n"
1187 #. TRANSLATORS: Note, this is not an interactive question
1188 #: apt-private/private-cacheset.cc:238 apt-private/private-install.cc:915
1190 msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
1191 msgstr "%s 패키지를 설치하지 않았으므로, 지우지 않습니다\n"
1193 #: apt-private/private-cacheset.cc:244 apt-private/private-install.cc:921
1195 msgid "Package '%s' is not installed, so not removed\n"
1196 msgstr "%s 패키지를 설치하지 않았으므로, 지우지 않습니다\n"
1198 #: apt-private/private-cacheset.cc:289
1200 msgid "Note, selecting '%s' instead of '%s'\n"
1201 msgstr "주의, '%2$s' 대신에 '%1$s' 패키지를 선택합니다\n"
1203 #: apt-private/private-install.cc:87
1204 msgid "Internal error, InstallPackages was called with broken packages!"
1205 msgstr "내부 오류. 망가진 패키지에서 InstallPackages를 호출했습니다!"
1207 #: apt-private/private-install.cc:96
1208 msgid "Packages need to be removed but remove is disabled."
1209 msgstr "패키지를 제거해야 하지만 제거가 금지되어 있습니다."
1211 #: apt-private/private-install.cc:103 apt-private/private-download.cc:118
1213 "--force-yes is deprecated, use one of the options starting with --allow "
1217 #: apt-private/private-install.cc:108
1220 "Essential packages were removed and -y was used without --allow-remove-"
1222 msgstr "문제가 발생했고 -y 옵션이 --force-yes 옵션 없이 사용되었습니다"
1224 #: apt-private/private-install.cc:110
1226 msgid "Packages were downgraded and -y was used without --allow-downgrades."
1227 msgstr "문제가 발생했고 -y 옵션이 --force-yes 옵션 없이 사용되었습니다"
1229 #: apt-private/private-install.cc:112
1231 "Held packages were changed and -y was used without --allow-change-held-"
1235 #: apt-private/private-install.cc:128
1236 msgid "Internal error, Ordering didn't finish"
1237 msgstr "내부 오류. 순서변경작업이 끝나지 않았습니다"
1239 #: apt-private/private-install.cc:166
1240 msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
1242 "이상하게도 크기가 서로 다릅니다. apt@packages.debian.org로 이메일을 보내주십"
1245 #. TRANSLATOR: The required space between number and unit is already included
1246 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
1247 #: apt-private/private-install.cc:173
1249 msgid "Need to get %sB/%sB of archives.\n"
1250 msgstr "%s바이트/%s바이트 아카이브를 받아야 합니다.\n"
1252 #. TRANSLATOR: The required space between number and unit is already included
1253 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1254 #: apt-private/private-install.cc:178
1256 msgid "Need to get %sB of archives.\n"
1257 msgstr "%s바이트 아카이브를 받아야 합니다.\n"
1259 #. TRANSLATOR: The required space between number and unit is already included
1260 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1261 #: apt-private/private-install.cc:185
1263 msgid "After this operation, %sB of additional disk space will be used.\n"
1264 msgstr "이 작업 후 %s바이트의 디스크 공간을 더 사용하게 됩니다.\n"
1266 #. TRANSLATOR: The required space between number and unit is already included
1267 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1268 #: apt-private/private-install.cc:190
1270 msgid "After this operation, %sB disk space will be freed.\n"
1271 msgstr "이 작업 후 %s바이트의 디스크 공간이 비워집니다.\n"
1273 #: apt-private/private-install.cc:202 apt-private/private-install.cc:224
1274 msgid "Trivial Only specified but this is not a trivial operation."
1276 "사소한 작업만 가능하도록(Trivial Only) 지정되었지만 이 작업은 사소한 작업이 "
1279 # 입력을 받아야 한다. 한글 입력을 못 할 수 있으므로 원문 그대로 사용.
1280 #. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
1281 #. careful with hard to type or special characters (like non-breaking spaces)
1282 #: apt-private/private-install.cc:206
1283 msgid "Yes, do as I say!"
1284 msgstr "Yes, do as I say!"
1286 #: apt-private/private-install.cc:208
1289 "You are about to do something potentially harmful.\n"
1290 "To continue type in the phrase '%s'\n"
1293 "시스템에 무언가 해가 되는 작업을 하려고 합니다.\n"
1294 "계속하시려면 다음 문구를 입력하십시오: '%s'\n"
1297 #: apt-private/private-install.cc:214 apt-private/private-install.cc:232
1301 #: apt-private/private-install.cc:229
1302 msgid "Do you want to continue?"
1305 #: apt-private/private-install.cc:299
1306 msgid "Some files failed to download"
1307 msgstr "일부 파일을 받는데 실패했습니다"
1309 #: apt-private/private-install.cc:306
1311 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
1314 "아카이브를 받을 수 없습니다. 아마도 apt-get update를 실행해야 하거나 --fix-"
1315 "missing 옵션을 줘서 실행해야 할 것입니다."
1317 #: apt-private/private-install.cc:310
1318 msgid "--fix-missing and media swapping is not currently supported"
1319 msgstr "--fix-missing 옵션과 동시에 미디어 바꾸기는 현재 지원하지 않습니다"
1321 #: apt-private/private-install.cc:315
1322 msgid "Unable to correct missing packages."
1323 msgstr "빠진 패키지를 바로잡을 수 없습니다."
1325 #: apt-private/private-install.cc:316
1326 msgid "Aborting install."
1329 #: apt-private/private-install.cc:341
1331 "The following package disappeared from your system as\n"
1332 "all files have been overwritten by other packages:"
1334 "The following packages disappeared from your system as\n"
1335 "all files have been overwritten by other packages:"
1337 "다음 패키지는 패키지의 파일을 모두 다른 패키지가\n"
1340 #: apt-private/private-install.cc:348
1341 msgid "Note: This is done automatically and on purpose by dpkg."
1342 msgstr "주의: dpkg에서 자동으로 의도적으로 수행했습니다."
1344 #: apt-private/private-install.cc:370
1345 msgid "We are not supposed to delete stuff, can't start AutoRemover"
1346 msgstr "삭제를 할 수 없으므로 AutoRemover를 실행하지 못합니다"
1348 #: apt-private/private-install.cc:463
1350 "Hmm, seems like the AutoRemover destroyed something which really\n"
1351 "shouldn't happen. Please file a bug report against apt."
1353 "AutoRemover가 뭔가를 망가뜨린 것으로 보입니다. 이 문제는 실제 일어나서는\n"
1354 "안 됩니다. apt에 대해 버그 보고를 하십시오."
1357 #. if (Packages == 1)
1359 #. c1out << std::endl;
1361 #. _("Since you only requested a single operation it is extremely likely that\n"
1362 #. "the package is simply not installable and a bug report against\n"
1363 #. "that package should be filed.") << std::endl;
1366 #: apt-private/private-install.cc:466 apt-private/private-install.cc:622
1367 msgid "The following information may help to resolve the situation:"
1368 msgstr "이 상황을 해결하는데 다음 정보가 도움이 될 수도 있습니다:"
1370 #: apt-private/private-install.cc:470
1371 msgid "Internal Error, AutoRemover broke stuff"
1372 msgstr "내부 오류, 문제 해결 프로그램이 무언가를 망가뜨렸습니다"
1374 #: apt-private/private-install.cc:479
1376 "The following package was automatically installed and is no longer required:"
1378 "The following packages were automatically installed and are no longer "
1380 msgstr[0] "다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:"
1382 #: apt-private/private-install.cc:486
1384 msgid "%lu package was automatically installed and is no longer required.\n"
1386 "%lu packages were automatically installed and are no longer required.\n"
1387 msgstr[0] "패키지 %lu개가 자동으로 설치되었지만 더 이상 필요하지 않습니다.\n"
1389 #: apt-private/private-install.cc:488
1391 msgid "Use 'apt-get autoremove' to remove it."
1392 msgid_plural "Use 'apt-get autoremove' to remove them."
1393 msgstr[0] "이들을 지우려면 'apt-get autoremove'를 사용하십시오."
1395 #: apt-private/private-install.cc:582
1396 msgid "You might want to run 'apt-get -f install' to correct these:"
1397 msgstr "다음을 바로잡으려면 'apt-get -f install'을 실행해 보십시오:"
1399 # FIXME: specify a solution? 무슨 솔루션?
1400 #: apt-private/private-install.cc:584
1402 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
1405 "의존성이 맞지 않습니다. 패키지 없이 'apt-get -f install'을 시도해 보십시오 "
1406 "(아니면 해결 방법을 지정하십시오)."
1408 #: apt-private/private-install.cc:607
1410 "Some packages could not be installed. This may mean that you have\n"
1411 "requested an impossible situation or if you are using the unstable\n"
1412 "distribution that some required packages have not yet been created\n"
1413 "or been moved out of Incoming."
1415 "몇몇 패키지를 설치할 수 없습니다. 요청한 상황이 불가능할 수도 있고,\n"
1416 "불안정 배포판을 사용해서 일부 필요한 패키지를 아직 만들지 않았거나,\n"
1417 "아직 Incoming에서 나오지 않은 경우일 수도 있습니다."
1419 #: apt-private/private-install.cc:628
1420 msgid "Broken packages"
1423 #: apt-private/private-install.cc:685
1425 msgid "The following additional packages will be installed:"
1426 msgstr "다음 패키지를 더 설치할 것입니다:"
1428 #: apt-private/private-install.cc:774
1429 msgid "Suggested packages:"
1432 #: apt-private/private-install.cc:776
1433 msgid "Recommended packages:"
1436 #: apt-private/private-install.cc:798
1438 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
1440 "%s 패키지를 건너 뜁니다. 이미 설치되어 있고 업그레이드를 하지 않습니다.\n"
1442 #: apt-private/private-install.cc:802
1444 msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
1445 msgstr "%s 패키지를 건너 뜁니다. 설치되지 않았고 업그레이드만 요청합니다.\n"
1447 #: apt-private/private-install.cc:814
1449 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
1450 msgstr "%s 패키지를 다시 설치하는 건 불가능합니다. 다운로드할 수 없습니다.\n"
1452 #. TRANSLATORS: First string is package name, second is version
1453 #: apt-private/private-install.cc:820
1455 msgid "%s is already the newest version (%s).\n"
1456 msgstr "%s 패키지는 이미 최신 버전입니다.\n"
1458 #: apt-private/private-install.cc:868
1460 msgid "Selected version '%s' (%s) for '%s'\n"
1461 msgstr "'%3$s' 패키지의 '%1$s' (%2$s) 버전을 선택합니다\n"
1463 #: apt-private/private-install.cc:873
1465 msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
1466 msgstr "'%3$s' 패키지의 '%1$s' (%2$s) 버전을 선택합니다\n"
1468 #: apt-private/private-list.cc:121
1472 #: apt-private/private-list.cc:151
1474 msgid "There is %i additional version. Please use the '-a' switch to see it"
1476 "There are %i additional versions. Please use the '-a' switch to see them."
1479 #: apt-private/private-cachefile.cc:96
1480 msgid "Correcting dependencies..."
1481 msgstr "의존성을 바로잡는 중입니다..."
1483 #: apt-private/private-cachefile.cc:99
1487 #: apt-private/private-cachefile.cc:102
1488 msgid "Unable to correct dependencies"
1489 msgstr "의존성을 바로잡을 수 없습니다"
1491 #: apt-private/private-cachefile.cc:105
1492 msgid "Unable to minimize the upgrade set"
1493 msgstr "업그레이드 집합을 최소화할 수 없습니다"
1495 #: apt-private/private-cachefile.cc:107
1499 #: apt-private/private-cachefile.cc:111
1500 msgid "You might want to run 'apt-get -f install' to correct these."
1502 "이 상황을 바로잡으려면 'apt-get -f install'을 실행해야 할 수도 있습니다."
1504 #: apt-private/private-cachefile.cc:114
1505 msgid "Unmet dependencies. Try using -f."
1506 msgstr "의존성이 맞지 않습니다. -f 옵션을 사용해 보십시오."
1508 #: apt-private/private-output.cc:105 apt-private/private-show.cc:84
1509 #: apt-private/private-show.cc:89
1513 #: apt-private/private-output.cc:272
1515 msgid "[installed,upgradable to: %s]"
1518 #: apt-private/private-output.cc:275
1520 msgid "[installed,local]"
1523 #: apt-private/private-output.cc:277
1524 msgid "[installed,auto-removable]"
1527 #: apt-private/private-output.cc:279
1529 msgid "[installed,automatic]"
1532 #: apt-private/private-output.cc:281
1537 #: apt-private/private-output.cc:284
1539 msgid "[upgradable from: %s]"
1542 #: apt-private/private-output.cc:288
1543 msgid "[residual-config]"
1546 #: apt-private/private-output.cc:402
1548 msgid "but %s is installed"
1549 msgstr "하지만 %s 패키지를 설치했습니다"
1551 #: apt-private/private-output.cc:404
1553 msgid "but %s is to be installed"
1554 msgstr "하지만 %s 패키지를 설치할 것입니다"
1556 #: apt-private/private-output.cc:411
1557 msgid "but it is not installable"
1558 msgstr "하지만 설치할 수 없습니다"
1560 #: apt-private/private-output.cc:413
1561 msgid "but it is a virtual package"
1562 msgstr "하지만 가상 패키지입니다"
1564 #: apt-private/private-output.cc:416
1565 msgid "but it is not installed"
1566 msgstr "하지만 설치하지 않았습니다"
1568 #: apt-private/private-output.cc:416
1569 msgid "but it is not going to be installed"
1570 msgstr "하지만 %s 패키지를 설치하지 않을 것입니다"
1572 #: apt-private/private-output.cc:421
1576 #: apt-private/private-output.cc:435 apt-private/private-output.cc:445
1577 msgid "The following packages have unmet dependencies:"
1578 msgstr "다음 패키지의 의존성이 맞지 않습니다:"
1580 #: apt-private/private-output.cc:455
1581 msgid "The following NEW packages will be installed:"
1582 msgstr "다음 새 패키지를 설치할 것입니다:"
1584 #: apt-private/private-output.cc:465
1585 msgid "The following packages will be REMOVED:"
1586 msgstr "다음 패키지를 지울 것입니다:"
1588 #: apt-private/private-output.cc:481
1589 msgid "The following packages have been kept back:"
1590 msgstr "다음 패키지를 과거 버전으로 유지합니다:"
1592 #: apt-private/private-output.cc:497
1593 msgid "The following packages will be upgraded:"
1594 msgstr "다음 패키지를 업그레이드할 것입니다:"
1596 #: apt-private/private-output.cc:512
1597 msgid "The following packages will be DOWNGRADED:"
1598 msgstr "다음 패키지를 다운그레이드할 것입니다:"
1600 #: apt-private/private-output.cc:525
1601 msgid "The following held packages will be changed:"
1602 msgstr "고정되었던 다음 패키지를 바꿀 것입니다:"
1604 #: apt-private/private-output.cc:552
1606 msgid "%s (due to %s)"
1609 #: apt-private/private-output.cc:602
1611 "WARNING: The following essential packages will be removed.\n"
1612 "This should NOT be done unless you know exactly what you are doing!"
1614 "경고: 꼭 필요한 다음 패키지를 지우게 됩니다.\n"
1615 "무슨 일을 하고 있는 지 정확히 알지 못한다면 지우지 마십시오!"
1617 #: apt-private/private-output.cc:633
1619 msgid "%lu upgraded, %lu newly installed, "
1620 msgstr "%lu개 업그레이드, %lu개 새로 설치, "
1622 #: apt-private/private-output.cc:637
1624 msgid "%lu reinstalled, "
1625 msgstr "%lu개 다시 설치, "
1627 #: apt-private/private-output.cc:639
1629 msgid "%lu downgraded, "
1630 msgstr "%lu개 업그레이드, "
1632 #: apt-private/private-output.cc:641
1634 msgid "%lu to remove and %lu not upgraded.\n"
1635 msgstr "%lu개 제거 및 %lu개 업그레이드 안 함.\n"
1637 #: apt-private/private-output.cc:645
1639 msgid "%lu not fully installed or removed.\n"
1640 msgstr "%lu개를 완전히 설치하지 못했거나 지움.\n"
1642 #. TRANSLATOR: Yes/No question help-text: defaulting to Y[es]
1643 #. e.g. "Do you want to continue? [Y/n] "
1644 #. The user has to answer with an input matching the
1645 #. YESEXPR/NOEXPR defined in your l10n.
1646 #: apt-private/private-output.cc:667
1650 #. TRANSLATOR: Yes/No question help-text: defaulting to N[o]
1651 #. e.g. "Should this file be removed? [y/N] "
1652 #. The user has to answer with an input matching the
1653 #. YESEXPR/NOEXPR defined in your l10n.
1654 #: apt-private/private-output.cc:673
1658 #. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set
1659 #: apt-private/private-output.cc:684
1663 #. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set
1664 #: apt-private/private-output.cc:690
1668 #: apt-private/private-output.cc:712 apt-pkg/cachefilter.cc:40
1670 msgid "Regex compilation error - %s"
1671 msgstr "정규식 컴파일 오류 - %s"
1673 #: apt-private/private-update.cc:31
1674 msgid "The update command takes no arguments"
1675 msgstr "update 명령은 인수를 받지 않습니다"
1677 #: apt-private/private-update.cc:96
1679 msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n"
1681 "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n"
1684 #: apt-private/private-update.cc:100
1685 msgid "All packages are up to date."
1688 #: apt-private/private-show.cc:158
1690 msgid "There is %i additional record. Please use the '-a' switch to see it"
1692 "There are %i additional records. Please use the '-a' switch to see them."
1695 #: apt-private/private-show.cc:165
1696 msgid "not a real package (virtual)"
1699 #: apt-private/private-main.cc:34
1701 "NOTE: This is only a simulation!\n"
1702 " apt-get needs root privileges for real execution.\n"
1703 " Keep also in mind that locking is deactivated,\n"
1704 " so don't depend on the relevance to the real current situation!"
1707 " 실행하려면 apt-get을 실행할 때 루트 권한이 필요합니다.\n"
1708 " 또 잠금 기능을 사용하지 않는 상태이므로, 현재 상황에 의존하지\n"
1711 #: apt-private/private-download.cc:62
1714 "Can't drop privileges for downloading as file '%s' couldn't be accessed by "
1718 #: apt-private/private-download.cc:94
1719 msgid "WARNING: The following packages cannot be authenticated!"
1720 msgstr "경고: 다음 패키지를 인증할 수 없습니다!"
1722 #: apt-private/private-download.cc:101
1723 msgid "Authentication warning overridden.\n"
1724 msgstr "인증 경고를 무시합니다.\n"
1726 #: apt-private/private-download.cc:106 apt-private/private-download.cc:113
1727 msgid "Some packages could not be authenticated"
1728 msgstr "인증할 수 없는 패키지가 있습니다"
1730 #: apt-private/private-download.cc:111
1731 msgid "Install these packages without verification?"
1732 msgstr "확인하지 않고 패키지를 설치하시겠습니까?"
1734 #: apt-private/private-download.cc:122
1737 "There were unauthenticated packages and -y was used without --allow-"
1739 msgstr "문제가 발생했고 -y 옵션이 --force-yes 옵션 없이 사용되었습니다"
1741 #: apt-private/private-download.cc:154
1743 msgid "Failed to fetch %s %s\n"
1744 msgstr "%s 파일을 받는데 실패했습니다 %s\n"
1746 #: apt-private/private-download.cc:176 apt-private/private-download.cc:179
1748 msgid "Couldn't determine free space in %s"
1749 msgstr "%s의 여유 공간의 크기를 파악할 수 없습니다"
1751 #: apt-private/private-download.cc:193
1753 msgid "You don't have enough free space in %s."
1754 msgstr "%s 안에 충분한 여유 공간이 없습니다."
1756 #: apt-private/private-sources.cc:58
1758 msgid "Failed to parse %s. Edit again? "
1759 msgstr "%s 파일의 이름을 %s(으)로 바꾸는데 실패했습니다"
1761 #: apt-private/private-sources.cc:70
1763 msgid "Your '%s' file changed, please run 'apt-get update'."
1766 #: apt-private/private-search.cc:69
1767 msgid "Full Text Search"
1770 #. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update'
1771 #: apt-private/acqprogress.cc:74
1776 #. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update'
1777 #. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens
1778 #: apt-private/acqprogress.cc:96
1783 #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
1784 #. which failed to download, but the error is ignored (compare "Err:")
1785 #: apt-private/acqprogress.cc:126
1790 #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
1791 #. which failed to download and the error is critical (compare "Ign:")
1792 #: apt-private/acqprogress.cc:136
1797 #: apt-private/acqprogress.cc:159
1799 msgid "Fetched %sB in %s (%sB/s)\n"
1800 msgstr "내려받기 %s바이트, 소요시간 %s (%s바이트/초)\n"
1802 #: apt-private/acqprogress.cc:229
1806 #: apt-private/acqprogress.cc:297
1809 "Media change: please insert the disc labeled\n"
1811 "in the drive '%s' and press [Enter]\n"
1813 "미디어 바꾸기: '%2$s' 드라이브에 다음 레이블이 달린\n"
1814 "디스크를 넣고 enter를 누르십시오\n"
1817 #. Only warn if there are no sources.list.d.
1818 #. Only warn if there is no sources.list file.
1819 #: methods/mirror.cc:95 apt-pkg/init.cc:133 apt-pkg/init.cc:141
1820 #: apt-pkg/clean.cc:43 apt-pkg/acquire.cc:557 apt-pkg/policy.cc:412
1821 #: apt-pkg/sourcelist.cc:306 apt-pkg/sourcelist.cc:312
1822 #: apt-pkg/contrib/fileutl.cc:375 apt-pkg/contrib/fileutl.cc:488
1823 #: apt-pkg/contrib/cdromutl.cc:205 apt-inst/extract.cc:471
1825 msgid "Unable to read %s"
1826 msgstr "%s을(를) 읽을 수 없습니다"
1828 #: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/clean.cc:49
1829 #: apt-pkg/clean.cc:67 apt-pkg/clean.cc:130 apt-pkg/acquire.cc:563
1830 #: apt-pkg/acquire.cc:588 apt-pkg/contrib/cdromutl.cc:201
1831 #: apt-pkg/contrib/cdromutl.cc:235
1833 msgid "Unable to change to %s"
1834 msgstr "%s 디렉토리로 이동할 수 없습니다"
1836 #. FIXME: fallback to a default mirror here instead
1837 #. and provide a config option to define that default
1838 #: methods/mirror.cc:280
1840 msgid "No mirror file '%s' found "
1841 msgstr "'%s' 미러 파일이 없습니다 "
1843 #. FIXME: fallback to a default mirror here instead
1844 #. and provide a config option to define that default
1845 #: methods/mirror.cc:287
1847 msgid "Can not read mirror file '%s'"
1848 msgstr "'%s' 미러 파일이 없습니다 "
1850 #: methods/mirror.cc:315
1852 msgid "No entry found in mirror file '%s'"
1853 msgstr "'%s' 미러 파일이 없습니다 "
1855 #: methods/mirror.cc:445
1857 msgid "[Mirror: %s]"
1858 msgstr "[미러 사이트: %s]"
1860 #: methods/rsh.cc:109 ftparchive/multicompress.cc:170
1861 msgid "Failed to create IPC pipe to subprocess"
1862 msgstr "하위 프로세스에 대한 IPC 파이프를 만드는데 실패했습니다"
1864 #: methods/rsh.cc:364
1865 msgid "Connection closed prematurely"
1866 msgstr "연결이 너무 빨리 끊어졌습니다"
1868 #: dselect/install:33
1869 msgid "Bad default setting!"
1870 msgstr "기본 설정이 잘못되었습니다!"
1872 #: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95
1873 #: dselect/install:106 dselect/update:45
1875 msgid "Press [Enter] to continue."
1876 msgstr "계속 하시려면 enter를 누르십시오."
1878 #: dselect/install:92
1879 msgid "Do you want to erase any previously downloaded .deb files?"
1880 msgstr "이전에 다운로드 받았던 .deb 파일을 지우시겠습니까?"
1882 #: dselect/install:102
1883 msgid "Some errors occurred while unpacking. Packages that were installed"
1884 msgstr "압축을 푸는데 몇몇 오류가 발생했습니다. 설치된 패키지를"
1886 #: dselect/install:103
1887 msgid "will be configured. This may result in duplicate errors"
1888 msgstr "설정합니다. 오류때문에 의존성을 만족하지 못해 설정하는 과정에서"
1890 #: dselect/install:104
1891 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1893 "오류가 중복되어 나타날 수 있습니다. 하지만 상관없고, 이 메세지 위에 나온"
1895 #: dselect/install:105
1897 "above this message are important. Please fix them and run [I]nstall again"
1898 msgstr "오류만 중요합니다. 이 오류를 고친 다음에 설치(I)를 다시 시도하십시오"
1900 #: dselect/update:30
1901 msgid "Merging available information"
1902 msgstr "이용 가능 패키지 정보를 합칩니다"
1904 #: apt-pkg/install-progress.cc:58
1906 msgid "Progress: [%3i%%]"
1909 #: apt-pkg/install-progress.cc:93 apt-pkg/install-progress.cc:177
1910 msgid "Running dpkg"
1911 msgstr "dpkg 실행하는 중입니다"
1913 #: apt-pkg/init.cc:176
1915 msgid "Packaging system '%s' is not supported"
1916 msgstr "'%s' 패키지 시스템을 지원하지 않습니다"
1918 #: apt-pkg/init.cc:192
1919 msgid "Unable to determine a suitable packaging system type"
1920 msgstr "올바른 패키지 시스템 타입을 알아낼 수 없습니다"
1922 #: apt-pkg/indexcopy.cc:228 apt-pkg/indexcopy.cc:753
1924 msgid "Wrote %i records.\n"
1925 msgstr "레코드 %i개를 썼습니다.\n"
1927 #: apt-pkg/indexcopy.cc:230 apt-pkg/indexcopy.cc:755
1929 msgid "Wrote %i records with %i missing files.\n"
1930 msgstr "레코드 %i개를 파일 %i개가 빠진 상태로 썼습니다.\n"
1932 #: apt-pkg/indexcopy.cc:233 apt-pkg/indexcopy.cc:758
1934 msgid "Wrote %i records with %i mismatched files\n"
1935 msgstr "레코드 %i개를 파일 %i개가 맞지 않은 상태로 썼습니다\n"
1937 #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:761
1939 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
1940 msgstr "레코드 %i개를 파일 %i개가 빠지고 %i개가 맞지 않은 상태로 썼습니다\n"
1942 #: apt-pkg/indexcopy.cc:498
1944 msgid "Can't find authentication record for: %s"
1945 msgstr "다음의 인증 기록을 찾을 수 없습니다: %s"
1947 #: apt-pkg/indexcopy.cc:504
1949 msgid "Hash mismatch for: %s"
1950 msgstr "다음의 해시가 다릅니다: %s"
1952 #: apt-pkg/cachefile.cc:101
1953 msgid "The package lists or status file could not be parsed or opened."
1954 msgstr "패키지 목록이나 상태 파일을 파싱할 수 없거나 열 수 없습니다."
1956 #: apt-pkg/cachefile.cc:105
1957 msgid "You may want to run apt-get update to correct these problems"
1958 msgstr "apt-get update를 실행하면 이 문제를 바로잡을 수도 있습니다."
1960 #: apt-pkg/cachefile.cc:123
1961 msgid "The list of sources could not be read."
1962 msgstr "소스 목록을 읽을 수 없습니다."
1964 #: apt-pkg/pkgcache.cc:163
1965 msgid "Empty package cache"
1966 msgstr "패키지 캐시가 비어 있습니다"
1968 #: apt-pkg/pkgcache.cc:169 apt-pkg/pkgcache.cc:180
1969 msgid "The package cache file is corrupted"
1970 msgstr "패키지 캐시 파일이 손상되었습니다"
1972 #: apt-pkg/pkgcache.cc:174
1973 msgid "The package cache file is an incompatible version"
1974 msgstr "패키지 캐시 파일이 호환되지 않는 버전입니다"
1976 #: apt-pkg/pkgcache.cc:177
1978 msgid "The package cache file is corrupted, it is too small"
1979 msgstr "패키지 캐시 파일이 손상되었습니다"
1981 #: apt-pkg/pkgcache.cc:184
1983 msgid "This APT does not support the versioning system '%s'"
1984 msgstr "이 APT는 '%s' 버전 시스템을 지원하지 않습니다"
1986 #: apt-pkg/pkgcache.cc:194
1988 msgid "The package cache was built for different architectures: %s vs %s"
1989 msgstr "패키지 캐시가 다른 아키텍쳐용입니다."
1991 #: apt-pkg/pkgcache.cc:319
1995 #: apt-pkg/pkgcache.cc:319
1999 #: apt-pkg/pkgcache.cc:319
2003 #: apt-pkg/pkgcache.cc:320
2007 #: apt-pkg/pkgcache.cc:320
2011 #: apt-pkg/pkgcache.cc:320
2015 #: apt-pkg/pkgcache.cc:321
2019 #: apt-pkg/pkgcache.cc:321
2023 #: apt-pkg/pkgcache.cc:321
2027 #: apt-pkg/pkgcache.cc:332
2031 #: apt-pkg/pkgcache.cc:332
2035 #: apt-pkg/pkgcache.cc:332
2039 #: apt-pkg/pkgcache.cc:333
2043 #: apt-pkg/pkgcache.cc:333
2047 #: apt-pkg/acquire-worker.cc:111
2049 msgid "The method driver %s could not be found."
2050 msgstr "설치 방법 드라이버 %s을(를) 찾을 수 없습니다."
2052 #: apt-pkg/acquire-worker.cc:113
2054 msgid "Is the package %s installed?"
2055 msgstr "'dpkg-dev' 패키지가 설치되었는지를 확인하십시오.\n"
2057 #: apt-pkg/acquire-worker.cc:164
2059 msgid "Method %s did not start correctly"
2060 msgstr "설치 방법 %s이(가) 올바르게 시작하지 않았습니다"
2062 #: apt-pkg/acquire-worker.cc:536
2065 "Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]."
2067 "'%2$s' 드라이브에 '%1$s'(으)로 표기된 디스크를 넣고 Enter를 누르십시오."
2069 #: apt-pkg/pkgrecords.cc:38
2071 msgid "Index file type '%s' is not supported"
2072 msgstr "인덱스 파일 타입 '%s' 타입은 지원하지 않습니다"
2074 #: apt-pkg/depcache.cc:139 apt-pkg/depcache.cc:167
2075 msgid "Building dependency tree"
2076 msgstr "의존성 트리를 만드는 중입니다"
2078 #: apt-pkg/depcache.cc:140
2079 msgid "Candidate versions"
2082 #: apt-pkg/depcache.cc:168
2083 msgid "Dependency generation"
2086 #: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225
2087 msgid "Reading state information"
2088 msgstr "상태 정보를 읽는 중입니다"
2090 #: apt-pkg/depcache.cc:252
2092 msgid "Failed to open StateFile %s"
2093 msgstr "상태파일 %s 여는데 실패했습니다"
2095 #: apt-pkg/depcache.cc:257
2097 msgid "Failed to write temporary StateFile %s"
2098 msgstr "임시 상태파일 %s 쓰는데 실패했습니다"
2100 #: apt-pkg/acquire-item.cc:116
2101 msgid "Use --allow-insecure-repositories to force the update"
2104 #: apt-pkg/acquire-item.cc:561 apt-pkg/contrib/fileutl.cc:2161
2106 msgid "rename failed, %s (%s -> %s)."
2107 msgstr "이름 바꾸기가 실패했습니다. %s (%s -> %s)."
2109 #: apt-pkg/acquire-item.cc:585
2110 msgid "Hash Sum mismatch"
2111 msgstr "해시 합이 맞지 않습니다"
2113 #: apt-pkg/acquire-item.cc:590
2114 msgid "Size mismatch"
2115 msgstr "크기가 맞지 않습니다"
2117 #: apt-pkg/acquire-item.cc:595
2119 msgid "Invalid file format"
2122 #: apt-pkg/acquire-item.cc:600
2124 msgid "Signature error"
2127 #: apt-pkg/acquire-item.cc:789
2130 "An error occurred during the signature verification. The repository is not "
2131 "updated and the previous index files will be used. GPG error: %s: %s"
2133 "디지털 서명 확인에 오류가 발생했습니다. 저장고를 업데이트하지 않고\n"
2134 "예전의 인덱스 파일을 사용합니다. GPG 오류: %s: %s\n"
2136 #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
2137 #: apt-pkg/acquire-item.cc:799 apt-pkg/acquire-item.cc:805
2139 msgid "GPG error: %s: %s"
2140 msgstr "GPG 오류: %s: %s"
2142 #: apt-pkg/acquire-item.cc:970
2145 "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
2146 "or malformed file)"
2149 #: apt-pkg/acquire-item.cc:1026
2150 msgid "There is no public key available for the following key IDs:\n"
2151 msgstr "다음 키 ID의 공개키가 없습니다:\n"
2153 #. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
2154 #. the time since then the file is invalid - formatted in the same way as in
2155 #. the download progress display (e.g. 7d 3h 42min 1s)
2156 #: apt-pkg/acquire-item.cc:1066
2159 "Release file for %s is expired (invalid since %s). Updates for this "
2160 "repository will not be applied."
2163 #: apt-pkg/acquire-item.cc:1107
2165 msgid "Conflicting distribution: %s (expected %s but got %s)"
2166 msgstr "배포판 충돌: %s (예상값 %s, 실제값 %s)"
2168 #: apt-pkg/acquire-item.cc:1224 apt-pkg/acquire-item.cc:1480
2171 "The data from '%s' is not signed. Packages from that repository can not be "
2175 #: apt-pkg/acquire-item.cc:1326
2178 "The repository '%s' does not have a Release file. This is deprecated, please "
2179 "contact the owner of the repository."
2182 #: apt-pkg/acquire-item.cc:1459
2184 msgid "The repository '%s' is no longer signed."
2185 msgstr "%s 디렉터리가 전환되었습니다"
2187 #: apt-pkg/acquire-item.cc:1466
2189 "This is normally not allowed, but the option Acquire::"
2190 "AllowDowngradeToInsecureRepositories was given to override it."
2193 #: apt-pkg/acquire-item.cc:2611
2196 "I wasn't able to locate a file for the %s package. This might mean you need "
2197 "to manually fix this package. (due to missing arch)"
2199 "%s 패키지의 파일을 찾을 수 없습니다. 수동으로 이 패키지를 고쳐야 할 수도 있습"
2200 "니다. (아키텍쳐가 빠졌기 때문입니다)"
2202 #: apt-pkg/acquire-item.cc:2677
2204 msgid "Can't find a source to download version '%s' of '%s'"
2207 #: apt-pkg/acquire-item.cc:2715
2210 "The package index files are corrupted. No Filename: field for package %s."
2212 "패키지 인덱스 파일이 손상되었습니다. %s 패키지에 Filename: 필드가 없습니다."
2214 #. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1
2215 #: apt-pkg/acquire-item.cc:2916 apt-pkg/acquire-item.cc:3054
2217 msgid "Changelog unavailable for %s=%s"
2218 msgstr "%s(%s)에 연결하는 중입니다"
2220 #: apt-pkg/clean.cc:39 apt-pkg/acquire.cc:553
2222 msgid "Clean of %s is not supported"
2223 msgstr "인덱스 파일 타입 '%s' 타입은 지원하지 않습니다"
2225 #: apt-pkg/clean.cc:64
2227 msgid "Unable to stat %s."
2228 msgstr "%s의 정보를 읽을 수 없습니다."
2230 #: apt-pkg/pkgcachegen.cc:112
2231 msgid "Cache has an incompatible versioning system"
2232 msgstr "캐시의 버전 시스템이 호환되지 않습니다"
2234 #. TRANSLATOR: The first placeholder is a package name,
2235 #. the other two should be copied verbatim as they include debug info
2236 #: apt-pkg/pkgcachegen.cc:237 apt-pkg/pkgcachegen.cc:299
2237 #: apt-pkg/pkgcachegen.cc:365 apt-pkg/pkgcachegen.cc:369
2238 #: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:394
2239 #: apt-pkg/pkgcachegen.cc:398 apt-pkg/pkgcachegen.cc:402
2240 #: apt-pkg/pkgcachegen.cc:423 apt-pkg/pkgcachegen.cc:428
2241 #: apt-pkg/pkgcachegen.cc:474 apt-pkg/pkgcachegen.cc:488
2243 msgid "Error occurred while processing %s (%s%d)"
2244 msgstr "%s 처리 중에 오류가 발생했습니다 (FindPkg)"
2246 #: apt-pkg/pkgcachegen.cc:257
2247 msgid "Wow, you exceeded the number of package names this APT is capable of."
2248 msgstr "우와, 이 APT가 처리할 수 있는 패키지 이름 개수를 넘어갔습니다."
2250 #: apt-pkg/pkgcachegen.cc:260
2251 msgid "Wow, you exceeded the number of versions this APT is capable of."
2252 msgstr "우와, 이 APT가 처리할 수 있는 버전 개수를 넘어갔습니다."
2254 #: apt-pkg/pkgcachegen.cc:263
2255 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2256 msgstr "우와, 이 APT가 처리할 수 있는 설명 개수를 넘어갔습니다."
2258 #: apt-pkg/pkgcachegen.cc:266
2259 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2260 msgstr "우와, 이 APT가 처리할 수 있는 의존성 개수를 넘어갔습니다."
2262 #: apt-pkg/pkgcachegen.cc:1400 apt-pkg/pkgcachegen.cc:1526
2263 #: apt-pkg/pkgcachegen.cc:1552 apt-pkg/pkgcachegen.cc:1671
2264 msgid "Reading package lists"
2265 msgstr "패키지 목록을 읽는 중입니다"
2267 #: apt-pkg/pkgcachegen.cc:1471 apt-pkg/pkgcachegen.cc:1478
2268 msgid "IO Error saving source cache"
2269 msgstr "소스 캐시를 저장하는데 입출력 오류가 발생했습니다"
2271 #: apt-pkg/pkgcachegen.cc:1570 apt-pkg/pkgcachegen.cc:1572
2272 #: apt-pkg/contrib/fileutl.cc:2151 cmdline/apt-extracttemplates.cc:263
2274 msgid "Unable to write to %s"
2275 msgstr "%s에 쓸 수 없습니다"
2277 #: apt-pkg/acquire.cc:126 apt-pkg/acquire.cc:146 apt-pkg/cdrom.cc:833
2279 msgid "List directory %spartial is missing."
2280 msgstr "목록 디렉터리 %spartial이 빠졌습니다."
2282 #: apt-pkg/acquire.cc:129 apt-pkg/acquire.cc:151
2284 msgid "Archives directory %spartial is missing."
2285 msgstr "아카이브 디렉터리 %spartial이 빠졌습니다."
2287 #: apt-pkg/acquire.cc:162
2289 msgid "Unable to lock directory %s"
2290 msgstr "%s 디렉터리를 잠글 수 없습니다"
2292 #. only show the ETA if it makes sense
2294 #: apt-pkg/acquire.cc:1081
2296 msgid "Retrieving file %li of %li (%s remaining)"
2297 msgstr "파일 받아오는 중: %2$li 중 %1$li (%3$s 남았음)"
2299 #: apt-pkg/acquire.cc:1083
2301 msgid "Retrieving file %li of %li"
2302 msgstr "파일 받아오는 중: %2$li 중 %1$li"
2304 #: apt-pkg/update.cc:76
2306 msgid "Failed to fetch %s %s"
2307 msgstr "%s 파일을 받는데 실패했습니다 %s\n"
2309 #: apt-pkg/update.cc:102 apt-pkg/update.cc:104
2312 "Some index files failed to download. They have been ignored, or old ones "
2315 "일부 인덱스 파일을 다운로드하는데 실패했습니다. 해당 파일을 무시하거나 과거"
2318 #: apt-pkg/srcrecords.cc:53
2319 msgid "You must put some 'source' URIs in your sources.list"
2320 msgstr "sources.list에 '소스' URI를 써 넣어야 합니다"
2322 #: apt-pkg/policy.cc:77
2325 "The value '%s' is invalid for APT::Default-Release as such a release is not "
2326 "available in the sources"
2329 #: apt-pkg/policy.cc:453
2331 msgid "Invalid record in the preferences file %s, no Package header"
2332 msgstr "기본 설정 파일 %s에 잘못된 데이터가 있습니다. Package 헤더가 없습니다"
2334 #: apt-pkg/policy.cc:475
2336 msgid "Did not understand pin type %s"
2337 msgstr "핀 타입 %s이(가) 무엇인지 이해할 수 없습니다"
2339 #: apt-pkg/policy.cc:484
2341 msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
2344 #: apt-pkg/policy.cc:491
2345 msgid "No priority (or zero) specified for pin"
2346 msgstr "핀에 우선순위(혹은 0)를 지정하지 않았습니다"
2348 #: apt-pkg/packagemanager.cc:303 apt-pkg/packagemanager.cc:983
2351 "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
2352 "under APT::Immediate-Configure for details. (%d)"
2354 "'%s'에 대해 즉시 설정을 할 수 없습니다. 자세한 설명은 man 5 apt.conf 페이지에"
2355 "서 APT::Immediate-Configure 항목을 보십시오. (%d)"
2357 #: apt-pkg/packagemanager.cc:562 apt-pkg/packagemanager.cc:592
2359 msgid "Could not configure '%s'. "
2360 msgstr "'%s' 파일을 열 수 없습니다"
2362 #: apt-pkg/packagemanager.cc:642
2365 "This installation run will require temporarily removing the essential "
2366 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2367 "you really want to do it, activate the APT::Force-LoopBreak option."
2369 "이번에 설치할 때 충돌/선의존성이 루프가 걸렸기 때문에 꼭 필요한 %s 패키지를 "
2370 "잠깐 제거해야 합니다. 이 패키지를 제거하는 건 좋지 않지만, 정말 지우려면 "
2371 "APT::Force-LoopBreak 옵션을 켜십시오."
2373 #: apt-pkg/cdrom.cc:498
2375 msgid "Line %u too long in source list %s."
2376 msgstr "소스 리스트 %2$s의 %1$u번 줄이 너무 깁니다."
2378 #: apt-pkg/cdrom.cc:572
2379 msgid "Unmounting CD-ROM...\n"
2380 msgstr "CD-ROM을 마운트 해제하는 중입니다...\n"
2382 #: apt-pkg/cdrom.cc:587
2384 msgid "Using CD-ROM mount point %s\n"
2385 msgstr "CD-ROM 마운트 위치 %s 사용\n"
2387 #: apt-pkg/cdrom.cc:600
2388 msgid "Waiting for disc...\n"
2389 msgstr "디스크를 기다리는 중입니다...\n"
2391 #: apt-pkg/cdrom.cc:610
2392 msgid "Mounting CD-ROM...\n"
2393 msgstr "CD-ROM 마운트하는 중입니다...\n"
2395 #: apt-pkg/cdrom.cc:621
2396 msgid "Identifying... "
2397 msgstr "알아보는 중입니다... "
2399 #: apt-pkg/cdrom.cc:663
2401 msgid "Stored label: %s\n"
2402 msgstr "저장된 레이블: %s\n"
2404 #: apt-pkg/cdrom.cc:681
2405 msgid "Scanning disc for index files...\n"
2406 msgstr "디스크에서 색인 파일을 찾는 중입니다...\n"
2408 #: apt-pkg/cdrom.cc:735
2411 "Found %zu package indexes, %zu source indexes, %zu translation indexes and "
2413 msgstr "패키지 색인 %zu개, 소스 색인 %zu개, 번역 색인 %zu개, 서명 %zu개 발견\n"
2415 #: apt-pkg/cdrom.cc:745
2417 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2418 "wrong architecture?"
2420 "패키지 파일이 하나도 없습니다. 아마도 데비안 디스크가 아니거나 아키텍처가 잘"
2423 #: apt-pkg/cdrom.cc:772
2425 msgid "Found label '%s'\n"
2426 msgstr "레이블 발견: %s \n"
2428 #: apt-pkg/cdrom.cc:801
2429 msgid "That is not a valid name, try again.\n"
2430 msgstr "올바른 이름이 아닙니다. 다시 시도하십시오.\n"
2432 #: apt-pkg/cdrom.cc:818
2435 "This disc is called: \n"
2438 "이 디스크는 다음과 같습니다: \n"
2441 #: apt-pkg/cdrom.cc:820
2442 msgid "Copying package lists..."
2443 msgstr "패키지 목록을 복사하는 중입니다..."
2445 #: apt-pkg/cdrom.cc:867
2446 msgid "Writing new source list\n"
2447 msgstr "새 소스 리스트를 쓰는 중입니다\n"
2449 #: apt-pkg/cdrom.cc:878
2450 msgid "Source list entries for this disc are:\n"
2451 msgstr "이 디스크의 소스 리스트 항목은 다음과 같습니다:\n"
2453 #: apt-pkg/upgrade.cc:34 apt-pkg/upgrade.cc:136 apt-pkg/upgrade.cc:182
2454 msgid "Calculating upgrade"
2455 msgstr "업그레이드를 계산하는 중입니다"
2457 #: apt-pkg/algorithms.cc:263
2460 "The package %s needs to be reinstalled, but I can't find an archive for it."
2462 "%s 패키지를 다시 설치해야 하지만, 이 패키지의 아카이브를 찾을 수 없습니다."
2464 #: apt-pkg/algorithms.cc:1080
2466 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2469 "오류, pkgProblemResolver::Resolve가 망가졌습니다. 고정 패키지때문에 발생할 수"
2472 #: apt-pkg/algorithms.cc:1082
2473 msgid "Unable to correct problems, you have held broken packages."
2474 msgstr "문제를 바로잡을 수 없습니다. 망가진 고정 패키지가 있습니다."
2476 #: apt-pkg/edsp.cc:184 apt-pkg/edsp.cc:210
2477 msgid "Send scenario to solver"
2480 #: apt-pkg/edsp.cc:232
2481 msgid "Send request to solver"
2484 #: apt-pkg/edsp.cc:311
2485 msgid "Prepare for receiving solution"
2488 #: apt-pkg/edsp.cc:318
2489 msgid "External solver failed without a proper error message"
2492 #: apt-pkg/edsp.cc:610 apt-pkg/edsp.cc:613 apt-pkg/edsp.cc:618
2493 msgid "Execute external solver"
2496 #: apt-pkg/tagfile.cc:196 apt-pkg/tagfile.cc:296 apt-pkg/deb/debrecords.cc:212
2498 msgid "Unable to parse package file %s (%d)"
2499 msgstr "패키지 파일 %s 파일을 파싱할 수 없습니다 (%d)"
2501 #: apt-pkg/tagfile.cc:541 apt-pkg/tagfile.cc:544
2503 msgid "Cannot convert %s to integer"
2506 #. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports
2507 #: apt-pkg/sourcelist.cc:133 apt-pkg/sourcelist.cc:140
2508 #: apt-pkg/sourcelist.cc:143 apt-pkg/sourcelist.cc:151
2509 #: apt-pkg/sourcelist.cc:158 apt-pkg/sourcelist.cc:197
2510 #: apt-pkg/sourcelist.cc:200 apt-pkg/sourcelist.cc:211
2511 #: apt-pkg/sourcelist.cc:217 apt-pkg/sourcelist.cc:220
2512 #: apt-pkg/sourcelist.cc:233 apt-pkg/sourcelist.cc:235
2513 #: apt-pkg/sourcelist.cc:238 apt-pkg/sourcelist.cc:244
2514 #: apt-pkg/sourcelist.cc:251
2516 msgid "Malformed entry %u in %s file %s (%s)"
2517 msgstr "override %s의 %lu번 줄 #1이 잘못되었습니다"
2519 #: apt-pkg/sourcelist.cc:355
2522 msgstr "%s 파일을 여는 중입니다"
2524 #: apt-pkg/sourcelist.cc:389
2526 msgid "Malformed line %u in source list %s (type)"
2527 msgstr "소스 리스트 %2$s의 %1$u번 줄이 잘못되었습니다 (타입)"
2529 #: apt-pkg/sourcelist.cc:393
2531 msgid "Type '%s' is not known on line %u in source list %s"
2532 msgstr "소스 목록 %3$s의 %2$u번 줄의 '%1$s' 타입을 알 수 없습니다"
2534 #: apt-pkg/sourcelist.cc:413 apt-pkg/sourcelist.cc:419
2536 msgid "Malformed stanza %u in source list %s (type)"
2537 msgstr "소스 리스트 %2$s의 %1$u번 줄이 잘못되었습니다 (타입)"
2539 #: apt-pkg/sourcelist.cc:429
2541 msgid "Type '%s' is not known on stanza %u in source list %s"
2542 msgstr "소스 목록 %3$s의 %2$u번 줄의 '%1$s' 타입을 알 수 없습니다"
2544 #: apt-pkg/cacheset.cc:500
2546 msgid "Release '%s' for '%s' was not found"
2547 msgstr "%2$s 패키지의 '%1$s' 릴리즈를 찾을 수 없습니다"
2549 #: apt-pkg/cacheset.cc:503
2551 msgid "Version '%s' for '%s' was not found"
2552 msgstr "%2$s 패키지의 '%1$s' 버전을 찾을 수 없습니다"
2554 #: apt-pkg/cacheset.cc:738
2556 msgid "Couldn't find task '%s'"
2557 msgstr "'%s' 작업을 찾을 수 없습니다"
2559 #: apt-pkg/cacheset.cc:744
2561 msgid "Couldn't find any package by regex '%s'"
2562 msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
2564 #: apt-pkg/cacheset.cc:750
2566 msgid "Couldn't find any package by glob '%s'"
2567 msgstr "'%s' 정규식에 해당하는 패키지가 없습니다"
2569 #: apt-pkg/cacheset.cc:789
2571 msgid "Can't select versions from package '%s' as it is purely virtual"
2572 msgstr "'%s' 패키지는 가상 패키지이므로 버전을 선택할 수 없습니다"
2574 #: apt-pkg/cacheset.cc:828
2576 msgid "Can't select newest version from package '%s' as it is purely virtual"
2577 msgstr "'%s' 패키지에서 최신 버전을 선택할 수 없습니다. 가상 패키지입니다."
2579 #: apt-pkg/cacheset.cc:836
2581 msgid "Can't select candidate version from package %s as it has no candidate"
2582 msgstr "'%s' 패키지에서 후보 버전을 선택할 수 없습니다. 후보가 없습니다."
2584 #: apt-pkg/cacheset.cc:844
2586 msgid "Can't select installed version from package %s as it is not installed"
2587 msgstr "'%s' 패키지에서 설치한 버전을 선택할 수 없습니다. 설치하지 않았습니다."
2589 #: apt-pkg/cacheset.cc:852 apt-pkg/cacheset.cc:860
2592 "Can't select installed nor candidate version from package '%s' as it has "
2595 "'%s' 패키지에서 설치한 버전이나 후보 버전을 선택할 수 없습니다. 둘 다 아닙니"
2598 #. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds
2599 #: apt-pkg/contrib/strutl.cc:420
2601 msgid "%lid %lih %limin %lis"
2602 msgstr "%li일 %li시간 %li분 %li초"
2604 #. TRANSLATOR: h means hours, min means minutes, s means seconds
2605 #: apt-pkg/contrib/strutl.cc:425
2607 msgid "%lih %limin %lis"
2608 msgstr "%li시간 %li분 %li초"
2610 #. TRANSLATOR: min means minutes, s means seconds
2611 #: apt-pkg/contrib/strutl.cc:430
2616 #. TRANSLATOR: s means seconds
2617 #: apt-pkg/contrib/strutl.cc:435
2622 #: apt-pkg/contrib/strutl.cc:1279
2624 msgid "Selection %s not found"
2625 msgstr "선택한 %s이(가) 없습니다"
2627 #: apt-pkg/contrib/fileutl.cc:197
2629 msgid "Not using locking for read only lock file %s"
2630 msgstr "읽기 전용 잠금 파일 %s에 대해 잠금을 사용하지 않습니다"
2632 #: apt-pkg/contrib/fileutl.cc:202
2634 msgid "Could not open lock file %s"
2635 msgstr "잠금 파일 %s 파일을 열 수 없습니다"
2637 #: apt-pkg/contrib/fileutl.cc:225
2639 msgid "Not using locking for nfs mounted lock file %s"
2640 msgstr "NFS로 마운트된 잠금 파일 %s에 대해 잠금을 사용하지 않습니다"
2642 #: apt-pkg/contrib/fileutl.cc:230
2644 msgid "Could not get lock %s"
2645 msgstr "%s 잠금 파일을 얻을 수 없습니다"
2647 #: apt-pkg/contrib/fileutl.cc:367 apt-pkg/contrib/fileutl.cc:481
2649 msgid "List of files can't be created as '%s' is not a directory"
2652 #: apt-pkg/contrib/fileutl.cc:401
2654 msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
2657 #: apt-pkg/contrib/fileutl.cc:419
2659 msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
2662 #: apt-pkg/contrib/fileutl.cc:428
2665 "Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
2668 #: apt-pkg/contrib/fileutl.cc:862
2670 msgid "Sub-process %s received a segmentation fault."
2671 msgstr "하위 프로세스 %s 프로세스가 세그멘테이션 오류를 받았습니다."
2673 #: apt-pkg/contrib/fileutl.cc:864
2675 msgid "Sub-process %s received signal %u."
2676 msgstr "하위 프로세스 %s 프로세스가 %u번 시그널을 받았습니다."
2678 #: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:227
2680 msgid "Sub-process %s returned an error code (%u)"
2681 msgstr "하위 프로세스 %s 프로세스가 오류 코드(%u)를 리턴했습니다"
2683 #: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:220
2685 msgid "Sub-process %s exited unexpectedly"
2686 msgstr "하위 프로세스 %s 프로세스가 예상치 못하게 끝났습니다"
2688 #: apt-pkg/contrib/fileutl.cc:987
2690 msgid "Problem closing the gzip file %s"
2691 msgstr "%s gzip 파일을 닫는데 문제가 있습니다"
2693 #: apt-pkg/contrib/fileutl.cc:1194
2695 msgid "Could not open file %s"
2696 msgstr "%s 파일을 열 수 없습니다"
2698 #: apt-pkg/contrib/fileutl.cc:1253 apt-pkg/contrib/fileutl.cc:1300
2700 msgid "Could not open file descriptor %d"
2701 msgstr "%d 파일 디스크립터를 열 수 없습니다"
2703 #: apt-pkg/contrib/fileutl.cc:1408 apt-pkg/contrib/fileutl.cc:2176
2704 msgid "Failed to create subprocess IPC"
2705 msgstr "하위 프로세스 IPC를 만드는데 실패했습니다"
2707 #: apt-pkg/contrib/fileutl.cc:1466
2708 msgid "Failed to exec compressor "
2709 msgstr "다음 압축 프로그램을 실행하는데 실패했습니다: "
2711 #: apt-pkg/contrib/fileutl.cc:1607
2713 msgid "read, still have %llu to read but none left"
2714 msgstr "%lu만큼 더 읽어야 하지만 더 이상 읽을 데이터가 없습니다"
2716 #: apt-pkg/contrib/fileutl.cc:1720 apt-pkg/contrib/fileutl.cc:1742
2718 msgid "write, still have %llu to write but couldn't"
2719 msgstr "%lu만큼 더 써야 하지만 더 이상 쓸 수 없습니다"
2721 #: apt-pkg/contrib/fileutl.cc:2008
2723 msgid "Problem closing the file %s"
2724 msgstr "%s 파일을 닫는데 문제가 있습니다"
2726 #: apt-pkg/contrib/fileutl.cc:2019
2728 msgid "Problem renaming the file %s to %s"
2729 msgstr "%s 파일을 %s(으)로 이름을 바꾸는데 문제가 있습니다"
2731 #: apt-pkg/contrib/fileutl.cc:2030
2733 msgid "Problem unlinking the file %s"
2734 msgstr "%s 파일을 삭제하는데 문제가 있습니다"
2736 #: apt-pkg/contrib/fileutl.cc:2043
2737 msgid "Problem syncing the file"
2738 msgstr "파일을 동기화하는데 문제가 있습니다"
2740 #: apt-pkg/contrib/fileutl.cc:2146 cmdline/apt-extracttemplates.cc:258
2742 msgid "Unable to mkstemp %s"
2743 msgstr "%s의 정보를 읽을 수 없습니다"
2745 #: apt-pkg/contrib/progress.cc:148
2747 msgid "%c%s... Error!"
2748 msgstr "%c%s... 오류!"
2750 #: apt-pkg/contrib/progress.cc:150
2752 msgid "%c%s... Done"
2755 #: apt-pkg/contrib/progress.cc:181
2759 #. Print the spinner
2760 #: apt-pkg/contrib/progress.cc:197
2762 msgid "%c%s... %u%%"
2765 #: apt-pkg/contrib/mmap.cc:79
2766 msgid "Can't mmap an empty file"
2767 msgstr "빈 파일에 메모리 매핑할 수 없습니다"
2769 #: apt-pkg/contrib/mmap.cc:111
2771 msgid "Couldn't duplicate file descriptor %i"
2772 msgstr "%i 파일 디스크립터를 복사할 수 없습니다"
2774 #: apt-pkg/contrib/mmap.cc:119
2776 msgid "Couldn't make mmap of %llu bytes"
2777 msgstr "%lu바이트를 메모리 매핑할 수 없습니다"
2779 #: apt-pkg/contrib/mmap.cc:146
2780 msgid "Unable to close mmap"
2781 msgstr "mmap을 닫을 수 없습니다"
2783 #: apt-pkg/contrib/mmap.cc:174 apt-pkg/contrib/mmap.cc:202
2784 msgid "Unable to synchronize mmap"
2785 msgstr "mmap을 동기화할 수 없습니다"
2787 #: apt-pkg/contrib/mmap.cc:290
2789 msgid "Couldn't make mmap of %lu bytes"
2790 msgstr "%lu바이트를 메모리 매핑할 수 없습니다"
2792 #: apt-pkg/contrib/mmap.cc:322
2793 msgid "Failed to truncate file"
2794 msgstr "파일을 자르는데 실패했습니다"
2796 #: apt-pkg/contrib/mmap.cc:341
2799 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
2800 "Current value: %lu. (man 5 apt.conf)"
2802 "동적 mmap이 한계를 벗어났습니다. APT::Cache-Start의 크기를 높이십시오. 현재 "
2803 "값: %lu. (man 5 apt.conf)"
2805 #: apt-pkg/contrib/mmap.cc:446
2808 "Unable to increase the size of the MMap as the limit of %lu bytes is already "
2810 msgstr "mmap 크기를 늘릴 수 없습니다. 이미 %lu 바이트 한계에 도달했습니다."
2812 #: apt-pkg/contrib/mmap.cc:449
2814 "Unable to increase size of the MMap as automatic growing is disabled by user."
2816 "mmap 크기를 늘릴 수 없습니다. 자동으로 늘리는 기능을 사용자가 금지했습니다."
2818 #: apt-pkg/contrib/cdromutl.cc:65
2820 msgid "Unable to stat the mount point %s"
2821 msgstr "마운트 위치 %s의 정보를 읽을 수 없습니다"
2823 #: apt-pkg/contrib/cdromutl.cc:247
2824 msgid "Failed to stat the cdrom"
2825 msgstr "CD-ROM의 정보를 읽을 수 없습니다"
2827 #: apt-pkg/contrib/configuration.cc:516
2829 msgid "Unrecognized type abbreviation: '%c'"
2830 msgstr "이 타입 줄임말을 알 수 없습니다: '%c'"
2832 #: apt-pkg/contrib/configuration.cc:630
2834 msgid "Opening configuration file %s"
2835 msgstr "설정 파일 %s 파일을 여는 중입니다"
2837 #: apt-pkg/contrib/configuration.cc:798
2839 msgid "Syntax error %s:%u: Block starts with no name."
2840 msgstr "문법 오류 %s:%u: 블럭이 이름으로 시작하지 않습니다."
2842 #: apt-pkg/contrib/configuration.cc:817
2844 msgid "Syntax error %s:%u: Malformed tag"
2845 msgstr "문법 오류 %s:%u: 태그의 형식이 잘못되었습니다"
2847 #: apt-pkg/contrib/configuration.cc:834
2849 msgid "Syntax error %s:%u: Extra junk after value"
2850 msgstr "문법 오류 %s:%u: 값 뒤에 쓰레기 데이터가 더 있습니다"
2852 #: apt-pkg/contrib/configuration.cc:874
2854 msgid "Syntax error %s:%u: Directives can only be done at the top level"
2855 msgstr "문법 오류 %s:%u: 지시어는 맨 위 단계에서만 쓸 수 있습니다"
2857 #: apt-pkg/contrib/configuration.cc:881
2859 msgid "Syntax error %s:%u: Too many nested includes"
2860 msgstr "문법 오류 %s:%u: include가 너무 많이 겹쳐 있습니다"
2862 #: apt-pkg/contrib/configuration.cc:885 apt-pkg/contrib/configuration.cc:890
2864 msgid "Syntax error %s:%u: Included from here"
2865 msgstr "문법 오류 %s:%u: 여기서 include됩니다"
2867 #: apt-pkg/contrib/configuration.cc:894
2869 msgid "Syntax error %s:%u: Unsupported directive '%s'"
2870 msgstr "문법 오류 %s:%u: 지원하지 않는 지시어 '%s'"
2872 #: apt-pkg/contrib/configuration.cc:897
2874 msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
2875 msgstr "문법 오류 %s:%u: clear 지시어는 인수로 option 트리를 지정해야 합니다"
2877 #: apt-pkg/contrib/configuration.cc:947
2879 msgid "Syntax error %s:%u: Extra junk at end of file"
2880 msgstr "문법 오류 %s:%u: 파일의 끝에 쓰레기 데이터가 더 있습니다"
2882 #: apt-pkg/contrib/cmndline.cc:127
2885 "Command line option '%c' [from %s] is not understood in combination with the "
2887 msgstr "명령행 옵션 '%c' 옵션을 [%s에서] 알 수 없습니다."
2889 #: apt-pkg/contrib/cmndline.cc:152 apt-pkg/contrib/cmndline.cc:161
2890 #: apt-pkg/contrib/cmndline.cc:169
2893 "Command line option %s is not understood in combination with the other "
2895 msgstr "명령행 옵션 '%s' 옵션을 알 수 없습니다"
2897 #: apt-pkg/contrib/cmndline.cc:174
2899 msgid "Command line option %s is not boolean"
2900 msgstr "명령행 옵션 '%s' 옵션은 불리언이 아닙니다"
2902 #: apt-pkg/contrib/cmndline.cc:215 apt-pkg/contrib/cmndline.cc:236
2904 msgid "Option %s requires an argument."
2905 msgstr "%s 옵션에는 인수가 필요합니다."
2907 #: apt-pkg/contrib/cmndline.cc:249 apt-pkg/contrib/cmndline.cc:255
2909 msgid "Option %s: Configuration item specification must have an =<val>."
2910 msgstr "%s 옵션: 설정 항목 지정은 =<값> 형태여야 합니다."
2912 #: apt-pkg/contrib/cmndline.cc:284
2914 msgid "Option %s requires an integer argument, not '%s'"
2915 msgstr "%s 옵션에는 정수 인수가 필요합니다. '%s'이(가) 아닙니다"
2917 #: apt-pkg/contrib/cmndline.cc:315
2919 msgid "Option '%s' is too long"
2920 msgstr "'%s' 옵션이 너무 깁니다"
2922 #: apt-pkg/contrib/cmndline.cc:347
2924 msgid "Sense %s is not understood, try true or false."
2925 msgstr "%s 센스를 이해할 수 없습니다. 참 아니면 거짓으로 해 보십시오."
2927 #: apt-pkg/contrib/cmndline.cc:397
2929 msgid "Invalid operation %s"
2932 #: apt-pkg/deb/debmetaindex.cc:229
2934 msgid "Unable to parse Release file %s"
2935 msgstr "Release 파일 %s 파일을 파싱할 수 없습니다"
2937 #: apt-pkg/deb/debmetaindex.cc:238
2939 msgid "No sections in Release file %s"
2940 msgstr "Release 파일 %s에 섹션이 없습니다"
2942 #: apt-pkg/deb/debmetaindex.cc:278
2944 msgid "No Hash entry in Release file %s"
2945 msgstr "Release 파일 %s에 Hash 항목이 없습니다"
2947 #: apt-pkg/deb/debmetaindex.cc:286
2949 msgid "Invalid 'Date' entry in Release file %s"
2950 msgstr "Release 파일 %s에 'Date' 항목이 잘못되었습니다"
2952 #: apt-pkg/deb/debmetaindex.cc:307
2954 msgid "Invalid 'Valid-Until' entry in Release file %s"
2955 msgstr "Release 파일 %s에 'Valid-Until' 항목이 잘못되었습니다"
2957 #. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
2958 #: apt-pkg/deb/debmetaindex.cc:438 apt-pkg/deb/debmetaindex.cc:446
2959 #: apt-pkg/deb/debmetaindex.cc:454 apt-pkg/deb/debmetaindex.cc:462
2960 #: apt-pkg/deb/debmetaindex.cc:485
2962 msgid "Conflicting values set for option %s concerning source %s %s"
2965 #: apt-pkg/deb/debmetaindex.cc:480
2967 msgid "Invalid value set for option %s concerning source %s %s (%s)"
2970 #: apt-pkg/deb/dpkgpm.cc:110
2972 msgid "Installing %s"
2973 msgstr "%s 설치하는 중입니다"
2975 #: apt-pkg/deb/dpkgpm.cc:111 apt-pkg/deb/dpkgpm.cc:1007
2977 msgid "Configuring %s"
2980 #: apt-pkg/deb/dpkgpm.cc:112 apt-pkg/deb/dpkgpm.cc:1014
2983 msgstr "%s 패키지를 지우는 중입니다"
2985 #: apt-pkg/deb/dpkgpm.cc:113
2987 msgid "Completely removing %s"
2988 msgstr "%s 패키지를 완전히 지우는 중입니다"
2990 #: apt-pkg/deb/dpkgpm.cc:114
2992 msgid "Noting disappearance of %s"
2993 msgstr "%s 사라짐 발견했습니다"
2995 #: apt-pkg/deb/dpkgpm.cc:115
2997 msgid "Running post-installation trigger %s"
2998 msgstr "설치 후 트리거 %s 실행하는 중입니다"
3000 #. FIXME: use a better string after freeze
3001 #: apt-pkg/deb/dpkgpm.cc:838
3003 msgid "Directory '%s' missing"
3004 msgstr "디렉터리 '%s' 없습니다."
3006 #: apt-pkg/deb/dpkgpm.cc:853 apt-pkg/deb/dpkgpm.cc:875
3008 msgid "Could not open file '%s'"
3009 msgstr "'%s' 파일을 열 수 없습니다"
3011 #: apt-pkg/deb/dpkgpm.cc:1000
3013 msgid "Preparing %s"
3016 #: apt-pkg/deb/dpkgpm.cc:1001
3018 msgid "Unpacking %s"
3021 #: apt-pkg/deb/dpkgpm.cc:1006
3023 msgid "Preparing to configure %s"
3024 msgstr "%s 패키지를 설정할 준비하는 중입니다"
3026 #: apt-pkg/deb/dpkgpm.cc:1008
3028 msgid "Installed %s"
3031 #: apt-pkg/deb/dpkgpm.cc:1013
3033 msgid "Preparing for removal of %s"
3034 msgstr "%s 패키지를 지울 준비하는 중입니다"
3036 #: apt-pkg/deb/dpkgpm.cc:1015
3041 #: apt-pkg/deb/dpkgpm.cc:1020
3043 msgid "Preparing to completely remove %s"
3044 msgstr "%s 패키지를 완전히 지울 준비를 하는 중입니다"
3046 #: apt-pkg/deb/dpkgpm.cc:1021
3048 msgid "Completely removed %s"
3049 msgstr "%s 패키지를 완전히 지웠습니다"
3051 #: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168
3053 msgid "Can not write log (%s)"
3054 msgstr "%s에 쓸 수 없습니다"
3056 #: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168
3057 msgid "Is /dev/pts mounted?"
3060 #: apt-pkg/deb/dpkgpm.cc:1656
3061 msgid "Operation was interrupted before it could finish"
3064 #: apt-pkg/deb/dpkgpm.cc:1718
3065 msgid "No apport report written because MaxReports is reached already"
3066 msgstr "보고서를 작성하지 않습니다. 이미 MaxReports 값에 도달했습니다."
3068 #. check if its not a follow up error
3069 #: apt-pkg/deb/dpkgpm.cc:1723
3070 msgid "dependency problems - leaving unconfigured"
3071 msgstr "의존성 문제 - 설정하지 않은 상태로 남겨둡니다"
3073 #: apt-pkg/deb/dpkgpm.cc:1725
3075 "No apport report written because the error message indicates its a followup "
3076 "error from a previous failure."
3078 "보고서를 작성하지 않습니다. 오류 메시지에 따르면 예전의 실패 때문에 생긴 부수"
3081 #: apt-pkg/deb/dpkgpm.cc:1731
3083 "No apport report written because the error message indicates a disk full "
3086 "보고서를 작성하지 않습니다. 오류 메시지에 따르면 디스크가 가득 찼습니다."
3088 #: apt-pkg/deb/dpkgpm.cc:1738
3090 "No apport report written because the error message indicates a out of memory "
3092 msgstr "보고서를 작성하지 않습니다. 오류 메시지에 따르면 메모리가 부족합니다."
3094 #: apt-pkg/deb/dpkgpm.cc:1745 apt-pkg/deb/dpkgpm.cc:1751
3097 "No apport report written because the error message indicates an issue on the "
3100 "보고서를 작성하지 않습니다. 오류 메시지에 따르면 디스크가 가득 찼습니다."
3102 #: apt-pkg/deb/dpkgpm.cc:1773
3104 "No apport report written because the error message indicates a dpkg I/O error"
3106 "보고서를 작성하지 않습니다. 오류 메시지에 따르면 dpkg 입출력 오류입니다."
3108 #: apt-pkg/deb/debsystem.cc:88
3111 "Unable to lock the administration directory (%s), is another process using "
3114 "관리 디렉터리를 (%s) 잠글 수 없습니다. 다른 프로세스가 사용하고 있지 않습니"
3117 #: apt-pkg/deb/debsystem.cc:91
3119 msgid "Unable to lock the administration directory (%s), are you root?"
3120 msgstr "관리 디렉터리를 (%s) 잠글 수 없습니다. 루트 사용자가 맞습니까?"
3122 #. TRANSLATORS: the %s contains the recovery command, usually
3123 #. dpkg --configure -a
3124 #: apt-pkg/deb/debsystem.cc:107
3127 "dpkg was interrupted, you must manually run '%s' to correct the problem. "
3129 "dpkg가 중단되었습니다. 수동으로 '%s' 명령을 실행해 문제점을 바로잡으십시오."
3131 #: apt-pkg/deb/debsystem.cc:125
3135 #: cmdline/apt-extracttemplates.cc:228
3137 "Usage: apt-extracttemplates file1 [file2 ...]\n"
3139 "apt-extracttemplates is a tool to extract config and template info\n"
3140 "from debian packages\n"
3143 " -h This help text\n"
3144 " -t Set the temp dir\n"
3145 " -c=? Read this configuration file\n"
3146 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3148 "사용법: apt-extracttemplates 파일1 [파일2 ...]\n"
3150 "apt-extracttemplates는 데비안 패키지에서 설정 및 서식 정보를 뽑아내는\n"
3156 " -c=? 설정 파일을 읽습니다\n"
3157 " -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
3159 #: cmdline/apt-extracttemplates.cc:304
3160 msgid "Cannot get debconf version. Is debconf installed?"
3161 msgstr "debconf 버전을 알 수 없습니다. debconf가 설치되었습니까?"
3163 #: ftparchive/apt-ftparchive.cc:188 ftparchive/apt-ftparchive.cc:368
3164 msgid "Package extension list is too long"
3165 msgstr "패키지 확장 목록이 너무 깁니다"
3167 #: ftparchive/apt-ftparchive.cc:190 ftparchive/apt-ftparchive.cc:202
3168 #: ftparchive/apt-ftparchive.cc:225 ftparchive/apt-ftparchive.cc:281
3169 #: ftparchive/apt-ftparchive.cc:291 ftparchive/apt-ftparchive.cc:313
3171 msgid "Error processing directory %s"
3172 msgstr "%s 디렉터리를 처리하는데 오류가 발생했습니다"
3174 #: ftparchive/apt-ftparchive.cc:279
3175 msgid "Source extension list is too long"
3176 msgstr "소스 확장 목록이 너무 깁니다"
3178 #: ftparchive/apt-ftparchive.cc:394
3179 msgid "Error writing header to contents file"
3180 msgstr "컨텐츠 파일에 헤더를 쓰는데 오류가 발생했습니다"
3182 #: ftparchive/apt-ftparchive.cc:424
3184 msgid "Error processing contents %s"
3185 msgstr "%s 컨텐츠를 처리하는데 오류가 발생했습니다"
3187 #: ftparchive/apt-ftparchive.cc:616
3189 "Usage: apt-ftparchive [options] command\n"
3190 "Commands: packages binarypath [overridefile [pathprefix]]\n"
3191 " sources srcpath [overridefile [pathprefix]]\n"
3194 " generate config [groups]\n"
3197 "apt-ftparchive generates index files for Debian archives. It supports\n"
3198 "many styles of generation from fully automated to functional replacements\n"
3199 "for dpkg-scanpackages and dpkg-scansources\n"
3201 "apt-ftparchive generates Package files from a tree of .debs. The\n"
3202 "Package file contains the contents of all the control fields from\n"
3203 "each package as well as the MD5 hash and filesize. An override file\n"
3204 "is supported to force the value of Priority and Section.\n"
3206 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
3207 "The --source-override option can be used to specify a src override file\n"
3209 "The 'packages' and 'sources' command should be run in the root of the\n"
3210 "tree. BinaryPath should point to the base of the recursive search and \n"
3211 "override file should contain the override flags. Pathprefix is\n"
3212 "appended to the filename fields if present. Example usage from the \n"
3214 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
3215 " dists/potato/main/binary-i386/Packages\n"
3218 " -h This help text\n"
3219 " --md5 Control MD5 generation\n"
3220 " -s=? Source override file\n"
3222 " -d=? Select the optional caching database\n"
3223 " --no-delink Enable delinking debug mode\n"
3224 " --contents Control contents file generation\n"
3225 " -c=? Read this configuration file\n"
3226 " -o=? Set an arbitrary configuration option"
3228 "사용법: apt-ftparchive [옵션] 명령\n"
3229 "명령: packages 바이너리경로 [override파일 [경로앞부분]]\n"
3230 " sources 소스경로 [override파일 [경로앞부분]]\n"
3233 " generate 설정 [그룹]\n"
3236 "apt-ftparchive는 데비안 아카이브용 인덱스 파일을 만듭니다. 이 프로그램은\n"
3237 "여러 종류의 인덱스 파일 만드는 작업을 지원합니다 -- 완전 자동화 작업부터\n"
3238 "dpkg-scanpackages와 dpkg-scansources의 기능을 대체하기도 합니다.\n"
3240 "apt-ftparchive는 .deb 파일의 트리에서부터 Package 파일을 만듭니다.\n"
3241 "Package 파일에는 각 패키지의 모든 제어 필드는 물론 MD5 해시와 파일\n"
3242 "크기도 들어 있습니다. override 파일을 이용해 Priority와 Section의 값을 \n"
3245 "이와 비슷하게 apt-ftparchive는 .dsc 파일의 트리에서 Sources 파일을\n"
3246 "만듭니다. --source-override 옵션을 이용해 소스 override 파일을\n"
3249 "'packages'와 'sources' 명령은 해당 트리의 맨 위에서 실행해야 합니다.\n"
3250 "\"바이너리경로\"는 검색할 때의 기준 위치를 가리키며 \"override파일\"에는\n"
3251 "override 플래그들을 담고 있습니다. \"경로앞부분\"은 각 파일 이름\n"
3252 "필드의 앞에 더해 집니다. 데비안 아카이브에 있는 예를 하나 들자면:\n"
3254 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
3255 " dists/potato/main/binary-i386/Packages\n"
3259 " --md5 MD5 만들기 작업을 제어합니다\n"
3260 " -s=? 소스 override 파일\n"
3262 " -d=? 캐시 데이터베이스를 직접 설정합니다\n"
3263 " --no-delink 디버깅 모드 지우기를 사용합니다\n"
3264 " --contents 컨텐츠 파일을 만드는 적업을 제어합니다\n"
3265 " -c=? 이 설정 파일을 읽습니다\n"
3266 " -o=? 임의의 옵션을 설정합니다"
3268 #: ftparchive/apt-ftparchive.cc:812
3269 msgid "No selections matched"
3270 msgstr "맞는 패키지가 없습니다"
3272 #: ftparchive/apt-ftparchive.cc:892
3274 msgid "Some files are missing in the package file group `%s'"
3275 msgstr "`%s' 패키지 파일 그룹에 몇몇 파일이 빠졌습니다"
3277 #: ftparchive/cachedb.cc:68
3279 msgid "DB was corrupted, file renamed to %s.old"
3280 msgstr "DB가 망가졌습니다. 파일 이름을 %s.old로 바꿉니다"
3282 #: ftparchive/cachedb.cc:86
3284 msgid "DB is old, attempting to upgrade %s"
3285 msgstr "DB가 오래되었습니다. %s의 업그레이드를 시도합니다"
3287 #: ftparchive/cachedb.cc:97
3289 "DB format is invalid. If you upgraded from an older version of apt, please "
3290 "remove and re-create the database."
3292 "DB 형식이 잘못되었습니다. APT 예전 버전에서 업그레이드했다면, 데이터베이스를 "
3295 #: ftparchive/cachedb.cc:102
3297 msgid "Unable to open DB file %s: %s"
3298 msgstr "DB 파일, %s 파일을 열 수 없습니다: %s"
3300 #: ftparchive/cachedb.cc:185 apt-inst/extract.cc:186 apt-inst/extract.cc:199
3301 #: apt-inst/extract.cc:216
3303 msgid "Failed to stat %s"
3304 msgstr "%s의 정보를 읽는데 실패했습니다"
3306 #: ftparchive/cachedb.cc:327
3308 msgid "Failed to read .dsc"
3309 msgstr "%s 파일에 readlink하는데 실패했습니다"
3311 #: ftparchive/cachedb.cc:360
3312 msgid "Archive has no control record"
3313 msgstr "아카이브에 컨트롤 기록이 없습니다"
3316 #: ftparchive/cachedb.cc:527
3317 msgid "Unable to get a cursor"
3318 msgstr "커서를 가져올 수 없습니다"
3320 #: ftparchive/writer.cc:104
3322 msgid "W: Unable to read directory %s\n"
3323 msgstr "경고: %s 디렉터리를 읽을 수 없습니다\n"
3325 #: ftparchive/writer.cc:109
3327 msgid "W: Unable to stat %s\n"
3328 msgstr "경고: %s의 정보를 읽을 수 없습니다\n"
3330 #: ftparchive/writer.cc:165
3334 #: ftparchive/writer.cc:167
3338 #: ftparchive/writer.cc:174
3339 msgid "E: Errors apply to file "
3340 msgstr "오류: 다음 파일에 적용하는데 오류가 발생했습니다: "
3342 #: ftparchive/writer.cc:192 ftparchive/writer.cc:224
3344 msgid "Failed to resolve %s"
3345 msgstr "%s의 경로를 알아내는데 실패했습니다"
3347 #: ftparchive/writer.cc:205
3348 msgid "Tree walking failed"
3349 msgstr "트리에서 이동이 실패했습니다"
3351 #: ftparchive/writer.cc:232
3353 msgid "Failed to open %s"
3354 msgstr "%s 파일을 여는데 실패했습니다"
3357 #: ftparchive/writer.cc:291
3359 msgid " DeLink %s [%s]\n"
3360 msgstr " 링크 %s [%s] 없애기\n"
3362 #: ftparchive/writer.cc:299
3364 msgid "Failed to readlink %s"
3365 msgstr "%s 파일에 readlink하는데 실패했습니다"
3367 #: ftparchive/writer.cc:303
3369 msgid "Failed to unlink %s"
3370 msgstr "%s 파일을 지우는데 실패했습니다"
3372 #: ftparchive/writer.cc:311
3374 msgid "*** Failed to link %s to %s"
3375 msgstr "*** %s 파일을 %s에 링크하는데 실패했습니다"
3377 #: ftparchive/writer.cc:321
3379 msgid " DeLink limit of %sB hit.\n"
3380 msgstr " DeLink 한계값 %s바이트에 도달했습니다.\n"
3382 #: ftparchive/writer.cc:426
3383 msgid "Archive had no package field"
3384 msgstr "아카이브에 패키지 필드가 없습니다"
3386 #: ftparchive/writer.cc:434 ftparchive/writer.cc:698
3388 msgid " %s has no override entry\n"
3389 msgstr " %s에는 override 항목이 없습니다\n"
3391 #: ftparchive/writer.cc:501 ftparchive/writer.cc:855
3393 msgid " %s maintainer is %s not %s\n"
3394 msgstr " %s 관리자가 %s입니다 (%s 아님)\n"
3396 #: ftparchive/writer.cc:712
3398 msgid " %s has no source override entry\n"
3399 msgstr " %s에는 source override 항목이 없습니다\n"
3401 #: ftparchive/writer.cc:716
3403 msgid " %s has no binary override entry either\n"
3404 msgstr " %s에는 binary override 항목이 없습니다\n"
3406 #: ftparchive/contents.cc:353 ftparchive/contents.cc:384
3407 msgid "realloc - Failed to allocate memory"
3408 msgstr "realloc - 메모리를 할당하는데 실패했습니다"
3410 #: ftparchive/override.cc:38 ftparchive/override.cc:142
3412 msgid "Unable to open %s"
3413 msgstr "%s 열 수 없습니다"
3417 #: ftparchive/override.cc:68
3419 msgid "Malformed override %s line %llu (%s)"
3420 msgstr "override %s의 %lu번 줄 #1이 잘못되었습니다"
3422 #: ftparchive/override.cc:127 ftparchive/override.cc:201
3424 msgid "Failed to read the override file %s"
3425 msgstr "%s override 파일을 읽는데 실패했습니다"
3427 #: ftparchive/override.cc:166
3429 msgid "Malformed override %s line %llu #1"
3430 msgstr "override %s의 %lu번 줄 #1이 잘못되었습니다"
3432 #: ftparchive/override.cc:178
3434 msgid "Malformed override %s line %llu #2"
3435 msgstr "override %s의 %lu번 줄 #2가 잘못되었습니다"
3437 #: ftparchive/override.cc:191
3439 msgid "Malformed override %s line %llu #3"
3440 msgstr "override %s의 %lu번 줄 #3이 잘못되었습니다"
3442 #: ftparchive/multicompress.cc:72
3444 msgid "Unknown compression algorithm '%s'"
3445 msgstr "'%s' 압축 알고리즘을 알 수 없습니다"
3447 #: ftparchive/multicompress.cc:102
3449 msgid "Compressed output %s needs a compression set"
3450 msgstr "압축된 출력물 %s에는 압축 세트가 필요합니다"
3452 #: ftparchive/multicompress.cc:193
3453 msgid "Failed to fork"
3454 msgstr "fork하는데 실패했습니다"
3456 #: ftparchive/multicompress.cc:206
3457 msgid "Compress child"
3460 #: ftparchive/multicompress.cc:229
3462 msgid "Internal error, failed to create %s"
3463 msgstr "내부 오류, %s 만드는데 실패했습니다"
3465 #: ftparchive/multicompress.cc:302
3466 msgid "IO to subprocess/file failed"
3467 msgstr "하위 프로세스/파일에 입출력하는데 실패했습니다"
3469 #: ftparchive/multicompress.cc:340
3470 msgid "Failed to read while computing MD5"
3471 msgstr "MD5를 계산하는 동안 읽는데 실패했습니다"
3473 #: ftparchive/multicompress.cc:356
3475 msgid "Problem unlinking %s"
3476 msgstr "%s의 링크를 해제하는데 문제가 있습니다"
3478 #: ftparchive/multicompress.cc:371 apt-inst/extract.cc:194
3480 msgid "Failed to rename %s to %s"
3481 msgstr "%s 파일의 이름을 %s(으)로 바꾸는데 실패했습니다"
3483 #: cmdline/apt-internal-solver.cc:50
3486 "Usage: apt-internal-solver\n"
3488 "apt-internal-solver is an interface to use the current internal\n"
3489 "like an external resolver for the APT family for debugging or alike\n"
3492 " -h This help text.\n"
3493 " -q Loggable output - no progress indicator\n"
3494 " -c=? Read this configuration file\n"
3495 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3497 "사용법: apt-extracttemplates 파일1 [파일2 ...]\n"
3499 "apt-extracttemplates는 데비안 패키지에서 설정 및 서식 정보를 뽑아내는\n"
3505 " -c=? 설정 파일을 읽습니다\n"
3506 " -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
3508 #: cmdline/apt-sortpkgs.cc:91
3509 msgid "Unknown package record!"
3510 msgstr "알 수 없는 패키지 기록!"
3512 #: cmdline/apt-sortpkgs.cc:154
3514 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
3516 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
3517 "to indicate what kind of file it is.\n"
3520 " -h This help text\n"
3521 " -s Use source file sorting\n"
3522 " -c=? Read this configuration file\n"
3523 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3525 "사용법: apt-sortpkgs [옵션] 파일1 [파일2 ...]\n"
3527 "apt-sortpkgs는 패키지 파일을 정렬하는 간단한 도구입니다. -s 옵션은 무슨 파일"
3533 " -s 소스 파일 정렬을 사용합니다\n"
3534 " -c=? 이 설정 파일을 읽습니다\n"
3535 " -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
3537 #: apt-inst/filelist.cc:380
3538 msgid "DropNode called on still linked node"
3539 msgstr "DropNode가 아직 연결되어 있는 노드에 대해 호출되었습니다"
3541 #: apt-inst/filelist.cc:412
3542 msgid "Failed to locate the hash element!"
3543 msgstr "해시 항목을 찾는데 실패했습니다"
3545 #: apt-inst/filelist.cc:459
3546 msgid "Failed to allocate diversion"
3547 msgstr "diversion을 할당하는데 실패했습니다"
3549 #: apt-inst/filelist.cc:464
3550 msgid "Internal error in AddDiversion"
3551 msgstr "AddDiversion에서 내부 오류"
3553 #: apt-inst/filelist.cc:477
3555 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
3556 msgstr "전환된 파일을 덮어 쓰려고 합니다 (%s -> %s 및 %s/%s)"
3558 #: apt-inst/filelist.cc:506
3560 msgid "Double add of diversion %s -> %s"
3561 msgstr "전환된 파일을 두 번 추가합니다 (%s -> %s)"
3563 #: apt-inst/filelist.cc:549
3565 msgid "Duplicate conf file %s/%s"
3566 msgstr "%s/%s 설정 파일이 중복되었습니다"
3568 #: apt-inst/extract.cc:101 apt-inst/extract.cc:172
3570 msgid "The path %s is too long"
3571 msgstr "경로 %s이(가) 너무 깁니다"
3573 #: apt-inst/extract.cc:132
3575 msgid "Unpacking %s more than once"
3576 msgstr "%s을(를) 두 번 이상 풀었습니다"
3578 #: apt-inst/extract.cc:142
3580 msgid "The directory %s is diverted"
3581 msgstr "%s 디렉터리가 전환되었습니다"
3583 #: apt-inst/extract.cc:152
3585 msgid "The package is trying to write to the diversion target %s/%s"
3586 msgstr "이 패키지에서 전환된 대상에 쓰려고 합니다 (%s/%s)"
3588 #: apt-inst/extract.cc:162 apt-inst/extract.cc:306
3589 msgid "The diversion path is too long"
3590 msgstr "전환하는 경로가 너무 깁니다"
3592 #: apt-inst/extract.cc:249
3594 msgid "The directory %s is being replaced by a non-directory"
3595 msgstr "%s 디렉터리를 디렉터리가 아닌 파일로 덮어쓰려고 합니다"
3597 #: apt-inst/extract.cc:289
3598 msgid "Failed to locate node in its hash bucket"
3599 msgstr "해시 버킷에서 노드를 찾는데 실패했습니다"
3601 #: apt-inst/extract.cc:293
3602 msgid "The path is too long"
3605 #: apt-inst/extract.cc:421
3607 msgid "Overwrite package match with no version for %s"
3608 msgstr "덮어 쓰는 패키지가 %s 패키지의 어떤 버전과도 맞지 않습니다"
3610 #: apt-inst/extract.cc:438
3612 msgid "File %s/%s overwrites the one in the package %s"
3613 msgstr "%s/%s 파일은 %s 패키지에 있는 파일을 덮어 씁니다"
3615 #: apt-inst/extract.cc:498
3617 msgid "Unable to stat %s"
3618 msgstr "%s의 정보를 읽을 수 없습니다"
3620 #: apt-inst/dirstream.cc:42 apt-inst/dirstream.cc:49 apt-inst/dirstream.cc:54
3622 msgid "Failed to write file %s"
3623 msgstr "%s 파일을 쓰는데 실패했습니다"
3625 #: apt-inst/dirstream.cc:104
3627 msgid "Failed to close file %s"
3628 msgstr "%s 파일을 닫는데 실패했습니다"
3630 #: apt-inst/deb/debfile.cc:47 apt-inst/deb/debfile.cc:54
3631 #: apt-inst/deb/debfile.cc:63
3633 msgid "This is not a valid DEB archive, missing '%s' member"
3634 msgstr "올바른 DEB 아카이브가 아닙니다. '%s' 멤버가 없습니다"
3636 #: apt-inst/deb/debfile.cc:132
3638 msgid "Internal error, could not locate member %s"
3639 msgstr "내부 오류, %s 멤버를 찾을 수 없습니다"
3641 #: apt-inst/deb/debfile.cc:227
3642 msgid "Unparsable control file"
3643 msgstr "control 파일을 파싱할 수 없습니다"
3645 #: apt-inst/contrib/arfile.cc:76
3646 msgid "Invalid archive signature"
3647 msgstr "아카이브 서명이 틀렸습니다"
3649 #: apt-inst/contrib/arfile.cc:84
3650 msgid "Error reading archive member header"
3651 msgstr "아카이브 멤버 헤더를 읽는데 오류가 발생했습니다"
3653 #: apt-inst/contrib/arfile.cc:96
3655 msgid "Invalid archive member header %s"
3656 msgstr "아카이브 멤버 헤더 %s이(가) 잘못되었습니다"
3658 #: apt-inst/contrib/arfile.cc:108
3659 msgid "Invalid archive member header"
3660 msgstr "아카이브 멤버 헤더가 잘못되었습니다"
3662 #: apt-inst/contrib/arfile.cc:137
3663 msgid "Archive is too short"
3664 msgstr "아카이브 길이가 너무 짧습니다"
3666 #: apt-inst/contrib/arfile.cc:141
3667 msgid "Failed to read the archive headers"
3668 msgstr "아카이브 헤더를 읽는데 실패했습니다"
3670 #: apt-inst/contrib/extracttar.cc:123
3671 msgid "Failed to create pipes"
3672 msgstr "파이프 만들기가 실패했습니다"
3674 #: apt-inst/contrib/extracttar.cc:150
3675 msgid "Failed to exec gzip "
3676 msgstr "gzip 실행이 실패했습니다"
3678 #: apt-inst/contrib/extracttar.cc:187 apt-inst/contrib/extracttar.cc:217
3679 msgid "Corrupted archive"
3680 msgstr "아카이브가 손상되었습니다"
3682 #: apt-inst/contrib/extracttar.cc:202
3683 msgid "Tar checksum failed, archive corrupted"
3684 msgstr "tar 체크섬 실패, 아카이브가 손상되었습니다"
3686 #: apt-inst/contrib/extracttar.cc:307
3688 msgid "Unknown TAR header type %u, member %s"
3689 msgstr "알 수 없는 TAR 헤더 타입 %u, 멤버 %s"
3691 #~ msgid "%s %s for %s compiled on %s %s\n"
3692 #~ msgstr "%s %s(%s), 컴파일 시각 %s %s\n"
3694 #~ msgid "Failed to create FILE*"
3695 #~ msgstr "FILE*를 만드는데 실패했습니다"
3698 #~ msgid "Malformed stanza %u in source list %s (URI parse)"
3699 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 (URI 파싱)"
3701 #~ msgid "Malformed line %lu in source list %s ([option] unparseable)"
3702 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 ([option] 파싱 불가)"
3704 #~ msgid "Malformed line %lu in source list %s ([option] too short)"
3705 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 ([option] 너무 짧음)"
3707 #~ msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
3708 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 ([%3$s] 대입이 아님)"
3710 #~ msgid "Malformed line %lu in source list %s ([%s] has no key)"
3711 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 ([%3$s] 키가 없음)"
3713 #~ msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
3715 #~ "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 ([%3$s] %4$s 키에 값이 없"
3718 #~ msgid "Malformed line %lu in source list %s (URI)"
3719 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 (URI)"
3721 #~ msgid "Malformed line %lu in source list %s (dist)"
3722 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 (dist)"
3724 #~ msgid "Malformed line %lu in source list %s (URI parse)"
3725 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 (URI 파싱)"
3727 #~ msgid "Malformed line %lu in source list %s (absolute dist)"
3728 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 (절대 dist)"
3730 #~ msgid "Malformed line %lu in source list %s (dist parse)"
3731 #~ msgstr "소스 리스트 %2$s의 %1$lu번 줄이 잘못되었습니다 (dist 파싱)"
3733 #~ msgid "Package %s %s was not found while processing file dependencies"
3734 #~ msgstr "파일 의존성을 처리하는 데, %s %s 패키지가 없습니다"
3736 #~ msgid "Couldn't stat source package list %s"
3737 #~ msgstr "소스 패키지 목록 %s의 정보를 읽을 수 없습니다"
3739 #~ msgid "Collecting File Provides"
3740 #~ msgstr "파일에서 제공하는 것을 모으는 중입니다"
3743 #~ msgid "Unable to find hash sum for '%s' in Release file"
3744 #~ msgstr "Release 파일 %s 파일을 파싱할 수 없습니다"
3746 #~ msgid "Vendor block %s contains no fingerprint"
3747 #~ msgstr "벤더 블럭 %s의 핑거프린트가 없습니다"
3749 #~ msgid "Total dependency version space: "
3750 #~ msgstr "전체 의존성 버전 용량: "
3752 #~ msgid "You don't have enough free space in %s"
3753 #~ msgstr "%s에 충분한 공간이 없습니다"
3758 #~ msgid "No keyring installed in %s."
3759 #~ msgstr "%s에 키 모음을 설치하지 않았습니다."
3762 #~ msgid "Internal error, Upgrade broke stuff"
3763 #~ msgstr "내부 오류, AllUpgrade 프로그램이 무언가를 망가뜨렸습니다"
3765 #~ msgid "%s not a valid DEB package."
3766 #~ msgstr "%s은(는) 올바른 DEB 패키지가 아닙니다."
3769 #~ "Using CD-ROM mount point %s\n"
3770 #~ "Mounting CD-ROM\n"
3772 #~ "CD-ROM 마운트 위치로 %s 사용\n"
3773 #~ "CD-ROM을 마운트하는 중입니다\n"
3776 #~ "Could not patch %s with mmap and with file operation usage - the patch "
3777 #~ "seems to be corrupt."
3779 #~ "%s 패치를 mmap과 파일 동작을 이용해 적용할 수 없습니다. 패치 파일이 손상"
3783 #~ "Could not patch %s with mmap (but no mmap specific fail) - the patch "
3784 #~ "seems to be corrupt."
3786 #~ "%s 패치를 mmap을 이용해 (mmap 관련 실패는 없음) 적용할 수 없습니다. 패치 "
3787 #~ "파일이 손상된 것처럼 보입니다."
3789 #~ msgid "Ignore unavailable target release '%s' of package '%s'"
3790 #~ msgstr "'%2$s' 패키지의 '%1$s' 대상 릴리스는 없으므로 무시합니다."
3792 #~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
3794 #~ "올바른 DEB 아카이브가 아닙니다. '%s'나 '%s' 혹은 '%s' 멤버가 없습니다"
3796 #~ msgid "MD5Sum mismatch"
3797 #~ msgstr "MD5Sum이 맞지 않습니다"
3800 #~ "I wasn't able to locate a file for the %s package. This might mean you "
3801 #~ "need to manually fix this package."
3803 #~ "%s 패키지의 파일을 찾을 수 없습니다. 수동으로 이 패키지를 고쳐야 할 수도 "
3806 #~ msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
3808 #~ "로그에 쓰는데 실패. openpty() 실패(/dev/pts가 마운트되어있지 않습니까?)\n"
3810 #~ msgid "Skipping nonexistent file %s"
3811 #~ msgstr "%s 파일은 없으므로 무시합니다"
3813 #~ msgid "Failed to remove %s"
3814 #~ msgstr "%s을(를) 지우는데 실패했습니다"
3816 #~ msgid "Unable to create %s"
3817 #~ msgstr "%s을(를) 만들 수 없습니다"
3819 #~ msgid "Failed to stat %sinfo"
3820 #~ msgstr "%sinfo의 정보를 읽는데 실패했습니다"
3822 #~ msgid "The info and temp directories need to be on the same filesystem"
3823 #~ msgstr "정보 디렉토리와 임시 디렉토리는 같은 파일 시스템에 있어야 합니다"
3825 #~ msgid "Failed to change to the admin dir %sinfo"
3826 #~ msgstr "관리 디렉토리를 %sinfo로 바꾸는데 실패했습니다"
3828 #~ msgid "Internal error getting a package name"
3829 #~ msgstr "패키지 이름을 가져오는데 내부 오류"
3831 #~ msgid "Reading file listing"
3832 #~ msgstr "파일 목록을 읽는 중입니다"
3835 #~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
3836 #~ "then make it empty and immediately re-install the same version of the "
3839 #~ "목록 파일 '%sinfo/%s' 파일을 여는데 실패했습니다. 이 파일을 복구할 수 없다"
3840 #~ "면 비워 놓고 같은 버전의 패키지를 다시 설치하십시오!"
3842 #~ msgid "Failed reading the list file %sinfo/%s"
3843 #~ msgstr "목록 파일 %sinfo/%s 파일을 읽는데 실패했습니다"
3845 #~ msgid "Internal error getting a node"
3846 #~ msgstr "노드를 얻어 오는데 내부 오류"
3848 #~ msgid "Failed to open the diversions file %sdiversions"
3849 #~ msgstr "전환 파일 %sdiversions를 여는데 실패했습니다"
3851 #~ msgid "The diversion file is corrupted"
3852 #~ msgstr "전환 파일이 손상되었습니다"
3854 #~ msgid "Invalid line in the diversion file: %s"
3855 #~ msgstr "전환 파일에 잘못된 줄이 있습니다: %s"
3857 #~ msgid "Internal error adding a diversion"
3858 #~ msgstr "diversion을 추가하는데 내부 오류"
3860 #~ msgid "The pkg cache must be initialized first"
3861 #~ msgstr "패키지 캐시를 먼저 초기화해야 합니다"
3863 #~ msgid "Failed to find a Package: header, offset %lu"
3864 #~ msgstr "패키지를 찾는데 실패했습니다: 헤더, 오프셋 %lu"
3866 #~ msgid "Bad ConfFile section in the status file. Offset %lu"
3867 #~ msgstr "status 파일에서 ConfFile 섹션이 잘못되었습니다. 오프셋 %lu"
3869 #~ msgid "Error parsing MD5. Offset %lu"
3870 #~ msgstr "MD5 분석에 오류가 있습니다. 오프셋 %lu"
3872 #~ msgid "Couldn't change to %s"
3873 #~ msgstr "%s 디렉토리로 이동할 수 없습니다"
3875 #~ msgid "Failed to locate a valid control file"
3876 #~ msgstr "올바른 control 파일을 찾는데 실패했습니다"
3878 #~ msgid "Couldn't open pipe for %s"
3879 #~ msgstr "%s에 대한 파이프를 열 수 없습니다"
3881 #~ msgid "Read error from %s process"
3882 #~ msgstr "%s 프로세스에서 읽는데 오류가 발생했습니다"
3884 #~ msgid "Got a single header line over %u chars"
3885 #~ msgstr "헤더 한 줄에 %u개가 넘는 문자가 들어 있습니다"
3887 #~ msgid "Note: This is done automatic and on purpose by dpkg."
3888 #~ msgstr "주의: dpkg에서 자동으로 의도적으로 수행했습니다."
3890 #~ msgid "Malformed override %s line %lu #1"
3891 #~ msgstr "override %s의 %lu번 줄 #1이 잘못되었습니다"
3893 #~ msgid "Malformed override %s line %lu #2"
3894 #~ msgstr "override %s의 %lu번 줄 #2가 잘못되었습니다"
3896 #~ msgid "Malformed override %s line %lu #3"
3897 #~ msgstr "override %s의 %lu번 줄 #3이 잘못되었습니다"
3899 #~ msgid "decompressor"
3900 #~ msgstr "압축 해제 프로그램"
3902 #~ msgid "read, still have %lu to read but none left"
3903 #~ msgstr "%lu만큼 더 읽어야 하지만 더 이상 읽을 데이터가 없습니다"
3905 #~ msgid "write, still have %lu to write but couldn't"
3906 #~ msgstr "%lu만큼 더 써야 하지만 더 이상 쓸 수 없습니다"
3909 #~ "Could not perform immediate configuration on already unpacked '%s'. "
3910 #~ "Please see man 5 apt.conf under APT::Immediate-Configure for details."
3912 #~ "이미 압축이 풀린 '%s' 패키지에 대해 즉시 설정을 할 수 없습니다. 자세한 설"
3913 #~ "명은 man 5 apt.conf 페이지에서 APT::Immediate-Configure 항목을 보십시오."
3915 #~ msgid "Error occurred while processing %s (NewPackage)"
3916 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (NewPackage)"
3918 #~ msgid "Error occurred while processing %s (UsePackage1)"
3919 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (UsePackage1)"
3921 #~ msgid "Error occurred while processing %s (NewFileDesc1)"
3922 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (NewFileDesc1)"
3924 #~ msgid "Error occurred while processing %s (UsePackage2)"
3925 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (UsePackage2)"
3927 #~ msgid "Error occurred while processing %s (NewFileVer1)"
3928 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (NewFileVer1)"
3930 #~ msgid "Error occurred while processing %s (NewVersion%d)"
3931 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (NewVersion%d)"
3933 #~ msgid "Error occurred while processing %s (UsePackage3)"
3934 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (UsePackage3)"
3936 #~ msgid "Error occurred while processing %s (NewFileDesc2)"
3937 #~ msgstr "%s 처리하는 중에 오류가 발생했습니다 (NewFileDesc1)"
3939 #~ msgid "Error occurred while processing %s (FindPkg)"
3940 #~ msgstr "%s 처리 중에 오류가 발생했습니다 (FindPkg)"
3942 #~ msgid "Error occurred while processing %s (CollectFileProvides)"
3943 #~ msgstr "%s 처리 중에 오류가 발생했습니다 (CollectFileProvides)"
3945 #~ msgid "Internal error, could not locate member"
3946 #~ msgstr "내부 오류, 멤버를 찾을 수 없습니다"
3948 #~ msgid "Internal error, group '%s' has no installable pseudo package"
3949 #~ msgstr "내부 오류, '%s' 그룹에 설치할 수 있는 패키지가 없습니다."
3951 #~ msgid "Release file expired, ignoring %s (invalid since %s)"
3952 #~ msgstr "Release 파일이 만료되었습니다. %s 무시. (%s 이후로 무효)"