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/tr.po | |
parent | 56873870ce6c118b3ce58f7d7cc9b5762f2be113 (diff) |
Release 1.1.51.1.5
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 28 |
1 files changed, 21 insertions, 7 deletions
@@ -8,7 +8,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: 2015-12-07 15:31+0100\n" +"POT-Creation-Date: 2015-12-14 16:56+0100\n" "PO-Revision-Date: 2015-10-21 18:21+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -2559,6 +2559,13 @@ msgstr "" "dosyasındaki girdi ya da satır hatalı)" #: 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 "" "Aşağıdaki anahtar kimlikleri için kullanılır hiçbir genel anahtar yok:\n" @@ -3257,6 +3264,13 @@ msgstr "'Release' dosyasında (%s) sağlama girdisi yok" #: 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 +#, c-format msgid "Invalid 'Date' entry in Release file %s" msgstr "'Release' dosyasında (%s) geçersiz 'Date' girdisi" @@ -3634,14 +3648,14 @@ msgid "Enhances" msgstr "Geliştirdikleri" #: apt-pkg/pkgcache.cc -msgid "important" -msgstr "önemli" - -#: apt-pkg/pkgcache.cc msgid "required" msgstr "gerekli" #: apt-pkg/pkgcache.cc +msgid "important" +msgstr "önemli" + +#: apt-pkg/pkgcache.cc msgid "standard" msgstr "standart" @@ -3762,8 +3776,8 @@ msgid "You must put some 'source' URIs in your sources.list" msgstr "'sources.list' dosyası içine bazı 'source' adresleri koymalısınız" #: apt-pkg/tagfile.cc -#, c-format -msgid "Cannot convert %s to integer" +#, fuzzy, c-format +msgid "Cannot convert %s to integer: out of range" msgstr "%s metni tam sayıya dönüştürülemiyor" #: apt-pkg/update.cc |