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 | 90 | ||||
-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/hacker_po.inc | 18 | ||||
-rw-r--r-- | web/lang/pt/index_po.inc | 88 | ||||
-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 | 138 | ||||
-rw-r--r-- | web/lang/pt/search_po.inc | 78 | ||||
-rw-r--r-- | web/lang/pt/submit_po.inc | 94 | ||||
-rw-r--r-- | web/lang/pt/template_po.inc | 16 | ||||
-rw-r--r-- | web/lang/pt/test_po.inc | 22 | ||||
-rw-r--r-- | web/lang/pt/timeout_po.inc | 18 |
14 files changed, 710 insertions, 0 deletions
diff --git a/web/lang/pt/account_po.inc b/web/lang/pt/account_po.inc new file mode 100644 index 0000000..da5e8ec --- /dev/null +++ b/web/lang/pt/account_po.inc @@ -0,0 +1,30 @@ +<? +# 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 new file mode 100644 index 0000000..18102fa --- /dev/null +++ b/web/lang/pt/acctfuncs_po.inc @@ -0,0 +1,90 @@ +<? +# 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"; + +?>
\ No newline at end of file diff --git a/web/lang/pt/aur_po.inc b/web/lang/pt/aur_po.inc new file mode 100644 index 0000000..dd4cc94 --- /dev/null +++ b/web/lang/pt/aur_po.inc @@ -0,0 +1,30 @@ +<? +# 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"] = "Discurssão"; + +$_t["pt"]["Bugs"] = "Falhas"; + +?>
\ No newline at end of file diff --git a/web/lang/pt/common_po.inc b/web/lang/pt/common_po.inc new file mode 100644 index 0000000..25360fa --- /dev/null +++ b/web/lang/pt/common_po.inc @@ -0,0 +1,36 @@ +<? +# 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/hacker_po.inc b/web/lang/pt/hacker_po.inc new file mode 100644 index 0000000..792474c --- /dev/null +++ b/web/lang/pt/hacker_po.inc @@ -0,0 +1,18 @@ +<? +# 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"]["Your session id is invalid."] = "Seu id de sessão é inválido."; + +$_t["pt"]["If this problem persists, please contact the site administrator."] = "Se o problema persistir, por favor, contacte o administrador do site."; + +?>
\ No newline at end of file diff --git a/web/lang/pt/index_po.inc b/web/lang/pt/index_po.inc new file mode 100644 index 0000000..872d647 --- /dev/null +++ b/web/lang/pt/index_po.inc @@ -0,0 +1,88 @@ +<? +# 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"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information. Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "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.PKGBUILDs contribuídos <b>devem</b> seguir os %hpadrões Arch de Empacotamento%h caso contrário, eles serão excluídos!"; + +$_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 <b>must</b> conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "PKGBUILDs contribuídos <b>devem</b> seguir os %hpadrões Arch de Empacotamento%h caso contrário, eles serão excluídos!"; + +$_t["pt"]["Statistics"] = "Estatísticas"; + +$_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"; + +?>
\ No newline at end of file diff --git a/web/lang/pt/logout_po.inc b/web/lang/pt/logout_po.inc new file mode 100644 index 0000000..3731e42 --- /dev/null +++ b/web/lang/pt/logout_po.inc @@ -0,0 +1,16 @@ +<? +# 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 new file mode 100644 index 0000000..3daea31 --- /dev/null +++ b/web/lang/pt/pkgedit_po.inc @@ -0,0 +1,36 @@ +<? +# 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 new file mode 100644 index 0000000..b5f4380 --- /dev/null +++ b/web/lang/pt/pkgfuncs_po.inc @@ -0,0 +1,138 @@ +<? +# 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 %visualizaçã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"]["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 de Ordenação"; + +$_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"; + +?>
\ No newline at end of file diff --git a/web/lang/pt/search_po.inc b/web/lang/pt/search_po.inc new file mode 100644 index 0000000..94e4b3a --- /dev/null +++ b/web/lang/pt/search_po.inc @@ -0,0 +1,78 @@ +<? +# 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 new file mode 100644 index 0000000..5166017 --- /dev/null +++ b/web/lang/pt/submit_po.inc @@ -0,0 +1,94 @@ +<? +# 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."; + +?>
\ No newline at end of file diff --git a/web/lang/pt/template_po.inc b/web/lang/pt/template_po.inc new file mode 100644 index 0000000..84172f3 --- /dev/null +++ b/web/lang/pt/template_po.inc @@ -0,0 +1,16 @@ +<? +# 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"]["Hi, this is worth reading!"] = "Olá, vale a pena ler isso!"; + +?>
\ No newline at end of file diff --git a/web/lang/pt/test_po.inc b/web/lang/pt/test_po.inc new file mode 100644 index 0000000..9bb9293 --- /dev/null +++ b/web/lang/pt/test_po.inc @@ -0,0 +1,22 @@ +<? +# 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"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Selecione seu idioma aqui: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; + +$_t["pt"]["Hello, world!"] = "Olá, mundo!"; + +$_t["pt"]["Hello, again!"] = "Olá, novamente!"; + +$_t["pt"]["My current language tag is: '%s'."] = "Meu identificador atual de idioma é: '%s'."; + +?>
\ No newline at end of file diff --git a/web/lang/pt/timeout_po.inc b/web/lang/pt/timeout_po.inc new file mode 100644 index 0000000..21cc597 --- /dev/null +++ b/web/lang/pt/timeout_po.inc @@ -0,0 +1,18 @@ +<? +# 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"]["Click on the Home link above to log in."] = "Clique no link Inicial acima para efetuar o login."; + +$_t["pt"]["Your session has timed out. You must log in again."] = "Sua sessão expirou. Você deve efetuar o login novamente."; + +?>
\ No newline at end of file |