diff options
Diffstat (limited to 'web/lang/pt')
-rw-r--r-- | web/lang/pt/account_po.inc | 30 | ||||
-rw-r--r-- | web/lang/pt/acctfuncs_po.inc | 92 | ||||
-rw-r--r-- | web/lang/pt/aur_po.inc | 30 | ||||
-rw-r--r-- | web/lang/pt/common_po.inc | 36 | ||||
-rw-r--r-- | web/lang/pt/index_po.inc | 93 | ||||
-rw-r--r-- | web/lang/pt/logout_po.inc | 16 | ||||
-rw-r--r-- | web/lang/pt/pkgedit_po.inc | 36 | ||||
-rw-r--r-- | web/lang/pt/pkgfuncs_po.inc | 154 | ||||
-rw-r--r-- | web/lang/pt/search_po.inc | 78 | ||||
-rw-r--r-- | web/lang/pt/submit_po.inc | 99 |
10 files changed, 0 insertions, 664 deletions
diff --git a/web/lang/pt/account_po.inc b/web/lang/pt/account_po.inc deleted file mode 100644 index 96dd237..0000000 --- a/web/lang/pt/account_po.inc +++ /dev/null @@ -1,30 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Use this form to update your account."] = "Use este formulário para atualizar sua conta."; - -$_t["pt"]["Leave the password fields blank to keep your same password."] = "Deixe o campo de senha em branco para manter sua senha atual."; - -$_t["pt"]["You are not allowed to access this area."] = "Você não está autorizado a acessar esta área."; - -$_t["pt"]["Could not retrieve information for the specified user."] = "Não foi possível recuperar as informações do usuário especificado."; - -$_t["pt"]["Use this form to search existing accounts."] = "Use este formulário para pesquisar as contas existentes."; - -$_t["pt"]["You do not have permission to edit this account."] = "Você não tem permissão para editar este conta."; - -$_t["pt"]["Use this form to create an account."] = "Use este formulário para criar uma conta."; - -$_t["pt"]["You must log in to view user information."] = "Você precisa efetuar o login para visualizar as informações do usuário."; - -?>
\ No newline at end of file diff --git a/web/lang/pt/acctfuncs_po.inc b/web/lang/pt/acctfuncs_po.inc deleted file mode 100644 index 5a9a813..0000000 --- a/web/lang/pt/acctfuncs_po.inc +++ /dev/null @@ -1,92 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Missing a required field."] = "Um campo requerido não foi informado."; - -$_t["pt"]["Search"] = "Pesquisa'"; - -$_t["pt"]["The account, %h%s%h, has been successfully created."] = "A conta, %h%s%h, foi criada com sucesso."; - -$_t["pt"]["Error trying to modify account, %h%s%h: %s."] = "Erro ao tentar modificar a conta, %h%s%h: %s."; - -$_t["pt"]["The email address is invalid."] = "O endereço de email é inválido."; - -$_t["pt"]["Error trying to create account, %h%s%h: %s."] = "Erro ao tentar criar a conta, %h%s%h: %s."; - -$_t["pt"]["The username, %h%s%h, is already in use."] = "O nome de usuário, %h%s%h, já está em uso."; - -$_t["pt"]["Account Type"] = "Tipo da Conta"; - -$_t["pt"]["The account, %h%s%h, has been successfully modified."] = "A contar, %h%s%h, foi modificada com sucesso."; - -$_t["pt"]["Account Suspended"] = "Conta Suspensa"; - -$_t["pt"]["Status"] = "Estado"; - -$_t["pt"]["New Package Notify"] = "Notificação de novos Pacotes"; - -$_t["pt"]["IRC Nick"] = "Nick de IRC"; - -$_t["pt"]["Trusted user"] = "Usuário Confiável"; - -$_t["pt"]["No results matched your search criteria."] = "Seu critério de pesquisa não retornou nenhum resultado."; - -$_t["pt"]["Normal user"] = "Usuário Normal"; - -$_t["pt"]["Never"] = "Nunca"; - -$_t["pt"]["User"] = "Usuário"; - -$_t["pt"]["Active"] = "Ativo"; - -$_t["pt"]["Last Voted"] = "Último Votado"; - -$_t["pt"]["Real Name"] = "Nome Real"; - -$_t["pt"]["Edit Account"] = "Editar Conta"; - -$_t["pt"]["Password fields do not match."] = "As senhas informadas não conferem."; - -$_t["pt"]["Language"] = "Idioma"; - -$_t["pt"]["A Trusted User cannot assign Developer status."] = "Um Usuário Confiável não pode atribuir o estado de Desenvolvedor."; - -$_t["pt"]["The address, %h%s%h, is already in use."] = "O endereço, %h%s%h, já está em uso."; - -$_t["pt"]["No more results to display."] = "Sem mais resultados para exibir."; - -$_t["pt"]["Type"] = "Tipo"; - -$_t["pt"]["Click on the Home link above to login."] = "Clique no link Inicial acima para efetuar o login."; - -$_t["pt"]["Sort by"] = "Ordenar por"; - -$_t["pt"]["Re-type password"] = "Confirme a senha"; - -$_t["pt"]["Language is not currently supported."] = "Idioma atualmente não suportado."; - -$_t["pt"]["Any type"] = "Qualquer tipo"; - -$_t["pt"]["Last vote"] = "Último voto"; - -$_t["pt"]["Suspended"] = "Suspenso"; - -$_t["pt"]["Trusted User"] = "Usuário Confiável"; - -$_t["pt"]["Missing User ID"] = "ID de usuário não encontrada"; - -$_t["pt"]["Developer"] = "Desenvolvedor"; - -$_t["pt"]["View this user's packages"] = "Visualizar os pacotes deste usuário"; - -?>
\ No newline at end of file diff --git a/web/lang/pt/aur_po.inc b/web/lang/pt/aur_po.inc deleted file mode 100644 index 998c619..0000000 --- a/web/lang/pt/aur_po.inc +++ /dev/null @@ -1,30 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Home"] = "Inicial"; - -$_t["pt"]["%s: An ArchLinux project"] = "%s: Um projeto ArchLinux"; - -$_t["pt"]["Packages"] = "Pacotes"; - -$_t["pt"]["Accounts"] = "Contas"; - -$_t["pt"]["Logout"] = "Sair"; - -$_t["pt"]["%s: %sAn ArchLinux project%s"] = "%s: %sUm projeto ArchLinux%s"; - -$_t["pt"]["Discussion"] = "Discussão"; - -$_t["pt"]["Bugs"] = "Falhas"; - -?> diff --git a/web/lang/pt/common_po.inc b/web/lang/pt/common_po.inc deleted file mode 100644 index 5bc3e6d..0000000 --- a/web/lang/pt/common_po.inc +++ /dev/null @@ -1,36 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Reset"] = "Resetar"; - -$_t["pt"]["Username"] = "Nome de Usuário"; - -$_t["pt"]["Email Address"] = "Endereço de Email"; - -$_t["pt"]["Less"] = "Menor"; - -$_t["pt"]["Clear"] = "Limpar"; - -$_t["pt"]["required"] = "requerido"; - -$_t["pt"]["Update"] = "Atualizar"; - -$_t["pt"]["Submit"] = "Enviar"; - -$_t["pt"]["Password"] = "Senha"; - -$_t["pt"]["Create"] = "Criar"; - -$_t["pt"]["More"] = "Mais"; - -?>
\ No newline at end of file diff --git a/web/lang/pt/index_po.inc b/web/lang/pt/index_po.inc deleted file mode 100644 index 66de424..0000000 --- a/web/lang/pt/index_po.inc +++ /dev/null @@ -1,93 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["You must supply a password."] = "Você deve informar uma senha."; - -$_t["pt"]["You must supply a username."] = "Você deve informar um usuário."; - -$_t["pt"]["After that, this can be filled in with more meaningful text."] = "Depois, isso pode ter um texto mais significativo."; - -$_t["pt"]["Logged-in as: %h%s%h"] = "Logado como: %h%s%h"; - -$_t["pt"]["Your account has been suspended."] = "Sua conta foi suspensa."; - -$_t["pt"]["Password:"] = "Senha:"; - -$_t["pt"]["Username:"] = "Usuário:"; - -$_t["pt"]["Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h."] = "Bem-vindo ao AUR! Se você é um(a) novato(a), você deveria ler as %hRegras%h."; - -$_t["pt"]["This is where the intro text will go."] = "É aqui que o texto de introdução deverá estar."; - -$_t["pt"]["Error trying to generate session id."] = "Erro ao tentar gerar um id de sessão."; - -$_t["pt"]["For now, it's just a place holder."] = "Por agora, é apenas um place holder."; - -$_t["pt"]["It's more important to get the login functionality finished."] = "É mais importante terminar a funcionalidade de login."; - -$_t["pt"]["Error looking up username, %s."] = "Erro ao pesquisar o usuário, %s."; - -$_t["pt"]["Login"] = "Login"; - -$_t["pt"]["Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."] = "Embora nós não temos controle sobre seus conteúdos, nós provemos uma %hlista de repositórios de usuários%h para sua conveniência."; - -$_t["pt"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "Se você tiver algum comentário sobre o AUR, por favor, deixe-o no %hFlyspray%h."; - -$_t["pt"]["Incorrect password for username, %s."] = "Senha incorreta para o usuário, %s."; - -$_t["pt"]["Latest Packages:"] = "Últimos Pacotes:"; - -$_t["pt"]["Discussion about the AUR takes place on the %sTUR Users List%s."] = "Discurssões sobre o AUR são feitas através da %slista de usuários TUR%s."; - -$_t["pt"]["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "Discurssões por Email sobre o AUR são feitas através da %slista de usuários TUR%s."; - -$_t["pt"]["Recent Updates"] = "Atualizações Recentes"; - -$_t["pt"]["Community"] = "Comunidade"; - -$_t["pt"]["Package Counts"] = "Contagem de Pacotes"; - -$_t["pt"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "Bem-vindo ao AUR! Por favor leia as %hregras de usuário do AUR%h e as %hregras de TU do AUR%h para maiores informações."; - -$_t["pt"]["Unsupported"] = "Sem Suporte"; - -$_t["pt"]["Contributed PKGBUILDs %hmust%h conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "PKGBUILDs contribuídos %hdevem%h seguir os %hpadrões Arch de Empacotamento%h caso contrário, eles serão excluídos!"; - -$_t["pt"]["Statistics"] = "Estatísticas"; - -$_t["pt"]["User Statistics"] = "Estatísticas do Usuário"; - -$_t["pt"]["Registered Users"] = "Usuários Registrados"; - -$_t["pt"]["Trusted Users"] = "Usuários Confiáveis"; - -$_t["pt"]["Packages in unsupported"] = "Pacotes no repositório unsupported"; - -$_t["pt"]["Packages in unsupported and flagged as safe"] = "Pacotes no repositório unsupported e marcados como seguro"; - -$_t["pt"]["Packages in [community]"] = "Pacotes no repositório [community]"; - -$_t["pt"]["Remember to vote for your favourite packages! The most popular packages are provided as binary packages in [community]."] = "Lembre-se de votar nos seus pacotes favoritos! Os pacotes mais populares serão disponibilizados como pacotes binários no repositório [community]."; - -$_t["pt"]["Remember to vote for your favourite packages!"] = "Lembre-se de votar nos seus pacotes favoritos!"; - -$_t["pt"]["The most popular packages will be provided as binary packages in [community]."] = "Os pacotes mais populares serão disponibilizados como pacotes binários no repositório [community]."; - -$_t["pt"]["Packages added or updated in the past 7 days"] = "Pacotes adicionados ou atualizados nos últimos 7 dias"; - -$_t["pt"]["Out-of-date"] = "Desatualizados"; - -$_t["pt"]["My Statistics"] = "Minhas Estatísticas"; - -$_t["pt"]["Flagged as safe by me"] = "Pacotes que marquei como seguros"; - diff --git a/web/lang/pt/logout_po.inc b/web/lang/pt/logout_po.inc deleted file mode 100644 index 671f9ba..0000000 --- a/web/lang/pt/logout_po.inc +++ /dev/null @@ -1,16 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["You have been successfully logged out."] = "Você efetuou logout com sucesso."; - -?>
\ No newline at end of file diff --git a/web/lang/pt/pkgedit_po.inc b/web/lang/pt/pkgedit_po.inc deleted file mode 100644 index 083c232..0000000 --- a/web/lang/pt/pkgedit_po.inc +++ /dev/null @@ -1,36 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Missing package ID."] = "ID do pacote não encontrada."; - -$_t["pt"]["Invalid category ID."] = "ID inválido de categoria ."; - -$_t["pt"]["Enter your comment below."] = "Deixe seu comentário abaixo."; - -$_t["pt"]["You are not allowed to delete this comment."] = "Você não está autorizado a apagar este comentário."; - -$_t["pt"]["Missing comment ID."] = "ID de comentário não encontrada."; - -$_t["pt"]["Package category updated."] = "Categoria de pacotes atualizada."; - -$_t["pt"]["You must be logged in before you can edit package information."] = "Você deve ter efetuado o login antes de poder editar as informações do pacote."; - -$_t["pt"]["Comment has been deleted."] = "Comentário foi excluído."; - -$_t["pt"]["You've found a bug if you see this...."] = "Você encontrou um problema (bug) se você ver isso..."; - -$_t["pt"]["Comment has been added."] = "Comentário foi adicionado."; - -$_t["pt"]["Select new category"] = "Selecione a nova categoria"; - -?>
\ No newline at end of file diff --git a/web/lang/pt/pkgfuncs_po.inc b/web/lang/pt/pkgfuncs_po.inc deleted file mode 100644 index cc5ee48..0000000 --- a/web/lang/pt/pkgfuncs_po.inc +++ /dev/null @@ -1,154 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Category"] = "Categoria"; - -$_t["pt"]["Votes"] = "Votos"; - -$_t["pt"]["Comment by: %h%s%h on %h%s%h"] = "Comentário por: %h%s%h on %h%s%h"; - -$_t["pt"]["Location"] = "Localização"; - -$_t["pt"]["Delete comment"] = "Excluir Comentário"; - -$_t["pt"]["Go"] = "Ir"; - -$_t["pt"]["Unflag Out-of-date"] = "Retirar marcador de Desatualizado"; - -$_t["pt"]["Go back to %hpackage details view%h."] = "Retornar para a %hvisualização dos detalhes do pacote%h."; - -$_t["pt"]["Error retrieving package details."] = "Erro ao retornar os detalhes do pacote."; - -$_t["pt"]["Description"] = "Descrição"; - -$_t["pt"]["My Packages"] = "Meus Pacotes"; - -$_t["pt"]["Keywords"] = "Palavras Chave"; - -$_t["pt"]["Dependencies"] = "Dependências"; - -$_t["pt"]["Disown Packages"] = "Abandonar Pacotes"; - -$_t["pt"]["Package details could not be found."] = "Detalhes do Pacote não foram encontrados."; - -$_t["pt"]["Package Details"] = "Detalhes do Pacote"; - -$_t["pt"]["Error retrieving package list."] = "Erro ao retornar a lista de pacotes."; - -$_t["pt"]["Files"] = "Arquivos"; - -$_t["pt"]["None"] = "Nenhum"; - -$_t["pt"]["Name"] = "Nome"; - -$_t["pt"]["Per page"] = "Por página"; - -$_t["pt"]["Go back to %hsearch results%h."] = "Retorne para os %hresultados da pesquisa%h."; - -$_t["pt"]["No packages matched your search criteria."] = "Seu critério de pesquisa não retornou nenhum pacote."; - -$_t["pt"]["O%hrphan"] = "O%hrfão"; - -$_t["pt"]["orphan"] = "orfão"; - -$_t["pt"]["Un-Vote"] = "Retirar Voto"; - -$_t["pt"]["change category"] = "mudar categoria"; - -$_t["pt"]["UnNotify"] = "Retirar Notificação"; - -$_t["pt"]["Delete Packages"] = "Excluir Pacote"; - -$_t["pt"]["Maintainer"] = "Mantenedor"; - -$_t["pt"]["Add Comment"] = "Adicionar Comentário"; - -$_t["pt"]["Tarball"] = "Tarball"; - -$_t["pt"]["Flag Out-of-date"] = "Marcar como Desatualizado"; - -$_t["pt"]["Manage"] = "Gerenciar"; - -$_t["pt"]["Sort by"] = "Ordenar por"; - -$_t["pt"]["Sort order"] = "Ordem"; - -$_t["pt"]["Ascending"] = "Ascendente"; - -$_t["pt"]["Descending"] = "Decrescente"; - -$_t["pt"]["Actions"] = "Ações"; - -$_t["pt"]["Sources"] = "Fontes"; - -$_t["pt"]["Search Criteria"] = "Critério de Pesquisa"; - -$_t["pt"]["Notify"] = "Notificar"; - -$_t["pt"]["O%hut-of-Date"] = "Desat%hualizado"; - -$_t["pt"]["Vote"] = "Votar"; - -$_t["pt"]["Adopt Packages"] = "Adotar Pacotes"; - -$_t["pt"]["Yes"] = "Sim"; - -$_t["pt"]["Package Listing"] = "Listagem de Pacotes"; - -$_t["pt"]["Orphans"] = "Orfãos"; - -$_t["pt"]["Any"] = "Qualquer"; - -$_t["pt"]["Voted"] = "Votado"; - -$_t["pt"]["No New Comment Notification"] = "Sem Notificações de Comentário"; - -$_t["pt"]["New Comment Notification"] = "Nova Notificação de Comentário"; - -$_t["pt"]["Comments"] = "Comentários"; - -$_t["pt"]["The above files have been verified (by %s) and are safe to use."] = "Os arquivos acima foram verificados (por %s) e são seguros para uso."; - -$_t["pt"]["Be careful! The above files may contain malicious code that can damage your system."] = "Tome cuidado! Os arquivos acima podem ter código malicioso que pode danificar seu sistema."; - -$_t["pt"]["Flag Safe"] = "Marcar como Seguro"; - -$_t["pt"]["Flag Package Safe To Use"] = "Marcar Pacote como Seguro para Uso"; - -$_t["pt"]["Unflag Safe"] = "Retirar marcador de Seguro"; - -$_t["pt"]["Unflag Package Safe To Use"] = "Retirar marcador de Pacote Seguro para Uso"; - -$_t["pt"]["Safe"] = "Seguro"; - -$_t["pt"]["Age"] = "Idade"; - -$_t["pt"]["First Submitted"] = "Submetido pela primeira vez"; - -$_t["pt"]["Last Updated"] = "Últimos Pacotes Atualizados"; - -$_t["pt"]["Search by"] = "Pesquisar por"; - -$_t["pt"]["Submitter"] = "Colaborador"; - -$_t["pt"]["All"] = "Todos"; - -$_t["pt"]["Unsafe"] = "Não Seguro"; - -$_t["pt"]["Status"] = "Status"; - -$_t["pt"]["License"] = "Licença"; - -$_t["pt"]["unknown"] = "Desconhecida"; - -?>
\ No newline at end of file diff --git a/web/lang/pt/search_po.inc b/web/lang/pt/search_po.inc deleted file mode 100644 index 79c5215..0000000 --- a/web/lang/pt/search_po.inc +++ /dev/null @@ -1,78 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["None of the selected packages could be deleted."] = "Nenhum dos pacotes selecionados pode ser excluído."; - -$_t["pt"]["Your votes have been removed from the selected packages."] = "Seus votos foram removidos dos pacotes selecionados."; - -$_t["pt"]["You did not select any packages to un-vote for."] = "Você não selecionou nenhum pacote para retirar os votos."; - -$_t["pt"]["The selected packages have been unflagged."] = "Os pacotes selecionados tiveram seus marcadores retirados."; - -$_t["pt"]["You did not select any packages to adopt."] = "Você não selecionou nenhum pacote para adotar."; - -$_t["pt"]["You must be logged in before you can flag packages."] = "Você deve efetuar o login antes de poder marcar pacotes."; - -$_t["pt"]["You must be logged in before you can get notifications on comments."] = "Você deve efetuar o login antes de receber notificações dos comentários."; - -$_t["pt"]["You must be logged in before you can vote for packages."] = "Você deve efetuar o login antes de poder votar nos pacotes."; - -$_t["pt"]["The selected packages have been flagged out-of-date."] = "Os pacotes selecionados foram marcados como desatualizados."; - -$_t["pt"]["The selected packages have been deleted."] = "Os pacotes selecionados foram excluídos."; - -$_t["pt"]["You did not select any packages to vote for."] = "Você não selecionou nenhum pacote para votar."; - -$_t["pt"]["You must be logged in before you can disown packages."] = "Você deve efetuar o login antes de poder abandonar pacotes"; - -$_t["pt"]["Error trying to retrieve package details."] = "Erro ao tentar retornar os detalhes do pacote."; - -$_t["pt"]["The selected packages have been adopted."] = "Os pacotes selecionados foram adotados."; - -$_t["pt"]["You have been removed from the comment notification list."] = "Você foi removido da lista de notificação de comentários."; - -$_t["pt"]["Your votes have been cast for the selected packages."] = "Os pacotes selecionados foram votados."; - -$_t["pt"]["You must be logged in before you can cancel notification on comments."] = "Você deve efetuar o login antes de poder cancelar notificações de comentários"; - -$_t["pt"]["You must be logged in before you can adopt packages."] = "Você deve efetuar o login antes de poder adotar pacotes."; - -$_t["pt"]["You have been added to the comment notification list."] = "Você foi adicionado para a lista de notificação."; - -$_t["pt"]["You did not select any packages to disown."] = "Você não selecionou nenhum pacote para abandonar."; - -$_t["pt"]["You must be logged in before you can un-vote for packages."] = "Você deve efetuar o login antes de poder retirar seu voto de um pacote."; - -$_t["pt"]["You must be logged in before you can unflag packages."] = "Você deve efetuar o login antes de poder desmarcar pacotes."; - -$_t["pt"]["You did not select any packages to unflag."] = "Você não selecionou nenhum pacote para desmarcar."; - -$_t["pt"]["You did not select any packages to delete."] = "Você não selecionou nenhum pacote para excluir."; - -$_t["pt"]["Couldn't add to notification list."] = "Não foi possível adicionar para a lista de notificação."; - -$_t["pt"]["You did not select any packages to flag."] = "Você não selecionou nenhum pacote para marcar."; - -$_t["pt"]["The selected packages have been disowned."] = "Os pacotes selecionados foram abandonados."; - -$_t["pt"]["Couldn't remove from notification list."] = "Não foi possível remover da lista de notificação."; - -$_t["pt"]["The selected packages have been flagged safe."] = "Os pacotes selecionados foram marcados como seguros."; - -$_t["pt"]["Couldn't flag package safe."] = "Não foi possível marcar o pacote como pacote seguro."; - -$_t["pt"]["The selected packages have been unflagged safe."] = "Foi retirado o marcador de pacote seguro dos pacotes selecionados."; - -$_t["pt"]["Couldn't unflag package safe."] = "Não foi possível retirar marcador de pacote seguro."; - -?>
\ No newline at end of file diff --git a/web/lang/pt/submit_po.inc b/web/lang/pt/submit_po.inc deleted file mode 100644 index 10d1159..0000000 --- a/web/lang/pt/submit_po.inc +++ /dev/null @@ -1,99 +0,0 @@ -<?php -# INSTRUCTIONS TO TRANSLATORS -# -# This file contains the i18n translations for a subset of the -# Arch Linux User-community Repository (AUR). This is a PHP -# script, and as such, you MUST pay great attention to the syntax. -# If your text contains any double-quotes ("), you MUST escape -# them with the backslash character (\). -# - -include_once("translator.inc"); -global $_t; - -$_t["pt"]["Missing build function in PKGBUILD."] = "Função build não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Could not change directory to %s."] = "Não foi possível mudar o diretório para %s."; - -$_t["pt"]["No"] = "Não"; - -$_t["pt"]["Missing pkgdesc variable in PKGBUILD."] = "Variável pkgdesc não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Error trying to upload file - please try again."] = "Erro ao tentar enviar o arquivo - por favor, tente novamente."; - -$_t["pt"]["Error exec'ing the mv command."] = "Erro ao executar o comando mv."; - -$_t["pt"]["You must create an account before you can upload packages."] = "Você deve criar uma conta antes para poder enviar Pacotes."; - -$_t["pt"]["Package upload successful."] = "Sucesso ao enviar Pacote."; - -$_t["pt"]["Overwrite existing package?"] = "Sobreescrever Pacote existente ?"; - -$_t["pt"]["You did not specify a package name."] = "Você não especificou um nome para o Pacote."; - -$_t["pt"]["Error trying to unpack upload - PKGBUILD does not exist."] = "Erro ao tentar descompactar Pacote enviado - o arquivo PKGBUILD não existe."; - -$_t["pt"]["Could not create incoming directory: %s."] = "Não foi possível criar diretório: %s."; - -$_t["pt"]["Upload package file"] = "Enviar arquivo de Pacote"; - -$_t["pt"]["Package Location"] = "Local onde está o Pacote"; - -$_t["pt"]["Missing url variable in PKGBUILD."] = "Variável url não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Package names do not match."] = "Nomes do Pacote não conferem."; - -$_t["pt"]["Package Category"] = "Categoria do Pacote"; - -$_t["pt"]["Could not change to directory %s."] = "Não foi possível mudar o diretório para %s."; - -$_t["pt"]["You did not tag the 'overwrite' checkbox."] = "Você não marcou a tag 'overwrite' no checkbox."; - -$_t["pt"]["Invalid name: only lowercase letters are allowed."] = "Nome inválido: somente letras minúsculas são permitidas."; - -$_t["pt"]["Missing pkgver variable in PKGBUILD."] = "Variável pkgver não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Package name"] = "Nome do Pacote"; - -$_t["pt"]["Upload"] = "Enviar"; - -$_t["pt"]["Missing md5sums variable in PKGBUILD."] = "Variável md5sums não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Missing pkgrel variable in PKGBUILD."] = "Variável pkgrel não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Missing pkgname variable in PKGBUILD."] = "Variável pkgname não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Error - No file uploaded"] = "Erro - Nenhum arquivo enviado"; - -$_t["pt"]["You are not allowed to overwrite the %h%s%h package."] = "Você não esta autorizado a sobreescrever o pacote %h%s%h."; - -$_t["pt"]["Select Location"] = "Selecionar local do arquivo"; - -$_t["pt"]["Select Category"] = "Selecionar Categoria"; - -$_t["pt"]["Comment"] = "Comentário"; - -$_t["pt"]["Could not create directory %s."] = "Não foi possível criar o diretório %s."; - -$_t["pt"]["Unknown file format for uploaded file."] = "Formato de arquivo desconhecido para o arquivo enviado."; - -$_t["pt"]["Missing source variable in PKGBUILD."] = "Variável source não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Sorry, uploads are not permitted by this server."] = "Desculpe, envio de arquivos não é permitido nesse servidor."; - -$_t["pt"]["You must supply a comment for this upload/change."] = "Você precisa informar um comentário para este envio/mudança."; - -$_t["pt"]["Yes"] = "Sim"; - -$_t["pt"]["Package URL is missing a protocol (ie. http:// ,ftp://)"] = "A URL do Pacote não contém o protocolo (ex. http:// ,ftp://)"; - -$_t["pt"]["Could not re-tar"] = "Não foi possível recompactar"; - -$_t["pt"]["Binary packages and filelists are not allowed for upload."] = "Pacotes binários e filelists não são permitidos para envio."; - -$_t["pt"]["Missing arch variable in PKGBUILD."] = "Variável arch não encontrada no arquivo PKGBUILD."; - -$_t["pt"]["Missing license variable in PKGBUILD."] = "Variável license não encontrada no arquivo PKGBUILD."; - - -?>
\ No newline at end of file |