1
2
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 */
21
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ão está a correr";
28$text["highidmsg"]	= "está ligado com Alta prioridade";
29$text["lowidmsg"]	= "está ligado com Baixa prioridade";
30$text["offrunmsg"]	= "está desligado";
31$text["amulerun"]	= "(aMule a correr)";
32$text["amulenorun"]	= "(aMule parado)";
33$text["sharedfiles"]	= "Ficheiros Partilhados";
34
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";
48
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ção";
57$text["txspeed"]	= "Taxa envio";
58$text["rxtotal"]	= "Total recebido";
59$text["txtotal"]	= "Total enviado";
60$text["osversion"]	= "versão Sist.Op.";
61$text["hostuptime"]	= "Tempo ligado";
62$text["servername"]	= "Nome do Servidor";
63$text["serveraddr"]	= "Servidor endereç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";
72
73$text["sigfileerr"]	= "Impossibilidade de abertura do ficheiro de assinaturas";
74$text["baseimgerr"]	= "Imagem de base não encontrada";
75$text["iconerr"]	= "Um ou mais icons não encontrados";
76
77?>
78