Upstream tarball 10153
[amule.git] / src / utils / amps / langs / es.inc
blob3f85797fa329e4614117e1dd327c3edf00749189
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"]     = "lleva funcionando";
27 $text["norunmsg"]       = "no est&#225; funcionando";
28 $text["highidmsg"]      = "est&#225; conectado (id alta)";
29 $text["lowidmsg"]       = "est&#225; conectado (id baja)";
30 $text["offrunmsg"]      = "est&#225; desconectado";
31 $text["connmsg"]        = "est&#225; conectando";
32 $text["amulerun"]       = "(aMule est&#225; ejecut&#225;ndose)";
33 $text["amulenorun"]     = "(aMule no est&#225; ejecut&#225;ndose)";
34 $text["sharedfiles"]    = "Archivos compartidos";
35 $text["na"]             = "N/D";
36 $text["rx"]             = "RX";
37 $text["tx"]             = "TX";
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&#243;n SO";
50 $text["hostuptime"]     = "Tiempo de ejecuci&#243;n del host";
51 $text["servername"]     = "Nombre del servidor";
52 $text["serveraddr"]     = "Direcci&#243;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&#225;gen base";
65 $text["iconerr"]        = "Imposible encontrar uno o m&#225;s iconos";