diff options
author | Julian Andres Klode <jak@debian.org> | 2017-01-05 20:52:03 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-01-05 20:52:03 +0100 |
commit | 5d47d9b8f8a43f2b7502336a1df4e017fbf1602d (patch) | |
tree | ec77015c7e1b6a2918daaeef1a7f09549b327ce8 /po/pt_BR.po | |
parent | ae44d3935267b193e73071f3d110009d492021a6 (diff) |
Release 1.4~beta31.4_beta3
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 1b864481f..0560e6673 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,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: 2016-12-29 13:23+0100\n" +"POT-Creation-Date: 2017-01-05 20:50+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -3360,6 +3360,53 @@ msgstr " %s não possui entrada override fonte\n" msgid " %s has no binary override entry either\n" msgstr " %s também não possui entrada override binária\n" +#: methods/basehttp.cc +msgid "Waiting for headers" +msgstr "Aguardando por cabeçalhos" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid reply header" +msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido" + +#: methods/basehttp.cc +msgid "Bad header line" +msgstr "Linha de cabeçalho ruim" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Length header" +msgstr "O servidor HTTP enviou um cabeçalho \"Content-Length\" inválido" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Range header" +msgstr "O servidor HTTP enviou um cabeçalho \"Content-Range\" inválido" + +#: methods/basehttp.cc +msgid "This HTTP server has broken range support" +msgstr "Este servidor HTTP possui suporte a \"range\" quebrado" + +#: methods/basehttp.cc +msgid "Unknown date format" +msgstr "Formato de data desconhecido" + +#: methods/basehttp.cc +msgid "Bad header data" +msgstr "Dados de cabeçalho ruins" + +#: methods/basehttp.cc +msgid "Connection failed" +msgstr "Conexão falhou" + +#: methods/basehttp.cc +#, c-format +msgid "" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" +msgstr "" + +#: methods/basehttp.cc +msgid "Internal error" +msgstr "Erro interno" + #: methods/cdrom.cc #, c-format msgid "Unable to read the cdrom database %s" @@ -3716,53 +3763,6 @@ msgstr "Falhou ao definir hora de modificação" msgid "Connection closed prematurely" msgstr "Conexão encerrada prematuramente" -#: methods/server.cc -msgid "Waiting for headers" -msgstr "Aguardando por cabeçalhos" - -#: methods/server.cc -msgid "The HTTP server sent an invalid reply header" -msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido" - -#: methods/server.cc -msgid "Bad header line" -msgstr "Linha de cabeçalho ruim" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Length header" -msgstr "O servidor HTTP enviou um cabeçalho \"Content-Length\" inválido" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Range header" -msgstr "O servidor HTTP enviou um cabeçalho \"Content-Range\" inválido" - -#: methods/server.cc -msgid "This HTTP server has broken range support" -msgstr "Este servidor HTTP possui suporte a \"range\" quebrado" - -#: methods/server.cc -msgid "Unknown date format" -msgstr "Formato de data desconhecido" - -#: methods/server.cc -msgid "Bad header data" -msgstr "Dados de cabeçalho ruins" - -#: methods/server.cc -msgid "Connection failed" -msgstr "Conexão falhou" - -#: methods/server.cc -#, c-format -msgid "" -"Automatically disabled %s due to incorrect response from server/proxy. (man " -"5 apt.conf)" -msgstr "" - -#: methods/server.cc -msgid "Internal error" -msgstr "Erro interno" - #: methods/store.cc msgid "Empty files can't be valid archives" msgstr "" |