diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-14 16:57:32 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-14 16:57:32 +0100 |
commit | 493e032a9dcccb19dca87c542a067d759213f566 (patch) | |
tree | a67045c570362d7b97cd68fd3fcb95dee331efea /po/zh_TW.po | |
parent | 56873870ce6c118b3ce58f7d7cc9b5762f2be113 (diff) |
Release 1.1.51.1.5
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index 360db8bc2..23ca1d5f3 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-07 15:31+0100\n" +"POT-Creation-Date: 2015-12-14 16:56+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -2488,6 +2488,13 @@ msgid "" msgstr "" #: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' provides only " +"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" @@ -3155,6 +3162,13 @@ msgid "No Hash entry in Release file %s" msgstr "在 Release 檔 %s 裡沒有 Hash 項目" #: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "" +"No Hash entry in Release file %s, which is considered strong enough for " +"security purposes" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc #, fuzzy, c-format msgid "Invalid 'Date' entry in Release file %s" msgstr "在 Release 檔 %s 裡沒有 Hash 項目" @@ -3516,14 +3530,14 @@ msgid "Enhances" msgstr "" #: apt-pkg/pkgcache.cc -msgid "important" -msgstr "重要" - -#: apt-pkg/pkgcache.cc msgid "required" msgstr "必要" #: apt-pkg/pkgcache.cc +msgid "important" +msgstr "重要" + +#: apt-pkg/pkgcache.cc msgid "standard" msgstr "標準" @@ -3643,7 +3657,7 @@ msgstr "在 sources.list 中必須包含一些 'source' URI" #: apt-pkg/tagfile.cc #, c-format -msgid "Cannot convert %s to integer" +msgid "Cannot convert %s to integer: out of range" msgstr "" #: apt-pkg/update.cc |