summaryrefslogtreecommitdiffstats
path: root/web/lang/pt/acctfuncs_po.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-10-16 17:54:39 +0000
committersimo <simo>2005-10-16 17:54:39 +0000
commit452ab3a1fd01a026d883892ad76b75dae232c395 (patch)
treeb33e30401fe178a18668a0f166f2c5cac820d6c3 /web/lang/pt/acctfuncs_po.inc
parent07c54d7bccc6b54d0b03e583e7a706e85281b5ae (diff)
downloadaurweb-452ab3a1fd01a026d883892ad76b75dae232c395.tar.xz
Added Portuguese translation
Diffstat (limited to 'web/lang/pt/acctfuncs_po.inc')
-rw-r--r--web/lang/pt/acctfuncs_po.inc90
1 files changed, 90 insertions, 0 deletions
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