summaryrefslogtreecommitdiffstats
path: root/web/lang/pt/acctfuncs_po.inc
blob: 18102fabeea96db165985c1e2954c1f4d1b3e0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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";

?>