diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-11 14:05:04 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-11 14:10:27 +0200 |
commit | f8b879c2c805e6d49d438cad877a1706e4ae56d2 (patch) | |
tree | f2f32e62ac89a5119750cb73a65d892f08b0417c /po/pt_BR.po | |
parent | 80c0c9b2980310c78bd9bc26b463c7e3ad7fdae3 (diff) |
Release 1.3~rc11.3_rc1
This commit looks heavy. Most of that comes from the fact that the
ordering of files in the translations changed with the switch to
CMake. I could have gone the extra mile to figure out the original
ordering and replicate it, but I have chosen to re-order everything
by file and line number, as that's easier.
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 3793 |
1 files changed, 1904 insertions, 1889 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 7f47ec04b..c642c43ef 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-08-04 10:25+0200\n" +"POT-Creation-Date: 2016-08-11 13:57+0200\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." @@ -18,6 +18,1537 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" +#: apt-inst/contrib/arfile.cc +msgid "Invalid archive signature" +msgstr "Assinatura de arquivo inválida" + +#: apt-inst/contrib/arfile.cc +msgid "Error reading archive member header" +msgstr "Erro na leitura de cabeçalho membro de arquivo" + +#: apt-inst/contrib/arfile.cc +#, fuzzy, c-format +msgid "Invalid archive member header %s" +msgstr "Cabeçalho membro de arquivo inválido" + +#: apt-inst/contrib/arfile.cc +msgid "Invalid archive member header" +msgstr "Cabeçalho membro de arquivo inválido" + +#: apt-inst/contrib/arfile.cc +msgid "Archive is too short" +msgstr "Arquivo é muito pequeno" + +#: apt-inst/contrib/arfile.cc +msgid "Failed to read the archive headers" +msgstr "Falhou ao ler os cabeçalhos do arquivo" + +#: apt-inst/contrib/extracttar.cc +#, fuzzy, c-format +msgid "Cannot find a configured compressor for '%s'" +msgstr "Impossível achar pacote %s" + +#: apt-inst/contrib/extracttar.cc +msgid "Corrupted archive" +msgstr "Arquivo corrompido" + +#: apt-inst/contrib/extracttar.cc +msgid "Tar checksum failed, archive corrupted" +msgstr "Checksum do arquivo tar falhou, arquivo corrompido" + +#: apt-inst/contrib/extracttar.cc +#, c-format +msgid "Unknown TAR header type %u, member %s" +msgstr "Tipo de cabeçalho TAR %u desconhecido, membro %s" + +#: apt-inst/deb/debfile.cc +#, c-format +msgid "This is not a valid DEB archive, missing '%s' member" +msgstr "Este não é um arquivo DEB válido, membro '%s' faltando" + +#: apt-inst/deb/debfile.cc +#, c-format +msgid "Internal error, could not locate member %s" +msgstr "Erro interno, não foi possível localizar membro %s" + +#: apt-inst/deb/debfile.cc +msgid "Unparsable control file" +msgstr "Arquivo de controle não interpretável" + +#: apt-inst/dirstream.cc +#, c-format +msgid "Failed to write file %s" +msgstr "Falhou ao escrever arquivo %s" + +#: apt-inst/dirstream.cc +#, c-format +msgid "Failed to close file %s" +msgstr "Falhou ao fechar arquivo %s" + +#: apt-inst/extract.cc +#, c-format +msgid "The path %s is too long" +msgstr "O caminho %s é muito longo" + +#: apt-inst/extract.cc +#, c-format +msgid "Unpacking %s more than once" +msgstr "Desempacotando %s mais de uma vez" + +#: apt-inst/extract.cc +#, c-format +msgid "The directory %s is diverted" +msgstr "O diretório %s é desviado (\"diverted\")" + +#: apt-inst/extract.cc +#, c-format +msgid "The package is trying to write to the diversion target %s/%s" +msgstr "O pacote está tentando escrever no alvo do desvio %s/%s" + +#: apt-inst/extract.cc +msgid "The diversion path is too long" +msgstr "O caminho de desvio é muito longo" + +#: apt-inst/extract.cc apt-pkg/acquire-item.cc ftparchive/cachedb.cc +#: methods/rred.cc +#, c-format +msgid "Failed to stat %s" +msgstr "Falhou ao executar \"stat\" %s" + +#: apt-inst/extract.cc ftparchive/multicompress.cc +#, c-format +msgid "Failed to rename %s to %s" +msgstr "Falhou ao renomear %s para %s" + +#: apt-inst/extract.cc +#, c-format +msgid "The directory %s is being replaced by a non-directory" +msgstr "O diretório %s está sendo substituído por um não-diretório" + +#: apt-inst/extract.cc +msgid "Failed to locate node in its hash bucket" +msgstr "Falha ao localizar nó em seu \"hash bucket\"" + +#: apt-inst/extract.cc +msgid "The path is too long" +msgstr "O caminho é muito longo" + +#: apt-inst/extract.cc +#, c-format +msgid "Overwrite package match with no version for %s" +msgstr "Sobrescrita de pacote não combina com nenhuma versão para %s" + +#: apt-inst/extract.cc +#, c-format +msgid "File %s/%s overwrites the one in the package %s" +msgstr "Arquivo %s/%s sobrescreve arquivo no pacote %s" + +#. Only warn if there are no sources.list.d. +#. Only warn if there is no sources.list file. +#: apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc +#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/deb/dpkgpm.cc +#: apt-pkg/init.cc apt-pkg/policy.cc apt-pkg/sourcelist.cc methods/mirror.cc +#, c-format +msgid "Unable to read %s" +msgstr "Impossível ler %s" + +#: apt-inst/extract.cc +#, c-format +msgid "Unable to stat %s" +msgstr "Impossível executar \"stat\" em %s" + +#: apt-inst/filelist.cc +msgid "DropNode called on still linked node" +msgstr "\"DropNode\" chamado em nó ainda ligado (\"linked\")" + +#: apt-inst/filelist.cc +msgid "Failed to locate the hash element!" +msgstr "Falhou ao localizar o elemento hash!" + +#: apt-inst/filelist.cc +msgid "Failed to allocate diversion" +msgstr "Falhou ao alocar desvio (\"diversion\")" + +#: apt-inst/filelist.cc +msgid "Internal error in AddDiversion" +msgstr "Erro interno em \"AddDiversion\"" + +#: apt-inst/filelist.cc +#, c-format +msgid "Trying to overwrite a diversion, %s -> %s and %s/%s" +msgstr "Tentando sobrescrever um desvio, %s -> %s e %s/%s" + +#: apt-inst/filelist.cc +#, c-format +msgid "Double add of diversion %s -> %s" +msgstr "Adição dupla de desvio %s -> %s" + +#: apt-inst/filelist.cc +#, c-format +msgid "Duplicate conf file %s/%s" +msgstr "Arquivo de configuração duplicado %s/%s" + +#: apt-pkg/acquire-item.cc +msgid "" +"Updating from such a repository can't be done securely, and is therefore " +"disabled by default." +msgstr "" + +#: apt-pkg/acquire-item.cc +msgid "" +"Data from such a repository can't be authenticated and is therefore " +"potentially dangerous to use." +msgstr "" + +#: apt-pkg/acquire-item.cc +msgid "" +"See apt-secure(8) manpage for repository creation and user configuration " +"details." +msgstr "" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' is no longer signed." +msgstr "O diretório %s é desviado (\"diverted\")" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does no longer have a Release file." +msgstr "O diretório %s é desviado (\"diverted\")" + +#: apt-pkg/acquire-item.cc +msgid "" +"This is normally not allowed, but the option Acquire::" +"AllowDowngradeToInsecureRepositories was given to override it." +msgstr "" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' is not signed." +msgstr "O diretório %s é desviado (\"diverted\")" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does not have a Release file." +msgstr "O diretório %s é desviado (\"diverted\")" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' provides only weak security information." +msgstr "O diretório %s é desviado (\"diverted\")" + +#: apt-pkg/acquire-item.cc ftparchive/writer.cc +#, c-format +msgid "Failed to readlink %s" +msgstr "Falhou ao executar \"readlink\" %s" + +#: apt-pkg/acquire-item.cc +msgid "Hash Sum mismatch" +msgstr "Hash Sum incorreto" + +#: apt-pkg/acquire-item.cc +msgid "Insufficient information available to perform this download securely" +msgstr "" + +#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc +#, c-format +msgid "rename failed, %s (%s -> %s)." +msgstr "renomeação falhou, %s (%s -> %s)." + +#: apt-pkg/acquire-item.cc +msgid "Size mismatch" +msgstr "Tamanho incorreto" + +#: apt-pkg/acquire-item.cc +#, fuzzy +msgid "Invalid file format" +msgstr "Operação %s inválida" + +#: apt-pkg/acquire-item.cc +#, fuzzy +msgid "Signature error" +msgstr "Erro de escrita" + +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: apt-pkg/acquire-item.cc methods/gpgv.cc +#, c-format +msgid "" +"Clearsigned file isn't valid, got '%s' (does the network require " +"authentication?)" +msgstr "" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"An error occurred during the signature verification. The repository is not " +"updated and the previous index files will be used. GPG error: %s: %s" +msgstr "" + +#. Invalid signature file, reject (LP: #346386) (Closes: #627642) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "GPG error: %s: %s" +msgstr "" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' doesn't support " +"architecture '%s'" +msgstr "" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Unable to find expected entry '%s' in Release file (Wrong sources.list entry " +"or malformed file)" +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 "" + +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time since then the file is invalid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is expired (invalid since %s). Updates for this " +"repository will not be applied." +msgstr "" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "Conflicting distribution: %s (expected %s but got %s)" +msgstr "" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"I wasn't able to locate a file for the %s package. This might mean you need " +"to manually fix this package. (due to missing arch)" +msgstr "" +"Não foi possível localizar um arquivo para o pacote %s. Isto pode significar " +"que você precisa consertar manualmente este pacote. (devido a arquitetura " +"não especificada)." + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "Can't find a source to download version '%s' of '%s'" +msgstr "" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"The package index files are corrupted. No Filename: field for package %s." +msgstr "" +"Os arquivos de índice de pacotes estão corrompidos. Nenhum campo \"Filename:" +"\" para o pacote %s." + +#. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1 +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "Changelog unavailable for %s=%s" +msgstr "Conectando em %s (%s)" + +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "The method '%s' is explicitly disabled via configuration." +msgstr "" + +#: apt-pkg/acquire-worker.cc methods/connect.cc +#, c-format +msgid "If you meant to use Tor remember to use %s instead of %s." +msgstr "" + +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "The method driver %s could not be found." +msgstr "O driver do método %s não pode ser encontrado." + +#: apt-pkg/acquire-worker.cc +#, fuzzy, c-format +msgid "Is the package %s installed?" +msgstr "Confira se o pacote 'dpkg-dev' está instalado.\n" + +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "Method %s did not start correctly" +msgstr "Método %s não iniciou corretamente" + +#: apt-pkg/acquire-worker.cc +#, fuzzy, c-format +msgid "" +"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." +msgstr "" +"Por favor, insira o disco nomeado: '%s' na unidade '%s' e pressione enter." + +#: apt-pkg/acquire.cc apt-pkg/cdrom.cc +#, fuzzy, c-format +msgid "List directory %spartial is missing." +msgstr "Diretório de listas %spartial está faltando." + +#: apt-pkg/acquire.cc +#, fuzzy, c-format +msgid "Archives directory %spartial is missing." +msgstr "Diretório de arquivos %spartial está faltando." + +#: apt-pkg/acquire.cc +#, fuzzy, c-format +msgid "Unable to lock directory %s" +msgstr "Impossível criar trava no diretório de listas" + +#: apt-pkg/acquire.cc +#, c-format +msgid "No sandbox user '%s' on the system, can not drop privileges" +msgstr "" + +#: apt-pkg/acquire.cc +#, c-format +msgid "" +"Can't drop privileges for downloading as file '%s' couldn't be accessed by " +"user '%s'." +msgstr "" + +#: apt-pkg/acquire.cc apt-pkg/clean.cc +#, fuzzy, c-format +msgid "Clean of %s is not supported" +msgstr "Tipo de arquivo de índice '%s' não é suportado" + +#: apt-pkg/acquire.cc apt-pkg/clean.cc apt-pkg/contrib/cdromutl.cc +#: methods/mirror.cc +#, c-format +msgid "Unable to change to %s" +msgstr "Impossível mudar para %s" + +#. only show the ETA if it makes sense +#. two days +#: apt-pkg/acquire.cc +#, c-format +msgid "Retrieving file %li of %li (%s remaining)" +msgstr "Obtendo o arquivo %li de %li (%s restantes)" + +#: apt-pkg/acquire.cc +#, c-format +msgid "Retrieving file %li of %li" +msgstr "Obtendo arquivo %li de %li" + +#: apt-pkg/algorithms.cc +#, c-format +msgid "" +"The package %s needs to be reinstalled, but I can't find an archive for it." +msgstr "" +"O pacote %s precisa ser reinstalado, mas não foi possível encontrar um " +"arquivo para o mesmo." + +#: apt-pkg/algorithms.cc +msgid "" +"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by " +"held packages." +msgstr "" +"Erro, pkgProblemResolver::Resolve gerou falhas, isto pode ser causado por " +"pacotes mantidos (hold)." + +#: apt-pkg/algorithms.cc +msgid "Unable to correct problems, you have held broken packages." +msgstr "Impossível corrigir problemas, você manteve (hold) pacotes quebrados." + +#: apt-pkg/cachefile.cc +msgid "The package lists or status file could not be parsed or opened." +msgstr "" +"As listas de pacotes ou os arquivos de estado não puderam ser analisados ou " +"abertos." + +#: apt-pkg/cachefile.cc +msgid "You may want to run apt-get update to correct these problems" +msgstr "Você terá que executar apt-get update para corrigir estes problemas" + +#: apt-pkg/cachefile.cc +msgid "The list of sources could not be read." +msgstr "A lista de fontes não pode ser lida." + +#: apt-pkg/cachefilter.cc apt-private/private-output.cc +#, c-format +msgid "Regex compilation error - %s" +msgstr "Erro de compilação de regex - %s" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Release '%s' for '%s' was not found" +msgstr "Release '%s' para '%s' não foi encontrada" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Version '%s' for '%s' was not found" +msgstr "Versão '%s' para '%s' não foi encontrada" + +#: apt-pkg/cacheset.cc +#, fuzzy, c-format +msgid "Couldn't find task '%s'" +msgstr "Impossível achar tarefa %s" + +#: apt-pkg/cacheset.cc +#, fuzzy, c-format +msgid "Couldn't find any package by regex '%s'" +msgstr "Impossível achar pacote %s" + +#: apt-pkg/cacheset.cc +#, fuzzy, c-format +msgid "Couldn't find any package by glob '%s'" +msgstr "Impossível achar pacote %s" + +#: apt-pkg/cacheset.cc apt-private/private-show.cc +#, c-format +msgid "Unable to locate package %s" +msgstr "Impossível encontrar o pacote %s" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select versions from package '%s' as it is purely virtual" +msgstr "" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select newest version from package '%s' as it is purely virtual" +msgstr "" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select candidate version from package %s as it has no candidate" +msgstr "" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select installed version from package %s as it is not installed" +msgstr "" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "" +"Can't select installed nor candidate version from package '%s' as it has " +"neither of them" +msgstr "" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Line %u too long in source list %s." +msgstr "Linha %u muito longa na lista de fontes %s." + +#: apt-pkg/cdrom.cc +msgid "Unmounting CD-ROM...\n" +msgstr "Desmontando CD-ROM...\n" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Using CD-ROM mount point %s\n" +msgstr "Usando ponto de montagem de CD-ROM %s\n" + +#: apt-pkg/cdrom.cc +msgid "Waiting for disc...\n" +msgstr "Aguardando por disco...\n" + +#: apt-pkg/cdrom.cc +msgid "Mounting CD-ROM...\n" +msgstr "Montando CD-ROM...\n" + +#: apt-pkg/cdrom.cc +msgid "Identifying... " +msgstr "Identificando... " + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Stored label: %s\n" +msgstr "Rótulo armazenado: %s \n" + +#: apt-pkg/cdrom.cc +msgid "Scanning disc for index files...\n" +msgstr "Procurando por arquivos de índice no disco...\n" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "" +"Found %zu package indexes, %zu source indexes, %zu translation indexes and " +"%zu signatures\n" +msgstr "" +"Encontrado(s) %zu índice(s) de pacote(s), %zu índice(s) de fonte(s), %zu " +"índice(s) de traduções e %zu assinatura(s)\n" + +#: apt-pkg/cdrom.cc +msgid "" +"Unable to locate any package files, perhaps this is not a Debian Disc or the " +"wrong architecture?" +msgstr "" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Found label '%s'\n" +msgstr "Rótulo encontrado: '%s'\n" + +#: apt-pkg/cdrom.cc +msgid "That is not a valid name, try again.\n" +msgstr "Este não é um nome válido, tente novamente.\n" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "" +"This disc is called: \n" +"'%s'\n" +msgstr "" +"Esse disco é chamado: \n" +"'%s'\n" + +#: apt-pkg/cdrom.cc +msgid "Copying package lists..." +msgstr "Copiando lista de pacotes..." + +#: apt-pkg/cdrom.cc +msgid "Writing new source list\n" +msgstr "Gravando nova lista de fontes\n" + +#: apt-pkg/cdrom.cc +msgid "Source list entries for this disc are:\n" +msgstr "Entradas na lista de fontes para este disco são:\n" + +#: apt-pkg/clean.cc +#, c-format +msgid "Unable to stat %s." +msgstr "Impossível executar \"stat\" %s." + +#: apt-pkg/contrib/cdromutl.cc +#, c-format +msgid "Unable to stat the mount point %s" +msgstr "Impossível executar \"stat\" no ponto de montagem %s" + +#: apt-pkg/contrib/cdromutl.cc +msgid "Failed to stat the cdrom" +msgstr "Impossível executar \"stat\" no cdrom" + +#: apt-pkg/contrib/cmndline.cc +#, fuzzy, c-format +msgid "" +"Command line option '%c' [from %s] is not understood in combination with the " +"other options." +msgstr "Opção de linha de comando '%c' [de %s] é desconhecida." + +#: apt-pkg/contrib/cmndline.cc +#, fuzzy, c-format +msgid "" +"Command line option %s is not understood in combination with the other " +"options" +msgstr "Opção de linha de comando %s não é compreendida" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Command line option %s is not boolean" +msgstr "Opção de linha de comando %s não é booleana" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s requires an argument." +msgstr "Opção %s requer um argumento." + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s: Configuration item specification must have an =<val>." +msgstr "" +"Opção %s: Especificação de item de configuração deve possuir um =<val>." + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s requires an integer argument, not '%s'" +msgstr "Opção %s requer um argumento inteiro, não '%s'" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option '%s' is too long" +msgstr "Opção '%s' é muito longa" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Sense %s is not understood, try true or false." +msgstr "Sentido %s não é compreendido, tente verdadeiro ou falso." + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Invalid operation %s" +msgstr "Operação %s inválida" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Unrecognized type abbreviation: '%c'" +msgstr "Abreviação de tipo desconhecida: '%c'" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Opening configuration file %s" +msgstr "Abrindo arquivo de configuração %s" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Block starts with no name." +msgstr "Erro de sintaxe %s:%u: Bloco inicia sem nome." + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Malformed tag" +msgstr "Erro de sintaxe %s:%u: Tag mal formada" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Extra junk after value" +msgstr "Erro de sintaxe %s:%u: Lixo extra depois do valor" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Directives can only be done at the top level" +msgstr "" +"Erro de sintaxe %s:%u: Diretivas podem ser feitas somente no nível mais alto" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Too many nested includes" +msgstr "Erro de sintaxe %s:%u: Muitos \"includes\" aninhados" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Included from here" +msgstr "Erro de sintaxe %s:%u: Incluído a partir deste ponto" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Unsupported directive '%s'" +msgstr "Erro de sintaxe %s:%u: Não há suporte para a diretiva '%s'" + +#: apt-pkg/contrib/configuration.cc +#, fuzzy, c-format +msgid "Syntax error %s:%u: clear directive requires an option tree as argument" +msgstr "" +"Erro de sintaxe %s:%u: Diretivas podem ser feitas somente no nível mais alto" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: Extra junk at end of file" +msgstr "Erro de sintaxe %s:%u: Lixo extra no final do arquivo" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "Problem unlinking the file %s" +msgstr "Problema removendo o arquivo" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Not using locking for read only lock file %s" +msgstr "Não usando travamento para arquivo de trava somente leitura %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open lock file %s" +msgstr "Não foi possível abrir arquivo de trava %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Not using locking for nfs mounted lock file %s" +msgstr "Não usando travamento para arquivo de trava montado via nfs %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not get lock %s" +msgstr "Não foi possível obter trava %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "List of files can't be created as '%s' is not a directory" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Ignoring '%s' in directory '%s' as it is not a regular file" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "" +"Ignoring file '%s' in directory '%s' as it has an invalid filename extension" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc +#: cmdline/apt-dump-solver.cc +#, c-format +msgid "Waited for %s but it wasn't there" +msgstr "Esperado %s mas este não estava lá" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Sub-process %s received a segmentation fault." +msgstr "Sub-processo %s recebeu uma falha de segmentação." + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "Sub-process %s received signal %u." +msgstr "Sub-processo %s recebeu uma falha de segmentação." + +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc +#, c-format +msgid "Sub-process %s returned an error code (%u)" +msgstr "Sub-processo %s retornou um código de erro (%u)" + +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc +#, c-format +msgid "Sub-process %s exited unexpectedly" +msgstr "Sub-processo %s finalizou inesperadamente" + +#: apt-pkg/contrib/fileutl.cc methods/ftp.cc methods/rsh.cc +msgid "Read error" +msgstr "Erro de leitura" + +#: apt-pkg/contrib/fileutl.cc methods/ftp.cc methods/rsh.cc +msgid "Write error" +msgstr "Erro de escrita" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "Problem closing the gzip file %s" +msgstr "Problema fechando o arquivo" + +#: apt-pkg/contrib/fileutl.cc +msgid "Unexpected end of file" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Falhou ao criar sub-processo IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Falhou ao executar compactador " + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open file %s" +msgstr "Não foi possível abrir arquivo %s" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "Could not open file descriptor %d" +msgstr "Não foi possível abrir \"pipe\" para %s" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "read, still have %llu to read but none left" +msgstr "leitura, ainda restam %lu para serem lidos mas nenhum deixado" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "write, still have %llu to write but couldn't" +msgstr "escrita, ainda restam %lu para gravar mas não foi possível" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "Problem closing the file %s" +msgstr "Problema fechando o arquivo" + +#: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +msgid "Problem renaming the file %s to %s" +msgstr "Problema sincronizando o arquivo" + +#: apt-pkg/contrib/fileutl.cc +msgid "Problem syncing the file" +msgstr "Problema sincronizando o arquivo" + +#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#, fuzzy, c-format +msgid "Unable to mkstemp %s" +msgstr "Impossível executar \"stat\" em %s" + +#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#, c-format +msgid "Unable to write to %s" +msgstr "Impossível escrever para %s" + +#: apt-pkg/contrib/mmap.cc +msgid "Can't mmap an empty file" +msgstr "Não foi possível fazer \"mmap\" de um arquivo vazio" + +#: apt-pkg/contrib/mmap.cc +#, fuzzy, c-format +msgid "Couldn't make mmap of %llu bytes" +msgstr "Não foi possível fazer \"mmap\" de %lu bytes" + +#: apt-pkg/contrib/mmap.cc +#, fuzzy, c-format +msgid "Couldn't duplicate file descriptor %i" +msgstr "Não foi possível abrir \"pipe\" para %s" + +#: apt-pkg/contrib/mmap.cc +#, fuzzy +msgid "Unable to close mmap" +msgstr "Impossível abrir %s" + +#: apt-pkg/contrib/mmap.cc +#, fuzzy +msgid "Unable to synchronize mmap" +msgstr "Impossível invocar " + +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "Couldn't make mmap of %lu bytes" +msgstr "Não foi possível fazer \"mmap\" de %lu bytes" + +#: apt-pkg/contrib/mmap.cc +msgid "Failed to truncate file" +msgstr "Falhou ao truncar arquivo" + +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "" +"Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. " +"Current value: %lu. (man 5 apt.conf)" +msgstr "" + +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "" +"Unable to increase the size of the MMap as the limit of %lu bytes is already " +"reached." +msgstr "" + +#: apt-pkg/contrib/mmap.cc +msgid "" +"Unable to increase size of the MMap as automatic growing is disabled by user." +msgstr "" + +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... Error!" +msgstr "%c%s... Erro!" + +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... Done" +msgstr "%c%s... Pronto" + +#: apt-pkg/contrib/progress.cc +msgid "..." +msgstr "" + +#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %u%%" +msgstr "%c%s... Pronto" + +#. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%lid %lih %limin %lis" +msgstr "" + +#. TRANSLATOR: h means hours, min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%lih %limin %lis" +msgstr "" + +#. TRANSLATOR: min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%limin %lis" +msgstr "" + +#. TRANSLATOR: s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%lis" +msgstr "" + +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "Selection %s not found" +msgstr "Seleção %s não encontrada" + +#. TRANSLATOR: an identifier like Packages; Releasefile key indicating +#. a file like main/binary-amd64/Packages; another identifier like Contents; +#. filename and linenumber of the sources.list entry currently parsed +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Target %s wants to acquire the same file (%s) as %s from source %s" +msgstr "" + +#. TRANSLATOR: an identifier like Packages; Releasefile key indicating +#. a file like main/binary-amd64/Packages; filename and linenumber of +#. two sources.list entries +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Target %s (%s) is configured multiple times in %s and %s" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, fuzzy, c-format +msgid "Unable to parse Release file %s" +msgstr "Impossível analisar arquivo de pacote %s (1)" + +#: apt-pkg/deb/debmetaindex.cc +#, fuzzy, c-format +msgid "No sections in Release file %s" +msgstr "Nota, selecionando %s ao invés de %s\n" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "No Hash entry in Release file %s" +msgstr "" + +#: 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 '%s' entry in Release file %s" +msgstr "Linha inválida no arquivo de desvios: %s" + +#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Conflicting values set for option %s regarding source %s %s" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Invalid value set for option %s regarding source %s %s (%s)" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Conflicting values set for option %s regarding source %s %s: %s != %s" +msgstr "" + +#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc +#, c-format +msgid "Unable to parse package file %s (%d)" +msgstr "Impossível analisar arquivo de pacote %s (%d)" + +#: apt-pkg/deb/debsystem.cc +#, c-format +msgid "" +"Unable to lock the administration directory (%s), is another process using " +"it?" +msgstr "" + +#: apt-pkg/deb/debsystem.cc +#, fuzzy, c-format +msgid "Unable to lock the administration directory (%s), are you root?" +msgstr "Impossível criar trava no diretório de listas" + +#. TRANSLATORS: the %s contains the recovery command, usually +#. dpkg --configure -a +#: apt-pkg/deb/debsystem.cc +#, c-format +msgid "" +"dpkg was interrupted, you must manually run '%s' to correct the problem. " +msgstr "" + +#: apt-pkg/deb/debsystem.cc +msgid "Not locked" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Installing %s" +msgstr "Instalando %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Configuring %s" +msgstr "Configurando %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Removing %s" +msgstr "Removendo %s" + +#: apt-pkg/deb/dpkgpm.cc +#, fuzzy, c-format +msgid "Completely removing %s" +msgstr "%s completamente removido" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Noting disappearance of %s" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Running post-installation trigger %s" +msgstr "Executando gatilho pós-instalação %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Installed %s" +msgstr "%s instalado" + +#. FIXME: use a better string after freeze +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Directory '%s' missing" +msgstr "Diretório '%s' está faltando" + +#: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc +#, fuzzy, c-format +msgid "Could not open file '%s'" +msgstr "Não foi possível abrir arquivo %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing %s" +msgstr "Preparando %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Unpacking %s" +msgstr "Desempacotando %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing to configure %s" +msgstr "Preparando para configurar %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing for removal of %s" +msgstr "Preparando para a remoção de %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Removed %s" +msgstr "%s removido" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing to completely remove %s" +msgstr "Preparando para remover completamente %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Completely removed %s" +msgstr "%s completamente removido" + +#: apt-pkg/deb/dpkgpm.cc +#, fuzzy, c-format +msgid "Can not write log (%s)" +msgstr "Impossível escrever para %s" + +#: apt-pkg/deb/dpkgpm.cc +msgid "Is /dev/pts mounted?" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "Operation was interrupted before it could finish" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "No apport report written because MaxReports is reached already" +msgstr "" + +#. check if its not a follow up error +#: apt-pkg/deb/dpkgpm.cc +msgid "dependency problems - leaving unconfigured" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates its a followup " +"error from a previous failure." +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a disk full " +"error" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a out of memory " +"error" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates an issue on the " +"local system" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a dpkg I/O error" +msgstr "" + +#: apt-pkg/depcache.cc +msgid "Building dependency tree" +msgstr "Construindo árvore de dependências" + +#: apt-pkg/depcache.cc +msgid "Candidate versions" +msgstr "Versões candidatas" + +#: apt-pkg/depcache.cc +msgid "Dependency generation" +msgstr "Geração de dependência" + +#: apt-pkg/depcache.cc +msgid "Reading state information" +msgstr "Lendo informação de estado" + +#: apt-pkg/depcache.cc +#, c-format +msgid "Failed to open StateFile %s" +msgstr "Falha ao abrir Arquivo de Estado (\"StateFile\") %s" + +#: apt-pkg/depcache.cc +#, c-format +msgid "Failed to write temporary StateFile %s" +msgstr "Falha ao escrever Arquivo de Estado (\"StateFile\") temporário %s" + +#: apt-pkg/edsp.cc +msgid "Send scenario to solver" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send request to solver" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Prepare for receiving solution" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "External solver failed without a proper error message" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Execute external solver" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Execute external planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send request to planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send scenario to planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "External planner failed without a proper error message" +msgstr "" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records.\n" +msgstr "Gravados %i registros.\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records with %i missing files.\n" +msgstr "Gravados %i registros com %i arquivos faltando.\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records with %i mismatched files\n" +msgstr "Gravados %i registros com %i arquivos que não combinam\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records with %i missing files and %i mismatched files\n" +msgstr "" +"Gravados %i registros com %i arquivos faltando e %i arquivos que não " +"combinam\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Can't find authentication record for: %s" +msgstr "" + +#: apt-pkg/indexcopy.cc +#, fuzzy, c-format +msgid "Hash mismatch for: %s" +msgstr "Hash Sum incorreto" + +#: apt-pkg/init.cc +#, c-format +msgid "Packaging system '%s' is not supported" +msgstr "Sistema de empacotamento '%s' não é suportado" + +#: apt-pkg/init.cc +msgid "Unable to determine a suitable packaging system type" +msgstr "Impossível determinar um tipo de sistema de empacotamento aplicável." + +#: apt-pkg/install-progress.cc +#, c-format +msgid "Progress: [%3i%%]" +msgstr "" + +#: apt-pkg/install-progress.cc +msgid "Running dpkg" +msgstr "" + +#: apt-pkg/packagemanager.cc +#, c-format +msgid "" +"Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " +"under APT::Immediate-Configure for details. (%d)" +msgstr "" + +#: apt-pkg/packagemanager.cc +#, fuzzy, c-format +msgid "Could not configure '%s'. " +msgstr "Não foi possível abrir arquivo %s" + +#: apt-pkg/packagemanager.cc +#, c-format +msgid "" +"This installation run will require temporarily removing the essential " +"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if " +"you really want to do it, activate the APT::Force-LoopBreak option." +msgstr "" +"Esta execução de instalação requererá a remoção temporária do pacote " +"essencial %s devido a um loop de Conflitos/Pré-Dependências. Isso geralmente " +"é ruim, mas se você realmente quer fazer isso, ative a opção APT::Force-" +"LoopBreak." + +#: apt-pkg/pkgcache.cc +msgid "Empty package cache" +msgstr "Cache de pacotes vazio" + +#: apt-pkg/pkgcache.cc +msgid "The package cache file is corrupted" +msgstr "O arquivo de cache de pacotes está corrompido" + +#: apt-pkg/pkgcache.cc +msgid "The package cache file is an incompatible version" +msgstr "O arquivo de cache de pacotes é uma versão incompatível" + +#: apt-pkg/pkgcache.cc +#, c-format +msgid "This APT does not support the versioning system '%s'" +msgstr "Este APT não suporta o sistema de versões '%s'" + +#: apt-pkg/pkgcache.cc +#, fuzzy, c-format +msgid "The package cache was built for different architectures: %s vs %s" +msgstr "O cache de pacotes foi gerado para uma arquitetura diferente" + +#: apt-pkg/pkgcache.cc +#, fuzzy +msgid "The package cache file is corrupted, it has the wrong hash" +msgstr "O arquivo de cache de pacotes está corrompido" + +#: apt-pkg/pkgcache.cc +msgid "Depends" +msgstr "Depende" + +#: apt-pkg/pkgcache.cc +msgid "PreDepends" +msgstr "Pré-Depende" + +#: apt-pkg/pkgcache.cc +msgid "Suggests" +msgstr "Sugere" + +#: apt-pkg/pkgcache.cc +msgid "Conflicts" +msgstr "Conflita" + +#: apt-pkg/pkgcache.cc +msgid "Recommends" +msgstr "Recomenda" + +#: apt-pkg/pkgcache.cc +msgid "Replaces" +msgstr "Substitui" + +#: apt-pkg/pkgcache.cc +msgid "Breaks" +msgstr "Quebra" + +#: apt-pkg/pkgcache.cc +msgid "Enhances" +msgstr "" + +#: apt-pkg/pkgcache.cc +msgid "Obsoletes" +msgstr "Obsoleta" + +#: apt-pkg/pkgcache.cc +msgid "important" +msgstr "importante" + +#: apt-pkg/pkgcache.cc +msgid "required" +msgstr "requerido" + +#: apt-pkg/pkgcache.cc +msgid "standard" +msgstr "padrão" + +#: apt-pkg/pkgcache.cc +msgid "extra" +msgstr "extra" + +#: apt-pkg/pkgcache.cc +msgid "optional" +msgstr "opcional" + +#: apt-pkg/pkgcachegen.cc +msgid "Cache has an incompatible versioning system" +msgstr "O cache possui um sistema de versões incompatível" + +#. TRANSLATOR: The first placeholder is a package name, +#. the other two should be copied verbatim as they include debug info +#: apt-pkg/pkgcachegen.cc +#, fuzzy, c-format +msgid "Error occurred while processing %s (%s%d)" +msgstr "Um erro ocorreu processando %s (EncontrarPacote)" + +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of package names this APT is capable of." +msgstr "" +"Uau, você excedeu o número de nomes de pacotes que este APT é capaz de " +"suportar." + +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of versions this APT is capable of." +msgstr "" +"Uau, você excedeu o número de versões que este APT é capaz de suportar." + +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of descriptions this APT is capable of." +msgstr "" +"Uau, você excedeu o número de descrições que este APT é capaz de suportar." + +#: apt-pkg/pkgcachegen.cc +msgid "Wow, you exceeded the number of dependencies this APT is capable of." +msgstr "" +"Uau, você excedeu o número de dependências que este APT é capaz de suportar." + +#: apt-pkg/pkgcachegen.cc +msgid "Reading package lists" +msgstr "Lendo listas de pacotes" + +#: apt-pkg/pkgcachegen.cc +msgid "IO Error saving source cache" +msgstr "Erro de E/S ao gravar cache fonte" + +#: apt-pkg/pkgrecords.cc +#, c-format +msgid "Index file type '%s' is not supported" +msgstr "Tipo de arquivo de índice '%s' não é suportado" + +#: apt-pkg/policy.cc +#, c-format +msgid "" +"The value '%s' is invalid for APT::Default-Release as such a release is not " +"available in the sources" +msgstr "" + +#: apt-pkg/policy.cc +#, fuzzy, c-format +msgid "Invalid record in the preferences file %s, no Package header" +msgstr "Registro inválido no arquivo de preferências, sem cabeçalho Package" + +#: apt-pkg/policy.cc +#, c-format +msgid "Did not understand pin type %s" +msgstr "Não foi possível entender o tipo de \"pin\" %s" + +#: apt-pkg/policy.cc +#, c-format +msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" +msgstr "" + +#: apt-pkg/policy.cc +msgid "No priority (or zero) specified for pin" +msgstr "Nenhuma prioridade (ou zero) especificada para \"pin\"" + +#. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports +#: apt-pkg/sourcelist.cc +#, fuzzy, c-format +msgid "Malformed entry %u in %s file %s (%s)" +msgstr "Override malformado %s linha %lu #1" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Opening %s" +msgstr "Abrindo %s" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Malformed line %u in source list %s (type)" +msgstr "Linha mal formada %u no arquivo de fontes %s (tipo)" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Type '%s' is not known on line %u in source list %s" +msgstr "Tipo '%s' não é conhecido na linha %u na lista de fontes %s" + +#: apt-pkg/sourcelist.cc +#, fuzzy, c-format +msgid "Malformed stanza %u in source list %s (type)" +msgstr "Linha mal formada %u no arquivo de fontes %s (tipo)" + +#: apt-pkg/sourcelist.cc +#, fuzzy, c-format +msgid "Type '%s' is not known on stanza %u in source list %s" +msgstr "Tipo '%s' não é conhecido na linha %u na lista de fontes %s" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Unsupported file %s given on commandline" +msgstr "" + +#: apt-pkg/srcrecords.cc +msgid "You must put some 'source' URIs in your sources.list" +msgstr "Você deve colocar algumas URIs 'source' em seu sources.list" + +#: apt-pkg/tagfile.cc +#, c-format +msgid "Cannot convert %s to integer: out of range" +msgstr "" + +#: apt-pkg/update.cc apt-private/private-download.cc +#, c-format +msgid "Failed to fetch %s %s" +msgstr "Falhou ao buscar %s %s" + +#: apt-pkg/update.cc +#, fuzzy +msgid "" +"Some index files failed to download. They have been ignored, or old ones " +"used instead." +msgstr "" +"Alguns arquivos de índice falharam para baixar, eles foram ignorados ou os " +"antigos foram usados no lugar." + +#: apt-pkg/upgrade.cc +msgid "Calculating upgrade" +msgstr "Calculando atualização" + #. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update' #: apt-private/acqprogress.cc #, c-format @@ -231,11 +1762,6 @@ msgid "" "unauthenticated" msgstr "Há problemas e -y foi usado sem --force-yes" -#: apt-private/private-download.cc apt-pkg/update.cc -#, c-format -msgid "Failed to fetch %s %s" -msgstr "Falhou ao buscar %s %s" - #: apt-private/private-download.cc #, c-format msgid "Couldn't determine free space in %s" @@ -604,14 +2130,14 @@ msgid "but it is a virtual package" msgstr "mas é um pacote virtual" #: apt-private/private-output.cc -msgid "but it is not installed" -msgstr "mas não está instalado" - -#: apt-private/private-output.cc msgid "but it is not going to be installed" msgstr "mas não será instalado" #: apt-private/private-output.cc +msgid "but it is not installed" +msgstr "mas não está instalado" + +#: apt-private/private-output.cc msgid " or" msgstr " ou" @@ -708,11 +2234,6 @@ msgstr "S" msgid "N" msgstr "" -#: apt-private/private-output.cc apt-pkg/cachefilter.cc -#, c-format -msgid "Regex compilation error - %s" -msgstr "Erro de compilação de regex - %s" - #: apt-private/private-search.cc #, fuzzy msgid "You must give at least one search pattern" @@ -739,11 +2260,6 @@ msgstr[1] "" msgid "not a real package (virtual)" msgstr "" -#: apt-private/private-show.cc apt-pkg/cacheset.cc -#, c-format -msgid "Unable to locate package %s" -msgstr "Impossível encontrar o pacote %s" - #: apt-private/private-show.cc msgid "Package files:" msgstr "Arquivos de pacote:" @@ -1124,6 +2640,39 @@ msgstr "" msgid "show the active configuration setting" msgstr "" +#: cmdline/apt-dump-solver.cc +msgid "" +"Usage: apt-dump-solver\n" +"\n" +"apt-dump-solver is an interface to store an EDSP scenario in\n" +"a file and optionally forwards it to another solver.\n" +msgstr "" + +#: cmdline/apt-extracttemplates.cc +#, fuzzy +msgid "" +"Usage: apt-extracttemplates file1 [file2 ...]\n" +"\n" +"apt-extracttemplates is used to extract config and template files\n" +"from debian packages. It is used mainly by debconf(1) to prompt for\n" +"configuration questions before installation of packages.\n" +msgstr "" +"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n" +"\n" +"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n" +"(\"template\") e configuração de pacotes debian.\n" +"\n" +"Opções:\n" +" -h Este texto de ajuda\n" +" -t Define o diretório temporário\n" +" -c=? Lê o arquivo de configuração especificado.\n" +" -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/" +"tmp\n" + +#: cmdline/apt-extracttemplates.cc +msgid "Cannot get debconf version. Is debconf installed?" +msgstr "Não foi possível obter a versão do debconf. O debconf está instalado?" + #: cmdline/apt-get.cc #, c-format msgid "Couldn't find package %s" @@ -1272,6 +2821,48 @@ msgstr "" msgid "detect proxy using apt.conf" msgstr "" +#: cmdline/apt-internal-planner.cc +#, fuzzy +msgid "" +"Usage: apt-internal-planner\n" +"\n" +"apt-internal-planner is an interface to use the current internal\n" +"installation planner for the APT family like an external one,\n" +"for debugging or the like.\n" +msgstr "" +"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n" +"\n" +"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n" +"(\"template\") e configuração de pacotes debian.\n" +"\n" +"Opções:\n" +" -h Este texto de ajuda\n" +" -t Define o diretório temporário\n" +" -c=? Lê o arquivo de configuração especificado.\n" +" -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/" +"tmp\n" + +#: cmdline/apt-internal-solver.cc +#, fuzzy +msgid "" +"Usage: apt-internal-solver\n" +"\n" +"apt-internal-solver is an interface to use the current internal\n" +"resolver for the APT family like an external one, for debugging or\n" +"the like.\n" +msgstr "" +"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n" +"\n" +"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n" +"(\"template\") e configuração de pacotes debian.\n" +"\n" +"Opções:\n" +" -h Este texto de ajuda\n" +" -t Define o diretório temporário\n" +" -c=? Lê o arquivo de configuração especificado.\n" +" -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/" +"tmp\n" + #: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s can not be marked as it is not installed.\n" @@ -1368,6 +2959,19 @@ msgstr "%s configurado para instalar manualmente.\n" msgid "Print the list of package on hold" msgstr "" +#: cmdline/apt-sortpkgs.cc +msgid "Unknown package record!" +msgstr "Registro de pacote desconhecido!" + +#: cmdline/apt-sortpkgs.cc +msgid "" +"Usage: apt-sortpkgs [options] file1 [file2 ...]\n" +"\n" +"apt-sortpkgs is a simple tool to sort package information files.\n" +"By default it sorts by binary package information, but the -s option\n" +"can be used to switch to source package ordering instead.\n" +msgstr "" + #: cmdline/apt.cc msgid "" "Usage: apt [options] command\n" @@ -1424,595 +3028,48 @@ msgstr "" msgid "edit the source information file" msgstr "Lendo informação de estado" -#: methods/cdrom.cc -#, c-format -msgid "Unable to read the cdrom database %s" -msgstr "Impossível ler o banco de dados de cdrom %s" - -#: methods/cdrom.cc -msgid "" -"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " -"cannot be used to add new CD-ROMs" -msgstr "" -"Por favor, use o apt-cdrom para fazer com que este CD-ROM seja reconhecido " -"pelo APT. O apt-get update não pode ser usado para adicionar novos CD-ROMs" - -#: methods/cdrom.cc -msgid "Wrong CD-ROM" -msgstr "CD-ROM errado" - -#: methods/cdrom.cc -#, c-format -msgid "Unable to unmount the CD-ROM in %s, it may still be in use." -msgstr "Impossível desmontar o CD-ROM em %s, o mesmo ainda pode estar em uso." - -#: methods/cdrom.cc -msgid "Disk not found." -msgstr "Disco não encontrado." - -#: methods/cdrom.cc methods/file.cc methods/rsh.cc -msgid "File not found" -msgstr "Arquivo não encontrado" - -#: methods/connect.cc -#, c-format -msgid "Connecting to %s (%s)" -msgstr "Conectando em %s (%s)" - -#: methods/connect.cc -#, c-format -msgid "[IP: %s %s]" -msgstr "[IP: %s %s]" - -#: methods/connect.cc -#, c-format -msgid "Could not create a socket for %s (f=%u t=%u p=%u)" -msgstr "Não foi possível criar um socket para %s (f=%u t=%u p=%u)" - -#: methods/connect.cc -#, c-format -msgid "Cannot initiate the connection to %s:%s (%s)." -msgstr "Não foi possível iniciar a conexão para %s:%s (%s)." - -#: methods/connect.cc -#, c-format -msgid "Could not connect to %s:%s (%s), connection timed out" -msgstr "Não foi possível conectar em %s:%s (%s), conexão expirou" - -#: methods/connect.cc methods/ftp.cc methods/rsh.cc -msgid "Failed" -msgstr "Falhou" - -#: methods/connect.cc -#, c-format -msgid "Could not connect to %s:%s (%s)." -msgstr "Não foi possível conectar em %s:%s (%s)." - -#. We say this mainly because the pause here is for the -#. ssh connection that is still going -#: methods/connect.cc methods/rsh.cc -#, c-format -msgid "Connecting to %s" -msgstr "Conectando a %s" - -#: methods/connect.cc -#, c-format -msgid "Could not resolve '%s'" -msgstr "Não foi possível resolver '%s'" - -#: methods/connect.cc -#, c-format -msgid "Temporary failure resolving '%s'" -msgstr "Falha temporária resolvendo '%s'" - -#: methods/connect.cc -#, fuzzy, c-format -msgid "System error resolving '%s:%s'" -msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)" - -#: methods/connect.cc -#, fuzzy, c-format -msgid "Something wicked happened resolving '%s:%s' (%i - %s)" -msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)" - -#: methods/connect.cc -#, fuzzy, c-format -msgid "Unable to connect to %s:%s:" -msgstr "Impossível conectar em %s %s:" - -#: methods/copy.cc -msgid "Failed to stat" -msgstr "Falhou ao executar \"stat\"" - -#: methods/file.cc -msgid "Invalid URI, local URIS must not start with //" -msgstr "URI inválida, URIs locais não devem iniciar com //" - -#. Login must be before getpeername otherwise dante won't work. -#: methods/ftp.cc -msgid "Logging in" -msgstr "Efetuando login" - -#: methods/ftp.cc -msgid "Unable to determine the peer name" -msgstr "Impossível determinar o nome do ponto" - -#: methods/ftp.cc -msgid "Unable to determine the local name" -msgstr "Impossível determinar o nome local" - -#: methods/ftp.cc -#, c-format -msgid "The server refused the connection and said: %s" -msgstr "O servidor recusou a conexão e disse: %s" - -#: methods/ftp.cc -#, c-format -msgid "USER failed, server said: %s" -msgstr "USER falhou, servidor disse: %s" - -#: methods/ftp.cc -#, c-format -msgid "PASS failed, server said: %s" -msgstr "PASS falhou, servidor disse: %s" - -#: methods/ftp.cc -msgid "" -"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " -"is empty." -msgstr "" -"Um servidor proxy foi especificado mas não um script de login, Acquire::ftp::" -"ProxyLogin está vazio." - -#: methods/ftp.cc -#, c-format -msgid "Login script command '%s' failed, server said: %s" -msgstr "Comando de script de login '%s' falhou, servidor disse: %s" - -#: methods/ftp.cc -#, c-format -msgid "TYPE failed, server said: %s" -msgstr "TYPE falhou, servidor disse: %s" - -#: methods/ftp.cc methods/rsh.cc -msgid "Connection timeout" -msgstr "Conexão expirou" - -#: methods/ftp.cc -msgid "Server closed the connection" -msgstr "Servidor fechou a conexão" - -#: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc -msgid "Read error" -msgstr "Erro de leitura" - -#: methods/ftp.cc methods/rsh.cc -msgid "A response overflowed the buffer." -msgstr "Uma resposta sobrecarregou o buffer" - -#: methods/ftp.cc -msgid "Protocol corruption" -msgstr "Corrupção de protocolo" - -#: methods/ftp.cc methods/rsh.cc apt-pkg/contrib/fileutl.cc -msgid "Write error" -msgstr "Erro de escrita" - -#: methods/ftp.cc -msgid "Could not create a socket" -msgstr "Não foi possível criar um socket" - -#: methods/ftp.cc -msgid "Could not connect data socket, connection timed out" -msgstr "Não foi possível conectar um socket de dados, conexão expirou" - -#: methods/ftp.cc -msgid "Could not connect passive socket." -msgstr "Não foi possível conectar um socket passivo." - -#: methods/ftp.cc -msgid "getaddrinfo was unable to get a listening socket" -msgstr "getaddrinfo não foi capaz de obter um socket de escuta" - -#: methods/ftp.cc -msgid "Could not bind a socket" -msgstr "Não foi possível fazer \"bind\" de um socket" - -#: methods/ftp.cc -msgid "Could not listen on the socket" -msgstr "Não foi possível ouvir no socket" - -#: methods/ftp.cc -msgid "Could not determine the socket's name" -msgstr "Não foi possível determinar o nome do socket" - -#: methods/ftp.cc -msgid "Unable to send PORT command" -msgstr "Impossível enviar o comando PORT" - -#: methods/ftp.cc -#, c-format -msgid "Unknown address family %u (AF_*)" -msgstr "Família de endereços %u desconhecida (AF_*)" - -#: methods/ftp.cc -#, c-format -msgid "EPRT failed, server said: %s" -msgstr "EPRT falhou, servidor disse: %s" - -#: methods/ftp.cc -msgid "Data socket connect timed out" -msgstr "Conexão do socket de dados expirou" - -#: methods/ftp.cc -msgid "Unable to accept connection" -msgstr "Impossível aceitar conexão" - -#: methods/ftp.cc methods/rsh.cc methods/server.cc -msgid "Problem hashing file" -msgstr "Problema criando o hash do arquivo" - -#: methods/ftp.cc -#, c-format -msgid "Unable to fetch file, server said '%s'" -msgstr "Impossível obter arquivo, servidor disse '%s'" - -#: methods/ftp.cc methods/rsh.cc -msgid "Data socket timed out" -msgstr "Socket de dados expirou" - -#: methods/ftp.cc -#, c-format -msgid "Data transfer failed, server said '%s'" -msgstr "Transferência de dados falhou, servidor disse '%s'" - -#. Get the files information -#: methods/ftp.cc -msgid "Query" -msgstr "Pesquisa" - -#: methods/ftp.cc -msgid "Unable to invoke " -msgstr "Impossível invocar " - -#. TRANSLATORS: %s is a single techy word like 'NODATA' -#: methods/gpgv.cc apt-pkg/acquire-item.cc -#, c-format -msgid "" -"Clearsigned file isn't valid, got '%s' (does the network require " -"authentication?)" -msgstr "" - -#. TRANSLATORS: %s is a single techy word like 'NODATA' -#: methods/gpgv.cc -#, c-format -msgid "" -"Signed file isn't valid, got '%s' (does the network require authentication?)" -msgstr "" - -#: methods/gpgv.cc -msgid "At least one invalid signature was encountered." -msgstr "Ao menos uma assinatura inválida foi encontrada." - -#: methods/gpgv.cc -msgid "" -"Internal error: Good signature, but could not determine key fingerprint?!" -msgstr "" -"Erro interno: Assinatura boa, mas não foi possível determinar a impressão " -"digital da chave?!" - -#: methods/gpgv.cc -#, fuzzy -msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" -msgstr "" -"Não foi possível executar '%s' para verificar a assinatura (o gnupg está " -"instalado?)" - -#: methods/gpgv.cc -msgid "Unknown error executing apt-key" -msgstr "Erro desconhecido executando apt-key" - -#. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. -#: methods/gpgv.cc -#, c-format -msgid "Signature by key %s uses weak digest algorithm (%s)" -msgstr "" - -#: methods/gpgv.cc -msgid "The following signatures were invalid:\n" -msgstr "As seguintes assinaturas eram inválidas:\n" - -#: methods/gpgv.cc -msgid "" -"The following signatures couldn't be verified because the public key is not " -"available:\n" -msgstr "" -"As assinaturas a seguir não puderam ser verificadas devido à chave pública " -"não estar disponível:\n" - -#: methods/http.cc -msgid "Error writing to the file" -msgstr "Erro escrevendo para o arquivo" - -#: methods/http.cc -msgid "Error reading from server. Remote end closed connection" -msgstr "Erro lendo do servidor. Ponto remoto fechou a conexão" - -#: methods/http.cc -msgid "Error reading from server" -msgstr "Erro lendo do servidor" - -#: methods/http.cc -msgid "Error writing to file" -msgstr "Erro escrevendo para arquivo" - -#: methods/http.cc -msgid "Select failed" -msgstr "Seleção falhou" - -#: methods/http.cc -msgid "Connection timed out" -msgstr "Conexão expirou" - -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Erro escrevendo para arquivo de saída" - -#. Only warn if there are no sources.list.d. -#. Only warn if there is no sources.list file. -#: methods/mirror.cc apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc -#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/init.cc -#: apt-pkg/policy.cc apt-pkg/sourcelist.cc -#, c-format -msgid "Unable to read %s" -msgstr "Impossível ler %s" - -#: methods/mirror.cc apt-pkg/acquire.cc apt-pkg/clean.cc -#: apt-pkg/contrib/cdromutl.cc -#, c-format -msgid "Unable to change to %s" -msgstr "Impossível mudar para %s" - -#. FIXME: fallback to a default mirror here instead -#. and provide a config option to define that default -#: methods/mirror.cc -#, c-format -msgid "No mirror file '%s' found " -msgstr "" - -#. FIXME: fallback to a default mirror here instead -#. and provide a config option to define that default -#: methods/mirror.cc -#, fuzzy, c-format -msgid "Can not read mirror file '%s'" -msgstr "Não foi possível abrir arquivo %s" - -#: methods/mirror.cc -#, fuzzy, c-format -msgid "No entry found in mirror file '%s'" -msgstr "Não foi possível abrir arquivo %s" - -#: methods/mirror.cc -#, c-format -msgid "[Mirror: %s]" -msgstr "" - -#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc -#: apt-pkg/acquire-item.cc -#, c-format -msgid "Failed to stat %s" -msgstr "Falhou ao executar \"stat\" %s" - -#: methods/rred.cc -msgid "Failed to set modification time" -msgstr "Falhou ao definir hora de modificação" - -#: methods/rsh.cc ftparchive/multicompress.cc -msgid "Failed to create IPC pipe to subprocess" -msgstr "Falhou ao criar pipe IPC para sub-processo" - -#: methods/rsh.cc -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 "Bad header line" -msgstr "Linha de cabeçalho ruim" - -#: 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 "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 "" - -#: dselect/install:33 +#: dselect/install msgid "Bad default setting!" msgstr "Configuração padrão ruim!" -#: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95 -#: dselect/install:106 dselect/update:45 +#: dselect/install dselect/update #, fuzzy msgid "Press [Enter] to continue." msgstr "Pressione enter para continuar." -#: dselect/install:92 +#: dselect/install msgid "Do you want to erase any previously downloaded .deb files?" msgstr "Você quer apagar quaisquer arquivos .deb previamente baixados?" # Note to translators: The following four messages belong together. It doesn't # matter where sentences start, but it has to fit in just these four lines, and # at only 80 characters per line, if possible. -#: dselect/install:102 +#: dselect/install #, fuzzy msgid "Some errors occurred while unpacking. Packages that were installed" msgstr "" "Alguns erros ocorreram ao desempacotar. Vou configurar os pacotes que foram" -#: dselect/install:103 +#: dselect/install #, fuzzy msgid "will be configured. This may result in duplicate errors" msgstr "" "instalados. Isto pode resultar em erros duplicados ou erros causados por" -#: dselect/install:104 +#: dselect/install msgid "or errors caused by missing dependencies. This is OK, only the errors" msgstr "" "dependências faltantes. Isto está OK, somente os erros acima desta mensagem" -#: dselect/install:105 +#: dselect/install msgid "" "above this message are important. Please fix them and run [I]nstall again" msgstr "são importantes. Por favor, conserte-os e execute [I]nstalar novamente" -#: dselect/update:30 +#: dselect/update msgid "Merging available information" msgstr "Mesclando informação disponível" -#: cmdline/apt-dump-solver.cc -msgid "" -"Usage: apt-dump-solver\n" -"\n" -"apt-dump-solver is an interface to store an EDSP scenario in\n" -"a file and optionally forwards it to another solver.\n" -msgstr "" - -#: cmdline/apt-dump-solver.cc apt-pkg/contrib/fileutl.cc -#: apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc -#, c-format -msgid "Waited for %s but it wasn't there" -msgstr "Esperado %s mas este não estava lá" - -#: cmdline/apt-extracttemplates.cc -#, fuzzy -msgid "" -"Usage: apt-extracttemplates file1 [file2 ...]\n" -"\n" -"apt-extracttemplates is used to extract config and template files\n" -"from debian packages. It is used mainly by debconf(1) to prompt for\n" -"configuration questions before installation of packages.\n" -msgstr "" -"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n" -"\n" -"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n" -"(\"template\") e configuração de pacotes debian.\n" -"\n" -"Opções:\n" -" -h Este texto de ajuda\n" -" -t Define o diretório temporário\n" -" -c=? Lê o arquivo de configuração especificado.\n" -" -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/" -"tmp\n" - -#: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Unable to mkstemp %s" -msgstr "Impossível executar \"stat\" em %s" - -#: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Unable to write to %s" -msgstr "Impossível escrever para %s" - -#: cmdline/apt-extracttemplates.cc -msgid "Cannot get debconf version. Is debconf installed?" -msgstr "Não foi possível obter a versão do debconf. O debconf está instalado?" - -#: cmdline/apt-internal-planner.cc -#, fuzzy -msgid "" -"Usage: apt-internal-planner\n" -"\n" -"apt-internal-planner is an interface to use the current internal\n" -"installation planner for the APT family like an external one,\n" -"for debugging or the like.\n" -msgstr "" -"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n" -"\n" -"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n" -"(\"template\") e configuração de pacotes debian.\n" -"\n" -"Opções:\n" -" -h Este texto de ajuda\n" -" -t Define o diretório temporário\n" -" -c=? Lê o arquivo de configuração especificado.\n" -" -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/" -"tmp\n" - -#: cmdline/apt-internal-solver.cc -#, fuzzy -msgid "" -"Usage: apt-internal-solver\n" -"\n" -"apt-internal-solver is an interface to use the current internal\n" -"resolver for the APT family like an external one, for debugging or\n" -"the like.\n" -msgstr "" -"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n" -"\n" -"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n" -"(\"template\") e configuração de pacotes debian.\n" -"\n" -"Opções:\n" -" -h Este texto de ajuda\n" -" -t Define o diretório temporário\n" -" -c=? Lê o arquivo de configuração especificado.\n" -" -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/" -"tmp\n" - -#: cmdline/apt-sortpkgs.cc -msgid "Unknown package record!" -msgstr "Registro de pacote desconhecido!" - -#: cmdline/apt-sortpkgs.cc -msgid "" -"Usage: apt-sortpkgs [options] file1 [file2 ...]\n" -"\n" -"apt-sortpkgs is a simple tool to sort package information files.\n" -"By default it sorts by binary package information, but the -s option\n" -"can be used to switch to source package ordering instead.\n" -msgstr "" - #: ftparchive/apt-ftparchive.cc msgid "Package extension list is too long" msgstr "Lista de extensão de pacotes é muito extensa" @@ -2177,6 +3234,10 @@ msgstr "Algoritmo de compactação desconhecido '%s'" msgid "Compressed output %s needs a compression set" msgstr "Saída compactada %s precisa de um conjunto de compactação" +#: ftparchive/multicompress.cc methods/rsh.cc +msgid "Failed to create IPC pipe to subprocess" +msgstr "Falhou ao criar pipe IPC para sub-processo" + #: ftparchive/multicompress.cc msgid "Failed to fork" msgstr "Falhou ao executar \"fork\"" @@ -2198,11 +3259,6 @@ msgstr "E/S para sub-processo/arquivo falhou" msgid "Failed to read while computing MD5" msgstr "Falhou ao ler durante o cálculo MD5" -#: ftparchive/multicompress.cc apt-inst/extract.cc -#, c-format -msgid "Failed to rename %s to %s" -msgstr "Falhou ao renomear %s para %s" - #: ftparchive/override.cc #, c-format msgid "Unable to open %s" @@ -2276,11 +3332,6 @@ msgstr "Falhou ao abrir %s" msgid " DeLink %s [%s]\n" msgstr " DeLink %s [%s]\n" -#: ftparchive/writer.cc apt-pkg/acquire-item.cc -#, c-format -msgid "Failed to readlink %s" -msgstr "Falhou ao executar \"readlink\" %s" - #: ftparchive/writer.cc #, c-format msgid "*** Failed to link %s to %s" @@ -2315,1448 +3366,412 @@ 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" -#: apt-inst/contrib/arfile.cc -msgid "Invalid archive signature" -msgstr "Assinatura de arquivo inválida" - -#: apt-inst/contrib/arfile.cc -msgid "Error reading archive member header" -msgstr "Erro na leitura de cabeçalho membro de arquivo" - -#: apt-inst/contrib/arfile.cc -#, fuzzy, c-format -msgid "Invalid archive member header %s" -msgstr "Cabeçalho membro de arquivo inválido" - -#: apt-inst/contrib/arfile.cc -msgid "Invalid archive member header" -msgstr "Cabeçalho membro de arquivo inválido" - -#: apt-inst/contrib/arfile.cc -msgid "Archive is too short" -msgstr "Arquivo é muito pequeno" - -#: apt-inst/contrib/arfile.cc -msgid "Failed to read the archive headers" -msgstr "Falhou ao ler os cabeçalhos do arquivo" - -#: apt-inst/contrib/extracttar.cc -#, fuzzy, c-format -msgid "Cannot find a configured compressor for '%s'" -msgstr "Impossível achar pacote %s" - -#: apt-inst/contrib/extracttar.cc -msgid "Corrupted archive" -msgstr "Arquivo corrompido" - -#: apt-inst/contrib/extracttar.cc -msgid "Tar checksum failed, archive corrupted" -msgstr "Checksum do arquivo tar falhou, arquivo corrompido" - -#: apt-inst/contrib/extracttar.cc -#, c-format -msgid "Unknown TAR header type %u, member %s" -msgstr "Tipo de cabeçalho TAR %u desconhecido, membro %s" - -#: apt-inst/deb/debfile.cc -#, c-format -msgid "This is not a valid DEB archive, missing '%s' member" -msgstr "Este não é um arquivo DEB válido, membro '%s' faltando" - -#: apt-inst/deb/debfile.cc -#, c-format -msgid "Internal error, could not locate member %s" -msgstr "Erro interno, não foi possível localizar membro %s" - -#: apt-inst/deb/debfile.cc -msgid "Unparsable control file" -msgstr "Arquivo de controle não interpretável" - -#: apt-inst/dirstream.cc -#, c-format -msgid "Failed to write file %s" -msgstr "Falhou ao escrever arquivo %s" - -#: apt-inst/dirstream.cc -#, c-format -msgid "Failed to close file %s" -msgstr "Falhou ao fechar arquivo %s" - -#: apt-inst/extract.cc -#, c-format -msgid "The path %s is too long" -msgstr "O caminho %s é muito longo" - -#: apt-inst/extract.cc -#, c-format -msgid "Unpacking %s more than once" -msgstr "Desempacotando %s mais de uma vez" - -#: apt-inst/extract.cc -#, c-format -msgid "The directory %s is diverted" -msgstr "O diretório %s é desviado (\"diverted\")" - -#: apt-inst/extract.cc -#, c-format -msgid "The package is trying to write to the diversion target %s/%s" -msgstr "O pacote está tentando escrever no alvo do desvio %s/%s" - -#: apt-inst/extract.cc -msgid "The diversion path is too long" -msgstr "O caminho de desvio é muito longo" - -#: apt-inst/extract.cc -#, c-format -msgid "The directory %s is being replaced by a non-directory" -msgstr "O diretório %s está sendo substituído por um não-diretório" - -#: apt-inst/extract.cc -msgid "Failed to locate node in its hash bucket" -msgstr "Falha ao localizar nó em seu \"hash bucket\"" - -#: apt-inst/extract.cc -msgid "The path is too long" -msgstr "O caminho é muito longo" - -#: apt-inst/extract.cc -#, c-format -msgid "Overwrite package match with no version for %s" -msgstr "Sobrescrita de pacote não combina com nenhuma versão para %s" - -#: apt-inst/extract.cc -#, c-format -msgid "File %s/%s overwrites the one in the package %s" -msgstr "Arquivo %s/%s sobrescreve arquivo no pacote %s" - -#: apt-inst/extract.cc -#, c-format -msgid "Unable to stat %s" -msgstr "Impossível executar \"stat\" em %s" - -#: apt-inst/filelist.cc -msgid "DropNode called on still linked node" -msgstr "\"DropNode\" chamado em nó ainda ligado (\"linked\")" - -#: apt-inst/filelist.cc -msgid "Failed to locate the hash element!" -msgstr "Falhou ao localizar o elemento hash!" - -#: apt-inst/filelist.cc -msgid "Failed to allocate diversion" -msgstr "Falhou ao alocar desvio (\"diversion\")" - -#: apt-inst/filelist.cc -msgid "Internal error in AddDiversion" -msgstr "Erro interno em \"AddDiversion\"" - -#: apt-inst/filelist.cc -#, c-format -msgid "Trying to overwrite a diversion, %s -> %s and %s/%s" -msgstr "Tentando sobrescrever um desvio, %s -> %s e %s/%s" - -#: apt-inst/filelist.cc -#, c-format -msgid "Double add of diversion %s -> %s" -msgstr "Adição dupla de desvio %s -> %s" - -#: apt-inst/filelist.cc -#, c-format -msgid "Duplicate conf file %s/%s" -msgstr "Arquivo de configuração duplicado %s/%s" - -#: apt-pkg/acquire-item.cc -msgid "" -"Updating from such a repository can't be done securely, and is therefore " -"disabled by default." -msgstr "" - -#: apt-pkg/acquire-item.cc -msgid "" -"Data from such a repository can't be authenticated and is therefore " -"potentially dangerous to use." -msgstr "" - -#: apt-pkg/acquire-item.cc -msgid "" -"See apt-secure(8) manpage for repository creation and user configuration " -"details." -msgstr "" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' is no longer signed." -msgstr "O diretório %s é desviado (\"diverted\")" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' does no longer have a Release file." -msgstr "O diretório %s é desviado (\"diverted\")" - -#: apt-pkg/acquire-item.cc -msgid "" -"This is normally not allowed, but the option Acquire::" -"AllowDowngradeToInsecureRepositories was given to override it." -msgstr "" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' is not signed." -msgstr "O diretório %s é desviado (\"diverted\")" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' does not have a Release file." -msgstr "O diretório %s é desviado (\"diverted\")" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' provides only weak security information." -msgstr "O diretório %s é desviado (\"diverted\")" - -#: apt-pkg/acquire-item.cc -msgid "Hash Sum mismatch" -msgstr "Hash Sum incorreto" - -#: apt-pkg/acquire-item.cc -msgid "Insufficient information available to perform this download securely" -msgstr "" - -#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc -#, c-format -msgid "rename failed, %s (%s -> %s)." -msgstr "renomeação falhou, %s (%s -> %s)." - -#: apt-pkg/acquire-item.cc -msgid "Size mismatch" -msgstr "Tamanho incorreto" - -#: apt-pkg/acquire-item.cc -#, fuzzy -msgid "Invalid file format" -msgstr "Operação %s inválida" - -#: apt-pkg/acquire-item.cc -#, fuzzy -msgid "Signature error" -msgstr "Erro de escrita" - -#: apt-pkg/acquire-item.cc -#, c-format -msgid "" -"An error occurred during the signature verification. The repository is not " -"updated and the previous index files will be used. GPG error: %s: %s" -msgstr "" - -#. Invalid signature file, reject (LP: #346386) (Closes: #627642) -#: apt-pkg/acquire-item.cc -#, c-format -msgid "GPG error: %s: %s" -msgstr "" - -#: apt-pkg/acquire-item.cc +#: methods/cdrom.cc #, c-format -msgid "" -"Skipping acquire of configured file '%s' as repository '%s' doesn't support " -"architecture '%s'" -msgstr "" +msgid "Unable to read the cdrom database %s" +msgstr "Impossível ler o banco de dados de cdrom %s" -#: apt-pkg/acquire-item.cc -#, c-format +#: methods/cdrom.cc msgid "" -"Unable to find expected entry '%s' in Release file (Wrong sources.list entry " -"or malformed file)" +"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " +"cannot be used to add new CD-ROMs" msgstr "" +"Por favor, use o apt-cdrom para fazer com que este CD-ROM seja reconhecido " +"pelo APT. O apt-get update não pode ser usado para adicionar novos CD-ROMs" -#: 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 "" +#: methods/cdrom.cc +msgid "Wrong CD-ROM" +msgstr "CD-ROM errado" -#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is -#. the time since then the file is invalid - formatted in the same way as in -#. the download progress display (e.g. 7d 3h 42min 1s) -#: apt-pkg/acquire-item.cc +#: methods/cdrom.cc #, c-format -msgid "" -"Release file for %s is expired (invalid since %s). Updates for this " -"repository will not be applied." -msgstr "" +msgid "Unable to unmount the CD-ROM in %s, it may still be in use." +msgstr "Impossível desmontar o CD-ROM em %s, o mesmo ainda pode estar em uso." -#: apt-pkg/acquire-item.cc -#, c-format -msgid "Conflicting distribution: %s (expected %s but got %s)" -msgstr "" +#: methods/cdrom.cc +msgid "Disk not found." +msgstr "Disco não encontrado." -#: apt-pkg/acquire-item.cc -#, c-format -msgid "" -"I wasn't able to locate a file for the %s package. This might mean you need " -"to manually fix this package. (due to missing arch)" -msgstr "" -"Não foi possível localizar um arquivo para o pacote %s. Isto pode significar " -"que você precisa consertar manualmente este pacote. (devido a arquitetura " -"não especificada)." +#: methods/cdrom.cc methods/file.cc methods/rsh.cc +msgid "File not found" +msgstr "Arquivo não encontrado" -#: apt-pkg/acquire-item.cc +#. TRANSLATOR: %s is e.g. Tor's ".onion" which would likely fail or leak info (RFC7686) +#: methods/connect.cc #, c-format -msgid "Can't find a source to download version '%s' of '%s'" +msgid "Direct connection to %s domains is blocked by default." msgstr "" -#: apt-pkg/acquire-item.cc +#: methods/connect.cc methods/http.cc #, c-format -msgid "" -"The package index files are corrupted. No Filename: field for package %s." -msgstr "" -"Os arquivos de índice de pacotes estão corrompidos. Nenhum campo \"Filename:" -"\" para o pacote %s." - -#. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1 -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "Changelog unavailable for %s=%s" +msgid "Connecting to %s (%s)" msgstr "Conectando em %s (%s)" -#: apt-pkg/acquire-worker.cc +#: methods/connect.cc #, c-format -msgid "The method driver %s could not be found." -msgstr "O driver do método %s não pode ser encontrado." - -#: apt-pkg/acquire-worker.cc -#, fuzzy, c-format -msgid "Is the package %s installed?" -msgstr "Confira se o pacote 'dpkg-dev' está instalado.\n" +msgid "[IP: %s %s]" +msgstr "[IP: %s %s]" -#: apt-pkg/acquire-worker.cc +#: methods/connect.cc #, c-format -msgid "Method %s did not start correctly" -msgstr "Método %s não iniciou corretamente" - -#: apt-pkg/acquire-worker.cc -#, fuzzy, c-format -msgid "" -"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." -msgstr "" -"Por favor, insira o disco nomeado: '%s' na unidade '%s' e pressione enter." - -#: apt-pkg/acquire.cc apt-pkg/cdrom.cc -#, fuzzy, c-format -msgid "List directory %spartial is missing." -msgstr "Diretório de listas %spartial está faltando." - -#: apt-pkg/acquire.cc -#, fuzzy, c-format -msgid "Archives directory %spartial is missing." -msgstr "Diretório de arquivos %spartial está faltando." - -#: apt-pkg/acquire.cc -#, fuzzy, c-format -msgid "Unable to lock directory %s" -msgstr "Impossível criar trava no diretório de listas" +msgid "Could not create a socket for %s (f=%u t=%u p=%u)" +msgstr "Não foi possível criar um socket para %s (f=%u t=%u p=%u)" -#: apt-pkg/acquire.cc +#: methods/connect.cc #, c-format -msgid "No sandbox user '%s' on the system, can not drop privileges" -msgstr "" +msgid "Cannot initiate the connection to %s:%s (%s)." +msgstr "Não foi possível iniciar a conexão para %s:%s (%s)." -#: apt-pkg/acquire.cc +#: methods/connect.cc #, c-format -msgid "" -"Can't drop privileges for downloading as file '%s' couldn't be accessed by " -"user '%s'." -msgstr "" - -#: apt-pkg/acquire.cc apt-pkg/clean.cc -#, fuzzy, c-format -msgid "Clean of %s is not supported" -msgstr "Tipo de arquivo de índice '%s' não é suportado" +msgid "Could not connect to %s:%s (%s), connection timed out" +msgstr "Não foi possível conectar em %s:%s (%s), conexão expirou" -#. only show the ETA if it makes sense -#. two days -#: apt-pkg/acquire.cc -#, c-format -msgid "Retrieving file %li of %li (%s remaining)" -msgstr "Obtendo o arquivo %li de %li (%s restantes)" +#: methods/connect.cc methods/ftp.cc methods/rsh.cc +msgid "Failed" +msgstr "Falhou" -#: apt-pkg/acquire.cc +#: methods/connect.cc #, c-format -msgid "Retrieving file %li of %li" -msgstr "Obtendo arquivo %li de %li" +msgid "Could not connect to %s:%s (%s)." +msgstr "Não foi possível conectar em %s:%s (%s)." -#: apt-pkg/algorithms.cc +#. We say this mainly because the pause here is for the +#. ssh connection that is still going +#: methods/connect.cc methods/rsh.cc #, c-format -msgid "" -"The package %s needs to be reinstalled, but I can't find an archive for it." -msgstr "" -"O pacote %s precisa ser reinstalado, mas não foi possível encontrar um " -"arquivo para o mesmo." - -#: apt-pkg/algorithms.cc -msgid "" -"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by " -"held packages." -msgstr "" -"Erro, pkgProblemResolver::Resolve gerou falhas, isto pode ser causado por " -"pacotes mantidos (hold)." - -#: apt-pkg/algorithms.cc -msgid "Unable to correct problems, you have held broken packages." -msgstr "Impossível corrigir problemas, você manteve (hold) pacotes quebrados." - -#: apt-pkg/cachefile.cc -msgid "The package lists or status file could not be parsed or opened." -msgstr "" -"As listas de pacotes ou os arquivos de estado não puderam ser analisados ou " -"abertos." - -#: apt-pkg/cachefile.cc -msgid "You may want to run apt-get update to correct these problems" -msgstr "Você terá que executar apt-get update para corrigir estes problemas" - -#: apt-pkg/cachefile.cc -msgid "The list of sources could not be read." -msgstr "A lista de fontes não pode ser lida." +msgid "Connecting to %s" +msgstr "Conectando a %s" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, c-format -msgid "Release '%s' for '%s' was not found" -msgstr "Release '%s' para '%s' não foi encontrada" +msgid "Could not resolve '%s'" +msgstr "Não foi possível resolver '%s'" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, c-format -msgid "Version '%s' for '%s' was not found" -msgstr "Versão '%s' para '%s' não foi encontrada" +msgid "Temporary failure resolving '%s'" +msgstr "Falha temporária resolvendo '%s'" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, fuzzy, c-format -msgid "Couldn't find task '%s'" -msgstr "Impossível achar tarefa %s" +msgid "System error resolving '%s:%s'" +msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, fuzzy, c-format -msgid "Couldn't find any package by regex '%s'" -msgstr "Impossível achar pacote %s" +msgid "Something wicked happened resolving '%s:%s' (%i - %s)" +msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, fuzzy, c-format -msgid "Couldn't find any package by glob '%s'" -msgstr "Impossível achar pacote %s" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select versions from package '%s' as it is purely virtual" -msgstr "" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select newest version from package '%s' as it is purely virtual" -msgstr "" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select candidate version from package %s as it has no candidate" -msgstr "" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select installed version from package %s as it is not installed" -msgstr "" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "" -"Can't select installed nor candidate version from package '%s' as it has " -"neither of them" -msgstr "" - -#: apt-pkg/cdrom.cc -#, c-format -msgid "Line %u too long in source list %s." -msgstr "Linha %u muito longa na lista de fontes %s." - -#: apt-pkg/cdrom.cc -msgid "Unmounting CD-ROM...\n" -msgstr "Desmontando CD-ROM...\n" - -#: apt-pkg/cdrom.cc -#, c-format -msgid "Using CD-ROM mount point %s\n" -msgstr "Usando ponto de montagem de CD-ROM %s\n" - -#: apt-pkg/cdrom.cc -msgid "Waiting for disc...\n" -msgstr "Aguardando por disco...\n" - -#: apt-pkg/cdrom.cc -msgid "Mounting CD-ROM...\n" -msgstr "Montando CD-ROM...\n" - -#: apt-pkg/cdrom.cc -msgid "Identifying... " -msgstr "Identificando... " - -#: apt-pkg/cdrom.cc -#, c-format -msgid "Stored label: %s\n" -msgstr "Rótulo armazenado: %s \n" +msgid "Unable to connect to %s:%s:" +msgstr "Impossível conectar em %s %s:" -#: apt-pkg/cdrom.cc -msgid "Scanning disc for index files...\n" -msgstr "Procurando por arquivos de índice no disco...\n" +#: methods/copy.cc +msgid "Failed to stat" +msgstr "Falhou ao executar \"stat\"" -#: apt-pkg/cdrom.cc -#, c-format -msgid "" -"Found %zu package indexes, %zu source indexes, %zu translation indexes and " -"%zu signatures\n" -msgstr "" -"Encontrado(s) %zu índice(s) de pacote(s), %zu índice(s) de fonte(s), %zu " -"índice(s) de traduções e %zu assinatura(s)\n" +#: methods/file.cc +msgid "Invalid URI, local URIS must not start with //" +msgstr "URI inválida, URIs locais não devem iniciar com //" -#: apt-pkg/cdrom.cc -msgid "" -"Unable to locate any package files, perhaps this is not a Debian Disc or the " -"wrong architecture?" -msgstr "" +#. Login must be before getpeername otherwise dante won't work. +#: methods/ftp.cc +msgid "Logging in" +msgstr "Efetuando login" -#: apt-pkg/cdrom.cc -#, c-format -msgid "Found label '%s'\n" -msgstr "Rótulo encontrado: '%s'\n" +#: methods/ftp.cc +msgid "Unable to determine the peer name" +msgstr "Impossível determinar o nome do ponto" -#: apt-pkg/cdrom.cc -msgid "That is not a valid name, try again.\n" -msgstr "Este não é um nome válido, tente novamente.\n" +#: methods/ftp.cc +msgid "Unable to determine the local name" +msgstr "Impossível determinar o nome local" -#: apt-pkg/cdrom.cc +#: methods/ftp.cc #, c-format -msgid "" -"This disc is called: \n" -"'%s'\n" -msgstr "" -"Esse disco é chamado: \n" -"'%s'\n" - -#: apt-pkg/cdrom.cc -msgid "Copying package lists..." -msgstr "Copiando lista de pacotes..." - -#: apt-pkg/cdrom.cc -msgid "Writing new source list\n" -msgstr "Gravando nova lista de fontes\n" - -#: apt-pkg/cdrom.cc -msgid "Source list entries for this disc are:\n" -msgstr "Entradas na lista de fontes para este disco são:\n" +msgid "The server refused the connection and said: %s" +msgstr "O servidor recusou a conexão e disse: %s" -#: apt-pkg/clean.cc +#: methods/ftp.cc #, c-format -msgid "Unable to stat %s." -msgstr "Impossível executar \"stat\" %s." +msgid "USER failed, server said: %s" +msgstr "USER falhou, servidor disse: %s" -#: apt-pkg/contrib/cdromutl.cc +#: methods/ftp.cc #, c-format -msgid "Unable to stat the mount point %s" -msgstr "Impossível executar \"stat\" no ponto de montagem %s" - -#: apt-pkg/contrib/cdromutl.cc -msgid "Failed to stat the cdrom" -msgstr "Impossível executar \"stat\" no cdrom" - -#: apt-pkg/contrib/cmndline.cc -#, fuzzy, c-format -msgid "" -"Command line option '%c' [from %s] is not understood in combination with the " -"other options." -msgstr "Opção de linha de comando '%c' [de %s] é desconhecida." +msgid "PASS failed, server said: %s" +msgstr "PASS falhou, servidor disse: %s" -#: apt-pkg/contrib/cmndline.cc -#, fuzzy, c-format +#: methods/ftp.cc msgid "" -"Command line option %s is not understood in combination with the other " -"options" -msgstr "Opção de linha de comando %s não é compreendida" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Command line option %s is not boolean" -msgstr "Opção de linha de comando %s não é booleana" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option %s requires an argument." -msgstr "Opção %s requer um argumento." - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option %s: Configuration item specification must have an =<val>." +"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " +"is empty." msgstr "" -"Opção %s: Especificação de item de configuração deve possuir um =<val>." - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option %s requires an integer argument, not '%s'" -msgstr "Opção %s requer um argumento inteiro, não '%s'" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option '%s' is too long" -msgstr "Opção '%s' é muito longa" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Sense %s is not understood, try true or false." -msgstr "Sentido %s não é compreendido, tente verdadeiro ou falso." - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Invalid operation %s" -msgstr "Operação %s inválida" - -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Unrecognized type abbreviation: '%c'" -msgstr "Abreviação de tipo desconhecida: '%c'" - -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Opening configuration file %s" -msgstr "Abrindo arquivo de configuração %s" - -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: Block starts with no name." -msgstr "Erro de sintaxe %s:%u: Bloco inicia sem nome." - -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: Malformed tag" -msgstr "Erro de sintaxe %s:%u: Tag mal formada" +"Um servidor proxy foi especificado mas não um script de login, Acquire::ftp::" +"ProxyLogin está vazio." -#: apt-pkg/contrib/configuration.cc +#: methods/ftp.cc #, c-format -msgid "Syntax error %s:%u: Extra junk after value" -msgstr "Erro de sintaxe %s:%u: Lixo extra depois do valor" +msgid "Login script command '%s' failed, server said: %s" +msgstr "Comando de script de login '%s' falhou, servidor disse: %s" -#: apt-pkg/contrib/configuration.cc +#: methods/ftp.cc #, c-format -msgid "Syntax error %s:%u: Directives can only be done at the top level" -msgstr "" -"Erro de sintaxe %s:%u: Diretivas podem ser feitas somente no nível mais alto" +msgid "TYPE failed, server said: %s" +msgstr "TYPE falhou, servidor disse: %s" -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: Too many nested includes" -msgstr "Erro de sintaxe %s:%u: Muitos \"includes\" aninhados" +#: methods/ftp.cc methods/rsh.cc +msgid "Connection timeout" +msgstr "Conexão expirou" -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: Included from here" -msgstr "Erro de sintaxe %s:%u: Incluído a partir deste ponto" +#: methods/ftp.cc +msgid "Server closed the connection" +msgstr "Servidor fechou a conexão" -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: Unsupported directive '%s'" -msgstr "Erro de sintaxe %s:%u: Não há suporte para a diretiva '%s'" +#: methods/ftp.cc methods/rsh.cc +msgid "A response overflowed the buffer." +msgstr "Uma resposta sobrecarregou o buffer" -#: apt-pkg/contrib/configuration.cc -#, fuzzy, c-format -msgid "Syntax error %s:%u: clear directive requires an option tree as argument" -msgstr "" -"Erro de sintaxe %s:%u: Diretivas podem ser feitas somente no nível mais alto" +#: methods/ftp.cc +msgid "Protocol corruption" +msgstr "Corrupção de protocolo" -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: Extra junk at end of file" -msgstr "Erro de sintaxe %s:%u: Lixo extra no final do arquivo" +#: methods/ftp.cc +msgid "Could not create a socket" +msgstr "Não foi possível criar um socket" -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Problem unlinking the file %s" -msgstr "Problema removendo o arquivo" +#: methods/ftp.cc +msgid "Could not connect data socket, connection timed out" +msgstr "Não foi possível conectar um socket de dados, conexão expirou" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Not using locking for read only lock file %s" -msgstr "Não usando travamento para arquivo de trava somente leitura %s" +#: methods/ftp.cc +msgid "Could not connect passive socket." +msgstr "Não foi possível conectar um socket passivo." -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open lock file %s" -msgstr "Não foi possível abrir arquivo de trava %s" +#: methods/ftp.cc +msgid "getaddrinfo was unable to get a listening socket" +msgstr "getaddrinfo não foi capaz de obter um socket de escuta" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Not using locking for nfs mounted lock file %s" -msgstr "Não usando travamento para arquivo de trava montado via nfs %s" +#: methods/ftp.cc +msgid "Could not bind a socket" +msgstr "Não foi possível fazer \"bind\" de um socket" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not get lock %s" -msgstr "Não foi possível obter trava %s" +#: methods/ftp.cc +msgid "Could not listen on the socket" +msgstr "Não foi possível ouvir no socket" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "List of files can't be created as '%s' is not a directory" -msgstr "" +#: methods/ftp.cc +msgid "Could not determine the socket's name" +msgstr "Não foi possível determinar o nome do socket" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Ignoring '%s' in directory '%s' as it is not a regular file" -msgstr "" +#: methods/ftp.cc +msgid "Unable to send PORT command" +msgstr "Impossível enviar o comando PORT" -#: apt-pkg/contrib/fileutl.cc +#: methods/ftp.cc #, c-format -msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" -msgstr "" +msgid "Unknown address family %u (AF_*)" +msgstr "Família de endereços %u desconhecida (AF_*)" -#: apt-pkg/contrib/fileutl.cc +#: methods/ftp.cc #, c-format -msgid "" -"Ignoring file '%s' in directory '%s' as it has an invalid filename extension" -msgstr "" +msgid "EPRT failed, server said: %s" +msgstr "EPRT falhou, servidor disse: %s" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Sub-process %s received a segmentation fault." -msgstr "Sub-processo %s recebeu uma falha de segmentação." +#: methods/ftp.cc +msgid "Data socket connect timed out" +msgstr "Conexão do socket de dados expirou" -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Sub-process %s received signal %u." -msgstr "Sub-processo %s recebeu uma falha de segmentação." +#: methods/ftp.cc +msgid "Unable to accept connection" +msgstr "Impossível aceitar conexão" -#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc -#, c-format -msgid "Sub-process %s returned an error code (%u)" -msgstr "Sub-processo %s retornou um código de erro (%u)" +#: methods/ftp.cc methods/http.cc methods/rsh.cc +msgid "Problem hashing file" +msgstr "Problema criando o hash do arquivo" -#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc +#: methods/ftp.cc #, c-format -msgid "Sub-process %s exited unexpectedly" -msgstr "Sub-processo %s finalizou inesperadamente" - -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Problem closing the gzip file %s" -msgstr "Problema fechando o arquivo" - -#: apt-pkg/contrib/fileutl.cc -msgid "Unexpected end of file" -msgstr "" - -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Falhou ao criar sub-processo IPC" +msgid "Unable to fetch file, server said '%s'" +msgstr "Impossível obter arquivo, servidor disse '%s'" -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Falhou ao executar compactador " +#: methods/ftp.cc methods/rsh.cc +msgid "Data socket timed out" +msgstr "Socket de dados expirou" -#: apt-pkg/contrib/fileutl.cc +#: methods/ftp.cc #, c-format -msgid "Could not open file %s" -msgstr "Não foi possível abrir arquivo %s" - -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Could not open file descriptor %d" -msgstr "Não foi possível abrir \"pipe\" para %s" - -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "read, still have %llu to read but none left" -msgstr "leitura, ainda restam %lu para serem lidos mas nenhum deixado" - -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "write, still have %llu to write but couldn't" -msgstr "escrita, ainda restam %lu para gravar mas não foi possível" - -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Problem closing the file %s" -msgstr "Problema fechando o arquivo" - -#: apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Problem renaming the file %s to %s" -msgstr "Problema sincronizando o arquivo" - -#: apt-pkg/contrib/fileutl.cc -msgid "Problem syncing the file" -msgstr "Problema sincronizando o arquivo" - -#: apt-pkg/contrib/mmap.cc -msgid "Can't mmap an empty file" -msgstr "Não foi possível fazer \"mmap\" de um arquivo vazio" - -#: apt-pkg/contrib/mmap.cc -#, fuzzy, c-format -msgid "Couldn't make mmap of %llu bytes" -msgstr "Não foi possível fazer \"mmap\" de %lu bytes" - -#: apt-pkg/contrib/mmap.cc -#, fuzzy, c-format -msgid "Couldn't duplicate file descriptor %i" -msgstr "Não foi possível abrir \"pipe\" para %s" +msgid "Data transfer failed, server said '%s'" +msgstr "Transferência de dados falhou, servidor disse '%s'" -#: apt-pkg/contrib/mmap.cc -#, fuzzy -msgid "Unable to close mmap" -msgstr "Impossível abrir %s" +#. Get the files information +#: methods/ftp.cc +msgid "Query" +msgstr "Pesquisa" -#: apt-pkg/contrib/mmap.cc -#, fuzzy -msgid "Unable to synchronize mmap" +#: methods/ftp.cc +msgid "Unable to invoke " msgstr "Impossível invocar " -#: apt-pkg/contrib/mmap.cc -#, c-format -msgid "Couldn't make mmap of %lu bytes" -msgstr "Não foi possível fazer \"mmap\" de %lu bytes" - -#: apt-pkg/contrib/mmap.cc -msgid "Failed to truncate file" -msgstr "Falhou ao truncar arquivo" - -#: apt-pkg/contrib/mmap.cc -#, c-format -msgid "" -"Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. " -"Current value: %lu. (man 5 apt.conf)" -msgstr "" - -#: apt-pkg/contrib/mmap.cc +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: methods/gpgv.cc #, c-format msgid "" -"Unable to increase the size of the MMap as the limit of %lu bytes is already " -"reached." -msgstr "" - -#: apt-pkg/contrib/mmap.cc -msgid "" -"Unable to increase size of the MMap as automatic growing is disabled by user." -msgstr "" - -#: apt-pkg/contrib/progress.cc -#, c-format -msgid "%c%s... Error!" -msgstr "%c%s... Erro!" - -#: apt-pkg/contrib/progress.cc -#, c-format -msgid "%c%s... Done" -msgstr "%c%s... Pronto" - -#: apt-pkg/contrib/progress.cc -msgid "..." -msgstr "" - -#. Print the spinner -#: apt-pkg/contrib/progress.cc -#, fuzzy, c-format -msgid "%c%s... %u%%" -msgstr "%c%s... Pronto" - -#. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%lid %lih %limin %lis" -msgstr "" - -#. TRANSLATOR: h means hours, min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%lih %limin %lis" -msgstr "" - -#. TRANSLATOR: min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%limin %lis" -msgstr "" - -#. TRANSLATOR: s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%lis" -msgstr "" - -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "Selection %s not found" -msgstr "Seleção %s não encontrada" - -#. TRANSLATOR: an identifier like Packages; Releasefile key indicating -#. a file like main/binary-amd64/Packages; another identifier like Contents; -#. filename and linenumber of the sources.list entry currently parsed -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Target %s wants to acquire the same file (%s) as %s from source %s" -msgstr "" - -#. TRANSLATOR: an identifier like Packages; Releasefile key indicating -#. a file like main/binary-amd64/Packages; filename and linenumber of -#. two sources.list entries -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Target %s (%s) is configured multiple times in %s and %s" +"Signed file isn't valid, got '%s' (does the network require authentication?)" msgstr "" -#: apt-pkg/deb/debmetaindex.cc -#, fuzzy, c-format -msgid "Unable to parse Release file %s" -msgstr "Impossível analisar arquivo de pacote %s (1)" - -#: apt-pkg/deb/debmetaindex.cc -#, fuzzy, c-format -msgid "No sections in Release file %s" -msgstr "Nota, selecionando %s ao invés de %s\n" - -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "No Hash entry in Release file %s" -msgstr "" +#: methods/gpgv.cc +msgid "At least one invalid signature was encountered." +msgstr "Ao menos uma assinatura inválida foi encontrada." -#: apt-pkg/deb/debmetaindex.cc -#, c-format +#: methods/gpgv.cc msgid "" -"No Hash entry in Release file %s which is considered strong enough for " -"security purposes" +"Internal error: Good signature, but could not determine key fingerprint?!" msgstr "" +"Erro interno: Assinatura boa, mas não foi possível determinar a impressão " +"digital da chave?!" -#: apt-pkg/deb/debmetaindex.cc -#, fuzzy, c-format -msgid "Invalid '%s' entry in Release file %s" -msgstr "Linha inválida no arquivo de desvios: %s" - -#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Conflicting values set for option %s regarding source %s %s" +#: methods/gpgv.cc +#, fuzzy +msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" msgstr "" +"Não foi possível executar '%s' para verificar a assinatura (o gnupg está " +"instalado?)" -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Invalid value set for option %s regarding source %s %s (%s)" -msgstr "" +#: methods/gpgv.cc +msgid "Unknown error executing apt-key" +msgstr "Erro desconhecido executando apt-key" -#: apt-pkg/deb/debmetaindex.cc +#. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. +#: methods/gpgv.cc #, c-format -msgid "Conflicting values set for option %s regarding source %s %s: %s != %s" +msgid "Signature by key %s uses weak digest algorithm (%s)" msgstr "" -#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc -#, c-format -msgid "Unable to parse package file %s (%d)" -msgstr "Impossível analisar arquivo de pacote %s (%d)" +#: methods/gpgv.cc +msgid "The following signatures were invalid:\n" +msgstr "As seguintes assinaturas eram inválidas:\n" -#: apt-pkg/deb/debsystem.cc -#, c-format +#: methods/gpgv.cc msgid "" -"Unable to lock the administration directory (%s), is another process using " -"it?" +"The following signatures couldn't be verified because the public key is not " +"available:\n" msgstr "" +"As assinaturas a seguir não puderam ser verificadas devido à chave pública " +"não estar disponível:\n" -#: apt-pkg/deb/debsystem.cc -#, fuzzy, c-format -msgid "Unable to lock the administration directory (%s), are you root?" -msgstr "Impossível criar trava no diretório de listas" +#: methods/http.cc +msgid "Error writing to the file" +msgstr "Erro escrevendo para o arquivo" -#. TRANSLATORS: the %s contains the recovery command, usually -#. dpkg --configure -a -#: apt-pkg/deb/debsystem.cc -#, c-format -msgid "" -"dpkg was interrupted, you must manually run '%s' to correct the problem. " -msgstr "" +#: methods/http.cc +msgid "Error reading from server. Remote end closed connection" +msgstr "Erro lendo do servidor. Ponto remoto fechou a conexão" -#: apt-pkg/deb/debsystem.cc -msgid "Not locked" -msgstr "" +#: methods/http.cc +msgid "Error reading from server" +msgstr "Erro lendo do servidor" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Installing %s" -msgstr "Instalando %s" +#: methods/http.cc +msgid "Error writing to file" +msgstr "Erro escrevendo para arquivo" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Configuring %s" -msgstr "Configurando %s" +#: methods/http.cc +msgid "Select failed" +msgstr "Seleção falhou" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Removing %s" -msgstr "Removendo %s" +#: methods/http.cc +msgid "Connection timed out" +msgstr "Conexão expirou" -#: apt-pkg/deb/dpkgpm.cc -#, fuzzy, c-format -msgid "Completely removing %s" -msgstr "%s completamente removido" +#: methods/http.cc +msgid "Error writing to output file" +msgstr "Erro escrevendo para arquivo de saída" -#: apt-pkg/deb/dpkgpm.cc +#. FIXME: fallback to a default mirror here instead +#. and provide a config option to define that default +#: methods/mirror.cc #, c-format -msgid "Noting disappearance of %s" +msgid "No mirror file '%s' found " msgstr "" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Running post-installation trigger %s" -msgstr "Executando gatilho pós-instalação %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Installed %s" -msgstr "%s instalado" - -#. FIXME: use a better string after freeze -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Directory '%s' missing" -msgstr "Diretório '%s' está faltando" - -#: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc +#. FIXME: fallback to a default mirror here instead +#. and provide a config option to define that default +#: methods/mirror.cc #, fuzzy, c-format -msgid "Could not open file '%s'" +msgid "Can not read mirror file '%s'" msgstr "Não foi possível abrir arquivo %s" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing %s" -msgstr "Preparando %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Unpacking %s" -msgstr "Desempacotando %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing to configure %s" -msgstr "Preparando para configurar %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing for removal of %s" -msgstr "Preparando para a remoção de %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Removed %s" -msgstr "%s removido" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing to completely remove %s" -msgstr "Preparando para remover completamente %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Completely removed %s" -msgstr "%s completamente removido" - -#: apt-pkg/deb/dpkgpm.cc -#, fuzzy, c-format -msgid "Can not write log (%s)" -msgstr "Impossível escrever para %s" - -#: apt-pkg/deb/dpkgpm.cc -msgid "Is /dev/pts mounted?" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "Operation was interrupted before it could finish" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "No apport report written because MaxReports is reached already" -msgstr "" - -#. check if its not a follow up error -#: apt-pkg/deb/dpkgpm.cc -msgid "dependency problems - leaving unconfigured" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates its a followup " -"error from a previous failure." -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates a disk full " -"error" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates a out of memory " -"error" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates an issue on the " -"local system" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates a dpkg I/O error" -msgstr "" - -#: apt-pkg/depcache.cc -msgid "Building dependency tree" -msgstr "Construindo árvore de dependências" - -#: apt-pkg/depcache.cc -msgid "Candidate versions" -msgstr "Versões candidatas" - -#: apt-pkg/depcache.cc -msgid "Dependency generation" -msgstr "Geração de dependência" - -#: apt-pkg/depcache.cc -msgid "Reading state information" -msgstr "Lendo informação de estado" - -#: apt-pkg/depcache.cc -#, c-format -msgid "Failed to open StateFile %s" -msgstr "Falha ao abrir Arquivo de Estado (\"StateFile\") %s" - -#: apt-pkg/depcache.cc -#, c-format -msgid "Failed to write temporary StateFile %s" -msgstr "Falha ao escrever Arquivo de Estado (\"StateFile\") temporário %s" - -#: apt-pkg/edsp.cc -msgid "Send scenario to solver" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "Send request to solver" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "Prepare for receiving solution" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "External solver failed without a proper error message" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "Execute external solver" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "Execute external planner" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "Send request to planner" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "Send scenario to planner" -msgstr "" - -#: apt-pkg/edsp.cc -msgid "External planner failed without a proper error message" -msgstr "" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records.\n" -msgstr "Gravados %i registros.\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records with %i missing files.\n" -msgstr "Gravados %i registros com %i arquivos faltando.\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records with %i mismatched files\n" -msgstr "Gravados %i registros com %i arquivos que não combinam\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records with %i missing files and %i mismatched files\n" -msgstr "" -"Gravados %i registros com %i arquivos faltando e %i arquivos que não " -"combinam\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Can't find authentication record for: %s" -msgstr "" - -#: apt-pkg/indexcopy.cc -#, fuzzy, c-format -msgid "Hash mismatch for: %s" -msgstr "Hash Sum incorreto" - -#: apt-pkg/init.cc -#, c-format -msgid "Packaging system '%s' is not supported" -msgstr "Sistema de empacotamento '%s' não é suportado" - -#: apt-pkg/init.cc -msgid "Unable to determine a suitable packaging system type" -msgstr "Impossível determinar um tipo de sistema de empacotamento aplicável." - -#: apt-pkg/install-progress.cc -#, c-format -msgid "Progress: [%3i%%]" -msgstr "" - -#: apt-pkg/install-progress.cc -msgid "Running dpkg" -msgstr "" - -#: apt-pkg/packagemanager.cc -#, c-format -msgid "" -"Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " -"under APT::Immediate-Configure for details. (%d)" -msgstr "" - -#: apt-pkg/packagemanager.cc +#: methods/mirror.cc #, fuzzy, c-format -msgid "Could not configure '%s'. " +msgid "No entry found in mirror file '%s'" msgstr "Não foi possível abrir arquivo %s" -#: apt-pkg/packagemanager.cc -#, c-format -msgid "" -"This installation run will require temporarily removing the essential " -"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if " -"you really want to do it, activate the APT::Force-LoopBreak option." -msgstr "" -"Esta execução de instalação requererá a remoção temporária do pacote " -"essencial %s devido a um loop de Conflitos/Pré-Dependências. Isso geralmente " -"é ruim, mas se você realmente quer fazer isso, ative a opção APT::Force-" -"LoopBreak." - -#: apt-pkg/pkgcache.cc -msgid "Empty package cache" -msgstr "Cache de pacotes vazio" - -#: apt-pkg/pkgcache.cc -msgid "The package cache file is corrupted" -msgstr "O arquivo de cache de pacotes está corrompido" - -#: apt-pkg/pkgcache.cc -msgid "The package cache file is an incompatible version" -msgstr "O arquivo de cache de pacotes é uma versão incompatível" - -#: apt-pkg/pkgcache.cc +#: methods/mirror.cc #, c-format -msgid "This APT does not support the versioning system '%s'" -msgstr "Este APT não suporta o sistema de versões '%s'" - -#: apt-pkg/pkgcache.cc -#, fuzzy, c-format -msgid "The package cache was built for different architectures: %s vs %s" -msgstr "O cache de pacotes foi gerado para uma arquitetura diferente" - -#: apt-pkg/pkgcache.cc -#, fuzzy -msgid "The package cache file is corrupted, it has the wrong hash" -msgstr "O arquivo de cache de pacotes está corrompido" - -#: apt-pkg/pkgcache.cc -msgid "Depends" -msgstr "Depende" - -#: apt-pkg/pkgcache.cc -msgid "PreDepends" -msgstr "Pré-Depende" - -#: apt-pkg/pkgcache.cc -msgid "Suggests" -msgstr "Sugere" - -#: apt-pkg/pkgcache.cc -msgid "Recommends" -msgstr "Recomenda" - -#: apt-pkg/pkgcache.cc -msgid "Conflicts" -msgstr "Conflita" - -#: apt-pkg/pkgcache.cc -msgid "Replaces" -msgstr "Substitui" - -#: apt-pkg/pkgcache.cc -msgid "Obsoletes" -msgstr "Obsoleta" - -#: apt-pkg/pkgcache.cc -msgid "Breaks" -msgstr "Quebra" - -#: apt-pkg/pkgcache.cc -msgid "Enhances" +msgid "[Mirror: %s]" msgstr "" -#: apt-pkg/pkgcache.cc -msgid "required" -msgstr "requerido" - -#: apt-pkg/pkgcache.cc -msgid "important" -msgstr "importante" - -#: apt-pkg/pkgcache.cc -msgid "standard" -msgstr "padrão" - -#: apt-pkg/pkgcache.cc -msgid "optional" -msgstr "opcional" +#: methods/rred.cc +msgid "Failed to set modification time" +msgstr "Falhou ao definir hora de modificação" -#: apt-pkg/pkgcache.cc -msgid "extra" -msgstr "extra" +#: methods/rsh.cc +msgid "Connection closed prematurely" +msgstr "Conexão encerrada prematuramente" -#: apt-pkg/pkgcachegen.cc -msgid "Cache has an incompatible versioning system" -msgstr "O cache possui um sistema de versões incompatível" +#: methods/server.cc +msgid "Waiting for headers" +msgstr "Aguardando por cabeçalhos" -#. TRANSLATOR: The first placeholder is a package name, -#. the other two should be copied verbatim as they include debug info -#: apt-pkg/pkgcachegen.cc -#, fuzzy, c-format -msgid "Error occurred while processing %s (%s%d)" -msgstr "Um erro ocorreu processando %s (EncontrarPacote)" +#: methods/server.cc +msgid "Bad header line" +msgstr "Linha de cabeçalho ruim" -#: apt-pkg/pkgcachegen.cc -msgid "Wow, you exceeded the number of package names this APT is capable of." -msgstr "" -"Uau, você excedeu o número de nomes de pacotes que este APT é capaz de " -"suportar." +#: methods/server.cc +msgid "The HTTP server sent an invalid reply header" +msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido" -#: apt-pkg/pkgcachegen.cc -msgid "Wow, you exceeded the number of versions this APT is capable of." -msgstr "" -"Uau, você excedeu o número de versões que este APT é capaz de suportar." +#: 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" -#: apt-pkg/pkgcachegen.cc -msgid "Wow, you exceeded the number of descriptions this APT is capable of." -msgstr "" -"Uau, você excedeu o número de descrições que este APT é capaz de suportar." +#: 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" -#: apt-pkg/pkgcachegen.cc -msgid "Wow, you exceeded the number of dependencies this APT is capable of." -msgstr "" -"Uau, você excedeu o número de dependências que este APT é capaz de suportar." +#: methods/server.cc +msgid "This HTTP server has broken range support" +msgstr "Este servidor HTTP possui suporte a \"range\" quebrado" -#: apt-pkg/pkgcachegen.cc -msgid "Reading package lists" -msgstr "Lendo listas de pacotes" +#: methods/server.cc +msgid "Unknown date format" +msgstr "Formato de data desconhecido" -#: apt-pkg/pkgcachegen.cc -msgid "IO Error saving source cache" -msgstr "Erro de E/S ao gravar cache fonte" +#: methods/server.cc +msgid "Bad header data" +msgstr "Dados de cabeçalho ruins" -#: apt-pkg/pkgrecords.cc -#, c-format -msgid "Index file type '%s' is not supported" -msgstr "Tipo de arquivo de índice '%s' não é suportado" +#: methods/server.cc +msgid "Connection failed" +msgstr "Conexão falhou" -#: apt-pkg/policy.cc +#: methods/server.cc #, c-format msgid "" -"The value '%s' is invalid for APT::Default-Release as such a release is not " -"available in the sources" -msgstr "" - -#: apt-pkg/policy.cc -#, fuzzy, c-format -msgid "Invalid record in the preferences file %s, no Package header" -msgstr "Registro inválido no arquivo de preferências, sem cabeçalho Package" - -#: apt-pkg/policy.cc -#, c-format -msgid "Did not understand pin type %s" -msgstr "Não foi possível entender o tipo de \"pin\" %s" - -#: apt-pkg/policy.cc -#, c-format -msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" -msgstr "" - -#: apt-pkg/policy.cc -msgid "No priority (or zero) specified for pin" -msgstr "Nenhuma prioridade (ou zero) especificada para \"pin\"" - -#. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports -#: apt-pkg/sourcelist.cc -#, fuzzy, c-format -msgid "Malformed entry %u in %s file %s (%s)" -msgstr "Override malformado %s linha %lu #1" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Opening %s" -msgstr "Abrindo %s" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Malformed line %u in source list %s (type)" -msgstr "Linha mal formada %u no arquivo de fontes %s (tipo)" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Type '%s' is not known on line %u in source list %s" -msgstr "Tipo '%s' não é conhecido na linha %u na lista de fontes %s" - -#: apt-pkg/sourcelist.cc -#, fuzzy, c-format -msgid "Malformed stanza %u in source list %s (type)" -msgstr "Linha mal formada %u no arquivo de fontes %s (tipo)" - -#: apt-pkg/sourcelist.cc -#, fuzzy, c-format -msgid "Type '%s' is not known on stanza %u in source list %s" -msgstr "Tipo '%s' não é conhecido na linha %u na lista de fontes %s" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Unsupported file %s given on commandline" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" msgstr "" -#: apt-pkg/srcrecords.cc -msgid "You must put some 'source' URIs in your sources.list" -msgstr "Você deve colocar algumas URIs 'source' em seu sources.list" - -#: apt-pkg/tagfile.cc -#, c-format -msgid "Cannot convert %s to integer: out of range" -msgstr "" +#: methods/server.cc +msgid "Internal error" +msgstr "Erro interno" -#: apt-pkg/update.cc -#, fuzzy -msgid "" -"Some index files failed to download. They have been ignored, or old ones " -"used instead." +#: methods/store.cc +msgid "Empty files can't be valid archives" msgstr "" -"Alguns arquivos de índice falharam para baixar, eles foram ignorados ou os " -"antigos foram usados no lugar." - -#: apt-pkg/upgrade.cc -msgid "Calculating upgrade" -msgstr "Calculando atualização" #~ msgid "(not found)" #~ msgstr "(não encontrado)" |