X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/89901946f936446f439b95f1a9a85ac942ac2c92..3465138575e1fd0d5892d9b6be1ae232eb873460:/po/ko.po diff --git a/po/ko.po b/po/ko.po index 5ac58b2ac..2c17c5cc5 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-04-25 15:24+0200\n" +"POT-Creation-Date: 2016-06-23 09:02+0200\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -526,17 +526,19 @@ msgid_plural "" "There are %i additional versions. Please use the '-a' switch to see them." msgstr[0] "" +#. TRANSLATORS: placeholder is a binary name like apt or apt-get #: apt-private/private-main.cc +#, c-format msgid "" "NOTE: This is only a simulation!\n" -" apt-get needs root privileges for real execution.\n" +" %s needs root privileges for real execution.\n" " Keep also in mind that locking is deactivated,\n" -" so don't depend on the relevance to the real current situation!" +" so don't depend on the relevance to the real current situation!\n" msgstr "" "알림: 시험 동작입니다!\n" -" 실행하려면 apt-get을 실행할 때 루트 권한이 필요합니다.\n" +" 실행하려면 %s을 실행할 때 루트 권한이 필요합니다.\n" " 또 잠금 기능을 사용하지 않는 상태이므로, 현재 상황에 의존하지\n" -" 않도록 하십시오!" +" 않도록 하십시오!\n" #: apt-private/private-output.cc apt-private/private-show.cc msgid "unknown" @@ -744,10 +746,6 @@ msgstr "캐시가 동기화되지 않았습니다. 패키지 파일을 상호 msgid "Pinned packages:" msgstr "핀 패키지:" -#: apt-private/private-show.cc -msgid "(not found)" -msgstr "(없음)" - #. Print the package name and the version we are forcing to #: apt-private/private-show.cc #, c-format @@ -766,10 +764,6 @@ msgstr " 후보: " msgid "(none)" msgstr "(없음)" -#: apt-private/private-show.cc -msgid " Package pin: " -msgstr " 패키지 핀: " - #. Show the priority tables #: apt-private/private-show.cc msgid " Version table:" @@ -1669,6 +1663,21 @@ msgstr "질의" msgid "Unable to invoke " msgstr "다음을 실행할 수 없습니다: " +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: methods/gpgv.cc apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Clearsigned file isn't valid, got '%s' (does the network require " +"authentication?)" +msgstr "" + +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: methods/gpgv.cc +#, c-format +msgid "" +"Signed file isn't valid, got '%s' (does the network require authentication?)" +msgstr "" + #: methods/gpgv.cc msgid "At least one invalid signature was encountered." msgstr "최소한 하나 이상의 서명이 잘못되었습니다." @@ -1684,14 +1693,6 @@ msgstr "" "서명을 확인하는 'apt-key' 프로그램을 실행할 수 없습니다. (gnupg를 설치했습니" "까?)" -#. TRANSLATORS: %s is a single techy word like 'NODATA' -#: methods/gpgv.cc apt-pkg/acquire-item.cc -#, c-format -msgid "" -"Clearsigned file isn't valid, got '%s' (does the network require " -"authentication?)" -msgstr "" - #: methods/gpgv.cc msgid "Unknown error executing apt-key" msgstr "apt-key 실행 도중 알 수 없는 오류 발생" @@ -1880,6 +1881,20 @@ msgstr "오류만 중요합니다. 이 오류를 고친 다음에 설치(I)를 msgid "Merging available information" msgstr "이용 가능 패키지 정보를 합칩니다" +#: cmdline/apt-dump-solver.cc +msgid "" +"Usage: apt-dump-solver\n" +"\n" +"apt-dump-solver is an interface to store an EDSP scenario in\n" +"a file and optionally forwards it to another solver.\n" +msgstr "" + +#: cmdline/apt-dump-solver.cc apt-pkg/contrib/fileutl.cc +#: apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc +#, c-format +msgid "Waited for %s but it wasn't there" +msgstr "%s 프로세스를 기다렸지만 해당 프로세스가 없습니다" + #: cmdline/apt-extracttemplates.cc #, fuzzy msgid "" @@ -2417,15 +2432,50 @@ msgid "" "details." msgstr "" -#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc -#, c-format -msgid "rename failed, %s (%s -> %s)." -msgstr "이름 바꾸기가 실패했습니다. %s (%s -> %s)." +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' is no longer signed." +msgstr "%s 디렉터리가 전환되었습니다" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does no longer have a Release file." +msgstr "%s 디렉터리가 전환되었습니다" + +#: apt-pkg/acquire-item.cc +msgid "" +"This is normally not allowed, but the option Acquire::" +"AllowDowngradeToInsecureRepositories was given to override it." +msgstr "" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' is not signed." +msgstr "%s 디렉터리가 전환되었습니다" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does not have a Release file." +msgstr "%s 디렉터리가 전환되었습니다" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' provides only weak security information." +msgstr "%s 디렉터리가 전환되었습니다" #: apt-pkg/acquire-item.cc msgid "Hash Sum mismatch" msgstr "해시 합이 맞지 않습니다" +#: apt-pkg/acquire-item.cc +msgid "Insufficient information available to perform this download securely" +msgstr "" + +#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc +#, c-format +msgid "rename failed, %s (%s -> %s)." +msgstr "이름 바꾸기가 실패했습니다. %s (%s -> %s)." + #: apt-pkg/acquire-item.cc msgid "Size mismatch" msgstr "크기가 맞지 않습니다" @@ -2476,10 +2526,6 @@ msgid "" "weak security information for it" msgstr "" -#: apt-pkg/acquire-item.cc -msgid "There is no public key available for the following key IDs:\n" -msgstr "다음 키 ID의 공개키가 없습니다:\n" - #. TRANSLATOR: The first %s is the URL of the bad Release file, the second is #. the time since then the file is invalid - formatted in the same way as in #. the download progress display (e.g. 7d 3h 42min 1s) @@ -2495,33 +2541,6 @@ msgstr "" msgid "Conflicting distribution: %s (expected %s but got %s)" msgstr "배포판 충돌: %s (예상값 %s, 실제값 %s)" -#. No Release file was present, or verification failed, so fall -#. back to queueing Packages files without verification -#. only allow going further if the user explicitly wants it -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' is not signed." -msgstr "%s 디렉터리가 전환되었습니다" - -#. No Release file was present so fall -#. back to queueing Packages files without verification -#. only allow going further if the user explicitly wants it -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' does not have a Release file." -msgstr "%s 디렉터리가 전환되었습니다" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' is no longer signed." -msgstr "%s 디렉터리가 전환되었습니다" - -#: apt-pkg/acquire-item.cc -msgid "" -"This is normally not allowed, but the option Acquire::" -"AllowDowngradeToInsecureRepositories was given to override it." -msgstr "" - #: apt-pkg/acquire-item.cc #, c-format msgid "" @@ -2944,11 +2963,6 @@ msgid "" "Ignoring file '%s' in directory '%s' as it has an invalid filename extension" msgstr "" -#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc -#, c-format -msgid "Waited for %s but it wasn't there" -msgstr "%s 프로세스를 기다렸지만 해당 프로세스가 없습니다" - #: apt-pkg/contrib/fileutl.cc #, c-format msgid "Sub-process %s received a segmentation fault." @@ -3176,6 +3190,11 @@ msgstr "" msgid "Invalid value set for option %s regarding source %s %s (%s)" msgstr "" +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Conflicting values set for option %s regarding source %s %s: %s != %s" +msgstr "" + #: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc #, c-format msgid "Unable to parse package file %s (%d)" @@ -3244,7 +3263,7 @@ msgstr "설치 후 트리거 %s 실행하는 중입니다" msgid "Directory '%s' missing" msgstr "디렉터리 '%s' 없습니다." -#: apt-pkg/deb/dpkgpm.cc +#: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc #, c-format msgid "Could not open file '%s'" msgstr "'%s' 파일을 열 수 없습니다" @@ -3672,6 +3691,15 @@ msgstr "" msgid "Calculating upgrade" msgstr "업그레이드를 계산하는 중입니다" +#~ msgid "(not found)" +#~ msgstr "(없음)" + +#~ msgid " Package pin: " +#~ msgstr " 패키지 핀: " + +#~ msgid "There is no public key available for the following key IDs:\n" +#~ msgstr "다음 키 ID의 공개키가 없습니다:\n" + #, fuzzy #~ msgid "The repository is insufficiently signed by key %s (%s)" #~ msgstr "%s 디렉터리가 전환되었습니다"