diff options
Diffstat (limited to 'po/ko.po')
-rw-r--r-- | po/ko.po | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -394,6 +394,13 @@ msgstr "%s(%s)에 연결하는 중입니다" #: apt-pkg/acquire-worker.cc #, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + +#: apt-pkg/acquire-worker.cc +#, c-format msgid "The method '%s' is explicitly disabled via configuration." msgstr "" @@ -891,12 +898,12 @@ msgstr "%s 파일을 %s(으)로 이름을 바꾸는데 문제가 있습니다" msgid "Problem syncing the file" msgstr "파일을 동기화하는데 문제가 있습니다" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "%s의 정보를 읽을 수 없습니다" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s에 쓸 수 없습니다" @@ -1523,6 +1530,12 @@ msgstr "핀 타입 %s이(가) 무엇인지 이해할 수 없습니다" #: apt-pkg/policy.cc #, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + +#: apt-pkg/policy.cc +#, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" msgstr "" @@ -2751,6 +2764,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)" #: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)" + +#: cmdline/apt-get.cc msgid "Remove packages" msgstr "패키지를 지웁니다" @@ -3047,6 +3066,11 @@ msgstr "핀 패키지:" #: cmdline/apt.cc #, fuzzy +msgid "reinstall packages" +msgstr "핀 패키지:" + +#: cmdline/apt.cc +#, fuzzy msgid "remove packages" msgstr "망가진 패키지" |