4 * AMPS - AMule PHP Statistics
5 * Written by überpenguin, AMPS is an adaptation of BigBob's aStats
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.
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.
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.
22 $text["dayabbr"] = "d";
23 $text["hourabbr"] = "h";
24 $text["minabbr"] = "m";
25 $text["secabbr"] = "s";
26 $text["runtimemsg"] = "lleva funcionando";
27 $text["norunmsg"] = "no está funcionando";
28 $text["highidmsg"] = "está conectado (id alta)";
29 $text["lowidmsg"] = "está conectado (id baja)";
30 $text["offrunmsg"] = "está desconectado";
31 $text["connmsg"] = "está conectando";
32 $text["amulerun"] = "(aMule está ejecutándose)";
33 $text["amulenorun"] = "(aMule no está ejecutándose)";
34 $text["sharedfiles"] = "Archivos compartidos";
38 $text["queuedclients"] = "Clientes en cola";
39 $text["transrate"] = "kB/s";
40 $text["gigabytes"] = "GB";
41 $text["client"] = "Cliente";
42 $text["status"] = "Estado";
43 $text["nick"] = "Nick";
44 $text["localtime"] = "Hora local";
45 $text["rxspeed"] = "Velocidad RX";
46 $text["txspeed"] = "Velocidad TX";
47 $text["rxtotal"] = "Total RX";
48 $text["txtotal"] = "Total TX";
49 $text["osversion"] = "Versión SO";
50 $text["hostuptime"] = "Tiempo de ejecución del host";
51 $text["servername"] = "Nombre del servidor";
52 $text["serveraddr"] = "Dirección del servidor:puerto";
53 $text["ed2klink"] = "Enlace ED2K";
54 $text["general"] = "General";
55 $text["server"] = "Servidor";
56 $text["signature"] = "Firma";
57 $text["connecting"] = "Conectando";
58 $text["online"] = "Conectado";
59 $text["offline"] = "Desconectado";
60 $text["language"] = "Idioma";
61 $text["submit"] = "Enviar";
63 $text["sigfileerr"] = "Imposible abrir el archivo de firma";
64 $text["baseimgerr"] = "Imposible encontrar la imágen base";
65 $text["iconerr"] = "Imposible encontrar uno o más iconos";