Upstream tarball 10153
[amule.git] / src / utils / amps / langs / pt.inc
blob02afce5844ed84af21a2fae3a1d30f98c6aff06f
1 <?php
3 /**
4  * AMPS - AMule PHP Statistics
5  * Written by überpenguin, AMPS is an adaptation of BigBob's aStats
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 2
10  * of the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20  */
22 $text["dayabbr"]        = "d";
23 $text["hourabbr"]       = "h";
24 $text["minabbr"]        = "m";
25 $text["secabbr"]        = "s";
26 $text["runtimemsg"]     = "esteve a correr durante";
27 $text["norunmsg"]       = "n&#227;o est&#225; a correr";
28 $text["highidmsg"]      = "est&#225; ligado com Alta prioridade";
29 $text["lowidmsg"]       = "est&#225; ligado com Baixa prioridade";
30 $text["offrunmsg"]      = "est&#225; desligado";
31 $text["amulerun"]       = "(aMule a correr)";
32 $text["amulenorun"]     = "(aMule parado)";
33 $text["sharedfiles"]    = "Ficheiros Partilhados";
35 // Kad
36 $text["kadonmsg"]       = "( Kad: Ligado )";
37 $text["kadfwmsg"]       = "( Kad: Protegido)";
38 $text["kadoffmsg"]      = "( Kad: Desligado )";
39 $text["kadstatus"]      = "Estado Kad";
40 $text["kadfw"]          = "Protegido";
41 $text["kadon"]          = "Ligado";
42 $text["kadoff"]         = "Desligado";
43 // try to keep these next three short, otherwise the signature
44 // image will look messy
45 $text["na"]             = "N/A";
46 $text["rx"]             = "RX";
47 $text["tx"]             = "TX";
49 $text["queuedclients"]  = "Clientes em espera";
50 $text["transrate"]      = "kB/s";
51 $text["gigabytes"]      = "GB";
52 $text["client"]         = "Cliente";
53 $text["ed2kstatus"]     = "Estado";
54 $text["nick"]           = "Nick";
55 $text["localtime"]      = "Tempo local";
56 $text["rxspeed"]        = "Taxa recep&#231;&#227;o";
57 $text["txspeed"]        = "Taxa envio";
58 $text["rxtotal"]        = "Total recebido";
59 $text["txtotal"]        = "Total enviado";
60 $text["osversion"]      = "vers&#227;o Sist.Op.";
61 $text["hostuptime"]     = "Tempo ligado";
62 $text["servername"]     = "Nome do Servidor";
63 $text["serveraddr"]     = "Servidor endere&#231;o:porto";
64 $text["ed2klink"]       = "link ED2K";
65 $text["general"]        = "Geral";
66 $text["server"]         = "Servidor";
67 $text["signature"]      = "Assinatura";
68 $text["online"]         = "Ligado";
69 $text["offline"]        = "Desligado";
70 $text["language"]       = "Linguagem";
71 $text["submit"]         = "Enviar";
73 $text["sigfileerr"]     = "Impossibilidade de abertura do ficheiro de assinaturas";
74 $text["baseimgerr"]     = "Imagem de base n&#227;o encontrada";
75 $text["iconerr"]        = "Um ou mais icons n&#227;o encontrados";