diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-03-12 17:36:01 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-04-25 15:35:52 +0200 |
commit | 3f7604340855760289d7ed7e2dca70f99a9f4986 (patch) | |
tree | 851adc9f599aec50c60689e1a892ea3000cc2b23 /po/bg.po | |
parent | 82153438235144c485a8539b5c035e67bbef96e4 (diff) |
drop empty line from fetch error
This is a duplicate of sorts of 0efb29eb36184bbe6de7b1013d1898796d94b171
which is the a lot more frequent case of this error – and also a
duplicate of this error message, just without the \n at the end.
Git-Dch: Ignore
Diffstat (limited to 'po/bg.po')
-rw-r--r-- | po/bg.po | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -237,10 +237,10 @@ msgid "" "unauthenticated" msgstr "Има проблеми и „-y“ е използвано без „--force-yes“" -#: apt-private/private-download.cc +#: apt-private/private-download.cc apt-pkg/update.cc #, c-format -msgid "Failed to fetch %s %s\n" -msgstr "Неуспех при изтеглянето на %s %s\n" +msgid "Failed to fetch %s %s" +msgstr "Неуспех при изтеглянето на %s %s" #: apt-private/private-download.cc #, c-format @@ -3752,11 +3752,6 @@ msgid "Cannot convert %s to integer: out of range" msgstr "" #: apt-pkg/update.cc -#, fuzzy, c-format -msgid "Failed to fetch %s %s" -msgstr "Неуспех при изтеглянето на %s %s\n" - -#: apt-pkg/update.cc msgid "" "Some index files failed to download. They have been ignored, or old ones " "used instead." @@ -3772,6 +3767,9 @@ msgstr "Изчисляване на актуализацията" #~ msgid "The repository is insufficiently signed by key %s (%s)" #~ msgstr "Директорията %s е отклонена" +#~ msgid "Failed to fetch %s %s\n" +#~ msgstr "Неуспех при изтеглянето на %s %s\n" + #~ msgid "" #~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " #~ "packages" |