diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:34:44 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:34:44 +0100 |
commit | 1e26d79d2e0756356fb6edb77bcb4418491ddb11 (patch) | |
tree | e0c33b71cb3d73d8a26a97c3beb2c75a47215705 /po/cs.po | |
parent | 780858355914c64793f11860490603c5131c35f1 (diff) |
Release 1.8.0~rc11.8.0_rc1
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4.2\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: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -425,6 +425,13 @@ msgstr "Seznam změn pro %s=%s není dostupný" #: 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 "Metoda „%s“ je v nastavení explicitně zakázána." @@ -931,12 +938,12 @@ msgstr "Problém při přejmenování souboru %s na %s" msgid "Problem syncing the file" msgstr "Problém při synchronizování souboru" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Nelze zavolat mkstemp %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nelze zapsat do %s" @@ -1567,6 +1574,12 @@ msgstr "Nerozumím vypíchnutí typu %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 "%s: Hodnota %s leží mimo rozsah platných priorit (%d až %d)" @@ -2834,6 +2847,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instaluje nové balíky (balík je libc6, ne 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 "Instaluje nové balíky (balík je libc6, ne libc6.deb)" + +#: cmdline/apt-get.cc msgid "Remove packages" msgstr "Odstraní balíky" @@ -3132,6 +3151,12 @@ msgid "install packages" msgstr "nainstaluje balíky" #: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "nainstaluje balíky" + +#: cmdline/apt.cc msgid "remove packages" msgstr "odstraní balíky" |