X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5b0577488ff60e7163fe7dc62a044329d398d726..6ff8727a0641b299ac32bc897d3ac1246b02061e:/po/ko.po?ds=sidebyside diff --git a/po/ko.po b/po/ko.po index 49346281e..a76a445ab 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-05-11 10:50+0200\n" +"POT-Creation-Date: 2016-08-04 10:25+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" @@ -1502,14 +1504,10 @@ msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생 msgid "Unable to connect to %s:%s:" msgstr "%s:%s에 연결할 수 없습니다:" -#: methods/copy.cc methods/store.cc +#: methods/copy.cc msgid "Failed to stat" msgstr "파일 정보를 읽는데 실패했습니다" -#: methods/copy.cc methods/rred.cc methods/store.cc -msgid "Failed to set modification time" -msgstr "파일 변경 시각을 설정하는데 실패했습니다" - #: methods/file.cc msgid "Invalid URI, local URIS must not start with //" msgstr "URI가 틀렸습니다. 로컬 URI는 //로 시작해야 합니다." @@ -1784,6 +1782,10 @@ msgstr "[미러 사이트: %s]" msgid "Failed to stat %s" msgstr "%s의 정보를 읽는데 실패했습니다" +#: methods/rred.cc +msgid "Failed to set modification time" +msgstr "파일 변경 시각을 설정하는데 실패했습니다" + #: methods/rsh.cc ftparchive/multicompress.cc msgid "Failed to create IPC pipe to subprocess" msgstr "하위 프로세스에 대한 IPC 파이프를 만드는데 실패했습니다" @@ -1879,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 "" @@ -1913,6 +1929,26 @@ msgstr "%s에 쓸 수 없습니다" msgid "Cannot get debconf version. Is debconf installed?" msgstr "debconf 버전을 알 수 없습니다. debconf가 설치되었습니까?" +#: cmdline/apt-internal-planner.cc +#, fuzzy +msgid "" +"Usage: apt-internal-planner\n" +"\n" +"apt-internal-planner is an interface to use the current internal\n" +"installation planner for the APT family like an external one,\n" +"for debugging or the like.\n" +msgstr "" +"사용법: apt-extracttemplates 파일1 [파일2 ...]\n" +"\n" +"apt-extracttemplates는 데비안 패키지에서 설정 및 서식 정보를 뽑아내는\n" +"도구입니다\n" +"\n" +"옵션:\n" +" -h 이 도움말\n" +" -t 임시 디렉토리 설정\n" +" -c=? 설정 파일을 읽습니다\n" +" -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n" + #: cmdline/apt-internal-solver.cc #, fuzzy msgid "" @@ -2416,10 +2452,45 @@ msgid "" "details." msgstr "" +#: 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)." @@ -2490,33 +2561,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 "" @@ -2939,11 +2983,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." @@ -3171,6 +3210,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)" @@ -3233,13 +3277,18 @@ msgstr "%s 사라짐 발견했습니다" msgid "Running post-installation trigger %s" msgstr "설치 후 트리거 %s 실행하는 중입니다" +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Installed %s" +msgstr "%s 설치" + #. FIXME: use a better string after freeze #: apt-pkg/deb/dpkgpm.cc #, c-format 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' 파일을 열 수 없습니다" @@ -3259,11 +3308,6 @@ msgstr "%s 푸는 중입니다" msgid "Preparing to configure %s" msgstr "%s 패키지를 설정할 준비하는 중입니다" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Installed %s" -msgstr "%s 설치" - #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Preparing for removal of %s" @@ -3387,6 +3431,22 @@ msgstr "" msgid "Execute external solver" msgstr "" +#: apt-pkg/edsp.cc +msgid "Execute external planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send request to planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send scenario to planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "External planner failed without a proper error message" +msgstr "" + #: apt-pkg/indexcopy.cc #, c-format msgid "Wrote %i records.\n"