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.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.po')
-rw-r--r-- | po/pt.po | 3915 |
1 files changed, 1965 insertions, 1950 deletions
@@ -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: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -18,6 +18,1594 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.0\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 +#, c-format +msgid "Invalid archive member header %s" +msgstr "Cabeçalho membro de arquivo inválido %s" + +#: 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 é demasiado pequeno" + +#: apt-inst/contrib/arfile.cc +msgid "Failed to read the archive headers" +msgstr "Falha ao ler os cabeçalhos do arquivo" + +#: apt-inst/contrib/extracttar.cc +#, fuzzy, c-format +msgid "Cannot find a configured compressor for '%s'" +msgstr "Não foi possível encontrar registo de autenticação para: %s" + +#: apt-inst/contrib/extracttar.cc +msgid "Corrupted archive" +msgstr "Arquivo corrompido" + +#: apt-inst/contrib/extracttar.cc +msgid "Tar checksum failed, archive corrupted" +msgstr "A soma de controlo do 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, falta o membro '%s'" + +#: apt-inst/deb/debfile.cc +#, c-format +msgid "Internal error, could not locate member %s" +msgstr "Erro Interno, não foi possível localizar o membro %s" + +#: apt-inst/deb/debfile.cc +msgid "Unparsable control file" +msgstr "Ficheiro de controle não interpretável" + +#: apt-inst/dirstream.cc +#, c-format +msgid "Failed to write file %s" +msgstr "Falhou escrever o ficheiro %s" + +#: apt-inst/dirstream.cc +#, c-format +msgid "Failed to close file %s" +msgstr "Falhou fechar o ficheiro %s" + +#: apt-inst/extract.cc +#, c-format +msgid "The path %s is too long" +msgstr "O caminho %s é demasiado longo" + +#: apt-inst/extract.cc +#, c-format +msgid "Unpacking %s more than once" +msgstr "A descompactar %s mais de uma vez" + +#: apt-inst/extract.cc +#, c-format +msgid "The directory %s is diverted" +msgstr "O directório %s é desviado" + +#: apt-inst/extract.cc +#, c-format +msgid "The package is trying to write to the diversion target %s/%s" +msgstr "O pacote está a tentar escrever no alvo de 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 "Falha stat %s" + +#: apt-inst/extract.cc ftparchive/multicompress.cc +#, c-format +msgid "Failed to rename %s to %s" +msgstr "Falhou renomear %s para %s" + +#: apt-inst/extract.cc +#, c-format +msgid "The directory %s is being replaced by a non-directory" +msgstr "O directório %s está a ser substituído por um não-directório" + +#: apt-inst/extract.cc +msgid "Failed to locate node in its hash bucket" +msgstr "Falhou localizar o nó no seu hash bucket" + +#: apt-inst/extract.cc +msgid "The path is too long" +msgstr "O caminho é demasiado longo" + +#: apt-inst/extract.cc +#, c-format +msgid "Overwrite package match with no version for %s" +msgstr "Substituir o pacote correspondente sem versão para %s" + +#: apt-inst/extract.cc +#, c-format +msgid "File %s/%s overwrites the one in the package %s" +msgstr "O ficheiro %s/%s substitui o que está 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 "Não foi possível ler %s" + +#: apt-inst/extract.cc +#, c-format +msgid "Unable to stat %s" +msgstr "Não foi possível fazer stat %s" + +#: apt-inst/filelist.cc +msgid "DropNode called on still linked node" +msgstr "DropNode chamado em nó ainda linkado" + +#: apt-inst/filelist.cc +msgid "Failed to locate the hash element!" +msgstr "Falha ao localizar o elemento de hash!" + +#: apt-inst/filelist.cc +msgid "Failed to allocate diversion" +msgstr "Falha 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 "A tentar 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 directório %s é desviado" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does no longer have a Release file." +msgstr "O directório %s é desviado" + +#: 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 directório %s é desviado" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' does not have a Release file." +msgstr "O directório %s é desviado" + +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +msgid "The repository '%s' provides only weak security information." +msgstr "O directório %s é desviado" + +#: apt-pkg/acquire-item.cc ftparchive/writer.cc +#, c-format +msgid "Failed to readlink %s" +msgstr "Falhou o readlink %s" + +#: apt-pkg/acquire-item.cc +msgid "Hash Sum mismatch" +msgstr "Código de verificação hash não coincide" + +#: 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 "falhou renomear, %s (%s -> %s)." + +#: apt-pkg/acquire-item.cc +msgid "Size mismatch" +msgstr "Tamanho incorrecto" + +#: 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 +#, fuzzy, 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 "" +"Ocorreu um erro durante a verificação da assinatura. O repositório não está " +"actualizado e serão utilizados os ficheiros anteriores de índice. Erro do " +"GPG: %s: %s\n" + +#. Invalid signature file, reject (LP: #346386) (Closes: #627642) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "GPG error: %s: %s" +msgstr "Erro GPG: %s: %s" + +#: 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 "" +"Incapaz de encontrar a entrada '%s' esperada no ficheiro Release (entrada " +"errada em sources.list ou ficheiro malformado)" + +#: 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 "" +"O ficheiro Release para %s está expirado (inválido desde %s). Não serão " +"aplicadas as actualizações para este repositório." + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "Conflicting distribution: %s (expected %s but got %s)" +msgstr "Distribuição em conflito: %s (esperado %s mas obtido %s)" + +#: 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 ficheiro para o pacote %s. Isto pode " +"significar que você precisa corrigir manualmente este pacote. (devido a " +"arquitectura em falta)" + +#: apt-pkg/acquire-item.cc +#, c-format +msgid "Can't find a source to download version '%s' of '%s'" +msgstr "Não conseguiu encontrar uma fonte para obter a versão '%s' de '%s'" + +#: 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 "Changlog para %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 pôde ser encontrado." + +#: apt-pkg/acquire-worker.cc +#, fuzzy, c-format +msgid "Is the package %s installed?" +msgstr "Verifique 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 correctamente" + +#: 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 denominado: '%s' no leitor '%s' e pressione enter." + +#: apt-pkg/acquire.cc apt-pkg/cdrom.cc +#, c-format +msgid "List directory %spartial is missing." +msgstr "Falta directório de listas %spartial." + +#: apt-pkg/acquire.cc +#, c-format +msgid "Archives directory %spartial is missing." +msgstr "Falta o directório de arquivos %spartial." + +#: apt-pkg/acquire.cc +#, c-format +msgid "Unable to lock directory %s" +msgstr "Impossível criar acesso exclusivo ao directório %s" + +#: 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 do ficheiro 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 "A obter o ficheiro %li de %li (%s restantes)" + +#: apt-pkg/acquire.cc +#, c-format +msgid "Retrieving file %li of %li" +msgstr "A obter o ficheiro %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 necessita ser reinstalado, mas não foi possível encontrar um " +"repositório 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 "" +"Não foi possível corrigir problemas, você tem pacotes mantidos (hold) " +"estragados." + +#: apt-pkg/cachefile.cc +msgid "The package lists or status file could not be parsed or opened." +msgstr "" +"As listas de pacotes ou o ficheiro de status não pôde ser analisado ou " +"aberto." + +#: 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 pôde 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 "Não foi encontrado o Release '%s' para '%s'" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Version '%s' for '%s' was not found" +msgstr "Não foi encontrada a versão '%s' para '%s'" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Couldn't find task '%s'" +msgstr "Não foi possível encontrar a tarefa '%s'" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Couldn't find any package by regex '%s'" +msgstr "Não foi possível encontrar o pacote através da expressão regular '%s'" + +#: apt-pkg/cacheset.cc +#, fuzzy, c-format +msgid "Couldn't find any package by glob '%s'" +msgstr "Não foi possível encontrar o pacote através da expressão regular '%s'" + +#: apt-pkg/cacheset.cc apt-private/private-show.cc +#, c-format +msgid "Unable to locate package %s" +msgstr "Não foi possí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 "" +"Não foi possível seleccionar versões do pacote '%s' pois é puramente virtual" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select newest version from package '%s' as it is purely virtual" +msgstr "" +"Não foi possível seleccionar a versão mais recente a partir do pacote '%s' " +"já que é puramente virtual" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select candidate version from package %s as it has no candidate" +msgstr "" +"Não é possível seleccionar a versão candidata do pacote %s já que não tem " +"candidato" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "Can't select installed version from package %s as it is not installed" +msgstr "" +"Não é possível seleccionar a versão instalada do pacote %s pois não está " +"instalado" + +#: apt-pkg/cacheset.cc +#, c-format +msgid "" +"Can't select installed nor candidate version from package '%s' as it has " +"neither of them" +msgstr "" +"Não pode seleccionar a versão instalada nem a versão candidata do pacote " +"'%s' pois não tem nenhuma destas" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Line %u too long in source list %s." +msgstr "Linha %u é demasiado longa na lista de fontes %s." + +#: apt-pkg/cdrom.cc +msgid "Unmounting CD-ROM...\n" +msgstr "A desmontar o CD-ROM...\n" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Using CD-ROM mount point %s\n" +msgstr "A utilizar o ponto de montagem do CD-ROM %s\n" + +#: apt-pkg/cdrom.cc +msgid "Waiting for disc...\n" +msgstr "A aguardar pelo disco...\n" + +#: apt-pkg/cdrom.cc +msgid "Mounting CD-ROM...\n" +msgstr "A montar o CD-ROM...\n" + +#: apt-pkg/cdrom.cc +msgid "Identifying... " +msgstr "A identificar... " + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Stored label: %s\n" +msgstr "Label Guardada: %s \n" + +#: apt-pkg/cdrom.cc +msgid "Scanning disc for index files...\n" +msgstr "A pesquisar os ficheiros de índice do disco...\n" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "" +"Found %zu package indexes, %zu source indexes, %zu translation indexes and " +"%zu signatures\n" +msgstr "" +"Foram encontrados %zu índices de pacotes, %zu índices de código-fonte, %zu " +"índices de tradução e %zu assinaturas\n" + +#: apt-pkg/cdrom.cc +msgid "" +"Unable to locate any package files, perhaps this is not a Debian Disc or the " +"wrong architecture?" +msgstr "" +"Não foi possível localizar quaisquer ficheiros de pacote, talvez este não " +"seja um disco Debian ou seja a arquitectura errada?" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "Found label '%s'\n" +msgstr "Encontrada a etiqueta '%s'\n" + +#: apt-pkg/cdrom.cc +msgid "That is not a valid name, try again.\n" +msgstr "Isso não é um nome válido, tente novamente.\n" + +#: apt-pkg/cdrom.cc +#, c-format +msgid "" +"This disc is called: \n" +"'%s'\n" +msgstr "" +"Este disco tem o nome: \n" +"'%s'\n" + +#: apt-pkg/cdrom.cc +msgid "Copying package lists..." +msgstr "A copiar listas de pacotes..." + +#: apt-pkg/cdrom.cc +msgid "Writing new source list\n" +msgstr "A escrever lista de novas source\n" + +#: apt-pkg/cdrom.cc +msgid "Source list entries for this disc are:\n" +msgstr "As entradas de listas de Source para este Disco são:\n" + +#: apt-pkg/clean.cc +#, c-format +msgid "Unable to stat %s." +msgstr "Não foi possível fazer stat %s." + +#: apt-pkg/contrib/cdromutl.cc +#, c-format +msgid "Unable to stat the mount point %s" +msgstr "Impossível executar stat ao ponto de montagem %s" + +#: apt-pkg/contrib/cdromutl.cc +msgid "Failed to stat the cdrom" +msgstr "Impossível executar stat ao 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 '%c' da linha de comandos [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 %s de linha de comandos não é compreendida" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Command line option %s is not boolean" +msgstr "Opção %s da linha de comandos não é booleana" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s requires an argument." +msgstr "A opção %s necessita de 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 tem de ter um =<val>." + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option %s requires an integer argument, not '%s'" +msgstr "Opção %s necessita de um número inteiro como argumento, não '%s'" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Option '%s' is too long" +msgstr "Opção '%s' é demasiado longa" + +#: apt-pkg/contrib/cmndline.cc +#, c-format +msgid "Sense %s is not understood, try true or false." +msgstr "O 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 "Abreviatura de tipo desconhecida: '%c'" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Opening configuration file %s" +msgstr "A abrir o ficheiro 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: O bloco começa 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: Directivas só podem ser feitas 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: Demasiados includes encadeados" + +#: 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: Directiva '%s' não suportada" + +#: apt-pkg/contrib/configuration.cc +#, c-format +msgid "Syntax error %s:%u: clear directive requires an option tree as argument" +msgstr "" +"Erro de sintaxe %s:%u: directiva clara necessita de uma árvore de opções " +"como argumento" + +#: 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 ficheiro" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Problem unlinking the file %s" +msgstr "Problema ao remover o link do ficheiro %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Not using locking for read only lock file %s" +msgstr "" +"Não está a ser utilizado acesso exclusivo para apenas leitura ao ficheiro %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open lock file %s" +msgstr "Não foi possível abrir ficheiro de lock %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Not using locking for nfs mounted lock file %s" +msgstr "" +"Não está a ser utilizado o acesso exclusivo para o ficheiro %s, montado via " +"nfs" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not get lock %s" +msgstr "Não foi possível obter acesso exclusivo a %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "List of files can't be created as '%s' is not a directory" +msgstr "" +"Lista de ficheiros que não podem ser criados porque '%s' não é um directório" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Ignoring '%s' in directory '%s' as it is not a regular file" +msgstr "A ignorar '%s' no directório '%s' porque não é um ficheiro normal" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" +msgstr "" +"A ignorar o ficheiro '%s' no directório '%s' porque não tem extensão no nome " +"do ficheiro" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "" +"Ignoring file '%s' in directory '%s' as it has an invalid filename extension" +msgstr "" +"A ignorar o ficheiro '%s' no directório '%s' porque tem uma extensão " +"inválida no nome do ficheiro" + +#: 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 "Esperou por %s mas não estava lá" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Sub-process %s received a segmentation fault." +msgstr "O sub-processo %s recebeu uma falha de segmentação." + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Sub-process %s received signal %u." +msgstr "O sub-processo %s recebeu o sinal %u." + +#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc +#, c-format +msgid "Sub-process %s returned an error code (%u)" +msgstr "O 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 "O sub-processo %s terminou 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 +#, c-format +msgid "Problem closing the gzip file %s" +msgstr "Problema ao fechar o ficheiro gzip %s" + +#: apt-pkg/contrib/fileutl.cc +msgid "Unexpected end of file" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to create subprocess IPC" +msgstr "Falhou criar subprocesso IPC" + +#: apt-pkg/contrib/fileutl.cc +msgid "Failed to exec compressor " +msgstr "Falhou executar compactador " + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open file %s" +msgstr "Não foi possível abrir ficheiro o %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not open file descriptor %d" +msgstr "Não foi possível abrir o descritor de ficheiro %d" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "read, still have %llu to read but none left" +msgstr "lidos, ainda restam %llu para serem lidos mas não resta nenhum" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "write, still have %llu to write but couldn't" +msgstr "escritos, ainda restam %llu para escrever mas não foi possível" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Problem closing the file %s" +msgstr "Problema ao fechar o ficheiro %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Problem renaming the file %s to %s" +msgstr "Problema ao renomear o ficheiro %s para %s" + +#: apt-pkg/contrib/fileutl.cc +msgid "Problem syncing the file" +msgstr "Problema sincronizando o ficheiro" + +#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#, fuzzy, c-format +msgid "Unable to mkstemp %s" +msgstr "Não foi possível fazer stat %s" + +#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#, c-format +msgid "Unable to write to %s" +msgstr "Não conseguiu escrever para %s" + +#: apt-pkg/contrib/mmap.cc +msgid "Can't mmap an empty file" +msgstr "Não é possível fazer mmap a um ficheiro vazio" + +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "Couldn't make mmap of %llu bytes" +msgstr "Não foi possível fazer mmap de %llu bytes" + +#: apt-pkg/contrib/mmap.cc +#, c-format +msgid "Couldn't duplicate file descriptor %i" +msgstr "Não foi possível duplicar o descritor de ficheiro %i" + +#: apt-pkg/contrib/mmap.cc +msgid "Unable to close mmap" +msgstr "Não foi possível fechar mmap" + +#: apt-pkg/contrib/mmap.cc +msgid "Unable to synchronize mmap" +msgstr "Não foi sincronizar mmap " + +#: 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 truncar o ficheiro" + +#: 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 "" +"O Dynamic MMap ficou sem espaço. Por favor aumente o tamanho de APT::Cache-" +"Start. Valor actual: %lu. (man 5 apt.conf)" + +#: 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 "" +"Não foi possível aumentar o tamanho do MMap pois o limite de %lu bytes já " +"foi alcançado." + +#: apt-pkg/contrib/mmap.cc +msgid "" +"Unable to increase size of the MMap as automatic growing is disabled by user." +msgstr "" +"Não foi possível aumentar o tamanho do MMap pois o crescimento automático " +"está desabilitado pelo utilizador." + +#: 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 "%lid %lih %limin %lis" + +#. TRANSLATOR: h means hours, min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%lih %limin %lis" +msgstr "%lih %limin %lis" + +#. TRANSLATOR: min means minutes, s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%limin %lis" +msgstr "%limin %lis" + +#. TRANSLATOR: s means seconds +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "%lis" +msgstr "%lis" + +#: apt-pkg/contrib/strutl.cc +#, c-format +msgid "Selection %s not found" +msgstr "A selecção %s não foi 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 +#, c-format +msgid "Unable to parse Release file %s" +msgstr "Não foi possível fazer parse ao ficheiro Release %s" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "No sections in Release file %s" +msgstr "Nenhuma secção, no ficheiro Release %s" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "No Hash entry in Release file %s" +msgstr "Nenhuma entrada hash no ficheiro Release %s" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "" +"No Hash entry in Release file %s which is considered strong enough for " +"security purposes" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format +msgid "Invalid '%s' entry in Release file %s" +msgstr "Entrada inválida, '%s', no ficheiro de Release: %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 "Não foi possível fazer parse ao ficheiro do pacote %s (%d)" + +#: apt-pkg/deb/debsystem.cc +#, c-format +msgid "" +"Unable to lock the administration directory (%s), is another process using " +"it?" +msgstr "" +"Não foi possível obter acesso exclusivo ao directório de administração (%s), " +"outro processo está a utilizá-lo?" + +#: apt-pkg/deb/debsystem.cc +#, c-format +msgid "Unable to lock the administration directory (%s), are you root?" +msgstr "" +"Não foi possível criar acesso exclusivo ao directório de administração (%s), " +"é root?" + +#. 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 "" +"O dpkg foi interrompido, para corrigir o problema tem de correr manualmente " +"'%s'" + +#: apt-pkg/deb/debsystem.cc +msgid "Not locked" +msgstr "Sem acesso exclusivo" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Installing %s" +msgstr "A instalar %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Configuring %s" +msgstr "A configurar %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Removing %s" +msgstr "A remover %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Completely removing %s" +msgstr "A remover completamente %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Noting disappearance of %s" +msgstr "A notar o desaparecimento de %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Running post-installation trigger %s" +msgstr "A correr o 'trigger' de 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 "Falta o directório '%s'" + +#: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc +#, c-format +msgid "Could not open file '%s'" +msgstr "Não foi possível abrir ficheiro o '%s'" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing %s" +msgstr "A preparar %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Unpacking %s" +msgstr "A desempacotar %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing to configure %s" +msgstr "A preparar para configurar %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Preparing for removal of %s" +msgstr "A preparar 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 "A preparar para remover completamente %s" + +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Completely removed %s" +msgstr "Remoção completa de %s" + +#: apt-pkg/deb/dpkgpm.cc +#, fuzzy, c-format +msgid "Can not write log (%s)" +msgstr "Não conseguiu 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 "A operação foi interrompida antes de poder terminar" + +#: apt-pkg/deb/dpkgpm.cc +msgid "No apport report written because MaxReports is reached already" +msgstr "Nenhum relatório apport escrito pois MaxReports já foi atingido" + +#. check if its not a follow up error +#: apt-pkg/deb/dpkgpm.cc +msgid "dependency problems - leaving unconfigured" +msgstr "problemas de dependências - deixando por configurar" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates its a followup " +"error from a previous failure." +msgstr "" +"Nenhum relatório apport escrito pois a mensagem de erro indica que é um erro " +"de seguimento de um erro anterior." + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a disk full " +"error" +msgstr "" +"Nenhum relatório apport escrito pois a mensagem de erro indica erro de disco " +"cheio" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a out of memory " +"error" +msgstr "" +"Nenhum relatório apport escrito pois a mensagem de erro indica um erro de " +"memória esgotada" + +#: apt-pkg/deb/dpkgpm.cc +#, fuzzy +msgid "" +"No apport report written because the error message indicates an issue on the " +"local system" +msgstr "" +"Nenhum relatório apport escrito pois a mensagem de erro indica erro de disco " +"cheio" + +#: apt-pkg/deb/dpkgpm.cc +msgid "" +"No apport report written because the error message indicates a dpkg I/O error" +msgstr "" +"Nenhum relatório apport escrito pois a mensagem de erro indica um erro de I/" +"O do dpkg" + +#: apt-pkg/depcache.cc +msgid "Building dependency tree" +msgstr "A construir á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ências" + +#: apt-pkg/depcache.cc +msgid "Reading state information" +msgstr "A ler a informação de estado" + +#: apt-pkg/depcache.cc +#, c-format +msgid "Failed to open StateFile %s" +msgstr "Falhou abrir o StateFile %s" + +#: apt-pkg/depcache.cc +#, c-format +msgid "Failed to write temporary StateFile %s" +msgstr "Falha escrever ficheiro temporário StateFile %s" + +#: apt-pkg/edsp.cc +msgid "Send scenario to solver" +msgstr "Enviar cenário a resolver" + +#: apt-pkg/edsp.cc +msgid "Send request to solver" +msgstr "Enviar pedido para resolvedor" + +#: apt-pkg/edsp.cc +msgid "Prepare for receiving solution" +msgstr "Preparar para receber solução" + +#: apt-pkg/edsp.cc +msgid "External solver failed without a proper error message" +msgstr "O resolvedor externo falhou sem uma mensagem de erro adequada" + +#: apt-pkg/edsp.cc +msgid "Execute external solver" +msgstr "Executar resolvedor externo" + +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Execute external planner" +msgstr "Executar resolvedor externo" + +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Send request to planner" +msgstr "Enviar pedido para resolvedor" + +#: apt-pkg/edsp.cc +#, fuzzy +msgid "Send scenario to planner" +msgstr "Enviar cenário a resolver" + +#: apt-pkg/edsp.cc +#, fuzzy +msgid "External planner failed without a proper error message" +msgstr "O resolvedor externo falhou sem uma mensagem de erro adequada" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records.\n" +msgstr "Escreveu %i registos.\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records with %i missing files.\n" +msgstr "Escreveu %i registos com %i ficheiros em falta.\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records with %i mismatched files\n" +msgstr "Escreveu %i registos com %i ficheiros não coincidentes\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Wrote %i records with %i missing files and %i mismatched files\n" +msgstr "" +"Escreveu %i registos com %i ficheiros em falta e %i ficheiros não " +"coincidentes\n" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Can't find authentication record for: %s" +msgstr "Não foi possível encontrar registo de autenticação para: %s" + +#: apt-pkg/indexcopy.cc +#, c-format +msgid "Hash mismatch for: %s" +msgstr "Hash não coincide para: %s" + +#: 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 "" +"Não foi possível determinar um tipo de sistema de empacotamento adequado" + +#: apt-pkg/install-progress.cc +#, c-format +msgid "Progress: [%3i%%]" +msgstr "" + +#: apt-pkg/install-progress.cc +msgid "Running dpkg" +msgstr "A correr o dpkg" + +#: 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 "" +"Não foi possível proceder à configuração imediata em '%s'. Para detalhes, " +"por favor veja man 5 apt.conf em APT::Immediate-Configure. (%d)" + +#: apt-pkg/packagemanager.cc +#, c-format +msgid "Could not configure '%s'. " +msgstr "Não pode configurar '%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 da instalação irá necessitar de remover temporariamente o " +"pacote essencial %s devido a um loop de Conflitos/Pré-Dependências. Isto " +"normalmente é mau, mas se você quer realmente fazer isso, active a opção " +"APT::Force-LoopBreak." + +#: apt-pkg/pkgcache.cc +msgid "Empty package cache" +msgstr "Cache de pacotes vazia" + +#: apt-pkg/pkgcache.cc +msgid "The package cache file is corrupted" +msgstr "O ficheiro de cache de pacotes está corrompido" + +#: apt-pkg/pkgcache.cc +msgid "The package cache file is an incompatible version" +msgstr "O ficheiro de cache de pacotes é de 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 "A cache de pacotes foi gerada para uma arquitectura diferente" + +#: apt-pkg/pkgcache.cc +#, fuzzy +msgid "The package cache file is corrupted, it has the wrong hash" +msgstr "O ficheiro de cache de pacotes está corrompido, é demasiado pequeno" + +#: 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 "Em Conflito" + +#: apt-pkg/pkgcache.cc +msgid "Recommends" +msgstr "Recomenda" + +#: apt-pkg/pkgcache.cc +msgid "Replaces" +msgstr "Substitui" + +#: apt-pkg/pkgcache.cc +msgid "Breaks" +msgstr "Estraga" + +#: apt-pkg/pkgcache.cc +msgid "Enhances" +msgstr "Aumenta" + +#: apt-pkg/pkgcache.cc +msgid "Obsoletes" +msgstr "Obsoleta" + +#: apt-pkg/pkgcache.cc +msgid "important" +msgstr "importante" + +#: apt-pkg/pkgcache.cc +msgid "required" +msgstr "necessário" + +#: 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 "A 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 +#, c-format +msgid "Error occurred while processing %s (%s%d)" +msgstr "Ocorreu um erro ao processar %s (%s%d)" + +#: 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 "A ler as listas de pacotes" + +#: apt-pkg/pkgcachegen.cc +msgid "IO Error saving source cache" +msgstr "Erro de I/O ao gravar a cache de código fonte" + +#: apt-pkg/pkgrecords.cc +#, c-format +msgid "Index file type '%s' is not supported" +msgstr "Tipo do ficheiro 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 "" +"O valor '%s' é inválido para APT::Default-Release porque tal lançamento não " +"está disponível nas fontes" + +#: apt-pkg/policy.cc +#, c-format +msgid "Invalid record in the preferences file %s, no Package header" +msgstr "Registo inválido no ficheiro de preferências %s, 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 marca (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 marcação (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 %s malformado linha %llu #1" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Opening %s" +msgstr "A abrir %s" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Malformed line %u in source list %s (type)" +msgstr "Linha mal formada %u na lista de fontes %s (tipo)" + +#: apt-pkg/sourcelist.cc +#, c-format +msgid "Type '%s' is not known on line %u in source list %s" +msgstr "O 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 na lista 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 "O 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 alguns URIs 'source' no 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 obter %s %s" + +#: apt-pkg/update.cc +msgid "" +"Some index files failed to download. They have been ignored, or old ones " +"used instead." +msgstr "" +"Falhou o download de alguns ficheiros de índice. Foram ignorados ou os " +"antigos foram usados em seu lugar." + +#: apt-pkg/upgrade.cc +msgid "Calculating upgrade" +msgstr "A calcular a actualização" + #. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update' #: apt-private/acqprogress.cc #, c-format @@ -232,11 +1820,6 @@ msgid "" "unauthenticated" msgstr "Há problemas e foi utilizado -y sem --force-yes" -#: apt-private/private-download.cc apt-pkg/update.cc -#, c-format -msgid "Failed to fetch %s %s" -msgstr "Falhou obter %s %s" - #: apt-private/private-download.cc #, c-format msgid "Couldn't determine free space in %s" @@ -609,14 +2192,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 vai 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" @@ -712,11 +2295,6 @@ msgstr "S" msgid "N" msgstr "N" -#: 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 msgid "You must give at least one search pattern" msgstr "Tem de fornecer pelo menos um padrão de busca" @@ -742,11 +2320,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 "Não foi possível encontrar o pacote %s" - #: apt-private/private-show.cc msgid "Package files:" msgstr "Ficheiros de Pacotes :" @@ -1135,6 +2708,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 "" +"Utilização: apt-extracttemplates ficheiro1 [ficheiro2 ...]\n" +"\n" +"O apt-extracttemplates é uma ferramenta para extrair configuração\n" +"e informação de template de pacotes debian.\n" +"\n" +"Opções:\n" +" -h Este texto de ajuda\n" +" -t Definir o directório temporário\n" +" -c=? Ler este ficheiro de configuração\n" +" -o=? Definir uma opção arbitrária de configuração, p.e.: -o dir::cache=/" +"tmp\n" + +#: cmdline/apt-extracttemplates.cc +msgid "Cannot get debconf version. Is debconf installed?" +msgstr "Não pode obter a versão do debconf. O debconf está instalado?" + #: cmdline/apt-get.cc #, c-format msgid "Couldn't find package %s" @@ -1285,6 +2891,46 @@ 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 "" +"Utilização: apt-internal-solver\n" +"\n" +"O apt-internal-solver é um interface para utilizar o actual interno como um\n" +" resolvedor externo para a família APT para depuração ou semelhante.\n" +"\n" +"Opções:\n" +" -h Este texto de ajuda.\n" +" -q Saída para registo - sem indicador de progresso\n" +" -c=? Ler este ficheiro de configuração\n" +" -o=? Definir uma opção de configuração arbitrária, p.e. 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 "" +"Utilização: apt-internal-solver\n" +"\n" +"O apt-internal-solver é um interface para utilizar o actual interno como um\n" +" resolvedor externo para a família APT para depuração ou semelhante.\n" +"\n" +"Opções:\n" +" -h Este texto de ajuda.\n" +" -q Saída para registo - sem indicador de progresso\n" +" -c=? Ler este ficheiro de configuração\n" +" -o=? Definir uma opção de configuração arbitrária, p.e. dir::cache=/tmp\n" + #: cmdline/apt-mark.cc #, c-format msgid "%s can not be marked as it is not installed.\n" @@ -1383,6 +3029,19 @@ msgstr "" msgid "Print the list of package on hold" msgstr "" +#: cmdline/apt-sortpkgs.cc +msgid "Unknown package record!" +msgstr "Registo 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" @@ -1439,590 +3098,46 @@ msgstr "" msgid "edit the source information file" msgstr "A ler a informação de estado" -#: methods/cdrom.cc -#, c-format -msgid "Unable to read the cdrom database %s" -msgstr "Não foi capaz de ler a base 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 utilize o apt-cdrom para fazer com que este CD seja reconhecido " -"pelo APT. apt-get update não pode ser utilizado para adicionar novos CDs" - -#: methods/cdrom.cc -msgid "Wrong CD-ROM" -msgstr "CD 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, pode ainda estar a ser utilizado." - -#: 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 "Ficheiro não encontrado" - -#: methods/connect.cc -#, c-format -msgid "Connecting to %s (%s)" -msgstr "A Ligar a %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 posso iniciar a ligaçã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 ligar a %s:%s (%s), a 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 ligar 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 "A ligar 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 a resolver '%s'" - -#: methods/connect.cc -#, fuzzy, c-format -msgid "System error resolving '%s:%s'" -msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)" - -#: methods/connect.cc -#, c-format -msgid "Something wicked happened resolving '%s:%s' (%i - %s)" -msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)" - -#: methods/connect.cc -#, c-format -msgid "Unable to connect to %s:%s:" -msgstr "Não foi possível ligar a %s:%s:" - -#: methods/copy.cc -msgid "Failed to stat" -msgstr "Falhou o stat" - -#: methods/file.cc -msgid "Invalid URI, local URIS must not start with //" -msgstr "URI inválido, URIs locais não devem começar por //" - -#. Login must be before getpeername otherwise dante won't work. -#: methods/ftp.cc -msgid "Logging in" -msgstr "A identificar-se no sistema" - -#: methods/ftp.cc -msgid "Unable to determine the peer name" -msgstr "Não foi possível determinar o nome do posto" - -#: methods/ftp.cc -msgid "Unable to determine the local name" -msgstr "Não foi possível determinar o nome local" - -#: methods/ftp.cc -#, c-format -msgid "The server refused the connection and said: %s" -msgstr "O servidor recusou a ligação e respondeu: %s" - -#: methods/ftp.cc -#, c-format -msgid "USER failed, server said: %s" -msgstr "USER falhou, o servidor respondeu: %s" - -#: methods/ftp.cc -#, c-format -msgid "PASS failed, server said: %s" -msgstr "PASS falhou, o servidor respondeu: %s" - -#: methods/ftp.cc -msgid "" -"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " -"is empty." -msgstr "" -"Foi especificado um servidor de proxy 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 "O comando de script de login '%s' falhou, o servidor respondeu: %s" - -#: methods/ftp.cc -#, c-format -msgid "TYPE failed, server said: %s" -msgstr "TYPE falhou, o servidor respondeu: %s" - -#: methods/ftp.cc methods/rsh.cc -msgid "Connection timeout" -msgstr "Foi atingido o tempo limite de ligação" - -#: methods/ftp.cc -msgid "Server closed the connection" -msgstr "O servidor fechou a ligaçã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 ligar socket de dados, a ligação expirou" - -#: methods/ftp.cc -msgid "Could not connect passive socket." -msgstr "Não foi possível ligar 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 o bind a um socket" - -#: methods/ftp.cc -msgid "Could not listen on the socket" -msgstr "Não foi possível executar listen 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 "Não foi possí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, o servidor respondeu: %s" - -#: methods/ftp.cc -msgid "Data socket connect timed out" -msgstr "Ligação de socket de dados expirou" - -#: methods/ftp.cc -msgid "Unable to accept connection" -msgstr "Impossível aceitar ligação" - -#: methods/ftp.cc methods/rsh.cc methods/server.cc -msgid "Problem hashing file" -msgstr "Problema ao calcular o hash do ficheiro" - -#: methods/ftp.cc -#, c-format -msgid "Unable to fetch file, server said '%s'" -msgstr "Não foi possível obter o ficheiro, o servidor respondeu '%s'" - -#: methods/ftp.cc methods/rsh.cc -msgid "Data socket timed out" -msgstr "Expirou o tempo do socket de dados" - -#: methods/ftp.cc -#, c-format -msgid "Data transfer failed, server said '%s'" -msgstr "A transferência de dados falhou, o servidor respondeu '%s'" - -#. Get the files information -#: methods/ftp.cc -msgid "Query" -msgstr "Pesquisa" - -#: methods/ftp.cc -msgid "Unable to invoke " -msgstr "Não foi possí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 "Pelo 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 válida, mas não foi possível determinar a impressão " -"digital da chave?!" - -#: methods/gpgv.cc -msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" -msgstr "" -"Não foi possível executar 'apt-key' para verificar a assinatura (o gnupg " -"está instalado?)" - -#: methods/gpgv.cc -msgid "Unknown error executing apt-key" -msgstr "Erro desconhecido ao executar 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 seguintes assinaturas não puderam ser verificadas porque a chave pública " -"não está disponível:\n" - -#: methods/http.cc -msgid "Error writing to the file" -msgstr "Erro ao escrever para o ficheiro" - -#: methods/http.cc -msgid "Error reading from server. Remote end closed connection" -msgstr "Erro ao ler do servidor. O lado remoto fechou a ligação" - -#: methods/http.cc -msgid "Error reading from server" -msgstr "Erro ao ler do servidor" - -#: methods/http.cc -msgid "Error writing to file" -msgstr "Erro ao escrever para ficheiro" - -#: methods/http.cc -msgid "Select failed" -msgstr "A selecção falhou" - -#: methods/http.cc -msgid "Connection timed out" -msgstr "O tempo da ligação expirou" - -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Erro ao escrever para o ficheiro 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 "Não foi possí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 "Não foi encontrado ficheiro de mirror '%s'" - -#. FIXME: fallback to a default mirror here instead -#. and provide a config option to define that default -#: methods/mirror.cc -#, c-format -msgid "Can not read mirror file '%s'" -msgstr "Não pode ler ficheiro de mirror '%s'" - -#: methods/mirror.cc -#, fuzzy, c-format -msgid "No entry found in mirror file '%s'" -msgstr "Não pode ler ficheiro de mirror '%s'" - -#: methods/mirror.cc -#, c-format -msgid "[Mirror: %s]" -msgstr "[Mirror: %s]" - -#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc -#: apt-pkg/acquire-item.cc -#, c-format -msgid "Failed to stat %s" -msgstr "Falha stat %s" - -#: methods/rred.cc -msgid "Failed to set modification time" -msgstr "Falhou definir hora de modificação" - -#: methods/rsh.cc ftparchive/multicompress.cc -msgid "Failed to create IPC pipe to subprocess" -msgstr "Falha ao criar pipe IPC para subprocesso" - -#: methods/rsh.cc -msgid "Connection closed prematurely" -msgstr "Ligação encerrada prematuramente" - -#: methods/server.cc -msgid "Waiting for headers" -msgstr "A aguardar por cabeçalhos" - -#: methods/server.cc -msgid "Bad header line" -msgstr "Linha de cabeçalho errada" - -#: 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 de range errado" - -#: methods/server.cc -msgid "Unknown date format" -msgstr "Formato de data desconhecido" - -#: methods/server.cc -msgid "Bad header data" -msgstr "Dados de cabeçalho errados" - -#: methods/server.cc -msgid "Connection failed" -msgstr "A ligaçã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 "Ficheiros vazios não podem ser arquivos válidos" - -#: dselect/install:33 +#: dselect/install msgid "Bad default setting!" msgstr "Configuração pré-definida errada!" -#: 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 "Carregue em enter para continuar." -#: dselect/install:92 +#: dselect/install msgid "Do you want to erase any previously downloaded .deb files?" msgstr "Deseja apagar quaisquer ficheiros .deb obtidos previamente?" # 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 msgid "Some errors occurred while unpacking. Packages that were installed" msgstr "" "Ocorreram alguns erros ao descompactar. Os pacotes que foram instalados" -#: dselect/install:103 +#: dselect/install msgid "will be configured. This may result in duplicate errors" msgstr "serão configurados. Isto pode resultar em erros duplicados" -#: dselect/install:104 +#: dselect/install msgid "or errors caused by missing dependencies. This is OK, only the errors" msgstr "causados por dependências em falta. Isto está OK, somente os erros" -#: dselect/install:105 +#: dselect/install msgid "" "above this message are important. Please fix them and run [I]nstall again" msgstr "" "acima desta mensagem são importantes. Por favor resolva-os e execute " "[I]nstalar novamente" -#: dselect/update:30 +#: dselect/update msgid "Merging available information" msgstr "A juntar a 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 "Esperou por %s mas 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 "" -"Utilização: apt-extracttemplates ficheiro1 [ficheiro2 ...]\n" -"\n" -"O apt-extracttemplates é uma ferramenta para extrair configuração\n" -"e informação de template de pacotes debian.\n" -"\n" -"Opções:\n" -" -h Este texto de ajuda\n" -" -t Definir o directório temporário\n" -" -c=? Ler este ficheiro de configuração\n" -" -o=? Definir uma opção arbitrária de configuração, p.e.: -o dir::cache=/" -"tmp\n" - -#: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc -#, fuzzy, c-format -msgid "Unable to mkstemp %s" -msgstr "Não foi possível fazer stat %s" - -#: cmdline/apt-extracttemplates.cc apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Unable to write to %s" -msgstr "Não conseguiu escrever para %s" - -#: cmdline/apt-extracttemplates.cc -msgid "Cannot get debconf version. Is debconf installed?" -msgstr "Não pode 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 "" -"Utilização: apt-internal-solver\n" -"\n" -"O apt-internal-solver é um interface para utilizar o actual interno como um\n" -" resolvedor externo para a família APT para depuração ou semelhante.\n" -"\n" -"Opções:\n" -" -h Este texto de ajuda.\n" -" -q Saída para registo - sem indicador de progresso\n" -" -c=? Ler este ficheiro de configuração\n" -" -o=? Definir uma opção de configuração arbitrária, p.e. 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 "" -"Utilização: apt-internal-solver\n" -"\n" -"O apt-internal-solver é um interface para utilizar o actual interno como um\n" -" resolvedor externo para a família APT para depuração ou semelhante.\n" -"\n" -"Opções:\n" -" -h Este texto de ajuda.\n" -" -q Saída para registo - sem indicador de progresso\n" -" -c=? Ler este ficheiro de configuração\n" -" -o=? Definir uma opção de configuração arbitrária, p.e. dir::cache=/tmp\n" - -#: cmdline/apt-sortpkgs.cc -msgid "Unknown package record!" -msgstr "Registo 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 "A lista de extensão de pacotes é demasiado longa" @@ -2185,6 +3300,10 @@ msgstr "Algoritmo de compressão desconhecido '%s'" msgid "Compressed output %s needs a compression set" msgstr "Saída compactada %s precisa de um conjunto de compressão" +#: ftparchive/multicompress.cc methods/rsh.cc +msgid "Failed to create IPC pipe to subprocess" +msgstr "Falha ao criar pipe IPC para subprocesso" + #: ftparchive/multicompress.cc msgid "Failed to fork" msgstr "Falhou o fork" @@ -2206,11 +3325,6 @@ msgstr "Falhou o IO para subprocesso/arquivo" msgid "Failed to read while computing MD5" msgstr "Falhou ler durante o cálculo de MD5" -#: ftparchive/multicompress.cc apt-inst/extract.cc -#, c-format -msgid "Failed to rename %s to %s" -msgstr "Falhou renomear %s para %s" - #: ftparchive/override.cc #, c-format msgid "Unable to open %s" @@ -2284,11 +3398,6 @@ msgstr "Falhou 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 o readlink %s" - #: ftparchive/writer.cc #, c-format msgid "*** Failed to link %s to %s" @@ -2323,1505 +3432,411 @@ msgstr " %s não possui fonte de entrada de 'override'\n" msgid " %s has no binary override entry either\n" msgstr " %s também não possui entrada binária de 'override'\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 -#, c-format -msgid "Invalid archive member header %s" -msgstr "Cabeçalho membro de arquivo inválido %s" - -#: 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 é demasiado pequeno" - -#: apt-inst/contrib/arfile.cc -msgid "Failed to read the archive headers" -msgstr "Falha ao ler os cabeçalhos do arquivo" - -#: apt-inst/contrib/extracttar.cc -#, fuzzy, c-format -msgid "Cannot find a configured compressor for '%s'" -msgstr "Não foi possível encontrar registo de autenticação para: %s" - -#: apt-inst/contrib/extracttar.cc -msgid "Corrupted archive" -msgstr "Arquivo corrompido" - -#: apt-inst/contrib/extracttar.cc -msgid "Tar checksum failed, archive corrupted" -msgstr "A soma de controlo do 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, falta o membro '%s'" - -#: apt-inst/deb/debfile.cc -#, c-format -msgid "Internal error, could not locate member %s" -msgstr "Erro Interno, não foi possível localizar o membro %s" - -#: apt-inst/deb/debfile.cc -msgid "Unparsable control file" -msgstr "Ficheiro de controle não interpretável" - -#: apt-inst/dirstream.cc -#, c-format -msgid "Failed to write file %s" -msgstr "Falhou escrever o ficheiro %s" - -#: apt-inst/dirstream.cc -#, c-format -msgid "Failed to close file %s" -msgstr "Falhou fechar o ficheiro %s" - -#: apt-inst/extract.cc -#, c-format -msgid "The path %s is too long" -msgstr "O caminho %s é demasiado longo" - -#: apt-inst/extract.cc -#, c-format -msgid "Unpacking %s more than once" -msgstr "A descompactar %s mais de uma vez" - -#: apt-inst/extract.cc -#, c-format -msgid "The directory %s is diverted" -msgstr "O directório %s é desviado" - -#: apt-inst/extract.cc -#, c-format -msgid "The package is trying to write to the diversion target %s/%s" -msgstr "O pacote está a tentar escrever no alvo de 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 directório %s está a ser substituído por um não-directório" - -#: apt-inst/extract.cc -msgid "Failed to locate node in its hash bucket" -msgstr "Falhou localizar o nó no seu hash bucket" - -#: apt-inst/extract.cc -msgid "The path is too long" -msgstr "O caminho é demasiado longo" - -#: apt-inst/extract.cc -#, c-format -msgid "Overwrite package match with no version for %s" -msgstr "Substituir o pacote correspondente sem versão para %s" - -#: apt-inst/extract.cc -#, c-format -msgid "File %s/%s overwrites the one in the package %s" -msgstr "O ficheiro %s/%s substitui o que está no pacote %s" - -#: apt-inst/extract.cc -#, c-format -msgid "Unable to stat %s" -msgstr "Não foi possível fazer stat %s" - -#: apt-inst/filelist.cc -msgid "DropNode called on still linked node" -msgstr "DropNode chamado em nó ainda linkado" - -#: apt-inst/filelist.cc -msgid "Failed to locate the hash element!" -msgstr "Falha ao localizar o elemento de hash!" - -#: apt-inst/filelist.cc -msgid "Failed to allocate diversion" -msgstr "Falha 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 "A tentar 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 directório %s é desviado" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' does no longer have a Release file." -msgstr "O directório %s é desviado" - -#: 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 directório %s é desviado" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' does not have a Release file." -msgstr "O directório %s é desviado" - -#: apt-pkg/acquire-item.cc -#, fuzzy, c-format -msgid "The repository '%s' provides only weak security information." -msgstr "O directório %s é desviado" - -#: apt-pkg/acquire-item.cc -msgid "Hash Sum mismatch" -msgstr "Código de verificação hash não coincide" - -#: 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 "falhou renomear, %s (%s -> %s)." - -#: apt-pkg/acquire-item.cc -msgid "Size mismatch" -msgstr "Tamanho incorrecto" - -#: 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 -#, fuzzy, 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 "" -"Ocorreu um erro durante a verificação da assinatura. O repositório não está " -"actualizado e serão utilizados os ficheiros anteriores de índice. Erro do " -"GPG: %s: %s\n" - -#. Invalid signature file, reject (LP: #346386) (Closes: #627642) -#: apt-pkg/acquire-item.cc -#, c-format -msgid "GPG error: %s: %s" -msgstr "Erro GPG: %s: %s" - -#: 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 "" -"Incapaz de encontrar a entrada '%s' esperada no ficheiro Release (entrada " -"errada em sources.list ou ficheiro malformado)" - -#: 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 "" -"O ficheiro Release para %s está expirado (inválido desde %s). Não serão " -"aplicadas as actualizações para este repositório." - -#: apt-pkg/acquire-item.cc +#: methods/cdrom.cc #, c-format -msgid "Conflicting distribution: %s (expected %s but got %s)" -msgstr "Distribuição em conflito: %s (esperado %s mas obtido %s)" +msgid "Unable to read the cdrom database %s" +msgstr "Não foi capaz de ler a base de dados de cdrom %s" -#: apt-pkg/acquire-item.cc -#, c-format +#: methods/cdrom.cc 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)" +"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " +"cannot be used to add new CD-ROMs" msgstr "" -"Não foi possível localizar um ficheiro para o pacote %s. Isto pode " -"significar que você precisa corrigir manualmente este pacote. (devido a " -"arquitectura em falta)" +"Por favor utilize o apt-cdrom para fazer com que este CD seja reconhecido " +"pelo APT. apt-get update não pode ser utilizado para adicionar novos CDs" -#: apt-pkg/acquire-item.cc -#, c-format -msgid "Can't find a source to download version '%s' of '%s'" -msgstr "Não conseguiu encontrar uma fonte para obter a versão '%s' de '%s'" +#: methods/cdrom.cc +msgid "Wrong CD-ROM" +msgstr "CD errado" -#: apt-pkg/acquire-item.cc +#: methods/cdrom.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 "Changlog para %s (%s)" +msgid "Unable to unmount the CD-ROM in %s, it may still be in use." +msgstr "Impossível desmontar o CD-ROM em %s, pode ainda estar a ser utilizado." -#: 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 pôde ser encontrado." +#: methods/cdrom.cc +msgid "Disk not found." +msgstr "Disco não encontrado." -#: apt-pkg/acquire-worker.cc -#, fuzzy, c-format -msgid "Is the package %s installed?" -msgstr "Verifique se o pacote 'dpkg-dev' está instalado.\n" +#: methods/cdrom.cc methods/file.cc methods/rsh.cc +msgid "File not found" +msgstr "Ficheiro não encontrado" -#: apt-pkg/acquire-worker.cc +#. TRANSLATOR: %s is e.g. Tor's ".onion" which would likely fail or leak info (RFC7686) +#: methods/connect.cc #, c-format -msgid "Method %s did not start correctly" -msgstr "Método %s não iniciou correctamente" - -#: apt-pkg/acquire-worker.cc -#, fuzzy, c-format -msgid "" -"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." +msgid "Direct connection to %s domains is blocked by default." msgstr "" -"Por favor insira o disco denominado: '%s' no leitor '%s' e pressione enter." - -#: apt-pkg/acquire.cc apt-pkg/cdrom.cc -#, c-format -msgid "List directory %spartial is missing." -msgstr "Falta directório de listas %spartial." - -#: apt-pkg/acquire.cc -#, c-format -msgid "Archives directory %spartial is missing." -msgstr "Falta o directório de arquivos %spartial." -#: apt-pkg/acquire.cc +#: methods/connect.cc methods/http.cc #, c-format -msgid "Unable to lock directory %s" -msgstr "Impossível criar acesso exclusivo ao directório %s" - -#: apt-pkg/acquire.cc -#, c-format -msgid "No sandbox user '%s' on the system, can not drop privileges" -msgstr "" +msgid "Connecting to %s (%s)" +msgstr "A Ligar a %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 do ficheiro de índice '%s' não é suportado" +msgid "[IP: %s %s]" +msgstr "[IP: %s %s]" -#. only show the ETA if it makes sense -#. two days -#: apt-pkg/acquire.cc +#: methods/connect.cc #, c-format -msgid "Retrieving file %li of %li (%s remaining)" -msgstr "A obter o ficheiro %li de %li (%s restantes)" +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 "Retrieving file %li of %li" -msgstr "A obter o ficheiro %li de %li" +msgid "Cannot initiate the connection to %s:%s (%s)." +msgstr "Não posso iniciar a ligação para %s:%s (%s)." -#: apt-pkg/algorithms.cc +#: methods/connect.cc #, c-format -msgid "" -"The package %s needs to be reinstalled, but I can't find an archive for it." -msgstr "" -"O pacote %s necessita ser reinstalado, mas não foi possível encontrar um " -"repositório 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 "" -"Não foi possível corrigir problemas, você tem pacotes mantidos (hold) " -"estragados." - -#: apt-pkg/cachefile.cc -msgid "The package lists or status file could not be parsed or opened." -msgstr "" -"As listas de pacotes ou o ficheiro de status não pôde ser analisado ou " -"aberto." - -#: 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" +msgid "Could not connect to %s:%s (%s), connection timed out" +msgstr "Não foi possível ligar a %s:%s (%s), a conexão expirou" -#: apt-pkg/cachefile.cc -msgid "The list of sources could not be read." -msgstr "A lista de fontes não pôde ser lida." +#: methods/connect.cc methods/ftp.cc methods/rsh.cc +msgid "Failed" +msgstr "Falhou" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, c-format -msgid "Release '%s' for '%s' was not found" -msgstr "Não foi encontrado o Release '%s' para '%s'" +msgid "Could not connect to %s:%s (%s)." +msgstr "Não foi possível ligar em %s:%s (%s)." -#: apt-pkg/cacheset.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 "Version '%s' for '%s' was not found" -msgstr "Não foi encontrada a versão '%s' para '%s'" +msgid "Connecting to %s" +msgstr "A ligar a %s" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, c-format -msgid "Couldn't find task '%s'" -msgstr "Não foi possível encontrar a tarefa '%s'" +msgid "Could not resolve '%s'" +msgstr "Não foi possível resolver '%s'" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, c-format -msgid "Couldn't find any package by regex '%s'" -msgstr "Não foi possível encontrar o pacote através da expressão regular '%s'" +msgid "Temporary failure resolving '%s'" +msgstr "Falha temporária a resolver '%s'" -#: apt-pkg/cacheset.cc +#: methods/connect.cc #, fuzzy, c-format -msgid "Couldn't find any package by glob '%s'" -msgstr "Não foi possível encontrar o pacote através da expressão regular '%s'" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select versions from package '%s' as it is purely virtual" -msgstr "" -"Não foi possível seleccionar versões do pacote '%s' pois é puramente virtual" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select newest version from package '%s' as it is purely virtual" -msgstr "" -"Não foi possível seleccionar a versão mais recente a partir do pacote '%s' " -"já que é puramente virtual" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select candidate version from package %s as it has no candidate" -msgstr "" -"Não é possível seleccionar a versão candidata do pacote %s já que não tem " -"candidato" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "Can't select installed version from package %s as it is not installed" -msgstr "" -"Não é possível seleccionar a versão instalada do pacote %s pois não está " -"instalado" - -#: apt-pkg/cacheset.cc -#, c-format -msgid "" -"Can't select installed nor candidate version from package '%s' as it has " -"neither of them" -msgstr "" -"Não pode seleccionar a versão instalada nem a versão candidata do pacote " -"'%s' pois não tem nenhuma destas" - -#: apt-pkg/cdrom.cc -#, c-format -msgid "Line %u too long in source list %s." -msgstr "Linha %u é demasiado longa na lista de fontes %s." - -#: apt-pkg/cdrom.cc -msgid "Unmounting CD-ROM...\n" -msgstr "A desmontar o CD-ROM...\n" +msgid "System error resolving '%s:%s'" +msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)" -#: apt-pkg/cdrom.cc +#: methods/connect.cc #, c-format -msgid "Using CD-ROM mount point %s\n" -msgstr "A utilizar o ponto de montagem do CD-ROM %s\n" - -#: apt-pkg/cdrom.cc -msgid "Waiting for disc...\n" -msgstr "A aguardar pelo disco...\n" - -#: apt-pkg/cdrom.cc -msgid "Mounting CD-ROM...\n" -msgstr "A montar o CD-ROM...\n" - -#: apt-pkg/cdrom.cc -msgid "Identifying... " -msgstr "A identificar... " +msgid "Something wicked happened resolving '%s:%s' (%i - %s)" +msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)" -#: apt-pkg/cdrom.cc +#: methods/connect.cc #, c-format -msgid "Stored label: %s\n" -msgstr "Label Guardada: %s \n" +msgid "Unable to connect to %s:%s:" +msgstr "Não foi possível ligar a %s:%s:" -#: apt-pkg/cdrom.cc -msgid "Scanning disc for index files...\n" -msgstr "A pesquisar os ficheiros de índice do disco...\n" +#: methods/copy.cc +msgid "Failed to stat" +msgstr "Falhou o stat" -#: apt-pkg/cdrom.cc -#, c-format -msgid "" -"Found %zu package indexes, %zu source indexes, %zu translation indexes and " -"%zu signatures\n" -msgstr "" -"Foram encontrados %zu índices de pacotes, %zu índices de código-fonte, %zu " -"índices de tradução e %zu assinaturas\n" +#: methods/file.cc +msgid "Invalid URI, local URIS must not start with //" +msgstr "URI inválido, URIs locais não devem começar por //" -#: apt-pkg/cdrom.cc -msgid "" -"Unable to locate any package files, perhaps this is not a Debian Disc or the " -"wrong architecture?" -msgstr "" -"Não foi possível localizar quaisquer ficheiros de pacote, talvez este não " -"seja um disco Debian ou seja a arquitectura errada?" +#. Login must be before getpeername otherwise dante won't work. +#: methods/ftp.cc +msgid "Logging in" +msgstr "A identificar-se no sistema" -#: apt-pkg/cdrom.cc -#, c-format -msgid "Found label '%s'\n" -msgstr "Encontrada a etiqueta '%s'\n" +#: methods/ftp.cc +msgid "Unable to determine the peer name" +msgstr "Não foi possível determinar o nome do posto" -#: apt-pkg/cdrom.cc -msgid "That is not a valid name, try again.\n" -msgstr "Isso não é um nome válido, tente novamente.\n" +#: methods/ftp.cc +msgid "Unable to determine the local name" +msgstr "Não foi possível determinar o nome local" -#: apt-pkg/cdrom.cc +#: methods/ftp.cc #, c-format -msgid "" -"This disc is called: \n" -"'%s'\n" -msgstr "" -"Este disco tem o nome: \n" -"'%s'\n" - -#: apt-pkg/cdrom.cc -msgid "Copying package lists..." -msgstr "A copiar listas de pacotes..." - -#: apt-pkg/cdrom.cc -msgid "Writing new source list\n" -msgstr "A escrever lista de novas source\n" - -#: apt-pkg/cdrom.cc -msgid "Source list entries for this disc are:\n" -msgstr "As entradas de listas de Source para este Disco são:\n" +msgid "The server refused the connection and said: %s" +msgstr "O servidor recusou a ligação e respondeu: %s" -#: apt-pkg/clean.cc +#: methods/ftp.cc #, c-format -msgid "Unable to stat %s." -msgstr "Não foi possível fazer stat %s." +msgid "USER failed, server said: %s" +msgstr "USER falhou, o servidor respondeu: %s" -#: apt-pkg/contrib/cdromutl.cc +#: methods/ftp.cc #, c-format -msgid "Unable to stat the mount point %s" -msgstr "Impossível executar stat ao ponto de montagem %s" - -#: apt-pkg/contrib/cdromutl.cc -msgid "Failed to stat the cdrom" -msgstr "Impossível executar stat ao 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 '%c' da linha de comandos [de %s] é desconhecida." +msgid "PASS failed, server said: %s" +msgstr "PASS falhou, o servidor respondeu: %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 %s de linha de comandos não é compreendida" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Command line option %s is not boolean" -msgstr "Opção %s da linha de comandos não é booleana" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option %s requires an argument." -msgstr "A opção %s necessita de 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 tem de ter um =<val>." - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option %s requires an integer argument, not '%s'" -msgstr "Opção %s necessita de um número inteiro como argumento, não '%s'" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Option '%s' is too long" -msgstr "Opção '%s' é demasiado longa" - -#: apt-pkg/contrib/cmndline.cc -#, c-format -msgid "Sense %s is not understood, try true or false." -msgstr "O 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 "Abreviatura de tipo desconhecida: '%c'" - -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Opening configuration file %s" -msgstr "A abrir o ficheiro 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: O bloco começa 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: Directivas só podem ser feitas 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: Demasiados includes encadeados" - -#: 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: Directiva '%s' não suportada" - -#: apt-pkg/contrib/configuration.cc -#, c-format -msgid "Syntax error %s:%u: clear directive requires an option tree as argument" -msgstr "" -"Erro de sintaxe %s:%u: directiva clara necessita de uma árvore de opções " -"como argumento" - -#: 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 ficheiro" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Problem unlinking the file %s" -msgstr "Problema ao remover o link do ficheiro %s" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Not using locking for read only lock file %s" -msgstr "" -"Não está a ser utilizado acesso exclusivo para apenas leitura ao ficheiro %s" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open lock file %s" -msgstr "Não foi possível abrir ficheiro de lock %s" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Not using locking for nfs mounted lock file %s" -msgstr "" -"Não está a ser utilizado o acesso exclusivo para o ficheiro %s, montado via " -"nfs" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not get lock %s" -msgstr "Não foi possível obter acesso exclusivo a %s" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "List of files can't be created as '%s' is not a directory" +"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " +"is empty." msgstr "" -"Lista de ficheiros que não podem ser criados porque '%s' não é um directório" - -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Ignoring '%s' in directory '%s' as it is not a regular file" -msgstr "A ignorar '%s' no directório '%s' porque não é um ficheiro normal" +"Foi especificado um servidor de proxy mas não um script de login, Acquire::" +"ftp::ProxyLogin está vazio." -#: apt-pkg/contrib/fileutl.cc +#: methods/ftp.cc #, c-format -msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" -msgstr "" -"A ignorar o ficheiro '%s' no directório '%s' porque não tem extensão no nome " -"do ficheiro" +msgid "Login script command '%s' failed, server said: %s" +msgstr "O comando de script de login '%s' falhou, o servidor respondeu: %s" -#: 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 "" -"A ignorar o ficheiro '%s' no directório '%s' porque tem uma extensão " -"inválida no nome do ficheiro" +msgid "TYPE failed, server said: %s" +msgstr "TYPE falhou, o servidor respondeu: %s" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Sub-process %s received a segmentation fault." -msgstr "O sub-processo %s recebeu uma falha de segmentação." +#: methods/ftp.cc methods/rsh.cc +msgid "Connection timeout" +msgstr "Foi atingido o tempo limite de ligação" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Sub-process %s received signal %u." -msgstr "O sub-processo %s recebeu o sinal %u." +#: methods/ftp.cc +msgid "Server closed the connection" +msgstr "O servidor fechou a ligação" -#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc -#, c-format -msgid "Sub-process %s returned an error code (%u)" -msgstr "O sub-processo %s retornou um código de erro (%u)" +#: methods/ftp.cc methods/rsh.cc +msgid "A response overflowed the buffer." +msgstr "Uma resposta sobrecarregou o buffer." -#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc -#, c-format -msgid "Sub-process %s exited unexpectedly" -msgstr "O sub-processo %s terminou inesperadamente" +#: methods/ftp.cc +msgid "Protocol corruption" +msgstr "Corrupção de protocolo" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Problem closing the gzip file %s" -msgstr "Problema ao fechar o ficheiro gzip %s" +#: methods/ftp.cc +msgid "Could not create a socket" +msgstr "Não foi possível criar um socket" -#: apt-pkg/contrib/fileutl.cc -msgid "Unexpected end of file" -msgstr "" +#: methods/ftp.cc +msgid "Could not connect data socket, connection timed out" +msgstr "Não foi possível ligar socket de dados, a ligação expirou" -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to create subprocess IPC" -msgstr "Falhou criar subprocesso IPC" +#: methods/ftp.cc +msgid "Could not connect passive socket." +msgstr "Não foi possível ligar socket passivo." -#: apt-pkg/contrib/fileutl.cc -msgid "Failed to exec compressor " -msgstr "Falhou executar compactador " +#: 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 "Could not open file %s" -msgstr "Não foi possível abrir ficheiro o %s" +#: methods/ftp.cc +msgid "Could not bind a socket" +msgstr "Não foi possível fazer o bind a um socket" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "Could not open file descriptor %d" -msgstr "Não foi possível abrir o descritor de ficheiro %d" +#: methods/ftp.cc +msgid "Could not listen on the socket" +msgstr "Não foi possível executar listen no socket" -#: apt-pkg/contrib/fileutl.cc -#, c-format -msgid "read, still have %llu to read but none left" -msgstr "lidos, ainda restam %llu para serem lidos mas não resta nenhum" +#: 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 "write, still have %llu to write but couldn't" -msgstr "escritos, ainda restam %llu para escrever mas não foi possível" +#: methods/ftp.cc +msgid "Unable to send PORT command" +msgstr "Não foi possível enviar o comando PORT" -#: apt-pkg/contrib/fileutl.cc +#: methods/ftp.cc #, c-format -msgid "Problem closing the file %s" -msgstr "Problema ao fechar o ficheiro %s" +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 "Problem renaming the file %s to %s" -msgstr "Problema ao renomear o ficheiro %s para %s" +msgid "EPRT failed, server said: %s" +msgstr "EPRT falhou, o servidor respondeu: %s" -#: apt-pkg/contrib/fileutl.cc -msgid "Problem syncing the file" -msgstr "Problema sincronizando o ficheiro" +#: methods/ftp.cc +msgid "Data socket connect timed out" +msgstr "Ligação de socket de dados expirou" -#: apt-pkg/contrib/mmap.cc -msgid "Can't mmap an empty file" -msgstr "Não é possível fazer mmap a um ficheiro vazio" +#: methods/ftp.cc +msgid "Unable to accept connection" +msgstr "Impossível aceitar ligação" -#: apt-pkg/contrib/mmap.cc -#, c-format -msgid "Couldn't make mmap of %llu bytes" -msgstr "Não foi possível fazer mmap de %llu bytes" +#: methods/ftp.cc methods/http.cc methods/rsh.cc +msgid "Problem hashing file" +msgstr "Problema ao calcular o hash do ficheiro" -#: apt-pkg/contrib/mmap.cc +#: methods/ftp.cc #, c-format -msgid "Couldn't duplicate file descriptor %i" -msgstr "Não foi possível duplicar o descritor de ficheiro %i" - -#: apt-pkg/contrib/mmap.cc -msgid "Unable to close mmap" -msgstr "Não foi possível fechar mmap" +msgid "Unable to fetch file, server said '%s'" +msgstr "Não foi possível obter o ficheiro, o servidor respondeu '%s'" -#: apt-pkg/contrib/mmap.cc -msgid "Unable to synchronize mmap" -msgstr "Não foi sincronizar mmap " +#: methods/ftp.cc methods/rsh.cc +msgid "Data socket timed out" +msgstr "Expirou o tempo do socket de dados" -#: apt-pkg/contrib/mmap.cc +#: methods/ftp.cc #, c-format -msgid "Couldn't make mmap of %lu bytes" -msgstr "Não foi possível fazer mmap de %lu bytes" +msgid "Data transfer failed, server said '%s'" +msgstr "A transferência de dados falhou, o servidor respondeu '%s'" -#: apt-pkg/contrib/mmap.cc -msgid "Failed to truncate file" -msgstr "Falhou truncar o ficheiro" +#. Get the files information +#: methods/ftp.cc +msgid "Query" +msgstr "Pesquisa" -#: 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 "" -"O Dynamic MMap ficou sem espaço. Por favor aumente o tamanho de APT::Cache-" -"Start. Valor actual: %lu. (man 5 apt.conf)" +#: methods/ftp.cc +msgid "Unable to invoke " +msgstr "Não foi possível invocar " -#: 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 "" -"Não foi possível aumentar o tamanho do MMap pois o limite de %lu bytes já " -"foi alcançado." - -#: apt-pkg/contrib/mmap.cc -msgid "" -"Unable to increase size of the MMap as automatic growing is disabled by user." -msgstr "" -"Não foi possível aumentar o tamanho do MMap pois o crescimento automático " -"está desabilitado pelo utilizador." - -#: 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 "%lid %lih %limin %lis" - -#. TRANSLATOR: h means hours, min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%lih %limin %lis" -msgstr "%lih %limin %lis" - -#. TRANSLATOR: min means minutes, s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%limin %lis" -msgstr "%limin %lis" - -#. TRANSLATOR: s means seconds -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "%lis" -msgstr "%lis" - -#: apt-pkg/contrib/strutl.cc -#, c-format -msgid "Selection %s not found" -msgstr "A selecção %s não foi 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 -#, c-format -msgid "Unable to parse Release file %s" -msgstr "Não foi possível fazer parse ao ficheiro Release %s" - -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "No sections in Release file %s" -msgstr "Nenhuma secção, no ficheiro Release %s" - -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "No Hash entry in Release file %s" -msgstr "Nenhuma entrada hash no ficheiro Release %s" +#: methods/gpgv.cc +msgid "At least one invalid signature was encountered." +msgstr "Pelo 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" -msgstr "" - -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Invalid '%s' entry in Release file %s" -msgstr "Entrada inválida, '%s', no ficheiro de Release: %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)" +"Internal error: Good signature, but could not determine key fingerprint?!" msgstr "" +"Erro interno: Assinatura válida, mas não foi possível determinar a impressão " +"digital da chave?!" -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Conflicting values set for option %s regarding source %s %s: %s != %s" +#: methods/gpgv.cc +msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" msgstr "" +"Não foi possível executar 'apt-key' para verificar a assinatura (o gnupg " +"está instalado?)" -#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc -#, c-format -msgid "Unable to parse package file %s (%d)" -msgstr "Não foi possível fazer parse ao ficheiro do pacote %s (%d)" +#: methods/gpgv.cc +msgid "Unknown error executing apt-key" +msgstr "Erro desconhecido ao executar apt-key" -#: apt-pkg/deb/debsystem.cc +#. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. +#: methods/gpgv.cc #, c-format -msgid "" -"Unable to lock the administration directory (%s), is another process using " -"it?" +msgid "Signature by key %s uses weak digest algorithm (%s)" msgstr "" -"Não foi possível obter acesso exclusivo ao directório de administração (%s), " -"outro processo está a utilizá-lo?" -#: apt-pkg/deb/debsystem.cc -#, c-format -msgid "Unable to lock the administration directory (%s), are you root?" -msgstr "" -"Não foi possível criar acesso exclusivo ao directório de administração (%s), " -"é root?" +#: methods/gpgv.cc +msgid "The following signatures were invalid:\n" +msgstr "As seguintes assinaturas eram inválidas:\n" -#. TRANSLATORS: the %s contains the recovery command, usually -#. dpkg --configure -a -#: apt-pkg/deb/debsystem.cc -#, c-format +#: methods/gpgv.cc msgid "" -"dpkg was interrupted, you must manually run '%s' to correct the problem. " +"The following signatures couldn't be verified because the public key is not " +"available:\n" msgstr "" -"O dpkg foi interrompido, para corrigir o problema tem de correr manualmente " -"'%s'" - -#: apt-pkg/deb/debsystem.cc -msgid "Not locked" -msgstr "Sem acesso exclusivo" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Installing %s" -msgstr "A instalar %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Configuring %s" -msgstr "A configurar %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Removing %s" -msgstr "A remover %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Completely removing %s" -msgstr "A remover completamente %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Noting disappearance of %s" -msgstr "A notar o desaparecimento de %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Running post-installation trigger %s" -msgstr "A correr o 'trigger' de pós-instalação %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Installed %s" -msgstr "%s instalado" +"As seguintes assinaturas não puderam ser verificadas porque a chave pública " +"não está disponível:\n" -#. FIXME: use a better string after freeze -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Directory '%s' missing" -msgstr "Falta o directório '%s'" +#: methods/http.cc +msgid "Error writing to the file" +msgstr "Erro ao escrever para o ficheiro" -#: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc -#, c-format -msgid "Could not open file '%s'" -msgstr "Não foi possível abrir ficheiro o '%s'" +#: methods/http.cc +msgid "Error reading from server. Remote end closed connection" +msgstr "Erro ao ler do servidor. O lado remoto fechou a ligação" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing %s" -msgstr "A preparar %s" +#: methods/http.cc +msgid "Error reading from server" +msgstr "Erro ao ler do servidor" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Unpacking %s" -msgstr "A desempacotar %s" +#: methods/http.cc +msgid "Error writing to file" +msgstr "Erro ao escrever para ficheiro" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing to configure %s" -msgstr "A preparar para configurar %s" +#: methods/http.cc +msgid "Select failed" +msgstr "A selecção falhou" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing for removal of %s" -msgstr "A preparar a remoção de %s" +#: methods/http.cc +msgid "Connection timed out" +msgstr "O tempo da ligação expirou" -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Removed %s" -msgstr "%s removido" +#: methods/http.cc +msgid "Error writing to output file" +msgstr "Erro ao escrever para o ficheiro 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 "Preparing to completely remove %s" -msgstr "A preparar para remover completamente %s" +msgid "No mirror file '%s' found " +msgstr "Não foi encontrado ficheiro de mirror '%s'" -#: 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 "Completely removed %s" -msgstr "Remoção completa de %s" +msgid "Can not read mirror file '%s'" +msgstr "Não pode ler ficheiro de mirror '%s'" -#: apt-pkg/deb/dpkgpm.cc +#: methods/mirror.cc #, fuzzy, c-format -msgid "Can not write log (%s)" -msgstr "Não conseguiu 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 "A operação foi interrompida antes de poder terminar" - -#: apt-pkg/deb/dpkgpm.cc -msgid "No apport report written because MaxReports is reached already" -msgstr "Nenhum relatório apport escrito pois MaxReports já foi atingido" - -#. check if its not a follow up error -#: apt-pkg/deb/dpkgpm.cc -msgid "dependency problems - leaving unconfigured" -msgstr "problemas de dependências - deixando por configurar" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates its a followup " -"error from a previous failure." -msgstr "" -"Nenhum relatório apport escrito pois a mensagem de erro indica que é um erro " -"de seguimento de um erro anterior." - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates a disk full " -"error" -msgstr "" -"Nenhum relatório apport escrito pois a mensagem de erro indica erro de disco " -"cheio" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates a out of memory " -"error" -msgstr "" -"Nenhum relatório apport escrito pois a mensagem de erro indica um erro de " -"memória esgotada" - -#: apt-pkg/deb/dpkgpm.cc -#, fuzzy -msgid "" -"No apport report written because the error message indicates an issue on the " -"local system" -msgstr "" -"Nenhum relatório apport escrito pois a mensagem de erro indica erro de disco " -"cheio" - -#: apt-pkg/deb/dpkgpm.cc -msgid "" -"No apport report written because the error message indicates a dpkg I/O error" -msgstr "" -"Nenhum relatório apport escrito pois a mensagem de erro indica um erro de I/" -"O do dpkg" - -#: apt-pkg/depcache.cc -msgid "Building dependency tree" -msgstr "A construir á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ências" - -#: apt-pkg/depcache.cc -msgid "Reading state information" -msgstr "A ler a informação de estado" - -#: apt-pkg/depcache.cc -#, c-format -msgid "Failed to open StateFile %s" -msgstr "Falhou abrir o StateFile %s" - -#: apt-pkg/depcache.cc -#, c-format -msgid "Failed to write temporary StateFile %s" -msgstr "Falha escrever ficheiro temporário StateFile %s" - -#: apt-pkg/edsp.cc -msgid "Send scenario to solver" -msgstr "Enviar cenário a resolver" - -#: apt-pkg/edsp.cc -msgid "Send request to solver" -msgstr "Enviar pedido para resolvedor" - -#: apt-pkg/edsp.cc -msgid "Prepare for receiving solution" -msgstr "Preparar para receber solução" - -#: apt-pkg/edsp.cc -msgid "External solver failed without a proper error message" -msgstr "O resolvedor externo falhou sem uma mensagem de erro adequada" - -#: apt-pkg/edsp.cc -msgid "Execute external solver" -msgstr "Executar resolvedor externo" - -#: apt-pkg/edsp.cc -#, fuzzy -msgid "Execute external planner" -msgstr "Executar resolvedor externo" - -#: apt-pkg/edsp.cc -#, fuzzy -msgid "Send request to planner" -msgstr "Enviar pedido para resolvedor" - -#: apt-pkg/edsp.cc -#, fuzzy -msgid "Send scenario to planner" -msgstr "Enviar cenário a resolver" - -#: apt-pkg/edsp.cc -#, fuzzy -msgid "External planner failed without a proper error message" -msgstr "O resolvedor externo falhou sem uma mensagem de erro adequada" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records.\n" -msgstr "Escreveu %i registos.\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records with %i missing files.\n" -msgstr "Escreveu %i registos com %i ficheiros em falta.\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records with %i mismatched files\n" -msgstr "Escreveu %i registos com %i ficheiros não coincidentes\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Wrote %i records with %i missing files and %i mismatched files\n" -msgstr "" -"Escreveu %i registos com %i ficheiros em falta e %i ficheiros não " -"coincidentes\n" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Can't find authentication record for: %s" -msgstr "Não foi possível encontrar registo de autenticação para: %s" - -#: apt-pkg/indexcopy.cc -#, c-format -msgid "Hash mismatch for: %s" -msgstr "Hash não coincide para: %s" - -#: 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 "" -"Não foi possível determinar um tipo de sistema de empacotamento adequado" - -#: apt-pkg/install-progress.cc -#, c-format -msgid "Progress: [%3i%%]" -msgstr "" - -#: apt-pkg/install-progress.cc -msgid "Running dpkg" -msgstr "A correr o dpkg" - -#: 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 "" -"Não foi possível proceder à configuração imediata em '%s'. Para detalhes, " -"por favor veja man 5 apt.conf em APT::Immediate-Configure. (%d)" - -#: apt-pkg/packagemanager.cc -#, c-format -msgid "Could not configure '%s'. " -msgstr "Não pode configurar '%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 da instalação irá necessitar de remover temporariamente o " -"pacote essencial %s devido a um loop de Conflitos/Pré-Dependências. Isto " -"normalmente é mau, mas se você quer realmente fazer isso, active a opção " -"APT::Force-LoopBreak." - -#: apt-pkg/pkgcache.cc -msgid "Empty package cache" -msgstr "Cache de pacotes vazia" - -#: apt-pkg/pkgcache.cc -msgid "The package cache file is corrupted" -msgstr "O ficheiro de cache de pacotes está corrompido" - -#: apt-pkg/pkgcache.cc -msgid "The package cache file is an incompatible version" -msgstr "O ficheiro de cache de pacotes é de uma versão incompatível" +msgid "No entry found in mirror file '%s'" +msgstr "Não pode ler ficheiro de mirror '%s'" -#: 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 "A cache de pacotes foi gerada para uma arquitectura diferente" - -#: apt-pkg/pkgcache.cc -#, fuzzy -msgid "The package cache file is corrupted, it has the wrong hash" -msgstr "O ficheiro de cache de pacotes está corrompido, é demasiado pequeno" - -#: 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 "Em Conflito" - -#: apt-pkg/pkgcache.cc -msgid "Replaces" -msgstr "Substitui" - -#: apt-pkg/pkgcache.cc -msgid "Obsoletes" -msgstr "Obsoleta" - -#: apt-pkg/pkgcache.cc -msgid "Breaks" -msgstr "Estraga" - -#: apt-pkg/pkgcache.cc -msgid "Enhances" -msgstr "Aumenta" - -#: apt-pkg/pkgcache.cc -msgid "required" -msgstr "necessário" - -#: apt-pkg/pkgcache.cc -msgid "important" -msgstr "importante" - -#: apt-pkg/pkgcache.cc -msgid "standard" -msgstr "padrão" +msgid "[Mirror: %s]" +msgstr "[Mirror: %s]" -#: apt-pkg/pkgcache.cc -msgid "optional" -msgstr "opcional" +#: methods/rred.cc +msgid "Failed to set modification time" +msgstr "Falhou definir hora de modificação" -#: apt-pkg/pkgcache.cc -msgid "extra" -msgstr "extra" +#: methods/rsh.cc +msgid "Connection closed prematurely" +msgstr "Ligação encerrada prematuramente" -#: apt-pkg/pkgcachegen.cc -msgid "Cache has an incompatible versioning system" -msgstr "A cache possui um sistema de versões incompatível" +#: methods/server.cc +msgid "Waiting for headers" +msgstr "A aguardar 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 -#, c-format -msgid "Error occurred while processing %s (%s%d)" -msgstr "Ocorreu um erro ao processar %s (%s%d)" +#: methods/server.cc +msgid "Bad header line" +msgstr "Linha de cabeçalho errada" -#: 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 de range errado" -#: apt-pkg/pkgcachegen.cc -msgid "Reading package lists" -msgstr "A ler as 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 I/O ao gravar a cache de código fonte" +#: methods/server.cc +msgid "Bad header data" +msgstr "Dados de cabeçalho errados" -#: apt-pkg/pkgrecords.cc -#, c-format -msgid "Index file type '%s' is not supported" -msgstr "Tipo do ficheiro de índice '%s' não é suportado" +#: methods/server.cc +msgid "Connection failed" +msgstr "A ligaçã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 "" -"O valor '%s' é inválido para APT::Default-Release porque tal lançamento não " -"está disponível nas fontes" - -#: apt-pkg/policy.cc -#, c-format -msgid "Invalid record in the preferences file %s, no Package header" -msgstr "Registo inválido no ficheiro de preferências %s, 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 marca (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 marcação (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 %s malformado linha %llu #1" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Opening %s" -msgstr "A abrir %s" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Malformed line %u in source list %s (type)" -msgstr "Linha mal formada %u na lista de fontes %s (tipo)" - -#: apt-pkg/sourcelist.cc -#, c-format -msgid "Type '%s' is not known on line %u in source list %s" -msgstr "O 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 na lista 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 "O 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 alguns URIs 'source' no seu sources.list" - -#: apt-pkg/tagfile.cc -#, c-format -msgid "Cannot convert %s to integer: out of range" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" msgstr "" -#: apt-pkg/update.cc -msgid "" -"Some index files failed to download. They have been ignored, or old ones " -"used instead." -msgstr "" -"Falhou o download de alguns ficheiros de índice. Foram ignorados ou os " -"antigos foram usados em seu lugar." +#: methods/server.cc +msgid "Internal error" +msgstr "Erro interno" -#: apt-pkg/upgrade.cc -msgid "Calculating upgrade" -msgstr "A calcular a actualização" +#: methods/store.cc +msgid "Empty files can't be valid archives" +msgstr "Ficheiros vazios não podem ser arquivos válidos" #~ msgid "(not found)" #~ msgstr "(não encontrado)" |